@import url(https://use.typekit.net/rxz1dsz.css);:root{--f-spinner-width:36px;--f-spinner-height:36px;--f-spinner-color-1:rgba(0,0,0,.1);--f-spinner-color-2:rgba(17,24,28,.8);--f-spinner-stroke:2.75}.f-spinner{height:var(--f-spinner-height);margin:auto;padding:0;width:var(--f-spinner-width)}.f-spinner svg{animation:f-spinner-rotate 2s linear infinite;height:100%;vertical-align:top;width:100%}.f-spinner svg *{stroke-width:var(--f-spinner-stroke);fill:none}.f-spinner svg :first-child{stroke:var(--f-spinner-color-1)}.f-spinner svg :last-child{stroke:var(--f-spinner-color-2);animation:f-spinner-dash 2s ease-in-out infinite}@keyframes f-spinner-rotate{to{transform:rotate(1turn)}}@keyframes f-spinner-dash{0%{stroke-dasharray:1,150;stroke-dashoffset:0}50%{stroke-dasharray:90,150;stroke-dashoffset:-35}to{stroke-dasharray:90,150;stroke-dashoffset:-124}}.f-zoomInUp{animation:f-zoomInUp .2s ease-out .1s both}.f-zoomOutDown{animation:f-zoomOutDown .2s ease-out both}@keyframes f-zoomInUp{0%{opacity:0;transform:scale(.975) translate3d(0,16px,0)}to{opacity:1;transform:scale(1) translateZ(0)}}@keyframes f-zoomOutDown{to{opacity:0;transform:scale(.975) translate3d(0,16px,0)}}.f-throwOutUp{animation:f-throwOutUp .175s ease-out both}.f-throwOutDown{animation:f-throwOutDown .175s ease-out both}@keyframes f-throwOutUp{to{opacity:0;transform:translate3d(0,-150px,0)}}@keyframes f-throwOutDown{to{opacity:0;transform:translate3d(0,150px,0)}}.f-fadeIn{animation:f-fadeIn .2s ease both;z-index:2}.f-fadeOut{animation:f-fadeOut .2s ease both;z-index:1}@keyframes f-fadeIn{0%{opacity:0}to{opacity:1}}@keyframes f-fadeOut{to{opacity:0}}.f-fadeSlowIn{animation:f-fadeSlowIn .5s ease both;z-index:2}.f-fadeSlowOut{animation:f-fadeSlowOut .5s ease both;z-index:1}@keyframes f-fadeSlowIn{0%{opacity:0}to{opacity:1}}@keyframes f-fadeSlowOut{to{opacity:0}}.f-fadeFastIn{animation:f-fadeFastIn .2s ease-out both;z-index:2}.f-fadeFastOut{animation:f-fadeFastOut .2s ease-out both;z-index:2}@keyframes f-fadeFastIn{0%{opacity:.75}to{opacity:1}}@keyframes f-fadeFastOut{to{opacity:0}}.f-crossfadeIn{animation:f-crossfadeIn .2s ease-out both;z-index:2}.f-crossfadeOut{animation:f-crossfadeOut .1s linear .1s both;z-index:1}@keyframes f-crossfadeIn{0%{opacity:0}to{opacity:1}}@keyframes f-crossfadeOut{to{opacity:0}}.f-slideIn.from-next{animation:f-slideInNext .85s cubic-bezier(.16,1,.3,1)}.f-slideIn.from-prev{animation:f-slideInPrev .85s cubic-bezier(.16,1,.3,1)}.f-slideOut.to-next{animation:f-slideOutNext .85s cubic-bezier(.16,1,.3,1)}.f-slideOut.to-prev{animation:f-slideOutPrev .85s cubic-bezier(.16,1,.3,1)}@keyframes f-slideInPrev{0%{transform:translateX(100%)}to{transform:translateZ(0)}}@keyframes f-slideInNext{0%{transform:translateX(-100%)}to{transform:translateZ(0)}}@keyframes f-slideOutNext{to{transform:translateX(-100%)}}@keyframes f-slideOutPrev{to{transform:translateX(100%)}}.f-classicIn.from-next{animation:f-classicInNext .85s cubic-bezier(.16,1,.3,1);z-index:2}.f-classicIn.from-prev{animation:f-classicInPrev .85s cubic-bezier(.16,1,.3,1);z-index:2}.f-classicOut.to-next{animation:f-classicOutNext .85s cubic-bezier(.16,1,.3,1);z-index:1}.f-classicOut.to-prev{animation:f-classicOutPrev .85s cubic-bezier(.16,1,.3,1);z-index:1}@keyframes f-classicInNext{0%{opacity:0;transform:translateX(-75px)}to{opacity:1;transform:translateZ(0)}}@keyframes f-classicInPrev{0%{opacity:0;transform:translateX(75px)}to{opacity:1;transform:translateZ(0)}}@keyframes f-classicOutNext{to{opacity:0;transform:translateX(-75px)}}@keyframes f-classicOutPrev{to{opacity:0;transform:translateX(75px)}}:root{--f-button-width:40px;--f-button-height:40px;--f-button-border:0;--f-button-border-radius:0;--f-button-color:#374151;--f-button-bg:#f8f8f8;--f-button-hover-bg:#e0e0e0;--f-button-active-bg:#d0d0d0;--f-button-shadow:none;--f-button-transition:all 0.15s ease;--f-button-transform:none;--f-button-svg-width:20px;--f-button-svg-height:20px;--f-button-svg-stroke-width:1.5;--f-button-svg-fill:none;--f-button-svg-filter:none;--f-button-svg-disabled-opacity:0.65}.f-button{align-items:center;background:var(--f-button-bg);border:var(--f-button-border);border-radius:var(--f-button-border-radius);box-shadow:var(--f-button-shadow);box-sizing:initial;color:var(--f-button-color);cursor:pointer;display:flex;height:var(--f-button-height);justify-content:center;margin:0;padding:0;pointer-events:all;position:relative;transition:var(--f-button-transition);width:var(--f-button-width)}@media(hover:hover){.f-button:hover:not([disabled]){background-color:var(--f-button-hover-bg);color:var(--f-button-hover-color)}}.f-button:active:not([disabled]){background-color:var(--f-button-active-bg)}.f-button:focus:not(:focus-visible){outline:none}.f-button:focus-visible{box-shadow:inset 0 0 0 var(--f-button-outline,2px) var(--f-button-outline-color,var(--f-button-color));outline:none}.f-button svg{height:var(--f-button-svg-height);width:var(--f-button-svg-width);fill:var(--f-button-svg-fill);stroke:currentColor;stroke-width:var(--f-button-svg-stroke-width);stroke-linecap:round;stroke-linejoin:round;filter:var(--f-button-svg-filter);pointer-events:none;transform:var(--f-button-transform);transition:opacity .15s ease}.f-button[disabled]{cursor:default}.f-button[disabled] svg{opacity:var(--f-button-svg-disabled-opacity)}.f-carousel__nav .f-button.is-next,.f-carousel__nav .f-button.is-prev,.fancybox__nav .f-button.is-next,.fancybox__nav .f-button.is-prev{position:absolute;z-index:1}.is-horizontal .f-carousel__nav .f-button.is-next,.is-horizontal .f-carousel__nav .f-button.is-prev,.is-horizontal .fancybox__nav .f-button.is-next,.is-horizontal .fancybox__nav .f-button.is-prev{top:50%;transform:translateY(-50%)}.is-horizontal .f-carousel__nav .f-button.is-prev,.is-horizontal .fancybox__nav .f-button.is-prev{left:var(--f-button-prev-pos)}.is-horizontal .f-carousel__nav .f-button.is-next,.is-horizontal .fancybox__nav .f-button.is-next{right:var(--f-button-next-pos)}.is-horizontal.is-rtl .f-carousel__nav .f-button.is-prev,.is-horizontal.is-rtl .fancybox__nav .f-button.is-prev{left:auto;right:var(--f-button-next-pos)}.is-horizontal.is-rtl .f-carousel__nav .f-button.is-next,.is-horizontal.is-rtl .fancybox__nav .f-button.is-next{left:var(--f-button-prev-pos);right:auto}.is-vertical .f-carousel__nav .f-button.is-next,.is-vertical .f-carousel__nav .f-button.is-prev,.is-vertical .fancybox__nav .f-button.is-next,.is-vertical .fancybox__nav .f-button.is-prev{left:50%;top:auto;transform:translateX(-50%)}.is-vertical .f-carousel__nav .f-button.is-prev,.is-vertical .fancybox__nav .f-button.is-prev{top:var(--f-button-next-pos)}.is-vertical .f-carousel__nav .f-button.is-next,.is-vertical .fancybox__nav .f-button.is-next{bottom:var(--f-button-next-pos)}.is-vertical .f-carousel__nav .f-button.is-next svg,.is-vertical .f-carousel__nav .f-button.is-prev svg,.is-vertical .fancybox__nav .f-button.is-next svg,.is-vertical .fancybox__nav .f-button.is-prev svg{transform:rotate(90deg)}html.with-fancybox{overflow:visible;scroll-behavior:auto;width:auto}html.with-fancybox body{touch-action:none}html.with-fancybox body.hide-scrollbar{margin-right:calc(var(--fancybox-body-margin, 0px) + var(--fancybox-scrollbar-compensate, 0px));overflow:hidden!important;overscroll-behavior-y:none;width:auto}.fancybox__container{--fancybox-color:#dbdbdb;--fancybox-hover-color:#fff;--fancybox-bg:rgba(24,24,27,.98);--fancybox-slide-gap:10px;--f-spinner-width:50px;--f-spinner-height:50px;--f-spinner-color-1:hsla(0,0%,100%,.1);--f-spinner-color-2:#bbb;--f-spinner-stroke:3.65;bottom:0;box-sizing:border-box;color:#f8f8f8;direction:ltr;display:flex;flex-direction:column;left:0;margin:0;padding:0;position:fixed;right:0;top:0;-webkit-tap-highlight-color:rgba(0,0,0,0);outline:none;overflow:visible;z-index:1050;-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%;text-size-adjust:100%;overscroll-behavior-y:contain}.fancybox__container *,.fancybox__container :after,.fancybox__container :before{box-sizing:inherit}.fancybox__backdrop{background:var(--fancybox-bg);bottom:0;left:0;opacity:var(--fancybox-opacity,1);position:fixed;right:0;top:0;will-change:opacity;z-index:-1}.fancybox__carousel{box-sizing:border-box;flex:1;min-height:0;overflow-x:clip;overflow-y:visible;position:relative;z-index:10}.fancybox__viewport{height:100%;width:100%}.fancybox__track{display:flex;height:100%;margin:0 auto}.fancybox__slide{align-items:center;-webkit-backface-visibility:hidden;backface-visibility:hidden;display:flex;flex:0 0 auto;flex-direction:column;height:100%;margin:0 var(--fancybox-slide-gap) 0 0;overflow:auto;padding:4px;position:relative;transform:translateZ(0);width:100%}.fancybox__container:not(.is-compact) .fancybox__slide.has-close-btn{padding-top:40px}.fancybox__slide.has-html5video,.fancybox__slide.has-iframe,.fancybox__slide.has-image,.fancybox__slide.has-video{overflow:hidden}.fancybox__slide.has-image.is-animating,.fancybox__slide.has-image.is-selected{overflow:visible}.fancybox__slide:after,.fancybox__slide:before{content:"";flex:0 0 0;margin:auto}.fancybox__content{align-self:center;background:var(--fancybox-content-bg,#fff);border-radius:0;color:var(--fancybox-content-color,#374151);cursor:default;display:flex;flex-direction:column;margin:0;max-width:100%;padding:2rem;position:relative;z-index:20}.is-loading .fancybox__content{opacity:0}.is-draggable .fancybox__content{cursor:move;cursor:-webkit-grab;cursor:grab}.can-zoom_in .fancybox__content{cursor:zoom-in}.can-zoom_out .fancybox__content{cursor:zoom-out}.is-dragging .fancybox__content{cursor:move;cursor:-webkit-grabbing;cursor:grabbing}.fancybox__content [contenteditable],.fancybox__content [data-selectable]{cursor:auto}.fancybox__slide.has-image>.fancybox__content{-webkit-backface-visibility:hidden;backface-visibility:hidden;background:transparent;background-position:50%;background-repeat:no-repeat;background-size:contain;min-height:1px;padding:0;transform:translateZ(0);transition:none}.fancybox__slide.has-image>.fancybox__content>picture>img{height:auto;max-height:100%;width:100%}.fancybox__slide.is-animating>.fancybox__content{filter:blur(0);will-change:transform,width,height}.fancybox-image{display:block;height:100%;margin:auto;min-height:0;object-fit:contain;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;width:100%}.hide-image .fancybox-image{opacity:0}.fancybox__caption{align-self:center;flex-shrink:0;margin:0;max-width:100%;padding:14px 0 4px;word-wrap:anywhere;color:var(--fancybox-color,currentColor);cursor:auto;line-height:1.375;opacity:var(--fancybox-opacity,1);visibility:visible}.is-closing .fancybox__caption,.is-loading .fancybox__caption{opacity:0;visibility:hidden}.is-compact .fancybox__caption{padding-bottom:0}.f-button.is-close-btn{--f-button-svg-stroke-width:2;position:absolute;right:8px;top:0;z-index:40}.fancybox__content>.f-button.is-close-btn{--f-button-width:34px;--f-button-height:34px;--f-button-border-radius:4px;--f-button-color:var(--fancybox-color,#fff);--f-button-hover-color:var(--fancybox-color,#fff);--f-button-bg:transparent;--f-button-hover-bg:transparent;--f-button-active-bg:transparent;--f-button-svg-width:22px;--f-button-svg-height:22px;opacity:.75;position:absolute;right:0;top:-38px}.is-loading .fancybox__content>.f-button.is-close-btn,.is-zooming-out .fancybox__content>.f-button.is-close-btn{visibility:hidden}.fancybox__content>.f-button.is-close-btn:hover{opacity:1}.fancybox__footer{margin:0;padding:0;position:relative}.fancybox__footer .fancybox__caption{opacity:var(--fancybox-opacity,1);padding:24px;transition:all .25s ease;width:100%}.is-compact .fancybox__footer{background:rgba(24,24,27,.5);bottom:0;left:0;position:absolute;right:0;z-index:20}.is-compact .fancybox__footer .fancybox__caption{padding:12px}.is-compact .fancybox__content>.f-button.is-close-btn{--f-button-border-radius:50%;--f-button-color:#fff;--f-button-hover-color:#fff;--f-button-outline-color:#000;--f-button-bg:rgba(0,0,0,.6);--f-button-active-bg:rgba(0,0,0,.6);--f-button-hover-bg:rgba(0,0,0,.6);--f-button-svg-width:18px;--f-button-svg-height:18px;--f-button-svg-filter:none;right:5px;top:5px}.fancybox__nav{--f-button-width:50px;--f-button-height:50px;--f-button-border:0;--f-button-border-radius:50%;--f-button-color:var(--fancybox-color);--f-button-hover-color:var(--fancybox-hover-color);--f-button-bg:transparent;--f-button-hover-bg:rgba(24,24,27,.3);--f-button-active-bg:rgba(24,24,27,.5);--f-button-shadow:none;--f-button-transition:all 0.15s ease;--f-button-transform:none;--f-button-svg-width:26px;--f-button-svg-height:26px;--f-button-svg-stroke-width:2.5;--f-button-svg-fill:none;--f-button-svg-filter:drop-shadow(1px 1px 1px rgba(24,24,27,.5));--f-button-svg-disabled-opacity:0.65;--f-button-next-pos:1rem;--f-button-prev-pos:1rem;opacity:var(--fancybox-opacity,1)}.fancybox__nav .f-button:before{bottom:-30px;content:"";left:-20px;position:absolute;right:-20px;top:-30px;z-index:1}.is-idle .fancybox__nav,.is-idle.is-compact .fancybox__footer{animation:f-fadeOut .15s ease-out both}.is-idle.is-compact .fancybox__footer{pointer-events:none}.fancybox__slide>.f-spinner{cursor:pointer;left:50%;margin:var(--f-spinner-top,calc(var(--f-spinner-width)*-.5)) 0 0 var(--f-spinner-left,calc(var(--f-spinner-height)*-.5));position:absolute;top:50%;z-index:30}.fancybox-protected{bottom:0;right:0}.fancybox-ghost,.fancybox-protected{left:0;position:absolute;top:0;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;z-index:40}.fancybox-ghost{height:100%;min-height:0;object-fit:contain;pointer-events:none;width:100%}.fancybox-focus-guard{opacity:0;outline:none;pointer-events:none;position:fixed}.fancybox__container:not([aria-hidden]){opacity:0}.fancybox__container.is-animated[aria-hidden=false] .fancybox__carousel>:not(.fancybox__viewport),.fancybox__container.is-animated[aria-hidden=false] .fancybox__slide>:not(.fancybox__content),.fancybox__container.is-animated[aria-hidden=false]>:not(.fancybox__backdrop):not(.fancybox__carousel){animation:f-fadeIn .25s ease .1s backwards}.fancybox__container.is-animated[aria-hidden=false] .fancybox__backdrop{animation:f-fadeIn .35s ease backwards}.fancybox__container.is-animated[aria-hidden=true] .fancybox__carousel>:not(.fancybox__viewport),.fancybox__container.is-animated[aria-hidden=true] .fancybox__slide>:not(.fancybox__content),.fancybox__container.is-animated[aria-hidden=true]>:not(.fancybox__backdrop):not(.fancybox__carousel){animation:f-fadeOut .15s ease forwards}.fancybox__container.is-animated[aria-hidden=true] .fancybox__backdrop{animation:f-fadeOut .35s ease forwards}.has-html5video .fancybox__content,.has-iframe .fancybox__content,.has-map .fancybox__content,.has-pdf .fancybox__content,.has-vimeo .fancybox__content,.has-youtube .fancybox__content{flex-shrink:1;max-width:100%;min-height:1px;overflow:visible}.has-iframe .fancybox__content,.has-map .fancybox__content,.has-pdf .fancybox__content{height:100%;width:100%}.fancybox__container:not(.is-compact) .has-iframe .fancybox__content,.fancybox__container:not(.is-compact) .has-map .fancybox__content,.fancybox__container:not(.is-compact) .has-pdf .fancybox__content{height:90%;width:calc(100% - 120px)}.has-html5video .fancybox__content,.has-vimeo .fancybox__content,.has-youtube .fancybox__content{height:540px;max-height:100%;max-width:100%;width:960px}.has-html5video .fancybox__content,.has-map .fancybox__content,.has-pdf .fancybox__content,.has-vimeo .fancybox__content,.has-youtube .fancybox__content{background:rgba(24,24,27,.9);color:#fff;padding:0}.has-map .fancybox__content{background:#e5e3df}.fancybox__html5video,.fancybox__iframe{background:transparent;border:0;display:block;height:100%;width:100%}.fancybox-placeholder{border:0!important;clip:rect(1px,1px,1px,1px)!important;-webkit-clip-path:inset(50%)!important;clip-path:inset(50%)!important;height:1px!important;margin:-1px!important;overflow:hidden!important;padding:0!important;position:absolute!important;white-space:nowrap!important;width:1px!important}.f-carousel__thumbs{--f-thumb-width:96px;--f-thumb-height:72px;--f-thumb-outline:0;--f-thumb-outline-color:#5eb0ef;--f-thumb-opacity:1;--f-thumb-hover-opacity:1;--f-thumb-selected-opacity:1;--f-thumb-border-radius:2px;--f-thumb-offset:0px;--f-button-next-pos:0;--f-button-prev-pos:0}.f-carousel__thumbs.is-classic{--f-thumb-gap:8px;--f-thumb-opacity:0.5;--f-thumb-hover-opacity:1;--f-thumb-selected-opacity:1}.f-carousel__thumbs.is-modern{--f-thumb-gap:4px;--f-thumb-extra-gap:20px;--f-thumb-clip-width:46px}.f-thumbs{flex:0 0 auto;margin:0;overflow:hidden;position:relative;-webkit-tap-highlight-color:rgba(0,0,0,0);perspective:1000px;transform:translateZ(0);-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.f-thumbs .f-spinner{background-image:linear-gradient(#ebeff2,#e2e8f0);border-radius:2px;height:100%;left:0;position:absolute;top:0;width:100%;z-index:-1}.f-thumbs .f-spinner svg{display:none}.f-thumbs.is-vertical{height:100%}.f-thumbs__viewport{height:auto;overflow:hidden;width:100%}.f-thumbs__track{display:flex;will-change:transform}.f-thumbs__slide{align-items:center;box-sizing:initial;cursor:pointer;display:flex;flex:0 0 auto;height:var(--f-thumb-height);justify-content:center;margin:0;min-width:var(--f-thumb-width);overflow:visible;padding:0;position:relative;width:var(--f-thumb-width)}.f-thumbs__slide.is-loading img{opacity:0}.is-classic .f-thumbs__viewport{height:100%}.is-modern .f-thumbs__track{width:-webkit-max-content;width:-moz-max-content;width:max-content}.is-modern .f-thumbs__track:before{bottom:0;content:"";cursor:pointer;left:calc(var(--left, 0)*1px);position:absolute;top:0;width:calc(100% - var(--width, 0)*1px)}.is-modern .f-thumbs__slide{--clip-path:inset(0 calc((var(--f-thumb-width, 0) - var(--f-thumb-clip-width, 0))*0.5*(1 - var(--progress, 0))) round var(--f-thumb-border-radius,0));pointer-events:none;transform:translate3d(calc(var(--shift, 0)*-1px),0,0);transition:none}.is-modern .f-thumbs__slide:focus-within:not(.is-selected){filter:drop-shadow(-1px 0 0 var(--f-thumb-outline-color)) drop-shadow(2px 0 0 var(--f-thumb-outline-color)) drop-shadow(0 -1px 0 var(--f-thumb-outline-color)) drop-shadow(0 2px 0 var(--f-thumb-outline-color))}.is-modern .f-thumbs__slide>*{-webkit-clip-path:var(--clip-path);clip-path:var(--clip-path)}.is-modern.in-touch .f-thumbs__slide{filter:none}.is-modern.is-resting .f-thumbs__slide,.is-modern.is-resting .f-thumbs__slide>*{transition:all .33s ease}.f-thumbs__slide__button{-webkit-appearance:none;-moz-appearance:none;appearance:none;background:transparent;border:0;border-radius:var(--f-thumb-border-radius);cursor:pointer;height:100%;margin:0;opacity:var(--f-thumb-opacity);outline:none;overflow:hidden;padding:0;pointer-events:auto;position:relative;touch-action:manipulation;transition:opacity .2s ease;width:100%}.f-thumbs__slide__button:hover{opacity:var(--f-thumb-hover-opacity)}.f-thumbs__slide__button:focus:not(:focus-visible){outline:none}.f-thumbs__slide__button:focus-visible{opacity:var(--f-thumb-selected-opacity);outline:none}.is-nav-selected .f-thumbs__slide__button{opacity:var(--f-thumb-selected-opacity)}.is-nav-selected .f-thumbs__slide__button:after{animation:f-fadeIn .2s ease-out;border:var(--f-thumb-outline,0) solid var(--f-thumb-outline-color,transparent);border-radius:var(--f-thumb-border-radius);bottom:0;content:"";height:auto;left:0;position:absolute;right:0;top:0;z-index:10}.f-thumbs__slide__img{bottom:0;box-sizing:border-box;height:100%;left:0;object-fit:cover;overflow:hidden;padding:var(--f-thumb-offset);pointer-events:none;position:absolute;right:0;top:0;width:100%}.f-thumbs.is-horizontal .f-thumbs__track{margin:0 auto;padding:8px 0 12px}.f-thumbs.is-horizontal .f-thumbs__slide{margin:0 var(--f-thumb-gap) 0 0}.f-thumbs.is-vertical .f-thumbs__track{flex-wrap:wrap;margin:auto 0;padding:0 8px}.f-thumbs.is-vertical .f-thumbs__slide{margin:0 0 var(--f-thumb-gap) 0}.fancybox__thumbs{--f-thumb-width:96px;--f-thumb-height:72px;--f-thumb-border-radius:2px;--f-thumb-outline:2px;--f-thumb-outline-color:#ededed;opacity:var(--fancybox-opacity,1);position:relative;transition:max-height .35s cubic-bezier(.23,1,.32,1)}.fancybox__thumbs.is-classic{--f-thumb-gap:8px;--f-thumb-opacity:0.5;--f-thumb-hover-opacity:1}.fancybox__thumbs.is-classic .f-spinner{background-image:linear-gradient(hsla(0,0%,100%,.1),hsla(0,0%,100%,.05))}.fancybox__thumbs.is-modern{--f-thumb-gap:4px;--f-thumb-extra-gap:20px;--f-thumb-clip-width:46px;--f-thumb-opacity:1;--f-thumb-hover-opacity:1}.fancybox__thumbs.is-modern .f-spinner{background-image:linear-gradient(hsla(0,0%,100%,.1),hsla(0,0%,100%,.05))}.fancybox__thumbs.is-horizontal{padding:0 var(--f-thumb-gap)}.fancybox__thumbs.is-vertical{padding:var(--f-thumb-gap) 0}.is-compact .fancybox__thumbs{--f-thumb-width:64px;--f-thumb-clip-width:32px;--f-thumb-height:48px;--f-thumb-extra-gap:10px}.fancybox__thumbs.is-hidden{max-height:0!important}.is-closing .fancybox__thumbs{transition:none!important}.fancybox__toolbar{--f-progress-color:var(--fancybox-color,hsla(0,0%,100%,.94));--f-button-width:46px;--f-button-height:46px;--f-button-color:var(--fancybox-color);--f-button-hover-color:var(--fancybox-hover-color);--f-button-bg:rgba(24,24,27,.65);--f-button-hover-bg:rgba(70,70,73,.65);--f-button-active-bg:rgba(90,90,93,.65);--f-button-border-radius:0;--f-button-svg-width:24px;--f-button-svg-height:24px;--f-button-svg-stroke-width:1.5;--f-button-svg-filter:drop-shadow(1px 1px 1px rgba(24,24,27,.15));--f-button-svg-fill:none;--f-button-svg-disabled-opacity:0.65;color:var(--fancybox-color,currentColor);display:flex;flex-direction:row;font-family:-apple-system,BlinkMacSystemFont,Segoe UI Adjusted,Segoe UI,Liberation Sans,sans-serif;justify-content:space-between;margin:0;opacity:var(--fancybox-opacity,1);padding:0;pointer-events:none;text-shadow:var(--fancybox-toolbar-text-shadow,1px 1px 1px rgba(0,0,0,.5));z-index:20}.fancybox__toolbar :focus-visible{z-index:1}.fancybox__toolbar.is-absolute,.is-compact .fancybox__toolbar{left:0;position:absolute;right:0;top:0}.is-idle .fancybox__toolbar{animation:f-fadeOut .15s ease-out both;pointer-events:none}.fancybox__toolbar__column{align-content:flex-start;display:flex;flex-direction:row;flex-wrap:wrap}.fancybox__toolbar__column.is-left,.fancybox__toolbar__column.is-right{flex-basis:0;flex-grow:1}.fancybox__toolbar__column.is-right{display:flex;flex-wrap:nowrap;justify-content:flex-end}.fancybox__infobar{font-feature-settings:"tnum";font-size:17px;font-variant-numeric:tabular-nums;line-height:var(--f-button-height);padding:0 5px;text-align:center;-webkit-font-smoothing:subpixel-antialiased;cursor:default;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.fancybox__infobar span{padding:0 5px}.fancybox__infobar:not(:first-child):not(:last-child){background:var(--f-button-bg)}[data-fancybox-toggle-slideshow]{position:relative}[data-fancybox-toggle-slideshow] .f-progress{height:100%;opacity:.3}[data-fancybox-toggle-slideshow] svg g:first-child{display:flex}.has-slideshow [data-fancybox-toggle-slideshow] svg g:first-child,[data-fancybox-toggle-slideshow] svg g:last-child{display:none}.has-slideshow [data-fancybox-toggle-slideshow] svg g:last-child,[data-fancybox-toggle-fullscreen] svg g:first-child{display:flex}[data-fancybox-toggle-fullscreen] svg g:last-child{display:none}:-webkit-full-screen [data-fancybox-toggle-fullscreen] svg g:first-child{display:none}:-moz-full-screen [data-fancybox-toggle-fullscreen] svg g:first-child{display:none}:fullscreen [data-fancybox-toggle-fullscreen] svg g:first-child{display:none}:-webkit-full-screen [data-fancybox-toggle-fullscreen] svg g:last-child{display:flex}:-moz-full-screen [data-fancybox-toggle-fullscreen] svg g:last-child{display:flex}:fullscreen [data-fancybox-toggle-fullscreen] svg g:last-child{display:flex}.f-progress{background:var(--f-progress-color,var(--f-carousel-theme-color,#0091ff));height:3px;left:0;pointer-events:none;position:absolute;right:0;top:0;transform:scaleX(0);transform-origin:0;transition-property:transform;transition-timing-function:linear;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;z-index:30}*,:after,:before{border:0 solid #e5e7eb;box-sizing:border-box}:after,:before{--tw-content:""}:host,html{line-height:1.5;-webkit-text-size-adjust:100%;font-family:ui-sans-serif,system-ui,-apple-system,Segoe UI,Roboto,Ubuntu,Cantarell,Noto Sans,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,Noto Color Emoji;font-feature-settings:normal;font-variation-settings:normal;-moz-tab-size:4;tab-size:4;-webkit-tap-highlight-color:transparent}body{line-height:inherit;margin:0}hr{border-top-width:1px;color:inherit;height:0}abbr:where([title]){text-decoration:underline;-webkit-text-decoration:underline dotted;text-decoration:underline dotted}h1,h2,h3,h4,h5,h6{font-size:inherit;font-weight:inherit}a{color:inherit;text-decoration:inherit}b,strong{font-weight:bolder}code,kbd,pre,samp{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace;font-feature-settings:normal;font-size:1em;font-variation-settings:normal}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:initial}sub{bottom:-.25em}sup{top:-.5em}table{border-collapse:collapse;border-color:inherit;text-indent:0}button,input,optgroup,select,textarea{color:inherit;font-family:inherit;font-feature-settings:inherit;font-size:100%;font-variation-settings:inherit;font-weight:inherit;letter-spacing:inherit;line-height:inherit;margin:0;padding:0}button,select{text-transform:none}button,input:where([type=button]),input:where([type=reset]),input:where([type=submit]){-webkit-appearance:button;background-color:initial;background-image:none}:-moz-focusring{outline:auto}:-moz-ui-invalid{box-shadow:none}progress{vertical-align:initial}::-webkit-inner-spin-button,::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}summary{display:list-item}blockquote,dd,dl,figure,h1,h2,h3,h4,h5,h6,hr,p,pre{margin:0}fieldset{margin:0}fieldset,legend{padding:0}menu,ol,ul{list-style:none;margin:0;padding:0}dialog{padding:0}textarea{resize:vertical}input::-ms-input-placeholder,textarea::-ms-input-placeholder{color:#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(59,130,246,.5);--tw-ring-offset-shadow:0 0 transparent;--tw-ring-shadow:0 0 transparent;--tw-shadow:0 0 transparent;--tw-shadow-colored:0 0 transparent;--tw-blur: ;--tw-brightness: ;--tw-contrast: ;--tw-grayscale: ;--tw-hue-rotate: ;--tw-invert: ;--tw-saturate: ;--tw-sepia: ;--tw-drop-shadow: ;--tw-backdrop-blur: ;--tw-backdrop-brightness: ;--tw-backdrop-contrast: ;--tw-backdrop-grayscale: ;--tw-backdrop-hue-rotate: ;--tw-backdrop-invert: ;--tw-backdrop-opacity: ;--tw-backdrop-saturate: ;--tw-backdrop-sepia: ;--tw-contain-size: ;--tw-contain-layout: ;--tw-contain-paint: ;--tw-contain-style: }::-ms-backdrop{--tw-border-spacing-x:0;--tw-border-spacing-y:0;--tw-translate-x:0;--tw-translate-y:0;--tw-rotate:0;--tw-skew-x:0;--tw-skew-y:0;--tw-scale-x:1;--tw-scale-y:1;--tw-pan-x: ;--tw-pan-y: ;--tw-pinch-zoom: ;--tw-scroll-snap-strictness:proximity;--tw-gradient-from-position: ;--tw-gradient-via-position: ;--tw-gradient-to-position: ;--tw-ordinal: ;--tw-slashed-zero: ;--tw-numeric-figure: ;--tw-numeric-spacing: ;--tw-numeric-fraction: ;--tw-ring-inset: ;--tw-ring-offset-width:0px;--tw-ring-offset-color:#fff;--tw-ring-color:rgba(59,130,246,.5);--tw-ring-offset-shadow:0 0 transparent;--tw-ring-shadow:0 0 transparent;--tw-shadow:0 0 transparent;--tw-shadow-colored:0 0 transparent;--tw-blur: ;--tw-brightness: ;--tw-contrast: ;--tw-grayscale: ;--tw-hue-rotate: ;--tw-invert: ;--tw-saturate: ;--tw-sepia: ;--tw-drop-shadow: ;--tw-backdrop-blur: ;--tw-backdrop-brightness: ;--tw-backdrop-contrast: ;--tw-backdrop-grayscale: ;--tw-backdrop-hue-rotate: ;--tw-backdrop-invert: ;--tw-backdrop-opacity: ;--tw-backdrop-saturate: ;--tw-backdrop-sepia: ;--tw-contain-size: ;--tw-contain-layout: ;--tw-contain-paint: ;--tw-contain-style: }::backdrop{--tw-border-spacing-x:0;--tw-border-spacing-y:0;--tw-translate-x:0;--tw-translate-y:0;--tw-rotate:0;--tw-skew-x:0;--tw-skew-y:0;--tw-scale-x:1;--tw-scale-y:1;--tw-pan-x: ;--tw-pan-y: ;--tw-pinch-zoom: ;--tw-scroll-snap-strictness:proximity;--tw-gradient-from-position: ;--tw-gradient-via-position: ;--tw-gradient-to-position: ;--tw-ordinal: ;--tw-slashed-zero: ;--tw-numeric-figure: ;--tw-numeric-spacing: ;--tw-numeric-fraction: ;--tw-ring-inset: ;--tw-ring-offset-width:0px;--tw-ring-offset-color:#fff;--tw-ring-color:rgba(59,130,246,.5);--tw-ring-offset-shadow:0 0 transparent;--tw-ring-shadow:0 0 transparent;--tw-shadow:0 0 transparent;--tw-shadow-colored:0 0 transparent;--tw-blur: ;--tw-brightness: ;--tw-contrast: ;--tw-grayscale: ;--tw-hue-rotate: ;--tw-invert: ;--tw-saturate: ;--tw-sepia: ;--tw-drop-shadow: ;--tw-backdrop-blur: ;--tw-backdrop-brightness: ;--tw-backdrop-contrast: ;--tw-backdrop-grayscale: ;--tw-backdrop-hue-rotate: ;--tw-backdrop-invert: ;--tw-backdrop-opacity: ;--tw-backdrop-saturate: ;--tw-backdrop-sepia: ;--tw-contain-size: ;--tw-contain-layout: ;--tw-contain-paint: ;--tw-contain-style: }.\!container{width:100%!important}.container{width:100%}@media (min-width:480px){.\!container{max-width:480px!important}.container{max-width:480px}}@media (min-width:640px){.\!container{max-width:640px!important}.container{max-width:640px}}@media (min-width:768px){.\!container{max-width:768px!important}.container{max-width:768px}}@media (min-width:1024px){.\!container{max-width:1024px!important}.container{max-width:1024px}}@media (min-width:1280px){.\!container{max-width:1280px!important}.container{max-width:1280px}}@media (min-width:1536px){.\!container{max-width:1536px!important}.container{max-width:1536px}}@media (min-width:1620px){.\!container{max-width:1620px!important}.container{max-width:1620px}}.sr-only{height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px;clip:rect(0,0,0,0);border-width:0;white-space:nowrap}.visible{visibility:visible}.invisible{visibility:hidden}.static{position:static}.fixed{position:fixed}.\!absolute{position:absolute!important}.absolute{position:absolute}.relative{position:relative}.-left-3{left:-.75rem}.-right-3{right:-.75rem}.-top-1\/2{top:-50%}.bottom-0{bottom:0}.bottom-9{bottom:2.25rem}.bottom-\[-35\%\]{bottom:-35%}.left-0{left:0}.left-1\/2{left:50%}.right-0{right:0}.right-1{right:.25rem}.right-8{right:2rem}.right-9{right:2.25rem}.top-0{top:0}.top-1{top:.25rem}.top-1\/2{top:50%}.top-20{top:5rem}.top-\[55\%\]{top:55%}.z-0{z-index:0}.z-10{z-index:10}.z-20{z-index:20}.z-30{z-index:30}.z-50{z-index:50}.order-1{order:1}.order-2{order:2}.m-0{margin:0}.m-4{margin:1rem}.mx-1{margin-left:.25rem;margin-right:.25rem}.mx-3{margin-left:.75rem;margin-right:.75rem}.mx-3\.5{margin-left:.875rem;margin-right:.875rem}.mx-4{margin-left:1rem;margin-right:1rem}.mx-auto{margin-left:auto;margin-right:auto}.my-10{margin-bottom:2.5rem;margin-top:2.5rem}.my-2{margin-bottom:.5rem;margin-top:.5rem}.my-4{margin-bottom:1rem;margin-top:1rem}.my-8{margin-bottom:2rem;margin-top:2rem}.my-9{margin-bottom:2.25rem;margin-top:2.25rem}.\!mb-1{margin-bottom:.25rem!important}.\!mb-6{margin-bottom:1.5rem!important}.-mb-px{margin-bottom:-1px}.mb-0{margin-bottom:0}.mb-1{margin-bottom:.25rem}.mb-10{margin-bottom:2.5rem}.mb-12{margin-bottom:3rem}.mb-14{margin-bottom:3.5rem}.mb-16{margin-bottom:4rem}.mb-2{margin-bottom:.5rem}.mb-24{margin-bottom:6rem}.mb-3{margin-bottom:.75rem}.mb-4{margin-bottom:1rem}.mb-5{margin-bottom:1.25rem}.mb-6{margin-bottom:1.5rem}.mb-8{margin-bottom:2rem}.mb-9{margin-bottom:2.25rem}.ml-2{margin-left:.5rem}.ml-4{margin-left:1rem}.ml-8{margin-left:2rem}.ml-auto{margin-left:auto}.mr-1{margin-right:.25rem}.mr-2{margin-right:.5rem}.mr-4{margin-right:1rem}.mr-6{margin-right:1.5rem}.mt-0{margin-top:0}.mt-0\.5{margin-top:.125rem}.mt-1{margin-top:.25rem}.mt-10{margin-top:2.5rem}.mt-12{margin-top:3rem}.mt-14{margin-top:3.5rem}.mt-16{margin-top:4rem}.mt-2{margin-top:.5rem}.mt-24{margin-top:6rem}.mt-3{margin-top:.75rem}.mt-4{margin-top:1rem}.mt-5{margin-top:1.25rem}.mt-6{margin-top:1.5rem}.mt-8{margin-top:2rem}.mt-9{margin-top:2.25rem}.mt-auto{margin-top:auto}.block{display:block}.inline-block{display:inline-block}.\!flex{display:flex!important}.flex{display:flex}.table{display:table}.grid{display:grid}.contents{display:contents}.\!hidden{display:none!important}.hidden{display:none}.\!h-\[640px\]{height:640px!important}.h-1{height:.25rem}.h-10{height:2.5rem}.h-12{height:3rem}.h-14{height:3.5rem}.h-20{height:5rem}.h-28{height:7rem}.h-4{height:1rem}.h-64{height:16rem}.h-\[14rem\]{height:14rem}.h-\[31\.25rem\]{height:31.25rem}.h-\[6px\]{height:6px}.h-auto{height:auto}.h-fit{height:-webkit-fit-content;height:-moz-fit-content;height:fit-content}.h-full{height:100%}.h-screen{height:100vh}.min-h-\[300px\]{min-height:300px}.min-h-\[50vh\]{min-height:50vh}.min-h-full{min-height:100%}.min-h-screen{min-height:100vh}.w-1\/2{width:50%}.w-1\/3{width:33.333333%}.w-10{width:2.5rem}.w-12{width:3rem}.w-2\/5{width:40%}.w-20{width:5rem}.w-24{width:6rem}.w-3\/5{width:60%}.w-40{width:10rem}.w-64{width:16rem}.w-\[70\%\]{width:70%}.w-\[90\%\]{width:90%}.w-\[96\%\]{width:96%}.w-auto{width:auto}.w-full{width:100%}.min-w-max{min-width:-webkit-max-content;min-width:-moz-max-content;min-width:max-content}.max-w-\[20rem\]{max-width:20rem}.max-w-\[37\.5rem\]{max-width:37.5rem}.max-w-\[90\%\]{max-width:90%}.max-w-fit{max-width:-webkit-fit-content;max-width:-moz-fit-content;max-width:fit-content}.max-w-full{max-width:100%}.max-w-screen-2xl{max-width:1536px}.max-w-screen-3xl{max-width:1620px}.max-w-screen-lg{max-width:1024px}.flex-auto{flex:1 1 auto}.flex-grow,.grow{flex-grow:1}.-translate-x-1\/2{--tw-translate-x:-50%}.-translate-x-1\/2,.-translate-y-1\/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-1\/2{--tw-translate-y:-50%}.translate-x-\[-50\%\]{--tw-translate-x:-50%}.translate-x-\[-50\%\],.translate-y-\[-100\%\]{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-\[-100\%\]{--tw-translate-y:-100%}.translate-y-\[-12\%\]{--tw-translate-y:-12%}.translate-y-\[-12\%\],.translate-y-\[-50\%\]{transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.translate-y-\[-50\%\]{--tw-translate-y:-50%}.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))}.cursor-pointer{cursor:pointer}.snap-x{-ms-scroll-snap-type:x var(--tw-scroll-snap-strictness);scroll-snap-type:x var(--tw-scroll-snap-strictness)}.snap-center{scroll-snap-align:center}.columns-2{column-count:2}.grid-cols-1{grid-template-columns:repeat(1,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}.items-start{align-items:flex-start}.items-end{align-items:flex-end}.items-center{align-items:center}.justify-end{justify-content:flex-end}.justify-center{justify-content:center}.justify-between{justify-content:space-between}.gap-10{gap:2.5rem}.gap-12{gap:3rem}.gap-2{gap:.5rem}.gap-2\.5{gap:.625rem}.gap-3{gap:.75rem}.gap-3\.5{gap:.875rem}.gap-4{gap:1rem}.gap-5{gap:1.25rem}.gap-6{gap:1.5rem}.gap-8{gap:2rem}.gap-px{gap:1px}.gap-x-2\.5{column-gap:.625rem}.gap-x-4{column-gap:1rem}.gap-x-6{column-gap:1.5rem}.gap-y-5{row-gap:1.25rem}.self-start{align-self:flex-start}.overflow-hidden{overflow:hidden}.overflow-y-auto{overflow-y:auto}.overflow-x-hidden{overflow-x:hidden}.overflow-x-scroll{overflow-x:scroll}.overflow-y-scroll{overflow-y:scroll}.whitespace-nowrap{white-space:nowrap}.rounded{border-radius:.25rem}.rounded-full{border-radius:9999px}.rounded-lg{border-radius:.5rem}.rounded-md{border-radius:.375rem}.rounded-sm{border-radius:.125rem}.rounded-xl{border-radius:.75rem}.rounded-t{border-top-left-radius:.25rem;border-top-right-radius:.25rem}.border{border-width:1px}.border-0{border-width:0}.border-2{border-width:2px}.border-b{border-bottom-width:1px}.border-l{border-left-width:1px}.border-t{border-top-width:1px}.border-solid{border-style:solid}.border-none{border-style:none}.border-gray-200{--tw-border-opacity:1;border-color:rgba(229,231,235,var(--tw-border-opacity))}.border-gray-300{--tw-border-opacity:1;border-color:rgba(209,213,219,var(--tw-border-opacity))}.border-gray-400{--tw-border-opacity:1;border-color:rgba(156,163,175,var(--tw-border-opacity))}.border-primary{--tw-border-opacity:1;border-color:rgba(105,194,242,var(--tw-border-opacity))}.border-primary-dark{--tw-border-opacity:1;border-color:rgba(97,163,199,var(--tw-border-opacity))}.border-secondary-dark-gray{--tw-border-opacity:1;border-color:rgba(242,243,244,var(--tw-border-opacity))}.border-tertiary-dark-gray{--tw-border-opacity:1;border-color:rgba(112,112,112,var(--tw-border-opacity))}.border-white{--tw-border-opacity:1;border-color:rgba(255,255,255,var(--tw-border-opacity))}.\!bg-green-500{--tw-bg-opacity:1!important;background-color:rgba(34,197,94,var(--tw-bg-opacity))!important}.bg-\[\#25d366\]{--tw-bg-opacity:1;background-color:rgba(37,211,102,var(--tw-bg-opacity))}.bg-amber-100{--tw-bg-opacity:1;background-color:rgba(254,243,199,var(--tw-bg-opacity))}.bg-amber-100\/0{background-color:hsla(48,96%,89%,0)}.bg-amber-100\/10{background-color:hsla(48,96%,89%,.1)}.bg-amber-100\/100{background-color:#fef3c7}.bg-amber-100\/15{background-color:hsla(48,96%,89%,.15)}.bg-amber-100\/20{background-color:hsla(48,96%,89%,.2)}.bg-amber-100\/25{background-color:hsla(48,96%,89%,.25)}.bg-amber-100\/30{background-color:hsla(48,96%,89%,.3)}.bg-amber-100\/35{background-color:hsla(48,96%,89%,.35)}.bg-amber-100\/40{background-color:hsla(48,96%,89%,.4)}.bg-amber-100\/45{background-color:hsla(48,96%,89%,.45)}.bg-amber-100\/5{background-color:hsla(48,96%,89%,.05)}.bg-amber-100\/50{background-color:hsla(48,96%,89%,.5)}.bg-amber-100\/55{background-color:hsla(48,96%,89%,.55)}.bg-amber-100\/60{background-color:hsla(48,96%,89%,.6)}.bg-amber-100\/65{background-color:hsla(48,96%,89%,.65)}.bg-amber-100\/70{background-color:hsla(48,96%,89%,.7)}.bg-amber-100\/75{background-color:hsla(48,96%,89%,.75)}.bg-amber-100\/80{background-color:hsla(48,96%,89%,.8)}.bg-amber-100\/85{background-color:hsla(48,96%,89%,.85)}.bg-amber-100\/90{background-color:hsla(48,96%,89%,.9)}.bg-amber-100\/95{background-color:hsla(48,96%,89%,.95)}.bg-amber-200{--tw-bg-opacity:1;background-color:rgba(253,230,138,var(--tw-bg-opacity))}.bg-amber-200\/0{background-color:hsla(48,97%,77%,0)}.bg-amber-200\/10{background-color:hsla(48,97%,77%,.1)}.bg-amber-200\/100{background-color:#fde68a}.bg-amber-200\/15{background-color:hsla(48,97%,77%,.15)}.bg-amber-200\/20{background-color:hsla(48,97%,77%,.2)}.bg-amber-200\/25{background-color:hsla(48,97%,77%,.25)}.bg-amber-200\/30{background-color:hsla(48,97%,77%,.3)}.bg-amber-200\/35{background-color:hsla(48,97%,77%,.35)}.bg-amber-200\/40{background-color:hsla(48,97%,77%,.4)}.bg-amber-200\/45{background-color:hsla(48,97%,77%,.45)}.bg-amber-200\/5{background-color:hsla(48,97%,77%,.05)}.bg-amber-200\/50{background-color:hsla(48,97%,77%,.5)}.bg-amber-200\/55{background-color:hsla(48,97%,77%,.55)}.bg-amber-200\/60{background-color:hsla(48,97%,77%,.6)}.bg-amber-200\/65{background-color:hsla(48,97%,77%,.65)}.bg-amber-200\/70{background-color:hsla(48,97%,77%,.7)}.bg-amber-200\/75{background-color:hsla(48,97%,77%,.75)}.bg-amber-200\/80{background-color:hsla(48,97%,77%,.8)}.bg-amber-200\/85{background-color:hsla(48,97%,77%,.85)}.bg-amber-200\/90{background-color:hsla(48,97%,77%,.9)}.bg-amber-200\/95{background-color:hsla(48,97%,77%,.95)}.bg-amber-300{--tw-bg-opacity:1;background-color:rgba(252,211,77,var(--tw-bg-opacity))}.bg-amber-300\/0{background-color:rgba(252,211,77,0)}.bg-amber-300\/10{background-color:rgba(252,211,77,.1)}.bg-amber-300\/100{background-color:#fcd34d}.bg-amber-300\/15{background-color:rgba(252,211,77,.15)}.bg-amber-300\/20{background-color:rgba(252,211,77,.2)}.bg-amber-300\/25{background-color:rgba(252,211,77,.25)}.bg-amber-300\/30{background-color:rgba(252,211,77,.3)}.bg-amber-300\/35{background-color:rgba(252,211,77,.35)}.bg-amber-300\/40{background-color:rgba(252,211,77,.4)}.bg-amber-300\/45{background-color:rgba(252,211,77,.45)}.bg-amber-300\/5{background-color:rgba(252,211,77,.05)}.bg-amber-300\/50{background-color:rgba(252,211,77,.5)}.bg-amber-300\/55{background-color:rgba(252,211,77,.55)}.bg-amber-300\/60{background-color:rgba(252,211,77,.6)}.bg-amber-300\/65{background-color:rgba(252,211,77,.65)}.bg-amber-300\/70{background-color:rgba(252,211,77,.7)}.bg-amber-300\/75{background-color:rgba(252,211,77,.75)}.bg-amber-300\/80{background-color:rgba(252,211,77,.8)}.bg-amber-300\/85{background-color:rgba(252,211,77,.85)}.bg-amber-300\/90{background-color:rgba(252,211,77,.9)}.bg-amber-300\/95{background-color:rgba(252,211,77,.95)}.bg-amber-400{--tw-bg-opacity:1;background-color:rgba(251,191,36,var(--tw-bg-opacity))}.bg-amber-400\/0{background-color:rgba(251,191,36,0)}.bg-amber-400\/10{background-color:rgba(251,191,36,.1)}.bg-amber-400\/100{background-color:#fbbf24}.bg-amber-400\/15{background-color:rgba(251,191,36,.15)}.bg-amber-400\/20{background-color:rgba(251,191,36,.2)}.bg-amber-400\/25{background-color:rgba(251,191,36,.25)}.bg-amber-400\/30{background-color:rgba(251,191,36,.3)}.bg-amber-400\/35{background-color:rgba(251,191,36,.35)}.bg-amber-400\/40{background-color:rgba(251,191,36,.4)}.bg-amber-400\/45{background-color:rgba(251,191,36,.45)}.bg-amber-400\/5{background-color:rgba(251,191,36,.05)}.bg-amber-400\/50{background-color:rgba(251,191,36,.5)}.bg-amber-400\/55{background-color:rgba(251,191,36,.55)}.bg-amber-400\/60{background-color:rgba(251,191,36,.6)}.bg-amber-400\/65{background-color:rgba(251,191,36,.65)}.bg-amber-400\/70{background-color:rgba(251,191,36,.7)}.bg-amber-400\/75{background-color:rgba(251,191,36,.75)}.bg-amber-400\/80{background-color:rgba(251,191,36,.8)}.bg-amber-400\/85{background-color:rgba(251,191,36,.85)}.bg-amber-400\/90{background-color:rgba(251,191,36,.9)}.bg-amber-400\/95{background-color:rgba(251,191,36,.95)}.bg-amber-50{--tw-bg-opacity:1;background-color:rgba(255,251,235,var(--tw-bg-opacity))}.bg-amber-50\/0{background-color:rgba(255,251,235,0)}.bg-amber-50\/10{background-color:rgba(255,251,235,.1)}.bg-amber-50\/100{background-color:#fffbeb}.bg-amber-50\/15{background-color:rgba(255,251,235,.15)}.bg-amber-50\/20{background-color:rgba(255,251,235,.2)}.bg-amber-50\/25{background-color:rgba(255,251,235,.25)}.bg-amber-50\/30{background-color:rgba(255,251,235,.3)}.bg-amber-50\/35{background-color:rgba(255,251,235,.35)}.bg-amber-50\/40{background-color:rgba(255,251,235,.4)}.bg-amber-50\/45{background-color:rgba(255,251,235,.45)}.bg-amber-50\/5{background-color:rgba(255,251,235,.05)}.bg-amber-50\/50{background-color:rgba(255,251,235,.5)}.bg-amber-50\/55{background-color:rgba(255,251,235,.55)}.bg-amber-50\/60{background-color:rgba(255,251,235,.6)}.bg-amber-50\/65{background-color:rgba(255,251,235,.65)}.bg-amber-50\/70{background-color:rgba(255,251,235,.7)}.bg-amber-50\/75{background-color:rgba(255,251,235,.75)}.bg-amber-50\/80{background-color:rgba(255,251,235,.8)}.bg-amber-50\/85{background-color:rgba(255,251,235,.85)}.bg-amber-50\/90{background-color:rgba(255,251,235,.9)}.bg-amber-50\/95{background-color:rgba(255,251,235,.95)}.bg-amber-500{--tw-bg-opacity:1;background-color:rgba(245,158,11,var(--tw-bg-opacity))}.bg-amber-500\/0{background-color:rgba(245,158,11,0)}.bg-amber-500\/10{background-color:rgba(245,158,11,.1)}.bg-amber-500\/100{background-color:#f59e0b}.bg-amber-500\/15{background-color:rgba(245,158,11,.15)}.bg-amber-500\/20{background-color:rgba(245,158,11,.2)}.bg-amber-500\/25{background-color:rgba(245,158,11,.25)}.bg-amber-500\/30{background-color:rgba(245,158,11,.3)}.bg-amber-500\/35{background-color:rgba(245,158,11,.35)}.bg-amber-500\/40{background-color:rgba(245,158,11,.4)}.bg-amber-500\/45{background-color:rgba(245,158,11,.45)}.bg-amber-500\/5{background-color:rgba(245,158,11,.05)}.bg-amber-500\/50{background-color:rgba(245,158,11,.5)}.bg-amber-500\/55{background-color:rgba(245,158,11,.55)}.bg-amber-500\/60{background-color:rgba(245,158,11,.6)}.bg-amber-500\/65{background-color:rgba(245,158,11,.65)}.bg-amber-500\/70{background-color:rgba(245,158,11,.7)}.bg-amber-500\/75{background-color:rgba(245,158,11,.75)}.bg-amber-500\/80{background-color:rgba(245,158,11,.8)}.bg-amber-500\/85{background-color:rgba(245,158,11,.85)}.bg-amber-500\/90{background-color:rgba(245,158,11,.9)}.bg-amber-500\/95{background-color:rgba(245,158,11,.95)}.bg-amber-600{--tw-bg-opacity:1;background-color:rgba(217,119,6,var(--tw-bg-opacity))}.bg-amber-600\/0{background-color:rgba(217,119,6,0)}.bg-amber-600\/10{background-color:rgba(217,119,6,.1)}.bg-amber-600\/100{background-color:#d97706}.bg-amber-600\/15{background-color:rgba(217,119,6,.15)}.bg-amber-600\/20{background-color:rgba(217,119,6,.2)}.bg-amber-600\/25{background-color:rgba(217,119,6,.25)}.bg-amber-600\/30{background-color:rgba(217,119,6,.3)}.bg-amber-600\/35{background-color:rgba(217,119,6,.35)}.bg-amber-600\/40{background-color:rgba(217,119,6,.4)}.bg-amber-600\/45{background-color:rgba(217,119,6,.45)}.bg-amber-600\/5{background-color:rgba(217,119,6,.05)}.bg-amber-600\/50{background-color:rgba(217,119,6,.5)}.bg-amber-600\/55{background-color:rgba(217,119,6,.55)}.bg-amber-600\/60{background-color:rgba(217,119,6,.6)}.bg-amber-600\/65{background-color:rgba(217,119,6,.65)}.bg-amber-600\/70{background-color:rgba(217,119,6,.7)}.bg-amber-600\/75{background-color:rgba(217,119,6,.75)}.bg-amber-600\/80{background-color:rgba(217,119,6,.8)}.bg-amber-600\/85{background-color:rgba(217,119,6,.85)}.bg-amber-600\/90{background-color:rgba(217,119,6,.9)}.bg-amber-600\/95{background-color:rgba(217,119,6,.95)}.bg-amber-700{--tw-bg-opacity:1;background-color:rgba(180,83,9,var(--tw-bg-opacity))}.bg-amber-700\/0{background-color:rgba(180,83,9,0)}.bg-amber-700\/10{background-color:rgba(180,83,9,.1)}.bg-amber-700\/100{background-color:#b45309}.bg-amber-700\/15{background-color:rgba(180,83,9,.15)}.bg-amber-700\/20{background-color:rgba(180,83,9,.2)}.bg-amber-700\/25{background-color:rgba(180,83,9,.25)}.bg-amber-700\/30{background-color:rgba(180,83,9,.3)}.bg-amber-700\/35{background-color:rgba(180,83,9,.35)}.bg-amber-700\/40{background-color:rgba(180,83,9,.4)}.bg-amber-700\/45{background-color:rgba(180,83,9,.45)}.bg-amber-700\/5{background-color:rgba(180,83,9,.05)}.bg-amber-700\/50{background-color:rgba(180,83,9,.5)}.bg-amber-700\/55{background-color:rgba(180,83,9,.55)}.bg-amber-700\/60{background-color:rgba(180,83,9,.6)}.bg-amber-700\/65{background-color:rgba(180,83,9,.65)}.bg-amber-700\/70{background-color:rgba(180,83,9,.7)}.bg-amber-700\/75{background-color:rgba(180,83,9,.75)}.bg-amber-700\/80{background-color:rgba(180,83,9,.8)}.bg-amber-700\/85{background-color:rgba(180,83,9,.85)}.bg-amber-700\/90{background-color:rgba(180,83,9,.9)}.bg-amber-700\/95{background-color:rgba(180,83,9,.95)}.bg-amber-800{--tw-bg-opacity:1;background-color:rgba(146,64,14,var(--tw-bg-opacity))}.bg-amber-800\/0{background-color:rgba(146,64,14,0)}.bg-amber-800\/10{background-color:rgba(146,64,14,.1)}.bg-amber-800\/100{background-color:#92400e}.bg-amber-800\/15{background-color:rgba(146,64,14,.15)}.bg-amber-800\/20{background-color:rgba(146,64,14,.2)}.bg-amber-800\/25{background-color:rgba(146,64,14,.25)}.bg-amber-800\/30{background-color:rgba(146,64,14,.3)}.bg-amber-800\/35{background-color:rgba(146,64,14,.35)}.bg-amber-800\/40{background-color:rgba(146,64,14,.4)}.bg-amber-800\/45{background-color:rgba(146,64,14,.45)}.bg-amber-800\/5{background-color:rgba(146,64,14,.05)}.bg-amber-800\/50{background-color:rgba(146,64,14,.5)}.bg-amber-800\/55{background-color:rgba(146,64,14,.55)}.bg-amber-800\/60{background-color:rgba(146,64,14,.6)}.bg-amber-800\/65{background-color:rgba(146,64,14,.65)}.bg-amber-800\/70{background-color:rgba(146,64,14,.7)}.bg-amber-800\/75{background-color:rgba(146,64,14,.75)}.bg-amber-800\/80{background-color:rgba(146,64,14,.8)}.bg-amber-800\/85{background-color:rgba(146,64,14,.85)}.bg-amber-800\/90{background-color:rgba(146,64,14,.9)}.bg-amber-800\/95{background-color:rgba(146,64,14,.95)}.bg-amber-900{--tw-bg-opacity:1;background-color:rgba(120,53,15,var(--tw-bg-opacity))}.bg-amber-900\/0{background-color:rgba(120,53,15,0)}.bg-amber-900\/10{background-color:rgba(120,53,15,.1)}.bg-amber-900\/100{background-color:#78350f}.bg-amber-900\/15{background-color:rgba(120,53,15,.15)}.bg-amber-900\/20{background-color:rgba(120,53,15,.2)}.bg-amber-900\/25{background-color:rgba(120,53,15,.25)}.bg-amber-900\/30{background-color:rgba(120,53,15,.3)}.bg-amber-900\/35{background-color:rgba(120,53,15,.35)}.bg-amber-900\/40{background-color:rgba(120,53,15,.4)}.bg-amber-900\/45{background-color:rgba(120,53,15,.45)}.bg-amber-900\/5{background-color:rgba(120,53,15,.05)}.bg-amber-900\/50{background-color:rgba(120,53,15,.5)}.bg-amber-900\/55{background-color:rgba(120,53,15,.55)}.bg-amber-900\/60{background-color:rgba(120,53,15,.6)}.bg-amber-900\/65{background-color:rgba(120,53,15,.65)}.bg-amber-900\/70{background-color:rgba(120,53,15,.7)}.bg-amber-900\/75{background-color:rgba(120,53,15,.75)}.bg-amber-900\/80{background-color:rgba(120,53,15,.8)}.bg-amber-900\/85{background-color:rgba(120,53,15,.85)}.bg-amber-900\/90{background-color:rgba(120,53,15,.9)}.bg-amber-900\/95{background-color:rgba(120,53,15,.95)}.bg-amber-950{--tw-bg-opacity:1;background-color:rgba(69,26,3,var(--tw-bg-opacity))}.bg-amber-950\/0{background-color:rgba(69,26,3,0)}.bg-amber-950\/10{background-color:rgba(69,26,3,.1)}.bg-amber-950\/100{background-color:#451a03}.bg-amber-950\/15{background-color:rgba(69,26,3,.15)}.bg-amber-950\/20{background-color:rgba(69,26,3,.2)}.bg-amber-950\/25{background-color:rgba(69,26,3,.25)}.bg-amber-950\/30{background-color:rgba(69,26,3,.3)}.bg-amber-950\/35{background-color:rgba(69,26,3,.35)}.bg-amber-950\/40{background-color:rgba(69,26,3,.4)}.bg-amber-950\/45{background-color:rgba(69,26,3,.45)}.bg-amber-950\/5{background-color:rgba(69,26,3,.05)}.bg-amber-950\/50{background-color:rgba(69,26,3,.5)}.bg-amber-950\/55{background-color:rgba(69,26,3,.55)}.bg-amber-950\/60{background-color:rgba(69,26,3,.6)}.bg-amber-950\/65{background-color:rgba(69,26,3,.65)}.bg-amber-950\/70{background-color:rgba(69,26,3,.7)}.bg-amber-950\/75{background-color:rgba(69,26,3,.75)}.bg-amber-950\/80{background-color:rgba(69,26,3,.8)}.bg-amber-950\/85{background-color:rgba(69,26,3,.85)}.bg-amber-950\/90{background-color:rgba(69,26,3,.9)}.bg-amber-950\/95{background-color:rgba(69,26,3,.95)}.bg-black{--tw-bg-opacity:1;background-color:rgba(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:rgba(219,234,254,var(--tw-bg-opacity))}.bg-blue-100\/0{background-color:rgba(219,234,254,0)}.bg-blue-100\/10{background-color:rgba(219,234,254,.1)}.bg-blue-100\/100{background-color:#dbeafe}.bg-blue-100\/15{background-color:rgba(219,234,254,.15)}.bg-blue-100\/20{background-color:rgba(219,234,254,.2)}.bg-blue-100\/25{background-color:rgba(219,234,254,.25)}.bg-blue-100\/30{background-color:rgba(219,234,254,.3)}.bg-blue-100\/35{background-color:rgba(219,234,254,.35)}.bg-blue-100\/40{background-color:rgba(219,234,254,.4)}.bg-blue-100\/45{background-color:rgba(219,234,254,.45)}.bg-blue-100\/5{background-color:rgba(219,234,254,.05)}.bg-blue-100\/50{background-color:rgba(219,234,254,.5)}.bg-blue-100\/55{background-color:rgba(219,234,254,.55)}.bg-blue-100\/60{background-color:rgba(219,234,254,.6)}.bg-blue-100\/65{background-color:rgba(219,234,254,.65)}.bg-blue-100\/70{background-color:rgba(219,234,254,.7)}.bg-blue-100\/75{background-color:rgba(219,234,254,.75)}.bg-blue-100\/80{background-color:rgba(219,234,254,.8)}.bg-blue-100\/85{background-color:rgba(219,234,254,.85)}.bg-blue-100\/90{background-color:rgba(219,234,254,.9)}.bg-blue-100\/95{background-color:rgba(219,234,254,.95)}.bg-blue-200{--tw-bg-opacity:1;background-color:rgba(191,219,254,var(--tw-bg-opacity))}.bg-blue-200\/0{background-color:rgba(191,219,254,0)}.bg-blue-200\/10{background-color:rgba(191,219,254,.1)}.bg-blue-200\/100{background-color:#bfdbfe}.bg-blue-200\/15{background-color:rgba(191,219,254,.15)}.bg-blue-200\/20{background-color:rgba(191,219,254,.2)}.bg-blue-200\/25{background-color:rgba(191,219,254,.25)}.bg-blue-200\/30{background-color:rgba(191,219,254,.3)}.bg-blue-200\/35{background-color:rgba(191,219,254,.35)}.bg-blue-200\/40{background-color:rgba(191,219,254,.4)}.bg-blue-200\/45{background-color:rgba(191,219,254,.45)}.bg-blue-200\/5{background-color:rgba(191,219,254,.05)}.bg-blue-200\/50{background-color:rgba(191,219,254,.5)}.bg-blue-200\/55{background-color:rgba(191,219,254,.55)}.bg-blue-200\/60{background-color:rgba(191,219,254,.6)}.bg-blue-200\/65{background-color:rgba(191,219,254,.65)}.bg-blue-200\/70{background-color:rgba(191,219,254,.7)}.bg-blue-200\/75{background-color:rgba(191,219,254,.75)}.bg-blue-200\/80{background-color:rgba(191,219,254,.8)}.bg-blue-200\/85{background-color:rgba(191,219,254,.85)}.bg-blue-200\/90{background-color:rgba(191,219,254,.9)}.bg-blue-200\/95{background-color:rgba(191,219,254,.95)}.bg-blue-300{--tw-bg-opacity:1;background-color:rgba(147,197,253,var(--tw-bg-opacity))}.bg-blue-300\/0{background-color:rgba(147,197,253,0)}.bg-blue-300\/10{background-color:rgba(147,197,253,.1)}.bg-blue-300\/100{background-color:#93c5fd}.bg-blue-300\/15{background-color:rgba(147,197,253,.15)}.bg-blue-300\/20{background-color:rgba(147,197,253,.2)}.bg-blue-300\/25{background-color:rgba(147,197,253,.25)}.bg-blue-300\/30{background-color:rgba(147,197,253,.3)}.bg-blue-300\/35{background-color:rgba(147,197,253,.35)}.bg-blue-300\/40{background-color:rgba(147,197,253,.4)}.bg-blue-300\/45{background-color:rgba(147,197,253,.45)}.bg-blue-300\/5{background-color:rgba(147,197,253,.05)}.bg-blue-300\/50{background-color:rgba(147,197,253,.5)}.bg-blue-300\/55{background-color:rgba(147,197,253,.55)}.bg-blue-300\/60{background-color:rgba(147,197,253,.6)}.bg-blue-300\/65{background-color:rgba(147,197,253,.65)}.bg-blue-300\/70{background-color:rgba(147,197,253,.7)}.bg-blue-300\/75{background-color:rgba(147,197,253,.75)}.bg-blue-300\/80{background-color:rgba(147,197,253,.8)}.bg-blue-300\/85{background-color:rgba(147,197,253,.85)}.bg-blue-300\/90{background-color:rgba(147,197,253,.9)}.bg-blue-300\/95{background-color:rgba(147,197,253,.95)}.bg-blue-400{--tw-bg-opacity:1;background-color:rgba(96,165,250,var(--tw-bg-opacity))}.bg-blue-400\/0{background-color:rgba(96,165,250,0)}.bg-blue-400\/10{background-color:rgba(96,165,250,.1)}.bg-blue-400\/100{background-color:#60a5fa}.bg-blue-400\/15{background-color:rgba(96,165,250,.15)}.bg-blue-400\/20{background-color:rgba(96,165,250,.2)}.bg-blue-400\/25{background-color:rgba(96,165,250,.25)}.bg-blue-400\/30{background-color:rgba(96,165,250,.3)}.bg-blue-400\/35{background-color:rgba(96,165,250,.35)}.bg-blue-400\/40{background-color:rgba(96,165,250,.4)}.bg-blue-400\/45{background-color:rgba(96,165,250,.45)}.bg-blue-400\/5{background-color:rgba(96,165,250,.05)}.bg-blue-400\/50{background-color:rgba(96,165,250,.5)}.bg-blue-400\/55{background-color:rgba(96,165,250,.55)}.bg-blue-400\/60{background-color:rgba(96,165,250,.6)}.bg-blue-400\/65{background-color:rgba(96,165,250,.65)}.bg-blue-400\/70{background-color:rgba(96,165,250,.7)}.bg-blue-400\/75{background-color:rgba(96,165,250,.75)}.bg-blue-400\/80{background-color:rgba(96,165,250,.8)}.bg-blue-400\/85{background-color:rgba(96,165,250,.85)}.bg-blue-400\/90{background-color:rgba(96,165,250,.9)}.bg-blue-400\/95{background-color:rgba(96,165,250,.95)}.bg-blue-50{--tw-bg-opacity:1;background-color:rgba(239,246,255,var(--tw-bg-opacity))}.bg-blue-50\/0{background-color:rgba(239,246,255,0)}.bg-blue-50\/10{background-color:rgba(239,246,255,.1)}.bg-blue-50\/100{background-color:#eff6ff}.bg-blue-50\/15{background-color:rgba(239,246,255,.15)}.bg-blue-50\/20{background-color:rgba(239,246,255,.2)}.bg-blue-50\/25{background-color:rgba(239,246,255,.25)}.bg-blue-50\/30{background-color:rgba(239,246,255,.3)}.bg-blue-50\/35{background-color:rgba(239,246,255,.35)}.bg-blue-50\/40{background-color:rgba(239,246,255,.4)}.bg-blue-50\/45{background-color:rgba(239,246,255,.45)}.bg-blue-50\/5{background-color:rgba(239,246,255,.05)}.bg-blue-50\/50{background-color:rgba(239,246,255,.5)}.bg-blue-50\/55{background-color:rgba(239,246,255,.55)}.bg-blue-50\/60{background-color:rgba(239,246,255,.6)}.bg-blue-50\/65{background-color:rgba(239,246,255,.65)}.bg-blue-50\/70{background-color:rgba(239,246,255,.7)}.bg-blue-50\/75{background-color:rgba(239,246,255,.75)}.bg-blue-50\/80{background-color:rgba(239,246,255,.8)}.bg-blue-50\/85{background-color:rgba(239,246,255,.85)}.bg-blue-50\/90{background-color:rgba(239,246,255,.9)}.bg-blue-50\/95{background-color:rgba(239,246,255,.95)}.bg-blue-500{--tw-bg-opacity:1;background-color:rgba(59,130,246,var(--tw-bg-opacity))}.bg-blue-500\/0{background-color:rgba(59,130,246,0)}.bg-blue-500\/10{background-color:rgba(59,130,246,.1)}.bg-blue-500\/100{background-color:#3b82f6}.bg-blue-500\/15{background-color:rgba(59,130,246,.15)}.bg-blue-500\/20{background-color:rgba(59,130,246,.2)}.bg-blue-500\/25{background-color:rgba(59,130,246,.25)}.bg-blue-500\/30{background-color:rgba(59,130,246,.3)}.bg-blue-500\/35{background-color:rgba(59,130,246,.35)}.bg-blue-500\/40{background-color:rgba(59,130,246,.4)}.bg-blue-500\/45{background-color:rgba(59,130,246,.45)}.bg-blue-500\/5{background-color:rgba(59,130,246,.05)}.bg-blue-500\/50{background-color:rgba(59,130,246,.5)}.bg-blue-500\/55{background-color:rgba(59,130,246,.55)}.bg-blue-500\/60{background-color:rgba(59,130,246,.6)}.bg-blue-500\/65{background-color:rgba(59,130,246,.65)}.bg-blue-500\/70{background-color:rgba(59,130,246,.7)}.bg-blue-500\/75{background-color:rgba(59,130,246,.75)}.bg-blue-500\/80{background-color:rgba(59,130,246,.8)}.bg-blue-500\/85{background-color:rgba(59,130,246,.85)}.bg-blue-500\/90{background-color:rgba(59,130,246,.9)}.bg-blue-500\/95{background-color:rgba(59,130,246,.95)}.bg-blue-600{--tw-bg-opacity:1;background-color:rgba(37,99,235,var(--tw-bg-opacity))}.bg-blue-600\/0{background-color:rgba(37,99,235,0)}.bg-blue-600\/10{background-color:rgba(37,99,235,.1)}.bg-blue-600\/100{background-color:#2563eb}.bg-blue-600\/15{background-color:rgba(37,99,235,.15)}.bg-blue-600\/20{background-color:rgba(37,99,235,.2)}.bg-blue-600\/25{background-color:rgba(37,99,235,.25)}.bg-blue-600\/30{background-color:rgba(37,99,235,.3)}.bg-blue-600\/35{background-color:rgba(37,99,235,.35)}.bg-blue-600\/40{background-color:rgba(37,99,235,.4)}.bg-blue-600\/45{background-color:rgba(37,99,235,.45)}.bg-blue-600\/5{background-color:rgba(37,99,235,.05)}.bg-blue-600\/50{background-color:rgba(37,99,235,.5)}.bg-blue-600\/55{background-color:rgba(37,99,235,.55)}.bg-blue-600\/60{background-color:rgba(37,99,235,.6)}.bg-blue-600\/65{background-color:rgba(37,99,235,.65)}.bg-blue-600\/70{background-color:rgba(37,99,235,.7)}.bg-blue-600\/75{background-color:rgba(37,99,235,.75)}.bg-blue-600\/80{background-color:rgba(37,99,235,.8)}.bg-blue-600\/85{background-color:rgba(37,99,235,.85)}.bg-blue-600\/90{background-color:rgba(37,99,235,.9)}.bg-blue-600\/95{background-color:rgba(37,99,235,.95)}.bg-blue-700{--tw-bg-opacity:1;background-color:rgba(29,78,216,var(--tw-bg-opacity))}.bg-blue-700\/0{background-color:rgba(29,78,216,0)}.bg-blue-700\/10{background-color:rgba(29,78,216,.1)}.bg-blue-700\/100{background-color:#1d4ed8}.bg-blue-700\/15{background-color:rgba(29,78,216,.15)}.bg-blue-700\/20{background-color:rgba(29,78,216,.2)}.bg-blue-700\/25{background-color:rgba(29,78,216,.25)}.bg-blue-700\/30{background-color:rgba(29,78,216,.3)}.bg-blue-700\/35{background-color:rgba(29,78,216,.35)}.bg-blue-700\/40{background-color:rgba(29,78,216,.4)}.bg-blue-700\/45{background-color:rgba(29,78,216,.45)}.bg-blue-700\/5{background-color:rgba(29,78,216,.05)}.bg-blue-700\/50{background-color:rgba(29,78,216,.5)}.bg-blue-700\/55{background-color:rgba(29,78,216,.55)}.bg-blue-700\/60{background-color:rgba(29,78,216,.6)}.bg-blue-700\/65{background-color:rgba(29,78,216,.65)}.bg-blue-700\/70{background-color:rgba(29,78,216,.7)}.bg-blue-700\/75{background-color:rgba(29,78,216,.75)}.bg-blue-700\/80{background-color:rgba(29,78,216,.8)}.bg-blue-700\/85{background-color:rgba(29,78,216,.85)}.bg-blue-700\/90{background-color:rgba(29,78,216,.9)}.bg-blue-700\/95{background-color:rgba(29,78,216,.95)}.bg-blue-800{--tw-bg-opacity:1;background-color:rgba(30,64,175,var(--tw-bg-opacity))}.bg-blue-800\/0{background-color:rgba(30,64,175,0)}.bg-blue-800\/10{background-color:rgba(30,64,175,.1)}.bg-blue-800\/100{background-color:#1e40af}.bg-blue-800\/15{background-color:rgba(30,64,175,.15)}.bg-blue-800\/20{background-color:rgba(30,64,175,.2)}.bg-blue-800\/25{background-color:rgba(30,64,175,.25)}.bg-blue-800\/30{background-color:rgba(30,64,175,.3)}.bg-blue-800\/35{background-color:rgba(30,64,175,.35)}.bg-blue-800\/40{background-color:rgba(30,64,175,.4)}.bg-blue-800\/45{background-color:rgba(30,64,175,.45)}.bg-blue-800\/5{background-color:rgba(30,64,175,.05)}.bg-blue-800\/50{background-color:rgba(30,64,175,.5)}.bg-blue-800\/55{background-color:rgba(30,64,175,.55)}.bg-blue-800\/60{background-color:rgba(30,64,175,.6)}.bg-blue-800\/65{background-color:rgba(30,64,175,.65)}.bg-blue-800\/70{background-color:rgba(30,64,175,.7)}.bg-blue-800\/75{background-color:rgba(30,64,175,.75)}.bg-blue-800\/80{background-color:rgba(30,64,175,.8)}.bg-blue-800\/85{background-color:rgba(30,64,175,.85)}.bg-blue-800\/90{background-color:rgba(30,64,175,.9)}.bg-blue-800\/95{background-color:rgba(30,64,175,.95)}.bg-blue-900{--tw-bg-opacity:1;background-color:rgba(30,58,138,var(--tw-bg-opacity))}.bg-blue-900\/0{background-color:rgba(30,58,138,0)}.bg-blue-900\/10{background-color:rgba(30,58,138,.1)}.bg-blue-900\/100{background-color:#1e3a8a}.bg-blue-900\/15{background-color:rgba(30,58,138,.15)}.bg-blue-900\/20{background-color:rgba(30,58,138,.2)}.bg-blue-900\/25{background-color:rgba(30,58,138,.25)}.bg-blue-900\/30{background-color:rgba(30,58,138,.3)}.bg-blue-900\/35{background-color:rgba(30,58,138,.35)}.bg-blue-900\/40{background-color:rgba(30,58,138,.4)}.bg-blue-900\/45{background-color:rgba(30,58,138,.45)}.bg-blue-900\/5{background-color:rgba(30,58,138,.05)}.bg-blue-900\/50{background-color:rgba(30,58,138,.5)}.bg-blue-900\/55{background-color:rgba(30,58,138,.55)}.bg-blue-900\/60{background-color:rgba(30,58,138,.6)}.bg-blue-900\/65{background-color:rgba(30,58,138,.65)}.bg-blue-900\/70{background-color:rgba(30,58,138,.7)}.bg-blue-900\/75{background-color:rgba(30,58,138,.75)}.bg-blue-900\/80{background-color:rgba(30,58,138,.8)}.bg-blue-900\/85{background-color:rgba(30,58,138,.85)}.bg-blue-900\/90{background-color:rgba(30,58,138,.9)}.bg-blue-900\/95{background-color:rgba(30,58,138,.95)}.bg-blue-950{--tw-bg-opacity:1;background-color:rgba(23,37,84,var(--tw-bg-opacity))}.bg-blue-950\/0{background-color:rgba(23,37,84,0)}.bg-blue-950\/10{background-color:rgba(23,37,84,.1)}.bg-blue-950\/100{background-color:#172554}.bg-blue-950\/15{background-color:rgba(23,37,84,.15)}.bg-blue-950\/20{background-color:rgba(23,37,84,.2)}.bg-blue-950\/25{background-color:rgba(23,37,84,.25)}.bg-blue-950\/30{background-color:rgba(23,37,84,.3)}.bg-blue-950\/35{background-color:rgba(23,37,84,.35)}.bg-blue-950\/40{background-color:rgba(23,37,84,.4)}.bg-blue-950\/45{background-color:rgba(23,37,84,.45)}.bg-blue-950\/5{background-color:rgba(23,37,84,.05)}.bg-blue-950\/50{background-color:rgba(23,37,84,.5)}.bg-blue-950\/55{background-color:rgba(23,37,84,.55)}.bg-blue-950\/60{background-color:rgba(23,37,84,.6)}.bg-blue-950\/65{background-color:rgba(23,37,84,.65)}.bg-blue-950\/70{background-color:rgba(23,37,84,.7)}.bg-blue-950\/75{background-color:rgba(23,37,84,.75)}.bg-blue-950\/80{background-color:rgba(23,37,84,.8)}.bg-blue-950\/85{background-color:rgba(23,37,84,.85)}.bg-blue-950\/90{background-color:rgba(23,37,84,.9)}.bg-blue-950\/95{background-color:rgba(23,37,84,.95)}.bg-current{background-color:currentColor}.bg-cyan-100{--tw-bg-opacity:1;background-color:rgba(207,250,254,var(--tw-bg-opacity))}.bg-cyan-100\/0{background-color:rgba(207,250,254,0)}.bg-cyan-100\/10{background-color:rgba(207,250,254,.1)}.bg-cyan-100\/100{background-color:#cffafe}.bg-cyan-100\/15{background-color:rgba(207,250,254,.15)}.bg-cyan-100\/20{background-color:rgba(207,250,254,.2)}.bg-cyan-100\/25{background-color:rgba(207,250,254,.25)}.bg-cyan-100\/30{background-color:rgba(207,250,254,.3)}.bg-cyan-100\/35{background-color:rgba(207,250,254,.35)}.bg-cyan-100\/40{background-color:rgba(207,250,254,.4)}.bg-cyan-100\/45{background-color:rgba(207,250,254,.45)}.bg-cyan-100\/5{background-color:rgba(207,250,254,.05)}.bg-cyan-100\/50{background-color:rgba(207,250,254,.5)}.bg-cyan-100\/55{background-color:rgba(207,250,254,.55)}.bg-cyan-100\/60{background-color:rgba(207,250,254,.6)}.bg-cyan-100\/65{background-color:rgba(207,250,254,.65)}.bg-cyan-100\/70{background-color:rgba(207,250,254,.7)}.bg-cyan-100\/75{background-color:rgba(207,250,254,.75)}.bg-cyan-100\/80{background-color:rgba(207,250,254,.8)}.bg-cyan-100\/85{background-color:rgba(207,250,254,.85)}.bg-cyan-100\/90{background-color:rgba(207,250,254,.9)}.bg-cyan-100\/95{background-color:rgba(207,250,254,.95)}.bg-cyan-200{--tw-bg-opacity:1;background-color:rgba(165,243,252,var(--tw-bg-opacity))}.bg-cyan-200\/0{background-color:rgba(165,243,252,0)}.bg-cyan-200\/10{background-color:rgba(165,243,252,.1)}.bg-cyan-200\/100{background-color:#a5f3fc}.bg-cyan-200\/15{background-color:rgba(165,243,252,.15)}.bg-cyan-200\/20{background-color:rgba(165,243,252,.2)}.bg-cyan-200\/25{background-color:rgba(165,243,252,.25)}.bg-cyan-200\/30{background-color:rgba(165,243,252,.3)}.bg-cyan-200\/35{background-color:rgba(165,243,252,.35)}.bg-cyan-200\/40{background-color:rgba(165,243,252,.4)}.bg-cyan-200\/45{background-color:rgba(165,243,252,.45)}.bg-cyan-200\/5{background-color:rgba(165,243,252,.05)}.bg-cyan-200\/50{background-color:rgba(165,243,252,.5)}.bg-cyan-200\/55{background-color:rgba(165,243,252,.55)}.bg-cyan-200\/60{background-color:rgba(165,243,252,.6)}.bg-cyan-200\/65{background-color:rgba(165,243,252,.65)}.bg-cyan-200\/70{background-color:rgba(165,243,252,.7)}.bg-cyan-200\/75{background-color:rgba(165,243,252,.75)}.bg-cyan-200\/80{background-color:rgba(165,243,252,.8)}.bg-cyan-200\/85{background-color:rgba(165,243,252,.85)}.bg-cyan-200\/90{background-color:rgba(165,243,252,.9)}.bg-cyan-200\/95{background-color:rgba(165,243,252,.95)}.bg-cyan-300{--tw-bg-opacity:1;background-color:rgba(103,232,249,var(--tw-bg-opacity))}.bg-cyan-300\/0{background-color:rgba(103,232,249,0)}.bg-cyan-300\/10{background-color:rgba(103,232,249,.1)}.bg-cyan-300\/100{background-color:#67e8f9}.bg-cyan-300\/15{background-color:rgba(103,232,249,.15)}.bg-cyan-300\/20{background-color:rgba(103,232,249,.2)}.bg-cyan-300\/25{background-color:rgba(103,232,249,.25)}.bg-cyan-300\/30{background-color:rgba(103,232,249,.3)}.bg-cyan-300\/35{background-color:rgba(103,232,249,.35)}.bg-cyan-300\/40{background-color:rgba(103,232,249,.4)}.bg-cyan-300\/45{background-color:rgba(103,232,249,.45)}.bg-cyan-300\/5{background-color:rgba(103,232,249,.05)}.bg-cyan-300\/50{background-color:rgba(103,232,249,.5)}.bg-cyan-300\/55{background-color:rgba(103,232,249,.55)}.bg-cyan-300\/60{background-color:rgba(103,232,249,.6)}.bg-cyan-300\/65{background-color:rgba(103,232,249,.65)}.bg-cyan-300\/70{background-color:rgba(103,232,249,.7)}.bg-cyan-300\/75{background-color:rgba(103,232,249,.75)}.bg-cyan-300\/80{background-color:rgba(103,232,249,.8)}.bg-cyan-300\/85{background-color:rgba(103,232,249,.85)}.bg-cyan-300\/90{background-color:rgba(103,232,249,.9)}.bg-cyan-300\/95{background-color:rgba(103,232,249,.95)}.bg-cyan-400{--tw-bg-opacity:1;background-color:rgba(34,211,238,var(--tw-bg-opacity))}.bg-cyan-400\/0{background-color:rgba(34,211,238,0)}.bg-cyan-400\/10{background-color:rgba(34,211,238,.1)}.bg-cyan-400\/100{background-color:#22d3ee}.bg-cyan-400\/15{background-color:rgba(34,211,238,.15)}.bg-cyan-400\/20{background-color:rgba(34,211,238,.2)}.bg-cyan-400\/25{background-color:rgba(34,211,238,.25)}.bg-cyan-400\/30{background-color:rgba(34,211,238,.3)}.bg-cyan-400\/35{background-color:rgba(34,211,238,.35)}.bg-cyan-400\/40{background-color:rgba(34,211,238,.4)}.bg-cyan-400\/45{background-color:rgba(34,211,238,.45)}.bg-cyan-400\/5{background-color:rgba(34,211,238,.05)}.bg-cyan-400\/50{background-color:rgba(34,211,238,.5)}.bg-cyan-400\/55{background-color:rgba(34,211,238,.55)}.bg-cyan-400\/60{background-color:rgba(34,211,238,.6)}.bg-cyan-400\/65{background-color:rgba(34,211,238,.65)}.bg-cyan-400\/70{background-color:rgba(34,211,238,.7)}.bg-cyan-400\/75{background-color:rgba(34,211,238,.75)}.bg-cyan-400\/80{background-color:rgba(34,211,238,.8)}.bg-cyan-400\/85{background-color:rgba(34,211,238,.85)}.bg-cyan-400\/90{background-color:rgba(34,211,238,.9)}.bg-cyan-400\/95{background-color:rgba(34,211,238,.95)}.bg-cyan-50{--tw-bg-opacity:1;background-color:rgba(236,254,255,var(--tw-bg-opacity))}.bg-cyan-50\/0{background-color:rgba(236,254,255,0)}.bg-cyan-50\/10{background-color:rgba(236,254,255,.1)}.bg-cyan-50\/100{background-color:#ecfeff}.bg-cyan-50\/15{background-color:rgba(236,254,255,.15)}.bg-cyan-50\/20{background-color:rgba(236,254,255,.2)}.bg-cyan-50\/25{background-color:rgba(236,254,255,.25)}.bg-cyan-50\/30{background-color:rgba(236,254,255,.3)}.bg-cyan-50\/35{background-color:rgba(236,254,255,.35)}.bg-cyan-50\/40{background-color:rgba(236,254,255,.4)}.bg-cyan-50\/45{background-color:rgba(236,254,255,.45)}.bg-cyan-50\/5{background-color:rgba(236,254,255,.05)}.bg-cyan-50\/50{background-color:rgba(236,254,255,.5)}.bg-cyan-50\/55{background-color:rgba(236,254,255,.55)}.bg-cyan-50\/60{background-color:rgba(236,254,255,.6)}.bg-cyan-50\/65{background-color:rgba(236,254,255,.65)}.bg-cyan-50\/70{background-color:rgba(236,254,255,.7)}.bg-cyan-50\/75{background-color:rgba(236,254,255,.75)}.bg-cyan-50\/80{background-color:rgba(236,254,255,.8)}.bg-cyan-50\/85{background-color:rgba(236,254,255,.85)}.bg-cyan-50\/90{background-color:rgba(236,254,255,.9)}.bg-cyan-50\/95{background-color:rgba(236,254,255,.95)}.bg-cyan-500{--tw-bg-opacity:1;background-color:rgba(6,182,212,var(--tw-bg-opacity))}.bg-cyan-500\/0{background-color:rgba(6,182,212,0)}.bg-cyan-500\/10{background-color:rgba(6,182,212,.1)}.bg-cyan-500\/100{background-color:#06b6d4}.bg-cyan-500\/15{background-color:rgba(6,182,212,.15)}.bg-cyan-500\/20{background-color:rgba(6,182,212,.2)}.bg-cyan-500\/25{background-color:rgba(6,182,212,.25)}.bg-cyan-500\/30{background-color:rgba(6,182,212,.3)}.bg-cyan-500\/35{background-color:rgba(6,182,212,.35)}.bg-cyan-500\/40{background-color:rgba(6,182,212,.4)}.bg-cyan-500\/45{background-color:rgba(6,182,212,.45)}.bg-cyan-500\/5{background-color:rgba(6,182,212,.05)}.bg-cyan-500\/50{background-color:rgba(6,182,212,.5)}.bg-cyan-500\/55{background-color:rgba(6,182,212,.55)}.bg-cyan-500\/60{background-color:rgba(6,182,212,.6)}.bg-cyan-500\/65{background-color:rgba(6,182,212,.65)}.bg-cyan-500\/70{background-color:rgba(6,182,212,.7)}.bg-cyan-500\/75{background-color:rgba(6,182,212,.75)}.bg-cyan-500\/80{background-color:rgba(6,182,212,.8)}.bg-cyan-500\/85{background-color:rgba(6,182,212,.85)}.bg-cyan-500\/90{background-color:rgba(6,182,212,.9)}.bg-cyan-500\/95{background-color:rgba(6,182,212,.95)}.bg-cyan-600{--tw-bg-opacity:1;background-color:rgba(8,145,178,var(--tw-bg-opacity))}.bg-cyan-600\/0{background-color:rgba(8,145,178,0)}.bg-cyan-600\/10{background-color:rgba(8,145,178,.1)}.bg-cyan-600\/100{background-color:#0891b2}.bg-cyan-600\/15{background-color:rgba(8,145,178,.15)}.bg-cyan-600\/20{background-color:rgba(8,145,178,.2)}.bg-cyan-600\/25{background-color:rgba(8,145,178,.25)}.bg-cyan-600\/30{background-color:rgba(8,145,178,.3)}.bg-cyan-600\/35{background-color:rgba(8,145,178,.35)}.bg-cyan-600\/40{background-color:rgba(8,145,178,.4)}.bg-cyan-600\/45{background-color:rgba(8,145,178,.45)}.bg-cyan-600\/5{background-color:rgba(8,145,178,.05)}.bg-cyan-600\/50{background-color:rgba(8,145,178,.5)}.bg-cyan-600\/55{background-color:rgba(8,145,178,.55)}.bg-cyan-600\/60{background-color:rgba(8,145,178,.6)}.bg-cyan-600\/65{background-color:rgba(8,145,178,.65)}.bg-cyan-600\/70{background-color:rgba(8,145,178,.7)}.bg-cyan-600\/75{background-color:rgba(8,145,178,.75)}.bg-cyan-600\/80{background-color:rgba(8,145,178,.8)}.bg-cyan-600\/85{background-color:rgba(8,145,178,.85)}.bg-cyan-600\/90{background-color:rgba(8,145,178,.9)}.bg-cyan-600\/95{background-color:rgba(8,145,178,.95)}.bg-cyan-700{--tw-bg-opacity:1;background-color:rgba(14,116,144,var(--tw-bg-opacity))}.bg-cyan-700\/0{background-color:rgba(14,116,144,0)}.bg-cyan-700\/10{background-color:rgba(14,116,144,.1)}.bg-cyan-700\/100{background-color:#0e7490}.bg-cyan-700\/15{background-color:rgba(14,116,144,.15)}.bg-cyan-700\/20{background-color:rgba(14,116,144,.2)}.bg-cyan-700\/25{background-color:rgba(14,116,144,.25)}.bg-cyan-700\/30{background-color:rgba(14,116,144,.3)}.bg-cyan-700\/35{background-color:rgba(14,116,144,.35)}.bg-cyan-700\/40{background-color:rgba(14,116,144,.4)}.bg-cyan-700\/45{background-color:rgba(14,116,144,.45)}.bg-cyan-700\/5{background-color:rgba(14,116,144,.05)}.bg-cyan-700\/50{background-color:rgba(14,116,144,.5)}.bg-cyan-700\/55{background-color:rgba(14,116,144,.55)}.bg-cyan-700\/60{background-color:rgba(14,116,144,.6)}.bg-cyan-700\/65{background-color:rgba(14,116,144,.65)}.bg-cyan-700\/70{background-color:rgba(14,116,144,.7)}.bg-cyan-700\/75{background-color:rgba(14,116,144,.75)}.bg-cyan-700\/80{background-color:rgba(14,116,144,.8)}.bg-cyan-700\/85{background-color:rgba(14,116,144,.85)}.bg-cyan-700\/90{background-color:rgba(14,116,144,.9)}.bg-cyan-700\/95{background-color:rgba(14,116,144,.95)}.bg-cyan-800{--tw-bg-opacity:1;background-color:rgba(21,94,117,var(--tw-bg-opacity))}.bg-cyan-800\/0{background-color:rgba(21,94,117,0)}.bg-cyan-800\/10{background-color:rgba(21,94,117,.1)}.bg-cyan-800\/100{background-color:#155e75}.bg-cyan-800\/15{background-color:rgba(21,94,117,.15)}.bg-cyan-800\/20{background-color:rgba(21,94,117,.2)}.bg-cyan-800\/25{background-color:rgba(21,94,117,.25)}.bg-cyan-800\/30{background-color:rgba(21,94,117,.3)}.bg-cyan-800\/35{background-color:rgba(21,94,117,.35)}.bg-cyan-800\/40{background-color:rgba(21,94,117,.4)}.bg-cyan-800\/45{background-color:rgba(21,94,117,.45)}.bg-cyan-800\/5{background-color:rgba(21,94,117,.05)}.bg-cyan-800\/50{background-color:rgba(21,94,117,.5)}.bg-cyan-800\/55{background-color:rgba(21,94,117,.55)}.bg-cyan-800\/60{background-color:rgba(21,94,117,.6)}.bg-cyan-800\/65{background-color:rgba(21,94,117,.65)}.bg-cyan-800\/70{background-color:rgba(21,94,117,.7)}.bg-cyan-800\/75{background-color:rgba(21,94,117,.75)}.bg-cyan-800\/80{background-color:rgba(21,94,117,.8)}.bg-cyan-800\/85{background-color:rgba(21,94,117,.85)}.bg-cyan-800\/90{background-color:rgba(21,94,117,.9)}.bg-cyan-800\/95{background-color:rgba(21,94,117,.95)}.bg-cyan-900{--tw-bg-opacity:1;background-color:rgba(22,78,99,var(--tw-bg-opacity))}.bg-cyan-900\/0{background-color:rgba(22,78,99,0)}.bg-cyan-900\/10{background-color:rgba(22,78,99,.1)}.bg-cyan-900\/100{background-color:#164e63}.bg-cyan-900\/15{background-color:rgba(22,78,99,.15)}.bg-cyan-900\/20{background-color:rgba(22,78,99,.2)}.bg-cyan-900\/25{background-color:rgba(22,78,99,.25)}.bg-cyan-900\/30{background-color:rgba(22,78,99,.3)}.bg-cyan-900\/35{background-color:rgba(22,78,99,.35)}.bg-cyan-900\/40{background-color:rgba(22,78,99,.4)}.bg-cyan-900\/45{background-color:rgba(22,78,99,.45)}.bg-cyan-900\/5{background-color:rgba(22,78,99,.05)}.bg-cyan-900\/50{background-color:rgba(22,78,99,.5)}.bg-cyan-900\/55{background-color:rgba(22,78,99,.55)}.bg-cyan-900\/60{background-color:rgba(22,78,99,.6)}.bg-cyan-900\/65{background-color:rgba(22,78,99,.65)}.bg-cyan-900\/70{background-color:rgba(22,78,99,.7)}.bg-cyan-900\/75{background-color:rgba(22,78,99,.75)}.bg-cyan-900\/80{background-color:rgba(22,78,99,.8)}.bg-cyan-900\/85{background-color:rgba(22,78,99,.85)}.bg-cyan-900\/90{background-color:rgba(22,78,99,.9)}.bg-cyan-900\/95{background-color:rgba(22,78,99,.95)}.bg-cyan-950{--tw-bg-opacity:1;background-color:rgba(8,51,68,var(--tw-bg-opacity))}.bg-cyan-950\/0{background-color:rgba(8,51,68,0)}.bg-cyan-950\/10{background-color:rgba(8,51,68,.1)}.bg-cyan-950\/100{background-color:#083344}.bg-cyan-950\/15{background-color:rgba(8,51,68,.15)}.bg-cyan-950\/20{background-color:rgba(8,51,68,.2)}.bg-cyan-950\/25{background-color:rgba(8,51,68,.25)}.bg-cyan-950\/30{background-color:rgba(8,51,68,.3)}.bg-cyan-950\/35{background-color:rgba(8,51,68,.35)}.bg-cyan-950\/40{background-color:rgba(8,51,68,.4)}.bg-cyan-950\/45{background-color:rgba(8,51,68,.45)}.bg-cyan-950\/5{background-color:rgba(8,51,68,.05)}.bg-cyan-950\/50{background-color:rgba(8,51,68,.5)}.bg-cyan-950\/55{background-color:rgba(8,51,68,.55)}.bg-cyan-950\/60{background-color:rgba(8,51,68,.6)}.bg-cyan-950\/65{background-color:rgba(8,51,68,.65)}.bg-cyan-950\/70{background-color:rgba(8,51,68,.7)}.bg-cyan-950\/75{background-color:rgba(8,51,68,.75)}.bg-cyan-950\/80{background-color:rgba(8,51,68,.8)}.bg-cyan-950\/85{background-color:rgba(8,51,68,.85)}.bg-cyan-950\/90{background-color:rgba(8,51,68,.9)}.bg-cyan-950\/95{background-color:rgba(8,51,68,.95)}.bg-emerald-100{--tw-bg-opacity:1;background-color:rgba(209,250,229,var(--tw-bg-opacity))}.bg-emerald-100\/0{background-color:rgba(209,250,229,0)}.bg-emerald-100\/10{background-color:rgba(209,250,229,.1)}.bg-emerald-100\/100{background-color:#d1fae5}.bg-emerald-100\/15{background-color:rgba(209,250,229,.15)}.bg-emerald-100\/20{background-color:rgba(209,250,229,.2)}.bg-emerald-100\/25{background-color:rgba(209,250,229,.25)}.bg-emerald-100\/30{background-color:rgba(209,250,229,.3)}.bg-emerald-100\/35{background-color:rgba(209,250,229,.35)}.bg-emerald-100\/40{background-color:rgba(209,250,229,.4)}.bg-emerald-100\/45{background-color:rgba(209,250,229,.45)}.bg-emerald-100\/5{background-color:rgba(209,250,229,.05)}.bg-emerald-100\/50{background-color:rgba(209,250,229,.5)}.bg-emerald-100\/55{background-color:rgba(209,250,229,.55)}.bg-emerald-100\/60{background-color:rgba(209,250,229,.6)}.bg-emerald-100\/65{background-color:rgba(209,250,229,.65)}.bg-emerald-100\/70{background-color:rgba(209,250,229,.7)}.bg-emerald-100\/75{background-color:rgba(209,250,229,.75)}.bg-emerald-100\/80{background-color:rgba(209,250,229,.8)}.bg-emerald-100\/85{background-color:rgba(209,250,229,.85)}.bg-emerald-100\/90{background-color:rgba(209,250,229,.9)}.bg-emerald-100\/95{background-color:rgba(209,250,229,.95)}.bg-emerald-200{--tw-bg-opacity:1;background-color:rgba(167,243,208,var(--tw-bg-opacity))}.bg-emerald-200\/0{background-color:rgba(167,243,208,0)}.bg-emerald-200\/10{background-color:rgba(167,243,208,.1)}.bg-emerald-200\/100{background-color:#a7f3d0}.bg-emerald-200\/15{background-color:rgba(167,243,208,.15)}.bg-emerald-200\/20{background-color:rgba(167,243,208,.2)}.bg-emerald-200\/25{background-color:rgba(167,243,208,.25)}.bg-emerald-200\/30{background-color:rgba(167,243,208,.3)}.bg-emerald-200\/35{background-color:rgba(167,243,208,.35)}.bg-emerald-200\/40{background-color:rgba(167,243,208,.4)}.bg-emerald-200\/45{background-color:rgba(167,243,208,.45)}.bg-emerald-200\/5{background-color:rgba(167,243,208,.05)}.bg-emerald-200\/50{background-color:rgba(167,243,208,.5)}.bg-emerald-200\/55{background-color:rgba(167,243,208,.55)}.bg-emerald-200\/60{background-color:rgba(167,243,208,.6)}.bg-emerald-200\/65{background-color:rgba(167,243,208,.65)}.bg-emerald-200\/70{background-color:rgba(167,243,208,.7)}.bg-emerald-200\/75{background-color:rgba(167,243,208,.75)}.bg-emerald-200\/80{background-color:rgba(167,243,208,.8)}.bg-emerald-200\/85{background-color:rgba(167,243,208,.85)}.bg-emerald-200\/90{background-color:rgba(167,243,208,.9)}.bg-emerald-200\/95{background-color:rgba(167,243,208,.95)}.bg-emerald-300{--tw-bg-opacity:1;background-color:rgba(110,231,183,var(--tw-bg-opacity))}.bg-emerald-300\/0{background-color:rgba(110,231,183,0)}.bg-emerald-300\/10{background-color:rgba(110,231,183,.1)}.bg-emerald-300\/100{background-color:#6ee7b7}.bg-emerald-300\/15{background-color:rgba(110,231,183,.15)}.bg-emerald-300\/20{background-color:rgba(110,231,183,.2)}.bg-emerald-300\/25{background-color:rgba(110,231,183,.25)}.bg-emerald-300\/30{background-color:rgba(110,231,183,.3)}.bg-emerald-300\/35{background-color:rgba(110,231,183,.35)}.bg-emerald-300\/40{background-color:rgba(110,231,183,.4)}.bg-emerald-300\/45{background-color:rgba(110,231,183,.45)}.bg-emerald-300\/5{background-color:rgba(110,231,183,.05)}.bg-emerald-300\/50{background-color:rgba(110,231,183,.5)}.bg-emerald-300\/55{background-color:rgba(110,231,183,.55)}.bg-emerald-300\/60{background-color:rgba(110,231,183,.6)}.bg-emerald-300\/65{background-color:rgba(110,231,183,.65)}.bg-emerald-300\/70{background-color:rgba(110,231,183,.7)}.bg-emerald-300\/75{background-color:rgba(110,231,183,.75)}.bg-emerald-300\/80{background-color:rgba(110,231,183,.8)}.bg-emerald-300\/85{background-color:rgba(110,231,183,.85)}.bg-emerald-300\/90{background-color:rgba(110,231,183,.9)}.bg-emerald-300\/95{background-color:rgba(110,231,183,.95)}.bg-emerald-400{--tw-bg-opacity:1;background-color:rgba(52,211,153,var(--tw-bg-opacity))}.bg-emerald-400\/0{background-color:rgba(52,211,153,0)}.bg-emerald-400\/10{background-color:rgba(52,211,153,.1)}.bg-emerald-400\/100{background-color:#34d399}.bg-emerald-400\/15{background-color:rgba(52,211,153,.15)}.bg-emerald-400\/20{background-color:rgba(52,211,153,.2)}.bg-emerald-400\/25{background-color:rgba(52,211,153,.25)}.bg-emerald-400\/30{background-color:rgba(52,211,153,.3)}.bg-emerald-400\/35{background-color:rgba(52,211,153,.35)}.bg-emerald-400\/40{background-color:rgba(52,211,153,.4)}.bg-emerald-400\/45{background-color:rgba(52,211,153,.45)}.bg-emerald-400\/5{background-color:rgba(52,211,153,.05)}.bg-emerald-400\/50{background-color:rgba(52,211,153,.5)}.bg-emerald-400\/55{background-color:rgba(52,211,153,.55)}.bg-emerald-400\/60{background-color:rgba(52,211,153,.6)}.bg-emerald-400\/65{background-color:rgba(52,211,153,.65)}.bg-emerald-400\/70{background-color:rgba(52,211,153,.7)}.bg-emerald-400\/75{background-color:rgba(52,211,153,.75)}.bg-emerald-400\/80{background-color:rgba(52,211,153,.8)}.bg-emerald-400\/85{background-color:rgba(52,211,153,.85)}.bg-emerald-400\/90{background-color:rgba(52,211,153,.9)}.bg-emerald-400\/95{background-color:rgba(52,211,153,.95)}.bg-emerald-50{--tw-bg-opacity:1;background-color:rgba(236,253,245,var(--tw-bg-opacity))}.bg-emerald-50\/0{background-color:rgba(236,253,245,0)}.bg-emerald-50\/10{background-color:rgba(236,253,245,.1)}.bg-emerald-50\/100{background-color:#ecfdf5}.bg-emerald-50\/15{background-color:rgba(236,253,245,.15)}.bg-emerald-50\/20{background-color:rgba(236,253,245,.2)}.bg-emerald-50\/25{background-color:rgba(236,253,245,.25)}.bg-emerald-50\/30{background-color:rgba(236,253,245,.3)}.bg-emerald-50\/35{background-color:rgba(236,253,245,.35)}.bg-emerald-50\/40{background-color:rgba(236,253,245,.4)}.bg-emerald-50\/45{background-color:rgba(236,253,245,.45)}.bg-emerald-50\/5{background-color:rgba(236,253,245,.05)}.bg-emerald-50\/50{background-color:rgba(236,253,245,.5)}.bg-emerald-50\/55{background-color:rgba(236,253,245,.55)}.bg-emerald-50\/60{background-color:rgba(236,253,245,.6)}.bg-emerald-50\/65{background-color:rgba(236,253,245,.65)}.bg-emerald-50\/70{background-color:rgba(236,253,245,.7)}.bg-emerald-50\/75{background-color:rgba(236,253,245,.75)}.bg-emerald-50\/80{background-color:rgba(236,253,245,.8)}.bg-emerald-50\/85{background-color:rgba(236,253,245,.85)}.bg-emerald-50\/90{background-color:rgba(236,253,245,.9)}.bg-emerald-50\/95{background-color:rgba(236,253,245,.95)}.bg-emerald-500{--tw-bg-opacity:1;background-color:rgba(16,185,129,var(--tw-bg-opacity))}.bg-emerald-500\/0{background-color:rgba(16,185,129,0)}.bg-emerald-500\/10{background-color:rgba(16,185,129,.1)}.bg-emerald-500\/100{background-color:#10b981}.bg-emerald-500\/15{background-color:rgba(16,185,129,.15)}.bg-emerald-500\/20{background-color:rgba(16,185,129,.2)}.bg-emerald-500\/25{background-color:rgba(16,185,129,.25)}.bg-emerald-500\/30{background-color:rgba(16,185,129,.3)}.bg-emerald-500\/35{background-color:rgba(16,185,129,.35)}.bg-emerald-500\/40{background-color:rgba(16,185,129,.4)}.bg-emerald-500\/45{background-color:rgba(16,185,129,.45)}.bg-emerald-500\/5{background-color:rgba(16,185,129,.05)}.bg-emerald-500\/50{background-color:rgba(16,185,129,.5)}.bg-emerald-500\/55{background-color:rgba(16,185,129,.55)}.bg-emerald-500\/60{background-color:rgba(16,185,129,.6)}.bg-emerald-500\/65{background-color:rgba(16,185,129,.65)}.bg-emerald-500\/70{background-color:rgba(16,185,129,.7)}.bg-emerald-500\/75{background-color:rgba(16,185,129,.75)}.bg-emerald-500\/80{background-color:rgba(16,185,129,.8)}.bg-emerald-500\/85{background-color:rgba(16,185,129,.85)}.bg-emerald-500\/90{background-color:rgba(16,185,129,.9)}.bg-emerald-500\/95{background-color:rgba(16,185,129,.95)}.bg-emerald-600{--tw-bg-opacity:1;background-color:rgba(5,150,105,var(--tw-bg-opacity))}.bg-emerald-600\/0{background-color:rgba(5,150,105,0)}.bg-emerald-600\/10{background-color:rgba(5,150,105,.1)}.bg-emerald-600\/100{background-color:#059669}.bg-emerald-600\/15{background-color:rgba(5,150,105,.15)}.bg-emerald-600\/20{background-color:rgba(5,150,105,.2)}.bg-emerald-600\/25{background-color:rgba(5,150,105,.25)}.bg-emerald-600\/30{background-color:rgba(5,150,105,.3)}.bg-emerald-600\/35{background-color:rgba(5,150,105,.35)}.bg-emerald-600\/40{background-color:rgba(5,150,105,.4)}.bg-emerald-600\/45{background-color:rgba(5,150,105,.45)}.bg-emerald-600\/5{background-color:rgba(5,150,105,.05)}.bg-emerald-600\/50{background-color:rgba(5,150,105,.5)}.bg-emerald-600\/55{background-color:rgba(5,150,105,.55)}.bg-emerald-600\/60{background-color:rgba(5,150,105,.6)}.bg-emerald-600\/65{background-color:rgba(5,150,105,.65)}.bg-emerald-600\/70{background-color:rgba(5,150,105,.7)}.bg-emerald-600\/75{background-color:rgba(5,150,105,.75)}.bg-emerald-600\/80{background-color:rgba(5,150,105,.8)}.bg-emerald-600\/85{background-color:rgba(5,150,105,.85)}.bg-emerald-600\/90{background-color:rgba(5,150,105,.9)}.bg-emerald-600\/95{background-color:rgba(5,150,105,.95)}.bg-emerald-700{--tw-bg-opacity:1;background-color:rgba(4,120,87,var(--tw-bg-opacity))}.bg-emerald-700\/0{background-color:rgba(4,120,87,0)}.bg-emerald-700\/10{background-color:rgba(4,120,87,.1)}.bg-emerald-700\/100{background-color:#047857}.bg-emerald-700\/15{background-color:rgba(4,120,87,.15)}.bg-emerald-700\/20{background-color:rgba(4,120,87,.2)}.bg-emerald-700\/25{background-color:rgba(4,120,87,.25)}.bg-emerald-700\/30{background-color:rgba(4,120,87,.3)}.bg-emerald-700\/35{background-color:rgba(4,120,87,.35)}.bg-emerald-700\/40{background-color:rgba(4,120,87,.4)}.bg-emerald-700\/45{background-color:rgba(4,120,87,.45)}.bg-emerald-700\/5{background-color:rgba(4,120,87,.05)}.bg-emerald-700\/50{background-color:rgba(4,120,87,.5)}.bg-emerald-700\/55{background-color:rgba(4,120,87,.55)}.bg-emerald-700\/60{background-color:rgba(4,120,87,.6)}.bg-emerald-700\/65{background-color:rgba(4,120,87,.65)}.bg-emerald-700\/70{background-color:rgba(4,120,87,.7)}.bg-emerald-700\/75{background-color:rgba(4,120,87,.75)}.bg-emerald-700\/80{background-color:rgba(4,120,87,.8)}.bg-emerald-700\/85{background-color:rgba(4,120,87,.85)}.bg-emerald-700\/90{background-color:rgba(4,120,87,.9)}.bg-emerald-700\/95{background-color:rgba(4,120,87,.95)}.bg-emerald-800{--tw-bg-opacity:1;background-color:rgba(6,95,70,var(--tw-bg-opacity))}.bg-emerald-800\/0{background-color:rgba(6,95,70,0)}.bg-emerald-800\/10{background-color:rgba(6,95,70,.1)}.bg-emerald-800\/100{background-color:#065f46}.bg-emerald-800\/15{background-color:rgba(6,95,70,.15)}.bg-emerald-800\/20{background-color:rgba(6,95,70,.2)}.bg-emerald-800\/25{background-color:rgba(6,95,70,.25)}.bg-emerald-800\/30{background-color:rgba(6,95,70,.3)}.bg-emerald-800\/35{background-color:rgba(6,95,70,.35)}.bg-emerald-800\/40{background-color:rgba(6,95,70,.4)}.bg-emerald-800\/45{background-color:rgba(6,95,70,.45)}.bg-emerald-800\/5{background-color:rgba(6,95,70,.05)}.bg-emerald-800\/50{background-color:rgba(6,95,70,.5)}.bg-emerald-800\/55{background-color:rgba(6,95,70,.55)}.bg-emerald-800\/60{background-color:rgba(6,95,70,.6)}.bg-emerald-800\/65{background-color:rgba(6,95,70,.65)}.bg-emerald-800\/70{background-color:rgba(6,95,70,.7)}.bg-emerald-800\/75{background-color:rgba(6,95,70,.75)}.bg-emerald-800\/80{background-color:rgba(6,95,70,.8)}.bg-emerald-800\/85{background-color:rgba(6,95,70,.85)}.bg-emerald-800\/90{background-color:rgba(6,95,70,.9)}.bg-emerald-800\/95{background-color:rgba(6,95,70,.95)}.bg-emerald-900{--tw-bg-opacity:1;background-color:rgba(6,78,59,var(--tw-bg-opacity))}.bg-emerald-900\/0{background-color:rgba(6,78,59,0)}.bg-emerald-900\/10{background-color:rgba(6,78,59,.1)}.bg-emerald-900\/100{background-color:#064e3b}.bg-emerald-900\/15{background-color:rgba(6,78,59,.15)}.bg-emerald-900\/20{background-color:rgba(6,78,59,.2)}.bg-emerald-900\/25{background-color:rgba(6,78,59,.25)}.bg-emerald-900\/30{background-color:rgba(6,78,59,.3)}.bg-emerald-900\/35{background-color:rgba(6,78,59,.35)}.bg-emerald-900\/40{background-color:rgba(6,78,59,.4)}.bg-emerald-900\/45{background-color:rgba(6,78,59,.45)}.bg-emerald-900\/5{background-color:rgba(6,78,59,.05)}.bg-emerald-900\/50{background-color:rgba(6,78,59,.5)}.bg-emerald-900\/55{background-color:rgba(6,78,59,.55)}.bg-emerald-900\/60{background-color:rgba(6,78,59,.6)}.bg-emerald-900\/65{background-color:rgba(6,78,59,.65)}.bg-emerald-900\/70{background-color:rgba(6,78,59,.7)}.bg-emerald-900\/75{background-color:rgba(6,78,59,.75)}.bg-emerald-900\/80{background-color:rgba(6,78,59,.8)}.bg-emerald-900\/85{background-color:rgba(6,78,59,.85)}.bg-emerald-900\/90{background-color:rgba(6,78,59,.9)}.bg-emerald-900\/95{background-color:rgba(6,78,59,.95)}.bg-emerald-950{--tw-bg-opacity:1;background-color:rgba(2,44,34,var(--tw-bg-opacity))}.bg-emerald-950\/0{background-color:rgba(2,44,34,0)}.bg-emerald-950\/10{background-color:rgba(2,44,34,.1)}.bg-emerald-950\/100{background-color:#022c22}.bg-emerald-950\/15{background-color:rgba(2,44,34,.15)}.bg-emerald-950\/20{background-color:rgba(2,44,34,.2)}.bg-emerald-950\/25{background-color:rgba(2,44,34,.25)}.bg-emerald-950\/30{background-color:rgba(2,44,34,.3)}.bg-emerald-950\/35{background-color:rgba(2,44,34,.35)}.bg-emerald-950\/40{background-color:rgba(2,44,34,.4)}.bg-emerald-950\/45{background-color:rgba(2,44,34,.45)}.bg-emerald-950\/5{background-color:rgba(2,44,34,.05)}.bg-emerald-950\/50{background-color:rgba(2,44,34,.5)}.bg-emerald-950\/55{background-color:rgba(2,44,34,.55)}.bg-emerald-950\/60{background-color:rgba(2,44,34,.6)}.bg-emerald-950\/65{background-color:rgba(2,44,34,.65)}.bg-emerald-950\/70{background-color:rgba(2,44,34,.7)}.bg-emerald-950\/75{background-color:rgba(2,44,34,.75)}.bg-emerald-950\/80{background-color:rgba(2,44,34,.8)}.bg-emerald-950\/85{background-color:rgba(2,44,34,.85)}.bg-emerald-950\/90{background-color:rgba(2,44,34,.9)}.bg-emerald-950\/95{background-color:rgba(2,44,34,.95)}.bg-fuchsia-100{--tw-bg-opacity:1;background-color:rgba(250,232,255,var(--tw-bg-opacity))}.bg-fuchsia-100\/0{background-color:rgba(250,232,255,0)}.bg-fuchsia-100\/10{background-color:rgba(250,232,255,.1)}.bg-fuchsia-100\/100{background-color:#fae8ff}.bg-fuchsia-100\/15{background-color:rgba(250,232,255,.15)}.bg-fuchsia-100\/20{background-color:rgba(250,232,255,.2)}.bg-fuchsia-100\/25{background-color:rgba(250,232,255,.25)}.bg-fuchsia-100\/30{background-color:rgba(250,232,255,.3)}.bg-fuchsia-100\/35{background-color:rgba(250,232,255,.35)}.bg-fuchsia-100\/40{background-color:rgba(250,232,255,.4)}.bg-fuchsia-100\/45{background-color:rgba(250,232,255,.45)}.bg-fuchsia-100\/5{background-color:rgba(250,232,255,.05)}.bg-fuchsia-100\/50{background-color:rgba(250,232,255,.5)}.bg-fuchsia-100\/55{background-color:rgba(250,232,255,.55)}.bg-fuchsia-100\/60{background-color:rgba(250,232,255,.6)}.bg-fuchsia-100\/65{background-color:rgba(250,232,255,.65)}.bg-fuchsia-100\/70{background-color:rgba(250,232,255,.7)}.bg-fuchsia-100\/75{background-color:rgba(250,232,255,.75)}.bg-fuchsia-100\/80{background-color:rgba(250,232,255,.8)}.bg-fuchsia-100\/85{background-color:rgba(250,232,255,.85)}.bg-fuchsia-100\/90{background-color:rgba(250,232,255,.9)}.bg-fuchsia-100\/95{background-color:rgba(250,232,255,.95)}.bg-fuchsia-200{--tw-bg-opacity:1;background-color:rgba(245,208,254,var(--tw-bg-opacity))}.bg-fuchsia-200\/0{background-color:rgba(245,208,254,0)}.bg-fuchsia-200\/10{background-color:rgba(245,208,254,.1)}.bg-fuchsia-200\/100{background-color:#f5d0fe}.bg-fuchsia-200\/15{background-color:rgba(245,208,254,.15)}.bg-fuchsia-200\/20{background-color:rgba(245,208,254,.2)}.bg-fuchsia-200\/25{background-color:rgba(245,208,254,.25)}.bg-fuchsia-200\/30{background-color:rgba(245,208,254,.3)}.bg-fuchsia-200\/35{background-color:rgba(245,208,254,.35)}.bg-fuchsia-200\/40{background-color:rgba(245,208,254,.4)}.bg-fuchsia-200\/45{background-color:rgba(245,208,254,.45)}.bg-fuchsia-200\/5{background-color:rgba(245,208,254,.05)}.bg-fuchsia-200\/50{background-color:rgba(245,208,254,.5)}.bg-fuchsia-200\/55{background-color:rgba(245,208,254,.55)}.bg-fuchsia-200\/60{background-color:rgba(245,208,254,.6)}.bg-fuchsia-200\/65{background-color:rgba(245,208,254,.65)}.bg-fuchsia-200\/70{background-color:rgba(245,208,254,.7)}.bg-fuchsia-200\/75{background-color:rgba(245,208,254,.75)}.bg-fuchsia-200\/80{background-color:rgba(245,208,254,.8)}.bg-fuchsia-200\/85{background-color:rgba(245,208,254,.85)}.bg-fuchsia-200\/90{background-color:rgba(245,208,254,.9)}.bg-fuchsia-200\/95{background-color:rgba(245,208,254,.95)}.bg-fuchsia-300{--tw-bg-opacity:1;background-color:rgba(240,171,252,var(--tw-bg-opacity))}.bg-fuchsia-300\/0{background-color:rgba(240,171,252,0)}.bg-fuchsia-300\/10{background-color:rgba(240,171,252,.1)}.bg-fuchsia-300\/100{background-color:#f0abfc}.bg-fuchsia-300\/15{background-color:rgba(240,171,252,.15)}.bg-fuchsia-300\/20{background-color:rgba(240,171,252,.2)}.bg-fuchsia-300\/25{background-color:rgba(240,171,252,.25)}.bg-fuchsia-300\/30{background-color:rgba(240,171,252,.3)}.bg-fuchsia-300\/35{background-color:rgba(240,171,252,.35)}.bg-fuchsia-300\/40{background-color:rgba(240,171,252,.4)}.bg-fuchsia-300\/45{background-color:rgba(240,171,252,.45)}.bg-fuchsia-300\/5{background-color:rgba(240,171,252,.05)}.bg-fuchsia-300\/50{background-color:rgba(240,171,252,.5)}.bg-fuchsia-300\/55{background-color:rgba(240,171,252,.55)}.bg-fuchsia-300\/60{background-color:rgba(240,171,252,.6)}.bg-fuchsia-300\/65{background-color:rgba(240,171,252,.65)}.bg-fuchsia-300\/70{background-color:rgba(240,171,252,.7)}.bg-fuchsia-300\/75{background-color:rgba(240,171,252,.75)}.bg-fuchsia-300\/80{background-color:rgba(240,171,252,.8)}.bg-fuchsia-300\/85{background-color:rgba(240,171,252,.85)}.bg-fuchsia-300\/90{background-color:rgba(240,171,252,.9)}.bg-fuchsia-300\/95{background-color:rgba(240,171,252,.95)}.bg-fuchsia-400{--tw-bg-opacity:1;background-color:rgba(232,121,249,var(--tw-bg-opacity))}.bg-fuchsia-400\/0{background-color:rgba(232,121,249,0)}.bg-fuchsia-400\/10{background-color:rgba(232,121,249,.1)}.bg-fuchsia-400\/100{background-color:#e879f9}.bg-fuchsia-400\/15{background-color:rgba(232,121,249,.15)}.bg-fuchsia-400\/20{background-color:rgba(232,121,249,.2)}.bg-fuchsia-400\/25{background-color:rgba(232,121,249,.25)}.bg-fuchsia-400\/30{background-color:rgba(232,121,249,.3)}.bg-fuchsia-400\/35{background-color:rgba(232,121,249,.35)}.bg-fuchsia-400\/40{background-color:rgba(232,121,249,.4)}.bg-fuchsia-400\/45{background-color:rgba(232,121,249,.45)}.bg-fuchsia-400\/5{background-color:rgba(232,121,249,.05)}.bg-fuchsia-400\/50{background-color:rgba(232,121,249,.5)}.bg-fuchsia-400\/55{background-color:rgba(232,121,249,.55)}.bg-fuchsia-400\/60{background-color:rgba(232,121,249,.6)}.bg-fuchsia-400\/65{background-color:rgba(232,121,249,.65)}.bg-fuchsia-400\/70{background-color:rgba(232,121,249,.7)}.bg-fuchsia-400\/75{background-color:rgba(232,121,249,.75)}.bg-fuchsia-400\/80{background-color:rgba(232,121,249,.8)}.bg-fuchsia-400\/85{background-color:rgba(232,121,249,.85)}.bg-fuchsia-400\/90{background-color:rgba(232,121,249,.9)}.bg-fuchsia-400\/95{background-color:rgba(232,121,249,.95)}.bg-fuchsia-50{--tw-bg-opacity:1;background-color:rgba(253,244,255,var(--tw-bg-opacity))}.bg-fuchsia-50\/0{background-color:rgba(253,244,255,0)}.bg-fuchsia-50\/10{background-color:rgba(253,244,255,.1)}.bg-fuchsia-50\/100{background-color:#fdf4ff}.bg-fuchsia-50\/15{background-color:rgba(253,244,255,.15)}.bg-fuchsia-50\/20{background-color:rgba(253,244,255,.2)}.bg-fuchsia-50\/25{background-color:rgba(253,244,255,.25)}.bg-fuchsia-50\/30{background-color:rgba(253,244,255,.3)}.bg-fuchsia-50\/35{background-color:rgba(253,244,255,.35)}.bg-fuchsia-50\/40{background-color:rgba(253,244,255,.4)}.bg-fuchsia-50\/45{background-color:rgba(253,244,255,.45)}.bg-fuchsia-50\/5{background-color:rgba(253,244,255,.05)}.bg-fuchsia-50\/50{background-color:rgba(253,244,255,.5)}.bg-fuchsia-50\/55{background-color:rgba(253,244,255,.55)}.bg-fuchsia-50\/60{background-color:rgba(253,244,255,.6)}.bg-fuchsia-50\/65{background-color:rgba(253,244,255,.65)}.bg-fuchsia-50\/70{background-color:rgba(253,244,255,.7)}.bg-fuchsia-50\/75{background-color:rgba(253,244,255,.75)}.bg-fuchsia-50\/80{background-color:rgba(253,244,255,.8)}.bg-fuchsia-50\/85{background-color:rgba(253,244,255,.85)}.bg-fuchsia-50\/90{background-color:rgba(253,244,255,.9)}.bg-fuchsia-50\/95{background-color:rgba(253,244,255,.95)}.bg-fuchsia-500{--tw-bg-opacity:1;background-color:rgba(217,70,239,var(--tw-bg-opacity))}.bg-fuchsia-500\/0{background-color:rgba(217,70,239,0)}.bg-fuchsia-500\/10{background-color:rgba(217,70,239,.1)}.bg-fuchsia-500\/100{background-color:#d946ef}.bg-fuchsia-500\/15{background-color:rgba(217,70,239,.15)}.bg-fuchsia-500\/20{background-color:rgba(217,70,239,.2)}.bg-fuchsia-500\/25{background-color:rgba(217,70,239,.25)}.bg-fuchsia-500\/30{background-color:rgba(217,70,239,.3)}.bg-fuchsia-500\/35{background-color:rgba(217,70,239,.35)}.bg-fuchsia-500\/40{background-color:rgba(217,70,239,.4)}.bg-fuchsia-500\/45{background-color:rgba(217,70,239,.45)}.bg-fuchsia-500\/5{background-color:rgba(217,70,239,.05)}.bg-fuchsia-500\/50{background-color:rgba(217,70,239,.5)}.bg-fuchsia-500\/55{background-color:rgba(217,70,239,.55)}.bg-fuchsia-500\/60{background-color:rgba(217,70,239,.6)}.bg-fuchsia-500\/65{background-color:rgba(217,70,239,.65)}.bg-fuchsia-500\/70{background-color:rgba(217,70,239,.7)}.bg-fuchsia-500\/75{background-color:rgba(217,70,239,.75)}.bg-fuchsia-500\/80{background-color:rgba(217,70,239,.8)}.bg-fuchsia-500\/85{background-color:rgba(217,70,239,.85)}.bg-fuchsia-500\/90{background-color:rgba(217,70,239,.9)}.bg-fuchsia-500\/95{background-color:rgba(217,70,239,.95)}.bg-fuchsia-600{--tw-bg-opacity:1;background-color:rgba(192,38,211,var(--tw-bg-opacity))}.bg-fuchsia-600\/0{background-color:rgba(192,38,211,0)}.bg-fuchsia-600\/10{background-color:rgba(192,38,211,.1)}.bg-fuchsia-600\/100{background-color:#c026d3}.bg-fuchsia-600\/15{background-color:rgba(192,38,211,.15)}.bg-fuchsia-600\/20{background-color:rgba(192,38,211,.2)}.bg-fuchsia-600\/25{background-color:rgba(192,38,211,.25)}.bg-fuchsia-600\/30{background-color:rgba(192,38,211,.3)}.bg-fuchsia-600\/35{background-color:rgba(192,38,211,.35)}.bg-fuchsia-600\/40{background-color:rgba(192,38,211,.4)}.bg-fuchsia-600\/45{background-color:rgba(192,38,211,.45)}.bg-fuchsia-600\/5{background-color:rgba(192,38,211,.05)}.bg-fuchsia-600\/50{background-color:rgba(192,38,211,.5)}.bg-fuchsia-600\/55{background-color:rgba(192,38,211,.55)}.bg-fuchsia-600\/60{background-color:rgba(192,38,211,.6)}.bg-fuchsia-600\/65{background-color:rgba(192,38,211,.65)}.bg-fuchsia-600\/70{background-color:rgba(192,38,211,.7)}.bg-fuchsia-600\/75{background-color:rgba(192,38,211,.75)}.bg-fuchsia-600\/80{background-color:rgba(192,38,211,.8)}.bg-fuchsia-600\/85{background-color:rgba(192,38,211,.85)}.bg-fuchsia-600\/90{background-color:rgba(192,38,211,.9)}.bg-fuchsia-600\/95{background-color:rgba(192,38,211,.95)}.bg-fuchsia-700{--tw-bg-opacity:1;background-color:rgba(162,28,175,var(--tw-bg-opacity))}.bg-fuchsia-700\/0{background-color:rgba(162,28,175,0)}.bg-fuchsia-700\/10{background-color:rgba(162,28,175,.1)}.bg-fuchsia-700\/100{background-color:#a21caf}.bg-fuchsia-700\/15{background-color:rgba(162,28,175,.15)}.bg-fuchsia-700\/20{background-color:rgba(162,28,175,.2)}.bg-fuchsia-700\/25{background-color:rgba(162,28,175,.25)}.bg-fuchsia-700\/30{background-color:rgba(162,28,175,.3)}.bg-fuchsia-700\/35{background-color:rgba(162,28,175,.35)}.bg-fuchsia-700\/40{background-color:rgba(162,28,175,.4)}.bg-fuchsia-700\/45{background-color:rgba(162,28,175,.45)}.bg-fuchsia-700\/5{background-color:rgba(162,28,175,.05)}.bg-fuchsia-700\/50{background-color:rgba(162,28,175,.5)}.bg-fuchsia-700\/55{background-color:rgba(162,28,175,.55)}.bg-fuchsia-700\/60{background-color:rgba(162,28,175,.6)}.bg-fuchsia-700\/65{background-color:rgba(162,28,175,.65)}.bg-fuchsia-700\/70{background-color:rgba(162,28,175,.7)}.bg-fuchsia-700\/75{background-color:rgba(162,28,175,.75)}.bg-fuchsia-700\/80{background-color:rgba(162,28,175,.8)}.bg-fuchsia-700\/85{background-color:rgba(162,28,175,.85)}.bg-fuchsia-700\/90{background-color:rgba(162,28,175,.9)}.bg-fuchsia-700\/95{background-color:rgba(162,28,175,.95)}.bg-fuchsia-800{--tw-bg-opacity:1;background-color:rgba(134,25,143,var(--tw-bg-opacity))}.bg-fuchsia-800\/0{background-color:rgba(134,25,143,0)}.bg-fuchsia-800\/10{background-color:rgba(134,25,143,.1)}.bg-fuchsia-800\/100{background-color:#86198f}.bg-fuchsia-800\/15{background-color:rgba(134,25,143,.15)}.bg-fuchsia-800\/20{background-color:rgba(134,25,143,.2)}.bg-fuchsia-800\/25{background-color:rgba(134,25,143,.25)}.bg-fuchsia-800\/30{background-color:rgba(134,25,143,.3)}.bg-fuchsia-800\/35{background-color:rgba(134,25,143,.35)}.bg-fuchsia-800\/40{background-color:rgba(134,25,143,.4)}.bg-fuchsia-800\/45{background-color:rgba(134,25,143,.45)}.bg-fuchsia-800\/5{background-color:rgba(134,25,143,.05)}.bg-fuchsia-800\/50{background-color:rgba(134,25,143,.5)}.bg-fuchsia-800\/55{background-color:rgba(134,25,143,.55)}.bg-fuchsia-800\/60{background-color:rgba(134,25,143,.6)}.bg-fuchsia-800\/65{background-color:rgba(134,25,143,.65)}.bg-fuchsia-800\/70{background-color:rgba(134,25,143,.7)}.bg-fuchsia-800\/75{background-color:rgba(134,25,143,.75)}.bg-fuchsia-800\/80{background-color:rgba(134,25,143,.8)}.bg-fuchsia-800\/85{background-color:rgba(134,25,143,.85)}.bg-fuchsia-800\/90{background-color:rgba(134,25,143,.9)}.bg-fuchsia-800\/95{background-color:rgba(134,25,143,.95)}.bg-fuchsia-900{--tw-bg-opacity:1;background-color:rgba(112,26,117,var(--tw-bg-opacity))}.bg-fuchsia-900\/0{background-color:rgba(112,26,117,0)}.bg-fuchsia-900\/10{background-color:rgba(112,26,117,.1)}.bg-fuchsia-900\/100{background-color:#701a75}.bg-fuchsia-900\/15{background-color:rgba(112,26,117,.15)}.bg-fuchsia-900\/20{background-color:rgba(112,26,117,.2)}.bg-fuchsia-900\/25{background-color:rgba(112,26,117,.25)}.bg-fuchsia-900\/30{background-color:rgba(112,26,117,.3)}.bg-fuchsia-900\/35{background-color:rgba(112,26,117,.35)}.bg-fuchsia-900\/40{background-color:rgba(112,26,117,.4)}.bg-fuchsia-900\/45{background-color:rgba(112,26,117,.45)}.bg-fuchsia-900\/5{background-color:rgba(112,26,117,.05)}.bg-fuchsia-900\/50{background-color:rgba(112,26,117,.5)}.bg-fuchsia-900\/55{background-color:rgba(112,26,117,.55)}.bg-fuchsia-900\/60{background-color:rgba(112,26,117,.6)}.bg-fuchsia-900\/65{background-color:rgba(112,26,117,.65)}.bg-fuchsia-900\/70{background-color:rgba(112,26,117,.7)}.bg-fuchsia-900\/75{background-color:rgba(112,26,117,.75)}.bg-fuchsia-900\/80{background-color:rgba(112,26,117,.8)}.bg-fuchsia-900\/85{background-color:rgba(112,26,117,.85)}.bg-fuchsia-900\/90{background-color:rgba(112,26,117,.9)}.bg-fuchsia-900\/95{background-color:rgba(112,26,117,.95)}.bg-fuchsia-950{--tw-bg-opacity:1;background-color:rgba(74,4,78,var(--tw-bg-opacity))}.bg-fuchsia-950\/0{background-color:rgba(74,4,78,0)}.bg-fuchsia-950\/10{background-color:rgba(74,4,78,.1)}.bg-fuchsia-950\/100{background-color:#4a044e}.bg-fuchsia-950\/15{background-color:rgba(74,4,78,.15)}.bg-fuchsia-950\/20{background-color:rgba(74,4,78,.2)}.bg-fuchsia-950\/25{background-color:rgba(74,4,78,.25)}.bg-fuchsia-950\/30{background-color:rgba(74,4,78,.3)}.bg-fuchsia-950\/35{background-color:rgba(74,4,78,.35)}.bg-fuchsia-950\/40{background-color:rgba(74,4,78,.4)}.bg-fuchsia-950\/45{background-color:rgba(74,4,78,.45)}.bg-fuchsia-950\/5{background-color:rgba(74,4,78,.05)}.bg-fuchsia-950\/50{background-color:rgba(74,4,78,.5)}.bg-fuchsia-950\/55{background-color:rgba(74,4,78,.55)}.bg-fuchsia-950\/60{background-color:rgba(74,4,78,.6)}.bg-fuchsia-950\/65{background-color:rgba(74,4,78,.65)}.bg-fuchsia-950\/70{background-color:rgba(74,4,78,.7)}.bg-fuchsia-950\/75{background-color:rgba(74,4,78,.75)}.bg-fuchsia-950\/80{background-color:rgba(74,4,78,.8)}.bg-fuchsia-950\/85{background-color:rgba(74,4,78,.85)}.bg-fuchsia-950\/90{background-color:rgba(74,4,78,.9)}.bg-fuchsia-950\/95{background-color:rgba(74,4,78,.95)}.bg-gray-100{--tw-bg-opacity:1;background-color:rgba(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:rgba(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:rgba(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:rgba(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:rgba(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:rgba(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:rgba(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:rgba(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:rgba(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:rgba(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:rgba(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:rgba(220,252,231,var(--tw-bg-opacity))}.bg-green-100\/0{background-color:rgba(220,252,231,0)}.bg-green-100\/10{background-color:rgba(220,252,231,.1)}.bg-green-100\/100{background-color:#dcfce7}.bg-green-100\/15{background-color:rgba(220,252,231,.15)}.bg-green-100\/20{background-color:rgba(220,252,231,.2)}.bg-green-100\/25{background-color:rgba(220,252,231,.25)}.bg-green-100\/30{background-color:rgba(220,252,231,.3)}.bg-green-100\/35{background-color:rgba(220,252,231,.35)}.bg-green-100\/40{background-color:rgba(220,252,231,.4)}.bg-green-100\/45{background-color:rgba(220,252,231,.45)}.bg-green-100\/5{background-color:rgba(220,252,231,.05)}.bg-green-100\/50{background-color:rgba(220,252,231,.5)}.bg-green-100\/55{background-color:rgba(220,252,231,.55)}.bg-green-100\/60{background-color:rgba(220,252,231,.6)}.bg-green-100\/65{background-color:rgba(220,252,231,.65)}.bg-green-100\/70{background-color:rgba(220,252,231,.7)}.bg-green-100\/75{background-color:rgba(220,252,231,.75)}.bg-green-100\/80{background-color:rgba(220,252,231,.8)}.bg-green-100\/85{background-color:rgba(220,252,231,.85)}.bg-green-100\/90{background-color:rgba(220,252,231,.9)}.bg-green-100\/95{background-color:rgba(220,252,231,.95)}.bg-green-200{--tw-bg-opacity:1;background-color:rgba(187,247,208,var(--tw-bg-opacity))}.bg-green-200\/0{background-color:rgba(187,247,208,0)}.bg-green-200\/10{background-color:rgba(187,247,208,.1)}.bg-green-200\/100{background-color:#bbf7d0}.bg-green-200\/15{background-color:rgba(187,247,208,.15)}.bg-green-200\/20{background-color:rgba(187,247,208,.2)}.bg-green-200\/25{background-color:rgba(187,247,208,.25)}.bg-green-200\/30{background-color:rgba(187,247,208,.3)}.bg-green-200\/35{background-color:rgba(187,247,208,.35)}.bg-green-200\/40{background-color:rgba(187,247,208,.4)}.bg-green-200\/45{background-color:rgba(187,247,208,.45)}.bg-green-200\/5{background-color:rgba(187,247,208,.05)}.bg-green-200\/50{background-color:rgba(187,247,208,.5)}.bg-green-200\/55{background-color:rgba(187,247,208,.55)}.bg-green-200\/60{background-color:rgba(187,247,208,.6)}.bg-green-200\/65{background-color:rgba(187,247,208,.65)}.bg-green-200\/70{background-color:rgba(187,247,208,.7)}.bg-green-200\/75{background-color:rgba(187,247,208,.75)}.bg-green-200\/80{background-color:rgba(187,247,208,.8)}.bg-green-200\/85{background-color:rgba(187,247,208,.85)}.bg-green-200\/90{background-color:rgba(187,247,208,.9)}.bg-green-200\/95{background-color:rgba(187,247,208,.95)}.bg-green-300{--tw-bg-opacity:1;background-color:rgba(134,239,172,var(--tw-bg-opacity))}.bg-green-300\/0{background-color:rgba(134,239,172,0)}.bg-green-300\/10{background-color:rgba(134,239,172,.1)}.bg-green-300\/100{background-color:#86efac}.bg-green-300\/15{background-color:rgba(134,239,172,.15)}.bg-green-300\/20{background-color:rgba(134,239,172,.2)}.bg-green-300\/25{background-color:rgba(134,239,172,.25)}.bg-green-300\/30{background-color:rgba(134,239,172,.3)}.bg-green-300\/35{background-color:rgba(134,239,172,.35)}.bg-green-300\/40{background-color:rgba(134,239,172,.4)}.bg-green-300\/45{background-color:rgba(134,239,172,.45)}.bg-green-300\/5{background-color:rgba(134,239,172,.05)}.bg-green-300\/50{background-color:rgba(134,239,172,.5)}.bg-green-300\/55{background-color:rgba(134,239,172,.55)}.bg-green-300\/60{background-color:rgba(134,239,172,.6)}.bg-green-300\/65{background-color:rgba(134,239,172,.65)}.bg-green-300\/70{background-color:rgba(134,239,172,.7)}.bg-green-300\/75{background-color:rgba(134,239,172,.75)}.bg-green-300\/80{background-color:rgba(134,239,172,.8)}.bg-green-300\/85{background-color:rgba(134,239,172,.85)}.bg-green-300\/90{background-color:rgba(134,239,172,.9)}.bg-green-300\/95{background-color:rgba(134,239,172,.95)}.bg-green-400{--tw-bg-opacity:1;background-color:rgba(74,222,128,var(--tw-bg-opacity))}.bg-green-400\/0{background-color:rgba(74,222,128,0)}.bg-green-400\/10{background-color:rgba(74,222,128,.1)}.bg-green-400\/100{background-color:#4ade80}.bg-green-400\/15{background-color:rgba(74,222,128,.15)}.bg-green-400\/20{background-color:rgba(74,222,128,.2)}.bg-green-400\/25{background-color:rgba(74,222,128,.25)}.bg-green-400\/30{background-color:rgba(74,222,128,.3)}.bg-green-400\/35{background-color:rgba(74,222,128,.35)}.bg-green-400\/40{background-color:rgba(74,222,128,.4)}.bg-green-400\/45{background-color:rgba(74,222,128,.45)}.bg-green-400\/5{background-color:rgba(74,222,128,.05)}.bg-green-400\/50{background-color:rgba(74,222,128,.5)}.bg-green-400\/55{background-color:rgba(74,222,128,.55)}.bg-green-400\/60{background-color:rgba(74,222,128,.6)}.bg-green-400\/65{background-color:rgba(74,222,128,.65)}.bg-green-400\/70{background-color:rgba(74,222,128,.7)}.bg-green-400\/75{background-color:rgba(74,222,128,.75)}.bg-green-400\/80{background-color:rgba(74,222,128,.8)}.bg-green-400\/85{background-color:rgba(74,222,128,.85)}.bg-green-400\/90{background-color:rgba(74,222,128,.9)}.bg-green-400\/95{background-color:rgba(74,222,128,.95)}.bg-green-50{--tw-bg-opacity:1;background-color:rgba(240,253,244,var(--tw-bg-opacity))}.bg-green-50\/0{background-color:rgba(240,253,244,0)}.bg-green-50\/10{background-color:rgba(240,253,244,.1)}.bg-green-50\/100{background-color:#f0fdf4}.bg-green-50\/15{background-color:rgba(240,253,244,.15)}.bg-green-50\/20{background-color:rgba(240,253,244,.2)}.bg-green-50\/25{background-color:rgba(240,253,244,.25)}.bg-green-50\/30{background-color:rgba(240,253,244,.3)}.bg-green-50\/35{background-color:rgba(240,253,244,.35)}.bg-green-50\/40{background-color:rgba(240,253,244,.4)}.bg-green-50\/45{background-color:rgba(240,253,244,.45)}.bg-green-50\/5{background-color:rgba(240,253,244,.05)}.bg-green-50\/50{background-color:rgba(240,253,244,.5)}.bg-green-50\/55{background-color:rgba(240,253,244,.55)}.bg-green-50\/60{background-color:rgba(240,253,244,.6)}.bg-green-50\/65{background-color:rgba(240,253,244,.65)}.bg-green-50\/70{background-color:rgba(240,253,244,.7)}.bg-green-50\/75{background-color:rgba(240,253,244,.75)}.bg-green-50\/80{background-color:rgba(240,253,244,.8)}.bg-green-50\/85{background-color:rgba(240,253,244,.85)}.bg-green-50\/90{background-color:rgba(240,253,244,.9)}.bg-green-50\/95{background-color:rgba(240,253,244,.95)}.bg-green-500{--tw-bg-opacity:1;background-color:rgba(34,197,94,var(--tw-bg-opacity))}.bg-green-500\/0{background-color:rgba(34,197,94,0)}.bg-green-500\/10{background-color:rgba(34,197,94,.1)}.bg-green-500\/100{background-color:#22c55e}.bg-green-500\/15{background-color:rgba(34,197,94,.15)}.bg-green-500\/20{background-color:rgba(34,197,94,.2)}.bg-green-500\/25{background-color:rgba(34,197,94,.25)}.bg-green-500\/30{background-color:rgba(34,197,94,.3)}.bg-green-500\/35{background-color:rgba(34,197,94,.35)}.bg-green-500\/40{background-color:rgba(34,197,94,.4)}.bg-green-500\/45{background-color:rgba(34,197,94,.45)}.bg-green-500\/5{background-color:rgba(34,197,94,.05)}.bg-green-500\/50{background-color:rgba(34,197,94,.5)}.bg-green-500\/55{background-color:rgba(34,197,94,.55)}.bg-green-500\/60{background-color:rgba(34,197,94,.6)}.bg-green-500\/65{background-color:rgba(34,197,94,.65)}.bg-green-500\/70{background-color:rgba(34,197,94,.7)}.bg-green-500\/75{background-color:rgba(34,197,94,.75)}.bg-green-500\/80{background-color:rgba(34,197,94,.8)}.bg-green-500\/85{background-color:rgba(34,197,94,.85)}.bg-green-500\/90{background-color:rgba(34,197,94,.9)}.bg-green-500\/95{background-color:rgba(34,197,94,.95)}.bg-green-600{--tw-bg-opacity:1;background-color:rgba(22,163,74,var(--tw-bg-opacity))}.bg-green-600\/0{background-color:rgba(22,163,74,0)}.bg-green-600\/10{background-color:rgba(22,163,74,.1)}.bg-green-600\/100{background-color:#16a34a}.bg-green-600\/15{background-color:rgba(22,163,74,.15)}.bg-green-600\/20{background-color:rgba(22,163,74,.2)}.bg-green-600\/25{background-color:rgba(22,163,74,.25)}.bg-green-600\/30{background-color:rgba(22,163,74,.3)}.bg-green-600\/35{background-color:rgba(22,163,74,.35)}.bg-green-600\/40{background-color:rgba(22,163,74,.4)}.bg-green-600\/45{background-color:rgba(22,163,74,.45)}.bg-green-600\/5{background-color:rgba(22,163,74,.05)}.bg-green-600\/50{background-color:rgba(22,163,74,.5)}.bg-green-600\/55{background-color:rgba(22,163,74,.55)}.bg-green-600\/60{background-color:rgba(22,163,74,.6)}.bg-green-600\/65{background-color:rgba(22,163,74,.65)}.bg-green-600\/70{background-color:rgba(22,163,74,.7)}.bg-green-600\/75{background-color:rgba(22,163,74,.75)}.bg-green-600\/80{background-color:rgba(22,163,74,.8)}.bg-green-600\/85{background-color:rgba(22,163,74,.85)}.bg-green-600\/90{background-color:rgba(22,163,74,.9)}.bg-green-600\/95{background-color:rgba(22,163,74,.95)}.bg-green-700{--tw-bg-opacity:1;background-color:rgba(21,128,61,var(--tw-bg-opacity))}.bg-green-700\/0{background-color:rgba(21,128,61,0)}.bg-green-700\/10{background-color:rgba(21,128,61,.1)}.bg-green-700\/100{background-color:#15803d}.bg-green-700\/15{background-color:rgba(21,128,61,.15)}.bg-green-700\/20{background-color:rgba(21,128,61,.2)}.bg-green-700\/25{background-color:rgba(21,128,61,.25)}.bg-green-700\/30{background-color:rgba(21,128,61,.3)}.bg-green-700\/35{background-color:rgba(21,128,61,.35)}.bg-green-700\/40{background-color:rgba(21,128,61,.4)}.bg-green-700\/45{background-color:rgba(21,128,61,.45)}.bg-green-700\/5{background-color:rgba(21,128,61,.05)}.bg-green-700\/50{background-color:rgba(21,128,61,.5)}.bg-green-700\/55{background-color:rgba(21,128,61,.55)}.bg-green-700\/60{background-color:rgba(21,128,61,.6)}.bg-green-700\/65{background-color:rgba(21,128,61,.65)}.bg-green-700\/70{background-color:rgba(21,128,61,.7)}.bg-green-700\/75{background-color:rgba(21,128,61,.75)}.bg-green-700\/80{background-color:rgba(21,128,61,.8)}.bg-green-700\/85{background-color:rgba(21,128,61,.85)}.bg-green-700\/90{background-color:rgba(21,128,61,.9)}.bg-green-700\/95{background-color:rgba(21,128,61,.95)}.bg-green-800{--tw-bg-opacity:1;background-color:rgba(22,101,52,var(--tw-bg-opacity))}.bg-green-800\/0{background-color:rgba(22,101,52,0)}.bg-green-800\/10{background-color:rgba(22,101,52,.1)}.bg-green-800\/100{background-color:#166534}.bg-green-800\/15{background-color:rgba(22,101,52,.15)}.bg-green-800\/20{background-color:rgba(22,101,52,.2)}.bg-green-800\/25{background-color:rgba(22,101,52,.25)}.bg-green-800\/30{background-color:rgba(22,101,52,.3)}.bg-green-800\/35{background-color:rgba(22,101,52,.35)}.bg-green-800\/40{background-color:rgba(22,101,52,.4)}.bg-green-800\/45{background-color:rgba(22,101,52,.45)}.bg-green-800\/5{background-color:rgba(22,101,52,.05)}.bg-green-800\/50{background-color:rgba(22,101,52,.5)}.bg-green-800\/55{background-color:rgba(22,101,52,.55)}.bg-green-800\/60{background-color:rgba(22,101,52,.6)}.bg-green-800\/65{background-color:rgba(22,101,52,.65)}.bg-green-800\/70{background-color:rgba(22,101,52,.7)}.bg-green-800\/75{background-color:rgba(22,101,52,.75)}.bg-green-800\/80{background-color:rgba(22,101,52,.8)}.bg-green-800\/85{background-color:rgba(22,101,52,.85)}.bg-green-800\/90{background-color:rgba(22,101,52,.9)}.bg-green-800\/95{background-color:rgba(22,101,52,.95)}.bg-green-900{--tw-bg-opacity:1;background-color:rgba(20,83,45,var(--tw-bg-opacity))}.bg-green-900\/0{background-color:rgba(20,83,45,0)}.bg-green-900\/10{background-color:rgba(20,83,45,.1)}.bg-green-900\/100{background-color:#14532d}.bg-green-900\/15{background-color:rgba(20,83,45,.15)}.bg-green-900\/20{background-color:rgba(20,83,45,.2)}.bg-green-900\/25{background-color:rgba(20,83,45,.25)}.bg-green-900\/30{background-color:rgba(20,83,45,.3)}.bg-green-900\/35{background-color:rgba(20,83,45,.35)}.bg-green-900\/40{background-color:rgba(20,83,45,.4)}.bg-green-900\/45{background-color:rgba(20,83,45,.45)}.bg-green-900\/5{background-color:rgba(20,83,45,.05)}.bg-green-900\/50{background-color:rgba(20,83,45,.5)}.bg-green-900\/55{background-color:rgba(20,83,45,.55)}.bg-green-900\/60{background-color:rgba(20,83,45,.6)}.bg-green-900\/65{background-color:rgba(20,83,45,.65)}.bg-green-900\/70{background-color:rgba(20,83,45,.7)}.bg-green-900\/75{background-color:rgba(20,83,45,.75)}.bg-green-900\/80{background-color:rgba(20,83,45,.8)}.bg-green-900\/85{background-color:rgba(20,83,45,.85)}.bg-green-900\/90{background-color:rgba(20,83,45,.9)}.bg-green-900\/95{background-color:rgba(20,83,45,.95)}.bg-green-950{--tw-bg-opacity:1;background-color:rgba(5,46,22,var(--tw-bg-opacity))}.bg-green-950\/0{background-color:rgba(5,46,22,0)}.bg-green-950\/10{background-color:rgba(5,46,22,.1)}.bg-green-950\/100{background-color:#052e16}.bg-green-950\/15{background-color:rgba(5,46,22,.15)}.bg-green-950\/20{background-color:rgba(5,46,22,.2)}.bg-green-950\/25{background-color:rgba(5,46,22,.25)}.bg-green-950\/30{background-color:rgba(5,46,22,.3)}.bg-green-950\/35{background-color:rgba(5,46,22,.35)}.bg-green-950\/40{background-color:rgba(5,46,22,.4)}.bg-green-950\/45{background-color:rgba(5,46,22,.45)}.bg-green-950\/5{background-color:rgba(5,46,22,.05)}.bg-green-950\/50{background-color:rgba(5,46,22,.5)}.bg-green-950\/55{background-color:rgba(5,46,22,.55)}.bg-green-950\/60{background-color:rgba(5,46,22,.6)}.bg-green-950\/65{background-color:rgba(5,46,22,.65)}.bg-green-950\/70{background-color:rgba(5,46,22,.7)}.bg-green-950\/75{background-color:rgba(5,46,22,.75)}.bg-green-950\/80{background-color:rgba(5,46,22,.8)}.bg-green-950\/85{background-color:rgba(5,46,22,.85)}.bg-green-950\/90{background-color:rgba(5,46,22,.9)}.bg-green-950\/95{background-color:rgba(5,46,22,.95)}.bg-indigo-100{--tw-bg-opacity:1;background-color:rgba(224,231,255,var(--tw-bg-opacity))}.bg-indigo-100\/0{background-color:rgba(224,231,255,0)}.bg-indigo-100\/10{background-color:rgba(224,231,255,.1)}.bg-indigo-100\/100{background-color:#e0e7ff}.bg-indigo-100\/15{background-color:rgba(224,231,255,.15)}.bg-indigo-100\/20{background-color:rgba(224,231,255,.2)}.bg-indigo-100\/25{background-color:rgba(224,231,255,.25)}.bg-indigo-100\/30{background-color:rgba(224,231,255,.3)}.bg-indigo-100\/35{background-color:rgba(224,231,255,.35)}.bg-indigo-100\/40{background-color:rgba(224,231,255,.4)}.bg-indigo-100\/45{background-color:rgba(224,231,255,.45)}.bg-indigo-100\/5{background-color:rgba(224,231,255,.05)}.bg-indigo-100\/50{background-color:rgba(224,231,255,.5)}.bg-indigo-100\/55{background-color:rgba(224,231,255,.55)}.bg-indigo-100\/60{background-color:rgba(224,231,255,.6)}.bg-indigo-100\/65{background-color:rgba(224,231,255,.65)}.bg-indigo-100\/70{background-color:rgba(224,231,255,.7)}.bg-indigo-100\/75{background-color:rgba(224,231,255,.75)}.bg-indigo-100\/80{background-color:rgba(224,231,255,.8)}.bg-indigo-100\/85{background-color:rgba(224,231,255,.85)}.bg-indigo-100\/90{background-color:rgba(224,231,255,.9)}.bg-indigo-100\/95{background-color:rgba(224,231,255,.95)}.bg-indigo-200{--tw-bg-opacity:1;background-color:rgba(199,210,254,var(--tw-bg-opacity))}.bg-indigo-200\/0{background-color:rgba(199,210,254,0)}.bg-indigo-200\/10{background-color:rgba(199,210,254,.1)}.bg-indigo-200\/100{background-color:#c7d2fe}.bg-indigo-200\/15{background-color:rgba(199,210,254,.15)}.bg-indigo-200\/20{background-color:rgba(199,210,254,.2)}.bg-indigo-200\/25{background-color:rgba(199,210,254,.25)}.bg-indigo-200\/30{background-color:rgba(199,210,254,.3)}.bg-indigo-200\/35{background-color:rgba(199,210,254,.35)}.bg-indigo-200\/40{background-color:rgba(199,210,254,.4)}.bg-indigo-200\/45{background-color:rgba(199,210,254,.45)}.bg-indigo-200\/5{background-color:rgba(199,210,254,.05)}.bg-indigo-200\/50{background-color:rgba(199,210,254,.5)}.bg-indigo-200\/55{background-color:rgba(199,210,254,.55)}.bg-indigo-200\/60{background-color:rgba(199,210,254,.6)}.bg-indigo-200\/65{background-color:rgba(199,210,254,.65)}.bg-indigo-200\/70{background-color:rgba(199,210,254,.7)}.bg-indigo-200\/75{background-color:rgba(199,210,254,.75)}.bg-indigo-200\/80{background-color:rgba(199,210,254,.8)}.bg-indigo-200\/85{background-color:rgba(199,210,254,.85)}.bg-indigo-200\/90{background-color:rgba(199,210,254,.9)}.bg-indigo-200\/95{background-color:rgba(199,210,254,.95)}.bg-indigo-300{--tw-bg-opacity:1;background-color:rgba(165,180,252,var(--tw-bg-opacity))}.bg-indigo-300\/0{background-color:rgba(165,180,252,0)}.bg-indigo-300\/10{background-color:rgba(165,180,252,.1)}.bg-indigo-300\/100{background-color:#a5b4fc}.bg-indigo-300\/15{background-color:rgba(165,180,252,.15)}.bg-indigo-300\/20{background-color:rgba(165,180,252,.2)}.bg-indigo-300\/25{background-color:rgba(165,180,252,.25)}.bg-indigo-300\/30{background-color:rgba(165,180,252,.3)}.bg-indigo-300\/35{background-color:rgba(165,180,252,.35)}.bg-indigo-300\/40{background-color:rgba(165,180,252,.4)}.bg-indigo-300\/45{background-color:rgba(165,180,252,.45)}.bg-indigo-300\/5{background-color:rgba(165,180,252,.05)}.bg-indigo-300\/50{background-color:rgba(165,180,252,.5)}.bg-indigo-300\/55{background-color:rgba(165,180,252,.55)}.bg-indigo-300\/60{background-color:rgba(165,180,252,.6)}.bg-indigo-300\/65{background-color:rgba(165,180,252,.65)}.bg-indigo-300\/70{background-color:rgba(165,180,252,.7)}.bg-indigo-300\/75{background-color:rgba(165,180,252,.75)}.bg-indigo-300\/80{background-color:rgba(165,180,252,.8)}.bg-indigo-300\/85{background-color:rgba(165,180,252,.85)}.bg-indigo-300\/90{background-color:rgba(165,180,252,.9)}.bg-indigo-300\/95{background-color:rgba(165,180,252,.95)}.bg-indigo-400{--tw-bg-opacity:1;background-color:rgba(129,140,248,var(--tw-bg-opacity))}.bg-indigo-400\/0{background-color:rgba(129,140,248,0)}.bg-indigo-400\/10{background-color:rgba(129,140,248,.1)}.bg-indigo-400\/100{background-color:#818cf8}.bg-indigo-400\/15{background-color:rgba(129,140,248,.15)}.bg-indigo-400\/20{background-color:rgba(129,140,248,.2)}.bg-indigo-400\/25{background-color:rgba(129,140,248,.25)}.bg-indigo-400\/30{background-color:rgba(129,140,248,.3)}.bg-indigo-400\/35{background-color:rgba(129,140,248,.35)}.bg-indigo-400\/40{background-color:rgba(129,140,248,.4)}.bg-indigo-400\/45{background-color:rgba(129,140,248,.45)}.bg-indigo-400\/5{background-color:rgba(129,140,248,.05)}.bg-indigo-400\/50{background-color:rgba(129,140,248,.5)}.bg-indigo-400\/55{background-color:rgba(129,140,248,.55)}.bg-indigo-400\/60{background-color:rgba(129,140,248,.6)}.bg-indigo-400\/65{background-color:rgba(129,140,248,.65)}.bg-indigo-400\/70{background-color:rgba(129,140,248,.7)}.bg-indigo-400\/75{background-color:rgba(129,140,248,.75)}.bg-indigo-400\/80{background-color:rgba(129,140,248,.8)}.bg-indigo-400\/85{background-color:rgba(129,140,248,.85)}.bg-indigo-400\/90{background-color:rgba(129,140,248,.9)}.bg-indigo-400\/95{background-color:rgba(129,140,248,.95)}.bg-indigo-50{--tw-bg-opacity:1;background-color:rgba(238,242,255,var(--tw-bg-opacity))}.bg-indigo-50\/0{background-color:rgba(238,242,255,0)}.bg-indigo-50\/10{background-color:rgba(238,242,255,.1)}.bg-indigo-50\/100{background-color:#eef2ff}.bg-indigo-50\/15{background-color:rgba(238,242,255,.15)}.bg-indigo-50\/20{background-color:rgba(238,242,255,.2)}.bg-indigo-50\/25{background-color:rgba(238,242,255,.25)}.bg-indigo-50\/30{background-color:rgba(238,242,255,.3)}.bg-indigo-50\/35{background-color:rgba(238,242,255,.35)}.bg-indigo-50\/40{background-color:rgba(238,242,255,.4)}.bg-indigo-50\/45{background-color:rgba(238,242,255,.45)}.bg-indigo-50\/5{background-color:rgba(238,242,255,.05)}.bg-indigo-50\/50{background-color:rgba(238,242,255,.5)}.bg-indigo-50\/55{background-color:rgba(238,242,255,.55)}.bg-indigo-50\/60{background-color:rgba(238,242,255,.6)}.bg-indigo-50\/65{background-color:rgba(238,242,255,.65)}.bg-indigo-50\/70{background-color:rgba(238,242,255,.7)}.bg-indigo-50\/75{background-color:rgba(238,242,255,.75)}.bg-indigo-50\/80{background-color:rgba(238,242,255,.8)}.bg-indigo-50\/85{background-color:rgba(238,242,255,.85)}.bg-indigo-50\/90{background-color:rgba(238,242,255,.9)}.bg-indigo-50\/95{background-color:rgba(238,242,255,.95)}.bg-indigo-500{--tw-bg-opacity:1;background-color:rgba(99,102,241,var(--tw-bg-opacity))}.bg-indigo-500\/0{background-color:rgba(99,102,241,0)}.bg-indigo-500\/10{background-color:rgba(99,102,241,.1)}.bg-indigo-500\/100{background-color:#6366f1}.bg-indigo-500\/15{background-color:rgba(99,102,241,.15)}.bg-indigo-500\/20{background-color:rgba(99,102,241,.2)}.bg-indigo-500\/25{background-color:rgba(99,102,241,.25)}.bg-indigo-500\/30{background-color:rgba(99,102,241,.3)}.bg-indigo-500\/35{background-color:rgba(99,102,241,.35)}.bg-indigo-500\/40{background-color:rgba(99,102,241,.4)}.bg-indigo-500\/45{background-color:rgba(99,102,241,.45)}.bg-indigo-500\/5{background-color:rgba(99,102,241,.05)}.bg-indigo-500\/50{background-color:rgba(99,102,241,.5)}.bg-indigo-500\/55{background-color:rgba(99,102,241,.55)}.bg-indigo-500\/60{background-color:rgba(99,102,241,.6)}.bg-indigo-500\/65{background-color:rgba(99,102,241,.65)}.bg-indigo-500\/70{background-color:rgba(99,102,241,.7)}.bg-indigo-500\/75{background-color:rgba(99,102,241,.75)}.bg-indigo-500\/80{background-color:rgba(99,102,241,.8)}.bg-indigo-500\/85{background-color:rgba(99,102,241,.85)}.bg-indigo-500\/90{background-color:rgba(99,102,241,.9)}.bg-indigo-500\/95{background-color:rgba(99,102,241,.95)}.bg-indigo-600{--tw-bg-opacity:1;background-color:rgba(79,70,229,var(--tw-bg-opacity))}.bg-indigo-600\/0{background-color:rgba(79,70,229,0)}.bg-indigo-600\/10{background-color:rgba(79,70,229,.1)}.bg-indigo-600\/100{background-color:#4f46e5}.bg-indigo-600\/15{background-color:rgba(79,70,229,.15)}.bg-indigo-600\/20{background-color:rgba(79,70,229,.2)}.bg-indigo-600\/25{background-color:rgba(79,70,229,.25)}.bg-indigo-600\/30{background-color:rgba(79,70,229,.3)}.bg-indigo-600\/35{background-color:rgba(79,70,229,.35)}.bg-indigo-600\/40{background-color:rgba(79,70,229,.4)}.bg-indigo-600\/45{background-color:rgba(79,70,229,.45)}.bg-indigo-600\/5{background-color:rgba(79,70,229,.05)}.bg-indigo-600\/50{background-color:rgba(79,70,229,.5)}.bg-indigo-600\/55{background-color:rgba(79,70,229,.55)}.bg-indigo-600\/60{background-color:rgba(79,70,229,.6)}.bg-indigo-600\/65{background-color:rgba(79,70,229,.65)}.bg-indigo-600\/70{background-color:rgba(79,70,229,.7)}.bg-indigo-600\/75{background-color:rgba(79,70,229,.75)}.bg-indigo-600\/80{background-color:rgba(79,70,229,.8)}.bg-indigo-600\/85{background-color:rgba(79,70,229,.85)}.bg-indigo-600\/90{background-color:rgba(79,70,229,.9)}.bg-indigo-600\/95{background-color:rgba(79,70,229,.95)}.bg-indigo-700{--tw-bg-opacity:1;background-color:rgba(67,56,202,var(--tw-bg-opacity))}.bg-indigo-700\/0{background-color:rgba(67,56,202,0)}.bg-indigo-700\/10{background-color:rgba(67,56,202,.1)}.bg-indigo-700\/100{background-color:#4338ca}.bg-indigo-700\/15{background-color:rgba(67,56,202,.15)}.bg-indigo-700\/20{background-color:rgba(67,56,202,.2)}.bg-indigo-700\/25{background-color:rgba(67,56,202,.25)}.bg-indigo-700\/30{background-color:rgba(67,56,202,.3)}.bg-indigo-700\/35{background-color:rgba(67,56,202,.35)}.bg-indigo-700\/40{background-color:rgba(67,56,202,.4)}.bg-indigo-700\/45{background-color:rgba(67,56,202,.45)}.bg-indigo-700\/5{background-color:rgba(67,56,202,.05)}.bg-indigo-700\/50{background-color:rgba(67,56,202,.5)}.bg-indigo-700\/55{background-color:rgba(67,56,202,.55)}.bg-indigo-700\/60{background-color:rgba(67,56,202,.6)}.bg-indigo-700\/65{background-color:rgba(67,56,202,.65)}.bg-indigo-700\/70{background-color:rgba(67,56,202,.7)}.bg-indigo-700\/75{background-color:rgba(67,56,202,.75)}.bg-indigo-700\/80{background-color:rgba(67,56,202,.8)}.bg-indigo-700\/85{background-color:rgba(67,56,202,.85)}.bg-indigo-700\/90{background-color:rgba(67,56,202,.9)}.bg-indigo-700\/95{background-color:rgba(67,56,202,.95)}.bg-indigo-800{--tw-bg-opacity:1;background-color:rgba(55,48,163,var(--tw-bg-opacity))}.bg-indigo-800\/0{background-color:rgba(55,48,163,0)}.bg-indigo-800\/10{background-color:rgba(55,48,163,.1)}.bg-indigo-800\/100{background-color:#3730a3}.bg-indigo-800\/15{background-color:rgba(55,48,163,.15)}.bg-indigo-800\/20{background-color:rgba(55,48,163,.2)}.bg-indigo-800\/25{background-color:rgba(55,48,163,.25)}.bg-indigo-800\/30{background-color:rgba(55,48,163,.3)}.bg-indigo-800\/35{background-color:rgba(55,48,163,.35)}.bg-indigo-800\/40{background-color:rgba(55,48,163,.4)}.bg-indigo-800\/45{background-color:rgba(55,48,163,.45)}.bg-indigo-800\/5{background-color:rgba(55,48,163,.05)}.bg-indigo-800\/50{background-color:rgba(55,48,163,.5)}.bg-indigo-800\/55{background-color:rgba(55,48,163,.55)}.bg-indigo-800\/60{background-color:rgba(55,48,163,.6)}.bg-indigo-800\/65{background-color:rgba(55,48,163,.65)}.bg-indigo-800\/70{background-color:rgba(55,48,163,.7)}.bg-indigo-800\/75{background-color:rgba(55,48,163,.75)}.bg-indigo-800\/80{background-color:rgba(55,48,163,.8)}.bg-indigo-800\/85{background-color:rgba(55,48,163,.85)}.bg-indigo-800\/90{background-color:rgba(55,48,163,.9)}.bg-indigo-800\/95{background-color:rgba(55,48,163,.95)}.bg-indigo-900{--tw-bg-opacity:1;background-color:rgba(49,46,129,var(--tw-bg-opacity))}.bg-indigo-900\/0{background-color:rgba(49,46,129,0)}.bg-indigo-900\/10{background-color:rgba(49,46,129,.1)}.bg-indigo-900\/100{background-color:#312e81}.bg-indigo-900\/15{background-color:rgba(49,46,129,.15)}.bg-indigo-900\/20{background-color:rgba(49,46,129,.2)}.bg-indigo-900\/25{background-color:rgba(49,46,129,.25)}.bg-indigo-900\/30{background-color:rgba(49,46,129,.3)}.bg-indigo-900\/35{background-color:rgba(49,46,129,.35)}.bg-indigo-900\/40{background-color:rgba(49,46,129,.4)}.bg-indigo-900\/45{background-color:rgba(49,46,129,.45)}.bg-indigo-900\/5{background-color:rgba(49,46,129,.05)}.bg-indigo-900\/50{background-color:rgba(49,46,129,.5)}.bg-indigo-900\/55{background-color:rgba(49,46,129,.55)}.bg-indigo-900\/60{background-color:rgba(49,46,129,.6)}.bg-indigo-900\/65{background-color:rgba(49,46,129,.65)}.bg-indigo-900\/70{background-color:rgba(49,46,129,.7)}.bg-indigo-900\/75{background-color:rgba(49,46,129,.75)}.bg-indigo-900\/80{background-color:rgba(49,46,129,.8)}.bg-indigo-900\/85{background-color:rgba(49,46,129,.85)}.bg-indigo-900\/90{background-color:rgba(49,46,129,.9)}.bg-indigo-900\/95{background-color:rgba(49,46,129,.95)}.bg-indigo-950{--tw-bg-opacity:1;background-color:rgba(30,27,75,var(--tw-bg-opacity))}.bg-indigo-950\/0{background-color:rgba(30,27,75,0)}.bg-indigo-950\/10{background-color:rgba(30,27,75,.1)}.bg-indigo-950\/100{background-color:#1e1b4b}.bg-indigo-950\/15{background-color:rgba(30,27,75,.15)}.bg-indigo-950\/20{background-color:rgba(30,27,75,.2)}.bg-indigo-950\/25{background-color:rgba(30,27,75,.25)}.bg-indigo-950\/30{background-color:rgba(30,27,75,.3)}.bg-indigo-950\/35{background-color:rgba(30,27,75,.35)}.bg-indigo-950\/40{background-color:rgba(30,27,75,.4)}.bg-indigo-950\/45{background-color:rgba(30,27,75,.45)}.bg-indigo-950\/5{background-color:rgba(30,27,75,.05)}.bg-indigo-950\/50{background-color:rgba(30,27,75,.5)}.bg-indigo-950\/55{background-color:rgba(30,27,75,.55)}.bg-indigo-950\/60{background-color:rgba(30,27,75,.6)}.bg-indigo-950\/65{background-color:rgba(30,27,75,.65)}.bg-indigo-950\/70{background-color:rgba(30,27,75,.7)}.bg-indigo-950\/75{background-color:rgba(30,27,75,.75)}.bg-indigo-950\/80{background-color:rgba(30,27,75,.8)}.bg-indigo-950\/85{background-color:rgba(30,27,75,.85)}.bg-indigo-950\/90{background-color:rgba(30,27,75,.9)}.bg-indigo-950\/95{background-color:rgba(30,27,75,.95)}.bg-inherit{background-color:inherit}.bg-lime-100{--tw-bg-opacity:1;background-color:rgba(236,252,203,var(--tw-bg-opacity))}.bg-lime-100\/0{background-color:hsla(80,89%,89%,0)}.bg-lime-100\/10{background-color:hsla(80,89%,89%,.1)}.bg-lime-100\/100{background-color:#ecfccb}.bg-lime-100\/15{background-color:hsla(80,89%,89%,.15)}.bg-lime-100\/20{background-color:hsla(80,89%,89%,.2)}.bg-lime-100\/25{background-color:hsla(80,89%,89%,.25)}.bg-lime-100\/30{background-color:hsla(80,89%,89%,.3)}.bg-lime-100\/35{background-color:hsla(80,89%,89%,.35)}.bg-lime-100\/40{background-color:hsla(80,89%,89%,.4)}.bg-lime-100\/45{background-color:hsla(80,89%,89%,.45)}.bg-lime-100\/5{background-color:hsla(80,89%,89%,.05)}.bg-lime-100\/50{background-color:hsla(80,89%,89%,.5)}.bg-lime-100\/55{background-color:hsla(80,89%,89%,.55)}.bg-lime-100\/60{background-color:hsla(80,89%,89%,.6)}.bg-lime-100\/65{background-color:hsla(80,89%,89%,.65)}.bg-lime-100\/70{background-color:hsla(80,89%,89%,.7)}.bg-lime-100\/75{background-color:hsla(80,89%,89%,.75)}.bg-lime-100\/80{background-color:hsla(80,89%,89%,.8)}.bg-lime-100\/85{background-color:hsla(80,89%,89%,.85)}.bg-lime-100\/90{background-color:hsla(80,89%,89%,.9)}.bg-lime-100\/95{background-color:hsla(80,89%,89%,.95)}.bg-lime-200{--tw-bg-opacity:1;background-color:rgba(217,249,157,var(--tw-bg-opacity))}.bg-lime-200\/0{background-color:hsla(81,88%,80%,0)}.bg-lime-200\/10{background-color:hsla(81,88%,80%,.1)}.bg-lime-200\/100{background-color:#d9f99d}.bg-lime-200\/15{background-color:hsla(81,88%,80%,.15)}.bg-lime-200\/20{background-color:hsla(81,88%,80%,.2)}.bg-lime-200\/25{background-color:hsla(81,88%,80%,.25)}.bg-lime-200\/30{background-color:hsla(81,88%,80%,.3)}.bg-lime-200\/35{background-color:hsla(81,88%,80%,.35)}.bg-lime-200\/40{background-color:hsla(81,88%,80%,.4)}.bg-lime-200\/45{background-color:hsla(81,88%,80%,.45)}.bg-lime-200\/5{background-color:hsla(81,88%,80%,.05)}.bg-lime-200\/50{background-color:hsla(81,88%,80%,.5)}.bg-lime-200\/55{background-color:hsla(81,88%,80%,.55)}.bg-lime-200\/60{background-color:hsla(81,88%,80%,.6)}.bg-lime-200\/65{background-color:hsla(81,88%,80%,.65)}.bg-lime-200\/70{background-color:hsla(81,88%,80%,.7)}.bg-lime-200\/75{background-color:hsla(81,88%,80%,.75)}.bg-lime-200\/80{background-color:hsla(81,88%,80%,.8)}.bg-lime-200\/85{background-color:hsla(81,88%,80%,.85)}.bg-lime-200\/90{background-color:hsla(81,88%,80%,.9)}.bg-lime-200\/95{background-color:hsla(81,88%,80%,.95)}.bg-lime-300{--tw-bg-opacity:1;background-color:rgba(190,242,100,var(--tw-bg-opacity))}.bg-lime-300\/0{background-color:hsla(82,85%,67%,0)}.bg-lime-300\/10{background-color:hsla(82,85%,67%,.1)}.bg-lime-300\/100{background-color:#bef264}.bg-lime-300\/15{background-color:hsla(82,85%,67%,.15)}.bg-lime-300\/20{background-color:hsla(82,85%,67%,.2)}.bg-lime-300\/25{background-color:hsla(82,85%,67%,.25)}.bg-lime-300\/30{background-color:hsla(82,85%,67%,.3)}.bg-lime-300\/35{background-color:hsla(82,85%,67%,.35)}.bg-lime-300\/40{background-color:hsla(82,85%,67%,.4)}.bg-lime-300\/45{background-color:hsla(82,85%,67%,.45)}.bg-lime-300\/5{background-color:hsla(82,85%,67%,.05)}.bg-lime-300\/50{background-color:hsla(82,85%,67%,.5)}.bg-lime-300\/55{background-color:hsla(82,85%,67%,.55)}.bg-lime-300\/60{background-color:hsla(82,85%,67%,.6)}.bg-lime-300\/65{background-color:hsla(82,85%,67%,.65)}.bg-lime-300\/70{background-color:hsla(82,85%,67%,.7)}.bg-lime-300\/75{background-color:hsla(82,85%,67%,.75)}.bg-lime-300\/80{background-color:hsla(82,85%,67%,.8)}.bg-lime-300\/85{background-color:hsla(82,85%,67%,.85)}.bg-lime-300\/90{background-color:hsla(82,85%,67%,.9)}.bg-lime-300\/95{background-color:hsla(82,85%,67%,.95)}.bg-lime-400{--tw-bg-opacity:1;background-color:rgba(163,230,53,var(--tw-bg-opacity))}.bg-lime-400\/0{background-color:rgba(163,230,53,0)}.bg-lime-400\/10{background-color:rgba(163,230,53,.1)}.bg-lime-400\/100{background-color:#a3e635}.bg-lime-400\/15{background-color:rgba(163,230,53,.15)}.bg-lime-400\/20{background-color:rgba(163,230,53,.2)}.bg-lime-400\/25{background-color:rgba(163,230,53,.25)}.bg-lime-400\/30{background-color:rgba(163,230,53,.3)}.bg-lime-400\/35{background-color:rgba(163,230,53,.35)}.bg-lime-400\/40{background-color:rgba(163,230,53,.4)}.bg-lime-400\/45{background-color:rgba(163,230,53,.45)}.bg-lime-400\/5{background-color:rgba(163,230,53,.05)}.bg-lime-400\/50{background-color:rgba(163,230,53,.5)}.bg-lime-400\/55{background-color:rgba(163,230,53,.55)}.bg-lime-400\/60{background-color:rgba(163,230,53,.6)}.bg-lime-400\/65{background-color:rgba(163,230,53,.65)}.bg-lime-400\/70{background-color:rgba(163,230,53,.7)}.bg-lime-400\/75{background-color:rgba(163,230,53,.75)}.bg-lime-400\/80{background-color:rgba(163,230,53,.8)}.bg-lime-400\/85{background-color:rgba(163,230,53,.85)}.bg-lime-400\/90{background-color:rgba(163,230,53,.9)}.bg-lime-400\/95{background-color:rgba(163,230,53,.95)}.bg-lime-50{--tw-bg-opacity:1;background-color:rgba(247,254,231,var(--tw-bg-opacity))}.bg-lime-50\/0{background-color:hsla(78,92%,95%,0)}.bg-lime-50\/10{background-color:hsla(78,92%,95%,.1)}.bg-lime-50\/100{background-color:#f7fee7}.bg-lime-50\/15{background-color:hsla(78,92%,95%,.15)}.bg-lime-50\/20{background-color:hsla(78,92%,95%,.2)}.bg-lime-50\/25{background-color:hsla(78,92%,95%,.25)}.bg-lime-50\/30{background-color:hsla(78,92%,95%,.3)}.bg-lime-50\/35{background-color:hsla(78,92%,95%,.35)}.bg-lime-50\/40{background-color:hsla(78,92%,95%,.4)}.bg-lime-50\/45{background-color:hsla(78,92%,95%,.45)}.bg-lime-50\/5{background-color:hsla(78,92%,95%,.05)}.bg-lime-50\/50{background-color:hsla(78,92%,95%,.5)}.bg-lime-50\/55{background-color:hsla(78,92%,95%,.55)}.bg-lime-50\/60{background-color:hsla(78,92%,95%,.6)}.bg-lime-50\/65{background-color:hsla(78,92%,95%,.65)}.bg-lime-50\/70{background-color:hsla(78,92%,95%,.7)}.bg-lime-50\/75{background-color:hsla(78,92%,95%,.75)}.bg-lime-50\/80{background-color:hsla(78,92%,95%,.8)}.bg-lime-50\/85{background-color:hsla(78,92%,95%,.85)}.bg-lime-50\/90{background-color:hsla(78,92%,95%,.9)}.bg-lime-50\/95{background-color:hsla(78,92%,95%,.95)}.bg-lime-500{--tw-bg-opacity:1;background-color:rgba(132,204,22,var(--tw-bg-opacity))}.bg-lime-500\/0{background-color:rgba(132,204,22,0)}.bg-lime-500\/10{background-color:rgba(132,204,22,.1)}.bg-lime-500\/100{background-color:#84cc16}.bg-lime-500\/15{background-color:rgba(132,204,22,.15)}.bg-lime-500\/20{background-color:rgba(132,204,22,.2)}.bg-lime-500\/25{background-color:rgba(132,204,22,.25)}.bg-lime-500\/30{background-color:rgba(132,204,22,.3)}.bg-lime-500\/35{background-color:rgba(132,204,22,.35)}.bg-lime-500\/40{background-color:rgba(132,204,22,.4)}.bg-lime-500\/45{background-color:rgba(132,204,22,.45)}.bg-lime-500\/5{background-color:rgba(132,204,22,.05)}.bg-lime-500\/50{background-color:rgba(132,204,22,.5)}.bg-lime-500\/55{background-color:rgba(132,204,22,.55)}.bg-lime-500\/60{background-color:rgba(132,204,22,.6)}.bg-lime-500\/65{background-color:rgba(132,204,22,.65)}.bg-lime-500\/70{background-color:rgba(132,204,22,.7)}.bg-lime-500\/75{background-color:rgba(132,204,22,.75)}.bg-lime-500\/80{background-color:rgba(132,204,22,.8)}.bg-lime-500\/85{background-color:rgba(132,204,22,.85)}.bg-lime-500\/90{background-color:rgba(132,204,22,.9)}.bg-lime-500\/95{background-color:rgba(132,204,22,.95)}.bg-lime-600{--tw-bg-opacity:1;background-color:rgba(101,163,13,var(--tw-bg-opacity))}.bg-lime-600\/0{background-color:rgba(101,163,13,0)}.bg-lime-600\/10{background-color:rgba(101,163,13,.1)}.bg-lime-600\/100{background-color:#65a30d}.bg-lime-600\/15{background-color:rgba(101,163,13,.15)}.bg-lime-600\/20{background-color:rgba(101,163,13,.2)}.bg-lime-600\/25{background-color:rgba(101,163,13,.25)}.bg-lime-600\/30{background-color:rgba(101,163,13,.3)}.bg-lime-600\/35{background-color:rgba(101,163,13,.35)}.bg-lime-600\/40{background-color:rgba(101,163,13,.4)}.bg-lime-600\/45{background-color:rgba(101,163,13,.45)}.bg-lime-600\/5{background-color:rgba(101,163,13,.05)}.bg-lime-600\/50{background-color:rgba(101,163,13,.5)}.bg-lime-600\/55{background-color:rgba(101,163,13,.55)}.bg-lime-600\/60{background-color:rgba(101,163,13,.6)}.bg-lime-600\/65{background-color:rgba(101,163,13,.65)}.bg-lime-600\/70{background-color:rgba(101,163,13,.7)}.bg-lime-600\/75{background-color:rgba(101,163,13,.75)}.bg-lime-600\/80{background-color:rgba(101,163,13,.8)}.bg-lime-600\/85{background-color:rgba(101,163,13,.85)}.bg-lime-600\/90{background-color:rgba(101,163,13,.9)}.bg-lime-600\/95{background-color:rgba(101,163,13,.95)}.bg-lime-700{--tw-bg-opacity:1;background-color:rgba(77,124,15,var(--tw-bg-opacity))}.bg-lime-700\/0{background-color:rgba(77,124,15,0)}.bg-lime-700\/10{background-color:rgba(77,124,15,.1)}.bg-lime-700\/100{background-color:#4d7c0f}.bg-lime-700\/15{background-color:rgba(77,124,15,.15)}.bg-lime-700\/20{background-color:rgba(77,124,15,.2)}.bg-lime-700\/25{background-color:rgba(77,124,15,.25)}.bg-lime-700\/30{background-color:rgba(77,124,15,.3)}.bg-lime-700\/35{background-color:rgba(77,124,15,.35)}.bg-lime-700\/40{background-color:rgba(77,124,15,.4)}.bg-lime-700\/45{background-color:rgba(77,124,15,.45)}.bg-lime-700\/5{background-color:rgba(77,124,15,.05)}.bg-lime-700\/50{background-color:rgba(77,124,15,.5)}.bg-lime-700\/55{background-color:rgba(77,124,15,.55)}.bg-lime-700\/60{background-color:rgba(77,124,15,.6)}.bg-lime-700\/65{background-color:rgba(77,124,15,.65)}.bg-lime-700\/70{background-color:rgba(77,124,15,.7)}.bg-lime-700\/75{background-color:rgba(77,124,15,.75)}.bg-lime-700\/80{background-color:rgba(77,124,15,.8)}.bg-lime-700\/85{background-color:rgba(77,124,15,.85)}.bg-lime-700\/90{background-color:rgba(77,124,15,.9)}.bg-lime-700\/95{background-color:rgba(77,124,15,.95)}.bg-lime-800{--tw-bg-opacity:1;background-color:rgba(63,98,18,var(--tw-bg-opacity))}.bg-lime-800\/0{background-color:rgba(63,98,18,0)}.bg-lime-800\/10{background-color:rgba(63,98,18,.1)}.bg-lime-800\/100{background-color:#3f6212}.bg-lime-800\/15{background-color:rgba(63,98,18,.15)}.bg-lime-800\/20{background-color:rgba(63,98,18,.2)}.bg-lime-800\/25{background-color:rgba(63,98,18,.25)}.bg-lime-800\/30{background-color:rgba(63,98,18,.3)}.bg-lime-800\/35{background-color:rgba(63,98,18,.35)}.bg-lime-800\/40{background-color:rgba(63,98,18,.4)}.bg-lime-800\/45{background-color:rgba(63,98,18,.45)}.bg-lime-800\/5{background-color:rgba(63,98,18,.05)}.bg-lime-800\/50{background-color:rgba(63,98,18,.5)}.bg-lime-800\/55{background-color:rgba(63,98,18,.55)}.bg-lime-800\/60{background-color:rgba(63,98,18,.6)}.bg-lime-800\/65{background-color:rgba(63,98,18,.65)}.bg-lime-800\/70{background-color:rgba(63,98,18,.7)}.bg-lime-800\/75{background-color:rgba(63,98,18,.75)}.bg-lime-800\/80{background-color:rgba(63,98,18,.8)}.bg-lime-800\/85{background-color:rgba(63,98,18,.85)}.bg-lime-800\/90{background-color:rgba(63,98,18,.9)}.bg-lime-800\/95{background-color:rgba(63,98,18,.95)}.bg-lime-900{--tw-bg-opacity:1;background-color:rgba(54,83,20,var(--tw-bg-opacity))}.bg-lime-900\/0{background-color:rgba(54,83,20,0)}.bg-lime-900\/10{background-color:rgba(54,83,20,.1)}.bg-lime-900\/100{background-color:#365314}.bg-lime-900\/15{background-color:rgba(54,83,20,.15)}.bg-lime-900\/20{background-color:rgba(54,83,20,.2)}.bg-lime-900\/25{background-color:rgba(54,83,20,.25)}.bg-lime-900\/30{background-color:rgba(54,83,20,.3)}.bg-lime-900\/35{background-color:rgba(54,83,20,.35)}.bg-lime-900\/40{background-color:rgba(54,83,20,.4)}.bg-lime-900\/45{background-color:rgba(54,83,20,.45)}.bg-lime-900\/5{background-color:rgba(54,83,20,.05)}.bg-lime-900\/50{background-color:rgba(54,83,20,.5)}.bg-lime-900\/55{background-color:rgba(54,83,20,.55)}.bg-lime-900\/60{background-color:rgba(54,83,20,.6)}.bg-lime-900\/65{background-color:rgba(54,83,20,.65)}.bg-lime-900\/70{background-color:rgba(54,83,20,.7)}.bg-lime-900\/75{background-color:rgba(54,83,20,.75)}.bg-lime-900\/80{background-color:rgba(54,83,20,.8)}.bg-lime-900\/85{background-color:rgba(54,83,20,.85)}.bg-lime-900\/90{background-color:rgba(54,83,20,.9)}.bg-lime-900\/95{background-color:rgba(54,83,20,.95)}.bg-lime-950{--tw-bg-opacity:1;background-color:rgba(26,46,5,var(--tw-bg-opacity))}.bg-lime-950\/0{background-color:rgba(26,46,5,0)}.bg-lime-950\/10{background-color:rgba(26,46,5,.1)}.bg-lime-950\/100{background-color:#1a2e05}.bg-lime-950\/15{background-color:rgba(26,46,5,.15)}.bg-lime-950\/20{background-color:rgba(26,46,5,.2)}.bg-lime-950\/25{background-color:rgba(26,46,5,.25)}.bg-lime-950\/30{background-color:rgba(26,46,5,.3)}.bg-lime-950\/35{background-color:rgba(26,46,5,.35)}.bg-lime-950\/40{background-color:rgba(26,46,5,.4)}.bg-lime-950\/45{background-color:rgba(26,46,5,.45)}.bg-lime-950\/5{background-color:rgba(26,46,5,.05)}.bg-lime-950\/50{background-color:rgba(26,46,5,.5)}.bg-lime-950\/55{background-color:rgba(26,46,5,.55)}.bg-lime-950\/60{background-color:rgba(26,46,5,.6)}.bg-lime-950\/65{background-color:rgba(26,46,5,.65)}.bg-lime-950\/70{background-color:rgba(26,46,5,.7)}.bg-lime-950\/75{background-color:rgba(26,46,5,.75)}.bg-lime-950\/80{background-color:rgba(26,46,5,.8)}.bg-lime-950\/85{background-color:rgba(26,46,5,.85)}.bg-lime-950\/90{background-color:rgba(26,46,5,.9)}.bg-lime-950\/95{background-color:rgba(26,46,5,.95)}.bg-neutral-100{--tw-bg-opacity:1;background-color:rgba(245,245,245,var(--tw-bg-opacity))}.bg-neutral-100\/0{background-color:hsla(0,0%,96%,0)}.bg-neutral-100\/10{background-color:hsla(0,0%,96%,.1)}.bg-neutral-100\/100{background-color:#f5f5f5}.bg-neutral-100\/15{background-color:hsla(0,0%,96%,.15)}.bg-neutral-100\/20{background-color:hsla(0,0%,96%,.2)}.bg-neutral-100\/25{background-color:hsla(0,0%,96%,.25)}.bg-neutral-100\/30{background-color:hsla(0,0%,96%,.3)}.bg-neutral-100\/35{background-color:hsla(0,0%,96%,.35)}.bg-neutral-100\/40{background-color:hsla(0,0%,96%,.4)}.bg-neutral-100\/45{background-color:hsla(0,0%,96%,.45)}.bg-neutral-100\/5{background-color:hsla(0,0%,96%,.05)}.bg-neutral-100\/50{background-color:hsla(0,0%,96%,.5)}.bg-neutral-100\/55{background-color:hsla(0,0%,96%,.55)}.bg-neutral-100\/60{background-color:hsla(0,0%,96%,.6)}.bg-neutral-100\/65{background-color:hsla(0,0%,96%,.65)}.bg-neutral-100\/70{background-color:hsla(0,0%,96%,.7)}.bg-neutral-100\/75{background-color:hsla(0,0%,96%,.75)}.bg-neutral-100\/80{background-color:hsla(0,0%,96%,.8)}.bg-neutral-100\/85{background-color:hsla(0,0%,96%,.85)}.bg-neutral-100\/90{background-color:hsla(0,0%,96%,.9)}.bg-neutral-100\/95{background-color:hsla(0,0%,96%,.95)}.bg-neutral-200{--tw-bg-opacity:1;background-color:rgba(229,229,229,var(--tw-bg-opacity))}.bg-neutral-200\/0{background-color:hsla(0,0%,90%,0)}.bg-neutral-200\/10{background-color:hsla(0,0%,90%,.1)}.bg-neutral-200\/100{background-color:#e5e5e5}.bg-neutral-200\/15{background-color:hsla(0,0%,90%,.15)}.bg-neutral-200\/20{background-color:hsla(0,0%,90%,.2)}.bg-neutral-200\/25{background-color:hsla(0,0%,90%,.25)}.bg-neutral-200\/30{background-color:hsla(0,0%,90%,.3)}.bg-neutral-200\/35{background-color:hsla(0,0%,90%,.35)}.bg-neutral-200\/40{background-color:hsla(0,0%,90%,.4)}.bg-neutral-200\/45{background-color:hsla(0,0%,90%,.45)}.bg-neutral-200\/5{background-color:hsla(0,0%,90%,.05)}.bg-neutral-200\/50{background-color:hsla(0,0%,90%,.5)}.bg-neutral-200\/55{background-color:hsla(0,0%,90%,.55)}.bg-neutral-200\/60{background-color:hsla(0,0%,90%,.6)}.bg-neutral-200\/65{background-color:hsla(0,0%,90%,.65)}.bg-neutral-200\/70{background-color:hsla(0,0%,90%,.7)}.bg-neutral-200\/75{background-color:hsla(0,0%,90%,.75)}.bg-neutral-200\/80{background-color:hsla(0,0%,90%,.8)}.bg-neutral-200\/85{background-color:hsla(0,0%,90%,.85)}.bg-neutral-200\/90{background-color:hsla(0,0%,90%,.9)}.bg-neutral-200\/95{background-color:hsla(0,0%,90%,.95)}.bg-neutral-300{--tw-bg-opacity:1;background-color:rgba(212,212,212,var(--tw-bg-opacity))}.bg-neutral-300\/0{background-color:hsla(0,0%,83%,0)}.bg-neutral-300\/10{background-color:hsla(0,0%,83%,.1)}.bg-neutral-300\/100{background-color:#d4d4d4}.bg-neutral-300\/15{background-color:hsla(0,0%,83%,.15)}.bg-neutral-300\/20{background-color:hsla(0,0%,83%,.2)}.bg-neutral-300\/25{background-color:hsla(0,0%,83%,.25)}.bg-neutral-300\/30{background-color:hsla(0,0%,83%,.3)}.bg-neutral-300\/35{background-color:hsla(0,0%,83%,.35)}.bg-neutral-300\/40{background-color:hsla(0,0%,83%,.4)}.bg-neutral-300\/45{background-color:hsla(0,0%,83%,.45)}.bg-neutral-300\/5{background-color:hsla(0,0%,83%,.05)}.bg-neutral-300\/50{background-color:hsla(0,0%,83%,.5)}.bg-neutral-300\/55{background-color:hsla(0,0%,83%,.55)}.bg-neutral-300\/60{background-color:hsla(0,0%,83%,.6)}.bg-neutral-300\/65{background-color:hsla(0,0%,83%,.65)}.bg-neutral-300\/70{background-color:hsla(0,0%,83%,.7)}.bg-neutral-300\/75{background-color:hsla(0,0%,83%,.75)}.bg-neutral-300\/80{background-color:hsla(0,0%,83%,.8)}.bg-neutral-300\/85{background-color:hsla(0,0%,83%,.85)}.bg-neutral-300\/90{background-color:hsla(0,0%,83%,.9)}.bg-neutral-300\/95{background-color:hsla(0,0%,83%,.95)}.bg-neutral-400{--tw-bg-opacity:1;background-color:rgba(163,163,163,var(--tw-bg-opacity))}.bg-neutral-400\/0{background-color:hsla(0,0%,64%,0)}.bg-neutral-400\/10{background-color:hsla(0,0%,64%,.1)}.bg-neutral-400\/100{background-color:#a3a3a3}.bg-neutral-400\/15{background-color:hsla(0,0%,64%,.15)}.bg-neutral-400\/20{background-color:hsla(0,0%,64%,.2)}.bg-neutral-400\/25{background-color:hsla(0,0%,64%,.25)}.bg-neutral-400\/30{background-color:hsla(0,0%,64%,.3)}.bg-neutral-400\/35{background-color:hsla(0,0%,64%,.35)}.bg-neutral-400\/40{background-color:hsla(0,0%,64%,.4)}.bg-neutral-400\/45{background-color:hsla(0,0%,64%,.45)}.bg-neutral-400\/5{background-color:hsla(0,0%,64%,.05)}.bg-neutral-400\/50{background-color:hsla(0,0%,64%,.5)}.bg-neutral-400\/55{background-color:hsla(0,0%,64%,.55)}.bg-neutral-400\/60{background-color:hsla(0,0%,64%,.6)}.bg-neutral-400\/65{background-color:hsla(0,0%,64%,.65)}.bg-neutral-400\/70{background-color:hsla(0,0%,64%,.7)}.bg-neutral-400\/75{background-color:hsla(0,0%,64%,.75)}.bg-neutral-400\/80{background-color:hsla(0,0%,64%,.8)}.bg-neutral-400\/85{background-color:hsla(0,0%,64%,.85)}.bg-neutral-400\/90{background-color:hsla(0,0%,64%,.9)}.bg-neutral-400\/95{background-color:hsla(0,0%,64%,.95)}.bg-neutral-50{--tw-bg-opacity:1;background-color:rgba(250,250,250,var(--tw-bg-opacity))}.bg-neutral-50\/0{background-color:hsla(0,0%,98%,0)}.bg-neutral-50\/10{background-color:hsla(0,0%,98%,.1)}.bg-neutral-50\/100{background-color:#fafafa}.bg-neutral-50\/15{background-color:hsla(0,0%,98%,.15)}.bg-neutral-50\/20{background-color:hsla(0,0%,98%,.2)}.bg-neutral-50\/25{background-color:hsla(0,0%,98%,.25)}.bg-neutral-50\/30{background-color:hsla(0,0%,98%,.3)}.bg-neutral-50\/35{background-color:hsla(0,0%,98%,.35)}.bg-neutral-50\/40{background-color:hsla(0,0%,98%,.4)}.bg-neutral-50\/45{background-color:hsla(0,0%,98%,.45)}.bg-neutral-50\/5{background-color:hsla(0,0%,98%,.05)}.bg-neutral-50\/50{background-color:hsla(0,0%,98%,.5)}.bg-neutral-50\/55{background-color:hsla(0,0%,98%,.55)}.bg-neutral-50\/60{background-color:hsla(0,0%,98%,.6)}.bg-neutral-50\/65{background-color:hsla(0,0%,98%,.65)}.bg-neutral-50\/70{background-color:hsla(0,0%,98%,.7)}.bg-neutral-50\/75{background-color:hsla(0,0%,98%,.75)}.bg-neutral-50\/80{background-color:hsla(0,0%,98%,.8)}.bg-neutral-50\/85{background-color:hsla(0,0%,98%,.85)}.bg-neutral-50\/90{background-color:hsla(0,0%,98%,.9)}.bg-neutral-50\/95{background-color:hsla(0,0%,98%,.95)}.bg-neutral-500{--tw-bg-opacity:1;background-color:rgba(115,115,115,var(--tw-bg-opacity))}.bg-neutral-500\/0{background-color:hsla(0,0%,45%,0)}.bg-neutral-500\/10{background-color:hsla(0,0%,45%,.1)}.bg-neutral-500\/100{background-color:#737373}.bg-neutral-500\/15{background-color:hsla(0,0%,45%,.15)}.bg-neutral-500\/20{background-color:hsla(0,0%,45%,.2)}.bg-neutral-500\/25{background-color:hsla(0,0%,45%,.25)}.bg-neutral-500\/30{background-color:hsla(0,0%,45%,.3)}.bg-neutral-500\/35{background-color:hsla(0,0%,45%,.35)}.bg-neutral-500\/40{background-color:hsla(0,0%,45%,.4)}.bg-neutral-500\/45{background-color:hsla(0,0%,45%,.45)}.bg-neutral-500\/5{background-color:hsla(0,0%,45%,.05)}.bg-neutral-500\/50{background-color:hsla(0,0%,45%,.5)}.bg-neutral-500\/55{background-color:hsla(0,0%,45%,.55)}.bg-neutral-500\/60{background-color:hsla(0,0%,45%,.6)}.bg-neutral-500\/65{background-color:hsla(0,0%,45%,.65)}.bg-neutral-500\/70{background-color:hsla(0,0%,45%,.7)}.bg-neutral-500\/75{background-color:hsla(0,0%,45%,.75)}.bg-neutral-500\/80{background-color:hsla(0,0%,45%,.8)}.bg-neutral-500\/85{background-color:hsla(0,0%,45%,.85)}.bg-neutral-500\/90{background-color:hsla(0,0%,45%,.9)}.bg-neutral-500\/95{background-color:hsla(0,0%,45%,.95)}.bg-neutral-600{--tw-bg-opacity:1;background-color:rgba(82,82,82,var(--tw-bg-opacity))}.bg-neutral-600\/0{background-color:rgba(82,82,82,0)}.bg-neutral-600\/10{background-color:rgba(82,82,82,.1)}.bg-neutral-600\/100{background-color:#525252}.bg-neutral-600\/15{background-color:rgba(82,82,82,.15)}.bg-neutral-600\/20{background-color:rgba(82,82,82,.2)}.bg-neutral-600\/25{background-color:rgba(82,82,82,.25)}.bg-neutral-600\/30{background-color:rgba(82,82,82,.3)}.bg-neutral-600\/35{background-color:rgba(82,82,82,.35)}.bg-neutral-600\/40{background-color:rgba(82,82,82,.4)}.bg-neutral-600\/45{background-color:rgba(82,82,82,.45)}.bg-neutral-600\/5{background-color:rgba(82,82,82,.05)}.bg-neutral-600\/50{background-color:rgba(82,82,82,.5)}.bg-neutral-600\/55{background-color:rgba(82,82,82,.55)}.bg-neutral-600\/60{background-color:rgba(82,82,82,.6)}.bg-neutral-600\/65{background-color:rgba(82,82,82,.65)}.bg-neutral-600\/70{background-color:rgba(82,82,82,.7)}.bg-neutral-600\/75{background-color:rgba(82,82,82,.75)}.bg-neutral-600\/80{background-color:rgba(82,82,82,.8)}.bg-neutral-600\/85{background-color:rgba(82,82,82,.85)}.bg-neutral-600\/90{background-color:rgba(82,82,82,.9)}.bg-neutral-600\/95{background-color:rgba(82,82,82,.95)}.bg-neutral-700{--tw-bg-opacity:1;background-color:rgba(64,64,64,var(--tw-bg-opacity))}.bg-neutral-700\/0{background-color:rgba(64,64,64,0)}.bg-neutral-700\/10{background-color:rgba(64,64,64,.1)}.bg-neutral-700\/100{background-color:#404040}.bg-neutral-700\/15{background-color:rgba(64,64,64,.15)}.bg-neutral-700\/20{background-color:rgba(64,64,64,.2)}.bg-neutral-700\/25{background-color:rgba(64,64,64,.25)}.bg-neutral-700\/30{background-color:rgba(64,64,64,.3)}.bg-neutral-700\/35{background-color:rgba(64,64,64,.35)}.bg-neutral-700\/40{background-color:rgba(64,64,64,.4)}.bg-neutral-700\/45{background-color:rgba(64,64,64,.45)}.bg-neutral-700\/5{background-color:rgba(64,64,64,.05)}.bg-neutral-700\/50{background-color:rgba(64,64,64,.5)}.bg-neutral-700\/55{background-color:rgba(64,64,64,.55)}.bg-neutral-700\/60{background-color:rgba(64,64,64,.6)}.bg-neutral-700\/65{background-color:rgba(64,64,64,.65)}.bg-neutral-700\/70{background-color:rgba(64,64,64,.7)}.bg-neutral-700\/75{background-color:rgba(64,64,64,.75)}.bg-neutral-700\/80{background-color:rgba(64,64,64,.8)}.bg-neutral-700\/85{background-color:rgba(64,64,64,.85)}.bg-neutral-700\/90{background-color:rgba(64,64,64,.9)}.bg-neutral-700\/95{background-color:rgba(64,64,64,.95)}.bg-neutral-800{--tw-bg-opacity:1;background-color:rgba(38,38,38,var(--tw-bg-opacity))}.bg-neutral-800\/0{background-color:rgba(38,38,38,0)}.bg-neutral-800\/10{background-color:rgba(38,38,38,.1)}.bg-neutral-800\/100{background-color:#262626}.bg-neutral-800\/15{background-color:rgba(38,38,38,.15)}.bg-neutral-800\/20{background-color:rgba(38,38,38,.2)}.bg-neutral-800\/25{background-color:rgba(38,38,38,.25)}.bg-neutral-800\/30{background-color:rgba(38,38,38,.3)}.bg-neutral-800\/35{background-color:rgba(38,38,38,.35)}.bg-neutral-800\/40{background-color:rgba(38,38,38,.4)}.bg-neutral-800\/45{background-color:rgba(38,38,38,.45)}.bg-neutral-800\/5{background-color:rgba(38,38,38,.05)}.bg-neutral-800\/50{background-color:rgba(38,38,38,.5)}.bg-neutral-800\/55{background-color:rgba(38,38,38,.55)}.bg-neutral-800\/60{background-color:rgba(38,38,38,.6)}.bg-neutral-800\/65{background-color:rgba(38,38,38,.65)}.bg-neutral-800\/70{background-color:rgba(38,38,38,.7)}.bg-neutral-800\/75{background-color:rgba(38,38,38,.75)}.bg-neutral-800\/80{background-color:rgba(38,38,38,.8)}.bg-neutral-800\/85{background-color:rgba(38,38,38,.85)}.bg-neutral-800\/90{background-color:rgba(38,38,38,.9)}.bg-neutral-800\/95{background-color:rgba(38,38,38,.95)}.bg-neutral-900{--tw-bg-opacity:1;background-color:rgba(23,23,23,var(--tw-bg-opacity))}.bg-neutral-900\/0{background-color:hsla(0,0%,9%,0)}.bg-neutral-900\/10{background-color:hsla(0,0%,9%,.1)}.bg-neutral-900\/100{background-color:#171717}.bg-neutral-900\/15{background-color:hsla(0,0%,9%,.15)}.bg-neutral-900\/20{background-color:hsla(0,0%,9%,.2)}.bg-neutral-900\/25{background-color:hsla(0,0%,9%,.25)}.bg-neutral-900\/30{background-color:hsla(0,0%,9%,.3)}.bg-neutral-900\/35{background-color:hsla(0,0%,9%,.35)}.bg-neutral-900\/40{background-color:hsla(0,0%,9%,.4)}.bg-neutral-900\/45{background-color:hsla(0,0%,9%,.45)}.bg-neutral-900\/5{background-color:hsla(0,0%,9%,.05)}.bg-neutral-900\/50{background-color:hsla(0,0%,9%,.5)}.bg-neutral-900\/55{background-color:hsla(0,0%,9%,.55)}.bg-neutral-900\/60{background-color:hsla(0,0%,9%,.6)}.bg-neutral-900\/65{background-color:hsla(0,0%,9%,.65)}.bg-neutral-900\/70{background-color:hsla(0,0%,9%,.7)}.bg-neutral-900\/75{background-color:hsla(0,0%,9%,.75)}.bg-neutral-900\/80{background-color:hsla(0,0%,9%,.8)}.bg-neutral-900\/85{background-color:hsla(0,0%,9%,.85)}.bg-neutral-900\/90{background-color:hsla(0,0%,9%,.9)}.bg-neutral-900\/95{background-color:hsla(0,0%,9%,.95)}.bg-neutral-950{--tw-bg-opacity:1;background-color:rgba(10,10,10,var(--tw-bg-opacity))}.bg-neutral-950\/0{background-color:hsla(0,0%,4%,0)}.bg-neutral-950\/10{background-color:hsla(0,0%,4%,.1)}.bg-neutral-950\/100{background-color:#0a0a0a}.bg-neutral-950\/15{background-color:hsla(0,0%,4%,.15)}.bg-neutral-950\/20{background-color:hsla(0,0%,4%,.2)}.bg-neutral-950\/25{background-color:hsla(0,0%,4%,.25)}.bg-neutral-950\/30{background-color:hsla(0,0%,4%,.3)}.bg-neutral-950\/35{background-color:hsla(0,0%,4%,.35)}.bg-neutral-950\/40{background-color:hsla(0,0%,4%,.4)}.bg-neutral-950\/45{background-color:hsla(0,0%,4%,.45)}.bg-neutral-950\/5{background-color:hsla(0,0%,4%,.05)}.bg-neutral-950\/50{background-color:hsla(0,0%,4%,.5)}.bg-neutral-950\/55{background-color:hsla(0,0%,4%,.55)}.bg-neutral-950\/60{background-color:hsla(0,0%,4%,.6)}.bg-neutral-950\/65{background-color:hsla(0,0%,4%,.65)}.bg-neutral-950\/70{background-color:hsla(0,0%,4%,.7)}.bg-neutral-950\/75{background-color:hsla(0,0%,4%,.75)}.bg-neutral-950\/80{background-color:hsla(0,0%,4%,.8)}.bg-neutral-950\/85{background-color:hsla(0,0%,4%,.85)}.bg-neutral-950\/90{background-color:hsla(0,0%,4%,.9)}.bg-neutral-950\/95{background-color:hsla(0,0%,4%,.95)}.bg-orange-100{--tw-bg-opacity:1;background-color:rgba(255,237,213,var(--tw-bg-opacity))}.bg-orange-100\/0{background-color:rgba(255,237,213,0)}.bg-orange-100\/10{background-color:rgba(255,237,213,.1)}.bg-orange-100\/100{background-color:#ffedd5}.bg-orange-100\/15{background-color:rgba(255,237,213,.15)}.bg-orange-100\/20{background-color:rgba(255,237,213,.2)}.bg-orange-100\/25{background-color:rgba(255,237,213,.25)}.bg-orange-100\/30{background-color:rgba(255,237,213,.3)}.bg-orange-100\/35{background-color:rgba(255,237,213,.35)}.bg-orange-100\/40{background-color:rgba(255,237,213,.4)}.bg-orange-100\/45{background-color:rgba(255,237,213,.45)}.bg-orange-100\/5{background-color:rgba(255,237,213,.05)}.bg-orange-100\/50{background-color:rgba(255,237,213,.5)}.bg-orange-100\/55{background-color:rgba(255,237,213,.55)}.bg-orange-100\/60{background-color:rgba(255,237,213,.6)}.bg-orange-100\/65{background-color:rgba(255,237,213,.65)}.bg-orange-100\/70{background-color:rgba(255,237,213,.7)}.bg-orange-100\/75{background-color:rgba(255,237,213,.75)}.bg-orange-100\/80{background-color:rgba(255,237,213,.8)}.bg-orange-100\/85{background-color:rgba(255,237,213,.85)}.bg-orange-100\/90{background-color:rgba(255,237,213,.9)}.bg-orange-100\/95{background-color:rgba(255,237,213,.95)}.bg-orange-200{--tw-bg-opacity:1;background-color:rgba(254,215,170,var(--tw-bg-opacity))}.bg-orange-200\/0{background-color:hsla(32,98%,83%,0)}.bg-orange-200\/10{background-color:hsla(32,98%,83%,.1)}.bg-orange-200\/100{background-color:#fed7aa}.bg-orange-200\/15{background-color:hsla(32,98%,83%,.15)}.bg-orange-200\/20{background-color:hsla(32,98%,83%,.2)}.bg-orange-200\/25{background-color:hsla(32,98%,83%,.25)}.bg-orange-200\/30{background-color:hsla(32,98%,83%,.3)}.bg-orange-200\/35{background-color:hsla(32,98%,83%,.35)}.bg-orange-200\/40{background-color:hsla(32,98%,83%,.4)}.bg-orange-200\/45{background-color:hsla(32,98%,83%,.45)}.bg-orange-200\/5{background-color:hsla(32,98%,83%,.05)}.bg-orange-200\/50{background-color:hsla(32,98%,83%,.5)}.bg-orange-200\/55{background-color:hsla(32,98%,83%,.55)}.bg-orange-200\/60{background-color:hsla(32,98%,83%,.6)}.bg-orange-200\/65{background-color:hsla(32,98%,83%,.65)}.bg-orange-200\/70{background-color:hsla(32,98%,83%,.7)}.bg-orange-200\/75{background-color:hsla(32,98%,83%,.75)}.bg-orange-200\/80{background-color:hsla(32,98%,83%,.8)}.bg-orange-200\/85{background-color:hsla(32,98%,83%,.85)}.bg-orange-200\/90{background-color:hsla(32,98%,83%,.9)}.bg-orange-200\/95{background-color:hsla(32,98%,83%,.95)}.bg-orange-300{--tw-bg-opacity:1;background-color:rgba(253,186,116,var(--tw-bg-opacity))}.bg-orange-300\/0{background-color:hsla(31,97%,72%,0)}.bg-orange-300\/10{background-color:hsla(31,97%,72%,.1)}.bg-orange-300\/100{background-color:#fdba74}.bg-orange-300\/15{background-color:hsla(31,97%,72%,.15)}.bg-orange-300\/20{background-color:hsla(31,97%,72%,.2)}.bg-orange-300\/25{background-color:hsla(31,97%,72%,.25)}.bg-orange-300\/30{background-color:hsla(31,97%,72%,.3)}.bg-orange-300\/35{background-color:hsla(31,97%,72%,.35)}.bg-orange-300\/40{background-color:hsla(31,97%,72%,.4)}.bg-orange-300\/45{background-color:hsla(31,97%,72%,.45)}.bg-orange-300\/5{background-color:hsla(31,97%,72%,.05)}.bg-orange-300\/50{background-color:hsla(31,97%,72%,.5)}.bg-orange-300\/55{background-color:hsla(31,97%,72%,.55)}.bg-orange-300\/60{background-color:hsla(31,97%,72%,.6)}.bg-orange-300\/65{background-color:hsla(31,97%,72%,.65)}.bg-orange-300\/70{background-color:hsla(31,97%,72%,.7)}.bg-orange-300\/75{background-color:hsla(31,97%,72%,.75)}.bg-orange-300\/80{background-color:hsla(31,97%,72%,.8)}.bg-orange-300\/85{background-color:hsla(31,97%,72%,.85)}.bg-orange-300\/90{background-color:hsla(31,97%,72%,.9)}.bg-orange-300\/95{background-color:hsla(31,97%,72%,.95)}.bg-orange-400{--tw-bg-opacity:1;background-color:rgba(251,146,60,var(--tw-bg-opacity))}.bg-orange-400\/0{background-color:rgba(251,146,60,0)}.bg-orange-400\/10{background-color:rgba(251,146,60,.1)}.bg-orange-400\/100{background-color:#fb923c}.bg-orange-400\/15{background-color:rgba(251,146,60,.15)}.bg-orange-400\/20{background-color:rgba(251,146,60,.2)}.bg-orange-400\/25{background-color:rgba(251,146,60,.25)}.bg-orange-400\/30{background-color:rgba(251,146,60,.3)}.bg-orange-400\/35{background-color:rgba(251,146,60,.35)}.bg-orange-400\/40{background-color:rgba(251,146,60,.4)}.bg-orange-400\/45{background-color:rgba(251,146,60,.45)}.bg-orange-400\/5{background-color:rgba(251,146,60,.05)}.bg-orange-400\/50{background-color:rgba(251,146,60,.5)}.bg-orange-400\/55{background-color:rgba(251,146,60,.55)}.bg-orange-400\/60{background-color:rgba(251,146,60,.6)}.bg-orange-400\/65{background-color:rgba(251,146,60,.65)}.bg-orange-400\/70{background-color:rgba(251,146,60,.7)}.bg-orange-400\/75{background-color:rgba(251,146,60,.75)}.bg-orange-400\/80{background-color:rgba(251,146,60,.8)}.bg-orange-400\/85{background-color:rgba(251,146,60,.85)}.bg-orange-400\/90{background-color:rgba(251,146,60,.9)}.bg-orange-400\/95{background-color:rgba(251,146,60,.95)}.bg-orange-50{--tw-bg-opacity:1;background-color:rgba(255,247,237,var(--tw-bg-opacity))}.bg-orange-50\/0{background-color:rgba(255,247,237,0)}.bg-orange-50\/10{background-color:rgba(255,247,237,.1)}.bg-orange-50\/100{background-color:#fff7ed}.bg-orange-50\/15{background-color:rgba(255,247,237,.15)}.bg-orange-50\/20{background-color:rgba(255,247,237,.2)}.bg-orange-50\/25{background-color:rgba(255,247,237,.25)}.bg-orange-50\/30{background-color:rgba(255,247,237,.3)}.bg-orange-50\/35{background-color:rgba(255,247,237,.35)}.bg-orange-50\/40{background-color:rgba(255,247,237,.4)}.bg-orange-50\/45{background-color:rgba(255,247,237,.45)}.bg-orange-50\/5{background-color:rgba(255,247,237,.05)}.bg-orange-50\/50{background-color:rgba(255,247,237,.5)}.bg-orange-50\/55{background-color:rgba(255,247,237,.55)}.bg-orange-50\/60{background-color:rgba(255,247,237,.6)}.bg-orange-50\/65{background-color:rgba(255,247,237,.65)}.bg-orange-50\/70{background-color:rgba(255,247,237,.7)}.bg-orange-50\/75{background-color:rgba(255,247,237,.75)}.bg-orange-50\/80{background-color:rgba(255,247,237,.8)}.bg-orange-50\/85{background-color:rgba(255,247,237,.85)}.bg-orange-50\/90{background-color:rgba(255,247,237,.9)}.bg-orange-50\/95{background-color:rgba(255,247,237,.95)}.bg-orange-500{--tw-bg-opacity:1;background-color:rgba(249,115,22,var(--tw-bg-opacity))}.bg-orange-500\/0{background-color:rgba(249,115,22,0)}.bg-orange-500\/10{background-color:rgba(249,115,22,.1)}.bg-orange-500\/100{background-color:#f97316}.bg-orange-500\/15{background-color:rgba(249,115,22,.15)}.bg-orange-500\/20{background-color:rgba(249,115,22,.2)}.bg-orange-500\/25{background-color:rgba(249,115,22,.25)}.bg-orange-500\/30{background-color:rgba(249,115,22,.3)}.bg-orange-500\/35{background-color:rgba(249,115,22,.35)}.bg-orange-500\/40{background-color:rgba(249,115,22,.4)}.bg-orange-500\/45{background-color:rgba(249,115,22,.45)}.bg-orange-500\/5{background-color:rgba(249,115,22,.05)}.bg-orange-500\/50{background-color:rgba(249,115,22,.5)}.bg-orange-500\/55{background-color:rgba(249,115,22,.55)}.bg-orange-500\/60{background-color:rgba(249,115,22,.6)}.bg-orange-500\/65{background-color:rgba(249,115,22,.65)}.bg-orange-500\/70{background-color:rgba(249,115,22,.7)}.bg-orange-500\/75{background-color:rgba(249,115,22,.75)}.bg-orange-500\/80{background-color:rgba(249,115,22,.8)}.bg-orange-500\/85{background-color:rgba(249,115,22,.85)}.bg-orange-500\/90{background-color:rgba(249,115,22,.9)}.bg-orange-500\/95{background-color:rgba(249,115,22,.95)}.bg-orange-600{--tw-bg-opacity:1;background-color:rgba(234,88,12,var(--tw-bg-opacity))}.bg-orange-600\/0{background-color:rgba(234,88,12,0)}.bg-orange-600\/10{background-color:rgba(234,88,12,.1)}.bg-orange-600\/100{background-color:#ea580c}.bg-orange-600\/15{background-color:rgba(234,88,12,.15)}.bg-orange-600\/20{background-color:rgba(234,88,12,.2)}.bg-orange-600\/25{background-color:rgba(234,88,12,.25)}.bg-orange-600\/30{background-color:rgba(234,88,12,.3)}.bg-orange-600\/35{background-color:rgba(234,88,12,.35)}.bg-orange-600\/40{background-color:rgba(234,88,12,.4)}.bg-orange-600\/45{background-color:rgba(234,88,12,.45)}.bg-orange-600\/5{background-color:rgba(234,88,12,.05)}.bg-orange-600\/50{background-color:rgba(234,88,12,.5)}.bg-orange-600\/55{background-color:rgba(234,88,12,.55)}.bg-orange-600\/60{background-color:rgba(234,88,12,.6)}.bg-orange-600\/65{background-color:rgba(234,88,12,.65)}.bg-orange-600\/70{background-color:rgba(234,88,12,.7)}.bg-orange-600\/75{background-color:rgba(234,88,12,.75)}.bg-orange-600\/80{background-color:rgba(234,88,12,.8)}.bg-orange-600\/85{background-color:rgba(234,88,12,.85)}.bg-orange-600\/90{background-color:rgba(234,88,12,.9)}.bg-orange-600\/95{background-color:rgba(234,88,12,.95)}.bg-orange-700{--tw-bg-opacity:1;background-color:rgba(194,65,12,var(--tw-bg-opacity))}.bg-orange-700\/0{background-color:rgba(194,65,12,0)}.bg-orange-700\/10{background-color:rgba(194,65,12,.1)}.bg-orange-700\/100{background-color:#c2410c}.bg-orange-700\/15{background-color:rgba(194,65,12,.15)}.bg-orange-700\/20{background-color:rgba(194,65,12,.2)}.bg-orange-700\/25{background-color:rgba(194,65,12,.25)}.bg-orange-700\/30{background-color:rgba(194,65,12,.3)}.bg-orange-700\/35{background-color:rgba(194,65,12,.35)}.bg-orange-700\/40{background-color:rgba(194,65,12,.4)}.bg-orange-700\/45{background-color:rgba(194,65,12,.45)}.bg-orange-700\/5{background-color:rgba(194,65,12,.05)}.bg-orange-700\/50{background-color:rgba(194,65,12,.5)}.bg-orange-700\/55{background-color:rgba(194,65,12,.55)}.bg-orange-700\/60{background-color:rgba(194,65,12,.6)}.bg-orange-700\/65{background-color:rgba(194,65,12,.65)}.bg-orange-700\/70{background-color:rgba(194,65,12,.7)}.bg-orange-700\/75{background-color:rgba(194,65,12,.75)}.bg-orange-700\/80{background-color:rgba(194,65,12,.8)}.bg-orange-700\/85{background-color:rgba(194,65,12,.85)}.bg-orange-700\/90{background-color:rgba(194,65,12,.9)}.bg-orange-700\/95{background-color:rgba(194,65,12,.95)}.bg-orange-800{--tw-bg-opacity:1;background-color:rgba(154,52,18,var(--tw-bg-opacity))}.bg-orange-800\/0{background-color:rgba(154,52,18,0)}.bg-orange-800\/10{background-color:rgba(154,52,18,.1)}.bg-orange-800\/100{background-color:#9a3412}.bg-orange-800\/15{background-color:rgba(154,52,18,.15)}.bg-orange-800\/20{background-color:rgba(154,52,18,.2)}.bg-orange-800\/25{background-color:rgba(154,52,18,.25)}.bg-orange-800\/30{background-color:rgba(154,52,18,.3)}.bg-orange-800\/35{background-color:rgba(154,52,18,.35)}.bg-orange-800\/40{background-color:rgba(154,52,18,.4)}.bg-orange-800\/45{background-color:rgba(154,52,18,.45)}.bg-orange-800\/5{background-color:rgba(154,52,18,.05)}.bg-orange-800\/50{background-color:rgba(154,52,18,.5)}.bg-orange-800\/55{background-color:rgba(154,52,18,.55)}.bg-orange-800\/60{background-color:rgba(154,52,18,.6)}.bg-orange-800\/65{background-color:rgba(154,52,18,.65)}.bg-orange-800\/70{background-color:rgba(154,52,18,.7)}.bg-orange-800\/75{background-color:rgba(154,52,18,.75)}.bg-orange-800\/80{background-color:rgba(154,52,18,.8)}.bg-orange-800\/85{background-color:rgba(154,52,18,.85)}.bg-orange-800\/90{background-color:rgba(154,52,18,.9)}.bg-orange-800\/95{background-color:rgba(154,52,18,.95)}.bg-orange-900{--tw-bg-opacity:1;background-color:rgba(124,45,18,var(--tw-bg-opacity))}.bg-orange-900\/0{background-color:rgba(124,45,18,0)}.bg-orange-900\/10{background-color:rgba(124,45,18,.1)}.bg-orange-900\/100{background-color:#7c2d12}.bg-orange-900\/15{background-color:rgba(124,45,18,.15)}.bg-orange-900\/20{background-color:rgba(124,45,18,.2)}.bg-orange-900\/25{background-color:rgba(124,45,18,.25)}.bg-orange-900\/30{background-color:rgba(124,45,18,.3)}.bg-orange-900\/35{background-color:rgba(124,45,18,.35)}.bg-orange-900\/40{background-color:rgba(124,45,18,.4)}.bg-orange-900\/45{background-color:rgba(124,45,18,.45)}.bg-orange-900\/5{background-color:rgba(124,45,18,.05)}.bg-orange-900\/50{background-color:rgba(124,45,18,.5)}.bg-orange-900\/55{background-color:rgba(124,45,18,.55)}.bg-orange-900\/60{background-color:rgba(124,45,18,.6)}.bg-orange-900\/65{background-color:rgba(124,45,18,.65)}.bg-orange-900\/70{background-color:rgba(124,45,18,.7)}.bg-orange-900\/75{background-color:rgba(124,45,18,.75)}.bg-orange-900\/80{background-color:rgba(124,45,18,.8)}.bg-orange-900\/85{background-color:rgba(124,45,18,.85)}.bg-orange-900\/90{background-color:rgba(124,45,18,.9)}.bg-orange-900\/95{background-color:rgba(124,45,18,.95)}.bg-orange-950{--tw-bg-opacity:1;background-color:rgba(67,20,7,var(--tw-bg-opacity))}.bg-orange-950\/0{background-color:rgba(67,20,7,0)}.bg-orange-950\/10{background-color:rgba(67,20,7,.1)}.bg-orange-950\/100{background-color:#431407}.bg-orange-950\/15{background-color:rgba(67,20,7,.15)}.bg-orange-950\/20{background-color:rgba(67,20,7,.2)}.bg-orange-950\/25{background-color:rgba(67,20,7,.25)}.bg-orange-950\/30{background-color:rgba(67,20,7,.3)}.bg-orange-950\/35{background-color:rgba(67,20,7,.35)}.bg-orange-950\/40{background-color:rgba(67,20,7,.4)}.bg-orange-950\/45{background-color:rgba(67,20,7,.45)}.bg-orange-950\/5{background-color:rgba(67,20,7,.05)}.bg-orange-950\/50{background-color:rgba(67,20,7,.5)}.bg-orange-950\/55{background-color:rgba(67,20,7,.55)}.bg-orange-950\/60{background-color:rgba(67,20,7,.6)}.bg-orange-950\/65{background-color:rgba(67,20,7,.65)}.bg-orange-950\/70{background-color:rgba(67,20,7,.7)}.bg-orange-950\/75{background-color:rgba(67,20,7,.75)}.bg-orange-950\/80{background-color:rgba(67,20,7,.8)}.bg-orange-950\/85{background-color:rgba(67,20,7,.85)}.bg-orange-950\/90{background-color:rgba(67,20,7,.9)}.bg-orange-950\/95{background-color:rgba(67,20,7,.95)}.bg-pink-100{--tw-bg-opacity:1;background-color:rgba(252,231,243,var(--tw-bg-opacity))}.bg-pink-100\/0{background-color:rgba(252,231,243,0)}.bg-pink-100\/10{background-color:rgba(252,231,243,.1)}.bg-pink-100\/100{background-color:#fce7f3}.bg-pink-100\/15{background-color:rgba(252,231,243,.15)}.bg-pink-100\/20{background-color:rgba(252,231,243,.2)}.bg-pink-100\/25{background-color:rgba(252,231,243,.25)}.bg-pink-100\/30{background-color:rgba(252,231,243,.3)}.bg-pink-100\/35{background-color:rgba(252,231,243,.35)}.bg-pink-100\/40{background-color:rgba(252,231,243,.4)}.bg-pink-100\/45{background-color:rgba(252,231,243,.45)}.bg-pink-100\/5{background-color:rgba(252,231,243,.05)}.bg-pink-100\/50{background-color:rgba(252,231,243,.5)}.bg-pink-100\/55{background-color:rgba(252,231,243,.55)}.bg-pink-100\/60{background-color:rgba(252,231,243,.6)}.bg-pink-100\/65{background-color:rgba(252,231,243,.65)}.bg-pink-100\/70{background-color:rgba(252,231,243,.7)}.bg-pink-100\/75{background-color:rgba(252,231,243,.75)}.bg-pink-100\/80{background-color:rgba(252,231,243,.8)}.bg-pink-100\/85{background-color:rgba(252,231,243,.85)}.bg-pink-100\/90{background-color:rgba(252,231,243,.9)}.bg-pink-100\/95{background-color:rgba(252,231,243,.95)}.bg-pink-200{--tw-bg-opacity:1;background-color:rgba(251,207,232,var(--tw-bg-opacity))}.bg-pink-200\/0{background-color:rgba(251,207,232,0)}.bg-pink-200\/10{background-color:rgba(251,207,232,.1)}.bg-pink-200\/100{background-color:#fbcfe8}.bg-pink-200\/15{background-color:rgba(251,207,232,.15)}.bg-pink-200\/20{background-color:rgba(251,207,232,.2)}.bg-pink-200\/25{background-color:rgba(251,207,232,.25)}.bg-pink-200\/30{background-color:rgba(251,207,232,.3)}.bg-pink-200\/35{background-color:rgba(251,207,232,.35)}.bg-pink-200\/40{background-color:rgba(251,207,232,.4)}.bg-pink-200\/45{background-color:rgba(251,207,232,.45)}.bg-pink-200\/5{background-color:rgba(251,207,232,.05)}.bg-pink-200\/50{background-color:rgba(251,207,232,.5)}.bg-pink-200\/55{background-color:rgba(251,207,232,.55)}.bg-pink-200\/60{background-color:rgba(251,207,232,.6)}.bg-pink-200\/65{background-color:rgba(251,207,232,.65)}.bg-pink-200\/70{background-color:rgba(251,207,232,.7)}.bg-pink-200\/75{background-color:rgba(251,207,232,.75)}.bg-pink-200\/80{background-color:rgba(251,207,232,.8)}.bg-pink-200\/85{background-color:rgba(251,207,232,.85)}.bg-pink-200\/90{background-color:rgba(251,207,232,.9)}.bg-pink-200\/95{background-color:rgba(251,207,232,.95)}.bg-pink-300{--tw-bg-opacity:1;background-color:rgba(249,168,212,var(--tw-bg-opacity))}.bg-pink-300\/0{background-color:rgba(249,168,212,0)}.bg-pink-300\/10{background-color:rgba(249,168,212,.1)}.bg-pink-300\/100{background-color:#f9a8d4}.bg-pink-300\/15{background-color:rgba(249,168,212,.15)}.bg-pink-300\/20{background-color:rgba(249,168,212,.2)}.bg-pink-300\/25{background-color:rgba(249,168,212,.25)}.bg-pink-300\/30{background-color:rgba(249,168,212,.3)}.bg-pink-300\/35{background-color:rgba(249,168,212,.35)}.bg-pink-300\/40{background-color:rgba(249,168,212,.4)}.bg-pink-300\/45{background-color:rgba(249,168,212,.45)}.bg-pink-300\/5{background-color:rgba(249,168,212,.05)}.bg-pink-300\/50{background-color:rgba(249,168,212,.5)}.bg-pink-300\/55{background-color:rgba(249,168,212,.55)}.bg-pink-300\/60{background-color:rgba(249,168,212,.6)}.bg-pink-300\/65{background-color:rgba(249,168,212,.65)}.bg-pink-300\/70{background-color:rgba(249,168,212,.7)}.bg-pink-300\/75{background-color:rgba(249,168,212,.75)}.bg-pink-300\/80{background-color:rgba(249,168,212,.8)}.bg-pink-300\/85{background-color:rgba(249,168,212,.85)}.bg-pink-300\/90{background-color:rgba(249,168,212,.9)}.bg-pink-300\/95{background-color:rgba(249,168,212,.95)}.bg-pink-400{--tw-bg-opacity:1;background-color:rgba(244,114,182,var(--tw-bg-opacity))}.bg-pink-400\/0{background-color:rgba(244,114,182,0)}.bg-pink-400\/10{background-color:rgba(244,114,182,.1)}.bg-pink-400\/100{background-color:#f472b6}.bg-pink-400\/15{background-color:rgba(244,114,182,.15)}.bg-pink-400\/20{background-color:rgba(244,114,182,.2)}.bg-pink-400\/25{background-color:rgba(244,114,182,.25)}.bg-pink-400\/30{background-color:rgba(244,114,182,.3)}.bg-pink-400\/35{background-color:rgba(244,114,182,.35)}.bg-pink-400\/40{background-color:rgba(244,114,182,.4)}.bg-pink-400\/45{background-color:rgba(244,114,182,.45)}.bg-pink-400\/5{background-color:rgba(244,114,182,.05)}.bg-pink-400\/50{background-color:rgba(244,114,182,.5)}.bg-pink-400\/55{background-color:rgba(244,114,182,.55)}.bg-pink-400\/60{background-color:rgba(244,114,182,.6)}.bg-pink-400\/65{background-color:rgba(244,114,182,.65)}.bg-pink-400\/70{background-color:rgba(244,114,182,.7)}.bg-pink-400\/75{background-color:rgba(244,114,182,.75)}.bg-pink-400\/80{background-color:rgba(244,114,182,.8)}.bg-pink-400\/85{background-color:rgba(244,114,182,.85)}.bg-pink-400\/90{background-color:rgba(244,114,182,.9)}.bg-pink-400\/95{background-color:rgba(244,114,182,.95)}.bg-pink-50{--tw-bg-opacity:1;background-color:rgba(253,242,248,var(--tw-bg-opacity))}.bg-pink-50\/0{background-color:rgba(253,242,248,0)}.bg-pink-50\/10{background-color:rgba(253,242,248,.1)}.bg-pink-50\/100{background-color:#fdf2f8}.bg-pink-50\/15{background-color:rgba(253,242,248,.15)}.bg-pink-50\/20{background-color:rgba(253,242,248,.2)}.bg-pink-50\/25{background-color:rgba(253,242,248,.25)}.bg-pink-50\/30{background-color:rgba(253,242,248,.3)}.bg-pink-50\/35{background-color:rgba(253,242,248,.35)}.bg-pink-50\/40{background-color:rgba(253,242,248,.4)}.bg-pink-50\/45{background-color:rgba(253,242,248,.45)}.bg-pink-50\/5{background-color:rgba(253,242,248,.05)}.bg-pink-50\/50{background-color:rgba(253,242,248,.5)}.bg-pink-50\/55{background-color:rgba(253,242,248,.55)}.bg-pink-50\/60{background-color:rgba(253,242,248,.6)}.bg-pink-50\/65{background-color:rgba(253,242,248,.65)}.bg-pink-50\/70{background-color:rgba(253,242,248,.7)}.bg-pink-50\/75{background-color:rgba(253,242,248,.75)}.bg-pink-50\/80{background-color:rgba(253,242,248,.8)}.bg-pink-50\/85{background-color:rgba(253,242,248,.85)}.bg-pink-50\/90{background-color:rgba(253,242,248,.9)}.bg-pink-50\/95{background-color:rgba(253,242,248,.95)}.bg-pink-500{--tw-bg-opacity:1;background-color:rgba(236,72,153,var(--tw-bg-opacity))}.bg-pink-500\/0{background-color:rgba(236,72,153,0)}.bg-pink-500\/10{background-color:rgba(236,72,153,.1)}.bg-pink-500\/100{background-color:#ec4899}.bg-pink-500\/15{background-color:rgba(236,72,153,.15)}.bg-pink-500\/20{background-color:rgba(236,72,153,.2)}.bg-pink-500\/25{background-color:rgba(236,72,153,.25)}.bg-pink-500\/30{background-color:rgba(236,72,153,.3)}.bg-pink-500\/35{background-color:rgba(236,72,153,.35)}.bg-pink-500\/40{background-color:rgba(236,72,153,.4)}.bg-pink-500\/45{background-color:rgba(236,72,153,.45)}.bg-pink-500\/5{background-color:rgba(236,72,153,.05)}.bg-pink-500\/50{background-color:rgba(236,72,153,.5)}.bg-pink-500\/55{background-color:rgba(236,72,153,.55)}.bg-pink-500\/60{background-color:rgba(236,72,153,.6)}.bg-pink-500\/65{background-color:rgba(236,72,153,.65)}.bg-pink-500\/70{background-color:rgba(236,72,153,.7)}.bg-pink-500\/75{background-color:rgba(236,72,153,.75)}.bg-pink-500\/80{background-color:rgba(236,72,153,.8)}.bg-pink-500\/85{background-color:rgba(236,72,153,.85)}.bg-pink-500\/90{background-color:rgba(236,72,153,.9)}.bg-pink-500\/95{background-color:rgba(236,72,153,.95)}.bg-pink-600{--tw-bg-opacity:1;background-color:rgba(219,39,119,var(--tw-bg-opacity))}.bg-pink-600\/0{background-color:rgba(219,39,119,0)}.bg-pink-600\/10{background-color:rgba(219,39,119,.1)}.bg-pink-600\/100{background-color:#db2777}.bg-pink-600\/15{background-color:rgba(219,39,119,.15)}.bg-pink-600\/20{background-color:rgba(219,39,119,.2)}.bg-pink-600\/25{background-color:rgba(219,39,119,.25)}.bg-pink-600\/30{background-color:rgba(219,39,119,.3)}.bg-pink-600\/35{background-color:rgba(219,39,119,.35)}.bg-pink-600\/40{background-color:rgba(219,39,119,.4)}.bg-pink-600\/45{background-color:rgba(219,39,119,.45)}.bg-pink-600\/5{background-color:rgba(219,39,119,.05)}.bg-pink-600\/50{background-color:rgba(219,39,119,.5)}.bg-pink-600\/55{background-color:rgba(219,39,119,.55)}.bg-pink-600\/60{background-color:rgba(219,39,119,.6)}.bg-pink-600\/65{background-color:rgba(219,39,119,.65)}.bg-pink-600\/70{background-color:rgba(219,39,119,.7)}.bg-pink-600\/75{background-color:rgba(219,39,119,.75)}.bg-pink-600\/80{background-color:rgba(219,39,119,.8)}.bg-pink-600\/85{background-color:rgba(219,39,119,.85)}.bg-pink-600\/90{background-color:rgba(219,39,119,.9)}.bg-pink-600\/95{background-color:rgba(219,39,119,.95)}.bg-pink-700{--tw-bg-opacity:1;background-color:rgba(190,24,93,var(--tw-bg-opacity))}.bg-pink-700\/0{background-color:rgba(190,24,93,0)}.bg-pink-700\/10{background-color:rgba(190,24,93,.1)}.bg-pink-700\/100{background-color:#be185d}.bg-pink-700\/15{background-color:rgba(190,24,93,.15)}.bg-pink-700\/20{background-color:rgba(190,24,93,.2)}.bg-pink-700\/25{background-color:rgba(190,24,93,.25)}.bg-pink-700\/30{background-color:rgba(190,24,93,.3)}.bg-pink-700\/35{background-color:rgba(190,24,93,.35)}.bg-pink-700\/40{background-color:rgba(190,24,93,.4)}.bg-pink-700\/45{background-color:rgba(190,24,93,.45)}.bg-pink-700\/5{background-color:rgba(190,24,93,.05)}.bg-pink-700\/50{background-color:rgba(190,24,93,.5)}.bg-pink-700\/55{background-color:rgba(190,24,93,.55)}.bg-pink-700\/60{background-color:rgba(190,24,93,.6)}.bg-pink-700\/65{background-color:rgba(190,24,93,.65)}.bg-pink-700\/70{background-color:rgba(190,24,93,.7)}.bg-pink-700\/75{background-color:rgba(190,24,93,.75)}.bg-pink-700\/80{background-color:rgba(190,24,93,.8)}.bg-pink-700\/85{background-color:rgba(190,24,93,.85)}.bg-pink-700\/90{background-color:rgba(190,24,93,.9)}.bg-pink-700\/95{background-color:rgba(190,24,93,.95)}.bg-pink-800{--tw-bg-opacity:1;background-color:rgba(157,23,77,var(--tw-bg-opacity))}.bg-pink-800\/0{background-color:rgba(157,23,77,0)}.bg-pink-800\/10{background-color:rgba(157,23,77,.1)}.bg-pink-800\/100{background-color:#9d174d}.bg-pink-800\/15{background-color:rgba(157,23,77,.15)}.bg-pink-800\/20{background-color:rgba(157,23,77,.2)}.bg-pink-800\/25{background-color:rgba(157,23,77,.25)}.bg-pink-800\/30{background-color:rgba(157,23,77,.3)}.bg-pink-800\/35{background-color:rgba(157,23,77,.35)}.bg-pink-800\/40{background-color:rgba(157,23,77,.4)}.bg-pink-800\/45{background-color:rgba(157,23,77,.45)}.bg-pink-800\/5{background-color:rgba(157,23,77,.05)}.bg-pink-800\/50{background-color:rgba(157,23,77,.5)}.bg-pink-800\/55{background-color:rgba(157,23,77,.55)}.bg-pink-800\/60{background-color:rgba(157,23,77,.6)}.bg-pink-800\/65{background-color:rgba(157,23,77,.65)}.bg-pink-800\/70{background-color:rgba(157,23,77,.7)}.bg-pink-800\/75{background-color:rgba(157,23,77,.75)}.bg-pink-800\/80{background-color:rgba(157,23,77,.8)}.bg-pink-800\/85{background-color:rgba(157,23,77,.85)}.bg-pink-800\/90{background-color:rgba(157,23,77,.9)}.bg-pink-800\/95{background-color:rgba(157,23,77,.95)}.bg-pink-900{--tw-bg-opacity:1;background-color:rgba(131,24,67,var(--tw-bg-opacity))}.bg-pink-900\/0{background-color:rgba(131,24,67,0)}.bg-pink-900\/10{background-color:rgba(131,24,67,.1)}.bg-pink-900\/100{background-color:#831843}.bg-pink-900\/15{background-color:rgba(131,24,67,.15)}.bg-pink-900\/20{background-color:rgba(131,24,67,.2)}.bg-pink-900\/25{background-color:rgba(131,24,67,.25)}.bg-pink-900\/30{background-color:rgba(131,24,67,.3)}.bg-pink-900\/35{background-color:rgba(131,24,67,.35)}.bg-pink-900\/40{background-color:rgba(131,24,67,.4)}.bg-pink-900\/45{background-color:rgba(131,24,67,.45)}.bg-pink-900\/5{background-color:rgba(131,24,67,.05)}.bg-pink-900\/50{background-color:rgba(131,24,67,.5)}.bg-pink-900\/55{background-color:rgba(131,24,67,.55)}.bg-pink-900\/60{background-color:rgba(131,24,67,.6)}.bg-pink-900\/65{background-color:rgba(131,24,67,.65)}.bg-pink-900\/70{background-color:rgba(131,24,67,.7)}.bg-pink-900\/75{background-color:rgba(131,24,67,.75)}.bg-pink-900\/80{background-color:rgba(131,24,67,.8)}.bg-pink-900\/85{background-color:rgba(131,24,67,.85)}.bg-pink-900\/90{background-color:rgba(131,24,67,.9)}.bg-pink-900\/95{background-color:rgba(131,24,67,.95)}.bg-pink-950{--tw-bg-opacity:1;background-color:rgba(80,7,36,var(--tw-bg-opacity))}.bg-pink-950\/0{background-color:rgba(80,7,36,0)}.bg-pink-950\/10{background-color:rgba(80,7,36,.1)}.bg-pink-950\/100{background-color:#500724}.bg-pink-950\/15{background-color:rgba(80,7,36,.15)}.bg-pink-950\/20{background-color:rgba(80,7,36,.2)}.bg-pink-950\/25{background-color:rgba(80,7,36,.25)}.bg-pink-950\/30{background-color:rgba(80,7,36,.3)}.bg-pink-950\/35{background-color:rgba(80,7,36,.35)}.bg-pink-950\/40{background-color:rgba(80,7,36,.4)}.bg-pink-950\/45{background-color:rgba(80,7,36,.45)}.bg-pink-950\/5{background-color:rgba(80,7,36,.05)}.bg-pink-950\/50{background-color:rgba(80,7,36,.5)}.bg-pink-950\/55{background-color:rgba(80,7,36,.55)}.bg-pink-950\/60{background-color:rgba(80,7,36,.6)}.bg-pink-950\/65{background-color:rgba(80,7,36,.65)}.bg-pink-950\/70{background-color:rgba(80,7,36,.7)}.bg-pink-950\/75{background-color:rgba(80,7,36,.75)}.bg-pink-950\/80{background-color:rgba(80,7,36,.8)}.bg-pink-950\/85{background-color:rgba(80,7,36,.85)}.bg-pink-950\/90{background-color:rgba(80,7,36,.9)}.bg-pink-950\/95{background-color:rgba(80,7,36,.95)}.bg-primary{--tw-bg-opacity:1;background-color:rgba(105,194,242,var(--tw-bg-opacity))}.bg-primary-dark{--tw-bg-opacity:1;background-color:rgba(97,163,199,var(--tw-bg-opacity))}.bg-primary-dark\/0{background-color:rgba(97,163,199,0)}.bg-primary-dark\/10{background-color:rgba(97,163,199,.1)}.bg-primary-dark\/100{background-color:#61a3c7}.bg-primary-dark\/15{background-color:rgba(97,163,199,.15)}.bg-primary-dark\/20{background-color:rgba(97,163,199,.2)}.bg-primary-dark\/25{background-color:rgba(97,163,199,.25)}.bg-primary-dark\/30{background-color:rgba(97,163,199,.3)}.bg-primary-dark\/35{background-color:rgba(97,163,199,.35)}.bg-primary-dark\/40{background-color:rgba(97,163,199,.4)}.bg-primary-dark\/45{background-color:rgba(97,163,199,.45)}.bg-primary-dark\/5{background-color:rgba(97,163,199,.05)}.bg-primary-dark\/50{background-color:rgba(97,163,199,.5)}.bg-primary-dark\/55{background-color:rgba(97,163,199,.55)}.bg-primary-dark\/60{background-color:rgba(97,163,199,.6)}.bg-primary-dark\/65{background-color:rgba(97,163,199,.65)}.bg-primary-dark\/70{background-color:rgba(97,163,199,.7)}.bg-primary-dark\/75{background-color:rgba(97,163,199,.75)}.bg-primary-dark\/80{background-color:rgba(97,163,199,.8)}.bg-primary-dark\/85{background-color:rgba(97,163,199,.85)}.bg-primary-dark\/90{background-color:rgba(97,163,199,.9)}.bg-primary-dark\/95{background-color:rgba(97,163,199,.95)}.bg-primary\/0{background-color:rgba(105,194,242,0)}.bg-primary\/10{background-color:rgba(105,194,242,.1)}.bg-primary\/100{background-color:#69c2f2}.bg-primary\/15{background-color:rgba(105,194,242,.15)}.bg-primary\/20{background-color:rgba(105,194,242,.2)}.bg-primary\/25{background-color:rgba(105,194,242,.25)}.bg-primary\/30{background-color:rgba(105,194,242,.3)}.bg-primary\/35{background-color:rgba(105,194,242,.35)}.bg-primary\/40{background-color:rgba(105,194,242,.4)}.bg-primary\/45{background-color:rgba(105,194,242,.45)}.bg-primary\/5{background-color:rgba(105,194,242,.05)}.bg-primary\/50{background-color:rgba(105,194,242,.5)}.bg-primary\/55{background-color:rgba(105,194,242,.55)}.bg-primary\/60{background-color:rgba(105,194,242,.6)}.bg-primary\/65{background-color:rgba(105,194,242,.65)}.bg-primary\/70{background-color:rgba(105,194,242,.7)}.bg-primary\/75{background-color:rgba(105,194,242,.75)}.bg-primary\/80{background-color:rgba(105,194,242,.8)}.bg-primary\/85{background-color:rgba(105,194,242,.85)}.bg-primary\/90{background-color:rgba(105,194,242,.9)}.bg-primary\/95{background-color:rgba(105,194,242,.95)}.bg-purple-100{--tw-bg-opacity:1;background-color:rgba(243,232,255,var(--tw-bg-opacity))}.bg-purple-100\/0{background-color:rgba(243,232,255,0)}.bg-purple-100\/10{background-color:rgba(243,232,255,.1)}.bg-purple-100\/100{background-color:#f3e8ff}.bg-purple-100\/15{background-color:rgba(243,232,255,.15)}.bg-purple-100\/20{background-color:rgba(243,232,255,.2)}.bg-purple-100\/25{background-color:rgba(243,232,255,.25)}.bg-purple-100\/30{background-color:rgba(243,232,255,.3)}.bg-purple-100\/35{background-color:rgba(243,232,255,.35)}.bg-purple-100\/40{background-color:rgba(243,232,255,.4)}.bg-purple-100\/45{background-color:rgba(243,232,255,.45)}.bg-purple-100\/5{background-color:rgba(243,232,255,.05)}.bg-purple-100\/50{background-color:rgba(243,232,255,.5)}.bg-purple-100\/55{background-color:rgba(243,232,255,.55)}.bg-purple-100\/60{background-color:rgba(243,232,255,.6)}.bg-purple-100\/65{background-color:rgba(243,232,255,.65)}.bg-purple-100\/70{background-color:rgba(243,232,255,.7)}.bg-purple-100\/75{background-color:rgba(243,232,255,.75)}.bg-purple-100\/80{background-color:rgba(243,232,255,.8)}.bg-purple-100\/85{background-color:rgba(243,232,255,.85)}.bg-purple-100\/90{background-color:rgba(243,232,255,.9)}.bg-purple-100\/95{background-color:rgba(243,232,255,.95)}.bg-purple-200{--tw-bg-opacity:1;background-color:rgba(233,213,255,var(--tw-bg-opacity))}.bg-purple-200\/0{background-color:rgba(233,213,255,0)}.bg-purple-200\/10{background-color:rgba(233,213,255,.1)}.bg-purple-200\/100{background-color:#e9d5ff}.bg-purple-200\/15{background-color:rgba(233,213,255,.15)}.bg-purple-200\/20{background-color:rgba(233,213,255,.2)}.bg-purple-200\/25{background-color:rgba(233,213,255,.25)}.bg-purple-200\/30{background-color:rgba(233,213,255,.3)}.bg-purple-200\/35{background-color:rgba(233,213,255,.35)}.bg-purple-200\/40{background-color:rgba(233,213,255,.4)}.bg-purple-200\/45{background-color:rgba(233,213,255,.45)}.bg-purple-200\/5{background-color:rgba(233,213,255,.05)}.bg-purple-200\/50{background-color:rgba(233,213,255,.5)}.bg-purple-200\/55{background-color:rgba(233,213,255,.55)}.bg-purple-200\/60{background-color:rgba(233,213,255,.6)}.bg-purple-200\/65{background-color:rgba(233,213,255,.65)}.bg-purple-200\/70{background-color:rgba(233,213,255,.7)}.bg-purple-200\/75{background-color:rgba(233,213,255,.75)}.bg-purple-200\/80{background-color:rgba(233,213,255,.8)}.bg-purple-200\/85{background-color:rgba(233,213,255,.85)}.bg-purple-200\/90{background-color:rgba(233,213,255,.9)}.bg-purple-200\/95{background-color:rgba(233,213,255,.95)}.bg-purple-300{--tw-bg-opacity:1;background-color:rgba(216,180,254,var(--tw-bg-opacity))}.bg-purple-300\/0{background-color:rgba(216,180,254,0)}.bg-purple-300\/10{background-color:rgba(216,180,254,.1)}.bg-purple-300\/100{background-color:#d8b4fe}.bg-purple-300\/15{background-color:rgba(216,180,254,.15)}.bg-purple-300\/20{background-color:rgba(216,180,254,.2)}.bg-purple-300\/25{background-color:rgba(216,180,254,.25)}.bg-purple-300\/30{background-color:rgba(216,180,254,.3)}.bg-purple-300\/35{background-color:rgba(216,180,254,.35)}.bg-purple-300\/40{background-color:rgba(216,180,254,.4)}.bg-purple-300\/45{background-color:rgba(216,180,254,.45)}.bg-purple-300\/5{background-color:rgba(216,180,254,.05)}.bg-purple-300\/50{background-color:rgba(216,180,254,.5)}.bg-purple-300\/55{background-color:rgba(216,180,254,.55)}.bg-purple-300\/60{background-color:rgba(216,180,254,.6)}.bg-purple-300\/65{background-color:rgba(216,180,254,.65)}.bg-purple-300\/70{background-color:rgba(216,180,254,.7)}.bg-purple-300\/75{background-color:rgba(216,180,254,.75)}.bg-purple-300\/80{background-color:rgba(216,180,254,.8)}.bg-purple-300\/85{background-color:rgba(216,180,254,.85)}.bg-purple-300\/90{background-color:rgba(216,180,254,.9)}.bg-purple-300\/95{background-color:rgba(216,180,254,.95)}.bg-purple-400{--tw-bg-opacity:1;background-color:rgba(192,132,252,var(--tw-bg-opacity))}.bg-purple-400\/0{background-color:rgba(192,132,252,0)}.bg-purple-400\/10{background-color:rgba(192,132,252,.1)}.bg-purple-400\/100{background-color:#c084fc}.bg-purple-400\/15{background-color:rgba(192,132,252,.15)}.bg-purple-400\/20{background-color:rgba(192,132,252,.2)}.bg-purple-400\/25{background-color:rgba(192,132,252,.25)}.bg-purple-400\/30{background-color:rgba(192,132,252,.3)}.bg-purple-400\/35{background-color:rgba(192,132,252,.35)}.bg-purple-400\/40{background-color:rgba(192,132,252,.4)}.bg-purple-400\/45{background-color:rgba(192,132,252,.45)}.bg-purple-400\/5{background-color:rgba(192,132,252,.05)}.bg-purple-400\/50{background-color:rgba(192,132,252,.5)}.bg-purple-400\/55{background-color:rgba(192,132,252,.55)}.bg-purple-400\/60{background-color:rgba(192,132,252,.6)}.bg-purple-400\/65{background-color:rgba(192,132,252,.65)}.bg-purple-400\/70{background-color:rgba(192,132,252,.7)}.bg-purple-400\/75{background-color:rgba(192,132,252,.75)}.bg-purple-400\/80{background-color:rgba(192,132,252,.8)}.bg-purple-400\/85{background-color:rgba(192,132,252,.85)}.bg-purple-400\/90{background-color:rgba(192,132,252,.9)}.bg-purple-400\/95{background-color:rgba(192,132,252,.95)}.bg-purple-50{--tw-bg-opacity:1;background-color:rgba(250,245,255,var(--tw-bg-opacity))}.bg-purple-50\/0{background-color:rgba(250,245,255,0)}.bg-purple-50\/10{background-color:rgba(250,245,255,.1)}.bg-purple-50\/100{background-color:#faf5ff}.bg-purple-50\/15{background-color:rgba(250,245,255,.15)}.bg-purple-50\/20{background-color:rgba(250,245,255,.2)}.bg-purple-50\/25{background-color:rgba(250,245,255,.25)}.bg-purple-50\/30{background-color:rgba(250,245,255,.3)}.bg-purple-50\/35{background-color:rgba(250,245,255,.35)}.bg-purple-50\/40{background-color:rgba(250,245,255,.4)}.bg-purple-50\/45{background-color:rgba(250,245,255,.45)}.bg-purple-50\/5{background-color:rgba(250,245,255,.05)}.bg-purple-50\/50{background-color:rgba(250,245,255,.5)}.bg-purple-50\/55{background-color:rgba(250,245,255,.55)}.bg-purple-50\/60{background-color:rgba(250,245,255,.6)}.bg-purple-50\/65{background-color:rgba(250,245,255,.65)}.bg-purple-50\/70{background-color:rgba(250,245,255,.7)}.bg-purple-50\/75{background-color:rgba(250,245,255,.75)}.bg-purple-50\/80{background-color:rgba(250,245,255,.8)}.bg-purple-50\/85{background-color:rgba(250,245,255,.85)}.bg-purple-50\/90{background-color:rgba(250,245,255,.9)}.bg-purple-50\/95{background-color:rgba(250,245,255,.95)}.bg-purple-500{--tw-bg-opacity:1;background-color:rgba(168,85,247,var(--tw-bg-opacity))}.bg-purple-500\/0{background-color:rgba(168,85,247,0)}.bg-purple-500\/10{background-color:rgba(168,85,247,.1)}.bg-purple-500\/100{background-color:#a855f7}.bg-purple-500\/15{background-color:rgba(168,85,247,.15)}.bg-purple-500\/20{background-color:rgba(168,85,247,.2)}.bg-purple-500\/25{background-color:rgba(168,85,247,.25)}.bg-purple-500\/30{background-color:rgba(168,85,247,.3)}.bg-purple-500\/35{background-color:rgba(168,85,247,.35)}.bg-purple-500\/40{background-color:rgba(168,85,247,.4)}.bg-purple-500\/45{background-color:rgba(168,85,247,.45)}.bg-purple-500\/5{background-color:rgba(168,85,247,.05)}.bg-purple-500\/50{background-color:rgba(168,85,247,.5)}.bg-purple-500\/55{background-color:rgba(168,85,247,.55)}.bg-purple-500\/60{background-color:rgba(168,85,247,.6)}.bg-purple-500\/65{background-color:rgba(168,85,247,.65)}.bg-purple-500\/70{background-color:rgba(168,85,247,.7)}.bg-purple-500\/75{background-color:rgba(168,85,247,.75)}.bg-purple-500\/80{background-color:rgba(168,85,247,.8)}.bg-purple-500\/85{background-color:rgba(168,85,247,.85)}.bg-purple-500\/90{background-color:rgba(168,85,247,.9)}.bg-purple-500\/95{background-color:rgba(168,85,247,.95)}.bg-purple-600{--tw-bg-opacity:1;background-color:rgba(147,51,234,var(--tw-bg-opacity))}.bg-purple-600\/0{background-color:rgba(147,51,234,0)}.bg-purple-600\/10{background-color:rgba(147,51,234,.1)}.bg-purple-600\/100{background-color:#9333ea}.bg-purple-600\/15{background-color:rgba(147,51,234,.15)}.bg-purple-600\/20{background-color:rgba(147,51,234,.2)}.bg-purple-600\/25{background-color:rgba(147,51,234,.25)}.bg-purple-600\/30{background-color:rgba(147,51,234,.3)}.bg-purple-600\/35{background-color:rgba(147,51,234,.35)}.bg-purple-600\/40{background-color:rgba(147,51,234,.4)}.bg-purple-600\/45{background-color:rgba(147,51,234,.45)}.bg-purple-600\/5{background-color:rgba(147,51,234,.05)}.bg-purple-600\/50{background-color:rgba(147,51,234,.5)}.bg-purple-600\/55{background-color:rgba(147,51,234,.55)}.bg-purple-600\/60{background-color:rgba(147,51,234,.6)}.bg-purple-600\/65{background-color:rgba(147,51,234,.65)}.bg-purple-600\/70{background-color:rgba(147,51,234,.7)}.bg-purple-600\/75{background-color:rgba(147,51,234,.75)}.bg-purple-600\/80{background-color:rgba(147,51,234,.8)}.bg-purple-600\/85{background-color:rgba(147,51,234,.85)}.bg-purple-600\/90{background-color:rgba(147,51,234,.9)}.bg-purple-600\/95{background-color:rgba(147,51,234,.95)}.bg-purple-700{--tw-bg-opacity:1;background-color:rgba(126,34,206,var(--tw-bg-opacity))}.bg-purple-700\/0{background-color:rgba(126,34,206,0)}.bg-purple-700\/10{background-color:rgba(126,34,206,.1)}.bg-purple-700\/100{background-color:#7e22ce}.bg-purple-700\/15{background-color:rgba(126,34,206,.15)}.bg-purple-700\/20{background-color:rgba(126,34,206,.2)}.bg-purple-700\/25{background-color:rgba(126,34,206,.25)}.bg-purple-700\/30{background-color:rgba(126,34,206,.3)}.bg-purple-700\/35{background-color:rgba(126,34,206,.35)}.bg-purple-700\/40{background-color:rgba(126,34,206,.4)}.bg-purple-700\/45{background-color:rgba(126,34,206,.45)}.bg-purple-700\/5{background-color:rgba(126,34,206,.05)}.bg-purple-700\/50{background-color:rgba(126,34,206,.5)}.bg-purple-700\/55{background-color:rgba(126,34,206,.55)}.bg-purple-700\/60{background-color:rgba(126,34,206,.6)}.bg-purple-700\/65{background-color:rgba(126,34,206,.65)}.bg-purple-700\/70{background-color:rgba(126,34,206,.7)}.bg-purple-700\/75{background-color:rgba(126,34,206,.75)}.bg-purple-700\/80{background-color:rgba(126,34,206,.8)}.bg-purple-700\/85{background-color:rgba(126,34,206,.85)}.bg-purple-700\/90{background-color:rgba(126,34,206,.9)}.bg-purple-700\/95{background-color:rgba(126,34,206,.95)}.bg-purple-800{--tw-bg-opacity:1;background-color:rgba(107,33,168,var(--tw-bg-opacity))}.bg-purple-800\/0{background-color:rgba(107,33,168,0)}.bg-purple-800\/10{background-color:rgba(107,33,168,.1)}.bg-purple-800\/100{background-color:#6b21a8}.bg-purple-800\/15{background-color:rgba(107,33,168,.15)}.bg-purple-800\/20{background-color:rgba(107,33,168,.2)}.bg-purple-800\/25{background-color:rgba(107,33,168,.25)}.bg-purple-800\/30{background-color:rgba(107,33,168,.3)}.bg-purple-800\/35{background-color:rgba(107,33,168,.35)}.bg-purple-800\/40{background-color:rgba(107,33,168,.4)}.bg-purple-800\/45{background-color:rgba(107,33,168,.45)}.bg-purple-800\/5{background-color:rgba(107,33,168,.05)}.bg-purple-800\/50{background-color:rgba(107,33,168,.5)}.bg-purple-800\/55{background-color:rgba(107,33,168,.55)}.bg-purple-800\/60{background-color:rgba(107,33,168,.6)}.bg-purple-800\/65{background-color:rgba(107,33,168,.65)}.bg-purple-800\/70{background-color:rgba(107,33,168,.7)}.bg-purple-800\/75{background-color:rgba(107,33,168,.75)}.bg-purple-800\/80{background-color:rgba(107,33,168,.8)}.bg-purple-800\/85{background-color:rgba(107,33,168,.85)}.bg-purple-800\/90{background-color:rgba(107,33,168,.9)}.bg-purple-800\/95{background-color:rgba(107,33,168,.95)}.bg-purple-900{--tw-bg-opacity:1;background-color:rgba(88,28,135,var(--tw-bg-opacity))}.bg-purple-900\/0{background-color:rgba(88,28,135,0)}.bg-purple-900\/10{background-color:rgba(88,28,135,.1)}.bg-purple-900\/100{background-color:#581c87}.bg-purple-900\/15{background-color:rgba(88,28,135,.15)}.bg-purple-900\/20{background-color:rgba(88,28,135,.2)}.bg-purple-900\/25{background-color:rgba(88,28,135,.25)}.bg-purple-900\/30{background-color:rgba(88,28,135,.3)}.bg-purple-900\/35{background-color:rgba(88,28,135,.35)}.bg-purple-900\/40{background-color:rgba(88,28,135,.4)}.bg-purple-900\/45{background-color:rgba(88,28,135,.45)}.bg-purple-900\/5{background-color:rgba(88,28,135,.05)}.bg-purple-900\/50{background-color:rgba(88,28,135,.5)}.bg-purple-900\/55{background-color:rgba(88,28,135,.55)}.bg-purple-900\/60{background-color:rgba(88,28,135,.6)}.bg-purple-900\/65{background-color:rgba(88,28,135,.65)}.bg-purple-900\/70{background-color:rgba(88,28,135,.7)}.bg-purple-900\/75{background-color:rgba(88,28,135,.75)}.bg-purple-900\/80{background-color:rgba(88,28,135,.8)}.bg-purple-900\/85{background-color:rgba(88,28,135,.85)}.bg-purple-900\/90{background-color:rgba(88,28,135,.9)}.bg-purple-900\/95{background-color:rgba(88,28,135,.95)}.bg-purple-950{--tw-bg-opacity:1;background-color:rgba(59,7,100,var(--tw-bg-opacity))}.bg-purple-950\/0{background-color:rgba(59,7,100,0)}.bg-purple-950\/10{background-color:rgba(59,7,100,.1)}.bg-purple-950\/100{background-color:#3b0764}.bg-purple-950\/15{background-color:rgba(59,7,100,.15)}.bg-purple-950\/20{background-color:rgba(59,7,100,.2)}.bg-purple-950\/25{background-color:rgba(59,7,100,.25)}.bg-purple-950\/30{background-color:rgba(59,7,100,.3)}.bg-purple-950\/35{background-color:rgba(59,7,100,.35)}.bg-purple-950\/40{background-color:rgba(59,7,100,.4)}.bg-purple-950\/45{background-color:rgba(59,7,100,.45)}.bg-purple-950\/5{background-color:rgba(59,7,100,.05)}.bg-purple-950\/50{background-color:rgba(59,7,100,.5)}.bg-purple-950\/55{background-color:rgba(59,7,100,.55)}.bg-purple-950\/60{background-color:rgba(59,7,100,.6)}.bg-purple-950\/65{background-color:rgba(59,7,100,.65)}.bg-purple-950\/70{background-color:rgba(59,7,100,.7)}.bg-purple-950\/75{background-color:rgba(59,7,100,.75)}.bg-purple-950\/80{background-color:rgba(59,7,100,.8)}.bg-purple-950\/85{background-color:rgba(59,7,100,.85)}.bg-purple-950\/90{background-color:rgba(59,7,100,.9)}.bg-purple-950\/95{background-color:rgba(59,7,100,.95)}.bg-red-100{--tw-bg-opacity:1;background-color:rgba(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:rgba(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:rgba(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:rgba(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:rgba(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:rgba(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:rgba(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:rgba(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:rgba(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:rgba(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:rgba(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-rose-100{--tw-bg-opacity:1;background-color:rgba(255,228,230,var(--tw-bg-opacity))}.bg-rose-100\/0{background-color:rgba(255,228,230,0)}.bg-rose-100\/10{background-color:rgba(255,228,230,.1)}.bg-rose-100\/100{background-color:#ffe4e6}.bg-rose-100\/15{background-color:rgba(255,228,230,.15)}.bg-rose-100\/20{background-color:rgba(255,228,230,.2)}.bg-rose-100\/25{background-color:rgba(255,228,230,.25)}.bg-rose-100\/30{background-color:rgba(255,228,230,.3)}.bg-rose-100\/35{background-color:rgba(255,228,230,.35)}.bg-rose-100\/40{background-color:rgba(255,228,230,.4)}.bg-rose-100\/45{background-color:rgba(255,228,230,.45)}.bg-rose-100\/5{background-color:rgba(255,228,230,.05)}.bg-rose-100\/50{background-color:rgba(255,228,230,.5)}.bg-rose-100\/55{background-color:rgba(255,228,230,.55)}.bg-rose-100\/60{background-color:rgba(255,228,230,.6)}.bg-rose-100\/65{background-color:rgba(255,228,230,.65)}.bg-rose-100\/70{background-color:rgba(255,228,230,.7)}.bg-rose-100\/75{background-color:rgba(255,228,230,.75)}.bg-rose-100\/80{background-color:rgba(255,228,230,.8)}.bg-rose-100\/85{background-color:rgba(255,228,230,.85)}.bg-rose-100\/90{background-color:rgba(255,228,230,.9)}.bg-rose-100\/95{background-color:rgba(255,228,230,.95)}.bg-rose-200{--tw-bg-opacity:1;background-color:rgba(254,205,211,var(--tw-bg-opacity))}.bg-rose-200\/0{background-color:rgba(254,205,211,0)}.bg-rose-200\/10{background-color:rgba(254,205,211,.1)}.bg-rose-200\/100{background-color:#fecdd3}.bg-rose-200\/15{background-color:rgba(254,205,211,.15)}.bg-rose-200\/20{background-color:rgba(254,205,211,.2)}.bg-rose-200\/25{background-color:rgba(254,205,211,.25)}.bg-rose-200\/30{background-color:rgba(254,205,211,.3)}.bg-rose-200\/35{background-color:rgba(254,205,211,.35)}.bg-rose-200\/40{background-color:rgba(254,205,211,.4)}.bg-rose-200\/45{background-color:rgba(254,205,211,.45)}.bg-rose-200\/5{background-color:rgba(254,205,211,.05)}.bg-rose-200\/50{background-color:rgba(254,205,211,.5)}.bg-rose-200\/55{background-color:rgba(254,205,211,.55)}.bg-rose-200\/60{background-color:rgba(254,205,211,.6)}.bg-rose-200\/65{background-color:rgba(254,205,211,.65)}.bg-rose-200\/70{background-color:rgba(254,205,211,.7)}.bg-rose-200\/75{background-color:rgba(254,205,211,.75)}.bg-rose-200\/80{background-color:rgba(254,205,211,.8)}.bg-rose-200\/85{background-color:rgba(254,205,211,.85)}.bg-rose-200\/90{background-color:rgba(254,205,211,.9)}.bg-rose-200\/95{background-color:rgba(254,205,211,.95)}.bg-rose-300{--tw-bg-opacity:1;background-color:rgba(253,164,175,var(--tw-bg-opacity))}.bg-rose-300\/0{background-color:rgba(253,164,175,0)}.bg-rose-300\/10{background-color:rgba(253,164,175,.1)}.bg-rose-300\/100{background-color:#fda4af}.bg-rose-300\/15{background-color:rgba(253,164,175,.15)}.bg-rose-300\/20{background-color:rgba(253,164,175,.2)}.bg-rose-300\/25{background-color:rgba(253,164,175,.25)}.bg-rose-300\/30{background-color:rgba(253,164,175,.3)}.bg-rose-300\/35{background-color:rgba(253,164,175,.35)}.bg-rose-300\/40{background-color:rgba(253,164,175,.4)}.bg-rose-300\/45{background-color:rgba(253,164,175,.45)}.bg-rose-300\/5{background-color:rgba(253,164,175,.05)}.bg-rose-300\/50{background-color:rgba(253,164,175,.5)}.bg-rose-300\/55{background-color:rgba(253,164,175,.55)}.bg-rose-300\/60{background-color:rgba(253,164,175,.6)}.bg-rose-300\/65{background-color:rgba(253,164,175,.65)}.bg-rose-300\/70{background-color:rgba(253,164,175,.7)}.bg-rose-300\/75{background-color:rgba(253,164,175,.75)}.bg-rose-300\/80{background-color:rgba(253,164,175,.8)}.bg-rose-300\/85{background-color:rgba(253,164,175,.85)}.bg-rose-300\/90{background-color:rgba(253,164,175,.9)}.bg-rose-300\/95{background-color:rgba(253,164,175,.95)}.bg-rose-400{--tw-bg-opacity:1;background-color:rgba(251,113,133,var(--tw-bg-opacity))}.bg-rose-400\/0{background-color:rgba(251,113,133,0)}.bg-rose-400\/10{background-color:rgba(251,113,133,.1)}.bg-rose-400\/100{background-color:#fb7185}.bg-rose-400\/15{background-color:rgba(251,113,133,.15)}.bg-rose-400\/20{background-color:rgba(251,113,133,.2)}.bg-rose-400\/25{background-color:rgba(251,113,133,.25)}.bg-rose-400\/30{background-color:rgba(251,113,133,.3)}.bg-rose-400\/35{background-color:rgba(251,113,133,.35)}.bg-rose-400\/40{background-color:rgba(251,113,133,.4)}.bg-rose-400\/45{background-color:rgba(251,113,133,.45)}.bg-rose-400\/5{background-color:rgba(251,113,133,.05)}.bg-rose-400\/50{background-color:rgba(251,113,133,.5)}.bg-rose-400\/55{background-color:rgba(251,113,133,.55)}.bg-rose-400\/60{background-color:rgba(251,113,133,.6)}.bg-rose-400\/65{background-color:rgba(251,113,133,.65)}.bg-rose-400\/70{background-color:rgba(251,113,133,.7)}.bg-rose-400\/75{background-color:rgba(251,113,133,.75)}.bg-rose-400\/80{background-color:rgba(251,113,133,.8)}.bg-rose-400\/85{background-color:rgba(251,113,133,.85)}.bg-rose-400\/90{background-color:rgba(251,113,133,.9)}.bg-rose-400\/95{background-color:rgba(251,113,133,.95)}.bg-rose-50{--tw-bg-opacity:1;background-color:rgba(255,241,242,var(--tw-bg-opacity))}.bg-rose-50\/0{background-color:rgba(255,241,242,0)}.bg-rose-50\/10{background-color:rgba(255,241,242,.1)}.bg-rose-50\/100{background-color:#fff1f2}.bg-rose-50\/15{background-color:rgba(255,241,242,.15)}.bg-rose-50\/20{background-color:rgba(255,241,242,.2)}.bg-rose-50\/25{background-color:rgba(255,241,242,.25)}.bg-rose-50\/30{background-color:rgba(255,241,242,.3)}.bg-rose-50\/35{background-color:rgba(255,241,242,.35)}.bg-rose-50\/40{background-color:rgba(255,241,242,.4)}.bg-rose-50\/45{background-color:rgba(255,241,242,.45)}.bg-rose-50\/5{background-color:rgba(255,241,242,.05)}.bg-rose-50\/50{background-color:rgba(255,241,242,.5)}.bg-rose-50\/55{background-color:rgba(255,241,242,.55)}.bg-rose-50\/60{background-color:rgba(255,241,242,.6)}.bg-rose-50\/65{background-color:rgba(255,241,242,.65)}.bg-rose-50\/70{background-color:rgba(255,241,242,.7)}.bg-rose-50\/75{background-color:rgba(255,241,242,.75)}.bg-rose-50\/80{background-color:rgba(255,241,242,.8)}.bg-rose-50\/85{background-color:rgba(255,241,242,.85)}.bg-rose-50\/90{background-color:rgba(255,241,242,.9)}.bg-rose-50\/95{background-color:rgba(255,241,242,.95)}.bg-rose-500{--tw-bg-opacity:1;background-color:rgba(244,63,94,var(--tw-bg-opacity))}.bg-rose-500\/0{background-color:rgba(244,63,94,0)}.bg-rose-500\/10{background-color:rgba(244,63,94,.1)}.bg-rose-500\/100{background-color:#f43f5e}.bg-rose-500\/15{background-color:rgba(244,63,94,.15)}.bg-rose-500\/20{background-color:rgba(244,63,94,.2)}.bg-rose-500\/25{background-color:rgba(244,63,94,.25)}.bg-rose-500\/30{background-color:rgba(244,63,94,.3)}.bg-rose-500\/35{background-color:rgba(244,63,94,.35)}.bg-rose-500\/40{background-color:rgba(244,63,94,.4)}.bg-rose-500\/45{background-color:rgba(244,63,94,.45)}.bg-rose-500\/5{background-color:rgba(244,63,94,.05)}.bg-rose-500\/50{background-color:rgba(244,63,94,.5)}.bg-rose-500\/55{background-color:rgba(244,63,94,.55)}.bg-rose-500\/60{background-color:rgba(244,63,94,.6)}.bg-rose-500\/65{background-color:rgba(244,63,94,.65)}.bg-rose-500\/70{background-color:rgba(244,63,94,.7)}.bg-rose-500\/75{background-color:rgba(244,63,94,.75)}.bg-rose-500\/80{background-color:rgba(244,63,94,.8)}.bg-rose-500\/85{background-color:rgba(244,63,94,.85)}.bg-rose-500\/90{background-color:rgba(244,63,94,.9)}.bg-rose-500\/95{background-color:rgba(244,63,94,.95)}.bg-rose-600{--tw-bg-opacity:1;background-color:rgba(225,29,72,var(--tw-bg-opacity))}.bg-rose-600\/0{background-color:rgba(225,29,72,0)}.bg-rose-600\/10{background-color:rgba(225,29,72,.1)}.bg-rose-600\/100{background-color:#e11d48}.bg-rose-600\/15{background-color:rgba(225,29,72,.15)}.bg-rose-600\/20{background-color:rgba(225,29,72,.2)}.bg-rose-600\/25{background-color:rgba(225,29,72,.25)}.bg-rose-600\/30{background-color:rgba(225,29,72,.3)}.bg-rose-600\/35{background-color:rgba(225,29,72,.35)}.bg-rose-600\/40{background-color:rgba(225,29,72,.4)}.bg-rose-600\/45{background-color:rgba(225,29,72,.45)}.bg-rose-600\/5{background-color:rgba(225,29,72,.05)}.bg-rose-600\/50{background-color:rgba(225,29,72,.5)}.bg-rose-600\/55{background-color:rgba(225,29,72,.55)}.bg-rose-600\/60{background-color:rgba(225,29,72,.6)}.bg-rose-600\/65{background-color:rgba(225,29,72,.65)}.bg-rose-600\/70{background-color:rgba(225,29,72,.7)}.bg-rose-600\/75{background-color:rgba(225,29,72,.75)}.bg-rose-600\/80{background-color:rgba(225,29,72,.8)}.bg-rose-600\/85{background-color:rgba(225,29,72,.85)}.bg-rose-600\/90{background-color:rgba(225,29,72,.9)}.bg-rose-600\/95{background-color:rgba(225,29,72,.95)}.bg-rose-700{--tw-bg-opacity:1;background-color:rgba(190,18,60,var(--tw-bg-opacity))}.bg-rose-700\/0{background-color:rgba(190,18,60,0)}.bg-rose-700\/10{background-color:rgba(190,18,60,.1)}.bg-rose-700\/100{background-color:#be123c}.bg-rose-700\/15{background-color:rgba(190,18,60,.15)}.bg-rose-700\/20{background-color:rgba(190,18,60,.2)}.bg-rose-700\/25{background-color:rgba(190,18,60,.25)}.bg-rose-700\/30{background-color:rgba(190,18,60,.3)}.bg-rose-700\/35{background-color:rgba(190,18,60,.35)}.bg-rose-700\/40{background-color:rgba(190,18,60,.4)}.bg-rose-700\/45{background-color:rgba(190,18,60,.45)}.bg-rose-700\/5{background-color:rgba(190,18,60,.05)}.bg-rose-700\/50{background-color:rgba(190,18,60,.5)}.bg-rose-700\/55{background-color:rgba(190,18,60,.55)}.bg-rose-700\/60{background-color:rgba(190,18,60,.6)}.bg-rose-700\/65{background-color:rgba(190,18,60,.65)}.bg-rose-700\/70{background-color:rgba(190,18,60,.7)}.bg-rose-700\/75{background-color:rgba(190,18,60,.75)}.bg-rose-700\/80{background-color:rgba(190,18,60,.8)}.bg-rose-700\/85{background-color:rgba(190,18,60,.85)}.bg-rose-700\/90{background-color:rgba(190,18,60,.9)}.bg-rose-700\/95{background-color:rgba(190,18,60,.95)}.bg-rose-800{--tw-bg-opacity:1;background-color:rgba(159,18,57,var(--tw-bg-opacity))}.bg-rose-800\/0{background-color:rgba(159,18,57,0)}.bg-rose-800\/10{background-color:rgba(159,18,57,.1)}.bg-rose-800\/100{background-color:#9f1239}.bg-rose-800\/15{background-color:rgba(159,18,57,.15)}.bg-rose-800\/20{background-color:rgba(159,18,57,.2)}.bg-rose-800\/25{background-color:rgba(159,18,57,.25)}.bg-rose-800\/30{background-color:rgba(159,18,57,.3)}.bg-rose-800\/35{background-color:rgba(159,18,57,.35)}.bg-rose-800\/40{background-color:rgba(159,18,57,.4)}.bg-rose-800\/45{background-color:rgba(159,18,57,.45)}.bg-rose-800\/5{background-color:rgba(159,18,57,.05)}.bg-rose-800\/50{background-color:rgba(159,18,57,.5)}.bg-rose-800\/55{background-color:rgba(159,18,57,.55)}.bg-rose-800\/60{background-color:rgba(159,18,57,.6)}.bg-rose-800\/65{background-color:rgba(159,18,57,.65)}.bg-rose-800\/70{background-color:rgba(159,18,57,.7)}.bg-rose-800\/75{background-color:rgba(159,18,57,.75)}.bg-rose-800\/80{background-color:rgba(159,18,57,.8)}.bg-rose-800\/85{background-color:rgba(159,18,57,.85)}.bg-rose-800\/90{background-color:rgba(159,18,57,.9)}.bg-rose-800\/95{background-color:rgba(159,18,57,.95)}.bg-rose-900{--tw-bg-opacity:1;background-color:rgba(136,19,55,var(--tw-bg-opacity))}.bg-rose-900\/0{background-color:rgba(136,19,55,0)}.bg-rose-900\/10{background-color:rgba(136,19,55,.1)}.bg-rose-900\/100{background-color:#881337}.bg-rose-900\/15{background-color:rgba(136,19,55,.15)}.bg-rose-900\/20{background-color:rgba(136,19,55,.2)}.bg-rose-900\/25{background-color:rgba(136,19,55,.25)}.bg-rose-900\/30{background-color:rgba(136,19,55,.3)}.bg-rose-900\/35{background-color:rgba(136,19,55,.35)}.bg-rose-900\/40{background-color:rgba(136,19,55,.4)}.bg-rose-900\/45{background-color:rgba(136,19,55,.45)}.bg-rose-900\/5{background-color:rgba(136,19,55,.05)}.bg-rose-900\/50{background-color:rgba(136,19,55,.5)}.bg-rose-900\/55{background-color:rgba(136,19,55,.55)}.bg-rose-900\/60{background-color:rgba(136,19,55,.6)}.bg-rose-900\/65{background-color:rgba(136,19,55,.65)}.bg-rose-900\/70{background-color:rgba(136,19,55,.7)}.bg-rose-900\/75{background-color:rgba(136,19,55,.75)}.bg-rose-900\/80{background-color:rgba(136,19,55,.8)}.bg-rose-900\/85{background-color:rgba(136,19,55,.85)}.bg-rose-900\/90{background-color:rgba(136,19,55,.9)}.bg-rose-900\/95{background-color:rgba(136,19,55,.95)}.bg-rose-950{--tw-bg-opacity:1;background-color:rgba(76,5,25,var(--tw-bg-opacity))}.bg-rose-950\/0{background-color:rgba(76,5,25,0)}.bg-rose-950\/10{background-color:rgba(76,5,25,.1)}.bg-rose-950\/100{background-color:#4c0519}.bg-rose-950\/15{background-color:rgba(76,5,25,.15)}.bg-rose-950\/20{background-color:rgba(76,5,25,.2)}.bg-rose-950\/25{background-color:rgba(76,5,25,.25)}.bg-rose-950\/30{background-color:rgba(76,5,25,.3)}.bg-rose-950\/35{background-color:rgba(76,5,25,.35)}.bg-rose-950\/40{background-color:rgba(76,5,25,.4)}.bg-rose-950\/45{background-color:rgba(76,5,25,.45)}.bg-rose-950\/5{background-color:rgba(76,5,25,.05)}.bg-rose-950\/50{background-color:rgba(76,5,25,.5)}.bg-rose-950\/55{background-color:rgba(76,5,25,.55)}.bg-rose-950\/60{background-color:rgba(76,5,25,.6)}.bg-rose-950\/65{background-color:rgba(76,5,25,.65)}.bg-rose-950\/70{background-color:rgba(76,5,25,.7)}.bg-rose-950\/75{background-color:rgba(76,5,25,.75)}.bg-rose-950\/80{background-color:rgba(76,5,25,.8)}.bg-rose-950\/85{background-color:rgba(76,5,25,.85)}.bg-rose-950\/90{background-color:rgba(76,5,25,.9)}.bg-rose-950\/95{background-color:rgba(76,5,25,.95)}.bg-secondary{--tw-bg-opacity:1;background-color:rgba(4,33,49,var(--tw-bg-opacity))}.bg-secondary-dark-gray{--tw-bg-opacity:1;background-color:rgba(242,243,244,var(--tw-bg-opacity))}.bg-secondary-dark-gray\/0{background-color:hsla(210,8%,95%,0)}.bg-secondary-dark-gray\/10{background-color:hsla(210,8%,95%,.1)}.bg-secondary-dark-gray\/100{background-color:#f2f3f4}.bg-secondary-dark-gray\/15{background-color:hsla(210,8%,95%,.15)}.bg-secondary-dark-gray\/20{background-color:hsla(210,8%,95%,.2)}.bg-secondary-dark-gray\/25{background-color:hsla(210,8%,95%,.25)}.bg-secondary-dark-gray\/30{background-color:hsla(210,8%,95%,.3)}.bg-secondary-dark-gray\/35{background-color:hsla(210,8%,95%,.35)}.bg-secondary-dark-gray\/40{background-color:hsla(210,8%,95%,.4)}.bg-secondary-dark-gray\/45{background-color:hsla(210,8%,95%,.45)}.bg-secondary-dark-gray\/5{background-color:hsla(210,8%,95%,.05)}.bg-secondary-dark-gray\/50{background-color:hsla(210,8%,95%,.5)}.bg-secondary-dark-gray\/55{background-color:hsla(210,8%,95%,.55)}.bg-secondary-dark-gray\/60{background-color:hsla(210,8%,95%,.6)}.bg-secondary-dark-gray\/65{background-color:hsla(210,8%,95%,.65)}.bg-secondary-dark-gray\/70{background-color:hsla(210,8%,95%,.7)}.bg-secondary-dark-gray\/75{background-color:hsla(210,8%,95%,.75)}.bg-secondary-dark-gray\/80{background-color:hsla(210,8%,95%,.8)}.bg-secondary-dark-gray\/85{background-color:hsla(210,8%,95%,.85)}.bg-secondary-dark-gray\/90{background-color:hsla(210,8%,95%,.9)}.bg-secondary-dark-gray\/95{background-color:hsla(210,8%,95%,.95)}.bg-secondary-gray{--tw-bg-opacity:1;background-color:rgba(250,250,250,var(--tw-bg-opacity))}.bg-secondary-gray\/0{background-color:hsla(0,0%,98%,0)}.bg-secondary-gray\/10{background-color:hsla(0,0%,98%,.1)}.bg-secondary-gray\/100{background-color:#fafafa}.bg-secondary-gray\/15{background-color:hsla(0,0%,98%,.15)}.bg-secondary-gray\/20{background-color:hsla(0,0%,98%,.2)}.bg-secondary-gray\/25{background-color:hsla(0,0%,98%,.25)}.bg-secondary-gray\/30{background-color:hsla(0,0%,98%,.3)}.bg-secondary-gray\/35{background-color:hsla(0,0%,98%,.35)}.bg-secondary-gray\/40{background-color:hsla(0,0%,98%,.4)}.bg-secondary-gray\/45{background-color:hsla(0,0%,98%,.45)}.bg-secondary-gray\/5{background-color:hsla(0,0%,98%,.05)}.bg-secondary-gray\/50{background-color:hsla(0,0%,98%,.5)}.bg-secondary-gray\/55{background-color:hsla(0,0%,98%,.55)}.bg-secondary-gray\/60{background-color:hsla(0,0%,98%,.6)}.bg-secondary-gray\/65{background-color:hsla(0,0%,98%,.65)}.bg-secondary-gray\/70{background-color:hsla(0,0%,98%,.7)}.bg-secondary-gray\/75{background-color:hsla(0,0%,98%,.75)}.bg-secondary-gray\/80{background-color:hsla(0,0%,98%,.8)}.bg-secondary-gray\/85{background-color:hsla(0,0%,98%,.85)}.bg-secondary-gray\/90{background-color:hsla(0,0%,98%,.9)}.bg-secondary-gray\/95{background-color:hsla(0,0%,98%,.95)}.bg-secondary\/0{background-color:rgba(4,33,49,0)}.bg-secondary\/10{background-color:rgba(4,33,49,.1)}.bg-secondary\/100{background-color:#042131}.bg-secondary\/15{background-color:rgba(4,33,49,.15)}.bg-secondary\/20{background-color:rgba(4,33,49,.2)}.bg-secondary\/25{background-color:rgba(4,33,49,.25)}.bg-secondary\/30{background-color:rgba(4,33,49,.3)}.bg-secondary\/35{background-color:rgba(4,33,49,.35)}.bg-secondary\/40{background-color:rgba(4,33,49,.4)}.bg-secondary\/45{background-color:rgba(4,33,49,.45)}.bg-secondary\/5{background-color:rgba(4,33,49,.05)}.bg-secondary\/50{background-color:rgba(4,33,49,.5)}.bg-secondary\/55{background-color:rgba(4,33,49,.55)}.bg-secondary\/60{background-color:rgba(4,33,49,.6)}.bg-secondary\/65{background-color:rgba(4,33,49,.65)}.bg-secondary\/70{background-color:rgba(4,33,49,.7)}.bg-secondary\/75{background-color:rgba(4,33,49,.75)}.bg-secondary\/80{background-color:rgba(4,33,49,.8)}.bg-secondary\/85{background-color:rgba(4,33,49,.85)}.bg-secondary\/90{background-color:rgba(4,33,49,.9)}.bg-secondary\/95{background-color:rgba(4,33,49,.95)}.bg-sky-100{--tw-bg-opacity:1;background-color:rgba(224,242,254,var(--tw-bg-opacity))}.bg-sky-100\/0{background-color:rgba(224,242,254,0)}.bg-sky-100\/10{background-color:rgba(224,242,254,.1)}.bg-sky-100\/100{background-color:#e0f2fe}.bg-sky-100\/15{background-color:rgba(224,242,254,.15)}.bg-sky-100\/20{background-color:rgba(224,242,254,.2)}.bg-sky-100\/25{background-color:rgba(224,242,254,.25)}.bg-sky-100\/30{background-color:rgba(224,242,254,.3)}.bg-sky-100\/35{background-color:rgba(224,242,254,.35)}.bg-sky-100\/40{background-color:rgba(224,242,254,.4)}.bg-sky-100\/45{background-color:rgba(224,242,254,.45)}.bg-sky-100\/5{background-color:rgba(224,242,254,.05)}.bg-sky-100\/50{background-color:rgba(224,242,254,.5)}.bg-sky-100\/55{background-color:rgba(224,242,254,.55)}.bg-sky-100\/60{background-color:rgba(224,242,254,.6)}.bg-sky-100\/65{background-color:rgba(224,242,254,.65)}.bg-sky-100\/70{background-color:rgba(224,242,254,.7)}.bg-sky-100\/75{background-color:rgba(224,242,254,.75)}.bg-sky-100\/80{background-color:rgba(224,242,254,.8)}.bg-sky-100\/85{background-color:rgba(224,242,254,.85)}.bg-sky-100\/90{background-color:rgba(224,242,254,.9)}.bg-sky-100\/95{background-color:rgba(224,242,254,.95)}.bg-sky-200{--tw-bg-opacity:1;background-color:rgba(186,230,253,var(--tw-bg-opacity))}.bg-sky-200\/0{background-color:rgba(186,230,253,0)}.bg-sky-200\/10{background-color:rgba(186,230,253,.1)}.bg-sky-200\/100{background-color:#bae6fd}.bg-sky-200\/15{background-color:rgba(186,230,253,.15)}.bg-sky-200\/20{background-color:rgba(186,230,253,.2)}.bg-sky-200\/25{background-color:rgba(186,230,253,.25)}.bg-sky-200\/30{background-color:rgba(186,230,253,.3)}.bg-sky-200\/35{background-color:rgba(186,230,253,.35)}.bg-sky-200\/40{background-color:rgba(186,230,253,.4)}.bg-sky-200\/45{background-color:rgba(186,230,253,.45)}.bg-sky-200\/5{background-color:rgba(186,230,253,.05)}.bg-sky-200\/50{background-color:rgba(186,230,253,.5)}.bg-sky-200\/55{background-color:rgba(186,230,253,.55)}.bg-sky-200\/60{background-color:rgba(186,230,253,.6)}.bg-sky-200\/65{background-color:rgba(186,230,253,.65)}.bg-sky-200\/70{background-color:rgba(186,230,253,.7)}.bg-sky-200\/75{background-color:rgba(186,230,253,.75)}.bg-sky-200\/80{background-color:rgba(186,230,253,.8)}.bg-sky-200\/85{background-color:rgba(186,230,253,.85)}.bg-sky-200\/90{background-color:rgba(186,230,253,.9)}.bg-sky-200\/95{background-color:rgba(186,230,253,.95)}.bg-sky-300{--tw-bg-opacity:1;background-color:rgba(125,211,252,var(--tw-bg-opacity))}.bg-sky-300\/0{background-color:rgba(125,211,252,0)}.bg-sky-300\/10{background-color:rgba(125,211,252,.1)}.bg-sky-300\/100{background-color:#7dd3fc}.bg-sky-300\/15{background-color:rgba(125,211,252,.15)}.bg-sky-300\/20{background-color:rgba(125,211,252,.2)}.bg-sky-300\/25{background-color:rgba(125,211,252,.25)}.bg-sky-300\/30{background-color:rgba(125,211,252,.3)}.bg-sky-300\/35{background-color:rgba(125,211,252,.35)}.bg-sky-300\/40{background-color:rgba(125,211,252,.4)}.bg-sky-300\/45{background-color:rgba(125,211,252,.45)}.bg-sky-300\/5{background-color:rgba(125,211,252,.05)}.bg-sky-300\/50{background-color:rgba(125,211,252,.5)}.bg-sky-300\/55{background-color:rgba(125,211,252,.55)}.bg-sky-300\/60{background-color:rgba(125,211,252,.6)}.bg-sky-300\/65{background-color:rgba(125,211,252,.65)}.bg-sky-300\/70{background-color:rgba(125,211,252,.7)}.bg-sky-300\/75{background-color:rgba(125,211,252,.75)}.bg-sky-300\/80{background-color:rgba(125,211,252,.8)}.bg-sky-300\/85{background-color:rgba(125,211,252,.85)}.bg-sky-300\/90{background-color:rgba(125,211,252,.9)}.bg-sky-300\/95{background-color:rgba(125,211,252,.95)}.bg-sky-400{--tw-bg-opacity:1;background-color:rgba(56,189,248,var(--tw-bg-opacity))}.bg-sky-400\/0{background-color:rgba(56,189,248,0)}.bg-sky-400\/10{background-color:rgba(56,189,248,.1)}.bg-sky-400\/100{background-color:#38bdf8}.bg-sky-400\/15{background-color:rgba(56,189,248,.15)}.bg-sky-400\/20{background-color:rgba(56,189,248,.2)}.bg-sky-400\/25{background-color:rgba(56,189,248,.25)}.bg-sky-400\/30{background-color:rgba(56,189,248,.3)}.bg-sky-400\/35{background-color:rgba(56,189,248,.35)}.bg-sky-400\/40{background-color:rgba(56,189,248,.4)}.bg-sky-400\/45{background-color:rgba(56,189,248,.45)}.bg-sky-400\/5{background-color:rgba(56,189,248,.05)}.bg-sky-400\/50{background-color:rgba(56,189,248,.5)}.bg-sky-400\/55{background-color:rgba(56,189,248,.55)}.bg-sky-400\/60{background-color:rgba(56,189,248,.6)}.bg-sky-400\/65{background-color:rgba(56,189,248,.65)}.bg-sky-400\/70{background-color:rgba(56,189,248,.7)}.bg-sky-400\/75{background-color:rgba(56,189,248,.75)}.bg-sky-400\/80{background-color:rgba(56,189,248,.8)}.bg-sky-400\/85{background-color:rgba(56,189,248,.85)}.bg-sky-400\/90{background-color:rgba(56,189,248,.9)}.bg-sky-400\/95{background-color:rgba(56,189,248,.95)}.bg-sky-50{--tw-bg-opacity:1;background-color:rgba(240,249,255,var(--tw-bg-opacity))}.bg-sky-50\/0{background-color:rgba(240,249,255,0)}.bg-sky-50\/10{background-color:rgba(240,249,255,.1)}.bg-sky-50\/100{background-color:#f0f9ff}.bg-sky-50\/15{background-color:rgba(240,249,255,.15)}.bg-sky-50\/20{background-color:rgba(240,249,255,.2)}.bg-sky-50\/25{background-color:rgba(240,249,255,.25)}.bg-sky-50\/30{background-color:rgba(240,249,255,.3)}.bg-sky-50\/35{background-color:rgba(240,249,255,.35)}.bg-sky-50\/40{background-color:rgba(240,249,255,.4)}.bg-sky-50\/45{background-color:rgba(240,249,255,.45)}.bg-sky-50\/5{background-color:rgba(240,249,255,.05)}.bg-sky-50\/50{background-color:rgba(240,249,255,.5)}.bg-sky-50\/55{background-color:rgba(240,249,255,.55)}.bg-sky-50\/60{background-color:rgba(240,249,255,.6)}.bg-sky-50\/65{background-color:rgba(240,249,255,.65)}.bg-sky-50\/70{background-color:rgba(240,249,255,.7)}.bg-sky-50\/75{background-color:rgba(240,249,255,.75)}.bg-sky-50\/80{background-color:rgba(240,249,255,.8)}.bg-sky-50\/85{background-color:rgba(240,249,255,.85)}.bg-sky-50\/90{background-color:rgba(240,249,255,.9)}.bg-sky-50\/95{background-color:rgba(240,249,255,.95)}.bg-sky-500{--tw-bg-opacity:1;background-color:rgba(14,165,233,var(--tw-bg-opacity))}.bg-sky-500\/0{background-color:rgba(14,165,233,0)}.bg-sky-500\/10{background-color:rgba(14,165,233,.1)}.bg-sky-500\/100{background-color:#0ea5e9}.bg-sky-500\/15{background-color:rgba(14,165,233,.15)}.bg-sky-500\/20{background-color:rgba(14,165,233,.2)}.bg-sky-500\/25{background-color:rgba(14,165,233,.25)}.bg-sky-500\/30{background-color:rgba(14,165,233,.3)}.bg-sky-500\/35{background-color:rgba(14,165,233,.35)}.bg-sky-500\/40{background-color:rgba(14,165,233,.4)}.bg-sky-500\/45{background-color:rgba(14,165,233,.45)}.bg-sky-500\/5{background-color:rgba(14,165,233,.05)}.bg-sky-500\/50{background-color:rgba(14,165,233,.5)}.bg-sky-500\/55{background-color:rgba(14,165,233,.55)}.bg-sky-500\/60{background-color:rgba(14,165,233,.6)}.bg-sky-500\/65{background-color:rgba(14,165,233,.65)}.bg-sky-500\/70{background-color:rgba(14,165,233,.7)}.bg-sky-500\/75{background-color:rgba(14,165,233,.75)}.bg-sky-500\/80{background-color:rgba(14,165,233,.8)}.bg-sky-500\/85{background-color:rgba(14,165,233,.85)}.bg-sky-500\/90{background-color:rgba(14,165,233,.9)}.bg-sky-500\/95{background-color:rgba(14,165,233,.95)}.bg-sky-600{--tw-bg-opacity:1;background-color:rgba(2,132,199,var(--tw-bg-opacity))}.bg-sky-600\/0{background-color:rgba(2,132,199,0)}.bg-sky-600\/10{background-color:rgba(2,132,199,.1)}.bg-sky-600\/100{background-color:#0284c7}.bg-sky-600\/15{background-color:rgba(2,132,199,.15)}.bg-sky-600\/20{background-color:rgba(2,132,199,.2)}.bg-sky-600\/25{background-color:rgba(2,132,199,.25)}.bg-sky-600\/30{background-color:rgba(2,132,199,.3)}.bg-sky-600\/35{background-color:rgba(2,132,199,.35)}.bg-sky-600\/40{background-color:rgba(2,132,199,.4)}.bg-sky-600\/45{background-color:rgba(2,132,199,.45)}.bg-sky-600\/5{background-color:rgba(2,132,199,.05)}.bg-sky-600\/50{background-color:rgba(2,132,199,.5)}.bg-sky-600\/55{background-color:rgba(2,132,199,.55)}.bg-sky-600\/60{background-color:rgba(2,132,199,.6)}.bg-sky-600\/65{background-color:rgba(2,132,199,.65)}.bg-sky-600\/70{background-color:rgba(2,132,199,.7)}.bg-sky-600\/75{background-color:rgba(2,132,199,.75)}.bg-sky-600\/80{background-color:rgba(2,132,199,.8)}.bg-sky-600\/85{background-color:rgba(2,132,199,.85)}.bg-sky-600\/90{background-color:rgba(2,132,199,.9)}.bg-sky-600\/95{background-color:rgba(2,132,199,.95)}.bg-sky-700{--tw-bg-opacity:1;background-color:rgba(3,105,161,var(--tw-bg-opacity))}.bg-sky-700\/0{background-color:rgba(3,105,161,0)}.bg-sky-700\/10{background-color:rgba(3,105,161,.1)}.bg-sky-700\/100{background-color:#0369a1}.bg-sky-700\/15{background-color:rgba(3,105,161,.15)}.bg-sky-700\/20{background-color:rgba(3,105,161,.2)}.bg-sky-700\/25{background-color:rgba(3,105,161,.25)}.bg-sky-700\/30{background-color:rgba(3,105,161,.3)}.bg-sky-700\/35{background-color:rgba(3,105,161,.35)}.bg-sky-700\/40{background-color:rgba(3,105,161,.4)}.bg-sky-700\/45{background-color:rgba(3,105,161,.45)}.bg-sky-700\/5{background-color:rgba(3,105,161,.05)}.bg-sky-700\/50{background-color:rgba(3,105,161,.5)}.bg-sky-700\/55{background-color:rgba(3,105,161,.55)}.bg-sky-700\/60{background-color:rgba(3,105,161,.6)}.bg-sky-700\/65{background-color:rgba(3,105,161,.65)}.bg-sky-700\/70{background-color:rgba(3,105,161,.7)}.bg-sky-700\/75{background-color:rgba(3,105,161,.75)}.bg-sky-700\/80{background-color:rgba(3,105,161,.8)}.bg-sky-700\/85{background-color:rgba(3,105,161,.85)}.bg-sky-700\/90{background-color:rgba(3,105,161,.9)}.bg-sky-700\/95{background-color:rgba(3,105,161,.95)}.bg-sky-800{--tw-bg-opacity:1;background-color:rgba(7,89,133,var(--tw-bg-opacity))}.bg-sky-800\/0{background-color:rgba(7,89,133,0)}.bg-sky-800\/10{background-color:rgba(7,89,133,.1)}.bg-sky-800\/100{background-color:#075985}.bg-sky-800\/15{background-color:rgba(7,89,133,.15)}.bg-sky-800\/20{background-color:rgba(7,89,133,.2)}.bg-sky-800\/25{background-color:rgba(7,89,133,.25)}.bg-sky-800\/30{background-color:rgba(7,89,133,.3)}.bg-sky-800\/35{background-color:rgba(7,89,133,.35)}.bg-sky-800\/40{background-color:rgba(7,89,133,.4)}.bg-sky-800\/45{background-color:rgba(7,89,133,.45)}.bg-sky-800\/5{background-color:rgba(7,89,133,.05)}.bg-sky-800\/50{background-color:rgba(7,89,133,.5)}.bg-sky-800\/55{background-color:rgba(7,89,133,.55)}.bg-sky-800\/60{background-color:rgba(7,89,133,.6)}.bg-sky-800\/65{background-color:rgba(7,89,133,.65)}.bg-sky-800\/70{background-color:rgba(7,89,133,.7)}.bg-sky-800\/75{background-color:rgba(7,89,133,.75)}.bg-sky-800\/80{background-color:rgba(7,89,133,.8)}.bg-sky-800\/85{background-color:rgba(7,89,133,.85)}.bg-sky-800\/90{background-color:rgba(7,89,133,.9)}.bg-sky-800\/95{background-color:rgba(7,89,133,.95)}.bg-sky-900{--tw-bg-opacity:1;background-color:rgba(12,74,110,var(--tw-bg-opacity))}.bg-sky-900\/0{background-color:rgba(12,74,110,0)}.bg-sky-900\/10{background-color:rgba(12,74,110,.1)}.bg-sky-900\/100{background-color:#0c4a6e}.bg-sky-900\/15{background-color:rgba(12,74,110,.15)}.bg-sky-900\/20{background-color:rgba(12,74,110,.2)}.bg-sky-900\/25{background-color:rgba(12,74,110,.25)}.bg-sky-900\/30{background-color:rgba(12,74,110,.3)}.bg-sky-900\/35{background-color:rgba(12,74,110,.35)}.bg-sky-900\/40{background-color:rgba(12,74,110,.4)}.bg-sky-900\/45{background-color:rgba(12,74,110,.45)}.bg-sky-900\/5{background-color:rgba(12,74,110,.05)}.bg-sky-900\/50{background-color:rgba(12,74,110,.5)}.bg-sky-900\/55{background-color:rgba(12,74,110,.55)}.bg-sky-900\/60{background-color:rgba(12,74,110,.6)}.bg-sky-900\/65{background-color:rgba(12,74,110,.65)}.bg-sky-900\/70{background-color:rgba(12,74,110,.7)}.bg-sky-900\/75{background-color:rgba(12,74,110,.75)}.bg-sky-900\/80{background-color:rgba(12,74,110,.8)}.bg-sky-900\/85{background-color:rgba(12,74,110,.85)}.bg-sky-900\/90{background-color:rgba(12,74,110,.9)}.bg-sky-900\/95{background-color:rgba(12,74,110,.95)}.bg-sky-950{--tw-bg-opacity:1;background-color:rgba(8,47,73,var(--tw-bg-opacity))}.bg-sky-950\/0{background-color:rgba(8,47,73,0)}.bg-sky-950\/10{background-color:rgba(8,47,73,.1)}.bg-sky-950\/100{background-color:#082f49}.bg-sky-950\/15{background-color:rgba(8,47,73,.15)}.bg-sky-950\/20{background-color:rgba(8,47,73,.2)}.bg-sky-950\/25{background-color:rgba(8,47,73,.25)}.bg-sky-950\/30{background-color:rgba(8,47,73,.3)}.bg-sky-950\/35{background-color:rgba(8,47,73,.35)}.bg-sky-950\/40{background-color:rgba(8,47,73,.4)}.bg-sky-950\/45{background-color:rgba(8,47,73,.45)}.bg-sky-950\/5{background-color:rgba(8,47,73,.05)}.bg-sky-950\/50{background-color:rgba(8,47,73,.5)}.bg-sky-950\/55{background-color:rgba(8,47,73,.55)}.bg-sky-950\/60{background-color:rgba(8,47,73,.6)}.bg-sky-950\/65{background-color:rgba(8,47,73,.65)}.bg-sky-950\/70{background-color:rgba(8,47,73,.7)}.bg-sky-950\/75{background-color:rgba(8,47,73,.75)}.bg-sky-950\/80{background-color:rgba(8,47,73,.8)}.bg-sky-950\/85{background-color:rgba(8,47,73,.85)}.bg-sky-950\/90{background-color:rgba(8,47,73,.9)}.bg-sky-950\/95{background-color:rgba(8,47,73,.95)}.bg-slate-100{--tw-bg-opacity:1;background-color:rgba(241,245,249,var(--tw-bg-opacity))}.bg-slate-100\/0{background-color:rgba(241,245,249,0)}.bg-slate-100\/10{background-color:rgba(241,245,249,.1)}.bg-slate-100\/100{background-color:#f1f5f9}.bg-slate-100\/15{background-color:rgba(241,245,249,.15)}.bg-slate-100\/20{background-color:rgba(241,245,249,.2)}.bg-slate-100\/25{background-color:rgba(241,245,249,.25)}.bg-slate-100\/30{background-color:rgba(241,245,249,.3)}.bg-slate-100\/35{background-color:rgba(241,245,249,.35)}.bg-slate-100\/40{background-color:rgba(241,245,249,.4)}.bg-slate-100\/45{background-color:rgba(241,245,249,.45)}.bg-slate-100\/5{background-color:rgba(241,245,249,.05)}.bg-slate-100\/50{background-color:rgba(241,245,249,.5)}.bg-slate-100\/55{background-color:rgba(241,245,249,.55)}.bg-slate-100\/60{background-color:rgba(241,245,249,.6)}.bg-slate-100\/65{background-color:rgba(241,245,249,.65)}.bg-slate-100\/70{background-color:rgba(241,245,249,.7)}.bg-slate-100\/75{background-color:rgba(241,245,249,.75)}.bg-slate-100\/80{background-color:rgba(241,245,249,.8)}.bg-slate-100\/85{background-color:rgba(241,245,249,.85)}.bg-slate-100\/90{background-color:rgba(241,245,249,.9)}.bg-slate-100\/95{background-color:rgba(241,245,249,.95)}.bg-slate-200{--tw-bg-opacity:1;background-color:rgba(226,232,240,var(--tw-bg-opacity))}.bg-slate-200\/0{background-color:rgba(226,232,240,0)}.bg-slate-200\/10{background-color:rgba(226,232,240,.1)}.bg-slate-200\/100{background-color:#e2e8f0}.bg-slate-200\/15{background-color:rgba(226,232,240,.15)}.bg-slate-200\/20{background-color:rgba(226,232,240,.2)}.bg-slate-200\/25{background-color:rgba(226,232,240,.25)}.bg-slate-200\/30{background-color:rgba(226,232,240,.3)}.bg-slate-200\/35{background-color:rgba(226,232,240,.35)}.bg-slate-200\/40{background-color:rgba(226,232,240,.4)}.bg-slate-200\/45{background-color:rgba(226,232,240,.45)}.bg-slate-200\/5{background-color:rgba(226,232,240,.05)}.bg-slate-200\/50{background-color:rgba(226,232,240,.5)}.bg-slate-200\/55{background-color:rgba(226,232,240,.55)}.bg-slate-200\/60{background-color:rgba(226,232,240,.6)}.bg-slate-200\/65{background-color:rgba(226,232,240,.65)}.bg-slate-200\/70{background-color:rgba(226,232,240,.7)}.bg-slate-200\/75{background-color:rgba(226,232,240,.75)}.bg-slate-200\/80{background-color:rgba(226,232,240,.8)}.bg-slate-200\/85{background-color:rgba(226,232,240,.85)}.bg-slate-200\/90{background-color:rgba(226,232,240,.9)}.bg-slate-200\/95{background-color:rgba(226,232,240,.95)}.bg-slate-300{--tw-bg-opacity:1;background-color:rgba(203,213,225,var(--tw-bg-opacity))}.bg-slate-300\/0{background-color:rgba(203,213,225,0)}.bg-slate-300\/10{background-color:rgba(203,213,225,.1)}.bg-slate-300\/100{background-color:#cbd5e1}.bg-slate-300\/15{background-color:rgba(203,213,225,.15)}.bg-slate-300\/20{background-color:rgba(203,213,225,.2)}.bg-slate-300\/25{background-color:rgba(203,213,225,.25)}.bg-slate-300\/30{background-color:rgba(203,213,225,.3)}.bg-slate-300\/35{background-color:rgba(203,213,225,.35)}.bg-slate-300\/40{background-color:rgba(203,213,225,.4)}.bg-slate-300\/45{background-color:rgba(203,213,225,.45)}.bg-slate-300\/5{background-color:rgba(203,213,225,.05)}.bg-slate-300\/50{background-color:rgba(203,213,225,.5)}.bg-slate-300\/55{background-color:rgba(203,213,225,.55)}.bg-slate-300\/60{background-color:rgba(203,213,225,.6)}.bg-slate-300\/65{background-color:rgba(203,213,225,.65)}.bg-slate-300\/70{background-color:rgba(203,213,225,.7)}.bg-slate-300\/75{background-color:rgba(203,213,225,.75)}.bg-slate-300\/80{background-color:rgba(203,213,225,.8)}.bg-slate-300\/85{background-color:rgba(203,213,225,.85)}.bg-slate-300\/90{background-color:rgba(203,213,225,.9)}.bg-slate-300\/95{background-color:rgba(203,213,225,.95)}.bg-slate-400{--tw-bg-opacity:1;background-color:rgba(148,163,184,var(--tw-bg-opacity))}.bg-slate-400\/0{background-color:rgba(148,163,184,0)}.bg-slate-400\/10{background-color:rgba(148,163,184,.1)}.bg-slate-400\/100{background-color:#94a3b8}.bg-slate-400\/15{background-color:rgba(148,163,184,.15)}.bg-slate-400\/20{background-color:rgba(148,163,184,.2)}.bg-slate-400\/25{background-color:rgba(148,163,184,.25)}.bg-slate-400\/30{background-color:rgba(148,163,184,.3)}.bg-slate-400\/35{background-color:rgba(148,163,184,.35)}.bg-slate-400\/40{background-color:rgba(148,163,184,.4)}.bg-slate-400\/45{background-color:rgba(148,163,184,.45)}.bg-slate-400\/5{background-color:rgba(148,163,184,.05)}.bg-slate-400\/50{background-color:rgba(148,163,184,.5)}.bg-slate-400\/55{background-color:rgba(148,163,184,.55)}.bg-slate-400\/60{background-color:rgba(148,163,184,.6)}.bg-slate-400\/65{background-color:rgba(148,163,184,.65)}.bg-slate-400\/70{background-color:rgba(148,163,184,.7)}.bg-slate-400\/75{background-color:rgba(148,163,184,.75)}.bg-slate-400\/80{background-color:rgba(148,163,184,.8)}.bg-slate-400\/85{background-color:rgba(148,163,184,.85)}.bg-slate-400\/90{background-color:rgba(148,163,184,.9)}.bg-slate-400\/95{background-color:rgba(148,163,184,.95)}.bg-slate-50{--tw-bg-opacity:1;background-color:rgba(248,250,252,var(--tw-bg-opacity))}.bg-slate-50\/0{background-color:rgba(248,250,252,0)}.bg-slate-50\/10{background-color:rgba(248,250,252,.1)}.bg-slate-50\/100{background-color:#f8fafc}.bg-slate-50\/15{background-color:rgba(248,250,252,.15)}.bg-slate-50\/20{background-color:rgba(248,250,252,.2)}.bg-slate-50\/25{background-color:rgba(248,250,252,.25)}.bg-slate-50\/30{background-color:rgba(248,250,252,.3)}.bg-slate-50\/35{background-color:rgba(248,250,252,.35)}.bg-slate-50\/40{background-color:rgba(248,250,252,.4)}.bg-slate-50\/45{background-color:rgba(248,250,252,.45)}.bg-slate-50\/5{background-color:rgba(248,250,252,.05)}.bg-slate-50\/50{background-color:rgba(248,250,252,.5)}.bg-slate-50\/55{background-color:rgba(248,250,252,.55)}.bg-slate-50\/60{background-color:rgba(248,250,252,.6)}.bg-slate-50\/65{background-color:rgba(248,250,252,.65)}.bg-slate-50\/70{background-color:rgba(248,250,252,.7)}.bg-slate-50\/75{background-color:rgba(248,250,252,.75)}.bg-slate-50\/80{background-color:rgba(248,250,252,.8)}.bg-slate-50\/85{background-color:rgba(248,250,252,.85)}.bg-slate-50\/90{background-color:rgba(248,250,252,.9)}.bg-slate-50\/95{background-color:rgba(248,250,252,.95)}.bg-slate-500{--tw-bg-opacity:1;background-color:rgba(100,116,139,var(--tw-bg-opacity))}.bg-slate-500\/0{background-color:rgba(100,116,139,0)}.bg-slate-500\/10{background-color:rgba(100,116,139,.1)}.bg-slate-500\/100{background-color:#64748b}.bg-slate-500\/15{background-color:rgba(100,116,139,.15)}.bg-slate-500\/20{background-color:rgba(100,116,139,.2)}.bg-slate-500\/25{background-color:rgba(100,116,139,.25)}.bg-slate-500\/30{background-color:rgba(100,116,139,.3)}.bg-slate-500\/35{background-color:rgba(100,116,139,.35)}.bg-slate-500\/40{background-color:rgba(100,116,139,.4)}.bg-slate-500\/45{background-color:rgba(100,116,139,.45)}.bg-slate-500\/5{background-color:rgba(100,116,139,.05)}.bg-slate-500\/50{background-color:rgba(100,116,139,.5)}.bg-slate-500\/55{background-color:rgba(100,116,139,.55)}.bg-slate-500\/60{background-color:rgba(100,116,139,.6)}.bg-slate-500\/65{background-color:rgba(100,116,139,.65)}.bg-slate-500\/70{background-color:rgba(100,116,139,.7)}.bg-slate-500\/75{background-color:rgba(100,116,139,.75)}.bg-slate-500\/80{background-color:rgba(100,116,139,.8)}.bg-slate-500\/85{background-color:rgba(100,116,139,.85)}.bg-slate-500\/90{background-color:rgba(100,116,139,.9)}.bg-slate-500\/95{background-color:rgba(100,116,139,.95)}.bg-slate-600{--tw-bg-opacity:1;background-color:rgba(71,85,105,var(--tw-bg-opacity))}.bg-slate-600\/0{background-color:rgba(71,85,105,0)}.bg-slate-600\/10{background-color:rgba(71,85,105,.1)}.bg-slate-600\/100{background-color:#475569}.bg-slate-600\/15{background-color:rgba(71,85,105,.15)}.bg-slate-600\/20{background-color:rgba(71,85,105,.2)}.bg-slate-600\/25{background-color:rgba(71,85,105,.25)}.bg-slate-600\/30{background-color:rgba(71,85,105,.3)}.bg-slate-600\/35{background-color:rgba(71,85,105,.35)}.bg-slate-600\/40{background-color:rgba(71,85,105,.4)}.bg-slate-600\/45{background-color:rgba(71,85,105,.45)}.bg-slate-600\/5{background-color:rgba(71,85,105,.05)}.bg-slate-600\/50{background-color:rgba(71,85,105,.5)}.bg-slate-600\/55{background-color:rgba(71,85,105,.55)}.bg-slate-600\/60{background-color:rgba(71,85,105,.6)}.bg-slate-600\/65{background-color:rgba(71,85,105,.65)}.bg-slate-600\/70{background-color:rgba(71,85,105,.7)}.bg-slate-600\/75{background-color:rgba(71,85,105,.75)}.bg-slate-600\/80{background-color:rgba(71,85,105,.8)}.bg-slate-600\/85{background-color:rgba(71,85,105,.85)}.bg-slate-600\/90{background-color:rgba(71,85,105,.9)}.bg-slate-600\/95{background-color:rgba(71,85,105,.95)}.bg-slate-700{--tw-bg-opacity:1;background-color:rgba(51,65,85,var(--tw-bg-opacity))}.bg-slate-700\/0{background-color:rgba(51,65,85,0)}.bg-slate-700\/10{background-color:rgba(51,65,85,.1)}.bg-slate-700\/100{background-color:#334155}.bg-slate-700\/15{background-color:rgba(51,65,85,.15)}.bg-slate-700\/20{background-color:rgba(51,65,85,.2)}.bg-slate-700\/25{background-color:rgba(51,65,85,.25)}.bg-slate-700\/30{background-color:rgba(51,65,85,.3)}.bg-slate-700\/35{background-color:rgba(51,65,85,.35)}.bg-slate-700\/40{background-color:rgba(51,65,85,.4)}.bg-slate-700\/45{background-color:rgba(51,65,85,.45)}.bg-slate-700\/5{background-color:rgba(51,65,85,.05)}.bg-slate-700\/50{background-color:rgba(51,65,85,.5)}.bg-slate-700\/55{background-color:rgba(51,65,85,.55)}.bg-slate-700\/60{background-color:rgba(51,65,85,.6)}.bg-slate-700\/65{background-color:rgba(51,65,85,.65)}.bg-slate-700\/70{background-color:rgba(51,65,85,.7)}.bg-slate-700\/75{background-color:rgba(51,65,85,.75)}.bg-slate-700\/80{background-color:rgba(51,65,85,.8)}.bg-slate-700\/85{background-color:rgba(51,65,85,.85)}.bg-slate-700\/90{background-color:rgba(51,65,85,.9)}.bg-slate-700\/95{background-color:rgba(51,65,85,.95)}.bg-slate-800{--tw-bg-opacity:1;background-color:rgba(30,41,59,var(--tw-bg-opacity))}.bg-slate-800\/0{background-color:rgba(30,41,59,0)}.bg-slate-800\/10{background-color:rgba(30,41,59,.1)}.bg-slate-800\/100{background-color:#1e293b}.bg-slate-800\/15{background-color:rgba(30,41,59,.15)}.bg-slate-800\/20{background-color:rgba(30,41,59,.2)}.bg-slate-800\/25{background-color:rgba(30,41,59,.25)}.bg-slate-800\/30{background-color:rgba(30,41,59,.3)}.bg-slate-800\/35{background-color:rgba(30,41,59,.35)}.bg-slate-800\/40{background-color:rgba(30,41,59,.4)}.bg-slate-800\/45{background-color:rgba(30,41,59,.45)}.bg-slate-800\/5{background-color:rgba(30,41,59,.05)}.bg-slate-800\/50{background-color:rgba(30,41,59,.5)}.bg-slate-800\/55{background-color:rgba(30,41,59,.55)}.bg-slate-800\/60{background-color:rgba(30,41,59,.6)}.bg-slate-800\/65{background-color:rgba(30,41,59,.65)}.bg-slate-800\/70{background-color:rgba(30,41,59,.7)}.bg-slate-800\/75{background-color:rgba(30,41,59,.75)}.bg-slate-800\/80{background-color:rgba(30,41,59,.8)}.bg-slate-800\/85{background-color:rgba(30,41,59,.85)}.bg-slate-800\/90{background-color:rgba(30,41,59,.9)}.bg-slate-800\/95{background-color:rgba(30,41,59,.95)}.bg-slate-900{--tw-bg-opacity:1;background-color:rgba(15,23,42,var(--tw-bg-opacity))}.bg-slate-900\/0{background-color:rgba(15,23,42,0)}.bg-slate-900\/10{background-color:rgba(15,23,42,.1)}.bg-slate-900\/100{background-color:#0f172a}.bg-slate-900\/15{background-color:rgba(15,23,42,.15)}.bg-slate-900\/20{background-color:rgba(15,23,42,.2)}.bg-slate-900\/25{background-color:rgba(15,23,42,.25)}.bg-slate-900\/30{background-color:rgba(15,23,42,.3)}.bg-slate-900\/35{background-color:rgba(15,23,42,.35)}.bg-slate-900\/40{background-color:rgba(15,23,42,.4)}.bg-slate-900\/45{background-color:rgba(15,23,42,.45)}.bg-slate-900\/5{background-color:rgba(15,23,42,.05)}.bg-slate-900\/50{background-color:rgba(15,23,42,.5)}.bg-slate-900\/55{background-color:rgba(15,23,42,.55)}.bg-slate-900\/60{background-color:rgba(15,23,42,.6)}.bg-slate-900\/65{background-color:rgba(15,23,42,.65)}.bg-slate-900\/70{background-color:rgba(15,23,42,.7)}.bg-slate-900\/75{background-color:rgba(15,23,42,.75)}.bg-slate-900\/80{background-color:rgba(15,23,42,.8)}.bg-slate-900\/85{background-color:rgba(15,23,42,.85)}.bg-slate-900\/90{background-color:rgba(15,23,42,.9)}.bg-slate-900\/95{background-color:rgba(15,23,42,.95)}.bg-slate-950{--tw-bg-opacity:1;background-color:rgba(2,6,23,var(--tw-bg-opacity))}.bg-slate-950\/0{background-color:rgba(2,6,23,0)}.bg-slate-950\/10{background-color:rgba(2,6,23,.1)}.bg-slate-950\/100{background-color:#020617}.bg-slate-950\/15{background-color:rgba(2,6,23,.15)}.bg-slate-950\/20{background-color:rgba(2,6,23,.2)}.bg-slate-950\/25{background-color:rgba(2,6,23,.25)}.bg-slate-950\/30{background-color:rgba(2,6,23,.3)}.bg-slate-950\/35{background-color:rgba(2,6,23,.35)}.bg-slate-950\/40{background-color:rgba(2,6,23,.4)}.bg-slate-950\/45{background-color:rgba(2,6,23,.45)}.bg-slate-950\/5{background-color:rgba(2,6,23,.05)}.bg-slate-950\/50{background-color:rgba(2,6,23,.5)}.bg-slate-950\/55{background-color:rgba(2,6,23,.55)}.bg-slate-950\/60{background-color:rgba(2,6,23,.6)}.bg-slate-950\/65{background-color:rgba(2,6,23,.65)}.bg-slate-950\/70{background-color:rgba(2,6,23,.7)}.bg-slate-950\/75{background-color:rgba(2,6,23,.75)}.bg-slate-950\/80{background-color:rgba(2,6,23,.8)}.bg-slate-950\/85{background-color:rgba(2,6,23,.85)}.bg-slate-950\/90{background-color:rgba(2,6,23,.9)}.bg-slate-950\/95{background-color:rgba(2,6,23,.95)}.bg-stone-100{--tw-bg-opacity:1;background-color:rgba(245,245,244,var(--tw-bg-opacity))}.bg-stone-100\/0{background-color:hsla(60,5%,96%,0)}.bg-stone-100\/10{background-color:hsla(60,5%,96%,.1)}.bg-stone-100\/100{background-color:#f5f5f4}.bg-stone-100\/15{background-color:hsla(60,5%,96%,.15)}.bg-stone-100\/20{background-color:hsla(60,5%,96%,.2)}.bg-stone-100\/25{background-color:hsla(60,5%,96%,.25)}.bg-stone-100\/30{background-color:hsla(60,5%,96%,.3)}.bg-stone-100\/35{background-color:hsla(60,5%,96%,.35)}.bg-stone-100\/40{background-color:hsla(60,5%,96%,.4)}.bg-stone-100\/45{background-color:hsla(60,5%,96%,.45)}.bg-stone-100\/5{background-color:hsla(60,5%,96%,.05)}.bg-stone-100\/50{background-color:hsla(60,5%,96%,.5)}.bg-stone-100\/55{background-color:hsla(60,5%,96%,.55)}.bg-stone-100\/60{background-color:hsla(60,5%,96%,.6)}.bg-stone-100\/65{background-color:hsla(60,5%,96%,.65)}.bg-stone-100\/70{background-color:hsla(60,5%,96%,.7)}.bg-stone-100\/75{background-color:hsla(60,5%,96%,.75)}.bg-stone-100\/80{background-color:hsla(60,5%,96%,.8)}.bg-stone-100\/85{background-color:hsla(60,5%,96%,.85)}.bg-stone-100\/90{background-color:hsla(60,5%,96%,.9)}.bg-stone-100\/95{background-color:hsla(60,5%,96%,.95)}.bg-stone-200{--tw-bg-opacity:1;background-color:rgba(231,229,228,var(--tw-bg-opacity))}.bg-stone-200\/0{background-color:hsla(20,6%,90%,0)}.bg-stone-200\/10{background-color:hsla(20,6%,90%,.1)}.bg-stone-200\/100{background-color:#e7e5e4}.bg-stone-200\/15{background-color:hsla(20,6%,90%,.15)}.bg-stone-200\/20{background-color:hsla(20,6%,90%,.2)}.bg-stone-200\/25{background-color:hsla(20,6%,90%,.25)}.bg-stone-200\/30{background-color:hsla(20,6%,90%,.3)}.bg-stone-200\/35{background-color:hsla(20,6%,90%,.35)}.bg-stone-200\/40{background-color:hsla(20,6%,90%,.4)}.bg-stone-200\/45{background-color:hsla(20,6%,90%,.45)}.bg-stone-200\/5{background-color:hsla(20,6%,90%,.05)}.bg-stone-200\/50{background-color:hsla(20,6%,90%,.5)}.bg-stone-200\/55{background-color:hsla(20,6%,90%,.55)}.bg-stone-200\/60{background-color:hsla(20,6%,90%,.6)}.bg-stone-200\/65{background-color:hsla(20,6%,90%,.65)}.bg-stone-200\/70{background-color:hsla(20,6%,90%,.7)}.bg-stone-200\/75{background-color:hsla(20,6%,90%,.75)}.bg-stone-200\/80{background-color:hsla(20,6%,90%,.8)}.bg-stone-200\/85{background-color:hsla(20,6%,90%,.85)}.bg-stone-200\/90{background-color:hsla(20,6%,90%,.9)}.bg-stone-200\/95{background-color:hsla(20,6%,90%,.95)}.bg-stone-300{--tw-bg-opacity:1;background-color:rgba(214,211,209,var(--tw-bg-opacity))}.bg-stone-300\/0{background-color:hsla(24,6%,83%,0)}.bg-stone-300\/10{background-color:hsla(24,6%,83%,.1)}.bg-stone-300\/100{background-color:#d6d3d1}.bg-stone-300\/15{background-color:hsla(24,6%,83%,.15)}.bg-stone-300\/20{background-color:hsla(24,6%,83%,.2)}.bg-stone-300\/25{background-color:hsla(24,6%,83%,.25)}.bg-stone-300\/30{background-color:hsla(24,6%,83%,.3)}.bg-stone-300\/35{background-color:hsla(24,6%,83%,.35)}.bg-stone-300\/40{background-color:hsla(24,6%,83%,.4)}.bg-stone-300\/45{background-color:hsla(24,6%,83%,.45)}.bg-stone-300\/5{background-color:hsla(24,6%,83%,.05)}.bg-stone-300\/50{background-color:hsla(24,6%,83%,.5)}.bg-stone-300\/55{background-color:hsla(24,6%,83%,.55)}.bg-stone-300\/60{background-color:hsla(24,6%,83%,.6)}.bg-stone-300\/65{background-color:hsla(24,6%,83%,.65)}.bg-stone-300\/70{background-color:hsla(24,6%,83%,.7)}.bg-stone-300\/75{background-color:hsla(24,6%,83%,.75)}.bg-stone-300\/80{background-color:hsla(24,6%,83%,.8)}.bg-stone-300\/85{background-color:hsla(24,6%,83%,.85)}.bg-stone-300\/90{background-color:hsla(24,6%,83%,.9)}.bg-stone-300\/95{background-color:hsla(24,6%,83%,.95)}.bg-stone-400{--tw-bg-opacity:1;background-color:rgba(168,162,158,var(--tw-bg-opacity))}.bg-stone-400\/0{background-color:hsla(24,5%,64%,0)}.bg-stone-400\/10{background-color:hsla(24,5%,64%,.1)}.bg-stone-400\/100{background-color:#a8a29e}.bg-stone-400\/15{background-color:hsla(24,5%,64%,.15)}.bg-stone-400\/20{background-color:hsla(24,5%,64%,.2)}.bg-stone-400\/25{background-color:hsla(24,5%,64%,.25)}.bg-stone-400\/30{background-color:hsla(24,5%,64%,.3)}.bg-stone-400\/35{background-color:hsla(24,5%,64%,.35)}.bg-stone-400\/40{background-color:hsla(24,5%,64%,.4)}.bg-stone-400\/45{background-color:hsla(24,5%,64%,.45)}.bg-stone-400\/5{background-color:hsla(24,5%,64%,.05)}.bg-stone-400\/50{background-color:hsla(24,5%,64%,.5)}.bg-stone-400\/55{background-color:hsla(24,5%,64%,.55)}.bg-stone-400\/60{background-color:hsla(24,5%,64%,.6)}.bg-stone-400\/65{background-color:hsla(24,5%,64%,.65)}.bg-stone-400\/70{background-color:hsla(24,5%,64%,.7)}.bg-stone-400\/75{background-color:hsla(24,5%,64%,.75)}.bg-stone-400\/80{background-color:hsla(24,5%,64%,.8)}.bg-stone-400\/85{background-color:hsla(24,5%,64%,.85)}.bg-stone-400\/90{background-color:hsla(24,5%,64%,.9)}.bg-stone-400\/95{background-color:hsla(24,5%,64%,.95)}.bg-stone-50{--tw-bg-opacity:1;background-color:rgba(250,250,249,var(--tw-bg-opacity))}.bg-stone-50\/0{background-color:hsla(60,9%,98%,0)}.bg-stone-50\/10{background-color:hsla(60,9%,98%,.1)}.bg-stone-50\/100{background-color:#fafaf9}.bg-stone-50\/15{background-color:hsla(60,9%,98%,.15)}.bg-stone-50\/20{background-color:hsla(60,9%,98%,.2)}.bg-stone-50\/25{background-color:hsla(60,9%,98%,.25)}.bg-stone-50\/30{background-color:hsla(60,9%,98%,.3)}.bg-stone-50\/35{background-color:hsla(60,9%,98%,.35)}.bg-stone-50\/40{background-color:hsla(60,9%,98%,.4)}.bg-stone-50\/45{background-color:hsla(60,9%,98%,.45)}.bg-stone-50\/5{background-color:hsla(60,9%,98%,.05)}.bg-stone-50\/50{background-color:hsla(60,9%,98%,.5)}.bg-stone-50\/55{background-color:hsla(60,9%,98%,.55)}.bg-stone-50\/60{background-color:hsla(60,9%,98%,.6)}.bg-stone-50\/65{background-color:hsla(60,9%,98%,.65)}.bg-stone-50\/70{background-color:hsla(60,9%,98%,.7)}.bg-stone-50\/75{background-color:hsla(60,9%,98%,.75)}.bg-stone-50\/80{background-color:hsla(60,9%,98%,.8)}.bg-stone-50\/85{background-color:hsla(60,9%,98%,.85)}.bg-stone-50\/90{background-color:hsla(60,9%,98%,.9)}.bg-stone-50\/95{background-color:hsla(60,9%,98%,.95)}.bg-stone-500{--tw-bg-opacity:1;background-color:rgba(120,113,108,var(--tw-bg-opacity))}.bg-stone-500\/0{background-color:hsla(25,5%,45%,0)}.bg-stone-500\/10{background-color:hsla(25,5%,45%,.1)}.bg-stone-500\/100{background-color:#78716c}.bg-stone-500\/15{background-color:hsla(25,5%,45%,.15)}.bg-stone-500\/20{background-color:hsla(25,5%,45%,.2)}.bg-stone-500\/25{background-color:hsla(25,5%,45%,.25)}.bg-stone-500\/30{background-color:hsla(25,5%,45%,.3)}.bg-stone-500\/35{background-color:hsla(25,5%,45%,.35)}.bg-stone-500\/40{background-color:hsla(25,5%,45%,.4)}.bg-stone-500\/45{background-color:hsla(25,5%,45%,.45)}.bg-stone-500\/5{background-color:hsla(25,5%,45%,.05)}.bg-stone-500\/50{background-color:hsla(25,5%,45%,.5)}.bg-stone-500\/55{background-color:hsla(25,5%,45%,.55)}.bg-stone-500\/60{background-color:hsla(25,5%,45%,.6)}.bg-stone-500\/65{background-color:hsla(25,5%,45%,.65)}.bg-stone-500\/70{background-color:hsla(25,5%,45%,.7)}.bg-stone-500\/75{background-color:hsla(25,5%,45%,.75)}.bg-stone-500\/80{background-color:hsla(25,5%,45%,.8)}.bg-stone-500\/85{background-color:hsla(25,5%,45%,.85)}.bg-stone-500\/90{background-color:hsla(25,5%,45%,.9)}.bg-stone-500\/95{background-color:hsla(25,5%,45%,.95)}.bg-stone-600{--tw-bg-opacity:1;background-color:rgba(87,83,78,var(--tw-bg-opacity))}.bg-stone-600\/0{background-color:rgba(87,83,78,0)}.bg-stone-600\/10{background-color:rgba(87,83,78,.1)}.bg-stone-600\/100{background-color:#57534e}.bg-stone-600\/15{background-color:rgba(87,83,78,.15)}.bg-stone-600\/20{background-color:rgba(87,83,78,.2)}.bg-stone-600\/25{background-color:rgba(87,83,78,.25)}.bg-stone-600\/30{background-color:rgba(87,83,78,.3)}.bg-stone-600\/35{background-color:rgba(87,83,78,.35)}.bg-stone-600\/40{background-color:rgba(87,83,78,.4)}.bg-stone-600\/45{background-color:rgba(87,83,78,.45)}.bg-stone-600\/5{background-color:rgba(87,83,78,.05)}.bg-stone-600\/50{background-color:rgba(87,83,78,.5)}.bg-stone-600\/55{background-color:rgba(87,83,78,.55)}.bg-stone-600\/60{background-color:rgba(87,83,78,.6)}.bg-stone-600\/65{background-color:rgba(87,83,78,.65)}.bg-stone-600\/70{background-color:rgba(87,83,78,.7)}.bg-stone-600\/75{background-color:rgba(87,83,78,.75)}.bg-stone-600\/80{background-color:rgba(87,83,78,.8)}.bg-stone-600\/85{background-color:rgba(87,83,78,.85)}.bg-stone-600\/90{background-color:rgba(87,83,78,.9)}.bg-stone-600\/95{background-color:rgba(87,83,78,.95)}.bg-stone-700{--tw-bg-opacity:1;background-color:rgba(68,64,60,var(--tw-bg-opacity))}.bg-stone-700\/0{background-color:rgba(68,64,60,0)}.bg-stone-700\/10{background-color:rgba(68,64,60,.1)}.bg-stone-700\/100{background-color:#44403c}.bg-stone-700\/15{background-color:rgba(68,64,60,.15)}.bg-stone-700\/20{background-color:rgba(68,64,60,.2)}.bg-stone-700\/25{background-color:rgba(68,64,60,.25)}.bg-stone-700\/30{background-color:rgba(68,64,60,.3)}.bg-stone-700\/35{background-color:rgba(68,64,60,.35)}.bg-stone-700\/40{background-color:rgba(68,64,60,.4)}.bg-stone-700\/45{background-color:rgba(68,64,60,.45)}.bg-stone-700\/5{background-color:rgba(68,64,60,.05)}.bg-stone-700\/50{background-color:rgba(68,64,60,.5)}.bg-stone-700\/55{background-color:rgba(68,64,60,.55)}.bg-stone-700\/60{background-color:rgba(68,64,60,.6)}.bg-stone-700\/65{background-color:rgba(68,64,60,.65)}.bg-stone-700\/70{background-color:rgba(68,64,60,.7)}.bg-stone-700\/75{background-color:rgba(68,64,60,.75)}.bg-stone-700\/80{background-color:rgba(68,64,60,.8)}.bg-stone-700\/85{background-color:rgba(68,64,60,.85)}.bg-stone-700\/90{background-color:rgba(68,64,60,.9)}.bg-stone-700\/95{background-color:rgba(68,64,60,.95)}.bg-stone-800{--tw-bg-opacity:1;background-color:rgba(41,37,36,var(--tw-bg-opacity))}.bg-stone-800\/0{background-color:rgba(41,37,36,0)}.bg-stone-800\/10{background-color:rgba(41,37,36,.1)}.bg-stone-800\/100{background-color:#292524}.bg-stone-800\/15{background-color:rgba(41,37,36,.15)}.bg-stone-800\/20{background-color:rgba(41,37,36,.2)}.bg-stone-800\/25{background-color:rgba(41,37,36,.25)}.bg-stone-800\/30{background-color:rgba(41,37,36,.3)}.bg-stone-800\/35{background-color:rgba(41,37,36,.35)}.bg-stone-800\/40{background-color:rgba(41,37,36,.4)}.bg-stone-800\/45{background-color:rgba(41,37,36,.45)}.bg-stone-800\/5{background-color:rgba(41,37,36,.05)}.bg-stone-800\/50{background-color:rgba(41,37,36,.5)}.bg-stone-800\/55{background-color:rgba(41,37,36,.55)}.bg-stone-800\/60{background-color:rgba(41,37,36,.6)}.bg-stone-800\/65{background-color:rgba(41,37,36,.65)}.bg-stone-800\/70{background-color:rgba(41,37,36,.7)}.bg-stone-800\/75{background-color:rgba(41,37,36,.75)}.bg-stone-800\/80{background-color:rgba(41,37,36,.8)}.bg-stone-800\/85{background-color:rgba(41,37,36,.85)}.bg-stone-800\/90{background-color:rgba(41,37,36,.9)}.bg-stone-800\/95{background-color:rgba(41,37,36,.95)}.bg-stone-900{--tw-bg-opacity:1;background-color:rgba(28,25,23,var(--tw-bg-opacity))}.bg-stone-900\/0{background-color:rgba(28,25,23,0)}.bg-stone-900\/10{background-color:rgba(28,25,23,.1)}.bg-stone-900\/100{background-color:#1c1917}.bg-stone-900\/15{background-color:rgba(28,25,23,.15)}.bg-stone-900\/20{background-color:rgba(28,25,23,.2)}.bg-stone-900\/25{background-color:rgba(28,25,23,.25)}.bg-stone-900\/30{background-color:rgba(28,25,23,.3)}.bg-stone-900\/35{background-color:rgba(28,25,23,.35)}.bg-stone-900\/40{background-color:rgba(28,25,23,.4)}.bg-stone-900\/45{background-color:rgba(28,25,23,.45)}.bg-stone-900\/5{background-color:rgba(28,25,23,.05)}.bg-stone-900\/50{background-color:rgba(28,25,23,.5)}.bg-stone-900\/55{background-color:rgba(28,25,23,.55)}.bg-stone-900\/60{background-color:rgba(28,25,23,.6)}.bg-stone-900\/65{background-color:rgba(28,25,23,.65)}.bg-stone-900\/70{background-color:rgba(28,25,23,.7)}.bg-stone-900\/75{background-color:rgba(28,25,23,.75)}.bg-stone-900\/80{background-color:rgba(28,25,23,.8)}.bg-stone-900\/85{background-color:rgba(28,25,23,.85)}.bg-stone-900\/90{background-color:rgba(28,25,23,.9)}.bg-stone-900\/95{background-color:rgba(28,25,23,.95)}.bg-stone-950{--tw-bg-opacity:1;background-color:rgba(12,10,9,var(--tw-bg-opacity))}.bg-stone-950\/0{background-color:rgba(12,10,9,0)}.bg-stone-950\/10{background-color:rgba(12,10,9,.1)}.bg-stone-950\/100{background-color:#0c0a09}.bg-stone-950\/15{background-color:rgba(12,10,9,.15)}.bg-stone-950\/20{background-color:rgba(12,10,9,.2)}.bg-stone-950\/25{background-color:rgba(12,10,9,.25)}.bg-stone-950\/30{background-color:rgba(12,10,9,.3)}.bg-stone-950\/35{background-color:rgba(12,10,9,.35)}.bg-stone-950\/40{background-color:rgba(12,10,9,.4)}.bg-stone-950\/45{background-color:rgba(12,10,9,.45)}.bg-stone-950\/5{background-color:rgba(12,10,9,.05)}.bg-stone-950\/50{background-color:rgba(12,10,9,.5)}.bg-stone-950\/55{background-color:rgba(12,10,9,.55)}.bg-stone-950\/60{background-color:rgba(12,10,9,.6)}.bg-stone-950\/65{background-color:rgba(12,10,9,.65)}.bg-stone-950\/70{background-color:rgba(12,10,9,.7)}.bg-stone-950\/75{background-color:rgba(12,10,9,.75)}.bg-stone-950\/80{background-color:rgba(12,10,9,.8)}.bg-stone-950\/85{background-color:rgba(12,10,9,.85)}.bg-stone-950\/90{background-color:rgba(12,10,9,.9)}.bg-stone-950\/95{background-color:rgba(12,10,9,.95)}.bg-teal-100{--tw-bg-opacity:1;background-color:rgba(204,251,241,var(--tw-bg-opacity))}.bg-teal-100\/0{background-color:rgba(204,251,241,0)}.bg-teal-100\/10{background-color:rgba(204,251,241,.1)}.bg-teal-100\/100{background-color:#ccfbf1}.bg-teal-100\/15{background-color:rgba(204,251,241,.15)}.bg-teal-100\/20{background-color:rgba(204,251,241,.2)}.bg-teal-100\/25{background-color:rgba(204,251,241,.25)}.bg-teal-100\/30{background-color:rgba(204,251,241,.3)}.bg-teal-100\/35{background-color:rgba(204,251,241,.35)}.bg-teal-100\/40{background-color:rgba(204,251,241,.4)}.bg-teal-100\/45{background-color:rgba(204,251,241,.45)}.bg-teal-100\/5{background-color:rgba(204,251,241,.05)}.bg-teal-100\/50{background-color:rgba(204,251,241,.5)}.bg-teal-100\/55{background-color:rgba(204,251,241,.55)}.bg-teal-100\/60{background-color:rgba(204,251,241,.6)}.bg-teal-100\/65{background-color:rgba(204,251,241,.65)}.bg-teal-100\/70{background-color:rgba(204,251,241,.7)}.bg-teal-100\/75{background-color:rgba(204,251,241,.75)}.bg-teal-100\/80{background-color:rgba(204,251,241,.8)}.bg-teal-100\/85{background-color:rgba(204,251,241,.85)}.bg-teal-100\/90{background-color:rgba(204,251,241,.9)}.bg-teal-100\/95{background-color:rgba(204,251,241,.95)}.bg-teal-200{--tw-bg-opacity:1;background-color:rgba(153,246,228,var(--tw-bg-opacity))}.bg-teal-200\/0{background-color:rgba(153,246,228,0)}.bg-teal-200\/10{background-color:rgba(153,246,228,.1)}.bg-teal-200\/100{background-color:#99f6e4}.bg-teal-200\/15{background-color:rgba(153,246,228,.15)}.bg-teal-200\/20{background-color:rgba(153,246,228,.2)}.bg-teal-200\/25{background-color:rgba(153,246,228,.25)}.bg-teal-200\/30{background-color:rgba(153,246,228,.3)}.bg-teal-200\/35{background-color:rgba(153,246,228,.35)}.bg-teal-200\/40{background-color:rgba(153,246,228,.4)}.bg-teal-200\/45{background-color:rgba(153,246,228,.45)}.bg-teal-200\/5{background-color:rgba(153,246,228,.05)}.bg-teal-200\/50{background-color:rgba(153,246,228,.5)}.bg-teal-200\/55{background-color:rgba(153,246,228,.55)}.bg-teal-200\/60{background-color:rgba(153,246,228,.6)}.bg-teal-200\/65{background-color:rgba(153,246,228,.65)}.bg-teal-200\/70{background-color:rgba(153,246,228,.7)}.bg-teal-200\/75{background-color:rgba(153,246,228,.75)}.bg-teal-200\/80{background-color:rgba(153,246,228,.8)}.bg-teal-200\/85{background-color:rgba(153,246,228,.85)}.bg-teal-200\/90{background-color:rgba(153,246,228,.9)}.bg-teal-200\/95{background-color:rgba(153,246,228,.95)}.bg-teal-300{--tw-bg-opacity:1;background-color:rgba(94,234,212,var(--tw-bg-opacity))}.bg-teal-300\/0{background-color:rgba(94,234,212,0)}.bg-teal-300\/10{background-color:rgba(94,234,212,.1)}.bg-teal-300\/100{background-color:#5eead4}.bg-teal-300\/15{background-color:rgba(94,234,212,.15)}.bg-teal-300\/20{background-color:rgba(94,234,212,.2)}.bg-teal-300\/25{background-color:rgba(94,234,212,.25)}.bg-teal-300\/30{background-color:rgba(94,234,212,.3)}.bg-teal-300\/35{background-color:rgba(94,234,212,.35)}.bg-teal-300\/40{background-color:rgba(94,234,212,.4)}.bg-teal-300\/45{background-color:rgba(94,234,212,.45)}.bg-teal-300\/5{background-color:rgba(94,234,212,.05)}.bg-teal-300\/50{background-color:rgba(94,234,212,.5)}.bg-teal-300\/55{background-color:rgba(94,234,212,.55)}.bg-teal-300\/60{background-color:rgba(94,234,212,.6)}.bg-teal-300\/65{background-color:rgba(94,234,212,.65)}.bg-teal-300\/70{background-color:rgba(94,234,212,.7)}.bg-teal-300\/75{background-color:rgba(94,234,212,.75)}.bg-teal-300\/80{background-color:rgba(94,234,212,.8)}.bg-teal-300\/85{background-color:rgba(94,234,212,.85)}.bg-teal-300\/90{background-color:rgba(94,234,212,.9)}.bg-teal-300\/95{background-color:rgba(94,234,212,.95)}.bg-teal-400{--tw-bg-opacity:1;background-color:rgba(45,212,191,var(--tw-bg-opacity))}.bg-teal-400\/0{background-color:rgba(45,212,191,0)}.bg-teal-400\/10{background-color:rgba(45,212,191,.1)}.bg-teal-400\/100{background-color:#2dd4bf}.bg-teal-400\/15{background-color:rgba(45,212,191,.15)}.bg-teal-400\/20{background-color:rgba(45,212,191,.2)}.bg-teal-400\/25{background-color:rgba(45,212,191,.25)}.bg-teal-400\/30{background-color:rgba(45,212,191,.3)}.bg-teal-400\/35{background-color:rgba(45,212,191,.35)}.bg-teal-400\/40{background-color:rgba(45,212,191,.4)}.bg-teal-400\/45{background-color:rgba(45,212,191,.45)}.bg-teal-400\/5{background-color:rgba(45,212,191,.05)}.bg-teal-400\/50{background-color:rgba(45,212,191,.5)}.bg-teal-400\/55{background-color:rgba(45,212,191,.55)}.bg-teal-400\/60{background-color:rgba(45,212,191,.6)}.bg-teal-400\/65{background-color:rgba(45,212,191,.65)}.bg-teal-400\/70{background-color:rgba(45,212,191,.7)}.bg-teal-400\/75{background-color:rgba(45,212,191,.75)}.bg-teal-400\/80{background-color:rgba(45,212,191,.8)}.bg-teal-400\/85{background-color:rgba(45,212,191,.85)}.bg-teal-400\/90{background-color:rgba(45,212,191,.9)}.bg-teal-400\/95{background-color:rgba(45,212,191,.95)}.bg-teal-50{--tw-bg-opacity:1;background-color:rgba(240,253,250,var(--tw-bg-opacity))}.bg-teal-50\/0{background-color:rgba(240,253,250,0)}.bg-teal-50\/10{background-color:rgba(240,253,250,.1)}.bg-teal-50\/100{background-color:#f0fdfa}.bg-teal-50\/15{background-color:rgba(240,253,250,.15)}.bg-teal-50\/20{background-color:rgba(240,253,250,.2)}.bg-teal-50\/25{background-color:rgba(240,253,250,.25)}.bg-teal-50\/30{background-color:rgba(240,253,250,.3)}.bg-teal-50\/35{background-color:rgba(240,253,250,.35)}.bg-teal-50\/40{background-color:rgba(240,253,250,.4)}.bg-teal-50\/45{background-color:rgba(240,253,250,.45)}.bg-teal-50\/5{background-color:rgba(240,253,250,.05)}.bg-teal-50\/50{background-color:rgba(240,253,250,.5)}.bg-teal-50\/55{background-color:rgba(240,253,250,.55)}.bg-teal-50\/60{background-color:rgba(240,253,250,.6)}.bg-teal-50\/65{background-color:rgba(240,253,250,.65)}.bg-teal-50\/70{background-color:rgba(240,253,250,.7)}.bg-teal-50\/75{background-color:rgba(240,253,250,.75)}.bg-teal-50\/80{background-color:rgba(240,253,250,.8)}.bg-teal-50\/85{background-color:rgba(240,253,250,.85)}.bg-teal-50\/90{background-color:rgba(240,253,250,.9)}.bg-teal-50\/95{background-color:rgba(240,253,250,.95)}.bg-teal-500{--tw-bg-opacity:1;background-color:rgba(20,184,166,var(--tw-bg-opacity))}.bg-teal-500\/0{background-color:rgba(20,184,166,0)}.bg-teal-500\/10{background-color:rgba(20,184,166,.1)}.bg-teal-500\/100{background-color:#14b8a6}.bg-teal-500\/15{background-color:rgba(20,184,166,.15)}.bg-teal-500\/20{background-color:rgba(20,184,166,.2)}.bg-teal-500\/25{background-color:rgba(20,184,166,.25)}.bg-teal-500\/30{background-color:rgba(20,184,166,.3)}.bg-teal-500\/35{background-color:rgba(20,184,166,.35)}.bg-teal-500\/40{background-color:rgba(20,184,166,.4)}.bg-teal-500\/45{background-color:rgba(20,184,166,.45)}.bg-teal-500\/5{background-color:rgba(20,184,166,.05)}.bg-teal-500\/50{background-color:rgba(20,184,166,.5)}.bg-teal-500\/55{background-color:rgba(20,184,166,.55)}.bg-teal-500\/60{background-color:rgba(20,184,166,.6)}.bg-teal-500\/65{background-color:rgba(20,184,166,.65)}.bg-teal-500\/70{background-color:rgba(20,184,166,.7)}.bg-teal-500\/75{background-color:rgba(20,184,166,.75)}.bg-teal-500\/80{background-color:rgba(20,184,166,.8)}.bg-teal-500\/85{background-color:rgba(20,184,166,.85)}.bg-teal-500\/90{background-color:rgba(20,184,166,.9)}.bg-teal-500\/95{background-color:rgba(20,184,166,.95)}.bg-teal-600{--tw-bg-opacity:1;background-color:rgba(13,148,136,var(--tw-bg-opacity))}.bg-teal-600\/0{background-color:rgba(13,148,136,0)}.bg-teal-600\/10{background-color:rgba(13,148,136,.1)}.bg-teal-600\/100{background-color:#0d9488}.bg-teal-600\/15{background-color:rgba(13,148,136,.15)}.bg-teal-600\/20{background-color:rgba(13,148,136,.2)}.bg-teal-600\/25{background-color:rgba(13,148,136,.25)}.bg-teal-600\/30{background-color:rgba(13,148,136,.3)}.bg-teal-600\/35{background-color:rgba(13,148,136,.35)}.bg-teal-600\/40{background-color:rgba(13,148,136,.4)}.bg-teal-600\/45{background-color:rgba(13,148,136,.45)}.bg-teal-600\/5{background-color:rgba(13,148,136,.05)}.bg-teal-600\/50{background-color:rgba(13,148,136,.5)}.bg-teal-600\/55{background-color:rgba(13,148,136,.55)}.bg-teal-600\/60{background-color:rgba(13,148,136,.6)}.bg-teal-600\/65{background-color:rgba(13,148,136,.65)}.bg-teal-600\/70{background-color:rgba(13,148,136,.7)}.bg-teal-600\/75{background-color:rgba(13,148,136,.75)}.bg-teal-600\/80{background-color:rgba(13,148,136,.8)}.bg-teal-600\/85{background-color:rgba(13,148,136,.85)}.bg-teal-600\/90{background-color:rgba(13,148,136,.9)}.bg-teal-600\/95{background-color:rgba(13,148,136,.95)}.bg-teal-700{--tw-bg-opacity:1;background-color:rgba(15,118,110,var(--tw-bg-opacity))}.bg-teal-700\/0{background-color:rgba(15,118,110,0)}.bg-teal-700\/10{background-color:rgba(15,118,110,.1)}.bg-teal-700\/100{background-color:#0f766e}.bg-teal-700\/15{background-color:rgba(15,118,110,.15)}.bg-teal-700\/20{background-color:rgba(15,118,110,.2)}.bg-teal-700\/25{background-color:rgba(15,118,110,.25)}.bg-teal-700\/30{background-color:rgba(15,118,110,.3)}.bg-teal-700\/35{background-color:rgba(15,118,110,.35)}.bg-teal-700\/40{background-color:rgba(15,118,110,.4)}.bg-teal-700\/45{background-color:rgba(15,118,110,.45)}.bg-teal-700\/5{background-color:rgba(15,118,110,.05)}.bg-teal-700\/50{background-color:rgba(15,118,110,.5)}.bg-teal-700\/55{background-color:rgba(15,118,110,.55)}.bg-teal-700\/60{background-color:rgba(15,118,110,.6)}.bg-teal-700\/65{background-color:rgba(15,118,110,.65)}.bg-teal-700\/70{background-color:rgba(15,118,110,.7)}.bg-teal-700\/75{background-color:rgba(15,118,110,.75)}.bg-teal-700\/80{background-color:rgba(15,118,110,.8)}.bg-teal-700\/85{background-color:rgba(15,118,110,.85)}.bg-teal-700\/90{background-color:rgba(15,118,110,.9)}.bg-teal-700\/95{background-color:rgba(15,118,110,.95)}.bg-teal-800{--tw-bg-opacity:1;background-color:rgba(17,94,89,var(--tw-bg-opacity))}.bg-teal-800\/0{background-color:rgba(17,94,89,0)}.bg-teal-800\/10{background-color:rgba(17,94,89,.1)}.bg-teal-800\/100{background-color:#115e59}.bg-teal-800\/15{background-color:rgba(17,94,89,.15)}.bg-teal-800\/20{background-color:rgba(17,94,89,.2)}.bg-teal-800\/25{background-color:rgba(17,94,89,.25)}.bg-teal-800\/30{background-color:rgba(17,94,89,.3)}.bg-teal-800\/35{background-color:rgba(17,94,89,.35)}.bg-teal-800\/40{background-color:rgba(17,94,89,.4)}.bg-teal-800\/45{background-color:rgba(17,94,89,.45)}.bg-teal-800\/5{background-color:rgba(17,94,89,.05)}.bg-teal-800\/50{background-color:rgba(17,94,89,.5)}.bg-teal-800\/55{background-color:rgba(17,94,89,.55)}.bg-teal-800\/60{background-color:rgba(17,94,89,.6)}.bg-teal-800\/65{background-color:rgba(17,94,89,.65)}.bg-teal-800\/70{background-color:rgba(17,94,89,.7)}.bg-teal-800\/75{background-color:rgba(17,94,89,.75)}.bg-teal-800\/80{background-color:rgba(17,94,89,.8)}.bg-teal-800\/85{background-color:rgba(17,94,89,.85)}.bg-teal-800\/90{background-color:rgba(17,94,89,.9)}.bg-teal-800\/95{background-color:rgba(17,94,89,.95)}.bg-teal-900{--tw-bg-opacity:1;background-color:rgba(19,78,74,var(--tw-bg-opacity))}.bg-teal-900\/0{background-color:rgba(19,78,74,0)}.bg-teal-900\/10{background-color:rgba(19,78,74,.1)}.bg-teal-900\/100{background-color:#134e4a}.bg-teal-900\/15{background-color:rgba(19,78,74,.15)}.bg-teal-900\/20{background-color:rgba(19,78,74,.2)}.bg-teal-900\/25{background-color:rgba(19,78,74,.25)}.bg-teal-900\/30{background-color:rgba(19,78,74,.3)}.bg-teal-900\/35{background-color:rgba(19,78,74,.35)}.bg-teal-900\/40{background-color:rgba(19,78,74,.4)}.bg-teal-900\/45{background-color:rgba(19,78,74,.45)}.bg-teal-900\/5{background-color:rgba(19,78,74,.05)}.bg-teal-900\/50{background-color:rgba(19,78,74,.5)}.bg-teal-900\/55{background-color:rgba(19,78,74,.55)}.bg-teal-900\/60{background-color:rgba(19,78,74,.6)}.bg-teal-900\/65{background-color:rgba(19,78,74,.65)}.bg-teal-900\/70{background-color:rgba(19,78,74,.7)}.bg-teal-900\/75{background-color:rgba(19,78,74,.75)}.bg-teal-900\/80{background-color:rgba(19,78,74,.8)}.bg-teal-900\/85{background-color:rgba(19,78,74,.85)}.bg-teal-900\/90{background-color:rgba(19,78,74,.9)}.bg-teal-900\/95{background-color:rgba(19,78,74,.95)}.bg-teal-950{--tw-bg-opacity:1;background-color:rgba(4,47,46,var(--tw-bg-opacity))}.bg-teal-950\/0{background-color:rgba(4,47,46,0)}.bg-teal-950\/10{background-color:rgba(4,47,46,.1)}.bg-teal-950\/100{background-color:#042f2e}.bg-teal-950\/15{background-color:rgba(4,47,46,.15)}.bg-teal-950\/20{background-color:rgba(4,47,46,.2)}.bg-teal-950\/25{background-color:rgba(4,47,46,.25)}.bg-teal-950\/30{background-color:rgba(4,47,46,.3)}.bg-teal-950\/35{background-color:rgba(4,47,46,.35)}.bg-teal-950\/40{background-color:rgba(4,47,46,.4)}.bg-teal-950\/45{background-color:rgba(4,47,46,.45)}.bg-teal-950\/5{background-color:rgba(4,47,46,.05)}.bg-teal-950\/50{background-color:rgba(4,47,46,.5)}.bg-teal-950\/55{background-color:rgba(4,47,46,.55)}.bg-teal-950\/60{background-color:rgba(4,47,46,.6)}.bg-teal-950\/65{background-color:rgba(4,47,46,.65)}.bg-teal-950\/70{background-color:rgba(4,47,46,.7)}.bg-teal-950\/75{background-color:rgba(4,47,46,.75)}.bg-teal-950\/80{background-color:rgba(4,47,46,.8)}.bg-teal-950\/85{background-color:rgba(4,47,46,.85)}.bg-teal-950\/90{background-color:rgba(4,47,46,.9)}.bg-teal-950\/95{background-color:rgba(4,47,46,.95)}.bg-tertiary-dark-gray{--tw-bg-opacity:1;background-color:rgba(112,112,112,var(--tw-bg-opacity))}.bg-tertiary-dark-gray\/0{background-color:hsla(0,0%,44%,0)}.bg-tertiary-dark-gray\/10{background-color:hsla(0,0%,44%,.1)}.bg-tertiary-dark-gray\/100{background-color:#707070}.bg-tertiary-dark-gray\/15{background-color:hsla(0,0%,44%,.15)}.bg-tertiary-dark-gray\/20{background-color:hsla(0,0%,44%,.2)}.bg-tertiary-dark-gray\/25{background-color:hsla(0,0%,44%,.25)}.bg-tertiary-dark-gray\/30{background-color:hsla(0,0%,44%,.3)}.bg-tertiary-dark-gray\/35{background-color:hsla(0,0%,44%,.35)}.bg-tertiary-dark-gray\/40{background-color:hsla(0,0%,44%,.4)}.bg-tertiary-dark-gray\/45{background-color:hsla(0,0%,44%,.45)}.bg-tertiary-dark-gray\/5{background-color:hsla(0,0%,44%,.05)}.bg-tertiary-dark-gray\/50{background-color:hsla(0,0%,44%,.5)}.bg-tertiary-dark-gray\/55{background-color:hsla(0,0%,44%,.55)}.bg-tertiary-dark-gray\/60{background-color:hsla(0,0%,44%,.6)}.bg-tertiary-dark-gray\/65{background-color:hsla(0,0%,44%,.65)}.bg-tertiary-dark-gray\/70{background-color:hsla(0,0%,44%,.7)}.bg-tertiary-dark-gray\/75{background-color:hsla(0,0%,44%,.75)}.bg-tertiary-dark-gray\/80{background-color:hsla(0,0%,44%,.8)}.bg-tertiary-dark-gray\/85{background-color:hsla(0,0%,44%,.85)}.bg-tertiary-dark-gray\/90{background-color:hsla(0,0%,44%,.9)}.bg-tertiary-dark-gray\/95{background-color:hsla(0,0%,44%,.95)}.bg-transparent{background-color:initial}.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-violet-100{--tw-bg-opacity:1;background-color:rgba(237,233,254,var(--tw-bg-opacity))}.bg-violet-100\/0{background-color:rgba(237,233,254,0)}.bg-violet-100\/10{background-color:rgba(237,233,254,.1)}.bg-violet-100\/100{background-color:#ede9fe}.bg-violet-100\/15{background-color:rgba(237,233,254,.15)}.bg-violet-100\/20{background-color:rgba(237,233,254,.2)}.bg-violet-100\/25{background-color:rgba(237,233,254,.25)}.bg-violet-100\/30{background-color:rgba(237,233,254,.3)}.bg-violet-100\/35{background-color:rgba(237,233,254,.35)}.bg-violet-100\/40{background-color:rgba(237,233,254,.4)}.bg-violet-100\/45{background-color:rgba(237,233,254,.45)}.bg-violet-100\/5{background-color:rgba(237,233,254,.05)}.bg-violet-100\/50{background-color:rgba(237,233,254,.5)}.bg-violet-100\/55{background-color:rgba(237,233,254,.55)}.bg-violet-100\/60{background-color:rgba(237,233,254,.6)}.bg-violet-100\/65{background-color:rgba(237,233,254,.65)}.bg-violet-100\/70{background-color:rgba(237,233,254,.7)}.bg-violet-100\/75{background-color:rgba(237,233,254,.75)}.bg-violet-100\/80{background-color:rgba(237,233,254,.8)}.bg-violet-100\/85{background-color:rgba(237,233,254,.85)}.bg-violet-100\/90{background-color:rgba(237,233,254,.9)}.bg-violet-100\/95{background-color:rgba(237,233,254,.95)}.bg-violet-200{--tw-bg-opacity:1;background-color:rgba(221,214,254,var(--tw-bg-opacity))}.bg-violet-200\/0{background-color:rgba(221,214,254,0)}.bg-violet-200\/10{background-color:rgba(221,214,254,.1)}.bg-violet-200\/100{background-color:#ddd6fe}.bg-violet-200\/15{background-color:rgba(221,214,254,.15)}.bg-violet-200\/20{background-color:rgba(221,214,254,.2)}.bg-violet-200\/25{background-color:rgba(221,214,254,.25)}.bg-violet-200\/30{background-color:rgba(221,214,254,.3)}.bg-violet-200\/35{background-color:rgba(221,214,254,.35)}.bg-violet-200\/40{background-color:rgba(221,214,254,.4)}.bg-violet-200\/45{background-color:rgba(221,214,254,.45)}.bg-violet-200\/5{background-color:rgba(221,214,254,.05)}.bg-violet-200\/50{background-color:rgba(221,214,254,.5)}.bg-violet-200\/55{background-color:rgba(221,214,254,.55)}.bg-violet-200\/60{background-color:rgba(221,214,254,.6)}.bg-violet-200\/65{background-color:rgba(221,214,254,.65)}.bg-violet-200\/70{background-color:rgba(221,214,254,.7)}.bg-violet-200\/75{background-color:rgba(221,214,254,.75)}.bg-violet-200\/80{background-color:rgba(221,214,254,.8)}.bg-violet-200\/85{background-color:rgba(221,214,254,.85)}.bg-violet-200\/90{background-color:rgba(221,214,254,.9)}.bg-violet-200\/95{background-color:rgba(221,214,254,.95)}.bg-violet-300{--tw-bg-opacity:1;background-color:rgba(196,181,253,var(--tw-bg-opacity))}.bg-violet-300\/0{background-color:rgba(196,181,253,0)}.bg-violet-300\/10{background-color:rgba(196,181,253,.1)}.bg-violet-300\/100{background-color:#c4b5fd}.bg-violet-300\/15{background-color:rgba(196,181,253,.15)}.bg-violet-300\/20{background-color:rgba(196,181,253,.2)}.bg-violet-300\/25{background-color:rgba(196,181,253,.25)}.bg-violet-300\/30{background-color:rgba(196,181,253,.3)}.bg-violet-300\/35{background-color:rgba(196,181,253,.35)}.bg-violet-300\/40{background-color:rgba(196,181,253,.4)}.bg-violet-300\/45{background-color:rgba(196,181,253,.45)}.bg-violet-300\/5{background-color:rgba(196,181,253,.05)}.bg-violet-300\/50{background-color:rgba(196,181,253,.5)}.bg-violet-300\/55{background-color:rgba(196,181,253,.55)}.bg-violet-300\/60{background-color:rgba(196,181,253,.6)}.bg-violet-300\/65{background-color:rgba(196,181,253,.65)}.bg-violet-300\/70{background-color:rgba(196,181,253,.7)}.bg-violet-300\/75{background-color:rgba(196,181,253,.75)}.bg-violet-300\/80{background-color:rgba(196,181,253,.8)}.bg-violet-300\/85{background-color:rgba(196,181,253,.85)}.bg-violet-300\/90{background-color:rgba(196,181,253,.9)}.bg-violet-300\/95{background-color:rgba(196,181,253,.95)}.bg-violet-400{--tw-bg-opacity:1;background-color:rgba(167,139,250,var(--tw-bg-opacity))}.bg-violet-400\/0{background-color:rgba(167,139,250,0)}.bg-violet-400\/10{background-color:rgba(167,139,250,.1)}.bg-violet-400\/100{background-color:#a78bfa}.bg-violet-400\/15{background-color:rgba(167,139,250,.15)}.bg-violet-400\/20{background-color:rgba(167,139,250,.2)}.bg-violet-400\/25{background-color:rgba(167,139,250,.25)}.bg-violet-400\/30{background-color:rgba(167,139,250,.3)}.bg-violet-400\/35{background-color:rgba(167,139,250,.35)}.bg-violet-400\/40{background-color:rgba(167,139,250,.4)}.bg-violet-400\/45{background-color:rgba(167,139,250,.45)}.bg-violet-400\/5{background-color:rgba(167,139,250,.05)}.bg-violet-400\/50{background-color:rgba(167,139,250,.5)}.bg-violet-400\/55{background-color:rgba(167,139,250,.55)}.bg-violet-400\/60{background-color:rgba(167,139,250,.6)}.bg-violet-400\/65{background-color:rgba(167,139,250,.65)}.bg-violet-400\/70{background-color:rgba(167,139,250,.7)}.bg-violet-400\/75{background-color:rgba(167,139,250,.75)}.bg-violet-400\/80{background-color:rgba(167,139,250,.8)}.bg-violet-400\/85{background-color:rgba(167,139,250,.85)}.bg-violet-400\/90{background-color:rgba(167,139,250,.9)}.bg-violet-400\/95{background-color:rgba(167,139,250,.95)}.bg-violet-50{--tw-bg-opacity:1;background-color:rgba(245,243,255,var(--tw-bg-opacity))}.bg-violet-50\/0{background-color:rgba(245,243,255,0)}.bg-violet-50\/10{background-color:rgba(245,243,255,.1)}.bg-violet-50\/100{background-color:#f5f3ff}.bg-violet-50\/15{background-color:rgba(245,243,255,.15)}.bg-violet-50\/20{background-color:rgba(245,243,255,.2)}.bg-violet-50\/25{background-color:rgba(245,243,255,.25)}.bg-violet-50\/30{background-color:rgba(245,243,255,.3)}.bg-violet-50\/35{background-color:rgba(245,243,255,.35)}.bg-violet-50\/40{background-color:rgba(245,243,255,.4)}.bg-violet-50\/45{background-color:rgba(245,243,255,.45)}.bg-violet-50\/5{background-color:rgba(245,243,255,.05)}.bg-violet-50\/50{background-color:rgba(245,243,255,.5)}.bg-violet-50\/55{background-color:rgba(245,243,255,.55)}.bg-violet-50\/60{background-color:rgba(245,243,255,.6)}.bg-violet-50\/65{background-color:rgba(245,243,255,.65)}.bg-violet-50\/70{background-color:rgba(245,243,255,.7)}.bg-violet-50\/75{background-color:rgba(245,243,255,.75)}.bg-violet-50\/80{background-color:rgba(245,243,255,.8)}.bg-violet-50\/85{background-color:rgba(245,243,255,.85)}.bg-violet-50\/90{background-color:rgba(245,243,255,.9)}.bg-violet-50\/95{background-color:rgba(245,243,255,.95)}.bg-violet-500{--tw-bg-opacity:1;background-color:rgba(139,92,246,var(--tw-bg-opacity))}.bg-violet-500\/0{background-color:rgba(139,92,246,0)}.bg-violet-500\/10{background-color:rgba(139,92,246,.1)}.bg-violet-500\/100{background-color:#8b5cf6}.bg-violet-500\/15{background-color:rgba(139,92,246,.15)}.bg-violet-500\/20{background-color:rgba(139,92,246,.2)}.bg-violet-500\/25{background-color:rgba(139,92,246,.25)}.bg-violet-500\/30{background-color:rgba(139,92,246,.3)}.bg-violet-500\/35{background-color:rgba(139,92,246,.35)}.bg-violet-500\/40{background-color:rgba(139,92,246,.4)}.bg-violet-500\/45{background-color:rgba(139,92,246,.45)}.bg-violet-500\/5{background-color:rgba(139,92,246,.05)}.bg-violet-500\/50{background-color:rgba(139,92,246,.5)}.bg-violet-500\/55{background-color:rgba(139,92,246,.55)}.bg-violet-500\/60{background-color:rgba(139,92,246,.6)}.bg-violet-500\/65{background-color:rgba(139,92,246,.65)}.bg-violet-500\/70{background-color:rgba(139,92,246,.7)}.bg-violet-500\/75{background-color:rgba(139,92,246,.75)}.bg-violet-500\/80{background-color:rgba(139,92,246,.8)}.bg-violet-500\/85{background-color:rgba(139,92,246,.85)}.bg-violet-500\/90{background-color:rgba(139,92,246,.9)}.bg-violet-500\/95{background-color:rgba(139,92,246,.95)}.bg-violet-600{--tw-bg-opacity:1;background-color:rgba(124,58,237,var(--tw-bg-opacity))}.bg-violet-600\/0{background-color:rgba(124,58,237,0)}.bg-violet-600\/10{background-color:rgba(124,58,237,.1)}.bg-violet-600\/100{background-color:#7c3aed}.bg-violet-600\/15{background-color:rgba(124,58,237,.15)}.bg-violet-600\/20{background-color:rgba(124,58,237,.2)}.bg-violet-600\/25{background-color:rgba(124,58,237,.25)}.bg-violet-600\/30{background-color:rgba(124,58,237,.3)}.bg-violet-600\/35{background-color:rgba(124,58,237,.35)}.bg-violet-600\/40{background-color:rgba(124,58,237,.4)}.bg-violet-600\/45{background-color:rgba(124,58,237,.45)}.bg-violet-600\/5{background-color:rgba(124,58,237,.05)}.bg-violet-600\/50{background-color:rgba(124,58,237,.5)}.bg-violet-600\/55{background-color:rgba(124,58,237,.55)}.bg-violet-600\/60{background-color:rgba(124,58,237,.6)}.bg-violet-600\/65{background-color:rgba(124,58,237,.65)}.bg-violet-600\/70{background-color:rgba(124,58,237,.7)}.bg-violet-600\/75{background-color:rgba(124,58,237,.75)}.bg-violet-600\/80{background-color:rgba(124,58,237,.8)}.bg-violet-600\/85{background-color:rgba(124,58,237,.85)}.bg-violet-600\/90{background-color:rgba(124,58,237,.9)}.bg-violet-600\/95{background-color:rgba(124,58,237,.95)}.bg-violet-700{--tw-bg-opacity:1;background-color:rgba(109,40,217,var(--tw-bg-opacity))}.bg-violet-700\/0{background-color:rgba(109,40,217,0)}.bg-violet-700\/10{background-color:rgba(109,40,217,.1)}.bg-violet-700\/100{background-color:#6d28d9}.bg-violet-700\/15{background-color:rgba(109,40,217,.15)}.bg-violet-700\/20{background-color:rgba(109,40,217,.2)}.bg-violet-700\/25{background-color:rgba(109,40,217,.25)}.bg-violet-700\/30{background-color:rgba(109,40,217,.3)}.bg-violet-700\/35{background-color:rgba(109,40,217,.35)}.bg-violet-700\/40{background-color:rgba(109,40,217,.4)}.bg-violet-700\/45{background-color:rgba(109,40,217,.45)}.bg-violet-700\/5{background-color:rgba(109,40,217,.05)}.bg-violet-700\/50{background-color:rgba(109,40,217,.5)}.bg-violet-700\/55{background-color:rgba(109,40,217,.55)}.bg-violet-700\/60{background-color:rgba(109,40,217,.6)}.bg-violet-700\/65{background-color:rgba(109,40,217,.65)}.bg-violet-700\/70{background-color:rgba(109,40,217,.7)}.bg-violet-700\/75{background-color:rgba(109,40,217,.75)}.bg-violet-700\/80{background-color:rgba(109,40,217,.8)}.bg-violet-700\/85{background-color:rgba(109,40,217,.85)}.bg-violet-700\/90{background-color:rgba(109,40,217,.9)}.bg-violet-700\/95{background-color:rgba(109,40,217,.95)}.bg-violet-800{--tw-bg-opacity:1;background-color:rgba(91,33,182,var(--tw-bg-opacity))}.bg-violet-800\/0{background-color:rgba(91,33,182,0)}.bg-violet-800\/10{background-color:rgba(91,33,182,.1)}.bg-violet-800\/100{background-color:#5b21b6}.bg-violet-800\/15{background-color:rgba(91,33,182,.15)}.bg-violet-800\/20{background-color:rgba(91,33,182,.2)}.bg-violet-800\/25{background-color:rgba(91,33,182,.25)}.bg-violet-800\/30{background-color:rgba(91,33,182,.3)}.bg-violet-800\/35{background-color:rgba(91,33,182,.35)}.bg-violet-800\/40{background-color:rgba(91,33,182,.4)}.bg-violet-800\/45{background-color:rgba(91,33,182,.45)}.bg-violet-800\/5{background-color:rgba(91,33,182,.05)}.bg-violet-800\/50{background-color:rgba(91,33,182,.5)}.bg-violet-800\/55{background-color:rgba(91,33,182,.55)}.bg-violet-800\/60{background-color:rgba(91,33,182,.6)}.bg-violet-800\/65{background-color:rgba(91,33,182,.65)}.bg-violet-800\/70{background-color:rgba(91,33,182,.7)}.bg-violet-800\/75{background-color:rgba(91,33,182,.75)}.bg-violet-800\/80{background-color:rgba(91,33,182,.8)}.bg-violet-800\/85{background-color:rgba(91,33,182,.85)}.bg-violet-800\/90{background-color:rgba(91,33,182,.9)}.bg-violet-800\/95{background-color:rgba(91,33,182,.95)}.bg-violet-900{--tw-bg-opacity:1;background-color:rgba(76,29,149,var(--tw-bg-opacity))}.bg-violet-900\/0{background-color:rgba(76,29,149,0)}.bg-violet-900\/10{background-color:rgba(76,29,149,.1)}.bg-violet-900\/100{background-color:#4c1d95}.bg-violet-900\/15{background-color:rgba(76,29,149,.15)}.bg-violet-900\/20{background-color:rgba(76,29,149,.2)}.bg-violet-900\/25{background-color:rgba(76,29,149,.25)}.bg-violet-900\/30{background-color:rgba(76,29,149,.3)}.bg-violet-900\/35{background-color:rgba(76,29,149,.35)}.bg-violet-900\/40{background-color:rgba(76,29,149,.4)}.bg-violet-900\/45{background-color:rgba(76,29,149,.45)}.bg-violet-900\/5{background-color:rgba(76,29,149,.05)}.bg-violet-900\/50{background-color:rgba(76,29,149,.5)}.bg-violet-900\/55{background-color:rgba(76,29,149,.55)}.bg-violet-900\/60{background-color:rgba(76,29,149,.6)}.bg-violet-900\/65{background-color:rgba(76,29,149,.65)}.bg-violet-900\/70{background-color:rgba(76,29,149,.7)}.bg-violet-900\/75{background-color:rgba(76,29,149,.75)}.bg-violet-900\/80{background-color:rgba(76,29,149,.8)}.bg-violet-900\/85{background-color:rgba(76,29,149,.85)}.bg-violet-900\/90{background-color:rgba(76,29,149,.9)}.bg-violet-900\/95{background-color:rgba(76,29,149,.95)}.bg-violet-950{--tw-bg-opacity:1;background-color:rgba(46,16,101,var(--tw-bg-opacity))}.bg-violet-950\/0{background-color:rgba(46,16,101,0)}.bg-violet-950\/10{background-color:rgba(46,16,101,.1)}.bg-violet-950\/100{background-color:#2e1065}.bg-violet-950\/15{background-color:rgba(46,16,101,.15)}.bg-violet-950\/20{background-color:rgba(46,16,101,.2)}.bg-violet-950\/25{background-color:rgba(46,16,101,.25)}.bg-violet-950\/30{background-color:rgba(46,16,101,.3)}.bg-violet-950\/35{background-color:rgba(46,16,101,.35)}.bg-violet-950\/40{background-color:rgba(46,16,101,.4)}.bg-violet-950\/45{background-color:rgba(46,16,101,.45)}.bg-violet-950\/5{background-color:rgba(46,16,101,.05)}.bg-violet-950\/50{background-color:rgba(46,16,101,.5)}.bg-violet-950\/55{background-color:rgba(46,16,101,.55)}.bg-violet-950\/60{background-color:rgba(46,16,101,.6)}.bg-violet-950\/65{background-color:rgba(46,16,101,.65)}.bg-violet-950\/70{background-color:rgba(46,16,101,.7)}.bg-violet-950\/75{background-color:rgba(46,16,101,.75)}.bg-violet-950\/80{background-color:rgba(46,16,101,.8)}.bg-violet-950\/85{background-color:rgba(46,16,101,.85)}.bg-violet-950\/90{background-color:rgba(46,16,101,.9)}.bg-violet-950\/95{background-color:rgba(46,16,101,.95)}.bg-white{--tw-bg-opacity:1;background-color:rgba(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:rgba(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:rgba(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:rgba(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:rgba(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:rgba(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:rgba(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:rgba(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:rgba(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:rgba(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:rgba(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:rgba(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-zinc-100{--tw-bg-opacity:1;background-color:rgba(244,244,245,var(--tw-bg-opacity))}.bg-zinc-100\/0{background-color:hsla(240,5%,96%,0)}.bg-zinc-100\/10{background-color:hsla(240,5%,96%,.1)}.bg-zinc-100\/100{background-color:#f4f4f5}.bg-zinc-100\/15{background-color:hsla(240,5%,96%,.15)}.bg-zinc-100\/20{background-color:hsla(240,5%,96%,.2)}.bg-zinc-100\/25{background-color:hsla(240,5%,96%,.25)}.bg-zinc-100\/30{background-color:hsla(240,5%,96%,.3)}.bg-zinc-100\/35{background-color:hsla(240,5%,96%,.35)}.bg-zinc-100\/40{background-color:hsla(240,5%,96%,.4)}.bg-zinc-100\/45{background-color:hsla(240,5%,96%,.45)}.bg-zinc-100\/5{background-color:hsla(240,5%,96%,.05)}.bg-zinc-100\/50{background-color:hsla(240,5%,96%,.5)}.bg-zinc-100\/55{background-color:hsla(240,5%,96%,.55)}.bg-zinc-100\/60{background-color:hsla(240,5%,96%,.6)}.bg-zinc-100\/65{background-color:hsla(240,5%,96%,.65)}.bg-zinc-100\/70{background-color:hsla(240,5%,96%,.7)}.bg-zinc-100\/75{background-color:hsla(240,5%,96%,.75)}.bg-zinc-100\/80{background-color:hsla(240,5%,96%,.8)}.bg-zinc-100\/85{background-color:hsla(240,5%,96%,.85)}.bg-zinc-100\/90{background-color:hsla(240,5%,96%,.9)}.bg-zinc-100\/95{background-color:hsla(240,5%,96%,.95)}.bg-zinc-200{--tw-bg-opacity:1;background-color:rgba(228,228,231,var(--tw-bg-opacity))}.bg-zinc-200\/0{background-color:hsla(240,6%,90%,0)}.bg-zinc-200\/10{background-color:hsla(240,6%,90%,.1)}.bg-zinc-200\/100{background-color:#e4e4e7}.bg-zinc-200\/15{background-color:hsla(240,6%,90%,.15)}.bg-zinc-200\/20{background-color:hsla(240,6%,90%,.2)}.bg-zinc-200\/25{background-color:hsla(240,6%,90%,.25)}.bg-zinc-200\/30{background-color:hsla(240,6%,90%,.3)}.bg-zinc-200\/35{background-color:hsla(240,6%,90%,.35)}.bg-zinc-200\/40{background-color:hsla(240,6%,90%,.4)}.bg-zinc-200\/45{background-color:hsla(240,6%,90%,.45)}.bg-zinc-200\/5{background-color:hsla(240,6%,90%,.05)}.bg-zinc-200\/50{background-color:hsla(240,6%,90%,.5)}.bg-zinc-200\/55{background-color:hsla(240,6%,90%,.55)}.bg-zinc-200\/60{background-color:hsla(240,6%,90%,.6)}.bg-zinc-200\/65{background-color:hsla(240,6%,90%,.65)}.bg-zinc-200\/70{background-color:hsla(240,6%,90%,.7)}.bg-zinc-200\/75{background-color:hsla(240,6%,90%,.75)}.bg-zinc-200\/80{background-color:hsla(240,6%,90%,.8)}.bg-zinc-200\/85{background-color:hsla(240,6%,90%,.85)}.bg-zinc-200\/90{background-color:hsla(240,6%,90%,.9)}.bg-zinc-200\/95{background-color:hsla(240,6%,90%,.95)}.bg-zinc-300{--tw-bg-opacity:1;background-color:rgba(212,212,216,var(--tw-bg-opacity))}.bg-zinc-300\/0{background-color:hsla(240,5%,84%,0)}.bg-zinc-300\/10{background-color:hsla(240,5%,84%,.1)}.bg-zinc-300\/100{background-color:#d4d4d8}.bg-zinc-300\/15{background-color:hsla(240,5%,84%,.15)}.bg-zinc-300\/20{background-color:hsla(240,5%,84%,.2)}.bg-zinc-300\/25{background-color:hsla(240,5%,84%,.25)}.bg-zinc-300\/30{background-color:hsla(240,5%,84%,.3)}.bg-zinc-300\/35{background-color:hsla(240,5%,84%,.35)}.bg-zinc-300\/40{background-color:hsla(240,5%,84%,.4)}.bg-zinc-300\/45{background-color:hsla(240,5%,84%,.45)}.bg-zinc-300\/5{background-color:hsla(240,5%,84%,.05)}.bg-zinc-300\/50{background-color:hsla(240,5%,84%,.5)}.bg-zinc-300\/55{background-color:hsla(240,5%,84%,.55)}.bg-zinc-300\/60{background-color:hsla(240,5%,84%,.6)}.bg-zinc-300\/65{background-color:hsla(240,5%,84%,.65)}.bg-zinc-300\/70{background-color:hsla(240,5%,84%,.7)}.bg-zinc-300\/75{background-color:hsla(240,5%,84%,.75)}.bg-zinc-300\/80{background-color:hsla(240,5%,84%,.8)}.bg-zinc-300\/85{background-color:hsla(240,5%,84%,.85)}.bg-zinc-300\/90{background-color:hsla(240,5%,84%,.9)}.bg-zinc-300\/95{background-color:hsla(240,5%,84%,.95)}.bg-zinc-400{--tw-bg-opacity:1;background-color:rgba(161,161,170,var(--tw-bg-opacity))}.bg-zinc-400\/0{background-color:hsla(240,5%,65%,0)}.bg-zinc-400\/10{background-color:hsla(240,5%,65%,.1)}.bg-zinc-400\/100{background-color:#a1a1aa}.bg-zinc-400\/15{background-color:hsla(240,5%,65%,.15)}.bg-zinc-400\/20{background-color:hsla(240,5%,65%,.2)}.bg-zinc-400\/25{background-color:hsla(240,5%,65%,.25)}.bg-zinc-400\/30{background-color:hsla(240,5%,65%,.3)}.bg-zinc-400\/35{background-color:hsla(240,5%,65%,.35)}.bg-zinc-400\/40{background-color:hsla(240,5%,65%,.4)}.bg-zinc-400\/45{background-color:hsla(240,5%,65%,.45)}.bg-zinc-400\/5{background-color:hsla(240,5%,65%,.05)}.bg-zinc-400\/50{background-color:hsla(240,5%,65%,.5)}.bg-zinc-400\/55{background-color:hsla(240,5%,65%,.55)}.bg-zinc-400\/60{background-color:hsla(240,5%,65%,.6)}.bg-zinc-400\/65{background-color:hsla(240,5%,65%,.65)}.bg-zinc-400\/70{background-color:hsla(240,5%,65%,.7)}.bg-zinc-400\/75{background-color:hsla(240,5%,65%,.75)}.bg-zinc-400\/80{background-color:hsla(240,5%,65%,.8)}.bg-zinc-400\/85{background-color:hsla(240,5%,65%,.85)}.bg-zinc-400\/90{background-color:hsla(240,5%,65%,.9)}.bg-zinc-400\/95{background-color:hsla(240,5%,65%,.95)}.bg-zinc-50{--tw-bg-opacity:1;background-color:rgba(250,250,250,var(--tw-bg-opacity))}.bg-zinc-50\/0{background-color:hsla(0,0%,98%,0)}.bg-zinc-50\/10{background-color:hsla(0,0%,98%,.1)}.bg-zinc-50\/100{background-color:#fafafa}.bg-zinc-50\/15{background-color:hsla(0,0%,98%,.15)}.bg-zinc-50\/20{background-color:hsla(0,0%,98%,.2)}.bg-zinc-50\/25{background-color:hsla(0,0%,98%,.25)}.bg-zinc-50\/30{background-color:hsla(0,0%,98%,.3)}.bg-zinc-50\/35{background-color:hsla(0,0%,98%,.35)}.bg-zinc-50\/40{background-color:hsla(0,0%,98%,.4)}.bg-zinc-50\/45{background-color:hsla(0,0%,98%,.45)}.bg-zinc-50\/5{background-color:hsla(0,0%,98%,.05)}.bg-zinc-50\/50{background-color:hsla(0,0%,98%,.5)}.bg-zinc-50\/55{background-color:hsla(0,0%,98%,.55)}.bg-zinc-50\/60{background-color:hsla(0,0%,98%,.6)}.bg-zinc-50\/65{background-color:hsla(0,0%,98%,.65)}.bg-zinc-50\/70{background-color:hsla(0,0%,98%,.7)}.bg-zinc-50\/75{background-color:hsla(0,0%,98%,.75)}.bg-zinc-50\/80{background-color:hsla(0,0%,98%,.8)}.bg-zinc-50\/85{background-color:hsla(0,0%,98%,.85)}.bg-zinc-50\/90{background-color:hsla(0,0%,98%,.9)}.bg-zinc-50\/95{background-color:hsla(0,0%,98%,.95)}.bg-zinc-500{--tw-bg-opacity:1;background-color:rgba(113,113,122,var(--tw-bg-opacity))}.bg-zinc-500\/0{background-color:hsla(240,4%,46%,0)}.bg-zinc-500\/10{background-color:hsla(240,4%,46%,.1)}.bg-zinc-500\/100{background-color:#71717a}.bg-zinc-500\/15{background-color:hsla(240,4%,46%,.15)}.bg-zinc-500\/20{background-color:hsla(240,4%,46%,.2)}.bg-zinc-500\/25{background-color:hsla(240,4%,46%,.25)}.bg-zinc-500\/30{background-color:hsla(240,4%,46%,.3)}.bg-zinc-500\/35{background-color:hsla(240,4%,46%,.35)}.bg-zinc-500\/40{background-color:hsla(240,4%,46%,.4)}.bg-zinc-500\/45{background-color:hsla(240,4%,46%,.45)}.bg-zinc-500\/5{background-color:hsla(240,4%,46%,.05)}.bg-zinc-500\/50{background-color:hsla(240,4%,46%,.5)}.bg-zinc-500\/55{background-color:hsla(240,4%,46%,.55)}.bg-zinc-500\/60{background-color:hsla(240,4%,46%,.6)}.bg-zinc-500\/65{background-color:hsla(240,4%,46%,.65)}.bg-zinc-500\/70{background-color:hsla(240,4%,46%,.7)}.bg-zinc-500\/75{background-color:hsla(240,4%,46%,.75)}.bg-zinc-500\/80{background-color:hsla(240,4%,46%,.8)}.bg-zinc-500\/85{background-color:hsla(240,4%,46%,.85)}.bg-zinc-500\/90{background-color:hsla(240,4%,46%,.9)}.bg-zinc-500\/95{background-color:hsla(240,4%,46%,.95)}.bg-zinc-600{--tw-bg-opacity:1;background-color:rgba(82,82,91,var(--tw-bg-opacity))}.bg-zinc-600\/0{background-color:rgba(82,82,91,0)}.bg-zinc-600\/10{background-color:rgba(82,82,91,.1)}.bg-zinc-600\/100{background-color:#52525b}.bg-zinc-600\/15{background-color:rgba(82,82,91,.15)}.bg-zinc-600\/20{background-color:rgba(82,82,91,.2)}.bg-zinc-600\/25{background-color:rgba(82,82,91,.25)}.bg-zinc-600\/30{background-color:rgba(82,82,91,.3)}.bg-zinc-600\/35{background-color:rgba(82,82,91,.35)}.bg-zinc-600\/40{background-color:rgba(82,82,91,.4)}.bg-zinc-600\/45{background-color:rgba(82,82,91,.45)}.bg-zinc-600\/5{background-color:rgba(82,82,91,.05)}.bg-zinc-600\/50{background-color:rgba(82,82,91,.5)}.bg-zinc-600\/55{background-color:rgba(82,82,91,.55)}.bg-zinc-600\/60{background-color:rgba(82,82,91,.6)}.bg-zinc-600\/65{background-color:rgba(82,82,91,.65)}.bg-zinc-600\/70{background-color:rgba(82,82,91,.7)}.bg-zinc-600\/75{background-color:rgba(82,82,91,.75)}.bg-zinc-600\/80{background-color:rgba(82,82,91,.8)}.bg-zinc-600\/85{background-color:rgba(82,82,91,.85)}.bg-zinc-600\/90{background-color:rgba(82,82,91,.9)}.bg-zinc-600\/95{background-color:rgba(82,82,91,.95)}.bg-zinc-700{--tw-bg-opacity:1;background-color:rgba(63,63,70,var(--tw-bg-opacity))}.bg-zinc-700\/0{background-color:rgba(63,63,70,0)}.bg-zinc-700\/10{background-color:rgba(63,63,70,.1)}.bg-zinc-700\/100{background-color:#3f3f46}.bg-zinc-700\/15{background-color:rgba(63,63,70,.15)}.bg-zinc-700\/20{background-color:rgba(63,63,70,.2)}.bg-zinc-700\/25{background-color:rgba(63,63,70,.25)}.bg-zinc-700\/30{background-color:rgba(63,63,70,.3)}.bg-zinc-700\/35{background-color:rgba(63,63,70,.35)}.bg-zinc-700\/40{background-color:rgba(63,63,70,.4)}.bg-zinc-700\/45{background-color:rgba(63,63,70,.45)}.bg-zinc-700\/5{background-color:rgba(63,63,70,.05)}.bg-zinc-700\/50{background-color:rgba(63,63,70,.5)}.bg-zinc-700\/55{background-color:rgba(63,63,70,.55)}.bg-zinc-700\/60{background-color:rgba(63,63,70,.6)}.bg-zinc-700\/65{background-color:rgba(63,63,70,.65)}.bg-zinc-700\/70{background-color:rgba(63,63,70,.7)}.bg-zinc-700\/75{background-color:rgba(63,63,70,.75)}.bg-zinc-700\/80{background-color:rgba(63,63,70,.8)}.bg-zinc-700\/85{background-color:rgba(63,63,70,.85)}.bg-zinc-700\/90{background-color:rgba(63,63,70,.9)}.bg-zinc-700\/95{background-color:rgba(63,63,70,.95)}.bg-zinc-800{--tw-bg-opacity:1;background-color:rgba(39,39,42,var(--tw-bg-opacity))}.bg-zinc-800\/0{background-color:rgba(39,39,42,0)}.bg-zinc-800\/10{background-color:rgba(39,39,42,.1)}.bg-zinc-800\/100{background-color:#27272a}.bg-zinc-800\/15{background-color:rgba(39,39,42,.15)}.bg-zinc-800\/20{background-color:rgba(39,39,42,.2)}.bg-zinc-800\/25{background-color:rgba(39,39,42,.25)}.bg-zinc-800\/30{background-color:rgba(39,39,42,.3)}.bg-zinc-800\/35{background-color:rgba(39,39,42,.35)}.bg-zinc-800\/40{background-color:rgba(39,39,42,.4)}.bg-zinc-800\/45{background-color:rgba(39,39,42,.45)}.bg-zinc-800\/5{background-color:rgba(39,39,42,.05)}.bg-zinc-800\/50{background-color:rgba(39,39,42,.5)}.bg-zinc-800\/55{background-color:rgba(39,39,42,.55)}.bg-zinc-800\/60{background-color:rgba(39,39,42,.6)}.bg-zinc-800\/65{background-color:rgba(39,39,42,.65)}.bg-zinc-800\/70{background-color:rgba(39,39,42,.7)}.bg-zinc-800\/75{background-color:rgba(39,39,42,.75)}.bg-zinc-800\/80{background-color:rgba(39,39,42,.8)}.bg-zinc-800\/85{background-color:rgba(39,39,42,.85)}.bg-zinc-800\/90{background-color:rgba(39,39,42,.9)}.bg-zinc-800\/95{background-color:rgba(39,39,42,.95)}.bg-zinc-900{--tw-bg-opacity:1;background-color:rgba(24,24,27,var(--tw-bg-opacity))}.bg-zinc-900\/0{background-color:rgba(24,24,27,0)}.bg-zinc-900\/10{background-color:rgba(24,24,27,.1)}.bg-zinc-900\/100{background-color:#18181b}.bg-zinc-900\/15{background-color:rgba(24,24,27,.15)}.bg-zinc-900\/20{background-color:rgba(24,24,27,.2)}.bg-zinc-900\/25{background-color:rgba(24,24,27,.25)}.bg-zinc-900\/30{background-color:rgba(24,24,27,.3)}.bg-zinc-900\/35{background-color:rgba(24,24,27,.35)}.bg-zinc-900\/40{background-color:rgba(24,24,27,.4)}.bg-zinc-900\/45{background-color:rgba(24,24,27,.45)}.bg-zinc-900\/5{background-color:rgba(24,24,27,.05)}.bg-zinc-900\/50{background-color:rgba(24,24,27,.5)}.bg-zinc-900\/55{background-color:rgba(24,24,27,.55)}.bg-zinc-900\/60{background-color:rgba(24,24,27,.6)}.bg-zinc-900\/65{background-color:rgba(24,24,27,.65)}.bg-zinc-900\/70{background-color:rgba(24,24,27,.7)}.bg-zinc-900\/75{background-color:rgba(24,24,27,.75)}.bg-zinc-900\/80{background-color:rgba(24,24,27,.8)}.bg-zinc-900\/85{background-color:rgba(24,24,27,.85)}.bg-zinc-900\/90{background-color:rgba(24,24,27,.9)}.bg-zinc-900\/95{background-color:rgba(24,24,27,.95)}.bg-zinc-950{--tw-bg-opacity:1;background-color:rgba(9,9,11,var(--tw-bg-opacity))}.bg-zinc-950\/0{background-color:rgba(9,9,11,0)}.bg-zinc-950\/10{background-color:rgba(9,9,11,.1)}.bg-zinc-950\/100{background-color:#09090b}.bg-zinc-950\/15{background-color:rgba(9,9,11,.15)}.bg-zinc-950\/20{background-color:rgba(9,9,11,.2)}.bg-zinc-950\/25{background-color:rgba(9,9,11,.25)}.bg-zinc-950\/30{background-color:rgba(9,9,11,.3)}.bg-zinc-950\/35{background-color:rgba(9,9,11,.35)}.bg-zinc-950\/40{background-color:rgba(9,9,11,.4)}.bg-zinc-950\/45{background-color:rgba(9,9,11,.45)}.bg-zinc-950\/5{background-color:rgba(9,9,11,.05)}.bg-zinc-950\/50{background-color:rgba(9,9,11,.5)}.bg-zinc-950\/55{background-color:rgba(9,9,11,.55)}.bg-zinc-950\/60{background-color:rgba(9,9,11,.6)}.bg-zinc-950\/65{background-color:rgba(9,9,11,.65)}.bg-zinc-950\/70{background-color:rgba(9,9,11,.7)}.bg-zinc-950\/75{background-color:rgba(9,9,11,.75)}.bg-zinc-950\/80{background-color:rgba(9,9,11,.8)}.bg-zinc-950\/85{background-color:rgba(9,9,11,.85)}.bg-zinc-950\/90{background-color:rgba(9,9,11,.9)}.bg-zinc-950\/95{background-color:rgba(9,9,11,.95)}.bg-opacity-0{--tw-bg-opacity:0}.bg-opacity-10{--tw-bg-opacity:0.1}.bg-opacity-100{--tw-bg-opacity:1}.bg-opacity-15{--tw-bg-opacity:0.15}.bg-opacity-20{--tw-bg-opacity:0.2}.bg-opacity-25{--tw-bg-opacity:0.25}.bg-opacity-30{--tw-bg-opacity:0.3}.bg-opacity-35{--tw-bg-opacity:0.35}.bg-opacity-40{--tw-bg-opacity:0.4}.bg-opacity-45{--tw-bg-opacity:0.45}.bg-opacity-5{--tw-bg-opacity:0.05}.bg-opacity-50{--tw-bg-opacity:0.5}.bg-opacity-55{--tw-bg-opacity:0.55}.bg-opacity-60{--tw-bg-opacity:0.6}.bg-opacity-65{--tw-bg-opacity:0.65}.bg-opacity-70{--tw-bg-opacity:0.7}.bg-opacity-75{--tw-bg-opacity:0.75}.bg-opacity-80{--tw-bg-opacity:0.8}.bg-opacity-85{--tw-bg-opacity:0.85}.bg-opacity-90{--tw-bg-opacity:0.9}.bg-opacity-95{--tw-bg-opacity:0.95}.bg-colour-options{background-image:url(/app/themes/wraith/public/images/colour-options-bg.947ce4.svg)}.bg-footer{background-image:url(/app/themes/wraith/public/images/footer-bg.0a5cc9.svg)}.bg-gradient-to-b{background-image:linear-gradient(to bottom,var(--tw-gradient-stops))}.bg-gradient-to-bl{background-image:linear-gradient(to bottom left,var(--tw-gradient-stops))}.bg-gradient-to-br{background-image:linear-gradient(to bottom right,var(--tw-gradient-stops))}.bg-gradient-to-l{background-image:linear-gradient(to left,var(--tw-gradient-stops))}.bg-gradient-to-r{background-image:linear-gradient(to right,var(--tw-gradient-stops))}.bg-gradient-to-t{background-image:linear-gradient(to top,var(--tw-gradient-stops))}.bg-gradient-to-tl{background-image:linear-gradient(to top left,var(--tw-gradient-stops))}.bg-gradient-to-tr{background-image:linear-gradient(to top right,var(--tw-gradient-stops))}.bg-none{background-image:none}.bg-secondary-dark-gray-white-split{background-image:linear-gradient(180deg,#f2f3f4,#f2f3f4 50%,#fff 0,#fff)}.bg-trust-col{background-image:url(/app/themes/wraith/public/images/trust-col-bg.8161a3.svg)}.bg-white-secondary-split{background-image:linear-gradient(180deg,#fff,#fff 50%,#042131 0,#042131)}.bg-auto{background-size:auto}.bg-contain{background-size:contain}.bg-cover{background-size:cover}.bg-fixed{background-attachment:fixed}.bg-local{background-attachment:local}.bg-scroll{background-attachment:scroll}.bg-clip-border{background-clip:initial}.bg-clip-padding{background-clip:padding-box}.bg-clip-content{background-clip:content-box}.bg-clip-text{-webkit-background-clip:text;background-clip:text}.bg-bottom{background-position:bottom}.bg-center{background-position:50%}.bg-left{background-position:0}.bg-left-bottom{background-position:0 100%}.bg-left-top{background-position:0 0}.bg-right{background-position:100%}.bg-right-bottom{background-position:100% 100%}.bg-right-top{background-position:100% 0}.bg-top{background-position:top}.bg-repeat{background-repeat:repeat}.bg-no-repeat{background-repeat:no-repeat}.bg-repeat-x{background-repeat:repeat-x}.bg-repeat-y{background-repeat:repeat-y}.bg-repeat-round{background-repeat:round}.bg-repeat-space{background-repeat:space}.bg-origin-border{background-origin:border-box}.bg-origin-padding{background-origin:initial}.bg-origin-content{background-origin:content-box}.fill-current{fill:currentColor}.fill-slate-500{fill:#64748b}.object-contain{object-fit:contain}.object-cover{object-fit:cover}.p-0{padding:0}.p-0\.5{padding:.125rem}.p-1{padding:.25rem}.p-16{padding:4rem}.p-2{padding:.5rem}.p-4{padding:1rem}.p-6{padding:1.5rem}.p-8{padding:2rem}.p-9{padding:2.25rem}.\!px-0{padding-left:0!important;padding-right:0!important}.px-0{padding-left:0;padding-right:0}.px-1{padding-left:.25rem;padding-right:.25rem}.px-2{padding-left:.5rem;padding-right:.5rem}.px-3{padding-left:.75rem;padding-right:.75rem}.px-4{padding-left:1rem;padding-right:1rem}.px-6{padding-left:1.5rem;padding-right:1.5rem}.px-8{padding-left:2rem;padding-right:2rem}.py-0{padding-bottom:0;padding-top:0}.py-10{padding-bottom:2.5rem;padding-top:2.5rem}.py-12{padding-bottom:3rem;padding-top:3rem}.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-3{padding-bottom:.75rem;padding-top:.75rem}.py-4{padding-bottom:1rem;padding-top:1rem}.py-5{padding-bottom:1.25rem;padding-top:1.25rem}.py-6{padding-bottom:1.5rem;padding-top:1.5rem}.py-8{padding-bottom:2rem;padding-top:2rem}.py-\[6\.75rem\]{padding-bottom:6.75rem;padding-top:6.75rem}.pb-1{padding-bottom:.25rem}.pb-10{padding-bottom:2.5rem}.pb-4{padding-bottom:1rem}.pb-6{padding-bottom:1.5rem}.pb-8{padding-bottom:2rem}.pl-0{padding-left:0}.pl-4{padding-left:1rem}.pr-0{padding-right:0}.pr-2{padding-right:.5rem}.pr-4{padding-right:1rem}.pt-2{padding-top:.5rem}.pt-20{padding-top:5rem}.pt-32{padding-top:8rem}.pt-4{padding-top:1rem}.pt-6{padding-top:1.5rem}.pt-8{padding-top:2rem}.text-left{text-align:left}.text-center{text-align:center}.text-right{text-align:right}.font-montserrat{font-family:montserrat,ui-sans-serif,system-ui,-apple-system,Segoe UI,Roboto,Ubuntu,Cantarell,Noto Sans,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,Noto Color Emoji}.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-8xl{font-size:6rem;line-height:1}.text-\[2rem\]\/none{font-size:2rem;line-height:1}.text-base{font-size:1rem;line-height:1.5rem}.text-base\/tight{font-size:1rem;line-height:1.25}.text-lg{font-size:1.125rem;line-height:1.75rem}.text-lg\/tight{font-size:1.125rem;line-height:1.25}.text-sm{font-size:.875rem;line-height:1.25rem}.text-sm\/none{font-size:.875rem;line-height:1}.text-sm\/tight{font-size:.875rem;line-height:1.25}.text-xl{font-size:1.25rem;line-height:1.75rem}.text-xl\/none{font-size:1.25rem;line-height:1}.text-xs{font-size:.75rem;line-height:1rem}.font-bold{font-weight:700}.font-light{font-weight:300}.font-medium{font-weight:500}.font-semibold{font-weight:600}.uppercase{text-transform:uppercase}.italic{font-style:italic}.leading-normal{line-height:1.5}.leading-tight{line-height:1.25}.tracking-wide{letter-spacing:.025em}.tracking-wider{letter-spacing:.05em}.tracking-widest{letter-spacing:.1em}.\!text-white{--tw-text-opacity:1!important;color:rgba(255,255,255,var(--tw-text-opacity))!important}.text-black{--tw-text-opacity:1;color:rgba(0,0,0,var(--tw-text-opacity))}.text-gray-400{--tw-text-opacity:1;color:rgba(156,163,175,var(--tw-text-opacity))}.text-gray-500{--tw-text-opacity:1;color:rgba(107,114,128,var(--tw-text-opacity))}.text-gray-600{--tw-text-opacity:1;color:rgba(75,85,99,var(--tw-text-opacity))}.text-gray-800{--tw-text-opacity:1;color:rgba(31,41,55,var(--tw-text-opacity))}.text-gray-900{--tw-text-opacity:1;color:rgba(17,24,39,var(--tw-text-opacity))}.text-green-50{--tw-text-opacity:1;color:rgba(240,253,244,var(--tw-text-opacity))}.text-indigo-50{--tw-text-opacity:1;color:rgba(238,242,255,var(--tw-text-opacity))}.text-primary{--tw-text-opacity:1;color:rgba(105,194,242,var(--tw-text-opacity))}.text-primary-dark{--tw-text-opacity:1;color:rgba(97,163,199,var(--tw-text-opacity))}.text-red-50{--tw-text-opacity:1;color:rgba(254,242,242,var(--tw-text-opacity))}.text-red-500{--tw-text-opacity:1;color:rgba(239,68,68,var(--tw-text-opacity))}.text-white{--tw-text-opacity:1;color:rgba(255,255,255,var(--tw-text-opacity))}.text-white\/\[0\.1\]{color:hsla(0,0%,100%,.1)}.text-yellow-50{--tw-text-opacity:1;color:rgba(254,252,232,var(--tw-text-opacity))}.underline{-webkit-text-decoration-line:underline;text-decoration-line:underline}.opacity-0{opacity:0}.opacity-100{opacity:1}.opacity-25{opacity:.25}.opacity-75{opacity:.75}.bg-blend-normal{background-blend-mode:normal}.bg-blend-multiply{background-blend-mode:multiply}.bg-blend-screen{background-blend-mode:screen}.bg-blend-overlay{background-blend-mode:overlay}.bg-blend-darken{background-blend-mode:darken}.bg-blend-lighten{background-blend-mode:lighten}.bg-blend-color-dodge{background-blend-mode:color-dodge}.bg-blend-color-burn{background-blend-mode:color-burn}.bg-blend-hard-light{background-blend-mode:hard-light}.bg-blend-soft-light{background-blend-mode:soft-light}.bg-blend-difference{background-blend-mode:difference}.bg-blend-exclusion{background-blend-mode:exclusion}.bg-blend-hue{background-blend-mode:hue}.bg-blend-saturation{background-blend-mode:saturation}.bg-blend-color{background-blend-mode:color}.bg-blend-luminosity{background-blend-mode:luminosity}.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-lg,.shadow-md{box-shadow:var(--tw-ring-offset-shadow,0 0 transparent),var(--tw-ring-shadow,0 0 transparent),var(--tw-shadow)}.shadow-md{--tw-shadow:0 4px 6px -1px rgba(0,0,0,.1),0 2px 4px -2px rgba(0,0,0,.1);--tw-shadow-colored:0 4px 6px -1px var(--tw-shadow-color),0 2px 4px -2px var(--tw-shadow-color)}.outline{outline-style:solid}.blur{--tw-blur:blur(8px)}.blur,.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)}.backdrop-blur-sm{--tw-backdrop-blur:blur(4px);-webkit-backdrop-filter:var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);backdrop-filter:var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia)}.transition{transition-duration:.15s;transition-property:color,background-color,border-color,fill,stroke,opacity,box-shadow,transform,filter,-webkit-text-decoration-color,-webkit-backdrop-filter;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter,-webkit-text-decoration-color,-webkit-backdrop-filter;transition-timing-function:cubic-bezier(.4,0,.2,1)}.transition-all{transition-duration:.15s;transition-property:all;transition-timing-function:cubic-bezier(.4,0,.2,1)}.duration-1000{transition-duration:1s}.duration-200{transition-duration:.2s}.duration-300{transition-duration:.3s}.ease-in-out{transition-timing-function:cubic-bezier(.4,0,.2,1)}body:not(.page-template-template-login) main#primary:not(.header-transparent){margin-top:112px}@media (min-width:1024px){body:not(.page-template-template-login) main#primary:not(.header-transparent){margin-top:180px}}@media (min-width:1280px){body:not(.page-template-template-login) main#primary:not(.header-transparent){margin-top:146px}}body{--tw-text-opacity:1;color:rgba(0,0,0,var(--tw-text-opacity));-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}h1,h2,h3,h4,h5,h6{font-family:montserrat,ui-sans-serif,system-ui,-apple-system,Segoe UI,Roboto,Ubuntu,Cantarell,Noto Sans,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,Noto Color Emoji;font-weight:400}.h1,h1{font-size:1.75rem;line-height:1.357}.h1:has(+*),h1:has(+*){margin-bottom:2rem}@media (min-width:1024px){.h1:has(+*),h1:has(+*){margin-bottom:3rem}}@media (min-width:768px){.h1,h1{font-size:2rem}}@media (min-width:1024px){.h1,h1{font-size:2.625rem;line-height:1.238}}.h2,h2{font-size:1.5rem;line-height:2rem;line-height:1.357}.h2:has(+*),h2:has(+*){margin-bottom:2rem}@media (min-width:1024px){.h2:has(+*),h2:has(+*){margin-bottom:3rem}}@media (min-width:768px){.h2,h2{font-size:1.75rem}}.h3,h3{font-size:1.375rem}.h3:has(+*),h3:has(+*){margin-bottom:1.5rem}@media (min-width:768px){.h3,h3{font-size:1.5rem;line-height:2rem}}.h4,h4{font-size:1.375rem;line-height:1.727}.h5,h5{display:inline-block;font-size:.875rem;font-weight:300;letter-spacing:.1em;line-height:1;margin-bottom:1.25rem;text-transform:uppercase}.h5:after,h5:after{content:"";display:block;height:1px;margin-top:.625rem;width:70%;--tw-bg-opacity:1;background-color:rgba(0,0,0,var(--tw-bg-opacity))}:where(.bg-secondary,.h5) :where(h1,h2,h3,h4,h5,h6,p,blockquote,ul li,ol li,a,span,i,div,section):after,:where(.bg-secondary,h5) :where(h1,h2,h3,h4,h5,h6,p,blockquote,ul li,ol li,a,span,i,div,section):after{--tw-border-opacity:1!important;border-color:rgba(255,255,255,var(--tw-border-opacity))!important;--tw-text-opacity:1;color:rgba(255,255,255,var(--tw-text-opacity))}:where(.bg-secondary .bg-white,.h5 .bg-white) :where(h1,h2,h3,h4,h5,h6,p,blockquote,ul li,ol li,a,span,i,div,section):after,:where(.bg-secondary .bg-white,h5 .bg-white) :where(h1,h2,h3,h4,h5,h6,p,blockquote,ul li,ol li,a,span,i,div,section):after{--tw-text-opacity:1;color:rgba(0,0,0,var(--tw-text-opacity))}@media (min-width:768px){.h5:after,h5:after{margin-top:1.25rem}}#latest-news h5{align-items:center;display:flex;gap:1.5rem;margin-bottom:2rem}@media (min-width:1024px){#latest-news h5{gap:1.75rem}}#latest-news h5:after{display:inline-block;margin:0;width:8rem}@media (min-width:1024px){#latest-news h5:after{width:10rem}}div,input,p{font-family:ubuntu,ui-sans-serif,system-ui,-apple-system,Segoe UI,Roboto,Ubuntu,Cantarell,Noto Sans,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,Noto Color Emoji;font-size:1rem;font-weight:300;line-height:1.25}p:not(:last-child){margin-bottom:1rem}a{--tw-text-opacity:1;color:rgba(0,0,0,var(--tw-text-opacity));-webkit-text-decoration-line:none;text-decoration-line:none}.btn,a{font-family:ubuntu,ui-sans-serif,system-ui,-apple-system,Segoe UI,Roboto,Ubuntu,Cantarell,Noto Sans,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,Noto Color Emoji;transition-duration:.2s;transition-property:color,background-color,border-color,fill,stroke,opacity,box-shadow,transform,filter,-webkit-text-decoration-color,-webkit-backdrop-filter;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter,-webkit-text-decoration-color,-webkit-backdrop-filter;transition-timing-function:cubic-bezier(.4,0,.2,1);transition:all .2s ease}.btn{display:inline-block;min-width:10rem;--tw-bg-opacity:1;background-color:rgba(105,194,242,var(--tw-bg-opacity));font-size:.875rem;font-weight:300;letter-spacing:.025em;line-height:1;padding:1rem 1.25rem;text-align:center;text-transform:uppercase;--tw-text-opacity:1;border-radius:5px;color:rgba(255,255,255,var(--tw-text-opacity))}.btn:hover{--tw-bg-opacity:1;background-color:rgba(97,163,199,var(--tw-bg-opacity))}.btn.secondary{border-style:solid;border-width:1px;--tw-border-opacity:1;border-color:rgba(112,112,112,var(--tw-border-opacity));--tw-bg-opacity:1;background-color:rgba(255,255,255,var(--tw-bg-opacity));--tw-text-opacity:1;color:rgba(0,0,0,var(--tw-text-opacity))}section.bg-secondary-dark-gray-white-split+section.btn.secondary,section.btn.secondary+section.bg-white{padding-top:0}:where(.bg-secondary .btn.secondary,.bg-black .bg-white) :where(h1,h2,h3,h4,h5,h6,p,blockquote,ul li,ol li,a,span,i,div,section){--tw-text-opacity:1;color:rgba(0,0,0,var(--tw-text-opacity))}.btn.secondary:hover{--tw-border-opacity:1;border-color:rgba(105,194,242,var(--tw-border-opacity))}section.bg-secondary+section.bg-secondary,section.bg-secondary-dark-gray-white-split+section.bg-white,section.bg-secondary-gray+section.bg-secondary-gray,section.bg-white+section.bg-white,section.bg-white-secondary-split+section.bg-secondary{padding-top:0}@media (min-width:1024px){#product-images+#colour-options{padding-top:0}}:where(.bg-secondary,.bg-black) :where(h1,h2,h3,h4,h5,h6,p,blockquote,ul li,ol li,a,span,i,div,section){--tw-border-opacity:1!important;border-color:rgba(255,255,255,var(--tw-border-opacity))!important;--tw-text-opacity:1;color:rgba(255,255,255,var(--tw-text-opacity))}:where(.bg-secondary .bg-white,.bg-black .bg-white) :where(h1,h2,h3,h4,h5,h6,p,blockquote,ul li,ol li,a,span,i,div,section){--tw-text-opacity:1;color:rgba(0,0,0,var(--tw-text-opacity))}.container{padding-left:1rem;padding-right:1rem}.title-display{font-family:montserrat,ui-sans-serif,system-ui,-apple-system,Segoe UI,Roboto,Ubuntu,Cantarell,Noto Sans,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,Noto Color Emoji;font-size:1rem;letter-spacing:.1em;line-height:1.5rem;position:relative;text-transform:uppercase}.title-display.title-display-left{padding-left:49px}.title-display.title-display-left:before{content:"";height:2px;left:15px;position:absolute;top:7px;width:20px}.title-display.title-display-left:after{content:"";height:2px;left:0;position:absolute;top:11px;width:35px}.title-display.title-display-center:before{content:"";height:35px;left:calc(50% - 2px);position:absolute;top:-37px;transform:translateX(-50%);width:2px}.title-display.title-display-center:after{content:"";height:20px;left:calc(50% + 2px);position:absolute;top:-33px;transform:translateX(-50%);width:2px}.title-display.text-primary:after,.title-display.text-primary:before{background-color:#0076ff}@media (min-width:768px){.section_page-banner .content{max-width:42rem}}@media (min-width:1024px){.section_page-banner .content{max-width:28rem}}.section_tabbed-content .custom-slick-dots{align-items:center;display:flex;justify-content:center;margin-top:20px}.section_tabbed-content .custom-slick-dots .custom-slick-dot{cursor:pointer;position:relative}.section_tabbed-content .custom-slick-dots .custom-slick-dot.active:before{bottom:0;content:"";height:6px;left:0;position:absolute;right:auto;width:100%;--tw-bg-opacity:1;background-color:rgba(105,194,242,var(--tw-bg-opacity))}.section_tabbed-content .custom-slick-dots .custom-slick-dot.active:after{bottom:-2.5px;content:"";height:6px;left:50%;position:absolute;right:auto;transform:translateX(-50%) rotate(45deg);width:6px;--tw-bg-opacity:1;background-color:rgba(105,194,242,var(--tw-bg-opacity))}.section_tabbed-content .custom-slick-dots .custom-slick-dot.active i{--tw-text-opacity:1;color:rgba(105,194,242,var(--tw-text-opacity))}.title-display.section_tabbed-content .custom-slick-dots .custom-slick-dot.active i:after,.title-display.section_tabbed-content .custom-slick-dots .custom-slick-dot.active i:before{background-color:#0076ff}.section_testimonials .slick-dots{display:block;height:4px;text-align:right}@media (min-width:640px){.section_testimonials .slick-dots{bottom:4.5px}}.section_testimonials .slick-dots li{height:4px;width:35px}.section_testimonials .slick-dots li button{display:inline-block;height:4px;padding:0;width:35px}.section_testimonials .slick-dots li button:before{--tw-bg-opacity:1;background-color:rgba(255,255,255,var(--tw-bg-opacity))}section.bg-secondary-dark-gray-white-split+section.section_testimonials .slick-dots li button:before,section.section_testimonials .slick-dots li button+section.bg-white:before{padding-top:0}:where(.bg-secondary .section_testimonials .slick-dots li button,.bg-black .bg-white) :where(h1,h2,h3,h4,h5,h6,p,blockquote,ul li,ol li,a,span,i,div,section):before{--tw-text-opacity:1;color:rgba(0,0,0,var(--tw-text-opacity))}.section_testimonials .slick-dots li button:before{content:"";height:4px;width:35px}.section_quoting-engine .engine-wrap{position:relative}.section_quoting-engine .engine-wrap:after{border-width:1px;position:absolute;--tw-border-opacity:1;border-color:rgba(75,85,99,var(--tw-border-opacity));content:"";height:80%;left:0;top:50%;transform:translateY(-50%);width:100%;z-index:-1}.section_downloads .options .option.active{--tw-bg-opacity:1;background-color:rgba(97,163,199,var(--tw-bg-opacity))}.section_downloads .downloads-wrapper{height:-webkit-fit-content;height:-moz-fit-content;height:fit-content;transition-duration:.15s;transition-property:all;transition-timing-function:cubic-bezier(.4,0,.2,1)}.section_downloads .downloads-wrapper .single-download{display:none}.section_downloads .downloads-wrapper .single-download.active{display:block}.section_downloads .search-wrapper{margin-bottom:1rem;margin-top:1rem}.section_downloads .search-wrapper label{margin-left:1rem;position:absolute;top:50%;--tw-translate-y:-50%}.section_downloads .search-wrapper label,.section_downloads .search-wrapper label.active{transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));transition-duration:.15s;transition-property:all;transition-timing-function:cubic-bezier(.4,0,.2,1)}.section_downloads .search-wrapper label.active{margin-left:0;top:0;--tw-translate-y:-100%}#cookie-notice{display:none;opacity:0;pointer-events:none;z-index:-10}#cookie-notice.active{display:block;opacity:1;pointer-events:auto;z-index:10}@media (min-width:768px){#cookie-notice{transform:translateY(100%);width:320px!important}#cookie-notice.active{transform:translateY(0)}}#panel-share.active{opacity:1;visibility:visible}@media(max-width:767px){#panel-share{background-color:rgba(0,0,0,.5);bottom:0;height:100%;left:0;right:0;top:0;width:100%}#panel-share .panel-share{bottom:0;left:0;position:absolute;transform:translateY(100%);transition-duration:.15s;transition-property:color,background-color,border-color,fill,stroke,opacity,box-shadow,transform,filter,-webkit-text-decoration-color,-webkit-backdrop-filter;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter,-webkit-text-decoration-color,-webkit-backdrop-filter;transition-timing-function:cubic-bezier(.4,0,.2,1);transition:all .2s ease;width:100%}#panel-share.active .panel-share{transform:translateY(0)}}@media (min-width:768px){#panel-share{left:50%;top:-.75rem;transform:translate(-50%,-80%)}#panel-share.active{transform:translate(-50%,-100%)}}.arrow-bottom:after{border:10px solid transparent;border-bottom:none;border-radius:.125rem;border-top-color:#fff;bottom:-10px;content:" ";left:50%;position:absolute;transform:translateX(-50%)}.mixitup-control{transition-duration:.15s;transition-property:color,background-color,border-color,fill,stroke,opacity,box-shadow,transform,filter,-webkit-text-decoration-color,-webkit-backdrop-filter;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter,-webkit-text-decoration-color,-webkit-backdrop-filter;transition-timing-function:cubic-bezier(.4,0,.2,1);transition:all .2s ease}.mixitup-control.mixitup-control-active{--tw-bg-opacity:1;background-color:rgba(97,163,199,var(--tw-bg-opacity))}.justify-stretch{justify-content:stretch}.inset-0{bottom:0;left:0;right:0;top:0}.inset-auto{bottom:auto;left:auto;right:auto;top:auto}.inset-y-0{bottom:0;top:0}.inset-x-0{left:0;right:0}.inset-y-auto{bottom:auto;top:auto}.inset-x-auto{left:auto;right:auto}.top-auto{top:auto}.right-auto{right:auto}.bottom-auto{bottom:auto}.left-auto{left:auto}.transition{transition:all .2s ease}.list-none{list-style-type:none}.embed-21by9{aspect-ratio:21/9}.embed-16by9,.embed-21by9{display:block;overflow:hidden;padding:0;position:relative}.embed-16by9{aspect-ratio:16/9}.embed-3by2{aspect-ratio:3/2}.embed-3by2,.embed-4by3{display:block;overflow:hidden;padding:0;position:relative}.embed-4by3{aspect-ratio:4/3}.embed-3by4{aspect-ratio:3/4}.embed-3by4,.embed-7by10{display:block;overflow:hidden;padding:0;position:relative}.embed-7by10{aspect-ratio:7/10}.embed-1by1{aspect-ratio:1/1;display:block;overflow:hidden;padding:0;position:relative}.object-fit-cover{object-fit:cover}.object-fit-contain,.object-fit-cover{bottom:0;height:100%;left:0;position:absolute;right:0;top:0;width:100%}.object-fit-contain{object-fit:contain}.bg-half-gray-100{position:relative}.bg-half-gray-100:before{height:50%;left:0;position:absolute;right:0;top:0;--tw-bg-opacity:1;background-color:rgba(243,244,246,var(--tw-bg-opacity));content:""}.slick-slide{display:inline-block}.h-24{height:24rem}.-z-1{z-index:-1}.text-custom-blue{color:#1176ff}.text-custom-lighter-blue{color:#58baee}.box{background-color:#fbfbfb;border:1px solid #0076ff;padding:.75rem;position:relative}.blue-check{position:absolute;right:10px;top:35%}.checkout-step .pane{display:none}.checkout-step.active .pane{display:block}.fixed-sidebar{bottom:50%;padding:.5rem 0;position:fixed;right:-5px;transition:right .2s ease;width:80px}.fixed-sidebar path{transition:transform .2s ease}.fixed-sidebar.hide{right:-74px}.fixed-sidebar.hide path{transform:rotateY(180deg) translateX(-80%)}.fixed-sidebar *{color:#fff}.fixed-sidebar .chevron{cursor:pointer;font-size:12px;height:30px;left:-15px;padding:5px;position:absolute;top:50%;transform:translateY(-50%);width:20px}.banner-height{height:50vh}@media (min-width:1024px){.banner-height{height:75vh}}#checkout-summary-toggle svg{transform:rotate(0);transition-duration:.15s;transition-property:color,background-color,border-color,fill,stroke,opacity,box-shadow,transform,filter,-webkit-text-decoration-color,-webkit-backdrop-filter;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter,-webkit-text-decoration-color,-webkit-backdrop-filter;transition-timing-function:cubic-bezier(.4,0,.2,1);transition:all .2s ease}#checkout-summary-toggle.active svg{transform:rotate(180deg)}.input-text{border-radius:.25rem;border-width:1px;width:100%;--tw-border-opacity:1;border-color:rgba(229,231,235,var(--tw-border-opacity));padding:.5rem}.translate-center{transform:translate(-50%,-50%)}.translate-x-center{transform:translateX(-50%);transform:translateY(-50%)}.slick-overflow-visible .slick-list{overflow:visible}#accordion .accordion .accordionTitle{margin-bottom:.75rem}#accordion .accordion .accordionBody{display:none}#accordion .accordion .accordionBody>ul>li{list-style-type:disc;margin-left:1rem}#accordion .accordion.active .accordionTitle{margin-bottom:0;z-index:10;--tw-bg-opacity:1;background-color:rgba(105,194,242,var(--tw-bg-opacity));--tw-text-opacity:1;color:rgba(255,255,255,var(--tw-text-opacity));--tw-drop-shadow:drop-shadow(0 20px 13px rgba(0,0,0,.03)) drop-shadow(0 8px 5px rgba(0,0,0,.08));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)}#accordion .accordion.active .accordionBody{display:block;height:-webkit-fit-content;height:-moz-fit-content;height:fit-content}#accordion .accordion.active .accordionBody>ul>li{list-style-type:disc;margin-left:1rem}@media (min-width:1024px){.trapezoid{-webkit-clip-path:polygon(4% 0,100% 0,100% 100%,0 100%);clip-path:polygon(4% 0,100% 0,100% 100%,0 100%)}}.cta-chat-fixed{bottom:3.5rem;display:flex;position:fixed;right:1rem;z-index:999;--tw-translate-x:0px;border-radius:9999px;border-width:1px;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));--tw-border-opacity:1;border-color:rgba(229,231,235,var(--tw-border-opacity));--tw-bg-opacity:1;background-color:rgba(243,244,246,var(--tw-bg-opacity));opacity:1;padding:.125rem;transition-duration:.15s;transition-property:color,background-color,border-color,fill,stroke,opacity,box-shadow,transform,filter,-webkit-text-decoration-color,-webkit-backdrop-filter;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter,-webkit-text-decoration-color,-webkit-backdrop-filter;transition-timing-function:cubic-bezier(.4,0,.2,1);transition:all .2s ease}@media (min-width:1024px){.cta-chat-fixed{bottom:1.5rem}}.cta-chat-fixed.chat-open{right:0;--tw-translate-x:100%;opacity:0;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))}.cta-chat-fixed .chat-method{align-items:center;border-radius:9999px;cursor:pointer;display:flex;height:3rem;justify-content:center;margin:.125rem;transition-duration:.15s;transition-property:color,background-color,border-color,fill,stroke,opacity,box-shadow,transform,filter,-webkit-text-decoration-color,-webkit-backdrop-filter;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter,-webkit-text-decoration-color,-webkit-backdrop-filter;transition-timing-function:cubic-bezier(.4,0,.2,1);transition:all .2s ease;width:3rem}@media (min-width:1024px){.cta-chat-fixed .chat-method{height:3.5rem;width:3.5rem}}.search-form{align-items:center;display:flex}.search-form label{font-weight:400;margin-bottom:1rem}.search-form .search-field{-webkit-appearance:none;-moz-appearance:none;appearance:none;border-radius:.25rem;border-width:1px;display:block;margin-bottom:.25rem;width:100%;--tw-border-opacity:1;border-color:rgba(75,85,99,var(--tw-border-opacity));--tw-bg-opacity:1;background-color:rgba(255,255,255,var(--tw-bg-opacity));font-size:1rem;line-height:1.5rem;line-height:1.5;padding:.25rem .5rem;--tw-text-opacity:1;color:rgba(31,41,55,var(--tw-text-opacity))}section.bg-secondary-dark-gray-white-split+section.search-form .search-field,section.search-form .search-field+section.bg-white{padding-top:0}:where(.bg-secondary .search-form .search-field,.bg-black .bg-white) :where(h1,h2,h3,h4,h5,h6,p,blockquote,ul li,ol li,a,span,i,div,section){--tw-text-opacity:1;color:rgba(0,0,0,var(--tw-text-opacity))}.search-form .search-submit{border-radius:.25rem;border-width:1px;display:inline-block;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;white-space:nowrap;--tw-bg-opacity:1;background-color:rgba(107,114,128,var(--tw-bg-opacity));font-size:1rem;font-weight:400;line-height:1.5rem;line-height:1.5;padding:.5rem 1rem;text-align:center;vertical-align:middle;--tw-text-opacity:1;color:rgba(243,244,246,var(--tw-text-opacity));-webkit-text-decoration-line:none;text-decoration-line:none}.search-form .search-submit:hover{--tw-bg-opacity:1;background-color:rgba(75,85,99,var(--tw-bg-opacity))}.icaal-contact-form input:not(.btn),.icaal-contact-form select,.icaal-contact-form textarea{border-style:solid;border-width:1px;height:56px;margin-bottom:10px;padding:10px;width:100%;--tw-border-opacity:1;border-color:rgba(242,243,244,var(--tw-border-opacity))}.icaal-contact-form textarea{height:auto}.icaal-contact-form select{-webkit-appearance:none;-moz-appearance:none;appearance:none}.icaal-contact-form input[type=checkbox]{width:auto}.icaal-contact-form .icaal-contact-form-wrap{margin-bottom:.5em}.icaal-contact-form input.is-valid,.icaal-contact-form select.is-valid,.icaal-contact-form textarea.is-valid{border-color:#eee}.icaal-contact-form input.is-invalid,.icaal-contact-form select.is-invalid,.icaal-contact-form textarea.is-invalid{border-color:#a94442}.icaal-contact-form .select-wrapper{position:relative}.icaal-contact-form .select-wrapper:before{color:#999;content:"";display:inline-block;font-family:FontAwesome;pointer-events:none;position:absolute;right:15px;top:10%}.icaal-contact-form input[type=checkbox]{margin-right:5px!important;opacity:1!important;position:static!important;transform:translate(0)!important}.icaal-contact-form .icaal-contact-form-checkbox{float:left;padding-left:5px}.icaal-contact-form .btn.btn-loading,.icaal-contact-form .btn.btn-loading:hover{background:#efefef;border-color:#efefef;color:#c8c8c8}.icaal-contact-form .submit:hover{cusor:pointer}.alert{background-color:rgba(219,234,254,var(--tw-bg-opacity));border-color:rgba(191,219,254,var(--tw-border-opacity));border-width:1px;color:rgba(59,130,246,var(--tw-text-opacity));margin-bottom:1rem;margin-top:1rem;padding:1rem}.alert,.alert.alert-success{--tw-border-opacity:1;--tw-bg-opacity:1;--tw-text-opacity:1}.alert.alert-success{background-color:rgba(220,252,231,var(--tw-bg-opacity));border-color:rgba(187,247,208,var(--tw-border-opacity));color:rgba(34,197,94,var(--tw-text-opacity))}.alert.alert-danger{--tw-border-opacity:1;border-color:rgba(254,202,202,var(--tw-border-opacity));--tw-bg-opacity:1;background-color:rgba(254,226,226,var(--tw-bg-opacity));--tw-text-opacity:1;color:rgba(239,68,68,var(--tw-text-opacity))}.form-pane{display:none}.form-pane.active{display:block}.form-pane-option.active{--tw-border-opacity:1;border-color:rgba(34,197,94,var(--tw-border-opacity))}.alignnone{height:auto;margin-left:0;margin-right:0;max-width:100%}.aligncenter{display:block;height:auto;margin:.5rem auto}.alignleft,.alignright{height:auto;margin-bottom:1rem}@media (min-width:640px){.alignleft{float:left;margin-right:1rem}.alignright{float:right;margin-left:1rem}}.wp-caption{display:inline-block;margin-bottom:1rem}.wp-caption img{height:auto;line-height:1;margin-bottom:.5rem;max-width:100%}.wp-caption-text{color:#6c757d;font-size:90%}.screen-reader-text,.sr-only{height:1px;overflow:hidden;padding:0;position:absolute;width:1px;clip:rect(0,0,0,0);border:0;white-space:nowrap}.screen-reader-text:active,.screen-reader-text:focus,.sr-only-focusable:active,.sr-only-focusable:focus{height:auto;overflow:visible;position:static;width:auto;clip:auto;white-space:normal}.wrap{margin-top:51px}@media (min-width:1024px){.wrap{margin-top:119.25px!important}}#header{transition-duration:.15s;transition-property:color,background-color,border-color,fill,stroke,-webkit-text-decoration-color;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,-webkit-text-decoration-color;transition-timing-function:cubic-bezier(.4,0,.2,1);z-index:20}@media(max-width:991px){#header .brand{height:2rem}#header .brand>img{height:2rem;width:auto}}body.scrolled header.header-transparent #header{--tw-bg-opacity:1;background-color:rgba(255,255,255,var(--tw-bg-opacity))}section.bg-secondary-dark-gray-white-split+sectionbody.scrolled header.header-transparent #header,sectionbody.scrolled header.header-transparent #header+section.bg-white{padding-top:0}:where(.bg-secondary body.scrolled header.header-transparent #header,.bg-black .bg-white) :where(h1,h2,h3,h4,h5,h6,p,blockquote,ul li,ol li,a,span,i,div,section){--tw-text-opacity:1;color:rgba(0,0,0,var(--tw-text-opacity))}@media(max-width:1023px){.nav-primary{height:calc(100vh - 112px);position:absolute;right:0;top:112px;transform:translateX(100%);visibility:hidden;width:100%;z-index:10}.nav-primary>ul{border-top-width:1px;height:100%;margin-left:auto;width:100%;--tw-border-opacity:1;border-color:rgba(229,231,235,var(--tw-border-opacity));--tw-bg-opacity:1;background-color:rgba(255,255,255,var(--tw-bg-opacity))}section.bg-secondary-dark-gray-white-split+section.nav-primary>ul,section.nav-primary>ul+section.bg-white{padding-top:0}:where(.bg-secondary .nav-primary>ul,.bg-black .bg-white) :where(h1,h2,h3,h4,h5,h6,p,blockquote,ul li,ol li,a,span,i,div,section){--tw-text-opacity:1;color:rgba(0,0,0,var(--tw-text-opacity))}@media (min-width:480px){.nav-primary>ul{width:83.333333%}}.nav-primary ul{list-style-type:none;padding-left:0}.nav-primary ul li a{border-bottom-width:1px;display:block;--tw-border-opacity:1;border-color:rgba(229,231,235,var(--tw-border-opacity));font-weight:400;padding:1rem 2rem;--tw-text-opacity:1;color:rgba(0,0,0,var(--tw-text-opacity))}.nav-primary ul li a:hover{--tw-text-opacity:1;color:rgba(105,194,242,var(--tw-text-opacity))}.title-display.nav-primary ul li a:hover:after,.title-display.nav-primary ul li a:hover:before{background-color:#0076ff}.nav-primary ul li.menu-item-has-children{position:relative}.nav-primary ul li.menu-item-has-children .toggle>svg,.nav-primary ul li.menu-item-has-children>a:hover{--tw-text-opacity:1;color:rgba(0,0,0,var(--tw-text-opacity))}.nav-primary ul li.menu-item-has-children .toggle>svg{transform:rotate(0);transition-duration:.15s;transition-property:color,background-color,border-color,fill,stroke,opacity,box-shadow,transform,filter,-webkit-text-decoration-color,-webkit-backdrop-filter;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter,-webkit-text-decoration-color,-webkit-backdrop-filter;transition-timing-function:cubic-bezier(.4,0,.2,1);transition:all .2s ease}.nav-primary ul li.menu-item-has-children .toggle>svg path{fill:currentColor}.nav-primary ul li.menu-item-has-children .sub-menu{display:none;overflow:hidden;--tw-bg-opacity:1;background-color:rgba(243,244,246,var(--tw-bg-opacity))}.nav-primary ul li.menu-item-has-children .sub-menu>li>a{padding-left:2.5rem}.nav-primary ul li.menu-item-has-children .sub-menu>li>.sub-menu>li>a{padding-left:3rem}.nav-primary ul li.menu-item-has-children.open>a{--tw-border-opacity:1;border-color:rgba(105,194,242,var(--tw-border-opacity));--tw-text-opacity:1;color:rgba(0,0,0,var(--tw-text-opacity))}.nav-primary ul li.menu-item-has-children.open>.toggle>svg{transform:rotate(180deg)}.nav-primary.open{transform:translateX(0);visibility:visible}.nav-backdrop{background-color:rgba(0,0,0,.5);height:calc(100vh - 112px);top:112px}.nav-backdrop.show{opacity:1;visibility:visible}}@media (min-width:1024px){.nav-primary>ul>li>a{display:inline-block;font-size:.875rem;letter-spacing:.025em;line-height:1;text-transform:uppercase}@media (min-width:1280px){.nav-primary>ul>li>a{font-size:1rem;line-height:1}}.nav-primary>ul>li.normal-case>a,.nav-primary>ul>li>a .normal-case{text-transform:none}.nav-primary>ul>li.menu-item-has-children>a{padding:24px 0}.nav-primary>ul>li>.sub-menu{top:100%}.nav-toolbar>ul>li:not(.btn-toolbar) a{font-size:.875rem;font-weight:400;line-height:1.25rem;padding:2rem 1rem}.nav-toolbar>ul>li>.sub-menu{top:12px;z-index:50}.nav-toolbar>ul>li:hover>.sub-menu{top:28px}.nav-has-dropdowns>ul{align-items:center;display:flex;flex-wrap:wrap;list-style-type:none;padding-left:0}.nav-has-dropdowns>ul>li{position:relative}.nav-has-dropdowns>ul>li>.sub-menu{border-bottom-width:1px;left:0;position:absolute;width:16rem;--tw-border-opacity:1;border-color:rgba(105,194,242,var(--tw-border-opacity));padding-left:0;--tw-shadow:0 1px 3px 0 rgba(0,0,0,.1),0 1px 2px -1px rgba(0,0,0,.1);--tw-shadow-colored:0 1px 3px 0 var(--tw-shadow-color),0 1px 2px -1px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow,0 0 transparent),var(--tw-ring-shadow,0 0 transparent),var(--tw-shadow);list-style-type:none;opacity:0;transition-duration:.15s;transition-property:color,background-color,border-color,fill,stroke,opacity,box-shadow,transform,filter,-webkit-text-decoration-color,-webkit-backdrop-filter;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter,-webkit-text-decoration-color,-webkit-backdrop-filter;transition-timing-function:cubic-bezier(.4,0,.2,1);transition:all .2s ease;visibility:hidden}.nav-has-dropdowns>ul>li:hover>.sub-menu{opacity:1;visibility:visible}.nav-has-dropdowns>ul>li>.sub-menu>li{position:relative}.nav-has-dropdowns>ul>li>.sub-menu>li a{display:block;font-size:.875rem;letter-spacing:.025em;line-height:1.25;padding:1rem;text-transform:uppercase}@media (min-width:1280px){.nav-has-dropdowns>ul>li>.sub-menu>li a{font-size:1rem;line-height:1.25}}.nav-has-dropdowns>ul>li>.sub-menu>li a:hover{--tw-text-opacity:1;color:rgba(105,194,242,var(--tw-text-opacity))}.title-display.nav-has-dropdowns>ul>li>.sub-menu>li a:hover:after,.title-display.nav-has-dropdowns>ul>li>.sub-menu>li a:hover:before{background-color:#0076ff}.nav-has-dropdowns>ul>li>.sub-menu>li a .normal-case{text-transform:none}.nav-has-dropdowns>ul>li>.sub-menu>li>.sub-menu{border-bottom-width:1px;position:absolute;top:0;width:12rem;--tw-border-opacity:1;border-color:rgba(105,194,242,var(--tw-border-opacity));padding-left:0;--tw-shadow:0 1px 3px 0 rgba(0,0,0,.1),0 1px 2px -1px rgba(0,0,0,.1);--tw-shadow-colored:0 1px 3px 0 var(--tw-shadow-color),0 1px 2px -1px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow,0 0 transparent),var(--tw-ring-shadow,0 0 transparent),var(--tw-shadow);list-style-type:none;opacity:0;transform:translateX(0);transition:opacity .2s ease;visibility:hidden}.nav-has-dropdowns>ul>li>.sub-menu>li:hover>.sub-menu{opacity:1;visibility:visible}header:not(.header-transparent) .nav-primary>ul>li>a{--tw-text-opacity:1;color:rgba(31,41,55,var(--tw-text-opacity))}header:not(.header-transparent) .nav-primary>ul>li>a:hover{--tw-text-opacity:1;color:rgba(105,194,242,var(--tw-text-opacity))}header.title-display:not(.header-transparent) .nav-primary>ul>li>a:hover:after,header.title-display:not(.header-transparent) .nav-primary>ul>li>a:hover:before{background-color:#0076ff}header:not(.header-transparent) .nav-primary>ul>li>.sub-menu{--tw-bg-opacity:1;background-color:rgba(243,244,246,var(--tw-bg-opacity))}header:not(.header-transparent) .nav-primary>ul>li>.sub-menu>li>.sub-menu{--tw-bg-opacity:1;background-color:rgba(255,255,255,var(--tw-bg-opacity))}section.bg-secondary-dark-gray-white-split+sectionheader:not(.header-transparent) .nav-primary>ul>li>.sub-menu>li>.sub-menu,sectionheader:not(.header-transparent) .nav-primary>ul>li>.sub-menu>li>.sub-menu+section.bg-white{padding-top:0}:where(.bg-secondary header:not(.header-transparent) .nav-primary>ul>li>.sub-menu>li>.sub-menu,.bg-black .bg-white) :where(h1,h2,h3,h4,h5,h6,p,blockquote,ul li,ol li,a,span,i,div,section){--tw-text-opacity:1;color:rgba(0,0,0,var(--tw-text-opacity))}header:not(.header-transparent) .nav-toolbar>ul>li>.sub-menu{--tw-bg-opacity:1;background-color:rgba(255,255,255,var(--tw-bg-opacity))}section.bg-secondary-dark-gray-white-split+sectionheader:not(.header-transparent) .nav-toolbar>ul>li>.sub-menu,sectionheader:not(.header-transparent) .nav-toolbar>ul>li>.sub-menu+section.bg-white{padding-top:0}:where(.bg-secondary header:not(.header-transparent) .nav-toolbar>ul>li>.sub-menu,.bg-black .bg-white) :where(h1,h2,h3,h4,h5,h6,p,blockquote,ul li,ol li,a,span,i,div,section){--tw-text-opacity:1;color:rgba(0,0,0,var(--tw-text-opacity))}header:not(.header-transparent) .nav-has-dropdowns>ul>li>.sub-menu>li a{--tw-text-opacity:1;color:rgba(31,41,55,var(--tw-text-opacity))}header:not(.header-transparent) .nav-has-dropdowns>ul>li>.sub-menu>li a:hover{--tw-text-opacity:1;color:rgba(105,194,242,var(--tw-text-opacity))}header.title-display:not(.header-transparent) .nav-has-dropdowns>ul>li>.sub-menu>li a:hover:after,header.title-display:not(.header-transparent) .nav-has-dropdowns>ul>li>.sub-menu>li a:hover:before{background-color:#0076ff}header.header-dark .nav-primary>ul>li>a,header.header-transparent .nav-primary>ul>li>a{--tw-text-opacity:1;color:rgba(255,255,255,var(--tw-text-opacity))}header.header-dark .nav-primary>ul>li>a:hover,header.header-transparent .nav-primary>ul>li>a:hover{--tw-text-opacity:1;color:rgba(105,194,242,var(--tw-text-opacity))}header.title-display.header-dark .nav-primary>ul>li>a:hover:after,header.title-display.header-dark .nav-primary>ul>li>a:hover:before,header.title-display.header-transparent .nav-primary>ul>li>a:hover:after,header.title-display.header-transparent .nav-primary>ul>li>a:hover:before{background-color:#0076ff}header.header-dark .nav-primary>ul>li>.sub-menu,header.header-transparent .nav-primary>ul>li>.sub-menu{--tw-bg-opacity:1;background-color:rgba(31,41,55,var(--tw-bg-opacity))}header.header-dark .nav-primary>ul>li>.sub-menu>li>.sub-menu,header.header-transparent .nav-primary>ul>li>.sub-menu>li>.sub-menu{--tw-bg-opacity:1;background-color:rgba(55,65,81,var(--tw-bg-opacity))}header.header-dark .nav-toolbar>ul>li>.sub-menu,header.header-transparent .nav-toolbar>ul>li>.sub-menu{--tw-bg-opacity:1;background-color:rgba(31,41,55,var(--tw-bg-opacity))}header.header-dark .nav-has-dropdowns>ul>li>.sub-menu>li a,header.header-transparent .nav-has-dropdowns>ul>li>.sub-menu>li a{--tw-text-opacity:1;color:rgba(255,255,255,var(--tw-text-opacity))}header.header-dark .nav-has-dropdowns>ul>li>.sub-menu>li a:hover,header.header-transparent .nav-has-dropdowns>ul>li>.sub-menu>li a:hover{--tw-text-opacity:1;color:rgba(105,194,242,var(--tw-text-opacity))}header.title-display.header-dark .nav-has-dropdowns>ul>li>.sub-menu>li a:hover:after,header.title-display.header-dark .nav-has-dropdowns>ul>li>.sub-menu>li a:hover:before,header.title-display.header-transparent .nav-has-dropdowns>ul>li>.sub-menu>li a:hover:after,header.title-display.header-transparent .nav-has-dropdowns>ul>li>.sub-menu>li a:hover:before{background-color:#0076ff}body.scrolled header.header-transparent #header{--tw-bg-opacity:1;background-color:rgba(255,255,255,var(--tw-bg-opacity))}section.bg-secondary-dark-gray-white-split+sectionbody.scrolled header.header-transparent #header,sectionbody.scrolled header.header-transparent #header+section.bg-white{padding-top:0}:where(.bg-secondary body.scrolled header.header-transparent #header,.bg-black .bg-white) :where(h1,h2,h3,h4,h5,h6,p,blockquote,ul li,ol li,a,span,i,div,section){--tw-text-opacity:1;color:rgba(0,0,0,var(--tw-text-opacity))}body.scrolled header.header-transparent .nav-primary>ul>li>a{--tw-text-opacity:1;color:rgba(31,41,55,var(--tw-text-opacity))}body.scrolled header.header-transparent .nav-primary>ul>li>a:hover{--tw-text-opacity:1;color:rgba(105,194,242,var(--tw-text-opacity))}body.title-display.scrolled header.header-transparent .nav-primary>ul>li>a:hover:after,body.title-display.scrolled header.header-transparent .nav-primary>ul>li>a:hover:before{background-color:#0076ff}}.btn-toolbar a{border-radius:.125rem;display:inline-block;--tw-bg-opacity:1;background-color:rgba(105,194,242,var(--tw-bg-opacity));font-family:ubuntu,ui-sans-serif,system-ui,-apple-system,Segoe UI,Roboto,Ubuntu,Cantarell,Noto Sans,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,Noto Color Emoji;font-size:.75rem;font-weight:400;letter-spacing:.025em;line-height:1rem;line-height:1;padding:.75rem!important;text-transform:uppercase;--tw-text-opacity:1!important;color:rgba(255,255,255,var(--tw-text-opacity))!important}.btn-toolbar a:hover{--tw-bg-opacity:1;background-color:rgba(37,99,235,var(--tw-bg-opacity))}footer .widget a,footer .widget li,footer .widget p,footer .widget ul{font-size:1.125rem;line-height:1;--tw-text-opacity:1;color:rgba(0,0,0,var(--tw-text-opacity))}footer .widget .textwidget p a{font-weight:600}footer .widget .textwidget p a,footer .widget h3{--tw-text-opacity:1;color:rgba(0,0,0,var(--tw-text-opacity))}footer .widget h3{font-family:montserrat,ui-sans-serif,system-ui,-apple-system,Segoe UI,Roboto,Ubuntu,Cantarell,Noto Sans,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,Noto Color Emoji;font-size:1.875rem;line-height:1;margin-bottom:2rem}@media (min-width:768px){footer .widget h3{margin-bottom:3rem}}footer .widget .menu li{margin-bottom:1.5rem}footer .widget .menu li a:hover{--tw-text-opacity:1;color:rgba(105,194,242,var(--tw-text-opacity))}footer.title-display .widget .menu li a:hover:after,footer.title-display .widget .menu li a:hover:before{background-color:#0076ff}footer .buttons .menu li{display:flex}footer .buttons .menu li a{align-items:center;border-style:solid;border-width:1px;display:flex;gap:.5rem;min-width:10rem;--tw-border-opacity:1;background-color:initial;border-color:rgba(105,194,242,var(--tw-border-opacity));font-family:ubuntu,ui-sans-serif,system-ui,-apple-system,Segoe UI,Roboto,Ubuntu,Cantarell,Noto Sans,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,Noto Color Emoji;font-size:.875rem;font-weight:300;letter-spacing:.025em;line-height:1.25;padding:1rem 1.25rem;text-transform:uppercase;--tw-text-opacity:1;border-radius:5px;color:rgba(0,0,0,var(--tw-text-opacity));transition-duration:.2s;transition-property:color,background-color,border-color,fill,stroke,opacity,box-shadow,transform,filter,-webkit-text-decoration-color,-webkit-backdrop-filter;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter,-webkit-text-decoration-color,-webkit-backdrop-filter;transition-timing-function:cubic-bezier(.4,0,.2,1);transition:all .2s ease}footer .buttons .menu li a:hover{--tw-bg-opacity:1;background-color:rgba(105,194,242,var(--tw-bg-opacity));--tw-text-opacity:1;color:rgba(255,255,255,var(--tw-text-opacity))}footer .buttons .menu li a:hover path,footer .buttons .menu li a:hover svg{fill:#fff}footer .buttons .menu li a path,footer .buttons .menu li a svg{fill:#111}@media(max-width:991px){#wpadminbar{display:none!important}}#chktrade_widget{bottom:8rem;left:0;position:fixed;right:0;z-index:10}@media (min-width:480px){#chktrade_widget{bottom:3.5rem;left:1rem;right:auto}}@media (min-width:1024px){#chktrade_widget{bottom:1.5rem}}#article-banner:before{background-image:linear-gradient(270deg,transparent,rgba(0,0,0,.639));bottom:0;content:"";height:100%;left:0;position:absolute;right:0;top:0;width:100%;z-index:1}#article-banner .btn,#article-banner a,#article-banner blockquote,#article-banner h1,#article-banner h2,#article-banner h3,#article-banner h4,#article-banner h5,#article-banner h6,#article-banner li,#article-banner ol,#article-banner p,#article-banner span,#article-banner ul li{--tw-text-opacity:1;color:rgba(255,255,255,var(--tw-text-opacity))}#article-banner .h5:after,#article-banner h5:after{margin-left:auto;margin-right:auto;--tw-bg-opacity:1;background-color:rgba(255,255,255,var(--tw-bg-opacity))}section#article-banner .h5+section.bg-white:after,section#article-banner h5+section.bg-white:after,section.bg-secondary-dark-gray-white-split+section#article-banner .h5:after,section.bg-secondary-dark-gray-white-split+section#article-banner h5:after{padding-top:0}:where(.bg-secondary #article-banner .h5,.bg-black .bg-white) :where(h1,h2,h3,h4,h5,h6,p,blockquote,ul li,ol li,a,span,i,div,section):after,:where(.bg-secondary #article-banner h5,.bg-black .bg-white) :where(h1,h2,h3,h4,h5,h6,p,blockquote,ul li,ol li,a,span,i,div,section):after{--tw-text-opacity:1;color:rgba(0,0,0,var(--tw-text-opacity))}@media (min-width:768px){#article-banner .h5:after,#article-banner h5:after{margin-left:0;margin-right:0}}#article-banner .btn.secondary{--tw-border-opacity:1;background-color:initial;border-color:rgba(255,255,255,var(--tw-border-opacity));--tw-text-opacity:1;color:rgba(255,255,255,var(--tw-text-opacity))}#article-banner .btn.secondary:hover{--tw-border-opacity:1;border-color:rgba(105,194,242,var(--tw-border-opacity))}#article-banner .btnWrapper button svg{height:auto;width:1rem}@media (min-width:768px){#article-banner .btnWrapper button svg{width:1.5rem}}.article-main-content p{max-width:none}.related-articles:before{height:100%;left:50%;position:absolute;top:0;width:100vw;--tw-translate-x:-50%;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));--tw-bg-opacity:1;background-color:rgba(242,243,244,var(--tw-bg-opacity))}@media (min-width:1024px){.related-articles:before{left:0;--tw-translate-x: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))}}.related-articles:before{content:"";z-index:-1}#banner .overlay{background-image:linear-gradient(270deg,transparent,rgba(0,0,0,.639))}#banner .banner-content .btn,#banner .banner-content a,#banner .banner-content blockquote,#banner .banner-content h1,#banner .banner-content h2,#banner .banner-content h3,#banner .banner-content h4,#banner .banner-content h5,#banner .banner-content h6,#banner .banner-content li,#banner .banner-content ol,#banner .banner-content p,#banner .banner-content span,#banner .banner-content ul li,#banner .carousel-text .btn,#banner .carousel-text a,#banner .carousel-text blockquote,#banner .carousel-text h1,#banner .carousel-text h2,#banner .carousel-text h3,#banner .carousel-text h4,#banner .carousel-text h5,#banner .carousel-text h6,#banner .carousel-text li,#banner .carousel-text ol,#banner .carousel-text p,#banner .carousel-text span,#banner .carousel-text ul li{--tw-text-opacity:1;color:rgba(255,255,255,var(--tw-text-opacity))}#banner .banner-content .h5:after,#banner .banner-content h5:after,#banner .carousel-text .h5:after,#banner .carousel-text h5:after{margin-left:auto;margin-right:auto;--tw-bg-opacity:1;background-color:rgba(255,255,255,var(--tw-bg-opacity))}section#banner .banner-content .h5+section.bg-white:after,section#banner .banner-content h5+section.bg-white:after,section#banner .carousel-text .h5+section.bg-white:after,section#banner .carousel-text h5+section.bg-white:after,section.bg-secondary-dark-gray-white-split+section#banner .banner-content .h5:after,section.bg-secondary-dark-gray-white-split+section#banner .banner-content h5:after,section.bg-secondary-dark-gray-white-split+section#banner .carousel-text .h5:after,section.bg-secondary-dark-gray-white-split+section#banner .carousel-text h5:after{padding-top:0}:where(.bg-secondary #banner .banner-content .h5,.bg-black .bg-white) :where(h1,h2,h3,h4,h5,h6,p,blockquote,ul li,ol li,a,span,i,div,section):after,:where(.bg-secondary #banner .banner-content h5,.bg-black .bg-white) :where(h1,h2,h3,h4,h5,h6,p,blockquote,ul li,ol li,a,span,i,div,section):after,:where(.bg-secondary #banner .carousel-text .h5,.bg-black .bg-white) :where(h1,h2,h3,h4,h5,h6,p,blockquote,ul li,ol li,a,span,i,div,section):after,:where(.bg-secondary #banner .carousel-text h5,.bg-black .bg-white) :where(h1,h2,h3,h4,h5,h6,p,blockquote,ul li,ol li,a,span,i,div,section):after{--tw-text-opacity:1;color:rgba(0,0,0,var(--tw-text-opacity))}@media (min-width:768px){#banner .banner-content .h5:after,#banner .banner-content h5:after,#banner .carousel-text .h5:after,#banner .carousel-text h5:after{margin-left:0;margin-right:0}}#banner .banner-content .btn.secondary,#banner .carousel-text .btn.secondary{--tw-border-opacity:1;background-color:initial;border-color:rgba(255,255,255,var(--tw-border-opacity));--tw-text-opacity:1;color:rgba(255,255,255,var(--tw-text-opacity))}#banner .banner-content .btn.secondary:hover,#banner .carousel-text .btn.secondary:hover{--tw-border-opacity:1;border-color:rgba(105,194,242,var(--tw-border-opacity))}#banner .slick-list,#banner .slick-track{height:100%}#trust-columns .left-col ul li{align-items:center;display:flex;gap:.75rem}@media (min-width:768px){#trust-columns .left-col ul li{font-size:1.25rem;line-height:1.25}}#trust-columns .left-col ul li:not(:last-of-type){margin-bottom:1rem}#trust-columns .left-col ul li:before{content:"";display:inline-block;height:1px;width:.75rem;--tw-bg-opacity:1;background-color:rgba(255,255,255,var(--tw-bg-opacity));--tw-text-opacity:1;color:rgba(255,255,255,var(--tw-text-opacity))}section#trust-columns .left-col ul li+section.bg-white:before,section.bg-secondary-dark-gray-white-split+section#trust-columns .left-col ul li:before{padding-top:0}:where(.bg-secondary #trust-columns .left-col ul li,.bg-black .bg-white) :where(h1,h2,h3,h4,h5,h6,p,blockquote,ul li,ol li,a,span,i,div,section):before{--tw-text-opacity:1;color:rgba(0,0,0,var(--tw-text-opacity))}#product-range .slick-dotted.slick-slider{margin-bottom:0}#product-range .slick-dots{align-items:center;display:flex;height:.375rem;margin-top:2.75rem;position:static;--tw-bg-opacity:1;background-color:rgba(112,112,112,var(--tw-bg-opacity));text-align:left}@media (min-width:1024px){#product-range .slick-dots{margin-top:4rem;--tw-bg-opacity:1;background-color:rgba(206,206,206,var(--tw-bg-opacity))}}#product-range .slick-dots li{flex-grow:1;height:100%;margin:0;transition-duration:.2s;transition-property:color,background-color,border-color,fill,stroke,-webkit-text-decoration-color;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,-webkit-text-decoration-color;transition-timing-function:cubic-bezier(.4,0,.2,1);width:auto}#product-range .slick-dots li.slick-active{--tw-bg-opacity:1;background-color:rgba(105,194,242,var(--tw-bg-opacity))}#product-range .slick-dots li button{height:100%;margin:0;padding:0;width:auto}#product-range .slick-dots li button:before{display:none;--tw-content:none;content:var(--tw-content)}#product-range button.slick-disabled{opacity:.4;pointer-events:none}#product-images .slick-product-images .slick-list,#product-images .slick-product-images .slick-track{height:100%}#product-images .slick-dotted.slick-slider{margin-bottom:0}#product-images .slick-dots{align-items:center;background-color:initial;display:flex;gap:2rem;height:.375rem;position:static;text-align:left}#product-images .slick-dots li{background-color:hsla(0,0%,100%,.4);flex-grow:1;height:100%;margin:0;transition-duration:.2s;transition-property:color,background-color,border-color,fill,stroke,-webkit-text-decoration-color;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,-webkit-text-decoration-color;transition-timing-function:cubic-bezier(.4,0,.2,1);width:auto}#product-images .slick-dots li.slick-active{--tw-bg-opacity:1;background-color:rgba(255,255,255,var(--tw-bg-opacity))}section#product-images .slick-dots li.slick-active+section.bg-white,section.bg-secondary-dark-gray-white-split+section#product-images .slick-dots li.slick-active{padding-top:0}:where(.bg-secondary #product-images .slick-dots li.slick-active,.bg-black .bg-white) :where(h1,h2,h3,h4,h5,h6,p,blockquote,ul li,ol li,a,span,i,div,section){--tw-text-opacity:1;color:rgba(0,0,0,var(--tw-text-opacity))}#product-images .slick-dots li button{height:100%;margin:0;padding:0;width:auto}#product-images .slick-dots li button:before{display:none;--tw-content:none;content:var(--tw-content)}#product-images .slick-product-images-dots-sm .slick-dots{gap:.375rem}#product-images .slick-product-images-dots-sm .slick-dots li{background-color:rgba(0,0,0,.4)}#product-images .slick-product-images-dots-sm .slick-dots li.slick-active{--tw-bg-opacity:1;background-color:rgba(0,0,0,var(--tw-bg-opacity))}:where(.bg-secondary,#product-images .slick-product-images-dots-sm .slick-dots li.slick-active) :where(h1,h2,h3,h4,h5,h6,p,blockquote,ul li,ol li,a,span,i,div,section){--tw-border-opacity:1!important;border-color:rgba(255,255,255,var(--tw-border-opacity))!important;--tw-text-opacity:1;color:rgba(255,255,255,var(--tw-text-opacity))}:where(.bg-secondary .bg-white,#product-images .slick-product-images-dots-sm .slick-dots li.slick-active .bg-white) :where(h1,h2,h3,h4,h5,h6,p,blockquote,ul li,ol li,a,span,i,div,section){--tw-text-opacity:1;color:rgba(0,0,0,var(--tw-text-opacity))}.slick-slider{box-sizing:border-box;-webkit-touch-callout:none;touch-action:pan-y;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-tap-highlight-color:rgba(0,0,0,0)}.slick-list,.slick-slider{display:block;position:relative}.slick-list{margin:0;overflow:hidden;padding:0}.slick-list:focus{outline:none}.slick-list.dragging{cursor:pointer;cursor:hand}.slick-slider .slick-list,.slick-slider .slick-track{transform:translateZ(0)}.slick-track{display:block;left:0;margin-left:auto;margin-right:auto;position:relative;top:0}.slick-track:after,.slick-track:before{content:"";display:table}.slick-track:after{clear:both}.slick-loading .slick-track{visibility:hidden}.slick-slide{display:none;float:left;height:100%;min-height:1px}[dir=rtl] .slick-slide{float:right}.slick-slide img{display:block}.slick-slide.slick-loading img{display:none}.slick-slide.dragging img{pointer-events:none}.slick-initialized .slick-slide{display:block}.slick-loading .slick-slide{visibility:hidden}.slick-vertical .slick-slide{border:1px solid transparent;display:block;height:auto}.slick-arrow.slick-hidden{display:none}.slick-loading .slick-list{background:#fff url(/app/themes/wraith/node_modules/slick-carousel/slick/ajax-loader.0b80f6.gif) 50% no-repeat}@font-face{font-family:slick;font-style:normal;font-weight:400;src:url(/app/themes/wraith/node_modules/slick-carousel/slick/fonts/slick.25572f.eot);src:url(/app/themes/wraith/node_modules/slick-carousel/slick/fonts/slick.25572f.eot?#iefix) format("embedded-opentype"),url(/app/themes/wraith/node_modules/slick-carousel/slick/fonts/slick.653a4c.woff) format("woff"),url(/app/themes/wraith/node_modules/slick-carousel/slick/fonts/slick.6aa1ee.ttf) format("truetype"),url(/app/themes/wraith/node_modules/slick-carousel/slick/fonts/slick.f895cf.svg#slick) format("svg")}.slick-next,.slick-prev{border:none;cursor:pointer;display:block;font-size:0;height:20px;line-height:0px;padding:0;position:absolute;top:50%;transform:translateY(-50%);width:20px}.slick-next,.slick-next:focus,.slick-next:hover,.slick-prev,.slick-prev:focus,.slick-prev:hover{background:transparent;color:transparent;outline:none}.slick-next:focus:before,.slick-next:hover:before,.slick-prev:focus:before,.slick-prev:hover:before{opacity:1}.slick-next.slick-disabled:before,.slick-prev.slick-disabled:before{opacity:.25}.slick-next:before,.slick-prev:before{color:#fff;font-family:slick;font-size:20px;line-height:1;opacity:.75;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.slick-prev{left:-25px}[dir=rtl] .slick-prev{left:auto;right:-25px}.slick-prev:before{content:"←"}[dir=rtl] .slick-prev:before{content:"→"}.slick-next{right:-25px}[dir=rtl] .slick-next{left:-25px;right:auto}.slick-next:before{content:"→"}[dir=rtl] .slick-next:before{content:"←"}.slick-dotted.slick-slider{margin-bottom:30px}.slick-dots{bottom:-25px;display:block;list-style:none;margin:0;padding:0;position:absolute;text-align:center;width:100%}.slick-dots li{display:inline-block;margin:0 5px;padding:0;position:relative}.slick-dots li,.slick-dots li button{cursor:pointer;height:20px;width:20px}.slick-dots li button{background:transparent;border:0;color:transparent;display:block;font-size:0;line-height:0px;outline:none;padding:5px}.slick-dots li button:focus,.slick-dots li button:hover{outline:none}.slick-dots li button:focus:before,.slick-dots li button:hover:before{opacity:1}.slick-dots li button:before{color:#000;content:"•";font-family:slick;font-size:6px;height:20px;left:0;line-height:20px;opacity:.25;position:absolute;text-align:center;top:0;width:20px;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.slick-dots li.slick-active button:before{color:#000;opacity:.75}.after\:mx-auto:after{content:var(--tw-content);margin-left:auto;margin-right:auto}.after\:inline-block:after{content:var(--tw-content);display:inline-block}.after\:hidden:after{content:var(--tw-content);display:none}.after\:h-4:after{content:var(--tw-content);height:1rem}.after\:w-px:after{content:var(--tw-content);width:1px}.after\:bg-white:after{content:var(--tw-content);--tw-bg-opacity:1;background-color:rgba(255,255,255,var(--tw-bg-opacity))}.first\:block:first-child{display:block}.last\:after\:content-none:last-child:after{--tw-content:none;content:var(--tw-content)}.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-gray-500:hover{--tw-border-opacity:1;border-color:rgba(107,114,128,var(--tw-border-opacity))}.hover\:bg-black:hover{--tw-bg-opacity:1;background-color:rgba(0,0,0,var(--tw-bg-opacity))}.hover\:bg-gray-300:hover{--tw-bg-opacity:1;background-color:rgba(209,213,219,var(--tw-bg-opacity))}.hover\:bg-primary-dark:hover{--tw-bg-opacity:1;background-color:rgba(97,163,199,var(--tw-bg-opacity))}.hover\:text-gray-900:hover{--tw-text-opacity:1;color:rgba(17,24,39,var(--tw-text-opacity))}.hover\:text-green-500:hover{--tw-text-opacity:1;color:rgba(34,197,94,var(--tw-text-opacity))}.hover\:text-primary:hover{--tw-text-opacity:1;color:rgba(105,194,242,var(--tw-text-opacity))}.hover\:text-primary-dark:hover{--tw-text-opacity:1;color:rgba(97,163,199,var(--tw-text-opacity))}.hover\:underline:hover{-webkit-text-decoration-line:underline;text-decoration-line:underline}.hover\:opacity-75:hover{opacity:.75}.focus\:outline-none:focus{outline:2px solid transparent;outline-offset:2px}.group:hover .group-hover\:block{display:block}.group:hover .group-hover\:scale-110{--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))}.group:hover .group-hover\:text-primary{--tw-text-opacity:1;color:rgba(105,194,242,var(--tw-text-opacity))}.group:hover .group-hover\:opacity-100{opacity:1}.group.open .group-\[\.open\]\:rotate-45{--tw-rotate:45deg;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))}:where(.child-h4\:text-center)>h4:where(:not(.not-child-h4)){text-align:center}:where(.child-h4\:text-xl)>h4:where(:not(.not-child-h4)){font-size:1.25rem;line-height:1.75rem}:where(.child-h4\:font-bold)>h4:where(:not(.not-child-h4)){font-weight:700}:where(.child-h4\:text-white)>h4:where(:not(.not-child-h4)){--tw-text-opacity:1;color:rgba(255,255,255,var(--tw-text-opacity))}:where(.child-div\:flex)>div:where(:not(.not-child-div)){display:flex}:where(.child-div\:flex-1)>div:where(:not(.not-child-div)){flex:1 1 0%}:where(.child-div\:flex-col)>div:where(:not(.not-child-div)){flex-direction:column}:where(.child-div\:items-center)>div:where(:not(.not-child-div)){align-items:center}:where(.child-div\:justify-center)>div:where(:not(.not-child-div)){justify-content:center}:where(.child-div\:p-8)>div:where(:not(.not-child-div)){padding:2rem}:where(.child-p\:m-0)>p:where(:not(.not-child-p)){margin:0}:where(.child-p\:text-center)>p:where(:not(.not-child-p)){text-align:center}:where(.child-p\:text-3xl)>p:where(:not(.not-child-p)){font-size:1.875rem;line-height:2.25rem}:where(.child-p\:font-semibold)>p:where(:not(.not-child-p)){font-weight:600}:where(.child-p\:leading-relaxed)>p:where(:not(.not-child-p)){line-height:1.625}:where(.child-p\:text-white)>p:where(:not(.not-child-p)){--tw-text-opacity:1;color:rgba(255,255,255,var(--tw-text-opacity))}@media (min-width:480px){.xs\:\!absolute{position:absolute!important}.xs\:ml-1{margin-left:.25rem}.xs\:mt-0{margin-top:0}.xs\:inline-block{display:inline-block}.xs\:flex{display:flex}.xs\:\!h-auto{height:auto!important}.xs\:h-\[850px\]{height:850px}.xs\:max-w-none{max-width:none}.xs\:basis-\[44\%\]{flex-basis:44%}.xs\:basis-full{flex-basis:100%}.xs\:grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.xs\:flex-row{flex-direction:row}.xs\:flex-col{flex-direction:column}.xs\:flex-wrap{flex-wrap:wrap}.xs\:items-center{align-items:center}.xs\:justify-end{justify-content:flex-end}.xs\:gap-4{gap:1rem}.xs\:bg-amber-100{--tw-bg-opacity:1;background-color:rgba(254,243,199,var(--tw-bg-opacity))}.xs\:bg-amber-100\/0{background-color:hsla(48,96%,89%,0)}.xs\:bg-amber-100\/10{background-color:hsla(48,96%,89%,.1)}.xs\:bg-amber-100\/100{background-color:#fef3c7}.xs\:bg-amber-100\/15{background-color:hsla(48,96%,89%,.15)}.xs\:bg-amber-100\/20{background-color:hsla(48,96%,89%,.2)}.xs\:bg-amber-100\/25{background-color:hsla(48,96%,89%,.25)}.xs\:bg-amber-100\/30{background-color:hsla(48,96%,89%,.3)}.xs\:bg-amber-100\/35{background-color:hsla(48,96%,89%,.35)}.xs\:bg-amber-100\/40{background-color:hsla(48,96%,89%,.4)}.xs\:bg-amber-100\/45{background-color:hsla(48,96%,89%,.45)}.xs\:bg-amber-100\/5{background-color:hsla(48,96%,89%,.05)}.xs\:bg-amber-100\/50{background-color:hsla(48,96%,89%,.5)}.xs\:bg-amber-100\/55{background-color:hsla(48,96%,89%,.55)}.xs\:bg-amber-100\/60{background-color:hsla(48,96%,89%,.6)}.xs\:bg-amber-100\/65{background-color:hsla(48,96%,89%,.65)}.xs\:bg-amber-100\/70{background-color:hsla(48,96%,89%,.7)}.xs\:bg-amber-100\/75{background-color:hsla(48,96%,89%,.75)}.xs\:bg-amber-100\/80{background-color:hsla(48,96%,89%,.8)}.xs\:bg-amber-100\/85{background-color:hsla(48,96%,89%,.85)}.xs\:bg-amber-100\/90{background-color:hsla(48,96%,89%,.9)}.xs\:bg-amber-100\/95{background-color:hsla(48,96%,89%,.95)}.xs\:bg-amber-200{--tw-bg-opacity:1;background-color:rgba(253,230,138,var(--tw-bg-opacity))}.xs\:bg-amber-200\/0{background-color:hsla(48,97%,77%,0)}.xs\:bg-amber-200\/10{background-color:hsla(48,97%,77%,.1)}.xs\:bg-amber-200\/100{background-color:#fde68a}.xs\:bg-amber-200\/15{background-color:hsla(48,97%,77%,.15)}.xs\:bg-amber-200\/20{background-color:hsla(48,97%,77%,.2)}.xs\:bg-amber-200\/25{background-color:hsla(48,97%,77%,.25)}.xs\:bg-amber-200\/30{background-color:hsla(48,97%,77%,.3)}.xs\:bg-amber-200\/35{background-color:hsla(48,97%,77%,.35)}.xs\:bg-amber-200\/40{background-color:hsla(48,97%,77%,.4)}.xs\:bg-amber-200\/45{background-color:hsla(48,97%,77%,.45)}.xs\:bg-amber-200\/5{background-color:hsla(48,97%,77%,.05)}.xs\:bg-amber-200\/50{background-color:hsla(48,97%,77%,.5)}.xs\:bg-amber-200\/55{background-color:hsla(48,97%,77%,.55)}.xs\:bg-amber-200\/60{background-color:hsla(48,97%,77%,.6)}.xs\:bg-amber-200\/65{background-color:hsla(48,97%,77%,.65)}.xs\:bg-amber-200\/70{background-color:hsla(48,97%,77%,.7)}.xs\:bg-amber-200\/75{background-color:hsla(48,97%,77%,.75)}.xs\:bg-amber-200\/80{background-color:hsla(48,97%,77%,.8)}.xs\:bg-amber-200\/85{background-color:hsla(48,97%,77%,.85)}.xs\:bg-amber-200\/90{background-color:hsla(48,97%,77%,.9)}.xs\:bg-amber-200\/95{background-color:hsla(48,97%,77%,.95)}.xs\:bg-amber-300{--tw-bg-opacity:1;background-color:rgba(252,211,77,var(--tw-bg-opacity))}.xs\:bg-amber-300\/0{background-color:rgba(252,211,77,0)}.xs\:bg-amber-300\/10{background-color:rgba(252,211,77,.1)}.xs\:bg-amber-300\/100{background-color:#fcd34d}.xs\:bg-amber-300\/15{background-color:rgba(252,211,77,.15)}.xs\:bg-amber-300\/20{background-color:rgba(252,211,77,.2)}.xs\:bg-amber-300\/25{background-color:rgba(252,211,77,.25)}.xs\:bg-amber-300\/30{background-color:rgba(252,211,77,.3)}.xs\:bg-amber-300\/35{background-color:rgba(252,211,77,.35)}.xs\:bg-amber-300\/40{background-color:rgba(252,211,77,.4)}.xs\:bg-amber-300\/45{background-color:rgba(252,211,77,.45)}.xs\:bg-amber-300\/5{background-color:rgba(252,211,77,.05)}.xs\:bg-amber-300\/50{background-color:rgba(252,211,77,.5)}.xs\:bg-amber-300\/55{background-color:rgba(252,211,77,.55)}.xs\:bg-amber-300\/60{background-color:rgba(252,211,77,.6)}.xs\:bg-amber-300\/65{background-color:rgba(252,211,77,.65)}.xs\:bg-amber-300\/70{background-color:rgba(252,211,77,.7)}.xs\:bg-amber-300\/75{background-color:rgba(252,211,77,.75)}.xs\:bg-amber-300\/80{background-color:rgba(252,211,77,.8)}.xs\:bg-amber-300\/85{background-color:rgba(252,211,77,.85)}.xs\:bg-amber-300\/90{background-color:rgba(252,211,77,.9)}.xs\:bg-amber-300\/95{background-color:rgba(252,211,77,.95)}.xs\:bg-amber-400{--tw-bg-opacity:1;background-color:rgba(251,191,36,var(--tw-bg-opacity))}.xs\:bg-amber-400\/0{background-color:rgba(251,191,36,0)}.xs\:bg-amber-400\/10{background-color:rgba(251,191,36,.1)}.xs\:bg-amber-400\/100{background-color:#fbbf24}.xs\:bg-amber-400\/15{background-color:rgba(251,191,36,.15)}.xs\:bg-amber-400\/20{background-color:rgba(251,191,36,.2)}.xs\:bg-amber-400\/25{background-color:rgba(251,191,36,.25)}.xs\:bg-amber-400\/30{background-color:rgba(251,191,36,.3)}.xs\:bg-amber-400\/35{background-color:rgba(251,191,36,.35)}.xs\:bg-amber-400\/40{background-color:rgba(251,191,36,.4)}.xs\:bg-amber-400\/45{background-color:rgba(251,191,36,.45)}.xs\:bg-amber-400\/5{background-color:rgba(251,191,36,.05)}.xs\:bg-amber-400\/50{background-color:rgba(251,191,36,.5)}.xs\:bg-amber-400\/55{background-color:rgba(251,191,36,.55)}.xs\:bg-amber-400\/60{background-color:rgba(251,191,36,.6)}.xs\:bg-amber-400\/65{background-color:rgba(251,191,36,.65)}.xs\:bg-amber-400\/70{background-color:rgba(251,191,36,.7)}.xs\:bg-amber-400\/75{background-color:rgba(251,191,36,.75)}.xs\:bg-amber-400\/80{background-color:rgba(251,191,36,.8)}.xs\:bg-amber-400\/85{background-color:rgba(251,191,36,.85)}.xs\:bg-amber-400\/90{background-color:rgba(251,191,36,.9)}.xs\:bg-amber-400\/95{background-color:rgba(251,191,36,.95)}.xs\:bg-amber-50{--tw-bg-opacity:1;background-color:rgba(255,251,235,var(--tw-bg-opacity))}.xs\:bg-amber-50\/0{background-color:rgba(255,251,235,0)}.xs\:bg-amber-50\/10{background-color:rgba(255,251,235,.1)}.xs\:bg-amber-50\/100{background-color:#fffbeb}.xs\:bg-amber-50\/15{background-color:rgba(255,251,235,.15)}.xs\:bg-amber-50\/20{background-color:rgba(255,251,235,.2)}.xs\:bg-amber-50\/25{background-color:rgba(255,251,235,.25)}.xs\:bg-amber-50\/30{background-color:rgba(255,251,235,.3)}.xs\:bg-amber-50\/35{background-color:rgba(255,251,235,.35)}.xs\:bg-amber-50\/40{background-color:rgba(255,251,235,.4)}.xs\:bg-amber-50\/45{background-color:rgba(255,251,235,.45)}.xs\:bg-amber-50\/5{background-color:rgba(255,251,235,.05)}.xs\:bg-amber-50\/50{background-color:rgba(255,251,235,.5)}.xs\:bg-amber-50\/55{background-color:rgba(255,251,235,.55)}.xs\:bg-amber-50\/60{background-color:rgba(255,251,235,.6)}.xs\:bg-amber-50\/65{background-color:rgba(255,251,235,.65)}.xs\:bg-amber-50\/70{background-color:rgba(255,251,235,.7)}.xs\:bg-amber-50\/75{background-color:rgba(255,251,235,.75)}.xs\:bg-amber-50\/80{background-color:rgba(255,251,235,.8)}.xs\:bg-amber-50\/85{background-color:rgba(255,251,235,.85)}.xs\:bg-amber-50\/90{background-color:rgba(255,251,235,.9)}.xs\:bg-amber-50\/95{background-color:rgba(255,251,235,.95)}.xs\:bg-amber-500{--tw-bg-opacity:1;background-color:rgba(245,158,11,var(--tw-bg-opacity))}.xs\:bg-amber-500\/0{background-color:rgba(245,158,11,0)}.xs\:bg-amber-500\/10{background-color:rgba(245,158,11,.1)}.xs\:bg-amber-500\/100{background-color:#f59e0b}.xs\:bg-amber-500\/15{background-color:rgba(245,158,11,.15)}.xs\:bg-amber-500\/20{background-color:rgba(245,158,11,.2)}.xs\:bg-amber-500\/25{background-color:rgba(245,158,11,.25)}.xs\:bg-amber-500\/30{background-color:rgba(245,158,11,.3)}.xs\:bg-amber-500\/35{background-color:rgba(245,158,11,.35)}.xs\:bg-amber-500\/40{background-color:rgba(245,158,11,.4)}.xs\:bg-amber-500\/45{background-color:rgba(245,158,11,.45)}.xs\:bg-amber-500\/5{background-color:rgba(245,158,11,.05)}.xs\:bg-amber-500\/50{background-color:rgba(245,158,11,.5)}.xs\:bg-amber-500\/55{background-color:rgba(245,158,11,.55)}.xs\:bg-amber-500\/60{background-color:rgba(245,158,11,.6)}.xs\:bg-amber-500\/65{background-color:rgba(245,158,11,.65)}.xs\:bg-amber-500\/70{background-color:rgba(245,158,11,.7)}.xs\:bg-amber-500\/75{background-color:rgba(245,158,11,.75)}.xs\:bg-amber-500\/80{background-color:rgba(245,158,11,.8)}.xs\:bg-amber-500\/85{background-color:rgba(245,158,11,.85)}.xs\:bg-amber-500\/90{background-color:rgba(245,158,11,.9)}.xs\:bg-amber-500\/95{background-color:rgba(245,158,11,.95)}.xs\:bg-amber-600{--tw-bg-opacity:1;background-color:rgba(217,119,6,var(--tw-bg-opacity))}.xs\:bg-amber-600\/0{background-color:rgba(217,119,6,0)}.xs\:bg-amber-600\/10{background-color:rgba(217,119,6,.1)}.xs\:bg-amber-600\/100{background-color:#d97706}.xs\:bg-amber-600\/15{background-color:rgba(217,119,6,.15)}.xs\:bg-amber-600\/20{background-color:rgba(217,119,6,.2)}.xs\:bg-amber-600\/25{background-color:rgba(217,119,6,.25)}.xs\:bg-amber-600\/30{background-color:rgba(217,119,6,.3)}.xs\:bg-amber-600\/35{background-color:rgba(217,119,6,.35)}.xs\:bg-amber-600\/40{background-color:rgba(217,119,6,.4)}.xs\:bg-amber-600\/45{background-color:rgba(217,119,6,.45)}.xs\:bg-amber-600\/5{background-color:rgba(217,119,6,.05)}.xs\:bg-amber-600\/50{background-color:rgba(217,119,6,.5)}.xs\:bg-amber-600\/55{background-color:rgba(217,119,6,.55)}.xs\:bg-amber-600\/60{background-color:rgba(217,119,6,.6)}.xs\:bg-amber-600\/65{background-color:rgba(217,119,6,.65)}.xs\:bg-amber-600\/70{background-color:rgba(217,119,6,.7)}.xs\:bg-amber-600\/75{background-color:rgba(217,119,6,.75)}.xs\:bg-amber-600\/80{background-color:rgba(217,119,6,.8)}.xs\:bg-amber-600\/85{background-color:rgba(217,119,6,.85)}.xs\:bg-amber-600\/90{background-color:rgba(217,119,6,.9)}.xs\:bg-amber-600\/95{background-color:rgba(217,119,6,.95)}.xs\:bg-amber-700{--tw-bg-opacity:1;background-color:rgba(180,83,9,var(--tw-bg-opacity))}.xs\:bg-amber-700\/0{background-color:rgba(180,83,9,0)}.xs\:bg-amber-700\/10{background-color:rgba(180,83,9,.1)}.xs\:bg-amber-700\/100{background-color:#b45309}.xs\:bg-amber-700\/15{background-color:rgba(180,83,9,.15)}.xs\:bg-amber-700\/20{background-color:rgba(180,83,9,.2)}.xs\:bg-amber-700\/25{background-color:rgba(180,83,9,.25)}.xs\:bg-amber-700\/30{background-color:rgba(180,83,9,.3)}.xs\:bg-amber-700\/35{background-color:rgba(180,83,9,.35)}.xs\:bg-amber-700\/40{background-color:rgba(180,83,9,.4)}.xs\:bg-amber-700\/45{background-color:rgba(180,83,9,.45)}.xs\:bg-amber-700\/5{background-color:rgba(180,83,9,.05)}.xs\:bg-amber-700\/50{background-color:rgba(180,83,9,.5)}.xs\:bg-amber-700\/55{background-color:rgba(180,83,9,.55)}.xs\:bg-amber-700\/60{background-color:rgba(180,83,9,.6)}.xs\:bg-amber-700\/65{background-color:rgba(180,83,9,.65)}.xs\:bg-amber-700\/70{background-color:rgba(180,83,9,.7)}.xs\:bg-amber-700\/75{background-color:rgba(180,83,9,.75)}.xs\:bg-amber-700\/80{background-color:rgba(180,83,9,.8)}.xs\:bg-amber-700\/85{background-color:rgba(180,83,9,.85)}.xs\:bg-amber-700\/90{background-color:rgba(180,83,9,.9)}.xs\:bg-amber-700\/95{background-color:rgba(180,83,9,.95)}.xs\:bg-amber-800{--tw-bg-opacity:1;background-color:rgba(146,64,14,var(--tw-bg-opacity))}.xs\:bg-amber-800\/0{background-color:rgba(146,64,14,0)}.xs\:bg-amber-800\/10{background-color:rgba(146,64,14,.1)}.xs\:bg-amber-800\/100{background-color:#92400e}.xs\:bg-amber-800\/15{background-color:rgba(146,64,14,.15)}.xs\:bg-amber-800\/20{background-color:rgba(146,64,14,.2)}.xs\:bg-amber-800\/25{background-color:rgba(146,64,14,.25)}.xs\:bg-amber-800\/30{background-color:rgba(146,64,14,.3)}.xs\:bg-amber-800\/35{background-color:rgba(146,64,14,.35)}.xs\:bg-amber-800\/40{background-color:rgba(146,64,14,.4)}.xs\:bg-amber-800\/45{background-color:rgba(146,64,14,.45)}.xs\:bg-amber-800\/5{background-color:rgba(146,64,14,.05)}.xs\:bg-amber-800\/50{background-color:rgba(146,64,14,.5)}.xs\:bg-amber-800\/55{background-color:rgba(146,64,14,.55)}.xs\:bg-amber-800\/60{background-color:rgba(146,64,14,.6)}.xs\:bg-amber-800\/65{background-color:rgba(146,64,14,.65)}.xs\:bg-amber-800\/70{background-color:rgba(146,64,14,.7)}.xs\:bg-amber-800\/75{background-color:rgba(146,64,14,.75)}.xs\:bg-amber-800\/80{background-color:rgba(146,64,14,.8)}.xs\:bg-amber-800\/85{background-color:rgba(146,64,14,.85)}.xs\:bg-amber-800\/90{background-color:rgba(146,64,14,.9)}.xs\:bg-amber-800\/95{background-color:rgba(146,64,14,.95)}.xs\:bg-amber-900{--tw-bg-opacity:1;background-color:rgba(120,53,15,var(--tw-bg-opacity))}.xs\:bg-amber-900\/0{background-color:rgba(120,53,15,0)}.xs\:bg-amber-900\/10{background-color:rgba(120,53,15,.1)}.xs\:bg-amber-900\/100{background-color:#78350f}.xs\:bg-amber-900\/15{background-color:rgba(120,53,15,.15)}.xs\:bg-amber-900\/20{background-color:rgba(120,53,15,.2)}.xs\:bg-amber-900\/25{background-color:rgba(120,53,15,.25)}.xs\:bg-amber-900\/30{background-color:rgba(120,53,15,.3)}.xs\:bg-amber-900\/35{background-color:rgba(120,53,15,.35)}.xs\:bg-amber-900\/40{background-color:rgba(120,53,15,.4)}.xs\:bg-amber-900\/45{background-color:rgba(120,53,15,.45)}.xs\:bg-amber-900\/5{background-color:rgba(120,53,15,.05)}.xs\:bg-amber-900\/50{background-color:rgba(120,53,15,.5)}.xs\:bg-amber-900\/55{background-color:rgba(120,53,15,.55)}.xs\:bg-amber-900\/60{background-color:rgba(120,53,15,.6)}.xs\:bg-amber-900\/65{background-color:rgba(120,53,15,.65)}.xs\:bg-amber-900\/70{background-color:rgba(120,53,15,.7)}.xs\:bg-amber-900\/75{background-color:rgba(120,53,15,.75)}.xs\:bg-amber-900\/80{background-color:rgba(120,53,15,.8)}.xs\:bg-amber-900\/85{background-color:rgba(120,53,15,.85)}.xs\:bg-amber-900\/90{background-color:rgba(120,53,15,.9)}.xs\:bg-amber-900\/95{background-color:rgba(120,53,15,.95)}.xs\:bg-amber-950{--tw-bg-opacity:1;background-color:rgba(69,26,3,var(--tw-bg-opacity))}.xs\:bg-amber-950\/0{background-color:rgba(69,26,3,0)}.xs\:bg-amber-950\/10{background-color:rgba(69,26,3,.1)}.xs\:bg-amber-950\/100{background-color:#451a03}.xs\:bg-amber-950\/15{background-color:rgba(69,26,3,.15)}.xs\:bg-amber-950\/20{background-color:rgba(69,26,3,.2)}.xs\:bg-amber-950\/25{background-color:rgba(69,26,3,.25)}.xs\:bg-amber-950\/30{background-color:rgba(69,26,3,.3)}.xs\:bg-amber-950\/35{background-color:rgba(69,26,3,.35)}.xs\:bg-amber-950\/40{background-color:rgba(69,26,3,.4)}.xs\:bg-amber-950\/45{background-color:rgba(69,26,3,.45)}.xs\:bg-amber-950\/5{background-color:rgba(69,26,3,.05)}.xs\:bg-amber-950\/50{background-color:rgba(69,26,3,.5)}.xs\:bg-amber-950\/55{background-color:rgba(69,26,3,.55)}.xs\:bg-amber-950\/60{background-color:rgba(69,26,3,.6)}.xs\:bg-amber-950\/65{background-color:rgba(69,26,3,.65)}.xs\:bg-amber-950\/70{background-color:rgba(69,26,3,.7)}.xs\:bg-amber-950\/75{background-color:rgba(69,26,3,.75)}.xs\:bg-amber-950\/80{background-color:rgba(69,26,3,.8)}.xs\:bg-amber-950\/85{background-color:rgba(69,26,3,.85)}.xs\:bg-amber-950\/90{background-color:rgba(69,26,3,.9)}.xs\:bg-amber-950\/95{background-color:rgba(69,26,3,.95)}.xs\:bg-black{--tw-bg-opacity:1;background-color:rgba(0,0,0,var(--tw-bg-opacity))}.xs\:bg-black\/0{background-color:transparent}.xs\:bg-black\/10{background-color:rgba(0,0,0,.1)}.xs\:bg-black\/100{background-color:#000}.xs\:bg-black\/15{background-color:rgba(0,0,0,.15)}.xs\:bg-black\/20{background-color:rgba(0,0,0,.2)}.xs\:bg-black\/25{background-color:rgba(0,0,0,.25)}.xs\:bg-black\/30{background-color:rgba(0,0,0,.3)}.xs\:bg-black\/35{background-color:rgba(0,0,0,.35)}.xs\:bg-black\/40{background-color:rgba(0,0,0,.4)}.xs\:bg-black\/45{background-color:rgba(0,0,0,.45)}.xs\:bg-black\/5{background-color:rgba(0,0,0,.05)}.xs\:bg-black\/50{background-color:rgba(0,0,0,.5)}.xs\:bg-black\/55{background-color:rgba(0,0,0,.55)}.xs\:bg-black\/60{background-color:rgba(0,0,0,.6)}.xs\:bg-black\/65{background-color:rgba(0,0,0,.65)}.xs\:bg-black\/70{background-color:rgba(0,0,0,.7)}.xs\:bg-black\/75{background-color:rgba(0,0,0,.75)}.xs\:bg-black\/80{background-color:rgba(0,0,0,.8)}.xs\:bg-black\/85{background-color:rgba(0,0,0,.85)}.xs\:bg-black\/90{background-color:rgba(0,0,0,.9)}.xs\:bg-black\/95{background-color:rgba(0,0,0,.95)}.xs\:bg-blue-100{--tw-bg-opacity:1;background-color:rgba(219,234,254,var(--tw-bg-opacity))}.xs\:bg-blue-100\/0{background-color:rgba(219,234,254,0)}.xs\:bg-blue-100\/10{background-color:rgba(219,234,254,.1)}.xs\:bg-blue-100\/100{background-color:#dbeafe}.xs\:bg-blue-100\/15{background-color:rgba(219,234,254,.15)}.xs\:bg-blue-100\/20{background-color:rgba(219,234,254,.2)}.xs\:bg-blue-100\/25{background-color:rgba(219,234,254,.25)}.xs\:bg-blue-100\/30{background-color:rgba(219,234,254,.3)}.xs\:bg-blue-100\/35{background-color:rgba(219,234,254,.35)}.xs\:bg-blue-100\/40{background-color:rgba(219,234,254,.4)}.xs\:bg-blue-100\/45{background-color:rgba(219,234,254,.45)}.xs\:bg-blue-100\/5{background-color:rgba(219,234,254,.05)}.xs\:bg-blue-100\/50{background-color:rgba(219,234,254,.5)}.xs\:bg-blue-100\/55{background-color:rgba(219,234,254,.55)}.xs\:bg-blue-100\/60{background-color:rgba(219,234,254,.6)}.xs\:bg-blue-100\/65{background-color:rgba(219,234,254,.65)}.xs\:bg-blue-100\/70{background-color:rgba(219,234,254,.7)}.xs\:bg-blue-100\/75{background-color:rgba(219,234,254,.75)}.xs\:bg-blue-100\/80{background-color:rgba(219,234,254,.8)}.xs\:bg-blue-100\/85{background-color:rgba(219,234,254,.85)}.xs\:bg-blue-100\/90{background-color:rgba(219,234,254,.9)}.xs\:bg-blue-100\/95{background-color:rgba(219,234,254,.95)}.xs\:bg-blue-200{--tw-bg-opacity:1;background-color:rgba(191,219,254,var(--tw-bg-opacity))}.xs\:bg-blue-200\/0{background-color:rgba(191,219,254,0)}.xs\:bg-blue-200\/10{background-color:rgba(191,219,254,.1)}.xs\:bg-blue-200\/100{background-color:#bfdbfe}.xs\:bg-blue-200\/15{background-color:rgba(191,219,254,.15)}.xs\:bg-blue-200\/20{background-color:rgba(191,219,254,.2)}.xs\:bg-blue-200\/25{background-color:rgba(191,219,254,.25)}.xs\:bg-blue-200\/30{background-color:rgba(191,219,254,.3)}.xs\:bg-blue-200\/35{background-color:rgba(191,219,254,.35)}.xs\:bg-blue-200\/40{background-color:rgba(191,219,254,.4)}.xs\:bg-blue-200\/45{background-color:rgba(191,219,254,.45)}.xs\:bg-blue-200\/5{background-color:rgba(191,219,254,.05)}.xs\:bg-blue-200\/50{background-color:rgba(191,219,254,.5)}.xs\:bg-blue-200\/55{background-color:rgba(191,219,254,.55)}.xs\:bg-blue-200\/60{background-color:rgba(191,219,254,.6)}.xs\:bg-blue-200\/65{background-color:rgba(191,219,254,.65)}.xs\:bg-blue-200\/70{background-color:rgba(191,219,254,.7)}.xs\:bg-blue-200\/75{background-color:rgba(191,219,254,.75)}.xs\:bg-blue-200\/80{background-color:rgba(191,219,254,.8)}.xs\:bg-blue-200\/85{background-color:rgba(191,219,254,.85)}.xs\:bg-blue-200\/90{background-color:rgba(191,219,254,.9)}.xs\:bg-blue-200\/95{background-color:rgba(191,219,254,.95)}.xs\:bg-blue-300{--tw-bg-opacity:1;background-color:rgba(147,197,253,var(--tw-bg-opacity))}.xs\:bg-blue-300\/0{background-color:rgba(147,197,253,0)}.xs\:bg-blue-300\/10{background-color:rgba(147,197,253,.1)}.xs\:bg-blue-300\/100{background-color:#93c5fd}.xs\:bg-blue-300\/15{background-color:rgba(147,197,253,.15)}.xs\:bg-blue-300\/20{background-color:rgba(147,197,253,.2)}.xs\:bg-blue-300\/25{background-color:rgba(147,197,253,.25)}.xs\:bg-blue-300\/30{background-color:rgba(147,197,253,.3)}.xs\:bg-blue-300\/35{background-color:rgba(147,197,253,.35)}.xs\:bg-blue-300\/40{background-color:rgba(147,197,253,.4)}.xs\:bg-blue-300\/45{background-color:rgba(147,197,253,.45)}.xs\:bg-blue-300\/5{background-color:rgba(147,197,253,.05)}.xs\:bg-blue-300\/50{background-color:rgba(147,197,253,.5)}.xs\:bg-blue-300\/55{background-color:rgba(147,197,253,.55)}.xs\:bg-blue-300\/60{background-color:rgba(147,197,253,.6)}.xs\:bg-blue-300\/65{background-color:rgba(147,197,253,.65)}.xs\:bg-blue-300\/70{background-color:rgba(147,197,253,.7)}.xs\:bg-blue-300\/75{background-color:rgba(147,197,253,.75)}.xs\:bg-blue-300\/80{background-color:rgba(147,197,253,.8)}.xs\:bg-blue-300\/85{background-color:rgba(147,197,253,.85)}.xs\:bg-blue-300\/90{background-color:rgba(147,197,253,.9)}.xs\:bg-blue-300\/95{background-color:rgba(147,197,253,.95)}.xs\:bg-blue-400{--tw-bg-opacity:1;background-color:rgba(96,165,250,var(--tw-bg-opacity))}.xs\:bg-blue-400\/0{background-color:rgba(96,165,250,0)}.xs\:bg-blue-400\/10{background-color:rgba(96,165,250,.1)}.xs\:bg-blue-400\/100{background-color:#60a5fa}.xs\:bg-blue-400\/15{background-color:rgba(96,165,250,.15)}.xs\:bg-blue-400\/20{background-color:rgba(96,165,250,.2)}.xs\:bg-blue-400\/25{background-color:rgba(96,165,250,.25)}.xs\:bg-blue-400\/30{background-color:rgba(96,165,250,.3)}.xs\:bg-blue-400\/35{background-color:rgba(96,165,250,.35)}.xs\:bg-blue-400\/40{background-color:rgba(96,165,250,.4)}.xs\:bg-blue-400\/45{background-color:rgba(96,165,250,.45)}.xs\:bg-blue-400\/5{background-color:rgba(96,165,250,.05)}.xs\:bg-blue-400\/50{background-color:rgba(96,165,250,.5)}.xs\:bg-blue-400\/55{background-color:rgba(96,165,250,.55)}.xs\:bg-blue-400\/60{background-color:rgba(96,165,250,.6)}.xs\:bg-blue-400\/65{background-color:rgba(96,165,250,.65)}.xs\:bg-blue-400\/70{background-color:rgba(96,165,250,.7)}.xs\:bg-blue-400\/75{background-color:rgba(96,165,250,.75)}.xs\:bg-blue-400\/80{background-color:rgba(96,165,250,.8)}.xs\:bg-blue-400\/85{background-color:rgba(96,165,250,.85)}.xs\:bg-blue-400\/90{background-color:rgba(96,165,250,.9)}.xs\:bg-blue-400\/95{background-color:rgba(96,165,250,.95)}.xs\:bg-blue-50{--tw-bg-opacity:1;background-color:rgba(239,246,255,var(--tw-bg-opacity))}.xs\:bg-blue-50\/0{background-color:rgba(239,246,255,0)}.xs\:bg-blue-50\/10{background-color:rgba(239,246,255,.1)}.xs\:bg-blue-50\/100{background-color:#eff6ff}.xs\:bg-blue-50\/15{background-color:rgba(239,246,255,.15)}.xs\:bg-blue-50\/20{background-color:rgba(239,246,255,.2)}.xs\:bg-blue-50\/25{background-color:rgba(239,246,255,.25)}.xs\:bg-blue-50\/30{background-color:rgba(239,246,255,.3)}.xs\:bg-blue-50\/35{background-color:rgba(239,246,255,.35)}.xs\:bg-blue-50\/40{background-color:rgba(239,246,255,.4)}.xs\:bg-blue-50\/45{background-color:rgba(239,246,255,.45)}.xs\:bg-blue-50\/5{background-color:rgba(239,246,255,.05)}.xs\:bg-blue-50\/50{background-color:rgba(239,246,255,.5)}.xs\:bg-blue-50\/55{background-color:rgba(239,246,255,.55)}.xs\:bg-blue-50\/60{background-color:rgba(239,246,255,.6)}.xs\:bg-blue-50\/65{background-color:rgba(239,246,255,.65)}.xs\:bg-blue-50\/70{background-color:rgba(239,246,255,.7)}.xs\:bg-blue-50\/75{background-color:rgba(239,246,255,.75)}.xs\:bg-blue-50\/80{background-color:rgba(239,246,255,.8)}.xs\:bg-blue-50\/85{background-color:rgba(239,246,255,.85)}.xs\:bg-blue-50\/90{background-color:rgba(239,246,255,.9)}.xs\:bg-blue-50\/95{background-color:rgba(239,246,255,.95)}.xs\:bg-blue-500{--tw-bg-opacity:1;background-color:rgba(59,130,246,var(--tw-bg-opacity))}.xs\:bg-blue-500\/0{background-color:rgba(59,130,246,0)}.xs\:bg-blue-500\/10{background-color:rgba(59,130,246,.1)}.xs\:bg-blue-500\/100{background-color:#3b82f6}.xs\:bg-blue-500\/15{background-color:rgba(59,130,246,.15)}.xs\:bg-blue-500\/20{background-color:rgba(59,130,246,.2)}.xs\:bg-blue-500\/25{background-color:rgba(59,130,246,.25)}.xs\:bg-blue-500\/30{background-color:rgba(59,130,246,.3)}.xs\:bg-blue-500\/35{background-color:rgba(59,130,246,.35)}.xs\:bg-blue-500\/40{background-color:rgba(59,130,246,.4)}.xs\:bg-blue-500\/45{background-color:rgba(59,130,246,.45)}.xs\:bg-blue-500\/5{background-color:rgba(59,130,246,.05)}.xs\:bg-blue-500\/50{background-color:rgba(59,130,246,.5)}.xs\:bg-blue-500\/55{background-color:rgba(59,130,246,.55)}.xs\:bg-blue-500\/60{background-color:rgba(59,130,246,.6)}.xs\:bg-blue-500\/65{background-color:rgba(59,130,246,.65)}.xs\:bg-blue-500\/70{background-color:rgba(59,130,246,.7)}.xs\:bg-blue-500\/75{background-color:rgba(59,130,246,.75)}.xs\:bg-blue-500\/80{background-color:rgba(59,130,246,.8)}.xs\:bg-blue-500\/85{background-color:rgba(59,130,246,.85)}.xs\:bg-blue-500\/90{background-color:rgba(59,130,246,.9)}.xs\:bg-blue-500\/95{background-color:rgba(59,130,246,.95)}.xs\:bg-blue-600{--tw-bg-opacity:1;background-color:rgba(37,99,235,var(--tw-bg-opacity))}.xs\:bg-blue-600\/0{background-color:rgba(37,99,235,0)}.xs\:bg-blue-600\/10{background-color:rgba(37,99,235,.1)}.xs\:bg-blue-600\/100{background-color:#2563eb}.xs\:bg-blue-600\/15{background-color:rgba(37,99,235,.15)}.xs\:bg-blue-600\/20{background-color:rgba(37,99,235,.2)}.xs\:bg-blue-600\/25{background-color:rgba(37,99,235,.25)}.xs\:bg-blue-600\/30{background-color:rgba(37,99,235,.3)}.xs\:bg-blue-600\/35{background-color:rgba(37,99,235,.35)}.xs\:bg-blue-600\/40{background-color:rgba(37,99,235,.4)}.xs\:bg-blue-600\/45{background-color:rgba(37,99,235,.45)}.xs\:bg-blue-600\/5{background-color:rgba(37,99,235,.05)}.xs\:bg-blue-600\/50{background-color:rgba(37,99,235,.5)}.xs\:bg-blue-600\/55{background-color:rgba(37,99,235,.55)}.xs\:bg-blue-600\/60{background-color:rgba(37,99,235,.6)}.xs\:bg-blue-600\/65{background-color:rgba(37,99,235,.65)}.xs\:bg-blue-600\/70{background-color:rgba(37,99,235,.7)}.xs\:bg-blue-600\/75{background-color:rgba(37,99,235,.75)}.xs\:bg-blue-600\/80{background-color:rgba(37,99,235,.8)}.xs\:bg-blue-600\/85{background-color:rgba(37,99,235,.85)}.xs\:bg-blue-600\/90{background-color:rgba(37,99,235,.9)}.xs\:bg-blue-600\/95{background-color:rgba(37,99,235,.95)}.xs\:bg-blue-700{--tw-bg-opacity:1;background-color:rgba(29,78,216,var(--tw-bg-opacity))}.xs\:bg-blue-700\/0{background-color:rgba(29,78,216,0)}.xs\:bg-blue-700\/10{background-color:rgba(29,78,216,.1)}.xs\:bg-blue-700\/100{background-color:#1d4ed8}.xs\:bg-blue-700\/15{background-color:rgba(29,78,216,.15)}.xs\:bg-blue-700\/20{background-color:rgba(29,78,216,.2)}.xs\:bg-blue-700\/25{background-color:rgba(29,78,216,.25)}.xs\:bg-blue-700\/30{background-color:rgba(29,78,216,.3)}.xs\:bg-blue-700\/35{background-color:rgba(29,78,216,.35)}.xs\:bg-blue-700\/40{background-color:rgba(29,78,216,.4)}.xs\:bg-blue-700\/45{background-color:rgba(29,78,216,.45)}.xs\:bg-blue-700\/5{background-color:rgba(29,78,216,.05)}.xs\:bg-blue-700\/50{background-color:rgba(29,78,216,.5)}.xs\:bg-blue-700\/55{background-color:rgba(29,78,216,.55)}.xs\:bg-blue-700\/60{background-color:rgba(29,78,216,.6)}.xs\:bg-blue-700\/65{background-color:rgba(29,78,216,.65)}.xs\:bg-blue-700\/70{background-color:rgba(29,78,216,.7)}.xs\:bg-blue-700\/75{background-color:rgba(29,78,216,.75)}.xs\:bg-blue-700\/80{background-color:rgba(29,78,216,.8)}.xs\:bg-blue-700\/85{background-color:rgba(29,78,216,.85)}.xs\:bg-blue-700\/90{background-color:rgba(29,78,216,.9)}.xs\:bg-blue-700\/95{background-color:rgba(29,78,216,.95)}.xs\:bg-blue-800{--tw-bg-opacity:1;background-color:rgba(30,64,175,var(--tw-bg-opacity))}.xs\:bg-blue-800\/0{background-color:rgba(30,64,175,0)}.xs\:bg-blue-800\/10{background-color:rgba(30,64,175,.1)}.xs\:bg-blue-800\/100{background-color:#1e40af}.xs\:bg-blue-800\/15{background-color:rgba(30,64,175,.15)}.xs\:bg-blue-800\/20{background-color:rgba(30,64,175,.2)}.xs\:bg-blue-800\/25{background-color:rgba(30,64,175,.25)}.xs\:bg-blue-800\/30{background-color:rgba(30,64,175,.3)}.xs\:bg-blue-800\/35{background-color:rgba(30,64,175,.35)}.xs\:bg-blue-800\/40{background-color:rgba(30,64,175,.4)}.xs\:bg-blue-800\/45{background-color:rgba(30,64,175,.45)}.xs\:bg-blue-800\/5{background-color:rgba(30,64,175,.05)}.xs\:bg-blue-800\/50{background-color:rgba(30,64,175,.5)}.xs\:bg-blue-800\/55{background-color:rgba(30,64,175,.55)}.xs\:bg-blue-800\/60{background-color:rgba(30,64,175,.6)}.xs\:bg-blue-800\/65{background-color:rgba(30,64,175,.65)}.xs\:bg-blue-800\/70{background-color:rgba(30,64,175,.7)}.xs\:bg-blue-800\/75{background-color:rgba(30,64,175,.75)}.xs\:bg-blue-800\/80{background-color:rgba(30,64,175,.8)}.xs\:bg-blue-800\/85{background-color:rgba(30,64,175,.85)}.xs\:bg-blue-800\/90{background-color:rgba(30,64,175,.9)}.xs\:bg-blue-800\/95{background-color:rgba(30,64,175,.95)}.xs\:bg-blue-900{--tw-bg-opacity:1;background-color:rgba(30,58,138,var(--tw-bg-opacity))}.xs\:bg-blue-900\/0{background-color:rgba(30,58,138,0)}.xs\:bg-blue-900\/10{background-color:rgba(30,58,138,.1)}.xs\:bg-blue-900\/100{background-color:#1e3a8a}.xs\:bg-blue-900\/15{background-color:rgba(30,58,138,.15)}.xs\:bg-blue-900\/20{background-color:rgba(30,58,138,.2)}.xs\:bg-blue-900\/25{background-color:rgba(30,58,138,.25)}.xs\:bg-blue-900\/30{background-color:rgba(30,58,138,.3)}.xs\:bg-blue-900\/35{background-color:rgba(30,58,138,.35)}.xs\:bg-blue-900\/40{background-color:rgba(30,58,138,.4)}.xs\:bg-blue-900\/45{background-color:rgba(30,58,138,.45)}.xs\:bg-blue-900\/5{background-color:rgba(30,58,138,.05)}.xs\:bg-blue-900\/50{background-color:rgba(30,58,138,.5)}.xs\:bg-blue-900\/55{background-color:rgba(30,58,138,.55)}.xs\:bg-blue-900\/60{background-color:rgba(30,58,138,.6)}.xs\:bg-blue-900\/65{background-color:rgba(30,58,138,.65)}.xs\:bg-blue-900\/70{background-color:rgba(30,58,138,.7)}.xs\:bg-blue-900\/75{background-color:rgba(30,58,138,.75)}.xs\:bg-blue-900\/80{background-color:rgba(30,58,138,.8)}.xs\:bg-blue-900\/85{background-color:rgba(30,58,138,.85)}.xs\:bg-blue-900\/90{background-color:rgba(30,58,138,.9)}.xs\:bg-blue-900\/95{background-color:rgba(30,58,138,.95)}.xs\:bg-blue-950{--tw-bg-opacity:1;background-color:rgba(23,37,84,var(--tw-bg-opacity))}.xs\:bg-blue-950\/0{background-color:rgba(23,37,84,0)}.xs\:bg-blue-950\/10{background-color:rgba(23,37,84,.1)}.xs\:bg-blue-950\/100{background-color:#172554}.xs\:bg-blue-950\/15{background-color:rgba(23,37,84,.15)}.xs\:bg-blue-950\/20{background-color:rgba(23,37,84,.2)}.xs\:bg-blue-950\/25{background-color:rgba(23,37,84,.25)}.xs\:bg-blue-950\/30{background-color:rgba(23,37,84,.3)}.xs\:bg-blue-950\/35{background-color:rgba(23,37,84,.35)}.xs\:bg-blue-950\/40{background-color:rgba(23,37,84,.4)}.xs\:bg-blue-950\/45{background-color:rgba(23,37,84,.45)}.xs\:bg-blue-950\/5{background-color:rgba(23,37,84,.05)}.xs\:bg-blue-950\/50{background-color:rgba(23,37,84,.5)}.xs\:bg-blue-950\/55{background-color:rgba(23,37,84,.55)}.xs\:bg-blue-950\/60{background-color:rgba(23,37,84,.6)}.xs\:bg-blue-950\/65{background-color:rgba(23,37,84,.65)}.xs\:bg-blue-950\/70{background-color:rgba(23,37,84,.7)}.xs\:bg-blue-950\/75{background-color:rgba(23,37,84,.75)}.xs\:bg-blue-950\/80{background-color:rgba(23,37,84,.8)}.xs\:bg-blue-950\/85{background-color:rgba(23,37,84,.85)}.xs\:bg-blue-950\/90{background-color:rgba(23,37,84,.9)}.xs\:bg-blue-950\/95{background-color:rgba(23,37,84,.95)}.xs\:bg-current{background-color:currentColor}.xs\:bg-cyan-100{--tw-bg-opacity:1;background-color:rgba(207,250,254,var(--tw-bg-opacity))}.xs\:bg-cyan-100\/0{background-color:rgba(207,250,254,0)}.xs\:bg-cyan-100\/10{background-color:rgba(207,250,254,.1)}.xs\:bg-cyan-100\/100{background-color:#cffafe}.xs\:bg-cyan-100\/15{background-color:rgba(207,250,254,.15)}.xs\:bg-cyan-100\/20{background-color:rgba(207,250,254,.2)}.xs\:bg-cyan-100\/25{background-color:rgba(207,250,254,.25)}.xs\:bg-cyan-100\/30{background-color:rgba(207,250,254,.3)}.xs\:bg-cyan-100\/35{background-color:rgba(207,250,254,.35)}.xs\:bg-cyan-100\/40{background-color:rgba(207,250,254,.4)}.xs\:bg-cyan-100\/45{background-color:rgba(207,250,254,.45)}.xs\:bg-cyan-100\/5{background-color:rgba(207,250,254,.05)}.xs\:bg-cyan-100\/50{background-color:rgba(207,250,254,.5)}.xs\:bg-cyan-100\/55{background-color:rgba(207,250,254,.55)}.xs\:bg-cyan-100\/60{background-color:rgba(207,250,254,.6)}.xs\:bg-cyan-100\/65{background-color:rgba(207,250,254,.65)}.xs\:bg-cyan-100\/70{background-color:rgba(207,250,254,.7)}.xs\:bg-cyan-100\/75{background-color:rgba(207,250,254,.75)}.xs\:bg-cyan-100\/80{background-color:rgba(207,250,254,.8)}.xs\:bg-cyan-100\/85{background-color:rgba(207,250,254,.85)}.xs\:bg-cyan-100\/90{background-color:rgba(207,250,254,.9)}.xs\:bg-cyan-100\/95{background-color:rgba(207,250,254,.95)}.xs\:bg-cyan-200{--tw-bg-opacity:1;background-color:rgba(165,243,252,var(--tw-bg-opacity))}.xs\:bg-cyan-200\/0{background-color:rgba(165,243,252,0)}.xs\:bg-cyan-200\/10{background-color:rgba(165,243,252,.1)}.xs\:bg-cyan-200\/100{background-color:#a5f3fc}.xs\:bg-cyan-200\/15{background-color:rgba(165,243,252,.15)}.xs\:bg-cyan-200\/20{background-color:rgba(165,243,252,.2)}.xs\:bg-cyan-200\/25{background-color:rgba(165,243,252,.25)}.xs\:bg-cyan-200\/30{background-color:rgba(165,243,252,.3)}.xs\:bg-cyan-200\/35{background-color:rgba(165,243,252,.35)}.xs\:bg-cyan-200\/40{background-color:rgba(165,243,252,.4)}.xs\:bg-cyan-200\/45{background-color:rgba(165,243,252,.45)}.xs\:bg-cyan-200\/5{background-color:rgba(165,243,252,.05)}.xs\:bg-cyan-200\/50{background-color:rgba(165,243,252,.5)}.xs\:bg-cyan-200\/55{background-color:rgba(165,243,252,.55)}.xs\:bg-cyan-200\/60{background-color:rgba(165,243,252,.6)}.xs\:bg-cyan-200\/65{background-color:rgba(165,243,252,.65)}.xs\:bg-cyan-200\/70{background-color:rgba(165,243,252,.7)}.xs\:bg-cyan-200\/75{background-color:rgba(165,243,252,.75)}.xs\:bg-cyan-200\/80{background-color:rgba(165,243,252,.8)}.xs\:bg-cyan-200\/85{background-color:rgba(165,243,252,.85)}.xs\:bg-cyan-200\/90{background-color:rgba(165,243,252,.9)}.xs\:bg-cyan-200\/95{background-color:rgba(165,243,252,.95)}.xs\:bg-cyan-300{--tw-bg-opacity:1;background-color:rgba(103,232,249,var(--tw-bg-opacity))}.xs\:bg-cyan-300\/0{background-color:rgba(103,232,249,0)}.xs\:bg-cyan-300\/10{background-color:rgba(103,232,249,.1)}.xs\:bg-cyan-300\/100{background-color:#67e8f9}.xs\:bg-cyan-300\/15{background-color:rgba(103,232,249,.15)}.xs\:bg-cyan-300\/20{background-color:rgba(103,232,249,.2)}.xs\:bg-cyan-300\/25{background-color:rgba(103,232,249,.25)}.xs\:bg-cyan-300\/30{background-color:rgba(103,232,249,.3)}.xs\:bg-cyan-300\/35{background-color:rgba(103,232,249,.35)}.xs\:bg-cyan-300\/40{background-color:rgba(103,232,249,.4)}.xs\:bg-cyan-300\/45{background-color:rgba(103,232,249,.45)}.xs\:bg-cyan-300\/5{background-color:rgba(103,232,249,.05)}.xs\:bg-cyan-300\/50{background-color:rgba(103,232,249,.5)}.xs\:bg-cyan-300\/55{background-color:rgba(103,232,249,.55)}.xs\:bg-cyan-300\/60{background-color:rgba(103,232,249,.6)}.xs\:bg-cyan-300\/65{background-color:rgba(103,232,249,.65)}.xs\:bg-cyan-300\/70{background-color:rgba(103,232,249,.7)}.xs\:bg-cyan-300\/75{background-color:rgba(103,232,249,.75)}.xs\:bg-cyan-300\/80{background-color:rgba(103,232,249,.8)}.xs\:bg-cyan-300\/85{background-color:rgba(103,232,249,.85)}.xs\:bg-cyan-300\/90{background-color:rgba(103,232,249,.9)}.xs\:bg-cyan-300\/95{background-color:rgba(103,232,249,.95)}.xs\:bg-cyan-400{--tw-bg-opacity:1;background-color:rgba(34,211,238,var(--tw-bg-opacity))}.xs\:bg-cyan-400\/0{background-color:rgba(34,211,238,0)}.xs\:bg-cyan-400\/10{background-color:rgba(34,211,238,.1)}.xs\:bg-cyan-400\/100{background-color:#22d3ee}.xs\:bg-cyan-400\/15{background-color:rgba(34,211,238,.15)}.xs\:bg-cyan-400\/20{background-color:rgba(34,211,238,.2)}.xs\:bg-cyan-400\/25{background-color:rgba(34,211,238,.25)}.xs\:bg-cyan-400\/30{background-color:rgba(34,211,238,.3)}.xs\:bg-cyan-400\/35{background-color:rgba(34,211,238,.35)}.xs\:bg-cyan-400\/40{background-color:rgba(34,211,238,.4)}.xs\:bg-cyan-400\/45{background-color:rgba(34,211,238,.45)}.xs\:bg-cyan-400\/5{background-color:rgba(34,211,238,.05)}.xs\:bg-cyan-400\/50{background-color:rgba(34,211,238,.5)}.xs\:bg-cyan-400\/55{background-color:rgba(34,211,238,.55)}.xs\:bg-cyan-400\/60{background-color:rgba(34,211,238,.6)}.xs\:bg-cyan-400\/65{background-color:rgba(34,211,238,.65)}.xs\:bg-cyan-400\/70{background-color:rgba(34,211,238,.7)}.xs\:bg-cyan-400\/75{background-color:rgba(34,211,238,.75)}.xs\:bg-cyan-400\/80{background-color:rgba(34,211,238,.8)}.xs\:bg-cyan-400\/85{background-color:rgba(34,211,238,.85)}.xs\:bg-cyan-400\/90{background-color:rgba(34,211,238,.9)}.xs\:bg-cyan-400\/95{background-color:rgba(34,211,238,.95)}.xs\:bg-cyan-50{--tw-bg-opacity:1;background-color:rgba(236,254,255,var(--tw-bg-opacity))}.xs\:bg-cyan-50\/0{background-color:rgba(236,254,255,0)}.xs\:bg-cyan-50\/10{background-color:rgba(236,254,255,.1)}.xs\:bg-cyan-50\/100{background-color:#ecfeff}.xs\:bg-cyan-50\/15{background-color:rgba(236,254,255,.15)}.xs\:bg-cyan-50\/20{background-color:rgba(236,254,255,.2)}.xs\:bg-cyan-50\/25{background-color:rgba(236,254,255,.25)}.xs\:bg-cyan-50\/30{background-color:rgba(236,254,255,.3)}.xs\:bg-cyan-50\/35{background-color:rgba(236,254,255,.35)}.xs\:bg-cyan-50\/40{background-color:rgba(236,254,255,.4)}.xs\:bg-cyan-50\/45{background-color:rgba(236,254,255,.45)}.xs\:bg-cyan-50\/5{background-color:rgba(236,254,255,.05)}.xs\:bg-cyan-50\/50{background-color:rgba(236,254,255,.5)}.xs\:bg-cyan-50\/55{background-color:rgba(236,254,255,.55)}.xs\:bg-cyan-50\/60{background-color:rgba(236,254,255,.6)}.xs\:bg-cyan-50\/65{background-color:rgba(236,254,255,.65)}.xs\:bg-cyan-50\/70{background-color:rgba(236,254,255,.7)}.xs\:bg-cyan-50\/75{background-color:rgba(236,254,255,.75)}.xs\:bg-cyan-50\/80{background-color:rgba(236,254,255,.8)}.xs\:bg-cyan-50\/85{background-color:rgba(236,254,255,.85)}.xs\:bg-cyan-50\/90{background-color:rgba(236,254,255,.9)}.xs\:bg-cyan-50\/95{background-color:rgba(236,254,255,.95)}.xs\:bg-cyan-500{--tw-bg-opacity:1;background-color:rgba(6,182,212,var(--tw-bg-opacity))}.xs\:bg-cyan-500\/0{background-color:rgba(6,182,212,0)}.xs\:bg-cyan-500\/10{background-color:rgba(6,182,212,.1)}.xs\:bg-cyan-500\/100{background-color:#06b6d4}.xs\:bg-cyan-500\/15{background-color:rgba(6,182,212,.15)}.xs\:bg-cyan-500\/20{background-color:rgba(6,182,212,.2)}.xs\:bg-cyan-500\/25{background-color:rgba(6,182,212,.25)}.xs\:bg-cyan-500\/30{background-color:rgba(6,182,212,.3)}.xs\:bg-cyan-500\/35{background-color:rgba(6,182,212,.35)}.xs\:bg-cyan-500\/40{background-color:rgba(6,182,212,.4)}.xs\:bg-cyan-500\/45{background-color:rgba(6,182,212,.45)}.xs\:bg-cyan-500\/5{background-color:rgba(6,182,212,.05)}.xs\:bg-cyan-500\/50{background-color:rgba(6,182,212,.5)}.xs\:bg-cyan-500\/55{background-color:rgba(6,182,212,.55)}.xs\:bg-cyan-500\/60{background-color:rgba(6,182,212,.6)}.xs\:bg-cyan-500\/65{background-color:rgba(6,182,212,.65)}.xs\:bg-cyan-500\/70{background-color:rgba(6,182,212,.7)}.xs\:bg-cyan-500\/75{background-color:rgba(6,182,212,.75)}.xs\:bg-cyan-500\/80{background-color:rgba(6,182,212,.8)}.xs\:bg-cyan-500\/85{background-color:rgba(6,182,212,.85)}.xs\:bg-cyan-500\/90{background-color:rgba(6,182,212,.9)}.xs\:bg-cyan-500\/95{background-color:rgba(6,182,212,.95)}.xs\:bg-cyan-600{--tw-bg-opacity:1;background-color:rgba(8,145,178,var(--tw-bg-opacity))}.xs\:bg-cyan-600\/0{background-color:rgba(8,145,178,0)}.xs\:bg-cyan-600\/10{background-color:rgba(8,145,178,.1)}.xs\:bg-cyan-600\/100{background-color:#0891b2}.xs\:bg-cyan-600\/15{background-color:rgba(8,145,178,.15)}.xs\:bg-cyan-600\/20{background-color:rgba(8,145,178,.2)}.xs\:bg-cyan-600\/25{background-color:rgba(8,145,178,.25)}.xs\:bg-cyan-600\/30{background-color:rgba(8,145,178,.3)}.xs\:bg-cyan-600\/35{background-color:rgba(8,145,178,.35)}.xs\:bg-cyan-600\/40{background-color:rgba(8,145,178,.4)}.xs\:bg-cyan-600\/45{background-color:rgba(8,145,178,.45)}.xs\:bg-cyan-600\/5{background-color:rgba(8,145,178,.05)}.xs\:bg-cyan-600\/50{background-color:rgba(8,145,178,.5)}.xs\:bg-cyan-600\/55{background-color:rgba(8,145,178,.55)}.xs\:bg-cyan-600\/60{background-color:rgba(8,145,178,.6)}.xs\:bg-cyan-600\/65{background-color:rgba(8,145,178,.65)}.xs\:bg-cyan-600\/70{background-color:rgba(8,145,178,.7)}.xs\:bg-cyan-600\/75{background-color:rgba(8,145,178,.75)}.xs\:bg-cyan-600\/80{background-color:rgba(8,145,178,.8)}.xs\:bg-cyan-600\/85{background-color:rgba(8,145,178,.85)}.xs\:bg-cyan-600\/90{background-color:rgba(8,145,178,.9)}.xs\:bg-cyan-600\/95{background-color:rgba(8,145,178,.95)}.xs\:bg-cyan-700{--tw-bg-opacity:1;background-color:rgba(14,116,144,var(--tw-bg-opacity))}.xs\:bg-cyan-700\/0{background-color:rgba(14,116,144,0)}.xs\:bg-cyan-700\/10{background-color:rgba(14,116,144,.1)}.xs\:bg-cyan-700\/100{background-color:#0e7490}.xs\:bg-cyan-700\/15{background-color:rgba(14,116,144,.15)}.xs\:bg-cyan-700\/20{background-color:rgba(14,116,144,.2)}.xs\:bg-cyan-700\/25{background-color:rgba(14,116,144,.25)}.xs\:bg-cyan-700\/30{background-color:rgba(14,116,144,.3)}.xs\:bg-cyan-700\/35{background-color:rgba(14,116,144,.35)}.xs\:bg-cyan-700\/40{background-color:rgba(14,116,144,.4)}.xs\:bg-cyan-700\/45{background-color:rgba(14,116,144,.45)}.xs\:bg-cyan-700\/5{background-color:rgba(14,116,144,.05)}.xs\:bg-cyan-700\/50{background-color:rgba(14,116,144,.5)}.xs\:bg-cyan-700\/55{background-color:rgba(14,116,144,.55)}.xs\:bg-cyan-700\/60{background-color:rgba(14,116,144,.6)}.xs\:bg-cyan-700\/65{background-color:rgba(14,116,144,.65)}.xs\:bg-cyan-700\/70{background-color:rgba(14,116,144,.7)}.xs\:bg-cyan-700\/75{background-color:rgba(14,116,144,.75)}.xs\:bg-cyan-700\/80{background-color:rgba(14,116,144,.8)}.xs\:bg-cyan-700\/85{background-color:rgba(14,116,144,.85)}.xs\:bg-cyan-700\/90{background-color:rgba(14,116,144,.9)}.xs\:bg-cyan-700\/95{background-color:rgba(14,116,144,.95)}.xs\:bg-cyan-800{--tw-bg-opacity:1;background-color:rgba(21,94,117,var(--tw-bg-opacity))}.xs\:bg-cyan-800\/0{background-color:rgba(21,94,117,0)}.xs\:bg-cyan-800\/10{background-color:rgba(21,94,117,.1)}.xs\:bg-cyan-800\/100{background-color:#155e75}.xs\:bg-cyan-800\/15{background-color:rgba(21,94,117,.15)}.xs\:bg-cyan-800\/20{background-color:rgba(21,94,117,.2)}.xs\:bg-cyan-800\/25{background-color:rgba(21,94,117,.25)}.xs\:bg-cyan-800\/30{background-color:rgba(21,94,117,.3)}.xs\:bg-cyan-800\/35{background-color:rgba(21,94,117,.35)}.xs\:bg-cyan-800\/40{background-color:rgba(21,94,117,.4)}.xs\:bg-cyan-800\/45{background-color:rgba(21,94,117,.45)}.xs\:bg-cyan-800\/5{background-color:rgba(21,94,117,.05)}.xs\:bg-cyan-800\/50{background-color:rgba(21,94,117,.5)}.xs\:bg-cyan-800\/55{background-color:rgba(21,94,117,.55)}.xs\:bg-cyan-800\/60{background-color:rgba(21,94,117,.6)}.xs\:bg-cyan-800\/65{background-color:rgba(21,94,117,.65)}.xs\:bg-cyan-800\/70{background-color:rgba(21,94,117,.7)}.xs\:bg-cyan-800\/75{background-color:rgba(21,94,117,.75)}.xs\:bg-cyan-800\/80{background-color:rgba(21,94,117,.8)}.xs\:bg-cyan-800\/85{background-color:rgba(21,94,117,.85)}.xs\:bg-cyan-800\/90{background-color:rgba(21,94,117,.9)}.xs\:bg-cyan-800\/95{background-color:rgba(21,94,117,.95)}.xs\:bg-cyan-900{--tw-bg-opacity:1;background-color:rgba(22,78,99,var(--tw-bg-opacity))}.xs\:bg-cyan-900\/0{background-color:rgba(22,78,99,0)}.xs\:bg-cyan-900\/10{background-color:rgba(22,78,99,.1)}.xs\:bg-cyan-900\/100{background-color:#164e63}.xs\:bg-cyan-900\/15{background-color:rgba(22,78,99,.15)}.xs\:bg-cyan-900\/20{background-color:rgba(22,78,99,.2)}.xs\:bg-cyan-900\/25{background-color:rgba(22,78,99,.25)}.xs\:bg-cyan-900\/30{background-color:rgba(22,78,99,.3)}.xs\:bg-cyan-900\/35{background-color:rgba(22,78,99,.35)}.xs\:bg-cyan-900\/40{background-color:rgba(22,78,99,.4)}.xs\:bg-cyan-900\/45{background-color:rgba(22,78,99,.45)}.xs\:bg-cyan-900\/5{background-color:rgba(22,78,99,.05)}.xs\:bg-cyan-900\/50{background-color:rgba(22,78,99,.5)}.xs\:bg-cyan-900\/55{background-color:rgba(22,78,99,.55)}.xs\:bg-cyan-900\/60{background-color:rgba(22,78,99,.6)}.xs\:bg-cyan-900\/65{background-color:rgba(22,78,99,.65)}.xs\:bg-cyan-900\/70{background-color:rgba(22,78,99,.7)}.xs\:bg-cyan-900\/75{background-color:rgba(22,78,99,.75)}.xs\:bg-cyan-900\/80{background-color:rgba(22,78,99,.8)}.xs\:bg-cyan-900\/85{background-color:rgba(22,78,99,.85)}.xs\:bg-cyan-900\/90{background-color:rgba(22,78,99,.9)}.xs\:bg-cyan-900\/95{background-color:rgba(22,78,99,.95)}.xs\:bg-cyan-950{--tw-bg-opacity:1;background-color:rgba(8,51,68,var(--tw-bg-opacity))}.xs\:bg-cyan-950\/0{background-color:rgba(8,51,68,0)}.xs\:bg-cyan-950\/10{background-color:rgba(8,51,68,.1)}.xs\:bg-cyan-950\/100{background-color:#083344}.xs\:bg-cyan-950\/15{background-color:rgba(8,51,68,.15)}.xs\:bg-cyan-950\/20{background-color:rgba(8,51,68,.2)}.xs\:bg-cyan-950\/25{background-color:rgba(8,51,68,.25)}.xs\:bg-cyan-950\/30{background-color:rgba(8,51,68,.3)}.xs\:bg-cyan-950\/35{background-color:rgba(8,51,68,.35)}.xs\:bg-cyan-950\/40{background-color:rgba(8,51,68,.4)}.xs\:bg-cyan-950\/45{background-color:rgba(8,51,68,.45)}.xs\:bg-cyan-950\/5{background-color:rgba(8,51,68,.05)}.xs\:bg-cyan-950\/50{background-color:rgba(8,51,68,.5)}.xs\:bg-cyan-950\/55{background-color:rgba(8,51,68,.55)}.xs\:bg-cyan-950\/60{background-color:rgba(8,51,68,.6)}.xs\:bg-cyan-950\/65{background-color:rgba(8,51,68,.65)}.xs\:bg-cyan-950\/70{background-color:rgba(8,51,68,.7)}.xs\:bg-cyan-950\/75{background-color:rgba(8,51,68,.75)}.xs\:bg-cyan-950\/80{background-color:rgba(8,51,68,.8)}.xs\:bg-cyan-950\/85{background-color:rgba(8,51,68,.85)}.xs\:bg-cyan-950\/90{background-color:rgba(8,51,68,.9)}.xs\:bg-cyan-950\/95{background-color:rgba(8,51,68,.95)}.xs\:bg-emerald-100{--tw-bg-opacity:1;background-color:rgba(209,250,229,var(--tw-bg-opacity))}.xs\:bg-emerald-100\/0{background-color:rgba(209,250,229,0)}.xs\:bg-emerald-100\/10{background-color:rgba(209,250,229,.1)}.xs\:bg-emerald-100\/100{background-color:#d1fae5}.xs\:bg-emerald-100\/15{background-color:rgba(209,250,229,.15)}.xs\:bg-emerald-100\/20{background-color:rgba(209,250,229,.2)}.xs\:bg-emerald-100\/25{background-color:rgba(209,250,229,.25)}.xs\:bg-emerald-100\/30{background-color:rgba(209,250,229,.3)}.xs\:bg-emerald-100\/35{background-color:rgba(209,250,229,.35)}.xs\:bg-emerald-100\/40{background-color:rgba(209,250,229,.4)}.xs\:bg-emerald-100\/45{background-color:rgba(209,250,229,.45)}.xs\:bg-emerald-100\/5{background-color:rgba(209,250,229,.05)}.xs\:bg-emerald-100\/50{background-color:rgba(209,250,229,.5)}.xs\:bg-emerald-100\/55{background-color:rgba(209,250,229,.55)}.xs\:bg-emerald-100\/60{background-color:rgba(209,250,229,.6)}.xs\:bg-emerald-100\/65{background-color:rgba(209,250,229,.65)}.xs\:bg-emerald-100\/70{background-color:rgba(209,250,229,.7)}.xs\:bg-emerald-100\/75{background-color:rgba(209,250,229,.75)}.xs\:bg-emerald-100\/80{background-color:rgba(209,250,229,.8)}.xs\:bg-emerald-100\/85{background-color:rgba(209,250,229,.85)}.xs\:bg-emerald-100\/90{background-color:rgba(209,250,229,.9)}.xs\:bg-emerald-100\/95{background-color:rgba(209,250,229,.95)}.xs\:bg-emerald-200{--tw-bg-opacity:1;background-color:rgba(167,243,208,var(--tw-bg-opacity))}.xs\:bg-emerald-200\/0{background-color:rgba(167,243,208,0)}.xs\:bg-emerald-200\/10{background-color:rgba(167,243,208,.1)}.xs\:bg-emerald-200\/100{background-color:#a7f3d0}.xs\:bg-emerald-200\/15{background-color:rgba(167,243,208,.15)}.xs\:bg-emerald-200\/20{background-color:rgba(167,243,208,.2)}.xs\:bg-emerald-200\/25{background-color:rgba(167,243,208,.25)}.xs\:bg-emerald-200\/30{background-color:rgba(167,243,208,.3)}.xs\:bg-emerald-200\/35{background-color:rgba(167,243,208,.35)}.xs\:bg-emerald-200\/40{background-color:rgba(167,243,208,.4)}.xs\:bg-emerald-200\/45{background-color:rgba(167,243,208,.45)}.xs\:bg-emerald-200\/5{background-color:rgba(167,243,208,.05)}.xs\:bg-emerald-200\/50{background-color:rgba(167,243,208,.5)}.xs\:bg-emerald-200\/55{background-color:rgba(167,243,208,.55)}.xs\:bg-emerald-200\/60{background-color:rgba(167,243,208,.6)}.xs\:bg-emerald-200\/65{background-color:rgba(167,243,208,.65)}.xs\:bg-emerald-200\/70{background-color:rgba(167,243,208,.7)}.xs\:bg-emerald-200\/75{background-color:rgba(167,243,208,.75)}.xs\:bg-emerald-200\/80{background-color:rgba(167,243,208,.8)}.xs\:bg-emerald-200\/85{background-color:rgba(167,243,208,.85)}.xs\:bg-emerald-200\/90{background-color:rgba(167,243,208,.9)}.xs\:bg-emerald-200\/95{background-color:rgba(167,243,208,.95)}.xs\:bg-emerald-300{--tw-bg-opacity:1;background-color:rgba(110,231,183,var(--tw-bg-opacity))}.xs\:bg-emerald-300\/0{background-color:rgba(110,231,183,0)}.xs\:bg-emerald-300\/10{background-color:rgba(110,231,183,.1)}.xs\:bg-emerald-300\/100{background-color:#6ee7b7}.xs\:bg-emerald-300\/15{background-color:rgba(110,231,183,.15)}.xs\:bg-emerald-300\/20{background-color:rgba(110,231,183,.2)}.xs\:bg-emerald-300\/25{background-color:rgba(110,231,183,.25)}.xs\:bg-emerald-300\/30{background-color:rgba(110,231,183,.3)}.xs\:bg-emerald-300\/35{background-color:rgba(110,231,183,.35)}.xs\:bg-emerald-300\/40{background-color:rgba(110,231,183,.4)}.xs\:bg-emerald-300\/45{background-color:rgba(110,231,183,.45)}.xs\:bg-emerald-300\/5{background-color:rgba(110,231,183,.05)}.xs\:bg-emerald-300\/50{background-color:rgba(110,231,183,.5)}.xs\:bg-emerald-300\/55{background-color:rgba(110,231,183,.55)}.xs\:bg-emerald-300\/60{background-color:rgba(110,231,183,.6)}.xs\:bg-emerald-300\/65{background-color:rgba(110,231,183,.65)}.xs\:bg-emerald-300\/70{background-color:rgba(110,231,183,.7)}.xs\:bg-emerald-300\/75{background-color:rgba(110,231,183,.75)}.xs\:bg-emerald-300\/80{background-color:rgba(110,231,183,.8)}.xs\:bg-emerald-300\/85{background-color:rgba(110,231,183,.85)}.xs\:bg-emerald-300\/90{background-color:rgba(110,231,183,.9)}.xs\:bg-emerald-300\/95{background-color:rgba(110,231,183,.95)}.xs\:bg-emerald-400{--tw-bg-opacity:1;background-color:rgba(52,211,153,var(--tw-bg-opacity))}.xs\:bg-emerald-400\/0{background-color:rgba(52,211,153,0)}.xs\:bg-emerald-400\/10{background-color:rgba(52,211,153,.1)}.xs\:bg-emerald-400\/100{background-color:#34d399}.xs\:bg-emerald-400\/15{background-color:rgba(52,211,153,.15)}.xs\:bg-emerald-400\/20{background-color:rgba(52,211,153,.2)}.xs\:bg-emerald-400\/25{background-color:rgba(52,211,153,.25)}.xs\:bg-emerald-400\/30{background-color:rgba(52,211,153,.3)}.xs\:bg-emerald-400\/35{background-color:rgba(52,211,153,.35)}.xs\:bg-emerald-400\/40{background-color:rgba(52,211,153,.4)}.xs\:bg-emerald-400\/45{background-color:rgba(52,211,153,.45)}.xs\:bg-emerald-400\/5{background-color:rgba(52,211,153,.05)}.xs\:bg-emerald-400\/50{background-color:rgba(52,211,153,.5)}.xs\:bg-emerald-400\/55{background-color:rgba(52,211,153,.55)}.xs\:bg-emerald-400\/60{background-color:rgba(52,211,153,.6)}.xs\:bg-emerald-400\/65{background-color:rgba(52,211,153,.65)}.xs\:bg-emerald-400\/70{background-color:rgba(52,211,153,.7)}.xs\:bg-emerald-400\/75{background-color:rgba(52,211,153,.75)}.xs\:bg-emerald-400\/80{background-color:rgba(52,211,153,.8)}.xs\:bg-emerald-400\/85{background-color:rgba(52,211,153,.85)}.xs\:bg-emerald-400\/90{background-color:rgba(52,211,153,.9)}.xs\:bg-emerald-400\/95{background-color:rgba(52,211,153,.95)}.xs\:bg-emerald-50{--tw-bg-opacity:1;background-color:rgba(236,253,245,var(--tw-bg-opacity))}.xs\:bg-emerald-50\/0{background-color:rgba(236,253,245,0)}.xs\:bg-emerald-50\/10{background-color:rgba(236,253,245,.1)}.xs\:bg-emerald-50\/100{background-color:#ecfdf5}.xs\:bg-emerald-50\/15{background-color:rgba(236,253,245,.15)}.xs\:bg-emerald-50\/20{background-color:rgba(236,253,245,.2)}.xs\:bg-emerald-50\/25{background-color:rgba(236,253,245,.25)}.xs\:bg-emerald-50\/30{background-color:rgba(236,253,245,.3)}.xs\:bg-emerald-50\/35{background-color:rgba(236,253,245,.35)}.xs\:bg-emerald-50\/40{background-color:rgba(236,253,245,.4)}.xs\:bg-emerald-50\/45{background-color:rgba(236,253,245,.45)}.xs\:bg-emerald-50\/5{background-color:rgba(236,253,245,.05)}.xs\:bg-emerald-50\/50{background-color:rgba(236,253,245,.5)}.xs\:bg-emerald-50\/55{background-color:rgba(236,253,245,.55)}.xs\:bg-emerald-50\/60{background-color:rgba(236,253,245,.6)}.xs\:bg-emerald-50\/65{background-color:rgba(236,253,245,.65)}.xs\:bg-emerald-50\/70{background-color:rgba(236,253,245,.7)}.xs\:bg-emerald-50\/75{background-color:rgba(236,253,245,.75)}.xs\:bg-emerald-50\/80{background-color:rgba(236,253,245,.8)}.xs\:bg-emerald-50\/85{background-color:rgba(236,253,245,.85)}.xs\:bg-emerald-50\/90{background-color:rgba(236,253,245,.9)}.xs\:bg-emerald-50\/95{background-color:rgba(236,253,245,.95)}.xs\:bg-emerald-500{--tw-bg-opacity:1;background-color:rgba(16,185,129,var(--tw-bg-opacity))}.xs\:bg-emerald-500\/0{background-color:rgba(16,185,129,0)}.xs\:bg-emerald-500\/10{background-color:rgba(16,185,129,.1)}.xs\:bg-emerald-500\/100{background-color:#10b981}.xs\:bg-emerald-500\/15{background-color:rgba(16,185,129,.15)}.xs\:bg-emerald-500\/20{background-color:rgba(16,185,129,.2)}.xs\:bg-emerald-500\/25{background-color:rgba(16,185,129,.25)}.xs\:bg-emerald-500\/30{background-color:rgba(16,185,129,.3)}.xs\:bg-emerald-500\/35{background-color:rgba(16,185,129,.35)}.xs\:bg-emerald-500\/40{background-color:rgba(16,185,129,.4)}.xs\:bg-emerald-500\/45{background-color:rgba(16,185,129,.45)}.xs\:bg-emerald-500\/5{background-color:rgba(16,185,129,.05)}.xs\:bg-emerald-500\/50{background-color:rgba(16,185,129,.5)}.xs\:bg-emerald-500\/55{background-color:rgba(16,185,129,.55)}.xs\:bg-emerald-500\/60{background-color:rgba(16,185,129,.6)}.xs\:bg-emerald-500\/65{background-color:rgba(16,185,129,.65)}.xs\:bg-emerald-500\/70{background-color:rgba(16,185,129,.7)}.xs\:bg-emerald-500\/75{background-color:rgba(16,185,129,.75)}.xs\:bg-emerald-500\/80{background-color:rgba(16,185,129,.8)}.xs\:bg-emerald-500\/85{background-color:rgba(16,185,129,.85)}.xs\:bg-emerald-500\/90{background-color:rgba(16,185,129,.9)}.xs\:bg-emerald-500\/95{background-color:rgba(16,185,129,.95)}.xs\:bg-emerald-600{--tw-bg-opacity:1;background-color:rgba(5,150,105,var(--tw-bg-opacity))}.xs\:bg-emerald-600\/0{background-color:rgba(5,150,105,0)}.xs\:bg-emerald-600\/10{background-color:rgba(5,150,105,.1)}.xs\:bg-emerald-600\/100{background-color:#059669}.xs\:bg-emerald-600\/15{background-color:rgba(5,150,105,.15)}.xs\:bg-emerald-600\/20{background-color:rgba(5,150,105,.2)}.xs\:bg-emerald-600\/25{background-color:rgba(5,150,105,.25)}.xs\:bg-emerald-600\/30{background-color:rgba(5,150,105,.3)}.xs\:bg-emerald-600\/35{background-color:rgba(5,150,105,.35)}.xs\:bg-emerald-600\/40{background-color:rgba(5,150,105,.4)}.xs\:bg-emerald-600\/45{background-color:rgba(5,150,105,.45)}.xs\:bg-emerald-600\/5{background-color:rgba(5,150,105,.05)}.xs\:bg-emerald-600\/50{background-color:rgba(5,150,105,.5)}.xs\:bg-emerald-600\/55{background-color:rgba(5,150,105,.55)}.xs\:bg-emerald-600\/60{background-color:rgba(5,150,105,.6)}.xs\:bg-emerald-600\/65{background-color:rgba(5,150,105,.65)}.xs\:bg-emerald-600\/70{background-color:rgba(5,150,105,.7)}.xs\:bg-emerald-600\/75{background-color:rgba(5,150,105,.75)}.xs\:bg-emerald-600\/80{background-color:rgba(5,150,105,.8)}.xs\:bg-emerald-600\/85{background-color:rgba(5,150,105,.85)}.xs\:bg-emerald-600\/90{background-color:rgba(5,150,105,.9)}.xs\:bg-emerald-600\/95{background-color:rgba(5,150,105,.95)}.xs\:bg-emerald-700{--tw-bg-opacity:1;background-color:rgba(4,120,87,var(--tw-bg-opacity))}.xs\:bg-emerald-700\/0{background-color:rgba(4,120,87,0)}.xs\:bg-emerald-700\/10{background-color:rgba(4,120,87,.1)}.xs\:bg-emerald-700\/100{background-color:#047857}.xs\:bg-emerald-700\/15{background-color:rgba(4,120,87,.15)}.xs\:bg-emerald-700\/20{background-color:rgba(4,120,87,.2)}.xs\:bg-emerald-700\/25{background-color:rgba(4,120,87,.25)}.xs\:bg-emerald-700\/30{background-color:rgba(4,120,87,.3)}.xs\:bg-emerald-700\/35{background-color:rgba(4,120,87,.35)}.xs\:bg-emerald-700\/40{background-color:rgba(4,120,87,.4)}.xs\:bg-emerald-700\/45{background-color:rgba(4,120,87,.45)}.xs\:bg-emerald-700\/5{background-color:rgba(4,120,87,.05)}.xs\:bg-emerald-700\/50{background-color:rgba(4,120,87,.5)}.xs\:bg-emerald-700\/55{background-color:rgba(4,120,87,.55)}.xs\:bg-emerald-700\/60{background-color:rgba(4,120,87,.6)}.xs\:bg-emerald-700\/65{background-color:rgba(4,120,87,.65)}.xs\:bg-emerald-700\/70{background-color:rgba(4,120,87,.7)}.xs\:bg-emerald-700\/75{background-color:rgba(4,120,87,.75)}.xs\:bg-emerald-700\/80{background-color:rgba(4,120,87,.8)}.xs\:bg-emerald-700\/85{background-color:rgba(4,120,87,.85)}.xs\:bg-emerald-700\/90{background-color:rgba(4,120,87,.9)}.xs\:bg-emerald-700\/95{background-color:rgba(4,120,87,.95)}.xs\:bg-emerald-800{--tw-bg-opacity:1;background-color:rgba(6,95,70,var(--tw-bg-opacity))}.xs\:bg-emerald-800\/0{background-color:rgba(6,95,70,0)}.xs\:bg-emerald-800\/10{background-color:rgba(6,95,70,.1)}.xs\:bg-emerald-800\/100{background-color:#065f46}.xs\:bg-emerald-800\/15{background-color:rgba(6,95,70,.15)}.xs\:bg-emerald-800\/20{background-color:rgba(6,95,70,.2)}.xs\:bg-emerald-800\/25{background-color:rgba(6,95,70,.25)}.xs\:bg-emerald-800\/30{background-color:rgba(6,95,70,.3)}.xs\:bg-emerald-800\/35{background-color:rgba(6,95,70,.35)}.xs\:bg-emerald-800\/40{background-color:rgba(6,95,70,.4)}.xs\:bg-emerald-800\/45{background-color:rgba(6,95,70,.45)}.xs\:bg-emerald-800\/5{background-color:rgba(6,95,70,.05)}.xs\:bg-emerald-800\/50{background-color:rgba(6,95,70,.5)}.xs\:bg-emerald-800\/55{background-color:rgba(6,95,70,.55)}.xs\:bg-emerald-800\/60{background-color:rgba(6,95,70,.6)}.xs\:bg-emerald-800\/65{background-color:rgba(6,95,70,.65)}.xs\:bg-emerald-800\/70{background-color:rgba(6,95,70,.7)}.xs\:bg-emerald-800\/75{background-color:rgba(6,95,70,.75)}.xs\:bg-emerald-800\/80{background-color:rgba(6,95,70,.8)}.xs\:bg-emerald-800\/85{background-color:rgba(6,95,70,.85)}.xs\:bg-emerald-800\/90{background-color:rgba(6,95,70,.9)}.xs\:bg-emerald-800\/95{background-color:rgba(6,95,70,.95)}.xs\:bg-emerald-900{--tw-bg-opacity:1;background-color:rgba(6,78,59,var(--tw-bg-opacity))}.xs\:bg-emerald-900\/0{background-color:rgba(6,78,59,0)}.xs\:bg-emerald-900\/10{background-color:rgba(6,78,59,.1)}.xs\:bg-emerald-900\/100{background-color:#064e3b}.xs\:bg-emerald-900\/15{background-color:rgba(6,78,59,.15)}.xs\:bg-emerald-900\/20{background-color:rgba(6,78,59,.2)}.xs\:bg-emerald-900\/25{background-color:rgba(6,78,59,.25)}.xs\:bg-emerald-900\/30{background-color:rgba(6,78,59,.3)}.xs\:bg-emerald-900\/35{background-color:rgba(6,78,59,.35)}.xs\:bg-emerald-900\/40{background-color:rgba(6,78,59,.4)}.xs\:bg-emerald-900\/45{background-color:rgba(6,78,59,.45)}.xs\:bg-emerald-900\/5{background-color:rgba(6,78,59,.05)}.xs\:bg-emerald-900\/50{background-color:rgba(6,78,59,.5)}.xs\:bg-emerald-900\/55{background-color:rgba(6,78,59,.55)}.xs\:bg-emerald-900\/60{background-color:rgba(6,78,59,.6)}.xs\:bg-emerald-900\/65{background-color:rgba(6,78,59,.65)}.xs\:bg-emerald-900\/70{background-color:rgba(6,78,59,.7)}.xs\:bg-emerald-900\/75{background-color:rgba(6,78,59,.75)}.xs\:bg-emerald-900\/80{background-color:rgba(6,78,59,.8)}.xs\:bg-emerald-900\/85{background-color:rgba(6,78,59,.85)}.xs\:bg-emerald-900\/90{background-color:rgba(6,78,59,.9)}.xs\:bg-emerald-900\/95{background-color:rgba(6,78,59,.95)}.xs\:bg-emerald-950{--tw-bg-opacity:1;background-color:rgba(2,44,34,var(--tw-bg-opacity))}.xs\:bg-emerald-950\/0{background-color:rgba(2,44,34,0)}.xs\:bg-emerald-950\/10{background-color:rgba(2,44,34,.1)}.xs\:bg-emerald-950\/100{background-color:#022c22}.xs\:bg-emerald-950\/15{background-color:rgba(2,44,34,.15)}.xs\:bg-emerald-950\/20{background-color:rgba(2,44,34,.2)}.xs\:bg-emerald-950\/25{background-color:rgba(2,44,34,.25)}.xs\:bg-emerald-950\/30{background-color:rgba(2,44,34,.3)}.xs\:bg-emerald-950\/35{background-color:rgba(2,44,34,.35)}.xs\:bg-emerald-950\/40{background-color:rgba(2,44,34,.4)}.xs\:bg-emerald-950\/45{background-color:rgba(2,44,34,.45)}.xs\:bg-emerald-950\/5{background-color:rgba(2,44,34,.05)}.xs\:bg-emerald-950\/50{background-color:rgba(2,44,34,.5)}.xs\:bg-emerald-950\/55{background-color:rgba(2,44,34,.55)}.xs\:bg-emerald-950\/60{background-color:rgba(2,44,34,.6)}.xs\:bg-emerald-950\/65{background-color:rgba(2,44,34,.65)}.xs\:bg-emerald-950\/70{background-color:rgba(2,44,34,.7)}.xs\:bg-emerald-950\/75{background-color:rgba(2,44,34,.75)}.xs\:bg-emerald-950\/80{background-color:rgba(2,44,34,.8)}.xs\:bg-emerald-950\/85{background-color:rgba(2,44,34,.85)}.xs\:bg-emerald-950\/90{background-color:rgba(2,44,34,.9)}.xs\:bg-emerald-950\/95{background-color:rgba(2,44,34,.95)}.xs\:bg-fuchsia-100{--tw-bg-opacity:1;background-color:rgba(250,232,255,var(--tw-bg-opacity))}.xs\:bg-fuchsia-100\/0{background-color:rgba(250,232,255,0)}.xs\:bg-fuchsia-100\/10{background-color:rgba(250,232,255,.1)}.xs\:bg-fuchsia-100\/100{background-color:#fae8ff}.xs\:bg-fuchsia-100\/15{background-color:rgba(250,232,255,.15)}.xs\:bg-fuchsia-100\/20{background-color:rgba(250,232,255,.2)}.xs\:bg-fuchsia-100\/25{background-color:rgba(250,232,255,.25)}.xs\:bg-fuchsia-100\/30{background-color:rgba(250,232,255,.3)}.xs\:bg-fuchsia-100\/35{background-color:rgba(250,232,255,.35)}.xs\:bg-fuchsia-100\/40{background-color:rgba(250,232,255,.4)}.xs\:bg-fuchsia-100\/45{background-color:rgba(250,232,255,.45)}.xs\:bg-fuchsia-100\/5{background-color:rgba(250,232,255,.05)}.xs\:bg-fuchsia-100\/50{background-color:rgba(250,232,255,.5)}.xs\:bg-fuchsia-100\/55{background-color:rgba(250,232,255,.55)}.xs\:bg-fuchsia-100\/60{background-color:rgba(250,232,255,.6)}.xs\:bg-fuchsia-100\/65{background-color:rgba(250,232,255,.65)}.xs\:bg-fuchsia-100\/70{background-color:rgba(250,232,255,.7)}.xs\:bg-fuchsia-100\/75{background-color:rgba(250,232,255,.75)}.xs\:bg-fuchsia-100\/80{background-color:rgba(250,232,255,.8)}.xs\:bg-fuchsia-100\/85{background-color:rgba(250,232,255,.85)}.xs\:bg-fuchsia-100\/90{background-color:rgba(250,232,255,.9)}.xs\:bg-fuchsia-100\/95{background-color:rgba(250,232,255,.95)}.xs\:bg-fuchsia-200{--tw-bg-opacity:1;background-color:rgba(245,208,254,var(--tw-bg-opacity))}.xs\:bg-fuchsia-200\/0{background-color:rgba(245,208,254,0)}.xs\:bg-fuchsia-200\/10{background-color:rgba(245,208,254,.1)}.xs\:bg-fuchsia-200\/100{background-color:#f5d0fe}.xs\:bg-fuchsia-200\/15{background-color:rgba(245,208,254,.15)}.xs\:bg-fuchsia-200\/20{background-color:rgba(245,208,254,.2)}.xs\:bg-fuchsia-200\/25{background-color:rgba(245,208,254,.25)}.xs\:bg-fuchsia-200\/30{background-color:rgba(245,208,254,.3)}.xs\:bg-fuchsia-200\/35{background-color:rgba(245,208,254,.35)}.xs\:bg-fuchsia-200\/40{background-color:rgba(245,208,254,.4)}.xs\:bg-fuchsia-200\/45{background-color:rgba(245,208,254,.45)}.xs\:bg-fuchsia-200\/5{background-color:rgba(245,208,254,.05)}.xs\:bg-fuchsia-200\/50{background-color:rgba(245,208,254,.5)}.xs\:bg-fuchsia-200\/55{background-color:rgba(245,208,254,.55)}.xs\:bg-fuchsia-200\/60{background-color:rgba(245,208,254,.6)}.xs\:bg-fuchsia-200\/65{background-color:rgba(245,208,254,.65)}.xs\:bg-fuchsia-200\/70{background-color:rgba(245,208,254,.7)}.xs\:bg-fuchsia-200\/75{background-color:rgba(245,208,254,.75)}.xs\:bg-fuchsia-200\/80{background-color:rgba(245,208,254,.8)}.xs\:bg-fuchsia-200\/85{background-color:rgba(245,208,254,.85)}.xs\:bg-fuchsia-200\/90{background-color:rgba(245,208,254,.9)}.xs\:bg-fuchsia-200\/95{background-color:rgba(245,208,254,.95)}.xs\:bg-fuchsia-300{--tw-bg-opacity:1;background-color:rgba(240,171,252,var(--tw-bg-opacity))}.xs\:bg-fuchsia-300\/0{background-color:rgba(240,171,252,0)}.xs\:bg-fuchsia-300\/10{background-color:rgba(240,171,252,.1)}.xs\:bg-fuchsia-300\/100{background-color:#f0abfc}.xs\:bg-fuchsia-300\/15{background-color:rgba(240,171,252,.15)}.xs\:bg-fuchsia-300\/20{background-color:rgba(240,171,252,.2)}.xs\:bg-fuchsia-300\/25{background-color:rgba(240,171,252,.25)}.xs\:bg-fuchsia-300\/30{background-color:rgba(240,171,252,.3)}.xs\:bg-fuchsia-300\/35{background-color:rgba(240,171,252,.35)}.xs\:bg-fuchsia-300\/40{background-color:rgba(240,171,252,.4)}.xs\:bg-fuchsia-300\/45{background-color:rgba(240,171,252,.45)}.xs\:bg-fuchsia-300\/5{background-color:rgba(240,171,252,.05)}.xs\:bg-fuchsia-300\/50{background-color:rgba(240,171,252,.5)}.xs\:bg-fuchsia-300\/55{background-color:rgba(240,171,252,.55)}.xs\:bg-fuchsia-300\/60{background-color:rgba(240,171,252,.6)}.xs\:bg-fuchsia-300\/65{background-color:rgba(240,171,252,.65)}.xs\:bg-fuchsia-300\/70{background-color:rgba(240,171,252,.7)}.xs\:bg-fuchsia-300\/75{background-color:rgba(240,171,252,.75)}.xs\:bg-fuchsia-300\/80{background-color:rgba(240,171,252,.8)}.xs\:bg-fuchsia-300\/85{background-color:rgba(240,171,252,.85)}.xs\:bg-fuchsia-300\/90{background-color:rgba(240,171,252,.9)}.xs\:bg-fuchsia-300\/95{background-color:rgba(240,171,252,.95)}.xs\:bg-fuchsia-400{--tw-bg-opacity:1;background-color:rgba(232,121,249,var(--tw-bg-opacity))}.xs\:bg-fuchsia-400\/0{background-color:rgba(232,121,249,0)}.xs\:bg-fuchsia-400\/10{background-color:rgba(232,121,249,.1)}.xs\:bg-fuchsia-400\/100{background-color:#e879f9}.xs\:bg-fuchsia-400\/15{background-color:rgba(232,121,249,.15)}.xs\:bg-fuchsia-400\/20{background-color:rgba(232,121,249,.2)}.xs\:bg-fuchsia-400\/25{background-color:rgba(232,121,249,.25)}.xs\:bg-fuchsia-400\/30{background-color:rgba(232,121,249,.3)}.xs\:bg-fuchsia-400\/35{background-color:rgba(232,121,249,.35)}.xs\:bg-fuchsia-400\/40{background-color:rgba(232,121,249,.4)}.xs\:bg-fuchsia-400\/45{background-color:rgba(232,121,249,.45)}.xs\:bg-fuchsia-400\/5{background-color:rgba(232,121,249,.05)}.xs\:bg-fuchsia-400\/50{background-color:rgba(232,121,249,.5)}.xs\:bg-fuchsia-400\/55{background-color:rgba(232,121,249,.55)}.xs\:bg-fuchsia-400\/60{background-color:rgba(232,121,249,.6)}.xs\:bg-fuchsia-400\/65{background-color:rgba(232,121,249,.65)}.xs\:bg-fuchsia-400\/70{background-color:rgba(232,121,249,.7)}.xs\:bg-fuchsia-400\/75{background-color:rgba(232,121,249,.75)}.xs\:bg-fuchsia-400\/80{background-color:rgba(232,121,249,.8)}.xs\:bg-fuchsia-400\/85{background-color:rgba(232,121,249,.85)}.xs\:bg-fuchsia-400\/90{background-color:rgba(232,121,249,.9)}.xs\:bg-fuchsia-400\/95{background-color:rgba(232,121,249,.95)}.xs\:bg-fuchsia-50{--tw-bg-opacity:1;background-color:rgba(253,244,255,var(--tw-bg-opacity))}.xs\:bg-fuchsia-50\/0{background-color:rgba(253,244,255,0)}.xs\:bg-fuchsia-50\/10{background-color:rgba(253,244,255,.1)}.xs\:bg-fuchsia-50\/100{background-color:#fdf4ff}.xs\:bg-fuchsia-50\/15{background-color:rgba(253,244,255,.15)}.xs\:bg-fuchsia-50\/20{background-color:rgba(253,244,255,.2)}.xs\:bg-fuchsia-50\/25{background-color:rgba(253,244,255,.25)}.xs\:bg-fuchsia-50\/30{background-color:rgba(253,244,255,.3)}.xs\:bg-fuchsia-50\/35{background-color:rgba(253,244,255,.35)}.xs\:bg-fuchsia-50\/40{background-color:rgba(253,244,255,.4)}.xs\:bg-fuchsia-50\/45{background-color:rgba(253,244,255,.45)}.xs\:bg-fuchsia-50\/5{background-color:rgba(253,244,255,.05)}.xs\:bg-fuchsia-50\/50{background-color:rgba(253,244,255,.5)}.xs\:bg-fuchsia-50\/55{background-color:rgba(253,244,255,.55)}.xs\:bg-fuchsia-50\/60{background-color:rgba(253,244,255,.6)}.xs\:bg-fuchsia-50\/65{background-color:rgba(253,244,255,.65)}.xs\:bg-fuchsia-50\/70{background-color:rgba(253,244,255,.7)}.xs\:bg-fuchsia-50\/75{background-color:rgba(253,244,255,.75)}.xs\:bg-fuchsia-50\/80{background-color:rgba(253,244,255,.8)}.xs\:bg-fuchsia-50\/85{background-color:rgba(253,244,255,.85)}.xs\:bg-fuchsia-50\/90{background-color:rgba(253,244,255,.9)}.xs\:bg-fuchsia-50\/95{background-color:rgba(253,244,255,.95)}.xs\:bg-fuchsia-500{--tw-bg-opacity:1;background-color:rgba(217,70,239,var(--tw-bg-opacity))}.xs\:bg-fuchsia-500\/0{background-color:rgba(217,70,239,0)}.xs\:bg-fuchsia-500\/10{background-color:rgba(217,70,239,.1)}.xs\:bg-fuchsia-500\/100{background-color:#d946ef}.xs\:bg-fuchsia-500\/15{background-color:rgba(217,70,239,.15)}.xs\:bg-fuchsia-500\/20{background-color:rgba(217,70,239,.2)}.xs\:bg-fuchsia-500\/25{background-color:rgba(217,70,239,.25)}.xs\:bg-fuchsia-500\/30{background-color:rgba(217,70,239,.3)}.xs\:bg-fuchsia-500\/35{background-color:rgba(217,70,239,.35)}.xs\:bg-fuchsia-500\/40{background-color:rgba(217,70,239,.4)}.xs\:bg-fuchsia-500\/45{background-color:rgba(217,70,239,.45)}.xs\:bg-fuchsia-500\/5{background-color:rgba(217,70,239,.05)}.xs\:bg-fuchsia-500\/50{background-color:rgba(217,70,239,.5)}.xs\:bg-fuchsia-500\/55{background-color:rgba(217,70,239,.55)}.xs\:bg-fuchsia-500\/60{background-color:rgba(217,70,239,.6)}.xs\:bg-fuchsia-500\/65{background-color:rgba(217,70,239,.65)}.xs\:bg-fuchsia-500\/70{background-color:rgba(217,70,239,.7)}.xs\:bg-fuchsia-500\/75{background-color:rgba(217,70,239,.75)}.xs\:bg-fuchsia-500\/80{background-color:rgba(217,70,239,.8)}.xs\:bg-fuchsia-500\/85{background-color:rgba(217,70,239,.85)}.xs\:bg-fuchsia-500\/90{background-color:rgba(217,70,239,.9)}.xs\:bg-fuchsia-500\/95{background-color:rgba(217,70,239,.95)}.xs\:bg-fuchsia-600{--tw-bg-opacity:1;background-color:rgba(192,38,211,var(--tw-bg-opacity))}.xs\:bg-fuchsia-600\/0{background-color:rgba(192,38,211,0)}.xs\:bg-fuchsia-600\/10{background-color:rgba(192,38,211,.1)}.xs\:bg-fuchsia-600\/100{background-color:#c026d3}.xs\:bg-fuchsia-600\/15{background-color:rgba(192,38,211,.15)}.xs\:bg-fuchsia-600\/20{background-color:rgba(192,38,211,.2)}.xs\:bg-fuchsia-600\/25{background-color:rgba(192,38,211,.25)}.xs\:bg-fuchsia-600\/30{background-color:rgba(192,38,211,.3)}.xs\:bg-fuchsia-600\/35{background-color:rgba(192,38,211,.35)}.xs\:bg-fuchsia-600\/40{background-color:rgba(192,38,211,.4)}.xs\:bg-fuchsia-600\/45{background-color:rgba(192,38,211,.45)}.xs\:bg-fuchsia-600\/5{background-color:rgba(192,38,211,.05)}.xs\:bg-fuchsia-600\/50{background-color:rgba(192,38,211,.5)}.xs\:bg-fuchsia-600\/55{background-color:rgba(192,38,211,.55)}.xs\:bg-fuchsia-600\/60{background-color:rgba(192,38,211,.6)}.xs\:bg-fuchsia-600\/65{background-color:rgba(192,38,211,.65)}.xs\:bg-fuchsia-600\/70{background-color:rgba(192,38,211,.7)}.xs\:bg-fuchsia-600\/75{background-color:rgba(192,38,211,.75)}.xs\:bg-fuchsia-600\/80{background-color:rgba(192,38,211,.8)}.xs\:bg-fuchsia-600\/85{background-color:rgba(192,38,211,.85)}.xs\:bg-fuchsia-600\/90{background-color:rgba(192,38,211,.9)}.xs\:bg-fuchsia-600\/95{background-color:rgba(192,38,211,.95)}.xs\:bg-fuchsia-700{--tw-bg-opacity:1;background-color:rgba(162,28,175,var(--tw-bg-opacity))}.xs\:bg-fuchsia-700\/0{background-color:rgba(162,28,175,0)}.xs\:bg-fuchsia-700\/10{background-color:rgba(162,28,175,.1)}.xs\:bg-fuchsia-700\/100{background-color:#a21caf}.xs\:bg-fuchsia-700\/15{background-color:rgba(162,28,175,.15)}.xs\:bg-fuchsia-700\/20{background-color:rgba(162,28,175,.2)}.xs\:bg-fuchsia-700\/25{background-color:rgba(162,28,175,.25)}.xs\:bg-fuchsia-700\/30{background-color:rgba(162,28,175,.3)}.xs\:bg-fuchsia-700\/35{background-color:rgba(162,28,175,.35)}.xs\:bg-fuchsia-700\/40{background-color:rgba(162,28,175,.4)}.xs\:bg-fuchsia-700\/45{background-color:rgba(162,28,175,.45)}.xs\:bg-fuchsia-700\/5{background-color:rgba(162,28,175,.05)}.xs\:bg-fuchsia-700\/50{background-color:rgba(162,28,175,.5)}.xs\:bg-fuchsia-700\/55{background-color:rgba(162,28,175,.55)}.xs\:bg-fuchsia-700\/60{background-color:rgba(162,28,175,.6)}.xs\:bg-fuchsia-700\/65{background-color:rgba(162,28,175,.65)}.xs\:bg-fuchsia-700\/70{background-color:rgba(162,28,175,.7)}.xs\:bg-fuchsia-700\/75{background-color:rgba(162,28,175,.75)}.xs\:bg-fuchsia-700\/80{background-color:rgba(162,28,175,.8)}.xs\:bg-fuchsia-700\/85{background-color:rgba(162,28,175,.85)}.xs\:bg-fuchsia-700\/90{background-color:rgba(162,28,175,.9)}.xs\:bg-fuchsia-700\/95{background-color:rgba(162,28,175,.95)}.xs\:bg-fuchsia-800{--tw-bg-opacity:1;background-color:rgba(134,25,143,var(--tw-bg-opacity))}.xs\:bg-fuchsia-800\/0{background-color:rgba(134,25,143,0)}.xs\:bg-fuchsia-800\/10{background-color:rgba(134,25,143,.1)}.xs\:bg-fuchsia-800\/100{background-color:#86198f}.xs\:bg-fuchsia-800\/15{background-color:rgba(134,25,143,.15)}.xs\:bg-fuchsia-800\/20{background-color:rgba(134,25,143,.2)}.xs\:bg-fuchsia-800\/25{background-color:rgba(134,25,143,.25)}.xs\:bg-fuchsia-800\/30{background-color:rgba(134,25,143,.3)}.xs\:bg-fuchsia-800\/35{background-color:rgba(134,25,143,.35)}.xs\:bg-fuchsia-800\/40{background-color:rgba(134,25,143,.4)}.xs\:bg-fuchsia-800\/45{background-color:rgba(134,25,143,.45)}.xs\:bg-fuchsia-800\/5{background-color:rgba(134,25,143,.05)}.xs\:bg-fuchsia-800\/50{background-color:rgba(134,25,143,.5)}.xs\:bg-fuchsia-800\/55{background-color:rgba(134,25,143,.55)}.xs\:bg-fuchsia-800\/60{background-color:rgba(134,25,143,.6)}.xs\:bg-fuchsia-800\/65{background-color:rgba(134,25,143,.65)}.xs\:bg-fuchsia-800\/70{background-color:rgba(134,25,143,.7)}.xs\:bg-fuchsia-800\/75{background-color:rgba(134,25,143,.75)}.xs\:bg-fuchsia-800\/80{background-color:rgba(134,25,143,.8)}.xs\:bg-fuchsia-800\/85{background-color:rgba(134,25,143,.85)}.xs\:bg-fuchsia-800\/90{background-color:rgba(134,25,143,.9)}.xs\:bg-fuchsia-800\/95{background-color:rgba(134,25,143,.95)}.xs\:bg-fuchsia-900{--tw-bg-opacity:1;background-color:rgba(112,26,117,var(--tw-bg-opacity))}.xs\:bg-fuchsia-900\/0{background-color:rgba(112,26,117,0)}.xs\:bg-fuchsia-900\/10{background-color:rgba(112,26,117,.1)}.xs\:bg-fuchsia-900\/100{background-color:#701a75}.xs\:bg-fuchsia-900\/15{background-color:rgba(112,26,117,.15)}.xs\:bg-fuchsia-900\/20{background-color:rgba(112,26,117,.2)}.xs\:bg-fuchsia-900\/25{background-color:rgba(112,26,117,.25)}.xs\:bg-fuchsia-900\/30{background-color:rgba(112,26,117,.3)}.xs\:bg-fuchsia-900\/35{background-color:rgba(112,26,117,.35)}.xs\:bg-fuchsia-900\/40{background-color:rgba(112,26,117,.4)}.xs\:bg-fuchsia-900\/45{background-color:rgba(112,26,117,.45)}.xs\:bg-fuchsia-900\/5{background-color:rgba(112,26,117,.05)}.xs\:bg-fuchsia-900\/50{background-color:rgba(112,26,117,.5)}.xs\:bg-fuchsia-900\/55{background-color:rgba(112,26,117,.55)}.xs\:bg-fuchsia-900\/60{background-color:rgba(112,26,117,.6)}.xs\:bg-fuchsia-900\/65{background-color:rgba(112,26,117,.65)}.xs\:bg-fuchsia-900\/70{background-color:rgba(112,26,117,.7)}.xs\:bg-fuchsia-900\/75{background-color:rgba(112,26,117,.75)}.xs\:bg-fuchsia-900\/80{background-color:rgba(112,26,117,.8)}.xs\:bg-fuchsia-900\/85{background-color:rgba(112,26,117,.85)}.xs\:bg-fuchsia-900\/90{background-color:rgba(112,26,117,.9)}.xs\:bg-fuchsia-900\/95{background-color:rgba(112,26,117,.95)}.xs\:bg-fuchsia-950{--tw-bg-opacity:1;background-color:rgba(74,4,78,var(--tw-bg-opacity))}.xs\:bg-fuchsia-950\/0{background-color:rgba(74,4,78,0)}.xs\:bg-fuchsia-950\/10{background-color:rgba(74,4,78,.1)}.xs\:bg-fuchsia-950\/100{background-color:#4a044e}.xs\:bg-fuchsia-950\/15{background-color:rgba(74,4,78,.15)}.xs\:bg-fuchsia-950\/20{background-color:rgba(74,4,78,.2)}.xs\:bg-fuchsia-950\/25{background-color:rgba(74,4,78,.25)}.xs\:bg-fuchsia-950\/30{background-color:rgba(74,4,78,.3)}.xs\:bg-fuchsia-950\/35{background-color:rgba(74,4,78,.35)}.xs\:bg-fuchsia-950\/40{background-color:rgba(74,4,78,.4)}.xs\:bg-fuchsia-950\/45{background-color:rgba(74,4,78,.45)}.xs\:bg-fuchsia-950\/5{background-color:rgba(74,4,78,.05)}.xs\:bg-fuchsia-950\/50{background-color:rgba(74,4,78,.5)}.xs\:bg-fuchsia-950\/55{background-color:rgba(74,4,78,.55)}.xs\:bg-fuchsia-950\/60{background-color:rgba(74,4,78,.6)}.xs\:bg-fuchsia-950\/65{background-color:rgba(74,4,78,.65)}.xs\:bg-fuchsia-950\/70{background-color:rgba(74,4,78,.7)}.xs\:bg-fuchsia-950\/75{background-color:rgba(74,4,78,.75)}.xs\:bg-fuchsia-950\/80{background-color:rgba(74,4,78,.8)}.xs\:bg-fuchsia-950\/85{background-color:rgba(74,4,78,.85)}.xs\:bg-fuchsia-950\/90{background-color:rgba(74,4,78,.9)}.xs\:bg-fuchsia-950\/95{background-color:rgba(74,4,78,.95)}.xs\:bg-gray-100{--tw-bg-opacity:1;background-color:rgba(243,244,246,var(--tw-bg-opacity))}.xs\:bg-gray-100\/0{background-color:rgba(243,244,246,0)}.xs\:bg-gray-100\/10{background-color:rgba(243,244,246,.1)}.xs\:bg-gray-100\/100{background-color:#f3f4f6}.xs\:bg-gray-100\/15{background-color:rgba(243,244,246,.15)}.xs\:bg-gray-100\/20{background-color:rgba(243,244,246,.2)}.xs\:bg-gray-100\/25{background-color:rgba(243,244,246,.25)}.xs\:bg-gray-100\/30{background-color:rgba(243,244,246,.3)}.xs\:bg-gray-100\/35{background-color:rgba(243,244,246,.35)}.xs\:bg-gray-100\/40{background-color:rgba(243,244,246,.4)}.xs\:bg-gray-100\/45{background-color:rgba(243,244,246,.45)}.xs\:bg-gray-100\/5{background-color:rgba(243,244,246,.05)}.xs\:bg-gray-100\/50{background-color:rgba(243,244,246,.5)}.xs\:bg-gray-100\/55{background-color:rgba(243,244,246,.55)}.xs\:bg-gray-100\/60{background-color:rgba(243,244,246,.6)}.xs\:bg-gray-100\/65{background-color:rgba(243,244,246,.65)}.xs\:bg-gray-100\/70{background-color:rgba(243,244,246,.7)}.xs\:bg-gray-100\/75{background-color:rgba(243,244,246,.75)}.xs\:bg-gray-100\/80{background-color:rgba(243,244,246,.8)}.xs\:bg-gray-100\/85{background-color:rgba(243,244,246,.85)}.xs\:bg-gray-100\/90{background-color:rgba(243,244,246,.9)}.xs\:bg-gray-100\/95{background-color:rgba(243,244,246,.95)}.xs\:bg-gray-200{--tw-bg-opacity:1;background-color:rgba(229,231,235,var(--tw-bg-opacity))}.xs\:bg-gray-200\/0{background-color:rgba(229,231,235,0)}.xs\:bg-gray-200\/10{background-color:rgba(229,231,235,.1)}.xs\:bg-gray-200\/100{background-color:#e5e7eb}.xs\:bg-gray-200\/15{background-color:rgba(229,231,235,.15)}.xs\:bg-gray-200\/20{background-color:rgba(229,231,235,.2)}.xs\:bg-gray-200\/25{background-color:rgba(229,231,235,.25)}.xs\:bg-gray-200\/30{background-color:rgba(229,231,235,.3)}.xs\:bg-gray-200\/35{background-color:rgba(229,231,235,.35)}.xs\:bg-gray-200\/40{background-color:rgba(229,231,235,.4)}.xs\:bg-gray-200\/45{background-color:rgba(229,231,235,.45)}.xs\:bg-gray-200\/5{background-color:rgba(229,231,235,.05)}.xs\:bg-gray-200\/50{background-color:rgba(229,231,235,.5)}.xs\:bg-gray-200\/55{background-color:rgba(229,231,235,.55)}.xs\:bg-gray-200\/60{background-color:rgba(229,231,235,.6)}.xs\:bg-gray-200\/65{background-color:rgba(229,231,235,.65)}.xs\:bg-gray-200\/70{background-color:rgba(229,231,235,.7)}.xs\:bg-gray-200\/75{background-color:rgba(229,231,235,.75)}.xs\:bg-gray-200\/80{background-color:rgba(229,231,235,.8)}.xs\:bg-gray-200\/85{background-color:rgba(229,231,235,.85)}.xs\:bg-gray-200\/90{background-color:rgba(229,231,235,.9)}.xs\:bg-gray-200\/95{background-color:rgba(229,231,235,.95)}.xs\:bg-gray-300{--tw-bg-opacity:1;background-color:rgba(209,213,219,var(--tw-bg-opacity))}.xs\:bg-gray-300\/0{background-color:rgba(209,213,219,0)}.xs\:bg-gray-300\/10{background-color:rgba(209,213,219,.1)}.xs\:bg-gray-300\/100{background-color:#d1d5db}.xs\:bg-gray-300\/15{background-color:rgba(209,213,219,.15)}.xs\:bg-gray-300\/20{background-color:rgba(209,213,219,.2)}.xs\:bg-gray-300\/25{background-color:rgba(209,213,219,.25)}.xs\:bg-gray-300\/30{background-color:rgba(209,213,219,.3)}.xs\:bg-gray-300\/35{background-color:rgba(209,213,219,.35)}.xs\:bg-gray-300\/40{background-color:rgba(209,213,219,.4)}.xs\:bg-gray-300\/45{background-color:rgba(209,213,219,.45)}.xs\:bg-gray-300\/5{background-color:rgba(209,213,219,.05)}.xs\:bg-gray-300\/50{background-color:rgba(209,213,219,.5)}.xs\:bg-gray-300\/55{background-color:rgba(209,213,219,.55)}.xs\:bg-gray-300\/60{background-color:rgba(209,213,219,.6)}.xs\:bg-gray-300\/65{background-color:rgba(209,213,219,.65)}.xs\:bg-gray-300\/70{background-color:rgba(209,213,219,.7)}.xs\:bg-gray-300\/75{background-color:rgba(209,213,219,.75)}.xs\:bg-gray-300\/80{background-color:rgba(209,213,219,.8)}.xs\:bg-gray-300\/85{background-color:rgba(209,213,219,.85)}.xs\:bg-gray-300\/90{background-color:rgba(209,213,219,.9)}.xs\:bg-gray-300\/95{background-color:rgba(209,213,219,.95)}.xs\:bg-gray-400{--tw-bg-opacity:1;background-color:rgba(156,163,175,var(--tw-bg-opacity))}.xs\:bg-gray-400\/0{background-color:rgba(156,163,175,0)}.xs\:bg-gray-400\/10{background-color:rgba(156,163,175,.1)}.xs\:bg-gray-400\/100{background-color:#9ca3af}.xs\:bg-gray-400\/15{background-color:rgba(156,163,175,.15)}.xs\:bg-gray-400\/20{background-color:rgba(156,163,175,.2)}.xs\:bg-gray-400\/25{background-color:rgba(156,163,175,.25)}.xs\:bg-gray-400\/30{background-color:rgba(156,163,175,.3)}.xs\:bg-gray-400\/35{background-color:rgba(156,163,175,.35)}.xs\:bg-gray-400\/40{background-color:rgba(156,163,175,.4)}.xs\:bg-gray-400\/45{background-color:rgba(156,163,175,.45)}.xs\:bg-gray-400\/5{background-color:rgba(156,163,175,.05)}.xs\:bg-gray-400\/50{background-color:rgba(156,163,175,.5)}.xs\:bg-gray-400\/55{background-color:rgba(156,163,175,.55)}.xs\:bg-gray-400\/60{background-color:rgba(156,163,175,.6)}.xs\:bg-gray-400\/65{background-color:rgba(156,163,175,.65)}.xs\:bg-gray-400\/70{background-color:rgba(156,163,175,.7)}.xs\:bg-gray-400\/75{background-color:rgba(156,163,175,.75)}.xs\:bg-gray-400\/80{background-color:rgba(156,163,175,.8)}.xs\:bg-gray-400\/85{background-color:rgba(156,163,175,.85)}.xs\:bg-gray-400\/90{background-color:rgba(156,163,175,.9)}.xs\:bg-gray-400\/95{background-color:rgba(156,163,175,.95)}.xs\:bg-gray-50{--tw-bg-opacity:1;background-color:rgba(249,250,251,var(--tw-bg-opacity))}.xs\:bg-gray-50\/0{background-color:rgba(249,250,251,0)}.xs\:bg-gray-50\/10{background-color:rgba(249,250,251,.1)}.xs\:bg-gray-50\/100{background-color:#f9fafb}.xs\:bg-gray-50\/15{background-color:rgba(249,250,251,.15)}.xs\:bg-gray-50\/20{background-color:rgba(249,250,251,.2)}.xs\:bg-gray-50\/25{background-color:rgba(249,250,251,.25)}.xs\:bg-gray-50\/30{background-color:rgba(249,250,251,.3)}.xs\:bg-gray-50\/35{background-color:rgba(249,250,251,.35)}.xs\:bg-gray-50\/40{background-color:rgba(249,250,251,.4)}.xs\:bg-gray-50\/45{background-color:rgba(249,250,251,.45)}.xs\:bg-gray-50\/5{background-color:rgba(249,250,251,.05)}.xs\:bg-gray-50\/50{background-color:rgba(249,250,251,.5)}.xs\:bg-gray-50\/55{background-color:rgba(249,250,251,.55)}.xs\:bg-gray-50\/60{background-color:rgba(249,250,251,.6)}.xs\:bg-gray-50\/65{background-color:rgba(249,250,251,.65)}.xs\:bg-gray-50\/70{background-color:rgba(249,250,251,.7)}.xs\:bg-gray-50\/75{background-color:rgba(249,250,251,.75)}.xs\:bg-gray-50\/80{background-color:rgba(249,250,251,.8)}.xs\:bg-gray-50\/85{background-color:rgba(249,250,251,.85)}.xs\:bg-gray-50\/90{background-color:rgba(249,250,251,.9)}.xs\:bg-gray-50\/95{background-color:rgba(249,250,251,.95)}.xs\:bg-gray-500{--tw-bg-opacity:1;background-color:rgba(107,114,128,var(--tw-bg-opacity))}.xs\:bg-gray-500\/0{background-color:hsla(220,9%,46%,0)}.xs\:bg-gray-500\/10{background-color:hsla(220,9%,46%,.1)}.xs\:bg-gray-500\/100{background-color:#6b7280}.xs\:bg-gray-500\/15{background-color:hsla(220,9%,46%,.15)}.xs\:bg-gray-500\/20{background-color:hsla(220,9%,46%,.2)}.xs\:bg-gray-500\/25{background-color:hsla(220,9%,46%,.25)}.xs\:bg-gray-500\/30{background-color:hsla(220,9%,46%,.3)}.xs\:bg-gray-500\/35{background-color:hsla(220,9%,46%,.35)}.xs\:bg-gray-500\/40{background-color:hsla(220,9%,46%,.4)}.xs\:bg-gray-500\/45{background-color:hsla(220,9%,46%,.45)}.xs\:bg-gray-500\/5{background-color:hsla(220,9%,46%,.05)}.xs\:bg-gray-500\/50{background-color:hsla(220,9%,46%,.5)}.xs\:bg-gray-500\/55{background-color:hsla(220,9%,46%,.55)}.xs\:bg-gray-500\/60{background-color:hsla(220,9%,46%,.6)}.xs\:bg-gray-500\/65{background-color:hsla(220,9%,46%,.65)}.xs\:bg-gray-500\/70{background-color:hsla(220,9%,46%,.7)}.xs\:bg-gray-500\/75{background-color:hsla(220,9%,46%,.75)}.xs\:bg-gray-500\/80{background-color:hsla(220,9%,46%,.8)}.xs\:bg-gray-500\/85{background-color:hsla(220,9%,46%,.85)}.xs\:bg-gray-500\/90{background-color:hsla(220,9%,46%,.9)}.xs\:bg-gray-500\/95{background-color:hsla(220,9%,46%,.95)}.xs\:bg-gray-600{--tw-bg-opacity:1;background-color:rgba(75,85,99,var(--tw-bg-opacity))}.xs\:bg-gray-600\/0{background-color:rgba(75,85,99,0)}.xs\:bg-gray-600\/10{background-color:rgba(75,85,99,.1)}.xs\:bg-gray-600\/100{background-color:#4b5563}.xs\:bg-gray-600\/15{background-color:rgba(75,85,99,.15)}.xs\:bg-gray-600\/20{background-color:rgba(75,85,99,.2)}.xs\:bg-gray-600\/25{background-color:rgba(75,85,99,.25)}.xs\:bg-gray-600\/30{background-color:rgba(75,85,99,.3)}.xs\:bg-gray-600\/35{background-color:rgba(75,85,99,.35)}.xs\:bg-gray-600\/40{background-color:rgba(75,85,99,.4)}.xs\:bg-gray-600\/45{background-color:rgba(75,85,99,.45)}.xs\:bg-gray-600\/5{background-color:rgba(75,85,99,.05)}.xs\:bg-gray-600\/50{background-color:rgba(75,85,99,.5)}.xs\:bg-gray-600\/55{background-color:rgba(75,85,99,.55)}.xs\:bg-gray-600\/60{background-color:rgba(75,85,99,.6)}.xs\:bg-gray-600\/65{background-color:rgba(75,85,99,.65)}.xs\:bg-gray-600\/70{background-color:rgba(75,85,99,.7)}.xs\:bg-gray-600\/75{background-color:rgba(75,85,99,.75)}.xs\:bg-gray-600\/80{background-color:rgba(75,85,99,.8)}.xs\:bg-gray-600\/85{background-color:rgba(75,85,99,.85)}.xs\:bg-gray-600\/90{background-color:rgba(75,85,99,.9)}.xs\:bg-gray-600\/95{background-color:rgba(75,85,99,.95)}.xs\:bg-gray-700{--tw-bg-opacity:1;background-color:rgba(55,65,81,var(--tw-bg-opacity))}.xs\:bg-gray-700\/0{background-color:rgba(55,65,81,0)}.xs\:bg-gray-700\/10{background-color:rgba(55,65,81,.1)}.xs\:bg-gray-700\/100{background-color:#374151}.xs\:bg-gray-700\/15{background-color:rgba(55,65,81,.15)}.xs\:bg-gray-700\/20{background-color:rgba(55,65,81,.2)}.xs\:bg-gray-700\/25{background-color:rgba(55,65,81,.25)}.xs\:bg-gray-700\/30{background-color:rgba(55,65,81,.3)}.xs\:bg-gray-700\/35{background-color:rgba(55,65,81,.35)}.xs\:bg-gray-700\/40{background-color:rgba(55,65,81,.4)}.xs\:bg-gray-700\/45{background-color:rgba(55,65,81,.45)}.xs\:bg-gray-700\/5{background-color:rgba(55,65,81,.05)}.xs\:bg-gray-700\/50{background-color:rgba(55,65,81,.5)}.xs\:bg-gray-700\/55{background-color:rgba(55,65,81,.55)}.xs\:bg-gray-700\/60{background-color:rgba(55,65,81,.6)}.xs\:bg-gray-700\/65{background-color:rgba(55,65,81,.65)}.xs\:bg-gray-700\/70{background-color:rgba(55,65,81,.7)}.xs\:bg-gray-700\/75{background-color:rgba(55,65,81,.75)}.xs\:bg-gray-700\/80{background-color:rgba(55,65,81,.8)}.xs\:bg-gray-700\/85{background-color:rgba(55,65,81,.85)}.xs\:bg-gray-700\/90{background-color:rgba(55,65,81,.9)}.xs\:bg-gray-700\/95{background-color:rgba(55,65,81,.95)}.xs\:bg-gray-800{--tw-bg-opacity:1;background-color:rgba(31,41,55,var(--tw-bg-opacity))}.xs\:bg-gray-800\/0{background-color:rgba(31,41,55,0)}.xs\:bg-gray-800\/10{background-color:rgba(31,41,55,.1)}.xs\:bg-gray-800\/100{background-color:#1f2937}.xs\:bg-gray-800\/15{background-color:rgba(31,41,55,.15)}.xs\:bg-gray-800\/20{background-color:rgba(31,41,55,.2)}.xs\:bg-gray-800\/25{background-color:rgba(31,41,55,.25)}.xs\:bg-gray-800\/30{background-color:rgba(31,41,55,.3)}.xs\:bg-gray-800\/35{background-color:rgba(31,41,55,.35)}.xs\:bg-gray-800\/40{background-color:rgba(31,41,55,.4)}.xs\:bg-gray-800\/45{background-color:rgba(31,41,55,.45)}.xs\:bg-gray-800\/5{background-color:rgba(31,41,55,.05)}.xs\:bg-gray-800\/50{background-color:rgba(31,41,55,.5)}.xs\:bg-gray-800\/55{background-color:rgba(31,41,55,.55)}.xs\:bg-gray-800\/60{background-color:rgba(31,41,55,.6)}.xs\:bg-gray-800\/65{background-color:rgba(31,41,55,.65)}.xs\:bg-gray-800\/70{background-color:rgba(31,41,55,.7)}.xs\:bg-gray-800\/75{background-color:rgba(31,41,55,.75)}.xs\:bg-gray-800\/80{background-color:rgba(31,41,55,.8)}.xs\:bg-gray-800\/85{background-color:rgba(31,41,55,.85)}.xs\:bg-gray-800\/90{background-color:rgba(31,41,55,.9)}.xs\:bg-gray-800\/95{background-color:rgba(31,41,55,.95)}.xs\:bg-gray-900{--tw-bg-opacity:1;background-color:rgba(17,24,39,var(--tw-bg-opacity))}.xs\:bg-gray-900\/0{background-color:rgba(17,24,39,0)}.xs\:bg-gray-900\/10{background-color:rgba(17,24,39,.1)}.xs\:bg-gray-900\/100{background-color:#111827}.xs\:bg-gray-900\/15{background-color:rgba(17,24,39,.15)}.xs\:bg-gray-900\/20{background-color:rgba(17,24,39,.2)}.xs\:bg-gray-900\/25{background-color:rgba(17,24,39,.25)}.xs\:bg-gray-900\/30{background-color:rgba(17,24,39,.3)}.xs\:bg-gray-900\/35{background-color:rgba(17,24,39,.35)}.xs\:bg-gray-900\/40{background-color:rgba(17,24,39,.4)}.xs\:bg-gray-900\/45{background-color:rgba(17,24,39,.45)}.xs\:bg-gray-900\/5{background-color:rgba(17,24,39,.05)}.xs\:bg-gray-900\/50{background-color:rgba(17,24,39,.5)}.xs\:bg-gray-900\/55{background-color:rgba(17,24,39,.55)}.xs\:bg-gray-900\/60{background-color:rgba(17,24,39,.6)}.xs\:bg-gray-900\/65{background-color:rgba(17,24,39,.65)}.xs\:bg-gray-900\/70{background-color:rgba(17,24,39,.7)}.xs\:bg-gray-900\/75{background-color:rgba(17,24,39,.75)}.xs\:bg-gray-900\/80{background-color:rgba(17,24,39,.8)}.xs\:bg-gray-900\/85{background-color:rgba(17,24,39,.85)}.xs\:bg-gray-900\/90{background-color:rgba(17,24,39,.9)}.xs\:bg-gray-900\/95{background-color:rgba(17,24,39,.95)}.xs\:bg-gray-950{--tw-bg-opacity:1;background-color:rgba(3,7,18,var(--tw-bg-opacity))}.xs\:bg-gray-950\/0{background-color:rgba(3,7,18,0)}.xs\:bg-gray-950\/10{background-color:rgba(3,7,18,.1)}.xs\:bg-gray-950\/100{background-color:#030712}.xs\:bg-gray-950\/15{background-color:rgba(3,7,18,.15)}.xs\:bg-gray-950\/20{background-color:rgba(3,7,18,.2)}.xs\:bg-gray-950\/25{background-color:rgba(3,7,18,.25)}.xs\:bg-gray-950\/30{background-color:rgba(3,7,18,.3)}.xs\:bg-gray-950\/35{background-color:rgba(3,7,18,.35)}.xs\:bg-gray-950\/40{background-color:rgba(3,7,18,.4)}.xs\:bg-gray-950\/45{background-color:rgba(3,7,18,.45)}.xs\:bg-gray-950\/5{background-color:rgba(3,7,18,.05)}.xs\:bg-gray-950\/50{background-color:rgba(3,7,18,.5)}.xs\:bg-gray-950\/55{background-color:rgba(3,7,18,.55)}.xs\:bg-gray-950\/60{background-color:rgba(3,7,18,.6)}.xs\:bg-gray-950\/65{background-color:rgba(3,7,18,.65)}.xs\:bg-gray-950\/70{background-color:rgba(3,7,18,.7)}.xs\:bg-gray-950\/75{background-color:rgba(3,7,18,.75)}.xs\:bg-gray-950\/80{background-color:rgba(3,7,18,.8)}.xs\:bg-gray-950\/85{background-color:rgba(3,7,18,.85)}.xs\:bg-gray-950\/90{background-color:rgba(3,7,18,.9)}.xs\:bg-gray-950\/95{background-color:rgba(3,7,18,.95)}.xs\:bg-green-100{--tw-bg-opacity:1;background-color:rgba(220,252,231,var(--tw-bg-opacity))}.xs\:bg-green-100\/0{background-color:rgba(220,252,231,0)}.xs\:bg-green-100\/10{background-color:rgba(220,252,231,.1)}.xs\:bg-green-100\/100{background-color:#dcfce7}.xs\:bg-green-100\/15{background-color:rgba(220,252,231,.15)}.xs\:bg-green-100\/20{background-color:rgba(220,252,231,.2)}.xs\:bg-green-100\/25{background-color:rgba(220,252,231,.25)}.xs\:bg-green-100\/30{background-color:rgba(220,252,231,.3)}.xs\:bg-green-100\/35{background-color:rgba(220,252,231,.35)}.xs\:bg-green-100\/40{background-color:rgba(220,252,231,.4)}.xs\:bg-green-100\/45{background-color:rgba(220,252,231,.45)}.xs\:bg-green-100\/5{background-color:rgba(220,252,231,.05)}.xs\:bg-green-100\/50{background-color:rgba(220,252,231,.5)}.xs\:bg-green-100\/55{background-color:rgba(220,252,231,.55)}.xs\:bg-green-100\/60{background-color:rgba(220,252,231,.6)}.xs\:bg-green-100\/65{background-color:rgba(220,252,231,.65)}.xs\:bg-green-100\/70{background-color:rgba(220,252,231,.7)}.xs\:bg-green-100\/75{background-color:rgba(220,252,231,.75)}.xs\:bg-green-100\/80{background-color:rgba(220,252,231,.8)}.xs\:bg-green-100\/85{background-color:rgba(220,252,231,.85)}.xs\:bg-green-100\/90{background-color:rgba(220,252,231,.9)}.xs\:bg-green-100\/95{background-color:rgba(220,252,231,.95)}.xs\:bg-green-200{--tw-bg-opacity:1;background-color:rgba(187,247,208,var(--tw-bg-opacity))}.xs\:bg-green-200\/0{background-color:rgba(187,247,208,0)}.xs\:bg-green-200\/10{background-color:rgba(187,247,208,.1)}.xs\:bg-green-200\/100{background-color:#bbf7d0}.xs\:bg-green-200\/15{background-color:rgba(187,247,208,.15)}.xs\:bg-green-200\/20{background-color:rgba(187,247,208,.2)}.xs\:bg-green-200\/25{background-color:rgba(187,247,208,.25)}.xs\:bg-green-200\/30{background-color:rgba(187,247,208,.3)}.xs\:bg-green-200\/35{background-color:rgba(187,247,208,.35)}.xs\:bg-green-200\/40{background-color:rgba(187,247,208,.4)}.xs\:bg-green-200\/45{background-color:rgba(187,247,208,.45)}.xs\:bg-green-200\/5{background-color:rgba(187,247,208,.05)}.xs\:bg-green-200\/50{background-color:rgba(187,247,208,.5)}.xs\:bg-green-200\/55{background-color:rgba(187,247,208,.55)}.xs\:bg-green-200\/60{background-color:rgba(187,247,208,.6)}.xs\:bg-green-200\/65{background-color:rgba(187,247,208,.65)}.xs\:bg-green-200\/70{background-color:rgba(187,247,208,.7)}.xs\:bg-green-200\/75{background-color:rgba(187,247,208,.75)}.xs\:bg-green-200\/80{background-color:rgba(187,247,208,.8)}.xs\:bg-green-200\/85{background-color:rgba(187,247,208,.85)}.xs\:bg-green-200\/90{background-color:rgba(187,247,208,.9)}.xs\:bg-green-200\/95{background-color:rgba(187,247,208,.95)}.xs\:bg-green-300{--tw-bg-opacity:1;background-color:rgba(134,239,172,var(--tw-bg-opacity))}.xs\:bg-green-300\/0{background-color:rgba(134,239,172,0)}.xs\:bg-green-300\/10{background-color:rgba(134,239,172,.1)}.xs\:bg-green-300\/100{background-color:#86efac}.xs\:bg-green-300\/15{background-color:rgba(134,239,172,.15)}.xs\:bg-green-300\/20{background-color:rgba(134,239,172,.2)}.xs\:bg-green-300\/25{background-color:rgba(134,239,172,.25)}.xs\:bg-green-300\/30{background-color:rgba(134,239,172,.3)}.xs\:bg-green-300\/35{background-color:rgba(134,239,172,.35)}.xs\:bg-green-300\/40{background-color:rgba(134,239,172,.4)}.xs\:bg-green-300\/45{background-color:rgba(134,239,172,.45)}.xs\:bg-green-300\/5{background-color:rgba(134,239,172,.05)}.xs\:bg-green-300\/50{background-color:rgba(134,239,172,.5)}.xs\:bg-green-300\/55{background-color:rgba(134,239,172,.55)}.xs\:bg-green-300\/60{background-color:rgba(134,239,172,.6)}.xs\:bg-green-300\/65{background-color:rgba(134,239,172,.65)}.xs\:bg-green-300\/70{background-color:rgba(134,239,172,.7)}.xs\:bg-green-300\/75{background-color:rgba(134,239,172,.75)}.xs\:bg-green-300\/80{background-color:rgba(134,239,172,.8)}.xs\:bg-green-300\/85{background-color:rgba(134,239,172,.85)}.xs\:bg-green-300\/90{background-color:rgba(134,239,172,.9)}.xs\:bg-green-300\/95{background-color:rgba(134,239,172,.95)}.xs\:bg-green-400{--tw-bg-opacity:1;background-color:rgba(74,222,128,var(--tw-bg-opacity))}.xs\:bg-green-400\/0{background-color:rgba(74,222,128,0)}.xs\:bg-green-400\/10{background-color:rgba(74,222,128,.1)}.xs\:bg-green-400\/100{background-color:#4ade80}.xs\:bg-green-400\/15{background-color:rgba(74,222,128,.15)}.xs\:bg-green-400\/20{background-color:rgba(74,222,128,.2)}.xs\:bg-green-400\/25{background-color:rgba(74,222,128,.25)}.xs\:bg-green-400\/30{background-color:rgba(74,222,128,.3)}.xs\:bg-green-400\/35{background-color:rgba(74,222,128,.35)}.xs\:bg-green-400\/40{background-color:rgba(74,222,128,.4)}.xs\:bg-green-400\/45{background-color:rgba(74,222,128,.45)}.xs\:bg-green-400\/5{background-color:rgba(74,222,128,.05)}.xs\:bg-green-400\/50{background-color:rgba(74,222,128,.5)}.xs\:bg-green-400\/55{background-color:rgba(74,222,128,.55)}.xs\:bg-green-400\/60{background-color:rgba(74,222,128,.6)}.xs\:bg-green-400\/65{background-color:rgba(74,222,128,.65)}.xs\:bg-green-400\/70{background-color:rgba(74,222,128,.7)}.xs\:bg-green-400\/75{background-color:rgba(74,222,128,.75)}.xs\:bg-green-400\/80{background-color:rgba(74,222,128,.8)}.xs\:bg-green-400\/85{background-color:rgba(74,222,128,.85)}.xs\:bg-green-400\/90{background-color:rgba(74,222,128,.9)}.xs\:bg-green-400\/95{background-color:rgba(74,222,128,.95)}.xs\:bg-green-50{--tw-bg-opacity:1;background-color:rgba(240,253,244,var(--tw-bg-opacity))}.xs\:bg-green-50\/0{background-color:rgba(240,253,244,0)}.xs\:bg-green-50\/10{background-color:rgba(240,253,244,.1)}.xs\:bg-green-50\/100{background-color:#f0fdf4}.xs\:bg-green-50\/15{background-color:rgba(240,253,244,.15)}.xs\:bg-green-50\/20{background-color:rgba(240,253,244,.2)}.xs\:bg-green-50\/25{background-color:rgba(240,253,244,.25)}.xs\:bg-green-50\/30{background-color:rgba(240,253,244,.3)}.xs\:bg-green-50\/35{background-color:rgba(240,253,244,.35)}.xs\:bg-green-50\/40{background-color:rgba(240,253,244,.4)}.xs\:bg-green-50\/45{background-color:rgba(240,253,244,.45)}.xs\:bg-green-50\/5{background-color:rgba(240,253,244,.05)}.xs\:bg-green-50\/50{background-color:rgba(240,253,244,.5)}.xs\:bg-green-50\/55{background-color:rgba(240,253,244,.55)}.xs\:bg-green-50\/60{background-color:rgba(240,253,244,.6)}.xs\:bg-green-50\/65{background-color:rgba(240,253,244,.65)}.xs\:bg-green-50\/70{background-color:rgba(240,253,244,.7)}.xs\:bg-green-50\/75{background-color:rgba(240,253,244,.75)}.xs\:bg-green-50\/80{background-color:rgba(240,253,244,.8)}.xs\:bg-green-50\/85{background-color:rgba(240,253,244,.85)}.xs\:bg-green-50\/90{background-color:rgba(240,253,244,.9)}.xs\:bg-green-50\/95{background-color:rgba(240,253,244,.95)}.xs\:bg-green-500{--tw-bg-opacity:1;background-color:rgba(34,197,94,var(--tw-bg-opacity))}.xs\:bg-green-500\/0{background-color:rgba(34,197,94,0)}.xs\:bg-green-500\/10{background-color:rgba(34,197,94,.1)}.xs\:bg-green-500\/100{background-color:#22c55e}.xs\:bg-green-500\/15{background-color:rgba(34,197,94,.15)}.xs\:bg-green-500\/20{background-color:rgba(34,197,94,.2)}.xs\:bg-green-500\/25{background-color:rgba(34,197,94,.25)}.xs\:bg-green-500\/30{background-color:rgba(34,197,94,.3)}.xs\:bg-green-500\/35{background-color:rgba(34,197,94,.35)}.xs\:bg-green-500\/40{background-color:rgba(34,197,94,.4)}.xs\:bg-green-500\/45{background-color:rgba(34,197,94,.45)}.xs\:bg-green-500\/5{background-color:rgba(34,197,94,.05)}.xs\:bg-green-500\/50{background-color:rgba(34,197,94,.5)}.xs\:bg-green-500\/55{background-color:rgba(34,197,94,.55)}.xs\:bg-green-500\/60{background-color:rgba(34,197,94,.6)}.xs\:bg-green-500\/65{background-color:rgba(34,197,94,.65)}.xs\:bg-green-500\/70{background-color:rgba(34,197,94,.7)}.xs\:bg-green-500\/75{background-color:rgba(34,197,94,.75)}.xs\:bg-green-500\/80{background-color:rgba(34,197,94,.8)}.xs\:bg-green-500\/85{background-color:rgba(34,197,94,.85)}.xs\:bg-green-500\/90{background-color:rgba(34,197,94,.9)}.xs\:bg-green-500\/95{background-color:rgba(34,197,94,.95)}.xs\:bg-green-600{--tw-bg-opacity:1;background-color:rgba(22,163,74,var(--tw-bg-opacity))}.xs\:bg-green-600\/0{background-color:rgba(22,163,74,0)}.xs\:bg-green-600\/10{background-color:rgba(22,163,74,.1)}.xs\:bg-green-600\/100{background-color:#16a34a}.xs\:bg-green-600\/15{background-color:rgba(22,163,74,.15)}.xs\:bg-green-600\/20{background-color:rgba(22,163,74,.2)}.xs\:bg-green-600\/25{background-color:rgba(22,163,74,.25)}.xs\:bg-green-600\/30{background-color:rgba(22,163,74,.3)}.xs\:bg-green-600\/35{background-color:rgba(22,163,74,.35)}.xs\:bg-green-600\/40{background-color:rgba(22,163,74,.4)}.xs\:bg-green-600\/45{background-color:rgba(22,163,74,.45)}.xs\:bg-green-600\/5{background-color:rgba(22,163,74,.05)}.xs\:bg-green-600\/50{background-color:rgba(22,163,74,.5)}.xs\:bg-green-600\/55{background-color:rgba(22,163,74,.55)}.xs\:bg-green-600\/60{background-color:rgba(22,163,74,.6)}.xs\:bg-green-600\/65{background-color:rgba(22,163,74,.65)}.xs\:bg-green-600\/70{background-color:rgba(22,163,74,.7)}.xs\:bg-green-600\/75{background-color:rgba(22,163,74,.75)}.xs\:bg-green-600\/80{background-color:rgba(22,163,74,.8)}.xs\:bg-green-600\/85{background-color:rgba(22,163,74,.85)}.xs\:bg-green-600\/90{background-color:rgba(22,163,74,.9)}.xs\:bg-green-600\/95{background-color:rgba(22,163,74,.95)}.xs\:bg-green-700{--tw-bg-opacity:1;background-color:rgba(21,128,61,var(--tw-bg-opacity))}.xs\:bg-green-700\/0{background-color:rgba(21,128,61,0)}.xs\:bg-green-700\/10{background-color:rgba(21,128,61,.1)}.xs\:bg-green-700\/100{background-color:#15803d}.xs\:bg-green-700\/15{background-color:rgba(21,128,61,.15)}.xs\:bg-green-700\/20{background-color:rgba(21,128,61,.2)}.xs\:bg-green-700\/25{background-color:rgba(21,128,61,.25)}.xs\:bg-green-700\/30{background-color:rgba(21,128,61,.3)}.xs\:bg-green-700\/35{background-color:rgba(21,128,61,.35)}.xs\:bg-green-700\/40{background-color:rgba(21,128,61,.4)}.xs\:bg-green-700\/45{background-color:rgba(21,128,61,.45)}.xs\:bg-green-700\/5{background-color:rgba(21,128,61,.05)}.xs\:bg-green-700\/50{background-color:rgba(21,128,61,.5)}.xs\:bg-green-700\/55{background-color:rgba(21,128,61,.55)}.xs\:bg-green-700\/60{background-color:rgba(21,128,61,.6)}.xs\:bg-green-700\/65{background-color:rgba(21,128,61,.65)}.xs\:bg-green-700\/70{background-color:rgba(21,128,61,.7)}.xs\:bg-green-700\/75{background-color:rgba(21,128,61,.75)}.xs\:bg-green-700\/80{background-color:rgba(21,128,61,.8)}.xs\:bg-green-700\/85{background-color:rgba(21,128,61,.85)}.xs\:bg-green-700\/90{background-color:rgba(21,128,61,.9)}.xs\:bg-green-700\/95{background-color:rgba(21,128,61,.95)}.xs\:bg-green-800{--tw-bg-opacity:1;background-color:rgba(22,101,52,var(--tw-bg-opacity))}.xs\:bg-green-800\/0{background-color:rgba(22,101,52,0)}.xs\:bg-green-800\/10{background-color:rgba(22,101,52,.1)}.xs\:bg-green-800\/100{background-color:#166534}.xs\:bg-green-800\/15{background-color:rgba(22,101,52,.15)}.xs\:bg-green-800\/20{background-color:rgba(22,101,52,.2)}.xs\:bg-green-800\/25{background-color:rgba(22,101,52,.25)}.xs\:bg-green-800\/30{background-color:rgba(22,101,52,.3)}.xs\:bg-green-800\/35{background-color:rgba(22,101,52,.35)}.xs\:bg-green-800\/40{background-color:rgba(22,101,52,.4)}.xs\:bg-green-800\/45{background-color:rgba(22,101,52,.45)}.xs\:bg-green-800\/5{background-color:rgba(22,101,52,.05)}.xs\:bg-green-800\/50{background-color:rgba(22,101,52,.5)}.xs\:bg-green-800\/55{background-color:rgba(22,101,52,.55)}.xs\:bg-green-800\/60{background-color:rgba(22,101,52,.6)}.xs\:bg-green-800\/65{background-color:rgba(22,101,52,.65)}.xs\:bg-green-800\/70{background-color:rgba(22,101,52,.7)}.xs\:bg-green-800\/75{background-color:rgba(22,101,52,.75)}.xs\:bg-green-800\/80{background-color:rgba(22,101,52,.8)}.xs\:bg-green-800\/85{background-color:rgba(22,101,52,.85)}.xs\:bg-green-800\/90{background-color:rgba(22,101,52,.9)}.xs\:bg-green-800\/95{background-color:rgba(22,101,52,.95)}.xs\:bg-green-900{--tw-bg-opacity:1;background-color:rgba(20,83,45,var(--tw-bg-opacity))}.xs\:bg-green-900\/0{background-color:rgba(20,83,45,0)}.xs\:bg-green-900\/10{background-color:rgba(20,83,45,.1)}.xs\:bg-green-900\/100{background-color:#14532d}.xs\:bg-green-900\/15{background-color:rgba(20,83,45,.15)}.xs\:bg-green-900\/20{background-color:rgba(20,83,45,.2)}.xs\:bg-green-900\/25{background-color:rgba(20,83,45,.25)}.xs\:bg-green-900\/30{background-color:rgba(20,83,45,.3)}.xs\:bg-green-900\/35{background-color:rgba(20,83,45,.35)}.xs\:bg-green-900\/40{background-color:rgba(20,83,45,.4)}.xs\:bg-green-900\/45{background-color:rgba(20,83,45,.45)}.xs\:bg-green-900\/5{background-color:rgba(20,83,45,.05)}.xs\:bg-green-900\/50{background-color:rgba(20,83,45,.5)}.xs\:bg-green-900\/55{background-color:rgba(20,83,45,.55)}.xs\:bg-green-900\/60{background-color:rgba(20,83,45,.6)}.xs\:bg-green-900\/65{background-color:rgba(20,83,45,.65)}.xs\:bg-green-900\/70{background-color:rgba(20,83,45,.7)}.xs\:bg-green-900\/75{background-color:rgba(20,83,45,.75)}.xs\:bg-green-900\/80{background-color:rgba(20,83,45,.8)}.xs\:bg-green-900\/85{background-color:rgba(20,83,45,.85)}.xs\:bg-green-900\/90{background-color:rgba(20,83,45,.9)}.xs\:bg-green-900\/95{background-color:rgba(20,83,45,.95)}.xs\:bg-green-950{--tw-bg-opacity:1;background-color:rgba(5,46,22,var(--tw-bg-opacity))}.xs\:bg-green-950\/0{background-color:rgba(5,46,22,0)}.xs\:bg-green-950\/10{background-color:rgba(5,46,22,.1)}.xs\:bg-green-950\/100{background-color:#052e16}.xs\:bg-green-950\/15{background-color:rgba(5,46,22,.15)}.xs\:bg-green-950\/20{background-color:rgba(5,46,22,.2)}.xs\:bg-green-950\/25{background-color:rgba(5,46,22,.25)}.xs\:bg-green-950\/30{background-color:rgba(5,46,22,.3)}.xs\:bg-green-950\/35{background-color:rgba(5,46,22,.35)}.xs\:bg-green-950\/40{background-color:rgba(5,46,22,.4)}.xs\:bg-green-950\/45{background-color:rgba(5,46,22,.45)}.xs\:bg-green-950\/5{background-color:rgba(5,46,22,.05)}.xs\:bg-green-950\/50{background-color:rgba(5,46,22,.5)}.xs\:bg-green-950\/55{background-color:rgba(5,46,22,.55)}.xs\:bg-green-950\/60{background-color:rgba(5,46,22,.6)}.xs\:bg-green-950\/65{background-color:rgba(5,46,22,.65)}.xs\:bg-green-950\/70{background-color:rgba(5,46,22,.7)}.xs\:bg-green-950\/75{background-color:rgba(5,46,22,.75)}.xs\:bg-green-950\/80{background-color:rgba(5,46,22,.8)}.xs\:bg-green-950\/85{background-color:rgba(5,46,22,.85)}.xs\:bg-green-950\/90{background-color:rgba(5,46,22,.9)}.xs\:bg-green-950\/95{background-color:rgba(5,46,22,.95)}.xs\:bg-indigo-100{--tw-bg-opacity:1;background-color:rgba(224,231,255,var(--tw-bg-opacity))}.xs\:bg-indigo-100\/0{background-color:rgba(224,231,255,0)}.xs\:bg-indigo-100\/10{background-color:rgba(224,231,255,.1)}.xs\:bg-indigo-100\/100{background-color:#e0e7ff}.xs\:bg-indigo-100\/15{background-color:rgba(224,231,255,.15)}.xs\:bg-indigo-100\/20{background-color:rgba(224,231,255,.2)}.xs\:bg-indigo-100\/25{background-color:rgba(224,231,255,.25)}.xs\:bg-indigo-100\/30{background-color:rgba(224,231,255,.3)}.xs\:bg-indigo-100\/35{background-color:rgba(224,231,255,.35)}.xs\:bg-indigo-100\/40{background-color:rgba(224,231,255,.4)}.xs\:bg-indigo-100\/45{background-color:rgba(224,231,255,.45)}.xs\:bg-indigo-100\/5{background-color:rgba(224,231,255,.05)}.xs\:bg-indigo-100\/50{background-color:rgba(224,231,255,.5)}.xs\:bg-indigo-100\/55{background-color:rgba(224,231,255,.55)}.xs\:bg-indigo-100\/60{background-color:rgba(224,231,255,.6)}.xs\:bg-indigo-100\/65{background-color:rgba(224,231,255,.65)}.xs\:bg-indigo-100\/70{background-color:rgba(224,231,255,.7)}.xs\:bg-indigo-100\/75{background-color:rgba(224,231,255,.75)}.xs\:bg-indigo-100\/80{background-color:rgba(224,231,255,.8)}.xs\:bg-indigo-100\/85{background-color:rgba(224,231,255,.85)}.xs\:bg-indigo-100\/90{background-color:rgba(224,231,255,.9)}.xs\:bg-indigo-100\/95{background-color:rgba(224,231,255,.95)}.xs\:bg-indigo-200{--tw-bg-opacity:1;background-color:rgba(199,210,254,var(--tw-bg-opacity))}.xs\:bg-indigo-200\/0{background-color:rgba(199,210,254,0)}.xs\:bg-indigo-200\/10{background-color:rgba(199,210,254,.1)}.xs\:bg-indigo-200\/100{background-color:#c7d2fe}.xs\:bg-indigo-200\/15{background-color:rgba(199,210,254,.15)}.xs\:bg-indigo-200\/20{background-color:rgba(199,210,254,.2)}.xs\:bg-indigo-200\/25{background-color:rgba(199,210,254,.25)}.xs\:bg-indigo-200\/30{background-color:rgba(199,210,254,.3)}.xs\:bg-indigo-200\/35{background-color:rgba(199,210,254,.35)}.xs\:bg-indigo-200\/40{background-color:rgba(199,210,254,.4)}.xs\:bg-indigo-200\/45{background-color:rgba(199,210,254,.45)}.xs\:bg-indigo-200\/5{background-color:rgba(199,210,254,.05)}.xs\:bg-indigo-200\/50{background-color:rgba(199,210,254,.5)}.xs\:bg-indigo-200\/55{background-color:rgba(199,210,254,.55)}.xs\:bg-indigo-200\/60{background-color:rgba(199,210,254,.6)}.xs\:bg-indigo-200\/65{background-color:rgba(199,210,254,.65)}.xs\:bg-indigo-200\/70{background-color:rgba(199,210,254,.7)}.xs\:bg-indigo-200\/75{background-color:rgba(199,210,254,.75)}.xs\:bg-indigo-200\/80{background-color:rgba(199,210,254,.8)}.xs\:bg-indigo-200\/85{background-color:rgba(199,210,254,.85)}.xs\:bg-indigo-200\/90{background-color:rgba(199,210,254,.9)}.xs\:bg-indigo-200\/95{background-color:rgba(199,210,254,.95)}.xs\:bg-indigo-300{--tw-bg-opacity:1;background-color:rgba(165,180,252,var(--tw-bg-opacity))}.xs\:bg-indigo-300\/0{background-color:rgba(165,180,252,0)}.xs\:bg-indigo-300\/10{background-color:rgba(165,180,252,.1)}.xs\:bg-indigo-300\/100{background-color:#a5b4fc}.xs\:bg-indigo-300\/15{background-color:rgba(165,180,252,.15)}.xs\:bg-indigo-300\/20{background-color:rgba(165,180,252,.2)}.xs\:bg-indigo-300\/25{background-color:rgba(165,180,252,.25)}.xs\:bg-indigo-300\/30{background-color:rgba(165,180,252,.3)}.xs\:bg-indigo-300\/35{background-color:rgba(165,180,252,.35)}.xs\:bg-indigo-300\/40{background-color:rgba(165,180,252,.4)}.xs\:bg-indigo-300\/45{background-color:rgba(165,180,252,.45)}.xs\:bg-indigo-300\/5{background-color:rgba(165,180,252,.05)}.xs\:bg-indigo-300\/50{background-color:rgba(165,180,252,.5)}.xs\:bg-indigo-300\/55{background-color:rgba(165,180,252,.55)}.xs\:bg-indigo-300\/60{background-color:rgba(165,180,252,.6)}.xs\:bg-indigo-300\/65{background-color:rgba(165,180,252,.65)}.xs\:bg-indigo-300\/70{background-color:rgba(165,180,252,.7)}.xs\:bg-indigo-300\/75{background-color:rgba(165,180,252,.75)}.xs\:bg-indigo-300\/80{background-color:rgba(165,180,252,.8)}.xs\:bg-indigo-300\/85{background-color:rgba(165,180,252,.85)}.xs\:bg-indigo-300\/90{background-color:rgba(165,180,252,.9)}.xs\:bg-indigo-300\/95{background-color:rgba(165,180,252,.95)}.xs\:bg-indigo-400{--tw-bg-opacity:1;background-color:rgba(129,140,248,var(--tw-bg-opacity))}.xs\:bg-indigo-400\/0{background-color:rgba(129,140,248,0)}.xs\:bg-indigo-400\/10{background-color:rgba(129,140,248,.1)}.xs\:bg-indigo-400\/100{background-color:#818cf8}.xs\:bg-indigo-400\/15{background-color:rgba(129,140,248,.15)}.xs\:bg-indigo-400\/20{background-color:rgba(129,140,248,.2)}.xs\:bg-indigo-400\/25{background-color:rgba(129,140,248,.25)}.xs\:bg-indigo-400\/30{background-color:rgba(129,140,248,.3)}.xs\:bg-indigo-400\/35{background-color:rgba(129,140,248,.35)}.xs\:bg-indigo-400\/40{background-color:rgba(129,140,248,.4)}.xs\:bg-indigo-400\/45{background-color:rgba(129,140,248,.45)}.xs\:bg-indigo-400\/5{background-color:rgba(129,140,248,.05)}.xs\:bg-indigo-400\/50{background-color:rgba(129,140,248,.5)}.xs\:bg-indigo-400\/55{background-color:rgba(129,140,248,.55)}.xs\:bg-indigo-400\/60{background-color:rgba(129,140,248,.6)}.xs\:bg-indigo-400\/65{background-color:rgba(129,140,248,.65)}.xs\:bg-indigo-400\/70{background-color:rgba(129,140,248,.7)}.xs\:bg-indigo-400\/75{background-color:rgba(129,140,248,.75)}.xs\:bg-indigo-400\/80{background-color:rgba(129,140,248,.8)}.xs\:bg-indigo-400\/85{background-color:rgba(129,140,248,.85)}.xs\:bg-indigo-400\/90{background-color:rgba(129,140,248,.9)}.xs\:bg-indigo-400\/95{background-color:rgba(129,140,248,.95)}.xs\:bg-indigo-50{--tw-bg-opacity:1;background-color:rgba(238,242,255,var(--tw-bg-opacity))}.xs\:bg-indigo-50\/0{background-color:rgba(238,242,255,0)}.xs\:bg-indigo-50\/10{background-color:rgba(238,242,255,.1)}.xs\:bg-indigo-50\/100{background-color:#eef2ff}.xs\:bg-indigo-50\/15{background-color:rgba(238,242,255,.15)}.xs\:bg-indigo-50\/20{background-color:rgba(238,242,255,.2)}.xs\:bg-indigo-50\/25{background-color:rgba(238,242,255,.25)}.xs\:bg-indigo-50\/30{background-color:rgba(238,242,255,.3)}.xs\:bg-indigo-50\/35{background-color:rgba(238,242,255,.35)}.xs\:bg-indigo-50\/40{background-color:rgba(238,242,255,.4)}.xs\:bg-indigo-50\/45{background-color:rgba(238,242,255,.45)}.xs\:bg-indigo-50\/5{background-color:rgba(238,242,255,.05)}.xs\:bg-indigo-50\/50{background-color:rgba(238,242,255,.5)}.xs\:bg-indigo-50\/55{background-color:rgba(238,242,255,.55)}.xs\:bg-indigo-50\/60{background-color:rgba(238,242,255,.6)}.xs\:bg-indigo-50\/65{background-color:rgba(238,242,255,.65)}.xs\:bg-indigo-50\/70{background-color:rgba(238,242,255,.7)}.xs\:bg-indigo-50\/75{background-color:rgba(238,242,255,.75)}.xs\:bg-indigo-50\/80{background-color:rgba(238,242,255,.8)}.xs\:bg-indigo-50\/85{background-color:rgba(238,242,255,.85)}.xs\:bg-indigo-50\/90{background-color:rgba(238,242,255,.9)}.xs\:bg-indigo-50\/95{background-color:rgba(238,242,255,.95)}.xs\:bg-indigo-500{--tw-bg-opacity:1;background-color:rgba(99,102,241,var(--tw-bg-opacity))}.xs\:bg-indigo-500\/0{background-color:rgba(99,102,241,0)}.xs\:bg-indigo-500\/10{background-color:rgba(99,102,241,.1)}.xs\:bg-indigo-500\/100{background-color:#6366f1}.xs\:bg-indigo-500\/15{background-color:rgba(99,102,241,.15)}.xs\:bg-indigo-500\/20{background-color:rgba(99,102,241,.2)}.xs\:bg-indigo-500\/25{background-color:rgba(99,102,241,.25)}.xs\:bg-indigo-500\/30{background-color:rgba(99,102,241,.3)}.xs\:bg-indigo-500\/35{background-color:rgba(99,102,241,.35)}.xs\:bg-indigo-500\/40{background-color:rgba(99,102,241,.4)}.xs\:bg-indigo-500\/45{background-color:rgba(99,102,241,.45)}.xs\:bg-indigo-500\/5{background-color:rgba(99,102,241,.05)}.xs\:bg-indigo-500\/50{background-color:rgba(99,102,241,.5)}.xs\:bg-indigo-500\/55{background-color:rgba(99,102,241,.55)}.xs\:bg-indigo-500\/60{background-color:rgba(99,102,241,.6)}.xs\:bg-indigo-500\/65{background-color:rgba(99,102,241,.65)}.xs\:bg-indigo-500\/70{background-color:rgba(99,102,241,.7)}.xs\:bg-indigo-500\/75{background-color:rgba(99,102,241,.75)}.xs\:bg-indigo-500\/80{background-color:rgba(99,102,241,.8)}.xs\:bg-indigo-500\/85{background-color:rgba(99,102,241,.85)}.xs\:bg-indigo-500\/90{background-color:rgba(99,102,241,.9)}.xs\:bg-indigo-500\/95{background-color:rgba(99,102,241,.95)}.xs\:bg-indigo-600{--tw-bg-opacity:1;background-color:rgba(79,70,229,var(--tw-bg-opacity))}.xs\:bg-indigo-600\/0{background-color:rgba(79,70,229,0)}.xs\:bg-indigo-600\/10{background-color:rgba(79,70,229,.1)}.xs\:bg-indigo-600\/100{background-color:#4f46e5}.xs\:bg-indigo-600\/15{background-color:rgba(79,70,229,.15)}.xs\:bg-indigo-600\/20{background-color:rgba(79,70,229,.2)}.xs\:bg-indigo-600\/25{background-color:rgba(79,70,229,.25)}.xs\:bg-indigo-600\/30{background-color:rgba(79,70,229,.3)}.xs\:bg-indigo-600\/35{background-color:rgba(79,70,229,.35)}.xs\:bg-indigo-600\/40{background-color:rgba(79,70,229,.4)}.xs\:bg-indigo-600\/45{background-color:rgba(79,70,229,.45)}.xs\:bg-indigo-600\/5{background-color:rgba(79,70,229,.05)}.xs\:bg-indigo-600\/50{background-color:rgba(79,70,229,.5)}.xs\:bg-indigo-600\/55{background-color:rgba(79,70,229,.55)}.xs\:bg-indigo-600\/60{background-color:rgba(79,70,229,.6)}.xs\:bg-indigo-600\/65{background-color:rgba(79,70,229,.65)}.xs\:bg-indigo-600\/70{background-color:rgba(79,70,229,.7)}.xs\:bg-indigo-600\/75{background-color:rgba(79,70,229,.75)}.xs\:bg-indigo-600\/80{background-color:rgba(79,70,229,.8)}.xs\:bg-indigo-600\/85{background-color:rgba(79,70,229,.85)}.xs\:bg-indigo-600\/90{background-color:rgba(79,70,229,.9)}.xs\:bg-indigo-600\/95{background-color:rgba(79,70,229,.95)}.xs\:bg-indigo-700{--tw-bg-opacity:1;background-color:rgba(67,56,202,var(--tw-bg-opacity))}.xs\:bg-indigo-700\/0{background-color:rgba(67,56,202,0)}.xs\:bg-indigo-700\/10{background-color:rgba(67,56,202,.1)}.xs\:bg-indigo-700\/100{background-color:#4338ca}.xs\:bg-indigo-700\/15{background-color:rgba(67,56,202,.15)}.xs\:bg-indigo-700\/20{background-color:rgba(67,56,202,.2)}.xs\:bg-indigo-700\/25{background-color:rgba(67,56,202,.25)}.xs\:bg-indigo-700\/30{background-color:rgba(67,56,202,.3)}.xs\:bg-indigo-700\/35{background-color:rgba(67,56,202,.35)}.xs\:bg-indigo-700\/40{background-color:rgba(67,56,202,.4)}.xs\:bg-indigo-700\/45{background-color:rgba(67,56,202,.45)}.xs\:bg-indigo-700\/5{background-color:rgba(67,56,202,.05)}.xs\:bg-indigo-700\/50{background-color:rgba(67,56,202,.5)}.xs\:bg-indigo-700\/55{background-color:rgba(67,56,202,.55)}.xs\:bg-indigo-700\/60{background-color:rgba(67,56,202,.6)}.xs\:bg-indigo-700\/65{background-color:rgba(67,56,202,.65)}.xs\:bg-indigo-700\/70{background-color:rgba(67,56,202,.7)}.xs\:bg-indigo-700\/75{background-color:rgba(67,56,202,.75)}.xs\:bg-indigo-700\/80{background-color:rgba(67,56,202,.8)}.xs\:bg-indigo-700\/85{background-color:rgba(67,56,202,.85)}.xs\:bg-indigo-700\/90{background-color:rgba(67,56,202,.9)}.xs\:bg-indigo-700\/95{background-color:rgba(67,56,202,.95)}.xs\:bg-indigo-800{--tw-bg-opacity:1;background-color:rgba(55,48,163,var(--tw-bg-opacity))}.xs\:bg-indigo-800\/0{background-color:rgba(55,48,163,0)}.xs\:bg-indigo-800\/10{background-color:rgba(55,48,163,.1)}.xs\:bg-indigo-800\/100{background-color:#3730a3}.xs\:bg-indigo-800\/15{background-color:rgba(55,48,163,.15)}.xs\:bg-indigo-800\/20{background-color:rgba(55,48,163,.2)}.xs\:bg-indigo-800\/25{background-color:rgba(55,48,163,.25)}.xs\:bg-indigo-800\/30{background-color:rgba(55,48,163,.3)}.xs\:bg-indigo-800\/35{background-color:rgba(55,48,163,.35)}.xs\:bg-indigo-800\/40{background-color:rgba(55,48,163,.4)}.xs\:bg-indigo-800\/45{background-color:rgba(55,48,163,.45)}.xs\:bg-indigo-800\/5{background-color:rgba(55,48,163,.05)}.xs\:bg-indigo-800\/50{background-color:rgba(55,48,163,.5)}.xs\:bg-indigo-800\/55{background-color:rgba(55,48,163,.55)}.xs\:bg-indigo-800\/60{background-color:rgba(55,48,163,.6)}.xs\:bg-indigo-800\/65{background-color:rgba(55,48,163,.65)}.xs\:bg-indigo-800\/70{background-color:rgba(55,48,163,.7)}.xs\:bg-indigo-800\/75{background-color:rgba(55,48,163,.75)}.xs\:bg-indigo-800\/80{background-color:rgba(55,48,163,.8)}.xs\:bg-indigo-800\/85{background-color:rgba(55,48,163,.85)}.xs\:bg-indigo-800\/90{background-color:rgba(55,48,163,.9)}.xs\:bg-indigo-800\/95{background-color:rgba(55,48,163,.95)}.xs\:bg-indigo-900{--tw-bg-opacity:1;background-color:rgba(49,46,129,var(--tw-bg-opacity))}.xs\:bg-indigo-900\/0{background-color:rgba(49,46,129,0)}.xs\:bg-indigo-900\/10{background-color:rgba(49,46,129,.1)}.xs\:bg-indigo-900\/100{background-color:#312e81}.xs\:bg-indigo-900\/15{background-color:rgba(49,46,129,.15)}.xs\:bg-indigo-900\/20{background-color:rgba(49,46,129,.2)}.xs\:bg-indigo-900\/25{background-color:rgba(49,46,129,.25)}.xs\:bg-indigo-900\/30{background-color:rgba(49,46,129,.3)}.xs\:bg-indigo-900\/35{background-color:rgba(49,46,129,.35)}.xs\:bg-indigo-900\/40{background-color:rgba(49,46,129,.4)}.xs\:bg-indigo-900\/45{background-color:rgba(49,46,129,.45)}.xs\:bg-indigo-900\/5{background-color:rgba(49,46,129,.05)}.xs\:bg-indigo-900\/50{background-color:rgba(49,46,129,.5)}.xs\:bg-indigo-900\/55{background-color:rgba(49,46,129,.55)}.xs\:bg-indigo-900\/60{background-color:rgba(49,46,129,.6)}.xs\:bg-indigo-900\/65{background-color:rgba(49,46,129,.65)}.xs\:bg-indigo-900\/70{background-color:rgba(49,46,129,.7)}.xs\:bg-indigo-900\/75{background-color:rgba(49,46,129,.75)}.xs\:bg-indigo-900\/80{background-color:rgba(49,46,129,.8)}.xs\:bg-indigo-900\/85{background-color:rgba(49,46,129,.85)}.xs\:bg-indigo-900\/90{background-color:rgba(49,46,129,.9)}.xs\:bg-indigo-900\/95{background-color:rgba(49,46,129,.95)}.xs\:bg-indigo-950{--tw-bg-opacity:1;background-color:rgba(30,27,75,var(--tw-bg-opacity))}.xs\:bg-indigo-950\/0{background-color:rgba(30,27,75,0)}.xs\:bg-indigo-950\/10{background-color:rgba(30,27,75,.1)}.xs\:bg-indigo-950\/100{background-color:#1e1b4b}.xs\:bg-indigo-950\/15{background-color:rgba(30,27,75,.15)}.xs\:bg-indigo-950\/20{background-color:rgba(30,27,75,.2)}.xs\:bg-indigo-950\/25{background-color:rgba(30,27,75,.25)}.xs\:bg-indigo-950\/30{background-color:rgba(30,27,75,.3)}.xs\:bg-indigo-950\/35{background-color:rgba(30,27,75,.35)}.xs\:bg-indigo-950\/40{background-color:rgba(30,27,75,.4)}.xs\:bg-indigo-950\/45{background-color:rgba(30,27,75,.45)}.xs\:bg-indigo-950\/5{background-color:rgba(30,27,75,.05)}.xs\:bg-indigo-950\/50{background-color:rgba(30,27,75,.5)}.xs\:bg-indigo-950\/55{background-color:rgba(30,27,75,.55)}.xs\:bg-indigo-950\/60{background-color:rgba(30,27,75,.6)}.xs\:bg-indigo-950\/65{background-color:rgba(30,27,75,.65)}.xs\:bg-indigo-950\/70{background-color:rgba(30,27,75,.7)}.xs\:bg-indigo-950\/75{background-color:rgba(30,27,75,.75)}.xs\:bg-indigo-950\/80{background-color:rgba(30,27,75,.8)}.xs\:bg-indigo-950\/85{background-color:rgba(30,27,75,.85)}.xs\:bg-indigo-950\/90{background-color:rgba(30,27,75,.9)}.xs\:bg-indigo-950\/95{background-color:rgba(30,27,75,.95)}.xs\:bg-inherit{background-color:inherit}.xs\:bg-lime-100{--tw-bg-opacity:1;background-color:rgba(236,252,203,var(--tw-bg-opacity))}.xs\:bg-lime-100\/0{background-color:hsla(80,89%,89%,0)}.xs\:bg-lime-100\/10{background-color:hsla(80,89%,89%,.1)}.xs\:bg-lime-100\/100{background-color:#ecfccb}.xs\:bg-lime-100\/15{background-color:hsla(80,89%,89%,.15)}.xs\:bg-lime-100\/20{background-color:hsla(80,89%,89%,.2)}.xs\:bg-lime-100\/25{background-color:hsla(80,89%,89%,.25)}.xs\:bg-lime-100\/30{background-color:hsla(80,89%,89%,.3)}.xs\:bg-lime-100\/35{background-color:hsla(80,89%,89%,.35)}.xs\:bg-lime-100\/40{background-color:hsla(80,89%,89%,.4)}.xs\:bg-lime-100\/45{background-color:hsla(80,89%,89%,.45)}.xs\:bg-lime-100\/5{background-color:hsla(80,89%,89%,.05)}.xs\:bg-lime-100\/50{background-color:hsla(80,89%,89%,.5)}.xs\:bg-lime-100\/55{background-color:hsla(80,89%,89%,.55)}.xs\:bg-lime-100\/60{background-color:hsla(80,89%,89%,.6)}.xs\:bg-lime-100\/65{background-color:hsla(80,89%,89%,.65)}.xs\:bg-lime-100\/70{background-color:hsla(80,89%,89%,.7)}.xs\:bg-lime-100\/75{background-color:hsla(80,89%,89%,.75)}.xs\:bg-lime-100\/80{background-color:hsla(80,89%,89%,.8)}.xs\:bg-lime-100\/85{background-color:hsla(80,89%,89%,.85)}.xs\:bg-lime-100\/90{background-color:hsla(80,89%,89%,.9)}.xs\:bg-lime-100\/95{background-color:hsla(80,89%,89%,.95)}.xs\:bg-lime-200{--tw-bg-opacity:1;background-color:rgba(217,249,157,var(--tw-bg-opacity))}.xs\:bg-lime-200\/0{background-color:hsla(81,88%,80%,0)}.xs\:bg-lime-200\/10{background-color:hsla(81,88%,80%,.1)}.xs\:bg-lime-200\/100{background-color:#d9f99d}.xs\:bg-lime-200\/15{background-color:hsla(81,88%,80%,.15)}.xs\:bg-lime-200\/20{background-color:hsla(81,88%,80%,.2)}.xs\:bg-lime-200\/25{background-color:hsla(81,88%,80%,.25)}.xs\:bg-lime-200\/30{background-color:hsla(81,88%,80%,.3)}.xs\:bg-lime-200\/35{background-color:hsla(81,88%,80%,.35)}.xs\:bg-lime-200\/40{background-color:hsla(81,88%,80%,.4)}.xs\:bg-lime-200\/45{background-color:hsla(81,88%,80%,.45)}.xs\:bg-lime-200\/5{background-color:hsla(81,88%,80%,.05)}.xs\:bg-lime-200\/50{background-color:hsla(81,88%,80%,.5)}.xs\:bg-lime-200\/55{background-color:hsla(81,88%,80%,.55)}.xs\:bg-lime-200\/60{background-color:hsla(81,88%,80%,.6)}.xs\:bg-lime-200\/65{background-color:hsla(81,88%,80%,.65)}.xs\:bg-lime-200\/70{background-color:hsla(81,88%,80%,.7)}.xs\:bg-lime-200\/75{background-color:hsla(81,88%,80%,.75)}.xs\:bg-lime-200\/80{background-color:hsla(81,88%,80%,.8)}.xs\:bg-lime-200\/85{background-color:hsla(81,88%,80%,.85)}.xs\:bg-lime-200\/90{background-color:hsla(81,88%,80%,.9)}.xs\:bg-lime-200\/95{background-color:hsla(81,88%,80%,.95)}.xs\:bg-lime-300{--tw-bg-opacity:1;background-color:rgba(190,242,100,var(--tw-bg-opacity))}.xs\:bg-lime-300\/0{background-color:hsla(82,85%,67%,0)}.xs\:bg-lime-300\/10{background-color:hsla(82,85%,67%,.1)}.xs\:bg-lime-300\/100{background-color:#bef264}.xs\:bg-lime-300\/15{background-color:hsla(82,85%,67%,.15)}.xs\:bg-lime-300\/20{background-color:hsla(82,85%,67%,.2)}.xs\:bg-lime-300\/25{background-color:hsla(82,85%,67%,.25)}.xs\:bg-lime-300\/30{background-color:hsla(82,85%,67%,.3)}.xs\:bg-lime-300\/35{background-color:hsla(82,85%,67%,.35)}.xs\:bg-lime-300\/40{background-color:hsla(82,85%,67%,.4)}.xs\:bg-lime-300\/45{background-color:hsla(82,85%,67%,.45)}.xs\:bg-lime-300\/5{background-color:hsla(82,85%,67%,.05)}.xs\:bg-lime-300\/50{background-color:hsla(82,85%,67%,.5)}.xs\:bg-lime-300\/55{background-color:hsla(82,85%,67%,.55)}.xs\:bg-lime-300\/60{background-color:hsla(82,85%,67%,.6)}.xs\:bg-lime-300\/65{background-color:hsla(82,85%,67%,.65)}.xs\:bg-lime-300\/70{background-color:hsla(82,85%,67%,.7)}.xs\:bg-lime-300\/75{background-color:hsla(82,85%,67%,.75)}.xs\:bg-lime-300\/80{background-color:hsla(82,85%,67%,.8)}.xs\:bg-lime-300\/85{background-color:hsla(82,85%,67%,.85)}.xs\:bg-lime-300\/90{background-color:hsla(82,85%,67%,.9)}.xs\:bg-lime-300\/95{background-color:hsla(82,85%,67%,.95)}.xs\:bg-lime-400{--tw-bg-opacity:1;background-color:rgba(163,230,53,var(--tw-bg-opacity))}.xs\:bg-lime-400\/0{background-color:rgba(163,230,53,0)}.xs\:bg-lime-400\/10{background-color:rgba(163,230,53,.1)}.xs\:bg-lime-400\/100{background-color:#a3e635}.xs\:bg-lime-400\/15{background-color:rgba(163,230,53,.15)}.xs\:bg-lime-400\/20{background-color:rgba(163,230,53,.2)}.xs\:bg-lime-400\/25{background-color:rgba(163,230,53,.25)}.xs\:bg-lime-400\/30{background-color:rgba(163,230,53,.3)}.xs\:bg-lime-400\/35{background-color:rgba(163,230,53,.35)}.xs\:bg-lime-400\/40{background-color:rgba(163,230,53,.4)}.xs\:bg-lime-400\/45{background-color:rgba(163,230,53,.45)}.xs\:bg-lime-400\/5{background-color:rgba(163,230,53,.05)}.xs\:bg-lime-400\/50{background-color:rgba(163,230,53,.5)}.xs\:bg-lime-400\/55{background-color:rgba(163,230,53,.55)}.xs\:bg-lime-400\/60{background-color:rgba(163,230,53,.6)}.xs\:bg-lime-400\/65{background-color:rgba(163,230,53,.65)}.xs\:bg-lime-400\/70{background-color:rgba(163,230,53,.7)}.xs\:bg-lime-400\/75{background-color:rgba(163,230,53,.75)}.xs\:bg-lime-400\/80{background-color:rgba(163,230,53,.8)}.xs\:bg-lime-400\/85{background-color:rgba(163,230,53,.85)}.xs\:bg-lime-400\/90{background-color:rgba(163,230,53,.9)}.xs\:bg-lime-400\/95{background-color:rgba(163,230,53,.95)}.xs\:bg-lime-50{--tw-bg-opacity:1;background-color:rgba(247,254,231,var(--tw-bg-opacity))}.xs\:bg-lime-50\/0{background-color:hsla(78,92%,95%,0)}.xs\:bg-lime-50\/10{background-color:hsla(78,92%,95%,.1)}.xs\:bg-lime-50\/100{background-color:#f7fee7}.xs\:bg-lime-50\/15{background-color:hsla(78,92%,95%,.15)}.xs\:bg-lime-50\/20{background-color:hsla(78,92%,95%,.2)}.xs\:bg-lime-50\/25{background-color:hsla(78,92%,95%,.25)}.xs\:bg-lime-50\/30{background-color:hsla(78,92%,95%,.3)}.xs\:bg-lime-50\/35{background-color:hsla(78,92%,95%,.35)}.xs\:bg-lime-50\/40{background-color:hsla(78,92%,95%,.4)}.xs\:bg-lime-50\/45{background-color:hsla(78,92%,95%,.45)}.xs\:bg-lime-50\/5{background-color:hsla(78,92%,95%,.05)}.xs\:bg-lime-50\/50{background-color:hsla(78,92%,95%,.5)}.xs\:bg-lime-50\/55{background-color:hsla(78,92%,95%,.55)}.xs\:bg-lime-50\/60{background-color:hsla(78,92%,95%,.6)}.xs\:bg-lime-50\/65{background-color:hsla(78,92%,95%,.65)}.xs\:bg-lime-50\/70{background-color:hsla(78,92%,95%,.7)}.xs\:bg-lime-50\/75{background-color:hsla(78,92%,95%,.75)}.xs\:bg-lime-50\/80{background-color:hsla(78,92%,95%,.8)}.xs\:bg-lime-50\/85{background-color:hsla(78,92%,95%,.85)}.xs\:bg-lime-50\/90{background-color:hsla(78,92%,95%,.9)}.xs\:bg-lime-50\/95{background-color:hsla(78,92%,95%,.95)}.xs\:bg-lime-500{--tw-bg-opacity:1;background-color:rgba(132,204,22,var(--tw-bg-opacity))}.xs\:bg-lime-500\/0{background-color:rgba(132,204,22,0)}.xs\:bg-lime-500\/10{background-color:rgba(132,204,22,.1)}.xs\:bg-lime-500\/100{background-color:#84cc16}.xs\:bg-lime-500\/15{background-color:rgba(132,204,22,.15)}.xs\:bg-lime-500\/20{background-color:rgba(132,204,22,.2)}.xs\:bg-lime-500\/25{background-color:rgba(132,204,22,.25)}.xs\:bg-lime-500\/30{background-color:rgba(132,204,22,.3)}.xs\:bg-lime-500\/35{background-color:rgba(132,204,22,.35)}.xs\:bg-lime-500\/40{background-color:rgba(132,204,22,.4)}.xs\:bg-lime-500\/45{background-color:rgba(132,204,22,.45)}.xs\:bg-lime-500\/5{background-color:rgba(132,204,22,.05)}.xs\:bg-lime-500\/50{background-color:rgba(132,204,22,.5)}.xs\:bg-lime-500\/55{background-color:rgba(132,204,22,.55)}.xs\:bg-lime-500\/60{background-color:rgba(132,204,22,.6)}.xs\:bg-lime-500\/65{background-color:rgba(132,204,22,.65)}.xs\:bg-lime-500\/70{background-color:rgba(132,204,22,.7)}.xs\:bg-lime-500\/75{background-color:rgba(132,204,22,.75)}.xs\:bg-lime-500\/80{background-color:rgba(132,204,22,.8)}.xs\:bg-lime-500\/85{background-color:rgba(132,204,22,.85)}.xs\:bg-lime-500\/90{background-color:rgba(132,204,22,.9)}.xs\:bg-lime-500\/95{background-color:rgba(132,204,22,.95)}.xs\:bg-lime-600{--tw-bg-opacity:1;background-color:rgba(101,163,13,var(--tw-bg-opacity))}.xs\:bg-lime-600\/0{background-color:rgba(101,163,13,0)}.xs\:bg-lime-600\/10{background-color:rgba(101,163,13,.1)}.xs\:bg-lime-600\/100{background-color:#65a30d}.xs\:bg-lime-600\/15{background-color:rgba(101,163,13,.15)}.xs\:bg-lime-600\/20{background-color:rgba(101,163,13,.2)}.xs\:bg-lime-600\/25{background-color:rgba(101,163,13,.25)}.xs\:bg-lime-600\/30{background-color:rgba(101,163,13,.3)}.xs\:bg-lime-600\/35{background-color:rgba(101,163,13,.35)}.xs\:bg-lime-600\/40{background-color:rgba(101,163,13,.4)}.xs\:bg-lime-600\/45{background-color:rgba(101,163,13,.45)}.xs\:bg-lime-600\/5{background-color:rgba(101,163,13,.05)}.xs\:bg-lime-600\/50{background-color:rgba(101,163,13,.5)}.xs\:bg-lime-600\/55{background-color:rgba(101,163,13,.55)}.xs\:bg-lime-600\/60{background-color:rgba(101,163,13,.6)}.xs\:bg-lime-600\/65{background-color:rgba(101,163,13,.65)}.xs\:bg-lime-600\/70{background-color:rgba(101,163,13,.7)}.xs\:bg-lime-600\/75{background-color:rgba(101,163,13,.75)}.xs\:bg-lime-600\/80{background-color:rgba(101,163,13,.8)}.xs\:bg-lime-600\/85{background-color:rgba(101,163,13,.85)}.xs\:bg-lime-600\/90{background-color:rgba(101,163,13,.9)}.xs\:bg-lime-600\/95{background-color:rgba(101,163,13,.95)}.xs\:bg-lime-700{--tw-bg-opacity:1;background-color:rgba(77,124,15,var(--tw-bg-opacity))}.xs\:bg-lime-700\/0{background-color:rgba(77,124,15,0)}.xs\:bg-lime-700\/10{background-color:rgba(77,124,15,.1)}.xs\:bg-lime-700\/100{background-color:#4d7c0f}.xs\:bg-lime-700\/15{background-color:rgba(77,124,15,.15)}.xs\:bg-lime-700\/20{background-color:rgba(77,124,15,.2)}.xs\:bg-lime-700\/25{background-color:rgba(77,124,15,.25)}.xs\:bg-lime-700\/30{background-color:rgba(77,124,15,.3)}.xs\:bg-lime-700\/35{background-color:rgba(77,124,15,.35)}.xs\:bg-lime-700\/40{background-color:rgba(77,124,15,.4)}.xs\:bg-lime-700\/45{background-color:rgba(77,124,15,.45)}.xs\:bg-lime-700\/5{background-color:rgba(77,124,15,.05)}.xs\:bg-lime-700\/50{background-color:rgba(77,124,15,.5)}.xs\:bg-lime-700\/55{background-color:rgba(77,124,15,.55)}.xs\:bg-lime-700\/60{background-color:rgba(77,124,15,.6)}.xs\:bg-lime-700\/65{background-color:rgba(77,124,15,.65)}.xs\:bg-lime-700\/70{background-color:rgba(77,124,15,.7)}.xs\:bg-lime-700\/75{background-color:rgba(77,124,15,.75)}.xs\:bg-lime-700\/80{background-color:rgba(77,124,15,.8)}.xs\:bg-lime-700\/85{background-color:rgba(77,124,15,.85)}.xs\:bg-lime-700\/90{background-color:rgba(77,124,15,.9)}.xs\:bg-lime-700\/95{background-color:rgba(77,124,15,.95)}.xs\:bg-lime-800{--tw-bg-opacity:1;background-color:rgba(63,98,18,var(--tw-bg-opacity))}.xs\:bg-lime-800\/0{background-color:rgba(63,98,18,0)}.xs\:bg-lime-800\/10{background-color:rgba(63,98,18,.1)}.xs\:bg-lime-800\/100{background-color:#3f6212}.xs\:bg-lime-800\/15{background-color:rgba(63,98,18,.15)}.xs\:bg-lime-800\/20{background-color:rgba(63,98,18,.2)}.xs\:bg-lime-800\/25{background-color:rgba(63,98,18,.25)}.xs\:bg-lime-800\/30{background-color:rgba(63,98,18,.3)}.xs\:bg-lime-800\/35{background-color:rgba(63,98,18,.35)}.xs\:bg-lime-800\/40{background-color:rgba(63,98,18,.4)}.xs\:bg-lime-800\/45{background-color:rgba(63,98,18,.45)}.xs\:bg-lime-800\/5{background-color:rgba(63,98,18,.05)}.xs\:bg-lime-800\/50{background-color:rgba(63,98,18,.5)}.xs\:bg-lime-800\/55{background-color:rgba(63,98,18,.55)}.xs\:bg-lime-800\/60{background-color:rgba(63,98,18,.6)}.xs\:bg-lime-800\/65{background-color:rgba(63,98,18,.65)}.xs\:bg-lime-800\/70{background-color:rgba(63,98,18,.7)}.xs\:bg-lime-800\/75{background-color:rgba(63,98,18,.75)}.xs\:bg-lime-800\/80{background-color:rgba(63,98,18,.8)}.xs\:bg-lime-800\/85{background-color:rgba(63,98,18,.85)}.xs\:bg-lime-800\/90{background-color:rgba(63,98,18,.9)}.xs\:bg-lime-800\/95{background-color:rgba(63,98,18,.95)}.xs\:bg-lime-900{--tw-bg-opacity:1;background-color:rgba(54,83,20,var(--tw-bg-opacity))}.xs\:bg-lime-900\/0{background-color:rgba(54,83,20,0)}.xs\:bg-lime-900\/10{background-color:rgba(54,83,20,.1)}.xs\:bg-lime-900\/100{background-color:#365314}.xs\:bg-lime-900\/15{background-color:rgba(54,83,20,.15)}.xs\:bg-lime-900\/20{background-color:rgba(54,83,20,.2)}.xs\:bg-lime-900\/25{background-color:rgba(54,83,20,.25)}.xs\:bg-lime-900\/30{background-color:rgba(54,83,20,.3)}.xs\:bg-lime-900\/35{background-color:rgba(54,83,20,.35)}.xs\:bg-lime-900\/40{background-color:rgba(54,83,20,.4)}.xs\:bg-lime-900\/45{background-color:rgba(54,83,20,.45)}.xs\:bg-lime-900\/5{background-color:rgba(54,83,20,.05)}.xs\:bg-lime-900\/50{background-color:rgba(54,83,20,.5)}.xs\:bg-lime-900\/55{background-color:rgba(54,83,20,.55)}.xs\:bg-lime-900\/60{background-color:rgba(54,83,20,.6)}.xs\:bg-lime-900\/65{background-color:rgba(54,83,20,.65)}.xs\:bg-lime-900\/70{background-color:rgba(54,83,20,.7)}.xs\:bg-lime-900\/75{background-color:rgba(54,83,20,.75)}.xs\:bg-lime-900\/80{background-color:rgba(54,83,20,.8)}.xs\:bg-lime-900\/85{background-color:rgba(54,83,20,.85)}.xs\:bg-lime-900\/90{background-color:rgba(54,83,20,.9)}.xs\:bg-lime-900\/95{background-color:rgba(54,83,20,.95)}.xs\:bg-lime-950{--tw-bg-opacity:1;background-color:rgba(26,46,5,var(--tw-bg-opacity))}.xs\:bg-lime-950\/0{background-color:rgba(26,46,5,0)}.xs\:bg-lime-950\/10{background-color:rgba(26,46,5,.1)}.xs\:bg-lime-950\/100{background-color:#1a2e05}.xs\:bg-lime-950\/15{background-color:rgba(26,46,5,.15)}.xs\:bg-lime-950\/20{background-color:rgba(26,46,5,.2)}.xs\:bg-lime-950\/25{background-color:rgba(26,46,5,.25)}.xs\:bg-lime-950\/30{background-color:rgba(26,46,5,.3)}.xs\:bg-lime-950\/35{background-color:rgba(26,46,5,.35)}.xs\:bg-lime-950\/40{background-color:rgba(26,46,5,.4)}.xs\:bg-lime-950\/45{background-color:rgba(26,46,5,.45)}.xs\:bg-lime-950\/5{background-color:rgba(26,46,5,.05)}.xs\:bg-lime-950\/50{background-color:rgba(26,46,5,.5)}.xs\:bg-lime-950\/55{background-color:rgba(26,46,5,.55)}.xs\:bg-lime-950\/60{background-color:rgba(26,46,5,.6)}.xs\:bg-lime-950\/65{background-color:rgba(26,46,5,.65)}.xs\:bg-lime-950\/70{background-color:rgba(26,46,5,.7)}.xs\:bg-lime-950\/75{background-color:rgba(26,46,5,.75)}.xs\:bg-lime-950\/80{background-color:rgba(26,46,5,.8)}.xs\:bg-lime-950\/85{background-color:rgba(26,46,5,.85)}.xs\:bg-lime-950\/90{background-color:rgba(26,46,5,.9)}.xs\:bg-lime-950\/95{background-color:rgba(26,46,5,.95)}.xs\:bg-neutral-100{--tw-bg-opacity:1;background-color:rgba(245,245,245,var(--tw-bg-opacity))}.xs\:bg-neutral-100\/0{background-color:hsla(0,0%,96%,0)}.xs\:bg-neutral-100\/10{background-color:hsla(0,0%,96%,.1)}.xs\:bg-neutral-100\/100{background-color:#f5f5f5}.xs\:bg-neutral-100\/15{background-color:hsla(0,0%,96%,.15)}.xs\:bg-neutral-100\/20{background-color:hsla(0,0%,96%,.2)}.xs\:bg-neutral-100\/25{background-color:hsla(0,0%,96%,.25)}.xs\:bg-neutral-100\/30{background-color:hsla(0,0%,96%,.3)}.xs\:bg-neutral-100\/35{background-color:hsla(0,0%,96%,.35)}.xs\:bg-neutral-100\/40{background-color:hsla(0,0%,96%,.4)}.xs\:bg-neutral-100\/45{background-color:hsla(0,0%,96%,.45)}.xs\:bg-neutral-100\/5{background-color:hsla(0,0%,96%,.05)}.xs\:bg-neutral-100\/50{background-color:hsla(0,0%,96%,.5)}.xs\:bg-neutral-100\/55{background-color:hsla(0,0%,96%,.55)}.xs\:bg-neutral-100\/60{background-color:hsla(0,0%,96%,.6)}.xs\:bg-neutral-100\/65{background-color:hsla(0,0%,96%,.65)}.xs\:bg-neutral-100\/70{background-color:hsla(0,0%,96%,.7)}.xs\:bg-neutral-100\/75{background-color:hsla(0,0%,96%,.75)}.xs\:bg-neutral-100\/80{background-color:hsla(0,0%,96%,.8)}.xs\:bg-neutral-100\/85{background-color:hsla(0,0%,96%,.85)}.xs\:bg-neutral-100\/90{background-color:hsla(0,0%,96%,.9)}.xs\:bg-neutral-100\/95{background-color:hsla(0,0%,96%,.95)}.xs\:bg-neutral-200{--tw-bg-opacity:1;background-color:rgba(229,229,229,var(--tw-bg-opacity))}.xs\:bg-neutral-200\/0{background-color:hsla(0,0%,90%,0)}.xs\:bg-neutral-200\/10{background-color:hsla(0,0%,90%,.1)}.xs\:bg-neutral-200\/100{background-color:#e5e5e5}.xs\:bg-neutral-200\/15{background-color:hsla(0,0%,90%,.15)}.xs\:bg-neutral-200\/20{background-color:hsla(0,0%,90%,.2)}.xs\:bg-neutral-200\/25{background-color:hsla(0,0%,90%,.25)}.xs\:bg-neutral-200\/30{background-color:hsla(0,0%,90%,.3)}.xs\:bg-neutral-200\/35{background-color:hsla(0,0%,90%,.35)}.xs\:bg-neutral-200\/40{background-color:hsla(0,0%,90%,.4)}.xs\:bg-neutral-200\/45{background-color:hsla(0,0%,90%,.45)}.xs\:bg-neutral-200\/5{background-color:hsla(0,0%,90%,.05)}.xs\:bg-neutral-200\/50{background-color:hsla(0,0%,90%,.5)}.xs\:bg-neutral-200\/55{background-color:hsla(0,0%,90%,.55)}.xs\:bg-neutral-200\/60{background-color:hsla(0,0%,90%,.6)}.xs\:bg-neutral-200\/65{background-color:hsla(0,0%,90%,.65)}.xs\:bg-neutral-200\/70{background-color:hsla(0,0%,90%,.7)}.xs\:bg-neutral-200\/75{background-color:hsla(0,0%,90%,.75)}.xs\:bg-neutral-200\/80{background-color:hsla(0,0%,90%,.8)}.xs\:bg-neutral-200\/85{background-color:hsla(0,0%,90%,.85)}.xs\:bg-neutral-200\/90{background-color:hsla(0,0%,90%,.9)}.xs\:bg-neutral-200\/95{background-color:hsla(0,0%,90%,.95)}.xs\:bg-neutral-300{--tw-bg-opacity:1;background-color:rgba(212,212,212,var(--tw-bg-opacity))}.xs\:bg-neutral-300\/0{background-color:hsla(0,0%,83%,0)}.xs\:bg-neutral-300\/10{background-color:hsla(0,0%,83%,.1)}.xs\:bg-neutral-300\/100{background-color:#d4d4d4}.xs\:bg-neutral-300\/15{background-color:hsla(0,0%,83%,.15)}.xs\:bg-neutral-300\/20{background-color:hsla(0,0%,83%,.2)}.xs\:bg-neutral-300\/25{background-color:hsla(0,0%,83%,.25)}.xs\:bg-neutral-300\/30{background-color:hsla(0,0%,83%,.3)}.xs\:bg-neutral-300\/35{background-color:hsla(0,0%,83%,.35)}.xs\:bg-neutral-300\/40{background-color:hsla(0,0%,83%,.4)}.xs\:bg-neutral-300\/45{background-color:hsla(0,0%,83%,.45)}.xs\:bg-neutral-300\/5{background-color:hsla(0,0%,83%,.05)}.xs\:bg-neutral-300\/50{background-color:hsla(0,0%,83%,.5)}.xs\:bg-neutral-300\/55{background-color:hsla(0,0%,83%,.55)}.xs\:bg-neutral-300\/60{background-color:hsla(0,0%,83%,.6)}.xs\:bg-neutral-300\/65{background-color:hsla(0,0%,83%,.65)}.xs\:bg-neutral-300\/70{background-color:hsla(0,0%,83%,.7)}.xs\:bg-neutral-300\/75{background-color:hsla(0,0%,83%,.75)}.xs\:bg-neutral-300\/80{background-color:hsla(0,0%,83%,.8)}.xs\:bg-neutral-300\/85{background-color:hsla(0,0%,83%,.85)}.xs\:bg-neutral-300\/90{background-color:hsla(0,0%,83%,.9)}.xs\:bg-neutral-300\/95{background-color:hsla(0,0%,83%,.95)}.xs\:bg-neutral-400{--tw-bg-opacity:1;background-color:rgba(163,163,163,var(--tw-bg-opacity))}.xs\:bg-neutral-400\/0{background-color:hsla(0,0%,64%,0)}.xs\:bg-neutral-400\/10{background-color:hsla(0,0%,64%,.1)}.xs\:bg-neutral-400\/100{background-color:#a3a3a3}.xs\:bg-neutral-400\/15{background-color:hsla(0,0%,64%,.15)}.xs\:bg-neutral-400\/20{background-color:hsla(0,0%,64%,.2)}.xs\:bg-neutral-400\/25{background-color:hsla(0,0%,64%,.25)}.xs\:bg-neutral-400\/30{background-color:hsla(0,0%,64%,.3)}.xs\:bg-neutral-400\/35{background-color:hsla(0,0%,64%,.35)}.xs\:bg-neutral-400\/40{background-color:hsla(0,0%,64%,.4)}.xs\:bg-neutral-400\/45{background-color:hsla(0,0%,64%,.45)}.xs\:bg-neutral-400\/5{background-color:hsla(0,0%,64%,.05)}.xs\:bg-neutral-400\/50{background-color:hsla(0,0%,64%,.5)}.xs\:bg-neutral-400\/55{background-color:hsla(0,0%,64%,.55)}.xs\:bg-neutral-400\/60{background-color:hsla(0,0%,64%,.6)}.xs\:bg-neutral-400\/65{background-color:hsla(0,0%,64%,.65)}.xs\:bg-neutral-400\/70{background-color:hsla(0,0%,64%,.7)}.xs\:bg-neutral-400\/75{background-color:hsla(0,0%,64%,.75)}.xs\:bg-neutral-400\/80{background-color:hsla(0,0%,64%,.8)}.xs\:bg-neutral-400\/85{background-color:hsla(0,0%,64%,.85)}.xs\:bg-neutral-400\/90{background-color:hsla(0,0%,64%,.9)}.xs\:bg-neutral-400\/95{background-color:hsla(0,0%,64%,.95)}.xs\:bg-neutral-50{--tw-bg-opacity:1;background-color:rgba(250,250,250,var(--tw-bg-opacity))}.xs\:bg-neutral-50\/0{background-color:hsla(0,0%,98%,0)}.xs\:bg-neutral-50\/10{background-color:hsla(0,0%,98%,.1)}.xs\:bg-neutral-50\/100{background-color:#fafafa}.xs\:bg-neutral-50\/15{background-color:hsla(0,0%,98%,.15)}.xs\:bg-neutral-50\/20{background-color:hsla(0,0%,98%,.2)}.xs\:bg-neutral-50\/25{background-color:hsla(0,0%,98%,.25)}.xs\:bg-neutral-50\/30{background-color:hsla(0,0%,98%,.3)}.xs\:bg-neutral-50\/35{background-color:hsla(0,0%,98%,.35)}.xs\:bg-neutral-50\/40{background-color:hsla(0,0%,98%,.4)}.xs\:bg-neutral-50\/45{background-color:hsla(0,0%,98%,.45)}.xs\:bg-neutral-50\/5{background-color:hsla(0,0%,98%,.05)}.xs\:bg-neutral-50\/50{background-color:hsla(0,0%,98%,.5)}.xs\:bg-neutral-50\/55{background-color:hsla(0,0%,98%,.55)}.xs\:bg-neutral-50\/60{background-color:hsla(0,0%,98%,.6)}.xs\:bg-neutral-50\/65{background-color:hsla(0,0%,98%,.65)}.xs\:bg-neutral-50\/70{background-color:hsla(0,0%,98%,.7)}.xs\:bg-neutral-50\/75{background-color:hsla(0,0%,98%,.75)}.xs\:bg-neutral-50\/80{background-color:hsla(0,0%,98%,.8)}.xs\:bg-neutral-50\/85{background-color:hsla(0,0%,98%,.85)}.xs\:bg-neutral-50\/90{background-color:hsla(0,0%,98%,.9)}.xs\:bg-neutral-50\/95{background-color:hsla(0,0%,98%,.95)}.xs\:bg-neutral-500{--tw-bg-opacity:1;background-color:rgba(115,115,115,var(--tw-bg-opacity))}.xs\:bg-neutral-500\/0{background-color:hsla(0,0%,45%,0)}.xs\:bg-neutral-500\/10{background-color:hsla(0,0%,45%,.1)}.xs\:bg-neutral-500\/100{background-color:#737373}.xs\:bg-neutral-500\/15{background-color:hsla(0,0%,45%,.15)}.xs\:bg-neutral-500\/20{background-color:hsla(0,0%,45%,.2)}.xs\:bg-neutral-500\/25{background-color:hsla(0,0%,45%,.25)}.xs\:bg-neutral-500\/30{background-color:hsla(0,0%,45%,.3)}.xs\:bg-neutral-500\/35{background-color:hsla(0,0%,45%,.35)}.xs\:bg-neutral-500\/40{background-color:hsla(0,0%,45%,.4)}.xs\:bg-neutral-500\/45{background-color:hsla(0,0%,45%,.45)}.xs\:bg-neutral-500\/5{background-color:hsla(0,0%,45%,.05)}.xs\:bg-neutral-500\/50{background-color:hsla(0,0%,45%,.5)}.xs\:bg-neutral-500\/55{background-color:hsla(0,0%,45%,.55)}.xs\:bg-neutral-500\/60{background-color:hsla(0,0%,45%,.6)}.xs\:bg-neutral-500\/65{background-color:hsla(0,0%,45%,.65)}.xs\:bg-neutral-500\/70{background-color:hsla(0,0%,45%,.7)}.xs\:bg-neutral-500\/75{background-color:hsla(0,0%,45%,.75)}.xs\:bg-neutral-500\/80{background-color:hsla(0,0%,45%,.8)}.xs\:bg-neutral-500\/85{background-color:hsla(0,0%,45%,.85)}.xs\:bg-neutral-500\/90{background-color:hsla(0,0%,45%,.9)}.xs\:bg-neutral-500\/95{background-color:hsla(0,0%,45%,.95)}.xs\:bg-neutral-600{--tw-bg-opacity:1;background-color:rgba(82,82,82,var(--tw-bg-opacity))}.xs\:bg-neutral-600\/0{background-color:rgba(82,82,82,0)}.xs\:bg-neutral-600\/10{background-color:rgba(82,82,82,.1)}.xs\:bg-neutral-600\/100{background-color:#525252}.xs\:bg-neutral-600\/15{background-color:rgba(82,82,82,.15)}.xs\:bg-neutral-600\/20{background-color:rgba(82,82,82,.2)}.xs\:bg-neutral-600\/25{background-color:rgba(82,82,82,.25)}.xs\:bg-neutral-600\/30{background-color:rgba(82,82,82,.3)}.xs\:bg-neutral-600\/35{background-color:rgba(82,82,82,.35)}.xs\:bg-neutral-600\/40{background-color:rgba(82,82,82,.4)}.xs\:bg-neutral-600\/45{background-color:rgba(82,82,82,.45)}.xs\:bg-neutral-600\/5{background-color:rgba(82,82,82,.05)}.xs\:bg-neutral-600\/50{background-color:rgba(82,82,82,.5)}.xs\:bg-neutral-600\/55{background-color:rgba(82,82,82,.55)}.xs\:bg-neutral-600\/60{background-color:rgba(82,82,82,.6)}.xs\:bg-neutral-600\/65{background-color:rgba(82,82,82,.65)}.xs\:bg-neutral-600\/70{background-color:rgba(82,82,82,.7)}.xs\:bg-neutral-600\/75{background-color:rgba(82,82,82,.75)}.xs\:bg-neutral-600\/80{background-color:rgba(82,82,82,.8)}.xs\:bg-neutral-600\/85{background-color:rgba(82,82,82,.85)}.xs\:bg-neutral-600\/90{background-color:rgba(82,82,82,.9)}.xs\:bg-neutral-600\/95{background-color:rgba(82,82,82,.95)}.xs\:bg-neutral-700{--tw-bg-opacity:1;background-color:rgba(64,64,64,var(--tw-bg-opacity))}.xs\:bg-neutral-700\/0{background-color:rgba(64,64,64,0)}.xs\:bg-neutral-700\/10{background-color:rgba(64,64,64,.1)}.xs\:bg-neutral-700\/100{background-color:#404040}.xs\:bg-neutral-700\/15{background-color:rgba(64,64,64,.15)}.xs\:bg-neutral-700\/20{background-color:rgba(64,64,64,.2)}.xs\:bg-neutral-700\/25{background-color:rgba(64,64,64,.25)}.xs\:bg-neutral-700\/30{background-color:rgba(64,64,64,.3)}.xs\:bg-neutral-700\/35{background-color:rgba(64,64,64,.35)}.xs\:bg-neutral-700\/40{background-color:rgba(64,64,64,.4)}.xs\:bg-neutral-700\/45{background-color:rgba(64,64,64,.45)}.xs\:bg-neutral-700\/5{background-color:rgba(64,64,64,.05)}.xs\:bg-neutral-700\/50{background-color:rgba(64,64,64,.5)}.xs\:bg-neutral-700\/55{background-color:rgba(64,64,64,.55)}.xs\:bg-neutral-700\/60{background-color:rgba(64,64,64,.6)}.xs\:bg-neutral-700\/65{background-color:rgba(64,64,64,.65)}.xs\:bg-neutral-700\/70{background-color:rgba(64,64,64,.7)}.xs\:bg-neutral-700\/75{background-color:rgba(64,64,64,.75)}.xs\:bg-neutral-700\/80{background-color:rgba(64,64,64,.8)}.xs\:bg-neutral-700\/85{background-color:rgba(64,64,64,.85)}.xs\:bg-neutral-700\/90{background-color:rgba(64,64,64,.9)}.xs\:bg-neutral-700\/95{background-color:rgba(64,64,64,.95)}.xs\:bg-neutral-800{--tw-bg-opacity:1;background-color:rgba(38,38,38,var(--tw-bg-opacity))}.xs\:bg-neutral-800\/0{background-color:rgba(38,38,38,0)}.xs\:bg-neutral-800\/10{background-color:rgba(38,38,38,.1)}.xs\:bg-neutral-800\/100{background-color:#262626}.xs\:bg-neutral-800\/15{background-color:rgba(38,38,38,.15)}.xs\:bg-neutral-800\/20{background-color:rgba(38,38,38,.2)}.xs\:bg-neutral-800\/25{background-color:rgba(38,38,38,.25)}.xs\:bg-neutral-800\/30{background-color:rgba(38,38,38,.3)}.xs\:bg-neutral-800\/35{background-color:rgba(38,38,38,.35)}.xs\:bg-neutral-800\/40{background-color:rgba(38,38,38,.4)}.xs\:bg-neutral-800\/45{background-color:rgba(38,38,38,.45)}.xs\:bg-neutral-800\/5{background-color:rgba(38,38,38,.05)}.xs\:bg-neutral-800\/50{background-color:rgba(38,38,38,.5)}.xs\:bg-neutral-800\/55{background-color:rgba(38,38,38,.55)}.xs\:bg-neutral-800\/60{background-color:rgba(38,38,38,.6)}.xs\:bg-neutral-800\/65{background-color:rgba(38,38,38,.65)}.xs\:bg-neutral-800\/70{background-color:rgba(38,38,38,.7)}.xs\:bg-neutral-800\/75{background-color:rgba(38,38,38,.75)}.xs\:bg-neutral-800\/80{background-color:rgba(38,38,38,.8)}.xs\:bg-neutral-800\/85{background-color:rgba(38,38,38,.85)}.xs\:bg-neutral-800\/90{background-color:rgba(38,38,38,.9)}.xs\:bg-neutral-800\/95{background-color:rgba(38,38,38,.95)}.xs\:bg-neutral-900{--tw-bg-opacity:1;background-color:rgba(23,23,23,var(--tw-bg-opacity))}.xs\:bg-neutral-900\/0{background-color:hsla(0,0%,9%,0)}.xs\:bg-neutral-900\/10{background-color:hsla(0,0%,9%,.1)}.xs\:bg-neutral-900\/100{background-color:#171717}.xs\:bg-neutral-900\/15{background-color:hsla(0,0%,9%,.15)}.xs\:bg-neutral-900\/20{background-color:hsla(0,0%,9%,.2)}.xs\:bg-neutral-900\/25{background-color:hsla(0,0%,9%,.25)}.xs\:bg-neutral-900\/30{background-color:hsla(0,0%,9%,.3)}.xs\:bg-neutral-900\/35{background-color:hsla(0,0%,9%,.35)}.xs\:bg-neutral-900\/40{background-color:hsla(0,0%,9%,.4)}.xs\:bg-neutral-900\/45{background-color:hsla(0,0%,9%,.45)}.xs\:bg-neutral-900\/5{background-color:hsla(0,0%,9%,.05)}.xs\:bg-neutral-900\/50{background-color:hsla(0,0%,9%,.5)}.xs\:bg-neutral-900\/55{background-color:hsla(0,0%,9%,.55)}.xs\:bg-neutral-900\/60{background-color:hsla(0,0%,9%,.6)}.xs\:bg-neutral-900\/65{background-color:hsla(0,0%,9%,.65)}.xs\:bg-neutral-900\/70{background-color:hsla(0,0%,9%,.7)}.xs\:bg-neutral-900\/75{background-color:hsla(0,0%,9%,.75)}.xs\:bg-neutral-900\/80{background-color:hsla(0,0%,9%,.8)}.xs\:bg-neutral-900\/85{background-color:hsla(0,0%,9%,.85)}.xs\:bg-neutral-900\/90{background-color:hsla(0,0%,9%,.9)}.xs\:bg-neutral-900\/95{background-color:hsla(0,0%,9%,.95)}.xs\:bg-neutral-950{--tw-bg-opacity:1;background-color:rgba(10,10,10,var(--tw-bg-opacity))}.xs\:bg-neutral-950\/0{background-color:hsla(0,0%,4%,0)}.xs\:bg-neutral-950\/10{background-color:hsla(0,0%,4%,.1)}.xs\:bg-neutral-950\/100{background-color:#0a0a0a}.xs\:bg-neutral-950\/15{background-color:hsla(0,0%,4%,.15)}.xs\:bg-neutral-950\/20{background-color:hsla(0,0%,4%,.2)}.xs\:bg-neutral-950\/25{background-color:hsla(0,0%,4%,.25)}.xs\:bg-neutral-950\/30{background-color:hsla(0,0%,4%,.3)}.xs\:bg-neutral-950\/35{background-color:hsla(0,0%,4%,.35)}.xs\:bg-neutral-950\/40{background-color:hsla(0,0%,4%,.4)}.xs\:bg-neutral-950\/45{background-color:hsla(0,0%,4%,.45)}.xs\:bg-neutral-950\/5{background-color:hsla(0,0%,4%,.05)}.xs\:bg-neutral-950\/50{background-color:hsla(0,0%,4%,.5)}.xs\:bg-neutral-950\/55{background-color:hsla(0,0%,4%,.55)}.xs\:bg-neutral-950\/60{background-color:hsla(0,0%,4%,.6)}.xs\:bg-neutral-950\/65{background-color:hsla(0,0%,4%,.65)}.xs\:bg-neutral-950\/70{background-color:hsla(0,0%,4%,.7)}.xs\:bg-neutral-950\/75{background-color:hsla(0,0%,4%,.75)}.xs\:bg-neutral-950\/80{background-color:hsla(0,0%,4%,.8)}.xs\:bg-neutral-950\/85{background-color:hsla(0,0%,4%,.85)}.xs\:bg-neutral-950\/90{background-color:hsla(0,0%,4%,.9)}.xs\:bg-neutral-950\/95{background-color:hsla(0,0%,4%,.95)}.xs\:bg-orange-100{--tw-bg-opacity:1;background-color:rgba(255,237,213,var(--tw-bg-opacity))}.xs\:bg-orange-100\/0{background-color:rgba(255,237,213,0)}.xs\:bg-orange-100\/10{background-color:rgba(255,237,213,.1)}.xs\:bg-orange-100\/100{background-color:#ffedd5}.xs\:bg-orange-100\/15{background-color:rgba(255,237,213,.15)}.xs\:bg-orange-100\/20{background-color:rgba(255,237,213,.2)}.xs\:bg-orange-100\/25{background-color:rgba(255,237,213,.25)}.xs\:bg-orange-100\/30{background-color:rgba(255,237,213,.3)}.xs\:bg-orange-100\/35{background-color:rgba(255,237,213,.35)}.xs\:bg-orange-100\/40{background-color:rgba(255,237,213,.4)}.xs\:bg-orange-100\/45{background-color:rgba(255,237,213,.45)}.xs\:bg-orange-100\/5{background-color:rgba(255,237,213,.05)}.xs\:bg-orange-100\/50{background-color:rgba(255,237,213,.5)}.xs\:bg-orange-100\/55{background-color:rgba(255,237,213,.55)}.xs\:bg-orange-100\/60{background-color:rgba(255,237,213,.6)}.xs\:bg-orange-100\/65{background-color:rgba(255,237,213,.65)}.xs\:bg-orange-100\/70{background-color:rgba(255,237,213,.7)}.xs\:bg-orange-100\/75{background-color:rgba(255,237,213,.75)}.xs\:bg-orange-100\/80{background-color:rgba(255,237,213,.8)}.xs\:bg-orange-100\/85{background-color:rgba(255,237,213,.85)}.xs\:bg-orange-100\/90{background-color:rgba(255,237,213,.9)}.xs\:bg-orange-100\/95{background-color:rgba(255,237,213,.95)}.xs\:bg-orange-200{--tw-bg-opacity:1;background-color:rgba(254,215,170,var(--tw-bg-opacity))}.xs\:bg-orange-200\/0{background-color:hsla(32,98%,83%,0)}.xs\:bg-orange-200\/10{background-color:hsla(32,98%,83%,.1)}.xs\:bg-orange-200\/100{background-color:#fed7aa}.xs\:bg-orange-200\/15{background-color:hsla(32,98%,83%,.15)}.xs\:bg-orange-200\/20{background-color:hsla(32,98%,83%,.2)}.xs\:bg-orange-200\/25{background-color:hsla(32,98%,83%,.25)}.xs\:bg-orange-200\/30{background-color:hsla(32,98%,83%,.3)}.xs\:bg-orange-200\/35{background-color:hsla(32,98%,83%,.35)}.xs\:bg-orange-200\/40{background-color:hsla(32,98%,83%,.4)}.xs\:bg-orange-200\/45{background-color:hsla(32,98%,83%,.45)}.xs\:bg-orange-200\/5{background-color:hsla(32,98%,83%,.05)}.xs\:bg-orange-200\/50{background-color:hsla(32,98%,83%,.5)}.xs\:bg-orange-200\/55{background-color:hsla(32,98%,83%,.55)}.xs\:bg-orange-200\/60{background-color:hsla(32,98%,83%,.6)}.xs\:bg-orange-200\/65{background-color:hsla(32,98%,83%,.65)}.xs\:bg-orange-200\/70{background-color:hsla(32,98%,83%,.7)}.xs\:bg-orange-200\/75{background-color:hsla(32,98%,83%,.75)}.xs\:bg-orange-200\/80{background-color:hsla(32,98%,83%,.8)}.xs\:bg-orange-200\/85{background-color:hsla(32,98%,83%,.85)}.xs\:bg-orange-200\/90{background-color:hsla(32,98%,83%,.9)}.xs\:bg-orange-200\/95{background-color:hsla(32,98%,83%,.95)}.xs\:bg-orange-300{--tw-bg-opacity:1;background-color:rgba(253,186,116,var(--tw-bg-opacity))}.xs\:bg-orange-300\/0{background-color:hsla(31,97%,72%,0)}.xs\:bg-orange-300\/10{background-color:hsla(31,97%,72%,.1)}.xs\:bg-orange-300\/100{background-color:#fdba74}.xs\:bg-orange-300\/15{background-color:hsla(31,97%,72%,.15)}.xs\:bg-orange-300\/20{background-color:hsla(31,97%,72%,.2)}.xs\:bg-orange-300\/25{background-color:hsla(31,97%,72%,.25)}.xs\:bg-orange-300\/30{background-color:hsla(31,97%,72%,.3)}.xs\:bg-orange-300\/35{background-color:hsla(31,97%,72%,.35)}.xs\:bg-orange-300\/40{background-color:hsla(31,97%,72%,.4)}.xs\:bg-orange-300\/45{background-color:hsla(31,97%,72%,.45)}.xs\:bg-orange-300\/5{background-color:hsla(31,97%,72%,.05)}.xs\:bg-orange-300\/50{background-color:hsla(31,97%,72%,.5)}.xs\:bg-orange-300\/55{background-color:hsla(31,97%,72%,.55)}.xs\:bg-orange-300\/60{background-color:hsla(31,97%,72%,.6)}.xs\:bg-orange-300\/65{background-color:hsla(31,97%,72%,.65)}.xs\:bg-orange-300\/70{background-color:hsla(31,97%,72%,.7)}.xs\:bg-orange-300\/75{background-color:hsla(31,97%,72%,.75)}.xs\:bg-orange-300\/80{background-color:hsla(31,97%,72%,.8)}.xs\:bg-orange-300\/85{background-color:hsla(31,97%,72%,.85)}.xs\:bg-orange-300\/90{background-color:hsla(31,97%,72%,.9)}.xs\:bg-orange-300\/95{background-color:hsla(31,97%,72%,.95)}.xs\:bg-orange-400{--tw-bg-opacity:1;background-color:rgba(251,146,60,var(--tw-bg-opacity))}.xs\:bg-orange-400\/0{background-color:rgba(251,146,60,0)}.xs\:bg-orange-400\/10{background-color:rgba(251,146,60,.1)}.xs\:bg-orange-400\/100{background-color:#fb923c}.xs\:bg-orange-400\/15{background-color:rgba(251,146,60,.15)}.xs\:bg-orange-400\/20{background-color:rgba(251,146,60,.2)}.xs\:bg-orange-400\/25{background-color:rgba(251,146,60,.25)}.xs\:bg-orange-400\/30{background-color:rgba(251,146,60,.3)}.xs\:bg-orange-400\/35{background-color:rgba(251,146,60,.35)}.xs\:bg-orange-400\/40{background-color:rgba(251,146,60,.4)}.xs\:bg-orange-400\/45{background-color:rgba(251,146,60,.45)}.xs\:bg-orange-400\/5{background-color:rgba(251,146,60,.05)}.xs\:bg-orange-400\/50{background-color:rgba(251,146,60,.5)}.xs\:bg-orange-400\/55{background-color:rgba(251,146,60,.55)}.xs\:bg-orange-400\/60{background-color:rgba(251,146,60,.6)}.xs\:bg-orange-400\/65{background-color:rgba(251,146,60,.65)}.xs\:bg-orange-400\/70{background-color:rgba(251,146,60,.7)}.xs\:bg-orange-400\/75{background-color:rgba(251,146,60,.75)}.xs\:bg-orange-400\/80{background-color:rgba(251,146,60,.8)}.xs\:bg-orange-400\/85{background-color:rgba(251,146,60,.85)}.xs\:bg-orange-400\/90{background-color:rgba(251,146,60,.9)}.xs\:bg-orange-400\/95{background-color:rgba(251,146,60,.95)}.xs\:bg-orange-50{--tw-bg-opacity:1;background-color:rgba(255,247,237,var(--tw-bg-opacity))}.xs\:bg-orange-50\/0{background-color:rgba(255,247,237,0)}.xs\:bg-orange-50\/10{background-color:rgba(255,247,237,.1)}.xs\:bg-orange-50\/100{background-color:#fff7ed}.xs\:bg-orange-50\/15{background-color:rgba(255,247,237,.15)}.xs\:bg-orange-50\/20{background-color:rgba(255,247,237,.2)}.xs\:bg-orange-50\/25{background-color:rgba(255,247,237,.25)}.xs\:bg-orange-50\/30{background-color:rgba(255,247,237,.3)}.xs\:bg-orange-50\/35{background-color:rgba(255,247,237,.35)}.xs\:bg-orange-50\/40{background-color:rgba(255,247,237,.4)}.xs\:bg-orange-50\/45{background-color:rgba(255,247,237,.45)}.xs\:bg-orange-50\/5{background-color:rgba(255,247,237,.05)}.xs\:bg-orange-50\/50{background-color:rgba(255,247,237,.5)}.xs\:bg-orange-50\/55{background-color:rgba(255,247,237,.55)}.xs\:bg-orange-50\/60{background-color:rgba(255,247,237,.6)}.xs\:bg-orange-50\/65{background-color:rgba(255,247,237,.65)}.xs\:bg-orange-50\/70{background-color:rgba(255,247,237,.7)}.xs\:bg-orange-50\/75{background-color:rgba(255,247,237,.75)}.xs\:bg-orange-50\/80{background-color:rgba(255,247,237,.8)}.xs\:bg-orange-50\/85{background-color:rgba(255,247,237,.85)}.xs\:bg-orange-50\/90{background-color:rgba(255,247,237,.9)}.xs\:bg-orange-50\/95{background-color:rgba(255,247,237,.95)}.xs\:bg-orange-500{--tw-bg-opacity:1;background-color:rgba(249,115,22,var(--tw-bg-opacity))}.xs\:bg-orange-500\/0{background-color:rgba(249,115,22,0)}.xs\:bg-orange-500\/10{background-color:rgba(249,115,22,.1)}.xs\:bg-orange-500\/100{background-color:#f97316}.xs\:bg-orange-500\/15{background-color:rgba(249,115,22,.15)}.xs\:bg-orange-500\/20{background-color:rgba(249,115,22,.2)}.xs\:bg-orange-500\/25{background-color:rgba(249,115,22,.25)}.xs\:bg-orange-500\/30{background-color:rgba(249,115,22,.3)}.xs\:bg-orange-500\/35{background-color:rgba(249,115,22,.35)}.xs\:bg-orange-500\/40{background-color:rgba(249,115,22,.4)}.xs\:bg-orange-500\/45{background-color:rgba(249,115,22,.45)}.xs\:bg-orange-500\/5{background-color:rgba(249,115,22,.05)}.xs\:bg-orange-500\/50{background-color:rgba(249,115,22,.5)}.xs\:bg-orange-500\/55{background-color:rgba(249,115,22,.55)}.xs\:bg-orange-500\/60{background-color:rgba(249,115,22,.6)}.xs\:bg-orange-500\/65{background-color:rgba(249,115,22,.65)}.xs\:bg-orange-500\/70{background-color:rgba(249,115,22,.7)}.xs\:bg-orange-500\/75{background-color:rgba(249,115,22,.75)}.xs\:bg-orange-500\/80{background-color:rgba(249,115,22,.8)}.xs\:bg-orange-500\/85{background-color:rgba(249,115,22,.85)}.xs\:bg-orange-500\/90{background-color:rgba(249,115,22,.9)}.xs\:bg-orange-500\/95{background-color:rgba(249,115,22,.95)}.xs\:bg-orange-600{--tw-bg-opacity:1;background-color:rgba(234,88,12,var(--tw-bg-opacity))}.xs\:bg-orange-600\/0{background-color:rgba(234,88,12,0)}.xs\:bg-orange-600\/10{background-color:rgba(234,88,12,.1)}.xs\:bg-orange-600\/100{background-color:#ea580c}.xs\:bg-orange-600\/15{background-color:rgba(234,88,12,.15)}.xs\:bg-orange-600\/20{background-color:rgba(234,88,12,.2)}.xs\:bg-orange-600\/25{background-color:rgba(234,88,12,.25)}.xs\:bg-orange-600\/30{background-color:rgba(234,88,12,.3)}.xs\:bg-orange-600\/35{background-color:rgba(234,88,12,.35)}.xs\:bg-orange-600\/40{background-color:rgba(234,88,12,.4)}.xs\:bg-orange-600\/45{background-color:rgba(234,88,12,.45)}.xs\:bg-orange-600\/5{background-color:rgba(234,88,12,.05)}.xs\:bg-orange-600\/50{background-color:rgba(234,88,12,.5)}.xs\:bg-orange-600\/55{background-color:rgba(234,88,12,.55)}.xs\:bg-orange-600\/60{background-color:rgba(234,88,12,.6)}.xs\:bg-orange-600\/65{background-color:rgba(234,88,12,.65)}.xs\:bg-orange-600\/70{background-color:rgba(234,88,12,.7)}.xs\:bg-orange-600\/75{background-color:rgba(234,88,12,.75)}.xs\:bg-orange-600\/80{background-color:rgba(234,88,12,.8)}.xs\:bg-orange-600\/85{background-color:rgba(234,88,12,.85)}.xs\:bg-orange-600\/90{background-color:rgba(234,88,12,.9)}.xs\:bg-orange-600\/95{background-color:rgba(234,88,12,.95)}.xs\:bg-orange-700{--tw-bg-opacity:1;background-color:rgba(194,65,12,var(--tw-bg-opacity))}.xs\:bg-orange-700\/0{background-color:rgba(194,65,12,0)}.xs\:bg-orange-700\/10{background-color:rgba(194,65,12,.1)}.xs\:bg-orange-700\/100{background-color:#c2410c}.xs\:bg-orange-700\/15{background-color:rgba(194,65,12,.15)}.xs\:bg-orange-700\/20{background-color:rgba(194,65,12,.2)}.xs\:bg-orange-700\/25{background-color:rgba(194,65,12,.25)}.xs\:bg-orange-700\/30{background-color:rgba(194,65,12,.3)}.xs\:bg-orange-700\/35{background-color:rgba(194,65,12,.35)}.xs\:bg-orange-700\/40{background-color:rgba(194,65,12,.4)}.xs\:bg-orange-700\/45{background-color:rgba(194,65,12,.45)}.xs\:bg-orange-700\/5{background-color:rgba(194,65,12,.05)}.xs\:bg-orange-700\/50{background-color:rgba(194,65,12,.5)}.xs\:bg-orange-700\/55{background-color:rgba(194,65,12,.55)}.xs\:bg-orange-700\/60{background-color:rgba(194,65,12,.6)}.xs\:bg-orange-700\/65{background-color:rgba(194,65,12,.65)}.xs\:bg-orange-700\/70{background-color:rgba(194,65,12,.7)}.xs\:bg-orange-700\/75{background-color:rgba(194,65,12,.75)}.xs\:bg-orange-700\/80{background-color:rgba(194,65,12,.8)}.xs\:bg-orange-700\/85{background-color:rgba(194,65,12,.85)}.xs\:bg-orange-700\/90{background-color:rgba(194,65,12,.9)}.xs\:bg-orange-700\/95{background-color:rgba(194,65,12,.95)}.xs\:bg-orange-800{--tw-bg-opacity:1;background-color:rgba(154,52,18,var(--tw-bg-opacity))}.xs\:bg-orange-800\/0{background-color:rgba(154,52,18,0)}.xs\:bg-orange-800\/10{background-color:rgba(154,52,18,.1)}.xs\:bg-orange-800\/100{background-color:#9a3412}.xs\:bg-orange-800\/15{background-color:rgba(154,52,18,.15)}.xs\:bg-orange-800\/20{background-color:rgba(154,52,18,.2)}.xs\:bg-orange-800\/25{background-color:rgba(154,52,18,.25)}.xs\:bg-orange-800\/30{background-color:rgba(154,52,18,.3)}.xs\:bg-orange-800\/35{background-color:rgba(154,52,18,.35)}.xs\:bg-orange-800\/40{background-color:rgba(154,52,18,.4)}.xs\:bg-orange-800\/45{background-color:rgba(154,52,18,.45)}.xs\:bg-orange-800\/5{background-color:rgba(154,52,18,.05)}.xs\:bg-orange-800\/50{background-color:rgba(154,52,18,.5)}.xs\:bg-orange-800\/55{background-color:rgba(154,52,18,.55)}.xs\:bg-orange-800\/60{background-color:rgba(154,52,18,.6)}.xs\:bg-orange-800\/65{background-color:rgba(154,52,18,.65)}.xs\:bg-orange-800\/70{background-color:rgba(154,52,18,.7)}.xs\:bg-orange-800\/75{background-color:rgba(154,52,18,.75)}.xs\:bg-orange-800\/80{background-color:rgba(154,52,18,.8)}.xs\:bg-orange-800\/85{background-color:rgba(154,52,18,.85)}.xs\:bg-orange-800\/90{background-color:rgba(154,52,18,.9)}.xs\:bg-orange-800\/95{background-color:rgba(154,52,18,.95)}.xs\:bg-orange-900{--tw-bg-opacity:1;background-color:rgba(124,45,18,var(--tw-bg-opacity))}.xs\:bg-orange-900\/0{background-color:rgba(124,45,18,0)}.xs\:bg-orange-900\/10{background-color:rgba(124,45,18,.1)}.xs\:bg-orange-900\/100{background-color:#7c2d12}.xs\:bg-orange-900\/15{background-color:rgba(124,45,18,.15)}.xs\:bg-orange-900\/20{background-color:rgba(124,45,18,.2)}.xs\:bg-orange-900\/25{background-color:rgba(124,45,18,.25)}.xs\:bg-orange-900\/30{background-color:rgba(124,45,18,.3)}.xs\:bg-orange-900\/35{background-color:rgba(124,45,18,.35)}.xs\:bg-orange-900\/40{background-color:rgba(124,45,18,.4)}.xs\:bg-orange-900\/45{background-color:rgba(124,45,18,.45)}.xs\:bg-orange-900\/5{background-color:rgba(124,45,18,.05)}.xs\:bg-orange-900\/50{background-color:rgba(124,45,18,.5)}.xs\:bg-orange-900\/55{background-color:rgba(124,45,18,.55)}.xs\:bg-orange-900\/60{background-color:rgba(124,45,18,.6)}.xs\:bg-orange-900\/65{background-color:rgba(124,45,18,.65)}.xs\:bg-orange-900\/70{background-color:rgba(124,45,18,.7)}.xs\:bg-orange-900\/75{background-color:rgba(124,45,18,.75)}.xs\:bg-orange-900\/80{background-color:rgba(124,45,18,.8)}.xs\:bg-orange-900\/85{background-color:rgba(124,45,18,.85)}.xs\:bg-orange-900\/90{background-color:rgba(124,45,18,.9)}.xs\:bg-orange-900\/95{background-color:rgba(124,45,18,.95)}.xs\:bg-orange-950{--tw-bg-opacity:1;background-color:rgba(67,20,7,var(--tw-bg-opacity))}.xs\:bg-orange-950\/0{background-color:rgba(67,20,7,0)}.xs\:bg-orange-950\/10{background-color:rgba(67,20,7,.1)}.xs\:bg-orange-950\/100{background-color:#431407}.xs\:bg-orange-950\/15{background-color:rgba(67,20,7,.15)}.xs\:bg-orange-950\/20{background-color:rgba(67,20,7,.2)}.xs\:bg-orange-950\/25{background-color:rgba(67,20,7,.25)}.xs\:bg-orange-950\/30{background-color:rgba(67,20,7,.3)}.xs\:bg-orange-950\/35{background-color:rgba(67,20,7,.35)}.xs\:bg-orange-950\/40{background-color:rgba(67,20,7,.4)}.xs\:bg-orange-950\/45{background-color:rgba(67,20,7,.45)}.xs\:bg-orange-950\/5{background-color:rgba(67,20,7,.05)}.xs\:bg-orange-950\/50{background-color:rgba(67,20,7,.5)}.xs\:bg-orange-950\/55{background-color:rgba(67,20,7,.55)}.xs\:bg-orange-950\/60{background-color:rgba(67,20,7,.6)}.xs\:bg-orange-950\/65{background-color:rgba(67,20,7,.65)}.xs\:bg-orange-950\/70{background-color:rgba(67,20,7,.7)}.xs\:bg-orange-950\/75{background-color:rgba(67,20,7,.75)}.xs\:bg-orange-950\/80{background-color:rgba(67,20,7,.8)}.xs\:bg-orange-950\/85{background-color:rgba(67,20,7,.85)}.xs\:bg-orange-950\/90{background-color:rgba(67,20,7,.9)}.xs\:bg-orange-950\/95{background-color:rgba(67,20,7,.95)}.xs\:bg-pink-100{--tw-bg-opacity:1;background-color:rgba(252,231,243,var(--tw-bg-opacity))}.xs\:bg-pink-100\/0{background-color:rgba(252,231,243,0)}.xs\:bg-pink-100\/10{background-color:rgba(252,231,243,.1)}.xs\:bg-pink-100\/100{background-color:#fce7f3}.xs\:bg-pink-100\/15{background-color:rgba(252,231,243,.15)}.xs\:bg-pink-100\/20{background-color:rgba(252,231,243,.2)}.xs\:bg-pink-100\/25{background-color:rgba(252,231,243,.25)}.xs\:bg-pink-100\/30{background-color:rgba(252,231,243,.3)}.xs\:bg-pink-100\/35{background-color:rgba(252,231,243,.35)}.xs\:bg-pink-100\/40{background-color:rgba(252,231,243,.4)}.xs\:bg-pink-100\/45{background-color:rgba(252,231,243,.45)}.xs\:bg-pink-100\/5{background-color:rgba(252,231,243,.05)}.xs\:bg-pink-100\/50{background-color:rgba(252,231,243,.5)}.xs\:bg-pink-100\/55{background-color:rgba(252,231,243,.55)}.xs\:bg-pink-100\/60{background-color:rgba(252,231,243,.6)}.xs\:bg-pink-100\/65{background-color:rgba(252,231,243,.65)}.xs\:bg-pink-100\/70{background-color:rgba(252,231,243,.7)}.xs\:bg-pink-100\/75{background-color:rgba(252,231,243,.75)}.xs\:bg-pink-100\/80{background-color:rgba(252,231,243,.8)}.xs\:bg-pink-100\/85{background-color:rgba(252,231,243,.85)}.xs\:bg-pink-100\/90{background-color:rgba(252,231,243,.9)}.xs\:bg-pink-100\/95{background-color:rgba(252,231,243,.95)}.xs\:bg-pink-200{--tw-bg-opacity:1;background-color:rgba(251,207,232,var(--tw-bg-opacity))}.xs\:bg-pink-200\/0{background-color:rgba(251,207,232,0)}.xs\:bg-pink-200\/10{background-color:rgba(251,207,232,.1)}.xs\:bg-pink-200\/100{background-color:#fbcfe8}.xs\:bg-pink-200\/15{background-color:rgba(251,207,232,.15)}.xs\:bg-pink-200\/20{background-color:rgba(251,207,232,.2)}.xs\:bg-pink-200\/25{background-color:rgba(251,207,232,.25)}.xs\:bg-pink-200\/30{background-color:rgba(251,207,232,.3)}.xs\:bg-pink-200\/35{background-color:rgba(251,207,232,.35)}.xs\:bg-pink-200\/40{background-color:rgba(251,207,232,.4)}.xs\:bg-pink-200\/45{background-color:rgba(251,207,232,.45)}.xs\:bg-pink-200\/5{background-color:rgba(251,207,232,.05)}.xs\:bg-pink-200\/50{background-color:rgba(251,207,232,.5)}.xs\:bg-pink-200\/55{background-color:rgba(251,207,232,.55)}.xs\:bg-pink-200\/60{background-color:rgba(251,207,232,.6)}.xs\:bg-pink-200\/65{background-color:rgba(251,207,232,.65)}.xs\:bg-pink-200\/70{background-color:rgba(251,207,232,.7)}.xs\:bg-pink-200\/75{background-color:rgba(251,207,232,.75)}.xs\:bg-pink-200\/80{background-color:rgba(251,207,232,.8)}.xs\:bg-pink-200\/85{background-color:rgba(251,207,232,.85)}.xs\:bg-pink-200\/90{background-color:rgba(251,207,232,.9)}.xs\:bg-pink-200\/95{background-color:rgba(251,207,232,.95)}.xs\:bg-pink-300{--tw-bg-opacity:1;background-color:rgba(249,168,212,var(--tw-bg-opacity))}.xs\:bg-pink-300\/0{background-color:rgba(249,168,212,0)}.xs\:bg-pink-300\/10{background-color:rgba(249,168,212,.1)}.xs\:bg-pink-300\/100{background-color:#f9a8d4}.xs\:bg-pink-300\/15{background-color:rgba(249,168,212,.15)}.xs\:bg-pink-300\/20{background-color:rgba(249,168,212,.2)}.xs\:bg-pink-300\/25{background-color:rgba(249,168,212,.25)}.xs\:bg-pink-300\/30{background-color:rgba(249,168,212,.3)}.xs\:bg-pink-300\/35{background-color:rgba(249,168,212,.35)}.xs\:bg-pink-300\/40{background-color:rgba(249,168,212,.4)}.xs\:bg-pink-300\/45{background-color:rgba(249,168,212,.45)}.xs\:bg-pink-300\/5{background-color:rgba(249,168,212,.05)}.xs\:bg-pink-300\/50{background-color:rgba(249,168,212,.5)}.xs\:bg-pink-300\/55{background-color:rgba(249,168,212,.55)}.xs\:bg-pink-300\/60{background-color:rgba(249,168,212,.6)}.xs\:bg-pink-300\/65{background-color:rgba(249,168,212,.65)}.xs\:bg-pink-300\/70{background-color:rgba(249,168,212,.7)}.xs\:bg-pink-300\/75{background-color:rgba(249,168,212,.75)}.xs\:bg-pink-300\/80{background-color:rgba(249,168,212,.8)}.xs\:bg-pink-300\/85{background-color:rgba(249,168,212,.85)}.xs\:bg-pink-300\/90{background-color:rgba(249,168,212,.9)}.xs\:bg-pink-300\/95{background-color:rgba(249,168,212,.95)}.xs\:bg-pink-400{--tw-bg-opacity:1;background-color:rgba(244,114,182,var(--tw-bg-opacity))}.xs\:bg-pink-400\/0{background-color:rgba(244,114,182,0)}.xs\:bg-pink-400\/10{background-color:rgba(244,114,182,.1)}.xs\:bg-pink-400\/100{background-color:#f472b6}.xs\:bg-pink-400\/15{background-color:rgba(244,114,182,.15)}.xs\:bg-pink-400\/20{background-color:rgba(244,114,182,.2)}.xs\:bg-pink-400\/25{background-color:rgba(244,114,182,.25)}.xs\:bg-pink-400\/30{background-color:rgba(244,114,182,.3)}.xs\:bg-pink-400\/35{background-color:rgba(244,114,182,.35)}.xs\:bg-pink-400\/40{background-color:rgba(244,114,182,.4)}.xs\:bg-pink-400\/45{background-color:rgba(244,114,182,.45)}.xs\:bg-pink-400\/5{background-color:rgba(244,114,182,.05)}.xs\:bg-pink-400\/50{background-color:rgba(244,114,182,.5)}.xs\:bg-pink-400\/55{background-color:rgba(244,114,182,.55)}.xs\:bg-pink-400\/60{background-color:rgba(244,114,182,.6)}.xs\:bg-pink-400\/65{background-color:rgba(244,114,182,.65)}.xs\:bg-pink-400\/70{background-color:rgba(244,114,182,.7)}.xs\:bg-pink-400\/75{background-color:rgba(244,114,182,.75)}.xs\:bg-pink-400\/80{background-color:rgba(244,114,182,.8)}.xs\:bg-pink-400\/85{background-color:rgba(244,114,182,.85)}.xs\:bg-pink-400\/90{background-color:rgba(244,114,182,.9)}.xs\:bg-pink-400\/95{background-color:rgba(244,114,182,.95)}.xs\:bg-pink-50{--tw-bg-opacity:1;background-color:rgba(253,242,248,var(--tw-bg-opacity))}.xs\:bg-pink-50\/0{background-color:rgba(253,242,248,0)}.xs\:bg-pink-50\/10{background-color:rgba(253,242,248,.1)}.xs\:bg-pink-50\/100{background-color:#fdf2f8}.xs\:bg-pink-50\/15{background-color:rgba(253,242,248,.15)}.xs\:bg-pink-50\/20{background-color:rgba(253,242,248,.2)}.xs\:bg-pink-50\/25{background-color:rgba(253,242,248,.25)}.xs\:bg-pink-50\/30{background-color:rgba(253,242,248,.3)}.xs\:bg-pink-50\/35{background-color:rgba(253,242,248,.35)}.xs\:bg-pink-50\/40{background-color:rgba(253,242,248,.4)}.xs\:bg-pink-50\/45{background-color:rgba(253,242,248,.45)}.xs\:bg-pink-50\/5{background-color:rgba(253,242,248,.05)}.xs\:bg-pink-50\/50{background-color:rgba(253,242,248,.5)}.xs\:bg-pink-50\/55{background-color:rgba(253,242,248,.55)}.xs\:bg-pink-50\/60{background-color:rgba(253,242,248,.6)}.xs\:bg-pink-50\/65{background-color:rgba(253,242,248,.65)}.xs\:bg-pink-50\/70{background-color:rgba(253,242,248,.7)}.xs\:bg-pink-50\/75{background-color:rgba(253,242,248,.75)}.xs\:bg-pink-50\/80{background-color:rgba(253,242,248,.8)}.xs\:bg-pink-50\/85{background-color:rgba(253,242,248,.85)}.xs\:bg-pink-50\/90{background-color:rgba(253,242,248,.9)}.xs\:bg-pink-50\/95{background-color:rgba(253,242,248,.95)}.xs\:bg-pink-500{--tw-bg-opacity:1;background-color:rgba(236,72,153,var(--tw-bg-opacity))}.xs\:bg-pink-500\/0{background-color:rgba(236,72,153,0)}.xs\:bg-pink-500\/10{background-color:rgba(236,72,153,.1)}.xs\:bg-pink-500\/100{background-color:#ec4899}.xs\:bg-pink-500\/15{background-color:rgba(236,72,153,.15)}.xs\:bg-pink-500\/20{background-color:rgba(236,72,153,.2)}.xs\:bg-pink-500\/25{background-color:rgba(236,72,153,.25)}.xs\:bg-pink-500\/30{background-color:rgba(236,72,153,.3)}.xs\:bg-pink-500\/35{background-color:rgba(236,72,153,.35)}.xs\:bg-pink-500\/40{background-color:rgba(236,72,153,.4)}.xs\:bg-pink-500\/45{background-color:rgba(236,72,153,.45)}.xs\:bg-pink-500\/5{background-color:rgba(236,72,153,.05)}.xs\:bg-pink-500\/50{background-color:rgba(236,72,153,.5)}.xs\:bg-pink-500\/55{background-color:rgba(236,72,153,.55)}.xs\:bg-pink-500\/60{background-color:rgba(236,72,153,.6)}.xs\:bg-pink-500\/65{background-color:rgba(236,72,153,.65)}.xs\:bg-pink-500\/70{background-color:rgba(236,72,153,.7)}.xs\:bg-pink-500\/75{background-color:rgba(236,72,153,.75)}.xs\:bg-pink-500\/80{background-color:rgba(236,72,153,.8)}.xs\:bg-pink-500\/85{background-color:rgba(236,72,153,.85)}.xs\:bg-pink-500\/90{background-color:rgba(236,72,153,.9)}.xs\:bg-pink-500\/95{background-color:rgba(236,72,153,.95)}.xs\:bg-pink-600{--tw-bg-opacity:1;background-color:rgba(219,39,119,var(--tw-bg-opacity))}.xs\:bg-pink-600\/0{background-color:rgba(219,39,119,0)}.xs\:bg-pink-600\/10{background-color:rgba(219,39,119,.1)}.xs\:bg-pink-600\/100{background-color:#db2777}.xs\:bg-pink-600\/15{background-color:rgba(219,39,119,.15)}.xs\:bg-pink-600\/20{background-color:rgba(219,39,119,.2)}.xs\:bg-pink-600\/25{background-color:rgba(219,39,119,.25)}.xs\:bg-pink-600\/30{background-color:rgba(219,39,119,.3)}.xs\:bg-pink-600\/35{background-color:rgba(219,39,119,.35)}.xs\:bg-pink-600\/40{background-color:rgba(219,39,119,.4)}.xs\:bg-pink-600\/45{background-color:rgba(219,39,119,.45)}.xs\:bg-pink-600\/5{background-color:rgba(219,39,119,.05)}.xs\:bg-pink-600\/50{background-color:rgba(219,39,119,.5)}.xs\:bg-pink-600\/55{background-color:rgba(219,39,119,.55)}.xs\:bg-pink-600\/60{background-color:rgba(219,39,119,.6)}.xs\:bg-pink-600\/65{background-color:rgba(219,39,119,.65)}.xs\:bg-pink-600\/70{background-color:rgba(219,39,119,.7)}.xs\:bg-pink-600\/75{background-color:rgba(219,39,119,.75)}.xs\:bg-pink-600\/80{background-color:rgba(219,39,119,.8)}.xs\:bg-pink-600\/85{background-color:rgba(219,39,119,.85)}.xs\:bg-pink-600\/90{background-color:rgba(219,39,119,.9)}.xs\:bg-pink-600\/95{background-color:rgba(219,39,119,.95)}.xs\:bg-pink-700{--tw-bg-opacity:1;background-color:rgba(190,24,93,var(--tw-bg-opacity))}.xs\:bg-pink-700\/0{background-color:rgba(190,24,93,0)}.xs\:bg-pink-700\/10{background-color:rgba(190,24,93,.1)}.xs\:bg-pink-700\/100{background-color:#be185d}.xs\:bg-pink-700\/15{background-color:rgba(190,24,93,.15)}.xs\:bg-pink-700\/20{background-color:rgba(190,24,93,.2)}.xs\:bg-pink-700\/25{background-color:rgba(190,24,93,.25)}.xs\:bg-pink-700\/30{background-color:rgba(190,24,93,.3)}.xs\:bg-pink-700\/35{background-color:rgba(190,24,93,.35)}.xs\:bg-pink-700\/40{background-color:rgba(190,24,93,.4)}.xs\:bg-pink-700\/45{background-color:rgba(190,24,93,.45)}.xs\:bg-pink-700\/5{background-color:rgba(190,24,93,.05)}.xs\:bg-pink-700\/50{background-color:rgba(190,24,93,.5)}.xs\:bg-pink-700\/55{background-color:rgba(190,24,93,.55)}.xs\:bg-pink-700\/60{background-color:rgba(190,24,93,.6)}.xs\:bg-pink-700\/65{background-color:rgba(190,24,93,.65)}.xs\:bg-pink-700\/70{background-color:rgba(190,24,93,.7)}.xs\:bg-pink-700\/75{background-color:rgba(190,24,93,.75)}.xs\:bg-pink-700\/80{background-color:rgba(190,24,93,.8)}.xs\:bg-pink-700\/85{background-color:rgba(190,24,93,.85)}.xs\:bg-pink-700\/90{background-color:rgba(190,24,93,.9)}.xs\:bg-pink-700\/95{background-color:rgba(190,24,93,.95)}.xs\:bg-pink-800{--tw-bg-opacity:1;background-color:rgba(157,23,77,var(--tw-bg-opacity))}.xs\:bg-pink-800\/0{background-color:rgba(157,23,77,0)}.xs\:bg-pink-800\/10{background-color:rgba(157,23,77,.1)}.xs\:bg-pink-800\/100{background-color:#9d174d}.xs\:bg-pink-800\/15{background-color:rgba(157,23,77,.15)}.xs\:bg-pink-800\/20{background-color:rgba(157,23,77,.2)}.xs\:bg-pink-800\/25{background-color:rgba(157,23,77,.25)}.xs\:bg-pink-800\/30{background-color:rgba(157,23,77,.3)}.xs\:bg-pink-800\/35{background-color:rgba(157,23,77,.35)}.xs\:bg-pink-800\/40{background-color:rgba(157,23,77,.4)}.xs\:bg-pink-800\/45{background-color:rgba(157,23,77,.45)}.xs\:bg-pink-800\/5{background-color:rgba(157,23,77,.05)}.xs\:bg-pink-800\/50{background-color:rgba(157,23,77,.5)}.xs\:bg-pink-800\/55{background-color:rgba(157,23,77,.55)}.xs\:bg-pink-800\/60{background-color:rgba(157,23,77,.6)}.xs\:bg-pink-800\/65{background-color:rgba(157,23,77,.65)}.xs\:bg-pink-800\/70{background-color:rgba(157,23,77,.7)}.xs\:bg-pink-800\/75{background-color:rgba(157,23,77,.75)}.xs\:bg-pink-800\/80{background-color:rgba(157,23,77,.8)}.xs\:bg-pink-800\/85{background-color:rgba(157,23,77,.85)}.xs\:bg-pink-800\/90{background-color:rgba(157,23,77,.9)}.xs\:bg-pink-800\/95{background-color:rgba(157,23,77,.95)}.xs\:bg-pink-900{--tw-bg-opacity:1;background-color:rgba(131,24,67,var(--tw-bg-opacity))}.xs\:bg-pink-900\/0{background-color:rgba(131,24,67,0)}.xs\:bg-pink-900\/10{background-color:rgba(131,24,67,.1)}.xs\:bg-pink-900\/100{background-color:#831843}.xs\:bg-pink-900\/15{background-color:rgba(131,24,67,.15)}.xs\:bg-pink-900\/20{background-color:rgba(131,24,67,.2)}.xs\:bg-pink-900\/25{background-color:rgba(131,24,67,.25)}.xs\:bg-pink-900\/30{background-color:rgba(131,24,67,.3)}.xs\:bg-pink-900\/35{background-color:rgba(131,24,67,.35)}.xs\:bg-pink-900\/40{background-color:rgba(131,24,67,.4)}.xs\:bg-pink-900\/45{background-color:rgba(131,24,67,.45)}.xs\:bg-pink-900\/5{background-color:rgba(131,24,67,.05)}.xs\:bg-pink-900\/50{background-color:rgba(131,24,67,.5)}.xs\:bg-pink-900\/55{background-color:rgba(131,24,67,.55)}.xs\:bg-pink-900\/60{background-color:rgba(131,24,67,.6)}.xs\:bg-pink-900\/65{background-color:rgba(131,24,67,.65)}.xs\:bg-pink-900\/70{background-color:rgba(131,24,67,.7)}.xs\:bg-pink-900\/75{background-color:rgba(131,24,67,.75)}.xs\:bg-pink-900\/80{background-color:rgba(131,24,67,.8)}.xs\:bg-pink-900\/85{background-color:rgba(131,24,67,.85)}.xs\:bg-pink-900\/90{background-color:rgba(131,24,67,.9)}.xs\:bg-pink-900\/95{background-color:rgba(131,24,67,.95)}.xs\:bg-pink-950{--tw-bg-opacity:1;background-color:rgba(80,7,36,var(--tw-bg-opacity))}.xs\:bg-pink-950\/0{background-color:rgba(80,7,36,0)}.xs\:bg-pink-950\/10{background-color:rgba(80,7,36,.1)}.xs\:bg-pink-950\/100{background-color:#500724}.xs\:bg-pink-950\/15{background-color:rgba(80,7,36,.15)}.xs\:bg-pink-950\/20{background-color:rgba(80,7,36,.2)}.xs\:bg-pink-950\/25{background-color:rgba(80,7,36,.25)}.xs\:bg-pink-950\/30{background-color:rgba(80,7,36,.3)}.xs\:bg-pink-950\/35{background-color:rgba(80,7,36,.35)}.xs\:bg-pink-950\/40{background-color:rgba(80,7,36,.4)}.xs\:bg-pink-950\/45{background-color:rgba(80,7,36,.45)}.xs\:bg-pink-950\/5{background-color:rgba(80,7,36,.05)}.xs\:bg-pink-950\/50{background-color:rgba(80,7,36,.5)}.xs\:bg-pink-950\/55{background-color:rgba(80,7,36,.55)}.xs\:bg-pink-950\/60{background-color:rgba(80,7,36,.6)}.xs\:bg-pink-950\/65{background-color:rgba(80,7,36,.65)}.xs\:bg-pink-950\/70{background-color:rgba(80,7,36,.7)}.xs\:bg-pink-950\/75{background-color:rgba(80,7,36,.75)}.xs\:bg-pink-950\/80{background-color:rgba(80,7,36,.8)}.xs\:bg-pink-950\/85{background-color:rgba(80,7,36,.85)}.xs\:bg-pink-950\/90{background-color:rgba(80,7,36,.9)}.xs\:bg-pink-950\/95{background-color:rgba(80,7,36,.95)}.xs\:bg-primary{--tw-bg-opacity:1;background-color:rgba(105,194,242,var(--tw-bg-opacity))}.xs\:bg-primary-dark{--tw-bg-opacity:1;background-color:rgba(97,163,199,var(--tw-bg-opacity))}.xs\:bg-primary-dark\/0{background-color:rgba(97,163,199,0)}.xs\:bg-primary-dark\/10{background-color:rgba(97,163,199,.1)}.xs\:bg-primary-dark\/100{background-color:#61a3c7}.xs\:bg-primary-dark\/15{background-color:rgba(97,163,199,.15)}.xs\:bg-primary-dark\/20{background-color:rgba(97,163,199,.2)}.xs\:bg-primary-dark\/25{background-color:rgba(97,163,199,.25)}.xs\:bg-primary-dark\/30{background-color:rgba(97,163,199,.3)}.xs\:bg-primary-dark\/35{background-color:rgba(97,163,199,.35)}.xs\:bg-primary-dark\/40{background-color:rgba(97,163,199,.4)}.xs\:bg-primary-dark\/45{background-color:rgba(97,163,199,.45)}.xs\:bg-primary-dark\/5{background-color:rgba(97,163,199,.05)}.xs\:bg-primary-dark\/50{background-color:rgba(97,163,199,.5)}.xs\:bg-primary-dark\/55{background-color:rgba(97,163,199,.55)}.xs\:bg-primary-dark\/60{background-color:rgba(97,163,199,.6)}.xs\:bg-primary-dark\/65{background-color:rgba(97,163,199,.65)}.xs\:bg-primary-dark\/70{background-color:rgba(97,163,199,.7)}.xs\:bg-primary-dark\/75{background-color:rgba(97,163,199,.75)}.xs\:bg-primary-dark\/80{background-color:rgba(97,163,199,.8)}.xs\:bg-primary-dark\/85{background-color:rgba(97,163,199,.85)}.xs\:bg-primary-dark\/90{background-color:rgba(97,163,199,.9)}.xs\:bg-primary-dark\/95{background-color:rgba(97,163,199,.95)}.xs\:bg-primary\/0{background-color:rgba(105,194,242,0)}.xs\:bg-primary\/10{background-color:rgba(105,194,242,.1)}.xs\:bg-primary\/100{background-color:#69c2f2}.xs\:bg-primary\/15{background-color:rgba(105,194,242,.15)}.xs\:bg-primary\/20{background-color:rgba(105,194,242,.2)}.xs\:bg-primary\/25{background-color:rgba(105,194,242,.25)}.xs\:bg-primary\/30{background-color:rgba(105,194,242,.3)}.xs\:bg-primary\/35{background-color:rgba(105,194,242,.35)}.xs\:bg-primary\/40{background-color:rgba(105,194,242,.4)}.xs\:bg-primary\/45{background-color:rgba(105,194,242,.45)}.xs\:bg-primary\/5{background-color:rgba(105,194,242,.05)}.xs\:bg-primary\/50{background-color:rgba(105,194,242,.5)}.xs\:bg-primary\/55{background-color:rgba(105,194,242,.55)}.xs\:bg-primary\/60{background-color:rgba(105,194,242,.6)}.xs\:bg-primary\/65{background-color:rgba(105,194,242,.65)}.xs\:bg-primary\/70{background-color:rgba(105,194,242,.7)}.xs\:bg-primary\/75{background-color:rgba(105,194,242,.75)}.xs\:bg-primary\/80{background-color:rgba(105,194,242,.8)}.xs\:bg-primary\/85{background-color:rgba(105,194,242,.85)}.xs\:bg-primary\/90{background-color:rgba(105,194,242,.9)}.xs\:bg-primary\/95{background-color:rgba(105,194,242,.95)}.xs\:bg-purple-100{--tw-bg-opacity:1;background-color:rgba(243,232,255,var(--tw-bg-opacity))}.xs\:bg-purple-100\/0{background-color:rgba(243,232,255,0)}.xs\:bg-purple-100\/10{background-color:rgba(243,232,255,.1)}.xs\:bg-purple-100\/100{background-color:#f3e8ff}.xs\:bg-purple-100\/15{background-color:rgba(243,232,255,.15)}.xs\:bg-purple-100\/20{background-color:rgba(243,232,255,.2)}.xs\:bg-purple-100\/25{background-color:rgba(243,232,255,.25)}.xs\:bg-purple-100\/30{background-color:rgba(243,232,255,.3)}.xs\:bg-purple-100\/35{background-color:rgba(243,232,255,.35)}.xs\:bg-purple-100\/40{background-color:rgba(243,232,255,.4)}.xs\:bg-purple-100\/45{background-color:rgba(243,232,255,.45)}.xs\:bg-purple-100\/5{background-color:rgba(243,232,255,.05)}.xs\:bg-purple-100\/50{background-color:rgba(243,232,255,.5)}.xs\:bg-purple-100\/55{background-color:rgba(243,232,255,.55)}.xs\:bg-purple-100\/60{background-color:rgba(243,232,255,.6)}.xs\:bg-purple-100\/65{background-color:rgba(243,232,255,.65)}.xs\:bg-purple-100\/70{background-color:rgba(243,232,255,.7)}.xs\:bg-purple-100\/75{background-color:rgba(243,232,255,.75)}.xs\:bg-purple-100\/80{background-color:rgba(243,232,255,.8)}.xs\:bg-purple-100\/85{background-color:rgba(243,232,255,.85)}.xs\:bg-purple-100\/90{background-color:rgba(243,232,255,.9)}.xs\:bg-purple-100\/95{background-color:rgba(243,232,255,.95)}.xs\:bg-purple-200{--tw-bg-opacity:1;background-color:rgba(233,213,255,var(--tw-bg-opacity))}.xs\:bg-purple-200\/0{background-color:rgba(233,213,255,0)}.xs\:bg-purple-200\/10{background-color:rgba(233,213,255,.1)}.xs\:bg-purple-200\/100{background-color:#e9d5ff}.xs\:bg-purple-200\/15{background-color:rgba(233,213,255,.15)}.xs\:bg-purple-200\/20{background-color:rgba(233,213,255,.2)}.xs\:bg-purple-200\/25{background-color:rgba(233,213,255,.25)}.xs\:bg-purple-200\/30{background-color:rgba(233,213,255,.3)}.xs\:bg-purple-200\/35{background-color:rgba(233,213,255,.35)}.xs\:bg-purple-200\/40{background-color:rgba(233,213,255,.4)}.xs\:bg-purple-200\/45{background-color:rgba(233,213,255,.45)}.xs\:bg-purple-200\/5{background-color:rgba(233,213,255,.05)}.xs\:bg-purple-200\/50{background-color:rgba(233,213,255,.5)}.xs\:bg-purple-200\/55{background-color:rgba(233,213,255,.55)}.xs\:bg-purple-200\/60{background-color:rgba(233,213,255,.6)}.xs\:bg-purple-200\/65{background-color:rgba(233,213,255,.65)}.xs\:bg-purple-200\/70{background-color:rgba(233,213,255,.7)}.xs\:bg-purple-200\/75{background-color:rgba(233,213,255,.75)}.xs\:bg-purple-200\/80{background-color:rgba(233,213,255,.8)}.xs\:bg-purple-200\/85{background-color:rgba(233,213,255,.85)}.xs\:bg-purple-200\/90{background-color:rgba(233,213,255,.9)}.xs\:bg-purple-200\/95{background-color:rgba(233,213,255,.95)}.xs\:bg-purple-300{--tw-bg-opacity:1;background-color:rgba(216,180,254,var(--tw-bg-opacity))}.xs\:bg-purple-300\/0{background-color:rgba(216,180,254,0)}.xs\:bg-purple-300\/10{background-color:rgba(216,180,254,.1)}.xs\:bg-purple-300\/100{background-color:#d8b4fe}.xs\:bg-purple-300\/15{background-color:rgba(216,180,254,.15)}.xs\:bg-purple-300\/20{background-color:rgba(216,180,254,.2)}.xs\:bg-purple-300\/25{background-color:rgba(216,180,254,.25)}.xs\:bg-purple-300\/30{background-color:rgba(216,180,254,.3)}.xs\:bg-purple-300\/35{background-color:rgba(216,180,254,.35)}.xs\:bg-purple-300\/40{background-color:rgba(216,180,254,.4)}.xs\:bg-purple-300\/45{background-color:rgba(216,180,254,.45)}.xs\:bg-purple-300\/5{background-color:rgba(216,180,254,.05)}.xs\:bg-purple-300\/50{background-color:rgba(216,180,254,.5)}.xs\:bg-purple-300\/55{background-color:rgba(216,180,254,.55)}.xs\:bg-purple-300\/60{background-color:rgba(216,180,254,.6)}.xs\:bg-purple-300\/65{background-color:rgba(216,180,254,.65)}.xs\:bg-purple-300\/70{background-color:rgba(216,180,254,.7)}.xs\:bg-purple-300\/75{background-color:rgba(216,180,254,.75)}.xs\:bg-purple-300\/80{background-color:rgba(216,180,254,.8)}.xs\:bg-purple-300\/85{background-color:rgba(216,180,254,.85)}.xs\:bg-purple-300\/90{background-color:rgba(216,180,254,.9)}.xs\:bg-purple-300\/95{background-color:rgba(216,180,254,.95)}.xs\:bg-purple-400{--tw-bg-opacity:1;background-color:rgba(192,132,252,var(--tw-bg-opacity))}.xs\:bg-purple-400\/0{background-color:rgba(192,132,252,0)}.xs\:bg-purple-400\/10{background-color:rgba(192,132,252,.1)}.xs\:bg-purple-400\/100{background-color:#c084fc}.xs\:bg-purple-400\/15{background-color:rgba(192,132,252,.15)}.xs\:bg-purple-400\/20{background-color:rgba(192,132,252,.2)}.xs\:bg-purple-400\/25{background-color:rgba(192,132,252,.25)}.xs\:bg-purple-400\/30{background-color:rgba(192,132,252,.3)}.xs\:bg-purple-400\/35{background-color:rgba(192,132,252,.35)}.xs\:bg-purple-400\/40{background-color:rgba(192,132,252,.4)}.xs\:bg-purple-400\/45{background-color:rgba(192,132,252,.45)}.xs\:bg-purple-400\/5{background-color:rgba(192,132,252,.05)}.xs\:bg-purple-400\/50{background-color:rgba(192,132,252,.5)}.xs\:bg-purple-400\/55{background-color:rgba(192,132,252,.55)}.xs\:bg-purple-400\/60{background-color:rgba(192,132,252,.6)}.xs\:bg-purple-400\/65{background-color:rgba(192,132,252,.65)}.xs\:bg-purple-400\/70{background-color:rgba(192,132,252,.7)}.xs\:bg-purple-400\/75{background-color:rgba(192,132,252,.75)}.xs\:bg-purple-400\/80{background-color:rgba(192,132,252,.8)}.xs\:bg-purple-400\/85{background-color:rgba(192,132,252,.85)}.xs\:bg-purple-400\/90{background-color:rgba(192,132,252,.9)}.xs\:bg-purple-400\/95{background-color:rgba(192,132,252,.95)}.xs\:bg-purple-50{--tw-bg-opacity:1;background-color:rgba(250,245,255,var(--tw-bg-opacity))}.xs\:bg-purple-50\/0{background-color:rgba(250,245,255,0)}.xs\:bg-purple-50\/10{background-color:rgba(250,245,255,.1)}.xs\:bg-purple-50\/100{background-color:#faf5ff}.xs\:bg-purple-50\/15{background-color:rgba(250,245,255,.15)}.xs\:bg-purple-50\/20{background-color:rgba(250,245,255,.2)}.xs\:bg-purple-50\/25{background-color:rgba(250,245,255,.25)}.xs\:bg-purple-50\/30{background-color:rgba(250,245,255,.3)}.xs\:bg-purple-50\/35{background-color:rgba(250,245,255,.35)}.xs\:bg-purple-50\/40{background-color:rgba(250,245,255,.4)}.xs\:bg-purple-50\/45{background-color:rgba(250,245,255,.45)}.xs\:bg-purple-50\/5{background-color:rgba(250,245,255,.05)}.xs\:bg-purple-50\/50{background-color:rgba(250,245,255,.5)}.xs\:bg-purple-50\/55{background-color:rgba(250,245,255,.55)}.xs\:bg-purple-50\/60{background-color:rgba(250,245,255,.6)}.xs\:bg-purple-50\/65{background-color:rgba(250,245,255,.65)}.xs\:bg-purple-50\/70{background-color:rgba(250,245,255,.7)}.xs\:bg-purple-50\/75{background-color:rgba(250,245,255,.75)}.xs\:bg-purple-50\/80{background-color:rgba(250,245,255,.8)}.xs\:bg-purple-50\/85{background-color:rgba(250,245,255,.85)}.xs\:bg-purple-50\/90{background-color:rgba(250,245,255,.9)}.xs\:bg-purple-50\/95{background-color:rgba(250,245,255,.95)}.xs\:bg-purple-500{--tw-bg-opacity:1;background-color:rgba(168,85,247,var(--tw-bg-opacity))}.xs\:bg-purple-500\/0{background-color:rgba(168,85,247,0)}.xs\:bg-purple-500\/10{background-color:rgba(168,85,247,.1)}.xs\:bg-purple-500\/100{background-color:#a855f7}.xs\:bg-purple-500\/15{background-color:rgba(168,85,247,.15)}.xs\:bg-purple-500\/20{background-color:rgba(168,85,247,.2)}.xs\:bg-purple-500\/25{background-color:rgba(168,85,247,.25)}.xs\:bg-purple-500\/30{background-color:rgba(168,85,247,.3)}.xs\:bg-purple-500\/35{background-color:rgba(168,85,247,.35)}.xs\:bg-purple-500\/40{background-color:rgba(168,85,247,.4)}.xs\:bg-purple-500\/45{background-color:rgba(168,85,247,.45)}.xs\:bg-purple-500\/5{background-color:rgba(168,85,247,.05)}.xs\:bg-purple-500\/50{background-color:rgba(168,85,247,.5)}.xs\:bg-purple-500\/55{background-color:rgba(168,85,247,.55)}.xs\:bg-purple-500\/60{background-color:rgba(168,85,247,.6)}.xs\:bg-purple-500\/65{background-color:rgba(168,85,247,.65)}.xs\:bg-purple-500\/70{background-color:rgba(168,85,247,.7)}.xs\:bg-purple-500\/75{background-color:rgba(168,85,247,.75)}.xs\:bg-purple-500\/80{background-color:rgba(168,85,247,.8)}.xs\:bg-purple-500\/85{background-color:rgba(168,85,247,.85)}.xs\:bg-purple-500\/90{background-color:rgba(168,85,247,.9)}.xs\:bg-purple-500\/95{background-color:rgba(168,85,247,.95)}.xs\:bg-purple-600{--tw-bg-opacity:1;background-color:rgba(147,51,234,var(--tw-bg-opacity))}.xs\:bg-purple-600\/0{background-color:rgba(147,51,234,0)}.xs\:bg-purple-600\/10{background-color:rgba(147,51,234,.1)}.xs\:bg-purple-600\/100{background-color:#9333ea}.xs\:bg-purple-600\/15{background-color:rgba(147,51,234,.15)}.xs\:bg-purple-600\/20{background-color:rgba(147,51,234,.2)}.xs\:bg-purple-600\/25{background-color:rgba(147,51,234,.25)}.xs\:bg-purple-600\/30{background-color:rgba(147,51,234,.3)}.xs\:bg-purple-600\/35{background-color:rgba(147,51,234,.35)}.xs\:bg-purple-600\/40{background-color:rgba(147,51,234,.4)}.xs\:bg-purple-600\/45{background-color:rgba(147,51,234,.45)}.xs\:bg-purple-600\/5{background-color:rgba(147,51,234,.05)}.xs\:bg-purple-600\/50{background-color:rgba(147,51,234,.5)}.xs\:bg-purple-600\/55{background-color:rgba(147,51,234,.55)}.xs\:bg-purple-600\/60{background-color:rgba(147,51,234,.6)}.xs\:bg-purple-600\/65{background-color:rgba(147,51,234,.65)}.xs\:bg-purple-600\/70{background-color:rgba(147,51,234,.7)}.xs\:bg-purple-600\/75{background-color:rgba(147,51,234,.75)}.xs\:bg-purple-600\/80{background-color:rgba(147,51,234,.8)}.xs\:bg-purple-600\/85{background-color:rgba(147,51,234,.85)}.xs\:bg-purple-600\/90{background-color:rgba(147,51,234,.9)}.xs\:bg-purple-600\/95{background-color:rgba(147,51,234,.95)}.xs\:bg-purple-700{--tw-bg-opacity:1;background-color:rgba(126,34,206,var(--tw-bg-opacity))}.xs\:bg-purple-700\/0{background-color:rgba(126,34,206,0)}.xs\:bg-purple-700\/10{background-color:rgba(126,34,206,.1)}.xs\:bg-purple-700\/100{background-color:#7e22ce}.xs\:bg-purple-700\/15{background-color:rgba(126,34,206,.15)}.xs\:bg-purple-700\/20{background-color:rgba(126,34,206,.2)}.xs\:bg-purple-700\/25{background-color:rgba(126,34,206,.25)}.xs\:bg-purple-700\/30{background-color:rgba(126,34,206,.3)}.xs\:bg-purple-700\/35{background-color:rgba(126,34,206,.35)}.xs\:bg-purple-700\/40{background-color:rgba(126,34,206,.4)}.xs\:bg-purple-700\/45{background-color:rgba(126,34,206,.45)}.xs\:bg-purple-700\/5{background-color:rgba(126,34,206,.05)}.xs\:bg-purple-700\/50{background-color:rgba(126,34,206,.5)}.xs\:bg-purple-700\/55{background-color:rgba(126,34,206,.55)}.xs\:bg-purple-700\/60{background-color:rgba(126,34,206,.6)}.xs\:bg-purple-700\/65{background-color:rgba(126,34,206,.65)}.xs\:bg-purple-700\/70{background-color:rgba(126,34,206,.7)}.xs\:bg-purple-700\/75{background-color:rgba(126,34,206,.75)}.xs\:bg-purple-700\/80{background-color:rgba(126,34,206,.8)}.xs\:bg-purple-700\/85{background-color:rgba(126,34,206,.85)}.xs\:bg-purple-700\/90{background-color:rgba(126,34,206,.9)}.xs\:bg-purple-700\/95{background-color:rgba(126,34,206,.95)}.xs\:bg-purple-800{--tw-bg-opacity:1;background-color:rgba(107,33,168,var(--tw-bg-opacity))}.xs\:bg-purple-800\/0{background-color:rgba(107,33,168,0)}.xs\:bg-purple-800\/10{background-color:rgba(107,33,168,.1)}.xs\:bg-purple-800\/100{background-color:#6b21a8}.xs\:bg-purple-800\/15{background-color:rgba(107,33,168,.15)}.xs\:bg-purple-800\/20{background-color:rgba(107,33,168,.2)}.xs\:bg-purple-800\/25{background-color:rgba(107,33,168,.25)}.xs\:bg-purple-800\/30{background-color:rgba(107,33,168,.3)}.xs\:bg-purple-800\/35{background-color:rgba(107,33,168,.35)}.xs\:bg-purple-800\/40{background-color:rgba(107,33,168,.4)}.xs\:bg-purple-800\/45{background-color:rgba(107,33,168,.45)}.xs\:bg-purple-800\/5{background-color:rgba(107,33,168,.05)}.xs\:bg-purple-800\/50{background-color:rgba(107,33,168,.5)}.xs\:bg-purple-800\/55{background-color:rgba(107,33,168,.55)}.xs\:bg-purple-800\/60{background-color:rgba(107,33,168,.6)}.xs\:bg-purple-800\/65{background-color:rgba(107,33,168,.65)}.xs\:bg-purple-800\/70{background-color:rgba(107,33,168,.7)}.xs\:bg-purple-800\/75{background-color:rgba(107,33,168,.75)}.xs\:bg-purple-800\/80{background-color:rgba(107,33,168,.8)}.xs\:bg-purple-800\/85{background-color:rgba(107,33,168,.85)}.xs\:bg-purple-800\/90{background-color:rgba(107,33,168,.9)}.xs\:bg-purple-800\/95{background-color:rgba(107,33,168,.95)}.xs\:bg-purple-900{--tw-bg-opacity:1;background-color:rgba(88,28,135,var(--tw-bg-opacity))}.xs\:bg-purple-900\/0{background-color:rgba(88,28,135,0)}.xs\:bg-purple-900\/10{background-color:rgba(88,28,135,.1)}.xs\:bg-purple-900\/100{background-color:#581c87}.xs\:bg-purple-900\/15{background-color:rgba(88,28,135,.15)}.xs\:bg-purple-900\/20{background-color:rgba(88,28,135,.2)}.xs\:bg-purple-900\/25{background-color:rgba(88,28,135,.25)}.xs\:bg-purple-900\/30{background-color:rgba(88,28,135,.3)}.xs\:bg-purple-900\/35{background-color:rgba(88,28,135,.35)}.xs\:bg-purple-900\/40{background-color:rgba(88,28,135,.4)}.xs\:bg-purple-900\/45{background-color:rgba(88,28,135,.45)}.xs\:bg-purple-900\/5{background-color:rgba(88,28,135,.05)}.xs\:bg-purple-900\/50{background-color:rgba(88,28,135,.5)}.xs\:bg-purple-900\/55{background-color:rgba(88,28,135,.55)}.xs\:bg-purple-900\/60{background-color:rgba(88,28,135,.6)}.xs\:bg-purple-900\/65{background-color:rgba(88,28,135,.65)}.xs\:bg-purple-900\/70{background-color:rgba(88,28,135,.7)}.xs\:bg-purple-900\/75{background-color:rgba(88,28,135,.75)}.xs\:bg-purple-900\/80{background-color:rgba(88,28,135,.8)}.xs\:bg-purple-900\/85{background-color:rgba(88,28,135,.85)}.xs\:bg-purple-900\/90{background-color:rgba(88,28,135,.9)}.xs\:bg-purple-900\/95{background-color:rgba(88,28,135,.95)}.xs\:bg-purple-950{--tw-bg-opacity:1;background-color:rgba(59,7,100,var(--tw-bg-opacity))}.xs\:bg-purple-950\/0{background-color:rgba(59,7,100,0)}.xs\:bg-purple-950\/10{background-color:rgba(59,7,100,.1)}.xs\:bg-purple-950\/100{background-color:#3b0764}.xs\:bg-purple-950\/15{background-color:rgba(59,7,100,.15)}.xs\:bg-purple-950\/20{background-color:rgba(59,7,100,.2)}.xs\:bg-purple-950\/25{background-color:rgba(59,7,100,.25)}.xs\:bg-purple-950\/30{background-color:rgba(59,7,100,.3)}.xs\:bg-purple-950\/35{background-color:rgba(59,7,100,.35)}.xs\:bg-purple-950\/40{background-color:rgba(59,7,100,.4)}.xs\:bg-purple-950\/45{background-color:rgba(59,7,100,.45)}.xs\:bg-purple-950\/5{background-color:rgba(59,7,100,.05)}.xs\:bg-purple-950\/50{background-color:rgba(59,7,100,.5)}.xs\:bg-purple-950\/55{background-color:rgba(59,7,100,.55)}.xs\:bg-purple-950\/60{background-color:rgba(59,7,100,.6)}.xs\:bg-purple-950\/65{background-color:rgba(59,7,100,.65)}.xs\:bg-purple-950\/70{background-color:rgba(59,7,100,.7)}.xs\:bg-purple-950\/75{background-color:rgba(59,7,100,.75)}.xs\:bg-purple-950\/80{background-color:rgba(59,7,100,.8)}.xs\:bg-purple-950\/85{background-color:rgba(59,7,100,.85)}.xs\:bg-purple-950\/90{background-color:rgba(59,7,100,.9)}.xs\:bg-purple-950\/95{background-color:rgba(59,7,100,.95)}.xs\:bg-red-100{--tw-bg-opacity:1;background-color:rgba(254,226,226,var(--tw-bg-opacity))}.xs\:bg-red-100\/0{background-color:hsla(0,93%,94%,0)}.xs\:bg-red-100\/10{background-color:hsla(0,93%,94%,.1)}.xs\:bg-red-100\/100{background-color:#fee2e2}.xs\:bg-red-100\/15{background-color:hsla(0,93%,94%,.15)}.xs\:bg-red-100\/20{background-color:hsla(0,93%,94%,.2)}.xs\:bg-red-100\/25{background-color:hsla(0,93%,94%,.25)}.xs\:bg-red-100\/30{background-color:hsla(0,93%,94%,.3)}.xs\:bg-red-100\/35{background-color:hsla(0,93%,94%,.35)}.xs\:bg-red-100\/40{background-color:hsla(0,93%,94%,.4)}.xs\:bg-red-100\/45{background-color:hsla(0,93%,94%,.45)}.xs\:bg-red-100\/5{background-color:hsla(0,93%,94%,.05)}.xs\:bg-red-100\/50{background-color:hsla(0,93%,94%,.5)}.xs\:bg-red-100\/55{background-color:hsla(0,93%,94%,.55)}.xs\:bg-red-100\/60{background-color:hsla(0,93%,94%,.6)}.xs\:bg-red-100\/65{background-color:hsla(0,93%,94%,.65)}.xs\:bg-red-100\/70{background-color:hsla(0,93%,94%,.7)}.xs\:bg-red-100\/75{background-color:hsla(0,93%,94%,.75)}.xs\:bg-red-100\/80{background-color:hsla(0,93%,94%,.8)}.xs\:bg-red-100\/85{background-color:hsla(0,93%,94%,.85)}.xs\:bg-red-100\/90{background-color:hsla(0,93%,94%,.9)}.xs\:bg-red-100\/95{background-color:hsla(0,93%,94%,.95)}.xs\:bg-red-200{--tw-bg-opacity:1;background-color:rgba(254,202,202,var(--tw-bg-opacity))}.xs\:bg-red-200\/0{background-color:hsla(0,96%,89%,0)}.xs\:bg-red-200\/10{background-color:hsla(0,96%,89%,.1)}.xs\:bg-red-200\/100{background-color:#fecaca}.xs\:bg-red-200\/15{background-color:hsla(0,96%,89%,.15)}.xs\:bg-red-200\/20{background-color:hsla(0,96%,89%,.2)}.xs\:bg-red-200\/25{background-color:hsla(0,96%,89%,.25)}.xs\:bg-red-200\/30{background-color:hsla(0,96%,89%,.3)}.xs\:bg-red-200\/35{background-color:hsla(0,96%,89%,.35)}.xs\:bg-red-200\/40{background-color:hsla(0,96%,89%,.4)}.xs\:bg-red-200\/45{background-color:hsla(0,96%,89%,.45)}.xs\:bg-red-200\/5{background-color:hsla(0,96%,89%,.05)}.xs\:bg-red-200\/50{background-color:hsla(0,96%,89%,.5)}.xs\:bg-red-200\/55{background-color:hsla(0,96%,89%,.55)}.xs\:bg-red-200\/60{background-color:hsla(0,96%,89%,.6)}.xs\:bg-red-200\/65{background-color:hsla(0,96%,89%,.65)}.xs\:bg-red-200\/70{background-color:hsla(0,96%,89%,.7)}.xs\:bg-red-200\/75{background-color:hsla(0,96%,89%,.75)}.xs\:bg-red-200\/80{background-color:hsla(0,96%,89%,.8)}.xs\:bg-red-200\/85{background-color:hsla(0,96%,89%,.85)}.xs\:bg-red-200\/90{background-color:hsla(0,96%,89%,.9)}.xs\:bg-red-200\/95{background-color:hsla(0,96%,89%,.95)}.xs\:bg-red-300{--tw-bg-opacity:1;background-color:rgba(252,165,165,var(--tw-bg-opacity))}.xs\:bg-red-300\/0{background-color:hsla(0,94%,82%,0)}.xs\:bg-red-300\/10{background-color:hsla(0,94%,82%,.1)}.xs\:bg-red-300\/100{background-color:#fca5a5}.xs\:bg-red-300\/15{background-color:hsla(0,94%,82%,.15)}.xs\:bg-red-300\/20{background-color:hsla(0,94%,82%,.2)}.xs\:bg-red-300\/25{background-color:hsla(0,94%,82%,.25)}.xs\:bg-red-300\/30{background-color:hsla(0,94%,82%,.3)}.xs\:bg-red-300\/35{background-color:hsla(0,94%,82%,.35)}.xs\:bg-red-300\/40{background-color:hsla(0,94%,82%,.4)}.xs\:bg-red-300\/45{background-color:hsla(0,94%,82%,.45)}.xs\:bg-red-300\/5{background-color:hsla(0,94%,82%,.05)}.xs\:bg-red-300\/50{background-color:hsla(0,94%,82%,.5)}.xs\:bg-red-300\/55{background-color:hsla(0,94%,82%,.55)}.xs\:bg-red-300\/60{background-color:hsla(0,94%,82%,.6)}.xs\:bg-red-300\/65{background-color:hsla(0,94%,82%,.65)}.xs\:bg-red-300\/70{background-color:hsla(0,94%,82%,.7)}.xs\:bg-red-300\/75{background-color:hsla(0,94%,82%,.75)}.xs\:bg-red-300\/80{background-color:hsla(0,94%,82%,.8)}.xs\:bg-red-300\/85{background-color:hsla(0,94%,82%,.85)}.xs\:bg-red-300\/90{background-color:hsla(0,94%,82%,.9)}.xs\:bg-red-300\/95{background-color:hsla(0,94%,82%,.95)}.xs\:bg-red-400{--tw-bg-opacity:1;background-color:rgba(248,113,113,var(--tw-bg-opacity))}.xs\:bg-red-400\/0{background-color:hsla(0,91%,71%,0)}.xs\:bg-red-400\/10{background-color:hsla(0,91%,71%,.1)}.xs\:bg-red-400\/100{background-color:#f87171}.xs\:bg-red-400\/15{background-color:hsla(0,91%,71%,.15)}.xs\:bg-red-400\/20{background-color:hsla(0,91%,71%,.2)}.xs\:bg-red-400\/25{background-color:hsla(0,91%,71%,.25)}.xs\:bg-red-400\/30{background-color:hsla(0,91%,71%,.3)}.xs\:bg-red-400\/35{background-color:hsla(0,91%,71%,.35)}.xs\:bg-red-400\/40{background-color:hsla(0,91%,71%,.4)}.xs\:bg-red-400\/45{background-color:hsla(0,91%,71%,.45)}.xs\:bg-red-400\/5{background-color:hsla(0,91%,71%,.05)}.xs\:bg-red-400\/50{background-color:hsla(0,91%,71%,.5)}.xs\:bg-red-400\/55{background-color:hsla(0,91%,71%,.55)}.xs\:bg-red-400\/60{background-color:hsla(0,91%,71%,.6)}.xs\:bg-red-400\/65{background-color:hsla(0,91%,71%,.65)}.xs\:bg-red-400\/70{background-color:hsla(0,91%,71%,.7)}.xs\:bg-red-400\/75{background-color:hsla(0,91%,71%,.75)}.xs\:bg-red-400\/80{background-color:hsla(0,91%,71%,.8)}.xs\:bg-red-400\/85{background-color:hsla(0,91%,71%,.85)}.xs\:bg-red-400\/90{background-color:hsla(0,91%,71%,.9)}.xs\:bg-red-400\/95{background-color:hsla(0,91%,71%,.95)}.xs\:bg-red-50{--tw-bg-opacity:1;background-color:rgba(254,242,242,var(--tw-bg-opacity))}.xs\:bg-red-50\/0{background-color:hsla(0,86%,97%,0)}.xs\:bg-red-50\/10{background-color:hsla(0,86%,97%,.1)}.xs\:bg-red-50\/100{background-color:#fef2f2}.xs\:bg-red-50\/15{background-color:hsla(0,86%,97%,.15)}.xs\:bg-red-50\/20{background-color:hsla(0,86%,97%,.2)}.xs\:bg-red-50\/25{background-color:hsla(0,86%,97%,.25)}.xs\:bg-red-50\/30{background-color:hsla(0,86%,97%,.3)}.xs\:bg-red-50\/35{background-color:hsla(0,86%,97%,.35)}.xs\:bg-red-50\/40{background-color:hsla(0,86%,97%,.4)}.xs\:bg-red-50\/45{background-color:hsla(0,86%,97%,.45)}.xs\:bg-red-50\/5{background-color:hsla(0,86%,97%,.05)}.xs\:bg-red-50\/50{background-color:hsla(0,86%,97%,.5)}.xs\:bg-red-50\/55{background-color:hsla(0,86%,97%,.55)}.xs\:bg-red-50\/60{background-color:hsla(0,86%,97%,.6)}.xs\:bg-red-50\/65{background-color:hsla(0,86%,97%,.65)}.xs\:bg-red-50\/70{background-color:hsla(0,86%,97%,.7)}.xs\:bg-red-50\/75{background-color:hsla(0,86%,97%,.75)}.xs\:bg-red-50\/80{background-color:hsla(0,86%,97%,.8)}.xs\:bg-red-50\/85{background-color:hsla(0,86%,97%,.85)}.xs\:bg-red-50\/90{background-color:hsla(0,86%,97%,.9)}.xs\:bg-red-50\/95{background-color:hsla(0,86%,97%,.95)}.xs\:bg-red-500{--tw-bg-opacity:1;background-color:rgba(239,68,68,var(--tw-bg-opacity))}.xs\:bg-red-500\/0{background-color:rgba(239,68,68,0)}.xs\:bg-red-500\/10{background-color:rgba(239,68,68,.1)}.xs\:bg-red-500\/100{background-color:#ef4444}.xs\:bg-red-500\/15{background-color:rgba(239,68,68,.15)}.xs\:bg-red-500\/20{background-color:rgba(239,68,68,.2)}.xs\:bg-red-500\/25{background-color:rgba(239,68,68,.25)}.xs\:bg-red-500\/30{background-color:rgba(239,68,68,.3)}.xs\:bg-red-500\/35{background-color:rgba(239,68,68,.35)}.xs\:bg-red-500\/40{background-color:rgba(239,68,68,.4)}.xs\:bg-red-500\/45{background-color:rgba(239,68,68,.45)}.xs\:bg-red-500\/5{background-color:rgba(239,68,68,.05)}.xs\:bg-red-500\/50{background-color:rgba(239,68,68,.5)}.xs\:bg-red-500\/55{background-color:rgba(239,68,68,.55)}.xs\:bg-red-500\/60{background-color:rgba(239,68,68,.6)}.xs\:bg-red-500\/65{background-color:rgba(239,68,68,.65)}.xs\:bg-red-500\/70{background-color:rgba(239,68,68,.7)}.xs\:bg-red-500\/75{background-color:rgba(239,68,68,.75)}.xs\:bg-red-500\/80{background-color:rgba(239,68,68,.8)}.xs\:bg-red-500\/85{background-color:rgba(239,68,68,.85)}.xs\:bg-red-500\/90{background-color:rgba(239,68,68,.9)}.xs\:bg-red-500\/95{background-color:rgba(239,68,68,.95)}.xs\:bg-red-600{--tw-bg-opacity:1;background-color:rgba(220,38,38,var(--tw-bg-opacity))}.xs\:bg-red-600\/0{background-color:rgba(220,38,38,0)}.xs\:bg-red-600\/10{background-color:rgba(220,38,38,.1)}.xs\:bg-red-600\/100{background-color:#dc2626}.xs\:bg-red-600\/15{background-color:rgba(220,38,38,.15)}.xs\:bg-red-600\/20{background-color:rgba(220,38,38,.2)}.xs\:bg-red-600\/25{background-color:rgba(220,38,38,.25)}.xs\:bg-red-600\/30{background-color:rgba(220,38,38,.3)}.xs\:bg-red-600\/35{background-color:rgba(220,38,38,.35)}.xs\:bg-red-600\/40{background-color:rgba(220,38,38,.4)}.xs\:bg-red-600\/45{background-color:rgba(220,38,38,.45)}.xs\:bg-red-600\/5{background-color:rgba(220,38,38,.05)}.xs\:bg-red-600\/50{background-color:rgba(220,38,38,.5)}.xs\:bg-red-600\/55{background-color:rgba(220,38,38,.55)}.xs\:bg-red-600\/60{background-color:rgba(220,38,38,.6)}.xs\:bg-red-600\/65{background-color:rgba(220,38,38,.65)}.xs\:bg-red-600\/70{background-color:rgba(220,38,38,.7)}.xs\:bg-red-600\/75{background-color:rgba(220,38,38,.75)}.xs\:bg-red-600\/80{background-color:rgba(220,38,38,.8)}.xs\:bg-red-600\/85{background-color:rgba(220,38,38,.85)}.xs\:bg-red-600\/90{background-color:rgba(220,38,38,.9)}.xs\:bg-red-600\/95{background-color:rgba(220,38,38,.95)}.xs\:bg-red-700{--tw-bg-opacity:1;background-color:rgba(185,28,28,var(--tw-bg-opacity))}.xs\:bg-red-700\/0{background-color:rgba(185,28,28,0)}.xs\:bg-red-700\/10{background-color:rgba(185,28,28,.1)}.xs\:bg-red-700\/100{background-color:#b91c1c}.xs\:bg-red-700\/15{background-color:rgba(185,28,28,.15)}.xs\:bg-red-700\/20{background-color:rgba(185,28,28,.2)}.xs\:bg-red-700\/25{background-color:rgba(185,28,28,.25)}.xs\:bg-red-700\/30{background-color:rgba(185,28,28,.3)}.xs\:bg-red-700\/35{background-color:rgba(185,28,28,.35)}.xs\:bg-red-700\/40{background-color:rgba(185,28,28,.4)}.xs\:bg-red-700\/45{background-color:rgba(185,28,28,.45)}.xs\:bg-red-700\/5{background-color:rgba(185,28,28,.05)}.xs\:bg-red-700\/50{background-color:rgba(185,28,28,.5)}.xs\:bg-red-700\/55{background-color:rgba(185,28,28,.55)}.xs\:bg-red-700\/60{background-color:rgba(185,28,28,.6)}.xs\:bg-red-700\/65{background-color:rgba(185,28,28,.65)}.xs\:bg-red-700\/70{background-color:rgba(185,28,28,.7)}.xs\:bg-red-700\/75{background-color:rgba(185,28,28,.75)}.xs\:bg-red-700\/80{background-color:rgba(185,28,28,.8)}.xs\:bg-red-700\/85{background-color:rgba(185,28,28,.85)}.xs\:bg-red-700\/90{background-color:rgba(185,28,28,.9)}.xs\:bg-red-700\/95{background-color:rgba(185,28,28,.95)}.xs\:bg-red-800{--tw-bg-opacity:1;background-color:rgba(153,27,27,var(--tw-bg-opacity))}.xs\:bg-red-800\/0{background-color:rgba(153,27,27,0)}.xs\:bg-red-800\/10{background-color:rgba(153,27,27,.1)}.xs\:bg-red-800\/100{background-color:#991b1b}.xs\:bg-red-800\/15{background-color:rgba(153,27,27,.15)}.xs\:bg-red-800\/20{background-color:rgba(153,27,27,.2)}.xs\:bg-red-800\/25{background-color:rgba(153,27,27,.25)}.xs\:bg-red-800\/30{background-color:rgba(153,27,27,.3)}.xs\:bg-red-800\/35{background-color:rgba(153,27,27,.35)}.xs\:bg-red-800\/40{background-color:rgba(153,27,27,.4)}.xs\:bg-red-800\/45{background-color:rgba(153,27,27,.45)}.xs\:bg-red-800\/5{background-color:rgba(153,27,27,.05)}.xs\:bg-red-800\/50{background-color:rgba(153,27,27,.5)}.xs\:bg-red-800\/55{background-color:rgba(153,27,27,.55)}.xs\:bg-red-800\/60{background-color:rgba(153,27,27,.6)}.xs\:bg-red-800\/65{background-color:rgba(153,27,27,.65)}.xs\:bg-red-800\/70{background-color:rgba(153,27,27,.7)}.xs\:bg-red-800\/75{background-color:rgba(153,27,27,.75)}.xs\:bg-red-800\/80{background-color:rgba(153,27,27,.8)}.xs\:bg-red-800\/85{background-color:rgba(153,27,27,.85)}.xs\:bg-red-800\/90{background-color:rgba(153,27,27,.9)}.xs\:bg-red-800\/95{background-color:rgba(153,27,27,.95)}.xs\:bg-red-900{--tw-bg-opacity:1;background-color:rgba(127,29,29,var(--tw-bg-opacity))}.xs\:bg-red-900\/0{background-color:rgba(127,29,29,0)}.xs\:bg-red-900\/10{background-color:rgba(127,29,29,.1)}.xs\:bg-red-900\/100{background-color:#7f1d1d}.xs\:bg-red-900\/15{background-color:rgba(127,29,29,.15)}.xs\:bg-red-900\/20{background-color:rgba(127,29,29,.2)}.xs\:bg-red-900\/25{background-color:rgba(127,29,29,.25)}.xs\:bg-red-900\/30{background-color:rgba(127,29,29,.3)}.xs\:bg-red-900\/35{background-color:rgba(127,29,29,.35)}.xs\:bg-red-900\/40{background-color:rgba(127,29,29,.4)}.xs\:bg-red-900\/45{background-color:rgba(127,29,29,.45)}.xs\:bg-red-900\/5{background-color:rgba(127,29,29,.05)}.xs\:bg-red-900\/50{background-color:rgba(127,29,29,.5)}.xs\:bg-red-900\/55{background-color:rgba(127,29,29,.55)}.xs\:bg-red-900\/60{background-color:rgba(127,29,29,.6)}.xs\:bg-red-900\/65{background-color:rgba(127,29,29,.65)}.xs\:bg-red-900\/70{background-color:rgba(127,29,29,.7)}.xs\:bg-red-900\/75{background-color:rgba(127,29,29,.75)}.xs\:bg-red-900\/80{background-color:rgba(127,29,29,.8)}.xs\:bg-red-900\/85{background-color:rgba(127,29,29,.85)}.xs\:bg-red-900\/90{background-color:rgba(127,29,29,.9)}.xs\:bg-red-900\/95{background-color:rgba(127,29,29,.95)}.xs\:bg-red-950{--tw-bg-opacity:1;background-color:rgba(69,10,10,var(--tw-bg-opacity))}.xs\:bg-red-950\/0{background-color:rgba(69,10,10,0)}.xs\:bg-red-950\/10{background-color:rgba(69,10,10,.1)}.xs\:bg-red-950\/100{background-color:#450a0a}.xs\:bg-red-950\/15{background-color:rgba(69,10,10,.15)}.xs\:bg-red-950\/20{background-color:rgba(69,10,10,.2)}.xs\:bg-red-950\/25{background-color:rgba(69,10,10,.25)}.xs\:bg-red-950\/30{background-color:rgba(69,10,10,.3)}.xs\:bg-red-950\/35{background-color:rgba(69,10,10,.35)}.xs\:bg-red-950\/40{background-color:rgba(69,10,10,.4)}.xs\:bg-red-950\/45{background-color:rgba(69,10,10,.45)}.xs\:bg-red-950\/5{background-color:rgba(69,10,10,.05)}.xs\:bg-red-950\/50{background-color:rgba(69,10,10,.5)}.xs\:bg-red-950\/55{background-color:rgba(69,10,10,.55)}.xs\:bg-red-950\/60{background-color:rgba(69,10,10,.6)}.xs\:bg-red-950\/65{background-color:rgba(69,10,10,.65)}.xs\:bg-red-950\/70{background-color:rgba(69,10,10,.7)}.xs\:bg-red-950\/75{background-color:rgba(69,10,10,.75)}.xs\:bg-red-950\/80{background-color:rgba(69,10,10,.8)}.xs\:bg-red-950\/85{background-color:rgba(69,10,10,.85)}.xs\:bg-red-950\/90{background-color:rgba(69,10,10,.9)}.xs\:bg-red-950\/95{background-color:rgba(69,10,10,.95)}.xs\:bg-rose-100{--tw-bg-opacity:1;background-color:rgba(255,228,230,var(--tw-bg-opacity))}.xs\:bg-rose-100\/0{background-color:rgba(255,228,230,0)}.xs\:bg-rose-100\/10{background-color:rgba(255,228,230,.1)}.xs\:bg-rose-100\/100{background-color:#ffe4e6}.xs\:bg-rose-100\/15{background-color:rgba(255,228,230,.15)}.xs\:bg-rose-100\/20{background-color:rgba(255,228,230,.2)}.xs\:bg-rose-100\/25{background-color:rgba(255,228,230,.25)}.xs\:bg-rose-100\/30{background-color:rgba(255,228,230,.3)}.xs\:bg-rose-100\/35{background-color:rgba(255,228,230,.35)}.xs\:bg-rose-100\/40{background-color:rgba(255,228,230,.4)}.xs\:bg-rose-100\/45{background-color:rgba(255,228,230,.45)}.xs\:bg-rose-100\/5{background-color:rgba(255,228,230,.05)}.xs\:bg-rose-100\/50{background-color:rgba(255,228,230,.5)}.xs\:bg-rose-100\/55{background-color:rgba(255,228,230,.55)}.xs\:bg-rose-100\/60{background-color:rgba(255,228,230,.6)}.xs\:bg-rose-100\/65{background-color:rgba(255,228,230,.65)}.xs\:bg-rose-100\/70{background-color:rgba(255,228,230,.7)}.xs\:bg-rose-100\/75{background-color:rgba(255,228,230,.75)}.xs\:bg-rose-100\/80{background-color:rgba(255,228,230,.8)}.xs\:bg-rose-100\/85{background-color:rgba(255,228,230,.85)}.xs\:bg-rose-100\/90{background-color:rgba(255,228,230,.9)}.xs\:bg-rose-100\/95{background-color:rgba(255,228,230,.95)}.xs\:bg-rose-200{--tw-bg-opacity:1;background-color:rgba(254,205,211,var(--tw-bg-opacity))}.xs\:bg-rose-200\/0{background-color:rgba(254,205,211,0)}.xs\:bg-rose-200\/10{background-color:rgba(254,205,211,.1)}.xs\:bg-rose-200\/100{background-color:#fecdd3}.xs\:bg-rose-200\/15{background-color:rgba(254,205,211,.15)}.xs\:bg-rose-200\/20{background-color:rgba(254,205,211,.2)}.xs\:bg-rose-200\/25{background-color:rgba(254,205,211,.25)}.xs\:bg-rose-200\/30{background-color:rgba(254,205,211,.3)}.xs\:bg-rose-200\/35{background-color:rgba(254,205,211,.35)}.xs\:bg-rose-200\/40{background-color:rgba(254,205,211,.4)}.xs\:bg-rose-200\/45{background-color:rgba(254,205,211,.45)}.xs\:bg-rose-200\/5{background-color:rgba(254,205,211,.05)}.xs\:bg-rose-200\/50{background-color:rgba(254,205,211,.5)}.xs\:bg-rose-200\/55{background-color:rgba(254,205,211,.55)}.xs\:bg-rose-200\/60{background-color:rgba(254,205,211,.6)}.xs\:bg-rose-200\/65{background-color:rgba(254,205,211,.65)}.xs\:bg-rose-200\/70{background-color:rgba(254,205,211,.7)}.xs\:bg-rose-200\/75{background-color:rgba(254,205,211,.75)}.xs\:bg-rose-200\/80{background-color:rgba(254,205,211,.8)}.xs\:bg-rose-200\/85{background-color:rgba(254,205,211,.85)}.xs\:bg-rose-200\/90{background-color:rgba(254,205,211,.9)}.xs\:bg-rose-200\/95{background-color:rgba(254,205,211,.95)}.xs\:bg-rose-300{--tw-bg-opacity:1;background-color:rgba(253,164,175,var(--tw-bg-opacity))}.xs\:bg-rose-300\/0{background-color:rgba(253,164,175,0)}.xs\:bg-rose-300\/10{background-color:rgba(253,164,175,.1)}.xs\:bg-rose-300\/100{background-color:#fda4af}.xs\:bg-rose-300\/15{background-color:rgba(253,164,175,.15)}.xs\:bg-rose-300\/20{background-color:rgba(253,164,175,.2)}.xs\:bg-rose-300\/25{background-color:rgba(253,164,175,.25)}.xs\:bg-rose-300\/30{background-color:rgba(253,164,175,.3)}.xs\:bg-rose-300\/35{background-color:rgba(253,164,175,.35)}.xs\:bg-rose-300\/40{background-color:rgba(253,164,175,.4)}.xs\:bg-rose-300\/45{background-color:rgba(253,164,175,.45)}.xs\:bg-rose-300\/5{background-color:rgba(253,164,175,.05)}.xs\:bg-rose-300\/50{background-color:rgba(253,164,175,.5)}.xs\:bg-rose-300\/55{background-color:rgba(253,164,175,.55)}.xs\:bg-rose-300\/60{background-color:rgba(253,164,175,.6)}.xs\:bg-rose-300\/65{background-color:rgba(253,164,175,.65)}.xs\:bg-rose-300\/70{background-color:rgba(253,164,175,.7)}.xs\:bg-rose-300\/75{background-color:rgba(253,164,175,.75)}.xs\:bg-rose-300\/80{background-color:rgba(253,164,175,.8)}.xs\:bg-rose-300\/85{background-color:rgba(253,164,175,.85)}.xs\:bg-rose-300\/90{background-color:rgba(253,164,175,.9)}.xs\:bg-rose-300\/95{background-color:rgba(253,164,175,.95)}.xs\:bg-rose-400{--tw-bg-opacity:1;background-color:rgba(251,113,133,var(--tw-bg-opacity))}.xs\:bg-rose-400\/0{background-color:rgba(251,113,133,0)}.xs\:bg-rose-400\/10{background-color:rgba(251,113,133,.1)}.xs\:bg-rose-400\/100{background-color:#fb7185}.xs\:bg-rose-400\/15{background-color:rgba(251,113,133,.15)}.xs\:bg-rose-400\/20{background-color:rgba(251,113,133,.2)}.xs\:bg-rose-400\/25{background-color:rgba(251,113,133,.25)}.xs\:bg-rose-400\/30{background-color:rgba(251,113,133,.3)}.xs\:bg-rose-400\/35{background-color:rgba(251,113,133,.35)}.xs\:bg-rose-400\/40{background-color:rgba(251,113,133,.4)}.xs\:bg-rose-400\/45{background-color:rgba(251,113,133,.45)}.xs\:bg-rose-400\/5{background-color:rgba(251,113,133,.05)}.xs\:bg-rose-400\/50{background-color:rgba(251,113,133,.5)}.xs\:bg-rose-400\/55{background-color:rgba(251,113,133,.55)}.xs\:bg-rose-400\/60{background-color:rgba(251,113,133,.6)}.xs\:bg-rose-400\/65{background-color:rgba(251,113,133,.65)}.xs\:bg-rose-400\/70{background-color:rgba(251,113,133,.7)}.xs\:bg-rose-400\/75{background-color:rgba(251,113,133,.75)}.xs\:bg-rose-400\/80{background-color:rgba(251,113,133,.8)}.xs\:bg-rose-400\/85{background-color:rgba(251,113,133,.85)}.xs\:bg-rose-400\/90{background-color:rgba(251,113,133,.9)}.xs\:bg-rose-400\/95{background-color:rgba(251,113,133,.95)}.xs\:bg-rose-50{--tw-bg-opacity:1;background-color:rgba(255,241,242,var(--tw-bg-opacity))}.xs\:bg-rose-50\/0{background-color:rgba(255,241,242,0)}.xs\:bg-rose-50\/10{background-color:rgba(255,241,242,.1)}.xs\:bg-rose-50\/100{background-color:#fff1f2}.xs\:bg-rose-50\/15{background-color:rgba(255,241,242,.15)}.xs\:bg-rose-50\/20{background-color:rgba(255,241,242,.2)}.xs\:bg-rose-50\/25{background-color:rgba(255,241,242,.25)}.xs\:bg-rose-50\/30{background-color:rgba(255,241,242,.3)}.xs\:bg-rose-50\/35{background-color:rgba(255,241,242,.35)}.xs\:bg-rose-50\/40{background-color:rgba(255,241,242,.4)}.xs\:bg-rose-50\/45{background-color:rgba(255,241,242,.45)}.xs\:bg-rose-50\/5{background-color:rgba(255,241,242,.05)}.xs\:bg-rose-50\/50{background-color:rgba(255,241,242,.5)}.xs\:bg-rose-50\/55{background-color:rgba(255,241,242,.55)}.xs\:bg-rose-50\/60{background-color:rgba(255,241,242,.6)}.xs\:bg-rose-50\/65{background-color:rgba(255,241,242,.65)}.xs\:bg-rose-50\/70{background-color:rgba(255,241,242,.7)}.xs\:bg-rose-50\/75{background-color:rgba(255,241,242,.75)}.xs\:bg-rose-50\/80{background-color:rgba(255,241,242,.8)}.xs\:bg-rose-50\/85{background-color:rgba(255,241,242,.85)}.xs\:bg-rose-50\/90{background-color:rgba(255,241,242,.9)}.xs\:bg-rose-50\/95{background-color:rgba(255,241,242,.95)}.xs\:bg-rose-500{--tw-bg-opacity:1;background-color:rgba(244,63,94,var(--tw-bg-opacity))}.xs\:bg-rose-500\/0{background-color:rgba(244,63,94,0)}.xs\:bg-rose-500\/10{background-color:rgba(244,63,94,.1)}.xs\:bg-rose-500\/100{background-color:#f43f5e}.xs\:bg-rose-500\/15{background-color:rgba(244,63,94,.15)}.xs\:bg-rose-500\/20{background-color:rgba(244,63,94,.2)}.xs\:bg-rose-500\/25{background-color:rgba(244,63,94,.25)}.xs\:bg-rose-500\/30{background-color:rgba(244,63,94,.3)}.xs\:bg-rose-500\/35{background-color:rgba(244,63,94,.35)}.xs\:bg-rose-500\/40{background-color:rgba(244,63,94,.4)}.xs\:bg-rose-500\/45{background-color:rgba(244,63,94,.45)}.xs\:bg-rose-500\/5{background-color:rgba(244,63,94,.05)}.xs\:bg-rose-500\/50{background-color:rgba(244,63,94,.5)}.xs\:bg-rose-500\/55{background-color:rgba(244,63,94,.55)}.xs\:bg-rose-500\/60{background-color:rgba(244,63,94,.6)}.xs\:bg-rose-500\/65{background-color:rgba(244,63,94,.65)}.xs\:bg-rose-500\/70{background-color:rgba(244,63,94,.7)}.xs\:bg-rose-500\/75{background-color:rgba(244,63,94,.75)}.xs\:bg-rose-500\/80{background-color:rgba(244,63,94,.8)}.xs\:bg-rose-500\/85{background-color:rgba(244,63,94,.85)}.xs\:bg-rose-500\/90{background-color:rgba(244,63,94,.9)}.xs\:bg-rose-500\/95{background-color:rgba(244,63,94,.95)}.xs\:bg-rose-600{--tw-bg-opacity:1;background-color:rgba(225,29,72,var(--tw-bg-opacity))}.xs\:bg-rose-600\/0{background-color:rgba(225,29,72,0)}.xs\:bg-rose-600\/10{background-color:rgba(225,29,72,.1)}.xs\:bg-rose-600\/100{background-color:#e11d48}.xs\:bg-rose-600\/15{background-color:rgba(225,29,72,.15)}.xs\:bg-rose-600\/20{background-color:rgba(225,29,72,.2)}.xs\:bg-rose-600\/25{background-color:rgba(225,29,72,.25)}.xs\:bg-rose-600\/30{background-color:rgba(225,29,72,.3)}.xs\:bg-rose-600\/35{background-color:rgba(225,29,72,.35)}.xs\:bg-rose-600\/40{background-color:rgba(225,29,72,.4)}.xs\:bg-rose-600\/45{background-color:rgba(225,29,72,.45)}.xs\:bg-rose-600\/5{background-color:rgba(225,29,72,.05)}.xs\:bg-rose-600\/50{background-color:rgba(225,29,72,.5)}.xs\:bg-rose-600\/55{background-color:rgba(225,29,72,.55)}.xs\:bg-rose-600\/60{background-color:rgba(225,29,72,.6)}.xs\:bg-rose-600\/65{background-color:rgba(225,29,72,.65)}.xs\:bg-rose-600\/70{background-color:rgba(225,29,72,.7)}.xs\:bg-rose-600\/75{background-color:rgba(225,29,72,.75)}.xs\:bg-rose-600\/80{background-color:rgba(225,29,72,.8)}.xs\:bg-rose-600\/85{background-color:rgba(225,29,72,.85)}.xs\:bg-rose-600\/90{background-color:rgba(225,29,72,.9)}.xs\:bg-rose-600\/95{background-color:rgba(225,29,72,.95)}.xs\:bg-rose-700{--tw-bg-opacity:1;background-color:rgba(190,18,60,var(--tw-bg-opacity))}.xs\:bg-rose-700\/0{background-color:rgba(190,18,60,0)}.xs\:bg-rose-700\/10{background-color:rgba(190,18,60,.1)}.xs\:bg-rose-700\/100{background-color:#be123c}.xs\:bg-rose-700\/15{background-color:rgba(190,18,60,.15)}.xs\:bg-rose-700\/20{background-color:rgba(190,18,60,.2)}.xs\:bg-rose-700\/25{background-color:rgba(190,18,60,.25)}.xs\:bg-rose-700\/30{background-color:rgba(190,18,60,.3)}.xs\:bg-rose-700\/35{background-color:rgba(190,18,60,.35)}.xs\:bg-rose-700\/40{background-color:rgba(190,18,60,.4)}.xs\:bg-rose-700\/45{background-color:rgba(190,18,60,.45)}.xs\:bg-rose-700\/5{background-color:rgba(190,18,60,.05)}.xs\:bg-rose-700\/50{background-color:rgba(190,18,60,.5)}.xs\:bg-rose-700\/55{background-color:rgba(190,18,60,.55)}.xs\:bg-rose-700\/60{background-color:rgba(190,18,60,.6)}.xs\:bg-rose-700\/65{background-color:rgba(190,18,60,.65)}.xs\:bg-rose-700\/70{background-color:rgba(190,18,60,.7)}.xs\:bg-rose-700\/75{background-color:rgba(190,18,60,.75)}.xs\:bg-rose-700\/80{background-color:rgba(190,18,60,.8)}.xs\:bg-rose-700\/85{background-color:rgba(190,18,60,.85)}.xs\:bg-rose-700\/90{background-color:rgba(190,18,60,.9)}.xs\:bg-rose-700\/95{background-color:rgba(190,18,60,.95)}.xs\:bg-rose-800{--tw-bg-opacity:1;background-color:rgba(159,18,57,var(--tw-bg-opacity))}.xs\:bg-rose-800\/0{background-color:rgba(159,18,57,0)}.xs\:bg-rose-800\/10{background-color:rgba(159,18,57,.1)}.xs\:bg-rose-800\/100{background-color:#9f1239}.xs\:bg-rose-800\/15{background-color:rgba(159,18,57,.15)}.xs\:bg-rose-800\/20{background-color:rgba(159,18,57,.2)}.xs\:bg-rose-800\/25{background-color:rgba(159,18,57,.25)}.xs\:bg-rose-800\/30{background-color:rgba(159,18,57,.3)}.xs\:bg-rose-800\/35{background-color:rgba(159,18,57,.35)}.xs\:bg-rose-800\/40{background-color:rgba(159,18,57,.4)}.xs\:bg-rose-800\/45{background-color:rgba(159,18,57,.45)}.xs\:bg-rose-800\/5{background-color:rgba(159,18,57,.05)}.xs\:bg-rose-800\/50{background-color:rgba(159,18,57,.5)}.xs\:bg-rose-800\/55{background-color:rgba(159,18,57,.55)}.xs\:bg-rose-800\/60{background-color:rgba(159,18,57,.6)}.xs\:bg-rose-800\/65{background-color:rgba(159,18,57,.65)}.xs\:bg-rose-800\/70{background-color:rgba(159,18,57,.7)}.xs\:bg-rose-800\/75{background-color:rgba(159,18,57,.75)}.xs\:bg-rose-800\/80{background-color:rgba(159,18,57,.8)}.xs\:bg-rose-800\/85{background-color:rgba(159,18,57,.85)}.xs\:bg-rose-800\/90{background-color:rgba(159,18,57,.9)}.xs\:bg-rose-800\/95{background-color:rgba(159,18,57,.95)}.xs\:bg-rose-900{--tw-bg-opacity:1;background-color:rgba(136,19,55,var(--tw-bg-opacity))}.xs\:bg-rose-900\/0{background-color:rgba(136,19,55,0)}.xs\:bg-rose-900\/10{background-color:rgba(136,19,55,.1)}.xs\:bg-rose-900\/100{background-color:#881337}.xs\:bg-rose-900\/15{background-color:rgba(136,19,55,.15)}.xs\:bg-rose-900\/20{background-color:rgba(136,19,55,.2)}.xs\:bg-rose-900\/25{background-color:rgba(136,19,55,.25)}.xs\:bg-rose-900\/30{background-color:rgba(136,19,55,.3)}.xs\:bg-rose-900\/35{background-color:rgba(136,19,55,.35)}.xs\:bg-rose-900\/40{background-color:rgba(136,19,55,.4)}.xs\:bg-rose-900\/45{background-color:rgba(136,19,55,.45)}.xs\:bg-rose-900\/5{background-color:rgba(136,19,55,.05)}.xs\:bg-rose-900\/50{background-color:rgba(136,19,55,.5)}.xs\:bg-rose-900\/55{background-color:rgba(136,19,55,.55)}.xs\:bg-rose-900\/60{background-color:rgba(136,19,55,.6)}.xs\:bg-rose-900\/65{background-color:rgba(136,19,55,.65)}.xs\:bg-rose-900\/70{background-color:rgba(136,19,55,.7)}.xs\:bg-rose-900\/75{background-color:rgba(136,19,55,.75)}.xs\:bg-rose-900\/80{background-color:rgba(136,19,55,.8)}.xs\:bg-rose-900\/85{background-color:rgba(136,19,55,.85)}.xs\:bg-rose-900\/90{background-color:rgba(136,19,55,.9)}.xs\:bg-rose-900\/95{background-color:rgba(136,19,55,.95)}.xs\:bg-rose-950{--tw-bg-opacity:1;background-color:rgba(76,5,25,var(--tw-bg-opacity))}.xs\:bg-rose-950\/0{background-color:rgba(76,5,25,0)}.xs\:bg-rose-950\/10{background-color:rgba(76,5,25,.1)}.xs\:bg-rose-950\/100{background-color:#4c0519}.xs\:bg-rose-950\/15{background-color:rgba(76,5,25,.15)}.xs\:bg-rose-950\/20{background-color:rgba(76,5,25,.2)}.xs\:bg-rose-950\/25{background-color:rgba(76,5,25,.25)}.xs\:bg-rose-950\/30{background-color:rgba(76,5,25,.3)}.xs\:bg-rose-950\/35{background-color:rgba(76,5,25,.35)}.xs\:bg-rose-950\/40{background-color:rgba(76,5,25,.4)}.xs\:bg-rose-950\/45{background-color:rgba(76,5,25,.45)}.xs\:bg-rose-950\/5{background-color:rgba(76,5,25,.05)}.xs\:bg-rose-950\/50{background-color:rgba(76,5,25,.5)}.xs\:bg-rose-950\/55{background-color:rgba(76,5,25,.55)}.xs\:bg-rose-950\/60{background-color:rgba(76,5,25,.6)}.xs\:bg-rose-950\/65{background-color:rgba(76,5,25,.65)}.xs\:bg-rose-950\/70{background-color:rgba(76,5,25,.7)}.xs\:bg-rose-950\/75{background-color:rgba(76,5,25,.75)}.xs\:bg-rose-950\/80{background-color:rgba(76,5,25,.8)}.xs\:bg-rose-950\/85{background-color:rgba(76,5,25,.85)}.xs\:bg-rose-950\/90{background-color:rgba(76,5,25,.9)}.xs\:bg-rose-950\/95{background-color:rgba(76,5,25,.95)}.xs\:bg-secondary{--tw-bg-opacity:1;background-color:rgba(4,33,49,var(--tw-bg-opacity))}.xs\:bg-secondary-dark-gray{--tw-bg-opacity:1;background-color:rgba(242,243,244,var(--tw-bg-opacity))}.xs\:bg-secondary-dark-gray\/0{background-color:hsla(210,8%,95%,0)}.xs\:bg-secondary-dark-gray\/10{background-color:hsla(210,8%,95%,.1)}.xs\:bg-secondary-dark-gray\/100{background-color:#f2f3f4}.xs\:bg-secondary-dark-gray\/15{background-color:hsla(210,8%,95%,.15)}.xs\:bg-secondary-dark-gray\/20{background-color:hsla(210,8%,95%,.2)}.xs\:bg-secondary-dark-gray\/25{background-color:hsla(210,8%,95%,.25)}.xs\:bg-secondary-dark-gray\/30{background-color:hsla(210,8%,95%,.3)}.xs\:bg-secondary-dark-gray\/35{background-color:hsla(210,8%,95%,.35)}.xs\:bg-secondary-dark-gray\/40{background-color:hsla(210,8%,95%,.4)}.xs\:bg-secondary-dark-gray\/45{background-color:hsla(210,8%,95%,.45)}.xs\:bg-secondary-dark-gray\/5{background-color:hsla(210,8%,95%,.05)}.xs\:bg-secondary-dark-gray\/50{background-color:hsla(210,8%,95%,.5)}.xs\:bg-secondary-dark-gray\/55{background-color:hsla(210,8%,95%,.55)}.xs\:bg-secondary-dark-gray\/60{background-color:hsla(210,8%,95%,.6)}.xs\:bg-secondary-dark-gray\/65{background-color:hsla(210,8%,95%,.65)}.xs\:bg-secondary-dark-gray\/70{background-color:hsla(210,8%,95%,.7)}.xs\:bg-secondary-dark-gray\/75{background-color:hsla(210,8%,95%,.75)}.xs\:bg-secondary-dark-gray\/80{background-color:hsla(210,8%,95%,.8)}.xs\:bg-secondary-dark-gray\/85{background-color:hsla(210,8%,95%,.85)}.xs\:bg-secondary-dark-gray\/90{background-color:hsla(210,8%,95%,.9)}.xs\:bg-secondary-dark-gray\/95{background-color:hsla(210,8%,95%,.95)}.xs\:bg-secondary-gray{--tw-bg-opacity:1;background-color:rgba(250,250,250,var(--tw-bg-opacity))}.xs\:bg-secondary-gray\/0{background-color:hsla(0,0%,98%,0)}.xs\:bg-secondary-gray\/10{background-color:hsla(0,0%,98%,.1)}.xs\:bg-secondary-gray\/100{background-color:#fafafa}.xs\:bg-secondary-gray\/15{background-color:hsla(0,0%,98%,.15)}.xs\:bg-secondary-gray\/20{background-color:hsla(0,0%,98%,.2)}.xs\:bg-secondary-gray\/25{background-color:hsla(0,0%,98%,.25)}.xs\:bg-secondary-gray\/30{background-color:hsla(0,0%,98%,.3)}.xs\:bg-secondary-gray\/35{background-color:hsla(0,0%,98%,.35)}.xs\:bg-secondary-gray\/40{background-color:hsla(0,0%,98%,.4)}.xs\:bg-secondary-gray\/45{background-color:hsla(0,0%,98%,.45)}.xs\:bg-secondary-gray\/5{background-color:hsla(0,0%,98%,.05)}.xs\:bg-secondary-gray\/50{background-color:hsla(0,0%,98%,.5)}.xs\:bg-secondary-gray\/55{background-color:hsla(0,0%,98%,.55)}.xs\:bg-secondary-gray\/60{background-color:hsla(0,0%,98%,.6)}.xs\:bg-secondary-gray\/65{background-color:hsla(0,0%,98%,.65)}.xs\:bg-secondary-gray\/70{background-color:hsla(0,0%,98%,.7)}.xs\:bg-secondary-gray\/75{background-color:hsla(0,0%,98%,.75)}.xs\:bg-secondary-gray\/80{background-color:hsla(0,0%,98%,.8)}.xs\:bg-secondary-gray\/85{background-color:hsla(0,0%,98%,.85)}.xs\:bg-secondary-gray\/90{background-color:hsla(0,0%,98%,.9)}.xs\:bg-secondary-gray\/95{background-color:hsla(0,0%,98%,.95)}.xs\:bg-secondary\/0{background-color:rgba(4,33,49,0)}.xs\:bg-secondary\/10{background-color:rgba(4,33,49,.1)}.xs\:bg-secondary\/100{background-color:#042131}.xs\:bg-secondary\/15{background-color:rgba(4,33,49,.15)}.xs\:bg-secondary\/20{background-color:rgba(4,33,49,.2)}.xs\:bg-secondary\/25{background-color:rgba(4,33,49,.25)}.xs\:bg-secondary\/30{background-color:rgba(4,33,49,.3)}.xs\:bg-secondary\/35{background-color:rgba(4,33,49,.35)}.xs\:bg-secondary\/40{background-color:rgba(4,33,49,.4)}.xs\:bg-secondary\/45{background-color:rgba(4,33,49,.45)}.xs\:bg-secondary\/5{background-color:rgba(4,33,49,.05)}.xs\:bg-secondary\/50{background-color:rgba(4,33,49,.5)}.xs\:bg-secondary\/55{background-color:rgba(4,33,49,.55)}.xs\:bg-secondary\/60{background-color:rgba(4,33,49,.6)}.xs\:bg-secondary\/65{background-color:rgba(4,33,49,.65)}.xs\:bg-secondary\/70{background-color:rgba(4,33,49,.7)}.xs\:bg-secondary\/75{background-color:rgba(4,33,49,.75)}.xs\:bg-secondary\/80{background-color:rgba(4,33,49,.8)}.xs\:bg-secondary\/85{background-color:rgba(4,33,49,.85)}.xs\:bg-secondary\/90{background-color:rgba(4,33,49,.9)}.xs\:bg-secondary\/95{background-color:rgba(4,33,49,.95)}.xs\:bg-sky-100{--tw-bg-opacity:1;background-color:rgba(224,242,254,var(--tw-bg-opacity))}.xs\:bg-sky-100\/0{background-color:rgba(224,242,254,0)}.xs\:bg-sky-100\/10{background-color:rgba(224,242,254,.1)}.xs\:bg-sky-100\/100{background-color:#e0f2fe}.xs\:bg-sky-100\/15{background-color:rgba(224,242,254,.15)}.xs\:bg-sky-100\/20{background-color:rgba(224,242,254,.2)}.xs\:bg-sky-100\/25{background-color:rgba(224,242,254,.25)}.xs\:bg-sky-100\/30{background-color:rgba(224,242,254,.3)}.xs\:bg-sky-100\/35{background-color:rgba(224,242,254,.35)}.xs\:bg-sky-100\/40{background-color:rgba(224,242,254,.4)}.xs\:bg-sky-100\/45{background-color:rgba(224,242,254,.45)}.xs\:bg-sky-100\/5{background-color:rgba(224,242,254,.05)}.xs\:bg-sky-100\/50{background-color:rgba(224,242,254,.5)}.xs\:bg-sky-100\/55{background-color:rgba(224,242,254,.55)}.xs\:bg-sky-100\/60{background-color:rgba(224,242,254,.6)}.xs\:bg-sky-100\/65{background-color:rgba(224,242,254,.65)}.xs\:bg-sky-100\/70{background-color:rgba(224,242,254,.7)}.xs\:bg-sky-100\/75{background-color:rgba(224,242,254,.75)}.xs\:bg-sky-100\/80{background-color:rgba(224,242,254,.8)}.xs\:bg-sky-100\/85{background-color:rgba(224,242,254,.85)}.xs\:bg-sky-100\/90{background-color:rgba(224,242,254,.9)}.xs\:bg-sky-100\/95{background-color:rgba(224,242,254,.95)}.xs\:bg-sky-200{--tw-bg-opacity:1;background-color:rgba(186,230,253,var(--tw-bg-opacity))}.xs\:bg-sky-200\/0{background-color:rgba(186,230,253,0)}.xs\:bg-sky-200\/10{background-color:rgba(186,230,253,.1)}.xs\:bg-sky-200\/100{background-color:#bae6fd}.xs\:bg-sky-200\/15{background-color:rgba(186,230,253,.15)}.xs\:bg-sky-200\/20{background-color:rgba(186,230,253,.2)}.xs\:bg-sky-200\/25{background-color:rgba(186,230,253,.25)}.xs\:bg-sky-200\/30{background-color:rgba(186,230,253,.3)}.xs\:bg-sky-200\/35{background-color:rgba(186,230,253,.35)}.xs\:bg-sky-200\/40{background-color:rgba(186,230,253,.4)}.xs\:bg-sky-200\/45{background-color:rgba(186,230,253,.45)}.xs\:bg-sky-200\/5{background-color:rgba(186,230,253,.05)}.xs\:bg-sky-200\/50{background-color:rgba(186,230,253,.5)}.xs\:bg-sky-200\/55{background-color:rgba(186,230,253,.55)}.xs\:bg-sky-200\/60{background-color:rgba(186,230,253,.6)}.xs\:bg-sky-200\/65{background-color:rgba(186,230,253,.65)}.xs\:bg-sky-200\/70{background-color:rgba(186,230,253,.7)}.xs\:bg-sky-200\/75{background-color:rgba(186,230,253,.75)}.xs\:bg-sky-200\/80{background-color:rgba(186,230,253,.8)}.xs\:bg-sky-200\/85{background-color:rgba(186,230,253,.85)}.xs\:bg-sky-200\/90{background-color:rgba(186,230,253,.9)}.xs\:bg-sky-200\/95{background-color:rgba(186,230,253,.95)}.xs\:bg-sky-300{--tw-bg-opacity:1;background-color:rgba(125,211,252,var(--tw-bg-opacity))}.xs\:bg-sky-300\/0{background-color:rgba(125,211,252,0)}.xs\:bg-sky-300\/10{background-color:rgba(125,211,252,.1)}.xs\:bg-sky-300\/100{background-color:#7dd3fc}.xs\:bg-sky-300\/15{background-color:rgba(125,211,252,.15)}.xs\:bg-sky-300\/20{background-color:rgba(125,211,252,.2)}.xs\:bg-sky-300\/25{background-color:rgba(125,211,252,.25)}.xs\:bg-sky-300\/30{background-color:rgba(125,211,252,.3)}.xs\:bg-sky-300\/35{background-color:rgba(125,211,252,.35)}.xs\:bg-sky-300\/40{background-color:rgba(125,211,252,.4)}.xs\:bg-sky-300\/45{background-color:rgba(125,211,252,.45)}.xs\:bg-sky-300\/5{background-color:rgba(125,211,252,.05)}.xs\:bg-sky-300\/50{background-color:rgba(125,211,252,.5)}.xs\:bg-sky-300\/55{background-color:rgba(125,211,252,.55)}.xs\:bg-sky-300\/60{background-color:rgba(125,211,252,.6)}.xs\:bg-sky-300\/65{background-color:rgba(125,211,252,.65)}.xs\:bg-sky-300\/70{background-color:rgba(125,211,252,.7)}.xs\:bg-sky-300\/75{background-color:rgba(125,211,252,.75)}.xs\:bg-sky-300\/80{background-color:rgba(125,211,252,.8)}.xs\:bg-sky-300\/85{background-color:rgba(125,211,252,.85)}.xs\:bg-sky-300\/90{background-color:rgba(125,211,252,.9)}.xs\:bg-sky-300\/95{background-color:rgba(125,211,252,.95)}.xs\:bg-sky-400{--tw-bg-opacity:1;background-color:rgba(56,189,248,var(--tw-bg-opacity))}.xs\:bg-sky-400\/0{background-color:rgba(56,189,248,0)}.xs\:bg-sky-400\/10{background-color:rgba(56,189,248,.1)}.xs\:bg-sky-400\/100{background-color:#38bdf8}.xs\:bg-sky-400\/15{background-color:rgba(56,189,248,.15)}.xs\:bg-sky-400\/20{background-color:rgba(56,189,248,.2)}.xs\:bg-sky-400\/25{background-color:rgba(56,189,248,.25)}.xs\:bg-sky-400\/30{background-color:rgba(56,189,248,.3)}.xs\:bg-sky-400\/35{background-color:rgba(56,189,248,.35)}.xs\:bg-sky-400\/40{background-color:rgba(56,189,248,.4)}.xs\:bg-sky-400\/45{background-color:rgba(56,189,248,.45)}.xs\:bg-sky-400\/5{background-color:rgba(56,189,248,.05)}.xs\:bg-sky-400\/50{background-color:rgba(56,189,248,.5)}.xs\:bg-sky-400\/55{background-color:rgba(56,189,248,.55)}.xs\:bg-sky-400\/60{background-color:rgba(56,189,248,.6)}.xs\:bg-sky-400\/65{background-color:rgba(56,189,248,.65)}.xs\:bg-sky-400\/70{background-color:rgba(56,189,248,.7)}.xs\:bg-sky-400\/75{background-color:rgba(56,189,248,.75)}.xs\:bg-sky-400\/80{background-color:rgba(56,189,248,.8)}.xs\:bg-sky-400\/85{background-color:rgba(56,189,248,.85)}.xs\:bg-sky-400\/90{background-color:rgba(56,189,248,.9)}.xs\:bg-sky-400\/95{background-color:rgba(56,189,248,.95)}.xs\:bg-sky-50{--tw-bg-opacity:1;background-color:rgba(240,249,255,var(--tw-bg-opacity))}.xs\:bg-sky-50\/0{background-color:rgba(240,249,255,0)}.xs\:bg-sky-50\/10{background-color:rgba(240,249,255,.1)}.xs\:bg-sky-50\/100{background-color:#f0f9ff}.xs\:bg-sky-50\/15{background-color:rgba(240,249,255,.15)}.xs\:bg-sky-50\/20{background-color:rgba(240,249,255,.2)}.xs\:bg-sky-50\/25{background-color:rgba(240,249,255,.25)}.xs\:bg-sky-50\/30{background-color:rgba(240,249,255,.3)}.xs\:bg-sky-50\/35{background-color:rgba(240,249,255,.35)}.xs\:bg-sky-50\/40{background-color:rgba(240,249,255,.4)}.xs\:bg-sky-50\/45{background-color:rgba(240,249,255,.45)}.xs\:bg-sky-50\/5{background-color:rgba(240,249,255,.05)}.xs\:bg-sky-50\/50{background-color:rgba(240,249,255,.5)}.xs\:bg-sky-50\/55{background-color:rgba(240,249,255,.55)}.xs\:bg-sky-50\/60{background-color:rgba(240,249,255,.6)}.xs\:bg-sky-50\/65{background-color:rgba(240,249,255,.65)}.xs\:bg-sky-50\/70{background-color:rgba(240,249,255,.7)}.xs\:bg-sky-50\/75{background-color:rgba(240,249,255,.75)}.xs\:bg-sky-50\/80{background-color:rgba(240,249,255,.8)}.xs\:bg-sky-50\/85{background-color:rgba(240,249,255,.85)}.xs\:bg-sky-50\/90{background-color:rgba(240,249,255,.9)}.xs\:bg-sky-50\/95{background-color:rgba(240,249,255,.95)}.xs\:bg-sky-500{--tw-bg-opacity:1;background-color:rgba(14,165,233,var(--tw-bg-opacity))}.xs\:bg-sky-500\/0{background-color:rgba(14,165,233,0)}.xs\:bg-sky-500\/10{background-color:rgba(14,165,233,.1)}.xs\:bg-sky-500\/100{background-color:#0ea5e9}.xs\:bg-sky-500\/15{background-color:rgba(14,165,233,.15)}.xs\:bg-sky-500\/20{background-color:rgba(14,165,233,.2)}.xs\:bg-sky-500\/25{background-color:rgba(14,165,233,.25)}.xs\:bg-sky-500\/30{background-color:rgba(14,165,233,.3)}.xs\:bg-sky-500\/35{background-color:rgba(14,165,233,.35)}.xs\:bg-sky-500\/40{background-color:rgba(14,165,233,.4)}.xs\:bg-sky-500\/45{background-color:rgba(14,165,233,.45)}.xs\:bg-sky-500\/5{background-color:rgba(14,165,233,.05)}.xs\:bg-sky-500\/50{background-color:rgba(14,165,233,.5)}.xs\:bg-sky-500\/55{background-color:rgba(14,165,233,.55)}.xs\:bg-sky-500\/60{background-color:rgba(14,165,233,.6)}.xs\:bg-sky-500\/65{background-color:rgba(14,165,233,.65)}.xs\:bg-sky-500\/70{background-color:rgba(14,165,233,.7)}.xs\:bg-sky-500\/75{background-color:rgba(14,165,233,.75)}.xs\:bg-sky-500\/80{background-color:rgba(14,165,233,.8)}.xs\:bg-sky-500\/85{background-color:rgba(14,165,233,.85)}.xs\:bg-sky-500\/90{background-color:rgba(14,165,233,.9)}.xs\:bg-sky-500\/95{background-color:rgba(14,165,233,.95)}.xs\:bg-sky-600{--tw-bg-opacity:1;background-color:rgba(2,132,199,var(--tw-bg-opacity))}.xs\:bg-sky-600\/0{background-color:rgba(2,132,199,0)}.xs\:bg-sky-600\/10{background-color:rgba(2,132,199,.1)}.xs\:bg-sky-600\/100{background-color:#0284c7}.xs\:bg-sky-600\/15{background-color:rgba(2,132,199,.15)}.xs\:bg-sky-600\/20{background-color:rgba(2,132,199,.2)}.xs\:bg-sky-600\/25{background-color:rgba(2,132,199,.25)}.xs\:bg-sky-600\/30{background-color:rgba(2,132,199,.3)}.xs\:bg-sky-600\/35{background-color:rgba(2,132,199,.35)}.xs\:bg-sky-600\/40{background-color:rgba(2,132,199,.4)}.xs\:bg-sky-600\/45{background-color:rgba(2,132,199,.45)}.xs\:bg-sky-600\/5{background-color:rgba(2,132,199,.05)}.xs\:bg-sky-600\/50{background-color:rgba(2,132,199,.5)}.xs\:bg-sky-600\/55{background-color:rgba(2,132,199,.55)}.xs\:bg-sky-600\/60{background-color:rgba(2,132,199,.6)}.xs\:bg-sky-600\/65{background-color:rgba(2,132,199,.65)}.xs\:bg-sky-600\/70{background-color:rgba(2,132,199,.7)}.xs\:bg-sky-600\/75{background-color:rgba(2,132,199,.75)}.xs\:bg-sky-600\/80{background-color:rgba(2,132,199,.8)}.xs\:bg-sky-600\/85{background-color:rgba(2,132,199,.85)}.xs\:bg-sky-600\/90{background-color:rgba(2,132,199,.9)}.xs\:bg-sky-600\/95{background-color:rgba(2,132,199,.95)}.xs\:bg-sky-700{--tw-bg-opacity:1;background-color:rgba(3,105,161,var(--tw-bg-opacity))}.xs\:bg-sky-700\/0{background-color:rgba(3,105,161,0)}.xs\:bg-sky-700\/10{background-color:rgba(3,105,161,.1)}.xs\:bg-sky-700\/100{background-color:#0369a1}.xs\:bg-sky-700\/15{background-color:rgba(3,105,161,.15)}.xs\:bg-sky-700\/20{background-color:rgba(3,105,161,.2)}.xs\:bg-sky-700\/25{background-color:rgba(3,105,161,.25)}.xs\:bg-sky-700\/30{background-color:rgba(3,105,161,.3)}.xs\:bg-sky-700\/35{background-color:rgba(3,105,161,.35)}.xs\:bg-sky-700\/40{background-color:rgba(3,105,161,.4)}.xs\:bg-sky-700\/45{background-color:rgba(3,105,161,.45)}.xs\:bg-sky-700\/5{background-color:rgba(3,105,161,.05)}.xs\:bg-sky-700\/50{background-color:rgba(3,105,161,.5)}.xs\:bg-sky-700\/55{background-color:rgba(3,105,161,.55)}.xs\:bg-sky-700\/60{background-color:rgba(3,105,161,.6)}.xs\:bg-sky-700\/65{background-color:rgba(3,105,161,.65)}.xs\:bg-sky-700\/70{background-color:rgba(3,105,161,.7)}.xs\:bg-sky-700\/75{background-color:rgba(3,105,161,.75)}.xs\:bg-sky-700\/80{background-color:rgba(3,105,161,.8)}.xs\:bg-sky-700\/85{background-color:rgba(3,105,161,.85)}.xs\:bg-sky-700\/90{background-color:rgba(3,105,161,.9)}.xs\:bg-sky-700\/95{background-color:rgba(3,105,161,.95)}.xs\:bg-sky-800{--tw-bg-opacity:1;background-color:rgba(7,89,133,var(--tw-bg-opacity))}.xs\:bg-sky-800\/0{background-color:rgba(7,89,133,0)}.xs\:bg-sky-800\/10{background-color:rgba(7,89,133,.1)}.xs\:bg-sky-800\/100{background-color:#075985}.xs\:bg-sky-800\/15{background-color:rgba(7,89,133,.15)}.xs\:bg-sky-800\/20{background-color:rgba(7,89,133,.2)}.xs\:bg-sky-800\/25{background-color:rgba(7,89,133,.25)}.xs\:bg-sky-800\/30{background-color:rgba(7,89,133,.3)}.xs\:bg-sky-800\/35{background-color:rgba(7,89,133,.35)}.xs\:bg-sky-800\/40{background-color:rgba(7,89,133,.4)}.xs\:bg-sky-800\/45{background-color:rgba(7,89,133,.45)}.xs\:bg-sky-800\/5{background-color:rgba(7,89,133,.05)}.xs\:bg-sky-800\/50{background-color:rgba(7,89,133,.5)}.xs\:bg-sky-800\/55{background-color:rgba(7,89,133,.55)}.xs\:bg-sky-800\/60{background-color:rgba(7,89,133,.6)}.xs\:bg-sky-800\/65{background-color:rgba(7,89,133,.65)}.xs\:bg-sky-800\/70{background-color:rgba(7,89,133,.7)}.xs\:bg-sky-800\/75{background-color:rgba(7,89,133,.75)}.xs\:bg-sky-800\/80{background-color:rgba(7,89,133,.8)}.xs\:bg-sky-800\/85{background-color:rgba(7,89,133,.85)}.xs\:bg-sky-800\/90{background-color:rgba(7,89,133,.9)}.xs\:bg-sky-800\/95{background-color:rgba(7,89,133,.95)}.xs\:bg-sky-900{--tw-bg-opacity:1;background-color:rgba(12,74,110,var(--tw-bg-opacity))}.xs\:bg-sky-900\/0{background-color:rgba(12,74,110,0)}.xs\:bg-sky-900\/10{background-color:rgba(12,74,110,.1)}.xs\:bg-sky-900\/100{background-color:#0c4a6e}.xs\:bg-sky-900\/15{background-color:rgba(12,74,110,.15)}.xs\:bg-sky-900\/20{background-color:rgba(12,74,110,.2)}.xs\:bg-sky-900\/25{background-color:rgba(12,74,110,.25)}.xs\:bg-sky-900\/30{background-color:rgba(12,74,110,.3)}.xs\:bg-sky-900\/35{background-color:rgba(12,74,110,.35)}.xs\:bg-sky-900\/40{background-color:rgba(12,74,110,.4)}.xs\:bg-sky-900\/45{background-color:rgba(12,74,110,.45)}.xs\:bg-sky-900\/5{background-color:rgba(12,74,110,.05)}.xs\:bg-sky-900\/50{background-color:rgba(12,74,110,.5)}.xs\:bg-sky-900\/55{background-color:rgba(12,74,110,.55)}.xs\:bg-sky-900\/60{background-color:rgba(12,74,110,.6)}.xs\:bg-sky-900\/65{background-color:rgba(12,74,110,.65)}.xs\:bg-sky-900\/70{background-color:rgba(12,74,110,.7)}.xs\:bg-sky-900\/75{background-color:rgba(12,74,110,.75)}.xs\:bg-sky-900\/80{background-color:rgba(12,74,110,.8)}.xs\:bg-sky-900\/85{background-color:rgba(12,74,110,.85)}.xs\:bg-sky-900\/90{background-color:rgba(12,74,110,.9)}.xs\:bg-sky-900\/95{background-color:rgba(12,74,110,.95)}.xs\:bg-sky-950{--tw-bg-opacity:1;background-color:rgba(8,47,73,var(--tw-bg-opacity))}.xs\:bg-sky-950\/0{background-color:rgba(8,47,73,0)}.xs\:bg-sky-950\/10{background-color:rgba(8,47,73,.1)}.xs\:bg-sky-950\/100{background-color:#082f49}.xs\:bg-sky-950\/15{background-color:rgba(8,47,73,.15)}.xs\:bg-sky-950\/20{background-color:rgba(8,47,73,.2)}.xs\:bg-sky-950\/25{background-color:rgba(8,47,73,.25)}.xs\:bg-sky-950\/30{background-color:rgba(8,47,73,.3)}.xs\:bg-sky-950\/35{background-color:rgba(8,47,73,.35)}.xs\:bg-sky-950\/40{background-color:rgba(8,47,73,.4)}.xs\:bg-sky-950\/45{background-color:rgba(8,47,73,.45)}.xs\:bg-sky-950\/5{background-color:rgba(8,47,73,.05)}.xs\:bg-sky-950\/50{background-color:rgba(8,47,73,.5)}.xs\:bg-sky-950\/55{background-color:rgba(8,47,73,.55)}.xs\:bg-sky-950\/60{background-color:rgba(8,47,73,.6)}.xs\:bg-sky-950\/65{background-color:rgba(8,47,73,.65)}.xs\:bg-sky-950\/70{background-color:rgba(8,47,73,.7)}.xs\:bg-sky-950\/75{background-color:rgba(8,47,73,.75)}.xs\:bg-sky-950\/80{background-color:rgba(8,47,73,.8)}.xs\:bg-sky-950\/85{background-color:rgba(8,47,73,.85)}.xs\:bg-sky-950\/90{background-color:rgba(8,47,73,.9)}.xs\:bg-sky-950\/95{background-color:rgba(8,47,73,.95)}.xs\:bg-slate-100{--tw-bg-opacity:1;background-color:rgba(241,245,249,var(--tw-bg-opacity))}.xs\:bg-slate-100\/0{background-color:rgba(241,245,249,0)}.xs\:bg-slate-100\/10{background-color:rgba(241,245,249,.1)}.xs\:bg-slate-100\/100{background-color:#f1f5f9}.xs\:bg-slate-100\/15{background-color:rgba(241,245,249,.15)}.xs\:bg-slate-100\/20{background-color:rgba(241,245,249,.2)}.xs\:bg-slate-100\/25{background-color:rgba(241,245,249,.25)}.xs\:bg-slate-100\/30{background-color:rgba(241,245,249,.3)}.xs\:bg-slate-100\/35{background-color:rgba(241,245,249,.35)}.xs\:bg-slate-100\/40{background-color:rgba(241,245,249,.4)}.xs\:bg-slate-100\/45{background-color:rgba(241,245,249,.45)}.xs\:bg-slate-100\/5{background-color:rgba(241,245,249,.05)}.xs\:bg-slate-100\/50{background-color:rgba(241,245,249,.5)}.xs\:bg-slate-100\/55{background-color:rgba(241,245,249,.55)}.xs\:bg-slate-100\/60{background-color:rgba(241,245,249,.6)}.xs\:bg-slate-100\/65{background-color:rgba(241,245,249,.65)}.xs\:bg-slate-100\/70{background-color:rgba(241,245,249,.7)}.xs\:bg-slate-100\/75{background-color:rgba(241,245,249,.75)}.xs\:bg-slate-100\/80{background-color:rgba(241,245,249,.8)}.xs\:bg-slate-100\/85{background-color:rgba(241,245,249,.85)}.xs\:bg-slate-100\/90{background-color:rgba(241,245,249,.9)}.xs\:bg-slate-100\/95{background-color:rgba(241,245,249,.95)}.xs\:bg-slate-200{--tw-bg-opacity:1;background-color:rgba(226,232,240,var(--tw-bg-opacity))}.xs\:bg-slate-200\/0{background-color:rgba(226,232,240,0)}.xs\:bg-slate-200\/10{background-color:rgba(226,232,240,.1)}.xs\:bg-slate-200\/100{background-color:#e2e8f0}.xs\:bg-slate-200\/15{background-color:rgba(226,232,240,.15)}.xs\:bg-slate-200\/20{background-color:rgba(226,232,240,.2)}.xs\:bg-slate-200\/25{background-color:rgba(226,232,240,.25)}.xs\:bg-slate-200\/30{background-color:rgba(226,232,240,.3)}.xs\:bg-slate-200\/35{background-color:rgba(226,232,240,.35)}.xs\:bg-slate-200\/40{background-color:rgba(226,232,240,.4)}.xs\:bg-slate-200\/45{background-color:rgba(226,232,240,.45)}.xs\:bg-slate-200\/5{background-color:rgba(226,232,240,.05)}.xs\:bg-slate-200\/50{background-color:rgba(226,232,240,.5)}.xs\:bg-slate-200\/55{background-color:rgba(226,232,240,.55)}.xs\:bg-slate-200\/60{background-color:rgba(226,232,240,.6)}.xs\:bg-slate-200\/65{background-color:rgba(226,232,240,.65)}.xs\:bg-slate-200\/70{background-color:rgba(226,232,240,.7)}.xs\:bg-slate-200\/75{background-color:rgba(226,232,240,.75)}.xs\:bg-slate-200\/80{background-color:rgba(226,232,240,.8)}.xs\:bg-slate-200\/85{background-color:rgba(226,232,240,.85)}.xs\:bg-slate-200\/90{background-color:rgba(226,232,240,.9)}.xs\:bg-slate-200\/95{background-color:rgba(226,232,240,.95)}.xs\:bg-slate-300{--tw-bg-opacity:1;background-color:rgba(203,213,225,var(--tw-bg-opacity))}.xs\:bg-slate-300\/0{background-color:rgba(203,213,225,0)}.xs\:bg-slate-300\/10{background-color:rgba(203,213,225,.1)}.xs\:bg-slate-300\/100{background-color:#cbd5e1}.xs\:bg-slate-300\/15{background-color:rgba(203,213,225,.15)}.xs\:bg-slate-300\/20{background-color:rgba(203,213,225,.2)}.xs\:bg-slate-300\/25{background-color:rgba(203,213,225,.25)}.xs\:bg-slate-300\/30{background-color:rgba(203,213,225,.3)}.xs\:bg-slate-300\/35{background-color:rgba(203,213,225,.35)}.xs\:bg-slate-300\/40{background-color:rgba(203,213,225,.4)}.xs\:bg-slate-300\/45{background-color:rgba(203,213,225,.45)}.xs\:bg-slate-300\/5{background-color:rgba(203,213,225,.05)}.xs\:bg-slate-300\/50{background-color:rgba(203,213,225,.5)}.xs\:bg-slate-300\/55{background-color:rgba(203,213,225,.55)}.xs\:bg-slate-300\/60{background-color:rgba(203,213,225,.6)}.xs\:bg-slate-300\/65{background-color:rgba(203,213,225,.65)}.xs\:bg-slate-300\/70{background-color:rgba(203,213,225,.7)}.xs\:bg-slate-300\/75{background-color:rgba(203,213,225,.75)}.xs\:bg-slate-300\/80{background-color:rgba(203,213,225,.8)}.xs\:bg-slate-300\/85{background-color:rgba(203,213,225,.85)}.xs\:bg-slate-300\/90{background-color:rgba(203,213,225,.9)}.xs\:bg-slate-300\/95{background-color:rgba(203,213,225,.95)}.xs\:bg-slate-400{--tw-bg-opacity:1;background-color:rgba(148,163,184,var(--tw-bg-opacity))}.xs\:bg-slate-400\/0{background-color:rgba(148,163,184,0)}.xs\:bg-slate-400\/10{background-color:rgba(148,163,184,.1)}.xs\:bg-slate-400\/100{background-color:#94a3b8}.xs\:bg-slate-400\/15{background-color:rgba(148,163,184,.15)}.xs\:bg-slate-400\/20{background-color:rgba(148,163,184,.2)}.xs\:bg-slate-400\/25{background-color:rgba(148,163,184,.25)}.xs\:bg-slate-400\/30{background-color:rgba(148,163,184,.3)}.xs\:bg-slate-400\/35{background-color:rgba(148,163,184,.35)}.xs\:bg-slate-400\/40{background-color:rgba(148,163,184,.4)}.xs\:bg-slate-400\/45{background-color:rgba(148,163,184,.45)}.xs\:bg-slate-400\/5{background-color:rgba(148,163,184,.05)}.xs\:bg-slate-400\/50{background-color:rgba(148,163,184,.5)}.xs\:bg-slate-400\/55{background-color:rgba(148,163,184,.55)}.xs\:bg-slate-400\/60{background-color:rgba(148,163,184,.6)}.xs\:bg-slate-400\/65{background-color:rgba(148,163,184,.65)}.xs\:bg-slate-400\/70{background-color:rgba(148,163,184,.7)}.xs\:bg-slate-400\/75{background-color:rgba(148,163,184,.75)}.xs\:bg-slate-400\/80{background-color:rgba(148,163,184,.8)}.xs\:bg-slate-400\/85{background-color:rgba(148,163,184,.85)}.xs\:bg-slate-400\/90{background-color:rgba(148,163,184,.9)}.xs\:bg-slate-400\/95{background-color:rgba(148,163,184,.95)}.xs\:bg-slate-50{--tw-bg-opacity:1;background-color:rgba(248,250,252,var(--tw-bg-opacity))}.xs\:bg-slate-50\/0{background-color:rgba(248,250,252,0)}.xs\:bg-slate-50\/10{background-color:rgba(248,250,252,.1)}.xs\:bg-slate-50\/100{background-color:#f8fafc}.xs\:bg-slate-50\/15{background-color:rgba(248,250,252,.15)}.xs\:bg-slate-50\/20{background-color:rgba(248,250,252,.2)}.xs\:bg-slate-50\/25{background-color:rgba(248,250,252,.25)}.xs\:bg-slate-50\/30{background-color:rgba(248,250,252,.3)}.xs\:bg-slate-50\/35{background-color:rgba(248,250,252,.35)}.xs\:bg-slate-50\/40{background-color:rgba(248,250,252,.4)}.xs\:bg-slate-50\/45{background-color:rgba(248,250,252,.45)}.xs\:bg-slate-50\/5{background-color:rgba(248,250,252,.05)}.xs\:bg-slate-50\/50{background-color:rgba(248,250,252,.5)}.xs\:bg-slate-50\/55{background-color:rgba(248,250,252,.55)}.xs\:bg-slate-50\/60{background-color:rgba(248,250,252,.6)}.xs\:bg-slate-50\/65{background-color:rgba(248,250,252,.65)}.xs\:bg-slate-50\/70{background-color:rgba(248,250,252,.7)}.xs\:bg-slate-50\/75{background-color:rgba(248,250,252,.75)}.xs\:bg-slate-50\/80{background-color:rgba(248,250,252,.8)}.xs\:bg-slate-50\/85{background-color:rgba(248,250,252,.85)}.xs\:bg-slate-50\/90{background-color:rgba(248,250,252,.9)}.xs\:bg-slate-50\/95{background-color:rgba(248,250,252,.95)}.xs\:bg-slate-500{--tw-bg-opacity:1;background-color:rgba(100,116,139,var(--tw-bg-opacity))}.xs\:bg-slate-500\/0{background-color:rgba(100,116,139,0)}.xs\:bg-slate-500\/10{background-color:rgba(100,116,139,.1)}.xs\:bg-slate-500\/100{background-color:#64748b}.xs\:bg-slate-500\/15{background-color:rgba(100,116,139,.15)}.xs\:bg-slate-500\/20{background-color:rgba(100,116,139,.2)}.xs\:bg-slate-500\/25{background-color:rgba(100,116,139,.25)}.xs\:bg-slate-500\/30{background-color:rgba(100,116,139,.3)}.xs\:bg-slate-500\/35{background-color:rgba(100,116,139,.35)}.xs\:bg-slate-500\/40{background-color:rgba(100,116,139,.4)}.xs\:bg-slate-500\/45{background-color:rgba(100,116,139,.45)}.xs\:bg-slate-500\/5{background-color:rgba(100,116,139,.05)}.xs\:bg-slate-500\/50{background-color:rgba(100,116,139,.5)}.xs\:bg-slate-500\/55{background-color:rgba(100,116,139,.55)}.xs\:bg-slate-500\/60{background-color:rgba(100,116,139,.6)}.xs\:bg-slate-500\/65{background-color:rgba(100,116,139,.65)}.xs\:bg-slate-500\/70{background-color:rgba(100,116,139,.7)}.xs\:bg-slate-500\/75{background-color:rgba(100,116,139,.75)}.xs\:bg-slate-500\/80{background-color:rgba(100,116,139,.8)}.xs\:bg-slate-500\/85{background-color:rgba(100,116,139,.85)}.xs\:bg-slate-500\/90{background-color:rgba(100,116,139,.9)}.xs\:bg-slate-500\/95{background-color:rgba(100,116,139,.95)}.xs\:bg-slate-600{--tw-bg-opacity:1;background-color:rgba(71,85,105,var(--tw-bg-opacity))}.xs\:bg-slate-600\/0{background-color:rgba(71,85,105,0)}.xs\:bg-slate-600\/10{background-color:rgba(71,85,105,.1)}.xs\:bg-slate-600\/100{background-color:#475569}.xs\:bg-slate-600\/15{background-color:rgba(71,85,105,.15)}.xs\:bg-slate-600\/20{background-color:rgba(71,85,105,.2)}.xs\:bg-slate-600\/25{background-color:rgba(71,85,105,.25)}.xs\:bg-slate-600\/30{background-color:rgba(71,85,105,.3)}.xs\:bg-slate-600\/35{background-color:rgba(71,85,105,.35)}.xs\:bg-slate-600\/40{background-color:rgba(71,85,105,.4)}.xs\:bg-slate-600\/45{background-color:rgba(71,85,105,.45)}.xs\:bg-slate-600\/5{background-color:rgba(71,85,105,.05)}.xs\:bg-slate-600\/50{background-color:rgba(71,85,105,.5)}.xs\:bg-slate-600\/55{background-color:rgba(71,85,105,.55)}.xs\:bg-slate-600\/60{background-color:rgba(71,85,105,.6)}.xs\:bg-slate-600\/65{background-color:rgba(71,85,105,.65)}.xs\:bg-slate-600\/70{background-color:rgba(71,85,105,.7)}.xs\:bg-slate-600\/75{background-color:rgba(71,85,105,.75)}.xs\:bg-slate-600\/80{background-color:rgba(71,85,105,.8)}.xs\:bg-slate-600\/85{background-color:rgba(71,85,105,.85)}.xs\:bg-slate-600\/90{background-color:rgba(71,85,105,.9)}.xs\:bg-slate-600\/95{background-color:rgba(71,85,105,.95)}.xs\:bg-slate-700{--tw-bg-opacity:1;background-color:rgba(51,65,85,var(--tw-bg-opacity))}.xs\:bg-slate-700\/0{background-color:rgba(51,65,85,0)}.xs\:bg-slate-700\/10{background-color:rgba(51,65,85,.1)}.xs\:bg-slate-700\/100{background-color:#334155}.xs\:bg-slate-700\/15{background-color:rgba(51,65,85,.15)}.xs\:bg-slate-700\/20{background-color:rgba(51,65,85,.2)}.xs\:bg-slate-700\/25{background-color:rgba(51,65,85,.25)}.xs\:bg-slate-700\/30{background-color:rgba(51,65,85,.3)}.xs\:bg-slate-700\/35{background-color:rgba(51,65,85,.35)}.xs\:bg-slate-700\/40{background-color:rgba(51,65,85,.4)}.xs\:bg-slate-700\/45{background-color:rgba(51,65,85,.45)}.xs\:bg-slate-700\/5{background-color:rgba(51,65,85,.05)}.xs\:bg-slate-700\/50{background-color:rgba(51,65,85,.5)}.xs\:bg-slate-700\/55{background-color:rgba(51,65,85,.55)}.xs\:bg-slate-700\/60{background-color:rgba(51,65,85,.6)}.xs\:bg-slate-700\/65{background-color:rgba(51,65,85,.65)}.xs\:bg-slate-700\/70{background-color:rgba(51,65,85,.7)}.xs\:bg-slate-700\/75{background-color:rgba(51,65,85,.75)}.xs\:bg-slate-700\/80{background-color:rgba(51,65,85,.8)}.xs\:bg-slate-700\/85{background-color:rgba(51,65,85,.85)}.xs\:bg-slate-700\/90{background-color:rgba(51,65,85,.9)}.xs\:bg-slate-700\/95{background-color:rgba(51,65,85,.95)}.xs\:bg-slate-800{--tw-bg-opacity:1;background-color:rgba(30,41,59,var(--tw-bg-opacity))}.xs\:bg-slate-800\/0{background-color:rgba(30,41,59,0)}.xs\:bg-slate-800\/10{background-color:rgba(30,41,59,.1)}.xs\:bg-slate-800\/100{background-color:#1e293b}.xs\:bg-slate-800\/15{background-color:rgba(30,41,59,.15)}.xs\:bg-slate-800\/20{background-color:rgba(30,41,59,.2)}.xs\:bg-slate-800\/25{background-color:rgba(30,41,59,.25)}.xs\:bg-slate-800\/30{background-color:rgba(30,41,59,.3)}.xs\:bg-slate-800\/35{background-color:rgba(30,41,59,.35)}.xs\:bg-slate-800\/40{background-color:rgba(30,41,59,.4)}.xs\:bg-slate-800\/45{background-color:rgba(30,41,59,.45)}.xs\:bg-slate-800\/5{background-color:rgba(30,41,59,.05)}.xs\:bg-slate-800\/50{background-color:rgba(30,41,59,.5)}.xs\:bg-slate-800\/55{background-color:rgba(30,41,59,.55)}.xs\:bg-slate-800\/60{background-color:rgba(30,41,59,.6)}.xs\:bg-slate-800\/65{background-color:rgba(30,41,59,.65)}.xs\:bg-slate-800\/70{background-color:rgba(30,41,59,.7)}.xs\:bg-slate-800\/75{background-color:rgba(30,41,59,.75)}.xs\:bg-slate-800\/80{background-color:rgba(30,41,59,.8)}.xs\:bg-slate-800\/85{background-color:rgba(30,41,59,.85)}.xs\:bg-slate-800\/90{background-color:rgba(30,41,59,.9)}.xs\:bg-slate-800\/95{background-color:rgba(30,41,59,.95)}.xs\:bg-slate-900{--tw-bg-opacity:1;background-color:rgba(15,23,42,var(--tw-bg-opacity))}.xs\:bg-slate-900\/0{background-color:rgba(15,23,42,0)}.xs\:bg-slate-900\/10{background-color:rgba(15,23,42,.1)}.xs\:bg-slate-900\/100{background-color:#0f172a}.xs\:bg-slate-900\/15{background-color:rgba(15,23,42,.15)}.xs\:bg-slate-900\/20{background-color:rgba(15,23,42,.2)}.xs\:bg-slate-900\/25{background-color:rgba(15,23,42,.25)}.xs\:bg-slate-900\/30{background-color:rgba(15,23,42,.3)}.xs\:bg-slate-900\/35{background-color:rgba(15,23,42,.35)}.xs\:bg-slate-900\/40{background-color:rgba(15,23,42,.4)}.xs\:bg-slate-900\/45{background-color:rgba(15,23,42,.45)}.xs\:bg-slate-900\/5{background-color:rgba(15,23,42,.05)}.xs\:bg-slate-900\/50{background-color:rgba(15,23,42,.5)}.xs\:bg-slate-900\/55{background-color:rgba(15,23,42,.55)}.xs\:bg-slate-900\/60{background-color:rgba(15,23,42,.6)}.xs\:bg-slate-900\/65{background-color:rgba(15,23,42,.65)}.xs\:bg-slate-900\/70{background-color:rgba(15,23,42,.7)}.xs\:bg-slate-900\/75{background-color:rgba(15,23,42,.75)}.xs\:bg-slate-900\/80{background-color:rgba(15,23,42,.8)}.xs\:bg-slate-900\/85{background-color:rgba(15,23,42,.85)}.xs\:bg-slate-900\/90{background-color:rgba(15,23,42,.9)}.xs\:bg-slate-900\/95{background-color:rgba(15,23,42,.95)}.xs\:bg-slate-950{--tw-bg-opacity:1;background-color:rgba(2,6,23,var(--tw-bg-opacity))}.xs\:bg-slate-950\/0{background-color:rgba(2,6,23,0)}.xs\:bg-slate-950\/10{background-color:rgba(2,6,23,.1)}.xs\:bg-slate-950\/100{background-color:#020617}.xs\:bg-slate-950\/15{background-color:rgba(2,6,23,.15)}.xs\:bg-slate-950\/20{background-color:rgba(2,6,23,.2)}.xs\:bg-slate-950\/25{background-color:rgba(2,6,23,.25)}.xs\:bg-slate-950\/30{background-color:rgba(2,6,23,.3)}.xs\:bg-slate-950\/35{background-color:rgba(2,6,23,.35)}.xs\:bg-slate-950\/40{background-color:rgba(2,6,23,.4)}.xs\:bg-slate-950\/45{background-color:rgba(2,6,23,.45)}.xs\:bg-slate-950\/5{background-color:rgba(2,6,23,.05)}.xs\:bg-slate-950\/50{background-color:rgba(2,6,23,.5)}.xs\:bg-slate-950\/55{background-color:rgba(2,6,23,.55)}.xs\:bg-slate-950\/60{background-color:rgba(2,6,23,.6)}.xs\:bg-slate-950\/65{background-color:rgba(2,6,23,.65)}.xs\:bg-slate-950\/70{background-color:rgba(2,6,23,.7)}.xs\:bg-slate-950\/75{background-color:rgba(2,6,23,.75)}.xs\:bg-slate-950\/80{background-color:rgba(2,6,23,.8)}.xs\:bg-slate-950\/85{background-color:rgba(2,6,23,.85)}.xs\:bg-slate-950\/90{background-color:rgba(2,6,23,.9)}.xs\:bg-slate-950\/95{background-color:rgba(2,6,23,.95)}.xs\:bg-stone-100{--tw-bg-opacity:1;background-color:rgba(245,245,244,var(--tw-bg-opacity))}.xs\:bg-stone-100\/0{background-color:hsla(60,5%,96%,0)}.xs\:bg-stone-100\/10{background-color:hsla(60,5%,96%,.1)}.xs\:bg-stone-100\/100{background-color:#f5f5f4}.xs\:bg-stone-100\/15{background-color:hsla(60,5%,96%,.15)}.xs\:bg-stone-100\/20{background-color:hsla(60,5%,96%,.2)}.xs\:bg-stone-100\/25{background-color:hsla(60,5%,96%,.25)}.xs\:bg-stone-100\/30{background-color:hsla(60,5%,96%,.3)}.xs\:bg-stone-100\/35{background-color:hsla(60,5%,96%,.35)}.xs\:bg-stone-100\/40{background-color:hsla(60,5%,96%,.4)}.xs\:bg-stone-100\/45{background-color:hsla(60,5%,96%,.45)}.xs\:bg-stone-100\/5{background-color:hsla(60,5%,96%,.05)}.xs\:bg-stone-100\/50{background-color:hsla(60,5%,96%,.5)}.xs\:bg-stone-100\/55{background-color:hsla(60,5%,96%,.55)}.xs\:bg-stone-100\/60{background-color:hsla(60,5%,96%,.6)}.xs\:bg-stone-100\/65{background-color:hsla(60,5%,96%,.65)}.xs\:bg-stone-100\/70{background-color:hsla(60,5%,96%,.7)}.xs\:bg-stone-100\/75{background-color:hsla(60,5%,96%,.75)}.xs\:bg-stone-100\/80{background-color:hsla(60,5%,96%,.8)}.xs\:bg-stone-100\/85{background-color:hsla(60,5%,96%,.85)}.xs\:bg-stone-100\/90{background-color:hsla(60,5%,96%,.9)}.xs\:bg-stone-100\/95{background-color:hsla(60,5%,96%,.95)}.xs\:bg-stone-200{--tw-bg-opacity:1;background-color:rgba(231,229,228,var(--tw-bg-opacity))}.xs\:bg-stone-200\/0{background-color:hsla(20,6%,90%,0)}.xs\:bg-stone-200\/10{background-color:hsla(20,6%,90%,.1)}.xs\:bg-stone-200\/100{background-color:#e7e5e4}.xs\:bg-stone-200\/15{background-color:hsla(20,6%,90%,.15)}.xs\:bg-stone-200\/20{background-color:hsla(20,6%,90%,.2)}.xs\:bg-stone-200\/25{background-color:hsla(20,6%,90%,.25)}.xs\:bg-stone-200\/30{background-color:hsla(20,6%,90%,.3)}.xs\:bg-stone-200\/35{background-color:hsla(20,6%,90%,.35)}.xs\:bg-stone-200\/40{background-color:hsla(20,6%,90%,.4)}.xs\:bg-stone-200\/45{background-color:hsla(20,6%,90%,.45)}.xs\:bg-stone-200\/5{background-color:hsla(20,6%,90%,.05)}.xs\:bg-stone-200\/50{background-color:hsla(20,6%,90%,.5)}.xs\:bg-stone-200\/55{background-color:hsla(20,6%,90%,.55)}.xs\:bg-stone-200\/60{background-color:hsla(20,6%,90%,.6)}.xs\:bg-stone-200\/65{background-color:hsla(20,6%,90%,.65)}.xs\:bg-stone-200\/70{background-color:hsla(20,6%,90%,.7)}.xs\:bg-stone-200\/75{background-color:hsla(20,6%,90%,.75)}.xs\:bg-stone-200\/80{background-color:hsla(20,6%,90%,.8)}.xs\:bg-stone-200\/85{background-color:hsla(20,6%,90%,.85)}.xs\:bg-stone-200\/90{background-color:hsla(20,6%,90%,.9)}.xs\:bg-stone-200\/95{background-color:hsla(20,6%,90%,.95)}.xs\:bg-stone-300{--tw-bg-opacity:1;background-color:rgba(214,211,209,var(--tw-bg-opacity))}.xs\:bg-stone-300\/0{background-color:hsla(24,6%,83%,0)}.xs\:bg-stone-300\/10{background-color:hsla(24,6%,83%,.1)}.xs\:bg-stone-300\/100{background-color:#d6d3d1}.xs\:bg-stone-300\/15{background-color:hsla(24,6%,83%,.15)}.xs\:bg-stone-300\/20{background-color:hsla(24,6%,83%,.2)}.xs\:bg-stone-300\/25{background-color:hsla(24,6%,83%,.25)}.xs\:bg-stone-300\/30{background-color:hsla(24,6%,83%,.3)}.xs\:bg-stone-300\/35{background-color:hsla(24,6%,83%,.35)}.xs\:bg-stone-300\/40{background-color:hsla(24,6%,83%,.4)}.xs\:bg-stone-300\/45{background-color:hsla(24,6%,83%,.45)}.xs\:bg-stone-300\/5{background-color:hsla(24,6%,83%,.05)}.xs\:bg-stone-300\/50{background-color:hsla(24,6%,83%,.5)}.xs\:bg-stone-300\/55{background-color:hsla(24,6%,83%,.55)}.xs\:bg-stone-300\/60{background-color:hsla(24,6%,83%,.6)}.xs\:bg-stone-300\/65{background-color:hsla(24,6%,83%,.65)}.xs\:bg-stone-300\/70{background-color:hsla(24,6%,83%,.7)}.xs\:bg-stone-300\/75{background-color:hsla(24,6%,83%,.75)}.xs\:bg-stone-300\/80{background-color:hsla(24,6%,83%,.8)}.xs\:bg-stone-300\/85{background-color:hsla(24,6%,83%,.85)}.xs\:bg-stone-300\/90{background-color:hsla(24,6%,83%,.9)}.xs\:bg-stone-300\/95{background-color:hsla(24,6%,83%,.95)}.xs\:bg-stone-400{--tw-bg-opacity:1;background-color:rgba(168,162,158,var(--tw-bg-opacity))}.xs\:bg-stone-400\/0{background-color:hsla(24,5%,64%,0)}.xs\:bg-stone-400\/10{background-color:hsla(24,5%,64%,.1)}.xs\:bg-stone-400\/100{background-color:#a8a29e}.xs\:bg-stone-400\/15{background-color:hsla(24,5%,64%,.15)}.xs\:bg-stone-400\/20{background-color:hsla(24,5%,64%,.2)}.xs\:bg-stone-400\/25{background-color:hsla(24,5%,64%,.25)}.xs\:bg-stone-400\/30{background-color:hsla(24,5%,64%,.3)}.xs\:bg-stone-400\/35{background-color:hsla(24,5%,64%,.35)}.xs\:bg-stone-400\/40{background-color:hsla(24,5%,64%,.4)}.xs\:bg-stone-400\/45{background-color:hsla(24,5%,64%,.45)}.xs\:bg-stone-400\/5{background-color:hsla(24,5%,64%,.05)}.xs\:bg-stone-400\/50{background-color:hsla(24,5%,64%,.5)}.xs\:bg-stone-400\/55{background-color:hsla(24,5%,64%,.55)}.xs\:bg-stone-400\/60{background-color:hsla(24,5%,64%,.6)}.xs\:bg-stone-400\/65{background-color:hsla(24,5%,64%,.65)}.xs\:bg-stone-400\/70{background-color:hsla(24,5%,64%,.7)}.xs\:bg-stone-400\/75{background-color:hsla(24,5%,64%,.75)}.xs\:bg-stone-400\/80{background-color:hsla(24,5%,64%,.8)}.xs\:bg-stone-400\/85{background-color:hsla(24,5%,64%,.85)}.xs\:bg-stone-400\/90{background-color:hsla(24,5%,64%,.9)}.xs\:bg-stone-400\/95{background-color:hsla(24,5%,64%,.95)}.xs\:bg-stone-50{--tw-bg-opacity:1;background-color:rgba(250,250,249,var(--tw-bg-opacity))}.xs\:bg-stone-50\/0{background-color:hsla(60,9%,98%,0)}.xs\:bg-stone-50\/10{background-color:hsla(60,9%,98%,.1)}.xs\:bg-stone-50\/100{background-color:#fafaf9}.xs\:bg-stone-50\/15{background-color:hsla(60,9%,98%,.15)}.xs\:bg-stone-50\/20{background-color:hsla(60,9%,98%,.2)}.xs\:bg-stone-50\/25{background-color:hsla(60,9%,98%,.25)}.xs\:bg-stone-50\/30{background-color:hsla(60,9%,98%,.3)}.xs\:bg-stone-50\/35{background-color:hsla(60,9%,98%,.35)}.xs\:bg-stone-50\/40{background-color:hsla(60,9%,98%,.4)}.xs\:bg-stone-50\/45{background-color:hsla(60,9%,98%,.45)}.xs\:bg-stone-50\/5{background-color:hsla(60,9%,98%,.05)}.xs\:bg-stone-50\/50{background-color:hsla(60,9%,98%,.5)}.xs\:bg-stone-50\/55{background-color:hsla(60,9%,98%,.55)}.xs\:bg-stone-50\/60{background-color:hsla(60,9%,98%,.6)}.xs\:bg-stone-50\/65{background-color:hsla(60,9%,98%,.65)}.xs\:bg-stone-50\/70{background-color:hsla(60,9%,98%,.7)}.xs\:bg-stone-50\/75{background-color:hsla(60,9%,98%,.75)}.xs\:bg-stone-50\/80{background-color:hsla(60,9%,98%,.8)}.xs\:bg-stone-50\/85{background-color:hsla(60,9%,98%,.85)}.xs\:bg-stone-50\/90{background-color:hsla(60,9%,98%,.9)}.xs\:bg-stone-50\/95{background-color:hsla(60,9%,98%,.95)}.xs\:bg-stone-500{--tw-bg-opacity:1;background-color:rgba(120,113,108,var(--tw-bg-opacity))}.xs\:bg-stone-500\/0{background-color:hsla(25,5%,45%,0)}.xs\:bg-stone-500\/10{background-color:hsla(25,5%,45%,.1)}.xs\:bg-stone-500\/100{background-color:#78716c}.xs\:bg-stone-500\/15{background-color:hsla(25,5%,45%,.15)}.xs\:bg-stone-500\/20{background-color:hsla(25,5%,45%,.2)}.xs\:bg-stone-500\/25{background-color:hsla(25,5%,45%,.25)}.xs\:bg-stone-500\/30{background-color:hsla(25,5%,45%,.3)}.xs\:bg-stone-500\/35{background-color:hsla(25,5%,45%,.35)}.xs\:bg-stone-500\/40{background-color:hsla(25,5%,45%,.4)}.xs\:bg-stone-500\/45{background-color:hsla(25,5%,45%,.45)}.xs\:bg-stone-500\/5{background-color:hsla(25,5%,45%,.05)}.xs\:bg-stone-500\/50{background-color:hsla(25,5%,45%,.5)}.xs\:bg-stone-500\/55{background-color:hsla(25,5%,45%,.55)}.xs\:bg-stone-500\/60{background-color:hsla(25,5%,45%,.6)}.xs\:bg-stone-500\/65{background-color:hsla(25,5%,45%,.65)}.xs\:bg-stone-500\/70{background-color:hsla(25,5%,45%,.7)}.xs\:bg-stone-500\/75{background-color:hsla(25,5%,45%,.75)}.xs\:bg-stone-500\/80{background-color:hsla(25,5%,45%,.8)}.xs\:bg-stone-500\/85{background-color:hsla(25,5%,45%,.85)}.xs\:bg-stone-500\/90{background-color:hsla(25,5%,45%,.9)}.xs\:bg-stone-500\/95{background-color:hsla(25,5%,45%,.95)}.xs\:bg-stone-600{--tw-bg-opacity:1;background-color:rgba(87,83,78,var(--tw-bg-opacity))}.xs\:bg-stone-600\/0{background-color:rgba(87,83,78,0)}.xs\:bg-stone-600\/10{background-color:rgba(87,83,78,.1)}.xs\:bg-stone-600\/100{background-color:#57534e}.xs\:bg-stone-600\/15{background-color:rgba(87,83,78,.15)}.xs\:bg-stone-600\/20{background-color:rgba(87,83,78,.2)}.xs\:bg-stone-600\/25{background-color:rgba(87,83,78,.25)}.xs\:bg-stone-600\/30{background-color:rgba(87,83,78,.3)}.xs\:bg-stone-600\/35{background-color:rgba(87,83,78,.35)}.xs\:bg-stone-600\/40{background-color:rgba(87,83,78,.4)}.xs\:bg-stone-600\/45{background-color:rgba(87,83,78,.45)}.xs\:bg-stone-600\/5{background-color:rgba(87,83,78,.05)}.xs\:bg-stone-600\/50{background-color:rgba(87,83,78,.5)}.xs\:bg-stone-600\/55{background-color:rgba(87,83,78,.55)}.xs\:bg-stone-600\/60{background-color:rgba(87,83,78,.6)}.xs\:bg-stone-600\/65{background-color:rgba(87,83,78,.65)}.xs\:bg-stone-600\/70{background-color:rgba(87,83,78,.7)}.xs\:bg-stone-600\/75{background-color:rgba(87,83,78,.75)}.xs\:bg-stone-600\/80{background-color:rgba(87,83,78,.8)}.xs\:bg-stone-600\/85{background-color:rgba(87,83,78,.85)}.xs\:bg-stone-600\/90{background-color:rgba(87,83,78,.9)}.xs\:bg-stone-600\/95{background-color:rgba(87,83,78,.95)}.xs\:bg-stone-700{--tw-bg-opacity:1;background-color:rgba(68,64,60,var(--tw-bg-opacity))}.xs\:bg-stone-700\/0{background-color:rgba(68,64,60,0)}.xs\:bg-stone-700\/10{background-color:rgba(68,64,60,.1)}.xs\:bg-stone-700\/100{background-color:#44403c}.xs\:bg-stone-700\/15{background-color:rgba(68,64,60,.15)}.xs\:bg-stone-700\/20{background-color:rgba(68,64,60,.2)}.xs\:bg-stone-700\/25{background-color:rgba(68,64,60,.25)}.xs\:bg-stone-700\/30{background-color:rgba(68,64,60,.3)}.xs\:bg-stone-700\/35{background-color:rgba(68,64,60,.35)}.xs\:bg-stone-700\/40{background-color:rgba(68,64,60,.4)}.xs\:bg-stone-700\/45{background-color:rgba(68,64,60,.45)}.xs\:bg-stone-700\/5{background-color:rgba(68,64,60,.05)}.xs\:bg-stone-700\/50{background-color:rgba(68,64,60,.5)}.xs\:bg-stone-700\/55{background-color:rgba(68,64,60,.55)}.xs\:bg-stone-700\/60{background-color:rgba(68,64,60,.6)}.xs\:bg-stone-700\/65{background-color:rgba(68,64,60,.65)}.xs\:bg-stone-700\/70{background-color:rgba(68,64,60,.7)}.xs\:bg-stone-700\/75{background-color:rgba(68,64,60,.75)}.xs\:bg-stone-700\/80{background-color:rgba(68,64,60,.8)}.xs\:bg-stone-700\/85{background-color:rgba(68,64,60,.85)}.xs\:bg-stone-700\/90{background-color:rgba(68,64,60,.9)}.xs\:bg-stone-700\/95{background-color:rgba(68,64,60,.95)}.xs\:bg-stone-800{--tw-bg-opacity:1;background-color:rgba(41,37,36,var(--tw-bg-opacity))}.xs\:bg-stone-800\/0{background-color:rgba(41,37,36,0)}.xs\:bg-stone-800\/10{background-color:rgba(41,37,36,.1)}.xs\:bg-stone-800\/100{background-color:#292524}.xs\:bg-stone-800\/15{background-color:rgba(41,37,36,.15)}.xs\:bg-stone-800\/20{background-color:rgba(41,37,36,.2)}.xs\:bg-stone-800\/25{background-color:rgba(41,37,36,.25)}.xs\:bg-stone-800\/30{background-color:rgba(41,37,36,.3)}.xs\:bg-stone-800\/35{background-color:rgba(41,37,36,.35)}.xs\:bg-stone-800\/40{background-color:rgba(41,37,36,.4)}.xs\:bg-stone-800\/45{background-color:rgba(41,37,36,.45)}.xs\:bg-stone-800\/5{background-color:rgba(41,37,36,.05)}.xs\:bg-stone-800\/50{background-color:rgba(41,37,36,.5)}.xs\:bg-stone-800\/55{background-color:rgba(41,37,36,.55)}.xs\:bg-stone-800\/60{background-color:rgba(41,37,36,.6)}.xs\:bg-stone-800\/65{background-color:rgba(41,37,36,.65)}.xs\:bg-stone-800\/70{background-color:rgba(41,37,36,.7)}.xs\:bg-stone-800\/75{background-color:rgba(41,37,36,.75)}.xs\:bg-stone-800\/80{background-color:rgba(41,37,36,.8)}.xs\:bg-stone-800\/85{background-color:rgba(41,37,36,.85)}.xs\:bg-stone-800\/90{background-color:rgba(41,37,36,.9)}.xs\:bg-stone-800\/95{background-color:rgba(41,37,36,.95)}.xs\:bg-stone-900{--tw-bg-opacity:1;background-color:rgba(28,25,23,var(--tw-bg-opacity))}.xs\:bg-stone-900\/0{background-color:rgba(28,25,23,0)}.xs\:bg-stone-900\/10{background-color:rgba(28,25,23,.1)}.xs\:bg-stone-900\/100{background-color:#1c1917}.xs\:bg-stone-900\/15{background-color:rgba(28,25,23,.15)}.xs\:bg-stone-900\/20{background-color:rgba(28,25,23,.2)}.xs\:bg-stone-900\/25{background-color:rgba(28,25,23,.25)}.xs\:bg-stone-900\/30{background-color:rgba(28,25,23,.3)}.xs\:bg-stone-900\/35{background-color:rgba(28,25,23,.35)}.xs\:bg-stone-900\/40{background-color:rgba(28,25,23,.4)}.xs\:bg-stone-900\/45{background-color:rgba(28,25,23,.45)}.xs\:bg-stone-900\/5{background-color:rgba(28,25,23,.05)}.xs\:bg-stone-900\/50{background-color:rgba(28,25,23,.5)}.xs\:bg-stone-900\/55{background-color:rgba(28,25,23,.55)}.xs\:bg-stone-900\/60{background-color:rgba(28,25,23,.6)}.xs\:bg-stone-900\/65{background-color:rgba(28,25,23,.65)}.xs\:bg-stone-900\/70{background-color:rgba(28,25,23,.7)}.xs\:bg-stone-900\/75{background-color:rgba(28,25,23,.75)}.xs\:bg-stone-900\/80{background-color:rgba(28,25,23,.8)}.xs\:bg-stone-900\/85{background-color:rgba(28,25,23,.85)}.xs\:bg-stone-900\/90{background-color:rgba(28,25,23,.9)}.xs\:bg-stone-900\/95{background-color:rgba(28,25,23,.95)}.xs\:bg-stone-950{--tw-bg-opacity:1;background-color:rgba(12,10,9,var(--tw-bg-opacity))}.xs\:bg-stone-950\/0{background-color:rgba(12,10,9,0)}.xs\:bg-stone-950\/10{background-color:rgba(12,10,9,.1)}.xs\:bg-stone-950\/100{background-color:#0c0a09}.xs\:bg-stone-950\/15{background-color:rgba(12,10,9,.15)}.xs\:bg-stone-950\/20{background-color:rgba(12,10,9,.2)}.xs\:bg-stone-950\/25{background-color:rgba(12,10,9,.25)}.xs\:bg-stone-950\/30{background-color:rgba(12,10,9,.3)}.xs\:bg-stone-950\/35{background-color:rgba(12,10,9,.35)}.xs\:bg-stone-950\/40{background-color:rgba(12,10,9,.4)}.xs\:bg-stone-950\/45{background-color:rgba(12,10,9,.45)}.xs\:bg-stone-950\/5{background-color:rgba(12,10,9,.05)}.xs\:bg-stone-950\/50{background-color:rgba(12,10,9,.5)}.xs\:bg-stone-950\/55{background-color:rgba(12,10,9,.55)}.xs\:bg-stone-950\/60{background-color:rgba(12,10,9,.6)}.xs\:bg-stone-950\/65{background-color:rgba(12,10,9,.65)}.xs\:bg-stone-950\/70{background-color:rgba(12,10,9,.7)}.xs\:bg-stone-950\/75{background-color:rgba(12,10,9,.75)}.xs\:bg-stone-950\/80{background-color:rgba(12,10,9,.8)}.xs\:bg-stone-950\/85{background-color:rgba(12,10,9,.85)}.xs\:bg-stone-950\/90{background-color:rgba(12,10,9,.9)}.xs\:bg-stone-950\/95{background-color:rgba(12,10,9,.95)}.xs\:bg-teal-100{--tw-bg-opacity:1;background-color:rgba(204,251,241,var(--tw-bg-opacity))}.xs\:bg-teal-100\/0{background-color:rgba(204,251,241,0)}.xs\:bg-teal-100\/10{background-color:rgba(204,251,241,.1)}.xs\:bg-teal-100\/100{background-color:#ccfbf1}.xs\:bg-teal-100\/15{background-color:rgba(204,251,241,.15)}.xs\:bg-teal-100\/20{background-color:rgba(204,251,241,.2)}.xs\:bg-teal-100\/25{background-color:rgba(204,251,241,.25)}.xs\:bg-teal-100\/30{background-color:rgba(204,251,241,.3)}.xs\:bg-teal-100\/35{background-color:rgba(204,251,241,.35)}.xs\:bg-teal-100\/40{background-color:rgba(204,251,241,.4)}.xs\:bg-teal-100\/45{background-color:rgba(204,251,241,.45)}.xs\:bg-teal-100\/5{background-color:rgba(204,251,241,.05)}.xs\:bg-teal-100\/50{background-color:rgba(204,251,241,.5)}.xs\:bg-teal-100\/55{background-color:rgba(204,251,241,.55)}.xs\:bg-teal-100\/60{background-color:rgba(204,251,241,.6)}.xs\:bg-teal-100\/65{background-color:rgba(204,251,241,.65)}.xs\:bg-teal-100\/70{background-color:rgba(204,251,241,.7)}.xs\:bg-teal-100\/75{background-color:rgba(204,251,241,.75)}.xs\:bg-teal-100\/80{background-color:rgba(204,251,241,.8)}.xs\:bg-teal-100\/85{background-color:rgba(204,251,241,.85)}.xs\:bg-teal-100\/90{background-color:rgba(204,251,241,.9)}.xs\:bg-teal-100\/95{background-color:rgba(204,251,241,.95)}.xs\:bg-teal-200{--tw-bg-opacity:1;background-color:rgba(153,246,228,var(--tw-bg-opacity))}.xs\:bg-teal-200\/0{background-color:rgba(153,246,228,0)}.xs\:bg-teal-200\/10{background-color:rgba(153,246,228,.1)}.xs\:bg-teal-200\/100{background-color:#99f6e4}.xs\:bg-teal-200\/15{background-color:rgba(153,246,228,.15)}.xs\:bg-teal-200\/20{background-color:rgba(153,246,228,.2)}.xs\:bg-teal-200\/25{background-color:rgba(153,246,228,.25)}.xs\:bg-teal-200\/30{background-color:rgba(153,246,228,.3)}.xs\:bg-teal-200\/35{background-color:rgba(153,246,228,.35)}.xs\:bg-teal-200\/40{background-color:rgba(153,246,228,.4)}.xs\:bg-teal-200\/45{background-color:rgba(153,246,228,.45)}.xs\:bg-teal-200\/5{background-color:rgba(153,246,228,.05)}.xs\:bg-teal-200\/50{background-color:rgba(153,246,228,.5)}.xs\:bg-teal-200\/55{background-color:rgba(153,246,228,.55)}.xs\:bg-teal-200\/60{background-color:rgba(153,246,228,.6)}.xs\:bg-teal-200\/65{background-color:rgba(153,246,228,.65)}.xs\:bg-teal-200\/70{background-color:rgba(153,246,228,.7)}.xs\:bg-teal-200\/75{background-color:rgba(153,246,228,.75)}.xs\:bg-teal-200\/80{background-color:rgba(153,246,228,.8)}.xs\:bg-teal-200\/85{background-color:rgba(153,246,228,.85)}.xs\:bg-teal-200\/90{background-color:rgba(153,246,228,.9)}.xs\:bg-teal-200\/95{background-color:rgba(153,246,228,.95)}.xs\:bg-teal-300{--tw-bg-opacity:1;background-color:rgba(94,234,212,var(--tw-bg-opacity))}.xs\:bg-teal-300\/0{background-color:rgba(94,234,212,0)}.xs\:bg-teal-300\/10{background-color:rgba(94,234,212,.1)}.xs\:bg-teal-300\/100{background-color:#5eead4}.xs\:bg-teal-300\/15{background-color:rgba(94,234,212,.15)}.xs\:bg-teal-300\/20{background-color:rgba(94,234,212,.2)}.xs\:bg-teal-300\/25{background-color:rgba(94,234,212,.25)}.xs\:bg-teal-300\/30{background-color:rgba(94,234,212,.3)}.xs\:bg-teal-300\/35{background-color:rgba(94,234,212,.35)}.xs\:bg-teal-300\/40{background-color:rgba(94,234,212,.4)}.xs\:bg-teal-300\/45{background-color:rgba(94,234,212,.45)}.xs\:bg-teal-300\/5{background-color:rgba(94,234,212,.05)}.xs\:bg-teal-300\/50{background-color:rgba(94,234,212,.5)}.xs\:bg-teal-300\/55{background-color:rgba(94,234,212,.55)}.xs\:bg-teal-300\/60{background-color:rgba(94,234,212,.6)}.xs\:bg-teal-300\/65{background-color:rgba(94,234,212,.65)}.xs\:bg-teal-300\/70{background-color:rgba(94,234,212,.7)}.xs\:bg-teal-300\/75{background-color:rgba(94,234,212,.75)}.xs\:bg-teal-300\/80{background-color:rgba(94,234,212,.8)}.xs\:bg-teal-300\/85{background-color:rgba(94,234,212,.85)}.xs\:bg-teal-300\/90{background-color:rgba(94,234,212,.9)}.xs\:bg-teal-300\/95{background-color:rgba(94,234,212,.95)}.xs\:bg-teal-400{--tw-bg-opacity:1;background-color:rgba(45,212,191,var(--tw-bg-opacity))}.xs\:bg-teal-400\/0{background-color:rgba(45,212,191,0)}.xs\:bg-teal-400\/10{background-color:rgba(45,212,191,.1)}.xs\:bg-teal-400\/100{background-color:#2dd4bf}.xs\:bg-teal-400\/15{background-color:rgba(45,212,191,.15)}.xs\:bg-teal-400\/20{background-color:rgba(45,212,191,.2)}.xs\:bg-teal-400\/25{background-color:rgba(45,212,191,.25)}.xs\:bg-teal-400\/30{background-color:rgba(45,212,191,.3)}.xs\:bg-teal-400\/35{background-color:rgba(45,212,191,.35)}.xs\:bg-teal-400\/40{background-color:rgba(45,212,191,.4)}.xs\:bg-teal-400\/45{background-color:rgba(45,212,191,.45)}.xs\:bg-teal-400\/5{background-color:rgba(45,212,191,.05)}.xs\:bg-teal-400\/50{background-color:rgba(45,212,191,.5)}.xs\:bg-teal-400\/55{background-color:rgba(45,212,191,.55)}.xs\:bg-teal-400\/60{background-color:rgba(45,212,191,.6)}.xs\:bg-teal-400\/65{background-color:rgba(45,212,191,.65)}.xs\:bg-teal-400\/70{background-color:rgba(45,212,191,.7)}.xs\:bg-teal-400\/75{background-color:rgba(45,212,191,.75)}.xs\:bg-teal-400\/80{background-color:rgba(45,212,191,.8)}.xs\:bg-teal-400\/85{background-color:rgba(45,212,191,.85)}.xs\:bg-teal-400\/90{background-color:rgba(45,212,191,.9)}.xs\:bg-teal-400\/95{background-color:rgba(45,212,191,.95)}.xs\:bg-teal-50{--tw-bg-opacity:1;background-color:rgba(240,253,250,var(--tw-bg-opacity))}.xs\:bg-teal-50\/0{background-color:rgba(240,253,250,0)}.xs\:bg-teal-50\/10{background-color:rgba(240,253,250,.1)}.xs\:bg-teal-50\/100{background-color:#f0fdfa}.xs\:bg-teal-50\/15{background-color:rgba(240,253,250,.15)}.xs\:bg-teal-50\/20{background-color:rgba(240,253,250,.2)}.xs\:bg-teal-50\/25{background-color:rgba(240,253,250,.25)}.xs\:bg-teal-50\/30{background-color:rgba(240,253,250,.3)}.xs\:bg-teal-50\/35{background-color:rgba(240,253,250,.35)}.xs\:bg-teal-50\/40{background-color:rgba(240,253,250,.4)}.xs\:bg-teal-50\/45{background-color:rgba(240,253,250,.45)}.xs\:bg-teal-50\/5{background-color:rgba(240,253,250,.05)}.xs\:bg-teal-50\/50{background-color:rgba(240,253,250,.5)}.xs\:bg-teal-50\/55{background-color:rgba(240,253,250,.55)}.xs\:bg-teal-50\/60{background-color:rgba(240,253,250,.6)}.xs\:bg-teal-50\/65{background-color:rgba(240,253,250,.65)}.xs\:bg-teal-50\/70{background-color:rgba(240,253,250,.7)}.xs\:bg-teal-50\/75{background-color:rgba(240,253,250,.75)}.xs\:bg-teal-50\/80{background-color:rgba(240,253,250,.8)}.xs\:bg-teal-50\/85{background-color:rgba(240,253,250,.85)}.xs\:bg-teal-50\/90{background-color:rgba(240,253,250,.9)}.xs\:bg-teal-50\/95{background-color:rgba(240,253,250,.95)}.xs\:bg-teal-500{--tw-bg-opacity:1;background-color:rgba(20,184,166,var(--tw-bg-opacity))}.xs\:bg-teal-500\/0{background-color:rgba(20,184,166,0)}.xs\:bg-teal-500\/10{background-color:rgba(20,184,166,.1)}.xs\:bg-teal-500\/100{background-color:#14b8a6}.xs\:bg-teal-500\/15{background-color:rgba(20,184,166,.15)}.xs\:bg-teal-500\/20{background-color:rgba(20,184,166,.2)}.xs\:bg-teal-500\/25{background-color:rgba(20,184,166,.25)}.xs\:bg-teal-500\/30{background-color:rgba(20,184,166,.3)}.xs\:bg-teal-500\/35{background-color:rgba(20,184,166,.35)}.xs\:bg-teal-500\/40{background-color:rgba(20,184,166,.4)}.xs\:bg-teal-500\/45{background-color:rgba(20,184,166,.45)}.xs\:bg-teal-500\/5{background-color:rgba(20,184,166,.05)}.xs\:bg-teal-500\/50{background-color:rgba(20,184,166,.5)}.xs\:bg-teal-500\/55{background-color:rgba(20,184,166,.55)}.xs\:bg-teal-500\/60{background-color:rgba(20,184,166,.6)}.xs\:bg-teal-500\/65{background-color:rgba(20,184,166,.65)}.xs\:bg-teal-500\/70{background-color:rgba(20,184,166,.7)}.xs\:bg-teal-500\/75{background-color:rgba(20,184,166,.75)}.xs\:bg-teal-500\/80{background-color:rgba(20,184,166,.8)}.xs\:bg-teal-500\/85{background-color:rgba(20,184,166,.85)}.xs\:bg-teal-500\/90{background-color:rgba(20,184,166,.9)}.xs\:bg-teal-500\/95{background-color:rgba(20,184,166,.95)}.xs\:bg-teal-600{--tw-bg-opacity:1;background-color:rgba(13,148,136,var(--tw-bg-opacity))}.xs\:bg-teal-600\/0{background-color:rgba(13,148,136,0)}.xs\:bg-teal-600\/10{background-color:rgba(13,148,136,.1)}.xs\:bg-teal-600\/100{background-color:#0d9488}.xs\:bg-teal-600\/15{background-color:rgba(13,148,136,.15)}.xs\:bg-teal-600\/20{background-color:rgba(13,148,136,.2)}.xs\:bg-teal-600\/25{background-color:rgba(13,148,136,.25)}.xs\:bg-teal-600\/30{background-color:rgba(13,148,136,.3)}.xs\:bg-teal-600\/35{background-color:rgba(13,148,136,.35)}.xs\:bg-teal-600\/40{background-color:rgba(13,148,136,.4)}.xs\:bg-teal-600\/45{background-color:rgba(13,148,136,.45)}.xs\:bg-teal-600\/5{background-color:rgba(13,148,136,.05)}.xs\:bg-teal-600\/50{background-color:rgba(13,148,136,.5)}.xs\:bg-teal-600\/55{background-color:rgba(13,148,136,.55)}.xs\:bg-teal-600\/60{background-color:rgba(13,148,136,.6)}.xs\:bg-teal-600\/65{background-color:rgba(13,148,136,.65)}.xs\:bg-teal-600\/70{background-color:rgba(13,148,136,.7)}.xs\:bg-teal-600\/75{background-color:rgba(13,148,136,.75)}.xs\:bg-teal-600\/80{background-color:rgba(13,148,136,.8)}.xs\:bg-teal-600\/85{background-color:rgba(13,148,136,.85)}.xs\:bg-teal-600\/90{background-color:rgba(13,148,136,.9)}.xs\:bg-teal-600\/95{background-color:rgba(13,148,136,.95)}.xs\:bg-teal-700{--tw-bg-opacity:1;background-color:rgba(15,118,110,var(--tw-bg-opacity))}.xs\:bg-teal-700\/0{background-color:rgba(15,118,110,0)}.xs\:bg-teal-700\/10{background-color:rgba(15,118,110,.1)}.xs\:bg-teal-700\/100{background-color:#0f766e}.xs\:bg-teal-700\/15{background-color:rgba(15,118,110,.15)}.xs\:bg-teal-700\/20{background-color:rgba(15,118,110,.2)}.xs\:bg-teal-700\/25{background-color:rgba(15,118,110,.25)}.xs\:bg-teal-700\/30{background-color:rgba(15,118,110,.3)}.xs\:bg-teal-700\/35{background-color:rgba(15,118,110,.35)}.xs\:bg-teal-700\/40{background-color:rgba(15,118,110,.4)}.xs\:bg-teal-700\/45{background-color:rgba(15,118,110,.45)}.xs\:bg-teal-700\/5{background-color:rgba(15,118,110,.05)}.xs\:bg-teal-700\/50{background-color:rgba(15,118,110,.5)}.xs\:bg-teal-700\/55{background-color:rgba(15,118,110,.55)}.xs\:bg-teal-700\/60{background-color:rgba(15,118,110,.6)}.xs\:bg-teal-700\/65{background-color:rgba(15,118,110,.65)}.xs\:bg-teal-700\/70{background-color:rgba(15,118,110,.7)}.xs\:bg-teal-700\/75{background-color:rgba(15,118,110,.75)}.xs\:bg-teal-700\/80{background-color:rgba(15,118,110,.8)}.xs\:bg-teal-700\/85{background-color:rgba(15,118,110,.85)}.xs\:bg-teal-700\/90{background-color:rgba(15,118,110,.9)}.xs\:bg-teal-700\/95{background-color:rgba(15,118,110,.95)}.xs\:bg-teal-800{--tw-bg-opacity:1;background-color:rgba(17,94,89,var(--tw-bg-opacity))}.xs\:bg-teal-800\/0{background-color:rgba(17,94,89,0)}.xs\:bg-teal-800\/10{background-color:rgba(17,94,89,.1)}.xs\:bg-teal-800\/100{background-color:#115e59}.xs\:bg-teal-800\/15{background-color:rgba(17,94,89,.15)}.xs\:bg-teal-800\/20{background-color:rgba(17,94,89,.2)}.xs\:bg-teal-800\/25{background-color:rgba(17,94,89,.25)}.xs\:bg-teal-800\/30{background-color:rgba(17,94,89,.3)}.xs\:bg-teal-800\/35{background-color:rgba(17,94,89,.35)}.xs\:bg-teal-800\/40{background-color:rgba(17,94,89,.4)}.xs\:bg-teal-800\/45{background-color:rgba(17,94,89,.45)}.xs\:bg-teal-800\/5{background-color:rgba(17,94,89,.05)}.xs\:bg-teal-800\/50{background-color:rgba(17,94,89,.5)}.xs\:bg-teal-800\/55{background-color:rgba(17,94,89,.55)}.xs\:bg-teal-800\/60{background-color:rgba(17,94,89,.6)}.xs\:bg-teal-800\/65{background-color:rgba(17,94,89,.65)}.xs\:bg-teal-800\/70{background-color:rgba(17,94,89,.7)}.xs\:bg-teal-800\/75{background-color:rgba(17,94,89,.75)}.xs\:bg-teal-800\/80{background-color:rgba(17,94,89,.8)}.xs\:bg-teal-800\/85{background-color:rgba(17,94,89,.85)}.xs\:bg-teal-800\/90{background-color:rgba(17,94,89,.9)}.xs\:bg-teal-800\/95{background-color:rgba(17,94,89,.95)}.xs\:bg-teal-900{--tw-bg-opacity:1;background-color:rgba(19,78,74,var(--tw-bg-opacity))}.xs\:bg-teal-900\/0{background-color:rgba(19,78,74,0)}.xs\:bg-teal-900\/10{background-color:rgba(19,78,74,.1)}.xs\:bg-teal-900\/100{background-color:#134e4a}.xs\:bg-teal-900\/15{background-color:rgba(19,78,74,.15)}.xs\:bg-teal-900\/20{background-color:rgba(19,78,74,.2)}.xs\:bg-teal-900\/25{background-color:rgba(19,78,74,.25)}.xs\:bg-teal-900\/30{background-color:rgba(19,78,74,.3)}.xs\:bg-teal-900\/35{background-color:rgba(19,78,74,.35)}.xs\:bg-teal-900\/40{background-color:rgba(19,78,74,.4)}.xs\:bg-teal-900\/45{background-color:rgba(19,78,74,.45)}.xs\:bg-teal-900\/5{background-color:rgba(19,78,74,.05)}.xs\:bg-teal-900\/50{background-color:rgba(19,78,74,.5)}.xs\:bg-teal-900\/55{background-color:rgba(19,78,74,.55)}.xs\:bg-teal-900\/60{background-color:rgba(19,78,74,.6)}.xs\:bg-teal-900\/65{background-color:rgba(19,78,74,.65)}.xs\:bg-teal-900\/70{background-color:rgba(19,78,74,.7)}.xs\:bg-teal-900\/75{background-color:rgba(19,78,74,.75)}.xs\:bg-teal-900\/80{background-color:rgba(19,78,74,.8)}.xs\:bg-teal-900\/85{background-color:rgba(19,78,74,.85)}.xs\:bg-teal-900\/90{background-color:rgba(19,78,74,.9)}.xs\:bg-teal-900\/95{background-color:rgba(19,78,74,.95)}.xs\:bg-teal-950{--tw-bg-opacity:1;background-color:rgba(4,47,46,var(--tw-bg-opacity))}.xs\:bg-teal-950\/0{background-color:rgba(4,47,46,0)}.xs\:bg-teal-950\/10{background-color:rgba(4,47,46,.1)}.xs\:bg-teal-950\/100{background-color:#042f2e}.xs\:bg-teal-950\/15{background-color:rgba(4,47,46,.15)}.xs\:bg-teal-950\/20{background-color:rgba(4,47,46,.2)}.xs\:bg-teal-950\/25{background-color:rgba(4,47,46,.25)}.xs\:bg-teal-950\/30{background-color:rgba(4,47,46,.3)}.xs\:bg-teal-950\/35{background-color:rgba(4,47,46,.35)}.xs\:bg-teal-950\/40{background-color:rgba(4,47,46,.4)}.xs\:bg-teal-950\/45{background-color:rgba(4,47,46,.45)}.xs\:bg-teal-950\/5{background-color:rgba(4,47,46,.05)}.xs\:bg-teal-950\/50{background-color:rgba(4,47,46,.5)}.xs\:bg-teal-950\/55{background-color:rgba(4,47,46,.55)}.xs\:bg-teal-950\/60{background-color:rgba(4,47,46,.6)}.xs\:bg-teal-950\/65{background-color:rgba(4,47,46,.65)}.xs\:bg-teal-950\/70{background-color:rgba(4,47,46,.7)}.xs\:bg-teal-950\/75{background-color:rgba(4,47,46,.75)}.xs\:bg-teal-950\/80{background-color:rgba(4,47,46,.8)}.xs\:bg-teal-950\/85{background-color:rgba(4,47,46,.85)}.xs\:bg-teal-950\/90{background-color:rgba(4,47,46,.9)}.xs\:bg-teal-950\/95{background-color:rgba(4,47,46,.95)}.xs\:bg-tertiary-dark-gray{--tw-bg-opacity:1;background-color:rgba(112,112,112,var(--tw-bg-opacity))}.xs\:bg-tertiary-dark-gray\/0{background-color:hsla(0,0%,44%,0)}.xs\:bg-tertiary-dark-gray\/10{background-color:hsla(0,0%,44%,.1)}.xs\:bg-tertiary-dark-gray\/100{background-color:#707070}.xs\:bg-tertiary-dark-gray\/15{background-color:hsla(0,0%,44%,.15)}.xs\:bg-tertiary-dark-gray\/20{background-color:hsla(0,0%,44%,.2)}.xs\:bg-tertiary-dark-gray\/25{background-color:hsla(0,0%,44%,.25)}.xs\:bg-tertiary-dark-gray\/30{background-color:hsla(0,0%,44%,.3)}.xs\:bg-tertiary-dark-gray\/35{background-color:hsla(0,0%,44%,.35)}.xs\:bg-tertiary-dark-gray\/40{background-color:hsla(0,0%,44%,.4)}.xs\:bg-tertiary-dark-gray\/45{background-color:hsla(0,0%,44%,.45)}.xs\:bg-tertiary-dark-gray\/5{background-color:hsla(0,0%,44%,.05)}.xs\:bg-tertiary-dark-gray\/50{background-color:hsla(0,0%,44%,.5)}.xs\:bg-tertiary-dark-gray\/55{background-color:hsla(0,0%,44%,.55)}.xs\:bg-tertiary-dark-gray\/60{background-color:hsla(0,0%,44%,.6)}.xs\:bg-tertiary-dark-gray\/65{background-color:hsla(0,0%,44%,.65)}.xs\:bg-tertiary-dark-gray\/70{background-color:hsla(0,0%,44%,.7)}.xs\:bg-tertiary-dark-gray\/75{background-color:hsla(0,0%,44%,.75)}.xs\:bg-tertiary-dark-gray\/80{background-color:hsla(0,0%,44%,.8)}.xs\:bg-tertiary-dark-gray\/85{background-color:hsla(0,0%,44%,.85)}.xs\:bg-tertiary-dark-gray\/90{background-color:hsla(0,0%,44%,.9)}.xs\:bg-tertiary-dark-gray\/95{background-color:hsla(0,0%,44%,.95)}.xs\:bg-transparent{background-color:initial}.xs\:bg-transparent\/0{background-color:transparent}.xs\:bg-transparent\/10{background-color:rgba(0,0,0,.1)}.xs\:bg-transparent\/100{background-color:#000}.xs\:bg-transparent\/15{background-color:rgba(0,0,0,.15)}.xs\:bg-transparent\/20{background-color:rgba(0,0,0,.2)}.xs\:bg-transparent\/25{background-color:rgba(0,0,0,.25)}.xs\:bg-transparent\/30{background-color:rgba(0,0,0,.3)}.xs\:bg-transparent\/35{background-color:rgba(0,0,0,.35)}.xs\:bg-transparent\/40{background-color:rgba(0,0,0,.4)}.xs\:bg-transparent\/45{background-color:rgba(0,0,0,.45)}.xs\:bg-transparent\/5{background-color:rgba(0,0,0,.05)}.xs\:bg-transparent\/50{background-color:rgba(0,0,0,.5)}.xs\:bg-transparent\/55{background-color:rgba(0,0,0,.55)}.xs\:bg-transparent\/60{background-color:rgba(0,0,0,.6)}.xs\:bg-transparent\/65{background-color:rgba(0,0,0,.65)}.xs\:bg-transparent\/70{background-color:rgba(0,0,0,.7)}.xs\:bg-transparent\/75{background-color:rgba(0,0,0,.75)}.xs\:bg-transparent\/80{background-color:rgba(0,0,0,.8)}.xs\:bg-transparent\/85{background-color:rgba(0,0,0,.85)}.xs\:bg-transparent\/90{background-color:rgba(0,0,0,.9)}.xs\:bg-transparent\/95{background-color:rgba(0,0,0,.95)}.xs\:bg-violet-100{--tw-bg-opacity:1;background-color:rgba(237,233,254,var(--tw-bg-opacity))}.xs\:bg-violet-100\/0{background-color:rgba(237,233,254,0)}.xs\:bg-violet-100\/10{background-color:rgba(237,233,254,.1)}.xs\:bg-violet-100\/100{background-color:#ede9fe}.xs\:bg-violet-100\/15{background-color:rgba(237,233,254,.15)}.xs\:bg-violet-100\/20{background-color:rgba(237,233,254,.2)}.xs\:bg-violet-100\/25{background-color:rgba(237,233,254,.25)}.xs\:bg-violet-100\/30{background-color:rgba(237,233,254,.3)}.xs\:bg-violet-100\/35{background-color:rgba(237,233,254,.35)}.xs\:bg-violet-100\/40{background-color:rgba(237,233,254,.4)}.xs\:bg-violet-100\/45{background-color:rgba(237,233,254,.45)}.xs\:bg-violet-100\/5{background-color:rgba(237,233,254,.05)}.xs\:bg-violet-100\/50{background-color:rgba(237,233,254,.5)}.xs\:bg-violet-100\/55{background-color:rgba(237,233,254,.55)}.xs\:bg-violet-100\/60{background-color:rgba(237,233,254,.6)}.xs\:bg-violet-100\/65{background-color:rgba(237,233,254,.65)}.xs\:bg-violet-100\/70{background-color:rgba(237,233,254,.7)}.xs\:bg-violet-100\/75{background-color:rgba(237,233,254,.75)}.xs\:bg-violet-100\/80{background-color:rgba(237,233,254,.8)}.xs\:bg-violet-100\/85{background-color:rgba(237,233,254,.85)}.xs\:bg-violet-100\/90{background-color:rgba(237,233,254,.9)}.xs\:bg-violet-100\/95{background-color:rgba(237,233,254,.95)}.xs\:bg-violet-200{--tw-bg-opacity:1;background-color:rgba(221,214,254,var(--tw-bg-opacity))}.xs\:bg-violet-200\/0{background-color:rgba(221,214,254,0)}.xs\:bg-violet-200\/10{background-color:rgba(221,214,254,.1)}.xs\:bg-violet-200\/100{background-color:#ddd6fe}.xs\:bg-violet-200\/15{background-color:rgba(221,214,254,.15)}.xs\:bg-violet-200\/20{background-color:rgba(221,214,254,.2)}.xs\:bg-violet-200\/25{background-color:rgba(221,214,254,.25)}.xs\:bg-violet-200\/30{background-color:rgba(221,214,254,.3)}.xs\:bg-violet-200\/35{background-color:rgba(221,214,254,.35)}.xs\:bg-violet-200\/40{background-color:rgba(221,214,254,.4)}.xs\:bg-violet-200\/45{background-color:rgba(221,214,254,.45)}.xs\:bg-violet-200\/5{background-color:rgba(221,214,254,.05)}.xs\:bg-violet-200\/50{background-color:rgba(221,214,254,.5)}.xs\:bg-violet-200\/55{background-color:rgba(221,214,254,.55)}.xs\:bg-violet-200\/60{background-color:rgba(221,214,254,.6)}.xs\:bg-violet-200\/65{background-color:rgba(221,214,254,.65)}.xs\:bg-violet-200\/70{background-color:rgba(221,214,254,.7)}.xs\:bg-violet-200\/75{background-color:rgba(221,214,254,.75)}.xs\:bg-violet-200\/80{background-color:rgba(221,214,254,.8)}.xs\:bg-violet-200\/85{background-color:rgba(221,214,254,.85)}.xs\:bg-violet-200\/90{background-color:rgba(221,214,254,.9)}.xs\:bg-violet-200\/95{background-color:rgba(221,214,254,.95)}.xs\:bg-violet-300{--tw-bg-opacity:1;background-color:rgba(196,181,253,var(--tw-bg-opacity))}.xs\:bg-violet-300\/0{background-color:rgba(196,181,253,0)}.xs\:bg-violet-300\/10{background-color:rgba(196,181,253,.1)}.xs\:bg-violet-300\/100{background-color:#c4b5fd}.xs\:bg-violet-300\/15{background-color:rgba(196,181,253,.15)}.xs\:bg-violet-300\/20{background-color:rgba(196,181,253,.2)}.xs\:bg-violet-300\/25{background-color:rgba(196,181,253,.25)}.xs\:bg-violet-300\/30{background-color:rgba(196,181,253,.3)}.xs\:bg-violet-300\/35{background-color:rgba(196,181,253,.35)}.xs\:bg-violet-300\/40{background-color:rgba(196,181,253,.4)}.xs\:bg-violet-300\/45{background-color:rgba(196,181,253,.45)}.xs\:bg-violet-300\/5{background-color:rgba(196,181,253,.05)}.xs\:bg-violet-300\/50{background-color:rgba(196,181,253,.5)}.xs\:bg-violet-300\/55{background-color:rgba(196,181,253,.55)}.xs\:bg-violet-300\/60{background-color:rgba(196,181,253,.6)}.xs\:bg-violet-300\/65{background-color:rgba(196,181,253,.65)}.xs\:bg-violet-300\/70{background-color:rgba(196,181,253,.7)}.xs\:bg-violet-300\/75{background-color:rgba(196,181,253,.75)}.xs\:bg-violet-300\/80{background-color:rgba(196,181,253,.8)}.xs\:bg-violet-300\/85{background-color:rgba(196,181,253,.85)}.xs\:bg-violet-300\/90{background-color:rgba(196,181,253,.9)}.xs\:bg-violet-300\/95{background-color:rgba(196,181,253,.95)}.xs\:bg-violet-400{--tw-bg-opacity:1;background-color:rgba(167,139,250,var(--tw-bg-opacity))}.xs\:bg-violet-400\/0{background-color:rgba(167,139,250,0)}.xs\:bg-violet-400\/10{background-color:rgba(167,139,250,.1)}.xs\:bg-violet-400\/100{background-color:#a78bfa}.xs\:bg-violet-400\/15{background-color:rgba(167,139,250,.15)}.xs\:bg-violet-400\/20{background-color:rgba(167,139,250,.2)}.xs\:bg-violet-400\/25{background-color:rgba(167,139,250,.25)}.xs\:bg-violet-400\/30{background-color:rgba(167,139,250,.3)}.xs\:bg-violet-400\/35{background-color:rgba(167,139,250,.35)}.xs\:bg-violet-400\/40{background-color:rgba(167,139,250,.4)}.xs\:bg-violet-400\/45{background-color:rgba(167,139,250,.45)}.xs\:bg-violet-400\/5{background-color:rgba(167,139,250,.05)}.xs\:bg-violet-400\/50{background-color:rgba(167,139,250,.5)}.xs\:bg-violet-400\/55{background-color:rgba(167,139,250,.55)}.xs\:bg-violet-400\/60{background-color:rgba(167,139,250,.6)}.xs\:bg-violet-400\/65{background-color:rgba(167,139,250,.65)}.xs\:bg-violet-400\/70{background-color:rgba(167,139,250,.7)}.xs\:bg-violet-400\/75{background-color:rgba(167,139,250,.75)}.xs\:bg-violet-400\/80{background-color:rgba(167,139,250,.8)}.xs\:bg-violet-400\/85{background-color:rgba(167,139,250,.85)}.xs\:bg-violet-400\/90{background-color:rgba(167,139,250,.9)}.xs\:bg-violet-400\/95{background-color:rgba(167,139,250,.95)}.xs\:bg-violet-50{--tw-bg-opacity:1;background-color:rgba(245,243,255,var(--tw-bg-opacity))}.xs\:bg-violet-50\/0{background-color:rgba(245,243,255,0)}.xs\:bg-violet-50\/10{background-color:rgba(245,243,255,.1)}.xs\:bg-violet-50\/100{background-color:#f5f3ff}.xs\:bg-violet-50\/15{background-color:rgba(245,243,255,.15)}.xs\:bg-violet-50\/20{background-color:rgba(245,243,255,.2)}.xs\:bg-violet-50\/25{background-color:rgba(245,243,255,.25)}.xs\:bg-violet-50\/30{background-color:rgba(245,243,255,.3)}.xs\:bg-violet-50\/35{background-color:rgba(245,243,255,.35)}.xs\:bg-violet-50\/40{background-color:rgba(245,243,255,.4)}.xs\:bg-violet-50\/45{background-color:rgba(245,243,255,.45)}.xs\:bg-violet-50\/5{background-color:rgba(245,243,255,.05)}.xs\:bg-violet-50\/50{background-color:rgba(245,243,255,.5)}.xs\:bg-violet-50\/55{background-color:rgba(245,243,255,.55)}.xs\:bg-violet-50\/60{background-color:rgba(245,243,255,.6)}.xs\:bg-violet-50\/65{background-color:rgba(245,243,255,.65)}.xs\:bg-violet-50\/70{background-color:rgba(245,243,255,.7)}.xs\:bg-violet-50\/75{background-color:rgba(245,243,255,.75)}.xs\:bg-violet-50\/80{background-color:rgba(245,243,255,.8)}.xs\:bg-violet-50\/85{background-color:rgba(245,243,255,.85)}.xs\:bg-violet-50\/90{background-color:rgba(245,243,255,.9)}.xs\:bg-violet-50\/95{background-color:rgba(245,243,255,.95)}.xs\:bg-violet-500{--tw-bg-opacity:1;background-color:rgba(139,92,246,var(--tw-bg-opacity))}.xs\:bg-violet-500\/0{background-color:rgba(139,92,246,0)}.xs\:bg-violet-500\/10{background-color:rgba(139,92,246,.1)}.xs\:bg-violet-500\/100{background-color:#8b5cf6}.xs\:bg-violet-500\/15{background-color:rgba(139,92,246,.15)}.xs\:bg-violet-500\/20{background-color:rgba(139,92,246,.2)}.xs\:bg-violet-500\/25{background-color:rgba(139,92,246,.25)}.xs\:bg-violet-500\/30{background-color:rgba(139,92,246,.3)}.xs\:bg-violet-500\/35{background-color:rgba(139,92,246,.35)}.xs\:bg-violet-500\/40{background-color:rgba(139,92,246,.4)}.xs\:bg-violet-500\/45{background-color:rgba(139,92,246,.45)}.xs\:bg-violet-500\/5{background-color:rgba(139,92,246,.05)}.xs\:bg-violet-500\/50{background-color:rgba(139,92,246,.5)}.xs\:bg-violet-500\/55{background-color:rgba(139,92,246,.55)}.xs\:bg-violet-500\/60{background-color:rgba(139,92,246,.6)}.xs\:bg-violet-500\/65{background-color:rgba(139,92,246,.65)}.xs\:bg-violet-500\/70{background-color:rgba(139,92,246,.7)}.xs\:bg-violet-500\/75{background-color:rgba(139,92,246,.75)}.xs\:bg-violet-500\/80{background-color:rgba(139,92,246,.8)}.xs\:bg-violet-500\/85{background-color:rgba(139,92,246,.85)}.xs\:bg-violet-500\/90{background-color:rgba(139,92,246,.9)}.xs\:bg-violet-500\/95{background-color:rgba(139,92,246,.95)}.xs\:bg-violet-600{--tw-bg-opacity:1;background-color:rgba(124,58,237,var(--tw-bg-opacity))}.xs\:bg-violet-600\/0{background-color:rgba(124,58,237,0)}.xs\:bg-violet-600\/10{background-color:rgba(124,58,237,.1)}.xs\:bg-violet-600\/100{background-color:#7c3aed}.xs\:bg-violet-600\/15{background-color:rgba(124,58,237,.15)}.xs\:bg-violet-600\/20{background-color:rgba(124,58,237,.2)}.xs\:bg-violet-600\/25{background-color:rgba(124,58,237,.25)}.xs\:bg-violet-600\/30{background-color:rgba(124,58,237,.3)}.xs\:bg-violet-600\/35{background-color:rgba(124,58,237,.35)}.xs\:bg-violet-600\/40{background-color:rgba(124,58,237,.4)}.xs\:bg-violet-600\/45{background-color:rgba(124,58,237,.45)}.xs\:bg-violet-600\/5{background-color:rgba(124,58,237,.05)}.xs\:bg-violet-600\/50{background-color:rgba(124,58,237,.5)}.xs\:bg-violet-600\/55{background-color:rgba(124,58,237,.55)}.xs\:bg-violet-600\/60{background-color:rgba(124,58,237,.6)}.xs\:bg-violet-600\/65{background-color:rgba(124,58,237,.65)}.xs\:bg-violet-600\/70{background-color:rgba(124,58,237,.7)}.xs\:bg-violet-600\/75{background-color:rgba(124,58,237,.75)}.xs\:bg-violet-600\/80{background-color:rgba(124,58,237,.8)}.xs\:bg-violet-600\/85{background-color:rgba(124,58,237,.85)}.xs\:bg-violet-600\/90{background-color:rgba(124,58,237,.9)}.xs\:bg-violet-600\/95{background-color:rgba(124,58,237,.95)}.xs\:bg-violet-700{--tw-bg-opacity:1;background-color:rgba(109,40,217,var(--tw-bg-opacity))}.xs\:bg-violet-700\/0{background-color:rgba(109,40,217,0)}.xs\:bg-violet-700\/10{background-color:rgba(109,40,217,.1)}.xs\:bg-violet-700\/100{background-color:#6d28d9}.xs\:bg-violet-700\/15{background-color:rgba(109,40,217,.15)}.xs\:bg-violet-700\/20{background-color:rgba(109,40,217,.2)}.xs\:bg-violet-700\/25{background-color:rgba(109,40,217,.25)}.xs\:bg-violet-700\/30{background-color:rgba(109,40,217,.3)}.xs\:bg-violet-700\/35{background-color:rgba(109,40,217,.35)}.xs\:bg-violet-700\/40{background-color:rgba(109,40,217,.4)}.xs\:bg-violet-700\/45{background-color:rgba(109,40,217,.45)}.xs\:bg-violet-700\/5{background-color:rgba(109,40,217,.05)}.xs\:bg-violet-700\/50{background-color:rgba(109,40,217,.5)}.xs\:bg-violet-700\/55{background-color:rgba(109,40,217,.55)}.xs\:bg-violet-700\/60{background-color:rgba(109,40,217,.6)}.xs\:bg-violet-700\/65{background-color:rgba(109,40,217,.65)}.xs\:bg-violet-700\/70{background-color:rgba(109,40,217,.7)}.xs\:bg-violet-700\/75{background-color:rgba(109,40,217,.75)}.xs\:bg-violet-700\/80{background-color:rgba(109,40,217,.8)}.xs\:bg-violet-700\/85{background-color:rgba(109,40,217,.85)}.xs\:bg-violet-700\/90{background-color:rgba(109,40,217,.9)}.xs\:bg-violet-700\/95{background-color:rgba(109,40,217,.95)}.xs\:bg-violet-800{--tw-bg-opacity:1;background-color:rgba(91,33,182,var(--tw-bg-opacity))}.xs\:bg-violet-800\/0{background-color:rgba(91,33,182,0)}.xs\:bg-violet-800\/10{background-color:rgba(91,33,182,.1)}.xs\:bg-violet-800\/100{background-color:#5b21b6}.xs\:bg-violet-800\/15{background-color:rgba(91,33,182,.15)}.xs\:bg-violet-800\/20{background-color:rgba(91,33,182,.2)}.xs\:bg-violet-800\/25{background-color:rgba(91,33,182,.25)}.xs\:bg-violet-800\/30{background-color:rgba(91,33,182,.3)}.xs\:bg-violet-800\/35{background-color:rgba(91,33,182,.35)}.xs\:bg-violet-800\/40{background-color:rgba(91,33,182,.4)}.xs\:bg-violet-800\/45{background-color:rgba(91,33,182,.45)}.xs\:bg-violet-800\/5{background-color:rgba(91,33,182,.05)}.xs\:bg-violet-800\/50{background-color:rgba(91,33,182,.5)}.xs\:bg-violet-800\/55{background-color:rgba(91,33,182,.55)}.xs\:bg-violet-800\/60{background-color:rgba(91,33,182,.6)}.xs\:bg-violet-800\/65{background-color:rgba(91,33,182,.65)}.xs\:bg-violet-800\/70{background-color:rgba(91,33,182,.7)}.xs\:bg-violet-800\/75{background-color:rgba(91,33,182,.75)}.xs\:bg-violet-800\/80{background-color:rgba(91,33,182,.8)}.xs\:bg-violet-800\/85{background-color:rgba(91,33,182,.85)}.xs\:bg-violet-800\/90{background-color:rgba(91,33,182,.9)}.xs\:bg-violet-800\/95{background-color:rgba(91,33,182,.95)}.xs\:bg-violet-900{--tw-bg-opacity:1;background-color:rgba(76,29,149,var(--tw-bg-opacity))}.xs\:bg-violet-900\/0{background-color:rgba(76,29,149,0)}.xs\:bg-violet-900\/10{background-color:rgba(76,29,149,.1)}.xs\:bg-violet-900\/100{background-color:#4c1d95}.xs\:bg-violet-900\/15{background-color:rgba(76,29,149,.15)}.xs\:bg-violet-900\/20{background-color:rgba(76,29,149,.2)}.xs\:bg-violet-900\/25{background-color:rgba(76,29,149,.25)}.xs\:bg-violet-900\/30{background-color:rgba(76,29,149,.3)}.xs\:bg-violet-900\/35{background-color:rgba(76,29,149,.35)}.xs\:bg-violet-900\/40{background-color:rgba(76,29,149,.4)}.xs\:bg-violet-900\/45{background-color:rgba(76,29,149,.45)}.xs\:bg-violet-900\/5{background-color:rgba(76,29,149,.05)}.xs\:bg-violet-900\/50{background-color:rgba(76,29,149,.5)}.xs\:bg-violet-900\/55{background-color:rgba(76,29,149,.55)}.xs\:bg-violet-900\/60{background-color:rgba(76,29,149,.6)}.xs\:bg-violet-900\/65{background-color:rgba(76,29,149,.65)}.xs\:bg-violet-900\/70{background-color:rgba(76,29,149,.7)}.xs\:bg-violet-900\/75{background-color:rgba(76,29,149,.75)}.xs\:bg-violet-900\/80{background-color:rgba(76,29,149,.8)}.xs\:bg-violet-900\/85{background-color:rgba(76,29,149,.85)}.xs\:bg-violet-900\/90{background-color:rgba(76,29,149,.9)}.xs\:bg-violet-900\/95{background-color:rgba(76,29,149,.95)}.xs\:bg-violet-950{--tw-bg-opacity:1;background-color:rgba(46,16,101,var(--tw-bg-opacity))}.xs\:bg-violet-950\/0{background-color:rgba(46,16,101,0)}.xs\:bg-violet-950\/10{background-color:rgba(46,16,101,.1)}.xs\:bg-violet-950\/100{background-color:#2e1065}.xs\:bg-violet-950\/15{background-color:rgba(46,16,101,.15)}.xs\:bg-violet-950\/20{background-color:rgba(46,16,101,.2)}.xs\:bg-violet-950\/25{background-color:rgba(46,16,101,.25)}.xs\:bg-violet-950\/30{background-color:rgba(46,16,101,.3)}.xs\:bg-violet-950\/35{background-color:rgba(46,16,101,.35)}.xs\:bg-violet-950\/40{background-color:rgba(46,16,101,.4)}.xs\:bg-violet-950\/45{background-color:rgba(46,16,101,.45)}.xs\:bg-violet-950\/5{background-color:rgba(46,16,101,.05)}.xs\:bg-violet-950\/50{background-color:rgba(46,16,101,.5)}.xs\:bg-violet-950\/55{background-color:rgba(46,16,101,.55)}.xs\:bg-violet-950\/60{background-color:rgba(46,16,101,.6)}.xs\:bg-violet-950\/65{background-color:rgba(46,16,101,.65)}.xs\:bg-violet-950\/70{background-color:rgba(46,16,101,.7)}.xs\:bg-violet-950\/75{background-color:rgba(46,16,101,.75)}.xs\:bg-violet-950\/80{background-color:rgba(46,16,101,.8)}.xs\:bg-violet-950\/85{background-color:rgba(46,16,101,.85)}.xs\:bg-violet-950\/90{background-color:rgba(46,16,101,.9)}.xs\:bg-violet-950\/95{background-color:rgba(46,16,101,.95)}.xs\:bg-white{--tw-bg-opacity:1;background-color:rgba(255,255,255,var(--tw-bg-opacity))}.xs\:bg-white\/0{background-color:hsla(0,0%,100%,0)}.xs\:bg-white\/10{background-color:hsla(0,0%,100%,.1)}.xs\:bg-white\/100{background-color:#fff}.xs\:bg-white\/15{background-color:hsla(0,0%,100%,.15)}.xs\:bg-white\/20{background-color:hsla(0,0%,100%,.2)}.xs\:bg-white\/25{background-color:hsla(0,0%,100%,.25)}.xs\:bg-white\/30{background-color:hsla(0,0%,100%,.3)}.xs\:bg-white\/35{background-color:hsla(0,0%,100%,.35)}.xs\:bg-white\/40{background-color:hsla(0,0%,100%,.4)}.xs\:bg-white\/45{background-color:hsla(0,0%,100%,.45)}.xs\:bg-white\/5{background-color:hsla(0,0%,100%,.05)}.xs\:bg-white\/50{background-color:hsla(0,0%,100%,.5)}.xs\:bg-white\/55{background-color:hsla(0,0%,100%,.55)}.xs\:bg-white\/60{background-color:hsla(0,0%,100%,.6)}.xs\:bg-white\/65{background-color:hsla(0,0%,100%,.65)}.xs\:bg-white\/70{background-color:hsla(0,0%,100%,.7)}.xs\:bg-white\/75{background-color:hsla(0,0%,100%,.75)}.xs\:bg-white\/80{background-color:hsla(0,0%,100%,.8)}.xs\:bg-white\/85{background-color:hsla(0,0%,100%,.85)}.xs\:bg-white\/90{background-color:hsla(0,0%,100%,.9)}.xs\:bg-white\/95{background-color:hsla(0,0%,100%,.95)}.xs\:bg-yellow-100{--tw-bg-opacity:1;background-color:rgba(254,249,195,var(--tw-bg-opacity))}.xs\:bg-yellow-100\/0{background-color:hsla(55,97%,88%,0)}.xs\:bg-yellow-100\/10{background-color:hsla(55,97%,88%,.1)}.xs\:bg-yellow-100\/100{background-color:#fef9c3}.xs\:bg-yellow-100\/15{background-color:hsla(55,97%,88%,.15)}.xs\:bg-yellow-100\/20{background-color:hsla(55,97%,88%,.2)}.xs\:bg-yellow-100\/25{background-color:hsla(55,97%,88%,.25)}.xs\:bg-yellow-100\/30{background-color:hsla(55,97%,88%,.3)}.xs\:bg-yellow-100\/35{background-color:hsla(55,97%,88%,.35)}.xs\:bg-yellow-100\/40{background-color:hsla(55,97%,88%,.4)}.xs\:bg-yellow-100\/45{background-color:hsla(55,97%,88%,.45)}.xs\:bg-yellow-100\/5{background-color:hsla(55,97%,88%,.05)}.xs\:bg-yellow-100\/50{background-color:hsla(55,97%,88%,.5)}.xs\:bg-yellow-100\/55{background-color:hsla(55,97%,88%,.55)}.xs\:bg-yellow-100\/60{background-color:hsla(55,97%,88%,.6)}.xs\:bg-yellow-100\/65{background-color:hsla(55,97%,88%,.65)}.xs\:bg-yellow-100\/70{background-color:hsla(55,97%,88%,.7)}.xs\:bg-yellow-100\/75{background-color:hsla(55,97%,88%,.75)}.xs\:bg-yellow-100\/80{background-color:hsla(55,97%,88%,.8)}.xs\:bg-yellow-100\/85{background-color:hsla(55,97%,88%,.85)}.xs\:bg-yellow-100\/90{background-color:hsla(55,97%,88%,.9)}.xs\:bg-yellow-100\/95{background-color:hsla(55,97%,88%,.95)}.xs\:bg-yellow-200{--tw-bg-opacity:1;background-color:rgba(254,240,138,var(--tw-bg-opacity))}.xs\:bg-yellow-200\/0{background-color:hsla(53,98%,77%,0)}.xs\:bg-yellow-200\/10{background-color:hsla(53,98%,77%,.1)}.xs\:bg-yellow-200\/100{background-color:#fef08a}.xs\:bg-yellow-200\/15{background-color:hsla(53,98%,77%,.15)}.xs\:bg-yellow-200\/20{background-color:hsla(53,98%,77%,.2)}.xs\:bg-yellow-200\/25{background-color:hsla(53,98%,77%,.25)}.xs\:bg-yellow-200\/30{background-color:hsla(53,98%,77%,.3)}.xs\:bg-yellow-200\/35{background-color:hsla(53,98%,77%,.35)}.xs\:bg-yellow-200\/40{background-color:hsla(53,98%,77%,.4)}.xs\:bg-yellow-200\/45{background-color:hsla(53,98%,77%,.45)}.xs\:bg-yellow-200\/5{background-color:hsla(53,98%,77%,.05)}.xs\:bg-yellow-200\/50{background-color:hsla(53,98%,77%,.5)}.xs\:bg-yellow-200\/55{background-color:hsla(53,98%,77%,.55)}.xs\:bg-yellow-200\/60{background-color:hsla(53,98%,77%,.6)}.xs\:bg-yellow-200\/65{background-color:hsla(53,98%,77%,.65)}.xs\:bg-yellow-200\/70{background-color:hsla(53,98%,77%,.7)}.xs\:bg-yellow-200\/75{background-color:hsla(53,98%,77%,.75)}.xs\:bg-yellow-200\/80{background-color:hsla(53,98%,77%,.8)}.xs\:bg-yellow-200\/85{background-color:hsla(53,98%,77%,.85)}.xs\:bg-yellow-200\/90{background-color:hsla(53,98%,77%,.9)}.xs\:bg-yellow-200\/95{background-color:hsla(53,98%,77%,.95)}.xs\:bg-yellow-300{--tw-bg-opacity:1;background-color:rgba(253,224,71,var(--tw-bg-opacity))}.xs\:bg-yellow-300\/0{background-color:rgba(253,224,71,0)}.xs\:bg-yellow-300\/10{background-color:rgba(253,224,71,.1)}.xs\:bg-yellow-300\/100{background-color:#fde047}.xs\:bg-yellow-300\/15{background-color:rgba(253,224,71,.15)}.xs\:bg-yellow-300\/20{background-color:rgba(253,224,71,.2)}.xs\:bg-yellow-300\/25{background-color:rgba(253,224,71,.25)}.xs\:bg-yellow-300\/30{background-color:rgba(253,224,71,.3)}.xs\:bg-yellow-300\/35{background-color:rgba(253,224,71,.35)}.xs\:bg-yellow-300\/40{background-color:rgba(253,224,71,.4)}.xs\:bg-yellow-300\/45{background-color:rgba(253,224,71,.45)}.xs\:bg-yellow-300\/5{background-color:rgba(253,224,71,.05)}.xs\:bg-yellow-300\/50{background-color:rgba(253,224,71,.5)}.xs\:bg-yellow-300\/55{background-color:rgba(253,224,71,.55)}.xs\:bg-yellow-300\/60{background-color:rgba(253,224,71,.6)}.xs\:bg-yellow-300\/65{background-color:rgba(253,224,71,.65)}.xs\:bg-yellow-300\/70{background-color:rgba(253,224,71,.7)}.xs\:bg-yellow-300\/75{background-color:rgba(253,224,71,.75)}.xs\:bg-yellow-300\/80{background-color:rgba(253,224,71,.8)}.xs\:bg-yellow-300\/85{background-color:rgba(253,224,71,.85)}.xs\:bg-yellow-300\/90{background-color:rgba(253,224,71,.9)}.xs\:bg-yellow-300\/95{background-color:rgba(253,224,71,.95)}.xs\:bg-yellow-400{--tw-bg-opacity:1;background-color:rgba(250,204,21,var(--tw-bg-opacity))}.xs\:bg-yellow-400\/0{background-color:rgba(250,204,21,0)}.xs\:bg-yellow-400\/10{background-color:rgba(250,204,21,.1)}.xs\:bg-yellow-400\/100{background-color:#facc15}.xs\:bg-yellow-400\/15{background-color:rgba(250,204,21,.15)}.xs\:bg-yellow-400\/20{background-color:rgba(250,204,21,.2)}.xs\:bg-yellow-400\/25{background-color:rgba(250,204,21,.25)}.xs\:bg-yellow-400\/30{background-color:rgba(250,204,21,.3)}.xs\:bg-yellow-400\/35{background-color:rgba(250,204,21,.35)}.xs\:bg-yellow-400\/40{background-color:rgba(250,204,21,.4)}.xs\:bg-yellow-400\/45{background-color:rgba(250,204,21,.45)}.xs\:bg-yellow-400\/5{background-color:rgba(250,204,21,.05)}.xs\:bg-yellow-400\/50{background-color:rgba(250,204,21,.5)}.xs\:bg-yellow-400\/55{background-color:rgba(250,204,21,.55)}.xs\:bg-yellow-400\/60{background-color:rgba(250,204,21,.6)}.xs\:bg-yellow-400\/65{background-color:rgba(250,204,21,.65)}.xs\:bg-yellow-400\/70{background-color:rgba(250,204,21,.7)}.xs\:bg-yellow-400\/75{background-color:rgba(250,204,21,.75)}.xs\:bg-yellow-400\/80{background-color:rgba(250,204,21,.8)}.xs\:bg-yellow-400\/85{background-color:rgba(250,204,21,.85)}.xs\:bg-yellow-400\/90{background-color:rgba(250,204,21,.9)}.xs\:bg-yellow-400\/95{background-color:rgba(250,204,21,.95)}.xs\:bg-yellow-50{--tw-bg-opacity:1;background-color:rgba(254,252,232,var(--tw-bg-opacity))}.xs\:bg-yellow-50\/0{background-color:hsla(55,92%,95%,0)}.xs\:bg-yellow-50\/10{background-color:hsla(55,92%,95%,.1)}.xs\:bg-yellow-50\/100{background-color:#fefce8}.xs\:bg-yellow-50\/15{background-color:hsla(55,92%,95%,.15)}.xs\:bg-yellow-50\/20{background-color:hsla(55,92%,95%,.2)}.xs\:bg-yellow-50\/25{background-color:hsla(55,92%,95%,.25)}.xs\:bg-yellow-50\/30{background-color:hsla(55,92%,95%,.3)}.xs\:bg-yellow-50\/35{background-color:hsla(55,92%,95%,.35)}.xs\:bg-yellow-50\/40{background-color:hsla(55,92%,95%,.4)}.xs\:bg-yellow-50\/45{background-color:hsla(55,92%,95%,.45)}.xs\:bg-yellow-50\/5{background-color:hsla(55,92%,95%,.05)}.xs\:bg-yellow-50\/50{background-color:hsla(55,92%,95%,.5)}.xs\:bg-yellow-50\/55{background-color:hsla(55,92%,95%,.55)}.xs\:bg-yellow-50\/60{background-color:hsla(55,92%,95%,.6)}.xs\:bg-yellow-50\/65{background-color:hsla(55,92%,95%,.65)}.xs\:bg-yellow-50\/70{background-color:hsla(55,92%,95%,.7)}.xs\:bg-yellow-50\/75{background-color:hsla(55,92%,95%,.75)}.xs\:bg-yellow-50\/80{background-color:hsla(55,92%,95%,.8)}.xs\:bg-yellow-50\/85{background-color:hsla(55,92%,95%,.85)}.xs\:bg-yellow-50\/90{background-color:hsla(55,92%,95%,.9)}.xs\:bg-yellow-50\/95{background-color:hsla(55,92%,95%,.95)}.xs\:bg-yellow-500{--tw-bg-opacity:1;background-color:rgba(234,179,8,var(--tw-bg-opacity))}.xs\:bg-yellow-500\/0{background-color:rgba(234,179,8,0)}.xs\:bg-yellow-500\/10{background-color:rgba(234,179,8,.1)}.xs\:bg-yellow-500\/100{background-color:#eab308}.xs\:bg-yellow-500\/15{background-color:rgba(234,179,8,.15)}.xs\:bg-yellow-500\/20{background-color:rgba(234,179,8,.2)}.xs\:bg-yellow-500\/25{background-color:rgba(234,179,8,.25)}.xs\:bg-yellow-500\/30{background-color:rgba(234,179,8,.3)}.xs\:bg-yellow-500\/35{background-color:rgba(234,179,8,.35)}.xs\:bg-yellow-500\/40{background-color:rgba(234,179,8,.4)}.xs\:bg-yellow-500\/45{background-color:rgba(234,179,8,.45)}.xs\:bg-yellow-500\/5{background-color:rgba(234,179,8,.05)}.xs\:bg-yellow-500\/50{background-color:rgba(234,179,8,.5)}.xs\:bg-yellow-500\/55{background-color:rgba(234,179,8,.55)}.xs\:bg-yellow-500\/60{background-color:rgba(234,179,8,.6)}.xs\:bg-yellow-500\/65{background-color:rgba(234,179,8,.65)}.xs\:bg-yellow-500\/70{background-color:rgba(234,179,8,.7)}.xs\:bg-yellow-500\/75{background-color:rgba(234,179,8,.75)}.xs\:bg-yellow-500\/80{background-color:rgba(234,179,8,.8)}.xs\:bg-yellow-500\/85{background-color:rgba(234,179,8,.85)}.xs\:bg-yellow-500\/90{background-color:rgba(234,179,8,.9)}.xs\:bg-yellow-500\/95{background-color:rgba(234,179,8,.95)}.xs\:bg-yellow-600{--tw-bg-opacity:1;background-color:rgba(202,138,4,var(--tw-bg-opacity))}.xs\:bg-yellow-600\/0{background-color:rgba(202,138,4,0)}.xs\:bg-yellow-600\/10{background-color:rgba(202,138,4,.1)}.xs\:bg-yellow-600\/100{background-color:#ca8a04}.xs\:bg-yellow-600\/15{background-color:rgba(202,138,4,.15)}.xs\:bg-yellow-600\/20{background-color:rgba(202,138,4,.2)}.xs\:bg-yellow-600\/25{background-color:rgba(202,138,4,.25)}.xs\:bg-yellow-600\/30{background-color:rgba(202,138,4,.3)}.xs\:bg-yellow-600\/35{background-color:rgba(202,138,4,.35)}.xs\:bg-yellow-600\/40{background-color:rgba(202,138,4,.4)}.xs\:bg-yellow-600\/45{background-color:rgba(202,138,4,.45)}.xs\:bg-yellow-600\/5{background-color:rgba(202,138,4,.05)}.xs\:bg-yellow-600\/50{background-color:rgba(202,138,4,.5)}.xs\:bg-yellow-600\/55{background-color:rgba(202,138,4,.55)}.xs\:bg-yellow-600\/60{background-color:rgba(202,138,4,.6)}.xs\:bg-yellow-600\/65{background-color:rgba(202,138,4,.65)}.xs\:bg-yellow-600\/70{background-color:rgba(202,138,4,.7)}.xs\:bg-yellow-600\/75{background-color:rgba(202,138,4,.75)}.xs\:bg-yellow-600\/80{background-color:rgba(202,138,4,.8)}.xs\:bg-yellow-600\/85{background-color:rgba(202,138,4,.85)}.xs\:bg-yellow-600\/90{background-color:rgba(202,138,4,.9)}.xs\:bg-yellow-600\/95{background-color:rgba(202,138,4,.95)}.xs\:bg-yellow-700{--tw-bg-opacity:1;background-color:rgba(161,98,7,var(--tw-bg-opacity))}.xs\:bg-yellow-700\/0{background-color:rgba(161,98,7,0)}.xs\:bg-yellow-700\/10{background-color:rgba(161,98,7,.1)}.xs\:bg-yellow-700\/100{background-color:#a16207}.xs\:bg-yellow-700\/15{background-color:rgba(161,98,7,.15)}.xs\:bg-yellow-700\/20{background-color:rgba(161,98,7,.2)}.xs\:bg-yellow-700\/25{background-color:rgba(161,98,7,.25)}.xs\:bg-yellow-700\/30{background-color:rgba(161,98,7,.3)}.xs\:bg-yellow-700\/35{background-color:rgba(161,98,7,.35)}.xs\:bg-yellow-700\/40{background-color:rgba(161,98,7,.4)}.xs\:bg-yellow-700\/45{background-color:rgba(161,98,7,.45)}.xs\:bg-yellow-700\/5{background-color:rgba(161,98,7,.05)}.xs\:bg-yellow-700\/50{background-color:rgba(161,98,7,.5)}.xs\:bg-yellow-700\/55{background-color:rgba(161,98,7,.55)}.xs\:bg-yellow-700\/60{background-color:rgba(161,98,7,.6)}.xs\:bg-yellow-700\/65{background-color:rgba(161,98,7,.65)}.xs\:bg-yellow-700\/70{background-color:rgba(161,98,7,.7)}.xs\:bg-yellow-700\/75{background-color:rgba(161,98,7,.75)}.xs\:bg-yellow-700\/80{background-color:rgba(161,98,7,.8)}.xs\:bg-yellow-700\/85{background-color:rgba(161,98,7,.85)}.xs\:bg-yellow-700\/90{background-color:rgba(161,98,7,.9)}.xs\:bg-yellow-700\/95{background-color:rgba(161,98,7,.95)}.xs\:bg-yellow-800{--tw-bg-opacity:1;background-color:rgba(133,77,14,var(--tw-bg-opacity))}.xs\:bg-yellow-800\/0{background-color:rgba(133,77,14,0)}.xs\:bg-yellow-800\/10{background-color:rgba(133,77,14,.1)}.xs\:bg-yellow-800\/100{background-color:#854d0e}.xs\:bg-yellow-800\/15{background-color:rgba(133,77,14,.15)}.xs\:bg-yellow-800\/20{background-color:rgba(133,77,14,.2)}.xs\:bg-yellow-800\/25{background-color:rgba(133,77,14,.25)}.xs\:bg-yellow-800\/30{background-color:rgba(133,77,14,.3)}.xs\:bg-yellow-800\/35{background-color:rgba(133,77,14,.35)}.xs\:bg-yellow-800\/40{background-color:rgba(133,77,14,.4)}.xs\:bg-yellow-800\/45{background-color:rgba(133,77,14,.45)}.xs\:bg-yellow-800\/5{background-color:rgba(133,77,14,.05)}.xs\:bg-yellow-800\/50{background-color:rgba(133,77,14,.5)}.xs\:bg-yellow-800\/55{background-color:rgba(133,77,14,.55)}.xs\:bg-yellow-800\/60{background-color:rgba(133,77,14,.6)}.xs\:bg-yellow-800\/65{background-color:rgba(133,77,14,.65)}.xs\:bg-yellow-800\/70{background-color:rgba(133,77,14,.7)}.xs\:bg-yellow-800\/75{background-color:rgba(133,77,14,.75)}.xs\:bg-yellow-800\/80{background-color:rgba(133,77,14,.8)}.xs\:bg-yellow-800\/85{background-color:rgba(133,77,14,.85)}.xs\:bg-yellow-800\/90{background-color:rgba(133,77,14,.9)}.xs\:bg-yellow-800\/95{background-color:rgba(133,77,14,.95)}.xs\:bg-yellow-900{--tw-bg-opacity:1;background-color:rgba(113,63,18,var(--tw-bg-opacity))}.xs\:bg-yellow-900\/0{background-color:rgba(113,63,18,0)}.xs\:bg-yellow-900\/10{background-color:rgba(113,63,18,.1)}.xs\:bg-yellow-900\/100{background-color:#713f12}.xs\:bg-yellow-900\/15{background-color:rgba(113,63,18,.15)}.xs\:bg-yellow-900\/20{background-color:rgba(113,63,18,.2)}.xs\:bg-yellow-900\/25{background-color:rgba(113,63,18,.25)}.xs\:bg-yellow-900\/30{background-color:rgba(113,63,18,.3)}.xs\:bg-yellow-900\/35{background-color:rgba(113,63,18,.35)}.xs\:bg-yellow-900\/40{background-color:rgba(113,63,18,.4)}.xs\:bg-yellow-900\/45{background-color:rgba(113,63,18,.45)}.xs\:bg-yellow-900\/5{background-color:rgba(113,63,18,.05)}.xs\:bg-yellow-900\/50{background-color:rgba(113,63,18,.5)}.xs\:bg-yellow-900\/55{background-color:rgba(113,63,18,.55)}.xs\:bg-yellow-900\/60{background-color:rgba(113,63,18,.6)}.xs\:bg-yellow-900\/65{background-color:rgba(113,63,18,.65)}.xs\:bg-yellow-900\/70{background-color:rgba(113,63,18,.7)}.xs\:bg-yellow-900\/75{background-color:rgba(113,63,18,.75)}.xs\:bg-yellow-900\/80{background-color:rgba(113,63,18,.8)}.xs\:bg-yellow-900\/85{background-color:rgba(113,63,18,.85)}.xs\:bg-yellow-900\/90{background-color:rgba(113,63,18,.9)}.xs\:bg-yellow-900\/95{background-color:rgba(113,63,18,.95)}.xs\:bg-yellow-950{--tw-bg-opacity:1;background-color:rgba(66,32,6,var(--tw-bg-opacity))}.xs\:bg-yellow-950\/0{background-color:rgba(66,32,6,0)}.xs\:bg-yellow-950\/10{background-color:rgba(66,32,6,.1)}.xs\:bg-yellow-950\/100{background-color:#422006}.xs\:bg-yellow-950\/15{background-color:rgba(66,32,6,.15)}.xs\:bg-yellow-950\/20{background-color:rgba(66,32,6,.2)}.xs\:bg-yellow-950\/25{background-color:rgba(66,32,6,.25)}.xs\:bg-yellow-950\/30{background-color:rgba(66,32,6,.3)}.xs\:bg-yellow-950\/35{background-color:rgba(66,32,6,.35)}.xs\:bg-yellow-950\/40{background-color:rgba(66,32,6,.4)}.xs\:bg-yellow-950\/45{background-color:rgba(66,32,6,.45)}.xs\:bg-yellow-950\/5{background-color:rgba(66,32,6,.05)}.xs\:bg-yellow-950\/50{background-color:rgba(66,32,6,.5)}.xs\:bg-yellow-950\/55{background-color:rgba(66,32,6,.55)}.xs\:bg-yellow-950\/60{background-color:rgba(66,32,6,.6)}.xs\:bg-yellow-950\/65{background-color:rgba(66,32,6,.65)}.xs\:bg-yellow-950\/70{background-color:rgba(66,32,6,.7)}.xs\:bg-yellow-950\/75{background-color:rgba(66,32,6,.75)}.xs\:bg-yellow-950\/80{background-color:rgba(66,32,6,.8)}.xs\:bg-yellow-950\/85{background-color:rgba(66,32,6,.85)}.xs\:bg-yellow-950\/90{background-color:rgba(66,32,6,.9)}.xs\:bg-yellow-950\/95{background-color:rgba(66,32,6,.95)}.xs\:bg-zinc-100{--tw-bg-opacity:1;background-color:rgba(244,244,245,var(--tw-bg-opacity))}.xs\:bg-zinc-100\/0{background-color:hsla(240,5%,96%,0)}.xs\:bg-zinc-100\/10{background-color:hsla(240,5%,96%,.1)}.xs\:bg-zinc-100\/100{background-color:#f4f4f5}.xs\:bg-zinc-100\/15{background-color:hsla(240,5%,96%,.15)}.xs\:bg-zinc-100\/20{background-color:hsla(240,5%,96%,.2)}.xs\:bg-zinc-100\/25{background-color:hsla(240,5%,96%,.25)}.xs\:bg-zinc-100\/30{background-color:hsla(240,5%,96%,.3)}.xs\:bg-zinc-100\/35{background-color:hsla(240,5%,96%,.35)}.xs\:bg-zinc-100\/40{background-color:hsla(240,5%,96%,.4)}.xs\:bg-zinc-100\/45{background-color:hsla(240,5%,96%,.45)}.xs\:bg-zinc-100\/5{background-color:hsla(240,5%,96%,.05)}.xs\:bg-zinc-100\/50{background-color:hsla(240,5%,96%,.5)}.xs\:bg-zinc-100\/55{background-color:hsla(240,5%,96%,.55)}.xs\:bg-zinc-100\/60{background-color:hsla(240,5%,96%,.6)}.xs\:bg-zinc-100\/65{background-color:hsla(240,5%,96%,.65)}.xs\:bg-zinc-100\/70{background-color:hsla(240,5%,96%,.7)}.xs\:bg-zinc-100\/75{background-color:hsla(240,5%,96%,.75)}.xs\:bg-zinc-100\/80{background-color:hsla(240,5%,96%,.8)}.xs\:bg-zinc-100\/85{background-color:hsla(240,5%,96%,.85)}.xs\:bg-zinc-100\/90{background-color:hsla(240,5%,96%,.9)}.xs\:bg-zinc-100\/95{background-color:hsla(240,5%,96%,.95)}.xs\:bg-zinc-200{--tw-bg-opacity:1;background-color:rgba(228,228,231,var(--tw-bg-opacity))}.xs\:bg-zinc-200\/0{background-color:hsla(240,6%,90%,0)}.xs\:bg-zinc-200\/10{background-color:hsla(240,6%,90%,.1)}.xs\:bg-zinc-200\/100{background-color:#e4e4e7}.xs\:bg-zinc-200\/15{background-color:hsla(240,6%,90%,.15)}.xs\:bg-zinc-200\/20{background-color:hsla(240,6%,90%,.2)}.xs\:bg-zinc-200\/25{background-color:hsla(240,6%,90%,.25)}.xs\:bg-zinc-200\/30{background-color:hsla(240,6%,90%,.3)}.xs\:bg-zinc-200\/35{background-color:hsla(240,6%,90%,.35)}.xs\:bg-zinc-200\/40{background-color:hsla(240,6%,90%,.4)}.xs\:bg-zinc-200\/45{background-color:hsla(240,6%,90%,.45)}.xs\:bg-zinc-200\/5{background-color:hsla(240,6%,90%,.05)}.xs\:bg-zinc-200\/50{background-color:hsla(240,6%,90%,.5)}.xs\:bg-zinc-200\/55{background-color:hsla(240,6%,90%,.55)}.xs\:bg-zinc-200\/60{background-color:hsla(240,6%,90%,.6)}.xs\:bg-zinc-200\/65{background-color:hsla(240,6%,90%,.65)}.xs\:bg-zinc-200\/70{background-color:hsla(240,6%,90%,.7)}.xs\:bg-zinc-200\/75{background-color:hsla(240,6%,90%,.75)}.xs\:bg-zinc-200\/80{background-color:hsla(240,6%,90%,.8)}.xs\:bg-zinc-200\/85{background-color:hsla(240,6%,90%,.85)}.xs\:bg-zinc-200\/90{background-color:hsla(240,6%,90%,.9)}.xs\:bg-zinc-200\/95{background-color:hsla(240,6%,90%,.95)}.xs\:bg-zinc-300{--tw-bg-opacity:1;background-color:rgba(212,212,216,var(--tw-bg-opacity))}.xs\:bg-zinc-300\/0{background-color:hsla(240,5%,84%,0)}.xs\:bg-zinc-300\/10{background-color:hsla(240,5%,84%,.1)}.xs\:bg-zinc-300\/100{background-color:#d4d4d8}.xs\:bg-zinc-300\/15{background-color:hsla(240,5%,84%,.15)}.xs\:bg-zinc-300\/20{background-color:hsla(240,5%,84%,.2)}.xs\:bg-zinc-300\/25{background-color:hsla(240,5%,84%,.25)}.xs\:bg-zinc-300\/30{background-color:hsla(240,5%,84%,.3)}.xs\:bg-zinc-300\/35{background-color:hsla(240,5%,84%,.35)}.xs\:bg-zinc-300\/40{background-color:hsla(240,5%,84%,.4)}.xs\:bg-zinc-300\/45{background-color:hsla(240,5%,84%,.45)}.xs\:bg-zinc-300\/5{background-color:hsla(240,5%,84%,.05)}.xs\:bg-zinc-300\/50{background-color:hsla(240,5%,84%,.5)}.xs\:bg-zinc-300\/55{background-color:hsla(240,5%,84%,.55)}.xs\:bg-zinc-300\/60{background-color:hsla(240,5%,84%,.6)}.xs\:bg-zinc-300\/65{background-color:hsla(240,5%,84%,.65)}.xs\:bg-zinc-300\/70{background-color:hsla(240,5%,84%,.7)}.xs\:bg-zinc-300\/75{background-color:hsla(240,5%,84%,.75)}.xs\:bg-zinc-300\/80{background-color:hsla(240,5%,84%,.8)}.xs\:bg-zinc-300\/85{background-color:hsla(240,5%,84%,.85)}.xs\:bg-zinc-300\/90{background-color:hsla(240,5%,84%,.9)}.xs\:bg-zinc-300\/95{background-color:hsla(240,5%,84%,.95)}.xs\:bg-zinc-400{--tw-bg-opacity:1;background-color:rgba(161,161,170,var(--tw-bg-opacity))}.xs\:bg-zinc-400\/0{background-color:hsla(240,5%,65%,0)}.xs\:bg-zinc-400\/10{background-color:hsla(240,5%,65%,.1)}.xs\:bg-zinc-400\/100{background-color:#a1a1aa}.xs\:bg-zinc-400\/15{background-color:hsla(240,5%,65%,.15)}.xs\:bg-zinc-400\/20{background-color:hsla(240,5%,65%,.2)}.xs\:bg-zinc-400\/25{background-color:hsla(240,5%,65%,.25)}.xs\:bg-zinc-400\/30{background-color:hsla(240,5%,65%,.3)}.xs\:bg-zinc-400\/35{background-color:hsla(240,5%,65%,.35)}.xs\:bg-zinc-400\/40{background-color:hsla(240,5%,65%,.4)}.xs\:bg-zinc-400\/45{background-color:hsla(240,5%,65%,.45)}.xs\:bg-zinc-400\/5{background-color:hsla(240,5%,65%,.05)}.xs\:bg-zinc-400\/50{background-color:hsla(240,5%,65%,.5)}.xs\:bg-zinc-400\/55{background-color:hsla(240,5%,65%,.55)}.xs\:bg-zinc-400\/60{background-color:hsla(240,5%,65%,.6)}.xs\:bg-zinc-400\/65{background-color:hsla(240,5%,65%,.65)}.xs\:bg-zinc-400\/70{background-color:hsla(240,5%,65%,.7)}.xs\:bg-zinc-400\/75{background-color:hsla(240,5%,65%,.75)}.xs\:bg-zinc-400\/80{background-color:hsla(240,5%,65%,.8)}.xs\:bg-zinc-400\/85{background-color:hsla(240,5%,65%,.85)}.xs\:bg-zinc-400\/90{background-color:hsla(240,5%,65%,.9)}.xs\:bg-zinc-400\/95{background-color:hsla(240,5%,65%,.95)}.xs\:bg-zinc-50{--tw-bg-opacity:1;background-color:rgba(250,250,250,var(--tw-bg-opacity))}.xs\:bg-zinc-50\/0{background-color:hsla(0,0%,98%,0)}.xs\:bg-zinc-50\/10{background-color:hsla(0,0%,98%,.1)}.xs\:bg-zinc-50\/100{background-color:#fafafa}.xs\:bg-zinc-50\/15{background-color:hsla(0,0%,98%,.15)}.xs\:bg-zinc-50\/20{background-color:hsla(0,0%,98%,.2)}.xs\:bg-zinc-50\/25{background-color:hsla(0,0%,98%,.25)}.xs\:bg-zinc-50\/30{background-color:hsla(0,0%,98%,.3)}.xs\:bg-zinc-50\/35{background-color:hsla(0,0%,98%,.35)}.xs\:bg-zinc-50\/40{background-color:hsla(0,0%,98%,.4)}.xs\:bg-zinc-50\/45{background-color:hsla(0,0%,98%,.45)}.xs\:bg-zinc-50\/5{background-color:hsla(0,0%,98%,.05)}.xs\:bg-zinc-50\/50{background-color:hsla(0,0%,98%,.5)}.xs\:bg-zinc-50\/55{background-color:hsla(0,0%,98%,.55)}.xs\:bg-zinc-50\/60{background-color:hsla(0,0%,98%,.6)}.xs\:bg-zinc-50\/65{background-color:hsla(0,0%,98%,.65)}.xs\:bg-zinc-50\/70{background-color:hsla(0,0%,98%,.7)}.xs\:bg-zinc-50\/75{background-color:hsla(0,0%,98%,.75)}.xs\:bg-zinc-50\/80{background-color:hsla(0,0%,98%,.8)}.xs\:bg-zinc-50\/85{background-color:hsla(0,0%,98%,.85)}.xs\:bg-zinc-50\/90{background-color:hsla(0,0%,98%,.9)}.xs\:bg-zinc-50\/95{background-color:hsla(0,0%,98%,.95)}.xs\:bg-zinc-500{--tw-bg-opacity:1;background-color:rgba(113,113,122,var(--tw-bg-opacity))}.xs\:bg-zinc-500\/0{background-color:hsla(240,4%,46%,0)}.xs\:bg-zinc-500\/10{background-color:hsla(240,4%,46%,.1)}.xs\:bg-zinc-500\/100{background-color:#71717a}.xs\:bg-zinc-500\/15{background-color:hsla(240,4%,46%,.15)}.xs\:bg-zinc-500\/20{background-color:hsla(240,4%,46%,.2)}.xs\:bg-zinc-500\/25{background-color:hsla(240,4%,46%,.25)}.xs\:bg-zinc-500\/30{background-color:hsla(240,4%,46%,.3)}.xs\:bg-zinc-500\/35{background-color:hsla(240,4%,46%,.35)}.xs\:bg-zinc-500\/40{background-color:hsla(240,4%,46%,.4)}.xs\:bg-zinc-500\/45{background-color:hsla(240,4%,46%,.45)}.xs\:bg-zinc-500\/5{background-color:hsla(240,4%,46%,.05)}.xs\:bg-zinc-500\/50{background-color:hsla(240,4%,46%,.5)}.xs\:bg-zinc-500\/55{background-color:hsla(240,4%,46%,.55)}.xs\:bg-zinc-500\/60{background-color:hsla(240,4%,46%,.6)}.xs\:bg-zinc-500\/65{background-color:hsla(240,4%,46%,.65)}.xs\:bg-zinc-500\/70{background-color:hsla(240,4%,46%,.7)}.xs\:bg-zinc-500\/75{background-color:hsla(240,4%,46%,.75)}.xs\:bg-zinc-500\/80{background-color:hsla(240,4%,46%,.8)}.xs\:bg-zinc-500\/85{background-color:hsla(240,4%,46%,.85)}.xs\:bg-zinc-500\/90{background-color:hsla(240,4%,46%,.9)}.xs\:bg-zinc-500\/95{background-color:hsla(240,4%,46%,.95)}.xs\:bg-zinc-600{--tw-bg-opacity:1;background-color:rgba(82,82,91,var(--tw-bg-opacity))}.xs\:bg-zinc-600\/0{background-color:rgba(82,82,91,0)}.xs\:bg-zinc-600\/10{background-color:rgba(82,82,91,.1)}.xs\:bg-zinc-600\/100{background-color:#52525b}.xs\:bg-zinc-600\/15{background-color:rgba(82,82,91,.15)}.xs\:bg-zinc-600\/20{background-color:rgba(82,82,91,.2)}.xs\:bg-zinc-600\/25{background-color:rgba(82,82,91,.25)}.xs\:bg-zinc-600\/30{background-color:rgba(82,82,91,.3)}.xs\:bg-zinc-600\/35{background-color:rgba(82,82,91,.35)}.xs\:bg-zinc-600\/40{background-color:rgba(82,82,91,.4)}.xs\:bg-zinc-600\/45{background-color:rgba(82,82,91,.45)}.xs\:bg-zinc-600\/5{background-color:rgba(82,82,91,.05)}.xs\:bg-zinc-600\/50{background-color:rgba(82,82,91,.5)}.xs\:bg-zinc-600\/55{background-color:rgba(82,82,91,.55)}.xs\:bg-zinc-600\/60{background-color:rgba(82,82,91,.6)}.xs\:bg-zinc-600\/65{background-color:rgba(82,82,91,.65)}.xs\:bg-zinc-600\/70{background-color:rgba(82,82,91,.7)}.xs\:bg-zinc-600\/75{background-color:rgba(82,82,91,.75)}.xs\:bg-zinc-600\/80{background-color:rgba(82,82,91,.8)}.xs\:bg-zinc-600\/85{background-color:rgba(82,82,91,.85)}.xs\:bg-zinc-600\/90{background-color:rgba(82,82,91,.9)}.xs\:bg-zinc-600\/95{background-color:rgba(82,82,91,.95)}.xs\:bg-zinc-700{--tw-bg-opacity:1;background-color:rgba(63,63,70,var(--tw-bg-opacity))}.xs\:bg-zinc-700\/0{background-color:rgba(63,63,70,0)}.xs\:bg-zinc-700\/10{background-color:rgba(63,63,70,.1)}.xs\:bg-zinc-700\/100{background-color:#3f3f46}.xs\:bg-zinc-700\/15{background-color:rgba(63,63,70,.15)}.xs\:bg-zinc-700\/20{background-color:rgba(63,63,70,.2)}.xs\:bg-zinc-700\/25{background-color:rgba(63,63,70,.25)}.xs\:bg-zinc-700\/30{background-color:rgba(63,63,70,.3)}.xs\:bg-zinc-700\/35{background-color:rgba(63,63,70,.35)}.xs\:bg-zinc-700\/40{background-color:rgba(63,63,70,.4)}.xs\:bg-zinc-700\/45{background-color:rgba(63,63,70,.45)}.xs\:bg-zinc-700\/5{background-color:rgba(63,63,70,.05)}.xs\:bg-zinc-700\/50{background-color:rgba(63,63,70,.5)}.xs\:bg-zinc-700\/55{background-color:rgba(63,63,70,.55)}.xs\:bg-zinc-700\/60{background-color:rgba(63,63,70,.6)}.xs\:bg-zinc-700\/65{background-color:rgba(63,63,70,.65)}.xs\:bg-zinc-700\/70{background-color:rgba(63,63,70,.7)}.xs\:bg-zinc-700\/75{background-color:rgba(63,63,70,.75)}.xs\:bg-zinc-700\/80{background-color:rgba(63,63,70,.8)}.xs\:bg-zinc-700\/85{background-color:rgba(63,63,70,.85)}.xs\:bg-zinc-700\/90{background-color:rgba(63,63,70,.9)}.xs\:bg-zinc-700\/95{background-color:rgba(63,63,70,.95)}.xs\:bg-zinc-800{--tw-bg-opacity:1;background-color:rgba(39,39,42,var(--tw-bg-opacity))}.xs\:bg-zinc-800\/0{background-color:rgba(39,39,42,0)}.xs\:bg-zinc-800\/10{background-color:rgba(39,39,42,.1)}.xs\:bg-zinc-800\/100{background-color:#27272a}.xs\:bg-zinc-800\/15{background-color:rgba(39,39,42,.15)}.xs\:bg-zinc-800\/20{background-color:rgba(39,39,42,.2)}.xs\:bg-zinc-800\/25{background-color:rgba(39,39,42,.25)}.xs\:bg-zinc-800\/30{background-color:rgba(39,39,42,.3)}.xs\:bg-zinc-800\/35{background-color:rgba(39,39,42,.35)}.xs\:bg-zinc-800\/40{background-color:rgba(39,39,42,.4)}.xs\:bg-zinc-800\/45{background-color:rgba(39,39,42,.45)}.xs\:bg-zinc-800\/5{background-color:rgba(39,39,42,.05)}.xs\:bg-zinc-800\/50{background-color:rgba(39,39,42,.5)}.xs\:bg-zinc-800\/55{background-color:rgba(39,39,42,.55)}.xs\:bg-zinc-800\/60{background-color:rgba(39,39,42,.6)}.xs\:bg-zinc-800\/65{background-color:rgba(39,39,42,.65)}.xs\:bg-zinc-800\/70{background-color:rgba(39,39,42,.7)}.xs\:bg-zinc-800\/75{background-color:rgba(39,39,42,.75)}.xs\:bg-zinc-800\/80{background-color:rgba(39,39,42,.8)}.xs\:bg-zinc-800\/85{background-color:rgba(39,39,42,.85)}.xs\:bg-zinc-800\/90{background-color:rgba(39,39,42,.9)}.xs\:bg-zinc-800\/95{background-color:rgba(39,39,42,.95)}.xs\:bg-zinc-900{--tw-bg-opacity:1;background-color:rgba(24,24,27,var(--tw-bg-opacity))}.xs\:bg-zinc-900\/0{background-color:rgba(24,24,27,0)}.xs\:bg-zinc-900\/10{background-color:rgba(24,24,27,.1)}.xs\:bg-zinc-900\/100{background-color:#18181b}.xs\:bg-zinc-900\/15{background-color:rgba(24,24,27,.15)}.xs\:bg-zinc-900\/20{background-color:rgba(24,24,27,.2)}.xs\:bg-zinc-900\/25{background-color:rgba(24,24,27,.25)}.xs\:bg-zinc-900\/30{background-color:rgba(24,24,27,.3)}.xs\:bg-zinc-900\/35{background-color:rgba(24,24,27,.35)}.xs\:bg-zinc-900\/40{background-color:rgba(24,24,27,.4)}.xs\:bg-zinc-900\/45{background-color:rgba(24,24,27,.45)}.xs\:bg-zinc-900\/5{background-color:rgba(24,24,27,.05)}.xs\:bg-zinc-900\/50{background-color:rgba(24,24,27,.5)}.xs\:bg-zinc-900\/55{background-color:rgba(24,24,27,.55)}.xs\:bg-zinc-900\/60{background-color:rgba(24,24,27,.6)}.xs\:bg-zinc-900\/65{background-color:rgba(24,24,27,.65)}.xs\:bg-zinc-900\/70{background-color:rgba(24,24,27,.7)}.xs\:bg-zinc-900\/75{background-color:rgba(24,24,27,.75)}.xs\:bg-zinc-900\/80{background-color:rgba(24,24,27,.8)}.xs\:bg-zinc-900\/85{background-color:rgba(24,24,27,.85)}.xs\:bg-zinc-900\/90{background-color:rgba(24,24,27,.9)}.xs\:bg-zinc-900\/95{background-color:rgba(24,24,27,.95)}.xs\:bg-zinc-950{--tw-bg-opacity:1;background-color:rgba(9,9,11,var(--tw-bg-opacity))}.xs\:bg-zinc-950\/0{background-color:rgba(9,9,11,0)}.xs\:bg-zinc-950\/10{background-color:rgba(9,9,11,.1)}.xs\:bg-zinc-950\/100{background-color:#09090b}.xs\:bg-zinc-950\/15{background-color:rgba(9,9,11,.15)}.xs\:bg-zinc-950\/20{background-color:rgba(9,9,11,.2)}.xs\:bg-zinc-950\/25{background-color:rgba(9,9,11,.25)}.xs\:bg-zinc-950\/30{background-color:rgba(9,9,11,.3)}.xs\:bg-zinc-950\/35{background-color:rgba(9,9,11,.35)}.xs\:bg-zinc-950\/40{background-color:rgba(9,9,11,.4)}.xs\:bg-zinc-950\/45{background-color:rgba(9,9,11,.45)}.xs\:bg-zinc-950\/5{background-color:rgba(9,9,11,.05)}.xs\:bg-zinc-950\/50{background-color:rgba(9,9,11,.5)}.xs\:bg-zinc-950\/55{background-color:rgba(9,9,11,.55)}.xs\:bg-zinc-950\/60{background-color:rgba(9,9,11,.6)}.xs\:bg-zinc-950\/65{background-color:rgba(9,9,11,.65)}.xs\:bg-zinc-950\/70{background-color:rgba(9,9,11,.7)}.xs\:bg-zinc-950\/75{background-color:rgba(9,9,11,.75)}.xs\:bg-zinc-950\/80{background-color:rgba(9,9,11,.8)}.xs\:bg-zinc-950\/85{background-color:rgba(9,9,11,.85)}.xs\:bg-zinc-950\/90{background-color:rgba(9,9,11,.9)}.xs\:bg-zinc-950\/95{background-color:rgba(9,9,11,.95)}.xs\:bg-opacity-0{--tw-bg-opacity:0}.xs\:bg-opacity-10{--tw-bg-opacity:0.1}.xs\:bg-opacity-100{--tw-bg-opacity:1}.xs\:bg-opacity-15{--tw-bg-opacity:0.15}.xs\:bg-opacity-20{--tw-bg-opacity:0.2}.xs\:bg-opacity-25{--tw-bg-opacity:0.25}.xs\:bg-opacity-30{--tw-bg-opacity:0.3}.xs\:bg-opacity-35{--tw-bg-opacity:0.35}.xs\:bg-opacity-40{--tw-bg-opacity:0.4}.xs\:bg-opacity-45{--tw-bg-opacity:0.45}.xs\:bg-opacity-5{--tw-bg-opacity:0.05}.xs\:bg-opacity-50{--tw-bg-opacity:0.5}.xs\:bg-opacity-55{--tw-bg-opacity:0.55}.xs\:bg-opacity-60{--tw-bg-opacity:0.6}.xs\:bg-opacity-65{--tw-bg-opacity:0.65}.xs\:bg-opacity-70{--tw-bg-opacity:0.7}.xs\:bg-opacity-75{--tw-bg-opacity:0.75}.xs\:bg-opacity-80{--tw-bg-opacity:0.8}.xs\:bg-opacity-85{--tw-bg-opacity:0.85}.xs\:bg-opacity-90{--tw-bg-opacity:0.9}.xs\:bg-opacity-95{--tw-bg-opacity:0.95}.xs\:bg-colour-options{background-image:url(/app/themes/wraith/public/images/colour-options-bg.947ce4.svg)}.xs\:bg-footer{background-image:url(/app/themes/wraith/public/images/footer-bg.0a5cc9.svg)}.xs\:bg-gradient-to-b{background-image:linear-gradient(to bottom,var(--tw-gradient-stops))}.xs\:bg-gradient-to-bl{background-image:linear-gradient(to bottom left,var(--tw-gradient-stops))}.xs\:bg-gradient-to-br{background-image:linear-gradient(to bottom right,var(--tw-gradient-stops))}.xs\:bg-gradient-to-l{background-image:linear-gradient(to left,var(--tw-gradient-stops))}.xs\:bg-gradient-to-r{background-image:linear-gradient(to right,var(--tw-gradient-stops))}.xs\:bg-gradient-to-t{background-image:linear-gradient(to top,var(--tw-gradient-stops))}.xs\:bg-gradient-to-tl{background-image:linear-gradient(to top left,var(--tw-gradient-stops))}.xs\:bg-gradient-to-tr{background-image:linear-gradient(to top right,var(--tw-gradient-stops))}.xs\:bg-none{background-image:none}.xs\:bg-secondary-dark-gray-white-split{background-image:linear-gradient(180deg,#f2f3f4,#f2f3f4 50%,#fff 0,#fff)}.xs\:bg-trust-col{background-image:url(/app/themes/wraith/public/images/trust-col-bg.8161a3.svg)}.xs\:bg-white-secondary-split{background-image:linear-gradient(180deg,#fff,#fff 50%,#042131 0,#042131)}.xs\:bg-auto{background-size:auto}.xs\:bg-contain{background-size:contain}.xs\:bg-cover{background-size:cover}.xs\:bg-fixed{background-attachment:fixed}.xs\:bg-local{background-attachment:local}.xs\:bg-scroll{background-attachment:scroll}.xs\:bg-clip-border{background-clip:initial}.xs\:bg-clip-padding{background-clip:padding-box}.xs\:bg-clip-content{background-clip:content-box}.xs\:bg-clip-text{-webkit-background-clip:text;background-clip:text}.xs\:bg-bottom{background-position:bottom}.xs\:bg-center{background-position:50%}.xs\:bg-left{background-position:0}.xs\:bg-left-bottom{background-position:0 100%}.xs\:bg-left-top{background-position:0 0}.xs\:bg-right{background-position:100%}.xs\:bg-right-bottom{background-position:100% 100%}.xs\:bg-right-top{background-position:100% 0}.xs\:bg-top{background-position:top}.xs\:bg-repeat{background-repeat:repeat}.xs\:bg-no-repeat{background-repeat:no-repeat}.xs\:bg-repeat-x{background-repeat:repeat-x}.xs\:bg-repeat-y{background-repeat:repeat-y}.xs\:bg-repeat-round{background-repeat:round}.xs\:bg-repeat-space{background-repeat:space}.xs\:bg-origin-border{background-origin:border-box}.xs\:bg-origin-padding{background-origin:initial}.xs\:bg-origin-content{background-origin:content-box}.xs\:px-0{padding-left:0;padding-right:0}.xs\:bg-blend-normal{background-blend-mode:normal}.xs\:bg-blend-multiply{background-blend-mode:multiply}.xs\:bg-blend-screen{background-blend-mode:screen}.xs\:bg-blend-overlay{background-blend-mode:overlay}.xs\:bg-blend-darken{background-blend-mode:darken}.xs\:bg-blend-lighten{background-blend-mode:lighten}.xs\:bg-blend-color-dodge{background-blend-mode:color-dodge}.xs\:bg-blend-color-burn{background-blend-mode:color-burn}.xs\:bg-blend-hard-light{background-blend-mode:hard-light}.xs\:bg-blend-soft-light{background-blend-mode:soft-light}.xs\:bg-blend-difference{background-blend-mode:difference}.xs\:bg-blend-exclusion{background-blend-mode:exclusion}.xs\:bg-blend-hue{background-blend-mode:hue}.xs\:bg-blend-saturation{background-blend-mode:saturation}.xs\:bg-blend-color{background-blend-mode:color}.xs\:bg-blend-luminosity{background-blend-mode:luminosity}}@media (min-width:640px){.sm\:block{display:block}.sm\:hidden{display:none}.sm\:\!h-\[640px\]{height:640px!important}.sm\:h-\[750px\]{height:750px}.sm\:w-1\/2{width:50%}.sm\:basis-1\/5{flex-basis:20%}.sm\:basis-4\/5{flex-basis:80%}.sm\:grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.sm\:flex-row{flex-direction:row}.sm\:flex-nowrap{flex-wrap:nowrap}.sm\:gap-10{gap:2.5rem}.sm\:gap-12{gap:3rem}.sm\:bg-amber-100{--tw-bg-opacity:1;background-color:rgba(254,243,199,var(--tw-bg-opacity))}.sm\:bg-amber-100\/0{background-color:hsla(48,96%,89%,0)}.sm\:bg-amber-100\/10{background-color:hsla(48,96%,89%,.1)}.sm\:bg-amber-100\/100{background-color:#fef3c7}.sm\:bg-amber-100\/15{background-color:hsla(48,96%,89%,.15)}.sm\:bg-amber-100\/20{background-color:hsla(48,96%,89%,.2)}.sm\:bg-amber-100\/25{background-color:hsla(48,96%,89%,.25)}.sm\:bg-amber-100\/30{background-color:hsla(48,96%,89%,.3)}.sm\:bg-amber-100\/35{background-color:hsla(48,96%,89%,.35)}.sm\:bg-amber-100\/40{background-color:hsla(48,96%,89%,.4)}.sm\:bg-amber-100\/45{background-color:hsla(48,96%,89%,.45)}.sm\:bg-amber-100\/5{background-color:hsla(48,96%,89%,.05)}.sm\:bg-amber-100\/50{background-color:hsla(48,96%,89%,.5)}.sm\:bg-amber-100\/55{background-color:hsla(48,96%,89%,.55)}.sm\:bg-amber-100\/60{background-color:hsla(48,96%,89%,.6)}.sm\:bg-amber-100\/65{background-color:hsla(48,96%,89%,.65)}.sm\:bg-amber-100\/70{background-color:hsla(48,96%,89%,.7)}.sm\:bg-amber-100\/75{background-color:hsla(48,96%,89%,.75)}.sm\:bg-amber-100\/80{background-color:hsla(48,96%,89%,.8)}.sm\:bg-amber-100\/85{background-color:hsla(48,96%,89%,.85)}.sm\:bg-amber-100\/90{background-color:hsla(48,96%,89%,.9)}.sm\:bg-amber-100\/95{background-color:hsla(48,96%,89%,.95)}.sm\:bg-amber-200{--tw-bg-opacity:1;background-color:rgba(253,230,138,var(--tw-bg-opacity))}.sm\:bg-amber-200\/0{background-color:hsla(48,97%,77%,0)}.sm\:bg-amber-200\/10{background-color:hsla(48,97%,77%,.1)}.sm\:bg-amber-200\/100{background-color:#fde68a}.sm\:bg-amber-200\/15{background-color:hsla(48,97%,77%,.15)}.sm\:bg-amber-200\/20{background-color:hsla(48,97%,77%,.2)}.sm\:bg-amber-200\/25{background-color:hsla(48,97%,77%,.25)}.sm\:bg-amber-200\/30{background-color:hsla(48,97%,77%,.3)}.sm\:bg-amber-200\/35{background-color:hsla(48,97%,77%,.35)}.sm\:bg-amber-200\/40{background-color:hsla(48,97%,77%,.4)}.sm\:bg-amber-200\/45{background-color:hsla(48,97%,77%,.45)}.sm\:bg-amber-200\/5{background-color:hsla(48,97%,77%,.05)}.sm\:bg-amber-200\/50{background-color:hsla(48,97%,77%,.5)}.sm\:bg-amber-200\/55{background-color:hsla(48,97%,77%,.55)}.sm\:bg-amber-200\/60{background-color:hsla(48,97%,77%,.6)}.sm\:bg-amber-200\/65{background-color:hsla(48,97%,77%,.65)}.sm\:bg-amber-200\/70{background-color:hsla(48,97%,77%,.7)}.sm\:bg-amber-200\/75{background-color:hsla(48,97%,77%,.75)}.sm\:bg-amber-200\/80{background-color:hsla(48,97%,77%,.8)}.sm\:bg-amber-200\/85{background-color:hsla(48,97%,77%,.85)}.sm\:bg-amber-200\/90{background-color:hsla(48,97%,77%,.9)}.sm\:bg-amber-200\/95{background-color:hsla(48,97%,77%,.95)}.sm\:bg-amber-300{--tw-bg-opacity:1;background-color:rgba(252,211,77,var(--tw-bg-opacity))}.sm\:bg-amber-300\/0{background-color:rgba(252,211,77,0)}.sm\:bg-amber-300\/10{background-color:rgba(252,211,77,.1)}.sm\:bg-amber-300\/100{background-color:#fcd34d}.sm\:bg-amber-300\/15{background-color:rgba(252,211,77,.15)}.sm\:bg-amber-300\/20{background-color:rgba(252,211,77,.2)}.sm\:bg-amber-300\/25{background-color:rgba(252,211,77,.25)}.sm\:bg-amber-300\/30{background-color:rgba(252,211,77,.3)}.sm\:bg-amber-300\/35{background-color:rgba(252,211,77,.35)}.sm\:bg-amber-300\/40{background-color:rgba(252,211,77,.4)}.sm\:bg-amber-300\/45{background-color:rgba(252,211,77,.45)}.sm\:bg-amber-300\/5{background-color:rgba(252,211,77,.05)}.sm\:bg-amber-300\/50{background-color:rgba(252,211,77,.5)}.sm\:bg-amber-300\/55{background-color:rgba(252,211,77,.55)}.sm\:bg-amber-300\/60{background-color:rgba(252,211,77,.6)}.sm\:bg-amber-300\/65{background-color:rgba(252,211,77,.65)}.sm\:bg-amber-300\/70{background-color:rgba(252,211,77,.7)}.sm\:bg-amber-300\/75{background-color:rgba(252,211,77,.75)}.sm\:bg-amber-300\/80{background-color:rgba(252,211,77,.8)}.sm\:bg-amber-300\/85{background-color:rgba(252,211,77,.85)}.sm\:bg-amber-300\/90{background-color:rgba(252,211,77,.9)}.sm\:bg-amber-300\/95{background-color:rgba(252,211,77,.95)}.sm\:bg-amber-400{--tw-bg-opacity:1;background-color:rgba(251,191,36,var(--tw-bg-opacity))}.sm\:bg-amber-400\/0{background-color:rgba(251,191,36,0)}.sm\:bg-amber-400\/10{background-color:rgba(251,191,36,.1)}.sm\:bg-amber-400\/100{background-color:#fbbf24}.sm\:bg-amber-400\/15{background-color:rgba(251,191,36,.15)}.sm\:bg-amber-400\/20{background-color:rgba(251,191,36,.2)}.sm\:bg-amber-400\/25{background-color:rgba(251,191,36,.25)}.sm\:bg-amber-400\/30{background-color:rgba(251,191,36,.3)}.sm\:bg-amber-400\/35{background-color:rgba(251,191,36,.35)}.sm\:bg-amber-400\/40{background-color:rgba(251,191,36,.4)}.sm\:bg-amber-400\/45{background-color:rgba(251,191,36,.45)}.sm\:bg-amber-400\/5{background-color:rgba(251,191,36,.05)}.sm\:bg-amber-400\/50{background-color:rgba(251,191,36,.5)}.sm\:bg-amber-400\/55{background-color:rgba(251,191,36,.55)}.sm\:bg-amber-400\/60{background-color:rgba(251,191,36,.6)}.sm\:bg-amber-400\/65{background-color:rgba(251,191,36,.65)}.sm\:bg-amber-400\/70{background-color:rgba(251,191,36,.7)}.sm\:bg-amber-400\/75{background-color:rgba(251,191,36,.75)}.sm\:bg-amber-400\/80{background-color:rgba(251,191,36,.8)}.sm\:bg-amber-400\/85{background-color:rgba(251,191,36,.85)}.sm\:bg-amber-400\/90{background-color:rgba(251,191,36,.9)}.sm\:bg-amber-400\/95{background-color:rgba(251,191,36,.95)}.sm\:bg-amber-50{--tw-bg-opacity:1;background-color:rgba(255,251,235,var(--tw-bg-opacity))}.sm\:bg-amber-50\/0{background-color:rgba(255,251,235,0)}.sm\:bg-amber-50\/10{background-color:rgba(255,251,235,.1)}.sm\:bg-amber-50\/100{background-color:#fffbeb}.sm\:bg-amber-50\/15{background-color:rgba(255,251,235,.15)}.sm\:bg-amber-50\/20{background-color:rgba(255,251,235,.2)}.sm\:bg-amber-50\/25{background-color:rgba(255,251,235,.25)}.sm\:bg-amber-50\/30{background-color:rgba(255,251,235,.3)}.sm\:bg-amber-50\/35{background-color:rgba(255,251,235,.35)}.sm\:bg-amber-50\/40{background-color:rgba(255,251,235,.4)}.sm\:bg-amber-50\/45{background-color:rgba(255,251,235,.45)}.sm\:bg-amber-50\/5{background-color:rgba(255,251,235,.05)}.sm\:bg-amber-50\/50{background-color:rgba(255,251,235,.5)}.sm\:bg-amber-50\/55{background-color:rgba(255,251,235,.55)}.sm\:bg-amber-50\/60{background-color:rgba(255,251,235,.6)}.sm\:bg-amber-50\/65{background-color:rgba(255,251,235,.65)}.sm\:bg-amber-50\/70{background-color:rgba(255,251,235,.7)}.sm\:bg-amber-50\/75{background-color:rgba(255,251,235,.75)}.sm\:bg-amber-50\/80{background-color:rgba(255,251,235,.8)}.sm\:bg-amber-50\/85{background-color:rgba(255,251,235,.85)}.sm\:bg-amber-50\/90{background-color:rgba(255,251,235,.9)}.sm\:bg-amber-50\/95{background-color:rgba(255,251,235,.95)}.sm\:bg-amber-500{--tw-bg-opacity:1;background-color:rgba(245,158,11,var(--tw-bg-opacity))}.sm\:bg-amber-500\/0{background-color:rgba(245,158,11,0)}.sm\:bg-amber-500\/10{background-color:rgba(245,158,11,.1)}.sm\:bg-amber-500\/100{background-color:#f59e0b}.sm\:bg-amber-500\/15{background-color:rgba(245,158,11,.15)}.sm\:bg-amber-500\/20{background-color:rgba(245,158,11,.2)}.sm\:bg-amber-500\/25{background-color:rgba(245,158,11,.25)}.sm\:bg-amber-500\/30{background-color:rgba(245,158,11,.3)}.sm\:bg-amber-500\/35{background-color:rgba(245,158,11,.35)}.sm\:bg-amber-500\/40{background-color:rgba(245,158,11,.4)}.sm\:bg-amber-500\/45{background-color:rgba(245,158,11,.45)}.sm\:bg-amber-500\/5{background-color:rgba(245,158,11,.05)}.sm\:bg-amber-500\/50{background-color:rgba(245,158,11,.5)}.sm\:bg-amber-500\/55{background-color:rgba(245,158,11,.55)}.sm\:bg-amber-500\/60{background-color:rgba(245,158,11,.6)}.sm\:bg-amber-500\/65{background-color:rgba(245,158,11,.65)}.sm\:bg-amber-500\/70{background-color:rgba(245,158,11,.7)}.sm\:bg-amber-500\/75{background-color:rgba(245,158,11,.75)}.sm\:bg-amber-500\/80{background-color:rgba(245,158,11,.8)}.sm\:bg-amber-500\/85{background-color:rgba(245,158,11,.85)}.sm\:bg-amber-500\/90{background-color:rgba(245,158,11,.9)}.sm\:bg-amber-500\/95{background-color:rgba(245,158,11,.95)}.sm\:bg-amber-600{--tw-bg-opacity:1;background-color:rgba(217,119,6,var(--tw-bg-opacity))}.sm\:bg-amber-600\/0{background-color:rgba(217,119,6,0)}.sm\:bg-amber-600\/10{background-color:rgba(217,119,6,.1)}.sm\:bg-amber-600\/100{background-color:#d97706}.sm\:bg-amber-600\/15{background-color:rgba(217,119,6,.15)}.sm\:bg-amber-600\/20{background-color:rgba(217,119,6,.2)}.sm\:bg-amber-600\/25{background-color:rgba(217,119,6,.25)}.sm\:bg-amber-600\/30{background-color:rgba(217,119,6,.3)}.sm\:bg-amber-600\/35{background-color:rgba(217,119,6,.35)}.sm\:bg-amber-600\/40{background-color:rgba(217,119,6,.4)}.sm\:bg-amber-600\/45{background-color:rgba(217,119,6,.45)}.sm\:bg-amber-600\/5{background-color:rgba(217,119,6,.05)}.sm\:bg-amber-600\/50{background-color:rgba(217,119,6,.5)}.sm\:bg-amber-600\/55{background-color:rgba(217,119,6,.55)}.sm\:bg-amber-600\/60{background-color:rgba(217,119,6,.6)}.sm\:bg-amber-600\/65{background-color:rgba(217,119,6,.65)}.sm\:bg-amber-600\/70{background-color:rgba(217,119,6,.7)}.sm\:bg-amber-600\/75{background-color:rgba(217,119,6,.75)}.sm\:bg-amber-600\/80{background-color:rgba(217,119,6,.8)}.sm\:bg-amber-600\/85{background-color:rgba(217,119,6,.85)}.sm\:bg-amber-600\/90{background-color:rgba(217,119,6,.9)}.sm\:bg-amber-600\/95{background-color:rgba(217,119,6,.95)}.sm\:bg-amber-700{--tw-bg-opacity:1;background-color:rgba(180,83,9,var(--tw-bg-opacity))}.sm\:bg-amber-700\/0{background-color:rgba(180,83,9,0)}.sm\:bg-amber-700\/10{background-color:rgba(180,83,9,.1)}.sm\:bg-amber-700\/100{background-color:#b45309}.sm\:bg-amber-700\/15{background-color:rgba(180,83,9,.15)}.sm\:bg-amber-700\/20{background-color:rgba(180,83,9,.2)}.sm\:bg-amber-700\/25{background-color:rgba(180,83,9,.25)}.sm\:bg-amber-700\/30{background-color:rgba(180,83,9,.3)}.sm\:bg-amber-700\/35{background-color:rgba(180,83,9,.35)}.sm\:bg-amber-700\/40{background-color:rgba(180,83,9,.4)}.sm\:bg-amber-700\/45{background-color:rgba(180,83,9,.45)}.sm\:bg-amber-700\/5{background-color:rgba(180,83,9,.05)}.sm\:bg-amber-700\/50{background-color:rgba(180,83,9,.5)}.sm\:bg-amber-700\/55{background-color:rgba(180,83,9,.55)}.sm\:bg-amber-700\/60{background-color:rgba(180,83,9,.6)}.sm\:bg-amber-700\/65{background-color:rgba(180,83,9,.65)}.sm\:bg-amber-700\/70{background-color:rgba(180,83,9,.7)}.sm\:bg-amber-700\/75{background-color:rgba(180,83,9,.75)}.sm\:bg-amber-700\/80{background-color:rgba(180,83,9,.8)}.sm\:bg-amber-700\/85{background-color:rgba(180,83,9,.85)}.sm\:bg-amber-700\/90{background-color:rgba(180,83,9,.9)}.sm\:bg-amber-700\/95{background-color:rgba(180,83,9,.95)}.sm\:bg-amber-800{--tw-bg-opacity:1;background-color:rgba(146,64,14,var(--tw-bg-opacity))}.sm\:bg-amber-800\/0{background-color:rgba(146,64,14,0)}.sm\:bg-amber-800\/10{background-color:rgba(146,64,14,.1)}.sm\:bg-amber-800\/100{background-color:#92400e}.sm\:bg-amber-800\/15{background-color:rgba(146,64,14,.15)}.sm\:bg-amber-800\/20{background-color:rgba(146,64,14,.2)}.sm\:bg-amber-800\/25{background-color:rgba(146,64,14,.25)}.sm\:bg-amber-800\/30{background-color:rgba(146,64,14,.3)}.sm\:bg-amber-800\/35{background-color:rgba(146,64,14,.35)}.sm\:bg-amber-800\/40{background-color:rgba(146,64,14,.4)}.sm\:bg-amber-800\/45{background-color:rgba(146,64,14,.45)}.sm\:bg-amber-800\/5{background-color:rgba(146,64,14,.05)}.sm\:bg-amber-800\/50{background-color:rgba(146,64,14,.5)}.sm\:bg-amber-800\/55{background-color:rgba(146,64,14,.55)}.sm\:bg-amber-800\/60{background-color:rgba(146,64,14,.6)}.sm\:bg-amber-800\/65{background-color:rgba(146,64,14,.65)}.sm\:bg-amber-800\/70{background-color:rgba(146,64,14,.7)}.sm\:bg-amber-800\/75{background-color:rgba(146,64,14,.75)}.sm\:bg-amber-800\/80{background-color:rgba(146,64,14,.8)}.sm\:bg-amber-800\/85{background-color:rgba(146,64,14,.85)}.sm\:bg-amber-800\/90{background-color:rgba(146,64,14,.9)}.sm\:bg-amber-800\/95{background-color:rgba(146,64,14,.95)}.sm\:bg-amber-900{--tw-bg-opacity:1;background-color:rgba(120,53,15,var(--tw-bg-opacity))}.sm\:bg-amber-900\/0{background-color:rgba(120,53,15,0)}.sm\:bg-amber-900\/10{background-color:rgba(120,53,15,.1)}.sm\:bg-amber-900\/100{background-color:#78350f}.sm\:bg-amber-900\/15{background-color:rgba(120,53,15,.15)}.sm\:bg-amber-900\/20{background-color:rgba(120,53,15,.2)}.sm\:bg-amber-900\/25{background-color:rgba(120,53,15,.25)}.sm\:bg-amber-900\/30{background-color:rgba(120,53,15,.3)}.sm\:bg-amber-900\/35{background-color:rgba(120,53,15,.35)}.sm\:bg-amber-900\/40{background-color:rgba(120,53,15,.4)}.sm\:bg-amber-900\/45{background-color:rgba(120,53,15,.45)}.sm\:bg-amber-900\/5{background-color:rgba(120,53,15,.05)}.sm\:bg-amber-900\/50{background-color:rgba(120,53,15,.5)}.sm\:bg-amber-900\/55{background-color:rgba(120,53,15,.55)}.sm\:bg-amber-900\/60{background-color:rgba(120,53,15,.6)}.sm\:bg-amber-900\/65{background-color:rgba(120,53,15,.65)}.sm\:bg-amber-900\/70{background-color:rgba(120,53,15,.7)}.sm\:bg-amber-900\/75{background-color:rgba(120,53,15,.75)}.sm\:bg-amber-900\/80{background-color:rgba(120,53,15,.8)}.sm\:bg-amber-900\/85{background-color:rgba(120,53,15,.85)}.sm\:bg-amber-900\/90{background-color:rgba(120,53,15,.9)}.sm\:bg-amber-900\/95{background-color:rgba(120,53,15,.95)}.sm\:bg-amber-950{--tw-bg-opacity:1;background-color:rgba(69,26,3,var(--tw-bg-opacity))}.sm\:bg-amber-950\/0{background-color:rgba(69,26,3,0)}.sm\:bg-amber-950\/10{background-color:rgba(69,26,3,.1)}.sm\:bg-amber-950\/100{background-color:#451a03}.sm\:bg-amber-950\/15{background-color:rgba(69,26,3,.15)}.sm\:bg-amber-950\/20{background-color:rgba(69,26,3,.2)}.sm\:bg-amber-950\/25{background-color:rgba(69,26,3,.25)}.sm\:bg-amber-950\/30{background-color:rgba(69,26,3,.3)}.sm\:bg-amber-950\/35{background-color:rgba(69,26,3,.35)}.sm\:bg-amber-950\/40{background-color:rgba(69,26,3,.4)}.sm\:bg-amber-950\/45{background-color:rgba(69,26,3,.45)}.sm\:bg-amber-950\/5{background-color:rgba(69,26,3,.05)}.sm\:bg-amber-950\/50{background-color:rgba(69,26,3,.5)}.sm\:bg-amber-950\/55{background-color:rgba(69,26,3,.55)}.sm\:bg-amber-950\/60{background-color:rgba(69,26,3,.6)}.sm\:bg-amber-950\/65{background-color:rgba(69,26,3,.65)}.sm\:bg-amber-950\/70{background-color:rgba(69,26,3,.7)}.sm\:bg-amber-950\/75{background-color:rgba(69,26,3,.75)}.sm\:bg-amber-950\/80{background-color:rgba(69,26,3,.8)}.sm\:bg-amber-950\/85{background-color:rgba(69,26,3,.85)}.sm\:bg-amber-950\/90{background-color:rgba(69,26,3,.9)}.sm\:bg-amber-950\/95{background-color:rgba(69,26,3,.95)}.sm\:bg-black{--tw-bg-opacity:1;background-color:rgba(0,0,0,var(--tw-bg-opacity))}.sm\:bg-black\/0{background-color:transparent}.sm\:bg-black\/10{background-color:rgba(0,0,0,.1)}.sm\:bg-black\/100{background-color:#000}.sm\:bg-black\/15{background-color:rgba(0,0,0,.15)}.sm\:bg-black\/20{background-color:rgba(0,0,0,.2)}.sm\:bg-black\/25{background-color:rgba(0,0,0,.25)}.sm\:bg-black\/30{background-color:rgba(0,0,0,.3)}.sm\:bg-black\/35{background-color:rgba(0,0,0,.35)}.sm\:bg-black\/40{background-color:rgba(0,0,0,.4)}.sm\:bg-black\/45{background-color:rgba(0,0,0,.45)}.sm\:bg-black\/5{background-color:rgba(0,0,0,.05)}.sm\:bg-black\/50{background-color:rgba(0,0,0,.5)}.sm\:bg-black\/55{background-color:rgba(0,0,0,.55)}.sm\:bg-black\/60{background-color:rgba(0,0,0,.6)}.sm\:bg-black\/65{background-color:rgba(0,0,0,.65)}.sm\:bg-black\/70{background-color:rgba(0,0,0,.7)}.sm\:bg-black\/75{background-color:rgba(0,0,0,.75)}.sm\:bg-black\/80{background-color:rgba(0,0,0,.8)}.sm\:bg-black\/85{background-color:rgba(0,0,0,.85)}.sm\:bg-black\/90{background-color:rgba(0,0,0,.9)}.sm\:bg-black\/95{background-color:rgba(0,0,0,.95)}.sm\:bg-blue-100{--tw-bg-opacity:1;background-color:rgba(219,234,254,var(--tw-bg-opacity))}.sm\:bg-blue-100\/0{background-color:rgba(219,234,254,0)}.sm\:bg-blue-100\/10{background-color:rgba(219,234,254,.1)}.sm\:bg-blue-100\/100{background-color:#dbeafe}.sm\:bg-blue-100\/15{background-color:rgba(219,234,254,.15)}.sm\:bg-blue-100\/20{background-color:rgba(219,234,254,.2)}.sm\:bg-blue-100\/25{background-color:rgba(219,234,254,.25)}.sm\:bg-blue-100\/30{background-color:rgba(219,234,254,.3)}.sm\:bg-blue-100\/35{background-color:rgba(219,234,254,.35)}.sm\:bg-blue-100\/40{background-color:rgba(219,234,254,.4)}.sm\:bg-blue-100\/45{background-color:rgba(219,234,254,.45)}.sm\:bg-blue-100\/5{background-color:rgba(219,234,254,.05)}.sm\:bg-blue-100\/50{background-color:rgba(219,234,254,.5)}.sm\:bg-blue-100\/55{background-color:rgba(219,234,254,.55)}.sm\:bg-blue-100\/60{background-color:rgba(219,234,254,.6)}.sm\:bg-blue-100\/65{background-color:rgba(219,234,254,.65)}.sm\:bg-blue-100\/70{background-color:rgba(219,234,254,.7)}.sm\:bg-blue-100\/75{background-color:rgba(219,234,254,.75)}.sm\:bg-blue-100\/80{background-color:rgba(219,234,254,.8)}.sm\:bg-blue-100\/85{background-color:rgba(219,234,254,.85)}.sm\:bg-blue-100\/90{background-color:rgba(219,234,254,.9)}.sm\:bg-blue-100\/95{background-color:rgba(219,234,254,.95)}.sm\:bg-blue-200{--tw-bg-opacity:1;background-color:rgba(191,219,254,var(--tw-bg-opacity))}.sm\:bg-blue-200\/0{background-color:rgba(191,219,254,0)}.sm\:bg-blue-200\/10{background-color:rgba(191,219,254,.1)}.sm\:bg-blue-200\/100{background-color:#bfdbfe}.sm\:bg-blue-200\/15{background-color:rgba(191,219,254,.15)}.sm\:bg-blue-200\/20{background-color:rgba(191,219,254,.2)}.sm\:bg-blue-200\/25{background-color:rgba(191,219,254,.25)}.sm\:bg-blue-200\/30{background-color:rgba(191,219,254,.3)}.sm\:bg-blue-200\/35{background-color:rgba(191,219,254,.35)}.sm\:bg-blue-200\/40{background-color:rgba(191,219,254,.4)}.sm\:bg-blue-200\/45{background-color:rgba(191,219,254,.45)}.sm\:bg-blue-200\/5{background-color:rgba(191,219,254,.05)}.sm\:bg-blue-200\/50{background-color:rgba(191,219,254,.5)}.sm\:bg-blue-200\/55{background-color:rgba(191,219,254,.55)}.sm\:bg-blue-200\/60{background-color:rgba(191,219,254,.6)}.sm\:bg-blue-200\/65{background-color:rgba(191,219,254,.65)}.sm\:bg-blue-200\/70{background-color:rgba(191,219,254,.7)}.sm\:bg-blue-200\/75{background-color:rgba(191,219,254,.75)}.sm\:bg-blue-200\/80{background-color:rgba(191,219,254,.8)}.sm\:bg-blue-200\/85{background-color:rgba(191,219,254,.85)}.sm\:bg-blue-200\/90{background-color:rgba(191,219,254,.9)}.sm\:bg-blue-200\/95{background-color:rgba(191,219,254,.95)}.sm\:bg-blue-300{--tw-bg-opacity:1;background-color:rgba(147,197,253,var(--tw-bg-opacity))}.sm\:bg-blue-300\/0{background-color:rgba(147,197,253,0)}.sm\:bg-blue-300\/10{background-color:rgba(147,197,253,.1)}.sm\:bg-blue-300\/100{background-color:#93c5fd}.sm\:bg-blue-300\/15{background-color:rgba(147,197,253,.15)}.sm\:bg-blue-300\/20{background-color:rgba(147,197,253,.2)}.sm\:bg-blue-300\/25{background-color:rgba(147,197,253,.25)}.sm\:bg-blue-300\/30{background-color:rgba(147,197,253,.3)}.sm\:bg-blue-300\/35{background-color:rgba(147,197,253,.35)}.sm\:bg-blue-300\/40{background-color:rgba(147,197,253,.4)}.sm\:bg-blue-300\/45{background-color:rgba(147,197,253,.45)}.sm\:bg-blue-300\/5{background-color:rgba(147,197,253,.05)}.sm\:bg-blue-300\/50{background-color:rgba(147,197,253,.5)}.sm\:bg-blue-300\/55{background-color:rgba(147,197,253,.55)}.sm\:bg-blue-300\/60{background-color:rgba(147,197,253,.6)}.sm\:bg-blue-300\/65{background-color:rgba(147,197,253,.65)}.sm\:bg-blue-300\/70{background-color:rgba(147,197,253,.7)}.sm\:bg-blue-300\/75{background-color:rgba(147,197,253,.75)}.sm\:bg-blue-300\/80{background-color:rgba(147,197,253,.8)}.sm\:bg-blue-300\/85{background-color:rgba(147,197,253,.85)}.sm\:bg-blue-300\/90{background-color:rgba(147,197,253,.9)}.sm\:bg-blue-300\/95{background-color:rgba(147,197,253,.95)}.sm\:bg-blue-400{--tw-bg-opacity:1;background-color:rgba(96,165,250,var(--tw-bg-opacity))}.sm\:bg-blue-400\/0{background-color:rgba(96,165,250,0)}.sm\:bg-blue-400\/10{background-color:rgba(96,165,250,.1)}.sm\:bg-blue-400\/100{background-color:#60a5fa}.sm\:bg-blue-400\/15{background-color:rgba(96,165,250,.15)}.sm\:bg-blue-400\/20{background-color:rgba(96,165,250,.2)}.sm\:bg-blue-400\/25{background-color:rgba(96,165,250,.25)}.sm\:bg-blue-400\/30{background-color:rgba(96,165,250,.3)}.sm\:bg-blue-400\/35{background-color:rgba(96,165,250,.35)}.sm\:bg-blue-400\/40{background-color:rgba(96,165,250,.4)}.sm\:bg-blue-400\/45{background-color:rgba(96,165,250,.45)}.sm\:bg-blue-400\/5{background-color:rgba(96,165,250,.05)}.sm\:bg-blue-400\/50{background-color:rgba(96,165,250,.5)}.sm\:bg-blue-400\/55{background-color:rgba(96,165,250,.55)}.sm\:bg-blue-400\/60{background-color:rgba(96,165,250,.6)}.sm\:bg-blue-400\/65{background-color:rgba(96,165,250,.65)}.sm\:bg-blue-400\/70{background-color:rgba(96,165,250,.7)}.sm\:bg-blue-400\/75{background-color:rgba(96,165,250,.75)}.sm\:bg-blue-400\/80{background-color:rgba(96,165,250,.8)}.sm\:bg-blue-400\/85{background-color:rgba(96,165,250,.85)}.sm\:bg-blue-400\/90{background-color:rgba(96,165,250,.9)}.sm\:bg-blue-400\/95{background-color:rgba(96,165,250,.95)}.sm\:bg-blue-50{--tw-bg-opacity:1;background-color:rgba(239,246,255,var(--tw-bg-opacity))}.sm\:bg-blue-50\/0{background-color:rgba(239,246,255,0)}.sm\:bg-blue-50\/10{background-color:rgba(239,246,255,.1)}.sm\:bg-blue-50\/100{background-color:#eff6ff}.sm\:bg-blue-50\/15{background-color:rgba(239,246,255,.15)}.sm\:bg-blue-50\/20{background-color:rgba(239,246,255,.2)}.sm\:bg-blue-50\/25{background-color:rgba(239,246,255,.25)}.sm\:bg-blue-50\/30{background-color:rgba(239,246,255,.3)}.sm\:bg-blue-50\/35{background-color:rgba(239,246,255,.35)}.sm\:bg-blue-50\/40{background-color:rgba(239,246,255,.4)}.sm\:bg-blue-50\/45{background-color:rgba(239,246,255,.45)}.sm\:bg-blue-50\/5{background-color:rgba(239,246,255,.05)}.sm\:bg-blue-50\/50{background-color:rgba(239,246,255,.5)}.sm\:bg-blue-50\/55{background-color:rgba(239,246,255,.55)}.sm\:bg-blue-50\/60{background-color:rgba(239,246,255,.6)}.sm\:bg-blue-50\/65{background-color:rgba(239,246,255,.65)}.sm\:bg-blue-50\/70{background-color:rgba(239,246,255,.7)}.sm\:bg-blue-50\/75{background-color:rgba(239,246,255,.75)}.sm\:bg-blue-50\/80{background-color:rgba(239,246,255,.8)}.sm\:bg-blue-50\/85{background-color:rgba(239,246,255,.85)}.sm\:bg-blue-50\/90{background-color:rgba(239,246,255,.9)}.sm\:bg-blue-50\/95{background-color:rgba(239,246,255,.95)}.sm\:bg-blue-500{--tw-bg-opacity:1;background-color:rgba(59,130,246,var(--tw-bg-opacity))}.sm\:bg-blue-500\/0{background-color:rgba(59,130,246,0)}.sm\:bg-blue-500\/10{background-color:rgba(59,130,246,.1)}.sm\:bg-blue-500\/100{background-color:#3b82f6}.sm\:bg-blue-500\/15{background-color:rgba(59,130,246,.15)}.sm\:bg-blue-500\/20{background-color:rgba(59,130,246,.2)}.sm\:bg-blue-500\/25{background-color:rgba(59,130,246,.25)}.sm\:bg-blue-500\/30{background-color:rgba(59,130,246,.3)}.sm\:bg-blue-500\/35{background-color:rgba(59,130,246,.35)}.sm\:bg-blue-500\/40{background-color:rgba(59,130,246,.4)}.sm\:bg-blue-500\/45{background-color:rgba(59,130,246,.45)}.sm\:bg-blue-500\/5{background-color:rgba(59,130,246,.05)}.sm\:bg-blue-500\/50{background-color:rgba(59,130,246,.5)}.sm\:bg-blue-500\/55{background-color:rgba(59,130,246,.55)}.sm\:bg-blue-500\/60{background-color:rgba(59,130,246,.6)}.sm\:bg-blue-500\/65{background-color:rgba(59,130,246,.65)}.sm\:bg-blue-500\/70{background-color:rgba(59,130,246,.7)}.sm\:bg-blue-500\/75{background-color:rgba(59,130,246,.75)}.sm\:bg-blue-500\/80{background-color:rgba(59,130,246,.8)}.sm\:bg-blue-500\/85{background-color:rgba(59,130,246,.85)}.sm\:bg-blue-500\/90{background-color:rgba(59,130,246,.9)}.sm\:bg-blue-500\/95{background-color:rgba(59,130,246,.95)}.sm\:bg-blue-600{--tw-bg-opacity:1;background-color:rgba(37,99,235,var(--tw-bg-opacity))}.sm\:bg-blue-600\/0{background-color:rgba(37,99,235,0)}.sm\:bg-blue-600\/10{background-color:rgba(37,99,235,.1)}.sm\:bg-blue-600\/100{background-color:#2563eb}.sm\:bg-blue-600\/15{background-color:rgba(37,99,235,.15)}.sm\:bg-blue-600\/20{background-color:rgba(37,99,235,.2)}.sm\:bg-blue-600\/25{background-color:rgba(37,99,235,.25)}.sm\:bg-blue-600\/30{background-color:rgba(37,99,235,.3)}.sm\:bg-blue-600\/35{background-color:rgba(37,99,235,.35)}.sm\:bg-blue-600\/40{background-color:rgba(37,99,235,.4)}.sm\:bg-blue-600\/45{background-color:rgba(37,99,235,.45)}.sm\:bg-blue-600\/5{background-color:rgba(37,99,235,.05)}.sm\:bg-blue-600\/50{background-color:rgba(37,99,235,.5)}.sm\:bg-blue-600\/55{background-color:rgba(37,99,235,.55)}.sm\:bg-blue-600\/60{background-color:rgba(37,99,235,.6)}.sm\:bg-blue-600\/65{background-color:rgba(37,99,235,.65)}.sm\:bg-blue-600\/70{background-color:rgba(37,99,235,.7)}.sm\:bg-blue-600\/75{background-color:rgba(37,99,235,.75)}.sm\:bg-blue-600\/80{background-color:rgba(37,99,235,.8)}.sm\:bg-blue-600\/85{background-color:rgba(37,99,235,.85)}.sm\:bg-blue-600\/90{background-color:rgba(37,99,235,.9)}.sm\:bg-blue-600\/95{background-color:rgba(37,99,235,.95)}.sm\:bg-blue-700{--tw-bg-opacity:1;background-color:rgba(29,78,216,var(--tw-bg-opacity))}.sm\:bg-blue-700\/0{background-color:rgba(29,78,216,0)}.sm\:bg-blue-700\/10{background-color:rgba(29,78,216,.1)}.sm\:bg-blue-700\/100{background-color:#1d4ed8}.sm\:bg-blue-700\/15{background-color:rgba(29,78,216,.15)}.sm\:bg-blue-700\/20{background-color:rgba(29,78,216,.2)}.sm\:bg-blue-700\/25{background-color:rgba(29,78,216,.25)}.sm\:bg-blue-700\/30{background-color:rgba(29,78,216,.3)}.sm\:bg-blue-700\/35{background-color:rgba(29,78,216,.35)}.sm\:bg-blue-700\/40{background-color:rgba(29,78,216,.4)}.sm\:bg-blue-700\/45{background-color:rgba(29,78,216,.45)}.sm\:bg-blue-700\/5{background-color:rgba(29,78,216,.05)}.sm\:bg-blue-700\/50{background-color:rgba(29,78,216,.5)}.sm\:bg-blue-700\/55{background-color:rgba(29,78,216,.55)}.sm\:bg-blue-700\/60{background-color:rgba(29,78,216,.6)}.sm\:bg-blue-700\/65{background-color:rgba(29,78,216,.65)}.sm\:bg-blue-700\/70{background-color:rgba(29,78,216,.7)}.sm\:bg-blue-700\/75{background-color:rgba(29,78,216,.75)}.sm\:bg-blue-700\/80{background-color:rgba(29,78,216,.8)}.sm\:bg-blue-700\/85{background-color:rgba(29,78,216,.85)}.sm\:bg-blue-700\/90{background-color:rgba(29,78,216,.9)}.sm\:bg-blue-700\/95{background-color:rgba(29,78,216,.95)}.sm\:bg-blue-800{--tw-bg-opacity:1;background-color:rgba(30,64,175,var(--tw-bg-opacity))}.sm\:bg-blue-800\/0{background-color:rgba(30,64,175,0)}.sm\:bg-blue-800\/10{background-color:rgba(30,64,175,.1)}.sm\:bg-blue-800\/100{background-color:#1e40af}.sm\:bg-blue-800\/15{background-color:rgba(30,64,175,.15)}.sm\:bg-blue-800\/20{background-color:rgba(30,64,175,.2)}.sm\:bg-blue-800\/25{background-color:rgba(30,64,175,.25)}.sm\:bg-blue-800\/30{background-color:rgba(30,64,175,.3)}.sm\:bg-blue-800\/35{background-color:rgba(30,64,175,.35)}.sm\:bg-blue-800\/40{background-color:rgba(30,64,175,.4)}.sm\:bg-blue-800\/45{background-color:rgba(30,64,175,.45)}.sm\:bg-blue-800\/5{background-color:rgba(30,64,175,.05)}.sm\:bg-blue-800\/50{background-color:rgba(30,64,175,.5)}.sm\:bg-blue-800\/55{background-color:rgba(30,64,175,.55)}.sm\:bg-blue-800\/60{background-color:rgba(30,64,175,.6)}.sm\:bg-blue-800\/65{background-color:rgba(30,64,175,.65)}.sm\:bg-blue-800\/70{background-color:rgba(30,64,175,.7)}.sm\:bg-blue-800\/75{background-color:rgba(30,64,175,.75)}.sm\:bg-blue-800\/80{background-color:rgba(30,64,175,.8)}.sm\:bg-blue-800\/85{background-color:rgba(30,64,175,.85)}.sm\:bg-blue-800\/90{background-color:rgba(30,64,175,.9)}.sm\:bg-blue-800\/95{background-color:rgba(30,64,175,.95)}.sm\:bg-blue-900{--tw-bg-opacity:1;background-color:rgba(30,58,138,var(--tw-bg-opacity))}.sm\:bg-blue-900\/0{background-color:rgba(30,58,138,0)}.sm\:bg-blue-900\/10{background-color:rgba(30,58,138,.1)}.sm\:bg-blue-900\/100{background-color:#1e3a8a}.sm\:bg-blue-900\/15{background-color:rgba(30,58,138,.15)}.sm\:bg-blue-900\/20{background-color:rgba(30,58,138,.2)}.sm\:bg-blue-900\/25{background-color:rgba(30,58,138,.25)}.sm\:bg-blue-900\/30{background-color:rgba(30,58,138,.3)}.sm\:bg-blue-900\/35{background-color:rgba(30,58,138,.35)}.sm\:bg-blue-900\/40{background-color:rgba(30,58,138,.4)}.sm\:bg-blue-900\/45{background-color:rgba(30,58,138,.45)}.sm\:bg-blue-900\/5{background-color:rgba(30,58,138,.05)}.sm\:bg-blue-900\/50{background-color:rgba(30,58,138,.5)}.sm\:bg-blue-900\/55{background-color:rgba(30,58,138,.55)}.sm\:bg-blue-900\/60{background-color:rgba(30,58,138,.6)}.sm\:bg-blue-900\/65{background-color:rgba(30,58,138,.65)}.sm\:bg-blue-900\/70{background-color:rgba(30,58,138,.7)}.sm\:bg-blue-900\/75{background-color:rgba(30,58,138,.75)}.sm\:bg-blue-900\/80{background-color:rgba(30,58,138,.8)}.sm\:bg-blue-900\/85{background-color:rgba(30,58,138,.85)}.sm\:bg-blue-900\/90{background-color:rgba(30,58,138,.9)}.sm\:bg-blue-900\/95{background-color:rgba(30,58,138,.95)}.sm\:bg-blue-950{--tw-bg-opacity:1;background-color:rgba(23,37,84,var(--tw-bg-opacity))}.sm\:bg-blue-950\/0{background-color:rgba(23,37,84,0)}.sm\:bg-blue-950\/10{background-color:rgba(23,37,84,.1)}.sm\:bg-blue-950\/100{background-color:#172554}.sm\:bg-blue-950\/15{background-color:rgba(23,37,84,.15)}.sm\:bg-blue-950\/20{background-color:rgba(23,37,84,.2)}.sm\:bg-blue-950\/25{background-color:rgba(23,37,84,.25)}.sm\:bg-blue-950\/30{background-color:rgba(23,37,84,.3)}.sm\:bg-blue-950\/35{background-color:rgba(23,37,84,.35)}.sm\:bg-blue-950\/40{background-color:rgba(23,37,84,.4)}.sm\:bg-blue-950\/45{background-color:rgba(23,37,84,.45)}.sm\:bg-blue-950\/5{background-color:rgba(23,37,84,.05)}.sm\:bg-blue-950\/50{background-color:rgba(23,37,84,.5)}.sm\:bg-blue-950\/55{background-color:rgba(23,37,84,.55)}.sm\:bg-blue-950\/60{background-color:rgba(23,37,84,.6)}.sm\:bg-blue-950\/65{background-color:rgba(23,37,84,.65)}.sm\:bg-blue-950\/70{background-color:rgba(23,37,84,.7)}.sm\:bg-blue-950\/75{background-color:rgba(23,37,84,.75)}.sm\:bg-blue-950\/80{background-color:rgba(23,37,84,.8)}.sm\:bg-blue-950\/85{background-color:rgba(23,37,84,.85)}.sm\:bg-blue-950\/90{background-color:rgba(23,37,84,.9)}.sm\:bg-blue-950\/95{background-color:rgba(23,37,84,.95)}.sm\:bg-current{background-color:currentColor}.sm\:bg-cyan-100{--tw-bg-opacity:1;background-color:rgba(207,250,254,var(--tw-bg-opacity))}.sm\:bg-cyan-100\/0{background-color:rgba(207,250,254,0)}.sm\:bg-cyan-100\/10{background-color:rgba(207,250,254,.1)}.sm\:bg-cyan-100\/100{background-color:#cffafe}.sm\:bg-cyan-100\/15{background-color:rgba(207,250,254,.15)}.sm\:bg-cyan-100\/20{background-color:rgba(207,250,254,.2)}.sm\:bg-cyan-100\/25{background-color:rgba(207,250,254,.25)}.sm\:bg-cyan-100\/30{background-color:rgba(207,250,254,.3)}.sm\:bg-cyan-100\/35{background-color:rgba(207,250,254,.35)}.sm\:bg-cyan-100\/40{background-color:rgba(207,250,254,.4)}.sm\:bg-cyan-100\/45{background-color:rgba(207,250,254,.45)}.sm\:bg-cyan-100\/5{background-color:rgba(207,250,254,.05)}.sm\:bg-cyan-100\/50{background-color:rgba(207,250,254,.5)}.sm\:bg-cyan-100\/55{background-color:rgba(207,250,254,.55)}.sm\:bg-cyan-100\/60{background-color:rgba(207,250,254,.6)}.sm\:bg-cyan-100\/65{background-color:rgba(207,250,254,.65)}.sm\:bg-cyan-100\/70{background-color:rgba(207,250,254,.7)}.sm\:bg-cyan-100\/75{background-color:rgba(207,250,254,.75)}.sm\:bg-cyan-100\/80{background-color:rgba(207,250,254,.8)}.sm\:bg-cyan-100\/85{background-color:rgba(207,250,254,.85)}.sm\:bg-cyan-100\/90{background-color:rgba(207,250,254,.9)}.sm\:bg-cyan-100\/95{background-color:rgba(207,250,254,.95)}.sm\:bg-cyan-200{--tw-bg-opacity:1;background-color:rgba(165,243,252,var(--tw-bg-opacity))}.sm\:bg-cyan-200\/0{background-color:rgba(165,243,252,0)}.sm\:bg-cyan-200\/10{background-color:rgba(165,243,252,.1)}.sm\:bg-cyan-200\/100{background-color:#a5f3fc}.sm\:bg-cyan-200\/15{background-color:rgba(165,243,252,.15)}.sm\:bg-cyan-200\/20{background-color:rgba(165,243,252,.2)}.sm\:bg-cyan-200\/25{background-color:rgba(165,243,252,.25)}.sm\:bg-cyan-200\/30{background-color:rgba(165,243,252,.3)}.sm\:bg-cyan-200\/35{background-color:rgba(165,243,252,.35)}.sm\:bg-cyan-200\/40{background-color:rgba(165,243,252,.4)}.sm\:bg-cyan-200\/45{background-color:rgba(165,243,252,.45)}.sm\:bg-cyan-200\/5{background-color:rgba(165,243,252,.05)}.sm\:bg-cyan-200\/50{background-color:rgba(165,243,252,.5)}.sm\:bg-cyan-200\/55{background-color:rgba(165,243,252,.55)}.sm\:bg-cyan-200\/60{background-color:rgba(165,243,252,.6)}.sm\:bg-cyan-200\/65{background-color:rgba(165,243,252,.65)}.sm\:bg-cyan-200\/70{background-color:rgba(165,243,252,.7)}.sm\:bg-cyan-200\/75{background-color:rgba(165,243,252,.75)}.sm\:bg-cyan-200\/80{background-color:rgba(165,243,252,.8)}.sm\:bg-cyan-200\/85{background-color:rgba(165,243,252,.85)}.sm\:bg-cyan-200\/90{background-color:rgba(165,243,252,.9)}.sm\:bg-cyan-200\/95{background-color:rgba(165,243,252,.95)}.sm\:bg-cyan-300{--tw-bg-opacity:1;background-color:rgba(103,232,249,var(--tw-bg-opacity))}.sm\:bg-cyan-300\/0{background-color:rgba(103,232,249,0)}.sm\:bg-cyan-300\/10{background-color:rgba(103,232,249,.1)}.sm\:bg-cyan-300\/100{background-color:#67e8f9}.sm\:bg-cyan-300\/15{background-color:rgba(103,232,249,.15)}.sm\:bg-cyan-300\/20{background-color:rgba(103,232,249,.2)}.sm\:bg-cyan-300\/25{background-color:rgba(103,232,249,.25)}.sm\:bg-cyan-300\/30{background-color:rgba(103,232,249,.3)}.sm\:bg-cyan-300\/35{background-color:rgba(103,232,249,.35)}.sm\:bg-cyan-300\/40{background-color:rgba(103,232,249,.4)}.sm\:bg-cyan-300\/45{background-color:rgba(103,232,249,.45)}.sm\:bg-cyan-300\/5{background-color:rgba(103,232,249,.05)}.sm\:bg-cyan-300\/50{background-color:rgba(103,232,249,.5)}.sm\:bg-cyan-300\/55{background-color:rgba(103,232,249,.55)}.sm\:bg-cyan-300\/60{background-color:rgba(103,232,249,.6)}.sm\:bg-cyan-300\/65{background-color:rgba(103,232,249,.65)}.sm\:bg-cyan-300\/70{background-color:rgba(103,232,249,.7)}.sm\:bg-cyan-300\/75{background-color:rgba(103,232,249,.75)}.sm\:bg-cyan-300\/80{background-color:rgba(103,232,249,.8)}.sm\:bg-cyan-300\/85{background-color:rgba(103,232,249,.85)}.sm\:bg-cyan-300\/90{background-color:rgba(103,232,249,.9)}.sm\:bg-cyan-300\/95{background-color:rgba(103,232,249,.95)}.sm\:bg-cyan-400{--tw-bg-opacity:1;background-color:rgba(34,211,238,var(--tw-bg-opacity))}.sm\:bg-cyan-400\/0{background-color:rgba(34,211,238,0)}.sm\:bg-cyan-400\/10{background-color:rgba(34,211,238,.1)}.sm\:bg-cyan-400\/100{background-color:#22d3ee}.sm\:bg-cyan-400\/15{background-color:rgba(34,211,238,.15)}.sm\:bg-cyan-400\/20{background-color:rgba(34,211,238,.2)}.sm\:bg-cyan-400\/25{background-color:rgba(34,211,238,.25)}.sm\:bg-cyan-400\/30{background-color:rgba(34,211,238,.3)}.sm\:bg-cyan-400\/35{background-color:rgba(34,211,238,.35)}.sm\:bg-cyan-400\/40{background-color:rgba(34,211,238,.4)}.sm\:bg-cyan-400\/45{background-color:rgba(34,211,238,.45)}.sm\:bg-cyan-400\/5{background-color:rgba(34,211,238,.05)}.sm\:bg-cyan-400\/50{background-color:rgba(34,211,238,.5)}.sm\:bg-cyan-400\/55{background-color:rgba(34,211,238,.55)}.sm\:bg-cyan-400\/60{background-color:rgba(34,211,238,.6)}.sm\:bg-cyan-400\/65{background-color:rgba(34,211,238,.65)}.sm\:bg-cyan-400\/70{background-color:rgba(34,211,238,.7)}.sm\:bg-cyan-400\/75{background-color:rgba(34,211,238,.75)}.sm\:bg-cyan-400\/80{background-color:rgba(34,211,238,.8)}.sm\:bg-cyan-400\/85{background-color:rgba(34,211,238,.85)}.sm\:bg-cyan-400\/90{background-color:rgba(34,211,238,.9)}.sm\:bg-cyan-400\/95{background-color:rgba(34,211,238,.95)}.sm\:bg-cyan-50{--tw-bg-opacity:1;background-color:rgba(236,254,255,var(--tw-bg-opacity))}.sm\:bg-cyan-50\/0{background-color:rgba(236,254,255,0)}.sm\:bg-cyan-50\/10{background-color:rgba(236,254,255,.1)}.sm\:bg-cyan-50\/100{background-color:#ecfeff}.sm\:bg-cyan-50\/15{background-color:rgba(236,254,255,.15)}.sm\:bg-cyan-50\/20{background-color:rgba(236,254,255,.2)}.sm\:bg-cyan-50\/25{background-color:rgba(236,254,255,.25)}.sm\:bg-cyan-50\/30{background-color:rgba(236,254,255,.3)}.sm\:bg-cyan-50\/35{background-color:rgba(236,254,255,.35)}.sm\:bg-cyan-50\/40{background-color:rgba(236,254,255,.4)}.sm\:bg-cyan-50\/45{background-color:rgba(236,254,255,.45)}.sm\:bg-cyan-50\/5{background-color:rgba(236,254,255,.05)}.sm\:bg-cyan-50\/50{background-color:rgba(236,254,255,.5)}.sm\:bg-cyan-50\/55{background-color:rgba(236,254,255,.55)}.sm\:bg-cyan-50\/60{background-color:rgba(236,254,255,.6)}.sm\:bg-cyan-50\/65{background-color:rgba(236,254,255,.65)}.sm\:bg-cyan-50\/70{background-color:rgba(236,254,255,.7)}.sm\:bg-cyan-50\/75{background-color:rgba(236,254,255,.75)}.sm\:bg-cyan-50\/80{background-color:rgba(236,254,255,.8)}.sm\:bg-cyan-50\/85{background-color:rgba(236,254,255,.85)}.sm\:bg-cyan-50\/90{background-color:rgba(236,254,255,.9)}.sm\:bg-cyan-50\/95{background-color:rgba(236,254,255,.95)}.sm\:bg-cyan-500{--tw-bg-opacity:1;background-color:rgba(6,182,212,var(--tw-bg-opacity))}.sm\:bg-cyan-500\/0{background-color:rgba(6,182,212,0)}.sm\:bg-cyan-500\/10{background-color:rgba(6,182,212,.1)}.sm\:bg-cyan-500\/100{background-color:#06b6d4}.sm\:bg-cyan-500\/15{background-color:rgba(6,182,212,.15)}.sm\:bg-cyan-500\/20{background-color:rgba(6,182,212,.2)}.sm\:bg-cyan-500\/25{background-color:rgba(6,182,212,.25)}.sm\:bg-cyan-500\/30{background-color:rgba(6,182,212,.3)}.sm\:bg-cyan-500\/35{background-color:rgba(6,182,212,.35)}.sm\:bg-cyan-500\/40{background-color:rgba(6,182,212,.4)}.sm\:bg-cyan-500\/45{background-color:rgba(6,182,212,.45)}.sm\:bg-cyan-500\/5{background-color:rgba(6,182,212,.05)}.sm\:bg-cyan-500\/50{background-color:rgba(6,182,212,.5)}.sm\:bg-cyan-500\/55{background-color:rgba(6,182,212,.55)}.sm\:bg-cyan-500\/60{background-color:rgba(6,182,212,.6)}.sm\:bg-cyan-500\/65{background-color:rgba(6,182,212,.65)}.sm\:bg-cyan-500\/70{background-color:rgba(6,182,212,.7)}.sm\:bg-cyan-500\/75{background-color:rgba(6,182,212,.75)}.sm\:bg-cyan-500\/80{background-color:rgba(6,182,212,.8)}.sm\:bg-cyan-500\/85{background-color:rgba(6,182,212,.85)}.sm\:bg-cyan-500\/90{background-color:rgba(6,182,212,.9)}.sm\:bg-cyan-500\/95{background-color:rgba(6,182,212,.95)}.sm\:bg-cyan-600{--tw-bg-opacity:1;background-color:rgba(8,145,178,var(--tw-bg-opacity))}.sm\:bg-cyan-600\/0{background-color:rgba(8,145,178,0)}.sm\:bg-cyan-600\/10{background-color:rgba(8,145,178,.1)}.sm\:bg-cyan-600\/100{background-color:#0891b2}.sm\:bg-cyan-600\/15{background-color:rgba(8,145,178,.15)}.sm\:bg-cyan-600\/20{background-color:rgba(8,145,178,.2)}.sm\:bg-cyan-600\/25{background-color:rgba(8,145,178,.25)}.sm\:bg-cyan-600\/30{background-color:rgba(8,145,178,.3)}.sm\:bg-cyan-600\/35{background-color:rgba(8,145,178,.35)}.sm\:bg-cyan-600\/40{background-color:rgba(8,145,178,.4)}.sm\:bg-cyan-600\/45{background-color:rgba(8,145,178,.45)}.sm\:bg-cyan-600\/5{background-color:rgba(8,145,178,.05)}.sm\:bg-cyan-600\/50{background-color:rgba(8,145,178,.5)}.sm\:bg-cyan-600\/55{background-color:rgba(8,145,178,.55)}.sm\:bg-cyan-600\/60{background-color:rgba(8,145,178,.6)}.sm\:bg-cyan-600\/65{background-color:rgba(8,145,178,.65)}.sm\:bg-cyan-600\/70{background-color:rgba(8,145,178,.7)}.sm\:bg-cyan-600\/75{background-color:rgba(8,145,178,.75)}.sm\:bg-cyan-600\/80{background-color:rgba(8,145,178,.8)}.sm\:bg-cyan-600\/85{background-color:rgba(8,145,178,.85)}.sm\:bg-cyan-600\/90{background-color:rgba(8,145,178,.9)}.sm\:bg-cyan-600\/95{background-color:rgba(8,145,178,.95)}.sm\:bg-cyan-700{--tw-bg-opacity:1;background-color:rgba(14,116,144,var(--tw-bg-opacity))}.sm\:bg-cyan-700\/0{background-color:rgba(14,116,144,0)}.sm\:bg-cyan-700\/10{background-color:rgba(14,116,144,.1)}.sm\:bg-cyan-700\/100{background-color:#0e7490}.sm\:bg-cyan-700\/15{background-color:rgba(14,116,144,.15)}.sm\:bg-cyan-700\/20{background-color:rgba(14,116,144,.2)}.sm\:bg-cyan-700\/25{background-color:rgba(14,116,144,.25)}.sm\:bg-cyan-700\/30{background-color:rgba(14,116,144,.3)}.sm\:bg-cyan-700\/35{background-color:rgba(14,116,144,.35)}.sm\:bg-cyan-700\/40{background-color:rgba(14,116,144,.4)}.sm\:bg-cyan-700\/45{background-color:rgba(14,116,144,.45)}.sm\:bg-cyan-700\/5{background-color:rgba(14,116,144,.05)}.sm\:bg-cyan-700\/50{background-color:rgba(14,116,144,.5)}.sm\:bg-cyan-700\/55{background-color:rgba(14,116,144,.55)}.sm\:bg-cyan-700\/60{background-color:rgba(14,116,144,.6)}.sm\:bg-cyan-700\/65{background-color:rgba(14,116,144,.65)}.sm\:bg-cyan-700\/70{background-color:rgba(14,116,144,.7)}.sm\:bg-cyan-700\/75{background-color:rgba(14,116,144,.75)}.sm\:bg-cyan-700\/80{background-color:rgba(14,116,144,.8)}.sm\:bg-cyan-700\/85{background-color:rgba(14,116,144,.85)}.sm\:bg-cyan-700\/90{background-color:rgba(14,116,144,.9)}.sm\:bg-cyan-700\/95{background-color:rgba(14,116,144,.95)}.sm\:bg-cyan-800{--tw-bg-opacity:1;background-color:rgba(21,94,117,var(--tw-bg-opacity))}.sm\:bg-cyan-800\/0{background-color:rgba(21,94,117,0)}.sm\:bg-cyan-800\/10{background-color:rgba(21,94,117,.1)}.sm\:bg-cyan-800\/100{background-color:#155e75}.sm\:bg-cyan-800\/15{background-color:rgba(21,94,117,.15)}.sm\:bg-cyan-800\/20{background-color:rgba(21,94,117,.2)}.sm\:bg-cyan-800\/25{background-color:rgba(21,94,117,.25)}.sm\:bg-cyan-800\/30{background-color:rgba(21,94,117,.3)}.sm\:bg-cyan-800\/35{background-color:rgba(21,94,117,.35)}.sm\:bg-cyan-800\/40{background-color:rgba(21,94,117,.4)}.sm\:bg-cyan-800\/45{background-color:rgba(21,94,117,.45)}.sm\:bg-cyan-800\/5{background-color:rgba(21,94,117,.05)}.sm\:bg-cyan-800\/50{background-color:rgba(21,94,117,.5)}.sm\:bg-cyan-800\/55{background-color:rgba(21,94,117,.55)}.sm\:bg-cyan-800\/60{background-color:rgba(21,94,117,.6)}.sm\:bg-cyan-800\/65{background-color:rgba(21,94,117,.65)}.sm\:bg-cyan-800\/70{background-color:rgba(21,94,117,.7)}.sm\:bg-cyan-800\/75{background-color:rgba(21,94,117,.75)}.sm\:bg-cyan-800\/80{background-color:rgba(21,94,117,.8)}.sm\:bg-cyan-800\/85{background-color:rgba(21,94,117,.85)}.sm\:bg-cyan-800\/90{background-color:rgba(21,94,117,.9)}.sm\:bg-cyan-800\/95{background-color:rgba(21,94,117,.95)}.sm\:bg-cyan-900{--tw-bg-opacity:1;background-color:rgba(22,78,99,var(--tw-bg-opacity))}.sm\:bg-cyan-900\/0{background-color:rgba(22,78,99,0)}.sm\:bg-cyan-900\/10{background-color:rgba(22,78,99,.1)}.sm\:bg-cyan-900\/100{background-color:#164e63}.sm\:bg-cyan-900\/15{background-color:rgba(22,78,99,.15)}.sm\:bg-cyan-900\/20{background-color:rgba(22,78,99,.2)}.sm\:bg-cyan-900\/25{background-color:rgba(22,78,99,.25)}.sm\:bg-cyan-900\/30{background-color:rgba(22,78,99,.3)}.sm\:bg-cyan-900\/35{background-color:rgba(22,78,99,.35)}.sm\:bg-cyan-900\/40{background-color:rgba(22,78,99,.4)}.sm\:bg-cyan-900\/45{background-color:rgba(22,78,99,.45)}.sm\:bg-cyan-900\/5{background-color:rgba(22,78,99,.05)}.sm\:bg-cyan-900\/50{background-color:rgba(22,78,99,.5)}.sm\:bg-cyan-900\/55{background-color:rgba(22,78,99,.55)}.sm\:bg-cyan-900\/60{background-color:rgba(22,78,99,.6)}.sm\:bg-cyan-900\/65{background-color:rgba(22,78,99,.65)}.sm\:bg-cyan-900\/70{background-color:rgba(22,78,99,.7)}.sm\:bg-cyan-900\/75{background-color:rgba(22,78,99,.75)}.sm\:bg-cyan-900\/80{background-color:rgba(22,78,99,.8)}.sm\:bg-cyan-900\/85{background-color:rgba(22,78,99,.85)}.sm\:bg-cyan-900\/90{background-color:rgba(22,78,99,.9)}.sm\:bg-cyan-900\/95{background-color:rgba(22,78,99,.95)}.sm\:bg-cyan-950{--tw-bg-opacity:1;background-color:rgba(8,51,68,var(--tw-bg-opacity))}.sm\:bg-cyan-950\/0{background-color:rgba(8,51,68,0)}.sm\:bg-cyan-950\/10{background-color:rgba(8,51,68,.1)}.sm\:bg-cyan-950\/100{background-color:#083344}.sm\:bg-cyan-950\/15{background-color:rgba(8,51,68,.15)}.sm\:bg-cyan-950\/20{background-color:rgba(8,51,68,.2)}.sm\:bg-cyan-950\/25{background-color:rgba(8,51,68,.25)}.sm\:bg-cyan-950\/30{background-color:rgba(8,51,68,.3)}.sm\:bg-cyan-950\/35{background-color:rgba(8,51,68,.35)}.sm\:bg-cyan-950\/40{background-color:rgba(8,51,68,.4)}.sm\:bg-cyan-950\/45{background-color:rgba(8,51,68,.45)}.sm\:bg-cyan-950\/5{background-color:rgba(8,51,68,.05)}.sm\:bg-cyan-950\/50{background-color:rgba(8,51,68,.5)}.sm\:bg-cyan-950\/55{background-color:rgba(8,51,68,.55)}.sm\:bg-cyan-950\/60{background-color:rgba(8,51,68,.6)}.sm\:bg-cyan-950\/65{background-color:rgba(8,51,68,.65)}.sm\:bg-cyan-950\/70{background-color:rgba(8,51,68,.7)}.sm\:bg-cyan-950\/75{background-color:rgba(8,51,68,.75)}.sm\:bg-cyan-950\/80{background-color:rgba(8,51,68,.8)}.sm\:bg-cyan-950\/85{background-color:rgba(8,51,68,.85)}.sm\:bg-cyan-950\/90{background-color:rgba(8,51,68,.9)}.sm\:bg-cyan-950\/95{background-color:rgba(8,51,68,.95)}.sm\:bg-emerald-100{--tw-bg-opacity:1;background-color:rgba(209,250,229,var(--tw-bg-opacity))}.sm\:bg-emerald-100\/0{background-color:rgba(209,250,229,0)}.sm\:bg-emerald-100\/10{background-color:rgba(209,250,229,.1)}.sm\:bg-emerald-100\/100{background-color:#d1fae5}.sm\:bg-emerald-100\/15{background-color:rgba(209,250,229,.15)}.sm\:bg-emerald-100\/20{background-color:rgba(209,250,229,.2)}.sm\:bg-emerald-100\/25{background-color:rgba(209,250,229,.25)}.sm\:bg-emerald-100\/30{background-color:rgba(209,250,229,.3)}.sm\:bg-emerald-100\/35{background-color:rgba(209,250,229,.35)}.sm\:bg-emerald-100\/40{background-color:rgba(209,250,229,.4)}.sm\:bg-emerald-100\/45{background-color:rgba(209,250,229,.45)}.sm\:bg-emerald-100\/5{background-color:rgba(209,250,229,.05)}.sm\:bg-emerald-100\/50{background-color:rgba(209,250,229,.5)}.sm\:bg-emerald-100\/55{background-color:rgba(209,250,229,.55)}.sm\:bg-emerald-100\/60{background-color:rgba(209,250,229,.6)}.sm\:bg-emerald-100\/65{background-color:rgba(209,250,229,.65)}.sm\:bg-emerald-100\/70{background-color:rgba(209,250,229,.7)}.sm\:bg-emerald-100\/75{background-color:rgba(209,250,229,.75)}.sm\:bg-emerald-100\/80{background-color:rgba(209,250,229,.8)}.sm\:bg-emerald-100\/85{background-color:rgba(209,250,229,.85)}.sm\:bg-emerald-100\/90{background-color:rgba(209,250,229,.9)}.sm\:bg-emerald-100\/95{background-color:rgba(209,250,229,.95)}.sm\:bg-emerald-200{--tw-bg-opacity:1;background-color:rgba(167,243,208,var(--tw-bg-opacity))}.sm\:bg-emerald-200\/0{background-color:rgba(167,243,208,0)}.sm\:bg-emerald-200\/10{background-color:rgba(167,243,208,.1)}.sm\:bg-emerald-200\/100{background-color:#a7f3d0}.sm\:bg-emerald-200\/15{background-color:rgba(167,243,208,.15)}.sm\:bg-emerald-200\/20{background-color:rgba(167,243,208,.2)}.sm\:bg-emerald-200\/25{background-color:rgba(167,243,208,.25)}.sm\:bg-emerald-200\/30{background-color:rgba(167,243,208,.3)}.sm\:bg-emerald-200\/35{background-color:rgba(167,243,208,.35)}.sm\:bg-emerald-200\/40{background-color:rgba(167,243,208,.4)}.sm\:bg-emerald-200\/45{background-color:rgba(167,243,208,.45)}.sm\:bg-emerald-200\/5{background-color:rgba(167,243,208,.05)}.sm\:bg-emerald-200\/50{background-color:rgba(167,243,208,.5)}.sm\:bg-emerald-200\/55{background-color:rgba(167,243,208,.55)}.sm\:bg-emerald-200\/60{background-color:rgba(167,243,208,.6)}.sm\:bg-emerald-200\/65{background-color:rgba(167,243,208,.65)}.sm\:bg-emerald-200\/70{background-color:rgba(167,243,208,.7)}.sm\:bg-emerald-200\/75{background-color:rgba(167,243,208,.75)}.sm\:bg-emerald-200\/80{background-color:rgba(167,243,208,.8)}.sm\:bg-emerald-200\/85{background-color:rgba(167,243,208,.85)}.sm\:bg-emerald-200\/90{background-color:rgba(167,243,208,.9)}.sm\:bg-emerald-200\/95{background-color:rgba(167,243,208,.95)}.sm\:bg-emerald-300{--tw-bg-opacity:1;background-color:rgba(110,231,183,var(--tw-bg-opacity))}.sm\:bg-emerald-300\/0{background-color:rgba(110,231,183,0)}.sm\:bg-emerald-300\/10{background-color:rgba(110,231,183,.1)}.sm\:bg-emerald-300\/100{background-color:#6ee7b7}.sm\:bg-emerald-300\/15{background-color:rgba(110,231,183,.15)}.sm\:bg-emerald-300\/20{background-color:rgba(110,231,183,.2)}.sm\:bg-emerald-300\/25{background-color:rgba(110,231,183,.25)}.sm\:bg-emerald-300\/30{background-color:rgba(110,231,183,.3)}.sm\:bg-emerald-300\/35{background-color:rgba(110,231,183,.35)}.sm\:bg-emerald-300\/40{background-color:rgba(110,231,183,.4)}.sm\:bg-emerald-300\/45{background-color:rgba(110,231,183,.45)}.sm\:bg-emerald-300\/5{background-color:rgba(110,231,183,.05)}.sm\:bg-emerald-300\/50{background-color:rgba(110,231,183,.5)}.sm\:bg-emerald-300\/55{background-color:rgba(110,231,183,.55)}.sm\:bg-emerald-300\/60{background-color:rgba(110,231,183,.6)}.sm\:bg-emerald-300\/65{background-color:rgba(110,231,183,.65)}.sm\:bg-emerald-300\/70{background-color:rgba(110,231,183,.7)}.sm\:bg-emerald-300\/75{background-color:rgba(110,231,183,.75)}.sm\:bg-emerald-300\/80{background-color:rgba(110,231,183,.8)}.sm\:bg-emerald-300\/85{background-color:rgba(110,231,183,.85)}.sm\:bg-emerald-300\/90{background-color:rgba(110,231,183,.9)}.sm\:bg-emerald-300\/95{background-color:rgba(110,231,183,.95)}.sm\:bg-emerald-400{--tw-bg-opacity:1;background-color:rgba(52,211,153,var(--tw-bg-opacity))}.sm\:bg-emerald-400\/0{background-color:rgba(52,211,153,0)}.sm\:bg-emerald-400\/10{background-color:rgba(52,211,153,.1)}.sm\:bg-emerald-400\/100{background-color:#34d399}.sm\:bg-emerald-400\/15{background-color:rgba(52,211,153,.15)}.sm\:bg-emerald-400\/20{background-color:rgba(52,211,153,.2)}.sm\:bg-emerald-400\/25{background-color:rgba(52,211,153,.25)}.sm\:bg-emerald-400\/30{background-color:rgba(52,211,153,.3)}.sm\:bg-emerald-400\/35{background-color:rgba(52,211,153,.35)}.sm\:bg-emerald-400\/40{background-color:rgba(52,211,153,.4)}.sm\:bg-emerald-400\/45{background-color:rgba(52,211,153,.45)}.sm\:bg-emerald-400\/5{background-color:rgba(52,211,153,.05)}.sm\:bg-emerald-400\/50{background-color:rgba(52,211,153,.5)}.sm\:bg-emerald-400\/55{background-color:rgba(52,211,153,.55)}.sm\:bg-emerald-400\/60{background-color:rgba(52,211,153,.6)}.sm\:bg-emerald-400\/65{background-color:rgba(52,211,153,.65)}.sm\:bg-emerald-400\/70{background-color:rgba(52,211,153,.7)}.sm\:bg-emerald-400\/75{background-color:rgba(52,211,153,.75)}.sm\:bg-emerald-400\/80{background-color:rgba(52,211,153,.8)}.sm\:bg-emerald-400\/85{background-color:rgba(52,211,153,.85)}.sm\:bg-emerald-400\/90{background-color:rgba(52,211,153,.9)}.sm\:bg-emerald-400\/95{background-color:rgba(52,211,153,.95)}.sm\:bg-emerald-50{--tw-bg-opacity:1;background-color:rgba(236,253,245,var(--tw-bg-opacity))}.sm\:bg-emerald-50\/0{background-color:rgba(236,253,245,0)}.sm\:bg-emerald-50\/10{background-color:rgba(236,253,245,.1)}.sm\:bg-emerald-50\/100{background-color:#ecfdf5}.sm\:bg-emerald-50\/15{background-color:rgba(236,253,245,.15)}.sm\:bg-emerald-50\/20{background-color:rgba(236,253,245,.2)}.sm\:bg-emerald-50\/25{background-color:rgba(236,253,245,.25)}.sm\:bg-emerald-50\/30{background-color:rgba(236,253,245,.3)}.sm\:bg-emerald-50\/35{background-color:rgba(236,253,245,.35)}.sm\:bg-emerald-50\/40{background-color:rgba(236,253,245,.4)}.sm\:bg-emerald-50\/45{background-color:rgba(236,253,245,.45)}.sm\:bg-emerald-50\/5{background-color:rgba(236,253,245,.05)}.sm\:bg-emerald-50\/50{background-color:rgba(236,253,245,.5)}.sm\:bg-emerald-50\/55{background-color:rgba(236,253,245,.55)}.sm\:bg-emerald-50\/60{background-color:rgba(236,253,245,.6)}.sm\:bg-emerald-50\/65{background-color:rgba(236,253,245,.65)}.sm\:bg-emerald-50\/70{background-color:rgba(236,253,245,.7)}.sm\:bg-emerald-50\/75{background-color:rgba(236,253,245,.75)}.sm\:bg-emerald-50\/80{background-color:rgba(236,253,245,.8)}.sm\:bg-emerald-50\/85{background-color:rgba(236,253,245,.85)}.sm\:bg-emerald-50\/90{background-color:rgba(236,253,245,.9)}.sm\:bg-emerald-50\/95{background-color:rgba(236,253,245,.95)}.sm\:bg-emerald-500{--tw-bg-opacity:1;background-color:rgba(16,185,129,var(--tw-bg-opacity))}.sm\:bg-emerald-500\/0{background-color:rgba(16,185,129,0)}.sm\:bg-emerald-500\/10{background-color:rgba(16,185,129,.1)}.sm\:bg-emerald-500\/100{background-color:#10b981}.sm\:bg-emerald-500\/15{background-color:rgba(16,185,129,.15)}.sm\:bg-emerald-500\/20{background-color:rgba(16,185,129,.2)}.sm\:bg-emerald-500\/25{background-color:rgba(16,185,129,.25)}.sm\:bg-emerald-500\/30{background-color:rgba(16,185,129,.3)}.sm\:bg-emerald-500\/35{background-color:rgba(16,185,129,.35)}.sm\:bg-emerald-500\/40{background-color:rgba(16,185,129,.4)}.sm\:bg-emerald-500\/45{background-color:rgba(16,185,129,.45)}.sm\:bg-emerald-500\/5{background-color:rgba(16,185,129,.05)}.sm\:bg-emerald-500\/50{background-color:rgba(16,185,129,.5)}.sm\:bg-emerald-500\/55{background-color:rgba(16,185,129,.55)}.sm\:bg-emerald-500\/60{background-color:rgba(16,185,129,.6)}.sm\:bg-emerald-500\/65{background-color:rgba(16,185,129,.65)}.sm\:bg-emerald-500\/70{background-color:rgba(16,185,129,.7)}.sm\:bg-emerald-500\/75{background-color:rgba(16,185,129,.75)}.sm\:bg-emerald-500\/80{background-color:rgba(16,185,129,.8)}.sm\:bg-emerald-500\/85{background-color:rgba(16,185,129,.85)}.sm\:bg-emerald-500\/90{background-color:rgba(16,185,129,.9)}.sm\:bg-emerald-500\/95{background-color:rgba(16,185,129,.95)}.sm\:bg-emerald-600{--tw-bg-opacity:1;background-color:rgba(5,150,105,var(--tw-bg-opacity))}.sm\:bg-emerald-600\/0{background-color:rgba(5,150,105,0)}.sm\:bg-emerald-600\/10{background-color:rgba(5,150,105,.1)}.sm\:bg-emerald-600\/100{background-color:#059669}.sm\:bg-emerald-600\/15{background-color:rgba(5,150,105,.15)}.sm\:bg-emerald-600\/20{background-color:rgba(5,150,105,.2)}.sm\:bg-emerald-600\/25{background-color:rgba(5,150,105,.25)}.sm\:bg-emerald-600\/30{background-color:rgba(5,150,105,.3)}.sm\:bg-emerald-600\/35{background-color:rgba(5,150,105,.35)}.sm\:bg-emerald-600\/40{background-color:rgba(5,150,105,.4)}.sm\:bg-emerald-600\/45{background-color:rgba(5,150,105,.45)}.sm\:bg-emerald-600\/5{background-color:rgba(5,150,105,.05)}.sm\:bg-emerald-600\/50{background-color:rgba(5,150,105,.5)}.sm\:bg-emerald-600\/55{background-color:rgba(5,150,105,.55)}.sm\:bg-emerald-600\/60{background-color:rgba(5,150,105,.6)}.sm\:bg-emerald-600\/65{background-color:rgba(5,150,105,.65)}.sm\:bg-emerald-600\/70{background-color:rgba(5,150,105,.7)}.sm\:bg-emerald-600\/75{background-color:rgba(5,150,105,.75)}.sm\:bg-emerald-600\/80{background-color:rgba(5,150,105,.8)}.sm\:bg-emerald-600\/85{background-color:rgba(5,150,105,.85)}.sm\:bg-emerald-600\/90{background-color:rgba(5,150,105,.9)}.sm\:bg-emerald-600\/95{background-color:rgba(5,150,105,.95)}.sm\:bg-emerald-700{--tw-bg-opacity:1;background-color:rgba(4,120,87,var(--tw-bg-opacity))}.sm\:bg-emerald-700\/0{background-color:rgba(4,120,87,0)}.sm\:bg-emerald-700\/10{background-color:rgba(4,120,87,.1)}.sm\:bg-emerald-700\/100{background-color:#047857}.sm\:bg-emerald-700\/15{background-color:rgba(4,120,87,.15)}.sm\:bg-emerald-700\/20{background-color:rgba(4,120,87,.2)}.sm\:bg-emerald-700\/25{background-color:rgba(4,120,87,.25)}.sm\:bg-emerald-700\/30{background-color:rgba(4,120,87,.3)}.sm\:bg-emerald-700\/35{background-color:rgba(4,120,87,.35)}.sm\:bg-emerald-700\/40{background-color:rgba(4,120,87,.4)}.sm\:bg-emerald-700\/45{background-color:rgba(4,120,87,.45)}.sm\:bg-emerald-700\/5{background-color:rgba(4,120,87,.05)}.sm\:bg-emerald-700\/50{background-color:rgba(4,120,87,.5)}.sm\:bg-emerald-700\/55{background-color:rgba(4,120,87,.55)}.sm\:bg-emerald-700\/60{background-color:rgba(4,120,87,.6)}.sm\:bg-emerald-700\/65{background-color:rgba(4,120,87,.65)}.sm\:bg-emerald-700\/70{background-color:rgba(4,120,87,.7)}.sm\:bg-emerald-700\/75{background-color:rgba(4,120,87,.75)}.sm\:bg-emerald-700\/80{background-color:rgba(4,120,87,.8)}.sm\:bg-emerald-700\/85{background-color:rgba(4,120,87,.85)}.sm\:bg-emerald-700\/90{background-color:rgba(4,120,87,.9)}.sm\:bg-emerald-700\/95{background-color:rgba(4,120,87,.95)}.sm\:bg-emerald-800{--tw-bg-opacity:1;background-color:rgba(6,95,70,var(--tw-bg-opacity))}.sm\:bg-emerald-800\/0{background-color:rgba(6,95,70,0)}.sm\:bg-emerald-800\/10{background-color:rgba(6,95,70,.1)}.sm\:bg-emerald-800\/100{background-color:#065f46}.sm\:bg-emerald-800\/15{background-color:rgba(6,95,70,.15)}.sm\:bg-emerald-800\/20{background-color:rgba(6,95,70,.2)}.sm\:bg-emerald-800\/25{background-color:rgba(6,95,70,.25)}.sm\:bg-emerald-800\/30{background-color:rgba(6,95,70,.3)}.sm\:bg-emerald-800\/35{background-color:rgba(6,95,70,.35)}.sm\:bg-emerald-800\/40{background-color:rgba(6,95,70,.4)}.sm\:bg-emerald-800\/45{background-color:rgba(6,95,70,.45)}.sm\:bg-emerald-800\/5{background-color:rgba(6,95,70,.05)}.sm\:bg-emerald-800\/50{background-color:rgba(6,95,70,.5)}.sm\:bg-emerald-800\/55{background-color:rgba(6,95,70,.55)}.sm\:bg-emerald-800\/60{background-color:rgba(6,95,70,.6)}.sm\:bg-emerald-800\/65{background-color:rgba(6,95,70,.65)}.sm\:bg-emerald-800\/70{background-color:rgba(6,95,70,.7)}.sm\:bg-emerald-800\/75{background-color:rgba(6,95,70,.75)}.sm\:bg-emerald-800\/80{background-color:rgba(6,95,70,.8)}.sm\:bg-emerald-800\/85{background-color:rgba(6,95,70,.85)}.sm\:bg-emerald-800\/90{background-color:rgba(6,95,70,.9)}.sm\:bg-emerald-800\/95{background-color:rgba(6,95,70,.95)}.sm\:bg-emerald-900{--tw-bg-opacity:1;background-color:rgba(6,78,59,var(--tw-bg-opacity))}.sm\:bg-emerald-900\/0{background-color:rgba(6,78,59,0)}.sm\:bg-emerald-900\/10{background-color:rgba(6,78,59,.1)}.sm\:bg-emerald-900\/100{background-color:#064e3b}.sm\:bg-emerald-900\/15{background-color:rgba(6,78,59,.15)}.sm\:bg-emerald-900\/20{background-color:rgba(6,78,59,.2)}.sm\:bg-emerald-900\/25{background-color:rgba(6,78,59,.25)}.sm\:bg-emerald-900\/30{background-color:rgba(6,78,59,.3)}.sm\:bg-emerald-900\/35{background-color:rgba(6,78,59,.35)}.sm\:bg-emerald-900\/40{background-color:rgba(6,78,59,.4)}.sm\:bg-emerald-900\/45{background-color:rgba(6,78,59,.45)}.sm\:bg-emerald-900\/5{background-color:rgba(6,78,59,.05)}.sm\:bg-emerald-900\/50{background-color:rgba(6,78,59,.5)}.sm\:bg-emerald-900\/55{background-color:rgba(6,78,59,.55)}.sm\:bg-emerald-900\/60{background-color:rgba(6,78,59,.6)}.sm\:bg-emerald-900\/65{background-color:rgba(6,78,59,.65)}.sm\:bg-emerald-900\/70{background-color:rgba(6,78,59,.7)}.sm\:bg-emerald-900\/75{background-color:rgba(6,78,59,.75)}.sm\:bg-emerald-900\/80{background-color:rgba(6,78,59,.8)}.sm\:bg-emerald-900\/85{background-color:rgba(6,78,59,.85)}.sm\:bg-emerald-900\/90{background-color:rgba(6,78,59,.9)}.sm\:bg-emerald-900\/95{background-color:rgba(6,78,59,.95)}.sm\:bg-emerald-950{--tw-bg-opacity:1;background-color:rgba(2,44,34,var(--tw-bg-opacity))}.sm\:bg-emerald-950\/0{background-color:rgba(2,44,34,0)}.sm\:bg-emerald-950\/10{background-color:rgba(2,44,34,.1)}.sm\:bg-emerald-950\/100{background-color:#022c22}.sm\:bg-emerald-950\/15{background-color:rgba(2,44,34,.15)}.sm\:bg-emerald-950\/20{background-color:rgba(2,44,34,.2)}.sm\:bg-emerald-950\/25{background-color:rgba(2,44,34,.25)}.sm\:bg-emerald-950\/30{background-color:rgba(2,44,34,.3)}.sm\:bg-emerald-950\/35{background-color:rgba(2,44,34,.35)}.sm\:bg-emerald-950\/40{background-color:rgba(2,44,34,.4)}.sm\:bg-emerald-950\/45{background-color:rgba(2,44,34,.45)}.sm\:bg-emerald-950\/5{background-color:rgba(2,44,34,.05)}.sm\:bg-emerald-950\/50{background-color:rgba(2,44,34,.5)}.sm\:bg-emerald-950\/55{background-color:rgba(2,44,34,.55)}.sm\:bg-emerald-950\/60{background-color:rgba(2,44,34,.6)}.sm\:bg-emerald-950\/65{background-color:rgba(2,44,34,.65)}.sm\:bg-emerald-950\/70{background-color:rgba(2,44,34,.7)}.sm\:bg-emerald-950\/75{background-color:rgba(2,44,34,.75)}.sm\:bg-emerald-950\/80{background-color:rgba(2,44,34,.8)}.sm\:bg-emerald-950\/85{background-color:rgba(2,44,34,.85)}.sm\:bg-emerald-950\/90{background-color:rgba(2,44,34,.9)}.sm\:bg-emerald-950\/95{background-color:rgba(2,44,34,.95)}.sm\:bg-fuchsia-100{--tw-bg-opacity:1;background-color:rgba(250,232,255,var(--tw-bg-opacity))}.sm\:bg-fuchsia-100\/0{background-color:rgba(250,232,255,0)}.sm\:bg-fuchsia-100\/10{background-color:rgba(250,232,255,.1)}.sm\:bg-fuchsia-100\/100{background-color:#fae8ff}.sm\:bg-fuchsia-100\/15{background-color:rgba(250,232,255,.15)}.sm\:bg-fuchsia-100\/20{background-color:rgba(250,232,255,.2)}.sm\:bg-fuchsia-100\/25{background-color:rgba(250,232,255,.25)}.sm\:bg-fuchsia-100\/30{background-color:rgba(250,232,255,.3)}.sm\:bg-fuchsia-100\/35{background-color:rgba(250,232,255,.35)}.sm\:bg-fuchsia-100\/40{background-color:rgba(250,232,255,.4)}.sm\:bg-fuchsia-100\/45{background-color:rgba(250,232,255,.45)}.sm\:bg-fuchsia-100\/5{background-color:rgba(250,232,255,.05)}.sm\:bg-fuchsia-100\/50{background-color:rgba(250,232,255,.5)}.sm\:bg-fuchsia-100\/55{background-color:rgba(250,232,255,.55)}.sm\:bg-fuchsia-100\/60{background-color:rgba(250,232,255,.6)}.sm\:bg-fuchsia-100\/65{background-color:rgba(250,232,255,.65)}.sm\:bg-fuchsia-100\/70{background-color:rgba(250,232,255,.7)}.sm\:bg-fuchsia-100\/75{background-color:rgba(250,232,255,.75)}.sm\:bg-fuchsia-100\/80{background-color:rgba(250,232,255,.8)}.sm\:bg-fuchsia-100\/85{background-color:rgba(250,232,255,.85)}.sm\:bg-fuchsia-100\/90{background-color:rgba(250,232,255,.9)}.sm\:bg-fuchsia-100\/95{background-color:rgba(250,232,255,.95)}.sm\:bg-fuchsia-200{--tw-bg-opacity:1;background-color:rgba(245,208,254,var(--tw-bg-opacity))}.sm\:bg-fuchsia-200\/0{background-color:rgba(245,208,254,0)}.sm\:bg-fuchsia-200\/10{background-color:rgba(245,208,254,.1)}.sm\:bg-fuchsia-200\/100{background-color:#f5d0fe}.sm\:bg-fuchsia-200\/15{background-color:rgba(245,208,254,.15)}.sm\:bg-fuchsia-200\/20{background-color:rgba(245,208,254,.2)}.sm\:bg-fuchsia-200\/25{background-color:rgba(245,208,254,.25)}.sm\:bg-fuchsia-200\/30{background-color:rgba(245,208,254,.3)}.sm\:bg-fuchsia-200\/35{background-color:rgba(245,208,254,.35)}.sm\:bg-fuchsia-200\/40{background-color:rgba(245,208,254,.4)}.sm\:bg-fuchsia-200\/45{background-color:rgba(245,208,254,.45)}.sm\:bg-fuchsia-200\/5{background-color:rgba(245,208,254,.05)}.sm\:bg-fuchsia-200\/50{background-color:rgba(245,208,254,.5)}.sm\:bg-fuchsia-200\/55{background-color:rgba(245,208,254,.55)}.sm\:bg-fuchsia-200\/60{background-color:rgba(245,208,254,.6)}.sm\:bg-fuchsia-200\/65{background-color:rgba(245,208,254,.65)}.sm\:bg-fuchsia-200\/70{background-color:rgba(245,208,254,.7)}.sm\:bg-fuchsia-200\/75{background-color:rgba(245,208,254,.75)}.sm\:bg-fuchsia-200\/80{background-color:rgba(245,208,254,.8)}.sm\:bg-fuchsia-200\/85{background-color:rgba(245,208,254,.85)}.sm\:bg-fuchsia-200\/90{background-color:rgba(245,208,254,.9)}.sm\:bg-fuchsia-200\/95{background-color:rgba(245,208,254,.95)}.sm\:bg-fuchsia-300{--tw-bg-opacity:1;background-color:rgba(240,171,252,var(--tw-bg-opacity))}.sm\:bg-fuchsia-300\/0{background-color:rgba(240,171,252,0)}.sm\:bg-fuchsia-300\/10{background-color:rgba(240,171,252,.1)}.sm\:bg-fuchsia-300\/100{background-color:#f0abfc}.sm\:bg-fuchsia-300\/15{background-color:rgba(240,171,252,.15)}.sm\:bg-fuchsia-300\/20{background-color:rgba(240,171,252,.2)}.sm\:bg-fuchsia-300\/25{background-color:rgba(240,171,252,.25)}.sm\:bg-fuchsia-300\/30{background-color:rgba(240,171,252,.3)}.sm\:bg-fuchsia-300\/35{background-color:rgba(240,171,252,.35)}.sm\:bg-fuchsia-300\/40{background-color:rgba(240,171,252,.4)}.sm\:bg-fuchsia-300\/45{background-color:rgba(240,171,252,.45)}.sm\:bg-fuchsia-300\/5{background-color:rgba(240,171,252,.05)}.sm\:bg-fuchsia-300\/50{background-color:rgba(240,171,252,.5)}.sm\:bg-fuchsia-300\/55{background-color:rgba(240,171,252,.55)}.sm\:bg-fuchsia-300\/60{background-color:rgba(240,171,252,.6)}.sm\:bg-fuchsia-300\/65{background-color:rgba(240,171,252,.65)}.sm\:bg-fuchsia-300\/70{background-color:rgba(240,171,252,.7)}.sm\:bg-fuchsia-300\/75{background-color:rgba(240,171,252,.75)}.sm\:bg-fuchsia-300\/80{background-color:rgba(240,171,252,.8)}.sm\:bg-fuchsia-300\/85{background-color:rgba(240,171,252,.85)}.sm\:bg-fuchsia-300\/90{background-color:rgba(240,171,252,.9)}.sm\:bg-fuchsia-300\/95{background-color:rgba(240,171,252,.95)}.sm\:bg-fuchsia-400{--tw-bg-opacity:1;background-color:rgba(232,121,249,var(--tw-bg-opacity))}.sm\:bg-fuchsia-400\/0{background-color:rgba(232,121,249,0)}.sm\:bg-fuchsia-400\/10{background-color:rgba(232,121,249,.1)}.sm\:bg-fuchsia-400\/100{background-color:#e879f9}.sm\:bg-fuchsia-400\/15{background-color:rgba(232,121,249,.15)}.sm\:bg-fuchsia-400\/20{background-color:rgba(232,121,249,.2)}.sm\:bg-fuchsia-400\/25{background-color:rgba(232,121,249,.25)}.sm\:bg-fuchsia-400\/30{background-color:rgba(232,121,249,.3)}.sm\:bg-fuchsia-400\/35{background-color:rgba(232,121,249,.35)}.sm\:bg-fuchsia-400\/40{background-color:rgba(232,121,249,.4)}.sm\:bg-fuchsia-400\/45{background-color:rgba(232,121,249,.45)}.sm\:bg-fuchsia-400\/5{background-color:rgba(232,121,249,.05)}.sm\:bg-fuchsia-400\/50{background-color:rgba(232,121,249,.5)}.sm\:bg-fuchsia-400\/55{background-color:rgba(232,121,249,.55)}.sm\:bg-fuchsia-400\/60{background-color:rgba(232,121,249,.6)}.sm\:bg-fuchsia-400\/65{background-color:rgba(232,121,249,.65)}.sm\:bg-fuchsia-400\/70{background-color:rgba(232,121,249,.7)}.sm\:bg-fuchsia-400\/75{background-color:rgba(232,121,249,.75)}.sm\:bg-fuchsia-400\/80{background-color:rgba(232,121,249,.8)}.sm\:bg-fuchsia-400\/85{background-color:rgba(232,121,249,.85)}.sm\:bg-fuchsia-400\/90{background-color:rgba(232,121,249,.9)}.sm\:bg-fuchsia-400\/95{background-color:rgba(232,121,249,.95)}.sm\:bg-fuchsia-50{--tw-bg-opacity:1;background-color:rgba(253,244,255,var(--tw-bg-opacity))}.sm\:bg-fuchsia-50\/0{background-color:rgba(253,244,255,0)}.sm\:bg-fuchsia-50\/10{background-color:rgba(253,244,255,.1)}.sm\:bg-fuchsia-50\/100{background-color:#fdf4ff}.sm\:bg-fuchsia-50\/15{background-color:rgba(253,244,255,.15)}.sm\:bg-fuchsia-50\/20{background-color:rgba(253,244,255,.2)}.sm\:bg-fuchsia-50\/25{background-color:rgba(253,244,255,.25)}.sm\:bg-fuchsia-50\/30{background-color:rgba(253,244,255,.3)}.sm\:bg-fuchsia-50\/35{background-color:rgba(253,244,255,.35)}.sm\:bg-fuchsia-50\/40{background-color:rgba(253,244,255,.4)}.sm\:bg-fuchsia-50\/45{background-color:rgba(253,244,255,.45)}.sm\:bg-fuchsia-50\/5{background-color:rgba(253,244,255,.05)}.sm\:bg-fuchsia-50\/50{background-color:rgba(253,244,255,.5)}.sm\:bg-fuchsia-50\/55{background-color:rgba(253,244,255,.55)}.sm\:bg-fuchsia-50\/60{background-color:rgba(253,244,255,.6)}.sm\:bg-fuchsia-50\/65{background-color:rgba(253,244,255,.65)}.sm\:bg-fuchsia-50\/70{background-color:rgba(253,244,255,.7)}.sm\:bg-fuchsia-50\/75{background-color:rgba(253,244,255,.75)}.sm\:bg-fuchsia-50\/80{background-color:rgba(253,244,255,.8)}.sm\:bg-fuchsia-50\/85{background-color:rgba(253,244,255,.85)}.sm\:bg-fuchsia-50\/90{background-color:rgba(253,244,255,.9)}.sm\:bg-fuchsia-50\/95{background-color:rgba(253,244,255,.95)}.sm\:bg-fuchsia-500{--tw-bg-opacity:1;background-color:rgba(217,70,239,var(--tw-bg-opacity))}.sm\:bg-fuchsia-500\/0{background-color:rgba(217,70,239,0)}.sm\:bg-fuchsia-500\/10{background-color:rgba(217,70,239,.1)}.sm\:bg-fuchsia-500\/100{background-color:#d946ef}.sm\:bg-fuchsia-500\/15{background-color:rgba(217,70,239,.15)}.sm\:bg-fuchsia-500\/20{background-color:rgba(217,70,239,.2)}.sm\:bg-fuchsia-500\/25{background-color:rgba(217,70,239,.25)}.sm\:bg-fuchsia-500\/30{background-color:rgba(217,70,239,.3)}.sm\:bg-fuchsia-500\/35{background-color:rgba(217,70,239,.35)}.sm\:bg-fuchsia-500\/40{background-color:rgba(217,70,239,.4)}.sm\:bg-fuchsia-500\/45{background-color:rgba(217,70,239,.45)}.sm\:bg-fuchsia-500\/5{background-color:rgba(217,70,239,.05)}.sm\:bg-fuchsia-500\/50{background-color:rgba(217,70,239,.5)}.sm\:bg-fuchsia-500\/55{background-color:rgba(217,70,239,.55)}.sm\:bg-fuchsia-500\/60{background-color:rgba(217,70,239,.6)}.sm\:bg-fuchsia-500\/65{background-color:rgba(217,70,239,.65)}.sm\:bg-fuchsia-500\/70{background-color:rgba(217,70,239,.7)}.sm\:bg-fuchsia-500\/75{background-color:rgba(217,70,239,.75)}.sm\:bg-fuchsia-500\/80{background-color:rgba(217,70,239,.8)}.sm\:bg-fuchsia-500\/85{background-color:rgba(217,70,239,.85)}.sm\:bg-fuchsia-500\/90{background-color:rgba(217,70,239,.9)}.sm\:bg-fuchsia-500\/95{background-color:rgba(217,70,239,.95)}.sm\:bg-fuchsia-600{--tw-bg-opacity:1;background-color:rgba(192,38,211,var(--tw-bg-opacity))}.sm\:bg-fuchsia-600\/0{background-color:rgba(192,38,211,0)}.sm\:bg-fuchsia-600\/10{background-color:rgba(192,38,211,.1)}.sm\:bg-fuchsia-600\/100{background-color:#c026d3}.sm\:bg-fuchsia-600\/15{background-color:rgba(192,38,211,.15)}.sm\:bg-fuchsia-600\/20{background-color:rgba(192,38,211,.2)}.sm\:bg-fuchsia-600\/25{background-color:rgba(192,38,211,.25)}.sm\:bg-fuchsia-600\/30{background-color:rgba(192,38,211,.3)}.sm\:bg-fuchsia-600\/35{background-color:rgba(192,38,211,.35)}.sm\:bg-fuchsia-600\/40{background-color:rgba(192,38,211,.4)}.sm\:bg-fuchsia-600\/45{background-color:rgba(192,38,211,.45)}.sm\:bg-fuchsia-600\/5{background-color:rgba(192,38,211,.05)}.sm\:bg-fuchsia-600\/50{background-color:rgba(192,38,211,.5)}.sm\:bg-fuchsia-600\/55{background-color:rgba(192,38,211,.55)}.sm\:bg-fuchsia-600\/60{background-color:rgba(192,38,211,.6)}.sm\:bg-fuchsia-600\/65{background-color:rgba(192,38,211,.65)}.sm\:bg-fuchsia-600\/70{background-color:rgba(192,38,211,.7)}.sm\:bg-fuchsia-600\/75{background-color:rgba(192,38,211,.75)}.sm\:bg-fuchsia-600\/80{background-color:rgba(192,38,211,.8)}.sm\:bg-fuchsia-600\/85{background-color:rgba(192,38,211,.85)}.sm\:bg-fuchsia-600\/90{background-color:rgba(192,38,211,.9)}.sm\:bg-fuchsia-600\/95{background-color:rgba(192,38,211,.95)}.sm\:bg-fuchsia-700{--tw-bg-opacity:1;background-color:rgba(162,28,175,var(--tw-bg-opacity))}.sm\:bg-fuchsia-700\/0{background-color:rgba(162,28,175,0)}.sm\:bg-fuchsia-700\/10{background-color:rgba(162,28,175,.1)}.sm\:bg-fuchsia-700\/100{background-color:#a21caf}.sm\:bg-fuchsia-700\/15{background-color:rgba(162,28,175,.15)}.sm\:bg-fuchsia-700\/20{background-color:rgba(162,28,175,.2)}.sm\:bg-fuchsia-700\/25{background-color:rgba(162,28,175,.25)}.sm\:bg-fuchsia-700\/30{background-color:rgba(162,28,175,.3)}.sm\:bg-fuchsia-700\/35{background-color:rgba(162,28,175,.35)}.sm\:bg-fuchsia-700\/40{background-color:rgba(162,28,175,.4)}.sm\:bg-fuchsia-700\/45{background-color:rgba(162,28,175,.45)}.sm\:bg-fuchsia-700\/5{background-color:rgba(162,28,175,.05)}.sm\:bg-fuchsia-700\/50{background-color:rgba(162,28,175,.5)}.sm\:bg-fuchsia-700\/55{background-color:rgba(162,28,175,.55)}.sm\:bg-fuchsia-700\/60{background-color:rgba(162,28,175,.6)}.sm\:bg-fuchsia-700\/65{background-color:rgba(162,28,175,.65)}.sm\:bg-fuchsia-700\/70{background-color:rgba(162,28,175,.7)}.sm\:bg-fuchsia-700\/75{background-color:rgba(162,28,175,.75)}.sm\:bg-fuchsia-700\/80{background-color:rgba(162,28,175,.8)}.sm\:bg-fuchsia-700\/85{background-color:rgba(162,28,175,.85)}.sm\:bg-fuchsia-700\/90{background-color:rgba(162,28,175,.9)}.sm\:bg-fuchsia-700\/95{background-color:rgba(162,28,175,.95)}.sm\:bg-fuchsia-800{--tw-bg-opacity:1;background-color:rgba(134,25,143,var(--tw-bg-opacity))}.sm\:bg-fuchsia-800\/0{background-color:rgba(134,25,143,0)}.sm\:bg-fuchsia-800\/10{background-color:rgba(134,25,143,.1)}.sm\:bg-fuchsia-800\/100{background-color:#86198f}.sm\:bg-fuchsia-800\/15{background-color:rgba(134,25,143,.15)}.sm\:bg-fuchsia-800\/20{background-color:rgba(134,25,143,.2)}.sm\:bg-fuchsia-800\/25{background-color:rgba(134,25,143,.25)}.sm\:bg-fuchsia-800\/30{background-color:rgba(134,25,143,.3)}.sm\:bg-fuchsia-800\/35{background-color:rgba(134,25,143,.35)}.sm\:bg-fuchsia-800\/40{background-color:rgba(134,25,143,.4)}.sm\:bg-fuchsia-800\/45{background-color:rgba(134,25,143,.45)}.sm\:bg-fuchsia-800\/5{background-color:rgba(134,25,143,.05)}.sm\:bg-fuchsia-800\/50{background-color:rgba(134,25,143,.5)}.sm\:bg-fuchsia-800\/55{background-color:rgba(134,25,143,.55)}.sm\:bg-fuchsia-800\/60{background-color:rgba(134,25,143,.6)}.sm\:bg-fuchsia-800\/65{background-color:rgba(134,25,143,.65)}.sm\:bg-fuchsia-800\/70{background-color:rgba(134,25,143,.7)}.sm\:bg-fuchsia-800\/75{background-color:rgba(134,25,143,.75)}.sm\:bg-fuchsia-800\/80{background-color:rgba(134,25,143,.8)}.sm\:bg-fuchsia-800\/85{background-color:rgba(134,25,143,.85)}.sm\:bg-fuchsia-800\/90{background-color:rgba(134,25,143,.9)}.sm\:bg-fuchsia-800\/95{background-color:rgba(134,25,143,.95)}.sm\:bg-fuchsia-900{--tw-bg-opacity:1;background-color:rgba(112,26,117,var(--tw-bg-opacity))}.sm\:bg-fuchsia-900\/0{background-color:rgba(112,26,117,0)}.sm\:bg-fuchsia-900\/10{background-color:rgba(112,26,117,.1)}.sm\:bg-fuchsia-900\/100{background-color:#701a75}.sm\:bg-fuchsia-900\/15{background-color:rgba(112,26,117,.15)}.sm\:bg-fuchsia-900\/20{background-color:rgba(112,26,117,.2)}.sm\:bg-fuchsia-900\/25{background-color:rgba(112,26,117,.25)}.sm\:bg-fuchsia-900\/30{background-color:rgba(112,26,117,.3)}.sm\:bg-fuchsia-900\/35{background-color:rgba(112,26,117,.35)}.sm\:bg-fuchsia-900\/40{background-color:rgba(112,26,117,.4)}.sm\:bg-fuchsia-900\/45{background-color:rgba(112,26,117,.45)}.sm\:bg-fuchsia-900\/5{background-color:rgba(112,26,117,.05)}.sm\:bg-fuchsia-900\/50{background-color:rgba(112,26,117,.5)}.sm\:bg-fuchsia-900\/55{background-color:rgba(112,26,117,.55)}.sm\:bg-fuchsia-900\/60{background-color:rgba(112,26,117,.6)}.sm\:bg-fuchsia-900\/65{background-color:rgba(112,26,117,.65)}.sm\:bg-fuchsia-900\/70{background-color:rgba(112,26,117,.7)}.sm\:bg-fuchsia-900\/75{background-color:rgba(112,26,117,.75)}.sm\:bg-fuchsia-900\/80{background-color:rgba(112,26,117,.8)}.sm\:bg-fuchsia-900\/85{background-color:rgba(112,26,117,.85)}.sm\:bg-fuchsia-900\/90{background-color:rgba(112,26,117,.9)}.sm\:bg-fuchsia-900\/95{background-color:rgba(112,26,117,.95)}.sm\:bg-fuchsia-950{--tw-bg-opacity:1;background-color:rgba(74,4,78,var(--tw-bg-opacity))}.sm\:bg-fuchsia-950\/0{background-color:rgba(74,4,78,0)}.sm\:bg-fuchsia-950\/10{background-color:rgba(74,4,78,.1)}.sm\:bg-fuchsia-950\/100{background-color:#4a044e}.sm\:bg-fuchsia-950\/15{background-color:rgba(74,4,78,.15)}.sm\:bg-fuchsia-950\/20{background-color:rgba(74,4,78,.2)}.sm\:bg-fuchsia-950\/25{background-color:rgba(74,4,78,.25)}.sm\:bg-fuchsia-950\/30{background-color:rgba(74,4,78,.3)}.sm\:bg-fuchsia-950\/35{background-color:rgba(74,4,78,.35)}.sm\:bg-fuchsia-950\/40{background-color:rgba(74,4,78,.4)}.sm\:bg-fuchsia-950\/45{background-color:rgba(74,4,78,.45)}.sm\:bg-fuchsia-950\/5{background-color:rgba(74,4,78,.05)}.sm\:bg-fuchsia-950\/50{background-color:rgba(74,4,78,.5)}.sm\:bg-fuchsia-950\/55{background-color:rgba(74,4,78,.55)}.sm\:bg-fuchsia-950\/60{background-color:rgba(74,4,78,.6)}.sm\:bg-fuchsia-950\/65{background-color:rgba(74,4,78,.65)}.sm\:bg-fuchsia-950\/70{background-color:rgba(74,4,78,.7)}.sm\:bg-fuchsia-950\/75{background-color:rgba(74,4,78,.75)}.sm\:bg-fuchsia-950\/80{background-color:rgba(74,4,78,.8)}.sm\:bg-fuchsia-950\/85{background-color:rgba(74,4,78,.85)}.sm\:bg-fuchsia-950\/90{background-color:rgba(74,4,78,.9)}.sm\:bg-fuchsia-950\/95{background-color:rgba(74,4,78,.95)}.sm\:bg-gray-100{--tw-bg-opacity:1;background-color:rgba(243,244,246,var(--tw-bg-opacity))}.sm\:bg-gray-100\/0{background-color:rgba(243,244,246,0)}.sm\:bg-gray-100\/10{background-color:rgba(243,244,246,.1)}.sm\:bg-gray-100\/100{background-color:#f3f4f6}.sm\:bg-gray-100\/15{background-color:rgba(243,244,246,.15)}.sm\:bg-gray-100\/20{background-color:rgba(243,244,246,.2)}.sm\:bg-gray-100\/25{background-color:rgba(243,244,246,.25)}.sm\:bg-gray-100\/30{background-color:rgba(243,244,246,.3)}.sm\:bg-gray-100\/35{background-color:rgba(243,244,246,.35)}.sm\:bg-gray-100\/40{background-color:rgba(243,244,246,.4)}.sm\:bg-gray-100\/45{background-color:rgba(243,244,246,.45)}.sm\:bg-gray-100\/5{background-color:rgba(243,244,246,.05)}.sm\:bg-gray-100\/50{background-color:rgba(243,244,246,.5)}.sm\:bg-gray-100\/55{background-color:rgba(243,244,246,.55)}.sm\:bg-gray-100\/60{background-color:rgba(243,244,246,.6)}.sm\:bg-gray-100\/65{background-color:rgba(243,244,246,.65)}.sm\:bg-gray-100\/70{background-color:rgba(243,244,246,.7)}.sm\:bg-gray-100\/75{background-color:rgba(243,244,246,.75)}.sm\:bg-gray-100\/80{background-color:rgba(243,244,246,.8)}.sm\:bg-gray-100\/85{background-color:rgba(243,244,246,.85)}.sm\:bg-gray-100\/90{background-color:rgba(243,244,246,.9)}.sm\:bg-gray-100\/95{background-color:rgba(243,244,246,.95)}.sm\:bg-gray-200{--tw-bg-opacity:1;background-color:rgba(229,231,235,var(--tw-bg-opacity))}.sm\:bg-gray-200\/0{background-color:rgba(229,231,235,0)}.sm\:bg-gray-200\/10{background-color:rgba(229,231,235,.1)}.sm\:bg-gray-200\/100{background-color:#e5e7eb}.sm\:bg-gray-200\/15{background-color:rgba(229,231,235,.15)}.sm\:bg-gray-200\/20{background-color:rgba(229,231,235,.2)}.sm\:bg-gray-200\/25{background-color:rgba(229,231,235,.25)}.sm\:bg-gray-200\/30{background-color:rgba(229,231,235,.3)}.sm\:bg-gray-200\/35{background-color:rgba(229,231,235,.35)}.sm\:bg-gray-200\/40{background-color:rgba(229,231,235,.4)}.sm\:bg-gray-200\/45{background-color:rgba(229,231,235,.45)}.sm\:bg-gray-200\/5{background-color:rgba(229,231,235,.05)}.sm\:bg-gray-200\/50{background-color:rgba(229,231,235,.5)}.sm\:bg-gray-200\/55{background-color:rgba(229,231,235,.55)}.sm\:bg-gray-200\/60{background-color:rgba(229,231,235,.6)}.sm\:bg-gray-200\/65{background-color:rgba(229,231,235,.65)}.sm\:bg-gray-200\/70{background-color:rgba(229,231,235,.7)}.sm\:bg-gray-200\/75{background-color:rgba(229,231,235,.75)}.sm\:bg-gray-200\/80{background-color:rgba(229,231,235,.8)}.sm\:bg-gray-200\/85{background-color:rgba(229,231,235,.85)}.sm\:bg-gray-200\/90{background-color:rgba(229,231,235,.9)}.sm\:bg-gray-200\/95{background-color:rgba(229,231,235,.95)}.sm\:bg-gray-300{--tw-bg-opacity:1;background-color:rgba(209,213,219,var(--tw-bg-opacity))}.sm\:bg-gray-300\/0{background-color:rgba(209,213,219,0)}.sm\:bg-gray-300\/10{background-color:rgba(209,213,219,.1)}.sm\:bg-gray-300\/100{background-color:#d1d5db}.sm\:bg-gray-300\/15{background-color:rgba(209,213,219,.15)}.sm\:bg-gray-300\/20{background-color:rgba(209,213,219,.2)}.sm\:bg-gray-300\/25{background-color:rgba(209,213,219,.25)}.sm\:bg-gray-300\/30{background-color:rgba(209,213,219,.3)}.sm\:bg-gray-300\/35{background-color:rgba(209,213,219,.35)}.sm\:bg-gray-300\/40{background-color:rgba(209,213,219,.4)}.sm\:bg-gray-300\/45{background-color:rgba(209,213,219,.45)}.sm\:bg-gray-300\/5{background-color:rgba(209,213,219,.05)}.sm\:bg-gray-300\/50{background-color:rgba(209,213,219,.5)}.sm\:bg-gray-300\/55{background-color:rgba(209,213,219,.55)}.sm\:bg-gray-300\/60{background-color:rgba(209,213,219,.6)}.sm\:bg-gray-300\/65{background-color:rgba(209,213,219,.65)}.sm\:bg-gray-300\/70{background-color:rgba(209,213,219,.7)}.sm\:bg-gray-300\/75{background-color:rgba(209,213,219,.75)}.sm\:bg-gray-300\/80{background-color:rgba(209,213,219,.8)}.sm\:bg-gray-300\/85{background-color:rgba(209,213,219,.85)}.sm\:bg-gray-300\/90{background-color:rgba(209,213,219,.9)}.sm\:bg-gray-300\/95{background-color:rgba(209,213,219,.95)}.sm\:bg-gray-400{--tw-bg-opacity:1;background-color:rgba(156,163,175,var(--tw-bg-opacity))}.sm\:bg-gray-400\/0{background-color:rgba(156,163,175,0)}.sm\:bg-gray-400\/10{background-color:rgba(156,163,175,.1)}.sm\:bg-gray-400\/100{background-color:#9ca3af}.sm\:bg-gray-400\/15{background-color:rgba(156,163,175,.15)}.sm\:bg-gray-400\/20{background-color:rgba(156,163,175,.2)}.sm\:bg-gray-400\/25{background-color:rgba(156,163,175,.25)}.sm\:bg-gray-400\/30{background-color:rgba(156,163,175,.3)}.sm\:bg-gray-400\/35{background-color:rgba(156,163,175,.35)}.sm\:bg-gray-400\/40{background-color:rgba(156,163,175,.4)}.sm\:bg-gray-400\/45{background-color:rgba(156,163,175,.45)}.sm\:bg-gray-400\/5{background-color:rgba(156,163,175,.05)}.sm\:bg-gray-400\/50{background-color:rgba(156,163,175,.5)}.sm\:bg-gray-400\/55{background-color:rgba(156,163,175,.55)}.sm\:bg-gray-400\/60{background-color:rgba(156,163,175,.6)}.sm\:bg-gray-400\/65{background-color:rgba(156,163,175,.65)}.sm\:bg-gray-400\/70{background-color:rgba(156,163,175,.7)}.sm\:bg-gray-400\/75{background-color:rgba(156,163,175,.75)}.sm\:bg-gray-400\/80{background-color:rgba(156,163,175,.8)}.sm\:bg-gray-400\/85{background-color:rgba(156,163,175,.85)}.sm\:bg-gray-400\/90{background-color:rgba(156,163,175,.9)}.sm\:bg-gray-400\/95{background-color:rgba(156,163,175,.95)}.sm\:bg-gray-50{--tw-bg-opacity:1;background-color:rgba(249,250,251,var(--tw-bg-opacity))}.sm\:bg-gray-50\/0{background-color:rgba(249,250,251,0)}.sm\:bg-gray-50\/10{background-color:rgba(249,250,251,.1)}.sm\:bg-gray-50\/100{background-color:#f9fafb}.sm\:bg-gray-50\/15{background-color:rgba(249,250,251,.15)}.sm\:bg-gray-50\/20{background-color:rgba(249,250,251,.2)}.sm\:bg-gray-50\/25{background-color:rgba(249,250,251,.25)}.sm\:bg-gray-50\/30{background-color:rgba(249,250,251,.3)}.sm\:bg-gray-50\/35{background-color:rgba(249,250,251,.35)}.sm\:bg-gray-50\/40{background-color:rgba(249,250,251,.4)}.sm\:bg-gray-50\/45{background-color:rgba(249,250,251,.45)}.sm\:bg-gray-50\/5{background-color:rgba(249,250,251,.05)}.sm\:bg-gray-50\/50{background-color:rgba(249,250,251,.5)}.sm\:bg-gray-50\/55{background-color:rgba(249,250,251,.55)}.sm\:bg-gray-50\/60{background-color:rgba(249,250,251,.6)}.sm\:bg-gray-50\/65{background-color:rgba(249,250,251,.65)}.sm\:bg-gray-50\/70{background-color:rgba(249,250,251,.7)}.sm\:bg-gray-50\/75{background-color:rgba(249,250,251,.75)}.sm\:bg-gray-50\/80{background-color:rgba(249,250,251,.8)}.sm\:bg-gray-50\/85{background-color:rgba(249,250,251,.85)}.sm\:bg-gray-50\/90{background-color:rgba(249,250,251,.9)}.sm\:bg-gray-50\/95{background-color:rgba(249,250,251,.95)}.sm\:bg-gray-500{--tw-bg-opacity:1;background-color:rgba(107,114,128,var(--tw-bg-opacity))}.sm\:bg-gray-500\/0{background-color:hsla(220,9%,46%,0)}.sm\:bg-gray-500\/10{background-color:hsla(220,9%,46%,.1)}.sm\:bg-gray-500\/100{background-color:#6b7280}.sm\:bg-gray-500\/15{background-color:hsla(220,9%,46%,.15)}.sm\:bg-gray-500\/20{background-color:hsla(220,9%,46%,.2)}.sm\:bg-gray-500\/25{background-color:hsla(220,9%,46%,.25)}.sm\:bg-gray-500\/30{background-color:hsla(220,9%,46%,.3)}.sm\:bg-gray-500\/35{background-color:hsla(220,9%,46%,.35)}.sm\:bg-gray-500\/40{background-color:hsla(220,9%,46%,.4)}.sm\:bg-gray-500\/45{background-color:hsla(220,9%,46%,.45)}.sm\:bg-gray-500\/5{background-color:hsla(220,9%,46%,.05)}.sm\:bg-gray-500\/50{background-color:hsla(220,9%,46%,.5)}.sm\:bg-gray-500\/55{background-color:hsla(220,9%,46%,.55)}.sm\:bg-gray-500\/60{background-color:hsla(220,9%,46%,.6)}.sm\:bg-gray-500\/65{background-color:hsla(220,9%,46%,.65)}.sm\:bg-gray-500\/70{background-color:hsla(220,9%,46%,.7)}.sm\:bg-gray-500\/75{background-color:hsla(220,9%,46%,.75)}.sm\:bg-gray-500\/80{background-color:hsla(220,9%,46%,.8)}.sm\:bg-gray-500\/85{background-color:hsla(220,9%,46%,.85)}.sm\:bg-gray-500\/90{background-color:hsla(220,9%,46%,.9)}.sm\:bg-gray-500\/95{background-color:hsla(220,9%,46%,.95)}.sm\:bg-gray-600{--tw-bg-opacity:1;background-color:rgba(75,85,99,var(--tw-bg-opacity))}.sm\:bg-gray-600\/0{background-color:rgba(75,85,99,0)}.sm\:bg-gray-600\/10{background-color:rgba(75,85,99,.1)}.sm\:bg-gray-600\/100{background-color:#4b5563}.sm\:bg-gray-600\/15{background-color:rgba(75,85,99,.15)}.sm\:bg-gray-600\/20{background-color:rgba(75,85,99,.2)}.sm\:bg-gray-600\/25{background-color:rgba(75,85,99,.25)}.sm\:bg-gray-600\/30{background-color:rgba(75,85,99,.3)}.sm\:bg-gray-600\/35{background-color:rgba(75,85,99,.35)}.sm\:bg-gray-600\/40{background-color:rgba(75,85,99,.4)}.sm\:bg-gray-600\/45{background-color:rgba(75,85,99,.45)}.sm\:bg-gray-600\/5{background-color:rgba(75,85,99,.05)}.sm\:bg-gray-600\/50{background-color:rgba(75,85,99,.5)}.sm\:bg-gray-600\/55{background-color:rgba(75,85,99,.55)}.sm\:bg-gray-600\/60{background-color:rgba(75,85,99,.6)}.sm\:bg-gray-600\/65{background-color:rgba(75,85,99,.65)}.sm\:bg-gray-600\/70{background-color:rgba(75,85,99,.7)}.sm\:bg-gray-600\/75{background-color:rgba(75,85,99,.75)}.sm\:bg-gray-600\/80{background-color:rgba(75,85,99,.8)}.sm\:bg-gray-600\/85{background-color:rgba(75,85,99,.85)}.sm\:bg-gray-600\/90{background-color:rgba(75,85,99,.9)}.sm\:bg-gray-600\/95{background-color:rgba(75,85,99,.95)}.sm\:bg-gray-700{--tw-bg-opacity:1;background-color:rgba(55,65,81,var(--tw-bg-opacity))}.sm\:bg-gray-700\/0{background-color:rgba(55,65,81,0)}.sm\:bg-gray-700\/10{background-color:rgba(55,65,81,.1)}.sm\:bg-gray-700\/100{background-color:#374151}.sm\:bg-gray-700\/15{background-color:rgba(55,65,81,.15)}.sm\:bg-gray-700\/20{background-color:rgba(55,65,81,.2)}.sm\:bg-gray-700\/25{background-color:rgba(55,65,81,.25)}.sm\:bg-gray-700\/30{background-color:rgba(55,65,81,.3)}.sm\:bg-gray-700\/35{background-color:rgba(55,65,81,.35)}.sm\:bg-gray-700\/40{background-color:rgba(55,65,81,.4)}.sm\:bg-gray-700\/45{background-color:rgba(55,65,81,.45)}.sm\:bg-gray-700\/5{background-color:rgba(55,65,81,.05)}.sm\:bg-gray-700\/50{background-color:rgba(55,65,81,.5)}.sm\:bg-gray-700\/55{background-color:rgba(55,65,81,.55)}.sm\:bg-gray-700\/60{background-color:rgba(55,65,81,.6)}.sm\:bg-gray-700\/65{background-color:rgba(55,65,81,.65)}.sm\:bg-gray-700\/70{background-color:rgba(55,65,81,.7)}.sm\:bg-gray-700\/75{background-color:rgba(55,65,81,.75)}.sm\:bg-gray-700\/80{background-color:rgba(55,65,81,.8)}.sm\:bg-gray-700\/85{background-color:rgba(55,65,81,.85)}.sm\:bg-gray-700\/90{background-color:rgba(55,65,81,.9)}.sm\:bg-gray-700\/95{background-color:rgba(55,65,81,.95)}.sm\:bg-gray-800{--tw-bg-opacity:1;background-color:rgba(31,41,55,var(--tw-bg-opacity))}.sm\:bg-gray-800\/0{background-color:rgba(31,41,55,0)}.sm\:bg-gray-800\/10{background-color:rgba(31,41,55,.1)}.sm\:bg-gray-800\/100{background-color:#1f2937}.sm\:bg-gray-800\/15{background-color:rgba(31,41,55,.15)}.sm\:bg-gray-800\/20{background-color:rgba(31,41,55,.2)}.sm\:bg-gray-800\/25{background-color:rgba(31,41,55,.25)}.sm\:bg-gray-800\/30{background-color:rgba(31,41,55,.3)}.sm\:bg-gray-800\/35{background-color:rgba(31,41,55,.35)}.sm\:bg-gray-800\/40{background-color:rgba(31,41,55,.4)}.sm\:bg-gray-800\/45{background-color:rgba(31,41,55,.45)}.sm\:bg-gray-800\/5{background-color:rgba(31,41,55,.05)}.sm\:bg-gray-800\/50{background-color:rgba(31,41,55,.5)}.sm\:bg-gray-800\/55{background-color:rgba(31,41,55,.55)}.sm\:bg-gray-800\/60{background-color:rgba(31,41,55,.6)}.sm\:bg-gray-800\/65{background-color:rgba(31,41,55,.65)}.sm\:bg-gray-800\/70{background-color:rgba(31,41,55,.7)}.sm\:bg-gray-800\/75{background-color:rgba(31,41,55,.75)}.sm\:bg-gray-800\/80{background-color:rgba(31,41,55,.8)}.sm\:bg-gray-800\/85{background-color:rgba(31,41,55,.85)}.sm\:bg-gray-800\/90{background-color:rgba(31,41,55,.9)}.sm\:bg-gray-800\/95{background-color:rgba(31,41,55,.95)}.sm\:bg-gray-900{--tw-bg-opacity:1;background-color:rgba(17,24,39,var(--tw-bg-opacity))}.sm\:bg-gray-900\/0{background-color:rgba(17,24,39,0)}.sm\:bg-gray-900\/10{background-color:rgba(17,24,39,.1)}.sm\:bg-gray-900\/100{background-color:#111827}.sm\:bg-gray-900\/15{background-color:rgba(17,24,39,.15)}.sm\:bg-gray-900\/20{background-color:rgba(17,24,39,.2)}.sm\:bg-gray-900\/25{background-color:rgba(17,24,39,.25)}.sm\:bg-gray-900\/30{background-color:rgba(17,24,39,.3)}.sm\:bg-gray-900\/35{background-color:rgba(17,24,39,.35)}.sm\:bg-gray-900\/40{background-color:rgba(17,24,39,.4)}.sm\:bg-gray-900\/45{background-color:rgba(17,24,39,.45)}.sm\:bg-gray-900\/5{background-color:rgba(17,24,39,.05)}.sm\:bg-gray-900\/50{background-color:rgba(17,24,39,.5)}.sm\:bg-gray-900\/55{background-color:rgba(17,24,39,.55)}.sm\:bg-gray-900\/60{background-color:rgba(17,24,39,.6)}.sm\:bg-gray-900\/65{background-color:rgba(17,24,39,.65)}.sm\:bg-gray-900\/70{background-color:rgba(17,24,39,.7)}.sm\:bg-gray-900\/75{background-color:rgba(17,24,39,.75)}.sm\:bg-gray-900\/80{background-color:rgba(17,24,39,.8)}.sm\:bg-gray-900\/85{background-color:rgba(17,24,39,.85)}.sm\:bg-gray-900\/90{background-color:rgba(17,24,39,.9)}.sm\:bg-gray-900\/95{background-color:rgba(17,24,39,.95)}.sm\:bg-gray-950{--tw-bg-opacity:1;background-color:rgba(3,7,18,var(--tw-bg-opacity))}.sm\:bg-gray-950\/0{background-color:rgba(3,7,18,0)}.sm\:bg-gray-950\/10{background-color:rgba(3,7,18,.1)}.sm\:bg-gray-950\/100{background-color:#030712}.sm\:bg-gray-950\/15{background-color:rgba(3,7,18,.15)}.sm\:bg-gray-950\/20{background-color:rgba(3,7,18,.2)}.sm\:bg-gray-950\/25{background-color:rgba(3,7,18,.25)}.sm\:bg-gray-950\/30{background-color:rgba(3,7,18,.3)}.sm\:bg-gray-950\/35{background-color:rgba(3,7,18,.35)}.sm\:bg-gray-950\/40{background-color:rgba(3,7,18,.4)}.sm\:bg-gray-950\/45{background-color:rgba(3,7,18,.45)}.sm\:bg-gray-950\/5{background-color:rgba(3,7,18,.05)}.sm\:bg-gray-950\/50{background-color:rgba(3,7,18,.5)}.sm\:bg-gray-950\/55{background-color:rgba(3,7,18,.55)}.sm\:bg-gray-950\/60{background-color:rgba(3,7,18,.6)}.sm\:bg-gray-950\/65{background-color:rgba(3,7,18,.65)}.sm\:bg-gray-950\/70{background-color:rgba(3,7,18,.7)}.sm\:bg-gray-950\/75{background-color:rgba(3,7,18,.75)}.sm\:bg-gray-950\/80{background-color:rgba(3,7,18,.8)}.sm\:bg-gray-950\/85{background-color:rgba(3,7,18,.85)}.sm\:bg-gray-950\/90{background-color:rgba(3,7,18,.9)}.sm\:bg-gray-950\/95{background-color:rgba(3,7,18,.95)}.sm\:bg-green-100{--tw-bg-opacity:1;background-color:rgba(220,252,231,var(--tw-bg-opacity))}.sm\:bg-green-100\/0{background-color:rgba(220,252,231,0)}.sm\:bg-green-100\/10{background-color:rgba(220,252,231,.1)}.sm\:bg-green-100\/100{background-color:#dcfce7}.sm\:bg-green-100\/15{background-color:rgba(220,252,231,.15)}.sm\:bg-green-100\/20{background-color:rgba(220,252,231,.2)}.sm\:bg-green-100\/25{background-color:rgba(220,252,231,.25)}.sm\:bg-green-100\/30{background-color:rgba(220,252,231,.3)}.sm\:bg-green-100\/35{background-color:rgba(220,252,231,.35)}.sm\:bg-green-100\/40{background-color:rgba(220,252,231,.4)}.sm\:bg-green-100\/45{background-color:rgba(220,252,231,.45)}.sm\:bg-green-100\/5{background-color:rgba(220,252,231,.05)}.sm\:bg-green-100\/50{background-color:rgba(220,252,231,.5)}.sm\:bg-green-100\/55{background-color:rgba(220,252,231,.55)}.sm\:bg-green-100\/60{background-color:rgba(220,252,231,.6)}.sm\:bg-green-100\/65{background-color:rgba(220,252,231,.65)}.sm\:bg-green-100\/70{background-color:rgba(220,252,231,.7)}.sm\:bg-green-100\/75{background-color:rgba(220,252,231,.75)}.sm\:bg-green-100\/80{background-color:rgba(220,252,231,.8)}.sm\:bg-green-100\/85{background-color:rgba(220,252,231,.85)}.sm\:bg-green-100\/90{background-color:rgba(220,252,231,.9)}.sm\:bg-green-100\/95{background-color:rgba(220,252,231,.95)}.sm\:bg-green-200{--tw-bg-opacity:1;background-color:rgba(187,247,208,var(--tw-bg-opacity))}.sm\:bg-green-200\/0{background-color:rgba(187,247,208,0)}.sm\:bg-green-200\/10{background-color:rgba(187,247,208,.1)}.sm\:bg-green-200\/100{background-color:#bbf7d0}.sm\:bg-green-200\/15{background-color:rgba(187,247,208,.15)}.sm\:bg-green-200\/20{background-color:rgba(187,247,208,.2)}.sm\:bg-green-200\/25{background-color:rgba(187,247,208,.25)}.sm\:bg-green-200\/30{background-color:rgba(187,247,208,.3)}.sm\:bg-green-200\/35{background-color:rgba(187,247,208,.35)}.sm\:bg-green-200\/40{background-color:rgba(187,247,208,.4)}.sm\:bg-green-200\/45{background-color:rgba(187,247,208,.45)}.sm\:bg-green-200\/5{background-color:rgba(187,247,208,.05)}.sm\:bg-green-200\/50{background-color:rgba(187,247,208,.5)}.sm\:bg-green-200\/55{background-color:rgba(187,247,208,.55)}.sm\:bg-green-200\/60{background-color:rgba(187,247,208,.6)}.sm\:bg-green-200\/65{background-color:rgba(187,247,208,.65)}.sm\:bg-green-200\/70{background-color:rgba(187,247,208,.7)}.sm\:bg-green-200\/75{background-color:rgba(187,247,208,.75)}.sm\:bg-green-200\/80{background-color:rgba(187,247,208,.8)}.sm\:bg-green-200\/85{background-color:rgba(187,247,208,.85)}.sm\:bg-green-200\/90{background-color:rgba(187,247,208,.9)}.sm\:bg-green-200\/95{background-color:rgba(187,247,208,.95)}.sm\:bg-green-300{--tw-bg-opacity:1;background-color:rgba(134,239,172,var(--tw-bg-opacity))}.sm\:bg-green-300\/0{background-color:rgba(134,239,172,0)}.sm\:bg-green-300\/10{background-color:rgba(134,239,172,.1)}.sm\:bg-green-300\/100{background-color:#86efac}.sm\:bg-green-300\/15{background-color:rgba(134,239,172,.15)}.sm\:bg-green-300\/20{background-color:rgba(134,239,172,.2)}.sm\:bg-green-300\/25{background-color:rgba(134,239,172,.25)}.sm\:bg-green-300\/30{background-color:rgba(134,239,172,.3)}.sm\:bg-green-300\/35{background-color:rgba(134,239,172,.35)}.sm\:bg-green-300\/40{background-color:rgba(134,239,172,.4)}.sm\:bg-green-300\/45{background-color:rgba(134,239,172,.45)}.sm\:bg-green-300\/5{background-color:rgba(134,239,172,.05)}.sm\:bg-green-300\/50{background-color:rgba(134,239,172,.5)}.sm\:bg-green-300\/55{background-color:rgba(134,239,172,.55)}.sm\:bg-green-300\/60{background-color:rgba(134,239,172,.6)}.sm\:bg-green-300\/65{background-color:rgba(134,239,172,.65)}.sm\:bg-green-300\/70{background-color:rgba(134,239,172,.7)}.sm\:bg-green-300\/75{background-color:rgba(134,239,172,.75)}.sm\:bg-green-300\/80{background-color:rgba(134,239,172,.8)}.sm\:bg-green-300\/85{background-color:rgba(134,239,172,.85)}.sm\:bg-green-300\/90{background-color:rgba(134,239,172,.9)}.sm\:bg-green-300\/95{background-color:rgba(134,239,172,.95)}.sm\:bg-green-400{--tw-bg-opacity:1;background-color:rgba(74,222,128,var(--tw-bg-opacity))}.sm\:bg-green-400\/0{background-color:rgba(74,222,128,0)}.sm\:bg-green-400\/10{background-color:rgba(74,222,128,.1)}.sm\:bg-green-400\/100{background-color:#4ade80}.sm\:bg-green-400\/15{background-color:rgba(74,222,128,.15)}.sm\:bg-green-400\/20{background-color:rgba(74,222,128,.2)}.sm\:bg-green-400\/25{background-color:rgba(74,222,128,.25)}.sm\:bg-green-400\/30{background-color:rgba(74,222,128,.3)}.sm\:bg-green-400\/35{background-color:rgba(74,222,128,.35)}.sm\:bg-green-400\/40{background-color:rgba(74,222,128,.4)}.sm\:bg-green-400\/45{background-color:rgba(74,222,128,.45)}.sm\:bg-green-400\/5{background-color:rgba(74,222,128,.05)}.sm\:bg-green-400\/50{background-color:rgba(74,222,128,.5)}.sm\:bg-green-400\/55{background-color:rgba(74,222,128,.55)}.sm\:bg-green-400\/60{background-color:rgba(74,222,128,.6)}.sm\:bg-green-400\/65{background-color:rgba(74,222,128,.65)}.sm\:bg-green-400\/70{background-color:rgba(74,222,128,.7)}.sm\:bg-green-400\/75{background-color:rgba(74,222,128,.75)}.sm\:bg-green-400\/80{background-color:rgba(74,222,128,.8)}.sm\:bg-green-400\/85{background-color:rgba(74,222,128,.85)}.sm\:bg-green-400\/90{background-color:rgba(74,222,128,.9)}.sm\:bg-green-400\/95{background-color:rgba(74,222,128,.95)}.sm\:bg-green-50{--tw-bg-opacity:1;background-color:rgba(240,253,244,var(--tw-bg-opacity))}.sm\:bg-green-50\/0{background-color:rgba(240,253,244,0)}.sm\:bg-green-50\/10{background-color:rgba(240,253,244,.1)}.sm\:bg-green-50\/100{background-color:#f0fdf4}.sm\:bg-green-50\/15{background-color:rgba(240,253,244,.15)}.sm\:bg-green-50\/20{background-color:rgba(240,253,244,.2)}.sm\:bg-green-50\/25{background-color:rgba(240,253,244,.25)}.sm\:bg-green-50\/30{background-color:rgba(240,253,244,.3)}.sm\:bg-green-50\/35{background-color:rgba(240,253,244,.35)}.sm\:bg-green-50\/40{background-color:rgba(240,253,244,.4)}.sm\:bg-green-50\/45{background-color:rgba(240,253,244,.45)}.sm\:bg-green-50\/5{background-color:rgba(240,253,244,.05)}.sm\:bg-green-50\/50{background-color:rgba(240,253,244,.5)}.sm\:bg-green-50\/55{background-color:rgba(240,253,244,.55)}.sm\:bg-green-50\/60{background-color:rgba(240,253,244,.6)}.sm\:bg-green-50\/65{background-color:rgba(240,253,244,.65)}.sm\:bg-green-50\/70{background-color:rgba(240,253,244,.7)}.sm\:bg-green-50\/75{background-color:rgba(240,253,244,.75)}.sm\:bg-green-50\/80{background-color:rgba(240,253,244,.8)}.sm\:bg-green-50\/85{background-color:rgba(240,253,244,.85)}.sm\:bg-green-50\/90{background-color:rgba(240,253,244,.9)}.sm\:bg-green-50\/95{background-color:rgba(240,253,244,.95)}.sm\:bg-green-500{--tw-bg-opacity:1;background-color:rgba(34,197,94,var(--tw-bg-opacity))}.sm\:bg-green-500\/0{background-color:rgba(34,197,94,0)}.sm\:bg-green-500\/10{background-color:rgba(34,197,94,.1)}.sm\:bg-green-500\/100{background-color:#22c55e}.sm\:bg-green-500\/15{background-color:rgba(34,197,94,.15)}.sm\:bg-green-500\/20{background-color:rgba(34,197,94,.2)}.sm\:bg-green-500\/25{background-color:rgba(34,197,94,.25)}.sm\:bg-green-500\/30{background-color:rgba(34,197,94,.3)}.sm\:bg-green-500\/35{background-color:rgba(34,197,94,.35)}.sm\:bg-green-500\/40{background-color:rgba(34,197,94,.4)}.sm\:bg-green-500\/45{background-color:rgba(34,197,94,.45)}.sm\:bg-green-500\/5{background-color:rgba(34,197,94,.05)}.sm\:bg-green-500\/50{background-color:rgba(34,197,94,.5)}.sm\:bg-green-500\/55{background-color:rgba(34,197,94,.55)}.sm\:bg-green-500\/60{background-color:rgba(34,197,94,.6)}.sm\:bg-green-500\/65{background-color:rgba(34,197,94,.65)}.sm\:bg-green-500\/70{background-color:rgba(34,197,94,.7)}.sm\:bg-green-500\/75{background-color:rgba(34,197,94,.75)}.sm\:bg-green-500\/80{background-color:rgba(34,197,94,.8)}.sm\:bg-green-500\/85{background-color:rgba(34,197,94,.85)}.sm\:bg-green-500\/90{background-color:rgba(34,197,94,.9)}.sm\:bg-green-500\/95{background-color:rgba(34,197,94,.95)}.sm\:bg-green-600{--tw-bg-opacity:1;background-color:rgba(22,163,74,var(--tw-bg-opacity))}.sm\:bg-green-600\/0{background-color:rgba(22,163,74,0)}.sm\:bg-green-600\/10{background-color:rgba(22,163,74,.1)}.sm\:bg-green-600\/100{background-color:#16a34a}.sm\:bg-green-600\/15{background-color:rgba(22,163,74,.15)}.sm\:bg-green-600\/20{background-color:rgba(22,163,74,.2)}.sm\:bg-green-600\/25{background-color:rgba(22,163,74,.25)}.sm\:bg-green-600\/30{background-color:rgba(22,163,74,.3)}.sm\:bg-green-600\/35{background-color:rgba(22,163,74,.35)}.sm\:bg-green-600\/40{background-color:rgba(22,163,74,.4)}.sm\:bg-green-600\/45{background-color:rgba(22,163,74,.45)}.sm\:bg-green-600\/5{background-color:rgba(22,163,74,.05)}.sm\:bg-green-600\/50{background-color:rgba(22,163,74,.5)}.sm\:bg-green-600\/55{background-color:rgba(22,163,74,.55)}.sm\:bg-green-600\/60{background-color:rgba(22,163,74,.6)}.sm\:bg-green-600\/65{background-color:rgba(22,163,74,.65)}.sm\:bg-green-600\/70{background-color:rgba(22,163,74,.7)}.sm\:bg-green-600\/75{background-color:rgba(22,163,74,.75)}.sm\:bg-green-600\/80{background-color:rgba(22,163,74,.8)}.sm\:bg-green-600\/85{background-color:rgba(22,163,74,.85)}.sm\:bg-green-600\/90{background-color:rgba(22,163,74,.9)}.sm\:bg-green-600\/95{background-color:rgba(22,163,74,.95)}.sm\:bg-green-700{--tw-bg-opacity:1;background-color:rgba(21,128,61,var(--tw-bg-opacity))}.sm\:bg-green-700\/0{background-color:rgba(21,128,61,0)}.sm\:bg-green-700\/10{background-color:rgba(21,128,61,.1)}.sm\:bg-green-700\/100{background-color:#15803d}.sm\:bg-green-700\/15{background-color:rgba(21,128,61,.15)}.sm\:bg-green-700\/20{background-color:rgba(21,128,61,.2)}.sm\:bg-green-700\/25{background-color:rgba(21,128,61,.25)}.sm\:bg-green-700\/30{background-color:rgba(21,128,61,.3)}.sm\:bg-green-700\/35{background-color:rgba(21,128,61,.35)}.sm\:bg-green-700\/40{background-color:rgba(21,128,61,.4)}.sm\:bg-green-700\/45{background-color:rgba(21,128,61,.45)}.sm\:bg-green-700\/5{background-color:rgba(21,128,61,.05)}.sm\:bg-green-700\/50{background-color:rgba(21,128,61,.5)}.sm\:bg-green-700\/55{background-color:rgba(21,128,61,.55)}.sm\:bg-green-700\/60{background-color:rgba(21,128,61,.6)}.sm\:bg-green-700\/65{background-color:rgba(21,128,61,.65)}.sm\:bg-green-700\/70{background-color:rgba(21,128,61,.7)}.sm\:bg-green-700\/75{background-color:rgba(21,128,61,.75)}.sm\:bg-green-700\/80{background-color:rgba(21,128,61,.8)}.sm\:bg-green-700\/85{background-color:rgba(21,128,61,.85)}.sm\:bg-green-700\/90{background-color:rgba(21,128,61,.9)}.sm\:bg-green-700\/95{background-color:rgba(21,128,61,.95)}.sm\:bg-green-800{--tw-bg-opacity:1;background-color:rgba(22,101,52,var(--tw-bg-opacity))}.sm\:bg-green-800\/0{background-color:rgba(22,101,52,0)}.sm\:bg-green-800\/10{background-color:rgba(22,101,52,.1)}.sm\:bg-green-800\/100{background-color:#166534}.sm\:bg-green-800\/15{background-color:rgba(22,101,52,.15)}.sm\:bg-green-800\/20{background-color:rgba(22,101,52,.2)}.sm\:bg-green-800\/25{background-color:rgba(22,101,52,.25)}.sm\:bg-green-800\/30{background-color:rgba(22,101,52,.3)}.sm\:bg-green-800\/35{background-color:rgba(22,101,52,.35)}.sm\:bg-green-800\/40{background-color:rgba(22,101,52,.4)}.sm\:bg-green-800\/45{background-color:rgba(22,101,52,.45)}.sm\:bg-green-800\/5{background-color:rgba(22,101,52,.05)}.sm\:bg-green-800\/50{background-color:rgba(22,101,52,.5)}.sm\:bg-green-800\/55{background-color:rgba(22,101,52,.55)}.sm\:bg-green-800\/60{background-color:rgba(22,101,52,.6)}.sm\:bg-green-800\/65{background-color:rgba(22,101,52,.65)}.sm\:bg-green-800\/70{background-color:rgba(22,101,52,.7)}.sm\:bg-green-800\/75{background-color:rgba(22,101,52,.75)}.sm\:bg-green-800\/80{background-color:rgba(22,101,52,.8)}.sm\:bg-green-800\/85{background-color:rgba(22,101,52,.85)}.sm\:bg-green-800\/90{background-color:rgba(22,101,52,.9)}.sm\:bg-green-800\/95{background-color:rgba(22,101,52,.95)}.sm\:bg-green-900{--tw-bg-opacity:1;background-color:rgba(20,83,45,var(--tw-bg-opacity))}.sm\:bg-green-900\/0{background-color:rgba(20,83,45,0)}.sm\:bg-green-900\/10{background-color:rgba(20,83,45,.1)}.sm\:bg-green-900\/100{background-color:#14532d}.sm\:bg-green-900\/15{background-color:rgba(20,83,45,.15)}.sm\:bg-green-900\/20{background-color:rgba(20,83,45,.2)}.sm\:bg-green-900\/25{background-color:rgba(20,83,45,.25)}.sm\:bg-green-900\/30{background-color:rgba(20,83,45,.3)}.sm\:bg-green-900\/35{background-color:rgba(20,83,45,.35)}.sm\:bg-green-900\/40{background-color:rgba(20,83,45,.4)}.sm\:bg-green-900\/45{background-color:rgba(20,83,45,.45)}.sm\:bg-green-900\/5{background-color:rgba(20,83,45,.05)}.sm\:bg-green-900\/50{background-color:rgba(20,83,45,.5)}.sm\:bg-green-900\/55{background-color:rgba(20,83,45,.55)}.sm\:bg-green-900\/60{background-color:rgba(20,83,45,.6)}.sm\:bg-green-900\/65{background-color:rgba(20,83,45,.65)}.sm\:bg-green-900\/70{background-color:rgba(20,83,45,.7)}.sm\:bg-green-900\/75{background-color:rgba(20,83,45,.75)}.sm\:bg-green-900\/80{background-color:rgba(20,83,45,.8)}.sm\:bg-green-900\/85{background-color:rgba(20,83,45,.85)}.sm\:bg-green-900\/90{background-color:rgba(20,83,45,.9)}.sm\:bg-green-900\/95{background-color:rgba(20,83,45,.95)}.sm\:bg-green-950{--tw-bg-opacity:1;background-color:rgba(5,46,22,var(--tw-bg-opacity))}.sm\:bg-green-950\/0{background-color:rgba(5,46,22,0)}.sm\:bg-green-950\/10{background-color:rgba(5,46,22,.1)}.sm\:bg-green-950\/100{background-color:#052e16}.sm\:bg-green-950\/15{background-color:rgba(5,46,22,.15)}.sm\:bg-green-950\/20{background-color:rgba(5,46,22,.2)}.sm\:bg-green-950\/25{background-color:rgba(5,46,22,.25)}.sm\:bg-green-950\/30{background-color:rgba(5,46,22,.3)}.sm\:bg-green-950\/35{background-color:rgba(5,46,22,.35)}.sm\:bg-green-950\/40{background-color:rgba(5,46,22,.4)}.sm\:bg-green-950\/45{background-color:rgba(5,46,22,.45)}.sm\:bg-green-950\/5{background-color:rgba(5,46,22,.05)}.sm\:bg-green-950\/50{background-color:rgba(5,46,22,.5)}.sm\:bg-green-950\/55{background-color:rgba(5,46,22,.55)}.sm\:bg-green-950\/60{background-color:rgba(5,46,22,.6)}.sm\:bg-green-950\/65{background-color:rgba(5,46,22,.65)}.sm\:bg-green-950\/70{background-color:rgba(5,46,22,.7)}.sm\:bg-green-950\/75{background-color:rgba(5,46,22,.75)}.sm\:bg-green-950\/80{background-color:rgba(5,46,22,.8)}.sm\:bg-green-950\/85{background-color:rgba(5,46,22,.85)}.sm\:bg-green-950\/90{background-color:rgba(5,46,22,.9)}.sm\:bg-green-950\/95{background-color:rgba(5,46,22,.95)}.sm\:bg-indigo-100{--tw-bg-opacity:1;background-color:rgba(224,231,255,var(--tw-bg-opacity))}.sm\:bg-indigo-100\/0{background-color:rgba(224,231,255,0)}.sm\:bg-indigo-100\/10{background-color:rgba(224,231,255,.1)}.sm\:bg-indigo-100\/100{background-color:#e0e7ff}.sm\:bg-indigo-100\/15{background-color:rgba(224,231,255,.15)}.sm\:bg-indigo-100\/20{background-color:rgba(224,231,255,.2)}.sm\:bg-indigo-100\/25{background-color:rgba(224,231,255,.25)}.sm\:bg-indigo-100\/30{background-color:rgba(224,231,255,.3)}.sm\:bg-indigo-100\/35{background-color:rgba(224,231,255,.35)}.sm\:bg-indigo-100\/40{background-color:rgba(224,231,255,.4)}.sm\:bg-indigo-100\/45{background-color:rgba(224,231,255,.45)}.sm\:bg-indigo-100\/5{background-color:rgba(224,231,255,.05)}.sm\:bg-indigo-100\/50{background-color:rgba(224,231,255,.5)}.sm\:bg-indigo-100\/55{background-color:rgba(224,231,255,.55)}.sm\:bg-indigo-100\/60{background-color:rgba(224,231,255,.6)}.sm\:bg-indigo-100\/65{background-color:rgba(224,231,255,.65)}.sm\:bg-indigo-100\/70{background-color:rgba(224,231,255,.7)}.sm\:bg-indigo-100\/75{background-color:rgba(224,231,255,.75)}.sm\:bg-indigo-100\/80{background-color:rgba(224,231,255,.8)}.sm\:bg-indigo-100\/85{background-color:rgba(224,231,255,.85)}.sm\:bg-indigo-100\/90{background-color:rgba(224,231,255,.9)}.sm\:bg-indigo-100\/95{background-color:rgba(224,231,255,.95)}.sm\:bg-indigo-200{--tw-bg-opacity:1;background-color:rgba(199,210,254,var(--tw-bg-opacity))}.sm\:bg-indigo-200\/0{background-color:rgba(199,210,254,0)}.sm\:bg-indigo-200\/10{background-color:rgba(199,210,254,.1)}.sm\:bg-indigo-200\/100{background-color:#c7d2fe}.sm\:bg-indigo-200\/15{background-color:rgba(199,210,254,.15)}.sm\:bg-indigo-200\/20{background-color:rgba(199,210,254,.2)}.sm\:bg-indigo-200\/25{background-color:rgba(199,210,254,.25)}.sm\:bg-indigo-200\/30{background-color:rgba(199,210,254,.3)}.sm\:bg-indigo-200\/35{background-color:rgba(199,210,254,.35)}.sm\:bg-indigo-200\/40{background-color:rgba(199,210,254,.4)}.sm\:bg-indigo-200\/45{background-color:rgba(199,210,254,.45)}.sm\:bg-indigo-200\/5{background-color:rgba(199,210,254,.05)}.sm\:bg-indigo-200\/50{background-color:rgba(199,210,254,.5)}.sm\:bg-indigo-200\/55{background-color:rgba(199,210,254,.55)}.sm\:bg-indigo-200\/60{background-color:rgba(199,210,254,.6)}.sm\:bg-indigo-200\/65{background-color:rgba(199,210,254,.65)}.sm\:bg-indigo-200\/70{background-color:rgba(199,210,254,.7)}.sm\:bg-indigo-200\/75{background-color:rgba(199,210,254,.75)}.sm\:bg-indigo-200\/80{background-color:rgba(199,210,254,.8)}.sm\:bg-indigo-200\/85{background-color:rgba(199,210,254,.85)}.sm\:bg-indigo-200\/90{background-color:rgba(199,210,254,.9)}.sm\:bg-indigo-200\/95{background-color:rgba(199,210,254,.95)}.sm\:bg-indigo-300{--tw-bg-opacity:1;background-color:rgba(165,180,252,var(--tw-bg-opacity))}.sm\:bg-indigo-300\/0{background-color:rgba(165,180,252,0)}.sm\:bg-indigo-300\/10{background-color:rgba(165,180,252,.1)}.sm\:bg-indigo-300\/100{background-color:#a5b4fc}.sm\:bg-indigo-300\/15{background-color:rgba(165,180,252,.15)}.sm\:bg-indigo-300\/20{background-color:rgba(165,180,252,.2)}.sm\:bg-indigo-300\/25{background-color:rgba(165,180,252,.25)}.sm\:bg-indigo-300\/30{background-color:rgba(165,180,252,.3)}.sm\:bg-indigo-300\/35{background-color:rgba(165,180,252,.35)}.sm\:bg-indigo-300\/40{background-color:rgba(165,180,252,.4)}.sm\:bg-indigo-300\/45{background-color:rgba(165,180,252,.45)}.sm\:bg-indigo-300\/5{background-color:rgba(165,180,252,.05)}.sm\:bg-indigo-300\/50{background-color:rgba(165,180,252,.5)}.sm\:bg-indigo-300\/55{background-color:rgba(165,180,252,.55)}.sm\:bg-indigo-300\/60{background-color:rgba(165,180,252,.6)}.sm\:bg-indigo-300\/65{background-color:rgba(165,180,252,.65)}.sm\:bg-indigo-300\/70{background-color:rgba(165,180,252,.7)}.sm\:bg-indigo-300\/75{background-color:rgba(165,180,252,.75)}.sm\:bg-indigo-300\/80{background-color:rgba(165,180,252,.8)}.sm\:bg-indigo-300\/85{background-color:rgba(165,180,252,.85)}.sm\:bg-indigo-300\/90{background-color:rgba(165,180,252,.9)}.sm\:bg-indigo-300\/95{background-color:rgba(165,180,252,.95)}.sm\:bg-indigo-400{--tw-bg-opacity:1;background-color:rgba(129,140,248,var(--tw-bg-opacity))}.sm\:bg-indigo-400\/0{background-color:rgba(129,140,248,0)}.sm\:bg-indigo-400\/10{background-color:rgba(129,140,248,.1)}.sm\:bg-indigo-400\/100{background-color:#818cf8}.sm\:bg-indigo-400\/15{background-color:rgba(129,140,248,.15)}.sm\:bg-indigo-400\/20{background-color:rgba(129,140,248,.2)}.sm\:bg-indigo-400\/25{background-color:rgba(129,140,248,.25)}.sm\:bg-indigo-400\/30{background-color:rgba(129,140,248,.3)}.sm\:bg-indigo-400\/35{background-color:rgba(129,140,248,.35)}.sm\:bg-indigo-400\/40{background-color:rgba(129,140,248,.4)}.sm\:bg-indigo-400\/45{background-color:rgba(129,140,248,.45)}.sm\:bg-indigo-400\/5{background-color:rgba(129,140,248,.05)}.sm\:bg-indigo-400\/50{background-color:rgba(129,140,248,.5)}.sm\:bg-indigo-400\/55{background-color:rgba(129,140,248,.55)}.sm\:bg-indigo-400\/60{background-color:rgba(129,140,248,.6)}.sm\:bg-indigo-400\/65{background-color:rgba(129,140,248,.65)}.sm\:bg-indigo-400\/70{background-color:rgba(129,140,248,.7)}.sm\:bg-indigo-400\/75{background-color:rgba(129,140,248,.75)}.sm\:bg-indigo-400\/80{background-color:rgba(129,140,248,.8)}.sm\:bg-indigo-400\/85{background-color:rgba(129,140,248,.85)}.sm\:bg-indigo-400\/90{background-color:rgba(129,140,248,.9)}.sm\:bg-indigo-400\/95{background-color:rgba(129,140,248,.95)}.sm\:bg-indigo-50{--tw-bg-opacity:1;background-color:rgba(238,242,255,var(--tw-bg-opacity))}.sm\:bg-indigo-50\/0{background-color:rgba(238,242,255,0)}.sm\:bg-indigo-50\/10{background-color:rgba(238,242,255,.1)}.sm\:bg-indigo-50\/100{background-color:#eef2ff}.sm\:bg-indigo-50\/15{background-color:rgba(238,242,255,.15)}.sm\:bg-indigo-50\/20{background-color:rgba(238,242,255,.2)}.sm\:bg-indigo-50\/25{background-color:rgba(238,242,255,.25)}.sm\:bg-indigo-50\/30{background-color:rgba(238,242,255,.3)}.sm\:bg-indigo-50\/35{background-color:rgba(238,242,255,.35)}.sm\:bg-indigo-50\/40{background-color:rgba(238,242,255,.4)}.sm\:bg-indigo-50\/45{background-color:rgba(238,242,255,.45)}.sm\:bg-indigo-50\/5{background-color:rgba(238,242,255,.05)}.sm\:bg-indigo-50\/50{background-color:rgba(238,242,255,.5)}.sm\:bg-indigo-50\/55{background-color:rgba(238,242,255,.55)}.sm\:bg-indigo-50\/60{background-color:rgba(238,242,255,.6)}.sm\:bg-indigo-50\/65{background-color:rgba(238,242,255,.65)}.sm\:bg-indigo-50\/70{background-color:rgba(238,242,255,.7)}.sm\:bg-indigo-50\/75{background-color:rgba(238,242,255,.75)}.sm\:bg-indigo-50\/80{background-color:rgba(238,242,255,.8)}.sm\:bg-indigo-50\/85{background-color:rgba(238,242,255,.85)}.sm\:bg-indigo-50\/90{background-color:rgba(238,242,255,.9)}.sm\:bg-indigo-50\/95{background-color:rgba(238,242,255,.95)}.sm\:bg-indigo-500{--tw-bg-opacity:1;background-color:rgba(99,102,241,var(--tw-bg-opacity))}.sm\:bg-indigo-500\/0{background-color:rgba(99,102,241,0)}.sm\:bg-indigo-500\/10{background-color:rgba(99,102,241,.1)}.sm\:bg-indigo-500\/100{background-color:#6366f1}.sm\:bg-indigo-500\/15{background-color:rgba(99,102,241,.15)}.sm\:bg-indigo-500\/20{background-color:rgba(99,102,241,.2)}.sm\:bg-indigo-500\/25{background-color:rgba(99,102,241,.25)}.sm\:bg-indigo-500\/30{background-color:rgba(99,102,241,.3)}.sm\:bg-indigo-500\/35{background-color:rgba(99,102,241,.35)}.sm\:bg-indigo-500\/40{background-color:rgba(99,102,241,.4)}.sm\:bg-indigo-500\/45{background-color:rgba(99,102,241,.45)}.sm\:bg-indigo-500\/5{background-color:rgba(99,102,241,.05)}.sm\:bg-indigo-500\/50{background-color:rgba(99,102,241,.5)}.sm\:bg-indigo-500\/55{background-color:rgba(99,102,241,.55)}.sm\:bg-indigo-500\/60{background-color:rgba(99,102,241,.6)}.sm\:bg-indigo-500\/65{background-color:rgba(99,102,241,.65)}.sm\:bg-indigo-500\/70{background-color:rgba(99,102,241,.7)}.sm\:bg-indigo-500\/75{background-color:rgba(99,102,241,.75)}.sm\:bg-indigo-500\/80{background-color:rgba(99,102,241,.8)}.sm\:bg-indigo-500\/85{background-color:rgba(99,102,241,.85)}.sm\:bg-indigo-500\/90{background-color:rgba(99,102,241,.9)}.sm\:bg-indigo-500\/95{background-color:rgba(99,102,241,.95)}.sm\:bg-indigo-600{--tw-bg-opacity:1;background-color:rgba(79,70,229,var(--tw-bg-opacity))}.sm\:bg-indigo-600\/0{background-color:rgba(79,70,229,0)}.sm\:bg-indigo-600\/10{background-color:rgba(79,70,229,.1)}.sm\:bg-indigo-600\/100{background-color:#4f46e5}.sm\:bg-indigo-600\/15{background-color:rgba(79,70,229,.15)}.sm\:bg-indigo-600\/20{background-color:rgba(79,70,229,.2)}.sm\:bg-indigo-600\/25{background-color:rgba(79,70,229,.25)}.sm\:bg-indigo-600\/30{background-color:rgba(79,70,229,.3)}.sm\:bg-indigo-600\/35{background-color:rgba(79,70,229,.35)}.sm\:bg-indigo-600\/40{background-color:rgba(79,70,229,.4)}.sm\:bg-indigo-600\/45{background-color:rgba(79,70,229,.45)}.sm\:bg-indigo-600\/5{background-color:rgba(79,70,229,.05)}.sm\:bg-indigo-600\/50{background-color:rgba(79,70,229,.5)}.sm\:bg-indigo-600\/55{background-color:rgba(79,70,229,.55)}.sm\:bg-indigo-600\/60{background-color:rgba(79,70,229,.6)}.sm\:bg-indigo-600\/65{background-color:rgba(79,70,229,.65)}.sm\:bg-indigo-600\/70{background-color:rgba(79,70,229,.7)}.sm\:bg-indigo-600\/75{background-color:rgba(79,70,229,.75)}.sm\:bg-indigo-600\/80{background-color:rgba(79,70,229,.8)}.sm\:bg-indigo-600\/85{background-color:rgba(79,70,229,.85)}.sm\:bg-indigo-600\/90{background-color:rgba(79,70,229,.9)}.sm\:bg-indigo-600\/95{background-color:rgba(79,70,229,.95)}.sm\:bg-indigo-700{--tw-bg-opacity:1;background-color:rgba(67,56,202,var(--tw-bg-opacity))}.sm\:bg-indigo-700\/0{background-color:rgba(67,56,202,0)}.sm\:bg-indigo-700\/10{background-color:rgba(67,56,202,.1)}.sm\:bg-indigo-700\/100{background-color:#4338ca}.sm\:bg-indigo-700\/15{background-color:rgba(67,56,202,.15)}.sm\:bg-indigo-700\/20{background-color:rgba(67,56,202,.2)}.sm\:bg-indigo-700\/25{background-color:rgba(67,56,202,.25)}.sm\:bg-indigo-700\/30{background-color:rgba(67,56,202,.3)}.sm\:bg-indigo-700\/35{background-color:rgba(67,56,202,.35)}.sm\:bg-indigo-700\/40{background-color:rgba(67,56,202,.4)}.sm\:bg-indigo-700\/45{background-color:rgba(67,56,202,.45)}.sm\:bg-indigo-700\/5{background-color:rgba(67,56,202,.05)}.sm\:bg-indigo-700\/50{background-color:rgba(67,56,202,.5)}.sm\:bg-indigo-700\/55{background-color:rgba(67,56,202,.55)}.sm\:bg-indigo-700\/60{background-color:rgba(67,56,202,.6)}.sm\:bg-indigo-700\/65{background-color:rgba(67,56,202,.65)}.sm\:bg-indigo-700\/70{background-color:rgba(67,56,202,.7)}.sm\:bg-indigo-700\/75{background-color:rgba(67,56,202,.75)}.sm\:bg-indigo-700\/80{background-color:rgba(67,56,202,.8)}.sm\:bg-indigo-700\/85{background-color:rgba(67,56,202,.85)}.sm\:bg-indigo-700\/90{background-color:rgba(67,56,202,.9)}.sm\:bg-indigo-700\/95{background-color:rgba(67,56,202,.95)}.sm\:bg-indigo-800{--tw-bg-opacity:1;background-color:rgba(55,48,163,var(--tw-bg-opacity))}.sm\:bg-indigo-800\/0{background-color:rgba(55,48,163,0)}.sm\:bg-indigo-800\/10{background-color:rgba(55,48,163,.1)}.sm\:bg-indigo-800\/100{background-color:#3730a3}.sm\:bg-indigo-800\/15{background-color:rgba(55,48,163,.15)}.sm\:bg-indigo-800\/20{background-color:rgba(55,48,163,.2)}.sm\:bg-indigo-800\/25{background-color:rgba(55,48,163,.25)}.sm\:bg-indigo-800\/30{background-color:rgba(55,48,163,.3)}.sm\:bg-indigo-800\/35{background-color:rgba(55,48,163,.35)}.sm\:bg-indigo-800\/40{background-color:rgba(55,48,163,.4)}.sm\:bg-indigo-800\/45{background-color:rgba(55,48,163,.45)}.sm\:bg-indigo-800\/5{background-color:rgba(55,48,163,.05)}.sm\:bg-indigo-800\/50{background-color:rgba(55,48,163,.5)}.sm\:bg-indigo-800\/55{background-color:rgba(55,48,163,.55)}.sm\:bg-indigo-800\/60{background-color:rgba(55,48,163,.6)}.sm\:bg-indigo-800\/65{background-color:rgba(55,48,163,.65)}.sm\:bg-indigo-800\/70{background-color:rgba(55,48,163,.7)}.sm\:bg-indigo-800\/75{background-color:rgba(55,48,163,.75)}.sm\:bg-indigo-800\/80{background-color:rgba(55,48,163,.8)}.sm\:bg-indigo-800\/85{background-color:rgba(55,48,163,.85)}.sm\:bg-indigo-800\/90{background-color:rgba(55,48,163,.9)}.sm\:bg-indigo-800\/95{background-color:rgba(55,48,163,.95)}.sm\:bg-indigo-900{--tw-bg-opacity:1;background-color:rgba(49,46,129,var(--tw-bg-opacity))}.sm\:bg-indigo-900\/0{background-color:rgba(49,46,129,0)}.sm\:bg-indigo-900\/10{background-color:rgba(49,46,129,.1)}.sm\:bg-indigo-900\/100{background-color:#312e81}.sm\:bg-indigo-900\/15{background-color:rgba(49,46,129,.15)}.sm\:bg-indigo-900\/20{background-color:rgba(49,46,129,.2)}.sm\:bg-indigo-900\/25{background-color:rgba(49,46,129,.25)}.sm\:bg-indigo-900\/30{background-color:rgba(49,46,129,.3)}.sm\:bg-indigo-900\/35{background-color:rgba(49,46,129,.35)}.sm\:bg-indigo-900\/40{background-color:rgba(49,46,129,.4)}.sm\:bg-indigo-900\/45{background-color:rgba(49,46,129,.45)}.sm\:bg-indigo-900\/5{background-color:rgba(49,46,129,.05)}.sm\:bg-indigo-900\/50{background-color:rgba(49,46,129,.5)}.sm\:bg-indigo-900\/55{background-color:rgba(49,46,129,.55)}.sm\:bg-indigo-900\/60{background-color:rgba(49,46,129,.6)}.sm\:bg-indigo-900\/65{background-color:rgba(49,46,129,.65)}.sm\:bg-indigo-900\/70{background-color:rgba(49,46,129,.7)}.sm\:bg-indigo-900\/75{background-color:rgba(49,46,129,.75)}.sm\:bg-indigo-900\/80{background-color:rgba(49,46,129,.8)}.sm\:bg-indigo-900\/85{background-color:rgba(49,46,129,.85)}.sm\:bg-indigo-900\/90{background-color:rgba(49,46,129,.9)}.sm\:bg-indigo-900\/95{background-color:rgba(49,46,129,.95)}.sm\:bg-indigo-950{--tw-bg-opacity:1;background-color:rgba(30,27,75,var(--tw-bg-opacity))}.sm\:bg-indigo-950\/0{background-color:rgba(30,27,75,0)}.sm\:bg-indigo-950\/10{background-color:rgba(30,27,75,.1)}.sm\:bg-indigo-950\/100{background-color:#1e1b4b}.sm\:bg-indigo-950\/15{background-color:rgba(30,27,75,.15)}.sm\:bg-indigo-950\/20{background-color:rgba(30,27,75,.2)}.sm\:bg-indigo-950\/25{background-color:rgba(30,27,75,.25)}.sm\:bg-indigo-950\/30{background-color:rgba(30,27,75,.3)}.sm\:bg-indigo-950\/35{background-color:rgba(30,27,75,.35)}.sm\:bg-indigo-950\/40{background-color:rgba(30,27,75,.4)}.sm\:bg-indigo-950\/45{background-color:rgba(30,27,75,.45)}.sm\:bg-indigo-950\/5{background-color:rgba(30,27,75,.05)}.sm\:bg-indigo-950\/50{background-color:rgba(30,27,75,.5)}.sm\:bg-indigo-950\/55{background-color:rgba(30,27,75,.55)}.sm\:bg-indigo-950\/60{background-color:rgba(30,27,75,.6)}.sm\:bg-indigo-950\/65{background-color:rgba(30,27,75,.65)}.sm\:bg-indigo-950\/70{background-color:rgba(30,27,75,.7)}.sm\:bg-indigo-950\/75{background-color:rgba(30,27,75,.75)}.sm\:bg-indigo-950\/80{background-color:rgba(30,27,75,.8)}.sm\:bg-indigo-950\/85{background-color:rgba(30,27,75,.85)}.sm\:bg-indigo-950\/90{background-color:rgba(30,27,75,.9)}.sm\:bg-indigo-950\/95{background-color:rgba(30,27,75,.95)}.sm\:bg-inherit{background-color:inherit}.sm\:bg-lime-100{--tw-bg-opacity:1;background-color:rgba(236,252,203,var(--tw-bg-opacity))}.sm\:bg-lime-100\/0{background-color:hsla(80,89%,89%,0)}.sm\:bg-lime-100\/10{background-color:hsla(80,89%,89%,.1)}.sm\:bg-lime-100\/100{background-color:#ecfccb}.sm\:bg-lime-100\/15{background-color:hsla(80,89%,89%,.15)}.sm\:bg-lime-100\/20{background-color:hsla(80,89%,89%,.2)}.sm\:bg-lime-100\/25{background-color:hsla(80,89%,89%,.25)}.sm\:bg-lime-100\/30{background-color:hsla(80,89%,89%,.3)}.sm\:bg-lime-100\/35{background-color:hsla(80,89%,89%,.35)}.sm\:bg-lime-100\/40{background-color:hsla(80,89%,89%,.4)}.sm\:bg-lime-100\/45{background-color:hsla(80,89%,89%,.45)}.sm\:bg-lime-100\/5{background-color:hsla(80,89%,89%,.05)}.sm\:bg-lime-100\/50{background-color:hsla(80,89%,89%,.5)}.sm\:bg-lime-100\/55{background-color:hsla(80,89%,89%,.55)}.sm\:bg-lime-100\/60{background-color:hsla(80,89%,89%,.6)}.sm\:bg-lime-100\/65{background-color:hsla(80,89%,89%,.65)}.sm\:bg-lime-100\/70{background-color:hsla(80,89%,89%,.7)}.sm\:bg-lime-100\/75{background-color:hsla(80,89%,89%,.75)}.sm\:bg-lime-100\/80{background-color:hsla(80,89%,89%,.8)}.sm\:bg-lime-100\/85{background-color:hsla(80,89%,89%,.85)}.sm\:bg-lime-100\/90{background-color:hsla(80,89%,89%,.9)}.sm\:bg-lime-100\/95{background-color:hsla(80,89%,89%,.95)}.sm\:bg-lime-200{--tw-bg-opacity:1;background-color:rgba(217,249,157,var(--tw-bg-opacity))}.sm\:bg-lime-200\/0{background-color:hsla(81,88%,80%,0)}.sm\:bg-lime-200\/10{background-color:hsla(81,88%,80%,.1)}.sm\:bg-lime-200\/100{background-color:#d9f99d}.sm\:bg-lime-200\/15{background-color:hsla(81,88%,80%,.15)}.sm\:bg-lime-200\/20{background-color:hsla(81,88%,80%,.2)}.sm\:bg-lime-200\/25{background-color:hsla(81,88%,80%,.25)}.sm\:bg-lime-200\/30{background-color:hsla(81,88%,80%,.3)}.sm\:bg-lime-200\/35{background-color:hsla(81,88%,80%,.35)}.sm\:bg-lime-200\/40{background-color:hsla(81,88%,80%,.4)}.sm\:bg-lime-200\/45{background-color:hsla(81,88%,80%,.45)}.sm\:bg-lime-200\/5{background-color:hsla(81,88%,80%,.05)}.sm\:bg-lime-200\/50{background-color:hsla(81,88%,80%,.5)}.sm\:bg-lime-200\/55{background-color:hsla(81,88%,80%,.55)}.sm\:bg-lime-200\/60{background-color:hsla(81,88%,80%,.6)}.sm\:bg-lime-200\/65{background-color:hsla(81,88%,80%,.65)}.sm\:bg-lime-200\/70{background-color:hsla(81,88%,80%,.7)}.sm\:bg-lime-200\/75{background-color:hsla(81,88%,80%,.75)}.sm\:bg-lime-200\/80{background-color:hsla(81,88%,80%,.8)}.sm\:bg-lime-200\/85{background-color:hsla(81,88%,80%,.85)}.sm\:bg-lime-200\/90{background-color:hsla(81,88%,80%,.9)}.sm\:bg-lime-200\/95{background-color:hsla(81,88%,80%,.95)}.sm\:bg-lime-300{--tw-bg-opacity:1;background-color:rgba(190,242,100,var(--tw-bg-opacity))}.sm\:bg-lime-300\/0{background-color:hsla(82,85%,67%,0)}.sm\:bg-lime-300\/10{background-color:hsla(82,85%,67%,.1)}.sm\:bg-lime-300\/100{background-color:#bef264}.sm\:bg-lime-300\/15{background-color:hsla(82,85%,67%,.15)}.sm\:bg-lime-300\/20{background-color:hsla(82,85%,67%,.2)}.sm\:bg-lime-300\/25{background-color:hsla(82,85%,67%,.25)}.sm\:bg-lime-300\/30{background-color:hsla(82,85%,67%,.3)}.sm\:bg-lime-300\/35{background-color:hsla(82,85%,67%,.35)}.sm\:bg-lime-300\/40{background-color:hsla(82,85%,67%,.4)}.sm\:bg-lime-300\/45{background-color:hsla(82,85%,67%,.45)}.sm\:bg-lime-300\/5{background-color:hsla(82,85%,67%,.05)}.sm\:bg-lime-300\/50{background-color:hsla(82,85%,67%,.5)}.sm\:bg-lime-300\/55{background-color:hsla(82,85%,67%,.55)}.sm\:bg-lime-300\/60{background-color:hsla(82,85%,67%,.6)}.sm\:bg-lime-300\/65{background-color:hsla(82,85%,67%,.65)}.sm\:bg-lime-300\/70{background-color:hsla(82,85%,67%,.7)}.sm\:bg-lime-300\/75{background-color:hsla(82,85%,67%,.75)}.sm\:bg-lime-300\/80{background-color:hsla(82,85%,67%,.8)}.sm\:bg-lime-300\/85{background-color:hsla(82,85%,67%,.85)}.sm\:bg-lime-300\/90{background-color:hsla(82,85%,67%,.9)}.sm\:bg-lime-300\/95{background-color:hsla(82,85%,67%,.95)}.sm\:bg-lime-400{--tw-bg-opacity:1;background-color:rgba(163,230,53,var(--tw-bg-opacity))}.sm\:bg-lime-400\/0{background-color:rgba(163,230,53,0)}.sm\:bg-lime-400\/10{background-color:rgba(163,230,53,.1)}.sm\:bg-lime-400\/100{background-color:#a3e635}.sm\:bg-lime-400\/15{background-color:rgba(163,230,53,.15)}.sm\:bg-lime-400\/20{background-color:rgba(163,230,53,.2)}.sm\:bg-lime-400\/25{background-color:rgba(163,230,53,.25)}.sm\:bg-lime-400\/30{background-color:rgba(163,230,53,.3)}.sm\:bg-lime-400\/35{background-color:rgba(163,230,53,.35)}.sm\:bg-lime-400\/40{background-color:rgba(163,230,53,.4)}.sm\:bg-lime-400\/45{background-color:rgba(163,230,53,.45)}.sm\:bg-lime-400\/5{background-color:rgba(163,230,53,.05)}.sm\:bg-lime-400\/50{background-color:rgba(163,230,53,.5)}.sm\:bg-lime-400\/55{background-color:rgba(163,230,53,.55)}.sm\:bg-lime-400\/60{background-color:rgba(163,230,53,.6)}.sm\:bg-lime-400\/65{background-color:rgba(163,230,53,.65)}.sm\:bg-lime-400\/70{background-color:rgba(163,230,53,.7)}.sm\:bg-lime-400\/75{background-color:rgba(163,230,53,.75)}.sm\:bg-lime-400\/80{background-color:rgba(163,230,53,.8)}.sm\:bg-lime-400\/85{background-color:rgba(163,230,53,.85)}.sm\:bg-lime-400\/90{background-color:rgba(163,230,53,.9)}.sm\:bg-lime-400\/95{background-color:rgba(163,230,53,.95)}.sm\:bg-lime-50{--tw-bg-opacity:1;background-color:rgba(247,254,231,var(--tw-bg-opacity))}.sm\:bg-lime-50\/0{background-color:hsla(78,92%,95%,0)}.sm\:bg-lime-50\/10{background-color:hsla(78,92%,95%,.1)}.sm\:bg-lime-50\/100{background-color:#f7fee7}.sm\:bg-lime-50\/15{background-color:hsla(78,92%,95%,.15)}.sm\:bg-lime-50\/20{background-color:hsla(78,92%,95%,.2)}.sm\:bg-lime-50\/25{background-color:hsla(78,92%,95%,.25)}.sm\:bg-lime-50\/30{background-color:hsla(78,92%,95%,.3)}.sm\:bg-lime-50\/35{background-color:hsla(78,92%,95%,.35)}.sm\:bg-lime-50\/40{background-color:hsla(78,92%,95%,.4)}.sm\:bg-lime-50\/45{background-color:hsla(78,92%,95%,.45)}.sm\:bg-lime-50\/5{background-color:hsla(78,92%,95%,.05)}.sm\:bg-lime-50\/50{background-color:hsla(78,92%,95%,.5)}.sm\:bg-lime-50\/55{background-color:hsla(78,92%,95%,.55)}.sm\:bg-lime-50\/60{background-color:hsla(78,92%,95%,.6)}.sm\:bg-lime-50\/65{background-color:hsla(78,92%,95%,.65)}.sm\:bg-lime-50\/70{background-color:hsla(78,92%,95%,.7)}.sm\:bg-lime-50\/75{background-color:hsla(78,92%,95%,.75)}.sm\:bg-lime-50\/80{background-color:hsla(78,92%,95%,.8)}.sm\:bg-lime-50\/85{background-color:hsla(78,92%,95%,.85)}.sm\:bg-lime-50\/90{background-color:hsla(78,92%,95%,.9)}.sm\:bg-lime-50\/95{background-color:hsla(78,92%,95%,.95)}.sm\:bg-lime-500{--tw-bg-opacity:1;background-color:rgba(132,204,22,var(--tw-bg-opacity))}.sm\:bg-lime-500\/0{background-color:rgba(132,204,22,0)}.sm\:bg-lime-500\/10{background-color:rgba(132,204,22,.1)}.sm\:bg-lime-500\/100{background-color:#84cc16}.sm\:bg-lime-500\/15{background-color:rgba(132,204,22,.15)}.sm\:bg-lime-500\/20{background-color:rgba(132,204,22,.2)}.sm\:bg-lime-500\/25{background-color:rgba(132,204,22,.25)}.sm\:bg-lime-500\/30{background-color:rgba(132,204,22,.3)}.sm\:bg-lime-500\/35{background-color:rgba(132,204,22,.35)}.sm\:bg-lime-500\/40{background-color:rgba(132,204,22,.4)}.sm\:bg-lime-500\/45{background-color:rgba(132,204,22,.45)}.sm\:bg-lime-500\/5{background-color:rgba(132,204,22,.05)}.sm\:bg-lime-500\/50{background-color:rgba(132,204,22,.5)}.sm\:bg-lime-500\/55{background-color:rgba(132,204,22,.55)}.sm\:bg-lime-500\/60{background-color:rgba(132,204,22,.6)}.sm\:bg-lime-500\/65{background-color:rgba(132,204,22,.65)}.sm\:bg-lime-500\/70{background-color:rgba(132,204,22,.7)}.sm\:bg-lime-500\/75{background-color:rgba(132,204,22,.75)}.sm\:bg-lime-500\/80{background-color:rgba(132,204,22,.8)}.sm\:bg-lime-500\/85{background-color:rgba(132,204,22,.85)}.sm\:bg-lime-500\/90{background-color:rgba(132,204,22,.9)}.sm\:bg-lime-500\/95{background-color:rgba(132,204,22,.95)}.sm\:bg-lime-600{--tw-bg-opacity:1;background-color:rgba(101,163,13,var(--tw-bg-opacity))}.sm\:bg-lime-600\/0{background-color:rgba(101,163,13,0)}.sm\:bg-lime-600\/10{background-color:rgba(101,163,13,.1)}.sm\:bg-lime-600\/100{background-color:#65a30d}.sm\:bg-lime-600\/15{background-color:rgba(101,163,13,.15)}.sm\:bg-lime-600\/20{background-color:rgba(101,163,13,.2)}.sm\:bg-lime-600\/25{background-color:rgba(101,163,13,.25)}.sm\:bg-lime-600\/30{background-color:rgba(101,163,13,.3)}.sm\:bg-lime-600\/35{background-color:rgba(101,163,13,.35)}.sm\:bg-lime-600\/40{background-color:rgba(101,163,13,.4)}.sm\:bg-lime-600\/45{background-color:rgba(101,163,13,.45)}.sm\:bg-lime-600\/5{background-color:rgba(101,163,13,.05)}.sm\:bg-lime-600\/50{background-color:rgba(101,163,13,.5)}.sm\:bg-lime-600\/55{background-color:rgba(101,163,13,.55)}.sm\:bg-lime-600\/60{background-color:rgba(101,163,13,.6)}.sm\:bg-lime-600\/65{background-color:rgba(101,163,13,.65)}.sm\:bg-lime-600\/70{background-color:rgba(101,163,13,.7)}.sm\:bg-lime-600\/75{background-color:rgba(101,163,13,.75)}.sm\:bg-lime-600\/80{background-color:rgba(101,163,13,.8)}.sm\:bg-lime-600\/85{background-color:rgba(101,163,13,.85)}.sm\:bg-lime-600\/90{background-color:rgba(101,163,13,.9)}.sm\:bg-lime-600\/95{background-color:rgba(101,163,13,.95)}.sm\:bg-lime-700{--tw-bg-opacity:1;background-color:rgba(77,124,15,var(--tw-bg-opacity))}.sm\:bg-lime-700\/0{background-color:rgba(77,124,15,0)}.sm\:bg-lime-700\/10{background-color:rgba(77,124,15,.1)}.sm\:bg-lime-700\/100{background-color:#4d7c0f}.sm\:bg-lime-700\/15{background-color:rgba(77,124,15,.15)}.sm\:bg-lime-700\/20{background-color:rgba(77,124,15,.2)}.sm\:bg-lime-700\/25{background-color:rgba(77,124,15,.25)}.sm\:bg-lime-700\/30{background-color:rgba(77,124,15,.3)}.sm\:bg-lime-700\/35{background-color:rgba(77,124,15,.35)}.sm\:bg-lime-700\/40{background-color:rgba(77,124,15,.4)}.sm\:bg-lime-700\/45{background-color:rgba(77,124,15,.45)}.sm\:bg-lime-700\/5{background-color:rgba(77,124,15,.05)}.sm\:bg-lime-700\/50{background-color:rgba(77,124,15,.5)}.sm\:bg-lime-700\/55{background-color:rgba(77,124,15,.55)}.sm\:bg-lime-700\/60{background-color:rgba(77,124,15,.6)}.sm\:bg-lime-700\/65{background-color:rgba(77,124,15,.65)}.sm\:bg-lime-700\/70{background-color:rgba(77,124,15,.7)}.sm\:bg-lime-700\/75{background-color:rgba(77,124,15,.75)}.sm\:bg-lime-700\/80{background-color:rgba(77,124,15,.8)}.sm\:bg-lime-700\/85{background-color:rgba(77,124,15,.85)}.sm\:bg-lime-700\/90{background-color:rgba(77,124,15,.9)}.sm\:bg-lime-700\/95{background-color:rgba(77,124,15,.95)}.sm\:bg-lime-800{--tw-bg-opacity:1;background-color:rgba(63,98,18,var(--tw-bg-opacity))}.sm\:bg-lime-800\/0{background-color:rgba(63,98,18,0)}.sm\:bg-lime-800\/10{background-color:rgba(63,98,18,.1)}.sm\:bg-lime-800\/100{background-color:#3f6212}.sm\:bg-lime-800\/15{background-color:rgba(63,98,18,.15)}.sm\:bg-lime-800\/20{background-color:rgba(63,98,18,.2)}.sm\:bg-lime-800\/25{background-color:rgba(63,98,18,.25)}.sm\:bg-lime-800\/30{background-color:rgba(63,98,18,.3)}.sm\:bg-lime-800\/35{background-color:rgba(63,98,18,.35)}.sm\:bg-lime-800\/40{background-color:rgba(63,98,18,.4)}.sm\:bg-lime-800\/45{background-color:rgba(63,98,18,.45)}.sm\:bg-lime-800\/5{background-color:rgba(63,98,18,.05)}.sm\:bg-lime-800\/50{background-color:rgba(63,98,18,.5)}.sm\:bg-lime-800\/55{background-color:rgba(63,98,18,.55)}.sm\:bg-lime-800\/60{background-color:rgba(63,98,18,.6)}.sm\:bg-lime-800\/65{background-color:rgba(63,98,18,.65)}.sm\:bg-lime-800\/70{background-color:rgba(63,98,18,.7)}.sm\:bg-lime-800\/75{background-color:rgba(63,98,18,.75)}.sm\:bg-lime-800\/80{background-color:rgba(63,98,18,.8)}.sm\:bg-lime-800\/85{background-color:rgba(63,98,18,.85)}.sm\:bg-lime-800\/90{background-color:rgba(63,98,18,.9)}.sm\:bg-lime-800\/95{background-color:rgba(63,98,18,.95)}.sm\:bg-lime-900{--tw-bg-opacity:1;background-color:rgba(54,83,20,var(--tw-bg-opacity))}.sm\:bg-lime-900\/0{background-color:rgba(54,83,20,0)}.sm\:bg-lime-900\/10{background-color:rgba(54,83,20,.1)}.sm\:bg-lime-900\/100{background-color:#365314}.sm\:bg-lime-900\/15{background-color:rgba(54,83,20,.15)}.sm\:bg-lime-900\/20{background-color:rgba(54,83,20,.2)}.sm\:bg-lime-900\/25{background-color:rgba(54,83,20,.25)}.sm\:bg-lime-900\/30{background-color:rgba(54,83,20,.3)}.sm\:bg-lime-900\/35{background-color:rgba(54,83,20,.35)}.sm\:bg-lime-900\/40{background-color:rgba(54,83,20,.4)}.sm\:bg-lime-900\/45{background-color:rgba(54,83,20,.45)}.sm\:bg-lime-900\/5{background-color:rgba(54,83,20,.05)}.sm\:bg-lime-900\/50{background-color:rgba(54,83,20,.5)}.sm\:bg-lime-900\/55{background-color:rgba(54,83,20,.55)}.sm\:bg-lime-900\/60{background-color:rgba(54,83,20,.6)}.sm\:bg-lime-900\/65{background-color:rgba(54,83,20,.65)}.sm\:bg-lime-900\/70{background-color:rgba(54,83,20,.7)}.sm\:bg-lime-900\/75{background-color:rgba(54,83,20,.75)}.sm\:bg-lime-900\/80{background-color:rgba(54,83,20,.8)}.sm\:bg-lime-900\/85{background-color:rgba(54,83,20,.85)}.sm\:bg-lime-900\/90{background-color:rgba(54,83,20,.9)}.sm\:bg-lime-900\/95{background-color:rgba(54,83,20,.95)}.sm\:bg-lime-950{--tw-bg-opacity:1;background-color:rgba(26,46,5,var(--tw-bg-opacity))}.sm\:bg-lime-950\/0{background-color:rgba(26,46,5,0)}.sm\:bg-lime-950\/10{background-color:rgba(26,46,5,.1)}.sm\:bg-lime-950\/100{background-color:#1a2e05}.sm\:bg-lime-950\/15{background-color:rgba(26,46,5,.15)}.sm\:bg-lime-950\/20{background-color:rgba(26,46,5,.2)}.sm\:bg-lime-950\/25{background-color:rgba(26,46,5,.25)}.sm\:bg-lime-950\/30{background-color:rgba(26,46,5,.3)}.sm\:bg-lime-950\/35{background-color:rgba(26,46,5,.35)}.sm\:bg-lime-950\/40{background-color:rgba(26,46,5,.4)}.sm\:bg-lime-950\/45{background-color:rgba(26,46,5,.45)}.sm\:bg-lime-950\/5{background-color:rgba(26,46,5,.05)}.sm\:bg-lime-950\/50{background-color:rgba(26,46,5,.5)}.sm\:bg-lime-950\/55{background-color:rgba(26,46,5,.55)}.sm\:bg-lime-950\/60{background-color:rgba(26,46,5,.6)}.sm\:bg-lime-950\/65{background-color:rgba(26,46,5,.65)}.sm\:bg-lime-950\/70{background-color:rgba(26,46,5,.7)}.sm\:bg-lime-950\/75{background-color:rgba(26,46,5,.75)}.sm\:bg-lime-950\/80{background-color:rgba(26,46,5,.8)}.sm\:bg-lime-950\/85{background-color:rgba(26,46,5,.85)}.sm\:bg-lime-950\/90{background-color:rgba(26,46,5,.9)}.sm\:bg-lime-950\/95{background-color:rgba(26,46,5,.95)}.sm\:bg-neutral-100{--tw-bg-opacity:1;background-color:rgba(245,245,245,var(--tw-bg-opacity))}.sm\:bg-neutral-100\/0{background-color:hsla(0,0%,96%,0)}.sm\:bg-neutral-100\/10{background-color:hsla(0,0%,96%,.1)}.sm\:bg-neutral-100\/100{background-color:#f5f5f5}.sm\:bg-neutral-100\/15{background-color:hsla(0,0%,96%,.15)}.sm\:bg-neutral-100\/20{background-color:hsla(0,0%,96%,.2)}.sm\:bg-neutral-100\/25{background-color:hsla(0,0%,96%,.25)}.sm\:bg-neutral-100\/30{background-color:hsla(0,0%,96%,.3)}.sm\:bg-neutral-100\/35{background-color:hsla(0,0%,96%,.35)}.sm\:bg-neutral-100\/40{background-color:hsla(0,0%,96%,.4)}.sm\:bg-neutral-100\/45{background-color:hsla(0,0%,96%,.45)}.sm\:bg-neutral-100\/5{background-color:hsla(0,0%,96%,.05)}.sm\:bg-neutral-100\/50{background-color:hsla(0,0%,96%,.5)}.sm\:bg-neutral-100\/55{background-color:hsla(0,0%,96%,.55)}.sm\:bg-neutral-100\/60{background-color:hsla(0,0%,96%,.6)}.sm\:bg-neutral-100\/65{background-color:hsla(0,0%,96%,.65)}.sm\:bg-neutral-100\/70{background-color:hsla(0,0%,96%,.7)}.sm\:bg-neutral-100\/75{background-color:hsla(0,0%,96%,.75)}.sm\:bg-neutral-100\/80{background-color:hsla(0,0%,96%,.8)}.sm\:bg-neutral-100\/85{background-color:hsla(0,0%,96%,.85)}.sm\:bg-neutral-100\/90{background-color:hsla(0,0%,96%,.9)}.sm\:bg-neutral-100\/95{background-color:hsla(0,0%,96%,.95)}.sm\:bg-neutral-200{--tw-bg-opacity:1;background-color:rgba(229,229,229,var(--tw-bg-opacity))}.sm\:bg-neutral-200\/0{background-color:hsla(0,0%,90%,0)}.sm\:bg-neutral-200\/10{background-color:hsla(0,0%,90%,.1)}.sm\:bg-neutral-200\/100{background-color:#e5e5e5}.sm\:bg-neutral-200\/15{background-color:hsla(0,0%,90%,.15)}.sm\:bg-neutral-200\/20{background-color:hsla(0,0%,90%,.2)}.sm\:bg-neutral-200\/25{background-color:hsla(0,0%,90%,.25)}.sm\:bg-neutral-200\/30{background-color:hsla(0,0%,90%,.3)}.sm\:bg-neutral-200\/35{background-color:hsla(0,0%,90%,.35)}.sm\:bg-neutral-200\/40{background-color:hsla(0,0%,90%,.4)}.sm\:bg-neutral-200\/45{background-color:hsla(0,0%,90%,.45)}.sm\:bg-neutral-200\/5{background-color:hsla(0,0%,90%,.05)}.sm\:bg-neutral-200\/50{background-color:hsla(0,0%,90%,.5)}.sm\:bg-neutral-200\/55{background-color:hsla(0,0%,90%,.55)}.sm\:bg-neutral-200\/60{background-color:hsla(0,0%,90%,.6)}.sm\:bg-neutral-200\/65{background-color:hsla(0,0%,90%,.65)}.sm\:bg-neutral-200\/70{background-color:hsla(0,0%,90%,.7)}.sm\:bg-neutral-200\/75{background-color:hsla(0,0%,90%,.75)}.sm\:bg-neutral-200\/80{background-color:hsla(0,0%,90%,.8)}.sm\:bg-neutral-200\/85{background-color:hsla(0,0%,90%,.85)}.sm\:bg-neutral-200\/90{background-color:hsla(0,0%,90%,.9)}.sm\:bg-neutral-200\/95{background-color:hsla(0,0%,90%,.95)}.sm\:bg-neutral-300{--tw-bg-opacity:1;background-color:rgba(212,212,212,var(--tw-bg-opacity))}.sm\:bg-neutral-300\/0{background-color:hsla(0,0%,83%,0)}.sm\:bg-neutral-300\/10{background-color:hsla(0,0%,83%,.1)}.sm\:bg-neutral-300\/100{background-color:#d4d4d4}.sm\:bg-neutral-300\/15{background-color:hsla(0,0%,83%,.15)}.sm\:bg-neutral-300\/20{background-color:hsla(0,0%,83%,.2)}.sm\:bg-neutral-300\/25{background-color:hsla(0,0%,83%,.25)}.sm\:bg-neutral-300\/30{background-color:hsla(0,0%,83%,.3)}.sm\:bg-neutral-300\/35{background-color:hsla(0,0%,83%,.35)}.sm\:bg-neutral-300\/40{background-color:hsla(0,0%,83%,.4)}.sm\:bg-neutral-300\/45{background-color:hsla(0,0%,83%,.45)}.sm\:bg-neutral-300\/5{background-color:hsla(0,0%,83%,.05)}.sm\:bg-neutral-300\/50{background-color:hsla(0,0%,83%,.5)}.sm\:bg-neutral-300\/55{background-color:hsla(0,0%,83%,.55)}.sm\:bg-neutral-300\/60{background-color:hsla(0,0%,83%,.6)}.sm\:bg-neutral-300\/65{background-color:hsla(0,0%,83%,.65)}.sm\:bg-neutral-300\/70{background-color:hsla(0,0%,83%,.7)}.sm\:bg-neutral-300\/75{background-color:hsla(0,0%,83%,.75)}.sm\:bg-neutral-300\/80{background-color:hsla(0,0%,83%,.8)}.sm\:bg-neutral-300\/85{background-color:hsla(0,0%,83%,.85)}.sm\:bg-neutral-300\/90{background-color:hsla(0,0%,83%,.9)}.sm\:bg-neutral-300\/95{background-color:hsla(0,0%,83%,.95)}.sm\:bg-neutral-400{--tw-bg-opacity:1;background-color:rgba(163,163,163,var(--tw-bg-opacity))}.sm\:bg-neutral-400\/0{background-color:hsla(0,0%,64%,0)}.sm\:bg-neutral-400\/10{background-color:hsla(0,0%,64%,.1)}.sm\:bg-neutral-400\/100{background-color:#a3a3a3}.sm\:bg-neutral-400\/15{background-color:hsla(0,0%,64%,.15)}.sm\:bg-neutral-400\/20{background-color:hsla(0,0%,64%,.2)}.sm\:bg-neutral-400\/25{background-color:hsla(0,0%,64%,.25)}.sm\:bg-neutral-400\/30{background-color:hsla(0,0%,64%,.3)}.sm\:bg-neutral-400\/35{background-color:hsla(0,0%,64%,.35)}.sm\:bg-neutral-400\/40{background-color:hsla(0,0%,64%,.4)}.sm\:bg-neutral-400\/45{background-color:hsla(0,0%,64%,.45)}.sm\:bg-neutral-400\/5{background-color:hsla(0,0%,64%,.05)}.sm\:bg-neutral-400\/50{background-color:hsla(0,0%,64%,.5)}.sm\:bg-neutral-400\/55{background-color:hsla(0,0%,64%,.55)}.sm\:bg-neutral-400\/60{background-color:hsla(0,0%,64%,.6)}.sm\:bg-neutral-400\/65{background-color:hsla(0,0%,64%,.65)}.sm\:bg-neutral-400\/70{background-color:hsla(0,0%,64%,.7)}.sm\:bg-neutral-400\/75{background-color:hsla(0,0%,64%,.75)}.sm\:bg-neutral-400\/80{background-color:hsla(0,0%,64%,.8)}.sm\:bg-neutral-400\/85{background-color:hsla(0,0%,64%,.85)}.sm\:bg-neutral-400\/90{background-color:hsla(0,0%,64%,.9)}.sm\:bg-neutral-400\/95{background-color:hsla(0,0%,64%,.95)}.sm\:bg-neutral-50{--tw-bg-opacity:1;background-color:rgba(250,250,250,var(--tw-bg-opacity))}.sm\:bg-neutral-50\/0{background-color:hsla(0,0%,98%,0)}.sm\:bg-neutral-50\/10{background-color:hsla(0,0%,98%,.1)}.sm\:bg-neutral-50\/100{background-color:#fafafa}.sm\:bg-neutral-50\/15{background-color:hsla(0,0%,98%,.15)}.sm\:bg-neutral-50\/20{background-color:hsla(0,0%,98%,.2)}.sm\:bg-neutral-50\/25{background-color:hsla(0,0%,98%,.25)}.sm\:bg-neutral-50\/30{background-color:hsla(0,0%,98%,.3)}.sm\:bg-neutral-50\/35{background-color:hsla(0,0%,98%,.35)}.sm\:bg-neutral-50\/40{background-color:hsla(0,0%,98%,.4)}.sm\:bg-neutral-50\/45{background-color:hsla(0,0%,98%,.45)}.sm\:bg-neutral-50\/5{background-color:hsla(0,0%,98%,.05)}.sm\:bg-neutral-50\/50{background-color:hsla(0,0%,98%,.5)}.sm\:bg-neutral-50\/55{background-color:hsla(0,0%,98%,.55)}.sm\:bg-neutral-50\/60{background-color:hsla(0,0%,98%,.6)}.sm\:bg-neutral-50\/65{background-color:hsla(0,0%,98%,.65)}.sm\:bg-neutral-50\/70{background-color:hsla(0,0%,98%,.7)}.sm\:bg-neutral-50\/75{background-color:hsla(0,0%,98%,.75)}.sm\:bg-neutral-50\/80{background-color:hsla(0,0%,98%,.8)}.sm\:bg-neutral-50\/85{background-color:hsla(0,0%,98%,.85)}.sm\:bg-neutral-50\/90{background-color:hsla(0,0%,98%,.9)}.sm\:bg-neutral-50\/95{background-color:hsla(0,0%,98%,.95)}.sm\:bg-neutral-500{--tw-bg-opacity:1;background-color:rgba(115,115,115,var(--tw-bg-opacity))}.sm\:bg-neutral-500\/0{background-color:hsla(0,0%,45%,0)}.sm\:bg-neutral-500\/10{background-color:hsla(0,0%,45%,.1)}.sm\:bg-neutral-500\/100{background-color:#737373}.sm\:bg-neutral-500\/15{background-color:hsla(0,0%,45%,.15)}.sm\:bg-neutral-500\/20{background-color:hsla(0,0%,45%,.2)}.sm\:bg-neutral-500\/25{background-color:hsla(0,0%,45%,.25)}.sm\:bg-neutral-500\/30{background-color:hsla(0,0%,45%,.3)}.sm\:bg-neutral-500\/35{background-color:hsla(0,0%,45%,.35)}.sm\:bg-neutral-500\/40{background-color:hsla(0,0%,45%,.4)}.sm\:bg-neutral-500\/45{background-color:hsla(0,0%,45%,.45)}.sm\:bg-neutral-500\/5{background-color:hsla(0,0%,45%,.05)}.sm\:bg-neutral-500\/50{background-color:hsla(0,0%,45%,.5)}.sm\:bg-neutral-500\/55{background-color:hsla(0,0%,45%,.55)}.sm\:bg-neutral-500\/60{background-color:hsla(0,0%,45%,.6)}.sm\:bg-neutral-500\/65{background-color:hsla(0,0%,45%,.65)}.sm\:bg-neutral-500\/70{background-color:hsla(0,0%,45%,.7)}.sm\:bg-neutral-500\/75{background-color:hsla(0,0%,45%,.75)}.sm\:bg-neutral-500\/80{background-color:hsla(0,0%,45%,.8)}.sm\:bg-neutral-500\/85{background-color:hsla(0,0%,45%,.85)}.sm\:bg-neutral-500\/90{background-color:hsla(0,0%,45%,.9)}.sm\:bg-neutral-500\/95{background-color:hsla(0,0%,45%,.95)}.sm\:bg-neutral-600{--tw-bg-opacity:1;background-color:rgba(82,82,82,var(--tw-bg-opacity))}.sm\:bg-neutral-600\/0{background-color:rgba(82,82,82,0)}.sm\:bg-neutral-600\/10{background-color:rgba(82,82,82,.1)}.sm\:bg-neutral-600\/100{background-color:#525252}.sm\:bg-neutral-600\/15{background-color:rgba(82,82,82,.15)}.sm\:bg-neutral-600\/20{background-color:rgba(82,82,82,.2)}.sm\:bg-neutral-600\/25{background-color:rgba(82,82,82,.25)}.sm\:bg-neutral-600\/30{background-color:rgba(82,82,82,.3)}.sm\:bg-neutral-600\/35{background-color:rgba(82,82,82,.35)}.sm\:bg-neutral-600\/40{background-color:rgba(82,82,82,.4)}.sm\:bg-neutral-600\/45{background-color:rgba(82,82,82,.45)}.sm\:bg-neutral-600\/5{background-color:rgba(82,82,82,.05)}.sm\:bg-neutral-600\/50{background-color:rgba(82,82,82,.5)}.sm\:bg-neutral-600\/55{background-color:rgba(82,82,82,.55)}.sm\:bg-neutral-600\/60{background-color:rgba(82,82,82,.6)}.sm\:bg-neutral-600\/65{background-color:rgba(82,82,82,.65)}.sm\:bg-neutral-600\/70{background-color:rgba(82,82,82,.7)}.sm\:bg-neutral-600\/75{background-color:rgba(82,82,82,.75)}.sm\:bg-neutral-600\/80{background-color:rgba(82,82,82,.8)}.sm\:bg-neutral-600\/85{background-color:rgba(82,82,82,.85)}.sm\:bg-neutral-600\/90{background-color:rgba(82,82,82,.9)}.sm\:bg-neutral-600\/95{background-color:rgba(82,82,82,.95)}.sm\:bg-neutral-700{--tw-bg-opacity:1;background-color:rgba(64,64,64,var(--tw-bg-opacity))}.sm\:bg-neutral-700\/0{background-color:rgba(64,64,64,0)}.sm\:bg-neutral-700\/10{background-color:rgba(64,64,64,.1)}.sm\:bg-neutral-700\/100{background-color:#404040}.sm\:bg-neutral-700\/15{background-color:rgba(64,64,64,.15)}.sm\:bg-neutral-700\/20{background-color:rgba(64,64,64,.2)}.sm\:bg-neutral-700\/25{background-color:rgba(64,64,64,.25)}.sm\:bg-neutral-700\/30{background-color:rgba(64,64,64,.3)}.sm\:bg-neutral-700\/35{background-color:rgba(64,64,64,.35)}.sm\:bg-neutral-700\/40{background-color:rgba(64,64,64,.4)}.sm\:bg-neutral-700\/45{background-color:rgba(64,64,64,.45)}.sm\:bg-neutral-700\/5{background-color:rgba(64,64,64,.05)}.sm\:bg-neutral-700\/50{background-color:rgba(64,64,64,.5)}.sm\:bg-neutral-700\/55{background-color:rgba(64,64,64,.55)}.sm\:bg-neutral-700\/60{background-color:rgba(64,64,64,.6)}.sm\:bg-neutral-700\/65{background-color:rgba(64,64,64,.65)}.sm\:bg-neutral-700\/70{background-color:rgba(64,64,64,.7)}.sm\:bg-neutral-700\/75{background-color:rgba(64,64,64,.75)}.sm\:bg-neutral-700\/80{background-color:rgba(64,64,64,.8)}.sm\:bg-neutral-700\/85{background-color:rgba(64,64,64,.85)}.sm\:bg-neutral-700\/90{background-color:rgba(64,64,64,.9)}.sm\:bg-neutral-700\/95{background-color:rgba(64,64,64,.95)}.sm\:bg-neutral-800{--tw-bg-opacity:1;background-color:rgba(38,38,38,var(--tw-bg-opacity))}.sm\:bg-neutral-800\/0{background-color:rgba(38,38,38,0)}.sm\:bg-neutral-800\/10{background-color:rgba(38,38,38,.1)}.sm\:bg-neutral-800\/100{background-color:#262626}.sm\:bg-neutral-800\/15{background-color:rgba(38,38,38,.15)}.sm\:bg-neutral-800\/20{background-color:rgba(38,38,38,.2)}.sm\:bg-neutral-800\/25{background-color:rgba(38,38,38,.25)}.sm\:bg-neutral-800\/30{background-color:rgba(38,38,38,.3)}.sm\:bg-neutral-800\/35{background-color:rgba(38,38,38,.35)}.sm\:bg-neutral-800\/40{background-color:rgba(38,38,38,.4)}.sm\:bg-neutral-800\/45{background-color:rgba(38,38,38,.45)}.sm\:bg-neutral-800\/5{background-color:rgba(38,38,38,.05)}.sm\:bg-neutral-800\/50{background-color:rgba(38,38,38,.5)}.sm\:bg-neutral-800\/55{background-color:rgba(38,38,38,.55)}.sm\:bg-neutral-800\/60{background-color:rgba(38,38,38,.6)}.sm\:bg-neutral-800\/65{background-color:rgba(38,38,38,.65)}.sm\:bg-neutral-800\/70{background-color:rgba(38,38,38,.7)}.sm\:bg-neutral-800\/75{background-color:rgba(38,38,38,.75)}.sm\:bg-neutral-800\/80{background-color:rgba(38,38,38,.8)}.sm\:bg-neutral-800\/85{background-color:rgba(38,38,38,.85)}.sm\:bg-neutral-800\/90{background-color:rgba(38,38,38,.9)}.sm\:bg-neutral-800\/95{background-color:rgba(38,38,38,.95)}.sm\:bg-neutral-900{--tw-bg-opacity:1;background-color:rgba(23,23,23,var(--tw-bg-opacity))}.sm\:bg-neutral-900\/0{background-color:hsla(0,0%,9%,0)}.sm\:bg-neutral-900\/10{background-color:hsla(0,0%,9%,.1)}.sm\:bg-neutral-900\/100{background-color:#171717}.sm\:bg-neutral-900\/15{background-color:hsla(0,0%,9%,.15)}.sm\:bg-neutral-900\/20{background-color:hsla(0,0%,9%,.2)}.sm\:bg-neutral-900\/25{background-color:hsla(0,0%,9%,.25)}.sm\:bg-neutral-900\/30{background-color:hsla(0,0%,9%,.3)}.sm\:bg-neutral-900\/35{background-color:hsla(0,0%,9%,.35)}.sm\:bg-neutral-900\/40{background-color:hsla(0,0%,9%,.4)}.sm\:bg-neutral-900\/45{background-color:hsla(0,0%,9%,.45)}.sm\:bg-neutral-900\/5{background-color:hsla(0,0%,9%,.05)}.sm\:bg-neutral-900\/50{background-color:hsla(0,0%,9%,.5)}.sm\:bg-neutral-900\/55{background-color:hsla(0,0%,9%,.55)}.sm\:bg-neutral-900\/60{background-color:hsla(0,0%,9%,.6)}.sm\:bg-neutral-900\/65{background-color:hsla(0,0%,9%,.65)}.sm\:bg-neutral-900\/70{background-color:hsla(0,0%,9%,.7)}.sm\:bg-neutral-900\/75{background-color:hsla(0,0%,9%,.75)}.sm\:bg-neutral-900\/80{background-color:hsla(0,0%,9%,.8)}.sm\:bg-neutral-900\/85{background-color:hsla(0,0%,9%,.85)}.sm\:bg-neutral-900\/90{background-color:hsla(0,0%,9%,.9)}.sm\:bg-neutral-900\/95{background-color:hsla(0,0%,9%,.95)}.sm\:bg-neutral-950{--tw-bg-opacity:1;background-color:rgba(10,10,10,var(--tw-bg-opacity))}.sm\:bg-neutral-950\/0{background-color:hsla(0,0%,4%,0)}.sm\:bg-neutral-950\/10{background-color:hsla(0,0%,4%,.1)}.sm\:bg-neutral-950\/100{background-color:#0a0a0a}.sm\:bg-neutral-950\/15{background-color:hsla(0,0%,4%,.15)}.sm\:bg-neutral-950\/20{background-color:hsla(0,0%,4%,.2)}.sm\:bg-neutral-950\/25{background-color:hsla(0,0%,4%,.25)}.sm\:bg-neutral-950\/30{background-color:hsla(0,0%,4%,.3)}.sm\:bg-neutral-950\/35{background-color:hsla(0,0%,4%,.35)}.sm\:bg-neutral-950\/40{background-color:hsla(0,0%,4%,.4)}.sm\:bg-neutral-950\/45{background-color:hsla(0,0%,4%,.45)}.sm\:bg-neutral-950\/5{background-color:hsla(0,0%,4%,.05)}.sm\:bg-neutral-950\/50{background-color:hsla(0,0%,4%,.5)}.sm\:bg-neutral-950\/55{background-color:hsla(0,0%,4%,.55)}.sm\:bg-neutral-950\/60{background-color:hsla(0,0%,4%,.6)}.sm\:bg-neutral-950\/65{background-color:hsla(0,0%,4%,.65)}.sm\:bg-neutral-950\/70{background-color:hsla(0,0%,4%,.7)}.sm\:bg-neutral-950\/75{background-color:hsla(0,0%,4%,.75)}.sm\:bg-neutral-950\/80{background-color:hsla(0,0%,4%,.8)}.sm\:bg-neutral-950\/85{background-color:hsla(0,0%,4%,.85)}.sm\:bg-neutral-950\/90{background-color:hsla(0,0%,4%,.9)}.sm\:bg-neutral-950\/95{background-color:hsla(0,0%,4%,.95)}.sm\:bg-orange-100{--tw-bg-opacity:1;background-color:rgba(255,237,213,var(--tw-bg-opacity))}.sm\:bg-orange-100\/0{background-color:rgba(255,237,213,0)}.sm\:bg-orange-100\/10{background-color:rgba(255,237,213,.1)}.sm\:bg-orange-100\/100{background-color:#ffedd5}.sm\:bg-orange-100\/15{background-color:rgba(255,237,213,.15)}.sm\:bg-orange-100\/20{background-color:rgba(255,237,213,.2)}.sm\:bg-orange-100\/25{background-color:rgba(255,237,213,.25)}.sm\:bg-orange-100\/30{background-color:rgba(255,237,213,.3)}.sm\:bg-orange-100\/35{background-color:rgba(255,237,213,.35)}.sm\:bg-orange-100\/40{background-color:rgba(255,237,213,.4)}.sm\:bg-orange-100\/45{background-color:rgba(255,237,213,.45)}.sm\:bg-orange-100\/5{background-color:rgba(255,237,213,.05)}.sm\:bg-orange-100\/50{background-color:rgba(255,237,213,.5)}.sm\:bg-orange-100\/55{background-color:rgba(255,237,213,.55)}.sm\:bg-orange-100\/60{background-color:rgba(255,237,213,.6)}.sm\:bg-orange-100\/65{background-color:rgba(255,237,213,.65)}.sm\:bg-orange-100\/70{background-color:rgba(255,237,213,.7)}.sm\:bg-orange-100\/75{background-color:rgba(255,237,213,.75)}.sm\:bg-orange-100\/80{background-color:rgba(255,237,213,.8)}.sm\:bg-orange-100\/85{background-color:rgba(255,237,213,.85)}.sm\:bg-orange-100\/90{background-color:rgba(255,237,213,.9)}.sm\:bg-orange-100\/95{background-color:rgba(255,237,213,.95)}.sm\:bg-orange-200{--tw-bg-opacity:1;background-color:rgba(254,215,170,var(--tw-bg-opacity))}.sm\:bg-orange-200\/0{background-color:hsla(32,98%,83%,0)}.sm\:bg-orange-200\/10{background-color:hsla(32,98%,83%,.1)}.sm\:bg-orange-200\/100{background-color:#fed7aa}.sm\:bg-orange-200\/15{background-color:hsla(32,98%,83%,.15)}.sm\:bg-orange-200\/20{background-color:hsla(32,98%,83%,.2)}.sm\:bg-orange-200\/25{background-color:hsla(32,98%,83%,.25)}.sm\:bg-orange-200\/30{background-color:hsla(32,98%,83%,.3)}.sm\:bg-orange-200\/35{background-color:hsla(32,98%,83%,.35)}.sm\:bg-orange-200\/40{background-color:hsla(32,98%,83%,.4)}.sm\:bg-orange-200\/45{background-color:hsla(32,98%,83%,.45)}.sm\:bg-orange-200\/5{background-color:hsla(32,98%,83%,.05)}.sm\:bg-orange-200\/50{background-color:hsla(32,98%,83%,.5)}.sm\:bg-orange-200\/55{background-color:hsla(32,98%,83%,.55)}.sm\:bg-orange-200\/60{background-color:hsla(32,98%,83%,.6)}.sm\:bg-orange-200\/65{background-color:hsla(32,98%,83%,.65)}.sm\:bg-orange-200\/70{background-color:hsla(32,98%,83%,.7)}.sm\:bg-orange-200\/75{background-color:hsla(32,98%,83%,.75)}.sm\:bg-orange-200\/80{background-color:hsla(32,98%,83%,.8)}.sm\:bg-orange-200\/85{background-color:hsla(32,98%,83%,.85)}.sm\:bg-orange-200\/90{background-color:hsla(32,98%,83%,.9)}.sm\:bg-orange-200\/95{background-color:hsla(32,98%,83%,.95)}.sm\:bg-orange-300{--tw-bg-opacity:1;background-color:rgba(253,186,116,var(--tw-bg-opacity))}.sm\:bg-orange-300\/0{background-color:hsla(31,97%,72%,0)}.sm\:bg-orange-300\/10{background-color:hsla(31,97%,72%,.1)}.sm\:bg-orange-300\/100{background-color:#fdba74}.sm\:bg-orange-300\/15{background-color:hsla(31,97%,72%,.15)}.sm\:bg-orange-300\/20{background-color:hsla(31,97%,72%,.2)}.sm\:bg-orange-300\/25{background-color:hsla(31,97%,72%,.25)}.sm\:bg-orange-300\/30{background-color:hsla(31,97%,72%,.3)}.sm\:bg-orange-300\/35{background-color:hsla(31,97%,72%,.35)}.sm\:bg-orange-300\/40{background-color:hsla(31,97%,72%,.4)}.sm\:bg-orange-300\/45{background-color:hsla(31,97%,72%,.45)}.sm\:bg-orange-300\/5{background-color:hsla(31,97%,72%,.05)}.sm\:bg-orange-300\/50{background-color:hsla(31,97%,72%,.5)}.sm\:bg-orange-300\/55{background-color:hsla(31,97%,72%,.55)}.sm\:bg-orange-300\/60{background-color:hsla(31,97%,72%,.6)}.sm\:bg-orange-300\/65{background-color:hsla(31,97%,72%,.65)}.sm\:bg-orange-300\/70{background-color:hsla(31,97%,72%,.7)}.sm\:bg-orange-300\/75{background-color:hsla(31,97%,72%,.75)}.sm\:bg-orange-300\/80{background-color:hsla(31,97%,72%,.8)}.sm\:bg-orange-300\/85{background-color:hsla(31,97%,72%,.85)}.sm\:bg-orange-300\/90{background-color:hsla(31,97%,72%,.9)}.sm\:bg-orange-300\/95{background-color:hsla(31,97%,72%,.95)}.sm\:bg-orange-400{--tw-bg-opacity:1;background-color:rgba(251,146,60,var(--tw-bg-opacity))}.sm\:bg-orange-400\/0{background-color:rgba(251,146,60,0)}.sm\:bg-orange-400\/10{background-color:rgba(251,146,60,.1)}.sm\:bg-orange-400\/100{background-color:#fb923c}.sm\:bg-orange-400\/15{background-color:rgba(251,146,60,.15)}.sm\:bg-orange-400\/20{background-color:rgba(251,146,60,.2)}.sm\:bg-orange-400\/25{background-color:rgba(251,146,60,.25)}.sm\:bg-orange-400\/30{background-color:rgba(251,146,60,.3)}.sm\:bg-orange-400\/35{background-color:rgba(251,146,60,.35)}.sm\:bg-orange-400\/40{background-color:rgba(251,146,60,.4)}.sm\:bg-orange-400\/45{background-color:rgba(251,146,60,.45)}.sm\:bg-orange-400\/5{background-color:rgba(251,146,60,.05)}.sm\:bg-orange-400\/50{background-color:rgba(251,146,60,.5)}.sm\:bg-orange-400\/55{background-color:rgba(251,146,60,.55)}.sm\:bg-orange-400\/60{background-color:rgba(251,146,60,.6)}.sm\:bg-orange-400\/65{background-color:rgba(251,146,60,.65)}.sm\:bg-orange-400\/70{background-color:rgba(251,146,60,.7)}.sm\:bg-orange-400\/75{background-color:rgba(251,146,60,.75)}.sm\:bg-orange-400\/80{background-color:rgba(251,146,60,.8)}.sm\:bg-orange-400\/85{background-color:rgba(251,146,60,.85)}.sm\:bg-orange-400\/90{background-color:rgba(251,146,60,.9)}.sm\:bg-orange-400\/95{background-color:rgba(251,146,60,.95)}.sm\:bg-orange-50{--tw-bg-opacity:1;background-color:rgba(255,247,237,var(--tw-bg-opacity))}.sm\:bg-orange-50\/0{background-color:rgba(255,247,237,0)}.sm\:bg-orange-50\/10{background-color:rgba(255,247,237,.1)}.sm\:bg-orange-50\/100{background-color:#fff7ed}.sm\:bg-orange-50\/15{background-color:rgba(255,247,237,.15)}.sm\:bg-orange-50\/20{background-color:rgba(255,247,237,.2)}.sm\:bg-orange-50\/25{background-color:rgba(255,247,237,.25)}.sm\:bg-orange-50\/30{background-color:rgba(255,247,237,.3)}.sm\:bg-orange-50\/35{background-color:rgba(255,247,237,.35)}.sm\:bg-orange-50\/40{background-color:rgba(255,247,237,.4)}.sm\:bg-orange-50\/45{background-color:rgba(255,247,237,.45)}.sm\:bg-orange-50\/5{background-color:rgba(255,247,237,.05)}.sm\:bg-orange-50\/50{background-color:rgba(255,247,237,.5)}.sm\:bg-orange-50\/55{background-color:rgba(255,247,237,.55)}.sm\:bg-orange-50\/60{background-color:rgba(255,247,237,.6)}.sm\:bg-orange-50\/65{background-color:rgba(255,247,237,.65)}.sm\:bg-orange-50\/70{background-color:rgba(255,247,237,.7)}.sm\:bg-orange-50\/75{background-color:rgba(255,247,237,.75)}.sm\:bg-orange-50\/80{background-color:rgba(255,247,237,.8)}.sm\:bg-orange-50\/85{background-color:rgba(255,247,237,.85)}.sm\:bg-orange-50\/90{background-color:rgba(255,247,237,.9)}.sm\:bg-orange-50\/95{background-color:rgba(255,247,237,.95)}.sm\:bg-orange-500{--tw-bg-opacity:1;background-color:rgba(249,115,22,var(--tw-bg-opacity))}.sm\:bg-orange-500\/0{background-color:rgba(249,115,22,0)}.sm\:bg-orange-500\/10{background-color:rgba(249,115,22,.1)}.sm\:bg-orange-500\/100{background-color:#f97316}.sm\:bg-orange-500\/15{background-color:rgba(249,115,22,.15)}.sm\:bg-orange-500\/20{background-color:rgba(249,115,22,.2)}.sm\:bg-orange-500\/25{background-color:rgba(249,115,22,.25)}.sm\:bg-orange-500\/30{background-color:rgba(249,115,22,.3)}.sm\:bg-orange-500\/35{background-color:rgba(249,115,22,.35)}.sm\:bg-orange-500\/40{background-color:rgba(249,115,22,.4)}.sm\:bg-orange-500\/45{background-color:rgba(249,115,22,.45)}.sm\:bg-orange-500\/5{background-color:rgba(249,115,22,.05)}.sm\:bg-orange-500\/50{background-color:rgba(249,115,22,.5)}.sm\:bg-orange-500\/55{background-color:rgba(249,115,22,.55)}.sm\:bg-orange-500\/60{background-color:rgba(249,115,22,.6)}.sm\:bg-orange-500\/65{background-color:rgba(249,115,22,.65)}.sm\:bg-orange-500\/70{background-color:rgba(249,115,22,.7)}.sm\:bg-orange-500\/75{background-color:rgba(249,115,22,.75)}.sm\:bg-orange-500\/80{background-color:rgba(249,115,22,.8)}.sm\:bg-orange-500\/85{background-color:rgba(249,115,22,.85)}.sm\:bg-orange-500\/90{background-color:rgba(249,115,22,.9)}.sm\:bg-orange-500\/95{background-color:rgba(249,115,22,.95)}.sm\:bg-orange-600{--tw-bg-opacity:1;background-color:rgba(234,88,12,var(--tw-bg-opacity))}.sm\:bg-orange-600\/0{background-color:rgba(234,88,12,0)}.sm\:bg-orange-600\/10{background-color:rgba(234,88,12,.1)}.sm\:bg-orange-600\/100{background-color:#ea580c}.sm\:bg-orange-600\/15{background-color:rgba(234,88,12,.15)}.sm\:bg-orange-600\/20{background-color:rgba(234,88,12,.2)}.sm\:bg-orange-600\/25{background-color:rgba(234,88,12,.25)}.sm\:bg-orange-600\/30{background-color:rgba(234,88,12,.3)}.sm\:bg-orange-600\/35{background-color:rgba(234,88,12,.35)}.sm\:bg-orange-600\/40{background-color:rgba(234,88,12,.4)}.sm\:bg-orange-600\/45{background-color:rgba(234,88,12,.45)}.sm\:bg-orange-600\/5{background-color:rgba(234,88,12,.05)}.sm\:bg-orange-600\/50{background-color:rgba(234,88,12,.5)}.sm\:bg-orange-600\/55{background-color:rgba(234,88,12,.55)}.sm\:bg-orange-600\/60{background-color:rgba(234,88,12,.6)}.sm\:bg-orange-600\/65{background-color:rgba(234,88,12,.65)}.sm\:bg-orange-600\/70{background-color:rgba(234,88,12,.7)}.sm\:bg-orange-600\/75{background-color:rgba(234,88,12,.75)}.sm\:bg-orange-600\/80{background-color:rgba(234,88,12,.8)}.sm\:bg-orange-600\/85{background-color:rgba(234,88,12,.85)}.sm\:bg-orange-600\/90{background-color:rgba(234,88,12,.9)}.sm\:bg-orange-600\/95{background-color:rgba(234,88,12,.95)}.sm\:bg-orange-700{--tw-bg-opacity:1;background-color:rgba(194,65,12,var(--tw-bg-opacity))}.sm\:bg-orange-700\/0{background-color:rgba(194,65,12,0)}.sm\:bg-orange-700\/10{background-color:rgba(194,65,12,.1)}.sm\:bg-orange-700\/100{background-color:#c2410c}.sm\:bg-orange-700\/15{background-color:rgba(194,65,12,.15)}.sm\:bg-orange-700\/20{background-color:rgba(194,65,12,.2)}.sm\:bg-orange-700\/25{background-color:rgba(194,65,12,.25)}.sm\:bg-orange-700\/30{background-color:rgba(194,65,12,.3)}.sm\:bg-orange-700\/35{background-color:rgba(194,65,12,.35)}.sm\:bg-orange-700\/40{background-color:rgba(194,65,12,.4)}.sm\:bg-orange-700\/45{background-color:rgba(194,65,12,.45)}.sm\:bg-orange-700\/5{background-color:rgba(194,65,12,.05)}.sm\:bg-orange-700\/50{background-color:rgba(194,65,12,.5)}.sm\:bg-orange-700\/55{background-color:rgba(194,65,12,.55)}.sm\:bg-orange-700\/60{background-color:rgba(194,65,12,.6)}.sm\:bg-orange-700\/65{background-color:rgba(194,65,12,.65)}.sm\:bg-orange-700\/70{background-color:rgba(194,65,12,.7)}.sm\:bg-orange-700\/75{background-color:rgba(194,65,12,.75)}.sm\:bg-orange-700\/80{background-color:rgba(194,65,12,.8)}.sm\:bg-orange-700\/85{background-color:rgba(194,65,12,.85)}.sm\:bg-orange-700\/90{background-color:rgba(194,65,12,.9)}.sm\:bg-orange-700\/95{background-color:rgba(194,65,12,.95)}.sm\:bg-orange-800{--tw-bg-opacity:1;background-color:rgba(154,52,18,var(--tw-bg-opacity))}.sm\:bg-orange-800\/0{background-color:rgba(154,52,18,0)}.sm\:bg-orange-800\/10{background-color:rgba(154,52,18,.1)}.sm\:bg-orange-800\/100{background-color:#9a3412}.sm\:bg-orange-800\/15{background-color:rgba(154,52,18,.15)}.sm\:bg-orange-800\/20{background-color:rgba(154,52,18,.2)}.sm\:bg-orange-800\/25{background-color:rgba(154,52,18,.25)}.sm\:bg-orange-800\/30{background-color:rgba(154,52,18,.3)}.sm\:bg-orange-800\/35{background-color:rgba(154,52,18,.35)}.sm\:bg-orange-800\/40{background-color:rgba(154,52,18,.4)}.sm\:bg-orange-800\/45{background-color:rgba(154,52,18,.45)}.sm\:bg-orange-800\/5{background-color:rgba(154,52,18,.05)}.sm\:bg-orange-800\/50{background-color:rgba(154,52,18,.5)}.sm\:bg-orange-800\/55{background-color:rgba(154,52,18,.55)}.sm\:bg-orange-800\/60{background-color:rgba(154,52,18,.6)}.sm\:bg-orange-800\/65{background-color:rgba(154,52,18,.65)}.sm\:bg-orange-800\/70{background-color:rgba(154,52,18,.7)}.sm\:bg-orange-800\/75{background-color:rgba(154,52,18,.75)}.sm\:bg-orange-800\/80{background-color:rgba(154,52,18,.8)}.sm\:bg-orange-800\/85{background-color:rgba(154,52,18,.85)}.sm\:bg-orange-800\/90{background-color:rgba(154,52,18,.9)}.sm\:bg-orange-800\/95{background-color:rgba(154,52,18,.95)}.sm\:bg-orange-900{--tw-bg-opacity:1;background-color:rgba(124,45,18,var(--tw-bg-opacity))}.sm\:bg-orange-900\/0{background-color:rgba(124,45,18,0)}.sm\:bg-orange-900\/10{background-color:rgba(124,45,18,.1)}.sm\:bg-orange-900\/100{background-color:#7c2d12}.sm\:bg-orange-900\/15{background-color:rgba(124,45,18,.15)}.sm\:bg-orange-900\/20{background-color:rgba(124,45,18,.2)}.sm\:bg-orange-900\/25{background-color:rgba(124,45,18,.25)}.sm\:bg-orange-900\/30{background-color:rgba(124,45,18,.3)}.sm\:bg-orange-900\/35{background-color:rgba(124,45,18,.35)}.sm\:bg-orange-900\/40{background-color:rgba(124,45,18,.4)}.sm\:bg-orange-900\/45{background-color:rgba(124,45,18,.45)}.sm\:bg-orange-900\/5{background-color:rgba(124,45,18,.05)}.sm\:bg-orange-900\/50{background-color:rgba(124,45,18,.5)}.sm\:bg-orange-900\/55{background-color:rgba(124,45,18,.55)}.sm\:bg-orange-900\/60{background-color:rgba(124,45,18,.6)}.sm\:bg-orange-900\/65{background-color:rgba(124,45,18,.65)}.sm\:bg-orange-900\/70{background-color:rgba(124,45,18,.7)}.sm\:bg-orange-900\/75{background-color:rgba(124,45,18,.75)}.sm\:bg-orange-900\/80{background-color:rgba(124,45,18,.8)}.sm\:bg-orange-900\/85{background-color:rgba(124,45,18,.85)}.sm\:bg-orange-900\/90{background-color:rgba(124,45,18,.9)}.sm\:bg-orange-900\/95{background-color:rgba(124,45,18,.95)}.sm\:bg-orange-950{--tw-bg-opacity:1;background-color:rgba(67,20,7,var(--tw-bg-opacity))}.sm\:bg-orange-950\/0{background-color:rgba(67,20,7,0)}.sm\:bg-orange-950\/10{background-color:rgba(67,20,7,.1)}.sm\:bg-orange-950\/100{background-color:#431407}.sm\:bg-orange-950\/15{background-color:rgba(67,20,7,.15)}.sm\:bg-orange-950\/20{background-color:rgba(67,20,7,.2)}.sm\:bg-orange-950\/25{background-color:rgba(67,20,7,.25)}.sm\:bg-orange-950\/30{background-color:rgba(67,20,7,.3)}.sm\:bg-orange-950\/35{background-color:rgba(67,20,7,.35)}.sm\:bg-orange-950\/40{background-color:rgba(67,20,7,.4)}.sm\:bg-orange-950\/45{background-color:rgba(67,20,7,.45)}.sm\:bg-orange-950\/5{background-color:rgba(67,20,7,.05)}.sm\:bg-orange-950\/50{background-color:rgba(67,20,7,.5)}.sm\:bg-orange-950\/55{background-color:rgba(67,20,7,.55)}.sm\:bg-orange-950\/60{background-color:rgba(67,20,7,.6)}.sm\:bg-orange-950\/65{background-color:rgba(67,20,7,.65)}.sm\:bg-orange-950\/70{background-color:rgba(67,20,7,.7)}.sm\:bg-orange-950\/75{background-color:rgba(67,20,7,.75)}.sm\:bg-orange-950\/80{background-color:rgba(67,20,7,.8)}.sm\:bg-orange-950\/85{background-color:rgba(67,20,7,.85)}.sm\:bg-orange-950\/90{background-color:rgba(67,20,7,.9)}.sm\:bg-orange-950\/95{background-color:rgba(67,20,7,.95)}.sm\:bg-pink-100{--tw-bg-opacity:1;background-color:rgba(252,231,243,var(--tw-bg-opacity))}.sm\:bg-pink-100\/0{background-color:rgba(252,231,243,0)}.sm\:bg-pink-100\/10{background-color:rgba(252,231,243,.1)}.sm\:bg-pink-100\/100{background-color:#fce7f3}.sm\:bg-pink-100\/15{background-color:rgba(252,231,243,.15)}.sm\:bg-pink-100\/20{background-color:rgba(252,231,243,.2)}.sm\:bg-pink-100\/25{background-color:rgba(252,231,243,.25)}.sm\:bg-pink-100\/30{background-color:rgba(252,231,243,.3)}.sm\:bg-pink-100\/35{background-color:rgba(252,231,243,.35)}.sm\:bg-pink-100\/40{background-color:rgba(252,231,243,.4)}.sm\:bg-pink-100\/45{background-color:rgba(252,231,243,.45)}.sm\:bg-pink-100\/5{background-color:rgba(252,231,243,.05)}.sm\:bg-pink-100\/50{background-color:rgba(252,231,243,.5)}.sm\:bg-pink-100\/55{background-color:rgba(252,231,243,.55)}.sm\:bg-pink-100\/60{background-color:rgba(252,231,243,.6)}.sm\:bg-pink-100\/65{background-color:rgba(252,231,243,.65)}.sm\:bg-pink-100\/70{background-color:rgba(252,231,243,.7)}.sm\:bg-pink-100\/75{background-color:rgba(252,231,243,.75)}.sm\:bg-pink-100\/80{background-color:rgba(252,231,243,.8)}.sm\:bg-pink-100\/85{background-color:rgba(252,231,243,.85)}.sm\:bg-pink-100\/90{background-color:rgba(252,231,243,.9)}.sm\:bg-pink-100\/95{background-color:rgba(252,231,243,.95)}.sm\:bg-pink-200{--tw-bg-opacity:1;background-color:rgba(251,207,232,var(--tw-bg-opacity))}.sm\:bg-pink-200\/0{background-color:rgba(251,207,232,0)}.sm\:bg-pink-200\/10{background-color:rgba(251,207,232,.1)}.sm\:bg-pink-200\/100{background-color:#fbcfe8}.sm\:bg-pink-200\/15{background-color:rgba(251,207,232,.15)}.sm\:bg-pink-200\/20{background-color:rgba(251,207,232,.2)}.sm\:bg-pink-200\/25{background-color:rgba(251,207,232,.25)}.sm\:bg-pink-200\/30{background-color:rgba(251,207,232,.3)}.sm\:bg-pink-200\/35{background-color:rgba(251,207,232,.35)}.sm\:bg-pink-200\/40{background-color:rgba(251,207,232,.4)}.sm\:bg-pink-200\/45{background-color:rgba(251,207,232,.45)}.sm\:bg-pink-200\/5{background-color:rgba(251,207,232,.05)}.sm\:bg-pink-200\/50{background-color:rgba(251,207,232,.5)}.sm\:bg-pink-200\/55{background-color:rgba(251,207,232,.55)}.sm\:bg-pink-200\/60{background-color:rgba(251,207,232,.6)}.sm\:bg-pink-200\/65{background-color:rgba(251,207,232,.65)}.sm\:bg-pink-200\/70{background-color:rgba(251,207,232,.7)}.sm\:bg-pink-200\/75{background-color:rgba(251,207,232,.75)}.sm\:bg-pink-200\/80{background-color:rgba(251,207,232,.8)}.sm\:bg-pink-200\/85{background-color:rgba(251,207,232,.85)}.sm\:bg-pink-200\/90{background-color:rgba(251,207,232,.9)}.sm\:bg-pink-200\/95{background-color:rgba(251,207,232,.95)}.sm\:bg-pink-300{--tw-bg-opacity:1;background-color:rgba(249,168,212,var(--tw-bg-opacity))}.sm\:bg-pink-300\/0{background-color:rgba(249,168,212,0)}.sm\:bg-pink-300\/10{background-color:rgba(249,168,212,.1)}.sm\:bg-pink-300\/100{background-color:#f9a8d4}.sm\:bg-pink-300\/15{background-color:rgba(249,168,212,.15)}.sm\:bg-pink-300\/20{background-color:rgba(249,168,212,.2)}.sm\:bg-pink-300\/25{background-color:rgba(249,168,212,.25)}.sm\:bg-pink-300\/30{background-color:rgba(249,168,212,.3)}.sm\:bg-pink-300\/35{background-color:rgba(249,168,212,.35)}.sm\:bg-pink-300\/40{background-color:rgba(249,168,212,.4)}.sm\:bg-pink-300\/45{background-color:rgba(249,168,212,.45)}.sm\:bg-pink-300\/5{background-color:rgba(249,168,212,.05)}.sm\:bg-pink-300\/50{background-color:rgba(249,168,212,.5)}.sm\:bg-pink-300\/55{background-color:rgba(249,168,212,.55)}.sm\:bg-pink-300\/60{background-color:rgba(249,168,212,.6)}.sm\:bg-pink-300\/65{background-color:rgba(249,168,212,.65)}.sm\:bg-pink-300\/70{background-color:rgba(249,168,212,.7)}.sm\:bg-pink-300\/75{background-color:rgba(249,168,212,.75)}.sm\:bg-pink-300\/80{background-color:rgba(249,168,212,.8)}.sm\:bg-pink-300\/85{background-color:rgba(249,168,212,.85)}.sm\:bg-pink-300\/90{background-color:rgba(249,168,212,.9)}.sm\:bg-pink-300\/95{background-color:rgba(249,168,212,.95)}.sm\:bg-pink-400{--tw-bg-opacity:1;background-color:rgba(244,114,182,var(--tw-bg-opacity))}.sm\:bg-pink-400\/0{background-color:rgba(244,114,182,0)}.sm\:bg-pink-400\/10{background-color:rgba(244,114,182,.1)}.sm\:bg-pink-400\/100{background-color:#f472b6}.sm\:bg-pink-400\/15{background-color:rgba(244,114,182,.15)}.sm\:bg-pink-400\/20{background-color:rgba(244,114,182,.2)}.sm\:bg-pink-400\/25{background-color:rgba(244,114,182,.25)}.sm\:bg-pink-400\/30{background-color:rgba(244,114,182,.3)}.sm\:bg-pink-400\/35{background-color:rgba(244,114,182,.35)}.sm\:bg-pink-400\/40{background-color:rgba(244,114,182,.4)}.sm\:bg-pink-400\/45{background-color:rgba(244,114,182,.45)}.sm\:bg-pink-400\/5{background-color:rgba(244,114,182,.05)}.sm\:bg-pink-400\/50{background-color:rgba(244,114,182,.5)}.sm\:bg-pink-400\/55{background-color:rgba(244,114,182,.55)}.sm\:bg-pink-400\/60{background-color:rgba(244,114,182,.6)}.sm\:bg-pink-400\/65{background-color:rgba(244,114,182,.65)}.sm\:bg-pink-400\/70{background-color:rgba(244,114,182,.7)}.sm\:bg-pink-400\/75{background-color:rgba(244,114,182,.75)}.sm\:bg-pink-400\/80{background-color:rgba(244,114,182,.8)}.sm\:bg-pink-400\/85{background-color:rgba(244,114,182,.85)}.sm\:bg-pink-400\/90{background-color:rgba(244,114,182,.9)}.sm\:bg-pink-400\/95{background-color:rgba(244,114,182,.95)}.sm\:bg-pink-50{--tw-bg-opacity:1;background-color:rgba(253,242,248,var(--tw-bg-opacity))}.sm\:bg-pink-50\/0{background-color:rgba(253,242,248,0)}.sm\:bg-pink-50\/10{background-color:rgba(253,242,248,.1)}.sm\:bg-pink-50\/100{background-color:#fdf2f8}.sm\:bg-pink-50\/15{background-color:rgba(253,242,248,.15)}.sm\:bg-pink-50\/20{background-color:rgba(253,242,248,.2)}.sm\:bg-pink-50\/25{background-color:rgba(253,242,248,.25)}.sm\:bg-pink-50\/30{background-color:rgba(253,242,248,.3)}.sm\:bg-pink-50\/35{background-color:rgba(253,242,248,.35)}.sm\:bg-pink-50\/40{background-color:rgba(253,242,248,.4)}.sm\:bg-pink-50\/45{background-color:rgba(253,242,248,.45)}.sm\:bg-pink-50\/5{background-color:rgba(253,242,248,.05)}.sm\:bg-pink-50\/50{background-color:rgba(253,242,248,.5)}.sm\:bg-pink-50\/55{background-color:rgba(253,242,248,.55)}.sm\:bg-pink-50\/60{background-color:rgba(253,242,248,.6)}.sm\:bg-pink-50\/65{background-color:rgba(253,242,248,.65)}.sm\:bg-pink-50\/70{background-color:rgba(253,242,248,.7)}.sm\:bg-pink-50\/75{background-color:rgba(253,242,248,.75)}.sm\:bg-pink-50\/80{background-color:rgba(253,242,248,.8)}.sm\:bg-pink-50\/85{background-color:rgba(253,242,248,.85)}.sm\:bg-pink-50\/90{background-color:rgba(253,242,248,.9)}.sm\:bg-pink-50\/95{background-color:rgba(253,242,248,.95)}.sm\:bg-pink-500{--tw-bg-opacity:1;background-color:rgba(236,72,153,var(--tw-bg-opacity))}.sm\:bg-pink-500\/0{background-color:rgba(236,72,153,0)}.sm\:bg-pink-500\/10{background-color:rgba(236,72,153,.1)}.sm\:bg-pink-500\/100{background-color:#ec4899}.sm\:bg-pink-500\/15{background-color:rgba(236,72,153,.15)}.sm\:bg-pink-500\/20{background-color:rgba(236,72,153,.2)}.sm\:bg-pink-500\/25{background-color:rgba(236,72,153,.25)}.sm\:bg-pink-500\/30{background-color:rgba(236,72,153,.3)}.sm\:bg-pink-500\/35{background-color:rgba(236,72,153,.35)}.sm\:bg-pink-500\/40{background-color:rgba(236,72,153,.4)}.sm\:bg-pink-500\/45{background-color:rgba(236,72,153,.45)}.sm\:bg-pink-500\/5{background-color:rgba(236,72,153,.05)}.sm\:bg-pink-500\/50{background-color:rgba(236,72,153,.5)}.sm\:bg-pink-500\/55{background-color:rgba(236,72,153,.55)}.sm\:bg-pink-500\/60{background-color:rgba(236,72,153,.6)}.sm\:bg-pink-500\/65{background-color:rgba(236,72,153,.65)}.sm\:bg-pink-500\/70{background-color:rgba(236,72,153,.7)}.sm\:bg-pink-500\/75{background-color:rgba(236,72,153,.75)}.sm\:bg-pink-500\/80{background-color:rgba(236,72,153,.8)}.sm\:bg-pink-500\/85{background-color:rgba(236,72,153,.85)}.sm\:bg-pink-500\/90{background-color:rgba(236,72,153,.9)}.sm\:bg-pink-500\/95{background-color:rgba(236,72,153,.95)}.sm\:bg-pink-600{--tw-bg-opacity:1;background-color:rgba(219,39,119,var(--tw-bg-opacity))}.sm\:bg-pink-600\/0{background-color:rgba(219,39,119,0)}.sm\:bg-pink-600\/10{background-color:rgba(219,39,119,.1)}.sm\:bg-pink-600\/100{background-color:#db2777}.sm\:bg-pink-600\/15{background-color:rgba(219,39,119,.15)}.sm\:bg-pink-600\/20{background-color:rgba(219,39,119,.2)}.sm\:bg-pink-600\/25{background-color:rgba(219,39,119,.25)}.sm\:bg-pink-600\/30{background-color:rgba(219,39,119,.3)}.sm\:bg-pink-600\/35{background-color:rgba(219,39,119,.35)}.sm\:bg-pink-600\/40{background-color:rgba(219,39,119,.4)}.sm\:bg-pink-600\/45{background-color:rgba(219,39,119,.45)}.sm\:bg-pink-600\/5{background-color:rgba(219,39,119,.05)}.sm\:bg-pink-600\/50{background-color:rgba(219,39,119,.5)}.sm\:bg-pink-600\/55{background-color:rgba(219,39,119,.55)}.sm\:bg-pink-600\/60{background-color:rgba(219,39,119,.6)}.sm\:bg-pink-600\/65{background-color:rgba(219,39,119,.65)}.sm\:bg-pink-600\/70{background-color:rgba(219,39,119,.7)}.sm\:bg-pink-600\/75{background-color:rgba(219,39,119,.75)}.sm\:bg-pink-600\/80{background-color:rgba(219,39,119,.8)}.sm\:bg-pink-600\/85{background-color:rgba(219,39,119,.85)}.sm\:bg-pink-600\/90{background-color:rgba(219,39,119,.9)}.sm\:bg-pink-600\/95{background-color:rgba(219,39,119,.95)}.sm\:bg-pink-700{--tw-bg-opacity:1;background-color:rgba(190,24,93,var(--tw-bg-opacity))}.sm\:bg-pink-700\/0{background-color:rgba(190,24,93,0)}.sm\:bg-pink-700\/10{background-color:rgba(190,24,93,.1)}.sm\:bg-pink-700\/100{background-color:#be185d}.sm\:bg-pink-700\/15{background-color:rgba(190,24,93,.15)}.sm\:bg-pink-700\/20{background-color:rgba(190,24,93,.2)}.sm\:bg-pink-700\/25{background-color:rgba(190,24,93,.25)}.sm\:bg-pink-700\/30{background-color:rgba(190,24,93,.3)}.sm\:bg-pink-700\/35{background-color:rgba(190,24,93,.35)}.sm\:bg-pink-700\/40{background-color:rgba(190,24,93,.4)}.sm\:bg-pink-700\/45{background-color:rgba(190,24,93,.45)}.sm\:bg-pink-700\/5{background-color:rgba(190,24,93,.05)}.sm\:bg-pink-700\/50{background-color:rgba(190,24,93,.5)}.sm\:bg-pink-700\/55{background-color:rgba(190,24,93,.55)}.sm\:bg-pink-700\/60{background-color:rgba(190,24,93,.6)}.sm\:bg-pink-700\/65{background-color:rgba(190,24,93,.65)}.sm\:bg-pink-700\/70{background-color:rgba(190,24,93,.7)}.sm\:bg-pink-700\/75{background-color:rgba(190,24,93,.75)}.sm\:bg-pink-700\/80{background-color:rgba(190,24,93,.8)}.sm\:bg-pink-700\/85{background-color:rgba(190,24,93,.85)}.sm\:bg-pink-700\/90{background-color:rgba(190,24,93,.9)}.sm\:bg-pink-700\/95{background-color:rgba(190,24,93,.95)}.sm\:bg-pink-800{--tw-bg-opacity:1;background-color:rgba(157,23,77,var(--tw-bg-opacity))}.sm\:bg-pink-800\/0{background-color:rgba(157,23,77,0)}.sm\:bg-pink-800\/10{background-color:rgba(157,23,77,.1)}.sm\:bg-pink-800\/100{background-color:#9d174d}.sm\:bg-pink-800\/15{background-color:rgba(157,23,77,.15)}.sm\:bg-pink-800\/20{background-color:rgba(157,23,77,.2)}.sm\:bg-pink-800\/25{background-color:rgba(157,23,77,.25)}.sm\:bg-pink-800\/30{background-color:rgba(157,23,77,.3)}.sm\:bg-pink-800\/35{background-color:rgba(157,23,77,.35)}.sm\:bg-pink-800\/40{background-color:rgba(157,23,77,.4)}.sm\:bg-pink-800\/45{background-color:rgba(157,23,77,.45)}.sm\:bg-pink-800\/5{background-color:rgba(157,23,77,.05)}.sm\:bg-pink-800\/50{background-color:rgba(157,23,77,.5)}.sm\:bg-pink-800\/55{background-color:rgba(157,23,77,.55)}.sm\:bg-pink-800\/60{background-color:rgba(157,23,77,.6)}.sm\:bg-pink-800\/65{background-color:rgba(157,23,77,.65)}.sm\:bg-pink-800\/70{background-color:rgba(157,23,77,.7)}.sm\:bg-pink-800\/75{background-color:rgba(157,23,77,.75)}.sm\:bg-pink-800\/80{background-color:rgba(157,23,77,.8)}.sm\:bg-pink-800\/85{background-color:rgba(157,23,77,.85)}.sm\:bg-pink-800\/90{background-color:rgba(157,23,77,.9)}.sm\:bg-pink-800\/95{background-color:rgba(157,23,77,.95)}.sm\:bg-pink-900{--tw-bg-opacity:1;background-color:rgba(131,24,67,var(--tw-bg-opacity))}.sm\:bg-pink-900\/0{background-color:rgba(131,24,67,0)}.sm\:bg-pink-900\/10{background-color:rgba(131,24,67,.1)}.sm\:bg-pink-900\/100{background-color:#831843}.sm\:bg-pink-900\/15{background-color:rgba(131,24,67,.15)}.sm\:bg-pink-900\/20{background-color:rgba(131,24,67,.2)}.sm\:bg-pink-900\/25{background-color:rgba(131,24,67,.25)}.sm\:bg-pink-900\/30{background-color:rgba(131,24,67,.3)}.sm\:bg-pink-900\/35{background-color:rgba(131,24,67,.35)}.sm\:bg-pink-900\/40{background-color:rgba(131,24,67,.4)}.sm\:bg-pink-900\/45{background-color:rgba(131,24,67,.45)}.sm\:bg-pink-900\/5{background-color:rgba(131,24,67,.05)}.sm\:bg-pink-900\/50{background-color:rgba(131,24,67,.5)}.sm\:bg-pink-900\/55{background-color:rgba(131,24,67,.55)}.sm\:bg-pink-900\/60{background-color:rgba(131,24,67,.6)}.sm\:bg-pink-900\/65{background-color:rgba(131,24,67,.65)}.sm\:bg-pink-900\/70{background-color:rgba(131,24,67,.7)}.sm\:bg-pink-900\/75{background-color:rgba(131,24,67,.75)}.sm\:bg-pink-900\/80{background-color:rgba(131,24,67,.8)}.sm\:bg-pink-900\/85{background-color:rgba(131,24,67,.85)}.sm\:bg-pink-900\/90{background-color:rgba(131,24,67,.9)}.sm\:bg-pink-900\/95{background-color:rgba(131,24,67,.95)}.sm\:bg-pink-950{--tw-bg-opacity:1;background-color:rgba(80,7,36,var(--tw-bg-opacity))}.sm\:bg-pink-950\/0{background-color:rgba(80,7,36,0)}.sm\:bg-pink-950\/10{background-color:rgba(80,7,36,.1)}.sm\:bg-pink-950\/100{background-color:#500724}.sm\:bg-pink-950\/15{background-color:rgba(80,7,36,.15)}.sm\:bg-pink-950\/20{background-color:rgba(80,7,36,.2)}.sm\:bg-pink-950\/25{background-color:rgba(80,7,36,.25)}.sm\:bg-pink-950\/30{background-color:rgba(80,7,36,.3)}.sm\:bg-pink-950\/35{background-color:rgba(80,7,36,.35)}.sm\:bg-pink-950\/40{background-color:rgba(80,7,36,.4)}.sm\:bg-pink-950\/45{background-color:rgba(80,7,36,.45)}.sm\:bg-pink-950\/5{background-color:rgba(80,7,36,.05)}.sm\:bg-pink-950\/50{background-color:rgba(80,7,36,.5)}.sm\:bg-pink-950\/55{background-color:rgba(80,7,36,.55)}.sm\:bg-pink-950\/60{background-color:rgba(80,7,36,.6)}.sm\:bg-pink-950\/65{background-color:rgba(80,7,36,.65)}.sm\:bg-pink-950\/70{background-color:rgba(80,7,36,.7)}.sm\:bg-pink-950\/75{background-color:rgba(80,7,36,.75)}.sm\:bg-pink-950\/80{background-color:rgba(80,7,36,.8)}.sm\:bg-pink-950\/85{background-color:rgba(80,7,36,.85)}.sm\:bg-pink-950\/90{background-color:rgba(80,7,36,.9)}.sm\:bg-pink-950\/95{background-color:rgba(80,7,36,.95)}.sm\:bg-primary{--tw-bg-opacity:1;background-color:rgba(105,194,242,var(--tw-bg-opacity))}.sm\:bg-primary-dark{--tw-bg-opacity:1;background-color:rgba(97,163,199,var(--tw-bg-opacity))}.sm\:bg-primary-dark\/0{background-color:rgba(97,163,199,0)}.sm\:bg-primary-dark\/10{background-color:rgba(97,163,199,.1)}.sm\:bg-primary-dark\/100{background-color:#61a3c7}.sm\:bg-primary-dark\/15{background-color:rgba(97,163,199,.15)}.sm\:bg-primary-dark\/20{background-color:rgba(97,163,199,.2)}.sm\:bg-primary-dark\/25{background-color:rgba(97,163,199,.25)}.sm\:bg-primary-dark\/30{background-color:rgba(97,163,199,.3)}.sm\:bg-primary-dark\/35{background-color:rgba(97,163,199,.35)}.sm\:bg-primary-dark\/40{background-color:rgba(97,163,199,.4)}.sm\:bg-primary-dark\/45{background-color:rgba(97,163,199,.45)}.sm\:bg-primary-dark\/5{background-color:rgba(97,163,199,.05)}.sm\:bg-primary-dark\/50{background-color:rgba(97,163,199,.5)}.sm\:bg-primary-dark\/55{background-color:rgba(97,163,199,.55)}.sm\:bg-primary-dark\/60{background-color:rgba(97,163,199,.6)}.sm\:bg-primary-dark\/65{background-color:rgba(97,163,199,.65)}.sm\:bg-primary-dark\/70{background-color:rgba(97,163,199,.7)}.sm\:bg-primary-dark\/75{background-color:rgba(97,163,199,.75)}.sm\:bg-primary-dark\/80{background-color:rgba(97,163,199,.8)}.sm\:bg-primary-dark\/85{background-color:rgba(97,163,199,.85)}.sm\:bg-primary-dark\/90{background-color:rgba(97,163,199,.9)}.sm\:bg-primary-dark\/95{background-color:rgba(97,163,199,.95)}.sm\:bg-primary\/0{background-color:rgba(105,194,242,0)}.sm\:bg-primary\/10{background-color:rgba(105,194,242,.1)}.sm\:bg-primary\/100{background-color:#69c2f2}.sm\:bg-primary\/15{background-color:rgba(105,194,242,.15)}.sm\:bg-primary\/20{background-color:rgba(105,194,242,.2)}.sm\:bg-primary\/25{background-color:rgba(105,194,242,.25)}.sm\:bg-primary\/30{background-color:rgba(105,194,242,.3)}.sm\:bg-primary\/35{background-color:rgba(105,194,242,.35)}.sm\:bg-primary\/40{background-color:rgba(105,194,242,.4)}.sm\:bg-primary\/45{background-color:rgba(105,194,242,.45)}.sm\:bg-primary\/5{background-color:rgba(105,194,242,.05)}.sm\:bg-primary\/50{background-color:rgba(105,194,242,.5)}.sm\:bg-primary\/55{background-color:rgba(105,194,242,.55)}.sm\:bg-primary\/60{background-color:rgba(105,194,242,.6)}.sm\:bg-primary\/65{background-color:rgba(105,194,242,.65)}.sm\:bg-primary\/70{background-color:rgba(105,194,242,.7)}.sm\:bg-primary\/75{background-color:rgba(105,194,242,.75)}.sm\:bg-primary\/80{background-color:rgba(105,194,242,.8)}.sm\:bg-primary\/85{background-color:rgba(105,194,242,.85)}.sm\:bg-primary\/90{background-color:rgba(105,194,242,.9)}.sm\:bg-primary\/95{background-color:rgba(105,194,242,.95)}.sm\:bg-purple-100{--tw-bg-opacity:1;background-color:rgba(243,232,255,var(--tw-bg-opacity))}.sm\:bg-purple-100\/0{background-color:rgba(243,232,255,0)}.sm\:bg-purple-100\/10{background-color:rgba(243,232,255,.1)}.sm\:bg-purple-100\/100{background-color:#f3e8ff}.sm\:bg-purple-100\/15{background-color:rgba(243,232,255,.15)}.sm\:bg-purple-100\/20{background-color:rgba(243,232,255,.2)}.sm\:bg-purple-100\/25{background-color:rgba(243,232,255,.25)}.sm\:bg-purple-100\/30{background-color:rgba(243,232,255,.3)}.sm\:bg-purple-100\/35{background-color:rgba(243,232,255,.35)}.sm\:bg-purple-100\/40{background-color:rgba(243,232,255,.4)}.sm\:bg-purple-100\/45{background-color:rgba(243,232,255,.45)}.sm\:bg-purple-100\/5{background-color:rgba(243,232,255,.05)}.sm\:bg-purple-100\/50{background-color:rgba(243,232,255,.5)}.sm\:bg-purple-100\/55{background-color:rgba(243,232,255,.55)}.sm\:bg-purple-100\/60{background-color:rgba(243,232,255,.6)}.sm\:bg-purple-100\/65{background-color:rgba(243,232,255,.65)}.sm\:bg-purple-100\/70{background-color:rgba(243,232,255,.7)}.sm\:bg-purple-100\/75{background-color:rgba(243,232,255,.75)}.sm\:bg-purple-100\/80{background-color:rgba(243,232,255,.8)}.sm\:bg-purple-100\/85{background-color:rgba(243,232,255,.85)}.sm\:bg-purple-100\/90{background-color:rgba(243,232,255,.9)}.sm\:bg-purple-100\/95{background-color:rgba(243,232,255,.95)}.sm\:bg-purple-200{--tw-bg-opacity:1;background-color:rgba(233,213,255,var(--tw-bg-opacity))}.sm\:bg-purple-200\/0{background-color:rgba(233,213,255,0)}.sm\:bg-purple-200\/10{background-color:rgba(233,213,255,.1)}.sm\:bg-purple-200\/100{background-color:#e9d5ff}.sm\:bg-purple-200\/15{background-color:rgba(233,213,255,.15)}.sm\:bg-purple-200\/20{background-color:rgba(233,213,255,.2)}.sm\:bg-purple-200\/25{background-color:rgba(233,213,255,.25)}.sm\:bg-purple-200\/30{background-color:rgba(233,213,255,.3)}.sm\:bg-purple-200\/35{background-color:rgba(233,213,255,.35)}.sm\:bg-purple-200\/40{background-color:rgba(233,213,255,.4)}.sm\:bg-purple-200\/45{background-color:rgba(233,213,255,.45)}.sm\:bg-purple-200\/5{background-color:rgba(233,213,255,.05)}.sm\:bg-purple-200\/50{background-color:rgba(233,213,255,.5)}.sm\:bg-purple-200\/55{background-color:rgba(233,213,255,.55)}.sm\:bg-purple-200\/60{background-color:rgba(233,213,255,.6)}.sm\:bg-purple-200\/65{background-color:rgba(233,213,255,.65)}.sm\:bg-purple-200\/70{background-color:rgba(233,213,255,.7)}.sm\:bg-purple-200\/75{background-color:rgba(233,213,255,.75)}.sm\:bg-purple-200\/80{background-color:rgba(233,213,255,.8)}.sm\:bg-purple-200\/85{background-color:rgba(233,213,255,.85)}.sm\:bg-purple-200\/90{background-color:rgba(233,213,255,.9)}.sm\:bg-purple-200\/95{background-color:rgba(233,213,255,.95)}.sm\:bg-purple-300{--tw-bg-opacity:1;background-color:rgba(216,180,254,var(--tw-bg-opacity))}.sm\:bg-purple-300\/0{background-color:rgba(216,180,254,0)}.sm\:bg-purple-300\/10{background-color:rgba(216,180,254,.1)}.sm\:bg-purple-300\/100{background-color:#d8b4fe}.sm\:bg-purple-300\/15{background-color:rgba(216,180,254,.15)}.sm\:bg-purple-300\/20{background-color:rgba(216,180,254,.2)}.sm\:bg-purple-300\/25{background-color:rgba(216,180,254,.25)}.sm\:bg-purple-300\/30{background-color:rgba(216,180,254,.3)}.sm\:bg-purple-300\/35{background-color:rgba(216,180,254,.35)}.sm\:bg-purple-300\/40{background-color:rgba(216,180,254,.4)}.sm\:bg-purple-300\/45{background-color:rgba(216,180,254,.45)}.sm\:bg-purple-300\/5{background-color:rgba(216,180,254,.05)}.sm\:bg-purple-300\/50{background-color:rgba(216,180,254,.5)}.sm\:bg-purple-300\/55{background-color:rgba(216,180,254,.55)}.sm\:bg-purple-300\/60{background-color:rgba(216,180,254,.6)}.sm\:bg-purple-300\/65{background-color:rgba(216,180,254,.65)}.sm\:bg-purple-300\/70{background-color:rgba(216,180,254,.7)}.sm\:bg-purple-300\/75{background-color:rgba(216,180,254,.75)}.sm\:bg-purple-300\/80{background-color:rgba(216,180,254,.8)}.sm\:bg-purple-300\/85{background-color:rgba(216,180,254,.85)}.sm\:bg-purple-300\/90{background-color:rgba(216,180,254,.9)}.sm\:bg-purple-300\/95{background-color:rgba(216,180,254,.95)}.sm\:bg-purple-400{--tw-bg-opacity:1;background-color:rgba(192,132,252,var(--tw-bg-opacity))}.sm\:bg-purple-400\/0{background-color:rgba(192,132,252,0)}.sm\:bg-purple-400\/10{background-color:rgba(192,132,252,.1)}.sm\:bg-purple-400\/100{background-color:#c084fc}.sm\:bg-purple-400\/15{background-color:rgba(192,132,252,.15)}.sm\:bg-purple-400\/20{background-color:rgba(192,132,252,.2)}.sm\:bg-purple-400\/25{background-color:rgba(192,132,252,.25)}.sm\:bg-purple-400\/30{background-color:rgba(192,132,252,.3)}.sm\:bg-purple-400\/35{background-color:rgba(192,132,252,.35)}.sm\:bg-purple-400\/40{background-color:rgba(192,132,252,.4)}.sm\:bg-purple-400\/45{background-color:rgba(192,132,252,.45)}.sm\:bg-purple-400\/5{background-color:rgba(192,132,252,.05)}.sm\:bg-purple-400\/50{background-color:rgba(192,132,252,.5)}.sm\:bg-purple-400\/55{background-color:rgba(192,132,252,.55)}.sm\:bg-purple-400\/60{background-color:rgba(192,132,252,.6)}.sm\:bg-purple-400\/65{background-color:rgba(192,132,252,.65)}.sm\:bg-purple-400\/70{background-color:rgba(192,132,252,.7)}.sm\:bg-purple-400\/75{background-color:rgba(192,132,252,.75)}.sm\:bg-purple-400\/80{background-color:rgba(192,132,252,.8)}.sm\:bg-purple-400\/85{background-color:rgba(192,132,252,.85)}.sm\:bg-purple-400\/90{background-color:rgba(192,132,252,.9)}.sm\:bg-purple-400\/95{background-color:rgba(192,132,252,.95)}.sm\:bg-purple-50{--tw-bg-opacity:1;background-color:rgba(250,245,255,var(--tw-bg-opacity))}.sm\:bg-purple-50\/0{background-color:rgba(250,245,255,0)}.sm\:bg-purple-50\/10{background-color:rgba(250,245,255,.1)}.sm\:bg-purple-50\/100{background-color:#faf5ff}.sm\:bg-purple-50\/15{background-color:rgba(250,245,255,.15)}.sm\:bg-purple-50\/20{background-color:rgba(250,245,255,.2)}.sm\:bg-purple-50\/25{background-color:rgba(250,245,255,.25)}.sm\:bg-purple-50\/30{background-color:rgba(250,245,255,.3)}.sm\:bg-purple-50\/35{background-color:rgba(250,245,255,.35)}.sm\:bg-purple-50\/40{background-color:rgba(250,245,255,.4)}.sm\:bg-purple-50\/45{background-color:rgba(250,245,255,.45)}.sm\:bg-purple-50\/5{background-color:rgba(250,245,255,.05)}.sm\:bg-purple-50\/50{background-color:rgba(250,245,255,.5)}.sm\:bg-purple-50\/55{background-color:rgba(250,245,255,.55)}.sm\:bg-purple-50\/60{background-color:rgba(250,245,255,.6)}.sm\:bg-purple-50\/65{background-color:rgba(250,245,255,.65)}.sm\:bg-purple-50\/70{background-color:rgba(250,245,255,.7)}.sm\:bg-purple-50\/75{background-color:rgba(250,245,255,.75)}.sm\:bg-purple-50\/80{background-color:rgba(250,245,255,.8)}.sm\:bg-purple-50\/85{background-color:rgba(250,245,255,.85)}.sm\:bg-purple-50\/90{background-color:rgba(250,245,255,.9)}.sm\:bg-purple-50\/95{background-color:rgba(250,245,255,.95)}.sm\:bg-purple-500{--tw-bg-opacity:1;background-color:rgba(168,85,247,var(--tw-bg-opacity))}.sm\:bg-purple-500\/0{background-color:rgba(168,85,247,0)}.sm\:bg-purple-500\/10{background-color:rgba(168,85,247,.1)}.sm\:bg-purple-500\/100{background-color:#a855f7}.sm\:bg-purple-500\/15{background-color:rgba(168,85,247,.15)}.sm\:bg-purple-500\/20{background-color:rgba(168,85,247,.2)}.sm\:bg-purple-500\/25{background-color:rgba(168,85,247,.25)}.sm\:bg-purple-500\/30{background-color:rgba(168,85,247,.3)}.sm\:bg-purple-500\/35{background-color:rgba(168,85,247,.35)}.sm\:bg-purple-500\/40{background-color:rgba(168,85,247,.4)}.sm\:bg-purple-500\/45{background-color:rgba(168,85,247,.45)}.sm\:bg-purple-500\/5{background-color:rgba(168,85,247,.05)}.sm\:bg-purple-500\/50{background-color:rgba(168,85,247,.5)}.sm\:bg-purple-500\/55{background-color:rgba(168,85,247,.55)}.sm\:bg-purple-500\/60{background-color:rgba(168,85,247,.6)}.sm\:bg-purple-500\/65{background-color:rgba(168,85,247,.65)}.sm\:bg-purple-500\/70{background-color:rgba(168,85,247,.7)}.sm\:bg-purple-500\/75{background-color:rgba(168,85,247,.75)}.sm\:bg-purple-500\/80{background-color:rgba(168,85,247,.8)}.sm\:bg-purple-500\/85{background-color:rgba(168,85,247,.85)}.sm\:bg-purple-500\/90{background-color:rgba(168,85,247,.9)}.sm\:bg-purple-500\/95{background-color:rgba(168,85,247,.95)}.sm\:bg-purple-600{--tw-bg-opacity:1;background-color:rgba(147,51,234,var(--tw-bg-opacity))}.sm\:bg-purple-600\/0{background-color:rgba(147,51,234,0)}.sm\:bg-purple-600\/10{background-color:rgba(147,51,234,.1)}.sm\:bg-purple-600\/100{background-color:#9333ea}.sm\:bg-purple-600\/15{background-color:rgba(147,51,234,.15)}.sm\:bg-purple-600\/20{background-color:rgba(147,51,234,.2)}.sm\:bg-purple-600\/25{background-color:rgba(147,51,234,.25)}.sm\:bg-purple-600\/30{background-color:rgba(147,51,234,.3)}.sm\:bg-purple-600\/35{background-color:rgba(147,51,234,.35)}.sm\:bg-purple-600\/40{background-color:rgba(147,51,234,.4)}.sm\:bg-purple-600\/45{background-color:rgba(147,51,234,.45)}.sm\:bg-purple-600\/5{background-color:rgba(147,51,234,.05)}.sm\:bg-purple-600\/50{background-color:rgba(147,51,234,.5)}.sm\:bg-purple-600\/55{background-color:rgba(147,51,234,.55)}.sm\:bg-purple-600\/60{background-color:rgba(147,51,234,.6)}.sm\:bg-purple-600\/65{background-color:rgba(147,51,234,.65)}.sm\:bg-purple-600\/70{background-color:rgba(147,51,234,.7)}.sm\:bg-purple-600\/75{background-color:rgba(147,51,234,.75)}.sm\:bg-purple-600\/80{background-color:rgba(147,51,234,.8)}.sm\:bg-purple-600\/85{background-color:rgba(147,51,234,.85)}.sm\:bg-purple-600\/90{background-color:rgba(147,51,234,.9)}.sm\:bg-purple-600\/95{background-color:rgba(147,51,234,.95)}.sm\:bg-purple-700{--tw-bg-opacity:1;background-color:rgba(126,34,206,var(--tw-bg-opacity))}.sm\:bg-purple-700\/0{background-color:rgba(126,34,206,0)}.sm\:bg-purple-700\/10{background-color:rgba(126,34,206,.1)}.sm\:bg-purple-700\/100{background-color:#7e22ce}.sm\:bg-purple-700\/15{background-color:rgba(126,34,206,.15)}.sm\:bg-purple-700\/20{background-color:rgba(126,34,206,.2)}.sm\:bg-purple-700\/25{background-color:rgba(126,34,206,.25)}.sm\:bg-purple-700\/30{background-color:rgba(126,34,206,.3)}.sm\:bg-purple-700\/35{background-color:rgba(126,34,206,.35)}.sm\:bg-purple-700\/40{background-color:rgba(126,34,206,.4)}.sm\:bg-purple-700\/45{background-color:rgba(126,34,206,.45)}.sm\:bg-purple-700\/5{background-color:rgba(126,34,206,.05)}.sm\:bg-purple-700\/50{background-color:rgba(126,34,206,.5)}.sm\:bg-purple-700\/55{background-color:rgba(126,34,206,.55)}.sm\:bg-purple-700\/60{background-color:rgba(126,34,206,.6)}.sm\:bg-purple-700\/65{background-color:rgba(126,34,206,.65)}.sm\:bg-purple-700\/70{background-color:rgba(126,34,206,.7)}.sm\:bg-purple-700\/75{background-color:rgba(126,34,206,.75)}.sm\:bg-purple-700\/80{background-color:rgba(126,34,206,.8)}.sm\:bg-purple-700\/85{background-color:rgba(126,34,206,.85)}.sm\:bg-purple-700\/90{background-color:rgba(126,34,206,.9)}.sm\:bg-purple-700\/95{background-color:rgba(126,34,206,.95)}.sm\:bg-purple-800{--tw-bg-opacity:1;background-color:rgba(107,33,168,var(--tw-bg-opacity))}.sm\:bg-purple-800\/0{background-color:rgba(107,33,168,0)}.sm\:bg-purple-800\/10{background-color:rgba(107,33,168,.1)}.sm\:bg-purple-800\/100{background-color:#6b21a8}.sm\:bg-purple-800\/15{background-color:rgba(107,33,168,.15)}.sm\:bg-purple-800\/20{background-color:rgba(107,33,168,.2)}.sm\:bg-purple-800\/25{background-color:rgba(107,33,168,.25)}.sm\:bg-purple-800\/30{background-color:rgba(107,33,168,.3)}.sm\:bg-purple-800\/35{background-color:rgba(107,33,168,.35)}.sm\:bg-purple-800\/40{background-color:rgba(107,33,168,.4)}.sm\:bg-purple-800\/45{background-color:rgba(107,33,168,.45)}.sm\:bg-purple-800\/5{background-color:rgba(107,33,168,.05)}.sm\:bg-purple-800\/50{background-color:rgba(107,33,168,.5)}.sm\:bg-purple-800\/55{background-color:rgba(107,33,168,.55)}.sm\:bg-purple-800\/60{background-color:rgba(107,33,168,.6)}.sm\:bg-purple-800\/65{background-color:rgba(107,33,168,.65)}.sm\:bg-purple-800\/70{background-color:rgba(107,33,168,.7)}.sm\:bg-purple-800\/75{background-color:rgba(107,33,168,.75)}.sm\:bg-purple-800\/80{background-color:rgba(107,33,168,.8)}.sm\:bg-purple-800\/85{background-color:rgba(107,33,168,.85)}.sm\:bg-purple-800\/90{background-color:rgba(107,33,168,.9)}.sm\:bg-purple-800\/95{background-color:rgba(107,33,168,.95)}.sm\:bg-purple-900{--tw-bg-opacity:1;background-color:rgba(88,28,135,var(--tw-bg-opacity))}.sm\:bg-purple-900\/0{background-color:rgba(88,28,135,0)}.sm\:bg-purple-900\/10{background-color:rgba(88,28,135,.1)}.sm\:bg-purple-900\/100{background-color:#581c87}.sm\:bg-purple-900\/15{background-color:rgba(88,28,135,.15)}.sm\:bg-purple-900\/20{background-color:rgba(88,28,135,.2)}.sm\:bg-purple-900\/25{background-color:rgba(88,28,135,.25)}.sm\:bg-purple-900\/30{background-color:rgba(88,28,135,.3)}.sm\:bg-purple-900\/35{background-color:rgba(88,28,135,.35)}.sm\:bg-purple-900\/40{background-color:rgba(88,28,135,.4)}.sm\:bg-purple-900\/45{background-color:rgba(88,28,135,.45)}.sm\:bg-purple-900\/5{background-color:rgba(88,28,135,.05)}.sm\:bg-purple-900\/50{background-color:rgba(88,28,135,.5)}.sm\:bg-purple-900\/55{background-color:rgba(88,28,135,.55)}.sm\:bg-purple-900\/60{background-color:rgba(88,28,135,.6)}.sm\:bg-purple-900\/65{background-color:rgba(88,28,135,.65)}.sm\:bg-purple-900\/70{background-color:rgba(88,28,135,.7)}.sm\:bg-purple-900\/75{background-color:rgba(88,28,135,.75)}.sm\:bg-purple-900\/80{background-color:rgba(88,28,135,.8)}.sm\:bg-purple-900\/85{background-color:rgba(88,28,135,.85)}.sm\:bg-purple-900\/90{background-color:rgba(88,28,135,.9)}.sm\:bg-purple-900\/95{background-color:rgba(88,28,135,.95)}.sm\:bg-purple-950{--tw-bg-opacity:1;background-color:rgba(59,7,100,var(--tw-bg-opacity))}.sm\:bg-purple-950\/0{background-color:rgba(59,7,100,0)}.sm\:bg-purple-950\/10{background-color:rgba(59,7,100,.1)}.sm\:bg-purple-950\/100{background-color:#3b0764}.sm\:bg-purple-950\/15{background-color:rgba(59,7,100,.15)}.sm\:bg-purple-950\/20{background-color:rgba(59,7,100,.2)}.sm\:bg-purple-950\/25{background-color:rgba(59,7,100,.25)}.sm\:bg-purple-950\/30{background-color:rgba(59,7,100,.3)}.sm\:bg-purple-950\/35{background-color:rgba(59,7,100,.35)}.sm\:bg-purple-950\/40{background-color:rgba(59,7,100,.4)}.sm\:bg-purple-950\/45{background-color:rgba(59,7,100,.45)}.sm\:bg-purple-950\/5{background-color:rgba(59,7,100,.05)}.sm\:bg-purple-950\/50{background-color:rgba(59,7,100,.5)}.sm\:bg-purple-950\/55{background-color:rgba(59,7,100,.55)}.sm\:bg-purple-950\/60{background-color:rgba(59,7,100,.6)}.sm\:bg-purple-950\/65{background-color:rgba(59,7,100,.65)}.sm\:bg-purple-950\/70{background-color:rgba(59,7,100,.7)}.sm\:bg-purple-950\/75{background-color:rgba(59,7,100,.75)}.sm\:bg-purple-950\/80{background-color:rgba(59,7,100,.8)}.sm\:bg-purple-950\/85{background-color:rgba(59,7,100,.85)}.sm\:bg-purple-950\/90{background-color:rgba(59,7,100,.9)}.sm\:bg-purple-950\/95{background-color:rgba(59,7,100,.95)}.sm\:bg-red-100{--tw-bg-opacity:1;background-color:rgba(254,226,226,var(--tw-bg-opacity))}.sm\:bg-red-100\/0{background-color:hsla(0,93%,94%,0)}.sm\:bg-red-100\/10{background-color:hsla(0,93%,94%,.1)}.sm\:bg-red-100\/100{background-color:#fee2e2}.sm\:bg-red-100\/15{background-color:hsla(0,93%,94%,.15)}.sm\:bg-red-100\/20{background-color:hsla(0,93%,94%,.2)}.sm\:bg-red-100\/25{background-color:hsla(0,93%,94%,.25)}.sm\:bg-red-100\/30{background-color:hsla(0,93%,94%,.3)}.sm\:bg-red-100\/35{background-color:hsla(0,93%,94%,.35)}.sm\:bg-red-100\/40{background-color:hsla(0,93%,94%,.4)}.sm\:bg-red-100\/45{background-color:hsla(0,93%,94%,.45)}.sm\:bg-red-100\/5{background-color:hsla(0,93%,94%,.05)}.sm\:bg-red-100\/50{background-color:hsla(0,93%,94%,.5)}.sm\:bg-red-100\/55{background-color:hsla(0,93%,94%,.55)}.sm\:bg-red-100\/60{background-color:hsla(0,93%,94%,.6)}.sm\:bg-red-100\/65{background-color:hsla(0,93%,94%,.65)}.sm\:bg-red-100\/70{background-color:hsla(0,93%,94%,.7)}.sm\:bg-red-100\/75{background-color:hsla(0,93%,94%,.75)}.sm\:bg-red-100\/80{background-color:hsla(0,93%,94%,.8)}.sm\:bg-red-100\/85{background-color:hsla(0,93%,94%,.85)}.sm\:bg-red-100\/90{background-color:hsla(0,93%,94%,.9)}.sm\:bg-red-100\/95{background-color:hsla(0,93%,94%,.95)}.sm\:bg-red-200{--tw-bg-opacity:1;background-color:rgba(254,202,202,var(--tw-bg-opacity))}.sm\:bg-red-200\/0{background-color:hsla(0,96%,89%,0)}.sm\:bg-red-200\/10{background-color:hsla(0,96%,89%,.1)}.sm\:bg-red-200\/100{background-color:#fecaca}.sm\:bg-red-200\/15{background-color:hsla(0,96%,89%,.15)}.sm\:bg-red-200\/20{background-color:hsla(0,96%,89%,.2)}.sm\:bg-red-200\/25{background-color:hsla(0,96%,89%,.25)}.sm\:bg-red-200\/30{background-color:hsla(0,96%,89%,.3)}.sm\:bg-red-200\/35{background-color:hsla(0,96%,89%,.35)}.sm\:bg-red-200\/40{background-color:hsla(0,96%,89%,.4)}.sm\:bg-red-200\/45{background-color:hsla(0,96%,89%,.45)}.sm\:bg-red-200\/5{background-color:hsla(0,96%,89%,.05)}.sm\:bg-red-200\/50{background-color:hsla(0,96%,89%,.5)}.sm\:bg-red-200\/55{background-color:hsla(0,96%,89%,.55)}.sm\:bg-red-200\/60{background-color:hsla(0,96%,89%,.6)}.sm\:bg-red-200\/65{background-color:hsla(0,96%,89%,.65)}.sm\:bg-red-200\/70{background-color:hsla(0,96%,89%,.7)}.sm\:bg-red-200\/75{background-color:hsla(0,96%,89%,.75)}.sm\:bg-red-200\/80{background-color:hsla(0,96%,89%,.8)}.sm\:bg-red-200\/85{background-color:hsla(0,96%,89%,.85)}.sm\:bg-red-200\/90{background-color:hsla(0,96%,89%,.9)}.sm\:bg-red-200\/95{background-color:hsla(0,96%,89%,.95)}.sm\:bg-red-300{--tw-bg-opacity:1;background-color:rgba(252,165,165,var(--tw-bg-opacity))}.sm\:bg-red-300\/0{background-color:hsla(0,94%,82%,0)}.sm\:bg-red-300\/10{background-color:hsla(0,94%,82%,.1)}.sm\:bg-red-300\/100{background-color:#fca5a5}.sm\:bg-red-300\/15{background-color:hsla(0,94%,82%,.15)}.sm\:bg-red-300\/20{background-color:hsla(0,94%,82%,.2)}.sm\:bg-red-300\/25{background-color:hsla(0,94%,82%,.25)}.sm\:bg-red-300\/30{background-color:hsla(0,94%,82%,.3)}.sm\:bg-red-300\/35{background-color:hsla(0,94%,82%,.35)}.sm\:bg-red-300\/40{background-color:hsla(0,94%,82%,.4)}.sm\:bg-red-300\/45{background-color:hsla(0,94%,82%,.45)}.sm\:bg-red-300\/5{background-color:hsla(0,94%,82%,.05)}.sm\:bg-red-300\/50{background-color:hsla(0,94%,82%,.5)}.sm\:bg-red-300\/55{background-color:hsla(0,94%,82%,.55)}.sm\:bg-red-300\/60{background-color:hsla(0,94%,82%,.6)}.sm\:bg-red-300\/65{background-color:hsla(0,94%,82%,.65)}.sm\:bg-red-300\/70{background-color:hsla(0,94%,82%,.7)}.sm\:bg-red-300\/75{background-color:hsla(0,94%,82%,.75)}.sm\:bg-red-300\/80{background-color:hsla(0,94%,82%,.8)}.sm\:bg-red-300\/85{background-color:hsla(0,94%,82%,.85)}.sm\:bg-red-300\/90{background-color:hsla(0,94%,82%,.9)}.sm\:bg-red-300\/95{background-color:hsla(0,94%,82%,.95)}.sm\:bg-red-400{--tw-bg-opacity:1;background-color:rgba(248,113,113,var(--tw-bg-opacity))}.sm\:bg-red-400\/0{background-color:hsla(0,91%,71%,0)}.sm\:bg-red-400\/10{background-color:hsla(0,91%,71%,.1)}.sm\:bg-red-400\/100{background-color:#f87171}.sm\:bg-red-400\/15{background-color:hsla(0,91%,71%,.15)}.sm\:bg-red-400\/20{background-color:hsla(0,91%,71%,.2)}.sm\:bg-red-400\/25{background-color:hsla(0,91%,71%,.25)}.sm\:bg-red-400\/30{background-color:hsla(0,91%,71%,.3)}.sm\:bg-red-400\/35{background-color:hsla(0,91%,71%,.35)}.sm\:bg-red-400\/40{background-color:hsla(0,91%,71%,.4)}.sm\:bg-red-400\/45{background-color:hsla(0,91%,71%,.45)}.sm\:bg-red-400\/5{background-color:hsla(0,91%,71%,.05)}.sm\:bg-red-400\/50{background-color:hsla(0,91%,71%,.5)}.sm\:bg-red-400\/55{background-color:hsla(0,91%,71%,.55)}.sm\:bg-red-400\/60{background-color:hsla(0,91%,71%,.6)}.sm\:bg-red-400\/65{background-color:hsla(0,91%,71%,.65)}.sm\:bg-red-400\/70{background-color:hsla(0,91%,71%,.7)}.sm\:bg-red-400\/75{background-color:hsla(0,91%,71%,.75)}.sm\:bg-red-400\/80{background-color:hsla(0,91%,71%,.8)}.sm\:bg-red-400\/85{background-color:hsla(0,91%,71%,.85)}.sm\:bg-red-400\/90{background-color:hsla(0,91%,71%,.9)}.sm\:bg-red-400\/95{background-color:hsla(0,91%,71%,.95)}.sm\:bg-red-50{--tw-bg-opacity:1;background-color:rgba(254,242,242,var(--tw-bg-opacity))}.sm\:bg-red-50\/0{background-color:hsla(0,86%,97%,0)}.sm\:bg-red-50\/10{background-color:hsla(0,86%,97%,.1)}.sm\:bg-red-50\/100{background-color:#fef2f2}.sm\:bg-red-50\/15{background-color:hsla(0,86%,97%,.15)}.sm\:bg-red-50\/20{background-color:hsla(0,86%,97%,.2)}.sm\:bg-red-50\/25{background-color:hsla(0,86%,97%,.25)}.sm\:bg-red-50\/30{background-color:hsla(0,86%,97%,.3)}.sm\:bg-red-50\/35{background-color:hsla(0,86%,97%,.35)}.sm\:bg-red-50\/40{background-color:hsla(0,86%,97%,.4)}.sm\:bg-red-50\/45{background-color:hsla(0,86%,97%,.45)}.sm\:bg-red-50\/5{background-color:hsla(0,86%,97%,.05)}.sm\:bg-red-50\/50{background-color:hsla(0,86%,97%,.5)}.sm\:bg-red-50\/55{background-color:hsla(0,86%,97%,.55)}.sm\:bg-red-50\/60{background-color:hsla(0,86%,97%,.6)}.sm\:bg-red-50\/65{background-color:hsla(0,86%,97%,.65)}.sm\:bg-red-50\/70{background-color:hsla(0,86%,97%,.7)}.sm\:bg-red-50\/75{background-color:hsla(0,86%,97%,.75)}.sm\:bg-red-50\/80{background-color:hsla(0,86%,97%,.8)}.sm\:bg-red-50\/85{background-color:hsla(0,86%,97%,.85)}.sm\:bg-red-50\/90{background-color:hsla(0,86%,97%,.9)}.sm\:bg-red-50\/95{background-color:hsla(0,86%,97%,.95)}.sm\:bg-red-500{--tw-bg-opacity:1;background-color:rgba(239,68,68,var(--tw-bg-opacity))}.sm\:bg-red-500\/0{background-color:rgba(239,68,68,0)}.sm\:bg-red-500\/10{background-color:rgba(239,68,68,.1)}.sm\:bg-red-500\/100{background-color:#ef4444}.sm\:bg-red-500\/15{background-color:rgba(239,68,68,.15)}.sm\:bg-red-500\/20{background-color:rgba(239,68,68,.2)}.sm\:bg-red-500\/25{background-color:rgba(239,68,68,.25)}.sm\:bg-red-500\/30{background-color:rgba(239,68,68,.3)}.sm\:bg-red-500\/35{background-color:rgba(239,68,68,.35)}.sm\:bg-red-500\/40{background-color:rgba(239,68,68,.4)}.sm\:bg-red-500\/45{background-color:rgba(239,68,68,.45)}.sm\:bg-red-500\/5{background-color:rgba(239,68,68,.05)}.sm\:bg-red-500\/50{background-color:rgba(239,68,68,.5)}.sm\:bg-red-500\/55{background-color:rgba(239,68,68,.55)}.sm\:bg-red-500\/60{background-color:rgba(239,68,68,.6)}.sm\:bg-red-500\/65{background-color:rgba(239,68,68,.65)}.sm\:bg-red-500\/70{background-color:rgba(239,68,68,.7)}.sm\:bg-red-500\/75{background-color:rgba(239,68,68,.75)}.sm\:bg-red-500\/80{background-color:rgba(239,68,68,.8)}.sm\:bg-red-500\/85{background-color:rgba(239,68,68,.85)}.sm\:bg-red-500\/90{background-color:rgba(239,68,68,.9)}.sm\:bg-red-500\/95{background-color:rgba(239,68,68,.95)}.sm\:bg-red-600{--tw-bg-opacity:1;background-color:rgba(220,38,38,var(--tw-bg-opacity))}.sm\:bg-red-600\/0{background-color:rgba(220,38,38,0)}.sm\:bg-red-600\/10{background-color:rgba(220,38,38,.1)}.sm\:bg-red-600\/100{background-color:#dc2626}.sm\:bg-red-600\/15{background-color:rgba(220,38,38,.15)}.sm\:bg-red-600\/20{background-color:rgba(220,38,38,.2)}.sm\:bg-red-600\/25{background-color:rgba(220,38,38,.25)}.sm\:bg-red-600\/30{background-color:rgba(220,38,38,.3)}.sm\:bg-red-600\/35{background-color:rgba(220,38,38,.35)}.sm\:bg-red-600\/40{background-color:rgba(220,38,38,.4)}.sm\:bg-red-600\/45{background-color:rgba(220,38,38,.45)}.sm\:bg-red-600\/5{background-color:rgba(220,38,38,.05)}.sm\:bg-red-600\/50{background-color:rgba(220,38,38,.5)}.sm\:bg-red-600\/55{background-color:rgba(220,38,38,.55)}.sm\:bg-red-600\/60{background-color:rgba(220,38,38,.6)}.sm\:bg-red-600\/65{background-color:rgba(220,38,38,.65)}.sm\:bg-red-600\/70{background-color:rgba(220,38,38,.7)}.sm\:bg-red-600\/75{background-color:rgba(220,38,38,.75)}.sm\:bg-red-600\/80{background-color:rgba(220,38,38,.8)}.sm\:bg-red-600\/85{background-color:rgba(220,38,38,.85)}.sm\:bg-red-600\/90{background-color:rgba(220,38,38,.9)}.sm\:bg-red-600\/95{background-color:rgba(220,38,38,.95)}.sm\:bg-red-700{--tw-bg-opacity:1;background-color:rgba(185,28,28,var(--tw-bg-opacity))}.sm\:bg-red-700\/0{background-color:rgba(185,28,28,0)}.sm\:bg-red-700\/10{background-color:rgba(185,28,28,.1)}.sm\:bg-red-700\/100{background-color:#b91c1c}.sm\:bg-red-700\/15{background-color:rgba(185,28,28,.15)}.sm\:bg-red-700\/20{background-color:rgba(185,28,28,.2)}.sm\:bg-red-700\/25{background-color:rgba(185,28,28,.25)}.sm\:bg-red-700\/30{background-color:rgba(185,28,28,.3)}.sm\:bg-red-700\/35{background-color:rgba(185,28,28,.35)}.sm\:bg-red-700\/40{background-color:rgba(185,28,28,.4)}.sm\:bg-red-700\/45{background-color:rgba(185,28,28,.45)}.sm\:bg-red-700\/5{background-color:rgba(185,28,28,.05)}.sm\:bg-red-700\/50{background-color:rgba(185,28,28,.5)}.sm\:bg-red-700\/55{background-color:rgba(185,28,28,.55)}.sm\:bg-red-700\/60{background-color:rgba(185,28,28,.6)}.sm\:bg-red-700\/65{background-color:rgba(185,28,28,.65)}.sm\:bg-red-700\/70{background-color:rgba(185,28,28,.7)}.sm\:bg-red-700\/75{background-color:rgba(185,28,28,.75)}.sm\:bg-red-700\/80{background-color:rgba(185,28,28,.8)}.sm\:bg-red-700\/85{background-color:rgba(185,28,28,.85)}.sm\:bg-red-700\/90{background-color:rgba(185,28,28,.9)}.sm\:bg-red-700\/95{background-color:rgba(185,28,28,.95)}.sm\:bg-red-800{--tw-bg-opacity:1;background-color:rgba(153,27,27,var(--tw-bg-opacity))}.sm\:bg-red-800\/0{background-color:rgba(153,27,27,0)}.sm\:bg-red-800\/10{background-color:rgba(153,27,27,.1)}.sm\:bg-red-800\/100{background-color:#991b1b}.sm\:bg-red-800\/15{background-color:rgba(153,27,27,.15)}.sm\:bg-red-800\/20{background-color:rgba(153,27,27,.2)}.sm\:bg-red-800\/25{background-color:rgba(153,27,27,.25)}.sm\:bg-red-800\/30{background-color:rgba(153,27,27,.3)}.sm\:bg-red-800\/35{background-color:rgba(153,27,27,.35)}.sm\:bg-red-800\/40{background-color:rgba(153,27,27,.4)}.sm\:bg-red-800\/45{background-color:rgba(153,27,27,.45)}.sm\:bg-red-800\/5{background-color:rgba(153,27,27,.05)}.sm\:bg-red-800\/50{background-color:rgba(153,27,27,.5)}.sm\:bg-red-800\/55{background-color:rgba(153,27,27,.55)}.sm\:bg-red-800\/60{background-color:rgba(153,27,27,.6)}.sm\:bg-red-800\/65{background-color:rgba(153,27,27,.65)}.sm\:bg-red-800\/70{background-color:rgba(153,27,27,.7)}.sm\:bg-red-800\/75{background-color:rgba(153,27,27,.75)}.sm\:bg-red-800\/80{background-color:rgba(153,27,27,.8)}.sm\:bg-red-800\/85{background-color:rgba(153,27,27,.85)}.sm\:bg-red-800\/90{background-color:rgba(153,27,27,.9)}.sm\:bg-red-800\/95{background-color:rgba(153,27,27,.95)}.sm\:bg-red-900{--tw-bg-opacity:1;background-color:rgba(127,29,29,var(--tw-bg-opacity))}.sm\:bg-red-900\/0{background-color:rgba(127,29,29,0)}.sm\:bg-red-900\/10{background-color:rgba(127,29,29,.1)}.sm\:bg-red-900\/100{background-color:#7f1d1d}.sm\:bg-red-900\/15{background-color:rgba(127,29,29,.15)}.sm\:bg-red-900\/20{background-color:rgba(127,29,29,.2)}.sm\:bg-red-900\/25{background-color:rgba(127,29,29,.25)}.sm\:bg-red-900\/30{background-color:rgba(127,29,29,.3)}.sm\:bg-red-900\/35{background-color:rgba(127,29,29,.35)}.sm\:bg-red-900\/40{background-color:rgba(127,29,29,.4)}.sm\:bg-red-900\/45{background-color:rgba(127,29,29,.45)}.sm\:bg-red-900\/5{background-color:rgba(127,29,29,.05)}.sm\:bg-red-900\/50{background-color:rgba(127,29,29,.5)}.sm\:bg-red-900\/55{background-color:rgba(127,29,29,.55)}.sm\:bg-red-900\/60{background-color:rgba(127,29,29,.6)}.sm\:bg-red-900\/65{background-color:rgba(127,29,29,.65)}.sm\:bg-red-900\/70{background-color:rgba(127,29,29,.7)}.sm\:bg-red-900\/75{background-color:rgba(127,29,29,.75)}.sm\:bg-red-900\/80{background-color:rgba(127,29,29,.8)}.sm\:bg-red-900\/85{background-color:rgba(127,29,29,.85)}.sm\:bg-red-900\/90{background-color:rgba(127,29,29,.9)}.sm\:bg-red-900\/95{background-color:rgba(127,29,29,.95)}.sm\:bg-red-950{--tw-bg-opacity:1;background-color:rgba(69,10,10,var(--tw-bg-opacity))}.sm\:bg-red-950\/0{background-color:rgba(69,10,10,0)}.sm\:bg-red-950\/10{background-color:rgba(69,10,10,.1)}.sm\:bg-red-950\/100{background-color:#450a0a}.sm\:bg-red-950\/15{background-color:rgba(69,10,10,.15)}.sm\:bg-red-950\/20{background-color:rgba(69,10,10,.2)}.sm\:bg-red-950\/25{background-color:rgba(69,10,10,.25)}.sm\:bg-red-950\/30{background-color:rgba(69,10,10,.3)}.sm\:bg-red-950\/35{background-color:rgba(69,10,10,.35)}.sm\:bg-red-950\/40{background-color:rgba(69,10,10,.4)}.sm\:bg-red-950\/45{background-color:rgba(69,10,10,.45)}.sm\:bg-red-950\/5{background-color:rgba(69,10,10,.05)}.sm\:bg-red-950\/50{background-color:rgba(69,10,10,.5)}.sm\:bg-red-950\/55{background-color:rgba(69,10,10,.55)}.sm\:bg-red-950\/60{background-color:rgba(69,10,10,.6)}.sm\:bg-red-950\/65{background-color:rgba(69,10,10,.65)}.sm\:bg-red-950\/70{background-color:rgba(69,10,10,.7)}.sm\:bg-red-950\/75{background-color:rgba(69,10,10,.75)}.sm\:bg-red-950\/80{background-color:rgba(69,10,10,.8)}.sm\:bg-red-950\/85{background-color:rgba(69,10,10,.85)}.sm\:bg-red-950\/90{background-color:rgba(69,10,10,.9)}.sm\:bg-red-950\/95{background-color:rgba(69,10,10,.95)}.sm\:bg-rose-100{--tw-bg-opacity:1;background-color:rgba(255,228,230,var(--tw-bg-opacity))}.sm\:bg-rose-100\/0{background-color:rgba(255,228,230,0)}.sm\:bg-rose-100\/10{background-color:rgba(255,228,230,.1)}.sm\:bg-rose-100\/100{background-color:#ffe4e6}.sm\:bg-rose-100\/15{background-color:rgba(255,228,230,.15)}.sm\:bg-rose-100\/20{background-color:rgba(255,228,230,.2)}.sm\:bg-rose-100\/25{background-color:rgba(255,228,230,.25)}.sm\:bg-rose-100\/30{background-color:rgba(255,228,230,.3)}.sm\:bg-rose-100\/35{background-color:rgba(255,228,230,.35)}.sm\:bg-rose-100\/40{background-color:rgba(255,228,230,.4)}.sm\:bg-rose-100\/45{background-color:rgba(255,228,230,.45)}.sm\:bg-rose-100\/5{background-color:rgba(255,228,230,.05)}.sm\:bg-rose-100\/50{background-color:rgba(255,228,230,.5)}.sm\:bg-rose-100\/55{background-color:rgba(255,228,230,.55)}.sm\:bg-rose-100\/60{background-color:rgba(255,228,230,.6)}.sm\:bg-rose-100\/65{background-color:rgba(255,228,230,.65)}.sm\:bg-rose-100\/70{background-color:rgba(255,228,230,.7)}.sm\:bg-rose-100\/75{background-color:rgba(255,228,230,.75)}.sm\:bg-rose-100\/80{background-color:rgba(255,228,230,.8)}.sm\:bg-rose-100\/85{background-color:rgba(255,228,230,.85)}.sm\:bg-rose-100\/90{background-color:rgba(255,228,230,.9)}.sm\:bg-rose-100\/95{background-color:rgba(255,228,230,.95)}.sm\:bg-rose-200{--tw-bg-opacity:1;background-color:rgba(254,205,211,var(--tw-bg-opacity))}.sm\:bg-rose-200\/0{background-color:rgba(254,205,211,0)}.sm\:bg-rose-200\/10{background-color:rgba(254,205,211,.1)}.sm\:bg-rose-200\/100{background-color:#fecdd3}.sm\:bg-rose-200\/15{background-color:rgba(254,205,211,.15)}.sm\:bg-rose-200\/20{background-color:rgba(254,205,211,.2)}.sm\:bg-rose-200\/25{background-color:rgba(254,205,211,.25)}.sm\:bg-rose-200\/30{background-color:rgba(254,205,211,.3)}.sm\:bg-rose-200\/35{background-color:rgba(254,205,211,.35)}.sm\:bg-rose-200\/40{background-color:rgba(254,205,211,.4)}.sm\:bg-rose-200\/45{background-color:rgba(254,205,211,.45)}.sm\:bg-rose-200\/5{background-color:rgba(254,205,211,.05)}.sm\:bg-rose-200\/50{background-color:rgba(254,205,211,.5)}.sm\:bg-rose-200\/55{background-color:rgba(254,205,211,.55)}.sm\:bg-rose-200\/60{background-color:rgba(254,205,211,.6)}.sm\:bg-rose-200\/65{background-color:rgba(254,205,211,.65)}.sm\:bg-rose-200\/70{background-color:rgba(254,205,211,.7)}.sm\:bg-rose-200\/75{background-color:rgba(254,205,211,.75)}.sm\:bg-rose-200\/80{background-color:rgba(254,205,211,.8)}.sm\:bg-rose-200\/85{background-color:rgba(254,205,211,.85)}.sm\:bg-rose-200\/90{background-color:rgba(254,205,211,.9)}.sm\:bg-rose-200\/95{background-color:rgba(254,205,211,.95)}.sm\:bg-rose-300{--tw-bg-opacity:1;background-color:rgba(253,164,175,var(--tw-bg-opacity))}.sm\:bg-rose-300\/0{background-color:rgba(253,164,175,0)}.sm\:bg-rose-300\/10{background-color:rgba(253,164,175,.1)}.sm\:bg-rose-300\/100{background-color:#fda4af}.sm\:bg-rose-300\/15{background-color:rgba(253,164,175,.15)}.sm\:bg-rose-300\/20{background-color:rgba(253,164,175,.2)}.sm\:bg-rose-300\/25{background-color:rgba(253,164,175,.25)}.sm\:bg-rose-300\/30{background-color:rgba(253,164,175,.3)}.sm\:bg-rose-300\/35{background-color:rgba(253,164,175,.35)}.sm\:bg-rose-300\/40{background-color:rgba(253,164,175,.4)}.sm\:bg-rose-300\/45{background-color:rgba(253,164,175,.45)}.sm\:bg-rose-300\/5{background-color:rgba(253,164,175,.05)}.sm\:bg-rose-300\/50{background-color:rgba(253,164,175,.5)}.sm\:bg-rose-300\/55{background-color:rgba(253,164,175,.55)}.sm\:bg-rose-300\/60{background-color:rgba(253,164,175,.6)}.sm\:bg-rose-300\/65{background-color:rgba(253,164,175,.65)}.sm\:bg-rose-300\/70{background-color:rgba(253,164,175,.7)}.sm\:bg-rose-300\/75{background-color:rgba(253,164,175,.75)}.sm\:bg-rose-300\/80{background-color:rgba(253,164,175,.8)}.sm\:bg-rose-300\/85{background-color:rgba(253,164,175,.85)}.sm\:bg-rose-300\/90{background-color:rgba(253,164,175,.9)}.sm\:bg-rose-300\/95{background-color:rgba(253,164,175,.95)}.sm\:bg-rose-400{--tw-bg-opacity:1;background-color:rgba(251,113,133,var(--tw-bg-opacity))}.sm\:bg-rose-400\/0{background-color:rgba(251,113,133,0)}.sm\:bg-rose-400\/10{background-color:rgba(251,113,133,.1)}.sm\:bg-rose-400\/100{background-color:#fb7185}.sm\:bg-rose-400\/15{background-color:rgba(251,113,133,.15)}.sm\:bg-rose-400\/20{background-color:rgba(251,113,133,.2)}.sm\:bg-rose-400\/25{background-color:rgba(251,113,133,.25)}.sm\:bg-rose-400\/30{background-color:rgba(251,113,133,.3)}.sm\:bg-rose-400\/35{background-color:rgba(251,113,133,.35)}.sm\:bg-rose-400\/40{background-color:rgba(251,113,133,.4)}.sm\:bg-rose-400\/45{background-color:rgba(251,113,133,.45)}.sm\:bg-rose-400\/5{background-color:rgba(251,113,133,.05)}.sm\:bg-rose-400\/50{background-color:rgba(251,113,133,.5)}.sm\:bg-rose-400\/55{background-color:rgba(251,113,133,.55)}.sm\:bg-rose-400\/60{background-color:rgba(251,113,133,.6)}.sm\:bg-rose-400\/65{background-color:rgba(251,113,133,.65)}.sm\:bg-rose-400\/70{background-color:rgba(251,113,133,.7)}.sm\:bg-rose-400\/75{background-color:rgba(251,113,133,.75)}.sm\:bg-rose-400\/80{background-color:rgba(251,113,133,.8)}.sm\:bg-rose-400\/85{background-color:rgba(251,113,133,.85)}.sm\:bg-rose-400\/90{background-color:rgba(251,113,133,.9)}.sm\:bg-rose-400\/95{background-color:rgba(251,113,133,.95)}.sm\:bg-rose-50{--tw-bg-opacity:1;background-color:rgba(255,241,242,var(--tw-bg-opacity))}.sm\:bg-rose-50\/0{background-color:rgba(255,241,242,0)}.sm\:bg-rose-50\/10{background-color:rgba(255,241,242,.1)}.sm\:bg-rose-50\/100{background-color:#fff1f2}.sm\:bg-rose-50\/15{background-color:rgba(255,241,242,.15)}.sm\:bg-rose-50\/20{background-color:rgba(255,241,242,.2)}.sm\:bg-rose-50\/25{background-color:rgba(255,241,242,.25)}.sm\:bg-rose-50\/30{background-color:rgba(255,241,242,.3)}.sm\:bg-rose-50\/35{background-color:rgba(255,241,242,.35)}.sm\:bg-rose-50\/40{background-color:rgba(255,241,242,.4)}.sm\:bg-rose-50\/45{background-color:rgba(255,241,242,.45)}.sm\:bg-rose-50\/5{background-color:rgba(255,241,242,.05)}.sm\:bg-rose-50\/50{background-color:rgba(255,241,242,.5)}.sm\:bg-rose-50\/55{background-color:rgba(255,241,242,.55)}.sm\:bg-rose-50\/60{background-color:rgba(255,241,242,.6)}.sm\:bg-rose-50\/65{background-color:rgba(255,241,242,.65)}.sm\:bg-rose-50\/70{background-color:rgba(255,241,242,.7)}.sm\:bg-rose-50\/75{background-color:rgba(255,241,242,.75)}.sm\:bg-rose-50\/80{background-color:rgba(255,241,242,.8)}.sm\:bg-rose-50\/85{background-color:rgba(255,241,242,.85)}.sm\:bg-rose-50\/90{background-color:rgba(255,241,242,.9)}.sm\:bg-rose-50\/95{background-color:rgba(255,241,242,.95)}.sm\:bg-rose-500{--tw-bg-opacity:1;background-color:rgba(244,63,94,var(--tw-bg-opacity))}.sm\:bg-rose-500\/0{background-color:rgba(244,63,94,0)}.sm\:bg-rose-500\/10{background-color:rgba(244,63,94,.1)}.sm\:bg-rose-500\/100{background-color:#f43f5e}.sm\:bg-rose-500\/15{background-color:rgba(244,63,94,.15)}.sm\:bg-rose-500\/20{background-color:rgba(244,63,94,.2)}.sm\:bg-rose-500\/25{background-color:rgba(244,63,94,.25)}.sm\:bg-rose-500\/30{background-color:rgba(244,63,94,.3)}.sm\:bg-rose-500\/35{background-color:rgba(244,63,94,.35)}.sm\:bg-rose-500\/40{background-color:rgba(244,63,94,.4)}.sm\:bg-rose-500\/45{background-color:rgba(244,63,94,.45)}.sm\:bg-rose-500\/5{background-color:rgba(244,63,94,.05)}.sm\:bg-rose-500\/50{background-color:rgba(244,63,94,.5)}.sm\:bg-rose-500\/55{background-color:rgba(244,63,94,.55)}.sm\:bg-rose-500\/60{background-color:rgba(244,63,94,.6)}.sm\:bg-rose-500\/65{background-color:rgba(244,63,94,.65)}.sm\:bg-rose-500\/70{background-color:rgba(244,63,94,.7)}.sm\:bg-rose-500\/75{background-color:rgba(244,63,94,.75)}.sm\:bg-rose-500\/80{background-color:rgba(244,63,94,.8)}.sm\:bg-rose-500\/85{background-color:rgba(244,63,94,.85)}.sm\:bg-rose-500\/90{background-color:rgba(244,63,94,.9)}.sm\:bg-rose-500\/95{background-color:rgba(244,63,94,.95)}.sm\:bg-rose-600{--tw-bg-opacity:1;background-color:rgba(225,29,72,var(--tw-bg-opacity))}.sm\:bg-rose-600\/0{background-color:rgba(225,29,72,0)}.sm\:bg-rose-600\/10{background-color:rgba(225,29,72,.1)}.sm\:bg-rose-600\/100{background-color:#e11d48}.sm\:bg-rose-600\/15{background-color:rgba(225,29,72,.15)}.sm\:bg-rose-600\/20{background-color:rgba(225,29,72,.2)}.sm\:bg-rose-600\/25{background-color:rgba(225,29,72,.25)}.sm\:bg-rose-600\/30{background-color:rgba(225,29,72,.3)}.sm\:bg-rose-600\/35{background-color:rgba(225,29,72,.35)}.sm\:bg-rose-600\/40{background-color:rgba(225,29,72,.4)}.sm\:bg-rose-600\/45{background-color:rgba(225,29,72,.45)}.sm\:bg-rose-600\/5{background-color:rgba(225,29,72,.05)}.sm\:bg-rose-600\/50{background-color:rgba(225,29,72,.5)}.sm\:bg-rose-600\/55{background-color:rgba(225,29,72,.55)}.sm\:bg-rose-600\/60{background-color:rgba(225,29,72,.6)}.sm\:bg-rose-600\/65{background-color:rgba(225,29,72,.65)}.sm\:bg-rose-600\/70{background-color:rgba(225,29,72,.7)}.sm\:bg-rose-600\/75{background-color:rgba(225,29,72,.75)}.sm\:bg-rose-600\/80{background-color:rgba(225,29,72,.8)}.sm\:bg-rose-600\/85{background-color:rgba(225,29,72,.85)}.sm\:bg-rose-600\/90{background-color:rgba(225,29,72,.9)}.sm\:bg-rose-600\/95{background-color:rgba(225,29,72,.95)}.sm\:bg-rose-700{--tw-bg-opacity:1;background-color:rgba(190,18,60,var(--tw-bg-opacity))}.sm\:bg-rose-700\/0{background-color:rgba(190,18,60,0)}.sm\:bg-rose-700\/10{background-color:rgba(190,18,60,.1)}.sm\:bg-rose-700\/100{background-color:#be123c}.sm\:bg-rose-700\/15{background-color:rgba(190,18,60,.15)}.sm\:bg-rose-700\/20{background-color:rgba(190,18,60,.2)}.sm\:bg-rose-700\/25{background-color:rgba(190,18,60,.25)}.sm\:bg-rose-700\/30{background-color:rgba(190,18,60,.3)}.sm\:bg-rose-700\/35{background-color:rgba(190,18,60,.35)}.sm\:bg-rose-700\/40{background-color:rgba(190,18,60,.4)}.sm\:bg-rose-700\/45{background-color:rgba(190,18,60,.45)}.sm\:bg-rose-700\/5{background-color:rgba(190,18,60,.05)}.sm\:bg-rose-700\/50{background-color:rgba(190,18,60,.5)}.sm\:bg-rose-700\/55{background-color:rgba(190,18,60,.55)}.sm\:bg-rose-700\/60{background-color:rgba(190,18,60,.6)}.sm\:bg-rose-700\/65{background-color:rgba(190,18,60,.65)}.sm\:bg-rose-700\/70{background-color:rgba(190,18,60,.7)}.sm\:bg-rose-700\/75{background-color:rgba(190,18,60,.75)}.sm\:bg-rose-700\/80{background-color:rgba(190,18,60,.8)}.sm\:bg-rose-700\/85{background-color:rgba(190,18,60,.85)}.sm\:bg-rose-700\/90{background-color:rgba(190,18,60,.9)}.sm\:bg-rose-700\/95{background-color:rgba(190,18,60,.95)}.sm\:bg-rose-800{--tw-bg-opacity:1;background-color:rgba(159,18,57,var(--tw-bg-opacity))}.sm\:bg-rose-800\/0{background-color:rgba(159,18,57,0)}.sm\:bg-rose-800\/10{background-color:rgba(159,18,57,.1)}.sm\:bg-rose-800\/100{background-color:#9f1239}.sm\:bg-rose-800\/15{background-color:rgba(159,18,57,.15)}.sm\:bg-rose-800\/20{background-color:rgba(159,18,57,.2)}.sm\:bg-rose-800\/25{background-color:rgba(159,18,57,.25)}.sm\:bg-rose-800\/30{background-color:rgba(159,18,57,.3)}.sm\:bg-rose-800\/35{background-color:rgba(159,18,57,.35)}.sm\:bg-rose-800\/40{background-color:rgba(159,18,57,.4)}.sm\:bg-rose-800\/45{background-color:rgba(159,18,57,.45)}.sm\:bg-rose-800\/5{background-color:rgba(159,18,57,.05)}.sm\:bg-rose-800\/50{background-color:rgba(159,18,57,.5)}.sm\:bg-rose-800\/55{background-color:rgba(159,18,57,.55)}.sm\:bg-rose-800\/60{background-color:rgba(159,18,57,.6)}.sm\:bg-rose-800\/65{background-color:rgba(159,18,57,.65)}.sm\:bg-rose-800\/70{background-color:rgba(159,18,57,.7)}.sm\:bg-rose-800\/75{background-color:rgba(159,18,57,.75)}.sm\:bg-rose-800\/80{background-color:rgba(159,18,57,.8)}.sm\:bg-rose-800\/85{background-color:rgba(159,18,57,.85)}.sm\:bg-rose-800\/90{background-color:rgba(159,18,57,.9)}.sm\:bg-rose-800\/95{background-color:rgba(159,18,57,.95)}.sm\:bg-rose-900{--tw-bg-opacity:1;background-color:rgba(136,19,55,var(--tw-bg-opacity))}.sm\:bg-rose-900\/0{background-color:rgba(136,19,55,0)}.sm\:bg-rose-900\/10{background-color:rgba(136,19,55,.1)}.sm\:bg-rose-900\/100{background-color:#881337}.sm\:bg-rose-900\/15{background-color:rgba(136,19,55,.15)}.sm\:bg-rose-900\/20{background-color:rgba(136,19,55,.2)}.sm\:bg-rose-900\/25{background-color:rgba(136,19,55,.25)}.sm\:bg-rose-900\/30{background-color:rgba(136,19,55,.3)}.sm\:bg-rose-900\/35{background-color:rgba(136,19,55,.35)}.sm\:bg-rose-900\/40{background-color:rgba(136,19,55,.4)}.sm\:bg-rose-900\/45{background-color:rgba(136,19,55,.45)}.sm\:bg-rose-900\/5{background-color:rgba(136,19,55,.05)}.sm\:bg-rose-900\/50{background-color:rgba(136,19,55,.5)}.sm\:bg-rose-900\/55{background-color:rgba(136,19,55,.55)}.sm\:bg-rose-900\/60{background-color:rgba(136,19,55,.6)}.sm\:bg-rose-900\/65{background-color:rgba(136,19,55,.65)}.sm\:bg-rose-900\/70{background-color:rgba(136,19,55,.7)}.sm\:bg-rose-900\/75{background-color:rgba(136,19,55,.75)}.sm\:bg-rose-900\/80{background-color:rgba(136,19,55,.8)}.sm\:bg-rose-900\/85{background-color:rgba(136,19,55,.85)}.sm\:bg-rose-900\/90{background-color:rgba(136,19,55,.9)}.sm\:bg-rose-900\/95{background-color:rgba(136,19,55,.95)}.sm\:bg-rose-950{--tw-bg-opacity:1;background-color:rgba(76,5,25,var(--tw-bg-opacity))}.sm\:bg-rose-950\/0{background-color:rgba(76,5,25,0)}.sm\:bg-rose-950\/10{background-color:rgba(76,5,25,.1)}.sm\:bg-rose-950\/100{background-color:#4c0519}.sm\:bg-rose-950\/15{background-color:rgba(76,5,25,.15)}.sm\:bg-rose-950\/20{background-color:rgba(76,5,25,.2)}.sm\:bg-rose-950\/25{background-color:rgba(76,5,25,.25)}.sm\:bg-rose-950\/30{background-color:rgba(76,5,25,.3)}.sm\:bg-rose-950\/35{background-color:rgba(76,5,25,.35)}.sm\:bg-rose-950\/40{background-color:rgba(76,5,25,.4)}.sm\:bg-rose-950\/45{background-color:rgba(76,5,25,.45)}.sm\:bg-rose-950\/5{background-color:rgba(76,5,25,.05)}.sm\:bg-rose-950\/50{background-color:rgba(76,5,25,.5)}.sm\:bg-rose-950\/55{background-color:rgba(76,5,25,.55)}.sm\:bg-rose-950\/60{background-color:rgba(76,5,25,.6)}.sm\:bg-rose-950\/65{background-color:rgba(76,5,25,.65)}.sm\:bg-rose-950\/70{background-color:rgba(76,5,25,.7)}.sm\:bg-rose-950\/75{background-color:rgba(76,5,25,.75)}.sm\:bg-rose-950\/80{background-color:rgba(76,5,25,.8)}.sm\:bg-rose-950\/85{background-color:rgba(76,5,25,.85)}.sm\:bg-rose-950\/90{background-color:rgba(76,5,25,.9)}.sm\:bg-rose-950\/95{background-color:rgba(76,5,25,.95)}.sm\:bg-secondary{--tw-bg-opacity:1;background-color:rgba(4,33,49,var(--tw-bg-opacity))}.sm\:bg-secondary-dark-gray{--tw-bg-opacity:1;background-color:rgba(242,243,244,var(--tw-bg-opacity))}.sm\:bg-secondary-dark-gray\/0{background-color:hsla(210,8%,95%,0)}.sm\:bg-secondary-dark-gray\/10{background-color:hsla(210,8%,95%,.1)}.sm\:bg-secondary-dark-gray\/100{background-color:#f2f3f4}.sm\:bg-secondary-dark-gray\/15{background-color:hsla(210,8%,95%,.15)}.sm\:bg-secondary-dark-gray\/20{background-color:hsla(210,8%,95%,.2)}.sm\:bg-secondary-dark-gray\/25{background-color:hsla(210,8%,95%,.25)}.sm\:bg-secondary-dark-gray\/30{background-color:hsla(210,8%,95%,.3)}.sm\:bg-secondary-dark-gray\/35{background-color:hsla(210,8%,95%,.35)}.sm\:bg-secondary-dark-gray\/40{background-color:hsla(210,8%,95%,.4)}.sm\:bg-secondary-dark-gray\/45{background-color:hsla(210,8%,95%,.45)}.sm\:bg-secondary-dark-gray\/5{background-color:hsla(210,8%,95%,.05)}.sm\:bg-secondary-dark-gray\/50{background-color:hsla(210,8%,95%,.5)}.sm\:bg-secondary-dark-gray\/55{background-color:hsla(210,8%,95%,.55)}.sm\:bg-secondary-dark-gray\/60{background-color:hsla(210,8%,95%,.6)}.sm\:bg-secondary-dark-gray\/65{background-color:hsla(210,8%,95%,.65)}.sm\:bg-secondary-dark-gray\/70{background-color:hsla(210,8%,95%,.7)}.sm\:bg-secondary-dark-gray\/75{background-color:hsla(210,8%,95%,.75)}.sm\:bg-secondary-dark-gray\/80{background-color:hsla(210,8%,95%,.8)}.sm\:bg-secondary-dark-gray\/85{background-color:hsla(210,8%,95%,.85)}.sm\:bg-secondary-dark-gray\/90{background-color:hsla(210,8%,95%,.9)}.sm\:bg-secondary-dark-gray\/95{background-color:hsla(210,8%,95%,.95)}.sm\:bg-secondary-gray{--tw-bg-opacity:1;background-color:rgba(250,250,250,var(--tw-bg-opacity))}.sm\:bg-secondary-gray\/0{background-color:hsla(0,0%,98%,0)}.sm\:bg-secondary-gray\/10{background-color:hsla(0,0%,98%,.1)}.sm\:bg-secondary-gray\/100{background-color:#fafafa}.sm\:bg-secondary-gray\/15{background-color:hsla(0,0%,98%,.15)}.sm\:bg-secondary-gray\/20{background-color:hsla(0,0%,98%,.2)}.sm\:bg-secondary-gray\/25{background-color:hsla(0,0%,98%,.25)}.sm\:bg-secondary-gray\/30{background-color:hsla(0,0%,98%,.3)}.sm\:bg-secondary-gray\/35{background-color:hsla(0,0%,98%,.35)}.sm\:bg-secondary-gray\/40{background-color:hsla(0,0%,98%,.4)}.sm\:bg-secondary-gray\/45{background-color:hsla(0,0%,98%,.45)}.sm\:bg-secondary-gray\/5{background-color:hsla(0,0%,98%,.05)}.sm\:bg-secondary-gray\/50{background-color:hsla(0,0%,98%,.5)}.sm\:bg-secondary-gray\/55{background-color:hsla(0,0%,98%,.55)}.sm\:bg-secondary-gray\/60{background-color:hsla(0,0%,98%,.6)}.sm\:bg-secondary-gray\/65{background-color:hsla(0,0%,98%,.65)}.sm\:bg-secondary-gray\/70{background-color:hsla(0,0%,98%,.7)}.sm\:bg-secondary-gray\/75{background-color:hsla(0,0%,98%,.75)}.sm\:bg-secondary-gray\/80{background-color:hsla(0,0%,98%,.8)}.sm\:bg-secondary-gray\/85{background-color:hsla(0,0%,98%,.85)}.sm\:bg-secondary-gray\/90{background-color:hsla(0,0%,98%,.9)}.sm\:bg-secondary-gray\/95{background-color:hsla(0,0%,98%,.95)}.sm\:bg-secondary\/0{background-color:rgba(4,33,49,0)}.sm\:bg-secondary\/10{background-color:rgba(4,33,49,.1)}.sm\:bg-secondary\/100{background-color:#042131}.sm\:bg-secondary\/15{background-color:rgba(4,33,49,.15)}.sm\:bg-secondary\/20{background-color:rgba(4,33,49,.2)}.sm\:bg-secondary\/25{background-color:rgba(4,33,49,.25)}.sm\:bg-secondary\/30{background-color:rgba(4,33,49,.3)}.sm\:bg-secondary\/35{background-color:rgba(4,33,49,.35)}.sm\:bg-secondary\/40{background-color:rgba(4,33,49,.4)}.sm\:bg-secondary\/45{background-color:rgba(4,33,49,.45)}.sm\:bg-secondary\/5{background-color:rgba(4,33,49,.05)}.sm\:bg-secondary\/50{background-color:rgba(4,33,49,.5)}.sm\:bg-secondary\/55{background-color:rgba(4,33,49,.55)}.sm\:bg-secondary\/60{background-color:rgba(4,33,49,.6)}.sm\:bg-secondary\/65{background-color:rgba(4,33,49,.65)}.sm\:bg-secondary\/70{background-color:rgba(4,33,49,.7)}.sm\:bg-secondary\/75{background-color:rgba(4,33,49,.75)}.sm\:bg-secondary\/80{background-color:rgba(4,33,49,.8)}.sm\:bg-secondary\/85{background-color:rgba(4,33,49,.85)}.sm\:bg-secondary\/90{background-color:rgba(4,33,49,.9)}.sm\:bg-secondary\/95{background-color:rgba(4,33,49,.95)}.sm\:bg-sky-100{--tw-bg-opacity:1;background-color:rgba(224,242,254,var(--tw-bg-opacity))}.sm\:bg-sky-100\/0{background-color:rgba(224,242,254,0)}.sm\:bg-sky-100\/10{background-color:rgba(224,242,254,.1)}.sm\:bg-sky-100\/100{background-color:#e0f2fe}.sm\:bg-sky-100\/15{background-color:rgba(224,242,254,.15)}.sm\:bg-sky-100\/20{background-color:rgba(224,242,254,.2)}.sm\:bg-sky-100\/25{background-color:rgba(224,242,254,.25)}.sm\:bg-sky-100\/30{background-color:rgba(224,242,254,.3)}.sm\:bg-sky-100\/35{background-color:rgba(224,242,254,.35)}.sm\:bg-sky-100\/40{background-color:rgba(224,242,254,.4)}.sm\:bg-sky-100\/45{background-color:rgba(224,242,254,.45)}.sm\:bg-sky-100\/5{background-color:rgba(224,242,254,.05)}.sm\:bg-sky-100\/50{background-color:rgba(224,242,254,.5)}.sm\:bg-sky-100\/55{background-color:rgba(224,242,254,.55)}.sm\:bg-sky-100\/60{background-color:rgba(224,242,254,.6)}.sm\:bg-sky-100\/65{background-color:rgba(224,242,254,.65)}.sm\:bg-sky-100\/70{background-color:rgba(224,242,254,.7)}.sm\:bg-sky-100\/75{background-color:rgba(224,242,254,.75)}.sm\:bg-sky-100\/80{background-color:rgba(224,242,254,.8)}.sm\:bg-sky-100\/85{background-color:rgba(224,242,254,.85)}.sm\:bg-sky-100\/90{background-color:rgba(224,242,254,.9)}.sm\:bg-sky-100\/95{background-color:rgba(224,242,254,.95)}.sm\:bg-sky-200{--tw-bg-opacity:1;background-color:rgba(186,230,253,var(--tw-bg-opacity))}.sm\:bg-sky-200\/0{background-color:rgba(186,230,253,0)}.sm\:bg-sky-200\/10{background-color:rgba(186,230,253,.1)}.sm\:bg-sky-200\/100{background-color:#bae6fd}.sm\:bg-sky-200\/15{background-color:rgba(186,230,253,.15)}.sm\:bg-sky-200\/20{background-color:rgba(186,230,253,.2)}.sm\:bg-sky-200\/25{background-color:rgba(186,230,253,.25)}.sm\:bg-sky-200\/30{background-color:rgba(186,230,253,.3)}.sm\:bg-sky-200\/35{background-color:rgba(186,230,253,.35)}.sm\:bg-sky-200\/40{background-color:rgba(186,230,253,.4)}.sm\:bg-sky-200\/45{background-color:rgba(186,230,253,.45)}.sm\:bg-sky-200\/5{background-color:rgba(186,230,253,.05)}.sm\:bg-sky-200\/50{background-color:rgba(186,230,253,.5)}.sm\:bg-sky-200\/55{background-color:rgba(186,230,253,.55)}.sm\:bg-sky-200\/60{background-color:rgba(186,230,253,.6)}.sm\:bg-sky-200\/65{background-color:rgba(186,230,253,.65)}.sm\:bg-sky-200\/70{background-color:rgba(186,230,253,.7)}.sm\:bg-sky-200\/75{background-color:rgba(186,230,253,.75)}.sm\:bg-sky-200\/80{background-color:rgba(186,230,253,.8)}.sm\:bg-sky-200\/85{background-color:rgba(186,230,253,.85)}.sm\:bg-sky-200\/90{background-color:rgba(186,230,253,.9)}.sm\:bg-sky-200\/95{background-color:rgba(186,230,253,.95)}.sm\:bg-sky-300{--tw-bg-opacity:1;background-color:rgba(125,211,252,var(--tw-bg-opacity))}.sm\:bg-sky-300\/0{background-color:rgba(125,211,252,0)}.sm\:bg-sky-300\/10{background-color:rgba(125,211,252,.1)}.sm\:bg-sky-300\/100{background-color:#7dd3fc}.sm\:bg-sky-300\/15{background-color:rgba(125,211,252,.15)}.sm\:bg-sky-300\/20{background-color:rgba(125,211,252,.2)}.sm\:bg-sky-300\/25{background-color:rgba(125,211,252,.25)}.sm\:bg-sky-300\/30{background-color:rgba(125,211,252,.3)}.sm\:bg-sky-300\/35{background-color:rgba(125,211,252,.35)}.sm\:bg-sky-300\/40{background-color:rgba(125,211,252,.4)}.sm\:bg-sky-300\/45{background-color:rgba(125,211,252,.45)}.sm\:bg-sky-300\/5{background-color:rgba(125,211,252,.05)}.sm\:bg-sky-300\/50{background-color:rgba(125,211,252,.5)}.sm\:bg-sky-300\/55{background-color:rgba(125,211,252,.55)}.sm\:bg-sky-300\/60{background-color:rgba(125,211,252,.6)}.sm\:bg-sky-300\/65{background-color:rgba(125,211,252,.65)}.sm\:bg-sky-300\/70{background-color:rgba(125,211,252,.7)}.sm\:bg-sky-300\/75{background-color:rgba(125,211,252,.75)}.sm\:bg-sky-300\/80{background-color:rgba(125,211,252,.8)}.sm\:bg-sky-300\/85{background-color:rgba(125,211,252,.85)}.sm\:bg-sky-300\/90{background-color:rgba(125,211,252,.9)}.sm\:bg-sky-300\/95{background-color:rgba(125,211,252,.95)}.sm\:bg-sky-400{--tw-bg-opacity:1;background-color:rgba(56,189,248,var(--tw-bg-opacity))}.sm\:bg-sky-400\/0{background-color:rgba(56,189,248,0)}.sm\:bg-sky-400\/10{background-color:rgba(56,189,248,.1)}.sm\:bg-sky-400\/100{background-color:#38bdf8}.sm\:bg-sky-400\/15{background-color:rgba(56,189,248,.15)}.sm\:bg-sky-400\/20{background-color:rgba(56,189,248,.2)}.sm\:bg-sky-400\/25{background-color:rgba(56,189,248,.25)}.sm\:bg-sky-400\/30{background-color:rgba(56,189,248,.3)}.sm\:bg-sky-400\/35{background-color:rgba(56,189,248,.35)}.sm\:bg-sky-400\/40{background-color:rgba(56,189,248,.4)}.sm\:bg-sky-400\/45{background-color:rgba(56,189,248,.45)}.sm\:bg-sky-400\/5{background-color:rgba(56,189,248,.05)}.sm\:bg-sky-400\/50{background-color:rgba(56,189,248,.5)}.sm\:bg-sky-400\/55{background-color:rgba(56,189,248,.55)}.sm\:bg-sky-400\/60{background-color:rgba(56,189,248,.6)}.sm\:bg-sky-400\/65{background-color:rgba(56,189,248,.65)}.sm\:bg-sky-400\/70{background-color:rgba(56,189,248,.7)}.sm\:bg-sky-400\/75{background-color:rgba(56,189,248,.75)}.sm\:bg-sky-400\/80{background-color:rgba(56,189,248,.8)}.sm\:bg-sky-400\/85{background-color:rgba(56,189,248,.85)}.sm\:bg-sky-400\/90{background-color:rgba(56,189,248,.9)}.sm\:bg-sky-400\/95{background-color:rgba(56,189,248,.95)}.sm\:bg-sky-50{--tw-bg-opacity:1;background-color:rgba(240,249,255,var(--tw-bg-opacity))}.sm\:bg-sky-50\/0{background-color:rgba(240,249,255,0)}.sm\:bg-sky-50\/10{background-color:rgba(240,249,255,.1)}.sm\:bg-sky-50\/100{background-color:#f0f9ff}.sm\:bg-sky-50\/15{background-color:rgba(240,249,255,.15)}.sm\:bg-sky-50\/20{background-color:rgba(240,249,255,.2)}.sm\:bg-sky-50\/25{background-color:rgba(240,249,255,.25)}.sm\:bg-sky-50\/30{background-color:rgba(240,249,255,.3)}.sm\:bg-sky-50\/35{background-color:rgba(240,249,255,.35)}.sm\:bg-sky-50\/40{background-color:rgba(240,249,255,.4)}.sm\:bg-sky-50\/45{background-color:rgba(240,249,255,.45)}.sm\:bg-sky-50\/5{background-color:rgba(240,249,255,.05)}.sm\:bg-sky-50\/50{background-color:rgba(240,249,255,.5)}.sm\:bg-sky-50\/55{background-color:rgba(240,249,255,.55)}.sm\:bg-sky-50\/60{background-color:rgba(240,249,255,.6)}.sm\:bg-sky-50\/65{background-color:rgba(240,249,255,.65)}.sm\:bg-sky-50\/70{background-color:rgba(240,249,255,.7)}.sm\:bg-sky-50\/75{background-color:rgba(240,249,255,.75)}.sm\:bg-sky-50\/80{background-color:rgba(240,249,255,.8)}.sm\:bg-sky-50\/85{background-color:rgba(240,249,255,.85)}.sm\:bg-sky-50\/90{background-color:rgba(240,249,255,.9)}.sm\:bg-sky-50\/95{background-color:rgba(240,249,255,.95)}.sm\:bg-sky-500{--tw-bg-opacity:1;background-color:rgba(14,165,233,var(--tw-bg-opacity))}.sm\:bg-sky-500\/0{background-color:rgba(14,165,233,0)}.sm\:bg-sky-500\/10{background-color:rgba(14,165,233,.1)}.sm\:bg-sky-500\/100{background-color:#0ea5e9}.sm\:bg-sky-500\/15{background-color:rgba(14,165,233,.15)}.sm\:bg-sky-500\/20{background-color:rgba(14,165,233,.2)}.sm\:bg-sky-500\/25{background-color:rgba(14,165,233,.25)}.sm\:bg-sky-500\/30{background-color:rgba(14,165,233,.3)}.sm\:bg-sky-500\/35{background-color:rgba(14,165,233,.35)}.sm\:bg-sky-500\/40{background-color:rgba(14,165,233,.4)}.sm\:bg-sky-500\/45{background-color:rgba(14,165,233,.45)}.sm\:bg-sky-500\/5{background-color:rgba(14,165,233,.05)}.sm\:bg-sky-500\/50{background-color:rgba(14,165,233,.5)}.sm\:bg-sky-500\/55{background-color:rgba(14,165,233,.55)}.sm\:bg-sky-500\/60{background-color:rgba(14,165,233,.6)}.sm\:bg-sky-500\/65{background-color:rgba(14,165,233,.65)}.sm\:bg-sky-500\/70{background-color:rgba(14,165,233,.7)}.sm\:bg-sky-500\/75{background-color:rgba(14,165,233,.75)}.sm\:bg-sky-500\/80{background-color:rgba(14,165,233,.8)}.sm\:bg-sky-500\/85{background-color:rgba(14,165,233,.85)}.sm\:bg-sky-500\/90{background-color:rgba(14,165,233,.9)}.sm\:bg-sky-500\/95{background-color:rgba(14,165,233,.95)}.sm\:bg-sky-600{--tw-bg-opacity:1;background-color:rgba(2,132,199,var(--tw-bg-opacity))}.sm\:bg-sky-600\/0{background-color:rgba(2,132,199,0)}.sm\:bg-sky-600\/10{background-color:rgba(2,132,199,.1)}.sm\:bg-sky-600\/100{background-color:#0284c7}.sm\:bg-sky-600\/15{background-color:rgba(2,132,199,.15)}.sm\:bg-sky-600\/20{background-color:rgba(2,132,199,.2)}.sm\:bg-sky-600\/25{background-color:rgba(2,132,199,.25)}.sm\:bg-sky-600\/30{background-color:rgba(2,132,199,.3)}.sm\:bg-sky-600\/35{background-color:rgba(2,132,199,.35)}.sm\:bg-sky-600\/40{background-color:rgba(2,132,199,.4)}.sm\:bg-sky-600\/45{background-color:rgba(2,132,199,.45)}.sm\:bg-sky-600\/5{background-color:rgba(2,132,199,.05)}.sm\:bg-sky-600\/50{background-color:rgba(2,132,199,.5)}.sm\:bg-sky-600\/55{background-color:rgba(2,132,199,.55)}.sm\:bg-sky-600\/60{background-color:rgba(2,132,199,.6)}.sm\:bg-sky-600\/65{background-color:rgba(2,132,199,.65)}.sm\:bg-sky-600\/70{background-color:rgba(2,132,199,.7)}.sm\:bg-sky-600\/75{background-color:rgba(2,132,199,.75)}.sm\:bg-sky-600\/80{background-color:rgba(2,132,199,.8)}.sm\:bg-sky-600\/85{background-color:rgba(2,132,199,.85)}.sm\:bg-sky-600\/90{background-color:rgba(2,132,199,.9)}.sm\:bg-sky-600\/95{background-color:rgba(2,132,199,.95)}.sm\:bg-sky-700{--tw-bg-opacity:1;background-color:rgba(3,105,161,var(--tw-bg-opacity))}.sm\:bg-sky-700\/0{background-color:rgba(3,105,161,0)}.sm\:bg-sky-700\/10{background-color:rgba(3,105,161,.1)}.sm\:bg-sky-700\/100{background-color:#0369a1}.sm\:bg-sky-700\/15{background-color:rgba(3,105,161,.15)}.sm\:bg-sky-700\/20{background-color:rgba(3,105,161,.2)}.sm\:bg-sky-700\/25{background-color:rgba(3,105,161,.25)}.sm\:bg-sky-700\/30{background-color:rgba(3,105,161,.3)}.sm\:bg-sky-700\/35{background-color:rgba(3,105,161,.35)}.sm\:bg-sky-700\/40{background-color:rgba(3,105,161,.4)}.sm\:bg-sky-700\/45{background-color:rgba(3,105,161,.45)}.sm\:bg-sky-700\/5{background-color:rgba(3,105,161,.05)}.sm\:bg-sky-700\/50{background-color:rgba(3,105,161,.5)}.sm\:bg-sky-700\/55{background-color:rgba(3,105,161,.55)}.sm\:bg-sky-700\/60{background-color:rgba(3,105,161,.6)}.sm\:bg-sky-700\/65{background-color:rgba(3,105,161,.65)}.sm\:bg-sky-700\/70{background-color:rgba(3,105,161,.7)}.sm\:bg-sky-700\/75{background-color:rgba(3,105,161,.75)}.sm\:bg-sky-700\/80{background-color:rgba(3,105,161,.8)}.sm\:bg-sky-700\/85{background-color:rgba(3,105,161,.85)}.sm\:bg-sky-700\/90{background-color:rgba(3,105,161,.9)}.sm\:bg-sky-700\/95{background-color:rgba(3,105,161,.95)}.sm\:bg-sky-800{--tw-bg-opacity:1;background-color:rgba(7,89,133,var(--tw-bg-opacity))}.sm\:bg-sky-800\/0{background-color:rgba(7,89,133,0)}.sm\:bg-sky-800\/10{background-color:rgba(7,89,133,.1)}.sm\:bg-sky-800\/100{background-color:#075985}.sm\:bg-sky-800\/15{background-color:rgba(7,89,133,.15)}.sm\:bg-sky-800\/20{background-color:rgba(7,89,133,.2)}.sm\:bg-sky-800\/25{background-color:rgba(7,89,133,.25)}.sm\:bg-sky-800\/30{background-color:rgba(7,89,133,.3)}.sm\:bg-sky-800\/35{background-color:rgba(7,89,133,.35)}.sm\:bg-sky-800\/40{background-color:rgba(7,89,133,.4)}.sm\:bg-sky-800\/45{background-color:rgba(7,89,133,.45)}.sm\:bg-sky-800\/5{background-color:rgba(7,89,133,.05)}.sm\:bg-sky-800\/50{background-color:rgba(7,89,133,.5)}.sm\:bg-sky-800\/55{background-color:rgba(7,89,133,.55)}.sm\:bg-sky-800\/60{background-color:rgba(7,89,133,.6)}.sm\:bg-sky-800\/65{background-color:rgba(7,89,133,.65)}.sm\:bg-sky-800\/70{background-color:rgba(7,89,133,.7)}.sm\:bg-sky-800\/75{background-color:rgba(7,89,133,.75)}.sm\:bg-sky-800\/80{background-color:rgba(7,89,133,.8)}.sm\:bg-sky-800\/85{background-color:rgba(7,89,133,.85)}.sm\:bg-sky-800\/90{background-color:rgba(7,89,133,.9)}.sm\:bg-sky-800\/95{background-color:rgba(7,89,133,.95)}.sm\:bg-sky-900{--tw-bg-opacity:1;background-color:rgba(12,74,110,var(--tw-bg-opacity))}.sm\:bg-sky-900\/0{background-color:rgba(12,74,110,0)}.sm\:bg-sky-900\/10{background-color:rgba(12,74,110,.1)}.sm\:bg-sky-900\/100{background-color:#0c4a6e}.sm\:bg-sky-900\/15{background-color:rgba(12,74,110,.15)}.sm\:bg-sky-900\/20{background-color:rgba(12,74,110,.2)}.sm\:bg-sky-900\/25{background-color:rgba(12,74,110,.25)}.sm\:bg-sky-900\/30{background-color:rgba(12,74,110,.3)}.sm\:bg-sky-900\/35{background-color:rgba(12,74,110,.35)}.sm\:bg-sky-900\/40{background-color:rgba(12,74,110,.4)}.sm\:bg-sky-900\/45{background-color:rgba(12,74,110,.45)}.sm\:bg-sky-900\/5{background-color:rgba(12,74,110,.05)}.sm\:bg-sky-900\/50{background-color:rgba(12,74,110,.5)}.sm\:bg-sky-900\/55{background-color:rgba(12,74,110,.55)}.sm\:bg-sky-900\/60{background-color:rgba(12,74,110,.6)}.sm\:bg-sky-900\/65{background-color:rgba(12,74,110,.65)}.sm\:bg-sky-900\/70{background-color:rgba(12,74,110,.7)}.sm\:bg-sky-900\/75{background-color:rgba(12,74,110,.75)}.sm\:bg-sky-900\/80{background-color:rgba(12,74,110,.8)}.sm\:bg-sky-900\/85{background-color:rgba(12,74,110,.85)}.sm\:bg-sky-900\/90{background-color:rgba(12,74,110,.9)}.sm\:bg-sky-900\/95{background-color:rgba(12,74,110,.95)}.sm\:bg-sky-950{--tw-bg-opacity:1;background-color:rgba(8,47,73,var(--tw-bg-opacity))}.sm\:bg-sky-950\/0{background-color:rgba(8,47,73,0)}.sm\:bg-sky-950\/10{background-color:rgba(8,47,73,.1)}.sm\:bg-sky-950\/100{background-color:#082f49}.sm\:bg-sky-950\/15{background-color:rgba(8,47,73,.15)}.sm\:bg-sky-950\/20{background-color:rgba(8,47,73,.2)}.sm\:bg-sky-950\/25{background-color:rgba(8,47,73,.25)}.sm\:bg-sky-950\/30{background-color:rgba(8,47,73,.3)}.sm\:bg-sky-950\/35{background-color:rgba(8,47,73,.35)}.sm\:bg-sky-950\/40{background-color:rgba(8,47,73,.4)}.sm\:bg-sky-950\/45{background-color:rgba(8,47,73,.45)}.sm\:bg-sky-950\/5{background-color:rgba(8,47,73,.05)}.sm\:bg-sky-950\/50{background-color:rgba(8,47,73,.5)}.sm\:bg-sky-950\/55{background-color:rgba(8,47,73,.55)}.sm\:bg-sky-950\/60{background-color:rgba(8,47,73,.6)}.sm\:bg-sky-950\/65{background-color:rgba(8,47,73,.65)}.sm\:bg-sky-950\/70{background-color:rgba(8,47,73,.7)}.sm\:bg-sky-950\/75{background-color:rgba(8,47,73,.75)}.sm\:bg-sky-950\/80{background-color:rgba(8,47,73,.8)}.sm\:bg-sky-950\/85{background-color:rgba(8,47,73,.85)}.sm\:bg-sky-950\/90{background-color:rgba(8,47,73,.9)}.sm\:bg-sky-950\/95{background-color:rgba(8,47,73,.95)}.sm\:bg-slate-100{--tw-bg-opacity:1;background-color:rgba(241,245,249,var(--tw-bg-opacity))}.sm\:bg-slate-100\/0{background-color:rgba(241,245,249,0)}.sm\:bg-slate-100\/10{background-color:rgba(241,245,249,.1)}.sm\:bg-slate-100\/100{background-color:#f1f5f9}.sm\:bg-slate-100\/15{background-color:rgba(241,245,249,.15)}.sm\:bg-slate-100\/20{background-color:rgba(241,245,249,.2)}.sm\:bg-slate-100\/25{background-color:rgba(241,245,249,.25)}.sm\:bg-slate-100\/30{background-color:rgba(241,245,249,.3)}.sm\:bg-slate-100\/35{background-color:rgba(241,245,249,.35)}.sm\:bg-slate-100\/40{background-color:rgba(241,245,249,.4)}.sm\:bg-slate-100\/45{background-color:rgba(241,245,249,.45)}.sm\:bg-slate-100\/5{background-color:rgba(241,245,249,.05)}.sm\:bg-slate-100\/50{background-color:rgba(241,245,249,.5)}.sm\:bg-slate-100\/55{background-color:rgba(241,245,249,.55)}.sm\:bg-slate-100\/60{background-color:rgba(241,245,249,.6)}.sm\:bg-slate-100\/65{background-color:rgba(241,245,249,.65)}.sm\:bg-slate-100\/70{background-color:rgba(241,245,249,.7)}.sm\:bg-slate-100\/75{background-color:rgba(241,245,249,.75)}.sm\:bg-slate-100\/80{background-color:rgba(241,245,249,.8)}.sm\:bg-slate-100\/85{background-color:rgba(241,245,249,.85)}.sm\:bg-slate-100\/90{background-color:rgba(241,245,249,.9)}.sm\:bg-slate-100\/95{background-color:rgba(241,245,249,.95)}.sm\:bg-slate-200{--tw-bg-opacity:1;background-color:rgba(226,232,240,var(--tw-bg-opacity))}.sm\:bg-slate-200\/0{background-color:rgba(226,232,240,0)}.sm\:bg-slate-200\/10{background-color:rgba(226,232,240,.1)}.sm\:bg-slate-200\/100{background-color:#e2e8f0}.sm\:bg-slate-200\/15{background-color:rgba(226,232,240,.15)}.sm\:bg-slate-200\/20{background-color:rgba(226,232,240,.2)}.sm\:bg-slate-200\/25{background-color:rgba(226,232,240,.25)}.sm\:bg-slate-200\/30{background-color:rgba(226,232,240,.3)}.sm\:bg-slate-200\/35{background-color:rgba(226,232,240,.35)}.sm\:bg-slate-200\/40{background-color:rgba(226,232,240,.4)}.sm\:bg-slate-200\/45{background-color:rgba(226,232,240,.45)}.sm\:bg-slate-200\/5{background-color:rgba(226,232,240,.05)}.sm\:bg-slate-200\/50{background-color:rgba(226,232,240,.5)}.sm\:bg-slate-200\/55{background-color:rgba(226,232,240,.55)}.sm\:bg-slate-200\/60{background-color:rgba(226,232,240,.6)}.sm\:bg-slate-200\/65{background-color:rgba(226,232,240,.65)}.sm\:bg-slate-200\/70{background-color:rgba(226,232,240,.7)}.sm\:bg-slate-200\/75{background-color:rgba(226,232,240,.75)}.sm\:bg-slate-200\/80{background-color:rgba(226,232,240,.8)}.sm\:bg-slate-200\/85{background-color:rgba(226,232,240,.85)}.sm\:bg-slate-200\/90{background-color:rgba(226,232,240,.9)}.sm\:bg-slate-200\/95{background-color:rgba(226,232,240,.95)}.sm\:bg-slate-300{--tw-bg-opacity:1;background-color:rgba(203,213,225,var(--tw-bg-opacity))}.sm\:bg-slate-300\/0{background-color:rgba(203,213,225,0)}.sm\:bg-slate-300\/10{background-color:rgba(203,213,225,.1)}.sm\:bg-slate-300\/100{background-color:#cbd5e1}.sm\:bg-slate-300\/15{background-color:rgba(203,213,225,.15)}.sm\:bg-slate-300\/20{background-color:rgba(203,213,225,.2)}.sm\:bg-slate-300\/25{background-color:rgba(203,213,225,.25)}.sm\:bg-slate-300\/30{background-color:rgba(203,213,225,.3)}.sm\:bg-slate-300\/35{background-color:rgba(203,213,225,.35)}.sm\:bg-slate-300\/40{background-color:rgba(203,213,225,.4)}.sm\:bg-slate-300\/45{background-color:rgba(203,213,225,.45)}.sm\:bg-slate-300\/5{background-color:rgba(203,213,225,.05)}.sm\:bg-slate-300\/50{background-color:rgba(203,213,225,.5)}.sm\:bg-slate-300\/55{background-color:rgba(203,213,225,.55)}.sm\:bg-slate-300\/60{background-color:rgba(203,213,225,.6)}.sm\:bg-slate-300\/65{background-color:rgba(203,213,225,.65)}.sm\:bg-slate-300\/70{background-color:rgba(203,213,225,.7)}.sm\:bg-slate-300\/75{background-color:rgba(203,213,225,.75)}.sm\:bg-slate-300\/80{background-color:rgba(203,213,225,.8)}.sm\:bg-slate-300\/85{background-color:rgba(203,213,225,.85)}.sm\:bg-slate-300\/90{background-color:rgba(203,213,225,.9)}.sm\:bg-slate-300\/95{background-color:rgba(203,213,225,.95)}.sm\:bg-slate-400{--tw-bg-opacity:1;background-color:rgba(148,163,184,var(--tw-bg-opacity))}.sm\:bg-slate-400\/0{background-color:rgba(148,163,184,0)}.sm\:bg-slate-400\/10{background-color:rgba(148,163,184,.1)}.sm\:bg-slate-400\/100{background-color:#94a3b8}.sm\:bg-slate-400\/15{background-color:rgba(148,163,184,.15)}.sm\:bg-slate-400\/20{background-color:rgba(148,163,184,.2)}.sm\:bg-slate-400\/25{background-color:rgba(148,163,184,.25)}.sm\:bg-slate-400\/30{background-color:rgba(148,163,184,.3)}.sm\:bg-slate-400\/35{background-color:rgba(148,163,184,.35)}.sm\:bg-slate-400\/40{background-color:rgba(148,163,184,.4)}.sm\:bg-slate-400\/45{background-color:rgba(148,163,184,.45)}.sm\:bg-slate-400\/5{background-color:rgba(148,163,184,.05)}.sm\:bg-slate-400\/50{background-color:rgba(148,163,184,.5)}.sm\:bg-slate-400\/55{background-color:rgba(148,163,184,.55)}.sm\:bg-slate-400\/60{background-color:rgba(148,163,184,.6)}.sm\:bg-slate-400\/65{background-color:rgba(148,163,184,.65)}.sm\:bg-slate-400\/70{background-color:rgba(148,163,184,.7)}.sm\:bg-slate-400\/75{background-color:rgba(148,163,184,.75)}.sm\:bg-slate-400\/80{background-color:rgba(148,163,184,.8)}.sm\:bg-slate-400\/85{background-color:rgba(148,163,184,.85)}.sm\:bg-slate-400\/90{background-color:rgba(148,163,184,.9)}.sm\:bg-slate-400\/95{background-color:rgba(148,163,184,.95)}.sm\:bg-slate-50{--tw-bg-opacity:1;background-color:rgba(248,250,252,var(--tw-bg-opacity))}.sm\:bg-slate-50\/0{background-color:rgba(248,250,252,0)}.sm\:bg-slate-50\/10{background-color:rgba(248,250,252,.1)}.sm\:bg-slate-50\/100{background-color:#f8fafc}.sm\:bg-slate-50\/15{background-color:rgba(248,250,252,.15)}.sm\:bg-slate-50\/20{background-color:rgba(248,250,252,.2)}.sm\:bg-slate-50\/25{background-color:rgba(248,250,252,.25)}.sm\:bg-slate-50\/30{background-color:rgba(248,250,252,.3)}.sm\:bg-slate-50\/35{background-color:rgba(248,250,252,.35)}.sm\:bg-slate-50\/40{background-color:rgba(248,250,252,.4)}.sm\:bg-slate-50\/45{background-color:rgba(248,250,252,.45)}.sm\:bg-slate-50\/5{background-color:rgba(248,250,252,.05)}.sm\:bg-slate-50\/50{background-color:rgba(248,250,252,.5)}.sm\:bg-slate-50\/55{background-color:rgba(248,250,252,.55)}.sm\:bg-slate-50\/60{background-color:rgba(248,250,252,.6)}.sm\:bg-slate-50\/65{background-color:rgba(248,250,252,.65)}.sm\:bg-slate-50\/70{background-color:rgba(248,250,252,.7)}.sm\:bg-slate-50\/75{background-color:rgba(248,250,252,.75)}.sm\:bg-slate-50\/80{background-color:rgba(248,250,252,.8)}.sm\:bg-slate-50\/85{background-color:rgba(248,250,252,.85)}.sm\:bg-slate-50\/90{background-color:rgba(248,250,252,.9)}.sm\:bg-slate-50\/95{background-color:rgba(248,250,252,.95)}.sm\:bg-slate-500{--tw-bg-opacity:1;background-color:rgba(100,116,139,var(--tw-bg-opacity))}.sm\:bg-slate-500\/0{background-color:rgba(100,116,139,0)}.sm\:bg-slate-500\/10{background-color:rgba(100,116,139,.1)}.sm\:bg-slate-500\/100{background-color:#64748b}.sm\:bg-slate-500\/15{background-color:rgba(100,116,139,.15)}.sm\:bg-slate-500\/20{background-color:rgba(100,116,139,.2)}.sm\:bg-slate-500\/25{background-color:rgba(100,116,139,.25)}.sm\:bg-slate-500\/30{background-color:rgba(100,116,139,.3)}.sm\:bg-slate-500\/35{background-color:rgba(100,116,139,.35)}.sm\:bg-slate-500\/40{background-color:rgba(100,116,139,.4)}.sm\:bg-slate-500\/45{background-color:rgba(100,116,139,.45)}.sm\:bg-slate-500\/5{background-color:rgba(100,116,139,.05)}.sm\:bg-slate-500\/50{background-color:rgba(100,116,139,.5)}.sm\:bg-slate-500\/55{background-color:rgba(100,116,139,.55)}.sm\:bg-slate-500\/60{background-color:rgba(100,116,139,.6)}.sm\:bg-slate-500\/65{background-color:rgba(100,116,139,.65)}.sm\:bg-slate-500\/70{background-color:rgba(100,116,139,.7)}.sm\:bg-slate-500\/75{background-color:rgba(100,116,139,.75)}.sm\:bg-slate-500\/80{background-color:rgba(100,116,139,.8)}.sm\:bg-slate-500\/85{background-color:rgba(100,116,139,.85)}.sm\:bg-slate-500\/90{background-color:rgba(100,116,139,.9)}.sm\:bg-slate-500\/95{background-color:rgba(100,116,139,.95)}.sm\:bg-slate-600{--tw-bg-opacity:1;background-color:rgba(71,85,105,var(--tw-bg-opacity))}.sm\:bg-slate-600\/0{background-color:rgba(71,85,105,0)}.sm\:bg-slate-600\/10{background-color:rgba(71,85,105,.1)}.sm\:bg-slate-600\/100{background-color:#475569}.sm\:bg-slate-600\/15{background-color:rgba(71,85,105,.15)}.sm\:bg-slate-600\/20{background-color:rgba(71,85,105,.2)}.sm\:bg-slate-600\/25{background-color:rgba(71,85,105,.25)}.sm\:bg-slate-600\/30{background-color:rgba(71,85,105,.3)}.sm\:bg-slate-600\/35{background-color:rgba(71,85,105,.35)}.sm\:bg-slate-600\/40{background-color:rgba(71,85,105,.4)}.sm\:bg-slate-600\/45{background-color:rgba(71,85,105,.45)}.sm\:bg-slate-600\/5{background-color:rgba(71,85,105,.05)}.sm\:bg-slate-600\/50{background-color:rgba(71,85,105,.5)}.sm\:bg-slate-600\/55{background-color:rgba(71,85,105,.55)}.sm\:bg-slate-600\/60{background-color:rgba(71,85,105,.6)}.sm\:bg-slate-600\/65{background-color:rgba(71,85,105,.65)}.sm\:bg-slate-600\/70{background-color:rgba(71,85,105,.7)}.sm\:bg-slate-600\/75{background-color:rgba(71,85,105,.75)}.sm\:bg-slate-600\/80{background-color:rgba(71,85,105,.8)}.sm\:bg-slate-600\/85{background-color:rgba(71,85,105,.85)}.sm\:bg-slate-600\/90{background-color:rgba(71,85,105,.9)}.sm\:bg-slate-600\/95{background-color:rgba(71,85,105,.95)}.sm\:bg-slate-700{--tw-bg-opacity:1;background-color:rgba(51,65,85,var(--tw-bg-opacity))}.sm\:bg-slate-700\/0{background-color:rgba(51,65,85,0)}.sm\:bg-slate-700\/10{background-color:rgba(51,65,85,.1)}.sm\:bg-slate-700\/100{background-color:#334155}.sm\:bg-slate-700\/15{background-color:rgba(51,65,85,.15)}.sm\:bg-slate-700\/20{background-color:rgba(51,65,85,.2)}.sm\:bg-slate-700\/25{background-color:rgba(51,65,85,.25)}.sm\:bg-slate-700\/30{background-color:rgba(51,65,85,.3)}.sm\:bg-slate-700\/35{background-color:rgba(51,65,85,.35)}.sm\:bg-slate-700\/40{background-color:rgba(51,65,85,.4)}.sm\:bg-slate-700\/45{background-color:rgba(51,65,85,.45)}.sm\:bg-slate-700\/5{background-color:rgba(51,65,85,.05)}.sm\:bg-slate-700\/50{background-color:rgba(51,65,85,.5)}.sm\:bg-slate-700\/55{background-color:rgba(51,65,85,.55)}.sm\:bg-slate-700\/60{background-color:rgba(51,65,85,.6)}.sm\:bg-slate-700\/65{background-color:rgba(51,65,85,.65)}.sm\:bg-slate-700\/70{background-color:rgba(51,65,85,.7)}.sm\:bg-slate-700\/75{background-color:rgba(51,65,85,.75)}.sm\:bg-slate-700\/80{background-color:rgba(51,65,85,.8)}.sm\:bg-slate-700\/85{background-color:rgba(51,65,85,.85)}.sm\:bg-slate-700\/90{background-color:rgba(51,65,85,.9)}.sm\:bg-slate-700\/95{background-color:rgba(51,65,85,.95)}.sm\:bg-slate-800{--tw-bg-opacity:1;background-color:rgba(30,41,59,var(--tw-bg-opacity))}.sm\:bg-slate-800\/0{background-color:rgba(30,41,59,0)}.sm\:bg-slate-800\/10{background-color:rgba(30,41,59,.1)}.sm\:bg-slate-800\/100{background-color:#1e293b}.sm\:bg-slate-800\/15{background-color:rgba(30,41,59,.15)}.sm\:bg-slate-800\/20{background-color:rgba(30,41,59,.2)}.sm\:bg-slate-800\/25{background-color:rgba(30,41,59,.25)}.sm\:bg-slate-800\/30{background-color:rgba(30,41,59,.3)}.sm\:bg-slate-800\/35{background-color:rgba(30,41,59,.35)}.sm\:bg-slate-800\/40{background-color:rgba(30,41,59,.4)}.sm\:bg-slate-800\/45{background-color:rgba(30,41,59,.45)}.sm\:bg-slate-800\/5{background-color:rgba(30,41,59,.05)}.sm\:bg-slate-800\/50{background-color:rgba(30,41,59,.5)}.sm\:bg-slate-800\/55{background-color:rgba(30,41,59,.55)}.sm\:bg-slate-800\/60{background-color:rgba(30,41,59,.6)}.sm\:bg-slate-800\/65{background-color:rgba(30,41,59,.65)}.sm\:bg-slate-800\/70{background-color:rgba(30,41,59,.7)}.sm\:bg-slate-800\/75{background-color:rgba(30,41,59,.75)}.sm\:bg-slate-800\/80{background-color:rgba(30,41,59,.8)}.sm\:bg-slate-800\/85{background-color:rgba(30,41,59,.85)}.sm\:bg-slate-800\/90{background-color:rgba(30,41,59,.9)}.sm\:bg-slate-800\/95{background-color:rgba(30,41,59,.95)}.sm\:bg-slate-900{--tw-bg-opacity:1;background-color:rgba(15,23,42,var(--tw-bg-opacity))}.sm\:bg-slate-900\/0{background-color:rgba(15,23,42,0)}.sm\:bg-slate-900\/10{background-color:rgba(15,23,42,.1)}.sm\:bg-slate-900\/100{background-color:#0f172a}.sm\:bg-slate-900\/15{background-color:rgba(15,23,42,.15)}.sm\:bg-slate-900\/20{background-color:rgba(15,23,42,.2)}.sm\:bg-slate-900\/25{background-color:rgba(15,23,42,.25)}.sm\:bg-slate-900\/30{background-color:rgba(15,23,42,.3)}.sm\:bg-slate-900\/35{background-color:rgba(15,23,42,.35)}.sm\:bg-slate-900\/40{background-color:rgba(15,23,42,.4)}.sm\:bg-slate-900\/45{background-color:rgba(15,23,42,.45)}.sm\:bg-slate-900\/5{background-color:rgba(15,23,42,.05)}.sm\:bg-slate-900\/50{background-color:rgba(15,23,42,.5)}.sm\:bg-slate-900\/55{background-color:rgba(15,23,42,.55)}.sm\:bg-slate-900\/60{background-color:rgba(15,23,42,.6)}.sm\:bg-slate-900\/65{background-color:rgba(15,23,42,.65)}.sm\:bg-slate-900\/70{background-color:rgba(15,23,42,.7)}.sm\:bg-slate-900\/75{background-color:rgba(15,23,42,.75)}.sm\:bg-slate-900\/80{background-color:rgba(15,23,42,.8)}.sm\:bg-slate-900\/85{background-color:rgba(15,23,42,.85)}.sm\:bg-slate-900\/90{background-color:rgba(15,23,42,.9)}.sm\:bg-slate-900\/95{background-color:rgba(15,23,42,.95)}.sm\:bg-slate-950{--tw-bg-opacity:1;background-color:rgba(2,6,23,var(--tw-bg-opacity))}.sm\:bg-slate-950\/0{background-color:rgba(2,6,23,0)}.sm\:bg-slate-950\/10{background-color:rgba(2,6,23,.1)}.sm\:bg-slate-950\/100{background-color:#020617}.sm\:bg-slate-950\/15{background-color:rgba(2,6,23,.15)}.sm\:bg-slate-950\/20{background-color:rgba(2,6,23,.2)}.sm\:bg-slate-950\/25{background-color:rgba(2,6,23,.25)}.sm\:bg-slate-950\/30{background-color:rgba(2,6,23,.3)}.sm\:bg-slate-950\/35{background-color:rgba(2,6,23,.35)}.sm\:bg-slate-950\/40{background-color:rgba(2,6,23,.4)}.sm\:bg-slate-950\/45{background-color:rgba(2,6,23,.45)}.sm\:bg-slate-950\/5{background-color:rgba(2,6,23,.05)}.sm\:bg-slate-950\/50{background-color:rgba(2,6,23,.5)}.sm\:bg-slate-950\/55{background-color:rgba(2,6,23,.55)}.sm\:bg-slate-950\/60{background-color:rgba(2,6,23,.6)}.sm\:bg-slate-950\/65{background-color:rgba(2,6,23,.65)}.sm\:bg-slate-950\/70{background-color:rgba(2,6,23,.7)}.sm\:bg-slate-950\/75{background-color:rgba(2,6,23,.75)}.sm\:bg-slate-950\/80{background-color:rgba(2,6,23,.8)}.sm\:bg-slate-950\/85{background-color:rgba(2,6,23,.85)}.sm\:bg-slate-950\/90{background-color:rgba(2,6,23,.9)}.sm\:bg-slate-950\/95{background-color:rgba(2,6,23,.95)}.sm\:bg-stone-100{--tw-bg-opacity:1;background-color:rgba(245,245,244,var(--tw-bg-opacity))}.sm\:bg-stone-100\/0{background-color:hsla(60,5%,96%,0)}.sm\:bg-stone-100\/10{background-color:hsla(60,5%,96%,.1)}.sm\:bg-stone-100\/100{background-color:#f5f5f4}.sm\:bg-stone-100\/15{background-color:hsla(60,5%,96%,.15)}.sm\:bg-stone-100\/20{background-color:hsla(60,5%,96%,.2)}.sm\:bg-stone-100\/25{background-color:hsla(60,5%,96%,.25)}.sm\:bg-stone-100\/30{background-color:hsla(60,5%,96%,.3)}.sm\:bg-stone-100\/35{background-color:hsla(60,5%,96%,.35)}.sm\:bg-stone-100\/40{background-color:hsla(60,5%,96%,.4)}.sm\:bg-stone-100\/45{background-color:hsla(60,5%,96%,.45)}.sm\:bg-stone-100\/5{background-color:hsla(60,5%,96%,.05)}.sm\:bg-stone-100\/50{background-color:hsla(60,5%,96%,.5)}.sm\:bg-stone-100\/55{background-color:hsla(60,5%,96%,.55)}.sm\:bg-stone-100\/60{background-color:hsla(60,5%,96%,.6)}.sm\:bg-stone-100\/65{background-color:hsla(60,5%,96%,.65)}.sm\:bg-stone-100\/70{background-color:hsla(60,5%,96%,.7)}.sm\:bg-stone-100\/75{background-color:hsla(60,5%,96%,.75)}.sm\:bg-stone-100\/80{background-color:hsla(60,5%,96%,.8)}.sm\:bg-stone-100\/85{background-color:hsla(60,5%,96%,.85)}.sm\:bg-stone-100\/90{background-color:hsla(60,5%,96%,.9)}.sm\:bg-stone-100\/95{background-color:hsla(60,5%,96%,.95)}.sm\:bg-stone-200{--tw-bg-opacity:1;background-color:rgba(231,229,228,var(--tw-bg-opacity))}.sm\:bg-stone-200\/0{background-color:hsla(20,6%,90%,0)}.sm\:bg-stone-200\/10{background-color:hsla(20,6%,90%,.1)}.sm\:bg-stone-200\/100{background-color:#e7e5e4}.sm\:bg-stone-200\/15{background-color:hsla(20,6%,90%,.15)}.sm\:bg-stone-200\/20{background-color:hsla(20,6%,90%,.2)}.sm\:bg-stone-200\/25{background-color:hsla(20,6%,90%,.25)}.sm\:bg-stone-200\/30{background-color:hsla(20,6%,90%,.3)}.sm\:bg-stone-200\/35{background-color:hsla(20,6%,90%,.35)}.sm\:bg-stone-200\/40{background-color:hsla(20,6%,90%,.4)}.sm\:bg-stone-200\/45{background-color:hsla(20,6%,90%,.45)}.sm\:bg-stone-200\/5{background-color:hsla(20,6%,90%,.05)}.sm\:bg-stone-200\/50{background-color:hsla(20,6%,90%,.5)}.sm\:bg-stone-200\/55{background-color:hsla(20,6%,90%,.55)}.sm\:bg-stone-200\/60{background-color:hsla(20,6%,90%,.6)}.sm\:bg-stone-200\/65{background-color:hsla(20,6%,90%,.65)}.sm\:bg-stone-200\/70{background-color:hsla(20,6%,90%,.7)}.sm\:bg-stone-200\/75{background-color:hsla(20,6%,90%,.75)}.sm\:bg-stone-200\/80{background-color:hsla(20,6%,90%,.8)}.sm\:bg-stone-200\/85{background-color:hsla(20,6%,90%,.85)}.sm\:bg-stone-200\/90{background-color:hsla(20,6%,90%,.9)}.sm\:bg-stone-200\/95{background-color:hsla(20,6%,90%,.95)}.sm\:bg-stone-300{--tw-bg-opacity:1;background-color:rgba(214,211,209,var(--tw-bg-opacity))}.sm\:bg-stone-300\/0{background-color:hsla(24,6%,83%,0)}.sm\:bg-stone-300\/10{background-color:hsla(24,6%,83%,.1)}.sm\:bg-stone-300\/100{background-color:#d6d3d1}.sm\:bg-stone-300\/15{background-color:hsla(24,6%,83%,.15)}.sm\:bg-stone-300\/20{background-color:hsla(24,6%,83%,.2)}.sm\:bg-stone-300\/25{background-color:hsla(24,6%,83%,.25)}.sm\:bg-stone-300\/30{background-color:hsla(24,6%,83%,.3)}.sm\:bg-stone-300\/35{background-color:hsla(24,6%,83%,.35)}.sm\:bg-stone-300\/40{background-color:hsla(24,6%,83%,.4)}.sm\:bg-stone-300\/45{background-color:hsla(24,6%,83%,.45)}.sm\:bg-stone-300\/5{background-color:hsla(24,6%,83%,.05)}.sm\:bg-stone-300\/50{background-color:hsla(24,6%,83%,.5)}.sm\:bg-stone-300\/55{background-color:hsla(24,6%,83%,.55)}.sm\:bg-stone-300\/60{background-color:hsla(24,6%,83%,.6)}.sm\:bg-stone-300\/65{background-color:hsla(24,6%,83%,.65)}.sm\:bg-stone-300\/70{background-color:hsla(24,6%,83%,.7)}.sm\:bg-stone-300\/75{background-color:hsla(24,6%,83%,.75)}.sm\:bg-stone-300\/80{background-color:hsla(24,6%,83%,.8)}.sm\:bg-stone-300\/85{background-color:hsla(24,6%,83%,.85)}.sm\:bg-stone-300\/90{background-color:hsla(24,6%,83%,.9)}.sm\:bg-stone-300\/95{background-color:hsla(24,6%,83%,.95)}.sm\:bg-stone-400{--tw-bg-opacity:1;background-color:rgba(168,162,158,var(--tw-bg-opacity))}.sm\:bg-stone-400\/0{background-color:hsla(24,5%,64%,0)}.sm\:bg-stone-400\/10{background-color:hsla(24,5%,64%,.1)}.sm\:bg-stone-400\/100{background-color:#a8a29e}.sm\:bg-stone-400\/15{background-color:hsla(24,5%,64%,.15)}.sm\:bg-stone-400\/20{background-color:hsla(24,5%,64%,.2)}.sm\:bg-stone-400\/25{background-color:hsla(24,5%,64%,.25)}.sm\:bg-stone-400\/30{background-color:hsla(24,5%,64%,.3)}.sm\:bg-stone-400\/35{background-color:hsla(24,5%,64%,.35)}.sm\:bg-stone-400\/40{background-color:hsla(24,5%,64%,.4)}.sm\:bg-stone-400\/45{background-color:hsla(24,5%,64%,.45)}.sm\:bg-stone-400\/5{background-color:hsla(24,5%,64%,.05)}.sm\:bg-stone-400\/50{background-color:hsla(24,5%,64%,.5)}.sm\:bg-stone-400\/55{background-color:hsla(24,5%,64%,.55)}.sm\:bg-stone-400\/60{background-color:hsla(24,5%,64%,.6)}.sm\:bg-stone-400\/65{background-color:hsla(24,5%,64%,.65)}.sm\:bg-stone-400\/70{background-color:hsla(24,5%,64%,.7)}.sm\:bg-stone-400\/75{background-color:hsla(24,5%,64%,.75)}.sm\:bg-stone-400\/80{background-color:hsla(24,5%,64%,.8)}.sm\:bg-stone-400\/85{background-color:hsla(24,5%,64%,.85)}.sm\:bg-stone-400\/90{background-color:hsla(24,5%,64%,.9)}.sm\:bg-stone-400\/95{background-color:hsla(24,5%,64%,.95)}.sm\:bg-stone-50{--tw-bg-opacity:1;background-color:rgba(250,250,249,var(--tw-bg-opacity))}.sm\:bg-stone-50\/0{background-color:hsla(60,9%,98%,0)}.sm\:bg-stone-50\/10{background-color:hsla(60,9%,98%,.1)}.sm\:bg-stone-50\/100{background-color:#fafaf9}.sm\:bg-stone-50\/15{background-color:hsla(60,9%,98%,.15)}.sm\:bg-stone-50\/20{background-color:hsla(60,9%,98%,.2)}.sm\:bg-stone-50\/25{background-color:hsla(60,9%,98%,.25)}.sm\:bg-stone-50\/30{background-color:hsla(60,9%,98%,.3)}.sm\:bg-stone-50\/35{background-color:hsla(60,9%,98%,.35)}.sm\:bg-stone-50\/40{background-color:hsla(60,9%,98%,.4)}.sm\:bg-stone-50\/45{background-color:hsla(60,9%,98%,.45)}.sm\:bg-stone-50\/5{background-color:hsla(60,9%,98%,.05)}.sm\:bg-stone-50\/50{background-color:hsla(60,9%,98%,.5)}.sm\:bg-stone-50\/55{background-color:hsla(60,9%,98%,.55)}.sm\:bg-stone-50\/60{background-color:hsla(60,9%,98%,.6)}.sm\:bg-stone-50\/65{background-color:hsla(60,9%,98%,.65)}.sm\:bg-stone-50\/70{background-color:hsla(60,9%,98%,.7)}.sm\:bg-stone-50\/75{background-color:hsla(60,9%,98%,.75)}.sm\:bg-stone-50\/80{background-color:hsla(60,9%,98%,.8)}.sm\:bg-stone-50\/85{background-color:hsla(60,9%,98%,.85)}.sm\:bg-stone-50\/90{background-color:hsla(60,9%,98%,.9)}.sm\:bg-stone-50\/95{background-color:hsla(60,9%,98%,.95)}.sm\:bg-stone-500{--tw-bg-opacity:1;background-color:rgba(120,113,108,var(--tw-bg-opacity))}.sm\:bg-stone-500\/0{background-color:hsla(25,5%,45%,0)}.sm\:bg-stone-500\/10{background-color:hsla(25,5%,45%,.1)}.sm\:bg-stone-500\/100{background-color:#78716c}.sm\:bg-stone-500\/15{background-color:hsla(25,5%,45%,.15)}.sm\:bg-stone-500\/20{background-color:hsla(25,5%,45%,.2)}.sm\:bg-stone-500\/25{background-color:hsla(25,5%,45%,.25)}.sm\:bg-stone-500\/30{background-color:hsla(25,5%,45%,.3)}.sm\:bg-stone-500\/35{background-color:hsla(25,5%,45%,.35)}.sm\:bg-stone-500\/40{background-color:hsla(25,5%,45%,.4)}.sm\:bg-stone-500\/45{background-color:hsla(25,5%,45%,.45)}.sm\:bg-stone-500\/5{background-color:hsla(25,5%,45%,.05)}.sm\:bg-stone-500\/50{background-color:hsla(25,5%,45%,.5)}.sm\:bg-stone-500\/55{background-color:hsla(25,5%,45%,.55)}.sm\:bg-stone-500\/60{background-color:hsla(25,5%,45%,.6)}.sm\:bg-stone-500\/65{background-color:hsla(25,5%,45%,.65)}.sm\:bg-stone-500\/70{background-color:hsla(25,5%,45%,.7)}.sm\:bg-stone-500\/75{background-color:hsla(25,5%,45%,.75)}.sm\:bg-stone-500\/80{background-color:hsla(25,5%,45%,.8)}.sm\:bg-stone-500\/85{background-color:hsla(25,5%,45%,.85)}.sm\:bg-stone-500\/90{background-color:hsla(25,5%,45%,.9)}.sm\:bg-stone-500\/95{background-color:hsla(25,5%,45%,.95)}.sm\:bg-stone-600{--tw-bg-opacity:1;background-color:rgba(87,83,78,var(--tw-bg-opacity))}.sm\:bg-stone-600\/0{background-color:rgba(87,83,78,0)}.sm\:bg-stone-600\/10{background-color:rgba(87,83,78,.1)}.sm\:bg-stone-600\/100{background-color:#57534e}.sm\:bg-stone-600\/15{background-color:rgba(87,83,78,.15)}.sm\:bg-stone-600\/20{background-color:rgba(87,83,78,.2)}.sm\:bg-stone-600\/25{background-color:rgba(87,83,78,.25)}.sm\:bg-stone-600\/30{background-color:rgba(87,83,78,.3)}.sm\:bg-stone-600\/35{background-color:rgba(87,83,78,.35)}.sm\:bg-stone-600\/40{background-color:rgba(87,83,78,.4)}.sm\:bg-stone-600\/45{background-color:rgba(87,83,78,.45)}.sm\:bg-stone-600\/5{background-color:rgba(87,83,78,.05)}.sm\:bg-stone-600\/50{background-color:rgba(87,83,78,.5)}.sm\:bg-stone-600\/55{background-color:rgba(87,83,78,.55)}.sm\:bg-stone-600\/60{background-color:rgba(87,83,78,.6)}.sm\:bg-stone-600\/65{background-color:rgba(87,83,78,.65)}.sm\:bg-stone-600\/70{background-color:rgba(87,83,78,.7)}.sm\:bg-stone-600\/75{background-color:rgba(87,83,78,.75)}.sm\:bg-stone-600\/80{background-color:rgba(87,83,78,.8)}.sm\:bg-stone-600\/85{background-color:rgba(87,83,78,.85)}.sm\:bg-stone-600\/90{background-color:rgba(87,83,78,.9)}.sm\:bg-stone-600\/95{background-color:rgba(87,83,78,.95)}.sm\:bg-stone-700{--tw-bg-opacity:1;background-color:rgba(68,64,60,var(--tw-bg-opacity))}.sm\:bg-stone-700\/0{background-color:rgba(68,64,60,0)}.sm\:bg-stone-700\/10{background-color:rgba(68,64,60,.1)}.sm\:bg-stone-700\/100{background-color:#44403c}.sm\:bg-stone-700\/15{background-color:rgba(68,64,60,.15)}.sm\:bg-stone-700\/20{background-color:rgba(68,64,60,.2)}.sm\:bg-stone-700\/25{background-color:rgba(68,64,60,.25)}.sm\:bg-stone-700\/30{background-color:rgba(68,64,60,.3)}.sm\:bg-stone-700\/35{background-color:rgba(68,64,60,.35)}.sm\:bg-stone-700\/40{background-color:rgba(68,64,60,.4)}.sm\:bg-stone-700\/45{background-color:rgba(68,64,60,.45)}.sm\:bg-stone-700\/5{background-color:rgba(68,64,60,.05)}.sm\:bg-stone-700\/50{background-color:rgba(68,64,60,.5)}.sm\:bg-stone-700\/55{background-color:rgba(68,64,60,.55)}.sm\:bg-stone-700\/60{background-color:rgba(68,64,60,.6)}.sm\:bg-stone-700\/65{background-color:rgba(68,64,60,.65)}.sm\:bg-stone-700\/70{background-color:rgba(68,64,60,.7)}.sm\:bg-stone-700\/75{background-color:rgba(68,64,60,.75)}.sm\:bg-stone-700\/80{background-color:rgba(68,64,60,.8)}.sm\:bg-stone-700\/85{background-color:rgba(68,64,60,.85)}.sm\:bg-stone-700\/90{background-color:rgba(68,64,60,.9)}.sm\:bg-stone-700\/95{background-color:rgba(68,64,60,.95)}.sm\:bg-stone-800{--tw-bg-opacity:1;background-color:rgba(41,37,36,var(--tw-bg-opacity))}.sm\:bg-stone-800\/0{background-color:rgba(41,37,36,0)}.sm\:bg-stone-800\/10{background-color:rgba(41,37,36,.1)}.sm\:bg-stone-800\/100{background-color:#292524}.sm\:bg-stone-800\/15{background-color:rgba(41,37,36,.15)}.sm\:bg-stone-800\/20{background-color:rgba(41,37,36,.2)}.sm\:bg-stone-800\/25{background-color:rgba(41,37,36,.25)}.sm\:bg-stone-800\/30{background-color:rgba(41,37,36,.3)}.sm\:bg-stone-800\/35{background-color:rgba(41,37,36,.35)}.sm\:bg-stone-800\/40{background-color:rgba(41,37,36,.4)}.sm\:bg-stone-800\/45{background-color:rgba(41,37,36,.45)}.sm\:bg-stone-800\/5{background-color:rgba(41,37,36,.05)}.sm\:bg-stone-800\/50{background-color:rgba(41,37,36,.5)}.sm\:bg-stone-800\/55{background-color:rgba(41,37,36,.55)}.sm\:bg-stone-800\/60{background-color:rgba(41,37,36,.6)}.sm\:bg-stone-800\/65{background-color:rgba(41,37,36,.65)}.sm\:bg-stone-800\/70{background-color:rgba(41,37,36,.7)}.sm\:bg-stone-800\/75{background-color:rgba(41,37,36,.75)}.sm\:bg-stone-800\/80{background-color:rgba(41,37,36,.8)}.sm\:bg-stone-800\/85{background-color:rgba(41,37,36,.85)}.sm\:bg-stone-800\/90{background-color:rgba(41,37,36,.9)}.sm\:bg-stone-800\/95{background-color:rgba(41,37,36,.95)}.sm\:bg-stone-900{--tw-bg-opacity:1;background-color:rgba(28,25,23,var(--tw-bg-opacity))}.sm\:bg-stone-900\/0{background-color:rgba(28,25,23,0)}.sm\:bg-stone-900\/10{background-color:rgba(28,25,23,.1)}.sm\:bg-stone-900\/100{background-color:#1c1917}.sm\:bg-stone-900\/15{background-color:rgba(28,25,23,.15)}.sm\:bg-stone-900\/20{background-color:rgba(28,25,23,.2)}.sm\:bg-stone-900\/25{background-color:rgba(28,25,23,.25)}.sm\:bg-stone-900\/30{background-color:rgba(28,25,23,.3)}.sm\:bg-stone-900\/35{background-color:rgba(28,25,23,.35)}.sm\:bg-stone-900\/40{background-color:rgba(28,25,23,.4)}.sm\:bg-stone-900\/45{background-color:rgba(28,25,23,.45)}.sm\:bg-stone-900\/5{background-color:rgba(28,25,23,.05)}.sm\:bg-stone-900\/50{background-color:rgba(28,25,23,.5)}.sm\:bg-stone-900\/55{background-color:rgba(28,25,23,.55)}.sm\:bg-stone-900\/60{background-color:rgba(28,25,23,.6)}.sm\:bg-stone-900\/65{background-color:rgba(28,25,23,.65)}.sm\:bg-stone-900\/70{background-color:rgba(28,25,23,.7)}.sm\:bg-stone-900\/75{background-color:rgba(28,25,23,.75)}.sm\:bg-stone-900\/80{background-color:rgba(28,25,23,.8)}.sm\:bg-stone-900\/85{background-color:rgba(28,25,23,.85)}.sm\:bg-stone-900\/90{background-color:rgba(28,25,23,.9)}.sm\:bg-stone-900\/95{background-color:rgba(28,25,23,.95)}.sm\:bg-stone-950{--tw-bg-opacity:1;background-color:rgba(12,10,9,var(--tw-bg-opacity))}.sm\:bg-stone-950\/0{background-color:rgba(12,10,9,0)}.sm\:bg-stone-950\/10{background-color:rgba(12,10,9,.1)}.sm\:bg-stone-950\/100{background-color:#0c0a09}.sm\:bg-stone-950\/15{background-color:rgba(12,10,9,.15)}.sm\:bg-stone-950\/20{background-color:rgba(12,10,9,.2)}.sm\:bg-stone-950\/25{background-color:rgba(12,10,9,.25)}.sm\:bg-stone-950\/30{background-color:rgba(12,10,9,.3)}.sm\:bg-stone-950\/35{background-color:rgba(12,10,9,.35)}.sm\:bg-stone-950\/40{background-color:rgba(12,10,9,.4)}.sm\:bg-stone-950\/45{background-color:rgba(12,10,9,.45)}.sm\:bg-stone-950\/5{background-color:rgba(12,10,9,.05)}.sm\:bg-stone-950\/50{background-color:rgba(12,10,9,.5)}.sm\:bg-stone-950\/55{background-color:rgba(12,10,9,.55)}.sm\:bg-stone-950\/60{background-color:rgba(12,10,9,.6)}.sm\:bg-stone-950\/65{background-color:rgba(12,10,9,.65)}.sm\:bg-stone-950\/70{background-color:rgba(12,10,9,.7)}.sm\:bg-stone-950\/75{background-color:rgba(12,10,9,.75)}.sm\:bg-stone-950\/80{background-color:rgba(12,10,9,.8)}.sm\:bg-stone-950\/85{background-color:rgba(12,10,9,.85)}.sm\:bg-stone-950\/90{background-color:rgba(12,10,9,.9)}.sm\:bg-stone-950\/95{background-color:rgba(12,10,9,.95)}.sm\:bg-teal-100{--tw-bg-opacity:1;background-color:rgba(204,251,241,var(--tw-bg-opacity))}.sm\:bg-teal-100\/0{background-color:rgba(204,251,241,0)}.sm\:bg-teal-100\/10{background-color:rgba(204,251,241,.1)}.sm\:bg-teal-100\/100{background-color:#ccfbf1}.sm\:bg-teal-100\/15{background-color:rgba(204,251,241,.15)}.sm\:bg-teal-100\/20{background-color:rgba(204,251,241,.2)}.sm\:bg-teal-100\/25{background-color:rgba(204,251,241,.25)}.sm\:bg-teal-100\/30{background-color:rgba(204,251,241,.3)}.sm\:bg-teal-100\/35{background-color:rgba(204,251,241,.35)}.sm\:bg-teal-100\/40{background-color:rgba(204,251,241,.4)}.sm\:bg-teal-100\/45{background-color:rgba(204,251,241,.45)}.sm\:bg-teal-100\/5{background-color:rgba(204,251,241,.05)}.sm\:bg-teal-100\/50{background-color:rgba(204,251,241,.5)}.sm\:bg-teal-100\/55{background-color:rgba(204,251,241,.55)}.sm\:bg-teal-100\/60{background-color:rgba(204,251,241,.6)}.sm\:bg-teal-100\/65{background-color:rgba(204,251,241,.65)}.sm\:bg-teal-100\/70{background-color:rgba(204,251,241,.7)}.sm\:bg-teal-100\/75{background-color:rgba(204,251,241,.75)}.sm\:bg-teal-100\/80{background-color:rgba(204,251,241,.8)}.sm\:bg-teal-100\/85{background-color:rgba(204,251,241,.85)}.sm\:bg-teal-100\/90{background-color:rgba(204,251,241,.9)}.sm\:bg-teal-100\/95{background-color:rgba(204,251,241,.95)}.sm\:bg-teal-200{--tw-bg-opacity:1;background-color:rgba(153,246,228,var(--tw-bg-opacity))}.sm\:bg-teal-200\/0{background-color:rgba(153,246,228,0)}.sm\:bg-teal-200\/10{background-color:rgba(153,246,228,.1)}.sm\:bg-teal-200\/100{background-color:#99f6e4}.sm\:bg-teal-200\/15{background-color:rgba(153,246,228,.15)}.sm\:bg-teal-200\/20{background-color:rgba(153,246,228,.2)}.sm\:bg-teal-200\/25{background-color:rgba(153,246,228,.25)}.sm\:bg-teal-200\/30{background-color:rgba(153,246,228,.3)}.sm\:bg-teal-200\/35{background-color:rgba(153,246,228,.35)}.sm\:bg-teal-200\/40{background-color:rgba(153,246,228,.4)}.sm\:bg-teal-200\/45{background-color:rgba(153,246,228,.45)}.sm\:bg-teal-200\/5{background-color:rgba(153,246,228,.05)}.sm\:bg-teal-200\/50{background-color:rgba(153,246,228,.5)}.sm\:bg-teal-200\/55{background-color:rgba(153,246,228,.55)}.sm\:bg-teal-200\/60{background-color:rgba(153,246,228,.6)}.sm\:bg-teal-200\/65{background-color:rgba(153,246,228,.65)}.sm\:bg-teal-200\/70{background-color:rgba(153,246,228,.7)}.sm\:bg-teal-200\/75{background-color:rgba(153,246,228,.75)}.sm\:bg-teal-200\/80{background-color:rgba(153,246,228,.8)}.sm\:bg-teal-200\/85{background-color:rgba(153,246,228,.85)}.sm\:bg-teal-200\/90{background-color:rgba(153,246,228,.9)}.sm\:bg-teal-200\/95{background-color:rgba(153,246,228,.95)}.sm\:bg-teal-300{--tw-bg-opacity:1;background-color:rgba(94,234,212,var(--tw-bg-opacity))}.sm\:bg-teal-300\/0{background-color:rgba(94,234,212,0)}.sm\:bg-teal-300\/10{background-color:rgba(94,234,212,.1)}.sm\:bg-teal-300\/100{background-color:#5eead4}.sm\:bg-teal-300\/15{background-color:rgba(94,234,212,.15)}.sm\:bg-teal-300\/20{background-color:rgba(94,234,212,.2)}.sm\:bg-teal-300\/25{background-color:rgba(94,234,212,.25)}.sm\:bg-teal-300\/30{background-color:rgba(94,234,212,.3)}.sm\:bg-teal-300\/35{background-color:rgba(94,234,212,.35)}.sm\:bg-teal-300\/40{background-color:rgba(94,234,212,.4)}.sm\:bg-teal-300\/45{background-color:rgba(94,234,212,.45)}.sm\:bg-teal-300\/5{background-color:rgba(94,234,212,.05)}.sm\:bg-teal-300\/50{background-color:rgba(94,234,212,.5)}.sm\:bg-teal-300\/55{background-color:rgba(94,234,212,.55)}.sm\:bg-teal-300\/60{background-color:rgba(94,234,212,.6)}.sm\:bg-teal-300\/65{background-color:rgba(94,234,212,.65)}.sm\:bg-teal-300\/70{background-color:rgba(94,234,212,.7)}.sm\:bg-teal-300\/75{background-color:rgba(94,234,212,.75)}.sm\:bg-teal-300\/80{background-color:rgba(94,234,212,.8)}.sm\:bg-teal-300\/85{background-color:rgba(94,234,212,.85)}.sm\:bg-teal-300\/90{background-color:rgba(94,234,212,.9)}.sm\:bg-teal-300\/95{background-color:rgba(94,234,212,.95)}.sm\:bg-teal-400{--tw-bg-opacity:1;background-color:rgba(45,212,191,var(--tw-bg-opacity))}.sm\:bg-teal-400\/0{background-color:rgba(45,212,191,0)}.sm\:bg-teal-400\/10{background-color:rgba(45,212,191,.1)}.sm\:bg-teal-400\/100{background-color:#2dd4bf}.sm\:bg-teal-400\/15{background-color:rgba(45,212,191,.15)}.sm\:bg-teal-400\/20{background-color:rgba(45,212,191,.2)}.sm\:bg-teal-400\/25{background-color:rgba(45,212,191,.25)}.sm\:bg-teal-400\/30{background-color:rgba(45,212,191,.3)}.sm\:bg-teal-400\/35{background-color:rgba(45,212,191,.35)}.sm\:bg-teal-400\/40{background-color:rgba(45,212,191,.4)}.sm\:bg-teal-400\/45{background-color:rgba(45,212,191,.45)}.sm\:bg-teal-400\/5{background-color:rgba(45,212,191,.05)}.sm\:bg-teal-400\/50{background-color:rgba(45,212,191,.5)}.sm\:bg-teal-400\/55{background-color:rgba(45,212,191,.55)}.sm\:bg-teal-400\/60{background-color:rgba(45,212,191,.6)}.sm\:bg-teal-400\/65{background-color:rgba(45,212,191,.65)}.sm\:bg-teal-400\/70{background-color:rgba(45,212,191,.7)}.sm\:bg-teal-400\/75{background-color:rgba(45,212,191,.75)}.sm\:bg-teal-400\/80{background-color:rgba(45,212,191,.8)}.sm\:bg-teal-400\/85{background-color:rgba(45,212,191,.85)}.sm\:bg-teal-400\/90{background-color:rgba(45,212,191,.9)}.sm\:bg-teal-400\/95{background-color:rgba(45,212,191,.95)}.sm\:bg-teal-50{--tw-bg-opacity:1;background-color:rgba(240,253,250,var(--tw-bg-opacity))}.sm\:bg-teal-50\/0{background-color:rgba(240,253,250,0)}.sm\:bg-teal-50\/10{background-color:rgba(240,253,250,.1)}.sm\:bg-teal-50\/100{background-color:#f0fdfa}.sm\:bg-teal-50\/15{background-color:rgba(240,253,250,.15)}.sm\:bg-teal-50\/20{background-color:rgba(240,253,250,.2)}.sm\:bg-teal-50\/25{background-color:rgba(240,253,250,.25)}.sm\:bg-teal-50\/30{background-color:rgba(240,253,250,.3)}.sm\:bg-teal-50\/35{background-color:rgba(240,253,250,.35)}.sm\:bg-teal-50\/40{background-color:rgba(240,253,250,.4)}.sm\:bg-teal-50\/45{background-color:rgba(240,253,250,.45)}.sm\:bg-teal-50\/5{background-color:rgba(240,253,250,.05)}.sm\:bg-teal-50\/50{background-color:rgba(240,253,250,.5)}.sm\:bg-teal-50\/55{background-color:rgba(240,253,250,.55)}.sm\:bg-teal-50\/60{background-color:rgba(240,253,250,.6)}.sm\:bg-teal-50\/65{background-color:rgba(240,253,250,.65)}.sm\:bg-teal-50\/70{background-color:rgba(240,253,250,.7)}.sm\:bg-teal-50\/75{background-color:rgba(240,253,250,.75)}.sm\:bg-teal-50\/80{background-color:rgba(240,253,250,.8)}.sm\:bg-teal-50\/85{background-color:rgba(240,253,250,.85)}.sm\:bg-teal-50\/90{background-color:rgba(240,253,250,.9)}.sm\:bg-teal-50\/95{background-color:rgba(240,253,250,.95)}.sm\:bg-teal-500{--tw-bg-opacity:1;background-color:rgba(20,184,166,var(--tw-bg-opacity))}.sm\:bg-teal-500\/0{background-color:rgba(20,184,166,0)}.sm\:bg-teal-500\/10{background-color:rgba(20,184,166,.1)}.sm\:bg-teal-500\/100{background-color:#14b8a6}.sm\:bg-teal-500\/15{background-color:rgba(20,184,166,.15)}.sm\:bg-teal-500\/20{background-color:rgba(20,184,166,.2)}.sm\:bg-teal-500\/25{background-color:rgba(20,184,166,.25)}.sm\:bg-teal-500\/30{background-color:rgba(20,184,166,.3)}.sm\:bg-teal-500\/35{background-color:rgba(20,184,166,.35)}.sm\:bg-teal-500\/40{background-color:rgba(20,184,166,.4)}.sm\:bg-teal-500\/45{background-color:rgba(20,184,166,.45)}.sm\:bg-teal-500\/5{background-color:rgba(20,184,166,.05)}.sm\:bg-teal-500\/50{background-color:rgba(20,184,166,.5)}.sm\:bg-teal-500\/55{background-color:rgba(20,184,166,.55)}.sm\:bg-teal-500\/60{background-color:rgba(20,184,166,.6)}.sm\:bg-teal-500\/65{background-color:rgba(20,184,166,.65)}.sm\:bg-teal-500\/70{background-color:rgba(20,184,166,.7)}.sm\:bg-teal-500\/75{background-color:rgba(20,184,166,.75)}.sm\:bg-teal-500\/80{background-color:rgba(20,184,166,.8)}.sm\:bg-teal-500\/85{background-color:rgba(20,184,166,.85)}.sm\:bg-teal-500\/90{background-color:rgba(20,184,166,.9)}.sm\:bg-teal-500\/95{background-color:rgba(20,184,166,.95)}.sm\:bg-teal-600{--tw-bg-opacity:1;background-color:rgba(13,148,136,var(--tw-bg-opacity))}.sm\:bg-teal-600\/0{background-color:rgba(13,148,136,0)}.sm\:bg-teal-600\/10{background-color:rgba(13,148,136,.1)}.sm\:bg-teal-600\/100{background-color:#0d9488}.sm\:bg-teal-600\/15{background-color:rgba(13,148,136,.15)}.sm\:bg-teal-600\/20{background-color:rgba(13,148,136,.2)}.sm\:bg-teal-600\/25{background-color:rgba(13,148,136,.25)}.sm\:bg-teal-600\/30{background-color:rgba(13,148,136,.3)}.sm\:bg-teal-600\/35{background-color:rgba(13,148,136,.35)}.sm\:bg-teal-600\/40{background-color:rgba(13,148,136,.4)}.sm\:bg-teal-600\/45{background-color:rgba(13,148,136,.45)}.sm\:bg-teal-600\/5{background-color:rgba(13,148,136,.05)}.sm\:bg-teal-600\/50{background-color:rgba(13,148,136,.5)}.sm\:bg-teal-600\/55{background-color:rgba(13,148,136,.55)}.sm\:bg-teal-600\/60{background-color:rgba(13,148,136,.6)}.sm\:bg-teal-600\/65{background-color:rgba(13,148,136,.65)}.sm\:bg-teal-600\/70{background-color:rgba(13,148,136,.7)}.sm\:bg-teal-600\/75{background-color:rgba(13,148,136,.75)}.sm\:bg-teal-600\/80{background-color:rgba(13,148,136,.8)}.sm\:bg-teal-600\/85{background-color:rgba(13,148,136,.85)}.sm\:bg-teal-600\/90{background-color:rgba(13,148,136,.9)}.sm\:bg-teal-600\/95{background-color:rgba(13,148,136,.95)}.sm\:bg-teal-700{--tw-bg-opacity:1;background-color:rgba(15,118,110,var(--tw-bg-opacity))}.sm\:bg-teal-700\/0{background-color:rgba(15,118,110,0)}.sm\:bg-teal-700\/10{background-color:rgba(15,118,110,.1)}.sm\:bg-teal-700\/100{background-color:#0f766e}.sm\:bg-teal-700\/15{background-color:rgba(15,118,110,.15)}.sm\:bg-teal-700\/20{background-color:rgba(15,118,110,.2)}.sm\:bg-teal-700\/25{background-color:rgba(15,118,110,.25)}.sm\:bg-teal-700\/30{background-color:rgba(15,118,110,.3)}.sm\:bg-teal-700\/35{background-color:rgba(15,118,110,.35)}.sm\:bg-teal-700\/40{background-color:rgba(15,118,110,.4)}.sm\:bg-teal-700\/45{background-color:rgba(15,118,110,.45)}.sm\:bg-teal-700\/5{background-color:rgba(15,118,110,.05)}.sm\:bg-teal-700\/50{background-color:rgba(15,118,110,.5)}.sm\:bg-teal-700\/55{background-color:rgba(15,118,110,.55)}.sm\:bg-teal-700\/60{background-color:rgba(15,118,110,.6)}.sm\:bg-teal-700\/65{background-color:rgba(15,118,110,.65)}.sm\:bg-teal-700\/70{background-color:rgba(15,118,110,.7)}.sm\:bg-teal-700\/75{background-color:rgba(15,118,110,.75)}.sm\:bg-teal-700\/80{background-color:rgba(15,118,110,.8)}.sm\:bg-teal-700\/85{background-color:rgba(15,118,110,.85)}.sm\:bg-teal-700\/90{background-color:rgba(15,118,110,.9)}.sm\:bg-teal-700\/95{background-color:rgba(15,118,110,.95)}.sm\:bg-teal-800{--tw-bg-opacity:1;background-color:rgba(17,94,89,var(--tw-bg-opacity))}.sm\:bg-teal-800\/0{background-color:rgba(17,94,89,0)}.sm\:bg-teal-800\/10{background-color:rgba(17,94,89,.1)}.sm\:bg-teal-800\/100{background-color:#115e59}.sm\:bg-teal-800\/15{background-color:rgba(17,94,89,.15)}.sm\:bg-teal-800\/20{background-color:rgba(17,94,89,.2)}.sm\:bg-teal-800\/25{background-color:rgba(17,94,89,.25)}.sm\:bg-teal-800\/30{background-color:rgba(17,94,89,.3)}.sm\:bg-teal-800\/35{background-color:rgba(17,94,89,.35)}.sm\:bg-teal-800\/40{background-color:rgba(17,94,89,.4)}.sm\:bg-teal-800\/45{background-color:rgba(17,94,89,.45)}.sm\:bg-teal-800\/5{background-color:rgba(17,94,89,.05)}.sm\:bg-teal-800\/50{background-color:rgba(17,94,89,.5)}.sm\:bg-teal-800\/55{background-color:rgba(17,94,89,.55)}.sm\:bg-teal-800\/60{background-color:rgba(17,94,89,.6)}.sm\:bg-teal-800\/65{background-color:rgba(17,94,89,.65)}.sm\:bg-teal-800\/70{background-color:rgba(17,94,89,.7)}.sm\:bg-teal-800\/75{background-color:rgba(17,94,89,.75)}.sm\:bg-teal-800\/80{background-color:rgba(17,94,89,.8)}.sm\:bg-teal-800\/85{background-color:rgba(17,94,89,.85)}.sm\:bg-teal-800\/90{background-color:rgba(17,94,89,.9)}.sm\:bg-teal-800\/95{background-color:rgba(17,94,89,.95)}.sm\:bg-teal-900{--tw-bg-opacity:1;background-color:rgba(19,78,74,var(--tw-bg-opacity))}.sm\:bg-teal-900\/0{background-color:rgba(19,78,74,0)}.sm\:bg-teal-900\/10{background-color:rgba(19,78,74,.1)}.sm\:bg-teal-900\/100{background-color:#134e4a}.sm\:bg-teal-900\/15{background-color:rgba(19,78,74,.15)}.sm\:bg-teal-900\/20{background-color:rgba(19,78,74,.2)}.sm\:bg-teal-900\/25{background-color:rgba(19,78,74,.25)}.sm\:bg-teal-900\/30{background-color:rgba(19,78,74,.3)}.sm\:bg-teal-900\/35{background-color:rgba(19,78,74,.35)}.sm\:bg-teal-900\/40{background-color:rgba(19,78,74,.4)}.sm\:bg-teal-900\/45{background-color:rgba(19,78,74,.45)}.sm\:bg-teal-900\/5{background-color:rgba(19,78,74,.05)}.sm\:bg-teal-900\/50{background-color:rgba(19,78,74,.5)}.sm\:bg-teal-900\/55{background-color:rgba(19,78,74,.55)}.sm\:bg-teal-900\/60{background-color:rgba(19,78,74,.6)}.sm\:bg-teal-900\/65{background-color:rgba(19,78,74,.65)}.sm\:bg-teal-900\/70{background-color:rgba(19,78,74,.7)}.sm\:bg-teal-900\/75{background-color:rgba(19,78,74,.75)}.sm\:bg-teal-900\/80{background-color:rgba(19,78,74,.8)}.sm\:bg-teal-900\/85{background-color:rgba(19,78,74,.85)}.sm\:bg-teal-900\/90{background-color:rgba(19,78,74,.9)}.sm\:bg-teal-900\/95{background-color:rgba(19,78,74,.95)}.sm\:bg-teal-950{--tw-bg-opacity:1;background-color:rgba(4,47,46,var(--tw-bg-opacity))}.sm\:bg-teal-950\/0{background-color:rgba(4,47,46,0)}.sm\:bg-teal-950\/10{background-color:rgba(4,47,46,.1)}.sm\:bg-teal-950\/100{background-color:#042f2e}.sm\:bg-teal-950\/15{background-color:rgba(4,47,46,.15)}.sm\:bg-teal-950\/20{background-color:rgba(4,47,46,.2)}.sm\:bg-teal-950\/25{background-color:rgba(4,47,46,.25)}.sm\:bg-teal-950\/30{background-color:rgba(4,47,46,.3)}.sm\:bg-teal-950\/35{background-color:rgba(4,47,46,.35)}.sm\:bg-teal-950\/40{background-color:rgba(4,47,46,.4)}.sm\:bg-teal-950\/45{background-color:rgba(4,47,46,.45)}.sm\:bg-teal-950\/5{background-color:rgba(4,47,46,.05)}.sm\:bg-teal-950\/50{background-color:rgba(4,47,46,.5)}.sm\:bg-teal-950\/55{background-color:rgba(4,47,46,.55)}.sm\:bg-teal-950\/60{background-color:rgba(4,47,46,.6)}.sm\:bg-teal-950\/65{background-color:rgba(4,47,46,.65)}.sm\:bg-teal-950\/70{background-color:rgba(4,47,46,.7)}.sm\:bg-teal-950\/75{background-color:rgba(4,47,46,.75)}.sm\:bg-teal-950\/80{background-color:rgba(4,47,46,.8)}.sm\:bg-teal-950\/85{background-color:rgba(4,47,46,.85)}.sm\:bg-teal-950\/90{background-color:rgba(4,47,46,.9)}.sm\:bg-teal-950\/95{background-color:rgba(4,47,46,.95)}.sm\:bg-tertiary-dark-gray{--tw-bg-opacity:1;background-color:rgba(112,112,112,var(--tw-bg-opacity))}.sm\:bg-tertiary-dark-gray\/0{background-color:hsla(0,0%,44%,0)}.sm\:bg-tertiary-dark-gray\/10{background-color:hsla(0,0%,44%,.1)}.sm\:bg-tertiary-dark-gray\/100{background-color:#707070}.sm\:bg-tertiary-dark-gray\/15{background-color:hsla(0,0%,44%,.15)}.sm\:bg-tertiary-dark-gray\/20{background-color:hsla(0,0%,44%,.2)}.sm\:bg-tertiary-dark-gray\/25{background-color:hsla(0,0%,44%,.25)}.sm\:bg-tertiary-dark-gray\/30{background-color:hsla(0,0%,44%,.3)}.sm\:bg-tertiary-dark-gray\/35{background-color:hsla(0,0%,44%,.35)}.sm\:bg-tertiary-dark-gray\/40{background-color:hsla(0,0%,44%,.4)}.sm\:bg-tertiary-dark-gray\/45{background-color:hsla(0,0%,44%,.45)}.sm\:bg-tertiary-dark-gray\/5{background-color:hsla(0,0%,44%,.05)}.sm\:bg-tertiary-dark-gray\/50{background-color:hsla(0,0%,44%,.5)}.sm\:bg-tertiary-dark-gray\/55{background-color:hsla(0,0%,44%,.55)}.sm\:bg-tertiary-dark-gray\/60{background-color:hsla(0,0%,44%,.6)}.sm\:bg-tertiary-dark-gray\/65{background-color:hsla(0,0%,44%,.65)}.sm\:bg-tertiary-dark-gray\/70{background-color:hsla(0,0%,44%,.7)}.sm\:bg-tertiary-dark-gray\/75{background-color:hsla(0,0%,44%,.75)}.sm\:bg-tertiary-dark-gray\/80{background-color:hsla(0,0%,44%,.8)}.sm\:bg-tertiary-dark-gray\/85{background-color:hsla(0,0%,44%,.85)}.sm\:bg-tertiary-dark-gray\/90{background-color:hsla(0,0%,44%,.9)}.sm\:bg-tertiary-dark-gray\/95{background-color:hsla(0,0%,44%,.95)}.sm\:bg-transparent{background-color:initial}.sm\:bg-transparent\/0{background-color:transparent}.sm\:bg-transparent\/10{background-color:rgba(0,0,0,.1)}.sm\:bg-transparent\/100{background-color:#000}.sm\:bg-transparent\/15{background-color:rgba(0,0,0,.15)}.sm\:bg-transparent\/20{background-color:rgba(0,0,0,.2)}.sm\:bg-transparent\/25{background-color:rgba(0,0,0,.25)}.sm\:bg-transparent\/30{background-color:rgba(0,0,0,.3)}.sm\:bg-transparent\/35{background-color:rgba(0,0,0,.35)}.sm\:bg-transparent\/40{background-color:rgba(0,0,0,.4)}.sm\:bg-transparent\/45{background-color:rgba(0,0,0,.45)}.sm\:bg-transparent\/5{background-color:rgba(0,0,0,.05)}.sm\:bg-transparent\/50{background-color:rgba(0,0,0,.5)}.sm\:bg-transparent\/55{background-color:rgba(0,0,0,.55)}.sm\:bg-transparent\/60{background-color:rgba(0,0,0,.6)}.sm\:bg-transparent\/65{background-color:rgba(0,0,0,.65)}.sm\:bg-transparent\/70{background-color:rgba(0,0,0,.7)}.sm\:bg-transparent\/75{background-color:rgba(0,0,0,.75)}.sm\:bg-transparent\/80{background-color:rgba(0,0,0,.8)}.sm\:bg-transparent\/85{background-color:rgba(0,0,0,.85)}.sm\:bg-transparent\/90{background-color:rgba(0,0,0,.9)}.sm\:bg-transparent\/95{background-color:rgba(0,0,0,.95)}.sm\:bg-violet-100{--tw-bg-opacity:1;background-color:rgba(237,233,254,var(--tw-bg-opacity))}.sm\:bg-violet-100\/0{background-color:rgba(237,233,254,0)}.sm\:bg-violet-100\/10{background-color:rgba(237,233,254,.1)}.sm\:bg-violet-100\/100{background-color:#ede9fe}.sm\:bg-violet-100\/15{background-color:rgba(237,233,254,.15)}.sm\:bg-violet-100\/20{background-color:rgba(237,233,254,.2)}.sm\:bg-violet-100\/25{background-color:rgba(237,233,254,.25)}.sm\:bg-violet-100\/30{background-color:rgba(237,233,254,.3)}.sm\:bg-violet-100\/35{background-color:rgba(237,233,254,.35)}.sm\:bg-violet-100\/40{background-color:rgba(237,233,254,.4)}.sm\:bg-violet-100\/45{background-color:rgba(237,233,254,.45)}.sm\:bg-violet-100\/5{background-color:rgba(237,233,254,.05)}.sm\:bg-violet-100\/50{background-color:rgba(237,233,254,.5)}.sm\:bg-violet-100\/55{background-color:rgba(237,233,254,.55)}.sm\:bg-violet-100\/60{background-color:rgba(237,233,254,.6)}.sm\:bg-violet-100\/65{background-color:rgba(237,233,254,.65)}.sm\:bg-violet-100\/70{background-color:rgba(237,233,254,.7)}.sm\:bg-violet-100\/75{background-color:rgba(237,233,254,.75)}.sm\:bg-violet-100\/80{background-color:rgba(237,233,254,.8)}.sm\:bg-violet-100\/85{background-color:rgba(237,233,254,.85)}.sm\:bg-violet-100\/90{background-color:rgba(237,233,254,.9)}.sm\:bg-violet-100\/95{background-color:rgba(237,233,254,.95)}.sm\:bg-violet-200{--tw-bg-opacity:1;background-color:rgba(221,214,254,var(--tw-bg-opacity))}.sm\:bg-violet-200\/0{background-color:rgba(221,214,254,0)}.sm\:bg-violet-200\/10{background-color:rgba(221,214,254,.1)}.sm\:bg-violet-200\/100{background-color:#ddd6fe}.sm\:bg-violet-200\/15{background-color:rgba(221,214,254,.15)}.sm\:bg-violet-200\/20{background-color:rgba(221,214,254,.2)}.sm\:bg-violet-200\/25{background-color:rgba(221,214,254,.25)}.sm\:bg-violet-200\/30{background-color:rgba(221,214,254,.3)}.sm\:bg-violet-200\/35{background-color:rgba(221,214,254,.35)}.sm\:bg-violet-200\/40{background-color:rgba(221,214,254,.4)}.sm\:bg-violet-200\/45{background-color:rgba(221,214,254,.45)}.sm\:bg-violet-200\/5{background-color:rgba(221,214,254,.05)}.sm\:bg-violet-200\/50{background-color:rgba(221,214,254,.5)}.sm\:bg-violet-200\/55{background-color:rgba(221,214,254,.55)}.sm\:bg-violet-200\/60{background-color:rgba(221,214,254,.6)}.sm\:bg-violet-200\/65{background-color:rgba(221,214,254,.65)}.sm\:bg-violet-200\/70{background-color:rgba(221,214,254,.7)}.sm\:bg-violet-200\/75{background-color:rgba(221,214,254,.75)}.sm\:bg-violet-200\/80{background-color:rgba(221,214,254,.8)}.sm\:bg-violet-200\/85{background-color:rgba(221,214,254,.85)}.sm\:bg-violet-200\/90{background-color:rgba(221,214,254,.9)}.sm\:bg-violet-200\/95{background-color:rgba(221,214,254,.95)}.sm\:bg-violet-300{--tw-bg-opacity:1;background-color:rgba(196,181,253,var(--tw-bg-opacity))}.sm\:bg-violet-300\/0{background-color:rgba(196,181,253,0)}.sm\:bg-violet-300\/10{background-color:rgba(196,181,253,.1)}.sm\:bg-violet-300\/100{background-color:#c4b5fd}.sm\:bg-violet-300\/15{background-color:rgba(196,181,253,.15)}.sm\:bg-violet-300\/20{background-color:rgba(196,181,253,.2)}.sm\:bg-violet-300\/25{background-color:rgba(196,181,253,.25)}.sm\:bg-violet-300\/30{background-color:rgba(196,181,253,.3)}.sm\:bg-violet-300\/35{background-color:rgba(196,181,253,.35)}.sm\:bg-violet-300\/40{background-color:rgba(196,181,253,.4)}.sm\:bg-violet-300\/45{background-color:rgba(196,181,253,.45)}.sm\:bg-violet-300\/5{background-color:rgba(196,181,253,.05)}.sm\:bg-violet-300\/50{background-color:rgba(196,181,253,.5)}.sm\:bg-violet-300\/55{background-color:rgba(196,181,253,.55)}.sm\:bg-violet-300\/60{background-color:rgba(196,181,253,.6)}.sm\:bg-violet-300\/65{background-color:rgba(196,181,253,.65)}.sm\:bg-violet-300\/70{background-color:rgba(196,181,253,.7)}.sm\:bg-violet-300\/75{background-color:rgba(196,181,253,.75)}.sm\:bg-violet-300\/80{background-color:rgba(196,181,253,.8)}.sm\:bg-violet-300\/85{background-color:rgba(196,181,253,.85)}.sm\:bg-violet-300\/90{background-color:rgba(196,181,253,.9)}.sm\:bg-violet-300\/95{background-color:rgba(196,181,253,.95)}.sm\:bg-violet-400{--tw-bg-opacity:1;background-color:rgba(167,139,250,var(--tw-bg-opacity))}.sm\:bg-violet-400\/0{background-color:rgba(167,139,250,0)}.sm\:bg-violet-400\/10{background-color:rgba(167,139,250,.1)}.sm\:bg-violet-400\/100{background-color:#a78bfa}.sm\:bg-violet-400\/15{background-color:rgba(167,139,250,.15)}.sm\:bg-violet-400\/20{background-color:rgba(167,139,250,.2)}.sm\:bg-violet-400\/25{background-color:rgba(167,139,250,.25)}.sm\:bg-violet-400\/30{background-color:rgba(167,139,250,.3)}.sm\:bg-violet-400\/35{background-color:rgba(167,139,250,.35)}.sm\:bg-violet-400\/40{background-color:rgba(167,139,250,.4)}.sm\:bg-violet-400\/45{background-color:rgba(167,139,250,.45)}.sm\:bg-violet-400\/5{background-color:rgba(167,139,250,.05)}.sm\:bg-violet-400\/50{background-color:rgba(167,139,250,.5)}.sm\:bg-violet-400\/55{background-color:rgba(167,139,250,.55)}.sm\:bg-violet-400\/60{background-color:rgba(167,139,250,.6)}.sm\:bg-violet-400\/65{background-color:rgba(167,139,250,.65)}.sm\:bg-violet-400\/70{background-color:rgba(167,139,250,.7)}.sm\:bg-violet-400\/75{background-color:rgba(167,139,250,.75)}.sm\:bg-violet-400\/80{background-color:rgba(167,139,250,.8)}.sm\:bg-violet-400\/85{background-color:rgba(167,139,250,.85)}.sm\:bg-violet-400\/90{background-color:rgba(167,139,250,.9)}.sm\:bg-violet-400\/95{background-color:rgba(167,139,250,.95)}.sm\:bg-violet-50{--tw-bg-opacity:1;background-color:rgba(245,243,255,var(--tw-bg-opacity))}.sm\:bg-violet-50\/0{background-color:rgba(245,243,255,0)}.sm\:bg-violet-50\/10{background-color:rgba(245,243,255,.1)}.sm\:bg-violet-50\/100{background-color:#f5f3ff}.sm\:bg-violet-50\/15{background-color:rgba(245,243,255,.15)}.sm\:bg-violet-50\/20{background-color:rgba(245,243,255,.2)}.sm\:bg-violet-50\/25{background-color:rgba(245,243,255,.25)}.sm\:bg-violet-50\/30{background-color:rgba(245,243,255,.3)}.sm\:bg-violet-50\/35{background-color:rgba(245,243,255,.35)}.sm\:bg-violet-50\/40{background-color:rgba(245,243,255,.4)}.sm\:bg-violet-50\/45{background-color:rgba(245,243,255,.45)}.sm\:bg-violet-50\/5{background-color:rgba(245,243,255,.05)}.sm\:bg-violet-50\/50{background-color:rgba(245,243,255,.5)}.sm\:bg-violet-50\/55{background-color:rgba(245,243,255,.55)}.sm\:bg-violet-50\/60{background-color:rgba(245,243,255,.6)}.sm\:bg-violet-50\/65{background-color:rgba(245,243,255,.65)}.sm\:bg-violet-50\/70{background-color:rgba(245,243,255,.7)}.sm\:bg-violet-50\/75{background-color:rgba(245,243,255,.75)}.sm\:bg-violet-50\/80{background-color:rgba(245,243,255,.8)}.sm\:bg-violet-50\/85{background-color:rgba(245,243,255,.85)}.sm\:bg-violet-50\/90{background-color:rgba(245,243,255,.9)}.sm\:bg-violet-50\/95{background-color:rgba(245,243,255,.95)}.sm\:bg-violet-500{--tw-bg-opacity:1;background-color:rgba(139,92,246,var(--tw-bg-opacity))}.sm\:bg-violet-500\/0{background-color:rgba(139,92,246,0)}.sm\:bg-violet-500\/10{background-color:rgba(139,92,246,.1)}.sm\:bg-violet-500\/100{background-color:#8b5cf6}.sm\:bg-violet-500\/15{background-color:rgba(139,92,246,.15)}.sm\:bg-violet-500\/20{background-color:rgba(139,92,246,.2)}.sm\:bg-violet-500\/25{background-color:rgba(139,92,246,.25)}.sm\:bg-violet-500\/30{background-color:rgba(139,92,246,.3)}.sm\:bg-violet-500\/35{background-color:rgba(139,92,246,.35)}.sm\:bg-violet-500\/40{background-color:rgba(139,92,246,.4)}.sm\:bg-violet-500\/45{background-color:rgba(139,92,246,.45)}.sm\:bg-violet-500\/5{background-color:rgba(139,92,246,.05)}.sm\:bg-violet-500\/50{background-color:rgba(139,92,246,.5)}.sm\:bg-violet-500\/55{background-color:rgba(139,92,246,.55)}.sm\:bg-violet-500\/60{background-color:rgba(139,92,246,.6)}.sm\:bg-violet-500\/65{background-color:rgba(139,92,246,.65)}.sm\:bg-violet-500\/70{background-color:rgba(139,92,246,.7)}.sm\:bg-violet-500\/75{background-color:rgba(139,92,246,.75)}.sm\:bg-violet-500\/80{background-color:rgba(139,92,246,.8)}.sm\:bg-violet-500\/85{background-color:rgba(139,92,246,.85)}.sm\:bg-violet-500\/90{background-color:rgba(139,92,246,.9)}.sm\:bg-violet-500\/95{background-color:rgba(139,92,246,.95)}.sm\:bg-violet-600{--tw-bg-opacity:1;background-color:rgba(124,58,237,var(--tw-bg-opacity))}.sm\:bg-violet-600\/0{background-color:rgba(124,58,237,0)}.sm\:bg-violet-600\/10{background-color:rgba(124,58,237,.1)}.sm\:bg-violet-600\/100{background-color:#7c3aed}.sm\:bg-violet-600\/15{background-color:rgba(124,58,237,.15)}.sm\:bg-violet-600\/20{background-color:rgba(124,58,237,.2)}.sm\:bg-violet-600\/25{background-color:rgba(124,58,237,.25)}.sm\:bg-violet-600\/30{background-color:rgba(124,58,237,.3)}.sm\:bg-violet-600\/35{background-color:rgba(124,58,237,.35)}.sm\:bg-violet-600\/40{background-color:rgba(124,58,237,.4)}.sm\:bg-violet-600\/45{background-color:rgba(124,58,237,.45)}.sm\:bg-violet-600\/5{background-color:rgba(124,58,237,.05)}.sm\:bg-violet-600\/50{background-color:rgba(124,58,237,.5)}.sm\:bg-violet-600\/55{background-color:rgba(124,58,237,.55)}.sm\:bg-violet-600\/60{background-color:rgba(124,58,237,.6)}.sm\:bg-violet-600\/65{background-color:rgba(124,58,237,.65)}.sm\:bg-violet-600\/70{background-color:rgba(124,58,237,.7)}.sm\:bg-violet-600\/75{background-color:rgba(124,58,237,.75)}.sm\:bg-violet-600\/80{background-color:rgba(124,58,237,.8)}.sm\:bg-violet-600\/85{background-color:rgba(124,58,237,.85)}.sm\:bg-violet-600\/90{background-color:rgba(124,58,237,.9)}.sm\:bg-violet-600\/95{background-color:rgba(124,58,237,.95)}.sm\:bg-violet-700{--tw-bg-opacity:1;background-color:rgba(109,40,217,var(--tw-bg-opacity))}.sm\:bg-violet-700\/0{background-color:rgba(109,40,217,0)}.sm\:bg-violet-700\/10{background-color:rgba(109,40,217,.1)}.sm\:bg-violet-700\/100{background-color:#6d28d9}.sm\:bg-violet-700\/15{background-color:rgba(109,40,217,.15)}.sm\:bg-violet-700\/20{background-color:rgba(109,40,217,.2)}.sm\:bg-violet-700\/25{background-color:rgba(109,40,217,.25)}.sm\:bg-violet-700\/30{background-color:rgba(109,40,217,.3)}.sm\:bg-violet-700\/35{background-color:rgba(109,40,217,.35)}.sm\:bg-violet-700\/40{background-color:rgba(109,40,217,.4)}.sm\:bg-violet-700\/45{background-color:rgba(109,40,217,.45)}.sm\:bg-violet-700\/5{background-color:rgba(109,40,217,.05)}.sm\:bg-violet-700\/50{background-color:rgba(109,40,217,.5)}.sm\:bg-violet-700\/55{background-color:rgba(109,40,217,.55)}.sm\:bg-violet-700\/60{background-color:rgba(109,40,217,.6)}.sm\:bg-violet-700\/65{background-color:rgba(109,40,217,.65)}.sm\:bg-violet-700\/70{background-color:rgba(109,40,217,.7)}.sm\:bg-violet-700\/75{background-color:rgba(109,40,217,.75)}.sm\:bg-violet-700\/80{background-color:rgba(109,40,217,.8)}.sm\:bg-violet-700\/85{background-color:rgba(109,40,217,.85)}.sm\:bg-violet-700\/90{background-color:rgba(109,40,217,.9)}.sm\:bg-violet-700\/95{background-color:rgba(109,40,217,.95)}.sm\:bg-violet-800{--tw-bg-opacity:1;background-color:rgba(91,33,182,var(--tw-bg-opacity))}.sm\:bg-violet-800\/0{background-color:rgba(91,33,182,0)}.sm\:bg-violet-800\/10{background-color:rgba(91,33,182,.1)}.sm\:bg-violet-800\/100{background-color:#5b21b6}.sm\:bg-violet-800\/15{background-color:rgba(91,33,182,.15)}.sm\:bg-violet-800\/20{background-color:rgba(91,33,182,.2)}.sm\:bg-violet-800\/25{background-color:rgba(91,33,182,.25)}.sm\:bg-violet-800\/30{background-color:rgba(91,33,182,.3)}.sm\:bg-violet-800\/35{background-color:rgba(91,33,182,.35)}.sm\:bg-violet-800\/40{background-color:rgba(91,33,182,.4)}.sm\:bg-violet-800\/45{background-color:rgba(91,33,182,.45)}.sm\:bg-violet-800\/5{background-color:rgba(91,33,182,.05)}.sm\:bg-violet-800\/50{background-color:rgba(91,33,182,.5)}.sm\:bg-violet-800\/55{background-color:rgba(91,33,182,.55)}.sm\:bg-violet-800\/60{background-color:rgba(91,33,182,.6)}.sm\:bg-violet-800\/65{background-color:rgba(91,33,182,.65)}.sm\:bg-violet-800\/70{background-color:rgba(91,33,182,.7)}.sm\:bg-violet-800\/75{background-color:rgba(91,33,182,.75)}.sm\:bg-violet-800\/80{background-color:rgba(91,33,182,.8)}.sm\:bg-violet-800\/85{background-color:rgba(91,33,182,.85)}.sm\:bg-violet-800\/90{background-color:rgba(91,33,182,.9)}.sm\:bg-violet-800\/95{background-color:rgba(91,33,182,.95)}.sm\:bg-violet-900{--tw-bg-opacity:1;background-color:rgba(76,29,149,var(--tw-bg-opacity))}.sm\:bg-violet-900\/0{background-color:rgba(76,29,149,0)}.sm\:bg-violet-900\/10{background-color:rgba(76,29,149,.1)}.sm\:bg-violet-900\/100{background-color:#4c1d95}.sm\:bg-violet-900\/15{background-color:rgba(76,29,149,.15)}.sm\:bg-violet-900\/20{background-color:rgba(76,29,149,.2)}.sm\:bg-violet-900\/25{background-color:rgba(76,29,149,.25)}.sm\:bg-violet-900\/30{background-color:rgba(76,29,149,.3)}.sm\:bg-violet-900\/35{background-color:rgba(76,29,149,.35)}.sm\:bg-violet-900\/40{background-color:rgba(76,29,149,.4)}.sm\:bg-violet-900\/45{background-color:rgba(76,29,149,.45)}.sm\:bg-violet-900\/5{background-color:rgba(76,29,149,.05)}.sm\:bg-violet-900\/50{background-color:rgba(76,29,149,.5)}.sm\:bg-violet-900\/55{background-color:rgba(76,29,149,.55)}.sm\:bg-violet-900\/60{background-color:rgba(76,29,149,.6)}.sm\:bg-violet-900\/65{background-color:rgba(76,29,149,.65)}.sm\:bg-violet-900\/70{background-color:rgba(76,29,149,.7)}.sm\:bg-violet-900\/75{background-color:rgba(76,29,149,.75)}.sm\:bg-violet-900\/80{background-color:rgba(76,29,149,.8)}.sm\:bg-violet-900\/85{background-color:rgba(76,29,149,.85)}.sm\:bg-violet-900\/90{background-color:rgba(76,29,149,.9)}.sm\:bg-violet-900\/95{background-color:rgba(76,29,149,.95)}.sm\:bg-violet-950{--tw-bg-opacity:1;background-color:rgba(46,16,101,var(--tw-bg-opacity))}.sm\:bg-violet-950\/0{background-color:rgba(46,16,101,0)}.sm\:bg-violet-950\/10{background-color:rgba(46,16,101,.1)}.sm\:bg-violet-950\/100{background-color:#2e1065}.sm\:bg-violet-950\/15{background-color:rgba(46,16,101,.15)}.sm\:bg-violet-950\/20{background-color:rgba(46,16,101,.2)}.sm\:bg-violet-950\/25{background-color:rgba(46,16,101,.25)}.sm\:bg-violet-950\/30{background-color:rgba(46,16,101,.3)}.sm\:bg-violet-950\/35{background-color:rgba(46,16,101,.35)}.sm\:bg-violet-950\/40{background-color:rgba(46,16,101,.4)}.sm\:bg-violet-950\/45{background-color:rgba(46,16,101,.45)}.sm\:bg-violet-950\/5{background-color:rgba(46,16,101,.05)}.sm\:bg-violet-950\/50{background-color:rgba(46,16,101,.5)}.sm\:bg-violet-950\/55{background-color:rgba(46,16,101,.55)}.sm\:bg-violet-950\/60{background-color:rgba(46,16,101,.6)}.sm\:bg-violet-950\/65{background-color:rgba(46,16,101,.65)}.sm\:bg-violet-950\/70{background-color:rgba(46,16,101,.7)}.sm\:bg-violet-950\/75{background-color:rgba(46,16,101,.75)}.sm\:bg-violet-950\/80{background-color:rgba(46,16,101,.8)}.sm\:bg-violet-950\/85{background-color:rgba(46,16,101,.85)}.sm\:bg-violet-950\/90{background-color:rgba(46,16,101,.9)}.sm\:bg-violet-950\/95{background-color:rgba(46,16,101,.95)}.sm\:bg-white{--tw-bg-opacity:1;background-color:rgba(255,255,255,var(--tw-bg-opacity))}.sm\:bg-white\/0{background-color:hsla(0,0%,100%,0)}.sm\:bg-white\/10{background-color:hsla(0,0%,100%,.1)}.sm\:bg-white\/100{background-color:#fff}.sm\:bg-white\/15{background-color:hsla(0,0%,100%,.15)}.sm\:bg-white\/20{background-color:hsla(0,0%,100%,.2)}.sm\:bg-white\/25{background-color:hsla(0,0%,100%,.25)}.sm\:bg-white\/30{background-color:hsla(0,0%,100%,.3)}.sm\:bg-white\/35{background-color:hsla(0,0%,100%,.35)}.sm\:bg-white\/40{background-color:hsla(0,0%,100%,.4)}.sm\:bg-white\/45{background-color:hsla(0,0%,100%,.45)}.sm\:bg-white\/5{background-color:hsla(0,0%,100%,.05)}.sm\:bg-white\/50{background-color:hsla(0,0%,100%,.5)}.sm\:bg-white\/55{background-color:hsla(0,0%,100%,.55)}.sm\:bg-white\/60{background-color:hsla(0,0%,100%,.6)}.sm\:bg-white\/65{background-color:hsla(0,0%,100%,.65)}.sm\:bg-white\/70{background-color:hsla(0,0%,100%,.7)}.sm\:bg-white\/75{background-color:hsla(0,0%,100%,.75)}.sm\:bg-white\/80{background-color:hsla(0,0%,100%,.8)}.sm\:bg-white\/85{background-color:hsla(0,0%,100%,.85)}.sm\:bg-white\/90{background-color:hsla(0,0%,100%,.9)}.sm\:bg-white\/95{background-color:hsla(0,0%,100%,.95)}.sm\:bg-yellow-100{--tw-bg-opacity:1;background-color:rgba(254,249,195,var(--tw-bg-opacity))}.sm\:bg-yellow-100\/0{background-color:hsla(55,97%,88%,0)}.sm\:bg-yellow-100\/10{background-color:hsla(55,97%,88%,.1)}.sm\:bg-yellow-100\/100{background-color:#fef9c3}.sm\:bg-yellow-100\/15{background-color:hsla(55,97%,88%,.15)}.sm\:bg-yellow-100\/20{background-color:hsla(55,97%,88%,.2)}.sm\:bg-yellow-100\/25{background-color:hsla(55,97%,88%,.25)}.sm\:bg-yellow-100\/30{background-color:hsla(55,97%,88%,.3)}.sm\:bg-yellow-100\/35{background-color:hsla(55,97%,88%,.35)}.sm\:bg-yellow-100\/40{background-color:hsla(55,97%,88%,.4)}.sm\:bg-yellow-100\/45{background-color:hsla(55,97%,88%,.45)}.sm\:bg-yellow-100\/5{background-color:hsla(55,97%,88%,.05)}.sm\:bg-yellow-100\/50{background-color:hsla(55,97%,88%,.5)}.sm\:bg-yellow-100\/55{background-color:hsla(55,97%,88%,.55)}.sm\:bg-yellow-100\/60{background-color:hsla(55,97%,88%,.6)}.sm\:bg-yellow-100\/65{background-color:hsla(55,97%,88%,.65)}.sm\:bg-yellow-100\/70{background-color:hsla(55,97%,88%,.7)}.sm\:bg-yellow-100\/75{background-color:hsla(55,97%,88%,.75)}.sm\:bg-yellow-100\/80{background-color:hsla(55,97%,88%,.8)}.sm\:bg-yellow-100\/85{background-color:hsla(55,97%,88%,.85)}.sm\:bg-yellow-100\/90{background-color:hsla(55,97%,88%,.9)}.sm\:bg-yellow-100\/95{background-color:hsla(55,97%,88%,.95)}.sm\:bg-yellow-200{--tw-bg-opacity:1;background-color:rgba(254,240,138,var(--tw-bg-opacity))}.sm\:bg-yellow-200\/0{background-color:hsla(53,98%,77%,0)}.sm\:bg-yellow-200\/10{background-color:hsla(53,98%,77%,.1)}.sm\:bg-yellow-200\/100{background-color:#fef08a}.sm\:bg-yellow-200\/15{background-color:hsla(53,98%,77%,.15)}.sm\:bg-yellow-200\/20{background-color:hsla(53,98%,77%,.2)}.sm\:bg-yellow-200\/25{background-color:hsla(53,98%,77%,.25)}.sm\:bg-yellow-200\/30{background-color:hsla(53,98%,77%,.3)}.sm\:bg-yellow-200\/35{background-color:hsla(53,98%,77%,.35)}.sm\:bg-yellow-200\/40{background-color:hsla(53,98%,77%,.4)}.sm\:bg-yellow-200\/45{background-color:hsla(53,98%,77%,.45)}.sm\:bg-yellow-200\/5{background-color:hsla(53,98%,77%,.05)}.sm\:bg-yellow-200\/50{background-color:hsla(53,98%,77%,.5)}.sm\:bg-yellow-200\/55{background-color:hsla(53,98%,77%,.55)}.sm\:bg-yellow-200\/60{background-color:hsla(53,98%,77%,.6)}.sm\:bg-yellow-200\/65{background-color:hsla(53,98%,77%,.65)}.sm\:bg-yellow-200\/70{background-color:hsla(53,98%,77%,.7)}.sm\:bg-yellow-200\/75{background-color:hsla(53,98%,77%,.75)}.sm\:bg-yellow-200\/80{background-color:hsla(53,98%,77%,.8)}.sm\:bg-yellow-200\/85{background-color:hsla(53,98%,77%,.85)}.sm\:bg-yellow-200\/90{background-color:hsla(53,98%,77%,.9)}.sm\:bg-yellow-200\/95{background-color:hsla(53,98%,77%,.95)}.sm\:bg-yellow-300{--tw-bg-opacity:1;background-color:rgba(253,224,71,var(--tw-bg-opacity))}.sm\:bg-yellow-300\/0{background-color:rgba(253,224,71,0)}.sm\:bg-yellow-300\/10{background-color:rgba(253,224,71,.1)}.sm\:bg-yellow-300\/100{background-color:#fde047}.sm\:bg-yellow-300\/15{background-color:rgba(253,224,71,.15)}.sm\:bg-yellow-300\/20{background-color:rgba(253,224,71,.2)}.sm\:bg-yellow-300\/25{background-color:rgba(253,224,71,.25)}.sm\:bg-yellow-300\/30{background-color:rgba(253,224,71,.3)}.sm\:bg-yellow-300\/35{background-color:rgba(253,224,71,.35)}.sm\:bg-yellow-300\/40{background-color:rgba(253,224,71,.4)}.sm\:bg-yellow-300\/45{background-color:rgba(253,224,71,.45)}.sm\:bg-yellow-300\/5{background-color:rgba(253,224,71,.05)}.sm\:bg-yellow-300\/50{background-color:rgba(253,224,71,.5)}.sm\:bg-yellow-300\/55{background-color:rgba(253,224,71,.55)}.sm\:bg-yellow-300\/60{background-color:rgba(253,224,71,.6)}.sm\:bg-yellow-300\/65{background-color:rgba(253,224,71,.65)}.sm\:bg-yellow-300\/70{background-color:rgba(253,224,71,.7)}.sm\:bg-yellow-300\/75{background-color:rgba(253,224,71,.75)}.sm\:bg-yellow-300\/80{background-color:rgba(253,224,71,.8)}.sm\:bg-yellow-300\/85{background-color:rgba(253,224,71,.85)}.sm\:bg-yellow-300\/90{background-color:rgba(253,224,71,.9)}.sm\:bg-yellow-300\/95{background-color:rgba(253,224,71,.95)}.sm\:bg-yellow-400{--tw-bg-opacity:1;background-color:rgba(250,204,21,var(--tw-bg-opacity))}.sm\:bg-yellow-400\/0{background-color:rgba(250,204,21,0)}.sm\:bg-yellow-400\/10{background-color:rgba(250,204,21,.1)}.sm\:bg-yellow-400\/100{background-color:#facc15}.sm\:bg-yellow-400\/15{background-color:rgba(250,204,21,.15)}.sm\:bg-yellow-400\/20{background-color:rgba(250,204,21,.2)}.sm\:bg-yellow-400\/25{background-color:rgba(250,204,21,.25)}.sm\:bg-yellow-400\/30{background-color:rgba(250,204,21,.3)}.sm\:bg-yellow-400\/35{background-color:rgba(250,204,21,.35)}.sm\:bg-yellow-400\/40{background-color:rgba(250,204,21,.4)}.sm\:bg-yellow-400\/45{background-color:rgba(250,204,21,.45)}.sm\:bg-yellow-400\/5{background-color:rgba(250,204,21,.05)}.sm\:bg-yellow-400\/50{background-color:rgba(250,204,21,.5)}.sm\:bg-yellow-400\/55{background-color:rgba(250,204,21,.55)}.sm\:bg-yellow-400\/60{background-color:rgba(250,204,21,.6)}.sm\:bg-yellow-400\/65{background-color:rgba(250,204,21,.65)}.sm\:bg-yellow-400\/70{background-color:rgba(250,204,21,.7)}.sm\:bg-yellow-400\/75{background-color:rgba(250,204,21,.75)}.sm\:bg-yellow-400\/80{background-color:rgba(250,204,21,.8)}.sm\:bg-yellow-400\/85{background-color:rgba(250,204,21,.85)}.sm\:bg-yellow-400\/90{background-color:rgba(250,204,21,.9)}.sm\:bg-yellow-400\/95{background-color:rgba(250,204,21,.95)}.sm\:bg-yellow-50{--tw-bg-opacity:1;background-color:rgba(254,252,232,var(--tw-bg-opacity))}.sm\:bg-yellow-50\/0{background-color:hsla(55,92%,95%,0)}.sm\:bg-yellow-50\/10{background-color:hsla(55,92%,95%,.1)}.sm\:bg-yellow-50\/100{background-color:#fefce8}.sm\:bg-yellow-50\/15{background-color:hsla(55,92%,95%,.15)}.sm\:bg-yellow-50\/20{background-color:hsla(55,92%,95%,.2)}.sm\:bg-yellow-50\/25{background-color:hsla(55,92%,95%,.25)}.sm\:bg-yellow-50\/30{background-color:hsla(55,92%,95%,.3)}.sm\:bg-yellow-50\/35{background-color:hsla(55,92%,95%,.35)}.sm\:bg-yellow-50\/40{background-color:hsla(55,92%,95%,.4)}.sm\:bg-yellow-50\/45{background-color:hsla(55,92%,95%,.45)}.sm\:bg-yellow-50\/5{background-color:hsla(55,92%,95%,.05)}.sm\:bg-yellow-50\/50{background-color:hsla(55,92%,95%,.5)}.sm\:bg-yellow-50\/55{background-color:hsla(55,92%,95%,.55)}.sm\:bg-yellow-50\/60{background-color:hsla(55,92%,95%,.6)}.sm\:bg-yellow-50\/65{background-color:hsla(55,92%,95%,.65)}.sm\:bg-yellow-50\/70{background-color:hsla(55,92%,95%,.7)}.sm\:bg-yellow-50\/75{background-color:hsla(55,92%,95%,.75)}.sm\:bg-yellow-50\/80{background-color:hsla(55,92%,95%,.8)}.sm\:bg-yellow-50\/85{background-color:hsla(55,92%,95%,.85)}.sm\:bg-yellow-50\/90{background-color:hsla(55,92%,95%,.9)}.sm\:bg-yellow-50\/95{background-color:hsla(55,92%,95%,.95)}.sm\:bg-yellow-500{--tw-bg-opacity:1;background-color:rgba(234,179,8,var(--tw-bg-opacity))}.sm\:bg-yellow-500\/0{background-color:rgba(234,179,8,0)}.sm\:bg-yellow-500\/10{background-color:rgba(234,179,8,.1)}.sm\:bg-yellow-500\/100{background-color:#eab308}.sm\:bg-yellow-500\/15{background-color:rgba(234,179,8,.15)}.sm\:bg-yellow-500\/20{background-color:rgba(234,179,8,.2)}.sm\:bg-yellow-500\/25{background-color:rgba(234,179,8,.25)}.sm\:bg-yellow-500\/30{background-color:rgba(234,179,8,.3)}.sm\:bg-yellow-500\/35{background-color:rgba(234,179,8,.35)}.sm\:bg-yellow-500\/40{background-color:rgba(234,179,8,.4)}.sm\:bg-yellow-500\/45{background-color:rgba(234,179,8,.45)}.sm\:bg-yellow-500\/5{background-color:rgba(234,179,8,.05)}.sm\:bg-yellow-500\/50{background-color:rgba(234,179,8,.5)}.sm\:bg-yellow-500\/55{background-color:rgba(234,179,8,.55)}.sm\:bg-yellow-500\/60{background-color:rgba(234,179,8,.6)}.sm\:bg-yellow-500\/65{background-color:rgba(234,179,8,.65)}.sm\:bg-yellow-500\/70{background-color:rgba(234,179,8,.7)}.sm\:bg-yellow-500\/75{background-color:rgba(234,179,8,.75)}.sm\:bg-yellow-500\/80{background-color:rgba(234,179,8,.8)}.sm\:bg-yellow-500\/85{background-color:rgba(234,179,8,.85)}.sm\:bg-yellow-500\/90{background-color:rgba(234,179,8,.9)}.sm\:bg-yellow-500\/95{background-color:rgba(234,179,8,.95)}.sm\:bg-yellow-600{--tw-bg-opacity:1;background-color:rgba(202,138,4,var(--tw-bg-opacity))}.sm\:bg-yellow-600\/0{background-color:rgba(202,138,4,0)}.sm\:bg-yellow-600\/10{background-color:rgba(202,138,4,.1)}.sm\:bg-yellow-600\/100{background-color:#ca8a04}.sm\:bg-yellow-600\/15{background-color:rgba(202,138,4,.15)}.sm\:bg-yellow-600\/20{background-color:rgba(202,138,4,.2)}.sm\:bg-yellow-600\/25{background-color:rgba(202,138,4,.25)}.sm\:bg-yellow-600\/30{background-color:rgba(202,138,4,.3)}.sm\:bg-yellow-600\/35{background-color:rgba(202,138,4,.35)}.sm\:bg-yellow-600\/40{background-color:rgba(202,138,4,.4)}.sm\:bg-yellow-600\/45{background-color:rgba(202,138,4,.45)}.sm\:bg-yellow-600\/5{background-color:rgba(202,138,4,.05)}.sm\:bg-yellow-600\/50{background-color:rgba(202,138,4,.5)}.sm\:bg-yellow-600\/55{background-color:rgba(202,138,4,.55)}.sm\:bg-yellow-600\/60{background-color:rgba(202,138,4,.6)}.sm\:bg-yellow-600\/65{background-color:rgba(202,138,4,.65)}.sm\:bg-yellow-600\/70{background-color:rgba(202,138,4,.7)}.sm\:bg-yellow-600\/75{background-color:rgba(202,138,4,.75)}.sm\:bg-yellow-600\/80{background-color:rgba(202,138,4,.8)}.sm\:bg-yellow-600\/85{background-color:rgba(202,138,4,.85)}.sm\:bg-yellow-600\/90{background-color:rgba(202,138,4,.9)}.sm\:bg-yellow-600\/95{background-color:rgba(202,138,4,.95)}.sm\:bg-yellow-700{--tw-bg-opacity:1;background-color:rgba(161,98,7,var(--tw-bg-opacity))}.sm\:bg-yellow-700\/0{background-color:rgba(161,98,7,0)}.sm\:bg-yellow-700\/10{background-color:rgba(161,98,7,.1)}.sm\:bg-yellow-700\/100{background-color:#a16207}.sm\:bg-yellow-700\/15{background-color:rgba(161,98,7,.15)}.sm\:bg-yellow-700\/20{background-color:rgba(161,98,7,.2)}.sm\:bg-yellow-700\/25{background-color:rgba(161,98,7,.25)}.sm\:bg-yellow-700\/30{background-color:rgba(161,98,7,.3)}.sm\:bg-yellow-700\/35{background-color:rgba(161,98,7,.35)}.sm\:bg-yellow-700\/40{background-color:rgba(161,98,7,.4)}.sm\:bg-yellow-700\/45{background-color:rgba(161,98,7,.45)}.sm\:bg-yellow-700\/5{background-color:rgba(161,98,7,.05)}.sm\:bg-yellow-700\/50{background-color:rgba(161,98,7,.5)}.sm\:bg-yellow-700\/55{background-color:rgba(161,98,7,.55)}.sm\:bg-yellow-700\/60{background-color:rgba(161,98,7,.6)}.sm\:bg-yellow-700\/65{background-color:rgba(161,98,7,.65)}.sm\:bg-yellow-700\/70{background-color:rgba(161,98,7,.7)}.sm\:bg-yellow-700\/75{background-color:rgba(161,98,7,.75)}.sm\:bg-yellow-700\/80{background-color:rgba(161,98,7,.8)}.sm\:bg-yellow-700\/85{background-color:rgba(161,98,7,.85)}.sm\:bg-yellow-700\/90{background-color:rgba(161,98,7,.9)}.sm\:bg-yellow-700\/95{background-color:rgba(161,98,7,.95)}.sm\:bg-yellow-800{--tw-bg-opacity:1;background-color:rgba(133,77,14,var(--tw-bg-opacity))}.sm\:bg-yellow-800\/0{background-color:rgba(133,77,14,0)}.sm\:bg-yellow-800\/10{background-color:rgba(133,77,14,.1)}.sm\:bg-yellow-800\/100{background-color:#854d0e}.sm\:bg-yellow-800\/15{background-color:rgba(133,77,14,.15)}.sm\:bg-yellow-800\/20{background-color:rgba(133,77,14,.2)}.sm\:bg-yellow-800\/25{background-color:rgba(133,77,14,.25)}.sm\:bg-yellow-800\/30{background-color:rgba(133,77,14,.3)}.sm\:bg-yellow-800\/35{background-color:rgba(133,77,14,.35)}.sm\:bg-yellow-800\/40{background-color:rgba(133,77,14,.4)}.sm\:bg-yellow-800\/45{background-color:rgba(133,77,14,.45)}.sm\:bg-yellow-800\/5{background-color:rgba(133,77,14,.05)}.sm\:bg-yellow-800\/50{background-color:rgba(133,77,14,.5)}.sm\:bg-yellow-800\/55{background-color:rgba(133,77,14,.55)}.sm\:bg-yellow-800\/60{background-color:rgba(133,77,14,.6)}.sm\:bg-yellow-800\/65{background-color:rgba(133,77,14,.65)}.sm\:bg-yellow-800\/70{background-color:rgba(133,77,14,.7)}.sm\:bg-yellow-800\/75{background-color:rgba(133,77,14,.75)}.sm\:bg-yellow-800\/80{background-color:rgba(133,77,14,.8)}.sm\:bg-yellow-800\/85{background-color:rgba(133,77,14,.85)}.sm\:bg-yellow-800\/90{background-color:rgba(133,77,14,.9)}.sm\:bg-yellow-800\/95{background-color:rgba(133,77,14,.95)}.sm\:bg-yellow-900{--tw-bg-opacity:1;background-color:rgba(113,63,18,var(--tw-bg-opacity))}.sm\:bg-yellow-900\/0{background-color:rgba(113,63,18,0)}.sm\:bg-yellow-900\/10{background-color:rgba(113,63,18,.1)}.sm\:bg-yellow-900\/100{background-color:#713f12}.sm\:bg-yellow-900\/15{background-color:rgba(113,63,18,.15)}.sm\:bg-yellow-900\/20{background-color:rgba(113,63,18,.2)}.sm\:bg-yellow-900\/25{background-color:rgba(113,63,18,.25)}.sm\:bg-yellow-900\/30{background-color:rgba(113,63,18,.3)}.sm\:bg-yellow-900\/35{background-color:rgba(113,63,18,.35)}.sm\:bg-yellow-900\/40{background-color:rgba(113,63,18,.4)}.sm\:bg-yellow-900\/45{background-color:rgba(113,63,18,.45)}.sm\:bg-yellow-900\/5{background-color:rgba(113,63,18,.05)}.sm\:bg-yellow-900\/50{background-color:rgba(113,63,18,.5)}.sm\:bg-yellow-900\/55{background-color:rgba(113,63,18,.55)}.sm\:bg-yellow-900\/60{background-color:rgba(113,63,18,.6)}.sm\:bg-yellow-900\/65{background-color:rgba(113,63,18,.65)}.sm\:bg-yellow-900\/70{background-color:rgba(113,63,18,.7)}.sm\:bg-yellow-900\/75{background-color:rgba(113,63,18,.75)}.sm\:bg-yellow-900\/80{background-color:rgba(113,63,18,.8)}.sm\:bg-yellow-900\/85{background-color:rgba(113,63,18,.85)}.sm\:bg-yellow-900\/90{background-color:rgba(113,63,18,.9)}.sm\:bg-yellow-900\/95{background-color:rgba(113,63,18,.95)}.sm\:bg-yellow-950{--tw-bg-opacity:1;background-color:rgba(66,32,6,var(--tw-bg-opacity))}.sm\:bg-yellow-950\/0{background-color:rgba(66,32,6,0)}.sm\:bg-yellow-950\/10{background-color:rgba(66,32,6,.1)}.sm\:bg-yellow-950\/100{background-color:#422006}.sm\:bg-yellow-950\/15{background-color:rgba(66,32,6,.15)}.sm\:bg-yellow-950\/20{background-color:rgba(66,32,6,.2)}.sm\:bg-yellow-950\/25{background-color:rgba(66,32,6,.25)}.sm\:bg-yellow-950\/30{background-color:rgba(66,32,6,.3)}.sm\:bg-yellow-950\/35{background-color:rgba(66,32,6,.35)}.sm\:bg-yellow-950\/40{background-color:rgba(66,32,6,.4)}.sm\:bg-yellow-950\/45{background-color:rgba(66,32,6,.45)}.sm\:bg-yellow-950\/5{background-color:rgba(66,32,6,.05)}.sm\:bg-yellow-950\/50{background-color:rgba(66,32,6,.5)}.sm\:bg-yellow-950\/55{background-color:rgba(66,32,6,.55)}.sm\:bg-yellow-950\/60{background-color:rgba(66,32,6,.6)}.sm\:bg-yellow-950\/65{background-color:rgba(66,32,6,.65)}.sm\:bg-yellow-950\/70{background-color:rgba(66,32,6,.7)}.sm\:bg-yellow-950\/75{background-color:rgba(66,32,6,.75)}.sm\:bg-yellow-950\/80{background-color:rgba(66,32,6,.8)}.sm\:bg-yellow-950\/85{background-color:rgba(66,32,6,.85)}.sm\:bg-yellow-950\/90{background-color:rgba(66,32,6,.9)}.sm\:bg-yellow-950\/95{background-color:rgba(66,32,6,.95)}.sm\:bg-zinc-100{--tw-bg-opacity:1;background-color:rgba(244,244,245,var(--tw-bg-opacity))}.sm\:bg-zinc-100\/0{background-color:hsla(240,5%,96%,0)}.sm\:bg-zinc-100\/10{background-color:hsla(240,5%,96%,.1)}.sm\:bg-zinc-100\/100{background-color:#f4f4f5}.sm\:bg-zinc-100\/15{background-color:hsla(240,5%,96%,.15)}.sm\:bg-zinc-100\/20{background-color:hsla(240,5%,96%,.2)}.sm\:bg-zinc-100\/25{background-color:hsla(240,5%,96%,.25)}.sm\:bg-zinc-100\/30{background-color:hsla(240,5%,96%,.3)}.sm\:bg-zinc-100\/35{background-color:hsla(240,5%,96%,.35)}.sm\:bg-zinc-100\/40{background-color:hsla(240,5%,96%,.4)}.sm\:bg-zinc-100\/45{background-color:hsla(240,5%,96%,.45)}.sm\:bg-zinc-100\/5{background-color:hsla(240,5%,96%,.05)}.sm\:bg-zinc-100\/50{background-color:hsla(240,5%,96%,.5)}.sm\:bg-zinc-100\/55{background-color:hsla(240,5%,96%,.55)}.sm\:bg-zinc-100\/60{background-color:hsla(240,5%,96%,.6)}.sm\:bg-zinc-100\/65{background-color:hsla(240,5%,96%,.65)}.sm\:bg-zinc-100\/70{background-color:hsla(240,5%,96%,.7)}.sm\:bg-zinc-100\/75{background-color:hsla(240,5%,96%,.75)}.sm\:bg-zinc-100\/80{background-color:hsla(240,5%,96%,.8)}.sm\:bg-zinc-100\/85{background-color:hsla(240,5%,96%,.85)}.sm\:bg-zinc-100\/90{background-color:hsla(240,5%,96%,.9)}.sm\:bg-zinc-100\/95{background-color:hsla(240,5%,96%,.95)}.sm\:bg-zinc-200{--tw-bg-opacity:1;background-color:rgba(228,228,231,var(--tw-bg-opacity))}.sm\:bg-zinc-200\/0{background-color:hsla(240,6%,90%,0)}.sm\:bg-zinc-200\/10{background-color:hsla(240,6%,90%,.1)}.sm\:bg-zinc-200\/100{background-color:#e4e4e7}.sm\:bg-zinc-200\/15{background-color:hsla(240,6%,90%,.15)}.sm\:bg-zinc-200\/20{background-color:hsla(240,6%,90%,.2)}.sm\:bg-zinc-200\/25{background-color:hsla(240,6%,90%,.25)}.sm\:bg-zinc-200\/30{background-color:hsla(240,6%,90%,.3)}.sm\:bg-zinc-200\/35{background-color:hsla(240,6%,90%,.35)}.sm\:bg-zinc-200\/40{background-color:hsla(240,6%,90%,.4)}.sm\:bg-zinc-200\/45{background-color:hsla(240,6%,90%,.45)}.sm\:bg-zinc-200\/5{background-color:hsla(240,6%,90%,.05)}.sm\:bg-zinc-200\/50{background-color:hsla(240,6%,90%,.5)}.sm\:bg-zinc-200\/55{background-color:hsla(240,6%,90%,.55)}.sm\:bg-zinc-200\/60{background-color:hsla(240,6%,90%,.6)}.sm\:bg-zinc-200\/65{background-color:hsla(240,6%,90%,.65)}.sm\:bg-zinc-200\/70{background-color:hsla(240,6%,90%,.7)}.sm\:bg-zinc-200\/75{background-color:hsla(240,6%,90%,.75)}.sm\:bg-zinc-200\/80{background-color:hsla(240,6%,90%,.8)}.sm\:bg-zinc-200\/85{background-color:hsla(240,6%,90%,.85)}.sm\:bg-zinc-200\/90{background-color:hsla(240,6%,90%,.9)}.sm\:bg-zinc-200\/95{background-color:hsla(240,6%,90%,.95)}.sm\:bg-zinc-300{--tw-bg-opacity:1;background-color:rgba(212,212,216,var(--tw-bg-opacity))}.sm\:bg-zinc-300\/0{background-color:hsla(240,5%,84%,0)}.sm\:bg-zinc-300\/10{background-color:hsla(240,5%,84%,.1)}.sm\:bg-zinc-300\/100{background-color:#d4d4d8}.sm\:bg-zinc-300\/15{background-color:hsla(240,5%,84%,.15)}.sm\:bg-zinc-300\/20{background-color:hsla(240,5%,84%,.2)}.sm\:bg-zinc-300\/25{background-color:hsla(240,5%,84%,.25)}.sm\:bg-zinc-300\/30{background-color:hsla(240,5%,84%,.3)}.sm\:bg-zinc-300\/35{background-color:hsla(240,5%,84%,.35)}.sm\:bg-zinc-300\/40{background-color:hsla(240,5%,84%,.4)}.sm\:bg-zinc-300\/45{background-color:hsla(240,5%,84%,.45)}.sm\:bg-zinc-300\/5{background-color:hsla(240,5%,84%,.05)}.sm\:bg-zinc-300\/50{background-color:hsla(240,5%,84%,.5)}.sm\:bg-zinc-300\/55{background-color:hsla(240,5%,84%,.55)}.sm\:bg-zinc-300\/60{background-color:hsla(240,5%,84%,.6)}.sm\:bg-zinc-300\/65{background-color:hsla(240,5%,84%,.65)}.sm\:bg-zinc-300\/70{background-color:hsla(240,5%,84%,.7)}.sm\:bg-zinc-300\/75{background-color:hsla(240,5%,84%,.75)}.sm\:bg-zinc-300\/80{background-color:hsla(240,5%,84%,.8)}.sm\:bg-zinc-300\/85{background-color:hsla(240,5%,84%,.85)}.sm\:bg-zinc-300\/90{background-color:hsla(240,5%,84%,.9)}.sm\:bg-zinc-300\/95{background-color:hsla(240,5%,84%,.95)}.sm\:bg-zinc-400{--tw-bg-opacity:1;background-color:rgba(161,161,170,var(--tw-bg-opacity))}.sm\:bg-zinc-400\/0{background-color:hsla(240,5%,65%,0)}.sm\:bg-zinc-400\/10{background-color:hsla(240,5%,65%,.1)}.sm\:bg-zinc-400\/100{background-color:#a1a1aa}.sm\:bg-zinc-400\/15{background-color:hsla(240,5%,65%,.15)}.sm\:bg-zinc-400\/20{background-color:hsla(240,5%,65%,.2)}.sm\:bg-zinc-400\/25{background-color:hsla(240,5%,65%,.25)}.sm\:bg-zinc-400\/30{background-color:hsla(240,5%,65%,.3)}.sm\:bg-zinc-400\/35{background-color:hsla(240,5%,65%,.35)}.sm\:bg-zinc-400\/40{background-color:hsla(240,5%,65%,.4)}.sm\:bg-zinc-400\/45{background-color:hsla(240,5%,65%,.45)}.sm\:bg-zinc-400\/5{background-color:hsla(240,5%,65%,.05)}.sm\:bg-zinc-400\/50{background-color:hsla(240,5%,65%,.5)}.sm\:bg-zinc-400\/55{background-color:hsla(240,5%,65%,.55)}.sm\:bg-zinc-400\/60{background-color:hsla(240,5%,65%,.6)}.sm\:bg-zinc-400\/65{background-color:hsla(240,5%,65%,.65)}.sm\:bg-zinc-400\/70{background-color:hsla(240,5%,65%,.7)}.sm\:bg-zinc-400\/75{background-color:hsla(240,5%,65%,.75)}.sm\:bg-zinc-400\/80{background-color:hsla(240,5%,65%,.8)}.sm\:bg-zinc-400\/85{background-color:hsla(240,5%,65%,.85)}.sm\:bg-zinc-400\/90{background-color:hsla(240,5%,65%,.9)}.sm\:bg-zinc-400\/95{background-color:hsla(240,5%,65%,.95)}.sm\:bg-zinc-50{--tw-bg-opacity:1;background-color:rgba(250,250,250,var(--tw-bg-opacity))}.sm\:bg-zinc-50\/0{background-color:hsla(0,0%,98%,0)}.sm\:bg-zinc-50\/10{background-color:hsla(0,0%,98%,.1)}.sm\:bg-zinc-50\/100{background-color:#fafafa}.sm\:bg-zinc-50\/15{background-color:hsla(0,0%,98%,.15)}.sm\:bg-zinc-50\/20{background-color:hsla(0,0%,98%,.2)}.sm\:bg-zinc-50\/25{background-color:hsla(0,0%,98%,.25)}.sm\:bg-zinc-50\/30{background-color:hsla(0,0%,98%,.3)}.sm\:bg-zinc-50\/35{background-color:hsla(0,0%,98%,.35)}.sm\:bg-zinc-50\/40{background-color:hsla(0,0%,98%,.4)}.sm\:bg-zinc-50\/45{background-color:hsla(0,0%,98%,.45)}.sm\:bg-zinc-50\/5{background-color:hsla(0,0%,98%,.05)}.sm\:bg-zinc-50\/50{background-color:hsla(0,0%,98%,.5)}.sm\:bg-zinc-50\/55{background-color:hsla(0,0%,98%,.55)}.sm\:bg-zinc-50\/60{background-color:hsla(0,0%,98%,.6)}.sm\:bg-zinc-50\/65{background-color:hsla(0,0%,98%,.65)}.sm\:bg-zinc-50\/70{background-color:hsla(0,0%,98%,.7)}.sm\:bg-zinc-50\/75{background-color:hsla(0,0%,98%,.75)}.sm\:bg-zinc-50\/80{background-color:hsla(0,0%,98%,.8)}.sm\:bg-zinc-50\/85{background-color:hsla(0,0%,98%,.85)}.sm\:bg-zinc-50\/90{background-color:hsla(0,0%,98%,.9)}.sm\:bg-zinc-50\/95{background-color:hsla(0,0%,98%,.95)}.sm\:bg-zinc-500{--tw-bg-opacity:1;background-color:rgba(113,113,122,var(--tw-bg-opacity))}.sm\:bg-zinc-500\/0{background-color:hsla(240,4%,46%,0)}.sm\:bg-zinc-500\/10{background-color:hsla(240,4%,46%,.1)}.sm\:bg-zinc-500\/100{background-color:#71717a}.sm\:bg-zinc-500\/15{background-color:hsla(240,4%,46%,.15)}.sm\:bg-zinc-500\/20{background-color:hsla(240,4%,46%,.2)}.sm\:bg-zinc-500\/25{background-color:hsla(240,4%,46%,.25)}.sm\:bg-zinc-500\/30{background-color:hsla(240,4%,46%,.3)}.sm\:bg-zinc-500\/35{background-color:hsla(240,4%,46%,.35)}.sm\:bg-zinc-500\/40{background-color:hsla(240,4%,46%,.4)}.sm\:bg-zinc-500\/45{background-color:hsla(240,4%,46%,.45)}.sm\:bg-zinc-500\/5{background-color:hsla(240,4%,46%,.05)}.sm\:bg-zinc-500\/50{background-color:hsla(240,4%,46%,.5)}.sm\:bg-zinc-500\/55{background-color:hsla(240,4%,46%,.55)}.sm\:bg-zinc-500\/60{background-color:hsla(240,4%,46%,.6)}.sm\:bg-zinc-500\/65{background-color:hsla(240,4%,46%,.65)}.sm\:bg-zinc-500\/70{background-color:hsla(240,4%,46%,.7)}.sm\:bg-zinc-500\/75{background-color:hsla(240,4%,46%,.75)}.sm\:bg-zinc-500\/80{background-color:hsla(240,4%,46%,.8)}.sm\:bg-zinc-500\/85{background-color:hsla(240,4%,46%,.85)}.sm\:bg-zinc-500\/90{background-color:hsla(240,4%,46%,.9)}.sm\:bg-zinc-500\/95{background-color:hsla(240,4%,46%,.95)}.sm\:bg-zinc-600{--tw-bg-opacity:1;background-color:rgba(82,82,91,var(--tw-bg-opacity))}.sm\:bg-zinc-600\/0{background-color:rgba(82,82,91,0)}.sm\:bg-zinc-600\/10{background-color:rgba(82,82,91,.1)}.sm\:bg-zinc-600\/100{background-color:#52525b}.sm\:bg-zinc-600\/15{background-color:rgba(82,82,91,.15)}.sm\:bg-zinc-600\/20{background-color:rgba(82,82,91,.2)}.sm\:bg-zinc-600\/25{background-color:rgba(82,82,91,.25)}.sm\:bg-zinc-600\/30{background-color:rgba(82,82,91,.3)}.sm\:bg-zinc-600\/35{background-color:rgba(82,82,91,.35)}.sm\:bg-zinc-600\/40{background-color:rgba(82,82,91,.4)}.sm\:bg-zinc-600\/45{background-color:rgba(82,82,91,.45)}.sm\:bg-zinc-600\/5{background-color:rgba(82,82,91,.05)}.sm\:bg-zinc-600\/50{background-color:rgba(82,82,91,.5)}.sm\:bg-zinc-600\/55{background-color:rgba(82,82,91,.55)}.sm\:bg-zinc-600\/60{background-color:rgba(82,82,91,.6)}.sm\:bg-zinc-600\/65{background-color:rgba(82,82,91,.65)}.sm\:bg-zinc-600\/70{background-color:rgba(82,82,91,.7)}.sm\:bg-zinc-600\/75{background-color:rgba(82,82,91,.75)}.sm\:bg-zinc-600\/80{background-color:rgba(82,82,91,.8)}.sm\:bg-zinc-600\/85{background-color:rgba(82,82,91,.85)}.sm\:bg-zinc-600\/90{background-color:rgba(82,82,91,.9)}.sm\:bg-zinc-600\/95{background-color:rgba(82,82,91,.95)}.sm\:bg-zinc-700{--tw-bg-opacity:1;background-color:rgba(63,63,70,var(--tw-bg-opacity))}.sm\:bg-zinc-700\/0{background-color:rgba(63,63,70,0)}.sm\:bg-zinc-700\/10{background-color:rgba(63,63,70,.1)}.sm\:bg-zinc-700\/100{background-color:#3f3f46}.sm\:bg-zinc-700\/15{background-color:rgba(63,63,70,.15)}.sm\:bg-zinc-700\/20{background-color:rgba(63,63,70,.2)}.sm\:bg-zinc-700\/25{background-color:rgba(63,63,70,.25)}.sm\:bg-zinc-700\/30{background-color:rgba(63,63,70,.3)}.sm\:bg-zinc-700\/35{background-color:rgba(63,63,70,.35)}.sm\:bg-zinc-700\/40{background-color:rgba(63,63,70,.4)}.sm\:bg-zinc-700\/45{background-color:rgba(63,63,70,.45)}.sm\:bg-zinc-700\/5{background-color:rgba(63,63,70,.05)}.sm\:bg-zinc-700\/50{background-color:rgba(63,63,70,.5)}.sm\:bg-zinc-700\/55{background-color:rgba(63,63,70,.55)}.sm\:bg-zinc-700\/60{background-color:rgba(63,63,70,.6)}.sm\:bg-zinc-700\/65{background-color:rgba(63,63,70,.65)}.sm\:bg-zinc-700\/70{background-color:rgba(63,63,70,.7)}.sm\:bg-zinc-700\/75{background-color:rgba(63,63,70,.75)}.sm\:bg-zinc-700\/80{background-color:rgba(63,63,70,.8)}.sm\:bg-zinc-700\/85{background-color:rgba(63,63,70,.85)}.sm\:bg-zinc-700\/90{background-color:rgba(63,63,70,.9)}.sm\:bg-zinc-700\/95{background-color:rgba(63,63,70,.95)}.sm\:bg-zinc-800{--tw-bg-opacity:1;background-color:rgba(39,39,42,var(--tw-bg-opacity))}.sm\:bg-zinc-800\/0{background-color:rgba(39,39,42,0)}.sm\:bg-zinc-800\/10{background-color:rgba(39,39,42,.1)}.sm\:bg-zinc-800\/100{background-color:#27272a}.sm\:bg-zinc-800\/15{background-color:rgba(39,39,42,.15)}.sm\:bg-zinc-800\/20{background-color:rgba(39,39,42,.2)}.sm\:bg-zinc-800\/25{background-color:rgba(39,39,42,.25)}.sm\:bg-zinc-800\/30{background-color:rgba(39,39,42,.3)}.sm\:bg-zinc-800\/35{background-color:rgba(39,39,42,.35)}.sm\:bg-zinc-800\/40{background-color:rgba(39,39,42,.4)}.sm\:bg-zinc-800\/45{background-color:rgba(39,39,42,.45)}.sm\:bg-zinc-800\/5{background-color:rgba(39,39,42,.05)}.sm\:bg-zinc-800\/50{background-color:rgba(39,39,42,.5)}.sm\:bg-zinc-800\/55{background-color:rgba(39,39,42,.55)}.sm\:bg-zinc-800\/60{background-color:rgba(39,39,42,.6)}.sm\:bg-zinc-800\/65{background-color:rgba(39,39,42,.65)}.sm\:bg-zinc-800\/70{background-color:rgba(39,39,42,.7)}.sm\:bg-zinc-800\/75{background-color:rgba(39,39,42,.75)}.sm\:bg-zinc-800\/80{background-color:rgba(39,39,42,.8)}.sm\:bg-zinc-800\/85{background-color:rgba(39,39,42,.85)}.sm\:bg-zinc-800\/90{background-color:rgba(39,39,42,.9)}.sm\:bg-zinc-800\/95{background-color:rgba(39,39,42,.95)}.sm\:bg-zinc-900{--tw-bg-opacity:1;background-color:rgba(24,24,27,var(--tw-bg-opacity))}.sm\:bg-zinc-900\/0{background-color:rgba(24,24,27,0)}.sm\:bg-zinc-900\/10{background-color:rgba(24,24,27,.1)}.sm\:bg-zinc-900\/100{background-color:#18181b}.sm\:bg-zinc-900\/15{background-color:rgba(24,24,27,.15)}.sm\:bg-zinc-900\/20{background-color:rgba(24,24,27,.2)}.sm\:bg-zinc-900\/25{background-color:rgba(24,24,27,.25)}.sm\:bg-zinc-900\/30{background-color:rgba(24,24,27,.3)}.sm\:bg-zinc-900\/35{background-color:rgba(24,24,27,.35)}.sm\:bg-zinc-900\/40{background-color:rgba(24,24,27,.4)}.sm\:bg-zinc-900\/45{background-color:rgba(24,24,27,.45)}.sm\:bg-zinc-900\/5{background-color:rgba(24,24,27,.05)}.sm\:bg-zinc-900\/50{background-color:rgba(24,24,27,.5)}.sm\:bg-zinc-900\/55{background-color:rgba(24,24,27,.55)}.sm\:bg-zinc-900\/60{background-color:rgba(24,24,27,.6)}.sm\:bg-zinc-900\/65{background-color:rgba(24,24,27,.65)}.sm\:bg-zinc-900\/70{background-color:rgba(24,24,27,.7)}.sm\:bg-zinc-900\/75{background-color:rgba(24,24,27,.75)}.sm\:bg-zinc-900\/80{background-color:rgba(24,24,27,.8)}.sm\:bg-zinc-900\/85{background-color:rgba(24,24,27,.85)}.sm\:bg-zinc-900\/90{background-color:rgba(24,24,27,.9)}.sm\:bg-zinc-900\/95{background-color:rgba(24,24,27,.95)}.sm\:bg-zinc-950{--tw-bg-opacity:1;background-color:rgba(9,9,11,var(--tw-bg-opacity))}.sm\:bg-zinc-950\/0{background-color:rgba(9,9,11,0)}.sm\:bg-zinc-950\/10{background-color:rgba(9,9,11,.1)}.sm\:bg-zinc-950\/100{background-color:#09090b}.sm\:bg-zinc-950\/15{background-color:rgba(9,9,11,.15)}.sm\:bg-zinc-950\/20{background-color:rgba(9,9,11,.2)}.sm\:bg-zinc-950\/25{background-color:rgba(9,9,11,.25)}.sm\:bg-zinc-950\/30{background-color:rgba(9,9,11,.3)}.sm\:bg-zinc-950\/35{background-color:rgba(9,9,11,.35)}.sm\:bg-zinc-950\/40{background-color:rgba(9,9,11,.4)}.sm\:bg-zinc-950\/45{background-color:rgba(9,9,11,.45)}.sm\:bg-zinc-950\/5{background-color:rgba(9,9,11,.05)}.sm\:bg-zinc-950\/50{background-color:rgba(9,9,11,.5)}.sm\:bg-zinc-950\/55{background-color:rgba(9,9,11,.55)}.sm\:bg-zinc-950\/60{background-color:rgba(9,9,11,.6)}.sm\:bg-zinc-950\/65{background-color:rgba(9,9,11,.65)}.sm\:bg-zinc-950\/70{background-color:rgba(9,9,11,.7)}.sm\:bg-zinc-950\/75{background-color:rgba(9,9,11,.75)}.sm\:bg-zinc-950\/80{background-color:rgba(9,9,11,.8)}.sm\:bg-zinc-950\/85{background-color:rgba(9,9,11,.85)}.sm\:bg-zinc-950\/90{background-color:rgba(9,9,11,.9)}.sm\:bg-zinc-950\/95{background-color:rgba(9,9,11,.95)}.sm\:bg-opacity-0{--tw-bg-opacity:0}.sm\:bg-opacity-10{--tw-bg-opacity:0.1}.sm\:bg-opacity-100{--tw-bg-opacity:1}.sm\:bg-opacity-15{--tw-bg-opacity:0.15}.sm\:bg-opacity-20{--tw-bg-opacity:0.2}.sm\:bg-opacity-25{--tw-bg-opacity:0.25}.sm\:bg-opacity-30{--tw-bg-opacity:0.3}.sm\:bg-opacity-35{--tw-bg-opacity:0.35}.sm\:bg-opacity-40{--tw-bg-opacity:0.4}.sm\:bg-opacity-45{--tw-bg-opacity:0.45}.sm\:bg-opacity-5{--tw-bg-opacity:0.05}.sm\:bg-opacity-50{--tw-bg-opacity:0.5}.sm\:bg-opacity-55{--tw-bg-opacity:0.55}.sm\:bg-opacity-60{--tw-bg-opacity:0.6}.sm\:bg-opacity-65{--tw-bg-opacity:0.65}.sm\:bg-opacity-70{--tw-bg-opacity:0.7}.sm\:bg-opacity-75{--tw-bg-opacity:0.75}.sm\:bg-opacity-80{--tw-bg-opacity:0.8}.sm\:bg-opacity-85{--tw-bg-opacity:0.85}.sm\:bg-opacity-90{--tw-bg-opacity:0.9}.sm\:bg-opacity-95{--tw-bg-opacity:0.95}.sm\:bg-colour-options{background-image:url(/app/themes/wraith/public/images/colour-options-bg.947ce4.svg)}.sm\:bg-footer{background-image:url(/app/themes/wraith/public/images/footer-bg.0a5cc9.svg)}.sm\:bg-gradient-to-b{background-image:linear-gradient(to bottom,var(--tw-gradient-stops))}.sm\:bg-gradient-to-bl{background-image:linear-gradient(to bottom left,var(--tw-gradient-stops))}.sm\:bg-gradient-to-br{background-image:linear-gradient(to bottom right,var(--tw-gradient-stops))}.sm\:bg-gradient-to-l{background-image:linear-gradient(to left,var(--tw-gradient-stops))}.sm\:bg-gradient-to-r{background-image:linear-gradient(to right,var(--tw-gradient-stops))}.sm\:bg-gradient-to-t{background-image:linear-gradient(to top,var(--tw-gradient-stops))}.sm\:bg-gradient-to-tl{background-image:linear-gradient(to top left,var(--tw-gradient-stops))}.sm\:bg-gradient-to-tr{background-image:linear-gradient(to top right,var(--tw-gradient-stops))}.sm\:bg-none{background-image:none}.sm\:bg-secondary-dark-gray-white-split{background-image:linear-gradient(180deg,#f2f3f4,#f2f3f4 50%,#fff 0,#fff)}.sm\:bg-trust-col{background-image:url(/app/themes/wraith/public/images/trust-col-bg.8161a3.svg)}.sm\:bg-white-secondary-split{background-image:linear-gradient(180deg,#fff,#fff 50%,#042131 0,#042131)}.sm\:bg-auto{background-size:auto}.sm\:bg-contain{background-size:contain}.sm\:bg-cover{background-size:cover}.sm\:bg-fixed{background-attachment:fixed}.sm\:bg-local{background-attachment:local}.sm\:bg-scroll{background-attachment:scroll}.sm\:bg-clip-border{background-clip:initial}.sm\:bg-clip-padding{background-clip:padding-box}.sm\:bg-clip-content{background-clip:content-box}.sm\:bg-clip-text{-webkit-background-clip:text;background-clip:text}.sm\:bg-bottom{background-position:bottom}.sm\:bg-center{background-position:50%}.sm\:bg-left{background-position:0}.sm\:bg-left-bottom{background-position:0 100%}.sm\:bg-left-top{background-position:0 0}.sm\:bg-right{background-position:100%}.sm\:bg-right-bottom{background-position:100% 100%}.sm\:bg-right-top{background-position:100% 0}.sm\:bg-top{background-position:top}.sm\:bg-repeat{background-repeat:repeat}.sm\:bg-no-repeat{background-repeat:no-repeat}.sm\:bg-repeat-x{background-repeat:repeat-x}.sm\:bg-repeat-y{background-repeat:repeat-y}.sm\:bg-repeat-round{background-repeat:round}.sm\:bg-repeat-space{background-repeat:space}.sm\:bg-origin-border{background-origin:border-box}.sm\:bg-origin-padding{background-origin:initial}.sm\:bg-origin-content{background-origin:content-box}.sm\:px-8{padding-left:2rem;padding-right:2rem}.sm\:py-6{padding-top:1.5rem}.sm\:pb-6,.sm\:py-6{padding-bottom:1.5rem}.sm\:text-xl\/tight{font-size:1.25rem;line-height:1.25}.sm\:leading-loose{line-height:2}.sm\:bg-blend-normal{background-blend-mode:normal}.sm\:bg-blend-multiply{background-blend-mode:multiply}.sm\:bg-blend-screen{background-blend-mode:screen}.sm\:bg-blend-overlay{background-blend-mode:overlay}.sm\:bg-blend-darken{background-blend-mode:darken}.sm\:bg-blend-lighten{background-blend-mode:lighten}.sm\:bg-blend-color-dodge{background-blend-mode:color-dodge}.sm\:bg-blend-color-burn{background-blend-mode:color-burn}.sm\:bg-blend-hard-light{background-blend-mode:hard-light}.sm\:bg-blend-soft-light{background-blend-mode:soft-light}.sm\:bg-blend-difference{background-blend-mode:difference}.sm\:bg-blend-exclusion{background-blend-mode:exclusion}.sm\:bg-blend-hue{background-blend-mode:hue}.sm\:bg-blend-saturation{background-blend-mode:saturation}.sm\:bg-blend-color{background-blend-mode:color}.sm\:bg-blend-luminosity{background-blend-mode:luminosity}}@media (min-width:768px){.md\:fixed{position:fixed}.md\:absolute{position:absolute}.md\:inset-0{bottom:0;left:0;right:0;top:0}.md\:bottom-2{bottom:.5rem}.md\:left-2{left:.5rem}.md\:right-1{right:.25rem}.md\:mx-4{margin-left:1rem;margin-right:1rem}.md\:mb-0{margin-bottom:0}.md\:mb-4{margin-bottom:1rem}.md\:mt-0{margin-top:0}.md\:mt-1{margin-top:.25rem}.md\:block{display:block}.md\:inline-block{display:inline-block}.md\:inline{display:inline}.md\:hidden{display:none}.md\:h-\[43\.75rem\]{height:43.75rem}.md\:h-full{height:100%}.md\:w-1\/2{width:50%}.md\:w-1\/3{width:33.333333%}.md\:w-1\/4{width:25%}.md\:w-1\/6{width:16.666667%}.md\:w-2\/3{width:66.666667%}.md\:w-2\/5{width:40%}.md\:w-3\/4{width:75%}.md\:w-3\/5{width:60%}.md\:w-5\/6{width:83.333333%}.md\:w-auto{width:auto}.md\:w-full{width:100%}.md\:max-w-4xl{max-width:56rem}.md\:max-w-\[80\%\]{max-width:80%}.md\:max-w-fit{max-width:-webkit-fit-content;max-width:-moz-fit-content;max-width:fit-content}.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\:justify-start{justify-content:flex-start}.md\:gap-10{gap:2.5rem}.md\:gap-4{gap:1rem}.md\:gap-8{gap:2rem}.md\:\!rounded-none{border-radius:0!important}.md\:border-0{border-width:0}.md\:border-b{border-bottom-width:1px}.md\:border-solid{border-style:solid}.md\:border-tertiary-dark-gray{--tw-border-opacity:1;border-color:rgba(112,112,112,var(--tw-border-opacity))}.md\:border-white{--tw-border-opacity:1;border-color:rgba(255,255,255,var(--tw-border-opacity))}.md\:bg-amber-100{--tw-bg-opacity:1;background-color:rgba(254,243,199,var(--tw-bg-opacity))}.md\:bg-amber-100\/0{background-color:hsla(48,96%,89%,0)}.md\:bg-amber-100\/10{background-color:hsla(48,96%,89%,.1)}.md\:bg-amber-100\/100{background-color:#fef3c7}.md\:bg-amber-100\/15{background-color:hsla(48,96%,89%,.15)}.md\:bg-amber-100\/20{background-color:hsla(48,96%,89%,.2)}.md\:bg-amber-100\/25{background-color:hsla(48,96%,89%,.25)}.md\:bg-amber-100\/30{background-color:hsla(48,96%,89%,.3)}.md\:bg-amber-100\/35{background-color:hsla(48,96%,89%,.35)}.md\:bg-amber-100\/40{background-color:hsla(48,96%,89%,.4)}.md\:bg-amber-100\/45{background-color:hsla(48,96%,89%,.45)}.md\:bg-amber-100\/5{background-color:hsla(48,96%,89%,.05)}.md\:bg-amber-100\/50{background-color:hsla(48,96%,89%,.5)}.md\:bg-amber-100\/55{background-color:hsla(48,96%,89%,.55)}.md\:bg-amber-100\/60{background-color:hsla(48,96%,89%,.6)}.md\:bg-amber-100\/65{background-color:hsla(48,96%,89%,.65)}.md\:bg-amber-100\/70{background-color:hsla(48,96%,89%,.7)}.md\:bg-amber-100\/75{background-color:hsla(48,96%,89%,.75)}.md\:bg-amber-100\/80{background-color:hsla(48,96%,89%,.8)}.md\:bg-amber-100\/85{background-color:hsla(48,96%,89%,.85)}.md\:bg-amber-100\/90{background-color:hsla(48,96%,89%,.9)}.md\:bg-amber-100\/95{background-color:hsla(48,96%,89%,.95)}.md\:bg-amber-200{--tw-bg-opacity:1;background-color:rgba(253,230,138,var(--tw-bg-opacity))}.md\:bg-amber-200\/0{background-color:hsla(48,97%,77%,0)}.md\:bg-amber-200\/10{background-color:hsla(48,97%,77%,.1)}.md\:bg-amber-200\/100{background-color:#fde68a}.md\:bg-amber-200\/15{background-color:hsla(48,97%,77%,.15)}.md\:bg-amber-200\/20{background-color:hsla(48,97%,77%,.2)}.md\:bg-amber-200\/25{background-color:hsla(48,97%,77%,.25)}.md\:bg-amber-200\/30{background-color:hsla(48,97%,77%,.3)}.md\:bg-amber-200\/35{background-color:hsla(48,97%,77%,.35)}.md\:bg-amber-200\/40{background-color:hsla(48,97%,77%,.4)}.md\:bg-amber-200\/45{background-color:hsla(48,97%,77%,.45)}.md\:bg-amber-200\/5{background-color:hsla(48,97%,77%,.05)}.md\:bg-amber-200\/50{background-color:hsla(48,97%,77%,.5)}.md\:bg-amber-200\/55{background-color:hsla(48,97%,77%,.55)}.md\:bg-amber-200\/60{background-color:hsla(48,97%,77%,.6)}.md\:bg-amber-200\/65{background-color:hsla(48,97%,77%,.65)}.md\:bg-amber-200\/70{background-color:hsla(48,97%,77%,.7)}.md\:bg-amber-200\/75{background-color:hsla(48,97%,77%,.75)}.md\:bg-amber-200\/80{background-color:hsla(48,97%,77%,.8)}.md\:bg-amber-200\/85{background-color:hsla(48,97%,77%,.85)}.md\:bg-amber-200\/90{background-color:hsla(48,97%,77%,.9)}.md\:bg-amber-200\/95{background-color:hsla(48,97%,77%,.95)}.md\:bg-amber-300{--tw-bg-opacity:1;background-color:rgba(252,211,77,var(--tw-bg-opacity))}.md\:bg-amber-300\/0{background-color:rgba(252,211,77,0)}.md\:bg-amber-300\/10{background-color:rgba(252,211,77,.1)}.md\:bg-amber-300\/100{background-color:#fcd34d}.md\:bg-amber-300\/15{background-color:rgba(252,211,77,.15)}.md\:bg-amber-300\/20{background-color:rgba(252,211,77,.2)}.md\:bg-amber-300\/25{background-color:rgba(252,211,77,.25)}.md\:bg-amber-300\/30{background-color:rgba(252,211,77,.3)}.md\:bg-amber-300\/35{background-color:rgba(252,211,77,.35)}.md\:bg-amber-300\/40{background-color:rgba(252,211,77,.4)}.md\:bg-amber-300\/45{background-color:rgba(252,211,77,.45)}.md\:bg-amber-300\/5{background-color:rgba(252,211,77,.05)}.md\:bg-amber-300\/50{background-color:rgba(252,211,77,.5)}.md\:bg-amber-300\/55{background-color:rgba(252,211,77,.55)}.md\:bg-amber-300\/60{background-color:rgba(252,211,77,.6)}.md\:bg-amber-300\/65{background-color:rgba(252,211,77,.65)}.md\:bg-amber-300\/70{background-color:rgba(252,211,77,.7)}.md\:bg-amber-300\/75{background-color:rgba(252,211,77,.75)}.md\:bg-amber-300\/80{background-color:rgba(252,211,77,.8)}.md\:bg-amber-300\/85{background-color:rgba(252,211,77,.85)}.md\:bg-amber-300\/90{background-color:rgba(252,211,77,.9)}.md\:bg-amber-300\/95{background-color:rgba(252,211,77,.95)}.md\:bg-amber-400{--tw-bg-opacity:1;background-color:rgba(251,191,36,var(--tw-bg-opacity))}.md\:bg-amber-400\/0{background-color:rgba(251,191,36,0)}.md\:bg-amber-400\/10{background-color:rgba(251,191,36,.1)}.md\:bg-amber-400\/100{background-color:#fbbf24}.md\:bg-amber-400\/15{background-color:rgba(251,191,36,.15)}.md\:bg-amber-400\/20{background-color:rgba(251,191,36,.2)}.md\:bg-amber-400\/25{background-color:rgba(251,191,36,.25)}.md\:bg-amber-400\/30{background-color:rgba(251,191,36,.3)}.md\:bg-amber-400\/35{background-color:rgba(251,191,36,.35)}.md\:bg-amber-400\/40{background-color:rgba(251,191,36,.4)}.md\:bg-amber-400\/45{background-color:rgba(251,191,36,.45)}.md\:bg-amber-400\/5{background-color:rgba(251,191,36,.05)}.md\:bg-amber-400\/50{background-color:rgba(251,191,36,.5)}.md\:bg-amber-400\/55{background-color:rgba(251,191,36,.55)}.md\:bg-amber-400\/60{background-color:rgba(251,191,36,.6)}.md\:bg-amber-400\/65{background-color:rgba(251,191,36,.65)}.md\:bg-amber-400\/70{background-color:rgba(251,191,36,.7)}.md\:bg-amber-400\/75{background-color:rgba(251,191,36,.75)}.md\:bg-amber-400\/80{background-color:rgba(251,191,36,.8)}.md\:bg-amber-400\/85{background-color:rgba(251,191,36,.85)}.md\:bg-amber-400\/90{background-color:rgba(251,191,36,.9)}.md\:bg-amber-400\/95{background-color:rgba(251,191,36,.95)}.md\:bg-amber-50{--tw-bg-opacity:1;background-color:rgba(255,251,235,var(--tw-bg-opacity))}.md\:bg-amber-50\/0{background-color:rgba(255,251,235,0)}.md\:bg-amber-50\/10{background-color:rgba(255,251,235,.1)}.md\:bg-amber-50\/100{background-color:#fffbeb}.md\:bg-amber-50\/15{background-color:rgba(255,251,235,.15)}.md\:bg-amber-50\/20{background-color:rgba(255,251,235,.2)}.md\:bg-amber-50\/25{background-color:rgba(255,251,235,.25)}.md\:bg-amber-50\/30{background-color:rgba(255,251,235,.3)}.md\:bg-amber-50\/35{background-color:rgba(255,251,235,.35)}.md\:bg-amber-50\/40{background-color:rgba(255,251,235,.4)}.md\:bg-amber-50\/45{background-color:rgba(255,251,235,.45)}.md\:bg-amber-50\/5{background-color:rgba(255,251,235,.05)}.md\:bg-amber-50\/50{background-color:rgba(255,251,235,.5)}.md\:bg-amber-50\/55{background-color:rgba(255,251,235,.55)}.md\:bg-amber-50\/60{background-color:rgba(255,251,235,.6)}.md\:bg-amber-50\/65{background-color:rgba(255,251,235,.65)}.md\:bg-amber-50\/70{background-color:rgba(255,251,235,.7)}.md\:bg-amber-50\/75{background-color:rgba(255,251,235,.75)}.md\:bg-amber-50\/80{background-color:rgba(255,251,235,.8)}.md\:bg-amber-50\/85{background-color:rgba(255,251,235,.85)}.md\:bg-amber-50\/90{background-color:rgba(255,251,235,.9)}.md\:bg-amber-50\/95{background-color:rgba(255,251,235,.95)}.md\:bg-amber-500{--tw-bg-opacity:1;background-color:rgba(245,158,11,var(--tw-bg-opacity))}.md\:bg-amber-500\/0{background-color:rgba(245,158,11,0)}.md\:bg-amber-500\/10{background-color:rgba(245,158,11,.1)}.md\:bg-amber-500\/100{background-color:#f59e0b}.md\:bg-amber-500\/15{background-color:rgba(245,158,11,.15)}.md\:bg-amber-500\/20{background-color:rgba(245,158,11,.2)}.md\:bg-amber-500\/25{background-color:rgba(245,158,11,.25)}.md\:bg-amber-500\/30{background-color:rgba(245,158,11,.3)}.md\:bg-amber-500\/35{background-color:rgba(245,158,11,.35)}.md\:bg-amber-500\/40{background-color:rgba(245,158,11,.4)}.md\:bg-amber-500\/45{background-color:rgba(245,158,11,.45)}.md\:bg-amber-500\/5{background-color:rgba(245,158,11,.05)}.md\:bg-amber-500\/50{background-color:rgba(245,158,11,.5)}.md\:bg-amber-500\/55{background-color:rgba(245,158,11,.55)}.md\:bg-amber-500\/60{background-color:rgba(245,158,11,.6)}.md\:bg-amber-500\/65{background-color:rgba(245,158,11,.65)}.md\:bg-amber-500\/70{background-color:rgba(245,158,11,.7)}.md\:bg-amber-500\/75{background-color:rgba(245,158,11,.75)}.md\:bg-amber-500\/80{background-color:rgba(245,158,11,.8)}.md\:bg-amber-500\/85{background-color:rgba(245,158,11,.85)}.md\:bg-amber-500\/90{background-color:rgba(245,158,11,.9)}.md\:bg-amber-500\/95{background-color:rgba(245,158,11,.95)}.md\:bg-amber-600{--tw-bg-opacity:1;background-color:rgba(217,119,6,var(--tw-bg-opacity))}.md\:bg-amber-600\/0{background-color:rgba(217,119,6,0)}.md\:bg-amber-600\/10{background-color:rgba(217,119,6,.1)}.md\:bg-amber-600\/100{background-color:#d97706}.md\:bg-amber-600\/15{background-color:rgba(217,119,6,.15)}.md\:bg-amber-600\/20{background-color:rgba(217,119,6,.2)}.md\:bg-amber-600\/25{background-color:rgba(217,119,6,.25)}.md\:bg-amber-600\/30{background-color:rgba(217,119,6,.3)}.md\:bg-amber-600\/35{background-color:rgba(217,119,6,.35)}.md\:bg-amber-600\/40{background-color:rgba(217,119,6,.4)}.md\:bg-amber-600\/45{background-color:rgba(217,119,6,.45)}.md\:bg-amber-600\/5{background-color:rgba(217,119,6,.05)}.md\:bg-amber-600\/50{background-color:rgba(217,119,6,.5)}.md\:bg-amber-600\/55{background-color:rgba(217,119,6,.55)}.md\:bg-amber-600\/60{background-color:rgba(217,119,6,.6)}.md\:bg-amber-600\/65{background-color:rgba(217,119,6,.65)}.md\:bg-amber-600\/70{background-color:rgba(217,119,6,.7)}.md\:bg-amber-600\/75{background-color:rgba(217,119,6,.75)}.md\:bg-amber-600\/80{background-color:rgba(217,119,6,.8)}.md\:bg-amber-600\/85{background-color:rgba(217,119,6,.85)}.md\:bg-amber-600\/90{background-color:rgba(217,119,6,.9)}.md\:bg-amber-600\/95{background-color:rgba(217,119,6,.95)}.md\:bg-amber-700{--tw-bg-opacity:1;background-color:rgba(180,83,9,var(--tw-bg-opacity))}.md\:bg-amber-700\/0{background-color:rgba(180,83,9,0)}.md\:bg-amber-700\/10{background-color:rgba(180,83,9,.1)}.md\:bg-amber-700\/100{background-color:#b45309}.md\:bg-amber-700\/15{background-color:rgba(180,83,9,.15)}.md\:bg-amber-700\/20{background-color:rgba(180,83,9,.2)}.md\:bg-amber-700\/25{background-color:rgba(180,83,9,.25)}.md\:bg-amber-700\/30{background-color:rgba(180,83,9,.3)}.md\:bg-amber-700\/35{background-color:rgba(180,83,9,.35)}.md\:bg-amber-700\/40{background-color:rgba(180,83,9,.4)}.md\:bg-amber-700\/45{background-color:rgba(180,83,9,.45)}.md\:bg-amber-700\/5{background-color:rgba(180,83,9,.05)}.md\:bg-amber-700\/50{background-color:rgba(180,83,9,.5)}.md\:bg-amber-700\/55{background-color:rgba(180,83,9,.55)}.md\:bg-amber-700\/60{background-color:rgba(180,83,9,.6)}.md\:bg-amber-700\/65{background-color:rgba(180,83,9,.65)}.md\:bg-amber-700\/70{background-color:rgba(180,83,9,.7)}.md\:bg-amber-700\/75{background-color:rgba(180,83,9,.75)}.md\:bg-amber-700\/80{background-color:rgba(180,83,9,.8)}.md\:bg-amber-700\/85{background-color:rgba(180,83,9,.85)}.md\:bg-amber-700\/90{background-color:rgba(180,83,9,.9)}.md\:bg-amber-700\/95{background-color:rgba(180,83,9,.95)}.md\:bg-amber-800{--tw-bg-opacity:1;background-color:rgba(146,64,14,var(--tw-bg-opacity))}.md\:bg-amber-800\/0{background-color:rgba(146,64,14,0)}.md\:bg-amber-800\/10{background-color:rgba(146,64,14,.1)}.md\:bg-amber-800\/100{background-color:#92400e}.md\:bg-amber-800\/15{background-color:rgba(146,64,14,.15)}.md\:bg-amber-800\/20{background-color:rgba(146,64,14,.2)}.md\:bg-amber-800\/25{background-color:rgba(146,64,14,.25)}.md\:bg-amber-800\/30{background-color:rgba(146,64,14,.3)}.md\:bg-amber-800\/35{background-color:rgba(146,64,14,.35)}.md\:bg-amber-800\/40{background-color:rgba(146,64,14,.4)}.md\:bg-amber-800\/45{background-color:rgba(146,64,14,.45)}.md\:bg-amber-800\/5{background-color:rgba(146,64,14,.05)}.md\:bg-amber-800\/50{background-color:rgba(146,64,14,.5)}.md\:bg-amber-800\/55{background-color:rgba(146,64,14,.55)}.md\:bg-amber-800\/60{background-color:rgba(146,64,14,.6)}.md\:bg-amber-800\/65{background-color:rgba(146,64,14,.65)}.md\:bg-amber-800\/70{background-color:rgba(146,64,14,.7)}.md\:bg-amber-800\/75{background-color:rgba(146,64,14,.75)}.md\:bg-amber-800\/80{background-color:rgba(146,64,14,.8)}.md\:bg-amber-800\/85{background-color:rgba(146,64,14,.85)}.md\:bg-amber-800\/90{background-color:rgba(146,64,14,.9)}.md\:bg-amber-800\/95{background-color:rgba(146,64,14,.95)}.md\:bg-amber-900{--tw-bg-opacity:1;background-color:rgba(120,53,15,var(--tw-bg-opacity))}.md\:bg-amber-900\/0{background-color:rgba(120,53,15,0)}.md\:bg-amber-900\/10{background-color:rgba(120,53,15,.1)}.md\:bg-amber-900\/100{background-color:#78350f}.md\:bg-amber-900\/15{background-color:rgba(120,53,15,.15)}.md\:bg-amber-900\/20{background-color:rgba(120,53,15,.2)}.md\:bg-amber-900\/25{background-color:rgba(120,53,15,.25)}.md\:bg-amber-900\/30{background-color:rgba(120,53,15,.3)}.md\:bg-amber-900\/35{background-color:rgba(120,53,15,.35)}.md\:bg-amber-900\/40{background-color:rgba(120,53,15,.4)}.md\:bg-amber-900\/45{background-color:rgba(120,53,15,.45)}.md\:bg-amber-900\/5{background-color:rgba(120,53,15,.05)}.md\:bg-amber-900\/50{background-color:rgba(120,53,15,.5)}.md\:bg-amber-900\/55{background-color:rgba(120,53,15,.55)}.md\:bg-amber-900\/60{background-color:rgba(120,53,15,.6)}.md\:bg-amber-900\/65{background-color:rgba(120,53,15,.65)}.md\:bg-amber-900\/70{background-color:rgba(120,53,15,.7)}.md\:bg-amber-900\/75{background-color:rgba(120,53,15,.75)}.md\:bg-amber-900\/80{background-color:rgba(120,53,15,.8)}.md\:bg-amber-900\/85{background-color:rgba(120,53,15,.85)}.md\:bg-amber-900\/90{background-color:rgba(120,53,15,.9)}.md\:bg-amber-900\/95{background-color:rgba(120,53,15,.95)}.md\:bg-amber-950{--tw-bg-opacity:1;background-color:rgba(69,26,3,var(--tw-bg-opacity))}.md\:bg-amber-950\/0{background-color:rgba(69,26,3,0)}.md\:bg-amber-950\/10{background-color:rgba(69,26,3,.1)}.md\:bg-amber-950\/100{background-color:#451a03}.md\:bg-amber-950\/15{background-color:rgba(69,26,3,.15)}.md\:bg-amber-950\/20{background-color:rgba(69,26,3,.2)}.md\:bg-amber-950\/25{background-color:rgba(69,26,3,.25)}.md\:bg-amber-950\/30{background-color:rgba(69,26,3,.3)}.md\:bg-amber-950\/35{background-color:rgba(69,26,3,.35)}.md\:bg-amber-950\/40{background-color:rgba(69,26,3,.4)}.md\:bg-amber-950\/45{background-color:rgba(69,26,3,.45)}.md\:bg-amber-950\/5{background-color:rgba(69,26,3,.05)}.md\:bg-amber-950\/50{background-color:rgba(69,26,3,.5)}.md\:bg-amber-950\/55{background-color:rgba(69,26,3,.55)}.md\:bg-amber-950\/60{background-color:rgba(69,26,3,.6)}.md\:bg-amber-950\/65{background-color:rgba(69,26,3,.65)}.md\:bg-amber-950\/70{background-color:rgba(69,26,3,.7)}.md\:bg-amber-950\/75{background-color:rgba(69,26,3,.75)}.md\:bg-amber-950\/80{background-color:rgba(69,26,3,.8)}.md\:bg-amber-950\/85{background-color:rgba(69,26,3,.85)}.md\:bg-amber-950\/90{background-color:rgba(69,26,3,.9)}.md\:bg-amber-950\/95{background-color:rgba(69,26,3,.95)}.md\:bg-black{--tw-bg-opacity:1;background-color:rgba(0,0,0,var(--tw-bg-opacity))}.md\:bg-black\/0{background-color:transparent}.md\:bg-black\/10{background-color:rgba(0,0,0,.1)}.md\:bg-black\/100{background-color:#000}.md\:bg-black\/15{background-color:rgba(0,0,0,.15)}.md\:bg-black\/20{background-color:rgba(0,0,0,.2)}.md\:bg-black\/25{background-color:rgba(0,0,0,.25)}.md\:bg-black\/30{background-color:rgba(0,0,0,.3)}.md\:bg-black\/35{background-color:rgba(0,0,0,.35)}.md\:bg-black\/40{background-color:rgba(0,0,0,.4)}.md\:bg-black\/45{background-color:rgba(0,0,0,.45)}.md\:bg-black\/5{background-color:rgba(0,0,0,.05)}.md\:bg-black\/50{background-color:rgba(0,0,0,.5)}.md\:bg-black\/55{background-color:rgba(0,0,0,.55)}.md\:bg-black\/60{background-color:rgba(0,0,0,.6)}.md\:bg-black\/65{background-color:rgba(0,0,0,.65)}.md\:bg-black\/70{background-color:rgba(0,0,0,.7)}.md\:bg-black\/75{background-color:rgba(0,0,0,.75)}.md\:bg-black\/80{background-color:rgba(0,0,0,.8)}.md\:bg-black\/85{background-color:rgba(0,0,0,.85)}.md\:bg-black\/90{background-color:rgba(0,0,0,.9)}.md\:bg-black\/95{background-color:rgba(0,0,0,.95)}.md\:bg-blue-100{--tw-bg-opacity:1;background-color:rgba(219,234,254,var(--tw-bg-opacity))}.md\:bg-blue-100\/0{background-color:rgba(219,234,254,0)}.md\:bg-blue-100\/10{background-color:rgba(219,234,254,.1)}.md\:bg-blue-100\/100{background-color:#dbeafe}.md\:bg-blue-100\/15{background-color:rgba(219,234,254,.15)}.md\:bg-blue-100\/20{background-color:rgba(219,234,254,.2)}.md\:bg-blue-100\/25{background-color:rgba(219,234,254,.25)}.md\:bg-blue-100\/30{background-color:rgba(219,234,254,.3)}.md\:bg-blue-100\/35{background-color:rgba(219,234,254,.35)}.md\:bg-blue-100\/40{background-color:rgba(219,234,254,.4)}.md\:bg-blue-100\/45{background-color:rgba(219,234,254,.45)}.md\:bg-blue-100\/5{background-color:rgba(219,234,254,.05)}.md\:bg-blue-100\/50{background-color:rgba(219,234,254,.5)}.md\:bg-blue-100\/55{background-color:rgba(219,234,254,.55)}.md\:bg-blue-100\/60{background-color:rgba(219,234,254,.6)}.md\:bg-blue-100\/65{background-color:rgba(219,234,254,.65)}.md\:bg-blue-100\/70{background-color:rgba(219,234,254,.7)}.md\:bg-blue-100\/75{background-color:rgba(219,234,254,.75)}.md\:bg-blue-100\/80{background-color:rgba(219,234,254,.8)}.md\:bg-blue-100\/85{background-color:rgba(219,234,254,.85)}.md\:bg-blue-100\/90{background-color:rgba(219,234,254,.9)}.md\:bg-blue-100\/95{background-color:rgba(219,234,254,.95)}.md\:bg-blue-200{--tw-bg-opacity:1;background-color:rgba(191,219,254,var(--tw-bg-opacity))}.md\:bg-blue-200\/0{background-color:rgba(191,219,254,0)}.md\:bg-blue-200\/10{background-color:rgba(191,219,254,.1)}.md\:bg-blue-200\/100{background-color:#bfdbfe}.md\:bg-blue-200\/15{background-color:rgba(191,219,254,.15)}.md\:bg-blue-200\/20{background-color:rgba(191,219,254,.2)}.md\:bg-blue-200\/25{background-color:rgba(191,219,254,.25)}.md\:bg-blue-200\/30{background-color:rgba(191,219,254,.3)}.md\:bg-blue-200\/35{background-color:rgba(191,219,254,.35)}.md\:bg-blue-200\/40{background-color:rgba(191,219,254,.4)}.md\:bg-blue-200\/45{background-color:rgba(191,219,254,.45)}.md\:bg-blue-200\/5{background-color:rgba(191,219,254,.05)}.md\:bg-blue-200\/50{background-color:rgba(191,219,254,.5)}.md\:bg-blue-200\/55{background-color:rgba(191,219,254,.55)}.md\:bg-blue-200\/60{background-color:rgba(191,219,254,.6)}.md\:bg-blue-200\/65{background-color:rgba(191,219,254,.65)}.md\:bg-blue-200\/70{background-color:rgba(191,219,254,.7)}.md\:bg-blue-200\/75{background-color:rgba(191,219,254,.75)}.md\:bg-blue-200\/80{background-color:rgba(191,219,254,.8)}.md\:bg-blue-200\/85{background-color:rgba(191,219,254,.85)}.md\:bg-blue-200\/90{background-color:rgba(191,219,254,.9)}.md\:bg-blue-200\/95{background-color:rgba(191,219,254,.95)}.md\:bg-blue-300{--tw-bg-opacity:1;background-color:rgba(147,197,253,var(--tw-bg-opacity))}.md\:bg-blue-300\/0{background-color:rgba(147,197,253,0)}.md\:bg-blue-300\/10{background-color:rgba(147,197,253,.1)}.md\:bg-blue-300\/100{background-color:#93c5fd}.md\:bg-blue-300\/15{background-color:rgba(147,197,253,.15)}.md\:bg-blue-300\/20{background-color:rgba(147,197,253,.2)}.md\:bg-blue-300\/25{background-color:rgba(147,197,253,.25)}.md\:bg-blue-300\/30{background-color:rgba(147,197,253,.3)}.md\:bg-blue-300\/35{background-color:rgba(147,197,253,.35)}.md\:bg-blue-300\/40{background-color:rgba(147,197,253,.4)}.md\:bg-blue-300\/45{background-color:rgba(147,197,253,.45)}.md\:bg-blue-300\/5{background-color:rgba(147,197,253,.05)}.md\:bg-blue-300\/50{background-color:rgba(147,197,253,.5)}.md\:bg-blue-300\/55{background-color:rgba(147,197,253,.55)}.md\:bg-blue-300\/60{background-color:rgba(147,197,253,.6)}.md\:bg-blue-300\/65{background-color:rgba(147,197,253,.65)}.md\:bg-blue-300\/70{background-color:rgba(147,197,253,.7)}.md\:bg-blue-300\/75{background-color:rgba(147,197,253,.75)}.md\:bg-blue-300\/80{background-color:rgba(147,197,253,.8)}.md\:bg-blue-300\/85{background-color:rgba(147,197,253,.85)}.md\:bg-blue-300\/90{background-color:rgba(147,197,253,.9)}.md\:bg-blue-300\/95{background-color:rgba(147,197,253,.95)}.md\:bg-blue-400{--tw-bg-opacity:1;background-color:rgba(96,165,250,var(--tw-bg-opacity))}.md\:bg-blue-400\/0{background-color:rgba(96,165,250,0)}.md\:bg-blue-400\/10{background-color:rgba(96,165,250,.1)}.md\:bg-blue-400\/100{background-color:#60a5fa}.md\:bg-blue-400\/15{background-color:rgba(96,165,250,.15)}.md\:bg-blue-400\/20{background-color:rgba(96,165,250,.2)}.md\:bg-blue-400\/25{background-color:rgba(96,165,250,.25)}.md\:bg-blue-400\/30{background-color:rgba(96,165,250,.3)}.md\:bg-blue-400\/35{background-color:rgba(96,165,250,.35)}.md\:bg-blue-400\/40{background-color:rgba(96,165,250,.4)}.md\:bg-blue-400\/45{background-color:rgba(96,165,250,.45)}.md\:bg-blue-400\/5{background-color:rgba(96,165,250,.05)}.md\:bg-blue-400\/50{background-color:rgba(96,165,250,.5)}.md\:bg-blue-400\/55{background-color:rgba(96,165,250,.55)}.md\:bg-blue-400\/60{background-color:rgba(96,165,250,.6)}.md\:bg-blue-400\/65{background-color:rgba(96,165,250,.65)}.md\:bg-blue-400\/70{background-color:rgba(96,165,250,.7)}.md\:bg-blue-400\/75{background-color:rgba(96,165,250,.75)}.md\:bg-blue-400\/80{background-color:rgba(96,165,250,.8)}.md\:bg-blue-400\/85{background-color:rgba(96,165,250,.85)}.md\:bg-blue-400\/90{background-color:rgba(96,165,250,.9)}.md\:bg-blue-400\/95{background-color:rgba(96,165,250,.95)}.md\:bg-blue-50{--tw-bg-opacity:1;background-color:rgba(239,246,255,var(--tw-bg-opacity))}.md\:bg-blue-50\/0{background-color:rgba(239,246,255,0)}.md\:bg-blue-50\/10{background-color:rgba(239,246,255,.1)}.md\:bg-blue-50\/100{background-color:#eff6ff}.md\:bg-blue-50\/15{background-color:rgba(239,246,255,.15)}.md\:bg-blue-50\/20{background-color:rgba(239,246,255,.2)}.md\:bg-blue-50\/25{background-color:rgba(239,246,255,.25)}.md\:bg-blue-50\/30{background-color:rgba(239,246,255,.3)}.md\:bg-blue-50\/35{background-color:rgba(239,246,255,.35)}.md\:bg-blue-50\/40{background-color:rgba(239,246,255,.4)}.md\:bg-blue-50\/45{background-color:rgba(239,246,255,.45)}.md\:bg-blue-50\/5{background-color:rgba(239,246,255,.05)}.md\:bg-blue-50\/50{background-color:rgba(239,246,255,.5)}.md\:bg-blue-50\/55{background-color:rgba(239,246,255,.55)}.md\:bg-blue-50\/60{background-color:rgba(239,246,255,.6)}.md\:bg-blue-50\/65{background-color:rgba(239,246,255,.65)}.md\:bg-blue-50\/70{background-color:rgba(239,246,255,.7)}.md\:bg-blue-50\/75{background-color:rgba(239,246,255,.75)}.md\:bg-blue-50\/80{background-color:rgba(239,246,255,.8)}.md\:bg-blue-50\/85{background-color:rgba(239,246,255,.85)}.md\:bg-blue-50\/90{background-color:rgba(239,246,255,.9)}.md\:bg-blue-50\/95{background-color:rgba(239,246,255,.95)}.md\:bg-blue-500{--tw-bg-opacity:1;background-color:rgba(59,130,246,var(--tw-bg-opacity))}.md\:bg-blue-500\/0{background-color:rgba(59,130,246,0)}.md\:bg-blue-500\/10{background-color:rgba(59,130,246,.1)}.md\:bg-blue-500\/100{background-color:#3b82f6}.md\:bg-blue-500\/15{background-color:rgba(59,130,246,.15)}.md\:bg-blue-500\/20{background-color:rgba(59,130,246,.2)}.md\:bg-blue-500\/25{background-color:rgba(59,130,246,.25)}.md\:bg-blue-500\/30{background-color:rgba(59,130,246,.3)}.md\:bg-blue-500\/35{background-color:rgba(59,130,246,.35)}.md\:bg-blue-500\/40{background-color:rgba(59,130,246,.4)}.md\:bg-blue-500\/45{background-color:rgba(59,130,246,.45)}.md\:bg-blue-500\/5{background-color:rgba(59,130,246,.05)}.md\:bg-blue-500\/50{background-color:rgba(59,130,246,.5)}.md\:bg-blue-500\/55{background-color:rgba(59,130,246,.55)}.md\:bg-blue-500\/60{background-color:rgba(59,130,246,.6)}.md\:bg-blue-500\/65{background-color:rgba(59,130,246,.65)}.md\:bg-blue-500\/70{background-color:rgba(59,130,246,.7)}.md\:bg-blue-500\/75{background-color:rgba(59,130,246,.75)}.md\:bg-blue-500\/80{background-color:rgba(59,130,246,.8)}.md\:bg-blue-500\/85{background-color:rgba(59,130,246,.85)}.md\:bg-blue-500\/90{background-color:rgba(59,130,246,.9)}.md\:bg-blue-500\/95{background-color:rgba(59,130,246,.95)}.md\:bg-blue-600{--tw-bg-opacity:1;background-color:rgba(37,99,235,var(--tw-bg-opacity))}.md\:bg-blue-600\/0{background-color:rgba(37,99,235,0)}.md\:bg-blue-600\/10{background-color:rgba(37,99,235,.1)}.md\:bg-blue-600\/100{background-color:#2563eb}.md\:bg-blue-600\/15{background-color:rgba(37,99,235,.15)}.md\:bg-blue-600\/20{background-color:rgba(37,99,235,.2)}.md\:bg-blue-600\/25{background-color:rgba(37,99,235,.25)}.md\:bg-blue-600\/30{background-color:rgba(37,99,235,.3)}.md\:bg-blue-600\/35{background-color:rgba(37,99,235,.35)}.md\:bg-blue-600\/40{background-color:rgba(37,99,235,.4)}.md\:bg-blue-600\/45{background-color:rgba(37,99,235,.45)}.md\:bg-blue-600\/5{background-color:rgba(37,99,235,.05)}.md\:bg-blue-600\/50{background-color:rgba(37,99,235,.5)}.md\:bg-blue-600\/55{background-color:rgba(37,99,235,.55)}.md\:bg-blue-600\/60{background-color:rgba(37,99,235,.6)}.md\:bg-blue-600\/65{background-color:rgba(37,99,235,.65)}.md\:bg-blue-600\/70{background-color:rgba(37,99,235,.7)}.md\:bg-blue-600\/75{background-color:rgba(37,99,235,.75)}.md\:bg-blue-600\/80{background-color:rgba(37,99,235,.8)}.md\:bg-blue-600\/85{background-color:rgba(37,99,235,.85)}.md\:bg-blue-600\/90{background-color:rgba(37,99,235,.9)}.md\:bg-blue-600\/95{background-color:rgba(37,99,235,.95)}.md\:bg-blue-700{--tw-bg-opacity:1;background-color:rgba(29,78,216,var(--tw-bg-opacity))}.md\:bg-blue-700\/0{background-color:rgba(29,78,216,0)}.md\:bg-blue-700\/10{background-color:rgba(29,78,216,.1)}.md\:bg-blue-700\/100{background-color:#1d4ed8}.md\:bg-blue-700\/15{background-color:rgba(29,78,216,.15)}.md\:bg-blue-700\/20{background-color:rgba(29,78,216,.2)}.md\:bg-blue-700\/25{background-color:rgba(29,78,216,.25)}.md\:bg-blue-700\/30{background-color:rgba(29,78,216,.3)}.md\:bg-blue-700\/35{background-color:rgba(29,78,216,.35)}.md\:bg-blue-700\/40{background-color:rgba(29,78,216,.4)}.md\:bg-blue-700\/45{background-color:rgba(29,78,216,.45)}.md\:bg-blue-700\/5{background-color:rgba(29,78,216,.05)}.md\:bg-blue-700\/50{background-color:rgba(29,78,216,.5)}.md\:bg-blue-700\/55{background-color:rgba(29,78,216,.55)}.md\:bg-blue-700\/60{background-color:rgba(29,78,216,.6)}.md\:bg-blue-700\/65{background-color:rgba(29,78,216,.65)}.md\:bg-blue-700\/70{background-color:rgba(29,78,216,.7)}.md\:bg-blue-700\/75{background-color:rgba(29,78,216,.75)}.md\:bg-blue-700\/80{background-color:rgba(29,78,216,.8)}.md\:bg-blue-700\/85{background-color:rgba(29,78,216,.85)}.md\:bg-blue-700\/90{background-color:rgba(29,78,216,.9)}.md\:bg-blue-700\/95{background-color:rgba(29,78,216,.95)}.md\:bg-blue-800{--tw-bg-opacity:1;background-color:rgba(30,64,175,var(--tw-bg-opacity))}.md\:bg-blue-800\/0{background-color:rgba(30,64,175,0)}.md\:bg-blue-800\/10{background-color:rgba(30,64,175,.1)}.md\:bg-blue-800\/100{background-color:#1e40af}.md\:bg-blue-800\/15{background-color:rgba(30,64,175,.15)}.md\:bg-blue-800\/20{background-color:rgba(30,64,175,.2)}.md\:bg-blue-800\/25{background-color:rgba(30,64,175,.25)}.md\:bg-blue-800\/30{background-color:rgba(30,64,175,.3)}.md\:bg-blue-800\/35{background-color:rgba(30,64,175,.35)}.md\:bg-blue-800\/40{background-color:rgba(30,64,175,.4)}.md\:bg-blue-800\/45{background-color:rgba(30,64,175,.45)}.md\:bg-blue-800\/5{background-color:rgba(30,64,175,.05)}.md\:bg-blue-800\/50{background-color:rgba(30,64,175,.5)}.md\:bg-blue-800\/55{background-color:rgba(30,64,175,.55)}.md\:bg-blue-800\/60{background-color:rgba(30,64,175,.6)}.md\:bg-blue-800\/65{background-color:rgba(30,64,175,.65)}.md\:bg-blue-800\/70{background-color:rgba(30,64,175,.7)}.md\:bg-blue-800\/75{background-color:rgba(30,64,175,.75)}.md\:bg-blue-800\/80{background-color:rgba(30,64,175,.8)}.md\:bg-blue-800\/85{background-color:rgba(30,64,175,.85)}.md\:bg-blue-800\/90{background-color:rgba(30,64,175,.9)}.md\:bg-blue-800\/95{background-color:rgba(30,64,175,.95)}.md\:bg-blue-900{--tw-bg-opacity:1;background-color:rgba(30,58,138,var(--tw-bg-opacity))}.md\:bg-blue-900\/0{background-color:rgba(30,58,138,0)}.md\:bg-blue-900\/10{background-color:rgba(30,58,138,.1)}.md\:bg-blue-900\/100{background-color:#1e3a8a}.md\:bg-blue-900\/15{background-color:rgba(30,58,138,.15)}.md\:bg-blue-900\/20{background-color:rgba(30,58,138,.2)}.md\:bg-blue-900\/25{background-color:rgba(30,58,138,.25)}.md\:bg-blue-900\/30{background-color:rgba(30,58,138,.3)}.md\:bg-blue-900\/35{background-color:rgba(30,58,138,.35)}.md\:bg-blue-900\/40{background-color:rgba(30,58,138,.4)}.md\:bg-blue-900\/45{background-color:rgba(30,58,138,.45)}.md\:bg-blue-900\/5{background-color:rgba(30,58,138,.05)}.md\:bg-blue-900\/50{background-color:rgba(30,58,138,.5)}.md\:bg-blue-900\/55{background-color:rgba(30,58,138,.55)}.md\:bg-blue-900\/60{background-color:rgba(30,58,138,.6)}.md\:bg-blue-900\/65{background-color:rgba(30,58,138,.65)}.md\:bg-blue-900\/70{background-color:rgba(30,58,138,.7)}.md\:bg-blue-900\/75{background-color:rgba(30,58,138,.75)}.md\:bg-blue-900\/80{background-color:rgba(30,58,138,.8)}.md\:bg-blue-900\/85{background-color:rgba(30,58,138,.85)}.md\:bg-blue-900\/90{background-color:rgba(30,58,138,.9)}.md\:bg-blue-900\/95{background-color:rgba(30,58,138,.95)}.md\:bg-blue-950{--tw-bg-opacity:1;background-color:rgba(23,37,84,var(--tw-bg-opacity))}.md\:bg-blue-950\/0{background-color:rgba(23,37,84,0)}.md\:bg-blue-950\/10{background-color:rgba(23,37,84,.1)}.md\:bg-blue-950\/100{background-color:#172554}.md\:bg-blue-950\/15{background-color:rgba(23,37,84,.15)}.md\:bg-blue-950\/20{background-color:rgba(23,37,84,.2)}.md\:bg-blue-950\/25{background-color:rgba(23,37,84,.25)}.md\:bg-blue-950\/30{background-color:rgba(23,37,84,.3)}.md\:bg-blue-950\/35{background-color:rgba(23,37,84,.35)}.md\:bg-blue-950\/40{background-color:rgba(23,37,84,.4)}.md\:bg-blue-950\/45{background-color:rgba(23,37,84,.45)}.md\:bg-blue-950\/5{background-color:rgba(23,37,84,.05)}.md\:bg-blue-950\/50{background-color:rgba(23,37,84,.5)}.md\:bg-blue-950\/55{background-color:rgba(23,37,84,.55)}.md\:bg-blue-950\/60{background-color:rgba(23,37,84,.6)}.md\:bg-blue-950\/65{background-color:rgba(23,37,84,.65)}.md\:bg-blue-950\/70{background-color:rgba(23,37,84,.7)}.md\:bg-blue-950\/75{background-color:rgba(23,37,84,.75)}.md\:bg-blue-950\/80{background-color:rgba(23,37,84,.8)}.md\:bg-blue-950\/85{background-color:rgba(23,37,84,.85)}.md\:bg-blue-950\/90{background-color:rgba(23,37,84,.9)}.md\:bg-blue-950\/95{background-color:rgba(23,37,84,.95)}.md\:bg-current{background-color:currentColor}.md\:bg-cyan-100{--tw-bg-opacity:1;background-color:rgba(207,250,254,var(--tw-bg-opacity))}.md\:bg-cyan-100\/0{background-color:rgba(207,250,254,0)}.md\:bg-cyan-100\/10{background-color:rgba(207,250,254,.1)}.md\:bg-cyan-100\/100{background-color:#cffafe}.md\:bg-cyan-100\/15{background-color:rgba(207,250,254,.15)}.md\:bg-cyan-100\/20{background-color:rgba(207,250,254,.2)}.md\:bg-cyan-100\/25{background-color:rgba(207,250,254,.25)}.md\:bg-cyan-100\/30{background-color:rgba(207,250,254,.3)}.md\:bg-cyan-100\/35{background-color:rgba(207,250,254,.35)}.md\:bg-cyan-100\/40{background-color:rgba(207,250,254,.4)}.md\:bg-cyan-100\/45{background-color:rgba(207,250,254,.45)}.md\:bg-cyan-100\/5{background-color:rgba(207,250,254,.05)}.md\:bg-cyan-100\/50{background-color:rgba(207,250,254,.5)}.md\:bg-cyan-100\/55{background-color:rgba(207,250,254,.55)}.md\:bg-cyan-100\/60{background-color:rgba(207,250,254,.6)}.md\:bg-cyan-100\/65{background-color:rgba(207,250,254,.65)}.md\:bg-cyan-100\/70{background-color:rgba(207,250,254,.7)}.md\:bg-cyan-100\/75{background-color:rgba(207,250,254,.75)}.md\:bg-cyan-100\/80{background-color:rgba(207,250,254,.8)}.md\:bg-cyan-100\/85{background-color:rgba(207,250,254,.85)}.md\:bg-cyan-100\/90{background-color:rgba(207,250,254,.9)}.md\:bg-cyan-100\/95{background-color:rgba(207,250,254,.95)}.md\:bg-cyan-200{--tw-bg-opacity:1;background-color:rgba(165,243,252,var(--tw-bg-opacity))}.md\:bg-cyan-200\/0{background-color:rgba(165,243,252,0)}.md\:bg-cyan-200\/10{background-color:rgba(165,243,252,.1)}.md\:bg-cyan-200\/100{background-color:#a5f3fc}.md\:bg-cyan-200\/15{background-color:rgba(165,243,252,.15)}.md\:bg-cyan-200\/20{background-color:rgba(165,243,252,.2)}.md\:bg-cyan-200\/25{background-color:rgba(165,243,252,.25)}.md\:bg-cyan-200\/30{background-color:rgba(165,243,252,.3)}.md\:bg-cyan-200\/35{background-color:rgba(165,243,252,.35)}.md\:bg-cyan-200\/40{background-color:rgba(165,243,252,.4)}.md\:bg-cyan-200\/45{background-color:rgba(165,243,252,.45)}.md\:bg-cyan-200\/5{background-color:rgba(165,243,252,.05)}.md\:bg-cyan-200\/50{background-color:rgba(165,243,252,.5)}.md\:bg-cyan-200\/55{background-color:rgba(165,243,252,.55)}.md\:bg-cyan-200\/60{background-color:rgba(165,243,252,.6)}.md\:bg-cyan-200\/65{background-color:rgba(165,243,252,.65)}.md\:bg-cyan-200\/70{background-color:rgba(165,243,252,.7)}.md\:bg-cyan-200\/75{background-color:rgba(165,243,252,.75)}.md\:bg-cyan-200\/80{background-color:rgba(165,243,252,.8)}.md\:bg-cyan-200\/85{background-color:rgba(165,243,252,.85)}.md\:bg-cyan-200\/90{background-color:rgba(165,243,252,.9)}.md\:bg-cyan-200\/95{background-color:rgba(165,243,252,.95)}.md\:bg-cyan-300{--tw-bg-opacity:1;background-color:rgba(103,232,249,var(--tw-bg-opacity))}.md\:bg-cyan-300\/0{background-color:rgba(103,232,249,0)}.md\:bg-cyan-300\/10{background-color:rgba(103,232,249,.1)}.md\:bg-cyan-300\/100{background-color:#67e8f9}.md\:bg-cyan-300\/15{background-color:rgba(103,232,249,.15)}.md\:bg-cyan-300\/20{background-color:rgba(103,232,249,.2)}.md\:bg-cyan-300\/25{background-color:rgba(103,232,249,.25)}.md\:bg-cyan-300\/30{background-color:rgba(103,232,249,.3)}.md\:bg-cyan-300\/35{background-color:rgba(103,232,249,.35)}.md\:bg-cyan-300\/40{background-color:rgba(103,232,249,.4)}.md\:bg-cyan-300\/45{background-color:rgba(103,232,249,.45)}.md\:bg-cyan-300\/5{background-color:rgba(103,232,249,.05)}.md\:bg-cyan-300\/50{background-color:rgba(103,232,249,.5)}.md\:bg-cyan-300\/55{background-color:rgba(103,232,249,.55)}.md\:bg-cyan-300\/60{background-color:rgba(103,232,249,.6)}.md\:bg-cyan-300\/65{background-color:rgba(103,232,249,.65)}.md\:bg-cyan-300\/70{background-color:rgba(103,232,249,.7)}.md\:bg-cyan-300\/75{background-color:rgba(103,232,249,.75)}.md\:bg-cyan-300\/80{background-color:rgba(103,232,249,.8)}.md\:bg-cyan-300\/85{background-color:rgba(103,232,249,.85)}.md\:bg-cyan-300\/90{background-color:rgba(103,232,249,.9)}.md\:bg-cyan-300\/95{background-color:rgba(103,232,249,.95)}.md\:bg-cyan-400{--tw-bg-opacity:1;background-color:rgba(34,211,238,var(--tw-bg-opacity))}.md\:bg-cyan-400\/0{background-color:rgba(34,211,238,0)}.md\:bg-cyan-400\/10{background-color:rgba(34,211,238,.1)}.md\:bg-cyan-400\/100{background-color:#22d3ee}.md\:bg-cyan-400\/15{background-color:rgba(34,211,238,.15)}.md\:bg-cyan-400\/20{background-color:rgba(34,211,238,.2)}.md\:bg-cyan-400\/25{background-color:rgba(34,211,238,.25)}.md\:bg-cyan-400\/30{background-color:rgba(34,211,238,.3)}.md\:bg-cyan-400\/35{background-color:rgba(34,211,238,.35)}.md\:bg-cyan-400\/40{background-color:rgba(34,211,238,.4)}.md\:bg-cyan-400\/45{background-color:rgba(34,211,238,.45)}.md\:bg-cyan-400\/5{background-color:rgba(34,211,238,.05)}.md\:bg-cyan-400\/50{background-color:rgba(34,211,238,.5)}.md\:bg-cyan-400\/55{background-color:rgba(34,211,238,.55)}.md\:bg-cyan-400\/60{background-color:rgba(34,211,238,.6)}.md\:bg-cyan-400\/65{background-color:rgba(34,211,238,.65)}.md\:bg-cyan-400\/70{background-color:rgba(34,211,238,.7)}.md\:bg-cyan-400\/75{background-color:rgba(34,211,238,.75)}.md\:bg-cyan-400\/80{background-color:rgba(34,211,238,.8)}.md\:bg-cyan-400\/85{background-color:rgba(34,211,238,.85)}.md\:bg-cyan-400\/90{background-color:rgba(34,211,238,.9)}.md\:bg-cyan-400\/95{background-color:rgba(34,211,238,.95)}.md\:bg-cyan-50{--tw-bg-opacity:1;background-color:rgba(236,254,255,var(--tw-bg-opacity))}.md\:bg-cyan-50\/0{background-color:rgba(236,254,255,0)}.md\:bg-cyan-50\/10{background-color:rgba(236,254,255,.1)}.md\:bg-cyan-50\/100{background-color:#ecfeff}.md\:bg-cyan-50\/15{background-color:rgba(236,254,255,.15)}.md\:bg-cyan-50\/20{background-color:rgba(236,254,255,.2)}.md\:bg-cyan-50\/25{background-color:rgba(236,254,255,.25)}.md\:bg-cyan-50\/30{background-color:rgba(236,254,255,.3)}.md\:bg-cyan-50\/35{background-color:rgba(236,254,255,.35)}.md\:bg-cyan-50\/40{background-color:rgba(236,254,255,.4)}.md\:bg-cyan-50\/45{background-color:rgba(236,254,255,.45)}.md\:bg-cyan-50\/5{background-color:rgba(236,254,255,.05)}.md\:bg-cyan-50\/50{background-color:rgba(236,254,255,.5)}.md\:bg-cyan-50\/55{background-color:rgba(236,254,255,.55)}.md\:bg-cyan-50\/60{background-color:rgba(236,254,255,.6)}.md\:bg-cyan-50\/65{background-color:rgba(236,254,255,.65)}.md\:bg-cyan-50\/70{background-color:rgba(236,254,255,.7)}.md\:bg-cyan-50\/75{background-color:rgba(236,254,255,.75)}.md\:bg-cyan-50\/80{background-color:rgba(236,254,255,.8)}.md\:bg-cyan-50\/85{background-color:rgba(236,254,255,.85)}.md\:bg-cyan-50\/90{background-color:rgba(236,254,255,.9)}.md\:bg-cyan-50\/95{background-color:rgba(236,254,255,.95)}.md\:bg-cyan-500{--tw-bg-opacity:1;background-color:rgba(6,182,212,var(--tw-bg-opacity))}.md\:bg-cyan-500\/0{background-color:rgba(6,182,212,0)}.md\:bg-cyan-500\/10{background-color:rgba(6,182,212,.1)}.md\:bg-cyan-500\/100{background-color:#06b6d4}.md\:bg-cyan-500\/15{background-color:rgba(6,182,212,.15)}.md\:bg-cyan-500\/20{background-color:rgba(6,182,212,.2)}.md\:bg-cyan-500\/25{background-color:rgba(6,182,212,.25)}.md\:bg-cyan-500\/30{background-color:rgba(6,182,212,.3)}.md\:bg-cyan-500\/35{background-color:rgba(6,182,212,.35)}.md\:bg-cyan-500\/40{background-color:rgba(6,182,212,.4)}.md\:bg-cyan-500\/45{background-color:rgba(6,182,212,.45)}.md\:bg-cyan-500\/5{background-color:rgba(6,182,212,.05)}.md\:bg-cyan-500\/50{background-color:rgba(6,182,212,.5)}.md\:bg-cyan-500\/55{background-color:rgba(6,182,212,.55)}.md\:bg-cyan-500\/60{background-color:rgba(6,182,212,.6)}.md\:bg-cyan-500\/65{background-color:rgba(6,182,212,.65)}.md\:bg-cyan-500\/70{background-color:rgba(6,182,212,.7)}.md\:bg-cyan-500\/75{background-color:rgba(6,182,212,.75)}.md\:bg-cyan-500\/80{background-color:rgba(6,182,212,.8)}.md\:bg-cyan-500\/85{background-color:rgba(6,182,212,.85)}.md\:bg-cyan-500\/90{background-color:rgba(6,182,212,.9)}.md\:bg-cyan-500\/95{background-color:rgba(6,182,212,.95)}.md\:bg-cyan-600{--tw-bg-opacity:1;background-color:rgba(8,145,178,var(--tw-bg-opacity))}.md\:bg-cyan-600\/0{background-color:rgba(8,145,178,0)}.md\:bg-cyan-600\/10{background-color:rgba(8,145,178,.1)}.md\:bg-cyan-600\/100{background-color:#0891b2}.md\:bg-cyan-600\/15{background-color:rgba(8,145,178,.15)}.md\:bg-cyan-600\/20{background-color:rgba(8,145,178,.2)}.md\:bg-cyan-600\/25{background-color:rgba(8,145,178,.25)}.md\:bg-cyan-600\/30{background-color:rgba(8,145,178,.3)}.md\:bg-cyan-600\/35{background-color:rgba(8,145,178,.35)}.md\:bg-cyan-600\/40{background-color:rgba(8,145,178,.4)}.md\:bg-cyan-600\/45{background-color:rgba(8,145,178,.45)}.md\:bg-cyan-600\/5{background-color:rgba(8,145,178,.05)}.md\:bg-cyan-600\/50{background-color:rgba(8,145,178,.5)}.md\:bg-cyan-600\/55{background-color:rgba(8,145,178,.55)}.md\:bg-cyan-600\/60{background-color:rgba(8,145,178,.6)}.md\:bg-cyan-600\/65{background-color:rgba(8,145,178,.65)}.md\:bg-cyan-600\/70{background-color:rgba(8,145,178,.7)}.md\:bg-cyan-600\/75{background-color:rgba(8,145,178,.75)}.md\:bg-cyan-600\/80{background-color:rgba(8,145,178,.8)}.md\:bg-cyan-600\/85{background-color:rgba(8,145,178,.85)}.md\:bg-cyan-600\/90{background-color:rgba(8,145,178,.9)}.md\:bg-cyan-600\/95{background-color:rgba(8,145,178,.95)}.md\:bg-cyan-700{--tw-bg-opacity:1;background-color:rgba(14,116,144,var(--tw-bg-opacity))}.md\:bg-cyan-700\/0{background-color:rgba(14,116,144,0)}.md\:bg-cyan-700\/10{background-color:rgba(14,116,144,.1)}.md\:bg-cyan-700\/100{background-color:#0e7490}.md\:bg-cyan-700\/15{background-color:rgba(14,116,144,.15)}.md\:bg-cyan-700\/20{background-color:rgba(14,116,144,.2)}.md\:bg-cyan-700\/25{background-color:rgba(14,116,144,.25)}.md\:bg-cyan-700\/30{background-color:rgba(14,116,144,.3)}.md\:bg-cyan-700\/35{background-color:rgba(14,116,144,.35)}.md\:bg-cyan-700\/40{background-color:rgba(14,116,144,.4)}.md\:bg-cyan-700\/45{background-color:rgba(14,116,144,.45)}.md\:bg-cyan-700\/5{background-color:rgba(14,116,144,.05)}.md\:bg-cyan-700\/50{background-color:rgba(14,116,144,.5)}.md\:bg-cyan-700\/55{background-color:rgba(14,116,144,.55)}.md\:bg-cyan-700\/60{background-color:rgba(14,116,144,.6)}.md\:bg-cyan-700\/65{background-color:rgba(14,116,144,.65)}.md\:bg-cyan-700\/70{background-color:rgba(14,116,144,.7)}.md\:bg-cyan-700\/75{background-color:rgba(14,116,144,.75)}.md\:bg-cyan-700\/80{background-color:rgba(14,116,144,.8)}.md\:bg-cyan-700\/85{background-color:rgba(14,116,144,.85)}.md\:bg-cyan-700\/90{background-color:rgba(14,116,144,.9)}.md\:bg-cyan-700\/95{background-color:rgba(14,116,144,.95)}.md\:bg-cyan-800{--tw-bg-opacity:1;background-color:rgba(21,94,117,var(--tw-bg-opacity))}.md\:bg-cyan-800\/0{background-color:rgba(21,94,117,0)}.md\:bg-cyan-800\/10{background-color:rgba(21,94,117,.1)}.md\:bg-cyan-800\/100{background-color:#155e75}.md\:bg-cyan-800\/15{background-color:rgba(21,94,117,.15)}.md\:bg-cyan-800\/20{background-color:rgba(21,94,117,.2)}.md\:bg-cyan-800\/25{background-color:rgba(21,94,117,.25)}.md\:bg-cyan-800\/30{background-color:rgba(21,94,117,.3)}.md\:bg-cyan-800\/35{background-color:rgba(21,94,117,.35)}.md\:bg-cyan-800\/40{background-color:rgba(21,94,117,.4)}.md\:bg-cyan-800\/45{background-color:rgba(21,94,117,.45)}.md\:bg-cyan-800\/5{background-color:rgba(21,94,117,.05)}.md\:bg-cyan-800\/50{background-color:rgba(21,94,117,.5)}.md\:bg-cyan-800\/55{background-color:rgba(21,94,117,.55)}.md\:bg-cyan-800\/60{background-color:rgba(21,94,117,.6)}.md\:bg-cyan-800\/65{background-color:rgba(21,94,117,.65)}.md\:bg-cyan-800\/70{background-color:rgba(21,94,117,.7)}.md\:bg-cyan-800\/75{background-color:rgba(21,94,117,.75)}.md\:bg-cyan-800\/80{background-color:rgba(21,94,117,.8)}.md\:bg-cyan-800\/85{background-color:rgba(21,94,117,.85)}.md\:bg-cyan-800\/90{background-color:rgba(21,94,117,.9)}.md\:bg-cyan-800\/95{background-color:rgba(21,94,117,.95)}.md\:bg-cyan-900{--tw-bg-opacity:1;background-color:rgba(22,78,99,var(--tw-bg-opacity))}.md\:bg-cyan-900\/0{background-color:rgba(22,78,99,0)}.md\:bg-cyan-900\/10{background-color:rgba(22,78,99,.1)}.md\:bg-cyan-900\/100{background-color:#164e63}.md\:bg-cyan-900\/15{background-color:rgba(22,78,99,.15)}.md\:bg-cyan-900\/20{background-color:rgba(22,78,99,.2)}.md\:bg-cyan-900\/25{background-color:rgba(22,78,99,.25)}.md\:bg-cyan-900\/30{background-color:rgba(22,78,99,.3)}.md\:bg-cyan-900\/35{background-color:rgba(22,78,99,.35)}.md\:bg-cyan-900\/40{background-color:rgba(22,78,99,.4)}.md\:bg-cyan-900\/45{background-color:rgba(22,78,99,.45)}.md\:bg-cyan-900\/5{background-color:rgba(22,78,99,.05)}.md\:bg-cyan-900\/50{background-color:rgba(22,78,99,.5)}.md\:bg-cyan-900\/55{background-color:rgba(22,78,99,.55)}.md\:bg-cyan-900\/60{background-color:rgba(22,78,99,.6)}.md\:bg-cyan-900\/65{background-color:rgba(22,78,99,.65)}.md\:bg-cyan-900\/70{background-color:rgba(22,78,99,.7)}.md\:bg-cyan-900\/75{background-color:rgba(22,78,99,.75)}.md\:bg-cyan-900\/80{background-color:rgba(22,78,99,.8)}.md\:bg-cyan-900\/85{background-color:rgba(22,78,99,.85)}.md\:bg-cyan-900\/90{background-color:rgba(22,78,99,.9)}.md\:bg-cyan-900\/95{background-color:rgba(22,78,99,.95)}.md\:bg-cyan-950{--tw-bg-opacity:1;background-color:rgba(8,51,68,var(--tw-bg-opacity))}.md\:bg-cyan-950\/0{background-color:rgba(8,51,68,0)}.md\:bg-cyan-950\/10{background-color:rgba(8,51,68,.1)}.md\:bg-cyan-950\/100{background-color:#083344}.md\:bg-cyan-950\/15{background-color:rgba(8,51,68,.15)}.md\:bg-cyan-950\/20{background-color:rgba(8,51,68,.2)}.md\:bg-cyan-950\/25{background-color:rgba(8,51,68,.25)}.md\:bg-cyan-950\/30{background-color:rgba(8,51,68,.3)}.md\:bg-cyan-950\/35{background-color:rgba(8,51,68,.35)}.md\:bg-cyan-950\/40{background-color:rgba(8,51,68,.4)}.md\:bg-cyan-950\/45{background-color:rgba(8,51,68,.45)}.md\:bg-cyan-950\/5{background-color:rgba(8,51,68,.05)}.md\:bg-cyan-950\/50{background-color:rgba(8,51,68,.5)}.md\:bg-cyan-950\/55{background-color:rgba(8,51,68,.55)}.md\:bg-cyan-950\/60{background-color:rgba(8,51,68,.6)}.md\:bg-cyan-950\/65{background-color:rgba(8,51,68,.65)}.md\:bg-cyan-950\/70{background-color:rgba(8,51,68,.7)}.md\:bg-cyan-950\/75{background-color:rgba(8,51,68,.75)}.md\:bg-cyan-950\/80{background-color:rgba(8,51,68,.8)}.md\:bg-cyan-950\/85{background-color:rgba(8,51,68,.85)}.md\:bg-cyan-950\/90{background-color:rgba(8,51,68,.9)}.md\:bg-cyan-950\/95{background-color:rgba(8,51,68,.95)}.md\:bg-emerald-100{--tw-bg-opacity:1;background-color:rgba(209,250,229,var(--tw-bg-opacity))}.md\:bg-emerald-100\/0{background-color:rgba(209,250,229,0)}.md\:bg-emerald-100\/10{background-color:rgba(209,250,229,.1)}.md\:bg-emerald-100\/100{background-color:#d1fae5}.md\:bg-emerald-100\/15{background-color:rgba(209,250,229,.15)}.md\:bg-emerald-100\/20{background-color:rgba(209,250,229,.2)}.md\:bg-emerald-100\/25{background-color:rgba(209,250,229,.25)}.md\:bg-emerald-100\/30{background-color:rgba(209,250,229,.3)}.md\:bg-emerald-100\/35{background-color:rgba(209,250,229,.35)}.md\:bg-emerald-100\/40{background-color:rgba(209,250,229,.4)}.md\:bg-emerald-100\/45{background-color:rgba(209,250,229,.45)}.md\:bg-emerald-100\/5{background-color:rgba(209,250,229,.05)}.md\:bg-emerald-100\/50{background-color:rgba(209,250,229,.5)}.md\:bg-emerald-100\/55{background-color:rgba(209,250,229,.55)}.md\:bg-emerald-100\/60{background-color:rgba(209,250,229,.6)}.md\:bg-emerald-100\/65{background-color:rgba(209,250,229,.65)}.md\:bg-emerald-100\/70{background-color:rgba(209,250,229,.7)}.md\:bg-emerald-100\/75{background-color:rgba(209,250,229,.75)}.md\:bg-emerald-100\/80{background-color:rgba(209,250,229,.8)}.md\:bg-emerald-100\/85{background-color:rgba(209,250,229,.85)}.md\:bg-emerald-100\/90{background-color:rgba(209,250,229,.9)}.md\:bg-emerald-100\/95{background-color:rgba(209,250,229,.95)}.md\:bg-emerald-200{--tw-bg-opacity:1;background-color:rgba(167,243,208,var(--tw-bg-opacity))}.md\:bg-emerald-200\/0{background-color:rgba(167,243,208,0)}.md\:bg-emerald-200\/10{background-color:rgba(167,243,208,.1)}.md\:bg-emerald-200\/100{background-color:#a7f3d0}.md\:bg-emerald-200\/15{background-color:rgba(167,243,208,.15)}.md\:bg-emerald-200\/20{background-color:rgba(167,243,208,.2)}.md\:bg-emerald-200\/25{background-color:rgba(167,243,208,.25)}.md\:bg-emerald-200\/30{background-color:rgba(167,243,208,.3)}.md\:bg-emerald-200\/35{background-color:rgba(167,243,208,.35)}.md\:bg-emerald-200\/40{background-color:rgba(167,243,208,.4)}.md\:bg-emerald-200\/45{background-color:rgba(167,243,208,.45)}.md\:bg-emerald-200\/5{background-color:rgba(167,243,208,.05)}.md\:bg-emerald-200\/50{background-color:rgba(167,243,208,.5)}.md\:bg-emerald-200\/55{background-color:rgba(167,243,208,.55)}.md\:bg-emerald-200\/60{background-color:rgba(167,243,208,.6)}.md\:bg-emerald-200\/65{background-color:rgba(167,243,208,.65)}.md\:bg-emerald-200\/70{background-color:rgba(167,243,208,.7)}.md\:bg-emerald-200\/75{background-color:rgba(167,243,208,.75)}.md\:bg-emerald-200\/80{background-color:rgba(167,243,208,.8)}.md\:bg-emerald-200\/85{background-color:rgba(167,243,208,.85)}.md\:bg-emerald-200\/90{background-color:rgba(167,243,208,.9)}.md\:bg-emerald-200\/95{background-color:rgba(167,243,208,.95)}.md\:bg-emerald-300{--tw-bg-opacity:1;background-color:rgba(110,231,183,var(--tw-bg-opacity))}.md\:bg-emerald-300\/0{background-color:rgba(110,231,183,0)}.md\:bg-emerald-300\/10{background-color:rgba(110,231,183,.1)}.md\:bg-emerald-300\/100{background-color:#6ee7b7}.md\:bg-emerald-300\/15{background-color:rgba(110,231,183,.15)}.md\:bg-emerald-300\/20{background-color:rgba(110,231,183,.2)}.md\:bg-emerald-300\/25{background-color:rgba(110,231,183,.25)}.md\:bg-emerald-300\/30{background-color:rgba(110,231,183,.3)}.md\:bg-emerald-300\/35{background-color:rgba(110,231,183,.35)}.md\:bg-emerald-300\/40{background-color:rgba(110,231,183,.4)}.md\:bg-emerald-300\/45{background-color:rgba(110,231,183,.45)}.md\:bg-emerald-300\/5{background-color:rgba(110,231,183,.05)}.md\:bg-emerald-300\/50{background-color:rgba(110,231,183,.5)}.md\:bg-emerald-300\/55{background-color:rgba(110,231,183,.55)}.md\:bg-emerald-300\/60{background-color:rgba(110,231,183,.6)}.md\:bg-emerald-300\/65{background-color:rgba(110,231,183,.65)}.md\:bg-emerald-300\/70{background-color:rgba(110,231,183,.7)}.md\:bg-emerald-300\/75{background-color:rgba(110,231,183,.75)}.md\:bg-emerald-300\/80{background-color:rgba(110,231,183,.8)}.md\:bg-emerald-300\/85{background-color:rgba(110,231,183,.85)}.md\:bg-emerald-300\/90{background-color:rgba(110,231,183,.9)}.md\:bg-emerald-300\/95{background-color:rgba(110,231,183,.95)}.md\:bg-emerald-400{--tw-bg-opacity:1;background-color:rgba(52,211,153,var(--tw-bg-opacity))}.md\:bg-emerald-400\/0{background-color:rgba(52,211,153,0)}.md\:bg-emerald-400\/10{background-color:rgba(52,211,153,.1)}.md\:bg-emerald-400\/100{background-color:#34d399}.md\:bg-emerald-400\/15{background-color:rgba(52,211,153,.15)}.md\:bg-emerald-400\/20{background-color:rgba(52,211,153,.2)}.md\:bg-emerald-400\/25{background-color:rgba(52,211,153,.25)}.md\:bg-emerald-400\/30{background-color:rgba(52,211,153,.3)}.md\:bg-emerald-400\/35{background-color:rgba(52,211,153,.35)}.md\:bg-emerald-400\/40{background-color:rgba(52,211,153,.4)}.md\:bg-emerald-400\/45{background-color:rgba(52,211,153,.45)}.md\:bg-emerald-400\/5{background-color:rgba(52,211,153,.05)}.md\:bg-emerald-400\/50{background-color:rgba(52,211,153,.5)}.md\:bg-emerald-400\/55{background-color:rgba(52,211,153,.55)}.md\:bg-emerald-400\/60{background-color:rgba(52,211,153,.6)}.md\:bg-emerald-400\/65{background-color:rgba(52,211,153,.65)}.md\:bg-emerald-400\/70{background-color:rgba(52,211,153,.7)}.md\:bg-emerald-400\/75{background-color:rgba(52,211,153,.75)}.md\:bg-emerald-400\/80{background-color:rgba(52,211,153,.8)}.md\:bg-emerald-400\/85{background-color:rgba(52,211,153,.85)}.md\:bg-emerald-400\/90{background-color:rgba(52,211,153,.9)}.md\:bg-emerald-400\/95{background-color:rgba(52,211,153,.95)}.md\:bg-emerald-50{--tw-bg-opacity:1;background-color:rgba(236,253,245,var(--tw-bg-opacity))}.md\:bg-emerald-50\/0{background-color:rgba(236,253,245,0)}.md\:bg-emerald-50\/10{background-color:rgba(236,253,245,.1)}.md\:bg-emerald-50\/100{background-color:#ecfdf5}.md\:bg-emerald-50\/15{background-color:rgba(236,253,245,.15)}.md\:bg-emerald-50\/20{background-color:rgba(236,253,245,.2)}.md\:bg-emerald-50\/25{background-color:rgba(236,253,245,.25)}.md\:bg-emerald-50\/30{background-color:rgba(236,253,245,.3)}.md\:bg-emerald-50\/35{background-color:rgba(236,253,245,.35)}.md\:bg-emerald-50\/40{background-color:rgba(236,253,245,.4)}.md\:bg-emerald-50\/45{background-color:rgba(236,253,245,.45)}.md\:bg-emerald-50\/5{background-color:rgba(236,253,245,.05)}.md\:bg-emerald-50\/50{background-color:rgba(236,253,245,.5)}.md\:bg-emerald-50\/55{background-color:rgba(236,253,245,.55)}.md\:bg-emerald-50\/60{background-color:rgba(236,253,245,.6)}.md\:bg-emerald-50\/65{background-color:rgba(236,253,245,.65)}.md\:bg-emerald-50\/70{background-color:rgba(236,253,245,.7)}.md\:bg-emerald-50\/75{background-color:rgba(236,253,245,.75)}.md\:bg-emerald-50\/80{background-color:rgba(236,253,245,.8)}.md\:bg-emerald-50\/85{background-color:rgba(236,253,245,.85)}.md\:bg-emerald-50\/90{background-color:rgba(236,253,245,.9)}.md\:bg-emerald-50\/95{background-color:rgba(236,253,245,.95)}.md\:bg-emerald-500{--tw-bg-opacity:1;background-color:rgba(16,185,129,var(--tw-bg-opacity))}.md\:bg-emerald-500\/0{background-color:rgba(16,185,129,0)}.md\:bg-emerald-500\/10{background-color:rgba(16,185,129,.1)}.md\:bg-emerald-500\/100{background-color:#10b981}.md\:bg-emerald-500\/15{background-color:rgba(16,185,129,.15)}.md\:bg-emerald-500\/20{background-color:rgba(16,185,129,.2)}.md\:bg-emerald-500\/25{background-color:rgba(16,185,129,.25)}.md\:bg-emerald-500\/30{background-color:rgba(16,185,129,.3)}.md\:bg-emerald-500\/35{background-color:rgba(16,185,129,.35)}.md\:bg-emerald-500\/40{background-color:rgba(16,185,129,.4)}.md\:bg-emerald-500\/45{background-color:rgba(16,185,129,.45)}.md\:bg-emerald-500\/5{background-color:rgba(16,185,129,.05)}.md\:bg-emerald-500\/50{background-color:rgba(16,185,129,.5)}.md\:bg-emerald-500\/55{background-color:rgba(16,185,129,.55)}.md\:bg-emerald-500\/60{background-color:rgba(16,185,129,.6)}.md\:bg-emerald-500\/65{background-color:rgba(16,185,129,.65)}.md\:bg-emerald-500\/70{background-color:rgba(16,185,129,.7)}.md\:bg-emerald-500\/75{background-color:rgba(16,185,129,.75)}.md\:bg-emerald-500\/80{background-color:rgba(16,185,129,.8)}.md\:bg-emerald-500\/85{background-color:rgba(16,185,129,.85)}.md\:bg-emerald-500\/90{background-color:rgba(16,185,129,.9)}.md\:bg-emerald-500\/95{background-color:rgba(16,185,129,.95)}.md\:bg-emerald-600{--tw-bg-opacity:1;background-color:rgba(5,150,105,var(--tw-bg-opacity))}.md\:bg-emerald-600\/0{background-color:rgba(5,150,105,0)}.md\:bg-emerald-600\/10{background-color:rgba(5,150,105,.1)}.md\:bg-emerald-600\/100{background-color:#059669}.md\:bg-emerald-600\/15{background-color:rgba(5,150,105,.15)}.md\:bg-emerald-600\/20{background-color:rgba(5,150,105,.2)}.md\:bg-emerald-600\/25{background-color:rgba(5,150,105,.25)}.md\:bg-emerald-600\/30{background-color:rgba(5,150,105,.3)}.md\:bg-emerald-600\/35{background-color:rgba(5,150,105,.35)}.md\:bg-emerald-600\/40{background-color:rgba(5,150,105,.4)}.md\:bg-emerald-600\/45{background-color:rgba(5,150,105,.45)}.md\:bg-emerald-600\/5{background-color:rgba(5,150,105,.05)}.md\:bg-emerald-600\/50{background-color:rgba(5,150,105,.5)}.md\:bg-emerald-600\/55{background-color:rgba(5,150,105,.55)}.md\:bg-emerald-600\/60{background-color:rgba(5,150,105,.6)}.md\:bg-emerald-600\/65{background-color:rgba(5,150,105,.65)}.md\:bg-emerald-600\/70{background-color:rgba(5,150,105,.7)}.md\:bg-emerald-600\/75{background-color:rgba(5,150,105,.75)}.md\:bg-emerald-600\/80{background-color:rgba(5,150,105,.8)}.md\:bg-emerald-600\/85{background-color:rgba(5,150,105,.85)}.md\:bg-emerald-600\/90{background-color:rgba(5,150,105,.9)}.md\:bg-emerald-600\/95{background-color:rgba(5,150,105,.95)}.md\:bg-emerald-700{--tw-bg-opacity:1;background-color:rgba(4,120,87,var(--tw-bg-opacity))}.md\:bg-emerald-700\/0{background-color:rgba(4,120,87,0)}.md\:bg-emerald-700\/10{background-color:rgba(4,120,87,.1)}.md\:bg-emerald-700\/100{background-color:#047857}.md\:bg-emerald-700\/15{background-color:rgba(4,120,87,.15)}.md\:bg-emerald-700\/20{background-color:rgba(4,120,87,.2)}.md\:bg-emerald-700\/25{background-color:rgba(4,120,87,.25)}.md\:bg-emerald-700\/30{background-color:rgba(4,120,87,.3)}.md\:bg-emerald-700\/35{background-color:rgba(4,120,87,.35)}.md\:bg-emerald-700\/40{background-color:rgba(4,120,87,.4)}.md\:bg-emerald-700\/45{background-color:rgba(4,120,87,.45)}.md\:bg-emerald-700\/5{background-color:rgba(4,120,87,.05)}.md\:bg-emerald-700\/50{background-color:rgba(4,120,87,.5)}.md\:bg-emerald-700\/55{background-color:rgba(4,120,87,.55)}.md\:bg-emerald-700\/60{background-color:rgba(4,120,87,.6)}.md\:bg-emerald-700\/65{background-color:rgba(4,120,87,.65)}.md\:bg-emerald-700\/70{background-color:rgba(4,120,87,.7)}.md\:bg-emerald-700\/75{background-color:rgba(4,120,87,.75)}.md\:bg-emerald-700\/80{background-color:rgba(4,120,87,.8)}.md\:bg-emerald-700\/85{background-color:rgba(4,120,87,.85)}.md\:bg-emerald-700\/90{background-color:rgba(4,120,87,.9)}.md\:bg-emerald-700\/95{background-color:rgba(4,120,87,.95)}.md\:bg-emerald-800{--tw-bg-opacity:1;background-color:rgba(6,95,70,var(--tw-bg-opacity))}.md\:bg-emerald-800\/0{background-color:rgba(6,95,70,0)}.md\:bg-emerald-800\/10{background-color:rgba(6,95,70,.1)}.md\:bg-emerald-800\/100{background-color:#065f46}.md\:bg-emerald-800\/15{background-color:rgba(6,95,70,.15)}.md\:bg-emerald-800\/20{background-color:rgba(6,95,70,.2)}.md\:bg-emerald-800\/25{background-color:rgba(6,95,70,.25)}.md\:bg-emerald-800\/30{background-color:rgba(6,95,70,.3)}.md\:bg-emerald-800\/35{background-color:rgba(6,95,70,.35)}.md\:bg-emerald-800\/40{background-color:rgba(6,95,70,.4)}.md\:bg-emerald-800\/45{background-color:rgba(6,95,70,.45)}.md\:bg-emerald-800\/5{background-color:rgba(6,95,70,.05)}.md\:bg-emerald-800\/50{background-color:rgba(6,95,70,.5)}.md\:bg-emerald-800\/55{background-color:rgba(6,95,70,.55)}.md\:bg-emerald-800\/60{background-color:rgba(6,95,70,.6)}.md\:bg-emerald-800\/65{background-color:rgba(6,95,70,.65)}.md\:bg-emerald-800\/70{background-color:rgba(6,95,70,.7)}.md\:bg-emerald-800\/75{background-color:rgba(6,95,70,.75)}.md\:bg-emerald-800\/80{background-color:rgba(6,95,70,.8)}.md\:bg-emerald-800\/85{background-color:rgba(6,95,70,.85)}.md\:bg-emerald-800\/90{background-color:rgba(6,95,70,.9)}.md\:bg-emerald-800\/95{background-color:rgba(6,95,70,.95)}.md\:bg-emerald-900{--tw-bg-opacity:1;background-color:rgba(6,78,59,var(--tw-bg-opacity))}.md\:bg-emerald-900\/0{background-color:rgba(6,78,59,0)}.md\:bg-emerald-900\/10{background-color:rgba(6,78,59,.1)}.md\:bg-emerald-900\/100{background-color:#064e3b}.md\:bg-emerald-900\/15{background-color:rgba(6,78,59,.15)}.md\:bg-emerald-900\/20{background-color:rgba(6,78,59,.2)}.md\:bg-emerald-900\/25{background-color:rgba(6,78,59,.25)}.md\:bg-emerald-900\/30{background-color:rgba(6,78,59,.3)}.md\:bg-emerald-900\/35{background-color:rgba(6,78,59,.35)}.md\:bg-emerald-900\/40{background-color:rgba(6,78,59,.4)}.md\:bg-emerald-900\/45{background-color:rgba(6,78,59,.45)}.md\:bg-emerald-900\/5{background-color:rgba(6,78,59,.05)}.md\:bg-emerald-900\/50{background-color:rgba(6,78,59,.5)}.md\:bg-emerald-900\/55{background-color:rgba(6,78,59,.55)}.md\:bg-emerald-900\/60{background-color:rgba(6,78,59,.6)}.md\:bg-emerald-900\/65{background-color:rgba(6,78,59,.65)}.md\:bg-emerald-900\/70{background-color:rgba(6,78,59,.7)}.md\:bg-emerald-900\/75{background-color:rgba(6,78,59,.75)}.md\:bg-emerald-900\/80{background-color:rgba(6,78,59,.8)}.md\:bg-emerald-900\/85{background-color:rgba(6,78,59,.85)}.md\:bg-emerald-900\/90{background-color:rgba(6,78,59,.9)}.md\:bg-emerald-900\/95{background-color:rgba(6,78,59,.95)}.md\:bg-emerald-950{--tw-bg-opacity:1;background-color:rgba(2,44,34,var(--tw-bg-opacity))}.md\:bg-emerald-950\/0{background-color:rgba(2,44,34,0)}.md\:bg-emerald-950\/10{background-color:rgba(2,44,34,.1)}.md\:bg-emerald-950\/100{background-color:#022c22}.md\:bg-emerald-950\/15{background-color:rgba(2,44,34,.15)}.md\:bg-emerald-950\/20{background-color:rgba(2,44,34,.2)}.md\:bg-emerald-950\/25{background-color:rgba(2,44,34,.25)}.md\:bg-emerald-950\/30{background-color:rgba(2,44,34,.3)}.md\:bg-emerald-950\/35{background-color:rgba(2,44,34,.35)}.md\:bg-emerald-950\/40{background-color:rgba(2,44,34,.4)}.md\:bg-emerald-950\/45{background-color:rgba(2,44,34,.45)}.md\:bg-emerald-950\/5{background-color:rgba(2,44,34,.05)}.md\:bg-emerald-950\/50{background-color:rgba(2,44,34,.5)}.md\:bg-emerald-950\/55{background-color:rgba(2,44,34,.55)}.md\:bg-emerald-950\/60{background-color:rgba(2,44,34,.6)}.md\:bg-emerald-950\/65{background-color:rgba(2,44,34,.65)}.md\:bg-emerald-950\/70{background-color:rgba(2,44,34,.7)}.md\:bg-emerald-950\/75{background-color:rgba(2,44,34,.75)}.md\:bg-emerald-950\/80{background-color:rgba(2,44,34,.8)}.md\:bg-emerald-950\/85{background-color:rgba(2,44,34,.85)}.md\:bg-emerald-950\/90{background-color:rgba(2,44,34,.9)}.md\:bg-emerald-950\/95{background-color:rgba(2,44,34,.95)}.md\:bg-fuchsia-100{--tw-bg-opacity:1;background-color:rgba(250,232,255,var(--tw-bg-opacity))}.md\:bg-fuchsia-100\/0{background-color:rgba(250,232,255,0)}.md\:bg-fuchsia-100\/10{background-color:rgba(250,232,255,.1)}.md\:bg-fuchsia-100\/100{background-color:#fae8ff}.md\:bg-fuchsia-100\/15{background-color:rgba(250,232,255,.15)}.md\:bg-fuchsia-100\/20{background-color:rgba(250,232,255,.2)}.md\:bg-fuchsia-100\/25{background-color:rgba(250,232,255,.25)}.md\:bg-fuchsia-100\/30{background-color:rgba(250,232,255,.3)}.md\:bg-fuchsia-100\/35{background-color:rgba(250,232,255,.35)}.md\:bg-fuchsia-100\/40{background-color:rgba(250,232,255,.4)}.md\:bg-fuchsia-100\/45{background-color:rgba(250,232,255,.45)}.md\:bg-fuchsia-100\/5{background-color:rgba(250,232,255,.05)}.md\:bg-fuchsia-100\/50{background-color:rgba(250,232,255,.5)}.md\:bg-fuchsia-100\/55{background-color:rgba(250,232,255,.55)}.md\:bg-fuchsia-100\/60{background-color:rgba(250,232,255,.6)}.md\:bg-fuchsia-100\/65{background-color:rgba(250,232,255,.65)}.md\:bg-fuchsia-100\/70{background-color:rgba(250,232,255,.7)}.md\:bg-fuchsia-100\/75{background-color:rgba(250,232,255,.75)}.md\:bg-fuchsia-100\/80{background-color:rgba(250,232,255,.8)}.md\:bg-fuchsia-100\/85{background-color:rgba(250,232,255,.85)}.md\:bg-fuchsia-100\/90{background-color:rgba(250,232,255,.9)}.md\:bg-fuchsia-100\/95{background-color:rgba(250,232,255,.95)}.md\:bg-fuchsia-200{--tw-bg-opacity:1;background-color:rgba(245,208,254,var(--tw-bg-opacity))}.md\:bg-fuchsia-200\/0{background-color:rgba(245,208,254,0)}.md\:bg-fuchsia-200\/10{background-color:rgba(245,208,254,.1)}.md\:bg-fuchsia-200\/100{background-color:#f5d0fe}.md\:bg-fuchsia-200\/15{background-color:rgba(245,208,254,.15)}.md\:bg-fuchsia-200\/20{background-color:rgba(245,208,254,.2)}.md\:bg-fuchsia-200\/25{background-color:rgba(245,208,254,.25)}.md\:bg-fuchsia-200\/30{background-color:rgba(245,208,254,.3)}.md\:bg-fuchsia-200\/35{background-color:rgba(245,208,254,.35)}.md\:bg-fuchsia-200\/40{background-color:rgba(245,208,254,.4)}.md\:bg-fuchsia-200\/45{background-color:rgba(245,208,254,.45)}.md\:bg-fuchsia-200\/5{background-color:rgba(245,208,254,.05)}.md\:bg-fuchsia-200\/50{background-color:rgba(245,208,254,.5)}.md\:bg-fuchsia-200\/55{background-color:rgba(245,208,254,.55)}.md\:bg-fuchsia-200\/60{background-color:rgba(245,208,254,.6)}.md\:bg-fuchsia-200\/65{background-color:rgba(245,208,254,.65)}.md\:bg-fuchsia-200\/70{background-color:rgba(245,208,254,.7)}.md\:bg-fuchsia-200\/75{background-color:rgba(245,208,254,.75)}.md\:bg-fuchsia-200\/80{background-color:rgba(245,208,254,.8)}.md\:bg-fuchsia-200\/85{background-color:rgba(245,208,254,.85)}.md\:bg-fuchsia-200\/90{background-color:rgba(245,208,254,.9)}.md\:bg-fuchsia-200\/95{background-color:rgba(245,208,254,.95)}.md\:bg-fuchsia-300{--tw-bg-opacity:1;background-color:rgba(240,171,252,var(--tw-bg-opacity))}.md\:bg-fuchsia-300\/0{background-color:rgba(240,171,252,0)}.md\:bg-fuchsia-300\/10{background-color:rgba(240,171,252,.1)}.md\:bg-fuchsia-300\/100{background-color:#f0abfc}.md\:bg-fuchsia-300\/15{background-color:rgba(240,171,252,.15)}.md\:bg-fuchsia-300\/20{background-color:rgba(240,171,252,.2)}.md\:bg-fuchsia-300\/25{background-color:rgba(240,171,252,.25)}.md\:bg-fuchsia-300\/30{background-color:rgba(240,171,252,.3)}.md\:bg-fuchsia-300\/35{background-color:rgba(240,171,252,.35)}.md\:bg-fuchsia-300\/40{background-color:rgba(240,171,252,.4)}.md\:bg-fuchsia-300\/45{background-color:rgba(240,171,252,.45)}.md\:bg-fuchsia-300\/5{background-color:rgba(240,171,252,.05)}.md\:bg-fuchsia-300\/50{background-color:rgba(240,171,252,.5)}.md\:bg-fuchsia-300\/55{background-color:rgba(240,171,252,.55)}.md\:bg-fuchsia-300\/60{background-color:rgba(240,171,252,.6)}.md\:bg-fuchsia-300\/65{background-color:rgba(240,171,252,.65)}.md\:bg-fuchsia-300\/70{background-color:rgba(240,171,252,.7)}.md\:bg-fuchsia-300\/75{background-color:rgba(240,171,252,.75)}.md\:bg-fuchsia-300\/80{background-color:rgba(240,171,252,.8)}.md\:bg-fuchsia-300\/85{background-color:rgba(240,171,252,.85)}.md\:bg-fuchsia-300\/90{background-color:rgba(240,171,252,.9)}.md\:bg-fuchsia-300\/95{background-color:rgba(240,171,252,.95)}.md\:bg-fuchsia-400{--tw-bg-opacity:1;background-color:rgba(232,121,249,var(--tw-bg-opacity))}.md\:bg-fuchsia-400\/0{background-color:rgba(232,121,249,0)}.md\:bg-fuchsia-400\/10{background-color:rgba(232,121,249,.1)}.md\:bg-fuchsia-400\/100{background-color:#e879f9}.md\:bg-fuchsia-400\/15{background-color:rgba(232,121,249,.15)}.md\:bg-fuchsia-400\/20{background-color:rgba(232,121,249,.2)}.md\:bg-fuchsia-400\/25{background-color:rgba(232,121,249,.25)}.md\:bg-fuchsia-400\/30{background-color:rgba(232,121,249,.3)}.md\:bg-fuchsia-400\/35{background-color:rgba(232,121,249,.35)}.md\:bg-fuchsia-400\/40{background-color:rgba(232,121,249,.4)}.md\:bg-fuchsia-400\/45{background-color:rgba(232,121,249,.45)}.md\:bg-fuchsia-400\/5{background-color:rgba(232,121,249,.05)}.md\:bg-fuchsia-400\/50{background-color:rgba(232,121,249,.5)}.md\:bg-fuchsia-400\/55{background-color:rgba(232,121,249,.55)}.md\:bg-fuchsia-400\/60{background-color:rgba(232,121,249,.6)}.md\:bg-fuchsia-400\/65{background-color:rgba(232,121,249,.65)}.md\:bg-fuchsia-400\/70{background-color:rgba(232,121,249,.7)}.md\:bg-fuchsia-400\/75{background-color:rgba(232,121,249,.75)}.md\:bg-fuchsia-400\/80{background-color:rgba(232,121,249,.8)}.md\:bg-fuchsia-400\/85{background-color:rgba(232,121,249,.85)}.md\:bg-fuchsia-400\/90{background-color:rgba(232,121,249,.9)}.md\:bg-fuchsia-400\/95{background-color:rgba(232,121,249,.95)}.md\:bg-fuchsia-50{--tw-bg-opacity:1;background-color:rgba(253,244,255,var(--tw-bg-opacity))}.md\:bg-fuchsia-50\/0{background-color:rgba(253,244,255,0)}.md\:bg-fuchsia-50\/10{background-color:rgba(253,244,255,.1)}.md\:bg-fuchsia-50\/100{background-color:#fdf4ff}.md\:bg-fuchsia-50\/15{background-color:rgba(253,244,255,.15)}.md\:bg-fuchsia-50\/20{background-color:rgba(253,244,255,.2)}.md\:bg-fuchsia-50\/25{background-color:rgba(253,244,255,.25)}.md\:bg-fuchsia-50\/30{background-color:rgba(253,244,255,.3)}.md\:bg-fuchsia-50\/35{background-color:rgba(253,244,255,.35)}.md\:bg-fuchsia-50\/40{background-color:rgba(253,244,255,.4)}.md\:bg-fuchsia-50\/45{background-color:rgba(253,244,255,.45)}.md\:bg-fuchsia-50\/5{background-color:rgba(253,244,255,.05)}.md\:bg-fuchsia-50\/50{background-color:rgba(253,244,255,.5)}.md\:bg-fuchsia-50\/55{background-color:rgba(253,244,255,.55)}.md\:bg-fuchsia-50\/60{background-color:rgba(253,244,255,.6)}.md\:bg-fuchsia-50\/65{background-color:rgba(253,244,255,.65)}.md\:bg-fuchsia-50\/70{background-color:rgba(253,244,255,.7)}.md\:bg-fuchsia-50\/75{background-color:rgba(253,244,255,.75)}.md\:bg-fuchsia-50\/80{background-color:rgba(253,244,255,.8)}.md\:bg-fuchsia-50\/85{background-color:rgba(253,244,255,.85)}.md\:bg-fuchsia-50\/90{background-color:rgba(253,244,255,.9)}.md\:bg-fuchsia-50\/95{background-color:rgba(253,244,255,.95)}.md\:bg-fuchsia-500{--tw-bg-opacity:1;background-color:rgba(217,70,239,var(--tw-bg-opacity))}.md\:bg-fuchsia-500\/0{background-color:rgba(217,70,239,0)}.md\:bg-fuchsia-500\/10{background-color:rgba(217,70,239,.1)}.md\:bg-fuchsia-500\/100{background-color:#d946ef}.md\:bg-fuchsia-500\/15{background-color:rgba(217,70,239,.15)}.md\:bg-fuchsia-500\/20{background-color:rgba(217,70,239,.2)}.md\:bg-fuchsia-500\/25{background-color:rgba(217,70,239,.25)}.md\:bg-fuchsia-500\/30{background-color:rgba(217,70,239,.3)}.md\:bg-fuchsia-500\/35{background-color:rgba(217,70,239,.35)}.md\:bg-fuchsia-500\/40{background-color:rgba(217,70,239,.4)}.md\:bg-fuchsia-500\/45{background-color:rgba(217,70,239,.45)}.md\:bg-fuchsia-500\/5{background-color:rgba(217,70,239,.05)}.md\:bg-fuchsia-500\/50{background-color:rgba(217,70,239,.5)}.md\:bg-fuchsia-500\/55{background-color:rgba(217,70,239,.55)}.md\:bg-fuchsia-500\/60{background-color:rgba(217,70,239,.6)}.md\:bg-fuchsia-500\/65{background-color:rgba(217,70,239,.65)}.md\:bg-fuchsia-500\/70{background-color:rgba(217,70,239,.7)}.md\:bg-fuchsia-500\/75{background-color:rgba(217,70,239,.75)}.md\:bg-fuchsia-500\/80{background-color:rgba(217,70,239,.8)}.md\:bg-fuchsia-500\/85{background-color:rgba(217,70,239,.85)}.md\:bg-fuchsia-500\/90{background-color:rgba(217,70,239,.9)}.md\:bg-fuchsia-500\/95{background-color:rgba(217,70,239,.95)}.md\:bg-fuchsia-600{--tw-bg-opacity:1;background-color:rgba(192,38,211,var(--tw-bg-opacity))}.md\:bg-fuchsia-600\/0{background-color:rgba(192,38,211,0)}.md\:bg-fuchsia-600\/10{background-color:rgba(192,38,211,.1)}.md\:bg-fuchsia-600\/100{background-color:#c026d3}.md\:bg-fuchsia-600\/15{background-color:rgba(192,38,211,.15)}.md\:bg-fuchsia-600\/20{background-color:rgba(192,38,211,.2)}.md\:bg-fuchsia-600\/25{background-color:rgba(192,38,211,.25)}.md\:bg-fuchsia-600\/30{background-color:rgba(192,38,211,.3)}.md\:bg-fuchsia-600\/35{background-color:rgba(192,38,211,.35)}.md\:bg-fuchsia-600\/40{background-color:rgba(192,38,211,.4)}.md\:bg-fuchsia-600\/45{background-color:rgba(192,38,211,.45)}.md\:bg-fuchsia-600\/5{background-color:rgba(192,38,211,.05)}.md\:bg-fuchsia-600\/50{background-color:rgba(192,38,211,.5)}.md\:bg-fuchsia-600\/55{background-color:rgba(192,38,211,.55)}.md\:bg-fuchsia-600\/60{background-color:rgba(192,38,211,.6)}.md\:bg-fuchsia-600\/65{background-color:rgba(192,38,211,.65)}.md\:bg-fuchsia-600\/70{background-color:rgba(192,38,211,.7)}.md\:bg-fuchsia-600\/75{background-color:rgba(192,38,211,.75)}.md\:bg-fuchsia-600\/80{background-color:rgba(192,38,211,.8)}.md\:bg-fuchsia-600\/85{background-color:rgba(192,38,211,.85)}.md\:bg-fuchsia-600\/90{background-color:rgba(192,38,211,.9)}.md\:bg-fuchsia-600\/95{background-color:rgba(192,38,211,.95)}.md\:bg-fuchsia-700{--tw-bg-opacity:1;background-color:rgba(162,28,175,var(--tw-bg-opacity))}.md\:bg-fuchsia-700\/0{background-color:rgba(162,28,175,0)}.md\:bg-fuchsia-700\/10{background-color:rgba(162,28,175,.1)}.md\:bg-fuchsia-700\/100{background-color:#a21caf}.md\:bg-fuchsia-700\/15{background-color:rgba(162,28,175,.15)}.md\:bg-fuchsia-700\/20{background-color:rgba(162,28,175,.2)}.md\:bg-fuchsia-700\/25{background-color:rgba(162,28,175,.25)}.md\:bg-fuchsia-700\/30{background-color:rgba(162,28,175,.3)}.md\:bg-fuchsia-700\/35{background-color:rgba(162,28,175,.35)}.md\:bg-fuchsia-700\/40{background-color:rgba(162,28,175,.4)}.md\:bg-fuchsia-700\/45{background-color:rgba(162,28,175,.45)}.md\:bg-fuchsia-700\/5{background-color:rgba(162,28,175,.05)}.md\:bg-fuchsia-700\/50{background-color:rgba(162,28,175,.5)}.md\:bg-fuchsia-700\/55{background-color:rgba(162,28,175,.55)}.md\:bg-fuchsia-700\/60{background-color:rgba(162,28,175,.6)}.md\:bg-fuchsia-700\/65{background-color:rgba(162,28,175,.65)}.md\:bg-fuchsia-700\/70{background-color:rgba(162,28,175,.7)}.md\:bg-fuchsia-700\/75{background-color:rgba(162,28,175,.75)}.md\:bg-fuchsia-700\/80{background-color:rgba(162,28,175,.8)}.md\:bg-fuchsia-700\/85{background-color:rgba(162,28,175,.85)}.md\:bg-fuchsia-700\/90{background-color:rgba(162,28,175,.9)}.md\:bg-fuchsia-700\/95{background-color:rgba(162,28,175,.95)}.md\:bg-fuchsia-800{--tw-bg-opacity:1;background-color:rgba(134,25,143,var(--tw-bg-opacity))}.md\:bg-fuchsia-800\/0{background-color:rgba(134,25,143,0)}.md\:bg-fuchsia-800\/10{background-color:rgba(134,25,143,.1)}.md\:bg-fuchsia-800\/100{background-color:#86198f}.md\:bg-fuchsia-800\/15{background-color:rgba(134,25,143,.15)}.md\:bg-fuchsia-800\/20{background-color:rgba(134,25,143,.2)}.md\:bg-fuchsia-800\/25{background-color:rgba(134,25,143,.25)}.md\:bg-fuchsia-800\/30{background-color:rgba(134,25,143,.3)}.md\:bg-fuchsia-800\/35{background-color:rgba(134,25,143,.35)}.md\:bg-fuchsia-800\/40{background-color:rgba(134,25,143,.4)}.md\:bg-fuchsia-800\/45{background-color:rgba(134,25,143,.45)}.md\:bg-fuchsia-800\/5{background-color:rgba(134,25,143,.05)}.md\:bg-fuchsia-800\/50{background-color:rgba(134,25,143,.5)}.md\:bg-fuchsia-800\/55{background-color:rgba(134,25,143,.55)}.md\:bg-fuchsia-800\/60{background-color:rgba(134,25,143,.6)}.md\:bg-fuchsia-800\/65{background-color:rgba(134,25,143,.65)}.md\:bg-fuchsia-800\/70{background-color:rgba(134,25,143,.7)}.md\:bg-fuchsia-800\/75{background-color:rgba(134,25,143,.75)}.md\:bg-fuchsia-800\/80{background-color:rgba(134,25,143,.8)}.md\:bg-fuchsia-800\/85{background-color:rgba(134,25,143,.85)}.md\:bg-fuchsia-800\/90{background-color:rgba(134,25,143,.9)}.md\:bg-fuchsia-800\/95{background-color:rgba(134,25,143,.95)}.md\:bg-fuchsia-900{--tw-bg-opacity:1;background-color:rgba(112,26,117,var(--tw-bg-opacity))}.md\:bg-fuchsia-900\/0{background-color:rgba(112,26,117,0)}.md\:bg-fuchsia-900\/10{background-color:rgba(112,26,117,.1)}.md\:bg-fuchsia-900\/100{background-color:#701a75}.md\:bg-fuchsia-900\/15{background-color:rgba(112,26,117,.15)}.md\:bg-fuchsia-900\/20{background-color:rgba(112,26,117,.2)}.md\:bg-fuchsia-900\/25{background-color:rgba(112,26,117,.25)}.md\:bg-fuchsia-900\/30{background-color:rgba(112,26,117,.3)}.md\:bg-fuchsia-900\/35{background-color:rgba(112,26,117,.35)}.md\:bg-fuchsia-900\/40{background-color:rgba(112,26,117,.4)}.md\:bg-fuchsia-900\/45{background-color:rgba(112,26,117,.45)}.md\:bg-fuchsia-900\/5{background-color:rgba(112,26,117,.05)}.md\:bg-fuchsia-900\/50{background-color:rgba(112,26,117,.5)}.md\:bg-fuchsia-900\/55{background-color:rgba(112,26,117,.55)}.md\:bg-fuchsia-900\/60{background-color:rgba(112,26,117,.6)}.md\:bg-fuchsia-900\/65{background-color:rgba(112,26,117,.65)}.md\:bg-fuchsia-900\/70{background-color:rgba(112,26,117,.7)}.md\:bg-fuchsia-900\/75{background-color:rgba(112,26,117,.75)}.md\:bg-fuchsia-900\/80{background-color:rgba(112,26,117,.8)}.md\:bg-fuchsia-900\/85{background-color:rgba(112,26,117,.85)}.md\:bg-fuchsia-900\/90{background-color:rgba(112,26,117,.9)}.md\:bg-fuchsia-900\/95{background-color:rgba(112,26,117,.95)}.md\:bg-fuchsia-950{--tw-bg-opacity:1;background-color:rgba(74,4,78,var(--tw-bg-opacity))}.md\:bg-fuchsia-950\/0{background-color:rgba(74,4,78,0)}.md\:bg-fuchsia-950\/10{background-color:rgba(74,4,78,.1)}.md\:bg-fuchsia-950\/100{background-color:#4a044e}.md\:bg-fuchsia-950\/15{background-color:rgba(74,4,78,.15)}.md\:bg-fuchsia-950\/20{background-color:rgba(74,4,78,.2)}.md\:bg-fuchsia-950\/25{background-color:rgba(74,4,78,.25)}.md\:bg-fuchsia-950\/30{background-color:rgba(74,4,78,.3)}.md\:bg-fuchsia-950\/35{background-color:rgba(74,4,78,.35)}.md\:bg-fuchsia-950\/40{background-color:rgba(74,4,78,.4)}.md\:bg-fuchsia-950\/45{background-color:rgba(74,4,78,.45)}.md\:bg-fuchsia-950\/5{background-color:rgba(74,4,78,.05)}.md\:bg-fuchsia-950\/50{background-color:rgba(74,4,78,.5)}.md\:bg-fuchsia-950\/55{background-color:rgba(74,4,78,.55)}.md\:bg-fuchsia-950\/60{background-color:rgba(74,4,78,.6)}.md\:bg-fuchsia-950\/65{background-color:rgba(74,4,78,.65)}.md\:bg-fuchsia-950\/70{background-color:rgba(74,4,78,.7)}.md\:bg-fuchsia-950\/75{background-color:rgba(74,4,78,.75)}.md\:bg-fuchsia-950\/80{background-color:rgba(74,4,78,.8)}.md\:bg-fuchsia-950\/85{background-color:rgba(74,4,78,.85)}.md\:bg-fuchsia-950\/90{background-color:rgba(74,4,78,.9)}.md\:bg-fuchsia-950\/95{background-color:rgba(74,4,78,.95)}.md\:bg-gray-100{--tw-bg-opacity:1;background-color:rgba(243,244,246,var(--tw-bg-opacity))}.md\:bg-gray-100\/0{background-color:rgba(243,244,246,0)}.md\:bg-gray-100\/10{background-color:rgba(243,244,246,.1)}.md\:bg-gray-100\/100{background-color:#f3f4f6}.md\:bg-gray-100\/15{background-color:rgba(243,244,246,.15)}.md\:bg-gray-100\/20{background-color:rgba(243,244,246,.2)}.md\:bg-gray-100\/25{background-color:rgba(243,244,246,.25)}.md\:bg-gray-100\/30{background-color:rgba(243,244,246,.3)}.md\:bg-gray-100\/35{background-color:rgba(243,244,246,.35)}.md\:bg-gray-100\/40{background-color:rgba(243,244,246,.4)}.md\:bg-gray-100\/45{background-color:rgba(243,244,246,.45)}.md\:bg-gray-100\/5{background-color:rgba(243,244,246,.05)}.md\:bg-gray-100\/50{background-color:rgba(243,244,246,.5)}.md\:bg-gray-100\/55{background-color:rgba(243,244,246,.55)}.md\:bg-gray-100\/60{background-color:rgba(243,244,246,.6)}.md\:bg-gray-100\/65{background-color:rgba(243,244,246,.65)}.md\:bg-gray-100\/70{background-color:rgba(243,244,246,.7)}.md\:bg-gray-100\/75{background-color:rgba(243,244,246,.75)}.md\:bg-gray-100\/80{background-color:rgba(243,244,246,.8)}.md\:bg-gray-100\/85{background-color:rgba(243,244,246,.85)}.md\:bg-gray-100\/90{background-color:rgba(243,244,246,.9)}.md\:bg-gray-100\/95{background-color:rgba(243,244,246,.95)}.md\:bg-gray-200{--tw-bg-opacity:1;background-color:rgba(229,231,235,var(--tw-bg-opacity))}.md\:bg-gray-200\/0{background-color:rgba(229,231,235,0)}.md\:bg-gray-200\/10{background-color:rgba(229,231,235,.1)}.md\:bg-gray-200\/100{background-color:#e5e7eb}.md\:bg-gray-200\/15{background-color:rgba(229,231,235,.15)}.md\:bg-gray-200\/20{background-color:rgba(229,231,235,.2)}.md\:bg-gray-200\/25{background-color:rgba(229,231,235,.25)}.md\:bg-gray-200\/30{background-color:rgba(229,231,235,.3)}.md\:bg-gray-200\/35{background-color:rgba(229,231,235,.35)}.md\:bg-gray-200\/40{background-color:rgba(229,231,235,.4)}.md\:bg-gray-200\/45{background-color:rgba(229,231,235,.45)}.md\:bg-gray-200\/5{background-color:rgba(229,231,235,.05)}.md\:bg-gray-200\/50{background-color:rgba(229,231,235,.5)}.md\:bg-gray-200\/55{background-color:rgba(229,231,235,.55)}.md\:bg-gray-200\/60{background-color:rgba(229,231,235,.6)}.md\:bg-gray-200\/65{background-color:rgba(229,231,235,.65)}.md\:bg-gray-200\/70{background-color:rgba(229,231,235,.7)}.md\:bg-gray-200\/75{background-color:rgba(229,231,235,.75)}.md\:bg-gray-200\/80{background-color:rgba(229,231,235,.8)}.md\:bg-gray-200\/85{background-color:rgba(229,231,235,.85)}.md\:bg-gray-200\/90{background-color:rgba(229,231,235,.9)}.md\:bg-gray-200\/95{background-color:rgba(229,231,235,.95)}.md\:bg-gray-300{--tw-bg-opacity:1;background-color:rgba(209,213,219,var(--tw-bg-opacity))}.md\:bg-gray-300\/0{background-color:rgba(209,213,219,0)}.md\:bg-gray-300\/10{background-color:rgba(209,213,219,.1)}.md\:bg-gray-300\/100{background-color:#d1d5db}.md\:bg-gray-300\/15{background-color:rgba(209,213,219,.15)}.md\:bg-gray-300\/20{background-color:rgba(209,213,219,.2)}.md\:bg-gray-300\/25{background-color:rgba(209,213,219,.25)}.md\:bg-gray-300\/30{background-color:rgba(209,213,219,.3)}.md\:bg-gray-300\/35{background-color:rgba(209,213,219,.35)}.md\:bg-gray-300\/40{background-color:rgba(209,213,219,.4)}.md\:bg-gray-300\/45{background-color:rgba(209,213,219,.45)}.md\:bg-gray-300\/5{background-color:rgba(209,213,219,.05)}.md\:bg-gray-300\/50{background-color:rgba(209,213,219,.5)}.md\:bg-gray-300\/55{background-color:rgba(209,213,219,.55)}.md\:bg-gray-300\/60{background-color:rgba(209,213,219,.6)}.md\:bg-gray-300\/65{background-color:rgba(209,213,219,.65)}.md\:bg-gray-300\/70{background-color:rgba(209,213,219,.7)}.md\:bg-gray-300\/75{background-color:rgba(209,213,219,.75)}.md\:bg-gray-300\/80{background-color:rgba(209,213,219,.8)}.md\:bg-gray-300\/85{background-color:rgba(209,213,219,.85)}.md\:bg-gray-300\/90{background-color:rgba(209,213,219,.9)}.md\:bg-gray-300\/95{background-color:rgba(209,213,219,.95)}.md\:bg-gray-400{--tw-bg-opacity:1;background-color:rgba(156,163,175,var(--tw-bg-opacity))}.md\:bg-gray-400\/0{background-color:rgba(156,163,175,0)}.md\:bg-gray-400\/10{background-color:rgba(156,163,175,.1)}.md\:bg-gray-400\/100{background-color:#9ca3af}.md\:bg-gray-400\/15{background-color:rgba(156,163,175,.15)}.md\:bg-gray-400\/20{background-color:rgba(156,163,175,.2)}.md\:bg-gray-400\/25{background-color:rgba(156,163,175,.25)}.md\:bg-gray-400\/30{background-color:rgba(156,163,175,.3)}.md\:bg-gray-400\/35{background-color:rgba(156,163,175,.35)}.md\:bg-gray-400\/40{background-color:rgba(156,163,175,.4)}.md\:bg-gray-400\/45{background-color:rgba(156,163,175,.45)}.md\:bg-gray-400\/5{background-color:rgba(156,163,175,.05)}.md\:bg-gray-400\/50{background-color:rgba(156,163,175,.5)}.md\:bg-gray-400\/55{background-color:rgba(156,163,175,.55)}.md\:bg-gray-400\/60{background-color:rgba(156,163,175,.6)}.md\:bg-gray-400\/65{background-color:rgba(156,163,175,.65)}.md\:bg-gray-400\/70{background-color:rgba(156,163,175,.7)}.md\:bg-gray-400\/75{background-color:rgba(156,163,175,.75)}.md\:bg-gray-400\/80{background-color:rgba(156,163,175,.8)}.md\:bg-gray-400\/85{background-color:rgba(156,163,175,.85)}.md\:bg-gray-400\/90{background-color:rgba(156,163,175,.9)}.md\:bg-gray-400\/95{background-color:rgba(156,163,175,.95)}.md\:bg-gray-50{--tw-bg-opacity:1;background-color:rgba(249,250,251,var(--tw-bg-opacity))}.md\:bg-gray-50\/0{background-color:rgba(249,250,251,0)}.md\:bg-gray-50\/10{background-color:rgba(249,250,251,.1)}.md\:bg-gray-50\/100{background-color:#f9fafb}.md\:bg-gray-50\/15{background-color:rgba(249,250,251,.15)}.md\:bg-gray-50\/20{background-color:rgba(249,250,251,.2)}.md\:bg-gray-50\/25{background-color:rgba(249,250,251,.25)}.md\:bg-gray-50\/30{background-color:rgba(249,250,251,.3)}.md\:bg-gray-50\/35{background-color:rgba(249,250,251,.35)}.md\:bg-gray-50\/40{background-color:rgba(249,250,251,.4)}.md\:bg-gray-50\/45{background-color:rgba(249,250,251,.45)}.md\:bg-gray-50\/5{background-color:rgba(249,250,251,.05)}.md\:bg-gray-50\/50{background-color:rgba(249,250,251,.5)}.md\:bg-gray-50\/55{background-color:rgba(249,250,251,.55)}.md\:bg-gray-50\/60{background-color:rgba(249,250,251,.6)}.md\:bg-gray-50\/65{background-color:rgba(249,250,251,.65)}.md\:bg-gray-50\/70{background-color:rgba(249,250,251,.7)}.md\:bg-gray-50\/75{background-color:rgba(249,250,251,.75)}.md\:bg-gray-50\/80{background-color:rgba(249,250,251,.8)}.md\:bg-gray-50\/85{background-color:rgba(249,250,251,.85)}.md\:bg-gray-50\/90{background-color:rgba(249,250,251,.9)}.md\:bg-gray-50\/95{background-color:rgba(249,250,251,.95)}.md\:bg-gray-500{--tw-bg-opacity:1;background-color:rgba(107,114,128,var(--tw-bg-opacity))}.md\:bg-gray-500\/0{background-color:hsla(220,9%,46%,0)}.md\:bg-gray-500\/10{background-color:hsla(220,9%,46%,.1)}.md\:bg-gray-500\/100{background-color:#6b7280}.md\:bg-gray-500\/15{background-color:hsla(220,9%,46%,.15)}.md\:bg-gray-500\/20{background-color:hsla(220,9%,46%,.2)}.md\:bg-gray-500\/25{background-color:hsla(220,9%,46%,.25)}.md\:bg-gray-500\/30{background-color:hsla(220,9%,46%,.3)}.md\:bg-gray-500\/35{background-color:hsla(220,9%,46%,.35)}.md\:bg-gray-500\/40{background-color:hsla(220,9%,46%,.4)}.md\:bg-gray-500\/45{background-color:hsla(220,9%,46%,.45)}.md\:bg-gray-500\/5{background-color:hsla(220,9%,46%,.05)}.md\:bg-gray-500\/50{background-color:hsla(220,9%,46%,.5)}.md\:bg-gray-500\/55{background-color:hsla(220,9%,46%,.55)}.md\:bg-gray-500\/60{background-color:hsla(220,9%,46%,.6)}.md\:bg-gray-500\/65{background-color:hsla(220,9%,46%,.65)}.md\:bg-gray-500\/70{background-color:hsla(220,9%,46%,.7)}.md\:bg-gray-500\/75{background-color:hsla(220,9%,46%,.75)}.md\:bg-gray-500\/80{background-color:hsla(220,9%,46%,.8)}.md\:bg-gray-500\/85{background-color:hsla(220,9%,46%,.85)}.md\:bg-gray-500\/90{background-color:hsla(220,9%,46%,.9)}.md\:bg-gray-500\/95{background-color:hsla(220,9%,46%,.95)}.md\:bg-gray-600{--tw-bg-opacity:1;background-color:rgba(75,85,99,var(--tw-bg-opacity))}.md\:bg-gray-600\/0{background-color:rgba(75,85,99,0)}.md\:bg-gray-600\/10{background-color:rgba(75,85,99,.1)}.md\:bg-gray-600\/100{background-color:#4b5563}.md\:bg-gray-600\/15{background-color:rgba(75,85,99,.15)}.md\:bg-gray-600\/20{background-color:rgba(75,85,99,.2)}.md\:bg-gray-600\/25{background-color:rgba(75,85,99,.25)}.md\:bg-gray-600\/30{background-color:rgba(75,85,99,.3)}.md\:bg-gray-600\/35{background-color:rgba(75,85,99,.35)}.md\:bg-gray-600\/40{background-color:rgba(75,85,99,.4)}.md\:bg-gray-600\/45{background-color:rgba(75,85,99,.45)}.md\:bg-gray-600\/5{background-color:rgba(75,85,99,.05)}.md\:bg-gray-600\/50{background-color:rgba(75,85,99,.5)}.md\:bg-gray-600\/55{background-color:rgba(75,85,99,.55)}.md\:bg-gray-600\/60{background-color:rgba(75,85,99,.6)}.md\:bg-gray-600\/65{background-color:rgba(75,85,99,.65)}.md\:bg-gray-600\/70{background-color:rgba(75,85,99,.7)}.md\:bg-gray-600\/75{background-color:rgba(75,85,99,.75)}.md\:bg-gray-600\/80{background-color:rgba(75,85,99,.8)}.md\:bg-gray-600\/85{background-color:rgba(75,85,99,.85)}.md\:bg-gray-600\/90{background-color:rgba(75,85,99,.9)}.md\:bg-gray-600\/95{background-color:rgba(75,85,99,.95)}.md\:bg-gray-700{--tw-bg-opacity:1;background-color:rgba(55,65,81,var(--tw-bg-opacity))}.md\:bg-gray-700\/0{background-color:rgba(55,65,81,0)}.md\:bg-gray-700\/10{background-color:rgba(55,65,81,.1)}.md\:bg-gray-700\/100{background-color:#374151}.md\:bg-gray-700\/15{background-color:rgba(55,65,81,.15)}.md\:bg-gray-700\/20{background-color:rgba(55,65,81,.2)}.md\:bg-gray-700\/25{background-color:rgba(55,65,81,.25)}.md\:bg-gray-700\/30{background-color:rgba(55,65,81,.3)}.md\:bg-gray-700\/35{background-color:rgba(55,65,81,.35)}.md\:bg-gray-700\/40{background-color:rgba(55,65,81,.4)}.md\:bg-gray-700\/45{background-color:rgba(55,65,81,.45)}.md\:bg-gray-700\/5{background-color:rgba(55,65,81,.05)}.md\:bg-gray-700\/50{background-color:rgba(55,65,81,.5)}.md\:bg-gray-700\/55{background-color:rgba(55,65,81,.55)}.md\:bg-gray-700\/60{background-color:rgba(55,65,81,.6)}.md\:bg-gray-700\/65{background-color:rgba(55,65,81,.65)}.md\:bg-gray-700\/70{background-color:rgba(55,65,81,.7)}.md\:bg-gray-700\/75{background-color:rgba(55,65,81,.75)}.md\:bg-gray-700\/80{background-color:rgba(55,65,81,.8)}.md\:bg-gray-700\/85{background-color:rgba(55,65,81,.85)}.md\:bg-gray-700\/90{background-color:rgba(55,65,81,.9)}.md\:bg-gray-700\/95{background-color:rgba(55,65,81,.95)}.md\:bg-gray-800{--tw-bg-opacity:1;background-color:rgba(31,41,55,var(--tw-bg-opacity))}.md\:bg-gray-800\/0{background-color:rgba(31,41,55,0)}.md\:bg-gray-800\/10{background-color:rgba(31,41,55,.1)}.md\:bg-gray-800\/100{background-color:#1f2937}.md\:bg-gray-800\/15{background-color:rgba(31,41,55,.15)}.md\:bg-gray-800\/20{background-color:rgba(31,41,55,.2)}.md\:bg-gray-800\/25{background-color:rgba(31,41,55,.25)}.md\:bg-gray-800\/30{background-color:rgba(31,41,55,.3)}.md\:bg-gray-800\/35{background-color:rgba(31,41,55,.35)}.md\:bg-gray-800\/40{background-color:rgba(31,41,55,.4)}.md\:bg-gray-800\/45{background-color:rgba(31,41,55,.45)}.md\:bg-gray-800\/5{background-color:rgba(31,41,55,.05)}.md\:bg-gray-800\/50{background-color:rgba(31,41,55,.5)}.md\:bg-gray-800\/55{background-color:rgba(31,41,55,.55)}.md\:bg-gray-800\/60{background-color:rgba(31,41,55,.6)}.md\:bg-gray-800\/65{background-color:rgba(31,41,55,.65)}.md\:bg-gray-800\/70{background-color:rgba(31,41,55,.7)}.md\:bg-gray-800\/75{background-color:rgba(31,41,55,.75)}.md\:bg-gray-800\/80{background-color:rgba(31,41,55,.8)}.md\:bg-gray-800\/85{background-color:rgba(31,41,55,.85)}.md\:bg-gray-800\/90{background-color:rgba(31,41,55,.9)}.md\:bg-gray-800\/95{background-color:rgba(31,41,55,.95)}.md\:bg-gray-900{--tw-bg-opacity:1;background-color:rgba(17,24,39,var(--tw-bg-opacity))}.md\:bg-gray-900\/0{background-color:rgba(17,24,39,0)}.md\:bg-gray-900\/10{background-color:rgba(17,24,39,.1)}.md\:bg-gray-900\/100{background-color:#111827}.md\:bg-gray-900\/15{background-color:rgba(17,24,39,.15)}.md\:bg-gray-900\/20{background-color:rgba(17,24,39,.2)}.md\:bg-gray-900\/25{background-color:rgba(17,24,39,.25)}.md\:bg-gray-900\/30{background-color:rgba(17,24,39,.3)}.md\:bg-gray-900\/35{background-color:rgba(17,24,39,.35)}.md\:bg-gray-900\/40{background-color:rgba(17,24,39,.4)}.md\:bg-gray-900\/45{background-color:rgba(17,24,39,.45)}.md\:bg-gray-900\/5{background-color:rgba(17,24,39,.05)}.md\:bg-gray-900\/50{background-color:rgba(17,24,39,.5)}.md\:bg-gray-900\/55{background-color:rgba(17,24,39,.55)}.md\:bg-gray-900\/60{background-color:rgba(17,24,39,.6)}.md\:bg-gray-900\/65{background-color:rgba(17,24,39,.65)}.md\:bg-gray-900\/70{background-color:rgba(17,24,39,.7)}.md\:bg-gray-900\/75{background-color:rgba(17,24,39,.75)}.md\:bg-gray-900\/80{background-color:rgba(17,24,39,.8)}.md\:bg-gray-900\/85{background-color:rgba(17,24,39,.85)}.md\:bg-gray-900\/90{background-color:rgba(17,24,39,.9)}.md\:bg-gray-900\/95{background-color:rgba(17,24,39,.95)}.md\:bg-gray-950{--tw-bg-opacity:1;background-color:rgba(3,7,18,var(--tw-bg-opacity))}.md\:bg-gray-950\/0{background-color:rgba(3,7,18,0)}.md\:bg-gray-950\/10{background-color:rgba(3,7,18,.1)}.md\:bg-gray-950\/100{background-color:#030712}.md\:bg-gray-950\/15{background-color:rgba(3,7,18,.15)}.md\:bg-gray-950\/20{background-color:rgba(3,7,18,.2)}.md\:bg-gray-950\/25{background-color:rgba(3,7,18,.25)}.md\:bg-gray-950\/30{background-color:rgba(3,7,18,.3)}.md\:bg-gray-950\/35{background-color:rgba(3,7,18,.35)}.md\:bg-gray-950\/40{background-color:rgba(3,7,18,.4)}.md\:bg-gray-950\/45{background-color:rgba(3,7,18,.45)}.md\:bg-gray-950\/5{background-color:rgba(3,7,18,.05)}.md\:bg-gray-950\/50{background-color:rgba(3,7,18,.5)}.md\:bg-gray-950\/55{background-color:rgba(3,7,18,.55)}.md\:bg-gray-950\/60{background-color:rgba(3,7,18,.6)}.md\:bg-gray-950\/65{background-color:rgba(3,7,18,.65)}.md\:bg-gray-950\/70{background-color:rgba(3,7,18,.7)}.md\:bg-gray-950\/75{background-color:rgba(3,7,18,.75)}.md\:bg-gray-950\/80{background-color:rgba(3,7,18,.8)}.md\:bg-gray-950\/85{background-color:rgba(3,7,18,.85)}.md\:bg-gray-950\/90{background-color:rgba(3,7,18,.9)}.md\:bg-gray-950\/95{background-color:rgba(3,7,18,.95)}.md\:bg-green-100{--tw-bg-opacity:1;background-color:rgba(220,252,231,var(--tw-bg-opacity))}.md\:bg-green-100\/0{background-color:rgba(220,252,231,0)}.md\:bg-green-100\/10{background-color:rgba(220,252,231,.1)}.md\:bg-green-100\/100{background-color:#dcfce7}.md\:bg-green-100\/15{background-color:rgba(220,252,231,.15)}.md\:bg-green-100\/20{background-color:rgba(220,252,231,.2)}.md\:bg-green-100\/25{background-color:rgba(220,252,231,.25)}.md\:bg-green-100\/30{background-color:rgba(220,252,231,.3)}.md\:bg-green-100\/35{background-color:rgba(220,252,231,.35)}.md\:bg-green-100\/40{background-color:rgba(220,252,231,.4)}.md\:bg-green-100\/45{background-color:rgba(220,252,231,.45)}.md\:bg-green-100\/5{background-color:rgba(220,252,231,.05)}.md\:bg-green-100\/50{background-color:rgba(220,252,231,.5)}.md\:bg-green-100\/55{background-color:rgba(220,252,231,.55)}.md\:bg-green-100\/60{background-color:rgba(220,252,231,.6)}.md\:bg-green-100\/65{background-color:rgba(220,252,231,.65)}.md\:bg-green-100\/70{background-color:rgba(220,252,231,.7)}.md\:bg-green-100\/75{background-color:rgba(220,252,231,.75)}.md\:bg-green-100\/80{background-color:rgba(220,252,231,.8)}.md\:bg-green-100\/85{background-color:rgba(220,252,231,.85)}.md\:bg-green-100\/90{background-color:rgba(220,252,231,.9)}.md\:bg-green-100\/95{background-color:rgba(220,252,231,.95)}.md\:bg-green-200{--tw-bg-opacity:1;background-color:rgba(187,247,208,var(--tw-bg-opacity))}.md\:bg-green-200\/0{background-color:rgba(187,247,208,0)}.md\:bg-green-200\/10{background-color:rgba(187,247,208,.1)}.md\:bg-green-200\/100{background-color:#bbf7d0}.md\:bg-green-200\/15{background-color:rgba(187,247,208,.15)}.md\:bg-green-200\/20{background-color:rgba(187,247,208,.2)}.md\:bg-green-200\/25{background-color:rgba(187,247,208,.25)}.md\:bg-green-200\/30{background-color:rgba(187,247,208,.3)}.md\:bg-green-200\/35{background-color:rgba(187,247,208,.35)}.md\:bg-green-200\/40{background-color:rgba(187,247,208,.4)}.md\:bg-green-200\/45{background-color:rgba(187,247,208,.45)}.md\:bg-green-200\/5{background-color:rgba(187,247,208,.05)}.md\:bg-green-200\/50{background-color:rgba(187,247,208,.5)}.md\:bg-green-200\/55{background-color:rgba(187,247,208,.55)}.md\:bg-green-200\/60{background-color:rgba(187,247,208,.6)}.md\:bg-green-200\/65{background-color:rgba(187,247,208,.65)}.md\:bg-green-200\/70{background-color:rgba(187,247,208,.7)}.md\:bg-green-200\/75{background-color:rgba(187,247,208,.75)}.md\:bg-green-200\/80{background-color:rgba(187,247,208,.8)}.md\:bg-green-200\/85{background-color:rgba(187,247,208,.85)}.md\:bg-green-200\/90{background-color:rgba(187,247,208,.9)}.md\:bg-green-200\/95{background-color:rgba(187,247,208,.95)}.md\:bg-green-300{--tw-bg-opacity:1;background-color:rgba(134,239,172,var(--tw-bg-opacity))}.md\:bg-green-300\/0{background-color:rgba(134,239,172,0)}.md\:bg-green-300\/10{background-color:rgba(134,239,172,.1)}.md\:bg-green-300\/100{background-color:#86efac}.md\:bg-green-300\/15{background-color:rgba(134,239,172,.15)}.md\:bg-green-300\/20{background-color:rgba(134,239,172,.2)}.md\:bg-green-300\/25{background-color:rgba(134,239,172,.25)}.md\:bg-green-300\/30{background-color:rgba(134,239,172,.3)}.md\:bg-green-300\/35{background-color:rgba(134,239,172,.35)}.md\:bg-green-300\/40{background-color:rgba(134,239,172,.4)}.md\:bg-green-300\/45{background-color:rgba(134,239,172,.45)}.md\:bg-green-300\/5{background-color:rgba(134,239,172,.05)}.md\:bg-green-300\/50{background-color:rgba(134,239,172,.5)}.md\:bg-green-300\/55{background-color:rgba(134,239,172,.55)}.md\:bg-green-300\/60{background-color:rgba(134,239,172,.6)}.md\:bg-green-300\/65{background-color:rgba(134,239,172,.65)}.md\:bg-green-300\/70{background-color:rgba(134,239,172,.7)}.md\:bg-green-300\/75{background-color:rgba(134,239,172,.75)}.md\:bg-green-300\/80{background-color:rgba(134,239,172,.8)}.md\:bg-green-300\/85{background-color:rgba(134,239,172,.85)}.md\:bg-green-300\/90{background-color:rgba(134,239,172,.9)}.md\:bg-green-300\/95{background-color:rgba(134,239,172,.95)}.md\:bg-green-400{--tw-bg-opacity:1;background-color:rgba(74,222,128,var(--tw-bg-opacity))}.md\:bg-green-400\/0{background-color:rgba(74,222,128,0)}.md\:bg-green-400\/10{background-color:rgba(74,222,128,.1)}.md\:bg-green-400\/100{background-color:#4ade80}.md\:bg-green-400\/15{background-color:rgba(74,222,128,.15)}.md\:bg-green-400\/20{background-color:rgba(74,222,128,.2)}.md\:bg-green-400\/25{background-color:rgba(74,222,128,.25)}.md\:bg-green-400\/30{background-color:rgba(74,222,128,.3)}.md\:bg-green-400\/35{background-color:rgba(74,222,128,.35)}.md\:bg-green-400\/40{background-color:rgba(74,222,128,.4)}.md\:bg-green-400\/45{background-color:rgba(74,222,128,.45)}.md\:bg-green-400\/5{background-color:rgba(74,222,128,.05)}.md\:bg-green-400\/50{background-color:rgba(74,222,128,.5)}.md\:bg-green-400\/55{background-color:rgba(74,222,128,.55)}.md\:bg-green-400\/60{background-color:rgba(74,222,128,.6)}.md\:bg-green-400\/65{background-color:rgba(74,222,128,.65)}.md\:bg-green-400\/70{background-color:rgba(74,222,128,.7)}.md\:bg-green-400\/75{background-color:rgba(74,222,128,.75)}.md\:bg-green-400\/80{background-color:rgba(74,222,128,.8)}.md\:bg-green-400\/85{background-color:rgba(74,222,128,.85)}.md\:bg-green-400\/90{background-color:rgba(74,222,128,.9)}.md\:bg-green-400\/95{background-color:rgba(74,222,128,.95)}.md\:bg-green-50{--tw-bg-opacity:1;background-color:rgba(240,253,244,var(--tw-bg-opacity))}.md\:bg-green-50\/0{background-color:rgba(240,253,244,0)}.md\:bg-green-50\/10{background-color:rgba(240,253,244,.1)}.md\:bg-green-50\/100{background-color:#f0fdf4}.md\:bg-green-50\/15{background-color:rgba(240,253,244,.15)}.md\:bg-green-50\/20{background-color:rgba(240,253,244,.2)}.md\:bg-green-50\/25{background-color:rgba(240,253,244,.25)}.md\:bg-green-50\/30{background-color:rgba(240,253,244,.3)}.md\:bg-green-50\/35{background-color:rgba(240,253,244,.35)}.md\:bg-green-50\/40{background-color:rgba(240,253,244,.4)}.md\:bg-green-50\/45{background-color:rgba(240,253,244,.45)}.md\:bg-green-50\/5{background-color:rgba(240,253,244,.05)}.md\:bg-green-50\/50{background-color:rgba(240,253,244,.5)}.md\:bg-green-50\/55{background-color:rgba(240,253,244,.55)}.md\:bg-green-50\/60{background-color:rgba(240,253,244,.6)}.md\:bg-green-50\/65{background-color:rgba(240,253,244,.65)}.md\:bg-green-50\/70{background-color:rgba(240,253,244,.7)}.md\:bg-green-50\/75{background-color:rgba(240,253,244,.75)}.md\:bg-green-50\/80{background-color:rgba(240,253,244,.8)}.md\:bg-green-50\/85{background-color:rgba(240,253,244,.85)}.md\:bg-green-50\/90{background-color:rgba(240,253,244,.9)}.md\:bg-green-50\/95{background-color:rgba(240,253,244,.95)}.md\:bg-green-500{--tw-bg-opacity:1;background-color:rgba(34,197,94,var(--tw-bg-opacity))}.md\:bg-green-500\/0{background-color:rgba(34,197,94,0)}.md\:bg-green-500\/10{background-color:rgba(34,197,94,.1)}.md\:bg-green-500\/100{background-color:#22c55e}.md\:bg-green-500\/15{background-color:rgba(34,197,94,.15)}.md\:bg-green-500\/20{background-color:rgba(34,197,94,.2)}.md\:bg-green-500\/25{background-color:rgba(34,197,94,.25)}.md\:bg-green-500\/30{background-color:rgba(34,197,94,.3)}.md\:bg-green-500\/35{background-color:rgba(34,197,94,.35)}.md\:bg-green-500\/40{background-color:rgba(34,197,94,.4)}.md\:bg-green-500\/45{background-color:rgba(34,197,94,.45)}.md\:bg-green-500\/5{background-color:rgba(34,197,94,.05)}.md\:bg-green-500\/50{background-color:rgba(34,197,94,.5)}.md\:bg-green-500\/55{background-color:rgba(34,197,94,.55)}.md\:bg-green-500\/60{background-color:rgba(34,197,94,.6)}.md\:bg-green-500\/65{background-color:rgba(34,197,94,.65)}.md\:bg-green-500\/70{background-color:rgba(34,197,94,.7)}.md\:bg-green-500\/75{background-color:rgba(34,197,94,.75)}.md\:bg-green-500\/80{background-color:rgba(34,197,94,.8)}.md\:bg-green-500\/85{background-color:rgba(34,197,94,.85)}.md\:bg-green-500\/90{background-color:rgba(34,197,94,.9)}.md\:bg-green-500\/95{background-color:rgba(34,197,94,.95)}.md\:bg-green-600{--tw-bg-opacity:1;background-color:rgba(22,163,74,var(--tw-bg-opacity))}.md\:bg-green-600\/0{background-color:rgba(22,163,74,0)}.md\:bg-green-600\/10{background-color:rgba(22,163,74,.1)}.md\:bg-green-600\/100{background-color:#16a34a}.md\:bg-green-600\/15{background-color:rgba(22,163,74,.15)}.md\:bg-green-600\/20{background-color:rgba(22,163,74,.2)}.md\:bg-green-600\/25{background-color:rgba(22,163,74,.25)}.md\:bg-green-600\/30{background-color:rgba(22,163,74,.3)}.md\:bg-green-600\/35{background-color:rgba(22,163,74,.35)}.md\:bg-green-600\/40{background-color:rgba(22,163,74,.4)}.md\:bg-green-600\/45{background-color:rgba(22,163,74,.45)}.md\:bg-green-600\/5{background-color:rgba(22,163,74,.05)}.md\:bg-green-600\/50{background-color:rgba(22,163,74,.5)}.md\:bg-green-600\/55{background-color:rgba(22,163,74,.55)}.md\:bg-green-600\/60{background-color:rgba(22,163,74,.6)}.md\:bg-green-600\/65{background-color:rgba(22,163,74,.65)}.md\:bg-green-600\/70{background-color:rgba(22,163,74,.7)}.md\:bg-green-600\/75{background-color:rgba(22,163,74,.75)}.md\:bg-green-600\/80{background-color:rgba(22,163,74,.8)}.md\:bg-green-600\/85{background-color:rgba(22,163,74,.85)}.md\:bg-green-600\/90{background-color:rgba(22,163,74,.9)}.md\:bg-green-600\/95{background-color:rgba(22,163,74,.95)}.md\:bg-green-700{--tw-bg-opacity:1;background-color:rgba(21,128,61,var(--tw-bg-opacity))}.md\:bg-green-700\/0{background-color:rgba(21,128,61,0)}.md\:bg-green-700\/10{background-color:rgba(21,128,61,.1)}.md\:bg-green-700\/100{background-color:#15803d}.md\:bg-green-700\/15{background-color:rgba(21,128,61,.15)}.md\:bg-green-700\/20{background-color:rgba(21,128,61,.2)}.md\:bg-green-700\/25{background-color:rgba(21,128,61,.25)}.md\:bg-green-700\/30{background-color:rgba(21,128,61,.3)}.md\:bg-green-700\/35{background-color:rgba(21,128,61,.35)}.md\:bg-green-700\/40{background-color:rgba(21,128,61,.4)}.md\:bg-green-700\/45{background-color:rgba(21,128,61,.45)}.md\:bg-green-700\/5{background-color:rgba(21,128,61,.05)}.md\:bg-green-700\/50{background-color:rgba(21,128,61,.5)}.md\:bg-green-700\/55{background-color:rgba(21,128,61,.55)}.md\:bg-green-700\/60{background-color:rgba(21,128,61,.6)}.md\:bg-green-700\/65{background-color:rgba(21,128,61,.65)}.md\:bg-green-700\/70{background-color:rgba(21,128,61,.7)}.md\:bg-green-700\/75{background-color:rgba(21,128,61,.75)}.md\:bg-green-700\/80{background-color:rgba(21,128,61,.8)}.md\:bg-green-700\/85{background-color:rgba(21,128,61,.85)}.md\:bg-green-700\/90{background-color:rgba(21,128,61,.9)}.md\:bg-green-700\/95{background-color:rgba(21,128,61,.95)}.md\:bg-green-800{--tw-bg-opacity:1;background-color:rgba(22,101,52,var(--tw-bg-opacity))}.md\:bg-green-800\/0{background-color:rgba(22,101,52,0)}.md\:bg-green-800\/10{background-color:rgba(22,101,52,.1)}.md\:bg-green-800\/100{background-color:#166534}.md\:bg-green-800\/15{background-color:rgba(22,101,52,.15)}.md\:bg-green-800\/20{background-color:rgba(22,101,52,.2)}.md\:bg-green-800\/25{background-color:rgba(22,101,52,.25)}.md\:bg-green-800\/30{background-color:rgba(22,101,52,.3)}.md\:bg-green-800\/35{background-color:rgba(22,101,52,.35)}.md\:bg-green-800\/40{background-color:rgba(22,101,52,.4)}.md\:bg-green-800\/45{background-color:rgba(22,101,52,.45)}.md\:bg-green-800\/5{background-color:rgba(22,101,52,.05)}.md\:bg-green-800\/50{background-color:rgba(22,101,52,.5)}.md\:bg-green-800\/55{background-color:rgba(22,101,52,.55)}.md\:bg-green-800\/60{background-color:rgba(22,101,52,.6)}.md\:bg-green-800\/65{background-color:rgba(22,101,52,.65)}.md\:bg-green-800\/70{background-color:rgba(22,101,52,.7)}.md\:bg-green-800\/75{background-color:rgba(22,101,52,.75)}.md\:bg-green-800\/80{background-color:rgba(22,101,52,.8)}.md\:bg-green-800\/85{background-color:rgba(22,101,52,.85)}.md\:bg-green-800\/90{background-color:rgba(22,101,52,.9)}.md\:bg-green-800\/95{background-color:rgba(22,101,52,.95)}.md\:bg-green-900{--tw-bg-opacity:1;background-color:rgba(20,83,45,var(--tw-bg-opacity))}.md\:bg-green-900\/0{background-color:rgba(20,83,45,0)}.md\:bg-green-900\/10{background-color:rgba(20,83,45,.1)}.md\:bg-green-900\/100{background-color:#14532d}.md\:bg-green-900\/15{background-color:rgba(20,83,45,.15)}.md\:bg-green-900\/20{background-color:rgba(20,83,45,.2)}.md\:bg-green-900\/25{background-color:rgba(20,83,45,.25)}.md\:bg-green-900\/30{background-color:rgba(20,83,45,.3)}.md\:bg-green-900\/35{background-color:rgba(20,83,45,.35)}.md\:bg-green-900\/40{background-color:rgba(20,83,45,.4)}.md\:bg-green-900\/45{background-color:rgba(20,83,45,.45)}.md\:bg-green-900\/5{background-color:rgba(20,83,45,.05)}.md\:bg-green-900\/50{background-color:rgba(20,83,45,.5)}.md\:bg-green-900\/55{background-color:rgba(20,83,45,.55)}.md\:bg-green-900\/60{background-color:rgba(20,83,45,.6)}.md\:bg-green-900\/65{background-color:rgba(20,83,45,.65)}.md\:bg-green-900\/70{background-color:rgba(20,83,45,.7)}.md\:bg-green-900\/75{background-color:rgba(20,83,45,.75)}.md\:bg-green-900\/80{background-color:rgba(20,83,45,.8)}.md\:bg-green-900\/85{background-color:rgba(20,83,45,.85)}.md\:bg-green-900\/90{background-color:rgba(20,83,45,.9)}.md\:bg-green-900\/95{background-color:rgba(20,83,45,.95)}.md\:bg-green-950{--tw-bg-opacity:1;background-color:rgba(5,46,22,var(--tw-bg-opacity))}.md\:bg-green-950\/0{background-color:rgba(5,46,22,0)}.md\:bg-green-950\/10{background-color:rgba(5,46,22,.1)}.md\:bg-green-950\/100{background-color:#052e16}.md\:bg-green-950\/15{background-color:rgba(5,46,22,.15)}.md\:bg-green-950\/20{background-color:rgba(5,46,22,.2)}.md\:bg-green-950\/25{background-color:rgba(5,46,22,.25)}.md\:bg-green-950\/30{background-color:rgba(5,46,22,.3)}.md\:bg-green-950\/35{background-color:rgba(5,46,22,.35)}.md\:bg-green-950\/40{background-color:rgba(5,46,22,.4)}.md\:bg-green-950\/45{background-color:rgba(5,46,22,.45)}.md\:bg-green-950\/5{background-color:rgba(5,46,22,.05)}.md\:bg-green-950\/50{background-color:rgba(5,46,22,.5)}.md\:bg-green-950\/55{background-color:rgba(5,46,22,.55)}.md\:bg-green-950\/60{background-color:rgba(5,46,22,.6)}.md\:bg-green-950\/65{background-color:rgba(5,46,22,.65)}.md\:bg-green-950\/70{background-color:rgba(5,46,22,.7)}.md\:bg-green-950\/75{background-color:rgba(5,46,22,.75)}.md\:bg-green-950\/80{background-color:rgba(5,46,22,.8)}.md\:bg-green-950\/85{background-color:rgba(5,46,22,.85)}.md\:bg-green-950\/90{background-color:rgba(5,46,22,.9)}.md\:bg-green-950\/95{background-color:rgba(5,46,22,.95)}.md\:bg-indigo-100{--tw-bg-opacity:1;background-color:rgba(224,231,255,var(--tw-bg-opacity))}.md\:bg-indigo-100\/0{background-color:rgba(224,231,255,0)}.md\:bg-indigo-100\/10{background-color:rgba(224,231,255,.1)}.md\:bg-indigo-100\/100{background-color:#e0e7ff}.md\:bg-indigo-100\/15{background-color:rgba(224,231,255,.15)}.md\:bg-indigo-100\/20{background-color:rgba(224,231,255,.2)}.md\:bg-indigo-100\/25{background-color:rgba(224,231,255,.25)}.md\:bg-indigo-100\/30{background-color:rgba(224,231,255,.3)}.md\:bg-indigo-100\/35{background-color:rgba(224,231,255,.35)}.md\:bg-indigo-100\/40{background-color:rgba(224,231,255,.4)}.md\:bg-indigo-100\/45{background-color:rgba(224,231,255,.45)}.md\:bg-indigo-100\/5{background-color:rgba(224,231,255,.05)}.md\:bg-indigo-100\/50{background-color:rgba(224,231,255,.5)}.md\:bg-indigo-100\/55{background-color:rgba(224,231,255,.55)}.md\:bg-indigo-100\/60{background-color:rgba(224,231,255,.6)}.md\:bg-indigo-100\/65{background-color:rgba(224,231,255,.65)}.md\:bg-indigo-100\/70{background-color:rgba(224,231,255,.7)}.md\:bg-indigo-100\/75{background-color:rgba(224,231,255,.75)}.md\:bg-indigo-100\/80{background-color:rgba(224,231,255,.8)}.md\:bg-indigo-100\/85{background-color:rgba(224,231,255,.85)}.md\:bg-indigo-100\/90{background-color:rgba(224,231,255,.9)}.md\:bg-indigo-100\/95{background-color:rgba(224,231,255,.95)}.md\:bg-indigo-200{--tw-bg-opacity:1;background-color:rgba(199,210,254,var(--tw-bg-opacity))}.md\:bg-indigo-200\/0{background-color:rgba(199,210,254,0)}.md\:bg-indigo-200\/10{background-color:rgba(199,210,254,.1)}.md\:bg-indigo-200\/100{background-color:#c7d2fe}.md\:bg-indigo-200\/15{background-color:rgba(199,210,254,.15)}.md\:bg-indigo-200\/20{background-color:rgba(199,210,254,.2)}.md\:bg-indigo-200\/25{background-color:rgba(199,210,254,.25)}.md\:bg-indigo-200\/30{background-color:rgba(199,210,254,.3)}.md\:bg-indigo-200\/35{background-color:rgba(199,210,254,.35)}.md\:bg-indigo-200\/40{background-color:rgba(199,210,254,.4)}.md\:bg-indigo-200\/45{background-color:rgba(199,210,254,.45)}.md\:bg-indigo-200\/5{background-color:rgba(199,210,254,.05)}.md\:bg-indigo-200\/50{background-color:rgba(199,210,254,.5)}.md\:bg-indigo-200\/55{background-color:rgba(199,210,254,.55)}.md\:bg-indigo-200\/60{background-color:rgba(199,210,254,.6)}.md\:bg-indigo-200\/65{background-color:rgba(199,210,254,.65)}.md\:bg-indigo-200\/70{background-color:rgba(199,210,254,.7)}.md\:bg-indigo-200\/75{background-color:rgba(199,210,254,.75)}.md\:bg-indigo-200\/80{background-color:rgba(199,210,254,.8)}.md\:bg-indigo-200\/85{background-color:rgba(199,210,254,.85)}.md\:bg-indigo-200\/90{background-color:rgba(199,210,254,.9)}.md\:bg-indigo-200\/95{background-color:rgba(199,210,254,.95)}.md\:bg-indigo-300{--tw-bg-opacity:1;background-color:rgba(165,180,252,var(--tw-bg-opacity))}.md\:bg-indigo-300\/0{background-color:rgba(165,180,252,0)}.md\:bg-indigo-300\/10{background-color:rgba(165,180,252,.1)}.md\:bg-indigo-300\/100{background-color:#a5b4fc}.md\:bg-indigo-300\/15{background-color:rgba(165,180,252,.15)}.md\:bg-indigo-300\/20{background-color:rgba(165,180,252,.2)}.md\:bg-indigo-300\/25{background-color:rgba(165,180,252,.25)}.md\:bg-indigo-300\/30{background-color:rgba(165,180,252,.3)}.md\:bg-indigo-300\/35{background-color:rgba(165,180,252,.35)}.md\:bg-indigo-300\/40{background-color:rgba(165,180,252,.4)}.md\:bg-indigo-300\/45{background-color:rgba(165,180,252,.45)}.md\:bg-indigo-300\/5{background-color:rgba(165,180,252,.05)}.md\:bg-indigo-300\/50{background-color:rgba(165,180,252,.5)}.md\:bg-indigo-300\/55{background-color:rgba(165,180,252,.55)}.md\:bg-indigo-300\/60{background-color:rgba(165,180,252,.6)}.md\:bg-indigo-300\/65{background-color:rgba(165,180,252,.65)}.md\:bg-indigo-300\/70{background-color:rgba(165,180,252,.7)}.md\:bg-indigo-300\/75{background-color:rgba(165,180,252,.75)}.md\:bg-indigo-300\/80{background-color:rgba(165,180,252,.8)}.md\:bg-indigo-300\/85{background-color:rgba(165,180,252,.85)}.md\:bg-indigo-300\/90{background-color:rgba(165,180,252,.9)}.md\:bg-indigo-300\/95{background-color:rgba(165,180,252,.95)}.md\:bg-indigo-400{--tw-bg-opacity:1;background-color:rgba(129,140,248,var(--tw-bg-opacity))}.md\:bg-indigo-400\/0{background-color:rgba(129,140,248,0)}.md\:bg-indigo-400\/10{background-color:rgba(129,140,248,.1)}.md\:bg-indigo-400\/100{background-color:#818cf8}.md\:bg-indigo-400\/15{background-color:rgba(129,140,248,.15)}.md\:bg-indigo-400\/20{background-color:rgba(129,140,248,.2)}.md\:bg-indigo-400\/25{background-color:rgba(129,140,248,.25)}.md\:bg-indigo-400\/30{background-color:rgba(129,140,248,.3)}.md\:bg-indigo-400\/35{background-color:rgba(129,140,248,.35)}.md\:bg-indigo-400\/40{background-color:rgba(129,140,248,.4)}.md\:bg-indigo-400\/45{background-color:rgba(129,140,248,.45)}.md\:bg-indigo-400\/5{background-color:rgba(129,140,248,.05)}.md\:bg-indigo-400\/50{background-color:rgba(129,140,248,.5)}.md\:bg-indigo-400\/55{background-color:rgba(129,140,248,.55)}.md\:bg-indigo-400\/60{background-color:rgba(129,140,248,.6)}.md\:bg-indigo-400\/65{background-color:rgba(129,140,248,.65)}.md\:bg-indigo-400\/70{background-color:rgba(129,140,248,.7)}.md\:bg-indigo-400\/75{background-color:rgba(129,140,248,.75)}.md\:bg-indigo-400\/80{background-color:rgba(129,140,248,.8)}.md\:bg-indigo-400\/85{background-color:rgba(129,140,248,.85)}.md\:bg-indigo-400\/90{background-color:rgba(129,140,248,.9)}.md\:bg-indigo-400\/95{background-color:rgba(129,140,248,.95)}.md\:bg-indigo-50{--tw-bg-opacity:1;background-color:rgba(238,242,255,var(--tw-bg-opacity))}.md\:bg-indigo-50\/0{background-color:rgba(238,242,255,0)}.md\:bg-indigo-50\/10{background-color:rgba(238,242,255,.1)}.md\:bg-indigo-50\/100{background-color:#eef2ff}.md\:bg-indigo-50\/15{background-color:rgba(238,242,255,.15)}.md\:bg-indigo-50\/20{background-color:rgba(238,242,255,.2)}.md\:bg-indigo-50\/25{background-color:rgba(238,242,255,.25)}.md\:bg-indigo-50\/30{background-color:rgba(238,242,255,.3)}.md\:bg-indigo-50\/35{background-color:rgba(238,242,255,.35)}.md\:bg-indigo-50\/40{background-color:rgba(238,242,255,.4)}.md\:bg-indigo-50\/45{background-color:rgba(238,242,255,.45)}.md\:bg-indigo-50\/5{background-color:rgba(238,242,255,.05)}.md\:bg-indigo-50\/50{background-color:rgba(238,242,255,.5)}.md\:bg-indigo-50\/55{background-color:rgba(238,242,255,.55)}.md\:bg-indigo-50\/60{background-color:rgba(238,242,255,.6)}.md\:bg-indigo-50\/65{background-color:rgba(238,242,255,.65)}.md\:bg-indigo-50\/70{background-color:rgba(238,242,255,.7)}.md\:bg-indigo-50\/75{background-color:rgba(238,242,255,.75)}.md\:bg-indigo-50\/80{background-color:rgba(238,242,255,.8)}.md\:bg-indigo-50\/85{background-color:rgba(238,242,255,.85)}.md\:bg-indigo-50\/90{background-color:rgba(238,242,255,.9)}.md\:bg-indigo-50\/95{background-color:rgba(238,242,255,.95)}.md\:bg-indigo-500{--tw-bg-opacity:1;background-color:rgba(99,102,241,var(--tw-bg-opacity))}.md\:bg-indigo-500\/0{background-color:rgba(99,102,241,0)}.md\:bg-indigo-500\/10{background-color:rgba(99,102,241,.1)}.md\:bg-indigo-500\/100{background-color:#6366f1}.md\:bg-indigo-500\/15{background-color:rgba(99,102,241,.15)}.md\:bg-indigo-500\/20{background-color:rgba(99,102,241,.2)}.md\:bg-indigo-500\/25{background-color:rgba(99,102,241,.25)}.md\:bg-indigo-500\/30{background-color:rgba(99,102,241,.3)}.md\:bg-indigo-500\/35{background-color:rgba(99,102,241,.35)}.md\:bg-indigo-500\/40{background-color:rgba(99,102,241,.4)}.md\:bg-indigo-500\/45{background-color:rgba(99,102,241,.45)}.md\:bg-indigo-500\/5{background-color:rgba(99,102,241,.05)}.md\:bg-indigo-500\/50{background-color:rgba(99,102,241,.5)}.md\:bg-indigo-500\/55{background-color:rgba(99,102,241,.55)}.md\:bg-indigo-500\/60{background-color:rgba(99,102,241,.6)}.md\:bg-indigo-500\/65{background-color:rgba(99,102,241,.65)}.md\:bg-indigo-500\/70{background-color:rgba(99,102,241,.7)}.md\:bg-indigo-500\/75{background-color:rgba(99,102,241,.75)}.md\:bg-indigo-500\/80{background-color:rgba(99,102,241,.8)}.md\:bg-indigo-500\/85{background-color:rgba(99,102,241,.85)}.md\:bg-indigo-500\/90{background-color:rgba(99,102,241,.9)}.md\:bg-indigo-500\/95{background-color:rgba(99,102,241,.95)}.md\:bg-indigo-600{--tw-bg-opacity:1;background-color:rgba(79,70,229,var(--tw-bg-opacity))}.md\:bg-indigo-600\/0{background-color:rgba(79,70,229,0)}.md\:bg-indigo-600\/10{background-color:rgba(79,70,229,.1)}.md\:bg-indigo-600\/100{background-color:#4f46e5}.md\:bg-indigo-600\/15{background-color:rgba(79,70,229,.15)}.md\:bg-indigo-600\/20{background-color:rgba(79,70,229,.2)}.md\:bg-indigo-600\/25{background-color:rgba(79,70,229,.25)}.md\:bg-indigo-600\/30{background-color:rgba(79,70,229,.3)}.md\:bg-indigo-600\/35{background-color:rgba(79,70,229,.35)}.md\:bg-indigo-600\/40{background-color:rgba(79,70,229,.4)}.md\:bg-indigo-600\/45{background-color:rgba(79,70,229,.45)}.md\:bg-indigo-600\/5{background-color:rgba(79,70,229,.05)}.md\:bg-indigo-600\/50{background-color:rgba(79,70,229,.5)}.md\:bg-indigo-600\/55{background-color:rgba(79,70,229,.55)}.md\:bg-indigo-600\/60{background-color:rgba(79,70,229,.6)}.md\:bg-indigo-600\/65{background-color:rgba(79,70,229,.65)}.md\:bg-indigo-600\/70{background-color:rgba(79,70,229,.7)}.md\:bg-indigo-600\/75{background-color:rgba(79,70,229,.75)}.md\:bg-indigo-600\/80{background-color:rgba(79,70,229,.8)}.md\:bg-indigo-600\/85{background-color:rgba(79,70,229,.85)}.md\:bg-indigo-600\/90{background-color:rgba(79,70,229,.9)}.md\:bg-indigo-600\/95{background-color:rgba(79,70,229,.95)}.md\:bg-indigo-700{--tw-bg-opacity:1;background-color:rgba(67,56,202,var(--tw-bg-opacity))}.md\:bg-indigo-700\/0{background-color:rgba(67,56,202,0)}.md\:bg-indigo-700\/10{background-color:rgba(67,56,202,.1)}.md\:bg-indigo-700\/100{background-color:#4338ca}.md\:bg-indigo-700\/15{background-color:rgba(67,56,202,.15)}.md\:bg-indigo-700\/20{background-color:rgba(67,56,202,.2)}.md\:bg-indigo-700\/25{background-color:rgba(67,56,202,.25)}.md\:bg-indigo-700\/30{background-color:rgba(67,56,202,.3)}.md\:bg-indigo-700\/35{background-color:rgba(67,56,202,.35)}.md\:bg-indigo-700\/40{background-color:rgba(67,56,202,.4)}.md\:bg-indigo-700\/45{background-color:rgba(67,56,202,.45)}.md\:bg-indigo-700\/5{background-color:rgba(67,56,202,.05)}.md\:bg-indigo-700\/50{background-color:rgba(67,56,202,.5)}.md\:bg-indigo-700\/55{background-color:rgba(67,56,202,.55)}.md\:bg-indigo-700\/60{background-color:rgba(67,56,202,.6)}.md\:bg-indigo-700\/65{background-color:rgba(67,56,202,.65)}.md\:bg-indigo-700\/70{background-color:rgba(67,56,202,.7)}.md\:bg-indigo-700\/75{background-color:rgba(67,56,202,.75)}.md\:bg-indigo-700\/80{background-color:rgba(67,56,202,.8)}.md\:bg-indigo-700\/85{background-color:rgba(67,56,202,.85)}.md\:bg-indigo-700\/90{background-color:rgba(67,56,202,.9)}.md\:bg-indigo-700\/95{background-color:rgba(67,56,202,.95)}.md\:bg-indigo-800{--tw-bg-opacity:1;background-color:rgba(55,48,163,var(--tw-bg-opacity))}.md\:bg-indigo-800\/0{background-color:rgba(55,48,163,0)}.md\:bg-indigo-800\/10{background-color:rgba(55,48,163,.1)}.md\:bg-indigo-800\/100{background-color:#3730a3}.md\:bg-indigo-800\/15{background-color:rgba(55,48,163,.15)}.md\:bg-indigo-800\/20{background-color:rgba(55,48,163,.2)}.md\:bg-indigo-800\/25{background-color:rgba(55,48,163,.25)}.md\:bg-indigo-800\/30{background-color:rgba(55,48,163,.3)}.md\:bg-indigo-800\/35{background-color:rgba(55,48,163,.35)}.md\:bg-indigo-800\/40{background-color:rgba(55,48,163,.4)}.md\:bg-indigo-800\/45{background-color:rgba(55,48,163,.45)}.md\:bg-indigo-800\/5{background-color:rgba(55,48,163,.05)}.md\:bg-indigo-800\/50{background-color:rgba(55,48,163,.5)}.md\:bg-indigo-800\/55{background-color:rgba(55,48,163,.55)}.md\:bg-indigo-800\/60{background-color:rgba(55,48,163,.6)}.md\:bg-indigo-800\/65{background-color:rgba(55,48,163,.65)}.md\:bg-indigo-800\/70{background-color:rgba(55,48,163,.7)}.md\:bg-indigo-800\/75{background-color:rgba(55,48,163,.75)}.md\:bg-indigo-800\/80{background-color:rgba(55,48,163,.8)}.md\:bg-indigo-800\/85{background-color:rgba(55,48,163,.85)}.md\:bg-indigo-800\/90{background-color:rgba(55,48,163,.9)}.md\:bg-indigo-800\/95{background-color:rgba(55,48,163,.95)}.md\:bg-indigo-900{--tw-bg-opacity:1;background-color:rgba(49,46,129,var(--tw-bg-opacity))}.md\:bg-indigo-900\/0{background-color:rgba(49,46,129,0)}.md\:bg-indigo-900\/10{background-color:rgba(49,46,129,.1)}.md\:bg-indigo-900\/100{background-color:#312e81}.md\:bg-indigo-900\/15{background-color:rgba(49,46,129,.15)}.md\:bg-indigo-900\/20{background-color:rgba(49,46,129,.2)}.md\:bg-indigo-900\/25{background-color:rgba(49,46,129,.25)}.md\:bg-indigo-900\/30{background-color:rgba(49,46,129,.3)}.md\:bg-indigo-900\/35{background-color:rgba(49,46,129,.35)}.md\:bg-indigo-900\/40{background-color:rgba(49,46,129,.4)}.md\:bg-indigo-900\/45{background-color:rgba(49,46,129,.45)}.md\:bg-indigo-900\/5{background-color:rgba(49,46,129,.05)}.md\:bg-indigo-900\/50{background-color:rgba(49,46,129,.5)}.md\:bg-indigo-900\/55{background-color:rgba(49,46,129,.55)}.md\:bg-indigo-900\/60{background-color:rgba(49,46,129,.6)}.md\:bg-indigo-900\/65{background-color:rgba(49,46,129,.65)}.md\:bg-indigo-900\/70{background-color:rgba(49,46,129,.7)}.md\:bg-indigo-900\/75{background-color:rgba(49,46,129,.75)}.md\:bg-indigo-900\/80{background-color:rgba(49,46,129,.8)}.md\:bg-indigo-900\/85{background-color:rgba(49,46,129,.85)}.md\:bg-indigo-900\/90{background-color:rgba(49,46,129,.9)}.md\:bg-indigo-900\/95{background-color:rgba(49,46,129,.95)}.md\:bg-indigo-950{--tw-bg-opacity:1;background-color:rgba(30,27,75,var(--tw-bg-opacity))}.md\:bg-indigo-950\/0{background-color:rgba(30,27,75,0)}.md\:bg-indigo-950\/10{background-color:rgba(30,27,75,.1)}.md\:bg-indigo-950\/100{background-color:#1e1b4b}.md\:bg-indigo-950\/15{background-color:rgba(30,27,75,.15)}.md\:bg-indigo-950\/20{background-color:rgba(30,27,75,.2)}.md\:bg-indigo-950\/25{background-color:rgba(30,27,75,.25)}.md\:bg-indigo-950\/30{background-color:rgba(30,27,75,.3)}.md\:bg-indigo-950\/35{background-color:rgba(30,27,75,.35)}.md\:bg-indigo-950\/40{background-color:rgba(30,27,75,.4)}.md\:bg-indigo-950\/45{background-color:rgba(30,27,75,.45)}.md\:bg-indigo-950\/5{background-color:rgba(30,27,75,.05)}.md\:bg-indigo-950\/50{background-color:rgba(30,27,75,.5)}.md\:bg-indigo-950\/55{background-color:rgba(30,27,75,.55)}.md\:bg-indigo-950\/60{background-color:rgba(30,27,75,.6)}.md\:bg-indigo-950\/65{background-color:rgba(30,27,75,.65)}.md\:bg-indigo-950\/70{background-color:rgba(30,27,75,.7)}.md\:bg-indigo-950\/75{background-color:rgba(30,27,75,.75)}.md\:bg-indigo-950\/80{background-color:rgba(30,27,75,.8)}.md\:bg-indigo-950\/85{background-color:rgba(30,27,75,.85)}.md\:bg-indigo-950\/90{background-color:rgba(30,27,75,.9)}.md\:bg-indigo-950\/95{background-color:rgba(30,27,75,.95)}.md\:bg-inherit{background-color:inherit}.md\:bg-lime-100{--tw-bg-opacity:1;background-color:rgba(236,252,203,var(--tw-bg-opacity))}.md\:bg-lime-100\/0{background-color:hsla(80,89%,89%,0)}.md\:bg-lime-100\/10{background-color:hsla(80,89%,89%,.1)}.md\:bg-lime-100\/100{background-color:#ecfccb}.md\:bg-lime-100\/15{background-color:hsla(80,89%,89%,.15)}.md\:bg-lime-100\/20{background-color:hsla(80,89%,89%,.2)}.md\:bg-lime-100\/25{background-color:hsla(80,89%,89%,.25)}.md\:bg-lime-100\/30{background-color:hsla(80,89%,89%,.3)}.md\:bg-lime-100\/35{background-color:hsla(80,89%,89%,.35)}.md\:bg-lime-100\/40{background-color:hsla(80,89%,89%,.4)}.md\:bg-lime-100\/45{background-color:hsla(80,89%,89%,.45)}.md\:bg-lime-100\/5{background-color:hsla(80,89%,89%,.05)}.md\:bg-lime-100\/50{background-color:hsla(80,89%,89%,.5)}.md\:bg-lime-100\/55{background-color:hsla(80,89%,89%,.55)}.md\:bg-lime-100\/60{background-color:hsla(80,89%,89%,.6)}.md\:bg-lime-100\/65{background-color:hsla(80,89%,89%,.65)}.md\:bg-lime-100\/70{background-color:hsla(80,89%,89%,.7)}.md\:bg-lime-100\/75{background-color:hsla(80,89%,89%,.75)}.md\:bg-lime-100\/80{background-color:hsla(80,89%,89%,.8)}.md\:bg-lime-100\/85{background-color:hsla(80,89%,89%,.85)}.md\:bg-lime-100\/90{background-color:hsla(80,89%,89%,.9)}.md\:bg-lime-100\/95{background-color:hsla(80,89%,89%,.95)}.md\:bg-lime-200{--tw-bg-opacity:1;background-color:rgba(217,249,157,var(--tw-bg-opacity))}.md\:bg-lime-200\/0{background-color:hsla(81,88%,80%,0)}.md\:bg-lime-200\/10{background-color:hsla(81,88%,80%,.1)}.md\:bg-lime-200\/100{background-color:#d9f99d}.md\:bg-lime-200\/15{background-color:hsla(81,88%,80%,.15)}.md\:bg-lime-200\/20{background-color:hsla(81,88%,80%,.2)}.md\:bg-lime-200\/25{background-color:hsla(81,88%,80%,.25)}.md\:bg-lime-200\/30{background-color:hsla(81,88%,80%,.3)}.md\:bg-lime-200\/35{background-color:hsla(81,88%,80%,.35)}.md\:bg-lime-200\/40{background-color:hsla(81,88%,80%,.4)}.md\:bg-lime-200\/45{background-color:hsla(81,88%,80%,.45)}.md\:bg-lime-200\/5{background-color:hsla(81,88%,80%,.05)}.md\:bg-lime-200\/50{background-color:hsla(81,88%,80%,.5)}.md\:bg-lime-200\/55{background-color:hsla(81,88%,80%,.55)}.md\:bg-lime-200\/60{background-color:hsla(81,88%,80%,.6)}.md\:bg-lime-200\/65{background-color:hsla(81,88%,80%,.65)}.md\:bg-lime-200\/70{background-color:hsla(81,88%,80%,.7)}.md\:bg-lime-200\/75{background-color:hsla(81,88%,80%,.75)}.md\:bg-lime-200\/80{background-color:hsla(81,88%,80%,.8)}.md\:bg-lime-200\/85{background-color:hsla(81,88%,80%,.85)}.md\:bg-lime-200\/90{background-color:hsla(81,88%,80%,.9)}.md\:bg-lime-200\/95{background-color:hsla(81,88%,80%,.95)}.md\:bg-lime-300{--tw-bg-opacity:1;background-color:rgba(190,242,100,var(--tw-bg-opacity))}.md\:bg-lime-300\/0{background-color:hsla(82,85%,67%,0)}.md\:bg-lime-300\/10{background-color:hsla(82,85%,67%,.1)}.md\:bg-lime-300\/100{background-color:#bef264}.md\:bg-lime-300\/15{background-color:hsla(82,85%,67%,.15)}.md\:bg-lime-300\/20{background-color:hsla(82,85%,67%,.2)}.md\:bg-lime-300\/25{background-color:hsla(82,85%,67%,.25)}.md\:bg-lime-300\/30{background-color:hsla(82,85%,67%,.3)}.md\:bg-lime-300\/35{background-color:hsla(82,85%,67%,.35)}.md\:bg-lime-300\/40{background-color:hsla(82,85%,67%,.4)}.md\:bg-lime-300\/45{background-color:hsla(82,85%,67%,.45)}.md\:bg-lime-300\/5{background-color:hsla(82,85%,67%,.05)}.md\:bg-lime-300\/50{background-color:hsla(82,85%,67%,.5)}.md\:bg-lime-300\/55{background-color:hsla(82,85%,67%,.55)}.md\:bg-lime-300\/60{background-color:hsla(82,85%,67%,.6)}.md\:bg-lime-300\/65{background-color:hsla(82,85%,67%,.65)}.md\:bg-lime-300\/70{background-color:hsla(82,85%,67%,.7)}.md\:bg-lime-300\/75{background-color:hsla(82,85%,67%,.75)}.md\:bg-lime-300\/80{background-color:hsla(82,85%,67%,.8)}.md\:bg-lime-300\/85{background-color:hsla(82,85%,67%,.85)}.md\:bg-lime-300\/90{background-color:hsla(82,85%,67%,.9)}.md\:bg-lime-300\/95{background-color:hsla(82,85%,67%,.95)}.md\:bg-lime-400{--tw-bg-opacity:1;background-color:rgba(163,230,53,var(--tw-bg-opacity))}.md\:bg-lime-400\/0{background-color:rgba(163,230,53,0)}.md\:bg-lime-400\/10{background-color:rgba(163,230,53,.1)}.md\:bg-lime-400\/100{background-color:#a3e635}.md\:bg-lime-400\/15{background-color:rgba(163,230,53,.15)}.md\:bg-lime-400\/20{background-color:rgba(163,230,53,.2)}.md\:bg-lime-400\/25{background-color:rgba(163,230,53,.25)}.md\:bg-lime-400\/30{background-color:rgba(163,230,53,.3)}.md\:bg-lime-400\/35{background-color:rgba(163,230,53,.35)}.md\:bg-lime-400\/40{background-color:rgba(163,230,53,.4)}.md\:bg-lime-400\/45{background-color:rgba(163,230,53,.45)}.md\:bg-lime-400\/5{background-color:rgba(163,230,53,.05)}.md\:bg-lime-400\/50{background-color:rgba(163,230,53,.5)}.md\:bg-lime-400\/55{background-color:rgba(163,230,53,.55)}.md\:bg-lime-400\/60{background-color:rgba(163,230,53,.6)}.md\:bg-lime-400\/65{background-color:rgba(163,230,53,.65)}.md\:bg-lime-400\/70{background-color:rgba(163,230,53,.7)}.md\:bg-lime-400\/75{background-color:rgba(163,230,53,.75)}.md\:bg-lime-400\/80{background-color:rgba(163,230,53,.8)}.md\:bg-lime-400\/85{background-color:rgba(163,230,53,.85)}.md\:bg-lime-400\/90{background-color:rgba(163,230,53,.9)}.md\:bg-lime-400\/95{background-color:rgba(163,230,53,.95)}.md\:bg-lime-50{--tw-bg-opacity:1;background-color:rgba(247,254,231,var(--tw-bg-opacity))}.md\:bg-lime-50\/0{background-color:hsla(78,92%,95%,0)}.md\:bg-lime-50\/10{background-color:hsla(78,92%,95%,.1)}.md\:bg-lime-50\/100{background-color:#f7fee7}.md\:bg-lime-50\/15{background-color:hsla(78,92%,95%,.15)}.md\:bg-lime-50\/20{background-color:hsla(78,92%,95%,.2)}.md\:bg-lime-50\/25{background-color:hsla(78,92%,95%,.25)}.md\:bg-lime-50\/30{background-color:hsla(78,92%,95%,.3)}.md\:bg-lime-50\/35{background-color:hsla(78,92%,95%,.35)}.md\:bg-lime-50\/40{background-color:hsla(78,92%,95%,.4)}.md\:bg-lime-50\/45{background-color:hsla(78,92%,95%,.45)}.md\:bg-lime-50\/5{background-color:hsla(78,92%,95%,.05)}.md\:bg-lime-50\/50{background-color:hsla(78,92%,95%,.5)}.md\:bg-lime-50\/55{background-color:hsla(78,92%,95%,.55)}.md\:bg-lime-50\/60{background-color:hsla(78,92%,95%,.6)}.md\:bg-lime-50\/65{background-color:hsla(78,92%,95%,.65)}.md\:bg-lime-50\/70{background-color:hsla(78,92%,95%,.7)}.md\:bg-lime-50\/75{background-color:hsla(78,92%,95%,.75)}.md\:bg-lime-50\/80{background-color:hsla(78,92%,95%,.8)}.md\:bg-lime-50\/85{background-color:hsla(78,92%,95%,.85)}.md\:bg-lime-50\/90{background-color:hsla(78,92%,95%,.9)}.md\:bg-lime-50\/95{background-color:hsla(78,92%,95%,.95)}.md\:bg-lime-500{--tw-bg-opacity:1;background-color:rgba(132,204,22,var(--tw-bg-opacity))}.md\:bg-lime-500\/0{background-color:rgba(132,204,22,0)}.md\:bg-lime-500\/10{background-color:rgba(132,204,22,.1)}.md\:bg-lime-500\/100{background-color:#84cc16}.md\:bg-lime-500\/15{background-color:rgba(132,204,22,.15)}.md\:bg-lime-500\/20{background-color:rgba(132,204,22,.2)}.md\:bg-lime-500\/25{background-color:rgba(132,204,22,.25)}.md\:bg-lime-500\/30{background-color:rgba(132,204,22,.3)}.md\:bg-lime-500\/35{background-color:rgba(132,204,22,.35)}.md\:bg-lime-500\/40{background-color:rgba(132,204,22,.4)}.md\:bg-lime-500\/45{background-color:rgba(132,204,22,.45)}.md\:bg-lime-500\/5{background-color:rgba(132,204,22,.05)}.md\:bg-lime-500\/50{background-color:rgba(132,204,22,.5)}.md\:bg-lime-500\/55{background-color:rgba(132,204,22,.55)}.md\:bg-lime-500\/60{background-color:rgba(132,204,22,.6)}.md\:bg-lime-500\/65{background-color:rgba(132,204,22,.65)}.md\:bg-lime-500\/70{background-color:rgba(132,204,22,.7)}.md\:bg-lime-500\/75{background-color:rgba(132,204,22,.75)}.md\:bg-lime-500\/80{background-color:rgba(132,204,22,.8)}.md\:bg-lime-500\/85{background-color:rgba(132,204,22,.85)}.md\:bg-lime-500\/90{background-color:rgba(132,204,22,.9)}.md\:bg-lime-500\/95{background-color:rgba(132,204,22,.95)}.md\:bg-lime-600{--tw-bg-opacity:1;background-color:rgba(101,163,13,var(--tw-bg-opacity))}.md\:bg-lime-600\/0{background-color:rgba(101,163,13,0)}.md\:bg-lime-600\/10{background-color:rgba(101,163,13,.1)}.md\:bg-lime-600\/100{background-color:#65a30d}.md\:bg-lime-600\/15{background-color:rgba(101,163,13,.15)}.md\:bg-lime-600\/20{background-color:rgba(101,163,13,.2)}.md\:bg-lime-600\/25{background-color:rgba(101,163,13,.25)}.md\:bg-lime-600\/30{background-color:rgba(101,163,13,.3)}.md\:bg-lime-600\/35{background-color:rgba(101,163,13,.35)}.md\:bg-lime-600\/40{background-color:rgba(101,163,13,.4)}.md\:bg-lime-600\/45{background-color:rgba(101,163,13,.45)}.md\:bg-lime-600\/5{background-color:rgba(101,163,13,.05)}.md\:bg-lime-600\/50{background-color:rgba(101,163,13,.5)}.md\:bg-lime-600\/55{background-color:rgba(101,163,13,.55)}.md\:bg-lime-600\/60{background-color:rgba(101,163,13,.6)}.md\:bg-lime-600\/65{background-color:rgba(101,163,13,.65)}.md\:bg-lime-600\/70{background-color:rgba(101,163,13,.7)}.md\:bg-lime-600\/75{background-color:rgba(101,163,13,.75)}.md\:bg-lime-600\/80{background-color:rgba(101,163,13,.8)}.md\:bg-lime-600\/85{background-color:rgba(101,163,13,.85)}.md\:bg-lime-600\/90{background-color:rgba(101,163,13,.9)}.md\:bg-lime-600\/95{background-color:rgba(101,163,13,.95)}.md\:bg-lime-700{--tw-bg-opacity:1;background-color:rgba(77,124,15,var(--tw-bg-opacity))}.md\:bg-lime-700\/0{background-color:rgba(77,124,15,0)}.md\:bg-lime-700\/10{background-color:rgba(77,124,15,.1)}.md\:bg-lime-700\/100{background-color:#4d7c0f}.md\:bg-lime-700\/15{background-color:rgba(77,124,15,.15)}.md\:bg-lime-700\/20{background-color:rgba(77,124,15,.2)}.md\:bg-lime-700\/25{background-color:rgba(77,124,15,.25)}.md\:bg-lime-700\/30{background-color:rgba(77,124,15,.3)}.md\:bg-lime-700\/35{background-color:rgba(77,124,15,.35)}.md\:bg-lime-700\/40{background-color:rgba(77,124,15,.4)}.md\:bg-lime-700\/45{background-color:rgba(77,124,15,.45)}.md\:bg-lime-700\/5{background-color:rgba(77,124,15,.05)}.md\:bg-lime-700\/50{background-color:rgba(77,124,15,.5)}.md\:bg-lime-700\/55{background-color:rgba(77,124,15,.55)}.md\:bg-lime-700\/60{background-color:rgba(77,124,15,.6)}.md\:bg-lime-700\/65{background-color:rgba(77,124,15,.65)}.md\:bg-lime-700\/70{background-color:rgba(77,124,15,.7)}.md\:bg-lime-700\/75{background-color:rgba(77,124,15,.75)}.md\:bg-lime-700\/80{background-color:rgba(77,124,15,.8)}.md\:bg-lime-700\/85{background-color:rgba(77,124,15,.85)}.md\:bg-lime-700\/90{background-color:rgba(77,124,15,.9)}.md\:bg-lime-700\/95{background-color:rgba(77,124,15,.95)}.md\:bg-lime-800{--tw-bg-opacity:1;background-color:rgba(63,98,18,var(--tw-bg-opacity))}.md\:bg-lime-800\/0{background-color:rgba(63,98,18,0)}.md\:bg-lime-800\/10{background-color:rgba(63,98,18,.1)}.md\:bg-lime-800\/100{background-color:#3f6212}.md\:bg-lime-800\/15{background-color:rgba(63,98,18,.15)}.md\:bg-lime-800\/20{background-color:rgba(63,98,18,.2)}.md\:bg-lime-800\/25{background-color:rgba(63,98,18,.25)}.md\:bg-lime-800\/30{background-color:rgba(63,98,18,.3)}.md\:bg-lime-800\/35{background-color:rgba(63,98,18,.35)}.md\:bg-lime-800\/40{background-color:rgba(63,98,18,.4)}.md\:bg-lime-800\/45{background-color:rgba(63,98,18,.45)}.md\:bg-lime-800\/5{background-color:rgba(63,98,18,.05)}.md\:bg-lime-800\/50{background-color:rgba(63,98,18,.5)}.md\:bg-lime-800\/55{background-color:rgba(63,98,18,.55)}.md\:bg-lime-800\/60{background-color:rgba(63,98,18,.6)}.md\:bg-lime-800\/65{background-color:rgba(63,98,18,.65)}.md\:bg-lime-800\/70{background-color:rgba(63,98,18,.7)}.md\:bg-lime-800\/75{background-color:rgba(63,98,18,.75)}.md\:bg-lime-800\/80{background-color:rgba(63,98,18,.8)}.md\:bg-lime-800\/85{background-color:rgba(63,98,18,.85)}.md\:bg-lime-800\/90{background-color:rgba(63,98,18,.9)}.md\:bg-lime-800\/95{background-color:rgba(63,98,18,.95)}.md\:bg-lime-900{--tw-bg-opacity:1;background-color:rgba(54,83,20,var(--tw-bg-opacity))}.md\:bg-lime-900\/0{background-color:rgba(54,83,20,0)}.md\:bg-lime-900\/10{background-color:rgba(54,83,20,.1)}.md\:bg-lime-900\/100{background-color:#365314}.md\:bg-lime-900\/15{background-color:rgba(54,83,20,.15)}.md\:bg-lime-900\/20{background-color:rgba(54,83,20,.2)}.md\:bg-lime-900\/25{background-color:rgba(54,83,20,.25)}.md\:bg-lime-900\/30{background-color:rgba(54,83,20,.3)}.md\:bg-lime-900\/35{background-color:rgba(54,83,20,.35)}.md\:bg-lime-900\/40{background-color:rgba(54,83,20,.4)}.md\:bg-lime-900\/45{background-color:rgba(54,83,20,.45)}.md\:bg-lime-900\/5{background-color:rgba(54,83,20,.05)}.md\:bg-lime-900\/50{background-color:rgba(54,83,20,.5)}.md\:bg-lime-900\/55{background-color:rgba(54,83,20,.55)}.md\:bg-lime-900\/60{background-color:rgba(54,83,20,.6)}.md\:bg-lime-900\/65{background-color:rgba(54,83,20,.65)}.md\:bg-lime-900\/70{background-color:rgba(54,83,20,.7)}.md\:bg-lime-900\/75{background-color:rgba(54,83,20,.75)}.md\:bg-lime-900\/80{background-color:rgba(54,83,20,.8)}.md\:bg-lime-900\/85{background-color:rgba(54,83,20,.85)}.md\:bg-lime-900\/90{background-color:rgba(54,83,20,.9)}.md\:bg-lime-900\/95{background-color:rgba(54,83,20,.95)}.md\:bg-lime-950{--tw-bg-opacity:1;background-color:rgba(26,46,5,var(--tw-bg-opacity))}.md\:bg-lime-950\/0{background-color:rgba(26,46,5,0)}.md\:bg-lime-950\/10{background-color:rgba(26,46,5,.1)}.md\:bg-lime-950\/100{background-color:#1a2e05}.md\:bg-lime-950\/15{background-color:rgba(26,46,5,.15)}.md\:bg-lime-950\/20{background-color:rgba(26,46,5,.2)}.md\:bg-lime-950\/25{background-color:rgba(26,46,5,.25)}.md\:bg-lime-950\/30{background-color:rgba(26,46,5,.3)}.md\:bg-lime-950\/35{background-color:rgba(26,46,5,.35)}.md\:bg-lime-950\/40{background-color:rgba(26,46,5,.4)}.md\:bg-lime-950\/45{background-color:rgba(26,46,5,.45)}.md\:bg-lime-950\/5{background-color:rgba(26,46,5,.05)}.md\:bg-lime-950\/50{background-color:rgba(26,46,5,.5)}.md\:bg-lime-950\/55{background-color:rgba(26,46,5,.55)}.md\:bg-lime-950\/60{background-color:rgba(26,46,5,.6)}.md\:bg-lime-950\/65{background-color:rgba(26,46,5,.65)}.md\:bg-lime-950\/70{background-color:rgba(26,46,5,.7)}.md\:bg-lime-950\/75{background-color:rgba(26,46,5,.75)}.md\:bg-lime-950\/80{background-color:rgba(26,46,5,.8)}.md\:bg-lime-950\/85{background-color:rgba(26,46,5,.85)}.md\:bg-lime-950\/90{background-color:rgba(26,46,5,.9)}.md\:bg-lime-950\/95{background-color:rgba(26,46,5,.95)}.md\:bg-neutral-100{--tw-bg-opacity:1;background-color:rgba(245,245,245,var(--tw-bg-opacity))}.md\:bg-neutral-100\/0{background-color:hsla(0,0%,96%,0)}.md\:bg-neutral-100\/10{background-color:hsla(0,0%,96%,.1)}.md\:bg-neutral-100\/100{background-color:#f5f5f5}.md\:bg-neutral-100\/15{background-color:hsla(0,0%,96%,.15)}.md\:bg-neutral-100\/20{background-color:hsla(0,0%,96%,.2)}.md\:bg-neutral-100\/25{background-color:hsla(0,0%,96%,.25)}.md\:bg-neutral-100\/30{background-color:hsla(0,0%,96%,.3)}.md\:bg-neutral-100\/35{background-color:hsla(0,0%,96%,.35)}.md\:bg-neutral-100\/40{background-color:hsla(0,0%,96%,.4)}.md\:bg-neutral-100\/45{background-color:hsla(0,0%,96%,.45)}.md\:bg-neutral-100\/5{background-color:hsla(0,0%,96%,.05)}.md\:bg-neutral-100\/50{background-color:hsla(0,0%,96%,.5)}.md\:bg-neutral-100\/55{background-color:hsla(0,0%,96%,.55)}.md\:bg-neutral-100\/60{background-color:hsla(0,0%,96%,.6)}.md\:bg-neutral-100\/65{background-color:hsla(0,0%,96%,.65)}.md\:bg-neutral-100\/70{background-color:hsla(0,0%,96%,.7)}.md\:bg-neutral-100\/75{background-color:hsla(0,0%,96%,.75)}.md\:bg-neutral-100\/80{background-color:hsla(0,0%,96%,.8)}.md\:bg-neutral-100\/85{background-color:hsla(0,0%,96%,.85)}.md\:bg-neutral-100\/90{background-color:hsla(0,0%,96%,.9)}.md\:bg-neutral-100\/95{background-color:hsla(0,0%,96%,.95)}.md\:bg-neutral-200{--tw-bg-opacity:1;background-color:rgba(229,229,229,var(--tw-bg-opacity))}.md\:bg-neutral-200\/0{background-color:hsla(0,0%,90%,0)}.md\:bg-neutral-200\/10{background-color:hsla(0,0%,90%,.1)}.md\:bg-neutral-200\/100{background-color:#e5e5e5}.md\:bg-neutral-200\/15{background-color:hsla(0,0%,90%,.15)}.md\:bg-neutral-200\/20{background-color:hsla(0,0%,90%,.2)}.md\:bg-neutral-200\/25{background-color:hsla(0,0%,90%,.25)}.md\:bg-neutral-200\/30{background-color:hsla(0,0%,90%,.3)}.md\:bg-neutral-200\/35{background-color:hsla(0,0%,90%,.35)}.md\:bg-neutral-200\/40{background-color:hsla(0,0%,90%,.4)}.md\:bg-neutral-200\/45{background-color:hsla(0,0%,90%,.45)}.md\:bg-neutral-200\/5{background-color:hsla(0,0%,90%,.05)}.md\:bg-neutral-200\/50{background-color:hsla(0,0%,90%,.5)}.md\:bg-neutral-200\/55{background-color:hsla(0,0%,90%,.55)}.md\:bg-neutral-200\/60{background-color:hsla(0,0%,90%,.6)}.md\:bg-neutral-200\/65{background-color:hsla(0,0%,90%,.65)}.md\:bg-neutral-200\/70{background-color:hsla(0,0%,90%,.7)}.md\:bg-neutral-200\/75{background-color:hsla(0,0%,90%,.75)}.md\:bg-neutral-200\/80{background-color:hsla(0,0%,90%,.8)}.md\:bg-neutral-200\/85{background-color:hsla(0,0%,90%,.85)}.md\:bg-neutral-200\/90{background-color:hsla(0,0%,90%,.9)}.md\:bg-neutral-200\/95{background-color:hsla(0,0%,90%,.95)}.md\:bg-neutral-300{--tw-bg-opacity:1;background-color:rgba(212,212,212,var(--tw-bg-opacity))}.md\:bg-neutral-300\/0{background-color:hsla(0,0%,83%,0)}.md\:bg-neutral-300\/10{background-color:hsla(0,0%,83%,.1)}.md\:bg-neutral-300\/100{background-color:#d4d4d4}.md\:bg-neutral-300\/15{background-color:hsla(0,0%,83%,.15)}.md\:bg-neutral-300\/20{background-color:hsla(0,0%,83%,.2)}.md\:bg-neutral-300\/25{background-color:hsla(0,0%,83%,.25)}.md\:bg-neutral-300\/30{background-color:hsla(0,0%,83%,.3)}.md\:bg-neutral-300\/35{background-color:hsla(0,0%,83%,.35)}.md\:bg-neutral-300\/40{background-color:hsla(0,0%,83%,.4)}.md\:bg-neutral-300\/45{background-color:hsla(0,0%,83%,.45)}.md\:bg-neutral-300\/5{background-color:hsla(0,0%,83%,.05)}.md\:bg-neutral-300\/50{background-color:hsla(0,0%,83%,.5)}.md\:bg-neutral-300\/55{background-color:hsla(0,0%,83%,.55)}.md\:bg-neutral-300\/60{background-color:hsla(0,0%,83%,.6)}.md\:bg-neutral-300\/65{background-color:hsla(0,0%,83%,.65)}.md\:bg-neutral-300\/70{background-color:hsla(0,0%,83%,.7)}.md\:bg-neutral-300\/75{background-color:hsla(0,0%,83%,.75)}.md\:bg-neutral-300\/80{background-color:hsla(0,0%,83%,.8)}.md\:bg-neutral-300\/85{background-color:hsla(0,0%,83%,.85)}.md\:bg-neutral-300\/90{background-color:hsla(0,0%,83%,.9)}.md\:bg-neutral-300\/95{background-color:hsla(0,0%,83%,.95)}.md\:bg-neutral-400{--tw-bg-opacity:1;background-color:rgba(163,163,163,var(--tw-bg-opacity))}.md\:bg-neutral-400\/0{background-color:hsla(0,0%,64%,0)}.md\:bg-neutral-400\/10{background-color:hsla(0,0%,64%,.1)}.md\:bg-neutral-400\/100{background-color:#a3a3a3}.md\:bg-neutral-400\/15{background-color:hsla(0,0%,64%,.15)}.md\:bg-neutral-400\/20{background-color:hsla(0,0%,64%,.2)}.md\:bg-neutral-400\/25{background-color:hsla(0,0%,64%,.25)}.md\:bg-neutral-400\/30{background-color:hsla(0,0%,64%,.3)}.md\:bg-neutral-400\/35{background-color:hsla(0,0%,64%,.35)}.md\:bg-neutral-400\/40{background-color:hsla(0,0%,64%,.4)}.md\:bg-neutral-400\/45{background-color:hsla(0,0%,64%,.45)}.md\:bg-neutral-400\/5{background-color:hsla(0,0%,64%,.05)}.md\:bg-neutral-400\/50{background-color:hsla(0,0%,64%,.5)}.md\:bg-neutral-400\/55{background-color:hsla(0,0%,64%,.55)}.md\:bg-neutral-400\/60{background-color:hsla(0,0%,64%,.6)}.md\:bg-neutral-400\/65{background-color:hsla(0,0%,64%,.65)}.md\:bg-neutral-400\/70{background-color:hsla(0,0%,64%,.7)}.md\:bg-neutral-400\/75{background-color:hsla(0,0%,64%,.75)}.md\:bg-neutral-400\/80{background-color:hsla(0,0%,64%,.8)}.md\:bg-neutral-400\/85{background-color:hsla(0,0%,64%,.85)}.md\:bg-neutral-400\/90{background-color:hsla(0,0%,64%,.9)}.md\:bg-neutral-400\/95{background-color:hsla(0,0%,64%,.95)}.md\:bg-neutral-50{--tw-bg-opacity:1;background-color:rgba(250,250,250,var(--tw-bg-opacity))}.md\:bg-neutral-50\/0{background-color:hsla(0,0%,98%,0)}.md\:bg-neutral-50\/10{background-color:hsla(0,0%,98%,.1)}.md\:bg-neutral-50\/100{background-color:#fafafa}.md\:bg-neutral-50\/15{background-color:hsla(0,0%,98%,.15)}.md\:bg-neutral-50\/20{background-color:hsla(0,0%,98%,.2)}.md\:bg-neutral-50\/25{background-color:hsla(0,0%,98%,.25)}.md\:bg-neutral-50\/30{background-color:hsla(0,0%,98%,.3)}.md\:bg-neutral-50\/35{background-color:hsla(0,0%,98%,.35)}.md\:bg-neutral-50\/40{background-color:hsla(0,0%,98%,.4)}.md\:bg-neutral-50\/45{background-color:hsla(0,0%,98%,.45)}.md\:bg-neutral-50\/5{background-color:hsla(0,0%,98%,.05)}.md\:bg-neutral-50\/50{background-color:hsla(0,0%,98%,.5)}.md\:bg-neutral-50\/55{background-color:hsla(0,0%,98%,.55)}.md\:bg-neutral-50\/60{background-color:hsla(0,0%,98%,.6)}.md\:bg-neutral-50\/65{background-color:hsla(0,0%,98%,.65)}.md\:bg-neutral-50\/70{background-color:hsla(0,0%,98%,.7)}.md\:bg-neutral-50\/75{background-color:hsla(0,0%,98%,.75)}.md\:bg-neutral-50\/80{background-color:hsla(0,0%,98%,.8)}.md\:bg-neutral-50\/85{background-color:hsla(0,0%,98%,.85)}.md\:bg-neutral-50\/90{background-color:hsla(0,0%,98%,.9)}.md\:bg-neutral-50\/95{background-color:hsla(0,0%,98%,.95)}.md\:bg-neutral-500{--tw-bg-opacity:1;background-color:rgba(115,115,115,var(--tw-bg-opacity))}.md\:bg-neutral-500\/0{background-color:hsla(0,0%,45%,0)}.md\:bg-neutral-500\/10{background-color:hsla(0,0%,45%,.1)}.md\:bg-neutral-500\/100{background-color:#737373}.md\:bg-neutral-500\/15{background-color:hsla(0,0%,45%,.15)}.md\:bg-neutral-500\/20{background-color:hsla(0,0%,45%,.2)}.md\:bg-neutral-500\/25{background-color:hsla(0,0%,45%,.25)}.md\:bg-neutral-500\/30{background-color:hsla(0,0%,45%,.3)}.md\:bg-neutral-500\/35{background-color:hsla(0,0%,45%,.35)}.md\:bg-neutral-500\/40{background-color:hsla(0,0%,45%,.4)}.md\:bg-neutral-500\/45{background-color:hsla(0,0%,45%,.45)}.md\:bg-neutral-500\/5{background-color:hsla(0,0%,45%,.05)}.md\:bg-neutral-500\/50{background-color:hsla(0,0%,45%,.5)}.md\:bg-neutral-500\/55{background-color:hsla(0,0%,45%,.55)}.md\:bg-neutral-500\/60{background-color:hsla(0,0%,45%,.6)}.md\:bg-neutral-500\/65{background-color:hsla(0,0%,45%,.65)}.md\:bg-neutral-500\/70{background-color:hsla(0,0%,45%,.7)}.md\:bg-neutral-500\/75{background-color:hsla(0,0%,45%,.75)}.md\:bg-neutral-500\/80{background-color:hsla(0,0%,45%,.8)}.md\:bg-neutral-500\/85{background-color:hsla(0,0%,45%,.85)}.md\:bg-neutral-500\/90{background-color:hsla(0,0%,45%,.9)}.md\:bg-neutral-500\/95{background-color:hsla(0,0%,45%,.95)}.md\:bg-neutral-600{--tw-bg-opacity:1;background-color:rgba(82,82,82,var(--tw-bg-opacity))}.md\:bg-neutral-600\/0{background-color:rgba(82,82,82,0)}.md\:bg-neutral-600\/10{background-color:rgba(82,82,82,.1)}.md\:bg-neutral-600\/100{background-color:#525252}.md\:bg-neutral-600\/15{background-color:rgba(82,82,82,.15)}.md\:bg-neutral-600\/20{background-color:rgba(82,82,82,.2)}.md\:bg-neutral-600\/25{background-color:rgba(82,82,82,.25)}.md\:bg-neutral-600\/30{background-color:rgba(82,82,82,.3)}.md\:bg-neutral-600\/35{background-color:rgba(82,82,82,.35)}.md\:bg-neutral-600\/40{background-color:rgba(82,82,82,.4)}.md\:bg-neutral-600\/45{background-color:rgba(82,82,82,.45)}.md\:bg-neutral-600\/5{background-color:rgba(82,82,82,.05)}.md\:bg-neutral-600\/50{background-color:rgba(82,82,82,.5)}.md\:bg-neutral-600\/55{background-color:rgba(82,82,82,.55)}.md\:bg-neutral-600\/60{background-color:rgba(82,82,82,.6)}.md\:bg-neutral-600\/65{background-color:rgba(82,82,82,.65)}.md\:bg-neutral-600\/70{background-color:rgba(82,82,82,.7)}.md\:bg-neutral-600\/75{background-color:rgba(82,82,82,.75)}.md\:bg-neutral-600\/80{background-color:rgba(82,82,82,.8)}.md\:bg-neutral-600\/85{background-color:rgba(82,82,82,.85)}.md\:bg-neutral-600\/90{background-color:rgba(82,82,82,.9)}.md\:bg-neutral-600\/95{background-color:rgba(82,82,82,.95)}.md\:bg-neutral-700{--tw-bg-opacity:1;background-color:rgba(64,64,64,var(--tw-bg-opacity))}.md\:bg-neutral-700\/0{background-color:rgba(64,64,64,0)}.md\:bg-neutral-700\/10{background-color:rgba(64,64,64,.1)}.md\:bg-neutral-700\/100{background-color:#404040}.md\:bg-neutral-700\/15{background-color:rgba(64,64,64,.15)}.md\:bg-neutral-700\/20{background-color:rgba(64,64,64,.2)}.md\:bg-neutral-700\/25{background-color:rgba(64,64,64,.25)}.md\:bg-neutral-700\/30{background-color:rgba(64,64,64,.3)}.md\:bg-neutral-700\/35{background-color:rgba(64,64,64,.35)}.md\:bg-neutral-700\/40{background-color:rgba(64,64,64,.4)}.md\:bg-neutral-700\/45{background-color:rgba(64,64,64,.45)}.md\:bg-neutral-700\/5{background-color:rgba(64,64,64,.05)}.md\:bg-neutral-700\/50{background-color:rgba(64,64,64,.5)}.md\:bg-neutral-700\/55{background-color:rgba(64,64,64,.55)}.md\:bg-neutral-700\/60{background-color:rgba(64,64,64,.6)}.md\:bg-neutral-700\/65{background-color:rgba(64,64,64,.65)}.md\:bg-neutral-700\/70{background-color:rgba(64,64,64,.7)}.md\:bg-neutral-700\/75{background-color:rgba(64,64,64,.75)}.md\:bg-neutral-700\/80{background-color:rgba(64,64,64,.8)}.md\:bg-neutral-700\/85{background-color:rgba(64,64,64,.85)}.md\:bg-neutral-700\/90{background-color:rgba(64,64,64,.9)}.md\:bg-neutral-700\/95{background-color:rgba(64,64,64,.95)}.md\:bg-neutral-800{--tw-bg-opacity:1;background-color:rgba(38,38,38,var(--tw-bg-opacity))}.md\:bg-neutral-800\/0{background-color:rgba(38,38,38,0)}.md\:bg-neutral-800\/10{background-color:rgba(38,38,38,.1)}.md\:bg-neutral-800\/100{background-color:#262626}.md\:bg-neutral-800\/15{background-color:rgba(38,38,38,.15)}.md\:bg-neutral-800\/20{background-color:rgba(38,38,38,.2)}.md\:bg-neutral-800\/25{background-color:rgba(38,38,38,.25)}.md\:bg-neutral-800\/30{background-color:rgba(38,38,38,.3)}.md\:bg-neutral-800\/35{background-color:rgba(38,38,38,.35)}.md\:bg-neutral-800\/40{background-color:rgba(38,38,38,.4)}.md\:bg-neutral-800\/45{background-color:rgba(38,38,38,.45)}.md\:bg-neutral-800\/5{background-color:rgba(38,38,38,.05)}.md\:bg-neutral-800\/50{background-color:rgba(38,38,38,.5)}.md\:bg-neutral-800\/55{background-color:rgba(38,38,38,.55)}.md\:bg-neutral-800\/60{background-color:rgba(38,38,38,.6)}.md\:bg-neutral-800\/65{background-color:rgba(38,38,38,.65)}.md\:bg-neutral-800\/70{background-color:rgba(38,38,38,.7)}.md\:bg-neutral-800\/75{background-color:rgba(38,38,38,.75)}.md\:bg-neutral-800\/80{background-color:rgba(38,38,38,.8)}.md\:bg-neutral-800\/85{background-color:rgba(38,38,38,.85)}.md\:bg-neutral-800\/90{background-color:rgba(38,38,38,.9)}.md\:bg-neutral-800\/95{background-color:rgba(38,38,38,.95)}.md\:bg-neutral-900{--tw-bg-opacity:1;background-color:rgba(23,23,23,var(--tw-bg-opacity))}.md\:bg-neutral-900\/0{background-color:hsla(0,0%,9%,0)}.md\:bg-neutral-900\/10{background-color:hsla(0,0%,9%,.1)}.md\:bg-neutral-900\/100{background-color:#171717}.md\:bg-neutral-900\/15{background-color:hsla(0,0%,9%,.15)}.md\:bg-neutral-900\/20{background-color:hsla(0,0%,9%,.2)}.md\:bg-neutral-900\/25{background-color:hsla(0,0%,9%,.25)}.md\:bg-neutral-900\/30{background-color:hsla(0,0%,9%,.3)}.md\:bg-neutral-900\/35{background-color:hsla(0,0%,9%,.35)}.md\:bg-neutral-900\/40{background-color:hsla(0,0%,9%,.4)}.md\:bg-neutral-900\/45{background-color:hsla(0,0%,9%,.45)}.md\:bg-neutral-900\/5{background-color:hsla(0,0%,9%,.05)}.md\:bg-neutral-900\/50{background-color:hsla(0,0%,9%,.5)}.md\:bg-neutral-900\/55{background-color:hsla(0,0%,9%,.55)}.md\:bg-neutral-900\/60{background-color:hsla(0,0%,9%,.6)}.md\:bg-neutral-900\/65{background-color:hsla(0,0%,9%,.65)}.md\:bg-neutral-900\/70{background-color:hsla(0,0%,9%,.7)}.md\:bg-neutral-900\/75{background-color:hsla(0,0%,9%,.75)}.md\:bg-neutral-900\/80{background-color:hsla(0,0%,9%,.8)}.md\:bg-neutral-900\/85{background-color:hsla(0,0%,9%,.85)}.md\:bg-neutral-900\/90{background-color:hsla(0,0%,9%,.9)}.md\:bg-neutral-900\/95{background-color:hsla(0,0%,9%,.95)}.md\:bg-neutral-950{--tw-bg-opacity:1;background-color:rgba(10,10,10,var(--tw-bg-opacity))}.md\:bg-neutral-950\/0{background-color:hsla(0,0%,4%,0)}.md\:bg-neutral-950\/10{background-color:hsla(0,0%,4%,.1)}.md\:bg-neutral-950\/100{background-color:#0a0a0a}.md\:bg-neutral-950\/15{background-color:hsla(0,0%,4%,.15)}.md\:bg-neutral-950\/20{background-color:hsla(0,0%,4%,.2)}.md\:bg-neutral-950\/25{background-color:hsla(0,0%,4%,.25)}.md\:bg-neutral-950\/30{background-color:hsla(0,0%,4%,.3)}.md\:bg-neutral-950\/35{background-color:hsla(0,0%,4%,.35)}.md\:bg-neutral-950\/40{background-color:hsla(0,0%,4%,.4)}.md\:bg-neutral-950\/45{background-color:hsla(0,0%,4%,.45)}.md\:bg-neutral-950\/5{background-color:hsla(0,0%,4%,.05)}.md\:bg-neutral-950\/50{background-color:hsla(0,0%,4%,.5)}.md\:bg-neutral-950\/55{background-color:hsla(0,0%,4%,.55)}.md\:bg-neutral-950\/60{background-color:hsla(0,0%,4%,.6)}.md\:bg-neutral-950\/65{background-color:hsla(0,0%,4%,.65)}.md\:bg-neutral-950\/70{background-color:hsla(0,0%,4%,.7)}.md\:bg-neutral-950\/75{background-color:hsla(0,0%,4%,.75)}.md\:bg-neutral-950\/80{background-color:hsla(0,0%,4%,.8)}.md\:bg-neutral-950\/85{background-color:hsla(0,0%,4%,.85)}.md\:bg-neutral-950\/90{background-color:hsla(0,0%,4%,.9)}.md\:bg-neutral-950\/95{background-color:hsla(0,0%,4%,.95)}.md\:bg-orange-100{--tw-bg-opacity:1;background-color:rgba(255,237,213,var(--tw-bg-opacity))}.md\:bg-orange-100\/0{background-color:rgba(255,237,213,0)}.md\:bg-orange-100\/10{background-color:rgba(255,237,213,.1)}.md\:bg-orange-100\/100{background-color:#ffedd5}.md\:bg-orange-100\/15{background-color:rgba(255,237,213,.15)}.md\:bg-orange-100\/20{background-color:rgba(255,237,213,.2)}.md\:bg-orange-100\/25{background-color:rgba(255,237,213,.25)}.md\:bg-orange-100\/30{background-color:rgba(255,237,213,.3)}.md\:bg-orange-100\/35{background-color:rgba(255,237,213,.35)}.md\:bg-orange-100\/40{background-color:rgba(255,237,213,.4)}.md\:bg-orange-100\/45{background-color:rgba(255,237,213,.45)}.md\:bg-orange-100\/5{background-color:rgba(255,237,213,.05)}.md\:bg-orange-100\/50{background-color:rgba(255,237,213,.5)}.md\:bg-orange-100\/55{background-color:rgba(255,237,213,.55)}.md\:bg-orange-100\/60{background-color:rgba(255,237,213,.6)}.md\:bg-orange-100\/65{background-color:rgba(255,237,213,.65)}.md\:bg-orange-100\/70{background-color:rgba(255,237,213,.7)}.md\:bg-orange-100\/75{background-color:rgba(255,237,213,.75)}.md\:bg-orange-100\/80{background-color:rgba(255,237,213,.8)}.md\:bg-orange-100\/85{background-color:rgba(255,237,213,.85)}.md\:bg-orange-100\/90{background-color:rgba(255,237,213,.9)}.md\:bg-orange-100\/95{background-color:rgba(255,237,213,.95)}.md\:bg-orange-200{--tw-bg-opacity:1;background-color:rgba(254,215,170,var(--tw-bg-opacity))}.md\:bg-orange-200\/0{background-color:hsla(32,98%,83%,0)}.md\:bg-orange-200\/10{background-color:hsla(32,98%,83%,.1)}.md\:bg-orange-200\/100{background-color:#fed7aa}.md\:bg-orange-200\/15{background-color:hsla(32,98%,83%,.15)}.md\:bg-orange-200\/20{background-color:hsla(32,98%,83%,.2)}.md\:bg-orange-200\/25{background-color:hsla(32,98%,83%,.25)}.md\:bg-orange-200\/30{background-color:hsla(32,98%,83%,.3)}.md\:bg-orange-200\/35{background-color:hsla(32,98%,83%,.35)}.md\:bg-orange-200\/40{background-color:hsla(32,98%,83%,.4)}.md\:bg-orange-200\/45{background-color:hsla(32,98%,83%,.45)}.md\:bg-orange-200\/5{background-color:hsla(32,98%,83%,.05)}.md\:bg-orange-200\/50{background-color:hsla(32,98%,83%,.5)}.md\:bg-orange-200\/55{background-color:hsla(32,98%,83%,.55)}.md\:bg-orange-200\/60{background-color:hsla(32,98%,83%,.6)}.md\:bg-orange-200\/65{background-color:hsla(32,98%,83%,.65)}.md\:bg-orange-200\/70{background-color:hsla(32,98%,83%,.7)}.md\:bg-orange-200\/75{background-color:hsla(32,98%,83%,.75)}.md\:bg-orange-200\/80{background-color:hsla(32,98%,83%,.8)}.md\:bg-orange-200\/85{background-color:hsla(32,98%,83%,.85)}.md\:bg-orange-200\/90{background-color:hsla(32,98%,83%,.9)}.md\:bg-orange-200\/95{background-color:hsla(32,98%,83%,.95)}.md\:bg-orange-300{--tw-bg-opacity:1;background-color:rgba(253,186,116,var(--tw-bg-opacity))}.md\:bg-orange-300\/0{background-color:hsla(31,97%,72%,0)}.md\:bg-orange-300\/10{background-color:hsla(31,97%,72%,.1)}.md\:bg-orange-300\/100{background-color:#fdba74}.md\:bg-orange-300\/15{background-color:hsla(31,97%,72%,.15)}.md\:bg-orange-300\/20{background-color:hsla(31,97%,72%,.2)}.md\:bg-orange-300\/25{background-color:hsla(31,97%,72%,.25)}.md\:bg-orange-300\/30{background-color:hsla(31,97%,72%,.3)}.md\:bg-orange-300\/35{background-color:hsla(31,97%,72%,.35)}.md\:bg-orange-300\/40{background-color:hsla(31,97%,72%,.4)}.md\:bg-orange-300\/45{background-color:hsla(31,97%,72%,.45)}.md\:bg-orange-300\/5{background-color:hsla(31,97%,72%,.05)}.md\:bg-orange-300\/50{background-color:hsla(31,97%,72%,.5)}.md\:bg-orange-300\/55{background-color:hsla(31,97%,72%,.55)}.md\:bg-orange-300\/60{background-color:hsla(31,97%,72%,.6)}.md\:bg-orange-300\/65{background-color:hsla(31,97%,72%,.65)}.md\:bg-orange-300\/70{background-color:hsla(31,97%,72%,.7)}.md\:bg-orange-300\/75{background-color:hsla(31,97%,72%,.75)}.md\:bg-orange-300\/80{background-color:hsla(31,97%,72%,.8)}.md\:bg-orange-300\/85{background-color:hsla(31,97%,72%,.85)}.md\:bg-orange-300\/90{background-color:hsla(31,97%,72%,.9)}.md\:bg-orange-300\/95{background-color:hsla(31,97%,72%,.95)}.md\:bg-orange-400{--tw-bg-opacity:1;background-color:rgba(251,146,60,var(--tw-bg-opacity))}.md\:bg-orange-400\/0{background-color:rgba(251,146,60,0)}.md\:bg-orange-400\/10{background-color:rgba(251,146,60,.1)}.md\:bg-orange-400\/100{background-color:#fb923c}.md\:bg-orange-400\/15{background-color:rgba(251,146,60,.15)}.md\:bg-orange-400\/20{background-color:rgba(251,146,60,.2)}.md\:bg-orange-400\/25{background-color:rgba(251,146,60,.25)}.md\:bg-orange-400\/30{background-color:rgba(251,146,60,.3)}.md\:bg-orange-400\/35{background-color:rgba(251,146,60,.35)}.md\:bg-orange-400\/40{background-color:rgba(251,146,60,.4)}.md\:bg-orange-400\/45{background-color:rgba(251,146,60,.45)}.md\:bg-orange-400\/5{background-color:rgba(251,146,60,.05)}.md\:bg-orange-400\/50{background-color:rgba(251,146,60,.5)}.md\:bg-orange-400\/55{background-color:rgba(251,146,60,.55)}.md\:bg-orange-400\/60{background-color:rgba(251,146,60,.6)}.md\:bg-orange-400\/65{background-color:rgba(251,146,60,.65)}.md\:bg-orange-400\/70{background-color:rgba(251,146,60,.7)}.md\:bg-orange-400\/75{background-color:rgba(251,146,60,.75)}.md\:bg-orange-400\/80{background-color:rgba(251,146,60,.8)}.md\:bg-orange-400\/85{background-color:rgba(251,146,60,.85)}.md\:bg-orange-400\/90{background-color:rgba(251,146,60,.9)}.md\:bg-orange-400\/95{background-color:rgba(251,146,60,.95)}.md\:bg-orange-50{--tw-bg-opacity:1;background-color:rgba(255,247,237,var(--tw-bg-opacity))}.md\:bg-orange-50\/0{background-color:rgba(255,247,237,0)}.md\:bg-orange-50\/10{background-color:rgba(255,247,237,.1)}.md\:bg-orange-50\/100{background-color:#fff7ed}.md\:bg-orange-50\/15{background-color:rgba(255,247,237,.15)}.md\:bg-orange-50\/20{background-color:rgba(255,247,237,.2)}.md\:bg-orange-50\/25{background-color:rgba(255,247,237,.25)}.md\:bg-orange-50\/30{background-color:rgba(255,247,237,.3)}.md\:bg-orange-50\/35{background-color:rgba(255,247,237,.35)}.md\:bg-orange-50\/40{background-color:rgba(255,247,237,.4)}.md\:bg-orange-50\/45{background-color:rgba(255,247,237,.45)}.md\:bg-orange-50\/5{background-color:rgba(255,247,237,.05)}.md\:bg-orange-50\/50{background-color:rgba(255,247,237,.5)}.md\:bg-orange-50\/55{background-color:rgba(255,247,237,.55)}.md\:bg-orange-50\/60{background-color:rgba(255,247,237,.6)}.md\:bg-orange-50\/65{background-color:rgba(255,247,237,.65)}.md\:bg-orange-50\/70{background-color:rgba(255,247,237,.7)}.md\:bg-orange-50\/75{background-color:rgba(255,247,237,.75)}.md\:bg-orange-50\/80{background-color:rgba(255,247,237,.8)}.md\:bg-orange-50\/85{background-color:rgba(255,247,237,.85)}.md\:bg-orange-50\/90{background-color:rgba(255,247,237,.9)}.md\:bg-orange-50\/95{background-color:rgba(255,247,237,.95)}.md\:bg-orange-500{--tw-bg-opacity:1;background-color:rgba(249,115,22,var(--tw-bg-opacity))}.md\:bg-orange-500\/0{background-color:rgba(249,115,22,0)}.md\:bg-orange-500\/10{background-color:rgba(249,115,22,.1)}.md\:bg-orange-500\/100{background-color:#f97316}.md\:bg-orange-500\/15{background-color:rgba(249,115,22,.15)}.md\:bg-orange-500\/20{background-color:rgba(249,115,22,.2)}.md\:bg-orange-500\/25{background-color:rgba(249,115,22,.25)}.md\:bg-orange-500\/30{background-color:rgba(249,115,22,.3)}.md\:bg-orange-500\/35{background-color:rgba(249,115,22,.35)}.md\:bg-orange-500\/40{background-color:rgba(249,115,22,.4)}.md\:bg-orange-500\/45{background-color:rgba(249,115,22,.45)}.md\:bg-orange-500\/5{background-color:rgba(249,115,22,.05)}.md\:bg-orange-500\/50{background-color:rgba(249,115,22,.5)}.md\:bg-orange-500\/55{background-color:rgba(249,115,22,.55)}.md\:bg-orange-500\/60{background-color:rgba(249,115,22,.6)}.md\:bg-orange-500\/65{background-color:rgba(249,115,22,.65)}.md\:bg-orange-500\/70{background-color:rgba(249,115,22,.7)}.md\:bg-orange-500\/75{background-color:rgba(249,115,22,.75)}.md\:bg-orange-500\/80{background-color:rgba(249,115,22,.8)}.md\:bg-orange-500\/85{background-color:rgba(249,115,22,.85)}.md\:bg-orange-500\/90{background-color:rgba(249,115,22,.9)}.md\:bg-orange-500\/95{background-color:rgba(249,115,22,.95)}.md\:bg-orange-600{--tw-bg-opacity:1;background-color:rgba(234,88,12,var(--tw-bg-opacity))}.md\:bg-orange-600\/0{background-color:rgba(234,88,12,0)}.md\:bg-orange-600\/10{background-color:rgba(234,88,12,.1)}.md\:bg-orange-600\/100{background-color:#ea580c}.md\:bg-orange-600\/15{background-color:rgba(234,88,12,.15)}.md\:bg-orange-600\/20{background-color:rgba(234,88,12,.2)}.md\:bg-orange-600\/25{background-color:rgba(234,88,12,.25)}.md\:bg-orange-600\/30{background-color:rgba(234,88,12,.3)}.md\:bg-orange-600\/35{background-color:rgba(234,88,12,.35)}.md\:bg-orange-600\/40{background-color:rgba(234,88,12,.4)}.md\:bg-orange-600\/45{background-color:rgba(234,88,12,.45)}.md\:bg-orange-600\/5{background-color:rgba(234,88,12,.05)}.md\:bg-orange-600\/50{background-color:rgba(234,88,12,.5)}.md\:bg-orange-600\/55{background-color:rgba(234,88,12,.55)}.md\:bg-orange-600\/60{background-color:rgba(234,88,12,.6)}.md\:bg-orange-600\/65{background-color:rgba(234,88,12,.65)}.md\:bg-orange-600\/70{background-color:rgba(234,88,12,.7)}.md\:bg-orange-600\/75{background-color:rgba(234,88,12,.75)}.md\:bg-orange-600\/80{background-color:rgba(234,88,12,.8)}.md\:bg-orange-600\/85{background-color:rgba(234,88,12,.85)}.md\:bg-orange-600\/90{background-color:rgba(234,88,12,.9)}.md\:bg-orange-600\/95{background-color:rgba(234,88,12,.95)}.md\:bg-orange-700{--tw-bg-opacity:1;background-color:rgba(194,65,12,var(--tw-bg-opacity))}.md\:bg-orange-700\/0{background-color:rgba(194,65,12,0)}.md\:bg-orange-700\/10{background-color:rgba(194,65,12,.1)}.md\:bg-orange-700\/100{background-color:#c2410c}.md\:bg-orange-700\/15{background-color:rgba(194,65,12,.15)}.md\:bg-orange-700\/20{background-color:rgba(194,65,12,.2)}.md\:bg-orange-700\/25{background-color:rgba(194,65,12,.25)}.md\:bg-orange-700\/30{background-color:rgba(194,65,12,.3)}.md\:bg-orange-700\/35{background-color:rgba(194,65,12,.35)}.md\:bg-orange-700\/40{background-color:rgba(194,65,12,.4)}.md\:bg-orange-700\/45{background-color:rgba(194,65,12,.45)}.md\:bg-orange-700\/5{background-color:rgba(194,65,12,.05)}.md\:bg-orange-700\/50{background-color:rgba(194,65,12,.5)}.md\:bg-orange-700\/55{background-color:rgba(194,65,12,.55)}.md\:bg-orange-700\/60{background-color:rgba(194,65,12,.6)}.md\:bg-orange-700\/65{background-color:rgba(194,65,12,.65)}.md\:bg-orange-700\/70{background-color:rgba(194,65,12,.7)}.md\:bg-orange-700\/75{background-color:rgba(194,65,12,.75)}.md\:bg-orange-700\/80{background-color:rgba(194,65,12,.8)}.md\:bg-orange-700\/85{background-color:rgba(194,65,12,.85)}.md\:bg-orange-700\/90{background-color:rgba(194,65,12,.9)}.md\:bg-orange-700\/95{background-color:rgba(194,65,12,.95)}.md\:bg-orange-800{--tw-bg-opacity:1;background-color:rgba(154,52,18,var(--tw-bg-opacity))}.md\:bg-orange-800\/0{background-color:rgba(154,52,18,0)}.md\:bg-orange-800\/10{background-color:rgba(154,52,18,.1)}.md\:bg-orange-800\/100{background-color:#9a3412}.md\:bg-orange-800\/15{background-color:rgba(154,52,18,.15)}.md\:bg-orange-800\/20{background-color:rgba(154,52,18,.2)}.md\:bg-orange-800\/25{background-color:rgba(154,52,18,.25)}.md\:bg-orange-800\/30{background-color:rgba(154,52,18,.3)}.md\:bg-orange-800\/35{background-color:rgba(154,52,18,.35)}.md\:bg-orange-800\/40{background-color:rgba(154,52,18,.4)}.md\:bg-orange-800\/45{background-color:rgba(154,52,18,.45)}.md\:bg-orange-800\/5{background-color:rgba(154,52,18,.05)}.md\:bg-orange-800\/50{background-color:rgba(154,52,18,.5)}.md\:bg-orange-800\/55{background-color:rgba(154,52,18,.55)}.md\:bg-orange-800\/60{background-color:rgba(154,52,18,.6)}.md\:bg-orange-800\/65{background-color:rgba(154,52,18,.65)}.md\:bg-orange-800\/70{background-color:rgba(154,52,18,.7)}.md\:bg-orange-800\/75{background-color:rgba(154,52,18,.75)}.md\:bg-orange-800\/80{background-color:rgba(154,52,18,.8)}.md\:bg-orange-800\/85{background-color:rgba(154,52,18,.85)}.md\:bg-orange-800\/90{background-color:rgba(154,52,18,.9)}.md\:bg-orange-800\/95{background-color:rgba(154,52,18,.95)}.md\:bg-orange-900{--tw-bg-opacity:1;background-color:rgba(124,45,18,var(--tw-bg-opacity))}.md\:bg-orange-900\/0{background-color:rgba(124,45,18,0)}.md\:bg-orange-900\/10{background-color:rgba(124,45,18,.1)}.md\:bg-orange-900\/100{background-color:#7c2d12}.md\:bg-orange-900\/15{background-color:rgba(124,45,18,.15)}.md\:bg-orange-900\/20{background-color:rgba(124,45,18,.2)}.md\:bg-orange-900\/25{background-color:rgba(124,45,18,.25)}.md\:bg-orange-900\/30{background-color:rgba(124,45,18,.3)}.md\:bg-orange-900\/35{background-color:rgba(124,45,18,.35)}.md\:bg-orange-900\/40{background-color:rgba(124,45,18,.4)}.md\:bg-orange-900\/45{background-color:rgba(124,45,18,.45)}.md\:bg-orange-900\/5{background-color:rgba(124,45,18,.05)}.md\:bg-orange-900\/50{background-color:rgba(124,45,18,.5)}.md\:bg-orange-900\/55{background-color:rgba(124,45,18,.55)}.md\:bg-orange-900\/60{background-color:rgba(124,45,18,.6)}.md\:bg-orange-900\/65{background-color:rgba(124,45,18,.65)}.md\:bg-orange-900\/70{background-color:rgba(124,45,18,.7)}.md\:bg-orange-900\/75{background-color:rgba(124,45,18,.75)}.md\:bg-orange-900\/80{background-color:rgba(124,45,18,.8)}.md\:bg-orange-900\/85{background-color:rgba(124,45,18,.85)}.md\:bg-orange-900\/90{background-color:rgba(124,45,18,.9)}.md\:bg-orange-900\/95{background-color:rgba(124,45,18,.95)}.md\:bg-orange-950{--tw-bg-opacity:1;background-color:rgba(67,20,7,var(--tw-bg-opacity))}.md\:bg-orange-950\/0{background-color:rgba(67,20,7,0)}.md\:bg-orange-950\/10{background-color:rgba(67,20,7,.1)}.md\:bg-orange-950\/100{background-color:#431407}.md\:bg-orange-950\/15{background-color:rgba(67,20,7,.15)}.md\:bg-orange-950\/20{background-color:rgba(67,20,7,.2)}.md\:bg-orange-950\/25{background-color:rgba(67,20,7,.25)}.md\:bg-orange-950\/30{background-color:rgba(67,20,7,.3)}.md\:bg-orange-950\/35{background-color:rgba(67,20,7,.35)}.md\:bg-orange-950\/40{background-color:rgba(67,20,7,.4)}.md\:bg-orange-950\/45{background-color:rgba(67,20,7,.45)}.md\:bg-orange-950\/5{background-color:rgba(67,20,7,.05)}.md\:bg-orange-950\/50{background-color:rgba(67,20,7,.5)}.md\:bg-orange-950\/55{background-color:rgba(67,20,7,.55)}.md\:bg-orange-950\/60{background-color:rgba(67,20,7,.6)}.md\:bg-orange-950\/65{background-color:rgba(67,20,7,.65)}.md\:bg-orange-950\/70{background-color:rgba(67,20,7,.7)}.md\:bg-orange-950\/75{background-color:rgba(67,20,7,.75)}.md\:bg-orange-950\/80{background-color:rgba(67,20,7,.8)}.md\:bg-orange-950\/85{background-color:rgba(67,20,7,.85)}.md\:bg-orange-950\/90{background-color:rgba(67,20,7,.9)}.md\:bg-orange-950\/95{background-color:rgba(67,20,7,.95)}.md\:bg-pink-100{--tw-bg-opacity:1;background-color:rgba(252,231,243,var(--tw-bg-opacity))}.md\:bg-pink-100\/0{background-color:rgba(252,231,243,0)}.md\:bg-pink-100\/10{background-color:rgba(252,231,243,.1)}.md\:bg-pink-100\/100{background-color:#fce7f3}.md\:bg-pink-100\/15{background-color:rgba(252,231,243,.15)}.md\:bg-pink-100\/20{background-color:rgba(252,231,243,.2)}.md\:bg-pink-100\/25{background-color:rgba(252,231,243,.25)}.md\:bg-pink-100\/30{background-color:rgba(252,231,243,.3)}.md\:bg-pink-100\/35{background-color:rgba(252,231,243,.35)}.md\:bg-pink-100\/40{background-color:rgba(252,231,243,.4)}.md\:bg-pink-100\/45{background-color:rgba(252,231,243,.45)}.md\:bg-pink-100\/5{background-color:rgba(252,231,243,.05)}.md\:bg-pink-100\/50{background-color:rgba(252,231,243,.5)}.md\:bg-pink-100\/55{background-color:rgba(252,231,243,.55)}.md\:bg-pink-100\/60{background-color:rgba(252,231,243,.6)}.md\:bg-pink-100\/65{background-color:rgba(252,231,243,.65)}.md\:bg-pink-100\/70{background-color:rgba(252,231,243,.7)}.md\:bg-pink-100\/75{background-color:rgba(252,231,243,.75)}.md\:bg-pink-100\/80{background-color:rgba(252,231,243,.8)}.md\:bg-pink-100\/85{background-color:rgba(252,231,243,.85)}.md\:bg-pink-100\/90{background-color:rgba(252,231,243,.9)}.md\:bg-pink-100\/95{background-color:rgba(252,231,243,.95)}.md\:bg-pink-200{--tw-bg-opacity:1;background-color:rgba(251,207,232,var(--tw-bg-opacity))}.md\:bg-pink-200\/0{background-color:rgba(251,207,232,0)}.md\:bg-pink-200\/10{background-color:rgba(251,207,232,.1)}.md\:bg-pink-200\/100{background-color:#fbcfe8}.md\:bg-pink-200\/15{background-color:rgba(251,207,232,.15)}.md\:bg-pink-200\/20{background-color:rgba(251,207,232,.2)}.md\:bg-pink-200\/25{background-color:rgba(251,207,232,.25)}.md\:bg-pink-200\/30{background-color:rgba(251,207,232,.3)}.md\:bg-pink-200\/35{background-color:rgba(251,207,232,.35)}.md\:bg-pink-200\/40{background-color:rgba(251,207,232,.4)}.md\:bg-pink-200\/45{background-color:rgba(251,207,232,.45)}.md\:bg-pink-200\/5{background-color:rgba(251,207,232,.05)}.md\:bg-pink-200\/50{background-color:rgba(251,207,232,.5)}.md\:bg-pink-200\/55{background-color:rgba(251,207,232,.55)}.md\:bg-pink-200\/60{background-color:rgba(251,207,232,.6)}.md\:bg-pink-200\/65{background-color:rgba(251,207,232,.65)}.md\:bg-pink-200\/70{background-color:rgba(251,207,232,.7)}.md\:bg-pink-200\/75{background-color:rgba(251,207,232,.75)}.md\:bg-pink-200\/80{background-color:rgba(251,207,232,.8)}.md\:bg-pink-200\/85{background-color:rgba(251,207,232,.85)}.md\:bg-pink-200\/90{background-color:rgba(251,207,232,.9)}.md\:bg-pink-200\/95{background-color:rgba(251,207,232,.95)}.md\:bg-pink-300{--tw-bg-opacity:1;background-color:rgba(249,168,212,var(--tw-bg-opacity))}.md\:bg-pink-300\/0{background-color:rgba(249,168,212,0)}.md\:bg-pink-300\/10{background-color:rgba(249,168,212,.1)}.md\:bg-pink-300\/100{background-color:#f9a8d4}.md\:bg-pink-300\/15{background-color:rgba(249,168,212,.15)}.md\:bg-pink-300\/20{background-color:rgba(249,168,212,.2)}.md\:bg-pink-300\/25{background-color:rgba(249,168,212,.25)}.md\:bg-pink-300\/30{background-color:rgba(249,168,212,.3)}.md\:bg-pink-300\/35{background-color:rgba(249,168,212,.35)}.md\:bg-pink-300\/40{background-color:rgba(249,168,212,.4)}.md\:bg-pink-300\/45{background-color:rgba(249,168,212,.45)}.md\:bg-pink-300\/5{background-color:rgba(249,168,212,.05)}.md\:bg-pink-300\/50{background-color:rgba(249,168,212,.5)}.md\:bg-pink-300\/55{background-color:rgba(249,168,212,.55)}.md\:bg-pink-300\/60{background-color:rgba(249,168,212,.6)}.md\:bg-pink-300\/65{background-color:rgba(249,168,212,.65)}.md\:bg-pink-300\/70{background-color:rgba(249,168,212,.7)}.md\:bg-pink-300\/75{background-color:rgba(249,168,212,.75)}.md\:bg-pink-300\/80{background-color:rgba(249,168,212,.8)}.md\:bg-pink-300\/85{background-color:rgba(249,168,212,.85)}.md\:bg-pink-300\/90{background-color:rgba(249,168,212,.9)}.md\:bg-pink-300\/95{background-color:rgba(249,168,212,.95)}.md\:bg-pink-400{--tw-bg-opacity:1;background-color:rgba(244,114,182,var(--tw-bg-opacity))}.md\:bg-pink-400\/0{background-color:rgba(244,114,182,0)}.md\:bg-pink-400\/10{background-color:rgba(244,114,182,.1)}.md\:bg-pink-400\/100{background-color:#f472b6}.md\:bg-pink-400\/15{background-color:rgba(244,114,182,.15)}.md\:bg-pink-400\/20{background-color:rgba(244,114,182,.2)}.md\:bg-pink-400\/25{background-color:rgba(244,114,182,.25)}.md\:bg-pink-400\/30{background-color:rgba(244,114,182,.3)}.md\:bg-pink-400\/35{background-color:rgba(244,114,182,.35)}.md\:bg-pink-400\/40{background-color:rgba(244,114,182,.4)}.md\:bg-pink-400\/45{background-color:rgba(244,114,182,.45)}.md\:bg-pink-400\/5{background-color:rgba(244,114,182,.05)}.md\:bg-pink-400\/50{background-color:rgba(244,114,182,.5)}.md\:bg-pink-400\/55{background-color:rgba(244,114,182,.55)}.md\:bg-pink-400\/60{background-color:rgba(244,114,182,.6)}.md\:bg-pink-400\/65{background-color:rgba(244,114,182,.65)}.md\:bg-pink-400\/70{background-color:rgba(244,114,182,.7)}.md\:bg-pink-400\/75{background-color:rgba(244,114,182,.75)}.md\:bg-pink-400\/80{background-color:rgba(244,114,182,.8)}.md\:bg-pink-400\/85{background-color:rgba(244,114,182,.85)}.md\:bg-pink-400\/90{background-color:rgba(244,114,182,.9)}.md\:bg-pink-400\/95{background-color:rgba(244,114,182,.95)}.md\:bg-pink-50{--tw-bg-opacity:1;background-color:rgba(253,242,248,var(--tw-bg-opacity))}.md\:bg-pink-50\/0{background-color:rgba(253,242,248,0)}.md\:bg-pink-50\/10{background-color:rgba(253,242,248,.1)}.md\:bg-pink-50\/100{background-color:#fdf2f8}.md\:bg-pink-50\/15{background-color:rgba(253,242,248,.15)}.md\:bg-pink-50\/20{background-color:rgba(253,242,248,.2)}.md\:bg-pink-50\/25{background-color:rgba(253,242,248,.25)}.md\:bg-pink-50\/30{background-color:rgba(253,242,248,.3)}.md\:bg-pink-50\/35{background-color:rgba(253,242,248,.35)}.md\:bg-pink-50\/40{background-color:rgba(253,242,248,.4)}.md\:bg-pink-50\/45{background-color:rgba(253,242,248,.45)}.md\:bg-pink-50\/5{background-color:rgba(253,242,248,.05)}.md\:bg-pink-50\/50{background-color:rgba(253,242,248,.5)}.md\:bg-pink-50\/55{background-color:rgba(253,242,248,.55)}.md\:bg-pink-50\/60{background-color:rgba(253,242,248,.6)}.md\:bg-pink-50\/65{background-color:rgba(253,242,248,.65)}.md\:bg-pink-50\/70{background-color:rgba(253,242,248,.7)}.md\:bg-pink-50\/75{background-color:rgba(253,242,248,.75)}.md\:bg-pink-50\/80{background-color:rgba(253,242,248,.8)}.md\:bg-pink-50\/85{background-color:rgba(253,242,248,.85)}.md\:bg-pink-50\/90{background-color:rgba(253,242,248,.9)}.md\:bg-pink-50\/95{background-color:rgba(253,242,248,.95)}.md\:bg-pink-500{--tw-bg-opacity:1;background-color:rgba(236,72,153,var(--tw-bg-opacity))}.md\:bg-pink-500\/0{background-color:rgba(236,72,153,0)}.md\:bg-pink-500\/10{background-color:rgba(236,72,153,.1)}.md\:bg-pink-500\/100{background-color:#ec4899}.md\:bg-pink-500\/15{background-color:rgba(236,72,153,.15)}.md\:bg-pink-500\/20{background-color:rgba(236,72,153,.2)}.md\:bg-pink-500\/25{background-color:rgba(236,72,153,.25)}.md\:bg-pink-500\/30{background-color:rgba(236,72,153,.3)}.md\:bg-pink-500\/35{background-color:rgba(236,72,153,.35)}.md\:bg-pink-500\/40{background-color:rgba(236,72,153,.4)}.md\:bg-pink-500\/45{background-color:rgba(236,72,153,.45)}.md\:bg-pink-500\/5{background-color:rgba(236,72,153,.05)}.md\:bg-pink-500\/50{background-color:rgba(236,72,153,.5)}.md\:bg-pink-500\/55{background-color:rgba(236,72,153,.55)}.md\:bg-pink-500\/60{background-color:rgba(236,72,153,.6)}.md\:bg-pink-500\/65{background-color:rgba(236,72,153,.65)}.md\:bg-pink-500\/70{background-color:rgba(236,72,153,.7)}.md\:bg-pink-500\/75{background-color:rgba(236,72,153,.75)}.md\:bg-pink-500\/80{background-color:rgba(236,72,153,.8)}.md\:bg-pink-500\/85{background-color:rgba(236,72,153,.85)}.md\:bg-pink-500\/90{background-color:rgba(236,72,153,.9)}.md\:bg-pink-500\/95{background-color:rgba(236,72,153,.95)}.md\:bg-pink-600{--tw-bg-opacity:1;background-color:rgba(219,39,119,var(--tw-bg-opacity))}.md\:bg-pink-600\/0{background-color:rgba(219,39,119,0)}.md\:bg-pink-600\/10{background-color:rgba(219,39,119,.1)}.md\:bg-pink-600\/100{background-color:#db2777}.md\:bg-pink-600\/15{background-color:rgba(219,39,119,.15)}.md\:bg-pink-600\/20{background-color:rgba(219,39,119,.2)}.md\:bg-pink-600\/25{background-color:rgba(219,39,119,.25)}.md\:bg-pink-600\/30{background-color:rgba(219,39,119,.3)}.md\:bg-pink-600\/35{background-color:rgba(219,39,119,.35)}.md\:bg-pink-600\/40{background-color:rgba(219,39,119,.4)}.md\:bg-pink-600\/45{background-color:rgba(219,39,119,.45)}.md\:bg-pink-600\/5{background-color:rgba(219,39,119,.05)}.md\:bg-pink-600\/50{background-color:rgba(219,39,119,.5)}.md\:bg-pink-600\/55{background-color:rgba(219,39,119,.55)}.md\:bg-pink-600\/60{background-color:rgba(219,39,119,.6)}.md\:bg-pink-600\/65{background-color:rgba(219,39,119,.65)}.md\:bg-pink-600\/70{background-color:rgba(219,39,119,.7)}.md\:bg-pink-600\/75{background-color:rgba(219,39,119,.75)}.md\:bg-pink-600\/80{background-color:rgba(219,39,119,.8)}.md\:bg-pink-600\/85{background-color:rgba(219,39,119,.85)}.md\:bg-pink-600\/90{background-color:rgba(219,39,119,.9)}.md\:bg-pink-600\/95{background-color:rgba(219,39,119,.95)}.md\:bg-pink-700{--tw-bg-opacity:1;background-color:rgba(190,24,93,var(--tw-bg-opacity))}.md\:bg-pink-700\/0{background-color:rgba(190,24,93,0)}.md\:bg-pink-700\/10{background-color:rgba(190,24,93,.1)}.md\:bg-pink-700\/100{background-color:#be185d}.md\:bg-pink-700\/15{background-color:rgba(190,24,93,.15)}.md\:bg-pink-700\/20{background-color:rgba(190,24,93,.2)}.md\:bg-pink-700\/25{background-color:rgba(190,24,93,.25)}.md\:bg-pink-700\/30{background-color:rgba(190,24,93,.3)}.md\:bg-pink-700\/35{background-color:rgba(190,24,93,.35)}.md\:bg-pink-700\/40{background-color:rgba(190,24,93,.4)}.md\:bg-pink-700\/45{background-color:rgba(190,24,93,.45)}.md\:bg-pink-700\/5{background-color:rgba(190,24,93,.05)}.md\:bg-pink-700\/50{background-color:rgba(190,24,93,.5)}.md\:bg-pink-700\/55{background-color:rgba(190,24,93,.55)}.md\:bg-pink-700\/60{background-color:rgba(190,24,93,.6)}.md\:bg-pink-700\/65{background-color:rgba(190,24,93,.65)}.md\:bg-pink-700\/70{background-color:rgba(190,24,93,.7)}.md\:bg-pink-700\/75{background-color:rgba(190,24,93,.75)}.md\:bg-pink-700\/80{background-color:rgba(190,24,93,.8)}.md\:bg-pink-700\/85{background-color:rgba(190,24,93,.85)}.md\:bg-pink-700\/90{background-color:rgba(190,24,93,.9)}.md\:bg-pink-700\/95{background-color:rgba(190,24,93,.95)}.md\:bg-pink-800{--tw-bg-opacity:1;background-color:rgba(157,23,77,var(--tw-bg-opacity))}.md\:bg-pink-800\/0{background-color:rgba(157,23,77,0)}.md\:bg-pink-800\/10{background-color:rgba(157,23,77,.1)}.md\:bg-pink-800\/100{background-color:#9d174d}.md\:bg-pink-800\/15{background-color:rgba(157,23,77,.15)}.md\:bg-pink-800\/20{background-color:rgba(157,23,77,.2)}.md\:bg-pink-800\/25{background-color:rgba(157,23,77,.25)}.md\:bg-pink-800\/30{background-color:rgba(157,23,77,.3)}.md\:bg-pink-800\/35{background-color:rgba(157,23,77,.35)}.md\:bg-pink-800\/40{background-color:rgba(157,23,77,.4)}.md\:bg-pink-800\/45{background-color:rgba(157,23,77,.45)}.md\:bg-pink-800\/5{background-color:rgba(157,23,77,.05)}.md\:bg-pink-800\/50{background-color:rgba(157,23,77,.5)}.md\:bg-pink-800\/55{background-color:rgba(157,23,77,.55)}.md\:bg-pink-800\/60{background-color:rgba(157,23,77,.6)}.md\:bg-pink-800\/65{background-color:rgba(157,23,77,.65)}.md\:bg-pink-800\/70{background-color:rgba(157,23,77,.7)}.md\:bg-pink-800\/75{background-color:rgba(157,23,77,.75)}.md\:bg-pink-800\/80{background-color:rgba(157,23,77,.8)}.md\:bg-pink-800\/85{background-color:rgba(157,23,77,.85)}.md\:bg-pink-800\/90{background-color:rgba(157,23,77,.9)}.md\:bg-pink-800\/95{background-color:rgba(157,23,77,.95)}.md\:bg-pink-900{--tw-bg-opacity:1;background-color:rgba(131,24,67,var(--tw-bg-opacity))}.md\:bg-pink-900\/0{background-color:rgba(131,24,67,0)}.md\:bg-pink-900\/10{background-color:rgba(131,24,67,.1)}.md\:bg-pink-900\/100{background-color:#831843}.md\:bg-pink-900\/15{background-color:rgba(131,24,67,.15)}.md\:bg-pink-900\/20{background-color:rgba(131,24,67,.2)}.md\:bg-pink-900\/25{background-color:rgba(131,24,67,.25)}.md\:bg-pink-900\/30{background-color:rgba(131,24,67,.3)}.md\:bg-pink-900\/35{background-color:rgba(131,24,67,.35)}.md\:bg-pink-900\/40{background-color:rgba(131,24,67,.4)}.md\:bg-pink-900\/45{background-color:rgba(131,24,67,.45)}.md\:bg-pink-900\/5{background-color:rgba(131,24,67,.05)}.md\:bg-pink-900\/50{background-color:rgba(131,24,67,.5)}.md\:bg-pink-900\/55{background-color:rgba(131,24,67,.55)}.md\:bg-pink-900\/60{background-color:rgba(131,24,67,.6)}.md\:bg-pink-900\/65{background-color:rgba(131,24,67,.65)}.md\:bg-pink-900\/70{background-color:rgba(131,24,67,.7)}.md\:bg-pink-900\/75{background-color:rgba(131,24,67,.75)}.md\:bg-pink-900\/80{background-color:rgba(131,24,67,.8)}.md\:bg-pink-900\/85{background-color:rgba(131,24,67,.85)}.md\:bg-pink-900\/90{background-color:rgba(131,24,67,.9)}.md\:bg-pink-900\/95{background-color:rgba(131,24,67,.95)}.md\:bg-pink-950{--tw-bg-opacity:1;background-color:rgba(80,7,36,var(--tw-bg-opacity))}.md\:bg-pink-950\/0{background-color:rgba(80,7,36,0)}.md\:bg-pink-950\/10{background-color:rgba(80,7,36,.1)}.md\:bg-pink-950\/100{background-color:#500724}.md\:bg-pink-950\/15{background-color:rgba(80,7,36,.15)}.md\:bg-pink-950\/20{background-color:rgba(80,7,36,.2)}.md\:bg-pink-950\/25{background-color:rgba(80,7,36,.25)}.md\:bg-pink-950\/30{background-color:rgba(80,7,36,.3)}.md\:bg-pink-950\/35{background-color:rgba(80,7,36,.35)}.md\:bg-pink-950\/40{background-color:rgba(80,7,36,.4)}.md\:bg-pink-950\/45{background-color:rgba(80,7,36,.45)}.md\:bg-pink-950\/5{background-color:rgba(80,7,36,.05)}.md\:bg-pink-950\/50{background-color:rgba(80,7,36,.5)}.md\:bg-pink-950\/55{background-color:rgba(80,7,36,.55)}.md\:bg-pink-950\/60{background-color:rgba(80,7,36,.6)}.md\:bg-pink-950\/65{background-color:rgba(80,7,36,.65)}.md\:bg-pink-950\/70{background-color:rgba(80,7,36,.7)}.md\:bg-pink-950\/75{background-color:rgba(80,7,36,.75)}.md\:bg-pink-950\/80{background-color:rgba(80,7,36,.8)}.md\:bg-pink-950\/85{background-color:rgba(80,7,36,.85)}.md\:bg-pink-950\/90{background-color:rgba(80,7,36,.9)}.md\:bg-pink-950\/95{background-color:rgba(80,7,36,.95)}.md\:bg-primary{--tw-bg-opacity:1;background-color:rgba(105,194,242,var(--tw-bg-opacity))}.md\:bg-primary-dark{--tw-bg-opacity:1;background-color:rgba(97,163,199,var(--tw-bg-opacity))}.md\:bg-primary-dark\/0{background-color:rgba(97,163,199,0)}.md\:bg-primary-dark\/10{background-color:rgba(97,163,199,.1)}.md\:bg-primary-dark\/100{background-color:#61a3c7}.md\:bg-primary-dark\/15{background-color:rgba(97,163,199,.15)}.md\:bg-primary-dark\/20{background-color:rgba(97,163,199,.2)}.md\:bg-primary-dark\/25{background-color:rgba(97,163,199,.25)}.md\:bg-primary-dark\/30{background-color:rgba(97,163,199,.3)}.md\:bg-primary-dark\/35{background-color:rgba(97,163,199,.35)}.md\:bg-primary-dark\/40{background-color:rgba(97,163,199,.4)}.md\:bg-primary-dark\/45{background-color:rgba(97,163,199,.45)}.md\:bg-primary-dark\/5{background-color:rgba(97,163,199,.05)}.md\:bg-primary-dark\/50{background-color:rgba(97,163,199,.5)}.md\:bg-primary-dark\/55{background-color:rgba(97,163,199,.55)}.md\:bg-primary-dark\/60{background-color:rgba(97,163,199,.6)}.md\:bg-primary-dark\/65{background-color:rgba(97,163,199,.65)}.md\:bg-primary-dark\/70{background-color:rgba(97,163,199,.7)}.md\:bg-primary-dark\/75{background-color:rgba(97,163,199,.75)}.md\:bg-primary-dark\/80{background-color:rgba(97,163,199,.8)}.md\:bg-primary-dark\/85{background-color:rgba(97,163,199,.85)}.md\:bg-primary-dark\/90{background-color:rgba(97,163,199,.9)}.md\:bg-primary-dark\/95{background-color:rgba(97,163,199,.95)}.md\:bg-primary\/0{background-color:rgba(105,194,242,0)}.md\:bg-primary\/10{background-color:rgba(105,194,242,.1)}.md\:bg-primary\/100{background-color:#69c2f2}.md\:bg-primary\/15{background-color:rgba(105,194,242,.15)}.md\:bg-primary\/20{background-color:rgba(105,194,242,.2)}.md\:bg-primary\/25{background-color:rgba(105,194,242,.25)}.md\:bg-primary\/30{background-color:rgba(105,194,242,.3)}.md\:bg-primary\/35{background-color:rgba(105,194,242,.35)}.md\:bg-primary\/40{background-color:rgba(105,194,242,.4)}.md\:bg-primary\/45{background-color:rgba(105,194,242,.45)}.md\:bg-primary\/5{background-color:rgba(105,194,242,.05)}.md\:bg-primary\/50{background-color:rgba(105,194,242,.5)}.md\:bg-primary\/55{background-color:rgba(105,194,242,.55)}.md\:bg-primary\/60{background-color:rgba(105,194,242,.6)}.md\:bg-primary\/65{background-color:rgba(105,194,242,.65)}.md\:bg-primary\/70{background-color:rgba(105,194,242,.7)}.md\:bg-primary\/75{background-color:rgba(105,194,242,.75)}.md\:bg-primary\/80{background-color:rgba(105,194,242,.8)}.md\:bg-primary\/85{background-color:rgba(105,194,242,.85)}.md\:bg-primary\/90{background-color:rgba(105,194,242,.9)}.md\:bg-primary\/95{background-color:rgba(105,194,242,.95)}.md\:bg-purple-100{--tw-bg-opacity:1;background-color:rgba(243,232,255,var(--tw-bg-opacity))}.md\:bg-purple-100\/0{background-color:rgba(243,232,255,0)}.md\:bg-purple-100\/10{background-color:rgba(243,232,255,.1)}.md\:bg-purple-100\/100{background-color:#f3e8ff}.md\:bg-purple-100\/15{background-color:rgba(243,232,255,.15)}.md\:bg-purple-100\/20{background-color:rgba(243,232,255,.2)}.md\:bg-purple-100\/25{background-color:rgba(243,232,255,.25)}.md\:bg-purple-100\/30{background-color:rgba(243,232,255,.3)}.md\:bg-purple-100\/35{background-color:rgba(243,232,255,.35)}.md\:bg-purple-100\/40{background-color:rgba(243,232,255,.4)}.md\:bg-purple-100\/45{background-color:rgba(243,232,255,.45)}.md\:bg-purple-100\/5{background-color:rgba(243,232,255,.05)}.md\:bg-purple-100\/50{background-color:rgba(243,232,255,.5)}.md\:bg-purple-100\/55{background-color:rgba(243,232,255,.55)}.md\:bg-purple-100\/60{background-color:rgba(243,232,255,.6)}.md\:bg-purple-100\/65{background-color:rgba(243,232,255,.65)}.md\:bg-purple-100\/70{background-color:rgba(243,232,255,.7)}.md\:bg-purple-100\/75{background-color:rgba(243,232,255,.75)}.md\:bg-purple-100\/80{background-color:rgba(243,232,255,.8)}.md\:bg-purple-100\/85{background-color:rgba(243,232,255,.85)}.md\:bg-purple-100\/90{background-color:rgba(243,232,255,.9)}.md\:bg-purple-100\/95{background-color:rgba(243,232,255,.95)}.md\:bg-purple-200{--tw-bg-opacity:1;background-color:rgba(233,213,255,var(--tw-bg-opacity))}.md\:bg-purple-200\/0{background-color:rgba(233,213,255,0)}.md\:bg-purple-200\/10{background-color:rgba(233,213,255,.1)}.md\:bg-purple-200\/100{background-color:#e9d5ff}.md\:bg-purple-200\/15{background-color:rgba(233,213,255,.15)}.md\:bg-purple-200\/20{background-color:rgba(233,213,255,.2)}.md\:bg-purple-200\/25{background-color:rgba(233,213,255,.25)}.md\:bg-purple-200\/30{background-color:rgba(233,213,255,.3)}.md\:bg-purple-200\/35{background-color:rgba(233,213,255,.35)}.md\:bg-purple-200\/40{background-color:rgba(233,213,255,.4)}.md\:bg-purple-200\/45{background-color:rgba(233,213,255,.45)}.md\:bg-purple-200\/5{background-color:rgba(233,213,255,.05)}.md\:bg-purple-200\/50{background-color:rgba(233,213,255,.5)}.md\:bg-purple-200\/55{background-color:rgba(233,213,255,.55)}.md\:bg-purple-200\/60{background-color:rgba(233,213,255,.6)}.md\:bg-purple-200\/65{background-color:rgba(233,213,255,.65)}.md\:bg-purple-200\/70{background-color:rgba(233,213,255,.7)}.md\:bg-purple-200\/75{background-color:rgba(233,213,255,.75)}.md\:bg-purple-200\/80{background-color:rgba(233,213,255,.8)}.md\:bg-purple-200\/85{background-color:rgba(233,213,255,.85)}.md\:bg-purple-200\/90{background-color:rgba(233,213,255,.9)}.md\:bg-purple-200\/95{background-color:rgba(233,213,255,.95)}.md\:bg-purple-300{--tw-bg-opacity:1;background-color:rgba(216,180,254,var(--tw-bg-opacity))}.md\:bg-purple-300\/0{background-color:rgba(216,180,254,0)}.md\:bg-purple-300\/10{background-color:rgba(216,180,254,.1)}.md\:bg-purple-300\/100{background-color:#d8b4fe}.md\:bg-purple-300\/15{background-color:rgba(216,180,254,.15)}.md\:bg-purple-300\/20{background-color:rgba(216,180,254,.2)}.md\:bg-purple-300\/25{background-color:rgba(216,180,254,.25)}.md\:bg-purple-300\/30{background-color:rgba(216,180,254,.3)}.md\:bg-purple-300\/35{background-color:rgba(216,180,254,.35)}.md\:bg-purple-300\/40{background-color:rgba(216,180,254,.4)}.md\:bg-purple-300\/45{background-color:rgba(216,180,254,.45)}.md\:bg-purple-300\/5{background-color:rgba(216,180,254,.05)}.md\:bg-purple-300\/50{background-color:rgba(216,180,254,.5)}.md\:bg-purple-300\/55{background-color:rgba(216,180,254,.55)}.md\:bg-purple-300\/60{background-color:rgba(216,180,254,.6)}.md\:bg-purple-300\/65{background-color:rgba(216,180,254,.65)}.md\:bg-purple-300\/70{background-color:rgba(216,180,254,.7)}.md\:bg-purple-300\/75{background-color:rgba(216,180,254,.75)}.md\:bg-purple-300\/80{background-color:rgba(216,180,254,.8)}.md\:bg-purple-300\/85{background-color:rgba(216,180,254,.85)}.md\:bg-purple-300\/90{background-color:rgba(216,180,254,.9)}.md\:bg-purple-300\/95{background-color:rgba(216,180,254,.95)}.md\:bg-purple-400{--tw-bg-opacity:1;background-color:rgba(192,132,252,var(--tw-bg-opacity))}.md\:bg-purple-400\/0{background-color:rgba(192,132,252,0)}.md\:bg-purple-400\/10{background-color:rgba(192,132,252,.1)}.md\:bg-purple-400\/100{background-color:#c084fc}.md\:bg-purple-400\/15{background-color:rgba(192,132,252,.15)}.md\:bg-purple-400\/20{background-color:rgba(192,132,252,.2)}.md\:bg-purple-400\/25{background-color:rgba(192,132,252,.25)}.md\:bg-purple-400\/30{background-color:rgba(192,132,252,.3)}.md\:bg-purple-400\/35{background-color:rgba(192,132,252,.35)}.md\:bg-purple-400\/40{background-color:rgba(192,132,252,.4)}.md\:bg-purple-400\/45{background-color:rgba(192,132,252,.45)}.md\:bg-purple-400\/5{background-color:rgba(192,132,252,.05)}.md\:bg-purple-400\/50{background-color:rgba(192,132,252,.5)}.md\:bg-purple-400\/55{background-color:rgba(192,132,252,.55)}.md\:bg-purple-400\/60{background-color:rgba(192,132,252,.6)}.md\:bg-purple-400\/65{background-color:rgba(192,132,252,.65)}.md\:bg-purple-400\/70{background-color:rgba(192,132,252,.7)}.md\:bg-purple-400\/75{background-color:rgba(192,132,252,.75)}.md\:bg-purple-400\/80{background-color:rgba(192,132,252,.8)}.md\:bg-purple-400\/85{background-color:rgba(192,132,252,.85)}.md\:bg-purple-400\/90{background-color:rgba(192,132,252,.9)}.md\:bg-purple-400\/95{background-color:rgba(192,132,252,.95)}.md\:bg-purple-50{--tw-bg-opacity:1;background-color:rgba(250,245,255,var(--tw-bg-opacity))}.md\:bg-purple-50\/0{background-color:rgba(250,245,255,0)}.md\:bg-purple-50\/10{background-color:rgba(250,245,255,.1)}.md\:bg-purple-50\/100{background-color:#faf5ff}.md\:bg-purple-50\/15{background-color:rgba(250,245,255,.15)}.md\:bg-purple-50\/20{background-color:rgba(250,245,255,.2)}.md\:bg-purple-50\/25{background-color:rgba(250,245,255,.25)}.md\:bg-purple-50\/30{background-color:rgba(250,245,255,.3)}.md\:bg-purple-50\/35{background-color:rgba(250,245,255,.35)}.md\:bg-purple-50\/40{background-color:rgba(250,245,255,.4)}.md\:bg-purple-50\/45{background-color:rgba(250,245,255,.45)}.md\:bg-purple-50\/5{background-color:rgba(250,245,255,.05)}.md\:bg-purple-50\/50{background-color:rgba(250,245,255,.5)}.md\:bg-purple-50\/55{background-color:rgba(250,245,255,.55)}.md\:bg-purple-50\/60{background-color:rgba(250,245,255,.6)}.md\:bg-purple-50\/65{background-color:rgba(250,245,255,.65)}.md\:bg-purple-50\/70{background-color:rgba(250,245,255,.7)}.md\:bg-purple-50\/75{background-color:rgba(250,245,255,.75)}.md\:bg-purple-50\/80{background-color:rgba(250,245,255,.8)}.md\:bg-purple-50\/85{background-color:rgba(250,245,255,.85)}.md\:bg-purple-50\/90{background-color:rgba(250,245,255,.9)}.md\:bg-purple-50\/95{background-color:rgba(250,245,255,.95)}.md\:bg-purple-500{--tw-bg-opacity:1;background-color:rgba(168,85,247,var(--tw-bg-opacity))}.md\:bg-purple-500\/0{background-color:rgba(168,85,247,0)}.md\:bg-purple-500\/10{background-color:rgba(168,85,247,.1)}.md\:bg-purple-500\/100{background-color:#a855f7}.md\:bg-purple-500\/15{background-color:rgba(168,85,247,.15)}.md\:bg-purple-500\/20{background-color:rgba(168,85,247,.2)}.md\:bg-purple-500\/25{background-color:rgba(168,85,247,.25)}.md\:bg-purple-500\/30{background-color:rgba(168,85,247,.3)}.md\:bg-purple-500\/35{background-color:rgba(168,85,247,.35)}.md\:bg-purple-500\/40{background-color:rgba(168,85,247,.4)}.md\:bg-purple-500\/45{background-color:rgba(168,85,247,.45)}.md\:bg-purple-500\/5{background-color:rgba(168,85,247,.05)}.md\:bg-purple-500\/50{background-color:rgba(168,85,247,.5)}.md\:bg-purple-500\/55{background-color:rgba(168,85,247,.55)}.md\:bg-purple-500\/60{background-color:rgba(168,85,247,.6)}.md\:bg-purple-500\/65{background-color:rgba(168,85,247,.65)}.md\:bg-purple-500\/70{background-color:rgba(168,85,247,.7)}.md\:bg-purple-500\/75{background-color:rgba(168,85,247,.75)}.md\:bg-purple-500\/80{background-color:rgba(168,85,247,.8)}.md\:bg-purple-500\/85{background-color:rgba(168,85,247,.85)}.md\:bg-purple-500\/90{background-color:rgba(168,85,247,.9)}.md\:bg-purple-500\/95{background-color:rgba(168,85,247,.95)}.md\:bg-purple-600{--tw-bg-opacity:1;background-color:rgba(147,51,234,var(--tw-bg-opacity))}.md\:bg-purple-600\/0{background-color:rgba(147,51,234,0)}.md\:bg-purple-600\/10{background-color:rgba(147,51,234,.1)}.md\:bg-purple-600\/100{background-color:#9333ea}.md\:bg-purple-600\/15{background-color:rgba(147,51,234,.15)}.md\:bg-purple-600\/20{background-color:rgba(147,51,234,.2)}.md\:bg-purple-600\/25{background-color:rgba(147,51,234,.25)}.md\:bg-purple-600\/30{background-color:rgba(147,51,234,.3)}.md\:bg-purple-600\/35{background-color:rgba(147,51,234,.35)}.md\:bg-purple-600\/40{background-color:rgba(147,51,234,.4)}.md\:bg-purple-600\/45{background-color:rgba(147,51,234,.45)}.md\:bg-purple-600\/5{background-color:rgba(147,51,234,.05)}.md\:bg-purple-600\/50{background-color:rgba(147,51,234,.5)}.md\:bg-purple-600\/55{background-color:rgba(147,51,234,.55)}.md\:bg-purple-600\/60{background-color:rgba(147,51,234,.6)}.md\:bg-purple-600\/65{background-color:rgba(147,51,234,.65)}.md\:bg-purple-600\/70{background-color:rgba(147,51,234,.7)}.md\:bg-purple-600\/75{background-color:rgba(147,51,234,.75)}.md\:bg-purple-600\/80{background-color:rgba(147,51,234,.8)}.md\:bg-purple-600\/85{background-color:rgba(147,51,234,.85)}.md\:bg-purple-600\/90{background-color:rgba(147,51,234,.9)}.md\:bg-purple-600\/95{background-color:rgba(147,51,234,.95)}.md\:bg-purple-700{--tw-bg-opacity:1;background-color:rgba(126,34,206,var(--tw-bg-opacity))}.md\:bg-purple-700\/0{background-color:rgba(126,34,206,0)}.md\:bg-purple-700\/10{background-color:rgba(126,34,206,.1)}.md\:bg-purple-700\/100{background-color:#7e22ce}.md\:bg-purple-700\/15{background-color:rgba(126,34,206,.15)}.md\:bg-purple-700\/20{background-color:rgba(126,34,206,.2)}.md\:bg-purple-700\/25{background-color:rgba(126,34,206,.25)}.md\:bg-purple-700\/30{background-color:rgba(126,34,206,.3)}.md\:bg-purple-700\/35{background-color:rgba(126,34,206,.35)}.md\:bg-purple-700\/40{background-color:rgba(126,34,206,.4)}.md\:bg-purple-700\/45{background-color:rgba(126,34,206,.45)}.md\:bg-purple-700\/5{background-color:rgba(126,34,206,.05)}.md\:bg-purple-700\/50{background-color:rgba(126,34,206,.5)}.md\:bg-purple-700\/55{background-color:rgba(126,34,206,.55)}.md\:bg-purple-700\/60{background-color:rgba(126,34,206,.6)}.md\:bg-purple-700\/65{background-color:rgba(126,34,206,.65)}.md\:bg-purple-700\/70{background-color:rgba(126,34,206,.7)}.md\:bg-purple-700\/75{background-color:rgba(126,34,206,.75)}.md\:bg-purple-700\/80{background-color:rgba(126,34,206,.8)}.md\:bg-purple-700\/85{background-color:rgba(126,34,206,.85)}.md\:bg-purple-700\/90{background-color:rgba(126,34,206,.9)}.md\:bg-purple-700\/95{background-color:rgba(126,34,206,.95)}.md\:bg-purple-800{--tw-bg-opacity:1;background-color:rgba(107,33,168,var(--tw-bg-opacity))}.md\:bg-purple-800\/0{background-color:rgba(107,33,168,0)}.md\:bg-purple-800\/10{background-color:rgba(107,33,168,.1)}.md\:bg-purple-800\/100{background-color:#6b21a8}.md\:bg-purple-800\/15{background-color:rgba(107,33,168,.15)}.md\:bg-purple-800\/20{background-color:rgba(107,33,168,.2)}.md\:bg-purple-800\/25{background-color:rgba(107,33,168,.25)}.md\:bg-purple-800\/30{background-color:rgba(107,33,168,.3)}.md\:bg-purple-800\/35{background-color:rgba(107,33,168,.35)}.md\:bg-purple-800\/40{background-color:rgba(107,33,168,.4)}.md\:bg-purple-800\/45{background-color:rgba(107,33,168,.45)}.md\:bg-purple-800\/5{background-color:rgba(107,33,168,.05)}.md\:bg-purple-800\/50{background-color:rgba(107,33,168,.5)}.md\:bg-purple-800\/55{background-color:rgba(107,33,168,.55)}.md\:bg-purple-800\/60{background-color:rgba(107,33,168,.6)}.md\:bg-purple-800\/65{background-color:rgba(107,33,168,.65)}.md\:bg-purple-800\/70{background-color:rgba(107,33,168,.7)}.md\:bg-purple-800\/75{background-color:rgba(107,33,168,.75)}.md\:bg-purple-800\/80{background-color:rgba(107,33,168,.8)}.md\:bg-purple-800\/85{background-color:rgba(107,33,168,.85)}.md\:bg-purple-800\/90{background-color:rgba(107,33,168,.9)}.md\:bg-purple-800\/95{background-color:rgba(107,33,168,.95)}.md\:bg-purple-900{--tw-bg-opacity:1;background-color:rgba(88,28,135,var(--tw-bg-opacity))}.md\:bg-purple-900\/0{background-color:rgba(88,28,135,0)}.md\:bg-purple-900\/10{background-color:rgba(88,28,135,.1)}.md\:bg-purple-900\/100{background-color:#581c87}.md\:bg-purple-900\/15{background-color:rgba(88,28,135,.15)}.md\:bg-purple-900\/20{background-color:rgba(88,28,135,.2)}.md\:bg-purple-900\/25{background-color:rgba(88,28,135,.25)}.md\:bg-purple-900\/30{background-color:rgba(88,28,135,.3)}.md\:bg-purple-900\/35{background-color:rgba(88,28,135,.35)}.md\:bg-purple-900\/40{background-color:rgba(88,28,135,.4)}.md\:bg-purple-900\/45{background-color:rgba(88,28,135,.45)}.md\:bg-purple-900\/5{background-color:rgba(88,28,135,.05)}.md\:bg-purple-900\/50{background-color:rgba(88,28,135,.5)}.md\:bg-purple-900\/55{background-color:rgba(88,28,135,.55)}.md\:bg-purple-900\/60{background-color:rgba(88,28,135,.6)}.md\:bg-purple-900\/65{background-color:rgba(88,28,135,.65)}.md\:bg-purple-900\/70{background-color:rgba(88,28,135,.7)}.md\:bg-purple-900\/75{background-color:rgba(88,28,135,.75)}.md\:bg-purple-900\/80{background-color:rgba(88,28,135,.8)}.md\:bg-purple-900\/85{background-color:rgba(88,28,135,.85)}.md\:bg-purple-900\/90{background-color:rgba(88,28,135,.9)}.md\:bg-purple-900\/95{background-color:rgba(88,28,135,.95)}.md\:bg-purple-950{--tw-bg-opacity:1;background-color:rgba(59,7,100,var(--tw-bg-opacity))}.md\:bg-purple-950\/0{background-color:rgba(59,7,100,0)}.md\:bg-purple-950\/10{background-color:rgba(59,7,100,.1)}.md\:bg-purple-950\/100{background-color:#3b0764}.md\:bg-purple-950\/15{background-color:rgba(59,7,100,.15)}.md\:bg-purple-950\/20{background-color:rgba(59,7,100,.2)}.md\:bg-purple-950\/25{background-color:rgba(59,7,100,.25)}.md\:bg-purple-950\/30{background-color:rgba(59,7,100,.3)}.md\:bg-purple-950\/35{background-color:rgba(59,7,100,.35)}.md\:bg-purple-950\/40{background-color:rgba(59,7,100,.4)}.md\:bg-purple-950\/45{background-color:rgba(59,7,100,.45)}.md\:bg-purple-950\/5{background-color:rgba(59,7,100,.05)}.md\:bg-purple-950\/50{background-color:rgba(59,7,100,.5)}.md\:bg-purple-950\/55{background-color:rgba(59,7,100,.55)}.md\:bg-purple-950\/60{background-color:rgba(59,7,100,.6)}.md\:bg-purple-950\/65{background-color:rgba(59,7,100,.65)}.md\:bg-purple-950\/70{background-color:rgba(59,7,100,.7)}.md\:bg-purple-950\/75{background-color:rgba(59,7,100,.75)}.md\:bg-purple-950\/80{background-color:rgba(59,7,100,.8)}.md\:bg-purple-950\/85{background-color:rgba(59,7,100,.85)}.md\:bg-purple-950\/90{background-color:rgba(59,7,100,.9)}.md\:bg-purple-950\/95{background-color:rgba(59,7,100,.95)}.md\:bg-red-100{--tw-bg-opacity:1;background-color:rgba(254,226,226,var(--tw-bg-opacity))}.md\:bg-red-100\/0{background-color:hsla(0,93%,94%,0)}.md\:bg-red-100\/10{background-color:hsla(0,93%,94%,.1)}.md\:bg-red-100\/100{background-color:#fee2e2}.md\:bg-red-100\/15{background-color:hsla(0,93%,94%,.15)}.md\:bg-red-100\/20{background-color:hsla(0,93%,94%,.2)}.md\:bg-red-100\/25{background-color:hsla(0,93%,94%,.25)}.md\:bg-red-100\/30{background-color:hsla(0,93%,94%,.3)}.md\:bg-red-100\/35{background-color:hsla(0,93%,94%,.35)}.md\:bg-red-100\/40{background-color:hsla(0,93%,94%,.4)}.md\:bg-red-100\/45{background-color:hsla(0,93%,94%,.45)}.md\:bg-red-100\/5{background-color:hsla(0,93%,94%,.05)}.md\:bg-red-100\/50{background-color:hsla(0,93%,94%,.5)}.md\:bg-red-100\/55{background-color:hsla(0,93%,94%,.55)}.md\:bg-red-100\/60{background-color:hsla(0,93%,94%,.6)}.md\:bg-red-100\/65{background-color:hsla(0,93%,94%,.65)}.md\:bg-red-100\/70{background-color:hsla(0,93%,94%,.7)}.md\:bg-red-100\/75{background-color:hsla(0,93%,94%,.75)}.md\:bg-red-100\/80{background-color:hsla(0,93%,94%,.8)}.md\:bg-red-100\/85{background-color:hsla(0,93%,94%,.85)}.md\:bg-red-100\/90{background-color:hsla(0,93%,94%,.9)}.md\:bg-red-100\/95{background-color:hsla(0,93%,94%,.95)}.md\:bg-red-200{--tw-bg-opacity:1;background-color:rgba(254,202,202,var(--tw-bg-opacity))}.md\:bg-red-200\/0{background-color:hsla(0,96%,89%,0)}.md\:bg-red-200\/10{background-color:hsla(0,96%,89%,.1)}.md\:bg-red-200\/100{background-color:#fecaca}.md\:bg-red-200\/15{background-color:hsla(0,96%,89%,.15)}.md\:bg-red-200\/20{background-color:hsla(0,96%,89%,.2)}.md\:bg-red-200\/25{background-color:hsla(0,96%,89%,.25)}.md\:bg-red-200\/30{background-color:hsla(0,96%,89%,.3)}.md\:bg-red-200\/35{background-color:hsla(0,96%,89%,.35)}.md\:bg-red-200\/40{background-color:hsla(0,96%,89%,.4)}.md\:bg-red-200\/45{background-color:hsla(0,96%,89%,.45)}.md\:bg-red-200\/5{background-color:hsla(0,96%,89%,.05)}.md\:bg-red-200\/50{background-color:hsla(0,96%,89%,.5)}.md\:bg-red-200\/55{background-color:hsla(0,96%,89%,.55)}.md\:bg-red-200\/60{background-color:hsla(0,96%,89%,.6)}.md\:bg-red-200\/65{background-color:hsla(0,96%,89%,.65)}.md\:bg-red-200\/70{background-color:hsla(0,96%,89%,.7)}.md\:bg-red-200\/75{background-color:hsla(0,96%,89%,.75)}.md\:bg-red-200\/80{background-color:hsla(0,96%,89%,.8)}.md\:bg-red-200\/85{background-color:hsla(0,96%,89%,.85)}.md\:bg-red-200\/90{background-color:hsla(0,96%,89%,.9)}.md\:bg-red-200\/95{background-color:hsla(0,96%,89%,.95)}.md\:bg-red-300{--tw-bg-opacity:1;background-color:rgba(252,165,165,var(--tw-bg-opacity))}.md\:bg-red-300\/0{background-color:hsla(0,94%,82%,0)}.md\:bg-red-300\/10{background-color:hsla(0,94%,82%,.1)}.md\:bg-red-300\/100{background-color:#fca5a5}.md\:bg-red-300\/15{background-color:hsla(0,94%,82%,.15)}.md\:bg-red-300\/20{background-color:hsla(0,94%,82%,.2)}.md\:bg-red-300\/25{background-color:hsla(0,94%,82%,.25)}.md\:bg-red-300\/30{background-color:hsla(0,94%,82%,.3)}.md\:bg-red-300\/35{background-color:hsla(0,94%,82%,.35)}.md\:bg-red-300\/40{background-color:hsla(0,94%,82%,.4)}.md\:bg-red-300\/45{background-color:hsla(0,94%,82%,.45)}.md\:bg-red-300\/5{background-color:hsla(0,94%,82%,.05)}.md\:bg-red-300\/50{background-color:hsla(0,94%,82%,.5)}.md\:bg-red-300\/55{background-color:hsla(0,94%,82%,.55)}.md\:bg-red-300\/60{background-color:hsla(0,94%,82%,.6)}.md\:bg-red-300\/65{background-color:hsla(0,94%,82%,.65)}.md\:bg-red-300\/70{background-color:hsla(0,94%,82%,.7)}.md\:bg-red-300\/75{background-color:hsla(0,94%,82%,.75)}.md\:bg-red-300\/80{background-color:hsla(0,94%,82%,.8)}.md\:bg-red-300\/85{background-color:hsla(0,94%,82%,.85)}.md\:bg-red-300\/90{background-color:hsla(0,94%,82%,.9)}.md\:bg-red-300\/95{background-color:hsla(0,94%,82%,.95)}.md\:bg-red-400{--tw-bg-opacity:1;background-color:rgba(248,113,113,var(--tw-bg-opacity))}.md\:bg-red-400\/0{background-color:hsla(0,91%,71%,0)}.md\:bg-red-400\/10{background-color:hsla(0,91%,71%,.1)}.md\:bg-red-400\/100{background-color:#f87171}.md\:bg-red-400\/15{background-color:hsla(0,91%,71%,.15)}.md\:bg-red-400\/20{background-color:hsla(0,91%,71%,.2)}.md\:bg-red-400\/25{background-color:hsla(0,91%,71%,.25)}.md\:bg-red-400\/30{background-color:hsla(0,91%,71%,.3)}.md\:bg-red-400\/35{background-color:hsla(0,91%,71%,.35)}.md\:bg-red-400\/40{background-color:hsla(0,91%,71%,.4)}.md\:bg-red-400\/45{background-color:hsla(0,91%,71%,.45)}.md\:bg-red-400\/5{background-color:hsla(0,91%,71%,.05)}.md\:bg-red-400\/50{background-color:hsla(0,91%,71%,.5)}.md\:bg-red-400\/55{background-color:hsla(0,91%,71%,.55)}.md\:bg-red-400\/60{background-color:hsla(0,91%,71%,.6)}.md\:bg-red-400\/65{background-color:hsla(0,91%,71%,.65)}.md\:bg-red-400\/70{background-color:hsla(0,91%,71%,.7)}.md\:bg-red-400\/75{background-color:hsla(0,91%,71%,.75)}.md\:bg-red-400\/80{background-color:hsla(0,91%,71%,.8)}.md\:bg-red-400\/85{background-color:hsla(0,91%,71%,.85)}.md\:bg-red-400\/90{background-color:hsla(0,91%,71%,.9)}.md\:bg-red-400\/95{background-color:hsla(0,91%,71%,.95)}.md\:bg-red-50{--tw-bg-opacity:1;background-color:rgba(254,242,242,var(--tw-bg-opacity))}.md\:bg-red-50\/0{background-color:hsla(0,86%,97%,0)}.md\:bg-red-50\/10{background-color:hsla(0,86%,97%,.1)}.md\:bg-red-50\/100{background-color:#fef2f2}.md\:bg-red-50\/15{background-color:hsla(0,86%,97%,.15)}.md\:bg-red-50\/20{background-color:hsla(0,86%,97%,.2)}.md\:bg-red-50\/25{background-color:hsla(0,86%,97%,.25)}.md\:bg-red-50\/30{background-color:hsla(0,86%,97%,.3)}.md\:bg-red-50\/35{background-color:hsla(0,86%,97%,.35)}.md\:bg-red-50\/40{background-color:hsla(0,86%,97%,.4)}.md\:bg-red-50\/45{background-color:hsla(0,86%,97%,.45)}.md\:bg-red-50\/5{background-color:hsla(0,86%,97%,.05)}.md\:bg-red-50\/50{background-color:hsla(0,86%,97%,.5)}.md\:bg-red-50\/55{background-color:hsla(0,86%,97%,.55)}.md\:bg-red-50\/60{background-color:hsla(0,86%,97%,.6)}.md\:bg-red-50\/65{background-color:hsla(0,86%,97%,.65)}.md\:bg-red-50\/70{background-color:hsla(0,86%,97%,.7)}.md\:bg-red-50\/75{background-color:hsla(0,86%,97%,.75)}.md\:bg-red-50\/80{background-color:hsla(0,86%,97%,.8)}.md\:bg-red-50\/85{background-color:hsla(0,86%,97%,.85)}.md\:bg-red-50\/90{background-color:hsla(0,86%,97%,.9)}.md\:bg-red-50\/95{background-color:hsla(0,86%,97%,.95)}.md\:bg-red-500{--tw-bg-opacity:1;background-color:rgba(239,68,68,var(--tw-bg-opacity))}.md\:bg-red-500\/0{background-color:rgba(239,68,68,0)}.md\:bg-red-500\/10{background-color:rgba(239,68,68,.1)}.md\:bg-red-500\/100{background-color:#ef4444}.md\:bg-red-500\/15{background-color:rgba(239,68,68,.15)}.md\:bg-red-500\/20{background-color:rgba(239,68,68,.2)}.md\:bg-red-500\/25{background-color:rgba(239,68,68,.25)}.md\:bg-red-500\/30{background-color:rgba(239,68,68,.3)}.md\:bg-red-500\/35{background-color:rgba(239,68,68,.35)}.md\:bg-red-500\/40{background-color:rgba(239,68,68,.4)}.md\:bg-red-500\/45{background-color:rgba(239,68,68,.45)}.md\:bg-red-500\/5{background-color:rgba(239,68,68,.05)}.md\:bg-red-500\/50{background-color:rgba(239,68,68,.5)}.md\:bg-red-500\/55{background-color:rgba(239,68,68,.55)}.md\:bg-red-500\/60{background-color:rgba(239,68,68,.6)}.md\:bg-red-500\/65{background-color:rgba(239,68,68,.65)}.md\:bg-red-500\/70{background-color:rgba(239,68,68,.7)}.md\:bg-red-500\/75{background-color:rgba(239,68,68,.75)}.md\:bg-red-500\/80{background-color:rgba(239,68,68,.8)}.md\:bg-red-500\/85{background-color:rgba(239,68,68,.85)}.md\:bg-red-500\/90{background-color:rgba(239,68,68,.9)}.md\:bg-red-500\/95{background-color:rgba(239,68,68,.95)}.md\:bg-red-600{--tw-bg-opacity:1;background-color:rgba(220,38,38,var(--tw-bg-opacity))}.md\:bg-red-600\/0{background-color:rgba(220,38,38,0)}.md\:bg-red-600\/10{background-color:rgba(220,38,38,.1)}.md\:bg-red-600\/100{background-color:#dc2626}.md\:bg-red-600\/15{background-color:rgba(220,38,38,.15)}.md\:bg-red-600\/20{background-color:rgba(220,38,38,.2)}.md\:bg-red-600\/25{background-color:rgba(220,38,38,.25)}.md\:bg-red-600\/30{background-color:rgba(220,38,38,.3)}.md\:bg-red-600\/35{background-color:rgba(220,38,38,.35)}.md\:bg-red-600\/40{background-color:rgba(220,38,38,.4)}.md\:bg-red-600\/45{background-color:rgba(220,38,38,.45)}.md\:bg-red-600\/5{background-color:rgba(220,38,38,.05)}.md\:bg-red-600\/50{background-color:rgba(220,38,38,.5)}.md\:bg-red-600\/55{background-color:rgba(220,38,38,.55)}.md\:bg-red-600\/60{background-color:rgba(220,38,38,.6)}.md\:bg-red-600\/65{background-color:rgba(220,38,38,.65)}.md\:bg-red-600\/70{background-color:rgba(220,38,38,.7)}.md\:bg-red-600\/75{background-color:rgba(220,38,38,.75)}.md\:bg-red-600\/80{background-color:rgba(220,38,38,.8)}.md\:bg-red-600\/85{background-color:rgba(220,38,38,.85)}.md\:bg-red-600\/90{background-color:rgba(220,38,38,.9)}.md\:bg-red-600\/95{background-color:rgba(220,38,38,.95)}.md\:bg-red-700{--tw-bg-opacity:1;background-color:rgba(185,28,28,var(--tw-bg-opacity))}.md\:bg-red-700\/0{background-color:rgba(185,28,28,0)}.md\:bg-red-700\/10{background-color:rgba(185,28,28,.1)}.md\:bg-red-700\/100{background-color:#b91c1c}.md\:bg-red-700\/15{background-color:rgba(185,28,28,.15)}.md\:bg-red-700\/20{background-color:rgba(185,28,28,.2)}.md\:bg-red-700\/25{background-color:rgba(185,28,28,.25)}.md\:bg-red-700\/30{background-color:rgba(185,28,28,.3)}.md\:bg-red-700\/35{background-color:rgba(185,28,28,.35)}.md\:bg-red-700\/40{background-color:rgba(185,28,28,.4)}.md\:bg-red-700\/45{background-color:rgba(185,28,28,.45)}.md\:bg-red-700\/5{background-color:rgba(185,28,28,.05)}.md\:bg-red-700\/50{background-color:rgba(185,28,28,.5)}.md\:bg-red-700\/55{background-color:rgba(185,28,28,.55)}.md\:bg-red-700\/60{background-color:rgba(185,28,28,.6)}.md\:bg-red-700\/65{background-color:rgba(185,28,28,.65)}.md\:bg-red-700\/70{background-color:rgba(185,28,28,.7)}.md\:bg-red-700\/75{background-color:rgba(185,28,28,.75)}.md\:bg-red-700\/80{background-color:rgba(185,28,28,.8)}.md\:bg-red-700\/85{background-color:rgba(185,28,28,.85)}.md\:bg-red-700\/90{background-color:rgba(185,28,28,.9)}.md\:bg-red-700\/95{background-color:rgba(185,28,28,.95)}.md\:bg-red-800{--tw-bg-opacity:1;background-color:rgba(153,27,27,var(--tw-bg-opacity))}.md\:bg-red-800\/0{background-color:rgba(153,27,27,0)}.md\:bg-red-800\/10{background-color:rgba(153,27,27,.1)}.md\:bg-red-800\/100{background-color:#991b1b}.md\:bg-red-800\/15{background-color:rgba(153,27,27,.15)}.md\:bg-red-800\/20{background-color:rgba(153,27,27,.2)}.md\:bg-red-800\/25{background-color:rgba(153,27,27,.25)}.md\:bg-red-800\/30{background-color:rgba(153,27,27,.3)}.md\:bg-red-800\/35{background-color:rgba(153,27,27,.35)}.md\:bg-red-800\/40{background-color:rgba(153,27,27,.4)}.md\:bg-red-800\/45{background-color:rgba(153,27,27,.45)}.md\:bg-red-800\/5{background-color:rgba(153,27,27,.05)}.md\:bg-red-800\/50{background-color:rgba(153,27,27,.5)}.md\:bg-red-800\/55{background-color:rgba(153,27,27,.55)}.md\:bg-red-800\/60{background-color:rgba(153,27,27,.6)}.md\:bg-red-800\/65{background-color:rgba(153,27,27,.65)}.md\:bg-red-800\/70{background-color:rgba(153,27,27,.7)}.md\:bg-red-800\/75{background-color:rgba(153,27,27,.75)}.md\:bg-red-800\/80{background-color:rgba(153,27,27,.8)}.md\:bg-red-800\/85{background-color:rgba(153,27,27,.85)}.md\:bg-red-800\/90{background-color:rgba(153,27,27,.9)}.md\:bg-red-800\/95{background-color:rgba(153,27,27,.95)}.md\:bg-red-900{--tw-bg-opacity:1;background-color:rgba(127,29,29,var(--tw-bg-opacity))}.md\:bg-red-900\/0{background-color:rgba(127,29,29,0)}.md\:bg-red-900\/10{background-color:rgba(127,29,29,.1)}.md\:bg-red-900\/100{background-color:#7f1d1d}.md\:bg-red-900\/15{background-color:rgba(127,29,29,.15)}.md\:bg-red-900\/20{background-color:rgba(127,29,29,.2)}.md\:bg-red-900\/25{background-color:rgba(127,29,29,.25)}.md\:bg-red-900\/30{background-color:rgba(127,29,29,.3)}.md\:bg-red-900\/35{background-color:rgba(127,29,29,.35)}.md\:bg-red-900\/40{background-color:rgba(127,29,29,.4)}.md\:bg-red-900\/45{background-color:rgba(127,29,29,.45)}.md\:bg-red-900\/5{background-color:rgba(127,29,29,.05)}.md\:bg-red-900\/50{background-color:rgba(127,29,29,.5)}.md\:bg-red-900\/55{background-color:rgba(127,29,29,.55)}.md\:bg-red-900\/60{background-color:rgba(127,29,29,.6)}.md\:bg-red-900\/65{background-color:rgba(127,29,29,.65)}.md\:bg-red-900\/70{background-color:rgba(127,29,29,.7)}.md\:bg-red-900\/75{background-color:rgba(127,29,29,.75)}.md\:bg-red-900\/80{background-color:rgba(127,29,29,.8)}.md\:bg-red-900\/85{background-color:rgba(127,29,29,.85)}.md\:bg-red-900\/90{background-color:rgba(127,29,29,.9)}.md\:bg-red-900\/95{background-color:rgba(127,29,29,.95)}.md\:bg-red-950{--tw-bg-opacity:1;background-color:rgba(69,10,10,var(--tw-bg-opacity))}.md\:bg-red-950\/0{background-color:rgba(69,10,10,0)}.md\:bg-red-950\/10{background-color:rgba(69,10,10,.1)}.md\:bg-red-950\/100{background-color:#450a0a}.md\:bg-red-950\/15{background-color:rgba(69,10,10,.15)}.md\:bg-red-950\/20{background-color:rgba(69,10,10,.2)}.md\:bg-red-950\/25{background-color:rgba(69,10,10,.25)}.md\:bg-red-950\/30{background-color:rgba(69,10,10,.3)}.md\:bg-red-950\/35{background-color:rgba(69,10,10,.35)}.md\:bg-red-950\/40{background-color:rgba(69,10,10,.4)}.md\:bg-red-950\/45{background-color:rgba(69,10,10,.45)}.md\:bg-red-950\/5{background-color:rgba(69,10,10,.05)}.md\:bg-red-950\/50{background-color:rgba(69,10,10,.5)}.md\:bg-red-950\/55{background-color:rgba(69,10,10,.55)}.md\:bg-red-950\/60{background-color:rgba(69,10,10,.6)}.md\:bg-red-950\/65{background-color:rgba(69,10,10,.65)}.md\:bg-red-950\/70{background-color:rgba(69,10,10,.7)}.md\:bg-red-950\/75{background-color:rgba(69,10,10,.75)}.md\:bg-red-950\/80{background-color:rgba(69,10,10,.8)}.md\:bg-red-950\/85{background-color:rgba(69,10,10,.85)}.md\:bg-red-950\/90{background-color:rgba(69,10,10,.9)}.md\:bg-red-950\/95{background-color:rgba(69,10,10,.95)}.md\:bg-rose-100{--tw-bg-opacity:1;background-color:rgba(255,228,230,var(--tw-bg-opacity))}.md\:bg-rose-100\/0{background-color:rgba(255,228,230,0)}.md\:bg-rose-100\/10{background-color:rgba(255,228,230,.1)}.md\:bg-rose-100\/100{background-color:#ffe4e6}.md\:bg-rose-100\/15{background-color:rgba(255,228,230,.15)}.md\:bg-rose-100\/20{background-color:rgba(255,228,230,.2)}.md\:bg-rose-100\/25{background-color:rgba(255,228,230,.25)}.md\:bg-rose-100\/30{background-color:rgba(255,228,230,.3)}.md\:bg-rose-100\/35{background-color:rgba(255,228,230,.35)}.md\:bg-rose-100\/40{background-color:rgba(255,228,230,.4)}.md\:bg-rose-100\/45{background-color:rgba(255,228,230,.45)}.md\:bg-rose-100\/5{background-color:rgba(255,228,230,.05)}.md\:bg-rose-100\/50{background-color:rgba(255,228,230,.5)}.md\:bg-rose-100\/55{background-color:rgba(255,228,230,.55)}.md\:bg-rose-100\/60{background-color:rgba(255,228,230,.6)}.md\:bg-rose-100\/65{background-color:rgba(255,228,230,.65)}.md\:bg-rose-100\/70{background-color:rgba(255,228,230,.7)}.md\:bg-rose-100\/75{background-color:rgba(255,228,230,.75)}.md\:bg-rose-100\/80{background-color:rgba(255,228,230,.8)}.md\:bg-rose-100\/85{background-color:rgba(255,228,230,.85)}.md\:bg-rose-100\/90{background-color:rgba(255,228,230,.9)}.md\:bg-rose-100\/95{background-color:rgba(255,228,230,.95)}.md\:bg-rose-200{--tw-bg-opacity:1;background-color:rgba(254,205,211,var(--tw-bg-opacity))}.md\:bg-rose-200\/0{background-color:rgba(254,205,211,0)}.md\:bg-rose-200\/10{background-color:rgba(254,205,211,.1)}.md\:bg-rose-200\/100{background-color:#fecdd3}.md\:bg-rose-200\/15{background-color:rgba(254,205,211,.15)}.md\:bg-rose-200\/20{background-color:rgba(254,205,211,.2)}.md\:bg-rose-200\/25{background-color:rgba(254,205,211,.25)}.md\:bg-rose-200\/30{background-color:rgba(254,205,211,.3)}.md\:bg-rose-200\/35{background-color:rgba(254,205,211,.35)}.md\:bg-rose-200\/40{background-color:rgba(254,205,211,.4)}.md\:bg-rose-200\/45{background-color:rgba(254,205,211,.45)}.md\:bg-rose-200\/5{background-color:rgba(254,205,211,.05)}.md\:bg-rose-200\/50{background-color:rgba(254,205,211,.5)}.md\:bg-rose-200\/55{background-color:rgba(254,205,211,.55)}.md\:bg-rose-200\/60{background-color:rgba(254,205,211,.6)}.md\:bg-rose-200\/65{background-color:rgba(254,205,211,.65)}.md\:bg-rose-200\/70{background-color:rgba(254,205,211,.7)}.md\:bg-rose-200\/75{background-color:rgba(254,205,211,.75)}.md\:bg-rose-200\/80{background-color:rgba(254,205,211,.8)}.md\:bg-rose-200\/85{background-color:rgba(254,205,211,.85)}.md\:bg-rose-200\/90{background-color:rgba(254,205,211,.9)}.md\:bg-rose-200\/95{background-color:rgba(254,205,211,.95)}.md\:bg-rose-300{--tw-bg-opacity:1;background-color:rgba(253,164,175,var(--tw-bg-opacity))}.md\:bg-rose-300\/0{background-color:rgba(253,164,175,0)}.md\:bg-rose-300\/10{background-color:rgba(253,164,175,.1)}.md\:bg-rose-300\/100{background-color:#fda4af}.md\:bg-rose-300\/15{background-color:rgba(253,164,175,.15)}.md\:bg-rose-300\/20{background-color:rgba(253,164,175,.2)}.md\:bg-rose-300\/25{background-color:rgba(253,164,175,.25)}.md\:bg-rose-300\/30{background-color:rgba(253,164,175,.3)}.md\:bg-rose-300\/35{background-color:rgba(253,164,175,.35)}.md\:bg-rose-300\/40{background-color:rgba(253,164,175,.4)}.md\:bg-rose-300\/45{background-color:rgba(253,164,175,.45)}.md\:bg-rose-300\/5{background-color:rgba(253,164,175,.05)}.md\:bg-rose-300\/50{background-color:rgba(253,164,175,.5)}.md\:bg-rose-300\/55{background-color:rgba(253,164,175,.55)}.md\:bg-rose-300\/60{background-color:rgba(253,164,175,.6)}.md\:bg-rose-300\/65{background-color:rgba(253,164,175,.65)}.md\:bg-rose-300\/70{background-color:rgba(253,164,175,.7)}.md\:bg-rose-300\/75{background-color:rgba(253,164,175,.75)}.md\:bg-rose-300\/80{background-color:rgba(253,164,175,.8)}.md\:bg-rose-300\/85{background-color:rgba(253,164,175,.85)}.md\:bg-rose-300\/90{background-color:rgba(253,164,175,.9)}.md\:bg-rose-300\/95{background-color:rgba(253,164,175,.95)}.md\:bg-rose-400{--tw-bg-opacity:1;background-color:rgba(251,113,133,var(--tw-bg-opacity))}.md\:bg-rose-400\/0{background-color:rgba(251,113,133,0)}.md\:bg-rose-400\/10{background-color:rgba(251,113,133,.1)}.md\:bg-rose-400\/100{background-color:#fb7185}.md\:bg-rose-400\/15{background-color:rgba(251,113,133,.15)}.md\:bg-rose-400\/20{background-color:rgba(251,113,133,.2)}.md\:bg-rose-400\/25{background-color:rgba(251,113,133,.25)}.md\:bg-rose-400\/30{background-color:rgba(251,113,133,.3)}.md\:bg-rose-400\/35{background-color:rgba(251,113,133,.35)}.md\:bg-rose-400\/40{background-color:rgba(251,113,133,.4)}.md\:bg-rose-400\/45{background-color:rgba(251,113,133,.45)}.md\:bg-rose-400\/5{background-color:rgba(251,113,133,.05)}.md\:bg-rose-400\/50{background-color:rgba(251,113,133,.5)}.md\:bg-rose-400\/55{background-color:rgba(251,113,133,.55)}.md\:bg-rose-400\/60{background-color:rgba(251,113,133,.6)}.md\:bg-rose-400\/65{background-color:rgba(251,113,133,.65)}.md\:bg-rose-400\/70{background-color:rgba(251,113,133,.7)}.md\:bg-rose-400\/75{background-color:rgba(251,113,133,.75)}.md\:bg-rose-400\/80{background-color:rgba(251,113,133,.8)}.md\:bg-rose-400\/85{background-color:rgba(251,113,133,.85)}.md\:bg-rose-400\/90{background-color:rgba(251,113,133,.9)}.md\:bg-rose-400\/95{background-color:rgba(251,113,133,.95)}.md\:bg-rose-50{--tw-bg-opacity:1;background-color:rgba(255,241,242,var(--tw-bg-opacity))}.md\:bg-rose-50\/0{background-color:rgba(255,241,242,0)}.md\:bg-rose-50\/10{background-color:rgba(255,241,242,.1)}.md\:bg-rose-50\/100{background-color:#fff1f2}.md\:bg-rose-50\/15{background-color:rgba(255,241,242,.15)}.md\:bg-rose-50\/20{background-color:rgba(255,241,242,.2)}.md\:bg-rose-50\/25{background-color:rgba(255,241,242,.25)}.md\:bg-rose-50\/30{background-color:rgba(255,241,242,.3)}.md\:bg-rose-50\/35{background-color:rgba(255,241,242,.35)}.md\:bg-rose-50\/40{background-color:rgba(255,241,242,.4)}.md\:bg-rose-50\/45{background-color:rgba(255,241,242,.45)}.md\:bg-rose-50\/5{background-color:rgba(255,241,242,.05)}.md\:bg-rose-50\/50{background-color:rgba(255,241,242,.5)}.md\:bg-rose-50\/55{background-color:rgba(255,241,242,.55)}.md\:bg-rose-50\/60{background-color:rgba(255,241,242,.6)}.md\:bg-rose-50\/65{background-color:rgba(255,241,242,.65)}.md\:bg-rose-50\/70{background-color:rgba(255,241,242,.7)}.md\:bg-rose-50\/75{background-color:rgba(255,241,242,.75)}.md\:bg-rose-50\/80{background-color:rgba(255,241,242,.8)}.md\:bg-rose-50\/85{background-color:rgba(255,241,242,.85)}.md\:bg-rose-50\/90{background-color:rgba(255,241,242,.9)}.md\:bg-rose-50\/95{background-color:rgba(255,241,242,.95)}.md\:bg-rose-500{--tw-bg-opacity:1;background-color:rgba(244,63,94,var(--tw-bg-opacity))}.md\:bg-rose-500\/0{background-color:rgba(244,63,94,0)}.md\:bg-rose-500\/10{background-color:rgba(244,63,94,.1)}.md\:bg-rose-500\/100{background-color:#f43f5e}.md\:bg-rose-500\/15{background-color:rgba(244,63,94,.15)}.md\:bg-rose-500\/20{background-color:rgba(244,63,94,.2)}.md\:bg-rose-500\/25{background-color:rgba(244,63,94,.25)}.md\:bg-rose-500\/30{background-color:rgba(244,63,94,.3)}.md\:bg-rose-500\/35{background-color:rgba(244,63,94,.35)}.md\:bg-rose-500\/40{background-color:rgba(244,63,94,.4)}.md\:bg-rose-500\/45{background-color:rgba(244,63,94,.45)}.md\:bg-rose-500\/5{background-color:rgba(244,63,94,.05)}.md\:bg-rose-500\/50{background-color:rgba(244,63,94,.5)}.md\:bg-rose-500\/55{background-color:rgba(244,63,94,.55)}.md\:bg-rose-500\/60{background-color:rgba(244,63,94,.6)}.md\:bg-rose-500\/65{background-color:rgba(244,63,94,.65)}.md\:bg-rose-500\/70{background-color:rgba(244,63,94,.7)}.md\:bg-rose-500\/75{background-color:rgba(244,63,94,.75)}.md\:bg-rose-500\/80{background-color:rgba(244,63,94,.8)}.md\:bg-rose-500\/85{background-color:rgba(244,63,94,.85)}.md\:bg-rose-500\/90{background-color:rgba(244,63,94,.9)}.md\:bg-rose-500\/95{background-color:rgba(244,63,94,.95)}.md\:bg-rose-600{--tw-bg-opacity:1;background-color:rgba(225,29,72,var(--tw-bg-opacity))}.md\:bg-rose-600\/0{background-color:rgba(225,29,72,0)}.md\:bg-rose-600\/10{background-color:rgba(225,29,72,.1)}.md\:bg-rose-600\/100{background-color:#e11d48}.md\:bg-rose-600\/15{background-color:rgba(225,29,72,.15)}.md\:bg-rose-600\/20{background-color:rgba(225,29,72,.2)}.md\:bg-rose-600\/25{background-color:rgba(225,29,72,.25)}.md\:bg-rose-600\/30{background-color:rgba(225,29,72,.3)}.md\:bg-rose-600\/35{background-color:rgba(225,29,72,.35)}.md\:bg-rose-600\/40{background-color:rgba(225,29,72,.4)}.md\:bg-rose-600\/45{background-color:rgba(225,29,72,.45)}.md\:bg-rose-600\/5{background-color:rgba(225,29,72,.05)}.md\:bg-rose-600\/50{background-color:rgba(225,29,72,.5)}.md\:bg-rose-600\/55{background-color:rgba(225,29,72,.55)}.md\:bg-rose-600\/60{background-color:rgba(225,29,72,.6)}.md\:bg-rose-600\/65{background-color:rgba(225,29,72,.65)}.md\:bg-rose-600\/70{background-color:rgba(225,29,72,.7)}.md\:bg-rose-600\/75{background-color:rgba(225,29,72,.75)}.md\:bg-rose-600\/80{background-color:rgba(225,29,72,.8)}.md\:bg-rose-600\/85{background-color:rgba(225,29,72,.85)}.md\:bg-rose-600\/90{background-color:rgba(225,29,72,.9)}.md\:bg-rose-600\/95{background-color:rgba(225,29,72,.95)}.md\:bg-rose-700{--tw-bg-opacity:1;background-color:rgba(190,18,60,var(--tw-bg-opacity))}.md\:bg-rose-700\/0{background-color:rgba(190,18,60,0)}.md\:bg-rose-700\/10{background-color:rgba(190,18,60,.1)}.md\:bg-rose-700\/100{background-color:#be123c}.md\:bg-rose-700\/15{background-color:rgba(190,18,60,.15)}.md\:bg-rose-700\/20{background-color:rgba(190,18,60,.2)}.md\:bg-rose-700\/25{background-color:rgba(190,18,60,.25)}.md\:bg-rose-700\/30{background-color:rgba(190,18,60,.3)}.md\:bg-rose-700\/35{background-color:rgba(190,18,60,.35)}.md\:bg-rose-700\/40{background-color:rgba(190,18,60,.4)}.md\:bg-rose-700\/45{background-color:rgba(190,18,60,.45)}.md\:bg-rose-700\/5{background-color:rgba(190,18,60,.05)}.md\:bg-rose-700\/50{background-color:rgba(190,18,60,.5)}.md\:bg-rose-700\/55{background-color:rgba(190,18,60,.55)}.md\:bg-rose-700\/60{background-color:rgba(190,18,60,.6)}.md\:bg-rose-700\/65{background-color:rgba(190,18,60,.65)}.md\:bg-rose-700\/70{background-color:rgba(190,18,60,.7)}.md\:bg-rose-700\/75{background-color:rgba(190,18,60,.75)}.md\:bg-rose-700\/80{background-color:rgba(190,18,60,.8)}.md\:bg-rose-700\/85{background-color:rgba(190,18,60,.85)}.md\:bg-rose-700\/90{background-color:rgba(190,18,60,.9)}.md\:bg-rose-700\/95{background-color:rgba(190,18,60,.95)}.md\:bg-rose-800{--tw-bg-opacity:1;background-color:rgba(159,18,57,var(--tw-bg-opacity))}.md\:bg-rose-800\/0{background-color:rgba(159,18,57,0)}.md\:bg-rose-800\/10{background-color:rgba(159,18,57,.1)}.md\:bg-rose-800\/100{background-color:#9f1239}.md\:bg-rose-800\/15{background-color:rgba(159,18,57,.15)}.md\:bg-rose-800\/20{background-color:rgba(159,18,57,.2)}.md\:bg-rose-800\/25{background-color:rgba(159,18,57,.25)}.md\:bg-rose-800\/30{background-color:rgba(159,18,57,.3)}.md\:bg-rose-800\/35{background-color:rgba(159,18,57,.35)}.md\:bg-rose-800\/40{background-color:rgba(159,18,57,.4)}.md\:bg-rose-800\/45{background-color:rgba(159,18,57,.45)}.md\:bg-rose-800\/5{background-color:rgba(159,18,57,.05)}.md\:bg-rose-800\/50{background-color:rgba(159,18,57,.5)}.md\:bg-rose-800\/55{background-color:rgba(159,18,57,.55)}.md\:bg-rose-800\/60{background-color:rgba(159,18,57,.6)}.md\:bg-rose-800\/65{background-color:rgba(159,18,57,.65)}.md\:bg-rose-800\/70{background-color:rgba(159,18,57,.7)}.md\:bg-rose-800\/75{background-color:rgba(159,18,57,.75)}.md\:bg-rose-800\/80{background-color:rgba(159,18,57,.8)}.md\:bg-rose-800\/85{background-color:rgba(159,18,57,.85)}.md\:bg-rose-800\/90{background-color:rgba(159,18,57,.9)}.md\:bg-rose-800\/95{background-color:rgba(159,18,57,.95)}.md\:bg-rose-900{--tw-bg-opacity:1;background-color:rgba(136,19,55,var(--tw-bg-opacity))}.md\:bg-rose-900\/0{background-color:rgba(136,19,55,0)}.md\:bg-rose-900\/10{background-color:rgba(136,19,55,.1)}.md\:bg-rose-900\/100{background-color:#881337}.md\:bg-rose-900\/15{background-color:rgba(136,19,55,.15)}.md\:bg-rose-900\/20{background-color:rgba(136,19,55,.2)}.md\:bg-rose-900\/25{background-color:rgba(136,19,55,.25)}.md\:bg-rose-900\/30{background-color:rgba(136,19,55,.3)}.md\:bg-rose-900\/35{background-color:rgba(136,19,55,.35)}.md\:bg-rose-900\/40{background-color:rgba(136,19,55,.4)}.md\:bg-rose-900\/45{background-color:rgba(136,19,55,.45)}.md\:bg-rose-900\/5{background-color:rgba(136,19,55,.05)}.md\:bg-rose-900\/50{background-color:rgba(136,19,55,.5)}.md\:bg-rose-900\/55{background-color:rgba(136,19,55,.55)}.md\:bg-rose-900\/60{background-color:rgba(136,19,55,.6)}.md\:bg-rose-900\/65{background-color:rgba(136,19,55,.65)}.md\:bg-rose-900\/70{background-color:rgba(136,19,55,.7)}.md\:bg-rose-900\/75{background-color:rgba(136,19,55,.75)}.md\:bg-rose-900\/80{background-color:rgba(136,19,55,.8)}.md\:bg-rose-900\/85{background-color:rgba(136,19,55,.85)}.md\:bg-rose-900\/90{background-color:rgba(136,19,55,.9)}.md\:bg-rose-900\/95{background-color:rgba(136,19,55,.95)}.md\:bg-rose-950{--tw-bg-opacity:1;background-color:rgba(76,5,25,var(--tw-bg-opacity))}.md\:bg-rose-950\/0{background-color:rgba(76,5,25,0)}.md\:bg-rose-950\/10{background-color:rgba(76,5,25,.1)}.md\:bg-rose-950\/100{background-color:#4c0519}.md\:bg-rose-950\/15{background-color:rgba(76,5,25,.15)}.md\:bg-rose-950\/20{background-color:rgba(76,5,25,.2)}.md\:bg-rose-950\/25{background-color:rgba(76,5,25,.25)}.md\:bg-rose-950\/30{background-color:rgba(76,5,25,.3)}.md\:bg-rose-950\/35{background-color:rgba(76,5,25,.35)}.md\:bg-rose-950\/40{background-color:rgba(76,5,25,.4)}.md\:bg-rose-950\/45{background-color:rgba(76,5,25,.45)}.md\:bg-rose-950\/5{background-color:rgba(76,5,25,.05)}.md\:bg-rose-950\/50{background-color:rgba(76,5,25,.5)}.md\:bg-rose-950\/55{background-color:rgba(76,5,25,.55)}.md\:bg-rose-950\/60{background-color:rgba(76,5,25,.6)}.md\:bg-rose-950\/65{background-color:rgba(76,5,25,.65)}.md\:bg-rose-950\/70{background-color:rgba(76,5,25,.7)}.md\:bg-rose-950\/75{background-color:rgba(76,5,25,.75)}.md\:bg-rose-950\/80{background-color:rgba(76,5,25,.8)}.md\:bg-rose-950\/85{background-color:rgba(76,5,25,.85)}.md\:bg-rose-950\/90{background-color:rgba(76,5,25,.9)}.md\:bg-rose-950\/95{background-color:rgba(76,5,25,.95)}.md\:bg-secondary{--tw-bg-opacity:1;background-color:rgba(4,33,49,var(--tw-bg-opacity))}.md\:bg-secondary-dark-gray{--tw-bg-opacity:1;background-color:rgba(242,243,244,var(--tw-bg-opacity))}.md\:bg-secondary-dark-gray\/0{background-color:hsla(210,8%,95%,0)}.md\:bg-secondary-dark-gray\/10{background-color:hsla(210,8%,95%,.1)}.md\:bg-secondary-dark-gray\/100{background-color:#f2f3f4}.md\:bg-secondary-dark-gray\/15{background-color:hsla(210,8%,95%,.15)}.md\:bg-secondary-dark-gray\/20{background-color:hsla(210,8%,95%,.2)}.md\:bg-secondary-dark-gray\/25{background-color:hsla(210,8%,95%,.25)}.md\:bg-secondary-dark-gray\/30{background-color:hsla(210,8%,95%,.3)}.md\:bg-secondary-dark-gray\/35{background-color:hsla(210,8%,95%,.35)}.md\:bg-secondary-dark-gray\/40{background-color:hsla(210,8%,95%,.4)}.md\:bg-secondary-dark-gray\/45{background-color:hsla(210,8%,95%,.45)}.md\:bg-secondary-dark-gray\/5{background-color:hsla(210,8%,95%,.05)}.md\:bg-secondary-dark-gray\/50{background-color:hsla(210,8%,95%,.5)}.md\:bg-secondary-dark-gray\/55{background-color:hsla(210,8%,95%,.55)}.md\:bg-secondary-dark-gray\/60{background-color:hsla(210,8%,95%,.6)}.md\:bg-secondary-dark-gray\/65{background-color:hsla(210,8%,95%,.65)}.md\:bg-secondary-dark-gray\/70{background-color:hsla(210,8%,95%,.7)}.md\:bg-secondary-dark-gray\/75{background-color:hsla(210,8%,95%,.75)}.md\:bg-secondary-dark-gray\/80{background-color:hsla(210,8%,95%,.8)}.md\:bg-secondary-dark-gray\/85{background-color:hsla(210,8%,95%,.85)}.md\:bg-secondary-dark-gray\/90{background-color:hsla(210,8%,95%,.9)}.md\:bg-secondary-dark-gray\/95{background-color:hsla(210,8%,95%,.95)}.md\:bg-secondary-gray{--tw-bg-opacity:1;background-color:rgba(250,250,250,var(--tw-bg-opacity))}.md\:bg-secondary-gray\/0{background-color:hsla(0,0%,98%,0)}.md\:bg-secondary-gray\/10{background-color:hsla(0,0%,98%,.1)}.md\:bg-secondary-gray\/100{background-color:#fafafa}.md\:bg-secondary-gray\/15{background-color:hsla(0,0%,98%,.15)}.md\:bg-secondary-gray\/20{background-color:hsla(0,0%,98%,.2)}.md\:bg-secondary-gray\/25{background-color:hsla(0,0%,98%,.25)}.md\:bg-secondary-gray\/30{background-color:hsla(0,0%,98%,.3)}.md\:bg-secondary-gray\/35{background-color:hsla(0,0%,98%,.35)}.md\:bg-secondary-gray\/40{background-color:hsla(0,0%,98%,.4)}.md\:bg-secondary-gray\/45{background-color:hsla(0,0%,98%,.45)}.md\:bg-secondary-gray\/5{background-color:hsla(0,0%,98%,.05)}.md\:bg-secondary-gray\/50{background-color:hsla(0,0%,98%,.5)}.md\:bg-secondary-gray\/55{background-color:hsla(0,0%,98%,.55)}.md\:bg-secondary-gray\/60{background-color:hsla(0,0%,98%,.6)}.md\:bg-secondary-gray\/65{background-color:hsla(0,0%,98%,.65)}.md\:bg-secondary-gray\/70{background-color:hsla(0,0%,98%,.7)}.md\:bg-secondary-gray\/75{background-color:hsla(0,0%,98%,.75)}.md\:bg-secondary-gray\/80{background-color:hsla(0,0%,98%,.8)}.md\:bg-secondary-gray\/85{background-color:hsla(0,0%,98%,.85)}.md\:bg-secondary-gray\/90{background-color:hsla(0,0%,98%,.9)}.md\:bg-secondary-gray\/95{background-color:hsla(0,0%,98%,.95)}.md\:bg-secondary\/0{background-color:rgba(4,33,49,0)}.md\:bg-secondary\/10{background-color:rgba(4,33,49,.1)}.md\:bg-secondary\/100{background-color:#042131}.md\:bg-secondary\/15{background-color:rgba(4,33,49,.15)}.md\:bg-secondary\/20{background-color:rgba(4,33,49,.2)}.md\:bg-secondary\/25{background-color:rgba(4,33,49,.25)}.md\:bg-secondary\/30{background-color:rgba(4,33,49,.3)}.md\:bg-secondary\/35{background-color:rgba(4,33,49,.35)}.md\:bg-secondary\/40{background-color:rgba(4,33,49,.4)}.md\:bg-secondary\/45{background-color:rgba(4,33,49,.45)}.md\:bg-secondary\/5{background-color:rgba(4,33,49,.05)}.md\:bg-secondary\/50{background-color:rgba(4,33,49,.5)}.md\:bg-secondary\/55{background-color:rgba(4,33,49,.55)}.md\:bg-secondary\/60{background-color:rgba(4,33,49,.6)}.md\:bg-secondary\/65{background-color:rgba(4,33,49,.65)}.md\:bg-secondary\/70{background-color:rgba(4,33,49,.7)}.md\:bg-secondary\/75{background-color:rgba(4,33,49,.75)}.md\:bg-secondary\/80{background-color:rgba(4,33,49,.8)}.md\:bg-secondary\/85{background-color:rgba(4,33,49,.85)}.md\:bg-secondary\/90{background-color:rgba(4,33,49,.9)}.md\:bg-secondary\/95{background-color:rgba(4,33,49,.95)}.md\:bg-sky-100{--tw-bg-opacity:1;background-color:rgba(224,242,254,var(--tw-bg-opacity))}.md\:bg-sky-100\/0{background-color:rgba(224,242,254,0)}.md\:bg-sky-100\/10{background-color:rgba(224,242,254,.1)}.md\:bg-sky-100\/100{background-color:#e0f2fe}.md\:bg-sky-100\/15{background-color:rgba(224,242,254,.15)}.md\:bg-sky-100\/20{background-color:rgba(224,242,254,.2)}.md\:bg-sky-100\/25{background-color:rgba(224,242,254,.25)}.md\:bg-sky-100\/30{background-color:rgba(224,242,254,.3)}.md\:bg-sky-100\/35{background-color:rgba(224,242,254,.35)}.md\:bg-sky-100\/40{background-color:rgba(224,242,254,.4)}.md\:bg-sky-100\/45{background-color:rgba(224,242,254,.45)}.md\:bg-sky-100\/5{background-color:rgba(224,242,254,.05)}.md\:bg-sky-100\/50{background-color:rgba(224,242,254,.5)}.md\:bg-sky-100\/55{background-color:rgba(224,242,254,.55)}.md\:bg-sky-100\/60{background-color:rgba(224,242,254,.6)}.md\:bg-sky-100\/65{background-color:rgba(224,242,254,.65)}.md\:bg-sky-100\/70{background-color:rgba(224,242,254,.7)}.md\:bg-sky-100\/75{background-color:rgba(224,242,254,.75)}.md\:bg-sky-100\/80{background-color:rgba(224,242,254,.8)}.md\:bg-sky-100\/85{background-color:rgba(224,242,254,.85)}.md\:bg-sky-100\/90{background-color:rgba(224,242,254,.9)}.md\:bg-sky-100\/95{background-color:rgba(224,242,254,.95)}.md\:bg-sky-200{--tw-bg-opacity:1;background-color:rgba(186,230,253,var(--tw-bg-opacity))}.md\:bg-sky-200\/0{background-color:rgba(186,230,253,0)}.md\:bg-sky-200\/10{background-color:rgba(186,230,253,.1)}.md\:bg-sky-200\/100{background-color:#bae6fd}.md\:bg-sky-200\/15{background-color:rgba(186,230,253,.15)}.md\:bg-sky-200\/20{background-color:rgba(186,230,253,.2)}.md\:bg-sky-200\/25{background-color:rgba(186,230,253,.25)}.md\:bg-sky-200\/30{background-color:rgba(186,230,253,.3)}.md\:bg-sky-200\/35{background-color:rgba(186,230,253,.35)}.md\:bg-sky-200\/40{background-color:rgba(186,230,253,.4)}.md\:bg-sky-200\/45{background-color:rgba(186,230,253,.45)}.md\:bg-sky-200\/5{background-color:rgba(186,230,253,.05)}.md\:bg-sky-200\/50{background-color:rgba(186,230,253,.5)}.md\:bg-sky-200\/55{background-color:rgba(186,230,253,.55)}.md\:bg-sky-200\/60{background-color:rgba(186,230,253,.6)}.md\:bg-sky-200\/65{background-color:rgba(186,230,253,.65)}.md\:bg-sky-200\/70{background-color:rgba(186,230,253,.7)}.md\:bg-sky-200\/75{background-color:rgba(186,230,253,.75)}.md\:bg-sky-200\/80{background-color:rgba(186,230,253,.8)}.md\:bg-sky-200\/85{background-color:rgba(186,230,253,.85)}.md\:bg-sky-200\/90{background-color:rgba(186,230,253,.9)}.md\:bg-sky-200\/95{background-color:rgba(186,230,253,.95)}.md\:bg-sky-300{--tw-bg-opacity:1;background-color:rgba(125,211,252,var(--tw-bg-opacity))}.md\:bg-sky-300\/0{background-color:rgba(125,211,252,0)}.md\:bg-sky-300\/10{background-color:rgba(125,211,252,.1)}.md\:bg-sky-300\/100{background-color:#7dd3fc}.md\:bg-sky-300\/15{background-color:rgba(125,211,252,.15)}.md\:bg-sky-300\/20{background-color:rgba(125,211,252,.2)}.md\:bg-sky-300\/25{background-color:rgba(125,211,252,.25)}.md\:bg-sky-300\/30{background-color:rgba(125,211,252,.3)}.md\:bg-sky-300\/35{background-color:rgba(125,211,252,.35)}.md\:bg-sky-300\/40{background-color:rgba(125,211,252,.4)}.md\:bg-sky-300\/45{background-color:rgba(125,211,252,.45)}.md\:bg-sky-300\/5{background-color:rgba(125,211,252,.05)}.md\:bg-sky-300\/50{background-color:rgba(125,211,252,.5)}.md\:bg-sky-300\/55{background-color:rgba(125,211,252,.55)}.md\:bg-sky-300\/60{background-color:rgba(125,211,252,.6)}.md\:bg-sky-300\/65{background-color:rgba(125,211,252,.65)}.md\:bg-sky-300\/70{background-color:rgba(125,211,252,.7)}.md\:bg-sky-300\/75{background-color:rgba(125,211,252,.75)}.md\:bg-sky-300\/80{background-color:rgba(125,211,252,.8)}.md\:bg-sky-300\/85{background-color:rgba(125,211,252,.85)}.md\:bg-sky-300\/90{background-color:rgba(125,211,252,.9)}.md\:bg-sky-300\/95{background-color:rgba(125,211,252,.95)}.md\:bg-sky-400{--tw-bg-opacity:1;background-color:rgba(56,189,248,var(--tw-bg-opacity))}.md\:bg-sky-400\/0{background-color:rgba(56,189,248,0)}.md\:bg-sky-400\/10{background-color:rgba(56,189,248,.1)}.md\:bg-sky-400\/100{background-color:#38bdf8}.md\:bg-sky-400\/15{background-color:rgba(56,189,248,.15)}.md\:bg-sky-400\/20{background-color:rgba(56,189,248,.2)}.md\:bg-sky-400\/25{background-color:rgba(56,189,248,.25)}.md\:bg-sky-400\/30{background-color:rgba(56,189,248,.3)}.md\:bg-sky-400\/35{background-color:rgba(56,189,248,.35)}.md\:bg-sky-400\/40{background-color:rgba(56,189,248,.4)}.md\:bg-sky-400\/45{background-color:rgba(56,189,248,.45)}.md\:bg-sky-400\/5{background-color:rgba(56,189,248,.05)}.md\:bg-sky-400\/50{background-color:rgba(56,189,248,.5)}.md\:bg-sky-400\/55{background-color:rgba(56,189,248,.55)}.md\:bg-sky-400\/60{background-color:rgba(56,189,248,.6)}.md\:bg-sky-400\/65{background-color:rgba(56,189,248,.65)}.md\:bg-sky-400\/70{background-color:rgba(56,189,248,.7)}.md\:bg-sky-400\/75{background-color:rgba(56,189,248,.75)}.md\:bg-sky-400\/80{background-color:rgba(56,189,248,.8)}.md\:bg-sky-400\/85{background-color:rgba(56,189,248,.85)}.md\:bg-sky-400\/90{background-color:rgba(56,189,248,.9)}.md\:bg-sky-400\/95{background-color:rgba(56,189,248,.95)}.md\:bg-sky-50{--tw-bg-opacity:1;background-color:rgba(240,249,255,var(--tw-bg-opacity))}.md\:bg-sky-50\/0{background-color:rgba(240,249,255,0)}.md\:bg-sky-50\/10{background-color:rgba(240,249,255,.1)}.md\:bg-sky-50\/100{background-color:#f0f9ff}.md\:bg-sky-50\/15{background-color:rgba(240,249,255,.15)}.md\:bg-sky-50\/20{background-color:rgba(240,249,255,.2)}.md\:bg-sky-50\/25{background-color:rgba(240,249,255,.25)}.md\:bg-sky-50\/30{background-color:rgba(240,249,255,.3)}.md\:bg-sky-50\/35{background-color:rgba(240,249,255,.35)}.md\:bg-sky-50\/40{background-color:rgba(240,249,255,.4)}.md\:bg-sky-50\/45{background-color:rgba(240,249,255,.45)}.md\:bg-sky-50\/5{background-color:rgba(240,249,255,.05)}.md\:bg-sky-50\/50{background-color:rgba(240,249,255,.5)}.md\:bg-sky-50\/55{background-color:rgba(240,249,255,.55)}.md\:bg-sky-50\/60{background-color:rgba(240,249,255,.6)}.md\:bg-sky-50\/65{background-color:rgba(240,249,255,.65)}.md\:bg-sky-50\/70{background-color:rgba(240,249,255,.7)}.md\:bg-sky-50\/75{background-color:rgba(240,249,255,.75)}.md\:bg-sky-50\/80{background-color:rgba(240,249,255,.8)}.md\:bg-sky-50\/85{background-color:rgba(240,249,255,.85)}.md\:bg-sky-50\/90{background-color:rgba(240,249,255,.9)}.md\:bg-sky-50\/95{background-color:rgba(240,249,255,.95)}.md\:bg-sky-500{--tw-bg-opacity:1;background-color:rgba(14,165,233,var(--tw-bg-opacity))}.md\:bg-sky-500\/0{background-color:rgba(14,165,233,0)}.md\:bg-sky-500\/10{background-color:rgba(14,165,233,.1)}.md\:bg-sky-500\/100{background-color:#0ea5e9}.md\:bg-sky-500\/15{background-color:rgba(14,165,233,.15)}.md\:bg-sky-500\/20{background-color:rgba(14,165,233,.2)}.md\:bg-sky-500\/25{background-color:rgba(14,165,233,.25)}.md\:bg-sky-500\/30{background-color:rgba(14,165,233,.3)}.md\:bg-sky-500\/35{background-color:rgba(14,165,233,.35)}.md\:bg-sky-500\/40{background-color:rgba(14,165,233,.4)}.md\:bg-sky-500\/45{background-color:rgba(14,165,233,.45)}.md\:bg-sky-500\/5{background-color:rgba(14,165,233,.05)}.md\:bg-sky-500\/50{background-color:rgba(14,165,233,.5)}.md\:bg-sky-500\/55{background-color:rgba(14,165,233,.55)}.md\:bg-sky-500\/60{background-color:rgba(14,165,233,.6)}.md\:bg-sky-500\/65{background-color:rgba(14,165,233,.65)}.md\:bg-sky-500\/70{background-color:rgba(14,165,233,.7)}.md\:bg-sky-500\/75{background-color:rgba(14,165,233,.75)}.md\:bg-sky-500\/80{background-color:rgba(14,165,233,.8)}.md\:bg-sky-500\/85{background-color:rgba(14,165,233,.85)}.md\:bg-sky-500\/90{background-color:rgba(14,165,233,.9)}.md\:bg-sky-500\/95{background-color:rgba(14,165,233,.95)}.md\:bg-sky-600{--tw-bg-opacity:1;background-color:rgba(2,132,199,var(--tw-bg-opacity))}.md\:bg-sky-600\/0{background-color:rgba(2,132,199,0)}.md\:bg-sky-600\/10{background-color:rgba(2,132,199,.1)}.md\:bg-sky-600\/100{background-color:#0284c7}.md\:bg-sky-600\/15{background-color:rgba(2,132,199,.15)}.md\:bg-sky-600\/20{background-color:rgba(2,132,199,.2)}.md\:bg-sky-600\/25{background-color:rgba(2,132,199,.25)}.md\:bg-sky-600\/30{background-color:rgba(2,132,199,.3)}.md\:bg-sky-600\/35{background-color:rgba(2,132,199,.35)}.md\:bg-sky-600\/40{background-color:rgba(2,132,199,.4)}.md\:bg-sky-600\/45{background-color:rgba(2,132,199,.45)}.md\:bg-sky-600\/5{background-color:rgba(2,132,199,.05)}.md\:bg-sky-600\/50{background-color:rgba(2,132,199,.5)}.md\:bg-sky-600\/55{background-color:rgba(2,132,199,.55)}.md\:bg-sky-600\/60{background-color:rgba(2,132,199,.6)}.md\:bg-sky-600\/65{background-color:rgba(2,132,199,.65)}.md\:bg-sky-600\/70{background-color:rgba(2,132,199,.7)}.md\:bg-sky-600\/75{background-color:rgba(2,132,199,.75)}.md\:bg-sky-600\/80{background-color:rgba(2,132,199,.8)}.md\:bg-sky-600\/85{background-color:rgba(2,132,199,.85)}.md\:bg-sky-600\/90{background-color:rgba(2,132,199,.9)}.md\:bg-sky-600\/95{background-color:rgba(2,132,199,.95)}.md\:bg-sky-700{--tw-bg-opacity:1;background-color:rgba(3,105,161,var(--tw-bg-opacity))}.md\:bg-sky-700\/0{background-color:rgba(3,105,161,0)}.md\:bg-sky-700\/10{background-color:rgba(3,105,161,.1)}.md\:bg-sky-700\/100{background-color:#0369a1}.md\:bg-sky-700\/15{background-color:rgba(3,105,161,.15)}.md\:bg-sky-700\/20{background-color:rgba(3,105,161,.2)}.md\:bg-sky-700\/25{background-color:rgba(3,105,161,.25)}.md\:bg-sky-700\/30{background-color:rgba(3,105,161,.3)}.md\:bg-sky-700\/35{background-color:rgba(3,105,161,.35)}.md\:bg-sky-700\/40{background-color:rgba(3,105,161,.4)}.md\:bg-sky-700\/45{background-color:rgba(3,105,161,.45)}.md\:bg-sky-700\/5{background-color:rgba(3,105,161,.05)}.md\:bg-sky-700\/50{background-color:rgba(3,105,161,.5)}.md\:bg-sky-700\/55{background-color:rgba(3,105,161,.55)}.md\:bg-sky-700\/60{background-color:rgba(3,105,161,.6)}.md\:bg-sky-700\/65{background-color:rgba(3,105,161,.65)}.md\:bg-sky-700\/70{background-color:rgba(3,105,161,.7)}.md\:bg-sky-700\/75{background-color:rgba(3,105,161,.75)}.md\:bg-sky-700\/80{background-color:rgba(3,105,161,.8)}.md\:bg-sky-700\/85{background-color:rgba(3,105,161,.85)}.md\:bg-sky-700\/90{background-color:rgba(3,105,161,.9)}.md\:bg-sky-700\/95{background-color:rgba(3,105,161,.95)}.md\:bg-sky-800{--tw-bg-opacity:1;background-color:rgba(7,89,133,var(--tw-bg-opacity))}.md\:bg-sky-800\/0{background-color:rgba(7,89,133,0)}.md\:bg-sky-800\/10{background-color:rgba(7,89,133,.1)}.md\:bg-sky-800\/100{background-color:#075985}.md\:bg-sky-800\/15{background-color:rgba(7,89,133,.15)}.md\:bg-sky-800\/20{background-color:rgba(7,89,133,.2)}.md\:bg-sky-800\/25{background-color:rgba(7,89,133,.25)}.md\:bg-sky-800\/30{background-color:rgba(7,89,133,.3)}.md\:bg-sky-800\/35{background-color:rgba(7,89,133,.35)}.md\:bg-sky-800\/40{background-color:rgba(7,89,133,.4)}.md\:bg-sky-800\/45{background-color:rgba(7,89,133,.45)}.md\:bg-sky-800\/5{background-color:rgba(7,89,133,.05)}.md\:bg-sky-800\/50{background-color:rgba(7,89,133,.5)}.md\:bg-sky-800\/55{background-color:rgba(7,89,133,.55)}.md\:bg-sky-800\/60{background-color:rgba(7,89,133,.6)}.md\:bg-sky-800\/65{background-color:rgba(7,89,133,.65)}.md\:bg-sky-800\/70{background-color:rgba(7,89,133,.7)}.md\:bg-sky-800\/75{background-color:rgba(7,89,133,.75)}.md\:bg-sky-800\/80{background-color:rgba(7,89,133,.8)}.md\:bg-sky-800\/85{background-color:rgba(7,89,133,.85)}.md\:bg-sky-800\/90{background-color:rgba(7,89,133,.9)}.md\:bg-sky-800\/95{background-color:rgba(7,89,133,.95)}.md\:bg-sky-900{--tw-bg-opacity:1;background-color:rgba(12,74,110,var(--tw-bg-opacity))}.md\:bg-sky-900\/0{background-color:rgba(12,74,110,0)}.md\:bg-sky-900\/10{background-color:rgba(12,74,110,.1)}.md\:bg-sky-900\/100{background-color:#0c4a6e}.md\:bg-sky-900\/15{background-color:rgba(12,74,110,.15)}.md\:bg-sky-900\/20{background-color:rgba(12,74,110,.2)}.md\:bg-sky-900\/25{background-color:rgba(12,74,110,.25)}.md\:bg-sky-900\/30{background-color:rgba(12,74,110,.3)}.md\:bg-sky-900\/35{background-color:rgba(12,74,110,.35)}.md\:bg-sky-900\/40{background-color:rgba(12,74,110,.4)}.md\:bg-sky-900\/45{background-color:rgba(12,74,110,.45)}.md\:bg-sky-900\/5{background-color:rgba(12,74,110,.05)}.md\:bg-sky-900\/50{background-color:rgba(12,74,110,.5)}.md\:bg-sky-900\/55{background-color:rgba(12,74,110,.55)}.md\:bg-sky-900\/60{background-color:rgba(12,74,110,.6)}.md\:bg-sky-900\/65{background-color:rgba(12,74,110,.65)}.md\:bg-sky-900\/70{background-color:rgba(12,74,110,.7)}.md\:bg-sky-900\/75{background-color:rgba(12,74,110,.75)}.md\:bg-sky-900\/80{background-color:rgba(12,74,110,.8)}.md\:bg-sky-900\/85{background-color:rgba(12,74,110,.85)}.md\:bg-sky-900\/90{background-color:rgba(12,74,110,.9)}.md\:bg-sky-900\/95{background-color:rgba(12,74,110,.95)}.md\:bg-sky-950{--tw-bg-opacity:1;background-color:rgba(8,47,73,var(--tw-bg-opacity))}.md\:bg-sky-950\/0{background-color:rgba(8,47,73,0)}.md\:bg-sky-950\/10{background-color:rgba(8,47,73,.1)}.md\:bg-sky-950\/100{background-color:#082f49}.md\:bg-sky-950\/15{background-color:rgba(8,47,73,.15)}.md\:bg-sky-950\/20{background-color:rgba(8,47,73,.2)}.md\:bg-sky-950\/25{background-color:rgba(8,47,73,.25)}.md\:bg-sky-950\/30{background-color:rgba(8,47,73,.3)}.md\:bg-sky-950\/35{background-color:rgba(8,47,73,.35)}.md\:bg-sky-950\/40{background-color:rgba(8,47,73,.4)}.md\:bg-sky-950\/45{background-color:rgba(8,47,73,.45)}.md\:bg-sky-950\/5{background-color:rgba(8,47,73,.05)}.md\:bg-sky-950\/50{background-color:rgba(8,47,73,.5)}.md\:bg-sky-950\/55{background-color:rgba(8,47,73,.55)}.md\:bg-sky-950\/60{background-color:rgba(8,47,73,.6)}.md\:bg-sky-950\/65{background-color:rgba(8,47,73,.65)}.md\:bg-sky-950\/70{background-color:rgba(8,47,73,.7)}.md\:bg-sky-950\/75{background-color:rgba(8,47,73,.75)}.md\:bg-sky-950\/80{background-color:rgba(8,47,73,.8)}.md\:bg-sky-950\/85{background-color:rgba(8,47,73,.85)}.md\:bg-sky-950\/90{background-color:rgba(8,47,73,.9)}.md\:bg-sky-950\/95{background-color:rgba(8,47,73,.95)}.md\:bg-slate-100{--tw-bg-opacity:1;background-color:rgba(241,245,249,var(--tw-bg-opacity))}.md\:bg-slate-100\/0{background-color:rgba(241,245,249,0)}.md\:bg-slate-100\/10{background-color:rgba(241,245,249,.1)}.md\:bg-slate-100\/100{background-color:#f1f5f9}.md\:bg-slate-100\/15{background-color:rgba(241,245,249,.15)}.md\:bg-slate-100\/20{background-color:rgba(241,245,249,.2)}.md\:bg-slate-100\/25{background-color:rgba(241,245,249,.25)}.md\:bg-slate-100\/30{background-color:rgba(241,245,249,.3)}.md\:bg-slate-100\/35{background-color:rgba(241,245,249,.35)}.md\:bg-slate-100\/40{background-color:rgba(241,245,249,.4)}.md\:bg-slate-100\/45{background-color:rgba(241,245,249,.45)}.md\:bg-slate-100\/5{background-color:rgba(241,245,249,.05)}.md\:bg-slate-100\/50{background-color:rgba(241,245,249,.5)}.md\:bg-slate-100\/55{background-color:rgba(241,245,249,.55)}.md\:bg-slate-100\/60{background-color:rgba(241,245,249,.6)}.md\:bg-slate-100\/65{background-color:rgba(241,245,249,.65)}.md\:bg-slate-100\/70{background-color:rgba(241,245,249,.7)}.md\:bg-slate-100\/75{background-color:rgba(241,245,249,.75)}.md\:bg-slate-100\/80{background-color:rgba(241,245,249,.8)}.md\:bg-slate-100\/85{background-color:rgba(241,245,249,.85)}.md\:bg-slate-100\/90{background-color:rgba(241,245,249,.9)}.md\:bg-slate-100\/95{background-color:rgba(241,245,249,.95)}.md\:bg-slate-200{--tw-bg-opacity:1;background-color:rgba(226,232,240,var(--tw-bg-opacity))}.md\:bg-slate-200\/0{background-color:rgba(226,232,240,0)}.md\:bg-slate-200\/10{background-color:rgba(226,232,240,.1)}.md\:bg-slate-200\/100{background-color:#e2e8f0}.md\:bg-slate-200\/15{background-color:rgba(226,232,240,.15)}.md\:bg-slate-200\/20{background-color:rgba(226,232,240,.2)}.md\:bg-slate-200\/25{background-color:rgba(226,232,240,.25)}.md\:bg-slate-200\/30{background-color:rgba(226,232,240,.3)}.md\:bg-slate-200\/35{background-color:rgba(226,232,240,.35)}.md\:bg-slate-200\/40{background-color:rgba(226,232,240,.4)}.md\:bg-slate-200\/45{background-color:rgba(226,232,240,.45)}.md\:bg-slate-200\/5{background-color:rgba(226,232,240,.05)}.md\:bg-slate-200\/50{background-color:rgba(226,232,240,.5)}.md\:bg-slate-200\/55{background-color:rgba(226,232,240,.55)}.md\:bg-slate-200\/60{background-color:rgba(226,232,240,.6)}.md\:bg-slate-200\/65{background-color:rgba(226,232,240,.65)}.md\:bg-slate-200\/70{background-color:rgba(226,232,240,.7)}.md\:bg-slate-200\/75{background-color:rgba(226,232,240,.75)}.md\:bg-slate-200\/80{background-color:rgba(226,232,240,.8)}.md\:bg-slate-200\/85{background-color:rgba(226,232,240,.85)}.md\:bg-slate-200\/90{background-color:rgba(226,232,240,.9)}.md\:bg-slate-200\/95{background-color:rgba(226,232,240,.95)}.md\:bg-slate-300{--tw-bg-opacity:1;background-color:rgba(203,213,225,var(--tw-bg-opacity))}.md\:bg-slate-300\/0{background-color:rgba(203,213,225,0)}.md\:bg-slate-300\/10{background-color:rgba(203,213,225,.1)}.md\:bg-slate-300\/100{background-color:#cbd5e1}.md\:bg-slate-300\/15{background-color:rgba(203,213,225,.15)}.md\:bg-slate-300\/20{background-color:rgba(203,213,225,.2)}.md\:bg-slate-300\/25{background-color:rgba(203,213,225,.25)}.md\:bg-slate-300\/30{background-color:rgba(203,213,225,.3)}.md\:bg-slate-300\/35{background-color:rgba(203,213,225,.35)}.md\:bg-slate-300\/40{background-color:rgba(203,213,225,.4)}.md\:bg-slate-300\/45{background-color:rgba(203,213,225,.45)}.md\:bg-slate-300\/5{background-color:rgba(203,213,225,.05)}.md\:bg-slate-300\/50{background-color:rgba(203,213,225,.5)}.md\:bg-slate-300\/55{background-color:rgba(203,213,225,.55)}.md\:bg-slate-300\/60{background-color:rgba(203,213,225,.6)}.md\:bg-slate-300\/65{background-color:rgba(203,213,225,.65)}.md\:bg-slate-300\/70{background-color:rgba(203,213,225,.7)}.md\:bg-slate-300\/75{background-color:rgba(203,213,225,.75)}.md\:bg-slate-300\/80{background-color:rgba(203,213,225,.8)}.md\:bg-slate-300\/85{background-color:rgba(203,213,225,.85)}.md\:bg-slate-300\/90{background-color:rgba(203,213,225,.9)}.md\:bg-slate-300\/95{background-color:rgba(203,213,225,.95)}.md\:bg-slate-400{--tw-bg-opacity:1;background-color:rgba(148,163,184,var(--tw-bg-opacity))}.md\:bg-slate-400\/0{background-color:rgba(148,163,184,0)}.md\:bg-slate-400\/10{background-color:rgba(148,163,184,.1)}.md\:bg-slate-400\/100{background-color:#94a3b8}.md\:bg-slate-400\/15{background-color:rgba(148,163,184,.15)}.md\:bg-slate-400\/20{background-color:rgba(148,163,184,.2)}.md\:bg-slate-400\/25{background-color:rgba(148,163,184,.25)}.md\:bg-slate-400\/30{background-color:rgba(148,163,184,.3)}.md\:bg-slate-400\/35{background-color:rgba(148,163,184,.35)}.md\:bg-slate-400\/40{background-color:rgba(148,163,184,.4)}.md\:bg-slate-400\/45{background-color:rgba(148,163,184,.45)}.md\:bg-slate-400\/5{background-color:rgba(148,163,184,.05)}.md\:bg-slate-400\/50{background-color:rgba(148,163,184,.5)}.md\:bg-slate-400\/55{background-color:rgba(148,163,184,.55)}.md\:bg-slate-400\/60{background-color:rgba(148,163,184,.6)}.md\:bg-slate-400\/65{background-color:rgba(148,163,184,.65)}.md\:bg-slate-400\/70{background-color:rgba(148,163,184,.7)}.md\:bg-slate-400\/75{background-color:rgba(148,163,184,.75)}.md\:bg-slate-400\/80{background-color:rgba(148,163,184,.8)}.md\:bg-slate-400\/85{background-color:rgba(148,163,184,.85)}.md\:bg-slate-400\/90{background-color:rgba(148,163,184,.9)}.md\:bg-slate-400\/95{background-color:rgba(148,163,184,.95)}.md\:bg-slate-50{--tw-bg-opacity:1;background-color:rgba(248,250,252,var(--tw-bg-opacity))}.md\:bg-slate-50\/0{background-color:rgba(248,250,252,0)}.md\:bg-slate-50\/10{background-color:rgba(248,250,252,.1)}.md\:bg-slate-50\/100{background-color:#f8fafc}.md\:bg-slate-50\/15{background-color:rgba(248,250,252,.15)}.md\:bg-slate-50\/20{background-color:rgba(248,250,252,.2)}.md\:bg-slate-50\/25{background-color:rgba(248,250,252,.25)}.md\:bg-slate-50\/30{background-color:rgba(248,250,252,.3)}.md\:bg-slate-50\/35{background-color:rgba(248,250,252,.35)}.md\:bg-slate-50\/40{background-color:rgba(248,250,252,.4)}.md\:bg-slate-50\/45{background-color:rgba(248,250,252,.45)}.md\:bg-slate-50\/5{background-color:rgba(248,250,252,.05)}.md\:bg-slate-50\/50{background-color:rgba(248,250,252,.5)}.md\:bg-slate-50\/55{background-color:rgba(248,250,252,.55)}.md\:bg-slate-50\/60{background-color:rgba(248,250,252,.6)}.md\:bg-slate-50\/65{background-color:rgba(248,250,252,.65)}.md\:bg-slate-50\/70{background-color:rgba(248,250,252,.7)}.md\:bg-slate-50\/75{background-color:rgba(248,250,252,.75)}.md\:bg-slate-50\/80{background-color:rgba(248,250,252,.8)}.md\:bg-slate-50\/85{background-color:rgba(248,250,252,.85)}.md\:bg-slate-50\/90{background-color:rgba(248,250,252,.9)}.md\:bg-slate-50\/95{background-color:rgba(248,250,252,.95)}.md\:bg-slate-500{--tw-bg-opacity:1;background-color:rgba(100,116,139,var(--tw-bg-opacity))}.md\:bg-slate-500\/0{background-color:rgba(100,116,139,0)}.md\:bg-slate-500\/10{background-color:rgba(100,116,139,.1)}.md\:bg-slate-500\/100{background-color:#64748b}.md\:bg-slate-500\/15{background-color:rgba(100,116,139,.15)}.md\:bg-slate-500\/20{background-color:rgba(100,116,139,.2)}.md\:bg-slate-500\/25{background-color:rgba(100,116,139,.25)}.md\:bg-slate-500\/30{background-color:rgba(100,116,139,.3)}.md\:bg-slate-500\/35{background-color:rgba(100,116,139,.35)}.md\:bg-slate-500\/40{background-color:rgba(100,116,139,.4)}.md\:bg-slate-500\/45{background-color:rgba(100,116,139,.45)}.md\:bg-slate-500\/5{background-color:rgba(100,116,139,.05)}.md\:bg-slate-500\/50{background-color:rgba(100,116,139,.5)}.md\:bg-slate-500\/55{background-color:rgba(100,116,139,.55)}.md\:bg-slate-500\/60{background-color:rgba(100,116,139,.6)}.md\:bg-slate-500\/65{background-color:rgba(100,116,139,.65)}.md\:bg-slate-500\/70{background-color:rgba(100,116,139,.7)}.md\:bg-slate-500\/75{background-color:rgba(100,116,139,.75)}.md\:bg-slate-500\/80{background-color:rgba(100,116,139,.8)}.md\:bg-slate-500\/85{background-color:rgba(100,116,139,.85)}.md\:bg-slate-500\/90{background-color:rgba(100,116,139,.9)}.md\:bg-slate-500\/95{background-color:rgba(100,116,139,.95)}.md\:bg-slate-600{--tw-bg-opacity:1;background-color:rgba(71,85,105,var(--tw-bg-opacity))}.md\:bg-slate-600\/0{background-color:rgba(71,85,105,0)}.md\:bg-slate-600\/10{background-color:rgba(71,85,105,.1)}.md\:bg-slate-600\/100{background-color:#475569}.md\:bg-slate-600\/15{background-color:rgba(71,85,105,.15)}.md\:bg-slate-600\/20{background-color:rgba(71,85,105,.2)}.md\:bg-slate-600\/25{background-color:rgba(71,85,105,.25)}.md\:bg-slate-600\/30{background-color:rgba(71,85,105,.3)}.md\:bg-slate-600\/35{background-color:rgba(71,85,105,.35)}.md\:bg-slate-600\/40{background-color:rgba(71,85,105,.4)}.md\:bg-slate-600\/45{background-color:rgba(71,85,105,.45)}.md\:bg-slate-600\/5{background-color:rgba(71,85,105,.05)}.md\:bg-slate-600\/50{background-color:rgba(71,85,105,.5)}.md\:bg-slate-600\/55{background-color:rgba(71,85,105,.55)}.md\:bg-slate-600\/60{background-color:rgba(71,85,105,.6)}.md\:bg-slate-600\/65{background-color:rgba(71,85,105,.65)}.md\:bg-slate-600\/70{background-color:rgba(71,85,105,.7)}.md\:bg-slate-600\/75{background-color:rgba(71,85,105,.75)}.md\:bg-slate-600\/80{background-color:rgba(71,85,105,.8)}.md\:bg-slate-600\/85{background-color:rgba(71,85,105,.85)}.md\:bg-slate-600\/90{background-color:rgba(71,85,105,.9)}.md\:bg-slate-600\/95{background-color:rgba(71,85,105,.95)}.md\:bg-slate-700{--tw-bg-opacity:1;background-color:rgba(51,65,85,var(--tw-bg-opacity))}.md\:bg-slate-700\/0{background-color:rgba(51,65,85,0)}.md\:bg-slate-700\/10{background-color:rgba(51,65,85,.1)}.md\:bg-slate-700\/100{background-color:#334155}.md\:bg-slate-700\/15{background-color:rgba(51,65,85,.15)}.md\:bg-slate-700\/20{background-color:rgba(51,65,85,.2)}.md\:bg-slate-700\/25{background-color:rgba(51,65,85,.25)}.md\:bg-slate-700\/30{background-color:rgba(51,65,85,.3)}.md\:bg-slate-700\/35{background-color:rgba(51,65,85,.35)}.md\:bg-slate-700\/40{background-color:rgba(51,65,85,.4)}.md\:bg-slate-700\/45{background-color:rgba(51,65,85,.45)}.md\:bg-slate-700\/5{background-color:rgba(51,65,85,.05)}.md\:bg-slate-700\/50{background-color:rgba(51,65,85,.5)}.md\:bg-slate-700\/55{background-color:rgba(51,65,85,.55)}.md\:bg-slate-700\/60{background-color:rgba(51,65,85,.6)}.md\:bg-slate-700\/65{background-color:rgba(51,65,85,.65)}.md\:bg-slate-700\/70{background-color:rgba(51,65,85,.7)}.md\:bg-slate-700\/75{background-color:rgba(51,65,85,.75)}.md\:bg-slate-700\/80{background-color:rgba(51,65,85,.8)}.md\:bg-slate-700\/85{background-color:rgba(51,65,85,.85)}.md\:bg-slate-700\/90{background-color:rgba(51,65,85,.9)}.md\:bg-slate-700\/95{background-color:rgba(51,65,85,.95)}.md\:bg-slate-800{--tw-bg-opacity:1;background-color:rgba(30,41,59,var(--tw-bg-opacity))}.md\:bg-slate-800\/0{background-color:rgba(30,41,59,0)}.md\:bg-slate-800\/10{background-color:rgba(30,41,59,.1)}.md\:bg-slate-800\/100{background-color:#1e293b}.md\:bg-slate-800\/15{background-color:rgba(30,41,59,.15)}.md\:bg-slate-800\/20{background-color:rgba(30,41,59,.2)}.md\:bg-slate-800\/25{background-color:rgba(30,41,59,.25)}.md\:bg-slate-800\/30{background-color:rgba(30,41,59,.3)}.md\:bg-slate-800\/35{background-color:rgba(30,41,59,.35)}.md\:bg-slate-800\/40{background-color:rgba(30,41,59,.4)}.md\:bg-slate-800\/45{background-color:rgba(30,41,59,.45)}.md\:bg-slate-800\/5{background-color:rgba(30,41,59,.05)}.md\:bg-slate-800\/50{background-color:rgba(30,41,59,.5)}.md\:bg-slate-800\/55{background-color:rgba(30,41,59,.55)}.md\:bg-slate-800\/60{background-color:rgba(30,41,59,.6)}.md\:bg-slate-800\/65{background-color:rgba(30,41,59,.65)}.md\:bg-slate-800\/70{background-color:rgba(30,41,59,.7)}.md\:bg-slate-800\/75{background-color:rgba(30,41,59,.75)}.md\:bg-slate-800\/80{background-color:rgba(30,41,59,.8)}.md\:bg-slate-800\/85{background-color:rgba(30,41,59,.85)}.md\:bg-slate-800\/90{background-color:rgba(30,41,59,.9)}.md\:bg-slate-800\/95{background-color:rgba(30,41,59,.95)}.md\:bg-slate-900{--tw-bg-opacity:1;background-color:rgba(15,23,42,var(--tw-bg-opacity))}.md\:bg-slate-900\/0{background-color:rgba(15,23,42,0)}.md\:bg-slate-900\/10{background-color:rgba(15,23,42,.1)}.md\:bg-slate-900\/100{background-color:#0f172a}.md\:bg-slate-900\/15{background-color:rgba(15,23,42,.15)}.md\:bg-slate-900\/20{background-color:rgba(15,23,42,.2)}.md\:bg-slate-900\/25{background-color:rgba(15,23,42,.25)}.md\:bg-slate-900\/30{background-color:rgba(15,23,42,.3)}.md\:bg-slate-900\/35{background-color:rgba(15,23,42,.35)}.md\:bg-slate-900\/40{background-color:rgba(15,23,42,.4)}.md\:bg-slate-900\/45{background-color:rgba(15,23,42,.45)}.md\:bg-slate-900\/5{background-color:rgba(15,23,42,.05)}.md\:bg-slate-900\/50{background-color:rgba(15,23,42,.5)}.md\:bg-slate-900\/55{background-color:rgba(15,23,42,.55)}.md\:bg-slate-900\/60{background-color:rgba(15,23,42,.6)}.md\:bg-slate-900\/65{background-color:rgba(15,23,42,.65)}.md\:bg-slate-900\/70{background-color:rgba(15,23,42,.7)}.md\:bg-slate-900\/75{background-color:rgba(15,23,42,.75)}.md\:bg-slate-900\/80{background-color:rgba(15,23,42,.8)}.md\:bg-slate-900\/85{background-color:rgba(15,23,42,.85)}.md\:bg-slate-900\/90{background-color:rgba(15,23,42,.9)}.md\:bg-slate-900\/95{background-color:rgba(15,23,42,.95)}.md\:bg-slate-950{--tw-bg-opacity:1;background-color:rgba(2,6,23,var(--tw-bg-opacity))}.md\:bg-slate-950\/0{background-color:rgba(2,6,23,0)}.md\:bg-slate-950\/10{background-color:rgba(2,6,23,.1)}.md\:bg-slate-950\/100{background-color:#020617}.md\:bg-slate-950\/15{background-color:rgba(2,6,23,.15)}.md\:bg-slate-950\/20{background-color:rgba(2,6,23,.2)}.md\:bg-slate-950\/25{background-color:rgba(2,6,23,.25)}.md\:bg-slate-950\/30{background-color:rgba(2,6,23,.3)}.md\:bg-slate-950\/35{background-color:rgba(2,6,23,.35)}.md\:bg-slate-950\/40{background-color:rgba(2,6,23,.4)}.md\:bg-slate-950\/45{background-color:rgba(2,6,23,.45)}.md\:bg-slate-950\/5{background-color:rgba(2,6,23,.05)}.md\:bg-slate-950\/50{background-color:rgba(2,6,23,.5)}.md\:bg-slate-950\/55{background-color:rgba(2,6,23,.55)}.md\:bg-slate-950\/60{background-color:rgba(2,6,23,.6)}.md\:bg-slate-950\/65{background-color:rgba(2,6,23,.65)}.md\:bg-slate-950\/70{background-color:rgba(2,6,23,.7)}.md\:bg-slate-950\/75{background-color:rgba(2,6,23,.75)}.md\:bg-slate-950\/80{background-color:rgba(2,6,23,.8)}.md\:bg-slate-950\/85{background-color:rgba(2,6,23,.85)}.md\:bg-slate-950\/90{background-color:rgba(2,6,23,.9)}.md\:bg-slate-950\/95{background-color:rgba(2,6,23,.95)}.md\:bg-stone-100{--tw-bg-opacity:1;background-color:rgba(245,245,244,var(--tw-bg-opacity))}.md\:bg-stone-100\/0{background-color:hsla(60,5%,96%,0)}.md\:bg-stone-100\/10{background-color:hsla(60,5%,96%,.1)}.md\:bg-stone-100\/100{background-color:#f5f5f4}.md\:bg-stone-100\/15{background-color:hsla(60,5%,96%,.15)}.md\:bg-stone-100\/20{background-color:hsla(60,5%,96%,.2)}.md\:bg-stone-100\/25{background-color:hsla(60,5%,96%,.25)}.md\:bg-stone-100\/30{background-color:hsla(60,5%,96%,.3)}.md\:bg-stone-100\/35{background-color:hsla(60,5%,96%,.35)}.md\:bg-stone-100\/40{background-color:hsla(60,5%,96%,.4)}.md\:bg-stone-100\/45{background-color:hsla(60,5%,96%,.45)}.md\:bg-stone-100\/5{background-color:hsla(60,5%,96%,.05)}.md\:bg-stone-100\/50{background-color:hsla(60,5%,96%,.5)}.md\:bg-stone-100\/55{background-color:hsla(60,5%,96%,.55)}.md\:bg-stone-100\/60{background-color:hsla(60,5%,96%,.6)}.md\:bg-stone-100\/65{background-color:hsla(60,5%,96%,.65)}.md\:bg-stone-100\/70{background-color:hsla(60,5%,96%,.7)}.md\:bg-stone-100\/75{background-color:hsla(60,5%,96%,.75)}.md\:bg-stone-100\/80{background-color:hsla(60,5%,96%,.8)}.md\:bg-stone-100\/85{background-color:hsla(60,5%,96%,.85)}.md\:bg-stone-100\/90{background-color:hsla(60,5%,96%,.9)}.md\:bg-stone-100\/95{background-color:hsla(60,5%,96%,.95)}.md\:bg-stone-200{--tw-bg-opacity:1;background-color:rgba(231,229,228,var(--tw-bg-opacity))}.md\:bg-stone-200\/0{background-color:hsla(20,6%,90%,0)}.md\:bg-stone-200\/10{background-color:hsla(20,6%,90%,.1)}.md\:bg-stone-200\/100{background-color:#e7e5e4}.md\:bg-stone-200\/15{background-color:hsla(20,6%,90%,.15)}.md\:bg-stone-200\/20{background-color:hsla(20,6%,90%,.2)}.md\:bg-stone-200\/25{background-color:hsla(20,6%,90%,.25)}.md\:bg-stone-200\/30{background-color:hsla(20,6%,90%,.3)}.md\:bg-stone-200\/35{background-color:hsla(20,6%,90%,.35)}.md\:bg-stone-200\/40{background-color:hsla(20,6%,90%,.4)}.md\:bg-stone-200\/45{background-color:hsla(20,6%,90%,.45)}.md\:bg-stone-200\/5{background-color:hsla(20,6%,90%,.05)}.md\:bg-stone-200\/50{background-color:hsla(20,6%,90%,.5)}.md\:bg-stone-200\/55{background-color:hsla(20,6%,90%,.55)}.md\:bg-stone-200\/60{background-color:hsla(20,6%,90%,.6)}.md\:bg-stone-200\/65{background-color:hsla(20,6%,90%,.65)}.md\:bg-stone-200\/70{background-color:hsla(20,6%,90%,.7)}.md\:bg-stone-200\/75{background-color:hsla(20,6%,90%,.75)}.md\:bg-stone-200\/80{background-color:hsla(20,6%,90%,.8)}.md\:bg-stone-200\/85{background-color:hsla(20,6%,90%,.85)}.md\:bg-stone-200\/90{background-color:hsla(20,6%,90%,.9)}.md\:bg-stone-200\/95{background-color:hsla(20,6%,90%,.95)}.md\:bg-stone-300{--tw-bg-opacity:1;background-color:rgba(214,211,209,var(--tw-bg-opacity))}.md\:bg-stone-300\/0{background-color:hsla(24,6%,83%,0)}.md\:bg-stone-300\/10{background-color:hsla(24,6%,83%,.1)}.md\:bg-stone-300\/100{background-color:#d6d3d1}.md\:bg-stone-300\/15{background-color:hsla(24,6%,83%,.15)}.md\:bg-stone-300\/20{background-color:hsla(24,6%,83%,.2)}.md\:bg-stone-300\/25{background-color:hsla(24,6%,83%,.25)}.md\:bg-stone-300\/30{background-color:hsla(24,6%,83%,.3)}.md\:bg-stone-300\/35{background-color:hsla(24,6%,83%,.35)}.md\:bg-stone-300\/40{background-color:hsla(24,6%,83%,.4)}.md\:bg-stone-300\/45{background-color:hsla(24,6%,83%,.45)}.md\:bg-stone-300\/5{background-color:hsla(24,6%,83%,.05)}.md\:bg-stone-300\/50{background-color:hsla(24,6%,83%,.5)}.md\:bg-stone-300\/55{background-color:hsla(24,6%,83%,.55)}.md\:bg-stone-300\/60{background-color:hsla(24,6%,83%,.6)}.md\:bg-stone-300\/65{background-color:hsla(24,6%,83%,.65)}.md\:bg-stone-300\/70{background-color:hsla(24,6%,83%,.7)}.md\:bg-stone-300\/75{background-color:hsla(24,6%,83%,.75)}.md\:bg-stone-300\/80{background-color:hsla(24,6%,83%,.8)}.md\:bg-stone-300\/85{background-color:hsla(24,6%,83%,.85)}.md\:bg-stone-300\/90{background-color:hsla(24,6%,83%,.9)}.md\:bg-stone-300\/95{background-color:hsla(24,6%,83%,.95)}.md\:bg-stone-400{--tw-bg-opacity:1;background-color:rgba(168,162,158,var(--tw-bg-opacity))}.md\:bg-stone-400\/0{background-color:hsla(24,5%,64%,0)}.md\:bg-stone-400\/10{background-color:hsla(24,5%,64%,.1)}.md\:bg-stone-400\/100{background-color:#a8a29e}.md\:bg-stone-400\/15{background-color:hsla(24,5%,64%,.15)}.md\:bg-stone-400\/20{background-color:hsla(24,5%,64%,.2)}.md\:bg-stone-400\/25{background-color:hsla(24,5%,64%,.25)}.md\:bg-stone-400\/30{background-color:hsla(24,5%,64%,.3)}.md\:bg-stone-400\/35{background-color:hsla(24,5%,64%,.35)}.md\:bg-stone-400\/40{background-color:hsla(24,5%,64%,.4)}.md\:bg-stone-400\/45{background-color:hsla(24,5%,64%,.45)}.md\:bg-stone-400\/5{background-color:hsla(24,5%,64%,.05)}.md\:bg-stone-400\/50{background-color:hsla(24,5%,64%,.5)}.md\:bg-stone-400\/55{background-color:hsla(24,5%,64%,.55)}.md\:bg-stone-400\/60{background-color:hsla(24,5%,64%,.6)}.md\:bg-stone-400\/65{background-color:hsla(24,5%,64%,.65)}.md\:bg-stone-400\/70{background-color:hsla(24,5%,64%,.7)}.md\:bg-stone-400\/75{background-color:hsla(24,5%,64%,.75)}.md\:bg-stone-400\/80{background-color:hsla(24,5%,64%,.8)}.md\:bg-stone-400\/85{background-color:hsla(24,5%,64%,.85)}.md\:bg-stone-400\/90{background-color:hsla(24,5%,64%,.9)}.md\:bg-stone-400\/95{background-color:hsla(24,5%,64%,.95)}.md\:bg-stone-50{--tw-bg-opacity:1;background-color:rgba(250,250,249,var(--tw-bg-opacity))}.md\:bg-stone-50\/0{background-color:hsla(60,9%,98%,0)}.md\:bg-stone-50\/10{background-color:hsla(60,9%,98%,.1)}.md\:bg-stone-50\/100{background-color:#fafaf9}.md\:bg-stone-50\/15{background-color:hsla(60,9%,98%,.15)}.md\:bg-stone-50\/20{background-color:hsla(60,9%,98%,.2)}.md\:bg-stone-50\/25{background-color:hsla(60,9%,98%,.25)}.md\:bg-stone-50\/30{background-color:hsla(60,9%,98%,.3)}.md\:bg-stone-50\/35{background-color:hsla(60,9%,98%,.35)}.md\:bg-stone-50\/40{background-color:hsla(60,9%,98%,.4)}.md\:bg-stone-50\/45{background-color:hsla(60,9%,98%,.45)}.md\:bg-stone-50\/5{background-color:hsla(60,9%,98%,.05)}.md\:bg-stone-50\/50{background-color:hsla(60,9%,98%,.5)}.md\:bg-stone-50\/55{background-color:hsla(60,9%,98%,.55)}.md\:bg-stone-50\/60{background-color:hsla(60,9%,98%,.6)}.md\:bg-stone-50\/65{background-color:hsla(60,9%,98%,.65)}.md\:bg-stone-50\/70{background-color:hsla(60,9%,98%,.7)}.md\:bg-stone-50\/75{background-color:hsla(60,9%,98%,.75)}.md\:bg-stone-50\/80{background-color:hsla(60,9%,98%,.8)}.md\:bg-stone-50\/85{background-color:hsla(60,9%,98%,.85)}.md\:bg-stone-50\/90{background-color:hsla(60,9%,98%,.9)}.md\:bg-stone-50\/95{background-color:hsla(60,9%,98%,.95)}.md\:bg-stone-500{--tw-bg-opacity:1;background-color:rgba(120,113,108,var(--tw-bg-opacity))}.md\:bg-stone-500\/0{background-color:hsla(25,5%,45%,0)}.md\:bg-stone-500\/10{background-color:hsla(25,5%,45%,.1)}.md\:bg-stone-500\/100{background-color:#78716c}.md\:bg-stone-500\/15{background-color:hsla(25,5%,45%,.15)}.md\:bg-stone-500\/20{background-color:hsla(25,5%,45%,.2)}.md\:bg-stone-500\/25{background-color:hsla(25,5%,45%,.25)}.md\:bg-stone-500\/30{background-color:hsla(25,5%,45%,.3)}.md\:bg-stone-500\/35{background-color:hsla(25,5%,45%,.35)}.md\:bg-stone-500\/40{background-color:hsla(25,5%,45%,.4)}.md\:bg-stone-500\/45{background-color:hsla(25,5%,45%,.45)}.md\:bg-stone-500\/5{background-color:hsla(25,5%,45%,.05)}.md\:bg-stone-500\/50{background-color:hsla(25,5%,45%,.5)}.md\:bg-stone-500\/55{background-color:hsla(25,5%,45%,.55)}.md\:bg-stone-500\/60{background-color:hsla(25,5%,45%,.6)}.md\:bg-stone-500\/65{background-color:hsla(25,5%,45%,.65)}.md\:bg-stone-500\/70{background-color:hsla(25,5%,45%,.7)}.md\:bg-stone-500\/75{background-color:hsla(25,5%,45%,.75)}.md\:bg-stone-500\/80{background-color:hsla(25,5%,45%,.8)}.md\:bg-stone-500\/85{background-color:hsla(25,5%,45%,.85)}.md\:bg-stone-500\/90{background-color:hsla(25,5%,45%,.9)}.md\:bg-stone-500\/95{background-color:hsla(25,5%,45%,.95)}.md\:bg-stone-600{--tw-bg-opacity:1;background-color:rgba(87,83,78,var(--tw-bg-opacity))}.md\:bg-stone-600\/0{background-color:rgba(87,83,78,0)}.md\:bg-stone-600\/10{background-color:rgba(87,83,78,.1)}.md\:bg-stone-600\/100{background-color:#57534e}.md\:bg-stone-600\/15{background-color:rgba(87,83,78,.15)}.md\:bg-stone-600\/20{background-color:rgba(87,83,78,.2)}.md\:bg-stone-600\/25{background-color:rgba(87,83,78,.25)}.md\:bg-stone-600\/30{background-color:rgba(87,83,78,.3)}.md\:bg-stone-600\/35{background-color:rgba(87,83,78,.35)}.md\:bg-stone-600\/40{background-color:rgba(87,83,78,.4)}.md\:bg-stone-600\/45{background-color:rgba(87,83,78,.45)}.md\:bg-stone-600\/5{background-color:rgba(87,83,78,.05)}.md\:bg-stone-600\/50{background-color:rgba(87,83,78,.5)}.md\:bg-stone-600\/55{background-color:rgba(87,83,78,.55)}.md\:bg-stone-600\/60{background-color:rgba(87,83,78,.6)}.md\:bg-stone-600\/65{background-color:rgba(87,83,78,.65)}.md\:bg-stone-600\/70{background-color:rgba(87,83,78,.7)}.md\:bg-stone-600\/75{background-color:rgba(87,83,78,.75)}.md\:bg-stone-600\/80{background-color:rgba(87,83,78,.8)}.md\:bg-stone-600\/85{background-color:rgba(87,83,78,.85)}.md\:bg-stone-600\/90{background-color:rgba(87,83,78,.9)}.md\:bg-stone-600\/95{background-color:rgba(87,83,78,.95)}.md\:bg-stone-700{--tw-bg-opacity:1;background-color:rgba(68,64,60,var(--tw-bg-opacity))}.md\:bg-stone-700\/0{background-color:rgba(68,64,60,0)}.md\:bg-stone-700\/10{background-color:rgba(68,64,60,.1)}.md\:bg-stone-700\/100{background-color:#44403c}.md\:bg-stone-700\/15{background-color:rgba(68,64,60,.15)}.md\:bg-stone-700\/20{background-color:rgba(68,64,60,.2)}.md\:bg-stone-700\/25{background-color:rgba(68,64,60,.25)}.md\:bg-stone-700\/30{background-color:rgba(68,64,60,.3)}.md\:bg-stone-700\/35{background-color:rgba(68,64,60,.35)}.md\:bg-stone-700\/40{background-color:rgba(68,64,60,.4)}.md\:bg-stone-700\/45{background-color:rgba(68,64,60,.45)}.md\:bg-stone-700\/5{background-color:rgba(68,64,60,.05)}.md\:bg-stone-700\/50{background-color:rgba(68,64,60,.5)}.md\:bg-stone-700\/55{background-color:rgba(68,64,60,.55)}.md\:bg-stone-700\/60{background-color:rgba(68,64,60,.6)}.md\:bg-stone-700\/65{background-color:rgba(68,64,60,.65)}.md\:bg-stone-700\/70{background-color:rgba(68,64,60,.7)}.md\:bg-stone-700\/75{background-color:rgba(68,64,60,.75)}.md\:bg-stone-700\/80{background-color:rgba(68,64,60,.8)}.md\:bg-stone-700\/85{background-color:rgba(68,64,60,.85)}.md\:bg-stone-700\/90{background-color:rgba(68,64,60,.9)}.md\:bg-stone-700\/95{background-color:rgba(68,64,60,.95)}.md\:bg-stone-800{--tw-bg-opacity:1;background-color:rgba(41,37,36,var(--tw-bg-opacity))}.md\:bg-stone-800\/0{background-color:rgba(41,37,36,0)}.md\:bg-stone-800\/10{background-color:rgba(41,37,36,.1)}.md\:bg-stone-800\/100{background-color:#292524}.md\:bg-stone-800\/15{background-color:rgba(41,37,36,.15)}.md\:bg-stone-800\/20{background-color:rgba(41,37,36,.2)}.md\:bg-stone-800\/25{background-color:rgba(41,37,36,.25)}.md\:bg-stone-800\/30{background-color:rgba(41,37,36,.3)}.md\:bg-stone-800\/35{background-color:rgba(41,37,36,.35)}.md\:bg-stone-800\/40{background-color:rgba(41,37,36,.4)}.md\:bg-stone-800\/45{background-color:rgba(41,37,36,.45)}.md\:bg-stone-800\/5{background-color:rgba(41,37,36,.05)}.md\:bg-stone-800\/50{background-color:rgba(41,37,36,.5)}.md\:bg-stone-800\/55{background-color:rgba(41,37,36,.55)}.md\:bg-stone-800\/60{background-color:rgba(41,37,36,.6)}.md\:bg-stone-800\/65{background-color:rgba(41,37,36,.65)}.md\:bg-stone-800\/70{background-color:rgba(41,37,36,.7)}.md\:bg-stone-800\/75{background-color:rgba(41,37,36,.75)}.md\:bg-stone-800\/80{background-color:rgba(41,37,36,.8)}.md\:bg-stone-800\/85{background-color:rgba(41,37,36,.85)}.md\:bg-stone-800\/90{background-color:rgba(41,37,36,.9)}.md\:bg-stone-800\/95{background-color:rgba(41,37,36,.95)}.md\:bg-stone-900{--tw-bg-opacity:1;background-color:rgba(28,25,23,var(--tw-bg-opacity))}.md\:bg-stone-900\/0{background-color:rgba(28,25,23,0)}.md\:bg-stone-900\/10{background-color:rgba(28,25,23,.1)}.md\:bg-stone-900\/100{background-color:#1c1917}.md\:bg-stone-900\/15{background-color:rgba(28,25,23,.15)}.md\:bg-stone-900\/20{background-color:rgba(28,25,23,.2)}.md\:bg-stone-900\/25{background-color:rgba(28,25,23,.25)}.md\:bg-stone-900\/30{background-color:rgba(28,25,23,.3)}.md\:bg-stone-900\/35{background-color:rgba(28,25,23,.35)}.md\:bg-stone-900\/40{background-color:rgba(28,25,23,.4)}.md\:bg-stone-900\/45{background-color:rgba(28,25,23,.45)}.md\:bg-stone-900\/5{background-color:rgba(28,25,23,.05)}.md\:bg-stone-900\/50{background-color:rgba(28,25,23,.5)}.md\:bg-stone-900\/55{background-color:rgba(28,25,23,.55)}.md\:bg-stone-900\/60{background-color:rgba(28,25,23,.6)}.md\:bg-stone-900\/65{background-color:rgba(28,25,23,.65)}.md\:bg-stone-900\/70{background-color:rgba(28,25,23,.7)}.md\:bg-stone-900\/75{background-color:rgba(28,25,23,.75)}.md\:bg-stone-900\/80{background-color:rgba(28,25,23,.8)}.md\:bg-stone-900\/85{background-color:rgba(28,25,23,.85)}.md\:bg-stone-900\/90{background-color:rgba(28,25,23,.9)}.md\:bg-stone-900\/95{background-color:rgba(28,25,23,.95)}.md\:bg-stone-950{--tw-bg-opacity:1;background-color:rgba(12,10,9,var(--tw-bg-opacity))}.md\:bg-stone-950\/0{background-color:rgba(12,10,9,0)}.md\:bg-stone-950\/10{background-color:rgba(12,10,9,.1)}.md\:bg-stone-950\/100{background-color:#0c0a09}.md\:bg-stone-950\/15{background-color:rgba(12,10,9,.15)}.md\:bg-stone-950\/20{background-color:rgba(12,10,9,.2)}.md\:bg-stone-950\/25{background-color:rgba(12,10,9,.25)}.md\:bg-stone-950\/30{background-color:rgba(12,10,9,.3)}.md\:bg-stone-950\/35{background-color:rgba(12,10,9,.35)}.md\:bg-stone-950\/40{background-color:rgba(12,10,9,.4)}.md\:bg-stone-950\/45{background-color:rgba(12,10,9,.45)}.md\:bg-stone-950\/5{background-color:rgba(12,10,9,.05)}.md\:bg-stone-950\/50{background-color:rgba(12,10,9,.5)}.md\:bg-stone-950\/55{background-color:rgba(12,10,9,.55)}.md\:bg-stone-950\/60{background-color:rgba(12,10,9,.6)}.md\:bg-stone-950\/65{background-color:rgba(12,10,9,.65)}.md\:bg-stone-950\/70{background-color:rgba(12,10,9,.7)}.md\:bg-stone-950\/75{background-color:rgba(12,10,9,.75)}.md\:bg-stone-950\/80{background-color:rgba(12,10,9,.8)}.md\:bg-stone-950\/85{background-color:rgba(12,10,9,.85)}.md\:bg-stone-950\/90{background-color:rgba(12,10,9,.9)}.md\:bg-stone-950\/95{background-color:rgba(12,10,9,.95)}.md\:bg-teal-100{--tw-bg-opacity:1;background-color:rgba(204,251,241,var(--tw-bg-opacity))}.md\:bg-teal-100\/0{background-color:rgba(204,251,241,0)}.md\:bg-teal-100\/10{background-color:rgba(204,251,241,.1)}.md\:bg-teal-100\/100{background-color:#ccfbf1}.md\:bg-teal-100\/15{background-color:rgba(204,251,241,.15)}.md\:bg-teal-100\/20{background-color:rgba(204,251,241,.2)}.md\:bg-teal-100\/25{background-color:rgba(204,251,241,.25)}.md\:bg-teal-100\/30{background-color:rgba(204,251,241,.3)}.md\:bg-teal-100\/35{background-color:rgba(204,251,241,.35)}.md\:bg-teal-100\/40{background-color:rgba(204,251,241,.4)}.md\:bg-teal-100\/45{background-color:rgba(204,251,241,.45)}.md\:bg-teal-100\/5{background-color:rgba(204,251,241,.05)}.md\:bg-teal-100\/50{background-color:rgba(204,251,241,.5)}.md\:bg-teal-100\/55{background-color:rgba(204,251,241,.55)}.md\:bg-teal-100\/60{background-color:rgba(204,251,241,.6)}.md\:bg-teal-100\/65{background-color:rgba(204,251,241,.65)}.md\:bg-teal-100\/70{background-color:rgba(204,251,241,.7)}.md\:bg-teal-100\/75{background-color:rgba(204,251,241,.75)}.md\:bg-teal-100\/80{background-color:rgba(204,251,241,.8)}.md\:bg-teal-100\/85{background-color:rgba(204,251,241,.85)}.md\:bg-teal-100\/90{background-color:rgba(204,251,241,.9)}.md\:bg-teal-100\/95{background-color:rgba(204,251,241,.95)}.md\:bg-teal-200{--tw-bg-opacity:1;background-color:rgba(153,246,228,var(--tw-bg-opacity))}.md\:bg-teal-200\/0{background-color:rgba(153,246,228,0)}.md\:bg-teal-200\/10{background-color:rgba(153,246,228,.1)}.md\:bg-teal-200\/100{background-color:#99f6e4}.md\:bg-teal-200\/15{background-color:rgba(153,246,228,.15)}.md\:bg-teal-200\/20{background-color:rgba(153,246,228,.2)}.md\:bg-teal-200\/25{background-color:rgba(153,246,228,.25)}.md\:bg-teal-200\/30{background-color:rgba(153,246,228,.3)}.md\:bg-teal-200\/35{background-color:rgba(153,246,228,.35)}.md\:bg-teal-200\/40{background-color:rgba(153,246,228,.4)}.md\:bg-teal-200\/45{background-color:rgba(153,246,228,.45)}.md\:bg-teal-200\/5{background-color:rgba(153,246,228,.05)}.md\:bg-teal-200\/50{background-color:rgba(153,246,228,.5)}.md\:bg-teal-200\/55{background-color:rgba(153,246,228,.55)}.md\:bg-teal-200\/60{background-color:rgba(153,246,228,.6)}.md\:bg-teal-200\/65{background-color:rgba(153,246,228,.65)}.md\:bg-teal-200\/70{background-color:rgba(153,246,228,.7)}.md\:bg-teal-200\/75{background-color:rgba(153,246,228,.75)}.md\:bg-teal-200\/80{background-color:rgba(153,246,228,.8)}.md\:bg-teal-200\/85{background-color:rgba(153,246,228,.85)}.md\:bg-teal-200\/90{background-color:rgba(153,246,228,.9)}.md\:bg-teal-200\/95{background-color:rgba(153,246,228,.95)}.md\:bg-teal-300{--tw-bg-opacity:1;background-color:rgba(94,234,212,var(--tw-bg-opacity))}.md\:bg-teal-300\/0{background-color:rgba(94,234,212,0)}.md\:bg-teal-300\/10{background-color:rgba(94,234,212,.1)}.md\:bg-teal-300\/100{background-color:#5eead4}.md\:bg-teal-300\/15{background-color:rgba(94,234,212,.15)}.md\:bg-teal-300\/20{background-color:rgba(94,234,212,.2)}.md\:bg-teal-300\/25{background-color:rgba(94,234,212,.25)}.md\:bg-teal-300\/30{background-color:rgba(94,234,212,.3)}.md\:bg-teal-300\/35{background-color:rgba(94,234,212,.35)}.md\:bg-teal-300\/40{background-color:rgba(94,234,212,.4)}.md\:bg-teal-300\/45{background-color:rgba(94,234,212,.45)}.md\:bg-teal-300\/5{background-color:rgba(94,234,212,.05)}.md\:bg-teal-300\/50{background-color:rgba(94,234,212,.5)}.md\:bg-teal-300\/55{background-color:rgba(94,234,212,.55)}.md\:bg-teal-300\/60{background-color:rgba(94,234,212,.6)}.md\:bg-teal-300\/65{background-color:rgba(94,234,212,.65)}.md\:bg-teal-300\/70{background-color:rgba(94,234,212,.7)}.md\:bg-teal-300\/75{background-color:rgba(94,234,212,.75)}.md\:bg-teal-300\/80{background-color:rgba(94,234,212,.8)}.md\:bg-teal-300\/85{background-color:rgba(94,234,212,.85)}.md\:bg-teal-300\/90{background-color:rgba(94,234,212,.9)}.md\:bg-teal-300\/95{background-color:rgba(94,234,212,.95)}.md\:bg-teal-400{--tw-bg-opacity:1;background-color:rgba(45,212,191,var(--tw-bg-opacity))}.md\:bg-teal-400\/0{background-color:rgba(45,212,191,0)}.md\:bg-teal-400\/10{background-color:rgba(45,212,191,.1)}.md\:bg-teal-400\/100{background-color:#2dd4bf}.md\:bg-teal-400\/15{background-color:rgba(45,212,191,.15)}.md\:bg-teal-400\/20{background-color:rgba(45,212,191,.2)}.md\:bg-teal-400\/25{background-color:rgba(45,212,191,.25)}.md\:bg-teal-400\/30{background-color:rgba(45,212,191,.3)}.md\:bg-teal-400\/35{background-color:rgba(45,212,191,.35)}.md\:bg-teal-400\/40{background-color:rgba(45,212,191,.4)}.md\:bg-teal-400\/45{background-color:rgba(45,212,191,.45)}.md\:bg-teal-400\/5{background-color:rgba(45,212,191,.05)}.md\:bg-teal-400\/50{background-color:rgba(45,212,191,.5)}.md\:bg-teal-400\/55{background-color:rgba(45,212,191,.55)}.md\:bg-teal-400\/60{background-color:rgba(45,212,191,.6)}.md\:bg-teal-400\/65{background-color:rgba(45,212,191,.65)}.md\:bg-teal-400\/70{background-color:rgba(45,212,191,.7)}.md\:bg-teal-400\/75{background-color:rgba(45,212,191,.75)}.md\:bg-teal-400\/80{background-color:rgba(45,212,191,.8)}.md\:bg-teal-400\/85{background-color:rgba(45,212,191,.85)}.md\:bg-teal-400\/90{background-color:rgba(45,212,191,.9)}.md\:bg-teal-400\/95{background-color:rgba(45,212,191,.95)}.md\:bg-teal-50{--tw-bg-opacity:1;background-color:rgba(240,253,250,var(--tw-bg-opacity))}.md\:bg-teal-50\/0{background-color:rgba(240,253,250,0)}.md\:bg-teal-50\/10{background-color:rgba(240,253,250,.1)}.md\:bg-teal-50\/100{background-color:#f0fdfa}.md\:bg-teal-50\/15{background-color:rgba(240,253,250,.15)}.md\:bg-teal-50\/20{background-color:rgba(240,253,250,.2)}.md\:bg-teal-50\/25{background-color:rgba(240,253,250,.25)}.md\:bg-teal-50\/30{background-color:rgba(240,253,250,.3)}.md\:bg-teal-50\/35{background-color:rgba(240,253,250,.35)}.md\:bg-teal-50\/40{background-color:rgba(240,253,250,.4)}.md\:bg-teal-50\/45{background-color:rgba(240,253,250,.45)}.md\:bg-teal-50\/5{background-color:rgba(240,253,250,.05)}.md\:bg-teal-50\/50{background-color:rgba(240,253,250,.5)}.md\:bg-teal-50\/55{background-color:rgba(240,253,250,.55)}.md\:bg-teal-50\/60{background-color:rgba(240,253,250,.6)}.md\:bg-teal-50\/65{background-color:rgba(240,253,250,.65)}.md\:bg-teal-50\/70{background-color:rgba(240,253,250,.7)}.md\:bg-teal-50\/75{background-color:rgba(240,253,250,.75)}.md\:bg-teal-50\/80{background-color:rgba(240,253,250,.8)}.md\:bg-teal-50\/85{background-color:rgba(240,253,250,.85)}.md\:bg-teal-50\/90{background-color:rgba(240,253,250,.9)}.md\:bg-teal-50\/95{background-color:rgba(240,253,250,.95)}.md\:bg-teal-500{--tw-bg-opacity:1;background-color:rgba(20,184,166,var(--tw-bg-opacity))}.md\:bg-teal-500\/0{background-color:rgba(20,184,166,0)}.md\:bg-teal-500\/10{background-color:rgba(20,184,166,.1)}.md\:bg-teal-500\/100{background-color:#14b8a6}.md\:bg-teal-500\/15{background-color:rgba(20,184,166,.15)}.md\:bg-teal-500\/20{background-color:rgba(20,184,166,.2)}.md\:bg-teal-500\/25{background-color:rgba(20,184,166,.25)}.md\:bg-teal-500\/30{background-color:rgba(20,184,166,.3)}.md\:bg-teal-500\/35{background-color:rgba(20,184,166,.35)}.md\:bg-teal-500\/40{background-color:rgba(20,184,166,.4)}.md\:bg-teal-500\/45{background-color:rgba(20,184,166,.45)}.md\:bg-teal-500\/5{background-color:rgba(20,184,166,.05)}.md\:bg-teal-500\/50{background-color:rgba(20,184,166,.5)}.md\:bg-teal-500\/55{background-color:rgba(20,184,166,.55)}.md\:bg-teal-500\/60{background-color:rgba(20,184,166,.6)}.md\:bg-teal-500\/65{background-color:rgba(20,184,166,.65)}.md\:bg-teal-500\/70{background-color:rgba(20,184,166,.7)}.md\:bg-teal-500\/75{background-color:rgba(20,184,166,.75)}.md\:bg-teal-500\/80{background-color:rgba(20,184,166,.8)}.md\:bg-teal-500\/85{background-color:rgba(20,184,166,.85)}.md\:bg-teal-500\/90{background-color:rgba(20,184,166,.9)}.md\:bg-teal-500\/95{background-color:rgba(20,184,166,.95)}.md\:bg-teal-600{--tw-bg-opacity:1;background-color:rgba(13,148,136,var(--tw-bg-opacity))}.md\:bg-teal-600\/0{background-color:rgba(13,148,136,0)}.md\:bg-teal-600\/10{background-color:rgba(13,148,136,.1)}.md\:bg-teal-600\/100{background-color:#0d9488}.md\:bg-teal-600\/15{background-color:rgba(13,148,136,.15)}.md\:bg-teal-600\/20{background-color:rgba(13,148,136,.2)}.md\:bg-teal-600\/25{background-color:rgba(13,148,136,.25)}.md\:bg-teal-600\/30{background-color:rgba(13,148,136,.3)}.md\:bg-teal-600\/35{background-color:rgba(13,148,136,.35)}.md\:bg-teal-600\/40{background-color:rgba(13,148,136,.4)}.md\:bg-teal-600\/45{background-color:rgba(13,148,136,.45)}.md\:bg-teal-600\/5{background-color:rgba(13,148,136,.05)}.md\:bg-teal-600\/50{background-color:rgba(13,148,136,.5)}.md\:bg-teal-600\/55{background-color:rgba(13,148,136,.55)}.md\:bg-teal-600\/60{background-color:rgba(13,148,136,.6)}.md\:bg-teal-600\/65{background-color:rgba(13,148,136,.65)}.md\:bg-teal-600\/70{background-color:rgba(13,148,136,.7)}.md\:bg-teal-600\/75{background-color:rgba(13,148,136,.75)}.md\:bg-teal-600\/80{background-color:rgba(13,148,136,.8)}.md\:bg-teal-600\/85{background-color:rgba(13,148,136,.85)}.md\:bg-teal-600\/90{background-color:rgba(13,148,136,.9)}.md\:bg-teal-600\/95{background-color:rgba(13,148,136,.95)}.md\:bg-teal-700{--tw-bg-opacity:1;background-color:rgba(15,118,110,var(--tw-bg-opacity))}.md\:bg-teal-700\/0{background-color:rgba(15,118,110,0)}.md\:bg-teal-700\/10{background-color:rgba(15,118,110,.1)}.md\:bg-teal-700\/100{background-color:#0f766e}.md\:bg-teal-700\/15{background-color:rgba(15,118,110,.15)}.md\:bg-teal-700\/20{background-color:rgba(15,118,110,.2)}.md\:bg-teal-700\/25{background-color:rgba(15,118,110,.25)}.md\:bg-teal-700\/30{background-color:rgba(15,118,110,.3)}.md\:bg-teal-700\/35{background-color:rgba(15,118,110,.35)}.md\:bg-teal-700\/40{background-color:rgba(15,118,110,.4)}.md\:bg-teal-700\/45{background-color:rgba(15,118,110,.45)}.md\:bg-teal-700\/5{background-color:rgba(15,118,110,.05)}.md\:bg-teal-700\/50{background-color:rgba(15,118,110,.5)}.md\:bg-teal-700\/55{background-color:rgba(15,118,110,.55)}.md\:bg-teal-700\/60{background-color:rgba(15,118,110,.6)}.md\:bg-teal-700\/65{background-color:rgba(15,118,110,.65)}.md\:bg-teal-700\/70{background-color:rgba(15,118,110,.7)}.md\:bg-teal-700\/75{background-color:rgba(15,118,110,.75)}.md\:bg-teal-700\/80{background-color:rgba(15,118,110,.8)}.md\:bg-teal-700\/85{background-color:rgba(15,118,110,.85)}.md\:bg-teal-700\/90{background-color:rgba(15,118,110,.9)}.md\:bg-teal-700\/95{background-color:rgba(15,118,110,.95)}.md\:bg-teal-800{--tw-bg-opacity:1;background-color:rgba(17,94,89,var(--tw-bg-opacity))}.md\:bg-teal-800\/0{background-color:rgba(17,94,89,0)}.md\:bg-teal-800\/10{background-color:rgba(17,94,89,.1)}.md\:bg-teal-800\/100{background-color:#115e59}.md\:bg-teal-800\/15{background-color:rgba(17,94,89,.15)}.md\:bg-teal-800\/20{background-color:rgba(17,94,89,.2)}.md\:bg-teal-800\/25{background-color:rgba(17,94,89,.25)}.md\:bg-teal-800\/30{background-color:rgba(17,94,89,.3)}.md\:bg-teal-800\/35{background-color:rgba(17,94,89,.35)}.md\:bg-teal-800\/40{background-color:rgba(17,94,89,.4)}.md\:bg-teal-800\/45{background-color:rgba(17,94,89,.45)}.md\:bg-teal-800\/5{background-color:rgba(17,94,89,.05)}.md\:bg-teal-800\/50{background-color:rgba(17,94,89,.5)}.md\:bg-teal-800\/55{background-color:rgba(17,94,89,.55)}.md\:bg-teal-800\/60{background-color:rgba(17,94,89,.6)}.md\:bg-teal-800\/65{background-color:rgba(17,94,89,.65)}.md\:bg-teal-800\/70{background-color:rgba(17,94,89,.7)}.md\:bg-teal-800\/75{background-color:rgba(17,94,89,.75)}.md\:bg-teal-800\/80{background-color:rgba(17,94,89,.8)}.md\:bg-teal-800\/85{background-color:rgba(17,94,89,.85)}.md\:bg-teal-800\/90{background-color:rgba(17,94,89,.9)}.md\:bg-teal-800\/95{background-color:rgba(17,94,89,.95)}.md\:bg-teal-900{--tw-bg-opacity:1;background-color:rgba(19,78,74,var(--tw-bg-opacity))}.md\:bg-teal-900\/0{background-color:rgba(19,78,74,0)}.md\:bg-teal-900\/10{background-color:rgba(19,78,74,.1)}.md\:bg-teal-900\/100{background-color:#134e4a}.md\:bg-teal-900\/15{background-color:rgba(19,78,74,.15)}.md\:bg-teal-900\/20{background-color:rgba(19,78,74,.2)}.md\:bg-teal-900\/25{background-color:rgba(19,78,74,.25)}.md\:bg-teal-900\/30{background-color:rgba(19,78,74,.3)}.md\:bg-teal-900\/35{background-color:rgba(19,78,74,.35)}.md\:bg-teal-900\/40{background-color:rgba(19,78,74,.4)}.md\:bg-teal-900\/45{background-color:rgba(19,78,74,.45)}.md\:bg-teal-900\/5{background-color:rgba(19,78,74,.05)}.md\:bg-teal-900\/50{background-color:rgba(19,78,74,.5)}.md\:bg-teal-900\/55{background-color:rgba(19,78,74,.55)}.md\:bg-teal-900\/60{background-color:rgba(19,78,74,.6)}.md\:bg-teal-900\/65{background-color:rgba(19,78,74,.65)}.md\:bg-teal-900\/70{background-color:rgba(19,78,74,.7)}.md\:bg-teal-900\/75{background-color:rgba(19,78,74,.75)}.md\:bg-teal-900\/80{background-color:rgba(19,78,74,.8)}.md\:bg-teal-900\/85{background-color:rgba(19,78,74,.85)}.md\:bg-teal-900\/90{background-color:rgba(19,78,74,.9)}.md\:bg-teal-900\/95{background-color:rgba(19,78,74,.95)}.md\:bg-teal-950{--tw-bg-opacity:1;background-color:rgba(4,47,46,var(--tw-bg-opacity))}.md\:bg-teal-950\/0{background-color:rgba(4,47,46,0)}.md\:bg-teal-950\/10{background-color:rgba(4,47,46,.1)}.md\:bg-teal-950\/100{background-color:#042f2e}.md\:bg-teal-950\/15{background-color:rgba(4,47,46,.15)}.md\:bg-teal-950\/20{background-color:rgba(4,47,46,.2)}.md\:bg-teal-950\/25{background-color:rgba(4,47,46,.25)}.md\:bg-teal-950\/30{background-color:rgba(4,47,46,.3)}.md\:bg-teal-950\/35{background-color:rgba(4,47,46,.35)}.md\:bg-teal-950\/40{background-color:rgba(4,47,46,.4)}.md\:bg-teal-950\/45{background-color:rgba(4,47,46,.45)}.md\:bg-teal-950\/5{background-color:rgba(4,47,46,.05)}.md\:bg-teal-950\/50{background-color:rgba(4,47,46,.5)}.md\:bg-teal-950\/55{background-color:rgba(4,47,46,.55)}.md\:bg-teal-950\/60{background-color:rgba(4,47,46,.6)}.md\:bg-teal-950\/65{background-color:rgba(4,47,46,.65)}.md\:bg-teal-950\/70{background-color:rgba(4,47,46,.7)}.md\:bg-teal-950\/75{background-color:rgba(4,47,46,.75)}.md\:bg-teal-950\/80{background-color:rgba(4,47,46,.8)}.md\:bg-teal-950\/85{background-color:rgba(4,47,46,.85)}.md\:bg-teal-950\/90{background-color:rgba(4,47,46,.9)}.md\:bg-teal-950\/95{background-color:rgba(4,47,46,.95)}.md\:bg-tertiary-dark-gray{--tw-bg-opacity:1;background-color:rgba(112,112,112,var(--tw-bg-opacity))}.md\:bg-tertiary-dark-gray\/0{background-color:hsla(0,0%,44%,0)}.md\:bg-tertiary-dark-gray\/10{background-color:hsla(0,0%,44%,.1)}.md\:bg-tertiary-dark-gray\/100{background-color:#707070}.md\:bg-tertiary-dark-gray\/15{background-color:hsla(0,0%,44%,.15)}.md\:bg-tertiary-dark-gray\/20{background-color:hsla(0,0%,44%,.2)}.md\:bg-tertiary-dark-gray\/25{background-color:hsla(0,0%,44%,.25)}.md\:bg-tertiary-dark-gray\/30{background-color:hsla(0,0%,44%,.3)}.md\:bg-tertiary-dark-gray\/35{background-color:hsla(0,0%,44%,.35)}.md\:bg-tertiary-dark-gray\/40{background-color:hsla(0,0%,44%,.4)}.md\:bg-tertiary-dark-gray\/45{background-color:hsla(0,0%,44%,.45)}.md\:bg-tertiary-dark-gray\/5{background-color:hsla(0,0%,44%,.05)}.md\:bg-tertiary-dark-gray\/50{background-color:hsla(0,0%,44%,.5)}.md\:bg-tertiary-dark-gray\/55{background-color:hsla(0,0%,44%,.55)}.md\:bg-tertiary-dark-gray\/60{background-color:hsla(0,0%,44%,.6)}.md\:bg-tertiary-dark-gray\/65{background-color:hsla(0,0%,44%,.65)}.md\:bg-tertiary-dark-gray\/70{background-color:hsla(0,0%,44%,.7)}.md\:bg-tertiary-dark-gray\/75{background-color:hsla(0,0%,44%,.75)}.md\:bg-tertiary-dark-gray\/80{background-color:hsla(0,0%,44%,.8)}.md\:bg-tertiary-dark-gray\/85{background-color:hsla(0,0%,44%,.85)}.md\:bg-tertiary-dark-gray\/90{background-color:hsla(0,0%,44%,.9)}.md\:bg-tertiary-dark-gray\/95{background-color:hsla(0,0%,44%,.95)}.md\:bg-transparent{background-color:initial}.md\:bg-transparent\/0{background-color:transparent}.md\:bg-transparent\/10{background-color:rgba(0,0,0,.1)}.md\:bg-transparent\/100{background-color:#000}.md\:bg-transparent\/15{background-color:rgba(0,0,0,.15)}.md\:bg-transparent\/20{background-color:rgba(0,0,0,.2)}.md\:bg-transparent\/25{background-color:rgba(0,0,0,.25)}.md\:bg-transparent\/30{background-color:rgba(0,0,0,.3)}.md\:bg-transparent\/35{background-color:rgba(0,0,0,.35)}.md\:bg-transparent\/40{background-color:rgba(0,0,0,.4)}.md\:bg-transparent\/45{background-color:rgba(0,0,0,.45)}.md\:bg-transparent\/5{background-color:rgba(0,0,0,.05)}.md\:bg-transparent\/50{background-color:rgba(0,0,0,.5)}.md\:bg-transparent\/55{background-color:rgba(0,0,0,.55)}.md\:bg-transparent\/60{background-color:rgba(0,0,0,.6)}.md\:bg-transparent\/65{background-color:rgba(0,0,0,.65)}.md\:bg-transparent\/70{background-color:rgba(0,0,0,.7)}.md\:bg-transparent\/75{background-color:rgba(0,0,0,.75)}.md\:bg-transparent\/80{background-color:rgba(0,0,0,.8)}.md\:bg-transparent\/85{background-color:rgba(0,0,0,.85)}.md\:bg-transparent\/90{background-color:rgba(0,0,0,.9)}.md\:bg-transparent\/95{background-color:rgba(0,0,0,.95)}.md\:bg-violet-100{--tw-bg-opacity:1;background-color:rgba(237,233,254,var(--tw-bg-opacity))}.md\:bg-violet-100\/0{background-color:rgba(237,233,254,0)}.md\:bg-violet-100\/10{background-color:rgba(237,233,254,.1)}.md\:bg-violet-100\/100{background-color:#ede9fe}.md\:bg-violet-100\/15{background-color:rgba(237,233,254,.15)}.md\:bg-violet-100\/20{background-color:rgba(237,233,254,.2)}.md\:bg-violet-100\/25{background-color:rgba(237,233,254,.25)}.md\:bg-violet-100\/30{background-color:rgba(237,233,254,.3)}.md\:bg-violet-100\/35{background-color:rgba(237,233,254,.35)}.md\:bg-violet-100\/40{background-color:rgba(237,233,254,.4)}.md\:bg-violet-100\/45{background-color:rgba(237,233,254,.45)}.md\:bg-violet-100\/5{background-color:rgba(237,233,254,.05)}.md\:bg-violet-100\/50{background-color:rgba(237,233,254,.5)}.md\:bg-violet-100\/55{background-color:rgba(237,233,254,.55)}.md\:bg-violet-100\/60{background-color:rgba(237,233,254,.6)}.md\:bg-violet-100\/65{background-color:rgba(237,233,254,.65)}.md\:bg-violet-100\/70{background-color:rgba(237,233,254,.7)}.md\:bg-violet-100\/75{background-color:rgba(237,233,254,.75)}.md\:bg-violet-100\/80{background-color:rgba(237,233,254,.8)}.md\:bg-violet-100\/85{background-color:rgba(237,233,254,.85)}.md\:bg-violet-100\/90{background-color:rgba(237,233,254,.9)}.md\:bg-violet-100\/95{background-color:rgba(237,233,254,.95)}.md\:bg-violet-200{--tw-bg-opacity:1;background-color:rgba(221,214,254,var(--tw-bg-opacity))}.md\:bg-violet-200\/0{background-color:rgba(221,214,254,0)}.md\:bg-violet-200\/10{background-color:rgba(221,214,254,.1)}.md\:bg-violet-200\/100{background-color:#ddd6fe}.md\:bg-violet-200\/15{background-color:rgba(221,214,254,.15)}.md\:bg-violet-200\/20{background-color:rgba(221,214,254,.2)}.md\:bg-violet-200\/25{background-color:rgba(221,214,254,.25)}.md\:bg-violet-200\/30{background-color:rgba(221,214,254,.3)}.md\:bg-violet-200\/35{background-color:rgba(221,214,254,.35)}.md\:bg-violet-200\/40{background-color:rgba(221,214,254,.4)}.md\:bg-violet-200\/45{background-color:rgba(221,214,254,.45)}.md\:bg-violet-200\/5{background-color:rgba(221,214,254,.05)}.md\:bg-violet-200\/50{background-color:rgba(221,214,254,.5)}.md\:bg-violet-200\/55{background-color:rgba(221,214,254,.55)}.md\:bg-violet-200\/60{background-color:rgba(221,214,254,.6)}.md\:bg-violet-200\/65{background-color:rgba(221,214,254,.65)}.md\:bg-violet-200\/70{background-color:rgba(221,214,254,.7)}.md\:bg-violet-200\/75{background-color:rgba(221,214,254,.75)}.md\:bg-violet-200\/80{background-color:rgba(221,214,254,.8)}.md\:bg-violet-200\/85{background-color:rgba(221,214,254,.85)}.md\:bg-violet-200\/90{background-color:rgba(221,214,254,.9)}.md\:bg-violet-200\/95{background-color:rgba(221,214,254,.95)}.md\:bg-violet-300{--tw-bg-opacity:1;background-color:rgba(196,181,253,var(--tw-bg-opacity))}.md\:bg-violet-300\/0{background-color:rgba(196,181,253,0)}.md\:bg-violet-300\/10{background-color:rgba(196,181,253,.1)}.md\:bg-violet-300\/100{background-color:#c4b5fd}.md\:bg-violet-300\/15{background-color:rgba(196,181,253,.15)}.md\:bg-violet-300\/20{background-color:rgba(196,181,253,.2)}.md\:bg-violet-300\/25{background-color:rgba(196,181,253,.25)}.md\:bg-violet-300\/30{background-color:rgba(196,181,253,.3)}.md\:bg-violet-300\/35{background-color:rgba(196,181,253,.35)}.md\:bg-violet-300\/40{background-color:rgba(196,181,253,.4)}.md\:bg-violet-300\/45{background-color:rgba(196,181,253,.45)}.md\:bg-violet-300\/5{background-color:rgba(196,181,253,.05)}.md\:bg-violet-300\/50{background-color:rgba(196,181,253,.5)}.md\:bg-violet-300\/55{background-color:rgba(196,181,253,.55)}.md\:bg-violet-300\/60{background-color:rgba(196,181,253,.6)}.md\:bg-violet-300\/65{background-color:rgba(196,181,253,.65)}.md\:bg-violet-300\/70{background-color:rgba(196,181,253,.7)}.md\:bg-violet-300\/75{background-color:rgba(196,181,253,.75)}.md\:bg-violet-300\/80{background-color:rgba(196,181,253,.8)}.md\:bg-violet-300\/85{background-color:rgba(196,181,253,.85)}.md\:bg-violet-300\/90{background-color:rgba(196,181,253,.9)}.md\:bg-violet-300\/95{background-color:rgba(196,181,253,.95)}.md\:bg-violet-400{--tw-bg-opacity:1;background-color:rgba(167,139,250,var(--tw-bg-opacity))}.md\:bg-violet-400\/0{background-color:rgba(167,139,250,0)}.md\:bg-violet-400\/10{background-color:rgba(167,139,250,.1)}.md\:bg-violet-400\/100{background-color:#a78bfa}.md\:bg-violet-400\/15{background-color:rgba(167,139,250,.15)}.md\:bg-violet-400\/20{background-color:rgba(167,139,250,.2)}.md\:bg-violet-400\/25{background-color:rgba(167,139,250,.25)}.md\:bg-violet-400\/30{background-color:rgba(167,139,250,.3)}.md\:bg-violet-400\/35{background-color:rgba(167,139,250,.35)}.md\:bg-violet-400\/40{background-color:rgba(167,139,250,.4)}.md\:bg-violet-400\/45{background-color:rgba(167,139,250,.45)}.md\:bg-violet-400\/5{background-color:rgba(167,139,250,.05)}.md\:bg-violet-400\/50{background-color:rgba(167,139,250,.5)}.md\:bg-violet-400\/55{background-color:rgba(167,139,250,.55)}.md\:bg-violet-400\/60{background-color:rgba(167,139,250,.6)}.md\:bg-violet-400\/65{background-color:rgba(167,139,250,.65)}.md\:bg-violet-400\/70{background-color:rgba(167,139,250,.7)}.md\:bg-violet-400\/75{background-color:rgba(167,139,250,.75)}.md\:bg-violet-400\/80{background-color:rgba(167,139,250,.8)}.md\:bg-violet-400\/85{background-color:rgba(167,139,250,.85)}.md\:bg-violet-400\/90{background-color:rgba(167,139,250,.9)}.md\:bg-violet-400\/95{background-color:rgba(167,139,250,.95)}.md\:bg-violet-50{--tw-bg-opacity:1;background-color:rgba(245,243,255,var(--tw-bg-opacity))}.md\:bg-violet-50\/0{background-color:rgba(245,243,255,0)}.md\:bg-violet-50\/10{background-color:rgba(245,243,255,.1)}.md\:bg-violet-50\/100{background-color:#f5f3ff}.md\:bg-violet-50\/15{background-color:rgba(245,243,255,.15)}.md\:bg-violet-50\/20{background-color:rgba(245,243,255,.2)}.md\:bg-violet-50\/25{background-color:rgba(245,243,255,.25)}.md\:bg-violet-50\/30{background-color:rgba(245,243,255,.3)}.md\:bg-violet-50\/35{background-color:rgba(245,243,255,.35)}.md\:bg-violet-50\/40{background-color:rgba(245,243,255,.4)}.md\:bg-violet-50\/45{background-color:rgba(245,243,255,.45)}.md\:bg-violet-50\/5{background-color:rgba(245,243,255,.05)}.md\:bg-violet-50\/50{background-color:rgba(245,243,255,.5)}.md\:bg-violet-50\/55{background-color:rgba(245,243,255,.55)}.md\:bg-violet-50\/60{background-color:rgba(245,243,255,.6)}.md\:bg-violet-50\/65{background-color:rgba(245,243,255,.65)}.md\:bg-violet-50\/70{background-color:rgba(245,243,255,.7)}.md\:bg-violet-50\/75{background-color:rgba(245,243,255,.75)}.md\:bg-violet-50\/80{background-color:rgba(245,243,255,.8)}.md\:bg-violet-50\/85{background-color:rgba(245,243,255,.85)}.md\:bg-violet-50\/90{background-color:rgba(245,243,255,.9)}.md\:bg-violet-50\/95{background-color:rgba(245,243,255,.95)}.md\:bg-violet-500{--tw-bg-opacity:1;background-color:rgba(139,92,246,var(--tw-bg-opacity))}.md\:bg-violet-500\/0{background-color:rgba(139,92,246,0)}.md\:bg-violet-500\/10{background-color:rgba(139,92,246,.1)}.md\:bg-violet-500\/100{background-color:#8b5cf6}.md\:bg-violet-500\/15{background-color:rgba(139,92,246,.15)}.md\:bg-violet-500\/20{background-color:rgba(139,92,246,.2)}.md\:bg-violet-500\/25{background-color:rgba(139,92,246,.25)}.md\:bg-violet-500\/30{background-color:rgba(139,92,246,.3)}.md\:bg-violet-500\/35{background-color:rgba(139,92,246,.35)}.md\:bg-violet-500\/40{background-color:rgba(139,92,246,.4)}.md\:bg-violet-500\/45{background-color:rgba(139,92,246,.45)}.md\:bg-violet-500\/5{background-color:rgba(139,92,246,.05)}.md\:bg-violet-500\/50{background-color:rgba(139,92,246,.5)}.md\:bg-violet-500\/55{background-color:rgba(139,92,246,.55)}.md\:bg-violet-500\/60{background-color:rgba(139,92,246,.6)}.md\:bg-violet-500\/65{background-color:rgba(139,92,246,.65)}.md\:bg-violet-500\/70{background-color:rgba(139,92,246,.7)}.md\:bg-violet-500\/75{background-color:rgba(139,92,246,.75)}.md\:bg-violet-500\/80{background-color:rgba(139,92,246,.8)}.md\:bg-violet-500\/85{background-color:rgba(139,92,246,.85)}.md\:bg-violet-500\/90{background-color:rgba(139,92,246,.9)}.md\:bg-violet-500\/95{background-color:rgba(139,92,246,.95)}.md\:bg-violet-600{--tw-bg-opacity:1;background-color:rgba(124,58,237,var(--tw-bg-opacity))}.md\:bg-violet-600\/0{background-color:rgba(124,58,237,0)}.md\:bg-violet-600\/10{background-color:rgba(124,58,237,.1)}.md\:bg-violet-600\/100{background-color:#7c3aed}.md\:bg-violet-600\/15{background-color:rgba(124,58,237,.15)}.md\:bg-violet-600\/20{background-color:rgba(124,58,237,.2)}.md\:bg-violet-600\/25{background-color:rgba(124,58,237,.25)}.md\:bg-violet-600\/30{background-color:rgba(124,58,237,.3)}.md\:bg-violet-600\/35{background-color:rgba(124,58,237,.35)}.md\:bg-violet-600\/40{background-color:rgba(124,58,237,.4)}.md\:bg-violet-600\/45{background-color:rgba(124,58,237,.45)}.md\:bg-violet-600\/5{background-color:rgba(124,58,237,.05)}.md\:bg-violet-600\/50{background-color:rgba(124,58,237,.5)}.md\:bg-violet-600\/55{background-color:rgba(124,58,237,.55)}.md\:bg-violet-600\/60{background-color:rgba(124,58,237,.6)}.md\:bg-violet-600\/65{background-color:rgba(124,58,237,.65)}.md\:bg-violet-600\/70{background-color:rgba(124,58,237,.7)}.md\:bg-violet-600\/75{background-color:rgba(124,58,237,.75)}.md\:bg-violet-600\/80{background-color:rgba(124,58,237,.8)}.md\:bg-violet-600\/85{background-color:rgba(124,58,237,.85)}.md\:bg-violet-600\/90{background-color:rgba(124,58,237,.9)}.md\:bg-violet-600\/95{background-color:rgba(124,58,237,.95)}.md\:bg-violet-700{--tw-bg-opacity:1;background-color:rgba(109,40,217,var(--tw-bg-opacity))}.md\:bg-violet-700\/0{background-color:rgba(109,40,217,0)}.md\:bg-violet-700\/10{background-color:rgba(109,40,217,.1)}.md\:bg-violet-700\/100{background-color:#6d28d9}.md\:bg-violet-700\/15{background-color:rgba(109,40,217,.15)}.md\:bg-violet-700\/20{background-color:rgba(109,40,217,.2)}.md\:bg-violet-700\/25{background-color:rgba(109,40,217,.25)}.md\:bg-violet-700\/30{background-color:rgba(109,40,217,.3)}.md\:bg-violet-700\/35{background-color:rgba(109,40,217,.35)}.md\:bg-violet-700\/40{background-color:rgba(109,40,217,.4)}.md\:bg-violet-700\/45{background-color:rgba(109,40,217,.45)}.md\:bg-violet-700\/5{background-color:rgba(109,40,217,.05)}.md\:bg-violet-700\/50{background-color:rgba(109,40,217,.5)}.md\:bg-violet-700\/55{background-color:rgba(109,40,217,.55)}.md\:bg-violet-700\/60{background-color:rgba(109,40,217,.6)}.md\:bg-violet-700\/65{background-color:rgba(109,40,217,.65)}.md\:bg-violet-700\/70{background-color:rgba(109,40,217,.7)}.md\:bg-violet-700\/75{background-color:rgba(109,40,217,.75)}.md\:bg-violet-700\/80{background-color:rgba(109,40,217,.8)}.md\:bg-violet-700\/85{background-color:rgba(109,40,217,.85)}.md\:bg-violet-700\/90{background-color:rgba(109,40,217,.9)}.md\:bg-violet-700\/95{background-color:rgba(109,40,217,.95)}.md\:bg-violet-800{--tw-bg-opacity:1;background-color:rgba(91,33,182,var(--tw-bg-opacity))}.md\:bg-violet-800\/0{background-color:rgba(91,33,182,0)}.md\:bg-violet-800\/10{background-color:rgba(91,33,182,.1)}.md\:bg-violet-800\/100{background-color:#5b21b6}.md\:bg-violet-800\/15{background-color:rgba(91,33,182,.15)}.md\:bg-violet-800\/20{background-color:rgba(91,33,182,.2)}.md\:bg-violet-800\/25{background-color:rgba(91,33,182,.25)}.md\:bg-violet-800\/30{background-color:rgba(91,33,182,.3)}.md\:bg-violet-800\/35{background-color:rgba(91,33,182,.35)}.md\:bg-violet-800\/40{background-color:rgba(91,33,182,.4)}.md\:bg-violet-800\/45{background-color:rgba(91,33,182,.45)}.md\:bg-violet-800\/5{background-color:rgba(91,33,182,.05)}.md\:bg-violet-800\/50{background-color:rgba(91,33,182,.5)}.md\:bg-violet-800\/55{background-color:rgba(91,33,182,.55)}.md\:bg-violet-800\/60{background-color:rgba(91,33,182,.6)}.md\:bg-violet-800\/65{background-color:rgba(91,33,182,.65)}.md\:bg-violet-800\/70{background-color:rgba(91,33,182,.7)}.md\:bg-violet-800\/75{background-color:rgba(91,33,182,.75)}.md\:bg-violet-800\/80{background-color:rgba(91,33,182,.8)}.md\:bg-violet-800\/85{background-color:rgba(91,33,182,.85)}.md\:bg-violet-800\/90{background-color:rgba(91,33,182,.9)}.md\:bg-violet-800\/95{background-color:rgba(91,33,182,.95)}.md\:bg-violet-900{--tw-bg-opacity:1;background-color:rgba(76,29,149,var(--tw-bg-opacity))}.md\:bg-violet-900\/0{background-color:rgba(76,29,149,0)}.md\:bg-violet-900\/10{background-color:rgba(76,29,149,.1)}.md\:bg-violet-900\/100{background-color:#4c1d95}.md\:bg-violet-900\/15{background-color:rgba(76,29,149,.15)}.md\:bg-violet-900\/20{background-color:rgba(76,29,149,.2)}.md\:bg-violet-900\/25{background-color:rgba(76,29,149,.25)}.md\:bg-violet-900\/30{background-color:rgba(76,29,149,.3)}.md\:bg-violet-900\/35{background-color:rgba(76,29,149,.35)}.md\:bg-violet-900\/40{background-color:rgba(76,29,149,.4)}.md\:bg-violet-900\/45{background-color:rgba(76,29,149,.45)}.md\:bg-violet-900\/5{background-color:rgba(76,29,149,.05)}.md\:bg-violet-900\/50{background-color:rgba(76,29,149,.5)}.md\:bg-violet-900\/55{background-color:rgba(76,29,149,.55)}.md\:bg-violet-900\/60{background-color:rgba(76,29,149,.6)}.md\:bg-violet-900\/65{background-color:rgba(76,29,149,.65)}.md\:bg-violet-900\/70{background-color:rgba(76,29,149,.7)}.md\:bg-violet-900\/75{background-color:rgba(76,29,149,.75)}.md\:bg-violet-900\/80{background-color:rgba(76,29,149,.8)}.md\:bg-violet-900\/85{background-color:rgba(76,29,149,.85)}.md\:bg-violet-900\/90{background-color:rgba(76,29,149,.9)}.md\:bg-violet-900\/95{background-color:rgba(76,29,149,.95)}.md\:bg-violet-950{--tw-bg-opacity:1;background-color:rgba(46,16,101,var(--tw-bg-opacity))}.md\:bg-violet-950\/0{background-color:rgba(46,16,101,0)}.md\:bg-violet-950\/10{background-color:rgba(46,16,101,.1)}.md\:bg-violet-950\/100{background-color:#2e1065}.md\:bg-violet-950\/15{background-color:rgba(46,16,101,.15)}.md\:bg-violet-950\/20{background-color:rgba(46,16,101,.2)}.md\:bg-violet-950\/25{background-color:rgba(46,16,101,.25)}.md\:bg-violet-950\/30{background-color:rgba(46,16,101,.3)}.md\:bg-violet-950\/35{background-color:rgba(46,16,101,.35)}.md\:bg-violet-950\/40{background-color:rgba(46,16,101,.4)}.md\:bg-violet-950\/45{background-color:rgba(46,16,101,.45)}.md\:bg-violet-950\/5{background-color:rgba(46,16,101,.05)}.md\:bg-violet-950\/50{background-color:rgba(46,16,101,.5)}.md\:bg-violet-950\/55{background-color:rgba(46,16,101,.55)}.md\:bg-violet-950\/60{background-color:rgba(46,16,101,.6)}.md\:bg-violet-950\/65{background-color:rgba(46,16,101,.65)}.md\:bg-violet-950\/70{background-color:rgba(46,16,101,.7)}.md\:bg-violet-950\/75{background-color:rgba(46,16,101,.75)}.md\:bg-violet-950\/80{background-color:rgba(46,16,101,.8)}.md\:bg-violet-950\/85{background-color:rgba(46,16,101,.85)}.md\:bg-violet-950\/90{background-color:rgba(46,16,101,.9)}.md\:bg-violet-950\/95{background-color:rgba(46,16,101,.95)}.md\:bg-white{--tw-bg-opacity:1;background-color:rgba(255,255,255,var(--tw-bg-opacity))}.md\:bg-white\/0{background-color:hsla(0,0%,100%,0)}.md\:bg-white\/10{background-color:hsla(0,0%,100%,.1)}.md\:bg-white\/100{background-color:#fff}.md\:bg-white\/15{background-color:hsla(0,0%,100%,.15)}.md\:bg-white\/20{background-color:hsla(0,0%,100%,.2)}.md\:bg-white\/25{background-color:hsla(0,0%,100%,.25)}.md\:bg-white\/30{background-color:hsla(0,0%,100%,.3)}.md\:bg-white\/35{background-color:hsla(0,0%,100%,.35)}.md\:bg-white\/40{background-color:hsla(0,0%,100%,.4)}.md\:bg-white\/45{background-color:hsla(0,0%,100%,.45)}.md\:bg-white\/5{background-color:hsla(0,0%,100%,.05)}.md\:bg-white\/50{background-color:hsla(0,0%,100%,.5)}.md\:bg-white\/55{background-color:hsla(0,0%,100%,.55)}.md\:bg-white\/60{background-color:hsla(0,0%,100%,.6)}.md\:bg-white\/65{background-color:hsla(0,0%,100%,.65)}.md\:bg-white\/70{background-color:hsla(0,0%,100%,.7)}.md\:bg-white\/75{background-color:hsla(0,0%,100%,.75)}.md\:bg-white\/80{background-color:hsla(0,0%,100%,.8)}.md\:bg-white\/85{background-color:hsla(0,0%,100%,.85)}.md\:bg-white\/90{background-color:hsla(0,0%,100%,.9)}.md\:bg-white\/95{background-color:hsla(0,0%,100%,.95)}.md\:bg-yellow-100{--tw-bg-opacity:1;background-color:rgba(254,249,195,var(--tw-bg-opacity))}.md\:bg-yellow-100\/0{background-color:hsla(55,97%,88%,0)}.md\:bg-yellow-100\/10{background-color:hsla(55,97%,88%,.1)}.md\:bg-yellow-100\/100{background-color:#fef9c3}.md\:bg-yellow-100\/15{background-color:hsla(55,97%,88%,.15)}.md\:bg-yellow-100\/20{background-color:hsla(55,97%,88%,.2)}.md\:bg-yellow-100\/25{background-color:hsla(55,97%,88%,.25)}.md\:bg-yellow-100\/30{background-color:hsla(55,97%,88%,.3)}.md\:bg-yellow-100\/35{background-color:hsla(55,97%,88%,.35)}.md\:bg-yellow-100\/40{background-color:hsla(55,97%,88%,.4)}.md\:bg-yellow-100\/45{background-color:hsla(55,97%,88%,.45)}.md\:bg-yellow-100\/5{background-color:hsla(55,97%,88%,.05)}.md\:bg-yellow-100\/50{background-color:hsla(55,97%,88%,.5)}.md\:bg-yellow-100\/55{background-color:hsla(55,97%,88%,.55)}.md\:bg-yellow-100\/60{background-color:hsla(55,97%,88%,.6)}.md\:bg-yellow-100\/65{background-color:hsla(55,97%,88%,.65)}.md\:bg-yellow-100\/70{background-color:hsla(55,97%,88%,.7)}.md\:bg-yellow-100\/75{background-color:hsla(55,97%,88%,.75)}.md\:bg-yellow-100\/80{background-color:hsla(55,97%,88%,.8)}.md\:bg-yellow-100\/85{background-color:hsla(55,97%,88%,.85)}.md\:bg-yellow-100\/90{background-color:hsla(55,97%,88%,.9)}.md\:bg-yellow-100\/95{background-color:hsla(55,97%,88%,.95)}.md\:bg-yellow-200{--tw-bg-opacity:1;background-color:rgba(254,240,138,var(--tw-bg-opacity))}.md\:bg-yellow-200\/0{background-color:hsla(53,98%,77%,0)}.md\:bg-yellow-200\/10{background-color:hsla(53,98%,77%,.1)}.md\:bg-yellow-200\/100{background-color:#fef08a}.md\:bg-yellow-200\/15{background-color:hsla(53,98%,77%,.15)}.md\:bg-yellow-200\/20{background-color:hsla(53,98%,77%,.2)}.md\:bg-yellow-200\/25{background-color:hsla(53,98%,77%,.25)}.md\:bg-yellow-200\/30{background-color:hsla(53,98%,77%,.3)}.md\:bg-yellow-200\/35{background-color:hsla(53,98%,77%,.35)}.md\:bg-yellow-200\/40{background-color:hsla(53,98%,77%,.4)}.md\:bg-yellow-200\/45{background-color:hsla(53,98%,77%,.45)}.md\:bg-yellow-200\/5{background-color:hsla(53,98%,77%,.05)}.md\:bg-yellow-200\/50{background-color:hsla(53,98%,77%,.5)}.md\:bg-yellow-200\/55{background-color:hsla(53,98%,77%,.55)}.md\:bg-yellow-200\/60{background-color:hsla(53,98%,77%,.6)}.md\:bg-yellow-200\/65{background-color:hsla(53,98%,77%,.65)}.md\:bg-yellow-200\/70{background-color:hsla(53,98%,77%,.7)}.md\:bg-yellow-200\/75{background-color:hsla(53,98%,77%,.75)}.md\:bg-yellow-200\/80{background-color:hsla(53,98%,77%,.8)}.md\:bg-yellow-200\/85{background-color:hsla(53,98%,77%,.85)}.md\:bg-yellow-200\/90{background-color:hsla(53,98%,77%,.9)}.md\:bg-yellow-200\/95{background-color:hsla(53,98%,77%,.95)}.md\:bg-yellow-300{--tw-bg-opacity:1;background-color:rgba(253,224,71,var(--tw-bg-opacity))}.md\:bg-yellow-300\/0{background-color:rgba(253,224,71,0)}.md\:bg-yellow-300\/10{background-color:rgba(253,224,71,.1)}.md\:bg-yellow-300\/100{background-color:#fde047}.md\:bg-yellow-300\/15{background-color:rgba(253,224,71,.15)}.md\:bg-yellow-300\/20{background-color:rgba(253,224,71,.2)}.md\:bg-yellow-300\/25{background-color:rgba(253,224,71,.25)}.md\:bg-yellow-300\/30{background-color:rgba(253,224,71,.3)}.md\:bg-yellow-300\/35{background-color:rgba(253,224,71,.35)}.md\:bg-yellow-300\/40{background-color:rgba(253,224,71,.4)}.md\:bg-yellow-300\/45{background-color:rgba(253,224,71,.45)}.md\:bg-yellow-300\/5{background-color:rgba(253,224,71,.05)}.md\:bg-yellow-300\/50{background-color:rgba(253,224,71,.5)}.md\:bg-yellow-300\/55{background-color:rgba(253,224,71,.55)}.md\:bg-yellow-300\/60{background-color:rgba(253,224,71,.6)}.md\:bg-yellow-300\/65{background-color:rgba(253,224,71,.65)}.md\:bg-yellow-300\/70{background-color:rgba(253,224,71,.7)}.md\:bg-yellow-300\/75{background-color:rgba(253,224,71,.75)}.md\:bg-yellow-300\/80{background-color:rgba(253,224,71,.8)}.md\:bg-yellow-300\/85{background-color:rgba(253,224,71,.85)}.md\:bg-yellow-300\/90{background-color:rgba(253,224,71,.9)}.md\:bg-yellow-300\/95{background-color:rgba(253,224,71,.95)}.md\:bg-yellow-400{--tw-bg-opacity:1;background-color:rgba(250,204,21,var(--tw-bg-opacity))}.md\:bg-yellow-400\/0{background-color:rgba(250,204,21,0)}.md\:bg-yellow-400\/10{background-color:rgba(250,204,21,.1)}.md\:bg-yellow-400\/100{background-color:#facc15}.md\:bg-yellow-400\/15{background-color:rgba(250,204,21,.15)}.md\:bg-yellow-400\/20{background-color:rgba(250,204,21,.2)}.md\:bg-yellow-400\/25{background-color:rgba(250,204,21,.25)}.md\:bg-yellow-400\/30{background-color:rgba(250,204,21,.3)}.md\:bg-yellow-400\/35{background-color:rgba(250,204,21,.35)}.md\:bg-yellow-400\/40{background-color:rgba(250,204,21,.4)}.md\:bg-yellow-400\/45{background-color:rgba(250,204,21,.45)}.md\:bg-yellow-400\/5{background-color:rgba(250,204,21,.05)}.md\:bg-yellow-400\/50{background-color:rgba(250,204,21,.5)}.md\:bg-yellow-400\/55{background-color:rgba(250,204,21,.55)}.md\:bg-yellow-400\/60{background-color:rgba(250,204,21,.6)}.md\:bg-yellow-400\/65{background-color:rgba(250,204,21,.65)}.md\:bg-yellow-400\/70{background-color:rgba(250,204,21,.7)}.md\:bg-yellow-400\/75{background-color:rgba(250,204,21,.75)}.md\:bg-yellow-400\/80{background-color:rgba(250,204,21,.8)}.md\:bg-yellow-400\/85{background-color:rgba(250,204,21,.85)}.md\:bg-yellow-400\/90{background-color:rgba(250,204,21,.9)}.md\:bg-yellow-400\/95{background-color:rgba(250,204,21,.95)}.md\:bg-yellow-50{--tw-bg-opacity:1;background-color:rgba(254,252,232,var(--tw-bg-opacity))}.md\:bg-yellow-50\/0{background-color:hsla(55,92%,95%,0)}.md\:bg-yellow-50\/10{background-color:hsla(55,92%,95%,.1)}.md\:bg-yellow-50\/100{background-color:#fefce8}.md\:bg-yellow-50\/15{background-color:hsla(55,92%,95%,.15)}.md\:bg-yellow-50\/20{background-color:hsla(55,92%,95%,.2)}.md\:bg-yellow-50\/25{background-color:hsla(55,92%,95%,.25)}.md\:bg-yellow-50\/30{background-color:hsla(55,92%,95%,.3)}.md\:bg-yellow-50\/35{background-color:hsla(55,92%,95%,.35)}.md\:bg-yellow-50\/40{background-color:hsla(55,92%,95%,.4)}.md\:bg-yellow-50\/45{background-color:hsla(55,92%,95%,.45)}.md\:bg-yellow-50\/5{background-color:hsla(55,92%,95%,.05)}.md\:bg-yellow-50\/50{background-color:hsla(55,92%,95%,.5)}.md\:bg-yellow-50\/55{background-color:hsla(55,92%,95%,.55)}.md\:bg-yellow-50\/60{background-color:hsla(55,92%,95%,.6)}.md\:bg-yellow-50\/65{background-color:hsla(55,92%,95%,.65)}.md\:bg-yellow-50\/70{background-color:hsla(55,92%,95%,.7)}.md\:bg-yellow-50\/75{background-color:hsla(55,92%,95%,.75)}.md\:bg-yellow-50\/80{background-color:hsla(55,92%,95%,.8)}.md\:bg-yellow-50\/85{background-color:hsla(55,92%,95%,.85)}.md\:bg-yellow-50\/90{background-color:hsla(55,92%,95%,.9)}.md\:bg-yellow-50\/95{background-color:hsla(55,92%,95%,.95)}.md\:bg-yellow-500{--tw-bg-opacity:1;background-color:rgba(234,179,8,var(--tw-bg-opacity))}.md\:bg-yellow-500\/0{background-color:rgba(234,179,8,0)}.md\:bg-yellow-500\/10{background-color:rgba(234,179,8,.1)}.md\:bg-yellow-500\/100{background-color:#eab308}.md\:bg-yellow-500\/15{background-color:rgba(234,179,8,.15)}.md\:bg-yellow-500\/20{background-color:rgba(234,179,8,.2)}.md\:bg-yellow-500\/25{background-color:rgba(234,179,8,.25)}.md\:bg-yellow-500\/30{background-color:rgba(234,179,8,.3)}.md\:bg-yellow-500\/35{background-color:rgba(234,179,8,.35)}.md\:bg-yellow-500\/40{background-color:rgba(234,179,8,.4)}.md\:bg-yellow-500\/45{background-color:rgba(234,179,8,.45)}.md\:bg-yellow-500\/5{background-color:rgba(234,179,8,.05)}.md\:bg-yellow-500\/50{background-color:rgba(234,179,8,.5)}.md\:bg-yellow-500\/55{background-color:rgba(234,179,8,.55)}.md\:bg-yellow-500\/60{background-color:rgba(234,179,8,.6)}.md\:bg-yellow-500\/65{background-color:rgba(234,179,8,.65)}.md\:bg-yellow-500\/70{background-color:rgba(234,179,8,.7)}.md\:bg-yellow-500\/75{background-color:rgba(234,179,8,.75)}.md\:bg-yellow-500\/80{background-color:rgba(234,179,8,.8)}.md\:bg-yellow-500\/85{background-color:rgba(234,179,8,.85)}.md\:bg-yellow-500\/90{background-color:rgba(234,179,8,.9)}.md\:bg-yellow-500\/95{background-color:rgba(234,179,8,.95)}.md\:bg-yellow-600{--tw-bg-opacity:1;background-color:rgba(202,138,4,var(--tw-bg-opacity))}.md\:bg-yellow-600\/0{background-color:rgba(202,138,4,0)}.md\:bg-yellow-600\/10{background-color:rgba(202,138,4,.1)}.md\:bg-yellow-600\/100{background-color:#ca8a04}.md\:bg-yellow-600\/15{background-color:rgba(202,138,4,.15)}.md\:bg-yellow-600\/20{background-color:rgba(202,138,4,.2)}.md\:bg-yellow-600\/25{background-color:rgba(202,138,4,.25)}.md\:bg-yellow-600\/30{background-color:rgba(202,138,4,.3)}.md\:bg-yellow-600\/35{background-color:rgba(202,138,4,.35)}.md\:bg-yellow-600\/40{background-color:rgba(202,138,4,.4)}.md\:bg-yellow-600\/45{background-color:rgba(202,138,4,.45)}.md\:bg-yellow-600\/5{background-color:rgba(202,138,4,.05)}.md\:bg-yellow-600\/50{background-color:rgba(202,138,4,.5)}.md\:bg-yellow-600\/55{background-color:rgba(202,138,4,.55)}.md\:bg-yellow-600\/60{background-color:rgba(202,138,4,.6)}.md\:bg-yellow-600\/65{background-color:rgba(202,138,4,.65)}.md\:bg-yellow-600\/70{background-color:rgba(202,138,4,.7)}.md\:bg-yellow-600\/75{background-color:rgba(202,138,4,.75)}.md\:bg-yellow-600\/80{background-color:rgba(202,138,4,.8)}.md\:bg-yellow-600\/85{background-color:rgba(202,138,4,.85)}.md\:bg-yellow-600\/90{background-color:rgba(202,138,4,.9)}.md\:bg-yellow-600\/95{background-color:rgba(202,138,4,.95)}.md\:bg-yellow-700{--tw-bg-opacity:1;background-color:rgba(161,98,7,var(--tw-bg-opacity))}.md\:bg-yellow-700\/0{background-color:rgba(161,98,7,0)}.md\:bg-yellow-700\/10{background-color:rgba(161,98,7,.1)}.md\:bg-yellow-700\/100{background-color:#a16207}.md\:bg-yellow-700\/15{background-color:rgba(161,98,7,.15)}.md\:bg-yellow-700\/20{background-color:rgba(161,98,7,.2)}.md\:bg-yellow-700\/25{background-color:rgba(161,98,7,.25)}.md\:bg-yellow-700\/30{background-color:rgba(161,98,7,.3)}.md\:bg-yellow-700\/35{background-color:rgba(161,98,7,.35)}.md\:bg-yellow-700\/40{background-color:rgba(161,98,7,.4)}.md\:bg-yellow-700\/45{background-color:rgba(161,98,7,.45)}.md\:bg-yellow-700\/5{background-color:rgba(161,98,7,.05)}.md\:bg-yellow-700\/50{background-color:rgba(161,98,7,.5)}.md\:bg-yellow-700\/55{background-color:rgba(161,98,7,.55)}.md\:bg-yellow-700\/60{background-color:rgba(161,98,7,.6)}.md\:bg-yellow-700\/65{background-color:rgba(161,98,7,.65)}.md\:bg-yellow-700\/70{background-color:rgba(161,98,7,.7)}.md\:bg-yellow-700\/75{background-color:rgba(161,98,7,.75)}.md\:bg-yellow-700\/80{background-color:rgba(161,98,7,.8)}.md\:bg-yellow-700\/85{background-color:rgba(161,98,7,.85)}.md\:bg-yellow-700\/90{background-color:rgba(161,98,7,.9)}.md\:bg-yellow-700\/95{background-color:rgba(161,98,7,.95)}.md\:bg-yellow-800{--tw-bg-opacity:1;background-color:rgba(133,77,14,var(--tw-bg-opacity))}.md\:bg-yellow-800\/0{background-color:rgba(133,77,14,0)}.md\:bg-yellow-800\/10{background-color:rgba(133,77,14,.1)}.md\:bg-yellow-800\/100{background-color:#854d0e}.md\:bg-yellow-800\/15{background-color:rgba(133,77,14,.15)}.md\:bg-yellow-800\/20{background-color:rgba(133,77,14,.2)}.md\:bg-yellow-800\/25{background-color:rgba(133,77,14,.25)}.md\:bg-yellow-800\/30{background-color:rgba(133,77,14,.3)}.md\:bg-yellow-800\/35{background-color:rgba(133,77,14,.35)}.md\:bg-yellow-800\/40{background-color:rgba(133,77,14,.4)}.md\:bg-yellow-800\/45{background-color:rgba(133,77,14,.45)}.md\:bg-yellow-800\/5{background-color:rgba(133,77,14,.05)}.md\:bg-yellow-800\/50{background-color:rgba(133,77,14,.5)}.md\:bg-yellow-800\/55{background-color:rgba(133,77,14,.55)}.md\:bg-yellow-800\/60{background-color:rgba(133,77,14,.6)}.md\:bg-yellow-800\/65{background-color:rgba(133,77,14,.65)}.md\:bg-yellow-800\/70{background-color:rgba(133,77,14,.7)}.md\:bg-yellow-800\/75{background-color:rgba(133,77,14,.75)}.md\:bg-yellow-800\/80{background-color:rgba(133,77,14,.8)}.md\:bg-yellow-800\/85{background-color:rgba(133,77,14,.85)}.md\:bg-yellow-800\/90{background-color:rgba(133,77,14,.9)}.md\:bg-yellow-800\/95{background-color:rgba(133,77,14,.95)}.md\:bg-yellow-900{--tw-bg-opacity:1;background-color:rgba(113,63,18,var(--tw-bg-opacity))}.md\:bg-yellow-900\/0{background-color:rgba(113,63,18,0)}.md\:bg-yellow-900\/10{background-color:rgba(113,63,18,.1)}.md\:bg-yellow-900\/100{background-color:#713f12}.md\:bg-yellow-900\/15{background-color:rgba(113,63,18,.15)}.md\:bg-yellow-900\/20{background-color:rgba(113,63,18,.2)}.md\:bg-yellow-900\/25{background-color:rgba(113,63,18,.25)}.md\:bg-yellow-900\/30{background-color:rgba(113,63,18,.3)}.md\:bg-yellow-900\/35{background-color:rgba(113,63,18,.35)}.md\:bg-yellow-900\/40{background-color:rgba(113,63,18,.4)}.md\:bg-yellow-900\/45{background-color:rgba(113,63,18,.45)}.md\:bg-yellow-900\/5{background-color:rgba(113,63,18,.05)}.md\:bg-yellow-900\/50{background-color:rgba(113,63,18,.5)}.md\:bg-yellow-900\/55{background-color:rgba(113,63,18,.55)}.md\:bg-yellow-900\/60{background-color:rgba(113,63,18,.6)}.md\:bg-yellow-900\/65{background-color:rgba(113,63,18,.65)}.md\:bg-yellow-900\/70{background-color:rgba(113,63,18,.7)}.md\:bg-yellow-900\/75{background-color:rgba(113,63,18,.75)}.md\:bg-yellow-900\/80{background-color:rgba(113,63,18,.8)}.md\:bg-yellow-900\/85{background-color:rgba(113,63,18,.85)}.md\:bg-yellow-900\/90{background-color:rgba(113,63,18,.9)}.md\:bg-yellow-900\/95{background-color:rgba(113,63,18,.95)}.md\:bg-yellow-950{--tw-bg-opacity:1;background-color:rgba(66,32,6,var(--tw-bg-opacity))}.md\:bg-yellow-950\/0{background-color:rgba(66,32,6,0)}.md\:bg-yellow-950\/10{background-color:rgba(66,32,6,.1)}.md\:bg-yellow-950\/100{background-color:#422006}.md\:bg-yellow-950\/15{background-color:rgba(66,32,6,.15)}.md\:bg-yellow-950\/20{background-color:rgba(66,32,6,.2)}.md\:bg-yellow-950\/25{background-color:rgba(66,32,6,.25)}.md\:bg-yellow-950\/30{background-color:rgba(66,32,6,.3)}.md\:bg-yellow-950\/35{background-color:rgba(66,32,6,.35)}.md\:bg-yellow-950\/40{background-color:rgba(66,32,6,.4)}.md\:bg-yellow-950\/45{background-color:rgba(66,32,6,.45)}.md\:bg-yellow-950\/5{background-color:rgba(66,32,6,.05)}.md\:bg-yellow-950\/50{background-color:rgba(66,32,6,.5)}.md\:bg-yellow-950\/55{background-color:rgba(66,32,6,.55)}.md\:bg-yellow-950\/60{background-color:rgba(66,32,6,.6)}.md\:bg-yellow-950\/65{background-color:rgba(66,32,6,.65)}.md\:bg-yellow-950\/70{background-color:rgba(66,32,6,.7)}.md\:bg-yellow-950\/75{background-color:rgba(66,32,6,.75)}.md\:bg-yellow-950\/80{background-color:rgba(66,32,6,.8)}.md\:bg-yellow-950\/85{background-color:rgba(66,32,6,.85)}.md\:bg-yellow-950\/90{background-color:rgba(66,32,6,.9)}.md\:bg-yellow-950\/95{background-color:rgba(66,32,6,.95)}.md\:bg-zinc-100{--tw-bg-opacity:1;background-color:rgba(244,244,245,var(--tw-bg-opacity))}.md\:bg-zinc-100\/0{background-color:hsla(240,5%,96%,0)}.md\:bg-zinc-100\/10{background-color:hsla(240,5%,96%,.1)}.md\:bg-zinc-100\/100{background-color:#f4f4f5}.md\:bg-zinc-100\/15{background-color:hsla(240,5%,96%,.15)}.md\:bg-zinc-100\/20{background-color:hsla(240,5%,96%,.2)}.md\:bg-zinc-100\/25{background-color:hsla(240,5%,96%,.25)}.md\:bg-zinc-100\/30{background-color:hsla(240,5%,96%,.3)}.md\:bg-zinc-100\/35{background-color:hsla(240,5%,96%,.35)}.md\:bg-zinc-100\/40{background-color:hsla(240,5%,96%,.4)}.md\:bg-zinc-100\/45{background-color:hsla(240,5%,96%,.45)}.md\:bg-zinc-100\/5{background-color:hsla(240,5%,96%,.05)}.md\:bg-zinc-100\/50{background-color:hsla(240,5%,96%,.5)}.md\:bg-zinc-100\/55{background-color:hsla(240,5%,96%,.55)}.md\:bg-zinc-100\/60{background-color:hsla(240,5%,96%,.6)}.md\:bg-zinc-100\/65{background-color:hsla(240,5%,96%,.65)}.md\:bg-zinc-100\/70{background-color:hsla(240,5%,96%,.7)}.md\:bg-zinc-100\/75{background-color:hsla(240,5%,96%,.75)}.md\:bg-zinc-100\/80{background-color:hsla(240,5%,96%,.8)}.md\:bg-zinc-100\/85{background-color:hsla(240,5%,96%,.85)}.md\:bg-zinc-100\/90{background-color:hsla(240,5%,96%,.9)}.md\:bg-zinc-100\/95{background-color:hsla(240,5%,96%,.95)}.md\:bg-zinc-200{--tw-bg-opacity:1;background-color:rgba(228,228,231,var(--tw-bg-opacity))}.md\:bg-zinc-200\/0{background-color:hsla(240,6%,90%,0)}.md\:bg-zinc-200\/10{background-color:hsla(240,6%,90%,.1)}.md\:bg-zinc-200\/100{background-color:#e4e4e7}.md\:bg-zinc-200\/15{background-color:hsla(240,6%,90%,.15)}.md\:bg-zinc-200\/20{background-color:hsla(240,6%,90%,.2)}.md\:bg-zinc-200\/25{background-color:hsla(240,6%,90%,.25)}.md\:bg-zinc-200\/30{background-color:hsla(240,6%,90%,.3)}.md\:bg-zinc-200\/35{background-color:hsla(240,6%,90%,.35)}.md\:bg-zinc-200\/40{background-color:hsla(240,6%,90%,.4)}.md\:bg-zinc-200\/45{background-color:hsla(240,6%,90%,.45)}.md\:bg-zinc-200\/5{background-color:hsla(240,6%,90%,.05)}.md\:bg-zinc-200\/50{background-color:hsla(240,6%,90%,.5)}.md\:bg-zinc-200\/55{background-color:hsla(240,6%,90%,.55)}.md\:bg-zinc-200\/60{background-color:hsla(240,6%,90%,.6)}.md\:bg-zinc-200\/65{background-color:hsla(240,6%,90%,.65)}.md\:bg-zinc-200\/70{background-color:hsla(240,6%,90%,.7)}.md\:bg-zinc-200\/75{background-color:hsla(240,6%,90%,.75)}.md\:bg-zinc-200\/80{background-color:hsla(240,6%,90%,.8)}.md\:bg-zinc-200\/85{background-color:hsla(240,6%,90%,.85)}.md\:bg-zinc-200\/90{background-color:hsla(240,6%,90%,.9)}.md\:bg-zinc-200\/95{background-color:hsla(240,6%,90%,.95)}.md\:bg-zinc-300{--tw-bg-opacity:1;background-color:rgba(212,212,216,var(--tw-bg-opacity))}.md\:bg-zinc-300\/0{background-color:hsla(240,5%,84%,0)}.md\:bg-zinc-300\/10{background-color:hsla(240,5%,84%,.1)}.md\:bg-zinc-300\/100{background-color:#d4d4d8}.md\:bg-zinc-300\/15{background-color:hsla(240,5%,84%,.15)}.md\:bg-zinc-300\/20{background-color:hsla(240,5%,84%,.2)}.md\:bg-zinc-300\/25{background-color:hsla(240,5%,84%,.25)}.md\:bg-zinc-300\/30{background-color:hsla(240,5%,84%,.3)}.md\:bg-zinc-300\/35{background-color:hsla(240,5%,84%,.35)}.md\:bg-zinc-300\/40{background-color:hsla(240,5%,84%,.4)}.md\:bg-zinc-300\/45{background-color:hsla(240,5%,84%,.45)}.md\:bg-zinc-300\/5{background-color:hsla(240,5%,84%,.05)}.md\:bg-zinc-300\/50{background-color:hsla(240,5%,84%,.5)}.md\:bg-zinc-300\/55{background-color:hsla(240,5%,84%,.55)}.md\:bg-zinc-300\/60{background-color:hsla(240,5%,84%,.6)}.md\:bg-zinc-300\/65{background-color:hsla(240,5%,84%,.65)}.md\:bg-zinc-300\/70{background-color:hsla(240,5%,84%,.7)}.md\:bg-zinc-300\/75{background-color:hsla(240,5%,84%,.75)}.md\:bg-zinc-300\/80{background-color:hsla(240,5%,84%,.8)}.md\:bg-zinc-300\/85{background-color:hsla(240,5%,84%,.85)}.md\:bg-zinc-300\/90{background-color:hsla(240,5%,84%,.9)}.md\:bg-zinc-300\/95{background-color:hsla(240,5%,84%,.95)}.md\:bg-zinc-400{--tw-bg-opacity:1;background-color:rgba(161,161,170,var(--tw-bg-opacity))}.md\:bg-zinc-400\/0{background-color:hsla(240,5%,65%,0)}.md\:bg-zinc-400\/10{background-color:hsla(240,5%,65%,.1)}.md\:bg-zinc-400\/100{background-color:#a1a1aa}.md\:bg-zinc-400\/15{background-color:hsla(240,5%,65%,.15)}.md\:bg-zinc-400\/20{background-color:hsla(240,5%,65%,.2)}.md\:bg-zinc-400\/25{background-color:hsla(240,5%,65%,.25)}.md\:bg-zinc-400\/30{background-color:hsla(240,5%,65%,.3)}.md\:bg-zinc-400\/35{background-color:hsla(240,5%,65%,.35)}.md\:bg-zinc-400\/40{background-color:hsla(240,5%,65%,.4)}.md\:bg-zinc-400\/45{background-color:hsla(240,5%,65%,.45)}.md\:bg-zinc-400\/5{background-color:hsla(240,5%,65%,.05)}.md\:bg-zinc-400\/50{background-color:hsla(240,5%,65%,.5)}.md\:bg-zinc-400\/55{background-color:hsla(240,5%,65%,.55)}.md\:bg-zinc-400\/60{background-color:hsla(240,5%,65%,.6)}.md\:bg-zinc-400\/65{background-color:hsla(240,5%,65%,.65)}.md\:bg-zinc-400\/70{background-color:hsla(240,5%,65%,.7)}.md\:bg-zinc-400\/75{background-color:hsla(240,5%,65%,.75)}.md\:bg-zinc-400\/80{background-color:hsla(240,5%,65%,.8)}.md\:bg-zinc-400\/85{background-color:hsla(240,5%,65%,.85)}.md\:bg-zinc-400\/90{background-color:hsla(240,5%,65%,.9)}.md\:bg-zinc-400\/95{background-color:hsla(240,5%,65%,.95)}.md\:bg-zinc-50{--tw-bg-opacity:1;background-color:rgba(250,250,250,var(--tw-bg-opacity))}.md\:bg-zinc-50\/0{background-color:hsla(0,0%,98%,0)}.md\:bg-zinc-50\/10{background-color:hsla(0,0%,98%,.1)}.md\:bg-zinc-50\/100{background-color:#fafafa}.md\:bg-zinc-50\/15{background-color:hsla(0,0%,98%,.15)}.md\:bg-zinc-50\/20{background-color:hsla(0,0%,98%,.2)}.md\:bg-zinc-50\/25{background-color:hsla(0,0%,98%,.25)}.md\:bg-zinc-50\/30{background-color:hsla(0,0%,98%,.3)}.md\:bg-zinc-50\/35{background-color:hsla(0,0%,98%,.35)}.md\:bg-zinc-50\/40{background-color:hsla(0,0%,98%,.4)}.md\:bg-zinc-50\/45{background-color:hsla(0,0%,98%,.45)}.md\:bg-zinc-50\/5{background-color:hsla(0,0%,98%,.05)}.md\:bg-zinc-50\/50{background-color:hsla(0,0%,98%,.5)}.md\:bg-zinc-50\/55{background-color:hsla(0,0%,98%,.55)}.md\:bg-zinc-50\/60{background-color:hsla(0,0%,98%,.6)}.md\:bg-zinc-50\/65{background-color:hsla(0,0%,98%,.65)}.md\:bg-zinc-50\/70{background-color:hsla(0,0%,98%,.7)}.md\:bg-zinc-50\/75{background-color:hsla(0,0%,98%,.75)}.md\:bg-zinc-50\/80{background-color:hsla(0,0%,98%,.8)}.md\:bg-zinc-50\/85{background-color:hsla(0,0%,98%,.85)}.md\:bg-zinc-50\/90{background-color:hsla(0,0%,98%,.9)}.md\:bg-zinc-50\/95{background-color:hsla(0,0%,98%,.95)}.md\:bg-zinc-500{--tw-bg-opacity:1;background-color:rgba(113,113,122,var(--tw-bg-opacity))}.md\:bg-zinc-500\/0{background-color:hsla(240,4%,46%,0)}.md\:bg-zinc-500\/10{background-color:hsla(240,4%,46%,.1)}.md\:bg-zinc-500\/100{background-color:#71717a}.md\:bg-zinc-500\/15{background-color:hsla(240,4%,46%,.15)}.md\:bg-zinc-500\/20{background-color:hsla(240,4%,46%,.2)}.md\:bg-zinc-500\/25{background-color:hsla(240,4%,46%,.25)}.md\:bg-zinc-500\/30{background-color:hsla(240,4%,46%,.3)}.md\:bg-zinc-500\/35{background-color:hsla(240,4%,46%,.35)}.md\:bg-zinc-500\/40{background-color:hsla(240,4%,46%,.4)}.md\:bg-zinc-500\/45{background-color:hsla(240,4%,46%,.45)}.md\:bg-zinc-500\/5{background-color:hsla(240,4%,46%,.05)}.md\:bg-zinc-500\/50{background-color:hsla(240,4%,46%,.5)}.md\:bg-zinc-500\/55{background-color:hsla(240,4%,46%,.55)}.md\:bg-zinc-500\/60{background-color:hsla(240,4%,46%,.6)}.md\:bg-zinc-500\/65{background-color:hsla(240,4%,46%,.65)}.md\:bg-zinc-500\/70{background-color:hsla(240,4%,46%,.7)}.md\:bg-zinc-500\/75{background-color:hsla(240,4%,46%,.75)}.md\:bg-zinc-500\/80{background-color:hsla(240,4%,46%,.8)}.md\:bg-zinc-500\/85{background-color:hsla(240,4%,46%,.85)}.md\:bg-zinc-500\/90{background-color:hsla(240,4%,46%,.9)}.md\:bg-zinc-500\/95{background-color:hsla(240,4%,46%,.95)}.md\:bg-zinc-600{--tw-bg-opacity:1;background-color:rgba(82,82,91,var(--tw-bg-opacity))}.md\:bg-zinc-600\/0{background-color:rgba(82,82,91,0)}.md\:bg-zinc-600\/10{background-color:rgba(82,82,91,.1)}.md\:bg-zinc-600\/100{background-color:#52525b}.md\:bg-zinc-600\/15{background-color:rgba(82,82,91,.15)}.md\:bg-zinc-600\/20{background-color:rgba(82,82,91,.2)}.md\:bg-zinc-600\/25{background-color:rgba(82,82,91,.25)}.md\:bg-zinc-600\/30{background-color:rgba(82,82,91,.3)}.md\:bg-zinc-600\/35{background-color:rgba(82,82,91,.35)}.md\:bg-zinc-600\/40{background-color:rgba(82,82,91,.4)}.md\:bg-zinc-600\/45{background-color:rgba(82,82,91,.45)}.md\:bg-zinc-600\/5{background-color:rgba(82,82,91,.05)}.md\:bg-zinc-600\/50{background-color:rgba(82,82,91,.5)}.md\:bg-zinc-600\/55{background-color:rgba(82,82,91,.55)}.md\:bg-zinc-600\/60{background-color:rgba(82,82,91,.6)}.md\:bg-zinc-600\/65{background-color:rgba(82,82,91,.65)}.md\:bg-zinc-600\/70{background-color:rgba(82,82,91,.7)}.md\:bg-zinc-600\/75{background-color:rgba(82,82,91,.75)}.md\:bg-zinc-600\/80{background-color:rgba(82,82,91,.8)}.md\:bg-zinc-600\/85{background-color:rgba(82,82,91,.85)}.md\:bg-zinc-600\/90{background-color:rgba(82,82,91,.9)}.md\:bg-zinc-600\/95{background-color:rgba(82,82,91,.95)}.md\:bg-zinc-700{--tw-bg-opacity:1;background-color:rgba(63,63,70,var(--tw-bg-opacity))}.md\:bg-zinc-700\/0{background-color:rgba(63,63,70,0)}.md\:bg-zinc-700\/10{background-color:rgba(63,63,70,.1)}.md\:bg-zinc-700\/100{background-color:#3f3f46}.md\:bg-zinc-700\/15{background-color:rgba(63,63,70,.15)}.md\:bg-zinc-700\/20{background-color:rgba(63,63,70,.2)}.md\:bg-zinc-700\/25{background-color:rgba(63,63,70,.25)}.md\:bg-zinc-700\/30{background-color:rgba(63,63,70,.3)}.md\:bg-zinc-700\/35{background-color:rgba(63,63,70,.35)}.md\:bg-zinc-700\/40{background-color:rgba(63,63,70,.4)}.md\:bg-zinc-700\/45{background-color:rgba(63,63,70,.45)}.md\:bg-zinc-700\/5{background-color:rgba(63,63,70,.05)}.md\:bg-zinc-700\/50{background-color:rgba(63,63,70,.5)}.md\:bg-zinc-700\/55{background-color:rgba(63,63,70,.55)}.md\:bg-zinc-700\/60{background-color:rgba(63,63,70,.6)}.md\:bg-zinc-700\/65{background-color:rgba(63,63,70,.65)}.md\:bg-zinc-700\/70{background-color:rgba(63,63,70,.7)}.md\:bg-zinc-700\/75{background-color:rgba(63,63,70,.75)}.md\:bg-zinc-700\/80{background-color:rgba(63,63,70,.8)}.md\:bg-zinc-700\/85{background-color:rgba(63,63,70,.85)}.md\:bg-zinc-700\/90{background-color:rgba(63,63,70,.9)}.md\:bg-zinc-700\/95{background-color:rgba(63,63,70,.95)}.md\:bg-zinc-800{--tw-bg-opacity:1;background-color:rgba(39,39,42,var(--tw-bg-opacity))}.md\:bg-zinc-800\/0{background-color:rgba(39,39,42,0)}.md\:bg-zinc-800\/10{background-color:rgba(39,39,42,.1)}.md\:bg-zinc-800\/100{background-color:#27272a}.md\:bg-zinc-800\/15{background-color:rgba(39,39,42,.15)}.md\:bg-zinc-800\/20{background-color:rgba(39,39,42,.2)}.md\:bg-zinc-800\/25{background-color:rgba(39,39,42,.25)}.md\:bg-zinc-800\/30{background-color:rgba(39,39,42,.3)}.md\:bg-zinc-800\/35{background-color:rgba(39,39,42,.35)}.md\:bg-zinc-800\/40{background-color:rgba(39,39,42,.4)}.md\:bg-zinc-800\/45{background-color:rgba(39,39,42,.45)}.md\:bg-zinc-800\/5{background-color:rgba(39,39,42,.05)}.md\:bg-zinc-800\/50{background-color:rgba(39,39,42,.5)}.md\:bg-zinc-800\/55{background-color:rgba(39,39,42,.55)}.md\:bg-zinc-800\/60{background-color:rgba(39,39,42,.6)}.md\:bg-zinc-800\/65{background-color:rgba(39,39,42,.65)}.md\:bg-zinc-800\/70{background-color:rgba(39,39,42,.7)}.md\:bg-zinc-800\/75{background-color:rgba(39,39,42,.75)}.md\:bg-zinc-800\/80{background-color:rgba(39,39,42,.8)}.md\:bg-zinc-800\/85{background-color:rgba(39,39,42,.85)}.md\:bg-zinc-800\/90{background-color:rgba(39,39,42,.9)}.md\:bg-zinc-800\/95{background-color:rgba(39,39,42,.95)}.md\:bg-zinc-900{--tw-bg-opacity:1;background-color:rgba(24,24,27,var(--tw-bg-opacity))}.md\:bg-zinc-900\/0{background-color:rgba(24,24,27,0)}.md\:bg-zinc-900\/10{background-color:rgba(24,24,27,.1)}.md\:bg-zinc-900\/100{background-color:#18181b}.md\:bg-zinc-900\/15{background-color:rgba(24,24,27,.15)}.md\:bg-zinc-900\/20{background-color:rgba(24,24,27,.2)}.md\:bg-zinc-900\/25{background-color:rgba(24,24,27,.25)}.md\:bg-zinc-900\/30{background-color:rgba(24,24,27,.3)}.md\:bg-zinc-900\/35{background-color:rgba(24,24,27,.35)}.md\:bg-zinc-900\/40{background-color:rgba(24,24,27,.4)}.md\:bg-zinc-900\/45{background-color:rgba(24,24,27,.45)}.md\:bg-zinc-900\/5{background-color:rgba(24,24,27,.05)}.md\:bg-zinc-900\/50{background-color:rgba(24,24,27,.5)}.md\:bg-zinc-900\/55{background-color:rgba(24,24,27,.55)}.md\:bg-zinc-900\/60{background-color:rgba(24,24,27,.6)}.md\:bg-zinc-900\/65{background-color:rgba(24,24,27,.65)}.md\:bg-zinc-900\/70{background-color:rgba(24,24,27,.7)}.md\:bg-zinc-900\/75{background-color:rgba(24,24,27,.75)}.md\:bg-zinc-900\/80{background-color:rgba(24,24,27,.8)}.md\:bg-zinc-900\/85{background-color:rgba(24,24,27,.85)}.md\:bg-zinc-900\/90{background-color:rgba(24,24,27,.9)}.md\:bg-zinc-900\/95{background-color:rgba(24,24,27,.95)}.md\:bg-zinc-950{--tw-bg-opacity:1;background-color:rgba(9,9,11,var(--tw-bg-opacity))}.md\:bg-zinc-950\/0{background-color:rgba(9,9,11,0)}.md\:bg-zinc-950\/10{background-color:rgba(9,9,11,.1)}.md\:bg-zinc-950\/100{background-color:#09090b}.md\:bg-zinc-950\/15{background-color:rgba(9,9,11,.15)}.md\:bg-zinc-950\/20{background-color:rgba(9,9,11,.2)}.md\:bg-zinc-950\/25{background-color:rgba(9,9,11,.25)}.md\:bg-zinc-950\/30{background-color:rgba(9,9,11,.3)}.md\:bg-zinc-950\/35{background-color:rgba(9,9,11,.35)}.md\:bg-zinc-950\/40{background-color:rgba(9,9,11,.4)}.md\:bg-zinc-950\/45{background-color:rgba(9,9,11,.45)}.md\:bg-zinc-950\/5{background-color:rgba(9,9,11,.05)}.md\:bg-zinc-950\/50{background-color:rgba(9,9,11,.5)}.md\:bg-zinc-950\/55{background-color:rgba(9,9,11,.55)}.md\:bg-zinc-950\/60{background-color:rgba(9,9,11,.6)}.md\:bg-zinc-950\/65{background-color:rgba(9,9,11,.65)}.md\:bg-zinc-950\/70{background-color:rgba(9,9,11,.7)}.md\:bg-zinc-950\/75{background-color:rgba(9,9,11,.75)}.md\:bg-zinc-950\/80{background-color:rgba(9,9,11,.8)}.md\:bg-zinc-950\/85{background-color:rgba(9,9,11,.85)}.md\:bg-zinc-950\/90{background-color:rgba(9,9,11,.9)}.md\:bg-zinc-950\/95{background-color:rgba(9,9,11,.95)}.md\:bg-opacity-0{--tw-bg-opacity:0}.md\:bg-opacity-10{--tw-bg-opacity:0.1}.md\:bg-opacity-100{--tw-bg-opacity:1}.md\:bg-opacity-15{--tw-bg-opacity:0.15}.md\:bg-opacity-20{--tw-bg-opacity:0.2}.md\:bg-opacity-25{--tw-bg-opacity:0.25}.md\:bg-opacity-30{--tw-bg-opacity:0.3}.md\:bg-opacity-35{--tw-bg-opacity:0.35}.md\:bg-opacity-40{--tw-bg-opacity:0.4}.md\:bg-opacity-45{--tw-bg-opacity:0.45}.md\:bg-opacity-5{--tw-bg-opacity:0.05}.md\:bg-opacity-50{--tw-bg-opacity:0.5}.md\:bg-opacity-55{--tw-bg-opacity:0.55}.md\:bg-opacity-60{--tw-bg-opacity:0.6}.md\:bg-opacity-65{--tw-bg-opacity:0.65}.md\:bg-opacity-70{--tw-bg-opacity:0.7}.md\:bg-opacity-75{--tw-bg-opacity:0.75}.md\:bg-opacity-80{--tw-bg-opacity:0.8}.md\:bg-opacity-85{--tw-bg-opacity:0.85}.md\:bg-opacity-90{--tw-bg-opacity:0.9}.md\:bg-opacity-95{--tw-bg-opacity:0.95}.md\:bg-colour-options{background-image:url(/app/themes/wraith/public/images/colour-options-bg.947ce4.svg)}.md\:bg-footer{background-image:url(/app/themes/wraith/public/images/footer-bg.0a5cc9.svg)}.md\:bg-gradient-to-b{background-image:linear-gradient(to bottom,var(--tw-gradient-stops))}.md\:bg-gradient-to-bl{background-image:linear-gradient(to bottom left,var(--tw-gradient-stops))}.md\:bg-gradient-to-br{background-image:linear-gradient(to bottom right,var(--tw-gradient-stops))}.md\:bg-gradient-to-l{background-image:linear-gradient(to left,var(--tw-gradient-stops))}.md\:bg-gradient-to-r{background-image:linear-gradient(to right,var(--tw-gradient-stops))}.md\:bg-gradient-to-t{background-image:linear-gradient(to top,var(--tw-gradient-stops))}.md\:bg-gradient-to-tl{background-image:linear-gradient(to top left,var(--tw-gradient-stops))}.md\:bg-gradient-to-tr{background-image:linear-gradient(to top right,var(--tw-gradient-stops))}.md\:bg-none{background-image:none}.md\:bg-secondary-dark-gray-white-split{background-image:linear-gradient(180deg,#f2f3f4,#f2f3f4 50%,#fff 0,#fff)}.md\:bg-trust-col{background-image:url(/app/themes/wraith/public/images/trust-col-bg.8161a3.svg)}.md\:bg-white-secondary-split{background-image:linear-gradient(180deg,#fff,#fff 50%,#042131 0,#042131)}.md\:bg-auto{background-size:auto}.md\:bg-contain{background-size:contain}.md\:bg-cover{background-size:cover}.md\:bg-fixed{background-attachment:fixed}.md\:bg-local{background-attachment:local}.md\:bg-scroll{background-attachment:scroll}.md\:bg-clip-border{background-clip:initial}.md\:bg-clip-padding{background-clip:padding-box}.md\:bg-clip-content{background-clip:content-box}.md\:bg-clip-text{-webkit-background-clip:text;background-clip:text}.md\:bg-bottom{background-position:bottom}.md\:bg-center{background-position:50%}.md\:bg-left{background-position:0}.md\:bg-left-bottom{background-position:0 100%}.md\:bg-left-top{background-position:0 0}.md\:bg-right{background-position:100%}.md\:bg-right-bottom{background-position:100% 100%}.md\:bg-right-top{background-position:100% 0}.md\:bg-top{background-position:top}.md\:bg-repeat{background-repeat:repeat}.md\:bg-no-repeat{background-repeat:no-repeat}.md\:bg-repeat-x{background-repeat:repeat-x}.md\:bg-repeat-y{background-repeat:repeat-y}.md\:bg-repeat-round{background-repeat:round}.md\:bg-repeat-space{background-repeat:space}.md\:bg-origin-border{background-origin:border-box}.md\:bg-origin-padding{background-origin:initial}.md\:bg-origin-content{background-origin:content-box}.md\:p-2{padding:.5rem}.md\:p-7{padding:1.75rem}.md\:p-8{padding:2rem}.md\:px-0{padding-left:0;padding-right:0}.md\:px-1{padding-left:.25rem;padding-right:.25rem}.md\:px-2{padding-left:.5rem;padding-right:.5rem}.md\:px-3{padding-left:.75rem;padding-right:.75rem}.md\:px-3\.5{padding-left:.875rem;padding-right:.875rem}.md\:px-8{padding-left:2rem;padding-right:2rem}.md\:py-24{padding-bottom:6rem;padding-top:6rem}.md\:py-3{padding-bottom:.75rem;padding-top:.75rem}.md\:py-6{padding-bottom:1.5rem;padding-top:1.5rem}.md\:py-8{padding-bottom:2rem;padding-top:2rem}.md\:pb-0{padding-bottom:0}.md\:pb-8{padding-bottom:2rem}.md\:pl-1{padding-left:.25rem}.md\:pl-2{padding-left:.5rem}.md\:pl-4{padding-left:1rem}.md\:pr-1{padding-right:.25rem}.md\:pr-4{padding-right:1rem}.md\:pr-8{padding-right:2rem}.md\:pt-16{padding-top:4rem}.md\:pt-48{padding-top:12rem}.md\:text-left{text-align:left}.md\:\!text-lg\/tight{font-size:1.125rem!important;line-height:1.25!important}.md\:text-2xl{font-size:1.5rem;line-height:2rem}.md\:text-3xl{font-size:1.875rem;line-height:2.25rem}.md\:text-base{font-size:1rem;line-height:1.5rem}.md\:text-base\/tight{font-size:1rem;line-height:1.25}.md\:text-xl{font-size:1.25rem;line-height:1.75rem}.md\:bg-blend-normal{background-blend-mode:normal}.md\:bg-blend-multiply{background-blend-mode:multiply}.md\:bg-blend-screen{background-blend-mode:screen}.md\:bg-blend-overlay{background-blend-mode:overlay}.md\:bg-blend-darken{background-blend-mode:darken}.md\:bg-blend-lighten{background-blend-mode:lighten}.md\:bg-blend-color-dodge{background-blend-mode:color-dodge}.md\:bg-blend-color-burn{background-blend-mode:color-burn}.md\:bg-blend-hard-light{background-blend-mode:hard-light}.md\:bg-blend-soft-light{background-blend-mode:soft-light}.md\:bg-blend-difference{background-blend-mode:difference}.md\:bg-blend-exclusion{background-blend-mode:exclusion}.md\:bg-blend-hue{background-blend-mode:hue}.md\:bg-blend-saturation{background-blend-mode:saturation}.md\:bg-blend-color{background-blend-mode:color}.md\:bg-blend-luminosity{background-blend-mode:luminosity}}@media (min-width:1024px){.lg\:-right-\[90px\]{right:-90px}.lg\:bottom-auto{bottom:auto}.lg\:left-auto{left:auto}.lg\:top-1\/2{top:50%}.lg\:order-1{order:1}.lg\:order-2{order:2}.lg\:col-span-4{grid-column:span 4/span 4}.lg\:-mx-1{margin-left:-.25rem;margin-right:-.25rem}.lg\:-mx-4{margin-left:-1rem;margin-right:-1rem}.lg\:mx-auto{margin-left:auto;margin-right:auto}.lg\:my-12{margin-bottom:3rem;margin-top:3rem}.lg\:mb-0{margin-bottom:0}.lg\:mb-12{margin-bottom:3rem}.lg\:mb-4{margin-bottom:1rem}.lg\:mb-9{margin-bottom:2.25rem}.lg\:mr-0{margin-right:0}.lg\:mr-8{margin-right:2rem}.lg\:mt-10{margin-top:2.5rem}.lg\:mt-12{margin-top:3rem}.lg\:mt-16{margin-top:4rem}.lg\:mt-24{margin-top:6rem}.lg\:mt-4{margin-top:1rem}.lg\:\!block{display:block!important}.lg\:block{display:block}.lg\:inline-block{display:inline-block}.lg\:flex{display:flex}.lg\:grid{display:grid}.lg\:hidden{display:none}.lg\:h-20{height:5rem}.lg\:h-3\/4{height:75%}.lg\:h-full{height:100%}.lg\:\!min-h-\[50vh\]{min-height:50vh!important}.lg\:w-1\/2{width:50%}.lg\:w-1\/3{width:33.333333%}.lg\:w-1\/4{width:25%}.lg\:w-1\/6{width:16.666667%}.lg\:w-2\/3{width:66.666667%}.lg\:w-2\/5{width:40%}.lg\:w-3\/5{width:60%}.lg\:w-4\/5{width:80%}.lg\:w-48{width:12rem}.lg\:w-5\/6{width:83.333333%}.lg\:w-\[90px\]{width:90px}.lg\:w-\[96\%\]{width:96%}.lg\:w-auto{width:auto}.lg\:w-full{width:100%}.lg\:max-w-\[55\%\]{max-width:55%}.lg\:max-w-\[70\%\]{max-width:70%}.lg\:max-w-\[90px\]{max-width:90px}.lg\:max-w-\[92\%\]{max-width:92%}.lg\:-translate-x-4{--tw-translate-x:-1rem}.lg\:-translate-x-4,.lg\:-translate-x-8{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))}.lg\:-translate-x-8{--tw-translate-x:-2rem}.lg\:-translate-y-1\/2{--tw-translate-y:-50%}.lg\:-translate-y-1\/2,.lg\:translate-x-6{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))}.lg\:translate-x-6{--tw-translate-x:1.5rem}.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-5{grid-template-columns:repeat(5,minmax(0,1fr))}.lg\:flex-row{flex-direction:row}.lg\:flex-row-reverse{flex-direction:row-reverse}.lg\:flex-col{flex-direction:column}.lg\:flex-wrap{flex-wrap:wrap}.lg\:items-start{align-items:flex-start}.lg\:items-end{align-items:flex-end}.lg\:items-center{align-items:center}.lg\:justify-start{justify-content:flex-start}.lg\:justify-center{justify-content:center}.lg\:justify-between{justify-content:space-between}.lg\:gap-12{gap:3rem}.lg\:gap-16{gap:4rem}.lg\:gap-20{gap:5rem}.lg\:gap-3\.5{gap:.875rem}.lg\:gap-5{gap:1.25rem}.lg\:gap-9{gap:2.25rem}.lg\:gap-x-6{column-gap:1.5rem}.lg\:gap-y-4{row-gap:1rem}.lg\:overflow-hidden{overflow:hidden}.lg\:overflow-visible{overflow:visible}.lg\:whitespace-nowrap{white-space:nowrap}.lg\:rounded-sm{border-radius:.125rem}.lg\:border-b-0{border-bottom-width:0}.lg\:border-r{border-right-width:1px}.lg\:bg-amber-100{--tw-bg-opacity:1;background-color:rgba(254,243,199,var(--tw-bg-opacity))}.lg\:bg-amber-100\/0{background-color:hsla(48,96%,89%,0)}.lg\:bg-amber-100\/10{background-color:hsla(48,96%,89%,.1)}.lg\:bg-amber-100\/100{background-color:#fef3c7}.lg\:bg-amber-100\/15{background-color:hsla(48,96%,89%,.15)}.lg\:bg-amber-100\/20{background-color:hsla(48,96%,89%,.2)}.lg\:bg-amber-100\/25{background-color:hsla(48,96%,89%,.25)}.lg\:bg-amber-100\/30{background-color:hsla(48,96%,89%,.3)}.lg\:bg-amber-100\/35{background-color:hsla(48,96%,89%,.35)}.lg\:bg-amber-100\/40{background-color:hsla(48,96%,89%,.4)}.lg\:bg-amber-100\/45{background-color:hsla(48,96%,89%,.45)}.lg\:bg-amber-100\/5{background-color:hsla(48,96%,89%,.05)}.lg\:bg-amber-100\/50{background-color:hsla(48,96%,89%,.5)}.lg\:bg-amber-100\/55{background-color:hsla(48,96%,89%,.55)}.lg\:bg-amber-100\/60{background-color:hsla(48,96%,89%,.6)}.lg\:bg-amber-100\/65{background-color:hsla(48,96%,89%,.65)}.lg\:bg-amber-100\/70{background-color:hsla(48,96%,89%,.7)}.lg\:bg-amber-100\/75{background-color:hsla(48,96%,89%,.75)}.lg\:bg-amber-100\/80{background-color:hsla(48,96%,89%,.8)}.lg\:bg-amber-100\/85{background-color:hsla(48,96%,89%,.85)}.lg\:bg-amber-100\/90{background-color:hsla(48,96%,89%,.9)}.lg\:bg-amber-100\/95{background-color:hsla(48,96%,89%,.95)}.lg\:bg-amber-200{--tw-bg-opacity:1;background-color:rgba(253,230,138,var(--tw-bg-opacity))}.lg\:bg-amber-200\/0{background-color:hsla(48,97%,77%,0)}.lg\:bg-amber-200\/10{background-color:hsla(48,97%,77%,.1)}.lg\:bg-amber-200\/100{background-color:#fde68a}.lg\:bg-amber-200\/15{background-color:hsla(48,97%,77%,.15)}.lg\:bg-amber-200\/20{background-color:hsla(48,97%,77%,.2)}.lg\:bg-amber-200\/25{background-color:hsla(48,97%,77%,.25)}.lg\:bg-amber-200\/30{background-color:hsla(48,97%,77%,.3)}.lg\:bg-amber-200\/35{background-color:hsla(48,97%,77%,.35)}.lg\:bg-amber-200\/40{background-color:hsla(48,97%,77%,.4)}.lg\:bg-amber-200\/45{background-color:hsla(48,97%,77%,.45)}.lg\:bg-amber-200\/5{background-color:hsla(48,97%,77%,.05)}.lg\:bg-amber-200\/50{background-color:hsla(48,97%,77%,.5)}.lg\:bg-amber-200\/55{background-color:hsla(48,97%,77%,.55)}.lg\:bg-amber-200\/60{background-color:hsla(48,97%,77%,.6)}.lg\:bg-amber-200\/65{background-color:hsla(48,97%,77%,.65)}.lg\:bg-amber-200\/70{background-color:hsla(48,97%,77%,.7)}.lg\:bg-amber-200\/75{background-color:hsla(48,97%,77%,.75)}.lg\:bg-amber-200\/80{background-color:hsla(48,97%,77%,.8)}.lg\:bg-amber-200\/85{background-color:hsla(48,97%,77%,.85)}.lg\:bg-amber-200\/90{background-color:hsla(48,97%,77%,.9)}.lg\:bg-amber-200\/95{background-color:hsla(48,97%,77%,.95)}.lg\:bg-amber-300{--tw-bg-opacity:1;background-color:rgba(252,211,77,var(--tw-bg-opacity))}.lg\:bg-amber-300\/0{background-color:rgba(252,211,77,0)}.lg\:bg-amber-300\/10{background-color:rgba(252,211,77,.1)}.lg\:bg-amber-300\/100{background-color:#fcd34d}.lg\:bg-amber-300\/15{background-color:rgba(252,211,77,.15)}.lg\:bg-amber-300\/20{background-color:rgba(252,211,77,.2)}.lg\:bg-amber-300\/25{background-color:rgba(252,211,77,.25)}.lg\:bg-amber-300\/30{background-color:rgba(252,211,77,.3)}.lg\:bg-amber-300\/35{background-color:rgba(252,211,77,.35)}.lg\:bg-amber-300\/40{background-color:rgba(252,211,77,.4)}.lg\:bg-amber-300\/45{background-color:rgba(252,211,77,.45)}.lg\:bg-amber-300\/5{background-color:rgba(252,211,77,.05)}.lg\:bg-amber-300\/50{background-color:rgba(252,211,77,.5)}.lg\:bg-amber-300\/55{background-color:rgba(252,211,77,.55)}.lg\:bg-amber-300\/60{background-color:rgba(252,211,77,.6)}.lg\:bg-amber-300\/65{background-color:rgba(252,211,77,.65)}.lg\:bg-amber-300\/70{background-color:rgba(252,211,77,.7)}.lg\:bg-amber-300\/75{background-color:rgba(252,211,77,.75)}.lg\:bg-amber-300\/80{background-color:rgba(252,211,77,.8)}.lg\:bg-amber-300\/85{background-color:rgba(252,211,77,.85)}.lg\:bg-amber-300\/90{background-color:rgba(252,211,77,.9)}.lg\:bg-amber-300\/95{background-color:rgba(252,211,77,.95)}.lg\:bg-amber-400{--tw-bg-opacity:1;background-color:rgba(251,191,36,var(--tw-bg-opacity))}.lg\:bg-amber-400\/0{background-color:rgba(251,191,36,0)}.lg\:bg-amber-400\/10{background-color:rgba(251,191,36,.1)}.lg\:bg-amber-400\/100{background-color:#fbbf24}.lg\:bg-amber-400\/15{background-color:rgba(251,191,36,.15)}.lg\:bg-amber-400\/20{background-color:rgba(251,191,36,.2)}.lg\:bg-amber-400\/25{background-color:rgba(251,191,36,.25)}.lg\:bg-amber-400\/30{background-color:rgba(251,191,36,.3)}.lg\:bg-amber-400\/35{background-color:rgba(251,191,36,.35)}.lg\:bg-amber-400\/40{background-color:rgba(251,191,36,.4)}.lg\:bg-amber-400\/45{background-color:rgba(251,191,36,.45)}.lg\:bg-amber-400\/5{background-color:rgba(251,191,36,.05)}.lg\:bg-amber-400\/50{background-color:rgba(251,191,36,.5)}.lg\:bg-amber-400\/55{background-color:rgba(251,191,36,.55)}.lg\:bg-amber-400\/60{background-color:rgba(251,191,36,.6)}.lg\:bg-amber-400\/65{background-color:rgba(251,191,36,.65)}.lg\:bg-amber-400\/70{background-color:rgba(251,191,36,.7)}.lg\:bg-amber-400\/75{background-color:rgba(251,191,36,.75)}.lg\:bg-amber-400\/80{background-color:rgba(251,191,36,.8)}.lg\:bg-amber-400\/85{background-color:rgba(251,191,36,.85)}.lg\:bg-amber-400\/90{background-color:rgba(251,191,36,.9)}.lg\:bg-amber-400\/95{background-color:rgba(251,191,36,.95)}.lg\:bg-amber-50{--tw-bg-opacity:1;background-color:rgba(255,251,235,var(--tw-bg-opacity))}.lg\:bg-amber-50\/0{background-color:rgba(255,251,235,0)}.lg\:bg-amber-50\/10{background-color:rgba(255,251,235,.1)}.lg\:bg-amber-50\/100{background-color:#fffbeb}.lg\:bg-amber-50\/15{background-color:rgba(255,251,235,.15)}.lg\:bg-amber-50\/20{background-color:rgba(255,251,235,.2)}.lg\:bg-amber-50\/25{background-color:rgba(255,251,235,.25)}.lg\:bg-amber-50\/30{background-color:rgba(255,251,235,.3)}.lg\:bg-amber-50\/35{background-color:rgba(255,251,235,.35)}.lg\:bg-amber-50\/40{background-color:rgba(255,251,235,.4)}.lg\:bg-amber-50\/45{background-color:rgba(255,251,235,.45)}.lg\:bg-amber-50\/5{background-color:rgba(255,251,235,.05)}.lg\:bg-amber-50\/50{background-color:rgba(255,251,235,.5)}.lg\:bg-amber-50\/55{background-color:rgba(255,251,235,.55)}.lg\:bg-amber-50\/60{background-color:rgba(255,251,235,.6)}.lg\:bg-amber-50\/65{background-color:rgba(255,251,235,.65)}.lg\:bg-amber-50\/70{background-color:rgba(255,251,235,.7)}.lg\:bg-amber-50\/75{background-color:rgba(255,251,235,.75)}.lg\:bg-amber-50\/80{background-color:rgba(255,251,235,.8)}.lg\:bg-amber-50\/85{background-color:rgba(255,251,235,.85)}.lg\:bg-amber-50\/90{background-color:rgba(255,251,235,.9)}.lg\:bg-amber-50\/95{background-color:rgba(255,251,235,.95)}.lg\:bg-amber-500{--tw-bg-opacity:1;background-color:rgba(245,158,11,var(--tw-bg-opacity))}.lg\:bg-amber-500\/0{background-color:rgba(245,158,11,0)}.lg\:bg-amber-500\/10{background-color:rgba(245,158,11,.1)}.lg\:bg-amber-500\/100{background-color:#f59e0b}.lg\:bg-amber-500\/15{background-color:rgba(245,158,11,.15)}.lg\:bg-amber-500\/20{background-color:rgba(245,158,11,.2)}.lg\:bg-amber-500\/25{background-color:rgba(245,158,11,.25)}.lg\:bg-amber-500\/30{background-color:rgba(245,158,11,.3)}.lg\:bg-amber-500\/35{background-color:rgba(245,158,11,.35)}.lg\:bg-amber-500\/40{background-color:rgba(245,158,11,.4)}.lg\:bg-amber-500\/45{background-color:rgba(245,158,11,.45)}.lg\:bg-amber-500\/5{background-color:rgba(245,158,11,.05)}.lg\:bg-amber-500\/50{background-color:rgba(245,158,11,.5)}.lg\:bg-amber-500\/55{background-color:rgba(245,158,11,.55)}.lg\:bg-amber-500\/60{background-color:rgba(245,158,11,.6)}.lg\:bg-amber-500\/65{background-color:rgba(245,158,11,.65)}.lg\:bg-amber-500\/70{background-color:rgba(245,158,11,.7)}.lg\:bg-amber-500\/75{background-color:rgba(245,158,11,.75)}.lg\:bg-amber-500\/80{background-color:rgba(245,158,11,.8)}.lg\:bg-amber-500\/85{background-color:rgba(245,158,11,.85)}.lg\:bg-amber-500\/90{background-color:rgba(245,158,11,.9)}.lg\:bg-amber-500\/95{background-color:rgba(245,158,11,.95)}.lg\:bg-amber-600{--tw-bg-opacity:1;background-color:rgba(217,119,6,var(--tw-bg-opacity))}.lg\:bg-amber-600\/0{background-color:rgba(217,119,6,0)}.lg\:bg-amber-600\/10{background-color:rgba(217,119,6,.1)}.lg\:bg-amber-600\/100{background-color:#d97706}.lg\:bg-amber-600\/15{background-color:rgba(217,119,6,.15)}.lg\:bg-amber-600\/20{background-color:rgba(217,119,6,.2)}.lg\:bg-amber-600\/25{background-color:rgba(217,119,6,.25)}.lg\:bg-amber-600\/30{background-color:rgba(217,119,6,.3)}.lg\:bg-amber-600\/35{background-color:rgba(217,119,6,.35)}.lg\:bg-amber-600\/40{background-color:rgba(217,119,6,.4)}.lg\:bg-amber-600\/45{background-color:rgba(217,119,6,.45)}.lg\:bg-amber-600\/5{background-color:rgba(217,119,6,.05)}.lg\:bg-amber-600\/50{background-color:rgba(217,119,6,.5)}.lg\:bg-amber-600\/55{background-color:rgba(217,119,6,.55)}.lg\:bg-amber-600\/60{background-color:rgba(217,119,6,.6)}.lg\:bg-amber-600\/65{background-color:rgba(217,119,6,.65)}.lg\:bg-amber-600\/70{background-color:rgba(217,119,6,.7)}.lg\:bg-amber-600\/75{background-color:rgba(217,119,6,.75)}.lg\:bg-amber-600\/80{background-color:rgba(217,119,6,.8)}.lg\:bg-amber-600\/85{background-color:rgba(217,119,6,.85)}.lg\:bg-amber-600\/90{background-color:rgba(217,119,6,.9)}.lg\:bg-amber-600\/95{background-color:rgba(217,119,6,.95)}.lg\:bg-amber-700{--tw-bg-opacity:1;background-color:rgba(180,83,9,var(--tw-bg-opacity))}.lg\:bg-amber-700\/0{background-color:rgba(180,83,9,0)}.lg\:bg-amber-700\/10{background-color:rgba(180,83,9,.1)}.lg\:bg-amber-700\/100{background-color:#b45309}.lg\:bg-amber-700\/15{background-color:rgba(180,83,9,.15)}.lg\:bg-amber-700\/20{background-color:rgba(180,83,9,.2)}.lg\:bg-amber-700\/25{background-color:rgba(180,83,9,.25)}.lg\:bg-amber-700\/30{background-color:rgba(180,83,9,.3)}.lg\:bg-amber-700\/35{background-color:rgba(180,83,9,.35)}.lg\:bg-amber-700\/40{background-color:rgba(180,83,9,.4)}.lg\:bg-amber-700\/45{background-color:rgba(180,83,9,.45)}.lg\:bg-amber-700\/5{background-color:rgba(180,83,9,.05)}.lg\:bg-amber-700\/50{background-color:rgba(180,83,9,.5)}.lg\:bg-amber-700\/55{background-color:rgba(180,83,9,.55)}.lg\:bg-amber-700\/60{background-color:rgba(180,83,9,.6)}.lg\:bg-amber-700\/65{background-color:rgba(180,83,9,.65)}.lg\:bg-amber-700\/70{background-color:rgba(180,83,9,.7)}.lg\:bg-amber-700\/75{background-color:rgba(180,83,9,.75)}.lg\:bg-amber-700\/80{background-color:rgba(180,83,9,.8)}.lg\:bg-amber-700\/85{background-color:rgba(180,83,9,.85)}.lg\:bg-amber-700\/90{background-color:rgba(180,83,9,.9)}.lg\:bg-amber-700\/95{background-color:rgba(180,83,9,.95)}.lg\:bg-amber-800{--tw-bg-opacity:1;background-color:rgba(146,64,14,var(--tw-bg-opacity))}.lg\:bg-amber-800\/0{background-color:rgba(146,64,14,0)}.lg\:bg-amber-800\/10{background-color:rgba(146,64,14,.1)}.lg\:bg-amber-800\/100{background-color:#92400e}.lg\:bg-amber-800\/15{background-color:rgba(146,64,14,.15)}.lg\:bg-amber-800\/20{background-color:rgba(146,64,14,.2)}.lg\:bg-amber-800\/25{background-color:rgba(146,64,14,.25)}.lg\:bg-amber-800\/30{background-color:rgba(146,64,14,.3)}.lg\:bg-amber-800\/35{background-color:rgba(146,64,14,.35)}.lg\:bg-amber-800\/40{background-color:rgba(146,64,14,.4)}.lg\:bg-amber-800\/45{background-color:rgba(146,64,14,.45)}.lg\:bg-amber-800\/5{background-color:rgba(146,64,14,.05)}.lg\:bg-amber-800\/50{background-color:rgba(146,64,14,.5)}.lg\:bg-amber-800\/55{background-color:rgba(146,64,14,.55)}.lg\:bg-amber-800\/60{background-color:rgba(146,64,14,.6)}.lg\:bg-amber-800\/65{background-color:rgba(146,64,14,.65)}.lg\:bg-amber-800\/70{background-color:rgba(146,64,14,.7)}.lg\:bg-amber-800\/75{background-color:rgba(146,64,14,.75)}.lg\:bg-amber-800\/80{background-color:rgba(146,64,14,.8)}.lg\:bg-amber-800\/85{background-color:rgba(146,64,14,.85)}.lg\:bg-amber-800\/90{background-color:rgba(146,64,14,.9)}.lg\:bg-amber-800\/95{background-color:rgba(146,64,14,.95)}.lg\:bg-amber-900{--tw-bg-opacity:1;background-color:rgba(120,53,15,var(--tw-bg-opacity))}.lg\:bg-amber-900\/0{background-color:rgba(120,53,15,0)}.lg\:bg-amber-900\/10{background-color:rgba(120,53,15,.1)}.lg\:bg-amber-900\/100{background-color:#78350f}.lg\:bg-amber-900\/15{background-color:rgba(120,53,15,.15)}.lg\:bg-amber-900\/20{background-color:rgba(120,53,15,.2)}.lg\:bg-amber-900\/25{background-color:rgba(120,53,15,.25)}.lg\:bg-amber-900\/30{background-color:rgba(120,53,15,.3)}.lg\:bg-amber-900\/35{background-color:rgba(120,53,15,.35)}.lg\:bg-amber-900\/40{background-color:rgba(120,53,15,.4)}.lg\:bg-amber-900\/45{background-color:rgba(120,53,15,.45)}.lg\:bg-amber-900\/5{background-color:rgba(120,53,15,.05)}.lg\:bg-amber-900\/50{background-color:rgba(120,53,15,.5)}.lg\:bg-amber-900\/55{background-color:rgba(120,53,15,.55)}.lg\:bg-amber-900\/60{background-color:rgba(120,53,15,.6)}.lg\:bg-amber-900\/65{background-color:rgba(120,53,15,.65)}.lg\:bg-amber-900\/70{background-color:rgba(120,53,15,.7)}.lg\:bg-amber-900\/75{background-color:rgba(120,53,15,.75)}.lg\:bg-amber-900\/80{background-color:rgba(120,53,15,.8)}.lg\:bg-amber-900\/85{background-color:rgba(120,53,15,.85)}.lg\:bg-amber-900\/90{background-color:rgba(120,53,15,.9)}.lg\:bg-amber-900\/95{background-color:rgba(120,53,15,.95)}.lg\:bg-amber-950{--tw-bg-opacity:1;background-color:rgba(69,26,3,var(--tw-bg-opacity))}.lg\:bg-amber-950\/0{background-color:rgba(69,26,3,0)}.lg\:bg-amber-950\/10{background-color:rgba(69,26,3,.1)}.lg\:bg-amber-950\/100{background-color:#451a03}.lg\:bg-amber-950\/15{background-color:rgba(69,26,3,.15)}.lg\:bg-amber-950\/20{background-color:rgba(69,26,3,.2)}.lg\:bg-amber-950\/25{background-color:rgba(69,26,3,.25)}.lg\:bg-amber-950\/30{background-color:rgba(69,26,3,.3)}.lg\:bg-amber-950\/35{background-color:rgba(69,26,3,.35)}.lg\:bg-amber-950\/40{background-color:rgba(69,26,3,.4)}.lg\:bg-amber-950\/45{background-color:rgba(69,26,3,.45)}.lg\:bg-amber-950\/5{background-color:rgba(69,26,3,.05)}.lg\:bg-amber-950\/50{background-color:rgba(69,26,3,.5)}.lg\:bg-amber-950\/55{background-color:rgba(69,26,3,.55)}.lg\:bg-amber-950\/60{background-color:rgba(69,26,3,.6)}.lg\:bg-amber-950\/65{background-color:rgba(69,26,3,.65)}.lg\:bg-amber-950\/70{background-color:rgba(69,26,3,.7)}.lg\:bg-amber-950\/75{background-color:rgba(69,26,3,.75)}.lg\:bg-amber-950\/80{background-color:rgba(69,26,3,.8)}.lg\:bg-amber-950\/85{background-color:rgba(69,26,3,.85)}.lg\:bg-amber-950\/90{background-color:rgba(69,26,3,.9)}.lg\:bg-amber-950\/95{background-color:rgba(69,26,3,.95)}.lg\:bg-black{--tw-bg-opacity:1;background-color:rgba(0,0,0,var(--tw-bg-opacity))}.lg\:bg-black\/0{background-color:transparent}.lg\:bg-black\/10{background-color:rgba(0,0,0,.1)}.lg\:bg-black\/100{background-color:#000}.lg\:bg-black\/15{background-color:rgba(0,0,0,.15)}.lg\:bg-black\/20{background-color:rgba(0,0,0,.2)}.lg\:bg-black\/25{background-color:rgba(0,0,0,.25)}.lg\:bg-black\/30{background-color:rgba(0,0,0,.3)}.lg\:bg-black\/35{background-color:rgba(0,0,0,.35)}.lg\:bg-black\/40{background-color:rgba(0,0,0,.4)}.lg\:bg-black\/45{background-color:rgba(0,0,0,.45)}.lg\:bg-black\/5{background-color:rgba(0,0,0,.05)}.lg\:bg-black\/50{background-color:rgba(0,0,0,.5)}.lg\:bg-black\/55{background-color:rgba(0,0,0,.55)}.lg\:bg-black\/60{background-color:rgba(0,0,0,.6)}.lg\:bg-black\/65{background-color:rgba(0,0,0,.65)}.lg\:bg-black\/70{background-color:rgba(0,0,0,.7)}.lg\:bg-black\/75{background-color:rgba(0,0,0,.75)}.lg\:bg-black\/80{background-color:rgba(0,0,0,.8)}.lg\:bg-black\/85{background-color:rgba(0,0,0,.85)}.lg\:bg-black\/90{background-color:rgba(0,0,0,.9)}.lg\:bg-black\/95{background-color:rgba(0,0,0,.95)}.lg\:bg-blue-100{--tw-bg-opacity:1;background-color:rgba(219,234,254,var(--tw-bg-opacity))}.lg\:bg-blue-100\/0{background-color:rgba(219,234,254,0)}.lg\:bg-blue-100\/10{background-color:rgba(219,234,254,.1)}.lg\:bg-blue-100\/100{background-color:#dbeafe}.lg\:bg-blue-100\/15{background-color:rgba(219,234,254,.15)}.lg\:bg-blue-100\/20{background-color:rgba(219,234,254,.2)}.lg\:bg-blue-100\/25{background-color:rgba(219,234,254,.25)}.lg\:bg-blue-100\/30{background-color:rgba(219,234,254,.3)}.lg\:bg-blue-100\/35{background-color:rgba(219,234,254,.35)}.lg\:bg-blue-100\/40{background-color:rgba(219,234,254,.4)}.lg\:bg-blue-100\/45{background-color:rgba(219,234,254,.45)}.lg\:bg-blue-100\/5{background-color:rgba(219,234,254,.05)}.lg\:bg-blue-100\/50{background-color:rgba(219,234,254,.5)}.lg\:bg-blue-100\/55{background-color:rgba(219,234,254,.55)}.lg\:bg-blue-100\/60{background-color:rgba(219,234,254,.6)}.lg\:bg-blue-100\/65{background-color:rgba(219,234,254,.65)}.lg\:bg-blue-100\/70{background-color:rgba(219,234,254,.7)}.lg\:bg-blue-100\/75{background-color:rgba(219,234,254,.75)}.lg\:bg-blue-100\/80{background-color:rgba(219,234,254,.8)}.lg\:bg-blue-100\/85{background-color:rgba(219,234,254,.85)}.lg\:bg-blue-100\/90{background-color:rgba(219,234,254,.9)}.lg\:bg-blue-100\/95{background-color:rgba(219,234,254,.95)}.lg\:bg-blue-200{--tw-bg-opacity:1;background-color:rgba(191,219,254,var(--tw-bg-opacity))}.lg\:bg-blue-200\/0{background-color:rgba(191,219,254,0)}.lg\:bg-blue-200\/10{background-color:rgba(191,219,254,.1)}.lg\:bg-blue-200\/100{background-color:#bfdbfe}.lg\:bg-blue-200\/15{background-color:rgba(191,219,254,.15)}.lg\:bg-blue-200\/20{background-color:rgba(191,219,254,.2)}.lg\:bg-blue-200\/25{background-color:rgba(191,219,254,.25)}.lg\:bg-blue-200\/30{background-color:rgba(191,219,254,.3)}.lg\:bg-blue-200\/35{background-color:rgba(191,219,254,.35)}.lg\:bg-blue-200\/40{background-color:rgba(191,219,254,.4)}.lg\:bg-blue-200\/45{background-color:rgba(191,219,254,.45)}.lg\:bg-blue-200\/5{background-color:rgba(191,219,254,.05)}.lg\:bg-blue-200\/50{background-color:rgba(191,219,254,.5)}.lg\:bg-blue-200\/55{background-color:rgba(191,219,254,.55)}.lg\:bg-blue-200\/60{background-color:rgba(191,219,254,.6)}.lg\:bg-blue-200\/65{background-color:rgba(191,219,254,.65)}.lg\:bg-blue-200\/70{background-color:rgba(191,219,254,.7)}.lg\:bg-blue-200\/75{background-color:rgba(191,219,254,.75)}.lg\:bg-blue-200\/80{background-color:rgba(191,219,254,.8)}.lg\:bg-blue-200\/85{background-color:rgba(191,219,254,.85)}.lg\:bg-blue-200\/90{background-color:rgba(191,219,254,.9)}.lg\:bg-blue-200\/95{background-color:rgba(191,219,254,.95)}.lg\:bg-blue-300{--tw-bg-opacity:1;background-color:rgba(147,197,253,var(--tw-bg-opacity))}.lg\:bg-blue-300\/0{background-color:rgba(147,197,253,0)}.lg\:bg-blue-300\/10{background-color:rgba(147,197,253,.1)}.lg\:bg-blue-300\/100{background-color:#93c5fd}.lg\:bg-blue-300\/15{background-color:rgba(147,197,253,.15)}.lg\:bg-blue-300\/20{background-color:rgba(147,197,253,.2)}.lg\:bg-blue-300\/25{background-color:rgba(147,197,253,.25)}.lg\:bg-blue-300\/30{background-color:rgba(147,197,253,.3)}.lg\:bg-blue-300\/35{background-color:rgba(147,197,253,.35)}.lg\:bg-blue-300\/40{background-color:rgba(147,197,253,.4)}.lg\:bg-blue-300\/45{background-color:rgba(147,197,253,.45)}.lg\:bg-blue-300\/5{background-color:rgba(147,197,253,.05)}.lg\:bg-blue-300\/50{background-color:rgba(147,197,253,.5)}.lg\:bg-blue-300\/55{background-color:rgba(147,197,253,.55)}.lg\:bg-blue-300\/60{background-color:rgba(147,197,253,.6)}.lg\:bg-blue-300\/65{background-color:rgba(147,197,253,.65)}.lg\:bg-blue-300\/70{background-color:rgba(147,197,253,.7)}.lg\:bg-blue-300\/75{background-color:rgba(147,197,253,.75)}.lg\:bg-blue-300\/80{background-color:rgba(147,197,253,.8)}.lg\:bg-blue-300\/85{background-color:rgba(147,197,253,.85)}.lg\:bg-blue-300\/90{background-color:rgba(147,197,253,.9)}.lg\:bg-blue-300\/95{background-color:rgba(147,197,253,.95)}.lg\:bg-blue-400{--tw-bg-opacity:1;background-color:rgba(96,165,250,var(--tw-bg-opacity))}.lg\:bg-blue-400\/0{background-color:rgba(96,165,250,0)}.lg\:bg-blue-400\/10{background-color:rgba(96,165,250,.1)}.lg\:bg-blue-400\/100{background-color:#60a5fa}.lg\:bg-blue-400\/15{background-color:rgba(96,165,250,.15)}.lg\:bg-blue-400\/20{background-color:rgba(96,165,250,.2)}.lg\:bg-blue-400\/25{background-color:rgba(96,165,250,.25)}.lg\:bg-blue-400\/30{background-color:rgba(96,165,250,.3)}.lg\:bg-blue-400\/35{background-color:rgba(96,165,250,.35)}.lg\:bg-blue-400\/40{background-color:rgba(96,165,250,.4)}.lg\:bg-blue-400\/45{background-color:rgba(96,165,250,.45)}.lg\:bg-blue-400\/5{background-color:rgba(96,165,250,.05)}.lg\:bg-blue-400\/50{background-color:rgba(96,165,250,.5)}.lg\:bg-blue-400\/55{background-color:rgba(96,165,250,.55)}.lg\:bg-blue-400\/60{background-color:rgba(96,165,250,.6)}.lg\:bg-blue-400\/65{background-color:rgba(96,165,250,.65)}.lg\:bg-blue-400\/70{background-color:rgba(96,165,250,.7)}.lg\:bg-blue-400\/75{background-color:rgba(96,165,250,.75)}.lg\:bg-blue-400\/80{background-color:rgba(96,165,250,.8)}.lg\:bg-blue-400\/85{background-color:rgba(96,165,250,.85)}.lg\:bg-blue-400\/90{background-color:rgba(96,165,250,.9)}.lg\:bg-blue-400\/95{background-color:rgba(96,165,250,.95)}.lg\:bg-blue-50{--tw-bg-opacity:1;background-color:rgba(239,246,255,var(--tw-bg-opacity))}.lg\:bg-blue-50\/0{background-color:rgba(239,246,255,0)}.lg\:bg-blue-50\/10{background-color:rgba(239,246,255,.1)}.lg\:bg-blue-50\/100{background-color:#eff6ff}.lg\:bg-blue-50\/15{background-color:rgba(239,246,255,.15)}.lg\:bg-blue-50\/20{background-color:rgba(239,246,255,.2)}.lg\:bg-blue-50\/25{background-color:rgba(239,246,255,.25)}.lg\:bg-blue-50\/30{background-color:rgba(239,246,255,.3)}.lg\:bg-blue-50\/35{background-color:rgba(239,246,255,.35)}.lg\:bg-blue-50\/40{background-color:rgba(239,246,255,.4)}.lg\:bg-blue-50\/45{background-color:rgba(239,246,255,.45)}.lg\:bg-blue-50\/5{background-color:rgba(239,246,255,.05)}.lg\:bg-blue-50\/50{background-color:rgba(239,246,255,.5)}.lg\:bg-blue-50\/55{background-color:rgba(239,246,255,.55)}.lg\:bg-blue-50\/60{background-color:rgba(239,246,255,.6)}.lg\:bg-blue-50\/65{background-color:rgba(239,246,255,.65)}.lg\:bg-blue-50\/70{background-color:rgba(239,246,255,.7)}.lg\:bg-blue-50\/75{background-color:rgba(239,246,255,.75)}.lg\:bg-blue-50\/80{background-color:rgba(239,246,255,.8)}.lg\:bg-blue-50\/85{background-color:rgba(239,246,255,.85)}.lg\:bg-blue-50\/90{background-color:rgba(239,246,255,.9)}.lg\:bg-blue-50\/95{background-color:rgba(239,246,255,.95)}.lg\:bg-blue-500{--tw-bg-opacity:1;background-color:rgba(59,130,246,var(--tw-bg-opacity))}.lg\:bg-blue-500\/0{background-color:rgba(59,130,246,0)}.lg\:bg-blue-500\/10{background-color:rgba(59,130,246,.1)}.lg\:bg-blue-500\/100{background-color:#3b82f6}.lg\:bg-blue-500\/15{background-color:rgba(59,130,246,.15)}.lg\:bg-blue-500\/20{background-color:rgba(59,130,246,.2)}.lg\:bg-blue-500\/25{background-color:rgba(59,130,246,.25)}.lg\:bg-blue-500\/30{background-color:rgba(59,130,246,.3)}.lg\:bg-blue-500\/35{background-color:rgba(59,130,246,.35)}.lg\:bg-blue-500\/40{background-color:rgba(59,130,246,.4)}.lg\:bg-blue-500\/45{background-color:rgba(59,130,246,.45)}.lg\:bg-blue-500\/5{background-color:rgba(59,130,246,.05)}.lg\:bg-blue-500\/50{background-color:rgba(59,130,246,.5)}.lg\:bg-blue-500\/55{background-color:rgba(59,130,246,.55)}.lg\:bg-blue-500\/60{background-color:rgba(59,130,246,.6)}.lg\:bg-blue-500\/65{background-color:rgba(59,130,246,.65)}.lg\:bg-blue-500\/70{background-color:rgba(59,130,246,.7)}.lg\:bg-blue-500\/75{background-color:rgba(59,130,246,.75)}.lg\:bg-blue-500\/80{background-color:rgba(59,130,246,.8)}.lg\:bg-blue-500\/85{background-color:rgba(59,130,246,.85)}.lg\:bg-blue-500\/90{background-color:rgba(59,130,246,.9)}.lg\:bg-blue-500\/95{background-color:rgba(59,130,246,.95)}.lg\:bg-blue-600{--tw-bg-opacity:1;background-color:rgba(37,99,235,var(--tw-bg-opacity))}.lg\:bg-blue-600\/0{background-color:rgba(37,99,235,0)}.lg\:bg-blue-600\/10{background-color:rgba(37,99,235,.1)}.lg\:bg-blue-600\/100{background-color:#2563eb}.lg\:bg-blue-600\/15{background-color:rgba(37,99,235,.15)}.lg\:bg-blue-600\/20{background-color:rgba(37,99,235,.2)}.lg\:bg-blue-600\/25{background-color:rgba(37,99,235,.25)}.lg\:bg-blue-600\/30{background-color:rgba(37,99,235,.3)}.lg\:bg-blue-600\/35{background-color:rgba(37,99,235,.35)}.lg\:bg-blue-600\/40{background-color:rgba(37,99,235,.4)}.lg\:bg-blue-600\/45{background-color:rgba(37,99,235,.45)}.lg\:bg-blue-600\/5{background-color:rgba(37,99,235,.05)}.lg\:bg-blue-600\/50{background-color:rgba(37,99,235,.5)}.lg\:bg-blue-600\/55{background-color:rgba(37,99,235,.55)}.lg\:bg-blue-600\/60{background-color:rgba(37,99,235,.6)}.lg\:bg-blue-600\/65{background-color:rgba(37,99,235,.65)}.lg\:bg-blue-600\/70{background-color:rgba(37,99,235,.7)}.lg\:bg-blue-600\/75{background-color:rgba(37,99,235,.75)}.lg\:bg-blue-600\/80{background-color:rgba(37,99,235,.8)}.lg\:bg-blue-600\/85{background-color:rgba(37,99,235,.85)}.lg\:bg-blue-600\/90{background-color:rgba(37,99,235,.9)}.lg\:bg-blue-600\/95{background-color:rgba(37,99,235,.95)}.lg\:bg-blue-700{--tw-bg-opacity:1;background-color:rgba(29,78,216,var(--tw-bg-opacity))}.lg\:bg-blue-700\/0{background-color:rgba(29,78,216,0)}.lg\:bg-blue-700\/10{background-color:rgba(29,78,216,.1)}.lg\:bg-blue-700\/100{background-color:#1d4ed8}.lg\:bg-blue-700\/15{background-color:rgba(29,78,216,.15)}.lg\:bg-blue-700\/20{background-color:rgba(29,78,216,.2)}.lg\:bg-blue-700\/25{background-color:rgba(29,78,216,.25)}.lg\:bg-blue-700\/30{background-color:rgba(29,78,216,.3)}.lg\:bg-blue-700\/35{background-color:rgba(29,78,216,.35)}.lg\:bg-blue-700\/40{background-color:rgba(29,78,216,.4)}.lg\:bg-blue-700\/45{background-color:rgba(29,78,216,.45)}.lg\:bg-blue-700\/5{background-color:rgba(29,78,216,.05)}.lg\:bg-blue-700\/50{background-color:rgba(29,78,216,.5)}.lg\:bg-blue-700\/55{background-color:rgba(29,78,216,.55)}.lg\:bg-blue-700\/60{background-color:rgba(29,78,216,.6)}.lg\:bg-blue-700\/65{background-color:rgba(29,78,216,.65)}.lg\:bg-blue-700\/70{background-color:rgba(29,78,216,.7)}.lg\:bg-blue-700\/75{background-color:rgba(29,78,216,.75)}.lg\:bg-blue-700\/80{background-color:rgba(29,78,216,.8)}.lg\:bg-blue-700\/85{background-color:rgba(29,78,216,.85)}.lg\:bg-blue-700\/90{background-color:rgba(29,78,216,.9)}.lg\:bg-blue-700\/95{background-color:rgba(29,78,216,.95)}.lg\:bg-blue-800{--tw-bg-opacity:1;background-color:rgba(30,64,175,var(--tw-bg-opacity))}.lg\:bg-blue-800\/0{background-color:rgba(30,64,175,0)}.lg\:bg-blue-800\/10{background-color:rgba(30,64,175,.1)}.lg\:bg-blue-800\/100{background-color:#1e40af}.lg\:bg-blue-800\/15{background-color:rgba(30,64,175,.15)}.lg\:bg-blue-800\/20{background-color:rgba(30,64,175,.2)}.lg\:bg-blue-800\/25{background-color:rgba(30,64,175,.25)}.lg\:bg-blue-800\/30{background-color:rgba(30,64,175,.3)}.lg\:bg-blue-800\/35{background-color:rgba(30,64,175,.35)}.lg\:bg-blue-800\/40{background-color:rgba(30,64,175,.4)}.lg\:bg-blue-800\/45{background-color:rgba(30,64,175,.45)}.lg\:bg-blue-800\/5{background-color:rgba(30,64,175,.05)}.lg\:bg-blue-800\/50{background-color:rgba(30,64,175,.5)}.lg\:bg-blue-800\/55{background-color:rgba(30,64,175,.55)}.lg\:bg-blue-800\/60{background-color:rgba(30,64,175,.6)}.lg\:bg-blue-800\/65{background-color:rgba(30,64,175,.65)}.lg\:bg-blue-800\/70{background-color:rgba(30,64,175,.7)}.lg\:bg-blue-800\/75{background-color:rgba(30,64,175,.75)}.lg\:bg-blue-800\/80{background-color:rgba(30,64,175,.8)}.lg\:bg-blue-800\/85{background-color:rgba(30,64,175,.85)}.lg\:bg-blue-800\/90{background-color:rgba(30,64,175,.9)}.lg\:bg-blue-800\/95{background-color:rgba(30,64,175,.95)}.lg\:bg-blue-900{--tw-bg-opacity:1;background-color:rgba(30,58,138,var(--tw-bg-opacity))}.lg\:bg-blue-900\/0{background-color:rgba(30,58,138,0)}.lg\:bg-blue-900\/10{background-color:rgba(30,58,138,.1)}.lg\:bg-blue-900\/100{background-color:#1e3a8a}.lg\:bg-blue-900\/15{background-color:rgba(30,58,138,.15)}.lg\:bg-blue-900\/20{background-color:rgba(30,58,138,.2)}.lg\:bg-blue-900\/25{background-color:rgba(30,58,138,.25)}.lg\:bg-blue-900\/30{background-color:rgba(30,58,138,.3)}.lg\:bg-blue-900\/35{background-color:rgba(30,58,138,.35)}.lg\:bg-blue-900\/40{background-color:rgba(30,58,138,.4)}.lg\:bg-blue-900\/45{background-color:rgba(30,58,138,.45)}.lg\:bg-blue-900\/5{background-color:rgba(30,58,138,.05)}.lg\:bg-blue-900\/50{background-color:rgba(30,58,138,.5)}.lg\:bg-blue-900\/55{background-color:rgba(30,58,138,.55)}.lg\:bg-blue-900\/60{background-color:rgba(30,58,138,.6)}.lg\:bg-blue-900\/65{background-color:rgba(30,58,138,.65)}.lg\:bg-blue-900\/70{background-color:rgba(30,58,138,.7)}.lg\:bg-blue-900\/75{background-color:rgba(30,58,138,.75)}.lg\:bg-blue-900\/80{background-color:rgba(30,58,138,.8)}.lg\:bg-blue-900\/85{background-color:rgba(30,58,138,.85)}.lg\:bg-blue-900\/90{background-color:rgba(30,58,138,.9)}.lg\:bg-blue-900\/95{background-color:rgba(30,58,138,.95)}.lg\:bg-blue-950{--tw-bg-opacity:1;background-color:rgba(23,37,84,var(--tw-bg-opacity))}.lg\:bg-blue-950\/0{background-color:rgba(23,37,84,0)}.lg\:bg-blue-950\/10{background-color:rgba(23,37,84,.1)}.lg\:bg-blue-950\/100{background-color:#172554}.lg\:bg-blue-950\/15{background-color:rgba(23,37,84,.15)}.lg\:bg-blue-950\/20{background-color:rgba(23,37,84,.2)}.lg\:bg-blue-950\/25{background-color:rgba(23,37,84,.25)}.lg\:bg-blue-950\/30{background-color:rgba(23,37,84,.3)}.lg\:bg-blue-950\/35{background-color:rgba(23,37,84,.35)}.lg\:bg-blue-950\/40{background-color:rgba(23,37,84,.4)}.lg\:bg-blue-950\/45{background-color:rgba(23,37,84,.45)}.lg\:bg-blue-950\/5{background-color:rgba(23,37,84,.05)}.lg\:bg-blue-950\/50{background-color:rgba(23,37,84,.5)}.lg\:bg-blue-950\/55{background-color:rgba(23,37,84,.55)}.lg\:bg-blue-950\/60{background-color:rgba(23,37,84,.6)}.lg\:bg-blue-950\/65{background-color:rgba(23,37,84,.65)}.lg\:bg-blue-950\/70{background-color:rgba(23,37,84,.7)}.lg\:bg-blue-950\/75{background-color:rgba(23,37,84,.75)}.lg\:bg-blue-950\/80{background-color:rgba(23,37,84,.8)}.lg\:bg-blue-950\/85{background-color:rgba(23,37,84,.85)}.lg\:bg-blue-950\/90{background-color:rgba(23,37,84,.9)}.lg\:bg-blue-950\/95{background-color:rgba(23,37,84,.95)}.lg\:bg-current{background-color:currentColor}.lg\:bg-cyan-100{--tw-bg-opacity:1;background-color:rgba(207,250,254,var(--tw-bg-opacity))}.lg\:bg-cyan-100\/0{background-color:rgba(207,250,254,0)}.lg\:bg-cyan-100\/10{background-color:rgba(207,250,254,.1)}.lg\:bg-cyan-100\/100{background-color:#cffafe}.lg\:bg-cyan-100\/15{background-color:rgba(207,250,254,.15)}.lg\:bg-cyan-100\/20{background-color:rgba(207,250,254,.2)}.lg\:bg-cyan-100\/25{background-color:rgba(207,250,254,.25)}.lg\:bg-cyan-100\/30{background-color:rgba(207,250,254,.3)}.lg\:bg-cyan-100\/35{background-color:rgba(207,250,254,.35)}.lg\:bg-cyan-100\/40{background-color:rgba(207,250,254,.4)}.lg\:bg-cyan-100\/45{background-color:rgba(207,250,254,.45)}.lg\:bg-cyan-100\/5{background-color:rgba(207,250,254,.05)}.lg\:bg-cyan-100\/50{background-color:rgba(207,250,254,.5)}.lg\:bg-cyan-100\/55{background-color:rgba(207,250,254,.55)}.lg\:bg-cyan-100\/60{background-color:rgba(207,250,254,.6)}.lg\:bg-cyan-100\/65{background-color:rgba(207,250,254,.65)}.lg\:bg-cyan-100\/70{background-color:rgba(207,250,254,.7)}.lg\:bg-cyan-100\/75{background-color:rgba(207,250,254,.75)}.lg\:bg-cyan-100\/80{background-color:rgba(207,250,254,.8)}.lg\:bg-cyan-100\/85{background-color:rgba(207,250,254,.85)}.lg\:bg-cyan-100\/90{background-color:rgba(207,250,254,.9)}.lg\:bg-cyan-100\/95{background-color:rgba(207,250,254,.95)}.lg\:bg-cyan-200{--tw-bg-opacity:1;background-color:rgba(165,243,252,var(--tw-bg-opacity))}.lg\:bg-cyan-200\/0{background-color:rgba(165,243,252,0)}.lg\:bg-cyan-200\/10{background-color:rgba(165,243,252,.1)}.lg\:bg-cyan-200\/100{background-color:#a5f3fc}.lg\:bg-cyan-200\/15{background-color:rgba(165,243,252,.15)}.lg\:bg-cyan-200\/20{background-color:rgba(165,243,252,.2)}.lg\:bg-cyan-200\/25{background-color:rgba(165,243,252,.25)}.lg\:bg-cyan-200\/30{background-color:rgba(165,243,252,.3)}.lg\:bg-cyan-200\/35{background-color:rgba(165,243,252,.35)}.lg\:bg-cyan-200\/40{background-color:rgba(165,243,252,.4)}.lg\:bg-cyan-200\/45{background-color:rgba(165,243,252,.45)}.lg\:bg-cyan-200\/5{background-color:rgba(165,243,252,.05)}.lg\:bg-cyan-200\/50{background-color:rgba(165,243,252,.5)}.lg\:bg-cyan-200\/55{background-color:rgba(165,243,252,.55)}.lg\:bg-cyan-200\/60{background-color:rgba(165,243,252,.6)}.lg\:bg-cyan-200\/65{background-color:rgba(165,243,252,.65)}.lg\:bg-cyan-200\/70{background-color:rgba(165,243,252,.7)}.lg\:bg-cyan-200\/75{background-color:rgba(165,243,252,.75)}.lg\:bg-cyan-200\/80{background-color:rgba(165,243,252,.8)}.lg\:bg-cyan-200\/85{background-color:rgba(165,243,252,.85)}.lg\:bg-cyan-200\/90{background-color:rgba(165,243,252,.9)}.lg\:bg-cyan-200\/95{background-color:rgba(165,243,252,.95)}.lg\:bg-cyan-300{--tw-bg-opacity:1;background-color:rgba(103,232,249,var(--tw-bg-opacity))}.lg\:bg-cyan-300\/0{background-color:rgba(103,232,249,0)}.lg\:bg-cyan-300\/10{background-color:rgba(103,232,249,.1)}.lg\:bg-cyan-300\/100{background-color:#67e8f9}.lg\:bg-cyan-300\/15{background-color:rgba(103,232,249,.15)}.lg\:bg-cyan-300\/20{background-color:rgba(103,232,249,.2)}.lg\:bg-cyan-300\/25{background-color:rgba(103,232,249,.25)}.lg\:bg-cyan-300\/30{background-color:rgba(103,232,249,.3)}.lg\:bg-cyan-300\/35{background-color:rgba(103,232,249,.35)}.lg\:bg-cyan-300\/40{background-color:rgba(103,232,249,.4)}.lg\:bg-cyan-300\/45{background-color:rgba(103,232,249,.45)}.lg\:bg-cyan-300\/5{background-color:rgba(103,232,249,.05)}.lg\:bg-cyan-300\/50{background-color:rgba(103,232,249,.5)}.lg\:bg-cyan-300\/55{background-color:rgba(103,232,249,.55)}.lg\:bg-cyan-300\/60{background-color:rgba(103,232,249,.6)}.lg\:bg-cyan-300\/65{background-color:rgba(103,232,249,.65)}.lg\:bg-cyan-300\/70{background-color:rgba(103,232,249,.7)}.lg\:bg-cyan-300\/75{background-color:rgba(103,232,249,.75)}.lg\:bg-cyan-300\/80{background-color:rgba(103,232,249,.8)}.lg\:bg-cyan-300\/85{background-color:rgba(103,232,249,.85)}.lg\:bg-cyan-300\/90{background-color:rgba(103,232,249,.9)}.lg\:bg-cyan-300\/95{background-color:rgba(103,232,249,.95)}.lg\:bg-cyan-400{--tw-bg-opacity:1;background-color:rgba(34,211,238,var(--tw-bg-opacity))}.lg\:bg-cyan-400\/0{background-color:rgba(34,211,238,0)}.lg\:bg-cyan-400\/10{background-color:rgba(34,211,238,.1)}.lg\:bg-cyan-400\/100{background-color:#22d3ee}.lg\:bg-cyan-400\/15{background-color:rgba(34,211,238,.15)}.lg\:bg-cyan-400\/20{background-color:rgba(34,211,238,.2)}.lg\:bg-cyan-400\/25{background-color:rgba(34,211,238,.25)}.lg\:bg-cyan-400\/30{background-color:rgba(34,211,238,.3)}.lg\:bg-cyan-400\/35{background-color:rgba(34,211,238,.35)}.lg\:bg-cyan-400\/40{background-color:rgba(34,211,238,.4)}.lg\:bg-cyan-400\/45{background-color:rgba(34,211,238,.45)}.lg\:bg-cyan-400\/5{background-color:rgba(34,211,238,.05)}.lg\:bg-cyan-400\/50{background-color:rgba(34,211,238,.5)}.lg\:bg-cyan-400\/55{background-color:rgba(34,211,238,.55)}.lg\:bg-cyan-400\/60{background-color:rgba(34,211,238,.6)}.lg\:bg-cyan-400\/65{background-color:rgba(34,211,238,.65)}.lg\:bg-cyan-400\/70{background-color:rgba(34,211,238,.7)}.lg\:bg-cyan-400\/75{background-color:rgba(34,211,238,.75)}.lg\:bg-cyan-400\/80{background-color:rgba(34,211,238,.8)}.lg\:bg-cyan-400\/85{background-color:rgba(34,211,238,.85)}.lg\:bg-cyan-400\/90{background-color:rgba(34,211,238,.9)}.lg\:bg-cyan-400\/95{background-color:rgba(34,211,238,.95)}.lg\:bg-cyan-50{--tw-bg-opacity:1;background-color:rgba(236,254,255,var(--tw-bg-opacity))}.lg\:bg-cyan-50\/0{background-color:rgba(236,254,255,0)}.lg\:bg-cyan-50\/10{background-color:rgba(236,254,255,.1)}.lg\:bg-cyan-50\/100{background-color:#ecfeff}.lg\:bg-cyan-50\/15{background-color:rgba(236,254,255,.15)}.lg\:bg-cyan-50\/20{background-color:rgba(236,254,255,.2)}.lg\:bg-cyan-50\/25{background-color:rgba(236,254,255,.25)}.lg\:bg-cyan-50\/30{background-color:rgba(236,254,255,.3)}.lg\:bg-cyan-50\/35{background-color:rgba(236,254,255,.35)}.lg\:bg-cyan-50\/40{background-color:rgba(236,254,255,.4)}.lg\:bg-cyan-50\/45{background-color:rgba(236,254,255,.45)}.lg\:bg-cyan-50\/5{background-color:rgba(236,254,255,.05)}.lg\:bg-cyan-50\/50{background-color:rgba(236,254,255,.5)}.lg\:bg-cyan-50\/55{background-color:rgba(236,254,255,.55)}.lg\:bg-cyan-50\/60{background-color:rgba(236,254,255,.6)}.lg\:bg-cyan-50\/65{background-color:rgba(236,254,255,.65)}.lg\:bg-cyan-50\/70{background-color:rgba(236,254,255,.7)}.lg\:bg-cyan-50\/75{background-color:rgba(236,254,255,.75)}.lg\:bg-cyan-50\/80{background-color:rgba(236,254,255,.8)}.lg\:bg-cyan-50\/85{background-color:rgba(236,254,255,.85)}.lg\:bg-cyan-50\/90{background-color:rgba(236,254,255,.9)}.lg\:bg-cyan-50\/95{background-color:rgba(236,254,255,.95)}.lg\:bg-cyan-500{--tw-bg-opacity:1;background-color:rgba(6,182,212,var(--tw-bg-opacity))}.lg\:bg-cyan-500\/0{background-color:rgba(6,182,212,0)}.lg\:bg-cyan-500\/10{background-color:rgba(6,182,212,.1)}.lg\:bg-cyan-500\/100{background-color:#06b6d4}.lg\:bg-cyan-500\/15{background-color:rgba(6,182,212,.15)}.lg\:bg-cyan-500\/20{background-color:rgba(6,182,212,.2)}.lg\:bg-cyan-500\/25{background-color:rgba(6,182,212,.25)}.lg\:bg-cyan-500\/30{background-color:rgba(6,182,212,.3)}.lg\:bg-cyan-500\/35{background-color:rgba(6,182,212,.35)}.lg\:bg-cyan-500\/40{background-color:rgba(6,182,212,.4)}.lg\:bg-cyan-500\/45{background-color:rgba(6,182,212,.45)}.lg\:bg-cyan-500\/5{background-color:rgba(6,182,212,.05)}.lg\:bg-cyan-500\/50{background-color:rgba(6,182,212,.5)}.lg\:bg-cyan-500\/55{background-color:rgba(6,182,212,.55)}.lg\:bg-cyan-500\/60{background-color:rgba(6,182,212,.6)}.lg\:bg-cyan-500\/65{background-color:rgba(6,182,212,.65)}.lg\:bg-cyan-500\/70{background-color:rgba(6,182,212,.7)}.lg\:bg-cyan-500\/75{background-color:rgba(6,182,212,.75)}.lg\:bg-cyan-500\/80{background-color:rgba(6,182,212,.8)}.lg\:bg-cyan-500\/85{background-color:rgba(6,182,212,.85)}.lg\:bg-cyan-500\/90{background-color:rgba(6,182,212,.9)}.lg\:bg-cyan-500\/95{background-color:rgba(6,182,212,.95)}.lg\:bg-cyan-600{--tw-bg-opacity:1;background-color:rgba(8,145,178,var(--tw-bg-opacity))}.lg\:bg-cyan-600\/0{background-color:rgba(8,145,178,0)}.lg\:bg-cyan-600\/10{background-color:rgba(8,145,178,.1)}.lg\:bg-cyan-600\/100{background-color:#0891b2}.lg\:bg-cyan-600\/15{background-color:rgba(8,145,178,.15)}.lg\:bg-cyan-600\/20{background-color:rgba(8,145,178,.2)}.lg\:bg-cyan-600\/25{background-color:rgba(8,145,178,.25)}.lg\:bg-cyan-600\/30{background-color:rgba(8,145,178,.3)}.lg\:bg-cyan-600\/35{background-color:rgba(8,145,178,.35)}.lg\:bg-cyan-600\/40{background-color:rgba(8,145,178,.4)}.lg\:bg-cyan-600\/45{background-color:rgba(8,145,178,.45)}.lg\:bg-cyan-600\/5{background-color:rgba(8,145,178,.05)}.lg\:bg-cyan-600\/50{background-color:rgba(8,145,178,.5)}.lg\:bg-cyan-600\/55{background-color:rgba(8,145,178,.55)}.lg\:bg-cyan-600\/60{background-color:rgba(8,145,178,.6)}.lg\:bg-cyan-600\/65{background-color:rgba(8,145,178,.65)}.lg\:bg-cyan-600\/70{background-color:rgba(8,145,178,.7)}.lg\:bg-cyan-600\/75{background-color:rgba(8,145,178,.75)}.lg\:bg-cyan-600\/80{background-color:rgba(8,145,178,.8)}.lg\:bg-cyan-600\/85{background-color:rgba(8,145,178,.85)}.lg\:bg-cyan-600\/90{background-color:rgba(8,145,178,.9)}.lg\:bg-cyan-600\/95{background-color:rgba(8,145,178,.95)}.lg\:bg-cyan-700{--tw-bg-opacity:1;background-color:rgba(14,116,144,var(--tw-bg-opacity))}.lg\:bg-cyan-700\/0{background-color:rgba(14,116,144,0)}.lg\:bg-cyan-700\/10{background-color:rgba(14,116,144,.1)}.lg\:bg-cyan-700\/100{background-color:#0e7490}.lg\:bg-cyan-700\/15{background-color:rgba(14,116,144,.15)}.lg\:bg-cyan-700\/20{background-color:rgba(14,116,144,.2)}.lg\:bg-cyan-700\/25{background-color:rgba(14,116,144,.25)}.lg\:bg-cyan-700\/30{background-color:rgba(14,116,144,.3)}.lg\:bg-cyan-700\/35{background-color:rgba(14,116,144,.35)}.lg\:bg-cyan-700\/40{background-color:rgba(14,116,144,.4)}.lg\:bg-cyan-700\/45{background-color:rgba(14,116,144,.45)}.lg\:bg-cyan-700\/5{background-color:rgba(14,116,144,.05)}.lg\:bg-cyan-700\/50{background-color:rgba(14,116,144,.5)}.lg\:bg-cyan-700\/55{background-color:rgba(14,116,144,.55)}.lg\:bg-cyan-700\/60{background-color:rgba(14,116,144,.6)}.lg\:bg-cyan-700\/65{background-color:rgba(14,116,144,.65)}.lg\:bg-cyan-700\/70{background-color:rgba(14,116,144,.7)}.lg\:bg-cyan-700\/75{background-color:rgba(14,116,144,.75)}.lg\:bg-cyan-700\/80{background-color:rgba(14,116,144,.8)}.lg\:bg-cyan-700\/85{background-color:rgba(14,116,144,.85)}.lg\:bg-cyan-700\/90{background-color:rgba(14,116,144,.9)}.lg\:bg-cyan-700\/95{background-color:rgba(14,116,144,.95)}.lg\:bg-cyan-800{--tw-bg-opacity:1;background-color:rgba(21,94,117,var(--tw-bg-opacity))}.lg\:bg-cyan-800\/0{background-color:rgba(21,94,117,0)}.lg\:bg-cyan-800\/10{background-color:rgba(21,94,117,.1)}.lg\:bg-cyan-800\/100{background-color:#155e75}.lg\:bg-cyan-800\/15{background-color:rgba(21,94,117,.15)}.lg\:bg-cyan-800\/20{background-color:rgba(21,94,117,.2)}.lg\:bg-cyan-800\/25{background-color:rgba(21,94,117,.25)}.lg\:bg-cyan-800\/30{background-color:rgba(21,94,117,.3)}.lg\:bg-cyan-800\/35{background-color:rgba(21,94,117,.35)}.lg\:bg-cyan-800\/40{background-color:rgba(21,94,117,.4)}.lg\:bg-cyan-800\/45{background-color:rgba(21,94,117,.45)}.lg\:bg-cyan-800\/5{background-color:rgba(21,94,117,.05)}.lg\:bg-cyan-800\/50{background-color:rgba(21,94,117,.5)}.lg\:bg-cyan-800\/55{background-color:rgba(21,94,117,.55)}.lg\:bg-cyan-800\/60{background-color:rgba(21,94,117,.6)}.lg\:bg-cyan-800\/65{background-color:rgba(21,94,117,.65)}.lg\:bg-cyan-800\/70{background-color:rgba(21,94,117,.7)}.lg\:bg-cyan-800\/75{background-color:rgba(21,94,117,.75)}.lg\:bg-cyan-800\/80{background-color:rgba(21,94,117,.8)}.lg\:bg-cyan-800\/85{background-color:rgba(21,94,117,.85)}.lg\:bg-cyan-800\/90{background-color:rgba(21,94,117,.9)}.lg\:bg-cyan-800\/95{background-color:rgba(21,94,117,.95)}.lg\:bg-cyan-900{--tw-bg-opacity:1;background-color:rgba(22,78,99,var(--tw-bg-opacity))}.lg\:bg-cyan-900\/0{background-color:rgba(22,78,99,0)}.lg\:bg-cyan-900\/10{background-color:rgba(22,78,99,.1)}.lg\:bg-cyan-900\/100{background-color:#164e63}.lg\:bg-cyan-900\/15{background-color:rgba(22,78,99,.15)}.lg\:bg-cyan-900\/20{background-color:rgba(22,78,99,.2)}.lg\:bg-cyan-900\/25{background-color:rgba(22,78,99,.25)}.lg\:bg-cyan-900\/30{background-color:rgba(22,78,99,.3)}.lg\:bg-cyan-900\/35{background-color:rgba(22,78,99,.35)}.lg\:bg-cyan-900\/40{background-color:rgba(22,78,99,.4)}.lg\:bg-cyan-900\/45{background-color:rgba(22,78,99,.45)}.lg\:bg-cyan-900\/5{background-color:rgba(22,78,99,.05)}.lg\:bg-cyan-900\/50{background-color:rgba(22,78,99,.5)}.lg\:bg-cyan-900\/55{background-color:rgba(22,78,99,.55)}.lg\:bg-cyan-900\/60{background-color:rgba(22,78,99,.6)}.lg\:bg-cyan-900\/65{background-color:rgba(22,78,99,.65)}.lg\:bg-cyan-900\/70{background-color:rgba(22,78,99,.7)}.lg\:bg-cyan-900\/75{background-color:rgba(22,78,99,.75)}.lg\:bg-cyan-900\/80{background-color:rgba(22,78,99,.8)}.lg\:bg-cyan-900\/85{background-color:rgba(22,78,99,.85)}.lg\:bg-cyan-900\/90{background-color:rgba(22,78,99,.9)}.lg\:bg-cyan-900\/95{background-color:rgba(22,78,99,.95)}.lg\:bg-cyan-950{--tw-bg-opacity:1;background-color:rgba(8,51,68,var(--tw-bg-opacity))}.lg\:bg-cyan-950\/0{background-color:rgba(8,51,68,0)}.lg\:bg-cyan-950\/10{background-color:rgba(8,51,68,.1)}.lg\:bg-cyan-950\/100{background-color:#083344}.lg\:bg-cyan-950\/15{background-color:rgba(8,51,68,.15)}.lg\:bg-cyan-950\/20{background-color:rgba(8,51,68,.2)}.lg\:bg-cyan-950\/25{background-color:rgba(8,51,68,.25)}.lg\:bg-cyan-950\/30{background-color:rgba(8,51,68,.3)}.lg\:bg-cyan-950\/35{background-color:rgba(8,51,68,.35)}.lg\:bg-cyan-950\/40{background-color:rgba(8,51,68,.4)}.lg\:bg-cyan-950\/45{background-color:rgba(8,51,68,.45)}.lg\:bg-cyan-950\/5{background-color:rgba(8,51,68,.05)}.lg\:bg-cyan-950\/50{background-color:rgba(8,51,68,.5)}.lg\:bg-cyan-950\/55{background-color:rgba(8,51,68,.55)}.lg\:bg-cyan-950\/60{background-color:rgba(8,51,68,.6)}.lg\:bg-cyan-950\/65{background-color:rgba(8,51,68,.65)}.lg\:bg-cyan-950\/70{background-color:rgba(8,51,68,.7)}.lg\:bg-cyan-950\/75{background-color:rgba(8,51,68,.75)}.lg\:bg-cyan-950\/80{background-color:rgba(8,51,68,.8)}.lg\:bg-cyan-950\/85{background-color:rgba(8,51,68,.85)}.lg\:bg-cyan-950\/90{background-color:rgba(8,51,68,.9)}.lg\:bg-cyan-950\/95{background-color:rgba(8,51,68,.95)}.lg\:bg-emerald-100{--tw-bg-opacity:1;background-color:rgba(209,250,229,var(--tw-bg-opacity))}.lg\:bg-emerald-100\/0{background-color:rgba(209,250,229,0)}.lg\:bg-emerald-100\/10{background-color:rgba(209,250,229,.1)}.lg\:bg-emerald-100\/100{background-color:#d1fae5}.lg\:bg-emerald-100\/15{background-color:rgba(209,250,229,.15)}.lg\:bg-emerald-100\/20{background-color:rgba(209,250,229,.2)}.lg\:bg-emerald-100\/25{background-color:rgba(209,250,229,.25)}.lg\:bg-emerald-100\/30{background-color:rgba(209,250,229,.3)}.lg\:bg-emerald-100\/35{background-color:rgba(209,250,229,.35)}.lg\:bg-emerald-100\/40{background-color:rgba(209,250,229,.4)}.lg\:bg-emerald-100\/45{background-color:rgba(209,250,229,.45)}.lg\:bg-emerald-100\/5{background-color:rgba(209,250,229,.05)}.lg\:bg-emerald-100\/50{background-color:rgba(209,250,229,.5)}.lg\:bg-emerald-100\/55{background-color:rgba(209,250,229,.55)}.lg\:bg-emerald-100\/60{background-color:rgba(209,250,229,.6)}.lg\:bg-emerald-100\/65{background-color:rgba(209,250,229,.65)}.lg\:bg-emerald-100\/70{background-color:rgba(209,250,229,.7)}.lg\:bg-emerald-100\/75{background-color:rgba(209,250,229,.75)}.lg\:bg-emerald-100\/80{background-color:rgba(209,250,229,.8)}.lg\:bg-emerald-100\/85{background-color:rgba(209,250,229,.85)}.lg\:bg-emerald-100\/90{background-color:rgba(209,250,229,.9)}.lg\:bg-emerald-100\/95{background-color:rgba(209,250,229,.95)}.lg\:bg-emerald-200{--tw-bg-opacity:1;background-color:rgba(167,243,208,var(--tw-bg-opacity))}.lg\:bg-emerald-200\/0{background-color:rgba(167,243,208,0)}.lg\:bg-emerald-200\/10{background-color:rgba(167,243,208,.1)}.lg\:bg-emerald-200\/100{background-color:#a7f3d0}.lg\:bg-emerald-200\/15{background-color:rgba(167,243,208,.15)}.lg\:bg-emerald-200\/20{background-color:rgba(167,243,208,.2)}.lg\:bg-emerald-200\/25{background-color:rgba(167,243,208,.25)}.lg\:bg-emerald-200\/30{background-color:rgba(167,243,208,.3)}.lg\:bg-emerald-200\/35{background-color:rgba(167,243,208,.35)}.lg\:bg-emerald-200\/40{background-color:rgba(167,243,208,.4)}.lg\:bg-emerald-200\/45{background-color:rgba(167,243,208,.45)}.lg\:bg-emerald-200\/5{background-color:rgba(167,243,208,.05)}.lg\:bg-emerald-200\/50{background-color:rgba(167,243,208,.5)}.lg\:bg-emerald-200\/55{background-color:rgba(167,243,208,.55)}.lg\:bg-emerald-200\/60{background-color:rgba(167,243,208,.6)}.lg\:bg-emerald-200\/65{background-color:rgba(167,243,208,.65)}.lg\:bg-emerald-200\/70{background-color:rgba(167,243,208,.7)}.lg\:bg-emerald-200\/75{background-color:rgba(167,243,208,.75)}.lg\:bg-emerald-200\/80{background-color:rgba(167,243,208,.8)}.lg\:bg-emerald-200\/85{background-color:rgba(167,243,208,.85)}.lg\:bg-emerald-200\/90{background-color:rgba(167,243,208,.9)}.lg\:bg-emerald-200\/95{background-color:rgba(167,243,208,.95)}.lg\:bg-emerald-300{--tw-bg-opacity:1;background-color:rgba(110,231,183,var(--tw-bg-opacity))}.lg\:bg-emerald-300\/0{background-color:rgba(110,231,183,0)}.lg\:bg-emerald-300\/10{background-color:rgba(110,231,183,.1)}.lg\:bg-emerald-300\/100{background-color:#6ee7b7}.lg\:bg-emerald-300\/15{background-color:rgba(110,231,183,.15)}.lg\:bg-emerald-300\/20{background-color:rgba(110,231,183,.2)}.lg\:bg-emerald-300\/25{background-color:rgba(110,231,183,.25)}.lg\:bg-emerald-300\/30{background-color:rgba(110,231,183,.3)}.lg\:bg-emerald-300\/35{background-color:rgba(110,231,183,.35)}.lg\:bg-emerald-300\/40{background-color:rgba(110,231,183,.4)}.lg\:bg-emerald-300\/45{background-color:rgba(110,231,183,.45)}.lg\:bg-emerald-300\/5{background-color:rgba(110,231,183,.05)}.lg\:bg-emerald-300\/50{background-color:rgba(110,231,183,.5)}.lg\:bg-emerald-300\/55{background-color:rgba(110,231,183,.55)}.lg\:bg-emerald-300\/60{background-color:rgba(110,231,183,.6)}.lg\:bg-emerald-300\/65{background-color:rgba(110,231,183,.65)}.lg\:bg-emerald-300\/70{background-color:rgba(110,231,183,.7)}.lg\:bg-emerald-300\/75{background-color:rgba(110,231,183,.75)}.lg\:bg-emerald-300\/80{background-color:rgba(110,231,183,.8)}.lg\:bg-emerald-300\/85{background-color:rgba(110,231,183,.85)}.lg\:bg-emerald-300\/90{background-color:rgba(110,231,183,.9)}.lg\:bg-emerald-300\/95{background-color:rgba(110,231,183,.95)}.lg\:bg-emerald-400{--tw-bg-opacity:1;background-color:rgba(52,211,153,var(--tw-bg-opacity))}.lg\:bg-emerald-400\/0{background-color:rgba(52,211,153,0)}.lg\:bg-emerald-400\/10{background-color:rgba(52,211,153,.1)}.lg\:bg-emerald-400\/100{background-color:#34d399}.lg\:bg-emerald-400\/15{background-color:rgba(52,211,153,.15)}.lg\:bg-emerald-400\/20{background-color:rgba(52,211,153,.2)}.lg\:bg-emerald-400\/25{background-color:rgba(52,211,153,.25)}.lg\:bg-emerald-400\/30{background-color:rgba(52,211,153,.3)}.lg\:bg-emerald-400\/35{background-color:rgba(52,211,153,.35)}.lg\:bg-emerald-400\/40{background-color:rgba(52,211,153,.4)}.lg\:bg-emerald-400\/45{background-color:rgba(52,211,153,.45)}.lg\:bg-emerald-400\/5{background-color:rgba(52,211,153,.05)}.lg\:bg-emerald-400\/50{background-color:rgba(52,211,153,.5)}.lg\:bg-emerald-400\/55{background-color:rgba(52,211,153,.55)}.lg\:bg-emerald-400\/60{background-color:rgba(52,211,153,.6)}.lg\:bg-emerald-400\/65{background-color:rgba(52,211,153,.65)}.lg\:bg-emerald-400\/70{background-color:rgba(52,211,153,.7)}.lg\:bg-emerald-400\/75{background-color:rgba(52,211,153,.75)}.lg\:bg-emerald-400\/80{background-color:rgba(52,211,153,.8)}.lg\:bg-emerald-400\/85{background-color:rgba(52,211,153,.85)}.lg\:bg-emerald-400\/90{background-color:rgba(52,211,153,.9)}.lg\:bg-emerald-400\/95{background-color:rgba(52,211,153,.95)}.lg\:bg-emerald-50{--tw-bg-opacity:1;background-color:rgba(236,253,245,var(--tw-bg-opacity))}.lg\:bg-emerald-50\/0{background-color:rgba(236,253,245,0)}.lg\:bg-emerald-50\/10{background-color:rgba(236,253,245,.1)}.lg\:bg-emerald-50\/100{background-color:#ecfdf5}.lg\:bg-emerald-50\/15{background-color:rgba(236,253,245,.15)}.lg\:bg-emerald-50\/20{background-color:rgba(236,253,245,.2)}.lg\:bg-emerald-50\/25{background-color:rgba(236,253,245,.25)}.lg\:bg-emerald-50\/30{background-color:rgba(236,253,245,.3)}.lg\:bg-emerald-50\/35{background-color:rgba(236,253,245,.35)}.lg\:bg-emerald-50\/40{background-color:rgba(236,253,245,.4)}.lg\:bg-emerald-50\/45{background-color:rgba(236,253,245,.45)}.lg\:bg-emerald-50\/5{background-color:rgba(236,253,245,.05)}.lg\:bg-emerald-50\/50{background-color:rgba(236,253,245,.5)}.lg\:bg-emerald-50\/55{background-color:rgba(236,253,245,.55)}.lg\:bg-emerald-50\/60{background-color:rgba(236,253,245,.6)}.lg\:bg-emerald-50\/65{background-color:rgba(236,253,245,.65)}.lg\:bg-emerald-50\/70{background-color:rgba(236,253,245,.7)}.lg\:bg-emerald-50\/75{background-color:rgba(236,253,245,.75)}.lg\:bg-emerald-50\/80{background-color:rgba(236,253,245,.8)}.lg\:bg-emerald-50\/85{background-color:rgba(236,253,245,.85)}.lg\:bg-emerald-50\/90{background-color:rgba(236,253,245,.9)}.lg\:bg-emerald-50\/95{background-color:rgba(236,253,245,.95)}.lg\:bg-emerald-500{--tw-bg-opacity:1;background-color:rgba(16,185,129,var(--tw-bg-opacity))}.lg\:bg-emerald-500\/0{background-color:rgba(16,185,129,0)}.lg\:bg-emerald-500\/10{background-color:rgba(16,185,129,.1)}.lg\:bg-emerald-500\/100{background-color:#10b981}.lg\:bg-emerald-500\/15{background-color:rgba(16,185,129,.15)}.lg\:bg-emerald-500\/20{background-color:rgba(16,185,129,.2)}.lg\:bg-emerald-500\/25{background-color:rgba(16,185,129,.25)}.lg\:bg-emerald-500\/30{background-color:rgba(16,185,129,.3)}.lg\:bg-emerald-500\/35{background-color:rgba(16,185,129,.35)}.lg\:bg-emerald-500\/40{background-color:rgba(16,185,129,.4)}.lg\:bg-emerald-500\/45{background-color:rgba(16,185,129,.45)}.lg\:bg-emerald-500\/5{background-color:rgba(16,185,129,.05)}.lg\:bg-emerald-500\/50{background-color:rgba(16,185,129,.5)}.lg\:bg-emerald-500\/55{background-color:rgba(16,185,129,.55)}.lg\:bg-emerald-500\/60{background-color:rgba(16,185,129,.6)}.lg\:bg-emerald-500\/65{background-color:rgba(16,185,129,.65)}.lg\:bg-emerald-500\/70{background-color:rgba(16,185,129,.7)}.lg\:bg-emerald-500\/75{background-color:rgba(16,185,129,.75)}.lg\:bg-emerald-500\/80{background-color:rgba(16,185,129,.8)}.lg\:bg-emerald-500\/85{background-color:rgba(16,185,129,.85)}.lg\:bg-emerald-500\/90{background-color:rgba(16,185,129,.9)}.lg\:bg-emerald-500\/95{background-color:rgba(16,185,129,.95)}.lg\:bg-emerald-600{--tw-bg-opacity:1;background-color:rgba(5,150,105,var(--tw-bg-opacity))}.lg\:bg-emerald-600\/0{background-color:rgba(5,150,105,0)}.lg\:bg-emerald-600\/10{background-color:rgba(5,150,105,.1)}.lg\:bg-emerald-600\/100{background-color:#059669}.lg\:bg-emerald-600\/15{background-color:rgba(5,150,105,.15)}.lg\:bg-emerald-600\/20{background-color:rgba(5,150,105,.2)}.lg\:bg-emerald-600\/25{background-color:rgba(5,150,105,.25)}.lg\:bg-emerald-600\/30{background-color:rgba(5,150,105,.3)}.lg\:bg-emerald-600\/35{background-color:rgba(5,150,105,.35)}.lg\:bg-emerald-600\/40{background-color:rgba(5,150,105,.4)}.lg\:bg-emerald-600\/45{background-color:rgba(5,150,105,.45)}.lg\:bg-emerald-600\/5{background-color:rgba(5,150,105,.05)}.lg\:bg-emerald-600\/50{background-color:rgba(5,150,105,.5)}.lg\:bg-emerald-600\/55{background-color:rgba(5,150,105,.55)}.lg\:bg-emerald-600\/60{background-color:rgba(5,150,105,.6)}.lg\:bg-emerald-600\/65{background-color:rgba(5,150,105,.65)}.lg\:bg-emerald-600\/70{background-color:rgba(5,150,105,.7)}.lg\:bg-emerald-600\/75{background-color:rgba(5,150,105,.75)}.lg\:bg-emerald-600\/80{background-color:rgba(5,150,105,.8)}.lg\:bg-emerald-600\/85{background-color:rgba(5,150,105,.85)}.lg\:bg-emerald-600\/90{background-color:rgba(5,150,105,.9)}.lg\:bg-emerald-600\/95{background-color:rgba(5,150,105,.95)}.lg\:bg-emerald-700{--tw-bg-opacity:1;background-color:rgba(4,120,87,var(--tw-bg-opacity))}.lg\:bg-emerald-700\/0{background-color:rgba(4,120,87,0)}.lg\:bg-emerald-700\/10{background-color:rgba(4,120,87,.1)}.lg\:bg-emerald-700\/100{background-color:#047857}.lg\:bg-emerald-700\/15{background-color:rgba(4,120,87,.15)}.lg\:bg-emerald-700\/20{background-color:rgba(4,120,87,.2)}.lg\:bg-emerald-700\/25{background-color:rgba(4,120,87,.25)}.lg\:bg-emerald-700\/30{background-color:rgba(4,120,87,.3)}.lg\:bg-emerald-700\/35{background-color:rgba(4,120,87,.35)}.lg\:bg-emerald-700\/40{background-color:rgba(4,120,87,.4)}.lg\:bg-emerald-700\/45{background-color:rgba(4,120,87,.45)}.lg\:bg-emerald-700\/5{background-color:rgba(4,120,87,.05)}.lg\:bg-emerald-700\/50{background-color:rgba(4,120,87,.5)}.lg\:bg-emerald-700\/55{background-color:rgba(4,120,87,.55)}.lg\:bg-emerald-700\/60{background-color:rgba(4,120,87,.6)}.lg\:bg-emerald-700\/65{background-color:rgba(4,120,87,.65)}.lg\:bg-emerald-700\/70{background-color:rgba(4,120,87,.7)}.lg\:bg-emerald-700\/75{background-color:rgba(4,120,87,.75)}.lg\:bg-emerald-700\/80{background-color:rgba(4,120,87,.8)}.lg\:bg-emerald-700\/85{background-color:rgba(4,120,87,.85)}.lg\:bg-emerald-700\/90{background-color:rgba(4,120,87,.9)}.lg\:bg-emerald-700\/95{background-color:rgba(4,120,87,.95)}.lg\:bg-emerald-800{--tw-bg-opacity:1;background-color:rgba(6,95,70,var(--tw-bg-opacity))}.lg\:bg-emerald-800\/0{background-color:rgba(6,95,70,0)}.lg\:bg-emerald-800\/10{background-color:rgba(6,95,70,.1)}.lg\:bg-emerald-800\/100{background-color:#065f46}.lg\:bg-emerald-800\/15{background-color:rgba(6,95,70,.15)}.lg\:bg-emerald-800\/20{background-color:rgba(6,95,70,.2)}.lg\:bg-emerald-800\/25{background-color:rgba(6,95,70,.25)}.lg\:bg-emerald-800\/30{background-color:rgba(6,95,70,.3)}.lg\:bg-emerald-800\/35{background-color:rgba(6,95,70,.35)}.lg\:bg-emerald-800\/40{background-color:rgba(6,95,70,.4)}.lg\:bg-emerald-800\/45{background-color:rgba(6,95,70,.45)}.lg\:bg-emerald-800\/5{background-color:rgba(6,95,70,.05)}.lg\:bg-emerald-800\/50{background-color:rgba(6,95,70,.5)}.lg\:bg-emerald-800\/55{background-color:rgba(6,95,70,.55)}.lg\:bg-emerald-800\/60{background-color:rgba(6,95,70,.6)}.lg\:bg-emerald-800\/65{background-color:rgba(6,95,70,.65)}.lg\:bg-emerald-800\/70{background-color:rgba(6,95,70,.7)}.lg\:bg-emerald-800\/75{background-color:rgba(6,95,70,.75)}.lg\:bg-emerald-800\/80{background-color:rgba(6,95,70,.8)}.lg\:bg-emerald-800\/85{background-color:rgba(6,95,70,.85)}.lg\:bg-emerald-800\/90{background-color:rgba(6,95,70,.9)}.lg\:bg-emerald-800\/95{background-color:rgba(6,95,70,.95)}.lg\:bg-emerald-900{--tw-bg-opacity:1;background-color:rgba(6,78,59,var(--tw-bg-opacity))}.lg\:bg-emerald-900\/0{background-color:rgba(6,78,59,0)}.lg\:bg-emerald-900\/10{background-color:rgba(6,78,59,.1)}.lg\:bg-emerald-900\/100{background-color:#064e3b}.lg\:bg-emerald-900\/15{background-color:rgba(6,78,59,.15)}.lg\:bg-emerald-900\/20{background-color:rgba(6,78,59,.2)}.lg\:bg-emerald-900\/25{background-color:rgba(6,78,59,.25)}.lg\:bg-emerald-900\/30{background-color:rgba(6,78,59,.3)}.lg\:bg-emerald-900\/35{background-color:rgba(6,78,59,.35)}.lg\:bg-emerald-900\/40{background-color:rgba(6,78,59,.4)}.lg\:bg-emerald-900\/45{background-color:rgba(6,78,59,.45)}.lg\:bg-emerald-900\/5{background-color:rgba(6,78,59,.05)}.lg\:bg-emerald-900\/50{background-color:rgba(6,78,59,.5)}.lg\:bg-emerald-900\/55{background-color:rgba(6,78,59,.55)}.lg\:bg-emerald-900\/60{background-color:rgba(6,78,59,.6)}.lg\:bg-emerald-900\/65{background-color:rgba(6,78,59,.65)}.lg\:bg-emerald-900\/70{background-color:rgba(6,78,59,.7)}.lg\:bg-emerald-900\/75{background-color:rgba(6,78,59,.75)}.lg\:bg-emerald-900\/80{background-color:rgba(6,78,59,.8)}.lg\:bg-emerald-900\/85{background-color:rgba(6,78,59,.85)}.lg\:bg-emerald-900\/90{background-color:rgba(6,78,59,.9)}.lg\:bg-emerald-900\/95{background-color:rgba(6,78,59,.95)}.lg\:bg-emerald-950{--tw-bg-opacity:1;background-color:rgba(2,44,34,var(--tw-bg-opacity))}.lg\:bg-emerald-950\/0{background-color:rgba(2,44,34,0)}.lg\:bg-emerald-950\/10{background-color:rgba(2,44,34,.1)}.lg\:bg-emerald-950\/100{background-color:#022c22}.lg\:bg-emerald-950\/15{background-color:rgba(2,44,34,.15)}.lg\:bg-emerald-950\/20{background-color:rgba(2,44,34,.2)}.lg\:bg-emerald-950\/25{background-color:rgba(2,44,34,.25)}.lg\:bg-emerald-950\/30{background-color:rgba(2,44,34,.3)}.lg\:bg-emerald-950\/35{background-color:rgba(2,44,34,.35)}.lg\:bg-emerald-950\/40{background-color:rgba(2,44,34,.4)}.lg\:bg-emerald-950\/45{background-color:rgba(2,44,34,.45)}.lg\:bg-emerald-950\/5{background-color:rgba(2,44,34,.05)}.lg\:bg-emerald-950\/50{background-color:rgba(2,44,34,.5)}.lg\:bg-emerald-950\/55{background-color:rgba(2,44,34,.55)}.lg\:bg-emerald-950\/60{background-color:rgba(2,44,34,.6)}.lg\:bg-emerald-950\/65{background-color:rgba(2,44,34,.65)}.lg\:bg-emerald-950\/70{background-color:rgba(2,44,34,.7)}.lg\:bg-emerald-950\/75{background-color:rgba(2,44,34,.75)}.lg\:bg-emerald-950\/80{background-color:rgba(2,44,34,.8)}.lg\:bg-emerald-950\/85{background-color:rgba(2,44,34,.85)}.lg\:bg-emerald-950\/90{background-color:rgba(2,44,34,.9)}.lg\:bg-emerald-950\/95{background-color:rgba(2,44,34,.95)}.lg\:bg-fuchsia-100{--tw-bg-opacity:1;background-color:rgba(250,232,255,var(--tw-bg-opacity))}.lg\:bg-fuchsia-100\/0{background-color:rgba(250,232,255,0)}.lg\:bg-fuchsia-100\/10{background-color:rgba(250,232,255,.1)}.lg\:bg-fuchsia-100\/100{background-color:#fae8ff}.lg\:bg-fuchsia-100\/15{background-color:rgba(250,232,255,.15)}.lg\:bg-fuchsia-100\/20{background-color:rgba(250,232,255,.2)}.lg\:bg-fuchsia-100\/25{background-color:rgba(250,232,255,.25)}.lg\:bg-fuchsia-100\/30{background-color:rgba(250,232,255,.3)}.lg\:bg-fuchsia-100\/35{background-color:rgba(250,232,255,.35)}.lg\:bg-fuchsia-100\/40{background-color:rgba(250,232,255,.4)}.lg\:bg-fuchsia-100\/45{background-color:rgba(250,232,255,.45)}.lg\:bg-fuchsia-100\/5{background-color:rgba(250,232,255,.05)}.lg\:bg-fuchsia-100\/50{background-color:rgba(250,232,255,.5)}.lg\:bg-fuchsia-100\/55{background-color:rgba(250,232,255,.55)}.lg\:bg-fuchsia-100\/60{background-color:rgba(250,232,255,.6)}.lg\:bg-fuchsia-100\/65{background-color:rgba(250,232,255,.65)}.lg\:bg-fuchsia-100\/70{background-color:rgba(250,232,255,.7)}.lg\:bg-fuchsia-100\/75{background-color:rgba(250,232,255,.75)}.lg\:bg-fuchsia-100\/80{background-color:rgba(250,232,255,.8)}.lg\:bg-fuchsia-100\/85{background-color:rgba(250,232,255,.85)}.lg\:bg-fuchsia-100\/90{background-color:rgba(250,232,255,.9)}.lg\:bg-fuchsia-100\/95{background-color:rgba(250,232,255,.95)}.lg\:bg-fuchsia-200{--tw-bg-opacity:1;background-color:rgba(245,208,254,var(--tw-bg-opacity))}.lg\:bg-fuchsia-200\/0{background-color:rgba(245,208,254,0)}.lg\:bg-fuchsia-200\/10{background-color:rgba(245,208,254,.1)}.lg\:bg-fuchsia-200\/100{background-color:#f5d0fe}.lg\:bg-fuchsia-200\/15{background-color:rgba(245,208,254,.15)}.lg\:bg-fuchsia-200\/20{background-color:rgba(245,208,254,.2)}.lg\:bg-fuchsia-200\/25{background-color:rgba(245,208,254,.25)}.lg\:bg-fuchsia-200\/30{background-color:rgba(245,208,254,.3)}.lg\:bg-fuchsia-200\/35{background-color:rgba(245,208,254,.35)}.lg\:bg-fuchsia-200\/40{background-color:rgba(245,208,254,.4)}.lg\:bg-fuchsia-200\/45{background-color:rgba(245,208,254,.45)}.lg\:bg-fuchsia-200\/5{background-color:rgba(245,208,254,.05)}.lg\:bg-fuchsia-200\/50{background-color:rgba(245,208,254,.5)}.lg\:bg-fuchsia-200\/55{background-color:rgba(245,208,254,.55)}.lg\:bg-fuchsia-200\/60{background-color:rgba(245,208,254,.6)}.lg\:bg-fuchsia-200\/65{background-color:rgba(245,208,254,.65)}.lg\:bg-fuchsia-200\/70{background-color:rgba(245,208,254,.7)}.lg\:bg-fuchsia-200\/75{background-color:rgba(245,208,254,.75)}.lg\:bg-fuchsia-200\/80{background-color:rgba(245,208,254,.8)}.lg\:bg-fuchsia-200\/85{background-color:rgba(245,208,254,.85)}.lg\:bg-fuchsia-200\/90{background-color:rgba(245,208,254,.9)}.lg\:bg-fuchsia-200\/95{background-color:rgba(245,208,254,.95)}.lg\:bg-fuchsia-300{--tw-bg-opacity:1;background-color:rgba(240,171,252,var(--tw-bg-opacity))}.lg\:bg-fuchsia-300\/0{background-color:rgba(240,171,252,0)}.lg\:bg-fuchsia-300\/10{background-color:rgba(240,171,252,.1)}.lg\:bg-fuchsia-300\/100{background-color:#f0abfc}.lg\:bg-fuchsia-300\/15{background-color:rgba(240,171,252,.15)}.lg\:bg-fuchsia-300\/20{background-color:rgba(240,171,252,.2)}.lg\:bg-fuchsia-300\/25{background-color:rgba(240,171,252,.25)}.lg\:bg-fuchsia-300\/30{background-color:rgba(240,171,252,.3)}.lg\:bg-fuchsia-300\/35{background-color:rgba(240,171,252,.35)}.lg\:bg-fuchsia-300\/40{background-color:rgba(240,171,252,.4)}.lg\:bg-fuchsia-300\/45{background-color:rgba(240,171,252,.45)}.lg\:bg-fuchsia-300\/5{background-color:rgba(240,171,252,.05)}.lg\:bg-fuchsia-300\/50{background-color:rgba(240,171,252,.5)}.lg\:bg-fuchsia-300\/55{background-color:rgba(240,171,252,.55)}.lg\:bg-fuchsia-300\/60{background-color:rgba(240,171,252,.6)}.lg\:bg-fuchsia-300\/65{background-color:rgba(240,171,252,.65)}.lg\:bg-fuchsia-300\/70{background-color:rgba(240,171,252,.7)}.lg\:bg-fuchsia-300\/75{background-color:rgba(240,171,252,.75)}.lg\:bg-fuchsia-300\/80{background-color:rgba(240,171,252,.8)}.lg\:bg-fuchsia-300\/85{background-color:rgba(240,171,252,.85)}.lg\:bg-fuchsia-300\/90{background-color:rgba(240,171,252,.9)}.lg\:bg-fuchsia-300\/95{background-color:rgba(240,171,252,.95)}.lg\:bg-fuchsia-400{--tw-bg-opacity:1;background-color:rgba(232,121,249,var(--tw-bg-opacity))}.lg\:bg-fuchsia-400\/0{background-color:rgba(232,121,249,0)}.lg\:bg-fuchsia-400\/10{background-color:rgba(232,121,249,.1)}.lg\:bg-fuchsia-400\/100{background-color:#e879f9}.lg\:bg-fuchsia-400\/15{background-color:rgba(232,121,249,.15)}.lg\:bg-fuchsia-400\/20{background-color:rgba(232,121,249,.2)}.lg\:bg-fuchsia-400\/25{background-color:rgba(232,121,249,.25)}.lg\:bg-fuchsia-400\/30{background-color:rgba(232,121,249,.3)}.lg\:bg-fuchsia-400\/35{background-color:rgba(232,121,249,.35)}.lg\:bg-fuchsia-400\/40{background-color:rgba(232,121,249,.4)}.lg\:bg-fuchsia-400\/45{background-color:rgba(232,121,249,.45)}.lg\:bg-fuchsia-400\/5{background-color:rgba(232,121,249,.05)}.lg\:bg-fuchsia-400\/50{background-color:rgba(232,121,249,.5)}.lg\:bg-fuchsia-400\/55{background-color:rgba(232,121,249,.55)}.lg\:bg-fuchsia-400\/60{background-color:rgba(232,121,249,.6)}.lg\:bg-fuchsia-400\/65{background-color:rgba(232,121,249,.65)}.lg\:bg-fuchsia-400\/70{background-color:rgba(232,121,249,.7)}.lg\:bg-fuchsia-400\/75{background-color:rgba(232,121,249,.75)}.lg\:bg-fuchsia-400\/80{background-color:rgba(232,121,249,.8)}.lg\:bg-fuchsia-400\/85{background-color:rgba(232,121,249,.85)}.lg\:bg-fuchsia-400\/90{background-color:rgba(232,121,249,.9)}.lg\:bg-fuchsia-400\/95{background-color:rgba(232,121,249,.95)}.lg\:bg-fuchsia-50{--tw-bg-opacity:1;background-color:rgba(253,244,255,var(--tw-bg-opacity))}.lg\:bg-fuchsia-50\/0{background-color:rgba(253,244,255,0)}.lg\:bg-fuchsia-50\/10{background-color:rgba(253,244,255,.1)}.lg\:bg-fuchsia-50\/100{background-color:#fdf4ff}.lg\:bg-fuchsia-50\/15{background-color:rgba(253,244,255,.15)}.lg\:bg-fuchsia-50\/20{background-color:rgba(253,244,255,.2)}.lg\:bg-fuchsia-50\/25{background-color:rgba(253,244,255,.25)}.lg\:bg-fuchsia-50\/30{background-color:rgba(253,244,255,.3)}.lg\:bg-fuchsia-50\/35{background-color:rgba(253,244,255,.35)}.lg\:bg-fuchsia-50\/40{background-color:rgba(253,244,255,.4)}.lg\:bg-fuchsia-50\/45{background-color:rgba(253,244,255,.45)}.lg\:bg-fuchsia-50\/5{background-color:rgba(253,244,255,.05)}.lg\:bg-fuchsia-50\/50{background-color:rgba(253,244,255,.5)}.lg\:bg-fuchsia-50\/55{background-color:rgba(253,244,255,.55)}.lg\:bg-fuchsia-50\/60{background-color:rgba(253,244,255,.6)}.lg\:bg-fuchsia-50\/65{background-color:rgba(253,244,255,.65)}.lg\:bg-fuchsia-50\/70{background-color:rgba(253,244,255,.7)}.lg\:bg-fuchsia-50\/75{background-color:rgba(253,244,255,.75)}.lg\:bg-fuchsia-50\/80{background-color:rgba(253,244,255,.8)}.lg\:bg-fuchsia-50\/85{background-color:rgba(253,244,255,.85)}.lg\:bg-fuchsia-50\/90{background-color:rgba(253,244,255,.9)}.lg\:bg-fuchsia-50\/95{background-color:rgba(253,244,255,.95)}.lg\:bg-fuchsia-500{--tw-bg-opacity:1;background-color:rgba(217,70,239,var(--tw-bg-opacity))}.lg\:bg-fuchsia-500\/0{background-color:rgba(217,70,239,0)}.lg\:bg-fuchsia-500\/10{background-color:rgba(217,70,239,.1)}.lg\:bg-fuchsia-500\/100{background-color:#d946ef}.lg\:bg-fuchsia-500\/15{background-color:rgba(217,70,239,.15)}.lg\:bg-fuchsia-500\/20{background-color:rgba(217,70,239,.2)}.lg\:bg-fuchsia-500\/25{background-color:rgba(217,70,239,.25)}.lg\:bg-fuchsia-500\/30{background-color:rgba(217,70,239,.3)}.lg\:bg-fuchsia-500\/35{background-color:rgba(217,70,239,.35)}.lg\:bg-fuchsia-500\/40{background-color:rgba(217,70,239,.4)}.lg\:bg-fuchsia-500\/45{background-color:rgba(217,70,239,.45)}.lg\:bg-fuchsia-500\/5{background-color:rgba(217,70,239,.05)}.lg\:bg-fuchsia-500\/50{background-color:rgba(217,70,239,.5)}.lg\:bg-fuchsia-500\/55{background-color:rgba(217,70,239,.55)}.lg\:bg-fuchsia-500\/60{background-color:rgba(217,70,239,.6)}.lg\:bg-fuchsia-500\/65{background-color:rgba(217,70,239,.65)}.lg\:bg-fuchsia-500\/70{background-color:rgba(217,70,239,.7)}.lg\:bg-fuchsia-500\/75{background-color:rgba(217,70,239,.75)}.lg\:bg-fuchsia-500\/80{background-color:rgba(217,70,239,.8)}.lg\:bg-fuchsia-500\/85{background-color:rgba(217,70,239,.85)}.lg\:bg-fuchsia-500\/90{background-color:rgba(217,70,239,.9)}.lg\:bg-fuchsia-500\/95{background-color:rgba(217,70,239,.95)}.lg\:bg-fuchsia-600{--tw-bg-opacity:1;background-color:rgba(192,38,211,var(--tw-bg-opacity))}.lg\:bg-fuchsia-600\/0{background-color:rgba(192,38,211,0)}.lg\:bg-fuchsia-600\/10{background-color:rgba(192,38,211,.1)}.lg\:bg-fuchsia-600\/100{background-color:#c026d3}.lg\:bg-fuchsia-600\/15{background-color:rgba(192,38,211,.15)}.lg\:bg-fuchsia-600\/20{background-color:rgba(192,38,211,.2)}.lg\:bg-fuchsia-600\/25{background-color:rgba(192,38,211,.25)}.lg\:bg-fuchsia-600\/30{background-color:rgba(192,38,211,.3)}.lg\:bg-fuchsia-600\/35{background-color:rgba(192,38,211,.35)}.lg\:bg-fuchsia-600\/40{background-color:rgba(192,38,211,.4)}.lg\:bg-fuchsia-600\/45{background-color:rgba(192,38,211,.45)}.lg\:bg-fuchsia-600\/5{background-color:rgba(192,38,211,.05)}.lg\:bg-fuchsia-600\/50{background-color:rgba(192,38,211,.5)}.lg\:bg-fuchsia-600\/55{background-color:rgba(192,38,211,.55)}.lg\:bg-fuchsia-600\/60{background-color:rgba(192,38,211,.6)}.lg\:bg-fuchsia-600\/65{background-color:rgba(192,38,211,.65)}.lg\:bg-fuchsia-600\/70{background-color:rgba(192,38,211,.7)}.lg\:bg-fuchsia-600\/75{background-color:rgba(192,38,211,.75)}.lg\:bg-fuchsia-600\/80{background-color:rgba(192,38,211,.8)}.lg\:bg-fuchsia-600\/85{background-color:rgba(192,38,211,.85)}.lg\:bg-fuchsia-600\/90{background-color:rgba(192,38,211,.9)}.lg\:bg-fuchsia-600\/95{background-color:rgba(192,38,211,.95)}.lg\:bg-fuchsia-700{--tw-bg-opacity:1;background-color:rgba(162,28,175,var(--tw-bg-opacity))}.lg\:bg-fuchsia-700\/0{background-color:rgba(162,28,175,0)}.lg\:bg-fuchsia-700\/10{background-color:rgba(162,28,175,.1)}.lg\:bg-fuchsia-700\/100{background-color:#a21caf}.lg\:bg-fuchsia-700\/15{background-color:rgba(162,28,175,.15)}.lg\:bg-fuchsia-700\/20{background-color:rgba(162,28,175,.2)}.lg\:bg-fuchsia-700\/25{background-color:rgba(162,28,175,.25)}.lg\:bg-fuchsia-700\/30{background-color:rgba(162,28,175,.3)}.lg\:bg-fuchsia-700\/35{background-color:rgba(162,28,175,.35)}.lg\:bg-fuchsia-700\/40{background-color:rgba(162,28,175,.4)}.lg\:bg-fuchsia-700\/45{background-color:rgba(162,28,175,.45)}.lg\:bg-fuchsia-700\/5{background-color:rgba(162,28,175,.05)}.lg\:bg-fuchsia-700\/50{background-color:rgba(162,28,175,.5)}.lg\:bg-fuchsia-700\/55{background-color:rgba(162,28,175,.55)}.lg\:bg-fuchsia-700\/60{background-color:rgba(162,28,175,.6)}.lg\:bg-fuchsia-700\/65{background-color:rgba(162,28,175,.65)}.lg\:bg-fuchsia-700\/70{background-color:rgba(162,28,175,.7)}.lg\:bg-fuchsia-700\/75{background-color:rgba(162,28,175,.75)}.lg\:bg-fuchsia-700\/80{background-color:rgba(162,28,175,.8)}.lg\:bg-fuchsia-700\/85{background-color:rgba(162,28,175,.85)}.lg\:bg-fuchsia-700\/90{background-color:rgba(162,28,175,.9)}.lg\:bg-fuchsia-700\/95{background-color:rgba(162,28,175,.95)}.lg\:bg-fuchsia-800{--tw-bg-opacity:1;background-color:rgba(134,25,143,var(--tw-bg-opacity))}.lg\:bg-fuchsia-800\/0{background-color:rgba(134,25,143,0)}.lg\:bg-fuchsia-800\/10{background-color:rgba(134,25,143,.1)}.lg\:bg-fuchsia-800\/100{background-color:#86198f}.lg\:bg-fuchsia-800\/15{background-color:rgba(134,25,143,.15)}.lg\:bg-fuchsia-800\/20{background-color:rgba(134,25,143,.2)}.lg\:bg-fuchsia-800\/25{background-color:rgba(134,25,143,.25)}.lg\:bg-fuchsia-800\/30{background-color:rgba(134,25,143,.3)}.lg\:bg-fuchsia-800\/35{background-color:rgba(134,25,143,.35)}.lg\:bg-fuchsia-800\/40{background-color:rgba(134,25,143,.4)}.lg\:bg-fuchsia-800\/45{background-color:rgba(134,25,143,.45)}.lg\:bg-fuchsia-800\/5{background-color:rgba(134,25,143,.05)}.lg\:bg-fuchsia-800\/50{background-color:rgba(134,25,143,.5)}.lg\:bg-fuchsia-800\/55{background-color:rgba(134,25,143,.55)}.lg\:bg-fuchsia-800\/60{background-color:rgba(134,25,143,.6)}.lg\:bg-fuchsia-800\/65{background-color:rgba(134,25,143,.65)}.lg\:bg-fuchsia-800\/70{background-color:rgba(134,25,143,.7)}.lg\:bg-fuchsia-800\/75{background-color:rgba(134,25,143,.75)}.lg\:bg-fuchsia-800\/80{background-color:rgba(134,25,143,.8)}.lg\:bg-fuchsia-800\/85{background-color:rgba(134,25,143,.85)}.lg\:bg-fuchsia-800\/90{background-color:rgba(134,25,143,.9)}.lg\:bg-fuchsia-800\/95{background-color:rgba(134,25,143,.95)}.lg\:bg-fuchsia-900{--tw-bg-opacity:1;background-color:rgba(112,26,117,var(--tw-bg-opacity))}.lg\:bg-fuchsia-900\/0{background-color:rgba(112,26,117,0)}.lg\:bg-fuchsia-900\/10{background-color:rgba(112,26,117,.1)}.lg\:bg-fuchsia-900\/100{background-color:#701a75}.lg\:bg-fuchsia-900\/15{background-color:rgba(112,26,117,.15)}.lg\:bg-fuchsia-900\/20{background-color:rgba(112,26,117,.2)}.lg\:bg-fuchsia-900\/25{background-color:rgba(112,26,117,.25)}.lg\:bg-fuchsia-900\/30{background-color:rgba(112,26,117,.3)}.lg\:bg-fuchsia-900\/35{background-color:rgba(112,26,117,.35)}.lg\:bg-fuchsia-900\/40{background-color:rgba(112,26,117,.4)}.lg\:bg-fuchsia-900\/45{background-color:rgba(112,26,117,.45)}.lg\:bg-fuchsia-900\/5{background-color:rgba(112,26,117,.05)}.lg\:bg-fuchsia-900\/50{background-color:rgba(112,26,117,.5)}.lg\:bg-fuchsia-900\/55{background-color:rgba(112,26,117,.55)}.lg\:bg-fuchsia-900\/60{background-color:rgba(112,26,117,.6)}.lg\:bg-fuchsia-900\/65{background-color:rgba(112,26,117,.65)}.lg\:bg-fuchsia-900\/70{background-color:rgba(112,26,117,.7)}.lg\:bg-fuchsia-900\/75{background-color:rgba(112,26,117,.75)}.lg\:bg-fuchsia-900\/80{background-color:rgba(112,26,117,.8)}.lg\:bg-fuchsia-900\/85{background-color:rgba(112,26,117,.85)}.lg\:bg-fuchsia-900\/90{background-color:rgba(112,26,117,.9)}.lg\:bg-fuchsia-900\/95{background-color:rgba(112,26,117,.95)}.lg\:bg-fuchsia-950{--tw-bg-opacity:1;background-color:rgba(74,4,78,var(--tw-bg-opacity))}.lg\:bg-fuchsia-950\/0{background-color:rgba(74,4,78,0)}.lg\:bg-fuchsia-950\/10{background-color:rgba(74,4,78,.1)}.lg\:bg-fuchsia-950\/100{background-color:#4a044e}.lg\:bg-fuchsia-950\/15{background-color:rgba(74,4,78,.15)}.lg\:bg-fuchsia-950\/20{background-color:rgba(74,4,78,.2)}.lg\:bg-fuchsia-950\/25{background-color:rgba(74,4,78,.25)}.lg\:bg-fuchsia-950\/30{background-color:rgba(74,4,78,.3)}.lg\:bg-fuchsia-950\/35{background-color:rgba(74,4,78,.35)}.lg\:bg-fuchsia-950\/40{background-color:rgba(74,4,78,.4)}.lg\:bg-fuchsia-950\/45{background-color:rgba(74,4,78,.45)}.lg\:bg-fuchsia-950\/5{background-color:rgba(74,4,78,.05)}.lg\:bg-fuchsia-950\/50{background-color:rgba(74,4,78,.5)}.lg\:bg-fuchsia-950\/55{background-color:rgba(74,4,78,.55)}.lg\:bg-fuchsia-950\/60{background-color:rgba(74,4,78,.6)}.lg\:bg-fuchsia-950\/65{background-color:rgba(74,4,78,.65)}.lg\:bg-fuchsia-950\/70{background-color:rgba(74,4,78,.7)}.lg\:bg-fuchsia-950\/75{background-color:rgba(74,4,78,.75)}.lg\:bg-fuchsia-950\/80{background-color:rgba(74,4,78,.8)}.lg\:bg-fuchsia-950\/85{background-color:rgba(74,4,78,.85)}.lg\:bg-fuchsia-950\/90{background-color:rgba(74,4,78,.9)}.lg\:bg-fuchsia-950\/95{background-color:rgba(74,4,78,.95)}.lg\:bg-gray-100{--tw-bg-opacity:1;background-color:rgba(243,244,246,var(--tw-bg-opacity))}.lg\:bg-gray-100\/0{background-color:rgba(243,244,246,0)}.lg\:bg-gray-100\/10{background-color:rgba(243,244,246,.1)}.lg\:bg-gray-100\/100{background-color:#f3f4f6}.lg\:bg-gray-100\/15{background-color:rgba(243,244,246,.15)}.lg\:bg-gray-100\/20{background-color:rgba(243,244,246,.2)}.lg\:bg-gray-100\/25{background-color:rgba(243,244,246,.25)}.lg\:bg-gray-100\/30{background-color:rgba(243,244,246,.3)}.lg\:bg-gray-100\/35{background-color:rgba(243,244,246,.35)}.lg\:bg-gray-100\/40{background-color:rgba(243,244,246,.4)}.lg\:bg-gray-100\/45{background-color:rgba(243,244,246,.45)}.lg\:bg-gray-100\/5{background-color:rgba(243,244,246,.05)}.lg\:bg-gray-100\/50{background-color:rgba(243,244,246,.5)}.lg\:bg-gray-100\/55{background-color:rgba(243,244,246,.55)}.lg\:bg-gray-100\/60{background-color:rgba(243,244,246,.6)}.lg\:bg-gray-100\/65{background-color:rgba(243,244,246,.65)}.lg\:bg-gray-100\/70{background-color:rgba(243,244,246,.7)}.lg\:bg-gray-100\/75{background-color:rgba(243,244,246,.75)}.lg\:bg-gray-100\/80{background-color:rgba(243,244,246,.8)}.lg\:bg-gray-100\/85{background-color:rgba(243,244,246,.85)}.lg\:bg-gray-100\/90{background-color:rgba(243,244,246,.9)}.lg\:bg-gray-100\/95{background-color:rgba(243,244,246,.95)}.lg\:bg-gray-200{--tw-bg-opacity:1;background-color:rgba(229,231,235,var(--tw-bg-opacity))}.lg\:bg-gray-200\/0{background-color:rgba(229,231,235,0)}.lg\:bg-gray-200\/10{background-color:rgba(229,231,235,.1)}.lg\:bg-gray-200\/100{background-color:#e5e7eb}.lg\:bg-gray-200\/15{background-color:rgba(229,231,235,.15)}.lg\:bg-gray-200\/20{background-color:rgba(229,231,235,.2)}.lg\:bg-gray-200\/25{background-color:rgba(229,231,235,.25)}.lg\:bg-gray-200\/30{background-color:rgba(229,231,235,.3)}.lg\:bg-gray-200\/35{background-color:rgba(229,231,235,.35)}.lg\:bg-gray-200\/40{background-color:rgba(229,231,235,.4)}.lg\:bg-gray-200\/45{background-color:rgba(229,231,235,.45)}.lg\:bg-gray-200\/5{background-color:rgba(229,231,235,.05)}.lg\:bg-gray-200\/50{background-color:rgba(229,231,235,.5)}.lg\:bg-gray-200\/55{background-color:rgba(229,231,235,.55)}.lg\:bg-gray-200\/60{background-color:rgba(229,231,235,.6)}.lg\:bg-gray-200\/65{background-color:rgba(229,231,235,.65)}.lg\:bg-gray-200\/70{background-color:rgba(229,231,235,.7)}.lg\:bg-gray-200\/75{background-color:rgba(229,231,235,.75)}.lg\:bg-gray-200\/80{background-color:rgba(229,231,235,.8)}.lg\:bg-gray-200\/85{background-color:rgba(229,231,235,.85)}.lg\:bg-gray-200\/90{background-color:rgba(229,231,235,.9)}.lg\:bg-gray-200\/95{background-color:rgba(229,231,235,.95)}.lg\:bg-gray-300{--tw-bg-opacity:1;background-color:rgba(209,213,219,var(--tw-bg-opacity))}.lg\:bg-gray-300\/0{background-color:rgba(209,213,219,0)}.lg\:bg-gray-300\/10{background-color:rgba(209,213,219,.1)}.lg\:bg-gray-300\/100{background-color:#d1d5db}.lg\:bg-gray-300\/15{background-color:rgba(209,213,219,.15)}.lg\:bg-gray-300\/20{background-color:rgba(209,213,219,.2)}.lg\:bg-gray-300\/25{background-color:rgba(209,213,219,.25)}.lg\:bg-gray-300\/30{background-color:rgba(209,213,219,.3)}.lg\:bg-gray-300\/35{background-color:rgba(209,213,219,.35)}.lg\:bg-gray-300\/40{background-color:rgba(209,213,219,.4)}.lg\:bg-gray-300\/45{background-color:rgba(209,213,219,.45)}.lg\:bg-gray-300\/5{background-color:rgba(209,213,219,.05)}.lg\:bg-gray-300\/50{background-color:rgba(209,213,219,.5)}.lg\:bg-gray-300\/55{background-color:rgba(209,213,219,.55)}.lg\:bg-gray-300\/60{background-color:rgba(209,213,219,.6)}.lg\:bg-gray-300\/65{background-color:rgba(209,213,219,.65)}.lg\:bg-gray-300\/70{background-color:rgba(209,213,219,.7)}.lg\:bg-gray-300\/75{background-color:rgba(209,213,219,.75)}.lg\:bg-gray-300\/80{background-color:rgba(209,213,219,.8)}.lg\:bg-gray-300\/85{background-color:rgba(209,213,219,.85)}.lg\:bg-gray-300\/90{background-color:rgba(209,213,219,.9)}.lg\:bg-gray-300\/95{background-color:rgba(209,213,219,.95)}.lg\:bg-gray-400{--tw-bg-opacity:1;background-color:rgba(156,163,175,var(--tw-bg-opacity))}.lg\:bg-gray-400\/0{background-color:rgba(156,163,175,0)}.lg\:bg-gray-400\/10{background-color:rgba(156,163,175,.1)}.lg\:bg-gray-400\/100{background-color:#9ca3af}.lg\:bg-gray-400\/15{background-color:rgba(156,163,175,.15)}.lg\:bg-gray-400\/20{background-color:rgba(156,163,175,.2)}.lg\:bg-gray-400\/25{background-color:rgba(156,163,175,.25)}.lg\:bg-gray-400\/30{background-color:rgba(156,163,175,.3)}.lg\:bg-gray-400\/35{background-color:rgba(156,163,175,.35)}.lg\:bg-gray-400\/40{background-color:rgba(156,163,175,.4)}.lg\:bg-gray-400\/45{background-color:rgba(156,163,175,.45)}.lg\:bg-gray-400\/5{background-color:rgba(156,163,175,.05)}.lg\:bg-gray-400\/50{background-color:rgba(156,163,175,.5)}.lg\:bg-gray-400\/55{background-color:rgba(156,163,175,.55)}.lg\:bg-gray-400\/60{background-color:rgba(156,163,175,.6)}.lg\:bg-gray-400\/65{background-color:rgba(156,163,175,.65)}.lg\:bg-gray-400\/70{background-color:rgba(156,163,175,.7)}.lg\:bg-gray-400\/75{background-color:rgba(156,163,175,.75)}.lg\:bg-gray-400\/80{background-color:rgba(156,163,175,.8)}.lg\:bg-gray-400\/85{background-color:rgba(156,163,175,.85)}.lg\:bg-gray-400\/90{background-color:rgba(156,163,175,.9)}.lg\:bg-gray-400\/95{background-color:rgba(156,163,175,.95)}.lg\:bg-gray-50{--tw-bg-opacity:1;background-color:rgba(249,250,251,var(--tw-bg-opacity))}.lg\:bg-gray-50\/0{background-color:rgba(249,250,251,0)}.lg\:bg-gray-50\/10{background-color:rgba(249,250,251,.1)}.lg\:bg-gray-50\/100{background-color:#f9fafb}.lg\:bg-gray-50\/15{background-color:rgba(249,250,251,.15)}.lg\:bg-gray-50\/20{background-color:rgba(249,250,251,.2)}.lg\:bg-gray-50\/25{background-color:rgba(249,250,251,.25)}.lg\:bg-gray-50\/30{background-color:rgba(249,250,251,.3)}.lg\:bg-gray-50\/35{background-color:rgba(249,250,251,.35)}.lg\:bg-gray-50\/40{background-color:rgba(249,250,251,.4)}.lg\:bg-gray-50\/45{background-color:rgba(249,250,251,.45)}.lg\:bg-gray-50\/5{background-color:rgba(249,250,251,.05)}.lg\:bg-gray-50\/50{background-color:rgba(249,250,251,.5)}.lg\:bg-gray-50\/55{background-color:rgba(249,250,251,.55)}.lg\:bg-gray-50\/60{background-color:rgba(249,250,251,.6)}.lg\:bg-gray-50\/65{background-color:rgba(249,250,251,.65)}.lg\:bg-gray-50\/70{background-color:rgba(249,250,251,.7)}.lg\:bg-gray-50\/75{background-color:rgba(249,250,251,.75)}.lg\:bg-gray-50\/80{background-color:rgba(249,250,251,.8)}.lg\:bg-gray-50\/85{background-color:rgba(249,250,251,.85)}.lg\:bg-gray-50\/90{background-color:rgba(249,250,251,.9)}.lg\:bg-gray-50\/95{background-color:rgba(249,250,251,.95)}.lg\:bg-gray-500{--tw-bg-opacity:1;background-color:rgba(107,114,128,var(--tw-bg-opacity))}.lg\:bg-gray-500\/0{background-color:hsla(220,9%,46%,0)}.lg\:bg-gray-500\/10{background-color:hsla(220,9%,46%,.1)}.lg\:bg-gray-500\/100{background-color:#6b7280}.lg\:bg-gray-500\/15{background-color:hsla(220,9%,46%,.15)}.lg\:bg-gray-500\/20{background-color:hsla(220,9%,46%,.2)}.lg\:bg-gray-500\/25{background-color:hsla(220,9%,46%,.25)}.lg\:bg-gray-500\/30{background-color:hsla(220,9%,46%,.3)}.lg\:bg-gray-500\/35{background-color:hsla(220,9%,46%,.35)}.lg\:bg-gray-500\/40{background-color:hsla(220,9%,46%,.4)}.lg\:bg-gray-500\/45{background-color:hsla(220,9%,46%,.45)}.lg\:bg-gray-500\/5{background-color:hsla(220,9%,46%,.05)}.lg\:bg-gray-500\/50{background-color:hsla(220,9%,46%,.5)}.lg\:bg-gray-500\/55{background-color:hsla(220,9%,46%,.55)}.lg\:bg-gray-500\/60{background-color:hsla(220,9%,46%,.6)}.lg\:bg-gray-500\/65{background-color:hsla(220,9%,46%,.65)}.lg\:bg-gray-500\/70{background-color:hsla(220,9%,46%,.7)}.lg\:bg-gray-500\/75{background-color:hsla(220,9%,46%,.75)}.lg\:bg-gray-500\/80{background-color:hsla(220,9%,46%,.8)}.lg\:bg-gray-500\/85{background-color:hsla(220,9%,46%,.85)}.lg\:bg-gray-500\/90{background-color:hsla(220,9%,46%,.9)}.lg\:bg-gray-500\/95{background-color:hsla(220,9%,46%,.95)}.lg\:bg-gray-600{--tw-bg-opacity:1;background-color:rgba(75,85,99,var(--tw-bg-opacity))}.lg\:bg-gray-600\/0{background-color:rgba(75,85,99,0)}.lg\:bg-gray-600\/10{background-color:rgba(75,85,99,.1)}.lg\:bg-gray-600\/100{background-color:#4b5563}.lg\:bg-gray-600\/15{background-color:rgba(75,85,99,.15)}.lg\:bg-gray-600\/20{background-color:rgba(75,85,99,.2)}.lg\:bg-gray-600\/25{background-color:rgba(75,85,99,.25)}.lg\:bg-gray-600\/30{background-color:rgba(75,85,99,.3)}.lg\:bg-gray-600\/35{background-color:rgba(75,85,99,.35)}.lg\:bg-gray-600\/40{background-color:rgba(75,85,99,.4)}.lg\:bg-gray-600\/45{background-color:rgba(75,85,99,.45)}.lg\:bg-gray-600\/5{background-color:rgba(75,85,99,.05)}.lg\:bg-gray-600\/50{background-color:rgba(75,85,99,.5)}.lg\:bg-gray-600\/55{background-color:rgba(75,85,99,.55)}.lg\:bg-gray-600\/60{background-color:rgba(75,85,99,.6)}.lg\:bg-gray-600\/65{background-color:rgba(75,85,99,.65)}.lg\:bg-gray-600\/70{background-color:rgba(75,85,99,.7)}.lg\:bg-gray-600\/75{background-color:rgba(75,85,99,.75)}.lg\:bg-gray-600\/80{background-color:rgba(75,85,99,.8)}.lg\:bg-gray-600\/85{background-color:rgba(75,85,99,.85)}.lg\:bg-gray-600\/90{background-color:rgba(75,85,99,.9)}.lg\:bg-gray-600\/95{background-color:rgba(75,85,99,.95)}.lg\:bg-gray-700{--tw-bg-opacity:1;background-color:rgba(55,65,81,var(--tw-bg-opacity))}.lg\:bg-gray-700\/0{background-color:rgba(55,65,81,0)}.lg\:bg-gray-700\/10{background-color:rgba(55,65,81,.1)}.lg\:bg-gray-700\/100{background-color:#374151}.lg\:bg-gray-700\/15{background-color:rgba(55,65,81,.15)}.lg\:bg-gray-700\/20{background-color:rgba(55,65,81,.2)}.lg\:bg-gray-700\/25{background-color:rgba(55,65,81,.25)}.lg\:bg-gray-700\/30{background-color:rgba(55,65,81,.3)}.lg\:bg-gray-700\/35{background-color:rgba(55,65,81,.35)}.lg\:bg-gray-700\/40{background-color:rgba(55,65,81,.4)}.lg\:bg-gray-700\/45{background-color:rgba(55,65,81,.45)}.lg\:bg-gray-700\/5{background-color:rgba(55,65,81,.05)}.lg\:bg-gray-700\/50{background-color:rgba(55,65,81,.5)}.lg\:bg-gray-700\/55{background-color:rgba(55,65,81,.55)}.lg\:bg-gray-700\/60{background-color:rgba(55,65,81,.6)}.lg\:bg-gray-700\/65{background-color:rgba(55,65,81,.65)}.lg\:bg-gray-700\/70{background-color:rgba(55,65,81,.7)}.lg\:bg-gray-700\/75{background-color:rgba(55,65,81,.75)}.lg\:bg-gray-700\/80{background-color:rgba(55,65,81,.8)}.lg\:bg-gray-700\/85{background-color:rgba(55,65,81,.85)}.lg\:bg-gray-700\/90{background-color:rgba(55,65,81,.9)}.lg\:bg-gray-700\/95{background-color:rgba(55,65,81,.95)}.lg\:bg-gray-800{--tw-bg-opacity:1;background-color:rgba(31,41,55,var(--tw-bg-opacity))}.lg\:bg-gray-800\/0{background-color:rgba(31,41,55,0)}.lg\:bg-gray-800\/10{background-color:rgba(31,41,55,.1)}.lg\:bg-gray-800\/100{background-color:#1f2937}.lg\:bg-gray-800\/15{background-color:rgba(31,41,55,.15)}.lg\:bg-gray-800\/20{background-color:rgba(31,41,55,.2)}.lg\:bg-gray-800\/25{background-color:rgba(31,41,55,.25)}.lg\:bg-gray-800\/30{background-color:rgba(31,41,55,.3)}.lg\:bg-gray-800\/35{background-color:rgba(31,41,55,.35)}.lg\:bg-gray-800\/40{background-color:rgba(31,41,55,.4)}.lg\:bg-gray-800\/45{background-color:rgba(31,41,55,.45)}.lg\:bg-gray-800\/5{background-color:rgba(31,41,55,.05)}.lg\:bg-gray-800\/50{background-color:rgba(31,41,55,.5)}.lg\:bg-gray-800\/55{background-color:rgba(31,41,55,.55)}.lg\:bg-gray-800\/60{background-color:rgba(31,41,55,.6)}.lg\:bg-gray-800\/65{background-color:rgba(31,41,55,.65)}.lg\:bg-gray-800\/70{background-color:rgba(31,41,55,.7)}.lg\:bg-gray-800\/75{background-color:rgba(31,41,55,.75)}.lg\:bg-gray-800\/80{background-color:rgba(31,41,55,.8)}.lg\:bg-gray-800\/85{background-color:rgba(31,41,55,.85)}.lg\:bg-gray-800\/90{background-color:rgba(31,41,55,.9)}.lg\:bg-gray-800\/95{background-color:rgba(31,41,55,.95)}.lg\:bg-gray-900{--tw-bg-opacity:1;background-color:rgba(17,24,39,var(--tw-bg-opacity))}.lg\:bg-gray-900\/0{background-color:rgba(17,24,39,0)}.lg\:bg-gray-900\/10{background-color:rgba(17,24,39,.1)}.lg\:bg-gray-900\/100{background-color:#111827}.lg\:bg-gray-900\/15{background-color:rgba(17,24,39,.15)}.lg\:bg-gray-900\/20{background-color:rgba(17,24,39,.2)}.lg\:bg-gray-900\/25{background-color:rgba(17,24,39,.25)}.lg\:bg-gray-900\/30{background-color:rgba(17,24,39,.3)}.lg\:bg-gray-900\/35{background-color:rgba(17,24,39,.35)}.lg\:bg-gray-900\/40{background-color:rgba(17,24,39,.4)}.lg\:bg-gray-900\/45{background-color:rgba(17,24,39,.45)}.lg\:bg-gray-900\/5{background-color:rgba(17,24,39,.05)}.lg\:bg-gray-900\/50{background-color:rgba(17,24,39,.5)}.lg\:bg-gray-900\/55{background-color:rgba(17,24,39,.55)}.lg\:bg-gray-900\/60{background-color:rgba(17,24,39,.6)}.lg\:bg-gray-900\/65{background-color:rgba(17,24,39,.65)}.lg\:bg-gray-900\/70{background-color:rgba(17,24,39,.7)}.lg\:bg-gray-900\/75{background-color:rgba(17,24,39,.75)}.lg\:bg-gray-900\/80{background-color:rgba(17,24,39,.8)}.lg\:bg-gray-900\/85{background-color:rgba(17,24,39,.85)}.lg\:bg-gray-900\/90{background-color:rgba(17,24,39,.9)}.lg\:bg-gray-900\/95{background-color:rgba(17,24,39,.95)}.lg\:bg-gray-950{--tw-bg-opacity:1;background-color:rgba(3,7,18,var(--tw-bg-opacity))}.lg\:bg-gray-950\/0{background-color:rgba(3,7,18,0)}.lg\:bg-gray-950\/10{background-color:rgba(3,7,18,.1)}.lg\:bg-gray-950\/100{background-color:#030712}.lg\:bg-gray-950\/15{background-color:rgba(3,7,18,.15)}.lg\:bg-gray-950\/20{background-color:rgba(3,7,18,.2)}.lg\:bg-gray-950\/25{background-color:rgba(3,7,18,.25)}.lg\:bg-gray-950\/30{background-color:rgba(3,7,18,.3)}.lg\:bg-gray-950\/35{background-color:rgba(3,7,18,.35)}.lg\:bg-gray-950\/40{background-color:rgba(3,7,18,.4)}.lg\:bg-gray-950\/45{background-color:rgba(3,7,18,.45)}.lg\:bg-gray-950\/5{background-color:rgba(3,7,18,.05)}.lg\:bg-gray-950\/50{background-color:rgba(3,7,18,.5)}.lg\:bg-gray-950\/55{background-color:rgba(3,7,18,.55)}.lg\:bg-gray-950\/60{background-color:rgba(3,7,18,.6)}.lg\:bg-gray-950\/65{background-color:rgba(3,7,18,.65)}.lg\:bg-gray-950\/70{background-color:rgba(3,7,18,.7)}.lg\:bg-gray-950\/75{background-color:rgba(3,7,18,.75)}.lg\:bg-gray-950\/80{background-color:rgba(3,7,18,.8)}.lg\:bg-gray-950\/85{background-color:rgba(3,7,18,.85)}.lg\:bg-gray-950\/90{background-color:rgba(3,7,18,.9)}.lg\:bg-gray-950\/95{background-color:rgba(3,7,18,.95)}.lg\:bg-green-100{--tw-bg-opacity:1;background-color:rgba(220,252,231,var(--tw-bg-opacity))}.lg\:bg-green-100\/0{background-color:rgba(220,252,231,0)}.lg\:bg-green-100\/10{background-color:rgba(220,252,231,.1)}.lg\:bg-green-100\/100{background-color:#dcfce7}.lg\:bg-green-100\/15{background-color:rgba(220,252,231,.15)}.lg\:bg-green-100\/20{background-color:rgba(220,252,231,.2)}.lg\:bg-green-100\/25{background-color:rgba(220,252,231,.25)}.lg\:bg-green-100\/30{background-color:rgba(220,252,231,.3)}.lg\:bg-green-100\/35{background-color:rgba(220,252,231,.35)}.lg\:bg-green-100\/40{background-color:rgba(220,252,231,.4)}.lg\:bg-green-100\/45{background-color:rgba(220,252,231,.45)}.lg\:bg-green-100\/5{background-color:rgba(220,252,231,.05)}.lg\:bg-green-100\/50{background-color:rgba(220,252,231,.5)}.lg\:bg-green-100\/55{background-color:rgba(220,252,231,.55)}.lg\:bg-green-100\/60{background-color:rgba(220,252,231,.6)}.lg\:bg-green-100\/65{background-color:rgba(220,252,231,.65)}.lg\:bg-green-100\/70{background-color:rgba(220,252,231,.7)}.lg\:bg-green-100\/75{background-color:rgba(220,252,231,.75)}.lg\:bg-green-100\/80{background-color:rgba(220,252,231,.8)}.lg\:bg-green-100\/85{background-color:rgba(220,252,231,.85)}.lg\:bg-green-100\/90{background-color:rgba(220,252,231,.9)}.lg\:bg-green-100\/95{background-color:rgba(220,252,231,.95)}.lg\:bg-green-200{--tw-bg-opacity:1;background-color:rgba(187,247,208,var(--tw-bg-opacity))}.lg\:bg-green-200\/0{background-color:rgba(187,247,208,0)}.lg\:bg-green-200\/10{background-color:rgba(187,247,208,.1)}.lg\:bg-green-200\/100{background-color:#bbf7d0}.lg\:bg-green-200\/15{background-color:rgba(187,247,208,.15)}.lg\:bg-green-200\/20{background-color:rgba(187,247,208,.2)}.lg\:bg-green-200\/25{background-color:rgba(187,247,208,.25)}.lg\:bg-green-200\/30{background-color:rgba(187,247,208,.3)}.lg\:bg-green-200\/35{background-color:rgba(187,247,208,.35)}.lg\:bg-green-200\/40{background-color:rgba(187,247,208,.4)}.lg\:bg-green-200\/45{background-color:rgba(187,247,208,.45)}.lg\:bg-green-200\/5{background-color:rgba(187,247,208,.05)}.lg\:bg-green-200\/50{background-color:rgba(187,247,208,.5)}.lg\:bg-green-200\/55{background-color:rgba(187,247,208,.55)}.lg\:bg-green-200\/60{background-color:rgba(187,247,208,.6)}.lg\:bg-green-200\/65{background-color:rgba(187,247,208,.65)}.lg\:bg-green-200\/70{background-color:rgba(187,247,208,.7)}.lg\:bg-green-200\/75{background-color:rgba(187,247,208,.75)}.lg\:bg-green-200\/80{background-color:rgba(187,247,208,.8)}.lg\:bg-green-200\/85{background-color:rgba(187,247,208,.85)}.lg\:bg-green-200\/90{background-color:rgba(187,247,208,.9)}.lg\:bg-green-200\/95{background-color:rgba(187,247,208,.95)}.lg\:bg-green-300{--tw-bg-opacity:1;background-color:rgba(134,239,172,var(--tw-bg-opacity))}.lg\:bg-green-300\/0{background-color:rgba(134,239,172,0)}.lg\:bg-green-300\/10{background-color:rgba(134,239,172,.1)}.lg\:bg-green-300\/100{background-color:#86efac}.lg\:bg-green-300\/15{background-color:rgba(134,239,172,.15)}.lg\:bg-green-300\/20{background-color:rgba(134,239,172,.2)}.lg\:bg-green-300\/25{background-color:rgba(134,239,172,.25)}.lg\:bg-green-300\/30{background-color:rgba(134,239,172,.3)}.lg\:bg-green-300\/35{background-color:rgba(134,239,172,.35)}.lg\:bg-green-300\/40{background-color:rgba(134,239,172,.4)}.lg\:bg-green-300\/45{background-color:rgba(134,239,172,.45)}.lg\:bg-green-300\/5{background-color:rgba(134,239,172,.05)}.lg\:bg-green-300\/50{background-color:rgba(134,239,172,.5)}.lg\:bg-green-300\/55{background-color:rgba(134,239,172,.55)}.lg\:bg-green-300\/60{background-color:rgba(134,239,172,.6)}.lg\:bg-green-300\/65{background-color:rgba(134,239,172,.65)}.lg\:bg-green-300\/70{background-color:rgba(134,239,172,.7)}.lg\:bg-green-300\/75{background-color:rgba(134,239,172,.75)}.lg\:bg-green-300\/80{background-color:rgba(134,239,172,.8)}.lg\:bg-green-300\/85{background-color:rgba(134,239,172,.85)}.lg\:bg-green-300\/90{background-color:rgba(134,239,172,.9)}.lg\:bg-green-300\/95{background-color:rgba(134,239,172,.95)}.lg\:bg-green-400{--tw-bg-opacity:1;background-color:rgba(74,222,128,var(--tw-bg-opacity))}.lg\:bg-green-400\/0{background-color:rgba(74,222,128,0)}.lg\:bg-green-400\/10{background-color:rgba(74,222,128,.1)}.lg\:bg-green-400\/100{background-color:#4ade80}.lg\:bg-green-400\/15{background-color:rgba(74,222,128,.15)}.lg\:bg-green-400\/20{background-color:rgba(74,222,128,.2)}.lg\:bg-green-400\/25{background-color:rgba(74,222,128,.25)}.lg\:bg-green-400\/30{background-color:rgba(74,222,128,.3)}.lg\:bg-green-400\/35{background-color:rgba(74,222,128,.35)}.lg\:bg-green-400\/40{background-color:rgba(74,222,128,.4)}.lg\:bg-green-400\/45{background-color:rgba(74,222,128,.45)}.lg\:bg-green-400\/5{background-color:rgba(74,222,128,.05)}.lg\:bg-green-400\/50{background-color:rgba(74,222,128,.5)}.lg\:bg-green-400\/55{background-color:rgba(74,222,128,.55)}.lg\:bg-green-400\/60{background-color:rgba(74,222,128,.6)}.lg\:bg-green-400\/65{background-color:rgba(74,222,128,.65)}.lg\:bg-green-400\/70{background-color:rgba(74,222,128,.7)}.lg\:bg-green-400\/75{background-color:rgba(74,222,128,.75)}.lg\:bg-green-400\/80{background-color:rgba(74,222,128,.8)}.lg\:bg-green-400\/85{background-color:rgba(74,222,128,.85)}.lg\:bg-green-400\/90{background-color:rgba(74,222,128,.9)}.lg\:bg-green-400\/95{background-color:rgba(74,222,128,.95)}.lg\:bg-green-50{--tw-bg-opacity:1;background-color:rgba(240,253,244,var(--tw-bg-opacity))}.lg\:bg-green-50\/0{background-color:rgba(240,253,244,0)}.lg\:bg-green-50\/10{background-color:rgba(240,253,244,.1)}.lg\:bg-green-50\/100{background-color:#f0fdf4}.lg\:bg-green-50\/15{background-color:rgba(240,253,244,.15)}.lg\:bg-green-50\/20{background-color:rgba(240,253,244,.2)}.lg\:bg-green-50\/25{background-color:rgba(240,253,244,.25)}.lg\:bg-green-50\/30{background-color:rgba(240,253,244,.3)}.lg\:bg-green-50\/35{background-color:rgba(240,253,244,.35)}.lg\:bg-green-50\/40{background-color:rgba(240,253,244,.4)}.lg\:bg-green-50\/45{background-color:rgba(240,253,244,.45)}.lg\:bg-green-50\/5{background-color:rgba(240,253,244,.05)}.lg\:bg-green-50\/50{background-color:rgba(240,253,244,.5)}.lg\:bg-green-50\/55{background-color:rgba(240,253,244,.55)}.lg\:bg-green-50\/60{background-color:rgba(240,253,244,.6)}.lg\:bg-green-50\/65{background-color:rgba(240,253,244,.65)}.lg\:bg-green-50\/70{background-color:rgba(240,253,244,.7)}.lg\:bg-green-50\/75{background-color:rgba(240,253,244,.75)}.lg\:bg-green-50\/80{background-color:rgba(240,253,244,.8)}.lg\:bg-green-50\/85{background-color:rgba(240,253,244,.85)}.lg\:bg-green-50\/90{background-color:rgba(240,253,244,.9)}.lg\:bg-green-50\/95{background-color:rgba(240,253,244,.95)}.lg\:bg-green-500{--tw-bg-opacity:1;background-color:rgba(34,197,94,var(--tw-bg-opacity))}.lg\:bg-green-500\/0{background-color:rgba(34,197,94,0)}.lg\:bg-green-500\/10{background-color:rgba(34,197,94,.1)}.lg\:bg-green-500\/100{background-color:#22c55e}.lg\:bg-green-500\/15{background-color:rgba(34,197,94,.15)}.lg\:bg-green-500\/20{background-color:rgba(34,197,94,.2)}.lg\:bg-green-500\/25{background-color:rgba(34,197,94,.25)}.lg\:bg-green-500\/30{background-color:rgba(34,197,94,.3)}.lg\:bg-green-500\/35{background-color:rgba(34,197,94,.35)}.lg\:bg-green-500\/40{background-color:rgba(34,197,94,.4)}.lg\:bg-green-500\/45{background-color:rgba(34,197,94,.45)}.lg\:bg-green-500\/5{background-color:rgba(34,197,94,.05)}.lg\:bg-green-500\/50{background-color:rgba(34,197,94,.5)}.lg\:bg-green-500\/55{background-color:rgba(34,197,94,.55)}.lg\:bg-green-500\/60{background-color:rgba(34,197,94,.6)}.lg\:bg-green-500\/65{background-color:rgba(34,197,94,.65)}.lg\:bg-green-500\/70{background-color:rgba(34,197,94,.7)}.lg\:bg-green-500\/75{background-color:rgba(34,197,94,.75)}.lg\:bg-green-500\/80{background-color:rgba(34,197,94,.8)}.lg\:bg-green-500\/85{background-color:rgba(34,197,94,.85)}.lg\:bg-green-500\/90{background-color:rgba(34,197,94,.9)}.lg\:bg-green-500\/95{background-color:rgba(34,197,94,.95)}.lg\:bg-green-600{--tw-bg-opacity:1;background-color:rgba(22,163,74,var(--tw-bg-opacity))}.lg\:bg-green-600\/0{background-color:rgba(22,163,74,0)}.lg\:bg-green-600\/10{background-color:rgba(22,163,74,.1)}.lg\:bg-green-600\/100{background-color:#16a34a}.lg\:bg-green-600\/15{background-color:rgba(22,163,74,.15)}.lg\:bg-green-600\/20{background-color:rgba(22,163,74,.2)}.lg\:bg-green-600\/25{background-color:rgba(22,163,74,.25)}.lg\:bg-green-600\/30{background-color:rgba(22,163,74,.3)}.lg\:bg-green-600\/35{background-color:rgba(22,163,74,.35)}.lg\:bg-green-600\/40{background-color:rgba(22,163,74,.4)}.lg\:bg-green-600\/45{background-color:rgba(22,163,74,.45)}.lg\:bg-green-600\/5{background-color:rgba(22,163,74,.05)}.lg\:bg-green-600\/50{background-color:rgba(22,163,74,.5)}.lg\:bg-green-600\/55{background-color:rgba(22,163,74,.55)}.lg\:bg-green-600\/60{background-color:rgba(22,163,74,.6)}.lg\:bg-green-600\/65{background-color:rgba(22,163,74,.65)}.lg\:bg-green-600\/70{background-color:rgba(22,163,74,.7)}.lg\:bg-green-600\/75{background-color:rgba(22,163,74,.75)}.lg\:bg-green-600\/80{background-color:rgba(22,163,74,.8)}.lg\:bg-green-600\/85{background-color:rgba(22,163,74,.85)}.lg\:bg-green-600\/90{background-color:rgba(22,163,74,.9)}.lg\:bg-green-600\/95{background-color:rgba(22,163,74,.95)}.lg\:bg-green-700{--tw-bg-opacity:1;background-color:rgba(21,128,61,var(--tw-bg-opacity))}.lg\:bg-green-700\/0{background-color:rgba(21,128,61,0)}.lg\:bg-green-700\/10{background-color:rgba(21,128,61,.1)}.lg\:bg-green-700\/100{background-color:#15803d}.lg\:bg-green-700\/15{background-color:rgba(21,128,61,.15)}.lg\:bg-green-700\/20{background-color:rgba(21,128,61,.2)}.lg\:bg-green-700\/25{background-color:rgba(21,128,61,.25)}.lg\:bg-green-700\/30{background-color:rgba(21,128,61,.3)}.lg\:bg-green-700\/35{background-color:rgba(21,128,61,.35)}.lg\:bg-green-700\/40{background-color:rgba(21,128,61,.4)}.lg\:bg-green-700\/45{background-color:rgba(21,128,61,.45)}.lg\:bg-green-700\/5{background-color:rgba(21,128,61,.05)}.lg\:bg-green-700\/50{background-color:rgba(21,128,61,.5)}.lg\:bg-green-700\/55{background-color:rgba(21,128,61,.55)}.lg\:bg-green-700\/60{background-color:rgba(21,128,61,.6)}.lg\:bg-green-700\/65{background-color:rgba(21,128,61,.65)}.lg\:bg-green-700\/70{background-color:rgba(21,128,61,.7)}.lg\:bg-green-700\/75{background-color:rgba(21,128,61,.75)}.lg\:bg-green-700\/80{background-color:rgba(21,128,61,.8)}.lg\:bg-green-700\/85{background-color:rgba(21,128,61,.85)}.lg\:bg-green-700\/90{background-color:rgba(21,128,61,.9)}.lg\:bg-green-700\/95{background-color:rgba(21,128,61,.95)}.lg\:bg-green-800{--tw-bg-opacity:1;background-color:rgba(22,101,52,var(--tw-bg-opacity))}.lg\:bg-green-800\/0{background-color:rgba(22,101,52,0)}.lg\:bg-green-800\/10{background-color:rgba(22,101,52,.1)}.lg\:bg-green-800\/100{background-color:#166534}.lg\:bg-green-800\/15{background-color:rgba(22,101,52,.15)}.lg\:bg-green-800\/20{background-color:rgba(22,101,52,.2)}.lg\:bg-green-800\/25{background-color:rgba(22,101,52,.25)}.lg\:bg-green-800\/30{background-color:rgba(22,101,52,.3)}.lg\:bg-green-800\/35{background-color:rgba(22,101,52,.35)}.lg\:bg-green-800\/40{background-color:rgba(22,101,52,.4)}.lg\:bg-green-800\/45{background-color:rgba(22,101,52,.45)}.lg\:bg-green-800\/5{background-color:rgba(22,101,52,.05)}.lg\:bg-green-800\/50{background-color:rgba(22,101,52,.5)}.lg\:bg-green-800\/55{background-color:rgba(22,101,52,.55)}.lg\:bg-green-800\/60{background-color:rgba(22,101,52,.6)}.lg\:bg-green-800\/65{background-color:rgba(22,101,52,.65)}.lg\:bg-green-800\/70{background-color:rgba(22,101,52,.7)}.lg\:bg-green-800\/75{background-color:rgba(22,101,52,.75)}.lg\:bg-green-800\/80{background-color:rgba(22,101,52,.8)}.lg\:bg-green-800\/85{background-color:rgba(22,101,52,.85)}.lg\:bg-green-800\/90{background-color:rgba(22,101,52,.9)}.lg\:bg-green-800\/95{background-color:rgba(22,101,52,.95)}.lg\:bg-green-900{--tw-bg-opacity:1;background-color:rgba(20,83,45,var(--tw-bg-opacity))}.lg\:bg-green-900\/0{background-color:rgba(20,83,45,0)}.lg\:bg-green-900\/10{background-color:rgba(20,83,45,.1)}.lg\:bg-green-900\/100{background-color:#14532d}.lg\:bg-green-900\/15{background-color:rgba(20,83,45,.15)}.lg\:bg-green-900\/20{background-color:rgba(20,83,45,.2)}.lg\:bg-green-900\/25{background-color:rgba(20,83,45,.25)}.lg\:bg-green-900\/30{background-color:rgba(20,83,45,.3)}.lg\:bg-green-900\/35{background-color:rgba(20,83,45,.35)}.lg\:bg-green-900\/40{background-color:rgba(20,83,45,.4)}.lg\:bg-green-900\/45{background-color:rgba(20,83,45,.45)}.lg\:bg-green-900\/5{background-color:rgba(20,83,45,.05)}.lg\:bg-green-900\/50{background-color:rgba(20,83,45,.5)}.lg\:bg-green-900\/55{background-color:rgba(20,83,45,.55)}.lg\:bg-green-900\/60{background-color:rgba(20,83,45,.6)}.lg\:bg-green-900\/65{background-color:rgba(20,83,45,.65)}.lg\:bg-green-900\/70{background-color:rgba(20,83,45,.7)}.lg\:bg-green-900\/75{background-color:rgba(20,83,45,.75)}.lg\:bg-green-900\/80{background-color:rgba(20,83,45,.8)}.lg\:bg-green-900\/85{background-color:rgba(20,83,45,.85)}.lg\:bg-green-900\/90{background-color:rgba(20,83,45,.9)}.lg\:bg-green-900\/95{background-color:rgba(20,83,45,.95)}.lg\:bg-green-950{--tw-bg-opacity:1;background-color:rgba(5,46,22,var(--tw-bg-opacity))}.lg\:bg-green-950\/0{background-color:rgba(5,46,22,0)}.lg\:bg-green-950\/10{background-color:rgba(5,46,22,.1)}.lg\:bg-green-950\/100{background-color:#052e16}.lg\:bg-green-950\/15{background-color:rgba(5,46,22,.15)}.lg\:bg-green-950\/20{background-color:rgba(5,46,22,.2)}.lg\:bg-green-950\/25{background-color:rgba(5,46,22,.25)}.lg\:bg-green-950\/30{background-color:rgba(5,46,22,.3)}.lg\:bg-green-950\/35{background-color:rgba(5,46,22,.35)}.lg\:bg-green-950\/40{background-color:rgba(5,46,22,.4)}.lg\:bg-green-950\/45{background-color:rgba(5,46,22,.45)}.lg\:bg-green-950\/5{background-color:rgba(5,46,22,.05)}.lg\:bg-green-950\/50{background-color:rgba(5,46,22,.5)}.lg\:bg-green-950\/55{background-color:rgba(5,46,22,.55)}.lg\:bg-green-950\/60{background-color:rgba(5,46,22,.6)}.lg\:bg-green-950\/65{background-color:rgba(5,46,22,.65)}.lg\:bg-green-950\/70{background-color:rgba(5,46,22,.7)}.lg\:bg-green-950\/75{background-color:rgba(5,46,22,.75)}.lg\:bg-green-950\/80{background-color:rgba(5,46,22,.8)}.lg\:bg-green-950\/85{background-color:rgba(5,46,22,.85)}.lg\:bg-green-950\/90{background-color:rgba(5,46,22,.9)}.lg\:bg-green-950\/95{background-color:rgba(5,46,22,.95)}.lg\:bg-indigo-100{--tw-bg-opacity:1;background-color:rgba(224,231,255,var(--tw-bg-opacity))}.lg\:bg-indigo-100\/0{background-color:rgba(224,231,255,0)}.lg\:bg-indigo-100\/10{background-color:rgba(224,231,255,.1)}.lg\:bg-indigo-100\/100{background-color:#e0e7ff}.lg\:bg-indigo-100\/15{background-color:rgba(224,231,255,.15)}.lg\:bg-indigo-100\/20{background-color:rgba(224,231,255,.2)}.lg\:bg-indigo-100\/25{background-color:rgba(224,231,255,.25)}.lg\:bg-indigo-100\/30{background-color:rgba(224,231,255,.3)}.lg\:bg-indigo-100\/35{background-color:rgba(224,231,255,.35)}.lg\:bg-indigo-100\/40{background-color:rgba(224,231,255,.4)}.lg\:bg-indigo-100\/45{background-color:rgba(224,231,255,.45)}.lg\:bg-indigo-100\/5{background-color:rgba(224,231,255,.05)}.lg\:bg-indigo-100\/50{background-color:rgba(224,231,255,.5)}.lg\:bg-indigo-100\/55{background-color:rgba(224,231,255,.55)}.lg\:bg-indigo-100\/60{background-color:rgba(224,231,255,.6)}.lg\:bg-indigo-100\/65{background-color:rgba(224,231,255,.65)}.lg\:bg-indigo-100\/70{background-color:rgba(224,231,255,.7)}.lg\:bg-indigo-100\/75{background-color:rgba(224,231,255,.75)}.lg\:bg-indigo-100\/80{background-color:rgba(224,231,255,.8)}.lg\:bg-indigo-100\/85{background-color:rgba(224,231,255,.85)}.lg\:bg-indigo-100\/90{background-color:rgba(224,231,255,.9)}.lg\:bg-indigo-100\/95{background-color:rgba(224,231,255,.95)}.lg\:bg-indigo-200{--tw-bg-opacity:1;background-color:rgba(199,210,254,var(--tw-bg-opacity))}.lg\:bg-indigo-200\/0{background-color:rgba(199,210,254,0)}.lg\:bg-indigo-200\/10{background-color:rgba(199,210,254,.1)}.lg\:bg-indigo-200\/100{background-color:#c7d2fe}.lg\:bg-indigo-200\/15{background-color:rgba(199,210,254,.15)}.lg\:bg-indigo-200\/20{background-color:rgba(199,210,254,.2)}.lg\:bg-indigo-200\/25{background-color:rgba(199,210,254,.25)}.lg\:bg-indigo-200\/30{background-color:rgba(199,210,254,.3)}.lg\:bg-indigo-200\/35{background-color:rgba(199,210,254,.35)}.lg\:bg-indigo-200\/40{background-color:rgba(199,210,254,.4)}.lg\:bg-indigo-200\/45{background-color:rgba(199,210,254,.45)}.lg\:bg-indigo-200\/5{background-color:rgba(199,210,254,.05)}.lg\:bg-indigo-200\/50{background-color:rgba(199,210,254,.5)}.lg\:bg-indigo-200\/55{background-color:rgba(199,210,254,.55)}.lg\:bg-indigo-200\/60{background-color:rgba(199,210,254,.6)}.lg\:bg-indigo-200\/65{background-color:rgba(199,210,254,.65)}.lg\:bg-indigo-200\/70{background-color:rgba(199,210,254,.7)}.lg\:bg-indigo-200\/75{background-color:rgba(199,210,254,.75)}.lg\:bg-indigo-200\/80{background-color:rgba(199,210,254,.8)}.lg\:bg-indigo-200\/85{background-color:rgba(199,210,254,.85)}.lg\:bg-indigo-200\/90{background-color:rgba(199,210,254,.9)}.lg\:bg-indigo-200\/95{background-color:rgba(199,210,254,.95)}.lg\:bg-indigo-300{--tw-bg-opacity:1;background-color:rgba(165,180,252,var(--tw-bg-opacity))}.lg\:bg-indigo-300\/0{background-color:rgba(165,180,252,0)}.lg\:bg-indigo-300\/10{background-color:rgba(165,180,252,.1)}.lg\:bg-indigo-300\/100{background-color:#a5b4fc}.lg\:bg-indigo-300\/15{background-color:rgba(165,180,252,.15)}.lg\:bg-indigo-300\/20{background-color:rgba(165,180,252,.2)}.lg\:bg-indigo-300\/25{background-color:rgba(165,180,252,.25)}.lg\:bg-indigo-300\/30{background-color:rgba(165,180,252,.3)}.lg\:bg-indigo-300\/35{background-color:rgba(165,180,252,.35)}.lg\:bg-indigo-300\/40{background-color:rgba(165,180,252,.4)}.lg\:bg-indigo-300\/45{background-color:rgba(165,180,252,.45)}.lg\:bg-indigo-300\/5{background-color:rgba(165,180,252,.05)}.lg\:bg-indigo-300\/50{background-color:rgba(165,180,252,.5)}.lg\:bg-indigo-300\/55{background-color:rgba(165,180,252,.55)}.lg\:bg-indigo-300\/60{background-color:rgba(165,180,252,.6)}.lg\:bg-indigo-300\/65{background-color:rgba(165,180,252,.65)}.lg\:bg-indigo-300\/70{background-color:rgba(165,180,252,.7)}.lg\:bg-indigo-300\/75{background-color:rgba(165,180,252,.75)}.lg\:bg-indigo-300\/80{background-color:rgba(165,180,252,.8)}.lg\:bg-indigo-300\/85{background-color:rgba(165,180,252,.85)}.lg\:bg-indigo-300\/90{background-color:rgba(165,180,252,.9)}.lg\:bg-indigo-300\/95{background-color:rgba(165,180,252,.95)}.lg\:bg-indigo-400{--tw-bg-opacity:1;background-color:rgba(129,140,248,var(--tw-bg-opacity))}.lg\:bg-indigo-400\/0{background-color:rgba(129,140,248,0)}.lg\:bg-indigo-400\/10{background-color:rgba(129,140,248,.1)}.lg\:bg-indigo-400\/100{background-color:#818cf8}.lg\:bg-indigo-400\/15{background-color:rgba(129,140,248,.15)}.lg\:bg-indigo-400\/20{background-color:rgba(129,140,248,.2)}.lg\:bg-indigo-400\/25{background-color:rgba(129,140,248,.25)}.lg\:bg-indigo-400\/30{background-color:rgba(129,140,248,.3)}.lg\:bg-indigo-400\/35{background-color:rgba(129,140,248,.35)}.lg\:bg-indigo-400\/40{background-color:rgba(129,140,248,.4)}.lg\:bg-indigo-400\/45{background-color:rgba(129,140,248,.45)}.lg\:bg-indigo-400\/5{background-color:rgba(129,140,248,.05)}.lg\:bg-indigo-400\/50{background-color:rgba(129,140,248,.5)}.lg\:bg-indigo-400\/55{background-color:rgba(129,140,248,.55)}.lg\:bg-indigo-400\/60{background-color:rgba(129,140,248,.6)}.lg\:bg-indigo-400\/65{background-color:rgba(129,140,248,.65)}.lg\:bg-indigo-400\/70{background-color:rgba(129,140,248,.7)}.lg\:bg-indigo-400\/75{background-color:rgba(129,140,248,.75)}.lg\:bg-indigo-400\/80{background-color:rgba(129,140,248,.8)}.lg\:bg-indigo-400\/85{background-color:rgba(129,140,248,.85)}.lg\:bg-indigo-400\/90{background-color:rgba(129,140,248,.9)}.lg\:bg-indigo-400\/95{background-color:rgba(129,140,248,.95)}.lg\:bg-indigo-50{--tw-bg-opacity:1;background-color:rgba(238,242,255,var(--tw-bg-opacity))}.lg\:bg-indigo-50\/0{background-color:rgba(238,242,255,0)}.lg\:bg-indigo-50\/10{background-color:rgba(238,242,255,.1)}.lg\:bg-indigo-50\/100{background-color:#eef2ff}.lg\:bg-indigo-50\/15{background-color:rgba(238,242,255,.15)}.lg\:bg-indigo-50\/20{background-color:rgba(238,242,255,.2)}.lg\:bg-indigo-50\/25{background-color:rgba(238,242,255,.25)}.lg\:bg-indigo-50\/30{background-color:rgba(238,242,255,.3)}.lg\:bg-indigo-50\/35{background-color:rgba(238,242,255,.35)}.lg\:bg-indigo-50\/40{background-color:rgba(238,242,255,.4)}.lg\:bg-indigo-50\/45{background-color:rgba(238,242,255,.45)}.lg\:bg-indigo-50\/5{background-color:rgba(238,242,255,.05)}.lg\:bg-indigo-50\/50{background-color:rgba(238,242,255,.5)}.lg\:bg-indigo-50\/55{background-color:rgba(238,242,255,.55)}.lg\:bg-indigo-50\/60{background-color:rgba(238,242,255,.6)}.lg\:bg-indigo-50\/65{background-color:rgba(238,242,255,.65)}.lg\:bg-indigo-50\/70{background-color:rgba(238,242,255,.7)}.lg\:bg-indigo-50\/75{background-color:rgba(238,242,255,.75)}.lg\:bg-indigo-50\/80{background-color:rgba(238,242,255,.8)}.lg\:bg-indigo-50\/85{background-color:rgba(238,242,255,.85)}.lg\:bg-indigo-50\/90{background-color:rgba(238,242,255,.9)}.lg\:bg-indigo-50\/95{background-color:rgba(238,242,255,.95)}.lg\:bg-indigo-500{--tw-bg-opacity:1;background-color:rgba(99,102,241,var(--tw-bg-opacity))}.lg\:bg-indigo-500\/0{background-color:rgba(99,102,241,0)}.lg\:bg-indigo-500\/10{background-color:rgba(99,102,241,.1)}.lg\:bg-indigo-500\/100{background-color:#6366f1}.lg\:bg-indigo-500\/15{background-color:rgba(99,102,241,.15)}.lg\:bg-indigo-500\/20{background-color:rgba(99,102,241,.2)}.lg\:bg-indigo-500\/25{background-color:rgba(99,102,241,.25)}.lg\:bg-indigo-500\/30{background-color:rgba(99,102,241,.3)}.lg\:bg-indigo-500\/35{background-color:rgba(99,102,241,.35)}.lg\:bg-indigo-500\/40{background-color:rgba(99,102,241,.4)}.lg\:bg-indigo-500\/45{background-color:rgba(99,102,241,.45)}.lg\:bg-indigo-500\/5{background-color:rgba(99,102,241,.05)}.lg\:bg-indigo-500\/50{background-color:rgba(99,102,241,.5)}.lg\:bg-indigo-500\/55{background-color:rgba(99,102,241,.55)}.lg\:bg-indigo-500\/60{background-color:rgba(99,102,241,.6)}.lg\:bg-indigo-500\/65{background-color:rgba(99,102,241,.65)}.lg\:bg-indigo-500\/70{background-color:rgba(99,102,241,.7)}.lg\:bg-indigo-500\/75{background-color:rgba(99,102,241,.75)}.lg\:bg-indigo-500\/80{background-color:rgba(99,102,241,.8)}.lg\:bg-indigo-500\/85{background-color:rgba(99,102,241,.85)}.lg\:bg-indigo-500\/90{background-color:rgba(99,102,241,.9)}.lg\:bg-indigo-500\/95{background-color:rgba(99,102,241,.95)}.lg\:bg-indigo-600{--tw-bg-opacity:1;background-color:rgba(79,70,229,var(--tw-bg-opacity))}.lg\:bg-indigo-600\/0{background-color:rgba(79,70,229,0)}.lg\:bg-indigo-600\/10{background-color:rgba(79,70,229,.1)}.lg\:bg-indigo-600\/100{background-color:#4f46e5}.lg\:bg-indigo-600\/15{background-color:rgba(79,70,229,.15)}.lg\:bg-indigo-600\/20{background-color:rgba(79,70,229,.2)}.lg\:bg-indigo-600\/25{background-color:rgba(79,70,229,.25)}.lg\:bg-indigo-600\/30{background-color:rgba(79,70,229,.3)}.lg\:bg-indigo-600\/35{background-color:rgba(79,70,229,.35)}.lg\:bg-indigo-600\/40{background-color:rgba(79,70,229,.4)}.lg\:bg-indigo-600\/45{background-color:rgba(79,70,229,.45)}.lg\:bg-indigo-600\/5{background-color:rgba(79,70,229,.05)}.lg\:bg-indigo-600\/50{background-color:rgba(79,70,229,.5)}.lg\:bg-indigo-600\/55{background-color:rgba(79,70,229,.55)}.lg\:bg-indigo-600\/60{background-color:rgba(79,70,229,.6)}.lg\:bg-indigo-600\/65{background-color:rgba(79,70,229,.65)}.lg\:bg-indigo-600\/70{background-color:rgba(79,70,229,.7)}.lg\:bg-indigo-600\/75{background-color:rgba(79,70,229,.75)}.lg\:bg-indigo-600\/80{background-color:rgba(79,70,229,.8)}.lg\:bg-indigo-600\/85{background-color:rgba(79,70,229,.85)}.lg\:bg-indigo-600\/90{background-color:rgba(79,70,229,.9)}.lg\:bg-indigo-600\/95{background-color:rgba(79,70,229,.95)}.lg\:bg-indigo-700{--tw-bg-opacity:1;background-color:rgba(67,56,202,var(--tw-bg-opacity))}.lg\:bg-indigo-700\/0{background-color:rgba(67,56,202,0)}.lg\:bg-indigo-700\/10{background-color:rgba(67,56,202,.1)}.lg\:bg-indigo-700\/100{background-color:#4338ca}.lg\:bg-indigo-700\/15{background-color:rgba(67,56,202,.15)}.lg\:bg-indigo-700\/20{background-color:rgba(67,56,202,.2)}.lg\:bg-indigo-700\/25{background-color:rgba(67,56,202,.25)}.lg\:bg-indigo-700\/30{background-color:rgba(67,56,202,.3)}.lg\:bg-indigo-700\/35{background-color:rgba(67,56,202,.35)}.lg\:bg-indigo-700\/40{background-color:rgba(67,56,202,.4)}.lg\:bg-indigo-700\/45{background-color:rgba(67,56,202,.45)}.lg\:bg-indigo-700\/5{background-color:rgba(67,56,202,.05)}.lg\:bg-indigo-700\/50{background-color:rgba(67,56,202,.5)}.lg\:bg-indigo-700\/55{background-color:rgba(67,56,202,.55)}.lg\:bg-indigo-700\/60{background-color:rgba(67,56,202,.6)}.lg\:bg-indigo-700\/65{background-color:rgba(67,56,202,.65)}.lg\:bg-indigo-700\/70{background-color:rgba(67,56,202,.7)}.lg\:bg-indigo-700\/75{background-color:rgba(67,56,202,.75)}.lg\:bg-indigo-700\/80{background-color:rgba(67,56,202,.8)}.lg\:bg-indigo-700\/85{background-color:rgba(67,56,202,.85)}.lg\:bg-indigo-700\/90{background-color:rgba(67,56,202,.9)}.lg\:bg-indigo-700\/95{background-color:rgba(67,56,202,.95)}.lg\:bg-indigo-800{--tw-bg-opacity:1;background-color:rgba(55,48,163,var(--tw-bg-opacity))}.lg\:bg-indigo-800\/0{background-color:rgba(55,48,163,0)}.lg\:bg-indigo-800\/10{background-color:rgba(55,48,163,.1)}.lg\:bg-indigo-800\/100{background-color:#3730a3}.lg\:bg-indigo-800\/15{background-color:rgba(55,48,163,.15)}.lg\:bg-indigo-800\/20{background-color:rgba(55,48,163,.2)}.lg\:bg-indigo-800\/25{background-color:rgba(55,48,163,.25)}.lg\:bg-indigo-800\/30{background-color:rgba(55,48,163,.3)}.lg\:bg-indigo-800\/35{background-color:rgba(55,48,163,.35)}.lg\:bg-indigo-800\/40{background-color:rgba(55,48,163,.4)}.lg\:bg-indigo-800\/45{background-color:rgba(55,48,163,.45)}.lg\:bg-indigo-800\/5{background-color:rgba(55,48,163,.05)}.lg\:bg-indigo-800\/50{background-color:rgba(55,48,163,.5)}.lg\:bg-indigo-800\/55{background-color:rgba(55,48,163,.55)}.lg\:bg-indigo-800\/60{background-color:rgba(55,48,163,.6)}.lg\:bg-indigo-800\/65{background-color:rgba(55,48,163,.65)}.lg\:bg-indigo-800\/70{background-color:rgba(55,48,163,.7)}.lg\:bg-indigo-800\/75{background-color:rgba(55,48,163,.75)}.lg\:bg-indigo-800\/80{background-color:rgba(55,48,163,.8)}.lg\:bg-indigo-800\/85{background-color:rgba(55,48,163,.85)}.lg\:bg-indigo-800\/90{background-color:rgba(55,48,163,.9)}.lg\:bg-indigo-800\/95{background-color:rgba(55,48,163,.95)}.lg\:bg-indigo-900{--tw-bg-opacity:1;background-color:rgba(49,46,129,var(--tw-bg-opacity))}.lg\:bg-indigo-900\/0{background-color:rgba(49,46,129,0)}.lg\:bg-indigo-900\/10{background-color:rgba(49,46,129,.1)}.lg\:bg-indigo-900\/100{background-color:#312e81}.lg\:bg-indigo-900\/15{background-color:rgba(49,46,129,.15)}.lg\:bg-indigo-900\/20{background-color:rgba(49,46,129,.2)}.lg\:bg-indigo-900\/25{background-color:rgba(49,46,129,.25)}.lg\:bg-indigo-900\/30{background-color:rgba(49,46,129,.3)}.lg\:bg-indigo-900\/35{background-color:rgba(49,46,129,.35)}.lg\:bg-indigo-900\/40{background-color:rgba(49,46,129,.4)}.lg\:bg-indigo-900\/45{background-color:rgba(49,46,129,.45)}.lg\:bg-indigo-900\/5{background-color:rgba(49,46,129,.05)}.lg\:bg-indigo-900\/50{background-color:rgba(49,46,129,.5)}.lg\:bg-indigo-900\/55{background-color:rgba(49,46,129,.55)}.lg\:bg-indigo-900\/60{background-color:rgba(49,46,129,.6)}.lg\:bg-indigo-900\/65{background-color:rgba(49,46,129,.65)}.lg\:bg-indigo-900\/70{background-color:rgba(49,46,129,.7)}.lg\:bg-indigo-900\/75{background-color:rgba(49,46,129,.75)}.lg\:bg-indigo-900\/80{background-color:rgba(49,46,129,.8)}.lg\:bg-indigo-900\/85{background-color:rgba(49,46,129,.85)}.lg\:bg-indigo-900\/90{background-color:rgba(49,46,129,.9)}.lg\:bg-indigo-900\/95{background-color:rgba(49,46,129,.95)}.lg\:bg-indigo-950{--tw-bg-opacity:1;background-color:rgba(30,27,75,var(--tw-bg-opacity))}.lg\:bg-indigo-950\/0{background-color:rgba(30,27,75,0)}.lg\:bg-indigo-950\/10{background-color:rgba(30,27,75,.1)}.lg\:bg-indigo-950\/100{background-color:#1e1b4b}.lg\:bg-indigo-950\/15{background-color:rgba(30,27,75,.15)}.lg\:bg-indigo-950\/20{background-color:rgba(30,27,75,.2)}.lg\:bg-indigo-950\/25{background-color:rgba(30,27,75,.25)}.lg\:bg-indigo-950\/30{background-color:rgba(30,27,75,.3)}.lg\:bg-indigo-950\/35{background-color:rgba(30,27,75,.35)}.lg\:bg-indigo-950\/40{background-color:rgba(30,27,75,.4)}.lg\:bg-indigo-950\/45{background-color:rgba(30,27,75,.45)}.lg\:bg-indigo-950\/5{background-color:rgba(30,27,75,.05)}.lg\:bg-indigo-950\/50{background-color:rgba(30,27,75,.5)}.lg\:bg-indigo-950\/55{background-color:rgba(30,27,75,.55)}.lg\:bg-indigo-950\/60{background-color:rgba(30,27,75,.6)}.lg\:bg-indigo-950\/65{background-color:rgba(30,27,75,.65)}.lg\:bg-indigo-950\/70{background-color:rgba(30,27,75,.7)}.lg\:bg-indigo-950\/75{background-color:rgba(30,27,75,.75)}.lg\:bg-indigo-950\/80{background-color:rgba(30,27,75,.8)}.lg\:bg-indigo-950\/85{background-color:rgba(30,27,75,.85)}.lg\:bg-indigo-950\/90{background-color:rgba(30,27,75,.9)}.lg\:bg-indigo-950\/95{background-color:rgba(30,27,75,.95)}.lg\:bg-inherit{background-color:inherit}.lg\:bg-lime-100{--tw-bg-opacity:1;background-color:rgba(236,252,203,var(--tw-bg-opacity))}.lg\:bg-lime-100\/0{background-color:hsla(80,89%,89%,0)}.lg\:bg-lime-100\/10{background-color:hsla(80,89%,89%,.1)}.lg\:bg-lime-100\/100{background-color:#ecfccb}.lg\:bg-lime-100\/15{background-color:hsla(80,89%,89%,.15)}.lg\:bg-lime-100\/20{background-color:hsla(80,89%,89%,.2)}.lg\:bg-lime-100\/25{background-color:hsla(80,89%,89%,.25)}.lg\:bg-lime-100\/30{background-color:hsla(80,89%,89%,.3)}.lg\:bg-lime-100\/35{background-color:hsla(80,89%,89%,.35)}.lg\:bg-lime-100\/40{background-color:hsla(80,89%,89%,.4)}.lg\:bg-lime-100\/45{background-color:hsla(80,89%,89%,.45)}.lg\:bg-lime-100\/5{background-color:hsla(80,89%,89%,.05)}.lg\:bg-lime-100\/50{background-color:hsla(80,89%,89%,.5)}.lg\:bg-lime-100\/55{background-color:hsla(80,89%,89%,.55)}.lg\:bg-lime-100\/60{background-color:hsla(80,89%,89%,.6)}.lg\:bg-lime-100\/65{background-color:hsla(80,89%,89%,.65)}.lg\:bg-lime-100\/70{background-color:hsla(80,89%,89%,.7)}.lg\:bg-lime-100\/75{background-color:hsla(80,89%,89%,.75)}.lg\:bg-lime-100\/80{background-color:hsla(80,89%,89%,.8)}.lg\:bg-lime-100\/85{background-color:hsla(80,89%,89%,.85)}.lg\:bg-lime-100\/90{background-color:hsla(80,89%,89%,.9)}.lg\:bg-lime-100\/95{background-color:hsla(80,89%,89%,.95)}.lg\:bg-lime-200{--tw-bg-opacity:1;background-color:rgba(217,249,157,var(--tw-bg-opacity))}.lg\:bg-lime-200\/0{background-color:hsla(81,88%,80%,0)}.lg\:bg-lime-200\/10{background-color:hsla(81,88%,80%,.1)}.lg\:bg-lime-200\/100{background-color:#d9f99d}.lg\:bg-lime-200\/15{background-color:hsla(81,88%,80%,.15)}.lg\:bg-lime-200\/20{background-color:hsla(81,88%,80%,.2)}.lg\:bg-lime-200\/25{background-color:hsla(81,88%,80%,.25)}.lg\:bg-lime-200\/30{background-color:hsla(81,88%,80%,.3)}.lg\:bg-lime-200\/35{background-color:hsla(81,88%,80%,.35)}.lg\:bg-lime-200\/40{background-color:hsla(81,88%,80%,.4)}.lg\:bg-lime-200\/45{background-color:hsla(81,88%,80%,.45)}.lg\:bg-lime-200\/5{background-color:hsla(81,88%,80%,.05)}.lg\:bg-lime-200\/50{background-color:hsla(81,88%,80%,.5)}.lg\:bg-lime-200\/55{background-color:hsla(81,88%,80%,.55)}.lg\:bg-lime-200\/60{background-color:hsla(81,88%,80%,.6)}.lg\:bg-lime-200\/65{background-color:hsla(81,88%,80%,.65)}.lg\:bg-lime-200\/70{background-color:hsla(81,88%,80%,.7)}.lg\:bg-lime-200\/75{background-color:hsla(81,88%,80%,.75)}.lg\:bg-lime-200\/80{background-color:hsla(81,88%,80%,.8)}.lg\:bg-lime-200\/85{background-color:hsla(81,88%,80%,.85)}.lg\:bg-lime-200\/90{background-color:hsla(81,88%,80%,.9)}.lg\:bg-lime-200\/95{background-color:hsla(81,88%,80%,.95)}.lg\:bg-lime-300{--tw-bg-opacity:1;background-color:rgba(190,242,100,var(--tw-bg-opacity))}.lg\:bg-lime-300\/0{background-color:hsla(82,85%,67%,0)}.lg\:bg-lime-300\/10{background-color:hsla(82,85%,67%,.1)}.lg\:bg-lime-300\/100{background-color:#bef264}.lg\:bg-lime-300\/15{background-color:hsla(82,85%,67%,.15)}.lg\:bg-lime-300\/20{background-color:hsla(82,85%,67%,.2)}.lg\:bg-lime-300\/25{background-color:hsla(82,85%,67%,.25)}.lg\:bg-lime-300\/30{background-color:hsla(82,85%,67%,.3)}.lg\:bg-lime-300\/35{background-color:hsla(82,85%,67%,.35)}.lg\:bg-lime-300\/40{background-color:hsla(82,85%,67%,.4)}.lg\:bg-lime-300\/45{background-color:hsla(82,85%,67%,.45)}.lg\:bg-lime-300\/5{background-color:hsla(82,85%,67%,.05)}.lg\:bg-lime-300\/50{background-color:hsla(82,85%,67%,.5)}.lg\:bg-lime-300\/55{background-color:hsla(82,85%,67%,.55)}.lg\:bg-lime-300\/60{background-color:hsla(82,85%,67%,.6)}.lg\:bg-lime-300\/65{background-color:hsla(82,85%,67%,.65)}.lg\:bg-lime-300\/70{background-color:hsla(82,85%,67%,.7)}.lg\:bg-lime-300\/75{background-color:hsla(82,85%,67%,.75)}.lg\:bg-lime-300\/80{background-color:hsla(82,85%,67%,.8)}.lg\:bg-lime-300\/85{background-color:hsla(82,85%,67%,.85)}.lg\:bg-lime-300\/90{background-color:hsla(82,85%,67%,.9)}.lg\:bg-lime-300\/95{background-color:hsla(82,85%,67%,.95)}.lg\:bg-lime-400{--tw-bg-opacity:1;background-color:rgba(163,230,53,var(--tw-bg-opacity))}.lg\:bg-lime-400\/0{background-color:rgba(163,230,53,0)}.lg\:bg-lime-400\/10{background-color:rgba(163,230,53,.1)}.lg\:bg-lime-400\/100{background-color:#a3e635}.lg\:bg-lime-400\/15{background-color:rgba(163,230,53,.15)}.lg\:bg-lime-400\/20{background-color:rgba(163,230,53,.2)}.lg\:bg-lime-400\/25{background-color:rgba(163,230,53,.25)}.lg\:bg-lime-400\/30{background-color:rgba(163,230,53,.3)}.lg\:bg-lime-400\/35{background-color:rgba(163,230,53,.35)}.lg\:bg-lime-400\/40{background-color:rgba(163,230,53,.4)}.lg\:bg-lime-400\/45{background-color:rgba(163,230,53,.45)}.lg\:bg-lime-400\/5{background-color:rgba(163,230,53,.05)}.lg\:bg-lime-400\/50{background-color:rgba(163,230,53,.5)}.lg\:bg-lime-400\/55{background-color:rgba(163,230,53,.55)}.lg\:bg-lime-400\/60{background-color:rgba(163,230,53,.6)}.lg\:bg-lime-400\/65{background-color:rgba(163,230,53,.65)}.lg\:bg-lime-400\/70{background-color:rgba(163,230,53,.7)}.lg\:bg-lime-400\/75{background-color:rgba(163,230,53,.75)}.lg\:bg-lime-400\/80{background-color:rgba(163,230,53,.8)}.lg\:bg-lime-400\/85{background-color:rgba(163,230,53,.85)}.lg\:bg-lime-400\/90{background-color:rgba(163,230,53,.9)}.lg\:bg-lime-400\/95{background-color:rgba(163,230,53,.95)}.lg\:bg-lime-50{--tw-bg-opacity:1;background-color:rgba(247,254,231,var(--tw-bg-opacity))}.lg\:bg-lime-50\/0{background-color:hsla(78,92%,95%,0)}.lg\:bg-lime-50\/10{background-color:hsla(78,92%,95%,.1)}.lg\:bg-lime-50\/100{background-color:#f7fee7}.lg\:bg-lime-50\/15{background-color:hsla(78,92%,95%,.15)}.lg\:bg-lime-50\/20{background-color:hsla(78,92%,95%,.2)}.lg\:bg-lime-50\/25{background-color:hsla(78,92%,95%,.25)}.lg\:bg-lime-50\/30{background-color:hsla(78,92%,95%,.3)}.lg\:bg-lime-50\/35{background-color:hsla(78,92%,95%,.35)}.lg\:bg-lime-50\/40{background-color:hsla(78,92%,95%,.4)}.lg\:bg-lime-50\/45{background-color:hsla(78,92%,95%,.45)}.lg\:bg-lime-50\/5{background-color:hsla(78,92%,95%,.05)}.lg\:bg-lime-50\/50{background-color:hsla(78,92%,95%,.5)}.lg\:bg-lime-50\/55{background-color:hsla(78,92%,95%,.55)}.lg\:bg-lime-50\/60{background-color:hsla(78,92%,95%,.6)}.lg\:bg-lime-50\/65{background-color:hsla(78,92%,95%,.65)}.lg\:bg-lime-50\/70{background-color:hsla(78,92%,95%,.7)}.lg\:bg-lime-50\/75{background-color:hsla(78,92%,95%,.75)}.lg\:bg-lime-50\/80{background-color:hsla(78,92%,95%,.8)}.lg\:bg-lime-50\/85{background-color:hsla(78,92%,95%,.85)}.lg\:bg-lime-50\/90{background-color:hsla(78,92%,95%,.9)}.lg\:bg-lime-50\/95{background-color:hsla(78,92%,95%,.95)}.lg\:bg-lime-500{--tw-bg-opacity:1;background-color:rgba(132,204,22,var(--tw-bg-opacity))}.lg\:bg-lime-500\/0{background-color:rgba(132,204,22,0)}.lg\:bg-lime-500\/10{background-color:rgba(132,204,22,.1)}.lg\:bg-lime-500\/100{background-color:#84cc16}.lg\:bg-lime-500\/15{background-color:rgba(132,204,22,.15)}.lg\:bg-lime-500\/20{background-color:rgba(132,204,22,.2)}.lg\:bg-lime-500\/25{background-color:rgba(132,204,22,.25)}.lg\:bg-lime-500\/30{background-color:rgba(132,204,22,.3)}.lg\:bg-lime-500\/35{background-color:rgba(132,204,22,.35)}.lg\:bg-lime-500\/40{background-color:rgba(132,204,22,.4)}.lg\:bg-lime-500\/45{background-color:rgba(132,204,22,.45)}.lg\:bg-lime-500\/5{background-color:rgba(132,204,22,.05)}.lg\:bg-lime-500\/50{background-color:rgba(132,204,22,.5)}.lg\:bg-lime-500\/55{background-color:rgba(132,204,22,.55)}.lg\:bg-lime-500\/60{background-color:rgba(132,204,22,.6)}.lg\:bg-lime-500\/65{background-color:rgba(132,204,22,.65)}.lg\:bg-lime-500\/70{background-color:rgba(132,204,22,.7)}.lg\:bg-lime-500\/75{background-color:rgba(132,204,22,.75)}.lg\:bg-lime-500\/80{background-color:rgba(132,204,22,.8)}.lg\:bg-lime-500\/85{background-color:rgba(132,204,22,.85)}.lg\:bg-lime-500\/90{background-color:rgba(132,204,22,.9)}.lg\:bg-lime-500\/95{background-color:rgba(132,204,22,.95)}.lg\:bg-lime-600{--tw-bg-opacity:1;background-color:rgba(101,163,13,var(--tw-bg-opacity))}.lg\:bg-lime-600\/0{background-color:rgba(101,163,13,0)}.lg\:bg-lime-600\/10{background-color:rgba(101,163,13,.1)}.lg\:bg-lime-600\/100{background-color:#65a30d}.lg\:bg-lime-600\/15{background-color:rgba(101,163,13,.15)}.lg\:bg-lime-600\/20{background-color:rgba(101,163,13,.2)}.lg\:bg-lime-600\/25{background-color:rgba(101,163,13,.25)}.lg\:bg-lime-600\/30{background-color:rgba(101,163,13,.3)}.lg\:bg-lime-600\/35{background-color:rgba(101,163,13,.35)}.lg\:bg-lime-600\/40{background-color:rgba(101,163,13,.4)}.lg\:bg-lime-600\/45{background-color:rgba(101,163,13,.45)}.lg\:bg-lime-600\/5{background-color:rgba(101,163,13,.05)}.lg\:bg-lime-600\/50{background-color:rgba(101,163,13,.5)}.lg\:bg-lime-600\/55{background-color:rgba(101,163,13,.55)}.lg\:bg-lime-600\/60{background-color:rgba(101,163,13,.6)}.lg\:bg-lime-600\/65{background-color:rgba(101,163,13,.65)}.lg\:bg-lime-600\/70{background-color:rgba(101,163,13,.7)}.lg\:bg-lime-600\/75{background-color:rgba(101,163,13,.75)}.lg\:bg-lime-600\/80{background-color:rgba(101,163,13,.8)}.lg\:bg-lime-600\/85{background-color:rgba(101,163,13,.85)}.lg\:bg-lime-600\/90{background-color:rgba(101,163,13,.9)}.lg\:bg-lime-600\/95{background-color:rgba(101,163,13,.95)}.lg\:bg-lime-700{--tw-bg-opacity:1;background-color:rgba(77,124,15,var(--tw-bg-opacity))}.lg\:bg-lime-700\/0{background-color:rgba(77,124,15,0)}.lg\:bg-lime-700\/10{background-color:rgba(77,124,15,.1)}.lg\:bg-lime-700\/100{background-color:#4d7c0f}.lg\:bg-lime-700\/15{background-color:rgba(77,124,15,.15)}.lg\:bg-lime-700\/20{background-color:rgba(77,124,15,.2)}.lg\:bg-lime-700\/25{background-color:rgba(77,124,15,.25)}.lg\:bg-lime-700\/30{background-color:rgba(77,124,15,.3)}.lg\:bg-lime-700\/35{background-color:rgba(77,124,15,.35)}.lg\:bg-lime-700\/40{background-color:rgba(77,124,15,.4)}.lg\:bg-lime-700\/45{background-color:rgba(77,124,15,.45)}.lg\:bg-lime-700\/5{background-color:rgba(77,124,15,.05)}.lg\:bg-lime-700\/50{background-color:rgba(77,124,15,.5)}.lg\:bg-lime-700\/55{background-color:rgba(77,124,15,.55)}.lg\:bg-lime-700\/60{background-color:rgba(77,124,15,.6)}.lg\:bg-lime-700\/65{background-color:rgba(77,124,15,.65)}.lg\:bg-lime-700\/70{background-color:rgba(77,124,15,.7)}.lg\:bg-lime-700\/75{background-color:rgba(77,124,15,.75)}.lg\:bg-lime-700\/80{background-color:rgba(77,124,15,.8)}.lg\:bg-lime-700\/85{background-color:rgba(77,124,15,.85)}.lg\:bg-lime-700\/90{background-color:rgba(77,124,15,.9)}.lg\:bg-lime-700\/95{background-color:rgba(77,124,15,.95)}.lg\:bg-lime-800{--tw-bg-opacity:1;background-color:rgba(63,98,18,var(--tw-bg-opacity))}.lg\:bg-lime-800\/0{background-color:rgba(63,98,18,0)}.lg\:bg-lime-800\/10{background-color:rgba(63,98,18,.1)}.lg\:bg-lime-800\/100{background-color:#3f6212}.lg\:bg-lime-800\/15{background-color:rgba(63,98,18,.15)}.lg\:bg-lime-800\/20{background-color:rgba(63,98,18,.2)}.lg\:bg-lime-800\/25{background-color:rgba(63,98,18,.25)}.lg\:bg-lime-800\/30{background-color:rgba(63,98,18,.3)}.lg\:bg-lime-800\/35{background-color:rgba(63,98,18,.35)}.lg\:bg-lime-800\/40{background-color:rgba(63,98,18,.4)}.lg\:bg-lime-800\/45{background-color:rgba(63,98,18,.45)}.lg\:bg-lime-800\/5{background-color:rgba(63,98,18,.05)}.lg\:bg-lime-800\/50{background-color:rgba(63,98,18,.5)}.lg\:bg-lime-800\/55{background-color:rgba(63,98,18,.55)}.lg\:bg-lime-800\/60{background-color:rgba(63,98,18,.6)}.lg\:bg-lime-800\/65{background-color:rgba(63,98,18,.65)}.lg\:bg-lime-800\/70{background-color:rgba(63,98,18,.7)}.lg\:bg-lime-800\/75{background-color:rgba(63,98,18,.75)}.lg\:bg-lime-800\/80{background-color:rgba(63,98,18,.8)}.lg\:bg-lime-800\/85{background-color:rgba(63,98,18,.85)}.lg\:bg-lime-800\/90{background-color:rgba(63,98,18,.9)}.lg\:bg-lime-800\/95{background-color:rgba(63,98,18,.95)}.lg\:bg-lime-900{--tw-bg-opacity:1;background-color:rgba(54,83,20,var(--tw-bg-opacity))}.lg\:bg-lime-900\/0{background-color:rgba(54,83,20,0)}.lg\:bg-lime-900\/10{background-color:rgba(54,83,20,.1)}.lg\:bg-lime-900\/100{background-color:#365314}.lg\:bg-lime-900\/15{background-color:rgba(54,83,20,.15)}.lg\:bg-lime-900\/20{background-color:rgba(54,83,20,.2)}.lg\:bg-lime-900\/25{background-color:rgba(54,83,20,.25)}.lg\:bg-lime-900\/30{background-color:rgba(54,83,20,.3)}.lg\:bg-lime-900\/35{background-color:rgba(54,83,20,.35)}.lg\:bg-lime-900\/40{background-color:rgba(54,83,20,.4)}.lg\:bg-lime-900\/45{background-color:rgba(54,83,20,.45)}.lg\:bg-lime-900\/5{background-color:rgba(54,83,20,.05)}.lg\:bg-lime-900\/50{background-color:rgba(54,83,20,.5)}.lg\:bg-lime-900\/55{background-color:rgba(54,83,20,.55)}.lg\:bg-lime-900\/60{background-color:rgba(54,83,20,.6)}.lg\:bg-lime-900\/65{background-color:rgba(54,83,20,.65)}.lg\:bg-lime-900\/70{background-color:rgba(54,83,20,.7)}.lg\:bg-lime-900\/75{background-color:rgba(54,83,20,.75)}.lg\:bg-lime-900\/80{background-color:rgba(54,83,20,.8)}.lg\:bg-lime-900\/85{background-color:rgba(54,83,20,.85)}.lg\:bg-lime-900\/90{background-color:rgba(54,83,20,.9)}.lg\:bg-lime-900\/95{background-color:rgba(54,83,20,.95)}.lg\:bg-lime-950{--tw-bg-opacity:1;background-color:rgba(26,46,5,var(--tw-bg-opacity))}.lg\:bg-lime-950\/0{background-color:rgba(26,46,5,0)}.lg\:bg-lime-950\/10{background-color:rgba(26,46,5,.1)}.lg\:bg-lime-950\/100{background-color:#1a2e05}.lg\:bg-lime-950\/15{background-color:rgba(26,46,5,.15)}.lg\:bg-lime-950\/20{background-color:rgba(26,46,5,.2)}.lg\:bg-lime-950\/25{background-color:rgba(26,46,5,.25)}.lg\:bg-lime-950\/30{background-color:rgba(26,46,5,.3)}.lg\:bg-lime-950\/35{background-color:rgba(26,46,5,.35)}.lg\:bg-lime-950\/40{background-color:rgba(26,46,5,.4)}.lg\:bg-lime-950\/45{background-color:rgba(26,46,5,.45)}.lg\:bg-lime-950\/5{background-color:rgba(26,46,5,.05)}.lg\:bg-lime-950\/50{background-color:rgba(26,46,5,.5)}.lg\:bg-lime-950\/55{background-color:rgba(26,46,5,.55)}.lg\:bg-lime-950\/60{background-color:rgba(26,46,5,.6)}.lg\:bg-lime-950\/65{background-color:rgba(26,46,5,.65)}.lg\:bg-lime-950\/70{background-color:rgba(26,46,5,.7)}.lg\:bg-lime-950\/75{background-color:rgba(26,46,5,.75)}.lg\:bg-lime-950\/80{background-color:rgba(26,46,5,.8)}.lg\:bg-lime-950\/85{background-color:rgba(26,46,5,.85)}.lg\:bg-lime-950\/90{background-color:rgba(26,46,5,.9)}.lg\:bg-lime-950\/95{background-color:rgba(26,46,5,.95)}.lg\:bg-neutral-100{--tw-bg-opacity:1;background-color:rgba(245,245,245,var(--tw-bg-opacity))}.lg\:bg-neutral-100\/0{background-color:hsla(0,0%,96%,0)}.lg\:bg-neutral-100\/10{background-color:hsla(0,0%,96%,.1)}.lg\:bg-neutral-100\/100{background-color:#f5f5f5}.lg\:bg-neutral-100\/15{background-color:hsla(0,0%,96%,.15)}.lg\:bg-neutral-100\/20{background-color:hsla(0,0%,96%,.2)}.lg\:bg-neutral-100\/25{background-color:hsla(0,0%,96%,.25)}.lg\:bg-neutral-100\/30{background-color:hsla(0,0%,96%,.3)}.lg\:bg-neutral-100\/35{background-color:hsla(0,0%,96%,.35)}.lg\:bg-neutral-100\/40{background-color:hsla(0,0%,96%,.4)}.lg\:bg-neutral-100\/45{background-color:hsla(0,0%,96%,.45)}.lg\:bg-neutral-100\/5{background-color:hsla(0,0%,96%,.05)}.lg\:bg-neutral-100\/50{background-color:hsla(0,0%,96%,.5)}.lg\:bg-neutral-100\/55{background-color:hsla(0,0%,96%,.55)}.lg\:bg-neutral-100\/60{background-color:hsla(0,0%,96%,.6)}.lg\:bg-neutral-100\/65{background-color:hsla(0,0%,96%,.65)}.lg\:bg-neutral-100\/70{background-color:hsla(0,0%,96%,.7)}.lg\:bg-neutral-100\/75{background-color:hsla(0,0%,96%,.75)}.lg\:bg-neutral-100\/80{background-color:hsla(0,0%,96%,.8)}.lg\:bg-neutral-100\/85{background-color:hsla(0,0%,96%,.85)}.lg\:bg-neutral-100\/90{background-color:hsla(0,0%,96%,.9)}.lg\:bg-neutral-100\/95{background-color:hsla(0,0%,96%,.95)}.lg\:bg-neutral-200{--tw-bg-opacity:1;background-color:rgba(229,229,229,var(--tw-bg-opacity))}.lg\:bg-neutral-200\/0{background-color:hsla(0,0%,90%,0)}.lg\:bg-neutral-200\/10{background-color:hsla(0,0%,90%,.1)}.lg\:bg-neutral-200\/100{background-color:#e5e5e5}.lg\:bg-neutral-200\/15{background-color:hsla(0,0%,90%,.15)}.lg\:bg-neutral-200\/20{background-color:hsla(0,0%,90%,.2)}.lg\:bg-neutral-200\/25{background-color:hsla(0,0%,90%,.25)}.lg\:bg-neutral-200\/30{background-color:hsla(0,0%,90%,.3)}.lg\:bg-neutral-200\/35{background-color:hsla(0,0%,90%,.35)}.lg\:bg-neutral-200\/40{background-color:hsla(0,0%,90%,.4)}.lg\:bg-neutral-200\/45{background-color:hsla(0,0%,90%,.45)}.lg\:bg-neutral-200\/5{background-color:hsla(0,0%,90%,.05)}.lg\:bg-neutral-200\/50{background-color:hsla(0,0%,90%,.5)}.lg\:bg-neutral-200\/55{background-color:hsla(0,0%,90%,.55)}.lg\:bg-neutral-200\/60{background-color:hsla(0,0%,90%,.6)}.lg\:bg-neutral-200\/65{background-color:hsla(0,0%,90%,.65)}.lg\:bg-neutral-200\/70{background-color:hsla(0,0%,90%,.7)}.lg\:bg-neutral-200\/75{background-color:hsla(0,0%,90%,.75)}.lg\:bg-neutral-200\/80{background-color:hsla(0,0%,90%,.8)}.lg\:bg-neutral-200\/85{background-color:hsla(0,0%,90%,.85)}.lg\:bg-neutral-200\/90{background-color:hsla(0,0%,90%,.9)}.lg\:bg-neutral-200\/95{background-color:hsla(0,0%,90%,.95)}.lg\:bg-neutral-300{--tw-bg-opacity:1;background-color:rgba(212,212,212,var(--tw-bg-opacity))}.lg\:bg-neutral-300\/0{background-color:hsla(0,0%,83%,0)}.lg\:bg-neutral-300\/10{background-color:hsla(0,0%,83%,.1)}.lg\:bg-neutral-300\/100{background-color:#d4d4d4}.lg\:bg-neutral-300\/15{background-color:hsla(0,0%,83%,.15)}.lg\:bg-neutral-300\/20{background-color:hsla(0,0%,83%,.2)}.lg\:bg-neutral-300\/25{background-color:hsla(0,0%,83%,.25)}.lg\:bg-neutral-300\/30{background-color:hsla(0,0%,83%,.3)}.lg\:bg-neutral-300\/35{background-color:hsla(0,0%,83%,.35)}.lg\:bg-neutral-300\/40{background-color:hsla(0,0%,83%,.4)}.lg\:bg-neutral-300\/45{background-color:hsla(0,0%,83%,.45)}.lg\:bg-neutral-300\/5{background-color:hsla(0,0%,83%,.05)}.lg\:bg-neutral-300\/50{background-color:hsla(0,0%,83%,.5)}.lg\:bg-neutral-300\/55{background-color:hsla(0,0%,83%,.55)}.lg\:bg-neutral-300\/60{background-color:hsla(0,0%,83%,.6)}.lg\:bg-neutral-300\/65{background-color:hsla(0,0%,83%,.65)}.lg\:bg-neutral-300\/70{background-color:hsla(0,0%,83%,.7)}.lg\:bg-neutral-300\/75{background-color:hsla(0,0%,83%,.75)}.lg\:bg-neutral-300\/80{background-color:hsla(0,0%,83%,.8)}.lg\:bg-neutral-300\/85{background-color:hsla(0,0%,83%,.85)}.lg\:bg-neutral-300\/90{background-color:hsla(0,0%,83%,.9)}.lg\:bg-neutral-300\/95{background-color:hsla(0,0%,83%,.95)}.lg\:bg-neutral-400{--tw-bg-opacity:1;background-color:rgba(163,163,163,var(--tw-bg-opacity))}.lg\:bg-neutral-400\/0{background-color:hsla(0,0%,64%,0)}.lg\:bg-neutral-400\/10{background-color:hsla(0,0%,64%,.1)}.lg\:bg-neutral-400\/100{background-color:#a3a3a3}.lg\:bg-neutral-400\/15{background-color:hsla(0,0%,64%,.15)}.lg\:bg-neutral-400\/20{background-color:hsla(0,0%,64%,.2)}.lg\:bg-neutral-400\/25{background-color:hsla(0,0%,64%,.25)}.lg\:bg-neutral-400\/30{background-color:hsla(0,0%,64%,.3)}.lg\:bg-neutral-400\/35{background-color:hsla(0,0%,64%,.35)}.lg\:bg-neutral-400\/40{background-color:hsla(0,0%,64%,.4)}.lg\:bg-neutral-400\/45{background-color:hsla(0,0%,64%,.45)}.lg\:bg-neutral-400\/5{background-color:hsla(0,0%,64%,.05)}.lg\:bg-neutral-400\/50{background-color:hsla(0,0%,64%,.5)}.lg\:bg-neutral-400\/55{background-color:hsla(0,0%,64%,.55)}.lg\:bg-neutral-400\/60{background-color:hsla(0,0%,64%,.6)}.lg\:bg-neutral-400\/65{background-color:hsla(0,0%,64%,.65)}.lg\:bg-neutral-400\/70{background-color:hsla(0,0%,64%,.7)}.lg\:bg-neutral-400\/75{background-color:hsla(0,0%,64%,.75)}.lg\:bg-neutral-400\/80{background-color:hsla(0,0%,64%,.8)}.lg\:bg-neutral-400\/85{background-color:hsla(0,0%,64%,.85)}.lg\:bg-neutral-400\/90{background-color:hsla(0,0%,64%,.9)}.lg\:bg-neutral-400\/95{background-color:hsla(0,0%,64%,.95)}.lg\:bg-neutral-50{--tw-bg-opacity:1;background-color:rgba(250,250,250,var(--tw-bg-opacity))}.lg\:bg-neutral-50\/0{background-color:hsla(0,0%,98%,0)}.lg\:bg-neutral-50\/10{background-color:hsla(0,0%,98%,.1)}.lg\:bg-neutral-50\/100{background-color:#fafafa}.lg\:bg-neutral-50\/15{background-color:hsla(0,0%,98%,.15)}.lg\:bg-neutral-50\/20{background-color:hsla(0,0%,98%,.2)}.lg\:bg-neutral-50\/25{background-color:hsla(0,0%,98%,.25)}.lg\:bg-neutral-50\/30{background-color:hsla(0,0%,98%,.3)}.lg\:bg-neutral-50\/35{background-color:hsla(0,0%,98%,.35)}.lg\:bg-neutral-50\/40{background-color:hsla(0,0%,98%,.4)}.lg\:bg-neutral-50\/45{background-color:hsla(0,0%,98%,.45)}.lg\:bg-neutral-50\/5{background-color:hsla(0,0%,98%,.05)}.lg\:bg-neutral-50\/50{background-color:hsla(0,0%,98%,.5)}.lg\:bg-neutral-50\/55{background-color:hsla(0,0%,98%,.55)}.lg\:bg-neutral-50\/60{background-color:hsla(0,0%,98%,.6)}.lg\:bg-neutral-50\/65{background-color:hsla(0,0%,98%,.65)}.lg\:bg-neutral-50\/70{background-color:hsla(0,0%,98%,.7)}.lg\:bg-neutral-50\/75{background-color:hsla(0,0%,98%,.75)}.lg\:bg-neutral-50\/80{background-color:hsla(0,0%,98%,.8)}.lg\:bg-neutral-50\/85{background-color:hsla(0,0%,98%,.85)}.lg\:bg-neutral-50\/90{background-color:hsla(0,0%,98%,.9)}.lg\:bg-neutral-50\/95{background-color:hsla(0,0%,98%,.95)}.lg\:bg-neutral-500{--tw-bg-opacity:1;background-color:rgba(115,115,115,var(--tw-bg-opacity))}.lg\:bg-neutral-500\/0{background-color:hsla(0,0%,45%,0)}.lg\:bg-neutral-500\/10{background-color:hsla(0,0%,45%,.1)}.lg\:bg-neutral-500\/100{background-color:#737373}.lg\:bg-neutral-500\/15{background-color:hsla(0,0%,45%,.15)}.lg\:bg-neutral-500\/20{background-color:hsla(0,0%,45%,.2)}.lg\:bg-neutral-500\/25{background-color:hsla(0,0%,45%,.25)}.lg\:bg-neutral-500\/30{background-color:hsla(0,0%,45%,.3)}.lg\:bg-neutral-500\/35{background-color:hsla(0,0%,45%,.35)}.lg\:bg-neutral-500\/40{background-color:hsla(0,0%,45%,.4)}.lg\:bg-neutral-500\/45{background-color:hsla(0,0%,45%,.45)}.lg\:bg-neutral-500\/5{background-color:hsla(0,0%,45%,.05)}.lg\:bg-neutral-500\/50{background-color:hsla(0,0%,45%,.5)}.lg\:bg-neutral-500\/55{background-color:hsla(0,0%,45%,.55)}.lg\:bg-neutral-500\/60{background-color:hsla(0,0%,45%,.6)}.lg\:bg-neutral-500\/65{background-color:hsla(0,0%,45%,.65)}.lg\:bg-neutral-500\/70{background-color:hsla(0,0%,45%,.7)}.lg\:bg-neutral-500\/75{background-color:hsla(0,0%,45%,.75)}.lg\:bg-neutral-500\/80{background-color:hsla(0,0%,45%,.8)}.lg\:bg-neutral-500\/85{background-color:hsla(0,0%,45%,.85)}.lg\:bg-neutral-500\/90{background-color:hsla(0,0%,45%,.9)}.lg\:bg-neutral-500\/95{background-color:hsla(0,0%,45%,.95)}.lg\:bg-neutral-600{--tw-bg-opacity:1;background-color:rgba(82,82,82,var(--tw-bg-opacity))}.lg\:bg-neutral-600\/0{background-color:rgba(82,82,82,0)}.lg\:bg-neutral-600\/10{background-color:rgba(82,82,82,.1)}.lg\:bg-neutral-600\/100{background-color:#525252}.lg\:bg-neutral-600\/15{background-color:rgba(82,82,82,.15)}.lg\:bg-neutral-600\/20{background-color:rgba(82,82,82,.2)}.lg\:bg-neutral-600\/25{background-color:rgba(82,82,82,.25)}.lg\:bg-neutral-600\/30{background-color:rgba(82,82,82,.3)}.lg\:bg-neutral-600\/35{background-color:rgba(82,82,82,.35)}.lg\:bg-neutral-600\/40{background-color:rgba(82,82,82,.4)}.lg\:bg-neutral-600\/45{background-color:rgba(82,82,82,.45)}.lg\:bg-neutral-600\/5{background-color:rgba(82,82,82,.05)}.lg\:bg-neutral-600\/50{background-color:rgba(82,82,82,.5)}.lg\:bg-neutral-600\/55{background-color:rgba(82,82,82,.55)}.lg\:bg-neutral-600\/60{background-color:rgba(82,82,82,.6)}.lg\:bg-neutral-600\/65{background-color:rgba(82,82,82,.65)}.lg\:bg-neutral-600\/70{background-color:rgba(82,82,82,.7)}.lg\:bg-neutral-600\/75{background-color:rgba(82,82,82,.75)}.lg\:bg-neutral-600\/80{background-color:rgba(82,82,82,.8)}.lg\:bg-neutral-600\/85{background-color:rgba(82,82,82,.85)}.lg\:bg-neutral-600\/90{background-color:rgba(82,82,82,.9)}.lg\:bg-neutral-600\/95{background-color:rgba(82,82,82,.95)}.lg\:bg-neutral-700{--tw-bg-opacity:1;background-color:rgba(64,64,64,var(--tw-bg-opacity))}.lg\:bg-neutral-700\/0{background-color:rgba(64,64,64,0)}.lg\:bg-neutral-700\/10{background-color:rgba(64,64,64,.1)}.lg\:bg-neutral-700\/100{background-color:#404040}.lg\:bg-neutral-700\/15{background-color:rgba(64,64,64,.15)}.lg\:bg-neutral-700\/20{background-color:rgba(64,64,64,.2)}.lg\:bg-neutral-700\/25{background-color:rgba(64,64,64,.25)}.lg\:bg-neutral-700\/30{background-color:rgba(64,64,64,.3)}.lg\:bg-neutral-700\/35{background-color:rgba(64,64,64,.35)}.lg\:bg-neutral-700\/40{background-color:rgba(64,64,64,.4)}.lg\:bg-neutral-700\/45{background-color:rgba(64,64,64,.45)}.lg\:bg-neutral-700\/5{background-color:rgba(64,64,64,.05)}.lg\:bg-neutral-700\/50{background-color:rgba(64,64,64,.5)}.lg\:bg-neutral-700\/55{background-color:rgba(64,64,64,.55)}.lg\:bg-neutral-700\/60{background-color:rgba(64,64,64,.6)}.lg\:bg-neutral-700\/65{background-color:rgba(64,64,64,.65)}.lg\:bg-neutral-700\/70{background-color:rgba(64,64,64,.7)}.lg\:bg-neutral-700\/75{background-color:rgba(64,64,64,.75)}.lg\:bg-neutral-700\/80{background-color:rgba(64,64,64,.8)}.lg\:bg-neutral-700\/85{background-color:rgba(64,64,64,.85)}.lg\:bg-neutral-700\/90{background-color:rgba(64,64,64,.9)}.lg\:bg-neutral-700\/95{background-color:rgba(64,64,64,.95)}.lg\:bg-neutral-800{--tw-bg-opacity:1;background-color:rgba(38,38,38,var(--tw-bg-opacity))}.lg\:bg-neutral-800\/0{background-color:rgba(38,38,38,0)}.lg\:bg-neutral-800\/10{background-color:rgba(38,38,38,.1)}.lg\:bg-neutral-800\/100{background-color:#262626}.lg\:bg-neutral-800\/15{background-color:rgba(38,38,38,.15)}.lg\:bg-neutral-800\/20{background-color:rgba(38,38,38,.2)}.lg\:bg-neutral-800\/25{background-color:rgba(38,38,38,.25)}.lg\:bg-neutral-800\/30{background-color:rgba(38,38,38,.3)}.lg\:bg-neutral-800\/35{background-color:rgba(38,38,38,.35)}.lg\:bg-neutral-800\/40{background-color:rgba(38,38,38,.4)}.lg\:bg-neutral-800\/45{background-color:rgba(38,38,38,.45)}.lg\:bg-neutral-800\/5{background-color:rgba(38,38,38,.05)}.lg\:bg-neutral-800\/50{background-color:rgba(38,38,38,.5)}.lg\:bg-neutral-800\/55{background-color:rgba(38,38,38,.55)}.lg\:bg-neutral-800\/60{background-color:rgba(38,38,38,.6)}.lg\:bg-neutral-800\/65{background-color:rgba(38,38,38,.65)}.lg\:bg-neutral-800\/70{background-color:rgba(38,38,38,.7)}.lg\:bg-neutral-800\/75{background-color:rgba(38,38,38,.75)}.lg\:bg-neutral-800\/80{background-color:rgba(38,38,38,.8)}.lg\:bg-neutral-800\/85{background-color:rgba(38,38,38,.85)}.lg\:bg-neutral-800\/90{background-color:rgba(38,38,38,.9)}.lg\:bg-neutral-800\/95{background-color:rgba(38,38,38,.95)}.lg\:bg-neutral-900{--tw-bg-opacity:1;background-color:rgba(23,23,23,var(--tw-bg-opacity))}.lg\:bg-neutral-900\/0{background-color:hsla(0,0%,9%,0)}.lg\:bg-neutral-900\/10{background-color:hsla(0,0%,9%,.1)}.lg\:bg-neutral-900\/100{background-color:#171717}.lg\:bg-neutral-900\/15{background-color:hsla(0,0%,9%,.15)}.lg\:bg-neutral-900\/20{background-color:hsla(0,0%,9%,.2)}.lg\:bg-neutral-900\/25{background-color:hsla(0,0%,9%,.25)}.lg\:bg-neutral-900\/30{background-color:hsla(0,0%,9%,.3)}.lg\:bg-neutral-900\/35{background-color:hsla(0,0%,9%,.35)}.lg\:bg-neutral-900\/40{background-color:hsla(0,0%,9%,.4)}.lg\:bg-neutral-900\/45{background-color:hsla(0,0%,9%,.45)}.lg\:bg-neutral-900\/5{background-color:hsla(0,0%,9%,.05)}.lg\:bg-neutral-900\/50{background-color:hsla(0,0%,9%,.5)}.lg\:bg-neutral-900\/55{background-color:hsla(0,0%,9%,.55)}.lg\:bg-neutral-900\/60{background-color:hsla(0,0%,9%,.6)}.lg\:bg-neutral-900\/65{background-color:hsla(0,0%,9%,.65)}.lg\:bg-neutral-900\/70{background-color:hsla(0,0%,9%,.7)}.lg\:bg-neutral-900\/75{background-color:hsla(0,0%,9%,.75)}.lg\:bg-neutral-900\/80{background-color:hsla(0,0%,9%,.8)}.lg\:bg-neutral-900\/85{background-color:hsla(0,0%,9%,.85)}.lg\:bg-neutral-900\/90{background-color:hsla(0,0%,9%,.9)}.lg\:bg-neutral-900\/95{background-color:hsla(0,0%,9%,.95)}.lg\:bg-neutral-950{--tw-bg-opacity:1;background-color:rgba(10,10,10,var(--tw-bg-opacity))}.lg\:bg-neutral-950\/0{background-color:hsla(0,0%,4%,0)}.lg\:bg-neutral-950\/10{background-color:hsla(0,0%,4%,.1)}.lg\:bg-neutral-950\/100{background-color:#0a0a0a}.lg\:bg-neutral-950\/15{background-color:hsla(0,0%,4%,.15)}.lg\:bg-neutral-950\/20{background-color:hsla(0,0%,4%,.2)}.lg\:bg-neutral-950\/25{background-color:hsla(0,0%,4%,.25)}.lg\:bg-neutral-950\/30{background-color:hsla(0,0%,4%,.3)}.lg\:bg-neutral-950\/35{background-color:hsla(0,0%,4%,.35)}.lg\:bg-neutral-950\/40{background-color:hsla(0,0%,4%,.4)}.lg\:bg-neutral-950\/45{background-color:hsla(0,0%,4%,.45)}.lg\:bg-neutral-950\/5{background-color:hsla(0,0%,4%,.05)}.lg\:bg-neutral-950\/50{background-color:hsla(0,0%,4%,.5)}.lg\:bg-neutral-950\/55{background-color:hsla(0,0%,4%,.55)}.lg\:bg-neutral-950\/60{background-color:hsla(0,0%,4%,.6)}.lg\:bg-neutral-950\/65{background-color:hsla(0,0%,4%,.65)}.lg\:bg-neutral-950\/70{background-color:hsla(0,0%,4%,.7)}.lg\:bg-neutral-950\/75{background-color:hsla(0,0%,4%,.75)}.lg\:bg-neutral-950\/80{background-color:hsla(0,0%,4%,.8)}.lg\:bg-neutral-950\/85{background-color:hsla(0,0%,4%,.85)}.lg\:bg-neutral-950\/90{background-color:hsla(0,0%,4%,.9)}.lg\:bg-neutral-950\/95{background-color:hsla(0,0%,4%,.95)}.lg\:bg-orange-100{--tw-bg-opacity:1;background-color:rgba(255,237,213,var(--tw-bg-opacity))}.lg\:bg-orange-100\/0{background-color:rgba(255,237,213,0)}.lg\:bg-orange-100\/10{background-color:rgba(255,237,213,.1)}.lg\:bg-orange-100\/100{background-color:#ffedd5}.lg\:bg-orange-100\/15{background-color:rgba(255,237,213,.15)}.lg\:bg-orange-100\/20{background-color:rgba(255,237,213,.2)}.lg\:bg-orange-100\/25{background-color:rgba(255,237,213,.25)}.lg\:bg-orange-100\/30{background-color:rgba(255,237,213,.3)}.lg\:bg-orange-100\/35{background-color:rgba(255,237,213,.35)}.lg\:bg-orange-100\/40{background-color:rgba(255,237,213,.4)}.lg\:bg-orange-100\/45{background-color:rgba(255,237,213,.45)}.lg\:bg-orange-100\/5{background-color:rgba(255,237,213,.05)}.lg\:bg-orange-100\/50{background-color:rgba(255,237,213,.5)}.lg\:bg-orange-100\/55{background-color:rgba(255,237,213,.55)}.lg\:bg-orange-100\/60{background-color:rgba(255,237,213,.6)}.lg\:bg-orange-100\/65{background-color:rgba(255,237,213,.65)}.lg\:bg-orange-100\/70{background-color:rgba(255,237,213,.7)}.lg\:bg-orange-100\/75{background-color:rgba(255,237,213,.75)}.lg\:bg-orange-100\/80{background-color:rgba(255,237,213,.8)}.lg\:bg-orange-100\/85{background-color:rgba(255,237,213,.85)}.lg\:bg-orange-100\/90{background-color:rgba(255,237,213,.9)}.lg\:bg-orange-100\/95{background-color:rgba(255,237,213,.95)}.lg\:bg-orange-200{--tw-bg-opacity:1;background-color:rgba(254,215,170,var(--tw-bg-opacity))}.lg\:bg-orange-200\/0{background-color:hsla(32,98%,83%,0)}.lg\:bg-orange-200\/10{background-color:hsla(32,98%,83%,.1)}.lg\:bg-orange-200\/100{background-color:#fed7aa}.lg\:bg-orange-200\/15{background-color:hsla(32,98%,83%,.15)}.lg\:bg-orange-200\/20{background-color:hsla(32,98%,83%,.2)}.lg\:bg-orange-200\/25{background-color:hsla(32,98%,83%,.25)}.lg\:bg-orange-200\/30{background-color:hsla(32,98%,83%,.3)}.lg\:bg-orange-200\/35{background-color:hsla(32,98%,83%,.35)}.lg\:bg-orange-200\/40{background-color:hsla(32,98%,83%,.4)}.lg\:bg-orange-200\/45{background-color:hsla(32,98%,83%,.45)}.lg\:bg-orange-200\/5{background-color:hsla(32,98%,83%,.05)}.lg\:bg-orange-200\/50{background-color:hsla(32,98%,83%,.5)}.lg\:bg-orange-200\/55{background-color:hsla(32,98%,83%,.55)}.lg\:bg-orange-200\/60{background-color:hsla(32,98%,83%,.6)}.lg\:bg-orange-200\/65{background-color:hsla(32,98%,83%,.65)}.lg\:bg-orange-200\/70{background-color:hsla(32,98%,83%,.7)}.lg\:bg-orange-200\/75{background-color:hsla(32,98%,83%,.75)}.lg\:bg-orange-200\/80{background-color:hsla(32,98%,83%,.8)}.lg\:bg-orange-200\/85{background-color:hsla(32,98%,83%,.85)}.lg\:bg-orange-200\/90{background-color:hsla(32,98%,83%,.9)}.lg\:bg-orange-200\/95{background-color:hsla(32,98%,83%,.95)}.lg\:bg-orange-300{--tw-bg-opacity:1;background-color:rgba(253,186,116,var(--tw-bg-opacity))}.lg\:bg-orange-300\/0{background-color:hsla(31,97%,72%,0)}.lg\:bg-orange-300\/10{background-color:hsla(31,97%,72%,.1)}.lg\:bg-orange-300\/100{background-color:#fdba74}.lg\:bg-orange-300\/15{background-color:hsla(31,97%,72%,.15)}.lg\:bg-orange-300\/20{background-color:hsla(31,97%,72%,.2)}.lg\:bg-orange-300\/25{background-color:hsla(31,97%,72%,.25)}.lg\:bg-orange-300\/30{background-color:hsla(31,97%,72%,.3)}.lg\:bg-orange-300\/35{background-color:hsla(31,97%,72%,.35)}.lg\:bg-orange-300\/40{background-color:hsla(31,97%,72%,.4)}.lg\:bg-orange-300\/45{background-color:hsla(31,97%,72%,.45)}.lg\:bg-orange-300\/5{background-color:hsla(31,97%,72%,.05)}.lg\:bg-orange-300\/50{background-color:hsla(31,97%,72%,.5)}.lg\:bg-orange-300\/55{background-color:hsla(31,97%,72%,.55)}.lg\:bg-orange-300\/60{background-color:hsla(31,97%,72%,.6)}.lg\:bg-orange-300\/65{background-color:hsla(31,97%,72%,.65)}.lg\:bg-orange-300\/70{background-color:hsla(31,97%,72%,.7)}.lg\:bg-orange-300\/75{background-color:hsla(31,97%,72%,.75)}.lg\:bg-orange-300\/80{background-color:hsla(31,97%,72%,.8)}.lg\:bg-orange-300\/85{background-color:hsla(31,97%,72%,.85)}.lg\:bg-orange-300\/90{background-color:hsla(31,97%,72%,.9)}.lg\:bg-orange-300\/95{background-color:hsla(31,97%,72%,.95)}.lg\:bg-orange-400{--tw-bg-opacity:1;background-color:rgba(251,146,60,var(--tw-bg-opacity))}.lg\:bg-orange-400\/0{background-color:rgba(251,146,60,0)}.lg\:bg-orange-400\/10{background-color:rgba(251,146,60,.1)}.lg\:bg-orange-400\/100{background-color:#fb923c}.lg\:bg-orange-400\/15{background-color:rgba(251,146,60,.15)}.lg\:bg-orange-400\/20{background-color:rgba(251,146,60,.2)}.lg\:bg-orange-400\/25{background-color:rgba(251,146,60,.25)}.lg\:bg-orange-400\/30{background-color:rgba(251,146,60,.3)}.lg\:bg-orange-400\/35{background-color:rgba(251,146,60,.35)}.lg\:bg-orange-400\/40{background-color:rgba(251,146,60,.4)}.lg\:bg-orange-400\/45{background-color:rgba(251,146,60,.45)}.lg\:bg-orange-400\/5{background-color:rgba(251,146,60,.05)}.lg\:bg-orange-400\/50{background-color:rgba(251,146,60,.5)}.lg\:bg-orange-400\/55{background-color:rgba(251,146,60,.55)}.lg\:bg-orange-400\/60{background-color:rgba(251,146,60,.6)}.lg\:bg-orange-400\/65{background-color:rgba(251,146,60,.65)}.lg\:bg-orange-400\/70{background-color:rgba(251,146,60,.7)}.lg\:bg-orange-400\/75{background-color:rgba(251,146,60,.75)}.lg\:bg-orange-400\/80{background-color:rgba(251,146,60,.8)}.lg\:bg-orange-400\/85{background-color:rgba(251,146,60,.85)}.lg\:bg-orange-400\/90{background-color:rgba(251,146,60,.9)}.lg\:bg-orange-400\/95{background-color:rgba(251,146,60,.95)}.lg\:bg-orange-50{--tw-bg-opacity:1;background-color:rgba(255,247,237,var(--tw-bg-opacity))}.lg\:bg-orange-50\/0{background-color:rgba(255,247,237,0)}.lg\:bg-orange-50\/10{background-color:rgba(255,247,237,.1)}.lg\:bg-orange-50\/100{background-color:#fff7ed}.lg\:bg-orange-50\/15{background-color:rgba(255,247,237,.15)}.lg\:bg-orange-50\/20{background-color:rgba(255,247,237,.2)}.lg\:bg-orange-50\/25{background-color:rgba(255,247,237,.25)}.lg\:bg-orange-50\/30{background-color:rgba(255,247,237,.3)}.lg\:bg-orange-50\/35{background-color:rgba(255,247,237,.35)}.lg\:bg-orange-50\/40{background-color:rgba(255,247,237,.4)}.lg\:bg-orange-50\/45{background-color:rgba(255,247,237,.45)}.lg\:bg-orange-50\/5{background-color:rgba(255,247,237,.05)}.lg\:bg-orange-50\/50{background-color:rgba(255,247,237,.5)}.lg\:bg-orange-50\/55{background-color:rgba(255,247,237,.55)}.lg\:bg-orange-50\/60{background-color:rgba(255,247,237,.6)}.lg\:bg-orange-50\/65{background-color:rgba(255,247,237,.65)}.lg\:bg-orange-50\/70{background-color:rgba(255,247,237,.7)}.lg\:bg-orange-50\/75{background-color:rgba(255,247,237,.75)}.lg\:bg-orange-50\/80{background-color:rgba(255,247,237,.8)}.lg\:bg-orange-50\/85{background-color:rgba(255,247,237,.85)}.lg\:bg-orange-50\/90{background-color:rgba(255,247,237,.9)}.lg\:bg-orange-50\/95{background-color:rgba(255,247,237,.95)}.lg\:bg-orange-500{--tw-bg-opacity:1;background-color:rgba(249,115,22,var(--tw-bg-opacity))}.lg\:bg-orange-500\/0{background-color:rgba(249,115,22,0)}.lg\:bg-orange-500\/10{background-color:rgba(249,115,22,.1)}.lg\:bg-orange-500\/100{background-color:#f97316}.lg\:bg-orange-500\/15{background-color:rgba(249,115,22,.15)}.lg\:bg-orange-500\/20{background-color:rgba(249,115,22,.2)}.lg\:bg-orange-500\/25{background-color:rgba(249,115,22,.25)}.lg\:bg-orange-500\/30{background-color:rgba(249,115,22,.3)}.lg\:bg-orange-500\/35{background-color:rgba(249,115,22,.35)}.lg\:bg-orange-500\/40{background-color:rgba(249,115,22,.4)}.lg\:bg-orange-500\/45{background-color:rgba(249,115,22,.45)}.lg\:bg-orange-500\/5{background-color:rgba(249,115,22,.05)}.lg\:bg-orange-500\/50{background-color:rgba(249,115,22,.5)}.lg\:bg-orange-500\/55{background-color:rgba(249,115,22,.55)}.lg\:bg-orange-500\/60{background-color:rgba(249,115,22,.6)}.lg\:bg-orange-500\/65{background-color:rgba(249,115,22,.65)}.lg\:bg-orange-500\/70{background-color:rgba(249,115,22,.7)}.lg\:bg-orange-500\/75{background-color:rgba(249,115,22,.75)}.lg\:bg-orange-500\/80{background-color:rgba(249,115,22,.8)}.lg\:bg-orange-500\/85{background-color:rgba(249,115,22,.85)}.lg\:bg-orange-500\/90{background-color:rgba(249,115,22,.9)}.lg\:bg-orange-500\/95{background-color:rgba(249,115,22,.95)}.lg\:bg-orange-600{--tw-bg-opacity:1;background-color:rgba(234,88,12,var(--tw-bg-opacity))}.lg\:bg-orange-600\/0{background-color:rgba(234,88,12,0)}.lg\:bg-orange-600\/10{background-color:rgba(234,88,12,.1)}.lg\:bg-orange-600\/100{background-color:#ea580c}.lg\:bg-orange-600\/15{background-color:rgba(234,88,12,.15)}.lg\:bg-orange-600\/20{background-color:rgba(234,88,12,.2)}.lg\:bg-orange-600\/25{background-color:rgba(234,88,12,.25)}.lg\:bg-orange-600\/30{background-color:rgba(234,88,12,.3)}.lg\:bg-orange-600\/35{background-color:rgba(234,88,12,.35)}.lg\:bg-orange-600\/40{background-color:rgba(234,88,12,.4)}.lg\:bg-orange-600\/45{background-color:rgba(234,88,12,.45)}.lg\:bg-orange-600\/5{background-color:rgba(234,88,12,.05)}.lg\:bg-orange-600\/50{background-color:rgba(234,88,12,.5)}.lg\:bg-orange-600\/55{background-color:rgba(234,88,12,.55)}.lg\:bg-orange-600\/60{background-color:rgba(234,88,12,.6)}.lg\:bg-orange-600\/65{background-color:rgba(234,88,12,.65)}.lg\:bg-orange-600\/70{background-color:rgba(234,88,12,.7)}.lg\:bg-orange-600\/75{background-color:rgba(234,88,12,.75)}.lg\:bg-orange-600\/80{background-color:rgba(234,88,12,.8)}.lg\:bg-orange-600\/85{background-color:rgba(234,88,12,.85)}.lg\:bg-orange-600\/90{background-color:rgba(234,88,12,.9)}.lg\:bg-orange-600\/95{background-color:rgba(234,88,12,.95)}.lg\:bg-orange-700{--tw-bg-opacity:1;background-color:rgba(194,65,12,var(--tw-bg-opacity))}.lg\:bg-orange-700\/0{background-color:rgba(194,65,12,0)}.lg\:bg-orange-700\/10{background-color:rgba(194,65,12,.1)}.lg\:bg-orange-700\/100{background-color:#c2410c}.lg\:bg-orange-700\/15{background-color:rgba(194,65,12,.15)}.lg\:bg-orange-700\/20{background-color:rgba(194,65,12,.2)}.lg\:bg-orange-700\/25{background-color:rgba(194,65,12,.25)}.lg\:bg-orange-700\/30{background-color:rgba(194,65,12,.3)}.lg\:bg-orange-700\/35{background-color:rgba(194,65,12,.35)}.lg\:bg-orange-700\/40{background-color:rgba(194,65,12,.4)}.lg\:bg-orange-700\/45{background-color:rgba(194,65,12,.45)}.lg\:bg-orange-700\/5{background-color:rgba(194,65,12,.05)}.lg\:bg-orange-700\/50{background-color:rgba(194,65,12,.5)}.lg\:bg-orange-700\/55{background-color:rgba(194,65,12,.55)}.lg\:bg-orange-700\/60{background-color:rgba(194,65,12,.6)}.lg\:bg-orange-700\/65{background-color:rgba(194,65,12,.65)}.lg\:bg-orange-700\/70{background-color:rgba(194,65,12,.7)}.lg\:bg-orange-700\/75{background-color:rgba(194,65,12,.75)}.lg\:bg-orange-700\/80{background-color:rgba(194,65,12,.8)}.lg\:bg-orange-700\/85{background-color:rgba(194,65,12,.85)}.lg\:bg-orange-700\/90{background-color:rgba(194,65,12,.9)}.lg\:bg-orange-700\/95{background-color:rgba(194,65,12,.95)}.lg\:bg-orange-800{--tw-bg-opacity:1;background-color:rgba(154,52,18,var(--tw-bg-opacity))}.lg\:bg-orange-800\/0{background-color:rgba(154,52,18,0)}.lg\:bg-orange-800\/10{background-color:rgba(154,52,18,.1)}.lg\:bg-orange-800\/100{background-color:#9a3412}.lg\:bg-orange-800\/15{background-color:rgba(154,52,18,.15)}.lg\:bg-orange-800\/20{background-color:rgba(154,52,18,.2)}.lg\:bg-orange-800\/25{background-color:rgba(154,52,18,.25)}.lg\:bg-orange-800\/30{background-color:rgba(154,52,18,.3)}.lg\:bg-orange-800\/35{background-color:rgba(154,52,18,.35)}.lg\:bg-orange-800\/40{background-color:rgba(154,52,18,.4)}.lg\:bg-orange-800\/45{background-color:rgba(154,52,18,.45)}.lg\:bg-orange-800\/5{background-color:rgba(154,52,18,.05)}.lg\:bg-orange-800\/50{background-color:rgba(154,52,18,.5)}.lg\:bg-orange-800\/55{background-color:rgba(154,52,18,.55)}.lg\:bg-orange-800\/60{background-color:rgba(154,52,18,.6)}.lg\:bg-orange-800\/65{background-color:rgba(154,52,18,.65)}.lg\:bg-orange-800\/70{background-color:rgba(154,52,18,.7)}.lg\:bg-orange-800\/75{background-color:rgba(154,52,18,.75)}.lg\:bg-orange-800\/80{background-color:rgba(154,52,18,.8)}.lg\:bg-orange-800\/85{background-color:rgba(154,52,18,.85)}.lg\:bg-orange-800\/90{background-color:rgba(154,52,18,.9)}.lg\:bg-orange-800\/95{background-color:rgba(154,52,18,.95)}.lg\:bg-orange-900{--tw-bg-opacity:1;background-color:rgba(124,45,18,var(--tw-bg-opacity))}.lg\:bg-orange-900\/0{background-color:rgba(124,45,18,0)}.lg\:bg-orange-900\/10{background-color:rgba(124,45,18,.1)}.lg\:bg-orange-900\/100{background-color:#7c2d12}.lg\:bg-orange-900\/15{background-color:rgba(124,45,18,.15)}.lg\:bg-orange-900\/20{background-color:rgba(124,45,18,.2)}.lg\:bg-orange-900\/25{background-color:rgba(124,45,18,.25)}.lg\:bg-orange-900\/30{background-color:rgba(124,45,18,.3)}.lg\:bg-orange-900\/35{background-color:rgba(124,45,18,.35)}.lg\:bg-orange-900\/40{background-color:rgba(124,45,18,.4)}.lg\:bg-orange-900\/45{background-color:rgba(124,45,18,.45)}.lg\:bg-orange-900\/5{background-color:rgba(124,45,18,.05)}.lg\:bg-orange-900\/50{background-color:rgba(124,45,18,.5)}.lg\:bg-orange-900\/55{background-color:rgba(124,45,18,.55)}.lg\:bg-orange-900\/60{background-color:rgba(124,45,18,.6)}.lg\:bg-orange-900\/65{background-color:rgba(124,45,18,.65)}.lg\:bg-orange-900\/70{background-color:rgba(124,45,18,.7)}.lg\:bg-orange-900\/75{background-color:rgba(124,45,18,.75)}.lg\:bg-orange-900\/80{background-color:rgba(124,45,18,.8)}.lg\:bg-orange-900\/85{background-color:rgba(124,45,18,.85)}.lg\:bg-orange-900\/90{background-color:rgba(124,45,18,.9)}.lg\:bg-orange-900\/95{background-color:rgba(124,45,18,.95)}.lg\:bg-orange-950{--tw-bg-opacity:1;background-color:rgba(67,20,7,var(--tw-bg-opacity))}.lg\:bg-orange-950\/0{background-color:rgba(67,20,7,0)}.lg\:bg-orange-950\/10{background-color:rgba(67,20,7,.1)}.lg\:bg-orange-950\/100{background-color:#431407}.lg\:bg-orange-950\/15{background-color:rgba(67,20,7,.15)}.lg\:bg-orange-950\/20{background-color:rgba(67,20,7,.2)}.lg\:bg-orange-950\/25{background-color:rgba(67,20,7,.25)}.lg\:bg-orange-950\/30{background-color:rgba(67,20,7,.3)}.lg\:bg-orange-950\/35{background-color:rgba(67,20,7,.35)}.lg\:bg-orange-950\/40{background-color:rgba(67,20,7,.4)}.lg\:bg-orange-950\/45{background-color:rgba(67,20,7,.45)}.lg\:bg-orange-950\/5{background-color:rgba(67,20,7,.05)}.lg\:bg-orange-950\/50{background-color:rgba(67,20,7,.5)}.lg\:bg-orange-950\/55{background-color:rgba(67,20,7,.55)}.lg\:bg-orange-950\/60{background-color:rgba(67,20,7,.6)}.lg\:bg-orange-950\/65{background-color:rgba(67,20,7,.65)}.lg\:bg-orange-950\/70{background-color:rgba(67,20,7,.7)}.lg\:bg-orange-950\/75{background-color:rgba(67,20,7,.75)}.lg\:bg-orange-950\/80{background-color:rgba(67,20,7,.8)}.lg\:bg-orange-950\/85{background-color:rgba(67,20,7,.85)}.lg\:bg-orange-950\/90{background-color:rgba(67,20,7,.9)}.lg\:bg-orange-950\/95{background-color:rgba(67,20,7,.95)}.lg\:bg-pink-100{--tw-bg-opacity:1;background-color:rgba(252,231,243,var(--tw-bg-opacity))}.lg\:bg-pink-100\/0{background-color:rgba(252,231,243,0)}.lg\:bg-pink-100\/10{background-color:rgba(252,231,243,.1)}.lg\:bg-pink-100\/100{background-color:#fce7f3}.lg\:bg-pink-100\/15{background-color:rgba(252,231,243,.15)}.lg\:bg-pink-100\/20{background-color:rgba(252,231,243,.2)}.lg\:bg-pink-100\/25{background-color:rgba(252,231,243,.25)}.lg\:bg-pink-100\/30{background-color:rgba(252,231,243,.3)}.lg\:bg-pink-100\/35{background-color:rgba(252,231,243,.35)}.lg\:bg-pink-100\/40{background-color:rgba(252,231,243,.4)}.lg\:bg-pink-100\/45{background-color:rgba(252,231,243,.45)}.lg\:bg-pink-100\/5{background-color:rgba(252,231,243,.05)}.lg\:bg-pink-100\/50{background-color:rgba(252,231,243,.5)}.lg\:bg-pink-100\/55{background-color:rgba(252,231,243,.55)}.lg\:bg-pink-100\/60{background-color:rgba(252,231,243,.6)}.lg\:bg-pink-100\/65{background-color:rgba(252,231,243,.65)}.lg\:bg-pink-100\/70{background-color:rgba(252,231,243,.7)}.lg\:bg-pink-100\/75{background-color:rgba(252,231,243,.75)}.lg\:bg-pink-100\/80{background-color:rgba(252,231,243,.8)}.lg\:bg-pink-100\/85{background-color:rgba(252,231,243,.85)}.lg\:bg-pink-100\/90{background-color:rgba(252,231,243,.9)}.lg\:bg-pink-100\/95{background-color:rgba(252,231,243,.95)}.lg\:bg-pink-200{--tw-bg-opacity:1;background-color:rgba(251,207,232,var(--tw-bg-opacity))}.lg\:bg-pink-200\/0{background-color:rgba(251,207,232,0)}.lg\:bg-pink-200\/10{background-color:rgba(251,207,232,.1)}.lg\:bg-pink-200\/100{background-color:#fbcfe8}.lg\:bg-pink-200\/15{background-color:rgba(251,207,232,.15)}.lg\:bg-pink-200\/20{background-color:rgba(251,207,232,.2)}.lg\:bg-pink-200\/25{background-color:rgba(251,207,232,.25)}.lg\:bg-pink-200\/30{background-color:rgba(251,207,232,.3)}.lg\:bg-pink-200\/35{background-color:rgba(251,207,232,.35)}.lg\:bg-pink-200\/40{background-color:rgba(251,207,232,.4)}.lg\:bg-pink-200\/45{background-color:rgba(251,207,232,.45)}.lg\:bg-pink-200\/5{background-color:rgba(251,207,232,.05)}.lg\:bg-pink-200\/50{background-color:rgba(251,207,232,.5)}.lg\:bg-pink-200\/55{background-color:rgba(251,207,232,.55)}.lg\:bg-pink-200\/60{background-color:rgba(251,207,232,.6)}.lg\:bg-pink-200\/65{background-color:rgba(251,207,232,.65)}.lg\:bg-pink-200\/70{background-color:rgba(251,207,232,.7)}.lg\:bg-pink-200\/75{background-color:rgba(251,207,232,.75)}.lg\:bg-pink-200\/80{background-color:rgba(251,207,232,.8)}.lg\:bg-pink-200\/85{background-color:rgba(251,207,232,.85)}.lg\:bg-pink-200\/90{background-color:rgba(251,207,232,.9)}.lg\:bg-pink-200\/95{background-color:rgba(251,207,232,.95)}.lg\:bg-pink-300{--tw-bg-opacity:1;background-color:rgba(249,168,212,var(--tw-bg-opacity))}.lg\:bg-pink-300\/0{background-color:rgba(249,168,212,0)}.lg\:bg-pink-300\/10{background-color:rgba(249,168,212,.1)}.lg\:bg-pink-300\/100{background-color:#f9a8d4}.lg\:bg-pink-300\/15{background-color:rgba(249,168,212,.15)}.lg\:bg-pink-300\/20{background-color:rgba(249,168,212,.2)}.lg\:bg-pink-300\/25{background-color:rgba(249,168,212,.25)}.lg\:bg-pink-300\/30{background-color:rgba(249,168,212,.3)}.lg\:bg-pink-300\/35{background-color:rgba(249,168,212,.35)}.lg\:bg-pink-300\/40{background-color:rgba(249,168,212,.4)}.lg\:bg-pink-300\/45{background-color:rgba(249,168,212,.45)}.lg\:bg-pink-300\/5{background-color:rgba(249,168,212,.05)}.lg\:bg-pink-300\/50{background-color:rgba(249,168,212,.5)}.lg\:bg-pink-300\/55{background-color:rgba(249,168,212,.55)}.lg\:bg-pink-300\/60{background-color:rgba(249,168,212,.6)}.lg\:bg-pink-300\/65{background-color:rgba(249,168,212,.65)}.lg\:bg-pink-300\/70{background-color:rgba(249,168,212,.7)}.lg\:bg-pink-300\/75{background-color:rgba(249,168,212,.75)}.lg\:bg-pink-300\/80{background-color:rgba(249,168,212,.8)}.lg\:bg-pink-300\/85{background-color:rgba(249,168,212,.85)}.lg\:bg-pink-300\/90{background-color:rgba(249,168,212,.9)}.lg\:bg-pink-300\/95{background-color:rgba(249,168,212,.95)}.lg\:bg-pink-400{--tw-bg-opacity:1;background-color:rgba(244,114,182,var(--tw-bg-opacity))}.lg\:bg-pink-400\/0{background-color:rgba(244,114,182,0)}.lg\:bg-pink-400\/10{background-color:rgba(244,114,182,.1)}.lg\:bg-pink-400\/100{background-color:#f472b6}.lg\:bg-pink-400\/15{background-color:rgba(244,114,182,.15)}.lg\:bg-pink-400\/20{background-color:rgba(244,114,182,.2)}.lg\:bg-pink-400\/25{background-color:rgba(244,114,182,.25)}.lg\:bg-pink-400\/30{background-color:rgba(244,114,182,.3)}.lg\:bg-pink-400\/35{background-color:rgba(244,114,182,.35)}.lg\:bg-pink-400\/40{background-color:rgba(244,114,182,.4)}.lg\:bg-pink-400\/45{background-color:rgba(244,114,182,.45)}.lg\:bg-pink-400\/5{background-color:rgba(244,114,182,.05)}.lg\:bg-pink-400\/50{background-color:rgba(244,114,182,.5)}.lg\:bg-pink-400\/55{background-color:rgba(244,114,182,.55)}.lg\:bg-pink-400\/60{background-color:rgba(244,114,182,.6)}.lg\:bg-pink-400\/65{background-color:rgba(244,114,182,.65)}.lg\:bg-pink-400\/70{background-color:rgba(244,114,182,.7)}.lg\:bg-pink-400\/75{background-color:rgba(244,114,182,.75)}.lg\:bg-pink-400\/80{background-color:rgba(244,114,182,.8)}.lg\:bg-pink-400\/85{background-color:rgba(244,114,182,.85)}.lg\:bg-pink-400\/90{background-color:rgba(244,114,182,.9)}.lg\:bg-pink-400\/95{background-color:rgba(244,114,182,.95)}.lg\:bg-pink-50{--tw-bg-opacity:1;background-color:rgba(253,242,248,var(--tw-bg-opacity))}.lg\:bg-pink-50\/0{background-color:rgba(253,242,248,0)}.lg\:bg-pink-50\/10{background-color:rgba(253,242,248,.1)}.lg\:bg-pink-50\/100{background-color:#fdf2f8}.lg\:bg-pink-50\/15{background-color:rgba(253,242,248,.15)}.lg\:bg-pink-50\/20{background-color:rgba(253,242,248,.2)}.lg\:bg-pink-50\/25{background-color:rgba(253,242,248,.25)}.lg\:bg-pink-50\/30{background-color:rgba(253,242,248,.3)}.lg\:bg-pink-50\/35{background-color:rgba(253,242,248,.35)}.lg\:bg-pink-50\/40{background-color:rgba(253,242,248,.4)}.lg\:bg-pink-50\/45{background-color:rgba(253,242,248,.45)}.lg\:bg-pink-50\/5{background-color:rgba(253,242,248,.05)}.lg\:bg-pink-50\/50{background-color:rgba(253,242,248,.5)}.lg\:bg-pink-50\/55{background-color:rgba(253,242,248,.55)}.lg\:bg-pink-50\/60{background-color:rgba(253,242,248,.6)}.lg\:bg-pink-50\/65{background-color:rgba(253,242,248,.65)}.lg\:bg-pink-50\/70{background-color:rgba(253,242,248,.7)}.lg\:bg-pink-50\/75{background-color:rgba(253,242,248,.75)}.lg\:bg-pink-50\/80{background-color:rgba(253,242,248,.8)}.lg\:bg-pink-50\/85{background-color:rgba(253,242,248,.85)}.lg\:bg-pink-50\/90{background-color:rgba(253,242,248,.9)}.lg\:bg-pink-50\/95{background-color:rgba(253,242,248,.95)}.lg\:bg-pink-500{--tw-bg-opacity:1;background-color:rgba(236,72,153,var(--tw-bg-opacity))}.lg\:bg-pink-500\/0{background-color:rgba(236,72,153,0)}.lg\:bg-pink-500\/10{background-color:rgba(236,72,153,.1)}.lg\:bg-pink-500\/100{background-color:#ec4899}.lg\:bg-pink-500\/15{background-color:rgba(236,72,153,.15)}.lg\:bg-pink-500\/20{background-color:rgba(236,72,153,.2)}.lg\:bg-pink-500\/25{background-color:rgba(236,72,153,.25)}.lg\:bg-pink-500\/30{background-color:rgba(236,72,153,.3)}.lg\:bg-pink-500\/35{background-color:rgba(236,72,153,.35)}.lg\:bg-pink-500\/40{background-color:rgba(236,72,153,.4)}.lg\:bg-pink-500\/45{background-color:rgba(236,72,153,.45)}.lg\:bg-pink-500\/5{background-color:rgba(236,72,153,.05)}.lg\:bg-pink-500\/50{background-color:rgba(236,72,153,.5)}.lg\:bg-pink-500\/55{background-color:rgba(236,72,153,.55)}.lg\:bg-pink-500\/60{background-color:rgba(236,72,153,.6)}.lg\:bg-pink-500\/65{background-color:rgba(236,72,153,.65)}.lg\:bg-pink-500\/70{background-color:rgba(236,72,153,.7)}.lg\:bg-pink-500\/75{background-color:rgba(236,72,153,.75)}.lg\:bg-pink-500\/80{background-color:rgba(236,72,153,.8)}.lg\:bg-pink-500\/85{background-color:rgba(236,72,153,.85)}.lg\:bg-pink-500\/90{background-color:rgba(236,72,153,.9)}.lg\:bg-pink-500\/95{background-color:rgba(236,72,153,.95)}.lg\:bg-pink-600{--tw-bg-opacity:1;background-color:rgba(219,39,119,var(--tw-bg-opacity))}.lg\:bg-pink-600\/0{background-color:rgba(219,39,119,0)}.lg\:bg-pink-600\/10{background-color:rgba(219,39,119,.1)}.lg\:bg-pink-600\/100{background-color:#db2777}.lg\:bg-pink-600\/15{background-color:rgba(219,39,119,.15)}.lg\:bg-pink-600\/20{background-color:rgba(219,39,119,.2)}.lg\:bg-pink-600\/25{background-color:rgba(219,39,119,.25)}.lg\:bg-pink-600\/30{background-color:rgba(219,39,119,.3)}.lg\:bg-pink-600\/35{background-color:rgba(219,39,119,.35)}.lg\:bg-pink-600\/40{background-color:rgba(219,39,119,.4)}.lg\:bg-pink-600\/45{background-color:rgba(219,39,119,.45)}.lg\:bg-pink-600\/5{background-color:rgba(219,39,119,.05)}.lg\:bg-pink-600\/50{background-color:rgba(219,39,119,.5)}.lg\:bg-pink-600\/55{background-color:rgba(219,39,119,.55)}.lg\:bg-pink-600\/60{background-color:rgba(219,39,119,.6)}.lg\:bg-pink-600\/65{background-color:rgba(219,39,119,.65)}.lg\:bg-pink-600\/70{background-color:rgba(219,39,119,.7)}.lg\:bg-pink-600\/75{background-color:rgba(219,39,119,.75)}.lg\:bg-pink-600\/80{background-color:rgba(219,39,119,.8)}.lg\:bg-pink-600\/85{background-color:rgba(219,39,119,.85)}.lg\:bg-pink-600\/90{background-color:rgba(219,39,119,.9)}.lg\:bg-pink-600\/95{background-color:rgba(219,39,119,.95)}.lg\:bg-pink-700{--tw-bg-opacity:1;background-color:rgba(190,24,93,var(--tw-bg-opacity))}.lg\:bg-pink-700\/0{background-color:rgba(190,24,93,0)}.lg\:bg-pink-700\/10{background-color:rgba(190,24,93,.1)}.lg\:bg-pink-700\/100{background-color:#be185d}.lg\:bg-pink-700\/15{background-color:rgba(190,24,93,.15)}.lg\:bg-pink-700\/20{background-color:rgba(190,24,93,.2)}.lg\:bg-pink-700\/25{background-color:rgba(190,24,93,.25)}.lg\:bg-pink-700\/30{background-color:rgba(190,24,93,.3)}.lg\:bg-pink-700\/35{background-color:rgba(190,24,93,.35)}.lg\:bg-pink-700\/40{background-color:rgba(190,24,93,.4)}.lg\:bg-pink-700\/45{background-color:rgba(190,24,93,.45)}.lg\:bg-pink-700\/5{background-color:rgba(190,24,93,.05)}.lg\:bg-pink-700\/50{background-color:rgba(190,24,93,.5)}.lg\:bg-pink-700\/55{background-color:rgba(190,24,93,.55)}.lg\:bg-pink-700\/60{background-color:rgba(190,24,93,.6)}.lg\:bg-pink-700\/65{background-color:rgba(190,24,93,.65)}.lg\:bg-pink-700\/70{background-color:rgba(190,24,93,.7)}.lg\:bg-pink-700\/75{background-color:rgba(190,24,93,.75)}.lg\:bg-pink-700\/80{background-color:rgba(190,24,93,.8)}.lg\:bg-pink-700\/85{background-color:rgba(190,24,93,.85)}.lg\:bg-pink-700\/90{background-color:rgba(190,24,93,.9)}.lg\:bg-pink-700\/95{background-color:rgba(190,24,93,.95)}.lg\:bg-pink-800{--tw-bg-opacity:1;background-color:rgba(157,23,77,var(--tw-bg-opacity))}.lg\:bg-pink-800\/0{background-color:rgba(157,23,77,0)}.lg\:bg-pink-800\/10{background-color:rgba(157,23,77,.1)}.lg\:bg-pink-800\/100{background-color:#9d174d}.lg\:bg-pink-800\/15{background-color:rgba(157,23,77,.15)}.lg\:bg-pink-800\/20{background-color:rgba(157,23,77,.2)}.lg\:bg-pink-800\/25{background-color:rgba(157,23,77,.25)}.lg\:bg-pink-800\/30{background-color:rgba(157,23,77,.3)}.lg\:bg-pink-800\/35{background-color:rgba(157,23,77,.35)}.lg\:bg-pink-800\/40{background-color:rgba(157,23,77,.4)}.lg\:bg-pink-800\/45{background-color:rgba(157,23,77,.45)}.lg\:bg-pink-800\/5{background-color:rgba(157,23,77,.05)}.lg\:bg-pink-800\/50{background-color:rgba(157,23,77,.5)}.lg\:bg-pink-800\/55{background-color:rgba(157,23,77,.55)}.lg\:bg-pink-800\/60{background-color:rgba(157,23,77,.6)}.lg\:bg-pink-800\/65{background-color:rgba(157,23,77,.65)}.lg\:bg-pink-800\/70{background-color:rgba(157,23,77,.7)}.lg\:bg-pink-800\/75{background-color:rgba(157,23,77,.75)}.lg\:bg-pink-800\/80{background-color:rgba(157,23,77,.8)}.lg\:bg-pink-800\/85{background-color:rgba(157,23,77,.85)}.lg\:bg-pink-800\/90{background-color:rgba(157,23,77,.9)}.lg\:bg-pink-800\/95{background-color:rgba(157,23,77,.95)}.lg\:bg-pink-900{--tw-bg-opacity:1;background-color:rgba(131,24,67,var(--tw-bg-opacity))}.lg\:bg-pink-900\/0{background-color:rgba(131,24,67,0)}.lg\:bg-pink-900\/10{background-color:rgba(131,24,67,.1)}.lg\:bg-pink-900\/100{background-color:#831843}.lg\:bg-pink-900\/15{background-color:rgba(131,24,67,.15)}.lg\:bg-pink-900\/20{background-color:rgba(131,24,67,.2)}.lg\:bg-pink-900\/25{background-color:rgba(131,24,67,.25)}.lg\:bg-pink-900\/30{background-color:rgba(131,24,67,.3)}.lg\:bg-pink-900\/35{background-color:rgba(131,24,67,.35)}.lg\:bg-pink-900\/40{background-color:rgba(131,24,67,.4)}.lg\:bg-pink-900\/45{background-color:rgba(131,24,67,.45)}.lg\:bg-pink-900\/5{background-color:rgba(131,24,67,.05)}.lg\:bg-pink-900\/50{background-color:rgba(131,24,67,.5)}.lg\:bg-pink-900\/55{background-color:rgba(131,24,67,.55)}.lg\:bg-pink-900\/60{background-color:rgba(131,24,67,.6)}.lg\:bg-pink-900\/65{background-color:rgba(131,24,67,.65)}.lg\:bg-pink-900\/70{background-color:rgba(131,24,67,.7)}.lg\:bg-pink-900\/75{background-color:rgba(131,24,67,.75)}.lg\:bg-pink-900\/80{background-color:rgba(131,24,67,.8)}.lg\:bg-pink-900\/85{background-color:rgba(131,24,67,.85)}.lg\:bg-pink-900\/90{background-color:rgba(131,24,67,.9)}.lg\:bg-pink-900\/95{background-color:rgba(131,24,67,.95)}.lg\:bg-pink-950{--tw-bg-opacity:1;background-color:rgba(80,7,36,var(--tw-bg-opacity))}.lg\:bg-pink-950\/0{background-color:rgba(80,7,36,0)}.lg\:bg-pink-950\/10{background-color:rgba(80,7,36,.1)}.lg\:bg-pink-950\/100{background-color:#500724}.lg\:bg-pink-950\/15{background-color:rgba(80,7,36,.15)}.lg\:bg-pink-950\/20{background-color:rgba(80,7,36,.2)}.lg\:bg-pink-950\/25{background-color:rgba(80,7,36,.25)}.lg\:bg-pink-950\/30{background-color:rgba(80,7,36,.3)}.lg\:bg-pink-950\/35{background-color:rgba(80,7,36,.35)}.lg\:bg-pink-950\/40{background-color:rgba(80,7,36,.4)}.lg\:bg-pink-950\/45{background-color:rgba(80,7,36,.45)}.lg\:bg-pink-950\/5{background-color:rgba(80,7,36,.05)}.lg\:bg-pink-950\/50{background-color:rgba(80,7,36,.5)}.lg\:bg-pink-950\/55{background-color:rgba(80,7,36,.55)}.lg\:bg-pink-950\/60{background-color:rgba(80,7,36,.6)}.lg\:bg-pink-950\/65{background-color:rgba(80,7,36,.65)}.lg\:bg-pink-950\/70{background-color:rgba(80,7,36,.7)}.lg\:bg-pink-950\/75{background-color:rgba(80,7,36,.75)}.lg\:bg-pink-950\/80{background-color:rgba(80,7,36,.8)}.lg\:bg-pink-950\/85{background-color:rgba(80,7,36,.85)}.lg\:bg-pink-950\/90{background-color:rgba(80,7,36,.9)}.lg\:bg-pink-950\/95{background-color:rgba(80,7,36,.95)}.lg\:bg-primary{--tw-bg-opacity:1;background-color:rgba(105,194,242,var(--tw-bg-opacity))}.lg\:bg-primary-dark{--tw-bg-opacity:1;background-color:rgba(97,163,199,var(--tw-bg-opacity))}.lg\:bg-primary-dark\/0{background-color:rgba(97,163,199,0)}.lg\:bg-primary-dark\/10{background-color:rgba(97,163,199,.1)}.lg\:bg-primary-dark\/100{background-color:#61a3c7}.lg\:bg-primary-dark\/15{background-color:rgba(97,163,199,.15)}.lg\:bg-primary-dark\/20{background-color:rgba(97,163,199,.2)}.lg\:bg-primary-dark\/25{background-color:rgba(97,163,199,.25)}.lg\:bg-primary-dark\/30{background-color:rgba(97,163,199,.3)}.lg\:bg-primary-dark\/35{background-color:rgba(97,163,199,.35)}.lg\:bg-primary-dark\/40{background-color:rgba(97,163,199,.4)}.lg\:bg-primary-dark\/45{background-color:rgba(97,163,199,.45)}.lg\:bg-primary-dark\/5{background-color:rgba(97,163,199,.05)}.lg\:bg-primary-dark\/50{background-color:rgba(97,163,199,.5)}.lg\:bg-primary-dark\/55{background-color:rgba(97,163,199,.55)}.lg\:bg-primary-dark\/60{background-color:rgba(97,163,199,.6)}.lg\:bg-primary-dark\/65{background-color:rgba(97,163,199,.65)}.lg\:bg-primary-dark\/70{background-color:rgba(97,163,199,.7)}.lg\:bg-primary-dark\/75{background-color:rgba(97,163,199,.75)}.lg\:bg-primary-dark\/80{background-color:rgba(97,163,199,.8)}.lg\:bg-primary-dark\/85{background-color:rgba(97,163,199,.85)}.lg\:bg-primary-dark\/90{background-color:rgba(97,163,199,.9)}.lg\:bg-primary-dark\/95{background-color:rgba(97,163,199,.95)}.lg\:bg-primary\/0{background-color:rgba(105,194,242,0)}.lg\:bg-primary\/10{background-color:rgba(105,194,242,.1)}.lg\:bg-primary\/100{background-color:#69c2f2}.lg\:bg-primary\/15{background-color:rgba(105,194,242,.15)}.lg\:bg-primary\/20{background-color:rgba(105,194,242,.2)}.lg\:bg-primary\/25{background-color:rgba(105,194,242,.25)}.lg\:bg-primary\/30{background-color:rgba(105,194,242,.3)}.lg\:bg-primary\/35{background-color:rgba(105,194,242,.35)}.lg\:bg-primary\/40{background-color:rgba(105,194,242,.4)}.lg\:bg-primary\/45{background-color:rgba(105,194,242,.45)}.lg\:bg-primary\/5{background-color:rgba(105,194,242,.05)}.lg\:bg-primary\/50{background-color:rgba(105,194,242,.5)}.lg\:bg-primary\/55{background-color:rgba(105,194,242,.55)}.lg\:bg-primary\/60{background-color:rgba(105,194,242,.6)}.lg\:bg-primary\/65{background-color:rgba(105,194,242,.65)}.lg\:bg-primary\/70{background-color:rgba(105,194,242,.7)}.lg\:bg-primary\/75{background-color:rgba(105,194,242,.75)}.lg\:bg-primary\/80{background-color:rgba(105,194,242,.8)}.lg\:bg-primary\/85{background-color:rgba(105,194,242,.85)}.lg\:bg-primary\/90{background-color:rgba(105,194,242,.9)}.lg\:bg-primary\/95{background-color:rgba(105,194,242,.95)}.lg\:bg-purple-100{--tw-bg-opacity:1;background-color:rgba(243,232,255,var(--tw-bg-opacity))}.lg\:bg-purple-100\/0{background-color:rgba(243,232,255,0)}.lg\:bg-purple-100\/10{background-color:rgba(243,232,255,.1)}.lg\:bg-purple-100\/100{background-color:#f3e8ff}.lg\:bg-purple-100\/15{background-color:rgba(243,232,255,.15)}.lg\:bg-purple-100\/20{background-color:rgba(243,232,255,.2)}.lg\:bg-purple-100\/25{background-color:rgba(243,232,255,.25)}.lg\:bg-purple-100\/30{background-color:rgba(243,232,255,.3)}.lg\:bg-purple-100\/35{background-color:rgba(243,232,255,.35)}.lg\:bg-purple-100\/40{background-color:rgba(243,232,255,.4)}.lg\:bg-purple-100\/45{background-color:rgba(243,232,255,.45)}.lg\:bg-purple-100\/5{background-color:rgba(243,232,255,.05)}.lg\:bg-purple-100\/50{background-color:rgba(243,232,255,.5)}.lg\:bg-purple-100\/55{background-color:rgba(243,232,255,.55)}.lg\:bg-purple-100\/60{background-color:rgba(243,232,255,.6)}.lg\:bg-purple-100\/65{background-color:rgba(243,232,255,.65)}.lg\:bg-purple-100\/70{background-color:rgba(243,232,255,.7)}.lg\:bg-purple-100\/75{background-color:rgba(243,232,255,.75)}.lg\:bg-purple-100\/80{background-color:rgba(243,232,255,.8)}.lg\:bg-purple-100\/85{background-color:rgba(243,232,255,.85)}.lg\:bg-purple-100\/90{background-color:rgba(243,232,255,.9)}.lg\:bg-purple-100\/95{background-color:rgba(243,232,255,.95)}.lg\:bg-purple-200{--tw-bg-opacity:1;background-color:rgba(233,213,255,var(--tw-bg-opacity))}.lg\:bg-purple-200\/0{background-color:rgba(233,213,255,0)}.lg\:bg-purple-200\/10{background-color:rgba(233,213,255,.1)}.lg\:bg-purple-200\/100{background-color:#e9d5ff}.lg\:bg-purple-200\/15{background-color:rgba(233,213,255,.15)}.lg\:bg-purple-200\/20{background-color:rgba(233,213,255,.2)}.lg\:bg-purple-200\/25{background-color:rgba(233,213,255,.25)}.lg\:bg-purple-200\/30{background-color:rgba(233,213,255,.3)}.lg\:bg-purple-200\/35{background-color:rgba(233,213,255,.35)}.lg\:bg-purple-200\/40{background-color:rgba(233,213,255,.4)}.lg\:bg-purple-200\/45{background-color:rgba(233,213,255,.45)}.lg\:bg-purple-200\/5{background-color:rgba(233,213,255,.05)}.lg\:bg-purple-200\/50{background-color:rgba(233,213,255,.5)}.lg\:bg-purple-200\/55{background-color:rgba(233,213,255,.55)}.lg\:bg-purple-200\/60{background-color:rgba(233,213,255,.6)}.lg\:bg-purple-200\/65{background-color:rgba(233,213,255,.65)}.lg\:bg-purple-200\/70{background-color:rgba(233,213,255,.7)}.lg\:bg-purple-200\/75{background-color:rgba(233,213,255,.75)}.lg\:bg-purple-200\/80{background-color:rgba(233,213,255,.8)}.lg\:bg-purple-200\/85{background-color:rgba(233,213,255,.85)}.lg\:bg-purple-200\/90{background-color:rgba(233,213,255,.9)}.lg\:bg-purple-200\/95{background-color:rgba(233,213,255,.95)}.lg\:bg-purple-300{--tw-bg-opacity:1;background-color:rgba(216,180,254,var(--tw-bg-opacity))}.lg\:bg-purple-300\/0{background-color:rgba(216,180,254,0)}.lg\:bg-purple-300\/10{background-color:rgba(216,180,254,.1)}.lg\:bg-purple-300\/100{background-color:#d8b4fe}.lg\:bg-purple-300\/15{background-color:rgba(216,180,254,.15)}.lg\:bg-purple-300\/20{background-color:rgba(216,180,254,.2)}.lg\:bg-purple-300\/25{background-color:rgba(216,180,254,.25)}.lg\:bg-purple-300\/30{background-color:rgba(216,180,254,.3)}.lg\:bg-purple-300\/35{background-color:rgba(216,180,254,.35)}.lg\:bg-purple-300\/40{background-color:rgba(216,180,254,.4)}.lg\:bg-purple-300\/45{background-color:rgba(216,180,254,.45)}.lg\:bg-purple-300\/5{background-color:rgba(216,180,254,.05)}.lg\:bg-purple-300\/50{background-color:rgba(216,180,254,.5)}.lg\:bg-purple-300\/55{background-color:rgba(216,180,254,.55)}.lg\:bg-purple-300\/60{background-color:rgba(216,180,254,.6)}.lg\:bg-purple-300\/65{background-color:rgba(216,180,254,.65)}.lg\:bg-purple-300\/70{background-color:rgba(216,180,254,.7)}.lg\:bg-purple-300\/75{background-color:rgba(216,180,254,.75)}.lg\:bg-purple-300\/80{background-color:rgba(216,180,254,.8)}.lg\:bg-purple-300\/85{background-color:rgba(216,180,254,.85)}.lg\:bg-purple-300\/90{background-color:rgba(216,180,254,.9)}.lg\:bg-purple-300\/95{background-color:rgba(216,180,254,.95)}.lg\:bg-purple-400{--tw-bg-opacity:1;background-color:rgba(192,132,252,var(--tw-bg-opacity))}.lg\:bg-purple-400\/0{background-color:rgba(192,132,252,0)}.lg\:bg-purple-400\/10{background-color:rgba(192,132,252,.1)}.lg\:bg-purple-400\/100{background-color:#c084fc}.lg\:bg-purple-400\/15{background-color:rgba(192,132,252,.15)}.lg\:bg-purple-400\/20{background-color:rgba(192,132,252,.2)}.lg\:bg-purple-400\/25{background-color:rgba(192,132,252,.25)}.lg\:bg-purple-400\/30{background-color:rgba(192,132,252,.3)}.lg\:bg-purple-400\/35{background-color:rgba(192,132,252,.35)}.lg\:bg-purple-400\/40{background-color:rgba(192,132,252,.4)}.lg\:bg-purple-400\/45{background-color:rgba(192,132,252,.45)}.lg\:bg-purple-400\/5{background-color:rgba(192,132,252,.05)}.lg\:bg-purple-400\/50{background-color:rgba(192,132,252,.5)}.lg\:bg-purple-400\/55{background-color:rgba(192,132,252,.55)}.lg\:bg-purple-400\/60{background-color:rgba(192,132,252,.6)}.lg\:bg-purple-400\/65{background-color:rgba(192,132,252,.65)}.lg\:bg-purple-400\/70{background-color:rgba(192,132,252,.7)}.lg\:bg-purple-400\/75{background-color:rgba(192,132,252,.75)}.lg\:bg-purple-400\/80{background-color:rgba(192,132,252,.8)}.lg\:bg-purple-400\/85{background-color:rgba(192,132,252,.85)}.lg\:bg-purple-400\/90{background-color:rgba(192,132,252,.9)}.lg\:bg-purple-400\/95{background-color:rgba(192,132,252,.95)}.lg\:bg-purple-50{--tw-bg-opacity:1;background-color:rgba(250,245,255,var(--tw-bg-opacity))}.lg\:bg-purple-50\/0{background-color:rgba(250,245,255,0)}.lg\:bg-purple-50\/10{background-color:rgba(250,245,255,.1)}.lg\:bg-purple-50\/100{background-color:#faf5ff}.lg\:bg-purple-50\/15{background-color:rgba(250,245,255,.15)}.lg\:bg-purple-50\/20{background-color:rgba(250,245,255,.2)}.lg\:bg-purple-50\/25{background-color:rgba(250,245,255,.25)}.lg\:bg-purple-50\/30{background-color:rgba(250,245,255,.3)}.lg\:bg-purple-50\/35{background-color:rgba(250,245,255,.35)}.lg\:bg-purple-50\/40{background-color:rgba(250,245,255,.4)}.lg\:bg-purple-50\/45{background-color:rgba(250,245,255,.45)}.lg\:bg-purple-50\/5{background-color:rgba(250,245,255,.05)}.lg\:bg-purple-50\/50{background-color:rgba(250,245,255,.5)}.lg\:bg-purple-50\/55{background-color:rgba(250,245,255,.55)}.lg\:bg-purple-50\/60{background-color:rgba(250,245,255,.6)}.lg\:bg-purple-50\/65{background-color:rgba(250,245,255,.65)}.lg\:bg-purple-50\/70{background-color:rgba(250,245,255,.7)}.lg\:bg-purple-50\/75{background-color:rgba(250,245,255,.75)}.lg\:bg-purple-50\/80{background-color:rgba(250,245,255,.8)}.lg\:bg-purple-50\/85{background-color:rgba(250,245,255,.85)}.lg\:bg-purple-50\/90{background-color:rgba(250,245,255,.9)}.lg\:bg-purple-50\/95{background-color:rgba(250,245,255,.95)}.lg\:bg-purple-500{--tw-bg-opacity:1;background-color:rgba(168,85,247,var(--tw-bg-opacity))}.lg\:bg-purple-500\/0{background-color:rgba(168,85,247,0)}.lg\:bg-purple-500\/10{background-color:rgba(168,85,247,.1)}.lg\:bg-purple-500\/100{background-color:#a855f7}.lg\:bg-purple-500\/15{background-color:rgba(168,85,247,.15)}.lg\:bg-purple-500\/20{background-color:rgba(168,85,247,.2)}.lg\:bg-purple-500\/25{background-color:rgba(168,85,247,.25)}.lg\:bg-purple-500\/30{background-color:rgba(168,85,247,.3)}.lg\:bg-purple-500\/35{background-color:rgba(168,85,247,.35)}.lg\:bg-purple-500\/40{background-color:rgba(168,85,247,.4)}.lg\:bg-purple-500\/45{background-color:rgba(168,85,247,.45)}.lg\:bg-purple-500\/5{background-color:rgba(168,85,247,.05)}.lg\:bg-purple-500\/50{background-color:rgba(168,85,247,.5)}.lg\:bg-purple-500\/55{background-color:rgba(168,85,247,.55)}.lg\:bg-purple-500\/60{background-color:rgba(168,85,247,.6)}.lg\:bg-purple-500\/65{background-color:rgba(168,85,247,.65)}.lg\:bg-purple-500\/70{background-color:rgba(168,85,247,.7)}.lg\:bg-purple-500\/75{background-color:rgba(168,85,247,.75)}.lg\:bg-purple-500\/80{background-color:rgba(168,85,247,.8)}.lg\:bg-purple-500\/85{background-color:rgba(168,85,247,.85)}.lg\:bg-purple-500\/90{background-color:rgba(168,85,247,.9)}.lg\:bg-purple-500\/95{background-color:rgba(168,85,247,.95)}.lg\:bg-purple-600{--tw-bg-opacity:1;background-color:rgba(147,51,234,var(--tw-bg-opacity))}.lg\:bg-purple-600\/0{background-color:rgba(147,51,234,0)}.lg\:bg-purple-600\/10{background-color:rgba(147,51,234,.1)}.lg\:bg-purple-600\/100{background-color:#9333ea}.lg\:bg-purple-600\/15{background-color:rgba(147,51,234,.15)}.lg\:bg-purple-600\/20{background-color:rgba(147,51,234,.2)}.lg\:bg-purple-600\/25{background-color:rgba(147,51,234,.25)}.lg\:bg-purple-600\/30{background-color:rgba(147,51,234,.3)}.lg\:bg-purple-600\/35{background-color:rgba(147,51,234,.35)}.lg\:bg-purple-600\/40{background-color:rgba(147,51,234,.4)}.lg\:bg-purple-600\/45{background-color:rgba(147,51,234,.45)}.lg\:bg-purple-600\/5{background-color:rgba(147,51,234,.05)}.lg\:bg-purple-600\/50{background-color:rgba(147,51,234,.5)}.lg\:bg-purple-600\/55{background-color:rgba(147,51,234,.55)}.lg\:bg-purple-600\/60{background-color:rgba(147,51,234,.6)}.lg\:bg-purple-600\/65{background-color:rgba(147,51,234,.65)}.lg\:bg-purple-600\/70{background-color:rgba(147,51,234,.7)}.lg\:bg-purple-600\/75{background-color:rgba(147,51,234,.75)}.lg\:bg-purple-600\/80{background-color:rgba(147,51,234,.8)}.lg\:bg-purple-600\/85{background-color:rgba(147,51,234,.85)}.lg\:bg-purple-600\/90{background-color:rgba(147,51,234,.9)}.lg\:bg-purple-600\/95{background-color:rgba(147,51,234,.95)}.lg\:bg-purple-700{--tw-bg-opacity:1;background-color:rgba(126,34,206,var(--tw-bg-opacity))}.lg\:bg-purple-700\/0{background-color:rgba(126,34,206,0)}.lg\:bg-purple-700\/10{background-color:rgba(126,34,206,.1)}.lg\:bg-purple-700\/100{background-color:#7e22ce}.lg\:bg-purple-700\/15{background-color:rgba(126,34,206,.15)}.lg\:bg-purple-700\/20{background-color:rgba(126,34,206,.2)}.lg\:bg-purple-700\/25{background-color:rgba(126,34,206,.25)}.lg\:bg-purple-700\/30{background-color:rgba(126,34,206,.3)}.lg\:bg-purple-700\/35{background-color:rgba(126,34,206,.35)}.lg\:bg-purple-700\/40{background-color:rgba(126,34,206,.4)}.lg\:bg-purple-700\/45{background-color:rgba(126,34,206,.45)}.lg\:bg-purple-700\/5{background-color:rgba(126,34,206,.05)}.lg\:bg-purple-700\/50{background-color:rgba(126,34,206,.5)}.lg\:bg-purple-700\/55{background-color:rgba(126,34,206,.55)}.lg\:bg-purple-700\/60{background-color:rgba(126,34,206,.6)}.lg\:bg-purple-700\/65{background-color:rgba(126,34,206,.65)}.lg\:bg-purple-700\/70{background-color:rgba(126,34,206,.7)}.lg\:bg-purple-700\/75{background-color:rgba(126,34,206,.75)}.lg\:bg-purple-700\/80{background-color:rgba(126,34,206,.8)}.lg\:bg-purple-700\/85{background-color:rgba(126,34,206,.85)}.lg\:bg-purple-700\/90{background-color:rgba(126,34,206,.9)}.lg\:bg-purple-700\/95{background-color:rgba(126,34,206,.95)}.lg\:bg-purple-800{--tw-bg-opacity:1;background-color:rgba(107,33,168,var(--tw-bg-opacity))}.lg\:bg-purple-800\/0{background-color:rgba(107,33,168,0)}.lg\:bg-purple-800\/10{background-color:rgba(107,33,168,.1)}.lg\:bg-purple-800\/100{background-color:#6b21a8}.lg\:bg-purple-800\/15{background-color:rgba(107,33,168,.15)}.lg\:bg-purple-800\/20{background-color:rgba(107,33,168,.2)}.lg\:bg-purple-800\/25{background-color:rgba(107,33,168,.25)}.lg\:bg-purple-800\/30{background-color:rgba(107,33,168,.3)}.lg\:bg-purple-800\/35{background-color:rgba(107,33,168,.35)}.lg\:bg-purple-800\/40{background-color:rgba(107,33,168,.4)}.lg\:bg-purple-800\/45{background-color:rgba(107,33,168,.45)}.lg\:bg-purple-800\/5{background-color:rgba(107,33,168,.05)}.lg\:bg-purple-800\/50{background-color:rgba(107,33,168,.5)}.lg\:bg-purple-800\/55{background-color:rgba(107,33,168,.55)}.lg\:bg-purple-800\/60{background-color:rgba(107,33,168,.6)}.lg\:bg-purple-800\/65{background-color:rgba(107,33,168,.65)}.lg\:bg-purple-800\/70{background-color:rgba(107,33,168,.7)}.lg\:bg-purple-800\/75{background-color:rgba(107,33,168,.75)}.lg\:bg-purple-800\/80{background-color:rgba(107,33,168,.8)}.lg\:bg-purple-800\/85{background-color:rgba(107,33,168,.85)}.lg\:bg-purple-800\/90{background-color:rgba(107,33,168,.9)}.lg\:bg-purple-800\/95{background-color:rgba(107,33,168,.95)}.lg\:bg-purple-900{--tw-bg-opacity:1;background-color:rgba(88,28,135,var(--tw-bg-opacity))}.lg\:bg-purple-900\/0{background-color:rgba(88,28,135,0)}.lg\:bg-purple-900\/10{background-color:rgba(88,28,135,.1)}.lg\:bg-purple-900\/100{background-color:#581c87}.lg\:bg-purple-900\/15{background-color:rgba(88,28,135,.15)}.lg\:bg-purple-900\/20{background-color:rgba(88,28,135,.2)}.lg\:bg-purple-900\/25{background-color:rgba(88,28,135,.25)}.lg\:bg-purple-900\/30{background-color:rgba(88,28,135,.3)}.lg\:bg-purple-900\/35{background-color:rgba(88,28,135,.35)}.lg\:bg-purple-900\/40{background-color:rgba(88,28,135,.4)}.lg\:bg-purple-900\/45{background-color:rgba(88,28,135,.45)}.lg\:bg-purple-900\/5{background-color:rgba(88,28,135,.05)}.lg\:bg-purple-900\/50{background-color:rgba(88,28,135,.5)}.lg\:bg-purple-900\/55{background-color:rgba(88,28,135,.55)}.lg\:bg-purple-900\/60{background-color:rgba(88,28,135,.6)}.lg\:bg-purple-900\/65{background-color:rgba(88,28,135,.65)}.lg\:bg-purple-900\/70{background-color:rgba(88,28,135,.7)}.lg\:bg-purple-900\/75{background-color:rgba(88,28,135,.75)}.lg\:bg-purple-900\/80{background-color:rgba(88,28,135,.8)}.lg\:bg-purple-900\/85{background-color:rgba(88,28,135,.85)}.lg\:bg-purple-900\/90{background-color:rgba(88,28,135,.9)}.lg\:bg-purple-900\/95{background-color:rgba(88,28,135,.95)}.lg\:bg-purple-950{--tw-bg-opacity:1;background-color:rgba(59,7,100,var(--tw-bg-opacity))}.lg\:bg-purple-950\/0{background-color:rgba(59,7,100,0)}.lg\:bg-purple-950\/10{background-color:rgba(59,7,100,.1)}.lg\:bg-purple-950\/100{background-color:#3b0764}.lg\:bg-purple-950\/15{background-color:rgba(59,7,100,.15)}.lg\:bg-purple-950\/20{background-color:rgba(59,7,100,.2)}.lg\:bg-purple-950\/25{background-color:rgba(59,7,100,.25)}.lg\:bg-purple-950\/30{background-color:rgba(59,7,100,.3)}.lg\:bg-purple-950\/35{background-color:rgba(59,7,100,.35)}.lg\:bg-purple-950\/40{background-color:rgba(59,7,100,.4)}.lg\:bg-purple-950\/45{background-color:rgba(59,7,100,.45)}.lg\:bg-purple-950\/5{background-color:rgba(59,7,100,.05)}.lg\:bg-purple-950\/50{background-color:rgba(59,7,100,.5)}.lg\:bg-purple-950\/55{background-color:rgba(59,7,100,.55)}.lg\:bg-purple-950\/60{background-color:rgba(59,7,100,.6)}.lg\:bg-purple-950\/65{background-color:rgba(59,7,100,.65)}.lg\:bg-purple-950\/70{background-color:rgba(59,7,100,.7)}.lg\:bg-purple-950\/75{background-color:rgba(59,7,100,.75)}.lg\:bg-purple-950\/80{background-color:rgba(59,7,100,.8)}.lg\:bg-purple-950\/85{background-color:rgba(59,7,100,.85)}.lg\:bg-purple-950\/90{background-color:rgba(59,7,100,.9)}.lg\:bg-purple-950\/95{background-color:rgba(59,7,100,.95)}.lg\:bg-red-100{--tw-bg-opacity:1;background-color:rgba(254,226,226,var(--tw-bg-opacity))}.lg\:bg-red-100\/0{background-color:hsla(0,93%,94%,0)}.lg\:bg-red-100\/10{background-color:hsla(0,93%,94%,.1)}.lg\:bg-red-100\/100{background-color:#fee2e2}.lg\:bg-red-100\/15{background-color:hsla(0,93%,94%,.15)}.lg\:bg-red-100\/20{background-color:hsla(0,93%,94%,.2)}.lg\:bg-red-100\/25{background-color:hsla(0,93%,94%,.25)}.lg\:bg-red-100\/30{background-color:hsla(0,93%,94%,.3)}.lg\:bg-red-100\/35{background-color:hsla(0,93%,94%,.35)}.lg\:bg-red-100\/40{background-color:hsla(0,93%,94%,.4)}.lg\:bg-red-100\/45{background-color:hsla(0,93%,94%,.45)}.lg\:bg-red-100\/5{background-color:hsla(0,93%,94%,.05)}.lg\:bg-red-100\/50{background-color:hsla(0,93%,94%,.5)}.lg\:bg-red-100\/55{background-color:hsla(0,93%,94%,.55)}.lg\:bg-red-100\/60{background-color:hsla(0,93%,94%,.6)}.lg\:bg-red-100\/65{background-color:hsla(0,93%,94%,.65)}.lg\:bg-red-100\/70{background-color:hsla(0,93%,94%,.7)}.lg\:bg-red-100\/75{background-color:hsla(0,93%,94%,.75)}.lg\:bg-red-100\/80{background-color:hsla(0,93%,94%,.8)}.lg\:bg-red-100\/85{background-color:hsla(0,93%,94%,.85)}.lg\:bg-red-100\/90{background-color:hsla(0,93%,94%,.9)}.lg\:bg-red-100\/95{background-color:hsla(0,93%,94%,.95)}.lg\:bg-red-200{--tw-bg-opacity:1;background-color:rgba(254,202,202,var(--tw-bg-opacity))}.lg\:bg-red-200\/0{background-color:hsla(0,96%,89%,0)}.lg\:bg-red-200\/10{background-color:hsla(0,96%,89%,.1)}.lg\:bg-red-200\/100{background-color:#fecaca}.lg\:bg-red-200\/15{background-color:hsla(0,96%,89%,.15)}.lg\:bg-red-200\/20{background-color:hsla(0,96%,89%,.2)}.lg\:bg-red-200\/25{background-color:hsla(0,96%,89%,.25)}.lg\:bg-red-200\/30{background-color:hsla(0,96%,89%,.3)}.lg\:bg-red-200\/35{background-color:hsla(0,96%,89%,.35)}.lg\:bg-red-200\/40{background-color:hsla(0,96%,89%,.4)}.lg\:bg-red-200\/45{background-color:hsla(0,96%,89%,.45)}.lg\:bg-red-200\/5{background-color:hsla(0,96%,89%,.05)}.lg\:bg-red-200\/50{background-color:hsla(0,96%,89%,.5)}.lg\:bg-red-200\/55{background-color:hsla(0,96%,89%,.55)}.lg\:bg-red-200\/60{background-color:hsla(0,96%,89%,.6)}.lg\:bg-red-200\/65{background-color:hsla(0,96%,89%,.65)}.lg\:bg-red-200\/70{background-color:hsla(0,96%,89%,.7)}.lg\:bg-red-200\/75{background-color:hsla(0,96%,89%,.75)}.lg\:bg-red-200\/80{background-color:hsla(0,96%,89%,.8)}.lg\:bg-red-200\/85{background-color:hsla(0,96%,89%,.85)}.lg\:bg-red-200\/90{background-color:hsla(0,96%,89%,.9)}.lg\:bg-red-200\/95{background-color:hsla(0,96%,89%,.95)}.lg\:bg-red-300{--tw-bg-opacity:1;background-color:rgba(252,165,165,var(--tw-bg-opacity))}.lg\:bg-red-300\/0{background-color:hsla(0,94%,82%,0)}.lg\:bg-red-300\/10{background-color:hsla(0,94%,82%,.1)}.lg\:bg-red-300\/100{background-color:#fca5a5}.lg\:bg-red-300\/15{background-color:hsla(0,94%,82%,.15)}.lg\:bg-red-300\/20{background-color:hsla(0,94%,82%,.2)}.lg\:bg-red-300\/25{background-color:hsla(0,94%,82%,.25)}.lg\:bg-red-300\/30{background-color:hsla(0,94%,82%,.3)}.lg\:bg-red-300\/35{background-color:hsla(0,94%,82%,.35)}.lg\:bg-red-300\/40{background-color:hsla(0,94%,82%,.4)}.lg\:bg-red-300\/45{background-color:hsla(0,94%,82%,.45)}.lg\:bg-red-300\/5{background-color:hsla(0,94%,82%,.05)}.lg\:bg-red-300\/50{background-color:hsla(0,94%,82%,.5)}.lg\:bg-red-300\/55{background-color:hsla(0,94%,82%,.55)}.lg\:bg-red-300\/60{background-color:hsla(0,94%,82%,.6)}.lg\:bg-red-300\/65{background-color:hsla(0,94%,82%,.65)}.lg\:bg-red-300\/70{background-color:hsla(0,94%,82%,.7)}.lg\:bg-red-300\/75{background-color:hsla(0,94%,82%,.75)}.lg\:bg-red-300\/80{background-color:hsla(0,94%,82%,.8)}.lg\:bg-red-300\/85{background-color:hsla(0,94%,82%,.85)}.lg\:bg-red-300\/90{background-color:hsla(0,94%,82%,.9)}.lg\:bg-red-300\/95{background-color:hsla(0,94%,82%,.95)}.lg\:bg-red-400{--tw-bg-opacity:1;background-color:rgba(248,113,113,var(--tw-bg-opacity))}.lg\:bg-red-400\/0{background-color:hsla(0,91%,71%,0)}.lg\:bg-red-400\/10{background-color:hsla(0,91%,71%,.1)}.lg\:bg-red-400\/100{background-color:#f87171}.lg\:bg-red-400\/15{background-color:hsla(0,91%,71%,.15)}.lg\:bg-red-400\/20{background-color:hsla(0,91%,71%,.2)}.lg\:bg-red-400\/25{background-color:hsla(0,91%,71%,.25)}.lg\:bg-red-400\/30{background-color:hsla(0,91%,71%,.3)}.lg\:bg-red-400\/35{background-color:hsla(0,91%,71%,.35)}.lg\:bg-red-400\/40{background-color:hsla(0,91%,71%,.4)}.lg\:bg-red-400\/45{background-color:hsla(0,91%,71%,.45)}.lg\:bg-red-400\/5{background-color:hsla(0,91%,71%,.05)}.lg\:bg-red-400\/50{background-color:hsla(0,91%,71%,.5)}.lg\:bg-red-400\/55{background-color:hsla(0,91%,71%,.55)}.lg\:bg-red-400\/60{background-color:hsla(0,91%,71%,.6)}.lg\:bg-red-400\/65{background-color:hsla(0,91%,71%,.65)}.lg\:bg-red-400\/70{background-color:hsla(0,91%,71%,.7)}.lg\:bg-red-400\/75{background-color:hsla(0,91%,71%,.75)}.lg\:bg-red-400\/80{background-color:hsla(0,91%,71%,.8)}.lg\:bg-red-400\/85{background-color:hsla(0,91%,71%,.85)}.lg\:bg-red-400\/90{background-color:hsla(0,91%,71%,.9)}.lg\:bg-red-400\/95{background-color:hsla(0,91%,71%,.95)}.lg\:bg-red-50{--tw-bg-opacity:1;background-color:rgba(254,242,242,var(--tw-bg-opacity))}.lg\:bg-red-50\/0{background-color:hsla(0,86%,97%,0)}.lg\:bg-red-50\/10{background-color:hsla(0,86%,97%,.1)}.lg\:bg-red-50\/100{background-color:#fef2f2}.lg\:bg-red-50\/15{background-color:hsla(0,86%,97%,.15)}.lg\:bg-red-50\/20{background-color:hsla(0,86%,97%,.2)}.lg\:bg-red-50\/25{background-color:hsla(0,86%,97%,.25)}.lg\:bg-red-50\/30{background-color:hsla(0,86%,97%,.3)}.lg\:bg-red-50\/35{background-color:hsla(0,86%,97%,.35)}.lg\:bg-red-50\/40{background-color:hsla(0,86%,97%,.4)}.lg\:bg-red-50\/45{background-color:hsla(0,86%,97%,.45)}.lg\:bg-red-50\/5{background-color:hsla(0,86%,97%,.05)}.lg\:bg-red-50\/50{background-color:hsla(0,86%,97%,.5)}.lg\:bg-red-50\/55{background-color:hsla(0,86%,97%,.55)}.lg\:bg-red-50\/60{background-color:hsla(0,86%,97%,.6)}.lg\:bg-red-50\/65{background-color:hsla(0,86%,97%,.65)}.lg\:bg-red-50\/70{background-color:hsla(0,86%,97%,.7)}.lg\:bg-red-50\/75{background-color:hsla(0,86%,97%,.75)}.lg\:bg-red-50\/80{background-color:hsla(0,86%,97%,.8)}.lg\:bg-red-50\/85{background-color:hsla(0,86%,97%,.85)}.lg\:bg-red-50\/90{background-color:hsla(0,86%,97%,.9)}.lg\:bg-red-50\/95{background-color:hsla(0,86%,97%,.95)}.lg\:bg-red-500{--tw-bg-opacity:1;background-color:rgba(239,68,68,var(--tw-bg-opacity))}.lg\:bg-red-500\/0{background-color:rgba(239,68,68,0)}.lg\:bg-red-500\/10{background-color:rgba(239,68,68,.1)}.lg\:bg-red-500\/100{background-color:#ef4444}.lg\:bg-red-500\/15{background-color:rgba(239,68,68,.15)}.lg\:bg-red-500\/20{background-color:rgba(239,68,68,.2)}.lg\:bg-red-500\/25{background-color:rgba(239,68,68,.25)}.lg\:bg-red-500\/30{background-color:rgba(239,68,68,.3)}.lg\:bg-red-500\/35{background-color:rgba(239,68,68,.35)}.lg\:bg-red-500\/40{background-color:rgba(239,68,68,.4)}.lg\:bg-red-500\/45{background-color:rgba(239,68,68,.45)}.lg\:bg-red-500\/5{background-color:rgba(239,68,68,.05)}.lg\:bg-red-500\/50{background-color:rgba(239,68,68,.5)}.lg\:bg-red-500\/55{background-color:rgba(239,68,68,.55)}.lg\:bg-red-500\/60{background-color:rgba(239,68,68,.6)}.lg\:bg-red-500\/65{background-color:rgba(239,68,68,.65)}.lg\:bg-red-500\/70{background-color:rgba(239,68,68,.7)}.lg\:bg-red-500\/75{background-color:rgba(239,68,68,.75)}.lg\:bg-red-500\/80{background-color:rgba(239,68,68,.8)}.lg\:bg-red-500\/85{background-color:rgba(239,68,68,.85)}.lg\:bg-red-500\/90{background-color:rgba(239,68,68,.9)}.lg\:bg-red-500\/95{background-color:rgba(239,68,68,.95)}.lg\:bg-red-600{--tw-bg-opacity:1;background-color:rgba(220,38,38,var(--tw-bg-opacity))}.lg\:bg-red-600\/0{background-color:rgba(220,38,38,0)}.lg\:bg-red-600\/10{background-color:rgba(220,38,38,.1)}.lg\:bg-red-600\/100{background-color:#dc2626}.lg\:bg-red-600\/15{background-color:rgba(220,38,38,.15)}.lg\:bg-red-600\/20{background-color:rgba(220,38,38,.2)}.lg\:bg-red-600\/25{background-color:rgba(220,38,38,.25)}.lg\:bg-red-600\/30{background-color:rgba(220,38,38,.3)}.lg\:bg-red-600\/35{background-color:rgba(220,38,38,.35)}.lg\:bg-red-600\/40{background-color:rgba(220,38,38,.4)}.lg\:bg-red-600\/45{background-color:rgba(220,38,38,.45)}.lg\:bg-red-600\/5{background-color:rgba(220,38,38,.05)}.lg\:bg-red-600\/50{background-color:rgba(220,38,38,.5)}.lg\:bg-red-600\/55{background-color:rgba(220,38,38,.55)}.lg\:bg-red-600\/60{background-color:rgba(220,38,38,.6)}.lg\:bg-red-600\/65{background-color:rgba(220,38,38,.65)}.lg\:bg-red-600\/70{background-color:rgba(220,38,38,.7)}.lg\:bg-red-600\/75{background-color:rgba(220,38,38,.75)}.lg\:bg-red-600\/80{background-color:rgba(220,38,38,.8)}.lg\:bg-red-600\/85{background-color:rgba(220,38,38,.85)}.lg\:bg-red-600\/90{background-color:rgba(220,38,38,.9)}.lg\:bg-red-600\/95{background-color:rgba(220,38,38,.95)}.lg\:bg-red-700{--tw-bg-opacity:1;background-color:rgba(185,28,28,var(--tw-bg-opacity))}.lg\:bg-red-700\/0{background-color:rgba(185,28,28,0)}.lg\:bg-red-700\/10{background-color:rgba(185,28,28,.1)}.lg\:bg-red-700\/100{background-color:#b91c1c}.lg\:bg-red-700\/15{background-color:rgba(185,28,28,.15)}.lg\:bg-red-700\/20{background-color:rgba(185,28,28,.2)}.lg\:bg-red-700\/25{background-color:rgba(185,28,28,.25)}.lg\:bg-red-700\/30{background-color:rgba(185,28,28,.3)}.lg\:bg-red-700\/35{background-color:rgba(185,28,28,.35)}.lg\:bg-red-700\/40{background-color:rgba(185,28,28,.4)}.lg\:bg-red-700\/45{background-color:rgba(185,28,28,.45)}.lg\:bg-red-700\/5{background-color:rgba(185,28,28,.05)}.lg\:bg-red-700\/50{background-color:rgba(185,28,28,.5)}.lg\:bg-red-700\/55{background-color:rgba(185,28,28,.55)}.lg\:bg-red-700\/60{background-color:rgba(185,28,28,.6)}.lg\:bg-red-700\/65{background-color:rgba(185,28,28,.65)}.lg\:bg-red-700\/70{background-color:rgba(185,28,28,.7)}.lg\:bg-red-700\/75{background-color:rgba(185,28,28,.75)}.lg\:bg-red-700\/80{background-color:rgba(185,28,28,.8)}.lg\:bg-red-700\/85{background-color:rgba(185,28,28,.85)}.lg\:bg-red-700\/90{background-color:rgba(185,28,28,.9)}.lg\:bg-red-700\/95{background-color:rgba(185,28,28,.95)}.lg\:bg-red-800{--tw-bg-opacity:1;background-color:rgba(153,27,27,var(--tw-bg-opacity))}.lg\:bg-red-800\/0{background-color:rgba(153,27,27,0)}.lg\:bg-red-800\/10{background-color:rgba(153,27,27,.1)}.lg\:bg-red-800\/100{background-color:#991b1b}.lg\:bg-red-800\/15{background-color:rgba(153,27,27,.15)}.lg\:bg-red-800\/20{background-color:rgba(153,27,27,.2)}.lg\:bg-red-800\/25{background-color:rgba(153,27,27,.25)}.lg\:bg-red-800\/30{background-color:rgba(153,27,27,.3)}.lg\:bg-red-800\/35{background-color:rgba(153,27,27,.35)}.lg\:bg-red-800\/40{background-color:rgba(153,27,27,.4)}.lg\:bg-red-800\/45{background-color:rgba(153,27,27,.45)}.lg\:bg-red-800\/5{background-color:rgba(153,27,27,.05)}.lg\:bg-red-800\/50{background-color:rgba(153,27,27,.5)}.lg\:bg-red-800\/55{background-color:rgba(153,27,27,.55)}.lg\:bg-red-800\/60{background-color:rgba(153,27,27,.6)}.lg\:bg-red-800\/65{background-color:rgba(153,27,27,.65)}.lg\:bg-red-800\/70{background-color:rgba(153,27,27,.7)}.lg\:bg-red-800\/75{background-color:rgba(153,27,27,.75)}.lg\:bg-red-800\/80{background-color:rgba(153,27,27,.8)}.lg\:bg-red-800\/85{background-color:rgba(153,27,27,.85)}.lg\:bg-red-800\/90{background-color:rgba(153,27,27,.9)}.lg\:bg-red-800\/95{background-color:rgba(153,27,27,.95)}.lg\:bg-red-900{--tw-bg-opacity:1;background-color:rgba(127,29,29,var(--tw-bg-opacity))}.lg\:bg-red-900\/0{background-color:rgba(127,29,29,0)}.lg\:bg-red-900\/10{background-color:rgba(127,29,29,.1)}.lg\:bg-red-900\/100{background-color:#7f1d1d}.lg\:bg-red-900\/15{background-color:rgba(127,29,29,.15)}.lg\:bg-red-900\/20{background-color:rgba(127,29,29,.2)}.lg\:bg-red-900\/25{background-color:rgba(127,29,29,.25)}.lg\:bg-red-900\/30{background-color:rgba(127,29,29,.3)}.lg\:bg-red-900\/35{background-color:rgba(127,29,29,.35)}.lg\:bg-red-900\/40{background-color:rgba(127,29,29,.4)}.lg\:bg-red-900\/45{background-color:rgba(127,29,29,.45)}.lg\:bg-red-900\/5{background-color:rgba(127,29,29,.05)}.lg\:bg-red-900\/50{background-color:rgba(127,29,29,.5)}.lg\:bg-red-900\/55{background-color:rgba(127,29,29,.55)}.lg\:bg-red-900\/60{background-color:rgba(127,29,29,.6)}.lg\:bg-red-900\/65{background-color:rgba(127,29,29,.65)}.lg\:bg-red-900\/70{background-color:rgba(127,29,29,.7)}.lg\:bg-red-900\/75{background-color:rgba(127,29,29,.75)}.lg\:bg-red-900\/80{background-color:rgba(127,29,29,.8)}.lg\:bg-red-900\/85{background-color:rgba(127,29,29,.85)}.lg\:bg-red-900\/90{background-color:rgba(127,29,29,.9)}.lg\:bg-red-900\/95{background-color:rgba(127,29,29,.95)}.lg\:bg-red-950{--tw-bg-opacity:1;background-color:rgba(69,10,10,var(--tw-bg-opacity))}.lg\:bg-red-950\/0{background-color:rgba(69,10,10,0)}.lg\:bg-red-950\/10{background-color:rgba(69,10,10,.1)}.lg\:bg-red-950\/100{background-color:#450a0a}.lg\:bg-red-950\/15{background-color:rgba(69,10,10,.15)}.lg\:bg-red-950\/20{background-color:rgba(69,10,10,.2)}.lg\:bg-red-950\/25{background-color:rgba(69,10,10,.25)}.lg\:bg-red-950\/30{background-color:rgba(69,10,10,.3)}.lg\:bg-red-950\/35{background-color:rgba(69,10,10,.35)}.lg\:bg-red-950\/40{background-color:rgba(69,10,10,.4)}.lg\:bg-red-950\/45{background-color:rgba(69,10,10,.45)}.lg\:bg-red-950\/5{background-color:rgba(69,10,10,.05)}.lg\:bg-red-950\/50{background-color:rgba(69,10,10,.5)}.lg\:bg-red-950\/55{background-color:rgba(69,10,10,.55)}.lg\:bg-red-950\/60{background-color:rgba(69,10,10,.6)}.lg\:bg-red-950\/65{background-color:rgba(69,10,10,.65)}.lg\:bg-red-950\/70{background-color:rgba(69,10,10,.7)}.lg\:bg-red-950\/75{background-color:rgba(69,10,10,.75)}.lg\:bg-red-950\/80{background-color:rgba(69,10,10,.8)}.lg\:bg-red-950\/85{background-color:rgba(69,10,10,.85)}.lg\:bg-red-950\/90{background-color:rgba(69,10,10,.9)}.lg\:bg-red-950\/95{background-color:rgba(69,10,10,.95)}.lg\:bg-rose-100{--tw-bg-opacity:1;background-color:rgba(255,228,230,var(--tw-bg-opacity))}.lg\:bg-rose-100\/0{background-color:rgba(255,228,230,0)}.lg\:bg-rose-100\/10{background-color:rgba(255,228,230,.1)}.lg\:bg-rose-100\/100{background-color:#ffe4e6}.lg\:bg-rose-100\/15{background-color:rgba(255,228,230,.15)}.lg\:bg-rose-100\/20{background-color:rgba(255,228,230,.2)}.lg\:bg-rose-100\/25{background-color:rgba(255,228,230,.25)}.lg\:bg-rose-100\/30{background-color:rgba(255,228,230,.3)}.lg\:bg-rose-100\/35{background-color:rgba(255,228,230,.35)}.lg\:bg-rose-100\/40{background-color:rgba(255,228,230,.4)}.lg\:bg-rose-100\/45{background-color:rgba(255,228,230,.45)}.lg\:bg-rose-100\/5{background-color:rgba(255,228,230,.05)}.lg\:bg-rose-100\/50{background-color:rgba(255,228,230,.5)}.lg\:bg-rose-100\/55{background-color:rgba(255,228,230,.55)}.lg\:bg-rose-100\/60{background-color:rgba(255,228,230,.6)}.lg\:bg-rose-100\/65{background-color:rgba(255,228,230,.65)}.lg\:bg-rose-100\/70{background-color:rgba(255,228,230,.7)}.lg\:bg-rose-100\/75{background-color:rgba(255,228,230,.75)}.lg\:bg-rose-100\/80{background-color:rgba(255,228,230,.8)}.lg\:bg-rose-100\/85{background-color:rgba(255,228,230,.85)}.lg\:bg-rose-100\/90{background-color:rgba(255,228,230,.9)}.lg\:bg-rose-100\/95{background-color:rgba(255,228,230,.95)}.lg\:bg-rose-200{--tw-bg-opacity:1;background-color:rgba(254,205,211,var(--tw-bg-opacity))}.lg\:bg-rose-200\/0{background-color:rgba(254,205,211,0)}.lg\:bg-rose-200\/10{background-color:rgba(254,205,211,.1)}.lg\:bg-rose-200\/100{background-color:#fecdd3}.lg\:bg-rose-200\/15{background-color:rgba(254,205,211,.15)}.lg\:bg-rose-200\/20{background-color:rgba(254,205,211,.2)}.lg\:bg-rose-200\/25{background-color:rgba(254,205,211,.25)}.lg\:bg-rose-200\/30{background-color:rgba(254,205,211,.3)}.lg\:bg-rose-200\/35{background-color:rgba(254,205,211,.35)}.lg\:bg-rose-200\/40{background-color:rgba(254,205,211,.4)}.lg\:bg-rose-200\/45{background-color:rgba(254,205,211,.45)}.lg\:bg-rose-200\/5{background-color:rgba(254,205,211,.05)}.lg\:bg-rose-200\/50{background-color:rgba(254,205,211,.5)}.lg\:bg-rose-200\/55{background-color:rgba(254,205,211,.55)}.lg\:bg-rose-200\/60{background-color:rgba(254,205,211,.6)}.lg\:bg-rose-200\/65{background-color:rgba(254,205,211,.65)}.lg\:bg-rose-200\/70{background-color:rgba(254,205,211,.7)}.lg\:bg-rose-200\/75{background-color:rgba(254,205,211,.75)}.lg\:bg-rose-200\/80{background-color:rgba(254,205,211,.8)}.lg\:bg-rose-200\/85{background-color:rgba(254,205,211,.85)}.lg\:bg-rose-200\/90{background-color:rgba(254,205,211,.9)}.lg\:bg-rose-200\/95{background-color:rgba(254,205,211,.95)}.lg\:bg-rose-300{--tw-bg-opacity:1;background-color:rgba(253,164,175,var(--tw-bg-opacity))}.lg\:bg-rose-300\/0{background-color:rgba(253,164,175,0)}.lg\:bg-rose-300\/10{background-color:rgba(253,164,175,.1)}.lg\:bg-rose-300\/100{background-color:#fda4af}.lg\:bg-rose-300\/15{background-color:rgba(253,164,175,.15)}.lg\:bg-rose-300\/20{background-color:rgba(253,164,175,.2)}.lg\:bg-rose-300\/25{background-color:rgba(253,164,175,.25)}.lg\:bg-rose-300\/30{background-color:rgba(253,164,175,.3)}.lg\:bg-rose-300\/35{background-color:rgba(253,164,175,.35)}.lg\:bg-rose-300\/40{background-color:rgba(253,164,175,.4)}.lg\:bg-rose-300\/45{background-color:rgba(253,164,175,.45)}.lg\:bg-rose-300\/5{background-color:rgba(253,164,175,.05)}.lg\:bg-rose-300\/50{background-color:rgba(253,164,175,.5)}.lg\:bg-rose-300\/55{background-color:rgba(253,164,175,.55)}.lg\:bg-rose-300\/60{background-color:rgba(253,164,175,.6)}.lg\:bg-rose-300\/65{background-color:rgba(253,164,175,.65)}.lg\:bg-rose-300\/70{background-color:rgba(253,164,175,.7)}.lg\:bg-rose-300\/75{background-color:rgba(253,164,175,.75)}.lg\:bg-rose-300\/80{background-color:rgba(253,164,175,.8)}.lg\:bg-rose-300\/85{background-color:rgba(253,164,175,.85)}.lg\:bg-rose-300\/90{background-color:rgba(253,164,175,.9)}.lg\:bg-rose-300\/95{background-color:rgba(253,164,175,.95)}.lg\:bg-rose-400{--tw-bg-opacity:1;background-color:rgba(251,113,133,var(--tw-bg-opacity))}.lg\:bg-rose-400\/0{background-color:rgba(251,113,133,0)}.lg\:bg-rose-400\/10{background-color:rgba(251,113,133,.1)}.lg\:bg-rose-400\/100{background-color:#fb7185}.lg\:bg-rose-400\/15{background-color:rgba(251,113,133,.15)}.lg\:bg-rose-400\/20{background-color:rgba(251,113,133,.2)}.lg\:bg-rose-400\/25{background-color:rgba(251,113,133,.25)}.lg\:bg-rose-400\/30{background-color:rgba(251,113,133,.3)}.lg\:bg-rose-400\/35{background-color:rgba(251,113,133,.35)}.lg\:bg-rose-400\/40{background-color:rgba(251,113,133,.4)}.lg\:bg-rose-400\/45{background-color:rgba(251,113,133,.45)}.lg\:bg-rose-400\/5{background-color:rgba(251,113,133,.05)}.lg\:bg-rose-400\/50{background-color:rgba(251,113,133,.5)}.lg\:bg-rose-400\/55{background-color:rgba(251,113,133,.55)}.lg\:bg-rose-400\/60{background-color:rgba(251,113,133,.6)}.lg\:bg-rose-400\/65{background-color:rgba(251,113,133,.65)}.lg\:bg-rose-400\/70{background-color:rgba(251,113,133,.7)}.lg\:bg-rose-400\/75{background-color:rgba(251,113,133,.75)}.lg\:bg-rose-400\/80{background-color:rgba(251,113,133,.8)}.lg\:bg-rose-400\/85{background-color:rgba(251,113,133,.85)}.lg\:bg-rose-400\/90{background-color:rgba(251,113,133,.9)}.lg\:bg-rose-400\/95{background-color:rgba(251,113,133,.95)}.lg\:bg-rose-50{--tw-bg-opacity:1;background-color:rgba(255,241,242,var(--tw-bg-opacity))}.lg\:bg-rose-50\/0{background-color:rgba(255,241,242,0)}.lg\:bg-rose-50\/10{background-color:rgba(255,241,242,.1)}.lg\:bg-rose-50\/100{background-color:#fff1f2}.lg\:bg-rose-50\/15{background-color:rgba(255,241,242,.15)}.lg\:bg-rose-50\/20{background-color:rgba(255,241,242,.2)}.lg\:bg-rose-50\/25{background-color:rgba(255,241,242,.25)}.lg\:bg-rose-50\/30{background-color:rgba(255,241,242,.3)}.lg\:bg-rose-50\/35{background-color:rgba(255,241,242,.35)}.lg\:bg-rose-50\/40{background-color:rgba(255,241,242,.4)}.lg\:bg-rose-50\/45{background-color:rgba(255,241,242,.45)}.lg\:bg-rose-50\/5{background-color:rgba(255,241,242,.05)}.lg\:bg-rose-50\/50{background-color:rgba(255,241,242,.5)}.lg\:bg-rose-50\/55{background-color:rgba(255,241,242,.55)}.lg\:bg-rose-50\/60{background-color:rgba(255,241,242,.6)}.lg\:bg-rose-50\/65{background-color:rgba(255,241,242,.65)}.lg\:bg-rose-50\/70{background-color:rgba(255,241,242,.7)}.lg\:bg-rose-50\/75{background-color:rgba(255,241,242,.75)}.lg\:bg-rose-50\/80{background-color:rgba(255,241,242,.8)}.lg\:bg-rose-50\/85{background-color:rgba(255,241,242,.85)}.lg\:bg-rose-50\/90{background-color:rgba(255,241,242,.9)}.lg\:bg-rose-50\/95{background-color:rgba(255,241,242,.95)}.lg\:bg-rose-500{--tw-bg-opacity:1;background-color:rgba(244,63,94,var(--tw-bg-opacity))}.lg\:bg-rose-500\/0{background-color:rgba(244,63,94,0)}.lg\:bg-rose-500\/10{background-color:rgba(244,63,94,.1)}.lg\:bg-rose-500\/100{background-color:#f43f5e}.lg\:bg-rose-500\/15{background-color:rgba(244,63,94,.15)}.lg\:bg-rose-500\/20{background-color:rgba(244,63,94,.2)}.lg\:bg-rose-500\/25{background-color:rgba(244,63,94,.25)}.lg\:bg-rose-500\/30{background-color:rgba(244,63,94,.3)}.lg\:bg-rose-500\/35{background-color:rgba(244,63,94,.35)}.lg\:bg-rose-500\/40{background-color:rgba(244,63,94,.4)}.lg\:bg-rose-500\/45{background-color:rgba(244,63,94,.45)}.lg\:bg-rose-500\/5{background-color:rgba(244,63,94,.05)}.lg\:bg-rose-500\/50{background-color:rgba(244,63,94,.5)}.lg\:bg-rose-500\/55{background-color:rgba(244,63,94,.55)}.lg\:bg-rose-500\/60{background-color:rgba(244,63,94,.6)}.lg\:bg-rose-500\/65{background-color:rgba(244,63,94,.65)}.lg\:bg-rose-500\/70{background-color:rgba(244,63,94,.7)}.lg\:bg-rose-500\/75{background-color:rgba(244,63,94,.75)}.lg\:bg-rose-500\/80{background-color:rgba(244,63,94,.8)}.lg\:bg-rose-500\/85{background-color:rgba(244,63,94,.85)}.lg\:bg-rose-500\/90{background-color:rgba(244,63,94,.9)}.lg\:bg-rose-500\/95{background-color:rgba(244,63,94,.95)}.lg\:bg-rose-600{--tw-bg-opacity:1;background-color:rgba(225,29,72,var(--tw-bg-opacity))}.lg\:bg-rose-600\/0{background-color:rgba(225,29,72,0)}.lg\:bg-rose-600\/10{background-color:rgba(225,29,72,.1)}.lg\:bg-rose-600\/100{background-color:#e11d48}.lg\:bg-rose-600\/15{background-color:rgba(225,29,72,.15)}.lg\:bg-rose-600\/20{background-color:rgba(225,29,72,.2)}.lg\:bg-rose-600\/25{background-color:rgba(225,29,72,.25)}.lg\:bg-rose-600\/30{background-color:rgba(225,29,72,.3)}.lg\:bg-rose-600\/35{background-color:rgba(225,29,72,.35)}.lg\:bg-rose-600\/40{background-color:rgba(225,29,72,.4)}.lg\:bg-rose-600\/45{background-color:rgba(225,29,72,.45)}.lg\:bg-rose-600\/5{background-color:rgba(225,29,72,.05)}.lg\:bg-rose-600\/50{background-color:rgba(225,29,72,.5)}.lg\:bg-rose-600\/55{background-color:rgba(225,29,72,.55)}.lg\:bg-rose-600\/60{background-color:rgba(225,29,72,.6)}.lg\:bg-rose-600\/65{background-color:rgba(225,29,72,.65)}.lg\:bg-rose-600\/70{background-color:rgba(225,29,72,.7)}.lg\:bg-rose-600\/75{background-color:rgba(225,29,72,.75)}.lg\:bg-rose-600\/80{background-color:rgba(225,29,72,.8)}.lg\:bg-rose-600\/85{background-color:rgba(225,29,72,.85)}.lg\:bg-rose-600\/90{background-color:rgba(225,29,72,.9)}.lg\:bg-rose-600\/95{background-color:rgba(225,29,72,.95)}.lg\:bg-rose-700{--tw-bg-opacity:1;background-color:rgba(190,18,60,var(--tw-bg-opacity))}.lg\:bg-rose-700\/0{background-color:rgba(190,18,60,0)}.lg\:bg-rose-700\/10{background-color:rgba(190,18,60,.1)}.lg\:bg-rose-700\/100{background-color:#be123c}.lg\:bg-rose-700\/15{background-color:rgba(190,18,60,.15)}.lg\:bg-rose-700\/20{background-color:rgba(190,18,60,.2)}.lg\:bg-rose-700\/25{background-color:rgba(190,18,60,.25)}.lg\:bg-rose-700\/30{background-color:rgba(190,18,60,.3)}.lg\:bg-rose-700\/35{background-color:rgba(190,18,60,.35)}.lg\:bg-rose-700\/40{background-color:rgba(190,18,60,.4)}.lg\:bg-rose-700\/45{background-color:rgba(190,18,60,.45)}.lg\:bg-rose-700\/5{background-color:rgba(190,18,60,.05)}.lg\:bg-rose-700\/50{background-color:rgba(190,18,60,.5)}.lg\:bg-rose-700\/55{background-color:rgba(190,18,60,.55)}.lg\:bg-rose-700\/60{background-color:rgba(190,18,60,.6)}.lg\:bg-rose-700\/65{background-color:rgba(190,18,60,.65)}.lg\:bg-rose-700\/70{background-color:rgba(190,18,60,.7)}.lg\:bg-rose-700\/75{background-color:rgba(190,18,60,.75)}.lg\:bg-rose-700\/80{background-color:rgba(190,18,60,.8)}.lg\:bg-rose-700\/85{background-color:rgba(190,18,60,.85)}.lg\:bg-rose-700\/90{background-color:rgba(190,18,60,.9)}.lg\:bg-rose-700\/95{background-color:rgba(190,18,60,.95)}.lg\:bg-rose-800{--tw-bg-opacity:1;background-color:rgba(159,18,57,var(--tw-bg-opacity))}.lg\:bg-rose-800\/0{background-color:rgba(159,18,57,0)}.lg\:bg-rose-800\/10{background-color:rgba(159,18,57,.1)}.lg\:bg-rose-800\/100{background-color:#9f1239}.lg\:bg-rose-800\/15{background-color:rgba(159,18,57,.15)}.lg\:bg-rose-800\/20{background-color:rgba(159,18,57,.2)}.lg\:bg-rose-800\/25{background-color:rgba(159,18,57,.25)}.lg\:bg-rose-800\/30{background-color:rgba(159,18,57,.3)}.lg\:bg-rose-800\/35{background-color:rgba(159,18,57,.35)}.lg\:bg-rose-800\/40{background-color:rgba(159,18,57,.4)}.lg\:bg-rose-800\/45{background-color:rgba(159,18,57,.45)}.lg\:bg-rose-800\/5{background-color:rgba(159,18,57,.05)}.lg\:bg-rose-800\/50{background-color:rgba(159,18,57,.5)}.lg\:bg-rose-800\/55{background-color:rgba(159,18,57,.55)}.lg\:bg-rose-800\/60{background-color:rgba(159,18,57,.6)}.lg\:bg-rose-800\/65{background-color:rgba(159,18,57,.65)}.lg\:bg-rose-800\/70{background-color:rgba(159,18,57,.7)}.lg\:bg-rose-800\/75{background-color:rgba(159,18,57,.75)}.lg\:bg-rose-800\/80{background-color:rgba(159,18,57,.8)}.lg\:bg-rose-800\/85{background-color:rgba(159,18,57,.85)}.lg\:bg-rose-800\/90{background-color:rgba(159,18,57,.9)}.lg\:bg-rose-800\/95{background-color:rgba(159,18,57,.95)}.lg\:bg-rose-900{--tw-bg-opacity:1;background-color:rgba(136,19,55,var(--tw-bg-opacity))}.lg\:bg-rose-900\/0{background-color:rgba(136,19,55,0)}.lg\:bg-rose-900\/10{background-color:rgba(136,19,55,.1)}.lg\:bg-rose-900\/100{background-color:#881337}.lg\:bg-rose-900\/15{background-color:rgba(136,19,55,.15)}.lg\:bg-rose-900\/20{background-color:rgba(136,19,55,.2)}.lg\:bg-rose-900\/25{background-color:rgba(136,19,55,.25)}.lg\:bg-rose-900\/30{background-color:rgba(136,19,55,.3)}.lg\:bg-rose-900\/35{background-color:rgba(136,19,55,.35)}.lg\:bg-rose-900\/40{background-color:rgba(136,19,55,.4)}.lg\:bg-rose-900\/45{background-color:rgba(136,19,55,.45)}.lg\:bg-rose-900\/5{background-color:rgba(136,19,55,.05)}.lg\:bg-rose-900\/50{background-color:rgba(136,19,55,.5)}.lg\:bg-rose-900\/55{background-color:rgba(136,19,55,.55)}.lg\:bg-rose-900\/60{background-color:rgba(136,19,55,.6)}.lg\:bg-rose-900\/65{background-color:rgba(136,19,55,.65)}.lg\:bg-rose-900\/70{background-color:rgba(136,19,55,.7)}.lg\:bg-rose-900\/75{background-color:rgba(136,19,55,.75)}.lg\:bg-rose-900\/80{background-color:rgba(136,19,55,.8)}.lg\:bg-rose-900\/85{background-color:rgba(136,19,55,.85)}.lg\:bg-rose-900\/90{background-color:rgba(136,19,55,.9)}.lg\:bg-rose-900\/95{background-color:rgba(136,19,55,.95)}.lg\:bg-rose-950{--tw-bg-opacity:1;background-color:rgba(76,5,25,var(--tw-bg-opacity))}.lg\:bg-rose-950\/0{background-color:rgba(76,5,25,0)}.lg\:bg-rose-950\/10{background-color:rgba(76,5,25,.1)}.lg\:bg-rose-950\/100{background-color:#4c0519}.lg\:bg-rose-950\/15{background-color:rgba(76,5,25,.15)}.lg\:bg-rose-950\/20{background-color:rgba(76,5,25,.2)}.lg\:bg-rose-950\/25{background-color:rgba(76,5,25,.25)}.lg\:bg-rose-950\/30{background-color:rgba(76,5,25,.3)}.lg\:bg-rose-950\/35{background-color:rgba(76,5,25,.35)}.lg\:bg-rose-950\/40{background-color:rgba(76,5,25,.4)}.lg\:bg-rose-950\/45{background-color:rgba(76,5,25,.45)}.lg\:bg-rose-950\/5{background-color:rgba(76,5,25,.05)}.lg\:bg-rose-950\/50{background-color:rgba(76,5,25,.5)}.lg\:bg-rose-950\/55{background-color:rgba(76,5,25,.55)}.lg\:bg-rose-950\/60{background-color:rgba(76,5,25,.6)}.lg\:bg-rose-950\/65{background-color:rgba(76,5,25,.65)}.lg\:bg-rose-950\/70{background-color:rgba(76,5,25,.7)}.lg\:bg-rose-950\/75{background-color:rgba(76,5,25,.75)}.lg\:bg-rose-950\/80{background-color:rgba(76,5,25,.8)}.lg\:bg-rose-950\/85{background-color:rgba(76,5,25,.85)}.lg\:bg-rose-950\/90{background-color:rgba(76,5,25,.9)}.lg\:bg-rose-950\/95{background-color:rgba(76,5,25,.95)}.lg\:bg-secondary{--tw-bg-opacity:1;background-color:rgba(4,33,49,var(--tw-bg-opacity))}.lg\:bg-secondary-dark-gray{--tw-bg-opacity:1;background-color:rgba(242,243,244,var(--tw-bg-opacity))}.lg\:bg-secondary-dark-gray\/0{background-color:hsla(210,8%,95%,0)}.lg\:bg-secondary-dark-gray\/10{background-color:hsla(210,8%,95%,.1)}.lg\:bg-secondary-dark-gray\/100{background-color:#f2f3f4}.lg\:bg-secondary-dark-gray\/15{background-color:hsla(210,8%,95%,.15)}.lg\:bg-secondary-dark-gray\/20{background-color:hsla(210,8%,95%,.2)}.lg\:bg-secondary-dark-gray\/25{background-color:hsla(210,8%,95%,.25)}.lg\:bg-secondary-dark-gray\/30{background-color:hsla(210,8%,95%,.3)}.lg\:bg-secondary-dark-gray\/35{background-color:hsla(210,8%,95%,.35)}.lg\:bg-secondary-dark-gray\/40{background-color:hsla(210,8%,95%,.4)}.lg\:bg-secondary-dark-gray\/45{background-color:hsla(210,8%,95%,.45)}.lg\:bg-secondary-dark-gray\/5{background-color:hsla(210,8%,95%,.05)}.lg\:bg-secondary-dark-gray\/50{background-color:hsla(210,8%,95%,.5)}.lg\:bg-secondary-dark-gray\/55{background-color:hsla(210,8%,95%,.55)}.lg\:bg-secondary-dark-gray\/60{background-color:hsla(210,8%,95%,.6)}.lg\:bg-secondary-dark-gray\/65{background-color:hsla(210,8%,95%,.65)}.lg\:bg-secondary-dark-gray\/70{background-color:hsla(210,8%,95%,.7)}.lg\:bg-secondary-dark-gray\/75{background-color:hsla(210,8%,95%,.75)}.lg\:bg-secondary-dark-gray\/80{background-color:hsla(210,8%,95%,.8)}.lg\:bg-secondary-dark-gray\/85{background-color:hsla(210,8%,95%,.85)}.lg\:bg-secondary-dark-gray\/90{background-color:hsla(210,8%,95%,.9)}.lg\:bg-secondary-dark-gray\/95{background-color:hsla(210,8%,95%,.95)}.lg\:bg-secondary-gray{--tw-bg-opacity:1;background-color:rgba(250,250,250,var(--tw-bg-opacity))}.lg\:bg-secondary-gray\/0{background-color:hsla(0,0%,98%,0)}.lg\:bg-secondary-gray\/10{background-color:hsla(0,0%,98%,.1)}.lg\:bg-secondary-gray\/100{background-color:#fafafa}.lg\:bg-secondary-gray\/15{background-color:hsla(0,0%,98%,.15)}.lg\:bg-secondary-gray\/20{background-color:hsla(0,0%,98%,.2)}.lg\:bg-secondary-gray\/25{background-color:hsla(0,0%,98%,.25)}.lg\:bg-secondary-gray\/30{background-color:hsla(0,0%,98%,.3)}.lg\:bg-secondary-gray\/35{background-color:hsla(0,0%,98%,.35)}.lg\:bg-secondary-gray\/40{background-color:hsla(0,0%,98%,.4)}.lg\:bg-secondary-gray\/45{background-color:hsla(0,0%,98%,.45)}.lg\:bg-secondary-gray\/5{background-color:hsla(0,0%,98%,.05)}.lg\:bg-secondary-gray\/50{background-color:hsla(0,0%,98%,.5)}.lg\:bg-secondary-gray\/55{background-color:hsla(0,0%,98%,.55)}.lg\:bg-secondary-gray\/60{background-color:hsla(0,0%,98%,.6)}.lg\:bg-secondary-gray\/65{background-color:hsla(0,0%,98%,.65)}.lg\:bg-secondary-gray\/70{background-color:hsla(0,0%,98%,.7)}.lg\:bg-secondary-gray\/75{background-color:hsla(0,0%,98%,.75)}.lg\:bg-secondary-gray\/80{background-color:hsla(0,0%,98%,.8)}.lg\:bg-secondary-gray\/85{background-color:hsla(0,0%,98%,.85)}.lg\:bg-secondary-gray\/90{background-color:hsla(0,0%,98%,.9)}.lg\:bg-secondary-gray\/95{background-color:hsla(0,0%,98%,.95)}.lg\:bg-secondary\/0{background-color:rgba(4,33,49,0)}.lg\:bg-secondary\/10{background-color:rgba(4,33,49,.1)}.lg\:bg-secondary\/100{background-color:#042131}.lg\:bg-secondary\/15{background-color:rgba(4,33,49,.15)}.lg\:bg-secondary\/20{background-color:rgba(4,33,49,.2)}.lg\:bg-secondary\/25{background-color:rgba(4,33,49,.25)}.lg\:bg-secondary\/30{background-color:rgba(4,33,49,.3)}.lg\:bg-secondary\/35{background-color:rgba(4,33,49,.35)}.lg\:bg-secondary\/40{background-color:rgba(4,33,49,.4)}.lg\:bg-secondary\/45{background-color:rgba(4,33,49,.45)}.lg\:bg-secondary\/5{background-color:rgba(4,33,49,.05)}.lg\:bg-secondary\/50{background-color:rgba(4,33,49,.5)}.lg\:bg-secondary\/55{background-color:rgba(4,33,49,.55)}.lg\:bg-secondary\/60{background-color:rgba(4,33,49,.6)}.lg\:bg-secondary\/65{background-color:rgba(4,33,49,.65)}.lg\:bg-secondary\/70{background-color:rgba(4,33,49,.7)}.lg\:bg-secondary\/75{background-color:rgba(4,33,49,.75)}.lg\:bg-secondary\/80{background-color:rgba(4,33,49,.8)}.lg\:bg-secondary\/85{background-color:rgba(4,33,49,.85)}.lg\:bg-secondary\/90{background-color:rgba(4,33,49,.9)}.lg\:bg-secondary\/95{background-color:rgba(4,33,49,.95)}.lg\:bg-sky-100{--tw-bg-opacity:1;background-color:rgba(224,242,254,var(--tw-bg-opacity))}.lg\:bg-sky-100\/0{background-color:rgba(224,242,254,0)}.lg\:bg-sky-100\/10{background-color:rgba(224,242,254,.1)}.lg\:bg-sky-100\/100{background-color:#e0f2fe}.lg\:bg-sky-100\/15{background-color:rgba(224,242,254,.15)}.lg\:bg-sky-100\/20{background-color:rgba(224,242,254,.2)}.lg\:bg-sky-100\/25{background-color:rgba(224,242,254,.25)}.lg\:bg-sky-100\/30{background-color:rgba(224,242,254,.3)}.lg\:bg-sky-100\/35{background-color:rgba(224,242,254,.35)}.lg\:bg-sky-100\/40{background-color:rgba(224,242,254,.4)}.lg\:bg-sky-100\/45{background-color:rgba(224,242,254,.45)}.lg\:bg-sky-100\/5{background-color:rgba(224,242,254,.05)}.lg\:bg-sky-100\/50{background-color:rgba(224,242,254,.5)}.lg\:bg-sky-100\/55{background-color:rgba(224,242,254,.55)}.lg\:bg-sky-100\/60{background-color:rgba(224,242,254,.6)}.lg\:bg-sky-100\/65{background-color:rgba(224,242,254,.65)}.lg\:bg-sky-100\/70{background-color:rgba(224,242,254,.7)}.lg\:bg-sky-100\/75{background-color:rgba(224,242,254,.75)}.lg\:bg-sky-100\/80{background-color:rgba(224,242,254,.8)}.lg\:bg-sky-100\/85{background-color:rgba(224,242,254,.85)}.lg\:bg-sky-100\/90{background-color:rgba(224,242,254,.9)}.lg\:bg-sky-100\/95{background-color:rgba(224,242,254,.95)}.lg\:bg-sky-200{--tw-bg-opacity:1;background-color:rgba(186,230,253,var(--tw-bg-opacity))}.lg\:bg-sky-200\/0{background-color:rgba(186,230,253,0)}.lg\:bg-sky-200\/10{background-color:rgba(186,230,253,.1)}.lg\:bg-sky-200\/100{background-color:#bae6fd}.lg\:bg-sky-200\/15{background-color:rgba(186,230,253,.15)}.lg\:bg-sky-200\/20{background-color:rgba(186,230,253,.2)}.lg\:bg-sky-200\/25{background-color:rgba(186,230,253,.25)}.lg\:bg-sky-200\/30{background-color:rgba(186,230,253,.3)}.lg\:bg-sky-200\/35{background-color:rgba(186,230,253,.35)}.lg\:bg-sky-200\/40{background-color:rgba(186,230,253,.4)}.lg\:bg-sky-200\/45{background-color:rgba(186,230,253,.45)}.lg\:bg-sky-200\/5{background-color:rgba(186,230,253,.05)}.lg\:bg-sky-200\/50{background-color:rgba(186,230,253,.5)}.lg\:bg-sky-200\/55{background-color:rgba(186,230,253,.55)}.lg\:bg-sky-200\/60{background-color:rgba(186,230,253,.6)}.lg\:bg-sky-200\/65{background-color:rgba(186,230,253,.65)}.lg\:bg-sky-200\/70{background-color:rgba(186,230,253,.7)}.lg\:bg-sky-200\/75{background-color:rgba(186,230,253,.75)}.lg\:bg-sky-200\/80{background-color:rgba(186,230,253,.8)}.lg\:bg-sky-200\/85{background-color:rgba(186,230,253,.85)}.lg\:bg-sky-200\/90{background-color:rgba(186,230,253,.9)}.lg\:bg-sky-200\/95{background-color:rgba(186,230,253,.95)}.lg\:bg-sky-300{--tw-bg-opacity:1;background-color:rgba(125,211,252,var(--tw-bg-opacity))}.lg\:bg-sky-300\/0{background-color:rgba(125,211,252,0)}.lg\:bg-sky-300\/10{background-color:rgba(125,211,252,.1)}.lg\:bg-sky-300\/100{background-color:#7dd3fc}.lg\:bg-sky-300\/15{background-color:rgba(125,211,252,.15)}.lg\:bg-sky-300\/20{background-color:rgba(125,211,252,.2)}.lg\:bg-sky-300\/25{background-color:rgba(125,211,252,.25)}.lg\:bg-sky-300\/30{background-color:rgba(125,211,252,.3)}.lg\:bg-sky-300\/35{background-color:rgba(125,211,252,.35)}.lg\:bg-sky-300\/40{background-color:rgba(125,211,252,.4)}.lg\:bg-sky-300\/45{background-color:rgba(125,211,252,.45)}.lg\:bg-sky-300\/5{background-color:rgba(125,211,252,.05)}.lg\:bg-sky-300\/50{background-color:rgba(125,211,252,.5)}.lg\:bg-sky-300\/55{background-color:rgba(125,211,252,.55)}.lg\:bg-sky-300\/60{background-color:rgba(125,211,252,.6)}.lg\:bg-sky-300\/65{background-color:rgba(125,211,252,.65)}.lg\:bg-sky-300\/70{background-color:rgba(125,211,252,.7)}.lg\:bg-sky-300\/75{background-color:rgba(125,211,252,.75)}.lg\:bg-sky-300\/80{background-color:rgba(125,211,252,.8)}.lg\:bg-sky-300\/85{background-color:rgba(125,211,252,.85)}.lg\:bg-sky-300\/90{background-color:rgba(125,211,252,.9)}.lg\:bg-sky-300\/95{background-color:rgba(125,211,252,.95)}.lg\:bg-sky-400{--tw-bg-opacity:1;background-color:rgba(56,189,248,var(--tw-bg-opacity))}.lg\:bg-sky-400\/0{background-color:rgba(56,189,248,0)}.lg\:bg-sky-400\/10{background-color:rgba(56,189,248,.1)}.lg\:bg-sky-400\/100{background-color:#38bdf8}.lg\:bg-sky-400\/15{background-color:rgba(56,189,248,.15)}.lg\:bg-sky-400\/20{background-color:rgba(56,189,248,.2)}.lg\:bg-sky-400\/25{background-color:rgba(56,189,248,.25)}.lg\:bg-sky-400\/30{background-color:rgba(56,189,248,.3)}.lg\:bg-sky-400\/35{background-color:rgba(56,189,248,.35)}.lg\:bg-sky-400\/40{background-color:rgba(56,189,248,.4)}.lg\:bg-sky-400\/45{background-color:rgba(56,189,248,.45)}.lg\:bg-sky-400\/5{background-color:rgba(56,189,248,.05)}.lg\:bg-sky-400\/50{background-color:rgba(56,189,248,.5)}.lg\:bg-sky-400\/55{background-color:rgba(56,189,248,.55)}.lg\:bg-sky-400\/60{background-color:rgba(56,189,248,.6)}.lg\:bg-sky-400\/65{background-color:rgba(56,189,248,.65)}.lg\:bg-sky-400\/70{background-color:rgba(56,189,248,.7)}.lg\:bg-sky-400\/75{background-color:rgba(56,189,248,.75)}.lg\:bg-sky-400\/80{background-color:rgba(56,189,248,.8)}.lg\:bg-sky-400\/85{background-color:rgba(56,189,248,.85)}.lg\:bg-sky-400\/90{background-color:rgba(56,189,248,.9)}.lg\:bg-sky-400\/95{background-color:rgba(56,189,248,.95)}.lg\:bg-sky-50{--tw-bg-opacity:1;background-color:rgba(240,249,255,var(--tw-bg-opacity))}.lg\:bg-sky-50\/0{background-color:rgba(240,249,255,0)}.lg\:bg-sky-50\/10{background-color:rgba(240,249,255,.1)}.lg\:bg-sky-50\/100{background-color:#f0f9ff}.lg\:bg-sky-50\/15{background-color:rgba(240,249,255,.15)}.lg\:bg-sky-50\/20{background-color:rgba(240,249,255,.2)}.lg\:bg-sky-50\/25{background-color:rgba(240,249,255,.25)}.lg\:bg-sky-50\/30{background-color:rgba(240,249,255,.3)}.lg\:bg-sky-50\/35{background-color:rgba(240,249,255,.35)}.lg\:bg-sky-50\/40{background-color:rgba(240,249,255,.4)}.lg\:bg-sky-50\/45{background-color:rgba(240,249,255,.45)}.lg\:bg-sky-50\/5{background-color:rgba(240,249,255,.05)}.lg\:bg-sky-50\/50{background-color:rgba(240,249,255,.5)}.lg\:bg-sky-50\/55{background-color:rgba(240,249,255,.55)}.lg\:bg-sky-50\/60{background-color:rgba(240,249,255,.6)}.lg\:bg-sky-50\/65{background-color:rgba(240,249,255,.65)}.lg\:bg-sky-50\/70{background-color:rgba(240,249,255,.7)}.lg\:bg-sky-50\/75{background-color:rgba(240,249,255,.75)}.lg\:bg-sky-50\/80{background-color:rgba(240,249,255,.8)}.lg\:bg-sky-50\/85{background-color:rgba(240,249,255,.85)}.lg\:bg-sky-50\/90{background-color:rgba(240,249,255,.9)}.lg\:bg-sky-50\/95{background-color:rgba(240,249,255,.95)}.lg\:bg-sky-500{--tw-bg-opacity:1;background-color:rgba(14,165,233,var(--tw-bg-opacity))}.lg\:bg-sky-500\/0{background-color:rgba(14,165,233,0)}.lg\:bg-sky-500\/10{background-color:rgba(14,165,233,.1)}.lg\:bg-sky-500\/100{background-color:#0ea5e9}.lg\:bg-sky-500\/15{background-color:rgba(14,165,233,.15)}.lg\:bg-sky-500\/20{background-color:rgba(14,165,233,.2)}.lg\:bg-sky-500\/25{background-color:rgba(14,165,233,.25)}.lg\:bg-sky-500\/30{background-color:rgba(14,165,233,.3)}.lg\:bg-sky-500\/35{background-color:rgba(14,165,233,.35)}.lg\:bg-sky-500\/40{background-color:rgba(14,165,233,.4)}.lg\:bg-sky-500\/45{background-color:rgba(14,165,233,.45)}.lg\:bg-sky-500\/5{background-color:rgba(14,165,233,.05)}.lg\:bg-sky-500\/50{background-color:rgba(14,165,233,.5)}.lg\:bg-sky-500\/55{background-color:rgba(14,165,233,.55)}.lg\:bg-sky-500\/60{background-color:rgba(14,165,233,.6)}.lg\:bg-sky-500\/65{background-color:rgba(14,165,233,.65)}.lg\:bg-sky-500\/70{background-color:rgba(14,165,233,.7)}.lg\:bg-sky-500\/75{background-color:rgba(14,165,233,.75)}.lg\:bg-sky-500\/80{background-color:rgba(14,165,233,.8)}.lg\:bg-sky-500\/85{background-color:rgba(14,165,233,.85)}.lg\:bg-sky-500\/90{background-color:rgba(14,165,233,.9)}.lg\:bg-sky-500\/95{background-color:rgba(14,165,233,.95)}.lg\:bg-sky-600{--tw-bg-opacity:1;background-color:rgba(2,132,199,var(--tw-bg-opacity))}.lg\:bg-sky-600\/0{background-color:rgba(2,132,199,0)}.lg\:bg-sky-600\/10{background-color:rgba(2,132,199,.1)}.lg\:bg-sky-600\/100{background-color:#0284c7}.lg\:bg-sky-600\/15{background-color:rgba(2,132,199,.15)}.lg\:bg-sky-600\/20{background-color:rgba(2,132,199,.2)}.lg\:bg-sky-600\/25{background-color:rgba(2,132,199,.25)}.lg\:bg-sky-600\/30{background-color:rgba(2,132,199,.3)}.lg\:bg-sky-600\/35{background-color:rgba(2,132,199,.35)}.lg\:bg-sky-600\/40{background-color:rgba(2,132,199,.4)}.lg\:bg-sky-600\/45{background-color:rgba(2,132,199,.45)}.lg\:bg-sky-600\/5{background-color:rgba(2,132,199,.05)}.lg\:bg-sky-600\/50{background-color:rgba(2,132,199,.5)}.lg\:bg-sky-600\/55{background-color:rgba(2,132,199,.55)}.lg\:bg-sky-600\/60{background-color:rgba(2,132,199,.6)}.lg\:bg-sky-600\/65{background-color:rgba(2,132,199,.65)}.lg\:bg-sky-600\/70{background-color:rgba(2,132,199,.7)}.lg\:bg-sky-600\/75{background-color:rgba(2,132,199,.75)}.lg\:bg-sky-600\/80{background-color:rgba(2,132,199,.8)}.lg\:bg-sky-600\/85{background-color:rgba(2,132,199,.85)}.lg\:bg-sky-600\/90{background-color:rgba(2,132,199,.9)}.lg\:bg-sky-600\/95{background-color:rgba(2,132,199,.95)}.lg\:bg-sky-700{--tw-bg-opacity:1;background-color:rgba(3,105,161,var(--tw-bg-opacity))}.lg\:bg-sky-700\/0{background-color:rgba(3,105,161,0)}.lg\:bg-sky-700\/10{background-color:rgba(3,105,161,.1)}.lg\:bg-sky-700\/100{background-color:#0369a1}.lg\:bg-sky-700\/15{background-color:rgba(3,105,161,.15)}.lg\:bg-sky-700\/20{background-color:rgba(3,105,161,.2)}.lg\:bg-sky-700\/25{background-color:rgba(3,105,161,.25)}.lg\:bg-sky-700\/30{background-color:rgba(3,105,161,.3)}.lg\:bg-sky-700\/35{background-color:rgba(3,105,161,.35)}.lg\:bg-sky-700\/40{background-color:rgba(3,105,161,.4)}.lg\:bg-sky-700\/45{background-color:rgba(3,105,161,.45)}.lg\:bg-sky-700\/5{background-color:rgba(3,105,161,.05)}.lg\:bg-sky-700\/50{background-color:rgba(3,105,161,.5)}.lg\:bg-sky-700\/55{background-color:rgba(3,105,161,.55)}.lg\:bg-sky-700\/60{background-color:rgba(3,105,161,.6)}.lg\:bg-sky-700\/65{background-color:rgba(3,105,161,.65)}.lg\:bg-sky-700\/70{background-color:rgba(3,105,161,.7)}.lg\:bg-sky-700\/75{background-color:rgba(3,105,161,.75)}.lg\:bg-sky-700\/80{background-color:rgba(3,105,161,.8)}.lg\:bg-sky-700\/85{background-color:rgba(3,105,161,.85)}.lg\:bg-sky-700\/90{background-color:rgba(3,105,161,.9)}.lg\:bg-sky-700\/95{background-color:rgba(3,105,161,.95)}.lg\:bg-sky-800{--tw-bg-opacity:1;background-color:rgba(7,89,133,var(--tw-bg-opacity))}.lg\:bg-sky-800\/0{background-color:rgba(7,89,133,0)}.lg\:bg-sky-800\/10{background-color:rgba(7,89,133,.1)}.lg\:bg-sky-800\/100{background-color:#075985}.lg\:bg-sky-800\/15{background-color:rgba(7,89,133,.15)}.lg\:bg-sky-800\/20{background-color:rgba(7,89,133,.2)}.lg\:bg-sky-800\/25{background-color:rgba(7,89,133,.25)}.lg\:bg-sky-800\/30{background-color:rgba(7,89,133,.3)}.lg\:bg-sky-800\/35{background-color:rgba(7,89,133,.35)}.lg\:bg-sky-800\/40{background-color:rgba(7,89,133,.4)}.lg\:bg-sky-800\/45{background-color:rgba(7,89,133,.45)}.lg\:bg-sky-800\/5{background-color:rgba(7,89,133,.05)}.lg\:bg-sky-800\/50{background-color:rgba(7,89,133,.5)}.lg\:bg-sky-800\/55{background-color:rgba(7,89,133,.55)}.lg\:bg-sky-800\/60{background-color:rgba(7,89,133,.6)}.lg\:bg-sky-800\/65{background-color:rgba(7,89,133,.65)}.lg\:bg-sky-800\/70{background-color:rgba(7,89,133,.7)}.lg\:bg-sky-800\/75{background-color:rgba(7,89,133,.75)}.lg\:bg-sky-800\/80{background-color:rgba(7,89,133,.8)}.lg\:bg-sky-800\/85{background-color:rgba(7,89,133,.85)}.lg\:bg-sky-800\/90{background-color:rgba(7,89,133,.9)}.lg\:bg-sky-800\/95{background-color:rgba(7,89,133,.95)}.lg\:bg-sky-900{--tw-bg-opacity:1;background-color:rgba(12,74,110,var(--tw-bg-opacity))}.lg\:bg-sky-900\/0{background-color:rgba(12,74,110,0)}.lg\:bg-sky-900\/10{background-color:rgba(12,74,110,.1)}.lg\:bg-sky-900\/100{background-color:#0c4a6e}.lg\:bg-sky-900\/15{background-color:rgba(12,74,110,.15)}.lg\:bg-sky-900\/20{background-color:rgba(12,74,110,.2)}.lg\:bg-sky-900\/25{background-color:rgba(12,74,110,.25)}.lg\:bg-sky-900\/30{background-color:rgba(12,74,110,.3)}.lg\:bg-sky-900\/35{background-color:rgba(12,74,110,.35)}.lg\:bg-sky-900\/40{background-color:rgba(12,74,110,.4)}.lg\:bg-sky-900\/45{background-color:rgba(12,74,110,.45)}.lg\:bg-sky-900\/5{background-color:rgba(12,74,110,.05)}.lg\:bg-sky-900\/50{background-color:rgba(12,74,110,.5)}.lg\:bg-sky-900\/55{background-color:rgba(12,74,110,.55)}.lg\:bg-sky-900\/60{background-color:rgba(12,74,110,.6)}.lg\:bg-sky-900\/65{background-color:rgba(12,74,110,.65)}.lg\:bg-sky-900\/70{background-color:rgba(12,74,110,.7)}.lg\:bg-sky-900\/75{background-color:rgba(12,74,110,.75)}.lg\:bg-sky-900\/80{background-color:rgba(12,74,110,.8)}.lg\:bg-sky-900\/85{background-color:rgba(12,74,110,.85)}.lg\:bg-sky-900\/90{background-color:rgba(12,74,110,.9)}.lg\:bg-sky-900\/95{background-color:rgba(12,74,110,.95)}.lg\:bg-sky-950{--tw-bg-opacity:1;background-color:rgba(8,47,73,var(--tw-bg-opacity))}.lg\:bg-sky-950\/0{background-color:rgba(8,47,73,0)}.lg\:bg-sky-950\/10{background-color:rgba(8,47,73,.1)}.lg\:bg-sky-950\/100{background-color:#082f49}.lg\:bg-sky-950\/15{background-color:rgba(8,47,73,.15)}.lg\:bg-sky-950\/20{background-color:rgba(8,47,73,.2)}.lg\:bg-sky-950\/25{background-color:rgba(8,47,73,.25)}.lg\:bg-sky-950\/30{background-color:rgba(8,47,73,.3)}.lg\:bg-sky-950\/35{background-color:rgba(8,47,73,.35)}.lg\:bg-sky-950\/40{background-color:rgba(8,47,73,.4)}.lg\:bg-sky-950\/45{background-color:rgba(8,47,73,.45)}.lg\:bg-sky-950\/5{background-color:rgba(8,47,73,.05)}.lg\:bg-sky-950\/50{background-color:rgba(8,47,73,.5)}.lg\:bg-sky-950\/55{background-color:rgba(8,47,73,.55)}.lg\:bg-sky-950\/60{background-color:rgba(8,47,73,.6)}.lg\:bg-sky-950\/65{background-color:rgba(8,47,73,.65)}.lg\:bg-sky-950\/70{background-color:rgba(8,47,73,.7)}.lg\:bg-sky-950\/75{background-color:rgba(8,47,73,.75)}.lg\:bg-sky-950\/80{background-color:rgba(8,47,73,.8)}.lg\:bg-sky-950\/85{background-color:rgba(8,47,73,.85)}.lg\:bg-sky-950\/90{background-color:rgba(8,47,73,.9)}.lg\:bg-sky-950\/95{background-color:rgba(8,47,73,.95)}.lg\:bg-slate-100{--tw-bg-opacity:1;background-color:rgba(241,245,249,var(--tw-bg-opacity))}.lg\:bg-slate-100\/0{background-color:rgba(241,245,249,0)}.lg\:bg-slate-100\/10{background-color:rgba(241,245,249,.1)}.lg\:bg-slate-100\/100{background-color:#f1f5f9}.lg\:bg-slate-100\/15{background-color:rgba(241,245,249,.15)}.lg\:bg-slate-100\/20{background-color:rgba(241,245,249,.2)}.lg\:bg-slate-100\/25{background-color:rgba(241,245,249,.25)}.lg\:bg-slate-100\/30{background-color:rgba(241,245,249,.3)}.lg\:bg-slate-100\/35{background-color:rgba(241,245,249,.35)}.lg\:bg-slate-100\/40{background-color:rgba(241,245,249,.4)}.lg\:bg-slate-100\/45{background-color:rgba(241,245,249,.45)}.lg\:bg-slate-100\/5{background-color:rgba(241,245,249,.05)}.lg\:bg-slate-100\/50{background-color:rgba(241,245,249,.5)}.lg\:bg-slate-100\/55{background-color:rgba(241,245,249,.55)}.lg\:bg-slate-100\/60{background-color:rgba(241,245,249,.6)}.lg\:bg-slate-100\/65{background-color:rgba(241,245,249,.65)}.lg\:bg-slate-100\/70{background-color:rgba(241,245,249,.7)}.lg\:bg-slate-100\/75{background-color:rgba(241,245,249,.75)}.lg\:bg-slate-100\/80{background-color:rgba(241,245,249,.8)}.lg\:bg-slate-100\/85{background-color:rgba(241,245,249,.85)}.lg\:bg-slate-100\/90{background-color:rgba(241,245,249,.9)}.lg\:bg-slate-100\/95{background-color:rgba(241,245,249,.95)}.lg\:bg-slate-200{--tw-bg-opacity:1;background-color:rgba(226,232,240,var(--tw-bg-opacity))}.lg\:bg-slate-200\/0{background-color:rgba(226,232,240,0)}.lg\:bg-slate-200\/10{background-color:rgba(226,232,240,.1)}.lg\:bg-slate-200\/100{background-color:#e2e8f0}.lg\:bg-slate-200\/15{background-color:rgba(226,232,240,.15)}.lg\:bg-slate-200\/20{background-color:rgba(226,232,240,.2)}.lg\:bg-slate-200\/25{background-color:rgba(226,232,240,.25)}.lg\:bg-slate-200\/30{background-color:rgba(226,232,240,.3)}.lg\:bg-slate-200\/35{background-color:rgba(226,232,240,.35)}.lg\:bg-slate-200\/40{background-color:rgba(226,232,240,.4)}.lg\:bg-slate-200\/45{background-color:rgba(226,232,240,.45)}.lg\:bg-slate-200\/5{background-color:rgba(226,232,240,.05)}.lg\:bg-slate-200\/50{background-color:rgba(226,232,240,.5)}.lg\:bg-slate-200\/55{background-color:rgba(226,232,240,.55)}.lg\:bg-slate-200\/60{background-color:rgba(226,232,240,.6)}.lg\:bg-slate-200\/65{background-color:rgba(226,232,240,.65)}.lg\:bg-slate-200\/70{background-color:rgba(226,232,240,.7)}.lg\:bg-slate-200\/75{background-color:rgba(226,232,240,.75)}.lg\:bg-slate-200\/80{background-color:rgba(226,232,240,.8)}.lg\:bg-slate-200\/85{background-color:rgba(226,232,240,.85)}.lg\:bg-slate-200\/90{background-color:rgba(226,232,240,.9)}.lg\:bg-slate-200\/95{background-color:rgba(226,232,240,.95)}.lg\:bg-slate-300{--tw-bg-opacity:1;background-color:rgba(203,213,225,var(--tw-bg-opacity))}.lg\:bg-slate-300\/0{background-color:rgba(203,213,225,0)}.lg\:bg-slate-300\/10{background-color:rgba(203,213,225,.1)}.lg\:bg-slate-300\/100{background-color:#cbd5e1}.lg\:bg-slate-300\/15{background-color:rgba(203,213,225,.15)}.lg\:bg-slate-300\/20{background-color:rgba(203,213,225,.2)}.lg\:bg-slate-300\/25{background-color:rgba(203,213,225,.25)}.lg\:bg-slate-300\/30{background-color:rgba(203,213,225,.3)}.lg\:bg-slate-300\/35{background-color:rgba(203,213,225,.35)}.lg\:bg-slate-300\/40{background-color:rgba(203,213,225,.4)}.lg\:bg-slate-300\/45{background-color:rgba(203,213,225,.45)}.lg\:bg-slate-300\/5{background-color:rgba(203,213,225,.05)}.lg\:bg-slate-300\/50{background-color:rgba(203,213,225,.5)}.lg\:bg-slate-300\/55{background-color:rgba(203,213,225,.55)}.lg\:bg-slate-300\/60{background-color:rgba(203,213,225,.6)}.lg\:bg-slate-300\/65{background-color:rgba(203,213,225,.65)}.lg\:bg-slate-300\/70{background-color:rgba(203,213,225,.7)}.lg\:bg-slate-300\/75{background-color:rgba(203,213,225,.75)}.lg\:bg-slate-300\/80{background-color:rgba(203,213,225,.8)}.lg\:bg-slate-300\/85{background-color:rgba(203,213,225,.85)}.lg\:bg-slate-300\/90{background-color:rgba(203,213,225,.9)}.lg\:bg-slate-300\/95{background-color:rgba(203,213,225,.95)}.lg\:bg-slate-400{--tw-bg-opacity:1;background-color:rgba(148,163,184,var(--tw-bg-opacity))}.lg\:bg-slate-400\/0{background-color:rgba(148,163,184,0)}.lg\:bg-slate-400\/10{background-color:rgba(148,163,184,.1)}.lg\:bg-slate-400\/100{background-color:#94a3b8}.lg\:bg-slate-400\/15{background-color:rgba(148,163,184,.15)}.lg\:bg-slate-400\/20{background-color:rgba(148,163,184,.2)}.lg\:bg-slate-400\/25{background-color:rgba(148,163,184,.25)}.lg\:bg-slate-400\/30{background-color:rgba(148,163,184,.3)}.lg\:bg-slate-400\/35{background-color:rgba(148,163,184,.35)}.lg\:bg-slate-400\/40{background-color:rgba(148,163,184,.4)}.lg\:bg-slate-400\/45{background-color:rgba(148,163,184,.45)}.lg\:bg-slate-400\/5{background-color:rgba(148,163,184,.05)}.lg\:bg-slate-400\/50{background-color:rgba(148,163,184,.5)}.lg\:bg-slate-400\/55{background-color:rgba(148,163,184,.55)}.lg\:bg-slate-400\/60{background-color:rgba(148,163,184,.6)}.lg\:bg-slate-400\/65{background-color:rgba(148,163,184,.65)}.lg\:bg-slate-400\/70{background-color:rgba(148,163,184,.7)}.lg\:bg-slate-400\/75{background-color:rgba(148,163,184,.75)}.lg\:bg-slate-400\/80{background-color:rgba(148,163,184,.8)}.lg\:bg-slate-400\/85{background-color:rgba(148,163,184,.85)}.lg\:bg-slate-400\/90{background-color:rgba(148,163,184,.9)}.lg\:bg-slate-400\/95{background-color:rgba(148,163,184,.95)}.lg\:bg-slate-50{--tw-bg-opacity:1;background-color:rgba(248,250,252,var(--tw-bg-opacity))}.lg\:bg-slate-50\/0{background-color:rgba(248,250,252,0)}.lg\:bg-slate-50\/10{background-color:rgba(248,250,252,.1)}.lg\:bg-slate-50\/100{background-color:#f8fafc}.lg\:bg-slate-50\/15{background-color:rgba(248,250,252,.15)}.lg\:bg-slate-50\/20{background-color:rgba(248,250,252,.2)}.lg\:bg-slate-50\/25{background-color:rgba(248,250,252,.25)}.lg\:bg-slate-50\/30{background-color:rgba(248,250,252,.3)}.lg\:bg-slate-50\/35{background-color:rgba(248,250,252,.35)}.lg\:bg-slate-50\/40{background-color:rgba(248,250,252,.4)}.lg\:bg-slate-50\/45{background-color:rgba(248,250,252,.45)}.lg\:bg-slate-50\/5{background-color:rgba(248,250,252,.05)}.lg\:bg-slate-50\/50{background-color:rgba(248,250,252,.5)}.lg\:bg-slate-50\/55{background-color:rgba(248,250,252,.55)}.lg\:bg-slate-50\/60{background-color:rgba(248,250,252,.6)}.lg\:bg-slate-50\/65{background-color:rgba(248,250,252,.65)}.lg\:bg-slate-50\/70{background-color:rgba(248,250,252,.7)}.lg\:bg-slate-50\/75{background-color:rgba(248,250,252,.75)}.lg\:bg-slate-50\/80{background-color:rgba(248,250,252,.8)}.lg\:bg-slate-50\/85{background-color:rgba(248,250,252,.85)}.lg\:bg-slate-50\/90{background-color:rgba(248,250,252,.9)}.lg\:bg-slate-50\/95{background-color:rgba(248,250,252,.95)}.lg\:bg-slate-500{--tw-bg-opacity:1;background-color:rgba(100,116,139,var(--tw-bg-opacity))}.lg\:bg-slate-500\/0{background-color:rgba(100,116,139,0)}.lg\:bg-slate-500\/10{background-color:rgba(100,116,139,.1)}.lg\:bg-slate-500\/100{background-color:#64748b}.lg\:bg-slate-500\/15{background-color:rgba(100,116,139,.15)}.lg\:bg-slate-500\/20{background-color:rgba(100,116,139,.2)}.lg\:bg-slate-500\/25{background-color:rgba(100,116,139,.25)}.lg\:bg-slate-500\/30{background-color:rgba(100,116,139,.3)}.lg\:bg-slate-500\/35{background-color:rgba(100,116,139,.35)}.lg\:bg-slate-500\/40{background-color:rgba(100,116,139,.4)}.lg\:bg-slate-500\/45{background-color:rgba(100,116,139,.45)}.lg\:bg-slate-500\/5{background-color:rgba(100,116,139,.05)}.lg\:bg-slate-500\/50{background-color:rgba(100,116,139,.5)}.lg\:bg-slate-500\/55{background-color:rgba(100,116,139,.55)}.lg\:bg-slate-500\/60{background-color:rgba(100,116,139,.6)}.lg\:bg-slate-500\/65{background-color:rgba(100,116,139,.65)}.lg\:bg-slate-500\/70{background-color:rgba(100,116,139,.7)}.lg\:bg-slate-500\/75{background-color:rgba(100,116,139,.75)}.lg\:bg-slate-500\/80{background-color:rgba(100,116,139,.8)}.lg\:bg-slate-500\/85{background-color:rgba(100,116,139,.85)}.lg\:bg-slate-500\/90{background-color:rgba(100,116,139,.9)}.lg\:bg-slate-500\/95{background-color:rgba(100,116,139,.95)}.lg\:bg-slate-600{--tw-bg-opacity:1;background-color:rgba(71,85,105,var(--tw-bg-opacity))}.lg\:bg-slate-600\/0{background-color:rgba(71,85,105,0)}.lg\:bg-slate-600\/10{background-color:rgba(71,85,105,.1)}.lg\:bg-slate-600\/100{background-color:#475569}.lg\:bg-slate-600\/15{background-color:rgba(71,85,105,.15)}.lg\:bg-slate-600\/20{background-color:rgba(71,85,105,.2)}.lg\:bg-slate-600\/25{background-color:rgba(71,85,105,.25)}.lg\:bg-slate-600\/30{background-color:rgba(71,85,105,.3)}.lg\:bg-slate-600\/35{background-color:rgba(71,85,105,.35)}.lg\:bg-slate-600\/40{background-color:rgba(71,85,105,.4)}.lg\:bg-slate-600\/45{background-color:rgba(71,85,105,.45)}.lg\:bg-slate-600\/5{background-color:rgba(71,85,105,.05)}.lg\:bg-slate-600\/50{background-color:rgba(71,85,105,.5)}.lg\:bg-slate-600\/55{background-color:rgba(71,85,105,.55)}.lg\:bg-slate-600\/60{background-color:rgba(71,85,105,.6)}.lg\:bg-slate-600\/65{background-color:rgba(71,85,105,.65)}.lg\:bg-slate-600\/70{background-color:rgba(71,85,105,.7)}.lg\:bg-slate-600\/75{background-color:rgba(71,85,105,.75)}.lg\:bg-slate-600\/80{background-color:rgba(71,85,105,.8)}.lg\:bg-slate-600\/85{background-color:rgba(71,85,105,.85)}.lg\:bg-slate-600\/90{background-color:rgba(71,85,105,.9)}.lg\:bg-slate-600\/95{background-color:rgba(71,85,105,.95)}.lg\:bg-slate-700{--tw-bg-opacity:1;background-color:rgba(51,65,85,var(--tw-bg-opacity))}.lg\:bg-slate-700\/0{background-color:rgba(51,65,85,0)}.lg\:bg-slate-700\/10{background-color:rgba(51,65,85,.1)}.lg\:bg-slate-700\/100{background-color:#334155}.lg\:bg-slate-700\/15{background-color:rgba(51,65,85,.15)}.lg\:bg-slate-700\/20{background-color:rgba(51,65,85,.2)}.lg\:bg-slate-700\/25{background-color:rgba(51,65,85,.25)}.lg\:bg-slate-700\/30{background-color:rgba(51,65,85,.3)}.lg\:bg-slate-700\/35{background-color:rgba(51,65,85,.35)}.lg\:bg-slate-700\/40{background-color:rgba(51,65,85,.4)}.lg\:bg-slate-700\/45{background-color:rgba(51,65,85,.45)}.lg\:bg-slate-700\/5{background-color:rgba(51,65,85,.05)}.lg\:bg-slate-700\/50{background-color:rgba(51,65,85,.5)}.lg\:bg-slate-700\/55{background-color:rgba(51,65,85,.55)}.lg\:bg-slate-700\/60{background-color:rgba(51,65,85,.6)}.lg\:bg-slate-700\/65{background-color:rgba(51,65,85,.65)}.lg\:bg-slate-700\/70{background-color:rgba(51,65,85,.7)}.lg\:bg-slate-700\/75{background-color:rgba(51,65,85,.75)}.lg\:bg-slate-700\/80{background-color:rgba(51,65,85,.8)}.lg\:bg-slate-700\/85{background-color:rgba(51,65,85,.85)}.lg\:bg-slate-700\/90{background-color:rgba(51,65,85,.9)}.lg\:bg-slate-700\/95{background-color:rgba(51,65,85,.95)}.lg\:bg-slate-800{--tw-bg-opacity:1;background-color:rgba(30,41,59,var(--tw-bg-opacity))}.lg\:bg-slate-800\/0{background-color:rgba(30,41,59,0)}.lg\:bg-slate-800\/10{background-color:rgba(30,41,59,.1)}.lg\:bg-slate-800\/100{background-color:#1e293b}.lg\:bg-slate-800\/15{background-color:rgba(30,41,59,.15)}.lg\:bg-slate-800\/20{background-color:rgba(30,41,59,.2)}.lg\:bg-slate-800\/25{background-color:rgba(30,41,59,.25)}.lg\:bg-slate-800\/30{background-color:rgba(30,41,59,.3)}.lg\:bg-slate-800\/35{background-color:rgba(30,41,59,.35)}.lg\:bg-slate-800\/40{background-color:rgba(30,41,59,.4)}.lg\:bg-slate-800\/45{background-color:rgba(30,41,59,.45)}.lg\:bg-slate-800\/5{background-color:rgba(30,41,59,.05)}.lg\:bg-slate-800\/50{background-color:rgba(30,41,59,.5)}.lg\:bg-slate-800\/55{background-color:rgba(30,41,59,.55)}.lg\:bg-slate-800\/60{background-color:rgba(30,41,59,.6)}.lg\:bg-slate-800\/65{background-color:rgba(30,41,59,.65)}.lg\:bg-slate-800\/70{background-color:rgba(30,41,59,.7)}.lg\:bg-slate-800\/75{background-color:rgba(30,41,59,.75)}.lg\:bg-slate-800\/80{background-color:rgba(30,41,59,.8)}.lg\:bg-slate-800\/85{background-color:rgba(30,41,59,.85)}.lg\:bg-slate-800\/90{background-color:rgba(30,41,59,.9)}.lg\:bg-slate-800\/95{background-color:rgba(30,41,59,.95)}.lg\:bg-slate-900{--tw-bg-opacity:1;background-color:rgba(15,23,42,var(--tw-bg-opacity))}.lg\:bg-slate-900\/0{background-color:rgba(15,23,42,0)}.lg\:bg-slate-900\/10{background-color:rgba(15,23,42,.1)}.lg\:bg-slate-900\/100{background-color:#0f172a}.lg\:bg-slate-900\/15{background-color:rgba(15,23,42,.15)}.lg\:bg-slate-900\/20{background-color:rgba(15,23,42,.2)}.lg\:bg-slate-900\/25{background-color:rgba(15,23,42,.25)}.lg\:bg-slate-900\/30{background-color:rgba(15,23,42,.3)}.lg\:bg-slate-900\/35{background-color:rgba(15,23,42,.35)}.lg\:bg-slate-900\/40{background-color:rgba(15,23,42,.4)}.lg\:bg-slate-900\/45{background-color:rgba(15,23,42,.45)}.lg\:bg-slate-900\/5{background-color:rgba(15,23,42,.05)}.lg\:bg-slate-900\/50{background-color:rgba(15,23,42,.5)}.lg\:bg-slate-900\/55{background-color:rgba(15,23,42,.55)}.lg\:bg-slate-900\/60{background-color:rgba(15,23,42,.6)}.lg\:bg-slate-900\/65{background-color:rgba(15,23,42,.65)}.lg\:bg-slate-900\/70{background-color:rgba(15,23,42,.7)}.lg\:bg-slate-900\/75{background-color:rgba(15,23,42,.75)}.lg\:bg-slate-900\/80{background-color:rgba(15,23,42,.8)}.lg\:bg-slate-900\/85{background-color:rgba(15,23,42,.85)}.lg\:bg-slate-900\/90{background-color:rgba(15,23,42,.9)}.lg\:bg-slate-900\/95{background-color:rgba(15,23,42,.95)}.lg\:bg-slate-950{--tw-bg-opacity:1;background-color:rgba(2,6,23,var(--tw-bg-opacity))}.lg\:bg-slate-950\/0{background-color:rgba(2,6,23,0)}.lg\:bg-slate-950\/10{background-color:rgba(2,6,23,.1)}.lg\:bg-slate-950\/100{background-color:#020617}.lg\:bg-slate-950\/15{background-color:rgba(2,6,23,.15)}.lg\:bg-slate-950\/20{background-color:rgba(2,6,23,.2)}.lg\:bg-slate-950\/25{background-color:rgba(2,6,23,.25)}.lg\:bg-slate-950\/30{background-color:rgba(2,6,23,.3)}.lg\:bg-slate-950\/35{background-color:rgba(2,6,23,.35)}.lg\:bg-slate-950\/40{background-color:rgba(2,6,23,.4)}.lg\:bg-slate-950\/45{background-color:rgba(2,6,23,.45)}.lg\:bg-slate-950\/5{background-color:rgba(2,6,23,.05)}.lg\:bg-slate-950\/50{background-color:rgba(2,6,23,.5)}.lg\:bg-slate-950\/55{background-color:rgba(2,6,23,.55)}.lg\:bg-slate-950\/60{background-color:rgba(2,6,23,.6)}.lg\:bg-slate-950\/65{background-color:rgba(2,6,23,.65)}.lg\:bg-slate-950\/70{background-color:rgba(2,6,23,.7)}.lg\:bg-slate-950\/75{background-color:rgba(2,6,23,.75)}.lg\:bg-slate-950\/80{background-color:rgba(2,6,23,.8)}.lg\:bg-slate-950\/85{background-color:rgba(2,6,23,.85)}.lg\:bg-slate-950\/90{background-color:rgba(2,6,23,.9)}.lg\:bg-slate-950\/95{background-color:rgba(2,6,23,.95)}.lg\:bg-stone-100{--tw-bg-opacity:1;background-color:rgba(245,245,244,var(--tw-bg-opacity))}.lg\:bg-stone-100\/0{background-color:hsla(60,5%,96%,0)}.lg\:bg-stone-100\/10{background-color:hsla(60,5%,96%,.1)}.lg\:bg-stone-100\/100{background-color:#f5f5f4}.lg\:bg-stone-100\/15{background-color:hsla(60,5%,96%,.15)}.lg\:bg-stone-100\/20{background-color:hsla(60,5%,96%,.2)}.lg\:bg-stone-100\/25{background-color:hsla(60,5%,96%,.25)}.lg\:bg-stone-100\/30{background-color:hsla(60,5%,96%,.3)}.lg\:bg-stone-100\/35{background-color:hsla(60,5%,96%,.35)}.lg\:bg-stone-100\/40{background-color:hsla(60,5%,96%,.4)}.lg\:bg-stone-100\/45{background-color:hsla(60,5%,96%,.45)}.lg\:bg-stone-100\/5{background-color:hsla(60,5%,96%,.05)}.lg\:bg-stone-100\/50{background-color:hsla(60,5%,96%,.5)}.lg\:bg-stone-100\/55{background-color:hsla(60,5%,96%,.55)}.lg\:bg-stone-100\/60{background-color:hsla(60,5%,96%,.6)}.lg\:bg-stone-100\/65{background-color:hsla(60,5%,96%,.65)}.lg\:bg-stone-100\/70{background-color:hsla(60,5%,96%,.7)}.lg\:bg-stone-100\/75{background-color:hsla(60,5%,96%,.75)}.lg\:bg-stone-100\/80{background-color:hsla(60,5%,96%,.8)}.lg\:bg-stone-100\/85{background-color:hsla(60,5%,96%,.85)}.lg\:bg-stone-100\/90{background-color:hsla(60,5%,96%,.9)}.lg\:bg-stone-100\/95{background-color:hsla(60,5%,96%,.95)}.lg\:bg-stone-200{--tw-bg-opacity:1;background-color:rgba(231,229,228,var(--tw-bg-opacity))}.lg\:bg-stone-200\/0{background-color:hsla(20,6%,90%,0)}.lg\:bg-stone-200\/10{background-color:hsla(20,6%,90%,.1)}.lg\:bg-stone-200\/100{background-color:#e7e5e4}.lg\:bg-stone-200\/15{background-color:hsla(20,6%,90%,.15)}.lg\:bg-stone-200\/20{background-color:hsla(20,6%,90%,.2)}.lg\:bg-stone-200\/25{background-color:hsla(20,6%,90%,.25)}.lg\:bg-stone-200\/30{background-color:hsla(20,6%,90%,.3)}.lg\:bg-stone-200\/35{background-color:hsla(20,6%,90%,.35)}.lg\:bg-stone-200\/40{background-color:hsla(20,6%,90%,.4)}.lg\:bg-stone-200\/45{background-color:hsla(20,6%,90%,.45)}.lg\:bg-stone-200\/5{background-color:hsla(20,6%,90%,.05)}.lg\:bg-stone-200\/50{background-color:hsla(20,6%,90%,.5)}.lg\:bg-stone-200\/55{background-color:hsla(20,6%,90%,.55)}.lg\:bg-stone-200\/60{background-color:hsla(20,6%,90%,.6)}.lg\:bg-stone-200\/65{background-color:hsla(20,6%,90%,.65)}.lg\:bg-stone-200\/70{background-color:hsla(20,6%,90%,.7)}.lg\:bg-stone-200\/75{background-color:hsla(20,6%,90%,.75)}.lg\:bg-stone-200\/80{background-color:hsla(20,6%,90%,.8)}.lg\:bg-stone-200\/85{background-color:hsla(20,6%,90%,.85)}.lg\:bg-stone-200\/90{background-color:hsla(20,6%,90%,.9)}.lg\:bg-stone-200\/95{background-color:hsla(20,6%,90%,.95)}.lg\:bg-stone-300{--tw-bg-opacity:1;background-color:rgba(214,211,209,var(--tw-bg-opacity))}.lg\:bg-stone-300\/0{background-color:hsla(24,6%,83%,0)}.lg\:bg-stone-300\/10{background-color:hsla(24,6%,83%,.1)}.lg\:bg-stone-300\/100{background-color:#d6d3d1}.lg\:bg-stone-300\/15{background-color:hsla(24,6%,83%,.15)}.lg\:bg-stone-300\/20{background-color:hsla(24,6%,83%,.2)}.lg\:bg-stone-300\/25{background-color:hsla(24,6%,83%,.25)}.lg\:bg-stone-300\/30{background-color:hsla(24,6%,83%,.3)}.lg\:bg-stone-300\/35{background-color:hsla(24,6%,83%,.35)}.lg\:bg-stone-300\/40{background-color:hsla(24,6%,83%,.4)}.lg\:bg-stone-300\/45{background-color:hsla(24,6%,83%,.45)}.lg\:bg-stone-300\/5{background-color:hsla(24,6%,83%,.05)}.lg\:bg-stone-300\/50{background-color:hsla(24,6%,83%,.5)}.lg\:bg-stone-300\/55{background-color:hsla(24,6%,83%,.55)}.lg\:bg-stone-300\/60{background-color:hsla(24,6%,83%,.6)}.lg\:bg-stone-300\/65{background-color:hsla(24,6%,83%,.65)}.lg\:bg-stone-300\/70{background-color:hsla(24,6%,83%,.7)}.lg\:bg-stone-300\/75{background-color:hsla(24,6%,83%,.75)}.lg\:bg-stone-300\/80{background-color:hsla(24,6%,83%,.8)}.lg\:bg-stone-300\/85{background-color:hsla(24,6%,83%,.85)}.lg\:bg-stone-300\/90{background-color:hsla(24,6%,83%,.9)}.lg\:bg-stone-300\/95{background-color:hsla(24,6%,83%,.95)}.lg\:bg-stone-400{--tw-bg-opacity:1;background-color:rgba(168,162,158,var(--tw-bg-opacity))}.lg\:bg-stone-400\/0{background-color:hsla(24,5%,64%,0)}.lg\:bg-stone-400\/10{background-color:hsla(24,5%,64%,.1)}.lg\:bg-stone-400\/100{background-color:#a8a29e}.lg\:bg-stone-400\/15{background-color:hsla(24,5%,64%,.15)}.lg\:bg-stone-400\/20{background-color:hsla(24,5%,64%,.2)}.lg\:bg-stone-400\/25{background-color:hsla(24,5%,64%,.25)}.lg\:bg-stone-400\/30{background-color:hsla(24,5%,64%,.3)}.lg\:bg-stone-400\/35{background-color:hsla(24,5%,64%,.35)}.lg\:bg-stone-400\/40{background-color:hsla(24,5%,64%,.4)}.lg\:bg-stone-400\/45{background-color:hsla(24,5%,64%,.45)}.lg\:bg-stone-400\/5{background-color:hsla(24,5%,64%,.05)}.lg\:bg-stone-400\/50{background-color:hsla(24,5%,64%,.5)}.lg\:bg-stone-400\/55{background-color:hsla(24,5%,64%,.55)}.lg\:bg-stone-400\/60{background-color:hsla(24,5%,64%,.6)}.lg\:bg-stone-400\/65{background-color:hsla(24,5%,64%,.65)}.lg\:bg-stone-400\/70{background-color:hsla(24,5%,64%,.7)}.lg\:bg-stone-400\/75{background-color:hsla(24,5%,64%,.75)}.lg\:bg-stone-400\/80{background-color:hsla(24,5%,64%,.8)}.lg\:bg-stone-400\/85{background-color:hsla(24,5%,64%,.85)}.lg\:bg-stone-400\/90{background-color:hsla(24,5%,64%,.9)}.lg\:bg-stone-400\/95{background-color:hsla(24,5%,64%,.95)}.lg\:bg-stone-50{--tw-bg-opacity:1;background-color:rgba(250,250,249,var(--tw-bg-opacity))}.lg\:bg-stone-50\/0{background-color:hsla(60,9%,98%,0)}.lg\:bg-stone-50\/10{background-color:hsla(60,9%,98%,.1)}.lg\:bg-stone-50\/100{background-color:#fafaf9}.lg\:bg-stone-50\/15{background-color:hsla(60,9%,98%,.15)}.lg\:bg-stone-50\/20{background-color:hsla(60,9%,98%,.2)}.lg\:bg-stone-50\/25{background-color:hsla(60,9%,98%,.25)}.lg\:bg-stone-50\/30{background-color:hsla(60,9%,98%,.3)}.lg\:bg-stone-50\/35{background-color:hsla(60,9%,98%,.35)}.lg\:bg-stone-50\/40{background-color:hsla(60,9%,98%,.4)}.lg\:bg-stone-50\/45{background-color:hsla(60,9%,98%,.45)}.lg\:bg-stone-50\/5{background-color:hsla(60,9%,98%,.05)}.lg\:bg-stone-50\/50{background-color:hsla(60,9%,98%,.5)}.lg\:bg-stone-50\/55{background-color:hsla(60,9%,98%,.55)}.lg\:bg-stone-50\/60{background-color:hsla(60,9%,98%,.6)}.lg\:bg-stone-50\/65{background-color:hsla(60,9%,98%,.65)}.lg\:bg-stone-50\/70{background-color:hsla(60,9%,98%,.7)}.lg\:bg-stone-50\/75{background-color:hsla(60,9%,98%,.75)}.lg\:bg-stone-50\/80{background-color:hsla(60,9%,98%,.8)}.lg\:bg-stone-50\/85{background-color:hsla(60,9%,98%,.85)}.lg\:bg-stone-50\/90{background-color:hsla(60,9%,98%,.9)}.lg\:bg-stone-50\/95{background-color:hsla(60,9%,98%,.95)}.lg\:bg-stone-500{--tw-bg-opacity:1;background-color:rgba(120,113,108,var(--tw-bg-opacity))}.lg\:bg-stone-500\/0{background-color:hsla(25,5%,45%,0)}.lg\:bg-stone-500\/10{background-color:hsla(25,5%,45%,.1)}.lg\:bg-stone-500\/100{background-color:#78716c}.lg\:bg-stone-500\/15{background-color:hsla(25,5%,45%,.15)}.lg\:bg-stone-500\/20{background-color:hsla(25,5%,45%,.2)}.lg\:bg-stone-500\/25{background-color:hsla(25,5%,45%,.25)}.lg\:bg-stone-500\/30{background-color:hsla(25,5%,45%,.3)}.lg\:bg-stone-500\/35{background-color:hsla(25,5%,45%,.35)}.lg\:bg-stone-500\/40{background-color:hsla(25,5%,45%,.4)}.lg\:bg-stone-500\/45{background-color:hsla(25,5%,45%,.45)}.lg\:bg-stone-500\/5{background-color:hsla(25,5%,45%,.05)}.lg\:bg-stone-500\/50{background-color:hsla(25,5%,45%,.5)}.lg\:bg-stone-500\/55{background-color:hsla(25,5%,45%,.55)}.lg\:bg-stone-500\/60{background-color:hsla(25,5%,45%,.6)}.lg\:bg-stone-500\/65{background-color:hsla(25,5%,45%,.65)}.lg\:bg-stone-500\/70{background-color:hsla(25,5%,45%,.7)}.lg\:bg-stone-500\/75{background-color:hsla(25,5%,45%,.75)}.lg\:bg-stone-500\/80{background-color:hsla(25,5%,45%,.8)}.lg\:bg-stone-500\/85{background-color:hsla(25,5%,45%,.85)}.lg\:bg-stone-500\/90{background-color:hsla(25,5%,45%,.9)}.lg\:bg-stone-500\/95{background-color:hsla(25,5%,45%,.95)}.lg\:bg-stone-600{--tw-bg-opacity:1;background-color:rgba(87,83,78,var(--tw-bg-opacity))}.lg\:bg-stone-600\/0{background-color:rgba(87,83,78,0)}.lg\:bg-stone-600\/10{background-color:rgba(87,83,78,.1)}.lg\:bg-stone-600\/100{background-color:#57534e}.lg\:bg-stone-600\/15{background-color:rgba(87,83,78,.15)}.lg\:bg-stone-600\/20{background-color:rgba(87,83,78,.2)}.lg\:bg-stone-600\/25{background-color:rgba(87,83,78,.25)}.lg\:bg-stone-600\/30{background-color:rgba(87,83,78,.3)}.lg\:bg-stone-600\/35{background-color:rgba(87,83,78,.35)}.lg\:bg-stone-600\/40{background-color:rgba(87,83,78,.4)}.lg\:bg-stone-600\/45{background-color:rgba(87,83,78,.45)}.lg\:bg-stone-600\/5{background-color:rgba(87,83,78,.05)}.lg\:bg-stone-600\/50{background-color:rgba(87,83,78,.5)}.lg\:bg-stone-600\/55{background-color:rgba(87,83,78,.55)}.lg\:bg-stone-600\/60{background-color:rgba(87,83,78,.6)}.lg\:bg-stone-600\/65{background-color:rgba(87,83,78,.65)}.lg\:bg-stone-600\/70{background-color:rgba(87,83,78,.7)}.lg\:bg-stone-600\/75{background-color:rgba(87,83,78,.75)}.lg\:bg-stone-600\/80{background-color:rgba(87,83,78,.8)}.lg\:bg-stone-600\/85{background-color:rgba(87,83,78,.85)}.lg\:bg-stone-600\/90{background-color:rgba(87,83,78,.9)}.lg\:bg-stone-600\/95{background-color:rgba(87,83,78,.95)}.lg\:bg-stone-700{--tw-bg-opacity:1;background-color:rgba(68,64,60,var(--tw-bg-opacity))}.lg\:bg-stone-700\/0{background-color:rgba(68,64,60,0)}.lg\:bg-stone-700\/10{background-color:rgba(68,64,60,.1)}.lg\:bg-stone-700\/100{background-color:#44403c}.lg\:bg-stone-700\/15{background-color:rgba(68,64,60,.15)}.lg\:bg-stone-700\/20{background-color:rgba(68,64,60,.2)}.lg\:bg-stone-700\/25{background-color:rgba(68,64,60,.25)}.lg\:bg-stone-700\/30{background-color:rgba(68,64,60,.3)}.lg\:bg-stone-700\/35{background-color:rgba(68,64,60,.35)}.lg\:bg-stone-700\/40{background-color:rgba(68,64,60,.4)}.lg\:bg-stone-700\/45{background-color:rgba(68,64,60,.45)}.lg\:bg-stone-700\/5{background-color:rgba(68,64,60,.05)}.lg\:bg-stone-700\/50{background-color:rgba(68,64,60,.5)}.lg\:bg-stone-700\/55{background-color:rgba(68,64,60,.55)}.lg\:bg-stone-700\/60{background-color:rgba(68,64,60,.6)}.lg\:bg-stone-700\/65{background-color:rgba(68,64,60,.65)}.lg\:bg-stone-700\/70{background-color:rgba(68,64,60,.7)}.lg\:bg-stone-700\/75{background-color:rgba(68,64,60,.75)}.lg\:bg-stone-700\/80{background-color:rgba(68,64,60,.8)}.lg\:bg-stone-700\/85{background-color:rgba(68,64,60,.85)}.lg\:bg-stone-700\/90{background-color:rgba(68,64,60,.9)}.lg\:bg-stone-700\/95{background-color:rgba(68,64,60,.95)}.lg\:bg-stone-800{--tw-bg-opacity:1;background-color:rgba(41,37,36,var(--tw-bg-opacity))}.lg\:bg-stone-800\/0{background-color:rgba(41,37,36,0)}.lg\:bg-stone-800\/10{background-color:rgba(41,37,36,.1)}.lg\:bg-stone-800\/100{background-color:#292524}.lg\:bg-stone-800\/15{background-color:rgba(41,37,36,.15)}.lg\:bg-stone-800\/20{background-color:rgba(41,37,36,.2)}.lg\:bg-stone-800\/25{background-color:rgba(41,37,36,.25)}.lg\:bg-stone-800\/30{background-color:rgba(41,37,36,.3)}.lg\:bg-stone-800\/35{background-color:rgba(41,37,36,.35)}.lg\:bg-stone-800\/40{background-color:rgba(41,37,36,.4)}.lg\:bg-stone-800\/45{background-color:rgba(41,37,36,.45)}.lg\:bg-stone-800\/5{background-color:rgba(41,37,36,.05)}.lg\:bg-stone-800\/50{background-color:rgba(41,37,36,.5)}.lg\:bg-stone-800\/55{background-color:rgba(41,37,36,.55)}.lg\:bg-stone-800\/60{background-color:rgba(41,37,36,.6)}.lg\:bg-stone-800\/65{background-color:rgba(41,37,36,.65)}.lg\:bg-stone-800\/70{background-color:rgba(41,37,36,.7)}.lg\:bg-stone-800\/75{background-color:rgba(41,37,36,.75)}.lg\:bg-stone-800\/80{background-color:rgba(41,37,36,.8)}.lg\:bg-stone-800\/85{background-color:rgba(41,37,36,.85)}.lg\:bg-stone-800\/90{background-color:rgba(41,37,36,.9)}.lg\:bg-stone-800\/95{background-color:rgba(41,37,36,.95)}.lg\:bg-stone-900{--tw-bg-opacity:1;background-color:rgba(28,25,23,var(--tw-bg-opacity))}.lg\:bg-stone-900\/0{background-color:rgba(28,25,23,0)}.lg\:bg-stone-900\/10{background-color:rgba(28,25,23,.1)}.lg\:bg-stone-900\/100{background-color:#1c1917}.lg\:bg-stone-900\/15{background-color:rgba(28,25,23,.15)}.lg\:bg-stone-900\/20{background-color:rgba(28,25,23,.2)}.lg\:bg-stone-900\/25{background-color:rgba(28,25,23,.25)}.lg\:bg-stone-900\/30{background-color:rgba(28,25,23,.3)}.lg\:bg-stone-900\/35{background-color:rgba(28,25,23,.35)}.lg\:bg-stone-900\/40{background-color:rgba(28,25,23,.4)}.lg\:bg-stone-900\/45{background-color:rgba(28,25,23,.45)}.lg\:bg-stone-900\/5{background-color:rgba(28,25,23,.05)}.lg\:bg-stone-900\/50{background-color:rgba(28,25,23,.5)}.lg\:bg-stone-900\/55{background-color:rgba(28,25,23,.55)}.lg\:bg-stone-900\/60{background-color:rgba(28,25,23,.6)}.lg\:bg-stone-900\/65{background-color:rgba(28,25,23,.65)}.lg\:bg-stone-900\/70{background-color:rgba(28,25,23,.7)}.lg\:bg-stone-900\/75{background-color:rgba(28,25,23,.75)}.lg\:bg-stone-900\/80{background-color:rgba(28,25,23,.8)}.lg\:bg-stone-900\/85{background-color:rgba(28,25,23,.85)}.lg\:bg-stone-900\/90{background-color:rgba(28,25,23,.9)}.lg\:bg-stone-900\/95{background-color:rgba(28,25,23,.95)}.lg\:bg-stone-950{--tw-bg-opacity:1;background-color:rgba(12,10,9,var(--tw-bg-opacity))}.lg\:bg-stone-950\/0{background-color:rgba(12,10,9,0)}.lg\:bg-stone-950\/10{background-color:rgba(12,10,9,.1)}.lg\:bg-stone-950\/100{background-color:#0c0a09}.lg\:bg-stone-950\/15{background-color:rgba(12,10,9,.15)}.lg\:bg-stone-950\/20{background-color:rgba(12,10,9,.2)}.lg\:bg-stone-950\/25{background-color:rgba(12,10,9,.25)}.lg\:bg-stone-950\/30{background-color:rgba(12,10,9,.3)}.lg\:bg-stone-950\/35{background-color:rgba(12,10,9,.35)}.lg\:bg-stone-950\/40{background-color:rgba(12,10,9,.4)}.lg\:bg-stone-950\/45{background-color:rgba(12,10,9,.45)}.lg\:bg-stone-950\/5{background-color:rgba(12,10,9,.05)}.lg\:bg-stone-950\/50{background-color:rgba(12,10,9,.5)}.lg\:bg-stone-950\/55{background-color:rgba(12,10,9,.55)}.lg\:bg-stone-950\/60{background-color:rgba(12,10,9,.6)}.lg\:bg-stone-950\/65{background-color:rgba(12,10,9,.65)}.lg\:bg-stone-950\/70{background-color:rgba(12,10,9,.7)}.lg\:bg-stone-950\/75{background-color:rgba(12,10,9,.75)}.lg\:bg-stone-950\/80{background-color:rgba(12,10,9,.8)}.lg\:bg-stone-950\/85{background-color:rgba(12,10,9,.85)}.lg\:bg-stone-950\/90{background-color:rgba(12,10,9,.9)}.lg\:bg-stone-950\/95{background-color:rgba(12,10,9,.95)}.lg\:bg-teal-100{--tw-bg-opacity:1;background-color:rgba(204,251,241,var(--tw-bg-opacity))}.lg\:bg-teal-100\/0{background-color:rgba(204,251,241,0)}.lg\:bg-teal-100\/10{background-color:rgba(204,251,241,.1)}.lg\:bg-teal-100\/100{background-color:#ccfbf1}.lg\:bg-teal-100\/15{background-color:rgba(204,251,241,.15)}.lg\:bg-teal-100\/20{background-color:rgba(204,251,241,.2)}.lg\:bg-teal-100\/25{background-color:rgba(204,251,241,.25)}.lg\:bg-teal-100\/30{background-color:rgba(204,251,241,.3)}.lg\:bg-teal-100\/35{background-color:rgba(204,251,241,.35)}.lg\:bg-teal-100\/40{background-color:rgba(204,251,241,.4)}.lg\:bg-teal-100\/45{background-color:rgba(204,251,241,.45)}.lg\:bg-teal-100\/5{background-color:rgba(204,251,241,.05)}.lg\:bg-teal-100\/50{background-color:rgba(204,251,241,.5)}.lg\:bg-teal-100\/55{background-color:rgba(204,251,241,.55)}.lg\:bg-teal-100\/60{background-color:rgba(204,251,241,.6)}.lg\:bg-teal-100\/65{background-color:rgba(204,251,241,.65)}.lg\:bg-teal-100\/70{background-color:rgba(204,251,241,.7)}.lg\:bg-teal-100\/75{background-color:rgba(204,251,241,.75)}.lg\:bg-teal-100\/80{background-color:rgba(204,251,241,.8)}.lg\:bg-teal-100\/85{background-color:rgba(204,251,241,.85)}.lg\:bg-teal-100\/90{background-color:rgba(204,251,241,.9)}.lg\:bg-teal-100\/95{background-color:rgba(204,251,241,.95)}.lg\:bg-teal-200{--tw-bg-opacity:1;background-color:rgba(153,246,228,var(--tw-bg-opacity))}.lg\:bg-teal-200\/0{background-color:rgba(153,246,228,0)}.lg\:bg-teal-200\/10{background-color:rgba(153,246,228,.1)}.lg\:bg-teal-200\/100{background-color:#99f6e4}.lg\:bg-teal-200\/15{background-color:rgba(153,246,228,.15)}.lg\:bg-teal-200\/20{background-color:rgba(153,246,228,.2)}.lg\:bg-teal-200\/25{background-color:rgba(153,246,228,.25)}.lg\:bg-teal-200\/30{background-color:rgba(153,246,228,.3)}.lg\:bg-teal-200\/35{background-color:rgba(153,246,228,.35)}.lg\:bg-teal-200\/40{background-color:rgba(153,246,228,.4)}.lg\:bg-teal-200\/45{background-color:rgba(153,246,228,.45)}.lg\:bg-teal-200\/5{background-color:rgba(153,246,228,.05)}.lg\:bg-teal-200\/50{background-color:rgba(153,246,228,.5)}.lg\:bg-teal-200\/55{background-color:rgba(153,246,228,.55)}.lg\:bg-teal-200\/60{background-color:rgba(153,246,228,.6)}.lg\:bg-teal-200\/65{background-color:rgba(153,246,228,.65)}.lg\:bg-teal-200\/70{background-color:rgba(153,246,228,.7)}.lg\:bg-teal-200\/75{background-color:rgba(153,246,228,.75)}.lg\:bg-teal-200\/80{background-color:rgba(153,246,228,.8)}.lg\:bg-teal-200\/85{background-color:rgba(153,246,228,.85)}.lg\:bg-teal-200\/90{background-color:rgba(153,246,228,.9)}.lg\:bg-teal-200\/95{background-color:rgba(153,246,228,.95)}.lg\:bg-teal-300{--tw-bg-opacity:1;background-color:rgba(94,234,212,var(--tw-bg-opacity))}.lg\:bg-teal-300\/0{background-color:rgba(94,234,212,0)}.lg\:bg-teal-300\/10{background-color:rgba(94,234,212,.1)}.lg\:bg-teal-300\/100{background-color:#5eead4}.lg\:bg-teal-300\/15{background-color:rgba(94,234,212,.15)}.lg\:bg-teal-300\/20{background-color:rgba(94,234,212,.2)}.lg\:bg-teal-300\/25{background-color:rgba(94,234,212,.25)}.lg\:bg-teal-300\/30{background-color:rgba(94,234,212,.3)}.lg\:bg-teal-300\/35{background-color:rgba(94,234,212,.35)}.lg\:bg-teal-300\/40{background-color:rgba(94,234,212,.4)}.lg\:bg-teal-300\/45{background-color:rgba(94,234,212,.45)}.lg\:bg-teal-300\/5{background-color:rgba(94,234,212,.05)}.lg\:bg-teal-300\/50{background-color:rgba(94,234,212,.5)}.lg\:bg-teal-300\/55{background-color:rgba(94,234,212,.55)}.lg\:bg-teal-300\/60{background-color:rgba(94,234,212,.6)}.lg\:bg-teal-300\/65{background-color:rgba(94,234,212,.65)}.lg\:bg-teal-300\/70{background-color:rgba(94,234,212,.7)}.lg\:bg-teal-300\/75{background-color:rgba(94,234,212,.75)}.lg\:bg-teal-300\/80{background-color:rgba(94,234,212,.8)}.lg\:bg-teal-300\/85{background-color:rgba(94,234,212,.85)}.lg\:bg-teal-300\/90{background-color:rgba(94,234,212,.9)}.lg\:bg-teal-300\/95{background-color:rgba(94,234,212,.95)}.lg\:bg-teal-400{--tw-bg-opacity:1;background-color:rgba(45,212,191,var(--tw-bg-opacity))}.lg\:bg-teal-400\/0{background-color:rgba(45,212,191,0)}.lg\:bg-teal-400\/10{background-color:rgba(45,212,191,.1)}.lg\:bg-teal-400\/100{background-color:#2dd4bf}.lg\:bg-teal-400\/15{background-color:rgba(45,212,191,.15)}.lg\:bg-teal-400\/20{background-color:rgba(45,212,191,.2)}.lg\:bg-teal-400\/25{background-color:rgba(45,212,191,.25)}.lg\:bg-teal-400\/30{background-color:rgba(45,212,191,.3)}.lg\:bg-teal-400\/35{background-color:rgba(45,212,191,.35)}.lg\:bg-teal-400\/40{background-color:rgba(45,212,191,.4)}.lg\:bg-teal-400\/45{background-color:rgba(45,212,191,.45)}.lg\:bg-teal-400\/5{background-color:rgba(45,212,191,.05)}.lg\:bg-teal-400\/50{background-color:rgba(45,212,191,.5)}.lg\:bg-teal-400\/55{background-color:rgba(45,212,191,.55)}.lg\:bg-teal-400\/60{background-color:rgba(45,212,191,.6)}.lg\:bg-teal-400\/65{background-color:rgba(45,212,191,.65)}.lg\:bg-teal-400\/70{background-color:rgba(45,212,191,.7)}.lg\:bg-teal-400\/75{background-color:rgba(45,212,191,.75)}.lg\:bg-teal-400\/80{background-color:rgba(45,212,191,.8)}.lg\:bg-teal-400\/85{background-color:rgba(45,212,191,.85)}.lg\:bg-teal-400\/90{background-color:rgba(45,212,191,.9)}.lg\:bg-teal-400\/95{background-color:rgba(45,212,191,.95)}.lg\:bg-teal-50{--tw-bg-opacity:1;background-color:rgba(240,253,250,var(--tw-bg-opacity))}.lg\:bg-teal-50\/0{background-color:rgba(240,253,250,0)}.lg\:bg-teal-50\/10{background-color:rgba(240,253,250,.1)}.lg\:bg-teal-50\/100{background-color:#f0fdfa}.lg\:bg-teal-50\/15{background-color:rgba(240,253,250,.15)}.lg\:bg-teal-50\/20{background-color:rgba(240,253,250,.2)}.lg\:bg-teal-50\/25{background-color:rgba(240,253,250,.25)}.lg\:bg-teal-50\/30{background-color:rgba(240,253,250,.3)}.lg\:bg-teal-50\/35{background-color:rgba(240,253,250,.35)}.lg\:bg-teal-50\/40{background-color:rgba(240,253,250,.4)}.lg\:bg-teal-50\/45{background-color:rgba(240,253,250,.45)}.lg\:bg-teal-50\/5{background-color:rgba(240,253,250,.05)}.lg\:bg-teal-50\/50{background-color:rgba(240,253,250,.5)}.lg\:bg-teal-50\/55{background-color:rgba(240,253,250,.55)}.lg\:bg-teal-50\/60{background-color:rgba(240,253,250,.6)}.lg\:bg-teal-50\/65{background-color:rgba(240,253,250,.65)}.lg\:bg-teal-50\/70{background-color:rgba(240,253,250,.7)}.lg\:bg-teal-50\/75{background-color:rgba(240,253,250,.75)}.lg\:bg-teal-50\/80{background-color:rgba(240,253,250,.8)}.lg\:bg-teal-50\/85{background-color:rgba(240,253,250,.85)}.lg\:bg-teal-50\/90{background-color:rgba(240,253,250,.9)}.lg\:bg-teal-50\/95{background-color:rgba(240,253,250,.95)}.lg\:bg-teal-500{--tw-bg-opacity:1;background-color:rgba(20,184,166,var(--tw-bg-opacity))}.lg\:bg-teal-500\/0{background-color:rgba(20,184,166,0)}.lg\:bg-teal-500\/10{background-color:rgba(20,184,166,.1)}.lg\:bg-teal-500\/100{background-color:#14b8a6}.lg\:bg-teal-500\/15{background-color:rgba(20,184,166,.15)}.lg\:bg-teal-500\/20{background-color:rgba(20,184,166,.2)}.lg\:bg-teal-500\/25{background-color:rgba(20,184,166,.25)}.lg\:bg-teal-500\/30{background-color:rgba(20,184,166,.3)}.lg\:bg-teal-500\/35{background-color:rgba(20,184,166,.35)}.lg\:bg-teal-500\/40{background-color:rgba(20,184,166,.4)}.lg\:bg-teal-500\/45{background-color:rgba(20,184,166,.45)}.lg\:bg-teal-500\/5{background-color:rgba(20,184,166,.05)}.lg\:bg-teal-500\/50{background-color:rgba(20,184,166,.5)}.lg\:bg-teal-500\/55{background-color:rgba(20,184,166,.55)}.lg\:bg-teal-500\/60{background-color:rgba(20,184,166,.6)}.lg\:bg-teal-500\/65{background-color:rgba(20,184,166,.65)}.lg\:bg-teal-500\/70{background-color:rgba(20,184,166,.7)}.lg\:bg-teal-500\/75{background-color:rgba(20,184,166,.75)}.lg\:bg-teal-500\/80{background-color:rgba(20,184,166,.8)}.lg\:bg-teal-500\/85{background-color:rgba(20,184,166,.85)}.lg\:bg-teal-500\/90{background-color:rgba(20,184,166,.9)}.lg\:bg-teal-500\/95{background-color:rgba(20,184,166,.95)}.lg\:bg-teal-600{--tw-bg-opacity:1;background-color:rgba(13,148,136,var(--tw-bg-opacity))}.lg\:bg-teal-600\/0{background-color:rgba(13,148,136,0)}.lg\:bg-teal-600\/10{background-color:rgba(13,148,136,.1)}.lg\:bg-teal-600\/100{background-color:#0d9488}.lg\:bg-teal-600\/15{background-color:rgba(13,148,136,.15)}.lg\:bg-teal-600\/20{background-color:rgba(13,148,136,.2)}.lg\:bg-teal-600\/25{background-color:rgba(13,148,136,.25)}.lg\:bg-teal-600\/30{background-color:rgba(13,148,136,.3)}.lg\:bg-teal-600\/35{background-color:rgba(13,148,136,.35)}.lg\:bg-teal-600\/40{background-color:rgba(13,148,136,.4)}.lg\:bg-teal-600\/45{background-color:rgba(13,148,136,.45)}.lg\:bg-teal-600\/5{background-color:rgba(13,148,136,.05)}.lg\:bg-teal-600\/50{background-color:rgba(13,148,136,.5)}.lg\:bg-teal-600\/55{background-color:rgba(13,148,136,.55)}.lg\:bg-teal-600\/60{background-color:rgba(13,148,136,.6)}.lg\:bg-teal-600\/65{background-color:rgba(13,148,136,.65)}.lg\:bg-teal-600\/70{background-color:rgba(13,148,136,.7)}.lg\:bg-teal-600\/75{background-color:rgba(13,148,136,.75)}.lg\:bg-teal-600\/80{background-color:rgba(13,148,136,.8)}.lg\:bg-teal-600\/85{background-color:rgba(13,148,136,.85)}.lg\:bg-teal-600\/90{background-color:rgba(13,148,136,.9)}.lg\:bg-teal-600\/95{background-color:rgba(13,148,136,.95)}.lg\:bg-teal-700{--tw-bg-opacity:1;background-color:rgba(15,118,110,var(--tw-bg-opacity))}.lg\:bg-teal-700\/0{background-color:rgba(15,118,110,0)}.lg\:bg-teal-700\/10{background-color:rgba(15,118,110,.1)}.lg\:bg-teal-700\/100{background-color:#0f766e}.lg\:bg-teal-700\/15{background-color:rgba(15,118,110,.15)}.lg\:bg-teal-700\/20{background-color:rgba(15,118,110,.2)}.lg\:bg-teal-700\/25{background-color:rgba(15,118,110,.25)}.lg\:bg-teal-700\/30{background-color:rgba(15,118,110,.3)}.lg\:bg-teal-700\/35{background-color:rgba(15,118,110,.35)}.lg\:bg-teal-700\/40{background-color:rgba(15,118,110,.4)}.lg\:bg-teal-700\/45{background-color:rgba(15,118,110,.45)}.lg\:bg-teal-700\/5{background-color:rgba(15,118,110,.05)}.lg\:bg-teal-700\/50{background-color:rgba(15,118,110,.5)}.lg\:bg-teal-700\/55{background-color:rgba(15,118,110,.55)}.lg\:bg-teal-700\/60{background-color:rgba(15,118,110,.6)}.lg\:bg-teal-700\/65{background-color:rgba(15,118,110,.65)}.lg\:bg-teal-700\/70{background-color:rgba(15,118,110,.7)}.lg\:bg-teal-700\/75{background-color:rgba(15,118,110,.75)}.lg\:bg-teal-700\/80{background-color:rgba(15,118,110,.8)}.lg\:bg-teal-700\/85{background-color:rgba(15,118,110,.85)}.lg\:bg-teal-700\/90{background-color:rgba(15,118,110,.9)}.lg\:bg-teal-700\/95{background-color:rgba(15,118,110,.95)}.lg\:bg-teal-800{--tw-bg-opacity:1;background-color:rgba(17,94,89,var(--tw-bg-opacity))}.lg\:bg-teal-800\/0{background-color:rgba(17,94,89,0)}.lg\:bg-teal-800\/10{background-color:rgba(17,94,89,.1)}.lg\:bg-teal-800\/100{background-color:#115e59}.lg\:bg-teal-800\/15{background-color:rgba(17,94,89,.15)}.lg\:bg-teal-800\/20{background-color:rgba(17,94,89,.2)}.lg\:bg-teal-800\/25{background-color:rgba(17,94,89,.25)}.lg\:bg-teal-800\/30{background-color:rgba(17,94,89,.3)}.lg\:bg-teal-800\/35{background-color:rgba(17,94,89,.35)}.lg\:bg-teal-800\/40{background-color:rgba(17,94,89,.4)}.lg\:bg-teal-800\/45{background-color:rgba(17,94,89,.45)}.lg\:bg-teal-800\/5{background-color:rgba(17,94,89,.05)}.lg\:bg-teal-800\/50{background-color:rgba(17,94,89,.5)}.lg\:bg-teal-800\/55{background-color:rgba(17,94,89,.55)}.lg\:bg-teal-800\/60{background-color:rgba(17,94,89,.6)}.lg\:bg-teal-800\/65{background-color:rgba(17,94,89,.65)}.lg\:bg-teal-800\/70{background-color:rgba(17,94,89,.7)}.lg\:bg-teal-800\/75{background-color:rgba(17,94,89,.75)}.lg\:bg-teal-800\/80{background-color:rgba(17,94,89,.8)}.lg\:bg-teal-800\/85{background-color:rgba(17,94,89,.85)}.lg\:bg-teal-800\/90{background-color:rgba(17,94,89,.9)}.lg\:bg-teal-800\/95{background-color:rgba(17,94,89,.95)}.lg\:bg-teal-900{--tw-bg-opacity:1;background-color:rgba(19,78,74,var(--tw-bg-opacity))}.lg\:bg-teal-900\/0{background-color:rgba(19,78,74,0)}.lg\:bg-teal-900\/10{background-color:rgba(19,78,74,.1)}.lg\:bg-teal-900\/100{background-color:#134e4a}.lg\:bg-teal-900\/15{background-color:rgba(19,78,74,.15)}.lg\:bg-teal-900\/20{background-color:rgba(19,78,74,.2)}.lg\:bg-teal-900\/25{background-color:rgba(19,78,74,.25)}.lg\:bg-teal-900\/30{background-color:rgba(19,78,74,.3)}.lg\:bg-teal-900\/35{background-color:rgba(19,78,74,.35)}.lg\:bg-teal-900\/40{background-color:rgba(19,78,74,.4)}.lg\:bg-teal-900\/45{background-color:rgba(19,78,74,.45)}.lg\:bg-teal-900\/5{background-color:rgba(19,78,74,.05)}.lg\:bg-teal-900\/50{background-color:rgba(19,78,74,.5)}.lg\:bg-teal-900\/55{background-color:rgba(19,78,74,.55)}.lg\:bg-teal-900\/60{background-color:rgba(19,78,74,.6)}.lg\:bg-teal-900\/65{background-color:rgba(19,78,74,.65)}.lg\:bg-teal-900\/70{background-color:rgba(19,78,74,.7)}.lg\:bg-teal-900\/75{background-color:rgba(19,78,74,.75)}.lg\:bg-teal-900\/80{background-color:rgba(19,78,74,.8)}.lg\:bg-teal-900\/85{background-color:rgba(19,78,74,.85)}.lg\:bg-teal-900\/90{background-color:rgba(19,78,74,.9)}.lg\:bg-teal-900\/95{background-color:rgba(19,78,74,.95)}.lg\:bg-teal-950{--tw-bg-opacity:1;background-color:rgba(4,47,46,var(--tw-bg-opacity))}.lg\:bg-teal-950\/0{background-color:rgba(4,47,46,0)}.lg\:bg-teal-950\/10{background-color:rgba(4,47,46,.1)}.lg\:bg-teal-950\/100{background-color:#042f2e}.lg\:bg-teal-950\/15{background-color:rgba(4,47,46,.15)}.lg\:bg-teal-950\/20{background-color:rgba(4,47,46,.2)}.lg\:bg-teal-950\/25{background-color:rgba(4,47,46,.25)}.lg\:bg-teal-950\/30{background-color:rgba(4,47,46,.3)}.lg\:bg-teal-950\/35{background-color:rgba(4,47,46,.35)}.lg\:bg-teal-950\/40{background-color:rgba(4,47,46,.4)}.lg\:bg-teal-950\/45{background-color:rgba(4,47,46,.45)}.lg\:bg-teal-950\/5{background-color:rgba(4,47,46,.05)}.lg\:bg-teal-950\/50{background-color:rgba(4,47,46,.5)}.lg\:bg-teal-950\/55{background-color:rgba(4,47,46,.55)}.lg\:bg-teal-950\/60{background-color:rgba(4,47,46,.6)}.lg\:bg-teal-950\/65{background-color:rgba(4,47,46,.65)}.lg\:bg-teal-950\/70{background-color:rgba(4,47,46,.7)}.lg\:bg-teal-950\/75{background-color:rgba(4,47,46,.75)}.lg\:bg-teal-950\/80{background-color:rgba(4,47,46,.8)}.lg\:bg-teal-950\/85{background-color:rgba(4,47,46,.85)}.lg\:bg-teal-950\/90{background-color:rgba(4,47,46,.9)}.lg\:bg-teal-950\/95{background-color:rgba(4,47,46,.95)}.lg\:bg-tertiary-dark-gray{--tw-bg-opacity:1;background-color:rgba(112,112,112,var(--tw-bg-opacity))}.lg\:bg-tertiary-dark-gray\/0{background-color:hsla(0,0%,44%,0)}.lg\:bg-tertiary-dark-gray\/10{background-color:hsla(0,0%,44%,.1)}.lg\:bg-tertiary-dark-gray\/100{background-color:#707070}.lg\:bg-tertiary-dark-gray\/15{background-color:hsla(0,0%,44%,.15)}.lg\:bg-tertiary-dark-gray\/20{background-color:hsla(0,0%,44%,.2)}.lg\:bg-tertiary-dark-gray\/25{background-color:hsla(0,0%,44%,.25)}.lg\:bg-tertiary-dark-gray\/30{background-color:hsla(0,0%,44%,.3)}.lg\:bg-tertiary-dark-gray\/35{background-color:hsla(0,0%,44%,.35)}.lg\:bg-tertiary-dark-gray\/40{background-color:hsla(0,0%,44%,.4)}.lg\:bg-tertiary-dark-gray\/45{background-color:hsla(0,0%,44%,.45)}.lg\:bg-tertiary-dark-gray\/5{background-color:hsla(0,0%,44%,.05)}.lg\:bg-tertiary-dark-gray\/50{background-color:hsla(0,0%,44%,.5)}.lg\:bg-tertiary-dark-gray\/55{background-color:hsla(0,0%,44%,.55)}.lg\:bg-tertiary-dark-gray\/60{background-color:hsla(0,0%,44%,.6)}.lg\:bg-tertiary-dark-gray\/65{background-color:hsla(0,0%,44%,.65)}.lg\:bg-tertiary-dark-gray\/70{background-color:hsla(0,0%,44%,.7)}.lg\:bg-tertiary-dark-gray\/75{background-color:hsla(0,0%,44%,.75)}.lg\:bg-tertiary-dark-gray\/80{background-color:hsla(0,0%,44%,.8)}.lg\:bg-tertiary-dark-gray\/85{background-color:hsla(0,0%,44%,.85)}.lg\:bg-tertiary-dark-gray\/90{background-color:hsla(0,0%,44%,.9)}.lg\:bg-tertiary-dark-gray\/95{background-color:hsla(0,0%,44%,.95)}.lg\:bg-transparent{background-color:initial}.lg\:bg-transparent\/0{background-color:transparent}.lg\:bg-transparent\/10{background-color:rgba(0,0,0,.1)}.lg\:bg-transparent\/100{background-color:#000}.lg\:bg-transparent\/15{background-color:rgba(0,0,0,.15)}.lg\:bg-transparent\/20{background-color:rgba(0,0,0,.2)}.lg\:bg-transparent\/25{background-color:rgba(0,0,0,.25)}.lg\:bg-transparent\/30{background-color:rgba(0,0,0,.3)}.lg\:bg-transparent\/35{background-color:rgba(0,0,0,.35)}.lg\:bg-transparent\/40{background-color:rgba(0,0,0,.4)}.lg\:bg-transparent\/45{background-color:rgba(0,0,0,.45)}.lg\:bg-transparent\/5{background-color:rgba(0,0,0,.05)}.lg\:bg-transparent\/50{background-color:rgba(0,0,0,.5)}.lg\:bg-transparent\/55{background-color:rgba(0,0,0,.55)}.lg\:bg-transparent\/60{background-color:rgba(0,0,0,.6)}.lg\:bg-transparent\/65{background-color:rgba(0,0,0,.65)}.lg\:bg-transparent\/70{background-color:rgba(0,0,0,.7)}.lg\:bg-transparent\/75{background-color:rgba(0,0,0,.75)}.lg\:bg-transparent\/80{background-color:rgba(0,0,0,.8)}.lg\:bg-transparent\/85{background-color:rgba(0,0,0,.85)}.lg\:bg-transparent\/90{background-color:rgba(0,0,0,.9)}.lg\:bg-transparent\/95{background-color:rgba(0,0,0,.95)}.lg\:bg-violet-100{--tw-bg-opacity:1;background-color:rgba(237,233,254,var(--tw-bg-opacity))}.lg\:bg-violet-100\/0{background-color:rgba(237,233,254,0)}.lg\:bg-violet-100\/10{background-color:rgba(237,233,254,.1)}.lg\:bg-violet-100\/100{background-color:#ede9fe}.lg\:bg-violet-100\/15{background-color:rgba(237,233,254,.15)}.lg\:bg-violet-100\/20{background-color:rgba(237,233,254,.2)}.lg\:bg-violet-100\/25{background-color:rgba(237,233,254,.25)}.lg\:bg-violet-100\/30{background-color:rgba(237,233,254,.3)}.lg\:bg-violet-100\/35{background-color:rgba(237,233,254,.35)}.lg\:bg-violet-100\/40{background-color:rgba(237,233,254,.4)}.lg\:bg-violet-100\/45{background-color:rgba(237,233,254,.45)}.lg\:bg-violet-100\/5{background-color:rgba(237,233,254,.05)}.lg\:bg-violet-100\/50{background-color:rgba(237,233,254,.5)}.lg\:bg-violet-100\/55{background-color:rgba(237,233,254,.55)}.lg\:bg-violet-100\/60{background-color:rgba(237,233,254,.6)}.lg\:bg-violet-100\/65{background-color:rgba(237,233,254,.65)}.lg\:bg-violet-100\/70{background-color:rgba(237,233,254,.7)}.lg\:bg-violet-100\/75{background-color:rgba(237,233,254,.75)}.lg\:bg-violet-100\/80{background-color:rgba(237,233,254,.8)}.lg\:bg-violet-100\/85{background-color:rgba(237,233,254,.85)}.lg\:bg-violet-100\/90{background-color:rgba(237,233,254,.9)}.lg\:bg-violet-100\/95{background-color:rgba(237,233,254,.95)}.lg\:bg-violet-200{--tw-bg-opacity:1;background-color:rgba(221,214,254,var(--tw-bg-opacity))}.lg\:bg-violet-200\/0{background-color:rgba(221,214,254,0)}.lg\:bg-violet-200\/10{background-color:rgba(221,214,254,.1)}.lg\:bg-violet-200\/100{background-color:#ddd6fe}.lg\:bg-violet-200\/15{background-color:rgba(221,214,254,.15)}.lg\:bg-violet-200\/20{background-color:rgba(221,214,254,.2)}.lg\:bg-violet-200\/25{background-color:rgba(221,214,254,.25)}.lg\:bg-violet-200\/30{background-color:rgba(221,214,254,.3)}.lg\:bg-violet-200\/35{background-color:rgba(221,214,254,.35)}.lg\:bg-violet-200\/40{background-color:rgba(221,214,254,.4)}.lg\:bg-violet-200\/45{background-color:rgba(221,214,254,.45)}.lg\:bg-violet-200\/5{background-color:rgba(221,214,254,.05)}.lg\:bg-violet-200\/50{background-color:rgba(221,214,254,.5)}.lg\:bg-violet-200\/55{background-color:rgba(221,214,254,.55)}.lg\:bg-violet-200\/60{background-color:rgba(221,214,254,.6)}.lg\:bg-violet-200\/65{background-color:rgba(221,214,254,.65)}.lg\:bg-violet-200\/70{background-color:rgba(221,214,254,.7)}.lg\:bg-violet-200\/75{background-color:rgba(221,214,254,.75)}.lg\:bg-violet-200\/80{background-color:rgba(221,214,254,.8)}.lg\:bg-violet-200\/85{background-color:rgba(221,214,254,.85)}.lg\:bg-violet-200\/90{background-color:rgba(221,214,254,.9)}.lg\:bg-violet-200\/95{background-color:rgba(221,214,254,.95)}.lg\:bg-violet-300{--tw-bg-opacity:1;background-color:rgba(196,181,253,var(--tw-bg-opacity))}.lg\:bg-violet-300\/0{background-color:rgba(196,181,253,0)}.lg\:bg-violet-300\/10{background-color:rgba(196,181,253,.1)}.lg\:bg-violet-300\/100{background-color:#c4b5fd}.lg\:bg-violet-300\/15{background-color:rgba(196,181,253,.15)}.lg\:bg-violet-300\/20{background-color:rgba(196,181,253,.2)}.lg\:bg-violet-300\/25{background-color:rgba(196,181,253,.25)}.lg\:bg-violet-300\/30{background-color:rgba(196,181,253,.3)}.lg\:bg-violet-300\/35{background-color:rgba(196,181,253,.35)}.lg\:bg-violet-300\/40{background-color:rgba(196,181,253,.4)}.lg\:bg-violet-300\/45{background-color:rgba(196,181,253,.45)}.lg\:bg-violet-300\/5{background-color:rgba(196,181,253,.05)}.lg\:bg-violet-300\/50{background-color:rgba(196,181,253,.5)}.lg\:bg-violet-300\/55{background-color:rgba(196,181,253,.55)}.lg\:bg-violet-300\/60{background-color:rgba(196,181,253,.6)}.lg\:bg-violet-300\/65{background-color:rgba(196,181,253,.65)}.lg\:bg-violet-300\/70{background-color:rgba(196,181,253,.7)}.lg\:bg-violet-300\/75{background-color:rgba(196,181,253,.75)}.lg\:bg-violet-300\/80{background-color:rgba(196,181,253,.8)}.lg\:bg-violet-300\/85{background-color:rgba(196,181,253,.85)}.lg\:bg-violet-300\/90{background-color:rgba(196,181,253,.9)}.lg\:bg-violet-300\/95{background-color:rgba(196,181,253,.95)}.lg\:bg-violet-400{--tw-bg-opacity:1;background-color:rgba(167,139,250,var(--tw-bg-opacity))}.lg\:bg-violet-400\/0{background-color:rgba(167,139,250,0)}.lg\:bg-violet-400\/10{background-color:rgba(167,139,250,.1)}.lg\:bg-violet-400\/100{background-color:#a78bfa}.lg\:bg-violet-400\/15{background-color:rgba(167,139,250,.15)}.lg\:bg-violet-400\/20{background-color:rgba(167,139,250,.2)}.lg\:bg-violet-400\/25{background-color:rgba(167,139,250,.25)}.lg\:bg-violet-400\/30{background-color:rgba(167,139,250,.3)}.lg\:bg-violet-400\/35{background-color:rgba(167,139,250,.35)}.lg\:bg-violet-400\/40{background-color:rgba(167,139,250,.4)}.lg\:bg-violet-400\/45{background-color:rgba(167,139,250,.45)}.lg\:bg-violet-400\/5{background-color:rgba(167,139,250,.05)}.lg\:bg-violet-400\/50{background-color:rgba(167,139,250,.5)}.lg\:bg-violet-400\/55{background-color:rgba(167,139,250,.55)}.lg\:bg-violet-400\/60{background-color:rgba(167,139,250,.6)}.lg\:bg-violet-400\/65{background-color:rgba(167,139,250,.65)}.lg\:bg-violet-400\/70{background-color:rgba(167,139,250,.7)}.lg\:bg-violet-400\/75{background-color:rgba(167,139,250,.75)}.lg\:bg-violet-400\/80{background-color:rgba(167,139,250,.8)}.lg\:bg-violet-400\/85{background-color:rgba(167,139,250,.85)}.lg\:bg-violet-400\/90{background-color:rgba(167,139,250,.9)}.lg\:bg-violet-400\/95{background-color:rgba(167,139,250,.95)}.lg\:bg-violet-50{--tw-bg-opacity:1;background-color:rgba(245,243,255,var(--tw-bg-opacity))}.lg\:bg-violet-50\/0{background-color:rgba(245,243,255,0)}.lg\:bg-violet-50\/10{background-color:rgba(245,243,255,.1)}.lg\:bg-violet-50\/100{background-color:#f5f3ff}.lg\:bg-violet-50\/15{background-color:rgba(245,243,255,.15)}.lg\:bg-violet-50\/20{background-color:rgba(245,243,255,.2)}.lg\:bg-violet-50\/25{background-color:rgba(245,243,255,.25)}.lg\:bg-violet-50\/30{background-color:rgba(245,243,255,.3)}.lg\:bg-violet-50\/35{background-color:rgba(245,243,255,.35)}.lg\:bg-violet-50\/40{background-color:rgba(245,243,255,.4)}.lg\:bg-violet-50\/45{background-color:rgba(245,243,255,.45)}.lg\:bg-violet-50\/5{background-color:rgba(245,243,255,.05)}.lg\:bg-violet-50\/50{background-color:rgba(245,243,255,.5)}.lg\:bg-violet-50\/55{background-color:rgba(245,243,255,.55)}.lg\:bg-violet-50\/60{background-color:rgba(245,243,255,.6)}.lg\:bg-violet-50\/65{background-color:rgba(245,243,255,.65)}.lg\:bg-violet-50\/70{background-color:rgba(245,243,255,.7)}.lg\:bg-violet-50\/75{background-color:rgba(245,243,255,.75)}.lg\:bg-violet-50\/80{background-color:rgba(245,243,255,.8)}.lg\:bg-violet-50\/85{background-color:rgba(245,243,255,.85)}.lg\:bg-violet-50\/90{background-color:rgba(245,243,255,.9)}.lg\:bg-violet-50\/95{background-color:rgba(245,243,255,.95)}.lg\:bg-violet-500{--tw-bg-opacity:1;background-color:rgba(139,92,246,var(--tw-bg-opacity))}.lg\:bg-violet-500\/0{background-color:rgba(139,92,246,0)}.lg\:bg-violet-500\/10{background-color:rgba(139,92,246,.1)}.lg\:bg-violet-500\/100{background-color:#8b5cf6}.lg\:bg-violet-500\/15{background-color:rgba(139,92,246,.15)}.lg\:bg-violet-500\/20{background-color:rgba(139,92,246,.2)}.lg\:bg-violet-500\/25{background-color:rgba(139,92,246,.25)}.lg\:bg-violet-500\/30{background-color:rgba(139,92,246,.3)}.lg\:bg-violet-500\/35{background-color:rgba(139,92,246,.35)}.lg\:bg-violet-500\/40{background-color:rgba(139,92,246,.4)}.lg\:bg-violet-500\/45{background-color:rgba(139,92,246,.45)}.lg\:bg-violet-500\/5{background-color:rgba(139,92,246,.05)}.lg\:bg-violet-500\/50{background-color:rgba(139,92,246,.5)}.lg\:bg-violet-500\/55{background-color:rgba(139,92,246,.55)}.lg\:bg-violet-500\/60{background-color:rgba(139,92,246,.6)}.lg\:bg-violet-500\/65{background-color:rgba(139,92,246,.65)}.lg\:bg-violet-500\/70{background-color:rgba(139,92,246,.7)}.lg\:bg-violet-500\/75{background-color:rgba(139,92,246,.75)}.lg\:bg-violet-500\/80{background-color:rgba(139,92,246,.8)}.lg\:bg-violet-500\/85{background-color:rgba(139,92,246,.85)}.lg\:bg-violet-500\/90{background-color:rgba(139,92,246,.9)}.lg\:bg-violet-500\/95{background-color:rgba(139,92,246,.95)}.lg\:bg-violet-600{--tw-bg-opacity:1;background-color:rgba(124,58,237,var(--tw-bg-opacity))}.lg\:bg-violet-600\/0{background-color:rgba(124,58,237,0)}.lg\:bg-violet-600\/10{background-color:rgba(124,58,237,.1)}.lg\:bg-violet-600\/100{background-color:#7c3aed}.lg\:bg-violet-600\/15{background-color:rgba(124,58,237,.15)}.lg\:bg-violet-600\/20{background-color:rgba(124,58,237,.2)}.lg\:bg-violet-600\/25{background-color:rgba(124,58,237,.25)}.lg\:bg-violet-600\/30{background-color:rgba(124,58,237,.3)}.lg\:bg-violet-600\/35{background-color:rgba(124,58,237,.35)}.lg\:bg-violet-600\/40{background-color:rgba(124,58,237,.4)}.lg\:bg-violet-600\/45{background-color:rgba(124,58,237,.45)}.lg\:bg-violet-600\/5{background-color:rgba(124,58,237,.05)}.lg\:bg-violet-600\/50{background-color:rgba(124,58,237,.5)}.lg\:bg-violet-600\/55{background-color:rgba(124,58,237,.55)}.lg\:bg-violet-600\/60{background-color:rgba(124,58,237,.6)}.lg\:bg-violet-600\/65{background-color:rgba(124,58,237,.65)}.lg\:bg-violet-600\/70{background-color:rgba(124,58,237,.7)}.lg\:bg-violet-600\/75{background-color:rgba(124,58,237,.75)}.lg\:bg-violet-600\/80{background-color:rgba(124,58,237,.8)}.lg\:bg-violet-600\/85{background-color:rgba(124,58,237,.85)}.lg\:bg-violet-600\/90{background-color:rgba(124,58,237,.9)}.lg\:bg-violet-600\/95{background-color:rgba(124,58,237,.95)}.lg\:bg-violet-700{--tw-bg-opacity:1;background-color:rgba(109,40,217,var(--tw-bg-opacity))}.lg\:bg-violet-700\/0{background-color:rgba(109,40,217,0)}.lg\:bg-violet-700\/10{background-color:rgba(109,40,217,.1)}.lg\:bg-violet-700\/100{background-color:#6d28d9}.lg\:bg-violet-700\/15{background-color:rgba(109,40,217,.15)}.lg\:bg-violet-700\/20{background-color:rgba(109,40,217,.2)}.lg\:bg-violet-700\/25{background-color:rgba(109,40,217,.25)}.lg\:bg-violet-700\/30{background-color:rgba(109,40,217,.3)}.lg\:bg-violet-700\/35{background-color:rgba(109,40,217,.35)}.lg\:bg-violet-700\/40{background-color:rgba(109,40,217,.4)}.lg\:bg-violet-700\/45{background-color:rgba(109,40,217,.45)}.lg\:bg-violet-700\/5{background-color:rgba(109,40,217,.05)}.lg\:bg-violet-700\/50{background-color:rgba(109,40,217,.5)}.lg\:bg-violet-700\/55{background-color:rgba(109,40,217,.55)}.lg\:bg-violet-700\/60{background-color:rgba(109,40,217,.6)}.lg\:bg-violet-700\/65{background-color:rgba(109,40,217,.65)}.lg\:bg-violet-700\/70{background-color:rgba(109,40,217,.7)}.lg\:bg-violet-700\/75{background-color:rgba(109,40,217,.75)}.lg\:bg-violet-700\/80{background-color:rgba(109,40,217,.8)}.lg\:bg-violet-700\/85{background-color:rgba(109,40,217,.85)}.lg\:bg-violet-700\/90{background-color:rgba(109,40,217,.9)}.lg\:bg-violet-700\/95{background-color:rgba(109,40,217,.95)}.lg\:bg-violet-800{--tw-bg-opacity:1;background-color:rgba(91,33,182,var(--tw-bg-opacity))}.lg\:bg-violet-800\/0{background-color:rgba(91,33,182,0)}.lg\:bg-violet-800\/10{background-color:rgba(91,33,182,.1)}.lg\:bg-violet-800\/100{background-color:#5b21b6}.lg\:bg-violet-800\/15{background-color:rgba(91,33,182,.15)}.lg\:bg-violet-800\/20{background-color:rgba(91,33,182,.2)}.lg\:bg-violet-800\/25{background-color:rgba(91,33,182,.25)}.lg\:bg-violet-800\/30{background-color:rgba(91,33,182,.3)}.lg\:bg-violet-800\/35{background-color:rgba(91,33,182,.35)}.lg\:bg-violet-800\/40{background-color:rgba(91,33,182,.4)}.lg\:bg-violet-800\/45{background-color:rgba(91,33,182,.45)}.lg\:bg-violet-800\/5{background-color:rgba(91,33,182,.05)}.lg\:bg-violet-800\/50{background-color:rgba(91,33,182,.5)}.lg\:bg-violet-800\/55{background-color:rgba(91,33,182,.55)}.lg\:bg-violet-800\/60{background-color:rgba(91,33,182,.6)}.lg\:bg-violet-800\/65{background-color:rgba(91,33,182,.65)}.lg\:bg-violet-800\/70{background-color:rgba(91,33,182,.7)}.lg\:bg-violet-800\/75{background-color:rgba(91,33,182,.75)}.lg\:bg-violet-800\/80{background-color:rgba(91,33,182,.8)}.lg\:bg-violet-800\/85{background-color:rgba(91,33,182,.85)}.lg\:bg-violet-800\/90{background-color:rgba(91,33,182,.9)}.lg\:bg-violet-800\/95{background-color:rgba(91,33,182,.95)}.lg\:bg-violet-900{--tw-bg-opacity:1;background-color:rgba(76,29,149,var(--tw-bg-opacity))}.lg\:bg-violet-900\/0{background-color:rgba(76,29,149,0)}.lg\:bg-violet-900\/10{background-color:rgba(76,29,149,.1)}.lg\:bg-violet-900\/100{background-color:#4c1d95}.lg\:bg-violet-900\/15{background-color:rgba(76,29,149,.15)}.lg\:bg-violet-900\/20{background-color:rgba(76,29,149,.2)}.lg\:bg-violet-900\/25{background-color:rgba(76,29,149,.25)}.lg\:bg-violet-900\/30{background-color:rgba(76,29,149,.3)}.lg\:bg-violet-900\/35{background-color:rgba(76,29,149,.35)}.lg\:bg-violet-900\/40{background-color:rgba(76,29,149,.4)}.lg\:bg-violet-900\/45{background-color:rgba(76,29,149,.45)}.lg\:bg-violet-900\/5{background-color:rgba(76,29,149,.05)}.lg\:bg-violet-900\/50{background-color:rgba(76,29,149,.5)}.lg\:bg-violet-900\/55{background-color:rgba(76,29,149,.55)}.lg\:bg-violet-900\/60{background-color:rgba(76,29,149,.6)}.lg\:bg-violet-900\/65{background-color:rgba(76,29,149,.65)}.lg\:bg-violet-900\/70{background-color:rgba(76,29,149,.7)}.lg\:bg-violet-900\/75{background-color:rgba(76,29,149,.75)}.lg\:bg-violet-900\/80{background-color:rgba(76,29,149,.8)}.lg\:bg-violet-900\/85{background-color:rgba(76,29,149,.85)}.lg\:bg-violet-900\/90{background-color:rgba(76,29,149,.9)}.lg\:bg-violet-900\/95{background-color:rgba(76,29,149,.95)}.lg\:bg-violet-950{--tw-bg-opacity:1;background-color:rgba(46,16,101,var(--tw-bg-opacity))}.lg\:bg-violet-950\/0{background-color:rgba(46,16,101,0)}.lg\:bg-violet-950\/10{background-color:rgba(46,16,101,.1)}.lg\:bg-violet-950\/100{background-color:#2e1065}.lg\:bg-violet-950\/15{background-color:rgba(46,16,101,.15)}.lg\:bg-violet-950\/20{background-color:rgba(46,16,101,.2)}.lg\:bg-violet-950\/25{background-color:rgba(46,16,101,.25)}.lg\:bg-violet-950\/30{background-color:rgba(46,16,101,.3)}.lg\:bg-violet-950\/35{background-color:rgba(46,16,101,.35)}.lg\:bg-violet-950\/40{background-color:rgba(46,16,101,.4)}.lg\:bg-violet-950\/45{background-color:rgba(46,16,101,.45)}.lg\:bg-violet-950\/5{background-color:rgba(46,16,101,.05)}.lg\:bg-violet-950\/50{background-color:rgba(46,16,101,.5)}.lg\:bg-violet-950\/55{background-color:rgba(46,16,101,.55)}.lg\:bg-violet-950\/60{background-color:rgba(46,16,101,.6)}.lg\:bg-violet-950\/65{background-color:rgba(46,16,101,.65)}.lg\:bg-violet-950\/70{background-color:rgba(46,16,101,.7)}.lg\:bg-violet-950\/75{background-color:rgba(46,16,101,.75)}.lg\:bg-violet-950\/80{background-color:rgba(46,16,101,.8)}.lg\:bg-violet-950\/85{background-color:rgba(46,16,101,.85)}.lg\:bg-violet-950\/90{background-color:rgba(46,16,101,.9)}.lg\:bg-violet-950\/95{background-color:rgba(46,16,101,.95)}.lg\:bg-white{--tw-bg-opacity:1;background-color:rgba(255,255,255,var(--tw-bg-opacity))}.lg\:bg-white\/0{background-color:hsla(0,0%,100%,0)}.lg\:bg-white\/10{background-color:hsla(0,0%,100%,.1)}.lg\:bg-white\/100{background-color:#fff}.lg\:bg-white\/15{background-color:hsla(0,0%,100%,.15)}.lg\:bg-white\/20{background-color:hsla(0,0%,100%,.2)}.lg\:bg-white\/25{background-color:hsla(0,0%,100%,.25)}.lg\:bg-white\/30{background-color:hsla(0,0%,100%,.3)}.lg\:bg-white\/35{background-color:hsla(0,0%,100%,.35)}.lg\:bg-white\/40{background-color:hsla(0,0%,100%,.4)}.lg\:bg-white\/45{background-color:hsla(0,0%,100%,.45)}.lg\:bg-white\/5{background-color:hsla(0,0%,100%,.05)}.lg\:bg-white\/50{background-color:hsla(0,0%,100%,.5)}.lg\:bg-white\/55{background-color:hsla(0,0%,100%,.55)}.lg\:bg-white\/60{background-color:hsla(0,0%,100%,.6)}.lg\:bg-white\/65{background-color:hsla(0,0%,100%,.65)}.lg\:bg-white\/70{background-color:hsla(0,0%,100%,.7)}.lg\:bg-white\/75{background-color:hsla(0,0%,100%,.75)}.lg\:bg-white\/80{background-color:hsla(0,0%,100%,.8)}.lg\:bg-white\/85{background-color:hsla(0,0%,100%,.85)}.lg\:bg-white\/90{background-color:hsla(0,0%,100%,.9)}.lg\:bg-white\/95{background-color:hsla(0,0%,100%,.95)}.lg\:bg-yellow-100{--tw-bg-opacity:1;background-color:rgba(254,249,195,var(--tw-bg-opacity))}.lg\:bg-yellow-100\/0{background-color:hsla(55,97%,88%,0)}.lg\:bg-yellow-100\/10{background-color:hsla(55,97%,88%,.1)}.lg\:bg-yellow-100\/100{background-color:#fef9c3}.lg\:bg-yellow-100\/15{background-color:hsla(55,97%,88%,.15)}.lg\:bg-yellow-100\/20{background-color:hsla(55,97%,88%,.2)}.lg\:bg-yellow-100\/25{background-color:hsla(55,97%,88%,.25)}.lg\:bg-yellow-100\/30{background-color:hsla(55,97%,88%,.3)}.lg\:bg-yellow-100\/35{background-color:hsla(55,97%,88%,.35)}.lg\:bg-yellow-100\/40{background-color:hsla(55,97%,88%,.4)}.lg\:bg-yellow-100\/45{background-color:hsla(55,97%,88%,.45)}.lg\:bg-yellow-100\/5{background-color:hsla(55,97%,88%,.05)}.lg\:bg-yellow-100\/50{background-color:hsla(55,97%,88%,.5)}.lg\:bg-yellow-100\/55{background-color:hsla(55,97%,88%,.55)}.lg\:bg-yellow-100\/60{background-color:hsla(55,97%,88%,.6)}.lg\:bg-yellow-100\/65{background-color:hsla(55,97%,88%,.65)}.lg\:bg-yellow-100\/70{background-color:hsla(55,97%,88%,.7)}.lg\:bg-yellow-100\/75{background-color:hsla(55,97%,88%,.75)}.lg\:bg-yellow-100\/80{background-color:hsla(55,97%,88%,.8)}.lg\:bg-yellow-100\/85{background-color:hsla(55,97%,88%,.85)}.lg\:bg-yellow-100\/90{background-color:hsla(55,97%,88%,.9)}.lg\:bg-yellow-100\/95{background-color:hsla(55,97%,88%,.95)}.lg\:bg-yellow-200{--tw-bg-opacity:1;background-color:rgba(254,240,138,var(--tw-bg-opacity))}.lg\:bg-yellow-200\/0{background-color:hsla(53,98%,77%,0)}.lg\:bg-yellow-200\/10{background-color:hsla(53,98%,77%,.1)}.lg\:bg-yellow-200\/100{background-color:#fef08a}.lg\:bg-yellow-200\/15{background-color:hsla(53,98%,77%,.15)}.lg\:bg-yellow-200\/20{background-color:hsla(53,98%,77%,.2)}.lg\:bg-yellow-200\/25{background-color:hsla(53,98%,77%,.25)}.lg\:bg-yellow-200\/30{background-color:hsla(53,98%,77%,.3)}.lg\:bg-yellow-200\/35{background-color:hsla(53,98%,77%,.35)}.lg\:bg-yellow-200\/40{background-color:hsla(53,98%,77%,.4)}.lg\:bg-yellow-200\/45{background-color:hsla(53,98%,77%,.45)}.lg\:bg-yellow-200\/5{background-color:hsla(53,98%,77%,.05)}.lg\:bg-yellow-200\/50{background-color:hsla(53,98%,77%,.5)}.lg\:bg-yellow-200\/55{background-color:hsla(53,98%,77%,.55)}.lg\:bg-yellow-200\/60{background-color:hsla(53,98%,77%,.6)}.lg\:bg-yellow-200\/65{background-color:hsla(53,98%,77%,.65)}.lg\:bg-yellow-200\/70{background-color:hsla(53,98%,77%,.7)}.lg\:bg-yellow-200\/75{background-color:hsla(53,98%,77%,.75)}.lg\:bg-yellow-200\/80{background-color:hsla(53,98%,77%,.8)}.lg\:bg-yellow-200\/85{background-color:hsla(53,98%,77%,.85)}.lg\:bg-yellow-200\/90{background-color:hsla(53,98%,77%,.9)}.lg\:bg-yellow-200\/95{background-color:hsla(53,98%,77%,.95)}.lg\:bg-yellow-300{--tw-bg-opacity:1;background-color:rgba(253,224,71,var(--tw-bg-opacity))}.lg\:bg-yellow-300\/0{background-color:rgba(253,224,71,0)}.lg\:bg-yellow-300\/10{background-color:rgba(253,224,71,.1)}.lg\:bg-yellow-300\/100{background-color:#fde047}.lg\:bg-yellow-300\/15{background-color:rgba(253,224,71,.15)}.lg\:bg-yellow-300\/20{background-color:rgba(253,224,71,.2)}.lg\:bg-yellow-300\/25{background-color:rgba(253,224,71,.25)}.lg\:bg-yellow-300\/30{background-color:rgba(253,224,71,.3)}.lg\:bg-yellow-300\/35{background-color:rgba(253,224,71,.35)}.lg\:bg-yellow-300\/40{background-color:rgba(253,224,71,.4)}.lg\:bg-yellow-300\/45{background-color:rgba(253,224,71,.45)}.lg\:bg-yellow-300\/5{background-color:rgba(253,224,71,.05)}.lg\:bg-yellow-300\/50{background-color:rgba(253,224,71,.5)}.lg\:bg-yellow-300\/55{background-color:rgba(253,224,71,.55)}.lg\:bg-yellow-300\/60{background-color:rgba(253,224,71,.6)}.lg\:bg-yellow-300\/65{background-color:rgba(253,224,71,.65)}.lg\:bg-yellow-300\/70{background-color:rgba(253,224,71,.7)}.lg\:bg-yellow-300\/75{background-color:rgba(253,224,71,.75)}.lg\:bg-yellow-300\/80{background-color:rgba(253,224,71,.8)}.lg\:bg-yellow-300\/85{background-color:rgba(253,224,71,.85)}.lg\:bg-yellow-300\/90{background-color:rgba(253,224,71,.9)}.lg\:bg-yellow-300\/95{background-color:rgba(253,224,71,.95)}.lg\:bg-yellow-400{--tw-bg-opacity:1;background-color:rgba(250,204,21,var(--tw-bg-opacity))}.lg\:bg-yellow-400\/0{background-color:rgba(250,204,21,0)}.lg\:bg-yellow-400\/10{background-color:rgba(250,204,21,.1)}.lg\:bg-yellow-400\/100{background-color:#facc15}.lg\:bg-yellow-400\/15{background-color:rgba(250,204,21,.15)}.lg\:bg-yellow-400\/20{background-color:rgba(250,204,21,.2)}.lg\:bg-yellow-400\/25{background-color:rgba(250,204,21,.25)}.lg\:bg-yellow-400\/30{background-color:rgba(250,204,21,.3)}.lg\:bg-yellow-400\/35{background-color:rgba(250,204,21,.35)}.lg\:bg-yellow-400\/40{background-color:rgba(250,204,21,.4)}.lg\:bg-yellow-400\/45{background-color:rgba(250,204,21,.45)}.lg\:bg-yellow-400\/5{background-color:rgba(250,204,21,.05)}.lg\:bg-yellow-400\/50{background-color:rgba(250,204,21,.5)}.lg\:bg-yellow-400\/55{background-color:rgba(250,204,21,.55)}.lg\:bg-yellow-400\/60{background-color:rgba(250,204,21,.6)}.lg\:bg-yellow-400\/65{background-color:rgba(250,204,21,.65)}.lg\:bg-yellow-400\/70{background-color:rgba(250,204,21,.7)}.lg\:bg-yellow-400\/75{background-color:rgba(250,204,21,.75)}.lg\:bg-yellow-400\/80{background-color:rgba(250,204,21,.8)}.lg\:bg-yellow-400\/85{background-color:rgba(250,204,21,.85)}.lg\:bg-yellow-400\/90{background-color:rgba(250,204,21,.9)}.lg\:bg-yellow-400\/95{background-color:rgba(250,204,21,.95)}.lg\:bg-yellow-50{--tw-bg-opacity:1;background-color:rgba(254,252,232,var(--tw-bg-opacity))}.lg\:bg-yellow-50\/0{background-color:hsla(55,92%,95%,0)}.lg\:bg-yellow-50\/10{background-color:hsla(55,92%,95%,.1)}.lg\:bg-yellow-50\/100{background-color:#fefce8}.lg\:bg-yellow-50\/15{background-color:hsla(55,92%,95%,.15)}.lg\:bg-yellow-50\/20{background-color:hsla(55,92%,95%,.2)}.lg\:bg-yellow-50\/25{background-color:hsla(55,92%,95%,.25)}.lg\:bg-yellow-50\/30{background-color:hsla(55,92%,95%,.3)}.lg\:bg-yellow-50\/35{background-color:hsla(55,92%,95%,.35)}.lg\:bg-yellow-50\/40{background-color:hsla(55,92%,95%,.4)}.lg\:bg-yellow-50\/45{background-color:hsla(55,92%,95%,.45)}.lg\:bg-yellow-50\/5{background-color:hsla(55,92%,95%,.05)}.lg\:bg-yellow-50\/50{background-color:hsla(55,92%,95%,.5)}.lg\:bg-yellow-50\/55{background-color:hsla(55,92%,95%,.55)}.lg\:bg-yellow-50\/60{background-color:hsla(55,92%,95%,.6)}.lg\:bg-yellow-50\/65{background-color:hsla(55,92%,95%,.65)}.lg\:bg-yellow-50\/70{background-color:hsla(55,92%,95%,.7)}.lg\:bg-yellow-50\/75{background-color:hsla(55,92%,95%,.75)}.lg\:bg-yellow-50\/80{background-color:hsla(55,92%,95%,.8)}.lg\:bg-yellow-50\/85{background-color:hsla(55,92%,95%,.85)}.lg\:bg-yellow-50\/90{background-color:hsla(55,92%,95%,.9)}.lg\:bg-yellow-50\/95{background-color:hsla(55,92%,95%,.95)}.lg\:bg-yellow-500{--tw-bg-opacity:1;background-color:rgba(234,179,8,var(--tw-bg-opacity))}.lg\:bg-yellow-500\/0{background-color:rgba(234,179,8,0)}.lg\:bg-yellow-500\/10{background-color:rgba(234,179,8,.1)}.lg\:bg-yellow-500\/100{background-color:#eab308}.lg\:bg-yellow-500\/15{background-color:rgba(234,179,8,.15)}.lg\:bg-yellow-500\/20{background-color:rgba(234,179,8,.2)}.lg\:bg-yellow-500\/25{background-color:rgba(234,179,8,.25)}.lg\:bg-yellow-500\/30{background-color:rgba(234,179,8,.3)}.lg\:bg-yellow-500\/35{background-color:rgba(234,179,8,.35)}.lg\:bg-yellow-500\/40{background-color:rgba(234,179,8,.4)}.lg\:bg-yellow-500\/45{background-color:rgba(234,179,8,.45)}.lg\:bg-yellow-500\/5{background-color:rgba(234,179,8,.05)}.lg\:bg-yellow-500\/50{background-color:rgba(234,179,8,.5)}.lg\:bg-yellow-500\/55{background-color:rgba(234,179,8,.55)}.lg\:bg-yellow-500\/60{background-color:rgba(234,179,8,.6)}.lg\:bg-yellow-500\/65{background-color:rgba(234,179,8,.65)}.lg\:bg-yellow-500\/70{background-color:rgba(234,179,8,.7)}.lg\:bg-yellow-500\/75{background-color:rgba(234,179,8,.75)}.lg\:bg-yellow-500\/80{background-color:rgba(234,179,8,.8)}.lg\:bg-yellow-500\/85{background-color:rgba(234,179,8,.85)}.lg\:bg-yellow-500\/90{background-color:rgba(234,179,8,.9)}.lg\:bg-yellow-500\/95{background-color:rgba(234,179,8,.95)}.lg\:bg-yellow-600{--tw-bg-opacity:1;background-color:rgba(202,138,4,var(--tw-bg-opacity))}.lg\:bg-yellow-600\/0{background-color:rgba(202,138,4,0)}.lg\:bg-yellow-600\/10{background-color:rgba(202,138,4,.1)}.lg\:bg-yellow-600\/100{background-color:#ca8a04}.lg\:bg-yellow-600\/15{background-color:rgba(202,138,4,.15)}.lg\:bg-yellow-600\/20{background-color:rgba(202,138,4,.2)}.lg\:bg-yellow-600\/25{background-color:rgba(202,138,4,.25)}.lg\:bg-yellow-600\/30{background-color:rgba(202,138,4,.3)}.lg\:bg-yellow-600\/35{background-color:rgba(202,138,4,.35)}.lg\:bg-yellow-600\/40{background-color:rgba(202,138,4,.4)}.lg\:bg-yellow-600\/45{background-color:rgba(202,138,4,.45)}.lg\:bg-yellow-600\/5{background-color:rgba(202,138,4,.05)}.lg\:bg-yellow-600\/50{background-color:rgba(202,138,4,.5)}.lg\:bg-yellow-600\/55{background-color:rgba(202,138,4,.55)}.lg\:bg-yellow-600\/60{background-color:rgba(202,138,4,.6)}.lg\:bg-yellow-600\/65{background-color:rgba(202,138,4,.65)}.lg\:bg-yellow-600\/70{background-color:rgba(202,138,4,.7)}.lg\:bg-yellow-600\/75{background-color:rgba(202,138,4,.75)}.lg\:bg-yellow-600\/80{background-color:rgba(202,138,4,.8)}.lg\:bg-yellow-600\/85{background-color:rgba(202,138,4,.85)}.lg\:bg-yellow-600\/90{background-color:rgba(202,138,4,.9)}.lg\:bg-yellow-600\/95{background-color:rgba(202,138,4,.95)}.lg\:bg-yellow-700{--tw-bg-opacity:1;background-color:rgba(161,98,7,var(--tw-bg-opacity))}.lg\:bg-yellow-700\/0{background-color:rgba(161,98,7,0)}.lg\:bg-yellow-700\/10{background-color:rgba(161,98,7,.1)}.lg\:bg-yellow-700\/100{background-color:#a16207}.lg\:bg-yellow-700\/15{background-color:rgba(161,98,7,.15)}.lg\:bg-yellow-700\/20{background-color:rgba(161,98,7,.2)}.lg\:bg-yellow-700\/25{background-color:rgba(161,98,7,.25)}.lg\:bg-yellow-700\/30{background-color:rgba(161,98,7,.3)}.lg\:bg-yellow-700\/35{background-color:rgba(161,98,7,.35)}.lg\:bg-yellow-700\/40{background-color:rgba(161,98,7,.4)}.lg\:bg-yellow-700\/45{background-color:rgba(161,98,7,.45)}.lg\:bg-yellow-700\/5{background-color:rgba(161,98,7,.05)}.lg\:bg-yellow-700\/50{background-color:rgba(161,98,7,.5)}.lg\:bg-yellow-700\/55{background-color:rgba(161,98,7,.55)}.lg\:bg-yellow-700\/60{background-color:rgba(161,98,7,.6)}.lg\:bg-yellow-700\/65{background-color:rgba(161,98,7,.65)}.lg\:bg-yellow-700\/70{background-color:rgba(161,98,7,.7)}.lg\:bg-yellow-700\/75{background-color:rgba(161,98,7,.75)}.lg\:bg-yellow-700\/80{background-color:rgba(161,98,7,.8)}.lg\:bg-yellow-700\/85{background-color:rgba(161,98,7,.85)}.lg\:bg-yellow-700\/90{background-color:rgba(161,98,7,.9)}.lg\:bg-yellow-700\/95{background-color:rgba(161,98,7,.95)}.lg\:bg-yellow-800{--tw-bg-opacity:1;background-color:rgba(133,77,14,var(--tw-bg-opacity))}.lg\:bg-yellow-800\/0{background-color:rgba(133,77,14,0)}.lg\:bg-yellow-800\/10{background-color:rgba(133,77,14,.1)}.lg\:bg-yellow-800\/100{background-color:#854d0e}.lg\:bg-yellow-800\/15{background-color:rgba(133,77,14,.15)}.lg\:bg-yellow-800\/20{background-color:rgba(133,77,14,.2)}.lg\:bg-yellow-800\/25{background-color:rgba(133,77,14,.25)}.lg\:bg-yellow-800\/30{background-color:rgba(133,77,14,.3)}.lg\:bg-yellow-800\/35{background-color:rgba(133,77,14,.35)}.lg\:bg-yellow-800\/40{background-color:rgba(133,77,14,.4)}.lg\:bg-yellow-800\/45{background-color:rgba(133,77,14,.45)}.lg\:bg-yellow-800\/5{background-color:rgba(133,77,14,.05)}.lg\:bg-yellow-800\/50{background-color:rgba(133,77,14,.5)}.lg\:bg-yellow-800\/55{background-color:rgba(133,77,14,.55)}.lg\:bg-yellow-800\/60{background-color:rgba(133,77,14,.6)}.lg\:bg-yellow-800\/65{background-color:rgba(133,77,14,.65)}.lg\:bg-yellow-800\/70{background-color:rgba(133,77,14,.7)}.lg\:bg-yellow-800\/75{background-color:rgba(133,77,14,.75)}.lg\:bg-yellow-800\/80{background-color:rgba(133,77,14,.8)}.lg\:bg-yellow-800\/85{background-color:rgba(133,77,14,.85)}.lg\:bg-yellow-800\/90{background-color:rgba(133,77,14,.9)}.lg\:bg-yellow-800\/95{background-color:rgba(133,77,14,.95)}.lg\:bg-yellow-900{--tw-bg-opacity:1;background-color:rgba(113,63,18,var(--tw-bg-opacity))}.lg\:bg-yellow-900\/0{background-color:rgba(113,63,18,0)}.lg\:bg-yellow-900\/10{background-color:rgba(113,63,18,.1)}.lg\:bg-yellow-900\/100{background-color:#713f12}.lg\:bg-yellow-900\/15{background-color:rgba(113,63,18,.15)}.lg\:bg-yellow-900\/20{background-color:rgba(113,63,18,.2)}.lg\:bg-yellow-900\/25{background-color:rgba(113,63,18,.25)}.lg\:bg-yellow-900\/30{background-color:rgba(113,63,18,.3)}.lg\:bg-yellow-900\/35{background-color:rgba(113,63,18,.35)}.lg\:bg-yellow-900\/40{background-color:rgba(113,63,18,.4)}.lg\:bg-yellow-900\/45{background-color:rgba(113,63,18,.45)}.lg\:bg-yellow-900\/5{background-color:rgba(113,63,18,.05)}.lg\:bg-yellow-900\/50{background-color:rgba(113,63,18,.5)}.lg\:bg-yellow-900\/55{background-color:rgba(113,63,18,.55)}.lg\:bg-yellow-900\/60{background-color:rgba(113,63,18,.6)}.lg\:bg-yellow-900\/65{background-color:rgba(113,63,18,.65)}.lg\:bg-yellow-900\/70{background-color:rgba(113,63,18,.7)}.lg\:bg-yellow-900\/75{background-color:rgba(113,63,18,.75)}.lg\:bg-yellow-900\/80{background-color:rgba(113,63,18,.8)}.lg\:bg-yellow-900\/85{background-color:rgba(113,63,18,.85)}.lg\:bg-yellow-900\/90{background-color:rgba(113,63,18,.9)}.lg\:bg-yellow-900\/95{background-color:rgba(113,63,18,.95)}.lg\:bg-yellow-950{--tw-bg-opacity:1;background-color:rgba(66,32,6,var(--tw-bg-opacity))}.lg\:bg-yellow-950\/0{background-color:rgba(66,32,6,0)}.lg\:bg-yellow-950\/10{background-color:rgba(66,32,6,.1)}.lg\:bg-yellow-950\/100{background-color:#422006}.lg\:bg-yellow-950\/15{background-color:rgba(66,32,6,.15)}.lg\:bg-yellow-950\/20{background-color:rgba(66,32,6,.2)}.lg\:bg-yellow-950\/25{background-color:rgba(66,32,6,.25)}.lg\:bg-yellow-950\/30{background-color:rgba(66,32,6,.3)}.lg\:bg-yellow-950\/35{background-color:rgba(66,32,6,.35)}.lg\:bg-yellow-950\/40{background-color:rgba(66,32,6,.4)}.lg\:bg-yellow-950\/45{background-color:rgba(66,32,6,.45)}.lg\:bg-yellow-950\/5{background-color:rgba(66,32,6,.05)}.lg\:bg-yellow-950\/50{background-color:rgba(66,32,6,.5)}.lg\:bg-yellow-950\/55{background-color:rgba(66,32,6,.55)}.lg\:bg-yellow-950\/60{background-color:rgba(66,32,6,.6)}.lg\:bg-yellow-950\/65{background-color:rgba(66,32,6,.65)}.lg\:bg-yellow-950\/70{background-color:rgba(66,32,6,.7)}.lg\:bg-yellow-950\/75{background-color:rgba(66,32,6,.75)}.lg\:bg-yellow-950\/80{background-color:rgba(66,32,6,.8)}.lg\:bg-yellow-950\/85{background-color:rgba(66,32,6,.85)}.lg\:bg-yellow-950\/90{background-color:rgba(66,32,6,.9)}.lg\:bg-yellow-950\/95{background-color:rgba(66,32,6,.95)}.lg\:bg-zinc-100{--tw-bg-opacity:1;background-color:rgba(244,244,245,var(--tw-bg-opacity))}.lg\:bg-zinc-100\/0{background-color:hsla(240,5%,96%,0)}.lg\:bg-zinc-100\/10{background-color:hsla(240,5%,96%,.1)}.lg\:bg-zinc-100\/100{background-color:#f4f4f5}.lg\:bg-zinc-100\/15{background-color:hsla(240,5%,96%,.15)}.lg\:bg-zinc-100\/20{background-color:hsla(240,5%,96%,.2)}.lg\:bg-zinc-100\/25{background-color:hsla(240,5%,96%,.25)}.lg\:bg-zinc-100\/30{background-color:hsla(240,5%,96%,.3)}.lg\:bg-zinc-100\/35{background-color:hsla(240,5%,96%,.35)}.lg\:bg-zinc-100\/40{background-color:hsla(240,5%,96%,.4)}.lg\:bg-zinc-100\/45{background-color:hsla(240,5%,96%,.45)}.lg\:bg-zinc-100\/5{background-color:hsla(240,5%,96%,.05)}.lg\:bg-zinc-100\/50{background-color:hsla(240,5%,96%,.5)}.lg\:bg-zinc-100\/55{background-color:hsla(240,5%,96%,.55)}.lg\:bg-zinc-100\/60{background-color:hsla(240,5%,96%,.6)}.lg\:bg-zinc-100\/65{background-color:hsla(240,5%,96%,.65)}.lg\:bg-zinc-100\/70{background-color:hsla(240,5%,96%,.7)}.lg\:bg-zinc-100\/75{background-color:hsla(240,5%,96%,.75)}.lg\:bg-zinc-100\/80{background-color:hsla(240,5%,96%,.8)}.lg\:bg-zinc-100\/85{background-color:hsla(240,5%,96%,.85)}.lg\:bg-zinc-100\/90{background-color:hsla(240,5%,96%,.9)}.lg\:bg-zinc-100\/95{background-color:hsla(240,5%,96%,.95)}.lg\:bg-zinc-200{--tw-bg-opacity:1;background-color:rgba(228,228,231,var(--tw-bg-opacity))}.lg\:bg-zinc-200\/0{background-color:hsla(240,6%,90%,0)}.lg\:bg-zinc-200\/10{background-color:hsla(240,6%,90%,.1)}.lg\:bg-zinc-200\/100{background-color:#e4e4e7}.lg\:bg-zinc-200\/15{background-color:hsla(240,6%,90%,.15)}.lg\:bg-zinc-200\/20{background-color:hsla(240,6%,90%,.2)}.lg\:bg-zinc-200\/25{background-color:hsla(240,6%,90%,.25)}.lg\:bg-zinc-200\/30{background-color:hsla(240,6%,90%,.3)}.lg\:bg-zinc-200\/35{background-color:hsla(240,6%,90%,.35)}.lg\:bg-zinc-200\/40{background-color:hsla(240,6%,90%,.4)}.lg\:bg-zinc-200\/45{background-color:hsla(240,6%,90%,.45)}.lg\:bg-zinc-200\/5{background-color:hsla(240,6%,90%,.05)}.lg\:bg-zinc-200\/50{background-color:hsla(240,6%,90%,.5)}.lg\:bg-zinc-200\/55{background-color:hsla(240,6%,90%,.55)}.lg\:bg-zinc-200\/60{background-color:hsla(240,6%,90%,.6)}.lg\:bg-zinc-200\/65{background-color:hsla(240,6%,90%,.65)}.lg\:bg-zinc-200\/70{background-color:hsla(240,6%,90%,.7)}.lg\:bg-zinc-200\/75{background-color:hsla(240,6%,90%,.75)}.lg\:bg-zinc-200\/80{background-color:hsla(240,6%,90%,.8)}.lg\:bg-zinc-200\/85{background-color:hsla(240,6%,90%,.85)}.lg\:bg-zinc-200\/90{background-color:hsla(240,6%,90%,.9)}.lg\:bg-zinc-200\/95{background-color:hsla(240,6%,90%,.95)}.lg\:bg-zinc-300{--tw-bg-opacity:1;background-color:rgba(212,212,216,var(--tw-bg-opacity))}.lg\:bg-zinc-300\/0{background-color:hsla(240,5%,84%,0)}.lg\:bg-zinc-300\/10{background-color:hsla(240,5%,84%,.1)}.lg\:bg-zinc-300\/100{background-color:#d4d4d8}.lg\:bg-zinc-300\/15{background-color:hsla(240,5%,84%,.15)}.lg\:bg-zinc-300\/20{background-color:hsla(240,5%,84%,.2)}.lg\:bg-zinc-300\/25{background-color:hsla(240,5%,84%,.25)}.lg\:bg-zinc-300\/30{background-color:hsla(240,5%,84%,.3)}.lg\:bg-zinc-300\/35{background-color:hsla(240,5%,84%,.35)}.lg\:bg-zinc-300\/40{background-color:hsla(240,5%,84%,.4)}.lg\:bg-zinc-300\/45{background-color:hsla(240,5%,84%,.45)}.lg\:bg-zinc-300\/5{background-color:hsla(240,5%,84%,.05)}.lg\:bg-zinc-300\/50{background-color:hsla(240,5%,84%,.5)}.lg\:bg-zinc-300\/55{background-color:hsla(240,5%,84%,.55)}.lg\:bg-zinc-300\/60{background-color:hsla(240,5%,84%,.6)}.lg\:bg-zinc-300\/65{background-color:hsla(240,5%,84%,.65)}.lg\:bg-zinc-300\/70{background-color:hsla(240,5%,84%,.7)}.lg\:bg-zinc-300\/75{background-color:hsla(240,5%,84%,.75)}.lg\:bg-zinc-300\/80{background-color:hsla(240,5%,84%,.8)}.lg\:bg-zinc-300\/85{background-color:hsla(240,5%,84%,.85)}.lg\:bg-zinc-300\/90{background-color:hsla(240,5%,84%,.9)}.lg\:bg-zinc-300\/95{background-color:hsla(240,5%,84%,.95)}.lg\:bg-zinc-400{--tw-bg-opacity:1;background-color:rgba(161,161,170,var(--tw-bg-opacity))}.lg\:bg-zinc-400\/0{background-color:hsla(240,5%,65%,0)}.lg\:bg-zinc-400\/10{background-color:hsla(240,5%,65%,.1)}.lg\:bg-zinc-400\/100{background-color:#a1a1aa}.lg\:bg-zinc-400\/15{background-color:hsla(240,5%,65%,.15)}.lg\:bg-zinc-400\/20{background-color:hsla(240,5%,65%,.2)}.lg\:bg-zinc-400\/25{background-color:hsla(240,5%,65%,.25)}.lg\:bg-zinc-400\/30{background-color:hsla(240,5%,65%,.3)}.lg\:bg-zinc-400\/35{background-color:hsla(240,5%,65%,.35)}.lg\:bg-zinc-400\/40{background-color:hsla(240,5%,65%,.4)}.lg\:bg-zinc-400\/45{background-color:hsla(240,5%,65%,.45)}.lg\:bg-zinc-400\/5{background-color:hsla(240,5%,65%,.05)}.lg\:bg-zinc-400\/50{background-color:hsla(240,5%,65%,.5)}.lg\:bg-zinc-400\/55{background-color:hsla(240,5%,65%,.55)}.lg\:bg-zinc-400\/60{background-color:hsla(240,5%,65%,.6)}.lg\:bg-zinc-400\/65{background-color:hsla(240,5%,65%,.65)}.lg\:bg-zinc-400\/70{background-color:hsla(240,5%,65%,.7)}.lg\:bg-zinc-400\/75{background-color:hsla(240,5%,65%,.75)}.lg\:bg-zinc-400\/80{background-color:hsla(240,5%,65%,.8)}.lg\:bg-zinc-400\/85{background-color:hsla(240,5%,65%,.85)}.lg\:bg-zinc-400\/90{background-color:hsla(240,5%,65%,.9)}.lg\:bg-zinc-400\/95{background-color:hsla(240,5%,65%,.95)}.lg\:bg-zinc-50{--tw-bg-opacity:1;background-color:rgba(250,250,250,var(--tw-bg-opacity))}.lg\:bg-zinc-50\/0{background-color:hsla(0,0%,98%,0)}.lg\:bg-zinc-50\/10{background-color:hsla(0,0%,98%,.1)}.lg\:bg-zinc-50\/100{background-color:#fafafa}.lg\:bg-zinc-50\/15{background-color:hsla(0,0%,98%,.15)}.lg\:bg-zinc-50\/20{background-color:hsla(0,0%,98%,.2)}.lg\:bg-zinc-50\/25{background-color:hsla(0,0%,98%,.25)}.lg\:bg-zinc-50\/30{background-color:hsla(0,0%,98%,.3)}.lg\:bg-zinc-50\/35{background-color:hsla(0,0%,98%,.35)}.lg\:bg-zinc-50\/40{background-color:hsla(0,0%,98%,.4)}.lg\:bg-zinc-50\/45{background-color:hsla(0,0%,98%,.45)}.lg\:bg-zinc-50\/5{background-color:hsla(0,0%,98%,.05)}.lg\:bg-zinc-50\/50{background-color:hsla(0,0%,98%,.5)}.lg\:bg-zinc-50\/55{background-color:hsla(0,0%,98%,.55)}.lg\:bg-zinc-50\/60{background-color:hsla(0,0%,98%,.6)}.lg\:bg-zinc-50\/65{background-color:hsla(0,0%,98%,.65)}.lg\:bg-zinc-50\/70{background-color:hsla(0,0%,98%,.7)}.lg\:bg-zinc-50\/75{background-color:hsla(0,0%,98%,.75)}.lg\:bg-zinc-50\/80{background-color:hsla(0,0%,98%,.8)}.lg\:bg-zinc-50\/85{background-color:hsla(0,0%,98%,.85)}.lg\:bg-zinc-50\/90{background-color:hsla(0,0%,98%,.9)}.lg\:bg-zinc-50\/95{background-color:hsla(0,0%,98%,.95)}.lg\:bg-zinc-500{--tw-bg-opacity:1;background-color:rgba(113,113,122,var(--tw-bg-opacity))}.lg\:bg-zinc-500\/0{background-color:hsla(240,4%,46%,0)}.lg\:bg-zinc-500\/10{background-color:hsla(240,4%,46%,.1)}.lg\:bg-zinc-500\/100{background-color:#71717a}.lg\:bg-zinc-500\/15{background-color:hsla(240,4%,46%,.15)}.lg\:bg-zinc-500\/20{background-color:hsla(240,4%,46%,.2)}.lg\:bg-zinc-500\/25{background-color:hsla(240,4%,46%,.25)}.lg\:bg-zinc-500\/30{background-color:hsla(240,4%,46%,.3)}.lg\:bg-zinc-500\/35{background-color:hsla(240,4%,46%,.35)}.lg\:bg-zinc-500\/40{background-color:hsla(240,4%,46%,.4)}.lg\:bg-zinc-500\/45{background-color:hsla(240,4%,46%,.45)}.lg\:bg-zinc-500\/5{background-color:hsla(240,4%,46%,.05)}.lg\:bg-zinc-500\/50{background-color:hsla(240,4%,46%,.5)}.lg\:bg-zinc-500\/55{background-color:hsla(240,4%,46%,.55)}.lg\:bg-zinc-500\/60{background-color:hsla(240,4%,46%,.6)}.lg\:bg-zinc-500\/65{background-color:hsla(240,4%,46%,.65)}.lg\:bg-zinc-500\/70{background-color:hsla(240,4%,46%,.7)}.lg\:bg-zinc-500\/75{background-color:hsla(240,4%,46%,.75)}.lg\:bg-zinc-500\/80{background-color:hsla(240,4%,46%,.8)}.lg\:bg-zinc-500\/85{background-color:hsla(240,4%,46%,.85)}.lg\:bg-zinc-500\/90{background-color:hsla(240,4%,46%,.9)}.lg\:bg-zinc-500\/95{background-color:hsla(240,4%,46%,.95)}.lg\:bg-zinc-600{--tw-bg-opacity:1;background-color:rgba(82,82,91,var(--tw-bg-opacity))}.lg\:bg-zinc-600\/0{background-color:rgba(82,82,91,0)}.lg\:bg-zinc-600\/10{background-color:rgba(82,82,91,.1)}.lg\:bg-zinc-600\/100{background-color:#52525b}.lg\:bg-zinc-600\/15{background-color:rgba(82,82,91,.15)}.lg\:bg-zinc-600\/20{background-color:rgba(82,82,91,.2)}.lg\:bg-zinc-600\/25{background-color:rgba(82,82,91,.25)}.lg\:bg-zinc-600\/30{background-color:rgba(82,82,91,.3)}.lg\:bg-zinc-600\/35{background-color:rgba(82,82,91,.35)}.lg\:bg-zinc-600\/40{background-color:rgba(82,82,91,.4)}.lg\:bg-zinc-600\/45{background-color:rgba(82,82,91,.45)}.lg\:bg-zinc-600\/5{background-color:rgba(82,82,91,.05)}.lg\:bg-zinc-600\/50{background-color:rgba(82,82,91,.5)}.lg\:bg-zinc-600\/55{background-color:rgba(82,82,91,.55)}.lg\:bg-zinc-600\/60{background-color:rgba(82,82,91,.6)}.lg\:bg-zinc-600\/65{background-color:rgba(82,82,91,.65)}.lg\:bg-zinc-600\/70{background-color:rgba(82,82,91,.7)}.lg\:bg-zinc-600\/75{background-color:rgba(82,82,91,.75)}.lg\:bg-zinc-600\/80{background-color:rgba(82,82,91,.8)}.lg\:bg-zinc-600\/85{background-color:rgba(82,82,91,.85)}.lg\:bg-zinc-600\/90{background-color:rgba(82,82,91,.9)}.lg\:bg-zinc-600\/95{background-color:rgba(82,82,91,.95)}.lg\:bg-zinc-700{--tw-bg-opacity:1;background-color:rgba(63,63,70,var(--tw-bg-opacity))}.lg\:bg-zinc-700\/0{background-color:rgba(63,63,70,0)}.lg\:bg-zinc-700\/10{background-color:rgba(63,63,70,.1)}.lg\:bg-zinc-700\/100{background-color:#3f3f46}.lg\:bg-zinc-700\/15{background-color:rgba(63,63,70,.15)}.lg\:bg-zinc-700\/20{background-color:rgba(63,63,70,.2)}.lg\:bg-zinc-700\/25{background-color:rgba(63,63,70,.25)}.lg\:bg-zinc-700\/30{background-color:rgba(63,63,70,.3)}.lg\:bg-zinc-700\/35{background-color:rgba(63,63,70,.35)}.lg\:bg-zinc-700\/40{background-color:rgba(63,63,70,.4)}.lg\:bg-zinc-700\/45{background-color:rgba(63,63,70,.45)}.lg\:bg-zinc-700\/5{background-color:rgba(63,63,70,.05)}.lg\:bg-zinc-700\/50{background-color:rgba(63,63,70,.5)}.lg\:bg-zinc-700\/55{background-color:rgba(63,63,70,.55)}.lg\:bg-zinc-700\/60{background-color:rgba(63,63,70,.6)}.lg\:bg-zinc-700\/65{background-color:rgba(63,63,70,.65)}.lg\:bg-zinc-700\/70{background-color:rgba(63,63,70,.7)}.lg\:bg-zinc-700\/75{background-color:rgba(63,63,70,.75)}.lg\:bg-zinc-700\/80{background-color:rgba(63,63,70,.8)}.lg\:bg-zinc-700\/85{background-color:rgba(63,63,70,.85)}.lg\:bg-zinc-700\/90{background-color:rgba(63,63,70,.9)}.lg\:bg-zinc-700\/95{background-color:rgba(63,63,70,.95)}.lg\:bg-zinc-800{--tw-bg-opacity:1;background-color:rgba(39,39,42,var(--tw-bg-opacity))}.lg\:bg-zinc-800\/0{background-color:rgba(39,39,42,0)}.lg\:bg-zinc-800\/10{background-color:rgba(39,39,42,.1)}.lg\:bg-zinc-800\/100{background-color:#27272a}.lg\:bg-zinc-800\/15{background-color:rgba(39,39,42,.15)}.lg\:bg-zinc-800\/20{background-color:rgba(39,39,42,.2)}.lg\:bg-zinc-800\/25{background-color:rgba(39,39,42,.25)}.lg\:bg-zinc-800\/30{background-color:rgba(39,39,42,.3)}.lg\:bg-zinc-800\/35{background-color:rgba(39,39,42,.35)}.lg\:bg-zinc-800\/40{background-color:rgba(39,39,42,.4)}.lg\:bg-zinc-800\/45{background-color:rgba(39,39,42,.45)}.lg\:bg-zinc-800\/5{background-color:rgba(39,39,42,.05)}.lg\:bg-zinc-800\/50{background-color:rgba(39,39,42,.5)}.lg\:bg-zinc-800\/55{background-color:rgba(39,39,42,.55)}.lg\:bg-zinc-800\/60{background-color:rgba(39,39,42,.6)}.lg\:bg-zinc-800\/65{background-color:rgba(39,39,42,.65)}.lg\:bg-zinc-800\/70{background-color:rgba(39,39,42,.7)}.lg\:bg-zinc-800\/75{background-color:rgba(39,39,42,.75)}.lg\:bg-zinc-800\/80{background-color:rgba(39,39,42,.8)}.lg\:bg-zinc-800\/85{background-color:rgba(39,39,42,.85)}.lg\:bg-zinc-800\/90{background-color:rgba(39,39,42,.9)}.lg\:bg-zinc-800\/95{background-color:rgba(39,39,42,.95)}.lg\:bg-zinc-900{--tw-bg-opacity:1;background-color:rgba(24,24,27,var(--tw-bg-opacity))}.lg\:bg-zinc-900\/0{background-color:rgba(24,24,27,0)}.lg\:bg-zinc-900\/10{background-color:rgba(24,24,27,.1)}.lg\:bg-zinc-900\/100{background-color:#18181b}.lg\:bg-zinc-900\/15{background-color:rgba(24,24,27,.15)}.lg\:bg-zinc-900\/20{background-color:rgba(24,24,27,.2)}.lg\:bg-zinc-900\/25{background-color:rgba(24,24,27,.25)}.lg\:bg-zinc-900\/30{background-color:rgba(24,24,27,.3)}.lg\:bg-zinc-900\/35{background-color:rgba(24,24,27,.35)}.lg\:bg-zinc-900\/40{background-color:rgba(24,24,27,.4)}.lg\:bg-zinc-900\/45{background-color:rgba(24,24,27,.45)}.lg\:bg-zinc-900\/5{background-color:rgba(24,24,27,.05)}.lg\:bg-zinc-900\/50{background-color:rgba(24,24,27,.5)}.lg\:bg-zinc-900\/55{background-color:rgba(24,24,27,.55)}.lg\:bg-zinc-900\/60{background-color:rgba(24,24,27,.6)}.lg\:bg-zinc-900\/65{background-color:rgba(24,24,27,.65)}.lg\:bg-zinc-900\/70{background-color:rgba(24,24,27,.7)}.lg\:bg-zinc-900\/75{background-color:rgba(24,24,27,.75)}.lg\:bg-zinc-900\/80{background-color:rgba(24,24,27,.8)}.lg\:bg-zinc-900\/85{background-color:rgba(24,24,27,.85)}.lg\:bg-zinc-900\/90{background-color:rgba(24,24,27,.9)}.lg\:bg-zinc-900\/95{background-color:rgba(24,24,27,.95)}.lg\:bg-zinc-950{--tw-bg-opacity:1;background-color:rgba(9,9,11,var(--tw-bg-opacity))}.lg\:bg-zinc-950\/0{background-color:rgba(9,9,11,0)}.lg\:bg-zinc-950\/10{background-color:rgba(9,9,11,.1)}.lg\:bg-zinc-950\/100{background-color:#09090b}.lg\:bg-zinc-950\/15{background-color:rgba(9,9,11,.15)}.lg\:bg-zinc-950\/20{background-color:rgba(9,9,11,.2)}.lg\:bg-zinc-950\/25{background-color:rgba(9,9,11,.25)}.lg\:bg-zinc-950\/30{background-color:rgba(9,9,11,.3)}.lg\:bg-zinc-950\/35{background-color:rgba(9,9,11,.35)}.lg\:bg-zinc-950\/40{background-color:rgba(9,9,11,.4)}.lg\:bg-zinc-950\/45{background-color:rgba(9,9,11,.45)}.lg\:bg-zinc-950\/5{background-color:rgba(9,9,11,.05)}.lg\:bg-zinc-950\/50{background-color:rgba(9,9,11,.5)}.lg\:bg-zinc-950\/55{background-color:rgba(9,9,11,.55)}.lg\:bg-zinc-950\/60{background-color:rgba(9,9,11,.6)}.lg\:bg-zinc-950\/65{background-color:rgba(9,9,11,.65)}.lg\:bg-zinc-950\/70{background-color:rgba(9,9,11,.7)}.lg\:bg-zinc-950\/75{background-color:rgba(9,9,11,.75)}.lg\:bg-zinc-950\/80{background-color:rgba(9,9,11,.8)}.lg\:bg-zinc-950\/85{background-color:rgba(9,9,11,.85)}.lg\:bg-zinc-950\/90{background-color:rgba(9,9,11,.9)}.lg\:bg-zinc-950\/95{background-color:rgba(9,9,11,.95)}.lg\:bg-opacity-0{--tw-bg-opacity:0}.lg\:bg-opacity-10{--tw-bg-opacity:0.1}.lg\:bg-opacity-100{--tw-bg-opacity:1}.lg\:bg-opacity-15{--tw-bg-opacity:0.15}.lg\:bg-opacity-20{--tw-bg-opacity:0.2}.lg\:bg-opacity-25{--tw-bg-opacity:0.25}.lg\:bg-opacity-30{--tw-bg-opacity:0.3}.lg\:bg-opacity-35{--tw-bg-opacity:0.35}.lg\:bg-opacity-40{--tw-bg-opacity:0.4}.lg\:bg-opacity-45{--tw-bg-opacity:0.45}.lg\:bg-opacity-5{--tw-bg-opacity:0.05}.lg\:bg-opacity-50{--tw-bg-opacity:0.5}.lg\:bg-opacity-55{--tw-bg-opacity:0.55}.lg\:bg-opacity-60{--tw-bg-opacity:0.6}.lg\:bg-opacity-65{--tw-bg-opacity:0.65}.lg\:bg-opacity-70{--tw-bg-opacity:0.7}.lg\:bg-opacity-75{--tw-bg-opacity:0.75}.lg\:bg-opacity-80{--tw-bg-opacity:0.8}.lg\:bg-opacity-85{--tw-bg-opacity:0.85}.lg\:bg-opacity-90{--tw-bg-opacity:0.9}.lg\:bg-opacity-95{--tw-bg-opacity:0.95}.lg\:bg-colour-options{background-image:url(/app/themes/wraith/public/images/colour-options-bg.947ce4.svg)}.lg\:bg-footer{background-image:url(/app/themes/wraith/public/images/footer-bg.0a5cc9.svg)}.lg\:bg-gradient-to-b{background-image:linear-gradient(to bottom,var(--tw-gradient-stops))}.lg\:bg-gradient-to-bl{background-image:linear-gradient(to bottom left,var(--tw-gradient-stops))}.lg\:bg-gradient-to-br{background-image:linear-gradient(to bottom right,var(--tw-gradient-stops))}.lg\:bg-gradient-to-l{background-image:linear-gradient(to left,var(--tw-gradient-stops))}.lg\:bg-gradient-to-r{background-image:linear-gradient(to right,var(--tw-gradient-stops))}.lg\:bg-gradient-to-t{background-image:linear-gradient(to top,var(--tw-gradient-stops))}.lg\:bg-gradient-to-tl{background-image:linear-gradient(to top left,var(--tw-gradient-stops))}.lg\:bg-gradient-to-tr{background-image:linear-gradient(to top right,var(--tw-gradient-stops))}.lg\:bg-none{background-image:none}.lg\:bg-secondary-dark-gray-white-split{background-image:linear-gradient(180deg,#f2f3f4,#f2f3f4 50%,#fff 0,#fff)}.lg\:bg-trust-col{background-image:url(/app/themes/wraith/public/images/trust-col-bg.8161a3.svg)}.lg\:bg-white-secondary-split{background-image:linear-gradient(180deg,#fff,#fff 50%,#042131 0,#042131)}.lg\:bg-auto{background-size:auto}.lg\:bg-contain{background-size:contain}.lg\:bg-cover{background-size:cover}.lg\:bg-fixed{background-attachment:fixed}.lg\:bg-local{background-attachment:local}.lg\:bg-scroll{background-attachment:scroll}.lg\:bg-clip-border{background-clip:initial}.lg\:bg-clip-padding{background-clip:padding-box}.lg\:bg-clip-content{background-clip:content-box}.lg\:bg-clip-text{-webkit-background-clip:text;background-clip:text}.lg\:bg-bottom{background-position:bottom}.lg\:bg-center{background-position:50%}.lg\:bg-left{background-position:0}.lg\:bg-left-bottom{background-position:0 100%}.lg\:bg-left-top{background-position:0 0}.lg\:bg-right{background-position:100%}.lg\:bg-right-bottom{background-position:100% 100%}.lg\:bg-right-top{background-position:100% 0}.lg\:bg-top{background-position:top}.lg\:bg-repeat{background-repeat:repeat}.lg\:bg-no-repeat{background-repeat:no-repeat}.lg\:bg-repeat-x{background-repeat:repeat-x}.lg\:bg-repeat-y{background-repeat:repeat-y}.lg\:bg-repeat-round{background-repeat:round}.lg\:bg-repeat-space{background-repeat:space}.lg\:bg-origin-border{background-origin:border-box}.lg\:bg-origin-padding{background-origin:initial}.lg\:bg-origin-content{background-origin:content-box}.lg\:p-12{padding:3rem}.lg\:p-4{padding:1rem}.lg\:p-6{padding:1.5rem}.lg\:p-8{padding:2rem}.lg\:px-0{padding-left:0;padding-right:0}.lg\:px-12{padding-left:3rem;padding-right:3rem}.lg\:px-16{padding-left:4rem;padding-right:4rem}.lg\:px-4{padding-left:1rem;padding-right:1rem}.lg\:px-7{padding-left:1.75rem;padding-right:1.75rem}.lg\:px-8{padding-left:2rem;padding-right:2rem}.lg\:py-0{padding-bottom:0;padding-top:0}.lg\:py-12{padding-bottom:3rem;padding-top:3rem}.lg\:py-16{padding-bottom:4rem;padding-top:4rem}.lg\:py-20{padding-bottom:5rem;padding-top:5rem}.lg\:py-24{padding-bottom:6rem;padding-top:6rem}.lg\:py-3{padding-bottom:.75rem;padding-top:.75rem}.lg\:py-3\.5{padding-bottom:.875rem;padding-top:.875rem}.lg\:py-5{padding-bottom:1.25rem;padding-top:1.25rem}.lg\:py-8{padding-bottom:2rem;padding-top:2rem}.lg\:pb-0{padding-bottom:0}.lg\:pb-12{padding-bottom:3rem}.lg\:pb-14{padding-bottom:3.5rem}.lg\:pb-20{padding-bottom:5rem}.lg\:pb-4{padding-bottom:1rem}.lg\:pl-1{padding-left:.25rem}.lg\:pl-12{padding-left:3rem}.lg\:pl-3{padding-left:.75rem}.lg\:pl-4{padding-left:1rem}.lg\:pl-8{padding-left:2rem}.lg\:pr-12{padding-right:3rem}.lg\:pr-20{padding-right:5rem}.lg\:pr-4{padding-right:1rem}.lg\:pr-8{padding-right:2rem}.lg\:pt-0{padding-top:0}.lg\:pt-12{padding-top:3rem}.lg\:pt-16{padding-top:4rem}.lg\:pt-32{padding-top:8rem}.lg\:pt-4{padding-top:1rem}.lg\:pt-64{padding-top:16rem}.lg\:text-3xl{font-size:1.875rem;line-height:2.25rem}.lg\:text-4xl{font-size:2.25rem;line-height:2.5rem}.lg\:text-5xl{font-size:3rem;line-height:1}.lg\:text-base{font-size:1rem;line-height:1.5rem}.lg\:text-base\/tight{font-size:1rem;line-height:1.25}.lg\:text-lg\/tight{font-size:1.125rem;line-height:1.25}.lg\:text-xl{font-size:1.25rem;line-height:1.75rem}.lg\:text-xl\/tight{font-size:1.25rem;line-height:1.25}.lg\:font-bold{font-weight:700}.lg\:bg-blend-normal{background-blend-mode:normal}.lg\:bg-blend-multiply{background-blend-mode:multiply}.lg\:bg-blend-screen{background-blend-mode:screen}.lg\:bg-blend-overlay{background-blend-mode:overlay}.lg\:bg-blend-darken{background-blend-mode:darken}.lg\:bg-blend-lighten{background-blend-mode:lighten}.lg\:bg-blend-color-dodge{background-blend-mode:color-dodge}.lg\:bg-blend-color-burn{background-blend-mode:color-burn}.lg\:bg-blend-hard-light{background-blend-mode:hard-light}.lg\:bg-blend-soft-light{background-blend-mode:soft-light}.lg\:bg-blend-difference{background-blend-mode:difference}.lg\:bg-blend-exclusion{background-blend-mode:exclusion}.lg\:bg-blend-hue{background-blend-mode:hue}.lg\:bg-blend-saturation{background-blend-mode:saturation}.lg\:bg-blend-color{background-blend-mode:color}.lg\:bg-blend-luminosity{background-blend-mode:luminosity}.lg\:hover\:w-72:hover{width:18rem}.lg\:hover\:justify-start:hover{justify-content:flex-start}.group\/cta:hover .lg\:group-hover\/cta\:block{display:block}.group\/link:hover .lg\:group-hover\/link\:-translate-x-1\.5{--tw-translate-x:-0.375rem}.group\/link:hover .lg\:group-hover\/link\:-translate-x-1\.5,.group\/link:hover .lg\:group-hover\/link\:-translate-x-6{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))}.group\/link:hover .lg\:group-hover\/link\:-translate-x-6{--tw-translate-x:-1.5rem}.group\/link:hover .lg\:group-hover\/link\:translate-x-8{--tw-translate-x:2rem;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}}@media (min-width:1280px){.xl\:mt-0{margin-top:0}.xl\:mt-28{margin-top:7rem}.xl\:block{display:block}.xl\:inline-block{display:inline-block}.xl\:hidden{display:none}.xl\:w-1\/2{width:50%}.xl\:w-1\/3{width:33.333333%}.xl\:w-1\/4{width:25%}.xl\:w-1\/6{width:16.666667%}.xl\:w-11\/12{width:91.666667%}.xl\:w-2\/3{width:66.666667%}.xl\:w-2\/5{width:40%}.xl\:w-3\/4{width:75%}.xl\:w-3\/5{width:60%}.xl\:w-5\/6{width:83.333333%}.xl\:max-w-\[80\%\]{max-width:80%}.xl\:max-w-\[90\%\]{max-width:90%}.xl\:-translate-x-10{--tw-translate-x:-2.5rem;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.xl\:grid-cols-4{grid-template-columns:repeat(4,minmax(0,1fr))}.xl\:flex-row{flex-direction:row}.xl\:gap-12{gap:3rem}.xl\:gap-16{gap:4rem}.xl\:gap-40{gap:10rem}.xl\:gap-8{gap:2rem}.xl\:gap-9{gap:2.25rem}.xl\:gap-x-8{column-gap:2rem}.xl\:bg-amber-100{--tw-bg-opacity:1;background-color:rgba(254,243,199,var(--tw-bg-opacity))}.xl\:bg-amber-100\/0{background-color:hsla(48,96%,89%,0)}.xl\:bg-amber-100\/10{background-color:hsla(48,96%,89%,.1)}.xl\:bg-amber-100\/100{background-color:#fef3c7}.xl\:bg-amber-100\/15{background-color:hsla(48,96%,89%,.15)}.xl\:bg-amber-100\/20{background-color:hsla(48,96%,89%,.2)}.xl\:bg-amber-100\/25{background-color:hsla(48,96%,89%,.25)}.xl\:bg-amber-100\/30{background-color:hsla(48,96%,89%,.3)}.xl\:bg-amber-100\/35{background-color:hsla(48,96%,89%,.35)}.xl\:bg-amber-100\/40{background-color:hsla(48,96%,89%,.4)}.xl\:bg-amber-100\/45{background-color:hsla(48,96%,89%,.45)}.xl\:bg-amber-100\/5{background-color:hsla(48,96%,89%,.05)}.xl\:bg-amber-100\/50{background-color:hsla(48,96%,89%,.5)}.xl\:bg-amber-100\/55{background-color:hsla(48,96%,89%,.55)}.xl\:bg-amber-100\/60{background-color:hsla(48,96%,89%,.6)}.xl\:bg-amber-100\/65{background-color:hsla(48,96%,89%,.65)}.xl\:bg-amber-100\/70{background-color:hsla(48,96%,89%,.7)}.xl\:bg-amber-100\/75{background-color:hsla(48,96%,89%,.75)}.xl\:bg-amber-100\/80{background-color:hsla(48,96%,89%,.8)}.xl\:bg-amber-100\/85{background-color:hsla(48,96%,89%,.85)}.xl\:bg-amber-100\/90{background-color:hsla(48,96%,89%,.9)}.xl\:bg-amber-100\/95{background-color:hsla(48,96%,89%,.95)}.xl\:bg-amber-200{--tw-bg-opacity:1;background-color:rgba(253,230,138,var(--tw-bg-opacity))}.xl\:bg-amber-200\/0{background-color:hsla(48,97%,77%,0)}.xl\:bg-amber-200\/10{background-color:hsla(48,97%,77%,.1)}.xl\:bg-amber-200\/100{background-color:#fde68a}.xl\:bg-amber-200\/15{background-color:hsla(48,97%,77%,.15)}.xl\:bg-amber-200\/20{background-color:hsla(48,97%,77%,.2)}.xl\:bg-amber-200\/25{background-color:hsla(48,97%,77%,.25)}.xl\:bg-amber-200\/30{background-color:hsla(48,97%,77%,.3)}.xl\:bg-amber-200\/35{background-color:hsla(48,97%,77%,.35)}.xl\:bg-amber-200\/40{background-color:hsla(48,97%,77%,.4)}.xl\:bg-amber-200\/45{background-color:hsla(48,97%,77%,.45)}.xl\:bg-amber-200\/5{background-color:hsla(48,97%,77%,.05)}.xl\:bg-amber-200\/50{background-color:hsla(48,97%,77%,.5)}.xl\:bg-amber-200\/55{background-color:hsla(48,97%,77%,.55)}.xl\:bg-amber-200\/60{background-color:hsla(48,97%,77%,.6)}.xl\:bg-amber-200\/65{background-color:hsla(48,97%,77%,.65)}.xl\:bg-amber-200\/70{background-color:hsla(48,97%,77%,.7)}.xl\:bg-amber-200\/75{background-color:hsla(48,97%,77%,.75)}.xl\:bg-amber-200\/80{background-color:hsla(48,97%,77%,.8)}.xl\:bg-amber-200\/85{background-color:hsla(48,97%,77%,.85)}.xl\:bg-amber-200\/90{background-color:hsla(48,97%,77%,.9)}.xl\:bg-amber-200\/95{background-color:hsla(48,97%,77%,.95)}.xl\:bg-amber-300{--tw-bg-opacity:1;background-color:rgba(252,211,77,var(--tw-bg-opacity))}.xl\:bg-amber-300\/0{background-color:rgba(252,211,77,0)}.xl\:bg-amber-300\/10{background-color:rgba(252,211,77,.1)}.xl\:bg-amber-300\/100{background-color:#fcd34d}.xl\:bg-amber-300\/15{background-color:rgba(252,211,77,.15)}.xl\:bg-amber-300\/20{background-color:rgba(252,211,77,.2)}.xl\:bg-amber-300\/25{background-color:rgba(252,211,77,.25)}.xl\:bg-amber-300\/30{background-color:rgba(252,211,77,.3)}.xl\:bg-amber-300\/35{background-color:rgba(252,211,77,.35)}.xl\:bg-amber-300\/40{background-color:rgba(252,211,77,.4)}.xl\:bg-amber-300\/45{background-color:rgba(252,211,77,.45)}.xl\:bg-amber-300\/5{background-color:rgba(252,211,77,.05)}.xl\:bg-amber-300\/50{background-color:rgba(252,211,77,.5)}.xl\:bg-amber-300\/55{background-color:rgba(252,211,77,.55)}.xl\:bg-amber-300\/60{background-color:rgba(252,211,77,.6)}.xl\:bg-amber-300\/65{background-color:rgba(252,211,77,.65)}.xl\:bg-amber-300\/70{background-color:rgba(252,211,77,.7)}.xl\:bg-amber-300\/75{background-color:rgba(252,211,77,.75)}.xl\:bg-amber-300\/80{background-color:rgba(252,211,77,.8)}.xl\:bg-amber-300\/85{background-color:rgba(252,211,77,.85)}.xl\:bg-amber-300\/90{background-color:rgba(252,211,77,.9)}.xl\:bg-amber-300\/95{background-color:rgba(252,211,77,.95)}.xl\:bg-amber-400{--tw-bg-opacity:1;background-color:rgba(251,191,36,var(--tw-bg-opacity))}.xl\:bg-amber-400\/0{background-color:rgba(251,191,36,0)}.xl\:bg-amber-400\/10{background-color:rgba(251,191,36,.1)}.xl\:bg-amber-400\/100{background-color:#fbbf24}.xl\:bg-amber-400\/15{background-color:rgba(251,191,36,.15)}.xl\:bg-amber-400\/20{background-color:rgba(251,191,36,.2)}.xl\:bg-amber-400\/25{background-color:rgba(251,191,36,.25)}.xl\:bg-amber-400\/30{background-color:rgba(251,191,36,.3)}.xl\:bg-amber-400\/35{background-color:rgba(251,191,36,.35)}.xl\:bg-amber-400\/40{background-color:rgba(251,191,36,.4)}.xl\:bg-amber-400\/45{background-color:rgba(251,191,36,.45)}.xl\:bg-amber-400\/5{background-color:rgba(251,191,36,.05)}.xl\:bg-amber-400\/50{background-color:rgba(251,191,36,.5)}.xl\:bg-amber-400\/55{background-color:rgba(251,191,36,.55)}.xl\:bg-amber-400\/60{background-color:rgba(251,191,36,.6)}.xl\:bg-amber-400\/65{background-color:rgba(251,191,36,.65)}.xl\:bg-amber-400\/70{background-color:rgba(251,191,36,.7)}.xl\:bg-amber-400\/75{background-color:rgba(251,191,36,.75)}.xl\:bg-amber-400\/80{background-color:rgba(251,191,36,.8)}.xl\:bg-amber-400\/85{background-color:rgba(251,191,36,.85)}.xl\:bg-amber-400\/90{background-color:rgba(251,191,36,.9)}.xl\:bg-amber-400\/95{background-color:rgba(251,191,36,.95)}.xl\:bg-amber-50{--tw-bg-opacity:1;background-color:rgba(255,251,235,var(--tw-bg-opacity))}.xl\:bg-amber-50\/0{background-color:rgba(255,251,235,0)}.xl\:bg-amber-50\/10{background-color:rgba(255,251,235,.1)}.xl\:bg-amber-50\/100{background-color:#fffbeb}.xl\:bg-amber-50\/15{background-color:rgba(255,251,235,.15)}.xl\:bg-amber-50\/20{background-color:rgba(255,251,235,.2)}.xl\:bg-amber-50\/25{background-color:rgba(255,251,235,.25)}.xl\:bg-amber-50\/30{background-color:rgba(255,251,235,.3)}.xl\:bg-amber-50\/35{background-color:rgba(255,251,235,.35)}.xl\:bg-amber-50\/40{background-color:rgba(255,251,235,.4)}.xl\:bg-amber-50\/45{background-color:rgba(255,251,235,.45)}.xl\:bg-amber-50\/5{background-color:rgba(255,251,235,.05)}.xl\:bg-amber-50\/50{background-color:rgba(255,251,235,.5)}.xl\:bg-amber-50\/55{background-color:rgba(255,251,235,.55)}.xl\:bg-amber-50\/60{background-color:rgba(255,251,235,.6)}.xl\:bg-amber-50\/65{background-color:rgba(255,251,235,.65)}.xl\:bg-amber-50\/70{background-color:rgba(255,251,235,.7)}.xl\:bg-amber-50\/75{background-color:rgba(255,251,235,.75)}.xl\:bg-amber-50\/80{background-color:rgba(255,251,235,.8)}.xl\:bg-amber-50\/85{background-color:rgba(255,251,235,.85)}.xl\:bg-amber-50\/90{background-color:rgba(255,251,235,.9)}.xl\:bg-amber-50\/95{background-color:rgba(255,251,235,.95)}.xl\:bg-amber-500{--tw-bg-opacity:1;background-color:rgba(245,158,11,var(--tw-bg-opacity))}.xl\:bg-amber-500\/0{background-color:rgba(245,158,11,0)}.xl\:bg-amber-500\/10{background-color:rgba(245,158,11,.1)}.xl\:bg-amber-500\/100{background-color:#f59e0b}.xl\:bg-amber-500\/15{background-color:rgba(245,158,11,.15)}.xl\:bg-amber-500\/20{background-color:rgba(245,158,11,.2)}.xl\:bg-amber-500\/25{background-color:rgba(245,158,11,.25)}.xl\:bg-amber-500\/30{background-color:rgba(245,158,11,.3)}.xl\:bg-amber-500\/35{background-color:rgba(245,158,11,.35)}.xl\:bg-amber-500\/40{background-color:rgba(245,158,11,.4)}.xl\:bg-amber-500\/45{background-color:rgba(245,158,11,.45)}.xl\:bg-amber-500\/5{background-color:rgba(245,158,11,.05)}.xl\:bg-amber-500\/50{background-color:rgba(245,158,11,.5)}.xl\:bg-amber-500\/55{background-color:rgba(245,158,11,.55)}.xl\:bg-amber-500\/60{background-color:rgba(245,158,11,.6)}.xl\:bg-amber-500\/65{background-color:rgba(245,158,11,.65)}.xl\:bg-amber-500\/70{background-color:rgba(245,158,11,.7)}.xl\:bg-amber-500\/75{background-color:rgba(245,158,11,.75)}.xl\:bg-amber-500\/80{background-color:rgba(245,158,11,.8)}.xl\:bg-amber-500\/85{background-color:rgba(245,158,11,.85)}.xl\:bg-amber-500\/90{background-color:rgba(245,158,11,.9)}.xl\:bg-amber-500\/95{background-color:rgba(245,158,11,.95)}.xl\:bg-amber-600{--tw-bg-opacity:1;background-color:rgba(217,119,6,var(--tw-bg-opacity))}.xl\:bg-amber-600\/0{background-color:rgba(217,119,6,0)}.xl\:bg-amber-600\/10{background-color:rgba(217,119,6,.1)}.xl\:bg-amber-600\/100{background-color:#d97706}.xl\:bg-amber-600\/15{background-color:rgba(217,119,6,.15)}.xl\:bg-amber-600\/20{background-color:rgba(217,119,6,.2)}.xl\:bg-amber-600\/25{background-color:rgba(217,119,6,.25)}.xl\:bg-amber-600\/30{background-color:rgba(217,119,6,.3)}.xl\:bg-amber-600\/35{background-color:rgba(217,119,6,.35)}.xl\:bg-amber-600\/40{background-color:rgba(217,119,6,.4)}.xl\:bg-amber-600\/45{background-color:rgba(217,119,6,.45)}.xl\:bg-amber-600\/5{background-color:rgba(217,119,6,.05)}.xl\:bg-amber-600\/50{background-color:rgba(217,119,6,.5)}.xl\:bg-amber-600\/55{background-color:rgba(217,119,6,.55)}.xl\:bg-amber-600\/60{background-color:rgba(217,119,6,.6)}.xl\:bg-amber-600\/65{background-color:rgba(217,119,6,.65)}.xl\:bg-amber-600\/70{background-color:rgba(217,119,6,.7)}.xl\:bg-amber-600\/75{background-color:rgba(217,119,6,.75)}.xl\:bg-amber-600\/80{background-color:rgba(217,119,6,.8)}.xl\:bg-amber-600\/85{background-color:rgba(217,119,6,.85)}.xl\:bg-amber-600\/90{background-color:rgba(217,119,6,.9)}.xl\:bg-amber-600\/95{background-color:rgba(217,119,6,.95)}.xl\:bg-amber-700{--tw-bg-opacity:1;background-color:rgba(180,83,9,var(--tw-bg-opacity))}.xl\:bg-amber-700\/0{background-color:rgba(180,83,9,0)}.xl\:bg-amber-700\/10{background-color:rgba(180,83,9,.1)}.xl\:bg-amber-700\/100{background-color:#b45309}.xl\:bg-amber-700\/15{background-color:rgba(180,83,9,.15)}.xl\:bg-amber-700\/20{background-color:rgba(180,83,9,.2)}.xl\:bg-amber-700\/25{background-color:rgba(180,83,9,.25)}.xl\:bg-amber-700\/30{background-color:rgba(180,83,9,.3)}.xl\:bg-amber-700\/35{background-color:rgba(180,83,9,.35)}.xl\:bg-amber-700\/40{background-color:rgba(180,83,9,.4)}.xl\:bg-amber-700\/45{background-color:rgba(180,83,9,.45)}.xl\:bg-amber-700\/5{background-color:rgba(180,83,9,.05)}.xl\:bg-amber-700\/50{background-color:rgba(180,83,9,.5)}.xl\:bg-amber-700\/55{background-color:rgba(180,83,9,.55)}.xl\:bg-amber-700\/60{background-color:rgba(180,83,9,.6)}.xl\:bg-amber-700\/65{background-color:rgba(180,83,9,.65)}.xl\:bg-amber-700\/70{background-color:rgba(180,83,9,.7)}.xl\:bg-amber-700\/75{background-color:rgba(180,83,9,.75)}.xl\:bg-amber-700\/80{background-color:rgba(180,83,9,.8)}.xl\:bg-amber-700\/85{background-color:rgba(180,83,9,.85)}.xl\:bg-amber-700\/90{background-color:rgba(180,83,9,.9)}.xl\:bg-amber-700\/95{background-color:rgba(180,83,9,.95)}.xl\:bg-amber-800{--tw-bg-opacity:1;background-color:rgba(146,64,14,var(--tw-bg-opacity))}.xl\:bg-amber-800\/0{background-color:rgba(146,64,14,0)}.xl\:bg-amber-800\/10{background-color:rgba(146,64,14,.1)}.xl\:bg-amber-800\/100{background-color:#92400e}.xl\:bg-amber-800\/15{background-color:rgba(146,64,14,.15)}.xl\:bg-amber-800\/20{background-color:rgba(146,64,14,.2)}.xl\:bg-amber-800\/25{background-color:rgba(146,64,14,.25)}.xl\:bg-amber-800\/30{background-color:rgba(146,64,14,.3)}.xl\:bg-amber-800\/35{background-color:rgba(146,64,14,.35)}.xl\:bg-amber-800\/40{background-color:rgba(146,64,14,.4)}.xl\:bg-amber-800\/45{background-color:rgba(146,64,14,.45)}.xl\:bg-amber-800\/5{background-color:rgba(146,64,14,.05)}.xl\:bg-amber-800\/50{background-color:rgba(146,64,14,.5)}.xl\:bg-amber-800\/55{background-color:rgba(146,64,14,.55)}.xl\:bg-amber-800\/60{background-color:rgba(146,64,14,.6)}.xl\:bg-amber-800\/65{background-color:rgba(146,64,14,.65)}.xl\:bg-amber-800\/70{background-color:rgba(146,64,14,.7)}.xl\:bg-amber-800\/75{background-color:rgba(146,64,14,.75)}.xl\:bg-amber-800\/80{background-color:rgba(146,64,14,.8)}.xl\:bg-amber-800\/85{background-color:rgba(146,64,14,.85)}.xl\:bg-amber-800\/90{background-color:rgba(146,64,14,.9)}.xl\:bg-amber-800\/95{background-color:rgba(146,64,14,.95)}.xl\:bg-amber-900{--tw-bg-opacity:1;background-color:rgba(120,53,15,var(--tw-bg-opacity))}.xl\:bg-amber-900\/0{background-color:rgba(120,53,15,0)}.xl\:bg-amber-900\/10{background-color:rgba(120,53,15,.1)}.xl\:bg-amber-900\/100{background-color:#78350f}.xl\:bg-amber-900\/15{background-color:rgba(120,53,15,.15)}.xl\:bg-amber-900\/20{background-color:rgba(120,53,15,.2)}.xl\:bg-amber-900\/25{background-color:rgba(120,53,15,.25)}.xl\:bg-amber-900\/30{background-color:rgba(120,53,15,.3)}.xl\:bg-amber-900\/35{background-color:rgba(120,53,15,.35)}.xl\:bg-amber-900\/40{background-color:rgba(120,53,15,.4)}.xl\:bg-amber-900\/45{background-color:rgba(120,53,15,.45)}.xl\:bg-amber-900\/5{background-color:rgba(120,53,15,.05)}.xl\:bg-amber-900\/50{background-color:rgba(120,53,15,.5)}.xl\:bg-amber-900\/55{background-color:rgba(120,53,15,.55)}.xl\:bg-amber-900\/60{background-color:rgba(120,53,15,.6)}.xl\:bg-amber-900\/65{background-color:rgba(120,53,15,.65)}.xl\:bg-amber-900\/70{background-color:rgba(120,53,15,.7)}.xl\:bg-amber-900\/75{background-color:rgba(120,53,15,.75)}.xl\:bg-amber-900\/80{background-color:rgba(120,53,15,.8)}.xl\:bg-amber-900\/85{background-color:rgba(120,53,15,.85)}.xl\:bg-amber-900\/90{background-color:rgba(120,53,15,.9)}.xl\:bg-amber-900\/95{background-color:rgba(120,53,15,.95)}.xl\:bg-amber-950{--tw-bg-opacity:1;background-color:rgba(69,26,3,var(--tw-bg-opacity))}.xl\:bg-amber-950\/0{background-color:rgba(69,26,3,0)}.xl\:bg-amber-950\/10{background-color:rgba(69,26,3,.1)}.xl\:bg-amber-950\/100{background-color:#451a03}.xl\:bg-amber-950\/15{background-color:rgba(69,26,3,.15)}.xl\:bg-amber-950\/20{background-color:rgba(69,26,3,.2)}.xl\:bg-amber-950\/25{background-color:rgba(69,26,3,.25)}.xl\:bg-amber-950\/30{background-color:rgba(69,26,3,.3)}.xl\:bg-amber-950\/35{background-color:rgba(69,26,3,.35)}.xl\:bg-amber-950\/40{background-color:rgba(69,26,3,.4)}.xl\:bg-amber-950\/45{background-color:rgba(69,26,3,.45)}.xl\:bg-amber-950\/5{background-color:rgba(69,26,3,.05)}.xl\:bg-amber-950\/50{background-color:rgba(69,26,3,.5)}.xl\:bg-amber-950\/55{background-color:rgba(69,26,3,.55)}.xl\:bg-amber-950\/60{background-color:rgba(69,26,3,.6)}.xl\:bg-amber-950\/65{background-color:rgba(69,26,3,.65)}.xl\:bg-amber-950\/70{background-color:rgba(69,26,3,.7)}.xl\:bg-amber-950\/75{background-color:rgba(69,26,3,.75)}.xl\:bg-amber-950\/80{background-color:rgba(69,26,3,.8)}.xl\:bg-amber-950\/85{background-color:rgba(69,26,3,.85)}.xl\:bg-amber-950\/90{background-color:rgba(69,26,3,.9)}.xl\:bg-amber-950\/95{background-color:rgba(69,26,3,.95)}.xl\:bg-black{--tw-bg-opacity:1;background-color:rgba(0,0,0,var(--tw-bg-opacity))}.xl\:bg-black\/0{background-color:transparent}.xl\:bg-black\/10{background-color:rgba(0,0,0,.1)}.xl\:bg-black\/100{background-color:#000}.xl\:bg-black\/15{background-color:rgba(0,0,0,.15)}.xl\:bg-black\/20{background-color:rgba(0,0,0,.2)}.xl\:bg-black\/25{background-color:rgba(0,0,0,.25)}.xl\:bg-black\/30{background-color:rgba(0,0,0,.3)}.xl\:bg-black\/35{background-color:rgba(0,0,0,.35)}.xl\:bg-black\/40{background-color:rgba(0,0,0,.4)}.xl\:bg-black\/45{background-color:rgba(0,0,0,.45)}.xl\:bg-black\/5{background-color:rgba(0,0,0,.05)}.xl\:bg-black\/50{background-color:rgba(0,0,0,.5)}.xl\:bg-black\/55{background-color:rgba(0,0,0,.55)}.xl\:bg-black\/60{background-color:rgba(0,0,0,.6)}.xl\:bg-black\/65{background-color:rgba(0,0,0,.65)}.xl\:bg-black\/70{background-color:rgba(0,0,0,.7)}.xl\:bg-black\/75{background-color:rgba(0,0,0,.75)}.xl\:bg-black\/80{background-color:rgba(0,0,0,.8)}.xl\:bg-black\/85{background-color:rgba(0,0,0,.85)}.xl\:bg-black\/90{background-color:rgba(0,0,0,.9)}.xl\:bg-black\/95{background-color:rgba(0,0,0,.95)}.xl\:bg-blue-100{--tw-bg-opacity:1;background-color:rgba(219,234,254,var(--tw-bg-opacity))}.xl\:bg-blue-100\/0{background-color:rgba(219,234,254,0)}.xl\:bg-blue-100\/10{background-color:rgba(219,234,254,.1)}.xl\:bg-blue-100\/100{background-color:#dbeafe}.xl\:bg-blue-100\/15{background-color:rgba(219,234,254,.15)}.xl\:bg-blue-100\/20{background-color:rgba(219,234,254,.2)}.xl\:bg-blue-100\/25{background-color:rgba(219,234,254,.25)}.xl\:bg-blue-100\/30{background-color:rgba(219,234,254,.3)}.xl\:bg-blue-100\/35{background-color:rgba(219,234,254,.35)}.xl\:bg-blue-100\/40{background-color:rgba(219,234,254,.4)}.xl\:bg-blue-100\/45{background-color:rgba(219,234,254,.45)}.xl\:bg-blue-100\/5{background-color:rgba(219,234,254,.05)}.xl\:bg-blue-100\/50{background-color:rgba(219,234,254,.5)}.xl\:bg-blue-100\/55{background-color:rgba(219,234,254,.55)}.xl\:bg-blue-100\/60{background-color:rgba(219,234,254,.6)}.xl\:bg-blue-100\/65{background-color:rgba(219,234,254,.65)}.xl\:bg-blue-100\/70{background-color:rgba(219,234,254,.7)}.xl\:bg-blue-100\/75{background-color:rgba(219,234,254,.75)}.xl\:bg-blue-100\/80{background-color:rgba(219,234,254,.8)}.xl\:bg-blue-100\/85{background-color:rgba(219,234,254,.85)}.xl\:bg-blue-100\/90{background-color:rgba(219,234,254,.9)}.xl\:bg-blue-100\/95{background-color:rgba(219,234,254,.95)}.xl\:bg-blue-200{--tw-bg-opacity:1;background-color:rgba(191,219,254,var(--tw-bg-opacity))}.xl\:bg-blue-200\/0{background-color:rgba(191,219,254,0)}.xl\:bg-blue-200\/10{background-color:rgba(191,219,254,.1)}.xl\:bg-blue-200\/100{background-color:#bfdbfe}.xl\:bg-blue-200\/15{background-color:rgba(191,219,254,.15)}.xl\:bg-blue-200\/20{background-color:rgba(191,219,254,.2)}.xl\:bg-blue-200\/25{background-color:rgba(191,219,254,.25)}.xl\:bg-blue-200\/30{background-color:rgba(191,219,254,.3)}.xl\:bg-blue-200\/35{background-color:rgba(191,219,254,.35)}.xl\:bg-blue-200\/40{background-color:rgba(191,219,254,.4)}.xl\:bg-blue-200\/45{background-color:rgba(191,219,254,.45)}.xl\:bg-blue-200\/5{background-color:rgba(191,219,254,.05)}.xl\:bg-blue-200\/50{background-color:rgba(191,219,254,.5)}.xl\:bg-blue-200\/55{background-color:rgba(191,219,254,.55)}.xl\:bg-blue-200\/60{background-color:rgba(191,219,254,.6)}.xl\:bg-blue-200\/65{background-color:rgba(191,219,254,.65)}.xl\:bg-blue-200\/70{background-color:rgba(191,219,254,.7)}.xl\:bg-blue-200\/75{background-color:rgba(191,219,254,.75)}.xl\:bg-blue-200\/80{background-color:rgba(191,219,254,.8)}.xl\:bg-blue-200\/85{background-color:rgba(191,219,254,.85)}.xl\:bg-blue-200\/90{background-color:rgba(191,219,254,.9)}.xl\:bg-blue-200\/95{background-color:rgba(191,219,254,.95)}.xl\:bg-blue-300{--tw-bg-opacity:1;background-color:rgba(147,197,253,var(--tw-bg-opacity))}.xl\:bg-blue-300\/0{background-color:rgba(147,197,253,0)}.xl\:bg-blue-300\/10{background-color:rgba(147,197,253,.1)}.xl\:bg-blue-300\/100{background-color:#93c5fd}.xl\:bg-blue-300\/15{background-color:rgba(147,197,253,.15)}.xl\:bg-blue-300\/20{background-color:rgba(147,197,253,.2)}.xl\:bg-blue-300\/25{background-color:rgba(147,197,253,.25)}.xl\:bg-blue-300\/30{background-color:rgba(147,197,253,.3)}.xl\:bg-blue-300\/35{background-color:rgba(147,197,253,.35)}.xl\:bg-blue-300\/40{background-color:rgba(147,197,253,.4)}.xl\:bg-blue-300\/45{background-color:rgba(147,197,253,.45)}.xl\:bg-blue-300\/5{background-color:rgba(147,197,253,.05)}.xl\:bg-blue-300\/50{background-color:rgba(147,197,253,.5)}.xl\:bg-blue-300\/55{background-color:rgba(147,197,253,.55)}.xl\:bg-blue-300\/60{background-color:rgba(147,197,253,.6)}.xl\:bg-blue-300\/65{background-color:rgba(147,197,253,.65)}.xl\:bg-blue-300\/70{background-color:rgba(147,197,253,.7)}.xl\:bg-blue-300\/75{background-color:rgba(147,197,253,.75)}.xl\:bg-blue-300\/80{background-color:rgba(147,197,253,.8)}.xl\:bg-blue-300\/85{background-color:rgba(147,197,253,.85)}.xl\:bg-blue-300\/90{background-color:rgba(147,197,253,.9)}.xl\:bg-blue-300\/95{background-color:rgba(147,197,253,.95)}.xl\:bg-blue-400{--tw-bg-opacity:1;background-color:rgba(96,165,250,var(--tw-bg-opacity))}.xl\:bg-blue-400\/0{background-color:rgba(96,165,250,0)}.xl\:bg-blue-400\/10{background-color:rgba(96,165,250,.1)}.xl\:bg-blue-400\/100{background-color:#60a5fa}.xl\:bg-blue-400\/15{background-color:rgba(96,165,250,.15)}.xl\:bg-blue-400\/20{background-color:rgba(96,165,250,.2)}.xl\:bg-blue-400\/25{background-color:rgba(96,165,250,.25)}.xl\:bg-blue-400\/30{background-color:rgba(96,165,250,.3)}.xl\:bg-blue-400\/35{background-color:rgba(96,165,250,.35)}.xl\:bg-blue-400\/40{background-color:rgba(96,165,250,.4)}.xl\:bg-blue-400\/45{background-color:rgba(96,165,250,.45)}.xl\:bg-blue-400\/5{background-color:rgba(96,165,250,.05)}.xl\:bg-blue-400\/50{background-color:rgba(96,165,250,.5)}.xl\:bg-blue-400\/55{background-color:rgba(96,165,250,.55)}.xl\:bg-blue-400\/60{background-color:rgba(96,165,250,.6)}.xl\:bg-blue-400\/65{background-color:rgba(96,165,250,.65)}.xl\:bg-blue-400\/70{background-color:rgba(96,165,250,.7)}.xl\:bg-blue-400\/75{background-color:rgba(96,165,250,.75)}.xl\:bg-blue-400\/80{background-color:rgba(96,165,250,.8)}.xl\:bg-blue-400\/85{background-color:rgba(96,165,250,.85)}.xl\:bg-blue-400\/90{background-color:rgba(96,165,250,.9)}.xl\:bg-blue-400\/95{background-color:rgba(96,165,250,.95)}.xl\:bg-blue-50{--tw-bg-opacity:1;background-color:rgba(239,246,255,var(--tw-bg-opacity))}.xl\:bg-blue-50\/0{background-color:rgba(239,246,255,0)}.xl\:bg-blue-50\/10{background-color:rgba(239,246,255,.1)}.xl\:bg-blue-50\/100{background-color:#eff6ff}.xl\:bg-blue-50\/15{background-color:rgba(239,246,255,.15)}.xl\:bg-blue-50\/20{background-color:rgba(239,246,255,.2)}.xl\:bg-blue-50\/25{background-color:rgba(239,246,255,.25)}.xl\:bg-blue-50\/30{background-color:rgba(239,246,255,.3)}.xl\:bg-blue-50\/35{background-color:rgba(239,246,255,.35)}.xl\:bg-blue-50\/40{background-color:rgba(239,246,255,.4)}.xl\:bg-blue-50\/45{background-color:rgba(239,246,255,.45)}.xl\:bg-blue-50\/5{background-color:rgba(239,246,255,.05)}.xl\:bg-blue-50\/50{background-color:rgba(239,246,255,.5)}.xl\:bg-blue-50\/55{background-color:rgba(239,246,255,.55)}.xl\:bg-blue-50\/60{background-color:rgba(239,246,255,.6)}.xl\:bg-blue-50\/65{background-color:rgba(239,246,255,.65)}.xl\:bg-blue-50\/70{background-color:rgba(239,246,255,.7)}.xl\:bg-blue-50\/75{background-color:rgba(239,246,255,.75)}.xl\:bg-blue-50\/80{background-color:rgba(239,246,255,.8)}.xl\:bg-blue-50\/85{background-color:rgba(239,246,255,.85)}.xl\:bg-blue-50\/90{background-color:rgba(239,246,255,.9)}.xl\:bg-blue-50\/95{background-color:rgba(239,246,255,.95)}.xl\:bg-blue-500{--tw-bg-opacity:1;background-color:rgba(59,130,246,var(--tw-bg-opacity))}.xl\:bg-blue-500\/0{background-color:rgba(59,130,246,0)}.xl\:bg-blue-500\/10{background-color:rgba(59,130,246,.1)}.xl\:bg-blue-500\/100{background-color:#3b82f6}.xl\:bg-blue-500\/15{background-color:rgba(59,130,246,.15)}.xl\:bg-blue-500\/20{background-color:rgba(59,130,246,.2)}.xl\:bg-blue-500\/25{background-color:rgba(59,130,246,.25)}.xl\:bg-blue-500\/30{background-color:rgba(59,130,246,.3)}.xl\:bg-blue-500\/35{background-color:rgba(59,130,246,.35)}.xl\:bg-blue-500\/40{background-color:rgba(59,130,246,.4)}.xl\:bg-blue-500\/45{background-color:rgba(59,130,246,.45)}.xl\:bg-blue-500\/5{background-color:rgba(59,130,246,.05)}.xl\:bg-blue-500\/50{background-color:rgba(59,130,246,.5)}.xl\:bg-blue-500\/55{background-color:rgba(59,130,246,.55)}.xl\:bg-blue-500\/60{background-color:rgba(59,130,246,.6)}.xl\:bg-blue-500\/65{background-color:rgba(59,130,246,.65)}.xl\:bg-blue-500\/70{background-color:rgba(59,130,246,.7)}.xl\:bg-blue-500\/75{background-color:rgba(59,130,246,.75)}.xl\:bg-blue-500\/80{background-color:rgba(59,130,246,.8)}.xl\:bg-blue-500\/85{background-color:rgba(59,130,246,.85)}.xl\:bg-blue-500\/90{background-color:rgba(59,130,246,.9)}.xl\:bg-blue-500\/95{background-color:rgba(59,130,246,.95)}.xl\:bg-blue-600{--tw-bg-opacity:1;background-color:rgba(37,99,235,var(--tw-bg-opacity))}.xl\:bg-blue-600\/0{background-color:rgba(37,99,235,0)}.xl\:bg-blue-600\/10{background-color:rgba(37,99,235,.1)}.xl\:bg-blue-600\/100{background-color:#2563eb}.xl\:bg-blue-600\/15{background-color:rgba(37,99,235,.15)}.xl\:bg-blue-600\/20{background-color:rgba(37,99,235,.2)}.xl\:bg-blue-600\/25{background-color:rgba(37,99,235,.25)}.xl\:bg-blue-600\/30{background-color:rgba(37,99,235,.3)}.xl\:bg-blue-600\/35{background-color:rgba(37,99,235,.35)}.xl\:bg-blue-600\/40{background-color:rgba(37,99,235,.4)}.xl\:bg-blue-600\/45{background-color:rgba(37,99,235,.45)}.xl\:bg-blue-600\/5{background-color:rgba(37,99,235,.05)}.xl\:bg-blue-600\/50{background-color:rgba(37,99,235,.5)}.xl\:bg-blue-600\/55{background-color:rgba(37,99,235,.55)}.xl\:bg-blue-600\/60{background-color:rgba(37,99,235,.6)}.xl\:bg-blue-600\/65{background-color:rgba(37,99,235,.65)}.xl\:bg-blue-600\/70{background-color:rgba(37,99,235,.7)}.xl\:bg-blue-600\/75{background-color:rgba(37,99,235,.75)}.xl\:bg-blue-600\/80{background-color:rgba(37,99,235,.8)}.xl\:bg-blue-600\/85{background-color:rgba(37,99,235,.85)}.xl\:bg-blue-600\/90{background-color:rgba(37,99,235,.9)}.xl\:bg-blue-600\/95{background-color:rgba(37,99,235,.95)}.xl\:bg-blue-700{--tw-bg-opacity:1;background-color:rgba(29,78,216,var(--tw-bg-opacity))}.xl\:bg-blue-700\/0{background-color:rgba(29,78,216,0)}.xl\:bg-blue-700\/10{background-color:rgba(29,78,216,.1)}.xl\:bg-blue-700\/100{background-color:#1d4ed8}.xl\:bg-blue-700\/15{background-color:rgba(29,78,216,.15)}.xl\:bg-blue-700\/20{background-color:rgba(29,78,216,.2)}.xl\:bg-blue-700\/25{background-color:rgba(29,78,216,.25)}.xl\:bg-blue-700\/30{background-color:rgba(29,78,216,.3)}.xl\:bg-blue-700\/35{background-color:rgba(29,78,216,.35)}.xl\:bg-blue-700\/40{background-color:rgba(29,78,216,.4)}.xl\:bg-blue-700\/45{background-color:rgba(29,78,216,.45)}.xl\:bg-blue-700\/5{background-color:rgba(29,78,216,.05)}.xl\:bg-blue-700\/50{background-color:rgba(29,78,216,.5)}.xl\:bg-blue-700\/55{background-color:rgba(29,78,216,.55)}.xl\:bg-blue-700\/60{background-color:rgba(29,78,216,.6)}.xl\:bg-blue-700\/65{background-color:rgba(29,78,216,.65)}.xl\:bg-blue-700\/70{background-color:rgba(29,78,216,.7)}.xl\:bg-blue-700\/75{background-color:rgba(29,78,216,.75)}.xl\:bg-blue-700\/80{background-color:rgba(29,78,216,.8)}.xl\:bg-blue-700\/85{background-color:rgba(29,78,216,.85)}.xl\:bg-blue-700\/90{background-color:rgba(29,78,216,.9)}.xl\:bg-blue-700\/95{background-color:rgba(29,78,216,.95)}.xl\:bg-blue-800{--tw-bg-opacity:1;background-color:rgba(30,64,175,var(--tw-bg-opacity))}.xl\:bg-blue-800\/0{background-color:rgba(30,64,175,0)}.xl\:bg-blue-800\/10{background-color:rgba(30,64,175,.1)}.xl\:bg-blue-800\/100{background-color:#1e40af}.xl\:bg-blue-800\/15{background-color:rgba(30,64,175,.15)}.xl\:bg-blue-800\/20{background-color:rgba(30,64,175,.2)}.xl\:bg-blue-800\/25{background-color:rgba(30,64,175,.25)}.xl\:bg-blue-800\/30{background-color:rgba(30,64,175,.3)}.xl\:bg-blue-800\/35{background-color:rgba(30,64,175,.35)}.xl\:bg-blue-800\/40{background-color:rgba(30,64,175,.4)}.xl\:bg-blue-800\/45{background-color:rgba(30,64,175,.45)}.xl\:bg-blue-800\/5{background-color:rgba(30,64,175,.05)}.xl\:bg-blue-800\/50{background-color:rgba(30,64,175,.5)}.xl\:bg-blue-800\/55{background-color:rgba(30,64,175,.55)}.xl\:bg-blue-800\/60{background-color:rgba(30,64,175,.6)}.xl\:bg-blue-800\/65{background-color:rgba(30,64,175,.65)}.xl\:bg-blue-800\/70{background-color:rgba(30,64,175,.7)}.xl\:bg-blue-800\/75{background-color:rgba(30,64,175,.75)}.xl\:bg-blue-800\/80{background-color:rgba(30,64,175,.8)}.xl\:bg-blue-800\/85{background-color:rgba(30,64,175,.85)}.xl\:bg-blue-800\/90{background-color:rgba(30,64,175,.9)}.xl\:bg-blue-800\/95{background-color:rgba(30,64,175,.95)}.xl\:bg-blue-900{--tw-bg-opacity:1;background-color:rgba(30,58,138,var(--tw-bg-opacity))}.xl\:bg-blue-900\/0{background-color:rgba(30,58,138,0)}.xl\:bg-blue-900\/10{background-color:rgba(30,58,138,.1)}.xl\:bg-blue-900\/100{background-color:#1e3a8a}.xl\:bg-blue-900\/15{background-color:rgba(30,58,138,.15)}.xl\:bg-blue-900\/20{background-color:rgba(30,58,138,.2)}.xl\:bg-blue-900\/25{background-color:rgba(30,58,138,.25)}.xl\:bg-blue-900\/30{background-color:rgba(30,58,138,.3)}.xl\:bg-blue-900\/35{background-color:rgba(30,58,138,.35)}.xl\:bg-blue-900\/40{background-color:rgba(30,58,138,.4)}.xl\:bg-blue-900\/45{background-color:rgba(30,58,138,.45)}.xl\:bg-blue-900\/5{background-color:rgba(30,58,138,.05)}.xl\:bg-blue-900\/50{background-color:rgba(30,58,138,.5)}.xl\:bg-blue-900\/55{background-color:rgba(30,58,138,.55)}.xl\:bg-blue-900\/60{background-color:rgba(30,58,138,.6)}.xl\:bg-blue-900\/65{background-color:rgba(30,58,138,.65)}.xl\:bg-blue-900\/70{background-color:rgba(30,58,138,.7)}.xl\:bg-blue-900\/75{background-color:rgba(30,58,138,.75)}.xl\:bg-blue-900\/80{background-color:rgba(30,58,138,.8)}.xl\:bg-blue-900\/85{background-color:rgba(30,58,138,.85)}.xl\:bg-blue-900\/90{background-color:rgba(30,58,138,.9)}.xl\:bg-blue-900\/95{background-color:rgba(30,58,138,.95)}.xl\:bg-blue-950{--tw-bg-opacity:1;background-color:rgba(23,37,84,var(--tw-bg-opacity))}.xl\:bg-blue-950\/0{background-color:rgba(23,37,84,0)}.xl\:bg-blue-950\/10{background-color:rgba(23,37,84,.1)}.xl\:bg-blue-950\/100{background-color:#172554}.xl\:bg-blue-950\/15{background-color:rgba(23,37,84,.15)}.xl\:bg-blue-950\/20{background-color:rgba(23,37,84,.2)}.xl\:bg-blue-950\/25{background-color:rgba(23,37,84,.25)}.xl\:bg-blue-950\/30{background-color:rgba(23,37,84,.3)}.xl\:bg-blue-950\/35{background-color:rgba(23,37,84,.35)}.xl\:bg-blue-950\/40{background-color:rgba(23,37,84,.4)}.xl\:bg-blue-950\/45{background-color:rgba(23,37,84,.45)}.xl\:bg-blue-950\/5{background-color:rgba(23,37,84,.05)}.xl\:bg-blue-950\/50{background-color:rgba(23,37,84,.5)}.xl\:bg-blue-950\/55{background-color:rgba(23,37,84,.55)}.xl\:bg-blue-950\/60{background-color:rgba(23,37,84,.6)}.xl\:bg-blue-950\/65{background-color:rgba(23,37,84,.65)}.xl\:bg-blue-950\/70{background-color:rgba(23,37,84,.7)}.xl\:bg-blue-950\/75{background-color:rgba(23,37,84,.75)}.xl\:bg-blue-950\/80{background-color:rgba(23,37,84,.8)}.xl\:bg-blue-950\/85{background-color:rgba(23,37,84,.85)}.xl\:bg-blue-950\/90{background-color:rgba(23,37,84,.9)}.xl\:bg-blue-950\/95{background-color:rgba(23,37,84,.95)}.xl\:bg-current{background-color:currentColor}.xl\:bg-cyan-100{--tw-bg-opacity:1;background-color:rgba(207,250,254,var(--tw-bg-opacity))}.xl\:bg-cyan-100\/0{background-color:rgba(207,250,254,0)}.xl\:bg-cyan-100\/10{background-color:rgba(207,250,254,.1)}.xl\:bg-cyan-100\/100{background-color:#cffafe}.xl\:bg-cyan-100\/15{background-color:rgba(207,250,254,.15)}.xl\:bg-cyan-100\/20{background-color:rgba(207,250,254,.2)}.xl\:bg-cyan-100\/25{background-color:rgba(207,250,254,.25)}.xl\:bg-cyan-100\/30{background-color:rgba(207,250,254,.3)}.xl\:bg-cyan-100\/35{background-color:rgba(207,250,254,.35)}.xl\:bg-cyan-100\/40{background-color:rgba(207,250,254,.4)}.xl\:bg-cyan-100\/45{background-color:rgba(207,250,254,.45)}.xl\:bg-cyan-100\/5{background-color:rgba(207,250,254,.05)}.xl\:bg-cyan-100\/50{background-color:rgba(207,250,254,.5)}.xl\:bg-cyan-100\/55{background-color:rgba(207,250,254,.55)}.xl\:bg-cyan-100\/60{background-color:rgba(207,250,254,.6)}.xl\:bg-cyan-100\/65{background-color:rgba(207,250,254,.65)}.xl\:bg-cyan-100\/70{background-color:rgba(207,250,254,.7)}.xl\:bg-cyan-100\/75{background-color:rgba(207,250,254,.75)}.xl\:bg-cyan-100\/80{background-color:rgba(207,250,254,.8)}.xl\:bg-cyan-100\/85{background-color:rgba(207,250,254,.85)}.xl\:bg-cyan-100\/90{background-color:rgba(207,250,254,.9)}.xl\:bg-cyan-100\/95{background-color:rgba(207,250,254,.95)}.xl\:bg-cyan-200{--tw-bg-opacity:1;background-color:rgba(165,243,252,var(--tw-bg-opacity))}.xl\:bg-cyan-200\/0{background-color:rgba(165,243,252,0)}.xl\:bg-cyan-200\/10{background-color:rgba(165,243,252,.1)}.xl\:bg-cyan-200\/100{background-color:#a5f3fc}.xl\:bg-cyan-200\/15{background-color:rgba(165,243,252,.15)}.xl\:bg-cyan-200\/20{background-color:rgba(165,243,252,.2)}.xl\:bg-cyan-200\/25{background-color:rgba(165,243,252,.25)}.xl\:bg-cyan-200\/30{background-color:rgba(165,243,252,.3)}.xl\:bg-cyan-200\/35{background-color:rgba(165,243,252,.35)}.xl\:bg-cyan-200\/40{background-color:rgba(165,243,252,.4)}.xl\:bg-cyan-200\/45{background-color:rgba(165,243,252,.45)}.xl\:bg-cyan-200\/5{background-color:rgba(165,243,252,.05)}.xl\:bg-cyan-200\/50{background-color:rgba(165,243,252,.5)}.xl\:bg-cyan-200\/55{background-color:rgba(165,243,252,.55)}.xl\:bg-cyan-200\/60{background-color:rgba(165,243,252,.6)}.xl\:bg-cyan-200\/65{background-color:rgba(165,243,252,.65)}.xl\:bg-cyan-200\/70{background-color:rgba(165,243,252,.7)}.xl\:bg-cyan-200\/75{background-color:rgba(165,243,252,.75)}.xl\:bg-cyan-200\/80{background-color:rgba(165,243,252,.8)}.xl\:bg-cyan-200\/85{background-color:rgba(165,243,252,.85)}.xl\:bg-cyan-200\/90{background-color:rgba(165,243,252,.9)}.xl\:bg-cyan-200\/95{background-color:rgba(165,243,252,.95)}.xl\:bg-cyan-300{--tw-bg-opacity:1;background-color:rgba(103,232,249,var(--tw-bg-opacity))}.xl\:bg-cyan-300\/0{background-color:rgba(103,232,249,0)}.xl\:bg-cyan-300\/10{background-color:rgba(103,232,249,.1)}.xl\:bg-cyan-300\/100{background-color:#67e8f9}.xl\:bg-cyan-300\/15{background-color:rgba(103,232,249,.15)}.xl\:bg-cyan-300\/20{background-color:rgba(103,232,249,.2)}.xl\:bg-cyan-300\/25{background-color:rgba(103,232,249,.25)}.xl\:bg-cyan-300\/30{background-color:rgba(103,232,249,.3)}.xl\:bg-cyan-300\/35{background-color:rgba(103,232,249,.35)}.xl\:bg-cyan-300\/40{background-color:rgba(103,232,249,.4)}.xl\:bg-cyan-300\/45{background-color:rgba(103,232,249,.45)}.xl\:bg-cyan-300\/5{background-color:rgba(103,232,249,.05)}.xl\:bg-cyan-300\/50{background-color:rgba(103,232,249,.5)}.xl\:bg-cyan-300\/55{background-color:rgba(103,232,249,.55)}.xl\:bg-cyan-300\/60{background-color:rgba(103,232,249,.6)}.xl\:bg-cyan-300\/65{background-color:rgba(103,232,249,.65)}.xl\:bg-cyan-300\/70{background-color:rgba(103,232,249,.7)}.xl\:bg-cyan-300\/75{background-color:rgba(103,232,249,.75)}.xl\:bg-cyan-300\/80{background-color:rgba(103,232,249,.8)}.xl\:bg-cyan-300\/85{background-color:rgba(103,232,249,.85)}.xl\:bg-cyan-300\/90{background-color:rgba(103,232,249,.9)}.xl\:bg-cyan-300\/95{background-color:rgba(103,232,249,.95)}.xl\:bg-cyan-400{--tw-bg-opacity:1;background-color:rgba(34,211,238,var(--tw-bg-opacity))}.xl\:bg-cyan-400\/0{background-color:rgba(34,211,238,0)}.xl\:bg-cyan-400\/10{background-color:rgba(34,211,238,.1)}.xl\:bg-cyan-400\/100{background-color:#22d3ee}.xl\:bg-cyan-400\/15{background-color:rgba(34,211,238,.15)}.xl\:bg-cyan-400\/20{background-color:rgba(34,211,238,.2)}.xl\:bg-cyan-400\/25{background-color:rgba(34,211,238,.25)}.xl\:bg-cyan-400\/30{background-color:rgba(34,211,238,.3)}.xl\:bg-cyan-400\/35{background-color:rgba(34,211,238,.35)}.xl\:bg-cyan-400\/40{background-color:rgba(34,211,238,.4)}.xl\:bg-cyan-400\/45{background-color:rgba(34,211,238,.45)}.xl\:bg-cyan-400\/5{background-color:rgba(34,211,238,.05)}.xl\:bg-cyan-400\/50{background-color:rgba(34,211,238,.5)}.xl\:bg-cyan-400\/55{background-color:rgba(34,211,238,.55)}.xl\:bg-cyan-400\/60{background-color:rgba(34,211,238,.6)}.xl\:bg-cyan-400\/65{background-color:rgba(34,211,238,.65)}.xl\:bg-cyan-400\/70{background-color:rgba(34,211,238,.7)}.xl\:bg-cyan-400\/75{background-color:rgba(34,211,238,.75)}.xl\:bg-cyan-400\/80{background-color:rgba(34,211,238,.8)}.xl\:bg-cyan-400\/85{background-color:rgba(34,211,238,.85)}.xl\:bg-cyan-400\/90{background-color:rgba(34,211,238,.9)}.xl\:bg-cyan-400\/95{background-color:rgba(34,211,238,.95)}.xl\:bg-cyan-50{--tw-bg-opacity:1;background-color:rgba(236,254,255,var(--tw-bg-opacity))}.xl\:bg-cyan-50\/0{background-color:rgba(236,254,255,0)}.xl\:bg-cyan-50\/10{background-color:rgba(236,254,255,.1)}.xl\:bg-cyan-50\/100{background-color:#ecfeff}.xl\:bg-cyan-50\/15{background-color:rgba(236,254,255,.15)}.xl\:bg-cyan-50\/20{background-color:rgba(236,254,255,.2)}.xl\:bg-cyan-50\/25{background-color:rgba(236,254,255,.25)}.xl\:bg-cyan-50\/30{background-color:rgba(236,254,255,.3)}.xl\:bg-cyan-50\/35{background-color:rgba(236,254,255,.35)}.xl\:bg-cyan-50\/40{background-color:rgba(236,254,255,.4)}.xl\:bg-cyan-50\/45{background-color:rgba(236,254,255,.45)}.xl\:bg-cyan-50\/5{background-color:rgba(236,254,255,.05)}.xl\:bg-cyan-50\/50{background-color:rgba(236,254,255,.5)}.xl\:bg-cyan-50\/55{background-color:rgba(236,254,255,.55)}.xl\:bg-cyan-50\/60{background-color:rgba(236,254,255,.6)}.xl\:bg-cyan-50\/65{background-color:rgba(236,254,255,.65)}.xl\:bg-cyan-50\/70{background-color:rgba(236,254,255,.7)}.xl\:bg-cyan-50\/75{background-color:rgba(236,254,255,.75)}.xl\:bg-cyan-50\/80{background-color:rgba(236,254,255,.8)}.xl\:bg-cyan-50\/85{background-color:rgba(236,254,255,.85)}.xl\:bg-cyan-50\/90{background-color:rgba(236,254,255,.9)}.xl\:bg-cyan-50\/95{background-color:rgba(236,254,255,.95)}.xl\:bg-cyan-500{--tw-bg-opacity:1;background-color:rgba(6,182,212,var(--tw-bg-opacity))}.xl\:bg-cyan-500\/0{background-color:rgba(6,182,212,0)}.xl\:bg-cyan-500\/10{background-color:rgba(6,182,212,.1)}.xl\:bg-cyan-500\/100{background-color:#06b6d4}.xl\:bg-cyan-500\/15{background-color:rgba(6,182,212,.15)}.xl\:bg-cyan-500\/20{background-color:rgba(6,182,212,.2)}.xl\:bg-cyan-500\/25{background-color:rgba(6,182,212,.25)}.xl\:bg-cyan-500\/30{background-color:rgba(6,182,212,.3)}.xl\:bg-cyan-500\/35{background-color:rgba(6,182,212,.35)}.xl\:bg-cyan-500\/40{background-color:rgba(6,182,212,.4)}.xl\:bg-cyan-500\/45{background-color:rgba(6,182,212,.45)}.xl\:bg-cyan-500\/5{background-color:rgba(6,182,212,.05)}.xl\:bg-cyan-500\/50{background-color:rgba(6,182,212,.5)}.xl\:bg-cyan-500\/55{background-color:rgba(6,182,212,.55)}.xl\:bg-cyan-500\/60{background-color:rgba(6,182,212,.6)}.xl\:bg-cyan-500\/65{background-color:rgba(6,182,212,.65)}.xl\:bg-cyan-500\/70{background-color:rgba(6,182,212,.7)}.xl\:bg-cyan-500\/75{background-color:rgba(6,182,212,.75)}.xl\:bg-cyan-500\/80{background-color:rgba(6,182,212,.8)}.xl\:bg-cyan-500\/85{background-color:rgba(6,182,212,.85)}.xl\:bg-cyan-500\/90{background-color:rgba(6,182,212,.9)}.xl\:bg-cyan-500\/95{background-color:rgba(6,182,212,.95)}.xl\:bg-cyan-600{--tw-bg-opacity:1;background-color:rgba(8,145,178,var(--tw-bg-opacity))}.xl\:bg-cyan-600\/0{background-color:rgba(8,145,178,0)}.xl\:bg-cyan-600\/10{background-color:rgba(8,145,178,.1)}.xl\:bg-cyan-600\/100{background-color:#0891b2}.xl\:bg-cyan-600\/15{background-color:rgba(8,145,178,.15)}.xl\:bg-cyan-600\/20{background-color:rgba(8,145,178,.2)}.xl\:bg-cyan-600\/25{background-color:rgba(8,145,178,.25)}.xl\:bg-cyan-600\/30{background-color:rgba(8,145,178,.3)}.xl\:bg-cyan-600\/35{background-color:rgba(8,145,178,.35)}.xl\:bg-cyan-600\/40{background-color:rgba(8,145,178,.4)}.xl\:bg-cyan-600\/45{background-color:rgba(8,145,178,.45)}.xl\:bg-cyan-600\/5{background-color:rgba(8,145,178,.05)}.xl\:bg-cyan-600\/50{background-color:rgba(8,145,178,.5)}.xl\:bg-cyan-600\/55{background-color:rgba(8,145,178,.55)}.xl\:bg-cyan-600\/60{background-color:rgba(8,145,178,.6)}.xl\:bg-cyan-600\/65{background-color:rgba(8,145,178,.65)}.xl\:bg-cyan-600\/70{background-color:rgba(8,145,178,.7)}.xl\:bg-cyan-600\/75{background-color:rgba(8,145,178,.75)}.xl\:bg-cyan-600\/80{background-color:rgba(8,145,178,.8)}.xl\:bg-cyan-600\/85{background-color:rgba(8,145,178,.85)}.xl\:bg-cyan-600\/90{background-color:rgba(8,145,178,.9)}.xl\:bg-cyan-600\/95{background-color:rgba(8,145,178,.95)}.xl\:bg-cyan-700{--tw-bg-opacity:1;background-color:rgba(14,116,144,var(--tw-bg-opacity))}.xl\:bg-cyan-700\/0{background-color:rgba(14,116,144,0)}.xl\:bg-cyan-700\/10{background-color:rgba(14,116,144,.1)}.xl\:bg-cyan-700\/100{background-color:#0e7490}.xl\:bg-cyan-700\/15{background-color:rgba(14,116,144,.15)}.xl\:bg-cyan-700\/20{background-color:rgba(14,116,144,.2)}.xl\:bg-cyan-700\/25{background-color:rgba(14,116,144,.25)}.xl\:bg-cyan-700\/30{background-color:rgba(14,116,144,.3)}.xl\:bg-cyan-700\/35{background-color:rgba(14,116,144,.35)}.xl\:bg-cyan-700\/40{background-color:rgba(14,116,144,.4)}.xl\:bg-cyan-700\/45{background-color:rgba(14,116,144,.45)}.xl\:bg-cyan-700\/5{background-color:rgba(14,116,144,.05)}.xl\:bg-cyan-700\/50{background-color:rgba(14,116,144,.5)}.xl\:bg-cyan-700\/55{background-color:rgba(14,116,144,.55)}.xl\:bg-cyan-700\/60{background-color:rgba(14,116,144,.6)}.xl\:bg-cyan-700\/65{background-color:rgba(14,116,144,.65)}.xl\:bg-cyan-700\/70{background-color:rgba(14,116,144,.7)}.xl\:bg-cyan-700\/75{background-color:rgba(14,116,144,.75)}.xl\:bg-cyan-700\/80{background-color:rgba(14,116,144,.8)}.xl\:bg-cyan-700\/85{background-color:rgba(14,116,144,.85)}.xl\:bg-cyan-700\/90{background-color:rgba(14,116,144,.9)}.xl\:bg-cyan-700\/95{background-color:rgba(14,116,144,.95)}.xl\:bg-cyan-800{--tw-bg-opacity:1;background-color:rgba(21,94,117,var(--tw-bg-opacity))}.xl\:bg-cyan-800\/0{background-color:rgba(21,94,117,0)}.xl\:bg-cyan-800\/10{background-color:rgba(21,94,117,.1)}.xl\:bg-cyan-800\/100{background-color:#155e75}.xl\:bg-cyan-800\/15{background-color:rgba(21,94,117,.15)}.xl\:bg-cyan-800\/20{background-color:rgba(21,94,117,.2)}.xl\:bg-cyan-800\/25{background-color:rgba(21,94,117,.25)}.xl\:bg-cyan-800\/30{background-color:rgba(21,94,117,.3)}.xl\:bg-cyan-800\/35{background-color:rgba(21,94,117,.35)}.xl\:bg-cyan-800\/40{background-color:rgba(21,94,117,.4)}.xl\:bg-cyan-800\/45{background-color:rgba(21,94,117,.45)}.xl\:bg-cyan-800\/5{background-color:rgba(21,94,117,.05)}.xl\:bg-cyan-800\/50{background-color:rgba(21,94,117,.5)}.xl\:bg-cyan-800\/55{background-color:rgba(21,94,117,.55)}.xl\:bg-cyan-800\/60{background-color:rgba(21,94,117,.6)}.xl\:bg-cyan-800\/65{background-color:rgba(21,94,117,.65)}.xl\:bg-cyan-800\/70{background-color:rgba(21,94,117,.7)}.xl\:bg-cyan-800\/75{background-color:rgba(21,94,117,.75)}.xl\:bg-cyan-800\/80{background-color:rgba(21,94,117,.8)}.xl\:bg-cyan-800\/85{background-color:rgba(21,94,117,.85)}.xl\:bg-cyan-800\/90{background-color:rgba(21,94,117,.9)}.xl\:bg-cyan-800\/95{background-color:rgba(21,94,117,.95)}.xl\:bg-cyan-900{--tw-bg-opacity:1;background-color:rgba(22,78,99,var(--tw-bg-opacity))}.xl\:bg-cyan-900\/0{background-color:rgba(22,78,99,0)}.xl\:bg-cyan-900\/10{background-color:rgba(22,78,99,.1)}.xl\:bg-cyan-900\/100{background-color:#164e63}.xl\:bg-cyan-900\/15{background-color:rgba(22,78,99,.15)}.xl\:bg-cyan-900\/20{background-color:rgba(22,78,99,.2)}.xl\:bg-cyan-900\/25{background-color:rgba(22,78,99,.25)}.xl\:bg-cyan-900\/30{background-color:rgba(22,78,99,.3)}.xl\:bg-cyan-900\/35{background-color:rgba(22,78,99,.35)}.xl\:bg-cyan-900\/40{background-color:rgba(22,78,99,.4)}.xl\:bg-cyan-900\/45{background-color:rgba(22,78,99,.45)}.xl\:bg-cyan-900\/5{background-color:rgba(22,78,99,.05)}.xl\:bg-cyan-900\/50{background-color:rgba(22,78,99,.5)}.xl\:bg-cyan-900\/55{background-color:rgba(22,78,99,.55)}.xl\:bg-cyan-900\/60{background-color:rgba(22,78,99,.6)}.xl\:bg-cyan-900\/65{background-color:rgba(22,78,99,.65)}.xl\:bg-cyan-900\/70{background-color:rgba(22,78,99,.7)}.xl\:bg-cyan-900\/75{background-color:rgba(22,78,99,.75)}.xl\:bg-cyan-900\/80{background-color:rgba(22,78,99,.8)}.xl\:bg-cyan-900\/85{background-color:rgba(22,78,99,.85)}.xl\:bg-cyan-900\/90{background-color:rgba(22,78,99,.9)}.xl\:bg-cyan-900\/95{background-color:rgba(22,78,99,.95)}.xl\:bg-cyan-950{--tw-bg-opacity:1;background-color:rgba(8,51,68,var(--tw-bg-opacity))}.xl\:bg-cyan-950\/0{background-color:rgba(8,51,68,0)}.xl\:bg-cyan-950\/10{background-color:rgba(8,51,68,.1)}.xl\:bg-cyan-950\/100{background-color:#083344}.xl\:bg-cyan-950\/15{background-color:rgba(8,51,68,.15)}.xl\:bg-cyan-950\/20{background-color:rgba(8,51,68,.2)}.xl\:bg-cyan-950\/25{background-color:rgba(8,51,68,.25)}.xl\:bg-cyan-950\/30{background-color:rgba(8,51,68,.3)}.xl\:bg-cyan-950\/35{background-color:rgba(8,51,68,.35)}.xl\:bg-cyan-950\/40{background-color:rgba(8,51,68,.4)}.xl\:bg-cyan-950\/45{background-color:rgba(8,51,68,.45)}.xl\:bg-cyan-950\/5{background-color:rgba(8,51,68,.05)}.xl\:bg-cyan-950\/50{background-color:rgba(8,51,68,.5)}.xl\:bg-cyan-950\/55{background-color:rgba(8,51,68,.55)}.xl\:bg-cyan-950\/60{background-color:rgba(8,51,68,.6)}.xl\:bg-cyan-950\/65{background-color:rgba(8,51,68,.65)}.xl\:bg-cyan-950\/70{background-color:rgba(8,51,68,.7)}.xl\:bg-cyan-950\/75{background-color:rgba(8,51,68,.75)}.xl\:bg-cyan-950\/80{background-color:rgba(8,51,68,.8)}.xl\:bg-cyan-950\/85{background-color:rgba(8,51,68,.85)}.xl\:bg-cyan-950\/90{background-color:rgba(8,51,68,.9)}.xl\:bg-cyan-950\/95{background-color:rgba(8,51,68,.95)}.xl\:bg-emerald-100{--tw-bg-opacity:1;background-color:rgba(209,250,229,var(--tw-bg-opacity))}.xl\:bg-emerald-100\/0{background-color:rgba(209,250,229,0)}.xl\:bg-emerald-100\/10{background-color:rgba(209,250,229,.1)}.xl\:bg-emerald-100\/100{background-color:#d1fae5}.xl\:bg-emerald-100\/15{background-color:rgba(209,250,229,.15)}.xl\:bg-emerald-100\/20{background-color:rgba(209,250,229,.2)}.xl\:bg-emerald-100\/25{background-color:rgba(209,250,229,.25)}.xl\:bg-emerald-100\/30{background-color:rgba(209,250,229,.3)}.xl\:bg-emerald-100\/35{background-color:rgba(209,250,229,.35)}.xl\:bg-emerald-100\/40{background-color:rgba(209,250,229,.4)}.xl\:bg-emerald-100\/45{background-color:rgba(209,250,229,.45)}.xl\:bg-emerald-100\/5{background-color:rgba(209,250,229,.05)}.xl\:bg-emerald-100\/50{background-color:rgba(209,250,229,.5)}.xl\:bg-emerald-100\/55{background-color:rgba(209,250,229,.55)}.xl\:bg-emerald-100\/60{background-color:rgba(209,250,229,.6)}.xl\:bg-emerald-100\/65{background-color:rgba(209,250,229,.65)}.xl\:bg-emerald-100\/70{background-color:rgba(209,250,229,.7)}.xl\:bg-emerald-100\/75{background-color:rgba(209,250,229,.75)}.xl\:bg-emerald-100\/80{background-color:rgba(209,250,229,.8)}.xl\:bg-emerald-100\/85{background-color:rgba(209,250,229,.85)}.xl\:bg-emerald-100\/90{background-color:rgba(209,250,229,.9)}.xl\:bg-emerald-100\/95{background-color:rgba(209,250,229,.95)}.xl\:bg-emerald-200{--tw-bg-opacity:1;background-color:rgba(167,243,208,var(--tw-bg-opacity))}.xl\:bg-emerald-200\/0{background-color:rgba(167,243,208,0)}.xl\:bg-emerald-200\/10{background-color:rgba(167,243,208,.1)}.xl\:bg-emerald-200\/100{background-color:#a7f3d0}.xl\:bg-emerald-200\/15{background-color:rgba(167,243,208,.15)}.xl\:bg-emerald-200\/20{background-color:rgba(167,243,208,.2)}.xl\:bg-emerald-200\/25{background-color:rgba(167,243,208,.25)}.xl\:bg-emerald-200\/30{background-color:rgba(167,243,208,.3)}.xl\:bg-emerald-200\/35{background-color:rgba(167,243,208,.35)}.xl\:bg-emerald-200\/40{background-color:rgba(167,243,208,.4)}.xl\:bg-emerald-200\/45{background-color:rgba(167,243,208,.45)}.xl\:bg-emerald-200\/5{background-color:rgba(167,243,208,.05)}.xl\:bg-emerald-200\/50{background-color:rgba(167,243,208,.5)}.xl\:bg-emerald-200\/55{background-color:rgba(167,243,208,.55)}.xl\:bg-emerald-200\/60{background-color:rgba(167,243,208,.6)}.xl\:bg-emerald-200\/65{background-color:rgba(167,243,208,.65)}.xl\:bg-emerald-200\/70{background-color:rgba(167,243,208,.7)}.xl\:bg-emerald-200\/75{background-color:rgba(167,243,208,.75)}.xl\:bg-emerald-200\/80{background-color:rgba(167,243,208,.8)}.xl\:bg-emerald-200\/85{background-color:rgba(167,243,208,.85)}.xl\:bg-emerald-200\/90{background-color:rgba(167,243,208,.9)}.xl\:bg-emerald-200\/95{background-color:rgba(167,243,208,.95)}.xl\:bg-emerald-300{--tw-bg-opacity:1;background-color:rgba(110,231,183,var(--tw-bg-opacity))}.xl\:bg-emerald-300\/0{background-color:rgba(110,231,183,0)}.xl\:bg-emerald-300\/10{background-color:rgba(110,231,183,.1)}.xl\:bg-emerald-300\/100{background-color:#6ee7b7}.xl\:bg-emerald-300\/15{background-color:rgba(110,231,183,.15)}.xl\:bg-emerald-300\/20{background-color:rgba(110,231,183,.2)}.xl\:bg-emerald-300\/25{background-color:rgba(110,231,183,.25)}.xl\:bg-emerald-300\/30{background-color:rgba(110,231,183,.3)}.xl\:bg-emerald-300\/35{background-color:rgba(110,231,183,.35)}.xl\:bg-emerald-300\/40{background-color:rgba(110,231,183,.4)}.xl\:bg-emerald-300\/45{background-color:rgba(110,231,183,.45)}.xl\:bg-emerald-300\/5{background-color:rgba(110,231,183,.05)}.xl\:bg-emerald-300\/50{background-color:rgba(110,231,183,.5)}.xl\:bg-emerald-300\/55{background-color:rgba(110,231,183,.55)}.xl\:bg-emerald-300\/60{background-color:rgba(110,231,183,.6)}.xl\:bg-emerald-300\/65{background-color:rgba(110,231,183,.65)}.xl\:bg-emerald-300\/70{background-color:rgba(110,231,183,.7)}.xl\:bg-emerald-300\/75{background-color:rgba(110,231,183,.75)}.xl\:bg-emerald-300\/80{background-color:rgba(110,231,183,.8)}.xl\:bg-emerald-300\/85{background-color:rgba(110,231,183,.85)}.xl\:bg-emerald-300\/90{background-color:rgba(110,231,183,.9)}.xl\:bg-emerald-300\/95{background-color:rgba(110,231,183,.95)}.xl\:bg-emerald-400{--tw-bg-opacity:1;background-color:rgba(52,211,153,var(--tw-bg-opacity))}.xl\:bg-emerald-400\/0{background-color:rgba(52,211,153,0)}.xl\:bg-emerald-400\/10{background-color:rgba(52,211,153,.1)}.xl\:bg-emerald-400\/100{background-color:#34d399}.xl\:bg-emerald-400\/15{background-color:rgba(52,211,153,.15)}.xl\:bg-emerald-400\/20{background-color:rgba(52,211,153,.2)}.xl\:bg-emerald-400\/25{background-color:rgba(52,211,153,.25)}.xl\:bg-emerald-400\/30{background-color:rgba(52,211,153,.3)}.xl\:bg-emerald-400\/35{background-color:rgba(52,211,153,.35)}.xl\:bg-emerald-400\/40{background-color:rgba(52,211,153,.4)}.xl\:bg-emerald-400\/45{background-color:rgba(52,211,153,.45)}.xl\:bg-emerald-400\/5{background-color:rgba(52,211,153,.05)}.xl\:bg-emerald-400\/50{background-color:rgba(52,211,153,.5)}.xl\:bg-emerald-400\/55{background-color:rgba(52,211,153,.55)}.xl\:bg-emerald-400\/60{background-color:rgba(52,211,153,.6)}.xl\:bg-emerald-400\/65{background-color:rgba(52,211,153,.65)}.xl\:bg-emerald-400\/70{background-color:rgba(52,211,153,.7)}.xl\:bg-emerald-400\/75{background-color:rgba(52,211,153,.75)}.xl\:bg-emerald-400\/80{background-color:rgba(52,211,153,.8)}.xl\:bg-emerald-400\/85{background-color:rgba(52,211,153,.85)}.xl\:bg-emerald-400\/90{background-color:rgba(52,211,153,.9)}.xl\:bg-emerald-400\/95{background-color:rgba(52,211,153,.95)}.xl\:bg-emerald-50{--tw-bg-opacity:1;background-color:rgba(236,253,245,var(--tw-bg-opacity))}.xl\:bg-emerald-50\/0{background-color:rgba(236,253,245,0)}.xl\:bg-emerald-50\/10{background-color:rgba(236,253,245,.1)}.xl\:bg-emerald-50\/100{background-color:#ecfdf5}.xl\:bg-emerald-50\/15{background-color:rgba(236,253,245,.15)}.xl\:bg-emerald-50\/20{background-color:rgba(236,253,245,.2)}.xl\:bg-emerald-50\/25{background-color:rgba(236,253,245,.25)}.xl\:bg-emerald-50\/30{background-color:rgba(236,253,245,.3)}.xl\:bg-emerald-50\/35{background-color:rgba(236,253,245,.35)}.xl\:bg-emerald-50\/40{background-color:rgba(236,253,245,.4)}.xl\:bg-emerald-50\/45{background-color:rgba(236,253,245,.45)}.xl\:bg-emerald-50\/5{background-color:rgba(236,253,245,.05)}.xl\:bg-emerald-50\/50{background-color:rgba(236,253,245,.5)}.xl\:bg-emerald-50\/55{background-color:rgba(236,253,245,.55)}.xl\:bg-emerald-50\/60{background-color:rgba(236,253,245,.6)}.xl\:bg-emerald-50\/65{background-color:rgba(236,253,245,.65)}.xl\:bg-emerald-50\/70{background-color:rgba(236,253,245,.7)}.xl\:bg-emerald-50\/75{background-color:rgba(236,253,245,.75)}.xl\:bg-emerald-50\/80{background-color:rgba(236,253,245,.8)}.xl\:bg-emerald-50\/85{background-color:rgba(236,253,245,.85)}.xl\:bg-emerald-50\/90{background-color:rgba(236,253,245,.9)}.xl\:bg-emerald-50\/95{background-color:rgba(236,253,245,.95)}.xl\:bg-emerald-500{--tw-bg-opacity:1;background-color:rgba(16,185,129,var(--tw-bg-opacity))}.xl\:bg-emerald-500\/0{background-color:rgba(16,185,129,0)}.xl\:bg-emerald-500\/10{background-color:rgba(16,185,129,.1)}.xl\:bg-emerald-500\/100{background-color:#10b981}.xl\:bg-emerald-500\/15{background-color:rgba(16,185,129,.15)}.xl\:bg-emerald-500\/20{background-color:rgba(16,185,129,.2)}.xl\:bg-emerald-500\/25{background-color:rgba(16,185,129,.25)}.xl\:bg-emerald-500\/30{background-color:rgba(16,185,129,.3)}.xl\:bg-emerald-500\/35{background-color:rgba(16,185,129,.35)}.xl\:bg-emerald-500\/40{background-color:rgba(16,185,129,.4)}.xl\:bg-emerald-500\/45{background-color:rgba(16,185,129,.45)}.xl\:bg-emerald-500\/5{background-color:rgba(16,185,129,.05)}.xl\:bg-emerald-500\/50{background-color:rgba(16,185,129,.5)}.xl\:bg-emerald-500\/55{background-color:rgba(16,185,129,.55)}.xl\:bg-emerald-500\/60{background-color:rgba(16,185,129,.6)}.xl\:bg-emerald-500\/65{background-color:rgba(16,185,129,.65)}.xl\:bg-emerald-500\/70{background-color:rgba(16,185,129,.7)}.xl\:bg-emerald-500\/75{background-color:rgba(16,185,129,.75)}.xl\:bg-emerald-500\/80{background-color:rgba(16,185,129,.8)}.xl\:bg-emerald-500\/85{background-color:rgba(16,185,129,.85)}.xl\:bg-emerald-500\/90{background-color:rgba(16,185,129,.9)}.xl\:bg-emerald-500\/95{background-color:rgba(16,185,129,.95)}.xl\:bg-emerald-600{--tw-bg-opacity:1;background-color:rgba(5,150,105,var(--tw-bg-opacity))}.xl\:bg-emerald-600\/0{background-color:rgba(5,150,105,0)}.xl\:bg-emerald-600\/10{background-color:rgba(5,150,105,.1)}.xl\:bg-emerald-600\/100{background-color:#059669}.xl\:bg-emerald-600\/15{background-color:rgba(5,150,105,.15)}.xl\:bg-emerald-600\/20{background-color:rgba(5,150,105,.2)}.xl\:bg-emerald-600\/25{background-color:rgba(5,150,105,.25)}.xl\:bg-emerald-600\/30{background-color:rgba(5,150,105,.3)}.xl\:bg-emerald-600\/35{background-color:rgba(5,150,105,.35)}.xl\:bg-emerald-600\/40{background-color:rgba(5,150,105,.4)}.xl\:bg-emerald-600\/45{background-color:rgba(5,150,105,.45)}.xl\:bg-emerald-600\/5{background-color:rgba(5,150,105,.05)}.xl\:bg-emerald-600\/50{background-color:rgba(5,150,105,.5)}.xl\:bg-emerald-600\/55{background-color:rgba(5,150,105,.55)}.xl\:bg-emerald-600\/60{background-color:rgba(5,150,105,.6)}.xl\:bg-emerald-600\/65{background-color:rgba(5,150,105,.65)}.xl\:bg-emerald-600\/70{background-color:rgba(5,150,105,.7)}.xl\:bg-emerald-600\/75{background-color:rgba(5,150,105,.75)}.xl\:bg-emerald-600\/80{background-color:rgba(5,150,105,.8)}.xl\:bg-emerald-600\/85{background-color:rgba(5,150,105,.85)}.xl\:bg-emerald-600\/90{background-color:rgba(5,150,105,.9)}.xl\:bg-emerald-600\/95{background-color:rgba(5,150,105,.95)}.xl\:bg-emerald-700{--tw-bg-opacity:1;background-color:rgba(4,120,87,var(--tw-bg-opacity))}.xl\:bg-emerald-700\/0{background-color:rgba(4,120,87,0)}.xl\:bg-emerald-700\/10{background-color:rgba(4,120,87,.1)}.xl\:bg-emerald-700\/100{background-color:#047857}.xl\:bg-emerald-700\/15{background-color:rgba(4,120,87,.15)}.xl\:bg-emerald-700\/20{background-color:rgba(4,120,87,.2)}.xl\:bg-emerald-700\/25{background-color:rgba(4,120,87,.25)}.xl\:bg-emerald-700\/30{background-color:rgba(4,120,87,.3)}.xl\:bg-emerald-700\/35{background-color:rgba(4,120,87,.35)}.xl\:bg-emerald-700\/40{background-color:rgba(4,120,87,.4)}.xl\:bg-emerald-700\/45{background-color:rgba(4,120,87,.45)}.xl\:bg-emerald-700\/5{background-color:rgba(4,120,87,.05)}.xl\:bg-emerald-700\/50{background-color:rgba(4,120,87,.5)}.xl\:bg-emerald-700\/55{background-color:rgba(4,120,87,.55)}.xl\:bg-emerald-700\/60{background-color:rgba(4,120,87,.6)}.xl\:bg-emerald-700\/65{background-color:rgba(4,120,87,.65)}.xl\:bg-emerald-700\/70{background-color:rgba(4,120,87,.7)}.xl\:bg-emerald-700\/75{background-color:rgba(4,120,87,.75)}.xl\:bg-emerald-700\/80{background-color:rgba(4,120,87,.8)}.xl\:bg-emerald-700\/85{background-color:rgba(4,120,87,.85)}.xl\:bg-emerald-700\/90{background-color:rgba(4,120,87,.9)}.xl\:bg-emerald-700\/95{background-color:rgba(4,120,87,.95)}.xl\:bg-emerald-800{--tw-bg-opacity:1;background-color:rgba(6,95,70,var(--tw-bg-opacity))}.xl\:bg-emerald-800\/0{background-color:rgba(6,95,70,0)}.xl\:bg-emerald-800\/10{background-color:rgba(6,95,70,.1)}.xl\:bg-emerald-800\/100{background-color:#065f46}.xl\:bg-emerald-800\/15{background-color:rgba(6,95,70,.15)}.xl\:bg-emerald-800\/20{background-color:rgba(6,95,70,.2)}.xl\:bg-emerald-800\/25{background-color:rgba(6,95,70,.25)}.xl\:bg-emerald-800\/30{background-color:rgba(6,95,70,.3)}.xl\:bg-emerald-800\/35{background-color:rgba(6,95,70,.35)}.xl\:bg-emerald-800\/40{background-color:rgba(6,95,70,.4)}.xl\:bg-emerald-800\/45{background-color:rgba(6,95,70,.45)}.xl\:bg-emerald-800\/5{background-color:rgba(6,95,70,.05)}.xl\:bg-emerald-800\/50{background-color:rgba(6,95,70,.5)}.xl\:bg-emerald-800\/55{background-color:rgba(6,95,70,.55)}.xl\:bg-emerald-800\/60{background-color:rgba(6,95,70,.6)}.xl\:bg-emerald-800\/65{background-color:rgba(6,95,70,.65)}.xl\:bg-emerald-800\/70{background-color:rgba(6,95,70,.7)}.xl\:bg-emerald-800\/75{background-color:rgba(6,95,70,.75)}.xl\:bg-emerald-800\/80{background-color:rgba(6,95,70,.8)}.xl\:bg-emerald-800\/85{background-color:rgba(6,95,70,.85)}.xl\:bg-emerald-800\/90{background-color:rgba(6,95,70,.9)}.xl\:bg-emerald-800\/95{background-color:rgba(6,95,70,.95)}.xl\:bg-emerald-900{--tw-bg-opacity:1;background-color:rgba(6,78,59,var(--tw-bg-opacity))}.xl\:bg-emerald-900\/0{background-color:rgba(6,78,59,0)}.xl\:bg-emerald-900\/10{background-color:rgba(6,78,59,.1)}.xl\:bg-emerald-900\/100{background-color:#064e3b}.xl\:bg-emerald-900\/15{background-color:rgba(6,78,59,.15)}.xl\:bg-emerald-900\/20{background-color:rgba(6,78,59,.2)}.xl\:bg-emerald-900\/25{background-color:rgba(6,78,59,.25)}.xl\:bg-emerald-900\/30{background-color:rgba(6,78,59,.3)}.xl\:bg-emerald-900\/35{background-color:rgba(6,78,59,.35)}.xl\:bg-emerald-900\/40{background-color:rgba(6,78,59,.4)}.xl\:bg-emerald-900\/45{background-color:rgba(6,78,59,.45)}.xl\:bg-emerald-900\/5{background-color:rgba(6,78,59,.05)}.xl\:bg-emerald-900\/50{background-color:rgba(6,78,59,.5)}.xl\:bg-emerald-900\/55{background-color:rgba(6,78,59,.55)}.xl\:bg-emerald-900\/60{background-color:rgba(6,78,59,.6)}.xl\:bg-emerald-900\/65{background-color:rgba(6,78,59,.65)}.xl\:bg-emerald-900\/70{background-color:rgba(6,78,59,.7)}.xl\:bg-emerald-900\/75{background-color:rgba(6,78,59,.75)}.xl\:bg-emerald-900\/80{background-color:rgba(6,78,59,.8)}.xl\:bg-emerald-900\/85{background-color:rgba(6,78,59,.85)}.xl\:bg-emerald-900\/90{background-color:rgba(6,78,59,.9)}.xl\:bg-emerald-900\/95{background-color:rgba(6,78,59,.95)}.xl\:bg-emerald-950{--tw-bg-opacity:1;background-color:rgba(2,44,34,var(--tw-bg-opacity))}.xl\:bg-emerald-950\/0{background-color:rgba(2,44,34,0)}.xl\:bg-emerald-950\/10{background-color:rgba(2,44,34,.1)}.xl\:bg-emerald-950\/100{background-color:#022c22}.xl\:bg-emerald-950\/15{background-color:rgba(2,44,34,.15)}.xl\:bg-emerald-950\/20{background-color:rgba(2,44,34,.2)}.xl\:bg-emerald-950\/25{background-color:rgba(2,44,34,.25)}.xl\:bg-emerald-950\/30{background-color:rgba(2,44,34,.3)}.xl\:bg-emerald-950\/35{background-color:rgba(2,44,34,.35)}.xl\:bg-emerald-950\/40{background-color:rgba(2,44,34,.4)}.xl\:bg-emerald-950\/45{background-color:rgba(2,44,34,.45)}.xl\:bg-emerald-950\/5{background-color:rgba(2,44,34,.05)}.xl\:bg-emerald-950\/50{background-color:rgba(2,44,34,.5)}.xl\:bg-emerald-950\/55{background-color:rgba(2,44,34,.55)}.xl\:bg-emerald-950\/60{background-color:rgba(2,44,34,.6)}.xl\:bg-emerald-950\/65{background-color:rgba(2,44,34,.65)}.xl\:bg-emerald-950\/70{background-color:rgba(2,44,34,.7)}.xl\:bg-emerald-950\/75{background-color:rgba(2,44,34,.75)}.xl\:bg-emerald-950\/80{background-color:rgba(2,44,34,.8)}.xl\:bg-emerald-950\/85{background-color:rgba(2,44,34,.85)}.xl\:bg-emerald-950\/90{background-color:rgba(2,44,34,.9)}.xl\:bg-emerald-950\/95{background-color:rgba(2,44,34,.95)}.xl\:bg-fuchsia-100{--tw-bg-opacity:1;background-color:rgba(250,232,255,var(--tw-bg-opacity))}.xl\:bg-fuchsia-100\/0{background-color:rgba(250,232,255,0)}.xl\:bg-fuchsia-100\/10{background-color:rgba(250,232,255,.1)}.xl\:bg-fuchsia-100\/100{background-color:#fae8ff}.xl\:bg-fuchsia-100\/15{background-color:rgba(250,232,255,.15)}.xl\:bg-fuchsia-100\/20{background-color:rgba(250,232,255,.2)}.xl\:bg-fuchsia-100\/25{background-color:rgba(250,232,255,.25)}.xl\:bg-fuchsia-100\/30{background-color:rgba(250,232,255,.3)}.xl\:bg-fuchsia-100\/35{background-color:rgba(250,232,255,.35)}.xl\:bg-fuchsia-100\/40{background-color:rgba(250,232,255,.4)}.xl\:bg-fuchsia-100\/45{background-color:rgba(250,232,255,.45)}.xl\:bg-fuchsia-100\/5{background-color:rgba(250,232,255,.05)}.xl\:bg-fuchsia-100\/50{background-color:rgba(250,232,255,.5)}.xl\:bg-fuchsia-100\/55{background-color:rgba(250,232,255,.55)}.xl\:bg-fuchsia-100\/60{background-color:rgba(250,232,255,.6)}.xl\:bg-fuchsia-100\/65{background-color:rgba(250,232,255,.65)}.xl\:bg-fuchsia-100\/70{background-color:rgba(250,232,255,.7)}.xl\:bg-fuchsia-100\/75{background-color:rgba(250,232,255,.75)}.xl\:bg-fuchsia-100\/80{background-color:rgba(250,232,255,.8)}.xl\:bg-fuchsia-100\/85{background-color:rgba(250,232,255,.85)}.xl\:bg-fuchsia-100\/90{background-color:rgba(250,232,255,.9)}.xl\:bg-fuchsia-100\/95{background-color:rgba(250,232,255,.95)}.xl\:bg-fuchsia-200{--tw-bg-opacity:1;background-color:rgba(245,208,254,var(--tw-bg-opacity))}.xl\:bg-fuchsia-200\/0{background-color:rgba(245,208,254,0)}.xl\:bg-fuchsia-200\/10{background-color:rgba(245,208,254,.1)}.xl\:bg-fuchsia-200\/100{background-color:#f5d0fe}.xl\:bg-fuchsia-200\/15{background-color:rgba(245,208,254,.15)}.xl\:bg-fuchsia-200\/20{background-color:rgba(245,208,254,.2)}.xl\:bg-fuchsia-200\/25{background-color:rgba(245,208,254,.25)}.xl\:bg-fuchsia-200\/30{background-color:rgba(245,208,254,.3)}.xl\:bg-fuchsia-200\/35{background-color:rgba(245,208,254,.35)}.xl\:bg-fuchsia-200\/40{background-color:rgba(245,208,254,.4)}.xl\:bg-fuchsia-200\/45{background-color:rgba(245,208,254,.45)}.xl\:bg-fuchsia-200\/5{background-color:rgba(245,208,254,.05)}.xl\:bg-fuchsia-200\/50{background-color:rgba(245,208,254,.5)}.xl\:bg-fuchsia-200\/55{background-color:rgba(245,208,254,.55)}.xl\:bg-fuchsia-200\/60{background-color:rgba(245,208,254,.6)}.xl\:bg-fuchsia-200\/65{background-color:rgba(245,208,254,.65)}.xl\:bg-fuchsia-200\/70{background-color:rgba(245,208,254,.7)}.xl\:bg-fuchsia-200\/75{background-color:rgba(245,208,254,.75)}.xl\:bg-fuchsia-200\/80{background-color:rgba(245,208,254,.8)}.xl\:bg-fuchsia-200\/85{background-color:rgba(245,208,254,.85)}.xl\:bg-fuchsia-200\/90{background-color:rgba(245,208,254,.9)}.xl\:bg-fuchsia-200\/95{background-color:rgba(245,208,254,.95)}.xl\:bg-fuchsia-300{--tw-bg-opacity:1;background-color:rgba(240,171,252,var(--tw-bg-opacity))}.xl\:bg-fuchsia-300\/0{background-color:rgba(240,171,252,0)}.xl\:bg-fuchsia-300\/10{background-color:rgba(240,171,252,.1)}.xl\:bg-fuchsia-300\/100{background-color:#f0abfc}.xl\:bg-fuchsia-300\/15{background-color:rgba(240,171,252,.15)}.xl\:bg-fuchsia-300\/20{background-color:rgba(240,171,252,.2)}.xl\:bg-fuchsia-300\/25{background-color:rgba(240,171,252,.25)}.xl\:bg-fuchsia-300\/30{background-color:rgba(240,171,252,.3)}.xl\:bg-fuchsia-300\/35{background-color:rgba(240,171,252,.35)}.xl\:bg-fuchsia-300\/40{background-color:rgba(240,171,252,.4)}.xl\:bg-fuchsia-300\/45{background-color:rgba(240,171,252,.45)}.xl\:bg-fuchsia-300\/5{background-color:rgba(240,171,252,.05)}.xl\:bg-fuchsia-300\/50{background-color:rgba(240,171,252,.5)}.xl\:bg-fuchsia-300\/55{background-color:rgba(240,171,252,.55)}.xl\:bg-fuchsia-300\/60{background-color:rgba(240,171,252,.6)}.xl\:bg-fuchsia-300\/65{background-color:rgba(240,171,252,.65)}.xl\:bg-fuchsia-300\/70{background-color:rgba(240,171,252,.7)}.xl\:bg-fuchsia-300\/75{background-color:rgba(240,171,252,.75)}.xl\:bg-fuchsia-300\/80{background-color:rgba(240,171,252,.8)}.xl\:bg-fuchsia-300\/85{background-color:rgba(240,171,252,.85)}.xl\:bg-fuchsia-300\/90{background-color:rgba(240,171,252,.9)}.xl\:bg-fuchsia-300\/95{background-color:rgba(240,171,252,.95)}.xl\:bg-fuchsia-400{--tw-bg-opacity:1;background-color:rgba(232,121,249,var(--tw-bg-opacity))}.xl\:bg-fuchsia-400\/0{background-color:rgba(232,121,249,0)}.xl\:bg-fuchsia-400\/10{background-color:rgba(232,121,249,.1)}.xl\:bg-fuchsia-400\/100{background-color:#e879f9}.xl\:bg-fuchsia-400\/15{background-color:rgba(232,121,249,.15)}.xl\:bg-fuchsia-400\/20{background-color:rgba(232,121,249,.2)}.xl\:bg-fuchsia-400\/25{background-color:rgba(232,121,249,.25)}.xl\:bg-fuchsia-400\/30{background-color:rgba(232,121,249,.3)}.xl\:bg-fuchsia-400\/35{background-color:rgba(232,121,249,.35)}.xl\:bg-fuchsia-400\/40{background-color:rgba(232,121,249,.4)}.xl\:bg-fuchsia-400\/45{background-color:rgba(232,121,249,.45)}.xl\:bg-fuchsia-400\/5{background-color:rgba(232,121,249,.05)}.xl\:bg-fuchsia-400\/50{background-color:rgba(232,121,249,.5)}.xl\:bg-fuchsia-400\/55{background-color:rgba(232,121,249,.55)}.xl\:bg-fuchsia-400\/60{background-color:rgba(232,121,249,.6)}.xl\:bg-fuchsia-400\/65{background-color:rgba(232,121,249,.65)}.xl\:bg-fuchsia-400\/70{background-color:rgba(232,121,249,.7)}.xl\:bg-fuchsia-400\/75{background-color:rgba(232,121,249,.75)}.xl\:bg-fuchsia-400\/80{background-color:rgba(232,121,249,.8)}.xl\:bg-fuchsia-400\/85{background-color:rgba(232,121,249,.85)}.xl\:bg-fuchsia-400\/90{background-color:rgba(232,121,249,.9)}.xl\:bg-fuchsia-400\/95{background-color:rgba(232,121,249,.95)}.xl\:bg-fuchsia-50{--tw-bg-opacity:1;background-color:rgba(253,244,255,var(--tw-bg-opacity))}.xl\:bg-fuchsia-50\/0{background-color:rgba(253,244,255,0)}.xl\:bg-fuchsia-50\/10{background-color:rgba(253,244,255,.1)}.xl\:bg-fuchsia-50\/100{background-color:#fdf4ff}.xl\:bg-fuchsia-50\/15{background-color:rgba(253,244,255,.15)}.xl\:bg-fuchsia-50\/20{background-color:rgba(253,244,255,.2)}.xl\:bg-fuchsia-50\/25{background-color:rgba(253,244,255,.25)}.xl\:bg-fuchsia-50\/30{background-color:rgba(253,244,255,.3)}.xl\:bg-fuchsia-50\/35{background-color:rgba(253,244,255,.35)}.xl\:bg-fuchsia-50\/40{background-color:rgba(253,244,255,.4)}.xl\:bg-fuchsia-50\/45{background-color:rgba(253,244,255,.45)}.xl\:bg-fuchsia-50\/5{background-color:rgba(253,244,255,.05)}.xl\:bg-fuchsia-50\/50{background-color:rgba(253,244,255,.5)}.xl\:bg-fuchsia-50\/55{background-color:rgba(253,244,255,.55)}.xl\:bg-fuchsia-50\/60{background-color:rgba(253,244,255,.6)}.xl\:bg-fuchsia-50\/65{background-color:rgba(253,244,255,.65)}.xl\:bg-fuchsia-50\/70{background-color:rgba(253,244,255,.7)}.xl\:bg-fuchsia-50\/75{background-color:rgba(253,244,255,.75)}.xl\:bg-fuchsia-50\/80{background-color:rgba(253,244,255,.8)}.xl\:bg-fuchsia-50\/85{background-color:rgba(253,244,255,.85)}.xl\:bg-fuchsia-50\/90{background-color:rgba(253,244,255,.9)}.xl\:bg-fuchsia-50\/95{background-color:rgba(253,244,255,.95)}.xl\:bg-fuchsia-500{--tw-bg-opacity:1;background-color:rgba(217,70,239,var(--tw-bg-opacity))}.xl\:bg-fuchsia-500\/0{background-color:rgba(217,70,239,0)}.xl\:bg-fuchsia-500\/10{background-color:rgba(217,70,239,.1)}.xl\:bg-fuchsia-500\/100{background-color:#d946ef}.xl\:bg-fuchsia-500\/15{background-color:rgba(217,70,239,.15)}.xl\:bg-fuchsia-500\/20{background-color:rgba(217,70,239,.2)}.xl\:bg-fuchsia-500\/25{background-color:rgba(217,70,239,.25)}.xl\:bg-fuchsia-500\/30{background-color:rgba(217,70,239,.3)}.xl\:bg-fuchsia-500\/35{background-color:rgba(217,70,239,.35)}.xl\:bg-fuchsia-500\/40{background-color:rgba(217,70,239,.4)}.xl\:bg-fuchsia-500\/45{background-color:rgba(217,70,239,.45)}.xl\:bg-fuchsia-500\/5{background-color:rgba(217,70,239,.05)}.xl\:bg-fuchsia-500\/50{background-color:rgba(217,70,239,.5)}.xl\:bg-fuchsia-500\/55{background-color:rgba(217,70,239,.55)}.xl\:bg-fuchsia-500\/60{background-color:rgba(217,70,239,.6)}.xl\:bg-fuchsia-500\/65{background-color:rgba(217,70,239,.65)}.xl\:bg-fuchsia-500\/70{background-color:rgba(217,70,239,.7)}.xl\:bg-fuchsia-500\/75{background-color:rgba(217,70,239,.75)}.xl\:bg-fuchsia-500\/80{background-color:rgba(217,70,239,.8)}.xl\:bg-fuchsia-500\/85{background-color:rgba(217,70,239,.85)}.xl\:bg-fuchsia-500\/90{background-color:rgba(217,70,239,.9)}.xl\:bg-fuchsia-500\/95{background-color:rgba(217,70,239,.95)}.xl\:bg-fuchsia-600{--tw-bg-opacity:1;background-color:rgba(192,38,211,var(--tw-bg-opacity))}.xl\:bg-fuchsia-600\/0{background-color:rgba(192,38,211,0)}.xl\:bg-fuchsia-600\/10{background-color:rgba(192,38,211,.1)}.xl\:bg-fuchsia-600\/100{background-color:#c026d3}.xl\:bg-fuchsia-600\/15{background-color:rgba(192,38,211,.15)}.xl\:bg-fuchsia-600\/20{background-color:rgba(192,38,211,.2)}.xl\:bg-fuchsia-600\/25{background-color:rgba(192,38,211,.25)}.xl\:bg-fuchsia-600\/30{background-color:rgba(192,38,211,.3)}.xl\:bg-fuchsia-600\/35{background-color:rgba(192,38,211,.35)}.xl\:bg-fuchsia-600\/40{background-color:rgba(192,38,211,.4)}.xl\:bg-fuchsia-600\/45{background-color:rgba(192,38,211,.45)}.xl\:bg-fuchsia-600\/5{background-color:rgba(192,38,211,.05)}.xl\:bg-fuchsia-600\/50{background-color:rgba(192,38,211,.5)}.xl\:bg-fuchsia-600\/55{background-color:rgba(192,38,211,.55)}.xl\:bg-fuchsia-600\/60{background-color:rgba(192,38,211,.6)}.xl\:bg-fuchsia-600\/65{background-color:rgba(192,38,211,.65)}.xl\:bg-fuchsia-600\/70{background-color:rgba(192,38,211,.7)}.xl\:bg-fuchsia-600\/75{background-color:rgba(192,38,211,.75)}.xl\:bg-fuchsia-600\/80{background-color:rgba(192,38,211,.8)}.xl\:bg-fuchsia-600\/85{background-color:rgba(192,38,211,.85)}.xl\:bg-fuchsia-600\/90{background-color:rgba(192,38,211,.9)}.xl\:bg-fuchsia-600\/95{background-color:rgba(192,38,211,.95)}.xl\:bg-fuchsia-700{--tw-bg-opacity:1;background-color:rgba(162,28,175,var(--tw-bg-opacity))}.xl\:bg-fuchsia-700\/0{background-color:rgba(162,28,175,0)}.xl\:bg-fuchsia-700\/10{background-color:rgba(162,28,175,.1)}.xl\:bg-fuchsia-700\/100{background-color:#a21caf}.xl\:bg-fuchsia-700\/15{background-color:rgba(162,28,175,.15)}.xl\:bg-fuchsia-700\/20{background-color:rgba(162,28,175,.2)}.xl\:bg-fuchsia-700\/25{background-color:rgba(162,28,175,.25)}.xl\:bg-fuchsia-700\/30{background-color:rgba(162,28,175,.3)}.xl\:bg-fuchsia-700\/35{background-color:rgba(162,28,175,.35)}.xl\:bg-fuchsia-700\/40{background-color:rgba(162,28,175,.4)}.xl\:bg-fuchsia-700\/45{background-color:rgba(162,28,175,.45)}.xl\:bg-fuchsia-700\/5{background-color:rgba(162,28,175,.05)}.xl\:bg-fuchsia-700\/50{background-color:rgba(162,28,175,.5)}.xl\:bg-fuchsia-700\/55{background-color:rgba(162,28,175,.55)}.xl\:bg-fuchsia-700\/60{background-color:rgba(162,28,175,.6)}.xl\:bg-fuchsia-700\/65{background-color:rgba(162,28,175,.65)}.xl\:bg-fuchsia-700\/70{background-color:rgba(162,28,175,.7)}.xl\:bg-fuchsia-700\/75{background-color:rgba(162,28,175,.75)}.xl\:bg-fuchsia-700\/80{background-color:rgba(162,28,175,.8)}.xl\:bg-fuchsia-700\/85{background-color:rgba(162,28,175,.85)}.xl\:bg-fuchsia-700\/90{background-color:rgba(162,28,175,.9)}.xl\:bg-fuchsia-700\/95{background-color:rgba(162,28,175,.95)}.xl\:bg-fuchsia-800{--tw-bg-opacity:1;background-color:rgba(134,25,143,var(--tw-bg-opacity))}.xl\:bg-fuchsia-800\/0{background-color:rgba(134,25,143,0)}.xl\:bg-fuchsia-800\/10{background-color:rgba(134,25,143,.1)}.xl\:bg-fuchsia-800\/100{background-color:#86198f}.xl\:bg-fuchsia-800\/15{background-color:rgba(134,25,143,.15)}.xl\:bg-fuchsia-800\/20{background-color:rgba(134,25,143,.2)}.xl\:bg-fuchsia-800\/25{background-color:rgba(134,25,143,.25)}.xl\:bg-fuchsia-800\/30{background-color:rgba(134,25,143,.3)}.xl\:bg-fuchsia-800\/35{background-color:rgba(134,25,143,.35)}.xl\:bg-fuchsia-800\/40{background-color:rgba(134,25,143,.4)}.xl\:bg-fuchsia-800\/45{background-color:rgba(134,25,143,.45)}.xl\:bg-fuchsia-800\/5{background-color:rgba(134,25,143,.05)}.xl\:bg-fuchsia-800\/50{background-color:rgba(134,25,143,.5)}.xl\:bg-fuchsia-800\/55{background-color:rgba(134,25,143,.55)}.xl\:bg-fuchsia-800\/60{background-color:rgba(134,25,143,.6)}.xl\:bg-fuchsia-800\/65{background-color:rgba(134,25,143,.65)}.xl\:bg-fuchsia-800\/70{background-color:rgba(134,25,143,.7)}.xl\:bg-fuchsia-800\/75{background-color:rgba(134,25,143,.75)}.xl\:bg-fuchsia-800\/80{background-color:rgba(134,25,143,.8)}.xl\:bg-fuchsia-800\/85{background-color:rgba(134,25,143,.85)}.xl\:bg-fuchsia-800\/90{background-color:rgba(134,25,143,.9)}.xl\:bg-fuchsia-800\/95{background-color:rgba(134,25,143,.95)}.xl\:bg-fuchsia-900{--tw-bg-opacity:1;background-color:rgba(112,26,117,var(--tw-bg-opacity))}.xl\:bg-fuchsia-900\/0{background-color:rgba(112,26,117,0)}.xl\:bg-fuchsia-900\/10{background-color:rgba(112,26,117,.1)}.xl\:bg-fuchsia-900\/100{background-color:#701a75}.xl\:bg-fuchsia-900\/15{background-color:rgba(112,26,117,.15)}.xl\:bg-fuchsia-900\/20{background-color:rgba(112,26,117,.2)}.xl\:bg-fuchsia-900\/25{background-color:rgba(112,26,117,.25)}.xl\:bg-fuchsia-900\/30{background-color:rgba(112,26,117,.3)}.xl\:bg-fuchsia-900\/35{background-color:rgba(112,26,117,.35)}.xl\:bg-fuchsia-900\/40{background-color:rgba(112,26,117,.4)}.xl\:bg-fuchsia-900\/45{background-color:rgba(112,26,117,.45)}.xl\:bg-fuchsia-900\/5{background-color:rgba(112,26,117,.05)}.xl\:bg-fuchsia-900\/50{background-color:rgba(112,26,117,.5)}.xl\:bg-fuchsia-900\/55{background-color:rgba(112,26,117,.55)}.xl\:bg-fuchsia-900\/60{background-color:rgba(112,26,117,.6)}.xl\:bg-fuchsia-900\/65{background-color:rgba(112,26,117,.65)}.xl\:bg-fuchsia-900\/70{background-color:rgba(112,26,117,.7)}.xl\:bg-fuchsia-900\/75{background-color:rgba(112,26,117,.75)}.xl\:bg-fuchsia-900\/80{background-color:rgba(112,26,117,.8)}.xl\:bg-fuchsia-900\/85{background-color:rgba(112,26,117,.85)}.xl\:bg-fuchsia-900\/90{background-color:rgba(112,26,117,.9)}.xl\:bg-fuchsia-900\/95{background-color:rgba(112,26,117,.95)}.xl\:bg-fuchsia-950{--tw-bg-opacity:1;background-color:rgba(74,4,78,var(--tw-bg-opacity))}.xl\:bg-fuchsia-950\/0{background-color:rgba(74,4,78,0)}.xl\:bg-fuchsia-950\/10{background-color:rgba(74,4,78,.1)}.xl\:bg-fuchsia-950\/100{background-color:#4a044e}.xl\:bg-fuchsia-950\/15{background-color:rgba(74,4,78,.15)}.xl\:bg-fuchsia-950\/20{background-color:rgba(74,4,78,.2)}.xl\:bg-fuchsia-950\/25{background-color:rgba(74,4,78,.25)}.xl\:bg-fuchsia-950\/30{background-color:rgba(74,4,78,.3)}.xl\:bg-fuchsia-950\/35{background-color:rgba(74,4,78,.35)}.xl\:bg-fuchsia-950\/40{background-color:rgba(74,4,78,.4)}.xl\:bg-fuchsia-950\/45{background-color:rgba(74,4,78,.45)}.xl\:bg-fuchsia-950\/5{background-color:rgba(74,4,78,.05)}.xl\:bg-fuchsia-950\/50{background-color:rgba(74,4,78,.5)}.xl\:bg-fuchsia-950\/55{background-color:rgba(74,4,78,.55)}.xl\:bg-fuchsia-950\/60{background-color:rgba(74,4,78,.6)}.xl\:bg-fuchsia-950\/65{background-color:rgba(74,4,78,.65)}.xl\:bg-fuchsia-950\/70{background-color:rgba(74,4,78,.7)}.xl\:bg-fuchsia-950\/75{background-color:rgba(74,4,78,.75)}.xl\:bg-fuchsia-950\/80{background-color:rgba(74,4,78,.8)}.xl\:bg-fuchsia-950\/85{background-color:rgba(74,4,78,.85)}.xl\:bg-fuchsia-950\/90{background-color:rgba(74,4,78,.9)}.xl\:bg-fuchsia-950\/95{background-color:rgba(74,4,78,.95)}.xl\:bg-gray-100{--tw-bg-opacity:1;background-color:rgba(243,244,246,var(--tw-bg-opacity))}.xl\:bg-gray-100\/0{background-color:rgba(243,244,246,0)}.xl\:bg-gray-100\/10{background-color:rgba(243,244,246,.1)}.xl\:bg-gray-100\/100{background-color:#f3f4f6}.xl\:bg-gray-100\/15{background-color:rgba(243,244,246,.15)}.xl\:bg-gray-100\/20{background-color:rgba(243,244,246,.2)}.xl\:bg-gray-100\/25{background-color:rgba(243,244,246,.25)}.xl\:bg-gray-100\/30{background-color:rgba(243,244,246,.3)}.xl\:bg-gray-100\/35{background-color:rgba(243,244,246,.35)}.xl\:bg-gray-100\/40{background-color:rgba(243,244,246,.4)}.xl\:bg-gray-100\/45{background-color:rgba(243,244,246,.45)}.xl\:bg-gray-100\/5{background-color:rgba(243,244,246,.05)}.xl\:bg-gray-100\/50{background-color:rgba(243,244,246,.5)}.xl\:bg-gray-100\/55{background-color:rgba(243,244,246,.55)}.xl\:bg-gray-100\/60{background-color:rgba(243,244,246,.6)}.xl\:bg-gray-100\/65{background-color:rgba(243,244,246,.65)}.xl\:bg-gray-100\/70{background-color:rgba(243,244,246,.7)}.xl\:bg-gray-100\/75{background-color:rgba(243,244,246,.75)}.xl\:bg-gray-100\/80{background-color:rgba(243,244,246,.8)}.xl\:bg-gray-100\/85{background-color:rgba(243,244,246,.85)}.xl\:bg-gray-100\/90{background-color:rgba(243,244,246,.9)}.xl\:bg-gray-100\/95{background-color:rgba(243,244,246,.95)}.xl\:bg-gray-200{--tw-bg-opacity:1;background-color:rgba(229,231,235,var(--tw-bg-opacity))}.xl\:bg-gray-200\/0{background-color:rgba(229,231,235,0)}.xl\:bg-gray-200\/10{background-color:rgba(229,231,235,.1)}.xl\:bg-gray-200\/100{background-color:#e5e7eb}.xl\:bg-gray-200\/15{background-color:rgba(229,231,235,.15)}.xl\:bg-gray-200\/20{background-color:rgba(229,231,235,.2)}.xl\:bg-gray-200\/25{background-color:rgba(229,231,235,.25)}.xl\:bg-gray-200\/30{background-color:rgba(229,231,235,.3)}.xl\:bg-gray-200\/35{background-color:rgba(229,231,235,.35)}.xl\:bg-gray-200\/40{background-color:rgba(229,231,235,.4)}.xl\:bg-gray-200\/45{background-color:rgba(229,231,235,.45)}.xl\:bg-gray-200\/5{background-color:rgba(229,231,235,.05)}.xl\:bg-gray-200\/50{background-color:rgba(229,231,235,.5)}.xl\:bg-gray-200\/55{background-color:rgba(229,231,235,.55)}.xl\:bg-gray-200\/60{background-color:rgba(229,231,235,.6)}.xl\:bg-gray-200\/65{background-color:rgba(229,231,235,.65)}.xl\:bg-gray-200\/70{background-color:rgba(229,231,235,.7)}.xl\:bg-gray-200\/75{background-color:rgba(229,231,235,.75)}.xl\:bg-gray-200\/80{background-color:rgba(229,231,235,.8)}.xl\:bg-gray-200\/85{background-color:rgba(229,231,235,.85)}.xl\:bg-gray-200\/90{background-color:rgba(229,231,235,.9)}.xl\:bg-gray-200\/95{background-color:rgba(229,231,235,.95)}.xl\:bg-gray-300{--tw-bg-opacity:1;background-color:rgba(209,213,219,var(--tw-bg-opacity))}.xl\:bg-gray-300\/0{background-color:rgba(209,213,219,0)}.xl\:bg-gray-300\/10{background-color:rgba(209,213,219,.1)}.xl\:bg-gray-300\/100{background-color:#d1d5db}.xl\:bg-gray-300\/15{background-color:rgba(209,213,219,.15)}.xl\:bg-gray-300\/20{background-color:rgba(209,213,219,.2)}.xl\:bg-gray-300\/25{background-color:rgba(209,213,219,.25)}.xl\:bg-gray-300\/30{background-color:rgba(209,213,219,.3)}.xl\:bg-gray-300\/35{background-color:rgba(209,213,219,.35)}.xl\:bg-gray-300\/40{background-color:rgba(209,213,219,.4)}.xl\:bg-gray-300\/45{background-color:rgba(209,213,219,.45)}.xl\:bg-gray-300\/5{background-color:rgba(209,213,219,.05)}.xl\:bg-gray-300\/50{background-color:rgba(209,213,219,.5)}.xl\:bg-gray-300\/55{background-color:rgba(209,213,219,.55)}.xl\:bg-gray-300\/60{background-color:rgba(209,213,219,.6)}.xl\:bg-gray-300\/65{background-color:rgba(209,213,219,.65)}.xl\:bg-gray-300\/70{background-color:rgba(209,213,219,.7)}.xl\:bg-gray-300\/75{background-color:rgba(209,213,219,.75)}.xl\:bg-gray-300\/80{background-color:rgba(209,213,219,.8)}.xl\:bg-gray-300\/85{background-color:rgba(209,213,219,.85)}.xl\:bg-gray-300\/90{background-color:rgba(209,213,219,.9)}.xl\:bg-gray-300\/95{background-color:rgba(209,213,219,.95)}.xl\:bg-gray-400{--tw-bg-opacity:1;background-color:rgba(156,163,175,var(--tw-bg-opacity))}.xl\:bg-gray-400\/0{background-color:rgba(156,163,175,0)}.xl\:bg-gray-400\/10{background-color:rgba(156,163,175,.1)}.xl\:bg-gray-400\/100{background-color:#9ca3af}.xl\:bg-gray-400\/15{background-color:rgba(156,163,175,.15)}.xl\:bg-gray-400\/20{background-color:rgba(156,163,175,.2)}.xl\:bg-gray-400\/25{background-color:rgba(156,163,175,.25)}.xl\:bg-gray-400\/30{background-color:rgba(156,163,175,.3)}.xl\:bg-gray-400\/35{background-color:rgba(156,163,175,.35)}.xl\:bg-gray-400\/40{background-color:rgba(156,163,175,.4)}.xl\:bg-gray-400\/45{background-color:rgba(156,163,175,.45)}.xl\:bg-gray-400\/5{background-color:rgba(156,163,175,.05)}.xl\:bg-gray-400\/50{background-color:rgba(156,163,175,.5)}.xl\:bg-gray-400\/55{background-color:rgba(156,163,175,.55)}.xl\:bg-gray-400\/60{background-color:rgba(156,163,175,.6)}.xl\:bg-gray-400\/65{background-color:rgba(156,163,175,.65)}.xl\:bg-gray-400\/70{background-color:rgba(156,163,175,.7)}.xl\:bg-gray-400\/75{background-color:rgba(156,163,175,.75)}.xl\:bg-gray-400\/80{background-color:rgba(156,163,175,.8)}.xl\:bg-gray-400\/85{background-color:rgba(156,163,175,.85)}.xl\:bg-gray-400\/90{background-color:rgba(156,163,175,.9)}.xl\:bg-gray-400\/95{background-color:rgba(156,163,175,.95)}.xl\:bg-gray-50{--tw-bg-opacity:1;background-color:rgba(249,250,251,var(--tw-bg-opacity))}.xl\:bg-gray-50\/0{background-color:rgba(249,250,251,0)}.xl\:bg-gray-50\/10{background-color:rgba(249,250,251,.1)}.xl\:bg-gray-50\/100{background-color:#f9fafb}.xl\:bg-gray-50\/15{background-color:rgba(249,250,251,.15)}.xl\:bg-gray-50\/20{background-color:rgba(249,250,251,.2)}.xl\:bg-gray-50\/25{background-color:rgba(249,250,251,.25)}.xl\:bg-gray-50\/30{background-color:rgba(249,250,251,.3)}.xl\:bg-gray-50\/35{background-color:rgba(249,250,251,.35)}.xl\:bg-gray-50\/40{background-color:rgba(249,250,251,.4)}.xl\:bg-gray-50\/45{background-color:rgba(249,250,251,.45)}.xl\:bg-gray-50\/5{background-color:rgba(249,250,251,.05)}.xl\:bg-gray-50\/50{background-color:rgba(249,250,251,.5)}.xl\:bg-gray-50\/55{background-color:rgba(249,250,251,.55)}.xl\:bg-gray-50\/60{background-color:rgba(249,250,251,.6)}.xl\:bg-gray-50\/65{background-color:rgba(249,250,251,.65)}.xl\:bg-gray-50\/70{background-color:rgba(249,250,251,.7)}.xl\:bg-gray-50\/75{background-color:rgba(249,250,251,.75)}.xl\:bg-gray-50\/80{background-color:rgba(249,250,251,.8)}.xl\:bg-gray-50\/85{background-color:rgba(249,250,251,.85)}.xl\:bg-gray-50\/90{background-color:rgba(249,250,251,.9)}.xl\:bg-gray-50\/95{background-color:rgba(249,250,251,.95)}.xl\:bg-gray-500{--tw-bg-opacity:1;background-color:rgba(107,114,128,var(--tw-bg-opacity))}.xl\:bg-gray-500\/0{background-color:hsla(220,9%,46%,0)}.xl\:bg-gray-500\/10{background-color:hsla(220,9%,46%,.1)}.xl\:bg-gray-500\/100{background-color:#6b7280}.xl\:bg-gray-500\/15{background-color:hsla(220,9%,46%,.15)}.xl\:bg-gray-500\/20{background-color:hsla(220,9%,46%,.2)}.xl\:bg-gray-500\/25{background-color:hsla(220,9%,46%,.25)}.xl\:bg-gray-500\/30{background-color:hsla(220,9%,46%,.3)}.xl\:bg-gray-500\/35{background-color:hsla(220,9%,46%,.35)}.xl\:bg-gray-500\/40{background-color:hsla(220,9%,46%,.4)}.xl\:bg-gray-500\/45{background-color:hsla(220,9%,46%,.45)}.xl\:bg-gray-500\/5{background-color:hsla(220,9%,46%,.05)}.xl\:bg-gray-500\/50{background-color:hsla(220,9%,46%,.5)}.xl\:bg-gray-500\/55{background-color:hsla(220,9%,46%,.55)}.xl\:bg-gray-500\/60{background-color:hsla(220,9%,46%,.6)}.xl\:bg-gray-500\/65{background-color:hsla(220,9%,46%,.65)}.xl\:bg-gray-500\/70{background-color:hsla(220,9%,46%,.7)}.xl\:bg-gray-500\/75{background-color:hsla(220,9%,46%,.75)}.xl\:bg-gray-500\/80{background-color:hsla(220,9%,46%,.8)}.xl\:bg-gray-500\/85{background-color:hsla(220,9%,46%,.85)}.xl\:bg-gray-500\/90{background-color:hsla(220,9%,46%,.9)}.xl\:bg-gray-500\/95{background-color:hsla(220,9%,46%,.95)}.xl\:bg-gray-600{--tw-bg-opacity:1;background-color:rgba(75,85,99,var(--tw-bg-opacity))}.xl\:bg-gray-600\/0{background-color:rgba(75,85,99,0)}.xl\:bg-gray-600\/10{background-color:rgba(75,85,99,.1)}.xl\:bg-gray-600\/100{background-color:#4b5563}.xl\:bg-gray-600\/15{background-color:rgba(75,85,99,.15)}.xl\:bg-gray-600\/20{background-color:rgba(75,85,99,.2)}.xl\:bg-gray-600\/25{background-color:rgba(75,85,99,.25)}.xl\:bg-gray-600\/30{background-color:rgba(75,85,99,.3)}.xl\:bg-gray-600\/35{background-color:rgba(75,85,99,.35)}.xl\:bg-gray-600\/40{background-color:rgba(75,85,99,.4)}.xl\:bg-gray-600\/45{background-color:rgba(75,85,99,.45)}.xl\:bg-gray-600\/5{background-color:rgba(75,85,99,.05)}.xl\:bg-gray-600\/50{background-color:rgba(75,85,99,.5)}.xl\:bg-gray-600\/55{background-color:rgba(75,85,99,.55)}.xl\:bg-gray-600\/60{background-color:rgba(75,85,99,.6)}.xl\:bg-gray-600\/65{background-color:rgba(75,85,99,.65)}.xl\:bg-gray-600\/70{background-color:rgba(75,85,99,.7)}.xl\:bg-gray-600\/75{background-color:rgba(75,85,99,.75)}.xl\:bg-gray-600\/80{background-color:rgba(75,85,99,.8)}.xl\:bg-gray-600\/85{background-color:rgba(75,85,99,.85)}.xl\:bg-gray-600\/90{background-color:rgba(75,85,99,.9)}.xl\:bg-gray-600\/95{background-color:rgba(75,85,99,.95)}.xl\:bg-gray-700{--tw-bg-opacity:1;background-color:rgba(55,65,81,var(--tw-bg-opacity))}.xl\:bg-gray-700\/0{background-color:rgba(55,65,81,0)}.xl\:bg-gray-700\/10{background-color:rgba(55,65,81,.1)}.xl\:bg-gray-700\/100{background-color:#374151}.xl\:bg-gray-700\/15{background-color:rgba(55,65,81,.15)}.xl\:bg-gray-700\/20{background-color:rgba(55,65,81,.2)}.xl\:bg-gray-700\/25{background-color:rgba(55,65,81,.25)}.xl\:bg-gray-700\/30{background-color:rgba(55,65,81,.3)}.xl\:bg-gray-700\/35{background-color:rgba(55,65,81,.35)}.xl\:bg-gray-700\/40{background-color:rgba(55,65,81,.4)}.xl\:bg-gray-700\/45{background-color:rgba(55,65,81,.45)}.xl\:bg-gray-700\/5{background-color:rgba(55,65,81,.05)}.xl\:bg-gray-700\/50{background-color:rgba(55,65,81,.5)}.xl\:bg-gray-700\/55{background-color:rgba(55,65,81,.55)}.xl\:bg-gray-700\/60{background-color:rgba(55,65,81,.6)}.xl\:bg-gray-700\/65{background-color:rgba(55,65,81,.65)}.xl\:bg-gray-700\/70{background-color:rgba(55,65,81,.7)}.xl\:bg-gray-700\/75{background-color:rgba(55,65,81,.75)}.xl\:bg-gray-700\/80{background-color:rgba(55,65,81,.8)}.xl\:bg-gray-700\/85{background-color:rgba(55,65,81,.85)}.xl\:bg-gray-700\/90{background-color:rgba(55,65,81,.9)}.xl\:bg-gray-700\/95{background-color:rgba(55,65,81,.95)}.xl\:bg-gray-800{--tw-bg-opacity:1;background-color:rgba(31,41,55,var(--tw-bg-opacity))}.xl\:bg-gray-800\/0{background-color:rgba(31,41,55,0)}.xl\:bg-gray-800\/10{background-color:rgba(31,41,55,.1)}.xl\:bg-gray-800\/100{background-color:#1f2937}.xl\:bg-gray-800\/15{background-color:rgba(31,41,55,.15)}.xl\:bg-gray-800\/20{background-color:rgba(31,41,55,.2)}.xl\:bg-gray-800\/25{background-color:rgba(31,41,55,.25)}.xl\:bg-gray-800\/30{background-color:rgba(31,41,55,.3)}.xl\:bg-gray-800\/35{background-color:rgba(31,41,55,.35)}.xl\:bg-gray-800\/40{background-color:rgba(31,41,55,.4)}.xl\:bg-gray-800\/45{background-color:rgba(31,41,55,.45)}.xl\:bg-gray-800\/5{background-color:rgba(31,41,55,.05)}.xl\:bg-gray-800\/50{background-color:rgba(31,41,55,.5)}.xl\:bg-gray-800\/55{background-color:rgba(31,41,55,.55)}.xl\:bg-gray-800\/60{background-color:rgba(31,41,55,.6)}.xl\:bg-gray-800\/65{background-color:rgba(31,41,55,.65)}.xl\:bg-gray-800\/70{background-color:rgba(31,41,55,.7)}.xl\:bg-gray-800\/75{background-color:rgba(31,41,55,.75)}.xl\:bg-gray-800\/80{background-color:rgba(31,41,55,.8)}.xl\:bg-gray-800\/85{background-color:rgba(31,41,55,.85)}.xl\:bg-gray-800\/90{background-color:rgba(31,41,55,.9)}.xl\:bg-gray-800\/95{background-color:rgba(31,41,55,.95)}.xl\:bg-gray-900{--tw-bg-opacity:1;background-color:rgba(17,24,39,var(--tw-bg-opacity))}.xl\:bg-gray-900\/0{background-color:rgba(17,24,39,0)}.xl\:bg-gray-900\/10{background-color:rgba(17,24,39,.1)}.xl\:bg-gray-900\/100{background-color:#111827}.xl\:bg-gray-900\/15{background-color:rgba(17,24,39,.15)}.xl\:bg-gray-900\/20{background-color:rgba(17,24,39,.2)}.xl\:bg-gray-900\/25{background-color:rgba(17,24,39,.25)}.xl\:bg-gray-900\/30{background-color:rgba(17,24,39,.3)}.xl\:bg-gray-900\/35{background-color:rgba(17,24,39,.35)}.xl\:bg-gray-900\/40{background-color:rgba(17,24,39,.4)}.xl\:bg-gray-900\/45{background-color:rgba(17,24,39,.45)}.xl\:bg-gray-900\/5{background-color:rgba(17,24,39,.05)}.xl\:bg-gray-900\/50{background-color:rgba(17,24,39,.5)}.xl\:bg-gray-900\/55{background-color:rgba(17,24,39,.55)}.xl\:bg-gray-900\/60{background-color:rgba(17,24,39,.6)}.xl\:bg-gray-900\/65{background-color:rgba(17,24,39,.65)}.xl\:bg-gray-900\/70{background-color:rgba(17,24,39,.7)}.xl\:bg-gray-900\/75{background-color:rgba(17,24,39,.75)}.xl\:bg-gray-900\/80{background-color:rgba(17,24,39,.8)}.xl\:bg-gray-900\/85{background-color:rgba(17,24,39,.85)}.xl\:bg-gray-900\/90{background-color:rgba(17,24,39,.9)}.xl\:bg-gray-900\/95{background-color:rgba(17,24,39,.95)}.xl\:bg-gray-950{--tw-bg-opacity:1;background-color:rgba(3,7,18,var(--tw-bg-opacity))}.xl\:bg-gray-950\/0{background-color:rgba(3,7,18,0)}.xl\:bg-gray-950\/10{background-color:rgba(3,7,18,.1)}.xl\:bg-gray-950\/100{background-color:#030712}.xl\:bg-gray-950\/15{background-color:rgba(3,7,18,.15)}.xl\:bg-gray-950\/20{background-color:rgba(3,7,18,.2)}.xl\:bg-gray-950\/25{background-color:rgba(3,7,18,.25)}.xl\:bg-gray-950\/30{background-color:rgba(3,7,18,.3)}.xl\:bg-gray-950\/35{background-color:rgba(3,7,18,.35)}.xl\:bg-gray-950\/40{background-color:rgba(3,7,18,.4)}.xl\:bg-gray-950\/45{background-color:rgba(3,7,18,.45)}.xl\:bg-gray-950\/5{background-color:rgba(3,7,18,.05)}.xl\:bg-gray-950\/50{background-color:rgba(3,7,18,.5)}.xl\:bg-gray-950\/55{background-color:rgba(3,7,18,.55)}.xl\:bg-gray-950\/60{background-color:rgba(3,7,18,.6)}.xl\:bg-gray-950\/65{background-color:rgba(3,7,18,.65)}.xl\:bg-gray-950\/70{background-color:rgba(3,7,18,.7)}.xl\:bg-gray-950\/75{background-color:rgba(3,7,18,.75)}.xl\:bg-gray-950\/80{background-color:rgba(3,7,18,.8)}.xl\:bg-gray-950\/85{background-color:rgba(3,7,18,.85)}.xl\:bg-gray-950\/90{background-color:rgba(3,7,18,.9)}.xl\:bg-gray-950\/95{background-color:rgba(3,7,18,.95)}.xl\:bg-green-100{--tw-bg-opacity:1;background-color:rgba(220,252,231,var(--tw-bg-opacity))}.xl\:bg-green-100\/0{background-color:rgba(220,252,231,0)}.xl\:bg-green-100\/10{background-color:rgba(220,252,231,.1)}.xl\:bg-green-100\/100{background-color:#dcfce7}.xl\:bg-green-100\/15{background-color:rgba(220,252,231,.15)}.xl\:bg-green-100\/20{background-color:rgba(220,252,231,.2)}.xl\:bg-green-100\/25{background-color:rgba(220,252,231,.25)}.xl\:bg-green-100\/30{background-color:rgba(220,252,231,.3)}.xl\:bg-green-100\/35{background-color:rgba(220,252,231,.35)}.xl\:bg-green-100\/40{background-color:rgba(220,252,231,.4)}.xl\:bg-green-100\/45{background-color:rgba(220,252,231,.45)}.xl\:bg-green-100\/5{background-color:rgba(220,252,231,.05)}.xl\:bg-green-100\/50{background-color:rgba(220,252,231,.5)}.xl\:bg-green-100\/55{background-color:rgba(220,252,231,.55)}.xl\:bg-green-100\/60{background-color:rgba(220,252,231,.6)}.xl\:bg-green-100\/65{background-color:rgba(220,252,231,.65)}.xl\:bg-green-100\/70{background-color:rgba(220,252,231,.7)}.xl\:bg-green-100\/75{background-color:rgba(220,252,231,.75)}.xl\:bg-green-100\/80{background-color:rgba(220,252,231,.8)}.xl\:bg-green-100\/85{background-color:rgba(220,252,231,.85)}.xl\:bg-green-100\/90{background-color:rgba(220,252,231,.9)}.xl\:bg-green-100\/95{background-color:rgba(220,252,231,.95)}.xl\:bg-green-200{--tw-bg-opacity:1;background-color:rgba(187,247,208,var(--tw-bg-opacity))}.xl\:bg-green-200\/0{background-color:rgba(187,247,208,0)}.xl\:bg-green-200\/10{background-color:rgba(187,247,208,.1)}.xl\:bg-green-200\/100{background-color:#bbf7d0}.xl\:bg-green-200\/15{background-color:rgba(187,247,208,.15)}.xl\:bg-green-200\/20{background-color:rgba(187,247,208,.2)}.xl\:bg-green-200\/25{background-color:rgba(187,247,208,.25)}.xl\:bg-green-200\/30{background-color:rgba(187,247,208,.3)}.xl\:bg-green-200\/35{background-color:rgba(187,247,208,.35)}.xl\:bg-green-200\/40{background-color:rgba(187,247,208,.4)}.xl\:bg-green-200\/45{background-color:rgba(187,247,208,.45)}.xl\:bg-green-200\/5{background-color:rgba(187,247,208,.05)}.xl\:bg-green-200\/50{background-color:rgba(187,247,208,.5)}.xl\:bg-green-200\/55{background-color:rgba(187,247,208,.55)}.xl\:bg-green-200\/60{background-color:rgba(187,247,208,.6)}.xl\:bg-green-200\/65{background-color:rgba(187,247,208,.65)}.xl\:bg-green-200\/70{background-color:rgba(187,247,208,.7)}.xl\:bg-green-200\/75{background-color:rgba(187,247,208,.75)}.xl\:bg-green-200\/80{background-color:rgba(187,247,208,.8)}.xl\:bg-green-200\/85{background-color:rgba(187,247,208,.85)}.xl\:bg-green-200\/90{background-color:rgba(187,247,208,.9)}.xl\:bg-green-200\/95{background-color:rgba(187,247,208,.95)}.xl\:bg-green-300{--tw-bg-opacity:1;background-color:rgba(134,239,172,var(--tw-bg-opacity))}.xl\:bg-green-300\/0{background-color:rgba(134,239,172,0)}.xl\:bg-green-300\/10{background-color:rgba(134,239,172,.1)}.xl\:bg-green-300\/100{background-color:#86efac}.xl\:bg-green-300\/15{background-color:rgba(134,239,172,.15)}.xl\:bg-green-300\/20{background-color:rgba(134,239,172,.2)}.xl\:bg-green-300\/25{background-color:rgba(134,239,172,.25)}.xl\:bg-green-300\/30{background-color:rgba(134,239,172,.3)}.xl\:bg-green-300\/35{background-color:rgba(134,239,172,.35)}.xl\:bg-green-300\/40{background-color:rgba(134,239,172,.4)}.xl\:bg-green-300\/45{background-color:rgba(134,239,172,.45)}.xl\:bg-green-300\/5{background-color:rgba(134,239,172,.05)}.xl\:bg-green-300\/50{background-color:rgba(134,239,172,.5)}.xl\:bg-green-300\/55{background-color:rgba(134,239,172,.55)}.xl\:bg-green-300\/60{background-color:rgba(134,239,172,.6)}.xl\:bg-green-300\/65{background-color:rgba(134,239,172,.65)}.xl\:bg-green-300\/70{background-color:rgba(134,239,172,.7)}.xl\:bg-green-300\/75{background-color:rgba(134,239,172,.75)}.xl\:bg-green-300\/80{background-color:rgba(134,239,172,.8)}.xl\:bg-green-300\/85{background-color:rgba(134,239,172,.85)}.xl\:bg-green-300\/90{background-color:rgba(134,239,172,.9)}.xl\:bg-green-300\/95{background-color:rgba(134,239,172,.95)}.xl\:bg-green-400{--tw-bg-opacity:1;background-color:rgba(74,222,128,var(--tw-bg-opacity))}.xl\:bg-green-400\/0{background-color:rgba(74,222,128,0)}.xl\:bg-green-400\/10{background-color:rgba(74,222,128,.1)}.xl\:bg-green-400\/100{background-color:#4ade80}.xl\:bg-green-400\/15{background-color:rgba(74,222,128,.15)}.xl\:bg-green-400\/20{background-color:rgba(74,222,128,.2)}.xl\:bg-green-400\/25{background-color:rgba(74,222,128,.25)}.xl\:bg-green-400\/30{background-color:rgba(74,222,128,.3)}.xl\:bg-green-400\/35{background-color:rgba(74,222,128,.35)}.xl\:bg-green-400\/40{background-color:rgba(74,222,128,.4)}.xl\:bg-green-400\/45{background-color:rgba(74,222,128,.45)}.xl\:bg-green-400\/5{background-color:rgba(74,222,128,.05)}.xl\:bg-green-400\/50{background-color:rgba(74,222,128,.5)}.xl\:bg-green-400\/55{background-color:rgba(74,222,128,.55)}.xl\:bg-green-400\/60{background-color:rgba(74,222,128,.6)}.xl\:bg-green-400\/65{background-color:rgba(74,222,128,.65)}.xl\:bg-green-400\/70{background-color:rgba(74,222,128,.7)}.xl\:bg-green-400\/75{background-color:rgba(74,222,128,.75)}.xl\:bg-green-400\/80{background-color:rgba(74,222,128,.8)}.xl\:bg-green-400\/85{background-color:rgba(74,222,128,.85)}.xl\:bg-green-400\/90{background-color:rgba(74,222,128,.9)}.xl\:bg-green-400\/95{background-color:rgba(74,222,128,.95)}.xl\:bg-green-50{--tw-bg-opacity:1;background-color:rgba(240,253,244,var(--tw-bg-opacity))}.xl\:bg-green-50\/0{background-color:rgba(240,253,244,0)}.xl\:bg-green-50\/10{background-color:rgba(240,253,244,.1)}.xl\:bg-green-50\/100{background-color:#f0fdf4}.xl\:bg-green-50\/15{background-color:rgba(240,253,244,.15)}.xl\:bg-green-50\/20{background-color:rgba(240,253,244,.2)}.xl\:bg-green-50\/25{background-color:rgba(240,253,244,.25)}.xl\:bg-green-50\/30{background-color:rgba(240,253,244,.3)}.xl\:bg-green-50\/35{background-color:rgba(240,253,244,.35)}.xl\:bg-green-50\/40{background-color:rgba(240,253,244,.4)}.xl\:bg-green-50\/45{background-color:rgba(240,253,244,.45)}.xl\:bg-green-50\/5{background-color:rgba(240,253,244,.05)}.xl\:bg-green-50\/50{background-color:rgba(240,253,244,.5)}.xl\:bg-green-50\/55{background-color:rgba(240,253,244,.55)}.xl\:bg-green-50\/60{background-color:rgba(240,253,244,.6)}.xl\:bg-green-50\/65{background-color:rgba(240,253,244,.65)}.xl\:bg-green-50\/70{background-color:rgba(240,253,244,.7)}.xl\:bg-green-50\/75{background-color:rgba(240,253,244,.75)}.xl\:bg-green-50\/80{background-color:rgba(240,253,244,.8)}.xl\:bg-green-50\/85{background-color:rgba(240,253,244,.85)}.xl\:bg-green-50\/90{background-color:rgba(240,253,244,.9)}.xl\:bg-green-50\/95{background-color:rgba(240,253,244,.95)}.xl\:bg-green-500{--tw-bg-opacity:1;background-color:rgba(34,197,94,var(--tw-bg-opacity))}.xl\:bg-green-500\/0{background-color:rgba(34,197,94,0)}.xl\:bg-green-500\/10{background-color:rgba(34,197,94,.1)}.xl\:bg-green-500\/100{background-color:#22c55e}.xl\:bg-green-500\/15{background-color:rgba(34,197,94,.15)}.xl\:bg-green-500\/20{background-color:rgba(34,197,94,.2)}.xl\:bg-green-500\/25{background-color:rgba(34,197,94,.25)}.xl\:bg-green-500\/30{background-color:rgba(34,197,94,.3)}.xl\:bg-green-500\/35{background-color:rgba(34,197,94,.35)}.xl\:bg-green-500\/40{background-color:rgba(34,197,94,.4)}.xl\:bg-green-500\/45{background-color:rgba(34,197,94,.45)}.xl\:bg-green-500\/5{background-color:rgba(34,197,94,.05)}.xl\:bg-green-500\/50{background-color:rgba(34,197,94,.5)}.xl\:bg-green-500\/55{background-color:rgba(34,197,94,.55)}.xl\:bg-green-500\/60{background-color:rgba(34,197,94,.6)}.xl\:bg-green-500\/65{background-color:rgba(34,197,94,.65)}.xl\:bg-green-500\/70{background-color:rgba(34,197,94,.7)}.xl\:bg-green-500\/75{background-color:rgba(34,197,94,.75)}.xl\:bg-green-500\/80{background-color:rgba(34,197,94,.8)}.xl\:bg-green-500\/85{background-color:rgba(34,197,94,.85)}.xl\:bg-green-500\/90{background-color:rgba(34,197,94,.9)}.xl\:bg-green-500\/95{background-color:rgba(34,197,94,.95)}.xl\:bg-green-600{--tw-bg-opacity:1;background-color:rgba(22,163,74,var(--tw-bg-opacity))}.xl\:bg-green-600\/0{background-color:rgba(22,163,74,0)}.xl\:bg-green-600\/10{background-color:rgba(22,163,74,.1)}.xl\:bg-green-600\/100{background-color:#16a34a}.xl\:bg-green-600\/15{background-color:rgba(22,163,74,.15)}.xl\:bg-green-600\/20{background-color:rgba(22,163,74,.2)}.xl\:bg-green-600\/25{background-color:rgba(22,163,74,.25)}.xl\:bg-green-600\/30{background-color:rgba(22,163,74,.3)}.xl\:bg-green-600\/35{background-color:rgba(22,163,74,.35)}.xl\:bg-green-600\/40{background-color:rgba(22,163,74,.4)}.xl\:bg-green-600\/45{background-color:rgba(22,163,74,.45)}.xl\:bg-green-600\/5{background-color:rgba(22,163,74,.05)}.xl\:bg-green-600\/50{background-color:rgba(22,163,74,.5)}.xl\:bg-green-600\/55{background-color:rgba(22,163,74,.55)}.xl\:bg-green-600\/60{background-color:rgba(22,163,74,.6)}.xl\:bg-green-600\/65{background-color:rgba(22,163,74,.65)}.xl\:bg-green-600\/70{background-color:rgba(22,163,74,.7)}.xl\:bg-green-600\/75{background-color:rgba(22,163,74,.75)}.xl\:bg-green-600\/80{background-color:rgba(22,163,74,.8)}.xl\:bg-green-600\/85{background-color:rgba(22,163,74,.85)}.xl\:bg-green-600\/90{background-color:rgba(22,163,74,.9)}.xl\:bg-green-600\/95{background-color:rgba(22,163,74,.95)}.xl\:bg-green-700{--tw-bg-opacity:1;background-color:rgba(21,128,61,var(--tw-bg-opacity))}.xl\:bg-green-700\/0{background-color:rgba(21,128,61,0)}.xl\:bg-green-700\/10{background-color:rgba(21,128,61,.1)}.xl\:bg-green-700\/100{background-color:#15803d}.xl\:bg-green-700\/15{background-color:rgba(21,128,61,.15)}.xl\:bg-green-700\/20{background-color:rgba(21,128,61,.2)}.xl\:bg-green-700\/25{background-color:rgba(21,128,61,.25)}.xl\:bg-green-700\/30{background-color:rgba(21,128,61,.3)}.xl\:bg-green-700\/35{background-color:rgba(21,128,61,.35)}.xl\:bg-green-700\/40{background-color:rgba(21,128,61,.4)}.xl\:bg-green-700\/45{background-color:rgba(21,128,61,.45)}.xl\:bg-green-700\/5{background-color:rgba(21,128,61,.05)}.xl\:bg-green-700\/50{background-color:rgba(21,128,61,.5)}.xl\:bg-green-700\/55{background-color:rgba(21,128,61,.55)}.xl\:bg-green-700\/60{background-color:rgba(21,128,61,.6)}.xl\:bg-green-700\/65{background-color:rgba(21,128,61,.65)}.xl\:bg-green-700\/70{background-color:rgba(21,128,61,.7)}.xl\:bg-green-700\/75{background-color:rgba(21,128,61,.75)}.xl\:bg-green-700\/80{background-color:rgba(21,128,61,.8)}.xl\:bg-green-700\/85{background-color:rgba(21,128,61,.85)}.xl\:bg-green-700\/90{background-color:rgba(21,128,61,.9)}.xl\:bg-green-700\/95{background-color:rgba(21,128,61,.95)}.xl\:bg-green-800{--tw-bg-opacity:1;background-color:rgba(22,101,52,var(--tw-bg-opacity))}.xl\:bg-green-800\/0{background-color:rgba(22,101,52,0)}.xl\:bg-green-800\/10{background-color:rgba(22,101,52,.1)}.xl\:bg-green-800\/100{background-color:#166534}.xl\:bg-green-800\/15{background-color:rgba(22,101,52,.15)}.xl\:bg-green-800\/20{background-color:rgba(22,101,52,.2)}.xl\:bg-green-800\/25{background-color:rgba(22,101,52,.25)}.xl\:bg-green-800\/30{background-color:rgba(22,101,52,.3)}.xl\:bg-green-800\/35{background-color:rgba(22,101,52,.35)}.xl\:bg-green-800\/40{background-color:rgba(22,101,52,.4)}.xl\:bg-green-800\/45{background-color:rgba(22,101,52,.45)}.xl\:bg-green-800\/5{background-color:rgba(22,101,52,.05)}.xl\:bg-green-800\/50{background-color:rgba(22,101,52,.5)}.xl\:bg-green-800\/55{background-color:rgba(22,101,52,.55)}.xl\:bg-green-800\/60{background-color:rgba(22,101,52,.6)}.xl\:bg-green-800\/65{background-color:rgba(22,101,52,.65)}.xl\:bg-green-800\/70{background-color:rgba(22,101,52,.7)}.xl\:bg-green-800\/75{background-color:rgba(22,101,52,.75)}.xl\:bg-green-800\/80{background-color:rgba(22,101,52,.8)}.xl\:bg-green-800\/85{background-color:rgba(22,101,52,.85)}.xl\:bg-green-800\/90{background-color:rgba(22,101,52,.9)}.xl\:bg-green-800\/95{background-color:rgba(22,101,52,.95)}.xl\:bg-green-900{--tw-bg-opacity:1;background-color:rgba(20,83,45,var(--tw-bg-opacity))}.xl\:bg-green-900\/0{background-color:rgba(20,83,45,0)}.xl\:bg-green-900\/10{background-color:rgba(20,83,45,.1)}.xl\:bg-green-900\/100{background-color:#14532d}.xl\:bg-green-900\/15{background-color:rgba(20,83,45,.15)}.xl\:bg-green-900\/20{background-color:rgba(20,83,45,.2)}.xl\:bg-green-900\/25{background-color:rgba(20,83,45,.25)}.xl\:bg-green-900\/30{background-color:rgba(20,83,45,.3)}.xl\:bg-green-900\/35{background-color:rgba(20,83,45,.35)}.xl\:bg-green-900\/40{background-color:rgba(20,83,45,.4)}.xl\:bg-green-900\/45{background-color:rgba(20,83,45,.45)}.xl\:bg-green-900\/5{background-color:rgba(20,83,45,.05)}.xl\:bg-green-900\/50{background-color:rgba(20,83,45,.5)}.xl\:bg-green-900\/55{background-color:rgba(20,83,45,.55)}.xl\:bg-green-900\/60{background-color:rgba(20,83,45,.6)}.xl\:bg-green-900\/65{background-color:rgba(20,83,45,.65)}.xl\:bg-green-900\/70{background-color:rgba(20,83,45,.7)}.xl\:bg-green-900\/75{background-color:rgba(20,83,45,.75)}.xl\:bg-green-900\/80{background-color:rgba(20,83,45,.8)}.xl\:bg-green-900\/85{background-color:rgba(20,83,45,.85)}.xl\:bg-green-900\/90{background-color:rgba(20,83,45,.9)}.xl\:bg-green-900\/95{background-color:rgba(20,83,45,.95)}.xl\:bg-green-950{--tw-bg-opacity:1;background-color:rgba(5,46,22,var(--tw-bg-opacity))}.xl\:bg-green-950\/0{background-color:rgba(5,46,22,0)}.xl\:bg-green-950\/10{background-color:rgba(5,46,22,.1)}.xl\:bg-green-950\/100{background-color:#052e16}.xl\:bg-green-950\/15{background-color:rgba(5,46,22,.15)}.xl\:bg-green-950\/20{background-color:rgba(5,46,22,.2)}.xl\:bg-green-950\/25{background-color:rgba(5,46,22,.25)}.xl\:bg-green-950\/30{background-color:rgba(5,46,22,.3)}.xl\:bg-green-950\/35{background-color:rgba(5,46,22,.35)}.xl\:bg-green-950\/40{background-color:rgba(5,46,22,.4)}.xl\:bg-green-950\/45{background-color:rgba(5,46,22,.45)}.xl\:bg-green-950\/5{background-color:rgba(5,46,22,.05)}.xl\:bg-green-950\/50{background-color:rgba(5,46,22,.5)}.xl\:bg-green-950\/55{background-color:rgba(5,46,22,.55)}.xl\:bg-green-950\/60{background-color:rgba(5,46,22,.6)}.xl\:bg-green-950\/65{background-color:rgba(5,46,22,.65)}.xl\:bg-green-950\/70{background-color:rgba(5,46,22,.7)}.xl\:bg-green-950\/75{background-color:rgba(5,46,22,.75)}.xl\:bg-green-950\/80{background-color:rgba(5,46,22,.8)}.xl\:bg-green-950\/85{background-color:rgba(5,46,22,.85)}.xl\:bg-green-950\/90{background-color:rgba(5,46,22,.9)}.xl\:bg-green-950\/95{background-color:rgba(5,46,22,.95)}.xl\:bg-indigo-100{--tw-bg-opacity:1;background-color:rgba(224,231,255,var(--tw-bg-opacity))}.xl\:bg-indigo-100\/0{background-color:rgba(224,231,255,0)}.xl\:bg-indigo-100\/10{background-color:rgba(224,231,255,.1)}.xl\:bg-indigo-100\/100{background-color:#e0e7ff}.xl\:bg-indigo-100\/15{background-color:rgba(224,231,255,.15)}.xl\:bg-indigo-100\/20{background-color:rgba(224,231,255,.2)}.xl\:bg-indigo-100\/25{background-color:rgba(224,231,255,.25)}.xl\:bg-indigo-100\/30{background-color:rgba(224,231,255,.3)}.xl\:bg-indigo-100\/35{background-color:rgba(224,231,255,.35)}.xl\:bg-indigo-100\/40{background-color:rgba(224,231,255,.4)}.xl\:bg-indigo-100\/45{background-color:rgba(224,231,255,.45)}.xl\:bg-indigo-100\/5{background-color:rgba(224,231,255,.05)}.xl\:bg-indigo-100\/50{background-color:rgba(224,231,255,.5)}.xl\:bg-indigo-100\/55{background-color:rgba(224,231,255,.55)}.xl\:bg-indigo-100\/60{background-color:rgba(224,231,255,.6)}.xl\:bg-indigo-100\/65{background-color:rgba(224,231,255,.65)}.xl\:bg-indigo-100\/70{background-color:rgba(224,231,255,.7)}.xl\:bg-indigo-100\/75{background-color:rgba(224,231,255,.75)}.xl\:bg-indigo-100\/80{background-color:rgba(224,231,255,.8)}.xl\:bg-indigo-100\/85{background-color:rgba(224,231,255,.85)}.xl\:bg-indigo-100\/90{background-color:rgba(224,231,255,.9)}.xl\:bg-indigo-100\/95{background-color:rgba(224,231,255,.95)}.xl\:bg-indigo-200{--tw-bg-opacity:1;background-color:rgba(199,210,254,var(--tw-bg-opacity))}.xl\:bg-indigo-200\/0{background-color:rgba(199,210,254,0)}.xl\:bg-indigo-200\/10{background-color:rgba(199,210,254,.1)}.xl\:bg-indigo-200\/100{background-color:#c7d2fe}.xl\:bg-indigo-200\/15{background-color:rgba(199,210,254,.15)}.xl\:bg-indigo-200\/20{background-color:rgba(199,210,254,.2)}.xl\:bg-indigo-200\/25{background-color:rgba(199,210,254,.25)}.xl\:bg-indigo-200\/30{background-color:rgba(199,210,254,.3)}.xl\:bg-indigo-200\/35{background-color:rgba(199,210,254,.35)}.xl\:bg-indigo-200\/40{background-color:rgba(199,210,254,.4)}.xl\:bg-indigo-200\/45{background-color:rgba(199,210,254,.45)}.xl\:bg-indigo-200\/5{background-color:rgba(199,210,254,.05)}.xl\:bg-indigo-200\/50{background-color:rgba(199,210,254,.5)}.xl\:bg-indigo-200\/55{background-color:rgba(199,210,254,.55)}.xl\:bg-indigo-200\/60{background-color:rgba(199,210,254,.6)}.xl\:bg-indigo-200\/65{background-color:rgba(199,210,254,.65)}.xl\:bg-indigo-200\/70{background-color:rgba(199,210,254,.7)}.xl\:bg-indigo-200\/75{background-color:rgba(199,210,254,.75)}.xl\:bg-indigo-200\/80{background-color:rgba(199,210,254,.8)}.xl\:bg-indigo-200\/85{background-color:rgba(199,210,254,.85)}.xl\:bg-indigo-200\/90{background-color:rgba(199,210,254,.9)}.xl\:bg-indigo-200\/95{background-color:rgba(199,210,254,.95)}.xl\:bg-indigo-300{--tw-bg-opacity:1;background-color:rgba(165,180,252,var(--tw-bg-opacity))}.xl\:bg-indigo-300\/0{background-color:rgba(165,180,252,0)}.xl\:bg-indigo-300\/10{background-color:rgba(165,180,252,.1)}.xl\:bg-indigo-300\/100{background-color:#a5b4fc}.xl\:bg-indigo-300\/15{background-color:rgba(165,180,252,.15)}.xl\:bg-indigo-300\/20{background-color:rgba(165,180,252,.2)}.xl\:bg-indigo-300\/25{background-color:rgba(165,180,252,.25)}.xl\:bg-indigo-300\/30{background-color:rgba(165,180,252,.3)}.xl\:bg-indigo-300\/35{background-color:rgba(165,180,252,.35)}.xl\:bg-indigo-300\/40{background-color:rgba(165,180,252,.4)}.xl\:bg-indigo-300\/45{background-color:rgba(165,180,252,.45)}.xl\:bg-indigo-300\/5{background-color:rgba(165,180,252,.05)}.xl\:bg-indigo-300\/50{background-color:rgba(165,180,252,.5)}.xl\:bg-indigo-300\/55{background-color:rgba(165,180,252,.55)}.xl\:bg-indigo-300\/60{background-color:rgba(165,180,252,.6)}.xl\:bg-indigo-300\/65{background-color:rgba(165,180,252,.65)}.xl\:bg-indigo-300\/70{background-color:rgba(165,180,252,.7)}.xl\:bg-indigo-300\/75{background-color:rgba(165,180,252,.75)}.xl\:bg-indigo-300\/80{background-color:rgba(165,180,252,.8)}.xl\:bg-indigo-300\/85{background-color:rgba(165,180,252,.85)}.xl\:bg-indigo-300\/90{background-color:rgba(165,180,252,.9)}.xl\:bg-indigo-300\/95{background-color:rgba(165,180,252,.95)}.xl\:bg-indigo-400{--tw-bg-opacity:1;background-color:rgba(129,140,248,var(--tw-bg-opacity))}.xl\:bg-indigo-400\/0{background-color:rgba(129,140,248,0)}.xl\:bg-indigo-400\/10{background-color:rgba(129,140,248,.1)}.xl\:bg-indigo-400\/100{background-color:#818cf8}.xl\:bg-indigo-400\/15{background-color:rgba(129,140,248,.15)}.xl\:bg-indigo-400\/20{background-color:rgba(129,140,248,.2)}.xl\:bg-indigo-400\/25{background-color:rgba(129,140,248,.25)}.xl\:bg-indigo-400\/30{background-color:rgba(129,140,248,.3)}.xl\:bg-indigo-400\/35{background-color:rgba(129,140,248,.35)}.xl\:bg-indigo-400\/40{background-color:rgba(129,140,248,.4)}.xl\:bg-indigo-400\/45{background-color:rgba(129,140,248,.45)}.xl\:bg-indigo-400\/5{background-color:rgba(129,140,248,.05)}.xl\:bg-indigo-400\/50{background-color:rgba(129,140,248,.5)}.xl\:bg-indigo-400\/55{background-color:rgba(129,140,248,.55)}.xl\:bg-indigo-400\/60{background-color:rgba(129,140,248,.6)}.xl\:bg-indigo-400\/65{background-color:rgba(129,140,248,.65)}.xl\:bg-indigo-400\/70{background-color:rgba(129,140,248,.7)}.xl\:bg-indigo-400\/75{background-color:rgba(129,140,248,.75)}.xl\:bg-indigo-400\/80{background-color:rgba(129,140,248,.8)}.xl\:bg-indigo-400\/85{background-color:rgba(129,140,248,.85)}.xl\:bg-indigo-400\/90{background-color:rgba(129,140,248,.9)}.xl\:bg-indigo-400\/95{background-color:rgba(129,140,248,.95)}.xl\:bg-indigo-50{--tw-bg-opacity:1;background-color:rgba(238,242,255,var(--tw-bg-opacity))}.xl\:bg-indigo-50\/0{background-color:rgba(238,242,255,0)}.xl\:bg-indigo-50\/10{background-color:rgba(238,242,255,.1)}.xl\:bg-indigo-50\/100{background-color:#eef2ff}.xl\:bg-indigo-50\/15{background-color:rgba(238,242,255,.15)}.xl\:bg-indigo-50\/20{background-color:rgba(238,242,255,.2)}.xl\:bg-indigo-50\/25{background-color:rgba(238,242,255,.25)}.xl\:bg-indigo-50\/30{background-color:rgba(238,242,255,.3)}.xl\:bg-indigo-50\/35{background-color:rgba(238,242,255,.35)}.xl\:bg-indigo-50\/40{background-color:rgba(238,242,255,.4)}.xl\:bg-indigo-50\/45{background-color:rgba(238,242,255,.45)}.xl\:bg-indigo-50\/5{background-color:rgba(238,242,255,.05)}.xl\:bg-indigo-50\/50{background-color:rgba(238,242,255,.5)}.xl\:bg-indigo-50\/55{background-color:rgba(238,242,255,.55)}.xl\:bg-indigo-50\/60{background-color:rgba(238,242,255,.6)}.xl\:bg-indigo-50\/65{background-color:rgba(238,242,255,.65)}.xl\:bg-indigo-50\/70{background-color:rgba(238,242,255,.7)}.xl\:bg-indigo-50\/75{background-color:rgba(238,242,255,.75)}.xl\:bg-indigo-50\/80{background-color:rgba(238,242,255,.8)}.xl\:bg-indigo-50\/85{background-color:rgba(238,242,255,.85)}.xl\:bg-indigo-50\/90{background-color:rgba(238,242,255,.9)}.xl\:bg-indigo-50\/95{background-color:rgba(238,242,255,.95)}.xl\:bg-indigo-500{--tw-bg-opacity:1;background-color:rgba(99,102,241,var(--tw-bg-opacity))}.xl\:bg-indigo-500\/0{background-color:rgba(99,102,241,0)}.xl\:bg-indigo-500\/10{background-color:rgba(99,102,241,.1)}.xl\:bg-indigo-500\/100{background-color:#6366f1}.xl\:bg-indigo-500\/15{background-color:rgba(99,102,241,.15)}.xl\:bg-indigo-500\/20{background-color:rgba(99,102,241,.2)}.xl\:bg-indigo-500\/25{background-color:rgba(99,102,241,.25)}.xl\:bg-indigo-500\/30{background-color:rgba(99,102,241,.3)}.xl\:bg-indigo-500\/35{background-color:rgba(99,102,241,.35)}.xl\:bg-indigo-500\/40{background-color:rgba(99,102,241,.4)}.xl\:bg-indigo-500\/45{background-color:rgba(99,102,241,.45)}.xl\:bg-indigo-500\/5{background-color:rgba(99,102,241,.05)}.xl\:bg-indigo-500\/50{background-color:rgba(99,102,241,.5)}.xl\:bg-indigo-500\/55{background-color:rgba(99,102,241,.55)}.xl\:bg-indigo-500\/60{background-color:rgba(99,102,241,.6)}.xl\:bg-indigo-500\/65{background-color:rgba(99,102,241,.65)}.xl\:bg-indigo-500\/70{background-color:rgba(99,102,241,.7)}.xl\:bg-indigo-500\/75{background-color:rgba(99,102,241,.75)}.xl\:bg-indigo-500\/80{background-color:rgba(99,102,241,.8)}.xl\:bg-indigo-500\/85{background-color:rgba(99,102,241,.85)}.xl\:bg-indigo-500\/90{background-color:rgba(99,102,241,.9)}.xl\:bg-indigo-500\/95{background-color:rgba(99,102,241,.95)}.xl\:bg-indigo-600{--tw-bg-opacity:1;background-color:rgba(79,70,229,var(--tw-bg-opacity))}.xl\:bg-indigo-600\/0{background-color:rgba(79,70,229,0)}.xl\:bg-indigo-600\/10{background-color:rgba(79,70,229,.1)}.xl\:bg-indigo-600\/100{background-color:#4f46e5}.xl\:bg-indigo-600\/15{background-color:rgba(79,70,229,.15)}.xl\:bg-indigo-600\/20{background-color:rgba(79,70,229,.2)}.xl\:bg-indigo-600\/25{background-color:rgba(79,70,229,.25)}.xl\:bg-indigo-600\/30{background-color:rgba(79,70,229,.3)}.xl\:bg-indigo-600\/35{background-color:rgba(79,70,229,.35)}.xl\:bg-indigo-600\/40{background-color:rgba(79,70,229,.4)}.xl\:bg-indigo-600\/45{background-color:rgba(79,70,229,.45)}.xl\:bg-indigo-600\/5{background-color:rgba(79,70,229,.05)}.xl\:bg-indigo-600\/50{background-color:rgba(79,70,229,.5)}.xl\:bg-indigo-600\/55{background-color:rgba(79,70,229,.55)}.xl\:bg-indigo-600\/60{background-color:rgba(79,70,229,.6)}.xl\:bg-indigo-600\/65{background-color:rgba(79,70,229,.65)}.xl\:bg-indigo-600\/70{background-color:rgba(79,70,229,.7)}.xl\:bg-indigo-600\/75{background-color:rgba(79,70,229,.75)}.xl\:bg-indigo-600\/80{background-color:rgba(79,70,229,.8)}.xl\:bg-indigo-600\/85{background-color:rgba(79,70,229,.85)}.xl\:bg-indigo-600\/90{background-color:rgba(79,70,229,.9)}.xl\:bg-indigo-600\/95{background-color:rgba(79,70,229,.95)}.xl\:bg-indigo-700{--tw-bg-opacity:1;background-color:rgba(67,56,202,var(--tw-bg-opacity))}.xl\:bg-indigo-700\/0{background-color:rgba(67,56,202,0)}.xl\:bg-indigo-700\/10{background-color:rgba(67,56,202,.1)}.xl\:bg-indigo-700\/100{background-color:#4338ca}.xl\:bg-indigo-700\/15{background-color:rgba(67,56,202,.15)}.xl\:bg-indigo-700\/20{background-color:rgba(67,56,202,.2)}.xl\:bg-indigo-700\/25{background-color:rgba(67,56,202,.25)}.xl\:bg-indigo-700\/30{background-color:rgba(67,56,202,.3)}.xl\:bg-indigo-700\/35{background-color:rgba(67,56,202,.35)}.xl\:bg-indigo-700\/40{background-color:rgba(67,56,202,.4)}.xl\:bg-indigo-700\/45{background-color:rgba(67,56,202,.45)}.xl\:bg-indigo-700\/5{background-color:rgba(67,56,202,.05)}.xl\:bg-indigo-700\/50{background-color:rgba(67,56,202,.5)}.xl\:bg-indigo-700\/55{background-color:rgba(67,56,202,.55)}.xl\:bg-indigo-700\/60{background-color:rgba(67,56,202,.6)}.xl\:bg-indigo-700\/65{background-color:rgba(67,56,202,.65)}.xl\:bg-indigo-700\/70{background-color:rgba(67,56,202,.7)}.xl\:bg-indigo-700\/75{background-color:rgba(67,56,202,.75)}.xl\:bg-indigo-700\/80{background-color:rgba(67,56,202,.8)}.xl\:bg-indigo-700\/85{background-color:rgba(67,56,202,.85)}.xl\:bg-indigo-700\/90{background-color:rgba(67,56,202,.9)}.xl\:bg-indigo-700\/95{background-color:rgba(67,56,202,.95)}.xl\:bg-indigo-800{--tw-bg-opacity:1;background-color:rgba(55,48,163,var(--tw-bg-opacity))}.xl\:bg-indigo-800\/0{background-color:rgba(55,48,163,0)}.xl\:bg-indigo-800\/10{background-color:rgba(55,48,163,.1)}.xl\:bg-indigo-800\/100{background-color:#3730a3}.xl\:bg-indigo-800\/15{background-color:rgba(55,48,163,.15)}.xl\:bg-indigo-800\/20{background-color:rgba(55,48,163,.2)}.xl\:bg-indigo-800\/25{background-color:rgba(55,48,163,.25)}.xl\:bg-indigo-800\/30{background-color:rgba(55,48,163,.3)}.xl\:bg-indigo-800\/35{background-color:rgba(55,48,163,.35)}.xl\:bg-indigo-800\/40{background-color:rgba(55,48,163,.4)}.xl\:bg-indigo-800\/45{background-color:rgba(55,48,163,.45)}.xl\:bg-indigo-800\/5{background-color:rgba(55,48,163,.05)}.xl\:bg-indigo-800\/50{background-color:rgba(55,48,163,.5)}.xl\:bg-indigo-800\/55{background-color:rgba(55,48,163,.55)}.xl\:bg-indigo-800\/60{background-color:rgba(55,48,163,.6)}.xl\:bg-indigo-800\/65{background-color:rgba(55,48,163,.65)}.xl\:bg-indigo-800\/70{background-color:rgba(55,48,163,.7)}.xl\:bg-indigo-800\/75{background-color:rgba(55,48,163,.75)}.xl\:bg-indigo-800\/80{background-color:rgba(55,48,163,.8)}.xl\:bg-indigo-800\/85{background-color:rgba(55,48,163,.85)}.xl\:bg-indigo-800\/90{background-color:rgba(55,48,163,.9)}.xl\:bg-indigo-800\/95{background-color:rgba(55,48,163,.95)}.xl\:bg-indigo-900{--tw-bg-opacity:1;background-color:rgba(49,46,129,var(--tw-bg-opacity))}.xl\:bg-indigo-900\/0{background-color:rgba(49,46,129,0)}.xl\:bg-indigo-900\/10{background-color:rgba(49,46,129,.1)}.xl\:bg-indigo-900\/100{background-color:#312e81}.xl\:bg-indigo-900\/15{background-color:rgba(49,46,129,.15)}.xl\:bg-indigo-900\/20{background-color:rgba(49,46,129,.2)}.xl\:bg-indigo-900\/25{background-color:rgba(49,46,129,.25)}.xl\:bg-indigo-900\/30{background-color:rgba(49,46,129,.3)}.xl\:bg-indigo-900\/35{background-color:rgba(49,46,129,.35)}.xl\:bg-indigo-900\/40{background-color:rgba(49,46,129,.4)}.xl\:bg-indigo-900\/45{background-color:rgba(49,46,129,.45)}.xl\:bg-indigo-900\/5{background-color:rgba(49,46,129,.05)}.xl\:bg-indigo-900\/50{background-color:rgba(49,46,129,.5)}.xl\:bg-indigo-900\/55{background-color:rgba(49,46,129,.55)}.xl\:bg-indigo-900\/60{background-color:rgba(49,46,129,.6)}.xl\:bg-indigo-900\/65{background-color:rgba(49,46,129,.65)}.xl\:bg-indigo-900\/70{background-color:rgba(49,46,129,.7)}.xl\:bg-indigo-900\/75{background-color:rgba(49,46,129,.75)}.xl\:bg-indigo-900\/80{background-color:rgba(49,46,129,.8)}.xl\:bg-indigo-900\/85{background-color:rgba(49,46,129,.85)}.xl\:bg-indigo-900\/90{background-color:rgba(49,46,129,.9)}.xl\:bg-indigo-900\/95{background-color:rgba(49,46,129,.95)}.xl\:bg-indigo-950{--tw-bg-opacity:1;background-color:rgba(30,27,75,var(--tw-bg-opacity))}.xl\:bg-indigo-950\/0{background-color:rgba(30,27,75,0)}.xl\:bg-indigo-950\/10{background-color:rgba(30,27,75,.1)}.xl\:bg-indigo-950\/100{background-color:#1e1b4b}.xl\:bg-indigo-950\/15{background-color:rgba(30,27,75,.15)}.xl\:bg-indigo-950\/20{background-color:rgba(30,27,75,.2)}.xl\:bg-indigo-950\/25{background-color:rgba(30,27,75,.25)}.xl\:bg-indigo-950\/30{background-color:rgba(30,27,75,.3)}.xl\:bg-indigo-950\/35{background-color:rgba(30,27,75,.35)}.xl\:bg-indigo-950\/40{background-color:rgba(30,27,75,.4)}.xl\:bg-indigo-950\/45{background-color:rgba(30,27,75,.45)}.xl\:bg-indigo-950\/5{background-color:rgba(30,27,75,.05)}.xl\:bg-indigo-950\/50{background-color:rgba(30,27,75,.5)}.xl\:bg-indigo-950\/55{background-color:rgba(30,27,75,.55)}.xl\:bg-indigo-950\/60{background-color:rgba(30,27,75,.6)}.xl\:bg-indigo-950\/65{background-color:rgba(30,27,75,.65)}.xl\:bg-indigo-950\/70{background-color:rgba(30,27,75,.7)}.xl\:bg-indigo-950\/75{background-color:rgba(30,27,75,.75)}.xl\:bg-indigo-950\/80{background-color:rgba(30,27,75,.8)}.xl\:bg-indigo-950\/85{background-color:rgba(30,27,75,.85)}.xl\:bg-indigo-950\/90{background-color:rgba(30,27,75,.9)}.xl\:bg-indigo-950\/95{background-color:rgba(30,27,75,.95)}.xl\:bg-inherit{background-color:inherit}.xl\:bg-lime-100{--tw-bg-opacity:1;background-color:rgba(236,252,203,var(--tw-bg-opacity))}.xl\:bg-lime-100\/0{background-color:hsla(80,89%,89%,0)}.xl\:bg-lime-100\/10{background-color:hsla(80,89%,89%,.1)}.xl\:bg-lime-100\/100{background-color:#ecfccb}.xl\:bg-lime-100\/15{background-color:hsla(80,89%,89%,.15)}.xl\:bg-lime-100\/20{background-color:hsla(80,89%,89%,.2)}.xl\:bg-lime-100\/25{background-color:hsla(80,89%,89%,.25)}.xl\:bg-lime-100\/30{background-color:hsla(80,89%,89%,.3)}.xl\:bg-lime-100\/35{background-color:hsla(80,89%,89%,.35)}.xl\:bg-lime-100\/40{background-color:hsla(80,89%,89%,.4)}.xl\:bg-lime-100\/45{background-color:hsla(80,89%,89%,.45)}.xl\:bg-lime-100\/5{background-color:hsla(80,89%,89%,.05)}.xl\:bg-lime-100\/50{background-color:hsla(80,89%,89%,.5)}.xl\:bg-lime-100\/55{background-color:hsla(80,89%,89%,.55)}.xl\:bg-lime-100\/60{background-color:hsla(80,89%,89%,.6)}.xl\:bg-lime-100\/65{background-color:hsla(80,89%,89%,.65)}.xl\:bg-lime-100\/70{background-color:hsla(80,89%,89%,.7)}.xl\:bg-lime-100\/75{background-color:hsla(80,89%,89%,.75)}.xl\:bg-lime-100\/80{background-color:hsla(80,89%,89%,.8)}.xl\:bg-lime-100\/85{background-color:hsla(80,89%,89%,.85)}.xl\:bg-lime-100\/90{background-color:hsla(80,89%,89%,.9)}.xl\:bg-lime-100\/95{background-color:hsla(80,89%,89%,.95)}.xl\:bg-lime-200{--tw-bg-opacity:1;background-color:rgba(217,249,157,var(--tw-bg-opacity))}.xl\:bg-lime-200\/0{background-color:hsla(81,88%,80%,0)}.xl\:bg-lime-200\/10{background-color:hsla(81,88%,80%,.1)}.xl\:bg-lime-200\/100{background-color:#d9f99d}.xl\:bg-lime-200\/15{background-color:hsla(81,88%,80%,.15)}.xl\:bg-lime-200\/20{background-color:hsla(81,88%,80%,.2)}.xl\:bg-lime-200\/25{background-color:hsla(81,88%,80%,.25)}.xl\:bg-lime-200\/30{background-color:hsla(81,88%,80%,.3)}.xl\:bg-lime-200\/35{background-color:hsla(81,88%,80%,.35)}.xl\:bg-lime-200\/40{background-color:hsla(81,88%,80%,.4)}.xl\:bg-lime-200\/45{background-color:hsla(81,88%,80%,.45)}.xl\:bg-lime-200\/5{background-color:hsla(81,88%,80%,.05)}.xl\:bg-lime-200\/50{background-color:hsla(81,88%,80%,.5)}.xl\:bg-lime-200\/55{background-color:hsla(81,88%,80%,.55)}.xl\:bg-lime-200\/60{background-color:hsla(81,88%,80%,.6)}.xl\:bg-lime-200\/65{background-color:hsla(81,88%,80%,.65)}.xl\:bg-lime-200\/70{background-color:hsla(81,88%,80%,.7)}.xl\:bg-lime-200\/75{background-color:hsla(81,88%,80%,.75)}.xl\:bg-lime-200\/80{background-color:hsla(81,88%,80%,.8)}.xl\:bg-lime-200\/85{background-color:hsla(81,88%,80%,.85)}.xl\:bg-lime-200\/90{background-color:hsla(81,88%,80%,.9)}.xl\:bg-lime-200\/95{background-color:hsla(81,88%,80%,.95)}.xl\:bg-lime-300{--tw-bg-opacity:1;background-color:rgba(190,242,100,var(--tw-bg-opacity))}.xl\:bg-lime-300\/0{background-color:hsla(82,85%,67%,0)}.xl\:bg-lime-300\/10{background-color:hsla(82,85%,67%,.1)}.xl\:bg-lime-300\/100{background-color:#bef264}.xl\:bg-lime-300\/15{background-color:hsla(82,85%,67%,.15)}.xl\:bg-lime-300\/20{background-color:hsla(82,85%,67%,.2)}.xl\:bg-lime-300\/25{background-color:hsla(82,85%,67%,.25)}.xl\:bg-lime-300\/30{background-color:hsla(82,85%,67%,.3)}.xl\:bg-lime-300\/35{background-color:hsla(82,85%,67%,.35)}.xl\:bg-lime-300\/40{background-color:hsla(82,85%,67%,.4)}.xl\:bg-lime-300\/45{background-color:hsla(82,85%,67%,.45)}.xl\:bg-lime-300\/5{background-color:hsla(82,85%,67%,.05)}.xl\:bg-lime-300\/50{background-color:hsla(82,85%,67%,.5)}.xl\:bg-lime-300\/55{background-color:hsla(82,85%,67%,.55)}.xl\:bg-lime-300\/60{background-color:hsla(82,85%,67%,.6)}.xl\:bg-lime-300\/65{background-color:hsla(82,85%,67%,.65)}.xl\:bg-lime-300\/70{background-color:hsla(82,85%,67%,.7)}.xl\:bg-lime-300\/75{background-color:hsla(82,85%,67%,.75)}.xl\:bg-lime-300\/80{background-color:hsla(82,85%,67%,.8)}.xl\:bg-lime-300\/85{background-color:hsla(82,85%,67%,.85)}.xl\:bg-lime-300\/90{background-color:hsla(82,85%,67%,.9)}.xl\:bg-lime-300\/95{background-color:hsla(82,85%,67%,.95)}.xl\:bg-lime-400{--tw-bg-opacity:1;background-color:rgba(163,230,53,var(--tw-bg-opacity))}.xl\:bg-lime-400\/0{background-color:rgba(163,230,53,0)}.xl\:bg-lime-400\/10{background-color:rgba(163,230,53,.1)}.xl\:bg-lime-400\/100{background-color:#a3e635}.xl\:bg-lime-400\/15{background-color:rgba(163,230,53,.15)}.xl\:bg-lime-400\/20{background-color:rgba(163,230,53,.2)}.xl\:bg-lime-400\/25{background-color:rgba(163,230,53,.25)}.xl\:bg-lime-400\/30{background-color:rgba(163,230,53,.3)}.xl\:bg-lime-400\/35{background-color:rgba(163,230,53,.35)}.xl\:bg-lime-400\/40{background-color:rgba(163,230,53,.4)}.xl\:bg-lime-400\/45{background-color:rgba(163,230,53,.45)}.xl\:bg-lime-400\/5{background-color:rgba(163,230,53,.05)}.xl\:bg-lime-400\/50{background-color:rgba(163,230,53,.5)}.xl\:bg-lime-400\/55{background-color:rgba(163,230,53,.55)}.xl\:bg-lime-400\/60{background-color:rgba(163,230,53,.6)}.xl\:bg-lime-400\/65{background-color:rgba(163,230,53,.65)}.xl\:bg-lime-400\/70{background-color:rgba(163,230,53,.7)}.xl\:bg-lime-400\/75{background-color:rgba(163,230,53,.75)}.xl\:bg-lime-400\/80{background-color:rgba(163,230,53,.8)}.xl\:bg-lime-400\/85{background-color:rgba(163,230,53,.85)}.xl\:bg-lime-400\/90{background-color:rgba(163,230,53,.9)}.xl\:bg-lime-400\/95{background-color:rgba(163,230,53,.95)}.xl\:bg-lime-50{--tw-bg-opacity:1;background-color:rgba(247,254,231,var(--tw-bg-opacity))}.xl\:bg-lime-50\/0{background-color:hsla(78,92%,95%,0)}.xl\:bg-lime-50\/10{background-color:hsla(78,92%,95%,.1)}.xl\:bg-lime-50\/100{background-color:#f7fee7}.xl\:bg-lime-50\/15{background-color:hsla(78,92%,95%,.15)}.xl\:bg-lime-50\/20{background-color:hsla(78,92%,95%,.2)}.xl\:bg-lime-50\/25{background-color:hsla(78,92%,95%,.25)}.xl\:bg-lime-50\/30{background-color:hsla(78,92%,95%,.3)}.xl\:bg-lime-50\/35{background-color:hsla(78,92%,95%,.35)}.xl\:bg-lime-50\/40{background-color:hsla(78,92%,95%,.4)}.xl\:bg-lime-50\/45{background-color:hsla(78,92%,95%,.45)}.xl\:bg-lime-50\/5{background-color:hsla(78,92%,95%,.05)}.xl\:bg-lime-50\/50{background-color:hsla(78,92%,95%,.5)}.xl\:bg-lime-50\/55{background-color:hsla(78,92%,95%,.55)}.xl\:bg-lime-50\/60{background-color:hsla(78,92%,95%,.6)}.xl\:bg-lime-50\/65{background-color:hsla(78,92%,95%,.65)}.xl\:bg-lime-50\/70{background-color:hsla(78,92%,95%,.7)}.xl\:bg-lime-50\/75{background-color:hsla(78,92%,95%,.75)}.xl\:bg-lime-50\/80{background-color:hsla(78,92%,95%,.8)}.xl\:bg-lime-50\/85{background-color:hsla(78,92%,95%,.85)}.xl\:bg-lime-50\/90{background-color:hsla(78,92%,95%,.9)}.xl\:bg-lime-50\/95{background-color:hsla(78,92%,95%,.95)}.xl\:bg-lime-500{--tw-bg-opacity:1;background-color:rgba(132,204,22,var(--tw-bg-opacity))}.xl\:bg-lime-500\/0{background-color:rgba(132,204,22,0)}.xl\:bg-lime-500\/10{background-color:rgba(132,204,22,.1)}.xl\:bg-lime-500\/100{background-color:#84cc16}.xl\:bg-lime-500\/15{background-color:rgba(132,204,22,.15)}.xl\:bg-lime-500\/20{background-color:rgba(132,204,22,.2)}.xl\:bg-lime-500\/25{background-color:rgba(132,204,22,.25)}.xl\:bg-lime-500\/30{background-color:rgba(132,204,22,.3)}.xl\:bg-lime-500\/35{background-color:rgba(132,204,22,.35)}.xl\:bg-lime-500\/40{background-color:rgba(132,204,22,.4)}.xl\:bg-lime-500\/45{background-color:rgba(132,204,22,.45)}.xl\:bg-lime-500\/5{background-color:rgba(132,204,22,.05)}.xl\:bg-lime-500\/50{background-color:rgba(132,204,22,.5)}.xl\:bg-lime-500\/55{background-color:rgba(132,204,22,.55)}.xl\:bg-lime-500\/60{background-color:rgba(132,204,22,.6)}.xl\:bg-lime-500\/65{background-color:rgba(132,204,22,.65)}.xl\:bg-lime-500\/70{background-color:rgba(132,204,22,.7)}.xl\:bg-lime-500\/75{background-color:rgba(132,204,22,.75)}.xl\:bg-lime-500\/80{background-color:rgba(132,204,22,.8)}.xl\:bg-lime-500\/85{background-color:rgba(132,204,22,.85)}.xl\:bg-lime-500\/90{background-color:rgba(132,204,22,.9)}.xl\:bg-lime-500\/95{background-color:rgba(132,204,22,.95)}.xl\:bg-lime-600{--tw-bg-opacity:1;background-color:rgba(101,163,13,var(--tw-bg-opacity))}.xl\:bg-lime-600\/0{background-color:rgba(101,163,13,0)}.xl\:bg-lime-600\/10{background-color:rgba(101,163,13,.1)}.xl\:bg-lime-600\/100{background-color:#65a30d}.xl\:bg-lime-600\/15{background-color:rgba(101,163,13,.15)}.xl\:bg-lime-600\/20{background-color:rgba(101,163,13,.2)}.xl\:bg-lime-600\/25{background-color:rgba(101,163,13,.25)}.xl\:bg-lime-600\/30{background-color:rgba(101,163,13,.3)}.xl\:bg-lime-600\/35{background-color:rgba(101,163,13,.35)}.xl\:bg-lime-600\/40{background-color:rgba(101,163,13,.4)}.xl\:bg-lime-600\/45{background-color:rgba(101,163,13,.45)}.xl\:bg-lime-600\/5{background-color:rgba(101,163,13,.05)}.xl\:bg-lime-600\/50{background-color:rgba(101,163,13,.5)}.xl\:bg-lime-600\/55{background-color:rgba(101,163,13,.55)}.xl\:bg-lime-600\/60{background-color:rgba(101,163,13,.6)}.xl\:bg-lime-600\/65{background-color:rgba(101,163,13,.65)}.xl\:bg-lime-600\/70{background-color:rgba(101,163,13,.7)}.xl\:bg-lime-600\/75{background-color:rgba(101,163,13,.75)}.xl\:bg-lime-600\/80{background-color:rgba(101,163,13,.8)}.xl\:bg-lime-600\/85{background-color:rgba(101,163,13,.85)}.xl\:bg-lime-600\/90{background-color:rgba(101,163,13,.9)}.xl\:bg-lime-600\/95{background-color:rgba(101,163,13,.95)}.xl\:bg-lime-700{--tw-bg-opacity:1;background-color:rgba(77,124,15,var(--tw-bg-opacity))}.xl\:bg-lime-700\/0{background-color:rgba(77,124,15,0)}.xl\:bg-lime-700\/10{background-color:rgba(77,124,15,.1)}.xl\:bg-lime-700\/100{background-color:#4d7c0f}.xl\:bg-lime-700\/15{background-color:rgba(77,124,15,.15)}.xl\:bg-lime-700\/20{background-color:rgba(77,124,15,.2)}.xl\:bg-lime-700\/25{background-color:rgba(77,124,15,.25)}.xl\:bg-lime-700\/30{background-color:rgba(77,124,15,.3)}.xl\:bg-lime-700\/35{background-color:rgba(77,124,15,.35)}.xl\:bg-lime-700\/40{background-color:rgba(77,124,15,.4)}.xl\:bg-lime-700\/45{background-color:rgba(77,124,15,.45)}.xl\:bg-lime-700\/5{background-color:rgba(77,124,15,.05)}.xl\:bg-lime-700\/50{background-color:rgba(77,124,15,.5)}.xl\:bg-lime-700\/55{background-color:rgba(77,124,15,.55)}.xl\:bg-lime-700\/60{background-color:rgba(77,124,15,.6)}.xl\:bg-lime-700\/65{background-color:rgba(77,124,15,.65)}.xl\:bg-lime-700\/70{background-color:rgba(77,124,15,.7)}.xl\:bg-lime-700\/75{background-color:rgba(77,124,15,.75)}.xl\:bg-lime-700\/80{background-color:rgba(77,124,15,.8)}.xl\:bg-lime-700\/85{background-color:rgba(77,124,15,.85)}.xl\:bg-lime-700\/90{background-color:rgba(77,124,15,.9)}.xl\:bg-lime-700\/95{background-color:rgba(77,124,15,.95)}.xl\:bg-lime-800{--tw-bg-opacity:1;background-color:rgba(63,98,18,var(--tw-bg-opacity))}.xl\:bg-lime-800\/0{background-color:rgba(63,98,18,0)}.xl\:bg-lime-800\/10{background-color:rgba(63,98,18,.1)}.xl\:bg-lime-800\/100{background-color:#3f6212}.xl\:bg-lime-800\/15{background-color:rgba(63,98,18,.15)}.xl\:bg-lime-800\/20{background-color:rgba(63,98,18,.2)}.xl\:bg-lime-800\/25{background-color:rgba(63,98,18,.25)}.xl\:bg-lime-800\/30{background-color:rgba(63,98,18,.3)}.xl\:bg-lime-800\/35{background-color:rgba(63,98,18,.35)}.xl\:bg-lime-800\/40{background-color:rgba(63,98,18,.4)}.xl\:bg-lime-800\/45{background-color:rgba(63,98,18,.45)}.xl\:bg-lime-800\/5{background-color:rgba(63,98,18,.05)}.xl\:bg-lime-800\/50{background-color:rgba(63,98,18,.5)}.xl\:bg-lime-800\/55{background-color:rgba(63,98,18,.55)}.xl\:bg-lime-800\/60{background-color:rgba(63,98,18,.6)}.xl\:bg-lime-800\/65{background-color:rgba(63,98,18,.65)}.xl\:bg-lime-800\/70{background-color:rgba(63,98,18,.7)}.xl\:bg-lime-800\/75{background-color:rgba(63,98,18,.75)}.xl\:bg-lime-800\/80{background-color:rgba(63,98,18,.8)}.xl\:bg-lime-800\/85{background-color:rgba(63,98,18,.85)}.xl\:bg-lime-800\/90{background-color:rgba(63,98,18,.9)}.xl\:bg-lime-800\/95{background-color:rgba(63,98,18,.95)}.xl\:bg-lime-900{--tw-bg-opacity:1;background-color:rgba(54,83,20,var(--tw-bg-opacity))}.xl\:bg-lime-900\/0{background-color:rgba(54,83,20,0)}.xl\:bg-lime-900\/10{background-color:rgba(54,83,20,.1)}.xl\:bg-lime-900\/100{background-color:#365314}.xl\:bg-lime-900\/15{background-color:rgba(54,83,20,.15)}.xl\:bg-lime-900\/20{background-color:rgba(54,83,20,.2)}.xl\:bg-lime-900\/25{background-color:rgba(54,83,20,.25)}.xl\:bg-lime-900\/30{background-color:rgba(54,83,20,.3)}.xl\:bg-lime-900\/35{background-color:rgba(54,83,20,.35)}.xl\:bg-lime-900\/40{background-color:rgba(54,83,20,.4)}.xl\:bg-lime-900\/45{background-color:rgba(54,83,20,.45)}.xl\:bg-lime-900\/5{background-color:rgba(54,83,20,.05)}.xl\:bg-lime-900\/50{background-color:rgba(54,83,20,.5)}.xl\:bg-lime-900\/55{background-color:rgba(54,83,20,.55)}.xl\:bg-lime-900\/60{background-color:rgba(54,83,20,.6)}.xl\:bg-lime-900\/65{background-color:rgba(54,83,20,.65)}.xl\:bg-lime-900\/70{background-color:rgba(54,83,20,.7)}.xl\:bg-lime-900\/75{background-color:rgba(54,83,20,.75)}.xl\:bg-lime-900\/80{background-color:rgba(54,83,20,.8)}.xl\:bg-lime-900\/85{background-color:rgba(54,83,20,.85)}.xl\:bg-lime-900\/90{background-color:rgba(54,83,20,.9)}.xl\:bg-lime-900\/95{background-color:rgba(54,83,20,.95)}.xl\:bg-lime-950{--tw-bg-opacity:1;background-color:rgba(26,46,5,var(--tw-bg-opacity))}.xl\:bg-lime-950\/0{background-color:rgba(26,46,5,0)}.xl\:bg-lime-950\/10{background-color:rgba(26,46,5,.1)}.xl\:bg-lime-950\/100{background-color:#1a2e05}.xl\:bg-lime-950\/15{background-color:rgba(26,46,5,.15)}.xl\:bg-lime-950\/20{background-color:rgba(26,46,5,.2)}.xl\:bg-lime-950\/25{background-color:rgba(26,46,5,.25)}.xl\:bg-lime-950\/30{background-color:rgba(26,46,5,.3)}.xl\:bg-lime-950\/35{background-color:rgba(26,46,5,.35)}.xl\:bg-lime-950\/40{background-color:rgba(26,46,5,.4)}.xl\:bg-lime-950\/45{background-color:rgba(26,46,5,.45)}.xl\:bg-lime-950\/5{background-color:rgba(26,46,5,.05)}.xl\:bg-lime-950\/50{background-color:rgba(26,46,5,.5)}.xl\:bg-lime-950\/55{background-color:rgba(26,46,5,.55)}.xl\:bg-lime-950\/60{background-color:rgba(26,46,5,.6)}.xl\:bg-lime-950\/65{background-color:rgba(26,46,5,.65)}.xl\:bg-lime-950\/70{background-color:rgba(26,46,5,.7)}.xl\:bg-lime-950\/75{background-color:rgba(26,46,5,.75)}.xl\:bg-lime-950\/80{background-color:rgba(26,46,5,.8)}.xl\:bg-lime-950\/85{background-color:rgba(26,46,5,.85)}.xl\:bg-lime-950\/90{background-color:rgba(26,46,5,.9)}.xl\:bg-lime-950\/95{background-color:rgba(26,46,5,.95)}.xl\:bg-neutral-100{--tw-bg-opacity:1;background-color:rgba(245,245,245,var(--tw-bg-opacity))}.xl\:bg-neutral-100\/0{background-color:hsla(0,0%,96%,0)}.xl\:bg-neutral-100\/10{background-color:hsla(0,0%,96%,.1)}.xl\:bg-neutral-100\/100{background-color:#f5f5f5}.xl\:bg-neutral-100\/15{background-color:hsla(0,0%,96%,.15)}.xl\:bg-neutral-100\/20{background-color:hsla(0,0%,96%,.2)}.xl\:bg-neutral-100\/25{background-color:hsla(0,0%,96%,.25)}.xl\:bg-neutral-100\/30{background-color:hsla(0,0%,96%,.3)}.xl\:bg-neutral-100\/35{background-color:hsla(0,0%,96%,.35)}.xl\:bg-neutral-100\/40{background-color:hsla(0,0%,96%,.4)}.xl\:bg-neutral-100\/45{background-color:hsla(0,0%,96%,.45)}.xl\:bg-neutral-100\/5{background-color:hsla(0,0%,96%,.05)}.xl\:bg-neutral-100\/50{background-color:hsla(0,0%,96%,.5)}.xl\:bg-neutral-100\/55{background-color:hsla(0,0%,96%,.55)}.xl\:bg-neutral-100\/60{background-color:hsla(0,0%,96%,.6)}.xl\:bg-neutral-100\/65{background-color:hsla(0,0%,96%,.65)}.xl\:bg-neutral-100\/70{background-color:hsla(0,0%,96%,.7)}.xl\:bg-neutral-100\/75{background-color:hsla(0,0%,96%,.75)}.xl\:bg-neutral-100\/80{background-color:hsla(0,0%,96%,.8)}.xl\:bg-neutral-100\/85{background-color:hsla(0,0%,96%,.85)}.xl\:bg-neutral-100\/90{background-color:hsla(0,0%,96%,.9)}.xl\:bg-neutral-100\/95{background-color:hsla(0,0%,96%,.95)}.xl\:bg-neutral-200{--tw-bg-opacity:1;background-color:rgba(229,229,229,var(--tw-bg-opacity))}.xl\:bg-neutral-200\/0{background-color:hsla(0,0%,90%,0)}.xl\:bg-neutral-200\/10{background-color:hsla(0,0%,90%,.1)}.xl\:bg-neutral-200\/100{background-color:#e5e5e5}.xl\:bg-neutral-200\/15{background-color:hsla(0,0%,90%,.15)}.xl\:bg-neutral-200\/20{background-color:hsla(0,0%,90%,.2)}.xl\:bg-neutral-200\/25{background-color:hsla(0,0%,90%,.25)}.xl\:bg-neutral-200\/30{background-color:hsla(0,0%,90%,.3)}.xl\:bg-neutral-200\/35{background-color:hsla(0,0%,90%,.35)}.xl\:bg-neutral-200\/40{background-color:hsla(0,0%,90%,.4)}.xl\:bg-neutral-200\/45{background-color:hsla(0,0%,90%,.45)}.xl\:bg-neutral-200\/5{background-color:hsla(0,0%,90%,.05)}.xl\:bg-neutral-200\/50{background-color:hsla(0,0%,90%,.5)}.xl\:bg-neutral-200\/55{background-color:hsla(0,0%,90%,.55)}.xl\:bg-neutral-200\/60{background-color:hsla(0,0%,90%,.6)}.xl\:bg-neutral-200\/65{background-color:hsla(0,0%,90%,.65)}.xl\:bg-neutral-200\/70{background-color:hsla(0,0%,90%,.7)}.xl\:bg-neutral-200\/75{background-color:hsla(0,0%,90%,.75)}.xl\:bg-neutral-200\/80{background-color:hsla(0,0%,90%,.8)}.xl\:bg-neutral-200\/85{background-color:hsla(0,0%,90%,.85)}.xl\:bg-neutral-200\/90{background-color:hsla(0,0%,90%,.9)}.xl\:bg-neutral-200\/95{background-color:hsla(0,0%,90%,.95)}.xl\:bg-neutral-300{--tw-bg-opacity:1;background-color:rgba(212,212,212,var(--tw-bg-opacity))}.xl\:bg-neutral-300\/0{background-color:hsla(0,0%,83%,0)}.xl\:bg-neutral-300\/10{background-color:hsla(0,0%,83%,.1)}.xl\:bg-neutral-300\/100{background-color:#d4d4d4}.xl\:bg-neutral-300\/15{background-color:hsla(0,0%,83%,.15)}.xl\:bg-neutral-300\/20{background-color:hsla(0,0%,83%,.2)}.xl\:bg-neutral-300\/25{background-color:hsla(0,0%,83%,.25)}.xl\:bg-neutral-300\/30{background-color:hsla(0,0%,83%,.3)}.xl\:bg-neutral-300\/35{background-color:hsla(0,0%,83%,.35)}.xl\:bg-neutral-300\/40{background-color:hsla(0,0%,83%,.4)}.xl\:bg-neutral-300\/45{background-color:hsla(0,0%,83%,.45)}.xl\:bg-neutral-300\/5{background-color:hsla(0,0%,83%,.05)}.xl\:bg-neutral-300\/50{background-color:hsla(0,0%,83%,.5)}.xl\:bg-neutral-300\/55{background-color:hsla(0,0%,83%,.55)}.xl\:bg-neutral-300\/60{background-color:hsla(0,0%,83%,.6)}.xl\:bg-neutral-300\/65{background-color:hsla(0,0%,83%,.65)}.xl\:bg-neutral-300\/70{background-color:hsla(0,0%,83%,.7)}.xl\:bg-neutral-300\/75{background-color:hsla(0,0%,83%,.75)}.xl\:bg-neutral-300\/80{background-color:hsla(0,0%,83%,.8)}.xl\:bg-neutral-300\/85{background-color:hsla(0,0%,83%,.85)}.xl\:bg-neutral-300\/90{background-color:hsla(0,0%,83%,.9)}.xl\:bg-neutral-300\/95{background-color:hsla(0,0%,83%,.95)}.xl\:bg-neutral-400{--tw-bg-opacity:1;background-color:rgba(163,163,163,var(--tw-bg-opacity))}.xl\:bg-neutral-400\/0{background-color:hsla(0,0%,64%,0)}.xl\:bg-neutral-400\/10{background-color:hsla(0,0%,64%,.1)}.xl\:bg-neutral-400\/100{background-color:#a3a3a3}.xl\:bg-neutral-400\/15{background-color:hsla(0,0%,64%,.15)}.xl\:bg-neutral-400\/20{background-color:hsla(0,0%,64%,.2)}.xl\:bg-neutral-400\/25{background-color:hsla(0,0%,64%,.25)}.xl\:bg-neutral-400\/30{background-color:hsla(0,0%,64%,.3)}.xl\:bg-neutral-400\/35{background-color:hsla(0,0%,64%,.35)}.xl\:bg-neutral-400\/40{background-color:hsla(0,0%,64%,.4)}.xl\:bg-neutral-400\/45{background-color:hsla(0,0%,64%,.45)}.xl\:bg-neutral-400\/5{background-color:hsla(0,0%,64%,.05)}.xl\:bg-neutral-400\/50{background-color:hsla(0,0%,64%,.5)}.xl\:bg-neutral-400\/55{background-color:hsla(0,0%,64%,.55)}.xl\:bg-neutral-400\/60{background-color:hsla(0,0%,64%,.6)}.xl\:bg-neutral-400\/65{background-color:hsla(0,0%,64%,.65)}.xl\:bg-neutral-400\/70{background-color:hsla(0,0%,64%,.7)}.xl\:bg-neutral-400\/75{background-color:hsla(0,0%,64%,.75)}.xl\:bg-neutral-400\/80{background-color:hsla(0,0%,64%,.8)}.xl\:bg-neutral-400\/85{background-color:hsla(0,0%,64%,.85)}.xl\:bg-neutral-400\/90{background-color:hsla(0,0%,64%,.9)}.xl\:bg-neutral-400\/95{background-color:hsla(0,0%,64%,.95)}.xl\:bg-neutral-50{--tw-bg-opacity:1;background-color:rgba(250,250,250,var(--tw-bg-opacity))}.xl\:bg-neutral-50\/0{background-color:hsla(0,0%,98%,0)}.xl\:bg-neutral-50\/10{background-color:hsla(0,0%,98%,.1)}.xl\:bg-neutral-50\/100{background-color:#fafafa}.xl\:bg-neutral-50\/15{background-color:hsla(0,0%,98%,.15)}.xl\:bg-neutral-50\/20{background-color:hsla(0,0%,98%,.2)}.xl\:bg-neutral-50\/25{background-color:hsla(0,0%,98%,.25)}.xl\:bg-neutral-50\/30{background-color:hsla(0,0%,98%,.3)}.xl\:bg-neutral-50\/35{background-color:hsla(0,0%,98%,.35)}.xl\:bg-neutral-50\/40{background-color:hsla(0,0%,98%,.4)}.xl\:bg-neutral-50\/45{background-color:hsla(0,0%,98%,.45)}.xl\:bg-neutral-50\/5{background-color:hsla(0,0%,98%,.05)}.xl\:bg-neutral-50\/50{background-color:hsla(0,0%,98%,.5)}.xl\:bg-neutral-50\/55{background-color:hsla(0,0%,98%,.55)}.xl\:bg-neutral-50\/60{background-color:hsla(0,0%,98%,.6)}.xl\:bg-neutral-50\/65{background-color:hsla(0,0%,98%,.65)}.xl\:bg-neutral-50\/70{background-color:hsla(0,0%,98%,.7)}.xl\:bg-neutral-50\/75{background-color:hsla(0,0%,98%,.75)}.xl\:bg-neutral-50\/80{background-color:hsla(0,0%,98%,.8)}.xl\:bg-neutral-50\/85{background-color:hsla(0,0%,98%,.85)}.xl\:bg-neutral-50\/90{background-color:hsla(0,0%,98%,.9)}.xl\:bg-neutral-50\/95{background-color:hsla(0,0%,98%,.95)}.xl\:bg-neutral-500{--tw-bg-opacity:1;background-color:rgba(115,115,115,var(--tw-bg-opacity))}.xl\:bg-neutral-500\/0{background-color:hsla(0,0%,45%,0)}.xl\:bg-neutral-500\/10{background-color:hsla(0,0%,45%,.1)}.xl\:bg-neutral-500\/100{background-color:#737373}.xl\:bg-neutral-500\/15{background-color:hsla(0,0%,45%,.15)}.xl\:bg-neutral-500\/20{background-color:hsla(0,0%,45%,.2)}.xl\:bg-neutral-500\/25{background-color:hsla(0,0%,45%,.25)}.xl\:bg-neutral-500\/30{background-color:hsla(0,0%,45%,.3)}.xl\:bg-neutral-500\/35{background-color:hsla(0,0%,45%,.35)}.xl\:bg-neutral-500\/40{background-color:hsla(0,0%,45%,.4)}.xl\:bg-neutral-500\/45{background-color:hsla(0,0%,45%,.45)}.xl\:bg-neutral-500\/5{background-color:hsla(0,0%,45%,.05)}.xl\:bg-neutral-500\/50{background-color:hsla(0,0%,45%,.5)}.xl\:bg-neutral-500\/55{background-color:hsla(0,0%,45%,.55)}.xl\:bg-neutral-500\/60{background-color:hsla(0,0%,45%,.6)}.xl\:bg-neutral-500\/65{background-color:hsla(0,0%,45%,.65)}.xl\:bg-neutral-500\/70{background-color:hsla(0,0%,45%,.7)}.xl\:bg-neutral-500\/75{background-color:hsla(0,0%,45%,.75)}.xl\:bg-neutral-500\/80{background-color:hsla(0,0%,45%,.8)}.xl\:bg-neutral-500\/85{background-color:hsla(0,0%,45%,.85)}.xl\:bg-neutral-500\/90{background-color:hsla(0,0%,45%,.9)}.xl\:bg-neutral-500\/95{background-color:hsla(0,0%,45%,.95)}.xl\:bg-neutral-600{--tw-bg-opacity:1;background-color:rgba(82,82,82,var(--tw-bg-opacity))}.xl\:bg-neutral-600\/0{background-color:rgba(82,82,82,0)}.xl\:bg-neutral-600\/10{background-color:rgba(82,82,82,.1)}.xl\:bg-neutral-600\/100{background-color:#525252}.xl\:bg-neutral-600\/15{background-color:rgba(82,82,82,.15)}.xl\:bg-neutral-600\/20{background-color:rgba(82,82,82,.2)}.xl\:bg-neutral-600\/25{background-color:rgba(82,82,82,.25)}.xl\:bg-neutral-600\/30{background-color:rgba(82,82,82,.3)}.xl\:bg-neutral-600\/35{background-color:rgba(82,82,82,.35)}.xl\:bg-neutral-600\/40{background-color:rgba(82,82,82,.4)}.xl\:bg-neutral-600\/45{background-color:rgba(82,82,82,.45)}.xl\:bg-neutral-600\/5{background-color:rgba(82,82,82,.05)}.xl\:bg-neutral-600\/50{background-color:rgba(82,82,82,.5)}.xl\:bg-neutral-600\/55{background-color:rgba(82,82,82,.55)}.xl\:bg-neutral-600\/60{background-color:rgba(82,82,82,.6)}.xl\:bg-neutral-600\/65{background-color:rgba(82,82,82,.65)}.xl\:bg-neutral-600\/70{background-color:rgba(82,82,82,.7)}.xl\:bg-neutral-600\/75{background-color:rgba(82,82,82,.75)}.xl\:bg-neutral-600\/80{background-color:rgba(82,82,82,.8)}.xl\:bg-neutral-600\/85{background-color:rgba(82,82,82,.85)}.xl\:bg-neutral-600\/90{background-color:rgba(82,82,82,.9)}.xl\:bg-neutral-600\/95{background-color:rgba(82,82,82,.95)}.xl\:bg-neutral-700{--tw-bg-opacity:1;background-color:rgba(64,64,64,var(--tw-bg-opacity))}.xl\:bg-neutral-700\/0{background-color:rgba(64,64,64,0)}.xl\:bg-neutral-700\/10{background-color:rgba(64,64,64,.1)}.xl\:bg-neutral-700\/100{background-color:#404040}.xl\:bg-neutral-700\/15{background-color:rgba(64,64,64,.15)}.xl\:bg-neutral-700\/20{background-color:rgba(64,64,64,.2)}.xl\:bg-neutral-700\/25{background-color:rgba(64,64,64,.25)}.xl\:bg-neutral-700\/30{background-color:rgba(64,64,64,.3)}.xl\:bg-neutral-700\/35{background-color:rgba(64,64,64,.35)}.xl\:bg-neutral-700\/40{background-color:rgba(64,64,64,.4)}.xl\:bg-neutral-700\/45{background-color:rgba(64,64,64,.45)}.xl\:bg-neutral-700\/5{background-color:rgba(64,64,64,.05)}.xl\:bg-neutral-700\/50{background-color:rgba(64,64,64,.5)}.xl\:bg-neutral-700\/55{background-color:rgba(64,64,64,.55)}.xl\:bg-neutral-700\/60{background-color:rgba(64,64,64,.6)}.xl\:bg-neutral-700\/65{background-color:rgba(64,64,64,.65)}.xl\:bg-neutral-700\/70{background-color:rgba(64,64,64,.7)}.xl\:bg-neutral-700\/75{background-color:rgba(64,64,64,.75)}.xl\:bg-neutral-700\/80{background-color:rgba(64,64,64,.8)}.xl\:bg-neutral-700\/85{background-color:rgba(64,64,64,.85)}.xl\:bg-neutral-700\/90{background-color:rgba(64,64,64,.9)}.xl\:bg-neutral-700\/95{background-color:rgba(64,64,64,.95)}.xl\:bg-neutral-800{--tw-bg-opacity:1;background-color:rgba(38,38,38,var(--tw-bg-opacity))}.xl\:bg-neutral-800\/0{background-color:rgba(38,38,38,0)}.xl\:bg-neutral-800\/10{background-color:rgba(38,38,38,.1)}.xl\:bg-neutral-800\/100{background-color:#262626}.xl\:bg-neutral-800\/15{background-color:rgba(38,38,38,.15)}.xl\:bg-neutral-800\/20{background-color:rgba(38,38,38,.2)}.xl\:bg-neutral-800\/25{background-color:rgba(38,38,38,.25)}.xl\:bg-neutral-800\/30{background-color:rgba(38,38,38,.3)}.xl\:bg-neutral-800\/35{background-color:rgba(38,38,38,.35)}.xl\:bg-neutral-800\/40{background-color:rgba(38,38,38,.4)}.xl\:bg-neutral-800\/45{background-color:rgba(38,38,38,.45)}.xl\:bg-neutral-800\/5{background-color:rgba(38,38,38,.05)}.xl\:bg-neutral-800\/50{background-color:rgba(38,38,38,.5)}.xl\:bg-neutral-800\/55{background-color:rgba(38,38,38,.55)}.xl\:bg-neutral-800\/60{background-color:rgba(38,38,38,.6)}.xl\:bg-neutral-800\/65{background-color:rgba(38,38,38,.65)}.xl\:bg-neutral-800\/70{background-color:rgba(38,38,38,.7)}.xl\:bg-neutral-800\/75{background-color:rgba(38,38,38,.75)}.xl\:bg-neutral-800\/80{background-color:rgba(38,38,38,.8)}.xl\:bg-neutral-800\/85{background-color:rgba(38,38,38,.85)}.xl\:bg-neutral-800\/90{background-color:rgba(38,38,38,.9)}.xl\:bg-neutral-800\/95{background-color:rgba(38,38,38,.95)}.xl\:bg-neutral-900{--tw-bg-opacity:1;background-color:rgba(23,23,23,var(--tw-bg-opacity))}.xl\:bg-neutral-900\/0{background-color:hsla(0,0%,9%,0)}.xl\:bg-neutral-900\/10{background-color:hsla(0,0%,9%,.1)}.xl\:bg-neutral-900\/100{background-color:#171717}.xl\:bg-neutral-900\/15{background-color:hsla(0,0%,9%,.15)}.xl\:bg-neutral-900\/20{background-color:hsla(0,0%,9%,.2)}.xl\:bg-neutral-900\/25{background-color:hsla(0,0%,9%,.25)}.xl\:bg-neutral-900\/30{background-color:hsla(0,0%,9%,.3)}.xl\:bg-neutral-900\/35{background-color:hsla(0,0%,9%,.35)}.xl\:bg-neutral-900\/40{background-color:hsla(0,0%,9%,.4)}.xl\:bg-neutral-900\/45{background-color:hsla(0,0%,9%,.45)}.xl\:bg-neutral-900\/5{background-color:hsla(0,0%,9%,.05)}.xl\:bg-neutral-900\/50{background-color:hsla(0,0%,9%,.5)}.xl\:bg-neutral-900\/55{background-color:hsla(0,0%,9%,.55)}.xl\:bg-neutral-900\/60{background-color:hsla(0,0%,9%,.6)}.xl\:bg-neutral-900\/65{background-color:hsla(0,0%,9%,.65)}.xl\:bg-neutral-900\/70{background-color:hsla(0,0%,9%,.7)}.xl\:bg-neutral-900\/75{background-color:hsla(0,0%,9%,.75)}.xl\:bg-neutral-900\/80{background-color:hsla(0,0%,9%,.8)}.xl\:bg-neutral-900\/85{background-color:hsla(0,0%,9%,.85)}.xl\:bg-neutral-900\/90{background-color:hsla(0,0%,9%,.9)}.xl\:bg-neutral-900\/95{background-color:hsla(0,0%,9%,.95)}.xl\:bg-neutral-950{--tw-bg-opacity:1;background-color:rgba(10,10,10,var(--tw-bg-opacity))}.xl\:bg-neutral-950\/0{background-color:hsla(0,0%,4%,0)}.xl\:bg-neutral-950\/10{background-color:hsla(0,0%,4%,.1)}.xl\:bg-neutral-950\/100{background-color:#0a0a0a}.xl\:bg-neutral-950\/15{background-color:hsla(0,0%,4%,.15)}.xl\:bg-neutral-950\/20{background-color:hsla(0,0%,4%,.2)}.xl\:bg-neutral-950\/25{background-color:hsla(0,0%,4%,.25)}.xl\:bg-neutral-950\/30{background-color:hsla(0,0%,4%,.3)}.xl\:bg-neutral-950\/35{background-color:hsla(0,0%,4%,.35)}.xl\:bg-neutral-950\/40{background-color:hsla(0,0%,4%,.4)}.xl\:bg-neutral-950\/45{background-color:hsla(0,0%,4%,.45)}.xl\:bg-neutral-950\/5{background-color:hsla(0,0%,4%,.05)}.xl\:bg-neutral-950\/50{background-color:hsla(0,0%,4%,.5)}.xl\:bg-neutral-950\/55{background-color:hsla(0,0%,4%,.55)}.xl\:bg-neutral-950\/60{background-color:hsla(0,0%,4%,.6)}.xl\:bg-neutral-950\/65{background-color:hsla(0,0%,4%,.65)}.xl\:bg-neutral-950\/70{background-color:hsla(0,0%,4%,.7)}.xl\:bg-neutral-950\/75{background-color:hsla(0,0%,4%,.75)}.xl\:bg-neutral-950\/80{background-color:hsla(0,0%,4%,.8)}.xl\:bg-neutral-950\/85{background-color:hsla(0,0%,4%,.85)}.xl\:bg-neutral-950\/90{background-color:hsla(0,0%,4%,.9)}.xl\:bg-neutral-950\/95{background-color:hsla(0,0%,4%,.95)}.xl\:bg-orange-100{--tw-bg-opacity:1;background-color:rgba(255,237,213,var(--tw-bg-opacity))}.xl\:bg-orange-100\/0{background-color:rgba(255,237,213,0)}.xl\:bg-orange-100\/10{background-color:rgba(255,237,213,.1)}.xl\:bg-orange-100\/100{background-color:#ffedd5}.xl\:bg-orange-100\/15{background-color:rgba(255,237,213,.15)}.xl\:bg-orange-100\/20{background-color:rgba(255,237,213,.2)}.xl\:bg-orange-100\/25{background-color:rgba(255,237,213,.25)}.xl\:bg-orange-100\/30{background-color:rgba(255,237,213,.3)}.xl\:bg-orange-100\/35{background-color:rgba(255,237,213,.35)}.xl\:bg-orange-100\/40{background-color:rgba(255,237,213,.4)}.xl\:bg-orange-100\/45{background-color:rgba(255,237,213,.45)}.xl\:bg-orange-100\/5{background-color:rgba(255,237,213,.05)}.xl\:bg-orange-100\/50{background-color:rgba(255,237,213,.5)}.xl\:bg-orange-100\/55{background-color:rgba(255,237,213,.55)}.xl\:bg-orange-100\/60{background-color:rgba(255,237,213,.6)}.xl\:bg-orange-100\/65{background-color:rgba(255,237,213,.65)}.xl\:bg-orange-100\/70{background-color:rgba(255,237,213,.7)}.xl\:bg-orange-100\/75{background-color:rgba(255,237,213,.75)}.xl\:bg-orange-100\/80{background-color:rgba(255,237,213,.8)}.xl\:bg-orange-100\/85{background-color:rgba(255,237,213,.85)}.xl\:bg-orange-100\/90{background-color:rgba(255,237,213,.9)}.xl\:bg-orange-100\/95{background-color:rgba(255,237,213,.95)}.xl\:bg-orange-200{--tw-bg-opacity:1;background-color:rgba(254,215,170,var(--tw-bg-opacity))}.xl\:bg-orange-200\/0{background-color:hsla(32,98%,83%,0)}.xl\:bg-orange-200\/10{background-color:hsla(32,98%,83%,.1)}.xl\:bg-orange-200\/100{background-color:#fed7aa}.xl\:bg-orange-200\/15{background-color:hsla(32,98%,83%,.15)}.xl\:bg-orange-200\/20{background-color:hsla(32,98%,83%,.2)}.xl\:bg-orange-200\/25{background-color:hsla(32,98%,83%,.25)}.xl\:bg-orange-200\/30{background-color:hsla(32,98%,83%,.3)}.xl\:bg-orange-200\/35{background-color:hsla(32,98%,83%,.35)}.xl\:bg-orange-200\/40{background-color:hsla(32,98%,83%,.4)}.xl\:bg-orange-200\/45{background-color:hsla(32,98%,83%,.45)}.xl\:bg-orange-200\/5{background-color:hsla(32,98%,83%,.05)}.xl\:bg-orange-200\/50{background-color:hsla(32,98%,83%,.5)}.xl\:bg-orange-200\/55{background-color:hsla(32,98%,83%,.55)}.xl\:bg-orange-200\/60{background-color:hsla(32,98%,83%,.6)}.xl\:bg-orange-200\/65{background-color:hsla(32,98%,83%,.65)}.xl\:bg-orange-200\/70{background-color:hsla(32,98%,83%,.7)}.xl\:bg-orange-200\/75{background-color:hsla(32,98%,83%,.75)}.xl\:bg-orange-200\/80{background-color:hsla(32,98%,83%,.8)}.xl\:bg-orange-200\/85{background-color:hsla(32,98%,83%,.85)}.xl\:bg-orange-200\/90{background-color:hsla(32,98%,83%,.9)}.xl\:bg-orange-200\/95{background-color:hsla(32,98%,83%,.95)}.xl\:bg-orange-300{--tw-bg-opacity:1;background-color:rgba(253,186,116,var(--tw-bg-opacity))}.xl\:bg-orange-300\/0{background-color:hsla(31,97%,72%,0)}.xl\:bg-orange-300\/10{background-color:hsla(31,97%,72%,.1)}.xl\:bg-orange-300\/100{background-color:#fdba74}.xl\:bg-orange-300\/15{background-color:hsla(31,97%,72%,.15)}.xl\:bg-orange-300\/20{background-color:hsla(31,97%,72%,.2)}.xl\:bg-orange-300\/25{background-color:hsla(31,97%,72%,.25)}.xl\:bg-orange-300\/30{background-color:hsla(31,97%,72%,.3)}.xl\:bg-orange-300\/35{background-color:hsla(31,97%,72%,.35)}.xl\:bg-orange-300\/40{background-color:hsla(31,97%,72%,.4)}.xl\:bg-orange-300\/45{background-color:hsla(31,97%,72%,.45)}.xl\:bg-orange-300\/5{background-color:hsla(31,97%,72%,.05)}.xl\:bg-orange-300\/50{background-color:hsla(31,97%,72%,.5)}.xl\:bg-orange-300\/55{background-color:hsla(31,97%,72%,.55)}.xl\:bg-orange-300\/60{background-color:hsla(31,97%,72%,.6)}.xl\:bg-orange-300\/65{background-color:hsla(31,97%,72%,.65)}.xl\:bg-orange-300\/70{background-color:hsla(31,97%,72%,.7)}.xl\:bg-orange-300\/75{background-color:hsla(31,97%,72%,.75)}.xl\:bg-orange-300\/80{background-color:hsla(31,97%,72%,.8)}.xl\:bg-orange-300\/85{background-color:hsla(31,97%,72%,.85)}.xl\:bg-orange-300\/90{background-color:hsla(31,97%,72%,.9)}.xl\:bg-orange-300\/95{background-color:hsla(31,97%,72%,.95)}.xl\:bg-orange-400{--tw-bg-opacity:1;background-color:rgba(251,146,60,var(--tw-bg-opacity))}.xl\:bg-orange-400\/0{background-color:rgba(251,146,60,0)}.xl\:bg-orange-400\/10{background-color:rgba(251,146,60,.1)}.xl\:bg-orange-400\/100{background-color:#fb923c}.xl\:bg-orange-400\/15{background-color:rgba(251,146,60,.15)}.xl\:bg-orange-400\/20{background-color:rgba(251,146,60,.2)}.xl\:bg-orange-400\/25{background-color:rgba(251,146,60,.25)}.xl\:bg-orange-400\/30{background-color:rgba(251,146,60,.3)}.xl\:bg-orange-400\/35{background-color:rgba(251,146,60,.35)}.xl\:bg-orange-400\/40{background-color:rgba(251,146,60,.4)}.xl\:bg-orange-400\/45{background-color:rgba(251,146,60,.45)}.xl\:bg-orange-400\/5{background-color:rgba(251,146,60,.05)}.xl\:bg-orange-400\/50{background-color:rgba(251,146,60,.5)}.xl\:bg-orange-400\/55{background-color:rgba(251,146,60,.55)}.xl\:bg-orange-400\/60{background-color:rgba(251,146,60,.6)}.xl\:bg-orange-400\/65{background-color:rgba(251,146,60,.65)}.xl\:bg-orange-400\/70{background-color:rgba(251,146,60,.7)}.xl\:bg-orange-400\/75{background-color:rgba(251,146,60,.75)}.xl\:bg-orange-400\/80{background-color:rgba(251,146,60,.8)}.xl\:bg-orange-400\/85{background-color:rgba(251,146,60,.85)}.xl\:bg-orange-400\/90{background-color:rgba(251,146,60,.9)}.xl\:bg-orange-400\/95{background-color:rgba(251,146,60,.95)}.xl\:bg-orange-50{--tw-bg-opacity:1;background-color:rgba(255,247,237,var(--tw-bg-opacity))}.xl\:bg-orange-50\/0{background-color:rgba(255,247,237,0)}.xl\:bg-orange-50\/10{background-color:rgba(255,247,237,.1)}.xl\:bg-orange-50\/100{background-color:#fff7ed}.xl\:bg-orange-50\/15{background-color:rgba(255,247,237,.15)}.xl\:bg-orange-50\/20{background-color:rgba(255,247,237,.2)}.xl\:bg-orange-50\/25{background-color:rgba(255,247,237,.25)}.xl\:bg-orange-50\/30{background-color:rgba(255,247,237,.3)}.xl\:bg-orange-50\/35{background-color:rgba(255,247,237,.35)}.xl\:bg-orange-50\/40{background-color:rgba(255,247,237,.4)}.xl\:bg-orange-50\/45{background-color:rgba(255,247,237,.45)}.xl\:bg-orange-50\/5{background-color:rgba(255,247,237,.05)}.xl\:bg-orange-50\/50{background-color:rgba(255,247,237,.5)}.xl\:bg-orange-50\/55{background-color:rgba(255,247,237,.55)}.xl\:bg-orange-50\/60{background-color:rgba(255,247,237,.6)}.xl\:bg-orange-50\/65{background-color:rgba(255,247,237,.65)}.xl\:bg-orange-50\/70{background-color:rgba(255,247,237,.7)}.xl\:bg-orange-50\/75{background-color:rgba(255,247,237,.75)}.xl\:bg-orange-50\/80{background-color:rgba(255,247,237,.8)}.xl\:bg-orange-50\/85{background-color:rgba(255,247,237,.85)}.xl\:bg-orange-50\/90{background-color:rgba(255,247,237,.9)}.xl\:bg-orange-50\/95{background-color:rgba(255,247,237,.95)}.xl\:bg-orange-500{--tw-bg-opacity:1;background-color:rgba(249,115,22,var(--tw-bg-opacity))}.xl\:bg-orange-500\/0{background-color:rgba(249,115,22,0)}.xl\:bg-orange-500\/10{background-color:rgba(249,115,22,.1)}.xl\:bg-orange-500\/100{background-color:#f97316}.xl\:bg-orange-500\/15{background-color:rgba(249,115,22,.15)}.xl\:bg-orange-500\/20{background-color:rgba(249,115,22,.2)}.xl\:bg-orange-500\/25{background-color:rgba(249,115,22,.25)}.xl\:bg-orange-500\/30{background-color:rgba(249,115,22,.3)}.xl\:bg-orange-500\/35{background-color:rgba(249,115,22,.35)}.xl\:bg-orange-500\/40{background-color:rgba(249,115,22,.4)}.xl\:bg-orange-500\/45{background-color:rgba(249,115,22,.45)}.xl\:bg-orange-500\/5{background-color:rgba(249,115,22,.05)}.xl\:bg-orange-500\/50{background-color:rgba(249,115,22,.5)}.xl\:bg-orange-500\/55{background-color:rgba(249,115,22,.55)}.xl\:bg-orange-500\/60{background-color:rgba(249,115,22,.6)}.xl\:bg-orange-500\/65{background-color:rgba(249,115,22,.65)}.xl\:bg-orange-500\/70{background-color:rgba(249,115,22,.7)}.xl\:bg-orange-500\/75{background-color:rgba(249,115,22,.75)}.xl\:bg-orange-500\/80{background-color:rgba(249,115,22,.8)}.xl\:bg-orange-500\/85{background-color:rgba(249,115,22,.85)}.xl\:bg-orange-500\/90{background-color:rgba(249,115,22,.9)}.xl\:bg-orange-500\/95{background-color:rgba(249,115,22,.95)}.xl\:bg-orange-600{--tw-bg-opacity:1;background-color:rgba(234,88,12,var(--tw-bg-opacity))}.xl\:bg-orange-600\/0{background-color:rgba(234,88,12,0)}.xl\:bg-orange-600\/10{background-color:rgba(234,88,12,.1)}.xl\:bg-orange-600\/100{background-color:#ea580c}.xl\:bg-orange-600\/15{background-color:rgba(234,88,12,.15)}.xl\:bg-orange-600\/20{background-color:rgba(234,88,12,.2)}.xl\:bg-orange-600\/25{background-color:rgba(234,88,12,.25)}.xl\:bg-orange-600\/30{background-color:rgba(234,88,12,.3)}.xl\:bg-orange-600\/35{background-color:rgba(234,88,12,.35)}.xl\:bg-orange-600\/40{background-color:rgba(234,88,12,.4)}.xl\:bg-orange-600\/45{background-color:rgba(234,88,12,.45)}.xl\:bg-orange-600\/5{background-color:rgba(234,88,12,.05)}.xl\:bg-orange-600\/50{background-color:rgba(234,88,12,.5)}.xl\:bg-orange-600\/55{background-color:rgba(234,88,12,.55)}.xl\:bg-orange-600\/60{background-color:rgba(234,88,12,.6)}.xl\:bg-orange-600\/65{background-color:rgba(234,88,12,.65)}.xl\:bg-orange-600\/70{background-color:rgba(234,88,12,.7)}.xl\:bg-orange-600\/75{background-color:rgba(234,88,12,.75)}.xl\:bg-orange-600\/80{background-color:rgba(234,88,12,.8)}.xl\:bg-orange-600\/85{background-color:rgba(234,88,12,.85)}.xl\:bg-orange-600\/90{background-color:rgba(234,88,12,.9)}.xl\:bg-orange-600\/95{background-color:rgba(234,88,12,.95)}.xl\:bg-orange-700{--tw-bg-opacity:1;background-color:rgba(194,65,12,var(--tw-bg-opacity))}.xl\:bg-orange-700\/0{background-color:rgba(194,65,12,0)}.xl\:bg-orange-700\/10{background-color:rgba(194,65,12,.1)}.xl\:bg-orange-700\/100{background-color:#c2410c}.xl\:bg-orange-700\/15{background-color:rgba(194,65,12,.15)}.xl\:bg-orange-700\/20{background-color:rgba(194,65,12,.2)}.xl\:bg-orange-700\/25{background-color:rgba(194,65,12,.25)}.xl\:bg-orange-700\/30{background-color:rgba(194,65,12,.3)}.xl\:bg-orange-700\/35{background-color:rgba(194,65,12,.35)}.xl\:bg-orange-700\/40{background-color:rgba(194,65,12,.4)}.xl\:bg-orange-700\/45{background-color:rgba(194,65,12,.45)}.xl\:bg-orange-700\/5{background-color:rgba(194,65,12,.05)}.xl\:bg-orange-700\/50{background-color:rgba(194,65,12,.5)}.xl\:bg-orange-700\/55{background-color:rgba(194,65,12,.55)}.xl\:bg-orange-700\/60{background-color:rgba(194,65,12,.6)}.xl\:bg-orange-700\/65{background-color:rgba(194,65,12,.65)}.xl\:bg-orange-700\/70{background-color:rgba(194,65,12,.7)}.xl\:bg-orange-700\/75{background-color:rgba(194,65,12,.75)}.xl\:bg-orange-700\/80{background-color:rgba(194,65,12,.8)}.xl\:bg-orange-700\/85{background-color:rgba(194,65,12,.85)}.xl\:bg-orange-700\/90{background-color:rgba(194,65,12,.9)}.xl\:bg-orange-700\/95{background-color:rgba(194,65,12,.95)}.xl\:bg-orange-800{--tw-bg-opacity:1;background-color:rgba(154,52,18,var(--tw-bg-opacity))}.xl\:bg-orange-800\/0{background-color:rgba(154,52,18,0)}.xl\:bg-orange-800\/10{background-color:rgba(154,52,18,.1)}.xl\:bg-orange-800\/100{background-color:#9a3412}.xl\:bg-orange-800\/15{background-color:rgba(154,52,18,.15)}.xl\:bg-orange-800\/20{background-color:rgba(154,52,18,.2)}.xl\:bg-orange-800\/25{background-color:rgba(154,52,18,.25)}.xl\:bg-orange-800\/30{background-color:rgba(154,52,18,.3)}.xl\:bg-orange-800\/35{background-color:rgba(154,52,18,.35)}.xl\:bg-orange-800\/40{background-color:rgba(154,52,18,.4)}.xl\:bg-orange-800\/45{background-color:rgba(154,52,18,.45)}.xl\:bg-orange-800\/5{background-color:rgba(154,52,18,.05)}.xl\:bg-orange-800\/50{background-color:rgba(154,52,18,.5)}.xl\:bg-orange-800\/55{background-color:rgba(154,52,18,.55)}.xl\:bg-orange-800\/60{background-color:rgba(154,52,18,.6)}.xl\:bg-orange-800\/65{background-color:rgba(154,52,18,.65)}.xl\:bg-orange-800\/70{background-color:rgba(154,52,18,.7)}.xl\:bg-orange-800\/75{background-color:rgba(154,52,18,.75)}.xl\:bg-orange-800\/80{background-color:rgba(154,52,18,.8)}.xl\:bg-orange-800\/85{background-color:rgba(154,52,18,.85)}.xl\:bg-orange-800\/90{background-color:rgba(154,52,18,.9)}.xl\:bg-orange-800\/95{background-color:rgba(154,52,18,.95)}.xl\:bg-orange-900{--tw-bg-opacity:1;background-color:rgba(124,45,18,var(--tw-bg-opacity))}.xl\:bg-orange-900\/0{background-color:rgba(124,45,18,0)}.xl\:bg-orange-900\/10{background-color:rgba(124,45,18,.1)}.xl\:bg-orange-900\/100{background-color:#7c2d12}.xl\:bg-orange-900\/15{background-color:rgba(124,45,18,.15)}.xl\:bg-orange-900\/20{background-color:rgba(124,45,18,.2)}.xl\:bg-orange-900\/25{background-color:rgba(124,45,18,.25)}.xl\:bg-orange-900\/30{background-color:rgba(124,45,18,.3)}.xl\:bg-orange-900\/35{background-color:rgba(124,45,18,.35)}.xl\:bg-orange-900\/40{background-color:rgba(124,45,18,.4)}.xl\:bg-orange-900\/45{background-color:rgba(124,45,18,.45)}.xl\:bg-orange-900\/5{background-color:rgba(124,45,18,.05)}.xl\:bg-orange-900\/50{background-color:rgba(124,45,18,.5)}.xl\:bg-orange-900\/55{background-color:rgba(124,45,18,.55)}.xl\:bg-orange-900\/60{background-color:rgba(124,45,18,.6)}.xl\:bg-orange-900\/65{background-color:rgba(124,45,18,.65)}.xl\:bg-orange-900\/70{background-color:rgba(124,45,18,.7)}.xl\:bg-orange-900\/75{background-color:rgba(124,45,18,.75)}.xl\:bg-orange-900\/80{background-color:rgba(124,45,18,.8)}.xl\:bg-orange-900\/85{background-color:rgba(124,45,18,.85)}.xl\:bg-orange-900\/90{background-color:rgba(124,45,18,.9)}.xl\:bg-orange-900\/95{background-color:rgba(124,45,18,.95)}.xl\:bg-orange-950{--tw-bg-opacity:1;background-color:rgba(67,20,7,var(--tw-bg-opacity))}.xl\:bg-orange-950\/0{background-color:rgba(67,20,7,0)}.xl\:bg-orange-950\/10{background-color:rgba(67,20,7,.1)}.xl\:bg-orange-950\/100{background-color:#431407}.xl\:bg-orange-950\/15{background-color:rgba(67,20,7,.15)}.xl\:bg-orange-950\/20{background-color:rgba(67,20,7,.2)}.xl\:bg-orange-950\/25{background-color:rgba(67,20,7,.25)}.xl\:bg-orange-950\/30{background-color:rgba(67,20,7,.3)}.xl\:bg-orange-950\/35{background-color:rgba(67,20,7,.35)}.xl\:bg-orange-950\/40{background-color:rgba(67,20,7,.4)}.xl\:bg-orange-950\/45{background-color:rgba(67,20,7,.45)}.xl\:bg-orange-950\/5{background-color:rgba(67,20,7,.05)}.xl\:bg-orange-950\/50{background-color:rgba(67,20,7,.5)}.xl\:bg-orange-950\/55{background-color:rgba(67,20,7,.55)}.xl\:bg-orange-950\/60{background-color:rgba(67,20,7,.6)}.xl\:bg-orange-950\/65{background-color:rgba(67,20,7,.65)}.xl\:bg-orange-950\/70{background-color:rgba(67,20,7,.7)}.xl\:bg-orange-950\/75{background-color:rgba(67,20,7,.75)}.xl\:bg-orange-950\/80{background-color:rgba(67,20,7,.8)}.xl\:bg-orange-950\/85{background-color:rgba(67,20,7,.85)}.xl\:bg-orange-950\/90{background-color:rgba(67,20,7,.9)}.xl\:bg-orange-950\/95{background-color:rgba(67,20,7,.95)}.xl\:bg-pink-100{--tw-bg-opacity:1;background-color:rgba(252,231,243,var(--tw-bg-opacity))}.xl\:bg-pink-100\/0{background-color:rgba(252,231,243,0)}.xl\:bg-pink-100\/10{background-color:rgba(252,231,243,.1)}.xl\:bg-pink-100\/100{background-color:#fce7f3}.xl\:bg-pink-100\/15{background-color:rgba(252,231,243,.15)}.xl\:bg-pink-100\/20{background-color:rgba(252,231,243,.2)}.xl\:bg-pink-100\/25{background-color:rgba(252,231,243,.25)}.xl\:bg-pink-100\/30{background-color:rgba(252,231,243,.3)}.xl\:bg-pink-100\/35{background-color:rgba(252,231,243,.35)}.xl\:bg-pink-100\/40{background-color:rgba(252,231,243,.4)}.xl\:bg-pink-100\/45{background-color:rgba(252,231,243,.45)}.xl\:bg-pink-100\/5{background-color:rgba(252,231,243,.05)}.xl\:bg-pink-100\/50{background-color:rgba(252,231,243,.5)}.xl\:bg-pink-100\/55{background-color:rgba(252,231,243,.55)}.xl\:bg-pink-100\/60{background-color:rgba(252,231,243,.6)}.xl\:bg-pink-100\/65{background-color:rgba(252,231,243,.65)}.xl\:bg-pink-100\/70{background-color:rgba(252,231,243,.7)}.xl\:bg-pink-100\/75{background-color:rgba(252,231,243,.75)}.xl\:bg-pink-100\/80{background-color:rgba(252,231,243,.8)}.xl\:bg-pink-100\/85{background-color:rgba(252,231,243,.85)}.xl\:bg-pink-100\/90{background-color:rgba(252,231,243,.9)}.xl\:bg-pink-100\/95{background-color:rgba(252,231,243,.95)}.xl\:bg-pink-200{--tw-bg-opacity:1;background-color:rgba(251,207,232,var(--tw-bg-opacity))}.xl\:bg-pink-200\/0{background-color:rgba(251,207,232,0)}.xl\:bg-pink-200\/10{background-color:rgba(251,207,232,.1)}.xl\:bg-pink-200\/100{background-color:#fbcfe8}.xl\:bg-pink-200\/15{background-color:rgba(251,207,232,.15)}.xl\:bg-pink-200\/20{background-color:rgba(251,207,232,.2)}.xl\:bg-pink-200\/25{background-color:rgba(251,207,232,.25)}.xl\:bg-pink-200\/30{background-color:rgba(251,207,232,.3)}.xl\:bg-pink-200\/35{background-color:rgba(251,207,232,.35)}.xl\:bg-pink-200\/40{background-color:rgba(251,207,232,.4)}.xl\:bg-pink-200\/45{background-color:rgba(251,207,232,.45)}.xl\:bg-pink-200\/5{background-color:rgba(251,207,232,.05)}.xl\:bg-pink-200\/50{background-color:rgba(251,207,232,.5)}.xl\:bg-pink-200\/55{background-color:rgba(251,207,232,.55)}.xl\:bg-pink-200\/60{background-color:rgba(251,207,232,.6)}.xl\:bg-pink-200\/65{background-color:rgba(251,207,232,.65)}.xl\:bg-pink-200\/70{background-color:rgba(251,207,232,.7)}.xl\:bg-pink-200\/75{background-color:rgba(251,207,232,.75)}.xl\:bg-pink-200\/80{background-color:rgba(251,207,232,.8)}.xl\:bg-pink-200\/85{background-color:rgba(251,207,232,.85)}.xl\:bg-pink-200\/90{background-color:rgba(251,207,232,.9)}.xl\:bg-pink-200\/95{background-color:rgba(251,207,232,.95)}.xl\:bg-pink-300{--tw-bg-opacity:1;background-color:rgba(249,168,212,var(--tw-bg-opacity))}.xl\:bg-pink-300\/0{background-color:rgba(249,168,212,0)}.xl\:bg-pink-300\/10{background-color:rgba(249,168,212,.1)}.xl\:bg-pink-300\/100{background-color:#f9a8d4}.xl\:bg-pink-300\/15{background-color:rgba(249,168,212,.15)}.xl\:bg-pink-300\/20{background-color:rgba(249,168,212,.2)}.xl\:bg-pink-300\/25{background-color:rgba(249,168,212,.25)}.xl\:bg-pink-300\/30{background-color:rgba(249,168,212,.3)}.xl\:bg-pink-300\/35{background-color:rgba(249,168,212,.35)}.xl\:bg-pink-300\/40{background-color:rgba(249,168,212,.4)}.xl\:bg-pink-300\/45{background-color:rgba(249,168,212,.45)}.xl\:bg-pink-300\/5{background-color:rgba(249,168,212,.05)}.xl\:bg-pink-300\/50{background-color:rgba(249,168,212,.5)}.xl\:bg-pink-300\/55{background-color:rgba(249,168,212,.55)}.xl\:bg-pink-300\/60{background-color:rgba(249,168,212,.6)}.xl\:bg-pink-300\/65{background-color:rgba(249,168,212,.65)}.xl\:bg-pink-300\/70{background-color:rgba(249,168,212,.7)}.xl\:bg-pink-300\/75{background-color:rgba(249,168,212,.75)}.xl\:bg-pink-300\/80{background-color:rgba(249,168,212,.8)}.xl\:bg-pink-300\/85{background-color:rgba(249,168,212,.85)}.xl\:bg-pink-300\/90{background-color:rgba(249,168,212,.9)}.xl\:bg-pink-300\/95{background-color:rgba(249,168,212,.95)}.xl\:bg-pink-400{--tw-bg-opacity:1;background-color:rgba(244,114,182,var(--tw-bg-opacity))}.xl\:bg-pink-400\/0{background-color:rgba(244,114,182,0)}.xl\:bg-pink-400\/10{background-color:rgba(244,114,182,.1)}.xl\:bg-pink-400\/100{background-color:#f472b6}.xl\:bg-pink-400\/15{background-color:rgba(244,114,182,.15)}.xl\:bg-pink-400\/20{background-color:rgba(244,114,182,.2)}.xl\:bg-pink-400\/25{background-color:rgba(244,114,182,.25)}.xl\:bg-pink-400\/30{background-color:rgba(244,114,182,.3)}.xl\:bg-pink-400\/35{background-color:rgba(244,114,182,.35)}.xl\:bg-pink-400\/40{background-color:rgba(244,114,182,.4)}.xl\:bg-pink-400\/45{background-color:rgba(244,114,182,.45)}.xl\:bg-pink-400\/5{background-color:rgba(244,114,182,.05)}.xl\:bg-pink-400\/50{background-color:rgba(244,114,182,.5)}.xl\:bg-pink-400\/55{background-color:rgba(244,114,182,.55)}.xl\:bg-pink-400\/60{background-color:rgba(244,114,182,.6)}.xl\:bg-pink-400\/65{background-color:rgba(244,114,182,.65)}.xl\:bg-pink-400\/70{background-color:rgba(244,114,182,.7)}.xl\:bg-pink-400\/75{background-color:rgba(244,114,182,.75)}.xl\:bg-pink-400\/80{background-color:rgba(244,114,182,.8)}.xl\:bg-pink-400\/85{background-color:rgba(244,114,182,.85)}.xl\:bg-pink-400\/90{background-color:rgba(244,114,182,.9)}.xl\:bg-pink-400\/95{background-color:rgba(244,114,182,.95)}.xl\:bg-pink-50{--tw-bg-opacity:1;background-color:rgba(253,242,248,var(--tw-bg-opacity))}.xl\:bg-pink-50\/0{background-color:rgba(253,242,248,0)}.xl\:bg-pink-50\/10{background-color:rgba(253,242,248,.1)}.xl\:bg-pink-50\/100{background-color:#fdf2f8}.xl\:bg-pink-50\/15{background-color:rgba(253,242,248,.15)}.xl\:bg-pink-50\/20{background-color:rgba(253,242,248,.2)}.xl\:bg-pink-50\/25{background-color:rgba(253,242,248,.25)}.xl\:bg-pink-50\/30{background-color:rgba(253,242,248,.3)}.xl\:bg-pink-50\/35{background-color:rgba(253,242,248,.35)}.xl\:bg-pink-50\/40{background-color:rgba(253,242,248,.4)}.xl\:bg-pink-50\/45{background-color:rgba(253,242,248,.45)}.xl\:bg-pink-50\/5{background-color:rgba(253,242,248,.05)}.xl\:bg-pink-50\/50{background-color:rgba(253,242,248,.5)}.xl\:bg-pink-50\/55{background-color:rgba(253,242,248,.55)}.xl\:bg-pink-50\/60{background-color:rgba(253,242,248,.6)}.xl\:bg-pink-50\/65{background-color:rgba(253,242,248,.65)}.xl\:bg-pink-50\/70{background-color:rgba(253,242,248,.7)}.xl\:bg-pink-50\/75{background-color:rgba(253,242,248,.75)}.xl\:bg-pink-50\/80{background-color:rgba(253,242,248,.8)}.xl\:bg-pink-50\/85{background-color:rgba(253,242,248,.85)}.xl\:bg-pink-50\/90{background-color:rgba(253,242,248,.9)}.xl\:bg-pink-50\/95{background-color:rgba(253,242,248,.95)}.xl\:bg-pink-500{--tw-bg-opacity:1;background-color:rgba(236,72,153,var(--tw-bg-opacity))}.xl\:bg-pink-500\/0{background-color:rgba(236,72,153,0)}.xl\:bg-pink-500\/10{background-color:rgba(236,72,153,.1)}.xl\:bg-pink-500\/100{background-color:#ec4899}.xl\:bg-pink-500\/15{background-color:rgba(236,72,153,.15)}.xl\:bg-pink-500\/20{background-color:rgba(236,72,153,.2)}.xl\:bg-pink-500\/25{background-color:rgba(236,72,153,.25)}.xl\:bg-pink-500\/30{background-color:rgba(236,72,153,.3)}.xl\:bg-pink-500\/35{background-color:rgba(236,72,153,.35)}.xl\:bg-pink-500\/40{background-color:rgba(236,72,153,.4)}.xl\:bg-pink-500\/45{background-color:rgba(236,72,153,.45)}.xl\:bg-pink-500\/5{background-color:rgba(236,72,153,.05)}.xl\:bg-pink-500\/50{background-color:rgba(236,72,153,.5)}.xl\:bg-pink-500\/55{background-color:rgba(236,72,153,.55)}.xl\:bg-pink-500\/60{background-color:rgba(236,72,153,.6)}.xl\:bg-pink-500\/65{background-color:rgba(236,72,153,.65)}.xl\:bg-pink-500\/70{background-color:rgba(236,72,153,.7)}.xl\:bg-pink-500\/75{background-color:rgba(236,72,153,.75)}.xl\:bg-pink-500\/80{background-color:rgba(236,72,153,.8)}.xl\:bg-pink-500\/85{background-color:rgba(236,72,153,.85)}.xl\:bg-pink-500\/90{background-color:rgba(236,72,153,.9)}.xl\:bg-pink-500\/95{background-color:rgba(236,72,153,.95)}.xl\:bg-pink-600{--tw-bg-opacity:1;background-color:rgba(219,39,119,var(--tw-bg-opacity))}.xl\:bg-pink-600\/0{background-color:rgba(219,39,119,0)}.xl\:bg-pink-600\/10{background-color:rgba(219,39,119,.1)}.xl\:bg-pink-600\/100{background-color:#db2777}.xl\:bg-pink-600\/15{background-color:rgba(219,39,119,.15)}.xl\:bg-pink-600\/20{background-color:rgba(219,39,119,.2)}.xl\:bg-pink-600\/25{background-color:rgba(219,39,119,.25)}.xl\:bg-pink-600\/30{background-color:rgba(219,39,119,.3)}.xl\:bg-pink-600\/35{background-color:rgba(219,39,119,.35)}.xl\:bg-pink-600\/40{background-color:rgba(219,39,119,.4)}.xl\:bg-pink-600\/45{background-color:rgba(219,39,119,.45)}.xl\:bg-pink-600\/5{background-color:rgba(219,39,119,.05)}.xl\:bg-pink-600\/50{background-color:rgba(219,39,119,.5)}.xl\:bg-pink-600\/55{background-color:rgba(219,39,119,.55)}.xl\:bg-pink-600\/60{background-color:rgba(219,39,119,.6)}.xl\:bg-pink-600\/65{background-color:rgba(219,39,119,.65)}.xl\:bg-pink-600\/70{background-color:rgba(219,39,119,.7)}.xl\:bg-pink-600\/75{background-color:rgba(219,39,119,.75)}.xl\:bg-pink-600\/80{background-color:rgba(219,39,119,.8)}.xl\:bg-pink-600\/85{background-color:rgba(219,39,119,.85)}.xl\:bg-pink-600\/90{background-color:rgba(219,39,119,.9)}.xl\:bg-pink-600\/95{background-color:rgba(219,39,119,.95)}.xl\:bg-pink-700{--tw-bg-opacity:1;background-color:rgba(190,24,93,var(--tw-bg-opacity))}.xl\:bg-pink-700\/0{background-color:rgba(190,24,93,0)}.xl\:bg-pink-700\/10{background-color:rgba(190,24,93,.1)}.xl\:bg-pink-700\/100{background-color:#be185d}.xl\:bg-pink-700\/15{background-color:rgba(190,24,93,.15)}.xl\:bg-pink-700\/20{background-color:rgba(190,24,93,.2)}.xl\:bg-pink-700\/25{background-color:rgba(190,24,93,.25)}.xl\:bg-pink-700\/30{background-color:rgba(190,24,93,.3)}.xl\:bg-pink-700\/35{background-color:rgba(190,24,93,.35)}.xl\:bg-pink-700\/40{background-color:rgba(190,24,93,.4)}.xl\:bg-pink-700\/45{background-color:rgba(190,24,93,.45)}.xl\:bg-pink-700\/5{background-color:rgba(190,24,93,.05)}.xl\:bg-pink-700\/50{background-color:rgba(190,24,93,.5)}.xl\:bg-pink-700\/55{background-color:rgba(190,24,93,.55)}.xl\:bg-pink-700\/60{background-color:rgba(190,24,93,.6)}.xl\:bg-pink-700\/65{background-color:rgba(190,24,93,.65)}.xl\:bg-pink-700\/70{background-color:rgba(190,24,93,.7)}.xl\:bg-pink-700\/75{background-color:rgba(190,24,93,.75)}.xl\:bg-pink-700\/80{background-color:rgba(190,24,93,.8)}.xl\:bg-pink-700\/85{background-color:rgba(190,24,93,.85)}.xl\:bg-pink-700\/90{background-color:rgba(190,24,93,.9)}.xl\:bg-pink-700\/95{background-color:rgba(190,24,93,.95)}.xl\:bg-pink-800{--tw-bg-opacity:1;background-color:rgba(157,23,77,var(--tw-bg-opacity))}.xl\:bg-pink-800\/0{background-color:rgba(157,23,77,0)}.xl\:bg-pink-800\/10{background-color:rgba(157,23,77,.1)}.xl\:bg-pink-800\/100{background-color:#9d174d}.xl\:bg-pink-800\/15{background-color:rgba(157,23,77,.15)}.xl\:bg-pink-800\/20{background-color:rgba(157,23,77,.2)}.xl\:bg-pink-800\/25{background-color:rgba(157,23,77,.25)}.xl\:bg-pink-800\/30{background-color:rgba(157,23,77,.3)}.xl\:bg-pink-800\/35{background-color:rgba(157,23,77,.35)}.xl\:bg-pink-800\/40{background-color:rgba(157,23,77,.4)}.xl\:bg-pink-800\/45{background-color:rgba(157,23,77,.45)}.xl\:bg-pink-800\/5{background-color:rgba(157,23,77,.05)}.xl\:bg-pink-800\/50{background-color:rgba(157,23,77,.5)}.xl\:bg-pink-800\/55{background-color:rgba(157,23,77,.55)}.xl\:bg-pink-800\/60{background-color:rgba(157,23,77,.6)}.xl\:bg-pink-800\/65{background-color:rgba(157,23,77,.65)}.xl\:bg-pink-800\/70{background-color:rgba(157,23,77,.7)}.xl\:bg-pink-800\/75{background-color:rgba(157,23,77,.75)}.xl\:bg-pink-800\/80{background-color:rgba(157,23,77,.8)}.xl\:bg-pink-800\/85{background-color:rgba(157,23,77,.85)}.xl\:bg-pink-800\/90{background-color:rgba(157,23,77,.9)}.xl\:bg-pink-800\/95{background-color:rgba(157,23,77,.95)}.xl\:bg-pink-900{--tw-bg-opacity:1;background-color:rgba(131,24,67,var(--tw-bg-opacity))}.xl\:bg-pink-900\/0{background-color:rgba(131,24,67,0)}.xl\:bg-pink-900\/10{background-color:rgba(131,24,67,.1)}.xl\:bg-pink-900\/100{background-color:#831843}.xl\:bg-pink-900\/15{background-color:rgba(131,24,67,.15)}.xl\:bg-pink-900\/20{background-color:rgba(131,24,67,.2)}.xl\:bg-pink-900\/25{background-color:rgba(131,24,67,.25)}.xl\:bg-pink-900\/30{background-color:rgba(131,24,67,.3)}.xl\:bg-pink-900\/35{background-color:rgba(131,24,67,.35)}.xl\:bg-pink-900\/40{background-color:rgba(131,24,67,.4)}.xl\:bg-pink-900\/45{background-color:rgba(131,24,67,.45)}.xl\:bg-pink-900\/5{background-color:rgba(131,24,67,.05)}.xl\:bg-pink-900\/50{background-color:rgba(131,24,67,.5)}.xl\:bg-pink-900\/55{background-color:rgba(131,24,67,.55)}.xl\:bg-pink-900\/60{background-color:rgba(131,24,67,.6)}.xl\:bg-pink-900\/65{background-color:rgba(131,24,67,.65)}.xl\:bg-pink-900\/70{background-color:rgba(131,24,67,.7)}.xl\:bg-pink-900\/75{background-color:rgba(131,24,67,.75)}.xl\:bg-pink-900\/80{background-color:rgba(131,24,67,.8)}.xl\:bg-pink-900\/85{background-color:rgba(131,24,67,.85)}.xl\:bg-pink-900\/90{background-color:rgba(131,24,67,.9)}.xl\:bg-pink-900\/95{background-color:rgba(131,24,67,.95)}.xl\:bg-pink-950{--tw-bg-opacity:1;background-color:rgba(80,7,36,var(--tw-bg-opacity))}.xl\:bg-pink-950\/0{background-color:rgba(80,7,36,0)}.xl\:bg-pink-950\/10{background-color:rgba(80,7,36,.1)}.xl\:bg-pink-950\/100{background-color:#500724}.xl\:bg-pink-950\/15{background-color:rgba(80,7,36,.15)}.xl\:bg-pink-950\/20{background-color:rgba(80,7,36,.2)}.xl\:bg-pink-950\/25{background-color:rgba(80,7,36,.25)}.xl\:bg-pink-950\/30{background-color:rgba(80,7,36,.3)}.xl\:bg-pink-950\/35{background-color:rgba(80,7,36,.35)}.xl\:bg-pink-950\/40{background-color:rgba(80,7,36,.4)}.xl\:bg-pink-950\/45{background-color:rgba(80,7,36,.45)}.xl\:bg-pink-950\/5{background-color:rgba(80,7,36,.05)}.xl\:bg-pink-950\/50{background-color:rgba(80,7,36,.5)}.xl\:bg-pink-950\/55{background-color:rgba(80,7,36,.55)}.xl\:bg-pink-950\/60{background-color:rgba(80,7,36,.6)}.xl\:bg-pink-950\/65{background-color:rgba(80,7,36,.65)}.xl\:bg-pink-950\/70{background-color:rgba(80,7,36,.7)}.xl\:bg-pink-950\/75{background-color:rgba(80,7,36,.75)}.xl\:bg-pink-950\/80{background-color:rgba(80,7,36,.8)}.xl\:bg-pink-950\/85{background-color:rgba(80,7,36,.85)}.xl\:bg-pink-950\/90{background-color:rgba(80,7,36,.9)}.xl\:bg-pink-950\/95{background-color:rgba(80,7,36,.95)}.xl\:bg-primary{--tw-bg-opacity:1;background-color:rgba(105,194,242,var(--tw-bg-opacity))}.xl\:bg-primary-dark{--tw-bg-opacity:1;background-color:rgba(97,163,199,var(--tw-bg-opacity))}.xl\:bg-primary-dark\/0{background-color:rgba(97,163,199,0)}.xl\:bg-primary-dark\/10{background-color:rgba(97,163,199,.1)}.xl\:bg-primary-dark\/100{background-color:#61a3c7}.xl\:bg-primary-dark\/15{background-color:rgba(97,163,199,.15)}.xl\:bg-primary-dark\/20{background-color:rgba(97,163,199,.2)}.xl\:bg-primary-dark\/25{background-color:rgba(97,163,199,.25)}.xl\:bg-primary-dark\/30{background-color:rgba(97,163,199,.3)}.xl\:bg-primary-dark\/35{background-color:rgba(97,163,199,.35)}.xl\:bg-primary-dark\/40{background-color:rgba(97,163,199,.4)}.xl\:bg-primary-dark\/45{background-color:rgba(97,163,199,.45)}.xl\:bg-primary-dark\/5{background-color:rgba(97,163,199,.05)}.xl\:bg-primary-dark\/50{background-color:rgba(97,163,199,.5)}.xl\:bg-primary-dark\/55{background-color:rgba(97,163,199,.55)}.xl\:bg-primary-dark\/60{background-color:rgba(97,163,199,.6)}.xl\:bg-primary-dark\/65{background-color:rgba(97,163,199,.65)}.xl\:bg-primary-dark\/70{background-color:rgba(97,163,199,.7)}.xl\:bg-primary-dark\/75{background-color:rgba(97,163,199,.75)}.xl\:bg-primary-dark\/80{background-color:rgba(97,163,199,.8)}.xl\:bg-primary-dark\/85{background-color:rgba(97,163,199,.85)}.xl\:bg-primary-dark\/90{background-color:rgba(97,163,199,.9)}.xl\:bg-primary-dark\/95{background-color:rgba(97,163,199,.95)}.xl\:bg-primary\/0{background-color:rgba(105,194,242,0)}.xl\:bg-primary\/10{background-color:rgba(105,194,242,.1)}.xl\:bg-primary\/100{background-color:#69c2f2}.xl\:bg-primary\/15{background-color:rgba(105,194,242,.15)}.xl\:bg-primary\/20{background-color:rgba(105,194,242,.2)}.xl\:bg-primary\/25{background-color:rgba(105,194,242,.25)}.xl\:bg-primary\/30{background-color:rgba(105,194,242,.3)}.xl\:bg-primary\/35{background-color:rgba(105,194,242,.35)}.xl\:bg-primary\/40{background-color:rgba(105,194,242,.4)}.xl\:bg-primary\/45{background-color:rgba(105,194,242,.45)}.xl\:bg-primary\/5{background-color:rgba(105,194,242,.05)}.xl\:bg-primary\/50{background-color:rgba(105,194,242,.5)}.xl\:bg-primary\/55{background-color:rgba(105,194,242,.55)}.xl\:bg-primary\/60{background-color:rgba(105,194,242,.6)}.xl\:bg-primary\/65{background-color:rgba(105,194,242,.65)}.xl\:bg-primary\/70{background-color:rgba(105,194,242,.7)}.xl\:bg-primary\/75{background-color:rgba(105,194,242,.75)}.xl\:bg-primary\/80{background-color:rgba(105,194,242,.8)}.xl\:bg-primary\/85{background-color:rgba(105,194,242,.85)}.xl\:bg-primary\/90{background-color:rgba(105,194,242,.9)}.xl\:bg-primary\/95{background-color:rgba(105,194,242,.95)}.xl\:bg-purple-100{--tw-bg-opacity:1;background-color:rgba(243,232,255,var(--tw-bg-opacity))}.xl\:bg-purple-100\/0{background-color:rgba(243,232,255,0)}.xl\:bg-purple-100\/10{background-color:rgba(243,232,255,.1)}.xl\:bg-purple-100\/100{background-color:#f3e8ff}.xl\:bg-purple-100\/15{background-color:rgba(243,232,255,.15)}.xl\:bg-purple-100\/20{background-color:rgba(243,232,255,.2)}.xl\:bg-purple-100\/25{background-color:rgba(243,232,255,.25)}.xl\:bg-purple-100\/30{background-color:rgba(243,232,255,.3)}.xl\:bg-purple-100\/35{background-color:rgba(243,232,255,.35)}.xl\:bg-purple-100\/40{background-color:rgba(243,232,255,.4)}.xl\:bg-purple-100\/45{background-color:rgba(243,232,255,.45)}.xl\:bg-purple-100\/5{background-color:rgba(243,232,255,.05)}.xl\:bg-purple-100\/50{background-color:rgba(243,232,255,.5)}.xl\:bg-purple-100\/55{background-color:rgba(243,232,255,.55)}.xl\:bg-purple-100\/60{background-color:rgba(243,232,255,.6)}.xl\:bg-purple-100\/65{background-color:rgba(243,232,255,.65)}.xl\:bg-purple-100\/70{background-color:rgba(243,232,255,.7)}.xl\:bg-purple-100\/75{background-color:rgba(243,232,255,.75)}.xl\:bg-purple-100\/80{background-color:rgba(243,232,255,.8)}.xl\:bg-purple-100\/85{background-color:rgba(243,232,255,.85)}.xl\:bg-purple-100\/90{background-color:rgba(243,232,255,.9)}.xl\:bg-purple-100\/95{background-color:rgba(243,232,255,.95)}.xl\:bg-purple-200{--tw-bg-opacity:1;background-color:rgba(233,213,255,var(--tw-bg-opacity))}.xl\:bg-purple-200\/0{background-color:rgba(233,213,255,0)}.xl\:bg-purple-200\/10{background-color:rgba(233,213,255,.1)}.xl\:bg-purple-200\/100{background-color:#e9d5ff}.xl\:bg-purple-200\/15{background-color:rgba(233,213,255,.15)}.xl\:bg-purple-200\/20{background-color:rgba(233,213,255,.2)}.xl\:bg-purple-200\/25{background-color:rgba(233,213,255,.25)}.xl\:bg-purple-200\/30{background-color:rgba(233,213,255,.3)}.xl\:bg-purple-200\/35{background-color:rgba(233,213,255,.35)}.xl\:bg-purple-200\/40{background-color:rgba(233,213,255,.4)}.xl\:bg-purple-200\/45{background-color:rgba(233,213,255,.45)}.xl\:bg-purple-200\/5{background-color:rgba(233,213,255,.05)}.xl\:bg-purple-200\/50{background-color:rgba(233,213,255,.5)}.xl\:bg-purple-200\/55{background-color:rgba(233,213,255,.55)}.xl\:bg-purple-200\/60{background-color:rgba(233,213,255,.6)}.xl\:bg-purple-200\/65{background-color:rgba(233,213,255,.65)}.xl\:bg-purple-200\/70{background-color:rgba(233,213,255,.7)}.xl\:bg-purple-200\/75{background-color:rgba(233,213,255,.75)}.xl\:bg-purple-200\/80{background-color:rgba(233,213,255,.8)}.xl\:bg-purple-200\/85{background-color:rgba(233,213,255,.85)}.xl\:bg-purple-200\/90{background-color:rgba(233,213,255,.9)}.xl\:bg-purple-200\/95{background-color:rgba(233,213,255,.95)}.xl\:bg-purple-300{--tw-bg-opacity:1;background-color:rgba(216,180,254,var(--tw-bg-opacity))}.xl\:bg-purple-300\/0{background-color:rgba(216,180,254,0)}.xl\:bg-purple-300\/10{background-color:rgba(216,180,254,.1)}.xl\:bg-purple-300\/100{background-color:#d8b4fe}.xl\:bg-purple-300\/15{background-color:rgba(216,180,254,.15)}.xl\:bg-purple-300\/20{background-color:rgba(216,180,254,.2)}.xl\:bg-purple-300\/25{background-color:rgba(216,180,254,.25)}.xl\:bg-purple-300\/30{background-color:rgba(216,180,254,.3)}.xl\:bg-purple-300\/35{background-color:rgba(216,180,254,.35)}.xl\:bg-purple-300\/40{background-color:rgba(216,180,254,.4)}.xl\:bg-purple-300\/45{background-color:rgba(216,180,254,.45)}.xl\:bg-purple-300\/5{background-color:rgba(216,180,254,.05)}.xl\:bg-purple-300\/50{background-color:rgba(216,180,254,.5)}.xl\:bg-purple-300\/55{background-color:rgba(216,180,254,.55)}.xl\:bg-purple-300\/60{background-color:rgba(216,180,254,.6)}.xl\:bg-purple-300\/65{background-color:rgba(216,180,254,.65)}.xl\:bg-purple-300\/70{background-color:rgba(216,180,254,.7)}.xl\:bg-purple-300\/75{background-color:rgba(216,180,254,.75)}.xl\:bg-purple-300\/80{background-color:rgba(216,180,254,.8)}.xl\:bg-purple-300\/85{background-color:rgba(216,180,254,.85)}.xl\:bg-purple-300\/90{background-color:rgba(216,180,254,.9)}.xl\:bg-purple-300\/95{background-color:rgba(216,180,254,.95)}.xl\:bg-purple-400{--tw-bg-opacity:1;background-color:rgba(192,132,252,var(--tw-bg-opacity))}.xl\:bg-purple-400\/0{background-color:rgba(192,132,252,0)}.xl\:bg-purple-400\/10{background-color:rgba(192,132,252,.1)}.xl\:bg-purple-400\/100{background-color:#c084fc}.xl\:bg-purple-400\/15{background-color:rgba(192,132,252,.15)}.xl\:bg-purple-400\/20{background-color:rgba(192,132,252,.2)}.xl\:bg-purple-400\/25{background-color:rgba(192,132,252,.25)}.xl\:bg-purple-400\/30{background-color:rgba(192,132,252,.3)}.xl\:bg-purple-400\/35{background-color:rgba(192,132,252,.35)}.xl\:bg-purple-400\/40{background-color:rgba(192,132,252,.4)}.xl\:bg-purple-400\/45{background-color:rgba(192,132,252,.45)}.xl\:bg-purple-400\/5{background-color:rgba(192,132,252,.05)}.xl\:bg-purple-400\/50{background-color:rgba(192,132,252,.5)}.xl\:bg-purple-400\/55{background-color:rgba(192,132,252,.55)}.xl\:bg-purple-400\/60{background-color:rgba(192,132,252,.6)}.xl\:bg-purple-400\/65{background-color:rgba(192,132,252,.65)}.xl\:bg-purple-400\/70{background-color:rgba(192,132,252,.7)}.xl\:bg-purple-400\/75{background-color:rgba(192,132,252,.75)}.xl\:bg-purple-400\/80{background-color:rgba(192,132,252,.8)}.xl\:bg-purple-400\/85{background-color:rgba(192,132,252,.85)}.xl\:bg-purple-400\/90{background-color:rgba(192,132,252,.9)}.xl\:bg-purple-400\/95{background-color:rgba(192,132,252,.95)}.xl\:bg-purple-50{--tw-bg-opacity:1;background-color:rgba(250,245,255,var(--tw-bg-opacity))}.xl\:bg-purple-50\/0{background-color:rgba(250,245,255,0)}.xl\:bg-purple-50\/10{background-color:rgba(250,245,255,.1)}.xl\:bg-purple-50\/100{background-color:#faf5ff}.xl\:bg-purple-50\/15{background-color:rgba(250,245,255,.15)}.xl\:bg-purple-50\/20{background-color:rgba(250,245,255,.2)}.xl\:bg-purple-50\/25{background-color:rgba(250,245,255,.25)}.xl\:bg-purple-50\/30{background-color:rgba(250,245,255,.3)}.xl\:bg-purple-50\/35{background-color:rgba(250,245,255,.35)}.xl\:bg-purple-50\/40{background-color:rgba(250,245,255,.4)}.xl\:bg-purple-50\/45{background-color:rgba(250,245,255,.45)}.xl\:bg-purple-50\/5{background-color:rgba(250,245,255,.05)}.xl\:bg-purple-50\/50{background-color:rgba(250,245,255,.5)}.xl\:bg-purple-50\/55{background-color:rgba(250,245,255,.55)}.xl\:bg-purple-50\/60{background-color:rgba(250,245,255,.6)}.xl\:bg-purple-50\/65{background-color:rgba(250,245,255,.65)}.xl\:bg-purple-50\/70{background-color:rgba(250,245,255,.7)}.xl\:bg-purple-50\/75{background-color:rgba(250,245,255,.75)}.xl\:bg-purple-50\/80{background-color:rgba(250,245,255,.8)}.xl\:bg-purple-50\/85{background-color:rgba(250,245,255,.85)}.xl\:bg-purple-50\/90{background-color:rgba(250,245,255,.9)}.xl\:bg-purple-50\/95{background-color:rgba(250,245,255,.95)}.xl\:bg-purple-500{--tw-bg-opacity:1;background-color:rgba(168,85,247,var(--tw-bg-opacity))}.xl\:bg-purple-500\/0{background-color:rgba(168,85,247,0)}.xl\:bg-purple-500\/10{background-color:rgba(168,85,247,.1)}.xl\:bg-purple-500\/100{background-color:#a855f7}.xl\:bg-purple-500\/15{background-color:rgba(168,85,247,.15)}.xl\:bg-purple-500\/20{background-color:rgba(168,85,247,.2)}.xl\:bg-purple-500\/25{background-color:rgba(168,85,247,.25)}.xl\:bg-purple-500\/30{background-color:rgba(168,85,247,.3)}.xl\:bg-purple-500\/35{background-color:rgba(168,85,247,.35)}.xl\:bg-purple-500\/40{background-color:rgba(168,85,247,.4)}.xl\:bg-purple-500\/45{background-color:rgba(168,85,247,.45)}.xl\:bg-purple-500\/5{background-color:rgba(168,85,247,.05)}.xl\:bg-purple-500\/50{background-color:rgba(168,85,247,.5)}.xl\:bg-purple-500\/55{background-color:rgba(168,85,247,.55)}.xl\:bg-purple-500\/60{background-color:rgba(168,85,247,.6)}.xl\:bg-purple-500\/65{background-color:rgba(168,85,247,.65)}.xl\:bg-purple-500\/70{background-color:rgba(168,85,247,.7)}.xl\:bg-purple-500\/75{background-color:rgba(168,85,247,.75)}.xl\:bg-purple-500\/80{background-color:rgba(168,85,247,.8)}.xl\:bg-purple-500\/85{background-color:rgba(168,85,247,.85)}.xl\:bg-purple-500\/90{background-color:rgba(168,85,247,.9)}.xl\:bg-purple-500\/95{background-color:rgba(168,85,247,.95)}.xl\:bg-purple-600{--tw-bg-opacity:1;background-color:rgba(147,51,234,var(--tw-bg-opacity))}.xl\:bg-purple-600\/0{background-color:rgba(147,51,234,0)}.xl\:bg-purple-600\/10{background-color:rgba(147,51,234,.1)}.xl\:bg-purple-600\/100{background-color:#9333ea}.xl\:bg-purple-600\/15{background-color:rgba(147,51,234,.15)}.xl\:bg-purple-600\/20{background-color:rgba(147,51,234,.2)}.xl\:bg-purple-600\/25{background-color:rgba(147,51,234,.25)}.xl\:bg-purple-600\/30{background-color:rgba(147,51,234,.3)}.xl\:bg-purple-600\/35{background-color:rgba(147,51,234,.35)}.xl\:bg-purple-600\/40{background-color:rgba(147,51,234,.4)}.xl\:bg-purple-600\/45{background-color:rgba(147,51,234,.45)}.xl\:bg-purple-600\/5{background-color:rgba(147,51,234,.05)}.xl\:bg-purple-600\/50{background-color:rgba(147,51,234,.5)}.xl\:bg-purple-600\/55{background-color:rgba(147,51,234,.55)}.xl\:bg-purple-600\/60{background-color:rgba(147,51,234,.6)}.xl\:bg-purple-600\/65{background-color:rgba(147,51,234,.65)}.xl\:bg-purple-600\/70{background-color:rgba(147,51,234,.7)}.xl\:bg-purple-600\/75{background-color:rgba(147,51,234,.75)}.xl\:bg-purple-600\/80{background-color:rgba(147,51,234,.8)}.xl\:bg-purple-600\/85{background-color:rgba(147,51,234,.85)}.xl\:bg-purple-600\/90{background-color:rgba(147,51,234,.9)}.xl\:bg-purple-600\/95{background-color:rgba(147,51,234,.95)}.xl\:bg-purple-700{--tw-bg-opacity:1;background-color:rgba(126,34,206,var(--tw-bg-opacity))}.xl\:bg-purple-700\/0{background-color:rgba(126,34,206,0)}.xl\:bg-purple-700\/10{background-color:rgba(126,34,206,.1)}.xl\:bg-purple-700\/100{background-color:#7e22ce}.xl\:bg-purple-700\/15{background-color:rgba(126,34,206,.15)}.xl\:bg-purple-700\/20{background-color:rgba(126,34,206,.2)}.xl\:bg-purple-700\/25{background-color:rgba(126,34,206,.25)}.xl\:bg-purple-700\/30{background-color:rgba(126,34,206,.3)}.xl\:bg-purple-700\/35{background-color:rgba(126,34,206,.35)}.xl\:bg-purple-700\/40{background-color:rgba(126,34,206,.4)}.xl\:bg-purple-700\/45{background-color:rgba(126,34,206,.45)}.xl\:bg-purple-700\/5{background-color:rgba(126,34,206,.05)}.xl\:bg-purple-700\/50{background-color:rgba(126,34,206,.5)}.xl\:bg-purple-700\/55{background-color:rgba(126,34,206,.55)}.xl\:bg-purple-700\/60{background-color:rgba(126,34,206,.6)}.xl\:bg-purple-700\/65{background-color:rgba(126,34,206,.65)}.xl\:bg-purple-700\/70{background-color:rgba(126,34,206,.7)}.xl\:bg-purple-700\/75{background-color:rgba(126,34,206,.75)}.xl\:bg-purple-700\/80{background-color:rgba(126,34,206,.8)}.xl\:bg-purple-700\/85{background-color:rgba(126,34,206,.85)}.xl\:bg-purple-700\/90{background-color:rgba(126,34,206,.9)}.xl\:bg-purple-700\/95{background-color:rgba(126,34,206,.95)}.xl\:bg-purple-800{--tw-bg-opacity:1;background-color:rgba(107,33,168,var(--tw-bg-opacity))}.xl\:bg-purple-800\/0{background-color:rgba(107,33,168,0)}.xl\:bg-purple-800\/10{background-color:rgba(107,33,168,.1)}.xl\:bg-purple-800\/100{background-color:#6b21a8}.xl\:bg-purple-800\/15{background-color:rgba(107,33,168,.15)}.xl\:bg-purple-800\/20{background-color:rgba(107,33,168,.2)}.xl\:bg-purple-800\/25{background-color:rgba(107,33,168,.25)}.xl\:bg-purple-800\/30{background-color:rgba(107,33,168,.3)}.xl\:bg-purple-800\/35{background-color:rgba(107,33,168,.35)}.xl\:bg-purple-800\/40{background-color:rgba(107,33,168,.4)}.xl\:bg-purple-800\/45{background-color:rgba(107,33,168,.45)}.xl\:bg-purple-800\/5{background-color:rgba(107,33,168,.05)}.xl\:bg-purple-800\/50{background-color:rgba(107,33,168,.5)}.xl\:bg-purple-800\/55{background-color:rgba(107,33,168,.55)}.xl\:bg-purple-800\/60{background-color:rgba(107,33,168,.6)}.xl\:bg-purple-800\/65{background-color:rgba(107,33,168,.65)}.xl\:bg-purple-800\/70{background-color:rgba(107,33,168,.7)}.xl\:bg-purple-800\/75{background-color:rgba(107,33,168,.75)}.xl\:bg-purple-800\/80{background-color:rgba(107,33,168,.8)}.xl\:bg-purple-800\/85{background-color:rgba(107,33,168,.85)}.xl\:bg-purple-800\/90{background-color:rgba(107,33,168,.9)}.xl\:bg-purple-800\/95{background-color:rgba(107,33,168,.95)}.xl\:bg-purple-900{--tw-bg-opacity:1;background-color:rgba(88,28,135,var(--tw-bg-opacity))}.xl\:bg-purple-900\/0{background-color:rgba(88,28,135,0)}.xl\:bg-purple-900\/10{background-color:rgba(88,28,135,.1)}.xl\:bg-purple-900\/100{background-color:#581c87}.xl\:bg-purple-900\/15{background-color:rgba(88,28,135,.15)}.xl\:bg-purple-900\/20{background-color:rgba(88,28,135,.2)}.xl\:bg-purple-900\/25{background-color:rgba(88,28,135,.25)}.xl\:bg-purple-900\/30{background-color:rgba(88,28,135,.3)}.xl\:bg-purple-900\/35{background-color:rgba(88,28,135,.35)}.xl\:bg-purple-900\/40{background-color:rgba(88,28,135,.4)}.xl\:bg-purple-900\/45{background-color:rgba(88,28,135,.45)}.xl\:bg-purple-900\/5{background-color:rgba(88,28,135,.05)}.xl\:bg-purple-900\/50{background-color:rgba(88,28,135,.5)}.xl\:bg-purple-900\/55{background-color:rgba(88,28,135,.55)}.xl\:bg-purple-900\/60{background-color:rgba(88,28,135,.6)}.xl\:bg-purple-900\/65{background-color:rgba(88,28,135,.65)}.xl\:bg-purple-900\/70{background-color:rgba(88,28,135,.7)}.xl\:bg-purple-900\/75{background-color:rgba(88,28,135,.75)}.xl\:bg-purple-900\/80{background-color:rgba(88,28,135,.8)}.xl\:bg-purple-900\/85{background-color:rgba(88,28,135,.85)}.xl\:bg-purple-900\/90{background-color:rgba(88,28,135,.9)}.xl\:bg-purple-900\/95{background-color:rgba(88,28,135,.95)}.xl\:bg-purple-950{--tw-bg-opacity:1;background-color:rgba(59,7,100,var(--tw-bg-opacity))}.xl\:bg-purple-950\/0{background-color:rgba(59,7,100,0)}.xl\:bg-purple-950\/10{background-color:rgba(59,7,100,.1)}.xl\:bg-purple-950\/100{background-color:#3b0764}.xl\:bg-purple-950\/15{background-color:rgba(59,7,100,.15)}.xl\:bg-purple-950\/20{background-color:rgba(59,7,100,.2)}.xl\:bg-purple-950\/25{background-color:rgba(59,7,100,.25)}.xl\:bg-purple-950\/30{background-color:rgba(59,7,100,.3)}.xl\:bg-purple-950\/35{background-color:rgba(59,7,100,.35)}.xl\:bg-purple-950\/40{background-color:rgba(59,7,100,.4)}.xl\:bg-purple-950\/45{background-color:rgba(59,7,100,.45)}.xl\:bg-purple-950\/5{background-color:rgba(59,7,100,.05)}.xl\:bg-purple-950\/50{background-color:rgba(59,7,100,.5)}.xl\:bg-purple-950\/55{background-color:rgba(59,7,100,.55)}.xl\:bg-purple-950\/60{background-color:rgba(59,7,100,.6)}.xl\:bg-purple-950\/65{background-color:rgba(59,7,100,.65)}.xl\:bg-purple-950\/70{background-color:rgba(59,7,100,.7)}.xl\:bg-purple-950\/75{background-color:rgba(59,7,100,.75)}.xl\:bg-purple-950\/80{background-color:rgba(59,7,100,.8)}.xl\:bg-purple-950\/85{background-color:rgba(59,7,100,.85)}.xl\:bg-purple-950\/90{background-color:rgba(59,7,100,.9)}.xl\:bg-purple-950\/95{background-color:rgba(59,7,100,.95)}.xl\:bg-red-100{--tw-bg-opacity:1;background-color:rgba(254,226,226,var(--tw-bg-opacity))}.xl\:bg-red-100\/0{background-color:hsla(0,93%,94%,0)}.xl\:bg-red-100\/10{background-color:hsla(0,93%,94%,.1)}.xl\:bg-red-100\/100{background-color:#fee2e2}.xl\:bg-red-100\/15{background-color:hsla(0,93%,94%,.15)}.xl\:bg-red-100\/20{background-color:hsla(0,93%,94%,.2)}.xl\:bg-red-100\/25{background-color:hsla(0,93%,94%,.25)}.xl\:bg-red-100\/30{background-color:hsla(0,93%,94%,.3)}.xl\:bg-red-100\/35{background-color:hsla(0,93%,94%,.35)}.xl\:bg-red-100\/40{background-color:hsla(0,93%,94%,.4)}.xl\:bg-red-100\/45{background-color:hsla(0,93%,94%,.45)}.xl\:bg-red-100\/5{background-color:hsla(0,93%,94%,.05)}.xl\:bg-red-100\/50{background-color:hsla(0,93%,94%,.5)}.xl\:bg-red-100\/55{background-color:hsla(0,93%,94%,.55)}.xl\:bg-red-100\/60{background-color:hsla(0,93%,94%,.6)}.xl\:bg-red-100\/65{background-color:hsla(0,93%,94%,.65)}.xl\:bg-red-100\/70{background-color:hsla(0,93%,94%,.7)}.xl\:bg-red-100\/75{background-color:hsla(0,93%,94%,.75)}.xl\:bg-red-100\/80{background-color:hsla(0,93%,94%,.8)}.xl\:bg-red-100\/85{background-color:hsla(0,93%,94%,.85)}.xl\:bg-red-100\/90{background-color:hsla(0,93%,94%,.9)}.xl\:bg-red-100\/95{background-color:hsla(0,93%,94%,.95)}.xl\:bg-red-200{--tw-bg-opacity:1;background-color:rgba(254,202,202,var(--tw-bg-opacity))}.xl\:bg-red-200\/0{background-color:hsla(0,96%,89%,0)}.xl\:bg-red-200\/10{background-color:hsla(0,96%,89%,.1)}.xl\:bg-red-200\/100{background-color:#fecaca}.xl\:bg-red-200\/15{background-color:hsla(0,96%,89%,.15)}.xl\:bg-red-200\/20{background-color:hsla(0,96%,89%,.2)}.xl\:bg-red-200\/25{background-color:hsla(0,96%,89%,.25)}.xl\:bg-red-200\/30{background-color:hsla(0,96%,89%,.3)}.xl\:bg-red-200\/35{background-color:hsla(0,96%,89%,.35)}.xl\:bg-red-200\/40{background-color:hsla(0,96%,89%,.4)}.xl\:bg-red-200\/45{background-color:hsla(0,96%,89%,.45)}.xl\:bg-red-200\/5{background-color:hsla(0,96%,89%,.05)}.xl\:bg-red-200\/50{background-color:hsla(0,96%,89%,.5)}.xl\:bg-red-200\/55{background-color:hsla(0,96%,89%,.55)}.xl\:bg-red-200\/60{background-color:hsla(0,96%,89%,.6)}.xl\:bg-red-200\/65{background-color:hsla(0,96%,89%,.65)}.xl\:bg-red-200\/70{background-color:hsla(0,96%,89%,.7)}.xl\:bg-red-200\/75{background-color:hsla(0,96%,89%,.75)}.xl\:bg-red-200\/80{background-color:hsla(0,96%,89%,.8)}.xl\:bg-red-200\/85{background-color:hsla(0,96%,89%,.85)}.xl\:bg-red-200\/90{background-color:hsla(0,96%,89%,.9)}.xl\:bg-red-200\/95{background-color:hsla(0,96%,89%,.95)}.xl\:bg-red-300{--tw-bg-opacity:1;background-color:rgba(252,165,165,var(--tw-bg-opacity))}.xl\:bg-red-300\/0{background-color:hsla(0,94%,82%,0)}.xl\:bg-red-300\/10{background-color:hsla(0,94%,82%,.1)}.xl\:bg-red-300\/100{background-color:#fca5a5}.xl\:bg-red-300\/15{background-color:hsla(0,94%,82%,.15)}.xl\:bg-red-300\/20{background-color:hsla(0,94%,82%,.2)}.xl\:bg-red-300\/25{background-color:hsla(0,94%,82%,.25)}.xl\:bg-red-300\/30{background-color:hsla(0,94%,82%,.3)}.xl\:bg-red-300\/35{background-color:hsla(0,94%,82%,.35)}.xl\:bg-red-300\/40{background-color:hsla(0,94%,82%,.4)}.xl\:bg-red-300\/45{background-color:hsla(0,94%,82%,.45)}.xl\:bg-red-300\/5{background-color:hsla(0,94%,82%,.05)}.xl\:bg-red-300\/50{background-color:hsla(0,94%,82%,.5)}.xl\:bg-red-300\/55{background-color:hsla(0,94%,82%,.55)}.xl\:bg-red-300\/60{background-color:hsla(0,94%,82%,.6)}.xl\:bg-red-300\/65{background-color:hsla(0,94%,82%,.65)}.xl\:bg-red-300\/70{background-color:hsla(0,94%,82%,.7)}.xl\:bg-red-300\/75{background-color:hsla(0,94%,82%,.75)}.xl\:bg-red-300\/80{background-color:hsla(0,94%,82%,.8)}.xl\:bg-red-300\/85{background-color:hsla(0,94%,82%,.85)}.xl\:bg-red-300\/90{background-color:hsla(0,94%,82%,.9)}.xl\:bg-red-300\/95{background-color:hsla(0,94%,82%,.95)}.xl\:bg-red-400{--tw-bg-opacity:1;background-color:rgba(248,113,113,var(--tw-bg-opacity))}.xl\:bg-red-400\/0{background-color:hsla(0,91%,71%,0)}.xl\:bg-red-400\/10{background-color:hsla(0,91%,71%,.1)}.xl\:bg-red-400\/100{background-color:#f87171}.xl\:bg-red-400\/15{background-color:hsla(0,91%,71%,.15)}.xl\:bg-red-400\/20{background-color:hsla(0,91%,71%,.2)}.xl\:bg-red-400\/25{background-color:hsla(0,91%,71%,.25)}.xl\:bg-red-400\/30{background-color:hsla(0,91%,71%,.3)}.xl\:bg-red-400\/35{background-color:hsla(0,91%,71%,.35)}.xl\:bg-red-400\/40{background-color:hsla(0,91%,71%,.4)}.xl\:bg-red-400\/45{background-color:hsla(0,91%,71%,.45)}.xl\:bg-red-400\/5{background-color:hsla(0,91%,71%,.05)}.xl\:bg-red-400\/50{background-color:hsla(0,91%,71%,.5)}.xl\:bg-red-400\/55{background-color:hsla(0,91%,71%,.55)}.xl\:bg-red-400\/60{background-color:hsla(0,91%,71%,.6)}.xl\:bg-red-400\/65{background-color:hsla(0,91%,71%,.65)}.xl\:bg-red-400\/70{background-color:hsla(0,91%,71%,.7)}.xl\:bg-red-400\/75{background-color:hsla(0,91%,71%,.75)}.xl\:bg-red-400\/80{background-color:hsla(0,91%,71%,.8)}.xl\:bg-red-400\/85{background-color:hsla(0,91%,71%,.85)}.xl\:bg-red-400\/90{background-color:hsla(0,91%,71%,.9)}.xl\:bg-red-400\/95{background-color:hsla(0,91%,71%,.95)}.xl\:bg-red-50{--tw-bg-opacity:1;background-color:rgba(254,242,242,var(--tw-bg-opacity))}.xl\:bg-red-50\/0{background-color:hsla(0,86%,97%,0)}.xl\:bg-red-50\/10{background-color:hsla(0,86%,97%,.1)}.xl\:bg-red-50\/100{background-color:#fef2f2}.xl\:bg-red-50\/15{background-color:hsla(0,86%,97%,.15)}.xl\:bg-red-50\/20{background-color:hsla(0,86%,97%,.2)}.xl\:bg-red-50\/25{background-color:hsla(0,86%,97%,.25)}.xl\:bg-red-50\/30{background-color:hsla(0,86%,97%,.3)}.xl\:bg-red-50\/35{background-color:hsla(0,86%,97%,.35)}.xl\:bg-red-50\/40{background-color:hsla(0,86%,97%,.4)}.xl\:bg-red-50\/45{background-color:hsla(0,86%,97%,.45)}.xl\:bg-red-50\/5{background-color:hsla(0,86%,97%,.05)}.xl\:bg-red-50\/50{background-color:hsla(0,86%,97%,.5)}.xl\:bg-red-50\/55{background-color:hsla(0,86%,97%,.55)}.xl\:bg-red-50\/60{background-color:hsla(0,86%,97%,.6)}.xl\:bg-red-50\/65{background-color:hsla(0,86%,97%,.65)}.xl\:bg-red-50\/70{background-color:hsla(0,86%,97%,.7)}.xl\:bg-red-50\/75{background-color:hsla(0,86%,97%,.75)}.xl\:bg-red-50\/80{background-color:hsla(0,86%,97%,.8)}.xl\:bg-red-50\/85{background-color:hsla(0,86%,97%,.85)}.xl\:bg-red-50\/90{background-color:hsla(0,86%,97%,.9)}.xl\:bg-red-50\/95{background-color:hsla(0,86%,97%,.95)}.xl\:bg-red-500{--tw-bg-opacity:1;background-color:rgba(239,68,68,var(--tw-bg-opacity))}.xl\:bg-red-500\/0{background-color:rgba(239,68,68,0)}.xl\:bg-red-500\/10{background-color:rgba(239,68,68,.1)}.xl\:bg-red-500\/100{background-color:#ef4444}.xl\:bg-red-500\/15{background-color:rgba(239,68,68,.15)}.xl\:bg-red-500\/20{background-color:rgba(239,68,68,.2)}.xl\:bg-red-500\/25{background-color:rgba(239,68,68,.25)}.xl\:bg-red-500\/30{background-color:rgba(239,68,68,.3)}.xl\:bg-red-500\/35{background-color:rgba(239,68,68,.35)}.xl\:bg-red-500\/40{background-color:rgba(239,68,68,.4)}.xl\:bg-red-500\/45{background-color:rgba(239,68,68,.45)}.xl\:bg-red-500\/5{background-color:rgba(239,68,68,.05)}.xl\:bg-red-500\/50{background-color:rgba(239,68,68,.5)}.xl\:bg-red-500\/55{background-color:rgba(239,68,68,.55)}.xl\:bg-red-500\/60{background-color:rgba(239,68,68,.6)}.xl\:bg-red-500\/65{background-color:rgba(239,68,68,.65)}.xl\:bg-red-500\/70{background-color:rgba(239,68,68,.7)}.xl\:bg-red-500\/75{background-color:rgba(239,68,68,.75)}.xl\:bg-red-500\/80{background-color:rgba(239,68,68,.8)}.xl\:bg-red-500\/85{background-color:rgba(239,68,68,.85)}.xl\:bg-red-500\/90{background-color:rgba(239,68,68,.9)}.xl\:bg-red-500\/95{background-color:rgba(239,68,68,.95)}.xl\:bg-red-600{--tw-bg-opacity:1;background-color:rgba(220,38,38,var(--tw-bg-opacity))}.xl\:bg-red-600\/0{background-color:rgba(220,38,38,0)}.xl\:bg-red-600\/10{background-color:rgba(220,38,38,.1)}.xl\:bg-red-600\/100{background-color:#dc2626}.xl\:bg-red-600\/15{background-color:rgba(220,38,38,.15)}.xl\:bg-red-600\/20{background-color:rgba(220,38,38,.2)}.xl\:bg-red-600\/25{background-color:rgba(220,38,38,.25)}.xl\:bg-red-600\/30{background-color:rgba(220,38,38,.3)}.xl\:bg-red-600\/35{background-color:rgba(220,38,38,.35)}.xl\:bg-red-600\/40{background-color:rgba(220,38,38,.4)}.xl\:bg-red-600\/45{background-color:rgba(220,38,38,.45)}.xl\:bg-red-600\/5{background-color:rgba(220,38,38,.05)}.xl\:bg-red-600\/50{background-color:rgba(220,38,38,.5)}.xl\:bg-red-600\/55{background-color:rgba(220,38,38,.55)}.xl\:bg-red-600\/60{background-color:rgba(220,38,38,.6)}.xl\:bg-red-600\/65{background-color:rgba(220,38,38,.65)}.xl\:bg-red-600\/70{background-color:rgba(220,38,38,.7)}.xl\:bg-red-600\/75{background-color:rgba(220,38,38,.75)}.xl\:bg-red-600\/80{background-color:rgba(220,38,38,.8)}.xl\:bg-red-600\/85{background-color:rgba(220,38,38,.85)}.xl\:bg-red-600\/90{background-color:rgba(220,38,38,.9)}.xl\:bg-red-600\/95{background-color:rgba(220,38,38,.95)}.xl\:bg-red-700{--tw-bg-opacity:1;background-color:rgba(185,28,28,var(--tw-bg-opacity))}.xl\:bg-red-700\/0{background-color:rgba(185,28,28,0)}.xl\:bg-red-700\/10{background-color:rgba(185,28,28,.1)}.xl\:bg-red-700\/100{background-color:#b91c1c}.xl\:bg-red-700\/15{background-color:rgba(185,28,28,.15)}.xl\:bg-red-700\/20{background-color:rgba(185,28,28,.2)}.xl\:bg-red-700\/25{background-color:rgba(185,28,28,.25)}.xl\:bg-red-700\/30{background-color:rgba(185,28,28,.3)}.xl\:bg-red-700\/35{background-color:rgba(185,28,28,.35)}.xl\:bg-red-700\/40{background-color:rgba(185,28,28,.4)}.xl\:bg-red-700\/45{background-color:rgba(185,28,28,.45)}.xl\:bg-red-700\/5{background-color:rgba(185,28,28,.05)}.xl\:bg-red-700\/50{background-color:rgba(185,28,28,.5)}.xl\:bg-red-700\/55{background-color:rgba(185,28,28,.55)}.xl\:bg-red-700\/60{background-color:rgba(185,28,28,.6)}.xl\:bg-red-700\/65{background-color:rgba(185,28,28,.65)}.xl\:bg-red-700\/70{background-color:rgba(185,28,28,.7)}.xl\:bg-red-700\/75{background-color:rgba(185,28,28,.75)}.xl\:bg-red-700\/80{background-color:rgba(185,28,28,.8)}.xl\:bg-red-700\/85{background-color:rgba(185,28,28,.85)}.xl\:bg-red-700\/90{background-color:rgba(185,28,28,.9)}.xl\:bg-red-700\/95{background-color:rgba(185,28,28,.95)}.xl\:bg-red-800{--tw-bg-opacity:1;background-color:rgba(153,27,27,var(--tw-bg-opacity))}.xl\:bg-red-800\/0{background-color:rgba(153,27,27,0)}.xl\:bg-red-800\/10{background-color:rgba(153,27,27,.1)}.xl\:bg-red-800\/100{background-color:#991b1b}.xl\:bg-red-800\/15{background-color:rgba(153,27,27,.15)}.xl\:bg-red-800\/20{background-color:rgba(153,27,27,.2)}.xl\:bg-red-800\/25{background-color:rgba(153,27,27,.25)}.xl\:bg-red-800\/30{background-color:rgba(153,27,27,.3)}.xl\:bg-red-800\/35{background-color:rgba(153,27,27,.35)}.xl\:bg-red-800\/40{background-color:rgba(153,27,27,.4)}.xl\:bg-red-800\/45{background-color:rgba(153,27,27,.45)}.xl\:bg-red-800\/5{background-color:rgba(153,27,27,.05)}.xl\:bg-red-800\/50{background-color:rgba(153,27,27,.5)}.xl\:bg-red-800\/55{background-color:rgba(153,27,27,.55)}.xl\:bg-red-800\/60{background-color:rgba(153,27,27,.6)}.xl\:bg-red-800\/65{background-color:rgba(153,27,27,.65)}.xl\:bg-red-800\/70{background-color:rgba(153,27,27,.7)}.xl\:bg-red-800\/75{background-color:rgba(153,27,27,.75)}.xl\:bg-red-800\/80{background-color:rgba(153,27,27,.8)}.xl\:bg-red-800\/85{background-color:rgba(153,27,27,.85)}.xl\:bg-red-800\/90{background-color:rgba(153,27,27,.9)}.xl\:bg-red-800\/95{background-color:rgba(153,27,27,.95)}.xl\:bg-red-900{--tw-bg-opacity:1;background-color:rgba(127,29,29,var(--tw-bg-opacity))}.xl\:bg-red-900\/0{background-color:rgba(127,29,29,0)}.xl\:bg-red-900\/10{background-color:rgba(127,29,29,.1)}.xl\:bg-red-900\/100{background-color:#7f1d1d}.xl\:bg-red-900\/15{background-color:rgba(127,29,29,.15)}.xl\:bg-red-900\/20{background-color:rgba(127,29,29,.2)}.xl\:bg-red-900\/25{background-color:rgba(127,29,29,.25)}.xl\:bg-red-900\/30{background-color:rgba(127,29,29,.3)}.xl\:bg-red-900\/35{background-color:rgba(127,29,29,.35)}.xl\:bg-red-900\/40{background-color:rgba(127,29,29,.4)}.xl\:bg-red-900\/45{background-color:rgba(127,29,29,.45)}.xl\:bg-red-900\/5{background-color:rgba(127,29,29,.05)}.xl\:bg-red-900\/50{background-color:rgba(127,29,29,.5)}.xl\:bg-red-900\/55{background-color:rgba(127,29,29,.55)}.xl\:bg-red-900\/60{background-color:rgba(127,29,29,.6)}.xl\:bg-red-900\/65{background-color:rgba(127,29,29,.65)}.xl\:bg-red-900\/70{background-color:rgba(127,29,29,.7)}.xl\:bg-red-900\/75{background-color:rgba(127,29,29,.75)}.xl\:bg-red-900\/80{background-color:rgba(127,29,29,.8)}.xl\:bg-red-900\/85{background-color:rgba(127,29,29,.85)}.xl\:bg-red-900\/90{background-color:rgba(127,29,29,.9)}.xl\:bg-red-900\/95{background-color:rgba(127,29,29,.95)}.xl\:bg-red-950{--tw-bg-opacity:1;background-color:rgba(69,10,10,var(--tw-bg-opacity))}.xl\:bg-red-950\/0{background-color:rgba(69,10,10,0)}.xl\:bg-red-950\/10{background-color:rgba(69,10,10,.1)}.xl\:bg-red-950\/100{background-color:#450a0a}.xl\:bg-red-950\/15{background-color:rgba(69,10,10,.15)}.xl\:bg-red-950\/20{background-color:rgba(69,10,10,.2)}.xl\:bg-red-950\/25{background-color:rgba(69,10,10,.25)}.xl\:bg-red-950\/30{background-color:rgba(69,10,10,.3)}.xl\:bg-red-950\/35{background-color:rgba(69,10,10,.35)}.xl\:bg-red-950\/40{background-color:rgba(69,10,10,.4)}.xl\:bg-red-950\/45{background-color:rgba(69,10,10,.45)}.xl\:bg-red-950\/5{background-color:rgba(69,10,10,.05)}.xl\:bg-red-950\/50{background-color:rgba(69,10,10,.5)}.xl\:bg-red-950\/55{background-color:rgba(69,10,10,.55)}.xl\:bg-red-950\/60{background-color:rgba(69,10,10,.6)}.xl\:bg-red-950\/65{background-color:rgba(69,10,10,.65)}.xl\:bg-red-950\/70{background-color:rgba(69,10,10,.7)}.xl\:bg-red-950\/75{background-color:rgba(69,10,10,.75)}.xl\:bg-red-950\/80{background-color:rgba(69,10,10,.8)}.xl\:bg-red-950\/85{background-color:rgba(69,10,10,.85)}.xl\:bg-red-950\/90{background-color:rgba(69,10,10,.9)}.xl\:bg-red-950\/95{background-color:rgba(69,10,10,.95)}.xl\:bg-rose-100{--tw-bg-opacity:1;background-color:rgba(255,228,230,var(--tw-bg-opacity))}.xl\:bg-rose-100\/0{background-color:rgba(255,228,230,0)}.xl\:bg-rose-100\/10{background-color:rgba(255,228,230,.1)}.xl\:bg-rose-100\/100{background-color:#ffe4e6}.xl\:bg-rose-100\/15{background-color:rgba(255,228,230,.15)}.xl\:bg-rose-100\/20{background-color:rgba(255,228,230,.2)}.xl\:bg-rose-100\/25{background-color:rgba(255,228,230,.25)}.xl\:bg-rose-100\/30{background-color:rgba(255,228,230,.3)}.xl\:bg-rose-100\/35{background-color:rgba(255,228,230,.35)}.xl\:bg-rose-100\/40{background-color:rgba(255,228,230,.4)}.xl\:bg-rose-100\/45{background-color:rgba(255,228,230,.45)}.xl\:bg-rose-100\/5{background-color:rgba(255,228,230,.05)}.xl\:bg-rose-100\/50{background-color:rgba(255,228,230,.5)}.xl\:bg-rose-100\/55{background-color:rgba(255,228,230,.55)}.xl\:bg-rose-100\/60{background-color:rgba(255,228,230,.6)}.xl\:bg-rose-100\/65{background-color:rgba(255,228,230,.65)}.xl\:bg-rose-100\/70{background-color:rgba(255,228,230,.7)}.xl\:bg-rose-100\/75{background-color:rgba(255,228,230,.75)}.xl\:bg-rose-100\/80{background-color:rgba(255,228,230,.8)}.xl\:bg-rose-100\/85{background-color:rgba(255,228,230,.85)}.xl\:bg-rose-100\/90{background-color:rgba(255,228,230,.9)}.xl\:bg-rose-100\/95{background-color:rgba(255,228,230,.95)}.xl\:bg-rose-200{--tw-bg-opacity:1;background-color:rgba(254,205,211,var(--tw-bg-opacity))}.xl\:bg-rose-200\/0{background-color:rgba(254,205,211,0)}.xl\:bg-rose-200\/10{background-color:rgba(254,205,211,.1)}.xl\:bg-rose-200\/100{background-color:#fecdd3}.xl\:bg-rose-200\/15{background-color:rgba(254,205,211,.15)}.xl\:bg-rose-200\/20{background-color:rgba(254,205,211,.2)}.xl\:bg-rose-200\/25{background-color:rgba(254,205,211,.25)}.xl\:bg-rose-200\/30{background-color:rgba(254,205,211,.3)}.xl\:bg-rose-200\/35{background-color:rgba(254,205,211,.35)}.xl\:bg-rose-200\/40{background-color:rgba(254,205,211,.4)}.xl\:bg-rose-200\/45{background-color:rgba(254,205,211,.45)}.xl\:bg-rose-200\/5{background-color:rgba(254,205,211,.05)}.xl\:bg-rose-200\/50{background-color:rgba(254,205,211,.5)}.xl\:bg-rose-200\/55{background-color:rgba(254,205,211,.55)}.xl\:bg-rose-200\/60{background-color:rgba(254,205,211,.6)}.xl\:bg-rose-200\/65{background-color:rgba(254,205,211,.65)}.xl\:bg-rose-200\/70{background-color:rgba(254,205,211,.7)}.xl\:bg-rose-200\/75{background-color:rgba(254,205,211,.75)}.xl\:bg-rose-200\/80{background-color:rgba(254,205,211,.8)}.xl\:bg-rose-200\/85{background-color:rgba(254,205,211,.85)}.xl\:bg-rose-200\/90{background-color:rgba(254,205,211,.9)}.xl\:bg-rose-200\/95{background-color:rgba(254,205,211,.95)}.xl\:bg-rose-300{--tw-bg-opacity:1;background-color:rgba(253,164,175,var(--tw-bg-opacity))}.xl\:bg-rose-300\/0{background-color:rgba(253,164,175,0)}.xl\:bg-rose-300\/10{background-color:rgba(253,164,175,.1)}.xl\:bg-rose-300\/100{background-color:#fda4af}.xl\:bg-rose-300\/15{background-color:rgba(253,164,175,.15)}.xl\:bg-rose-300\/20{background-color:rgba(253,164,175,.2)}.xl\:bg-rose-300\/25{background-color:rgba(253,164,175,.25)}.xl\:bg-rose-300\/30{background-color:rgba(253,164,175,.3)}.xl\:bg-rose-300\/35{background-color:rgba(253,164,175,.35)}.xl\:bg-rose-300\/40{background-color:rgba(253,164,175,.4)}.xl\:bg-rose-300\/45{background-color:rgba(253,164,175,.45)}.xl\:bg-rose-300\/5{background-color:rgba(253,164,175,.05)}.xl\:bg-rose-300\/50{background-color:rgba(253,164,175,.5)}.xl\:bg-rose-300\/55{background-color:rgba(253,164,175,.55)}.xl\:bg-rose-300\/60{background-color:rgba(253,164,175,.6)}.xl\:bg-rose-300\/65{background-color:rgba(253,164,175,.65)}.xl\:bg-rose-300\/70{background-color:rgba(253,164,175,.7)}.xl\:bg-rose-300\/75{background-color:rgba(253,164,175,.75)}.xl\:bg-rose-300\/80{background-color:rgba(253,164,175,.8)}.xl\:bg-rose-300\/85{background-color:rgba(253,164,175,.85)}.xl\:bg-rose-300\/90{background-color:rgba(253,164,175,.9)}.xl\:bg-rose-300\/95{background-color:rgba(253,164,175,.95)}.xl\:bg-rose-400{--tw-bg-opacity:1;background-color:rgba(251,113,133,var(--tw-bg-opacity))}.xl\:bg-rose-400\/0{background-color:rgba(251,113,133,0)}.xl\:bg-rose-400\/10{background-color:rgba(251,113,133,.1)}.xl\:bg-rose-400\/100{background-color:#fb7185}.xl\:bg-rose-400\/15{background-color:rgba(251,113,133,.15)}.xl\:bg-rose-400\/20{background-color:rgba(251,113,133,.2)}.xl\:bg-rose-400\/25{background-color:rgba(251,113,133,.25)}.xl\:bg-rose-400\/30{background-color:rgba(251,113,133,.3)}.xl\:bg-rose-400\/35{background-color:rgba(251,113,133,.35)}.xl\:bg-rose-400\/40{background-color:rgba(251,113,133,.4)}.xl\:bg-rose-400\/45{background-color:rgba(251,113,133,.45)}.xl\:bg-rose-400\/5{background-color:rgba(251,113,133,.05)}.xl\:bg-rose-400\/50{background-color:rgba(251,113,133,.5)}.xl\:bg-rose-400\/55{background-color:rgba(251,113,133,.55)}.xl\:bg-rose-400\/60{background-color:rgba(251,113,133,.6)}.xl\:bg-rose-400\/65{background-color:rgba(251,113,133,.65)}.xl\:bg-rose-400\/70{background-color:rgba(251,113,133,.7)}.xl\:bg-rose-400\/75{background-color:rgba(251,113,133,.75)}.xl\:bg-rose-400\/80{background-color:rgba(251,113,133,.8)}.xl\:bg-rose-400\/85{background-color:rgba(251,113,133,.85)}.xl\:bg-rose-400\/90{background-color:rgba(251,113,133,.9)}.xl\:bg-rose-400\/95{background-color:rgba(251,113,133,.95)}.xl\:bg-rose-50{--tw-bg-opacity:1;background-color:rgba(255,241,242,var(--tw-bg-opacity))}.xl\:bg-rose-50\/0{background-color:rgba(255,241,242,0)}.xl\:bg-rose-50\/10{background-color:rgba(255,241,242,.1)}.xl\:bg-rose-50\/100{background-color:#fff1f2}.xl\:bg-rose-50\/15{background-color:rgba(255,241,242,.15)}.xl\:bg-rose-50\/20{background-color:rgba(255,241,242,.2)}.xl\:bg-rose-50\/25{background-color:rgba(255,241,242,.25)}.xl\:bg-rose-50\/30{background-color:rgba(255,241,242,.3)}.xl\:bg-rose-50\/35{background-color:rgba(255,241,242,.35)}.xl\:bg-rose-50\/40{background-color:rgba(255,241,242,.4)}.xl\:bg-rose-50\/45{background-color:rgba(255,241,242,.45)}.xl\:bg-rose-50\/5{background-color:rgba(255,241,242,.05)}.xl\:bg-rose-50\/50{background-color:rgba(255,241,242,.5)}.xl\:bg-rose-50\/55{background-color:rgba(255,241,242,.55)}.xl\:bg-rose-50\/60{background-color:rgba(255,241,242,.6)}.xl\:bg-rose-50\/65{background-color:rgba(255,241,242,.65)}.xl\:bg-rose-50\/70{background-color:rgba(255,241,242,.7)}.xl\:bg-rose-50\/75{background-color:rgba(255,241,242,.75)}.xl\:bg-rose-50\/80{background-color:rgba(255,241,242,.8)}.xl\:bg-rose-50\/85{background-color:rgba(255,241,242,.85)}.xl\:bg-rose-50\/90{background-color:rgba(255,241,242,.9)}.xl\:bg-rose-50\/95{background-color:rgba(255,241,242,.95)}.xl\:bg-rose-500{--tw-bg-opacity:1;background-color:rgba(244,63,94,var(--tw-bg-opacity))}.xl\:bg-rose-500\/0{background-color:rgba(244,63,94,0)}.xl\:bg-rose-500\/10{background-color:rgba(244,63,94,.1)}.xl\:bg-rose-500\/100{background-color:#f43f5e}.xl\:bg-rose-500\/15{background-color:rgba(244,63,94,.15)}.xl\:bg-rose-500\/20{background-color:rgba(244,63,94,.2)}.xl\:bg-rose-500\/25{background-color:rgba(244,63,94,.25)}.xl\:bg-rose-500\/30{background-color:rgba(244,63,94,.3)}.xl\:bg-rose-500\/35{background-color:rgba(244,63,94,.35)}.xl\:bg-rose-500\/40{background-color:rgba(244,63,94,.4)}.xl\:bg-rose-500\/45{background-color:rgba(244,63,94,.45)}.xl\:bg-rose-500\/5{background-color:rgba(244,63,94,.05)}.xl\:bg-rose-500\/50{background-color:rgba(244,63,94,.5)}.xl\:bg-rose-500\/55{background-color:rgba(244,63,94,.55)}.xl\:bg-rose-500\/60{background-color:rgba(244,63,94,.6)}.xl\:bg-rose-500\/65{background-color:rgba(244,63,94,.65)}.xl\:bg-rose-500\/70{background-color:rgba(244,63,94,.7)}.xl\:bg-rose-500\/75{background-color:rgba(244,63,94,.75)}.xl\:bg-rose-500\/80{background-color:rgba(244,63,94,.8)}.xl\:bg-rose-500\/85{background-color:rgba(244,63,94,.85)}.xl\:bg-rose-500\/90{background-color:rgba(244,63,94,.9)}.xl\:bg-rose-500\/95{background-color:rgba(244,63,94,.95)}.xl\:bg-rose-600{--tw-bg-opacity:1;background-color:rgba(225,29,72,var(--tw-bg-opacity))}.xl\:bg-rose-600\/0{background-color:rgba(225,29,72,0)}.xl\:bg-rose-600\/10{background-color:rgba(225,29,72,.1)}.xl\:bg-rose-600\/100{background-color:#e11d48}.xl\:bg-rose-600\/15{background-color:rgba(225,29,72,.15)}.xl\:bg-rose-600\/20{background-color:rgba(225,29,72,.2)}.xl\:bg-rose-600\/25{background-color:rgba(225,29,72,.25)}.xl\:bg-rose-600\/30{background-color:rgba(225,29,72,.3)}.xl\:bg-rose-600\/35{background-color:rgba(225,29,72,.35)}.xl\:bg-rose-600\/40{background-color:rgba(225,29,72,.4)}.xl\:bg-rose-600\/45{background-color:rgba(225,29,72,.45)}.xl\:bg-rose-600\/5{background-color:rgba(225,29,72,.05)}.xl\:bg-rose-600\/50{background-color:rgba(225,29,72,.5)}.xl\:bg-rose-600\/55{background-color:rgba(225,29,72,.55)}.xl\:bg-rose-600\/60{background-color:rgba(225,29,72,.6)}.xl\:bg-rose-600\/65{background-color:rgba(225,29,72,.65)}.xl\:bg-rose-600\/70{background-color:rgba(225,29,72,.7)}.xl\:bg-rose-600\/75{background-color:rgba(225,29,72,.75)}.xl\:bg-rose-600\/80{background-color:rgba(225,29,72,.8)}.xl\:bg-rose-600\/85{background-color:rgba(225,29,72,.85)}.xl\:bg-rose-600\/90{background-color:rgba(225,29,72,.9)}.xl\:bg-rose-600\/95{background-color:rgba(225,29,72,.95)}.xl\:bg-rose-700{--tw-bg-opacity:1;background-color:rgba(190,18,60,var(--tw-bg-opacity))}.xl\:bg-rose-700\/0{background-color:rgba(190,18,60,0)}.xl\:bg-rose-700\/10{background-color:rgba(190,18,60,.1)}.xl\:bg-rose-700\/100{background-color:#be123c}.xl\:bg-rose-700\/15{background-color:rgba(190,18,60,.15)}.xl\:bg-rose-700\/20{background-color:rgba(190,18,60,.2)}.xl\:bg-rose-700\/25{background-color:rgba(190,18,60,.25)}.xl\:bg-rose-700\/30{background-color:rgba(190,18,60,.3)}.xl\:bg-rose-700\/35{background-color:rgba(190,18,60,.35)}.xl\:bg-rose-700\/40{background-color:rgba(190,18,60,.4)}.xl\:bg-rose-700\/45{background-color:rgba(190,18,60,.45)}.xl\:bg-rose-700\/5{background-color:rgba(190,18,60,.05)}.xl\:bg-rose-700\/50{background-color:rgba(190,18,60,.5)}.xl\:bg-rose-700\/55{background-color:rgba(190,18,60,.55)}.xl\:bg-rose-700\/60{background-color:rgba(190,18,60,.6)}.xl\:bg-rose-700\/65{background-color:rgba(190,18,60,.65)}.xl\:bg-rose-700\/70{background-color:rgba(190,18,60,.7)}.xl\:bg-rose-700\/75{background-color:rgba(190,18,60,.75)}.xl\:bg-rose-700\/80{background-color:rgba(190,18,60,.8)}.xl\:bg-rose-700\/85{background-color:rgba(190,18,60,.85)}.xl\:bg-rose-700\/90{background-color:rgba(190,18,60,.9)}.xl\:bg-rose-700\/95{background-color:rgba(190,18,60,.95)}.xl\:bg-rose-800{--tw-bg-opacity:1;background-color:rgba(159,18,57,var(--tw-bg-opacity))}.xl\:bg-rose-800\/0{background-color:rgba(159,18,57,0)}.xl\:bg-rose-800\/10{background-color:rgba(159,18,57,.1)}.xl\:bg-rose-800\/100{background-color:#9f1239}.xl\:bg-rose-800\/15{background-color:rgba(159,18,57,.15)}.xl\:bg-rose-800\/20{background-color:rgba(159,18,57,.2)}.xl\:bg-rose-800\/25{background-color:rgba(159,18,57,.25)}.xl\:bg-rose-800\/30{background-color:rgba(159,18,57,.3)}.xl\:bg-rose-800\/35{background-color:rgba(159,18,57,.35)}.xl\:bg-rose-800\/40{background-color:rgba(159,18,57,.4)}.xl\:bg-rose-800\/45{background-color:rgba(159,18,57,.45)}.xl\:bg-rose-800\/5{background-color:rgba(159,18,57,.05)}.xl\:bg-rose-800\/50{background-color:rgba(159,18,57,.5)}.xl\:bg-rose-800\/55{background-color:rgba(159,18,57,.55)}.xl\:bg-rose-800\/60{background-color:rgba(159,18,57,.6)}.xl\:bg-rose-800\/65{background-color:rgba(159,18,57,.65)}.xl\:bg-rose-800\/70{background-color:rgba(159,18,57,.7)}.xl\:bg-rose-800\/75{background-color:rgba(159,18,57,.75)}.xl\:bg-rose-800\/80{background-color:rgba(159,18,57,.8)}.xl\:bg-rose-800\/85{background-color:rgba(159,18,57,.85)}.xl\:bg-rose-800\/90{background-color:rgba(159,18,57,.9)}.xl\:bg-rose-800\/95{background-color:rgba(159,18,57,.95)}.xl\:bg-rose-900{--tw-bg-opacity:1;background-color:rgba(136,19,55,var(--tw-bg-opacity))}.xl\:bg-rose-900\/0{background-color:rgba(136,19,55,0)}.xl\:bg-rose-900\/10{background-color:rgba(136,19,55,.1)}.xl\:bg-rose-900\/100{background-color:#881337}.xl\:bg-rose-900\/15{background-color:rgba(136,19,55,.15)}.xl\:bg-rose-900\/20{background-color:rgba(136,19,55,.2)}.xl\:bg-rose-900\/25{background-color:rgba(136,19,55,.25)}.xl\:bg-rose-900\/30{background-color:rgba(136,19,55,.3)}.xl\:bg-rose-900\/35{background-color:rgba(136,19,55,.35)}.xl\:bg-rose-900\/40{background-color:rgba(136,19,55,.4)}.xl\:bg-rose-900\/45{background-color:rgba(136,19,55,.45)}.xl\:bg-rose-900\/5{background-color:rgba(136,19,55,.05)}.xl\:bg-rose-900\/50{background-color:rgba(136,19,55,.5)}.xl\:bg-rose-900\/55{background-color:rgba(136,19,55,.55)}.xl\:bg-rose-900\/60{background-color:rgba(136,19,55,.6)}.xl\:bg-rose-900\/65{background-color:rgba(136,19,55,.65)}.xl\:bg-rose-900\/70{background-color:rgba(136,19,55,.7)}.xl\:bg-rose-900\/75{background-color:rgba(136,19,55,.75)}.xl\:bg-rose-900\/80{background-color:rgba(136,19,55,.8)}.xl\:bg-rose-900\/85{background-color:rgba(136,19,55,.85)}.xl\:bg-rose-900\/90{background-color:rgba(136,19,55,.9)}.xl\:bg-rose-900\/95{background-color:rgba(136,19,55,.95)}.xl\:bg-rose-950{--tw-bg-opacity:1;background-color:rgba(76,5,25,var(--tw-bg-opacity))}.xl\:bg-rose-950\/0{background-color:rgba(76,5,25,0)}.xl\:bg-rose-950\/10{background-color:rgba(76,5,25,.1)}.xl\:bg-rose-950\/100{background-color:#4c0519}.xl\:bg-rose-950\/15{background-color:rgba(76,5,25,.15)}.xl\:bg-rose-950\/20{background-color:rgba(76,5,25,.2)}.xl\:bg-rose-950\/25{background-color:rgba(76,5,25,.25)}.xl\:bg-rose-950\/30{background-color:rgba(76,5,25,.3)}.xl\:bg-rose-950\/35{background-color:rgba(76,5,25,.35)}.xl\:bg-rose-950\/40{background-color:rgba(76,5,25,.4)}.xl\:bg-rose-950\/45{background-color:rgba(76,5,25,.45)}.xl\:bg-rose-950\/5{background-color:rgba(76,5,25,.05)}.xl\:bg-rose-950\/50{background-color:rgba(76,5,25,.5)}.xl\:bg-rose-950\/55{background-color:rgba(76,5,25,.55)}.xl\:bg-rose-950\/60{background-color:rgba(76,5,25,.6)}.xl\:bg-rose-950\/65{background-color:rgba(76,5,25,.65)}.xl\:bg-rose-950\/70{background-color:rgba(76,5,25,.7)}.xl\:bg-rose-950\/75{background-color:rgba(76,5,25,.75)}.xl\:bg-rose-950\/80{background-color:rgba(76,5,25,.8)}.xl\:bg-rose-950\/85{background-color:rgba(76,5,25,.85)}.xl\:bg-rose-950\/90{background-color:rgba(76,5,25,.9)}.xl\:bg-rose-950\/95{background-color:rgba(76,5,25,.95)}.xl\:bg-secondary{--tw-bg-opacity:1;background-color:rgba(4,33,49,var(--tw-bg-opacity))}.xl\:bg-secondary-dark-gray{--tw-bg-opacity:1;background-color:rgba(242,243,244,var(--tw-bg-opacity))}.xl\:bg-secondary-dark-gray\/0{background-color:hsla(210,8%,95%,0)}.xl\:bg-secondary-dark-gray\/10{background-color:hsla(210,8%,95%,.1)}.xl\:bg-secondary-dark-gray\/100{background-color:#f2f3f4}.xl\:bg-secondary-dark-gray\/15{background-color:hsla(210,8%,95%,.15)}.xl\:bg-secondary-dark-gray\/20{background-color:hsla(210,8%,95%,.2)}.xl\:bg-secondary-dark-gray\/25{background-color:hsla(210,8%,95%,.25)}.xl\:bg-secondary-dark-gray\/30{background-color:hsla(210,8%,95%,.3)}.xl\:bg-secondary-dark-gray\/35{background-color:hsla(210,8%,95%,.35)}.xl\:bg-secondary-dark-gray\/40{background-color:hsla(210,8%,95%,.4)}.xl\:bg-secondary-dark-gray\/45{background-color:hsla(210,8%,95%,.45)}.xl\:bg-secondary-dark-gray\/5{background-color:hsla(210,8%,95%,.05)}.xl\:bg-secondary-dark-gray\/50{background-color:hsla(210,8%,95%,.5)}.xl\:bg-secondary-dark-gray\/55{background-color:hsla(210,8%,95%,.55)}.xl\:bg-secondary-dark-gray\/60{background-color:hsla(210,8%,95%,.6)}.xl\:bg-secondary-dark-gray\/65{background-color:hsla(210,8%,95%,.65)}.xl\:bg-secondary-dark-gray\/70{background-color:hsla(210,8%,95%,.7)}.xl\:bg-secondary-dark-gray\/75{background-color:hsla(210,8%,95%,.75)}.xl\:bg-secondary-dark-gray\/80{background-color:hsla(210,8%,95%,.8)}.xl\:bg-secondary-dark-gray\/85{background-color:hsla(210,8%,95%,.85)}.xl\:bg-secondary-dark-gray\/90{background-color:hsla(210,8%,95%,.9)}.xl\:bg-secondary-dark-gray\/95{background-color:hsla(210,8%,95%,.95)}.xl\:bg-secondary-gray{--tw-bg-opacity:1;background-color:rgba(250,250,250,var(--tw-bg-opacity))}.xl\:bg-secondary-gray\/0{background-color:hsla(0,0%,98%,0)}.xl\:bg-secondary-gray\/10{background-color:hsla(0,0%,98%,.1)}.xl\:bg-secondary-gray\/100{background-color:#fafafa}.xl\:bg-secondary-gray\/15{background-color:hsla(0,0%,98%,.15)}.xl\:bg-secondary-gray\/20{background-color:hsla(0,0%,98%,.2)}.xl\:bg-secondary-gray\/25{background-color:hsla(0,0%,98%,.25)}.xl\:bg-secondary-gray\/30{background-color:hsla(0,0%,98%,.3)}.xl\:bg-secondary-gray\/35{background-color:hsla(0,0%,98%,.35)}.xl\:bg-secondary-gray\/40{background-color:hsla(0,0%,98%,.4)}.xl\:bg-secondary-gray\/45{background-color:hsla(0,0%,98%,.45)}.xl\:bg-secondary-gray\/5{background-color:hsla(0,0%,98%,.05)}.xl\:bg-secondary-gray\/50{background-color:hsla(0,0%,98%,.5)}.xl\:bg-secondary-gray\/55{background-color:hsla(0,0%,98%,.55)}.xl\:bg-secondary-gray\/60{background-color:hsla(0,0%,98%,.6)}.xl\:bg-secondary-gray\/65{background-color:hsla(0,0%,98%,.65)}.xl\:bg-secondary-gray\/70{background-color:hsla(0,0%,98%,.7)}.xl\:bg-secondary-gray\/75{background-color:hsla(0,0%,98%,.75)}.xl\:bg-secondary-gray\/80{background-color:hsla(0,0%,98%,.8)}.xl\:bg-secondary-gray\/85{background-color:hsla(0,0%,98%,.85)}.xl\:bg-secondary-gray\/90{background-color:hsla(0,0%,98%,.9)}.xl\:bg-secondary-gray\/95{background-color:hsla(0,0%,98%,.95)}.xl\:bg-secondary\/0{background-color:rgba(4,33,49,0)}.xl\:bg-secondary\/10{background-color:rgba(4,33,49,.1)}.xl\:bg-secondary\/100{background-color:#042131}.xl\:bg-secondary\/15{background-color:rgba(4,33,49,.15)}.xl\:bg-secondary\/20{background-color:rgba(4,33,49,.2)}.xl\:bg-secondary\/25{background-color:rgba(4,33,49,.25)}.xl\:bg-secondary\/30{background-color:rgba(4,33,49,.3)}.xl\:bg-secondary\/35{background-color:rgba(4,33,49,.35)}.xl\:bg-secondary\/40{background-color:rgba(4,33,49,.4)}.xl\:bg-secondary\/45{background-color:rgba(4,33,49,.45)}.xl\:bg-secondary\/5{background-color:rgba(4,33,49,.05)}.xl\:bg-secondary\/50{background-color:rgba(4,33,49,.5)}.xl\:bg-secondary\/55{background-color:rgba(4,33,49,.55)}.xl\:bg-secondary\/60{background-color:rgba(4,33,49,.6)}.xl\:bg-secondary\/65{background-color:rgba(4,33,49,.65)}.xl\:bg-secondary\/70{background-color:rgba(4,33,49,.7)}.xl\:bg-secondary\/75{background-color:rgba(4,33,49,.75)}.xl\:bg-secondary\/80{background-color:rgba(4,33,49,.8)}.xl\:bg-secondary\/85{background-color:rgba(4,33,49,.85)}.xl\:bg-secondary\/90{background-color:rgba(4,33,49,.9)}.xl\:bg-secondary\/95{background-color:rgba(4,33,49,.95)}.xl\:bg-sky-100{--tw-bg-opacity:1;background-color:rgba(224,242,254,var(--tw-bg-opacity))}.xl\:bg-sky-100\/0{background-color:rgba(224,242,254,0)}.xl\:bg-sky-100\/10{background-color:rgba(224,242,254,.1)}.xl\:bg-sky-100\/100{background-color:#e0f2fe}.xl\:bg-sky-100\/15{background-color:rgba(224,242,254,.15)}.xl\:bg-sky-100\/20{background-color:rgba(224,242,254,.2)}.xl\:bg-sky-100\/25{background-color:rgba(224,242,254,.25)}.xl\:bg-sky-100\/30{background-color:rgba(224,242,254,.3)}.xl\:bg-sky-100\/35{background-color:rgba(224,242,254,.35)}.xl\:bg-sky-100\/40{background-color:rgba(224,242,254,.4)}.xl\:bg-sky-100\/45{background-color:rgba(224,242,254,.45)}.xl\:bg-sky-100\/5{background-color:rgba(224,242,254,.05)}.xl\:bg-sky-100\/50{background-color:rgba(224,242,254,.5)}.xl\:bg-sky-100\/55{background-color:rgba(224,242,254,.55)}.xl\:bg-sky-100\/60{background-color:rgba(224,242,254,.6)}.xl\:bg-sky-100\/65{background-color:rgba(224,242,254,.65)}.xl\:bg-sky-100\/70{background-color:rgba(224,242,254,.7)}.xl\:bg-sky-100\/75{background-color:rgba(224,242,254,.75)}.xl\:bg-sky-100\/80{background-color:rgba(224,242,254,.8)}.xl\:bg-sky-100\/85{background-color:rgba(224,242,254,.85)}.xl\:bg-sky-100\/90{background-color:rgba(224,242,254,.9)}.xl\:bg-sky-100\/95{background-color:rgba(224,242,254,.95)}.xl\:bg-sky-200{--tw-bg-opacity:1;background-color:rgba(186,230,253,var(--tw-bg-opacity))}.xl\:bg-sky-200\/0{background-color:rgba(186,230,253,0)}.xl\:bg-sky-200\/10{background-color:rgba(186,230,253,.1)}.xl\:bg-sky-200\/100{background-color:#bae6fd}.xl\:bg-sky-200\/15{background-color:rgba(186,230,253,.15)}.xl\:bg-sky-200\/20{background-color:rgba(186,230,253,.2)}.xl\:bg-sky-200\/25{background-color:rgba(186,230,253,.25)}.xl\:bg-sky-200\/30{background-color:rgba(186,230,253,.3)}.xl\:bg-sky-200\/35{background-color:rgba(186,230,253,.35)}.xl\:bg-sky-200\/40{background-color:rgba(186,230,253,.4)}.xl\:bg-sky-200\/45{background-color:rgba(186,230,253,.45)}.xl\:bg-sky-200\/5{background-color:rgba(186,230,253,.05)}.xl\:bg-sky-200\/50{background-color:rgba(186,230,253,.5)}.xl\:bg-sky-200\/55{background-color:rgba(186,230,253,.55)}.xl\:bg-sky-200\/60{background-color:rgba(186,230,253,.6)}.xl\:bg-sky-200\/65{background-color:rgba(186,230,253,.65)}.xl\:bg-sky-200\/70{background-color:rgba(186,230,253,.7)}.xl\:bg-sky-200\/75{background-color:rgba(186,230,253,.75)}.xl\:bg-sky-200\/80{background-color:rgba(186,230,253,.8)}.xl\:bg-sky-200\/85{background-color:rgba(186,230,253,.85)}.xl\:bg-sky-200\/90{background-color:rgba(186,230,253,.9)}.xl\:bg-sky-200\/95{background-color:rgba(186,230,253,.95)}.xl\:bg-sky-300{--tw-bg-opacity:1;background-color:rgba(125,211,252,var(--tw-bg-opacity))}.xl\:bg-sky-300\/0{background-color:rgba(125,211,252,0)}.xl\:bg-sky-300\/10{background-color:rgba(125,211,252,.1)}.xl\:bg-sky-300\/100{background-color:#7dd3fc}.xl\:bg-sky-300\/15{background-color:rgba(125,211,252,.15)}.xl\:bg-sky-300\/20{background-color:rgba(125,211,252,.2)}.xl\:bg-sky-300\/25{background-color:rgba(125,211,252,.25)}.xl\:bg-sky-300\/30{background-color:rgba(125,211,252,.3)}.xl\:bg-sky-300\/35{background-color:rgba(125,211,252,.35)}.xl\:bg-sky-300\/40{background-color:rgba(125,211,252,.4)}.xl\:bg-sky-300\/45{background-color:rgba(125,211,252,.45)}.xl\:bg-sky-300\/5{background-color:rgba(125,211,252,.05)}.xl\:bg-sky-300\/50{background-color:rgba(125,211,252,.5)}.xl\:bg-sky-300\/55{background-color:rgba(125,211,252,.55)}.xl\:bg-sky-300\/60{background-color:rgba(125,211,252,.6)}.xl\:bg-sky-300\/65{background-color:rgba(125,211,252,.65)}.xl\:bg-sky-300\/70{background-color:rgba(125,211,252,.7)}.xl\:bg-sky-300\/75{background-color:rgba(125,211,252,.75)}.xl\:bg-sky-300\/80{background-color:rgba(125,211,252,.8)}.xl\:bg-sky-300\/85{background-color:rgba(125,211,252,.85)}.xl\:bg-sky-300\/90{background-color:rgba(125,211,252,.9)}.xl\:bg-sky-300\/95{background-color:rgba(125,211,252,.95)}.xl\:bg-sky-400{--tw-bg-opacity:1;background-color:rgba(56,189,248,var(--tw-bg-opacity))}.xl\:bg-sky-400\/0{background-color:rgba(56,189,248,0)}.xl\:bg-sky-400\/10{background-color:rgba(56,189,248,.1)}.xl\:bg-sky-400\/100{background-color:#38bdf8}.xl\:bg-sky-400\/15{background-color:rgba(56,189,248,.15)}.xl\:bg-sky-400\/20{background-color:rgba(56,189,248,.2)}.xl\:bg-sky-400\/25{background-color:rgba(56,189,248,.25)}.xl\:bg-sky-400\/30{background-color:rgba(56,189,248,.3)}.xl\:bg-sky-400\/35{background-color:rgba(56,189,248,.35)}.xl\:bg-sky-400\/40{background-color:rgba(56,189,248,.4)}.xl\:bg-sky-400\/45{background-color:rgba(56,189,248,.45)}.xl\:bg-sky-400\/5{background-color:rgba(56,189,248,.05)}.xl\:bg-sky-400\/50{background-color:rgba(56,189,248,.5)}.xl\:bg-sky-400\/55{background-color:rgba(56,189,248,.55)}.xl\:bg-sky-400\/60{background-color:rgba(56,189,248,.6)}.xl\:bg-sky-400\/65{background-color:rgba(56,189,248,.65)}.xl\:bg-sky-400\/70{background-color:rgba(56,189,248,.7)}.xl\:bg-sky-400\/75{background-color:rgba(56,189,248,.75)}.xl\:bg-sky-400\/80{background-color:rgba(56,189,248,.8)}.xl\:bg-sky-400\/85{background-color:rgba(56,189,248,.85)}.xl\:bg-sky-400\/90{background-color:rgba(56,189,248,.9)}.xl\:bg-sky-400\/95{background-color:rgba(56,189,248,.95)}.xl\:bg-sky-50{--tw-bg-opacity:1;background-color:rgba(240,249,255,var(--tw-bg-opacity))}.xl\:bg-sky-50\/0{background-color:rgba(240,249,255,0)}.xl\:bg-sky-50\/10{background-color:rgba(240,249,255,.1)}.xl\:bg-sky-50\/100{background-color:#f0f9ff}.xl\:bg-sky-50\/15{background-color:rgba(240,249,255,.15)}.xl\:bg-sky-50\/20{background-color:rgba(240,249,255,.2)}.xl\:bg-sky-50\/25{background-color:rgba(240,249,255,.25)}.xl\:bg-sky-50\/30{background-color:rgba(240,249,255,.3)}.xl\:bg-sky-50\/35{background-color:rgba(240,249,255,.35)}.xl\:bg-sky-50\/40{background-color:rgba(240,249,255,.4)}.xl\:bg-sky-50\/45{background-color:rgba(240,249,255,.45)}.xl\:bg-sky-50\/5{background-color:rgba(240,249,255,.05)}.xl\:bg-sky-50\/50{background-color:rgba(240,249,255,.5)}.xl\:bg-sky-50\/55{background-color:rgba(240,249,255,.55)}.xl\:bg-sky-50\/60{background-color:rgba(240,249,255,.6)}.xl\:bg-sky-50\/65{background-color:rgba(240,249,255,.65)}.xl\:bg-sky-50\/70{background-color:rgba(240,249,255,.7)}.xl\:bg-sky-50\/75{background-color:rgba(240,249,255,.75)}.xl\:bg-sky-50\/80{background-color:rgba(240,249,255,.8)}.xl\:bg-sky-50\/85{background-color:rgba(240,249,255,.85)}.xl\:bg-sky-50\/90{background-color:rgba(240,249,255,.9)}.xl\:bg-sky-50\/95{background-color:rgba(240,249,255,.95)}.xl\:bg-sky-500{--tw-bg-opacity:1;background-color:rgba(14,165,233,var(--tw-bg-opacity))}.xl\:bg-sky-500\/0{background-color:rgba(14,165,233,0)}.xl\:bg-sky-500\/10{background-color:rgba(14,165,233,.1)}.xl\:bg-sky-500\/100{background-color:#0ea5e9}.xl\:bg-sky-500\/15{background-color:rgba(14,165,233,.15)}.xl\:bg-sky-500\/20{background-color:rgba(14,165,233,.2)}.xl\:bg-sky-500\/25{background-color:rgba(14,165,233,.25)}.xl\:bg-sky-500\/30{background-color:rgba(14,165,233,.3)}.xl\:bg-sky-500\/35{background-color:rgba(14,165,233,.35)}.xl\:bg-sky-500\/40{background-color:rgba(14,165,233,.4)}.xl\:bg-sky-500\/45{background-color:rgba(14,165,233,.45)}.xl\:bg-sky-500\/5{background-color:rgba(14,165,233,.05)}.xl\:bg-sky-500\/50{background-color:rgba(14,165,233,.5)}.xl\:bg-sky-500\/55{background-color:rgba(14,165,233,.55)}.xl\:bg-sky-500\/60{background-color:rgba(14,165,233,.6)}.xl\:bg-sky-500\/65{background-color:rgba(14,165,233,.65)}.xl\:bg-sky-500\/70{background-color:rgba(14,165,233,.7)}.xl\:bg-sky-500\/75{background-color:rgba(14,165,233,.75)}.xl\:bg-sky-500\/80{background-color:rgba(14,165,233,.8)}.xl\:bg-sky-500\/85{background-color:rgba(14,165,233,.85)}.xl\:bg-sky-500\/90{background-color:rgba(14,165,233,.9)}.xl\:bg-sky-500\/95{background-color:rgba(14,165,233,.95)}.xl\:bg-sky-600{--tw-bg-opacity:1;background-color:rgba(2,132,199,var(--tw-bg-opacity))}.xl\:bg-sky-600\/0{background-color:rgba(2,132,199,0)}.xl\:bg-sky-600\/10{background-color:rgba(2,132,199,.1)}.xl\:bg-sky-600\/100{background-color:#0284c7}.xl\:bg-sky-600\/15{background-color:rgba(2,132,199,.15)}.xl\:bg-sky-600\/20{background-color:rgba(2,132,199,.2)}.xl\:bg-sky-600\/25{background-color:rgba(2,132,199,.25)}.xl\:bg-sky-600\/30{background-color:rgba(2,132,199,.3)}.xl\:bg-sky-600\/35{background-color:rgba(2,132,199,.35)}.xl\:bg-sky-600\/40{background-color:rgba(2,132,199,.4)}.xl\:bg-sky-600\/45{background-color:rgba(2,132,199,.45)}.xl\:bg-sky-600\/5{background-color:rgba(2,132,199,.05)}.xl\:bg-sky-600\/50{background-color:rgba(2,132,199,.5)}.xl\:bg-sky-600\/55{background-color:rgba(2,132,199,.55)}.xl\:bg-sky-600\/60{background-color:rgba(2,132,199,.6)}.xl\:bg-sky-600\/65{background-color:rgba(2,132,199,.65)}.xl\:bg-sky-600\/70{background-color:rgba(2,132,199,.7)}.xl\:bg-sky-600\/75{background-color:rgba(2,132,199,.75)}.xl\:bg-sky-600\/80{background-color:rgba(2,132,199,.8)}.xl\:bg-sky-600\/85{background-color:rgba(2,132,199,.85)}.xl\:bg-sky-600\/90{background-color:rgba(2,132,199,.9)}.xl\:bg-sky-600\/95{background-color:rgba(2,132,199,.95)}.xl\:bg-sky-700{--tw-bg-opacity:1;background-color:rgba(3,105,161,var(--tw-bg-opacity))}.xl\:bg-sky-700\/0{background-color:rgba(3,105,161,0)}.xl\:bg-sky-700\/10{background-color:rgba(3,105,161,.1)}.xl\:bg-sky-700\/100{background-color:#0369a1}.xl\:bg-sky-700\/15{background-color:rgba(3,105,161,.15)}.xl\:bg-sky-700\/20{background-color:rgba(3,105,161,.2)}.xl\:bg-sky-700\/25{background-color:rgba(3,105,161,.25)}.xl\:bg-sky-700\/30{background-color:rgba(3,105,161,.3)}.xl\:bg-sky-700\/35{background-color:rgba(3,105,161,.35)}.xl\:bg-sky-700\/40{background-color:rgba(3,105,161,.4)}.xl\:bg-sky-700\/45{background-color:rgba(3,105,161,.45)}.xl\:bg-sky-700\/5{background-color:rgba(3,105,161,.05)}.xl\:bg-sky-700\/50{background-color:rgba(3,105,161,.5)}.xl\:bg-sky-700\/55{background-color:rgba(3,105,161,.55)}.xl\:bg-sky-700\/60{background-color:rgba(3,105,161,.6)}.xl\:bg-sky-700\/65{background-color:rgba(3,105,161,.65)}.xl\:bg-sky-700\/70{background-color:rgba(3,105,161,.7)}.xl\:bg-sky-700\/75{background-color:rgba(3,105,161,.75)}.xl\:bg-sky-700\/80{background-color:rgba(3,105,161,.8)}.xl\:bg-sky-700\/85{background-color:rgba(3,105,161,.85)}.xl\:bg-sky-700\/90{background-color:rgba(3,105,161,.9)}.xl\:bg-sky-700\/95{background-color:rgba(3,105,161,.95)}.xl\:bg-sky-800{--tw-bg-opacity:1;background-color:rgba(7,89,133,var(--tw-bg-opacity))}.xl\:bg-sky-800\/0{background-color:rgba(7,89,133,0)}.xl\:bg-sky-800\/10{background-color:rgba(7,89,133,.1)}.xl\:bg-sky-800\/100{background-color:#075985}.xl\:bg-sky-800\/15{background-color:rgba(7,89,133,.15)}.xl\:bg-sky-800\/20{background-color:rgba(7,89,133,.2)}.xl\:bg-sky-800\/25{background-color:rgba(7,89,133,.25)}.xl\:bg-sky-800\/30{background-color:rgba(7,89,133,.3)}.xl\:bg-sky-800\/35{background-color:rgba(7,89,133,.35)}.xl\:bg-sky-800\/40{background-color:rgba(7,89,133,.4)}.xl\:bg-sky-800\/45{background-color:rgba(7,89,133,.45)}.xl\:bg-sky-800\/5{background-color:rgba(7,89,133,.05)}.xl\:bg-sky-800\/50{background-color:rgba(7,89,133,.5)}.xl\:bg-sky-800\/55{background-color:rgba(7,89,133,.55)}.xl\:bg-sky-800\/60{background-color:rgba(7,89,133,.6)}.xl\:bg-sky-800\/65{background-color:rgba(7,89,133,.65)}.xl\:bg-sky-800\/70{background-color:rgba(7,89,133,.7)}.xl\:bg-sky-800\/75{background-color:rgba(7,89,133,.75)}.xl\:bg-sky-800\/80{background-color:rgba(7,89,133,.8)}.xl\:bg-sky-800\/85{background-color:rgba(7,89,133,.85)}.xl\:bg-sky-800\/90{background-color:rgba(7,89,133,.9)}.xl\:bg-sky-800\/95{background-color:rgba(7,89,133,.95)}.xl\:bg-sky-900{--tw-bg-opacity:1;background-color:rgba(12,74,110,var(--tw-bg-opacity))}.xl\:bg-sky-900\/0{background-color:rgba(12,74,110,0)}.xl\:bg-sky-900\/10{background-color:rgba(12,74,110,.1)}.xl\:bg-sky-900\/100{background-color:#0c4a6e}.xl\:bg-sky-900\/15{background-color:rgba(12,74,110,.15)}.xl\:bg-sky-900\/20{background-color:rgba(12,74,110,.2)}.xl\:bg-sky-900\/25{background-color:rgba(12,74,110,.25)}.xl\:bg-sky-900\/30{background-color:rgba(12,74,110,.3)}.xl\:bg-sky-900\/35{background-color:rgba(12,74,110,.35)}.xl\:bg-sky-900\/40{background-color:rgba(12,74,110,.4)}.xl\:bg-sky-900\/45{background-color:rgba(12,74,110,.45)}.xl\:bg-sky-900\/5{background-color:rgba(12,74,110,.05)}.xl\:bg-sky-900\/50{background-color:rgba(12,74,110,.5)}.xl\:bg-sky-900\/55{background-color:rgba(12,74,110,.55)}.xl\:bg-sky-900\/60{background-color:rgba(12,74,110,.6)}.xl\:bg-sky-900\/65{background-color:rgba(12,74,110,.65)}.xl\:bg-sky-900\/70{background-color:rgba(12,74,110,.7)}.xl\:bg-sky-900\/75{background-color:rgba(12,74,110,.75)}.xl\:bg-sky-900\/80{background-color:rgba(12,74,110,.8)}.xl\:bg-sky-900\/85{background-color:rgba(12,74,110,.85)}.xl\:bg-sky-900\/90{background-color:rgba(12,74,110,.9)}.xl\:bg-sky-900\/95{background-color:rgba(12,74,110,.95)}.xl\:bg-sky-950{--tw-bg-opacity:1;background-color:rgba(8,47,73,var(--tw-bg-opacity))}.xl\:bg-sky-950\/0{background-color:rgba(8,47,73,0)}.xl\:bg-sky-950\/10{background-color:rgba(8,47,73,.1)}.xl\:bg-sky-950\/100{background-color:#082f49}.xl\:bg-sky-950\/15{background-color:rgba(8,47,73,.15)}.xl\:bg-sky-950\/20{background-color:rgba(8,47,73,.2)}.xl\:bg-sky-950\/25{background-color:rgba(8,47,73,.25)}.xl\:bg-sky-950\/30{background-color:rgba(8,47,73,.3)}.xl\:bg-sky-950\/35{background-color:rgba(8,47,73,.35)}.xl\:bg-sky-950\/40{background-color:rgba(8,47,73,.4)}.xl\:bg-sky-950\/45{background-color:rgba(8,47,73,.45)}.xl\:bg-sky-950\/5{background-color:rgba(8,47,73,.05)}.xl\:bg-sky-950\/50{background-color:rgba(8,47,73,.5)}.xl\:bg-sky-950\/55{background-color:rgba(8,47,73,.55)}.xl\:bg-sky-950\/60{background-color:rgba(8,47,73,.6)}.xl\:bg-sky-950\/65{background-color:rgba(8,47,73,.65)}.xl\:bg-sky-950\/70{background-color:rgba(8,47,73,.7)}.xl\:bg-sky-950\/75{background-color:rgba(8,47,73,.75)}.xl\:bg-sky-950\/80{background-color:rgba(8,47,73,.8)}.xl\:bg-sky-950\/85{background-color:rgba(8,47,73,.85)}.xl\:bg-sky-950\/90{background-color:rgba(8,47,73,.9)}.xl\:bg-sky-950\/95{background-color:rgba(8,47,73,.95)}.xl\:bg-slate-100{--tw-bg-opacity:1;background-color:rgba(241,245,249,var(--tw-bg-opacity))}.xl\:bg-slate-100\/0{background-color:rgba(241,245,249,0)}.xl\:bg-slate-100\/10{background-color:rgba(241,245,249,.1)}.xl\:bg-slate-100\/100{background-color:#f1f5f9}.xl\:bg-slate-100\/15{background-color:rgba(241,245,249,.15)}.xl\:bg-slate-100\/20{background-color:rgba(241,245,249,.2)}.xl\:bg-slate-100\/25{background-color:rgba(241,245,249,.25)}.xl\:bg-slate-100\/30{background-color:rgba(241,245,249,.3)}.xl\:bg-slate-100\/35{background-color:rgba(241,245,249,.35)}.xl\:bg-slate-100\/40{background-color:rgba(241,245,249,.4)}.xl\:bg-slate-100\/45{background-color:rgba(241,245,249,.45)}.xl\:bg-slate-100\/5{background-color:rgba(241,245,249,.05)}.xl\:bg-slate-100\/50{background-color:rgba(241,245,249,.5)}.xl\:bg-slate-100\/55{background-color:rgba(241,245,249,.55)}.xl\:bg-slate-100\/60{background-color:rgba(241,245,249,.6)}.xl\:bg-slate-100\/65{background-color:rgba(241,245,249,.65)}.xl\:bg-slate-100\/70{background-color:rgba(241,245,249,.7)}.xl\:bg-slate-100\/75{background-color:rgba(241,245,249,.75)}.xl\:bg-slate-100\/80{background-color:rgba(241,245,249,.8)}.xl\:bg-slate-100\/85{background-color:rgba(241,245,249,.85)}.xl\:bg-slate-100\/90{background-color:rgba(241,245,249,.9)}.xl\:bg-slate-100\/95{background-color:rgba(241,245,249,.95)}.xl\:bg-slate-200{--tw-bg-opacity:1;background-color:rgba(226,232,240,var(--tw-bg-opacity))}.xl\:bg-slate-200\/0{background-color:rgba(226,232,240,0)}.xl\:bg-slate-200\/10{background-color:rgba(226,232,240,.1)}.xl\:bg-slate-200\/100{background-color:#e2e8f0}.xl\:bg-slate-200\/15{background-color:rgba(226,232,240,.15)}.xl\:bg-slate-200\/20{background-color:rgba(226,232,240,.2)}.xl\:bg-slate-200\/25{background-color:rgba(226,232,240,.25)}.xl\:bg-slate-200\/30{background-color:rgba(226,232,240,.3)}.xl\:bg-slate-200\/35{background-color:rgba(226,232,240,.35)}.xl\:bg-slate-200\/40{background-color:rgba(226,232,240,.4)}.xl\:bg-slate-200\/45{background-color:rgba(226,232,240,.45)}.xl\:bg-slate-200\/5{background-color:rgba(226,232,240,.05)}.xl\:bg-slate-200\/50{background-color:rgba(226,232,240,.5)}.xl\:bg-slate-200\/55{background-color:rgba(226,232,240,.55)}.xl\:bg-slate-200\/60{background-color:rgba(226,232,240,.6)}.xl\:bg-slate-200\/65{background-color:rgba(226,232,240,.65)}.xl\:bg-slate-200\/70{background-color:rgba(226,232,240,.7)}.xl\:bg-slate-200\/75{background-color:rgba(226,232,240,.75)}.xl\:bg-slate-200\/80{background-color:rgba(226,232,240,.8)}.xl\:bg-slate-200\/85{background-color:rgba(226,232,240,.85)}.xl\:bg-slate-200\/90{background-color:rgba(226,232,240,.9)}.xl\:bg-slate-200\/95{background-color:rgba(226,232,240,.95)}.xl\:bg-slate-300{--tw-bg-opacity:1;background-color:rgba(203,213,225,var(--tw-bg-opacity))}.xl\:bg-slate-300\/0{background-color:rgba(203,213,225,0)}.xl\:bg-slate-300\/10{background-color:rgba(203,213,225,.1)}.xl\:bg-slate-300\/100{background-color:#cbd5e1}.xl\:bg-slate-300\/15{background-color:rgba(203,213,225,.15)}.xl\:bg-slate-300\/20{background-color:rgba(203,213,225,.2)}.xl\:bg-slate-300\/25{background-color:rgba(203,213,225,.25)}.xl\:bg-slate-300\/30{background-color:rgba(203,213,225,.3)}.xl\:bg-slate-300\/35{background-color:rgba(203,213,225,.35)}.xl\:bg-slate-300\/40{background-color:rgba(203,213,225,.4)}.xl\:bg-slate-300\/45{background-color:rgba(203,213,225,.45)}.xl\:bg-slate-300\/5{background-color:rgba(203,213,225,.05)}.xl\:bg-slate-300\/50{background-color:rgba(203,213,225,.5)}.xl\:bg-slate-300\/55{background-color:rgba(203,213,225,.55)}.xl\:bg-slate-300\/60{background-color:rgba(203,213,225,.6)}.xl\:bg-slate-300\/65{background-color:rgba(203,213,225,.65)}.xl\:bg-slate-300\/70{background-color:rgba(203,213,225,.7)}.xl\:bg-slate-300\/75{background-color:rgba(203,213,225,.75)}.xl\:bg-slate-300\/80{background-color:rgba(203,213,225,.8)}.xl\:bg-slate-300\/85{background-color:rgba(203,213,225,.85)}.xl\:bg-slate-300\/90{background-color:rgba(203,213,225,.9)}.xl\:bg-slate-300\/95{background-color:rgba(203,213,225,.95)}.xl\:bg-slate-400{--tw-bg-opacity:1;background-color:rgba(148,163,184,var(--tw-bg-opacity))}.xl\:bg-slate-400\/0{background-color:rgba(148,163,184,0)}.xl\:bg-slate-400\/10{background-color:rgba(148,163,184,.1)}.xl\:bg-slate-400\/100{background-color:#94a3b8}.xl\:bg-slate-400\/15{background-color:rgba(148,163,184,.15)}.xl\:bg-slate-400\/20{background-color:rgba(148,163,184,.2)}.xl\:bg-slate-400\/25{background-color:rgba(148,163,184,.25)}.xl\:bg-slate-400\/30{background-color:rgba(148,163,184,.3)}.xl\:bg-slate-400\/35{background-color:rgba(148,163,184,.35)}.xl\:bg-slate-400\/40{background-color:rgba(148,163,184,.4)}.xl\:bg-slate-400\/45{background-color:rgba(148,163,184,.45)}.xl\:bg-slate-400\/5{background-color:rgba(148,163,184,.05)}.xl\:bg-slate-400\/50{background-color:rgba(148,163,184,.5)}.xl\:bg-slate-400\/55{background-color:rgba(148,163,184,.55)}.xl\:bg-slate-400\/60{background-color:rgba(148,163,184,.6)}.xl\:bg-slate-400\/65{background-color:rgba(148,163,184,.65)}.xl\:bg-slate-400\/70{background-color:rgba(148,163,184,.7)}.xl\:bg-slate-400\/75{background-color:rgba(148,163,184,.75)}.xl\:bg-slate-400\/80{background-color:rgba(148,163,184,.8)}.xl\:bg-slate-400\/85{background-color:rgba(148,163,184,.85)}.xl\:bg-slate-400\/90{background-color:rgba(148,163,184,.9)}.xl\:bg-slate-400\/95{background-color:rgba(148,163,184,.95)}.xl\:bg-slate-50{--tw-bg-opacity:1;background-color:rgba(248,250,252,var(--tw-bg-opacity))}.xl\:bg-slate-50\/0{background-color:rgba(248,250,252,0)}.xl\:bg-slate-50\/10{background-color:rgba(248,250,252,.1)}.xl\:bg-slate-50\/100{background-color:#f8fafc}.xl\:bg-slate-50\/15{background-color:rgba(248,250,252,.15)}.xl\:bg-slate-50\/20{background-color:rgba(248,250,252,.2)}.xl\:bg-slate-50\/25{background-color:rgba(248,250,252,.25)}.xl\:bg-slate-50\/30{background-color:rgba(248,250,252,.3)}.xl\:bg-slate-50\/35{background-color:rgba(248,250,252,.35)}.xl\:bg-slate-50\/40{background-color:rgba(248,250,252,.4)}.xl\:bg-slate-50\/45{background-color:rgba(248,250,252,.45)}.xl\:bg-slate-50\/5{background-color:rgba(248,250,252,.05)}.xl\:bg-slate-50\/50{background-color:rgba(248,250,252,.5)}.xl\:bg-slate-50\/55{background-color:rgba(248,250,252,.55)}.xl\:bg-slate-50\/60{background-color:rgba(248,250,252,.6)}.xl\:bg-slate-50\/65{background-color:rgba(248,250,252,.65)}.xl\:bg-slate-50\/70{background-color:rgba(248,250,252,.7)}.xl\:bg-slate-50\/75{background-color:rgba(248,250,252,.75)}.xl\:bg-slate-50\/80{background-color:rgba(248,250,252,.8)}.xl\:bg-slate-50\/85{background-color:rgba(248,250,252,.85)}.xl\:bg-slate-50\/90{background-color:rgba(248,250,252,.9)}.xl\:bg-slate-50\/95{background-color:rgba(248,250,252,.95)}.xl\:bg-slate-500{--tw-bg-opacity:1;background-color:rgba(100,116,139,var(--tw-bg-opacity))}.xl\:bg-slate-500\/0{background-color:rgba(100,116,139,0)}.xl\:bg-slate-500\/10{background-color:rgba(100,116,139,.1)}.xl\:bg-slate-500\/100{background-color:#64748b}.xl\:bg-slate-500\/15{background-color:rgba(100,116,139,.15)}.xl\:bg-slate-500\/20{background-color:rgba(100,116,139,.2)}.xl\:bg-slate-500\/25{background-color:rgba(100,116,139,.25)}.xl\:bg-slate-500\/30{background-color:rgba(100,116,139,.3)}.xl\:bg-slate-500\/35{background-color:rgba(100,116,139,.35)}.xl\:bg-slate-500\/40{background-color:rgba(100,116,139,.4)}.xl\:bg-slate-500\/45{background-color:rgba(100,116,139,.45)}.xl\:bg-slate-500\/5{background-color:rgba(100,116,139,.05)}.xl\:bg-slate-500\/50{background-color:rgba(100,116,139,.5)}.xl\:bg-slate-500\/55{background-color:rgba(100,116,139,.55)}.xl\:bg-slate-500\/60{background-color:rgba(100,116,139,.6)}.xl\:bg-slate-500\/65{background-color:rgba(100,116,139,.65)}.xl\:bg-slate-500\/70{background-color:rgba(100,116,139,.7)}.xl\:bg-slate-500\/75{background-color:rgba(100,116,139,.75)}.xl\:bg-slate-500\/80{background-color:rgba(100,116,139,.8)}.xl\:bg-slate-500\/85{background-color:rgba(100,116,139,.85)}.xl\:bg-slate-500\/90{background-color:rgba(100,116,139,.9)}.xl\:bg-slate-500\/95{background-color:rgba(100,116,139,.95)}.xl\:bg-slate-600{--tw-bg-opacity:1;background-color:rgba(71,85,105,var(--tw-bg-opacity))}.xl\:bg-slate-600\/0{background-color:rgba(71,85,105,0)}.xl\:bg-slate-600\/10{background-color:rgba(71,85,105,.1)}.xl\:bg-slate-600\/100{background-color:#475569}.xl\:bg-slate-600\/15{background-color:rgba(71,85,105,.15)}.xl\:bg-slate-600\/20{background-color:rgba(71,85,105,.2)}.xl\:bg-slate-600\/25{background-color:rgba(71,85,105,.25)}.xl\:bg-slate-600\/30{background-color:rgba(71,85,105,.3)}.xl\:bg-slate-600\/35{background-color:rgba(71,85,105,.35)}.xl\:bg-slate-600\/40{background-color:rgba(71,85,105,.4)}.xl\:bg-slate-600\/45{background-color:rgba(71,85,105,.45)}.xl\:bg-slate-600\/5{background-color:rgba(71,85,105,.05)}.xl\:bg-slate-600\/50{background-color:rgba(71,85,105,.5)}.xl\:bg-slate-600\/55{background-color:rgba(71,85,105,.55)}.xl\:bg-slate-600\/60{background-color:rgba(71,85,105,.6)}.xl\:bg-slate-600\/65{background-color:rgba(71,85,105,.65)}.xl\:bg-slate-600\/70{background-color:rgba(71,85,105,.7)}.xl\:bg-slate-600\/75{background-color:rgba(71,85,105,.75)}.xl\:bg-slate-600\/80{background-color:rgba(71,85,105,.8)}.xl\:bg-slate-600\/85{background-color:rgba(71,85,105,.85)}.xl\:bg-slate-600\/90{background-color:rgba(71,85,105,.9)}.xl\:bg-slate-600\/95{background-color:rgba(71,85,105,.95)}.xl\:bg-slate-700{--tw-bg-opacity:1;background-color:rgba(51,65,85,var(--tw-bg-opacity))}.xl\:bg-slate-700\/0{background-color:rgba(51,65,85,0)}.xl\:bg-slate-700\/10{background-color:rgba(51,65,85,.1)}.xl\:bg-slate-700\/100{background-color:#334155}.xl\:bg-slate-700\/15{background-color:rgba(51,65,85,.15)}.xl\:bg-slate-700\/20{background-color:rgba(51,65,85,.2)}.xl\:bg-slate-700\/25{background-color:rgba(51,65,85,.25)}.xl\:bg-slate-700\/30{background-color:rgba(51,65,85,.3)}.xl\:bg-slate-700\/35{background-color:rgba(51,65,85,.35)}.xl\:bg-slate-700\/40{background-color:rgba(51,65,85,.4)}.xl\:bg-slate-700\/45{background-color:rgba(51,65,85,.45)}.xl\:bg-slate-700\/5{background-color:rgba(51,65,85,.05)}.xl\:bg-slate-700\/50{background-color:rgba(51,65,85,.5)}.xl\:bg-slate-700\/55{background-color:rgba(51,65,85,.55)}.xl\:bg-slate-700\/60{background-color:rgba(51,65,85,.6)}.xl\:bg-slate-700\/65{background-color:rgba(51,65,85,.65)}.xl\:bg-slate-700\/70{background-color:rgba(51,65,85,.7)}.xl\:bg-slate-700\/75{background-color:rgba(51,65,85,.75)}.xl\:bg-slate-700\/80{background-color:rgba(51,65,85,.8)}.xl\:bg-slate-700\/85{background-color:rgba(51,65,85,.85)}.xl\:bg-slate-700\/90{background-color:rgba(51,65,85,.9)}.xl\:bg-slate-700\/95{background-color:rgba(51,65,85,.95)}.xl\:bg-slate-800{--tw-bg-opacity:1;background-color:rgba(30,41,59,var(--tw-bg-opacity))}.xl\:bg-slate-800\/0{background-color:rgba(30,41,59,0)}.xl\:bg-slate-800\/10{background-color:rgba(30,41,59,.1)}.xl\:bg-slate-800\/100{background-color:#1e293b}.xl\:bg-slate-800\/15{background-color:rgba(30,41,59,.15)}.xl\:bg-slate-800\/20{background-color:rgba(30,41,59,.2)}.xl\:bg-slate-800\/25{background-color:rgba(30,41,59,.25)}.xl\:bg-slate-800\/30{background-color:rgba(30,41,59,.3)}.xl\:bg-slate-800\/35{background-color:rgba(30,41,59,.35)}.xl\:bg-slate-800\/40{background-color:rgba(30,41,59,.4)}.xl\:bg-slate-800\/45{background-color:rgba(30,41,59,.45)}.xl\:bg-slate-800\/5{background-color:rgba(30,41,59,.05)}.xl\:bg-slate-800\/50{background-color:rgba(30,41,59,.5)}.xl\:bg-slate-800\/55{background-color:rgba(30,41,59,.55)}.xl\:bg-slate-800\/60{background-color:rgba(30,41,59,.6)}.xl\:bg-slate-800\/65{background-color:rgba(30,41,59,.65)}.xl\:bg-slate-800\/70{background-color:rgba(30,41,59,.7)}.xl\:bg-slate-800\/75{background-color:rgba(30,41,59,.75)}.xl\:bg-slate-800\/80{background-color:rgba(30,41,59,.8)}.xl\:bg-slate-800\/85{background-color:rgba(30,41,59,.85)}.xl\:bg-slate-800\/90{background-color:rgba(30,41,59,.9)}.xl\:bg-slate-800\/95{background-color:rgba(30,41,59,.95)}.xl\:bg-slate-900{--tw-bg-opacity:1;background-color:rgba(15,23,42,var(--tw-bg-opacity))}.xl\:bg-slate-900\/0{background-color:rgba(15,23,42,0)}.xl\:bg-slate-900\/10{background-color:rgba(15,23,42,.1)}.xl\:bg-slate-900\/100{background-color:#0f172a}.xl\:bg-slate-900\/15{background-color:rgba(15,23,42,.15)}.xl\:bg-slate-900\/20{background-color:rgba(15,23,42,.2)}.xl\:bg-slate-900\/25{background-color:rgba(15,23,42,.25)}.xl\:bg-slate-900\/30{background-color:rgba(15,23,42,.3)}.xl\:bg-slate-900\/35{background-color:rgba(15,23,42,.35)}.xl\:bg-slate-900\/40{background-color:rgba(15,23,42,.4)}.xl\:bg-slate-900\/45{background-color:rgba(15,23,42,.45)}.xl\:bg-slate-900\/5{background-color:rgba(15,23,42,.05)}.xl\:bg-slate-900\/50{background-color:rgba(15,23,42,.5)}.xl\:bg-slate-900\/55{background-color:rgba(15,23,42,.55)}.xl\:bg-slate-900\/60{background-color:rgba(15,23,42,.6)}.xl\:bg-slate-900\/65{background-color:rgba(15,23,42,.65)}.xl\:bg-slate-900\/70{background-color:rgba(15,23,42,.7)}.xl\:bg-slate-900\/75{background-color:rgba(15,23,42,.75)}.xl\:bg-slate-900\/80{background-color:rgba(15,23,42,.8)}.xl\:bg-slate-900\/85{background-color:rgba(15,23,42,.85)}.xl\:bg-slate-900\/90{background-color:rgba(15,23,42,.9)}.xl\:bg-slate-900\/95{background-color:rgba(15,23,42,.95)}.xl\:bg-slate-950{--tw-bg-opacity:1;background-color:rgba(2,6,23,var(--tw-bg-opacity))}.xl\:bg-slate-950\/0{background-color:rgba(2,6,23,0)}.xl\:bg-slate-950\/10{background-color:rgba(2,6,23,.1)}.xl\:bg-slate-950\/100{background-color:#020617}.xl\:bg-slate-950\/15{background-color:rgba(2,6,23,.15)}.xl\:bg-slate-950\/20{background-color:rgba(2,6,23,.2)}.xl\:bg-slate-950\/25{background-color:rgba(2,6,23,.25)}.xl\:bg-slate-950\/30{background-color:rgba(2,6,23,.3)}.xl\:bg-slate-950\/35{background-color:rgba(2,6,23,.35)}.xl\:bg-slate-950\/40{background-color:rgba(2,6,23,.4)}.xl\:bg-slate-950\/45{background-color:rgba(2,6,23,.45)}.xl\:bg-slate-950\/5{background-color:rgba(2,6,23,.05)}.xl\:bg-slate-950\/50{background-color:rgba(2,6,23,.5)}.xl\:bg-slate-950\/55{background-color:rgba(2,6,23,.55)}.xl\:bg-slate-950\/60{background-color:rgba(2,6,23,.6)}.xl\:bg-slate-950\/65{background-color:rgba(2,6,23,.65)}.xl\:bg-slate-950\/70{background-color:rgba(2,6,23,.7)}.xl\:bg-slate-950\/75{background-color:rgba(2,6,23,.75)}.xl\:bg-slate-950\/80{background-color:rgba(2,6,23,.8)}.xl\:bg-slate-950\/85{background-color:rgba(2,6,23,.85)}.xl\:bg-slate-950\/90{background-color:rgba(2,6,23,.9)}.xl\:bg-slate-950\/95{background-color:rgba(2,6,23,.95)}.xl\:bg-stone-100{--tw-bg-opacity:1;background-color:rgba(245,245,244,var(--tw-bg-opacity))}.xl\:bg-stone-100\/0{background-color:hsla(60,5%,96%,0)}.xl\:bg-stone-100\/10{background-color:hsla(60,5%,96%,.1)}.xl\:bg-stone-100\/100{background-color:#f5f5f4}.xl\:bg-stone-100\/15{background-color:hsla(60,5%,96%,.15)}.xl\:bg-stone-100\/20{background-color:hsla(60,5%,96%,.2)}.xl\:bg-stone-100\/25{background-color:hsla(60,5%,96%,.25)}.xl\:bg-stone-100\/30{background-color:hsla(60,5%,96%,.3)}.xl\:bg-stone-100\/35{background-color:hsla(60,5%,96%,.35)}.xl\:bg-stone-100\/40{background-color:hsla(60,5%,96%,.4)}.xl\:bg-stone-100\/45{background-color:hsla(60,5%,96%,.45)}.xl\:bg-stone-100\/5{background-color:hsla(60,5%,96%,.05)}.xl\:bg-stone-100\/50{background-color:hsla(60,5%,96%,.5)}.xl\:bg-stone-100\/55{background-color:hsla(60,5%,96%,.55)}.xl\:bg-stone-100\/60{background-color:hsla(60,5%,96%,.6)}.xl\:bg-stone-100\/65{background-color:hsla(60,5%,96%,.65)}.xl\:bg-stone-100\/70{background-color:hsla(60,5%,96%,.7)}.xl\:bg-stone-100\/75{background-color:hsla(60,5%,96%,.75)}.xl\:bg-stone-100\/80{background-color:hsla(60,5%,96%,.8)}.xl\:bg-stone-100\/85{background-color:hsla(60,5%,96%,.85)}.xl\:bg-stone-100\/90{background-color:hsla(60,5%,96%,.9)}.xl\:bg-stone-100\/95{background-color:hsla(60,5%,96%,.95)}.xl\:bg-stone-200{--tw-bg-opacity:1;background-color:rgba(231,229,228,var(--tw-bg-opacity))}.xl\:bg-stone-200\/0{background-color:hsla(20,6%,90%,0)}.xl\:bg-stone-200\/10{background-color:hsla(20,6%,90%,.1)}.xl\:bg-stone-200\/100{background-color:#e7e5e4}.xl\:bg-stone-200\/15{background-color:hsla(20,6%,90%,.15)}.xl\:bg-stone-200\/20{background-color:hsla(20,6%,90%,.2)}.xl\:bg-stone-200\/25{background-color:hsla(20,6%,90%,.25)}.xl\:bg-stone-200\/30{background-color:hsla(20,6%,90%,.3)}.xl\:bg-stone-200\/35{background-color:hsla(20,6%,90%,.35)}.xl\:bg-stone-200\/40{background-color:hsla(20,6%,90%,.4)}.xl\:bg-stone-200\/45{background-color:hsla(20,6%,90%,.45)}.xl\:bg-stone-200\/5{background-color:hsla(20,6%,90%,.05)}.xl\:bg-stone-200\/50{background-color:hsla(20,6%,90%,.5)}.xl\:bg-stone-200\/55{background-color:hsla(20,6%,90%,.55)}.xl\:bg-stone-200\/60{background-color:hsla(20,6%,90%,.6)}.xl\:bg-stone-200\/65{background-color:hsla(20,6%,90%,.65)}.xl\:bg-stone-200\/70{background-color:hsla(20,6%,90%,.7)}.xl\:bg-stone-200\/75{background-color:hsla(20,6%,90%,.75)}.xl\:bg-stone-200\/80{background-color:hsla(20,6%,90%,.8)}.xl\:bg-stone-200\/85{background-color:hsla(20,6%,90%,.85)}.xl\:bg-stone-200\/90{background-color:hsla(20,6%,90%,.9)}.xl\:bg-stone-200\/95{background-color:hsla(20,6%,90%,.95)}.xl\:bg-stone-300{--tw-bg-opacity:1;background-color:rgba(214,211,209,var(--tw-bg-opacity))}.xl\:bg-stone-300\/0{background-color:hsla(24,6%,83%,0)}.xl\:bg-stone-300\/10{background-color:hsla(24,6%,83%,.1)}.xl\:bg-stone-300\/100{background-color:#d6d3d1}.xl\:bg-stone-300\/15{background-color:hsla(24,6%,83%,.15)}.xl\:bg-stone-300\/20{background-color:hsla(24,6%,83%,.2)}.xl\:bg-stone-300\/25{background-color:hsla(24,6%,83%,.25)}.xl\:bg-stone-300\/30{background-color:hsla(24,6%,83%,.3)}.xl\:bg-stone-300\/35{background-color:hsla(24,6%,83%,.35)}.xl\:bg-stone-300\/40{background-color:hsla(24,6%,83%,.4)}.xl\:bg-stone-300\/45{background-color:hsla(24,6%,83%,.45)}.xl\:bg-stone-300\/5{background-color:hsla(24,6%,83%,.05)}.xl\:bg-stone-300\/50{background-color:hsla(24,6%,83%,.5)}.xl\:bg-stone-300\/55{background-color:hsla(24,6%,83%,.55)}.xl\:bg-stone-300\/60{background-color:hsla(24,6%,83%,.6)}.xl\:bg-stone-300\/65{background-color:hsla(24,6%,83%,.65)}.xl\:bg-stone-300\/70{background-color:hsla(24,6%,83%,.7)}.xl\:bg-stone-300\/75{background-color:hsla(24,6%,83%,.75)}.xl\:bg-stone-300\/80{background-color:hsla(24,6%,83%,.8)}.xl\:bg-stone-300\/85{background-color:hsla(24,6%,83%,.85)}.xl\:bg-stone-300\/90{background-color:hsla(24,6%,83%,.9)}.xl\:bg-stone-300\/95{background-color:hsla(24,6%,83%,.95)}.xl\:bg-stone-400{--tw-bg-opacity:1;background-color:rgba(168,162,158,var(--tw-bg-opacity))}.xl\:bg-stone-400\/0{background-color:hsla(24,5%,64%,0)}.xl\:bg-stone-400\/10{background-color:hsla(24,5%,64%,.1)}.xl\:bg-stone-400\/100{background-color:#a8a29e}.xl\:bg-stone-400\/15{background-color:hsla(24,5%,64%,.15)}.xl\:bg-stone-400\/20{background-color:hsla(24,5%,64%,.2)}.xl\:bg-stone-400\/25{background-color:hsla(24,5%,64%,.25)}.xl\:bg-stone-400\/30{background-color:hsla(24,5%,64%,.3)}.xl\:bg-stone-400\/35{background-color:hsla(24,5%,64%,.35)}.xl\:bg-stone-400\/40{background-color:hsla(24,5%,64%,.4)}.xl\:bg-stone-400\/45{background-color:hsla(24,5%,64%,.45)}.xl\:bg-stone-400\/5{background-color:hsla(24,5%,64%,.05)}.xl\:bg-stone-400\/50{background-color:hsla(24,5%,64%,.5)}.xl\:bg-stone-400\/55{background-color:hsla(24,5%,64%,.55)}.xl\:bg-stone-400\/60{background-color:hsla(24,5%,64%,.6)}.xl\:bg-stone-400\/65{background-color:hsla(24,5%,64%,.65)}.xl\:bg-stone-400\/70{background-color:hsla(24,5%,64%,.7)}.xl\:bg-stone-400\/75{background-color:hsla(24,5%,64%,.75)}.xl\:bg-stone-400\/80{background-color:hsla(24,5%,64%,.8)}.xl\:bg-stone-400\/85{background-color:hsla(24,5%,64%,.85)}.xl\:bg-stone-400\/90{background-color:hsla(24,5%,64%,.9)}.xl\:bg-stone-400\/95{background-color:hsla(24,5%,64%,.95)}.xl\:bg-stone-50{--tw-bg-opacity:1;background-color:rgba(250,250,249,var(--tw-bg-opacity))}.xl\:bg-stone-50\/0{background-color:hsla(60,9%,98%,0)}.xl\:bg-stone-50\/10{background-color:hsla(60,9%,98%,.1)}.xl\:bg-stone-50\/100{background-color:#fafaf9}.xl\:bg-stone-50\/15{background-color:hsla(60,9%,98%,.15)}.xl\:bg-stone-50\/20{background-color:hsla(60,9%,98%,.2)}.xl\:bg-stone-50\/25{background-color:hsla(60,9%,98%,.25)}.xl\:bg-stone-50\/30{background-color:hsla(60,9%,98%,.3)}.xl\:bg-stone-50\/35{background-color:hsla(60,9%,98%,.35)}.xl\:bg-stone-50\/40{background-color:hsla(60,9%,98%,.4)}.xl\:bg-stone-50\/45{background-color:hsla(60,9%,98%,.45)}.xl\:bg-stone-50\/5{background-color:hsla(60,9%,98%,.05)}.xl\:bg-stone-50\/50{background-color:hsla(60,9%,98%,.5)}.xl\:bg-stone-50\/55{background-color:hsla(60,9%,98%,.55)}.xl\:bg-stone-50\/60{background-color:hsla(60,9%,98%,.6)}.xl\:bg-stone-50\/65{background-color:hsla(60,9%,98%,.65)}.xl\:bg-stone-50\/70{background-color:hsla(60,9%,98%,.7)}.xl\:bg-stone-50\/75{background-color:hsla(60,9%,98%,.75)}.xl\:bg-stone-50\/80{background-color:hsla(60,9%,98%,.8)}.xl\:bg-stone-50\/85{background-color:hsla(60,9%,98%,.85)}.xl\:bg-stone-50\/90{background-color:hsla(60,9%,98%,.9)}.xl\:bg-stone-50\/95{background-color:hsla(60,9%,98%,.95)}.xl\:bg-stone-500{--tw-bg-opacity:1;background-color:rgba(120,113,108,var(--tw-bg-opacity))}.xl\:bg-stone-500\/0{background-color:hsla(25,5%,45%,0)}.xl\:bg-stone-500\/10{background-color:hsla(25,5%,45%,.1)}.xl\:bg-stone-500\/100{background-color:#78716c}.xl\:bg-stone-500\/15{background-color:hsla(25,5%,45%,.15)}.xl\:bg-stone-500\/20{background-color:hsla(25,5%,45%,.2)}.xl\:bg-stone-500\/25{background-color:hsla(25,5%,45%,.25)}.xl\:bg-stone-500\/30{background-color:hsla(25,5%,45%,.3)}.xl\:bg-stone-500\/35{background-color:hsla(25,5%,45%,.35)}.xl\:bg-stone-500\/40{background-color:hsla(25,5%,45%,.4)}.xl\:bg-stone-500\/45{background-color:hsla(25,5%,45%,.45)}.xl\:bg-stone-500\/5{background-color:hsla(25,5%,45%,.05)}.xl\:bg-stone-500\/50{background-color:hsla(25,5%,45%,.5)}.xl\:bg-stone-500\/55{background-color:hsla(25,5%,45%,.55)}.xl\:bg-stone-500\/60{background-color:hsla(25,5%,45%,.6)}.xl\:bg-stone-500\/65{background-color:hsla(25,5%,45%,.65)}.xl\:bg-stone-500\/70{background-color:hsla(25,5%,45%,.7)}.xl\:bg-stone-500\/75{background-color:hsla(25,5%,45%,.75)}.xl\:bg-stone-500\/80{background-color:hsla(25,5%,45%,.8)}.xl\:bg-stone-500\/85{background-color:hsla(25,5%,45%,.85)}.xl\:bg-stone-500\/90{background-color:hsla(25,5%,45%,.9)}.xl\:bg-stone-500\/95{background-color:hsla(25,5%,45%,.95)}.xl\:bg-stone-600{--tw-bg-opacity:1;background-color:rgba(87,83,78,var(--tw-bg-opacity))}.xl\:bg-stone-600\/0{background-color:rgba(87,83,78,0)}.xl\:bg-stone-600\/10{background-color:rgba(87,83,78,.1)}.xl\:bg-stone-600\/100{background-color:#57534e}.xl\:bg-stone-600\/15{background-color:rgba(87,83,78,.15)}.xl\:bg-stone-600\/20{background-color:rgba(87,83,78,.2)}.xl\:bg-stone-600\/25{background-color:rgba(87,83,78,.25)}.xl\:bg-stone-600\/30{background-color:rgba(87,83,78,.3)}.xl\:bg-stone-600\/35{background-color:rgba(87,83,78,.35)}.xl\:bg-stone-600\/40{background-color:rgba(87,83,78,.4)}.xl\:bg-stone-600\/45{background-color:rgba(87,83,78,.45)}.xl\:bg-stone-600\/5{background-color:rgba(87,83,78,.05)}.xl\:bg-stone-600\/50{background-color:rgba(87,83,78,.5)}.xl\:bg-stone-600\/55{background-color:rgba(87,83,78,.55)}.xl\:bg-stone-600\/60{background-color:rgba(87,83,78,.6)}.xl\:bg-stone-600\/65{background-color:rgba(87,83,78,.65)}.xl\:bg-stone-600\/70{background-color:rgba(87,83,78,.7)}.xl\:bg-stone-600\/75{background-color:rgba(87,83,78,.75)}.xl\:bg-stone-600\/80{background-color:rgba(87,83,78,.8)}.xl\:bg-stone-600\/85{background-color:rgba(87,83,78,.85)}.xl\:bg-stone-600\/90{background-color:rgba(87,83,78,.9)}.xl\:bg-stone-600\/95{background-color:rgba(87,83,78,.95)}.xl\:bg-stone-700{--tw-bg-opacity:1;background-color:rgba(68,64,60,var(--tw-bg-opacity))}.xl\:bg-stone-700\/0{background-color:rgba(68,64,60,0)}.xl\:bg-stone-700\/10{background-color:rgba(68,64,60,.1)}.xl\:bg-stone-700\/100{background-color:#44403c}.xl\:bg-stone-700\/15{background-color:rgba(68,64,60,.15)}.xl\:bg-stone-700\/20{background-color:rgba(68,64,60,.2)}.xl\:bg-stone-700\/25{background-color:rgba(68,64,60,.25)}.xl\:bg-stone-700\/30{background-color:rgba(68,64,60,.3)}.xl\:bg-stone-700\/35{background-color:rgba(68,64,60,.35)}.xl\:bg-stone-700\/40{background-color:rgba(68,64,60,.4)}.xl\:bg-stone-700\/45{background-color:rgba(68,64,60,.45)}.xl\:bg-stone-700\/5{background-color:rgba(68,64,60,.05)}.xl\:bg-stone-700\/50{background-color:rgba(68,64,60,.5)}.xl\:bg-stone-700\/55{background-color:rgba(68,64,60,.55)}.xl\:bg-stone-700\/60{background-color:rgba(68,64,60,.6)}.xl\:bg-stone-700\/65{background-color:rgba(68,64,60,.65)}.xl\:bg-stone-700\/70{background-color:rgba(68,64,60,.7)}.xl\:bg-stone-700\/75{background-color:rgba(68,64,60,.75)}.xl\:bg-stone-700\/80{background-color:rgba(68,64,60,.8)}.xl\:bg-stone-700\/85{background-color:rgba(68,64,60,.85)}.xl\:bg-stone-700\/90{background-color:rgba(68,64,60,.9)}.xl\:bg-stone-700\/95{background-color:rgba(68,64,60,.95)}.xl\:bg-stone-800{--tw-bg-opacity:1;background-color:rgba(41,37,36,var(--tw-bg-opacity))}.xl\:bg-stone-800\/0{background-color:rgba(41,37,36,0)}.xl\:bg-stone-800\/10{background-color:rgba(41,37,36,.1)}.xl\:bg-stone-800\/100{background-color:#292524}.xl\:bg-stone-800\/15{background-color:rgba(41,37,36,.15)}.xl\:bg-stone-800\/20{background-color:rgba(41,37,36,.2)}.xl\:bg-stone-800\/25{background-color:rgba(41,37,36,.25)}.xl\:bg-stone-800\/30{background-color:rgba(41,37,36,.3)}.xl\:bg-stone-800\/35{background-color:rgba(41,37,36,.35)}.xl\:bg-stone-800\/40{background-color:rgba(41,37,36,.4)}.xl\:bg-stone-800\/45{background-color:rgba(41,37,36,.45)}.xl\:bg-stone-800\/5{background-color:rgba(41,37,36,.05)}.xl\:bg-stone-800\/50{background-color:rgba(41,37,36,.5)}.xl\:bg-stone-800\/55{background-color:rgba(41,37,36,.55)}.xl\:bg-stone-800\/60{background-color:rgba(41,37,36,.6)}.xl\:bg-stone-800\/65{background-color:rgba(41,37,36,.65)}.xl\:bg-stone-800\/70{background-color:rgba(41,37,36,.7)}.xl\:bg-stone-800\/75{background-color:rgba(41,37,36,.75)}.xl\:bg-stone-800\/80{background-color:rgba(41,37,36,.8)}.xl\:bg-stone-800\/85{background-color:rgba(41,37,36,.85)}.xl\:bg-stone-800\/90{background-color:rgba(41,37,36,.9)}.xl\:bg-stone-800\/95{background-color:rgba(41,37,36,.95)}.xl\:bg-stone-900{--tw-bg-opacity:1;background-color:rgba(28,25,23,var(--tw-bg-opacity))}.xl\:bg-stone-900\/0{background-color:rgba(28,25,23,0)}.xl\:bg-stone-900\/10{background-color:rgba(28,25,23,.1)}.xl\:bg-stone-900\/100{background-color:#1c1917}.xl\:bg-stone-900\/15{background-color:rgba(28,25,23,.15)}.xl\:bg-stone-900\/20{background-color:rgba(28,25,23,.2)}.xl\:bg-stone-900\/25{background-color:rgba(28,25,23,.25)}.xl\:bg-stone-900\/30{background-color:rgba(28,25,23,.3)}.xl\:bg-stone-900\/35{background-color:rgba(28,25,23,.35)}.xl\:bg-stone-900\/40{background-color:rgba(28,25,23,.4)}.xl\:bg-stone-900\/45{background-color:rgba(28,25,23,.45)}.xl\:bg-stone-900\/5{background-color:rgba(28,25,23,.05)}.xl\:bg-stone-900\/50{background-color:rgba(28,25,23,.5)}.xl\:bg-stone-900\/55{background-color:rgba(28,25,23,.55)}.xl\:bg-stone-900\/60{background-color:rgba(28,25,23,.6)}.xl\:bg-stone-900\/65{background-color:rgba(28,25,23,.65)}.xl\:bg-stone-900\/70{background-color:rgba(28,25,23,.7)}.xl\:bg-stone-900\/75{background-color:rgba(28,25,23,.75)}.xl\:bg-stone-900\/80{background-color:rgba(28,25,23,.8)}.xl\:bg-stone-900\/85{background-color:rgba(28,25,23,.85)}.xl\:bg-stone-900\/90{background-color:rgba(28,25,23,.9)}.xl\:bg-stone-900\/95{background-color:rgba(28,25,23,.95)}.xl\:bg-stone-950{--tw-bg-opacity:1;background-color:rgba(12,10,9,var(--tw-bg-opacity))}.xl\:bg-stone-950\/0{background-color:rgba(12,10,9,0)}.xl\:bg-stone-950\/10{background-color:rgba(12,10,9,.1)}.xl\:bg-stone-950\/100{background-color:#0c0a09}.xl\:bg-stone-950\/15{background-color:rgba(12,10,9,.15)}.xl\:bg-stone-950\/20{background-color:rgba(12,10,9,.2)}.xl\:bg-stone-950\/25{background-color:rgba(12,10,9,.25)}.xl\:bg-stone-950\/30{background-color:rgba(12,10,9,.3)}.xl\:bg-stone-950\/35{background-color:rgba(12,10,9,.35)}.xl\:bg-stone-950\/40{background-color:rgba(12,10,9,.4)}.xl\:bg-stone-950\/45{background-color:rgba(12,10,9,.45)}.xl\:bg-stone-950\/5{background-color:rgba(12,10,9,.05)}.xl\:bg-stone-950\/50{background-color:rgba(12,10,9,.5)}.xl\:bg-stone-950\/55{background-color:rgba(12,10,9,.55)}.xl\:bg-stone-950\/60{background-color:rgba(12,10,9,.6)}.xl\:bg-stone-950\/65{background-color:rgba(12,10,9,.65)}.xl\:bg-stone-950\/70{background-color:rgba(12,10,9,.7)}.xl\:bg-stone-950\/75{background-color:rgba(12,10,9,.75)}.xl\:bg-stone-950\/80{background-color:rgba(12,10,9,.8)}.xl\:bg-stone-950\/85{background-color:rgba(12,10,9,.85)}.xl\:bg-stone-950\/90{background-color:rgba(12,10,9,.9)}.xl\:bg-stone-950\/95{background-color:rgba(12,10,9,.95)}.xl\:bg-teal-100{--tw-bg-opacity:1;background-color:rgba(204,251,241,var(--tw-bg-opacity))}.xl\:bg-teal-100\/0{background-color:rgba(204,251,241,0)}.xl\:bg-teal-100\/10{background-color:rgba(204,251,241,.1)}.xl\:bg-teal-100\/100{background-color:#ccfbf1}.xl\:bg-teal-100\/15{background-color:rgba(204,251,241,.15)}.xl\:bg-teal-100\/20{background-color:rgba(204,251,241,.2)}.xl\:bg-teal-100\/25{background-color:rgba(204,251,241,.25)}.xl\:bg-teal-100\/30{background-color:rgba(204,251,241,.3)}.xl\:bg-teal-100\/35{background-color:rgba(204,251,241,.35)}.xl\:bg-teal-100\/40{background-color:rgba(204,251,241,.4)}.xl\:bg-teal-100\/45{background-color:rgba(204,251,241,.45)}.xl\:bg-teal-100\/5{background-color:rgba(204,251,241,.05)}.xl\:bg-teal-100\/50{background-color:rgba(204,251,241,.5)}.xl\:bg-teal-100\/55{background-color:rgba(204,251,241,.55)}.xl\:bg-teal-100\/60{background-color:rgba(204,251,241,.6)}.xl\:bg-teal-100\/65{background-color:rgba(204,251,241,.65)}.xl\:bg-teal-100\/70{background-color:rgba(204,251,241,.7)}.xl\:bg-teal-100\/75{background-color:rgba(204,251,241,.75)}.xl\:bg-teal-100\/80{background-color:rgba(204,251,241,.8)}.xl\:bg-teal-100\/85{background-color:rgba(204,251,241,.85)}.xl\:bg-teal-100\/90{background-color:rgba(204,251,241,.9)}.xl\:bg-teal-100\/95{background-color:rgba(204,251,241,.95)}.xl\:bg-teal-200{--tw-bg-opacity:1;background-color:rgba(153,246,228,var(--tw-bg-opacity))}.xl\:bg-teal-200\/0{background-color:rgba(153,246,228,0)}.xl\:bg-teal-200\/10{background-color:rgba(153,246,228,.1)}.xl\:bg-teal-200\/100{background-color:#99f6e4}.xl\:bg-teal-200\/15{background-color:rgba(153,246,228,.15)}.xl\:bg-teal-200\/20{background-color:rgba(153,246,228,.2)}.xl\:bg-teal-200\/25{background-color:rgba(153,246,228,.25)}.xl\:bg-teal-200\/30{background-color:rgba(153,246,228,.3)}.xl\:bg-teal-200\/35{background-color:rgba(153,246,228,.35)}.xl\:bg-teal-200\/40{background-color:rgba(153,246,228,.4)}.xl\:bg-teal-200\/45{background-color:rgba(153,246,228,.45)}.xl\:bg-teal-200\/5{background-color:rgba(153,246,228,.05)}.xl\:bg-teal-200\/50{background-color:rgba(153,246,228,.5)}.xl\:bg-teal-200\/55{background-color:rgba(153,246,228,.55)}.xl\:bg-teal-200\/60{background-color:rgba(153,246,228,.6)}.xl\:bg-teal-200\/65{background-color:rgba(153,246,228,.65)}.xl\:bg-teal-200\/70{background-color:rgba(153,246,228,.7)}.xl\:bg-teal-200\/75{background-color:rgba(153,246,228,.75)}.xl\:bg-teal-200\/80{background-color:rgba(153,246,228,.8)}.xl\:bg-teal-200\/85{background-color:rgba(153,246,228,.85)}.xl\:bg-teal-200\/90{background-color:rgba(153,246,228,.9)}.xl\:bg-teal-200\/95{background-color:rgba(153,246,228,.95)}.xl\:bg-teal-300{--tw-bg-opacity:1;background-color:rgba(94,234,212,var(--tw-bg-opacity))}.xl\:bg-teal-300\/0{background-color:rgba(94,234,212,0)}.xl\:bg-teal-300\/10{background-color:rgba(94,234,212,.1)}.xl\:bg-teal-300\/100{background-color:#5eead4}.xl\:bg-teal-300\/15{background-color:rgba(94,234,212,.15)}.xl\:bg-teal-300\/20{background-color:rgba(94,234,212,.2)}.xl\:bg-teal-300\/25{background-color:rgba(94,234,212,.25)}.xl\:bg-teal-300\/30{background-color:rgba(94,234,212,.3)}.xl\:bg-teal-300\/35{background-color:rgba(94,234,212,.35)}.xl\:bg-teal-300\/40{background-color:rgba(94,234,212,.4)}.xl\:bg-teal-300\/45{background-color:rgba(94,234,212,.45)}.xl\:bg-teal-300\/5{background-color:rgba(94,234,212,.05)}.xl\:bg-teal-300\/50{background-color:rgba(94,234,212,.5)}.xl\:bg-teal-300\/55{background-color:rgba(94,234,212,.55)}.xl\:bg-teal-300\/60{background-color:rgba(94,234,212,.6)}.xl\:bg-teal-300\/65{background-color:rgba(94,234,212,.65)}.xl\:bg-teal-300\/70{background-color:rgba(94,234,212,.7)}.xl\:bg-teal-300\/75{background-color:rgba(94,234,212,.75)}.xl\:bg-teal-300\/80{background-color:rgba(94,234,212,.8)}.xl\:bg-teal-300\/85{background-color:rgba(94,234,212,.85)}.xl\:bg-teal-300\/90{background-color:rgba(94,234,212,.9)}.xl\:bg-teal-300\/95{background-color:rgba(94,234,212,.95)}.xl\:bg-teal-400{--tw-bg-opacity:1;background-color:rgba(45,212,191,var(--tw-bg-opacity))}.xl\:bg-teal-400\/0{background-color:rgba(45,212,191,0)}.xl\:bg-teal-400\/10{background-color:rgba(45,212,191,.1)}.xl\:bg-teal-400\/100{background-color:#2dd4bf}.xl\:bg-teal-400\/15{background-color:rgba(45,212,191,.15)}.xl\:bg-teal-400\/20{background-color:rgba(45,212,191,.2)}.xl\:bg-teal-400\/25{background-color:rgba(45,212,191,.25)}.xl\:bg-teal-400\/30{background-color:rgba(45,212,191,.3)}.xl\:bg-teal-400\/35{background-color:rgba(45,212,191,.35)}.xl\:bg-teal-400\/40{background-color:rgba(45,212,191,.4)}.xl\:bg-teal-400\/45{background-color:rgba(45,212,191,.45)}.xl\:bg-teal-400\/5{background-color:rgba(45,212,191,.05)}.xl\:bg-teal-400\/50{background-color:rgba(45,212,191,.5)}.xl\:bg-teal-400\/55{background-color:rgba(45,212,191,.55)}.xl\:bg-teal-400\/60{background-color:rgba(45,212,191,.6)}.xl\:bg-teal-400\/65{background-color:rgba(45,212,191,.65)}.xl\:bg-teal-400\/70{background-color:rgba(45,212,191,.7)}.xl\:bg-teal-400\/75{background-color:rgba(45,212,191,.75)}.xl\:bg-teal-400\/80{background-color:rgba(45,212,191,.8)}.xl\:bg-teal-400\/85{background-color:rgba(45,212,191,.85)}.xl\:bg-teal-400\/90{background-color:rgba(45,212,191,.9)}.xl\:bg-teal-400\/95{background-color:rgba(45,212,191,.95)}.xl\:bg-teal-50{--tw-bg-opacity:1;background-color:rgba(240,253,250,var(--tw-bg-opacity))}.xl\:bg-teal-50\/0{background-color:rgba(240,253,250,0)}.xl\:bg-teal-50\/10{background-color:rgba(240,253,250,.1)}.xl\:bg-teal-50\/100{background-color:#f0fdfa}.xl\:bg-teal-50\/15{background-color:rgba(240,253,250,.15)}.xl\:bg-teal-50\/20{background-color:rgba(240,253,250,.2)}.xl\:bg-teal-50\/25{background-color:rgba(240,253,250,.25)}.xl\:bg-teal-50\/30{background-color:rgba(240,253,250,.3)}.xl\:bg-teal-50\/35{background-color:rgba(240,253,250,.35)}.xl\:bg-teal-50\/40{background-color:rgba(240,253,250,.4)}.xl\:bg-teal-50\/45{background-color:rgba(240,253,250,.45)}.xl\:bg-teal-50\/5{background-color:rgba(240,253,250,.05)}.xl\:bg-teal-50\/50{background-color:rgba(240,253,250,.5)}.xl\:bg-teal-50\/55{background-color:rgba(240,253,250,.55)}.xl\:bg-teal-50\/60{background-color:rgba(240,253,250,.6)}.xl\:bg-teal-50\/65{background-color:rgba(240,253,250,.65)}.xl\:bg-teal-50\/70{background-color:rgba(240,253,250,.7)}.xl\:bg-teal-50\/75{background-color:rgba(240,253,250,.75)}.xl\:bg-teal-50\/80{background-color:rgba(240,253,250,.8)}.xl\:bg-teal-50\/85{background-color:rgba(240,253,250,.85)}.xl\:bg-teal-50\/90{background-color:rgba(240,253,250,.9)}.xl\:bg-teal-50\/95{background-color:rgba(240,253,250,.95)}.xl\:bg-teal-500{--tw-bg-opacity:1;background-color:rgba(20,184,166,var(--tw-bg-opacity))}.xl\:bg-teal-500\/0{background-color:rgba(20,184,166,0)}.xl\:bg-teal-500\/10{background-color:rgba(20,184,166,.1)}.xl\:bg-teal-500\/100{background-color:#14b8a6}.xl\:bg-teal-500\/15{background-color:rgba(20,184,166,.15)}.xl\:bg-teal-500\/20{background-color:rgba(20,184,166,.2)}.xl\:bg-teal-500\/25{background-color:rgba(20,184,166,.25)}.xl\:bg-teal-500\/30{background-color:rgba(20,184,166,.3)}.xl\:bg-teal-500\/35{background-color:rgba(20,184,166,.35)}.xl\:bg-teal-500\/40{background-color:rgba(20,184,166,.4)}.xl\:bg-teal-500\/45{background-color:rgba(20,184,166,.45)}.xl\:bg-teal-500\/5{background-color:rgba(20,184,166,.05)}.xl\:bg-teal-500\/50{background-color:rgba(20,184,166,.5)}.xl\:bg-teal-500\/55{background-color:rgba(20,184,166,.55)}.xl\:bg-teal-500\/60{background-color:rgba(20,184,166,.6)}.xl\:bg-teal-500\/65{background-color:rgba(20,184,166,.65)}.xl\:bg-teal-500\/70{background-color:rgba(20,184,166,.7)}.xl\:bg-teal-500\/75{background-color:rgba(20,184,166,.75)}.xl\:bg-teal-500\/80{background-color:rgba(20,184,166,.8)}.xl\:bg-teal-500\/85{background-color:rgba(20,184,166,.85)}.xl\:bg-teal-500\/90{background-color:rgba(20,184,166,.9)}.xl\:bg-teal-500\/95{background-color:rgba(20,184,166,.95)}.xl\:bg-teal-600{--tw-bg-opacity:1;background-color:rgba(13,148,136,var(--tw-bg-opacity))}.xl\:bg-teal-600\/0{background-color:rgba(13,148,136,0)}.xl\:bg-teal-600\/10{background-color:rgba(13,148,136,.1)}.xl\:bg-teal-600\/100{background-color:#0d9488}.xl\:bg-teal-600\/15{background-color:rgba(13,148,136,.15)}.xl\:bg-teal-600\/20{background-color:rgba(13,148,136,.2)}.xl\:bg-teal-600\/25{background-color:rgba(13,148,136,.25)}.xl\:bg-teal-600\/30{background-color:rgba(13,148,136,.3)}.xl\:bg-teal-600\/35{background-color:rgba(13,148,136,.35)}.xl\:bg-teal-600\/40{background-color:rgba(13,148,136,.4)}.xl\:bg-teal-600\/45{background-color:rgba(13,148,136,.45)}.xl\:bg-teal-600\/5{background-color:rgba(13,148,136,.05)}.xl\:bg-teal-600\/50{background-color:rgba(13,148,136,.5)}.xl\:bg-teal-600\/55{background-color:rgba(13,148,136,.55)}.xl\:bg-teal-600\/60{background-color:rgba(13,148,136,.6)}.xl\:bg-teal-600\/65{background-color:rgba(13,148,136,.65)}.xl\:bg-teal-600\/70{background-color:rgba(13,148,136,.7)}.xl\:bg-teal-600\/75{background-color:rgba(13,148,136,.75)}.xl\:bg-teal-600\/80{background-color:rgba(13,148,136,.8)}.xl\:bg-teal-600\/85{background-color:rgba(13,148,136,.85)}.xl\:bg-teal-600\/90{background-color:rgba(13,148,136,.9)}.xl\:bg-teal-600\/95{background-color:rgba(13,148,136,.95)}.xl\:bg-teal-700{--tw-bg-opacity:1;background-color:rgba(15,118,110,var(--tw-bg-opacity))}.xl\:bg-teal-700\/0{background-color:rgba(15,118,110,0)}.xl\:bg-teal-700\/10{background-color:rgba(15,118,110,.1)}.xl\:bg-teal-700\/100{background-color:#0f766e}.xl\:bg-teal-700\/15{background-color:rgba(15,118,110,.15)}.xl\:bg-teal-700\/20{background-color:rgba(15,118,110,.2)}.xl\:bg-teal-700\/25{background-color:rgba(15,118,110,.25)}.xl\:bg-teal-700\/30{background-color:rgba(15,118,110,.3)}.xl\:bg-teal-700\/35{background-color:rgba(15,118,110,.35)}.xl\:bg-teal-700\/40{background-color:rgba(15,118,110,.4)}.xl\:bg-teal-700\/45{background-color:rgba(15,118,110,.45)}.xl\:bg-teal-700\/5{background-color:rgba(15,118,110,.05)}.xl\:bg-teal-700\/50{background-color:rgba(15,118,110,.5)}.xl\:bg-teal-700\/55{background-color:rgba(15,118,110,.55)}.xl\:bg-teal-700\/60{background-color:rgba(15,118,110,.6)}.xl\:bg-teal-700\/65{background-color:rgba(15,118,110,.65)}.xl\:bg-teal-700\/70{background-color:rgba(15,118,110,.7)}.xl\:bg-teal-700\/75{background-color:rgba(15,118,110,.75)}.xl\:bg-teal-700\/80{background-color:rgba(15,118,110,.8)}.xl\:bg-teal-700\/85{background-color:rgba(15,118,110,.85)}.xl\:bg-teal-700\/90{background-color:rgba(15,118,110,.9)}.xl\:bg-teal-700\/95{background-color:rgba(15,118,110,.95)}.xl\:bg-teal-800{--tw-bg-opacity:1;background-color:rgba(17,94,89,var(--tw-bg-opacity))}.xl\:bg-teal-800\/0{background-color:rgba(17,94,89,0)}.xl\:bg-teal-800\/10{background-color:rgba(17,94,89,.1)}.xl\:bg-teal-800\/100{background-color:#115e59}.xl\:bg-teal-800\/15{background-color:rgba(17,94,89,.15)}.xl\:bg-teal-800\/20{background-color:rgba(17,94,89,.2)}.xl\:bg-teal-800\/25{background-color:rgba(17,94,89,.25)}.xl\:bg-teal-800\/30{background-color:rgba(17,94,89,.3)}.xl\:bg-teal-800\/35{background-color:rgba(17,94,89,.35)}.xl\:bg-teal-800\/40{background-color:rgba(17,94,89,.4)}.xl\:bg-teal-800\/45{background-color:rgba(17,94,89,.45)}.xl\:bg-teal-800\/5{background-color:rgba(17,94,89,.05)}.xl\:bg-teal-800\/50{background-color:rgba(17,94,89,.5)}.xl\:bg-teal-800\/55{background-color:rgba(17,94,89,.55)}.xl\:bg-teal-800\/60{background-color:rgba(17,94,89,.6)}.xl\:bg-teal-800\/65{background-color:rgba(17,94,89,.65)}.xl\:bg-teal-800\/70{background-color:rgba(17,94,89,.7)}.xl\:bg-teal-800\/75{background-color:rgba(17,94,89,.75)}.xl\:bg-teal-800\/80{background-color:rgba(17,94,89,.8)}.xl\:bg-teal-800\/85{background-color:rgba(17,94,89,.85)}.xl\:bg-teal-800\/90{background-color:rgba(17,94,89,.9)}.xl\:bg-teal-800\/95{background-color:rgba(17,94,89,.95)}.xl\:bg-teal-900{--tw-bg-opacity:1;background-color:rgba(19,78,74,var(--tw-bg-opacity))}.xl\:bg-teal-900\/0{background-color:rgba(19,78,74,0)}.xl\:bg-teal-900\/10{background-color:rgba(19,78,74,.1)}.xl\:bg-teal-900\/100{background-color:#134e4a}.xl\:bg-teal-900\/15{background-color:rgba(19,78,74,.15)}.xl\:bg-teal-900\/20{background-color:rgba(19,78,74,.2)}.xl\:bg-teal-900\/25{background-color:rgba(19,78,74,.25)}.xl\:bg-teal-900\/30{background-color:rgba(19,78,74,.3)}.xl\:bg-teal-900\/35{background-color:rgba(19,78,74,.35)}.xl\:bg-teal-900\/40{background-color:rgba(19,78,74,.4)}.xl\:bg-teal-900\/45{background-color:rgba(19,78,74,.45)}.xl\:bg-teal-900\/5{background-color:rgba(19,78,74,.05)}.xl\:bg-teal-900\/50{background-color:rgba(19,78,74,.5)}.xl\:bg-teal-900\/55{background-color:rgba(19,78,74,.55)}.xl\:bg-teal-900\/60{background-color:rgba(19,78,74,.6)}.xl\:bg-teal-900\/65{background-color:rgba(19,78,74,.65)}.xl\:bg-teal-900\/70{background-color:rgba(19,78,74,.7)}.xl\:bg-teal-900\/75{background-color:rgba(19,78,74,.75)}.xl\:bg-teal-900\/80{background-color:rgba(19,78,74,.8)}.xl\:bg-teal-900\/85{background-color:rgba(19,78,74,.85)}.xl\:bg-teal-900\/90{background-color:rgba(19,78,74,.9)}.xl\:bg-teal-900\/95{background-color:rgba(19,78,74,.95)}.xl\:bg-teal-950{--tw-bg-opacity:1;background-color:rgba(4,47,46,var(--tw-bg-opacity))}.xl\:bg-teal-950\/0{background-color:rgba(4,47,46,0)}.xl\:bg-teal-950\/10{background-color:rgba(4,47,46,.1)}.xl\:bg-teal-950\/100{background-color:#042f2e}.xl\:bg-teal-950\/15{background-color:rgba(4,47,46,.15)}.xl\:bg-teal-950\/20{background-color:rgba(4,47,46,.2)}.xl\:bg-teal-950\/25{background-color:rgba(4,47,46,.25)}.xl\:bg-teal-950\/30{background-color:rgba(4,47,46,.3)}.xl\:bg-teal-950\/35{background-color:rgba(4,47,46,.35)}.xl\:bg-teal-950\/40{background-color:rgba(4,47,46,.4)}.xl\:bg-teal-950\/45{background-color:rgba(4,47,46,.45)}.xl\:bg-teal-950\/5{background-color:rgba(4,47,46,.05)}.xl\:bg-teal-950\/50{background-color:rgba(4,47,46,.5)}.xl\:bg-teal-950\/55{background-color:rgba(4,47,46,.55)}.xl\:bg-teal-950\/60{background-color:rgba(4,47,46,.6)}.xl\:bg-teal-950\/65{background-color:rgba(4,47,46,.65)}.xl\:bg-teal-950\/70{background-color:rgba(4,47,46,.7)}.xl\:bg-teal-950\/75{background-color:rgba(4,47,46,.75)}.xl\:bg-teal-950\/80{background-color:rgba(4,47,46,.8)}.xl\:bg-teal-950\/85{background-color:rgba(4,47,46,.85)}.xl\:bg-teal-950\/90{background-color:rgba(4,47,46,.9)}.xl\:bg-teal-950\/95{background-color:rgba(4,47,46,.95)}.xl\:bg-tertiary-dark-gray{--tw-bg-opacity:1;background-color:rgba(112,112,112,var(--tw-bg-opacity))}.xl\:bg-tertiary-dark-gray\/0{background-color:hsla(0,0%,44%,0)}.xl\:bg-tertiary-dark-gray\/10{background-color:hsla(0,0%,44%,.1)}.xl\:bg-tertiary-dark-gray\/100{background-color:#707070}.xl\:bg-tertiary-dark-gray\/15{background-color:hsla(0,0%,44%,.15)}.xl\:bg-tertiary-dark-gray\/20{background-color:hsla(0,0%,44%,.2)}.xl\:bg-tertiary-dark-gray\/25{background-color:hsla(0,0%,44%,.25)}.xl\:bg-tertiary-dark-gray\/30{background-color:hsla(0,0%,44%,.3)}.xl\:bg-tertiary-dark-gray\/35{background-color:hsla(0,0%,44%,.35)}.xl\:bg-tertiary-dark-gray\/40{background-color:hsla(0,0%,44%,.4)}.xl\:bg-tertiary-dark-gray\/45{background-color:hsla(0,0%,44%,.45)}.xl\:bg-tertiary-dark-gray\/5{background-color:hsla(0,0%,44%,.05)}.xl\:bg-tertiary-dark-gray\/50{background-color:hsla(0,0%,44%,.5)}.xl\:bg-tertiary-dark-gray\/55{background-color:hsla(0,0%,44%,.55)}.xl\:bg-tertiary-dark-gray\/60{background-color:hsla(0,0%,44%,.6)}.xl\:bg-tertiary-dark-gray\/65{background-color:hsla(0,0%,44%,.65)}.xl\:bg-tertiary-dark-gray\/70{background-color:hsla(0,0%,44%,.7)}.xl\:bg-tertiary-dark-gray\/75{background-color:hsla(0,0%,44%,.75)}.xl\:bg-tertiary-dark-gray\/80{background-color:hsla(0,0%,44%,.8)}.xl\:bg-tertiary-dark-gray\/85{background-color:hsla(0,0%,44%,.85)}.xl\:bg-tertiary-dark-gray\/90{background-color:hsla(0,0%,44%,.9)}.xl\:bg-tertiary-dark-gray\/95{background-color:hsla(0,0%,44%,.95)}.xl\:bg-transparent{background-color:initial}.xl\:bg-transparent\/0{background-color:transparent}.xl\:bg-transparent\/10{background-color:rgba(0,0,0,.1)}.xl\:bg-transparent\/100{background-color:#000}.xl\:bg-transparent\/15{background-color:rgba(0,0,0,.15)}.xl\:bg-transparent\/20{background-color:rgba(0,0,0,.2)}.xl\:bg-transparent\/25{background-color:rgba(0,0,0,.25)}.xl\:bg-transparent\/30{background-color:rgba(0,0,0,.3)}.xl\:bg-transparent\/35{background-color:rgba(0,0,0,.35)}.xl\:bg-transparent\/40{background-color:rgba(0,0,0,.4)}.xl\:bg-transparent\/45{background-color:rgba(0,0,0,.45)}.xl\:bg-transparent\/5{background-color:rgba(0,0,0,.05)}.xl\:bg-transparent\/50{background-color:rgba(0,0,0,.5)}.xl\:bg-transparent\/55{background-color:rgba(0,0,0,.55)}.xl\:bg-transparent\/60{background-color:rgba(0,0,0,.6)}.xl\:bg-transparent\/65{background-color:rgba(0,0,0,.65)}.xl\:bg-transparent\/70{background-color:rgba(0,0,0,.7)}.xl\:bg-transparent\/75{background-color:rgba(0,0,0,.75)}.xl\:bg-transparent\/80{background-color:rgba(0,0,0,.8)}.xl\:bg-transparent\/85{background-color:rgba(0,0,0,.85)}.xl\:bg-transparent\/90{background-color:rgba(0,0,0,.9)}.xl\:bg-transparent\/95{background-color:rgba(0,0,0,.95)}.xl\:bg-violet-100{--tw-bg-opacity:1;background-color:rgba(237,233,254,var(--tw-bg-opacity))}.xl\:bg-violet-100\/0{background-color:rgba(237,233,254,0)}.xl\:bg-violet-100\/10{background-color:rgba(237,233,254,.1)}.xl\:bg-violet-100\/100{background-color:#ede9fe}.xl\:bg-violet-100\/15{background-color:rgba(237,233,254,.15)}.xl\:bg-violet-100\/20{background-color:rgba(237,233,254,.2)}.xl\:bg-violet-100\/25{background-color:rgba(237,233,254,.25)}.xl\:bg-violet-100\/30{background-color:rgba(237,233,254,.3)}.xl\:bg-violet-100\/35{background-color:rgba(237,233,254,.35)}.xl\:bg-violet-100\/40{background-color:rgba(237,233,254,.4)}.xl\:bg-violet-100\/45{background-color:rgba(237,233,254,.45)}.xl\:bg-violet-100\/5{background-color:rgba(237,233,254,.05)}.xl\:bg-violet-100\/50{background-color:rgba(237,233,254,.5)}.xl\:bg-violet-100\/55{background-color:rgba(237,233,254,.55)}.xl\:bg-violet-100\/60{background-color:rgba(237,233,254,.6)}.xl\:bg-violet-100\/65{background-color:rgba(237,233,254,.65)}.xl\:bg-violet-100\/70{background-color:rgba(237,233,254,.7)}.xl\:bg-violet-100\/75{background-color:rgba(237,233,254,.75)}.xl\:bg-violet-100\/80{background-color:rgba(237,233,254,.8)}.xl\:bg-violet-100\/85{background-color:rgba(237,233,254,.85)}.xl\:bg-violet-100\/90{background-color:rgba(237,233,254,.9)}.xl\:bg-violet-100\/95{background-color:rgba(237,233,254,.95)}.xl\:bg-violet-200{--tw-bg-opacity:1;background-color:rgba(221,214,254,var(--tw-bg-opacity))}.xl\:bg-violet-200\/0{background-color:rgba(221,214,254,0)}.xl\:bg-violet-200\/10{background-color:rgba(221,214,254,.1)}.xl\:bg-violet-200\/100{background-color:#ddd6fe}.xl\:bg-violet-200\/15{background-color:rgba(221,214,254,.15)}.xl\:bg-violet-200\/20{background-color:rgba(221,214,254,.2)}.xl\:bg-violet-200\/25{background-color:rgba(221,214,254,.25)}.xl\:bg-violet-200\/30{background-color:rgba(221,214,254,.3)}.xl\:bg-violet-200\/35{background-color:rgba(221,214,254,.35)}.xl\:bg-violet-200\/40{background-color:rgba(221,214,254,.4)}.xl\:bg-violet-200\/45{background-color:rgba(221,214,254,.45)}.xl\:bg-violet-200\/5{background-color:rgba(221,214,254,.05)}.xl\:bg-violet-200\/50{background-color:rgba(221,214,254,.5)}.xl\:bg-violet-200\/55{background-color:rgba(221,214,254,.55)}.xl\:bg-violet-200\/60{background-color:rgba(221,214,254,.6)}.xl\:bg-violet-200\/65{background-color:rgba(221,214,254,.65)}.xl\:bg-violet-200\/70{background-color:rgba(221,214,254,.7)}.xl\:bg-violet-200\/75{background-color:rgba(221,214,254,.75)}.xl\:bg-violet-200\/80{background-color:rgba(221,214,254,.8)}.xl\:bg-violet-200\/85{background-color:rgba(221,214,254,.85)}.xl\:bg-violet-200\/90{background-color:rgba(221,214,254,.9)}.xl\:bg-violet-200\/95{background-color:rgba(221,214,254,.95)}.xl\:bg-violet-300{--tw-bg-opacity:1;background-color:rgba(196,181,253,var(--tw-bg-opacity))}.xl\:bg-violet-300\/0{background-color:rgba(196,181,253,0)}.xl\:bg-violet-300\/10{background-color:rgba(196,181,253,.1)}.xl\:bg-violet-300\/100{background-color:#c4b5fd}.xl\:bg-violet-300\/15{background-color:rgba(196,181,253,.15)}.xl\:bg-violet-300\/20{background-color:rgba(196,181,253,.2)}.xl\:bg-violet-300\/25{background-color:rgba(196,181,253,.25)}.xl\:bg-violet-300\/30{background-color:rgba(196,181,253,.3)}.xl\:bg-violet-300\/35{background-color:rgba(196,181,253,.35)}.xl\:bg-violet-300\/40{background-color:rgba(196,181,253,.4)}.xl\:bg-violet-300\/45{background-color:rgba(196,181,253,.45)}.xl\:bg-violet-300\/5{background-color:rgba(196,181,253,.05)}.xl\:bg-violet-300\/50{background-color:rgba(196,181,253,.5)}.xl\:bg-violet-300\/55{background-color:rgba(196,181,253,.55)}.xl\:bg-violet-300\/60{background-color:rgba(196,181,253,.6)}.xl\:bg-violet-300\/65{background-color:rgba(196,181,253,.65)}.xl\:bg-violet-300\/70{background-color:rgba(196,181,253,.7)}.xl\:bg-violet-300\/75{background-color:rgba(196,181,253,.75)}.xl\:bg-violet-300\/80{background-color:rgba(196,181,253,.8)}.xl\:bg-violet-300\/85{background-color:rgba(196,181,253,.85)}.xl\:bg-violet-300\/90{background-color:rgba(196,181,253,.9)}.xl\:bg-violet-300\/95{background-color:rgba(196,181,253,.95)}.xl\:bg-violet-400{--tw-bg-opacity:1;background-color:rgba(167,139,250,var(--tw-bg-opacity))}.xl\:bg-violet-400\/0{background-color:rgba(167,139,250,0)}.xl\:bg-violet-400\/10{background-color:rgba(167,139,250,.1)}.xl\:bg-violet-400\/100{background-color:#a78bfa}.xl\:bg-violet-400\/15{background-color:rgba(167,139,250,.15)}.xl\:bg-violet-400\/20{background-color:rgba(167,139,250,.2)}.xl\:bg-violet-400\/25{background-color:rgba(167,139,250,.25)}.xl\:bg-violet-400\/30{background-color:rgba(167,139,250,.3)}.xl\:bg-violet-400\/35{background-color:rgba(167,139,250,.35)}.xl\:bg-violet-400\/40{background-color:rgba(167,139,250,.4)}.xl\:bg-violet-400\/45{background-color:rgba(167,139,250,.45)}.xl\:bg-violet-400\/5{background-color:rgba(167,139,250,.05)}.xl\:bg-violet-400\/50{background-color:rgba(167,139,250,.5)}.xl\:bg-violet-400\/55{background-color:rgba(167,139,250,.55)}.xl\:bg-violet-400\/60{background-color:rgba(167,139,250,.6)}.xl\:bg-violet-400\/65{background-color:rgba(167,139,250,.65)}.xl\:bg-violet-400\/70{background-color:rgba(167,139,250,.7)}.xl\:bg-violet-400\/75{background-color:rgba(167,139,250,.75)}.xl\:bg-violet-400\/80{background-color:rgba(167,139,250,.8)}.xl\:bg-violet-400\/85{background-color:rgba(167,139,250,.85)}.xl\:bg-violet-400\/90{background-color:rgba(167,139,250,.9)}.xl\:bg-violet-400\/95{background-color:rgba(167,139,250,.95)}.xl\:bg-violet-50{--tw-bg-opacity:1;background-color:rgba(245,243,255,var(--tw-bg-opacity))}.xl\:bg-violet-50\/0{background-color:rgba(245,243,255,0)}.xl\:bg-violet-50\/10{background-color:rgba(245,243,255,.1)}.xl\:bg-violet-50\/100{background-color:#f5f3ff}.xl\:bg-violet-50\/15{background-color:rgba(245,243,255,.15)}.xl\:bg-violet-50\/20{background-color:rgba(245,243,255,.2)}.xl\:bg-violet-50\/25{background-color:rgba(245,243,255,.25)}.xl\:bg-violet-50\/30{background-color:rgba(245,243,255,.3)}.xl\:bg-violet-50\/35{background-color:rgba(245,243,255,.35)}.xl\:bg-violet-50\/40{background-color:rgba(245,243,255,.4)}.xl\:bg-violet-50\/45{background-color:rgba(245,243,255,.45)}.xl\:bg-violet-50\/5{background-color:rgba(245,243,255,.05)}.xl\:bg-violet-50\/50{background-color:rgba(245,243,255,.5)}.xl\:bg-violet-50\/55{background-color:rgba(245,243,255,.55)}.xl\:bg-violet-50\/60{background-color:rgba(245,243,255,.6)}.xl\:bg-violet-50\/65{background-color:rgba(245,243,255,.65)}.xl\:bg-violet-50\/70{background-color:rgba(245,243,255,.7)}.xl\:bg-violet-50\/75{background-color:rgba(245,243,255,.75)}.xl\:bg-violet-50\/80{background-color:rgba(245,243,255,.8)}.xl\:bg-violet-50\/85{background-color:rgba(245,243,255,.85)}.xl\:bg-violet-50\/90{background-color:rgba(245,243,255,.9)}.xl\:bg-violet-50\/95{background-color:rgba(245,243,255,.95)}.xl\:bg-violet-500{--tw-bg-opacity:1;background-color:rgba(139,92,246,var(--tw-bg-opacity))}.xl\:bg-violet-500\/0{background-color:rgba(139,92,246,0)}.xl\:bg-violet-500\/10{background-color:rgba(139,92,246,.1)}.xl\:bg-violet-500\/100{background-color:#8b5cf6}.xl\:bg-violet-500\/15{background-color:rgba(139,92,246,.15)}.xl\:bg-violet-500\/20{background-color:rgba(139,92,246,.2)}.xl\:bg-violet-500\/25{background-color:rgba(139,92,246,.25)}.xl\:bg-violet-500\/30{background-color:rgba(139,92,246,.3)}.xl\:bg-violet-500\/35{background-color:rgba(139,92,246,.35)}.xl\:bg-violet-500\/40{background-color:rgba(139,92,246,.4)}.xl\:bg-violet-500\/45{background-color:rgba(139,92,246,.45)}.xl\:bg-violet-500\/5{background-color:rgba(139,92,246,.05)}.xl\:bg-violet-500\/50{background-color:rgba(139,92,246,.5)}.xl\:bg-violet-500\/55{background-color:rgba(139,92,246,.55)}.xl\:bg-violet-500\/60{background-color:rgba(139,92,246,.6)}.xl\:bg-violet-500\/65{background-color:rgba(139,92,246,.65)}.xl\:bg-violet-500\/70{background-color:rgba(139,92,246,.7)}.xl\:bg-violet-500\/75{background-color:rgba(139,92,246,.75)}.xl\:bg-violet-500\/80{background-color:rgba(139,92,246,.8)}.xl\:bg-violet-500\/85{background-color:rgba(139,92,246,.85)}.xl\:bg-violet-500\/90{background-color:rgba(139,92,246,.9)}.xl\:bg-violet-500\/95{background-color:rgba(139,92,246,.95)}.xl\:bg-violet-600{--tw-bg-opacity:1;background-color:rgba(124,58,237,var(--tw-bg-opacity))}.xl\:bg-violet-600\/0{background-color:rgba(124,58,237,0)}.xl\:bg-violet-600\/10{background-color:rgba(124,58,237,.1)}.xl\:bg-violet-600\/100{background-color:#7c3aed}.xl\:bg-violet-600\/15{background-color:rgba(124,58,237,.15)}.xl\:bg-violet-600\/20{background-color:rgba(124,58,237,.2)}.xl\:bg-violet-600\/25{background-color:rgba(124,58,237,.25)}.xl\:bg-violet-600\/30{background-color:rgba(124,58,237,.3)}.xl\:bg-violet-600\/35{background-color:rgba(124,58,237,.35)}.xl\:bg-violet-600\/40{background-color:rgba(124,58,237,.4)}.xl\:bg-violet-600\/45{background-color:rgba(124,58,237,.45)}.xl\:bg-violet-600\/5{background-color:rgba(124,58,237,.05)}.xl\:bg-violet-600\/50{background-color:rgba(124,58,237,.5)}.xl\:bg-violet-600\/55{background-color:rgba(124,58,237,.55)}.xl\:bg-violet-600\/60{background-color:rgba(124,58,237,.6)}.xl\:bg-violet-600\/65{background-color:rgba(124,58,237,.65)}.xl\:bg-violet-600\/70{background-color:rgba(124,58,237,.7)}.xl\:bg-violet-600\/75{background-color:rgba(124,58,237,.75)}.xl\:bg-violet-600\/80{background-color:rgba(124,58,237,.8)}.xl\:bg-violet-600\/85{background-color:rgba(124,58,237,.85)}.xl\:bg-violet-600\/90{background-color:rgba(124,58,237,.9)}.xl\:bg-violet-600\/95{background-color:rgba(124,58,237,.95)}.xl\:bg-violet-700{--tw-bg-opacity:1;background-color:rgba(109,40,217,var(--tw-bg-opacity))}.xl\:bg-violet-700\/0{background-color:rgba(109,40,217,0)}.xl\:bg-violet-700\/10{background-color:rgba(109,40,217,.1)}.xl\:bg-violet-700\/100{background-color:#6d28d9}.xl\:bg-violet-700\/15{background-color:rgba(109,40,217,.15)}.xl\:bg-violet-700\/20{background-color:rgba(109,40,217,.2)}.xl\:bg-violet-700\/25{background-color:rgba(109,40,217,.25)}.xl\:bg-violet-700\/30{background-color:rgba(109,40,217,.3)}.xl\:bg-violet-700\/35{background-color:rgba(109,40,217,.35)}.xl\:bg-violet-700\/40{background-color:rgba(109,40,217,.4)}.xl\:bg-violet-700\/45{background-color:rgba(109,40,217,.45)}.xl\:bg-violet-700\/5{background-color:rgba(109,40,217,.05)}.xl\:bg-violet-700\/50{background-color:rgba(109,40,217,.5)}.xl\:bg-violet-700\/55{background-color:rgba(109,40,217,.55)}.xl\:bg-violet-700\/60{background-color:rgba(109,40,217,.6)}.xl\:bg-violet-700\/65{background-color:rgba(109,40,217,.65)}.xl\:bg-violet-700\/70{background-color:rgba(109,40,217,.7)}.xl\:bg-violet-700\/75{background-color:rgba(109,40,217,.75)}.xl\:bg-violet-700\/80{background-color:rgba(109,40,217,.8)}.xl\:bg-violet-700\/85{background-color:rgba(109,40,217,.85)}.xl\:bg-violet-700\/90{background-color:rgba(109,40,217,.9)}.xl\:bg-violet-700\/95{background-color:rgba(109,40,217,.95)}.xl\:bg-violet-800{--tw-bg-opacity:1;background-color:rgba(91,33,182,var(--tw-bg-opacity))}.xl\:bg-violet-800\/0{background-color:rgba(91,33,182,0)}.xl\:bg-violet-800\/10{background-color:rgba(91,33,182,.1)}.xl\:bg-violet-800\/100{background-color:#5b21b6}.xl\:bg-violet-800\/15{background-color:rgba(91,33,182,.15)}.xl\:bg-violet-800\/20{background-color:rgba(91,33,182,.2)}.xl\:bg-violet-800\/25{background-color:rgba(91,33,182,.25)}.xl\:bg-violet-800\/30{background-color:rgba(91,33,182,.3)}.xl\:bg-violet-800\/35{background-color:rgba(91,33,182,.35)}.xl\:bg-violet-800\/40{background-color:rgba(91,33,182,.4)}.xl\:bg-violet-800\/45{background-color:rgba(91,33,182,.45)}.xl\:bg-violet-800\/5{background-color:rgba(91,33,182,.05)}.xl\:bg-violet-800\/50{background-color:rgba(91,33,182,.5)}.xl\:bg-violet-800\/55{background-color:rgba(91,33,182,.55)}.xl\:bg-violet-800\/60{background-color:rgba(91,33,182,.6)}.xl\:bg-violet-800\/65{background-color:rgba(91,33,182,.65)}.xl\:bg-violet-800\/70{background-color:rgba(91,33,182,.7)}.xl\:bg-violet-800\/75{background-color:rgba(91,33,182,.75)}.xl\:bg-violet-800\/80{background-color:rgba(91,33,182,.8)}.xl\:bg-violet-800\/85{background-color:rgba(91,33,182,.85)}.xl\:bg-violet-800\/90{background-color:rgba(91,33,182,.9)}.xl\:bg-violet-800\/95{background-color:rgba(91,33,182,.95)}.xl\:bg-violet-900{--tw-bg-opacity:1;background-color:rgba(76,29,149,var(--tw-bg-opacity))}.xl\:bg-violet-900\/0{background-color:rgba(76,29,149,0)}.xl\:bg-violet-900\/10{background-color:rgba(76,29,149,.1)}.xl\:bg-violet-900\/100{background-color:#4c1d95}.xl\:bg-violet-900\/15{background-color:rgba(76,29,149,.15)}.xl\:bg-violet-900\/20{background-color:rgba(76,29,149,.2)}.xl\:bg-violet-900\/25{background-color:rgba(76,29,149,.25)}.xl\:bg-violet-900\/30{background-color:rgba(76,29,149,.3)}.xl\:bg-violet-900\/35{background-color:rgba(76,29,149,.35)}.xl\:bg-violet-900\/40{background-color:rgba(76,29,149,.4)}.xl\:bg-violet-900\/45{background-color:rgba(76,29,149,.45)}.xl\:bg-violet-900\/5{background-color:rgba(76,29,149,.05)}.xl\:bg-violet-900\/50{background-color:rgba(76,29,149,.5)}.xl\:bg-violet-900\/55{background-color:rgba(76,29,149,.55)}.xl\:bg-violet-900\/60{background-color:rgba(76,29,149,.6)}.xl\:bg-violet-900\/65{background-color:rgba(76,29,149,.65)}.xl\:bg-violet-900\/70{background-color:rgba(76,29,149,.7)}.xl\:bg-violet-900\/75{background-color:rgba(76,29,149,.75)}.xl\:bg-violet-900\/80{background-color:rgba(76,29,149,.8)}.xl\:bg-violet-900\/85{background-color:rgba(76,29,149,.85)}.xl\:bg-violet-900\/90{background-color:rgba(76,29,149,.9)}.xl\:bg-violet-900\/95{background-color:rgba(76,29,149,.95)}.xl\:bg-violet-950{--tw-bg-opacity:1;background-color:rgba(46,16,101,var(--tw-bg-opacity))}.xl\:bg-violet-950\/0{background-color:rgba(46,16,101,0)}.xl\:bg-violet-950\/10{background-color:rgba(46,16,101,.1)}.xl\:bg-violet-950\/100{background-color:#2e1065}.xl\:bg-violet-950\/15{background-color:rgba(46,16,101,.15)}.xl\:bg-violet-950\/20{background-color:rgba(46,16,101,.2)}.xl\:bg-violet-950\/25{background-color:rgba(46,16,101,.25)}.xl\:bg-violet-950\/30{background-color:rgba(46,16,101,.3)}.xl\:bg-violet-950\/35{background-color:rgba(46,16,101,.35)}.xl\:bg-violet-950\/40{background-color:rgba(46,16,101,.4)}.xl\:bg-violet-950\/45{background-color:rgba(46,16,101,.45)}.xl\:bg-violet-950\/5{background-color:rgba(46,16,101,.05)}.xl\:bg-violet-950\/50{background-color:rgba(46,16,101,.5)}.xl\:bg-violet-950\/55{background-color:rgba(46,16,101,.55)}.xl\:bg-violet-950\/60{background-color:rgba(46,16,101,.6)}.xl\:bg-violet-950\/65{background-color:rgba(46,16,101,.65)}.xl\:bg-violet-950\/70{background-color:rgba(46,16,101,.7)}.xl\:bg-violet-950\/75{background-color:rgba(46,16,101,.75)}.xl\:bg-violet-950\/80{background-color:rgba(46,16,101,.8)}.xl\:bg-violet-950\/85{background-color:rgba(46,16,101,.85)}.xl\:bg-violet-950\/90{background-color:rgba(46,16,101,.9)}.xl\:bg-violet-950\/95{background-color:rgba(46,16,101,.95)}.xl\:bg-white{--tw-bg-opacity:1;background-color:rgba(255,255,255,var(--tw-bg-opacity))}.xl\:bg-white\/0{background-color:hsla(0,0%,100%,0)}.xl\:bg-white\/10{background-color:hsla(0,0%,100%,.1)}.xl\:bg-white\/100{background-color:#fff}.xl\:bg-white\/15{background-color:hsla(0,0%,100%,.15)}.xl\:bg-white\/20{background-color:hsla(0,0%,100%,.2)}.xl\:bg-white\/25{background-color:hsla(0,0%,100%,.25)}.xl\:bg-white\/30{background-color:hsla(0,0%,100%,.3)}.xl\:bg-white\/35{background-color:hsla(0,0%,100%,.35)}.xl\:bg-white\/40{background-color:hsla(0,0%,100%,.4)}.xl\:bg-white\/45{background-color:hsla(0,0%,100%,.45)}.xl\:bg-white\/5{background-color:hsla(0,0%,100%,.05)}.xl\:bg-white\/50{background-color:hsla(0,0%,100%,.5)}.xl\:bg-white\/55{background-color:hsla(0,0%,100%,.55)}.xl\:bg-white\/60{background-color:hsla(0,0%,100%,.6)}.xl\:bg-white\/65{background-color:hsla(0,0%,100%,.65)}.xl\:bg-white\/70{background-color:hsla(0,0%,100%,.7)}.xl\:bg-white\/75{background-color:hsla(0,0%,100%,.75)}.xl\:bg-white\/80{background-color:hsla(0,0%,100%,.8)}.xl\:bg-white\/85{background-color:hsla(0,0%,100%,.85)}.xl\:bg-white\/90{background-color:hsla(0,0%,100%,.9)}.xl\:bg-white\/95{background-color:hsla(0,0%,100%,.95)}.xl\:bg-yellow-100{--tw-bg-opacity:1;background-color:rgba(254,249,195,var(--tw-bg-opacity))}.xl\:bg-yellow-100\/0{background-color:hsla(55,97%,88%,0)}.xl\:bg-yellow-100\/10{background-color:hsla(55,97%,88%,.1)}.xl\:bg-yellow-100\/100{background-color:#fef9c3}.xl\:bg-yellow-100\/15{background-color:hsla(55,97%,88%,.15)}.xl\:bg-yellow-100\/20{background-color:hsla(55,97%,88%,.2)}.xl\:bg-yellow-100\/25{background-color:hsla(55,97%,88%,.25)}.xl\:bg-yellow-100\/30{background-color:hsla(55,97%,88%,.3)}.xl\:bg-yellow-100\/35{background-color:hsla(55,97%,88%,.35)}.xl\:bg-yellow-100\/40{background-color:hsla(55,97%,88%,.4)}.xl\:bg-yellow-100\/45{background-color:hsla(55,97%,88%,.45)}.xl\:bg-yellow-100\/5{background-color:hsla(55,97%,88%,.05)}.xl\:bg-yellow-100\/50{background-color:hsla(55,97%,88%,.5)}.xl\:bg-yellow-100\/55{background-color:hsla(55,97%,88%,.55)}.xl\:bg-yellow-100\/60{background-color:hsla(55,97%,88%,.6)}.xl\:bg-yellow-100\/65{background-color:hsla(55,97%,88%,.65)}.xl\:bg-yellow-100\/70{background-color:hsla(55,97%,88%,.7)}.xl\:bg-yellow-100\/75{background-color:hsla(55,97%,88%,.75)}.xl\:bg-yellow-100\/80{background-color:hsla(55,97%,88%,.8)}.xl\:bg-yellow-100\/85{background-color:hsla(55,97%,88%,.85)}.xl\:bg-yellow-100\/90{background-color:hsla(55,97%,88%,.9)}.xl\:bg-yellow-100\/95{background-color:hsla(55,97%,88%,.95)}.xl\:bg-yellow-200{--tw-bg-opacity:1;background-color:rgba(254,240,138,var(--tw-bg-opacity))}.xl\:bg-yellow-200\/0{background-color:hsla(53,98%,77%,0)}.xl\:bg-yellow-200\/10{background-color:hsla(53,98%,77%,.1)}.xl\:bg-yellow-200\/100{background-color:#fef08a}.xl\:bg-yellow-200\/15{background-color:hsla(53,98%,77%,.15)}.xl\:bg-yellow-200\/20{background-color:hsla(53,98%,77%,.2)}.xl\:bg-yellow-200\/25{background-color:hsla(53,98%,77%,.25)}.xl\:bg-yellow-200\/30{background-color:hsla(53,98%,77%,.3)}.xl\:bg-yellow-200\/35{background-color:hsla(53,98%,77%,.35)}.xl\:bg-yellow-200\/40{background-color:hsla(53,98%,77%,.4)}.xl\:bg-yellow-200\/45{background-color:hsla(53,98%,77%,.45)}.xl\:bg-yellow-200\/5{background-color:hsla(53,98%,77%,.05)}.xl\:bg-yellow-200\/50{background-color:hsla(53,98%,77%,.5)}.xl\:bg-yellow-200\/55{background-color:hsla(53,98%,77%,.55)}.xl\:bg-yellow-200\/60{background-color:hsla(53,98%,77%,.6)}.xl\:bg-yellow-200\/65{background-color:hsla(53,98%,77%,.65)}.xl\:bg-yellow-200\/70{background-color:hsla(53,98%,77%,.7)}.xl\:bg-yellow-200\/75{background-color:hsla(53,98%,77%,.75)}.xl\:bg-yellow-200\/80{background-color:hsla(53,98%,77%,.8)}.xl\:bg-yellow-200\/85{background-color:hsla(53,98%,77%,.85)}.xl\:bg-yellow-200\/90{background-color:hsla(53,98%,77%,.9)}.xl\:bg-yellow-200\/95{background-color:hsla(53,98%,77%,.95)}.xl\:bg-yellow-300{--tw-bg-opacity:1;background-color:rgba(253,224,71,var(--tw-bg-opacity))}.xl\:bg-yellow-300\/0{background-color:rgba(253,224,71,0)}.xl\:bg-yellow-300\/10{background-color:rgba(253,224,71,.1)}.xl\:bg-yellow-300\/100{background-color:#fde047}.xl\:bg-yellow-300\/15{background-color:rgba(253,224,71,.15)}.xl\:bg-yellow-300\/20{background-color:rgba(253,224,71,.2)}.xl\:bg-yellow-300\/25{background-color:rgba(253,224,71,.25)}.xl\:bg-yellow-300\/30{background-color:rgba(253,224,71,.3)}.xl\:bg-yellow-300\/35{background-color:rgba(253,224,71,.35)}.xl\:bg-yellow-300\/40{background-color:rgba(253,224,71,.4)}.xl\:bg-yellow-300\/45{background-color:rgba(253,224,71,.45)}.xl\:bg-yellow-300\/5{background-color:rgba(253,224,71,.05)}.xl\:bg-yellow-300\/50{background-color:rgba(253,224,71,.5)}.xl\:bg-yellow-300\/55{background-color:rgba(253,224,71,.55)}.xl\:bg-yellow-300\/60{background-color:rgba(253,224,71,.6)}.xl\:bg-yellow-300\/65{background-color:rgba(253,224,71,.65)}.xl\:bg-yellow-300\/70{background-color:rgba(253,224,71,.7)}.xl\:bg-yellow-300\/75{background-color:rgba(253,224,71,.75)}.xl\:bg-yellow-300\/80{background-color:rgba(253,224,71,.8)}.xl\:bg-yellow-300\/85{background-color:rgba(253,224,71,.85)}.xl\:bg-yellow-300\/90{background-color:rgba(253,224,71,.9)}.xl\:bg-yellow-300\/95{background-color:rgba(253,224,71,.95)}.xl\:bg-yellow-400{--tw-bg-opacity:1;background-color:rgba(250,204,21,var(--tw-bg-opacity))}.xl\:bg-yellow-400\/0{background-color:rgba(250,204,21,0)}.xl\:bg-yellow-400\/10{background-color:rgba(250,204,21,.1)}.xl\:bg-yellow-400\/100{background-color:#facc15}.xl\:bg-yellow-400\/15{background-color:rgba(250,204,21,.15)}.xl\:bg-yellow-400\/20{background-color:rgba(250,204,21,.2)}.xl\:bg-yellow-400\/25{background-color:rgba(250,204,21,.25)}.xl\:bg-yellow-400\/30{background-color:rgba(250,204,21,.3)}.xl\:bg-yellow-400\/35{background-color:rgba(250,204,21,.35)}.xl\:bg-yellow-400\/40{background-color:rgba(250,204,21,.4)}.xl\:bg-yellow-400\/45{background-color:rgba(250,204,21,.45)}.xl\:bg-yellow-400\/5{background-color:rgba(250,204,21,.05)}.xl\:bg-yellow-400\/50{background-color:rgba(250,204,21,.5)}.xl\:bg-yellow-400\/55{background-color:rgba(250,204,21,.55)}.xl\:bg-yellow-400\/60{background-color:rgba(250,204,21,.6)}.xl\:bg-yellow-400\/65{background-color:rgba(250,204,21,.65)}.xl\:bg-yellow-400\/70{background-color:rgba(250,204,21,.7)}.xl\:bg-yellow-400\/75{background-color:rgba(250,204,21,.75)}.xl\:bg-yellow-400\/80{background-color:rgba(250,204,21,.8)}.xl\:bg-yellow-400\/85{background-color:rgba(250,204,21,.85)}.xl\:bg-yellow-400\/90{background-color:rgba(250,204,21,.9)}.xl\:bg-yellow-400\/95{background-color:rgba(250,204,21,.95)}.xl\:bg-yellow-50{--tw-bg-opacity:1;background-color:rgba(254,252,232,var(--tw-bg-opacity))}.xl\:bg-yellow-50\/0{background-color:hsla(55,92%,95%,0)}.xl\:bg-yellow-50\/10{background-color:hsla(55,92%,95%,.1)}.xl\:bg-yellow-50\/100{background-color:#fefce8}.xl\:bg-yellow-50\/15{background-color:hsla(55,92%,95%,.15)}.xl\:bg-yellow-50\/20{background-color:hsla(55,92%,95%,.2)}.xl\:bg-yellow-50\/25{background-color:hsla(55,92%,95%,.25)}.xl\:bg-yellow-50\/30{background-color:hsla(55,92%,95%,.3)}.xl\:bg-yellow-50\/35{background-color:hsla(55,92%,95%,.35)}.xl\:bg-yellow-50\/40{background-color:hsla(55,92%,95%,.4)}.xl\:bg-yellow-50\/45{background-color:hsla(55,92%,95%,.45)}.xl\:bg-yellow-50\/5{background-color:hsla(55,92%,95%,.05)}.xl\:bg-yellow-50\/50{background-color:hsla(55,92%,95%,.5)}.xl\:bg-yellow-50\/55{background-color:hsla(55,92%,95%,.55)}.xl\:bg-yellow-50\/60{background-color:hsla(55,92%,95%,.6)}.xl\:bg-yellow-50\/65{background-color:hsla(55,92%,95%,.65)}.xl\:bg-yellow-50\/70{background-color:hsla(55,92%,95%,.7)}.xl\:bg-yellow-50\/75{background-color:hsla(55,92%,95%,.75)}.xl\:bg-yellow-50\/80{background-color:hsla(55,92%,95%,.8)}.xl\:bg-yellow-50\/85{background-color:hsla(55,92%,95%,.85)}.xl\:bg-yellow-50\/90{background-color:hsla(55,92%,95%,.9)}.xl\:bg-yellow-50\/95{background-color:hsla(55,92%,95%,.95)}.xl\:bg-yellow-500{--tw-bg-opacity:1;background-color:rgba(234,179,8,var(--tw-bg-opacity))}.xl\:bg-yellow-500\/0{background-color:rgba(234,179,8,0)}.xl\:bg-yellow-500\/10{background-color:rgba(234,179,8,.1)}.xl\:bg-yellow-500\/100{background-color:#eab308}.xl\:bg-yellow-500\/15{background-color:rgba(234,179,8,.15)}.xl\:bg-yellow-500\/20{background-color:rgba(234,179,8,.2)}.xl\:bg-yellow-500\/25{background-color:rgba(234,179,8,.25)}.xl\:bg-yellow-500\/30{background-color:rgba(234,179,8,.3)}.xl\:bg-yellow-500\/35{background-color:rgba(234,179,8,.35)}.xl\:bg-yellow-500\/40{background-color:rgba(234,179,8,.4)}.xl\:bg-yellow-500\/45{background-color:rgba(234,179,8,.45)}.xl\:bg-yellow-500\/5{background-color:rgba(234,179,8,.05)}.xl\:bg-yellow-500\/50{background-color:rgba(234,179,8,.5)}.xl\:bg-yellow-500\/55{background-color:rgba(234,179,8,.55)}.xl\:bg-yellow-500\/60{background-color:rgba(234,179,8,.6)}.xl\:bg-yellow-500\/65{background-color:rgba(234,179,8,.65)}.xl\:bg-yellow-500\/70{background-color:rgba(234,179,8,.7)}.xl\:bg-yellow-500\/75{background-color:rgba(234,179,8,.75)}.xl\:bg-yellow-500\/80{background-color:rgba(234,179,8,.8)}.xl\:bg-yellow-500\/85{background-color:rgba(234,179,8,.85)}.xl\:bg-yellow-500\/90{background-color:rgba(234,179,8,.9)}.xl\:bg-yellow-500\/95{background-color:rgba(234,179,8,.95)}.xl\:bg-yellow-600{--tw-bg-opacity:1;background-color:rgba(202,138,4,var(--tw-bg-opacity))}.xl\:bg-yellow-600\/0{background-color:rgba(202,138,4,0)}.xl\:bg-yellow-600\/10{background-color:rgba(202,138,4,.1)}.xl\:bg-yellow-600\/100{background-color:#ca8a04}.xl\:bg-yellow-600\/15{background-color:rgba(202,138,4,.15)}.xl\:bg-yellow-600\/20{background-color:rgba(202,138,4,.2)}.xl\:bg-yellow-600\/25{background-color:rgba(202,138,4,.25)}.xl\:bg-yellow-600\/30{background-color:rgba(202,138,4,.3)}.xl\:bg-yellow-600\/35{background-color:rgba(202,138,4,.35)}.xl\:bg-yellow-600\/40{background-color:rgba(202,138,4,.4)}.xl\:bg-yellow-600\/45{background-color:rgba(202,138,4,.45)}.xl\:bg-yellow-600\/5{background-color:rgba(202,138,4,.05)}.xl\:bg-yellow-600\/50{background-color:rgba(202,138,4,.5)}.xl\:bg-yellow-600\/55{background-color:rgba(202,138,4,.55)}.xl\:bg-yellow-600\/60{background-color:rgba(202,138,4,.6)}.xl\:bg-yellow-600\/65{background-color:rgba(202,138,4,.65)}.xl\:bg-yellow-600\/70{background-color:rgba(202,138,4,.7)}.xl\:bg-yellow-600\/75{background-color:rgba(202,138,4,.75)}.xl\:bg-yellow-600\/80{background-color:rgba(202,138,4,.8)}.xl\:bg-yellow-600\/85{background-color:rgba(202,138,4,.85)}.xl\:bg-yellow-600\/90{background-color:rgba(202,138,4,.9)}.xl\:bg-yellow-600\/95{background-color:rgba(202,138,4,.95)}.xl\:bg-yellow-700{--tw-bg-opacity:1;background-color:rgba(161,98,7,var(--tw-bg-opacity))}.xl\:bg-yellow-700\/0{background-color:rgba(161,98,7,0)}.xl\:bg-yellow-700\/10{background-color:rgba(161,98,7,.1)}.xl\:bg-yellow-700\/100{background-color:#a16207}.xl\:bg-yellow-700\/15{background-color:rgba(161,98,7,.15)}.xl\:bg-yellow-700\/20{background-color:rgba(161,98,7,.2)}.xl\:bg-yellow-700\/25{background-color:rgba(161,98,7,.25)}.xl\:bg-yellow-700\/30{background-color:rgba(161,98,7,.3)}.xl\:bg-yellow-700\/35{background-color:rgba(161,98,7,.35)}.xl\:bg-yellow-700\/40{background-color:rgba(161,98,7,.4)}.xl\:bg-yellow-700\/45{background-color:rgba(161,98,7,.45)}.xl\:bg-yellow-700\/5{background-color:rgba(161,98,7,.05)}.xl\:bg-yellow-700\/50{background-color:rgba(161,98,7,.5)}.xl\:bg-yellow-700\/55{background-color:rgba(161,98,7,.55)}.xl\:bg-yellow-700\/60{background-color:rgba(161,98,7,.6)}.xl\:bg-yellow-700\/65{background-color:rgba(161,98,7,.65)}.xl\:bg-yellow-700\/70{background-color:rgba(161,98,7,.7)}.xl\:bg-yellow-700\/75{background-color:rgba(161,98,7,.75)}.xl\:bg-yellow-700\/80{background-color:rgba(161,98,7,.8)}.xl\:bg-yellow-700\/85{background-color:rgba(161,98,7,.85)}.xl\:bg-yellow-700\/90{background-color:rgba(161,98,7,.9)}.xl\:bg-yellow-700\/95{background-color:rgba(161,98,7,.95)}.xl\:bg-yellow-800{--tw-bg-opacity:1;background-color:rgba(133,77,14,var(--tw-bg-opacity))}.xl\:bg-yellow-800\/0{background-color:rgba(133,77,14,0)}.xl\:bg-yellow-800\/10{background-color:rgba(133,77,14,.1)}.xl\:bg-yellow-800\/100{background-color:#854d0e}.xl\:bg-yellow-800\/15{background-color:rgba(133,77,14,.15)}.xl\:bg-yellow-800\/20{background-color:rgba(133,77,14,.2)}.xl\:bg-yellow-800\/25{background-color:rgba(133,77,14,.25)}.xl\:bg-yellow-800\/30{background-color:rgba(133,77,14,.3)}.xl\:bg-yellow-800\/35{background-color:rgba(133,77,14,.35)}.xl\:bg-yellow-800\/40{background-color:rgba(133,77,14,.4)}.xl\:bg-yellow-800\/45{background-color:rgba(133,77,14,.45)}.xl\:bg-yellow-800\/5{background-color:rgba(133,77,14,.05)}.xl\:bg-yellow-800\/50{background-color:rgba(133,77,14,.5)}.xl\:bg-yellow-800\/55{background-color:rgba(133,77,14,.55)}.xl\:bg-yellow-800\/60{background-color:rgba(133,77,14,.6)}.xl\:bg-yellow-800\/65{background-color:rgba(133,77,14,.65)}.xl\:bg-yellow-800\/70{background-color:rgba(133,77,14,.7)}.xl\:bg-yellow-800\/75{background-color:rgba(133,77,14,.75)}.xl\:bg-yellow-800\/80{background-color:rgba(133,77,14,.8)}.xl\:bg-yellow-800\/85{background-color:rgba(133,77,14,.85)}.xl\:bg-yellow-800\/90{background-color:rgba(133,77,14,.9)}.xl\:bg-yellow-800\/95{background-color:rgba(133,77,14,.95)}.xl\:bg-yellow-900{--tw-bg-opacity:1;background-color:rgba(113,63,18,var(--tw-bg-opacity))}.xl\:bg-yellow-900\/0{background-color:rgba(113,63,18,0)}.xl\:bg-yellow-900\/10{background-color:rgba(113,63,18,.1)}.xl\:bg-yellow-900\/100{background-color:#713f12}.xl\:bg-yellow-900\/15{background-color:rgba(113,63,18,.15)}.xl\:bg-yellow-900\/20{background-color:rgba(113,63,18,.2)}.xl\:bg-yellow-900\/25{background-color:rgba(113,63,18,.25)}.xl\:bg-yellow-900\/30{background-color:rgba(113,63,18,.3)}.xl\:bg-yellow-900\/35{background-color:rgba(113,63,18,.35)}.xl\:bg-yellow-900\/40{background-color:rgba(113,63,18,.4)}.xl\:bg-yellow-900\/45{background-color:rgba(113,63,18,.45)}.xl\:bg-yellow-900\/5{background-color:rgba(113,63,18,.05)}.xl\:bg-yellow-900\/50{background-color:rgba(113,63,18,.5)}.xl\:bg-yellow-900\/55{background-color:rgba(113,63,18,.55)}.xl\:bg-yellow-900\/60{background-color:rgba(113,63,18,.6)}.xl\:bg-yellow-900\/65{background-color:rgba(113,63,18,.65)}.xl\:bg-yellow-900\/70{background-color:rgba(113,63,18,.7)}.xl\:bg-yellow-900\/75{background-color:rgba(113,63,18,.75)}.xl\:bg-yellow-900\/80{background-color:rgba(113,63,18,.8)}.xl\:bg-yellow-900\/85{background-color:rgba(113,63,18,.85)}.xl\:bg-yellow-900\/90{background-color:rgba(113,63,18,.9)}.xl\:bg-yellow-900\/95{background-color:rgba(113,63,18,.95)}.xl\:bg-yellow-950{--tw-bg-opacity:1;background-color:rgba(66,32,6,var(--tw-bg-opacity))}.xl\:bg-yellow-950\/0{background-color:rgba(66,32,6,0)}.xl\:bg-yellow-950\/10{background-color:rgba(66,32,6,.1)}.xl\:bg-yellow-950\/100{background-color:#422006}.xl\:bg-yellow-950\/15{background-color:rgba(66,32,6,.15)}.xl\:bg-yellow-950\/20{background-color:rgba(66,32,6,.2)}.xl\:bg-yellow-950\/25{background-color:rgba(66,32,6,.25)}.xl\:bg-yellow-950\/30{background-color:rgba(66,32,6,.3)}.xl\:bg-yellow-950\/35{background-color:rgba(66,32,6,.35)}.xl\:bg-yellow-950\/40{background-color:rgba(66,32,6,.4)}.xl\:bg-yellow-950\/45{background-color:rgba(66,32,6,.45)}.xl\:bg-yellow-950\/5{background-color:rgba(66,32,6,.05)}.xl\:bg-yellow-950\/50{background-color:rgba(66,32,6,.5)}.xl\:bg-yellow-950\/55{background-color:rgba(66,32,6,.55)}.xl\:bg-yellow-950\/60{background-color:rgba(66,32,6,.6)}.xl\:bg-yellow-950\/65{background-color:rgba(66,32,6,.65)}.xl\:bg-yellow-950\/70{background-color:rgba(66,32,6,.7)}.xl\:bg-yellow-950\/75{background-color:rgba(66,32,6,.75)}.xl\:bg-yellow-950\/80{background-color:rgba(66,32,6,.8)}.xl\:bg-yellow-950\/85{background-color:rgba(66,32,6,.85)}.xl\:bg-yellow-950\/90{background-color:rgba(66,32,6,.9)}.xl\:bg-yellow-950\/95{background-color:rgba(66,32,6,.95)}.xl\:bg-zinc-100{--tw-bg-opacity:1;background-color:rgba(244,244,245,var(--tw-bg-opacity))}.xl\:bg-zinc-100\/0{background-color:hsla(240,5%,96%,0)}.xl\:bg-zinc-100\/10{background-color:hsla(240,5%,96%,.1)}.xl\:bg-zinc-100\/100{background-color:#f4f4f5}.xl\:bg-zinc-100\/15{background-color:hsla(240,5%,96%,.15)}.xl\:bg-zinc-100\/20{background-color:hsla(240,5%,96%,.2)}.xl\:bg-zinc-100\/25{background-color:hsla(240,5%,96%,.25)}.xl\:bg-zinc-100\/30{background-color:hsla(240,5%,96%,.3)}.xl\:bg-zinc-100\/35{background-color:hsla(240,5%,96%,.35)}.xl\:bg-zinc-100\/40{background-color:hsla(240,5%,96%,.4)}.xl\:bg-zinc-100\/45{background-color:hsla(240,5%,96%,.45)}.xl\:bg-zinc-100\/5{background-color:hsla(240,5%,96%,.05)}.xl\:bg-zinc-100\/50{background-color:hsla(240,5%,96%,.5)}.xl\:bg-zinc-100\/55{background-color:hsla(240,5%,96%,.55)}.xl\:bg-zinc-100\/60{background-color:hsla(240,5%,96%,.6)}.xl\:bg-zinc-100\/65{background-color:hsla(240,5%,96%,.65)}.xl\:bg-zinc-100\/70{background-color:hsla(240,5%,96%,.7)}.xl\:bg-zinc-100\/75{background-color:hsla(240,5%,96%,.75)}.xl\:bg-zinc-100\/80{background-color:hsla(240,5%,96%,.8)}.xl\:bg-zinc-100\/85{background-color:hsla(240,5%,96%,.85)}.xl\:bg-zinc-100\/90{background-color:hsla(240,5%,96%,.9)}.xl\:bg-zinc-100\/95{background-color:hsla(240,5%,96%,.95)}.xl\:bg-zinc-200{--tw-bg-opacity:1;background-color:rgba(228,228,231,var(--tw-bg-opacity))}.xl\:bg-zinc-200\/0{background-color:hsla(240,6%,90%,0)}.xl\:bg-zinc-200\/10{background-color:hsla(240,6%,90%,.1)}.xl\:bg-zinc-200\/100{background-color:#e4e4e7}.xl\:bg-zinc-200\/15{background-color:hsla(240,6%,90%,.15)}.xl\:bg-zinc-200\/20{background-color:hsla(240,6%,90%,.2)}.xl\:bg-zinc-200\/25{background-color:hsla(240,6%,90%,.25)}.xl\:bg-zinc-200\/30{background-color:hsla(240,6%,90%,.3)}.xl\:bg-zinc-200\/35{background-color:hsla(240,6%,90%,.35)}.xl\:bg-zinc-200\/40{background-color:hsla(240,6%,90%,.4)}.xl\:bg-zinc-200\/45{background-color:hsla(240,6%,90%,.45)}.xl\:bg-zinc-200\/5{background-color:hsla(240,6%,90%,.05)}.xl\:bg-zinc-200\/50{background-color:hsla(240,6%,90%,.5)}.xl\:bg-zinc-200\/55{background-color:hsla(240,6%,90%,.55)}.xl\:bg-zinc-200\/60{background-color:hsla(240,6%,90%,.6)}.xl\:bg-zinc-200\/65{background-color:hsla(240,6%,90%,.65)}.xl\:bg-zinc-200\/70{background-color:hsla(240,6%,90%,.7)}.xl\:bg-zinc-200\/75{background-color:hsla(240,6%,90%,.75)}.xl\:bg-zinc-200\/80{background-color:hsla(240,6%,90%,.8)}.xl\:bg-zinc-200\/85{background-color:hsla(240,6%,90%,.85)}.xl\:bg-zinc-200\/90{background-color:hsla(240,6%,90%,.9)}.xl\:bg-zinc-200\/95{background-color:hsla(240,6%,90%,.95)}.xl\:bg-zinc-300{--tw-bg-opacity:1;background-color:rgba(212,212,216,var(--tw-bg-opacity))}.xl\:bg-zinc-300\/0{background-color:hsla(240,5%,84%,0)}.xl\:bg-zinc-300\/10{background-color:hsla(240,5%,84%,.1)}.xl\:bg-zinc-300\/100{background-color:#d4d4d8}.xl\:bg-zinc-300\/15{background-color:hsla(240,5%,84%,.15)}.xl\:bg-zinc-300\/20{background-color:hsla(240,5%,84%,.2)}.xl\:bg-zinc-300\/25{background-color:hsla(240,5%,84%,.25)}.xl\:bg-zinc-300\/30{background-color:hsla(240,5%,84%,.3)}.xl\:bg-zinc-300\/35{background-color:hsla(240,5%,84%,.35)}.xl\:bg-zinc-300\/40{background-color:hsla(240,5%,84%,.4)}.xl\:bg-zinc-300\/45{background-color:hsla(240,5%,84%,.45)}.xl\:bg-zinc-300\/5{background-color:hsla(240,5%,84%,.05)}.xl\:bg-zinc-300\/50{background-color:hsla(240,5%,84%,.5)}.xl\:bg-zinc-300\/55{background-color:hsla(240,5%,84%,.55)}.xl\:bg-zinc-300\/60{background-color:hsla(240,5%,84%,.6)}.xl\:bg-zinc-300\/65{background-color:hsla(240,5%,84%,.65)}.xl\:bg-zinc-300\/70{background-color:hsla(240,5%,84%,.7)}.xl\:bg-zinc-300\/75{background-color:hsla(240,5%,84%,.75)}.xl\:bg-zinc-300\/80{background-color:hsla(240,5%,84%,.8)}.xl\:bg-zinc-300\/85{background-color:hsla(240,5%,84%,.85)}.xl\:bg-zinc-300\/90{background-color:hsla(240,5%,84%,.9)}.xl\:bg-zinc-300\/95{background-color:hsla(240,5%,84%,.95)}.xl\:bg-zinc-400{--tw-bg-opacity:1;background-color:rgba(161,161,170,var(--tw-bg-opacity))}.xl\:bg-zinc-400\/0{background-color:hsla(240,5%,65%,0)}.xl\:bg-zinc-400\/10{background-color:hsla(240,5%,65%,.1)}.xl\:bg-zinc-400\/100{background-color:#a1a1aa}.xl\:bg-zinc-400\/15{background-color:hsla(240,5%,65%,.15)}.xl\:bg-zinc-400\/20{background-color:hsla(240,5%,65%,.2)}.xl\:bg-zinc-400\/25{background-color:hsla(240,5%,65%,.25)}.xl\:bg-zinc-400\/30{background-color:hsla(240,5%,65%,.3)}.xl\:bg-zinc-400\/35{background-color:hsla(240,5%,65%,.35)}.xl\:bg-zinc-400\/40{background-color:hsla(240,5%,65%,.4)}.xl\:bg-zinc-400\/45{background-color:hsla(240,5%,65%,.45)}.xl\:bg-zinc-400\/5{background-color:hsla(240,5%,65%,.05)}.xl\:bg-zinc-400\/50{background-color:hsla(240,5%,65%,.5)}.xl\:bg-zinc-400\/55{background-color:hsla(240,5%,65%,.55)}.xl\:bg-zinc-400\/60{background-color:hsla(240,5%,65%,.6)}.xl\:bg-zinc-400\/65{background-color:hsla(240,5%,65%,.65)}.xl\:bg-zinc-400\/70{background-color:hsla(240,5%,65%,.7)}.xl\:bg-zinc-400\/75{background-color:hsla(240,5%,65%,.75)}.xl\:bg-zinc-400\/80{background-color:hsla(240,5%,65%,.8)}.xl\:bg-zinc-400\/85{background-color:hsla(240,5%,65%,.85)}.xl\:bg-zinc-400\/90{background-color:hsla(240,5%,65%,.9)}.xl\:bg-zinc-400\/95{background-color:hsla(240,5%,65%,.95)}.xl\:bg-zinc-50{--tw-bg-opacity:1;background-color:rgba(250,250,250,var(--tw-bg-opacity))}.xl\:bg-zinc-50\/0{background-color:hsla(0,0%,98%,0)}.xl\:bg-zinc-50\/10{background-color:hsla(0,0%,98%,.1)}.xl\:bg-zinc-50\/100{background-color:#fafafa}.xl\:bg-zinc-50\/15{background-color:hsla(0,0%,98%,.15)}.xl\:bg-zinc-50\/20{background-color:hsla(0,0%,98%,.2)}.xl\:bg-zinc-50\/25{background-color:hsla(0,0%,98%,.25)}.xl\:bg-zinc-50\/30{background-color:hsla(0,0%,98%,.3)}.xl\:bg-zinc-50\/35{background-color:hsla(0,0%,98%,.35)}.xl\:bg-zinc-50\/40{background-color:hsla(0,0%,98%,.4)}.xl\:bg-zinc-50\/45{background-color:hsla(0,0%,98%,.45)}.xl\:bg-zinc-50\/5{background-color:hsla(0,0%,98%,.05)}.xl\:bg-zinc-50\/50{background-color:hsla(0,0%,98%,.5)}.xl\:bg-zinc-50\/55{background-color:hsla(0,0%,98%,.55)}.xl\:bg-zinc-50\/60{background-color:hsla(0,0%,98%,.6)}.xl\:bg-zinc-50\/65{background-color:hsla(0,0%,98%,.65)}.xl\:bg-zinc-50\/70{background-color:hsla(0,0%,98%,.7)}.xl\:bg-zinc-50\/75{background-color:hsla(0,0%,98%,.75)}.xl\:bg-zinc-50\/80{background-color:hsla(0,0%,98%,.8)}.xl\:bg-zinc-50\/85{background-color:hsla(0,0%,98%,.85)}.xl\:bg-zinc-50\/90{background-color:hsla(0,0%,98%,.9)}.xl\:bg-zinc-50\/95{background-color:hsla(0,0%,98%,.95)}.xl\:bg-zinc-500{--tw-bg-opacity:1;background-color:rgba(113,113,122,var(--tw-bg-opacity))}.xl\:bg-zinc-500\/0{background-color:hsla(240,4%,46%,0)}.xl\:bg-zinc-500\/10{background-color:hsla(240,4%,46%,.1)}.xl\:bg-zinc-500\/100{background-color:#71717a}.xl\:bg-zinc-500\/15{background-color:hsla(240,4%,46%,.15)}.xl\:bg-zinc-500\/20{background-color:hsla(240,4%,46%,.2)}.xl\:bg-zinc-500\/25{background-color:hsla(240,4%,46%,.25)}.xl\:bg-zinc-500\/30{background-color:hsla(240,4%,46%,.3)}.xl\:bg-zinc-500\/35{background-color:hsla(240,4%,46%,.35)}.xl\:bg-zinc-500\/40{background-color:hsla(240,4%,46%,.4)}.xl\:bg-zinc-500\/45{background-color:hsla(240,4%,46%,.45)}.xl\:bg-zinc-500\/5{background-color:hsla(240,4%,46%,.05)}.xl\:bg-zinc-500\/50{background-color:hsla(240,4%,46%,.5)}.xl\:bg-zinc-500\/55{background-color:hsla(240,4%,46%,.55)}.xl\:bg-zinc-500\/60{background-color:hsla(240,4%,46%,.6)}.xl\:bg-zinc-500\/65{background-color:hsla(240,4%,46%,.65)}.xl\:bg-zinc-500\/70{background-color:hsla(240,4%,46%,.7)}.xl\:bg-zinc-500\/75{background-color:hsla(240,4%,46%,.75)}.xl\:bg-zinc-500\/80{background-color:hsla(240,4%,46%,.8)}.xl\:bg-zinc-500\/85{background-color:hsla(240,4%,46%,.85)}.xl\:bg-zinc-500\/90{background-color:hsla(240,4%,46%,.9)}.xl\:bg-zinc-500\/95{background-color:hsla(240,4%,46%,.95)}.xl\:bg-zinc-600{--tw-bg-opacity:1;background-color:rgba(82,82,91,var(--tw-bg-opacity))}.xl\:bg-zinc-600\/0{background-color:rgba(82,82,91,0)}.xl\:bg-zinc-600\/10{background-color:rgba(82,82,91,.1)}.xl\:bg-zinc-600\/100{background-color:#52525b}.xl\:bg-zinc-600\/15{background-color:rgba(82,82,91,.15)}.xl\:bg-zinc-600\/20{background-color:rgba(82,82,91,.2)}.xl\:bg-zinc-600\/25{background-color:rgba(82,82,91,.25)}.xl\:bg-zinc-600\/30{background-color:rgba(82,82,91,.3)}.xl\:bg-zinc-600\/35{background-color:rgba(82,82,91,.35)}.xl\:bg-zinc-600\/40{background-color:rgba(82,82,91,.4)}.xl\:bg-zinc-600\/45{background-color:rgba(82,82,91,.45)}.xl\:bg-zinc-600\/5{background-color:rgba(82,82,91,.05)}.xl\:bg-zinc-600\/50{background-color:rgba(82,82,91,.5)}.xl\:bg-zinc-600\/55{background-color:rgba(82,82,91,.55)}.xl\:bg-zinc-600\/60{background-color:rgba(82,82,91,.6)}.xl\:bg-zinc-600\/65{background-color:rgba(82,82,91,.65)}.xl\:bg-zinc-600\/70{background-color:rgba(82,82,91,.7)}.xl\:bg-zinc-600\/75{background-color:rgba(82,82,91,.75)}.xl\:bg-zinc-600\/80{background-color:rgba(82,82,91,.8)}.xl\:bg-zinc-600\/85{background-color:rgba(82,82,91,.85)}.xl\:bg-zinc-600\/90{background-color:rgba(82,82,91,.9)}.xl\:bg-zinc-600\/95{background-color:rgba(82,82,91,.95)}.xl\:bg-zinc-700{--tw-bg-opacity:1;background-color:rgba(63,63,70,var(--tw-bg-opacity))}.xl\:bg-zinc-700\/0{background-color:rgba(63,63,70,0)}.xl\:bg-zinc-700\/10{background-color:rgba(63,63,70,.1)}.xl\:bg-zinc-700\/100{background-color:#3f3f46}.xl\:bg-zinc-700\/15{background-color:rgba(63,63,70,.15)}.xl\:bg-zinc-700\/20{background-color:rgba(63,63,70,.2)}.xl\:bg-zinc-700\/25{background-color:rgba(63,63,70,.25)}.xl\:bg-zinc-700\/30{background-color:rgba(63,63,70,.3)}.xl\:bg-zinc-700\/35{background-color:rgba(63,63,70,.35)}.xl\:bg-zinc-700\/40{background-color:rgba(63,63,70,.4)}.xl\:bg-zinc-700\/45{background-color:rgba(63,63,70,.45)}.xl\:bg-zinc-700\/5{background-color:rgba(63,63,70,.05)}.xl\:bg-zinc-700\/50{background-color:rgba(63,63,70,.5)}.xl\:bg-zinc-700\/55{background-color:rgba(63,63,70,.55)}.xl\:bg-zinc-700\/60{background-color:rgba(63,63,70,.6)}.xl\:bg-zinc-700\/65{background-color:rgba(63,63,70,.65)}.xl\:bg-zinc-700\/70{background-color:rgba(63,63,70,.7)}.xl\:bg-zinc-700\/75{background-color:rgba(63,63,70,.75)}.xl\:bg-zinc-700\/80{background-color:rgba(63,63,70,.8)}.xl\:bg-zinc-700\/85{background-color:rgba(63,63,70,.85)}.xl\:bg-zinc-700\/90{background-color:rgba(63,63,70,.9)}.xl\:bg-zinc-700\/95{background-color:rgba(63,63,70,.95)}.xl\:bg-zinc-800{--tw-bg-opacity:1;background-color:rgba(39,39,42,var(--tw-bg-opacity))}.xl\:bg-zinc-800\/0{background-color:rgba(39,39,42,0)}.xl\:bg-zinc-800\/10{background-color:rgba(39,39,42,.1)}.xl\:bg-zinc-800\/100{background-color:#27272a}.xl\:bg-zinc-800\/15{background-color:rgba(39,39,42,.15)}.xl\:bg-zinc-800\/20{background-color:rgba(39,39,42,.2)}.xl\:bg-zinc-800\/25{background-color:rgba(39,39,42,.25)}.xl\:bg-zinc-800\/30{background-color:rgba(39,39,42,.3)}.xl\:bg-zinc-800\/35{background-color:rgba(39,39,42,.35)}.xl\:bg-zinc-800\/40{background-color:rgba(39,39,42,.4)}.xl\:bg-zinc-800\/45{background-color:rgba(39,39,42,.45)}.xl\:bg-zinc-800\/5{background-color:rgba(39,39,42,.05)}.xl\:bg-zinc-800\/50{background-color:rgba(39,39,42,.5)}.xl\:bg-zinc-800\/55{background-color:rgba(39,39,42,.55)}.xl\:bg-zinc-800\/60{background-color:rgba(39,39,42,.6)}.xl\:bg-zinc-800\/65{background-color:rgba(39,39,42,.65)}.xl\:bg-zinc-800\/70{background-color:rgba(39,39,42,.7)}.xl\:bg-zinc-800\/75{background-color:rgba(39,39,42,.75)}.xl\:bg-zinc-800\/80{background-color:rgba(39,39,42,.8)}.xl\:bg-zinc-800\/85{background-color:rgba(39,39,42,.85)}.xl\:bg-zinc-800\/90{background-color:rgba(39,39,42,.9)}.xl\:bg-zinc-800\/95{background-color:rgba(39,39,42,.95)}.xl\:bg-zinc-900{--tw-bg-opacity:1;background-color:rgba(24,24,27,var(--tw-bg-opacity))}.xl\:bg-zinc-900\/0{background-color:rgba(24,24,27,0)}.xl\:bg-zinc-900\/10{background-color:rgba(24,24,27,.1)}.xl\:bg-zinc-900\/100{background-color:#18181b}.xl\:bg-zinc-900\/15{background-color:rgba(24,24,27,.15)}.xl\:bg-zinc-900\/20{background-color:rgba(24,24,27,.2)}.xl\:bg-zinc-900\/25{background-color:rgba(24,24,27,.25)}.xl\:bg-zinc-900\/30{background-color:rgba(24,24,27,.3)}.xl\:bg-zinc-900\/35{background-color:rgba(24,24,27,.35)}.xl\:bg-zinc-900\/40{background-color:rgba(24,24,27,.4)}.xl\:bg-zinc-900\/45{background-color:rgba(24,24,27,.45)}.xl\:bg-zinc-900\/5{background-color:rgba(24,24,27,.05)}.xl\:bg-zinc-900\/50{background-color:rgba(24,24,27,.5)}.xl\:bg-zinc-900\/55{background-color:rgba(24,24,27,.55)}.xl\:bg-zinc-900\/60{background-color:rgba(24,24,27,.6)}.xl\:bg-zinc-900\/65{background-color:rgba(24,24,27,.65)}.xl\:bg-zinc-900\/70{background-color:rgba(24,24,27,.7)}.xl\:bg-zinc-900\/75{background-color:rgba(24,24,27,.75)}.xl\:bg-zinc-900\/80{background-color:rgba(24,24,27,.8)}.xl\:bg-zinc-900\/85{background-color:rgba(24,24,27,.85)}.xl\:bg-zinc-900\/90{background-color:rgba(24,24,27,.9)}.xl\:bg-zinc-900\/95{background-color:rgba(24,24,27,.95)}.xl\:bg-zinc-950{--tw-bg-opacity:1;background-color:rgba(9,9,11,var(--tw-bg-opacity))}.xl\:bg-zinc-950\/0{background-color:rgba(9,9,11,0)}.xl\:bg-zinc-950\/10{background-color:rgba(9,9,11,.1)}.xl\:bg-zinc-950\/100{background-color:#09090b}.xl\:bg-zinc-950\/15{background-color:rgba(9,9,11,.15)}.xl\:bg-zinc-950\/20{background-color:rgba(9,9,11,.2)}.xl\:bg-zinc-950\/25{background-color:rgba(9,9,11,.25)}.xl\:bg-zinc-950\/30{background-color:rgba(9,9,11,.3)}.xl\:bg-zinc-950\/35{background-color:rgba(9,9,11,.35)}.xl\:bg-zinc-950\/40{background-color:rgba(9,9,11,.4)}.xl\:bg-zinc-950\/45{background-color:rgba(9,9,11,.45)}.xl\:bg-zinc-950\/5{background-color:rgba(9,9,11,.05)}.xl\:bg-zinc-950\/50{background-color:rgba(9,9,11,.5)}.xl\:bg-zinc-950\/55{background-color:rgba(9,9,11,.55)}.xl\:bg-zinc-950\/60{background-color:rgba(9,9,11,.6)}.xl\:bg-zinc-950\/65{background-color:rgba(9,9,11,.65)}.xl\:bg-zinc-950\/70{background-color:rgba(9,9,11,.7)}.xl\:bg-zinc-950\/75{background-color:rgba(9,9,11,.75)}.xl\:bg-zinc-950\/80{background-color:rgba(9,9,11,.8)}.xl\:bg-zinc-950\/85{background-color:rgba(9,9,11,.85)}.xl\:bg-zinc-950\/90{background-color:rgba(9,9,11,.9)}.xl\:bg-zinc-950\/95{background-color:rgba(9,9,11,.95)}.xl\:bg-opacity-0{--tw-bg-opacity:0}.xl\:bg-opacity-10{--tw-bg-opacity:0.1}.xl\:bg-opacity-100{--tw-bg-opacity:1}.xl\:bg-opacity-15{--tw-bg-opacity:0.15}.xl\:bg-opacity-20{--tw-bg-opacity:0.2}.xl\:bg-opacity-25{--tw-bg-opacity:0.25}.xl\:bg-opacity-30{--tw-bg-opacity:0.3}.xl\:bg-opacity-35{--tw-bg-opacity:0.35}.xl\:bg-opacity-40{--tw-bg-opacity:0.4}.xl\:bg-opacity-45{--tw-bg-opacity:0.45}.xl\:bg-opacity-5{--tw-bg-opacity:0.05}.xl\:bg-opacity-50{--tw-bg-opacity:0.5}.xl\:bg-opacity-55{--tw-bg-opacity:0.55}.xl\:bg-opacity-60{--tw-bg-opacity:0.6}.xl\:bg-opacity-65{--tw-bg-opacity:0.65}.xl\:bg-opacity-70{--tw-bg-opacity:0.7}.xl\:bg-opacity-75{--tw-bg-opacity:0.75}.xl\:bg-opacity-80{--tw-bg-opacity:0.8}.xl\:bg-opacity-85{--tw-bg-opacity:0.85}.xl\:bg-opacity-90{--tw-bg-opacity:0.9}.xl\:bg-opacity-95{--tw-bg-opacity:0.95}.xl\:bg-colour-options{background-image:url(/app/themes/wraith/public/images/colour-options-bg.947ce4.svg)}.xl\:bg-footer{background-image:url(/app/themes/wraith/public/images/footer-bg.0a5cc9.svg)}.xl\:bg-gradient-to-b{background-image:linear-gradient(to bottom,var(--tw-gradient-stops))}.xl\:bg-gradient-to-bl{background-image:linear-gradient(to bottom left,var(--tw-gradient-stops))}.xl\:bg-gradient-to-br{background-image:linear-gradient(to bottom right,var(--tw-gradient-stops))}.xl\:bg-gradient-to-l{background-image:linear-gradient(to left,var(--tw-gradient-stops))}.xl\:bg-gradient-to-r{background-image:linear-gradient(to right,var(--tw-gradient-stops))}.xl\:bg-gradient-to-t{background-image:linear-gradient(to top,var(--tw-gradient-stops))}.xl\:bg-gradient-to-tl{background-image:linear-gradient(to top left,var(--tw-gradient-stops))}.xl\:bg-gradient-to-tr{background-image:linear-gradient(to top right,var(--tw-gradient-stops))}.xl\:bg-none{background-image:none}.xl\:bg-secondary-dark-gray-white-split{background-image:linear-gradient(180deg,#f2f3f4,#f2f3f4 50%,#fff 0,#fff)}.xl\:bg-trust-col{background-image:url(/app/themes/wraith/public/images/trust-col-bg.8161a3.svg)}.xl\:bg-white-secondary-split{background-image:linear-gradient(180deg,#fff,#fff 50%,#042131 0,#042131)}.xl\:bg-auto{background-size:auto}.xl\:bg-contain{background-size:contain}.xl\:bg-cover{background-size:cover}.xl\:bg-fixed{background-attachment:fixed}.xl\:bg-local{background-attachment:local}.xl\:bg-scroll{background-attachment:scroll}.xl\:bg-clip-border{background-clip:initial}.xl\:bg-clip-padding{background-clip:padding-box}.xl\:bg-clip-content{background-clip:content-box}.xl\:bg-clip-text{-webkit-background-clip:text;background-clip:text}.xl\:bg-bottom{background-position:bottom}.xl\:bg-center{background-position:50%}.xl\:bg-left{background-position:0}.xl\:bg-left-bottom{background-position:0 100%}.xl\:bg-left-top{background-position:0 0}.xl\:bg-right{background-position:100%}.xl\:bg-right-bottom{background-position:100% 100%}.xl\:bg-right-top{background-position:100% 0}.xl\:bg-top{background-position:top}.xl\:bg-repeat{background-repeat:repeat}.xl\:bg-no-repeat{background-repeat:no-repeat}.xl\:bg-repeat-x{background-repeat:repeat-x}.xl\:bg-repeat-y{background-repeat:repeat-y}.xl\:bg-repeat-round{background-repeat:round}.xl\:bg-repeat-space{background-repeat:space}.xl\:bg-origin-border{background-origin:border-box}.xl\:bg-origin-padding{background-origin:initial}.xl\:bg-origin-content{background-origin:content-box}.xl\:p-16{padding:4rem}.xl\:px-1{padding-left:.25rem;padding-right:.25rem}.xl\:px-16{padding-left:4rem;padding-right:4rem}.xl\:px-32{padding-left:8rem;padding-right:8rem}.xl\:px-4{padding-left:1rem;padding-right:1rem}.xl\:py-28{padding-bottom:7rem;padding-top:7rem}.xl\:pb-12{padding-bottom:3rem}.xl\:pl-0{padding-left:0}.xl\:pl-2{padding-left:.5rem}.xl\:pl-5{padding-left:1.25rem}.xl\:pr-16{padding-right:4rem}.xl\:pr-2{padding-right:.5rem}.xl\:pr-40{padding-right:10rem}.xl\:pr-8{padding-right:2rem}.xl\:pt-\[420px\]{padding-top:420px}.xl\:text-3xl{font-size:1.875rem;line-height:2.25rem}.xl\:text-4xl{font-size:2.25rem;line-height:2.5rem}.xl\:text-xl\/none{font-size:1.25rem;line-height:1}.xl\:bg-blend-normal{background-blend-mode:normal}.xl\:bg-blend-multiply{background-blend-mode:multiply}.xl\:bg-blend-screen{background-blend-mode:screen}.xl\:bg-blend-overlay{background-blend-mode:overlay}.xl\:bg-blend-darken{background-blend-mode:darken}.xl\:bg-blend-lighten{background-blend-mode:lighten}.xl\:bg-blend-color-dodge{background-blend-mode:color-dodge}.xl\:bg-blend-color-burn{background-blend-mode:color-burn}.xl\:bg-blend-hard-light{background-blend-mode:hard-light}.xl\:bg-blend-soft-light{background-blend-mode:soft-light}.xl\:bg-blend-difference{background-blend-mode:difference}.xl\:bg-blend-exclusion{background-blend-mode:exclusion}.xl\:bg-blend-hue{background-blend-mode:hue}.xl\:bg-blend-saturation{background-blend-mode:saturation}.xl\:bg-blend-color{background-blend-mode:color}.xl\:bg-blend-luminosity{background-blend-mode:luminosity}}@media (min-width:1536px){.\32xl\:col-span-2{grid-column:span 2/span 2}.\32xl\:\!h-auto{height:auto!important}.\32xl\:h-\[530px\]{height:530px}.\32xl\:max-w-\[50\%\]{max-width:50%}.\32xl\:max-w-\[80\%\]{max-width:80%}.\32xl\:max-w-\[85\%\]{max-width:85%}.\32xl\:grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}.\32xl\:bg-amber-100{--tw-bg-opacity:1;background-color:rgba(254,243,199,var(--tw-bg-opacity))}.\32xl\:bg-amber-100\/0{background-color:hsla(48,96%,89%,0)}.\32xl\:bg-amber-100\/10{background-color:hsla(48,96%,89%,.1)}.\32xl\:bg-amber-100\/100{background-color:#fef3c7}.\32xl\:bg-amber-100\/15{background-color:hsla(48,96%,89%,.15)}.\32xl\:bg-amber-100\/20{background-color:hsla(48,96%,89%,.2)}.\32xl\:bg-amber-100\/25{background-color:hsla(48,96%,89%,.25)}.\32xl\:bg-amber-100\/30{background-color:hsla(48,96%,89%,.3)}.\32xl\:bg-amber-100\/35{background-color:hsla(48,96%,89%,.35)}.\32xl\:bg-amber-100\/40{background-color:hsla(48,96%,89%,.4)}.\32xl\:bg-amber-100\/45{background-color:hsla(48,96%,89%,.45)}.\32xl\:bg-amber-100\/5{background-color:hsla(48,96%,89%,.05)}.\32xl\:bg-amber-100\/50{background-color:hsla(48,96%,89%,.5)}.\32xl\:bg-amber-100\/55{background-color:hsla(48,96%,89%,.55)}.\32xl\:bg-amber-100\/60{background-color:hsla(48,96%,89%,.6)}.\32xl\:bg-amber-100\/65{background-color:hsla(48,96%,89%,.65)}.\32xl\:bg-amber-100\/70{background-color:hsla(48,96%,89%,.7)}.\32xl\:bg-amber-100\/75{background-color:hsla(48,96%,89%,.75)}.\32xl\:bg-amber-100\/80{background-color:hsla(48,96%,89%,.8)}.\32xl\:bg-amber-100\/85{background-color:hsla(48,96%,89%,.85)}.\32xl\:bg-amber-100\/90{background-color:hsla(48,96%,89%,.9)}.\32xl\:bg-amber-100\/95{background-color:hsla(48,96%,89%,.95)}.\32xl\:bg-amber-200{--tw-bg-opacity:1;background-color:rgba(253,230,138,var(--tw-bg-opacity))}.\32xl\:bg-amber-200\/0{background-color:hsla(48,97%,77%,0)}.\32xl\:bg-amber-200\/10{background-color:hsla(48,97%,77%,.1)}.\32xl\:bg-amber-200\/100{background-color:#fde68a}.\32xl\:bg-amber-200\/15{background-color:hsla(48,97%,77%,.15)}.\32xl\:bg-amber-200\/20{background-color:hsla(48,97%,77%,.2)}.\32xl\:bg-amber-200\/25{background-color:hsla(48,97%,77%,.25)}.\32xl\:bg-amber-200\/30{background-color:hsla(48,97%,77%,.3)}.\32xl\:bg-amber-200\/35{background-color:hsla(48,97%,77%,.35)}.\32xl\:bg-amber-200\/40{background-color:hsla(48,97%,77%,.4)}.\32xl\:bg-amber-200\/45{background-color:hsla(48,97%,77%,.45)}.\32xl\:bg-amber-200\/5{background-color:hsla(48,97%,77%,.05)}.\32xl\:bg-amber-200\/50{background-color:hsla(48,97%,77%,.5)}.\32xl\:bg-amber-200\/55{background-color:hsla(48,97%,77%,.55)}.\32xl\:bg-amber-200\/60{background-color:hsla(48,97%,77%,.6)}.\32xl\:bg-amber-200\/65{background-color:hsla(48,97%,77%,.65)}.\32xl\:bg-amber-200\/70{background-color:hsla(48,97%,77%,.7)}.\32xl\:bg-amber-200\/75{background-color:hsla(48,97%,77%,.75)}.\32xl\:bg-amber-200\/80{background-color:hsla(48,97%,77%,.8)}.\32xl\:bg-amber-200\/85{background-color:hsla(48,97%,77%,.85)}.\32xl\:bg-amber-200\/90{background-color:hsla(48,97%,77%,.9)}.\32xl\:bg-amber-200\/95{background-color:hsla(48,97%,77%,.95)}.\32xl\:bg-amber-300{--tw-bg-opacity:1;background-color:rgba(252,211,77,var(--tw-bg-opacity))}.\32xl\:bg-amber-300\/0{background-color:rgba(252,211,77,0)}.\32xl\:bg-amber-300\/10{background-color:rgba(252,211,77,.1)}.\32xl\:bg-amber-300\/100{background-color:#fcd34d}.\32xl\:bg-amber-300\/15{background-color:rgba(252,211,77,.15)}.\32xl\:bg-amber-300\/20{background-color:rgba(252,211,77,.2)}.\32xl\:bg-amber-300\/25{background-color:rgba(252,211,77,.25)}.\32xl\:bg-amber-300\/30{background-color:rgba(252,211,77,.3)}.\32xl\:bg-amber-300\/35{background-color:rgba(252,211,77,.35)}.\32xl\:bg-amber-300\/40{background-color:rgba(252,211,77,.4)}.\32xl\:bg-amber-300\/45{background-color:rgba(252,211,77,.45)}.\32xl\:bg-amber-300\/5{background-color:rgba(252,211,77,.05)}.\32xl\:bg-amber-300\/50{background-color:rgba(252,211,77,.5)}.\32xl\:bg-amber-300\/55{background-color:rgba(252,211,77,.55)}.\32xl\:bg-amber-300\/60{background-color:rgba(252,211,77,.6)}.\32xl\:bg-amber-300\/65{background-color:rgba(252,211,77,.65)}.\32xl\:bg-amber-300\/70{background-color:rgba(252,211,77,.7)}.\32xl\:bg-amber-300\/75{background-color:rgba(252,211,77,.75)}.\32xl\:bg-amber-300\/80{background-color:rgba(252,211,77,.8)}.\32xl\:bg-amber-300\/85{background-color:rgba(252,211,77,.85)}.\32xl\:bg-amber-300\/90{background-color:rgba(252,211,77,.9)}.\32xl\:bg-amber-300\/95{background-color:rgba(252,211,77,.95)}.\32xl\:bg-amber-400{--tw-bg-opacity:1;background-color:rgba(251,191,36,var(--tw-bg-opacity))}.\32xl\:bg-amber-400\/0{background-color:rgba(251,191,36,0)}.\32xl\:bg-amber-400\/10{background-color:rgba(251,191,36,.1)}.\32xl\:bg-amber-400\/100{background-color:#fbbf24}.\32xl\:bg-amber-400\/15{background-color:rgba(251,191,36,.15)}.\32xl\:bg-amber-400\/20{background-color:rgba(251,191,36,.2)}.\32xl\:bg-amber-400\/25{background-color:rgba(251,191,36,.25)}.\32xl\:bg-amber-400\/30{background-color:rgba(251,191,36,.3)}.\32xl\:bg-amber-400\/35{background-color:rgba(251,191,36,.35)}.\32xl\:bg-amber-400\/40{background-color:rgba(251,191,36,.4)}.\32xl\:bg-amber-400\/45{background-color:rgba(251,191,36,.45)}.\32xl\:bg-amber-400\/5{background-color:rgba(251,191,36,.05)}.\32xl\:bg-amber-400\/50{background-color:rgba(251,191,36,.5)}.\32xl\:bg-amber-400\/55{background-color:rgba(251,191,36,.55)}.\32xl\:bg-amber-400\/60{background-color:rgba(251,191,36,.6)}.\32xl\:bg-amber-400\/65{background-color:rgba(251,191,36,.65)}.\32xl\:bg-amber-400\/70{background-color:rgba(251,191,36,.7)}.\32xl\:bg-amber-400\/75{background-color:rgba(251,191,36,.75)}.\32xl\:bg-amber-400\/80{background-color:rgba(251,191,36,.8)}.\32xl\:bg-amber-400\/85{background-color:rgba(251,191,36,.85)}.\32xl\:bg-amber-400\/90{background-color:rgba(251,191,36,.9)}.\32xl\:bg-amber-400\/95{background-color:rgba(251,191,36,.95)}.\32xl\:bg-amber-50{--tw-bg-opacity:1;background-color:rgba(255,251,235,var(--tw-bg-opacity))}.\32xl\:bg-amber-50\/0{background-color:rgba(255,251,235,0)}.\32xl\:bg-amber-50\/10{background-color:rgba(255,251,235,.1)}.\32xl\:bg-amber-50\/100{background-color:#fffbeb}.\32xl\:bg-amber-50\/15{background-color:rgba(255,251,235,.15)}.\32xl\:bg-amber-50\/20{background-color:rgba(255,251,235,.2)}.\32xl\:bg-amber-50\/25{background-color:rgba(255,251,235,.25)}.\32xl\:bg-amber-50\/30{background-color:rgba(255,251,235,.3)}.\32xl\:bg-amber-50\/35{background-color:rgba(255,251,235,.35)}.\32xl\:bg-amber-50\/40{background-color:rgba(255,251,235,.4)}.\32xl\:bg-amber-50\/45{background-color:rgba(255,251,235,.45)}.\32xl\:bg-amber-50\/5{background-color:rgba(255,251,235,.05)}.\32xl\:bg-amber-50\/50{background-color:rgba(255,251,235,.5)}.\32xl\:bg-amber-50\/55{background-color:rgba(255,251,235,.55)}.\32xl\:bg-amber-50\/60{background-color:rgba(255,251,235,.6)}.\32xl\:bg-amber-50\/65{background-color:rgba(255,251,235,.65)}.\32xl\:bg-amber-50\/70{background-color:rgba(255,251,235,.7)}.\32xl\:bg-amber-50\/75{background-color:rgba(255,251,235,.75)}.\32xl\:bg-amber-50\/80{background-color:rgba(255,251,235,.8)}.\32xl\:bg-amber-50\/85{background-color:rgba(255,251,235,.85)}.\32xl\:bg-amber-50\/90{background-color:rgba(255,251,235,.9)}.\32xl\:bg-amber-50\/95{background-color:rgba(255,251,235,.95)}.\32xl\:bg-amber-500{--tw-bg-opacity:1;background-color:rgba(245,158,11,var(--tw-bg-opacity))}.\32xl\:bg-amber-500\/0{background-color:rgba(245,158,11,0)}.\32xl\:bg-amber-500\/10{background-color:rgba(245,158,11,.1)}.\32xl\:bg-amber-500\/100{background-color:#f59e0b}.\32xl\:bg-amber-500\/15{background-color:rgba(245,158,11,.15)}.\32xl\:bg-amber-500\/20{background-color:rgba(245,158,11,.2)}.\32xl\:bg-amber-500\/25{background-color:rgba(245,158,11,.25)}.\32xl\:bg-amber-500\/30{background-color:rgba(245,158,11,.3)}.\32xl\:bg-amber-500\/35{background-color:rgba(245,158,11,.35)}.\32xl\:bg-amber-500\/40{background-color:rgba(245,158,11,.4)}.\32xl\:bg-amber-500\/45{background-color:rgba(245,158,11,.45)}.\32xl\:bg-amber-500\/5{background-color:rgba(245,158,11,.05)}.\32xl\:bg-amber-500\/50{background-color:rgba(245,158,11,.5)}.\32xl\:bg-amber-500\/55{background-color:rgba(245,158,11,.55)}.\32xl\:bg-amber-500\/60{background-color:rgba(245,158,11,.6)}.\32xl\:bg-amber-500\/65{background-color:rgba(245,158,11,.65)}.\32xl\:bg-amber-500\/70{background-color:rgba(245,158,11,.7)}.\32xl\:bg-amber-500\/75{background-color:rgba(245,158,11,.75)}.\32xl\:bg-amber-500\/80{background-color:rgba(245,158,11,.8)}.\32xl\:bg-amber-500\/85{background-color:rgba(245,158,11,.85)}.\32xl\:bg-amber-500\/90{background-color:rgba(245,158,11,.9)}.\32xl\:bg-amber-500\/95{background-color:rgba(245,158,11,.95)}.\32xl\:bg-amber-600{--tw-bg-opacity:1;background-color:rgba(217,119,6,var(--tw-bg-opacity))}.\32xl\:bg-amber-600\/0{background-color:rgba(217,119,6,0)}.\32xl\:bg-amber-600\/10{background-color:rgba(217,119,6,.1)}.\32xl\:bg-amber-600\/100{background-color:#d97706}.\32xl\:bg-amber-600\/15{background-color:rgba(217,119,6,.15)}.\32xl\:bg-amber-600\/20{background-color:rgba(217,119,6,.2)}.\32xl\:bg-amber-600\/25{background-color:rgba(217,119,6,.25)}.\32xl\:bg-amber-600\/30{background-color:rgba(217,119,6,.3)}.\32xl\:bg-amber-600\/35{background-color:rgba(217,119,6,.35)}.\32xl\:bg-amber-600\/40{background-color:rgba(217,119,6,.4)}.\32xl\:bg-amber-600\/45{background-color:rgba(217,119,6,.45)}.\32xl\:bg-amber-600\/5{background-color:rgba(217,119,6,.05)}.\32xl\:bg-amber-600\/50{background-color:rgba(217,119,6,.5)}.\32xl\:bg-amber-600\/55{background-color:rgba(217,119,6,.55)}.\32xl\:bg-amber-600\/60{background-color:rgba(217,119,6,.6)}.\32xl\:bg-amber-600\/65{background-color:rgba(217,119,6,.65)}.\32xl\:bg-amber-600\/70{background-color:rgba(217,119,6,.7)}.\32xl\:bg-amber-600\/75{background-color:rgba(217,119,6,.75)}.\32xl\:bg-amber-600\/80{background-color:rgba(217,119,6,.8)}.\32xl\:bg-amber-600\/85{background-color:rgba(217,119,6,.85)}.\32xl\:bg-amber-600\/90{background-color:rgba(217,119,6,.9)}.\32xl\:bg-amber-600\/95{background-color:rgba(217,119,6,.95)}.\32xl\:bg-amber-700{--tw-bg-opacity:1;background-color:rgba(180,83,9,var(--tw-bg-opacity))}.\32xl\:bg-amber-700\/0{background-color:rgba(180,83,9,0)}.\32xl\:bg-amber-700\/10{background-color:rgba(180,83,9,.1)}.\32xl\:bg-amber-700\/100{background-color:#b45309}.\32xl\:bg-amber-700\/15{background-color:rgba(180,83,9,.15)}.\32xl\:bg-amber-700\/20{background-color:rgba(180,83,9,.2)}.\32xl\:bg-amber-700\/25{background-color:rgba(180,83,9,.25)}.\32xl\:bg-amber-700\/30{background-color:rgba(180,83,9,.3)}.\32xl\:bg-amber-700\/35{background-color:rgba(180,83,9,.35)}.\32xl\:bg-amber-700\/40{background-color:rgba(180,83,9,.4)}.\32xl\:bg-amber-700\/45{background-color:rgba(180,83,9,.45)}.\32xl\:bg-amber-700\/5{background-color:rgba(180,83,9,.05)}.\32xl\:bg-amber-700\/50{background-color:rgba(180,83,9,.5)}.\32xl\:bg-amber-700\/55{background-color:rgba(180,83,9,.55)}.\32xl\:bg-amber-700\/60{background-color:rgba(180,83,9,.6)}.\32xl\:bg-amber-700\/65{background-color:rgba(180,83,9,.65)}.\32xl\:bg-amber-700\/70{background-color:rgba(180,83,9,.7)}.\32xl\:bg-amber-700\/75{background-color:rgba(180,83,9,.75)}.\32xl\:bg-amber-700\/80{background-color:rgba(180,83,9,.8)}.\32xl\:bg-amber-700\/85{background-color:rgba(180,83,9,.85)}.\32xl\:bg-amber-700\/90{background-color:rgba(180,83,9,.9)}.\32xl\:bg-amber-700\/95{background-color:rgba(180,83,9,.95)}.\32xl\:bg-amber-800{--tw-bg-opacity:1;background-color:rgba(146,64,14,var(--tw-bg-opacity))}.\32xl\:bg-amber-800\/0{background-color:rgba(146,64,14,0)}.\32xl\:bg-amber-800\/10{background-color:rgba(146,64,14,.1)}.\32xl\:bg-amber-800\/100{background-color:#92400e}.\32xl\:bg-amber-800\/15{background-color:rgba(146,64,14,.15)}.\32xl\:bg-amber-800\/20{background-color:rgba(146,64,14,.2)}.\32xl\:bg-amber-800\/25{background-color:rgba(146,64,14,.25)}.\32xl\:bg-amber-800\/30{background-color:rgba(146,64,14,.3)}.\32xl\:bg-amber-800\/35{background-color:rgba(146,64,14,.35)}.\32xl\:bg-amber-800\/40{background-color:rgba(146,64,14,.4)}.\32xl\:bg-amber-800\/45{background-color:rgba(146,64,14,.45)}.\32xl\:bg-amber-800\/5{background-color:rgba(146,64,14,.05)}.\32xl\:bg-amber-800\/50{background-color:rgba(146,64,14,.5)}.\32xl\:bg-amber-800\/55{background-color:rgba(146,64,14,.55)}.\32xl\:bg-amber-800\/60{background-color:rgba(146,64,14,.6)}.\32xl\:bg-amber-800\/65{background-color:rgba(146,64,14,.65)}.\32xl\:bg-amber-800\/70{background-color:rgba(146,64,14,.7)}.\32xl\:bg-amber-800\/75{background-color:rgba(146,64,14,.75)}.\32xl\:bg-amber-800\/80{background-color:rgba(146,64,14,.8)}.\32xl\:bg-amber-800\/85{background-color:rgba(146,64,14,.85)}.\32xl\:bg-amber-800\/90{background-color:rgba(146,64,14,.9)}.\32xl\:bg-amber-800\/95{background-color:rgba(146,64,14,.95)}.\32xl\:bg-amber-900{--tw-bg-opacity:1;background-color:rgba(120,53,15,var(--tw-bg-opacity))}.\32xl\:bg-amber-900\/0{background-color:rgba(120,53,15,0)}.\32xl\:bg-amber-900\/10{background-color:rgba(120,53,15,.1)}.\32xl\:bg-amber-900\/100{background-color:#78350f}.\32xl\:bg-amber-900\/15{background-color:rgba(120,53,15,.15)}.\32xl\:bg-amber-900\/20{background-color:rgba(120,53,15,.2)}.\32xl\:bg-amber-900\/25{background-color:rgba(120,53,15,.25)}.\32xl\:bg-amber-900\/30{background-color:rgba(120,53,15,.3)}.\32xl\:bg-amber-900\/35{background-color:rgba(120,53,15,.35)}.\32xl\:bg-amber-900\/40{background-color:rgba(120,53,15,.4)}.\32xl\:bg-amber-900\/45{background-color:rgba(120,53,15,.45)}.\32xl\:bg-amber-900\/5{background-color:rgba(120,53,15,.05)}.\32xl\:bg-amber-900\/50{background-color:rgba(120,53,15,.5)}.\32xl\:bg-amber-900\/55{background-color:rgba(120,53,15,.55)}.\32xl\:bg-amber-900\/60{background-color:rgba(120,53,15,.6)}.\32xl\:bg-amber-900\/65{background-color:rgba(120,53,15,.65)}.\32xl\:bg-amber-900\/70{background-color:rgba(120,53,15,.7)}.\32xl\:bg-amber-900\/75{background-color:rgba(120,53,15,.75)}.\32xl\:bg-amber-900\/80{background-color:rgba(120,53,15,.8)}.\32xl\:bg-amber-900\/85{background-color:rgba(120,53,15,.85)}.\32xl\:bg-amber-900\/90{background-color:rgba(120,53,15,.9)}.\32xl\:bg-amber-900\/95{background-color:rgba(120,53,15,.95)}.\32xl\:bg-amber-950{--tw-bg-opacity:1;background-color:rgba(69,26,3,var(--tw-bg-opacity))}.\32xl\:bg-amber-950\/0{background-color:rgba(69,26,3,0)}.\32xl\:bg-amber-950\/10{background-color:rgba(69,26,3,.1)}.\32xl\:bg-amber-950\/100{background-color:#451a03}.\32xl\:bg-amber-950\/15{background-color:rgba(69,26,3,.15)}.\32xl\:bg-amber-950\/20{background-color:rgba(69,26,3,.2)}.\32xl\:bg-amber-950\/25{background-color:rgba(69,26,3,.25)}.\32xl\:bg-amber-950\/30{background-color:rgba(69,26,3,.3)}.\32xl\:bg-amber-950\/35{background-color:rgba(69,26,3,.35)}.\32xl\:bg-amber-950\/40{background-color:rgba(69,26,3,.4)}.\32xl\:bg-amber-950\/45{background-color:rgba(69,26,3,.45)}.\32xl\:bg-amber-950\/5{background-color:rgba(69,26,3,.05)}.\32xl\:bg-amber-950\/50{background-color:rgba(69,26,3,.5)}.\32xl\:bg-amber-950\/55{background-color:rgba(69,26,3,.55)}.\32xl\:bg-amber-950\/60{background-color:rgba(69,26,3,.6)}.\32xl\:bg-amber-950\/65{background-color:rgba(69,26,3,.65)}.\32xl\:bg-amber-950\/70{background-color:rgba(69,26,3,.7)}.\32xl\:bg-amber-950\/75{background-color:rgba(69,26,3,.75)}.\32xl\:bg-amber-950\/80{background-color:rgba(69,26,3,.8)}.\32xl\:bg-amber-950\/85{background-color:rgba(69,26,3,.85)}.\32xl\:bg-amber-950\/90{background-color:rgba(69,26,3,.9)}.\32xl\:bg-amber-950\/95{background-color:rgba(69,26,3,.95)}.\32xl\:bg-black{--tw-bg-opacity:1;background-color:rgba(0,0,0,var(--tw-bg-opacity))}.\32xl\:bg-black\/0{background-color:transparent}.\32xl\:bg-black\/10{background-color:rgba(0,0,0,.1)}.\32xl\:bg-black\/100{background-color:#000}.\32xl\:bg-black\/15{background-color:rgba(0,0,0,.15)}.\32xl\:bg-black\/20{background-color:rgba(0,0,0,.2)}.\32xl\:bg-black\/25{background-color:rgba(0,0,0,.25)}.\32xl\:bg-black\/30{background-color:rgba(0,0,0,.3)}.\32xl\:bg-black\/35{background-color:rgba(0,0,0,.35)}.\32xl\:bg-black\/40{background-color:rgba(0,0,0,.4)}.\32xl\:bg-black\/45{background-color:rgba(0,0,0,.45)}.\32xl\:bg-black\/5{background-color:rgba(0,0,0,.05)}.\32xl\:bg-black\/50{background-color:rgba(0,0,0,.5)}.\32xl\:bg-black\/55{background-color:rgba(0,0,0,.55)}.\32xl\:bg-black\/60{background-color:rgba(0,0,0,.6)}.\32xl\:bg-black\/65{background-color:rgba(0,0,0,.65)}.\32xl\:bg-black\/70{background-color:rgba(0,0,0,.7)}.\32xl\:bg-black\/75{background-color:rgba(0,0,0,.75)}.\32xl\:bg-black\/80{background-color:rgba(0,0,0,.8)}.\32xl\:bg-black\/85{background-color:rgba(0,0,0,.85)}.\32xl\:bg-black\/90{background-color:rgba(0,0,0,.9)}.\32xl\:bg-black\/95{background-color:rgba(0,0,0,.95)}.\32xl\:bg-blue-100{--tw-bg-opacity:1;background-color:rgba(219,234,254,var(--tw-bg-opacity))}.\32xl\:bg-blue-100\/0{background-color:rgba(219,234,254,0)}.\32xl\:bg-blue-100\/10{background-color:rgba(219,234,254,.1)}.\32xl\:bg-blue-100\/100{background-color:#dbeafe}.\32xl\:bg-blue-100\/15{background-color:rgba(219,234,254,.15)}.\32xl\:bg-blue-100\/20{background-color:rgba(219,234,254,.2)}.\32xl\:bg-blue-100\/25{background-color:rgba(219,234,254,.25)}.\32xl\:bg-blue-100\/30{background-color:rgba(219,234,254,.3)}.\32xl\:bg-blue-100\/35{background-color:rgba(219,234,254,.35)}.\32xl\:bg-blue-100\/40{background-color:rgba(219,234,254,.4)}.\32xl\:bg-blue-100\/45{background-color:rgba(219,234,254,.45)}.\32xl\:bg-blue-100\/5{background-color:rgba(219,234,254,.05)}.\32xl\:bg-blue-100\/50{background-color:rgba(219,234,254,.5)}.\32xl\:bg-blue-100\/55{background-color:rgba(219,234,254,.55)}.\32xl\:bg-blue-100\/60{background-color:rgba(219,234,254,.6)}.\32xl\:bg-blue-100\/65{background-color:rgba(219,234,254,.65)}.\32xl\:bg-blue-100\/70{background-color:rgba(219,234,254,.7)}.\32xl\:bg-blue-100\/75{background-color:rgba(219,234,254,.75)}.\32xl\:bg-blue-100\/80{background-color:rgba(219,234,254,.8)}.\32xl\:bg-blue-100\/85{background-color:rgba(219,234,254,.85)}.\32xl\:bg-blue-100\/90{background-color:rgba(219,234,254,.9)}.\32xl\:bg-blue-100\/95{background-color:rgba(219,234,254,.95)}.\32xl\:bg-blue-200{--tw-bg-opacity:1;background-color:rgba(191,219,254,var(--tw-bg-opacity))}.\32xl\:bg-blue-200\/0{background-color:rgba(191,219,254,0)}.\32xl\:bg-blue-200\/10{background-color:rgba(191,219,254,.1)}.\32xl\:bg-blue-200\/100{background-color:#bfdbfe}.\32xl\:bg-blue-200\/15{background-color:rgba(191,219,254,.15)}.\32xl\:bg-blue-200\/20{background-color:rgba(191,219,254,.2)}.\32xl\:bg-blue-200\/25{background-color:rgba(191,219,254,.25)}.\32xl\:bg-blue-200\/30{background-color:rgba(191,219,254,.3)}.\32xl\:bg-blue-200\/35{background-color:rgba(191,219,254,.35)}.\32xl\:bg-blue-200\/40{background-color:rgba(191,219,254,.4)}.\32xl\:bg-blue-200\/45{background-color:rgba(191,219,254,.45)}.\32xl\:bg-blue-200\/5{background-color:rgba(191,219,254,.05)}.\32xl\:bg-blue-200\/50{background-color:rgba(191,219,254,.5)}.\32xl\:bg-blue-200\/55{background-color:rgba(191,219,254,.55)}.\32xl\:bg-blue-200\/60{background-color:rgba(191,219,254,.6)}.\32xl\:bg-blue-200\/65{background-color:rgba(191,219,254,.65)}.\32xl\:bg-blue-200\/70{background-color:rgba(191,219,254,.7)}.\32xl\:bg-blue-200\/75{background-color:rgba(191,219,254,.75)}.\32xl\:bg-blue-200\/80{background-color:rgba(191,219,254,.8)}.\32xl\:bg-blue-200\/85{background-color:rgba(191,219,254,.85)}.\32xl\:bg-blue-200\/90{background-color:rgba(191,219,254,.9)}.\32xl\:bg-blue-200\/95{background-color:rgba(191,219,254,.95)}.\32xl\:bg-blue-300{--tw-bg-opacity:1;background-color:rgba(147,197,253,var(--tw-bg-opacity))}.\32xl\:bg-blue-300\/0{background-color:rgba(147,197,253,0)}.\32xl\:bg-blue-300\/10{background-color:rgba(147,197,253,.1)}.\32xl\:bg-blue-300\/100{background-color:#93c5fd}.\32xl\:bg-blue-300\/15{background-color:rgba(147,197,253,.15)}.\32xl\:bg-blue-300\/20{background-color:rgba(147,197,253,.2)}.\32xl\:bg-blue-300\/25{background-color:rgba(147,197,253,.25)}.\32xl\:bg-blue-300\/30{background-color:rgba(147,197,253,.3)}.\32xl\:bg-blue-300\/35{background-color:rgba(147,197,253,.35)}.\32xl\:bg-blue-300\/40{background-color:rgba(147,197,253,.4)}.\32xl\:bg-blue-300\/45{background-color:rgba(147,197,253,.45)}.\32xl\:bg-blue-300\/5{background-color:rgba(147,197,253,.05)}.\32xl\:bg-blue-300\/50{background-color:rgba(147,197,253,.5)}.\32xl\:bg-blue-300\/55{background-color:rgba(147,197,253,.55)}.\32xl\:bg-blue-300\/60{background-color:rgba(147,197,253,.6)}.\32xl\:bg-blue-300\/65{background-color:rgba(147,197,253,.65)}.\32xl\:bg-blue-300\/70{background-color:rgba(147,197,253,.7)}.\32xl\:bg-blue-300\/75{background-color:rgba(147,197,253,.75)}.\32xl\:bg-blue-300\/80{background-color:rgba(147,197,253,.8)}.\32xl\:bg-blue-300\/85{background-color:rgba(147,197,253,.85)}.\32xl\:bg-blue-300\/90{background-color:rgba(147,197,253,.9)}.\32xl\:bg-blue-300\/95{background-color:rgba(147,197,253,.95)}.\32xl\:bg-blue-400{--tw-bg-opacity:1;background-color:rgba(96,165,250,var(--tw-bg-opacity))}.\32xl\:bg-blue-400\/0{background-color:rgba(96,165,250,0)}.\32xl\:bg-blue-400\/10{background-color:rgba(96,165,250,.1)}.\32xl\:bg-blue-400\/100{background-color:#60a5fa}.\32xl\:bg-blue-400\/15{background-color:rgba(96,165,250,.15)}.\32xl\:bg-blue-400\/20{background-color:rgba(96,165,250,.2)}.\32xl\:bg-blue-400\/25{background-color:rgba(96,165,250,.25)}.\32xl\:bg-blue-400\/30{background-color:rgba(96,165,250,.3)}.\32xl\:bg-blue-400\/35{background-color:rgba(96,165,250,.35)}.\32xl\:bg-blue-400\/40{background-color:rgba(96,165,250,.4)}.\32xl\:bg-blue-400\/45{background-color:rgba(96,165,250,.45)}.\32xl\:bg-blue-400\/5{background-color:rgba(96,165,250,.05)}.\32xl\:bg-blue-400\/50{background-color:rgba(96,165,250,.5)}.\32xl\:bg-blue-400\/55{background-color:rgba(96,165,250,.55)}.\32xl\:bg-blue-400\/60{background-color:rgba(96,165,250,.6)}.\32xl\:bg-blue-400\/65{background-color:rgba(96,165,250,.65)}.\32xl\:bg-blue-400\/70{background-color:rgba(96,165,250,.7)}.\32xl\:bg-blue-400\/75{background-color:rgba(96,165,250,.75)}.\32xl\:bg-blue-400\/80{background-color:rgba(96,165,250,.8)}.\32xl\:bg-blue-400\/85{background-color:rgba(96,165,250,.85)}.\32xl\:bg-blue-400\/90{background-color:rgba(96,165,250,.9)}.\32xl\:bg-blue-400\/95{background-color:rgba(96,165,250,.95)}.\32xl\:bg-blue-50{--tw-bg-opacity:1;background-color:rgba(239,246,255,var(--tw-bg-opacity))}.\32xl\:bg-blue-50\/0{background-color:rgba(239,246,255,0)}.\32xl\:bg-blue-50\/10{background-color:rgba(239,246,255,.1)}.\32xl\:bg-blue-50\/100{background-color:#eff6ff}.\32xl\:bg-blue-50\/15{background-color:rgba(239,246,255,.15)}.\32xl\:bg-blue-50\/20{background-color:rgba(239,246,255,.2)}.\32xl\:bg-blue-50\/25{background-color:rgba(239,246,255,.25)}.\32xl\:bg-blue-50\/30{background-color:rgba(239,246,255,.3)}.\32xl\:bg-blue-50\/35{background-color:rgba(239,246,255,.35)}.\32xl\:bg-blue-50\/40{background-color:rgba(239,246,255,.4)}.\32xl\:bg-blue-50\/45{background-color:rgba(239,246,255,.45)}.\32xl\:bg-blue-50\/5{background-color:rgba(239,246,255,.05)}.\32xl\:bg-blue-50\/50{background-color:rgba(239,246,255,.5)}.\32xl\:bg-blue-50\/55{background-color:rgba(239,246,255,.55)}.\32xl\:bg-blue-50\/60{background-color:rgba(239,246,255,.6)}.\32xl\:bg-blue-50\/65{background-color:rgba(239,246,255,.65)}.\32xl\:bg-blue-50\/70{background-color:rgba(239,246,255,.7)}.\32xl\:bg-blue-50\/75{background-color:rgba(239,246,255,.75)}.\32xl\:bg-blue-50\/80{background-color:rgba(239,246,255,.8)}.\32xl\:bg-blue-50\/85{background-color:rgba(239,246,255,.85)}.\32xl\:bg-blue-50\/90{background-color:rgba(239,246,255,.9)}.\32xl\:bg-blue-50\/95{background-color:rgba(239,246,255,.95)}.\32xl\:bg-blue-500{--tw-bg-opacity:1;background-color:rgba(59,130,246,var(--tw-bg-opacity))}.\32xl\:bg-blue-500\/0{background-color:rgba(59,130,246,0)}.\32xl\:bg-blue-500\/10{background-color:rgba(59,130,246,.1)}.\32xl\:bg-blue-500\/100{background-color:#3b82f6}.\32xl\:bg-blue-500\/15{background-color:rgba(59,130,246,.15)}.\32xl\:bg-blue-500\/20{background-color:rgba(59,130,246,.2)}.\32xl\:bg-blue-500\/25{background-color:rgba(59,130,246,.25)}.\32xl\:bg-blue-500\/30{background-color:rgba(59,130,246,.3)}.\32xl\:bg-blue-500\/35{background-color:rgba(59,130,246,.35)}.\32xl\:bg-blue-500\/40{background-color:rgba(59,130,246,.4)}.\32xl\:bg-blue-500\/45{background-color:rgba(59,130,246,.45)}.\32xl\:bg-blue-500\/5{background-color:rgba(59,130,246,.05)}.\32xl\:bg-blue-500\/50{background-color:rgba(59,130,246,.5)}.\32xl\:bg-blue-500\/55{background-color:rgba(59,130,246,.55)}.\32xl\:bg-blue-500\/60{background-color:rgba(59,130,246,.6)}.\32xl\:bg-blue-500\/65{background-color:rgba(59,130,246,.65)}.\32xl\:bg-blue-500\/70{background-color:rgba(59,130,246,.7)}.\32xl\:bg-blue-500\/75{background-color:rgba(59,130,246,.75)}.\32xl\:bg-blue-500\/80{background-color:rgba(59,130,246,.8)}.\32xl\:bg-blue-500\/85{background-color:rgba(59,130,246,.85)}.\32xl\:bg-blue-500\/90{background-color:rgba(59,130,246,.9)}.\32xl\:bg-blue-500\/95{background-color:rgba(59,130,246,.95)}.\32xl\:bg-blue-600{--tw-bg-opacity:1;background-color:rgba(37,99,235,var(--tw-bg-opacity))}.\32xl\:bg-blue-600\/0{background-color:rgba(37,99,235,0)}.\32xl\:bg-blue-600\/10{background-color:rgba(37,99,235,.1)}.\32xl\:bg-blue-600\/100{background-color:#2563eb}.\32xl\:bg-blue-600\/15{background-color:rgba(37,99,235,.15)}.\32xl\:bg-blue-600\/20{background-color:rgba(37,99,235,.2)}.\32xl\:bg-blue-600\/25{background-color:rgba(37,99,235,.25)}.\32xl\:bg-blue-600\/30{background-color:rgba(37,99,235,.3)}.\32xl\:bg-blue-600\/35{background-color:rgba(37,99,235,.35)}.\32xl\:bg-blue-600\/40{background-color:rgba(37,99,235,.4)}.\32xl\:bg-blue-600\/45{background-color:rgba(37,99,235,.45)}.\32xl\:bg-blue-600\/5{background-color:rgba(37,99,235,.05)}.\32xl\:bg-blue-600\/50{background-color:rgba(37,99,235,.5)}.\32xl\:bg-blue-600\/55{background-color:rgba(37,99,235,.55)}.\32xl\:bg-blue-600\/60{background-color:rgba(37,99,235,.6)}.\32xl\:bg-blue-600\/65{background-color:rgba(37,99,235,.65)}.\32xl\:bg-blue-600\/70{background-color:rgba(37,99,235,.7)}.\32xl\:bg-blue-600\/75{background-color:rgba(37,99,235,.75)}.\32xl\:bg-blue-600\/80{background-color:rgba(37,99,235,.8)}.\32xl\:bg-blue-600\/85{background-color:rgba(37,99,235,.85)}.\32xl\:bg-blue-600\/90{background-color:rgba(37,99,235,.9)}.\32xl\:bg-blue-600\/95{background-color:rgba(37,99,235,.95)}.\32xl\:bg-blue-700{--tw-bg-opacity:1;background-color:rgba(29,78,216,var(--tw-bg-opacity))}.\32xl\:bg-blue-700\/0{background-color:rgba(29,78,216,0)}.\32xl\:bg-blue-700\/10{background-color:rgba(29,78,216,.1)}.\32xl\:bg-blue-700\/100{background-color:#1d4ed8}.\32xl\:bg-blue-700\/15{background-color:rgba(29,78,216,.15)}.\32xl\:bg-blue-700\/20{background-color:rgba(29,78,216,.2)}.\32xl\:bg-blue-700\/25{background-color:rgba(29,78,216,.25)}.\32xl\:bg-blue-700\/30{background-color:rgba(29,78,216,.3)}.\32xl\:bg-blue-700\/35{background-color:rgba(29,78,216,.35)}.\32xl\:bg-blue-700\/40{background-color:rgba(29,78,216,.4)}.\32xl\:bg-blue-700\/45{background-color:rgba(29,78,216,.45)}.\32xl\:bg-blue-700\/5{background-color:rgba(29,78,216,.05)}.\32xl\:bg-blue-700\/50{background-color:rgba(29,78,216,.5)}.\32xl\:bg-blue-700\/55{background-color:rgba(29,78,216,.55)}.\32xl\:bg-blue-700\/60{background-color:rgba(29,78,216,.6)}.\32xl\:bg-blue-700\/65{background-color:rgba(29,78,216,.65)}.\32xl\:bg-blue-700\/70{background-color:rgba(29,78,216,.7)}.\32xl\:bg-blue-700\/75{background-color:rgba(29,78,216,.75)}.\32xl\:bg-blue-700\/80{background-color:rgba(29,78,216,.8)}.\32xl\:bg-blue-700\/85{background-color:rgba(29,78,216,.85)}.\32xl\:bg-blue-700\/90{background-color:rgba(29,78,216,.9)}.\32xl\:bg-blue-700\/95{background-color:rgba(29,78,216,.95)}.\32xl\:bg-blue-800{--tw-bg-opacity:1;background-color:rgba(30,64,175,var(--tw-bg-opacity))}.\32xl\:bg-blue-800\/0{background-color:rgba(30,64,175,0)}.\32xl\:bg-blue-800\/10{background-color:rgba(30,64,175,.1)}.\32xl\:bg-blue-800\/100{background-color:#1e40af}.\32xl\:bg-blue-800\/15{background-color:rgba(30,64,175,.15)}.\32xl\:bg-blue-800\/20{background-color:rgba(30,64,175,.2)}.\32xl\:bg-blue-800\/25{background-color:rgba(30,64,175,.25)}.\32xl\:bg-blue-800\/30{background-color:rgba(30,64,175,.3)}.\32xl\:bg-blue-800\/35{background-color:rgba(30,64,175,.35)}.\32xl\:bg-blue-800\/40{background-color:rgba(30,64,175,.4)}.\32xl\:bg-blue-800\/45{background-color:rgba(30,64,175,.45)}.\32xl\:bg-blue-800\/5{background-color:rgba(30,64,175,.05)}.\32xl\:bg-blue-800\/50{background-color:rgba(30,64,175,.5)}.\32xl\:bg-blue-800\/55{background-color:rgba(30,64,175,.55)}.\32xl\:bg-blue-800\/60{background-color:rgba(30,64,175,.6)}.\32xl\:bg-blue-800\/65{background-color:rgba(30,64,175,.65)}.\32xl\:bg-blue-800\/70{background-color:rgba(30,64,175,.7)}.\32xl\:bg-blue-800\/75{background-color:rgba(30,64,175,.75)}.\32xl\:bg-blue-800\/80{background-color:rgba(30,64,175,.8)}.\32xl\:bg-blue-800\/85{background-color:rgba(30,64,175,.85)}.\32xl\:bg-blue-800\/90{background-color:rgba(30,64,175,.9)}.\32xl\:bg-blue-800\/95{background-color:rgba(30,64,175,.95)}.\32xl\:bg-blue-900{--tw-bg-opacity:1;background-color:rgba(30,58,138,var(--tw-bg-opacity))}.\32xl\:bg-blue-900\/0{background-color:rgba(30,58,138,0)}.\32xl\:bg-blue-900\/10{background-color:rgba(30,58,138,.1)}.\32xl\:bg-blue-900\/100{background-color:#1e3a8a}.\32xl\:bg-blue-900\/15{background-color:rgba(30,58,138,.15)}.\32xl\:bg-blue-900\/20{background-color:rgba(30,58,138,.2)}.\32xl\:bg-blue-900\/25{background-color:rgba(30,58,138,.25)}.\32xl\:bg-blue-900\/30{background-color:rgba(30,58,138,.3)}.\32xl\:bg-blue-900\/35{background-color:rgba(30,58,138,.35)}.\32xl\:bg-blue-900\/40{background-color:rgba(30,58,138,.4)}.\32xl\:bg-blue-900\/45{background-color:rgba(30,58,138,.45)}.\32xl\:bg-blue-900\/5{background-color:rgba(30,58,138,.05)}.\32xl\:bg-blue-900\/50{background-color:rgba(30,58,138,.5)}.\32xl\:bg-blue-900\/55{background-color:rgba(30,58,138,.55)}.\32xl\:bg-blue-900\/60{background-color:rgba(30,58,138,.6)}.\32xl\:bg-blue-900\/65{background-color:rgba(30,58,138,.65)}.\32xl\:bg-blue-900\/70{background-color:rgba(30,58,138,.7)}.\32xl\:bg-blue-900\/75{background-color:rgba(30,58,138,.75)}.\32xl\:bg-blue-900\/80{background-color:rgba(30,58,138,.8)}.\32xl\:bg-blue-900\/85{background-color:rgba(30,58,138,.85)}.\32xl\:bg-blue-900\/90{background-color:rgba(30,58,138,.9)}.\32xl\:bg-blue-900\/95{background-color:rgba(30,58,138,.95)}.\32xl\:bg-blue-950{--tw-bg-opacity:1;background-color:rgba(23,37,84,var(--tw-bg-opacity))}.\32xl\:bg-blue-950\/0{background-color:rgba(23,37,84,0)}.\32xl\:bg-blue-950\/10{background-color:rgba(23,37,84,.1)}.\32xl\:bg-blue-950\/100{background-color:#172554}.\32xl\:bg-blue-950\/15{background-color:rgba(23,37,84,.15)}.\32xl\:bg-blue-950\/20{background-color:rgba(23,37,84,.2)}.\32xl\:bg-blue-950\/25{background-color:rgba(23,37,84,.25)}.\32xl\:bg-blue-950\/30{background-color:rgba(23,37,84,.3)}.\32xl\:bg-blue-950\/35{background-color:rgba(23,37,84,.35)}.\32xl\:bg-blue-950\/40{background-color:rgba(23,37,84,.4)}.\32xl\:bg-blue-950\/45{background-color:rgba(23,37,84,.45)}.\32xl\:bg-blue-950\/5{background-color:rgba(23,37,84,.05)}.\32xl\:bg-blue-950\/50{background-color:rgba(23,37,84,.5)}.\32xl\:bg-blue-950\/55{background-color:rgba(23,37,84,.55)}.\32xl\:bg-blue-950\/60{background-color:rgba(23,37,84,.6)}.\32xl\:bg-blue-950\/65{background-color:rgba(23,37,84,.65)}.\32xl\:bg-blue-950\/70{background-color:rgba(23,37,84,.7)}.\32xl\:bg-blue-950\/75{background-color:rgba(23,37,84,.75)}.\32xl\:bg-blue-950\/80{background-color:rgba(23,37,84,.8)}.\32xl\:bg-blue-950\/85{background-color:rgba(23,37,84,.85)}.\32xl\:bg-blue-950\/90{background-color:rgba(23,37,84,.9)}.\32xl\:bg-blue-950\/95{background-color:rgba(23,37,84,.95)}.\32xl\:bg-current{background-color:currentColor}.\32xl\:bg-cyan-100{--tw-bg-opacity:1;background-color:rgba(207,250,254,var(--tw-bg-opacity))}.\32xl\:bg-cyan-100\/0{background-color:rgba(207,250,254,0)}.\32xl\:bg-cyan-100\/10{background-color:rgba(207,250,254,.1)}.\32xl\:bg-cyan-100\/100{background-color:#cffafe}.\32xl\:bg-cyan-100\/15{background-color:rgba(207,250,254,.15)}.\32xl\:bg-cyan-100\/20{background-color:rgba(207,250,254,.2)}.\32xl\:bg-cyan-100\/25{background-color:rgba(207,250,254,.25)}.\32xl\:bg-cyan-100\/30{background-color:rgba(207,250,254,.3)}.\32xl\:bg-cyan-100\/35{background-color:rgba(207,250,254,.35)}.\32xl\:bg-cyan-100\/40{background-color:rgba(207,250,254,.4)}.\32xl\:bg-cyan-100\/45{background-color:rgba(207,250,254,.45)}.\32xl\:bg-cyan-100\/5{background-color:rgba(207,250,254,.05)}.\32xl\:bg-cyan-100\/50{background-color:rgba(207,250,254,.5)}.\32xl\:bg-cyan-100\/55{background-color:rgba(207,250,254,.55)}.\32xl\:bg-cyan-100\/60{background-color:rgba(207,250,254,.6)}.\32xl\:bg-cyan-100\/65{background-color:rgba(207,250,254,.65)}.\32xl\:bg-cyan-100\/70{background-color:rgba(207,250,254,.7)}.\32xl\:bg-cyan-100\/75{background-color:rgba(207,250,254,.75)}.\32xl\:bg-cyan-100\/80{background-color:rgba(207,250,254,.8)}.\32xl\:bg-cyan-100\/85{background-color:rgba(207,250,254,.85)}.\32xl\:bg-cyan-100\/90{background-color:rgba(207,250,254,.9)}.\32xl\:bg-cyan-100\/95{background-color:rgba(207,250,254,.95)}.\32xl\:bg-cyan-200{--tw-bg-opacity:1;background-color:rgba(165,243,252,var(--tw-bg-opacity))}.\32xl\:bg-cyan-200\/0{background-color:rgba(165,243,252,0)}.\32xl\:bg-cyan-200\/10{background-color:rgba(165,243,252,.1)}.\32xl\:bg-cyan-200\/100{background-color:#a5f3fc}.\32xl\:bg-cyan-200\/15{background-color:rgba(165,243,252,.15)}.\32xl\:bg-cyan-200\/20{background-color:rgba(165,243,252,.2)}.\32xl\:bg-cyan-200\/25{background-color:rgba(165,243,252,.25)}.\32xl\:bg-cyan-200\/30{background-color:rgba(165,243,252,.3)}.\32xl\:bg-cyan-200\/35{background-color:rgba(165,243,252,.35)}.\32xl\:bg-cyan-200\/40{background-color:rgba(165,243,252,.4)}.\32xl\:bg-cyan-200\/45{background-color:rgba(165,243,252,.45)}.\32xl\:bg-cyan-200\/5{background-color:rgba(165,243,252,.05)}.\32xl\:bg-cyan-200\/50{background-color:rgba(165,243,252,.5)}.\32xl\:bg-cyan-200\/55{background-color:rgba(165,243,252,.55)}.\32xl\:bg-cyan-200\/60{background-color:rgba(165,243,252,.6)}.\32xl\:bg-cyan-200\/65{background-color:rgba(165,243,252,.65)}.\32xl\:bg-cyan-200\/70{background-color:rgba(165,243,252,.7)}.\32xl\:bg-cyan-200\/75{background-color:rgba(165,243,252,.75)}.\32xl\:bg-cyan-200\/80{background-color:rgba(165,243,252,.8)}.\32xl\:bg-cyan-200\/85{background-color:rgba(165,243,252,.85)}.\32xl\:bg-cyan-200\/90{background-color:rgba(165,243,252,.9)}.\32xl\:bg-cyan-200\/95{background-color:rgba(165,243,252,.95)}.\32xl\:bg-cyan-300{--tw-bg-opacity:1;background-color:rgba(103,232,249,var(--tw-bg-opacity))}.\32xl\:bg-cyan-300\/0{background-color:rgba(103,232,249,0)}.\32xl\:bg-cyan-300\/10{background-color:rgba(103,232,249,.1)}.\32xl\:bg-cyan-300\/100{background-color:#67e8f9}.\32xl\:bg-cyan-300\/15{background-color:rgba(103,232,249,.15)}.\32xl\:bg-cyan-300\/20{background-color:rgba(103,232,249,.2)}.\32xl\:bg-cyan-300\/25{background-color:rgba(103,232,249,.25)}.\32xl\:bg-cyan-300\/30{background-color:rgba(103,232,249,.3)}.\32xl\:bg-cyan-300\/35{background-color:rgba(103,232,249,.35)}.\32xl\:bg-cyan-300\/40{background-color:rgba(103,232,249,.4)}.\32xl\:bg-cyan-300\/45{background-color:rgba(103,232,249,.45)}.\32xl\:bg-cyan-300\/5{background-color:rgba(103,232,249,.05)}.\32xl\:bg-cyan-300\/50{background-color:rgba(103,232,249,.5)}.\32xl\:bg-cyan-300\/55{background-color:rgba(103,232,249,.55)}.\32xl\:bg-cyan-300\/60{background-color:rgba(103,232,249,.6)}.\32xl\:bg-cyan-300\/65{background-color:rgba(103,232,249,.65)}.\32xl\:bg-cyan-300\/70{background-color:rgba(103,232,249,.7)}.\32xl\:bg-cyan-300\/75{background-color:rgba(103,232,249,.75)}.\32xl\:bg-cyan-300\/80{background-color:rgba(103,232,249,.8)}.\32xl\:bg-cyan-300\/85{background-color:rgba(103,232,249,.85)}.\32xl\:bg-cyan-300\/90{background-color:rgba(103,232,249,.9)}.\32xl\:bg-cyan-300\/95{background-color:rgba(103,232,249,.95)}.\32xl\:bg-cyan-400{--tw-bg-opacity:1;background-color:rgba(34,211,238,var(--tw-bg-opacity))}.\32xl\:bg-cyan-400\/0{background-color:rgba(34,211,238,0)}.\32xl\:bg-cyan-400\/10{background-color:rgba(34,211,238,.1)}.\32xl\:bg-cyan-400\/100{background-color:#22d3ee}.\32xl\:bg-cyan-400\/15{background-color:rgba(34,211,238,.15)}.\32xl\:bg-cyan-400\/20{background-color:rgba(34,211,238,.2)}.\32xl\:bg-cyan-400\/25{background-color:rgba(34,211,238,.25)}.\32xl\:bg-cyan-400\/30{background-color:rgba(34,211,238,.3)}.\32xl\:bg-cyan-400\/35{background-color:rgba(34,211,238,.35)}.\32xl\:bg-cyan-400\/40{background-color:rgba(34,211,238,.4)}.\32xl\:bg-cyan-400\/45{background-color:rgba(34,211,238,.45)}.\32xl\:bg-cyan-400\/5{background-color:rgba(34,211,238,.05)}.\32xl\:bg-cyan-400\/50{background-color:rgba(34,211,238,.5)}.\32xl\:bg-cyan-400\/55{background-color:rgba(34,211,238,.55)}.\32xl\:bg-cyan-400\/60{background-color:rgba(34,211,238,.6)}.\32xl\:bg-cyan-400\/65{background-color:rgba(34,211,238,.65)}.\32xl\:bg-cyan-400\/70{background-color:rgba(34,211,238,.7)}.\32xl\:bg-cyan-400\/75{background-color:rgba(34,211,238,.75)}.\32xl\:bg-cyan-400\/80{background-color:rgba(34,211,238,.8)}.\32xl\:bg-cyan-400\/85{background-color:rgba(34,211,238,.85)}.\32xl\:bg-cyan-400\/90{background-color:rgba(34,211,238,.9)}.\32xl\:bg-cyan-400\/95{background-color:rgba(34,211,238,.95)}.\32xl\:bg-cyan-50{--tw-bg-opacity:1;background-color:rgba(236,254,255,var(--tw-bg-opacity))}.\32xl\:bg-cyan-50\/0{background-color:rgba(236,254,255,0)}.\32xl\:bg-cyan-50\/10{background-color:rgba(236,254,255,.1)}.\32xl\:bg-cyan-50\/100{background-color:#ecfeff}.\32xl\:bg-cyan-50\/15{background-color:rgba(236,254,255,.15)}.\32xl\:bg-cyan-50\/20{background-color:rgba(236,254,255,.2)}.\32xl\:bg-cyan-50\/25{background-color:rgba(236,254,255,.25)}.\32xl\:bg-cyan-50\/30{background-color:rgba(236,254,255,.3)}.\32xl\:bg-cyan-50\/35{background-color:rgba(236,254,255,.35)}.\32xl\:bg-cyan-50\/40{background-color:rgba(236,254,255,.4)}.\32xl\:bg-cyan-50\/45{background-color:rgba(236,254,255,.45)}.\32xl\:bg-cyan-50\/5{background-color:rgba(236,254,255,.05)}.\32xl\:bg-cyan-50\/50{background-color:rgba(236,254,255,.5)}.\32xl\:bg-cyan-50\/55{background-color:rgba(236,254,255,.55)}.\32xl\:bg-cyan-50\/60{background-color:rgba(236,254,255,.6)}.\32xl\:bg-cyan-50\/65{background-color:rgba(236,254,255,.65)}.\32xl\:bg-cyan-50\/70{background-color:rgba(236,254,255,.7)}.\32xl\:bg-cyan-50\/75{background-color:rgba(236,254,255,.75)}.\32xl\:bg-cyan-50\/80{background-color:rgba(236,254,255,.8)}.\32xl\:bg-cyan-50\/85{background-color:rgba(236,254,255,.85)}.\32xl\:bg-cyan-50\/90{background-color:rgba(236,254,255,.9)}.\32xl\:bg-cyan-50\/95{background-color:rgba(236,254,255,.95)}.\32xl\:bg-cyan-500{--tw-bg-opacity:1;background-color:rgba(6,182,212,var(--tw-bg-opacity))}.\32xl\:bg-cyan-500\/0{background-color:rgba(6,182,212,0)}.\32xl\:bg-cyan-500\/10{background-color:rgba(6,182,212,.1)}.\32xl\:bg-cyan-500\/100{background-color:#06b6d4}.\32xl\:bg-cyan-500\/15{background-color:rgba(6,182,212,.15)}.\32xl\:bg-cyan-500\/20{background-color:rgba(6,182,212,.2)}.\32xl\:bg-cyan-500\/25{background-color:rgba(6,182,212,.25)}.\32xl\:bg-cyan-500\/30{background-color:rgba(6,182,212,.3)}.\32xl\:bg-cyan-500\/35{background-color:rgba(6,182,212,.35)}.\32xl\:bg-cyan-500\/40{background-color:rgba(6,182,212,.4)}.\32xl\:bg-cyan-500\/45{background-color:rgba(6,182,212,.45)}.\32xl\:bg-cyan-500\/5{background-color:rgba(6,182,212,.05)}.\32xl\:bg-cyan-500\/50{background-color:rgba(6,182,212,.5)}.\32xl\:bg-cyan-500\/55{background-color:rgba(6,182,212,.55)}.\32xl\:bg-cyan-500\/60{background-color:rgba(6,182,212,.6)}.\32xl\:bg-cyan-500\/65{background-color:rgba(6,182,212,.65)}.\32xl\:bg-cyan-500\/70{background-color:rgba(6,182,212,.7)}.\32xl\:bg-cyan-500\/75{background-color:rgba(6,182,212,.75)}.\32xl\:bg-cyan-500\/80{background-color:rgba(6,182,212,.8)}.\32xl\:bg-cyan-500\/85{background-color:rgba(6,182,212,.85)}.\32xl\:bg-cyan-500\/90{background-color:rgba(6,182,212,.9)}.\32xl\:bg-cyan-500\/95{background-color:rgba(6,182,212,.95)}.\32xl\:bg-cyan-600{--tw-bg-opacity:1;background-color:rgba(8,145,178,var(--tw-bg-opacity))}.\32xl\:bg-cyan-600\/0{background-color:rgba(8,145,178,0)}.\32xl\:bg-cyan-600\/10{background-color:rgba(8,145,178,.1)}.\32xl\:bg-cyan-600\/100{background-color:#0891b2}.\32xl\:bg-cyan-600\/15{background-color:rgba(8,145,178,.15)}.\32xl\:bg-cyan-600\/20{background-color:rgba(8,145,178,.2)}.\32xl\:bg-cyan-600\/25{background-color:rgba(8,145,178,.25)}.\32xl\:bg-cyan-600\/30{background-color:rgba(8,145,178,.3)}.\32xl\:bg-cyan-600\/35{background-color:rgba(8,145,178,.35)}.\32xl\:bg-cyan-600\/40{background-color:rgba(8,145,178,.4)}.\32xl\:bg-cyan-600\/45{background-color:rgba(8,145,178,.45)}.\32xl\:bg-cyan-600\/5{background-color:rgba(8,145,178,.05)}.\32xl\:bg-cyan-600\/50{background-color:rgba(8,145,178,.5)}.\32xl\:bg-cyan-600\/55{background-color:rgba(8,145,178,.55)}.\32xl\:bg-cyan-600\/60{background-color:rgba(8,145,178,.6)}.\32xl\:bg-cyan-600\/65{background-color:rgba(8,145,178,.65)}.\32xl\:bg-cyan-600\/70{background-color:rgba(8,145,178,.7)}.\32xl\:bg-cyan-600\/75{background-color:rgba(8,145,178,.75)}.\32xl\:bg-cyan-600\/80{background-color:rgba(8,145,178,.8)}.\32xl\:bg-cyan-600\/85{background-color:rgba(8,145,178,.85)}.\32xl\:bg-cyan-600\/90{background-color:rgba(8,145,178,.9)}.\32xl\:bg-cyan-600\/95{background-color:rgba(8,145,178,.95)}.\32xl\:bg-cyan-700{--tw-bg-opacity:1;background-color:rgba(14,116,144,var(--tw-bg-opacity))}.\32xl\:bg-cyan-700\/0{background-color:rgba(14,116,144,0)}.\32xl\:bg-cyan-700\/10{background-color:rgba(14,116,144,.1)}.\32xl\:bg-cyan-700\/100{background-color:#0e7490}.\32xl\:bg-cyan-700\/15{background-color:rgba(14,116,144,.15)}.\32xl\:bg-cyan-700\/20{background-color:rgba(14,116,144,.2)}.\32xl\:bg-cyan-700\/25{background-color:rgba(14,116,144,.25)}.\32xl\:bg-cyan-700\/30{background-color:rgba(14,116,144,.3)}.\32xl\:bg-cyan-700\/35{background-color:rgba(14,116,144,.35)}.\32xl\:bg-cyan-700\/40{background-color:rgba(14,116,144,.4)}.\32xl\:bg-cyan-700\/45{background-color:rgba(14,116,144,.45)}.\32xl\:bg-cyan-700\/5{background-color:rgba(14,116,144,.05)}.\32xl\:bg-cyan-700\/50{background-color:rgba(14,116,144,.5)}.\32xl\:bg-cyan-700\/55{background-color:rgba(14,116,144,.55)}.\32xl\:bg-cyan-700\/60{background-color:rgba(14,116,144,.6)}.\32xl\:bg-cyan-700\/65{background-color:rgba(14,116,144,.65)}.\32xl\:bg-cyan-700\/70{background-color:rgba(14,116,144,.7)}.\32xl\:bg-cyan-700\/75{background-color:rgba(14,116,144,.75)}.\32xl\:bg-cyan-700\/80{background-color:rgba(14,116,144,.8)}.\32xl\:bg-cyan-700\/85{background-color:rgba(14,116,144,.85)}.\32xl\:bg-cyan-700\/90{background-color:rgba(14,116,144,.9)}.\32xl\:bg-cyan-700\/95{background-color:rgba(14,116,144,.95)}.\32xl\:bg-cyan-800{--tw-bg-opacity:1;background-color:rgba(21,94,117,var(--tw-bg-opacity))}.\32xl\:bg-cyan-800\/0{background-color:rgba(21,94,117,0)}.\32xl\:bg-cyan-800\/10{background-color:rgba(21,94,117,.1)}.\32xl\:bg-cyan-800\/100{background-color:#155e75}.\32xl\:bg-cyan-800\/15{background-color:rgba(21,94,117,.15)}.\32xl\:bg-cyan-800\/20{background-color:rgba(21,94,117,.2)}.\32xl\:bg-cyan-800\/25{background-color:rgba(21,94,117,.25)}.\32xl\:bg-cyan-800\/30{background-color:rgba(21,94,117,.3)}.\32xl\:bg-cyan-800\/35{background-color:rgba(21,94,117,.35)}.\32xl\:bg-cyan-800\/40{background-color:rgba(21,94,117,.4)}.\32xl\:bg-cyan-800\/45{background-color:rgba(21,94,117,.45)}.\32xl\:bg-cyan-800\/5{background-color:rgba(21,94,117,.05)}.\32xl\:bg-cyan-800\/50{background-color:rgba(21,94,117,.5)}.\32xl\:bg-cyan-800\/55{background-color:rgba(21,94,117,.55)}.\32xl\:bg-cyan-800\/60{background-color:rgba(21,94,117,.6)}.\32xl\:bg-cyan-800\/65{background-color:rgba(21,94,117,.65)}.\32xl\:bg-cyan-800\/70{background-color:rgba(21,94,117,.7)}.\32xl\:bg-cyan-800\/75{background-color:rgba(21,94,117,.75)}.\32xl\:bg-cyan-800\/80{background-color:rgba(21,94,117,.8)}.\32xl\:bg-cyan-800\/85{background-color:rgba(21,94,117,.85)}.\32xl\:bg-cyan-800\/90{background-color:rgba(21,94,117,.9)}.\32xl\:bg-cyan-800\/95{background-color:rgba(21,94,117,.95)}.\32xl\:bg-cyan-900{--tw-bg-opacity:1;background-color:rgba(22,78,99,var(--tw-bg-opacity))}.\32xl\:bg-cyan-900\/0{background-color:rgba(22,78,99,0)}.\32xl\:bg-cyan-900\/10{background-color:rgba(22,78,99,.1)}.\32xl\:bg-cyan-900\/100{background-color:#164e63}.\32xl\:bg-cyan-900\/15{background-color:rgba(22,78,99,.15)}.\32xl\:bg-cyan-900\/20{background-color:rgba(22,78,99,.2)}.\32xl\:bg-cyan-900\/25{background-color:rgba(22,78,99,.25)}.\32xl\:bg-cyan-900\/30{background-color:rgba(22,78,99,.3)}.\32xl\:bg-cyan-900\/35{background-color:rgba(22,78,99,.35)}.\32xl\:bg-cyan-900\/40{background-color:rgba(22,78,99,.4)}.\32xl\:bg-cyan-900\/45{background-color:rgba(22,78,99,.45)}.\32xl\:bg-cyan-900\/5{background-color:rgba(22,78,99,.05)}.\32xl\:bg-cyan-900\/50{background-color:rgba(22,78,99,.5)}.\32xl\:bg-cyan-900\/55{background-color:rgba(22,78,99,.55)}.\32xl\:bg-cyan-900\/60{background-color:rgba(22,78,99,.6)}.\32xl\:bg-cyan-900\/65{background-color:rgba(22,78,99,.65)}.\32xl\:bg-cyan-900\/70{background-color:rgba(22,78,99,.7)}.\32xl\:bg-cyan-900\/75{background-color:rgba(22,78,99,.75)}.\32xl\:bg-cyan-900\/80{background-color:rgba(22,78,99,.8)}.\32xl\:bg-cyan-900\/85{background-color:rgba(22,78,99,.85)}.\32xl\:bg-cyan-900\/90{background-color:rgba(22,78,99,.9)}.\32xl\:bg-cyan-900\/95{background-color:rgba(22,78,99,.95)}.\32xl\:bg-cyan-950{--tw-bg-opacity:1;background-color:rgba(8,51,68,var(--tw-bg-opacity))}.\32xl\:bg-cyan-950\/0{background-color:rgba(8,51,68,0)}.\32xl\:bg-cyan-950\/10{background-color:rgba(8,51,68,.1)}.\32xl\:bg-cyan-950\/100{background-color:#083344}.\32xl\:bg-cyan-950\/15{background-color:rgba(8,51,68,.15)}.\32xl\:bg-cyan-950\/20{background-color:rgba(8,51,68,.2)}.\32xl\:bg-cyan-950\/25{background-color:rgba(8,51,68,.25)}.\32xl\:bg-cyan-950\/30{background-color:rgba(8,51,68,.3)}.\32xl\:bg-cyan-950\/35{background-color:rgba(8,51,68,.35)}.\32xl\:bg-cyan-950\/40{background-color:rgba(8,51,68,.4)}.\32xl\:bg-cyan-950\/45{background-color:rgba(8,51,68,.45)}.\32xl\:bg-cyan-950\/5{background-color:rgba(8,51,68,.05)}.\32xl\:bg-cyan-950\/50{background-color:rgba(8,51,68,.5)}.\32xl\:bg-cyan-950\/55{background-color:rgba(8,51,68,.55)}.\32xl\:bg-cyan-950\/60{background-color:rgba(8,51,68,.6)}.\32xl\:bg-cyan-950\/65{background-color:rgba(8,51,68,.65)}.\32xl\:bg-cyan-950\/70{background-color:rgba(8,51,68,.7)}.\32xl\:bg-cyan-950\/75{background-color:rgba(8,51,68,.75)}.\32xl\:bg-cyan-950\/80{background-color:rgba(8,51,68,.8)}.\32xl\:bg-cyan-950\/85{background-color:rgba(8,51,68,.85)}.\32xl\:bg-cyan-950\/90{background-color:rgba(8,51,68,.9)}.\32xl\:bg-cyan-950\/95{background-color:rgba(8,51,68,.95)}.\32xl\:bg-emerald-100{--tw-bg-opacity:1;background-color:rgba(209,250,229,var(--tw-bg-opacity))}.\32xl\:bg-emerald-100\/0{background-color:rgba(209,250,229,0)}.\32xl\:bg-emerald-100\/10{background-color:rgba(209,250,229,.1)}.\32xl\:bg-emerald-100\/100{background-color:#d1fae5}.\32xl\:bg-emerald-100\/15{background-color:rgba(209,250,229,.15)}.\32xl\:bg-emerald-100\/20{background-color:rgba(209,250,229,.2)}.\32xl\:bg-emerald-100\/25{background-color:rgba(209,250,229,.25)}.\32xl\:bg-emerald-100\/30{background-color:rgba(209,250,229,.3)}.\32xl\:bg-emerald-100\/35{background-color:rgba(209,250,229,.35)}.\32xl\:bg-emerald-100\/40{background-color:rgba(209,250,229,.4)}.\32xl\:bg-emerald-100\/45{background-color:rgba(209,250,229,.45)}.\32xl\:bg-emerald-100\/5{background-color:rgba(209,250,229,.05)}.\32xl\:bg-emerald-100\/50{background-color:rgba(209,250,229,.5)}.\32xl\:bg-emerald-100\/55{background-color:rgba(209,250,229,.55)}.\32xl\:bg-emerald-100\/60{background-color:rgba(209,250,229,.6)}.\32xl\:bg-emerald-100\/65{background-color:rgba(209,250,229,.65)}.\32xl\:bg-emerald-100\/70{background-color:rgba(209,250,229,.7)}.\32xl\:bg-emerald-100\/75{background-color:rgba(209,250,229,.75)}.\32xl\:bg-emerald-100\/80{background-color:rgba(209,250,229,.8)}.\32xl\:bg-emerald-100\/85{background-color:rgba(209,250,229,.85)}.\32xl\:bg-emerald-100\/90{background-color:rgba(209,250,229,.9)}.\32xl\:bg-emerald-100\/95{background-color:rgba(209,250,229,.95)}.\32xl\:bg-emerald-200{--tw-bg-opacity:1;background-color:rgba(167,243,208,var(--tw-bg-opacity))}.\32xl\:bg-emerald-200\/0{background-color:rgba(167,243,208,0)}.\32xl\:bg-emerald-200\/10{background-color:rgba(167,243,208,.1)}.\32xl\:bg-emerald-200\/100{background-color:#a7f3d0}.\32xl\:bg-emerald-200\/15{background-color:rgba(167,243,208,.15)}.\32xl\:bg-emerald-200\/20{background-color:rgba(167,243,208,.2)}.\32xl\:bg-emerald-200\/25{background-color:rgba(167,243,208,.25)}.\32xl\:bg-emerald-200\/30{background-color:rgba(167,243,208,.3)}.\32xl\:bg-emerald-200\/35{background-color:rgba(167,243,208,.35)}.\32xl\:bg-emerald-200\/40{background-color:rgba(167,243,208,.4)}.\32xl\:bg-emerald-200\/45{background-color:rgba(167,243,208,.45)}.\32xl\:bg-emerald-200\/5{background-color:rgba(167,243,208,.05)}.\32xl\:bg-emerald-200\/50{background-color:rgba(167,243,208,.5)}.\32xl\:bg-emerald-200\/55{background-color:rgba(167,243,208,.55)}.\32xl\:bg-emerald-200\/60{background-color:rgba(167,243,208,.6)}.\32xl\:bg-emerald-200\/65{background-color:rgba(167,243,208,.65)}.\32xl\:bg-emerald-200\/70{background-color:rgba(167,243,208,.7)}.\32xl\:bg-emerald-200\/75{background-color:rgba(167,243,208,.75)}.\32xl\:bg-emerald-200\/80{background-color:rgba(167,243,208,.8)}.\32xl\:bg-emerald-200\/85{background-color:rgba(167,243,208,.85)}.\32xl\:bg-emerald-200\/90{background-color:rgba(167,243,208,.9)}.\32xl\:bg-emerald-200\/95{background-color:rgba(167,243,208,.95)}.\32xl\:bg-emerald-300{--tw-bg-opacity:1;background-color:rgba(110,231,183,var(--tw-bg-opacity))}.\32xl\:bg-emerald-300\/0{background-color:rgba(110,231,183,0)}.\32xl\:bg-emerald-300\/10{background-color:rgba(110,231,183,.1)}.\32xl\:bg-emerald-300\/100{background-color:#6ee7b7}.\32xl\:bg-emerald-300\/15{background-color:rgba(110,231,183,.15)}.\32xl\:bg-emerald-300\/20{background-color:rgba(110,231,183,.2)}.\32xl\:bg-emerald-300\/25{background-color:rgba(110,231,183,.25)}.\32xl\:bg-emerald-300\/30{background-color:rgba(110,231,183,.3)}.\32xl\:bg-emerald-300\/35{background-color:rgba(110,231,183,.35)}.\32xl\:bg-emerald-300\/40{background-color:rgba(110,231,183,.4)}.\32xl\:bg-emerald-300\/45{background-color:rgba(110,231,183,.45)}.\32xl\:bg-emerald-300\/5{background-color:rgba(110,231,183,.05)}.\32xl\:bg-emerald-300\/50{background-color:rgba(110,231,183,.5)}.\32xl\:bg-emerald-300\/55{background-color:rgba(110,231,183,.55)}.\32xl\:bg-emerald-300\/60{background-color:rgba(110,231,183,.6)}.\32xl\:bg-emerald-300\/65{background-color:rgba(110,231,183,.65)}.\32xl\:bg-emerald-300\/70{background-color:rgba(110,231,183,.7)}.\32xl\:bg-emerald-300\/75{background-color:rgba(110,231,183,.75)}.\32xl\:bg-emerald-300\/80{background-color:rgba(110,231,183,.8)}.\32xl\:bg-emerald-300\/85{background-color:rgba(110,231,183,.85)}.\32xl\:bg-emerald-300\/90{background-color:rgba(110,231,183,.9)}.\32xl\:bg-emerald-300\/95{background-color:rgba(110,231,183,.95)}.\32xl\:bg-emerald-400{--tw-bg-opacity:1;background-color:rgba(52,211,153,var(--tw-bg-opacity))}.\32xl\:bg-emerald-400\/0{background-color:rgba(52,211,153,0)}.\32xl\:bg-emerald-400\/10{background-color:rgba(52,211,153,.1)}.\32xl\:bg-emerald-400\/100{background-color:#34d399}.\32xl\:bg-emerald-400\/15{background-color:rgba(52,211,153,.15)}.\32xl\:bg-emerald-400\/20{background-color:rgba(52,211,153,.2)}.\32xl\:bg-emerald-400\/25{background-color:rgba(52,211,153,.25)}.\32xl\:bg-emerald-400\/30{background-color:rgba(52,211,153,.3)}.\32xl\:bg-emerald-400\/35{background-color:rgba(52,211,153,.35)}.\32xl\:bg-emerald-400\/40{background-color:rgba(52,211,153,.4)}.\32xl\:bg-emerald-400\/45{background-color:rgba(52,211,153,.45)}.\32xl\:bg-emerald-400\/5{background-color:rgba(52,211,153,.05)}.\32xl\:bg-emerald-400\/50{background-color:rgba(52,211,153,.5)}.\32xl\:bg-emerald-400\/55{background-color:rgba(52,211,153,.55)}.\32xl\:bg-emerald-400\/60{background-color:rgba(52,211,153,.6)}.\32xl\:bg-emerald-400\/65{background-color:rgba(52,211,153,.65)}.\32xl\:bg-emerald-400\/70{background-color:rgba(52,211,153,.7)}.\32xl\:bg-emerald-400\/75{background-color:rgba(52,211,153,.75)}.\32xl\:bg-emerald-400\/80{background-color:rgba(52,211,153,.8)}.\32xl\:bg-emerald-400\/85{background-color:rgba(52,211,153,.85)}.\32xl\:bg-emerald-400\/90{background-color:rgba(52,211,153,.9)}.\32xl\:bg-emerald-400\/95{background-color:rgba(52,211,153,.95)}.\32xl\:bg-emerald-50{--tw-bg-opacity:1;background-color:rgba(236,253,245,var(--tw-bg-opacity))}.\32xl\:bg-emerald-50\/0{background-color:rgba(236,253,245,0)}.\32xl\:bg-emerald-50\/10{background-color:rgba(236,253,245,.1)}.\32xl\:bg-emerald-50\/100{background-color:#ecfdf5}.\32xl\:bg-emerald-50\/15{background-color:rgba(236,253,245,.15)}.\32xl\:bg-emerald-50\/20{background-color:rgba(236,253,245,.2)}.\32xl\:bg-emerald-50\/25{background-color:rgba(236,253,245,.25)}.\32xl\:bg-emerald-50\/30{background-color:rgba(236,253,245,.3)}.\32xl\:bg-emerald-50\/35{background-color:rgba(236,253,245,.35)}.\32xl\:bg-emerald-50\/40{background-color:rgba(236,253,245,.4)}.\32xl\:bg-emerald-50\/45{background-color:rgba(236,253,245,.45)}.\32xl\:bg-emerald-50\/5{background-color:rgba(236,253,245,.05)}.\32xl\:bg-emerald-50\/50{background-color:rgba(236,253,245,.5)}.\32xl\:bg-emerald-50\/55{background-color:rgba(236,253,245,.55)}.\32xl\:bg-emerald-50\/60{background-color:rgba(236,253,245,.6)}.\32xl\:bg-emerald-50\/65{background-color:rgba(236,253,245,.65)}.\32xl\:bg-emerald-50\/70{background-color:rgba(236,253,245,.7)}.\32xl\:bg-emerald-50\/75{background-color:rgba(236,253,245,.75)}.\32xl\:bg-emerald-50\/80{background-color:rgba(236,253,245,.8)}.\32xl\:bg-emerald-50\/85{background-color:rgba(236,253,245,.85)}.\32xl\:bg-emerald-50\/90{background-color:rgba(236,253,245,.9)}.\32xl\:bg-emerald-50\/95{background-color:rgba(236,253,245,.95)}.\32xl\:bg-emerald-500{--tw-bg-opacity:1;background-color:rgba(16,185,129,var(--tw-bg-opacity))}.\32xl\:bg-emerald-500\/0{background-color:rgba(16,185,129,0)}.\32xl\:bg-emerald-500\/10{background-color:rgba(16,185,129,.1)}.\32xl\:bg-emerald-500\/100{background-color:#10b981}.\32xl\:bg-emerald-500\/15{background-color:rgba(16,185,129,.15)}.\32xl\:bg-emerald-500\/20{background-color:rgba(16,185,129,.2)}.\32xl\:bg-emerald-500\/25{background-color:rgba(16,185,129,.25)}.\32xl\:bg-emerald-500\/30{background-color:rgba(16,185,129,.3)}.\32xl\:bg-emerald-500\/35{background-color:rgba(16,185,129,.35)}.\32xl\:bg-emerald-500\/40{background-color:rgba(16,185,129,.4)}.\32xl\:bg-emerald-500\/45{background-color:rgba(16,185,129,.45)}.\32xl\:bg-emerald-500\/5{background-color:rgba(16,185,129,.05)}.\32xl\:bg-emerald-500\/50{background-color:rgba(16,185,129,.5)}.\32xl\:bg-emerald-500\/55{background-color:rgba(16,185,129,.55)}.\32xl\:bg-emerald-500\/60{background-color:rgba(16,185,129,.6)}.\32xl\:bg-emerald-500\/65{background-color:rgba(16,185,129,.65)}.\32xl\:bg-emerald-500\/70{background-color:rgba(16,185,129,.7)}.\32xl\:bg-emerald-500\/75{background-color:rgba(16,185,129,.75)}.\32xl\:bg-emerald-500\/80{background-color:rgba(16,185,129,.8)}.\32xl\:bg-emerald-500\/85{background-color:rgba(16,185,129,.85)}.\32xl\:bg-emerald-500\/90{background-color:rgba(16,185,129,.9)}.\32xl\:bg-emerald-500\/95{background-color:rgba(16,185,129,.95)}.\32xl\:bg-emerald-600{--tw-bg-opacity:1;background-color:rgba(5,150,105,var(--tw-bg-opacity))}.\32xl\:bg-emerald-600\/0{background-color:rgba(5,150,105,0)}.\32xl\:bg-emerald-600\/10{background-color:rgba(5,150,105,.1)}.\32xl\:bg-emerald-600\/100{background-color:#059669}.\32xl\:bg-emerald-600\/15{background-color:rgba(5,150,105,.15)}.\32xl\:bg-emerald-600\/20{background-color:rgba(5,150,105,.2)}.\32xl\:bg-emerald-600\/25{background-color:rgba(5,150,105,.25)}.\32xl\:bg-emerald-600\/30{background-color:rgba(5,150,105,.3)}.\32xl\:bg-emerald-600\/35{background-color:rgba(5,150,105,.35)}.\32xl\:bg-emerald-600\/40{background-color:rgba(5,150,105,.4)}.\32xl\:bg-emerald-600\/45{background-color:rgba(5,150,105,.45)}.\32xl\:bg-emerald-600\/5{background-color:rgba(5,150,105,.05)}.\32xl\:bg-emerald-600\/50{background-color:rgba(5,150,105,.5)}.\32xl\:bg-emerald-600\/55{background-color:rgba(5,150,105,.55)}.\32xl\:bg-emerald-600\/60{background-color:rgba(5,150,105,.6)}.\32xl\:bg-emerald-600\/65{background-color:rgba(5,150,105,.65)}.\32xl\:bg-emerald-600\/70{background-color:rgba(5,150,105,.7)}.\32xl\:bg-emerald-600\/75{background-color:rgba(5,150,105,.75)}.\32xl\:bg-emerald-600\/80{background-color:rgba(5,150,105,.8)}.\32xl\:bg-emerald-600\/85{background-color:rgba(5,150,105,.85)}.\32xl\:bg-emerald-600\/90{background-color:rgba(5,150,105,.9)}.\32xl\:bg-emerald-600\/95{background-color:rgba(5,150,105,.95)}.\32xl\:bg-emerald-700{--tw-bg-opacity:1;background-color:rgba(4,120,87,var(--tw-bg-opacity))}.\32xl\:bg-emerald-700\/0{background-color:rgba(4,120,87,0)}.\32xl\:bg-emerald-700\/10{background-color:rgba(4,120,87,.1)}.\32xl\:bg-emerald-700\/100{background-color:#047857}.\32xl\:bg-emerald-700\/15{background-color:rgba(4,120,87,.15)}.\32xl\:bg-emerald-700\/20{background-color:rgba(4,120,87,.2)}.\32xl\:bg-emerald-700\/25{background-color:rgba(4,120,87,.25)}.\32xl\:bg-emerald-700\/30{background-color:rgba(4,120,87,.3)}.\32xl\:bg-emerald-700\/35{background-color:rgba(4,120,87,.35)}.\32xl\:bg-emerald-700\/40{background-color:rgba(4,120,87,.4)}.\32xl\:bg-emerald-700\/45{background-color:rgba(4,120,87,.45)}.\32xl\:bg-emerald-700\/5{background-color:rgba(4,120,87,.05)}.\32xl\:bg-emerald-700\/50{background-color:rgba(4,120,87,.5)}.\32xl\:bg-emerald-700\/55{background-color:rgba(4,120,87,.55)}.\32xl\:bg-emerald-700\/60{background-color:rgba(4,120,87,.6)}.\32xl\:bg-emerald-700\/65{background-color:rgba(4,120,87,.65)}.\32xl\:bg-emerald-700\/70{background-color:rgba(4,120,87,.7)}.\32xl\:bg-emerald-700\/75{background-color:rgba(4,120,87,.75)}.\32xl\:bg-emerald-700\/80{background-color:rgba(4,120,87,.8)}.\32xl\:bg-emerald-700\/85{background-color:rgba(4,120,87,.85)}.\32xl\:bg-emerald-700\/90{background-color:rgba(4,120,87,.9)}.\32xl\:bg-emerald-700\/95{background-color:rgba(4,120,87,.95)}.\32xl\:bg-emerald-800{--tw-bg-opacity:1;background-color:rgba(6,95,70,var(--tw-bg-opacity))}.\32xl\:bg-emerald-800\/0{background-color:rgba(6,95,70,0)}.\32xl\:bg-emerald-800\/10{background-color:rgba(6,95,70,.1)}.\32xl\:bg-emerald-800\/100{background-color:#065f46}.\32xl\:bg-emerald-800\/15{background-color:rgba(6,95,70,.15)}.\32xl\:bg-emerald-800\/20{background-color:rgba(6,95,70,.2)}.\32xl\:bg-emerald-800\/25{background-color:rgba(6,95,70,.25)}.\32xl\:bg-emerald-800\/30{background-color:rgba(6,95,70,.3)}.\32xl\:bg-emerald-800\/35{background-color:rgba(6,95,70,.35)}.\32xl\:bg-emerald-800\/40{background-color:rgba(6,95,70,.4)}.\32xl\:bg-emerald-800\/45{background-color:rgba(6,95,70,.45)}.\32xl\:bg-emerald-800\/5{background-color:rgba(6,95,70,.05)}.\32xl\:bg-emerald-800\/50{background-color:rgba(6,95,70,.5)}.\32xl\:bg-emerald-800\/55{background-color:rgba(6,95,70,.55)}.\32xl\:bg-emerald-800\/60{background-color:rgba(6,95,70,.6)}.\32xl\:bg-emerald-800\/65{background-color:rgba(6,95,70,.65)}.\32xl\:bg-emerald-800\/70{background-color:rgba(6,95,70,.7)}.\32xl\:bg-emerald-800\/75{background-color:rgba(6,95,70,.75)}.\32xl\:bg-emerald-800\/80{background-color:rgba(6,95,70,.8)}.\32xl\:bg-emerald-800\/85{background-color:rgba(6,95,70,.85)}.\32xl\:bg-emerald-800\/90{background-color:rgba(6,95,70,.9)}.\32xl\:bg-emerald-800\/95{background-color:rgba(6,95,70,.95)}.\32xl\:bg-emerald-900{--tw-bg-opacity:1;background-color:rgba(6,78,59,var(--tw-bg-opacity))}.\32xl\:bg-emerald-900\/0{background-color:rgba(6,78,59,0)}.\32xl\:bg-emerald-900\/10{background-color:rgba(6,78,59,.1)}.\32xl\:bg-emerald-900\/100{background-color:#064e3b}.\32xl\:bg-emerald-900\/15{background-color:rgba(6,78,59,.15)}.\32xl\:bg-emerald-900\/20{background-color:rgba(6,78,59,.2)}.\32xl\:bg-emerald-900\/25{background-color:rgba(6,78,59,.25)}.\32xl\:bg-emerald-900\/30{background-color:rgba(6,78,59,.3)}.\32xl\:bg-emerald-900\/35{background-color:rgba(6,78,59,.35)}.\32xl\:bg-emerald-900\/40{background-color:rgba(6,78,59,.4)}.\32xl\:bg-emerald-900\/45{background-color:rgba(6,78,59,.45)}.\32xl\:bg-emerald-900\/5{background-color:rgba(6,78,59,.05)}.\32xl\:bg-emerald-900\/50{background-color:rgba(6,78,59,.5)}.\32xl\:bg-emerald-900\/55{background-color:rgba(6,78,59,.55)}.\32xl\:bg-emerald-900\/60{background-color:rgba(6,78,59,.6)}.\32xl\:bg-emerald-900\/65{background-color:rgba(6,78,59,.65)}.\32xl\:bg-emerald-900\/70{background-color:rgba(6,78,59,.7)}.\32xl\:bg-emerald-900\/75{background-color:rgba(6,78,59,.75)}.\32xl\:bg-emerald-900\/80{background-color:rgba(6,78,59,.8)}.\32xl\:bg-emerald-900\/85{background-color:rgba(6,78,59,.85)}.\32xl\:bg-emerald-900\/90{background-color:rgba(6,78,59,.9)}.\32xl\:bg-emerald-900\/95{background-color:rgba(6,78,59,.95)}.\32xl\:bg-emerald-950{--tw-bg-opacity:1;background-color:rgba(2,44,34,var(--tw-bg-opacity))}.\32xl\:bg-emerald-950\/0{background-color:rgba(2,44,34,0)}.\32xl\:bg-emerald-950\/10{background-color:rgba(2,44,34,.1)}.\32xl\:bg-emerald-950\/100{background-color:#022c22}.\32xl\:bg-emerald-950\/15{background-color:rgba(2,44,34,.15)}.\32xl\:bg-emerald-950\/20{background-color:rgba(2,44,34,.2)}.\32xl\:bg-emerald-950\/25{background-color:rgba(2,44,34,.25)}.\32xl\:bg-emerald-950\/30{background-color:rgba(2,44,34,.3)}.\32xl\:bg-emerald-950\/35{background-color:rgba(2,44,34,.35)}.\32xl\:bg-emerald-950\/40{background-color:rgba(2,44,34,.4)}.\32xl\:bg-emerald-950\/45{background-color:rgba(2,44,34,.45)}.\32xl\:bg-emerald-950\/5{background-color:rgba(2,44,34,.05)}.\32xl\:bg-emerald-950\/50{background-color:rgba(2,44,34,.5)}.\32xl\:bg-emerald-950\/55{background-color:rgba(2,44,34,.55)}.\32xl\:bg-emerald-950\/60{background-color:rgba(2,44,34,.6)}.\32xl\:bg-emerald-950\/65{background-color:rgba(2,44,34,.65)}.\32xl\:bg-emerald-950\/70{background-color:rgba(2,44,34,.7)}.\32xl\:bg-emerald-950\/75{background-color:rgba(2,44,34,.75)}.\32xl\:bg-emerald-950\/80{background-color:rgba(2,44,34,.8)}.\32xl\:bg-emerald-950\/85{background-color:rgba(2,44,34,.85)}.\32xl\:bg-emerald-950\/90{background-color:rgba(2,44,34,.9)}.\32xl\:bg-emerald-950\/95{background-color:rgba(2,44,34,.95)}.\32xl\:bg-fuchsia-100{--tw-bg-opacity:1;background-color:rgba(250,232,255,var(--tw-bg-opacity))}.\32xl\:bg-fuchsia-100\/0{background-color:rgba(250,232,255,0)}.\32xl\:bg-fuchsia-100\/10{background-color:rgba(250,232,255,.1)}.\32xl\:bg-fuchsia-100\/100{background-color:#fae8ff}.\32xl\:bg-fuchsia-100\/15{background-color:rgba(250,232,255,.15)}.\32xl\:bg-fuchsia-100\/20{background-color:rgba(250,232,255,.2)}.\32xl\:bg-fuchsia-100\/25{background-color:rgba(250,232,255,.25)}.\32xl\:bg-fuchsia-100\/30{background-color:rgba(250,232,255,.3)}.\32xl\:bg-fuchsia-100\/35{background-color:rgba(250,232,255,.35)}.\32xl\:bg-fuchsia-100\/40{background-color:rgba(250,232,255,.4)}.\32xl\:bg-fuchsia-100\/45{background-color:rgba(250,232,255,.45)}.\32xl\:bg-fuchsia-100\/5{background-color:rgba(250,232,255,.05)}.\32xl\:bg-fuchsia-100\/50{background-color:rgba(250,232,255,.5)}.\32xl\:bg-fuchsia-100\/55{background-color:rgba(250,232,255,.55)}.\32xl\:bg-fuchsia-100\/60{background-color:rgba(250,232,255,.6)}.\32xl\:bg-fuchsia-100\/65{background-color:rgba(250,232,255,.65)}.\32xl\:bg-fuchsia-100\/70{background-color:rgba(250,232,255,.7)}.\32xl\:bg-fuchsia-100\/75{background-color:rgba(250,232,255,.75)}.\32xl\:bg-fuchsia-100\/80{background-color:rgba(250,232,255,.8)}.\32xl\:bg-fuchsia-100\/85{background-color:rgba(250,232,255,.85)}.\32xl\:bg-fuchsia-100\/90{background-color:rgba(250,232,255,.9)}.\32xl\:bg-fuchsia-100\/95{background-color:rgba(250,232,255,.95)}.\32xl\:bg-fuchsia-200{--tw-bg-opacity:1;background-color:rgba(245,208,254,var(--tw-bg-opacity))}.\32xl\:bg-fuchsia-200\/0{background-color:rgba(245,208,254,0)}.\32xl\:bg-fuchsia-200\/10{background-color:rgba(245,208,254,.1)}.\32xl\:bg-fuchsia-200\/100{background-color:#f5d0fe}.\32xl\:bg-fuchsia-200\/15{background-color:rgba(245,208,254,.15)}.\32xl\:bg-fuchsia-200\/20{background-color:rgba(245,208,254,.2)}.\32xl\:bg-fuchsia-200\/25{background-color:rgba(245,208,254,.25)}.\32xl\:bg-fuchsia-200\/30{background-color:rgba(245,208,254,.3)}.\32xl\:bg-fuchsia-200\/35{background-color:rgba(245,208,254,.35)}.\32xl\:bg-fuchsia-200\/40{background-color:rgba(245,208,254,.4)}.\32xl\:bg-fuchsia-200\/45{background-color:rgba(245,208,254,.45)}.\32xl\:bg-fuchsia-200\/5{background-color:rgba(245,208,254,.05)}.\32xl\:bg-fuchsia-200\/50{background-color:rgba(245,208,254,.5)}.\32xl\:bg-fuchsia-200\/55{background-color:rgba(245,208,254,.55)}.\32xl\:bg-fuchsia-200\/60{background-color:rgba(245,208,254,.6)}.\32xl\:bg-fuchsia-200\/65{background-color:rgba(245,208,254,.65)}.\32xl\:bg-fuchsia-200\/70{background-color:rgba(245,208,254,.7)}.\32xl\:bg-fuchsia-200\/75{background-color:rgba(245,208,254,.75)}.\32xl\:bg-fuchsia-200\/80{background-color:rgba(245,208,254,.8)}.\32xl\:bg-fuchsia-200\/85{background-color:rgba(245,208,254,.85)}.\32xl\:bg-fuchsia-200\/90{background-color:rgba(245,208,254,.9)}.\32xl\:bg-fuchsia-200\/95{background-color:rgba(245,208,254,.95)}.\32xl\:bg-fuchsia-300{--tw-bg-opacity:1;background-color:rgba(240,171,252,var(--tw-bg-opacity))}.\32xl\:bg-fuchsia-300\/0{background-color:rgba(240,171,252,0)}.\32xl\:bg-fuchsia-300\/10{background-color:rgba(240,171,252,.1)}.\32xl\:bg-fuchsia-300\/100{background-color:#f0abfc}.\32xl\:bg-fuchsia-300\/15{background-color:rgba(240,171,252,.15)}.\32xl\:bg-fuchsia-300\/20{background-color:rgba(240,171,252,.2)}.\32xl\:bg-fuchsia-300\/25{background-color:rgba(240,171,252,.25)}.\32xl\:bg-fuchsia-300\/30{background-color:rgba(240,171,252,.3)}.\32xl\:bg-fuchsia-300\/35{background-color:rgba(240,171,252,.35)}.\32xl\:bg-fuchsia-300\/40{background-color:rgba(240,171,252,.4)}.\32xl\:bg-fuchsia-300\/45{background-color:rgba(240,171,252,.45)}.\32xl\:bg-fuchsia-300\/5{background-color:rgba(240,171,252,.05)}.\32xl\:bg-fuchsia-300\/50{background-color:rgba(240,171,252,.5)}.\32xl\:bg-fuchsia-300\/55{background-color:rgba(240,171,252,.55)}.\32xl\:bg-fuchsia-300\/60{background-color:rgba(240,171,252,.6)}.\32xl\:bg-fuchsia-300\/65{background-color:rgba(240,171,252,.65)}.\32xl\:bg-fuchsia-300\/70{background-color:rgba(240,171,252,.7)}.\32xl\:bg-fuchsia-300\/75{background-color:rgba(240,171,252,.75)}.\32xl\:bg-fuchsia-300\/80{background-color:rgba(240,171,252,.8)}.\32xl\:bg-fuchsia-300\/85{background-color:rgba(240,171,252,.85)}.\32xl\:bg-fuchsia-300\/90{background-color:rgba(240,171,252,.9)}.\32xl\:bg-fuchsia-300\/95{background-color:rgba(240,171,252,.95)}.\32xl\:bg-fuchsia-400{--tw-bg-opacity:1;background-color:rgba(232,121,249,var(--tw-bg-opacity))}.\32xl\:bg-fuchsia-400\/0{background-color:rgba(232,121,249,0)}.\32xl\:bg-fuchsia-400\/10{background-color:rgba(232,121,249,.1)}.\32xl\:bg-fuchsia-400\/100{background-color:#e879f9}.\32xl\:bg-fuchsia-400\/15{background-color:rgba(232,121,249,.15)}.\32xl\:bg-fuchsia-400\/20{background-color:rgba(232,121,249,.2)}.\32xl\:bg-fuchsia-400\/25{background-color:rgba(232,121,249,.25)}.\32xl\:bg-fuchsia-400\/30{background-color:rgba(232,121,249,.3)}.\32xl\:bg-fuchsia-400\/35{background-color:rgba(232,121,249,.35)}.\32xl\:bg-fuchsia-400\/40{background-color:rgba(232,121,249,.4)}.\32xl\:bg-fuchsia-400\/45{background-color:rgba(232,121,249,.45)}.\32xl\:bg-fuchsia-400\/5{background-color:rgba(232,121,249,.05)}.\32xl\:bg-fuchsia-400\/50{background-color:rgba(232,121,249,.5)}.\32xl\:bg-fuchsia-400\/55{background-color:rgba(232,121,249,.55)}.\32xl\:bg-fuchsia-400\/60{background-color:rgba(232,121,249,.6)}.\32xl\:bg-fuchsia-400\/65{background-color:rgba(232,121,249,.65)}.\32xl\:bg-fuchsia-400\/70{background-color:rgba(232,121,249,.7)}.\32xl\:bg-fuchsia-400\/75{background-color:rgba(232,121,249,.75)}.\32xl\:bg-fuchsia-400\/80{background-color:rgba(232,121,249,.8)}.\32xl\:bg-fuchsia-400\/85{background-color:rgba(232,121,249,.85)}.\32xl\:bg-fuchsia-400\/90{background-color:rgba(232,121,249,.9)}.\32xl\:bg-fuchsia-400\/95{background-color:rgba(232,121,249,.95)}.\32xl\:bg-fuchsia-50{--tw-bg-opacity:1;background-color:rgba(253,244,255,var(--tw-bg-opacity))}.\32xl\:bg-fuchsia-50\/0{background-color:rgba(253,244,255,0)}.\32xl\:bg-fuchsia-50\/10{background-color:rgba(253,244,255,.1)}.\32xl\:bg-fuchsia-50\/100{background-color:#fdf4ff}.\32xl\:bg-fuchsia-50\/15{background-color:rgba(253,244,255,.15)}.\32xl\:bg-fuchsia-50\/20{background-color:rgba(253,244,255,.2)}.\32xl\:bg-fuchsia-50\/25{background-color:rgba(253,244,255,.25)}.\32xl\:bg-fuchsia-50\/30{background-color:rgba(253,244,255,.3)}.\32xl\:bg-fuchsia-50\/35{background-color:rgba(253,244,255,.35)}.\32xl\:bg-fuchsia-50\/40{background-color:rgba(253,244,255,.4)}.\32xl\:bg-fuchsia-50\/45{background-color:rgba(253,244,255,.45)}.\32xl\:bg-fuchsia-50\/5{background-color:rgba(253,244,255,.05)}.\32xl\:bg-fuchsia-50\/50{background-color:rgba(253,244,255,.5)}.\32xl\:bg-fuchsia-50\/55{background-color:rgba(253,244,255,.55)}.\32xl\:bg-fuchsia-50\/60{background-color:rgba(253,244,255,.6)}.\32xl\:bg-fuchsia-50\/65{background-color:rgba(253,244,255,.65)}.\32xl\:bg-fuchsia-50\/70{background-color:rgba(253,244,255,.7)}.\32xl\:bg-fuchsia-50\/75{background-color:rgba(253,244,255,.75)}.\32xl\:bg-fuchsia-50\/80{background-color:rgba(253,244,255,.8)}.\32xl\:bg-fuchsia-50\/85{background-color:rgba(253,244,255,.85)}.\32xl\:bg-fuchsia-50\/90{background-color:rgba(253,244,255,.9)}.\32xl\:bg-fuchsia-50\/95{background-color:rgba(253,244,255,.95)}.\32xl\:bg-fuchsia-500{--tw-bg-opacity:1;background-color:rgba(217,70,239,var(--tw-bg-opacity))}.\32xl\:bg-fuchsia-500\/0{background-color:rgba(217,70,239,0)}.\32xl\:bg-fuchsia-500\/10{background-color:rgba(217,70,239,.1)}.\32xl\:bg-fuchsia-500\/100{background-color:#d946ef}.\32xl\:bg-fuchsia-500\/15{background-color:rgba(217,70,239,.15)}.\32xl\:bg-fuchsia-500\/20{background-color:rgba(217,70,239,.2)}.\32xl\:bg-fuchsia-500\/25{background-color:rgba(217,70,239,.25)}.\32xl\:bg-fuchsia-500\/30{background-color:rgba(217,70,239,.3)}.\32xl\:bg-fuchsia-500\/35{background-color:rgba(217,70,239,.35)}.\32xl\:bg-fuchsia-500\/40{background-color:rgba(217,70,239,.4)}.\32xl\:bg-fuchsia-500\/45{background-color:rgba(217,70,239,.45)}.\32xl\:bg-fuchsia-500\/5{background-color:rgba(217,70,239,.05)}.\32xl\:bg-fuchsia-500\/50{background-color:rgba(217,70,239,.5)}.\32xl\:bg-fuchsia-500\/55{background-color:rgba(217,70,239,.55)}.\32xl\:bg-fuchsia-500\/60{background-color:rgba(217,70,239,.6)}.\32xl\:bg-fuchsia-500\/65{background-color:rgba(217,70,239,.65)}.\32xl\:bg-fuchsia-500\/70{background-color:rgba(217,70,239,.7)}.\32xl\:bg-fuchsia-500\/75{background-color:rgba(217,70,239,.75)}.\32xl\:bg-fuchsia-500\/80{background-color:rgba(217,70,239,.8)}.\32xl\:bg-fuchsia-500\/85{background-color:rgba(217,70,239,.85)}.\32xl\:bg-fuchsia-500\/90{background-color:rgba(217,70,239,.9)}.\32xl\:bg-fuchsia-500\/95{background-color:rgba(217,70,239,.95)}.\32xl\:bg-fuchsia-600{--tw-bg-opacity:1;background-color:rgba(192,38,211,var(--tw-bg-opacity))}.\32xl\:bg-fuchsia-600\/0{background-color:rgba(192,38,211,0)}.\32xl\:bg-fuchsia-600\/10{background-color:rgba(192,38,211,.1)}.\32xl\:bg-fuchsia-600\/100{background-color:#c026d3}.\32xl\:bg-fuchsia-600\/15{background-color:rgba(192,38,211,.15)}.\32xl\:bg-fuchsia-600\/20{background-color:rgba(192,38,211,.2)}.\32xl\:bg-fuchsia-600\/25{background-color:rgba(192,38,211,.25)}.\32xl\:bg-fuchsia-600\/30{background-color:rgba(192,38,211,.3)}.\32xl\:bg-fuchsia-600\/35{background-color:rgba(192,38,211,.35)}.\32xl\:bg-fuchsia-600\/40{background-color:rgba(192,38,211,.4)}.\32xl\:bg-fuchsia-600\/45{background-color:rgba(192,38,211,.45)}.\32xl\:bg-fuchsia-600\/5{background-color:rgba(192,38,211,.05)}.\32xl\:bg-fuchsia-600\/50{background-color:rgba(192,38,211,.5)}.\32xl\:bg-fuchsia-600\/55{background-color:rgba(192,38,211,.55)}.\32xl\:bg-fuchsia-600\/60{background-color:rgba(192,38,211,.6)}.\32xl\:bg-fuchsia-600\/65{background-color:rgba(192,38,211,.65)}.\32xl\:bg-fuchsia-600\/70{background-color:rgba(192,38,211,.7)}.\32xl\:bg-fuchsia-600\/75{background-color:rgba(192,38,211,.75)}.\32xl\:bg-fuchsia-600\/80{background-color:rgba(192,38,211,.8)}.\32xl\:bg-fuchsia-600\/85{background-color:rgba(192,38,211,.85)}.\32xl\:bg-fuchsia-600\/90{background-color:rgba(192,38,211,.9)}.\32xl\:bg-fuchsia-600\/95{background-color:rgba(192,38,211,.95)}.\32xl\:bg-fuchsia-700{--tw-bg-opacity:1;background-color:rgba(162,28,175,var(--tw-bg-opacity))}.\32xl\:bg-fuchsia-700\/0{background-color:rgba(162,28,175,0)}.\32xl\:bg-fuchsia-700\/10{background-color:rgba(162,28,175,.1)}.\32xl\:bg-fuchsia-700\/100{background-color:#a21caf}.\32xl\:bg-fuchsia-700\/15{background-color:rgba(162,28,175,.15)}.\32xl\:bg-fuchsia-700\/20{background-color:rgba(162,28,175,.2)}.\32xl\:bg-fuchsia-700\/25{background-color:rgba(162,28,175,.25)}.\32xl\:bg-fuchsia-700\/30{background-color:rgba(162,28,175,.3)}.\32xl\:bg-fuchsia-700\/35{background-color:rgba(162,28,175,.35)}.\32xl\:bg-fuchsia-700\/40{background-color:rgba(162,28,175,.4)}.\32xl\:bg-fuchsia-700\/45{background-color:rgba(162,28,175,.45)}.\32xl\:bg-fuchsia-700\/5{background-color:rgba(162,28,175,.05)}.\32xl\:bg-fuchsia-700\/50{background-color:rgba(162,28,175,.5)}.\32xl\:bg-fuchsia-700\/55{background-color:rgba(162,28,175,.55)}.\32xl\:bg-fuchsia-700\/60{background-color:rgba(162,28,175,.6)}.\32xl\:bg-fuchsia-700\/65{background-color:rgba(162,28,175,.65)}.\32xl\:bg-fuchsia-700\/70{background-color:rgba(162,28,175,.7)}.\32xl\:bg-fuchsia-700\/75{background-color:rgba(162,28,175,.75)}.\32xl\:bg-fuchsia-700\/80{background-color:rgba(162,28,175,.8)}.\32xl\:bg-fuchsia-700\/85{background-color:rgba(162,28,175,.85)}.\32xl\:bg-fuchsia-700\/90{background-color:rgba(162,28,175,.9)}.\32xl\:bg-fuchsia-700\/95{background-color:rgba(162,28,175,.95)}.\32xl\:bg-fuchsia-800{--tw-bg-opacity:1;background-color:rgba(134,25,143,var(--tw-bg-opacity))}.\32xl\:bg-fuchsia-800\/0{background-color:rgba(134,25,143,0)}.\32xl\:bg-fuchsia-800\/10{background-color:rgba(134,25,143,.1)}.\32xl\:bg-fuchsia-800\/100{background-color:#86198f}.\32xl\:bg-fuchsia-800\/15{background-color:rgba(134,25,143,.15)}.\32xl\:bg-fuchsia-800\/20{background-color:rgba(134,25,143,.2)}.\32xl\:bg-fuchsia-800\/25{background-color:rgba(134,25,143,.25)}.\32xl\:bg-fuchsia-800\/30{background-color:rgba(134,25,143,.3)}.\32xl\:bg-fuchsia-800\/35{background-color:rgba(134,25,143,.35)}.\32xl\:bg-fuchsia-800\/40{background-color:rgba(134,25,143,.4)}.\32xl\:bg-fuchsia-800\/45{background-color:rgba(134,25,143,.45)}.\32xl\:bg-fuchsia-800\/5{background-color:rgba(134,25,143,.05)}.\32xl\:bg-fuchsia-800\/50{background-color:rgba(134,25,143,.5)}.\32xl\:bg-fuchsia-800\/55{background-color:rgba(134,25,143,.55)}.\32xl\:bg-fuchsia-800\/60{background-color:rgba(134,25,143,.6)}.\32xl\:bg-fuchsia-800\/65{background-color:rgba(134,25,143,.65)}.\32xl\:bg-fuchsia-800\/70{background-color:rgba(134,25,143,.7)}.\32xl\:bg-fuchsia-800\/75{background-color:rgba(134,25,143,.75)}.\32xl\:bg-fuchsia-800\/80{background-color:rgba(134,25,143,.8)}.\32xl\:bg-fuchsia-800\/85{background-color:rgba(134,25,143,.85)}.\32xl\:bg-fuchsia-800\/90{background-color:rgba(134,25,143,.9)}.\32xl\:bg-fuchsia-800\/95{background-color:rgba(134,25,143,.95)}.\32xl\:bg-fuchsia-900{--tw-bg-opacity:1;background-color:rgba(112,26,117,var(--tw-bg-opacity))}.\32xl\:bg-fuchsia-900\/0{background-color:rgba(112,26,117,0)}.\32xl\:bg-fuchsia-900\/10{background-color:rgba(112,26,117,.1)}.\32xl\:bg-fuchsia-900\/100{background-color:#701a75}.\32xl\:bg-fuchsia-900\/15{background-color:rgba(112,26,117,.15)}.\32xl\:bg-fuchsia-900\/20{background-color:rgba(112,26,117,.2)}.\32xl\:bg-fuchsia-900\/25{background-color:rgba(112,26,117,.25)}.\32xl\:bg-fuchsia-900\/30{background-color:rgba(112,26,117,.3)}.\32xl\:bg-fuchsia-900\/35{background-color:rgba(112,26,117,.35)}.\32xl\:bg-fuchsia-900\/40{background-color:rgba(112,26,117,.4)}.\32xl\:bg-fuchsia-900\/45{background-color:rgba(112,26,117,.45)}.\32xl\:bg-fuchsia-900\/5{background-color:rgba(112,26,117,.05)}.\32xl\:bg-fuchsia-900\/50{background-color:rgba(112,26,117,.5)}.\32xl\:bg-fuchsia-900\/55{background-color:rgba(112,26,117,.55)}.\32xl\:bg-fuchsia-900\/60{background-color:rgba(112,26,117,.6)}.\32xl\:bg-fuchsia-900\/65{background-color:rgba(112,26,117,.65)}.\32xl\:bg-fuchsia-900\/70{background-color:rgba(112,26,117,.7)}.\32xl\:bg-fuchsia-900\/75{background-color:rgba(112,26,117,.75)}.\32xl\:bg-fuchsia-900\/80{background-color:rgba(112,26,117,.8)}.\32xl\:bg-fuchsia-900\/85{background-color:rgba(112,26,117,.85)}.\32xl\:bg-fuchsia-900\/90{background-color:rgba(112,26,117,.9)}.\32xl\:bg-fuchsia-900\/95{background-color:rgba(112,26,117,.95)}.\32xl\:bg-fuchsia-950{--tw-bg-opacity:1;background-color:rgba(74,4,78,var(--tw-bg-opacity))}.\32xl\:bg-fuchsia-950\/0{background-color:rgba(74,4,78,0)}.\32xl\:bg-fuchsia-950\/10{background-color:rgba(74,4,78,.1)}.\32xl\:bg-fuchsia-950\/100{background-color:#4a044e}.\32xl\:bg-fuchsia-950\/15{background-color:rgba(74,4,78,.15)}.\32xl\:bg-fuchsia-950\/20{background-color:rgba(74,4,78,.2)}.\32xl\:bg-fuchsia-950\/25{background-color:rgba(74,4,78,.25)}.\32xl\:bg-fuchsia-950\/30{background-color:rgba(74,4,78,.3)}.\32xl\:bg-fuchsia-950\/35{background-color:rgba(74,4,78,.35)}.\32xl\:bg-fuchsia-950\/40{background-color:rgba(74,4,78,.4)}.\32xl\:bg-fuchsia-950\/45{background-color:rgba(74,4,78,.45)}.\32xl\:bg-fuchsia-950\/5{background-color:rgba(74,4,78,.05)}.\32xl\:bg-fuchsia-950\/50{background-color:rgba(74,4,78,.5)}.\32xl\:bg-fuchsia-950\/55{background-color:rgba(74,4,78,.55)}.\32xl\:bg-fuchsia-950\/60{background-color:rgba(74,4,78,.6)}.\32xl\:bg-fuchsia-950\/65{background-color:rgba(74,4,78,.65)}.\32xl\:bg-fuchsia-950\/70{background-color:rgba(74,4,78,.7)}.\32xl\:bg-fuchsia-950\/75{background-color:rgba(74,4,78,.75)}.\32xl\:bg-fuchsia-950\/80{background-color:rgba(74,4,78,.8)}.\32xl\:bg-fuchsia-950\/85{background-color:rgba(74,4,78,.85)}.\32xl\:bg-fuchsia-950\/90{background-color:rgba(74,4,78,.9)}.\32xl\:bg-fuchsia-950\/95{background-color:rgba(74,4,78,.95)}.\32xl\:bg-gray-100{--tw-bg-opacity:1;background-color:rgba(243,244,246,var(--tw-bg-opacity))}.\32xl\:bg-gray-100\/0{background-color:rgba(243,244,246,0)}.\32xl\:bg-gray-100\/10{background-color:rgba(243,244,246,.1)}.\32xl\:bg-gray-100\/100{background-color:#f3f4f6}.\32xl\:bg-gray-100\/15{background-color:rgba(243,244,246,.15)}.\32xl\:bg-gray-100\/20{background-color:rgba(243,244,246,.2)}.\32xl\:bg-gray-100\/25{background-color:rgba(243,244,246,.25)}.\32xl\:bg-gray-100\/30{background-color:rgba(243,244,246,.3)}.\32xl\:bg-gray-100\/35{background-color:rgba(243,244,246,.35)}.\32xl\:bg-gray-100\/40{background-color:rgba(243,244,246,.4)}.\32xl\:bg-gray-100\/45{background-color:rgba(243,244,246,.45)}.\32xl\:bg-gray-100\/5{background-color:rgba(243,244,246,.05)}.\32xl\:bg-gray-100\/50{background-color:rgba(243,244,246,.5)}.\32xl\:bg-gray-100\/55{background-color:rgba(243,244,246,.55)}.\32xl\:bg-gray-100\/60{background-color:rgba(243,244,246,.6)}.\32xl\:bg-gray-100\/65{background-color:rgba(243,244,246,.65)}.\32xl\:bg-gray-100\/70{background-color:rgba(243,244,246,.7)}.\32xl\:bg-gray-100\/75{background-color:rgba(243,244,246,.75)}.\32xl\:bg-gray-100\/80{background-color:rgba(243,244,246,.8)}.\32xl\:bg-gray-100\/85{background-color:rgba(243,244,246,.85)}.\32xl\:bg-gray-100\/90{background-color:rgba(243,244,246,.9)}.\32xl\:bg-gray-100\/95{background-color:rgba(243,244,246,.95)}.\32xl\:bg-gray-200{--tw-bg-opacity:1;background-color:rgba(229,231,235,var(--tw-bg-opacity))}.\32xl\:bg-gray-200\/0{background-color:rgba(229,231,235,0)}.\32xl\:bg-gray-200\/10{background-color:rgba(229,231,235,.1)}.\32xl\:bg-gray-200\/100{background-color:#e5e7eb}.\32xl\:bg-gray-200\/15{background-color:rgba(229,231,235,.15)}.\32xl\:bg-gray-200\/20{background-color:rgba(229,231,235,.2)}.\32xl\:bg-gray-200\/25{background-color:rgba(229,231,235,.25)}.\32xl\:bg-gray-200\/30{background-color:rgba(229,231,235,.3)}.\32xl\:bg-gray-200\/35{background-color:rgba(229,231,235,.35)}.\32xl\:bg-gray-200\/40{background-color:rgba(229,231,235,.4)}.\32xl\:bg-gray-200\/45{background-color:rgba(229,231,235,.45)}.\32xl\:bg-gray-200\/5{background-color:rgba(229,231,235,.05)}.\32xl\:bg-gray-200\/50{background-color:rgba(229,231,235,.5)}.\32xl\:bg-gray-200\/55{background-color:rgba(229,231,235,.55)}.\32xl\:bg-gray-200\/60{background-color:rgba(229,231,235,.6)}.\32xl\:bg-gray-200\/65{background-color:rgba(229,231,235,.65)}.\32xl\:bg-gray-200\/70{background-color:rgba(229,231,235,.7)}.\32xl\:bg-gray-200\/75{background-color:rgba(229,231,235,.75)}.\32xl\:bg-gray-200\/80{background-color:rgba(229,231,235,.8)}.\32xl\:bg-gray-200\/85{background-color:rgba(229,231,235,.85)}.\32xl\:bg-gray-200\/90{background-color:rgba(229,231,235,.9)}.\32xl\:bg-gray-200\/95{background-color:rgba(229,231,235,.95)}.\32xl\:bg-gray-300{--tw-bg-opacity:1;background-color:rgba(209,213,219,var(--tw-bg-opacity))}.\32xl\:bg-gray-300\/0{background-color:rgba(209,213,219,0)}.\32xl\:bg-gray-300\/10{background-color:rgba(209,213,219,.1)}.\32xl\:bg-gray-300\/100{background-color:#d1d5db}.\32xl\:bg-gray-300\/15{background-color:rgba(209,213,219,.15)}.\32xl\:bg-gray-300\/20{background-color:rgba(209,213,219,.2)}.\32xl\:bg-gray-300\/25{background-color:rgba(209,213,219,.25)}.\32xl\:bg-gray-300\/30{background-color:rgba(209,213,219,.3)}.\32xl\:bg-gray-300\/35{background-color:rgba(209,213,219,.35)}.\32xl\:bg-gray-300\/40{background-color:rgba(209,213,219,.4)}.\32xl\:bg-gray-300\/45{background-color:rgba(209,213,219,.45)}.\32xl\:bg-gray-300\/5{background-color:rgba(209,213,219,.05)}.\32xl\:bg-gray-300\/50{background-color:rgba(209,213,219,.5)}.\32xl\:bg-gray-300\/55{background-color:rgba(209,213,219,.55)}.\32xl\:bg-gray-300\/60{background-color:rgba(209,213,219,.6)}.\32xl\:bg-gray-300\/65{background-color:rgba(209,213,219,.65)}.\32xl\:bg-gray-300\/70{background-color:rgba(209,213,219,.7)}.\32xl\:bg-gray-300\/75{background-color:rgba(209,213,219,.75)}.\32xl\:bg-gray-300\/80{background-color:rgba(209,213,219,.8)}.\32xl\:bg-gray-300\/85{background-color:rgba(209,213,219,.85)}.\32xl\:bg-gray-300\/90{background-color:rgba(209,213,219,.9)}.\32xl\:bg-gray-300\/95{background-color:rgba(209,213,219,.95)}.\32xl\:bg-gray-400{--tw-bg-opacity:1;background-color:rgba(156,163,175,var(--tw-bg-opacity))}.\32xl\:bg-gray-400\/0{background-color:rgba(156,163,175,0)}.\32xl\:bg-gray-400\/10{background-color:rgba(156,163,175,.1)}.\32xl\:bg-gray-400\/100{background-color:#9ca3af}.\32xl\:bg-gray-400\/15{background-color:rgba(156,163,175,.15)}.\32xl\:bg-gray-400\/20{background-color:rgba(156,163,175,.2)}.\32xl\:bg-gray-400\/25{background-color:rgba(156,163,175,.25)}.\32xl\:bg-gray-400\/30{background-color:rgba(156,163,175,.3)}.\32xl\:bg-gray-400\/35{background-color:rgba(156,163,175,.35)}.\32xl\:bg-gray-400\/40{background-color:rgba(156,163,175,.4)}.\32xl\:bg-gray-400\/45{background-color:rgba(156,163,175,.45)}.\32xl\:bg-gray-400\/5{background-color:rgba(156,163,175,.05)}.\32xl\:bg-gray-400\/50{background-color:rgba(156,163,175,.5)}.\32xl\:bg-gray-400\/55{background-color:rgba(156,163,175,.55)}.\32xl\:bg-gray-400\/60{background-color:rgba(156,163,175,.6)}.\32xl\:bg-gray-400\/65{background-color:rgba(156,163,175,.65)}.\32xl\:bg-gray-400\/70{background-color:rgba(156,163,175,.7)}.\32xl\:bg-gray-400\/75{background-color:rgba(156,163,175,.75)}.\32xl\:bg-gray-400\/80{background-color:rgba(156,163,175,.8)}.\32xl\:bg-gray-400\/85{background-color:rgba(156,163,175,.85)}.\32xl\:bg-gray-400\/90{background-color:rgba(156,163,175,.9)}.\32xl\:bg-gray-400\/95{background-color:rgba(156,163,175,.95)}.\32xl\:bg-gray-50{--tw-bg-opacity:1;background-color:rgba(249,250,251,var(--tw-bg-opacity))}.\32xl\:bg-gray-50\/0{background-color:rgba(249,250,251,0)}.\32xl\:bg-gray-50\/10{background-color:rgba(249,250,251,.1)}.\32xl\:bg-gray-50\/100{background-color:#f9fafb}.\32xl\:bg-gray-50\/15{background-color:rgba(249,250,251,.15)}.\32xl\:bg-gray-50\/20{background-color:rgba(249,250,251,.2)}.\32xl\:bg-gray-50\/25{background-color:rgba(249,250,251,.25)}.\32xl\:bg-gray-50\/30{background-color:rgba(249,250,251,.3)}.\32xl\:bg-gray-50\/35{background-color:rgba(249,250,251,.35)}.\32xl\:bg-gray-50\/40{background-color:rgba(249,250,251,.4)}.\32xl\:bg-gray-50\/45{background-color:rgba(249,250,251,.45)}.\32xl\:bg-gray-50\/5{background-color:rgba(249,250,251,.05)}.\32xl\:bg-gray-50\/50{background-color:rgba(249,250,251,.5)}.\32xl\:bg-gray-50\/55{background-color:rgba(249,250,251,.55)}.\32xl\:bg-gray-50\/60{background-color:rgba(249,250,251,.6)}.\32xl\:bg-gray-50\/65{background-color:rgba(249,250,251,.65)}.\32xl\:bg-gray-50\/70{background-color:rgba(249,250,251,.7)}.\32xl\:bg-gray-50\/75{background-color:rgba(249,250,251,.75)}.\32xl\:bg-gray-50\/80{background-color:rgba(249,250,251,.8)}.\32xl\:bg-gray-50\/85{background-color:rgba(249,250,251,.85)}.\32xl\:bg-gray-50\/90{background-color:rgba(249,250,251,.9)}.\32xl\:bg-gray-50\/95{background-color:rgba(249,250,251,.95)}.\32xl\:bg-gray-500{--tw-bg-opacity:1;background-color:rgba(107,114,128,var(--tw-bg-opacity))}.\32xl\:bg-gray-500\/0{background-color:hsla(220,9%,46%,0)}.\32xl\:bg-gray-500\/10{background-color:hsla(220,9%,46%,.1)}.\32xl\:bg-gray-500\/100{background-color:#6b7280}.\32xl\:bg-gray-500\/15{background-color:hsla(220,9%,46%,.15)}.\32xl\:bg-gray-500\/20{background-color:hsla(220,9%,46%,.2)}.\32xl\:bg-gray-500\/25{background-color:hsla(220,9%,46%,.25)}.\32xl\:bg-gray-500\/30{background-color:hsla(220,9%,46%,.3)}.\32xl\:bg-gray-500\/35{background-color:hsla(220,9%,46%,.35)}.\32xl\:bg-gray-500\/40{background-color:hsla(220,9%,46%,.4)}.\32xl\:bg-gray-500\/45{background-color:hsla(220,9%,46%,.45)}.\32xl\:bg-gray-500\/5{background-color:hsla(220,9%,46%,.05)}.\32xl\:bg-gray-500\/50{background-color:hsla(220,9%,46%,.5)}.\32xl\:bg-gray-500\/55{background-color:hsla(220,9%,46%,.55)}.\32xl\:bg-gray-500\/60{background-color:hsla(220,9%,46%,.6)}.\32xl\:bg-gray-500\/65{background-color:hsla(220,9%,46%,.65)}.\32xl\:bg-gray-500\/70{background-color:hsla(220,9%,46%,.7)}.\32xl\:bg-gray-500\/75{background-color:hsla(220,9%,46%,.75)}.\32xl\:bg-gray-500\/80{background-color:hsla(220,9%,46%,.8)}.\32xl\:bg-gray-500\/85{background-color:hsla(220,9%,46%,.85)}.\32xl\:bg-gray-500\/90{background-color:hsla(220,9%,46%,.9)}.\32xl\:bg-gray-500\/95{background-color:hsla(220,9%,46%,.95)}.\32xl\:bg-gray-600{--tw-bg-opacity:1;background-color:rgba(75,85,99,var(--tw-bg-opacity))}.\32xl\:bg-gray-600\/0{background-color:rgba(75,85,99,0)}.\32xl\:bg-gray-600\/10{background-color:rgba(75,85,99,.1)}.\32xl\:bg-gray-600\/100{background-color:#4b5563}.\32xl\:bg-gray-600\/15{background-color:rgba(75,85,99,.15)}.\32xl\:bg-gray-600\/20{background-color:rgba(75,85,99,.2)}.\32xl\:bg-gray-600\/25{background-color:rgba(75,85,99,.25)}.\32xl\:bg-gray-600\/30{background-color:rgba(75,85,99,.3)}.\32xl\:bg-gray-600\/35{background-color:rgba(75,85,99,.35)}.\32xl\:bg-gray-600\/40{background-color:rgba(75,85,99,.4)}.\32xl\:bg-gray-600\/45{background-color:rgba(75,85,99,.45)}.\32xl\:bg-gray-600\/5{background-color:rgba(75,85,99,.05)}.\32xl\:bg-gray-600\/50{background-color:rgba(75,85,99,.5)}.\32xl\:bg-gray-600\/55{background-color:rgba(75,85,99,.55)}.\32xl\:bg-gray-600\/60{background-color:rgba(75,85,99,.6)}.\32xl\:bg-gray-600\/65{background-color:rgba(75,85,99,.65)}.\32xl\:bg-gray-600\/70{background-color:rgba(75,85,99,.7)}.\32xl\:bg-gray-600\/75{background-color:rgba(75,85,99,.75)}.\32xl\:bg-gray-600\/80{background-color:rgba(75,85,99,.8)}.\32xl\:bg-gray-600\/85{background-color:rgba(75,85,99,.85)}.\32xl\:bg-gray-600\/90{background-color:rgba(75,85,99,.9)}.\32xl\:bg-gray-600\/95{background-color:rgba(75,85,99,.95)}.\32xl\:bg-gray-700{--tw-bg-opacity:1;background-color:rgba(55,65,81,var(--tw-bg-opacity))}.\32xl\:bg-gray-700\/0{background-color:rgba(55,65,81,0)}.\32xl\:bg-gray-700\/10{background-color:rgba(55,65,81,.1)}.\32xl\:bg-gray-700\/100{background-color:#374151}.\32xl\:bg-gray-700\/15{background-color:rgba(55,65,81,.15)}.\32xl\:bg-gray-700\/20{background-color:rgba(55,65,81,.2)}.\32xl\:bg-gray-700\/25{background-color:rgba(55,65,81,.25)}.\32xl\:bg-gray-700\/30{background-color:rgba(55,65,81,.3)}.\32xl\:bg-gray-700\/35{background-color:rgba(55,65,81,.35)}.\32xl\:bg-gray-700\/40{background-color:rgba(55,65,81,.4)}.\32xl\:bg-gray-700\/45{background-color:rgba(55,65,81,.45)}.\32xl\:bg-gray-700\/5{background-color:rgba(55,65,81,.05)}.\32xl\:bg-gray-700\/50{background-color:rgba(55,65,81,.5)}.\32xl\:bg-gray-700\/55{background-color:rgba(55,65,81,.55)}.\32xl\:bg-gray-700\/60{background-color:rgba(55,65,81,.6)}.\32xl\:bg-gray-700\/65{background-color:rgba(55,65,81,.65)}.\32xl\:bg-gray-700\/70{background-color:rgba(55,65,81,.7)}.\32xl\:bg-gray-700\/75{background-color:rgba(55,65,81,.75)}.\32xl\:bg-gray-700\/80{background-color:rgba(55,65,81,.8)}.\32xl\:bg-gray-700\/85{background-color:rgba(55,65,81,.85)}.\32xl\:bg-gray-700\/90{background-color:rgba(55,65,81,.9)}.\32xl\:bg-gray-700\/95{background-color:rgba(55,65,81,.95)}.\32xl\:bg-gray-800{--tw-bg-opacity:1;background-color:rgba(31,41,55,var(--tw-bg-opacity))}.\32xl\:bg-gray-800\/0{background-color:rgba(31,41,55,0)}.\32xl\:bg-gray-800\/10{background-color:rgba(31,41,55,.1)}.\32xl\:bg-gray-800\/100{background-color:#1f2937}.\32xl\:bg-gray-800\/15{background-color:rgba(31,41,55,.15)}.\32xl\:bg-gray-800\/20{background-color:rgba(31,41,55,.2)}.\32xl\:bg-gray-800\/25{background-color:rgba(31,41,55,.25)}.\32xl\:bg-gray-800\/30{background-color:rgba(31,41,55,.3)}.\32xl\:bg-gray-800\/35{background-color:rgba(31,41,55,.35)}.\32xl\:bg-gray-800\/40{background-color:rgba(31,41,55,.4)}.\32xl\:bg-gray-800\/45{background-color:rgba(31,41,55,.45)}.\32xl\:bg-gray-800\/5{background-color:rgba(31,41,55,.05)}.\32xl\:bg-gray-800\/50{background-color:rgba(31,41,55,.5)}.\32xl\:bg-gray-800\/55{background-color:rgba(31,41,55,.55)}.\32xl\:bg-gray-800\/60{background-color:rgba(31,41,55,.6)}.\32xl\:bg-gray-800\/65{background-color:rgba(31,41,55,.65)}.\32xl\:bg-gray-800\/70{background-color:rgba(31,41,55,.7)}.\32xl\:bg-gray-800\/75{background-color:rgba(31,41,55,.75)}.\32xl\:bg-gray-800\/80{background-color:rgba(31,41,55,.8)}.\32xl\:bg-gray-800\/85{background-color:rgba(31,41,55,.85)}.\32xl\:bg-gray-800\/90{background-color:rgba(31,41,55,.9)}.\32xl\:bg-gray-800\/95{background-color:rgba(31,41,55,.95)}.\32xl\:bg-gray-900{--tw-bg-opacity:1;background-color:rgba(17,24,39,var(--tw-bg-opacity))}.\32xl\:bg-gray-900\/0{background-color:rgba(17,24,39,0)}.\32xl\:bg-gray-900\/10{background-color:rgba(17,24,39,.1)}.\32xl\:bg-gray-900\/100{background-color:#111827}.\32xl\:bg-gray-900\/15{background-color:rgba(17,24,39,.15)}.\32xl\:bg-gray-900\/20{background-color:rgba(17,24,39,.2)}.\32xl\:bg-gray-900\/25{background-color:rgba(17,24,39,.25)}.\32xl\:bg-gray-900\/30{background-color:rgba(17,24,39,.3)}.\32xl\:bg-gray-900\/35{background-color:rgba(17,24,39,.35)}.\32xl\:bg-gray-900\/40{background-color:rgba(17,24,39,.4)}.\32xl\:bg-gray-900\/45{background-color:rgba(17,24,39,.45)}.\32xl\:bg-gray-900\/5{background-color:rgba(17,24,39,.05)}.\32xl\:bg-gray-900\/50{background-color:rgba(17,24,39,.5)}.\32xl\:bg-gray-900\/55{background-color:rgba(17,24,39,.55)}.\32xl\:bg-gray-900\/60{background-color:rgba(17,24,39,.6)}.\32xl\:bg-gray-900\/65{background-color:rgba(17,24,39,.65)}.\32xl\:bg-gray-900\/70{background-color:rgba(17,24,39,.7)}.\32xl\:bg-gray-900\/75{background-color:rgba(17,24,39,.75)}.\32xl\:bg-gray-900\/80{background-color:rgba(17,24,39,.8)}.\32xl\:bg-gray-900\/85{background-color:rgba(17,24,39,.85)}.\32xl\:bg-gray-900\/90{background-color:rgba(17,24,39,.9)}.\32xl\:bg-gray-900\/95{background-color:rgba(17,24,39,.95)}.\32xl\:bg-gray-950{--tw-bg-opacity:1;background-color:rgba(3,7,18,var(--tw-bg-opacity))}.\32xl\:bg-gray-950\/0{background-color:rgba(3,7,18,0)}.\32xl\:bg-gray-950\/10{background-color:rgba(3,7,18,.1)}.\32xl\:bg-gray-950\/100{background-color:#030712}.\32xl\:bg-gray-950\/15{background-color:rgba(3,7,18,.15)}.\32xl\:bg-gray-950\/20{background-color:rgba(3,7,18,.2)}.\32xl\:bg-gray-950\/25{background-color:rgba(3,7,18,.25)}.\32xl\:bg-gray-950\/30{background-color:rgba(3,7,18,.3)}.\32xl\:bg-gray-950\/35{background-color:rgba(3,7,18,.35)}.\32xl\:bg-gray-950\/40{background-color:rgba(3,7,18,.4)}.\32xl\:bg-gray-950\/45{background-color:rgba(3,7,18,.45)}.\32xl\:bg-gray-950\/5{background-color:rgba(3,7,18,.05)}.\32xl\:bg-gray-950\/50{background-color:rgba(3,7,18,.5)}.\32xl\:bg-gray-950\/55{background-color:rgba(3,7,18,.55)}.\32xl\:bg-gray-950\/60{background-color:rgba(3,7,18,.6)}.\32xl\:bg-gray-950\/65{background-color:rgba(3,7,18,.65)}.\32xl\:bg-gray-950\/70{background-color:rgba(3,7,18,.7)}.\32xl\:bg-gray-950\/75{background-color:rgba(3,7,18,.75)}.\32xl\:bg-gray-950\/80{background-color:rgba(3,7,18,.8)}.\32xl\:bg-gray-950\/85{background-color:rgba(3,7,18,.85)}.\32xl\:bg-gray-950\/90{background-color:rgba(3,7,18,.9)}.\32xl\:bg-gray-950\/95{background-color:rgba(3,7,18,.95)}.\32xl\:bg-green-100{--tw-bg-opacity:1;background-color:rgba(220,252,231,var(--tw-bg-opacity))}.\32xl\:bg-green-100\/0{background-color:rgba(220,252,231,0)}.\32xl\:bg-green-100\/10{background-color:rgba(220,252,231,.1)}.\32xl\:bg-green-100\/100{background-color:#dcfce7}.\32xl\:bg-green-100\/15{background-color:rgba(220,252,231,.15)}.\32xl\:bg-green-100\/20{background-color:rgba(220,252,231,.2)}.\32xl\:bg-green-100\/25{background-color:rgba(220,252,231,.25)}.\32xl\:bg-green-100\/30{background-color:rgba(220,252,231,.3)}.\32xl\:bg-green-100\/35{background-color:rgba(220,252,231,.35)}.\32xl\:bg-green-100\/40{background-color:rgba(220,252,231,.4)}.\32xl\:bg-green-100\/45{background-color:rgba(220,252,231,.45)}.\32xl\:bg-green-100\/5{background-color:rgba(220,252,231,.05)}.\32xl\:bg-green-100\/50{background-color:rgba(220,252,231,.5)}.\32xl\:bg-green-100\/55{background-color:rgba(220,252,231,.55)}.\32xl\:bg-green-100\/60{background-color:rgba(220,252,231,.6)}.\32xl\:bg-green-100\/65{background-color:rgba(220,252,231,.65)}.\32xl\:bg-green-100\/70{background-color:rgba(220,252,231,.7)}.\32xl\:bg-green-100\/75{background-color:rgba(220,252,231,.75)}.\32xl\:bg-green-100\/80{background-color:rgba(220,252,231,.8)}.\32xl\:bg-green-100\/85{background-color:rgba(220,252,231,.85)}.\32xl\:bg-green-100\/90{background-color:rgba(220,252,231,.9)}.\32xl\:bg-green-100\/95{background-color:rgba(220,252,231,.95)}.\32xl\:bg-green-200{--tw-bg-opacity:1;background-color:rgba(187,247,208,var(--tw-bg-opacity))}.\32xl\:bg-green-200\/0{background-color:rgba(187,247,208,0)}.\32xl\:bg-green-200\/10{background-color:rgba(187,247,208,.1)}.\32xl\:bg-green-200\/100{background-color:#bbf7d0}.\32xl\:bg-green-200\/15{background-color:rgba(187,247,208,.15)}.\32xl\:bg-green-200\/20{background-color:rgba(187,247,208,.2)}.\32xl\:bg-green-200\/25{background-color:rgba(187,247,208,.25)}.\32xl\:bg-green-200\/30{background-color:rgba(187,247,208,.3)}.\32xl\:bg-green-200\/35{background-color:rgba(187,247,208,.35)}.\32xl\:bg-green-200\/40{background-color:rgba(187,247,208,.4)}.\32xl\:bg-green-200\/45{background-color:rgba(187,247,208,.45)}.\32xl\:bg-green-200\/5{background-color:rgba(187,247,208,.05)}.\32xl\:bg-green-200\/50{background-color:rgba(187,247,208,.5)}.\32xl\:bg-green-200\/55{background-color:rgba(187,247,208,.55)}.\32xl\:bg-green-200\/60{background-color:rgba(187,247,208,.6)}.\32xl\:bg-green-200\/65{background-color:rgba(187,247,208,.65)}.\32xl\:bg-green-200\/70{background-color:rgba(187,247,208,.7)}.\32xl\:bg-green-200\/75{background-color:rgba(187,247,208,.75)}.\32xl\:bg-green-200\/80{background-color:rgba(187,247,208,.8)}.\32xl\:bg-green-200\/85{background-color:rgba(187,247,208,.85)}.\32xl\:bg-green-200\/90{background-color:rgba(187,247,208,.9)}.\32xl\:bg-green-200\/95{background-color:rgba(187,247,208,.95)}.\32xl\:bg-green-300{--tw-bg-opacity:1;background-color:rgba(134,239,172,var(--tw-bg-opacity))}.\32xl\:bg-green-300\/0{background-color:rgba(134,239,172,0)}.\32xl\:bg-green-300\/10{background-color:rgba(134,239,172,.1)}.\32xl\:bg-green-300\/100{background-color:#86efac}.\32xl\:bg-green-300\/15{background-color:rgba(134,239,172,.15)}.\32xl\:bg-green-300\/20{background-color:rgba(134,239,172,.2)}.\32xl\:bg-green-300\/25{background-color:rgba(134,239,172,.25)}.\32xl\:bg-green-300\/30{background-color:rgba(134,239,172,.3)}.\32xl\:bg-green-300\/35{background-color:rgba(134,239,172,.35)}.\32xl\:bg-green-300\/40{background-color:rgba(134,239,172,.4)}.\32xl\:bg-green-300\/45{background-color:rgba(134,239,172,.45)}.\32xl\:bg-green-300\/5{background-color:rgba(134,239,172,.05)}.\32xl\:bg-green-300\/50{background-color:rgba(134,239,172,.5)}.\32xl\:bg-green-300\/55{background-color:rgba(134,239,172,.55)}.\32xl\:bg-green-300\/60{background-color:rgba(134,239,172,.6)}.\32xl\:bg-green-300\/65{background-color:rgba(134,239,172,.65)}.\32xl\:bg-green-300\/70{background-color:rgba(134,239,172,.7)}.\32xl\:bg-green-300\/75{background-color:rgba(134,239,172,.75)}.\32xl\:bg-green-300\/80{background-color:rgba(134,239,172,.8)}.\32xl\:bg-green-300\/85{background-color:rgba(134,239,172,.85)}.\32xl\:bg-green-300\/90{background-color:rgba(134,239,172,.9)}.\32xl\:bg-green-300\/95{background-color:rgba(134,239,172,.95)}.\32xl\:bg-green-400{--tw-bg-opacity:1;background-color:rgba(74,222,128,var(--tw-bg-opacity))}.\32xl\:bg-green-400\/0{background-color:rgba(74,222,128,0)}.\32xl\:bg-green-400\/10{background-color:rgba(74,222,128,.1)}.\32xl\:bg-green-400\/100{background-color:#4ade80}.\32xl\:bg-green-400\/15{background-color:rgba(74,222,128,.15)}.\32xl\:bg-green-400\/20{background-color:rgba(74,222,128,.2)}.\32xl\:bg-green-400\/25{background-color:rgba(74,222,128,.25)}.\32xl\:bg-green-400\/30{background-color:rgba(74,222,128,.3)}.\32xl\:bg-green-400\/35{background-color:rgba(74,222,128,.35)}.\32xl\:bg-green-400\/40{background-color:rgba(74,222,128,.4)}.\32xl\:bg-green-400\/45{background-color:rgba(74,222,128,.45)}.\32xl\:bg-green-400\/5{background-color:rgba(74,222,128,.05)}.\32xl\:bg-green-400\/50{background-color:rgba(74,222,128,.5)}.\32xl\:bg-green-400\/55{background-color:rgba(74,222,128,.55)}.\32xl\:bg-green-400\/60{background-color:rgba(74,222,128,.6)}.\32xl\:bg-green-400\/65{background-color:rgba(74,222,128,.65)}.\32xl\:bg-green-400\/70{background-color:rgba(74,222,128,.7)}.\32xl\:bg-green-400\/75{background-color:rgba(74,222,128,.75)}.\32xl\:bg-green-400\/80{background-color:rgba(74,222,128,.8)}.\32xl\:bg-green-400\/85{background-color:rgba(74,222,128,.85)}.\32xl\:bg-green-400\/90{background-color:rgba(74,222,128,.9)}.\32xl\:bg-green-400\/95{background-color:rgba(74,222,128,.95)}.\32xl\:bg-green-50{--tw-bg-opacity:1;background-color:rgba(240,253,244,var(--tw-bg-opacity))}.\32xl\:bg-green-50\/0{background-color:rgba(240,253,244,0)}.\32xl\:bg-green-50\/10{background-color:rgba(240,253,244,.1)}.\32xl\:bg-green-50\/100{background-color:#f0fdf4}.\32xl\:bg-green-50\/15{background-color:rgba(240,253,244,.15)}.\32xl\:bg-green-50\/20{background-color:rgba(240,253,244,.2)}.\32xl\:bg-green-50\/25{background-color:rgba(240,253,244,.25)}.\32xl\:bg-green-50\/30{background-color:rgba(240,253,244,.3)}.\32xl\:bg-green-50\/35{background-color:rgba(240,253,244,.35)}.\32xl\:bg-green-50\/40{background-color:rgba(240,253,244,.4)}.\32xl\:bg-green-50\/45{background-color:rgba(240,253,244,.45)}.\32xl\:bg-green-50\/5{background-color:rgba(240,253,244,.05)}.\32xl\:bg-green-50\/50{background-color:rgba(240,253,244,.5)}.\32xl\:bg-green-50\/55{background-color:rgba(240,253,244,.55)}.\32xl\:bg-green-50\/60{background-color:rgba(240,253,244,.6)}.\32xl\:bg-green-50\/65{background-color:rgba(240,253,244,.65)}.\32xl\:bg-green-50\/70{background-color:rgba(240,253,244,.7)}.\32xl\:bg-green-50\/75{background-color:rgba(240,253,244,.75)}.\32xl\:bg-green-50\/80{background-color:rgba(240,253,244,.8)}.\32xl\:bg-green-50\/85{background-color:rgba(240,253,244,.85)}.\32xl\:bg-green-50\/90{background-color:rgba(240,253,244,.9)}.\32xl\:bg-green-50\/95{background-color:rgba(240,253,244,.95)}.\32xl\:bg-green-500{--tw-bg-opacity:1;background-color:rgba(34,197,94,var(--tw-bg-opacity))}.\32xl\:bg-green-500\/0{background-color:rgba(34,197,94,0)}.\32xl\:bg-green-500\/10{background-color:rgba(34,197,94,.1)}.\32xl\:bg-green-500\/100{background-color:#22c55e}.\32xl\:bg-green-500\/15{background-color:rgba(34,197,94,.15)}.\32xl\:bg-green-500\/20{background-color:rgba(34,197,94,.2)}.\32xl\:bg-green-500\/25{background-color:rgba(34,197,94,.25)}.\32xl\:bg-green-500\/30{background-color:rgba(34,197,94,.3)}.\32xl\:bg-green-500\/35{background-color:rgba(34,197,94,.35)}.\32xl\:bg-green-500\/40{background-color:rgba(34,197,94,.4)}.\32xl\:bg-green-500\/45{background-color:rgba(34,197,94,.45)}.\32xl\:bg-green-500\/5{background-color:rgba(34,197,94,.05)}.\32xl\:bg-green-500\/50{background-color:rgba(34,197,94,.5)}.\32xl\:bg-green-500\/55{background-color:rgba(34,197,94,.55)}.\32xl\:bg-green-500\/60{background-color:rgba(34,197,94,.6)}.\32xl\:bg-green-500\/65{background-color:rgba(34,197,94,.65)}.\32xl\:bg-green-500\/70{background-color:rgba(34,197,94,.7)}.\32xl\:bg-green-500\/75{background-color:rgba(34,197,94,.75)}.\32xl\:bg-green-500\/80{background-color:rgba(34,197,94,.8)}.\32xl\:bg-green-500\/85{background-color:rgba(34,197,94,.85)}.\32xl\:bg-green-500\/90{background-color:rgba(34,197,94,.9)}.\32xl\:bg-green-500\/95{background-color:rgba(34,197,94,.95)}.\32xl\:bg-green-600{--tw-bg-opacity:1;background-color:rgba(22,163,74,var(--tw-bg-opacity))}.\32xl\:bg-green-600\/0{background-color:rgba(22,163,74,0)}.\32xl\:bg-green-600\/10{background-color:rgba(22,163,74,.1)}.\32xl\:bg-green-600\/100{background-color:#16a34a}.\32xl\:bg-green-600\/15{background-color:rgba(22,163,74,.15)}.\32xl\:bg-green-600\/20{background-color:rgba(22,163,74,.2)}.\32xl\:bg-green-600\/25{background-color:rgba(22,163,74,.25)}.\32xl\:bg-green-600\/30{background-color:rgba(22,163,74,.3)}.\32xl\:bg-green-600\/35{background-color:rgba(22,163,74,.35)}.\32xl\:bg-green-600\/40{background-color:rgba(22,163,74,.4)}.\32xl\:bg-green-600\/45{background-color:rgba(22,163,74,.45)}.\32xl\:bg-green-600\/5{background-color:rgba(22,163,74,.05)}.\32xl\:bg-green-600\/50{background-color:rgba(22,163,74,.5)}.\32xl\:bg-green-600\/55{background-color:rgba(22,163,74,.55)}.\32xl\:bg-green-600\/60{background-color:rgba(22,163,74,.6)}.\32xl\:bg-green-600\/65{background-color:rgba(22,163,74,.65)}.\32xl\:bg-green-600\/70{background-color:rgba(22,163,74,.7)}.\32xl\:bg-green-600\/75{background-color:rgba(22,163,74,.75)}.\32xl\:bg-green-600\/80{background-color:rgba(22,163,74,.8)}.\32xl\:bg-green-600\/85{background-color:rgba(22,163,74,.85)}.\32xl\:bg-green-600\/90{background-color:rgba(22,163,74,.9)}.\32xl\:bg-green-600\/95{background-color:rgba(22,163,74,.95)}.\32xl\:bg-green-700{--tw-bg-opacity:1;background-color:rgba(21,128,61,var(--tw-bg-opacity))}.\32xl\:bg-green-700\/0{background-color:rgba(21,128,61,0)}.\32xl\:bg-green-700\/10{background-color:rgba(21,128,61,.1)}.\32xl\:bg-green-700\/100{background-color:#15803d}.\32xl\:bg-green-700\/15{background-color:rgba(21,128,61,.15)}.\32xl\:bg-green-700\/20{background-color:rgba(21,128,61,.2)}.\32xl\:bg-green-700\/25{background-color:rgba(21,128,61,.25)}.\32xl\:bg-green-700\/30{background-color:rgba(21,128,61,.3)}.\32xl\:bg-green-700\/35{background-color:rgba(21,128,61,.35)}.\32xl\:bg-green-700\/40{background-color:rgba(21,128,61,.4)}.\32xl\:bg-green-700\/45{background-color:rgba(21,128,61,.45)}.\32xl\:bg-green-700\/5{background-color:rgba(21,128,61,.05)}.\32xl\:bg-green-700\/50{background-color:rgba(21,128,61,.5)}.\32xl\:bg-green-700\/55{background-color:rgba(21,128,61,.55)}.\32xl\:bg-green-700\/60{background-color:rgba(21,128,61,.6)}.\32xl\:bg-green-700\/65{background-color:rgba(21,128,61,.65)}.\32xl\:bg-green-700\/70{background-color:rgba(21,128,61,.7)}.\32xl\:bg-green-700\/75{background-color:rgba(21,128,61,.75)}.\32xl\:bg-green-700\/80{background-color:rgba(21,128,61,.8)}.\32xl\:bg-green-700\/85{background-color:rgba(21,128,61,.85)}.\32xl\:bg-green-700\/90{background-color:rgba(21,128,61,.9)}.\32xl\:bg-green-700\/95{background-color:rgba(21,128,61,.95)}.\32xl\:bg-green-800{--tw-bg-opacity:1;background-color:rgba(22,101,52,var(--tw-bg-opacity))}.\32xl\:bg-green-800\/0{background-color:rgba(22,101,52,0)}.\32xl\:bg-green-800\/10{background-color:rgba(22,101,52,.1)}.\32xl\:bg-green-800\/100{background-color:#166534}.\32xl\:bg-green-800\/15{background-color:rgba(22,101,52,.15)}.\32xl\:bg-green-800\/20{background-color:rgba(22,101,52,.2)}.\32xl\:bg-green-800\/25{background-color:rgba(22,101,52,.25)}.\32xl\:bg-green-800\/30{background-color:rgba(22,101,52,.3)}.\32xl\:bg-green-800\/35{background-color:rgba(22,101,52,.35)}.\32xl\:bg-green-800\/40{background-color:rgba(22,101,52,.4)}.\32xl\:bg-green-800\/45{background-color:rgba(22,101,52,.45)}.\32xl\:bg-green-800\/5{background-color:rgba(22,101,52,.05)}.\32xl\:bg-green-800\/50{background-color:rgba(22,101,52,.5)}.\32xl\:bg-green-800\/55{background-color:rgba(22,101,52,.55)}.\32xl\:bg-green-800\/60{background-color:rgba(22,101,52,.6)}.\32xl\:bg-green-800\/65{background-color:rgba(22,101,52,.65)}.\32xl\:bg-green-800\/70{background-color:rgba(22,101,52,.7)}.\32xl\:bg-green-800\/75{background-color:rgba(22,101,52,.75)}.\32xl\:bg-green-800\/80{background-color:rgba(22,101,52,.8)}.\32xl\:bg-green-800\/85{background-color:rgba(22,101,52,.85)}.\32xl\:bg-green-800\/90{background-color:rgba(22,101,52,.9)}.\32xl\:bg-green-800\/95{background-color:rgba(22,101,52,.95)}.\32xl\:bg-green-900{--tw-bg-opacity:1;background-color:rgba(20,83,45,var(--tw-bg-opacity))}.\32xl\:bg-green-900\/0{background-color:rgba(20,83,45,0)}.\32xl\:bg-green-900\/10{background-color:rgba(20,83,45,.1)}.\32xl\:bg-green-900\/100{background-color:#14532d}.\32xl\:bg-green-900\/15{background-color:rgba(20,83,45,.15)}.\32xl\:bg-green-900\/20{background-color:rgba(20,83,45,.2)}.\32xl\:bg-green-900\/25{background-color:rgba(20,83,45,.25)}.\32xl\:bg-green-900\/30{background-color:rgba(20,83,45,.3)}.\32xl\:bg-green-900\/35{background-color:rgba(20,83,45,.35)}.\32xl\:bg-green-900\/40{background-color:rgba(20,83,45,.4)}.\32xl\:bg-green-900\/45{background-color:rgba(20,83,45,.45)}.\32xl\:bg-green-900\/5{background-color:rgba(20,83,45,.05)}.\32xl\:bg-green-900\/50{background-color:rgba(20,83,45,.5)}.\32xl\:bg-green-900\/55{background-color:rgba(20,83,45,.55)}.\32xl\:bg-green-900\/60{background-color:rgba(20,83,45,.6)}.\32xl\:bg-green-900\/65{background-color:rgba(20,83,45,.65)}.\32xl\:bg-green-900\/70{background-color:rgba(20,83,45,.7)}.\32xl\:bg-green-900\/75{background-color:rgba(20,83,45,.75)}.\32xl\:bg-green-900\/80{background-color:rgba(20,83,45,.8)}.\32xl\:bg-green-900\/85{background-color:rgba(20,83,45,.85)}.\32xl\:bg-green-900\/90{background-color:rgba(20,83,45,.9)}.\32xl\:bg-green-900\/95{background-color:rgba(20,83,45,.95)}.\32xl\:bg-green-950{--tw-bg-opacity:1;background-color:rgba(5,46,22,var(--tw-bg-opacity))}.\32xl\:bg-green-950\/0{background-color:rgba(5,46,22,0)}.\32xl\:bg-green-950\/10{background-color:rgba(5,46,22,.1)}.\32xl\:bg-green-950\/100{background-color:#052e16}.\32xl\:bg-green-950\/15{background-color:rgba(5,46,22,.15)}.\32xl\:bg-green-950\/20{background-color:rgba(5,46,22,.2)}.\32xl\:bg-green-950\/25{background-color:rgba(5,46,22,.25)}.\32xl\:bg-green-950\/30{background-color:rgba(5,46,22,.3)}.\32xl\:bg-green-950\/35{background-color:rgba(5,46,22,.35)}.\32xl\:bg-green-950\/40{background-color:rgba(5,46,22,.4)}.\32xl\:bg-green-950\/45{background-color:rgba(5,46,22,.45)}.\32xl\:bg-green-950\/5{background-color:rgba(5,46,22,.05)}.\32xl\:bg-green-950\/50{background-color:rgba(5,46,22,.5)}.\32xl\:bg-green-950\/55{background-color:rgba(5,46,22,.55)}.\32xl\:bg-green-950\/60{background-color:rgba(5,46,22,.6)}.\32xl\:bg-green-950\/65{background-color:rgba(5,46,22,.65)}.\32xl\:bg-green-950\/70{background-color:rgba(5,46,22,.7)}.\32xl\:bg-green-950\/75{background-color:rgba(5,46,22,.75)}.\32xl\:bg-green-950\/80{background-color:rgba(5,46,22,.8)}.\32xl\:bg-green-950\/85{background-color:rgba(5,46,22,.85)}.\32xl\:bg-green-950\/90{background-color:rgba(5,46,22,.9)}.\32xl\:bg-green-950\/95{background-color:rgba(5,46,22,.95)}.\32xl\:bg-indigo-100{--tw-bg-opacity:1;background-color:rgba(224,231,255,var(--tw-bg-opacity))}.\32xl\:bg-indigo-100\/0{background-color:rgba(224,231,255,0)}.\32xl\:bg-indigo-100\/10{background-color:rgba(224,231,255,.1)}.\32xl\:bg-indigo-100\/100{background-color:#e0e7ff}.\32xl\:bg-indigo-100\/15{background-color:rgba(224,231,255,.15)}.\32xl\:bg-indigo-100\/20{background-color:rgba(224,231,255,.2)}.\32xl\:bg-indigo-100\/25{background-color:rgba(224,231,255,.25)}.\32xl\:bg-indigo-100\/30{background-color:rgba(224,231,255,.3)}.\32xl\:bg-indigo-100\/35{background-color:rgba(224,231,255,.35)}.\32xl\:bg-indigo-100\/40{background-color:rgba(224,231,255,.4)}.\32xl\:bg-indigo-100\/45{background-color:rgba(224,231,255,.45)}.\32xl\:bg-indigo-100\/5{background-color:rgba(224,231,255,.05)}.\32xl\:bg-indigo-100\/50{background-color:rgba(224,231,255,.5)}.\32xl\:bg-indigo-100\/55{background-color:rgba(224,231,255,.55)}.\32xl\:bg-indigo-100\/60{background-color:rgba(224,231,255,.6)}.\32xl\:bg-indigo-100\/65{background-color:rgba(224,231,255,.65)}.\32xl\:bg-indigo-100\/70{background-color:rgba(224,231,255,.7)}.\32xl\:bg-indigo-100\/75{background-color:rgba(224,231,255,.75)}.\32xl\:bg-indigo-100\/80{background-color:rgba(224,231,255,.8)}.\32xl\:bg-indigo-100\/85{background-color:rgba(224,231,255,.85)}.\32xl\:bg-indigo-100\/90{background-color:rgba(224,231,255,.9)}.\32xl\:bg-indigo-100\/95{background-color:rgba(224,231,255,.95)}.\32xl\:bg-indigo-200{--tw-bg-opacity:1;background-color:rgba(199,210,254,var(--tw-bg-opacity))}.\32xl\:bg-indigo-200\/0{background-color:rgba(199,210,254,0)}.\32xl\:bg-indigo-200\/10{background-color:rgba(199,210,254,.1)}.\32xl\:bg-indigo-200\/100{background-color:#c7d2fe}.\32xl\:bg-indigo-200\/15{background-color:rgba(199,210,254,.15)}.\32xl\:bg-indigo-200\/20{background-color:rgba(199,210,254,.2)}.\32xl\:bg-indigo-200\/25{background-color:rgba(199,210,254,.25)}.\32xl\:bg-indigo-200\/30{background-color:rgba(199,210,254,.3)}.\32xl\:bg-indigo-200\/35{background-color:rgba(199,210,254,.35)}.\32xl\:bg-indigo-200\/40{background-color:rgba(199,210,254,.4)}.\32xl\:bg-indigo-200\/45{background-color:rgba(199,210,254,.45)}.\32xl\:bg-indigo-200\/5{background-color:rgba(199,210,254,.05)}.\32xl\:bg-indigo-200\/50{background-color:rgba(199,210,254,.5)}.\32xl\:bg-indigo-200\/55{background-color:rgba(199,210,254,.55)}.\32xl\:bg-indigo-200\/60{background-color:rgba(199,210,254,.6)}.\32xl\:bg-indigo-200\/65{background-color:rgba(199,210,254,.65)}.\32xl\:bg-indigo-200\/70{background-color:rgba(199,210,254,.7)}.\32xl\:bg-indigo-200\/75{background-color:rgba(199,210,254,.75)}.\32xl\:bg-indigo-200\/80{background-color:rgba(199,210,254,.8)}.\32xl\:bg-indigo-200\/85{background-color:rgba(199,210,254,.85)}.\32xl\:bg-indigo-200\/90{background-color:rgba(199,210,254,.9)}.\32xl\:bg-indigo-200\/95{background-color:rgba(199,210,254,.95)}.\32xl\:bg-indigo-300{--tw-bg-opacity:1;background-color:rgba(165,180,252,var(--tw-bg-opacity))}.\32xl\:bg-indigo-300\/0{background-color:rgba(165,180,252,0)}.\32xl\:bg-indigo-300\/10{background-color:rgba(165,180,252,.1)}.\32xl\:bg-indigo-300\/100{background-color:#a5b4fc}.\32xl\:bg-indigo-300\/15{background-color:rgba(165,180,252,.15)}.\32xl\:bg-indigo-300\/20{background-color:rgba(165,180,252,.2)}.\32xl\:bg-indigo-300\/25{background-color:rgba(165,180,252,.25)}.\32xl\:bg-indigo-300\/30{background-color:rgba(165,180,252,.3)}.\32xl\:bg-indigo-300\/35{background-color:rgba(165,180,252,.35)}.\32xl\:bg-indigo-300\/40{background-color:rgba(165,180,252,.4)}.\32xl\:bg-indigo-300\/45{background-color:rgba(165,180,252,.45)}.\32xl\:bg-indigo-300\/5{background-color:rgba(165,180,252,.05)}.\32xl\:bg-indigo-300\/50{background-color:rgba(165,180,252,.5)}.\32xl\:bg-indigo-300\/55{background-color:rgba(165,180,252,.55)}.\32xl\:bg-indigo-300\/60{background-color:rgba(165,180,252,.6)}.\32xl\:bg-indigo-300\/65{background-color:rgba(165,180,252,.65)}.\32xl\:bg-indigo-300\/70{background-color:rgba(165,180,252,.7)}.\32xl\:bg-indigo-300\/75{background-color:rgba(165,180,252,.75)}.\32xl\:bg-indigo-300\/80{background-color:rgba(165,180,252,.8)}.\32xl\:bg-indigo-300\/85{background-color:rgba(165,180,252,.85)}.\32xl\:bg-indigo-300\/90{background-color:rgba(165,180,252,.9)}.\32xl\:bg-indigo-300\/95{background-color:rgba(165,180,252,.95)}.\32xl\:bg-indigo-400{--tw-bg-opacity:1;background-color:rgba(129,140,248,var(--tw-bg-opacity))}.\32xl\:bg-indigo-400\/0{background-color:rgba(129,140,248,0)}.\32xl\:bg-indigo-400\/10{background-color:rgba(129,140,248,.1)}.\32xl\:bg-indigo-400\/100{background-color:#818cf8}.\32xl\:bg-indigo-400\/15{background-color:rgba(129,140,248,.15)}.\32xl\:bg-indigo-400\/20{background-color:rgba(129,140,248,.2)}.\32xl\:bg-indigo-400\/25{background-color:rgba(129,140,248,.25)}.\32xl\:bg-indigo-400\/30{background-color:rgba(129,140,248,.3)}.\32xl\:bg-indigo-400\/35{background-color:rgba(129,140,248,.35)}.\32xl\:bg-indigo-400\/40{background-color:rgba(129,140,248,.4)}.\32xl\:bg-indigo-400\/45{background-color:rgba(129,140,248,.45)}.\32xl\:bg-indigo-400\/5{background-color:rgba(129,140,248,.05)}.\32xl\:bg-indigo-400\/50{background-color:rgba(129,140,248,.5)}.\32xl\:bg-indigo-400\/55{background-color:rgba(129,140,248,.55)}.\32xl\:bg-indigo-400\/60{background-color:rgba(129,140,248,.6)}.\32xl\:bg-indigo-400\/65{background-color:rgba(129,140,248,.65)}.\32xl\:bg-indigo-400\/70{background-color:rgba(129,140,248,.7)}.\32xl\:bg-indigo-400\/75{background-color:rgba(129,140,248,.75)}.\32xl\:bg-indigo-400\/80{background-color:rgba(129,140,248,.8)}.\32xl\:bg-indigo-400\/85{background-color:rgba(129,140,248,.85)}.\32xl\:bg-indigo-400\/90{background-color:rgba(129,140,248,.9)}.\32xl\:bg-indigo-400\/95{background-color:rgba(129,140,248,.95)}.\32xl\:bg-indigo-50{--tw-bg-opacity:1;background-color:rgba(238,242,255,var(--tw-bg-opacity))}.\32xl\:bg-indigo-50\/0{background-color:rgba(238,242,255,0)}.\32xl\:bg-indigo-50\/10{background-color:rgba(238,242,255,.1)}.\32xl\:bg-indigo-50\/100{background-color:#eef2ff}.\32xl\:bg-indigo-50\/15{background-color:rgba(238,242,255,.15)}.\32xl\:bg-indigo-50\/20{background-color:rgba(238,242,255,.2)}.\32xl\:bg-indigo-50\/25{background-color:rgba(238,242,255,.25)}.\32xl\:bg-indigo-50\/30{background-color:rgba(238,242,255,.3)}.\32xl\:bg-indigo-50\/35{background-color:rgba(238,242,255,.35)}.\32xl\:bg-indigo-50\/40{background-color:rgba(238,242,255,.4)}.\32xl\:bg-indigo-50\/45{background-color:rgba(238,242,255,.45)}.\32xl\:bg-indigo-50\/5{background-color:rgba(238,242,255,.05)}.\32xl\:bg-indigo-50\/50{background-color:rgba(238,242,255,.5)}.\32xl\:bg-indigo-50\/55{background-color:rgba(238,242,255,.55)}.\32xl\:bg-indigo-50\/60{background-color:rgba(238,242,255,.6)}.\32xl\:bg-indigo-50\/65{background-color:rgba(238,242,255,.65)}.\32xl\:bg-indigo-50\/70{background-color:rgba(238,242,255,.7)}.\32xl\:bg-indigo-50\/75{background-color:rgba(238,242,255,.75)}.\32xl\:bg-indigo-50\/80{background-color:rgba(238,242,255,.8)}.\32xl\:bg-indigo-50\/85{background-color:rgba(238,242,255,.85)}.\32xl\:bg-indigo-50\/90{background-color:rgba(238,242,255,.9)}.\32xl\:bg-indigo-50\/95{background-color:rgba(238,242,255,.95)}.\32xl\:bg-indigo-500{--tw-bg-opacity:1;background-color:rgba(99,102,241,var(--tw-bg-opacity))}.\32xl\:bg-indigo-500\/0{background-color:rgba(99,102,241,0)}.\32xl\:bg-indigo-500\/10{background-color:rgba(99,102,241,.1)}.\32xl\:bg-indigo-500\/100{background-color:#6366f1}.\32xl\:bg-indigo-500\/15{background-color:rgba(99,102,241,.15)}.\32xl\:bg-indigo-500\/20{background-color:rgba(99,102,241,.2)}.\32xl\:bg-indigo-500\/25{background-color:rgba(99,102,241,.25)}.\32xl\:bg-indigo-500\/30{background-color:rgba(99,102,241,.3)}.\32xl\:bg-indigo-500\/35{background-color:rgba(99,102,241,.35)}.\32xl\:bg-indigo-500\/40{background-color:rgba(99,102,241,.4)}.\32xl\:bg-indigo-500\/45{background-color:rgba(99,102,241,.45)}.\32xl\:bg-indigo-500\/5{background-color:rgba(99,102,241,.05)}.\32xl\:bg-indigo-500\/50{background-color:rgba(99,102,241,.5)}.\32xl\:bg-indigo-500\/55{background-color:rgba(99,102,241,.55)}.\32xl\:bg-indigo-500\/60{background-color:rgba(99,102,241,.6)}.\32xl\:bg-indigo-500\/65{background-color:rgba(99,102,241,.65)}.\32xl\:bg-indigo-500\/70{background-color:rgba(99,102,241,.7)}.\32xl\:bg-indigo-500\/75{background-color:rgba(99,102,241,.75)}.\32xl\:bg-indigo-500\/80{background-color:rgba(99,102,241,.8)}.\32xl\:bg-indigo-500\/85{background-color:rgba(99,102,241,.85)}.\32xl\:bg-indigo-500\/90{background-color:rgba(99,102,241,.9)}.\32xl\:bg-indigo-500\/95{background-color:rgba(99,102,241,.95)}.\32xl\:bg-indigo-600{--tw-bg-opacity:1;background-color:rgba(79,70,229,var(--tw-bg-opacity))}.\32xl\:bg-indigo-600\/0{background-color:rgba(79,70,229,0)}.\32xl\:bg-indigo-600\/10{background-color:rgba(79,70,229,.1)}.\32xl\:bg-indigo-600\/100{background-color:#4f46e5}.\32xl\:bg-indigo-600\/15{background-color:rgba(79,70,229,.15)}.\32xl\:bg-indigo-600\/20{background-color:rgba(79,70,229,.2)}.\32xl\:bg-indigo-600\/25{background-color:rgba(79,70,229,.25)}.\32xl\:bg-indigo-600\/30{background-color:rgba(79,70,229,.3)}.\32xl\:bg-indigo-600\/35{background-color:rgba(79,70,229,.35)}.\32xl\:bg-indigo-600\/40{background-color:rgba(79,70,229,.4)}.\32xl\:bg-indigo-600\/45{background-color:rgba(79,70,229,.45)}.\32xl\:bg-indigo-600\/5{background-color:rgba(79,70,229,.05)}.\32xl\:bg-indigo-600\/50{background-color:rgba(79,70,229,.5)}.\32xl\:bg-indigo-600\/55{background-color:rgba(79,70,229,.55)}.\32xl\:bg-indigo-600\/60{background-color:rgba(79,70,229,.6)}.\32xl\:bg-indigo-600\/65{background-color:rgba(79,70,229,.65)}.\32xl\:bg-indigo-600\/70{background-color:rgba(79,70,229,.7)}.\32xl\:bg-indigo-600\/75{background-color:rgba(79,70,229,.75)}.\32xl\:bg-indigo-600\/80{background-color:rgba(79,70,229,.8)}.\32xl\:bg-indigo-600\/85{background-color:rgba(79,70,229,.85)}.\32xl\:bg-indigo-600\/90{background-color:rgba(79,70,229,.9)}.\32xl\:bg-indigo-600\/95{background-color:rgba(79,70,229,.95)}.\32xl\:bg-indigo-700{--tw-bg-opacity:1;background-color:rgba(67,56,202,var(--tw-bg-opacity))}.\32xl\:bg-indigo-700\/0{background-color:rgba(67,56,202,0)}.\32xl\:bg-indigo-700\/10{background-color:rgba(67,56,202,.1)}.\32xl\:bg-indigo-700\/100{background-color:#4338ca}.\32xl\:bg-indigo-700\/15{background-color:rgba(67,56,202,.15)}.\32xl\:bg-indigo-700\/20{background-color:rgba(67,56,202,.2)}.\32xl\:bg-indigo-700\/25{background-color:rgba(67,56,202,.25)}.\32xl\:bg-indigo-700\/30{background-color:rgba(67,56,202,.3)}.\32xl\:bg-indigo-700\/35{background-color:rgba(67,56,202,.35)}.\32xl\:bg-indigo-700\/40{background-color:rgba(67,56,202,.4)}.\32xl\:bg-indigo-700\/45{background-color:rgba(67,56,202,.45)}.\32xl\:bg-indigo-700\/5{background-color:rgba(67,56,202,.05)}.\32xl\:bg-indigo-700\/50{background-color:rgba(67,56,202,.5)}.\32xl\:bg-indigo-700\/55{background-color:rgba(67,56,202,.55)}.\32xl\:bg-indigo-700\/60{background-color:rgba(67,56,202,.6)}.\32xl\:bg-indigo-700\/65{background-color:rgba(67,56,202,.65)}.\32xl\:bg-indigo-700\/70{background-color:rgba(67,56,202,.7)}.\32xl\:bg-indigo-700\/75{background-color:rgba(67,56,202,.75)}.\32xl\:bg-indigo-700\/80{background-color:rgba(67,56,202,.8)}.\32xl\:bg-indigo-700\/85{background-color:rgba(67,56,202,.85)}.\32xl\:bg-indigo-700\/90{background-color:rgba(67,56,202,.9)}.\32xl\:bg-indigo-700\/95{background-color:rgba(67,56,202,.95)}.\32xl\:bg-indigo-800{--tw-bg-opacity:1;background-color:rgba(55,48,163,var(--tw-bg-opacity))}.\32xl\:bg-indigo-800\/0{background-color:rgba(55,48,163,0)}.\32xl\:bg-indigo-800\/10{background-color:rgba(55,48,163,.1)}.\32xl\:bg-indigo-800\/100{background-color:#3730a3}.\32xl\:bg-indigo-800\/15{background-color:rgba(55,48,163,.15)}.\32xl\:bg-indigo-800\/20{background-color:rgba(55,48,163,.2)}.\32xl\:bg-indigo-800\/25{background-color:rgba(55,48,163,.25)}.\32xl\:bg-indigo-800\/30{background-color:rgba(55,48,163,.3)}.\32xl\:bg-indigo-800\/35{background-color:rgba(55,48,163,.35)}.\32xl\:bg-indigo-800\/40{background-color:rgba(55,48,163,.4)}.\32xl\:bg-indigo-800\/45{background-color:rgba(55,48,163,.45)}.\32xl\:bg-indigo-800\/5{background-color:rgba(55,48,163,.05)}.\32xl\:bg-indigo-800\/50{background-color:rgba(55,48,163,.5)}.\32xl\:bg-indigo-800\/55{background-color:rgba(55,48,163,.55)}.\32xl\:bg-indigo-800\/60{background-color:rgba(55,48,163,.6)}.\32xl\:bg-indigo-800\/65{background-color:rgba(55,48,163,.65)}.\32xl\:bg-indigo-800\/70{background-color:rgba(55,48,163,.7)}.\32xl\:bg-indigo-800\/75{background-color:rgba(55,48,163,.75)}.\32xl\:bg-indigo-800\/80{background-color:rgba(55,48,163,.8)}.\32xl\:bg-indigo-800\/85{background-color:rgba(55,48,163,.85)}.\32xl\:bg-indigo-800\/90{background-color:rgba(55,48,163,.9)}.\32xl\:bg-indigo-800\/95{background-color:rgba(55,48,163,.95)}.\32xl\:bg-indigo-900{--tw-bg-opacity:1;background-color:rgba(49,46,129,var(--tw-bg-opacity))}.\32xl\:bg-indigo-900\/0{background-color:rgba(49,46,129,0)}.\32xl\:bg-indigo-900\/10{background-color:rgba(49,46,129,.1)}.\32xl\:bg-indigo-900\/100{background-color:#312e81}.\32xl\:bg-indigo-900\/15{background-color:rgba(49,46,129,.15)}.\32xl\:bg-indigo-900\/20{background-color:rgba(49,46,129,.2)}.\32xl\:bg-indigo-900\/25{background-color:rgba(49,46,129,.25)}.\32xl\:bg-indigo-900\/30{background-color:rgba(49,46,129,.3)}.\32xl\:bg-indigo-900\/35{background-color:rgba(49,46,129,.35)}.\32xl\:bg-indigo-900\/40{background-color:rgba(49,46,129,.4)}.\32xl\:bg-indigo-900\/45{background-color:rgba(49,46,129,.45)}.\32xl\:bg-indigo-900\/5{background-color:rgba(49,46,129,.05)}.\32xl\:bg-indigo-900\/50{background-color:rgba(49,46,129,.5)}.\32xl\:bg-indigo-900\/55{background-color:rgba(49,46,129,.55)}.\32xl\:bg-indigo-900\/60{background-color:rgba(49,46,129,.6)}.\32xl\:bg-indigo-900\/65{background-color:rgba(49,46,129,.65)}.\32xl\:bg-indigo-900\/70{background-color:rgba(49,46,129,.7)}.\32xl\:bg-indigo-900\/75{background-color:rgba(49,46,129,.75)}.\32xl\:bg-indigo-900\/80{background-color:rgba(49,46,129,.8)}.\32xl\:bg-indigo-900\/85{background-color:rgba(49,46,129,.85)}.\32xl\:bg-indigo-900\/90{background-color:rgba(49,46,129,.9)}.\32xl\:bg-indigo-900\/95{background-color:rgba(49,46,129,.95)}.\32xl\:bg-indigo-950{--tw-bg-opacity:1;background-color:rgba(30,27,75,var(--tw-bg-opacity))}.\32xl\:bg-indigo-950\/0{background-color:rgba(30,27,75,0)}.\32xl\:bg-indigo-950\/10{background-color:rgba(30,27,75,.1)}.\32xl\:bg-indigo-950\/100{background-color:#1e1b4b}.\32xl\:bg-indigo-950\/15{background-color:rgba(30,27,75,.15)}.\32xl\:bg-indigo-950\/20{background-color:rgba(30,27,75,.2)}.\32xl\:bg-indigo-950\/25{background-color:rgba(30,27,75,.25)}.\32xl\:bg-indigo-950\/30{background-color:rgba(30,27,75,.3)}.\32xl\:bg-indigo-950\/35{background-color:rgba(30,27,75,.35)}.\32xl\:bg-indigo-950\/40{background-color:rgba(30,27,75,.4)}.\32xl\:bg-indigo-950\/45{background-color:rgba(30,27,75,.45)}.\32xl\:bg-indigo-950\/5{background-color:rgba(30,27,75,.05)}.\32xl\:bg-indigo-950\/50{background-color:rgba(30,27,75,.5)}.\32xl\:bg-indigo-950\/55{background-color:rgba(30,27,75,.55)}.\32xl\:bg-indigo-950\/60{background-color:rgba(30,27,75,.6)}.\32xl\:bg-indigo-950\/65{background-color:rgba(30,27,75,.65)}.\32xl\:bg-indigo-950\/70{background-color:rgba(30,27,75,.7)}.\32xl\:bg-indigo-950\/75{background-color:rgba(30,27,75,.75)}.\32xl\:bg-indigo-950\/80{background-color:rgba(30,27,75,.8)}.\32xl\:bg-indigo-950\/85{background-color:rgba(30,27,75,.85)}.\32xl\:bg-indigo-950\/90{background-color:rgba(30,27,75,.9)}.\32xl\:bg-indigo-950\/95{background-color:rgba(30,27,75,.95)}.\32xl\:bg-inherit{background-color:inherit}.\32xl\:bg-lime-100{--tw-bg-opacity:1;background-color:rgba(236,252,203,var(--tw-bg-opacity))}.\32xl\:bg-lime-100\/0{background-color:hsla(80,89%,89%,0)}.\32xl\:bg-lime-100\/10{background-color:hsla(80,89%,89%,.1)}.\32xl\:bg-lime-100\/100{background-color:#ecfccb}.\32xl\:bg-lime-100\/15{background-color:hsla(80,89%,89%,.15)}.\32xl\:bg-lime-100\/20{background-color:hsla(80,89%,89%,.2)}.\32xl\:bg-lime-100\/25{background-color:hsla(80,89%,89%,.25)}.\32xl\:bg-lime-100\/30{background-color:hsla(80,89%,89%,.3)}.\32xl\:bg-lime-100\/35{background-color:hsla(80,89%,89%,.35)}.\32xl\:bg-lime-100\/40{background-color:hsla(80,89%,89%,.4)}.\32xl\:bg-lime-100\/45{background-color:hsla(80,89%,89%,.45)}.\32xl\:bg-lime-100\/5{background-color:hsla(80,89%,89%,.05)}.\32xl\:bg-lime-100\/50{background-color:hsla(80,89%,89%,.5)}.\32xl\:bg-lime-100\/55{background-color:hsla(80,89%,89%,.55)}.\32xl\:bg-lime-100\/60{background-color:hsla(80,89%,89%,.6)}.\32xl\:bg-lime-100\/65{background-color:hsla(80,89%,89%,.65)}.\32xl\:bg-lime-100\/70{background-color:hsla(80,89%,89%,.7)}.\32xl\:bg-lime-100\/75{background-color:hsla(80,89%,89%,.75)}.\32xl\:bg-lime-100\/80{background-color:hsla(80,89%,89%,.8)}.\32xl\:bg-lime-100\/85{background-color:hsla(80,89%,89%,.85)}.\32xl\:bg-lime-100\/90{background-color:hsla(80,89%,89%,.9)}.\32xl\:bg-lime-100\/95{background-color:hsla(80,89%,89%,.95)}.\32xl\:bg-lime-200{--tw-bg-opacity:1;background-color:rgba(217,249,157,var(--tw-bg-opacity))}.\32xl\:bg-lime-200\/0{background-color:hsla(81,88%,80%,0)}.\32xl\:bg-lime-200\/10{background-color:hsla(81,88%,80%,.1)}.\32xl\:bg-lime-200\/100{background-color:#d9f99d}.\32xl\:bg-lime-200\/15{background-color:hsla(81,88%,80%,.15)}.\32xl\:bg-lime-200\/20{background-color:hsla(81,88%,80%,.2)}.\32xl\:bg-lime-200\/25{background-color:hsla(81,88%,80%,.25)}.\32xl\:bg-lime-200\/30{background-color:hsla(81,88%,80%,.3)}.\32xl\:bg-lime-200\/35{background-color:hsla(81,88%,80%,.35)}.\32xl\:bg-lime-200\/40{background-color:hsla(81,88%,80%,.4)}.\32xl\:bg-lime-200\/45{background-color:hsla(81,88%,80%,.45)}.\32xl\:bg-lime-200\/5{background-color:hsla(81,88%,80%,.05)}.\32xl\:bg-lime-200\/50{background-color:hsla(81,88%,80%,.5)}.\32xl\:bg-lime-200\/55{background-color:hsla(81,88%,80%,.55)}.\32xl\:bg-lime-200\/60{background-color:hsla(81,88%,80%,.6)}.\32xl\:bg-lime-200\/65{background-color:hsla(81,88%,80%,.65)}.\32xl\:bg-lime-200\/70{background-color:hsla(81,88%,80%,.7)}.\32xl\:bg-lime-200\/75{background-color:hsla(81,88%,80%,.75)}.\32xl\:bg-lime-200\/80{background-color:hsla(81,88%,80%,.8)}.\32xl\:bg-lime-200\/85{background-color:hsla(81,88%,80%,.85)}.\32xl\:bg-lime-200\/90{background-color:hsla(81,88%,80%,.9)}.\32xl\:bg-lime-200\/95{background-color:hsla(81,88%,80%,.95)}.\32xl\:bg-lime-300{--tw-bg-opacity:1;background-color:rgba(190,242,100,var(--tw-bg-opacity))}.\32xl\:bg-lime-300\/0{background-color:hsla(82,85%,67%,0)}.\32xl\:bg-lime-300\/10{background-color:hsla(82,85%,67%,.1)}.\32xl\:bg-lime-300\/100{background-color:#bef264}.\32xl\:bg-lime-300\/15{background-color:hsla(82,85%,67%,.15)}.\32xl\:bg-lime-300\/20{background-color:hsla(82,85%,67%,.2)}.\32xl\:bg-lime-300\/25{background-color:hsla(82,85%,67%,.25)}.\32xl\:bg-lime-300\/30{background-color:hsla(82,85%,67%,.3)}.\32xl\:bg-lime-300\/35{background-color:hsla(82,85%,67%,.35)}.\32xl\:bg-lime-300\/40{background-color:hsla(82,85%,67%,.4)}.\32xl\:bg-lime-300\/45{background-color:hsla(82,85%,67%,.45)}.\32xl\:bg-lime-300\/5{background-color:hsla(82,85%,67%,.05)}.\32xl\:bg-lime-300\/50{background-color:hsla(82,85%,67%,.5)}.\32xl\:bg-lime-300\/55{background-color:hsla(82,85%,67%,.55)}.\32xl\:bg-lime-300\/60{background-color:hsla(82,85%,67%,.6)}.\32xl\:bg-lime-300\/65{background-color:hsla(82,85%,67%,.65)}.\32xl\:bg-lime-300\/70{background-color:hsla(82,85%,67%,.7)}.\32xl\:bg-lime-300\/75{background-color:hsla(82,85%,67%,.75)}.\32xl\:bg-lime-300\/80{background-color:hsla(82,85%,67%,.8)}.\32xl\:bg-lime-300\/85{background-color:hsla(82,85%,67%,.85)}.\32xl\:bg-lime-300\/90{background-color:hsla(82,85%,67%,.9)}.\32xl\:bg-lime-300\/95{background-color:hsla(82,85%,67%,.95)}.\32xl\:bg-lime-400{--tw-bg-opacity:1;background-color:rgba(163,230,53,var(--tw-bg-opacity))}.\32xl\:bg-lime-400\/0{background-color:rgba(163,230,53,0)}.\32xl\:bg-lime-400\/10{background-color:rgba(163,230,53,.1)}.\32xl\:bg-lime-400\/100{background-color:#a3e635}.\32xl\:bg-lime-400\/15{background-color:rgba(163,230,53,.15)}.\32xl\:bg-lime-400\/20{background-color:rgba(163,230,53,.2)}.\32xl\:bg-lime-400\/25{background-color:rgba(163,230,53,.25)}.\32xl\:bg-lime-400\/30{background-color:rgba(163,230,53,.3)}.\32xl\:bg-lime-400\/35{background-color:rgba(163,230,53,.35)}.\32xl\:bg-lime-400\/40{background-color:rgba(163,230,53,.4)}.\32xl\:bg-lime-400\/45{background-color:rgba(163,230,53,.45)}.\32xl\:bg-lime-400\/5{background-color:rgba(163,230,53,.05)}.\32xl\:bg-lime-400\/50{background-color:rgba(163,230,53,.5)}.\32xl\:bg-lime-400\/55{background-color:rgba(163,230,53,.55)}.\32xl\:bg-lime-400\/60{background-color:rgba(163,230,53,.6)}.\32xl\:bg-lime-400\/65{background-color:rgba(163,230,53,.65)}.\32xl\:bg-lime-400\/70{background-color:rgba(163,230,53,.7)}.\32xl\:bg-lime-400\/75{background-color:rgba(163,230,53,.75)}.\32xl\:bg-lime-400\/80{background-color:rgba(163,230,53,.8)}.\32xl\:bg-lime-400\/85{background-color:rgba(163,230,53,.85)}.\32xl\:bg-lime-400\/90{background-color:rgba(163,230,53,.9)}.\32xl\:bg-lime-400\/95{background-color:rgba(163,230,53,.95)}.\32xl\:bg-lime-50{--tw-bg-opacity:1;background-color:rgba(247,254,231,var(--tw-bg-opacity))}.\32xl\:bg-lime-50\/0{background-color:hsla(78,92%,95%,0)}.\32xl\:bg-lime-50\/10{background-color:hsla(78,92%,95%,.1)}.\32xl\:bg-lime-50\/100{background-color:#f7fee7}.\32xl\:bg-lime-50\/15{background-color:hsla(78,92%,95%,.15)}.\32xl\:bg-lime-50\/20{background-color:hsla(78,92%,95%,.2)}.\32xl\:bg-lime-50\/25{background-color:hsla(78,92%,95%,.25)}.\32xl\:bg-lime-50\/30{background-color:hsla(78,92%,95%,.3)}.\32xl\:bg-lime-50\/35{background-color:hsla(78,92%,95%,.35)}.\32xl\:bg-lime-50\/40{background-color:hsla(78,92%,95%,.4)}.\32xl\:bg-lime-50\/45{background-color:hsla(78,92%,95%,.45)}.\32xl\:bg-lime-50\/5{background-color:hsla(78,92%,95%,.05)}.\32xl\:bg-lime-50\/50{background-color:hsla(78,92%,95%,.5)}.\32xl\:bg-lime-50\/55{background-color:hsla(78,92%,95%,.55)}.\32xl\:bg-lime-50\/60{background-color:hsla(78,92%,95%,.6)}.\32xl\:bg-lime-50\/65{background-color:hsla(78,92%,95%,.65)}.\32xl\:bg-lime-50\/70{background-color:hsla(78,92%,95%,.7)}.\32xl\:bg-lime-50\/75{background-color:hsla(78,92%,95%,.75)}.\32xl\:bg-lime-50\/80{background-color:hsla(78,92%,95%,.8)}.\32xl\:bg-lime-50\/85{background-color:hsla(78,92%,95%,.85)}.\32xl\:bg-lime-50\/90{background-color:hsla(78,92%,95%,.9)}.\32xl\:bg-lime-50\/95{background-color:hsla(78,92%,95%,.95)}.\32xl\:bg-lime-500{--tw-bg-opacity:1;background-color:rgba(132,204,22,var(--tw-bg-opacity))}.\32xl\:bg-lime-500\/0{background-color:rgba(132,204,22,0)}.\32xl\:bg-lime-500\/10{background-color:rgba(132,204,22,.1)}.\32xl\:bg-lime-500\/100{background-color:#84cc16}.\32xl\:bg-lime-500\/15{background-color:rgba(132,204,22,.15)}.\32xl\:bg-lime-500\/20{background-color:rgba(132,204,22,.2)}.\32xl\:bg-lime-500\/25{background-color:rgba(132,204,22,.25)}.\32xl\:bg-lime-500\/30{background-color:rgba(132,204,22,.3)}.\32xl\:bg-lime-500\/35{background-color:rgba(132,204,22,.35)}.\32xl\:bg-lime-500\/40{background-color:rgba(132,204,22,.4)}.\32xl\:bg-lime-500\/45{background-color:rgba(132,204,22,.45)}.\32xl\:bg-lime-500\/5{background-color:rgba(132,204,22,.05)}.\32xl\:bg-lime-500\/50{background-color:rgba(132,204,22,.5)}.\32xl\:bg-lime-500\/55{background-color:rgba(132,204,22,.55)}.\32xl\:bg-lime-500\/60{background-color:rgba(132,204,22,.6)}.\32xl\:bg-lime-500\/65{background-color:rgba(132,204,22,.65)}.\32xl\:bg-lime-500\/70{background-color:rgba(132,204,22,.7)}.\32xl\:bg-lime-500\/75{background-color:rgba(132,204,22,.75)}.\32xl\:bg-lime-500\/80{background-color:rgba(132,204,22,.8)}.\32xl\:bg-lime-500\/85{background-color:rgba(132,204,22,.85)}.\32xl\:bg-lime-500\/90{background-color:rgba(132,204,22,.9)}.\32xl\:bg-lime-500\/95{background-color:rgba(132,204,22,.95)}.\32xl\:bg-lime-600{--tw-bg-opacity:1;background-color:rgba(101,163,13,var(--tw-bg-opacity))}.\32xl\:bg-lime-600\/0{background-color:rgba(101,163,13,0)}.\32xl\:bg-lime-600\/10{background-color:rgba(101,163,13,.1)}.\32xl\:bg-lime-600\/100{background-color:#65a30d}.\32xl\:bg-lime-600\/15{background-color:rgba(101,163,13,.15)}.\32xl\:bg-lime-600\/20{background-color:rgba(101,163,13,.2)}.\32xl\:bg-lime-600\/25{background-color:rgba(101,163,13,.25)}.\32xl\:bg-lime-600\/30{background-color:rgba(101,163,13,.3)}.\32xl\:bg-lime-600\/35{background-color:rgba(101,163,13,.35)}.\32xl\:bg-lime-600\/40{background-color:rgba(101,163,13,.4)}.\32xl\:bg-lime-600\/45{background-color:rgba(101,163,13,.45)}.\32xl\:bg-lime-600\/5{background-color:rgba(101,163,13,.05)}.\32xl\:bg-lime-600\/50{background-color:rgba(101,163,13,.5)}.\32xl\:bg-lime-600\/55{background-color:rgba(101,163,13,.55)}.\32xl\:bg-lime-600\/60{background-color:rgba(101,163,13,.6)}.\32xl\:bg-lime-600\/65{background-color:rgba(101,163,13,.65)}.\32xl\:bg-lime-600\/70{background-color:rgba(101,163,13,.7)}.\32xl\:bg-lime-600\/75{background-color:rgba(101,163,13,.75)}.\32xl\:bg-lime-600\/80{background-color:rgba(101,163,13,.8)}.\32xl\:bg-lime-600\/85{background-color:rgba(101,163,13,.85)}.\32xl\:bg-lime-600\/90{background-color:rgba(101,163,13,.9)}.\32xl\:bg-lime-600\/95{background-color:rgba(101,163,13,.95)}.\32xl\:bg-lime-700{--tw-bg-opacity:1;background-color:rgba(77,124,15,var(--tw-bg-opacity))}.\32xl\:bg-lime-700\/0{background-color:rgba(77,124,15,0)}.\32xl\:bg-lime-700\/10{background-color:rgba(77,124,15,.1)}.\32xl\:bg-lime-700\/100{background-color:#4d7c0f}.\32xl\:bg-lime-700\/15{background-color:rgba(77,124,15,.15)}.\32xl\:bg-lime-700\/20{background-color:rgba(77,124,15,.2)}.\32xl\:bg-lime-700\/25{background-color:rgba(77,124,15,.25)}.\32xl\:bg-lime-700\/30{background-color:rgba(77,124,15,.3)}.\32xl\:bg-lime-700\/35{background-color:rgba(77,124,15,.35)}.\32xl\:bg-lime-700\/40{background-color:rgba(77,124,15,.4)}.\32xl\:bg-lime-700\/45{background-color:rgba(77,124,15,.45)}.\32xl\:bg-lime-700\/5{background-color:rgba(77,124,15,.05)}.\32xl\:bg-lime-700\/50{background-color:rgba(77,124,15,.5)}.\32xl\:bg-lime-700\/55{background-color:rgba(77,124,15,.55)}.\32xl\:bg-lime-700\/60{background-color:rgba(77,124,15,.6)}.\32xl\:bg-lime-700\/65{background-color:rgba(77,124,15,.65)}.\32xl\:bg-lime-700\/70{background-color:rgba(77,124,15,.7)}.\32xl\:bg-lime-700\/75{background-color:rgba(77,124,15,.75)}.\32xl\:bg-lime-700\/80{background-color:rgba(77,124,15,.8)}.\32xl\:bg-lime-700\/85{background-color:rgba(77,124,15,.85)}.\32xl\:bg-lime-700\/90{background-color:rgba(77,124,15,.9)}.\32xl\:bg-lime-700\/95{background-color:rgba(77,124,15,.95)}.\32xl\:bg-lime-800{--tw-bg-opacity:1;background-color:rgba(63,98,18,var(--tw-bg-opacity))}.\32xl\:bg-lime-800\/0{background-color:rgba(63,98,18,0)}.\32xl\:bg-lime-800\/10{background-color:rgba(63,98,18,.1)}.\32xl\:bg-lime-800\/100{background-color:#3f6212}.\32xl\:bg-lime-800\/15{background-color:rgba(63,98,18,.15)}.\32xl\:bg-lime-800\/20{background-color:rgba(63,98,18,.2)}.\32xl\:bg-lime-800\/25{background-color:rgba(63,98,18,.25)}.\32xl\:bg-lime-800\/30{background-color:rgba(63,98,18,.3)}.\32xl\:bg-lime-800\/35{background-color:rgba(63,98,18,.35)}.\32xl\:bg-lime-800\/40{background-color:rgba(63,98,18,.4)}.\32xl\:bg-lime-800\/45{background-color:rgba(63,98,18,.45)}.\32xl\:bg-lime-800\/5{background-color:rgba(63,98,18,.05)}.\32xl\:bg-lime-800\/50{background-color:rgba(63,98,18,.5)}.\32xl\:bg-lime-800\/55{background-color:rgba(63,98,18,.55)}.\32xl\:bg-lime-800\/60{background-color:rgba(63,98,18,.6)}.\32xl\:bg-lime-800\/65{background-color:rgba(63,98,18,.65)}.\32xl\:bg-lime-800\/70{background-color:rgba(63,98,18,.7)}.\32xl\:bg-lime-800\/75{background-color:rgba(63,98,18,.75)}.\32xl\:bg-lime-800\/80{background-color:rgba(63,98,18,.8)}.\32xl\:bg-lime-800\/85{background-color:rgba(63,98,18,.85)}.\32xl\:bg-lime-800\/90{background-color:rgba(63,98,18,.9)}.\32xl\:bg-lime-800\/95{background-color:rgba(63,98,18,.95)}.\32xl\:bg-lime-900{--tw-bg-opacity:1;background-color:rgba(54,83,20,var(--tw-bg-opacity))}.\32xl\:bg-lime-900\/0{background-color:rgba(54,83,20,0)}.\32xl\:bg-lime-900\/10{background-color:rgba(54,83,20,.1)}.\32xl\:bg-lime-900\/100{background-color:#365314}.\32xl\:bg-lime-900\/15{background-color:rgba(54,83,20,.15)}.\32xl\:bg-lime-900\/20{background-color:rgba(54,83,20,.2)}.\32xl\:bg-lime-900\/25{background-color:rgba(54,83,20,.25)}.\32xl\:bg-lime-900\/30{background-color:rgba(54,83,20,.3)}.\32xl\:bg-lime-900\/35{background-color:rgba(54,83,20,.35)}.\32xl\:bg-lime-900\/40{background-color:rgba(54,83,20,.4)}.\32xl\:bg-lime-900\/45{background-color:rgba(54,83,20,.45)}.\32xl\:bg-lime-900\/5{background-color:rgba(54,83,20,.05)}.\32xl\:bg-lime-900\/50{background-color:rgba(54,83,20,.5)}.\32xl\:bg-lime-900\/55{background-color:rgba(54,83,20,.55)}.\32xl\:bg-lime-900\/60{background-color:rgba(54,83,20,.6)}.\32xl\:bg-lime-900\/65{background-color:rgba(54,83,20,.65)}.\32xl\:bg-lime-900\/70{background-color:rgba(54,83,20,.7)}.\32xl\:bg-lime-900\/75{background-color:rgba(54,83,20,.75)}.\32xl\:bg-lime-900\/80{background-color:rgba(54,83,20,.8)}.\32xl\:bg-lime-900\/85{background-color:rgba(54,83,20,.85)}.\32xl\:bg-lime-900\/90{background-color:rgba(54,83,20,.9)}.\32xl\:bg-lime-900\/95{background-color:rgba(54,83,20,.95)}.\32xl\:bg-lime-950{--tw-bg-opacity:1;background-color:rgba(26,46,5,var(--tw-bg-opacity))}.\32xl\:bg-lime-950\/0{background-color:rgba(26,46,5,0)}.\32xl\:bg-lime-950\/10{background-color:rgba(26,46,5,.1)}.\32xl\:bg-lime-950\/100{background-color:#1a2e05}.\32xl\:bg-lime-950\/15{background-color:rgba(26,46,5,.15)}.\32xl\:bg-lime-950\/20{background-color:rgba(26,46,5,.2)}.\32xl\:bg-lime-950\/25{background-color:rgba(26,46,5,.25)}.\32xl\:bg-lime-950\/30{background-color:rgba(26,46,5,.3)}.\32xl\:bg-lime-950\/35{background-color:rgba(26,46,5,.35)}.\32xl\:bg-lime-950\/40{background-color:rgba(26,46,5,.4)}.\32xl\:bg-lime-950\/45{background-color:rgba(26,46,5,.45)}.\32xl\:bg-lime-950\/5{background-color:rgba(26,46,5,.05)}.\32xl\:bg-lime-950\/50{background-color:rgba(26,46,5,.5)}.\32xl\:bg-lime-950\/55{background-color:rgba(26,46,5,.55)}.\32xl\:bg-lime-950\/60{background-color:rgba(26,46,5,.6)}.\32xl\:bg-lime-950\/65{background-color:rgba(26,46,5,.65)}.\32xl\:bg-lime-950\/70{background-color:rgba(26,46,5,.7)}.\32xl\:bg-lime-950\/75{background-color:rgba(26,46,5,.75)}.\32xl\:bg-lime-950\/80{background-color:rgba(26,46,5,.8)}.\32xl\:bg-lime-950\/85{background-color:rgba(26,46,5,.85)}.\32xl\:bg-lime-950\/90{background-color:rgba(26,46,5,.9)}.\32xl\:bg-lime-950\/95{background-color:rgba(26,46,5,.95)}.\32xl\:bg-neutral-100{--tw-bg-opacity:1;background-color:rgba(245,245,245,var(--tw-bg-opacity))}.\32xl\:bg-neutral-100\/0{background-color:hsla(0,0%,96%,0)}.\32xl\:bg-neutral-100\/10{background-color:hsla(0,0%,96%,.1)}.\32xl\:bg-neutral-100\/100{background-color:#f5f5f5}.\32xl\:bg-neutral-100\/15{background-color:hsla(0,0%,96%,.15)}.\32xl\:bg-neutral-100\/20{background-color:hsla(0,0%,96%,.2)}.\32xl\:bg-neutral-100\/25{background-color:hsla(0,0%,96%,.25)}.\32xl\:bg-neutral-100\/30{background-color:hsla(0,0%,96%,.3)}.\32xl\:bg-neutral-100\/35{background-color:hsla(0,0%,96%,.35)}.\32xl\:bg-neutral-100\/40{background-color:hsla(0,0%,96%,.4)}.\32xl\:bg-neutral-100\/45{background-color:hsla(0,0%,96%,.45)}.\32xl\:bg-neutral-100\/5{background-color:hsla(0,0%,96%,.05)}.\32xl\:bg-neutral-100\/50{background-color:hsla(0,0%,96%,.5)}.\32xl\:bg-neutral-100\/55{background-color:hsla(0,0%,96%,.55)}.\32xl\:bg-neutral-100\/60{background-color:hsla(0,0%,96%,.6)}.\32xl\:bg-neutral-100\/65{background-color:hsla(0,0%,96%,.65)}.\32xl\:bg-neutral-100\/70{background-color:hsla(0,0%,96%,.7)}.\32xl\:bg-neutral-100\/75{background-color:hsla(0,0%,96%,.75)}.\32xl\:bg-neutral-100\/80{background-color:hsla(0,0%,96%,.8)}.\32xl\:bg-neutral-100\/85{background-color:hsla(0,0%,96%,.85)}.\32xl\:bg-neutral-100\/90{background-color:hsla(0,0%,96%,.9)}.\32xl\:bg-neutral-100\/95{background-color:hsla(0,0%,96%,.95)}.\32xl\:bg-neutral-200{--tw-bg-opacity:1;background-color:rgba(229,229,229,var(--tw-bg-opacity))}.\32xl\:bg-neutral-200\/0{background-color:hsla(0,0%,90%,0)}.\32xl\:bg-neutral-200\/10{background-color:hsla(0,0%,90%,.1)}.\32xl\:bg-neutral-200\/100{background-color:#e5e5e5}.\32xl\:bg-neutral-200\/15{background-color:hsla(0,0%,90%,.15)}.\32xl\:bg-neutral-200\/20{background-color:hsla(0,0%,90%,.2)}.\32xl\:bg-neutral-200\/25{background-color:hsla(0,0%,90%,.25)}.\32xl\:bg-neutral-200\/30{background-color:hsla(0,0%,90%,.3)}.\32xl\:bg-neutral-200\/35{background-color:hsla(0,0%,90%,.35)}.\32xl\:bg-neutral-200\/40{background-color:hsla(0,0%,90%,.4)}.\32xl\:bg-neutral-200\/45{background-color:hsla(0,0%,90%,.45)}.\32xl\:bg-neutral-200\/5{background-color:hsla(0,0%,90%,.05)}.\32xl\:bg-neutral-200\/50{background-color:hsla(0,0%,90%,.5)}.\32xl\:bg-neutral-200\/55{background-color:hsla(0,0%,90%,.55)}.\32xl\:bg-neutral-200\/60{background-color:hsla(0,0%,90%,.6)}.\32xl\:bg-neutral-200\/65{background-color:hsla(0,0%,90%,.65)}.\32xl\:bg-neutral-200\/70{background-color:hsla(0,0%,90%,.7)}.\32xl\:bg-neutral-200\/75{background-color:hsla(0,0%,90%,.75)}.\32xl\:bg-neutral-200\/80{background-color:hsla(0,0%,90%,.8)}.\32xl\:bg-neutral-200\/85{background-color:hsla(0,0%,90%,.85)}.\32xl\:bg-neutral-200\/90{background-color:hsla(0,0%,90%,.9)}.\32xl\:bg-neutral-200\/95{background-color:hsla(0,0%,90%,.95)}.\32xl\:bg-neutral-300{--tw-bg-opacity:1;background-color:rgba(212,212,212,var(--tw-bg-opacity))}.\32xl\:bg-neutral-300\/0{background-color:hsla(0,0%,83%,0)}.\32xl\:bg-neutral-300\/10{background-color:hsla(0,0%,83%,.1)}.\32xl\:bg-neutral-300\/100{background-color:#d4d4d4}.\32xl\:bg-neutral-300\/15{background-color:hsla(0,0%,83%,.15)}.\32xl\:bg-neutral-300\/20{background-color:hsla(0,0%,83%,.2)}.\32xl\:bg-neutral-300\/25{background-color:hsla(0,0%,83%,.25)}.\32xl\:bg-neutral-300\/30{background-color:hsla(0,0%,83%,.3)}.\32xl\:bg-neutral-300\/35{background-color:hsla(0,0%,83%,.35)}.\32xl\:bg-neutral-300\/40{background-color:hsla(0,0%,83%,.4)}.\32xl\:bg-neutral-300\/45{background-color:hsla(0,0%,83%,.45)}.\32xl\:bg-neutral-300\/5{background-color:hsla(0,0%,83%,.05)}.\32xl\:bg-neutral-300\/50{background-color:hsla(0,0%,83%,.5)}.\32xl\:bg-neutral-300\/55{background-color:hsla(0,0%,83%,.55)}.\32xl\:bg-neutral-300\/60{background-color:hsla(0,0%,83%,.6)}.\32xl\:bg-neutral-300\/65{background-color:hsla(0,0%,83%,.65)}.\32xl\:bg-neutral-300\/70{background-color:hsla(0,0%,83%,.7)}.\32xl\:bg-neutral-300\/75{background-color:hsla(0,0%,83%,.75)}.\32xl\:bg-neutral-300\/80{background-color:hsla(0,0%,83%,.8)}.\32xl\:bg-neutral-300\/85{background-color:hsla(0,0%,83%,.85)}.\32xl\:bg-neutral-300\/90{background-color:hsla(0,0%,83%,.9)}.\32xl\:bg-neutral-300\/95{background-color:hsla(0,0%,83%,.95)}.\32xl\:bg-neutral-400{--tw-bg-opacity:1;background-color:rgba(163,163,163,var(--tw-bg-opacity))}.\32xl\:bg-neutral-400\/0{background-color:hsla(0,0%,64%,0)}.\32xl\:bg-neutral-400\/10{background-color:hsla(0,0%,64%,.1)}.\32xl\:bg-neutral-400\/100{background-color:#a3a3a3}.\32xl\:bg-neutral-400\/15{background-color:hsla(0,0%,64%,.15)}.\32xl\:bg-neutral-400\/20{background-color:hsla(0,0%,64%,.2)}.\32xl\:bg-neutral-400\/25{background-color:hsla(0,0%,64%,.25)}.\32xl\:bg-neutral-400\/30{background-color:hsla(0,0%,64%,.3)}.\32xl\:bg-neutral-400\/35{background-color:hsla(0,0%,64%,.35)}.\32xl\:bg-neutral-400\/40{background-color:hsla(0,0%,64%,.4)}.\32xl\:bg-neutral-400\/45{background-color:hsla(0,0%,64%,.45)}.\32xl\:bg-neutral-400\/5{background-color:hsla(0,0%,64%,.05)}.\32xl\:bg-neutral-400\/50{background-color:hsla(0,0%,64%,.5)}.\32xl\:bg-neutral-400\/55{background-color:hsla(0,0%,64%,.55)}.\32xl\:bg-neutral-400\/60{background-color:hsla(0,0%,64%,.6)}.\32xl\:bg-neutral-400\/65{background-color:hsla(0,0%,64%,.65)}.\32xl\:bg-neutral-400\/70{background-color:hsla(0,0%,64%,.7)}.\32xl\:bg-neutral-400\/75{background-color:hsla(0,0%,64%,.75)}.\32xl\:bg-neutral-400\/80{background-color:hsla(0,0%,64%,.8)}.\32xl\:bg-neutral-400\/85{background-color:hsla(0,0%,64%,.85)}.\32xl\:bg-neutral-400\/90{background-color:hsla(0,0%,64%,.9)}.\32xl\:bg-neutral-400\/95{background-color:hsla(0,0%,64%,.95)}.\32xl\:bg-neutral-50{--tw-bg-opacity:1;background-color:rgba(250,250,250,var(--tw-bg-opacity))}.\32xl\:bg-neutral-50\/0{background-color:hsla(0,0%,98%,0)}.\32xl\:bg-neutral-50\/10{background-color:hsla(0,0%,98%,.1)}.\32xl\:bg-neutral-50\/100{background-color:#fafafa}.\32xl\:bg-neutral-50\/15{background-color:hsla(0,0%,98%,.15)}.\32xl\:bg-neutral-50\/20{background-color:hsla(0,0%,98%,.2)}.\32xl\:bg-neutral-50\/25{background-color:hsla(0,0%,98%,.25)}.\32xl\:bg-neutral-50\/30{background-color:hsla(0,0%,98%,.3)}.\32xl\:bg-neutral-50\/35{background-color:hsla(0,0%,98%,.35)}.\32xl\:bg-neutral-50\/40{background-color:hsla(0,0%,98%,.4)}.\32xl\:bg-neutral-50\/45{background-color:hsla(0,0%,98%,.45)}.\32xl\:bg-neutral-50\/5{background-color:hsla(0,0%,98%,.05)}.\32xl\:bg-neutral-50\/50{background-color:hsla(0,0%,98%,.5)}.\32xl\:bg-neutral-50\/55{background-color:hsla(0,0%,98%,.55)}.\32xl\:bg-neutral-50\/60{background-color:hsla(0,0%,98%,.6)}.\32xl\:bg-neutral-50\/65{background-color:hsla(0,0%,98%,.65)}.\32xl\:bg-neutral-50\/70{background-color:hsla(0,0%,98%,.7)}.\32xl\:bg-neutral-50\/75{background-color:hsla(0,0%,98%,.75)}.\32xl\:bg-neutral-50\/80{background-color:hsla(0,0%,98%,.8)}.\32xl\:bg-neutral-50\/85{background-color:hsla(0,0%,98%,.85)}.\32xl\:bg-neutral-50\/90{background-color:hsla(0,0%,98%,.9)}.\32xl\:bg-neutral-50\/95{background-color:hsla(0,0%,98%,.95)}.\32xl\:bg-neutral-500{--tw-bg-opacity:1;background-color:rgba(115,115,115,var(--tw-bg-opacity))}.\32xl\:bg-neutral-500\/0{background-color:hsla(0,0%,45%,0)}.\32xl\:bg-neutral-500\/10{background-color:hsla(0,0%,45%,.1)}.\32xl\:bg-neutral-500\/100{background-color:#737373}.\32xl\:bg-neutral-500\/15{background-color:hsla(0,0%,45%,.15)}.\32xl\:bg-neutral-500\/20{background-color:hsla(0,0%,45%,.2)}.\32xl\:bg-neutral-500\/25{background-color:hsla(0,0%,45%,.25)}.\32xl\:bg-neutral-500\/30{background-color:hsla(0,0%,45%,.3)}.\32xl\:bg-neutral-500\/35{background-color:hsla(0,0%,45%,.35)}.\32xl\:bg-neutral-500\/40{background-color:hsla(0,0%,45%,.4)}.\32xl\:bg-neutral-500\/45{background-color:hsla(0,0%,45%,.45)}.\32xl\:bg-neutral-500\/5{background-color:hsla(0,0%,45%,.05)}.\32xl\:bg-neutral-500\/50{background-color:hsla(0,0%,45%,.5)}.\32xl\:bg-neutral-500\/55{background-color:hsla(0,0%,45%,.55)}.\32xl\:bg-neutral-500\/60{background-color:hsla(0,0%,45%,.6)}.\32xl\:bg-neutral-500\/65{background-color:hsla(0,0%,45%,.65)}.\32xl\:bg-neutral-500\/70{background-color:hsla(0,0%,45%,.7)}.\32xl\:bg-neutral-500\/75{background-color:hsla(0,0%,45%,.75)}.\32xl\:bg-neutral-500\/80{background-color:hsla(0,0%,45%,.8)}.\32xl\:bg-neutral-500\/85{background-color:hsla(0,0%,45%,.85)}.\32xl\:bg-neutral-500\/90{background-color:hsla(0,0%,45%,.9)}.\32xl\:bg-neutral-500\/95{background-color:hsla(0,0%,45%,.95)}.\32xl\:bg-neutral-600{--tw-bg-opacity:1;background-color:rgba(82,82,82,var(--tw-bg-opacity))}.\32xl\:bg-neutral-600\/0{background-color:rgba(82,82,82,0)}.\32xl\:bg-neutral-600\/10{background-color:rgba(82,82,82,.1)}.\32xl\:bg-neutral-600\/100{background-color:#525252}.\32xl\:bg-neutral-600\/15{background-color:rgba(82,82,82,.15)}.\32xl\:bg-neutral-600\/20{background-color:rgba(82,82,82,.2)}.\32xl\:bg-neutral-600\/25{background-color:rgba(82,82,82,.25)}.\32xl\:bg-neutral-600\/30{background-color:rgba(82,82,82,.3)}.\32xl\:bg-neutral-600\/35{background-color:rgba(82,82,82,.35)}.\32xl\:bg-neutral-600\/40{background-color:rgba(82,82,82,.4)}.\32xl\:bg-neutral-600\/45{background-color:rgba(82,82,82,.45)}.\32xl\:bg-neutral-600\/5{background-color:rgba(82,82,82,.05)}.\32xl\:bg-neutral-600\/50{background-color:rgba(82,82,82,.5)}.\32xl\:bg-neutral-600\/55{background-color:rgba(82,82,82,.55)}.\32xl\:bg-neutral-600\/60{background-color:rgba(82,82,82,.6)}.\32xl\:bg-neutral-600\/65{background-color:rgba(82,82,82,.65)}.\32xl\:bg-neutral-600\/70{background-color:rgba(82,82,82,.7)}.\32xl\:bg-neutral-600\/75{background-color:rgba(82,82,82,.75)}.\32xl\:bg-neutral-600\/80{background-color:rgba(82,82,82,.8)}.\32xl\:bg-neutral-600\/85{background-color:rgba(82,82,82,.85)}.\32xl\:bg-neutral-600\/90{background-color:rgba(82,82,82,.9)}.\32xl\:bg-neutral-600\/95{background-color:rgba(82,82,82,.95)}.\32xl\:bg-neutral-700{--tw-bg-opacity:1;background-color:rgba(64,64,64,var(--tw-bg-opacity))}.\32xl\:bg-neutral-700\/0{background-color:rgba(64,64,64,0)}.\32xl\:bg-neutral-700\/10{background-color:rgba(64,64,64,.1)}.\32xl\:bg-neutral-700\/100{background-color:#404040}.\32xl\:bg-neutral-700\/15{background-color:rgba(64,64,64,.15)}.\32xl\:bg-neutral-700\/20{background-color:rgba(64,64,64,.2)}.\32xl\:bg-neutral-700\/25{background-color:rgba(64,64,64,.25)}.\32xl\:bg-neutral-700\/30{background-color:rgba(64,64,64,.3)}.\32xl\:bg-neutral-700\/35{background-color:rgba(64,64,64,.35)}.\32xl\:bg-neutral-700\/40{background-color:rgba(64,64,64,.4)}.\32xl\:bg-neutral-700\/45{background-color:rgba(64,64,64,.45)}.\32xl\:bg-neutral-700\/5{background-color:rgba(64,64,64,.05)}.\32xl\:bg-neutral-700\/50{background-color:rgba(64,64,64,.5)}.\32xl\:bg-neutral-700\/55{background-color:rgba(64,64,64,.55)}.\32xl\:bg-neutral-700\/60{background-color:rgba(64,64,64,.6)}.\32xl\:bg-neutral-700\/65{background-color:rgba(64,64,64,.65)}.\32xl\:bg-neutral-700\/70{background-color:rgba(64,64,64,.7)}.\32xl\:bg-neutral-700\/75{background-color:rgba(64,64,64,.75)}.\32xl\:bg-neutral-700\/80{background-color:rgba(64,64,64,.8)}.\32xl\:bg-neutral-700\/85{background-color:rgba(64,64,64,.85)}.\32xl\:bg-neutral-700\/90{background-color:rgba(64,64,64,.9)}.\32xl\:bg-neutral-700\/95{background-color:rgba(64,64,64,.95)}.\32xl\:bg-neutral-800{--tw-bg-opacity:1;background-color:rgba(38,38,38,var(--tw-bg-opacity))}.\32xl\:bg-neutral-800\/0{background-color:rgba(38,38,38,0)}.\32xl\:bg-neutral-800\/10{background-color:rgba(38,38,38,.1)}.\32xl\:bg-neutral-800\/100{background-color:#262626}.\32xl\:bg-neutral-800\/15{background-color:rgba(38,38,38,.15)}.\32xl\:bg-neutral-800\/20{background-color:rgba(38,38,38,.2)}.\32xl\:bg-neutral-800\/25{background-color:rgba(38,38,38,.25)}.\32xl\:bg-neutral-800\/30{background-color:rgba(38,38,38,.3)}.\32xl\:bg-neutral-800\/35{background-color:rgba(38,38,38,.35)}.\32xl\:bg-neutral-800\/40{background-color:rgba(38,38,38,.4)}.\32xl\:bg-neutral-800\/45{background-color:rgba(38,38,38,.45)}.\32xl\:bg-neutral-800\/5{background-color:rgba(38,38,38,.05)}.\32xl\:bg-neutral-800\/50{background-color:rgba(38,38,38,.5)}.\32xl\:bg-neutral-800\/55{background-color:rgba(38,38,38,.55)}.\32xl\:bg-neutral-800\/60{background-color:rgba(38,38,38,.6)}.\32xl\:bg-neutral-800\/65{background-color:rgba(38,38,38,.65)}.\32xl\:bg-neutral-800\/70{background-color:rgba(38,38,38,.7)}.\32xl\:bg-neutral-800\/75{background-color:rgba(38,38,38,.75)}.\32xl\:bg-neutral-800\/80{background-color:rgba(38,38,38,.8)}.\32xl\:bg-neutral-800\/85{background-color:rgba(38,38,38,.85)}.\32xl\:bg-neutral-800\/90{background-color:rgba(38,38,38,.9)}.\32xl\:bg-neutral-800\/95{background-color:rgba(38,38,38,.95)}.\32xl\:bg-neutral-900{--tw-bg-opacity:1;background-color:rgba(23,23,23,var(--tw-bg-opacity))}.\32xl\:bg-neutral-900\/0{background-color:hsla(0,0%,9%,0)}.\32xl\:bg-neutral-900\/10{background-color:hsla(0,0%,9%,.1)}.\32xl\:bg-neutral-900\/100{background-color:#171717}.\32xl\:bg-neutral-900\/15{background-color:hsla(0,0%,9%,.15)}.\32xl\:bg-neutral-900\/20{background-color:hsla(0,0%,9%,.2)}.\32xl\:bg-neutral-900\/25{background-color:hsla(0,0%,9%,.25)}.\32xl\:bg-neutral-900\/30{background-color:hsla(0,0%,9%,.3)}.\32xl\:bg-neutral-900\/35{background-color:hsla(0,0%,9%,.35)}.\32xl\:bg-neutral-900\/40{background-color:hsla(0,0%,9%,.4)}.\32xl\:bg-neutral-900\/45{background-color:hsla(0,0%,9%,.45)}.\32xl\:bg-neutral-900\/5{background-color:hsla(0,0%,9%,.05)}.\32xl\:bg-neutral-900\/50{background-color:hsla(0,0%,9%,.5)}.\32xl\:bg-neutral-900\/55{background-color:hsla(0,0%,9%,.55)}.\32xl\:bg-neutral-900\/60{background-color:hsla(0,0%,9%,.6)}.\32xl\:bg-neutral-900\/65{background-color:hsla(0,0%,9%,.65)}.\32xl\:bg-neutral-900\/70{background-color:hsla(0,0%,9%,.7)}.\32xl\:bg-neutral-900\/75{background-color:hsla(0,0%,9%,.75)}.\32xl\:bg-neutral-900\/80{background-color:hsla(0,0%,9%,.8)}.\32xl\:bg-neutral-900\/85{background-color:hsla(0,0%,9%,.85)}.\32xl\:bg-neutral-900\/90{background-color:hsla(0,0%,9%,.9)}.\32xl\:bg-neutral-900\/95{background-color:hsla(0,0%,9%,.95)}.\32xl\:bg-neutral-950{--tw-bg-opacity:1;background-color:rgba(10,10,10,var(--tw-bg-opacity))}.\32xl\:bg-neutral-950\/0{background-color:hsla(0,0%,4%,0)}.\32xl\:bg-neutral-950\/10{background-color:hsla(0,0%,4%,.1)}.\32xl\:bg-neutral-950\/100{background-color:#0a0a0a}.\32xl\:bg-neutral-950\/15{background-color:hsla(0,0%,4%,.15)}.\32xl\:bg-neutral-950\/20{background-color:hsla(0,0%,4%,.2)}.\32xl\:bg-neutral-950\/25{background-color:hsla(0,0%,4%,.25)}.\32xl\:bg-neutral-950\/30{background-color:hsla(0,0%,4%,.3)}.\32xl\:bg-neutral-950\/35{background-color:hsla(0,0%,4%,.35)}.\32xl\:bg-neutral-950\/40{background-color:hsla(0,0%,4%,.4)}.\32xl\:bg-neutral-950\/45{background-color:hsla(0,0%,4%,.45)}.\32xl\:bg-neutral-950\/5{background-color:hsla(0,0%,4%,.05)}.\32xl\:bg-neutral-950\/50{background-color:hsla(0,0%,4%,.5)}.\32xl\:bg-neutral-950\/55{background-color:hsla(0,0%,4%,.55)}.\32xl\:bg-neutral-950\/60{background-color:hsla(0,0%,4%,.6)}.\32xl\:bg-neutral-950\/65{background-color:hsla(0,0%,4%,.65)}.\32xl\:bg-neutral-950\/70{background-color:hsla(0,0%,4%,.7)}.\32xl\:bg-neutral-950\/75{background-color:hsla(0,0%,4%,.75)}.\32xl\:bg-neutral-950\/80{background-color:hsla(0,0%,4%,.8)}.\32xl\:bg-neutral-950\/85{background-color:hsla(0,0%,4%,.85)}.\32xl\:bg-neutral-950\/90{background-color:hsla(0,0%,4%,.9)}.\32xl\:bg-neutral-950\/95{background-color:hsla(0,0%,4%,.95)}.\32xl\:bg-orange-100{--tw-bg-opacity:1;background-color:rgba(255,237,213,var(--tw-bg-opacity))}.\32xl\:bg-orange-100\/0{background-color:rgba(255,237,213,0)}.\32xl\:bg-orange-100\/10{background-color:rgba(255,237,213,.1)}.\32xl\:bg-orange-100\/100{background-color:#ffedd5}.\32xl\:bg-orange-100\/15{background-color:rgba(255,237,213,.15)}.\32xl\:bg-orange-100\/20{background-color:rgba(255,237,213,.2)}.\32xl\:bg-orange-100\/25{background-color:rgba(255,237,213,.25)}.\32xl\:bg-orange-100\/30{background-color:rgba(255,237,213,.3)}.\32xl\:bg-orange-100\/35{background-color:rgba(255,237,213,.35)}.\32xl\:bg-orange-100\/40{background-color:rgba(255,237,213,.4)}.\32xl\:bg-orange-100\/45{background-color:rgba(255,237,213,.45)}.\32xl\:bg-orange-100\/5{background-color:rgba(255,237,213,.05)}.\32xl\:bg-orange-100\/50{background-color:rgba(255,237,213,.5)}.\32xl\:bg-orange-100\/55{background-color:rgba(255,237,213,.55)}.\32xl\:bg-orange-100\/60{background-color:rgba(255,237,213,.6)}.\32xl\:bg-orange-100\/65{background-color:rgba(255,237,213,.65)}.\32xl\:bg-orange-100\/70{background-color:rgba(255,237,213,.7)}.\32xl\:bg-orange-100\/75{background-color:rgba(255,237,213,.75)}.\32xl\:bg-orange-100\/80{background-color:rgba(255,237,213,.8)}.\32xl\:bg-orange-100\/85{background-color:rgba(255,237,213,.85)}.\32xl\:bg-orange-100\/90{background-color:rgba(255,237,213,.9)}.\32xl\:bg-orange-100\/95{background-color:rgba(255,237,213,.95)}.\32xl\:bg-orange-200{--tw-bg-opacity:1;background-color:rgba(254,215,170,var(--tw-bg-opacity))}.\32xl\:bg-orange-200\/0{background-color:hsla(32,98%,83%,0)}.\32xl\:bg-orange-200\/10{background-color:hsla(32,98%,83%,.1)}.\32xl\:bg-orange-200\/100{background-color:#fed7aa}.\32xl\:bg-orange-200\/15{background-color:hsla(32,98%,83%,.15)}.\32xl\:bg-orange-200\/20{background-color:hsla(32,98%,83%,.2)}.\32xl\:bg-orange-200\/25{background-color:hsla(32,98%,83%,.25)}.\32xl\:bg-orange-200\/30{background-color:hsla(32,98%,83%,.3)}.\32xl\:bg-orange-200\/35{background-color:hsla(32,98%,83%,.35)}.\32xl\:bg-orange-200\/40{background-color:hsla(32,98%,83%,.4)}.\32xl\:bg-orange-200\/45{background-color:hsla(32,98%,83%,.45)}.\32xl\:bg-orange-200\/5{background-color:hsla(32,98%,83%,.05)}.\32xl\:bg-orange-200\/50{background-color:hsla(32,98%,83%,.5)}.\32xl\:bg-orange-200\/55{background-color:hsla(32,98%,83%,.55)}.\32xl\:bg-orange-200\/60{background-color:hsla(32,98%,83%,.6)}.\32xl\:bg-orange-200\/65{background-color:hsla(32,98%,83%,.65)}.\32xl\:bg-orange-200\/70{background-color:hsla(32,98%,83%,.7)}.\32xl\:bg-orange-200\/75{background-color:hsla(32,98%,83%,.75)}.\32xl\:bg-orange-200\/80{background-color:hsla(32,98%,83%,.8)}.\32xl\:bg-orange-200\/85{background-color:hsla(32,98%,83%,.85)}.\32xl\:bg-orange-200\/90{background-color:hsla(32,98%,83%,.9)}.\32xl\:bg-orange-200\/95{background-color:hsla(32,98%,83%,.95)}.\32xl\:bg-orange-300{--tw-bg-opacity:1;background-color:rgba(253,186,116,var(--tw-bg-opacity))}.\32xl\:bg-orange-300\/0{background-color:hsla(31,97%,72%,0)}.\32xl\:bg-orange-300\/10{background-color:hsla(31,97%,72%,.1)}.\32xl\:bg-orange-300\/100{background-color:#fdba74}.\32xl\:bg-orange-300\/15{background-color:hsla(31,97%,72%,.15)}.\32xl\:bg-orange-300\/20{background-color:hsla(31,97%,72%,.2)}.\32xl\:bg-orange-300\/25{background-color:hsla(31,97%,72%,.25)}.\32xl\:bg-orange-300\/30{background-color:hsla(31,97%,72%,.3)}.\32xl\:bg-orange-300\/35{background-color:hsla(31,97%,72%,.35)}.\32xl\:bg-orange-300\/40{background-color:hsla(31,97%,72%,.4)}.\32xl\:bg-orange-300\/45{background-color:hsla(31,97%,72%,.45)}.\32xl\:bg-orange-300\/5{background-color:hsla(31,97%,72%,.05)}.\32xl\:bg-orange-300\/50{background-color:hsla(31,97%,72%,.5)}.\32xl\:bg-orange-300\/55{background-color:hsla(31,97%,72%,.55)}.\32xl\:bg-orange-300\/60{background-color:hsla(31,97%,72%,.6)}.\32xl\:bg-orange-300\/65{background-color:hsla(31,97%,72%,.65)}.\32xl\:bg-orange-300\/70{background-color:hsla(31,97%,72%,.7)}.\32xl\:bg-orange-300\/75{background-color:hsla(31,97%,72%,.75)}.\32xl\:bg-orange-300\/80{background-color:hsla(31,97%,72%,.8)}.\32xl\:bg-orange-300\/85{background-color:hsla(31,97%,72%,.85)}.\32xl\:bg-orange-300\/90{background-color:hsla(31,97%,72%,.9)}.\32xl\:bg-orange-300\/95{background-color:hsla(31,97%,72%,.95)}.\32xl\:bg-orange-400{--tw-bg-opacity:1;background-color:rgba(251,146,60,var(--tw-bg-opacity))}.\32xl\:bg-orange-400\/0{background-color:rgba(251,146,60,0)}.\32xl\:bg-orange-400\/10{background-color:rgba(251,146,60,.1)}.\32xl\:bg-orange-400\/100{background-color:#fb923c}.\32xl\:bg-orange-400\/15{background-color:rgba(251,146,60,.15)}.\32xl\:bg-orange-400\/20{background-color:rgba(251,146,60,.2)}.\32xl\:bg-orange-400\/25{background-color:rgba(251,146,60,.25)}.\32xl\:bg-orange-400\/30{background-color:rgba(251,146,60,.3)}.\32xl\:bg-orange-400\/35{background-color:rgba(251,146,60,.35)}.\32xl\:bg-orange-400\/40{background-color:rgba(251,146,60,.4)}.\32xl\:bg-orange-400\/45{background-color:rgba(251,146,60,.45)}.\32xl\:bg-orange-400\/5{background-color:rgba(251,146,60,.05)}.\32xl\:bg-orange-400\/50{background-color:rgba(251,146,60,.5)}.\32xl\:bg-orange-400\/55{background-color:rgba(251,146,60,.55)}.\32xl\:bg-orange-400\/60{background-color:rgba(251,146,60,.6)}.\32xl\:bg-orange-400\/65{background-color:rgba(251,146,60,.65)}.\32xl\:bg-orange-400\/70{background-color:rgba(251,146,60,.7)}.\32xl\:bg-orange-400\/75{background-color:rgba(251,146,60,.75)}.\32xl\:bg-orange-400\/80{background-color:rgba(251,146,60,.8)}.\32xl\:bg-orange-400\/85{background-color:rgba(251,146,60,.85)}.\32xl\:bg-orange-400\/90{background-color:rgba(251,146,60,.9)}.\32xl\:bg-orange-400\/95{background-color:rgba(251,146,60,.95)}.\32xl\:bg-orange-50{--tw-bg-opacity:1;background-color:rgba(255,247,237,var(--tw-bg-opacity))}.\32xl\:bg-orange-50\/0{background-color:rgba(255,247,237,0)}.\32xl\:bg-orange-50\/10{background-color:rgba(255,247,237,.1)}.\32xl\:bg-orange-50\/100{background-color:#fff7ed}.\32xl\:bg-orange-50\/15{background-color:rgba(255,247,237,.15)}.\32xl\:bg-orange-50\/20{background-color:rgba(255,247,237,.2)}.\32xl\:bg-orange-50\/25{background-color:rgba(255,247,237,.25)}.\32xl\:bg-orange-50\/30{background-color:rgba(255,247,237,.3)}.\32xl\:bg-orange-50\/35{background-color:rgba(255,247,237,.35)}.\32xl\:bg-orange-50\/40{background-color:rgba(255,247,237,.4)}.\32xl\:bg-orange-50\/45{background-color:rgba(255,247,237,.45)}.\32xl\:bg-orange-50\/5{background-color:rgba(255,247,237,.05)}.\32xl\:bg-orange-50\/50{background-color:rgba(255,247,237,.5)}.\32xl\:bg-orange-50\/55{background-color:rgba(255,247,237,.55)}.\32xl\:bg-orange-50\/60{background-color:rgba(255,247,237,.6)}.\32xl\:bg-orange-50\/65{background-color:rgba(255,247,237,.65)}.\32xl\:bg-orange-50\/70{background-color:rgba(255,247,237,.7)}.\32xl\:bg-orange-50\/75{background-color:rgba(255,247,237,.75)}.\32xl\:bg-orange-50\/80{background-color:rgba(255,247,237,.8)}.\32xl\:bg-orange-50\/85{background-color:rgba(255,247,237,.85)}.\32xl\:bg-orange-50\/90{background-color:rgba(255,247,237,.9)}.\32xl\:bg-orange-50\/95{background-color:rgba(255,247,237,.95)}.\32xl\:bg-orange-500{--tw-bg-opacity:1;background-color:rgba(249,115,22,var(--tw-bg-opacity))}.\32xl\:bg-orange-500\/0{background-color:rgba(249,115,22,0)}.\32xl\:bg-orange-500\/10{background-color:rgba(249,115,22,.1)}.\32xl\:bg-orange-500\/100{background-color:#f97316}.\32xl\:bg-orange-500\/15{background-color:rgba(249,115,22,.15)}.\32xl\:bg-orange-500\/20{background-color:rgba(249,115,22,.2)}.\32xl\:bg-orange-500\/25{background-color:rgba(249,115,22,.25)}.\32xl\:bg-orange-500\/30{background-color:rgba(249,115,22,.3)}.\32xl\:bg-orange-500\/35{background-color:rgba(249,115,22,.35)}.\32xl\:bg-orange-500\/40{background-color:rgba(249,115,22,.4)}.\32xl\:bg-orange-500\/45{background-color:rgba(249,115,22,.45)}.\32xl\:bg-orange-500\/5{background-color:rgba(249,115,22,.05)}.\32xl\:bg-orange-500\/50{background-color:rgba(249,115,22,.5)}.\32xl\:bg-orange-500\/55{background-color:rgba(249,115,22,.55)}.\32xl\:bg-orange-500\/60{background-color:rgba(249,115,22,.6)}.\32xl\:bg-orange-500\/65{background-color:rgba(249,115,22,.65)}.\32xl\:bg-orange-500\/70{background-color:rgba(249,115,22,.7)}.\32xl\:bg-orange-500\/75{background-color:rgba(249,115,22,.75)}.\32xl\:bg-orange-500\/80{background-color:rgba(249,115,22,.8)}.\32xl\:bg-orange-500\/85{background-color:rgba(249,115,22,.85)}.\32xl\:bg-orange-500\/90{background-color:rgba(249,115,22,.9)}.\32xl\:bg-orange-500\/95{background-color:rgba(249,115,22,.95)}.\32xl\:bg-orange-600{--tw-bg-opacity:1;background-color:rgba(234,88,12,var(--tw-bg-opacity))}.\32xl\:bg-orange-600\/0{background-color:rgba(234,88,12,0)}.\32xl\:bg-orange-600\/10{background-color:rgba(234,88,12,.1)}.\32xl\:bg-orange-600\/100{background-color:#ea580c}.\32xl\:bg-orange-600\/15{background-color:rgba(234,88,12,.15)}.\32xl\:bg-orange-600\/20{background-color:rgba(234,88,12,.2)}.\32xl\:bg-orange-600\/25{background-color:rgba(234,88,12,.25)}.\32xl\:bg-orange-600\/30{background-color:rgba(234,88,12,.3)}.\32xl\:bg-orange-600\/35{background-color:rgba(234,88,12,.35)}.\32xl\:bg-orange-600\/40{background-color:rgba(234,88,12,.4)}.\32xl\:bg-orange-600\/45{background-color:rgba(234,88,12,.45)}.\32xl\:bg-orange-600\/5{background-color:rgba(234,88,12,.05)}.\32xl\:bg-orange-600\/50{background-color:rgba(234,88,12,.5)}.\32xl\:bg-orange-600\/55{background-color:rgba(234,88,12,.55)}.\32xl\:bg-orange-600\/60{background-color:rgba(234,88,12,.6)}.\32xl\:bg-orange-600\/65{background-color:rgba(234,88,12,.65)}.\32xl\:bg-orange-600\/70{background-color:rgba(234,88,12,.7)}.\32xl\:bg-orange-600\/75{background-color:rgba(234,88,12,.75)}.\32xl\:bg-orange-600\/80{background-color:rgba(234,88,12,.8)}.\32xl\:bg-orange-600\/85{background-color:rgba(234,88,12,.85)}.\32xl\:bg-orange-600\/90{background-color:rgba(234,88,12,.9)}.\32xl\:bg-orange-600\/95{background-color:rgba(234,88,12,.95)}.\32xl\:bg-orange-700{--tw-bg-opacity:1;background-color:rgba(194,65,12,var(--tw-bg-opacity))}.\32xl\:bg-orange-700\/0{background-color:rgba(194,65,12,0)}.\32xl\:bg-orange-700\/10{background-color:rgba(194,65,12,.1)}.\32xl\:bg-orange-700\/100{background-color:#c2410c}.\32xl\:bg-orange-700\/15{background-color:rgba(194,65,12,.15)}.\32xl\:bg-orange-700\/20{background-color:rgba(194,65,12,.2)}.\32xl\:bg-orange-700\/25{background-color:rgba(194,65,12,.25)}.\32xl\:bg-orange-700\/30{background-color:rgba(194,65,12,.3)}.\32xl\:bg-orange-700\/35{background-color:rgba(194,65,12,.35)}.\32xl\:bg-orange-700\/40{background-color:rgba(194,65,12,.4)}.\32xl\:bg-orange-700\/45{background-color:rgba(194,65,12,.45)}.\32xl\:bg-orange-700\/5{background-color:rgba(194,65,12,.05)}.\32xl\:bg-orange-700\/50{background-color:rgba(194,65,12,.5)}.\32xl\:bg-orange-700\/55{background-color:rgba(194,65,12,.55)}.\32xl\:bg-orange-700\/60{background-color:rgba(194,65,12,.6)}.\32xl\:bg-orange-700\/65{background-color:rgba(194,65,12,.65)}.\32xl\:bg-orange-700\/70{background-color:rgba(194,65,12,.7)}.\32xl\:bg-orange-700\/75{background-color:rgba(194,65,12,.75)}.\32xl\:bg-orange-700\/80{background-color:rgba(194,65,12,.8)}.\32xl\:bg-orange-700\/85{background-color:rgba(194,65,12,.85)}.\32xl\:bg-orange-700\/90{background-color:rgba(194,65,12,.9)}.\32xl\:bg-orange-700\/95{background-color:rgba(194,65,12,.95)}.\32xl\:bg-orange-800{--tw-bg-opacity:1;background-color:rgba(154,52,18,var(--tw-bg-opacity))}.\32xl\:bg-orange-800\/0{background-color:rgba(154,52,18,0)}.\32xl\:bg-orange-800\/10{background-color:rgba(154,52,18,.1)}.\32xl\:bg-orange-800\/100{background-color:#9a3412}.\32xl\:bg-orange-800\/15{background-color:rgba(154,52,18,.15)}.\32xl\:bg-orange-800\/20{background-color:rgba(154,52,18,.2)}.\32xl\:bg-orange-800\/25{background-color:rgba(154,52,18,.25)}.\32xl\:bg-orange-800\/30{background-color:rgba(154,52,18,.3)}.\32xl\:bg-orange-800\/35{background-color:rgba(154,52,18,.35)}.\32xl\:bg-orange-800\/40{background-color:rgba(154,52,18,.4)}.\32xl\:bg-orange-800\/45{background-color:rgba(154,52,18,.45)}.\32xl\:bg-orange-800\/5{background-color:rgba(154,52,18,.05)}.\32xl\:bg-orange-800\/50{background-color:rgba(154,52,18,.5)}.\32xl\:bg-orange-800\/55{background-color:rgba(154,52,18,.55)}.\32xl\:bg-orange-800\/60{background-color:rgba(154,52,18,.6)}.\32xl\:bg-orange-800\/65{background-color:rgba(154,52,18,.65)}.\32xl\:bg-orange-800\/70{background-color:rgba(154,52,18,.7)}.\32xl\:bg-orange-800\/75{background-color:rgba(154,52,18,.75)}.\32xl\:bg-orange-800\/80{background-color:rgba(154,52,18,.8)}.\32xl\:bg-orange-800\/85{background-color:rgba(154,52,18,.85)}.\32xl\:bg-orange-800\/90{background-color:rgba(154,52,18,.9)}.\32xl\:bg-orange-800\/95{background-color:rgba(154,52,18,.95)}.\32xl\:bg-orange-900{--tw-bg-opacity:1;background-color:rgba(124,45,18,var(--tw-bg-opacity))}.\32xl\:bg-orange-900\/0{background-color:rgba(124,45,18,0)}.\32xl\:bg-orange-900\/10{background-color:rgba(124,45,18,.1)}.\32xl\:bg-orange-900\/100{background-color:#7c2d12}.\32xl\:bg-orange-900\/15{background-color:rgba(124,45,18,.15)}.\32xl\:bg-orange-900\/20{background-color:rgba(124,45,18,.2)}.\32xl\:bg-orange-900\/25{background-color:rgba(124,45,18,.25)}.\32xl\:bg-orange-900\/30{background-color:rgba(124,45,18,.3)}.\32xl\:bg-orange-900\/35{background-color:rgba(124,45,18,.35)}.\32xl\:bg-orange-900\/40{background-color:rgba(124,45,18,.4)}.\32xl\:bg-orange-900\/45{background-color:rgba(124,45,18,.45)}.\32xl\:bg-orange-900\/5{background-color:rgba(124,45,18,.05)}.\32xl\:bg-orange-900\/50{background-color:rgba(124,45,18,.5)}.\32xl\:bg-orange-900\/55{background-color:rgba(124,45,18,.55)}.\32xl\:bg-orange-900\/60{background-color:rgba(124,45,18,.6)}.\32xl\:bg-orange-900\/65{background-color:rgba(124,45,18,.65)}.\32xl\:bg-orange-900\/70{background-color:rgba(124,45,18,.7)}.\32xl\:bg-orange-900\/75{background-color:rgba(124,45,18,.75)}.\32xl\:bg-orange-900\/80{background-color:rgba(124,45,18,.8)}.\32xl\:bg-orange-900\/85{background-color:rgba(124,45,18,.85)}.\32xl\:bg-orange-900\/90{background-color:rgba(124,45,18,.9)}.\32xl\:bg-orange-900\/95{background-color:rgba(124,45,18,.95)}.\32xl\:bg-orange-950{--tw-bg-opacity:1;background-color:rgba(67,20,7,var(--tw-bg-opacity))}.\32xl\:bg-orange-950\/0{background-color:rgba(67,20,7,0)}.\32xl\:bg-orange-950\/10{background-color:rgba(67,20,7,.1)}.\32xl\:bg-orange-950\/100{background-color:#431407}.\32xl\:bg-orange-950\/15{background-color:rgba(67,20,7,.15)}.\32xl\:bg-orange-950\/20{background-color:rgba(67,20,7,.2)}.\32xl\:bg-orange-950\/25{background-color:rgba(67,20,7,.25)}.\32xl\:bg-orange-950\/30{background-color:rgba(67,20,7,.3)}.\32xl\:bg-orange-950\/35{background-color:rgba(67,20,7,.35)}.\32xl\:bg-orange-950\/40{background-color:rgba(67,20,7,.4)}.\32xl\:bg-orange-950\/45{background-color:rgba(67,20,7,.45)}.\32xl\:bg-orange-950\/5{background-color:rgba(67,20,7,.05)}.\32xl\:bg-orange-950\/50{background-color:rgba(67,20,7,.5)}.\32xl\:bg-orange-950\/55{background-color:rgba(67,20,7,.55)}.\32xl\:bg-orange-950\/60{background-color:rgba(67,20,7,.6)}.\32xl\:bg-orange-950\/65{background-color:rgba(67,20,7,.65)}.\32xl\:bg-orange-950\/70{background-color:rgba(67,20,7,.7)}.\32xl\:bg-orange-950\/75{background-color:rgba(67,20,7,.75)}.\32xl\:bg-orange-950\/80{background-color:rgba(67,20,7,.8)}.\32xl\:bg-orange-950\/85{background-color:rgba(67,20,7,.85)}.\32xl\:bg-orange-950\/90{background-color:rgba(67,20,7,.9)}.\32xl\:bg-orange-950\/95{background-color:rgba(67,20,7,.95)}.\32xl\:bg-pink-100{--tw-bg-opacity:1;background-color:rgba(252,231,243,var(--tw-bg-opacity))}.\32xl\:bg-pink-100\/0{background-color:rgba(252,231,243,0)}.\32xl\:bg-pink-100\/10{background-color:rgba(252,231,243,.1)}.\32xl\:bg-pink-100\/100{background-color:#fce7f3}.\32xl\:bg-pink-100\/15{background-color:rgba(252,231,243,.15)}.\32xl\:bg-pink-100\/20{background-color:rgba(252,231,243,.2)}.\32xl\:bg-pink-100\/25{background-color:rgba(252,231,243,.25)}.\32xl\:bg-pink-100\/30{background-color:rgba(252,231,243,.3)}.\32xl\:bg-pink-100\/35{background-color:rgba(252,231,243,.35)}.\32xl\:bg-pink-100\/40{background-color:rgba(252,231,243,.4)}.\32xl\:bg-pink-100\/45{background-color:rgba(252,231,243,.45)}.\32xl\:bg-pink-100\/5{background-color:rgba(252,231,243,.05)}.\32xl\:bg-pink-100\/50{background-color:rgba(252,231,243,.5)}.\32xl\:bg-pink-100\/55{background-color:rgba(252,231,243,.55)}.\32xl\:bg-pink-100\/60{background-color:rgba(252,231,243,.6)}.\32xl\:bg-pink-100\/65{background-color:rgba(252,231,243,.65)}.\32xl\:bg-pink-100\/70{background-color:rgba(252,231,243,.7)}.\32xl\:bg-pink-100\/75{background-color:rgba(252,231,243,.75)}.\32xl\:bg-pink-100\/80{background-color:rgba(252,231,243,.8)}.\32xl\:bg-pink-100\/85{background-color:rgba(252,231,243,.85)}.\32xl\:bg-pink-100\/90{background-color:rgba(252,231,243,.9)}.\32xl\:bg-pink-100\/95{background-color:rgba(252,231,243,.95)}.\32xl\:bg-pink-200{--tw-bg-opacity:1;background-color:rgba(251,207,232,var(--tw-bg-opacity))}.\32xl\:bg-pink-200\/0{background-color:rgba(251,207,232,0)}.\32xl\:bg-pink-200\/10{background-color:rgba(251,207,232,.1)}.\32xl\:bg-pink-200\/100{background-color:#fbcfe8}.\32xl\:bg-pink-200\/15{background-color:rgba(251,207,232,.15)}.\32xl\:bg-pink-200\/20{background-color:rgba(251,207,232,.2)}.\32xl\:bg-pink-200\/25{background-color:rgba(251,207,232,.25)}.\32xl\:bg-pink-200\/30{background-color:rgba(251,207,232,.3)}.\32xl\:bg-pink-200\/35{background-color:rgba(251,207,232,.35)}.\32xl\:bg-pink-200\/40{background-color:rgba(251,207,232,.4)}.\32xl\:bg-pink-200\/45{background-color:rgba(251,207,232,.45)}.\32xl\:bg-pink-200\/5{background-color:rgba(251,207,232,.05)}.\32xl\:bg-pink-200\/50{background-color:rgba(251,207,232,.5)}.\32xl\:bg-pink-200\/55{background-color:rgba(251,207,232,.55)}.\32xl\:bg-pink-200\/60{background-color:rgba(251,207,232,.6)}.\32xl\:bg-pink-200\/65{background-color:rgba(251,207,232,.65)}.\32xl\:bg-pink-200\/70{background-color:rgba(251,207,232,.7)}.\32xl\:bg-pink-200\/75{background-color:rgba(251,207,232,.75)}.\32xl\:bg-pink-200\/80{background-color:rgba(251,207,232,.8)}.\32xl\:bg-pink-200\/85{background-color:rgba(251,207,232,.85)}.\32xl\:bg-pink-200\/90{background-color:rgba(251,207,232,.9)}.\32xl\:bg-pink-200\/95{background-color:rgba(251,207,232,.95)}.\32xl\:bg-pink-300{--tw-bg-opacity:1;background-color:rgba(249,168,212,var(--tw-bg-opacity))}.\32xl\:bg-pink-300\/0{background-color:rgba(249,168,212,0)}.\32xl\:bg-pink-300\/10{background-color:rgba(249,168,212,.1)}.\32xl\:bg-pink-300\/100{background-color:#f9a8d4}.\32xl\:bg-pink-300\/15{background-color:rgba(249,168,212,.15)}.\32xl\:bg-pink-300\/20{background-color:rgba(249,168,212,.2)}.\32xl\:bg-pink-300\/25{background-color:rgba(249,168,212,.25)}.\32xl\:bg-pink-300\/30{background-color:rgba(249,168,212,.3)}.\32xl\:bg-pink-300\/35{background-color:rgba(249,168,212,.35)}.\32xl\:bg-pink-300\/40{background-color:rgba(249,168,212,.4)}.\32xl\:bg-pink-300\/45{background-color:rgba(249,168,212,.45)}.\32xl\:bg-pink-300\/5{background-color:rgba(249,168,212,.05)}.\32xl\:bg-pink-300\/50{background-color:rgba(249,168,212,.5)}.\32xl\:bg-pink-300\/55{background-color:rgba(249,168,212,.55)}.\32xl\:bg-pink-300\/60{background-color:rgba(249,168,212,.6)}.\32xl\:bg-pink-300\/65{background-color:rgba(249,168,212,.65)}.\32xl\:bg-pink-300\/70{background-color:rgba(249,168,212,.7)}.\32xl\:bg-pink-300\/75{background-color:rgba(249,168,212,.75)}.\32xl\:bg-pink-300\/80{background-color:rgba(249,168,212,.8)}.\32xl\:bg-pink-300\/85{background-color:rgba(249,168,212,.85)}.\32xl\:bg-pink-300\/90{background-color:rgba(249,168,212,.9)}.\32xl\:bg-pink-300\/95{background-color:rgba(249,168,212,.95)}.\32xl\:bg-pink-400{--tw-bg-opacity:1;background-color:rgba(244,114,182,var(--tw-bg-opacity))}.\32xl\:bg-pink-400\/0{background-color:rgba(244,114,182,0)}.\32xl\:bg-pink-400\/10{background-color:rgba(244,114,182,.1)}.\32xl\:bg-pink-400\/100{background-color:#f472b6}.\32xl\:bg-pink-400\/15{background-color:rgba(244,114,182,.15)}.\32xl\:bg-pink-400\/20{background-color:rgba(244,114,182,.2)}.\32xl\:bg-pink-400\/25{background-color:rgba(244,114,182,.25)}.\32xl\:bg-pink-400\/30{background-color:rgba(244,114,182,.3)}.\32xl\:bg-pink-400\/35{background-color:rgba(244,114,182,.35)}.\32xl\:bg-pink-400\/40{background-color:rgba(244,114,182,.4)}.\32xl\:bg-pink-400\/45{background-color:rgba(244,114,182,.45)}.\32xl\:bg-pink-400\/5{background-color:rgba(244,114,182,.05)}.\32xl\:bg-pink-400\/50{background-color:rgba(244,114,182,.5)}.\32xl\:bg-pink-400\/55{background-color:rgba(244,114,182,.55)}.\32xl\:bg-pink-400\/60{background-color:rgba(244,114,182,.6)}.\32xl\:bg-pink-400\/65{background-color:rgba(244,114,182,.65)}.\32xl\:bg-pink-400\/70{background-color:rgba(244,114,182,.7)}.\32xl\:bg-pink-400\/75{background-color:rgba(244,114,182,.75)}.\32xl\:bg-pink-400\/80{background-color:rgba(244,114,182,.8)}.\32xl\:bg-pink-400\/85{background-color:rgba(244,114,182,.85)}.\32xl\:bg-pink-400\/90{background-color:rgba(244,114,182,.9)}.\32xl\:bg-pink-400\/95{background-color:rgba(244,114,182,.95)}.\32xl\:bg-pink-50{--tw-bg-opacity:1;background-color:rgba(253,242,248,var(--tw-bg-opacity))}.\32xl\:bg-pink-50\/0{background-color:rgba(253,242,248,0)}.\32xl\:bg-pink-50\/10{background-color:rgba(253,242,248,.1)}.\32xl\:bg-pink-50\/100{background-color:#fdf2f8}.\32xl\:bg-pink-50\/15{background-color:rgba(253,242,248,.15)}.\32xl\:bg-pink-50\/20{background-color:rgba(253,242,248,.2)}.\32xl\:bg-pink-50\/25{background-color:rgba(253,242,248,.25)}.\32xl\:bg-pink-50\/30{background-color:rgba(253,242,248,.3)}.\32xl\:bg-pink-50\/35{background-color:rgba(253,242,248,.35)}.\32xl\:bg-pink-50\/40{background-color:rgba(253,242,248,.4)}.\32xl\:bg-pink-50\/45{background-color:rgba(253,242,248,.45)}.\32xl\:bg-pink-50\/5{background-color:rgba(253,242,248,.05)}.\32xl\:bg-pink-50\/50{background-color:rgba(253,242,248,.5)}.\32xl\:bg-pink-50\/55{background-color:rgba(253,242,248,.55)}.\32xl\:bg-pink-50\/60{background-color:rgba(253,242,248,.6)}.\32xl\:bg-pink-50\/65{background-color:rgba(253,242,248,.65)}.\32xl\:bg-pink-50\/70{background-color:rgba(253,242,248,.7)}.\32xl\:bg-pink-50\/75{background-color:rgba(253,242,248,.75)}.\32xl\:bg-pink-50\/80{background-color:rgba(253,242,248,.8)}.\32xl\:bg-pink-50\/85{background-color:rgba(253,242,248,.85)}.\32xl\:bg-pink-50\/90{background-color:rgba(253,242,248,.9)}.\32xl\:bg-pink-50\/95{background-color:rgba(253,242,248,.95)}.\32xl\:bg-pink-500{--tw-bg-opacity:1;background-color:rgba(236,72,153,var(--tw-bg-opacity))}.\32xl\:bg-pink-500\/0{background-color:rgba(236,72,153,0)}.\32xl\:bg-pink-500\/10{background-color:rgba(236,72,153,.1)}.\32xl\:bg-pink-500\/100{background-color:#ec4899}.\32xl\:bg-pink-500\/15{background-color:rgba(236,72,153,.15)}.\32xl\:bg-pink-500\/20{background-color:rgba(236,72,153,.2)}.\32xl\:bg-pink-500\/25{background-color:rgba(236,72,153,.25)}.\32xl\:bg-pink-500\/30{background-color:rgba(236,72,153,.3)}.\32xl\:bg-pink-500\/35{background-color:rgba(236,72,153,.35)}.\32xl\:bg-pink-500\/40{background-color:rgba(236,72,153,.4)}.\32xl\:bg-pink-500\/45{background-color:rgba(236,72,153,.45)}.\32xl\:bg-pink-500\/5{background-color:rgba(236,72,153,.05)}.\32xl\:bg-pink-500\/50{background-color:rgba(236,72,153,.5)}.\32xl\:bg-pink-500\/55{background-color:rgba(236,72,153,.55)}.\32xl\:bg-pink-500\/60{background-color:rgba(236,72,153,.6)}.\32xl\:bg-pink-500\/65{background-color:rgba(236,72,153,.65)}.\32xl\:bg-pink-500\/70{background-color:rgba(236,72,153,.7)}.\32xl\:bg-pink-500\/75{background-color:rgba(236,72,153,.75)}.\32xl\:bg-pink-500\/80{background-color:rgba(236,72,153,.8)}.\32xl\:bg-pink-500\/85{background-color:rgba(236,72,153,.85)}.\32xl\:bg-pink-500\/90{background-color:rgba(236,72,153,.9)}.\32xl\:bg-pink-500\/95{background-color:rgba(236,72,153,.95)}.\32xl\:bg-pink-600{--tw-bg-opacity:1;background-color:rgba(219,39,119,var(--tw-bg-opacity))}.\32xl\:bg-pink-600\/0{background-color:rgba(219,39,119,0)}.\32xl\:bg-pink-600\/10{background-color:rgba(219,39,119,.1)}.\32xl\:bg-pink-600\/100{background-color:#db2777}.\32xl\:bg-pink-600\/15{background-color:rgba(219,39,119,.15)}.\32xl\:bg-pink-600\/20{background-color:rgba(219,39,119,.2)}.\32xl\:bg-pink-600\/25{background-color:rgba(219,39,119,.25)}.\32xl\:bg-pink-600\/30{background-color:rgba(219,39,119,.3)}.\32xl\:bg-pink-600\/35{background-color:rgba(219,39,119,.35)}.\32xl\:bg-pink-600\/40{background-color:rgba(219,39,119,.4)}.\32xl\:bg-pink-600\/45{background-color:rgba(219,39,119,.45)}.\32xl\:bg-pink-600\/5{background-color:rgba(219,39,119,.05)}.\32xl\:bg-pink-600\/50{background-color:rgba(219,39,119,.5)}.\32xl\:bg-pink-600\/55{background-color:rgba(219,39,119,.55)}.\32xl\:bg-pink-600\/60{background-color:rgba(219,39,119,.6)}.\32xl\:bg-pink-600\/65{background-color:rgba(219,39,119,.65)}.\32xl\:bg-pink-600\/70{background-color:rgba(219,39,119,.7)}.\32xl\:bg-pink-600\/75{background-color:rgba(219,39,119,.75)}.\32xl\:bg-pink-600\/80{background-color:rgba(219,39,119,.8)}.\32xl\:bg-pink-600\/85{background-color:rgba(219,39,119,.85)}.\32xl\:bg-pink-600\/90{background-color:rgba(219,39,119,.9)}.\32xl\:bg-pink-600\/95{background-color:rgba(219,39,119,.95)}.\32xl\:bg-pink-700{--tw-bg-opacity:1;background-color:rgba(190,24,93,var(--tw-bg-opacity))}.\32xl\:bg-pink-700\/0{background-color:rgba(190,24,93,0)}.\32xl\:bg-pink-700\/10{background-color:rgba(190,24,93,.1)}.\32xl\:bg-pink-700\/100{background-color:#be185d}.\32xl\:bg-pink-700\/15{background-color:rgba(190,24,93,.15)}.\32xl\:bg-pink-700\/20{background-color:rgba(190,24,93,.2)}.\32xl\:bg-pink-700\/25{background-color:rgba(190,24,93,.25)}.\32xl\:bg-pink-700\/30{background-color:rgba(190,24,93,.3)}.\32xl\:bg-pink-700\/35{background-color:rgba(190,24,93,.35)}.\32xl\:bg-pink-700\/40{background-color:rgba(190,24,93,.4)}.\32xl\:bg-pink-700\/45{background-color:rgba(190,24,93,.45)}.\32xl\:bg-pink-700\/5{background-color:rgba(190,24,93,.05)}.\32xl\:bg-pink-700\/50{background-color:rgba(190,24,93,.5)}.\32xl\:bg-pink-700\/55{background-color:rgba(190,24,93,.55)}.\32xl\:bg-pink-700\/60{background-color:rgba(190,24,93,.6)}.\32xl\:bg-pink-700\/65{background-color:rgba(190,24,93,.65)}.\32xl\:bg-pink-700\/70{background-color:rgba(190,24,93,.7)}.\32xl\:bg-pink-700\/75{background-color:rgba(190,24,93,.75)}.\32xl\:bg-pink-700\/80{background-color:rgba(190,24,93,.8)}.\32xl\:bg-pink-700\/85{background-color:rgba(190,24,93,.85)}.\32xl\:bg-pink-700\/90{background-color:rgba(190,24,93,.9)}.\32xl\:bg-pink-700\/95{background-color:rgba(190,24,93,.95)}.\32xl\:bg-pink-800{--tw-bg-opacity:1;background-color:rgba(157,23,77,var(--tw-bg-opacity))}.\32xl\:bg-pink-800\/0{background-color:rgba(157,23,77,0)}.\32xl\:bg-pink-800\/10{background-color:rgba(157,23,77,.1)}.\32xl\:bg-pink-800\/100{background-color:#9d174d}.\32xl\:bg-pink-800\/15{background-color:rgba(157,23,77,.15)}.\32xl\:bg-pink-800\/20{background-color:rgba(157,23,77,.2)}.\32xl\:bg-pink-800\/25{background-color:rgba(157,23,77,.25)}.\32xl\:bg-pink-800\/30{background-color:rgba(157,23,77,.3)}.\32xl\:bg-pink-800\/35{background-color:rgba(157,23,77,.35)}.\32xl\:bg-pink-800\/40{background-color:rgba(157,23,77,.4)}.\32xl\:bg-pink-800\/45{background-color:rgba(157,23,77,.45)}.\32xl\:bg-pink-800\/5{background-color:rgba(157,23,77,.05)}.\32xl\:bg-pink-800\/50{background-color:rgba(157,23,77,.5)}.\32xl\:bg-pink-800\/55{background-color:rgba(157,23,77,.55)}.\32xl\:bg-pink-800\/60{background-color:rgba(157,23,77,.6)}.\32xl\:bg-pink-800\/65{background-color:rgba(157,23,77,.65)}.\32xl\:bg-pink-800\/70{background-color:rgba(157,23,77,.7)}.\32xl\:bg-pink-800\/75{background-color:rgba(157,23,77,.75)}.\32xl\:bg-pink-800\/80{background-color:rgba(157,23,77,.8)}.\32xl\:bg-pink-800\/85{background-color:rgba(157,23,77,.85)}.\32xl\:bg-pink-800\/90{background-color:rgba(157,23,77,.9)}.\32xl\:bg-pink-800\/95{background-color:rgba(157,23,77,.95)}.\32xl\:bg-pink-900{--tw-bg-opacity:1;background-color:rgba(131,24,67,var(--tw-bg-opacity))}.\32xl\:bg-pink-900\/0{background-color:rgba(131,24,67,0)}.\32xl\:bg-pink-900\/10{background-color:rgba(131,24,67,.1)}.\32xl\:bg-pink-900\/100{background-color:#831843}.\32xl\:bg-pink-900\/15{background-color:rgba(131,24,67,.15)}.\32xl\:bg-pink-900\/20{background-color:rgba(131,24,67,.2)}.\32xl\:bg-pink-900\/25{background-color:rgba(131,24,67,.25)}.\32xl\:bg-pink-900\/30{background-color:rgba(131,24,67,.3)}.\32xl\:bg-pink-900\/35{background-color:rgba(131,24,67,.35)}.\32xl\:bg-pink-900\/40{background-color:rgba(131,24,67,.4)}.\32xl\:bg-pink-900\/45{background-color:rgba(131,24,67,.45)}.\32xl\:bg-pink-900\/5{background-color:rgba(131,24,67,.05)}.\32xl\:bg-pink-900\/50{background-color:rgba(131,24,67,.5)}.\32xl\:bg-pink-900\/55{background-color:rgba(131,24,67,.55)}.\32xl\:bg-pink-900\/60{background-color:rgba(131,24,67,.6)}.\32xl\:bg-pink-900\/65{background-color:rgba(131,24,67,.65)}.\32xl\:bg-pink-900\/70{background-color:rgba(131,24,67,.7)}.\32xl\:bg-pink-900\/75{background-color:rgba(131,24,67,.75)}.\32xl\:bg-pink-900\/80{background-color:rgba(131,24,67,.8)}.\32xl\:bg-pink-900\/85{background-color:rgba(131,24,67,.85)}.\32xl\:bg-pink-900\/90{background-color:rgba(131,24,67,.9)}.\32xl\:bg-pink-900\/95{background-color:rgba(131,24,67,.95)}.\32xl\:bg-pink-950{--tw-bg-opacity:1;background-color:rgba(80,7,36,var(--tw-bg-opacity))}.\32xl\:bg-pink-950\/0{background-color:rgba(80,7,36,0)}.\32xl\:bg-pink-950\/10{background-color:rgba(80,7,36,.1)}.\32xl\:bg-pink-950\/100{background-color:#500724}.\32xl\:bg-pink-950\/15{background-color:rgba(80,7,36,.15)}.\32xl\:bg-pink-950\/20{background-color:rgba(80,7,36,.2)}.\32xl\:bg-pink-950\/25{background-color:rgba(80,7,36,.25)}.\32xl\:bg-pink-950\/30{background-color:rgba(80,7,36,.3)}.\32xl\:bg-pink-950\/35{background-color:rgba(80,7,36,.35)}.\32xl\:bg-pink-950\/40{background-color:rgba(80,7,36,.4)}.\32xl\:bg-pink-950\/45{background-color:rgba(80,7,36,.45)}.\32xl\:bg-pink-950\/5{background-color:rgba(80,7,36,.05)}.\32xl\:bg-pink-950\/50{background-color:rgba(80,7,36,.5)}.\32xl\:bg-pink-950\/55{background-color:rgba(80,7,36,.55)}.\32xl\:bg-pink-950\/60{background-color:rgba(80,7,36,.6)}.\32xl\:bg-pink-950\/65{background-color:rgba(80,7,36,.65)}.\32xl\:bg-pink-950\/70{background-color:rgba(80,7,36,.7)}.\32xl\:bg-pink-950\/75{background-color:rgba(80,7,36,.75)}.\32xl\:bg-pink-950\/80{background-color:rgba(80,7,36,.8)}.\32xl\:bg-pink-950\/85{background-color:rgba(80,7,36,.85)}.\32xl\:bg-pink-950\/90{background-color:rgba(80,7,36,.9)}.\32xl\:bg-pink-950\/95{background-color:rgba(80,7,36,.95)}.\32xl\:bg-primary{--tw-bg-opacity:1;background-color:rgba(105,194,242,var(--tw-bg-opacity))}.\32xl\:bg-primary-dark{--tw-bg-opacity:1;background-color:rgba(97,163,199,var(--tw-bg-opacity))}.\32xl\:bg-primary-dark\/0{background-color:rgba(97,163,199,0)}.\32xl\:bg-primary-dark\/10{background-color:rgba(97,163,199,.1)}.\32xl\:bg-primary-dark\/100{background-color:#61a3c7}.\32xl\:bg-primary-dark\/15{background-color:rgba(97,163,199,.15)}.\32xl\:bg-primary-dark\/20{background-color:rgba(97,163,199,.2)}.\32xl\:bg-primary-dark\/25{background-color:rgba(97,163,199,.25)}.\32xl\:bg-primary-dark\/30{background-color:rgba(97,163,199,.3)}.\32xl\:bg-primary-dark\/35{background-color:rgba(97,163,199,.35)}.\32xl\:bg-primary-dark\/40{background-color:rgba(97,163,199,.4)}.\32xl\:bg-primary-dark\/45{background-color:rgba(97,163,199,.45)}.\32xl\:bg-primary-dark\/5{background-color:rgba(97,163,199,.05)}.\32xl\:bg-primary-dark\/50{background-color:rgba(97,163,199,.5)}.\32xl\:bg-primary-dark\/55{background-color:rgba(97,163,199,.55)}.\32xl\:bg-primary-dark\/60{background-color:rgba(97,163,199,.6)}.\32xl\:bg-primary-dark\/65{background-color:rgba(97,163,199,.65)}.\32xl\:bg-primary-dark\/70{background-color:rgba(97,163,199,.7)}.\32xl\:bg-primary-dark\/75{background-color:rgba(97,163,199,.75)}.\32xl\:bg-primary-dark\/80{background-color:rgba(97,163,199,.8)}.\32xl\:bg-primary-dark\/85{background-color:rgba(97,163,199,.85)}.\32xl\:bg-primary-dark\/90{background-color:rgba(97,163,199,.9)}.\32xl\:bg-primary-dark\/95{background-color:rgba(97,163,199,.95)}.\32xl\:bg-primary\/0{background-color:rgba(105,194,242,0)}.\32xl\:bg-primary\/10{background-color:rgba(105,194,242,.1)}.\32xl\:bg-primary\/100{background-color:#69c2f2}.\32xl\:bg-primary\/15{background-color:rgba(105,194,242,.15)}.\32xl\:bg-primary\/20{background-color:rgba(105,194,242,.2)}.\32xl\:bg-primary\/25{background-color:rgba(105,194,242,.25)}.\32xl\:bg-primary\/30{background-color:rgba(105,194,242,.3)}.\32xl\:bg-primary\/35{background-color:rgba(105,194,242,.35)}.\32xl\:bg-primary\/40{background-color:rgba(105,194,242,.4)}.\32xl\:bg-primary\/45{background-color:rgba(105,194,242,.45)}.\32xl\:bg-primary\/5{background-color:rgba(105,194,242,.05)}.\32xl\:bg-primary\/50{background-color:rgba(105,194,242,.5)}.\32xl\:bg-primary\/55{background-color:rgba(105,194,242,.55)}.\32xl\:bg-primary\/60{background-color:rgba(105,194,242,.6)}.\32xl\:bg-primary\/65{background-color:rgba(105,194,242,.65)}.\32xl\:bg-primary\/70{background-color:rgba(105,194,242,.7)}.\32xl\:bg-primary\/75{background-color:rgba(105,194,242,.75)}.\32xl\:bg-primary\/80{background-color:rgba(105,194,242,.8)}.\32xl\:bg-primary\/85{background-color:rgba(105,194,242,.85)}.\32xl\:bg-primary\/90{background-color:rgba(105,194,242,.9)}.\32xl\:bg-primary\/95{background-color:rgba(105,194,242,.95)}.\32xl\:bg-purple-100{--tw-bg-opacity:1;background-color:rgba(243,232,255,var(--tw-bg-opacity))}.\32xl\:bg-purple-100\/0{background-color:rgba(243,232,255,0)}.\32xl\:bg-purple-100\/10{background-color:rgba(243,232,255,.1)}.\32xl\:bg-purple-100\/100{background-color:#f3e8ff}.\32xl\:bg-purple-100\/15{background-color:rgba(243,232,255,.15)}.\32xl\:bg-purple-100\/20{background-color:rgba(243,232,255,.2)}.\32xl\:bg-purple-100\/25{background-color:rgba(243,232,255,.25)}.\32xl\:bg-purple-100\/30{background-color:rgba(243,232,255,.3)}.\32xl\:bg-purple-100\/35{background-color:rgba(243,232,255,.35)}.\32xl\:bg-purple-100\/40{background-color:rgba(243,232,255,.4)}.\32xl\:bg-purple-100\/45{background-color:rgba(243,232,255,.45)}.\32xl\:bg-purple-100\/5{background-color:rgba(243,232,255,.05)}.\32xl\:bg-purple-100\/50{background-color:rgba(243,232,255,.5)}.\32xl\:bg-purple-100\/55{background-color:rgba(243,232,255,.55)}.\32xl\:bg-purple-100\/60{background-color:rgba(243,232,255,.6)}.\32xl\:bg-purple-100\/65{background-color:rgba(243,232,255,.65)}.\32xl\:bg-purple-100\/70{background-color:rgba(243,232,255,.7)}.\32xl\:bg-purple-100\/75{background-color:rgba(243,232,255,.75)}.\32xl\:bg-purple-100\/80{background-color:rgba(243,232,255,.8)}.\32xl\:bg-purple-100\/85{background-color:rgba(243,232,255,.85)}.\32xl\:bg-purple-100\/90{background-color:rgba(243,232,255,.9)}.\32xl\:bg-purple-100\/95{background-color:rgba(243,232,255,.95)}.\32xl\:bg-purple-200{--tw-bg-opacity:1;background-color:rgba(233,213,255,var(--tw-bg-opacity))}.\32xl\:bg-purple-200\/0{background-color:rgba(233,213,255,0)}.\32xl\:bg-purple-200\/10{background-color:rgba(233,213,255,.1)}.\32xl\:bg-purple-200\/100{background-color:#e9d5ff}.\32xl\:bg-purple-200\/15{background-color:rgba(233,213,255,.15)}.\32xl\:bg-purple-200\/20{background-color:rgba(233,213,255,.2)}.\32xl\:bg-purple-200\/25{background-color:rgba(233,213,255,.25)}.\32xl\:bg-purple-200\/30{background-color:rgba(233,213,255,.3)}.\32xl\:bg-purple-200\/35{background-color:rgba(233,213,255,.35)}.\32xl\:bg-purple-200\/40{background-color:rgba(233,213,255,.4)}.\32xl\:bg-purple-200\/45{background-color:rgba(233,213,255,.45)}.\32xl\:bg-purple-200\/5{background-color:rgba(233,213,255,.05)}.\32xl\:bg-purple-200\/50{background-color:rgba(233,213,255,.5)}.\32xl\:bg-purple-200\/55{background-color:rgba(233,213,255,.55)}.\32xl\:bg-purple-200\/60{background-color:rgba(233,213,255,.6)}.\32xl\:bg-purple-200\/65{background-color:rgba(233,213,255,.65)}.\32xl\:bg-purple-200\/70{background-color:rgba(233,213,255,.7)}.\32xl\:bg-purple-200\/75{background-color:rgba(233,213,255,.75)}.\32xl\:bg-purple-200\/80{background-color:rgba(233,213,255,.8)}.\32xl\:bg-purple-200\/85{background-color:rgba(233,213,255,.85)}.\32xl\:bg-purple-200\/90{background-color:rgba(233,213,255,.9)}.\32xl\:bg-purple-200\/95{background-color:rgba(233,213,255,.95)}.\32xl\:bg-purple-300{--tw-bg-opacity:1;background-color:rgba(216,180,254,var(--tw-bg-opacity))}.\32xl\:bg-purple-300\/0{background-color:rgba(216,180,254,0)}.\32xl\:bg-purple-300\/10{background-color:rgba(216,180,254,.1)}.\32xl\:bg-purple-300\/100{background-color:#d8b4fe}.\32xl\:bg-purple-300\/15{background-color:rgba(216,180,254,.15)}.\32xl\:bg-purple-300\/20{background-color:rgba(216,180,254,.2)}.\32xl\:bg-purple-300\/25{background-color:rgba(216,180,254,.25)}.\32xl\:bg-purple-300\/30{background-color:rgba(216,180,254,.3)}.\32xl\:bg-purple-300\/35{background-color:rgba(216,180,254,.35)}.\32xl\:bg-purple-300\/40{background-color:rgba(216,180,254,.4)}.\32xl\:bg-purple-300\/45{background-color:rgba(216,180,254,.45)}.\32xl\:bg-purple-300\/5{background-color:rgba(216,180,254,.05)}.\32xl\:bg-purple-300\/50{background-color:rgba(216,180,254,.5)}.\32xl\:bg-purple-300\/55{background-color:rgba(216,180,254,.55)}.\32xl\:bg-purple-300\/60{background-color:rgba(216,180,254,.6)}.\32xl\:bg-purple-300\/65{background-color:rgba(216,180,254,.65)}.\32xl\:bg-purple-300\/70{background-color:rgba(216,180,254,.7)}.\32xl\:bg-purple-300\/75{background-color:rgba(216,180,254,.75)}.\32xl\:bg-purple-300\/80{background-color:rgba(216,180,254,.8)}.\32xl\:bg-purple-300\/85{background-color:rgba(216,180,254,.85)}.\32xl\:bg-purple-300\/90{background-color:rgba(216,180,254,.9)}.\32xl\:bg-purple-300\/95{background-color:rgba(216,180,254,.95)}.\32xl\:bg-purple-400{--tw-bg-opacity:1;background-color:rgba(192,132,252,var(--tw-bg-opacity))}.\32xl\:bg-purple-400\/0{background-color:rgba(192,132,252,0)}.\32xl\:bg-purple-400\/10{background-color:rgba(192,132,252,.1)}.\32xl\:bg-purple-400\/100{background-color:#c084fc}.\32xl\:bg-purple-400\/15{background-color:rgba(192,132,252,.15)}.\32xl\:bg-purple-400\/20{background-color:rgba(192,132,252,.2)}.\32xl\:bg-purple-400\/25{background-color:rgba(192,132,252,.25)}.\32xl\:bg-purple-400\/30{background-color:rgba(192,132,252,.3)}.\32xl\:bg-purple-400\/35{background-color:rgba(192,132,252,.35)}.\32xl\:bg-purple-400\/40{background-color:rgba(192,132,252,.4)}.\32xl\:bg-purple-400\/45{background-color:rgba(192,132,252,.45)}.\32xl\:bg-purple-400\/5{background-color:rgba(192,132,252,.05)}.\32xl\:bg-purple-400\/50{background-color:rgba(192,132,252,.5)}.\32xl\:bg-purple-400\/55{background-color:rgba(192,132,252,.55)}.\32xl\:bg-purple-400\/60{background-color:rgba(192,132,252,.6)}.\32xl\:bg-purple-400\/65{background-color:rgba(192,132,252,.65)}.\32xl\:bg-purple-400\/70{background-color:rgba(192,132,252,.7)}.\32xl\:bg-purple-400\/75{background-color:rgba(192,132,252,.75)}.\32xl\:bg-purple-400\/80{background-color:rgba(192,132,252,.8)}.\32xl\:bg-purple-400\/85{background-color:rgba(192,132,252,.85)}.\32xl\:bg-purple-400\/90{background-color:rgba(192,132,252,.9)}.\32xl\:bg-purple-400\/95{background-color:rgba(192,132,252,.95)}.\32xl\:bg-purple-50{--tw-bg-opacity:1;background-color:rgba(250,245,255,var(--tw-bg-opacity))}.\32xl\:bg-purple-50\/0{background-color:rgba(250,245,255,0)}.\32xl\:bg-purple-50\/10{background-color:rgba(250,245,255,.1)}.\32xl\:bg-purple-50\/100{background-color:#faf5ff}.\32xl\:bg-purple-50\/15{background-color:rgba(250,245,255,.15)}.\32xl\:bg-purple-50\/20{background-color:rgba(250,245,255,.2)}.\32xl\:bg-purple-50\/25{background-color:rgba(250,245,255,.25)}.\32xl\:bg-purple-50\/30{background-color:rgba(250,245,255,.3)}.\32xl\:bg-purple-50\/35{background-color:rgba(250,245,255,.35)}.\32xl\:bg-purple-50\/40{background-color:rgba(250,245,255,.4)}.\32xl\:bg-purple-50\/45{background-color:rgba(250,245,255,.45)}.\32xl\:bg-purple-50\/5{background-color:rgba(250,245,255,.05)}.\32xl\:bg-purple-50\/50{background-color:rgba(250,245,255,.5)}.\32xl\:bg-purple-50\/55{background-color:rgba(250,245,255,.55)}.\32xl\:bg-purple-50\/60{background-color:rgba(250,245,255,.6)}.\32xl\:bg-purple-50\/65{background-color:rgba(250,245,255,.65)}.\32xl\:bg-purple-50\/70{background-color:rgba(250,245,255,.7)}.\32xl\:bg-purple-50\/75{background-color:rgba(250,245,255,.75)}.\32xl\:bg-purple-50\/80{background-color:rgba(250,245,255,.8)}.\32xl\:bg-purple-50\/85{background-color:rgba(250,245,255,.85)}.\32xl\:bg-purple-50\/90{background-color:rgba(250,245,255,.9)}.\32xl\:bg-purple-50\/95{background-color:rgba(250,245,255,.95)}.\32xl\:bg-purple-500{--tw-bg-opacity:1;background-color:rgba(168,85,247,var(--tw-bg-opacity))}.\32xl\:bg-purple-500\/0{background-color:rgba(168,85,247,0)}.\32xl\:bg-purple-500\/10{background-color:rgba(168,85,247,.1)}.\32xl\:bg-purple-500\/100{background-color:#a855f7}.\32xl\:bg-purple-500\/15{background-color:rgba(168,85,247,.15)}.\32xl\:bg-purple-500\/20{background-color:rgba(168,85,247,.2)}.\32xl\:bg-purple-500\/25{background-color:rgba(168,85,247,.25)}.\32xl\:bg-purple-500\/30{background-color:rgba(168,85,247,.3)}.\32xl\:bg-purple-500\/35{background-color:rgba(168,85,247,.35)}.\32xl\:bg-purple-500\/40{background-color:rgba(168,85,247,.4)}.\32xl\:bg-purple-500\/45{background-color:rgba(168,85,247,.45)}.\32xl\:bg-purple-500\/5{background-color:rgba(168,85,247,.05)}.\32xl\:bg-purple-500\/50{background-color:rgba(168,85,247,.5)}.\32xl\:bg-purple-500\/55{background-color:rgba(168,85,247,.55)}.\32xl\:bg-purple-500\/60{background-color:rgba(168,85,247,.6)}.\32xl\:bg-purple-500\/65{background-color:rgba(168,85,247,.65)}.\32xl\:bg-purple-500\/70{background-color:rgba(168,85,247,.7)}.\32xl\:bg-purple-500\/75{background-color:rgba(168,85,247,.75)}.\32xl\:bg-purple-500\/80{background-color:rgba(168,85,247,.8)}.\32xl\:bg-purple-500\/85{background-color:rgba(168,85,247,.85)}.\32xl\:bg-purple-500\/90{background-color:rgba(168,85,247,.9)}.\32xl\:bg-purple-500\/95{background-color:rgba(168,85,247,.95)}.\32xl\:bg-purple-600{--tw-bg-opacity:1;background-color:rgba(147,51,234,var(--tw-bg-opacity))}.\32xl\:bg-purple-600\/0{background-color:rgba(147,51,234,0)}.\32xl\:bg-purple-600\/10{background-color:rgba(147,51,234,.1)}.\32xl\:bg-purple-600\/100{background-color:#9333ea}.\32xl\:bg-purple-600\/15{background-color:rgba(147,51,234,.15)}.\32xl\:bg-purple-600\/20{background-color:rgba(147,51,234,.2)}.\32xl\:bg-purple-600\/25{background-color:rgba(147,51,234,.25)}.\32xl\:bg-purple-600\/30{background-color:rgba(147,51,234,.3)}.\32xl\:bg-purple-600\/35{background-color:rgba(147,51,234,.35)}.\32xl\:bg-purple-600\/40{background-color:rgba(147,51,234,.4)}.\32xl\:bg-purple-600\/45{background-color:rgba(147,51,234,.45)}.\32xl\:bg-purple-600\/5{background-color:rgba(147,51,234,.05)}.\32xl\:bg-purple-600\/50{background-color:rgba(147,51,234,.5)}.\32xl\:bg-purple-600\/55{background-color:rgba(147,51,234,.55)}.\32xl\:bg-purple-600\/60{background-color:rgba(147,51,234,.6)}.\32xl\:bg-purple-600\/65{background-color:rgba(147,51,234,.65)}.\32xl\:bg-purple-600\/70{background-color:rgba(147,51,234,.7)}.\32xl\:bg-purple-600\/75{background-color:rgba(147,51,234,.75)}.\32xl\:bg-purple-600\/80{background-color:rgba(147,51,234,.8)}.\32xl\:bg-purple-600\/85{background-color:rgba(147,51,234,.85)}.\32xl\:bg-purple-600\/90{background-color:rgba(147,51,234,.9)}.\32xl\:bg-purple-600\/95{background-color:rgba(147,51,234,.95)}.\32xl\:bg-purple-700{--tw-bg-opacity:1;background-color:rgba(126,34,206,var(--tw-bg-opacity))}.\32xl\:bg-purple-700\/0{background-color:rgba(126,34,206,0)}.\32xl\:bg-purple-700\/10{background-color:rgba(126,34,206,.1)}.\32xl\:bg-purple-700\/100{background-color:#7e22ce}.\32xl\:bg-purple-700\/15{background-color:rgba(126,34,206,.15)}.\32xl\:bg-purple-700\/20{background-color:rgba(126,34,206,.2)}.\32xl\:bg-purple-700\/25{background-color:rgba(126,34,206,.25)}.\32xl\:bg-purple-700\/30{background-color:rgba(126,34,206,.3)}.\32xl\:bg-purple-700\/35{background-color:rgba(126,34,206,.35)}.\32xl\:bg-purple-700\/40{background-color:rgba(126,34,206,.4)}.\32xl\:bg-purple-700\/45{background-color:rgba(126,34,206,.45)}.\32xl\:bg-purple-700\/5{background-color:rgba(126,34,206,.05)}.\32xl\:bg-purple-700\/50{background-color:rgba(126,34,206,.5)}.\32xl\:bg-purple-700\/55{background-color:rgba(126,34,206,.55)}.\32xl\:bg-purple-700\/60{background-color:rgba(126,34,206,.6)}.\32xl\:bg-purple-700\/65{background-color:rgba(126,34,206,.65)}.\32xl\:bg-purple-700\/70{background-color:rgba(126,34,206,.7)}.\32xl\:bg-purple-700\/75{background-color:rgba(126,34,206,.75)}.\32xl\:bg-purple-700\/80{background-color:rgba(126,34,206,.8)}.\32xl\:bg-purple-700\/85{background-color:rgba(126,34,206,.85)}.\32xl\:bg-purple-700\/90{background-color:rgba(126,34,206,.9)}.\32xl\:bg-purple-700\/95{background-color:rgba(126,34,206,.95)}.\32xl\:bg-purple-800{--tw-bg-opacity:1;background-color:rgba(107,33,168,var(--tw-bg-opacity))}.\32xl\:bg-purple-800\/0{background-color:rgba(107,33,168,0)}.\32xl\:bg-purple-800\/10{background-color:rgba(107,33,168,.1)}.\32xl\:bg-purple-800\/100{background-color:#6b21a8}.\32xl\:bg-purple-800\/15{background-color:rgba(107,33,168,.15)}.\32xl\:bg-purple-800\/20{background-color:rgba(107,33,168,.2)}.\32xl\:bg-purple-800\/25{background-color:rgba(107,33,168,.25)}.\32xl\:bg-purple-800\/30{background-color:rgba(107,33,168,.3)}.\32xl\:bg-purple-800\/35{background-color:rgba(107,33,168,.35)}.\32xl\:bg-purple-800\/40{background-color:rgba(107,33,168,.4)}.\32xl\:bg-purple-800\/45{background-color:rgba(107,33,168,.45)}.\32xl\:bg-purple-800\/5{background-color:rgba(107,33,168,.05)}.\32xl\:bg-purple-800\/50{background-color:rgba(107,33,168,.5)}.\32xl\:bg-purple-800\/55{background-color:rgba(107,33,168,.55)}.\32xl\:bg-purple-800\/60{background-color:rgba(107,33,168,.6)}.\32xl\:bg-purple-800\/65{background-color:rgba(107,33,168,.65)}.\32xl\:bg-purple-800\/70{background-color:rgba(107,33,168,.7)}.\32xl\:bg-purple-800\/75{background-color:rgba(107,33,168,.75)}.\32xl\:bg-purple-800\/80{background-color:rgba(107,33,168,.8)}.\32xl\:bg-purple-800\/85{background-color:rgba(107,33,168,.85)}.\32xl\:bg-purple-800\/90{background-color:rgba(107,33,168,.9)}.\32xl\:bg-purple-800\/95{background-color:rgba(107,33,168,.95)}.\32xl\:bg-purple-900{--tw-bg-opacity:1;background-color:rgba(88,28,135,var(--tw-bg-opacity))}.\32xl\:bg-purple-900\/0{background-color:rgba(88,28,135,0)}.\32xl\:bg-purple-900\/10{background-color:rgba(88,28,135,.1)}.\32xl\:bg-purple-900\/100{background-color:#581c87}.\32xl\:bg-purple-900\/15{background-color:rgba(88,28,135,.15)}.\32xl\:bg-purple-900\/20{background-color:rgba(88,28,135,.2)}.\32xl\:bg-purple-900\/25{background-color:rgba(88,28,135,.25)}.\32xl\:bg-purple-900\/30{background-color:rgba(88,28,135,.3)}.\32xl\:bg-purple-900\/35{background-color:rgba(88,28,135,.35)}.\32xl\:bg-purple-900\/40{background-color:rgba(88,28,135,.4)}.\32xl\:bg-purple-900\/45{background-color:rgba(88,28,135,.45)}.\32xl\:bg-purple-900\/5{background-color:rgba(88,28,135,.05)}.\32xl\:bg-purple-900\/50{background-color:rgba(88,28,135,.5)}.\32xl\:bg-purple-900\/55{background-color:rgba(88,28,135,.55)}.\32xl\:bg-purple-900\/60{background-color:rgba(88,28,135,.6)}.\32xl\:bg-purple-900\/65{background-color:rgba(88,28,135,.65)}.\32xl\:bg-purple-900\/70{background-color:rgba(88,28,135,.7)}.\32xl\:bg-purple-900\/75{background-color:rgba(88,28,135,.75)}.\32xl\:bg-purple-900\/80{background-color:rgba(88,28,135,.8)}.\32xl\:bg-purple-900\/85{background-color:rgba(88,28,135,.85)}.\32xl\:bg-purple-900\/90{background-color:rgba(88,28,135,.9)}.\32xl\:bg-purple-900\/95{background-color:rgba(88,28,135,.95)}.\32xl\:bg-purple-950{--tw-bg-opacity:1;background-color:rgba(59,7,100,var(--tw-bg-opacity))}.\32xl\:bg-purple-950\/0{background-color:rgba(59,7,100,0)}.\32xl\:bg-purple-950\/10{background-color:rgba(59,7,100,.1)}.\32xl\:bg-purple-950\/100{background-color:#3b0764}.\32xl\:bg-purple-950\/15{background-color:rgba(59,7,100,.15)}.\32xl\:bg-purple-950\/20{background-color:rgba(59,7,100,.2)}.\32xl\:bg-purple-950\/25{background-color:rgba(59,7,100,.25)}.\32xl\:bg-purple-950\/30{background-color:rgba(59,7,100,.3)}.\32xl\:bg-purple-950\/35{background-color:rgba(59,7,100,.35)}.\32xl\:bg-purple-950\/40{background-color:rgba(59,7,100,.4)}.\32xl\:bg-purple-950\/45{background-color:rgba(59,7,100,.45)}.\32xl\:bg-purple-950\/5{background-color:rgba(59,7,100,.05)}.\32xl\:bg-purple-950\/50{background-color:rgba(59,7,100,.5)}.\32xl\:bg-purple-950\/55{background-color:rgba(59,7,100,.55)}.\32xl\:bg-purple-950\/60{background-color:rgba(59,7,100,.6)}.\32xl\:bg-purple-950\/65{background-color:rgba(59,7,100,.65)}.\32xl\:bg-purple-950\/70{background-color:rgba(59,7,100,.7)}.\32xl\:bg-purple-950\/75{background-color:rgba(59,7,100,.75)}.\32xl\:bg-purple-950\/80{background-color:rgba(59,7,100,.8)}.\32xl\:bg-purple-950\/85{background-color:rgba(59,7,100,.85)}.\32xl\:bg-purple-950\/90{background-color:rgba(59,7,100,.9)}.\32xl\:bg-purple-950\/95{background-color:rgba(59,7,100,.95)}.\32xl\:bg-red-100{--tw-bg-opacity:1;background-color:rgba(254,226,226,var(--tw-bg-opacity))}.\32xl\:bg-red-100\/0{background-color:hsla(0,93%,94%,0)}.\32xl\:bg-red-100\/10{background-color:hsla(0,93%,94%,.1)}.\32xl\:bg-red-100\/100{background-color:#fee2e2}.\32xl\:bg-red-100\/15{background-color:hsla(0,93%,94%,.15)}.\32xl\:bg-red-100\/20{background-color:hsla(0,93%,94%,.2)}.\32xl\:bg-red-100\/25{background-color:hsla(0,93%,94%,.25)}.\32xl\:bg-red-100\/30{background-color:hsla(0,93%,94%,.3)}.\32xl\:bg-red-100\/35{background-color:hsla(0,93%,94%,.35)}.\32xl\:bg-red-100\/40{background-color:hsla(0,93%,94%,.4)}.\32xl\:bg-red-100\/45{background-color:hsla(0,93%,94%,.45)}.\32xl\:bg-red-100\/5{background-color:hsla(0,93%,94%,.05)}.\32xl\:bg-red-100\/50{background-color:hsla(0,93%,94%,.5)}.\32xl\:bg-red-100\/55{background-color:hsla(0,93%,94%,.55)}.\32xl\:bg-red-100\/60{background-color:hsla(0,93%,94%,.6)}.\32xl\:bg-red-100\/65{background-color:hsla(0,93%,94%,.65)}.\32xl\:bg-red-100\/70{background-color:hsla(0,93%,94%,.7)}.\32xl\:bg-red-100\/75{background-color:hsla(0,93%,94%,.75)}.\32xl\:bg-red-100\/80{background-color:hsla(0,93%,94%,.8)}.\32xl\:bg-red-100\/85{background-color:hsla(0,93%,94%,.85)}.\32xl\:bg-red-100\/90{background-color:hsla(0,93%,94%,.9)}.\32xl\:bg-red-100\/95{background-color:hsla(0,93%,94%,.95)}.\32xl\:bg-red-200{--tw-bg-opacity:1;background-color:rgba(254,202,202,var(--tw-bg-opacity))}.\32xl\:bg-red-200\/0{background-color:hsla(0,96%,89%,0)}.\32xl\:bg-red-200\/10{background-color:hsla(0,96%,89%,.1)}.\32xl\:bg-red-200\/100{background-color:#fecaca}.\32xl\:bg-red-200\/15{background-color:hsla(0,96%,89%,.15)}.\32xl\:bg-red-200\/20{background-color:hsla(0,96%,89%,.2)}.\32xl\:bg-red-200\/25{background-color:hsla(0,96%,89%,.25)}.\32xl\:bg-red-200\/30{background-color:hsla(0,96%,89%,.3)}.\32xl\:bg-red-200\/35{background-color:hsla(0,96%,89%,.35)}.\32xl\:bg-red-200\/40{background-color:hsla(0,96%,89%,.4)}.\32xl\:bg-red-200\/45{background-color:hsla(0,96%,89%,.45)}.\32xl\:bg-red-200\/5{background-color:hsla(0,96%,89%,.05)}.\32xl\:bg-red-200\/50{background-color:hsla(0,96%,89%,.5)}.\32xl\:bg-red-200\/55{background-color:hsla(0,96%,89%,.55)}.\32xl\:bg-red-200\/60{background-color:hsla(0,96%,89%,.6)}.\32xl\:bg-red-200\/65{background-color:hsla(0,96%,89%,.65)}.\32xl\:bg-red-200\/70{background-color:hsla(0,96%,89%,.7)}.\32xl\:bg-red-200\/75{background-color:hsla(0,96%,89%,.75)}.\32xl\:bg-red-200\/80{background-color:hsla(0,96%,89%,.8)}.\32xl\:bg-red-200\/85{background-color:hsla(0,96%,89%,.85)}.\32xl\:bg-red-200\/90{background-color:hsla(0,96%,89%,.9)}.\32xl\:bg-red-200\/95{background-color:hsla(0,96%,89%,.95)}.\32xl\:bg-red-300{--tw-bg-opacity:1;background-color:rgba(252,165,165,var(--tw-bg-opacity))}.\32xl\:bg-red-300\/0{background-color:hsla(0,94%,82%,0)}.\32xl\:bg-red-300\/10{background-color:hsla(0,94%,82%,.1)}.\32xl\:bg-red-300\/100{background-color:#fca5a5}.\32xl\:bg-red-300\/15{background-color:hsla(0,94%,82%,.15)}.\32xl\:bg-red-300\/20{background-color:hsla(0,94%,82%,.2)}.\32xl\:bg-red-300\/25{background-color:hsla(0,94%,82%,.25)}.\32xl\:bg-red-300\/30{background-color:hsla(0,94%,82%,.3)}.\32xl\:bg-red-300\/35{background-color:hsla(0,94%,82%,.35)}.\32xl\:bg-red-300\/40{background-color:hsla(0,94%,82%,.4)}.\32xl\:bg-red-300\/45{background-color:hsla(0,94%,82%,.45)}.\32xl\:bg-red-300\/5{background-color:hsla(0,94%,82%,.05)}.\32xl\:bg-red-300\/50{background-color:hsla(0,94%,82%,.5)}.\32xl\:bg-red-300\/55{background-color:hsla(0,94%,82%,.55)}.\32xl\:bg-red-300\/60{background-color:hsla(0,94%,82%,.6)}.\32xl\:bg-red-300\/65{background-color:hsla(0,94%,82%,.65)}.\32xl\:bg-red-300\/70{background-color:hsla(0,94%,82%,.7)}.\32xl\:bg-red-300\/75{background-color:hsla(0,94%,82%,.75)}.\32xl\:bg-red-300\/80{background-color:hsla(0,94%,82%,.8)}.\32xl\:bg-red-300\/85{background-color:hsla(0,94%,82%,.85)}.\32xl\:bg-red-300\/90{background-color:hsla(0,94%,82%,.9)}.\32xl\:bg-red-300\/95{background-color:hsla(0,94%,82%,.95)}.\32xl\:bg-red-400{--tw-bg-opacity:1;background-color:rgba(248,113,113,var(--tw-bg-opacity))}.\32xl\:bg-red-400\/0{background-color:hsla(0,91%,71%,0)}.\32xl\:bg-red-400\/10{background-color:hsla(0,91%,71%,.1)}.\32xl\:bg-red-400\/100{background-color:#f87171}.\32xl\:bg-red-400\/15{background-color:hsla(0,91%,71%,.15)}.\32xl\:bg-red-400\/20{background-color:hsla(0,91%,71%,.2)}.\32xl\:bg-red-400\/25{background-color:hsla(0,91%,71%,.25)}.\32xl\:bg-red-400\/30{background-color:hsla(0,91%,71%,.3)}.\32xl\:bg-red-400\/35{background-color:hsla(0,91%,71%,.35)}.\32xl\:bg-red-400\/40{background-color:hsla(0,91%,71%,.4)}.\32xl\:bg-red-400\/45{background-color:hsla(0,91%,71%,.45)}.\32xl\:bg-red-400\/5{background-color:hsla(0,91%,71%,.05)}.\32xl\:bg-red-400\/50{background-color:hsla(0,91%,71%,.5)}.\32xl\:bg-red-400\/55{background-color:hsla(0,91%,71%,.55)}.\32xl\:bg-red-400\/60{background-color:hsla(0,91%,71%,.6)}.\32xl\:bg-red-400\/65{background-color:hsla(0,91%,71%,.65)}.\32xl\:bg-red-400\/70{background-color:hsla(0,91%,71%,.7)}.\32xl\:bg-red-400\/75{background-color:hsla(0,91%,71%,.75)}.\32xl\:bg-red-400\/80{background-color:hsla(0,91%,71%,.8)}.\32xl\:bg-red-400\/85{background-color:hsla(0,91%,71%,.85)}.\32xl\:bg-red-400\/90{background-color:hsla(0,91%,71%,.9)}.\32xl\:bg-red-400\/95{background-color:hsla(0,91%,71%,.95)}.\32xl\:bg-red-50{--tw-bg-opacity:1;background-color:rgba(254,242,242,var(--tw-bg-opacity))}.\32xl\:bg-red-50\/0{background-color:hsla(0,86%,97%,0)}.\32xl\:bg-red-50\/10{background-color:hsla(0,86%,97%,.1)}.\32xl\:bg-red-50\/100{background-color:#fef2f2}.\32xl\:bg-red-50\/15{background-color:hsla(0,86%,97%,.15)}.\32xl\:bg-red-50\/20{background-color:hsla(0,86%,97%,.2)}.\32xl\:bg-red-50\/25{background-color:hsla(0,86%,97%,.25)}.\32xl\:bg-red-50\/30{background-color:hsla(0,86%,97%,.3)}.\32xl\:bg-red-50\/35{background-color:hsla(0,86%,97%,.35)}.\32xl\:bg-red-50\/40{background-color:hsla(0,86%,97%,.4)}.\32xl\:bg-red-50\/45{background-color:hsla(0,86%,97%,.45)}.\32xl\:bg-red-50\/5{background-color:hsla(0,86%,97%,.05)}.\32xl\:bg-red-50\/50{background-color:hsla(0,86%,97%,.5)}.\32xl\:bg-red-50\/55{background-color:hsla(0,86%,97%,.55)}.\32xl\:bg-red-50\/60{background-color:hsla(0,86%,97%,.6)}.\32xl\:bg-red-50\/65{background-color:hsla(0,86%,97%,.65)}.\32xl\:bg-red-50\/70{background-color:hsla(0,86%,97%,.7)}.\32xl\:bg-red-50\/75{background-color:hsla(0,86%,97%,.75)}.\32xl\:bg-red-50\/80{background-color:hsla(0,86%,97%,.8)}.\32xl\:bg-red-50\/85{background-color:hsla(0,86%,97%,.85)}.\32xl\:bg-red-50\/90{background-color:hsla(0,86%,97%,.9)}.\32xl\:bg-red-50\/95{background-color:hsla(0,86%,97%,.95)}.\32xl\:bg-red-500{--tw-bg-opacity:1;background-color:rgba(239,68,68,var(--tw-bg-opacity))}.\32xl\:bg-red-500\/0{background-color:rgba(239,68,68,0)}.\32xl\:bg-red-500\/10{background-color:rgba(239,68,68,.1)}.\32xl\:bg-red-500\/100{background-color:#ef4444}.\32xl\:bg-red-500\/15{background-color:rgba(239,68,68,.15)}.\32xl\:bg-red-500\/20{background-color:rgba(239,68,68,.2)}.\32xl\:bg-red-500\/25{background-color:rgba(239,68,68,.25)}.\32xl\:bg-red-500\/30{background-color:rgba(239,68,68,.3)}.\32xl\:bg-red-500\/35{background-color:rgba(239,68,68,.35)}.\32xl\:bg-red-500\/40{background-color:rgba(239,68,68,.4)}.\32xl\:bg-red-500\/45{background-color:rgba(239,68,68,.45)}.\32xl\:bg-red-500\/5{background-color:rgba(239,68,68,.05)}.\32xl\:bg-red-500\/50{background-color:rgba(239,68,68,.5)}.\32xl\:bg-red-500\/55{background-color:rgba(239,68,68,.55)}.\32xl\:bg-red-500\/60{background-color:rgba(239,68,68,.6)}.\32xl\:bg-red-500\/65{background-color:rgba(239,68,68,.65)}.\32xl\:bg-red-500\/70{background-color:rgba(239,68,68,.7)}.\32xl\:bg-red-500\/75{background-color:rgba(239,68,68,.75)}.\32xl\:bg-red-500\/80{background-color:rgba(239,68,68,.8)}.\32xl\:bg-red-500\/85{background-color:rgba(239,68,68,.85)}.\32xl\:bg-red-500\/90{background-color:rgba(239,68,68,.9)}.\32xl\:bg-red-500\/95{background-color:rgba(239,68,68,.95)}.\32xl\:bg-red-600{--tw-bg-opacity:1;background-color:rgba(220,38,38,var(--tw-bg-opacity))}.\32xl\:bg-red-600\/0{background-color:rgba(220,38,38,0)}.\32xl\:bg-red-600\/10{background-color:rgba(220,38,38,.1)}.\32xl\:bg-red-600\/100{background-color:#dc2626}.\32xl\:bg-red-600\/15{background-color:rgba(220,38,38,.15)}.\32xl\:bg-red-600\/20{background-color:rgba(220,38,38,.2)}.\32xl\:bg-red-600\/25{background-color:rgba(220,38,38,.25)}.\32xl\:bg-red-600\/30{background-color:rgba(220,38,38,.3)}.\32xl\:bg-red-600\/35{background-color:rgba(220,38,38,.35)}.\32xl\:bg-red-600\/40{background-color:rgba(220,38,38,.4)}.\32xl\:bg-red-600\/45{background-color:rgba(220,38,38,.45)}.\32xl\:bg-red-600\/5{background-color:rgba(220,38,38,.05)}.\32xl\:bg-red-600\/50{background-color:rgba(220,38,38,.5)}.\32xl\:bg-red-600\/55{background-color:rgba(220,38,38,.55)}.\32xl\:bg-red-600\/60{background-color:rgba(220,38,38,.6)}.\32xl\:bg-red-600\/65{background-color:rgba(220,38,38,.65)}.\32xl\:bg-red-600\/70{background-color:rgba(220,38,38,.7)}.\32xl\:bg-red-600\/75{background-color:rgba(220,38,38,.75)}.\32xl\:bg-red-600\/80{background-color:rgba(220,38,38,.8)}.\32xl\:bg-red-600\/85{background-color:rgba(220,38,38,.85)}.\32xl\:bg-red-600\/90{background-color:rgba(220,38,38,.9)}.\32xl\:bg-red-600\/95{background-color:rgba(220,38,38,.95)}.\32xl\:bg-red-700{--tw-bg-opacity:1;background-color:rgba(185,28,28,var(--tw-bg-opacity))}.\32xl\:bg-red-700\/0{background-color:rgba(185,28,28,0)}.\32xl\:bg-red-700\/10{background-color:rgba(185,28,28,.1)}.\32xl\:bg-red-700\/100{background-color:#b91c1c}.\32xl\:bg-red-700\/15{background-color:rgba(185,28,28,.15)}.\32xl\:bg-red-700\/20{background-color:rgba(185,28,28,.2)}.\32xl\:bg-red-700\/25{background-color:rgba(185,28,28,.25)}.\32xl\:bg-red-700\/30{background-color:rgba(185,28,28,.3)}.\32xl\:bg-red-700\/35{background-color:rgba(185,28,28,.35)}.\32xl\:bg-red-700\/40{background-color:rgba(185,28,28,.4)}.\32xl\:bg-red-700\/45{background-color:rgba(185,28,28,.45)}.\32xl\:bg-red-700\/5{background-color:rgba(185,28,28,.05)}.\32xl\:bg-red-700\/50{background-color:rgba(185,28,28,.5)}.\32xl\:bg-red-700\/55{background-color:rgba(185,28,28,.55)}.\32xl\:bg-red-700\/60{background-color:rgba(185,28,28,.6)}.\32xl\:bg-red-700\/65{background-color:rgba(185,28,28,.65)}.\32xl\:bg-red-700\/70{background-color:rgba(185,28,28,.7)}.\32xl\:bg-red-700\/75{background-color:rgba(185,28,28,.75)}.\32xl\:bg-red-700\/80{background-color:rgba(185,28,28,.8)}.\32xl\:bg-red-700\/85{background-color:rgba(185,28,28,.85)}.\32xl\:bg-red-700\/90{background-color:rgba(185,28,28,.9)}.\32xl\:bg-red-700\/95{background-color:rgba(185,28,28,.95)}.\32xl\:bg-red-800{--tw-bg-opacity:1;background-color:rgba(153,27,27,var(--tw-bg-opacity))}.\32xl\:bg-red-800\/0{background-color:rgba(153,27,27,0)}.\32xl\:bg-red-800\/10{background-color:rgba(153,27,27,.1)}.\32xl\:bg-red-800\/100{background-color:#991b1b}.\32xl\:bg-red-800\/15{background-color:rgba(153,27,27,.15)}.\32xl\:bg-red-800\/20{background-color:rgba(153,27,27,.2)}.\32xl\:bg-red-800\/25{background-color:rgba(153,27,27,.25)}.\32xl\:bg-red-800\/30{background-color:rgba(153,27,27,.3)}.\32xl\:bg-red-800\/35{background-color:rgba(153,27,27,.35)}.\32xl\:bg-red-800\/40{background-color:rgba(153,27,27,.4)}.\32xl\:bg-red-800\/45{background-color:rgba(153,27,27,.45)}.\32xl\:bg-red-800\/5{background-color:rgba(153,27,27,.05)}.\32xl\:bg-red-800\/50{background-color:rgba(153,27,27,.5)}.\32xl\:bg-red-800\/55{background-color:rgba(153,27,27,.55)}.\32xl\:bg-red-800\/60{background-color:rgba(153,27,27,.6)}.\32xl\:bg-red-800\/65{background-color:rgba(153,27,27,.65)}.\32xl\:bg-red-800\/70{background-color:rgba(153,27,27,.7)}.\32xl\:bg-red-800\/75{background-color:rgba(153,27,27,.75)}.\32xl\:bg-red-800\/80{background-color:rgba(153,27,27,.8)}.\32xl\:bg-red-800\/85{background-color:rgba(153,27,27,.85)}.\32xl\:bg-red-800\/90{background-color:rgba(153,27,27,.9)}.\32xl\:bg-red-800\/95{background-color:rgba(153,27,27,.95)}.\32xl\:bg-red-900{--tw-bg-opacity:1;background-color:rgba(127,29,29,var(--tw-bg-opacity))}.\32xl\:bg-red-900\/0{background-color:rgba(127,29,29,0)}.\32xl\:bg-red-900\/10{background-color:rgba(127,29,29,.1)}.\32xl\:bg-red-900\/100{background-color:#7f1d1d}.\32xl\:bg-red-900\/15{background-color:rgba(127,29,29,.15)}.\32xl\:bg-red-900\/20{background-color:rgba(127,29,29,.2)}.\32xl\:bg-red-900\/25{background-color:rgba(127,29,29,.25)}.\32xl\:bg-red-900\/30{background-color:rgba(127,29,29,.3)}.\32xl\:bg-red-900\/35{background-color:rgba(127,29,29,.35)}.\32xl\:bg-red-900\/40{background-color:rgba(127,29,29,.4)}.\32xl\:bg-red-900\/45{background-color:rgba(127,29,29,.45)}.\32xl\:bg-red-900\/5{background-color:rgba(127,29,29,.05)}.\32xl\:bg-red-900\/50{background-color:rgba(127,29,29,.5)}.\32xl\:bg-red-900\/55{background-color:rgba(127,29,29,.55)}.\32xl\:bg-red-900\/60{background-color:rgba(127,29,29,.6)}.\32xl\:bg-red-900\/65{background-color:rgba(127,29,29,.65)}.\32xl\:bg-red-900\/70{background-color:rgba(127,29,29,.7)}.\32xl\:bg-red-900\/75{background-color:rgba(127,29,29,.75)}.\32xl\:bg-red-900\/80{background-color:rgba(127,29,29,.8)}.\32xl\:bg-red-900\/85{background-color:rgba(127,29,29,.85)}.\32xl\:bg-red-900\/90{background-color:rgba(127,29,29,.9)}.\32xl\:bg-red-900\/95{background-color:rgba(127,29,29,.95)}.\32xl\:bg-red-950{--tw-bg-opacity:1;background-color:rgba(69,10,10,var(--tw-bg-opacity))}.\32xl\:bg-red-950\/0{background-color:rgba(69,10,10,0)}.\32xl\:bg-red-950\/10{background-color:rgba(69,10,10,.1)}.\32xl\:bg-red-950\/100{background-color:#450a0a}.\32xl\:bg-red-950\/15{background-color:rgba(69,10,10,.15)}.\32xl\:bg-red-950\/20{background-color:rgba(69,10,10,.2)}.\32xl\:bg-red-950\/25{background-color:rgba(69,10,10,.25)}.\32xl\:bg-red-950\/30{background-color:rgba(69,10,10,.3)}.\32xl\:bg-red-950\/35{background-color:rgba(69,10,10,.35)}.\32xl\:bg-red-950\/40{background-color:rgba(69,10,10,.4)}.\32xl\:bg-red-950\/45{background-color:rgba(69,10,10,.45)}.\32xl\:bg-red-950\/5{background-color:rgba(69,10,10,.05)}.\32xl\:bg-red-950\/50{background-color:rgba(69,10,10,.5)}.\32xl\:bg-red-950\/55{background-color:rgba(69,10,10,.55)}.\32xl\:bg-red-950\/60{background-color:rgba(69,10,10,.6)}.\32xl\:bg-red-950\/65{background-color:rgba(69,10,10,.65)}.\32xl\:bg-red-950\/70{background-color:rgba(69,10,10,.7)}.\32xl\:bg-red-950\/75{background-color:rgba(69,10,10,.75)}.\32xl\:bg-red-950\/80{background-color:rgba(69,10,10,.8)}.\32xl\:bg-red-950\/85{background-color:rgba(69,10,10,.85)}.\32xl\:bg-red-950\/90{background-color:rgba(69,10,10,.9)}.\32xl\:bg-red-950\/95{background-color:rgba(69,10,10,.95)}.\32xl\:bg-rose-100{--tw-bg-opacity:1;background-color:rgba(255,228,230,var(--tw-bg-opacity))}.\32xl\:bg-rose-100\/0{background-color:rgba(255,228,230,0)}.\32xl\:bg-rose-100\/10{background-color:rgba(255,228,230,.1)}.\32xl\:bg-rose-100\/100{background-color:#ffe4e6}.\32xl\:bg-rose-100\/15{background-color:rgba(255,228,230,.15)}.\32xl\:bg-rose-100\/20{background-color:rgba(255,228,230,.2)}.\32xl\:bg-rose-100\/25{background-color:rgba(255,228,230,.25)}.\32xl\:bg-rose-100\/30{background-color:rgba(255,228,230,.3)}.\32xl\:bg-rose-100\/35{background-color:rgba(255,228,230,.35)}.\32xl\:bg-rose-100\/40{background-color:rgba(255,228,230,.4)}.\32xl\:bg-rose-100\/45{background-color:rgba(255,228,230,.45)}.\32xl\:bg-rose-100\/5{background-color:rgba(255,228,230,.05)}.\32xl\:bg-rose-100\/50{background-color:rgba(255,228,230,.5)}.\32xl\:bg-rose-100\/55{background-color:rgba(255,228,230,.55)}.\32xl\:bg-rose-100\/60{background-color:rgba(255,228,230,.6)}.\32xl\:bg-rose-100\/65{background-color:rgba(255,228,230,.65)}.\32xl\:bg-rose-100\/70{background-color:rgba(255,228,230,.7)}.\32xl\:bg-rose-100\/75{background-color:rgba(255,228,230,.75)}.\32xl\:bg-rose-100\/80{background-color:rgba(255,228,230,.8)}.\32xl\:bg-rose-100\/85{background-color:rgba(255,228,230,.85)}.\32xl\:bg-rose-100\/90{background-color:rgba(255,228,230,.9)}.\32xl\:bg-rose-100\/95{background-color:rgba(255,228,230,.95)}.\32xl\:bg-rose-200{--tw-bg-opacity:1;background-color:rgba(254,205,211,var(--tw-bg-opacity))}.\32xl\:bg-rose-200\/0{background-color:rgba(254,205,211,0)}.\32xl\:bg-rose-200\/10{background-color:rgba(254,205,211,.1)}.\32xl\:bg-rose-200\/100{background-color:#fecdd3}.\32xl\:bg-rose-200\/15{background-color:rgba(254,205,211,.15)}.\32xl\:bg-rose-200\/20{background-color:rgba(254,205,211,.2)}.\32xl\:bg-rose-200\/25{background-color:rgba(254,205,211,.25)}.\32xl\:bg-rose-200\/30{background-color:rgba(254,205,211,.3)}.\32xl\:bg-rose-200\/35{background-color:rgba(254,205,211,.35)}.\32xl\:bg-rose-200\/40{background-color:rgba(254,205,211,.4)}.\32xl\:bg-rose-200\/45{background-color:rgba(254,205,211,.45)}.\32xl\:bg-rose-200\/5{background-color:rgba(254,205,211,.05)}.\32xl\:bg-rose-200\/50{background-color:rgba(254,205,211,.5)}.\32xl\:bg-rose-200\/55{background-color:rgba(254,205,211,.55)}.\32xl\:bg-rose-200\/60{background-color:rgba(254,205,211,.6)}.\32xl\:bg-rose-200\/65{background-color:rgba(254,205,211,.65)}.\32xl\:bg-rose-200\/70{background-color:rgba(254,205,211,.7)}.\32xl\:bg-rose-200\/75{background-color:rgba(254,205,211,.75)}.\32xl\:bg-rose-200\/80{background-color:rgba(254,205,211,.8)}.\32xl\:bg-rose-200\/85{background-color:rgba(254,205,211,.85)}.\32xl\:bg-rose-200\/90{background-color:rgba(254,205,211,.9)}.\32xl\:bg-rose-200\/95{background-color:rgba(254,205,211,.95)}.\32xl\:bg-rose-300{--tw-bg-opacity:1;background-color:rgba(253,164,175,var(--tw-bg-opacity))}.\32xl\:bg-rose-300\/0{background-color:rgba(253,164,175,0)}.\32xl\:bg-rose-300\/10{background-color:rgba(253,164,175,.1)}.\32xl\:bg-rose-300\/100{background-color:#fda4af}.\32xl\:bg-rose-300\/15{background-color:rgba(253,164,175,.15)}.\32xl\:bg-rose-300\/20{background-color:rgba(253,164,175,.2)}.\32xl\:bg-rose-300\/25{background-color:rgba(253,164,175,.25)}.\32xl\:bg-rose-300\/30{background-color:rgba(253,164,175,.3)}.\32xl\:bg-rose-300\/35{background-color:rgba(253,164,175,.35)}.\32xl\:bg-rose-300\/40{background-color:rgba(253,164,175,.4)}.\32xl\:bg-rose-300\/45{background-color:rgba(253,164,175,.45)}.\32xl\:bg-rose-300\/5{background-color:rgba(253,164,175,.05)}.\32xl\:bg-rose-300\/50{background-color:rgba(253,164,175,.5)}.\32xl\:bg-rose-300\/55{background-color:rgba(253,164,175,.55)}.\32xl\:bg-rose-300\/60{background-color:rgba(253,164,175,.6)}.\32xl\:bg-rose-300\/65{background-color:rgba(253,164,175,.65)}.\32xl\:bg-rose-300\/70{background-color:rgba(253,164,175,.7)}.\32xl\:bg-rose-300\/75{background-color:rgba(253,164,175,.75)}.\32xl\:bg-rose-300\/80{background-color:rgba(253,164,175,.8)}.\32xl\:bg-rose-300\/85{background-color:rgba(253,164,175,.85)}.\32xl\:bg-rose-300\/90{background-color:rgba(253,164,175,.9)}.\32xl\:bg-rose-300\/95{background-color:rgba(253,164,175,.95)}.\32xl\:bg-rose-400{--tw-bg-opacity:1;background-color:rgba(251,113,133,var(--tw-bg-opacity))}.\32xl\:bg-rose-400\/0{background-color:rgba(251,113,133,0)}.\32xl\:bg-rose-400\/10{background-color:rgba(251,113,133,.1)}.\32xl\:bg-rose-400\/100{background-color:#fb7185}.\32xl\:bg-rose-400\/15{background-color:rgba(251,113,133,.15)}.\32xl\:bg-rose-400\/20{background-color:rgba(251,113,133,.2)}.\32xl\:bg-rose-400\/25{background-color:rgba(251,113,133,.25)}.\32xl\:bg-rose-400\/30{background-color:rgba(251,113,133,.3)}.\32xl\:bg-rose-400\/35{background-color:rgba(251,113,133,.35)}.\32xl\:bg-rose-400\/40{background-color:rgba(251,113,133,.4)}.\32xl\:bg-rose-400\/45{background-color:rgba(251,113,133,.45)}.\32xl\:bg-rose-400\/5{background-color:rgba(251,113,133,.05)}.\32xl\:bg-rose-400\/50{background-color:rgba(251,113,133,.5)}.\32xl\:bg-rose-400\/55{background-color:rgba(251,113,133,.55)}.\32xl\:bg-rose-400\/60{background-color:rgba(251,113,133,.6)}.\32xl\:bg-rose-400\/65{background-color:rgba(251,113,133,.65)}.\32xl\:bg-rose-400\/70{background-color:rgba(251,113,133,.7)}.\32xl\:bg-rose-400\/75{background-color:rgba(251,113,133,.75)}.\32xl\:bg-rose-400\/80{background-color:rgba(251,113,133,.8)}.\32xl\:bg-rose-400\/85{background-color:rgba(251,113,133,.85)}.\32xl\:bg-rose-400\/90{background-color:rgba(251,113,133,.9)}.\32xl\:bg-rose-400\/95{background-color:rgba(251,113,133,.95)}.\32xl\:bg-rose-50{--tw-bg-opacity:1;background-color:rgba(255,241,242,var(--tw-bg-opacity))}.\32xl\:bg-rose-50\/0{background-color:rgba(255,241,242,0)}.\32xl\:bg-rose-50\/10{background-color:rgba(255,241,242,.1)}.\32xl\:bg-rose-50\/100{background-color:#fff1f2}.\32xl\:bg-rose-50\/15{background-color:rgba(255,241,242,.15)}.\32xl\:bg-rose-50\/20{background-color:rgba(255,241,242,.2)}.\32xl\:bg-rose-50\/25{background-color:rgba(255,241,242,.25)}.\32xl\:bg-rose-50\/30{background-color:rgba(255,241,242,.3)}.\32xl\:bg-rose-50\/35{background-color:rgba(255,241,242,.35)}.\32xl\:bg-rose-50\/40{background-color:rgba(255,241,242,.4)}.\32xl\:bg-rose-50\/45{background-color:rgba(255,241,242,.45)}.\32xl\:bg-rose-50\/5{background-color:rgba(255,241,242,.05)}.\32xl\:bg-rose-50\/50{background-color:rgba(255,241,242,.5)}.\32xl\:bg-rose-50\/55{background-color:rgba(255,241,242,.55)}.\32xl\:bg-rose-50\/60{background-color:rgba(255,241,242,.6)}.\32xl\:bg-rose-50\/65{background-color:rgba(255,241,242,.65)}.\32xl\:bg-rose-50\/70{background-color:rgba(255,241,242,.7)}.\32xl\:bg-rose-50\/75{background-color:rgba(255,241,242,.75)}.\32xl\:bg-rose-50\/80{background-color:rgba(255,241,242,.8)}.\32xl\:bg-rose-50\/85{background-color:rgba(255,241,242,.85)}.\32xl\:bg-rose-50\/90{background-color:rgba(255,241,242,.9)}.\32xl\:bg-rose-50\/95{background-color:rgba(255,241,242,.95)}.\32xl\:bg-rose-500{--tw-bg-opacity:1;background-color:rgba(244,63,94,var(--tw-bg-opacity))}.\32xl\:bg-rose-500\/0{background-color:rgba(244,63,94,0)}.\32xl\:bg-rose-500\/10{background-color:rgba(244,63,94,.1)}.\32xl\:bg-rose-500\/100{background-color:#f43f5e}.\32xl\:bg-rose-500\/15{background-color:rgba(244,63,94,.15)}.\32xl\:bg-rose-500\/20{background-color:rgba(244,63,94,.2)}.\32xl\:bg-rose-500\/25{background-color:rgba(244,63,94,.25)}.\32xl\:bg-rose-500\/30{background-color:rgba(244,63,94,.3)}.\32xl\:bg-rose-500\/35{background-color:rgba(244,63,94,.35)}.\32xl\:bg-rose-500\/40{background-color:rgba(244,63,94,.4)}.\32xl\:bg-rose-500\/45{background-color:rgba(244,63,94,.45)}.\32xl\:bg-rose-500\/5{background-color:rgba(244,63,94,.05)}.\32xl\:bg-rose-500\/50{background-color:rgba(244,63,94,.5)}.\32xl\:bg-rose-500\/55{background-color:rgba(244,63,94,.55)}.\32xl\:bg-rose-500\/60{background-color:rgba(244,63,94,.6)}.\32xl\:bg-rose-500\/65{background-color:rgba(244,63,94,.65)}.\32xl\:bg-rose-500\/70{background-color:rgba(244,63,94,.7)}.\32xl\:bg-rose-500\/75{background-color:rgba(244,63,94,.75)}.\32xl\:bg-rose-500\/80{background-color:rgba(244,63,94,.8)}.\32xl\:bg-rose-500\/85{background-color:rgba(244,63,94,.85)}.\32xl\:bg-rose-500\/90{background-color:rgba(244,63,94,.9)}.\32xl\:bg-rose-500\/95{background-color:rgba(244,63,94,.95)}.\32xl\:bg-rose-600{--tw-bg-opacity:1;background-color:rgba(225,29,72,var(--tw-bg-opacity))}.\32xl\:bg-rose-600\/0{background-color:rgba(225,29,72,0)}.\32xl\:bg-rose-600\/10{background-color:rgba(225,29,72,.1)}.\32xl\:bg-rose-600\/100{background-color:#e11d48}.\32xl\:bg-rose-600\/15{background-color:rgba(225,29,72,.15)}.\32xl\:bg-rose-600\/20{background-color:rgba(225,29,72,.2)}.\32xl\:bg-rose-600\/25{background-color:rgba(225,29,72,.25)}.\32xl\:bg-rose-600\/30{background-color:rgba(225,29,72,.3)}.\32xl\:bg-rose-600\/35{background-color:rgba(225,29,72,.35)}.\32xl\:bg-rose-600\/40{background-color:rgba(225,29,72,.4)}.\32xl\:bg-rose-600\/45{background-color:rgba(225,29,72,.45)}.\32xl\:bg-rose-600\/5{background-color:rgba(225,29,72,.05)}.\32xl\:bg-rose-600\/50{background-color:rgba(225,29,72,.5)}.\32xl\:bg-rose-600\/55{background-color:rgba(225,29,72,.55)}.\32xl\:bg-rose-600\/60{background-color:rgba(225,29,72,.6)}.\32xl\:bg-rose-600\/65{background-color:rgba(225,29,72,.65)}.\32xl\:bg-rose-600\/70{background-color:rgba(225,29,72,.7)}.\32xl\:bg-rose-600\/75{background-color:rgba(225,29,72,.75)}.\32xl\:bg-rose-600\/80{background-color:rgba(225,29,72,.8)}.\32xl\:bg-rose-600\/85{background-color:rgba(225,29,72,.85)}.\32xl\:bg-rose-600\/90{background-color:rgba(225,29,72,.9)}.\32xl\:bg-rose-600\/95{background-color:rgba(225,29,72,.95)}.\32xl\:bg-rose-700{--tw-bg-opacity:1;background-color:rgba(190,18,60,var(--tw-bg-opacity))}.\32xl\:bg-rose-700\/0{background-color:rgba(190,18,60,0)}.\32xl\:bg-rose-700\/10{background-color:rgba(190,18,60,.1)}.\32xl\:bg-rose-700\/100{background-color:#be123c}.\32xl\:bg-rose-700\/15{background-color:rgba(190,18,60,.15)}.\32xl\:bg-rose-700\/20{background-color:rgba(190,18,60,.2)}.\32xl\:bg-rose-700\/25{background-color:rgba(190,18,60,.25)}.\32xl\:bg-rose-700\/30{background-color:rgba(190,18,60,.3)}.\32xl\:bg-rose-700\/35{background-color:rgba(190,18,60,.35)}.\32xl\:bg-rose-700\/40{background-color:rgba(190,18,60,.4)}.\32xl\:bg-rose-700\/45{background-color:rgba(190,18,60,.45)}.\32xl\:bg-rose-700\/5{background-color:rgba(190,18,60,.05)}.\32xl\:bg-rose-700\/50{background-color:rgba(190,18,60,.5)}.\32xl\:bg-rose-700\/55{background-color:rgba(190,18,60,.55)}.\32xl\:bg-rose-700\/60{background-color:rgba(190,18,60,.6)}.\32xl\:bg-rose-700\/65{background-color:rgba(190,18,60,.65)}.\32xl\:bg-rose-700\/70{background-color:rgba(190,18,60,.7)}.\32xl\:bg-rose-700\/75{background-color:rgba(190,18,60,.75)}.\32xl\:bg-rose-700\/80{background-color:rgba(190,18,60,.8)}.\32xl\:bg-rose-700\/85{background-color:rgba(190,18,60,.85)}.\32xl\:bg-rose-700\/90{background-color:rgba(190,18,60,.9)}.\32xl\:bg-rose-700\/95{background-color:rgba(190,18,60,.95)}.\32xl\:bg-rose-800{--tw-bg-opacity:1;background-color:rgba(159,18,57,var(--tw-bg-opacity))}.\32xl\:bg-rose-800\/0{background-color:rgba(159,18,57,0)}.\32xl\:bg-rose-800\/10{background-color:rgba(159,18,57,.1)}.\32xl\:bg-rose-800\/100{background-color:#9f1239}.\32xl\:bg-rose-800\/15{background-color:rgba(159,18,57,.15)}.\32xl\:bg-rose-800\/20{background-color:rgba(159,18,57,.2)}.\32xl\:bg-rose-800\/25{background-color:rgba(159,18,57,.25)}.\32xl\:bg-rose-800\/30{background-color:rgba(159,18,57,.3)}.\32xl\:bg-rose-800\/35{background-color:rgba(159,18,57,.35)}.\32xl\:bg-rose-800\/40{background-color:rgba(159,18,57,.4)}.\32xl\:bg-rose-800\/45{background-color:rgba(159,18,57,.45)}.\32xl\:bg-rose-800\/5{background-color:rgba(159,18,57,.05)}.\32xl\:bg-rose-800\/50{background-color:rgba(159,18,57,.5)}.\32xl\:bg-rose-800\/55{background-color:rgba(159,18,57,.55)}.\32xl\:bg-rose-800\/60{background-color:rgba(159,18,57,.6)}.\32xl\:bg-rose-800\/65{background-color:rgba(159,18,57,.65)}.\32xl\:bg-rose-800\/70{background-color:rgba(159,18,57,.7)}.\32xl\:bg-rose-800\/75{background-color:rgba(159,18,57,.75)}.\32xl\:bg-rose-800\/80{background-color:rgba(159,18,57,.8)}.\32xl\:bg-rose-800\/85{background-color:rgba(159,18,57,.85)}.\32xl\:bg-rose-800\/90{background-color:rgba(159,18,57,.9)}.\32xl\:bg-rose-800\/95{background-color:rgba(159,18,57,.95)}.\32xl\:bg-rose-900{--tw-bg-opacity:1;background-color:rgba(136,19,55,var(--tw-bg-opacity))}.\32xl\:bg-rose-900\/0{background-color:rgba(136,19,55,0)}.\32xl\:bg-rose-900\/10{background-color:rgba(136,19,55,.1)}.\32xl\:bg-rose-900\/100{background-color:#881337}.\32xl\:bg-rose-900\/15{background-color:rgba(136,19,55,.15)}.\32xl\:bg-rose-900\/20{background-color:rgba(136,19,55,.2)}.\32xl\:bg-rose-900\/25{background-color:rgba(136,19,55,.25)}.\32xl\:bg-rose-900\/30{background-color:rgba(136,19,55,.3)}.\32xl\:bg-rose-900\/35{background-color:rgba(136,19,55,.35)}.\32xl\:bg-rose-900\/40{background-color:rgba(136,19,55,.4)}.\32xl\:bg-rose-900\/45{background-color:rgba(136,19,55,.45)}.\32xl\:bg-rose-900\/5{background-color:rgba(136,19,55,.05)}.\32xl\:bg-rose-900\/50{background-color:rgba(136,19,55,.5)}.\32xl\:bg-rose-900\/55{background-color:rgba(136,19,55,.55)}.\32xl\:bg-rose-900\/60{background-color:rgba(136,19,55,.6)}.\32xl\:bg-rose-900\/65{background-color:rgba(136,19,55,.65)}.\32xl\:bg-rose-900\/70{background-color:rgba(136,19,55,.7)}.\32xl\:bg-rose-900\/75{background-color:rgba(136,19,55,.75)}.\32xl\:bg-rose-900\/80{background-color:rgba(136,19,55,.8)}.\32xl\:bg-rose-900\/85{background-color:rgba(136,19,55,.85)}.\32xl\:bg-rose-900\/90{background-color:rgba(136,19,55,.9)}.\32xl\:bg-rose-900\/95{background-color:rgba(136,19,55,.95)}.\32xl\:bg-rose-950{--tw-bg-opacity:1;background-color:rgba(76,5,25,var(--tw-bg-opacity))}.\32xl\:bg-rose-950\/0{background-color:rgba(76,5,25,0)}.\32xl\:bg-rose-950\/10{background-color:rgba(76,5,25,.1)}.\32xl\:bg-rose-950\/100{background-color:#4c0519}.\32xl\:bg-rose-950\/15{background-color:rgba(76,5,25,.15)}.\32xl\:bg-rose-950\/20{background-color:rgba(76,5,25,.2)}.\32xl\:bg-rose-950\/25{background-color:rgba(76,5,25,.25)}.\32xl\:bg-rose-950\/30{background-color:rgba(76,5,25,.3)}.\32xl\:bg-rose-950\/35{background-color:rgba(76,5,25,.35)}.\32xl\:bg-rose-950\/40{background-color:rgba(76,5,25,.4)}.\32xl\:bg-rose-950\/45{background-color:rgba(76,5,25,.45)}.\32xl\:bg-rose-950\/5{background-color:rgba(76,5,25,.05)}.\32xl\:bg-rose-950\/50{background-color:rgba(76,5,25,.5)}.\32xl\:bg-rose-950\/55{background-color:rgba(76,5,25,.55)}.\32xl\:bg-rose-950\/60{background-color:rgba(76,5,25,.6)}.\32xl\:bg-rose-950\/65{background-color:rgba(76,5,25,.65)}.\32xl\:bg-rose-950\/70{background-color:rgba(76,5,25,.7)}.\32xl\:bg-rose-950\/75{background-color:rgba(76,5,25,.75)}.\32xl\:bg-rose-950\/80{background-color:rgba(76,5,25,.8)}.\32xl\:bg-rose-950\/85{background-color:rgba(76,5,25,.85)}.\32xl\:bg-rose-950\/90{background-color:rgba(76,5,25,.9)}.\32xl\:bg-rose-950\/95{background-color:rgba(76,5,25,.95)}.\32xl\:bg-secondary{--tw-bg-opacity:1;background-color:rgba(4,33,49,var(--tw-bg-opacity))}.\32xl\:bg-secondary-dark-gray{--tw-bg-opacity:1;background-color:rgba(242,243,244,var(--tw-bg-opacity))}.\32xl\:bg-secondary-dark-gray\/0{background-color:hsla(210,8%,95%,0)}.\32xl\:bg-secondary-dark-gray\/10{background-color:hsla(210,8%,95%,.1)}.\32xl\:bg-secondary-dark-gray\/100{background-color:#f2f3f4}.\32xl\:bg-secondary-dark-gray\/15{background-color:hsla(210,8%,95%,.15)}.\32xl\:bg-secondary-dark-gray\/20{background-color:hsla(210,8%,95%,.2)}.\32xl\:bg-secondary-dark-gray\/25{background-color:hsla(210,8%,95%,.25)}.\32xl\:bg-secondary-dark-gray\/30{background-color:hsla(210,8%,95%,.3)}.\32xl\:bg-secondary-dark-gray\/35{background-color:hsla(210,8%,95%,.35)}.\32xl\:bg-secondary-dark-gray\/40{background-color:hsla(210,8%,95%,.4)}.\32xl\:bg-secondary-dark-gray\/45{background-color:hsla(210,8%,95%,.45)}.\32xl\:bg-secondary-dark-gray\/5{background-color:hsla(210,8%,95%,.05)}.\32xl\:bg-secondary-dark-gray\/50{background-color:hsla(210,8%,95%,.5)}.\32xl\:bg-secondary-dark-gray\/55{background-color:hsla(210,8%,95%,.55)}.\32xl\:bg-secondary-dark-gray\/60{background-color:hsla(210,8%,95%,.6)}.\32xl\:bg-secondary-dark-gray\/65{background-color:hsla(210,8%,95%,.65)}.\32xl\:bg-secondary-dark-gray\/70{background-color:hsla(210,8%,95%,.7)}.\32xl\:bg-secondary-dark-gray\/75{background-color:hsla(210,8%,95%,.75)}.\32xl\:bg-secondary-dark-gray\/80{background-color:hsla(210,8%,95%,.8)}.\32xl\:bg-secondary-dark-gray\/85{background-color:hsla(210,8%,95%,.85)}.\32xl\:bg-secondary-dark-gray\/90{background-color:hsla(210,8%,95%,.9)}.\32xl\:bg-secondary-dark-gray\/95{background-color:hsla(210,8%,95%,.95)}.\32xl\:bg-secondary-gray{--tw-bg-opacity:1;background-color:rgba(250,250,250,var(--tw-bg-opacity))}.\32xl\:bg-secondary-gray\/0{background-color:hsla(0,0%,98%,0)}.\32xl\:bg-secondary-gray\/10{background-color:hsla(0,0%,98%,.1)}.\32xl\:bg-secondary-gray\/100{background-color:#fafafa}.\32xl\:bg-secondary-gray\/15{background-color:hsla(0,0%,98%,.15)}.\32xl\:bg-secondary-gray\/20{background-color:hsla(0,0%,98%,.2)}.\32xl\:bg-secondary-gray\/25{background-color:hsla(0,0%,98%,.25)}.\32xl\:bg-secondary-gray\/30{background-color:hsla(0,0%,98%,.3)}.\32xl\:bg-secondary-gray\/35{background-color:hsla(0,0%,98%,.35)}.\32xl\:bg-secondary-gray\/40{background-color:hsla(0,0%,98%,.4)}.\32xl\:bg-secondary-gray\/45{background-color:hsla(0,0%,98%,.45)}.\32xl\:bg-secondary-gray\/5{background-color:hsla(0,0%,98%,.05)}.\32xl\:bg-secondary-gray\/50{background-color:hsla(0,0%,98%,.5)}.\32xl\:bg-secondary-gray\/55{background-color:hsla(0,0%,98%,.55)}.\32xl\:bg-secondary-gray\/60{background-color:hsla(0,0%,98%,.6)}.\32xl\:bg-secondary-gray\/65{background-color:hsla(0,0%,98%,.65)}.\32xl\:bg-secondary-gray\/70{background-color:hsla(0,0%,98%,.7)}.\32xl\:bg-secondary-gray\/75{background-color:hsla(0,0%,98%,.75)}.\32xl\:bg-secondary-gray\/80{background-color:hsla(0,0%,98%,.8)}.\32xl\:bg-secondary-gray\/85{background-color:hsla(0,0%,98%,.85)}.\32xl\:bg-secondary-gray\/90{background-color:hsla(0,0%,98%,.9)}.\32xl\:bg-secondary-gray\/95{background-color:hsla(0,0%,98%,.95)}.\32xl\:bg-secondary\/0{background-color:rgba(4,33,49,0)}.\32xl\:bg-secondary\/10{background-color:rgba(4,33,49,.1)}.\32xl\:bg-secondary\/100{background-color:#042131}.\32xl\:bg-secondary\/15{background-color:rgba(4,33,49,.15)}.\32xl\:bg-secondary\/20{background-color:rgba(4,33,49,.2)}.\32xl\:bg-secondary\/25{background-color:rgba(4,33,49,.25)}.\32xl\:bg-secondary\/30{background-color:rgba(4,33,49,.3)}.\32xl\:bg-secondary\/35{background-color:rgba(4,33,49,.35)}.\32xl\:bg-secondary\/40{background-color:rgba(4,33,49,.4)}.\32xl\:bg-secondary\/45{background-color:rgba(4,33,49,.45)}.\32xl\:bg-secondary\/5{background-color:rgba(4,33,49,.05)}.\32xl\:bg-secondary\/50{background-color:rgba(4,33,49,.5)}.\32xl\:bg-secondary\/55{background-color:rgba(4,33,49,.55)}.\32xl\:bg-secondary\/60{background-color:rgba(4,33,49,.6)}.\32xl\:bg-secondary\/65{background-color:rgba(4,33,49,.65)}.\32xl\:bg-secondary\/70{background-color:rgba(4,33,49,.7)}.\32xl\:bg-secondary\/75{background-color:rgba(4,33,49,.75)}.\32xl\:bg-secondary\/80{background-color:rgba(4,33,49,.8)}.\32xl\:bg-secondary\/85{background-color:rgba(4,33,49,.85)}.\32xl\:bg-secondary\/90{background-color:rgba(4,33,49,.9)}.\32xl\:bg-secondary\/95{background-color:rgba(4,33,49,.95)}.\32xl\:bg-sky-100{--tw-bg-opacity:1;background-color:rgba(224,242,254,var(--tw-bg-opacity))}.\32xl\:bg-sky-100\/0{background-color:rgba(224,242,254,0)}.\32xl\:bg-sky-100\/10{background-color:rgba(224,242,254,.1)}.\32xl\:bg-sky-100\/100{background-color:#e0f2fe}.\32xl\:bg-sky-100\/15{background-color:rgba(224,242,254,.15)}.\32xl\:bg-sky-100\/20{background-color:rgba(224,242,254,.2)}.\32xl\:bg-sky-100\/25{background-color:rgba(224,242,254,.25)}.\32xl\:bg-sky-100\/30{background-color:rgba(224,242,254,.3)}.\32xl\:bg-sky-100\/35{background-color:rgba(224,242,254,.35)}.\32xl\:bg-sky-100\/40{background-color:rgba(224,242,254,.4)}.\32xl\:bg-sky-100\/45{background-color:rgba(224,242,254,.45)}.\32xl\:bg-sky-100\/5{background-color:rgba(224,242,254,.05)}.\32xl\:bg-sky-100\/50{background-color:rgba(224,242,254,.5)}.\32xl\:bg-sky-100\/55{background-color:rgba(224,242,254,.55)}.\32xl\:bg-sky-100\/60{background-color:rgba(224,242,254,.6)}.\32xl\:bg-sky-100\/65{background-color:rgba(224,242,254,.65)}.\32xl\:bg-sky-100\/70{background-color:rgba(224,242,254,.7)}.\32xl\:bg-sky-100\/75{background-color:rgba(224,242,254,.75)}.\32xl\:bg-sky-100\/80{background-color:rgba(224,242,254,.8)}.\32xl\:bg-sky-100\/85{background-color:rgba(224,242,254,.85)}.\32xl\:bg-sky-100\/90{background-color:rgba(224,242,254,.9)}.\32xl\:bg-sky-100\/95{background-color:rgba(224,242,254,.95)}.\32xl\:bg-sky-200{--tw-bg-opacity:1;background-color:rgba(186,230,253,var(--tw-bg-opacity))}.\32xl\:bg-sky-200\/0{background-color:rgba(186,230,253,0)}.\32xl\:bg-sky-200\/10{background-color:rgba(186,230,253,.1)}.\32xl\:bg-sky-200\/100{background-color:#bae6fd}.\32xl\:bg-sky-200\/15{background-color:rgba(186,230,253,.15)}.\32xl\:bg-sky-200\/20{background-color:rgba(186,230,253,.2)}.\32xl\:bg-sky-200\/25{background-color:rgba(186,230,253,.25)}.\32xl\:bg-sky-200\/30{background-color:rgba(186,230,253,.3)}.\32xl\:bg-sky-200\/35{background-color:rgba(186,230,253,.35)}.\32xl\:bg-sky-200\/40{background-color:rgba(186,230,253,.4)}.\32xl\:bg-sky-200\/45{background-color:rgba(186,230,253,.45)}.\32xl\:bg-sky-200\/5{background-color:rgba(186,230,253,.05)}.\32xl\:bg-sky-200\/50{background-color:rgba(186,230,253,.5)}.\32xl\:bg-sky-200\/55{background-color:rgba(186,230,253,.55)}.\32xl\:bg-sky-200\/60{background-color:rgba(186,230,253,.6)}.\32xl\:bg-sky-200\/65{background-color:rgba(186,230,253,.65)}.\32xl\:bg-sky-200\/70{background-color:rgba(186,230,253,.7)}.\32xl\:bg-sky-200\/75{background-color:rgba(186,230,253,.75)}.\32xl\:bg-sky-200\/80{background-color:rgba(186,230,253,.8)}.\32xl\:bg-sky-200\/85{background-color:rgba(186,230,253,.85)}.\32xl\:bg-sky-200\/90{background-color:rgba(186,230,253,.9)}.\32xl\:bg-sky-200\/95{background-color:rgba(186,230,253,.95)}.\32xl\:bg-sky-300{--tw-bg-opacity:1;background-color:rgba(125,211,252,var(--tw-bg-opacity))}.\32xl\:bg-sky-300\/0{background-color:rgba(125,211,252,0)}.\32xl\:bg-sky-300\/10{background-color:rgba(125,211,252,.1)}.\32xl\:bg-sky-300\/100{background-color:#7dd3fc}.\32xl\:bg-sky-300\/15{background-color:rgba(125,211,252,.15)}.\32xl\:bg-sky-300\/20{background-color:rgba(125,211,252,.2)}.\32xl\:bg-sky-300\/25{background-color:rgba(125,211,252,.25)}.\32xl\:bg-sky-300\/30{background-color:rgba(125,211,252,.3)}.\32xl\:bg-sky-300\/35{background-color:rgba(125,211,252,.35)}.\32xl\:bg-sky-300\/40{background-color:rgba(125,211,252,.4)}.\32xl\:bg-sky-300\/45{background-color:rgba(125,211,252,.45)}.\32xl\:bg-sky-300\/5{background-color:rgba(125,211,252,.05)}.\32xl\:bg-sky-300\/50{background-color:rgba(125,211,252,.5)}.\32xl\:bg-sky-300\/55{background-color:rgba(125,211,252,.55)}.\32xl\:bg-sky-300\/60{background-color:rgba(125,211,252,.6)}.\32xl\:bg-sky-300\/65{background-color:rgba(125,211,252,.65)}.\32xl\:bg-sky-300\/70{background-color:rgba(125,211,252,.7)}.\32xl\:bg-sky-300\/75{background-color:rgba(125,211,252,.75)}.\32xl\:bg-sky-300\/80{background-color:rgba(125,211,252,.8)}.\32xl\:bg-sky-300\/85{background-color:rgba(125,211,252,.85)}.\32xl\:bg-sky-300\/90{background-color:rgba(125,211,252,.9)}.\32xl\:bg-sky-300\/95{background-color:rgba(125,211,252,.95)}.\32xl\:bg-sky-400{--tw-bg-opacity:1;background-color:rgba(56,189,248,var(--tw-bg-opacity))}.\32xl\:bg-sky-400\/0{background-color:rgba(56,189,248,0)}.\32xl\:bg-sky-400\/10{background-color:rgba(56,189,248,.1)}.\32xl\:bg-sky-400\/100{background-color:#38bdf8}.\32xl\:bg-sky-400\/15{background-color:rgba(56,189,248,.15)}.\32xl\:bg-sky-400\/20{background-color:rgba(56,189,248,.2)}.\32xl\:bg-sky-400\/25{background-color:rgba(56,189,248,.25)}.\32xl\:bg-sky-400\/30{background-color:rgba(56,189,248,.3)}.\32xl\:bg-sky-400\/35{background-color:rgba(56,189,248,.35)}.\32xl\:bg-sky-400\/40{background-color:rgba(56,189,248,.4)}.\32xl\:bg-sky-400\/45{background-color:rgba(56,189,248,.45)}.\32xl\:bg-sky-400\/5{background-color:rgba(56,189,248,.05)}.\32xl\:bg-sky-400\/50{background-color:rgba(56,189,248,.5)}.\32xl\:bg-sky-400\/55{background-color:rgba(56,189,248,.55)}.\32xl\:bg-sky-400\/60{background-color:rgba(56,189,248,.6)}.\32xl\:bg-sky-400\/65{background-color:rgba(56,189,248,.65)}.\32xl\:bg-sky-400\/70{background-color:rgba(56,189,248,.7)}.\32xl\:bg-sky-400\/75{background-color:rgba(56,189,248,.75)}.\32xl\:bg-sky-400\/80{background-color:rgba(56,189,248,.8)}.\32xl\:bg-sky-400\/85{background-color:rgba(56,189,248,.85)}.\32xl\:bg-sky-400\/90{background-color:rgba(56,189,248,.9)}.\32xl\:bg-sky-400\/95{background-color:rgba(56,189,248,.95)}.\32xl\:bg-sky-50{--tw-bg-opacity:1;background-color:rgba(240,249,255,var(--tw-bg-opacity))}.\32xl\:bg-sky-50\/0{background-color:rgba(240,249,255,0)}.\32xl\:bg-sky-50\/10{background-color:rgba(240,249,255,.1)}.\32xl\:bg-sky-50\/100{background-color:#f0f9ff}.\32xl\:bg-sky-50\/15{background-color:rgba(240,249,255,.15)}.\32xl\:bg-sky-50\/20{background-color:rgba(240,249,255,.2)}.\32xl\:bg-sky-50\/25{background-color:rgba(240,249,255,.25)}.\32xl\:bg-sky-50\/30{background-color:rgba(240,249,255,.3)}.\32xl\:bg-sky-50\/35{background-color:rgba(240,249,255,.35)}.\32xl\:bg-sky-50\/40{background-color:rgba(240,249,255,.4)}.\32xl\:bg-sky-50\/45{background-color:rgba(240,249,255,.45)}.\32xl\:bg-sky-50\/5{background-color:rgba(240,249,255,.05)}.\32xl\:bg-sky-50\/50{background-color:rgba(240,249,255,.5)}.\32xl\:bg-sky-50\/55{background-color:rgba(240,249,255,.55)}.\32xl\:bg-sky-50\/60{background-color:rgba(240,249,255,.6)}.\32xl\:bg-sky-50\/65{background-color:rgba(240,249,255,.65)}.\32xl\:bg-sky-50\/70{background-color:rgba(240,249,255,.7)}.\32xl\:bg-sky-50\/75{background-color:rgba(240,249,255,.75)}.\32xl\:bg-sky-50\/80{background-color:rgba(240,249,255,.8)}.\32xl\:bg-sky-50\/85{background-color:rgba(240,249,255,.85)}.\32xl\:bg-sky-50\/90{background-color:rgba(240,249,255,.9)}.\32xl\:bg-sky-50\/95{background-color:rgba(240,249,255,.95)}.\32xl\:bg-sky-500{--tw-bg-opacity:1;background-color:rgba(14,165,233,var(--tw-bg-opacity))}.\32xl\:bg-sky-500\/0{background-color:rgba(14,165,233,0)}.\32xl\:bg-sky-500\/10{background-color:rgba(14,165,233,.1)}.\32xl\:bg-sky-500\/100{background-color:#0ea5e9}.\32xl\:bg-sky-500\/15{background-color:rgba(14,165,233,.15)}.\32xl\:bg-sky-500\/20{background-color:rgba(14,165,233,.2)}.\32xl\:bg-sky-500\/25{background-color:rgba(14,165,233,.25)}.\32xl\:bg-sky-500\/30{background-color:rgba(14,165,233,.3)}.\32xl\:bg-sky-500\/35{background-color:rgba(14,165,233,.35)}.\32xl\:bg-sky-500\/40{background-color:rgba(14,165,233,.4)}.\32xl\:bg-sky-500\/45{background-color:rgba(14,165,233,.45)}.\32xl\:bg-sky-500\/5{background-color:rgba(14,165,233,.05)}.\32xl\:bg-sky-500\/50{background-color:rgba(14,165,233,.5)}.\32xl\:bg-sky-500\/55{background-color:rgba(14,165,233,.55)}.\32xl\:bg-sky-500\/60{background-color:rgba(14,165,233,.6)}.\32xl\:bg-sky-500\/65{background-color:rgba(14,165,233,.65)}.\32xl\:bg-sky-500\/70{background-color:rgba(14,165,233,.7)}.\32xl\:bg-sky-500\/75{background-color:rgba(14,165,233,.75)}.\32xl\:bg-sky-500\/80{background-color:rgba(14,165,233,.8)}.\32xl\:bg-sky-500\/85{background-color:rgba(14,165,233,.85)}.\32xl\:bg-sky-500\/90{background-color:rgba(14,165,233,.9)}.\32xl\:bg-sky-500\/95{background-color:rgba(14,165,233,.95)}.\32xl\:bg-sky-600{--tw-bg-opacity:1;background-color:rgba(2,132,199,var(--tw-bg-opacity))}.\32xl\:bg-sky-600\/0{background-color:rgba(2,132,199,0)}.\32xl\:bg-sky-600\/10{background-color:rgba(2,132,199,.1)}.\32xl\:bg-sky-600\/100{background-color:#0284c7}.\32xl\:bg-sky-600\/15{background-color:rgba(2,132,199,.15)}.\32xl\:bg-sky-600\/20{background-color:rgba(2,132,199,.2)}.\32xl\:bg-sky-600\/25{background-color:rgba(2,132,199,.25)}.\32xl\:bg-sky-600\/30{background-color:rgba(2,132,199,.3)}.\32xl\:bg-sky-600\/35{background-color:rgba(2,132,199,.35)}.\32xl\:bg-sky-600\/40{background-color:rgba(2,132,199,.4)}.\32xl\:bg-sky-600\/45{background-color:rgba(2,132,199,.45)}.\32xl\:bg-sky-600\/5{background-color:rgba(2,132,199,.05)}.\32xl\:bg-sky-600\/50{background-color:rgba(2,132,199,.5)}.\32xl\:bg-sky-600\/55{background-color:rgba(2,132,199,.55)}.\32xl\:bg-sky-600\/60{background-color:rgba(2,132,199,.6)}.\32xl\:bg-sky-600\/65{background-color:rgba(2,132,199,.65)}.\32xl\:bg-sky-600\/70{background-color:rgba(2,132,199,.7)}.\32xl\:bg-sky-600\/75{background-color:rgba(2,132,199,.75)}.\32xl\:bg-sky-600\/80{background-color:rgba(2,132,199,.8)}.\32xl\:bg-sky-600\/85{background-color:rgba(2,132,199,.85)}.\32xl\:bg-sky-600\/90{background-color:rgba(2,132,199,.9)}.\32xl\:bg-sky-600\/95{background-color:rgba(2,132,199,.95)}.\32xl\:bg-sky-700{--tw-bg-opacity:1;background-color:rgba(3,105,161,var(--tw-bg-opacity))}.\32xl\:bg-sky-700\/0{background-color:rgba(3,105,161,0)}.\32xl\:bg-sky-700\/10{background-color:rgba(3,105,161,.1)}.\32xl\:bg-sky-700\/100{background-color:#0369a1}.\32xl\:bg-sky-700\/15{background-color:rgba(3,105,161,.15)}.\32xl\:bg-sky-700\/20{background-color:rgba(3,105,161,.2)}.\32xl\:bg-sky-700\/25{background-color:rgba(3,105,161,.25)}.\32xl\:bg-sky-700\/30{background-color:rgba(3,105,161,.3)}.\32xl\:bg-sky-700\/35{background-color:rgba(3,105,161,.35)}.\32xl\:bg-sky-700\/40{background-color:rgba(3,105,161,.4)}.\32xl\:bg-sky-700\/45{background-color:rgba(3,105,161,.45)}.\32xl\:bg-sky-700\/5{background-color:rgba(3,105,161,.05)}.\32xl\:bg-sky-700\/50{background-color:rgba(3,105,161,.5)}.\32xl\:bg-sky-700\/55{background-color:rgba(3,105,161,.55)}.\32xl\:bg-sky-700\/60{background-color:rgba(3,105,161,.6)}.\32xl\:bg-sky-700\/65{background-color:rgba(3,105,161,.65)}.\32xl\:bg-sky-700\/70{background-color:rgba(3,105,161,.7)}.\32xl\:bg-sky-700\/75{background-color:rgba(3,105,161,.75)}.\32xl\:bg-sky-700\/80{background-color:rgba(3,105,161,.8)}.\32xl\:bg-sky-700\/85{background-color:rgba(3,105,161,.85)}.\32xl\:bg-sky-700\/90{background-color:rgba(3,105,161,.9)}.\32xl\:bg-sky-700\/95{background-color:rgba(3,105,161,.95)}.\32xl\:bg-sky-800{--tw-bg-opacity:1;background-color:rgba(7,89,133,var(--tw-bg-opacity))}.\32xl\:bg-sky-800\/0{background-color:rgba(7,89,133,0)}.\32xl\:bg-sky-800\/10{background-color:rgba(7,89,133,.1)}.\32xl\:bg-sky-800\/100{background-color:#075985}.\32xl\:bg-sky-800\/15{background-color:rgba(7,89,133,.15)}.\32xl\:bg-sky-800\/20{background-color:rgba(7,89,133,.2)}.\32xl\:bg-sky-800\/25{background-color:rgba(7,89,133,.25)}.\32xl\:bg-sky-800\/30{background-color:rgba(7,89,133,.3)}.\32xl\:bg-sky-800\/35{background-color:rgba(7,89,133,.35)}.\32xl\:bg-sky-800\/40{background-color:rgba(7,89,133,.4)}.\32xl\:bg-sky-800\/45{background-color:rgba(7,89,133,.45)}.\32xl\:bg-sky-800\/5{background-color:rgba(7,89,133,.05)}.\32xl\:bg-sky-800\/50{background-color:rgba(7,89,133,.5)}.\32xl\:bg-sky-800\/55{background-color:rgba(7,89,133,.55)}.\32xl\:bg-sky-800\/60{background-color:rgba(7,89,133,.6)}.\32xl\:bg-sky-800\/65{background-color:rgba(7,89,133,.65)}.\32xl\:bg-sky-800\/70{background-color:rgba(7,89,133,.7)}.\32xl\:bg-sky-800\/75{background-color:rgba(7,89,133,.75)}.\32xl\:bg-sky-800\/80{background-color:rgba(7,89,133,.8)}.\32xl\:bg-sky-800\/85{background-color:rgba(7,89,133,.85)}.\32xl\:bg-sky-800\/90{background-color:rgba(7,89,133,.9)}.\32xl\:bg-sky-800\/95{background-color:rgba(7,89,133,.95)}.\32xl\:bg-sky-900{--tw-bg-opacity:1;background-color:rgba(12,74,110,var(--tw-bg-opacity))}.\32xl\:bg-sky-900\/0{background-color:rgba(12,74,110,0)}.\32xl\:bg-sky-900\/10{background-color:rgba(12,74,110,.1)}.\32xl\:bg-sky-900\/100{background-color:#0c4a6e}.\32xl\:bg-sky-900\/15{background-color:rgba(12,74,110,.15)}.\32xl\:bg-sky-900\/20{background-color:rgba(12,74,110,.2)}.\32xl\:bg-sky-900\/25{background-color:rgba(12,74,110,.25)}.\32xl\:bg-sky-900\/30{background-color:rgba(12,74,110,.3)}.\32xl\:bg-sky-900\/35{background-color:rgba(12,74,110,.35)}.\32xl\:bg-sky-900\/40{background-color:rgba(12,74,110,.4)}.\32xl\:bg-sky-900\/45{background-color:rgba(12,74,110,.45)}.\32xl\:bg-sky-900\/5{background-color:rgba(12,74,110,.05)}.\32xl\:bg-sky-900\/50{background-color:rgba(12,74,110,.5)}.\32xl\:bg-sky-900\/55{background-color:rgba(12,74,110,.55)}.\32xl\:bg-sky-900\/60{background-color:rgba(12,74,110,.6)}.\32xl\:bg-sky-900\/65{background-color:rgba(12,74,110,.65)}.\32xl\:bg-sky-900\/70{background-color:rgba(12,74,110,.7)}.\32xl\:bg-sky-900\/75{background-color:rgba(12,74,110,.75)}.\32xl\:bg-sky-900\/80{background-color:rgba(12,74,110,.8)}.\32xl\:bg-sky-900\/85{background-color:rgba(12,74,110,.85)}.\32xl\:bg-sky-900\/90{background-color:rgba(12,74,110,.9)}.\32xl\:bg-sky-900\/95{background-color:rgba(12,74,110,.95)}.\32xl\:bg-sky-950{--tw-bg-opacity:1;background-color:rgba(8,47,73,var(--tw-bg-opacity))}.\32xl\:bg-sky-950\/0{background-color:rgba(8,47,73,0)}.\32xl\:bg-sky-950\/10{background-color:rgba(8,47,73,.1)}.\32xl\:bg-sky-950\/100{background-color:#082f49}.\32xl\:bg-sky-950\/15{background-color:rgba(8,47,73,.15)}.\32xl\:bg-sky-950\/20{background-color:rgba(8,47,73,.2)}.\32xl\:bg-sky-950\/25{background-color:rgba(8,47,73,.25)}.\32xl\:bg-sky-950\/30{background-color:rgba(8,47,73,.3)}.\32xl\:bg-sky-950\/35{background-color:rgba(8,47,73,.35)}.\32xl\:bg-sky-950\/40{background-color:rgba(8,47,73,.4)}.\32xl\:bg-sky-950\/45{background-color:rgba(8,47,73,.45)}.\32xl\:bg-sky-950\/5{background-color:rgba(8,47,73,.05)}.\32xl\:bg-sky-950\/50{background-color:rgba(8,47,73,.5)}.\32xl\:bg-sky-950\/55{background-color:rgba(8,47,73,.55)}.\32xl\:bg-sky-950\/60{background-color:rgba(8,47,73,.6)}.\32xl\:bg-sky-950\/65{background-color:rgba(8,47,73,.65)}.\32xl\:bg-sky-950\/70{background-color:rgba(8,47,73,.7)}.\32xl\:bg-sky-950\/75{background-color:rgba(8,47,73,.75)}.\32xl\:bg-sky-950\/80{background-color:rgba(8,47,73,.8)}.\32xl\:bg-sky-950\/85{background-color:rgba(8,47,73,.85)}.\32xl\:bg-sky-950\/90{background-color:rgba(8,47,73,.9)}.\32xl\:bg-sky-950\/95{background-color:rgba(8,47,73,.95)}.\32xl\:bg-slate-100{--tw-bg-opacity:1;background-color:rgba(241,245,249,var(--tw-bg-opacity))}.\32xl\:bg-slate-100\/0{background-color:rgba(241,245,249,0)}.\32xl\:bg-slate-100\/10{background-color:rgba(241,245,249,.1)}.\32xl\:bg-slate-100\/100{background-color:#f1f5f9}.\32xl\:bg-slate-100\/15{background-color:rgba(241,245,249,.15)}.\32xl\:bg-slate-100\/20{background-color:rgba(241,245,249,.2)}.\32xl\:bg-slate-100\/25{background-color:rgba(241,245,249,.25)}.\32xl\:bg-slate-100\/30{background-color:rgba(241,245,249,.3)}.\32xl\:bg-slate-100\/35{background-color:rgba(241,245,249,.35)}.\32xl\:bg-slate-100\/40{background-color:rgba(241,245,249,.4)}.\32xl\:bg-slate-100\/45{background-color:rgba(241,245,249,.45)}.\32xl\:bg-slate-100\/5{background-color:rgba(241,245,249,.05)}.\32xl\:bg-slate-100\/50{background-color:rgba(241,245,249,.5)}.\32xl\:bg-slate-100\/55{background-color:rgba(241,245,249,.55)}.\32xl\:bg-slate-100\/60{background-color:rgba(241,245,249,.6)}.\32xl\:bg-slate-100\/65{background-color:rgba(241,245,249,.65)}.\32xl\:bg-slate-100\/70{background-color:rgba(241,245,249,.7)}.\32xl\:bg-slate-100\/75{background-color:rgba(241,245,249,.75)}.\32xl\:bg-slate-100\/80{background-color:rgba(241,245,249,.8)}.\32xl\:bg-slate-100\/85{background-color:rgba(241,245,249,.85)}.\32xl\:bg-slate-100\/90{background-color:rgba(241,245,249,.9)}.\32xl\:bg-slate-100\/95{background-color:rgba(241,245,249,.95)}.\32xl\:bg-slate-200{--tw-bg-opacity:1;background-color:rgba(226,232,240,var(--tw-bg-opacity))}.\32xl\:bg-slate-200\/0{background-color:rgba(226,232,240,0)}.\32xl\:bg-slate-200\/10{background-color:rgba(226,232,240,.1)}.\32xl\:bg-slate-200\/100{background-color:#e2e8f0}.\32xl\:bg-slate-200\/15{background-color:rgba(226,232,240,.15)}.\32xl\:bg-slate-200\/20{background-color:rgba(226,232,240,.2)}.\32xl\:bg-slate-200\/25{background-color:rgba(226,232,240,.25)}.\32xl\:bg-slate-200\/30{background-color:rgba(226,232,240,.3)}.\32xl\:bg-slate-200\/35{background-color:rgba(226,232,240,.35)}.\32xl\:bg-slate-200\/40{background-color:rgba(226,232,240,.4)}.\32xl\:bg-slate-200\/45{background-color:rgba(226,232,240,.45)}.\32xl\:bg-slate-200\/5{background-color:rgba(226,232,240,.05)}.\32xl\:bg-slate-200\/50{background-color:rgba(226,232,240,.5)}.\32xl\:bg-slate-200\/55{background-color:rgba(226,232,240,.55)}.\32xl\:bg-slate-200\/60{background-color:rgba(226,232,240,.6)}.\32xl\:bg-slate-200\/65{background-color:rgba(226,232,240,.65)}.\32xl\:bg-slate-200\/70{background-color:rgba(226,232,240,.7)}.\32xl\:bg-slate-200\/75{background-color:rgba(226,232,240,.75)}.\32xl\:bg-slate-200\/80{background-color:rgba(226,232,240,.8)}.\32xl\:bg-slate-200\/85{background-color:rgba(226,232,240,.85)}.\32xl\:bg-slate-200\/90{background-color:rgba(226,232,240,.9)}.\32xl\:bg-slate-200\/95{background-color:rgba(226,232,240,.95)}.\32xl\:bg-slate-300{--tw-bg-opacity:1;background-color:rgba(203,213,225,var(--tw-bg-opacity))}.\32xl\:bg-slate-300\/0{background-color:rgba(203,213,225,0)}.\32xl\:bg-slate-300\/10{background-color:rgba(203,213,225,.1)}.\32xl\:bg-slate-300\/100{background-color:#cbd5e1}.\32xl\:bg-slate-300\/15{background-color:rgba(203,213,225,.15)}.\32xl\:bg-slate-300\/20{background-color:rgba(203,213,225,.2)}.\32xl\:bg-slate-300\/25{background-color:rgba(203,213,225,.25)}.\32xl\:bg-slate-300\/30{background-color:rgba(203,213,225,.3)}.\32xl\:bg-slate-300\/35{background-color:rgba(203,213,225,.35)}.\32xl\:bg-slate-300\/40{background-color:rgba(203,213,225,.4)}.\32xl\:bg-slate-300\/45{background-color:rgba(203,213,225,.45)}.\32xl\:bg-slate-300\/5{background-color:rgba(203,213,225,.05)}.\32xl\:bg-slate-300\/50{background-color:rgba(203,213,225,.5)}.\32xl\:bg-slate-300\/55{background-color:rgba(203,213,225,.55)}.\32xl\:bg-slate-300\/60{background-color:rgba(203,213,225,.6)}.\32xl\:bg-slate-300\/65{background-color:rgba(203,213,225,.65)}.\32xl\:bg-slate-300\/70{background-color:rgba(203,213,225,.7)}.\32xl\:bg-slate-300\/75{background-color:rgba(203,213,225,.75)}.\32xl\:bg-slate-300\/80{background-color:rgba(203,213,225,.8)}.\32xl\:bg-slate-300\/85{background-color:rgba(203,213,225,.85)}.\32xl\:bg-slate-300\/90{background-color:rgba(203,213,225,.9)}.\32xl\:bg-slate-300\/95{background-color:rgba(203,213,225,.95)}.\32xl\:bg-slate-400{--tw-bg-opacity:1;background-color:rgba(148,163,184,var(--tw-bg-opacity))}.\32xl\:bg-slate-400\/0{background-color:rgba(148,163,184,0)}.\32xl\:bg-slate-400\/10{background-color:rgba(148,163,184,.1)}.\32xl\:bg-slate-400\/100{background-color:#94a3b8}.\32xl\:bg-slate-400\/15{background-color:rgba(148,163,184,.15)}.\32xl\:bg-slate-400\/20{background-color:rgba(148,163,184,.2)}.\32xl\:bg-slate-400\/25{background-color:rgba(148,163,184,.25)}.\32xl\:bg-slate-400\/30{background-color:rgba(148,163,184,.3)}.\32xl\:bg-slate-400\/35{background-color:rgba(148,163,184,.35)}.\32xl\:bg-slate-400\/40{background-color:rgba(148,163,184,.4)}.\32xl\:bg-slate-400\/45{background-color:rgba(148,163,184,.45)}.\32xl\:bg-slate-400\/5{background-color:rgba(148,163,184,.05)}.\32xl\:bg-slate-400\/50{background-color:rgba(148,163,184,.5)}.\32xl\:bg-slate-400\/55{background-color:rgba(148,163,184,.55)}.\32xl\:bg-slate-400\/60{background-color:rgba(148,163,184,.6)}.\32xl\:bg-slate-400\/65{background-color:rgba(148,163,184,.65)}.\32xl\:bg-slate-400\/70{background-color:rgba(148,163,184,.7)}.\32xl\:bg-slate-400\/75{background-color:rgba(148,163,184,.75)}.\32xl\:bg-slate-400\/80{background-color:rgba(148,163,184,.8)}.\32xl\:bg-slate-400\/85{background-color:rgba(148,163,184,.85)}.\32xl\:bg-slate-400\/90{background-color:rgba(148,163,184,.9)}.\32xl\:bg-slate-400\/95{background-color:rgba(148,163,184,.95)}.\32xl\:bg-slate-50{--tw-bg-opacity:1;background-color:rgba(248,250,252,var(--tw-bg-opacity))}.\32xl\:bg-slate-50\/0{background-color:rgba(248,250,252,0)}.\32xl\:bg-slate-50\/10{background-color:rgba(248,250,252,.1)}.\32xl\:bg-slate-50\/100{background-color:#f8fafc}.\32xl\:bg-slate-50\/15{background-color:rgba(248,250,252,.15)}.\32xl\:bg-slate-50\/20{background-color:rgba(248,250,252,.2)}.\32xl\:bg-slate-50\/25{background-color:rgba(248,250,252,.25)}.\32xl\:bg-slate-50\/30{background-color:rgba(248,250,252,.3)}.\32xl\:bg-slate-50\/35{background-color:rgba(248,250,252,.35)}.\32xl\:bg-slate-50\/40{background-color:rgba(248,250,252,.4)}.\32xl\:bg-slate-50\/45{background-color:rgba(248,250,252,.45)}.\32xl\:bg-slate-50\/5{background-color:rgba(248,250,252,.05)}.\32xl\:bg-slate-50\/50{background-color:rgba(248,250,252,.5)}.\32xl\:bg-slate-50\/55{background-color:rgba(248,250,252,.55)}.\32xl\:bg-slate-50\/60{background-color:rgba(248,250,252,.6)}.\32xl\:bg-slate-50\/65{background-color:rgba(248,250,252,.65)}.\32xl\:bg-slate-50\/70{background-color:rgba(248,250,252,.7)}.\32xl\:bg-slate-50\/75{background-color:rgba(248,250,252,.75)}.\32xl\:bg-slate-50\/80{background-color:rgba(248,250,252,.8)}.\32xl\:bg-slate-50\/85{background-color:rgba(248,250,252,.85)}.\32xl\:bg-slate-50\/90{background-color:rgba(248,250,252,.9)}.\32xl\:bg-slate-50\/95{background-color:rgba(248,250,252,.95)}.\32xl\:bg-slate-500{--tw-bg-opacity:1;background-color:rgba(100,116,139,var(--tw-bg-opacity))}.\32xl\:bg-slate-500\/0{background-color:rgba(100,116,139,0)}.\32xl\:bg-slate-500\/10{background-color:rgba(100,116,139,.1)}.\32xl\:bg-slate-500\/100{background-color:#64748b}.\32xl\:bg-slate-500\/15{background-color:rgba(100,116,139,.15)}.\32xl\:bg-slate-500\/20{background-color:rgba(100,116,139,.2)}.\32xl\:bg-slate-500\/25{background-color:rgba(100,116,139,.25)}.\32xl\:bg-slate-500\/30{background-color:rgba(100,116,139,.3)}.\32xl\:bg-slate-500\/35{background-color:rgba(100,116,139,.35)}.\32xl\:bg-slate-500\/40{background-color:rgba(100,116,139,.4)}.\32xl\:bg-slate-500\/45{background-color:rgba(100,116,139,.45)}.\32xl\:bg-slate-500\/5{background-color:rgba(100,116,139,.05)}.\32xl\:bg-slate-500\/50{background-color:rgba(100,116,139,.5)}.\32xl\:bg-slate-500\/55{background-color:rgba(100,116,139,.55)}.\32xl\:bg-slate-500\/60{background-color:rgba(100,116,139,.6)}.\32xl\:bg-slate-500\/65{background-color:rgba(100,116,139,.65)}.\32xl\:bg-slate-500\/70{background-color:rgba(100,116,139,.7)}.\32xl\:bg-slate-500\/75{background-color:rgba(100,116,139,.75)}.\32xl\:bg-slate-500\/80{background-color:rgba(100,116,139,.8)}.\32xl\:bg-slate-500\/85{background-color:rgba(100,116,139,.85)}.\32xl\:bg-slate-500\/90{background-color:rgba(100,116,139,.9)}.\32xl\:bg-slate-500\/95{background-color:rgba(100,116,139,.95)}.\32xl\:bg-slate-600{--tw-bg-opacity:1;background-color:rgba(71,85,105,var(--tw-bg-opacity))}.\32xl\:bg-slate-600\/0{background-color:rgba(71,85,105,0)}.\32xl\:bg-slate-600\/10{background-color:rgba(71,85,105,.1)}.\32xl\:bg-slate-600\/100{background-color:#475569}.\32xl\:bg-slate-600\/15{background-color:rgba(71,85,105,.15)}.\32xl\:bg-slate-600\/20{background-color:rgba(71,85,105,.2)}.\32xl\:bg-slate-600\/25{background-color:rgba(71,85,105,.25)}.\32xl\:bg-slate-600\/30{background-color:rgba(71,85,105,.3)}.\32xl\:bg-slate-600\/35{background-color:rgba(71,85,105,.35)}.\32xl\:bg-slate-600\/40{background-color:rgba(71,85,105,.4)}.\32xl\:bg-slate-600\/45{background-color:rgba(71,85,105,.45)}.\32xl\:bg-slate-600\/5{background-color:rgba(71,85,105,.05)}.\32xl\:bg-slate-600\/50{background-color:rgba(71,85,105,.5)}.\32xl\:bg-slate-600\/55{background-color:rgba(71,85,105,.55)}.\32xl\:bg-slate-600\/60{background-color:rgba(71,85,105,.6)}.\32xl\:bg-slate-600\/65{background-color:rgba(71,85,105,.65)}.\32xl\:bg-slate-600\/70{background-color:rgba(71,85,105,.7)}.\32xl\:bg-slate-600\/75{background-color:rgba(71,85,105,.75)}.\32xl\:bg-slate-600\/80{background-color:rgba(71,85,105,.8)}.\32xl\:bg-slate-600\/85{background-color:rgba(71,85,105,.85)}.\32xl\:bg-slate-600\/90{background-color:rgba(71,85,105,.9)}.\32xl\:bg-slate-600\/95{background-color:rgba(71,85,105,.95)}.\32xl\:bg-slate-700{--tw-bg-opacity:1;background-color:rgba(51,65,85,var(--tw-bg-opacity))}.\32xl\:bg-slate-700\/0{background-color:rgba(51,65,85,0)}.\32xl\:bg-slate-700\/10{background-color:rgba(51,65,85,.1)}.\32xl\:bg-slate-700\/100{background-color:#334155}.\32xl\:bg-slate-700\/15{background-color:rgba(51,65,85,.15)}.\32xl\:bg-slate-700\/20{background-color:rgba(51,65,85,.2)}.\32xl\:bg-slate-700\/25{background-color:rgba(51,65,85,.25)}.\32xl\:bg-slate-700\/30{background-color:rgba(51,65,85,.3)}.\32xl\:bg-slate-700\/35{background-color:rgba(51,65,85,.35)}.\32xl\:bg-slate-700\/40{background-color:rgba(51,65,85,.4)}.\32xl\:bg-slate-700\/45{background-color:rgba(51,65,85,.45)}.\32xl\:bg-slate-700\/5{background-color:rgba(51,65,85,.05)}.\32xl\:bg-slate-700\/50{background-color:rgba(51,65,85,.5)}.\32xl\:bg-slate-700\/55{background-color:rgba(51,65,85,.55)}.\32xl\:bg-slate-700\/60{background-color:rgba(51,65,85,.6)}.\32xl\:bg-slate-700\/65{background-color:rgba(51,65,85,.65)}.\32xl\:bg-slate-700\/70{background-color:rgba(51,65,85,.7)}.\32xl\:bg-slate-700\/75{background-color:rgba(51,65,85,.75)}.\32xl\:bg-slate-700\/80{background-color:rgba(51,65,85,.8)}.\32xl\:bg-slate-700\/85{background-color:rgba(51,65,85,.85)}.\32xl\:bg-slate-700\/90{background-color:rgba(51,65,85,.9)}.\32xl\:bg-slate-700\/95{background-color:rgba(51,65,85,.95)}.\32xl\:bg-slate-800{--tw-bg-opacity:1;background-color:rgba(30,41,59,var(--tw-bg-opacity))}.\32xl\:bg-slate-800\/0{background-color:rgba(30,41,59,0)}.\32xl\:bg-slate-800\/10{background-color:rgba(30,41,59,.1)}.\32xl\:bg-slate-800\/100{background-color:#1e293b}.\32xl\:bg-slate-800\/15{background-color:rgba(30,41,59,.15)}.\32xl\:bg-slate-800\/20{background-color:rgba(30,41,59,.2)}.\32xl\:bg-slate-800\/25{background-color:rgba(30,41,59,.25)}.\32xl\:bg-slate-800\/30{background-color:rgba(30,41,59,.3)}.\32xl\:bg-slate-800\/35{background-color:rgba(30,41,59,.35)}.\32xl\:bg-slate-800\/40{background-color:rgba(30,41,59,.4)}.\32xl\:bg-slate-800\/45{background-color:rgba(30,41,59,.45)}.\32xl\:bg-slate-800\/5{background-color:rgba(30,41,59,.05)}.\32xl\:bg-slate-800\/50{background-color:rgba(30,41,59,.5)}.\32xl\:bg-slate-800\/55{background-color:rgba(30,41,59,.55)}.\32xl\:bg-slate-800\/60{background-color:rgba(30,41,59,.6)}.\32xl\:bg-slate-800\/65{background-color:rgba(30,41,59,.65)}.\32xl\:bg-slate-800\/70{background-color:rgba(30,41,59,.7)}.\32xl\:bg-slate-800\/75{background-color:rgba(30,41,59,.75)}.\32xl\:bg-slate-800\/80{background-color:rgba(30,41,59,.8)}.\32xl\:bg-slate-800\/85{background-color:rgba(30,41,59,.85)}.\32xl\:bg-slate-800\/90{background-color:rgba(30,41,59,.9)}.\32xl\:bg-slate-800\/95{background-color:rgba(30,41,59,.95)}.\32xl\:bg-slate-900{--tw-bg-opacity:1;background-color:rgba(15,23,42,var(--tw-bg-opacity))}.\32xl\:bg-slate-900\/0{background-color:rgba(15,23,42,0)}.\32xl\:bg-slate-900\/10{background-color:rgba(15,23,42,.1)}.\32xl\:bg-slate-900\/100{background-color:#0f172a}.\32xl\:bg-slate-900\/15{background-color:rgba(15,23,42,.15)}.\32xl\:bg-slate-900\/20{background-color:rgba(15,23,42,.2)}.\32xl\:bg-slate-900\/25{background-color:rgba(15,23,42,.25)}.\32xl\:bg-slate-900\/30{background-color:rgba(15,23,42,.3)}.\32xl\:bg-slate-900\/35{background-color:rgba(15,23,42,.35)}.\32xl\:bg-slate-900\/40{background-color:rgba(15,23,42,.4)}.\32xl\:bg-slate-900\/45{background-color:rgba(15,23,42,.45)}.\32xl\:bg-slate-900\/5{background-color:rgba(15,23,42,.05)}.\32xl\:bg-slate-900\/50{background-color:rgba(15,23,42,.5)}.\32xl\:bg-slate-900\/55{background-color:rgba(15,23,42,.55)}.\32xl\:bg-slate-900\/60{background-color:rgba(15,23,42,.6)}.\32xl\:bg-slate-900\/65{background-color:rgba(15,23,42,.65)}.\32xl\:bg-slate-900\/70{background-color:rgba(15,23,42,.7)}.\32xl\:bg-slate-900\/75{background-color:rgba(15,23,42,.75)}.\32xl\:bg-slate-900\/80{background-color:rgba(15,23,42,.8)}.\32xl\:bg-slate-900\/85{background-color:rgba(15,23,42,.85)}.\32xl\:bg-slate-900\/90{background-color:rgba(15,23,42,.9)}.\32xl\:bg-slate-900\/95{background-color:rgba(15,23,42,.95)}.\32xl\:bg-slate-950{--tw-bg-opacity:1;background-color:rgba(2,6,23,var(--tw-bg-opacity))}.\32xl\:bg-slate-950\/0{background-color:rgba(2,6,23,0)}.\32xl\:bg-slate-950\/10{background-color:rgba(2,6,23,.1)}.\32xl\:bg-slate-950\/100{background-color:#020617}.\32xl\:bg-slate-950\/15{background-color:rgba(2,6,23,.15)}.\32xl\:bg-slate-950\/20{background-color:rgba(2,6,23,.2)}.\32xl\:bg-slate-950\/25{background-color:rgba(2,6,23,.25)}.\32xl\:bg-slate-950\/30{background-color:rgba(2,6,23,.3)}.\32xl\:bg-slate-950\/35{background-color:rgba(2,6,23,.35)}.\32xl\:bg-slate-950\/40{background-color:rgba(2,6,23,.4)}.\32xl\:bg-slate-950\/45{background-color:rgba(2,6,23,.45)}.\32xl\:bg-slate-950\/5{background-color:rgba(2,6,23,.05)}.\32xl\:bg-slate-950\/50{background-color:rgba(2,6,23,.5)}.\32xl\:bg-slate-950\/55{background-color:rgba(2,6,23,.55)}.\32xl\:bg-slate-950\/60{background-color:rgba(2,6,23,.6)}.\32xl\:bg-slate-950\/65{background-color:rgba(2,6,23,.65)}.\32xl\:bg-slate-950\/70{background-color:rgba(2,6,23,.7)}.\32xl\:bg-slate-950\/75{background-color:rgba(2,6,23,.75)}.\32xl\:bg-slate-950\/80{background-color:rgba(2,6,23,.8)}.\32xl\:bg-slate-950\/85{background-color:rgba(2,6,23,.85)}.\32xl\:bg-slate-950\/90{background-color:rgba(2,6,23,.9)}.\32xl\:bg-slate-950\/95{background-color:rgba(2,6,23,.95)}.\32xl\:bg-stone-100{--tw-bg-opacity:1;background-color:rgba(245,245,244,var(--tw-bg-opacity))}.\32xl\:bg-stone-100\/0{background-color:hsla(60,5%,96%,0)}.\32xl\:bg-stone-100\/10{background-color:hsla(60,5%,96%,.1)}.\32xl\:bg-stone-100\/100{background-color:#f5f5f4}.\32xl\:bg-stone-100\/15{background-color:hsla(60,5%,96%,.15)}.\32xl\:bg-stone-100\/20{background-color:hsla(60,5%,96%,.2)}.\32xl\:bg-stone-100\/25{background-color:hsla(60,5%,96%,.25)}.\32xl\:bg-stone-100\/30{background-color:hsla(60,5%,96%,.3)}.\32xl\:bg-stone-100\/35{background-color:hsla(60,5%,96%,.35)}.\32xl\:bg-stone-100\/40{background-color:hsla(60,5%,96%,.4)}.\32xl\:bg-stone-100\/45{background-color:hsla(60,5%,96%,.45)}.\32xl\:bg-stone-100\/5{background-color:hsla(60,5%,96%,.05)}.\32xl\:bg-stone-100\/50{background-color:hsla(60,5%,96%,.5)}.\32xl\:bg-stone-100\/55{background-color:hsla(60,5%,96%,.55)}.\32xl\:bg-stone-100\/60{background-color:hsla(60,5%,96%,.6)}.\32xl\:bg-stone-100\/65{background-color:hsla(60,5%,96%,.65)}.\32xl\:bg-stone-100\/70{background-color:hsla(60,5%,96%,.7)}.\32xl\:bg-stone-100\/75{background-color:hsla(60,5%,96%,.75)}.\32xl\:bg-stone-100\/80{background-color:hsla(60,5%,96%,.8)}.\32xl\:bg-stone-100\/85{background-color:hsla(60,5%,96%,.85)}.\32xl\:bg-stone-100\/90{background-color:hsla(60,5%,96%,.9)}.\32xl\:bg-stone-100\/95{background-color:hsla(60,5%,96%,.95)}.\32xl\:bg-stone-200{--tw-bg-opacity:1;background-color:rgba(231,229,228,var(--tw-bg-opacity))}.\32xl\:bg-stone-200\/0{background-color:hsla(20,6%,90%,0)}.\32xl\:bg-stone-200\/10{background-color:hsla(20,6%,90%,.1)}.\32xl\:bg-stone-200\/100{background-color:#e7e5e4}.\32xl\:bg-stone-200\/15{background-color:hsla(20,6%,90%,.15)}.\32xl\:bg-stone-200\/20{background-color:hsla(20,6%,90%,.2)}.\32xl\:bg-stone-200\/25{background-color:hsla(20,6%,90%,.25)}.\32xl\:bg-stone-200\/30{background-color:hsla(20,6%,90%,.3)}.\32xl\:bg-stone-200\/35{background-color:hsla(20,6%,90%,.35)}.\32xl\:bg-stone-200\/40{background-color:hsla(20,6%,90%,.4)}.\32xl\:bg-stone-200\/45{background-color:hsla(20,6%,90%,.45)}.\32xl\:bg-stone-200\/5{background-color:hsla(20,6%,90%,.05)}.\32xl\:bg-stone-200\/50{background-color:hsla(20,6%,90%,.5)}.\32xl\:bg-stone-200\/55{background-color:hsla(20,6%,90%,.55)}.\32xl\:bg-stone-200\/60{background-color:hsla(20,6%,90%,.6)}.\32xl\:bg-stone-200\/65{background-color:hsla(20,6%,90%,.65)}.\32xl\:bg-stone-200\/70{background-color:hsla(20,6%,90%,.7)}.\32xl\:bg-stone-200\/75{background-color:hsla(20,6%,90%,.75)}.\32xl\:bg-stone-200\/80{background-color:hsla(20,6%,90%,.8)}.\32xl\:bg-stone-200\/85{background-color:hsla(20,6%,90%,.85)}.\32xl\:bg-stone-200\/90{background-color:hsla(20,6%,90%,.9)}.\32xl\:bg-stone-200\/95{background-color:hsla(20,6%,90%,.95)}.\32xl\:bg-stone-300{--tw-bg-opacity:1;background-color:rgba(214,211,209,var(--tw-bg-opacity))}.\32xl\:bg-stone-300\/0{background-color:hsla(24,6%,83%,0)}.\32xl\:bg-stone-300\/10{background-color:hsla(24,6%,83%,.1)}.\32xl\:bg-stone-300\/100{background-color:#d6d3d1}.\32xl\:bg-stone-300\/15{background-color:hsla(24,6%,83%,.15)}.\32xl\:bg-stone-300\/20{background-color:hsla(24,6%,83%,.2)}.\32xl\:bg-stone-300\/25{background-color:hsla(24,6%,83%,.25)}.\32xl\:bg-stone-300\/30{background-color:hsla(24,6%,83%,.3)}.\32xl\:bg-stone-300\/35{background-color:hsla(24,6%,83%,.35)}.\32xl\:bg-stone-300\/40{background-color:hsla(24,6%,83%,.4)}.\32xl\:bg-stone-300\/45{background-color:hsla(24,6%,83%,.45)}.\32xl\:bg-stone-300\/5{background-color:hsla(24,6%,83%,.05)}.\32xl\:bg-stone-300\/50{background-color:hsla(24,6%,83%,.5)}.\32xl\:bg-stone-300\/55{background-color:hsla(24,6%,83%,.55)}.\32xl\:bg-stone-300\/60{background-color:hsla(24,6%,83%,.6)}.\32xl\:bg-stone-300\/65{background-color:hsla(24,6%,83%,.65)}.\32xl\:bg-stone-300\/70{background-color:hsla(24,6%,83%,.7)}.\32xl\:bg-stone-300\/75{background-color:hsla(24,6%,83%,.75)}.\32xl\:bg-stone-300\/80{background-color:hsla(24,6%,83%,.8)}.\32xl\:bg-stone-300\/85{background-color:hsla(24,6%,83%,.85)}.\32xl\:bg-stone-300\/90{background-color:hsla(24,6%,83%,.9)}.\32xl\:bg-stone-300\/95{background-color:hsla(24,6%,83%,.95)}.\32xl\:bg-stone-400{--tw-bg-opacity:1;background-color:rgba(168,162,158,var(--tw-bg-opacity))}.\32xl\:bg-stone-400\/0{background-color:hsla(24,5%,64%,0)}.\32xl\:bg-stone-400\/10{background-color:hsla(24,5%,64%,.1)}.\32xl\:bg-stone-400\/100{background-color:#a8a29e}.\32xl\:bg-stone-400\/15{background-color:hsla(24,5%,64%,.15)}.\32xl\:bg-stone-400\/20{background-color:hsla(24,5%,64%,.2)}.\32xl\:bg-stone-400\/25{background-color:hsla(24,5%,64%,.25)}.\32xl\:bg-stone-400\/30{background-color:hsla(24,5%,64%,.3)}.\32xl\:bg-stone-400\/35{background-color:hsla(24,5%,64%,.35)}.\32xl\:bg-stone-400\/40{background-color:hsla(24,5%,64%,.4)}.\32xl\:bg-stone-400\/45{background-color:hsla(24,5%,64%,.45)}.\32xl\:bg-stone-400\/5{background-color:hsla(24,5%,64%,.05)}.\32xl\:bg-stone-400\/50{background-color:hsla(24,5%,64%,.5)}.\32xl\:bg-stone-400\/55{background-color:hsla(24,5%,64%,.55)}.\32xl\:bg-stone-400\/60{background-color:hsla(24,5%,64%,.6)}.\32xl\:bg-stone-400\/65{background-color:hsla(24,5%,64%,.65)}.\32xl\:bg-stone-400\/70{background-color:hsla(24,5%,64%,.7)}.\32xl\:bg-stone-400\/75{background-color:hsla(24,5%,64%,.75)}.\32xl\:bg-stone-400\/80{background-color:hsla(24,5%,64%,.8)}.\32xl\:bg-stone-400\/85{background-color:hsla(24,5%,64%,.85)}.\32xl\:bg-stone-400\/90{background-color:hsla(24,5%,64%,.9)}.\32xl\:bg-stone-400\/95{background-color:hsla(24,5%,64%,.95)}.\32xl\:bg-stone-50{--tw-bg-opacity:1;background-color:rgba(250,250,249,var(--tw-bg-opacity))}.\32xl\:bg-stone-50\/0{background-color:hsla(60,9%,98%,0)}.\32xl\:bg-stone-50\/10{background-color:hsla(60,9%,98%,.1)}.\32xl\:bg-stone-50\/100{background-color:#fafaf9}.\32xl\:bg-stone-50\/15{background-color:hsla(60,9%,98%,.15)}.\32xl\:bg-stone-50\/20{background-color:hsla(60,9%,98%,.2)}.\32xl\:bg-stone-50\/25{background-color:hsla(60,9%,98%,.25)}.\32xl\:bg-stone-50\/30{background-color:hsla(60,9%,98%,.3)}.\32xl\:bg-stone-50\/35{background-color:hsla(60,9%,98%,.35)}.\32xl\:bg-stone-50\/40{background-color:hsla(60,9%,98%,.4)}.\32xl\:bg-stone-50\/45{background-color:hsla(60,9%,98%,.45)}.\32xl\:bg-stone-50\/5{background-color:hsla(60,9%,98%,.05)}.\32xl\:bg-stone-50\/50{background-color:hsla(60,9%,98%,.5)}.\32xl\:bg-stone-50\/55{background-color:hsla(60,9%,98%,.55)}.\32xl\:bg-stone-50\/60{background-color:hsla(60,9%,98%,.6)}.\32xl\:bg-stone-50\/65{background-color:hsla(60,9%,98%,.65)}.\32xl\:bg-stone-50\/70{background-color:hsla(60,9%,98%,.7)}.\32xl\:bg-stone-50\/75{background-color:hsla(60,9%,98%,.75)}.\32xl\:bg-stone-50\/80{background-color:hsla(60,9%,98%,.8)}.\32xl\:bg-stone-50\/85{background-color:hsla(60,9%,98%,.85)}.\32xl\:bg-stone-50\/90{background-color:hsla(60,9%,98%,.9)}.\32xl\:bg-stone-50\/95{background-color:hsla(60,9%,98%,.95)}.\32xl\:bg-stone-500{--tw-bg-opacity:1;background-color:rgba(120,113,108,var(--tw-bg-opacity))}.\32xl\:bg-stone-500\/0{background-color:hsla(25,5%,45%,0)}.\32xl\:bg-stone-500\/10{background-color:hsla(25,5%,45%,.1)}.\32xl\:bg-stone-500\/100{background-color:#78716c}.\32xl\:bg-stone-500\/15{background-color:hsla(25,5%,45%,.15)}.\32xl\:bg-stone-500\/20{background-color:hsla(25,5%,45%,.2)}.\32xl\:bg-stone-500\/25{background-color:hsla(25,5%,45%,.25)}.\32xl\:bg-stone-500\/30{background-color:hsla(25,5%,45%,.3)}.\32xl\:bg-stone-500\/35{background-color:hsla(25,5%,45%,.35)}.\32xl\:bg-stone-500\/40{background-color:hsla(25,5%,45%,.4)}.\32xl\:bg-stone-500\/45{background-color:hsla(25,5%,45%,.45)}.\32xl\:bg-stone-500\/5{background-color:hsla(25,5%,45%,.05)}.\32xl\:bg-stone-500\/50{background-color:hsla(25,5%,45%,.5)}.\32xl\:bg-stone-500\/55{background-color:hsla(25,5%,45%,.55)}.\32xl\:bg-stone-500\/60{background-color:hsla(25,5%,45%,.6)}.\32xl\:bg-stone-500\/65{background-color:hsla(25,5%,45%,.65)}.\32xl\:bg-stone-500\/70{background-color:hsla(25,5%,45%,.7)}.\32xl\:bg-stone-500\/75{background-color:hsla(25,5%,45%,.75)}.\32xl\:bg-stone-500\/80{background-color:hsla(25,5%,45%,.8)}.\32xl\:bg-stone-500\/85{background-color:hsla(25,5%,45%,.85)}.\32xl\:bg-stone-500\/90{background-color:hsla(25,5%,45%,.9)}.\32xl\:bg-stone-500\/95{background-color:hsla(25,5%,45%,.95)}.\32xl\:bg-stone-600{--tw-bg-opacity:1;background-color:rgba(87,83,78,var(--tw-bg-opacity))}.\32xl\:bg-stone-600\/0{background-color:rgba(87,83,78,0)}.\32xl\:bg-stone-600\/10{background-color:rgba(87,83,78,.1)}.\32xl\:bg-stone-600\/100{background-color:#57534e}.\32xl\:bg-stone-600\/15{background-color:rgba(87,83,78,.15)}.\32xl\:bg-stone-600\/20{background-color:rgba(87,83,78,.2)}.\32xl\:bg-stone-600\/25{background-color:rgba(87,83,78,.25)}.\32xl\:bg-stone-600\/30{background-color:rgba(87,83,78,.3)}.\32xl\:bg-stone-600\/35{background-color:rgba(87,83,78,.35)}.\32xl\:bg-stone-600\/40{background-color:rgba(87,83,78,.4)}.\32xl\:bg-stone-600\/45{background-color:rgba(87,83,78,.45)}.\32xl\:bg-stone-600\/5{background-color:rgba(87,83,78,.05)}.\32xl\:bg-stone-600\/50{background-color:rgba(87,83,78,.5)}.\32xl\:bg-stone-600\/55{background-color:rgba(87,83,78,.55)}.\32xl\:bg-stone-600\/60{background-color:rgba(87,83,78,.6)}.\32xl\:bg-stone-600\/65{background-color:rgba(87,83,78,.65)}.\32xl\:bg-stone-600\/70{background-color:rgba(87,83,78,.7)}.\32xl\:bg-stone-600\/75{background-color:rgba(87,83,78,.75)}.\32xl\:bg-stone-600\/80{background-color:rgba(87,83,78,.8)}.\32xl\:bg-stone-600\/85{background-color:rgba(87,83,78,.85)}.\32xl\:bg-stone-600\/90{background-color:rgba(87,83,78,.9)}.\32xl\:bg-stone-600\/95{background-color:rgba(87,83,78,.95)}.\32xl\:bg-stone-700{--tw-bg-opacity:1;background-color:rgba(68,64,60,var(--tw-bg-opacity))}.\32xl\:bg-stone-700\/0{background-color:rgba(68,64,60,0)}.\32xl\:bg-stone-700\/10{background-color:rgba(68,64,60,.1)}.\32xl\:bg-stone-700\/100{background-color:#44403c}.\32xl\:bg-stone-700\/15{background-color:rgba(68,64,60,.15)}.\32xl\:bg-stone-700\/20{background-color:rgba(68,64,60,.2)}.\32xl\:bg-stone-700\/25{background-color:rgba(68,64,60,.25)}.\32xl\:bg-stone-700\/30{background-color:rgba(68,64,60,.3)}.\32xl\:bg-stone-700\/35{background-color:rgba(68,64,60,.35)}.\32xl\:bg-stone-700\/40{background-color:rgba(68,64,60,.4)}.\32xl\:bg-stone-700\/45{background-color:rgba(68,64,60,.45)}.\32xl\:bg-stone-700\/5{background-color:rgba(68,64,60,.05)}.\32xl\:bg-stone-700\/50{background-color:rgba(68,64,60,.5)}.\32xl\:bg-stone-700\/55{background-color:rgba(68,64,60,.55)}.\32xl\:bg-stone-700\/60{background-color:rgba(68,64,60,.6)}.\32xl\:bg-stone-700\/65{background-color:rgba(68,64,60,.65)}.\32xl\:bg-stone-700\/70{background-color:rgba(68,64,60,.7)}.\32xl\:bg-stone-700\/75{background-color:rgba(68,64,60,.75)}.\32xl\:bg-stone-700\/80{background-color:rgba(68,64,60,.8)}.\32xl\:bg-stone-700\/85{background-color:rgba(68,64,60,.85)}.\32xl\:bg-stone-700\/90{background-color:rgba(68,64,60,.9)}.\32xl\:bg-stone-700\/95{background-color:rgba(68,64,60,.95)}.\32xl\:bg-stone-800{--tw-bg-opacity:1;background-color:rgba(41,37,36,var(--tw-bg-opacity))}.\32xl\:bg-stone-800\/0{background-color:rgba(41,37,36,0)}.\32xl\:bg-stone-800\/10{background-color:rgba(41,37,36,.1)}.\32xl\:bg-stone-800\/100{background-color:#292524}.\32xl\:bg-stone-800\/15{background-color:rgba(41,37,36,.15)}.\32xl\:bg-stone-800\/20{background-color:rgba(41,37,36,.2)}.\32xl\:bg-stone-800\/25{background-color:rgba(41,37,36,.25)}.\32xl\:bg-stone-800\/30{background-color:rgba(41,37,36,.3)}.\32xl\:bg-stone-800\/35{background-color:rgba(41,37,36,.35)}.\32xl\:bg-stone-800\/40{background-color:rgba(41,37,36,.4)}.\32xl\:bg-stone-800\/45{background-color:rgba(41,37,36,.45)}.\32xl\:bg-stone-800\/5{background-color:rgba(41,37,36,.05)}.\32xl\:bg-stone-800\/50{background-color:rgba(41,37,36,.5)}.\32xl\:bg-stone-800\/55{background-color:rgba(41,37,36,.55)}.\32xl\:bg-stone-800\/60{background-color:rgba(41,37,36,.6)}.\32xl\:bg-stone-800\/65{background-color:rgba(41,37,36,.65)}.\32xl\:bg-stone-800\/70{background-color:rgba(41,37,36,.7)}.\32xl\:bg-stone-800\/75{background-color:rgba(41,37,36,.75)}.\32xl\:bg-stone-800\/80{background-color:rgba(41,37,36,.8)}.\32xl\:bg-stone-800\/85{background-color:rgba(41,37,36,.85)}.\32xl\:bg-stone-800\/90{background-color:rgba(41,37,36,.9)}.\32xl\:bg-stone-800\/95{background-color:rgba(41,37,36,.95)}.\32xl\:bg-stone-900{--tw-bg-opacity:1;background-color:rgba(28,25,23,var(--tw-bg-opacity))}.\32xl\:bg-stone-900\/0{background-color:rgba(28,25,23,0)}.\32xl\:bg-stone-900\/10{background-color:rgba(28,25,23,.1)}.\32xl\:bg-stone-900\/100{background-color:#1c1917}.\32xl\:bg-stone-900\/15{background-color:rgba(28,25,23,.15)}.\32xl\:bg-stone-900\/20{background-color:rgba(28,25,23,.2)}.\32xl\:bg-stone-900\/25{background-color:rgba(28,25,23,.25)}.\32xl\:bg-stone-900\/30{background-color:rgba(28,25,23,.3)}.\32xl\:bg-stone-900\/35{background-color:rgba(28,25,23,.35)}.\32xl\:bg-stone-900\/40{background-color:rgba(28,25,23,.4)}.\32xl\:bg-stone-900\/45{background-color:rgba(28,25,23,.45)}.\32xl\:bg-stone-900\/5{background-color:rgba(28,25,23,.05)}.\32xl\:bg-stone-900\/50{background-color:rgba(28,25,23,.5)}.\32xl\:bg-stone-900\/55{background-color:rgba(28,25,23,.55)}.\32xl\:bg-stone-900\/60{background-color:rgba(28,25,23,.6)}.\32xl\:bg-stone-900\/65{background-color:rgba(28,25,23,.65)}.\32xl\:bg-stone-900\/70{background-color:rgba(28,25,23,.7)}.\32xl\:bg-stone-900\/75{background-color:rgba(28,25,23,.75)}.\32xl\:bg-stone-900\/80{background-color:rgba(28,25,23,.8)}.\32xl\:bg-stone-900\/85{background-color:rgba(28,25,23,.85)}.\32xl\:bg-stone-900\/90{background-color:rgba(28,25,23,.9)}.\32xl\:bg-stone-900\/95{background-color:rgba(28,25,23,.95)}.\32xl\:bg-stone-950{--tw-bg-opacity:1;background-color:rgba(12,10,9,var(--tw-bg-opacity))}.\32xl\:bg-stone-950\/0{background-color:rgba(12,10,9,0)}.\32xl\:bg-stone-950\/10{background-color:rgba(12,10,9,.1)}.\32xl\:bg-stone-950\/100{background-color:#0c0a09}.\32xl\:bg-stone-950\/15{background-color:rgba(12,10,9,.15)}.\32xl\:bg-stone-950\/20{background-color:rgba(12,10,9,.2)}.\32xl\:bg-stone-950\/25{background-color:rgba(12,10,9,.25)}.\32xl\:bg-stone-950\/30{background-color:rgba(12,10,9,.3)}.\32xl\:bg-stone-950\/35{background-color:rgba(12,10,9,.35)}.\32xl\:bg-stone-950\/40{background-color:rgba(12,10,9,.4)}.\32xl\:bg-stone-950\/45{background-color:rgba(12,10,9,.45)}.\32xl\:bg-stone-950\/5{background-color:rgba(12,10,9,.05)}.\32xl\:bg-stone-950\/50{background-color:rgba(12,10,9,.5)}.\32xl\:bg-stone-950\/55{background-color:rgba(12,10,9,.55)}.\32xl\:bg-stone-950\/60{background-color:rgba(12,10,9,.6)}.\32xl\:bg-stone-950\/65{background-color:rgba(12,10,9,.65)}.\32xl\:bg-stone-950\/70{background-color:rgba(12,10,9,.7)}.\32xl\:bg-stone-950\/75{background-color:rgba(12,10,9,.75)}.\32xl\:bg-stone-950\/80{background-color:rgba(12,10,9,.8)}.\32xl\:bg-stone-950\/85{background-color:rgba(12,10,9,.85)}.\32xl\:bg-stone-950\/90{background-color:rgba(12,10,9,.9)}.\32xl\:bg-stone-950\/95{background-color:rgba(12,10,9,.95)}.\32xl\:bg-teal-100{--tw-bg-opacity:1;background-color:rgba(204,251,241,var(--tw-bg-opacity))}.\32xl\:bg-teal-100\/0{background-color:rgba(204,251,241,0)}.\32xl\:bg-teal-100\/10{background-color:rgba(204,251,241,.1)}.\32xl\:bg-teal-100\/100{background-color:#ccfbf1}.\32xl\:bg-teal-100\/15{background-color:rgba(204,251,241,.15)}.\32xl\:bg-teal-100\/20{background-color:rgba(204,251,241,.2)}.\32xl\:bg-teal-100\/25{background-color:rgba(204,251,241,.25)}.\32xl\:bg-teal-100\/30{background-color:rgba(204,251,241,.3)}.\32xl\:bg-teal-100\/35{background-color:rgba(204,251,241,.35)}.\32xl\:bg-teal-100\/40{background-color:rgba(204,251,241,.4)}.\32xl\:bg-teal-100\/45{background-color:rgba(204,251,241,.45)}.\32xl\:bg-teal-100\/5{background-color:rgba(204,251,241,.05)}.\32xl\:bg-teal-100\/50{background-color:rgba(204,251,241,.5)}.\32xl\:bg-teal-100\/55{background-color:rgba(204,251,241,.55)}.\32xl\:bg-teal-100\/60{background-color:rgba(204,251,241,.6)}.\32xl\:bg-teal-100\/65{background-color:rgba(204,251,241,.65)}.\32xl\:bg-teal-100\/70{background-color:rgba(204,251,241,.7)}.\32xl\:bg-teal-100\/75{background-color:rgba(204,251,241,.75)}.\32xl\:bg-teal-100\/80{background-color:rgba(204,251,241,.8)}.\32xl\:bg-teal-100\/85{background-color:rgba(204,251,241,.85)}.\32xl\:bg-teal-100\/90{background-color:rgba(204,251,241,.9)}.\32xl\:bg-teal-100\/95{background-color:rgba(204,251,241,.95)}.\32xl\:bg-teal-200{--tw-bg-opacity:1;background-color:rgba(153,246,228,var(--tw-bg-opacity))}.\32xl\:bg-teal-200\/0{background-color:rgba(153,246,228,0)}.\32xl\:bg-teal-200\/10{background-color:rgba(153,246,228,.1)}.\32xl\:bg-teal-200\/100{background-color:#99f6e4}.\32xl\:bg-teal-200\/15{background-color:rgba(153,246,228,.15)}.\32xl\:bg-teal-200\/20{background-color:rgba(153,246,228,.2)}.\32xl\:bg-teal-200\/25{background-color:rgba(153,246,228,.25)}.\32xl\:bg-teal-200\/30{background-color:rgba(153,246,228,.3)}.\32xl\:bg-teal-200\/35{background-color:rgba(153,246,228,.35)}.\32xl\:bg-teal-200\/40{background-color:rgba(153,246,228,.4)}.\32xl\:bg-teal-200\/45{background-color:rgba(153,246,228,.45)}.\32xl\:bg-teal-200\/5{background-color:rgba(153,246,228,.05)}.\32xl\:bg-teal-200\/50{background-color:rgba(153,246,228,.5)}.\32xl\:bg-teal-200\/55{background-color:rgba(153,246,228,.55)}.\32xl\:bg-teal-200\/60{background-color:rgba(153,246,228,.6)}.\32xl\:bg-teal-200\/65{background-color:rgba(153,246,228,.65)}.\32xl\:bg-teal-200\/70{background-color:rgba(153,246,228,.7)}.\32xl\:bg-teal-200\/75{background-color:rgba(153,246,228,.75)}.\32xl\:bg-teal-200\/80{background-color:rgba(153,246,228,.8)}.\32xl\:bg-teal-200\/85{background-color:rgba(153,246,228,.85)}.\32xl\:bg-teal-200\/90{background-color:rgba(153,246,228,.9)}.\32xl\:bg-teal-200\/95{background-color:rgba(153,246,228,.95)}.\32xl\:bg-teal-300{--tw-bg-opacity:1;background-color:rgba(94,234,212,var(--tw-bg-opacity))}.\32xl\:bg-teal-300\/0{background-color:rgba(94,234,212,0)}.\32xl\:bg-teal-300\/10{background-color:rgba(94,234,212,.1)}.\32xl\:bg-teal-300\/100{background-color:#5eead4}.\32xl\:bg-teal-300\/15{background-color:rgba(94,234,212,.15)}.\32xl\:bg-teal-300\/20{background-color:rgba(94,234,212,.2)}.\32xl\:bg-teal-300\/25{background-color:rgba(94,234,212,.25)}.\32xl\:bg-teal-300\/30{background-color:rgba(94,234,212,.3)}.\32xl\:bg-teal-300\/35{background-color:rgba(94,234,212,.35)}.\32xl\:bg-teal-300\/40{background-color:rgba(94,234,212,.4)}.\32xl\:bg-teal-300\/45{background-color:rgba(94,234,212,.45)}.\32xl\:bg-teal-300\/5{background-color:rgba(94,234,212,.05)}.\32xl\:bg-teal-300\/50{background-color:rgba(94,234,212,.5)}.\32xl\:bg-teal-300\/55{background-color:rgba(94,234,212,.55)}.\32xl\:bg-teal-300\/60{background-color:rgba(94,234,212,.6)}.\32xl\:bg-teal-300\/65{background-color:rgba(94,234,212,.65)}.\32xl\:bg-teal-300\/70{background-color:rgba(94,234,212,.7)}.\32xl\:bg-teal-300\/75{background-color:rgba(94,234,212,.75)}.\32xl\:bg-teal-300\/80{background-color:rgba(94,234,212,.8)}.\32xl\:bg-teal-300\/85{background-color:rgba(94,234,212,.85)}.\32xl\:bg-teal-300\/90{background-color:rgba(94,234,212,.9)}.\32xl\:bg-teal-300\/95{background-color:rgba(94,234,212,.95)}.\32xl\:bg-teal-400{--tw-bg-opacity:1;background-color:rgba(45,212,191,var(--tw-bg-opacity))}.\32xl\:bg-teal-400\/0{background-color:rgba(45,212,191,0)}.\32xl\:bg-teal-400\/10{background-color:rgba(45,212,191,.1)}.\32xl\:bg-teal-400\/100{background-color:#2dd4bf}.\32xl\:bg-teal-400\/15{background-color:rgba(45,212,191,.15)}.\32xl\:bg-teal-400\/20{background-color:rgba(45,212,191,.2)}.\32xl\:bg-teal-400\/25{background-color:rgba(45,212,191,.25)}.\32xl\:bg-teal-400\/30{background-color:rgba(45,212,191,.3)}.\32xl\:bg-teal-400\/35{background-color:rgba(45,212,191,.35)}.\32xl\:bg-teal-400\/40{background-color:rgba(45,212,191,.4)}.\32xl\:bg-teal-400\/45{background-color:rgba(45,212,191,.45)}.\32xl\:bg-teal-400\/5{background-color:rgba(45,212,191,.05)}.\32xl\:bg-teal-400\/50{background-color:rgba(45,212,191,.5)}.\32xl\:bg-teal-400\/55{background-color:rgba(45,212,191,.55)}.\32xl\:bg-teal-400\/60{background-color:rgba(45,212,191,.6)}.\32xl\:bg-teal-400\/65{background-color:rgba(45,212,191,.65)}.\32xl\:bg-teal-400\/70{background-color:rgba(45,212,191,.7)}.\32xl\:bg-teal-400\/75{background-color:rgba(45,212,191,.75)}.\32xl\:bg-teal-400\/80{background-color:rgba(45,212,191,.8)}.\32xl\:bg-teal-400\/85{background-color:rgba(45,212,191,.85)}.\32xl\:bg-teal-400\/90{background-color:rgba(45,212,191,.9)}.\32xl\:bg-teal-400\/95{background-color:rgba(45,212,191,.95)}.\32xl\:bg-teal-50{--tw-bg-opacity:1;background-color:rgba(240,253,250,var(--tw-bg-opacity))}.\32xl\:bg-teal-50\/0{background-color:rgba(240,253,250,0)}.\32xl\:bg-teal-50\/10{background-color:rgba(240,253,250,.1)}.\32xl\:bg-teal-50\/100{background-color:#f0fdfa}.\32xl\:bg-teal-50\/15{background-color:rgba(240,253,250,.15)}.\32xl\:bg-teal-50\/20{background-color:rgba(240,253,250,.2)}.\32xl\:bg-teal-50\/25{background-color:rgba(240,253,250,.25)}.\32xl\:bg-teal-50\/30{background-color:rgba(240,253,250,.3)}.\32xl\:bg-teal-50\/35{background-color:rgba(240,253,250,.35)}.\32xl\:bg-teal-50\/40{background-color:rgba(240,253,250,.4)}.\32xl\:bg-teal-50\/45{background-color:rgba(240,253,250,.45)}.\32xl\:bg-teal-50\/5{background-color:rgba(240,253,250,.05)}.\32xl\:bg-teal-50\/50{background-color:rgba(240,253,250,.5)}.\32xl\:bg-teal-50\/55{background-color:rgba(240,253,250,.55)}.\32xl\:bg-teal-50\/60{background-color:rgba(240,253,250,.6)}.\32xl\:bg-teal-50\/65{background-color:rgba(240,253,250,.65)}.\32xl\:bg-teal-50\/70{background-color:rgba(240,253,250,.7)}.\32xl\:bg-teal-50\/75{background-color:rgba(240,253,250,.75)}.\32xl\:bg-teal-50\/80{background-color:rgba(240,253,250,.8)}.\32xl\:bg-teal-50\/85{background-color:rgba(240,253,250,.85)}.\32xl\:bg-teal-50\/90{background-color:rgba(240,253,250,.9)}.\32xl\:bg-teal-50\/95{background-color:rgba(240,253,250,.95)}.\32xl\:bg-teal-500{--tw-bg-opacity:1;background-color:rgba(20,184,166,var(--tw-bg-opacity))}.\32xl\:bg-teal-500\/0{background-color:rgba(20,184,166,0)}.\32xl\:bg-teal-500\/10{background-color:rgba(20,184,166,.1)}.\32xl\:bg-teal-500\/100{background-color:#14b8a6}.\32xl\:bg-teal-500\/15{background-color:rgba(20,184,166,.15)}.\32xl\:bg-teal-500\/20{background-color:rgba(20,184,166,.2)}.\32xl\:bg-teal-500\/25{background-color:rgba(20,184,166,.25)}.\32xl\:bg-teal-500\/30{background-color:rgba(20,184,166,.3)}.\32xl\:bg-teal-500\/35{background-color:rgba(20,184,166,.35)}.\32xl\:bg-teal-500\/40{background-color:rgba(20,184,166,.4)}.\32xl\:bg-teal-500\/45{background-color:rgba(20,184,166,.45)}.\32xl\:bg-teal-500\/5{background-color:rgba(20,184,166,.05)}.\32xl\:bg-teal-500\/50{background-color:rgba(20,184,166,.5)}.\32xl\:bg-teal-500\/55{background-color:rgba(20,184,166,.55)}.\32xl\:bg-teal-500\/60{background-color:rgba(20,184,166,.6)}.\32xl\:bg-teal-500\/65{background-color:rgba(20,184,166,.65)}.\32xl\:bg-teal-500\/70{background-color:rgba(20,184,166,.7)}.\32xl\:bg-teal-500\/75{background-color:rgba(20,184,166,.75)}.\32xl\:bg-teal-500\/80{background-color:rgba(20,184,166,.8)}.\32xl\:bg-teal-500\/85{background-color:rgba(20,184,166,.85)}.\32xl\:bg-teal-500\/90{background-color:rgba(20,184,166,.9)}.\32xl\:bg-teal-500\/95{background-color:rgba(20,184,166,.95)}.\32xl\:bg-teal-600{--tw-bg-opacity:1;background-color:rgba(13,148,136,var(--tw-bg-opacity))}.\32xl\:bg-teal-600\/0{background-color:rgba(13,148,136,0)}.\32xl\:bg-teal-600\/10{background-color:rgba(13,148,136,.1)}.\32xl\:bg-teal-600\/100{background-color:#0d9488}.\32xl\:bg-teal-600\/15{background-color:rgba(13,148,136,.15)}.\32xl\:bg-teal-600\/20{background-color:rgba(13,148,136,.2)}.\32xl\:bg-teal-600\/25{background-color:rgba(13,148,136,.25)}.\32xl\:bg-teal-600\/30{background-color:rgba(13,148,136,.3)}.\32xl\:bg-teal-600\/35{background-color:rgba(13,148,136,.35)}.\32xl\:bg-teal-600\/40{background-color:rgba(13,148,136,.4)}.\32xl\:bg-teal-600\/45{background-color:rgba(13,148,136,.45)}.\32xl\:bg-teal-600\/5{background-color:rgba(13,148,136,.05)}.\32xl\:bg-teal-600\/50{background-color:rgba(13,148,136,.5)}.\32xl\:bg-teal-600\/55{background-color:rgba(13,148,136,.55)}.\32xl\:bg-teal-600\/60{background-color:rgba(13,148,136,.6)}.\32xl\:bg-teal-600\/65{background-color:rgba(13,148,136,.65)}.\32xl\:bg-teal-600\/70{background-color:rgba(13,148,136,.7)}.\32xl\:bg-teal-600\/75{background-color:rgba(13,148,136,.75)}.\32xl\:bg-teal-600\/80{background-color:rgba(13,148,136,.8)}.\32xl\:bg-teal-600\/85{background-color:rgba(13,148,136,.85)}.\32xl\:bg-teal-600\/90{background-color:rgba(13,148,136,.9)}.\32xl\:bg-teal-600\/95{background-color:rgba(13,148,136,.95)}.\32xl\:bg-teal-700{--tw-bg-opacity:1;background-color:rgba(15,118,110,var(--tw-bg-opacity))}.\32xl\:bg-teal-700\/0{background-color:rgba(15,118,110,0)}.\32xl\:bg-teal-700\/10{background-color:rgba(15,118,110,.1)}.\32xl\:bg-teal-700\/100{background-color:#0f766e}.\32xl\:bg-teal-700\/15{background-color:rgba(15,118,110,.15)}.\32xl\:bg-teal-700\/20{background-color:rgba(15,118,110,.2)}.\32xl\:bg-teal-700\/25{background-color:rgba(15,118,110,.25)}.\32xl\:bg-teal-700\/30{background-color:rgba(15,118,110,.3)}.\32xl\:bg-teal-700\/35{background-color:rgba(15,118,110,.35)}.\32xl\:bg-teal-700\/40{background-color:rgba(15,118,110,.4)}.\32xl\:bg-teal-700\/45{background-color:rgba(15,118,110,.45)}.\32xl\:bg-teal-700\/5{background-color:rgba(15,118,110,.05)}.\32xl\:bg-teal-700\/50{background-color:rgba(15,118,110,.5)}.\32xl\:bg-teal-700\/55{background-color:rgba(15,118,110,.55)}.\32xl\:bg-teal-700\/60{background-color:rgba(15,118,110,.6)}.\32xl\:bg-teal-700\/65{background-color:rgba(15,118,110,.65)}.\32xl\:bg-teal-700\/70{background-color:rgba(15,118,110,.7)}.\32xl\:bg-teal-700\/75{background-color:rgba(15,118,110,.75)}.\32xl\:bg-teal-700\/80{background-color:rgba(15,118,110,.8)}.\32xl\:bg-teal-700\/85{background-color:rgba(15,118,110,.85)}.\32xl\:bg-teal-700\/90{background-color:rgba(15,118,110,.9)}.\32xl\:bg-teal-700\/95{background-color:rgba(15,118,110,.95)}.\32xl\:bg-teal-800{--tw-bg-opacity:1;background-color:rgba(17,94,89,var(--tw-bg-opacity))}.\32xl\:bg-teal-800\/0{background-color:rgba(17,94,89,0)}.\32xl\:bg-teal-800\/10{background-color:rgba(17,94,89,.1)}.\32xl\:bg-teal-800\/100{background-color:#115e59}.\32xl\:bg-teal-800\/15{background-color:rgba(17,94,89,.15)}.\32xl\:bg-teal-800\/20{background-color:rgba(17,94,89,.2)}.\32xl\:bg-teal-800\/25{background-color:rgba(17,94,89,.25)}.\32xl\:bg-teal-800\/30{background-color:rgba(17,94,89,.3)}.\32xl\:bg-teal-800\/35{background-color:rgba(17,94,89,.35)}.\32xl\:bg-teal-800\/40{background-color:rgba(17,94,89,.4)}.\32xl\:bg-teal-800\/45{background-color:rgba(17,94,89,.45)}.\32xl\:bg-teal-800\/5{background-color:rgba(17,94,89,.05)}.\32xl\:bg-teal-800\/50{background-color:rgba(17,94,89,.5)}.\32xl\:bg-teal-800\/55{background-color:rgba(17,94,89,.55)}.\32xl\:bg-teal-800\/60{background-color:rgba(17,94,89,.6)}.\32xl\:bg-teal-800\/65{background-color:rgba(17,94,89,.65)}.\32xl\:bg-teal-800\/70{background-color:rgba(17,94,89,.7)}.\32xl\:bg-teal-800\/75{background-color:rgba(17,94,89,.75)}.\32xl\:bg-teal-800\/80{background-color:rgba(17,94,89,.8)}.\32xl\:bg-teal-800\/85{background-color:rgba(17,94,89,.85)}.\32xl\:bg-teal-800\/90{background-color:rgba(17,94,89,.9)}.\32xl\:bg-teal-800\/95{background-color:rgba(17,94,89,.95)}.\32xl\:bg-teal-900{--tw-bg-opacity:1;background-color:rgba(19,78,74,var(--tw-bg-opacity))}.\32xl\:bg-teal-900\/0{background-color:rgba(19,78,74,0)}.\32xl\:bg-teal-900\/10{background-color:rgba(19,78,74,.1)}.\32xl\:bg-teal-900\/100{background-color:#134e4a}.\32xl\:bg-teal-900\/15{background-color:rgba(19,78,74,.15)}.\32xl\:bg-teal-900\/20{background-color:rgba(19,78,74,.2)}.\32xl\:bg-teal-900\/25{background-color:rgba(19,78,74,.25)}.\32xl\:bg-teal-900\/30{background-color:rgba(19,78,74,.3)}.\32xl\:bg-teal-900\/35{background-color:rgba(19,78,74,.35)}.\32xl\:bg-teal-900\/40{background-color:rgba(19,78,74,.4)}.\32xl\:bg-teal-900\/45{background-color:rgba(19,78,74,.45)}.\32xl\:bg-teal-900\/5{background-color:rgba(19,78,74,.05)}.\32xl\:bg-teal-900\/50{background-color:rgba(19,78,74,.5)}.\32xl\:bg-teal-900\/55{background-color:rgba(19,78,74,.55)}.\32xl\:bg-teal-900\/60{background-color:rgba(19,78,74,.6)}.\32xl\:bg-teal-900\/65{background-color:rgba(19,78,74,.65)}.\32xl\:bg-teal-900\/70{background-color:rgba(19,78,74,.7)}.\32xl\:bg-teal-900\/75{background-color:rgba(19,78,74,.75)}.\32xl\:bg-teal-900\/80{background-color:rgba(19,78,74,.8)}.\32xl\:bg-teal-900\/85{background-color:rgba(19,78,74,.85)}.\32xl\:bg-teal-900\/90{background-color:rgba(19,78,74,.9)}.\32xl\:bg-teal-900\/95{background-color:rgba(19,78,74,.95)}.\32xl\:bg-teal-950{--tw-bg-opacity:1;background-color:rgba(4,47,46,var(--tw-bg-opacity))}.\32xl\:bg-teal-950\/0{background-color:rgba(4,47,46,0)}.\32xl\:bg-teal-950\/10{background-color:rgba(4,47,46,.1)}.\32xl\:bg-teal-950\/100{background-color:#042f2e}.\32xl\:bg-teal-950\/15{background-color:rgba(4,47,46,.15)}.\32xl\:bg-teal-950\/20{background-color:rgba(4,47,46,.2)}.\32xl\:bg-teal-950\/25{background-color:rgba(4,47,46,.25)}.\32xl\:bg-teal-950\/30{background-color:rgba(4,47,46,.3)}.\32xl\:bg-teal-950\/35{background-color:rgba(4,47,46,.35)}.\32xl\:bg-teal-950\/40{background-color:rgba(4,47,46,.4)}.\32xl\:bg-teal-950\/45{background-color:rgba(4,47,46,.45)}.\32xl\:bg-teal-950\/5{background-color:rgba(4,47,46,.05)}.\32xl\:bg-teal-950\/50{background-color:rgba(4,47,46,.5)}.\32xl\:bg-teal-950\/55{background-color:rgba(4,47,46,.55)}.\32xl\:bg-teal-950\/60{background-color:rgba(4,47,46,.6)}.\32xl\:bg-teal-950\/65{background-color:rgba(4,47,46,.65)}.\32xl\:bg-teal-950\/70{background-color:rgba(4,47,46,.7)}.\32xl\:bg-teal-950\/75{background-color:rgba(4,47,46,.75)}.\32xl\:bg-teal-950\/80{background-color:rgba(4,47,46,.8)}.\32xl\:bg-teal-950\/85{background-color:rgba(4,47,46,.85)}.\32xl\:bg-teal-950\/90{background-color:rgba(4,47,46,.9)}.\32xl\:bg-teal-950\/95{background-color:rgba(4,47,46,.95)}.\32xl\:bg-tertiary-dark-gray{--tw-bg-opacity:1;background-color:rgba(112,112,112,var(--tw-bg-opacity))}.\32xl\:bg-tertiary-dark-gray\/0{background-color:hsla(0,0%,44%,0)}.\32xl\:bg-tertiary-dark-gray\/10{background-color:hsla(0,0%,44%,.1)}.\32xl\:bg-tertiary-dark-gray\/100{background-color:#707070}.\32xl\:bg-tertiary-dark-gray\/15{background-color:hsla(0,0%,44%,.15)}.\32xl\:bg-tertiary-dark-gray\/20{background-color:hsla(0,0%,44%,.2)}.\32xl\:bg-tertiary-dark-gray\/25{background-color:hsla(0,0%,44%,.25)}.\32xl\:bg-tertiary-dark-gray\/30{background-color:hsla(0,0%,44%,.3)}.\32xl\:bg-tertiary-dark-gray\/35{background-color:hsla(0,0%,44%,.35)}.\32xl\:bg-tertiary-dark-gray\/40{background-color:hsla(0,0%,44%,.4)}.\32xl\:bg-tertiary-dark-gray\/45{background-color:hsla(0,0%,44%,.45)}.\32xl\:bg-tertiary-dark-gray\/5{background-color:hsla(0,0%,44%,.05)}.\32xl\:bg-tertiary-dark-gray\/50{background-color:hsla(0,0%,44%,.5)}.\32xl\:bg-tertiary-dark-gray\/55{background-color:hsla(0,0%,44%,.55)}.\32xl\:bg-tertiary-dark-gray\/60{background-color:hsla(0,0%,44%,.6)}.\32xl\:bg-tertiary-dark-gray\/65{background-color:hsla(0,0%,44%,.65)}.\32xl\:bg-tertiary-dark-gray\/70{background-color:hsla(0,0%,44%,.7)}.\32xl\:bg-tertiary-dark-gray\/75{background-color:hsla(0,0%,44%,.75)}.\32xl\:bg-tertiary-dark-gray\/80{background-color:hsla(0,0%,44%,.8)}.\32xl\:bg-tertiary-dark-gray\/85{background-color:hsla(0,0%,44%,.85)}.\32xl\:bg-tertiary-dark-gray\/90{background-color:hsla(0,0%,44%,.9)}.\32xl\:bg-tertiary-dark-gray\/95{background-color:hsla(0,0%,44%,.95)}.\32xl\:bg-transparent{background-color:initial}.\32xl\:bg-transparent\/0{background-color:transparent}.\32xl\:bg-transparent\/10{background-color:rgba(0,0,0,.1)}.\32xl\:bg-transparent\/100{background-color:#000}.\32xl\:bg-transparent\/15{background-color:rgba(0,0,0,.15)}.\32xl\:bg-transparent\/20{background-color:rgba(0,0,0,.2)}.\32xl\:bg-transparent\/25{background-color:rgba(0,0,0,.25)}.\32xl\:bg-transparent\/30{background-color:rgba(0,0,0,.3)}.\32xl\:bg-transparent\/35{background-color:rgba(0,0,0,.35)}.\32xl\:bg-transparent\/40{background-color:rgba(0,0,0,.4)}.\32xl\:bg-transparent\/45{background-color:rgba(0,0,0,.45)}.\32xl\:bg-transparent\/5{background-color:rgba(0,0,0,.05)}.\32xl\:bg-transparent\/50{background-color:rgba(0,0,0,.5)}.\32xl\:bg-transparent\/55{background-color:rgba(0,0,0,.55)}.\32xl\:bg-transparent\/60{background-color:rgba(0,0,0,.6)}.\32xl\:bg-transparent\/65{background-color:rgba(0,0,0,.65)}.\32xl\:bg-transparent\/70{background-color:rgba(0,0,0,.7)}.\32xl\:bg-transparent\/75{background-color:rgba(0,0,0,.75)}.\32xl\:bg-transparent\/80{background-color:rgba(0,0,0,.8)}.\32xl\:bg-transparent\/85{background-color:rgba(0,0,0,.85)}.\32xl\:bg-transparent\/90{background-color:rgba(0,0,0,.9)}.\32xl\:bg-transparent\/95{background-color:rgba(0,0,0,.95)}.\32xl\:bg-violet-100{--tw-bg-opacity:1;background-color:rgba(237,233,254,var(--tw-bg-opacity))}.\32xl\:bg-violet-100\/0{background-color:rgba(237,233,254,0)}.\32xl\:bg-violet-100\/10{background-color:rgba(237,233,254,.1)}.\32xl\:bg-violet-100\/100{background-color:#ede9fe}.\32xl\:bg-violet-100\/15{background-color:rgba(237,233,254,.15)}.\32xl\:bg-violet-100\/20{background-color:rgba(237,233,254,.2)}.\32xl\:bg-violet-100\/25{background-color:rgba(237,233,254,.25)}.\32xl\:bg-violet-100\/30{background-color:rgba(237,233,254,.3)}.\32xl\:bg-violet-100\/35{background-color:rgba(237,233,254,.35)}.\32xl\:bg-violet-100\/40{background-color:rgba(237,233,254,.4)}.\32xl\:bg-violet-100\/45{background-color:rgba(237,233,254,.45)}.\32xl\:bg-violet-100\/5{background-color:rgba(237,233,254,.05)}.\32xl\:bg-violet-100\/50{background-color:rgba(237,233,254,.5)}.\32xl\:bg-violet-100\/55{background-color:rgba(237,233,254,.55)}.\32xl\:bg-violet-100\/60{background-color:rgba(237,233,254,.6)}.\32xl\:bg-violet-100\/65{background-color:rgba(237,233,254,.65)}.\32xl\:bg-violet-100\/70{background-color:rgba(237,233,254,.7)}.\32xl\:bg-violet-100\/75{background-color:rgba(237,233,254,.75)}.\32xl\:bg-violet-100\/80{background-color:rgba(237,233,254,.8)}.\32xl\:bg-violet-100\/85{background-color:rgba(237,233,254,.85)}.\32xl\:bg-violet-100\/90{background-color:rgba(237,233,254,.9)}.\32xl\:bg-violet-100\/95{background-color:rgba(237,233,254,.95)}.\32xl\:bg-violet-200{--tw-bg-opacity:1;background-color:rgba(221,214,254,var(--tw-bg-opacity))}.\32xl\:bg-violet-200\/0{background-color:rgba(221,214,254,0)}.\32xl\:bg-violet-200\/10{background-color:rgba(221,214,254,.1)}.\32xl\:bg-violet-200\/100{background-color:#ddd6fe}.\32xl\:bg-violet-200\/15{background-color:rgba(221,214,254,.15)}.\32xl\:bg-violet-200\/20{background-color:rgba(221,214,254,.2)}.\32xl\:bg-violet-200\/25{background-color:rgba(221,214,254,.25)}.\32xl\:bg-violet-200\/30{background-color:rgba(221,214,254,.3)}.\32xl\:bg-violet-200\/35{background-color:rgba(221,214,254,.35)}.\32xl\:bg-violet-200\/40{background-color:rgba(221,214,254,.4)}.\32xl\:bg-violet-200\/45{background-color:rgba(221,214,254,.45)}.\32xl\:bg-violet-200\/5{background-color:rgba(221,214,254,.05)}.\32xl\:bg-violet-200\/50{background-color:rgba(221,214,254,.5)}.\32xl\:bg-violet-200\/55{background-color:rgba(221,214,254,.55)}.\32xl\:bg-violet-200\/60{background-color:rgba(221,214,254,.6)}.\32xl\:bg-violet-200\/65{background-color:rgba(221,214,254,.65)}.\32xl\:bg-violet-200\/70{background-color:rgba(221,214,254,.7)}.\32xl\:bg-violet-200\/75{background-color:rgba(221,214,254,.75)}.\32xl\:bg-violet-200\/80{background-color:rgba(221,214,254,.8)}.\32xl\:bg-violet-200\/85{background-color:rgba(221,214,254,.85)}.\32xl\:bg-violet-200\/90{background-color:rgba(221,214,254,.9)}.\32xl\:bg-violet-200\/95{background-color:rgba(221,214,254,.95)}.\32xl\:bg-violet-300{--tw-bg-opacity:1;background-color:rgba(196,181,253,var(--tw-bg-opacity))}.\32xl\:bg-violet-300\/0{background-color:rgba(196,181,253,0)}.\32xl\:bg-violet-300\/10{background-color:rgba(196,181,253,.1)}.\32xl\:bg-violet-300\/100{background-color:#c4b5fd}.\32xl\:bg-violet-300\/15{background-color:rgba(196,181,253,.15)}.\32xl\:bg-violet-300\/20{background-color:rgba(196,181,253,.2)}.\32xl\:bg-violet-300\/25{background-color:rgba(196,181,253,.25)}.\32xl\:bg-violet-300\/30{background-color:rgba(196,181,253,.3)}.\32xl\:bg-violet-300\/35{background-color:rgba(196,181,253,.35)}.\32xl\:bg-violet-300\/40{background-color:rgba(196,181,253,.4)}.\32xl\:bg-violet-300\/45{background-color:rgba(196,181,253,.45)}.\32xl\:bg-violet-300\/5{background-color:rgba(196,181,253,.05)}.\32xl\:bg-violet-300\/50{background-color:rgba(196,181,253,.5)}.\32xl\:bg-violet-300\/55{background-color:rgba(196,181,253,.55)}.\32xl\:bg-violet-300\/60{background-color:rgba(196,181,253,.6)}.\32xl\:bg-violet-300\/65{background-color:rgba(196,181,253,.65)}.\32xl\:bg-violet-300\/70{background-color:rgba(196,181,253,.7)}.\32xl\:bg-violet-300\/75{background-color:rgba(196,181,253,.75)}.\32xl\:bg-violet-300\/80{background-color:rgba(196,181,253,.8)}.\32xl\:bg-violet-300\/85{background-color:rgba(196,181,253,.85)}.\32xl\:bg-violet-300\/90{background-color:rgba(196,181,253,.9)}.\32xl\:bg-violet-300\/95{background-color:rgba(196,181,253,.95)}.\32xl\:bg-violet-400{--tw-bg-opacity:1;background-color:rgba(167,139,250,var(--tw-bg-opacity))}.\32xl\:bg-violet-400\/0{background-color:rgba(167,139,250,0)}.\32xl\:bg-violet-400\/10{background-color:rgba(167,139,250,.1)}.\32xl\:bg-violet-400\/100{background-color:#a78bfa}.\32xl\:bg-violet-400\/15{background-color:rgba(167,139,250,.15)}.\32xl\:bg-violet-400\/20{background-color:rgba(167,139,250,.2)}.\32xl\:bg-violet-400\/25{background-color:rgba(167,139,250,.25)}.\32xl\:bg-violet-400\/30{background-color:rgba(167,139,250,.3)}.\32xl\:bg-violet-400\/35{background-color:rgba(167,139,250,.35)}.\32xl\:bg-violet-400\/40{background-color:rgba(167,139,250,.4)}.\32xl\:bg-violet-400\/45{background-color:rgba(167,139,250,.45)}.\32xl\:bg-violet-400\/5{background-color:rgba(167,139,250,.05)}.\32xl\:bg-violet-400\/50{background-color:rgba(167,139,250,.5)}.\32xl\:bg-violet-400\/55{background-color:rgba(167,139,250,.55)}.\32xl\:bg-violet-400\/60{background-color:rgba(167,139,250,.6)}.\32xl\:bg-violet-400\/65{background-color:rgba(167,139,250,.65)}.\32xl\:bg-violet-400\/70{background-color:rgba(167,139,250,.7)}.\32xl\:bg-violet-400\/75{background-color:rgba(167,139,250,.75)}.\32xl\:bg-violet-400\/80{background-color:rgba(167,139,250,.8)}.\32xl\:bg-violet-400\/85{background-color:rgba(167,139,250,.85)}.\32xl\:bg-violet-400\/90{background-color:rgba(167,139,250,.9)}.\32xl\:bg-violet-400\/95{background-color:rgba(167,139,250,.95)}.\32xl\:bg-violet-50{--tw-bg-opacity:1;background-color:rgba(245,243,255,var(--tw-bg-opacity))}.\32xl\:bg-violet-50\/0{background-color:rgba(245,243,255,0)}.\32xl\:bg-violet-50\/10{background-color:rgba(245,243,255,.1)}.\32xl\:bg-violet-50\/100{background-color:#f5f3ff}.\32xl\:bg-violet-50\/15{background-color:rgba(245,243,255,.15)}.\32xl\:bg-violet-50\/20{background-color:rgba(245,243,255,.2)}.\32xl\:bg-violet-50\/25{background-color:rgba(245,243,255,.25)}.\32xl\:bg-violet-50\/30{background-color:rgba(245,243,255,.3)}.\32xl\:bg-violet-50\/35{background-color:rgba(245,243,255,.35)}.\32xl\:bg-violet-50\/40{background-color:rgba(245,243,255,.4)}.\32xl\:bg-violet-50\/45{background-color:rgba(245,243,255,.45)}.\32xl\:bg-violet-50\/5{background-color:rgba(245,243,255,.05)}.\32xl\:bg-violet-50\/50{background-color:rgba(245,243,255,.5)}.\32xl\:bg-violet-50\/55{background-color:rgba(245,243,255,.55)}.\32xl\:bg-violet-50\/60{background-color:rgba(245,243,255,.6)}.\32xl\:bg-violet-50\/65{background-color:rgba(245,243,255,.65)}.\32xl\:bg-violet-50\/70{background-color:rgba(245,243,255,.7)}.\32xl\:bg-violet-50\/75{background-color:rgba(245,243,255,.75)}.\32xl\:bg-violet-50\/80{background-color:rgba(245,243,255,.8)}.\32xl\:bg-violet-50\/85{background-color:rgba(245,243,255,.85)}.\32xl\:bg-violet-50\/90{background-color:rgba(245,243,255,.9)}.\32xl\:bg-violet-50\/95{background-color:rgba(245,243,255,.95)}.\32xl\:bg-violet-500{--tw-bg-opacity:1;background-color:rgba(139,92,246,var(--tw-bg-opacity))}.\32xl\:bg-violet-500\/0{background-color:rgba(139,92,246,0)}.\32xl\:bg-violet-500\/10{background-color:rgba(139,92,246,.1)}.\32xl\:bg-violet-500\/100{background-color:#8b5cf6}.\32xl\:bg-violet-500\/15{background-color:rgba(139,92,246,.15)}.\32xl\:bg-violet-500\/20{background-color:rgba(139,92,246,.2)}.\32xl\:bg-violet-500\/25{background-color:rgba(139,92,246,.25)}.\32xl\:bg-violet-500\/30{background-color:rgba(139,92,246,.3)}.\32xl\:bg-violet-500\/35{background-color:rgba(139,92,246,.35)}.\32xl\:bg-violet-500\/40{background-color:rgba(139,92,246,.4)}.\32xl\:bg-violet-500\/45{background-color:rgba(139,92,246,.45)}.\32xl\:bg-violet-500\/5{background-color:rgba(139,92,246,.05)}.\32xl\:bg-violet-500\/50{background-color:rgba(139,92,246,.5)}.\32xl\:bg-violet-500\/55{background-color:rgba(139,92,246,.55)}.\32xl\:bg-violet-500\/60{background-color:rgba(139,92,246,.6)}.\32xl\:bg-violet-500\/65{background-color:rgba(139,92,246,.65)}.\32xl\:bg-violet-500\/70{background-color:rgba(139,92,246,.7)}.\32xl\:bg-violet-500\/75{background-color:rgba(139,92,246,.75)}.\32xl\:bg-violet-500\/80{background-color:rgba(139,92,246,.8)}.\32xl\:bg-violet-500\/85{background-color:rgba(139,92,246,.85)}.\32xl\:bg-violet-500\/90{background-color:rgba(139,92,246,.9)}.\32xl\:bg-violet-500\/95{background-color:rgba(139,92,246,.95)}.\32xl\:bg-violet-600{--tw-bg-opacity:1;background-color:rgba(124,58,237,var(--tw-bg-opacity))}.\32xl\:bg-violet-600\/0{background-color:rgba(124,58,237,0)}.\32xl\:bg-violet-600\/10{background-color:rgba(124,58,237,.1)}.\32xl\:bg-violet-600\/100{background-color:#7c3aed}.\32xl\:bg-violet-600\/15{background-color:rgba(124,58,237,.15)}.\32xl\:bg-violet-600\/20{background-color:rgba(124,58,237,.2)}.\32xl\:bg-violet-600\/25{background-color:rgba(124,58,237,.25)}.\32xl\:bg-violet-600\/30{background-color:rgba(124,58,237,.3)}.\32xl\:bg-violet-600\/35{background-color:rgba(124,58,237,.35)}.\32xl\:bg-violet-600\/40{background-color:rgba(124,58,237,.4)}.\32xl\:bg-violet-600\/45{background-color:rgba(124,58,237,.45)}.\32xl\:bg-violet-600\/5{background-color:rgba(124,58,237,.05)}.\32xl\:bg-violet-600\/50{background-color:rgba(124,58,237,.5)}.\32xl\:bg-violet-600\/55{background-color:rgba(124,58,237,.55)}.\32xl\:bg-violet-600\/60{background-color:rgba(124,58,237,.6)}.\32xl\:bg-violet-600\/65{background-color:rgba(124,58,237,.65)}.\32xl\:bg-violet-600\/70{background-color:rgba(124,58,237,.7)}.\32xl\:bg-violet-600\/75{background-color:rgba(124,58,237,.75)}.\32xl\:bg-violet-600\/80{background-color:rgba(124,58,237,.8)}.\32xl\:bg-violet-600\/85{background-color:rgba(124,58,237,.85)}.\32xl\:bg-violet-600\/90{background-color:rgba(124,58,237,.9)}.\32xl\:bg-violet-600\/95{background-color:rgba(124,58,237,.95)}.\32xl\:bg-violet-700{--tw-bg-opacity:1;background-color:rgba(109,40,217,var(--tw-bg-opacity))}.\32xl\:bg-violet-700\/0{background-color:rgba(109,40,217,0)}.\32xl\:bg-violet-700\/10{background-color:rgba(109,40,217,.1)}.\32xl\:bg-violet-700\/100{background-color:#6d28d9}.\32xl\:bg-violet-700\/15{background-color:rgba(109,40,217,.15)}.\32xl\:bg-violet-700\/20{background-color:rgba(109,40,217,.2)}.\32xl\:bg-violet-700\/25{background-color:rgba(109,40,217,.25)}.\32xl\:bg-violet-700\/30{background-color:rgba(109,40,217,.3)}.\32xl\:bg-violet-700\/35{background-color:rgba(109,40,217,.35)}.\32xl\:bg-violet-700\/40{background-color:rgba(109,40,217,.4)}.\32xl\:bg-violet-700\/45{background-color:rgba(109,40,217,.45)}.\32xl\:bg-violet-700\/5{background-color:rgba(109,40,217,.05)}.\32xl\:bg-violet-700\/50{background-color:rgba(109,40,217,.5)}.\32xl\:bg-violet-700\/55{background-color:rgba(109,40,217,.55)}.\32xl\:bg-violet-700\/60{background-color:rgba(109,40,217,.6)}.\32xl\:bg-violet-700\/65{background-color:rgba(109,40,217,.65)}.\32xl\:bg-violet-700\/70{background-color:rgba(109,40,217,.7)}.\32xl\:bg-violet-700\/75{background-color:rgba(109,40,217,.75)}.\32xl\:bg-violet-700\/80{background-color:rgba(109,40,217,.8)}.\32xl\:bg-violet-700\/85{background-color:rgba(109,40,217,.85)}.\32xl\:bg-violet-700\/90{background-color:rgba(109,40,217,.9)}.\32xl\:bg-violet-700\/95{background-color:rgba(109,40,217,.95)}.\32xl\:bg-violet-800{--tw-bg-opacity:1;background-color:rgba(91,33,182,var(--tw-bg-opacity))}.\32xl\:bg-violet-800\/0{background-color:rgba(91,33,182,0)}.\32xl\:bg-violet-800\/10{background-color:rgba(91,33,182,.1)}.\32xl\:bg-violet-800\/100{background-color:#5b21b6}.\32xl\:bg-violet-800\/15{background-color:rgba(91,33,182,.15)}.\32xl\:bg-violet-800\/20{background-color:rgba(91,33,182,.2)}.\32xl\:bg-violet-800\/25{background-color:rgba(91,33,182,.25)}.\32xl\:bg-violet-800\/30{background-color:rgba(91,33,182,.3)}.\32xl\:bg-violet-800\/35{background-color:rgba(91,33,182,.35)}.\32xl\:bg-violet-800\/40{background-color:rgba(91,33,182,.4)}.\32xl\:bg-violet-800\/45{background-color:rgba(91,33,182,.45)}.\32xl\:bg-violet-800\/5{background-color:rgba(91,33,182,.05)}.\32xl\:bg-violet-800\/50{background-color:rgba(91,33,182,.5)}.\32xl\:bg-violet-800\/55{background-color:rgba(91,33,182,.55)}.\32xl\:bg-violet-800\/60{background-color:rgba(91,33,182,.6)}.\32xl\:bg-violet-800\/65{background-color:rgba(91,33,182,.65)}.\32xl\:bg-violet-800\/70{background-color:rgba(91,33,182,.7)}.\32xl\:bg-violet-800\/75{background-color:rgba(91,33,182,.75)}.\32xl\:bg-violet-800\/80{background-color:rgba(91,33,182,.8)}.\32xl\:bg-violet-800\/85{background-color:rgba(91,33,182,.85)}.\32xl\:bg-violet-800\/90{background-color:rgba(91,33,182,.9)}.\32xl\:bg-violet-800\/95{background-color:rgba(91,33,182,.95)}.\32xl\:bg-violet-900{--tw-bg-opacity:1;background-color:rgba(76,29,149,var(--tw-bg-opacity))}.\32xl\:bg-violet-900\/0{background-color:rgba(76,29,149,0)}.\32xl\:bg-violet-900\/10{background-color:rgba(76,29,149,.1)}.\32xl\:bg-violet-900\/100{background-color:#4c1d95}.\32xl\:bg-violet-900\/15{background-color:rgba(76,29,149,.15)}.\32xl\:bg-violet-900\/20{background-color:rgba(76,29,149,.2)}.\32xl\:bg-violet-900\/25{background-color:rgba(76,29,149,.25)}.\32xl\:bg-violet-900\/30{background-color:rgba(76,29,149,.3)}.\32xl\:bg-violet-900\/35{background-color:rgba(76,29,149,.35)}.\32xl\:bg-violet-900\/40{background-color:rgba(76,29,149,.4)}.\32xl\:bg-violet-900\/45{background-color:rgba(76,29,149,.45)}.\32xl\:bg-violet-900\/5{background-color:rgba(76,29,149,.05)}.\32xl\:bg-violet-900\/50{background-color:rgba(76,29,149,.5)}.\32xl\:bg-violet-900\/55{background-color:rgba(76,29,149,.55)}.\32xl\:bg-violet-900\/60{background-color:rgba(76,29,149,.6)}.\32xl\:bg-violet-900\/65{background-color:rgba(76,29,149,.65)}.\32xl\:bg-violet-900\/70{background-color:rgba(76,29,149,.7)}.\32xl\:bg-violet-900\/75{background-color:rgba(76,29,149,.75)}.\32xl\:bg-violet-900\/80{background-color:rgba(76,29,149,.8)}.\32xl\:bg-violet-900\/85{background-color:rgba(76,29,149,.85)}.\32xl\:bg-violet-900\/90{background-color:rgba(76,29,149,.9)}.\32xl\:bg-violet-900\/95{background-color:rgba(76,29,149,.95)}.\32xl\:bg-violet-950{--tw-bg-opacity:1;background-color:rgba(46,16,101,var(--tw-bg-opacity))}.\32xl\:bg-violet-950\/0{background-color:rgba(46,16,101,0)}.\32xl\:bg-violet-950\/10{background-color:rgba(46,16,101,.1)}.\32xl\:bg-violet-950\/100{background-color:#2e1065}.\32xl\:bg-violet-950\/15{background-color:rgba(46,16,101,.15)}.\32xl\:bg-violet-950\/20{background-color:rgba(46,16,101,.2)}.\32xl\:bg-violet-950\/25{background-color:rgba(46,16,101,.25)}.\32xl\:bg-violet-950\/30{background-color:rgba(46,16,101,.3)}.\32xl\:bg-violet-950\/35{background-color:rgba(46,16,101,.35)}.\32xl\:bg-violet-950\/40{background-color:rgba(46,16,101,.4)}.\32xl\:bg-violet-950\/45{background-color:rgba(46,16,101,.45)}.\32xl\:bg-violet-950\/5{background-color:rgba(46,16,101,.05)}.\32xl\:bg-violet-950\/50{background-color:rgba(46,16,101,.5)}.\32xl\:bg-violet-950\/55{background-color:rgba(46,16,101,.55)}.\32xl\:bg-violet-950\/60{background-color:rgba(46,16,101,.6)}.\32xl\:bg-violet-950\/65{background-color:rgba(46,16,101,.65)}.\32xl\:bg-violet-950\/70{background-color:rgba(46,16,101,.7)}.\32xl\:bg-violet-950\/75{background-color:rgba(46,16,101,.75)}.\32xl\:bg-violet-950\/80{background-color:rgba(46,16,101,.8)}.\32xl\:bg-violet-950\/85{background-color:rgba(46,16,101,.85)}.\32xl\:bg-violet-950\/90{background-color:rgba(46,16,101,.9)}.\32xl\:bg-violet-950\/95{background-color:rgba(46,16,101,.95)}.\32xl\:bg-white{--tw-bg-opacity:1;background-color:rgba(255,255,255,var(--tw-bg-opacity))}.\32xl\:bg-white\/0{background-color:hsla(0,0%,100%,0)}.\32xl\:bg-white\/10{background-color:hsla(0,0%,100%,.1)}.\32xl\:bg-white\/100{background-color:#fff}.\32xl\:bg-white\/15{background-color:hsla(0,0%,100%,.15)}.\32xl\:bg-white\/20{background-color:hsla(0,0%,100%,.2)}.\32xl\:bg-white\/25{background-color:hsla(0,0%,100%,.25)}.\32xl\:bg-white\/30{background-color:hsla(0,0%,100%,.3)}.\32xl\:bg-white\/35{background-color:hsla(0,0%,100%,.35)}.\32xl\:bg-white\/40{background-color:hsla(0,0%,100%,.4)}.\32xl\:bg-white\/45{background-color:hsla(0,0%,100%,.45)}.\32xl\:bg-white\/5{background-color:hsla(0,0%,100%,.05)}.\32xl\:bg-white\/50{background-color:hsla(0,0%,100%,.5)}.\32xl\:bg-white\/55{background-color:hsla(0,0%,100%,.55)}.\32xl\:bg-white\/60{background-color:hsla(0,0%,100%,.6)}.\32xl\:bg-white\/65{background-color:hsla(0,0%,100%,.65)}.\32xl\:bg-white\/70{background-color:hsla(0,0%,100%,.7)}.\32xl\:bg-white\/75{background-color:hsla(0,0%,100%,.75)}.\32xl\:bg-white\/80{background-color:hsla(0,0%,100%,.8)}.\32xl\:bg-white\/85{background-color:hsla(0,0%,100%,.85)}.\32xl\:bg-white\/90{background-color:hsla(0,0%,100%,.9)}.\32xl\:bg-white\/95{background-color:hsla(0,0%,100%,.95)}.\32xl\:bg-yellow-100{--tw-bg-opacity:1;background-color:rgba(254,249,195,var(--tw-bg-opacity))}.\32xl\:bg-yellow-100\/0{background-color:hsla(55,97%,88%,0)}.\32xl\:bg-yellow-100\/10{background-color:hsla(55,97%,88%,.1)}.\32xl\:bg-yellow-100\/100{background-color:#fef9c3}.\32xl\:bg-yellow-100\/15{background-color:hsla(55,97%,88%,.15)}.\32xl\:bg-yellow-100\/20{background-color:hsla(55,97%,88%,.2)}.\32xl\:bg-yellow-100\/25{background-color:hsla(55,97%,88%,.25)}.\32xl\:bg-yellow-100\/30{background-color:hsla(55,97%,88%,.3)}.\32xl\:bg-yellow-100\/35{background-color:hsla(55,97%,88%,.35)}.\32xl\:bg-yellow-100\/40{background-color:hsla(55,97%,88%,.4)}.\32xl\:bg-yellow-100\/45{background-color:hsla(55,97%,88%,.45)}.\32xl\:bg-yellow-100\/5{background-color:hsla(55,97%,88%,.05)}.\32xl\:bg-yellow-100\/50{background-color:hsla(55,97%,88%,.5)}.\32xl\:bg-yellow-100\/55{background-color:hsla(55,97%,88%,.55)}.\32xl\:bg-yellow-100\/60{background-color:hsla(55,97%,88%,.6)}.\32xl\:bg-yellow-100\/65{background-color:hsla(55,97%,88%,.65)}.\32xl\:bg-yellow-100\/70{background-color:hsla(55,97%,88%,.7)}.\32xl\:bg-yellow-100\/75{background-color:hsla(55,97%,88%,.75)}.\32xl\:bg-yellow-100\/80{background-color:hsla(55,97%,88%,.8)}.\32xl\:bg-yellow-100\/85{background-color:hsla(55,97%,88%,.85)}.\32xl\:bg-yellow-100\/90{background-color:hsla(55,97%,88%,.9)}.\32xl\:bg-yellow-100\/95{background-color:hsla(55,97%,88%,.95)}.\32xl\:bg-yellow-200{--tw-bg-opacity:1;background-color:rgba(254,240,138,var(--tw-bg-opacity))}.\32xl\:bg-yellow-200\/0{background-color:hsla(53,98%,77%,0)}.\32xl\:bg-yellow-200\/10{background-color:hsla(53,98%,77%,.1)}.\32xl\:bg-yellow-200\/100{background-color:#fef08a}.\32xl\:bg-yellow-200\/15{background-color:hsla(53,98%,77%,.15)}.\32xl\:bg-yellow-200\/20{background-color:hsla(53,98%,77%,.2)}.\32xl\:bg-yellow-200\/25{background-color:hsla(53,98%,77%,.25)}.\32xl\:bg-yellow-200\/30{background-color:hsla(53,98%,77%,.3)}.\32xl\:bg-yellow-200\/35{background-color:hsla(53,98%,77%,.35)}.\32xl\:bg-yellow-200\/40{background-color:hsla(53,98%,77%,.4)}.\32xl\:bg-yellow-200\/45{background-color:hsla(53,98%,77%,.45)}.\32xl\:bg-yellow-200\/5{background-color:hsla(53,98%,77%,.05)}.\32xl\:bg-yellow-200\/50{background-color:hsla(53,98%,77%,.5)}.\32xl\:bg-yellow-200\/55{background-color:hsla(53,98%,77%,.55)}.\32xl\:bg-yellow-200\/60{background-color:hsla(53,98%,77%,.6)}.\32xl\:bg-yellow-200\/65{background-color:hsla(53,98%,77%,.65)}.\32xl\:bg-yellow-200\/70{background-color:hsla(53,98%,77%,.7)}.\32xl\:bg-yellow-200\/75{background-color:hsla(53,98%,77%,.75)}.\32xl\:bg-yellow-200\/80{background-color:hsla(53,98%,77%,.8)}.\32xl\:bg-yellow-200\/85{background-color:hsla(53,98%,77%,.85)}.\32xl\:bg-yellow-200\/90{background-color:hsla(53,98%,77%,.9)}.\32xl\:bg-yellow-200\/95{background-color:hsla(53,98%,77%,.95)}.\32xl\:bg-yellow-300{--tw-bg-opacity:1;background-color:rgba(253,224,71,var(--tw-bg-opacity))}.\32xl\:bg-yellow-300\/0{background-color:rgba(253,224,71,0)}.\32xl\:bg-yellow-300\/10{background-color:rgba(253,224,71,.1)}.\32xl\:bg-yellow-300\/100{background-color:#fde047}.\32xl\:bg-yellow-300\/15{background-color:rgba(253,224,71,.15)}.\32xl\:bg-yellow-300\/20{background-color:rgba(253,224,71,.2)}.\32xl\:bg-yellow-300\/25{background-color:rgba(253,224,71,.25)}.\32xl\:bg-yellow-300\/30{background-color:rgba(253,224,71,.3)}.\32xl\:bg-yellow-300\/35{background-color:rgba(253,224,71,.35)}.\32xl\:bg-yellow-300\/40{background-color:rgba(253,224,71,.4)}.\32xl\:bg-yellow-300\/45{background-color:rgba(253,224,71,.45)}.\32xl\:bg-yellow-300\/5{background-color:rgba(253,224,71,.05)}.\32xl\:bg-yellow-300\/50{background-color:rgba(253,224,71,.5)}.\32xl\:bg-yellow-300\/55{background-color:rgba(253,224,71,.55)}.\32xl\:bg-yellow-300\/60{background-color:rgba(253,224,71,.6)}.\32xl\:bg-yellow-300\/65{background-color:rgba(253,224,71,.65)}.\32xl\:bg-yellow-300\/70{background-color:rgba(253,224,71,.7)}.\32xl\:bg-yellow-300\/75{background-color:rgba(253,224,71,.75)}.\32xl\:bg-yellow-300\/80{background-color:rgba(253,224,71,.8)}.\32xl\:bg-yellow-300\/85{background-color:rgba(253,224,71,.85)}.\32xl\:bg-yellow-300\/90{background-color:rgba(253,224,71,.9)}.\32xl\:bg-yellow-300\/95{background-color:rgba(253,224,71,.95)}.\32xl\:bg-yellow-400{--tw-bg-opacity:1;background-color:rgba(250,204,21,var(--tw-bg-opacity))}.\32xl\:bg-yellow-400\/0{background-color:rgba(250,204,21,0)}.\32xl\:bg-yellow-400\/10{background-color:rgba(250,204,21,.1)}.\32xl\:bg-yellow-400\/100{background-color:#facc15}.\32xl\:bg-yellow-400\/15{background-color:rgba(250,204,21,.15)}.\32xl\:bg-yellow-400\/20{background-color:rgba(250,204,21,.2)}.\32xl\:bg-yellow-400\/25{background-color:rgba(250,204,21,.25)}.\32xl\:bg-yellow-400\/30{background-color:rgba(250,204,21,.3)}.\32xl\:bg-yellow-400\/35{background-color:rgba(250,204,21,.35)}.\32xl\:bg-yellow-400\/40{background-color:rgba(250,204,21,.4)}.\32xl\:bg-yellow-400\/45{background-color:rgba(250,204,21,.45)}.\32xl\:bg-yellow-400\/5{background-color:rgba(250,204,21,.05)}.\32xl\:bg-yellow-400\/50{background-color:rgba(250,204,21,.5)}.\32xl\:bg-yellow-400\/55{background-color:rgba(250,204,21,.55)}.\32xl\:bg-yellow-400\/60{background-color:rgba(250,204,21,.6)}.\32xl\:bg-yellow-400\/65{background-color:rgba(250,204,21,.65)}.\32xl\:bg-yellow-400\/70{background-color:rgba(250,204,21,.7)}.\32xl\:bg-yellow-400\/75{background-color:rgba(250,204,21,.75)}.\32xl\:bg-yellow-400\/80{background-color:rgba(250,204,21,.8)}.\32xl\:bg-yellow-400\/85{background-color:rgba(250,204,21,.85)}.\32xl\:bg-yellow-400\/90{background-color:rgba(250,204,21,.9)}.\32xl\:bg-yellow-400\/95{background-color:rgba(250,204,21,.95)}.\32xl\:bg-yellow-50{--tw-bg-opacity:1;background-color:rgba(254,252,232,var(--tw-bg-opacity))}.\32xl\:bg-yellow-50\/0{background-color:hsla(55,92%,95%,0)}.\32xl\:bg-yellow-50\/10{background-color:hsla(55,92%,95%,.1)}.\32xl\:bg-yellow-50\/100{background-color:#fefce8}.\32xl\:bg-yellow-50\/15{background-color:hsla(55,92%,95%,.15)}.\32xl\:bg-yellow-50\/20{background-color:hsla(55,92%,95%,.2)}.\32xl\:bg-yellow-50\/25{background-color:hsla(55,92%,95%,.25)}.\32xl\:bg-yellow-50\/30{background-color:hsla(55,92%,95%,.3)}.\32xl\:bg-yellow-50\/35{background-color:hsla(55,92%,95%,.35)}.\32xl\:bg-yellow-50\/40{background-color:hsla(55,92%,95%,.4)}.\32xl\:bg-yellow-50\/45{background-color:hsla(55,92%,95%,.45)}.\32xl\:bg-yellow-50\/5{background-color:hsla(55,92%,95%,.05)}.\32xl\:bg-yellow-50\/50{background-color:hsla(55,92%,95%,.5)}.\32xl\:bg-yellow-50\/55{background-color:hsla(55,92%,95%,.55)}.\32xl\:bg-yellow-50\/60{background-color:hsla(55,92%,95%,.6)}.\32xl\:bg-yellow-50\/65{background-color:hsla(55,92%,95%,.65)}.\32xl\:bg-yellow-50\/70{background-color:hsla(55,92%,95%,.7)}.\32xl\:bg-yellow-50\/75{background-color:hsla(55,92%,95%,.75)}.\32xl\:bg-yellow-50\/80{background-color:hsla(55,92%,95%,.8)}.\32xl\:bg-yellow-50\/85{background-color:hsla(55,92%,95%,.85)}.\32xl\:bg-yellow-50\/90{background-color:hsla(55,92%,95%,.9)}.\32xl\:bg-yellow-50\/95{background-color:hsla(55,92%,95%,.95)}.\32xl\:bg-yellow-500{--tw-bg-opacity:1;background-color:rgba(234,179,8,var(--tw-bg-opacity))}.\32xl\:bg-yellow-500\/0{background-color:rgba(234,179,8,0)}.\32xl\:bg-yellow-500\/10{background-color:rgba(234,179,8,.1)}.\32xl\:bg-yellow-500\/100{background-color:#eab308}.\32xl\:bg-yellow-500\/15{background-color:rgba(234,179,8,.15)}.\32xl\:bg-yellow-500\/20{background-color:rgba(234,179,8,.2)}.\32xl\:bg-yellow-500\/25{background-color:rgba(234,179,8,.25)}.\32xl\:bg-yellow-500\/30{background-color:rgba(234,179,8,.3)}.\32xl\:bg-yellow-500\/35{background-color:rgba(234,179,8,.35)}.\32xl\:bg-yellow-500\/40{background-color:rgba(234,179,8,.4)}.\32xl\:bg-yellow-500\/45{background-color:rgba(234,179,8,.45)}.\32xl\:bg-yellow-500\/5{background-color:rgba(234,179,8,.05)}.\32xl\:bg-yellow-500\/50{background-color:rgba(234,179,8,.5)}.\32xl\:bg-yellow-500\/55{background-color:rgba(234,179,8,.55)}.\32xl\:bg-yellow-500\/60{background-color:rgba(234,179,8,.6)}.\32xl\:bg-yellow-500\/65{background-color:rgba(234,179,8,.65)}.\32xl\:bg-yellow-500\/70{background-color:rgba(234,179,8,.7)}.\32xl\:bg-yellow-500\/75{background-color:rgba(234,179,8,.75)}.\32xl\:bg-yellow-500\/80{background-color:rgba(234,179,8,.8)}.\32xl\:bg-yellow-500\/85{background-color:rgba(234,179,8,.85)}.\32xl\:bg-yellow-500\/90{background-color:rgba(234,179,8,.9)}.\32xl\:bg-yellow-500\/95{background-color:rgba(234,179,8,.95)}.\32xl\:bg-yellow-600{--tw-bg-opacity:1;background-color:rgba(202,138,4,var(--tw-bg-opacity))}.\32xl\:bg-yellow-600\/0{background-color:rgba(202,138,4,0)}.\32xl\:bg-yellow-600\/10{background-color:rgba(202,138,4,.1)}.\32xl\:bg-yellow-600\/100{background-color:#ca8a04}.\32xl\:bg-yellow-600\/15{background-color:rgba(202,138,4,.15)}.\32xl\:bg-yellow-600\/20{background-color:rgba(202,138,4,.2)}.\32xl\:bg-yellow-600\/25{background-color:rgba(202,138,4,.25)}.\32xl\:bg-yellow-600\/30{background-color:rgba(202,138,4,.3)}.\32xl\:bg-yellow-600\/35{background-color:rgba(202,138,4,.35)}.\32xl\:bg-yellow-600\/40{background-color:rgba(202,138,4,.4)}.\32xl\:bg-yellow-600\/45{background-color:rgba(202,138,4,.45)}.\32xl\:bg-yellow-600\/5{background-color:rgba(202,138,4,.05)}.\32xl\:bg-yellow-600\/50{background-color:rgba(202,138,4,.5)}.\32xl\:bg-yellow-600\/55{background-color:rgba(202,138,4,.55)}.\32xl\:bg-yellow-600\/60{background-color:rgba(202,138,4,.6)}.\32xl\:bg-yellow-600\/65{background-color:rgba(202,138,4,.65)}.\32xl\:bg-yellow-600\/70{background-color:rgba(202,138,4,.7)}.\32xl\:bg-yellow-600\/75{background-color:rgba(202,138,4,.75)}.\32xl\:bg-yellow-600\/80{background-color:rgba(202,138,4,.8)}.\32xl\:bg-yellow-600\/85{background-color:rgba(202,138,4,.85)}.\32xl\:bg-yellow-600\/90{background-color:rgba(202,138,4,.9)}.\32xl\:bg-yellow-600\/95{background-color:rgba(202,138,4,.95)}.\32xl\:bg-yellow-700{--tw-bg-opacity:1;background-color:rgba(161,98,7,var(--tw-bg-opacity))}.\32xl\:bg-yellow-700\/0{background-color:rgba(161,98,7,0)}.\32xl\:bg-yellow-700\/10{background-color:rgba(161,98,7,.1)}.\32xl\:bg-yellow-700\/100{background-color:#a16207}.\32xl\:bg-yellow-700\/15{background-color:rgba(161,98,7,.15)}.\32xl\:bg-yellow-700\/20{background-color:rgba(161,98,7,.2)}.\32xl\:bg-yellow-700\/25{background-color:rgba(161,98,7,.25)}.\32xl\:bg-yellow-700\/30{background-color:rgba(161,98,7,.3)}.\32xl\:bg-yellow-700\/35{background-color:rgba(161,98,7,.35)}.\32xl\:bg-yellow-700\/40{background-color:rgba(161,98,7,.4)}.\32xl\:bg-yellow-700\/45{background-color:rgba(161,98,7,.45)}.\32xl\:bg-yellow-700\/5{background-color:rgba(161,98,7,.05)}.\32xl\:bg-yellow-700\/50{background-color:rgba(161,98,7,.5)}.\32xl\:bg-yellow-700\/55{background-color:rgba(161,98,7,.55)}.\32xl\:bg-yellow-700\/60{background-color:rgba(161,98,7,.6)}.\32xl\:bg-yellow-700\/65{background-color:rgba(161,98,7,.65)}.\32xl\:bg-yellow-700\/70{background-color:rgba(161,98,7,.7)}.\32xl\:bg-yellow-700\/75{background-color:rgba(161,98,7,.75)}.\32xl\:bg-yellow-700\/80{background-color:rgba(161,98,7,.8)}.\32xl\:bg-yellow-700\/85{background-color:rgba(161,98,7,.85)}.\32xl\:bg-yellow-700\/90{background-color:rgba(161,98,7,.9)}.\32xl\:bg-yellow-700\/95{background-color:rgba(161,98,7,.95)}.\32xl\:bg-yellow-800{--tw-bg-opacity:1;background-color:rgba(133,77,14,var(--tw-bg-opacity))}.\32xl\:bg-yellow-800\/0{background-color:rgba(133,77,14,0)}.\32xl\:bg-yellow-800\/10{background-color:rgba(133,77,14,.1)}.\32xl\:bg-yellow-800\/100{background-color:#854d0e}.\32xl\:bg-yellow-800\/15{background-color:rgba(133,77,14,.15)}.\32xl\:bg-yellow-800\/20{background-color:rgba(133,77,14,.2)}.\32xl\:bg-yellow-800\/25{background-color:rgba(133,77,14,.25)}.\32xl\:bg-yellow-800\/30{background-color:rgba(133,77,14,.3)}.\32xl\:bg-yellow-800\/35{background-color:rgba(133,77,14,.35)}.\32xl\:bg-yellow-800\/40{background-color:rgba(133,77,14,.4)}.\32xl\:bg-yellow-800\/45{background-color:rgba(133,77,14,.45)}.\32xl\:bg-yellow-800\/5{background-color:rgba(133,77,14,.05)}.\32xl\:bg-yellow-800\/50{background-color:rgba(133,77,14,.5)}.\32xl\:bg-yellow-800\/55{background-color:rgba(133,77,14,.55)}.\32xl\:bg-yellow-800\/60{background-color:rgba(133,77,14,.6)}.\32xl\:bg-yellow-800\/65{background-color:rgba(133,77,14,.65)}.\32xl\:bg-yellow-800\/70{background-color:rgba(133,77,14,.7)}.\32xl\:bg-yellow-800\/75{background-color:rgba(133,77,14,.75)}.\32xl\:bg-yellow-800\/80{background-color:rgba(133,77,14,.8)}.\32xl\:bg-yellow-800\/85{background-color:rgba(133,77,14,.85)}.\32xl\:bg-yellow-800\/90{background-color:rgba(133,77,14,.9)}.\32xl\:bg-yellow-800\/95{background-color:rgba(133,77,14,.95)}.\32xl\:bg-yellow-900{--tw-bg-opacity:1;background-color:rgba(113,63,18,var(--tw-bg-opacity))}.\32xl\:bg-yellow-900\/0{background-color:rgba(113,63,18,0)}.\32xl\:bg-yellow-900\/10{background-color:rgba(113,63,18,.1)}.\32xl\:bg-yellow-900\/100{background-color:#713f12}.\32xl\:bg-yellow-900\/15{background-color:rgba(113,63,18,.15)}.\32xl\:bg-yellow-900\/20{background-color:rgba(113,63,18,.2)}.\32xl\:bg-yellow-900\/25{background-color:rgba(113,63,18,.25)}.\32xl\:bg-yellow-900\/30{background-color:rgba(113,63,18,.3)}.\32xl\:bg-yellow-900\/35{background-color:rgba(113,63,18,.35)}.\32xl\:bg-yellow-900\/40{background-color:rgba(113,63,18,.4)}.\32xl\:bg-yellow-900\/45{background-color:rgba(113,63,18,.45)}.\32xl\:bg-yellow-900\/5{background-color:rgba(113,63,18,.05)}.\32xl\:bg-yellow-900\/50{background-color:rgba(113,63,18,.5)}.\32xl\:bg-yellow-900\/55{background-color:rgba(113,63,18,.55)}.\32xl\:bg-yellow-900\/60{background-color:rgba(113,63,18,.6)}.\32xl\:bg-yellow-900\/65{background-color:rgba(113,63,18,.65)}.\32xl\:bg-yellow-900\/70{background-color:rgba(113,63,18,.7)}.\32xl\:bg-yellow-900\/75{background-color:rgba(113,63,18,.75)}.\32xl\:bg-yellow-900\/80{background-color:rgba(113,63,18,.8)}.\32xl\:bg-yellow-900\/85{background-color:rgba(113,63,18,.85)}.\32xl\:bg-yellow-900\/90{background-color:rgba(113,63,18,.9)}.\32xl\:bg-yellow-900\/95{background-color:rgba(113,63,18,.95)}.\32xl\:bg-yellow-950{--tw-bg-opacity:1;background-color:rgba(66,32,6,var(--tw-bg-opacity))}.\32xl\:bg-yellow-950\/0{background-color:rgba(66,32,6,0)}.\32xl\:bg-yellow-950\/10{background-color:rgba(66,32,6,.1)}.\32xl\:bg-yellow-950\/100{background-color:#422006}.\32xl\:bg-yellow-950\/15{background-color:rgba(66,32,6,.15)}.\32xl\:bg-yellow-950\/20{background-color:rgba(66,32,6,.2)}.\32xl\:bg-yellow-950\/25{background-color:rgba(66,32,6,.25)}.\32xl\:bg-yellow-950\/30{background-color:rgba(66,32,6,.3)}.\32xl\:bg-yellow-950\/35{background-color:rgba(66,32,6,.35)}.\32xl\:bg-yellow-950\/40{background-color:rgba(66,32,6,.4)}.\32xl\:bg-yellow-950\/45{background-color:rgba(66,32,6,.45)}.\32xl\:bg-yellow-950\/5{background-color:rgba(66,32,6,.05)}.\32xl\:bg-yellow-950\/50{background-color:rgba(66,32,6,.5)}.\32xl\:bg-yellow-950\/55{background-color:rgba(66,32,6,.55)}.\32xl\:bg-yellow-950\/60{background-color:rgba(66,32,6,.6)}.\32xl\:bg-yellow-950\/65{background-color:rgba(66,32,6,.65)}.\32xl\:bg-yellow-950\/70{background-color:rgba(66,32,6,.7)}.\32xl\:bg-yellow-950\/75{background-color:rgba(66,32,6,.75)}.\32xl\:bg-yellow-950\/80{background-color:rgba(66,32,6,.8)}.\32xl\:bg-yellow-950\/85{background-color:rgba(66,32,6,.85)}.\32xl\:bg-yellow-950\/90{background-color:rgba(66,32,6,.9)}.\32xl\:bg-yellow-950\/95{background-color:rgba(66,32,6,.95)}.\32xl\:bg-zinc-100{--tw-bg-opacity:1;background-color:rgba(244,244,245,var(--tw-bg-opacity))}.\32xl\:bg-zinc-100\/0{background-color:hsla(240,5%,96%,0)}.\32xl\:bg-zinc-100\/10{background-color:hsla(240,5%,96%,.1)}.\32xl\:bg-zinc-100\/100{background-color:#f4f4f5}.\32xl\:bg-zinc-100\/15{background-color:hsla(240,5%,96%,.15)}.\32xl\:bg-zinc-100\/20{background-color:hsla(240,5%,96%,.2)}.\32xl\:bg-zinc-100\/25{background-color:hsla(240,5%,96%,.25)}.\32xl\:bg-zinc-100\/30{background-color:hsla(240,5%,96%,.3)}.\32xl\:bg-zinc-100\/35{background-color:hsla(240,5%,96%,.35)}.\32xl\:bg-zinc-100\/40{background-color:hsla(240,5%,96%,.4)}.\32xl\:bg-zinc-100\/45{background-color:hsla(240,5%,96%,.45)}.\32xl\:bg-zinc-100\/5{background-color:hsla(240,5%,96%,.05)}.\32xl\:bg-zinc-100\/50{background-color:hsla(240,5%,96%,.5)}.\32xl\:bg-zinc-100\/55{background-color:hsla(240,5%,96%,.55)}.\32xl\:bg-zinc-100\/60{background-color:hsla(240,5%,96%,.6)}.\32xl\:bg-zinc-100\/65{background-color:hsla(240,5%,96%,.65)}.\32xl\:bg-zinc-100\/70{background-color:hsla(240,5%,96%,.7)}.\32xl\:bg-zinc-100\/75{background-color:hsla(240,5%,96%,.75)}.\32xl\:bg-zinc-100\/80{background-color:hsla(240,5%,96%,.8)}.\32xl\:bg-zinc-100\/85{background-color:hsla(240,5%,96%,.85)}.\32xl\:bg-zinc-100\/90{background-color:hsla(240,5%,96%,.9)}.\32xl\:bg-zinc-100\/95{background-color:hsla(240,5%,96%,.95)}.\32xl\:bg-zinc-200{--tw-bg-opacity:1;background-color:rgba(228,228,231,var(--tw-bg-opacity))}.\32xl\:bg-zinc-200\/0{background-color:hsla(240,6%,90%,0)}.\32xl\:bg-zinc-200\/10{background-color:hsla(240,6%,90%,.1)}.\32xl\:bg-zinc-200\/100{background-color:#e4e4e7}.\32xl\:bg-zinc-200\/15{background-color:hsla(240,6%,90%,.15)}.\32xl\:bg-zinc-200\/20{background-color:hsla(240,6%,90%,.2)}.\32xl\:bg-zinc-200\/25{background-color:hsla(240,6%,90%,.25)}.\32xl\:bg-zinc-200\/30{background-color:hsla(240,6%,90%,.3)}.\32xl\:bg-zinc-200\/35{background-color:hsla(240,6%,90%,.35)}.\32xl\:bg-zinc-200\/40{background-color:hsla(240,6%,90%,.4)}.\32xl\:bg-zinc-200\/45{background-color:hsla(240,6%,90%,.45)}.\32xl\:bg-zinc-200\/5{background-color:hsla(240,6%,90%,.05)}.\32xl\:bg-zinc-200\/50{background-color:hsla(240,6%,90%,.5)}.\32xl\:bg-zinc-200\/55{background-color:hsla(240,6%,90%,.55)}.\32xl\:bg-zinc-200\/60{background-color:hsla(240,6%,90%,.6)}.\32xl\:bg-zinc-200\/65{background-color:hsla(240,6%,90%,.65)}.\32xl\:bg-zinc-200\/70{background-color:hsla(240,6%,90%,.7)}.\32xl\:bg-zinc-200\/75{background-color:hsla(240,6%,90%,.75)}.\32xl\:bg-zinc-200\/80{background-color:hsla(240,6%,90%,.8)}.\32xl\:bg-zinc-200\/85{background-color:hsla(240,6%,90%,.85)}.\32xl\:bg-zinc-200\/90{background-color:hsla(240,6%,90%,.9)}.\32xl\:bg-zinc-200\/95{background-color:hsla(240,6%,90%,.95)}.\32xl\:bg-zinc-300{--tw-bg-opacity:1;background-color:rgba(212,212,216,var(--tw-bg-opacity))}.\32xl\:bg-zinc-300\/0{background-color:hsla(240,5%,84%,0)}.\32xl\:bg-zinc-300\/10{background-color:hsla(240,5%,84%,.1)}.\32xl\:bg-zinc-300\/100{background-color:#d4d4d8}.\32xl\:bg-zinc-300\/15{background-color:hsla(240,5%,84%,.15)}.\32xl\:bg-zinc-300\/20{background-color:hsla(240,5%,84%,.2)}.\32xl\:bg-zinc-300\/25{background-color:hsla(240,5%,84%,.25)}.\32xl\:bg-zinc-300\/30{background-color:hsla(240,5%,84%,.3)}.\32xl\:bg-zinc-300\/35{background-color:hsla(240,5%,84%,.35)}.\32xl\:bg-zinc-300\/40{background-color:hsla(240,5%,84%,.4)}.\32xl\:bg-zinc-300\/45{background-color:hsla(240,5%,84%,.45)}.\32xl\:bg-zinc-300\/5{background-color:hsla(240,5%,84%,.05)}.\32xl\:bg-zinc-300\/50{background-color:hsla(240,5%,84%,.5)}.\32xl\:bg-zinc-300\/55{background-color:hsla(240,5%,84%,.55)}.\32xl\:bg-zinc-300\/60{background-color:hsla(240,5%,84%,.6)}.\32xl\:bg-zinc-300\/65{background-color:hsla(240,5%,84%,.65)}.\32xl\:bg-zinc-300\/70{background-color:hsla(240,5%,84%,.7)}.\32xl\:bg-zinc-300\/75{background-color:hsla(240,5%,84%,.75)}.\32xl\:bg-zinc-300\/80{background-color:hsla(240,5%,84%,.8)}.\32xl\:bg-zinc-300\/85{background-color:hsla(240,5%,84%,.85)}.\32xl\:bg-zinc-300\/90{background-color:hsla(240,5%,84%,.9)}.\32xl\:bg-zinc-300\/95{background-color:hsla(240,5%,84%,.95)}.\32xl\:bg-zinc-400{--tw-bg-opacity:1;background-color:rgba(161,161,170,var(--tw-bg-opacity))}.\32xl\:bg-zinc-400\/0{background-color:hsla(240,5%,65%,0)}.\32xl\:bg-zinc-400\/10{background-color:hsla(240,5%,65%,.1)}.\32xl\:bg-zinc-400\/100{background-color:#a1a1aa}.\32xl\:bg-zinc-400\/15{background-color:hsla(240,5%,65%,.15)}.\32xl\:bg-zinc-400\/20{background-color:hsla(240,5%,65%,.2)}.\32xl\:bg-zinc-400\/25{background-color:hsla(240,5%,65%,.25)}.\32xl\:bg-zinc-400\/30{background-color:hsla(240,5%,65%,.3)}.\32xl\:bg-zinc-400\/35{background-color:hsla(240,5%,65%,.35)}.\32xl\:bg-zinc-400\/40{background-color:hsla(240,5%,65%,.4)}.\32xl\:bg-zinc-400\/45{background-color:hsla(240,5%,65%,.45)}.\32xl\:bg-zinc-400\/5{background-color:hsla(240,5%,65%,.05)}.\32xl\:bg-zinc-400\/50{background-color:hsla(240,5%,65%,.5)}.\32xl\:bg-zinc-400\/55{background-color:hsla(240,5%,65%,.55)}.\32xl\:bg-zinc-400\/60{background-color:hsla(240,5%,65%,.6)}.\32xl\:bg-zinc-400\/65{background-color:hsla(240,5%,65%,.65)}.\32xl\:bg-zinc-400\/70{background-color:hsla(240,5%,65%,.7)}.\32xl\:bg-zinc-400\/75{background-color:hsla(240,5%,65%,.75)}.\32xl\:bg-zinc-400\/80{background-color:hsla(240,5%,65%,.8)}.\32xl\:bg-zinc-400\/85{background-color:hsla(240,5%,65%,.85)}.\32xl\:bg-zinc-400\/90{background-color:hsla(240,5%,65%,.9)}.\32xl\:bg-zinc-400\/95{background-color:hsla(240,5%,65%,.95)}.\32xl\:bg-zinc-50{--tw-bg-opacity:1;background-color:rgba(250,250,250,var(--tw-bg-opacity))}.\32xl\:bg-zinc-50\/0{background-color:hsla(0,0%,98%,0)}.\32xl\:bg-zinc-50\/10{background-color:hsla(0,0%,98%,.1)}.\32xl\:bg-zinc-50\/100{background-color:#fafafa}.\32xl\:bg-zinc-50\/15{background-color:hsla(0,0%,98%,.15)}.\32xl\:bg-zinc-50\/20{background-color:hsla(0,0%,98%,.2)}.\32xl\:bg-zinc-50\/25{background-color:hsla(0,0%,98%,.25)}.\32xl\:bg-zinc-50\/30{background-color:hsla(0,0%,98%,.3)}.\32xl\:bg-zinc-50\/35{background-color:hsla(0,0%,98%,.35)}.\32xl\:bg-zinc-50\/40{background-color:hsla(0,0%,98%,.4)}.\32xl\:bg-zinc-50\/45{background-color:hsla(0,0%,98%,.45)}.\32xl\:bg-zinc-50\/5{background-color:hsla(0,0%,98%,.05)}.\32xl\:bg-zinc-50\/50{background-color:hsla(0,0%,98%,.5)}.\32xl\:bg-zinc-50\/55{background-color:hsla(0,0%,98%,.55)}.\32xl\:bg-zinc-50\/60{background-color:hsla(0,0%,98%,.6)}.\32xl\:bg-zinc-50\/65{background-color:hsla(0,0%,98%,.65)}.\32xl\:bg-zinc-50\/70{background-color:hsla(0,0%,98%,.7)}.\32xl\:bg-zinc-50\/75{background-color:hsla(0,0%,98%,.75)}.\32xl\:bg-zinc-50\/80{background-color:hsla(0,0%,98%,.8)}.\32xl\:bg-zinc-50\/85{background-color:hsla(0,0%,98%,.85)}.\32xl\:bg-zinc-50\/90{background-color:hsla(0,0%,98%,.9)}.\32xl\:bg-zinc-50\/95{background-color:hsla(0,0%,98%,.95)}.\32xl\:bg-zinc-500{--tw-bg-opacity:1;background-color:rgba(113,113,122,var(--tw-bg-opacity))}.\32xl\:bg-zinc-500\/0{background-color:hsla(240,4%,46%,0)}.\32xl\:bg-zinc-500\/10{background-color:hsla(240,4%,46%,.1)}.\32xl\:bg-zinc-500\/100{background-color:#71717a}.\32xl\:bg-zinc-500\/15{background-color:hsla(240,4%,46%,.15)}.\32xl\:bg-zinc-500\/20{background-color:hsla(240,4%,46%,.2)}.\32xl\:bg-zinc-500\/25{background-color:hsla(240,4%,46%,.25)}.\32xl\:bg-zinc-500\/30{background-color:hsla(240,4%,46%,.3)}.\32xl\:bg-zinc-500\/35{background-color:hsla(240,4%,46%,.35)}.\32xl\:bg-zinc-500\/40{background-color:hsla(240,4%,46%,.4)}.\32xl\:bg-zinc-500\/45{background-color:hsla(240,4%,46%,.45)}.\32xl\:bg-zinc-500\/5{background-color:hsla(240,4%,46%,.05)}.\32xl\:bg-zinc-500\/50{background-color:hsla(240,4%,46%,.5)}.\32xl\:bg-zinc-500\/55{background-color:hsla(240,4%,46%,.55)}.\32xl\:bg-zinc-500\/60{background-color:hsla(240,4%,46%,.6)}.\32xl\:bg-zinc-500\/65{background-color:hsla(240,4%,46%,.65)}.\32xl\:bg-zinc-500\/70{background-color:hsla(240,4%,46%,.7)}.\32xl\:bg-zinc-500\/75{background-color:hsla(240,4%,46%,.75)}.\32xl\:bg-zinc-500\/80{background-color:hsla(240,4%,46%,.8)}.\32xl\:bg-zinc-500\/85{background-color:hsla(240,4%,46%,.85)}.\32xl\:bg-zinc-500\/90{background-color:hsla(240,4%,46%,.9)}.\32xl\:bg-zinc-500\/95{background-color:hsla(240,4%,46%,.95)}.\32xl\:bg-zinc-600{--tw-bg-opacity:1;background-color:rgba(82,82,91,var(--tw-bg-opacity))}.\32xl\:bg-zinc-600\/0{background-color:rgba(82,82,91,0)}.\32xl\:bg-zinc-600\/10{background-color:rgba(82,82,91,.1)}.\32xl\:bg-zinc-600\/100{background-color:#52525b}.\32xl\:bg-zinc-600\/15{background-color:rgba(82,82,91,.15)}.\32xl\:bg-zinc-600\/20{background-color:rgba(82,82,91,.2)}.\32xl\:bg-zinc-600\/25{background-color:rgba(82,82,91,.25)}.\32xl\:bg-zinc-600\/30{background-color:rgba(82,82,91,.3)}.\32xl\:bg-zinc-600\/35{background-color:rgba(82,82,91,.35)}.\32xl\:bg-zinc-600\/40{background-color:rgba(82,82,91,.4)}.\32xl\:bg-zinc-600\/45{background-color:rgba(82,82,91,.45)}.\32xl\:bg-zinc-600\/5{background-color:rgba(82,82,91,.05)}.\32xl\:bg-zinc-600\/50{background-color:rgba(82,82,91,.5)}.\32xl\:bg-zinc-600\/55{background-color:rgba(82,82,91,.55)}.\32xl\:bg-zinc-600\/60{background-color:rgba(82,82,91,.6)}.\32xl\:bg-zinc-600\/65{background-color:rgba(82,82,91,.65)}.\32xl\:bg-zinc-600\/70{background-color:rgba(82,82,91,.7)}.\32xl\:bg-zinc-600\/75{background-color:rgba(82,82,91,.75)}.\32xl\:bg-zinc-600\/80{background-color:rgba(82,82,91,.8)}.\32xl\:bg-zinc-600\/85{background-color:rgba(82,82,91,.85)}.\32xl\:bg-zinc-600\/90{background-color:rgba(82,82,91,.9)}.\32xl\:bg-zinc-600\/95{background-color:rgba(82,82,91,.95)}.\32xl\:bg-zinc-700{--tw-bg-opacity:1;background-color:rgba(63,63,70,var(--tw-bg-opacity))}.\32xl\:bg-zinc-700\/0{background-color:rgba(63,63,70,0)}.\32xl\:bg-zinc-700\/10{background-color:rgba(63,63,70,.1)}.\32xl\:bg-zinc-700\/100{background-color:#3f3f46}.\32xl\:bg-zinc-700\/15{background-color:rgba(63,63,70,.15)}.\32xl\:bg-zinc-700\/20{background-color:rgba(63,63,70,.2)}.\32xl\:bg-zinc-700\/25{background-color:rgba(63,63,70,.25)}.\32xl\:bg-zinc-700\/30{background-color:rgba(63,63,70,.3)}.\32xl\:bg-zinc-700\/35{background-color:rgba(63,63,70,.35)}.\32xl\:bg-zinc-700\/40{background-color:rgba(63,63,70,.4)}.\32xl\:bg-zinc-700\/45{background-color:rgba(63,63,70,.45)}.\32xl\:bg-zinc-700\/5{background-color:rgba(63,63,70,.05)}.\32xl\:bg-zinc-700\/50{background-color:rgba(63,63,70,.5)}.\32xl\:bg-zinc-700\/55{background-color:rgba(63,63,70,.55)}.\32xl\:bg-zinc-700\/60{background-color:rgba(63,63,70,.6)}.\32xl\:bg-zinc-700\/65{background-color:rgba(63,63,70,.65)}.\32xl\:bg-zinc-700\/70{background-color:rgba(63,63,70,.7)}.\32xl\:bg-zinc-700\/75{background-color:rgba(63,63,70,.75)}.\32xl\:bg-zinc-700\/80{background-color:rgba(63,63,70,.8)}.\32xl\:bg-zinc-700\/85{background-color:rgba(63,63,70,.85)}.\32xl\:bg-zinc-700\/90{background-color:rgba(63,63,70,.9)}.\32xl\:bg-zinc-700\/95{background-color:rgba(63,63,70,.95)}.\32xl\:bg-zinc-800{--tw-bg-opacity:1;background-color:rgba(39,39,42,var(--tw-bg-opacity))}.\32xl\:bg-zinc-800\/0{background-color:rgba(39,39,42,0)}.\32xl\:bg-zinc-800\/10{background-color:rgba(39,39,42,.1)}.\32xl\:bg-zinc-800\/100{background-color:#27272a}.\32xl\:bg-zinc-800\/15{background-color:rgba(39,39,42,.15)}.\32xl\:bg-zinc-800\/20{background-color:rgba(39,39,42,.2)}.\32xl\:bg-zinc-800\/25{background-color:rgba(39,39,42,.25)}.\32xl\:bg-zinc-800\/30{background-color:rgba(39,39,42,.3)}.\32xl\:bg-zinc-800\/35{background-color:rgba(39,39,42,.35)}.\32xl\:bg-zinc-800\/40{background-color:rgba(39,39,42,.4)}.\32xl\:bg-zinc-800\/45{background-color:rgba(39,39,42,.45)}.\32xl\:bg-zinc-800\/5{background-color:rgba(39,39,42,.05)}.\32xl\:bg-zinc-800\/50{background-color:rgba(39,39,42,.5)}.\32xl\:bg-zinc-800\/55{background-color:rgba(39,39,42,.55)}.\32xl\:bg-zinc-800\/60{background-color:rgba(39,39,42,.6)}.\32xl\:bg-zinc-800\/65{background-color:rgba(39,39,42,.65)}.\32xl\:bg-zinc-800\/70{background-color:rgba(39,39,42,.7)}.\32xl\:bg-zinc-800\/75{background-color:rgba(39,39,42,.75)}.\32xl\:bg-zinc-800\/80{background-color:rgba(39,39,42,.8)}.\32xl\:bg-zinc-800\/85{background-color:rgba(39,39,42,.85)}.\32xl\:bg-zinc-800\/90{background-color:rgba(39,39,42,.9)}.\32xl\:bg-zinc-800\/95{background-color:rgba(39,39,42,.95)}.\32xl\:bg-zinc-900{--tw-bg-opacity:1;background-color:rgba(24,24,27,var(--tw-bg-opacity))}.\32xl\:bg-zinc-900\/0{background-color:rgba(24,24,27,0)}.\32xl\:bg-zinc-900\/10{background-color:rgba(24,24,27,.1)}.\32xl\:bg-zinc-900\/100{background-color:#18181b}.\32xl\:bg-zinc-900\/15{background-color:rgba(24,24,27,.15)}.\32xl\:bg-zinc-900\/20{background-color:rgba(24,24,27,.2)}.\32xl\:bg-zinc-900\/25{background-color:rgba(24,24,27,.25)}.\32xl\:bg-zinc-900\/30{background-color:rgba(24,24,27,.3)}.\32xl\:bg-zinc-900\/35{background-color:rgba(24,24,27,.35)}.\32xl\:bg-zinc-900\/40{background-color:rgba(24,24,27,.4)}.\32xl\:bg-zinc-900\/45{background-color:rgba(24,24,27,.45)}.\32xl\:bg-zinc-900\/5{background-color:rgba(24,24,27,.05)}.\32xl\:bg-zinc-900\/50{background-color:rgba(24,24,27,.5)}.\32xl\:bg-zinc-900\/55{background-color:rgba(24,24,27,.55)}.\32xl\:bg-zinc-900\/60{background-color:rgba(24,24,27,.6)}.\32xl\:bg-zinc-900\/65{background-color:rgba(24,24,27,.65)}.\32xl\:bg-zinc-900\/70{background-color:rgba(24,24,27,.7)}.\32xl\:bg-zinc-900\/75{background-color:rgba(24,24,27,.75)}.\32xl\:bg-zinc-900\/80{background-color:rgba(24,24,27,.8)}.\32xl\:bg-zinc-900\/85{background-color:rgba(24,24,27,.85)}.\32xl\:bg-zinc-900\/90{background-color:rgba(24,24,27,.9)}.\32xl\:bg-zinc-900\/95{background-color:rgba(24,24,27,.95)}.\32xl\:bg-zinc-950{--tw-bg-opacity:1;background-color:rgba(9,9,11,var(--tw-bg-opacity))}.\32xl\:bg-zinc-950\/0{background-color:rgba(9,9,11,0)}.\32xl\:bg-zinc-950\/10{background-color:rgba(9,9,11,.1)}.\32xl\:bg-zinc-950\/100{background-color:#09090b}.\32xl\:bg-zinc-950\/15{background-color:rgba(9,9,11,.15)}.\32xl\:bg-zinc-950\/20{background-color:rgba(9,9,11,.2)}.\32xl\:bg-zinc-950\/25{background-color:rgba(9,9,11,.25)}.\32xl\:bg-zinc-950\/30{background-color:rgba(9,9,11,.3)}.\32xl\:bg-zinc-950\/35{background-color:rgba(9,9,11,.35)}.\32xl\:bg-zinc-950\/40{background-color:rgba(9,9,11,.4)}.\32xl\:bg-zinc-950\/45{background-color:rgba(9,9,11,.45)}.\32xl\:bg-zinc-950\/5{background-color:rgba(9,9,11,.05)}.\32xl\:bg-zinc-950\/50{background-color:rgba(9,9,11,.5)}.\32xl\:bg-zinc-950\/55{background-color:rgba(9,9,11,.55)}.\32xl\:bg-zinc-950\/60{background-color:rgba(9,9,11,.6)}.\32xl\:bg-zinc-950\/65{background-color:rgba(9,9,11,.65)}.\32xl\:bg-zinc-950\/70{background-color:rgba(9,9,11,.7)}.\32xl\:bg-zinc-950\/75{background-color:rgba(9,9,11,.75)}.\32xl\:bg-zinc-950\/80{background-color:rgba(9,9,11,.8)}.\32xl\:bg-zinc-950\/85{background-color:rgba(9,9,11,.85)}.\32xl\:bg-zinc-950\/90{background-color:rgba(9,9,11,.9)}.\32xl\:bg-zinc-950\/95{background-color:rgba(9,9,11,.95)}.\32xl\:bg-opacity-0{--tw-bg-opacity:0}.\32xl\:bg-opacity-10{--tw-bg-opacity:0.1}.\32xl\:bg-opacity-100{--tw-bg-opacity:1}.\32xl\:bg-opacity-15{--tw-bg-opacity:0.15}.\32xl\:bg-opacity-20{--tw-bg-opacity:0.2}.\32xl\:bg-opacity-25{--tw-bg-opacity:0.25}.\32xl\:bg-opacity-30{--tw-bg-opacity:0.3}.\32xl\:bg-opacity-35{--tw-bg-opacity:0.35}.\32xl\:bg-opacity-40{--tw-bg-opacity:0.4}.\32xl\:bg-opacity-45{--tw-bg-opacity:0.45}.\32xl\:bg-opacity-5{--tw-bg-opacity:0.05}.\32xl\:bg-opacity-50{--tw-bg-opacity:0.5}.\32xl\:bg-opacity-55{--tw-bg-opacity:0.55}.\32xl\:bg-opacity-60{--tw-bg-opacity:0.6}.\32xl\:bg-opacity-65{--tw-bg-opacity:0.65}.\32xl\:bg-opacity-70{--tw-bg-opacity:0.7}.\32xl\:bg-opacity-75{--tw-bg-opacity:0.75}.\32xl\:bg-opacity-80{--tw-bg-opacity:0.8}.\32xl\:bg-opacity-85{--tw-bg-opacity:0.85}.\32xl\:bg-opacity-90{--tw-bg-opacity:0.9}.\32xl\:bg-opacity-95{--tw-bg-opacity:0.95}.\32xl\:bg-colour-options{background-image:url(/app/themes/wraith/public/images/colour-options-bg.947ce4.svg)}.\32xl\:bg-footer{background-image:url(/app/themes/wraith/public/images/footer-bg.0a5cc9.svg)}.\32xl\:bg-gradient-to-b{background-image:linear-gradient(to bottom,var(--tw-gradient-stops))}.\32xl\:bg-gradient-to-bl{background-image:linear-gradient(to bottom left,var(--tw-gradient-stops))}.\32xl\:bg-gradient-to-br{background-image:linear-gradient(to bottom right,var(--tw-gradient-stops))}.\32xl\:bg-gradient-to-l{background-image:linear-gradient(to left,var(--tw-gradient-stops))}.\32xl\:bg-gradient-to-r{background-image:linear-gradient(to right,var(--tw-gradient-stops))}.\32xl\:bg-gradient-to-t{background-image:linear-gradient(to top,var(--tw-gradient-stops))}.\32xl\:bg-gradient-to-tl{background-image:linear-gradient(to top left,var(--tw-gradient-stops))}.\32xl\:bg-gradient-to-tr{background-image:linear-gradient(to top right,var(--tw-gradient-stops))}.\32xl\:bg-none{background-image:none}.\32xl\:bg-secondary-dark-gray-white-split{background-image:linear-gradient(180deg,#f2f3f4,#f2f3f4 50%,#fff 0,#fff)}.\32xl\:bg-trust-col{background-image:url(/app/themes/wraith/public/images/trust-col-bg.8161a3.svg)}.\32xl\:bg-white-secondary-split{background-image:linear-gradient(180deg,#fff,#fff 50%,#042131 0,#042131)}.\32xl\:bg-auto{background-size:auto}.\32xl\:bg-contain{background-size:contain}.\32xl\:bg-cover{background-size:cover}.\32xl\:bg-fixed{background-attachment:fixed}.\32xl\:bg-local{background-attachment:local}.\32xl\:bg-scroll{background-attachment:scroll}.\32xl\:bg-clip-border{background-clip:initial}.\32xl\:bg-clip-padding{background-clip:padding-box}.\32xl\:bg-clip-content{background-clip:content-box}.\32xl\:bg-clip-text{-webkit-background-clip:text;background-clip:text}.\32xl\:bg-bottom{background-position:bottom}.\32xl\:bg-center{background-position:50%}.\32xl\:bg-left{background-position:0}.\32xl\:bg-left-bottom{background-position:0 100%}.\32xl\:bg-left-top{background-position:0 0}.\32xl\:bg-right{background-position:100%}.\32xl\:bg-right-bottom{background-position:100% 100%}.\32xl\:bg-right-top{background-position:100% 0}.\32xl\:bg-top{background-position:top}.\32xl\:bg-repeat{background-repeat:repeat}.\32xl\:bg-no-repeat{background-repeat:no-repeat}.\32xl\:bg-repeat-x{background-repeat:repeat-x}.\32xl\:bg-repeat-y{background-repeat:repeat-y}.\32xl\:bg-repeat-round{background-repeat:round}.\32xl\:bg-repeat-space{background-repeat:space}.\32xl\:bg-origin-border{background-origin:border-box}.\32xl\:bg-origin-padding{background-origin:initial}.\32xl\:bg-origin-content{background-origin:content-box}.\32xl\:py-16{padding-bottom:4rem;padding-top:4rem}.\32xl\:bg-blend-normal{background-blend-mode:normal}.\32xl\:bg-blend-multiply{background-blend-mode:multiply}.\32xl\:bg-blend-screen{background-blend-mode:screen}.\32xl\:bg-blend-overlay{background-blend-mode:overlay}.\32xl\:bg-blend-darken{background-blend-mode:darken}.\32xl\:bg-blend-lighten{background-blend-mode:lighten}.\32xl\:bg-blend-color-dodge{background-blend-mode:color-dodge}.\32xl\:bg-blend-color-burn{background-blend-mode:color-burn}.\32xl\:bg-blend-hard-light{background-blend-mode:hard-light}.\32xl\:bg-blend-soft-light{background-blend-mode:soft-light}.\32xl\:bg-blend-difference{background-blend-mode:difference}.\32xl\:bg-blend-exclusion{background-blend-mode:exclusion}.\32xl\:bg-blend-hue{background-blend-mode:hue}.\32xl\:bg-blend-saturation{background-blend-mode:saturation}.\32xl\:bg-blend-color{background-blend-mode:color}.\32xl\:bg-blend-luminosity{background-blend-mode:luminosity}}@media (min-width:1620px){.\33xl\:-left-12{left:-3rem}.\33xl\:-right-12{right:-3rem}.\33xl\:max-w-full{max-width:100%}.\33xl\:bg-amber-100{--tw-bg-opacity:1;background-color:rgba(254,243,199,var(--tw-bg-opacity))}.\33xl\:bg-amber-100\/0{background-color:hsla(48,96%,89%,0)}.\33xl\:bg-amber-100\/10{background-color:hsla(48,96%,89%,.1)}.\33xl\:bg-amber-100\/100{background-color:#fef3c7}.\33xl\:bg-amber-100\/15{background-color:hsla(48,96%,89%,.15)}.\33xl\:bg-amber-100\/20{background-color:hsla(48,96%,89%,.2)}.\33xl\:bg-amber-100\/25{background-color:hsla(48,96%,89%,.25)}.\33xl\:bg-amber-100\/30{background-color:hsla(48,96%,89%,.3)}.\33xl\:bg-amber-100\/35{background-color:hsla(48,96%,89%,.35)}.\33xl\:bg-amber-100\/40{background-color:hsla(48,96%,89%,.4)}.\33xl\:bg-amber-100\/45{background-color:hsla(48,96%,89%,.45)}.\33xl\:bg-amber-100\/5{background-color:hsla(48,96%,89%,.05)}.\33xl\:bg-amber-100\/50{background-color:hsla(48,96%,89%,.5)}.\33xl\:bg-amber-100\/55{background-color:hsla(48,96%,89%,.55)}.\33xl\:bg-amber-100\/60{background-color:hsla(48,96%,89%,.6)}.\33xl\:bg-amber-100\/65{background-color:hsla(48,96%,89%,.65)}.\33xl\:bg-amber-100\/70{background-color:hsla(48,96%,89%,.7)}.\33xl\:bg-amber-100\/75{background-color:hsla(48,96%,89%,.75)}.\33xl\:bg-amber-100\/80{background-color:hsla(48,96%,89%,.8)}.\33xl\:bg-amber-100\/85{background-color:hsla(48,96%,89%,.85)}.\33xl\:bg-amber-100\/90{background-color:hsla(48,96%,89%,.9)}.\33xl\:bg-amber-100\/95{background-color:hsla(48,96%,89%,.95)}.\33xl\:bg-amber-200{--tw-bg-opacity:1;background-color:rgba(253,230,138,var(--tw-bg-opacity))}.\33xl\:bg-amber-200\/0{background-color:hsla(48,97%,77%,0)}.\33xl\:bg-amber-200\/10{background-color:hsla(48,97%,77%,.1)}.\33xl\:bg-amber-200\/100{background-color:#fde68a}.\33xl\:bg-amber-200\/15{background-color:hsla(48,97%,77%,.15)}.\33xl\:bg-amber-200\/20{background-color:hsla(48,97%,77%,.2)}.\33xl\:bg-amber-200\/25{background-color:hsla(48,97%,77%,.25)}.\33xl\:bg-amber-200\/30{background-color:hsla(48,97%,77%,.3)}.\33xl\:bg-amber-200\/35{background-color:hsla(48,97%,77%,.35)}.\33xl\:bg-amber-200\/40{background-color:hsla(48,97%,77%,.4)}.\33xl\:bg-amber-200\/45{background-color:hsla(48,97%,77%,.45)}.\33xl\:bg-amber-200\/5{background-color:hsla(48,97%,77%,.05)}.\33xl\:bg-amber-200\/50{background-color:hsla(48,97%,77%,.5)}.\33xl\:bg-amber-200\/55{background-color:hsla(48,97%,77%,.55)}.\33xl\:bg-amber-200\/60{background-color:hsla(48,97%,77%,.6)}.\33xl\:bg-amber-200\/65{background-color:hsla(48,97%,77%,.65)}.\33xl\:bg-amber-200\/70{background-color:hsla(48,97%,77%,.7)}.\33xl\:bg-amber-200\/75{background-color:hsla(48,97%,77%,.75)}.\33xl\:bg-amber-200\/80{background-color:hsla(48,97%,77%,.8)}.\33xl\:bg-amber-200\/85{background-color:hsla(48,97%,77%,.85)}.\33xl\:bg-amber-200\/90{background-color:hsla(48,97%,77%,.9)}.\33xl\:bg-amber-200\/95{background-color:hsla(48,97%,77%,.95)}.\33xl\:bg-amber-300{--tw-bg-opacity:1;background-color:rgba(252,211,77,var(--tw-bg-opacity))}.\33xl\:bg-amber-300\/0{background-color:rgba(252,211,77,0)}.\33xl\:bg-amber-300\/10{background-color:rgba(252,211,77,.1)}.\33xl\:bg-amber-300\/100{background-color:#fcd34d}.\33xl\:bg-amber-300\/15{background-color:rgba(252,211,77,.15)}.\33xl\:bg-amber-300\/20{background-color:rgba(252,211,77,.2)}.\33xl\:bg-amber-300\/25{background-color:rgba(252,211,77,.25)}.\33xl\:bg-amber-300\/30{background-color:rgba(252,211,77,.3)}.\33xl\:bg-amber-300\/35{background-color:rgba(252,211,77,.35)}.\33xl\:bg-amber-300\/40{background-color:rgba(252,211,77,.4)}.\33xl\:bg-amber-300\/45{background-color:rgba(252,211,77,.45)}.\33xl\:bg-amber-300\/5{background-color:rgba(252,211,77,.05)}.\33xl\:bg-amber-300\/50{background-color:rgba(252,211,77,.5)}.\33xl\:bg-amber-300\/55{background-color:rgba(252,211,77,.55)}.\33xl\:bg-amber-300\/60{background-color:rgba(252,211,77,.6)}.\33xl\:bg-amber-300\/65{background-color:rgba(252,211,77,.65)}.\33xl\:bg-amber-300\/70{background-color:rgba(252,211,77,.7)}.\33xl\:bg-amber-300\/75{background-color:rgba(252,211,77,.75)}.\33xl\:bg-amber-300\/80{background-color:rgba(252,211,77,.8)}.\33xl\:bg-amber-300\/85{background-color:rgba(252,211,77,.85)}.\33xl\:bg-amber-300\/90{background-color:rgba(252,211,77,.9)}.\33xl\:bg-amber-300\/95{background-color:rgba(252,211,77,.95)}.\33xl\:bg-amber-400{--tw-bg-opacity:1;background-color:rgba(251,191,36,var(--tw-bg-opacity))}.\33xl\:bg-amber-400\/0{background-color:rgba(251,191,36,0)}.\33xl\:bg-amber-400\/10{background-color:rgba(251,191,36,.1)}.\33xl\:bg-amber-400\/100{background-color:#fbbf24}.\33xl\:bg-amber-400\/15{background-color:rgba(251,191,36,.15)}.\33xl\:bg-amber-400\/20{background-color:rgba(251,191,36,.2)}.\33xl\:bg-amber-400\/25{background-color:rgba(251,191,36,.25)}.\33xl\:bg-amber-400\/30{background-color:rgba(251,191,36,.3)}.\33xl\:bg-amber-400\/35{background-color:rgba(251,191,36,.35)}.\33xl\:bg-amber-400\/40{background-color:rgba(251,191,36,.4)}.\33xl\:bg-amber-400\/45{background-color:rgba(251,191,36,.45)}.\33xl\:bg-amber-400\/5{background-color:rgba(251,191,36,.05)}.\33xl\:bg-amber-400\/50{background-color:rgba(251,191,36,.5)}.\33xl\:bg-amber-400\/55{background-color:rgba(251,191,36,.55)}.\33xl\:bg-amber-400\/60{background-color:rgba(251,191,36,.6)}.\33xl\:bg-amber-400\/65{background-color:rgba(251,191,36,.65)}.\33xl\:bg-amber-400\/70{background-color:rgba(251,191,36,.7)}.\33xl\:bg-amber-400\/75{background-color:rgba(251,191,36,.75)}.\33xl\:bg-amber-400\/80{background-color:rgba(251,191,36,.8)}.\33xl\:bg-amber-400\/85{background-color:rgba(251,191,36,.85)}.\33xl\:bg-amber-400\/90{background-color:rgba(251,191,36,.9)}.\33xl\:bg-amber-400\/95{background-color:rgba(251,191,36,.95)}.\33xl\:bg-amber-50{--tw-bg-opacity:1;background-color:rgba(255,251,235,var(--tw-bg-opacity))}.\33xl\:bg-amber-50\/0{background-color:rgba(255,251,235,0)}.\33xl\:bg-amber-50\/10{background-color:rgba(255,251,235,.1)}.\33xl\:bg-amber-50\/100{background-color:#fffbeb}.\33xl\:bg-amber-50\/15{background-color:rgba(255,251,235,.15)}.\33xl\:bg-amber-50\/20{background-color:rgba(255,251,235,.2)}.\33xl\:bg-amber-50\/25{background-color:rgba(255,251,235,.25)}.\33xl\:bg-amber-50\/30{background-color:rgba(255,251,235,.3)}.\33xl\:bg-amber-50\/35{background-color:rgba(255,251,235,.35)}.\33xl\:bg-amber-50\/40{background-color:rgba(255,251,235,.4)}.\33xl\:bg-amber-50\/45{background-color:rgba(255,251,235,.45)}.\33xl\:bg-amber-50\/5{background-color:rgba(255,251,235,.05)}.\33xl\:bg-amber-50\/50{background-color:rgba(255,251,235,.5)}.\33xl\:bg-amber-50\/55{background-color:rgba(255,251,235,.55)}.\33xl\:bg-amber-50\/60{background-color:rgba(255,251,235,.6)}.\33xl\:bg-amber-50\/65{background-color:rgba(255,251,235,.65)}.\33xl\:bg-amber-50\/70{background-color:rgba(255,251,235,.7)}.\33xl\:bg-amber-50\/75{background-color:rgba(255,251,235,.75)}.\33xl\:bg-amber-50\/80{background-color:rgba(255,251,235,.8)}.\33xl\:bg-amber-50\/85{background-color:rgba(255,251,235,.85)}.\33xl\:bg-amber-50\/90{background-color:rgba(255,251,235,.9)}.\33xl\:bg-amber-50\/95{background-color:rgba(255,251,235,.95)}.\33xl\:bg-amber-500{--tw-bg-opacity:1;background-color:rgba(245,158,11,var(--tw-bg-opacity))}.\33xl\:bg-amber-500\/0{background-color:rgba(245,158,11,0)}.\33xl\:bg-amber-500\/10{background-color:rgba(245,158,11,.1)}.\33xl\:bg-amber-500\/100{background-color:#f59e0b}.\33xl\:bg-amber-500\/15{background-color:rgba(245,158,11,.15)}.\33xl\:bg-amber-500\/20{background-color:rgba(245,158,11,.2)}.\33xl\:bg-amber-500\/25{background-color:rgba(245,158,11,.25)}.\33xl\:bg-amber-500\/30{background-color:rgba(245,158,11,.3)}.\33xl\:bg-amber-500\/35{background-color:rgba(245,158,11,.35)}.\33xl\:bg-amber-500\/40{background-color:rgba(245,158,11,.4)}.\33xl\:bg-amber-500\/45{background-color:rgba(245,158,11,.45)}.\33xl\:bg-amber-500\/5{background-color:rgba(245,158,11,.05)}.\33xl\:bg-amber-500\/50{background-color:rgba(245,158,11,.5)}.\33xl\:bg-amber-500\/55{background-color:rgba(245,158,11,.55)}.\33xl\:bg-amber-500\/60{background-color:rgba(245,158,11,.6)}.\33xl\:bg-amber-500\/65{background-color:rgba(245,158,11,.65)}.\33xl\:bg-amber-500\/70{background-color:rgba(245,158,11,.7)}.\33xl\:bg-amber-500\/75{background-color:rgba(245,158,11,.75)}.\33xl\:bg-amber-500\/80{background-color:rgba(245,158,11,.8)}.\33xl\:bg-amber-500\/85{background-color:rgba(245,158,11,.85)}.\33xl\:bg-amber-500\/90{background-color:rgba(245,158,11,.9)}.\33xl\:bg-amber-500\/95{background-color:rgba(245,158,11,.95)}.\33xl\:bg-amber-600{--tw-bg-opacity:1;background-color:rgba(217,119,6,var(--tw-bg-opacity))}.\33xl\:bg-amber-600\/0{background-color:rgba(217,119,6,0)}.\33xl\:bg-amber-600\/10{background-color:rgba(217,119,6,.1)}.\33xl\:bg-amber-600\/100{background-color:#d97706}.\33xl\:bg-amber-600\/15{background-color:rgba(217,119,6,.15)}.\33xl\:bg-amber-600\/20{background-color:rgba(217,119,6,.2)}.\33xl\:bg-amber-600\/25{background-color:rgba(217,119,6,.25)}.\33xl\:bg-amber-600\/30{background-color:rgba(217,119,6,.3)}.\33xl\:bg-amber-600\/35{background-color:rgba(217,119,6,.35)}.\33xl\:bg-amber-600\/40{background-color:rgba(217,119,6,.4)}.\33xl\:bg-amber-600\/45{background-color:rgba(217,119,6,.45)}.\33xl\:bg-amber-600\/5{background-color:rgba(217,119,6,.05)}.\33xl\:bg-amber-600\/50{background-color:rgba(217,119,6,.5)}.\33xl\:bg-amber-600\/55{background-color:rgba(217,119,6,.55)}.\33xl\:bg-amber-600\/60{background-color:rgba(217,119,6,.6)}.\33xl\:bg-amber-600\/65{background-color:rgba(217,119,6,.65)}.\33xl\:bg-amber-600\/70{background-color:rgba(217,119,6,.7)}.\33xl\:bg-amber-600\/75{background-color:rgba(217,119,6,.75)}.\33xl\:bg-amber-600\/80{background-color:rgba(217,119,6,.8)}.\33xl\:bg-amber-600\/85{background-color:rgba(217,119,6,.85)}.\33xl\:bg-amber-600\/90{background-color:rgba(217,119,6,.9)}.\33xl\:bg-amber-600\/95{background-color:rgba(217,119,6,.95)}.\33xl\:bg-amber-700{--tw-bg-opacity:1;background-color:rgba(180,83,9,var(--tw-bg-opacity))}.\33xl\:bg-amber-700\/0{background-color:rgba(180,83,9,0)}.\33xl\:bg-amber-700\/10{background-color:rgba(180,83,9,.1)}.\33xl\:bg-amber-700\/100{background-color:#b45309}.\33xl\:bg-amber-700\/15{background-color:rgba(180,83,9,.15)}.\33xl\:bg-amber-700\/20{background-color:rgba(180,83,9,.2)}.\33xl\:bg-amber-700\/25{background-color:rgba(180,83,9,.25)}.\33xl\:bg-amber-700\/30{background-color:rgba(180,83,9,.3)}.\33xl\:bg-amber-700\/35{background-color:rgba(180,83,9,.35)}.\33xl\:bg-amber-700\/40{background-color:rgba(180,83,9,.4)}.\33xl\:bg-amber-700\/45{background-color:rgba(180,83,9,.45)}.\33xl\:bg-amber-700\/5{background-color:rgba(180,83,9,.05)}.\33xl\:bg-amber-700\/50{background-color:rgba(180,83,9,.5)}.\33xl\:bg-amber-700\/55{background-color:rgba(180,83,9,.55)}.\33xl\:bg-amber-700\/60{background-color:rgba(180,83,9,.6)}.\33xl\:bg-amber-700\/65{background-color:rgba(180,83,9,.65)}.\33xl\:bg-amber-700\/70{background-color:rgba(180,83,9,.7)}.\33xl\:bg-amber-700\/75{background-color:rgba(180,83,9,.75)}.\33xl\:bg-amber-700\/80{background-color:rgba(180,83,9,.8)}.\33xl\:bg-amber-700\/85{background-color:rgba(180,83,9,.85)}.\33xl\:bg-amber-700\/90{background-color:rgba(180,83,9,.9)}.\33xl\:bg-amber-700\/95{background-color:rgba(180,83,9,.95)}.\33xl\:bg-amber-800{--tw-bg-opacity:1;background-color:rgba(146,64,14,var(--tw-bg-opacity))}.\33xl\:bg-amber-800\/0{background-color:rgba(146,64,14,0)}.\33xl\:bg-amber-800\/10{background-color:rgba(146,64,14,.1)}.\33xl\:bg-amber-800\/100{background-color:#92400e}.\33xl\:bg-amber-800\/15{background-color:rgba(146,64,14,.15)}.\33xl\:bg-amber-800\/20{background-color:rgba(146,64,14,.2)}.\33xl\:bg-amber-800\/25{background-color:rgba(146,64,14,.25)}.\33xl\:bg-amber-800\/30{background-color:rgba(146,64,14,.3)}.\33xl\:bg-amber-800\/35{background-color:rgba(146,64,14,.35)}.\33xl\:bg-amber-800\/40{background-color:rgba(146,64,14,.4)}.\33xl\:bg-amber-800\/45{background-color:rgba(146,64,14,.45)}.\33xl\:bg-amber-800\/5{background-color:rgba(146,64,14,.05)}.\33xl\:bg-amber-800\/50{background-color:rgba(146,64,14,.5)}.\33xl\:bg-amber-800\/55{background-color:rgba(146,64,14,.55)}.\33xl\:bg-amber-800\/60{background-color:rgba(146,64,14,.6)}.\33xl\:bg-amber-800\/65{background-color:rgba(146,64,14,.65)}.\33xl\:bg-amber-800\/70{background-color:rgba(146,64,14,.7)}.\33xl\:bg-amber-800\/75{background-color:rgba(146,64,14,.75)}.\33xl\:bg-amber-800\/80{background-color:rgba(146,64,14,.8)}.\33xl\:bg-amber-800\/85{background-color:rgba(146,64,14,.85)}.\33xl\:bg-amber-800\/90{background-color:rgba(146,64,14,.9)}.\33xl\:bg-amber-800\/95{background-color:rgba(146,64,14,.95)}.\33xl\:bg-amber-900{--tw-bg-opacity:1;background-color:rgba(120,53,15,var(--tw-bg-opacity))}.\33xl\:bg-amber-900\/0{background-color:rgba(120,53,15,0)}.\33xl\:bg-amber-900\/10{background-color:rgba(120,53,15,.1)}.\33xl\:bg-amber-900\/100{background-color:#78350f}.\33xl\:bg-amber-900\/15{background-color:rgba(120,53,15,.15)}.\33xl\:bg-amber-900\/20{background-color:rgba(120,53,15,.2)}.\33xl\:bg-amber-900\/25{background-color:rgba(120,53,15,.25)}.\33xl\:bg-amber-900\/30{background-color:rgba(120,53,15,.3)}.\33xl\:bg-amber-900\/35{background-color:rgba(120,53,15,.35)}.\33xl\:bg-amber-900\/40{background-color:rgba(120,53,15,.4)}.\33xl\:bg-amber-900\/45{background-color:rgba(120,53,15,.45)}.\33xl\:bg-amber-900\/5{background-color:rgba(120,53,15,.05)}.\33xl\:bg-amber-900\/50{background-color:rgba(120,53,15,.5)}.\33xl\:bg-amber-900\/55{background-color:rgba(120,53,15,.55)}.\33xl\:bg-amber-900\/60{background-color:rgba(120,53,15,.6)}.\33xl\:bg-amber-900\/65{background-color:rgba(120,53,15,.65)}.\33xl\:bg-amber-900\/70{background-color:rgba(120,53,15,.7)}.\33xl\:bg-amber-900\/75{background-color:rgba(120,53,15,.75)}.\33xl\:bg-amber-900\/80{background-color:rgba(120,53,15,.8)}.\33xl\:bg-amber-900\/85{background-color:rgba(120,53,15,.85)}.\33xl\:bg-amber-900\/90{background-color:rgba(120,53,15,.9)}.\33xl\:bg-amber-900\/95{background-color:rgba(120,53,15,.95)}.\33xl\:bg-amber-950{--tw-bg-opacity:1;background-color:rgba(69,26,3,var(--tw-bg-opacity))}.\33xl\:bg-amber-950\/0{background-color:rgba(69,26,3,0)}.\33xl\:bg-amber-950\/10{background-color:rgba(69,26,3,.1)}.\33xl\:bg-amber-950\/100{background-color:#451a03}.\33xl\:bg-amber-950\/15{background-color:rgba(69,26,3,.15)}.\33xl\:bg-amber-950\/20{background-color:rgba(69,26,3,.2)}.\33xl\:bg-amber-950\/25{background-color:rgba(69,26,3,.25)}.\33xl\:bg-amber-950\/30{background-color:rgba(69,26,3,.3)}.\33xl\:bg-amber-950\/35{background-color:rgba(69,26,3,.35)}.\33xl\:bg-amber-950\/40{background-color:rgba(69,26,3,.4)}.\33xl\:bg-amber-950\/45{background-color:rgba(69,26,3,.45)}.\33xl\:bg-amber-950\/5{background-color:rgba(69,26,3,.05)}.\33xl\:bg-amber-950\/50{background-color:rgba(69,26,3,.5)}.\33xl\:bg-amber-950\/55{background-color:rgba(69,26,3,.55)}.\33xl\:bg-amber-950\/60{background-color:rgba(69,26,3,.6)}.\33xl\:bg-amber-950\/65{background-color:rgba(69,26,3,.65)}.\33xl\:bg-amber-950\/70{background-color:rgba(69,26,3,.7)}.\33xl\:bg-amber-950\/75{background-color:rgba(69,26,3,.75)}.\33xl\:bg-amber-950\/80{background-color:rgba(69,26,3,.8)}.\33xl\:bg-amber-950\/85{background-color:rgba(69,26,3,.85)}.\33xl\:bg-amber-950\/90{background-color:rgba(69,26,3,.9)}.\33xl\:bg-amber-950\/95{background-color:rgba(69,26,3,.95)}.\33xl\:bg-black{--tw-bg-opacity:1;background-color:rgba(0,0,0,var(--tw-bg-opacity))}.\33xl\:bg-black\/0{background-color:transparent}.\33xl\:bg-black\/10{background-color:rgba(0,0,0,.1)}.\33xl\:bg-black\/100{background-color:#000}.\33xl\:bg-black\/15{background-color:rgba(0,0,0,.15)}.\33xl\:bg-black\/20{background-color:rgba(0,0,0,.2)}.\33xl\:bg-black\/25{background-color:rgba(0,0,0,.25)}.\33xl\:bg-black\/30{background-color:rgba(0,0,0,.3)}.\33xl\:bg-black\/35{background-color:rgba(0,0,0,.35)}.\33xl\:bg-black\/40{background-color:rgba(0,0,0,.4)}.\33xl\:bg-black\/45{background-color:rgba(0,0,0,.45)}.\33xl\:bg-black\/5{background-color:rgba(0,0,0,.05)}.\33xl\:bg-black\/50{background-color:rgba(0,0,0,.5)}.\33xl\:bg-black\/55{background-color:rgba(0,0,0,.55)}.\33xl\:bg-black\/60{background-color:rgba(0,0,0,.6)}.\33xl\:bg-black\/65{background-color:rgba(0,0,0,.65)}.\33xl\:bg-black\/70{background-color:rgba(0,0,0,.7)}.\33xl\:bg-black\/75{background-color:rgba(0,0,0,.75)}.\33xl\:bg-black\/80{background-color:rgba(0,0,0,.8)}.\33xl\:bg-black\/85{background-color:rgba(0,0,0,.85)}.\33xl\:bg-black\/90{background-color:rgba(0,0,0,.9)}.\33xl\:bg-black\/95{background-color:rgba(0,0,0,.95)}.\33xl\:bg-blue-100{--tw-bg-opacity:1;background-color:rgba(219,234,254,var(--tw-bg-opacity))}.\33xl\:bg-blue-100\/0{background-color:rgba(219,234,254,0)}.\33xl\:bg-blue-100\/10{background-color:rgba(219,234,254,.1)}.\33xl\:bg-blue-100\/100{background-color:#dbeafe}.\33xl\:bg-blue-100\/15{background-color:rgba(219,234,254,.15)}.\33xl\:bg-blue-100\/20{background-color:rgba(219,234,254,.2)}.\33xl\:bg-blue-100\/25{background-color:rgba(219,234,254,.25)}.\33xl\:bg-blue-100\/30{background-color:rgba(219,234,254,.3)}.\33xl\:bg-blue-100\/35{background-color:rgba(219,234,254,.35)}.\33xl\:bg-blue-100\/40{background-color:rgba(219,234,254,.4)}.\33xl\:bg-blue-100\/45{background-color:rgba(219,234,254,.45)}.\33xl\:bg-blue-100\/5{background-color:rgba(219,234,254,.05)}.\33xl\:bg-blue-100\/50{background-color:rgba(219,234,254,.5)}.\33xl\:bg-blue-100\/55{background-color:rgba(219,234,254,.55)}.\33xl\:bg-blue-100\/60{background-color:rgba(219,234,254,.6)}.\33xl\:bg-blue-100\/65{background-color:rgba(219,234,254,.65)}.\33xl\:bg-blue-100\/70{background-color:rgba(219,234,254,.7)}.\33xl\:bg-blue-100\/75{background-color:rgba(219,234,254,.75)}.\33xl\:bg-blue-100\/80{background-color:rgba(219,234,254,.8)}.\33xl\:bg-blue-100\/85{background-color:rgba(219,234,254,.85)}.\33xl\:bg-blue-100\/90{background-color:rgba(219,234,254,.9)}.\33xl\:bg-blue-100\/95{background-color:rgba(219,234,254,.95)}.\33xl\:bg-blue-200{--tw-bg-opacity:1;background-color:rgba(191,219,254,var(--tw-bg-opacity))}.\33xl\:bg-blue-200\/0{background-color:rgba(191,219,254,0)}.\33xl\:bg-blue-200\/10{background-color:rgba(191,219,254,.1)}.\33xl\:bg-blue-200\/100{background-color:#bfdbfe}.\33xl\:bg-blue-200\/15{background-color:rgba(191,219,254,.15)}.\33xl\:bg-blue-200\/20{background-color:rgba(191,219,254,.2)}.\33xl\:bg-blue-200\/25{background-color:rgba(191,219,254,.25)}.\33xl\:bg-blue-200\/30{background-color:rgba(191,219,254,.3)}.\33xl\:bg-blue-200\/35{background-color:rgba(191,219,254,.35)}.\33xl\:bg-blue-200\/40{background-color:rgba(191,219,254,.4)}.\33xl\:bg-blue-200\/45{background-color:rgba(191,219,254,.45)}.\33xl\:bg-blue-200\/5{background-color:rgba(191,219,254,.05)}.\33xl\:bg-blue-200\/50{background-color:rgba(191,219,254,.5)}.\33xl\:bg-blue-200\/55{background-color:rgba(191,219,254,.55)}.\33xl\:bg-blue-200\/60{background-color:rgba(191,219,254,.6)}.\33xl\:bg-blue-200\/65{background-color:rgba(191,219,254,.65)}.\33xl\:bg-blue-200\/70{background-color:rgba(191,219,254,.7)}.\33xl\:bg-blue-200\/75{background-color:rgba(191,219,254,.75)}.\33xl\:bg-blue-200\/80{background-color:rgba(191,219,254,.8)}.\33xl\:bg-blue-200\/85{background-color:rgba(191,219,254,.85)}.\33xl\:bg-blue-200\/90{background-color:rgba(191,219,254,.9)}.\33xl\:bg-blue-200\/95{background-color:rgba(191,219,254,.95)}.\33xl\:bg-blue-300{--tw-bg-opacity:1;background-color:rgba(147,197,253,var(--tw-bg-opacity))}.\33xl\:bg-blue-300\/0{background-color:rgba(147,197,253,0)}.\33xl\:bg-blue-300\/10{background-color:rgba(147,197,253,.1)}.\33xl\:bg-blue-300\/100{background-color:#93c5fd}.\33xl\:bg-blue-300\/15{background-color:rgba(147,197,253,.15)}.\33xl\:bg-blue-300\/20{background-color:rgba(147,197,253,.2)}.\33xl\:bg-blue-300\/25{background-color:rgba(147,197,253,.25)}.\33xl\:bg-blue-300\/30{background-color:rgba(147,197,253,.3)}.\33xl\:bg-blue-300\/35{background-color:rgba(147,197,253,.35)}.\33xl\:bg-blue-300\/40{background-color:rgba(147,197,253,.4)}.\33xl\:bg-blue-300\/45{background-color:rgba(147,197,253,.45)}.\33xl\:bg-blue-300\/5{background-color:rgba(147,197,253,.05)}.\33xl\:bg-blue-300\/50{background-color:rgba(147,197,253,.5)}.\33xl\:bg-blue-300\/55{background-color:rgba(147,197,253,.55)}.\33xl\:bg-blue-300\/60{background-color:rgba(147,197,253,.6)}.\33xl\:bg-blue-300\/65{background-color:rgba(147,197,253,.65)}.\33xl\:bg-blue-300\/70{background-color:rgba(147,197,253,.7)}.\33xl\:bg-blue-300\/75{background-color:rgba(147,197,253,.75)}.\33xl\:bg-blue-300\/80{background-color:rgba(147,197,253,.8)}.\33xl\:bg-blue-300\/85{background-color:rgba(147,197,253,.85)}.\33xl\:bg-blue-300\/90{background-color:rgba(147,197,253,.9)}.\33xl\:bg-blue-300\/95{background-color:rgba(147,197,253,.95)}.\33xl\:bg-blue-400{--tw-bg-opacity:1;background-color:rgba(96,165,250,var(--tw-bg-opacity))}.\33xl\:bg-blue-400\/0{background-color:rgba(96,165,250,0)}.\33xl\:bg-blue-400\/10{background-color:rgba(96,165,250,.1)}.\33xl\:bg-blue-400\/100{background-color:#60a5fa}.\33xl\:bg-blue-400\/15{background-color:rgba(96,165,250,.15)}.\33xl\:bg-blue-400\/20{background-color:rgba(96,165,250,.2)}.\33xl\:bg-blue-400\/25{background-color:rgba(96,165,250,.25)}.\33xl\:bg-blue-400\/30{background-color:rgba(96,165,250,.3)}.\33xl\:bg-blue-400\/35{background-color:rgba(96,165,250,.35)}.\33xl\:bg-blue-400\/40{background-color:rgba(96,165,250,.4)}.\33xl\:bg-blue-400\/45{background-color:rgba(96,165,250,.45)}.\33xl\:bg-blue-400\/5{background-color:rgba(96,165,250,.05)}.\33xl\:bg-blue-400\/50{background-color:rgba(96,165,250,.5)}.\33xl\:bg-blue-400\/55{background-color:rgba(96,165,250,.55)}.\33xl\:bg-blue-400\/60{background-color:rgba(96,165,250,.6)}.\33xl\:bg-blue-400\/65{background-color:rgba(96,165,250,.65)}.\33xl\:bg-blue-400\/70{background-color:rgba(96,165,250,.7)}.\33xl\:bg-blue-400\/75{background-color:rgba(96,165,250,.75)}.\33xl\:bg-blue-400\/80{background-color:rgba(96,165,250,.8)}.\33xl\:bg-blue-400\/85{background-color:rgba(96,165,250,.85)}.\33xl\:bg-blue-400\/90{background-color:rgba(96,165,250,.9)}.\33xl\:bg-blue-400\/95{background-color:rgba(96,165,250,.95)}.\33xl\:bg-blue-50{--tw-bg-opacity:1;background-color:rgba(239,246,255,var(--tw-bg-opacity))}.\33xl\:bg-blue-50\/0{background-color:rgba(239,246,255,0)}.\33xl\:bg-blue-50\/10{background-color:rgba(239,246,255,.1)}.\33xl\:bg-blue-50\/100{background-color:#eff6ff}.\33xl\:bg-blue-50\/15{background-color:rgba(239,246,255,.15)}.\33xl\:bg-blue-50\/20{background-color:rgba(239,246,255,.2)}.\33xl\:bg-blue-50\/25{background-color:rgba(239,246,255,.25)}.\33xl\:bg-blue-50\/30{background-color:rgba(239,246,255,.3)}.\33xl\:bg-blue-50\/35{background-color:rgba(239,246,255,.35)}.\33xl\:bg-blue-50\/40{background-color:rgba(239,246,255,.4)}.\33xl\:bg-blue-50\/45{background-color:rgba(239,246,255,.45)}.\33xl\:bg-blue-50\/5{background-color:rgba(239,246,255,.05)}.\33xl\:bg-blue-50\/50{background-color:rgba(239,246,255,.5)}.\33xl\:bg-blue-50\/55{background-color:rgba(239,246,255,.55)}.\33xl\:bg-blue-50\/60{background-color:rgba(239,246,255,.6)}.\33xl\:bg-blue-50\/65{background-color:rgba(239,246,255,.65)}.\33xl\:bg-blue-50\/70{background-color:rgba(239,246,255,.7)}.\33xl\:bg-blue-50\/75{background-color:rgba(239,246,255,.75)}.\33xl\:bg-blue-50\/80{background-color:rgba(239,246,255,.8)}.\33xl\:bg-blue-50\/85{background-color:rgba(239,246,255,.85)}.\33xl\:bg-blue-50\/90{background-color:rgba(239,246,255,.9)}.\33xl\:bg-blue-50\/95{background-color:rgba(239,246,255,.95)}.\33xl\:bg-blue-500{--tw-bg-opacity:1;background-color:rgba(59,130,246,var(--tw-bg-opacity))}.\33xl\:bg-blue-500\/0{background-color:rgba(59,130,246,0)}.\33xl\:bg-blue-500\/10{background-color:rgba(59,130,246,.1)}.\33xl\:bg-blue-500\/100{background-color:#3b82f6}.\33xl\:bg-blue-500\/15{background-color:rgba(59,130,246,.15)}.\33xl\:bg-blue-500\/20{background-color:rgba(59,130,246,.2)}.\33xl\:bg-blue-500\/25{background-color:rgba(59,130,246,.25)}.\33xl\:bg-blue-500\/30{background-color:rgba(59,130,246,.3)}.\33xl\:bg-blue-500\/35{background-color:rgba(59,130,246,.35)}.\33xl\:bg-blue-500\/40{background-color:rgba(59,130,246,.4)}.\33xl\:bg-blue-500\/45{background-color:rgba(59,130,246,.45)}.\33xl\:bg-blue-500\/5{background-color:rgba(59,130,246,.05)}.\33xl\:bg-blue-500\/50{background-color:rgba(59,130,246,.5)}.\33xl\:bg-blue-500\/55{background-color:rgba(59,130,246,.55)}.\33xl\:bg-blue-500\/60{background-color:rgba(59,130,246,.6)}.\33xl\:bg-blue-500\/65{background-color:rgba(59,130,246,.65)}.\33xl\:bg-blue-500\/70{background-color:rgba(59,130,246,.7)}.\33xl\:bg-blue-500\/75{background-color:rgba(59,130,246,.75)}.\33xl\:bg-blue-500\/80{background-color:rgba(59,130,246,.8)}.\33xl\:bg-blue-500\/85{background-color:rgba(59,130,246,.85)}.\33xl\:bg-blue-500\/90{background-color:rgba(59,130,246,.9)}.\33xl\:bg-blue-500\/95{background-color:rgba(59,130,246,.95)}.\33xl\:bg-blue-600{--tw-bg-opacity:1;background-color:rgba(37,99,235,var(--tw-bg-opacity))}.\33xl\:bg-blue-600\/0{background-color:rgba(37,99,235,0)}.\33xl\:bg-blue-600\/10{background-color:rgba(37,99,235,.1)}.\33xl\:bg-blue-600\/100{background-color:#2563eb}.\33xl\:bg-blue-600\/15{background-color:rgba(37,99,235,.15)}.\33xl\:bg-blue-600\/20{background-color:rgba(37,99,235,.2)}.\33xl\:bg-blue-600\/25{background-color:rgba(37,99,235,.25)}.\33xl\:bg-blue-600\/30{background-color:rgba(37,99,235,.3)}.\33xl\:bg-blue-600\/35{background-color:rgba(37,99,235,.35)}.\33xl\:bg-blue-600\/40{background-color:rgba(37,99,235,.4)}.\33xl\:bg-blue-600\/45{background-color:rgba(37,99,235,.45)}.\33xl\:bg-blue-600\/5{background-color:rgba(37,99,235,.05)}.\33xl\:bg-blue-600\/50{background-color:rgba(37,99,235,.5)}.\33xl\:bg-blue-600\/55{background-color:rgba(37,99,235,.55)}.\33xl\:bg-blue-600\/60{background-color:rgba(37,99,235,.6)}.\33xl\:bg-blue-600\/65{background-color:rgba(37,99,235,.65)}.\33xl\:bg-blue-600\/70{background-color:rgba(37,99,235,.7)}.\33xl\:bg-blue-600\/75{background-color:rgba(37,99,235,.75)}.\33xl\:bg-blue-600\/80{background-color:rgba(37,99,235,.8)}.\33xl\:bg-blue-600\/85{background-color:rgba(37,99,235,.85)}.\33xl\:bg-blue-600\/90{background-color:rgba(37,99,235,.9)}.\33xl\:bg-blue-600\/95{background-color:rgba(37,99,235,.95)}.\33xl\:bg-blue-700{--tw-bg-opacity:1;background-color:rgba(29,78,216,var(--tw-bg-opacity))}.\33xl\:bg-blue-700\/0{background-color:rgba(29,78,216,0)}.\33xl\:bg-blue-700\/10{background-color:rgba(29,78,216,.1)}.\33xl\:bg-blue-700\/100{background-color:#1d4ed8}.\33xl\:bg-blue-700\/15{background-color:rgba(29,78,216,.15)}.\33xl\:bg-blue-700\/20{background-color:rgba(29,78,216,.2)}.\33xl\:bg-blue-700\/25{background-color:rgba(29,78,216,.25)}.\33xl\:bg-blue-700\/30{background-color:rgba(29,78,216,.3)}.\33xl\:bg-blue-700\/35{background-color:rgba(29,78,216,.35)}.\33xl\:bg-blue-700\/40{background-color:rgba(29,78,216,.4)}.\33xl\:bg-blue-700\/45{background-color:rgba(29,78,216,.45)}.\33xl\:bg-blue-700\/5{background-color:rgba(29,78,216,.05)}.\33xl\:bg-blue-700\/50{background-color:rgba(29,78,216,.5)}.\33xl\:bg-blue-700\/55{background-color:rgba(29,78,216,.55)}.\33xl\:bg-blue-700\/60{background-color:rgba(29,78,216,.6)}.\33xl\:bg-blue-700\/65{background-color:rgba(29,78,216,.65)}.\33xl\:bg-blue-700\/70{background-color:rgba(29,78,216,.7)}.\33xl\:bg-blue-700\/75{background-color:rgba(29,78,216,.75)}.\33xl\:bg-blue-700\/80{background-color:rgba(29,78,216,.8)}.\33xl\:bg-blue-700\/85{background-color:rgba(29,78,216,.85)}.\33xl\:bg-blue-700\/90{background-color:rgba(29,78,216,.9)}.\33xl\:bg-blue-700\/95{background-color:rgba(29,78,216,.95)}.\33xl\:bg-blue-800{--tw-bg-opacity:1;background-color:rgba(30,64,175,var(--tw-bg-opacity))}.\33xl\:bg-blue-800\/0{background-color:rgba(30,64,175,0)}.\33xl\:bg-blue-800\/10{background-color:rgba(30,64,175,.1)}.\33xl\:bg-blue-800\/100{background-color:#1e40af}.\33xl\:bg-blue-800\/15{background-color:rgba(30,64,175,.15)}.\33xl\:bg-blue-800\/20{background-color:rgba(30,64,175,.2)}.\33xl\:bg-blue-800\/25{background-color:rgba(30,64,175,.25)}.\33xl\:bg-blue-800\/30{background-color:rgba(30,64,175,.3)}.\33xl\:bg-blue-800\/35{background-color:rgba(30,64,175,.35)}.\33xl\:bg-blue-800\/40{background-color:rgba(30,64,175,.4)}.\33xl\:bg-blue-800\/45{background-color:rgba(30,64,175,.45)}.\33xl\:bg-blue-800\/5{background-color:rgba(30,64,175,.05)}.\33xl\:bg-blue-800\/50{background-color:rgba(30,64,175,.5)}.\33xl\:bg-blue-800\/55{background-color:rgba(30,64,175,.55)}.\33xl\:bg-blue-800\/60{background-color:rgba(30,64,175,.6)}.\33xl\:bg-blue-800\/65{background-color:rgba(30,64,175,.65)}.\33xl\:bg-blue-800\/70{background-color:rgba(30,64,175,.7)}.\33xl\:bg-blue-800\/75{background-color:rgba(30,64,175,.75)}.\33xl\:bg-blue-800\/80{background-color:rgba(30,64,175,.8)}.\33xl\:bg-blue-800\/85{background-color:rgba(30,64,175,.85)}.\33xl\:bg-blue-800\/90{background-color:rgba(30,64,175,.9)}.\33xl\:bg-blue-800\/95{background-color:rgba(30,64,175,.95)}.\33xl\:bg-blue-900{--tw-bg-opacity:1;background-color:rgba(30,58,138,var(--tw-bg-opacity))}.\33xl\:bg-blue-900\/0{background-color:rgba(30,58,138,0)}.\33xl\:bg-blue-900\/10{background-color:rgba(30,58,138,.1)}.\33xl\:bg-blue-900\/100{background-color:#1e3a8a}.\33xl\:bg-blue-900\/15{background-color:rgba(30,58,138,.15)}.\33xl\:bg-blue-900\/20{background-color:rgba(30,58,138,.2)}.\33xl\:bg-blue-900\/25{background-color:rgba(30,58,138,.25)}.\33xl\:bg-blue-900\/30{background-color:rgba(30,58,138,.3)}.\33xl\:bg-blue-900\/35{background-color:rgba(30,58,138,.35)}.\33xl\:bg-blue-900\/40{background-color:rgba(30,58,138,.4)}.\33xl\:bg-blue-900\/45{background-color:rgba(30,58,138,.45)}.\33xl\:bg-blue-900\/5{background-color:rgba(30,58,138,.05)}.\33xl\:bg-blue-900\/50{background-color:rgba(30,58,138,.5)}.\33xl\:bg-blue-900\/55{background-color:rgba(30,58,138,.55)}.\33xl\:bg-blue-900\/60{background-color:rgba(30,58,138,.6)}.\33xl\:bg-blue-900\/65{background-color:rgba(30,58,138,.65)}.\33xl\:bg-blue-900\/70{background-color:rgba(30,58,138,.7)}.\33xl\:bg-blue-900\/75{background-color:rgba(30,58,138,.75)}.\33xl\:bg-blue-900\/80{background-color:rgba(30,58,138,.8)}.\33xl\:bg-blue-900\/85{background-color:rgba(30,58,138,.85)}.\33xl\:bg-blue-900\/90{background-color:rgba(30,58,138,.9)}.\33xl\:bg-blue-900\/95{background-color:rgba(30,58,138,.95)}.\33xl\:bg-blue-950{--tw-bg-opacity:1;background-color:rgba(23,37,84,var(--tw-bg-opacity))}.\33xl\:bg-blue-950\/0{background-color:rgba(23,37,84,0)}.\33xl\:bg-blue-950\/10{background-color:rgba(23,37,84,.1)}.\33xl\:bg-blue-950\/100{background-color:#172554}.\33xl\:bg-blue-950\/15{background-color:rgba(23,37,84,.15)}.\33xl\:bg-blue-950\/20{background-color:rgba(23,37,84,.2)}.\33xl\:bg-blue-950\/25{background-color:rgba(23,37,84,.25)}.\33xl\:bg-blue-950\/30{background-color:rgba(23,37,84,.3)}.\33xl\:bg-blue-950\/35{background-color:rgba(23,37,84,.35)}.\33xl\:bg-blue-950\/40{background-color:rgba(23,37,84,.4)}.\33xl\:bg-blue-950\/45{background-color:rgba(23,37,84,.45)}.\33xl\:bg-blue-950\/5{background-color:rgba(23,37,84,.05)}.\33xl\:bg-blue-950\/50{background-color:rgba(23,37,84,.5)}.\33xl\:bg-blue-950\/55{background-color:rgba(23,37,84,.55)}.\33xl\:bg-blue-950\/60{background-color:rgba(23,37,84,.6)}.\33xl\:bg-blue-950\/65{background-color:rgba(23,37,84,.65)}.\33xl\:bg-blue-950\/70{background-color:rgba(23,37,84,.7)}.\33xl\:bg-blue-950\/75{background-color:rgba(23,37,84,.75)}.\33xl\:bg-blue-950\/80{background-color:rgba(23,37,84,.8)}.\33xl\:bg-blue-950\/85{background-color:rgba(23,37,84,.85)}.\33xl\:bg-blue-950\/90{background-color:rgba(23,37,84,.9)}.\33xl\:bg-blue-950\/95{background-color:rgba(23,37,84,.95)}.\33xl\:bg-current{background-color:currentColor}.\33xl\:bg-cyan-100{--tw-bg-opacity:1;background-color:rgba(207,250,254,var(--tw-bg-opacity))}.\33xl\:bg-cyan-100\/0{background-color:rgba(207,250,254,0)}.\33xl\:bg-cyan-100\/10{background-color:rgba(207,250,254,.1)}.\33xl\:bg-cyan-100\/100{background-color:#cffafe}.\33xl\:bg-cyan-100\/15{background-color:rgba(207,250,254,.15)}.\33xl\:bg-cyan-100\/20{background-color:rgba(207,250,254,.2)}.\33xl\:bg-cyan-100\/25{background-color:rgba(207,250,254,.25)}.\33xl\:bg-cyan-100\/30{background-color:rgba(207,250,254,.3)}.\33xl\:bg-cyan-100\/35{background-color:rgba(207,250,254,.35)}.\33xl\:bg-cyan-100\/40{background-color:rgba(207,250,254,.4)}.\33xl\:bg-cyan-100\/45{background-color:rgba(207,250,254,.45)}.\33xl\:bg-cyan-100\/5{background-color:rgba(207,250,254,.05)}.\33xl\:bg-cyan-100\/50{background-color:rgba(207,250,254,.5)}.\33xl\:bg-cyan-100\/55{background-color:rgba(207,250,254,.55)}.\33xl\:bg-cyan-100\/60{background-color:rgba(207,250,254,.6)}.\33xl\:bg-cyan-100\/65{background-color:rgba(207,250,254,.65)}.\33xl\:bg-cyan-100\/70{background-color:rgba(207,250,254,.7)}.\33xl\:bg-cyan-100\/75{background-color:rgba(207,250,254,.75)}.\33xl\:bg-cyan-100\/80{background-color:rgba(207,250,254,.8)}.\33xl\:bg-cyan-100\/85{background-color:rgba(207,250,254,.85)}.\33xl\:bg-cyan-100\/90{background-color:rgba(207,250,254,.9)}.\33xl\:bg-cyan-100\/95{background-color:rgba(207,250,254,.95)}.\33xl\:bg-cyan-200{--tw-bg-opacity:1;background-color:rgba(165,243,252,var(--tw-bg-opacity))}.\33xl\:bg-cyan-200\/0{background-color:rgba(165,243,252,0)}.\33xl\:bg-cyan-200\/10{background-color:rgba(165,243,252,.1)}.\33xl\:bg-cyan-200\/100{background-color:#a5f3fc}.\33xl\:bg-cyan-200\/15{background-color:rgba(165,243,252,.15)}.\33xl\:bg-cyan-200\/20{background-color:rgba(165,243,252,.2)}.\33xl\:bg-cyan-200\/25{background-color:rgba(165,243,252,.25)}.\33xl\:bg-cyan-200\/30{background-color:rgba(165,243,252,.3)}.\33xl\:bg-cyan-200\/35{background-color:rgba(165,243,252,.35)}.\33xl\:bg-cyan-200\/40{background-color:rgba(165,243,252,.4)}.\33xl\:bg-cyan-200\/45{background-color:rgba(165,243,252,.45)}.\33xl\:bg-cyan-200\/5{background-color:rgba(165,243,252,.05)}.\33xl\:bg-cyan-200\/50{background-color:rgba(165,243,252,.5)}.\33xl\:bg-cyan-200\/55{background-color:rgba(165,243,252,.55)}.\33xl\:bg-cyan-200\/60{background-color:rgba(165,243,252,.6)}.\33xl\:bg-cyan-200\/65{background-color:rgba(165,243,252,.65)}.\33xl\:bg-cyan-200\/70{background-color:rgba(165,243,252,.7)}.\33xl\:bg-cyan-200\/75{background-color:rgba(165,243,252,.75)}.\33xl\:bg-cyan-200\/80{background-color:rgba(165,243,252,.8)}.\33xl\:bg-cyan-200\/85{background-color:rgba(165,243,252,.85)}.\33xl\:bg-cyan-200\/90{background-color:rgba(165,243,252,.9)}.\33xl\:bg-cyan-200\/95{background-color:rgba(165,243,252,.95)}.\33xl\:bg-cyan-300{--tw-bg-opacity:1;background-color:rgba(103,232,249,var(--tw-bg-opacity))}.\33xl\:bg-cyan-300\/0{background-color:rgba(103,232,249,0)}.\33xl\:bg-cyan-300\/10{background-color:rgba(103,232,249,.1)}.\33xl\:bg-cyan-300\/100{background-color:#67e8f9}.\33xl\:bg-cyan-300\/15{background-color:rgba(103,232,249,.15)}.\33xl\:bg-cyan-300\/20{background-color:rgba(103,232,249,.2)}.\33xl\:bg-cyan-300\/25{background-color:rgba(103,232,249,.25)}.\33xl\:bg-cyan-300\/30{background-color:rgba(103,232,249,.3)}.\33xl\:bg-cyan-300\/35{background-color:rgba(103,232,249,.35)}.\33xl\:bg-cyan-300\/40{background-color:rgba(103,232,249,.4)}.\33xl\:bg-cyan-300\/45{background-color:rgba(103,232,249,.45)}.\33xl\:bg-cyan-300\/5{background-color:rgba(103,232,249,.05)}.\33xl\:bg-cyan-300\/50{background-color:rgba(103,232,249,.5)}.\33xl\:bg-cyan-300\/55{background-color:rgba(103,232,249,.55)}.\33xl\:bg-cyan-300\/60{background-color:rgba(103,232,249,.6)}.\33xl\:bg-cyan-300\/65{background-color:rgba(103,232,249,.65)}.\33xl\:bg-cyan-300\/70{background-color:rgba(103,232,249,.7)}.\33xl\:bg-cyan-300\/75{background-color:rgba(103,232,249,.75)}.\33xl\:bg-cyan-300\/80{background-color:rgba(103,232,249,.8)}.\33xl\:bg-cyan-300\/85{background-color:rgba(103,232,249,.85)}.\33xl\:bg-cyan-300\/90{background-color:rgba(103,232,249,.9)}.\33xl\:bg-cyan-300\/95{background-color:rgba(103,232,249,.95)}.\33xl\:bg-cyan-400{--tw-bg-opacity:1;background-color:rgba(34,211,238,var(--tw-bg-opacity))}.\33xl\:bg-cyan-400\/0{background-color:rgba(34,211,238,0)}.\33xl\:bg-cyan-400\/10{background-color:rgba(34,211,238,.1)}.\33xl\:bg-cyan-400\/100{background-color:#22d3ee}.\33xl\:bg-cyan-400\/15{background-color:rgba(34,211,238,.15)}.\33xl\:bg-cyan-400\/20{background-color:rgba(34,211,238,.2)}.\33xl\:bg-cyan-400\/25{background-color:rgba(34,211,238,.25)}.\33xl\:bg-cyan-400\/30{background-color:rgba(34,211,238,.3)}.\33xl\:bg-cyan-400\/35{background-color:rgba(34,211,238,.35)}.\33xl\:bg-cyan-400\/40{background-color:rgba(34,211,238,.4)}.\33xl\:bg-cyan-400\/45{background-color:rgba(34,211,238,.45)}.\33xl\:bg-cyan-400\/5{background-color:rgba(34,211,238,.05)}.\33xl\:bg-cyan-400\/50{background-color:rgba(34,211,238,.5)}.\33xl\:bg-cyan-400\/55{background-color:rgba(34,211,238,.55)}.\33xl\:bg-cyan-400\/60{background-color:rgba(34,211,238,.6)}.\33xl\:bg-cyan-400\/65{background-color:rgba(34,211,238,.65)}.\33xl\:bg-cyan-400\/70{background-color:rgba(34,211,238,.7)}.\33xl\:bg-cyan-400\/75{background-color:rgba(34,211,238,.75)}.\33xl\:bg-cyan-400\/80{background-color:rgba(34,211,238,.8)}.\33xl\:bg-cyan-400\/85{background-color:rgba(34,211,238,.85)}.\33xl\:bg-cyan-400\/90{background-color:rgba(34,211,238,.9)}.\33xl\:bg-cyan-400\/95{background-color:rgba(34,211,238,.95)}.\33xl\:bg-cyan-50{--tw-bg-opacity:1;background-color:rgba(236,254,255,var(--tw-bg-opacity))}.\33xl\:bg-cyan-50\/0{background-color:rgba(236,254,255,0)}.\33xl\:bg-cyan-50\/10{background-color:rgba(236,254,255,.1)}.\33xl\:bg-cyan-50\/100{background-color:#ecfeff}.\33xl\:bg-cyan-50\/15{background-color:rgba(236,254,255,.15)}.\33xl\:bg-cyan-50\/20{background-color:rgba(236,254,255,.2)}.\33xl\:bg-cyan-50\/25{background-color:rgba(236,254,255,.25)}.\33xl\:bg-cyan-50\/30{background-color:rgba(236,254,255,.3)}.\33xl\:bg-cyan-50\/35{background-color:rgba(236,254,255,.35)}.\33xl\:bg-cyan-50\/40{background-color:rgba(236,254,255,.4)}.\33xl\:bg-cyan-50\/45{background-color:rgba(236,254,255,.45)}.\33xl\:bg-cyan-50\/5{background-color:rgba(236,254,255,.05)}.\33xl\:bg-cyan-50\/50{background-color:rgba(236,254,255,.5)}.\33xl\:bg-cyan-50\/55{background-color:rgba(236,254,255,.55)}.\33xl\:bg-cyan-50\/60{background-color:rgba(236,254,255,.6)}.\33xl\:bg-cyan-50\/65{background-color:rgba(236,254,255,.65)}.\33xl\:bg-cyan-50\/70{background-color:rgba(236,254,255,.7)}.\33xl\:bg-cyan-50\/75{background-color:rgba(236,254,255,.75)}.\33xl\:bg-cyan-50\/80{background-color:rgba(236,254,255,.8)}.\33xl\:bg-cyan-50\/85{background-color:rgba(236,254,255,.85)}.\33xl\:bg-cyan-50\/90{background-color:rgba(236,254,255,.9)}.\33xl\:bg-cyan-50\/95{background-color:rgba(236,254,255,.95)}.\33xl\:bg-cyan-500{--tw-bg-opacity:1;background-color:rgba(6,182,212,var(--tw-bg-opacity))}.\33xl\:bg-cyan-500\/0{background-color:rgba(6,182,212,0)}.\33xl\:bg-cyan-500\/10{background-color:rgba(6,182,212,.1)}.\33xl\:bg-cyan-500\/100{background-color:#06b6d4}.\33xl\:bg-cyan-500\/15{background-color:rgba(6,182,212,.15)}.\33xl\:bg-cyan-500\/20{background-color:rgba(6,182,212,.2)}.\33xl\:bg-cyan-500\/25{background-color:rgba(6,182,212,.25)}.\33xl\:bg-cyan-500\/30{background-color:rgba(6,182,212,.3)}.\33xl\:bg-cyan-500\/35{background-color:rgba(6,182,212,.35)}.\33xl\:bg-cyan-500\/40{background-color:rgba(6,182,212,.4)}.\33xl\:bg-cyan-500\/45{background-color:rgba(6,182,212,.45)}.\33xl\:bg-cyan-500\/5{background-color:rgba(6,182,212,.05)}.\33xl\:bg-cyan-500\/50{background-color:rgba(6,182,212,.5)}.\33xl\:bg-cyan-500\/55{background-color:rgba(6,182,212,.55)}.\33xl\:bg-cyan-500\/60{background-color:rgba(6,182,212,.6)}.\33xl\:bg-cyan-500\/65{background-color:rgba(6,182,212,.65)}.\33xl\:bg-cyan-500\/70{background-color:rgba(6,182,212,.7)}.\33xl\:bg-cyan-500\/75{background-color:rgba(6,182,212,.75)}.\33xl\:bg-cyan-500\/80{background-color:rgba(6,182,212,.8)}.\33xl\:bg-cyan-500\/85{background-color:rgba(6,182,212,.85)}.\33xl\:bg-cyan-500\/90{background-color:rgba(6,182,212,.9)}.\33xl\:bg-cyan-500\/95{background-color:rgba(6,182,212,.95)}.\33xl\:bg-cyan-600{--tw-bg-opacity:1;background-color:rgba(8,145,178,var(--tw-bg-opacity))}.\33xl\:bg-cyan-600\/0{background-color:rgba(8,145,178,0)}.\33xl\:bg-cyan-600\/10{background-color:rgba(8,145,178,.1)}.\33xl\:bg-cyan-600\/100{background-color:#0891b2}.\33xl\:bg-cyan-600\/15{background-color:rgba(8,145,178,.15)}.\33xl\:bg-cyan-600\/20{background-color:rgba(8,145,178,.2)}.\33xl\:bg-cyan-600\/25{background-color:rgba(8,145,178,.25)}.\33xl\:bg-cyan-600\/30{background-color:rgba(8,145,178,.3)}.\33xl\:bg-cyan-600\/35{background-color:rgba(8,145,178,.35)}.\33xl\:bg-cyan-600\/40{background-color:rgba(8,145,178,.4)}.\33xl\:bg-cyan-600\/45{background-color:rgba(8,145,178,.45)}.\33xl\:bg-cyan-600\/5{background-color:rgba(8,145,178,.05)}.\33xl\:bg-cyan-600\/50{background-color:rgba(8,145,178,.5)}.\33xl\:bg-cyan-600\/55{background-color:rgba(8,145,178,.55)}.\33xl\:bg-cyan-600\/60{background-color:rgba(8,145,178,.6)}.\33xl\:bg-cyan-600\/65{background-color:rgba(8,145,178,.65)}.\33xl\:bg-cyan-600\/70{background-color:rgba(8,145,178,.7)}.\33xl\:bg-cyan-600\/75{background-color:rgba(8,145,178,.75)}.\33xl\:bg-cyan-600\/80{background-color:rgba(8,145,178,.8)}.\33xl\:bg-cyan-600\/85{background-color:rgba(8,145,178,.85)}.\33xl\:bg-cyan-600\/90{background-color:rgba(8,145,178,.9)}.\33xl\:bg-cyan-600\/95{background-color:rgba(8,145,178,.95)}.\33xl\:bg-cyan-700{--tw-bg-opacity:1;background-color:rgba(14,116,144,var(--tw-bg-opacity))}.\33xl\:bg-cyan-700\/0{background-color:rgba(14,116,144,0)}.\33xl\:bg-cyan-700\/10{background-color:rgba(14,116,144,.1)}.\33xl\:bg-cyan-700\/100{background-color:#0e7490}.\33xl\:bg-cyan-700\/15{background-color:rgba(14,116,144,.15)}.\33xl\:bg-cyan-700\/20{background-color:rgba(14,116,144,.2)}.\33xl\:bg-cyan-700\/25{background-color:rgba(14,116,144,.25)}.\33xl\:bg-cyan-700\/30{background-color:rgba(14,116,144,.3)}.\33xl\:bg-cyan-700\/35{background-color:rgba(14,116,144,.35)}.\33xl\:bg-cyan-700\/40{background-color:rgba(14,116,144,.4)}.\33xl\:bg-cyan-700\/45{background-color:rgba(14,116,144,.45)}.\33xl\:bg-cyan-700\/5{background-color:rgba(14,116,144,.05)}.\33xl\:bg-cyan-700\/50{background-color:rgba(14,116,144,.5)}.\33xl\:bg-cyan-700\/55{background-color:rgba(14,116,144,.55)}.\33xl\:bg-cyan-700\/60{background-color:rgba(14,116,144,.6)}.\33xl\:bg-cyan-700\/65{background-color:rgba(14,116,144,.65)}.\33xl\:bg-cyan-700\/70{background-color:rgba(14,116,144,.7)}.\33xl\:bg-cyan-700\/75{background-color:rgba(14,116,144,.75)}.\33xl\:bg-cyan-700\/80{background-color:rgba(14,116,144,.8)}.\33xl\:bg-cyan-700\/85{background-color:rgba(14,116,144,.85)}.\33xl\:bg-cyan-700\/90{background-color:rgba(14,116,144,.9)}.\33xl\:bg-cyan-700\/95{background-color:rgba(14,116,144,.95)}.\33xl\:bg-cyan-800{--tw-bg-opacity:1;background-color:rgba(21,94,117,var(--tw-bg-opacity))}.\33xl\:bg-cyan-800\/0{background-color:rgba(21,94,117,0)}.\33xl\:bg-cyan-800\/10{background-color:rgba(21,94,117,.1)}.\33xl\:bg-cyan-800\/100{background-color:#155e75}.\33xl\:bg-cyan-800\/15{background-color:rgba(21,94,117,.15)}.\33xl\:bg-cyan-800\/20{background-color:rgba(21,94,117,.2)}.\33xl\:bg-cyan-800\/25{background-color:rgba(21,94,117,.25)}.\33xl\:bg-cyan-800\/30{background-color:rgba(21,94,117,.3)}.\33xl\:bg-cyan-800\/35{background-color:rgba(21,94,117,.35)}.\33xl\:bg-cyan-800\/40{background-color:rgba(21,94,117,.4)}.\33xl\:bg-cyan-800\/45{background-color:rgba(21,94,117,.45)}.\33xl\:bg-cyan-800\/5{background-color:rgba(21,94,117,.05)}.\33xl\:bg-cyan-800\/50{background-color:rgba(21,94,117,.5)}.\33xl\:bg-cyan-800\/55{background-color:rgba(21,94,117,.55)}.\33xl\:bg-cyan-800\/60{background-color:rgba(21,94,117,.6)}.\33xl\:bg-cyan-800\/65{background-color:rgba(21,94,117,.65)}.\33xl\:bg-cyan-800\/70{background-color:rgba(21,94,117,.7)}.\33xl\:bg-cyan-800\/75{background-color:rgba(21,94,117,.75)}.\33xl\:bg-cyan-800\/80{background-color:rgba(21,94,117,.8)}.\33xl\:bg-cyan-800\/85{background-color:rgba(21,94,117,.85)}.\33xl\:bg-cyan-800\/90{background-color:rgba(21,94,117,.9)}.\33xl\:bg-cyan-800\/95{background-color:rgba(21,94,117,.95)}.\33xl\:bg-cyan-900{--tw-bg-opacity:1;background-color:rgba(22,78,99,var(--tw-bg-opacity))}.\33xl\:bg-cyan-900\/0{background-color:rgba(22,78,99,0)}.\33xl\:bg-cyan-900\/10{background-color:rgba(22,78,99,.1)}.\33xl\:bg-cyan-900\/100{background-color:#164e63}.\33xl\:bg-cyan-900\/15{background-color:rgba(22,78,99,.15)}.\33xl\:bg-cyan-900\/20{background-color:rgba(22,78,99,.2)}.\33xl\:bg-cyan-900\/25{background-color:rgba(22,78,99,.25)}.\33xl\:bg-cyan-900\/30{background-color:rgba(22,78,99,.3)}.\33xl\:bg-cyan-900\/35{background-color:rgba(22,78,99,.35)}.\33xl\:bg-cyan-900\/40{background-color:rgba(22,78,99,.4)}.\33xl\:bg-cyan-900\/45{background-color:rgba(22,78,99,.45)}.\33xl\:bg-cyan-900\/5{background-color:rgba(22,78,99,.05)}.\33xl\:bg-cyan-900\/50{background-color:rgba(22,78,99,.5)}.\33xl\:bg-cyan-900\/55{background-color:rgba(22,78,99,.55)}.\33xl\:bg-cyan-900\/60{background-color:rgba(22,78,99,.6)}.\33xl\:bg-cyan-900\/65{background-color:rgba(22,78,99,.65)}.\33xl\:bg-cyan-900\/70{background-color:rgba(22,78,99,.7)}.\33xl\:bg-cyan-900\/75{background-color:rgba(22,78,99,.75)}.\33xl\:bg-cyan-900\/80{background-color:rgba(22,78,99,.8)}.\33xl\:bg-cyan-900\/85{background-color:rgba(22,78,99,.85)}.\33xl\:bg-cyan-900\/90{background-color:rgba(22,78,99,.9)}.\33xl\:bg-cyan-900\/95{background-color:rgba(22,78,99,.95)}.\33xl\:bg-cyan-950{--tw-bg-opacity:1;background-color:rgba(8,51,68,var(--tw-bg-opacity))}.\33xl\:bg-cyan-950\/0{background-color:rgba(8,51,68,0)}.\33xl\:bg-cyan-950\/10{background-color:rgba(8,51,68,.1)}.\33xl\:bg-cyan-950\/100{background-color:#083344}.\33xl\:bg-cyan-950\/15{background-color:rgba(8,51,68,.15)}.\33xl\:bg-cyan-950\/20{background-color:rgba(8,51,68,.2)}.\33xl\:bg-cyan-950\/25{background-color:rgba(8,51,68,.25)}.\33xl\:bg-cyan-950\/30{background-color:rgba(8,51,68,.3)}.\33xl\:bg-cyan-950\/35{background-color:rgba(8,51,68,.35)}.\33xl\:bg-cyan-950\/40{background-color:rgba(8,51,68,.4)}.\33xl\:bg-cyan-950\/45{background-color:rgba(8,51,68,.45)}.\33xl\:bg-cyan-950\/5{background-color:rgba(8,51,68,.05)}.\33xl\:bg-cyan-950\/50{background-color:rgba(8,51,68,.5)}.\33xl\:bg-cyan-950\/55{background-color:rgba(8,51,68,.55)}.\33xl\:bg-cyan-950\/60{background-color:rgba(8,51,68,.6)}.\33xl\:bg-cyan-950\/65{background-color:rgba(8,51,68,.65)}.\33xl\:bg-cyan-950\/70{background-color:rgba(8,51,68,.7)}.\33xl\:bg-cyan-950\/75{background-color:rgba(8,51,68,.75)}.\33xl\:bg-cyan-950\/80{background-color:rgba(8,51,68,.8)}.\33xl\:bg-cyan-950\/85{background-color:rgba(8,51,68,.85)}.\33xl\:bg-cyan-950\/90{background-color:rgba(8,51,68,.9)}.\33xl\:bg-cyan-950\/95{background-color:rgba(8,51,68,.95)}.\33xl\:bg-emerald-100{--tw-bg-opacity:1;background-color:rgba(209,250,229,var(--tw-bg-opacity))}.\33xl\:bg-emerald-100\/0{background-color:rgba(209,250,229,0)}.\33xl\:bg-emerald-100\/10{background-color:rgba(209,250,229,.1)}.\33xl\:bg-emerald-100\/100{background-color:#d1fae5}.\33xl\:bg-emerald-100\/15{background-color:rgba(209,250,229,.15)}.\33xl\:bg-emerald-100\/20{background-color:rgba(209,250,229,.2)}.\33xl\:bg-emerald-100\/25{background-color:rgba(209,250,229,.25)}.\33xl\:bg-emerald-100\/30{background-color:rgba(209,250,229,.3)}.\33xl\:bg-emerald-100\/35{background-color:rgba(209,250,229,.35)}.\33xl\:bg-emerald-100\/40{background-color:rgba(209,250,229,.4)}.\33xl\:bg-emerald-100\/45{background-color:rgba(209,250,229,.45)}.\33xl\:bg-emerald-100\/5{background-color:rgba(209,250,229,.05)}.\33xl\:bg-emerald-100\/50{background-color:rgba(209,250,229,.5)}.\33xl\:bg-emerald-100\/55{background-color:rgba(209,250,229,.55)}.\33xl\:bg-emerald-100\/60{background-color:rgba(209,250,229,.6)}.\33xl\:bg-emerald-100\/65{background-color:rgba(209,250,229,.65)}.\33xl\:bg-emerald-100\/70{background-color:rgba(209,250,229,.7)}.\33xl\:bg-emerald-100\/75{background-color:rgba(209,250,229,.75)}.\33xl\:bg-emerald-100\/80{background-color:rgba(209,250,229,.8)}.\33xl\:bg-emerald-100\/85{background-color:rgba(209,250,229,.85)}.\33xl\:bg-emerald-100\/90{background-color:rgba(209,250,229,.9)}.\33xl\:bg-emerald-100\/95{background-color:rgba(209,250,229,.95)}.\33xl\:bg-emerald-200{--tw-bg-opacity:1;background-color:rgba(167,243,208,var(--tw-bg-opacity))}.\33xl\:bg-emerald-200\/0{background-color:rgba(167,243,208,0)}.\33xl\:bg-emerald-200\/10{background-color:rgba(167,243,208,.1)}.\33xl\:bg-emerald-200\/100{background-color:#a7f3d0}.\33xl\:bg-emerald-200\/15{background-color:rgba(167,243,208,.15)}.\33xl\:bg-emerald-200\/20{background-color:rgba(167,243,208,.2)}.\33xl\:bg-emerald-200\/25{background-color:rgba(167,243,208,.25)}.\33xl\:bg-emerald-200\/30{background-color:rgba(167,243,208,.3)}.\33xl\:bg-emerald-200\/35{background-color:rgba(167,243,208,.35)}.\33xl\:bg-emerald-200\/40{background-color:rgba(167,243,208,.4)}.\33xl\:bg-emerald-200\/45{background-color:rgba(167,243,208,.45)}.\33xl\:bg-emerald-200\/5{background-color:rgba(167,243,208,.05)}.\33xl\:bg-emerald-200\/50{background-color:rgba(167,243,208,.5)}.\33xl\:bg-emerald-200\/55{background-color:rgba(167,243,208,.55)}.\33xl\:bg-emerald-200\/60{background-color:rgba(167,243,208,.6)}.\33xl\:bg-emerald-200\/65{background-color:rgba(167,243,208,.65)}.\33xl\:bg-emerald-200\/70{background-color:rgba(167,243,208,.7)}.\33xl\:bg-emerald-200\/75{background-color:rgba(167,243,208,.75)}.\33xl\:bg-emerald-200\/80{background-color:rgba(167,243,208,.8)}.\33xl\:bg-emerald-200\/85{background-color:rgba(167,243,208,.85)}.\33xl\:bg-emerald-200\/90{background-color:rgba(167,243,208,.9)}.\33xl\:bg-emerald-200\/95{background-color:rgba(167,243,208,.95)}.\33xl\:bg-emerald-300{--tw-bg-opacity:1;background-color:rgba(110,231,183,var(--tw-bg-opacity))}.\33xl\:bg-emerald-300\/0{background-color:rgba(110,231,183,0)}.\33xl\:bg-emerald-300\/10{background-color:rgba(110,231,183,.1)}.\33xl\:bg-emerald-300\/100{background-color:#6ee7b7}.\33xl\:bg-emerald-300\/15{background-color:rgba(110,231,183,.15)}.\33xl\:bg-emerald-300\/20{background-color:rgba(110,231,183,.2)}.\33xl\:bg-emerald-300\/25{background-color:rgba(110,231,183,.25)}.\33xl\:bg-emerald-300\/30{background-color:rgba(110,231,183,.3)}.\33xl\:bg-emerald-300\/35{background-color:rgba(110,231,183,.35)}.\33xl\:bg-emerald-300\/40{background-color:rgba(110,231,183,.4)}.\33xl\:bg-emerald-300\/45{background-color:rgba(110,231,183,.45)}.\33xl\:bg-emerald-300\/5{background-color:rgba(110,231,183,.05)}.\33xl\:bg-emerald-300\/50{background-color:rgba(110,231,183,.5)}.\33xl\:bg-emerald-300\/55{background-color:rgba(110,231,183,.55)}.\33xl\:bg-emerald-300\/60{background-color:rgba(110,231,183,.6)}.\33xl\:bg-emerald-300\/65{background-color:rgba(110,231,183,.65)}.\33xl\:bg-emerald-300\/70{background-color:rgba(110,231,183,.7)}.\33xl\:bg-emerald-300\/75{background-color:rgba(110,231,183,.75)}.\33xl\:bg-emerald-300\/80{background-color:rgba(110,231,183,.8)}.\33xl\:bg-emerald-300\/85{background-color:rgba(110,231,183,.85)}.\33xl\:bg-emerald-300\/90{background-color:rgba(110,231,183,.9)}.\33xl\:bg-emerald-300\/95{background-color:rgba(110,231,183,.95)}.\33xl\:bg-emerald-400{--tw-bg-opacity:1;background-color:rgba(52,211,153,var(--tw-bg-opacity))}.\33xl\:bg-emerald-400\/0{background-color:rgba(52,211,153,0)}.\33xl\:bg-emerald-400\/10{background-color:rgba(52,211,153,.1)}.\33xl\:bg-emerald-400\/100{background-color:#34d399}.\33xl\:bg-emerald-400\/15{background-color:rgba(52,211,153,.15)}.\33xl\:bg-emerald-400\/20{background-color:rgba(52,211,153,.2)}.\33xl\:bg-emerald-400\/25{background-color:rgba(52,211,153,.25)}.\33xl\:bg-emerald-400\/30{background-color:rgba(52,211,153,.3)}.\33xl\:bg-emerald-400\/35{background-color:rgba(52,211,153,.35)}.\33xl\:bg-emerald-400\/40{background-color:rgba(52,211,153,.4)}.\33xl\:bg-emerald-400\/45{background-color:rgba(52,211,153,.45)}.\33xl\:bg-emerald-400\/5{background-color:rgba(52,211,153,.05)}.\33xl\:bg-emerald-400\/50{background-color:rgba(52,211,153,.5)}.\33xl\:bg-emerald-400\/55{background-color:rgba(52,211,153,.55)}.\33xl\:bg-emerald-400\/60{background-color:rgba(52,211,153,.6)}.\33xl\:bg-emerald-400\/65{background-color:rgba(52,211,153,.65)}.\33xl\:bg-emerald-400\/70{background-color:rgba(52,211,153,.7)}.\33xl\:bg-emerald-400\/75{background-color:rgba(52,211,153,.75)}.\33xl\:bg-emerald-400\/80{background-color:rgba(52,211,153,.8)}.\33xl\:bg-emerald-400\/85{background-color:rgba(52,211,153,.85)}.\33xl\:bg-emerald-400\/90{background-color:rgba(52,211,153,.9)}.\33xl\:bg-emerald-400\/95{background-color:rgba(52,211,153,.95)}.\33xl\:bg-emerald-50{--tw-bg-opacity:1;background-color:rgba(236,253,245,var(--tw-bg-opacity))}.\33xl\:bg-emerald-50\/0{background-color:rgba(236,253,245,0)}.\33xl\:bg-emerald-50\/10{background-color:rgba(236,253,245,.1)}.\33xl\:bg-emerald-50\/100{background-color:#ecfdf5}.\33xl\:bg-emerald-50\/15{background-color:rgba(236,253,245,.15)}.\33xl\:bg-emerald-50\/20{background-color:rgba(236,253,245,.2)}.\33xl\:bg-emerald-50\/25{background-color:rgba(236,253,245,.25)}.\33xl\:bg-emerald-50\/30{background-color:rgba(236,253,245,.3)}.\33xl\:bg-emerald-50\/35{background-color:rgba(236,253,245,.35)}.\33xl\:bg-emerald-50\/40{background-color:rgba(236,253,245,.4)}.\33xl\:bg-emerald-50\/45{background-color:rgba(236,253,245,.45)}.\33xl\:bg-emerald-50\/5{background-color:rgba(236,253,245,.05)}.\33xl\:bg-emerald-50\/50{background-color:rgba(236,253,245,.5)}.\33xl\:bg-emerald-50\/55{background-color:rgba(236,253,245,.55)}.\33xl\:bg-emerald-50\/60{background-color:rgba(236,253,245,.6)}.\33xl\:bg-emerald-50\/65{background-color:rgba(236,253,245,.65)}.\33xl\:bg-emerald-50\/70{background-color:rgba(236,253,245,.7)}.\33xl\:bg-emerald-50\/75{background-color:rgba(236,253,245,.75)}.\33xl\:bg-emerald-50\/80{background-color:rgba(236,253,245,.8)}.\33xl\:bg-emerald-50\/85{background-color:rgba(236,253,245,.85)}.\33xl\:bg-emerald-50\/90{background-color:rgba(236,253,245,.9)}.\33xl\:bg-emerald-50\/95{background-color:rgba(236,253,245,.95)}.\33xl\:bg-emerald-500{--tw-bg-opacity:1;background-color:rgba(16,185,129,var(--tw-bg-opacity))}.\33xl\:bg-emerald-500\/0{background-color:rgba(16,185,129,0)}.\33xl\:bg-emerald-500\/10{background-color:rgba(16,185,129,.1)}.\33xl\:bg-emerald-500\/100{background-color:#10b981}.\33xl\:bg-emerald-500\/15{background-color:rgba(16,185,129,.15)}.\33xl\:bg-emerald-500\/20{background-color:rgba(16,185,129,.2)}.\33xl\:bg-emerald-500\/25{background-color:rgba(16,185,129,.25)}.\33xl\:bg-emerald-500\/30{background-color:rgba(16,185,129,.3)}.\33xl\:bg-emerald-500\/35{background-color:rgba(16,185,129,.35)}.\33xl\:bg-emerald-500\/40{background-color:rgba(16,185,129,.4)}.\33xl\:bg-emerald-500\/45{background-color:rgba(16,185,129,.45)}.\33xl\:bg-emerald-500\/5{background-color:rgba(16,185,129,.05)}.\33xl\:bg-emerald-500\/50{background-color:rgba(16,185,129,.5)}.\33xl\:bg-emerald-500\/55{background-color:rgba(16,185,129,.55)}.\33xl\:bg-emerald-500\/60{background-color:rgba(16,185,129,.6)}.\33xl\:bg-emerald-500\/65{background-color:rgba(16,185,129,.65)}.\33xl\:bg-emerald-500\/70{background-color:rgba(16,185,129,.7)}.\33xl\:bg-emerald-500\/75{background-color:rgba(16,185,129,.75)}.\33xl\:bg-emerald-500\/80{background-color:rgba(16,185,129,.8)}.\33xl\:bg-emerald-500\/85{background-color:rgba(16,185,129,.85)}.\33xl\:bg-emerald-500\/90{background-color:rgba(16,185,129,.9)}.\33xl\:bg-emerald-500\/95{background-color:rgba(16,185,129,.95)}.\33xl\:bg-emerald-600{--tw-bg-opacity:1;background-color:rgba(5,150,105,var(--tw-bg-opacity))}.\33xl\:bg-emerald-600\/0{background-color:rgba(5,150,105,0)}.\33xl\:bg-emerald-600\/10{background-color:rgba(5,150,105,.1)}.\33xl\:bg-emerald-600\/100{background-color:#059669}.\33xl\:bg-emerald-600\/15{background-color:rgba(5,150,105,.15)}.\33xl\:bg-emerald-600\/20{background-color:rgba(5,150,105,.2)}.\33xl\:bg-emerald-600\/25{background-color:rgba(5,150,105,.25)}.\33xl\:bg-emerald-600\/30{background-color:rgba(5,150,105,.3)}.\33xl\:bg-emerald-600\/35{background-color:rgba(5,150,105,.35)}.\33xl\:bg-emerald-600\/40{background-color:rgba(5,150,105,.4)}.\33xl\:bg-emerald-600\/45{background-color:rgba(5,150,105,.45)}.\33xl\:bg-emerald-600\/5{background-color:rgba(5,150,105,.05)}.\33xl\:bg-emerald-600\/50{background-color:rgba(5,150,105,.5)}.\33xl\:bg-emerald-600\/55{background-color:rgba(5,150,105,.55)}.\33xl\:bg-emerald-600\/60{background-color:rgba(5,150,105,.6)}.\33xl\:bg-emerald-600\/65{background-color:rgba(5,150,105,.65)}.\33xl\:bg-emerald-600\/70{background-color:rgba(5,150,105,.7)}.\33xl\:bg-emerald-600\/75{background-color:rgba(5,150,105,.75)}.\33xl\:bg-emerald-600\/80{background-color:rgba(5,150,105,.8)}.\33xl\:bg-emerald-600\/85{background-color:rgba(5,150,105,.85)}.\33xl\:bg-emerald-600\/90{background-color:rgba(5,150,105,.9)}.\33xl\:bg-emerald-600\/95{background-color:rgba(5,150,105,.95)}.\33xl\:bg-emerald-700{--tw-bg-opacity:1;background-color:rgba(4,120,87,var(--tw-bg-opacity))}.\33xl\:bg-emerald-700\/0{background-color:rgba(4,120,87,0)}.\33xl\:bg-emerald-700\/10{background-color:rgba(4,120,87,.1)}.\33xl\:bg-emerald-700\/100{background-color:#047857}.\33xl\:bg-emerald-700\/15{background-color:rgba(4,120,87,.15)}.\33xl\:bg-emerald-700\/20{background-color:rgba(4,120,87,.2)}.\33xl\:bg-emerald-700\/25{background-color:rgba(4,120,87,.25)}.\33xl\:bg-emerald-700\/30{background-color:rgba(4,120,87,.3)}.\33xl\:bg-emerald-700\/35{background-color:rgba(4,120,87,.35)}.\33xl\:bg-emerald-700\/40{background-color:rgba(4,120,87,.4)}.\33xl\:bg-emerald-700\/45{background-color:rgba(4,120,87,.45)}.\33xl\:bg-emerald-700\/5{background-color:rgba(4,120,87,.05)}.\33xl\:bg-emerald-700\/50{background-color:rgba(4,120,87,.5)}.\33xl\:bg-emerald-700\/55{background-color:rgba(4,120,87,.55)}.\33xl\:bg-emerald-700\/60{background-color:rgba(4,120,87,.6)}.\33xl\:bg-emerald-700\/65{background-color:rgba(4,120,87,.65)}.\33xl\:bg-emerald-700\/70{background-color:rgba(4,120,87,.7)}.\33xl\:bg-emerald-700\/75{background-color:rgba(4,120,87,.75)}.\33xl\:bg-emerald-700\/80{background-color:rgba(4,120,87,.8)}.\33xl\:bg-emerald-700\/85{background-color:rgba(4,120,87,.85)}.\33xl\:bg-emerald-700\/90{background-color:rgba(4,120,87,.9)}.\33xl\:bg-emerald-700\/95{background-color:rgba(4,120,87,.95)}.\33xl\:bg-emerald-800{--tw-bg-opacity:1;background-color:rgba(6,95,70,var(--tw-bg-opacity))}.\33xl\:bg-emerald-800\/0{background-color:rgba(6,95,70,0)}.\33xl\:bg-emerald-800\/10{background-color:rgba(6,95,70,.1)}.\33xl\:bg-emerald-800\/100{background-color:#065f46}.\33xl\:bg-emerald-800\/15{background-color:rgba(6,95,70,.15)}.\33xl\:bg-emerald-800\/20{background-color:rgba(6,95,70,.2)}.\33xl\:bg-emerald-800\/25{background-color:rgba(6,95,70,.25)}.\33xl\:bg-emerald-800\/30{background-color:rgba(6,95,70,.3)}.\33xl\:bg-emerald-800\/35{background-color:rgba(6,95,70,.35)}.\33xl\:bg-emerald-800\/40{background-color:rgba(6,95,70,.4)}.\33xl\:bg-emerald-800\/45{background-color:rgba(6,95,70,.45)}.\33xl\:bg-emerald-800\/5{background-color:rgba(6,95,70,.05)}.\33xl\:bg-emerald-800\/50{background-color:rgba(6,95,70,.5)}.\33xl\:bg-emerald-800\/55{background-color:rgba(6,95,70,.55)}.\33xl\:bg-emerald-800\/60{background-color:rgba(6,95,70,.6)}.\33xl\:bg-emerald-800\/65{background-color:rgba(6,95,70,.65)}.\33xl\:bg-emerald-800\/70{background-color:rgba(6,95,70,.7)}.\33xl\:bg-emerald-800\/75{background-color:rgba(6,95,70,.75)}.\33xl\:bg-emerald-800\/80{background-color:rgba(6,95,70,.8)}.\33xl\:bg-emerald-800\/85{background-color:rgba(6,95,70,.85)}.\33xl\:bg-emerald-800\/90{background-color:rgba(6,95,70,.9)}.\33xl\:bg-emerald-800\/95{background-color:rgba(6,95,70,.95)}.\33xl\:bg-emerald-900{--tw-bg-opacity:1;background-color:rgba(6,78,59,var(--tw-bg-opacity))}.\33xl\:bg-emerald-900\/0{background-color:rgba(6,78,59,0)}.\33xl\:bg-emerald-900\/10{background-color:rgba(6,78,59,.1)}.\33xl\:bg-emerald-900\/100{background-color:#064e3b}.\33xl\:bg-emerald-900\/15{background-color:rgba(6,78,59,.15)}.\33xl\:bg-emerald-900\/20{background-color:rgba(6,78,59,.2)}.\33xl\:bg-emerald-900\/25{background-color:rgba(6,78,59,.25)}.\33xl\:bg-emerald-900\/30{background-color:rgba(6,78,59,.3)}.\33xl\:bg-emerald-900\/35{background-color:rgba(6,78,59,.35)}.\33xl\:bg-emerald-900\/40{background-color:rgba(6,78,59,.4)}.\33xl\:bg-emerald-900\/45{background-color:rgba(6,78,59,.45)}.\33xl\:bg-emerald-900\/5{background-color:rgba(6,78,59,.05)}.\33xl\:bg-emerald-900\/50{background-color:rgba(6,78,59,.5)}.\33xl\:bg-emerald-900\/55{background-color:rgba(6,78,59,.55)}.\33xl\:bg-emerald-900\/60{background-color:rgba(6,78,59,.6)}.\33xl\:bg-emerald-900\/65{background-color:rgba(6,78,59,.65)}.\33xl\:bg-emerald-900\/70{background-color:rgba(6,78,59,.7)}.\33xl\:bg-emerald-900\/75{background-color:rgba(6,78,59,.75)}.\33xl\:bg-emerald-900\/80{background-color:rgba(6,78,59,.8)}.\33xl\:bg-emerald-900\/85{background-color:rgba(6,78,59,.85)}.\33xl\:bg-emerald-900\/90{background-color:rgba(6,78,59,.9)}.\33xl\:bg-emerald-900\/95{background-color:rgba(6,78,59,.95)}.\33xl\:bg-emerald-950{--tw-bg-opacity:1;background-color:rgba(2,44,34,var(--tw-bg-opacity))}.\33xl\:bg-emerald-950\/0{background-color:rgba(2,44,34,0)}.\33xl\:bg-emerald-950\/10{background-color:rgba(2,44,34,.1)}.\33xl\:bg-emerald-950\/100{background-color:#022c22}.\33xl\:bg-emerald-950\/15{background-color:rgba(2,44,34,.15)}.\33xl\:bg-emerald-950\/20{background-color:rgba(2,44,34,.2)}.\33xl\:bg-emerald-950\/25{background-color:rgba(2,44,34,.25)}.\33xl\:bg-emerald-950\/30{background-color:rgba(2,44,34,.3)}.\33xl\:bg-emerald-950\/35{background-color:rgba(2,44,34,.35)}.\33xl\:bg-emerald-950\/40{background-color:rgba(2,44,34,.4)}.\33xl\:bg-emerald-950\/45{background-color:rgba(2,44,34,.45)}.\33xl\:bg-emerald-950\/5{background-color:rgba(2,44,34,.05)}.\33xl\:bg-emerald-950\/50{background-color:rgba(2,44,34,.5)}.\33xl\:bg-emerald-950\/55{background-color:rgba(2,44,34,.55)}.\33xl\:bg-emerald-950\/60{background-color:rgba(2,44,34,.6)}.\33xl\:bg-emerald-950\/65{background-color:rgba(2,44,34,.65)}.\33xl\:bg-emerald-950\/70{background-color:rgba(2,44,34,.7)}.\33xl\:bg-emerald-950\/75{background-color:rgba(2,44,34,.75)}.\33xl\:bg-emerald-950\/80{background-color:rgba(2,44,34,.8)}.\33xl\:bg-emerald-950\/85{background-color:rgba(2,44,34,.85)}.\33xl\:bg-emerald-950\/90{background-color:rgba(2,44,34,.9)}.\33xl\:bg-emerald-950\/95{background-color:rgba(2,44,34,.95)}.\33xl\:bg-fuchsia-100{--tw-bg-opacity:1;background-color:rgba(250,232,255,var(--tw-bg-opacity))}.\33xl\:bg-fuchsia-100\/0{background-color:rgba(250,232,255,0)}.\33xl\:bg-fuchsia-100\/10{background-color:rgba(250,232,255,.1)}.\33xl\:bg-fuchsia-100\/100{background-color:#fae8ff}.\33xl\:bg-fuchsia-100\/15{background-color:rgba(250,232,255,.15)}.\33xl\:bg-fuchsia-100\/20{background-color:rgba(250,232,255,.2)}.\33xl\:bg-fuchsia-100\/25{background-color:rgba(250,232,255,.25)}.\33xl\:bg-fuchsia-100\/30{background-color:rgba(250,232,255,.3)}.\33xl\:bg-fuchsia-100\/35{background-color:rgba(250,232,255,.35)}.\33xl\:bg-fuchsia-100\/40{background-color:rgba(250,232,255,.4)}.\33xl\:bg-fuchsia-100\/45{background-color:rgba(250,232,255,.45)}.\33xl\:bg-fuchsia-100\/5{background-color:rgba(250,232,255,.05)}.\33xl\:bg-fuchsia-100\/50{background-color:rgba(250,232,255,.5)}.\33xl\:bg-fuchsia-100\/55{background-color:rgba(250,232,255,.55)}.\33xl\:bg-fuchsia-100\/60{background-color:rgba(250,232,255,.6)}.\33xl\:bg-fuchsia-100\/65{background-color:rgba(250,232,255,.65)}.\33xl\:bg-fuchsia-100\/70{background-color:rgba(250,232,255,.7)}.\33xl\:bg-fuchsia-100\/75{background-color:rgba(250,232,255,.75)}.\33xl\:bg-fuchsia-100\/80{background-color:rgba(250,232,255,.8)}.\33xl\:bg-fuchsia-100\/85{background-color:rgba(250,232,255,.85)}.\33xl\:bg-fuchsia-100\/90{background-color:rgba(250,232,255,.9)}.\33xl\:bg-fuchsia-100\/95{background-color:rgba(250,232,255,.95)}.\33xl\:bg-fuchsia-200{--tw-bg-opacity:1;background-color:rgba(245,208,254,var(--tw-bg-opacity))}.\33xl\:bg-fuchsia-200\/0{background-color:rgba(245,208,254,0)}.\33xl\:bg-fuchsia-200\/10{background-color:rgba(245,208,254,.1)}.\33xl\:bg-fuchsia-200\/100{background-color:#f5d0fe}.\33xl\:bg-fuchsia-200\/15{background-color:rgba(245,208,254,.15)}.\33xl\:bg-fuchsia-200\/20{background-color:rgba(245,208,254,.2)}.\33xl\:bg-fuchsia-200\/25{background-color:rgba(245,208,254,.25)}.\33xl\:bg-fuchsia-200\/30{background-color:rgba(245,208,254,.3)}.\33xl\:bg-fuchsia-200\/35{background-color:rgba(245,208,254,.35)}.\33xl\:bg-fuchsia-200\/40{background-color:rgba(245,208,254,.4)}.\33xl\:bg-fuchsia-200\/45{background-color:rgba(245,208,254,.45)}.\33xl\:bg-fuchsia-200\/5{background-color:rgba(245,208,254,.05)}.\33xl\:bg-fuchsia-200\/50{background-color:rgba(245,208,254,.5)}.\33xl\:bg-fuchsia-200\/55{background-color:rgba(245,208,254,.55)}.\33xl\:bg-fuchsia-200\/60{background-color:rgba(245,208,254,.6)}.\33xl\:bg-fuchsia-200\/65{background-color:rgba(245,208,254,.65)}.\33xl\:bg-fuchsia-200\/70{background-color:rgba(245,208,254,.7)}.\33xl\:bg-fuchsia-200\/75{background-color:rgba(245,208,254,.75)}.\33xl\:bg-fuchsia-200\/80{background-color:rgba(245,208,254,.8)}.\33xl\:bg-fuchsia-200\/85{background-color:rgba(245,208,254,.85)}.\33xl\:bg-fuchsia-200\/90{background-color:rgba(245,208,254,.9)}.\33xl\:bg-fuchsia-200\/95{background-color:rgba(245,208,254,.95)}.\33xl\:bg-fuchsia-300{--tw-bg-opacity:1;background-color:rgba(240,171,252,var(--tw-bg-opacity))}.\33xl\:bg-fuchsia-300\/0{background-color:rgba(240,171,252,0)}.\33xl\:bg-fuchsia-300\/10{background-color:rgba(240,171,252,.1)}.\33xl\:bg-fuchsia-300\/100{background-color:#f0abfc}.\33xl\:bg-fuchsia-300\/15{background-color:rgba(240,171,252,.15)}.\33xl\:bg-fuchsia-300\/20{background-color:rgba(240,171,252,.2)}.\33xl\:bg-fuchsia-300\/25{background-color:rgba(240,171,252,.25)}.\33xl\:bg-fuchsia-300\/30{background-color:rgba(240,171,252,.3)}.\33xl\:bg-fuchsia-300\/35{background-color:rgba(240,171,252,.35)}.\33xl\:bg-fuchsia-300\/40{background-color:rgba(240,171,252,.4)}.\33xl\:bg-fuchsia-300\/45{background-color:rgba(240,171,252,.45)}.\33xl\:bg-fuchsia-300\/5{background-color:rgba(240,171,252,.05)}.\33xl\:bg-fuchsia-300\/50{background-color:rgba(240,171,252,.5)}.\33xl\:bg-fuchsia-300\/55{background-color:rgba(240,171,252,.55)}.\33xl\:bg-fuchsia-300\/60{background-color:rgba(240,171,252,.6)}.\33xl\:bg-fuchsia-300\/65{background-color:rgba(240,171,252,.65)}.\33xl\:bg-fuchsia-300\/70{background-color:rgba(240,171,252,.7)}.\33xl\:bg-fuchsia-300\/75{background-color:rgba(240,171,252,.75)}.\33xl\:bg-fuchsia-300\/80{background-color:rgba(240,171,252,.8)}.\33xl\:bg-fuchsia-300\/85{background-color:rgba(240,171,252,.85)}.\33xl\:bg-fuchsia-300\/90{background-color:rgba(240,171,252,.9)}.\33xl\:bg-fuchsia-300\/95{background-color:rgba(240,171,252,.95)}.\33xl\:bg-fuchsia-400{--tw-bg-opacity:1;background-color:rgba(232,121,249,var(--tw-bg-opacity))}.\33xl\:bg-fuchsia-400\/0{background-color:rgba(232,121,249,0)}.\33xl\:bg-fuchsia-400\/10{background-color:rgba(232,121,249,.1)}.\33xl\:bg-fuchsia-400\/100{background-color:#e879f9}.\33xl\:bg-fuchsia-400\/15{background-color:rgba(232,121,249,.15)}.\33xl\:bg-fuchsia-400\/20{background-color:rgba(232,121,249,.2)}.\33xl\:bg-fuchsia-400\/25{background-color:rgba(232,121,249,.25)}.\33xl\:bg-fuchsia-400\/30{background-color:rgba(232,121,249,.3)}.\33xl\:bg-fuchsia-400\/35{background-color:rgba(232,121,249,.35)}.\33xl\:bg-fuchsia-400\/40{background-color:rgba(232,121,249,.4)}.\33xl\:bg-fuchsia-400\/45{background-color:rgba(232,121,249,.45)}.\33xl\:bg-fuchsia-400\/5{background-color:rgba(232,121,249,.05)}.\33xl\:bg-fuchsia-400\/50{background-color:rgba(232,121,249,.5)}.\33xl\:bg-fuchsia-400\/55{background-color:rgba(232,121,249,.55)}.\33xl\:bg-fuchsia-400\/60{background-color:rgba(232,121,249,.6)}.\33xl\:bg-fuchsia-400\/65{background-color:rgba(232,121,249,.65)}.\33xl\:bg-fuchsia-400\/70{background-color:rgba(232,121,249,.7)}.\33xl\:bg-fuchsia-400\/75{background-color:rgba(232,121,249,.75)}.\33xl\:bg-fuchsia-400\/80{background-color:rgba(232,121,249,.8)}.\33xl\:bg-fuchsia-400\/85{background-color:rgba(232,121,249,.85)}.\33xl\:bg-fuchsia-400\/90{background-color:rgba(232,121,249,.9)}.\33xl\:bg-fuchsia-400\/95{background-color:rgba(232,121,249,.95)}.\33xl\:bg-fuchsia-50{--tw-bg-opacity:1;background-color:rgba(253,244,255,var(--tw-bg-opacity))}.\33xl\:bg-fuchsia-50\/0{background-color:rgba(253,244,255,0)}.\33xl\:bg-fuchsia-50\/10{background-color:rgba(253,244,255,.1)}.\33xl\:bg-fuchsia-50\/100{background-color:#fdf4ff}.\33xl\:bg-fuchsia-50\/15{background-color:rgba(253,244,255,.15)}.\33xl\:bg-fuchsia-50\/20{background-color:rgba(253,244,255,.2)}.\33xl\:bg-fuchsia-50\/25{background-color:rgba(253,244,255,.25)}.\33xl\:bg-fuchsia-50\/30{background-color:rgba(253,244,255,.3)}.\33xl\:bg-fuchsia-50\/35{background-color:rgba(253,244,255,.35)}.\33xl\:bg-fuchsia-50\/40{background-color:rgba(253,244,255,.4)}.\33xl\:bg-fuchsia-50\/45{background-color:rgba(253,244,255,.45)}.\33xl\:bg-fuchsia-50\/5{background-color:rgba(253,244,255,.05)}.\33xl\:bg-fuchsia-50\/50{background-color:rgba(253,244,255,.5)}.\33xl\:bg-fuchsia-50\/55{background-color:rgba(253,244,255,.55)}.\33xl\:bg-fuchsia-50\/60{background-color:rgba(253,244,255,.6)}.\33xl\:bg-fuchsia-50\/65{background-color:rgba(253,244,255,.65)}.\33xl\:bg-fuchsia-50\/70{background-color:rgba(253,244,255,.7)}.\33xl\:bg-fuchsia-50\/75{background-color:rgba(253,244,255,.75)}.\33xl\:bg-fuchsia-50\/80{background-color:rgba(253,244,255,.8)}.\33xl\:bg-fuchsia-50\/85{background-color:rgba(253,244,255,.85)}.\33xl\:bg-fuchsia-50\/90{background-color:rgba(253,244,255,.9)}.\33xl\:bg-fuchsia-50\/95{background-color:rgba(253,244,255,.95)}.\33xl\:bg-fuchsia-500{--tw-bg-opacity:1;background-color:rgba(217,70,239,var(--tw-bg-opacity))}.\33xl\:bg-fuchsia-500\/0{background-color:rgba(217,70,239,0)}.\33xl\:bg-fuchsia-500\/10{background-color:rgba(217,70,239,.1)}.\33xl\:bg-fuchsia-500\/100{background-color:#d946ef}.\33xl\:bg-fuchsia-500\/15{background-color:rgba(217,70,239,.15)}.\33xl\:bg-fuchsia-500\/20{background-color:rgba(217,70,239,.2)}.\33xl\:bg-fuchsia-500\/25{background-color:rgba(217,70,239,.25)}.\33xl\:bg-fuchsia-500\/30{background-color:rgba(217,70,239,.3)}.\33xl\:bg-fuchsia-500\/35{background-color:rgba(217,70,239,.35)}.\33xl\:bg-fuchsia-500\/40{background-color:rgba(217,70,239,.4)}.\33xl\:bg-fuchsia-500\/45{background-color:rgba(217,70,239,.45)}.\33xl\:bg-fuchsia-500\/5{background-color:rgba(217,70,239,.05)}.\33xl\:bg-fuchsia-500\/50{background-color:rgba(217,70,239,.5)}.\33xl\:bg-fuchsia-500\/55{background-color:rgba(217,70,239,.55)}.\33xl\:bg-fuchsia-500\/60{background-color:rgba(217,70,239,.6)}.\33xl\:bg-fuchsia-500\/65{background-color:rgba(217,70,239,.65)}.\33xl\:bg-fuchsia-500\/70{background-color:rgba(217,70,239,.7)}.\33xl\:bg-fuchsia-500\/75{background-color:rgba(217,70,239,.75)}.\33xl\:bg-fuchsia-500\/80{background-color:rgba(217,70,239,.8)}.\33xl\:bg-fuchsia-500\/85{background-color:rgba(217,70,239,.85)}.\33xl\:bg-fuchsia-500\/90{background-color:rgba(217,70,239,.9)}.\33xl\:bg-fuchsia-500\/95{background-color:rgba(217,70,239,.95)}.\33xl\:bg-fuchsia-600{--tw-bg-opacity:1;background-color:rgba(192,38,211,var(--tw-bg-opacity))}.\33xl\:bg-fuchsia-600\/0{background-color:rgba(192,38,211,0)}.\33xl\:bg-fuchsia-600\/10{background-color:rgba(192,38,211,.1)}.\33xl\:bg-fuchsia-600\/100{background-color:#c026d3}.\33xl\:bg-fuchsia-600\/15{background-color:rgba(192,38,211,.15)}.\33xl\:bg-fuchsia-600\/20{background-color:rgba(192,38,211,.2)}.\33xl\:bg-fuchsia-600\/25{background-color:rgba(192,38,211,.25)}.\33xl\:bg-fuchsia-600\/30{background-color:rgba(192,38,211,.3)}.\33xl\:bg-fuchsia-600\/35{background-color:rgba(192,38,211,.35)}.\33xl\:bg-fuchsia-600\/40{background-color:rgba(192,38,211,.4)}.\33xl\:bg-fuchsia-600\/45{background-color:rgba(192,38,211,.45)}.\33xl\:bg-fuchsia-600\/5{background-color:rgba(192,38,211,.05)}.\33xl\:bg-fuchsia-600\/50{background-color:rgba(192,38,211,.5)}.\33xl\:bg-fuchsia-600\/55{background-color:rgba(192,38,211,.55)}.\33xl\:bg-fuchsia-600\/60{background-color:rgba(192,38,211,.6)}.\33xl\:bg-fuchsia-600\/65{background-color:rgba(192,38,211,.65)}.\33xl\:bg-fuchsia-600\/70{background-color:rgba(192,38,211,.7)}.\33xl\:bg-fuchsia-600\/75{background-color:rgba(192,38,211,.75)}.\33xl\:bg-fuchsia-600\/80{background-color:rgba(192,38,211,.8)}.\33xl\:bg-fuchsia-600\/85{background-color:rgba(192,38,211,.85)}.\33xl\:bg-fuchsia-600\/90{background-color:rgba(192,38,211,.9)}.\33xl\:bg-fuchsia-600\/95{background-color:rgba(192,38,211,.95)}.\33xl\:bg-fuchsia-700{--tw-bg-opacity:1;background-color:rgba(162,28,175,var(--tw-bg-opacity))}.\33xl\:bg-fuchsia-700\/0{background-color:rgba(162,28,175,0)}.\33xl\:bg-fuchsia-700\/10{background-color:rgba(162,28,175,.1)}.\33xl\:bg-fuchsia-700\/100{background-color:#a21caf}.\33xl\:bg-fuchsia-700\/15{background-color:rgba(162,28,175,.15)}.\33xl\:bg-fuchsia-700\/20{background-color:rgba(162,28,175,.2)}.\33xl\:bg-fuchsia-700\/25{background-color:rgba(162,28,175,.25)}.\33xl\:bg-fuchsia-700\/30{background-color:rgba(162,28,175,.3)}.\33xl\:bg-fuchsia-700\/35{background-color:rgba(162,28,175,.35)}.\33xl\:bg-fuchsia-700\/40{background-color:rgba(162,28,175,.4)}.\33xl\:bg-fuchsia-700\/45{background-color:rgba(162,28,175,.45)}.\33xl\:bg-fuchsia-700\/5{background-color:rgba(162,28,175,.05)}.\33xl\:bg-fuchsia-700\/50{background-color:rgba(162,28,175,.5)}.\33xl\:bg-fuchsia-700\/55{background-color:rgba(162,28,175,.55)}.\33xl\:bg-fuchsia-700\/60{background-color:rgba(162,28,175,.6)}.\33xl\:bg-fuchsia-700\/65{background-color:rgba(162,28,175,.65)}.\33xl\:bg-fuchsia-700\/70{background-color:rgba(162,28,175,.7)}.\33xl\:bg-fuchsia-700\/75{background-color:rgba(162,28,175,.75)}.\33xl\:bg-fuchsia-700\/80{background-color:rgba(162,28,175,.8)}.\33xl\:bg-fuchsia-700\/85{background-color:rgba(162,28,175,.85)}.\33xl\:bg-fuchsia-700\/90{background-color:rgba(162,28,175,.9)}.\33xl\:bg-fuchsia-700\/95{background-color:rgba(162,28,175,.95)}.\33xl\:bg-fuchsia-800{--tw-bg-opacity:1;background-color:rgba(134,25,143,var(--tw-bg-opacity))}.\33xl\:bg-fuchsia-800\/0{background-color:rgba(134,25,143,0)}.\33xl\:bg-fuchsia-800\/10{background-color:rgba(134,25,143,.1)}.\33xl\:bg-fuchsia-800\/100{background-color:#86198f}.\33xl\:bg-fuchsia-800\/15{background-color:rgba(134,25,143,.15)}.\33xl\:bg-fuchsia-800\/20{background-color:rgba(134,25,143,.2)}.\33xl\:bg-fuchsia-800\/25{background-color:rgba(134,25,143,.25)}.\33xl\:bg-fuchsia-800\/30{background-color:rgba(134,25,143,.3)}.\33xl\:bg-fuchsia-800\/35{background-color:rgba(134,25,143,.35)}.\33xl\:bg-fuchsia-800\/40{background-color:rgba(134,25,143,.4)}.\33xl\:bg-fuchsia-800\/45{background-color:rgba(134,25,143,.45)}.\33xl\:bg-fuchsia-800\/5{background-color:rgba(134,25,143,.05)}.\33xl\:bg-fuchsia-800\/50{background-color:rgba(134,25,143,.5)}.\33xl\:bg-fuchsia-800\/55{background-color:rgba(134,25,143,.55)}.\33xl\:bg-fuchsia-800\/60{background-color:rgba(134,25,143,.6)}.\33xl\:bg-fuchsia-800\/65{background-color:rgba(134,25,143,.65)}.\33xl\:bg-fuchsia-800\/70{background-color:rgba(134,25,143,.7)}.\33xl\:bg-fuchsia-800\/75{background-color:rgba(134,25,143,.75)}.\33xl\:bg-fuchsia-800\/80{background-color:rgba(134,25,143,.8)}.\33xl\:bg-fuchsia-800\/85{background-color:rgba(134,25,143,.85)}.\33xl\:bg-fuchsia-800\/90{background-color:rgba(134,25,143,.9)}.\33xl\:bg-fuchsia-800\/95{background-color:rgba(134,25,143,.95)}.\33xl\:bg-fuchsia-900{--tw-bg-opacity:1;background-color:rgba(112,26,117,var(--tw-bg-opacity))}.\33xl\:bg-fuchsia-900\/0{background-color:rgba(112,26,117,0)}.\33xl\:bg-fuchsia-900\/10{background-color:rgba(112,26,117,.1)}.\33xl\:bg-fuchsia-900\/100{background-color:#701a75}.\33xl\:bg-fuchsia-900\/15{background-color:rgba(112,26,117,.15)}.\33xl\:bg-fuchsia-900\/20{background-color:rgba(112,26,117,.2)}.\33xl\:bg-fuchsia-900\/25{background-color:rgba(112,26,117,.25)}.\33xl\:bg-fuchsia-900\/30{background-color:rgba(112,26,117,.3)}.\33xl\:bg-fuchsia-900\/35{background-color:rgba(112,26,117,.35)}.\33xl\:bg-fuchsia-900\/40{background-color:rgba(112,26,117,.4)}.\33xl\:bg-fuchsia-900\/45{background-color:rgba(112,26,117,.45)}.\33xl\:bg-fuchsia-900\/5{background-color:rgba(112,26,117,.05)}.\33xl\:bg-fuchsia-900\/50{background-color:rgba(112,26,117,.5)}.\33xl\:bg-fuchsia-900\/55{background-color:rgba(112,26,117,.55)}.\33xl\:bg-fuchsia-900\/60{background-color:rgba(112,26,117,.6)}.\33xl\:bg-fuchsia-900\/65{background-color:rgba(112,26,117,.65)}.\33xl\:bg-fuchsia-900\/70{background-color:rgba(112,26,117,.7)}.\33xl\:bg-fuchsia-900\/75{background-color:rgba(112,26,117,.75)}.\33xl\:bg-fuchsia-900\/80{background-color:rgba(112,26,117,.8)}.\33xl\:bg-fuchsia-900\/85{background-color:rgba(112,26,117,.85)}.\33xl\:bg-fuchsia-900\/90{background-color:rgba(112,26,117,.9)}.\33xl\:bg-fuchsia-900\/95{background-color:rgba(112,26,117,.95)}.\33xl\:bg-fuchsia-950{--tw-bg-opacity:1;background-color:rgba(74,4,78,var(--tw-bg-opacity))}.\33xl\:bg-fuchsia-950\/0{background-color:rgba(74,4,78,0)}.\33xl\:bg-fuchsia-950\/10{background-color:rgba(74,4,78,.1)}.\33xl\:bg-fuchsia-950\/100{background-color:#4a044e}.\33xl\:bg-fuchsia-950\/15{background-color:rgba(74,4,78,.15)}.\33xl\:bg-fuchsia-950\/20{background-color:rgba(74,4,78,.2)}.\33xl\:bg-fuchsia-950\/25{background-color:rgba(74,4,78,.25)}.\33xl\:bg-fuchsia-950\/30{background-color:rgba(74,4,78,.3)}.\33xl\:bg-fuchsia-950\/35{background-color:rgba(74,4,78,.35)}.\33xl\:bg-fuchsia-950\/40{background-color:rgba(74,4,78,.4)}.\33xl\:bg-fuchsia-950\/45{background-color:rgba(74,4,78,.45)}.\33xl\:bg-fuchsia-950\/5{background-color:rgba(74,4,78,.05)}.\33xl\:bg-fuchsia-950\/50{background-color:rgba(74,4,78,.5)}.\33xl\:bg-fuchsia-950\/55{background-color:rgba(74,4,78,.55)}.\33xl\:bg-fuchsia-950\/60{background-color:rgba(74,4,78,.6)}.\33xl\:bg-fuchsia-950\/65{background-color:rgba(74,4,78,.65)}.\33xl\:bg-fuchsia-950\/70{background-color:rgba(74,4,78,.7)}.\33xl\:bg-fuchsia-950\/75{background-color:rgba(74,4,78,.75)}.\33xl\:bg-fuchsia-950\/80{background-color:rgba(74,4,78,.8)}.\33xl\:bg-fuchsia-950\/85{background-color:rgba(74,4,78,.85)}.\33xl\:bg-fuchsia-950\/90{background-color:rgba(74,4,78,.9)}.\33xl\:bg-fuchsia-950\/95{background-color:rgba(74,4,78,.95)}.\33xl\:bg-gray-100{--tw-bg-opacity:1;background-color:rgba(243,244,246,var(--tw-bg-opacity))}.\33xl\:bg-gray-100\/0{background-color:rgba(243,244,246,0)}.\33xl\:bg-gray-100\/10{background-color:rgba(243,244,246,.1)}.\33xl\:bg-gray-100\/100{background-color:#f3f4f6}.\33xl\:bg-gray-100\/15{background-color:rgba(243,244,246,.15)}.\33xl\:bg-gray-100\/20{background-color:rgba(243,244,246,.2)}.\33xl\:bg-gray-100\/25{background-color:rgba(243,244,246,.25)}.\33xl\:bg-gray-100\/30{background-color:rgba(243,244,246,.3)}.\33xl\:bg-gray-100\/35{background-color:rgba(243,244,246,.35)}.\33xl\:bg-gray-100\/40{background-color:rgba(243,244,246,.4)}.\33xl\:bg-gray-100\/45{background-color:rgba(243,244,246,.45)}.\33xl\:bg-gray-100\/5{background-color:rgba(243,244,246,.05)}.\33xl\:bg-gray-100\/50{background-color:rgba(243,244,246,.5)}.\33xl\:bg-gray-100\/55{background-color:rgba(243,244,246,.55)}.\33xl\:bg-gray-100\/60{background-color:rgba(243,244,246,.6)}.\33xl\:bg-gray-100\/65{background-color:rgba(243,244,246,.65)}.\33xl\:bg-gray-100\/70{background-color:rgba(243,244,246,.7)}.\33xl\:bg-gray-100\/75{background-color:rgba(243,244,246,.75)}.\33xl\:bg-gray-100\/80{background-color:rgba(243,244,246,.8)}.\33xl\:bg-gray-100\/85{background-color:rgba(243,244,246,.85)}.\33xl\:bg-gray-100\/90{background-color:rgba(243,244,246,.9)}.\33xl\:bg-gray-100\/95{background-color:rgba(243,244,246,.95)}.\33xl\:bg-gray-200{--tw-bg-opacity:1;background-color:rgba(229,231,235,var(--tw-bg-opacity))}.\33xl\:bg-gray-200\/0{background-color:rgba(229,231,235,0)}.\33xl\:bg-gray-200\/10{background-color:rgba(229,231,235,.1)}.\33xl\:bg-gray-200\/100{background-color:#e5e7eb}.\33xl\:bg-gray-200\/15{background-color:rgba(229,231,235,.15)}.\33xl\:bg-gray-200\/20{background-color:rgba(229,231,235,.2)}.\33xl\:bg-gray-200\/25{background-color:rgba(229,231,235,.25)}.\33xl\:bg-gray-200\/30{background-color:rgba(229,231,235,.3)}.\33xl\:bg-gray-200\/35{background-color:rgba(229,231,235,.35)}.\33xl\:bg-gray-200\/40{background-color:rgba(229,231,235,.4)}.\33xl\:bg-gray-200\/45{background-color:rgba(229,231,235,.45)}.\33xl\:bg-gray-200\/5{background-color:rgba(229,231,235,.05)}.\33xl\:bg-gray-200\/50{background-color:rgba(229,231,235,.5)}.\33xl\:bg-gray-200\/55{background-color:rgba(229,231,235,.55)}.\33xl\:bg-gray-200\/60{background-color:rgba(229,231,235,.6)}.\33xl\:bg-gray-200\/65{background-color:rgba(229,231,235,.65)}.\33xl\:bg-gray-200\/70{background-color:rgba(229,231,235,.7)}.\33xl\:bg-gray-200\/75{background-color:rgba(229,231,235,.75)}.\33xl\:bg-gray-200\/80{background-color:rgba(229,231,235,.8)}.\33xl\:bg-gray-200\/85{background-color:rgba(229,231,235,.85)}.\33xl\:bg-gray-200\/90{background-color:rgba(229,231,235,.9)}.\33xl\:bg-gray-200\/95{background-color:rgba(229,231,235,.95)}.\33xl\:bg-gray-300{--tw-bg-opacity:1;background-color:rgba(209,213,219,var(--tw-bg-opacity))}.\33xl\:bg-gray-300\/0{background-color:rgba(209,213,219,0)}.\33xl\:bg-gray-300\/10{background-color:rgba(209,213,219,.1)}.\33xl\:bg-gray-300\/100{background-color:#d1d5db}.\33xl\:bg-gray-300\/15{background-color:rgba(209,213,219,.15)}.\33xl\:bg-gray-300\/20{background-color:rgba(209,213,219,.2)}.\33xl\:bg-gray-300\/25{background-color:rgba(209,213,219,.25)}.\33xl\:bg-gray-300\/30{background-color:rgba(209,213,219,.3)}.\33xl\:bg-gray-300\/35{background-color:rgba(209,213,219,.35)}.\33xl\:bg-gray-300\/40{background-color:rgba(209,213,219,.4)}.\33xl\:bg-gray-300\/45{background-color:rgba(209,213,219,.45)}.\33xl\:bg-gray-300\/5{background-color:rgba(209,213,219,.05)}.\33xl\:bg-gray-300\/50{background-color:rgba(209,213,219,.5)}.\33xl\:bg-gray-300\/55{background-color:rgba(209,213,219,.55)}.\33xl\:bg-gray-300\/60{background-color:rgba(209,213,219,.6)}.\33xl\:bg-gray-300\/65{background-color:rgba(209,213,219,.65)}.\33xl\:bg-gray-300\/70{background-color:rgba(209,213,219,.7)}.\33xl\:bg-gray-300\/75{background-color:rgba(209,213,219,.75)}.\33xl\:bg-gray-300\/80{background-color:rgba(209,213,219,.8)}.\33xl\:bg-gray-300\/85{background-color:rgba(209,213,219,.85)}.\33xl\:bg-gray-300\/90{background-color:rgba(209,213,219,.9)}.\33xl\:bg-gray-300\/95{background-color:rgba(209,213,219,.95)}.\33xl\:bg-gray-400{--tw-bg-opacity:1;background-color:rgba(156,163,175,var(--tw-bg-opacity))}.\33xl\:bg-gray-400\/0{background-color:rgba(156,163,175,0)}.\33xl\:bg-gray-400\/10{background-color:rgba(156,163,175,.1)}.\33xl\:bg-gray-400\/100{background-color:#9ca3af}.\33xl\:bg-gray-400\/15{background-color:rgba(156,163,175,.15)}.\33xl\:bg-gray-400\/20{background-color:rgba(156,163,175,.2)}.\33xl\:bg-gray-400\/25{background-color:rgba(156,163,175,.25)}.\33xl\:bg-gray-400\/30{background-color:rgba(156,163,175,.3)}.\33xl\:bg-gray-400\/35{background-color:rgba(156,163,175,.35)}.\33xl\:bg-gray-400\/40{background-color:rgba(156,163,175,.4)}.\33xl\:bg-gray-400\/45{background-color:rgba(156,163,175,.45)}.\33xl\:bg-gray-400\/5{background-color:rgba(156,163,175,.05)}.\33xl\:bg-gray-400\/50{background-color:rgba(156,163,175,.5)}.\33xl\:bg-gray-400\/55{background-color:rgba(156,163,175,.55)}.\33xl\:bg-gray-400\/60{background-color:rgba(156,163,175,.6)}.\33xl\:bg-gray-400\/65{background-color:rgba(156,163,175,.65)}.\33xl\:bg-gray-400\/70{background-color:rgba(156,163,175,.7)}.\33xl\:bg-gray-400\/75{background-color:rgba(156,163,175,.75)}.\33xl\:bg-gray-400\/80{background-color:rgba(156,163,175,.8)}.\33xl\:bg-gray-400\/85{background-color:rgba(156,163,175,.85)}.\33xl\:bg-gray-400\/90{background-color:rgba(156,163,175,.9)}.\33xl\:bg-gray-400\/95{background-color:rgba(156,163,175,.95)}.\33xl\:bg-gray-50{--tw-bg-opacity:1;background-color:rgba(249,250,251,var(--tw-bg-opacity))}.\33xl\:bg-gray-50\/0{background-color:rgba(249,250,251,0)}.\33xl\:bg-gray-50\/10{background-color:rgba(249,250,251,.1)}.\33xl\:bg-gray-50\/100{background-color:#f9fafb}.\33xl\:bg-gray-50\/15{background-color:rgba(249,250,251,.15)}.\33xl\:bg-gray-50\/20{background-color:rgba(249,250,251,.2)}.\33xl\:bg-gray-50\/25{background-color:rgba(249,250,251,.25)}.\33xl\:bg-gray-50\/30{background-color:rgba(249,250,251,.3)}.\33xl\:bg-gray-50\/35{background-color:rgba(249,250,251,.35)}.\33xl\:bg-gray-50\/40{background-color:rgba(249,250,251,.4)}.\33xl\:bg-gray-50\/45{background-color:rgba(249,250,251,.45)}.\33xl\:bg-gray-50\/5{background-color:rgba(249,250,251,.05)}.\33xl\:bg-gray-50\/50{background-color:rgba(249,250,251,.5)}.\33xl\:bg-gray-50\/55{background-color:rgba(249,250,251,.55)}.\33xl\:bg-gray-50\/60{background-color:rgba(249,250,251,.6)}.\33xl\:bg-gray-50\/65{background-color:rgba(249,250,251,.65)}.\33xl\:bg-gray-50\/70{background-color:rgba(249,250,251,.7)}.\33xl\:bg-gray-50\/75{background-color:rgba(249,250,251,.75)}.\33xl\:bg-gray-50\/80{background-color:rgba(249,250,251,.8)}.\33xl\:bg-gray-50\/85{background-color:rgba(249,250,251,.85)}.\33xl\:bg-gray-50\/90{background-color:rgba(249,250,251,.9)}.\33xl\:bg-gray-50\/95{background-color:rgba(249,250,251,.95)}.\33xl\:bg-gray-500{--tw-bg-opacity:1;background-color:rgba(107,114,128,var(--tw-bg-opacity))}.\33xl\:bg-gray-500\/0{background-color:hsla(220,9%,46%,0)}.\33xl\:bg-gray-500\/10{background-color:hsla(220,9%,46%,.1)}.\33xl\:bg-gray-500\/100{background-color:#6b7280}.\33xl\:bg-gray-500\/15{background-color:hsla(220,9%,46%,.15)}.\33xl\:bg-gray-500\/20{background-color:hsla(220,9%,46%,.2)}.\33xl\:bg-gray-500\/25{background-color:hsla(220,9%,46%,.25)}.\33xl\:bg-gray-500\/30{background-color:hsla(220,9%,46%,.3)}.\33xl\:bg-gray-500\/35{background-color:hsla(220,9%,46%,.35)}.\33xl\:bg-gray-500\/40{background-color:hsla(220,9%,46%,.4)}.\33xl\:bg-gray-500\/45{background-color:hsla(220,9%,46%,.45)}.\33xl\:bg-gray-500\/5{background-color:hsla(220,9%,46%,.05)}.\33xl\:bg-gray-500\/50{background-color:hsla(220,9%,46%,.5)}.\33xl\:bg-gray-500\/55{background-color:hsla(220,9%,46%,.55)}.\33xl\:bg-gray-500\/60{background-color:hsla(220,9%,46%,.6)}.\33xl\:bg-gray-500\/65{background-color:hsla(220,9%,46%,.65)}.\33xl\:bg-gray-500\/70{background-color:hsla(220,9%,46%,.7)}.\33xl\:bg-gray-500\/75{background-color:hsla(220,9%,46%,.75)}.\33xl\:bg-gray-500\/80{background-color:hsla(220,9%,46%,.8)}.\33xl\:bg-gray-500\/85{background-color:hsla(220,9%,46%,.85)}.\33xl\:bg-gray-500\/90{background-color:hsla(220,9%,46%,.9)}.\33xl\:bg-gray-500\/95{background-color:hsla(220,9%,46%,.95)}.\33xl\:bg-gray-600{--tw-bg-opacity:1;background-color:rgba(75,85,99,var(--tw-bg-opacity))}.\33xl\:bg-gray-600\/0{background-color:rgba(75,85,99,0)}.\33xl\:bg-gray-600\/10{background-color:rgba(75,85,99,.1)}.\33xl\:bg-gray-600\/100{background-color:#4b5563}.\33xl\:bg-gray-600\/15{background-color:rgba(75,85,99,.15)}.\33xl\:bg-gray-600\/20{background-color:rgba(75,85,99,.2)}.\33xl\:bg-gray-600\/25{background-color:rgba(75,85,99,.25)}.\33xl\:bg-gray-600\/30{background-color:rgba(75,85,99,.3)}.\33xl\:bg-gray-600\/35{background-color:rgba(75,85,99,.35)}.\33xl\:bg-gray-600\/40{background-color:rgba(75,85,99,.4)}.\33xl\:bg-gray-600\/45{background-color:rgba(75,85,99,.45)}.\33xl\:bg-gray-600\/5{background-color:rgba(75,85,99,.05)}.\33xl\:bg-gray-600\/50{background-color:rgba(75,85,99,.5)}.\33xl\:bg-gray-600\/55{background-color:rgba(75,85,99,.55)}.\33xl\:bg-gray-600\/60{background-color:rgba(75,85,99,.6)}.\33xl\:bg-gray-600\/65{background-color:rgba(75,85,99,.65)}.\33xl\:bg-gray-600\/70{background-color:rgba(75,85,99,.7)}.\33xl\:bg-gray-600\/75{background-color:rgba(75,85,99,.75)}.\33xl\:bg-gray-600\/80{background-color:rgba(75,85,99,.8)}.\33xl\:bg-gray-600\/85{background-color:rgba(75,85,99,.85)}.\33xl\:bg-gray-600\/90{background-color:rgba(75,85,99,.9)}.\33xl\:bg-gray-600\/95{background-color:rgba(75,85,99,.95)}.\33xl\:bg-gray-700{--tw-bg-opacity:1;background-color:rgba(55,65,81,var(--tw-bg-opacity))}.\33xl\:bg-gray-700\/0{background-color:rgba(55,65,81,0)}.\33xl\:bg-gray-700\/10{background-color:rgba(55,65,81,.1)}.\33xl\:bg-gray-700\/100{background-color:#374151}.\33xl\:bg-gray-700\/15{background-color:rgba(55,65,81,.15)}.\33xl\:bg-gray-700\/20{background-color:rgba(55,65,81,.2)}.\33xl\:bg-gray-700\/25{background-color:rgba(55,65,81,.25)}.\33xl\:bg-gray-700\/30{background-color:rgba(55,65,81,.3)}.\33xl\:bg-gray-700\/35{background-color:rgba(55,65,81,.35)}.\33xl\:bg-gray-700\/40{background-color:rgba(55,65,81,.4)}.\33xl\:bg-gray-700\/45{background-color:rgba(55,65,81,.45)}.\33xl\:bg-gray-700\/5{background-color:rgba(55,65,81,.05)}.\33xl\:bg-gray-700\/50{background-color:rgba(55,65,81,.5)}.\33xl\:bg-gray-700\/55{background-color:rgba(55,65,81,.55)}.\33xl\:bg-gray-700\/60{background-color:rgba(55,65,81,.6)}.\33xl\:bg-gray-700\/65{background-color:rgba(55,65,81,.65)}.\33xl\:bg-gray-700\/70{background-color:rgba(55,65,81,.7)}.\33xl\:bg-gray-700\/75{background-color:rgba(55,65,81,.75)}.\33xl\:bg-gray-700\/80{background-color:rgba(55,65,81,.8)}.\33xl\:bg-gray-700\/85{background-color:rgba(55,65,81,.85)}.\33xl\:bg-gray-700\/90{background-color:rgba(55,65,81,.9)}.\33xl\:bg-gray-700\/95{background-color:rgba(55,65,81,.95)}.\33xl\:bg-gray-800{--tw-bg-opacity:1;background-color:rgba(31,41,55,var(--tw-bg-opacity))}.\33xl\:bg-gray-800\/0{background-color:rgba(31,41,55,0)}.\33xl\:bg-gray-800\/10{background-color:rgba(31,41,55,.1)}.\33xl\:bg-gray-800\/100{background-color:#1f2937}.\33xl\:bg-gray-800\/15{background-color:rgba(31,41,55,.15)}.\33xl\:bg-gray-800\/20{background-color:rgba(31,41,55,.2)}.\33xl\:bg-gray-800\/25{background-color:rgba(31,41,55,.25)}.\33xl\:bg-gray-800\/30{background-color:rgba(31,41,55,.3)}.\33xl\:bg-gray-800\/35{background-color:rgba(31,41,55,.35)}.\33xl\:bg-gray-800\/40{background-color:rgba(31,41,55,.4)}.\33xl\:bg-gray-800\/45{background-color:rgba(31,41,55,.45)}.\33xl\:bg-gray-800\/5{background-color:rgba(31,41,55,.05)}.\33xl\:bg-gray-800\/50{background-color:rgba(31,41,55,.5)}.\33xl\:bg-gray-800\/55{background-color:rgba(31,41,55,.55)}.\33xl\:bg-gray-800\/60{background-color:rgba(31,41,55,.6)}.\33xl\:bg-gray-800\/65{background-color:rgba(31,41,55,.65)}.\33xl\:bg-gray-800\/70{background-color:rgba(31,41,55,.7)}.\33xl\:bg-gray-800\/75{background-color:rgba(31,41,55,.75)}.\33xl\:bg-gray-800\/80{background-color:rgba(31,41,55,.8)}.\33xl\:bg-gray-800\/85{background-color:rgba(31,41,55,.85)}.\33xl\:bg-gray-800\/90{background-color:rgba(31,41,55,.9)}.\33xl\:bg-gray-800\/95{background-color:rgba(31,41,55,.95)}.\33xl\:bg-gray-900{--tw-bg-opacity:1;background-color:rgba(17,24,39,var(--tw-bg-opacity))}.\33xl\:bg-gray-900\/0{background-color:rgba(17,24,39,0)}.\33xl\:bg-gray-900\/10{background-color:rgba(17,24,39,.1)}.\33xl\:bg-gray-900\/100{background-color:#111827}.\33xl\:bg-gray-900\/15{background-color:rgba(17,24,39,.15)}.\33xl\:bg-gray-900\/20{background-color:rgba(17,24,39,.2)}.\33xl\:bg-gray-900\/25{background-color:rgba(17,24,39,.25)}.\33xl\:bg-gray-900\/30{background-color:rgba(17,24,39,.3)}.\33xl\:bg-gray-900\/35{background-color:rgba(17,24,39,.35)}.\33xl\:bg-gray-900\/40{background-color:rgba(17,24,39,.4)}.\33xl\:bg-gray-900\/45{background-color:rgba(17,24,39,.45)}.\33xl\:bg-gray-900\/5{background-color:rgba(17,24,39,.05)}.\33xl\:bg-gray-900\/50{background-color:rgba(17,24,39,.5)}.\33xl\:bg-gray-900\/55{background-color:rgba(17,24,39,.55)}.\33xl\:bg-gray-900\/60{background-color:rgba(17,24,39,.6)}.\33xl\:bg-gray-900\/65{background-color:rgba(17,24,39,.65)}.\33xl\:bg-gray-900\/70{background-color:rgba(17,24,39,.7)}.\33xl\:bg-gray-900\/75{background-color:rgba(17,24,39,.75)}.\33xl\:bg-gray-900\/80{background-color:rgba(17,24,39,.8)}.\33xl\:bg-gray-900\/85{background-color:rgba(17,24,39,.85)}.\33xl\:bg-gray-900\/90{background-color:rgba(17,24,39,.9)}.\33xl\:bg-gray-900\/95{background-color:rgba(17,24,39,.95)}.\33xl\:bg-gray-950{--tw-bg-opacity:1;background-color:rgba(3,7,18,var(--tw-bg-opacity))}.\33xl\:bg-gray-950\/0{background-color:rgba(3,7,18,0)}.\33xl\:bg-gray-950\/10{background-color:rgba(3,7,18,.1)}.\33xl\:bg-gray-950\/100{background-color:#030712}.\33xl\:bg-gray-950\/15{background-color:rgba(3,7,18,.15)}.\33xl\:bg-gray-950\/20{background-color:rgba(3,7,18,.2)}.\33xl\:bg-gray-950\/25{background-color:rgba(3,7,18,.25)}.\33xl\:bg-gray-950\/30{background-color:rgba(3,7,18,.3)}.\33xl\:bg-gray-950\/35{background-color:rgba(3,7,18,.35)}.\33xl\:bg-gray-950\/40{background-color:rgba(3,7,18,.4)}.\33xl\:bg-gray-950\/45{background-color:rgba(3,7,18,.45)}.\33xl\:bg-gray-950\/5{background-color:rgba(3,7,18,.05)}.\33xl\:bg-gray-950\/50{background-color:rgba(3,7,18,.5)}.\33xl\:bg-gray-950\/55{background-color:rgba(3,7,18,.55)}.\33xl\:bg-gray-950\/60{background-color:rgba(3,7,18,.6)}.\33xl\:bg-gray-950\/65{background-color:rgba(3,7,18,.65)}.\33xl\:bg-gray-950\/70{background-color:rgba(3,7,18,.7)}.\33xl\:bg-gray-950\/75{background-color:rgba(3,7,18,.75)}.\33xl\:bg-gray-950\/80{background-color:rgba(3,7,18,.8)}.\33xl\:bg-gray-950\/85{background-color:rgba(3,7,18,.85)}.\33xl\:bg-gray-950\/90{background-color:rgba(3,7,18,.9)}.\33xl\:bg-gray-950\/95{background-color:rgba(3,7,18,.95)}.\33xl\:bg-green-100{--tw-bg-opacity:1;background-color:rgba(220,252,231,var(--tw-bg-opacity))}.\33xl\:bg-green-100\/0{background-color:rgba(220,252,231,0)}.\33xl\:bg-green-100\/10{background-color:rgba(220,252,231,.1)}.\33xl\:bg-green-100\/100{background-color:#dcfce7}.\33xl\:bg-green-100\/15{background-color:rgba(220,252,231,.15)}.\33xl\:bg-green-100\/20{background-color:rgba(220,252,231,.2)}.\33xl\:bg-green-100\/25{background-color:rgba(220,252,231,.25)}.\33xl\:bg-green-100\/30{background-color:rgba(220,252,231,.3)}.\33xl\:bg-green-100\/35{background-color:rgba(220,252,231,.35)}.\33xl\:bg-green-100\/40{background-color:rgba(220,252,231,.4)}.\33xl\:bg-green-100\/45{background-color:rgba(220,252,231,.45)}.\33xl\:bg-green-100\/5{background-color:rgba(220,252,231,.05)}.\33xl\:bg-green-100\/50{background-color:rgba(220,252,231,.5)}.\33xl\:bg-green-100\/55{background-color:rgba(220,252,231,.55)}.\33xl\:bg-green-100\/60{background-color:rgba(220,252,231,.6)}.\33xl\:bg-green-100\/65{background-color:rgba(220,252,231,.65)}.\33xl\:bg-green-100\/70{background-color:rgba(220,252,231,.7)}.\33xl\:bg-green-100\/75{background-color:rgba(220,252,231,.75)}.\33xl\:bg-green-100\/80{background-color:rgba(220,252,231,.8)}.\33xl\:bg-green-100\/85{background-color:rgba(220,252,231,.85)}.\33xl\:bg-green-100\/90{background-color:rgba(220,252,231,.9)}.\33xl\:bg-green-100\/95{background-color:rgba(220,252,231,.95)}.\33xl\:bg-green-200{--tw-bg-opacity:1;background-color:rgba(187,247,208,var(--tw-bg-opacity))}.\33xl\:bg-green-200\/0{background-color:rgba(187,247,208,0)}.\33xl\:bg-green-200\/10{background-color:rgba(187,247,208,.1)}.\33xl\:bg-green-200\/100{background-color:#bbf7d0}.\33xl\:bg-green-200\/15{background-color:rgba(187,247,208,.15)}.\33xl\:bg-green-200\/20{background-color:rgba(187,247,208,.2)}.\33xl\:bg-green-200\/25{background-color:rgba(187,247,208,.25)}.\33xl\:bg-green-200\/30{background-color:rgba(187,247,208,.3)}.\33xl\:bg-green-200\/35{background-color:rgba(187,247,208,.35)}.\33xl\:bg-green-200\/40{background-color:rgba(187,247,208,.4)}.\33xl\:bg-green-200\/45{background-color:rgba(187,247,208,.45)}.\33xl\:bg-green-200\/5{background-color:rgba(187,247,208,.05)}.\33xl\:bg-green-200\/50{background-color:rgba(187,247,208,.5)}.\33xl\:bg-green-200\/55{background-color:rgba(187,247,208,.55)}.\33xl\:bg-green-200\/60{background-color:rgba(187,247,208,.6)}.\33xl\:bg-green-200\/65{background-color:rgba(187,247,208,.65)}.\33xl\:bg-green-200\/70{background-color:rgba(187,247,208,.7)}.\33xl\:bg-green-200\/75{background-color:rgba(187,247,208,.75)}.\33xl\:bg-green-200\/80{background-color:rgba(187,247,208,.8)}.\33xl\:bg-green-200\/85{background-color:rgba(187,247,208,.85)}.\33xl\:bg-green-200\/90{background-color:rgba(187,247,208,.9)}.\33xl\:bg-green-200\/95{background-color:rgba(187,247,208,.95)}.\33xl\:bg-green-300{--tw-bg-opacity:1;background-color:rgba(134,239,172,var(--tw-bg-opacity))}.\33xl\:bg-green-300\/0{background-color:rgba(134,239,172,0)}.\33xl\:bg-green-300\/10{background-color:rgba(134,239,172,.1)}.\33xl\:bg-green-300\/100{background-color:#86efac}.\33xl\:bg-green-300\/15{background-color:rgba(134,239,172,.15)}.\33xl\:bg-green-300\/20{background-color:rgba(134,239,172,.2)}.\33xl\:bg-green-300\/25{background-color:rgba(134,239,172,.25)}.\33xl\:bg-green-300\/30{background-color:rgba(134,239,172,.3)}.\33xl\:bg-green-300\/35{background-color:rgba(134,239,172,.35)}.\33xl\:bg-green-300\/40{background-color:rgba(134,239,172,.4)}.\33xl\:bg-green-300\/45{background-color:rgba(134,239,172,.45)}.\33xl\:bg-green-300\/5{background-color:rgba(134,239,172,.05)}.\33xl\:bg-green-300\/50{background-color:rgba(134,239,172,.5)}.\33xl\:bg-green-300\/55{background-color:rgba(134,239,172,.55)}.\33xl\:bg-green-300\/60{background-color:rgba(134,239,172,.6)}.\33xl\:bg-green-300\/65{background-color:rgba(134,239,172,.65)}.\33xl\:bg-green-300\/70{background-color:rgba(134,239,172,.7)}.\33xl\:bg-green-300\/75{background-color:rgba(134,239,172,.75)}.\33xl\:bg-green-300\/80{background-color:rgba(134,239,172,.8)}.\33xl\:bg-green-300\/85{background-color:rgba(134,239,172,.85)}.\33xl\:bg-green-300\/90{background-color:rgba(134,239,172,.9)}.\33xl\:bg-green-300\/95{background-color:rgba(134,239,172,.95)}.\33xl\:bg-green-400{--tw-bg-opacity:1;background-color:rgba(74,222,128,var(--tw-bg-opacity))}.\33xl\:bg-green-400\/0{background-color:rgba(74,222,128,0)}.\33xl\:bg-green-400\/10{background-color:rgba(74,222,128,.1)}.\33xl\:bg-green-400\/100{background-color:#4ade80}.\33xl\:bg-green-400\/15{background-color:rgba(74,222,128,.15)}.\33xl\:bg-green-400\/20{background-color:rgba(74,222,128,.2)}.\33xl\:bg-green-400\/25{background-color:rgba(74,222,128,.25)}.\33xl\:bg-green-400\/30{background-color:rgba(74,222,128,.3)}.\33xl\:bg-green-400\/35{background-color:rgba(74,222,128,.35)}.\33xl\:bg-green-400\/40{background-color:rgba(74,222,128,.4)}.\33xl\:bg-green-400\/45{background-color:rgba(74,222,128,.45)}.\33xl\:bg-green-400\/5{background-color:rgba(74,222,128,.05)}.\33xl\:bg-green-400\/50{background-color:rgba(74,222,128,.5)}.\33xl\:bg-green-400\/55{background-color:rgba(74,222,128,.55)}.\33xl\:bg-green-400\/60{background-color:rgba(74,222,128,.6)}.\33xl\:bg-green-400\/65{background-color:rgba(74,222,128,.65)}.\33xl\:bg-green-400\/70{background-color:rgba(74,222,128,.7)}.\33xl\:bg-green-400\/75{background-color:rgba(74,222,128,.75)}.\33xl\:bg-green-400\/80{background-color:rgba(74,222,128,.8)}.\33xl\:bg-green-400\/85{background-color:rgba(74,222,128,.85)}.\33xl\:bg-green-400\/90{background-color:rgba(74,222,128,.9)}.\33xl\:bg-green-400\/95{background-color:rgba(74,222,128,.95)}.\33xl\:bg-green-50{--tw-bg-opacity:1;background-color:rgba(240,253,244,var(--tw-bg-opacity))}.\33xl\:bg-green-50\/0{background-color:rgba(240,253,244,0)}.\33xl\:bg-green-50\/10{background-color:rgba(240,253,244,.1)}.\33xl\:bg-green-50\/100{background-color:#f0fdf4}.\33xl\:bg-green-50\/15{background-color:rgba(240,253,244,.15)}.\33xl\:bg-green-50\/20{background-color:rgba(240,253,244,.2)}.\33xl\:bg-green-50\/25{background-color:rgba(240,253,244,.25)}.\33xl\:bg-green-50\/30{background-color:rgba(240,253,244,.3)}.\33xl\:bg-green-50\/35{background-color:rgba(240,253,244,.35)}.\33xl\:bg-green-50\/40{background-color:rgba(240,253,244,.4)}.\33xl\:bg-green-50\/45{background-color:rgba(240,253,244,.45)}.\33xl\:bg-green-50\/5{background-color:rgba(240,253,244,.05)}.\33xl\:bg-green-50\/50{background-color:rgba(240,253,244,.5)}.\33xl\:bg-green-50\/55{background-color:rgba(240,253,244,.55)}.\33xl\:bg-green-50\/60{background-color:rgba(240,253,244,.6)}.\33xl\:bg-green-50\/65{background-color:rgba(240,253,244,.65)}.\33xl\:bg-green-50\/70{background-color:rgba(240,253,244,.7)}.\33xl\:bg-green-50\/75{background-color:rgba(240,253,244,.75)}.\33xl\:bg-green-50\/80{background-color:rgba(240,253,244,.8)}.\33xl\:bg-green-50\/85{background-color:rgba(240,253,244,.85)}.\33xl\:bg-green-50\/90{background-color:rgba(240,253,244,.9)}.\33xl\:bg-green-50\/95{background-color:rgba(240,253,244,.95)}.\33xl\:bg-green-500{--tw-bg-opacity:1;background-color:rgba(34,197,94,var(--tw-bg-opacity))}.\33xl\:bg-green-500\/0{background-color:rgba(34,197,94,0)}.\33xl\:bg-green-500\/10{background-color:rgba(34,197,94,.1)}.\33xl\:bg-green-500\/100{background-color:#22c55e}.\33xl\:bg-green-500\/15{background-color:rgba(34,197,94,.15)}.\33xl\:bg-green-500\/20{background-color:rgba(34,197,94,.2)}.\33xl\:bg-green-500\/25{background-color:rgba(34,197,94,.25)}.\33xl\:bg-green-500\/30{background-color:rgba(34,197,94,.3)}.\33xl\:bg-green-500\/35{background-color:rgba(34,197,94,.35)}.\33xl\:bg-green-500\/40{background-color:rgba(34,197,94,.4)}.\33xl\:bg-green-500\/45{background-color:rgba(34,197,94,.45)}.\33xl\:bg-green-500\/5{background-color:rgba(34,197,94,.05)}.\33xl\:bg-green-500\/50{background-color:rgba(34,197,94,.5)}.\33xl\:bg-green-500\/55{background-color:rgba(34,197,94,.55)}.\33xl\:bg-green-500\/60{background-color:rgba(34,197,94,.6)}.\33xl\:bg-green-500\/65{background-color:rgba(34,197,94,.65)}.\33xl\:bg-green-500\/70{background-color:rgba(34,197,94,.7)}.\33xl\:bg-green-500\/75{background-color:rgba(34,197,94,.75)}.\33xl\:bg-green-500\/80{background-color:rgba(34,197,94,.8)}.\33xl\:bg-green-500\/85{background-color:rgba(34,197,94,.85)}.\33xl\:bg-green-500\/90{background-color:rgba(34,197,94,.9)}.\33xl\:bg-green-500\/95{background-color:rgba(34,197,94,.95)}.\33xl\:bg-green-600{--tw-bg-opacity:1;background-color:rgba(22,163,74,var(--tw-bg-opacity))}.\33xl\:bg-green-600\/0{background-color:rgba(22,163,74,0)}.\33xl\:bg-green-600\/10{background-color:rgba(22,163,74,.1)}.\33xl\:bg-green-600\/100{background-color:#16a34a}.\33xl\:bg-green-600\/15{background-color:rgba(22,163,74,.15)}.\33xl\:bg-green-600\/20{background-color:rgba(22,163,74,.2)}.\33xl\:bg-green-600\/25{background-color:rgba(22,163,74,.25)}.\33xl\:bg-green-600\/30{background-color:rgba(22,163,74,.3)}.\33xl\:bg-green-600\/35{background-color:rgba(22,163,74,.35)}.\33xl\:bg-green-600\/40{background-color:rgba(22,163,74,.4)}.\33xl\:bg-green-600\/45{background-color:rgba(22,163,74,.45)}.\33xl\:bg-green-600\/5{background-color:rgba(22,163,74,.05)}.\33xl\:bg-green-600\/50{background-color:rgba(22,163,74,.5)}.\33xl\:bg-green-600\/55{background-color:rgba(22,163,74,.55)}.\33xl\:bg-green-600\/60{background-color:rgba(22,163,74,.6)}.\33xl\:bg-green-600\/65{background-color:rgba(22,163,74,.65)}.\33xl\:bg-green-600\/70{background-color:rgba(22,163,74,.7)}.\33xl\:bg-green-600\/75{background-color:rgba(22,163,74,.75)}.\33xl\:bg-green-600\/80{background-color:rgba(22,163,74,.8)}.\33xl\:bg-green-600\/85{background-color:rgba(22,163,74,.85)}.\33xl\:bg-green-600\/90{background-color:rgba(22,163,74,.9)}.\33xl\:bg-green-600\/95{background-color:rgba(22,163,74,.95)}.\33xl\:bg-green-700{--tw-bg-opacity:1;background-color:rgba(21,128,61,var(--tw-bg-opacity))}.\33xl\:bg-green-700\/0{background-color:rgba(21,128,61,0)}.\33xl\:bg-green-700\/10{background-color:rgba(21,128,61,.1)}.\33xl\:bg-green-700\/100{background-color:#15803d}.\33xl\:bg-green-700\/15{background-color:rgba(21,128,61,.15)}.\33xl\:bg-green-700\/20{background-color:rgba(21,128,61,.2)}.\33xl\:bg-green-700\/25{background-color:rgba(21,128,61,.25)}.\33xl\:bg-green-700\/30{background-color:rgba(21,128,61,.3)}.\33xl\:bg-green-700\/35{background-color:rgba(21,128,61,.35)}.\33xl\:bg-green-700\/40{background-color:rgba(21,128,61,.4)}.\33xl\:bg-green-700\/45{background-color:rgba(21,128,61,.45)}.\33xl\:bg-green-700\/5{background-color:rgba(21,128,61,.05)}.\33xl\:bg-green-700\/50{background-color:rgba(21,128,61,.5)}.\33xl\:bg-green-700\/55{background-color:rgba(21,128,61,.55)}.\33xl\:bg-green-700\/60{background-color:rgba(21,128,61,.6)}.\33xl\:bg-green-700\/65{background-color:rgba(21,128,61,.65)}.\33xl\:bg-green-700\/70{background-color:rgba(21,128,61,.7)}.\33xl\:bg-green-700\/75{background-color:rgba(21,128,61,.75)}.\33xl\:bg-green-700\/80{background-color:rgba(21,128,61,.8)}.\33xl\:bg-green-700\/85{background-color:rgba(21,128,61,.85)}.\33xl\:bg-green-700\/90{background-color:rgba(21,128,61,.9)}.\33xl\:bg-green-700\/95{background-color:rgba(21,128,61,.95)}.\33xl\:bg-green-800{--tw-bg-opacity:1;background-color:rgba(22,101,52,var(--tw-bg-opacity))}.\33xl\:bg-green-800\/0{background-color:rgba(22,101,52,0)}.\33xl\:bg-green-800\/10{background-color:rgba(22,101,52,.1)}.\33xl\:bg-green-800\/100{background-color:#166534}.\33xl\:bg-green-800\/15{background-color:rgba(22,101,52,.15)}.\33xl\:bg-green-800\/20{background-color:rgba(22,101,52,.2)}.\33xl\:bg-green-800\/25{background-color:rgba(22,101,52,.25)}.\33xl\:bg-green-800\/30{background-color:rgba(22,101,52,.3)}.\33xl\:bg-green-800\/35{background-color:rgba(22,101,52,.35)}.\33xl\:bg-green-800\/40{background-color:rgba(22,101,52,.4)}.\33xl\:bg-green-800\/45{background-color:rgba(22,101,52,.45)}.\33xl\:bg-green-800\/5{background-color:rgba(22,101,52,.05)}.\33xl\:bg-green-800\/50{background-color:rgba(22,101,52,.5)}.\33xl\:bg-green-800\/55{background-color:rgba(22,101,52,.55)}.\33xl\:bg-green-800\/60{background-color:rgba(22,101,52,.6)}.\33xl\:bg-green-800\/65{background-color:rgba(22,101,52,.65)}.\33xl\:bg-green-800\/70{background-color:rgba(22,101,52,.7)}.\33xl\:bg-green-800\/75{background-color:rgba(22,101,52,.75)}.\33xl\:bg-green-800\/80{background-color:rgba(22,101,52,.8)}.\33xl\:bg-green-800\/85{background-color:rgba(22,101,52,.85)}.\33xl\:bg-green-800\/90{background-color:rgba(22,101,52,.9)}.\33xl\:bg-green-800\/95{background-color:rgba(22,101,52,.95)}.\33xl\:bg-green-900{--tw-bg-opacity:1;background-color:rgba(20,83,45,var(--tw-bg-opacity))}.\33xl\:bg-green-900\/0{background-color:rgba(20,83,45,0)}.\33xl\:bg-green-900\/10{background-color:rgba(20,83,45,.1)}.\33xl\:bg-green-900\/100{background-color:#14532d}.\33xl\:bg-green-900\/15{background-color:rgba(20,83,45,.15)}.\33xl\:bg-green-900\/20{background-color:rgba(20,83,45,.2)}.\33xl\:bg-green-900\/25{background-color:rgba(20,83,45,.25)}.\33xl\:bg-green-900\/30{background-color:rgba(20,83,45,.3)}.\33xl\:bg-green-900\/35{background-color:rgba(20,83,45,.35)}.\33xl\:bg-green-900\/40{background-color:rgba(20,83,45,.4)}.\33xl\:bg-green-900\/45{background-color:rgba(20,83,45,.45)}.\33xl\:bg-green-900\/5{background-color:rgba(20,83,45,.05)}.\33xl\:bg-green-900\/50{background-color:rgba(20,83,45,.5)}.\33xl\:bg-green-900\/55{background-color:rgba(20,83,45,.55)}.\33xl\:bg-green-900\/60{background-color:rgba(20,83,45,.6)}.\33xl\:bg-green-900\/65{background-color:rgba(20,83,45,.65)}.\33xl\:bg-green-900\/70{background-color:rgba(20,83,45,.7)}.\33xl\:bg-green-900\/75{background-color:rgba(20,83,45,.75)}.\33xl\:bg-green-900\/80{background-color:rgba(20,83,45,.8)}.\33xl\:bg-green-900\/85{background-color:rgba(20,83,45,.85)}.\33xl\:bg-green-900\/90{background-color:rgba(20,83,45,.9)}.\33xl\:bg-green-900\/95{background-color:rgba(20,83,45,.95)}.\33xl\:bg-green-950{--tw-bg-opacity:1;background-color:rgba(5,46,22,var(--tw-bg-opacity))}.\33xl\:bg-green-950\/0{background-color:rgba(5,46,22,0)}.\33xl\:bg-green-950\/10{background-color:rgba(5,46,22,.1)}.\33xl\:bg-green-950\/100{background-color:#052e16}.\33xl\:bg-green-950\/15{background-color:rgba(5,46,22,.15)}.\33xl\:bg-green-950\/20{background-color:rgba(5,46,22,.2)}.\33xl\:bg-green-950\/25{background-color:rgba(5,46,22,.25)}.\33xl\:bg-green-950\/30{background-color:rgba(5,46,22,.3)}.\33xl\:bg-green-950\/35{background-color:rgba(5,46,22,.35)}.\33xl\:bg-green-950\/40{background-color:rgba(5,46,22,.4)}.\33xl\:bg-green-950\/45{background-color:rgba(5,46,22,.45)}.\33xl\:bg-green-950\/5{background-color:rgba(5,46,22,.05)}.\33xl\:bg-green-950\/50{background-color:rgba(5,46,22,.5)}.\33xl\:bg-green-950\/55{background-color:rgba(5,46,22,.55)}.\33xl\:bg-green-950\/60{background-color:rgba(5,46,22,.6)}.\33xl\:bg-green-950\/65{background-color:rgba(5,46,22,.65)}.\33xl\:bg-green-950\/70{background-color:rgba(5,46,22,.7)}.\33xl\:bg-green-950\/75{background-color:rgba(5,46,22,.75)}.\33xl\:bg-green-950\/80{background-color:rgba(5,46,22,.8)}.\33xl\:bg-green-950\/85{background-color:rgba(5,46,22,.85)}.\33xl\:bg-green-950\/90{background-color:rgba(5,46,22,.9)}.\33xl\:bg-green-950\/95{background-color:rgba(5,46,22,.95)}.\33xl\:bg-indigo-100{--tw-bg-opacity:1;background-color:rgba(224,231,255,var(--tw-bg-opacity))}.\33xl\:bg-indigo-100\/0{background-color:rgba(224,231,255,0)}.\33xl\:bg-indigo-100\/10{background-color:rgba(224,231,255,.1)}.\33xl\:bg-indigo-100\/100{background-color:#e0e7ff}.\33xl\:bg-indigo-100\/15{background-color:rgba(224,231,255,.15)}.\33xl\:bg-indigo-100\/20{background-color:rgba(224,231,255,.2)}.\33xl\:bg-indigo-100\/25{background-color:rgba(224,231,255,.25)}.\33xl\:bg-indigo-100\/30{background-color:rgba(224,231,255,.3)}.\33xl\:bg-indigo-100\/35{background-color:rgba(224,231,255,.35)}.\33xl\:bg-indigo-100\/40{background-color:rgba(224,231,255,.4)}.\33xl\:bg-indigo-100\/45{background-color:rgba(224,231,255,.45)}.\33xl\:bg-indigo-100\/5{background-color:rgba(224,231,255,.05)}.\33xl\:bg-indigo-100\/50{background-color:rgba(224,231,255,.5)}.\33xl\:bg-indigo-100\/55{background-color:rgba(224,231,255,.55)}.\33xl\:bg-indigo-100\/60{background-color:rgba(224,231,255,.6)}.\33xl\:bg-indigo-100\/65{background-color:rgba(224,231,255,.65)}.\33xl\:bg-indigo-100\/70{background-color:rgba(224,231,255,.7)}.\33xl\:bg-indigo-100\/75{background-color:rgba(224,231,255,.75)}.\33xl\:bg-indigo-100\/80{background-color:rgba(224,231,255,.8)}.\33xl\:bg-indigo-100\/85{background-color:rgba(224,231,255,.85)}.\33xl\:bg-indigo-100\/90{background-color:rgba(224,231,255,.9)}.\33xl\:bg-indigo-100\/95{background-color:rgba(224,231,255,.95)}.\33xl\:bg-indigo-200{--tw-bg-opacity:1;background-color:rgba(199,210,254,var(--tw-bg-opacity))}.\33xl\:bg-indigo-200\/0{background-color:rgba(199,210,254,0)}.\33xl\:bg-indigo-200\/10{background-color:rgba(199,210,254,.1)}.\33xl\:bg-indigo-200\/100{background-color:#c7d2fe}.\33xl\:bg-indigo-200\/15{background-color:rgba(199,210,254,.15)}.\33xl\:bg-indigo-200\/20{background-color:rgba(199,210,254,.2)}.\33xl\:bg-indigo-200\/25{background-color:rgba(199,210,254,.25)}.\33xl\:bg-indigo-200\/30{background-color:rgba(199,210,254,.3)}.\33xl\:bg-indigo-200\/35{background-color:rgba(199,210,254,.35)}.\33xl\:bg-indigo-200\/40{background-color:rgba(199,210,254,.4)}.\33xl\:bg-indigo-200\/45{background-color:rgba(199,210,254,.45)}.\33xl\:bg-indigo-200\/5{background-color:rgba(199,210,254,.05)}.\33xl\:bg-indigo-200\/50{background-color:rgba(199,210,254,.5)}.\33xl\:bg-indigo-200\/55{background-color:rgba(199,210,254,.55)}.\33xl\:bg-indigo-200\/60{background-color:rgba(199,210,254,.6)}.\33xl\:bg-indigo-200\/65{background-color:rgba(199,210,254,.65)}.\33xl\:bg-indigo-200\/70{background-color:rgba(199,210,254,.7)}.\33xl\:bg-indigo-200\/75{background-color:rgba(199,210,254,.75)}.\33xl\:bg-indigo-200\/80{background-color:rgba(199,210,254,.8)}.\33xl\:bg-indigo-200\/85{background-color:rgba(199,210,254,.85)}.\33xl\:bg-indigo-200\/90{background-color:rgba(199,210,254,.9)}.\33xl\:bg-indigo-200\/95{background-color:rgba(199,210,254,.95)}.\33xl\:bg-indigo-300{--tw-bg-opacity:1;background-color:rgba(165,180,252,var(--tw-bg-opacity))}.\33xl\:bg-indigo-300\/0{background-color:rgba(165,180,252,0)}.\33xl\:bg-indigo-300\/10{background-color:rgba(165,180,252,.1)}.\33xl\:bg-indigo-300\/100{background-color:#a5b4fc}.\33xl\:bg-indigo-300\/15{background-color:rgba(165,180,252,.15)}.\33xl\:bg-indigo-300\/20{background-color:rgba(165,180,252,.2)}.\33xl\:bg-indigo-300\/25{background-color:rgba(165,180,252,.25)}.\33xl\:bg-indigo-300\/30{background-color:rgba(165,180,252,.3)}.\33xl\:bg-indigo-300\/35{background-color:rgba(165,180,252,.35)}.\33xl\:bg-indigo-300\/40{background-color:rgba(165,180,252,.4)}.\33xl\:bg-indigo-300\/45{background-color:rgba(165,180,252,.45)}.\33xl\:bg-indigo-300\/5{background-color:rgba(165,180,252,.05)}.\33xl\:bg-indigo-300\/50{background-color:rgba(165,180,252,.5)}.\33xl\:bg-indigo-300\/55{background-color:rgba(165,180,252,.55)}.\33xl\:bg-indigo-300\/60{background-color:rgba(165,180,252,.6)}.\33xl\:bg-indigo-300\/65{background-color:rgba(165,180,252,.65)}.\33xl\:bg-indigo-300\/70{background-color:rgba(165,180,252,.7)}.\33xl\:bg-indigo-300\/75{background-color:rgba(165,180,252,.75)}.\33xl\:bg-indigo-300\/80{background-color:rgba(165,180,252,.8)}.\33xl\:bg-indigo-300\/85{background-color:rgba(165,180,252,.85)}.\33xl\:bg-indigo-300\/90{background-color:rgba(165,180,252,.9)}.\33xl\:bg-indigo-300\/95{background-color:rgba(165,180,252,.95)}.\33xl\:bg-indigo-400{--tw-bg-opacity:1;background-color:rgba(129,140,248,var(--tw-bg-opacity))}.\33xl\:bg-indigo-400\/0{background-color:rgba(129,140,248,0)}.\33xl\:bg-indigo-400\/10{background-color:rgba(129,140,248,.1)}.\33xl\:bg-indigo-400\/100{background-color:#818cf8}.\33xl\:bg-indigo-400\/15{background-color:rgba(129,140,248,.15)}.\33xl\:bg-indigo-400\/20{background-color:rgba(129,140,248,.2)}.\33xl\:bg-indigo-400\/25{background-color:rgba(129,140,248,.25)}.\33xl\:bg-indigo-400\/30{background-color:rgba(129,140,248,.3)}.\33xl\:bg-indigo-400\/35{background-color:rgba(129,140,248,.35)}.\33xl\:bg-indigo-400\/40{background-color:rgba(129,140,248,.4)}.\33xl\:bg-indigo-400\/45{background-color:rgba(129,140,248,.45)}.\33xl\:bg-indigo-400\/5{background-color:rgba(129,140,248,.05)}.\33xl\:bg-indigo-400\/50{background-color:rgba(129,140,248,.5)}.\33xl\:bg-indigo-400\/55{background-color:rgba(129,140,248,.55)}.\33xl\:bg-indigo-400\/60{background-color:rgba(129,140,248,.6)}.\33xl\:bg-indigo-400\/65{background-color:rgba(129,140,248,.65)}.\33xl\:bg-indigo-400\/70{background-color:rgba(129,140,248,.7)}.\33xl\:bg-indigo-400\/75{background-color:rgba(129,140,248,.75)}.\33xl\:bg-indigo-400\/80{background-color:rgba(129,140,248,.8)}.\33xl\:bg-indigo-400\/85{background-color:rgba(129,140,248,.85)}.\33xl\:bg-indigo-400\/90{background-color:rgba(129,140,248,.9)}.\33xl\:bg-indigo-400\/95{background-color:rgba(129,140,248,.95)}.\33xl\:bg-indigo-50{--tw-bg-opacity:1;background-color:rgba(238,242,255,var(--tw-bg-opacity))}.\33xl\:bg-indigo-50\/0{background-color:rgba(238,242,255,0)}.\33xl\:bg-indigo-50\/10{background-color:rgba(238,242,255,.1)}.\33xl\:bg-indigo-50\/100{background-color:#eef2ff}.\33xl\:bg-indigo-50\/15{background-color:rgba(238,242,255,.15)}.\33xl\:bg-indigo-50\/20{background-color:rgba(238,242,255,.2)}.\33xl\:bg-indigo-50\/25{background-color:rgba(238,242,255,.25)}.\33xl\:bg-indigo-50\/30{background-color:rgba(238,242,255,.3)}.\33xl\:bg-indigo-50\/35{background-color:rgba(238,242,255,.35)}.\33xl\:bg-indigo-50\/40{background-color:rgba(238,242,255,.4)}.\33xl\:bg-indigo-50\/45{background-color:rgba(238,242,255,.45)}.\33xl\:bg-indigo-50\/5{background-color:rgba(238,242,255,.05)}.\33xl\:bg-indigo-50\/50{background-color:rgba(238,242,255,.5)}.\33xl\:bg-indigo-50\/55{background-color:rgba(238,242,255,.55)}.\33xl\:bg-indigo-50\/60{background-color:rgba(238,242,255,.6)}.\33xl\:bg-indigo-50\/65{background-color:rgba(238,242,255,.65)}.\33xl\:bg-indigo-50\/70{background-color:rgba(238,242,255,.7)}.\33xl\:bg-indigo-50\/75{background-color:rgba(238,242,255,.75)}.\33xl\:bg-indigo-50\/80{background-color:rgba(238,242,255,.8)}.\33xl\:bg-indigo-50\/85{background-color:rgba(238,242,255,.85)}.\33xl\:bg-indigo-50\/90{background-color:rgba(238,242,255,.9)}.\33xl\:bg-indigo-50\/95{background-color:rgba(238,242,255,.95)}.\33xl\:bg-indigo-500{--tw-bg-opacity:1;background-color:rgba(99,102,241,var(--tw-bg-opacity))}.\33xl\:bg-indigo-500\/0{background-color:rgba(99,102,241,0)}.\33xl\:bg-indigo-500\/10{background-color:rgba(99,102,241,.1)}.\33xl\:bg-indigo-500\/100{background-color:#6366f1}.\33xl\:bg-indigo-500\/15{background-color:rgba(99,102,241,.15)}.\33xl\:bg-indigo-500\/20{background-color:rgba(99,102,241,.2)}.\33xl\:bg-indigo-500\/25{background-color:rgba(99,102,241,.25)}.\33xl\:bg-indigo-500\/30{background-color:rgba(99,102,241,.3)}.\33xl\:bg-indigo-500\/35{background-color:rgba(99,102,241,.35)}.\33xl\:bg-indigo-500\/40{background-color:rgba(99,102,241,.4)}.\33xl\:bg-indigo-500\/45{background-color:rgba(99,102,241,.45)}.\33xl\:bg-indigo-500\/5{background-color:rgba(99,102,241,.05)}.\33xl\:bg-indigo-500\/50{background-color:rgba(99,102,241,.5)}.\33xl\:bg-indigo-500\/55{background-color:rgba(99,102,241,.55)}.\33xl\:bg-indigo-500\/60{background-color:rgba(99,102,241,.6)}.\33xl\:bg-indigo-500\/65{background-color:rgba(99,102,241,.65)}.\33xl\:bg-indigo-500\/70{background-color:rgba(99,102,241,.7)}.\33xl\:bg-indigo-500\/75{background-color:rgba(99,102,241,.75)}.\33xl\:bg-indigo-500\/80{background-color:rgba(99,102,241,.8)}.\33xl\:bg-indigo-500\/85{background-color:rgba(99,102,241,.85)}.\33xl\:bg-indigo-500\/90{background-color:rgba(99,102,241,.9)}.\33xl\:bg-indigo-500\/95{background-color:rgba(99,102,241,.95)}.\33xl\:bg-indigo-600{--tw-bg-opacity:1;background-color:rgba(79,70,229,var(--tw-bg-opacity))}.\33xl\:bg-indigo-600\/0{background-color:rgba(79,70,229,0)}.\33xl\:bg-indigo-600\/10{background-color:rgba(79,70,229,.1)}.\33xl\:bg-indigo-600\/100{background-color:#4f46e5}.\33xl\:bg-indigo-600\/15{background-color:rgba(79,70,229,.15)}.\33xl\:bg-indigo-600\/20{background-color:rgba(79,70,229,.2)}.\33xl\:bg-indigo-600\/25{background-color:rgba(79,70,229,.25)}.\33xl\:bg-indigo-600\/30{background-color:rgba(79,70,229,.3)}.\33xl\:bg-indigo-600\/35{background-color:rgba(79,70,229,.35)}.\33xl\:bg-indigo-600\/40{background-color:rgba(79,70,229,.4)}.\33xl\:bg-indigo-600\/45{background-color:rgba(79,70,229,.45)}.\33xl\:bg-indigo-600\/5{background-color:rgba(79,70,229,.05)}.\33xl\:bg-indigo-600\/50{background-color:rgba(79,70,229,.5)}.\33xl\:bg-indigo-600\/55{background-color:rgba(79,70,229,.55)}.\33xl\:bg-indigo-600\/60{background-color:rgba(79,70,229,.6)}.\33xl\:bg-indigo-600\/65{background-color:rgba(79,70,229,.65)}.\33xl\:bg-indigo-600\/70{background-color:rgba(79,70,229,.7)}.\33xl\:bg-indigo-600\/75{background-color:rgba(79,70,229,.75)}.\33xl\:bg-indigo-600\/80{background-color:rgba(79,70,229,.8)}.\33xl\:bg-indigo-600\/85{background-color:rgba(79,70,229,.85)}.\33xl\:bg-indigo-600\/90{background-color:rgba(79,70,229,.9)}.\33xl\:bg-indigo-600\/95{background-color:rgba(79,70,229,.95)}.\33xl\:bg-indigo-700{--tw-bg-opacity:1;background-color:rgba(67,56,202,var(--tw-bg-opacity))}.\33xl\:bg-indigo-700\/0{background-color:rgba(67,56,202,0)}.\33xl\:bg-indigo-700\/10{background-color:rgba(67,56,202,.1)}.\33xl\:bg-indigo-700\/100{background-color:#4338ca}.\33xl\:bg-indigo-700\/15{background-color:rgba(67,56,202,.15)}.\33xl\:bg-indigo-700\/20{background-color:rgba(67,56,202,.2)}.\33xl\:bg-indigo-700\/25{background-color:rgba(67,56,202,.25)}.\33xl\:bg-indigo-700\/30{background-color:rgba(67,56,202,.3)}.\33xl\:bg-indigo-700\/35{background-color:rgba(67,56,202,.35)}.\33xl\:bg-indigo-700\/40{background-color:rgba(67,56,202,.4)}.\33xl\:bg-indigo-700\/45{background-color:rgba(67,56,202,.45)}.\33xl\:bg-indigo-700\/5{background-color:rgba(67,56,202,.05)}.\33xl\:bg-indigo-700\/50{background-color:rgba(67,56,202,.5)}.\33xl\:bg-indigo-700\/55{background-color:rgba(67,56,202,.55)}.\33xl\:bg-indigo-700\/60{background-color:rgba(67,56,202,.6)}.\33xl\:bg-indigo-700\/65{background-color:rgba(67,56,202,.65)}.\33xl\:bg-indigo-700\/70{background-color:rgba(67,56,202,.7)}.\33xl\:bg-indigo-700\/75{background-color:rgba(67,56,202,.75)}.\33xl\:bg-indigo-700\/80{background-color:rgba(67,56,202,.8)}.\33xl\:bg-indigo-700\/85{background-color:rgba(67,56,202,.85)}.\33xl\:bg-indigo-700\/90{background-color:rgba(67,56,202,.9)}.\33xl\:bg-indigo-700\/95{background-color:rgba(67,56,202,.95)}.\33xl\:bg-indigo-800{--tw-bg-opacity:1;background-color:rgba(55,48,163,var(--tw-bg-opacity))}.\33xl\:bg-indigo-800\/0{background-color:rgba(55,48,163,0)}.\33xl\:bg-indigo-800\/10{background-color:rgba(55,48,163,.1)}.\33xl\:bg-indigo-800\/100{background-color:#3730a3}.\33xl\:bg-indigo-800\/15{background-color:rgba(55,48,163,.15)}.\33xl\:bg-indigo-800\/20{background-color:rgba(55,48,163,.2)}.\33xl\:bg-indigo-800\/25{background-color:rgba(55,48,163,.25)}.\33xl\:bg-indigo-800\/30{background-color:rgba(55,48,163,.3)}.\33xl\:bg-indigo-800\/35{background-color:rgba(55,48,163,.35)}.\33xl\:bg-indigo-800\/40{background-color:rgba(55,48,163,.4)}.\33xl\:bg-indigo-800\/45{background-color:rgba(55,48,163,.45)}.\33xl\:bg-indigo-800\/5{background-color:rgba(55,48,163,.05)}.\33xl\:bg-indigo-800\/50{background-color:rgba(55,48,163,.5)}.\33xl\:bg-indigo-800\/55{background-color:rgba(55,48,163,.55)}.\33xl\:bg-indigo-800\/60{background-color:rgba(55,48,163,.6)}.\33xl\:bg-indigo-800\/65{background-color:rgba(55,48,163,.65)}.\33xl\:bg-indigo-800\/70{background-color:rgba(55,48,163,.7)}.\33xl\:bg-indigo-800\/75{background-color:rgba(55,48,163,.75)}.\33xl\:bg-indigo-800\/80{background-color:rgba(55,48,163,.8)}.\33xl\:bg-indigo-800\/85{background-color:rgba(55,48,163,.85)}.\33xl\:bg-indigo-800\/90{background-color:rgba(55,48,163,.9)}.\33xl\:bg-indigo-800\/95{background-color:rgba(55,48,163,.95)}.\33xl\:bg-indigo-900{--tw-bg-opacity:1;background-color:rgba(49,46,129,var(--tw-bg-opacity))}.\33xl\:bg-indigo-900\/0{background-color:rgba(49,46,129,0)}.\33xl\:bg-indigo-900\/10{background-color:rgba(49,46,129,.1)}.\33xl\:bg-indigo-900\/100{background-color:#312e81}.\33xl\:bg-indigo-900\/15{background-color:rgba(49,46,129,.15)}.\33xl\:bg-indigo-900\/20{background-color:rgba(49,46,129,.2)}.\33xl\:bg-indigo-900\/25{background-color:rgba(49,46,129,.25)}.\33xl\:bg-indigo-900\/30{background-color:rgba(49,46,129,.3)}.\33xl\:bg-indigo-900\/35{background-color:rgba(49,46,129,.35)}.\33xl\:bg-indigo-900\/40{background-color:rgba(49,46,129,.4)}.\33xl\:bg-indigo-900\/45{background-color:rgba(49,46,129,.45)}.\33xl\:bg-indigo-900\/5{background-color:rgba(49,46,129,.05)}.\33xl\:bg-indigo-900\/50{background-color:rgba(49,46,129,.5)}.\33xl\:bg-indigo-900\/55{background-color:rgba(49,46,129,.55)}.\33xl\:bg-indigo-900\/60{background-color:rgba(49,46,129,.6)}.\33xl\:bg-indigo-900\/65{background-color:rgba(49,46,129,.65)}.\33xl\:bg-indigo-900\/70{background-color:rgba(49,46,129,.7)}.\33xl\:bg-indigo-900\/75{background-color:rgba(49,46,129,.75)}.\33xl\:bg-indigo-900\/80{background-color:rgba(49,46,129,.8)}.\33xl\:bg-indigo-900\/85{background-color:rgba(49,46,129,.85)}.\33xl\:bg-indigo-900\/90{background-color:rgba(49,46,129,.9)}.\33xl\:bg-indigo-900\/95{background-color:rgba(49,46,129,.95)}.\33xl\:bg-indigo-950{--tw-bg-opacity:1;background-color:rgba(30,27,75,var(--tw-bg-opacity))}.\33xl\:bg-indigo-950\/0{background-color:rgba(30,27,75,0)}.\33xl\:bg-indigo-950\/10{background-color:rgba(30,27,75,.1)}.\33xl\:bg-indigo-950\/100{background-color:#1e1b4b}.\33xl\:bg-indigo-950\/15{background-color:rgba(30,27,75,.15)}.\33xl\:bg-indigo-950\/20{background-color:rgba(30,27,75,.2)}.\33xl\:bg-indigo-950\/25{background-color:rgba(30,27,75,.25)}.\33xl\:bg-indigo-950\/30{background-color:rgba(30,27,75,.3)}.\33xl\:bg-indigo-950\/35{background-color:rgba(30,27,75,.35)}.\33xl\:bg-indigo-950\/40{background-color:rgba(30,27,75,.4)}.\33xl\:bg-indigo-950\/45{background-color:rgba(30,27,75,.45)}.\33xl\:bg-indigo-950\/5{background-color:rgba(30,27,75,.05)}.\33xl\:bg-indigo-950\/50{background-color:rgba(30,27,75,.5)}.\33xl\:bg-indigo-950\/55{background-color:rgba(30,27,75,.55)}.\33xl\:bg-indigo-950\/60{background-color:rgba(30,27,75,.6)}.\33xl\:bg-indigo-950\/65{background-color:rgba(30,27,75,.65)}.\33xl\:bg-indigo-950\/70{background-color:rgba(30,27,75,.7)}.\33xl\:bg-indigo-950\/75{background-color:rgba(30,27,75,.75)}.\33xl\:bg-indigo-950\/80{background-color:rgba(30,27,75,.8)}.\33xl\:bg-indigo-950\/85{background-color:rgba(30,27,75,.85)}.\33xl\:bg-indigo-950\/90{background-color:rgba(30,27,75,.9)}.\33xl\:bg-indigo-950\/95{background-color:rgba(30,27,75,.95)}.\33xl\:bg-inherit{background-color:inherit}.\33xl\:bg-lime-100{--tw-bg-opacity:1;background-color:rgba(236,252,203,var(--tw-bg-opacity))}.\33xl\:bg-lime-100\/0{background-color:hsla(80,89%,89%,0)}.\33xl\:bg-lime-100\/10{background-color:hsla(80,89%,89%,.1)}.\33xl\:bg-lime-100\/100{background-color:#ecfccb}.\33xl\:bg-lime-100\/15{background-color:hsla(80,89%,89%,.15)}.\33xl\:bg-lime-100\/20{background-color:hsla(80,89%,89%,.2)}.\33xl\:bg-lime-100\/25{background-color:hsla(80,89%,89%,.25)}.\33xl\:bg-lime-100\/30{background-color:hsla(80,89%,89%,.3)}.\33xl\:bg-lime-100\/35{background-color:hsla(80,89%,89%,.35)}.\33xl\:bg-lime-100\/40{background-color:hsla(80,89%,89%,.4)}.\33xl\:bg-lime-100\/45{background-color:hsla(80,89%,89%,.45)}.\33xl\:bg-lime-100\/5{background-color:hsla(80,89%,89%,.05)}.\33xl\:bg-lime-100\/50{background-color:hsla(80,89%,89%,.5)}.\33xl\:bg-lime-100\/55{background-color:hsla(80,89%,89%,.55)}.\33xl\:bg-lime-100\/60{background-color:hsla(80,89%,89%,.6)}.\33xl\:bg-lime-100\/65{background-color:hsla(80,89%,89%,.65)}.\33xl\:bg-lime-100\/70{background-color:hsla(80,89%,89%,.7)}.\33xl\:bg-lime-100\/75{background-color:hsla(80,89%,89%,.75)}.\33xl\:bg-lime-100\/80{background-color:hsla(80,89%,89%,.8)}.\33xl\:bg-lime-100\/85{background-color:hsla(80,89%,89%,.85)}.\33xl\:bg-lime-100\/90{background-color:hsla(80,89%,89%,.9)}.\33xl\:bg-lime-100\/95{background-color:hsla(80,89%,89%,.95)}.\33xl\:bg-lime-200{--tw-bg-opacity:1;background-color:rgba(217,249,157,var(--tw-bg-opacity))}.\33xl\:bg-lime-200\/0{background-color:hsla(81,88%,80%,0)}.\33xl\:bg-lime-200\/10{background-color:hsla(81,88%,80%,.1)}.\33xl\:bg-lime-200\/100{background-color:#d9f99d}.\33xl\:bg-lime-200\/15{background-color:hsla(81,88%,80%,.15)}.\33xl\:bg-lime-200\/20{background-color:hsla(81,88%,80%,.2)}.\33xl\:bg-lime-200\/25{background-color:hsla(81,88%,80%,.25)}.\33xl\:bg-lime-200\/30{background-color:hsla(81,88%,80%,.3)}.\33xl\:bg-lime-200\/35{background-color:hsla(81,88%,80%,.35)}.\33xl\:bg-lime-200\/40{background-color:hsla(81,88%,80%,.4)}.\33xl\:bg-lime-200\/45{background-color:hsla(81,88%,80%,.45)}.\33xl\:bg-lime-200\/5{background-color:hsla(81,88%,80%,.05)}.\33xl\:bg-lime-200\/50{background-color:hsla(81,88%,80%,.5)}.\33xl\:bg-lime-200\/55{background-color:hsla(81,88%,80%,.55)}.\33xl\:bg-lime-200\/60{background-color:hsla(81,88%,80%,.6)}.\33xl\:bg-lime-200\/65{background-color:hsla(81,88%,80%,.65)}.\33xl\:bg-lime-200\/70{background-color:hsla(81,88%,80%,.7)}.\33xl\:bg-lime-200\/75{background-color:hsla(81,88%,80%,.75)}.\33xl\:bg-lime-200\/80{background-color:hsla(81,88%,80%,.8)}.\33xl\:bg-lime-200\/85{background-color:hsla(81,88%,80%,.85)}.\33xl\:bg-lime-200\/90{background-color:hsla(81,88%,80%,.9)}.\33xl\:bg-lime-200\/95{background-color:hsla(81,88%,80%,.95)}.\33xl\:bg-lime-300{--tw-bg-opacity:1;background-color:rgba(190,242,100,var(--tw-bg-opacity))}.\33xl\:bg-lime-300\/0{background-color:hsla(82,85%,67%,0)}.\33xl\:bg-lime-300\/10{background-color:hsla(82,85%,67%,.1)}.\33xl\:bg-lime-300\/100{background-color:#bef264}.\33xl\:bg-lime-300\/15{background-color:hsla(82,85%,67%,.15)}.\33xl\:bg-lime-300\/20{background-color:hsla(82,85%,67%,.2)}.\33xl\:bg-lime-300\/25{background-color:hsla(82,85%,67%,.25)}.\33xl\:bg-lime-300\/30{background-color:hsla(82,85%,67%,.3)}.\33xl\:bg-lime-300\/35{background-color:hsla(82,85%,67%,.35)}.\33xl\:bg-lime-300\/40{background-color:hsla(82,85%,67%,.4)}.\33xl\:bg-lime-300\/45{background-color:hsla(82,85%,67%,.45)}.\33xl\:bg-lime-300\/5{background-color:hsla(82,85%,67%,.05)}.\33xl\:bg-lime-300\/50{background-color:hsla(82,85%,67%,.5)}.\33xl\:bg-lime-300\/55{background-color:hsla(82,85%,67%,.55)}.\33xl\:bg-lime-300\/60{background-color:hsla(82,85%,67%,.6)}.\33xl\:bg-lime-300\/65{background-color:hsla(82,85%,67%,.65)}.\33xl\:bg-lime-300\/70{background-color:hsla(82,85%,67%,.7)}.\33xl\:bg-lime-300\/75{background-color:hsla(82,85%,67%,.75)}.\33xl\:bg-lime-300\/80{background-color:hsla(82,85%,67%,.8)}.\33xl\:bg-lime-300\/85{background-color:hsla(82,85%,67%,.85)}.\33xl\:bg-lime-300\/90{background-color:hsla(82,85%,67%,.9)}.\33xl\:bg-lime-300\/95{background-color:hsla(82,85%,67%,.95)}.\33xl\:bg-lime-400{--tw-bg-opacity:1;background-color:rgba(163,230,53,var(--tw-bg-opacity))}.\33xl\:bg-lime-400\/0{background-color:rgba(163,230,53,0)}.\33xl\:bg-lime-400\/10{background-color:rgba(163,230,53,.1)}.\33xl\:bg-lime-400\/100{background-color:#a3e635}.\33xl\:bg-lime-400\/15{background-color:rgba(163,230,53,.15)}.\33xl\:bg-lime-400\/20{background-color:rgba(163,230,53,.2)}.\33xl\:bg-lime-400\/25{background-color:rgba(163,230,53,.25)}.\33xl\:bg-lime-400\/30{background-color:rgba(163,230,53,.3)}.\33xl\:bg-lime-400\/35{background-color:rgba(163,230,53,.35)}.\33xl\:bg-lime-400\/40{background-color:rgba(163,230,53,.4)}.\33xl\:bg-lime-400\/45{background-color:rgba(163,230,53,.45)}.\33xl\:bg-lime-400\/5{background-color:rgba(163,230,53,.05)}.\33xl\:bg-lime-400\/50{background-color:rgba(163,230,53,.5)}.\33xl\:bg-lime-400\/55{background-color:rgba(163,230,53,.55)}.\33xl\:bg-lime-400\/60{background-color:rgba(163,230,53,.6)}.\33xl\:bg-lime-400\/65{background-color:rgba(163,230,53,.65)}.\33xl\:bg-lime-400\/70{background-color:rgba(163,230,53,.7)}.\33xl\:bg-lime-400\/75{background-color:rgba(163,230,53,.75)}.\33xl\:bg-lime-400\/80{background-color:rgba(163,230,53,.8)}.\33xl\:bg-lime-400\/85{background-color:rgba(163,230,53,.85)}.\33xl\:bg-lime-400\/90{background-color:rgba(163,230,53,.9)}.\33xl\:bg-lime-400\/95{background-color:rgba(163,230,53,.95)}.\33xl\:bg-lime-50{--tw-bg-opacity:1;background-color:rgba(247,254,231,var(--tw-bg-opacity))}.\33xl\:bg-lime-50\/0{background-color:hsla(78,92%,95%,0)}.\33xl\:bg-lime-50\/10{background-color:hsla(78,92%,95%,.1)}.\33xl\:bg-lime-50\/100{background-color:#f7fee7}.\33xl\:bg-lime-50\/15{background-color:hsla(78,92%,95%,.15)}.\33xl\:bg-lime-50\/20{background-color:hsla(78,92%,95%,.2)}.\33xl\:bg-lime-50\/25{background-color:hsla(78,92%,95%,.25)}.\33xl\:bg-lime-50\/30{background-color:hsla(78,92%,95%,.3)}.\33xl\:bg-lime-50\/35{background-color:hsla(78,92%,95%,.35)}.\33xl\:bg-lime-50\/40{background-color:hsla(78,92%,95%,.4)}.\33xl\:bg-lime-50\/45{background-color:hsla(78,92%,95%,.45)}.\33xl\:bg-lime-50\/5{background-color:hsla(78,92%,95%,.05)}.\33xl\:bg-lime-50\/50{background-color:hsla(78,92%,95%,.5)}.\33xl\:bg-lime-50\/55{background-color:hsla(78,92%,95%,.55)}.\33xl\:bg-lime-50\/60{background-color:hsla(78,92%,95%,.6)}.\33xl\:bg-lime-50\/65{background-color:hsla(78,92%,95%,.65)}.\33xl\:bg-lime-50\/70{background-color:hsla(78,92%,95%,.7)}.\33xl\:bg-lime-50\/75{background-color:hsla(78,92%,95%,.75)}.\33xl\:bg-lime-50\/80{background-color:hsla(78,92%,95%,.8)}.\33xl\:bg-lime-50\/85{background-color:hsla(78,92%,95%,.85)}.\33xl\:bg-lime-50\/90{background-color:hsla(78,92%,95%,.9)}.\33xl\:bg-lime-50\/95{background-color:hsla(78,92%,95%,.95)}.\33xl\:bg-lime-500{--tw-bg-opacity:1;background-color:rgba(132,204,22,var(--tw-bg-opacity))}.\33xl\:bg-lime-500\/0{background-color:rgba(132,204,22,0)}.\33xl\:bg-lime-500\/10{background-color:rgba(132,204,22,.1)}.\33xl\:bg-lime-500\/100{background-color:#84cc16}.\33xl\:bg-lime-500\/15{background-color:rgba(132,204,22,.15)}.\33xl\:bg-lime-500\/20{background-color:rgba(132,204,22,.2)}.\33xl\:bg-lime-500\/25{background-color:rgba(132,204,22,.25)}.\33xl\:bg-lime-500\/30{background-color:rgba(132,204,22,.3)}.\33xl\:bg-lime-500\/35{background-color:rgba(132,204,22,.35)}.\33xl\:bg-lime-500\/40{background-color:rgba(132,204,22,.4)}.\33xl\:bg-lime-500\/45{background-color:rgba(132,204,22,.45)}.\33xl\:bg-lime-500\/5{background-color:rgba(132,204,22,.05)}.\33xl\:bg-lime-500\/50{background-color:rgba(132,204,22,.5)}.\33xl\:bg-lime-500\/55{background-color:rgba(132,204,22,.55)}.\33xl\:bg-lime-500\/60{background-color:rgba(132,204,22,.6)}.\33xl\:bg-lime-500\/65{background-color:rgba(132,204,22,.65)}.\33xl\:bg-lime-500\/70{background-color:rgba(132,204,22,.7)}.\33xl\:bg-lime-500\/75{background-color:rgba(132,204,22,.75)}.\33xl\:bg-lime-500\/80{background-color:rgba(132,204,22,.8)}.\33xl\:bg-lime-500\/85{background-color:rgba(132,204,22,.85)}.\33xl\:bg-lime-500\/90{background-color:rgba(132,204,22,.9)}.\33xl\:bg-lime-500\/95{background-color:rgba(132,204,22,.95)}.\33xl\:bg-lime-600{--tw-bg-opacity:1;background-color:rgba(101,163,13,var(--tw-bg-opacity))}.\33xl\:bg-lime-600\/0{background-color:rgba(101,163,13,0)}.\33xl\:bg-lime-600\/10{background-color:rgba(101,163,13,.1)}.\33xl\:bg-lime-600\/100{background-color:#65a30d}.\33xl\:bg-lime-600\/15{background-color:rgba(101,163,13,.15)}.\33xl\:bg-lime-600\/20{background-color:rgba(101,163,13,.2)}.\33xl\:bg-lime-600\/25{background-color:rgba(101,163,13,.25)}.\33xl\:bg-lime-600\/30{background-color:rgba(101,163,13,.3)}.\33xl\:bg-lime-600\/35{background-color:rgba(101,163,13,.35)}.\33xl\:bg-lime-600\/40{background-color:rgba(101,163,13,.4)}.\33xl\:bg-lime-600\/45{background-color:rgba(101,163,13,.45)}.\33xl\:bg-lime-600\/5{background-color:rgba(101,163,13,.05)}.\33xl\:bg-lime-600\/50{background-color:rgba(101,163,13,.5)}.\33xl\:bg-lime-600\/55{background-color:rgba(101,163,13,.55)}.\33xl\:bg-lime-600\/60{background-color:rgba(101,163,13,.6)}.\33xl\:bg-lime-600\/65{background-color:rgba(101,163,13,.65)}.\33xl\:bg-lime-600\/70{background-color:rgba(101,163,13,.7)}.\33xl\:bg-lime-600\/75{background-color:rgba(101,163,13,.75)}.\33xl\:bg-lime-600\/80{background-color:rgba(101,163,13,.8)}.\33xl\:bg-lime-600\/85{background-color:rgba(101,163,13,.85)}.\33xl\:bg-lime-600\/90{background-color:rgba(101,163,13,.9)}.\33xl\:bg-lime-600\/95{background-color:rgba(101,163,13,.95)}.\33xl\:bg-lime-700{--tw-bg-opacity:1;background-color:rgba(77,124,15,var(--tw-bg-opacity))}.\33xl\:bg-lime-700\/0{background-color:rgba(77,124,15,0)}.\33xl\:bg-lime-700\/10{background-color:rgba(77,124,15,.1)}.\33xl\:bg-lime-700\/100{background-color:#4d7c0f}.\33xl\:bg-lime-700\/15{background-color:rgba(77,124,15,.15)}.\33xl\:bg-lime-700\/20{background-color:rgba(77,124,15,.2)}.\33xl\:bg-lime-700\/25{background-color:rgba(77,124,15,.25)}.\33xl\:bg-lime-700\/30{background-color:rgba(77,124,15,.3)}.\33xl\:bg-lime-700\/35{background-color:rgba(77,124,15,.35)}.\33xl\:bg-lime-700\/40{background-color:rgba(77,124,15,.4)}.\33xl\:bg-lime-700\/45{background-color:rgba(77,124,15,.45)}.\33xl\:bg-lime-700\/5{background-color:rgba(77,124,15,.05)}.\33xl\:bg-lime-700\/50{background-color:rgba(77,124,15,.5)}.\33xl\:bg-lime-700\/55{background-color:rgba(77,124,15,.55)}.\33xl\:bg-lime-700\/60{background-color:rgba(77,124,15,.6)}.\33xl\:bg-lime-700\/65{background-color:rgba(77,124,15,.65)}.\33xl\:bg-lime-700\/70{background-color:rgba(77,124,15,.7)}.\33xl\:bg-lime-700\/75{background-color:rgba(77,124,15,.75)}.\33xl\:bg-lime-700\/80{background-color:rgba(77,124,15,.8)}.\33xl\:bg-lime-700\/85{background-color:rgba(77,124,15,.85)}.\33xl\:bg-lime-700\/90{background-color:rgba(77,124,15,.9)}.\33xl\:bg-lime-700\/95{background-color:rgba(77,124,15,.95)}.\33xl\:bg-lime-800{--tw-bg-opacity:1;background-color:rgba(63,98,18,var(--tw-bg-opacity))}.\33xl\:bg-lime-800\/0{background-color:rgba(63,98,18,0)}.\33xl\:bg-lime-800\/10{background-color:rgba(63,98,18,.1)}.\33xl\:bg-lime-800\/100{background-color:#3f6212}.\33xl\:bg-lime-800\/15{background-color:rgba(63,98,18,.15)}.\33xl\:bg-lime-800\/20{background-color:rgba(63,98,18,.2)}.\33xl\:bg-lime-800\/25{background-color:rgba(63,98,18,.25)}.\33xl\:bg-lime-800\/30{background-color:rgba(63,98,18,.3)}.\33xl\:bg-lime-800\/35{background-color:rgba(63,98,18,.35)}.\33xl\:bg-lime-800\/40{background-color:rgba(63,98,18,.4)}.\33xl\:bg-lime-800\/45{background-color:rgba(63,98,18,.45)}.\33xl\:bg-lime-800\/5{background-color:rgba(63,98,18,.05)}.\33xl\:bg-lime-800\/50{background-color:rgba(63,98,18,.5)}.\33xl\:bg-lime-800\/55{background-color:rgba(63,98,18,.55)}.\33xl\:bg-lime-800\/60{background-color:rgba(63,98,18,.6)}.\33xl\:bg-lime-800\/65{background-color:rgba(63,98,18,.65)}.\33xl\:bg-lime-800\/70{background-color:rgba(63,98,18,.7)}.\33xl\:bg-lime-800\/75{background-color:rgba(63,98,18,.75)}.\33xl\:bg-lime-800\/80{background-color:rgba(63,98,18,.8)}.\33xl\:bg-lime-800\/85{background-color:rgba(63,98,18,.85)}.\33xl\:bg-lime-800\/90{background-color:rgba(63,98,18,.9)}.\33xl\:bg-lime-800\/95{background-color:rgba(63,98,18,.95)}.\33xl\:bg-lime-900{--tw-bg-opacity:1;background-color:rgba(54,83,20,var(--tw-bg-opacity))}.\33xl\:bg-lime-900\/0{background-color:rgba(54,83,20,0)}.\33xl\:bg-lime-900\/10{background-color:rgba(54,83,20,.1)}.\33xl\:bg-lime-900\/100{background-color:#365314}.\33xl\:bg-lime-900\/15{background-color:rgba(54,83,20,.15)}.\33xl\:bg-lime-900\/20{background-color:rgba(54,83,20,.2)}.\33xl\:bg-lime-900\/25{background-color:rgba(54,83,20,.25)}.\33xl\:bg-lime-900\/30{background-color:rgba(54,83,20,.3)}.\33xl\:bg-lime-900\/35{background-color:rgba(54,83,20,.35)}.\33xl\:bg-lime-900\/40{background-color:rgba(54,83,20,.4)}.\33xl\:bg-lime-900\/45{background-color:rgba(54,83,20,.45)}.\33xl\:bg-lime-900\/5{background-color:rgba(54,83,20,.05)}.\33xl\:bg-lime-900\/50{background-color:rgba(54,83,20,.5)}.\33xl\:bg-lime-900\/55{background-color:rgba(54,83,20,.55)}.\33xl\:bg-lime-900\/60{background-color:rgba(54,83,20,.6)}.\33xl\:bg-lime-900\/65{background-color:rgba(54,83,20,.65)}.\33xl\:bg-lime-900\/70{background-color:rgba(54,83,20,.7)}.\33xl\:bg-lime-900\/75{background-color:rgba(54,83,20,.75)}.\33xl\:bg-lime-900\/80{background-color:rgba(54,83,20,.8)}.\33xl\:bg-lime-900\/85{background-color:rgba(54,83,20,.85)}.\33xl\:bg-lime-900\/90{background-color:rgba(54,83,20,.9)}.\33xl\:bg-lime-900\/95{background-color:rgba(54,83,20,.95)}.\33xl\:bg-lime-950{--tw-bg-opacity:1;background-color:rgba(26,46,5,var(--tw-bg-opacity))}.\33xl\:bg-lime-950\/0{background-color:rgba(26,46,5,0)}.\33xl\:bg-lime-950\/10{background-color:rgba(26,46,5,.1)}.\33xl\:bg-lime-950\/100{background-color:#1a2e05}.\33xl\:bg-lime-950\/15{background-color:rgba(26,46,5,.15)}.\33xl\:bg-lime-950\/20{background-color:rgba(26,46,5,.2)}.\33xl\:bg-lime-950\/25{background-color:rgba(26,46,5,.25)}.\33xl\:bg-lime-950\/30{background-color:rgba(26,46,5,.3)}.\33xl\:bg-lime-950\/35{background-color:rgba(26,46,5,.35)}.\33xl\:bg-lime-950\/40{background-color:rgba(26,46,5,.4)}.\33xl\:bg-lime-950\/45{background-color:rgba(26,46,5,.45)}.\33xl\:bg-lime-950\/5{background-color:rgba(26,46,5,.05)}.\33xl\:bg-lime-950\/50{background-color:rgba(26,46,5,.5)}.\33xl\:bg-lime-950\/55{background-color:rgba(26,46,5,.55)}.\33xl\:bg-lime-950\/60{background-color:rgba(26,46,5,.6)}.\33xl\:bg-lime-950\/65{background-color:rgba(26,46,5,.65)}.\33xl\:bg-lime-950\/70{background-color:rgba(26,46,5,.7)}.\33xl\:bg-lime-950\/75{background-color:rgba(26,46,5,.75)}.\33xl\:bg-lime-950\/80{background-color:rgba(26,46,5,.8)}.\33xl\:bg-lime-950\/85{background-color:rgba(26,46,5,.85)}.\33xl\:bg-lime-950\/90{background-color:rgba(26,46,5,.9)}.\33xl\:bg-lime-950\/95{background-color:rgba(26,46,5,.95)}.\33xl\:bg-neutral-100{--tw-bg-opacity:1;background-color:rgba(245,245,245,var(--tw-bg-opacity))}.\33xl\:bg-neutral-100\/0{background-color:hsla(0,0%,96%,0)}.\33xl\:bg-neutral-100\/10{background-color:hsla(0,0%,96%,.1)}.\33xl\:bg-neutral-100\/100{background-color:#f5f5f5}.\33xl\:bg-neutral-100\/15{background-color:hsla(0,0%,96%,.15)}.\33xl\:bg-neutral-100\/20{background-color:hsla(0,0%,96%,.2)}.\33xl\:bg-neutral-100\/25{background-color:hsla(0,0%,96%,.25)}.\33xl\:bg-neutral-100\/30{background-color:hsla(0,0%,96%,.3)}.\33xl\:bg-neutral-100\/35{background-color:hsla(0,0%,96%,.35)}.\33xl\:bg-neutral-100\/40{background-color:hsla(0,0%,96%,.4)}.\33xl\:bg-neutral-100\/45{background-color:hsla(0,0%,96%,.45)}.\33xl\:bg-neutral-100\/5{background-color:hsla(0,0%,96%,.05)}.\33xl\:bg-neutral-100\/50{background-color:hsla(0,0%,96%,.5)}.\33xl\:bg-neutral-100\/55{background-color:hsla(0,0%,96%,.55)}.\33xl\:bg-neutral-100\/60{background-color:hsla(0,0%,96%,.6)}.\33xl\:bg-neutral-100\/65{background-color:hsla(0,0%,96%,.65)}.\33xl\:bg-neutral-100\/70{background-color:hsla(0,0%,96%,.7)}.\33xl\:bg-neutral-100\/75{background-color:hsla(0,0%,96%,.75)}.\33xl\:bg-neutral-100\/80{background-color:hsla(0,0%,96%,.8)}.\33xl\:bg-neutral-100\/85{background-color:hsla(0,0%,96%,.85)}.\33xl\:bg-neutral-100\/90{background-color:hsla(0,0%,96%,.9)}.\33xl\:bg-neutral-100\/95{background-color:hsla(0,0%,96%,.95)}.\33xl\:bg-neutral-200{--tw-bg-opacity:1;background-color:rgba(229,229,229,var(--tw-bg-opacity))}.\33xl\:bg-neutral-200\/0{background-color:hsla(0,0%,90%,0)}.\33xl\:bg-neutral-200\/10{background-color:hsla(0,0%,90%,.1)}.\33xl\:bg-neutral-200\/100{background-color:#e5e5e5}.\33xl\:bg-neutral-200\/15{background-color:hsla(0,0%,90%,.15)}.\33xl\:bg-neutral-200\/20{background-color:hsla(0,0%,90%,.2)}.\33xl\:bg-neutral-200\/25{background-color:hsla(0,0%,90%,.25)}.\33xl\:bg-neutral-200\/30{background-color:hsla(0,0%,90%,.3)}.\33xl\:bg-neutral-200\/35{background-color:hsla(0,0%,90%,.35)}.\33xl\:bg-neutral-200\/40{background-color:hsla(0,0%,90%,.4)}.\33xl\:bg-neutral-200\/45{background-color:hsla(0,0%,90%,.45)}.\33xl\:bg-neutral-200\/5{background-color:hsla(0,0%,90%,.05)}.\33xl\:bg-neutral-200\/50{background-color:hsla(0,0%,90%,.5)}.\33xl\:bg-neutral-200\/55{background-color:hsla(0,0%,90%,.55)}.\33xl\:bg-neutral-200\/60{background-color:hsla(0,0%,90%,.6)}.\33xl\:bg-neutral-200\/65{background-color:hsla(0,0%,90%,.65)}.\33xl\:bg-neutral-200\/70{background-color:hsla(0,0%,90%,.7)}.\33xl\:bg-neutral-200\/75{background-color:hsla(0,0%,90%,.75)}.\33xl\:bg-neutral-200\/80{background-color:hsla(0,0%,90%,.8)}.\33xl\:bg-neutral-200\/85{background-color:hsla(0,0%,90%,.85)}.\33xl\:bg-neutral-200\/90{background-color:hsla(0,0%,90%,.9)}.\33xl\:bg-neutral-200\/95{background-color:hsla(0,0%,90%,.95)}.\33xl\:bg-neutral-300{--tw-bg-opacity:1;background-color:rgba(212,212,212,var(--tw-bg-opacity))}.\33xl\:bg-neutral-300\/0{background-color:hsla(0,0%,83%,0)}.\33xl\:bg-neutral-300\/10{background-color:hsla(0,0%,83%,.1)}.\33xl\:bg-neutral-300\/100{background-color:#d4d4d4}.\33xl\:bg-neutral-300\/15{background-color:hsla(0,0%,83%,.15)}.\33xl\:bg-neutral-300\/20{background-color:hsla(0,0%,83%,.2)}.\33xl\:bg-neutral-300\/25{background-color:hsla(0,0%,83%,.25)}.\33xl\:bg-neutral-300\/30{background-color:hsla(0,0%,83%,.3)}.\33xl\:bg-neutral-300\/35{background-color:hsla(0,0%,83%,.35)}.\33xl\:bg-neutral-300\/40{background-color:hsla(0,0%,83%,.4)}.\33xl\:bg-neutral-300\/45{background-color:hsla(0,0%,83%,.45)}.\33xl\:bg-neutral-300\/5{background-color:hsla(0,0%,83%,.05)}.\33xl\:bg-neutral-300\/50{background-color:hsla(0,0%,83%,.5)}.\33xl\:bg-neutral-300\/55{background-color:hsla(0,0%,83%,.55)}.\33xl\:bg-neutral-300\/60{background-color:hsla(0,0%,83%,.6)}.\33xl\:bg-neutral-300\/65{background-color:hsla(0,0%,83%,.65)}.\33xl\:bg-neutral-300\/70{background-color:hsla(0,0%,83%,.7)}.\33xl\:bg-neutral-300\/75{background-color:hsla(0,0%,83%,.75)}.\33xl\:bg-neutral-300\/80{background-color:hsla(0,0%,83%,.8)}.\33xl\:bg-neutral-300\/85{background-color:hsla(0,0%,83%,.85)}.\33xl\:bg-neutral-300\/90{background-color:hsla(0,0%,83%,.9)}.\33xl\:bg-neutral-300\/95{background-color:hsla(0,0%,83%,.95)}.\33xl\:bg-neutral-400{--tw-bg-opacity:1;background-color:rgba(163,163,163,var(--tw-bg-opacity))}.\33xl\:bg-neutral-400\/0{background-color:hsla(0,0%,64%,0)}.\33xl\:bg-neutral-400\/10{background-color:hsla(0,0%,64%,.1)}.\33xl\:bg-neutral-400\/100{background-color:#a3a3a3}.\33xl\:bg-neutral-400\/15{background-color:hsla(0,0%,64%,.15)}.\33xl\:bg-neutral-400\/20{background-color:hsla(0,0%,64%,.2)}.\33xl\:bg-neutral-400\/25{background-color:hsla(0,0%,64%,.25)}.\33xl\:bg-neutral-400\/30{background-color:hsla(0,0%,64%,.3)}.\33xl\:bg-neutral-400\/35{background-color:hsla(0,0%,64%,.35)}.\33xl\:bg-neutral-400\/40{background-color:hsla(0,0%,64%,.4)}.\33xl\:bg-neutral-400\/45{background-color:hsla(0,0%,64%,.45)}.\33xl\:bg-neutral-400\/5{background-color:hsla(0,0%,64%,.05)}.\33xl\:bg-neutral-400\/50{background-color:hsla(0,0%,64%,.5)}.\33xl\:bg-neutral-400\/55{background-color:hsla(0,0%,64%,.55)}.\33xl\:bg-neutral-400\/60{background-color:hsla(0,0%,64%,.6)}.\33xl\:bg-neutral-400\/65{background-color:hsla(0,0%,64%,.65)}.\33xl\:bg-neutral-400\/70{background-color:hsla(0,0%,64%,.7)}.\33xl\:bg-neutral-400\/75{background-color:hsla(0,0%,64%,.75)}.\33xl\:bg-neutral-400\/80{background-color:hsla(0,0%,64%,.8)}.\33xl\:bg-neutral-400\/85{background-color:hsla(0,0%,64%,.85)}.\33xl\:bg-neutral-400\/90{background-color:hsla(0,0%,64%,.9)}.\33xl\:bg-neutral-400\/95{background-color:hsla(0,0%,64%,.95)}.\33xl\:bg-neutral-50{--tw-bg-opacity:1;background-color:rgba(250,250,250,var(--tw-bg-opacity))}.\33xl\:bg-neutral-50\/0{background-color:hsla(0,0%,98%,0)}.\33xl\:bg-neutral-50\/10{background-color:hsla(0,0%,98%,.1)}.\33xl\:bg-neutral-50\/100{background-color:#fafafa}.\33xl\:bg-neutral-50\/15{background-color:hsla(0,0%,98%,.15)}.\33xl\:bg-neutral-50\/20{background-color:hsla(0,0%,98%,.2)}.\33xl\:bg-neutral-50\/25{background-color:hsla(0,0%,98%,.25)}.\33xl\:bg-neutral-50\/30{background-color:hsla(0,0%,98%,.3)}.\33xl\:bg-neutral-50\/35{background-color:hsla(0,0%,98%,.35)}.\33xl\:bg-neutral-50\/40{background-color:hsla(0,0%,98%,.4)}.\33xl\:bg-neutral-50\/45{background-color:hsla(0,0%,98%,.45)}.\33xl\:bg-neutral-50\/5{background-color:hsla(0,0%,98%,.05)}.\33xl\:bg-neutral-50\/50{background-color:hsla(0,0%,98%,.5)}.\33xl\:bg-neutral-50\/55{background-color:hsla(0,0%,98%,.55)}.\33xl\:bg-neutral-50\/60{background-color:hsla(0,0%,98%,.6)}.\33xl\:bg-neutral-50\/65{background-color:hsla(0,0%,98%,.65)}.\33xl\:bg-neutral-50\/70{background-color:hsla(0,0%,98%,.7)}.\33xl\:bg-neutral-50\/75{background-color:hsla(0,0%,98%,.75)}.\33xl\:bg-neutral-50\/80{background-color:hsla(0,0%,98%,.8)}.\33xl\:bg-neutral-50\/85{background-color:hsla(0,0%,98%,.85)}.\33xl\:bg-neutral-50\/90{background-color:hsla(0,0%,98%,.9)}.\33xl\:bg-neutral-50\/95{background-color:hsla(0,0%,98%,.95)}.\33xl\:bg-neutral-500{--tw-bg-opacity:1;background-color:rgba(115,115,115,var(--tw-bg-opacity))}.\33xl\:bg-neutral-500\/0{background-color:hsla(0,0%,45%,0)}.\33xl\:bg-neutral-500\/10{background-color:hsla(0,0%,45%,.1)}.\33xl\:bg-neutral-500\/100{background-color:#737373}.\33xl\:bg-neutral-500\/15{background-color:hsla(0,0%,45%,.15)}.\33xl\:bg-neutral-500\/20{background-color:hsla(0,0%,45%,.2)}.\33xl\:bg-neutral-500\/25{background-color:hsla(0,0%,45%,.25)}.\33xl\:bg-neutral-500\/30{background-color:hsla(0,0%,45%,.3)}.\33xl\:bg-neutral-500\/35{background-color:hsla(0,0%,45%,.35)}.\33xl\:bg-neutral-500\/40{background-color:hsla(0,0%,45%,.4)}.\33xl\:bg-neutral-500\/45{background-color:hsla(0,0%,45%,.45)}.\33xl\:bg-neutral-500\/5{background-color:hsla(0,0%,45%,.05)}.\33xl\:bg-neutral-500\/50{background-color:hsla(0,0%,45%,.5)}.\33xl\:bg-neutral-500\/55{background-color:hsla(0,0%,45%,.55)}.\33xl\:bg-neutral-500\/60{background-color:hsla(0,0%,45%,.6)}.\33xl\:bg-neutral-500\/65{background-color:hsla(0,0%,45%,.65)}.\33xl\:bg-neutral-500\/70{background-color:hsla(0,0%,45%,.7)}.\33xl\:bg-neutral-500\/75{background-color:hsla(0,0%,45%,.75)}.\33xl\:bg-neutral-500\/80{background-color:hsla(0,0%,45%,.8)}.\33xl\:bg-neutral-500\/85{background-color:hsla(0,0%,45%,.85)}.\33xl\:bg-neutral-500\/90{background-color:hsla(0,0%,45%,.9)}.\33xl\:bg-neutral-500\/95{background-color:hsla(0,0%,45%,.95)}.\33xl\:bg-neutral-600{--tw-bg-opacity:1;background-color:rgba(82,82,82,var(--tw-bg-opacity))}.\33xl\:bg-neutral-600\/0{background-color:rgba(82,82,82,0)}.\33xl\:bg-neutral-600\/10{background-color:rgba(82,82,82,.1)}.\33xl\:bg-neutral-600\/100{background-color:#525252}.\33xl\:bg-neutral-600\/15{background-color:rgba(82,82,82,.15)}.\33xl\:bg-neutral-600\/20{background-color:rgba(82,82,82,.2)}.\33xl\:bg-neutral-600\/25{background-color:rgba(82,82,82,.25)}.\33xl\:bg-neutral-600\/30{background-color:rgba(82,82,82,.3)}.\33xl\:bg-neutral-600\/35{background-color:rgba(82,82,82,.35)}.\33xl\:bg-neutral-600\/40{background-color:rgba(82,82,82,.4)}.\33xl\:bg-neutral-600\/45{background-color:rgba(82,82,82,.45)}.\33xl\:bg-neutral-600\/5{background-color:rgba(82,82,82,.05)}.\33xl\:bg-neutral-600\/50{background-color:rgba(82,82,82,.5)}.\33xl\:bg-neutral-600\/55{background-color:rgba(82,82,82,.55)}.\33xl\:bg-neutral-600\/60{background-color:rgba(82,82,82,.6)}.\33xl\:bg-neutral-600\/65{background-color:rgba(82,82,82,.65)}.\33xl\:bg-neutral-600\/70{background-color:rgba(82,82,82,.7)}.\33xl\:bg-neutral-600\/75{background-color:rgba(82,82,82,.75)}.\33xl\:bg-neutral-600\/80{background-color:rgba(82,82,82,.8)}.\33xl\:bg-neutral-600\/85{background-color:rgba(82,82,82,.85)}.\33xl\:bg-neutral-600\/90{background-color:rgba(82,82,82,.9)}.\33xl\:bg-neutral-600\/95{background-color:rgba(82,82,82,.95)}.\33xl\:bg-neutral-700{--tw-bg-opacity:1;background-color:rgba(64,64,64,var(--tw-bg-opacity))}.\33xl\:bg-neutral-700\/0{background-color:rgba(64,64,64,0)}.\33xl\:bg-neutral-700\/10{background-color:rgba(64,64,64,.1)}.\33xl\:bg-neutral-700\/100{background-color:#404040}.\33xl\:bg-neutral-700\/15{background-color:rgba(64,64,64,.15)}.\33xl\:bg-neutral-700\/20{background-color:rgba(64,64,64,.2)}.\33xl\:bg-neutral-700\/25{background-color:rgba(64,64,64,.25)}.\33xl\:bg-neutral-700\/30{background-color:rgba(64,64,64,.3)}.\33xl\:bg-neutral-700\/35{background-color:rgba(64,64,64,.35)}.\33xl\:bg-neutral-700\/40{background-color:rgba(64,64,64,.4)}.\33xl\:bg-neutral-700\/45{background-color:rgba(64,64,64,.45)}.\33xl\:bg-neutral-700\/5{background-color:rgba(64,64,64,.05)}.\33xl\:bg-neutral-700\/50{background-color:rgba(64,64,64,.5)}.\33xl\:bg-neutral-700\/55{background-color:rgba(64,64,64,.55)}.\33xl\:bg-neutral-700\/60{background-color:rgba(64,64,64,.6)}.\33xl\:bg-neutral-700\/65{background-color:rgba(64,64,64,.65)}.\33xl\:bg-neutral-700\/70{background-color:rgba(64,64,64,.7)}.\33xl\:bg-neutral-700\/75{background-color:rgba(64,64,64,.75)}.\33xl\:bg-neutral-700\/80{background-color:rgba(64,64,64,.8)}.\33xl\:bg-neutral-700\/85{background-color:rgba(64,64,64,.85)}.\33xl\:bg-neutral-700\/90{background-color:rgba(64,64,64,.9)}.\33xl\:bg-neutral-700\/95{background-color:rgba(64,64,64,.95)}.\33xl\:bg-neutral-800{--tw-bg-opacity:1;background-color:rgba(38,38,38,var(--tw-bg-opacity))}.\33xl\:bg-neutral-800\/0{background-color:rgba(38,38,38,0)}.\33xl\:bg-neutral-800\/10{background-color:rgba(38,38,38,.1)}.\33xl\:bg-neutral-800\/100{background-color:#262626}.\33xl\:bg-neutral-800\/15{background-color:rgba(38,38,38,.15)}.\33xl\:bg-neutral-800\/20{background-color:rgba(38,38,38,.2)}.\33xl\:bg-neutral-800\/25{background-color:rgba(38,38,38,.25)}.\33xl\:bg-neutral-800\/30{background-color:rgba(38,38,38,.3)}.\33xl\:bg-neutral-800\/35{background-color:rgba(38,38,38,.35)}.\33xl\:bg-neutral-800\/40{background-color:rgba(38,38,38,.4)}.\33xl\:bg-neutral-800\/45{background-color:rgba(38,38,38,.45)}.\33xl\:bg-neutral-800\/5{background-color:rgba(38,38,38,.05)}.\33xl\:bg-neutral-800\/50{background-color:rgba(38,38,38,.5)}.\33xl\:bg-neutral-800\/55{background-color:rgba(38,38,38,.55)}.\33xl\:bg-neutral-800\/60{background-color:rgba(38,38,38,.6)}.\33xl\:bg-neutral-800\/65{background-color:rgba(38,38,38,.65)}.\33xl\:bg-neutral-800\/70{background-color:rgba(38,38,38,.7)}.\33xl\:bg-neutral-800\/75{background-color:rgba(38,38,38,.75)}.\33xl\:bg-neutral-800\/80{background-color:rgba(38,38,38,.8)}.\33xl\:bg-neutral-800\/85{background-color:rgba(38,38,38,.85)}.\33xl\:bg-neutral-800\/90{background-color:rgba(38,38,38,.9)}.\33xl\:bg-neutral-800\/95{background-color:rgba(38,38,38,.95)}.\33xl\:bg-neutral-900{--tw-bg-opacity:1;background-color:rgba(23,23,23,var(--tw-bg-opacity))}.\33xl\:bg-neutral-900\/0{background-color:hsla(0,0%,9%,0)}.\33xl\:bg-neutral-900\/10{background-color:hsla(0,0%,9%,.1)}.\33xl\:bg-neutral-900\/100{background-color:#171717}.\33xl\:bg-neutral-900\/15{background-color:hsla(0,0%,9%,.15)}.\33xl\:bg-neutral-900\/20{background-color:hsla(0,0%,9%,.2)}.\33xl\:bg-neutral-900\/25{background-color:hsla(0,0%,9%,.25)}.\33xl\:bg-neutral-900\/30{background-color:hsla(0,0%,9%,.3)}.\33xl\:bg-neutral-900\/35{background-color:hsla(0,0%,9%,.35)}.\33xl\:bg-neutral-900\/40{background-color:hsla(0,0%,9%,.4)}.\33xl\:bg-neutral-900\/45{background-color:hsla(0,0%,9%,.45)}.\33xl\:bg-neutral-900\/5{background-color:hsla(0,0%,9%,.05)}.\33xl\:bg-neutral-900\/50{background-color:hsla(0,0%,9%,.5)}.\33xl\:bg-neutral-900\/55{background-color:hsla(0,0%,9%,.55)}.\33xl\:bg-neutral-900\/60{background-color:hsla(0,0%,9%,.6)}.\33xl\:bg-neutral-900\/65{background-color:hsla(0,0%,9%,.65)}.\33xl\:bg-neutral-900\/70{background-color:hsla(0,0%,9%,.7)}.\33xl\:bg-neutral-900\/75{background-color:hsla(0,0%,9%,.75)}.\33xl\:bg-neutral-900\/80{background-color:hsla(0,0%,9%,.8)}.\33xl\:bg-neutral-900\/85{background-color:hsla(0,0%,9%,.85)}.\33xl\:bg-neutral-900\/90{background-color:hsla(0,0%,9%,.9)}.\33xl\:bg-neutral-900\/95{background-color:hsla(0,0%,9%,.95)}.\33xl\:bg-neutral-950{--tw-bg-opacity:1;background-color:rgba(10,10,10,var(--tw-bg-opacity))}.\33xl\:bg-neutral-950\/0{background-color:hsla(0,0%,4%,0)}.\33xl\:bg-neutral-950\/10{background-color:hsla(0,0%,4%,.1)}.\33xl\:bg-neutral-950\/100{background-color:#0a0a0a}.\33xl\:bg-neutral-950\/15{background-color:hsla(0,0%,4%,.15)}.\33xl\:bg-neutral-950\/20{background-color:hsla(0,0%,4%,.2)}.\33xl\:bg-neutral-950\/25{background-color:hsla(0,0%,4%,.25)}.\33xl\:bg-neutral-950\/30{background-color:hsla(0,0%,4%,.3)}.\33xl\:bg-neutral-950\/35{background-color:hsla(0,0%,4%,.35)}.\33xl\:bg-neutral-950\/40{background-color:hsla(0,0%,4%,.4)}.\33xl\:bg-neutral-950\/45{background-color:hsla(0,0%,4%,.45)}.\33xl\:bg-neutral-950\/5{background-color:hsla(0,0%,4%,.05)}.\33xl\:bg-neutral-950\/50{background-color:hsla(0,0%,4%,.5)}.\33xl\:bg-neutral-950\/55{background-color:hsla(0,0%,4%,.55)}.\33xl\:bg-neutral-950\/60{background-color:hsla(0,0%,4%,.6)}.\33xl\:bg-neutral-950\/65{background-color:hsla(0,0%,4%,.65)}.\33xl\:bg-neutral-950\/70{background-color:hsla(0,0%,4%,.7)}.\33xl\:bg-neutral-950\/75{background-color:hsla(0,0%,4%,.75)}.\33xl\:bg-neutral-950\/80{background-color:hsla(0,0%,4%,.8)}.\33xl\:bg-neutral-950\/85{background-color:hsla(0,0%,4%,.85)}.\33xl\:bg-neutral-950\/90{background-color:hsla(0,0%,4%,.9)}.\33xl\:bg-neutral-950\/95{background-color:hsla(0,0%,4%,.95)}.\33xl\:bg-orange-100{--tw-bg-opacity:1;background-color:rgba(255,237,213,var(--tw-bg-opacity))}.\33xl\:bg-orange-100\/0{background-color:rgba(255,237,213,0)}.\33xl\:bg-orange-100\/10{background-color:rgba(255,237,213,.1)}.\33xl\:bg-orange-100\/100{background-color:#ffedd5}.\33xl\:bg-orange-100\/15{background-color:rgba(255,237,213,.15)}.\33xl\:bg-orange-100\/20{background-color:rgba(255,237,213,.2)}.\33xl\:bg-orange-100\/25{background-color:rgba(255,237,213,.25)}.\33xl\:bg-orange-100\/30{background-color:rgba(255,237,213,.3)}.\33xl\:bg-orange-100\/35{background-color:rgba(255,237,213,.35)}.\33xl\:bg-orange-100\/40{background-color:rgba(255,237,213,.4)}.\33xl\:bg-orange-100\/45{background-color:rgba(255,237,213,.45)}.\33xl\:bg-orange-100\/5{background-color:rgba(255,237,213,.05)}.\33xl\:bg-orange-100\/50{background-color:rgba(255,237,213,.5)}.\33xl\:bg-orange-100\/55{background-color:rgba(255,237,213,.55)}.\33xl\:bg-orange-100\/60{background-color:rgba(255,237,213,.6)}.\33xl\:bg-orange-100\/65{background-color:rgba(255,237,213,.65)}.\33xl\:bg-orange-100\/70{background-color:rgba(255,237,213,.7)}.\33xl\:bg-orange-100\/75{background-color:rgba(255,237,213,.75)}.\33xl\:bg-orange-100\/80{background-color:rgba(255,237,213,.8)}.\33xl\:bg-orange-100\/85{background-color:rgba(255,237,213,.85)}.\33xl\:bg-orange-100\/90{background-color:rgba(255,237,213,.9)}.\33xl\:bg-orange-100\/95{background-color:rgba(255,237,213,.95)}.\33xl\:bg-orange-200{--tw-bg-opacity:1;background-color:rgba(254,215,170,var(--tw-bg-opacity))}.\33xl\:bg-orange-200\/0{background-color:hsla(32,98%,83%,0)}.\33xl\:bg-orange-200\/10{background-color:hsla(32,98%,83%,.1)}.\33xl\:bg-orange-200\/100{background-color:#fed7aa}.\33xl\:bg-orange-200\/15{background-color:hsla(32,98%,83%,.15)}.\33xl\:bg-orange-200\/20{background-color:hsla(32,98%,83%,.2)}.\33xl\:bg-orange-200\/25{background-color:hsla(32,98%,83%,.25)}.\33xl\:bg-orange-200\/30{background-color:hsla(32,98%,83%,.3)}.\33xl\:bg-orange-200\/35{background-color:hsla(32,98%,83%,.35)}.\33xl\:bg-orange-200\/40{background-color:hsla(32,98%,83%,.4)}.\33xl\:bg-orange-200\/45{background-color:hsla(32,98%,83%,.45)}.\33xl\:bg-orange-200\/5{background-color:hsla(32,98%,83%,.05)}.\33xl\:bg-orange-200\/50{background-color:hsla(32,98%,83%,.5)}.\33xl\:bg-orange-200\/55{background-color:hsla(32,98%,83%,.55)}.\33xl\:bg-orange-200\/60{background-color:hsla(32,98%,83%,.6)}.\33xl\:bg-orange-200\/65{background-color:hsla(32,98%,83%,.65)}.\33xl\:bg-orange-200\/70{background-color:hsla(32,98%,83%,.7)}.\33xl\:bg-orange-200\/75{background-color:hsla(32,98%,83%,.75)}.\33xl\:bg-orange-200\/80{background-color:hsla(32,98%,83%,.8)}.\33xl\:bg-orange-200\/85{background-color:hsla(32,98%,83%,.85)}.\33xl\:bg-orange-200\/90{background-color:hsla(32,98%,83%,.9)}.\33xl\:bg-orange-200\/95{background-color:hsla(32,98%,83%,.95)}.\33xl\:bg-orange-300{--tw-bg-opacity:1;background-color:rgba(253,186,116,var(--tw-bg-opacity))}.\33xl\:bg-orange-300\/0{background-color:hsla(31,97%,72%,0)}.\33xl\:bg-orange-300\/10{background-color:hsla(31,97%,72%,.1)}.\33xl\:bg-orange-300\/100{background-color:#fdba74}.\33xl\:bg-orange-300\/15{background-color:hsla(31,97%,72%,.15)}.\33xl\:bg-orange-300\/20{background-color:hsla(31,97%,72%,.2)}.\33xl\:bg-orange-300\/25{background-color:hsla(31,97%,72%,.25)}.\33xl\:bg-orange-300\/30{background-color:hsla(31,97%,72%,.3)}.\33xl\:bg-orange-300\/35{background-color:hsla(31,97%,72%,.35)}.\33xl\:bg-orange-300\/40{background-color:hsla(31,97%,72%,.4)}.\33xl\:bg-orange-300\/45{background-color:hsla(31,97%,72%,.45)}.\33xl\:bg-orange-300\/5{background-color:hsla(31,97%,72%,.05)}.\33xl\:bg-orange-300\/50{background-color:hsla(31,97%,72%,.5)}.\33xl\:bg-orange-300\/55{background-color:hsla(31,97%,72%,.55)}.\33xl\:bg-orange-300\/60{background-color:hsla(31,97%,72%,.6)}.\33xl\:bg-orange-300\/65{background-color:hsla(31,97%,72%,.65)}.\33xl\:bg-orange-300\/70{background-color:hsla(31,97%,72%,.7)}.\33xl\:bg-orange-300\/75{background-color:hsla(31,97%,72%,.75)}.\33xl\:bg-orange-300\/80{background-color:hsla(31,97%,72%,.8)}.\33xl\:bg-orange-300\/85{background-color:hsla(31,97%,72%,.85)}.\33xl\:bg-orange-300\/90{background-color:hsla(31,97%,72%,.9)}.\33xl\:bg-orange-300\/95{background-color:hsla(31,97%,72%,.95)}.\33xl\:bg-orange-400{--tw-bg-opacity:1;background-color:rgba(251,146,60,var(--tw-bg-opacity))}.\33xl\:bg-orange-400\/0{background-color:rgba(251,146,60,0)}.\33xl\:bg-orange-400\/10{background-color:rgba(251,146,60,.1)}.\33xl\:bg-orange-400\/100{background-color:#fb923c}.\33xl\:bg-orange-400\/15{background-color:rgba(251,146,60,.15)}.\33xl\:bg-orange-400\/20{background-color:rgba(251,146,60,.2)}.\33xl\:bg-orange-400\/25{background-color:rgba(251,146,60,.25)}.\33xl\:bg-orange-400\/30{background-color:rgba(251,146,60,.3)}.\33xl\:bg-orange-400\/35{background-color:rgba(251,146,60,.35)}.\33xl\:bg-orange-400\/40{background-color:rgba(251,146,60,.4)}.\33xl\:bg-orange-400\/45{background-color:rgba(251,146,60,.45)}.\33xl\:bg-orange-400\/5{background-color:rgba(251,146,60,.05)}.\33xl\:bg-orange-400\/50{background-color:rgba(251,146,60,.5)}.\33xl\:bg-orange-400\/55{background-color:rgba(251,146,60,.55)}.\33xl\:bg-orange-400\/60{background-color:rgba(251,146,60,.6)}.\33xl\:bg-orange-400\/65{background-color:rgba(251,146,60,.65)}.\33xl\:bg-orange-400\/70{background-color:rgba(251,146,60,.7)}.\33xl\:bg-orange-400\/75{background-color:rgba(251,146,60,.75)}.\33xl\:bg-orange-400\/80{background-color:rgba(251,146,60,.8)}.\33xl\:bg-orange-400\/85{background-color:rgba(251,146,60,.85)}.\33xl\:bg-orange-400\/90{background-color:rgba(251,146,60,.9)}.\33xl\:bg-orange-400\/95{background-color:rgba(251,146,60,.95)}.\33xl\:bg-orange-50{--tw-bg-opacity:1;background-color:rgba(255,247,237,var(--tw-bg-opacity))}.\33xl\:bg-orange-50\/0{background-color:rgba(255,247,237,0)}.\33xl\:bg-orange-50\/10{background-color:rgba(255,247,237,.1)}.\33xl\:bg-orange-50\/100{background-color:#fff7ed}.\33xl\:bg-orange-50\/15{background-color:rgba(255,247,237,.15)}.\33xl\:bg-orange-50\/20{background-color:rgba(255,247,237,.2)}.\33xl\:bg-orange-50\/25{background-color:rgba(255,247,237,.25)}.\33xl\:bg-orange-50\/30{background-color:rgba(255,247,237,.3)}.\33xl\:bg-orange-50\/35{background-color:rgba(255,247,237,.35)}.\33xl\:bg-orange-50\/40{background-color:rgba(255,247,237,.4)}.\33xl\:bg-orange-50\/45{background-color:rgba(255,247,237,.45)}.\33xl\:bg-orange-50\/5{background-color:rgba(255,247,237,.05)}.\33xl\:bg-orange-50\/50{background-color:rgba(255,247,237,.5)}.\33xl\:bg-orange-50\/55{background-color:rgba(255,247,237,.55)}.\33xl\:bg-orange-50\/60{background-color:rgba(255,247,237,.6)}.\33xl\:bg-orange-50\/65{background-color:rgba(255,247,237,.65)}.\33xl\:bg-orange-50\/70{background-color:rgba(255,247,237,.7)}.\33xl\:bg-orange-50\/75{background-color:rgba(255,247,237,.75)}.\33xl\:bg-orange-50\/80{background-color:rgba(255,247,237,.8)}.\33xl\:bg-orange-50\/85{background-color:rgba(255,247,237,.85)}.\33xl\:bg-orange-50\/90{background-color:rgba(255,247,237,.9)}.\33xl\:bg-orange-50\/95{background-color:rgba(255,247,237,.95)}.\33xl\:bg-orange-500{--tw-bg-opacity:1;background-color:rgba(249,115,22,var(--tw-bg-opacity))}.\33xl\:bg-orange-500\/0{background-color:rgba(249,115,22,0)}.\33xl\:bg-orange-500\/10{background-color:rgba(249,115,22,.1)}.\33xl\:bg-orange-500\/100{background-color:#f97316}.\33xl\:bg-orange-500\/15{background-color:rgba(249,115,22,.15)}.\33xl\:bg-orange-500\/20{background-color:rgba(249,115,22,.2)}.\33xl\:bg-orange-500\/25{background-color:rgba(249,115,22,.25)}.\33xl\:bg-orange-500\/30{background-color:rgba(249,115,22,.3)}.\33xl\:bg-orange-500\/35{background-color:rgba(249,115,22,.35)}.\33xl\:bg-orange-500\/40{background-color:rgba(249,115,22,.4)}.\33xl\:bg-orange-500\/45{background-color:rgba(249,115,22,.45)}.\33xl\:bg-orange-500\/5{background-color:rgba(249,115,22,.05)}.\33xl\:bg-orange-500\/50{background-color:rgba(249,115,22,.5)}.\33xl\:bg-orange-500\/55{background-color:rgba(249,115,22,.55)}.\33xl\:bg-orange-500\/60{background-color:rgba(249,115,22,.6)}.\33xl\:bg-orange-500\/65{background-color:rgba(249,115,22,.65)}.\33xl\:bg-orange-500\/70{background-color:rgba(249,115,22,.7)}.\33xl\:bg-orange-500\/75{background-color:rgba(249,115,22,.75)}.\33xl\:bg-orange-500\/80{background-color:rgba(249,115,22,.8)}.\33xl\:bg-orange-500\/85{background-color:rgba(249,115,22,.85)}.\33xl\:bg-orange-500\/90{background-color:rgba(249,115,22,.9)}.\33xl\:bg-orange-500\/95{background-color:rgba(249,115,22,.95)}.\33xl\:bg-orange-600{--tw-bg-opacity:1;background-color:rgba(234,88,12,var(--tw-bg-opacity))}.\33xl\:bg-orange-600\/0{background-color:rgba(234,88,12,0)}.\33xl\:bg-orange-600\/10{background-color:rgba(234,88,12,.1)}.\33xl\:bg-orange-600\/100{background-color:#ea580c}.\33xl\:bg-orange-600\/15{background-color:rgba(234,88,12,.15)}.\33xl\:bg-orange-600\/20{background-color:rgba(234,88,12,.2)}.\33xl\:bg-orange-600\/25{background-color:rgba(234,88,12,.25)}.\33xl\:bg-orange-600\/30{background-color:rgba(234,88,12,.3)}.\33xl\:bg-orange-600\/35{background-color:rgba(234,88,12,.35)}.\33xl\:bg-orange-600\/40{background-color:rgba(234,88,12,.4)}.\33xl\:bg-orange-600\/45{background-color:rgba(234,88,12,.45)}.\33xl\:bg-orange-600\/5{background-color:rgba(234,88,12,.05)}.\33xl\:bg-orange-600\/50{background-color:rgba(234,88,12,.5)}.\33xl\:bg-orange-600\/55{background-color:rgba(234,88,12,.55)}.\33xl\:bg-orange-600\/60{background-color:rgba(234,88,12,.6)}.\33xl\:bg-orange-600\/65{background-color:rgba(234,88,12,.65)}.\33xl\:bg-orange-600\/70{background-color:rgba(234,88,12,.7)}.\33xl\:bg-orange-600\/75{background-color:rgba(234,88,12,.75)}.\33xl\:bg-orange-600\/80{background-color:rgba(234,88,12,.8)}.\33xl\:bg-orange-600\/85{background-color:rgba(234,88,12,.85)}.\33xl\:bg-orange-600\/90{background-color:rgba(234,88,12,.9)}.\33xl\:bg-orange-600\/95{background-color:rgba(234,88,12,.95)}.\33xl\:bg-orange-700{--tw-bg-opacity:1;background-color:rgba(194,65,12,var(--tw-bg-opacity))}.\33xl\:bg-orange-700\/0{background-color:rgba(194,65,12,0)}.\33xl\:bg-orange-700\/10{background-color:rgba(194,65,12,.1)}.\33xl\:bg-orange-700\/100{background-color:#c2410c}.\33xl\:bg-orange-700\/15{background-color:rgba(194,65,12,.15)}.\33xl\:bg-orange-700\/20{background-color:rgba(194,65,12,.2)}.\33xl\:bg-orange-700\/25{background-color:rgba(194,65,12,.25)}.\33xl\:bg-orange-700\/30{background-color:rgba(194,65,12,.3)}.\33xl\:bg-orange-700\/35{background-color:rgba(194,65,12,.35)}.\33xl\:bg-orange-700\/40{background-color:rgba(194,65,12,.4)}.\33xl\:bg-orange-700\/45{background-color:rgba(194,65,12,.45)}.\33xl\:bg-orange-700\/5{background-color:rgba(194,65,12,.05)}.\33xl\:bg-orange-700\/50{background-color:rgba(194,65,12,.5)}.\33xl\:bg-orange-700\/55{background-color:rgba(194,65,12,.55)}.\33xl\:bg-orange-700\/60{background-color:rgba(194,65,12,.6)}.\33xl\:bg-orange-700\/65{background-color:rgba(194,65,12,.65)}.\33xl\:bg-orange-700\/70{background-color:rgba(194,65,12,.7)}.\33xl\:bg-orange-700\/75{background-color:rgba(194,65,12,.75)}.\33xl\:bg-orange-700\/80{background-color:rgba(194,65,12,.8)}.\33xl\:bg-orange-700\/85{background-color:rgba(194,65,12,.85)}.\33xl\:bg-orange-700\/90{background-color:rgba(194,65,12,.9)}.\33xl\:bg-orange-700\/95{background-color:rgba(194,65,12,.95)}.\33xl\:bg-orange-800{--tw-bg-opacity:1;background-color:rgba(154,52,18,var(--tw-bg-opacity))}.\33xl\:bg-orange-800\/0{background-color:rgba(154,52,18,0)}.\33xl\:bg-orange-800\/10{background-color:rgba(154,52,18,.1)}.\33xl\:bg-orange-800\/100{background-color:#9a3412}.\33xl\:bg-orange-800\/15{background-color:rgba(154,52,18,.15)}.\33xl\:bg-orange-800\/20{background-color:rgba(154,52,18,.2)}.\33xl\:bg-orange-800\/25{background-color:rgba(154,52,18,.25)}.\33xl\:bg-orange-800\/30{background-color:rgba(154,52,18,.3)}.\33xl\:bg-orange-800\/35{background-color:rgba(154,52,18,.35)}.\33xl\:bg-orange-800\/40{background-color:rgba(154,52,18,.4)}.\33xl\:bg-orange-800\/45{background-color:rgba(154,52,18,.45)}.\33xl\:bg-orange-800\/5{background-color:rgba(154,52,18,.05)}.\33xl\:bg-orange-800\/50{background-color:rgba(154,52,18,.5)}.\33xl\:bg-orange-800\/55{background-color:rgba(154,52,18,.55)}.\33xl\:bg-orange-800\/60{background-color:rgba(154,52,18,.6)}.\33xl\:bg-orange-800\/65{background-color:rgba(154,52,18,.65)}.\33xl\:bg-orange-800\/70{background-color:rgba(154,52,18,.7)}.\33xl\:bg-orange-800\/75{background-color:rgba(154,52,18,.75)}.\33xl\:bg-orange-800\/80{background-color:rgba(154,52,18,.8)}.\33xl\:bg-orange-800\/85{background-color:rgba(154,52,18,.85)}.\33xl\:bg-orange-800\/90{background-color:rgba(154,52,18,.9)}.\33xl\:bg-orange-800\/95{background-color:rgba(154,52,18,.95)}.\33xl\:bg-orange-900{--tw-bg-opacity:1;background-color:rgba(124,45,18,var(--tw-bg-opacity))}.\33xl\:bg-orange-900\/0{background-color:rgba(124,45,18,0)}.\33xl\:bg-orange-900\/10{background-color:rgba(124,45,18,.1)}.\33xl\:bg-orange-900\/100{background-color:#7c2d12}.\33xl\:bg-orange-900\/15{background-color:rgba(124,45,18,.15)}.\33xl\:bg-orange-900\/20{background-color:rgba(124,45,18,.2)}.\33xl\:bg-orange-900\/25{background-color:rgba(124,45,18,.25)}.\33xl\:bg-orange-900\/30{background-color:rgba(124,45,18,.3)}.\33xl\:bg-orange-900\/35{background-color:rgba(124,45,18,.35)}.\33xl\:bg-orange-900\/40{background-color:rgba(124,45,18,.4)}.\33xl\:bg-orange-900\/45{background-color:rgba(124,45,18,.45)}.\33xl\:bg-orange-900\/5{background-color:rgba(124,45,18,.05)}.\33xl\:bg-orange-900\/50{background-color:rgba(124,45,18,.5)}.\33xl\:bg-orange-900\/55{background-color:rgba(124,45,18,.55)}.\33xl\:bg-orange-900\/60{background-color:rgba(124,45,18,.6)}.\33xl\:bg-orange-900\/65{background-color:rgba(124,45,18,.65)}.\33xl\:bg-orange-900\/70{background-color:rgba(124,45,18,.7)}.\33xl\:bg-orange-900\/75{background-color:rgba(124,45,18,.75)}.\33xl\:bg-orange-900\/80{background-color:rgba(124,45,18,.8)}.\33xl\:bg-orange-900\/85{background-color:rgba(124,45,18,.85)}.\33xl\:bg-orange-900\/90{background-color:rgba(124,45,18,.9)}.\33xl\:bg-orange-900\/95{background-color:rgba(124,45,18,.95)}.\33xl\:bg-orange-950{--tw-bg-opacity:1;background-color:rgba(67,20,7,var(--tw-bg-opacity))}.\33xl\:bg-orange-950\/0{background-color:rgba(67,20,7,0)}.\33xl\:bg-orange-950\/10{background-color:rgba(67,20,7,.1)}.\33xl\:bg-orange-950\/100{background-color:#431407}.\33xl\:bg-orange-950\/15{background-color:rgba(67,20,7,.15)}.\33xl\:bg-orange-950\/20{background-color:rgba(67,20,7,.2)}.\33xl\:bg-orange-950\/25{background-color:rgba(67,20,7,.25)}.\33xl\:bg-orange-950\/30{background-color:rgba(67,20,7,.3)}.\33xl\:bg-orange-950\/35{background-color:rgba(67,20,7,.35)}.\33xl\:bg-orange-950\/40{background-color:rgba(67,20,7,.4)}.\33xl\:bg-orange-950\/45{background-color:rgba(67,20,7,.45)}.\33xl\:bg-orange-950\/5{background-color:rgba(67,20,7,.05)}.\33xl\:bg-orange-950\/50{background-color:rgba(67,20,7,.5)}.\33xl\:bg-orange-950\/55{background-color:rgba(67,20,7,.55)}.\33xl\:bg-orange-950\/60{background-color:rgba(67,20,7,.6)}.\33xl\:bg-orange-950\/65{background-color:rgba(67,20,7,.65)}.\33xl\:bg-orange-950\/70{background-color:rgba(67,20,7,.7)}.\33xl\:bg-orange-950\/75{background-color:rgba(67,20,7,.75)}.\33xl\:bg-orange-950\/80{background-color:rgba(67,20,7,.8)}.\33xl\:bg-orange-950\/85{background-color:rgba(67,20,7,.85)}.\33xl\:bg-orange-950\/90{background-color:rgba(67,20,7,.9)}.\33xl\:bg-orange-950\/95{background-color:rgba(67,20,7,.95)}.\33xl\:bg-pink-100{--tw-bg-opacity:1;background-color:rgba(252,231,243,var(--tw-bg-opacity))}.\33xl\:bg-pink-100\/0{background-color:rgba(252,231,243,0)}.\33xl\:bg-pink-100\/10{background-color:rgba(252,231,243,.1)}.\33xl\:bg-pink-100\/100{background-color:#fce7f3}.\33xl\:bg-pink-100\/15{background-color:rgba(252,231,243,.15)}.\33xl\:bg-pink-100\/20{background-color:rgba(252,231,243,.2)}.\33xl\:bg-pink-100\/25{background-color:rgba(252,231,243,.25)}.\33xl\:bg-pink-100\/30{background-color:rgba(252,231,243,.3)}.\33xl\:bg-pink-100\/35{background-color:rgba(252,231,243,.35)}.\33xl\:bg-pink-100\/40{background-color:rgba(252,231,243,.4)}.\33xl\:bg-pink-100\/45{background-color:rgba(252,231,243,.45)}.\33xl\:bg-pink-100\/5{background-color:rgba(252,231,243,.05)}.\33xl\:bg-pink-100\/50{background-color:rgba(252,231,243,.5)}.\33xl\:bg-pink-100\/55{background-color:rgba(252,231,243,.55)}.\33xl\:bg-pink-100\/60{background-color:rgba(252,231,243,.6)}.\33xl\:bg-pink-100\/65{background-color:rgba(252,231,243,.65)}.\33xl\:bg-pink-100\/70{background-color:rgba(252,231,243,.7)}.\33xl\:bg-pink-100\/75{background-color:rgba(252,231,243,.75)}.\33xl\:bg-pink-100\/80{background-color:rgba(252,231,243,.8)}.\33xl\:bg-pink-100\/85{background-color:rgba(252,231,243,.85)}.\33xl\:bg-pink-100\/90{background-color:rgba(252,231,243,.9)}.\33xl\:bg-pink-100\/95{background-color:rgba(252,231,243,.95)}.\33xl\:bg-pink-200{--tw-bg-opacity:1;background-color:rgba(251,207,232,var(--tw-bg-opacity))}.\33xl\:bg-pink-200\/0{background-color:rgba(251,207,232,0)}.\33xl\:bg-pink-200\/10{background-color:rgba(251,207,232,.1)}.\33xl\:bg-pink-200\/100{background-color:#fbcfe8}.\33xl\:bg-pink-200\/15{background-color:rgba(251,207,232,.15)}.\33xl\:bg-pink-200\/20{background-color:rgba(251,207,232,.2)}.\33xl\:bg-pink-200\/25{background-color:rgba(251,207,232,.25)}.\33xl\:bg-pink-200\/30{background-color:rgba(251,207,232,.3)}.\33xl\:bg-pink-200\/35{background-color:rgba(251,207,232,.35)}.\33xl\:bg-pink-200\/40{background-color:rgba(251,207,232,.4)}.\33xl\:bg-pink-200\/45{background-color:rgba(251,207,232,.45)}.\33xl\:bg-pink-200\/5{background-color:rgba(251,207,232,.05)}.\33xl\:bg-pink-200\/50{background-color:rgba(251,207,232,.5)}.\33xl\:bg-pink-200\/55{background-color:rgba(251,207,232,.55)}.\33xl\:bg-pink-200\/60{background-color:rgba(251,207,232,.6)}.\33xl\:bg-pink-200\/65{background-color:rgba(251,207,232,.65)}.\33xl\:bg-pink-200\/70{background-color:rgba(251,207,232,.7)}.\33xl\:bg-pink-200\/75{background-color:rgba(251,207,232,.75)}.\33xl\:bg-pink-200\/80{background-color:rgba(251,207,232,.8)}.\33xl\:bg-pink-200\/85{background-color:rgba(251,207,232,.85)}.\33xl\:bg-pink-200\/90{background-color:rgba(251,207,232,.9)}.\33xl\:bg-pink-200\/95{background-color:rgba(251,207,232,.95)}.\33xl\:bg-pink-300{--tw-bg-opacity:1;background-color:rgba(249,168,212,var(--tw-bg-opacity))}.\33xl\:bg-pink-300\/0{background-color:rgba(249,168,212,0)}.\33xl\:bg-pink-300\/10{background-color:rgba(249,168,212,.1)}.\33xl\:bg-pink-300\/100{background-color:#f9a8d4}.\33xl\:bg-pink-300\/15{background-color:rgba(249,168,212,.15)}.\33xl\:bg-pink-300\/20{background-color:rgba(249,168,212,.2)}.\33xl\:bg-pink-300\/25{background-color:rgba(249,168,212,.25)}.\33xl\:bg-pink-300\/30{background-color:rgba(249,168,212,.3)}.\33xl\:bg-pink-300\/35{background-color:rgba(249,168,212,.35)}.\33xl\:bg-pink-300\/40{background-color:rgba(249,168,212,.4)}.\33xl\:bg-pink-300\/45{background-color:rgba(249,168,212,.45)}.\33xl\:bg-pink-300\/5{background-color:rgba(249,168,212,.05)}.\33xl\:bg-pink-300\/50{background-color:rgba(249,168,212,.5)}.\33xl\:bg-pink-300\/55{background-color:rgba(249,168,212,.55)}.\33xl\:bg-pink-300\/60{background-color:rgba(249,168,212,.6)}.\33xl\:bg-pink-300\/65{background-color:rgba(249,168,212,.65)}.\33xl\:bg-pink-300\/70{background-color:rgba(249,168,212,.7)}.\33xl\:bg-pink-300\/75{background-color:rgba(249,168,212,.75)}.\33xl\:bg-pink-300\/80{background-color:rgba(249,168,212,.8)}.\33xl\:bg-pink-300\/85{background-color:rgba(249,168,212,.85)}.\33xl\:bg-pink-300\/90{background-color:rgba(249,168,212,.9)}.\33xl\:bg-pink-300\/95{background-color:rgba(249,168,212,.95)}.\33xl\:bg-pink-400{--tw-bg-opacity:1;background-color:rgba(244,114,182,var(--tw-bg-opacity))}.\33xl\:bg-pink-400\/0{background-color:rgba(244,114,182,0)}.\33xl\:bg-pink-400\/10{background-color:rgba(244,114,182,.1)}.\33xl\:bg-pink-400\/100{background-color:#f472b6}.\33xl\:bg-pink-400\/15{background-color:rgba(244,114,182,.15)}.\33xl\:bg-pink-400\/20{background-color:rgba(244,114,182,.2)}.\33xl\:bg-pink-400\/25{background-color:rgba(244,114,182,.25)}.\33xl\:bg-pink-400\/30{background-color:rgba(244,114,182,.3)}.\33xl\:bg-pink-400\/35{background-color:rgba(244,114,182,.35)}.\33xl\:bg-pink-400\/40{background-color:rgba(244,114,182,.4)}.\33xl\:bg-pink-400\/45{background-color:rgba(244,114,182,.45)}.\33xl\:bg-pink-400\/5{background-color:rgba(244,114,182,.05)}.\33xl\:bg-pink-400\/50{background-color:rgba(244,114,182,.5)}.\33xl\:bg-pink-400\/55{background-color:rgba(244,114,182,.55)}.\33xl\:bg-pink-400\/60{background-color:rgba(244,114,182,.6)}.\33xl\:bg-pink-400\/65{background-color:rgba(244,114,182,.65)}.\33xl\:bg-pink-400\/70{background-color:rgba(244,114,182,.7)}.\33xl\:bg-pink-400\/75{background-color:rgba(244,114,182,.75)}.\33xl\:bg-pink-400\/80{background-color:rgba(244,114,182,.8)}.\33xl\:bg-pink-400\/85{background-color:rgba(244,114,182,.85)}.\33xl\:bg-pink-400\/90{background-color:rgba(244,114,182,.9)}.\33xl\:bg-pink-400\/95{background-color:rgba(244,114,182,.95)}.\33xl\:bg-pink-50{--tw-bg-opacity:1;background-color:rgba(253,242,248,var(--tw-bg-opacity))}.\33xl\:bg-pink-50\/0{background-color:rgba(253,242,248,0)}.\33xl\:bg-pink-50\/10{background-color:rgba(253,242,248,.1)}.\33xl\:bg-pink-50\/100{background-color:#fdf2f8}.\33xl\:bg-pink-50\/15{background-color:rgba(253,242,248,.15)}.\33xl\:bg-pink-50\/20{background-color:rgba(253,242,248,.2)}.\33xl\:bg-pink-50\/25{background-color:rgba(253,242,248,.25)}.\33xl\:bg-pink-50\/30{background-color:rgba(253,242,248,.3)}.\33xl\:bg-pink-50\/35{background-color:rgba(253,242,248,.35)}.\33xl\:bg-pink-50\/40{background-color:rgba(253,242,248,.4)}.\33xl\:bg-pink-50\/45{background-color:rgba(253,242,248,.45)}.\33xl\:bg-pink-50\/5{background-color:rgba(253,242,248,.05)}.\33xl\:bg-pink-50\/50{background-color:rgba(253,242,248,.5)}.\33xl\:bg-pink-50\/55{background-color:rgba(253,242,248,.55)}.\33xl\:bg-pink-50\/60{background-color:rgba(253,242,248,.6)}.\33xl\:bg-pink-50\/65{background-color:rgba(253,242,248,.65)}.\33xl\:bg-pink-50\/70{background-color:rgba(253,242,248,.7)}.\33xl\:bg-pink-50\/75{background-color:rgba(253,242,248,.75)}.\33xl\:bg-pink-50\/80{background-color:rgba(253,242,248,.8)}.\33xl\:bg-pink-50\/85{background-color:rgba(253,242,248,.85)}.\33xl\:bg-pink-50\/90{background-color:rgba(253,242,248,.9)}.\33xl\:bg-pink-50\/95{background-color:rgba(253,242,248,.95)}.\33xl\:bg-pink-500{--tw-bg-opacity:1;background-color:rgba(236,72,153,var(--tw-bg-opacity))}.\33xl\:bg-pink-500\/0{background-color:rgba(236,72,153,0)}.\33xl\:bg-pink-500\/10{background-color:rgba(236,72,153,.1)}.\33xl\:bg-pink-500\/100{background-color:#ec4899}.\33xl\:bg-pink-500\/15{background-color:rgba(236,72,153,.15)}.\33xl\:bg-pink-500\/20{background-color:rgba(236,72,153,.2)}.\33xl\:bg-pink-500\/25{background-color:rgba(236,72,153,.25)}.\33xl\:bg-pink-500\/30{background-color:rgba(236,72,153,.3)}.\33xl\:bg-pink-500\/35{background-color:rgba(236,72,153,.35)}.\33xl\:bg-pink-500\/40{background-color:rgba(236,72,153,.4)}.\33xl\:bg-pink-500\/45{background-color:rgba(236,72,153,.45)}.\33xl\:bg-pink-500\/5{background-color:rgba(236,72,153,.05)}.\33xl\:bg-pink-500\/50{background-color:rgba(236,72,153,.5)}.\33xl\:bg-pink-500\/55{background-color:rgba(236,72,153,.55)}.\33xl\:bg-pink-500\/60{background-color:rgba(236,72,153,.6)}.\33xl\:bg-pink-500\/65{background-color:rgba(236,72,153,.65)}.\33xl\:bg-pink-500\/70{background-color:rgba(236,72,153,.7)}.\33xl\:bg-pink-500\/75{background-color:rgba(236,72,153,.75)}.\33xl\:bg-pink-500\/80{background-color:rgba(236,72,153,.8)}.\33xl\:bg-pink-500\/85{background-color:rgba(236,72,153,.85)}.\33xl\:bg-pink-500\/90{background-color:rgba(236,72,153,.9)}.\33xl\:bg-pink-500\/95{background-color:rgba(236,72,153,.95)}.\33xl\:bg-pink-600{--tw-bg-opacity:1;background-color:rgba(219,39,119,var(--tw-bg-opacity))}.\33xl\:bg-pink-600\/0{background-color:rgba(219,39,119,0)}.\33xl\:bg-pink-600\/10{background-color:rgba(219,39,119,.1)}.\33xl\:bg-pink-600\/100{background-color:#db2777}.\33xl\:bg-pink-600\/15{background-color:rgba(219,39,119,.15)}.\33xl\:bg-pink-600\/20{background-color:rgba(219,39,119,.2)}.\33xl\:bg-pink-600\/25{background-color:rgba(219,39,119,.25)}.\33xl\:bg-pink-600\/30{background-color:rgba(219,39,119,.3)}.\33xl\:bg-pink-600\/35{background-color:rgba(219,39,119,.35)}.\33xl\:bg-pink-600\/40{background-color:rgba(219,39,119,.4)}.\33xl\:bg-pink-600\/45{background-color:rgba(219,39,119,.45)}.\33xl\:bg-pink-600\/5{background-color:rgba(219,39,119,.05)}.\33xl\:bg-pink-600\/50{background-color:rgba(219,39,119,.5)}.\33xl\:bg-pink-600\/55{background-color:rgba(219,39,119,.55)}.\33xl\:bg-pink-600\/60{background-color:rgba(219,39,119,.6)}.\33xl\:bg-pink-600\/65{background-color:rgba(219,39,119,.65)}.\33xl\:bg-pink-600\/70{background-color:rgba(219,39,119,.7)}.\33xl\:bg-pink-600\/75{background-color:rgba(219,39,119,.75)}.\33xl\:bg-pink-600\/80{background-color:rgba(219,39,119,.8)}.\33xl\:bg-pink-600\/85{background-color:rgba(219,39,119,.85)}.\33xl\:bg-pink-600\/90{background-color:rgba(219,39,119,.9)}.\33xl\:bg-pink-600\/95{background-color:rgba(219,39,119,.95)}.\33xl\:bg-pink-700{--tw-bg-opacity:1;background-color:rgba(190,24,93,var(--tw-bg-opacity))}.\33xl\:bg-pink-700\/0{background-color:rgba(190,24,93,0)}.\33xl\:bg-pink-700\/10{background-color:rgba(190,24,93,.1)}.\33xl\:bg-pink-700\/100{background-color:#be185d}.\33xl\:bg-pink-700\/15{background-color:rgba(190,24,93,.15)}.\33xl\:bg-pink-700\/20{background-color:rgba(190,24,93,.2)}.\33xl\:bg-pink-700\/25{background-color:rgba(190,24,93,.25)}.\33xl\:bg-pink-700\/30{background-color:rgba(190,24,93,.3)}.\33xl\:bg-pink-700\/35{background-color:rgba(190,24,93,.35)}.\33xl\:bg-pink-700\/40{background-color:rgba(190,24,93,.4)}.\33xl\:bg-pink-700\/45{background-color:rgba(190,24,93,.45)}.\33xl\:bg-pink-700\/5{background-color:rgba(190,24,93,.05)}.\33xl\:bg-pink-700\/50{background-color:rgba(190,24,93,.5)}.\33xl\:bg-pink-700\/55{background-color:rgba(190,24,93,.55)}.\33xl\:bg-pink-700\/60{background-color:rgba(190,24,93,.6)}.\33xl\:bg-pink-700\/65{background-color:rgba(190,24,93,.65)}.\33xl\:bg-pink-700\/70{background-color:rgba(190,24,93,.7)}.\33xl\:bg-pink-700\/75{background-color:rgba(190,24,93,.75)}.\33xl\:bg-pink-700\/80{background-color:rgba(190,24,93,.8)}.\33xl\:bg-pink-700\/85{background-color:rgba(190,24,93,.85)}.\33xl\:bg-pink-700\/90{background-color:rgba(190,24,93,.9)}.\33xl\:bg-pink-700\/95{background-color:rgba(190,24,93,.95)}.\33xl\:bg-pink-800{--tw-bg-opacity:1;background-color:rgba(157,23,77,var(--tw-bg-opacity))}.\33xl\:bg-pink-800\/0{background-color:rgba(157,23,77,0)}.\33xl\:bg-pink-800\/10{background-color:rgba(157,23,77,.1)}.\33xl\:bg-pink-800\/100{background-color:#9d174d}.\33xl\:bg-pink-800\/15{background-color:rgba(157,23,77,.15)}.\33xl\:bg-pink-800\/20{background-color:rgba(157,23,77,.2)}.\33xl\:bg-pink-800\/25{background-color:rgba(157,23,77,.25)}.\33xl\:bg-pink-800\/30{background-color:rgba(157,23,77,.3)}.\33xl\:bg-pink-800\/35{background-color:rgba(157,23,77,.35)}.\33xl\:bg-pink-800\/40{background-color:rgba(157,23,77,.4)}.\33xl\:bg-pink-800\/45{background-color:rgba(157,23,77,.45)}.\33xl\:bg-pink-800\/5{background-color:rgba(157,23,77,.05)}.\33xl\:bg-pink-800\/50{background-color:rgba(157,23,77,.5)}.\33xl\:bg-pink-800\/55{background-color:rgba(157,23,77,.55)}.\33xl\:bg-pink-800\/60{background-color:rgba(157,23,77,.6)}.\33xl\:bg-pink-800\/65{background-color:rgba(157,23,77,.65)}.\33xl\:bg-pink-800\/70{background-color:rgba(157,23,77,.7)}.\33xl\:bg-pink-800\/75{background-color:rgba(157,23,77,.75)}.\33xl\:bg-pink-800\/80{background-color:rgba(157,23,77,.8)}.\33xl\:bg-pink-800\/85{background-color:rgba(157,23,77,.85)}.\33xl\:bg-pink-800\/90{background-color:rgba(157,23,77,.9)}.\33xl\:bg-pink-800\/95{background-color:rgba(157,23,77,.95)}.\33xl\:bg-pink-900{--tw-bg-opacity:1;background-color:rgba(131,24,67,var(--tw-bg-opacity))}.\33xl\:bg-pink-900\/0{background-color:rgba(131,24,67,0)}.\33xl\:bg-pink-900\/10{background-color:rgba(131,24,67,.1)}.\33xl\:bg-pink-900\/100{background-color:#831843}.\33xl\:bg-pink-900\/15{background-color:rgba(131,24,67,.15)}.\33xl\:bg-pink-900\/20{background-color:rgba(131,24,67,.2)}.\33xl\:bg-pink-900\/25{background-color:rgba(131,24,67,.25)}.\33xl\:bg-pink-900\/30{background-color:rgba(131,24,67,.3)}.\33xl\:bg-pink-900\/35{background-color:rgba(131,24,67,.35)}.\33xl\:bg-pink-900\/40{background-color:rgba(131,24,67,.4)}.\33xl\:bg-pink-900\/45{background-color:rgba(131,24,67,.45)}.\33xl\:bg-pink-900\/5{background-color:rgba(131,24,67,.05)}.\33xl\:bg-pink-900\/50{background-color:rgba(131,24,67,.5)}.\33xl\:bg-pink-900\/55{background-color:rgba(131,24,67,.55)}.\33xl\:bg-pink-900\/60{background-color:rgba(131,24,67,.6)}.\33xl\:bg-pink-900\/65{background-color:rgba(131,24,67,.65)}.\33xl\:bg-pink-900\/70{background-color:rgba(131,24,67,.7)}.\33xl\:bg-pink-900\/75{background-color:rgba(131,24,67,.75)}.\33xl\:bg-pink-900\/80{background-color:rgba(131,24,67,.8)}.\33xl\:bg-pink-900\/85{background-color:rgba(131,24,67,.85)}.\33xl\:bg-pink-900\/90{background-color:rgba(131,24,67,.9)}.\33xl\:bg-pink-900\/95{background-color:rgba(131,24,67,.95)}.\33xl\:bg-pink-950{--tw-bg-opacity:1;background-color:rgba(80,7,36,var(--tw-bg-opacity))}.\33xl\:bg-pink-950\/0{background-color:rgba(80,7,36,0)}.\33xl\:bg-pink-950\/10{background-color:rgba(80,7,36,.1)}.\33xl\:bg-pink-950\/100{background-color:#500724}.\33xl\:bg-pink-950\/15{background-color:rgba(80,7,36,.15)}.\33xl\:bg-pink-950\/20{background-color:rgba(80,7,36,.2)}.\33xl\:bg-pink-950\/25{background-color:rgba(80,7,36,.25)}.\33xl\:bg-pink-950\/30{background-color:rgba(80,7,36,.3)}.\33xl\:bg-pink-950\/35{background-color:rgba(80,7,36,.35)}.\33xl\:bg-pink-950\/40{background-color:rgba(80,7,36,.4)}.\33xl\:bg-pink-950\/45{background-color:rgba(80,7,36,.45)}.\33xl\:bg-pink-950\/5{background-color:rgba(80,7,36,.05)}.\33xl\:bg-pink-950\/50{background-color:rgba(80,7,36,.5)}.\33xl\:bg-pink-950\/55{background-color:rgba(80,7,36,.55)}.\33xl\:bg-pink-950\/60{background-color:rgba(80,7,36,.6)}.\33xl\:bg-pink-950\/65{background-color:rgba(80,7,36,.65)}.\33xl\:bg-pink-950\/70{background-color:rgba(80,7,36,.7)}.\33xl\:bg-pink-950\/75{background-color:rgba(80,7,36,.75)}.\33xl\:bg-pink-950\/80{background-color:rgba(80,7,36,.8)}.\33xl\:bg-pink-950\/85{background-color:rgba(80,7,36,.85)}.\33xl\:bg-pink-950\/90{background-color:rgba(80,7,36,.9)}.\33xl\:bg-pink-950\/95{background-color:rgba(80,7,36,.95)}.\33xl\:bg-primary{--tw-bg-opacity:1;background-color:rgba(105,194,242,var(--tw-bg-opacity))}.\33xl\:bg-primary-dark{--tw-bg-opacity:1;background-color:rgba(97,163,199,var(--tw-bg-opacity))}.\33xl\:bg-primary-dark\/0{background-color:rgba(97,163,199,0)}.\33xl\:bg-primary-dark\/10{background-color:rgba(97,163,199,.1)}.\33xl\:bg-primary-dark\/100{background-color:#61a3c7}.\33xl\:bg-primary-dark\/15{background-color:rgba(97,163,199,.15)}.\33xl\:bg-primary-dark\/20{background-color:rgba(97,163,199,.2)}.\33xl\:bg-primary-dark\/25{background-color:rgba(97,163,199,.25)}.\33xl\:bg-primary-dark\/30{background-color:rgba(97,163,199,.3)}.\33xl\:bg-primary-dark\/35{background-color:rgba(97,163,199,.35)}.\33xl\:bg-primary-dark\/40{background-color:rgba(97,163,199,.4)}.\33xl\:bg-primary-dark\/45{background-color:rgba(97,163,199,.45)}.\33xl\:bg-primary-dark\/5{background-color:rgba(97,163,199,.05)}.\33xl\:bg-primary-dark\/50{background-color:rgba(97,163,199,.5)}.\33xl\:bg-primary-dark\/55{background-color:rgba(97,163,199,.55)}.\33xl\:bg-primary-dark\/60{background-color:rgba(97,163,199,.6)}.\33xl\:bg-primary-dark\/65{background-color:rgba(97,163,199,.65)}.\33xl\:bg-primary-dark\/70{background-color:rgba(97,163,199,.7)}.\33xl\:bg-primary-dark\/75{background-color:rgba(97,163,199,.75)}.\33xl\:bg-primary-dark\/80{background-color:rgba(97,163,199,.8)}.\33xl\:bg-primary-dark\/85{background-color:rgba(97,163,199,.85)}.\33xl\:bg-primary-dark\/90{background-color:rgba(97,163,199,.9)}.\33xl\:bg-primary-dark\/95{background-color:rgba(97,163,199,.95)}.\33xl\:bg-primary\/0{background-color:rgba(105,194,242,0)}.\33xl\:bg-primary\/10{background-color:rgba(105,194,242,.1)}.\33xl\:bg-primary\/100{background-color:#69c2f2}.\33xl\:bg-primary\/15{background-color:rgba(105,194,242,.15)}.\33xl\:bg-primary\/20{background-color:rgba(105,194,242,.2)}.\33xl\:bg-primary\/25{background-color:rgba(105,194,242,.25)}.\33xl\:bg-primary\/30{background-color:rgba(105,194,242,.3)}.\33xl\:bg-primary\/35{background-color:rgba(105,194,242,.35)}.\33xl\:bg-primary\/40{background-color:rgba(105,194,242,.4)}.\33xl\:bg-primary\/45{background-color:rgba(105,194,242,.45)}.\33xl\:bg-primary\/5{background-color:rgba(105,194,242,.05)}.\33xl\:bg-primary\/50{background-color:rgba(105,194,242,.5)}.\33xl\:bg-primary\/55{background-color:rgba(105,194,242,.55)}.\33xl\:bg-primary\/60{background-color:rgba(105,194,242,.6)}.\33xl\:bg-primary\/65{background-color:rgba(105,194,242,.65)}.\33xl\:bg-primary\/70{background-color:rgba(105,194,242,.7)}.\33xl\:bg-primary\/75{background-color:rgba(105,194,242,.75)}.\33xl\:bg-primary\/80{background-color:rgba(105,194,242,.8)}.\33xl\:bg-primary\/85{background-color:rgba(105,194,242,.85)}.\33xl\:bg-primary\/90{background-color:rgba(105,194,242,.9)}.\33xl\:bg-primary\/95{background-color:rgba(105,194,242,.95)}.\33xl\:bg-purple-100{--tw-bg-opacity:1;background-color:rgba(243,232,255,var(--tw-bg-opacity))}.\33xl\:bg-purple-100\/0{background-color:rgba(243,232,255,0)}.\33xl\:bg-purple-100\/10{background-color:rgba(243,232,255,.1)}.\33xl\:bg-purple-100\/100{background-color:#f3e8ff}.\33xl\:bg-purple-100\/15{background-color:rgba(243,232,255,.15)}.\33xl\:bg-purple-100\/20{background-color:rgba(243,232,255,.2)}.\33xl\:bg-purple-100\/25{background-color:rgba(243,232,255,.25)}.\33xl\:bg-purple-100\/30{background-color:rgba(243,232,255,.3)}.\33xl\:bg-purple-100\/35{background-color:rgba(243,232,255,.35)}.\33xl\:bg-purple-100\/40{background-color:rgba(243,232,255,.4)}.\33xl\:bg-purple-100\/45{background-color:rgba(243,232,255,.45)}.\33xl\:bg-purple-100\/5{background-color:rgba(243,232,255,.05)}.\33xl\:bg-purple-100\/50{background-color:rgba(243,232,255,.5)}.\33xl\:bg-purple-100\/55{background-color:rgba(243,232,255,.55)}.\33xl\:bg-purple-100\/60{background-color:rgba(243,232,255,.6)}.\33xl\:bg-purple-100\/65{background-color:rgba(243,232,255,.65)}.\33xl\:bg-purple-100\/70{background-color:rgba(243,232,255,.7)}.\33xl\:bg-purple-100\/75{background-color:rgba(243,232,255,.75)}.\33xl\:bg-purple-100\/80{background-color:rgba(243,232,255,.8)}.\33xl\:bg-purple-100\/85{background-color:rgba(243,232,255,.85)}.\33xl\:bg-purple-100\/90{background-color:rgba(243,232,255,.9)}.\33xl\:bg-purple-100\/95{background-color:rgba(243,232,255,.95)}.\33xl\:bg-purple-200{--tw-bg-opacity:1;background-color:rgba(233,213,255,var(--tw-bg-opacity))}.\33xl\:bg-purple-200\/0{background-color:rgba(233,213,255,0)}.\33xl\:bg-purple-200\/10{background-color:rgba(233,213,255,.1)}.\33xl\:bg-purple-200\/100{background-color:#e9d5ff}.\33xl\:bg-purple-200\/15{background-color:rgba(233,213,255,.15)}.\33xl\:bg-purple-200\/20{background-color:rgba(233,213,255,.2)}.\33xl\:bg-purple-200\/25{background-color:rgba(233,213,255,.25)}.\33xl\:bg-purple-200\/30{background-color:rgba(233,213,255,.3)}.\33xl\:bg-purple-200\/35{background-color:rgba(233,213,255,.35)}.\33xl\:bg-purple-200\/40{background-color:rgba(233,213,255,.4)}.\33xl\:bg-purple-200\/45{background-color:rgba(233,213,255,.45)}.\33xl\:bg-purple-200\/5{background-color:rgba(233,213,255,.05)}.\33xl\:bg-purple-200\/50{background-color:rgba(233,213,255,.5)}.\33xl\:bg-purple-200\/55{background-color:rgba(233,213,255,.55)}.\33xl\:bg-purple-200\/60{background-color:rgba(233,213,255,.6)}.\33xl\:bg-purple-200\/65{background-color:rgba(233,213,255,.65)}.\33xl\:bg-purple-200\/70{background-color:rgba(233,213,255,.7)}.\33xl\:bg-purple-200\/75{background-color:rgba(233,213,255,.75)}.\33xl\:bg-purple-200\/80{background-color:rgba(233,213,255,.8)}.\33xl\:bg-purple-200\/85{background-color:rgba(233,213,255,.85)}.\33xl\:bg-purple-200\/90{background-color:rgba(233,213,255,.9)}.\33xl\:bg-purple-200\/95{background-color:rgba(233,213,255,.95)}.\33xl\:bg-purple-300{--tw-bg-opacity:1;background-color:rgba(216,180,254,var(--tw-bg-opacity))}.\33xl\:bg-purple-300\/0{background-color:rgba(216,180,254,0)}.\33xl\:bg-purple-300\/10{background-color:rgba(216,180,254,.1)}.\33xl\:bg-purple-300\/100{background-color:#d8b4fe}.\33xl\:bg-purple-300\/15{background-color:rgba(216,180,254,.15)}.\33xl\:bg-purple-300\/20{background-color:rgba(216,180,254,.2)}.\33xl\:bg-purple-300\/25{background-color:rgba(216,180,254,.25)}.\33xl\:bg-purple-300\/30{background-color:rgba(216,180,254,.3)}.\33xl\:bg-purple-300\/35{background-color:rgba(216,180,254,.35)}.\33xl\:bg-purple-300\/40{background-color:rgba(216,180,254,.4)}.\33xl\:bg-purple-300\/45{background-color:rgba(216,180,254,.45)}.\33xl\:bg-purple-300\/5{background-color:rgba(216,180,254,.05)}.\33xl\:bg-purple-300\/50{background-color:rgba(216,180,254,.5)}.\33xl\:bg-purple-300\/55{background-color:rgba(216,180,254,.55)}.\33xl\:bg-purple-300\/60{background-color:rgba(216,180,254,.6)}.\33xl\:bg-purple-300\/65{background-color:rgba(216,180,254,.65)}.\33xl\:bg-purple-300\/70{background-color:rgba(216,180,254,.7)}.\33xl\:bg-purple-300\/75{background-color:rgba(216,180,254,.75)}.\33xl\:bg-purple-300\/80{background-color:rgba(216,180,254,.8)}.\33xl\:bg-purple-300\/85{background-color:rgba(216,180,254,.85)}.\33xl\:bg-purple-300\/90{background-color:rgba(216,180,254,.9)}.\33xl\:bg-purple-300\/95{background-color:rgba(216,180,254,.95)}.\33xl\:bg-purple-400{--tw-bg-opacity:1;background-color:rgba(192,132,252,var(--tw-bg-opacity))}.\33xl\:bg-purple-400\/0{background-color:rgba(192,132,252,0)}.\33xl\:bg-purple-400\/10{background-color:rgba(192,132,252,.1)}.\33xl\:bg-purple-400\/100{background-color:#c084fc}.\33xl\:bg-purple-400\/15{background-color:rgba(192,132,252,.15)}.\33xl\:bg-purple-400\/20{background-color:rgba(192,132,252,.2)}.\33xl\:bg-purple-400\/25{background-color:rgba(192,132,252,.25)}.\33xl\:bg-purple-400\/30{background-color:rgba(192,132,252,.3)}.\33xl\:bg-purple-400\/35{background-color:rgba(192,132,252,.35)}.\33xl\:bg-purple-400\/40{background-color:rgba(192,132,252,.4)}.\33xl\:bg-purple-400\/45{background-color:rgba(192,132,252,.45)}.\33xl\:bg-purple-400\/5{background-color:rgba(192,132,252,.05)}.\33xl\:bg-purple-400\/50{background-color:rgba(192,132,252,.5)}.\33xl\:bg-purple-400\/55{background-color:rgba(192,132,252,.55)}.\33xl\:bg-purple-400\/60{background-color:rgba(192,132,252,.6)}.\33xl\:bg-purple-400\/65{background-color:rgba(192,132,252,.65)}.\33xl\:bg-purple-400\/70{background-color:rgba(192,132,252,.7)}.\33xl\:bg-purple-400\/75{background-color:rgba(192,132,252,.75)}.\33xl\:bg-purple-400\/80{background-color:rgba(192,132,252,.8)}.\33xl\:bg-purple-400\/85{background-color:rgba(192,132,252,.85)}.\33xl\:bg-purple-400\/90{background-color:rgba(192,132,252,.9)}.\33xl\:bg-purple-400\/95{background-color:rgba(192,132,252,.95)}.\33xl\:bg-purple-50{--tw-bg-opacity:1;background-color:rgba(250,245,255,var(--tw-bg-opacity))}.\33xl\:bg-purple-50\/0{background-color:rgba(250,245,255,0)}.\33xl\:bg-purple-50\/10{background-color:rgba(250,245,255,.1)}.\33xl\:bg-purple-50\/100{background-color:#faf5ff}.\33xl\:bg-purple-50\/15{background-color:rgba(250,245,255,.15)}.\33xl\:bg-purple-50\/20{background-color:rgba(250,245,255,.2)}.\33xl\:bg-purple-50\/25{background-color:rgba(250,245,255,.25)}.\33xl\:bg-purple-50\/30{background-color:rgba(250,245,255,.3)}.\33xl\:bg-purple-50\/35{background-color:rgba(250,245,255,.35)}.\33xl\:bg-purple-50\/40{background-color:rgba(250,245,255,.4)}.\33xl\:bg-purple-50\/45{background-color:rgba(250,245,255,.45)}.\33xl\:bg-purple-50\/5{background-color:rgba(250,245,255,.05)}.\33xl\:bg-purple-50\/50{background-color:rgba(250,245,255,.5)}.\33xl\:bg-purple-50\/55{background-color:rgba(250,245,255,.55)}.\33xl\:bg-purple-50\/60{background-color:rgba(250,245,255,.6)}.\33xl\:bg-purple-50\/65{background-color:rgba(250,245,255,.65)}.\33xl\:bg-purple-50\/70{background-color:rgba(250,245,255,.7)}.\33xl\:bg-purple-50\/75{background-color:rgba(250,245,255,.75)}.\33xl\:bg-purple-50\/80{background-color:rgba(250,245,255,.8)}.\33xl\:bg-purple-50\/85{background-color:rgba(250,245,255,.85)}.\33xl\:bg-purple-50\/90{background-color:rgba(250,245,255,.9)}.\33xl\:bg-purple-50\/95{background-color:rgba(250,245,255,.95)}.\33xl\:bg-purple-500{--tw-bg-opacity:1;background-color:rgba(168,85,247,var(--tw-bg-opacity))}.\33xl\:bg-purple-500\/0{background-color:rgba(168,85,247,0)}.\33xl\:bg-purple-500\/10{background-color:rgba(168,85,247,.1)}.\33xl\:bg-purple-500\/100{background-color:#a855f7}.\33xl\:bg-purple-500\/15{background-color:rgba(168,85,247,.15)}.\33xl\:bg-purple-500\/20{background-color:rgba(168,85,247,.2)}.\33xl\:bg-purple-500\/25{background-color:rgba(168,85,247,.25)}.\33xl\:bg-purple-500\/30{background-color:rgba(168,85,247,.3)}.\33xl\:bg-purple-500\/35{background-color:rgba(168,85,247,.35)}.\33xl\:bg-purple-500\/40{background-color:rgba(168,85,247,.4)}.\33xl\:bg-purple-500\/45{background-color:rgba(168,85,247,.45)}.\33xl\:bg-purple-500\/5{background-color:rgba(168,85,247,.05)}.\33xl\:bg-purple-500\/50{background-color:rgba(168,85,247,.5)}.\33xl\:bg-purple-500\/55{background-color:rgba(168,85,247,.55)}.\33xl\:bg-purple-500\/60{background-color:rgba(168,85,247,.6)}.\33xl\:bg-purple-500\/65{background-color:rgba(168,85,247,.65)}.\33xl\:bg-purple-500\/70{background-color:rgba(168,85,247,.7)}.\33xl\:bg-purple-500\/75{background-color:rgba(168,85,247,.75)}.\33xl\:bg-purple-500\/80{background-color:rgba(168,85,247,.8)}.\33xl\:bg-purple-500\/85{background-color:rgba(168,85,247,.85)}.\33xl\:bg-purple-500\/90{background-color:rgba(168,85,247,.9)}.\33xl\:bg-purple-500\/95{background-color:rgba(168,85,247,.95)}.\33xl\:bg-purple-600{--tw-bg-opacity:1;background-color:rgba(147,51,234,var(--tw-bg-opacity))}.\33xl\:bg-purple-600\/0{background-color:rgba(147,51,234,0)}.\33xl\:bg-purple-600\/10{background-color:rgba(147,51,234,.1)}.\33xl\:bg-purple-600\/100{background-color:#9333ea}.\33xl\:bg-purple-600\/15{background-color:rgba(147,51,234,.15)}.\33xl\:bg-purple-600\/20{background-color:rgba(147,51,234,.2)}.\33xl\:bg-purple-600\/25{background-color:rgba(147,51,234,.25)}.\33xl\:bg-purple-600\/30{background-color:rgba(147,51,234,.3)}.\33xl\:bg-purple-600\/35{background-color:rgba(147,51,234,.35)}.\33xl\:bg-purple-600\/40{background-color:rgba(147,51,234,.4)}.\33xl\:bg-purple-600\/45{background-color:rgba(147,51,234,.45)}.\33xl\:bg-purple-600\/5{background-color:rgba(147,51,234,.05)}.\33xl\:bg-purple-600\/50{background-color:rgba(147,51,234,.5)}.\33xl\:bg-purple-600\/55{background-color:rgba(147,51,234,.55)}.\33xl\:bg-purple-600\/60{background-color:rgba(147,51,234,.6)}.\33xl\:bg-purple-600\/65{background-color:rgba(147,51,234,.65)}.\33xl\:bg-purple-600\/70{background-color:rgba(147,51,234,.7)}.\33xl\:bg-purple-600\/75{background-color:rgba(147,51,234,.75)}.\33xl\:bg-purple-600\/80{background-color:rgba(147,51,234,.8)}.\33xl\:bg-purple-600\/85{background-color:rgba(147,51,234,.85)}.\33xl\:bg-purple-600\/90{background-color:rgba(147,51,234,.9)}.\33xl\:bg-purple-600\/95{background-color:rgba(147,51,234,.95)}.\33xl\:bg-purple-700{--tw-bg-opacity:1;background-color:rgba(126,34,206,var(--tw-bg-opacity))}.\33xl\:bg-purple-700\/0{background-color:rgba(126,34,206,0)}.\33xl\:bg-purple-700\/10{background-color:rgba(126,34,206,.1)}.\33xl\:bg-purple-700\/100{background-color:#7e22ce}.\33xl\:bg-purple-700\/15{background-color:rgba(126,34,206,.15)}.\33xl\:bg-purple-700\/20{background-color:rgba(126,34,206,.2)}.\33xl\:bg-purple-700\/25{background-color:rgba(126,34,206,.25)}.\33xl\:bg-purple-700\/30{background-color:rgba(126,34,206,.3)}.\33xl\:bg-purple-700\/35{background-color:rgba(126,34,206,.35)}.\33xl\:bg-purple-700\/40{background-color:rgba(126,34,206,.4)}.\33xl\:bg-purple-700\/45{background-color:rgba(126,34,206,.45)}.\33xl\:bg-purple-700\/5{background-color:rgba(126,34,206,.05)}.\33xl\:bg-purple-700\/50{background-color:rgba(126,34,206,.5)}.\33xl\:bg-purple-700\/55{background-color:rgba(126,34,206,.55)}.\33xl\:bg-purple-700\/60{background-color:rgba(126,34,206,.6)}.\33xl\:bg-purple-700\/65{background-color:rgba(126,34,206,.65)}.\33xl\:bg-purple-700\/70{background-color:rgba(126,34,206,.7)}.\33xl\:bg-purple-700\/75{background-color:rgba(126,34,206,.75)}.\33xl\:bg-purple-700\/80{background-color:rgba(126,34,206,.8)}.\33xl\:bg-purple-700\/85{background-color:rgba(126,34,206,.85)}.\33xl\:bg-purple-700\/90{background-color:rgba(126,34,206,.9)}.\33xl\:bg-purple-700\/95{background-color:rgba(126,34,206,.95)}.\33xl\:bg-purple-800{--tw-bg-opacity:1;background-color:rgba(107,33,168,var(--tw-bg-opacity))}.\33xl\:bg-purple-800\/0{background-color:rgba(107,33,168,0)}.\33xl\:bg-purple-800\/10{background-color:rgba(107,33,168,.1)}.\33xl\:bg-purple-800\/100{background-color:#6b21a8}.\33xl\:bg-purple-800\/15{background-color:rgba(107,33,168,.15)}.\33xl\:bg-purple-800\/20{background-color:rgba(107,33,168,.2)}.\33xl\:bg-purple-800\/25{background-color:rgba(107,33,168,.25)}.\33xl\:bg-purple-800\/30{background-color:rgba(107,33,168,.3)}.\33xl\:bg-purple-800\/35{background-color:rgba(107,33,168,.35)}.\33xl\:bg-purple-800\/40{background-color:rgba(107,33,168,.4)}.\33xl\:bg-purple-800\/45{background-color:rgba(107,33,168,.45)}.\33xl\:bg-purple-800\/5{background-color:rgba(107,33,168,.05)}.\33xl\:bg-purple-800\/50{background-color:rgba(107,33,168,.5)}.\33xl\:bg-purple-800\/55{background-color:rgba(107,33,168,.55)}.\33xl\:bg-purple-800\/60{background-color:rgba(107,33,168,.6)}.\33xl\:bg-purple-800\/65{background-color:rgba(107,33,168,.65)}.\33xl\:bg-purple-800\/70{background-color:rgba(107,33,168,.7)}.\33xl\:bg-purple-800\/75{background-color:rgba(107,33,168,.75)}.\33xl\:bg-purple-800\/80{background-color:rgba(107,33,168,.8)}.\33xl\:bg-purple-800\/85{background-color:rgba(107,33,168,.85)}.\33xl\:bg-purple-800\/90{background-color:rgba(107,33,168,.9)}.\33xl\:bg-purple-800\/95{background-color:rgba(107,33,168,.95)}.\33xl\:bg-purple-900{--tw-bg-opacity:1;background-color:rgba(88,28,135,var(--tw-bg-opacity))}.\33xl\:bg-purple-900\/0{background-color:rgba(88,28,135,0)}.\33xl\:bg-purple-900\/10{background-color:rgba(88,28,135,.1)}.\33xl\:bg-purple-900\/100{background-color:#581c87}.\33xl\:bg-purple-900\/15{background-color:rgba(88,28,135,.15)}.\33xl\:bg-purple-900\/20{background-color:rgba(88,28,135,.2)}.\33xl\:bg-purple-900\/25{background-color:rgba(88,28,135,.25)}.\33xl\:bg-purple-900\/30{background-color:rgba(88,28,135,.3)}.\33xl\:bg-purple-900\/35{background-color:rgba(88,28,135,.35)}.\33xl\:bg-purple-900\/40{background-color:rgba(88,28,135,.4)}.\33xl\:bg-purple-900\/45{background-color:rgba(88,28,135,.45)}.\33xl\:bg-purple-900\/5{background-color:rgba(88,28,135,.05)}.\33xl\:bg-purple-900\/50{background-color:rgba(88,28,135,.5)}.\33xl\:bg-purple-900\/55{background-color:rgba(88,28,135,.55)}.\33xl\:bg-purple-900\/60{background-color:rgba(88,28,135,.6)}.\33xl\:bg-purple-900\/65{background-color:rgba(88,28,135,.65)}.\33xl\:bg-purple-900\/70{background-color:rgba(88,28,135,.7)}.\33xl\:bg-purple-900\/75{background-color:rgba(88,28,135,.75)}.\33xl\:bg-purple-900\/80{background-color:rgba(88,28,135,.8)}.\33xl\:bg-purple-900\/85{background-color:rgba(88,28,135,.85)}.\33xl\:bg-purple-900\/90{background-color:rgba(88,28,135,.9)}.\33xl\:bg-purple-900\/95{background-color:rgba(88,28,135,.95)}.\33xl\:bg-purple-950{--tw-bg-opacity:1;background-color:rgba(59,7,100,var(--tw-bg-opacity))}.\33xl\:bg-purple-950\/0{background-color:rgba(59,7,100,0)}.\33xl\:bg-purple-950\/10{background-color:rgba(59,7,100,.1)}.\33xl\:bg-purple-950\/100{background-color:#3b0764}.\33xl\:bg-purple-950\/15{background-color:rgba(59,7,100,.15)}.\33xl\:bg-purple-950\/20{background-color:rgba(59,7,100,.2)}.\33xl\:bg-purple-950\/25{background-color:rgba(59,7,100,.25)}.\33xl\:bg-purple-950\/30{background-color:rgba(59,7,100,.3)}.\33xl\:bg-purple-950\/35{background-color:rgba(59,7,100,.35)}.\33xl\:bg-purple-950\/40{background-color:rgba(59,7,100,.4)}.\33xl\:bg-purple-950\/45{background-color:rgba(59,7,100,.45)}.\33xl\:bg-purple-950\/5{background-color:rgba(59,7,100,.05)}.\33xl\:bg-purple-950\/50{background-color:rgba(59,7,100,.5)}.\33xl\:bg-purple-950\/55{background-color:rgba(59,7,100,.55)}.\33xl\:bg-purple-950\/60{background-color:rgba(59,7,100,.6)}.\33xl\:bg-purple-950\/65{background-color:rgba(59,7,100,.65)}.\33xl\:bg-purple-950\/70{background-color:rgba(59,7,100,.7)}.\33xl\:bg-purple-950\/75{background-color:rgba(59,7,100,.75)}.\33xl\:bg-purple-950\/80{background-color:rgba(59,7,100,.8)}.\33xl\:bg-purple-950\/85{background-color:rgba(59,7,100,.85)}.\33xl\:bg-purple-950\/90{background-color:rgba(59,7,100,.9)}.\33xl\:bg-purple-950\/95{background-color:rgba(59,7,100,.95)}.\33xl\:bg-red-100{--tw-bg-opacity:1;background-color:rgba(254,226,226,var(--tw-bg-opacity))}.\33xl\:bg-red-100\/0{background-color:hsla(0,93%,94%,0)}.\33xl\:bg-red-100\/10{background-color:hsla(0,93%,94%,.1)}.\33xl\:bg-red-100\/100{background-color:#fee2e2}.\33xl\:bg-red-100\/15{background-color:hsla(0,93%,94%,.15)}.\33xl\:bg-red-100\/20{background-color:hsla(0,93%,94%,.2)}.\33xl\:bg-red-100\/25{background-color:hsla(0,93%,94%,.25)}.\33xl\:bg-red-100\/30{background-color:hsla(0,93%,94%,.3)}.\33xl\:bg-red-100\/35{background-color:hsla(0,93%,94%,.35)}.\33xl\:bg-red-100\/40{background-color:hsla(0,93%,94%,.4)}.\33xl\:bg-red-100\/45{background-color:hsla(0,93%,94%,.45)}.\33xl\:bg-red-100\/5{background-color:hsla(0,93%,94%,.05)}.\33xl\:bg-red-100\/50{background-color:hsla(0,93%,94%,.5)}.\33xl\:bg-red-100\/55{background-color:hsla(0,93%,94%,.55)}.\33xl\:bg-red-100\/60{background-color:hsla(0,93%,94%,.6)}.\33xl\:bg-red-100\/65{background-color:hsla(0,93%,94%,.65)}.\33xl\:bg-red-100\/70{background-color:hsla(0,93%,94%,.7)}.\33xl\:bg-red-100\/75{background-color:hsla(0,93%,94%,.75)}.\33xl\:bg-red-100\/80{background-color:hsla(0,93%,94%,.8)}.\33xl\:bg-red-100\/85{background-color:hsla(0,93%,94%,.85)}.\33xl\:bg-red-100\/90{background-color:hsla(0,93%,94%,.9)}.\33xl\:bg-red-100\/95{background-color:hsla(0,93%,94%,.95)}.\33xl\:bg-red-200{--tw-bg-opacity:1;background-color:rgba(254,202,202,var(--tw-bg-opacity))}.\33xl\:bg-red-200\/0{background-color:hsla(0,96%,89%,0)}.\33xl\:bg-red-200\/10{background-color:hsla(0,96%,89%,.1)}.\33xl\:bg-red-200\/100{background-color:#fecaca}.\33xl\:bg-red-200\/15{background-color:hsla(0,96%,89%,.15)}.\33xl\:bg-red-200\/20{background-color:hsla(0,96%,89%,.2)}.\33xl\:bg-red-200\/25{background-color:hsla(0,96%,89%,.25)}.\33xl\:bg-red-200\/30{background-color:hsla(0,96%,89%,.3)}.\33xl\:bg-red-200\/35{background-color:hsla(0,96%,89%,.35)}.\33xl\:bg-red-200\/40{background-color:hsla(0,96%,89%,.4)}.\33xl\:bg-red-200\/45{background-color:hsla(0,96%,89%,.45)}.\33xl\:bg-red-200\/5{background-color:hsla(0,96%,89%,.05)}.\33xl\:bg-red-200\/50{background-color:hsla(0,96%,89%,.5)}.\33xl\:bg-red-200\/55{background-color:hsla(0,96%,89%,.55)}.\33xl\:bg-red-200\/60{background-color:hsla(0,96%,89%,.6)}.\33xl\:bg-red-200\/65{background-color:hsla(0,96%,89%,.65)}.\33xl\:bg-red-200\/70{background-color:hsla(0,96%,89%,.7)}.\33xl\:bg-red-200\/75{background-color:hsla(0,96%,89%,.75)}.\33xl\:bg-red-200\/80{background-color:hsla(0,96%,89%,.8)}.\33xl\:bg-red-200\/85{background-color:hsla(0,96%,89%,.85)}.\33xl\:bg-red-200\/90{background-color:hsla(0,96%,89%,.9)}.\33xl\:bg-red-200\/95{background-color:hsla(0,96%,89%,.95)}.\33xl\:bg-red-300{--tw-bg-opacity:1;background-color:rgba(252,165,165,var(--tw-bg-opacity))}.\33xl\:bg-red-300\/0{background-color:hsla(0,94%,82%,0)}.\33xl\:bg-red-300\/10{background-color:hsla(0,94%,82%,.1)}.\33xl\:bg-red-300\/100{background-color:#fca5a5}.\33xl\:bg-red-300\/15{background-color:hsla(0,94%,82%,.15)}.\33xl\:bg-red-300\/20{background-color:hsla(0,94%,82%,.2)}.\33xl\:bg-red-300\/25{background-color:hsla(0,94%,82%,.25)}.\33xl\:bg-red-300\/30{background-color:hsla(0,94%,82%,.3)}.\33xl\:bg-red-300\/35{background-color:hsla(0,94%,82%,.35)}.\33xl\:bg-red-300\/40{background-color:hsla(0,94%,82%,.4)}.\33xl\:bg-red-300\/45{background-color:hsla(0,94%,82%,.45)}.\33xl\:bg-red-300\/5{background-color:hsla(0,94%,82%,.05)}.\33xl\:bg-red-300\/50{background-color:hsla(0,94%,82%,.5)}.\33xl\:bg-red-300\/55{background-color:hsla(0,94%,82%,.55)}.\33xl\:bg-red-300\/60{background-color:hsla(0,94%,82%,.6)}.\33xl\:bg-red-300\/65{background-color:hsla(0,94%,82%,.65)}.\33xl\:bg-red-300\/70{background-color:hsla(0,94%,82%,.7)}.\33xl\:bg-red-300\/75{background-color:hsla(0,94%,82%,.75)}.\33xl\:bg-red-300\/80{background-color:hsla(0,94%,82%,.8)}.\33xl\:bg-red-300\/85{background-color:hsla(0,94%,82%,.85)}.\33xl\:bg-red-300\/90{background-color:hsla(0,94%,82%,.9)}.\33xl\:bg-red-300\/95{background-color:hsla(0,94%,82%,.95)}.\33xl\:bg-red-400{--tw-bg-opacity:1;background-color:rgba(248,113,113,var(--tw-bg-opacity))}.\33xl\:bg-red-400\/0{background-color:hsla(0,91%,71%,0)}.\33xl\:bg-red-400\/10{background-color:hsla(0,91%,71%,.1)}.\33xl\:bg-red-400\/100{background-color:#f87171}.\33xl\:bg-red-400\/15{background-color:hsla(0,91%,71%,.15)}.\33xl\:bg-red-400\/20{background-color:hsla(0,91%,71%,.2)}.\33xl\:bg-red-400\/25{background-color:hsla(0,91%,71%,.25)}.\33xl\:bg-red-400\/30{background-color:hsla(0,91%,71%,.3)}.\33xl\:bg-red-400\/35{background-color:hsla(0,91%,71%,.35)}.\33xl\:bg-red-400\/40{background-color:hsla(0,91%,71%,.4)}.\33xl\:bg-red-400\/45{background-color:hsla(0,91%,71%,.45)}.\33xl\:bg-red-400\/5{background-color:hsla(0,91%,71%,.05)}.\33xl\:bg-red-400\/50{background-color:hsla(0,91%,71%,.5)}.\33xl\:bg-red-400\/55{background-color:hsla(0,91%,71%,.55)}.\33xl\:bg-red-400\/60{background-color:hsla(0,91%,71%,.6)}.\33xl\:bg-red-400\/65{background-color:hsla(0,91%,71%,.65)}.\33xl\:bg-red-400\/70{background-color:hsla(0,91%,71%,.7)}.\33xl\:bg-red-400\/75{background-color:hsla(0,91%,71%,.75)}.\33xl\:bg-red-400\/80{background-color:hsla(0,91%,71%,.8)}.\33xl\:bg-red-400\/85{background-color:hsla(0,91%,71%,.85)}.\33xl\:bg-red-400\/90{background-color:hsla(0,91%,71%,.9)}.\33xl\:bg-red-400\/95{background-color:hsla(0,91%,71%,.95)}.\33xl\:bg-red-50{--tw-bg-opacity:1;background-color:rgba(254,242,242,var(--tw-bg-opacity))}.\33xl\:bg-red-50\/0{background-color:hsla(0,86%,97%,0)}.\33xl\:bg-red-50\/10{background-color:hsla(0,86%,97%,.1)}.\33xl\:bg-red-50\/100{background-color:#fef2f2}.\33xl\:bg-red-50\/15{background-color:hsla(0,86%,97%,.15)}.\33xl\:bg-red-50\/20{background-color:hsla(0,86%,97%,.2)}.\33xl\:bg-red-50\/25{background-color:hsla(0,86%,97%,.25)}.\33xl\:bg-red-50\/30{background-color:hsla(0,86%,97%,.3)}.\33xl\:bg-red-50\/35{background-color:hsla(0,86%,97%,.35)}.\33xl\:bg-red-50\/40{background-color:hsla(0,86%,97%,.4)}.\33xl\:bg-red-50\/45{background-color:hsla(0,86%,97%,.45)}.\33xl\:bg-red-50\/5{background-color:hsla(0,86%,97%,.05)}.\33xl\:bg-red-50\/50{background-color:hsla(0,86%,97%,.5)}.\33xl\:bg-red-50\/55{background-color:hsla(0,86%,97%,.55)}.\33xl\:bg-red-50\/60{background-color:hsla(0,86%,97%,.6)}.\33xl\:bg-red-50\/65{background-color:hsla(0,86%,97%,.65)}.\33xl\:bg-red-50\/70{background-color:hsla(0,86%,97%,.7)}.\33xl\:bg-red-50\/75{background-color:hsla(0,86%,97%,.75)}.\33xl\:bg-red-50\/80{background-color:hsla(0,86%,97%,.8)}.\33xl\:bg-red-50\/85{background-color:hsla(0,86%,97%,.85)}.\33xl\:bg-red-50\/90{background-color:hsla(0,86%,97%,.9)}.\33xl\:bg-red-50\/95{background-color:hsla(0,86%,97%,.95)}.\33xl\:bg-red-500{--tw-bg-opacity:1;background-color:rgba(239,68,68,var(--tw-bg-opacity))}.\33xl\:bg-red-500\/0{background-color:rgba(239,68,68,0)}.\33xl\:bg-red-500\/10{background-color:rgba(239,68,68,.1)}.\33xl\:bg-red-500\/100{background-color:#ef4444}.\33xl\:bg-red-500\/15{background-color:rgba(239,68,68,.15)}.\33xl\:bg-red-500\/20{background-color:rgba(239,68,68,.2)}.\33xl\:bg-red-500\/25{background-color:rgba(239,68,68,.25)}.\33xl\:bg-red-500\/30{background-color:rgba(239,68,68,.3)}.\33xl\:bg-red-500\/35{background-color:rgba(239,68,68,.35)}.\33xl\:bg-red-500\/40{background-color:rgba(239,68,68,.4)}.\33xl\:bg-red-500\/45{background-color:rgba(239,68,68,.45)}.\33xl\:bg-red-500\/5{background-color:rgba(239,68,68,.05)}.\33xl\:bg-red-500\/50{background-color:rgba(239,68,68,.5)}.\33xl\:bg-red-500\/55{background-color:rgba(239,68,68,.55)}.\33xl\:bg-red-500\/60{background-color:rgba(239,68,68,.6)}.\33xl\:bg-red-500\/65{background-color:rgba(239,68,68,.65)}.\33xl\:bg-red-500\/70{background-color:rgba(239,68,68,.7)}.\33xl\:bg-red-500\/75{background-color:rgba(239,68,68,.75)}.\33xl\:bg-red-500\/80{background-color:rgba(239,68,68,.8)}.\33xl\:bg-red-500\/85{background-color:rgba(239,68,68,.85)}.\33xl\:bg-red-500\/90{background-color:rgba(239,68,68,.9)}.\33xl\:bg-red-500\/95{background-color:rgba(239,68,68,.95)}.\33xl\:bg-red-600{--tw-bg-opacity:1;background-color:rgba(220,38,38,var(--tw-bg-opacity))}.\33xl\:bg-red-600\/0{background-color:rgba(220,38,38,0)}.\33xl\:bg-red-600\/10{background-color:rgba(220,38,38,.1)}.\33xl\:bg-red-600\/100{background-color:#dc2626}.\33xl\:bg-red-600\/15{background-color:rgba(220,38,38,.15)}.\33xl\:bg-red-600\/20{background-color:rgba(220,38,38,.2)}.\33xl\:bg-red-600\/25{background-color:rgba(220,38,38,.25)}.\33xl\:bg-red-600\/30{background-color:rgba(220,38,38,.3)}.\33xl\:bg-red-600\/35{background-color:rgba(220,38,38,.35)}.\33xl\:bg-red-600\/40{background-color:rgba(220,38,38,.4)}.\33xl\:bg-red-600\/45{background-color:rgba(220,38,38,.45)}.\33xl\:bg-red-600\/5{background-color:rgba(220,38,38,.05)}.\33xl\:bg-red-600\/50{background-color:rgba(220,38,38,.5)}.\33xl\:bg-red-600\/55{background-color:rgba(220,38,38,.55)}.\33xl\:bg-red-600\/60{background-color:rgba(220,38,38,.6)}.\33xl\:bg-red-600\/65{background-color:rgba(220,38,38,.65)}.\33xl\:bg-red-600\/70{background-color:rgba(220,38,38,.7)}.\33xl\:bg-red-600\/75{background-color:rgba(220,38,38,.75)}.\33xl\:bg-red-600\/80{background-color:rgba(220,38,38,.8)}.\33xl\:bg-red-600\/85{background-color:rgba(220,38,38,.85)}.\33xl\:bg-red-600\/90{background-color:rgba(220,38,38,.9)}.\33xl\:bg-red-600\/95{background-color:rgba(220,38,38,.95)}.\33xl\:bg-red-700{--tw-bg-opacity:1;background-color:rgba(185,28,28,var(--tw-bg-opacity))}.\33xl\:bg-red-700\/0{background-color:rgba(185,28,28,0)}.\33xl\:bg-red-700\/10{background-color:rgba(185,28,28,.1)}.\33xl\:bg-red-700\/100{background-color:#b91c1c}.\33xl\:bg-red-700\/15{background-color:rgba(185,28,28,.15)}.\33xl\:bg-red-700\/20{background-color:rgba(185,28,28,.2)}.\33xl\:bg-red-700\/25{background-color:rgba(185,28,28,.25)}.\33xl\:bg-red-700\/30{background-color:rgba(185,28,28,.3)}.\33xl\:bg-red-700\/35{background-color:rgba(185,28,28,.35)}.\33xl\:bg-red-700\/40{background-color:rgba(185,28,28,.4)}.\33xl\:bg-red-700\/45{background-color:rgba(185,28,28,.45)}.\33xl\:bg-red-700\/5{background-color:rgba(185,28,28,.05)}.\33xl\:bg-red-700\/50{background-color:rgba(185,28,28,.5)}.\33xl\:bg-red-700\/55{background-color:rgba(185,28,28,.55)}.\33xl\:bg-red-700\/60{background-color:rgba(185,28,28,.6)}.\33xl\:bg-red-700\/65{background-color:rgba(185,28,28,.65)}.\33xl\:bg-red-700\/70{background-color:rgba(185,28,28,.7)}.\33xl\:bg-red-700\/75{background-color:rgba(185,28,28,.75)}.\33xl\:bg-red-700\/80{background-color:rgba(185,28,28,.8)}.\33xl\:bg-red-700\/85{background-color:rgba(185,28,28,.85)}.\33xl\:bg-red-700\/90{background-color:rgba(185,28,28,.9)}.\33xl\:bg-red-700\/95{background-color:rgba(185,28,28,.95)}.\33xl\:bg-red-800{--tw-bg-opacity:1;background-color:rgba(153,27,27,var(--tw-bg-opacity))}.\33xl\:bg-red-800\/0{background-color:rgba(153,27,27,0)}.\33xl\:bg-red-800\/10{background-color:rgba(153,27,27,.1)}.\33xl\:bg-red-800\/100{background-color:#991b1b}.\33xl\:bg-red-800\/15{background-color:rgba(153,27,27,.15)}.\33xl\:bg-red-800\/20{background-color:rgba(153,27,27,.2)}.\33xl\:bg-red-800\/25{background-color:rgba(153,27,27,.25)}.\33xl\:bg-red-800\/30{background-color:rgba(153,27,27,.3)}.\33xl\:bg-red-800\/35{background-color:rgba(153,27,27,.35)}.\33xl\:bg-red-800\/40{background-color:rgba(153,27,27,.4)}.\33xl\:bg-red-800\/45{background-color:rgba(153,27,27,.45)}.\33xl\:bg-red-800\/5{background-color:rgba(153,27,27,.05)}.\33xl\:bg-red-800\/50{background-color:rgba(153,27,27,.5)}.\33xl\:bg-red-800\/55{background-color:rgba(153,27,27,.55)}.\33xl\:bg-red-800\/60{background-color:rgba(153,27,27,.6)}.\33xl\:bg-red-800\/65{background-color:rgba(153,27,27,.65)}.\33xl\:bg-red-800\/70{background-color:rgba(153,27,27,.7)}.\33xl\:bg-red-800\/75{background-color:rgba(153,27,27,.75)}.\33xl\:bg-red-800\/80{background-color:rgba(153,27,27,.8)}.\33xl\:bg-red-800\/85{background-color:rgba(153,27,27,.85)}.\33xl\:bg-red-800\/90{background-color:rgba(153,27,27,.9)}.\33xl\:bg-red-800\/95{background-color:rgba(153,27,27,.95)}.\33xl\:bg-red-900{--tw-bg-opacity:1;background-color:rgba(127,29,29,var(--tw-bg-opacity))}.\33xl\:bg-red-900\/0{background-color:rgba(127,29,29,0)}.\33xl\:bg-red-900\/10{background-color:rgba(127,29,29,.1)}.\33xl\:bg-red-900\/100{background-color:#7f1d1d}.\33xl\:bg-red-900\/15{background-color:rgba(127,29,29,.15)}.\33xl\:bg-red-900\/20{background-color:rgba(127,29,29,.2)}.\33xl\:bg-red-900\/25{background-color:rgba(127,29,29,.25)}.\33xl\:bg-red-900\/30{background-color:rgba(127,29,29,.3)}.\33xl\:bg-red-900\/35{background-color:rgba(127,29,29,.35)}.\33xl\:bg-red-900\/40{background-color:rgba(127,29,29,.4)}.\33xl\:bg-red-900\/45{background-color:rgba(127,29,29,.45)}.\33xl\:bg-red-900\/5{background-color:rgba(127,29,29,.05)}.\33xl\:bg-red-900\/50{background-color:rgba(127,29,29,.5)}.\33xl\:bg-red-900\/55{background-color:rgba(127,29,29,.55)}.\33xl\:bg-red-900\/60{background-color:rgba(127,29,29,.6)}.\33xl\:bg-red-900\/65{background-color:rgba(127,29,29,.65)}.\33xl\:bg-red-900\/70{background-color:rgba(127,29,29,.7)}.\33xl\:bg-red-900\/75{background-color:rgba(127,29,29,.75)}.\33xl\:bg-red-900\/80{background-color:rgba(127,29,29,.8)}.\33xl\:bg-red-900\/85{background-color:rgba(127,29,29,.85)}.\33xl\:bg-red-900\/90{background-color:rgba(127,29,29,.9)}.\33xl\:bg-red-900\/95{background-color:rgba(127,29,29,.95)}.\33xl\:bg-red-950{--tw-bg-opacity:1;background-color:rgba(69,10,10,var(--tw-bg-opacity))}.\33xl\:bg-red-950\/0{background-color:rgba(69,10,10,0)}.\33xl\:bg-red-950\/10{background-color:rgba(69,10,10,.1)}.\33xl\:bg-red-950\/100{background-color:#450a0a}.\33xl\:bg-red-950\/15{background-color:rgba(69,10,10,.15)}.\33xl\:bg-red-950\/20{background-color:rgba(69,10,10,.2)}.\33xl\:bg-red-950\/25{background-color:rgba(69,10,10,.25)}.\33xl\:bg-red-950\/30{background-color:rgba(69,10,10,.3)}.\33xl\:bg-red-950\/35{background-color:rgba(69,10,10,.35)}.\33xl\:bg-red-950\/40{background-color:rgba(69,10,10,.4)}.\33xl\:bg-red-950\/45{background-color:rgba(69,10,10,.45)}.\33xl\:bg-red-950\/5{background-color:rgba(69,10,10,.05)}.\33xl\:bg-red-950\/50{background-color:rgba(69,10,10,.5)}.\33xl\:bg-red-950\/55{background-color:rgba(69,10,10,.55)}.\33xl\:bg-red-950\/60{background-color:rgba(69,10,10,.6)}.\33xl\:bg-red-950\/65{background-color:rgba(69,10,10,.65)}.\33xl\:bg-red-950\/70{background-color:rgba(69,10,10,.7)}.\33xl\:bg-red-950\/75{background-color:rgba(69,10,10,.75)}.\33xl\:bg-red-950\/80{background-color:rgba(69,10,10,.8)}.\33xl\:bg-red-950\/85{background-color:rgba(69,10,10,.85)}.\33xl\:bg-red-950\/90{background-color:rgba(69,10,10,.9)}.\33xl\:bg-red-950\/95{background-color:rgba(69,10,10,.95)}.\33xl\:bg-rose-100{--tw-bg-opacity:1;background-color:rgba(255,228,230,var(--tw-bg-opacity))}.\33xl\:bg-rose-100\/0{background-color:rgba(255,228,230,0)}.\33xl\:bg-rose-100\/10{background-color:rgba(255,228,230,.1)}.\33xl\:bg-rose-100\/100{background-color:#ffe4e6}.\33xl\:bg-rose-100\/15{background-color:rgba(255,228,230,.15)}.\33xl\:bg-rose-100\/20{background-color:rgba(255,228,230,.2)}.\33xl\:bg-rose-100\/25{background-color:rgba(255,228,230,.25)}.\33xl\:bg-rose-100\/30{background-color:rgba(255,228,230,.3)}.\33xl\:bg-rose-100\/35{background-color:rgba(255,228,230,.35)}.\33xl\:bg-rose-100\/40{background-color:rgba(255,228,230,.4)}.\33xl\:bg-rose-100\/45{background-color:rgba(255,228,230,.45)}.\33xl\:bg-rose-100\/5{background-color:rgba(255,228,230,.05)}.\33xl\:bg-rose-100\/50{background-color:rgba(255,228,230,.5)}.\33xl\:bg-rose-100\/55{background-color:rgba(255,228,230,.55)}.\33xl\:bg-rose-100\/60{background-color:rgba(255,228,230,.6)}.\33xl\:bg-rose-100\/65{background-color:rgba(255,228,230,.65)}.\33xl\:bg-rose-100\/70{background-color:rgba(255,228,230,.7)}.\33xl\:bg-rose-100\/75{background-color:rgba(255,228,230,.75)}.\33xl\:bg-rose-100\/80{background-color:rgba(255,228,230,.8)}.\33xl\:bg-rose-100\/85{background-color:rgba(255,228,230,.85)}.\33xl\:bg-rose-100\/90{background-color:rgba(255,228,230,.9)}.\33xl\:bg-rose-100\/95{background-color:rgba(255,228,230,.95)}.\33xl\:bg-rose-200{--tw-bg-opacity:1;background-color:rgba(254,205,211,var(--tw-bg-opacity))}.\33xl\:bg-rose-200\/0{background-color:rgba(254,205,211,0)}.\33xl\:bg-rose-200\/10{background-color:rgba(254,205,211,.1)}.\33xl\:bg-rose-200\/100{background-color:#fecdd3}.\33xl\:bg-rose-200\/15{background-color:rgba(254,205,211,.15)}.\33xl\:bg-rose-200\/20{background-color:rgba(254,205,211,.2)}.\33xl\:bg-rose-200\/25{background-color:rgba(254,205,211,.25)}.\33xl\:bg-rose-200\/30{background-color:rgba(254,205,211,.3)}.\33xl\:bg-rose-200\/35{background-color:rgba(254,205,211,.35)}.\33xl\:bg-rose-200\/40{background-color:rgba(254,205,211,.4)}.\33xl\:bg-rose-200\/45{background-color:rgba(254,205,211,.45)}.\33xl\:bg-rose-200\/5{background-color:rgba(254,205,211,.05)}.\33xl\:bg-rose-200\/50{background-color:rgba(254,205,211,.5)}.\33xl\:bg-rose-200\/55{background-color:rgba(254,205,211,.55)}.\33xl\:bg-rose-200\/60{background-color:rgba(254,205,211,.6)}.\33xl\:bg-rose-200\/65{background-color:rgba(254,205,211,.65)}.\33xl\:bg-rose-200\/70{background-color:rgba(254,205,211,.7)}.\33xl\:bg-rose-200\/75{background-color:rgba(254,205,211,.75)}.\33xl\:bg-rose-200\/80{background-color:rgba(254,205,211,.8)}.\33xl\:bg-rose-200\/85{background-color:rgba(254,205,211,.85)}.\33xl\:bg-rose-200\/90{background-color:rgba(254,205,211,.9)}.\33xl\:bg-rose-200\/95{background-color:rgba(254,205,211,.95)}.\33xl\:bg-rose-300{--tw-bg-opacity:1;background-color:rgba(253,164,175,var(--tw-bg-opacity))}.\33xl\:bg-rose-300\/0{background-color:rgba(253,164,175,0)}.\33xl\:bg-rose-300\/10{background-color:rgba(253,164,175,.1)}.\33xl\:bg-rose-300\/100{background-color:#fda4af}.\33xl\:bg-rose-300\/15{background-color:rgba(253,164,175,.15)}.\33xl\:bg-rose-300\/20{background-color:rgba(253,164,175,.2)}.\33xl\:bg-rose-300\/25{background-color:rgba(253,164,175,.25)}.\33xl\:bg-rose-300\/30{background-color:rgba(253,164,175,.3)}.\33xl\:bg-rose-300\/35{background-color:rgba(253,164,175,.35)}.\33xl\:bg-rose-300\/40{background-color:rgba(253,164,175,.4)}.\33xl\:bg-rose-300\/45{background-color:rgba(253,164,175,.45)}.\33xl\:bg-rose-300\/5{background-color:rgba(253,164,175,.05)}.\33xl\:bg-rose-300\/50{background-color:rgba(253,164,175,.5)}.\33xl\:bg-rose-300\/55{background-color:rgba(253,164,175,.55)}.\33xl\:bg-rose-300\/60{background-color:rgba(253,164,175,.6)}.\33xl\:bg-rose-300\/65{background-color:rgba(253,164,175,.65)}.\33xl\:bg-rose-300\/70{background-color:rgba(253,164,175,.7)}.\33xl\:bg-rose-300\/75{background-color:rgba(253,164,175,.75)}.\33xl\:bg-rose-300\/80{background-color:rgba(253,164,175,.8)}.\33xl\:bg-rose-300\/85{background-color:rgba(253,164,175,.85)}.\33xl\:bg-rose-300\/90{background-color:rgba(253,164,175,.9)}.\33xl\:bg-rose-300\/95{background-color:rgba(253,164,175,.95)}.\33xl\:bg-rose-400{--tw-bg-opacity:1;background-color:rgba(251,113,133,var(--tw-bg-opacity))}.\33xl\:bg-rose-400\/0{background-color:rgba(251,113,133,0)}.\33xl\:bg-rose-400\/10{background-color:rgba(251,113,133,.1)}.\33xl\:bg-rose-400\/100{background-color:#fb7185}.\33xl\:bg-rose-400\/15{background-color:rgba(251,113,133,.15)}.\33xl\:bg-rose-400\/20{background-color:rgba(251,113,133,.2)}.\33xl\:bg-rose-400\/25{background-color:rgba(251,113,133,.25)}.\33xl\:bg-rose-400\/30{background-color:rgba(251,113,133,.3)}.\33xl\:bg-rose-400\/35{background-color:rgba(251,113,133,.35)}.\33xl\:bg-rose-400\/40{background-color:rgba(251,113,133,.4)}.\33xl\:bg-rose-400\/45{background-color:rgba(251,113,133,.45)}.\33xl\:bg-rose-400\/5{background-color:rgba(251,113,133,.05)}.\33xl\:bg-rose-400\/50{background-color:rgba(251,113,133,.5)}.\33xl\:bg-rose-400\/55{background-color:rgba(251,113,133,.55)}.\33xl\:bg-rose-400\/60{background-color:rgba(251,113,133,.6)}.\33xl\:bg-rose-400\/65{background-color:rgba(251,113,133,.65)}.\33xl\:bg-rose-400\/70{background-color:rgba(251,113,133,.7)}.\33xl\:bg-rose-400\/75{background-color:rgba(251,113,133,.75)}.\33xl\:bg-rose-400\/80{background-color:rgba(251,113,133,.8)}.\33xl\:bg-rose-400\/85{background-color:rgba(251,113,133,.85)}.\33xl\:bg-rose-400\/90{background-color:rgba(251,113,133,.9)}.\33xl\:bg-rose-400\/95{background-color:rgba(251,113,133,.95)}.\33xl\:bg-rose-50{--tw-bg-opacity:1;background-color:rgba(255,241,242,var(--tw-bg-opacity))}.\33xl\:bg-rose-50\/0{background-color:rgba(255,241,242,0)}.\33xl\:bg-rose-50\/10{background-color:rgba(255,241,242,.1)}.\33xl\:bg-rose-50\/100{background-color:#fff1f2}.\33xl\:bg-rose-50\/15{background-color:rgba(255,241,242,.15)}.\33xl\:bg-rose-50\/20{background-color:rgba(255,241,242,.2)}.\33xl\:bg-rose-50\/25{background-color:rgba(255,241,242,.25)}.\33xl\:bg-rose-50\/30{background-color:rgba(255,241,242,.3)}.\33xl\:bg-rose-50\/35{background-color:rgba(255,241,242,.35)}.\33xl\:bg-rose-50\/40{background-color:rgba(255,241,242,.4)}.\33xl\:bg-rose-50\/45{background-color:rgba(255,241,242,.45)}.\33xl\:bg-rose-50\/5{background-color:rgba(255,241,242,.05)}.\33xl\:bg-rose-50\/50{background-color:rgba(255,241,242,.5)}.\33xl\:bg-rose-50\/55{background-color:rgba(255,241,242,.55)}.\33xl\:bg-rose-50\/60{background-color:rgba(255,241,242,.6)}.\33xl\:bg-rose-50\/65{background-color:rgba(255,241,242,.65)}.\33xl\:bg-rose-50\/70{background-color:rgba(255,241,242,.7)}.\33xl\:bg-rose-50\/75{background-color:rgba(255,241,242,.75)}.\33xl\:bg-rose-50\/80{background-color:rgba(255,241,242,.8)}.\33xl\:bg-rose-50\/85{background-color:rgba(255,241,242,.85)}.\33xl\:bg-rose-50\/90{background-color:rgba(255,241,242,.9)}.\33xl\:bg-rose-50\/95{background-color:rgba(255,241,242,.95)}.\33xl\:bg-rose-500{--tw-bg-opacity:1;background-color:rgba(244,63,94,var(--tw-bg-opacity))}.\33xl\:bg-rose-500\/0{background-color:rgba(244,63,94,0)}.\33xl\:bg-rose-500\/10{background-color:rgba(244,63,94,.1)}.\33xl\:bg-rose-500\/100{background-color:#f43f5e}.\33xl\:bg-rose-500\/15{background-color:rgba(244,63,94,.15)}.\33xl\:bg-rose-500\/20{background-color:rgba(244,63,94,.2)}.\33xl\:bg-rose-500\/25{background-color:rgba(244,63,94,.25)}.\33xl\:bg-rose-500\/30{background-color:rgba(244,63,94,.3)}.\33xl\:bg-rose-500\/35{background-color:rgba(244,63,94,.35)}.\33xl\:bg-rose-500\/40{background-color:rgba(244,63,94,.4)}.\33xl\:bg-rose-500\/45{background-color:rgba(244,63,94,.45)}.\33xl\:bg-rose-500\/5{background-color:rgba(244,63,94,.05)}.\33xl\:bg-rose-500\/50{background-color:rgba(244,63,94,.5)}.\33xl\:bg-rose-500\/55{background-color:rgba(244,63,94,.55)}.\33xl\:bg-rose-500\/60{background-color:rgba(244,63,94,.6)}.\33xl\:bg-rose-500\/65{background-color:rgba(244,63,94,.65)}.\33xl\:bg-rose-500\/70{background-color:rgba(244,63,94,.7)}.\33xl\:bg-rose-500\/75{background-color:rgba(244,63,94,.75)}.\33xl\:bg-rose-500\/80{background-color:rgba(244,63,94,.8)}.\33xl\:bg-rose-500\/85{background-color:rgba(244,63,94,.85)}.\33xl\:bg-rose-500\/90{background-color:rgba(244,63,94,.9)}.\33xl\:bg-rose-500\/95{background-color:rgba(244,63,94,.95)}.\33xl\:bg-rose-600{--tw-bg-opacity:1;background-color:rgba(225,29,72,var(--tw-bg-opacity))}.\33xl\:bg-rose-600\/0{background-color:rgba(225,29,72,0)}.\33xl\:bg-rose-600\/10{background-color:rgba(225,29,72,.1)}.\33xl\:bg-rose-600\/100{background-color:#e11d48}.\33xl\:bg-rose-600\/15{background-color:rgba(225,29,72,.15)}.\33xl\:bg-rose-600\/20{background-color:rgba(225,29,72,.2)}.\33xl\:bg-rose-600\/25{background-color:rgba(225,29,72,.25)}.\33xl\:bg-rose-600\/30{background-color:rgba(225,29,72,.3)}.\33xl\:bg-rose-600\/35{background-color:rgba(225,29,72,.35)}.\33xl\:bg-rose-600\/40{background-color:rgba(225,29,72,.4)}.\33xl\:bg-rose-600\/45{background-color:rgba(225,29,72,.45)}.\33xl\:bg-rose-600\/5{background-color:rgba(225,29,72,.05)}.\33xl\:bg-rose-600\/50{background-color:rgba(225,29,72,.5)}.\33xl\:bg-rose-600\/55{background-color:rgba(225,29,72,.55)}.\33xl\:bg-rose-600\/60{background-color:rgba(225,29,72,.6)}.\33xl\:bg-rose-600\/65{background-color:rgba(225,29,72,.65)}.\33xl\:bg-rose-600\/70{background-color:rgba(225,29,72,.7)}.\33xl\:bg-rose-600\/75{background-color:rgba(225,29,72,.75)}.\33xl\:bg-rose-600\/80{background-color:rgba(225,29,72,.8)}.\33xl\:bg-rose-600\/85{background-color:rgba(225,29,72,.85)}.\33xl\:bg-rose-600\/90{background-color:rgba(225,29,72,.9)}.\33xl\:bg-rose-600\/95{background-color:rgba(225,29,72,.95)}.\33xl\:bg-rose-700{--tw-bg-opacity:1;background-color:rgba(190,18,60,var(--tw-bg-opacity))}.\33xl\:bg-rose-700\/0{background-color:rgba(190,18,60,0)}.\33xl\:bg-rose-700\/10{background-color:rgba(190,18,60,.1)}.\33xl\:bg-rose-700\/100{background-color:#be123c}.\33xl\:bg-rose-700\/15{background-color:rgba(190,18,60,.15)}.\33xl\:bg-rose-700\/20{background-color:rgba(190,18,60,.2)}.\33xl\:bg-rose-700\/25{background-color:rgba(190,18,60,.25)}.\33xl\:bg-rose-700\/30{background-color:rgba(190,18,60,.3)}.\33xl\:bg-rose-700\/35{background-color:rgba(190,18,60,.35)}.\33xl\:bg-rose-700\/40{background-color:rgba(190,18,60,.4)}.\33xl\:bg-rose-700\/45{background-color:rgba(190,18,60,.45)}.\33xl\:bg-rose-700\/5{background-color:rgba(190,18,60,.05)}.\33xl\:bg-rose-700\/50{background-color:rgba(190,18,60,.5)}.\33xl\:bg-rose-700\/55{background-color:rgba(190,18,60,.55)}.\33xl\:bg-rose-700\/60{background-color:rgba(190,18,60,.6)}.\33xl\:bg-rose-700\/65{background-color:rgba(190,18,60,.65)}.\33xl\:bg-rose-700\/70{background-color:rgba(190,18,60,.7)}.\33xl\:bg-rose-700\/75{background-color:rgba(190,18,60,.75)}.\33xl\:bg-rose-700\/80{background-color:rgba(190,18,60,.8)}.\33xl\:bg-rose-700\/85{background-color:rgba(190,18,60,.85)}.\33xl\:bg-rose-700\/90{background-color:rgba(190,18,60,.9)}.\33xl\:bg-rose-700\/95{background-color:rgba(190,18,60,.95)}.\33xl\:bg-rose-800{--tw-bg-opacity:1;background-color:rgba(159,18,57,var(--tw-bg-opacity))}.\33xl\:bg-rose-800\/0{background-color:rgba(159,18,57,0)}.\33xl\:bg-rose-800\/10{background-color:rgba(159,18,57,.1)}.\33xl\:bg-rose-800\/100{background-color:#9f1239}.\33xl\:bg-rose-800\/15{background-color:rgba(159,18,57,.15)}.\33xl\:bg-rose-800\/20{background-color:rgba(159,18,57,.2)}.\33xl\:bg-rose-800\/25{background-color:rgba(159,18,57,.25)}.\33xl\:bg-rose-800\/30{background-color:rgba(159,18,57,.3)}.\33xl\:bg-rose-800\/35{background-color:rgba(159,18,57,.35)}.\33xl\:bg-rose-800\/40{background-color:rgba(159,18,57,.4)}.\33xl\:bg-rose-800\/45{background-color:rgba(159,18,57,.45)}.\33xl\:bg-rose-800\/5{background-color:rgba(159,18,57,.05)}.\33xl\:bg-rose-800\/50{background-color:rgba(159,18,57,.5)}.\33xl\:bg-rose-800\/55{background-color:rgba(159,18,57,.55)}.\33xl\:bg-rose-800\/60{background-color:rgba(159,18,57,.6)}.\33xl\:bg-rose-800\/65{background-color:rgba(159,18,57,.65)}.\33xl\:bg-rose-800\/70{background-color:rgba(159,18,57,.7)}.\33xl\:bg-rose-800\/75{background-color:rgba(159,18,57,.75)}.\33xl\:bg-rose-800\/80{background-color:rgba(159,18,57,.8)}.\33xl\:bg-rose-800\/85{background-color:rgba(159,18,57,.85)}.\33xl\:bg-rose-800\/90{background-color:rgba(159,18,57,.9)}.\33xl\:bg-rose-800\/95{background-color:rgba(159,18,57,.95)}.\33xl\:bg-rose-900{--tw-bg-opacity:1;background-color:rgba(136,19,55,var(--tw-bg-opacity))}.\33xl\:bg-rose-900\/0{background-color:rgba(136,19,55,0)}.\33xl\:bg-rose-900\/10{background-color:rgba(136,19,55,.1)}.\33xl\:bg-rose-900\/100{background-color:#881337}.\33xl\:bg-rose-900\/15{background-color:rgba(136,19,55,.15)}.\33xl\:bg-rose-900\/20{background-color:rgba(136,19,55,.2)}.\33xl\:bg-rose-900\/25{background-color:rgba(136,19,55,.25)}.\33xl\:bg-rose-900\/30{background-color:rgba(136,19,55,.3)}.\33xl\:bg-rose-900\/35{background-color:rgba(136,19,55,.35)}.\33xl\:bg-rose-900\/40{background-color:rgba(136,19,55,.4)}.\33xl\:bg-rose-900\/45{background-color:rgba(136,19,55,.45)}.\33xl\:bg-rose-900\/5{background-color:rgba(136,19,55,.05)}.\33xl\:bg-rose-900\/50{background-color:rgba(136,19,55,.5)}.\33xl\:bg-rose-900\/55{background-color:rgba(136,19,55,.55)}.\33xl\:bg-rose-900\/60{background-color:rgba(136,19,55,.6)}.\33xl\:bg-rose-900\/65{background-color:rgba(136,19,55,.65)}.\33xl\:bg-rose-900\/70{background-color:rgba(136,19,55,.7)}.\33xl\:bg-rose-900\/75{background-color:rgba(136,19,55,.75)}.\33xl\:bg-rose-900\/80{background-color:rgba(136,19,55,.8)}.\33xl\:bg-rose-900\/85{background-color:rgba(136,19,55,.85)}.\33xl\:bg-rose-900\/90{background-color:rgba(136,19,55,.9)}.\33xl\:bg-rose-900\/95{background-color:rgba(136,19,55,.95)}.\33xl\:bg-rose-950{--tw-bg-opacity:1;background-color:rgba(76,5,25,var(--tw-bg-opacity))}.\33xl\:bg-rose-950\/0{background-color:rgba(76,5,25,0)}.\33xl\:bg-rose-950\/10{background-color:rgba(76,5,25,.1)}.\33xl\:bg-rose-950\/100{background-color:#4c0519}.\33xl\:bg-rose-950\/15{background-color:rgba(76,5,25,.15)}.\33xl\:bg-rose-950\/20{background-color:rgba(76,5,25,.2)}.\33xl\:bg-rose-950\/25{background-color:rgba(76,5,25,.25)}.\33xl\:bg-rose-950\/30{background-color:rgba(76,5,25,.3)}.\33xl\:bg-rose-950\/35{background-color:rgba(76,5,25,.35)}.\33xl\:bg-rose-950\/40{background-color:rgba(76,5,25,.4)}.\33xl\:bg-rose-950\/45{background-color:rgba(76,5,25,.45)}.\33xl\:bg-rose-950\/5{background-color:rgba(76,5,25,.05)}.\33xl\:bg-rose-950\/50{background-color:rgba(76,5,25,.5)}.\33xl\:bg-rose-950\/55{background-color:rgba(76,5,25,.55)}.\33xl\:bg-rose-950\/60{background-color:rgba(76,5,25,.6)}.\33xl\:bg-rose-950\/65{background-color:rgba(76,5,25,.65)}.\33xl\:bg-rose-950\/70{background-color:rgba(76,5,25,.7)}.\33xl\:bg-rose-950\/75{background-color:rgba(76,5,25,.75)}.\33xl\:bg-rose-950\/80{background-color:rgba(76,5,25,.8)}.\33xl\:bg-rose-950\/85{background-color:rgba(76,5,25,.85)}.\33xl\:bg-rose-950\/90{background-color:rgba(76,5,25,.9)}.\33xl\:bg-rose-950\/95{background-color:rgba(76,5,25,.95)}.\33xl\:bg-secondary{--tw-bg-opacity:1;background-color:rgba(4,33,49,var(--tw-bg-opacity))}.\33xl\:bg-secondary-dark-gray{--tw-bg-opacity:1;background-color:rgba(242,243,244,var(--tw-bg-opacity))}.\33xl\:bg-secondary-dark-gray\/0{background-color:hsla(210,8%,95%,0)}.\33xl\:bg-secondary-dark-gray\/10{background-color:hsla(210,8%,95%,.1)}.\33xl\:bg-secondary-dark-gray\/100{background-color:#f2f3f4}.\33xl\:bg-secondary-dark-gray\/15{background-color:hsla(210,8%,95%,.15)}.\33xl\:bg-secondary-dark-gray\/20{background-color:hsla(210,8%,95%,.2)}.\33xl\:bg-secondary-dark-gray\/25{background-color:hsla(210,8%,95%,.25)}.\33xl\:bg-secondary-dark-gray\/30{background-color:hsla(210,8%,95%,.3)}.\33xl\:bg-secondary-dark-gray\/35{background-color:hsla(210,8%,95%,.35)}.\33xl\:bg-secondary-dark-gray\/40{background-color:hsla(210,8%,95%,.4)}.\33xl\:bg-secondary-dark-gray\/45{background-color:hsla(210,8%,95%,.45)}.\33xl\:bg-secondary-dark-gray\/5{background-color:hsla(210,8%,95%,.05)}.\33xl\:bg-secondary-dark-gray\/50{background-color:hsla(210,8%,95%,.5)}.\33xl\:bg-secondary-dark-gray\/55{background-color:hsla(210,8%,95%,.55)}.\33xl\:bg-secondary-dark-gray\/60{background-color:hsla(210,8%,95%,.6)}.\33xl\:bg-secondary-dark-gray\/65{background-color:hsla(210,8%,95%,.65)}.\33xl\:bg-secondary-dark-gray\/70{background-color:hsla(210,8%,95%,.7)}.\33xl\:bg-secondary-dark-gray\/75{background-color:hsla(210,8%,95%,.75)}.\33xl\:bg-secondary-dark-gray\/80{background-color:hsla(210,8%,95%,.8)}.\33xl\:bg-secondary-dark-gray\/85{background-color:hsla(210,8%,95%,.85)}.\33xl\:bg-secondary-dark-gray\/90{background-color:hsla(210,8%,95%,.9)}.\33xl\:bg-secondary-dark-gray\/95{background-color:hsla(210,8%,95%,.95)}.\33xl\:bg-secondary-gray{--tw-bg-opacity:1;background-color:rgba(250,250,250,var(--tw-bg-opacity))}.\33xl\:bg-secondary-gray\/0{background-color:hsla(0,0%,98%,0)}.\33xl\:bg-secondary-gray\/10{background-color:hsla(0,0%,98%,.1)}.\33xl\:bg-secondary-gray\/100{background-color:#fafafa}.\33xl\:bg-secondary-gray\/15{background-color:hsla(0,0%,98%,.15)}.\33xl\:bg-secondary-gray\/20{background-color:hsla(0,0%,98%,.2)}.\33xl\:bg-secondary-gray\/25{background-color:hsla(0,0%,98%,.25)}.\33xl\:bg-secondary-gray\/30{background-color:hsla(0,0%,98%,.3)}.\33xl\:bg-secondary-gray\/35{background-color:hsla(0,0%,98%,.35)}.\33xl\:bg-secondary-gray\/40{background-color:hsla(0,0%,98%,.4)}.\33xl\:bg-secondary-gray\/45{background-color:hsla(0,0%,98%,.45)}.\33xl\:bg-secondary-gray\/5{background-color:hsla(0,0%,98%,.05)}.\33xl\:bg-secondary-gray\/50{background-color:hsla(0,0%,98%,.5)}.\33xl\:bg-secondary-gray\/55{background-color:hsla(0,0%,98%,.55)}.\33xl\:bg-secondary-gray\/60{background-color:hsla(0,0%,98%,.6)}.\33xl\:bg-secondary-gray\/65{background-color:hsla(0,0%,98%,.65)}.\33xl\:bg-secondary-gray\/70{background-color:hsla(0,0%,98%,.7)}.\33xl\:bg-secondary-gray\/75{background-color:hsla(0,0%,98%,.75)}.\33xl\:bg-secondary-gray\/80{background-color:hsla(0,0%,98%,.8)}.\33xl\:bg-secondary-gray\/85{background-color:hsla(0,0%,98%,.85)}.\33xl\:bg-secondary-gray\/90{background-color:hsla(0,0%,98%,.9)}.\33xl\:bg-secondary-gray\/95{background-color:hsla(0,0%,98%,.95)}.\33xl\:bg-secondary\/0{background-color:rgba(4,33,49,0)}.\33xl\:bg-secondary\/10{background-color:rgba(4,33,49,.1)}.\33xl\:bg-secondary\/100{background-color:#042131}.\33xl\:bg-secondary\/15{background-color:rgba(4,33,49,.15)}.\33xl\:bg-secondary\/20{background-color:rgba(4,33,49,.2)}.\33xl\:bg-secondary\/25{background-color:rgba(4,33,49,.25)}.\33xl\:bg-secondary\/30{background-color:rgba(4,33,49,.3)}.\33xl\:bg-secondary\/35{background-color:rgba(4,33,49,.35)}.\33xl\:bg-secondary\/40{background-color:rgba(4,33,49,.4)}.\33xl\:bg-secondary\/45{background-color:rgba(4,33,49,.45)}.\33xl\:bg-secondary\/5{background-color:rgba(4,33,49,.05)}.\33xl\:bg-secondary\/50{background-color:rgba(4,33,49,.5)}.\33xl\:bg-secondary\/55{background-color:rgba(4,33,49,.55)}.\33xl\:bg-secondary\/60{background-color:rgba(4,33,49,.6)}.\33xl\:bg-secondary\/65{background-color:rgba(4,33,49,.65)}.\33xl\:bg-secondary\/70{background-color:rgba(4,33,49,.7)}.\33xl\:bg-secondary\/75{background-color:rgba(4,33,49,.75)}.\33xl\:bg-secondary\/80{background-color:rgba(4,33,49,.8)}.\33xl\:bg-secondary\/85{background-color:rgba(4,33,49,.85)}.\33xl\:bg-secondary\/90{background-color:rgba(4,33,49,.9)}.\33xl\:bg-secondary\/95{background-color:rgba(4,33,49,.95)}.\33xl\:bg-sky-100{--tw-bg-opacity:1;background-color:rgba(224,242,254,var(--tw-bg-opacity))}.\33xl\:bg-sky-100\/0{background-color:rgba(224,242,254,0)}.\33xl\:bg-sky-100\/10{background-color:rgba(224,242,254,.1)}.\33xl\:bg-sky-100\/100{background-color:#e0f2fe}.\33xl\:bg-sky-100\/15{background-color:rgba(224,242,254,.15)}.\33xl\:bg-sky-100\/20{background-color:rgba(224,242,254,.2)}.\33xl\:bg-sky-100\/25{background-color:rgba(224,242,254,.25)}.\33xl\:bg-sky-100\/30{background-color:rgba(224,242,254,.3)}.\33xl\:bg-sky-100\/35{background-color:rgba(224,242,254,.35)}.\33xl\:bg-sky-100\/40{background-color:rgba(224,242,254,.4)}.\33xl\:bg-sky-100\/45{background-color:rgba(224,242,254,.45)}.\33xl\:bg-sky-100\/5{background-color:rgba(224,242,254,.05)}.\33xl\:bg-sky-100\/50{background-color:rgba(224,242,254,.5)}.\33xl\:bg-sky-100\/55{background-color:rgba(224,242,254,.55)}.\33xl\:bg-sky-100\/60{background-color:rgba(224,242,254,.6)}.\33xl\:bg-sky-100\/65{background-color:rgba(224,242,254,.65)}.\33xl\:bg-sky-100\/70{background-color:rgba(224,242,254,.7)}.\33xl\:bg-sky-100\/75{background-color:rgba(224,242,254,.75)}.\33xl\:bg-sky-100\/80{background-color:rgba(224,242,254,.8)}.\33xl\:bg-sky-100\/85{background-color:rgba(224,242,254,.85)}.\33xl\:bg-sky-100\/90{background-color:rgba(224,242,254,.9)}.\33xl\:bg-sky-100\/95{background-color:rgba(224,242,254,.95)}.\33xl\:bg-sky-200{--tw-bg-opacity:1;background-color:rgba(186,230,253,var(--tw-bg-opacity))}.\33xl\:bg-sky-200\/0{background-color:rgba(186,230,253,0)}.\33xl\:bg-sky-200\/10{background-color:rgba(186,230,253,.1)}.\33xl\:bg-sky-200\/100{background-color:#bae6fd}.\33xl\:bg-sky-200\/15{background-color:rgba(186,230,253,.15)}.\33xl\:bg-sky-200\/20{background-color:rgba(186,230,253,.2)}.\33xl\:bg-sky-200\/25{background-color:rgba(186,230,253,.25)}.\33xl\:bg-sky-200\/30{background-color:rgba(186,230,253,.3)}.\33xl\:bg-sky-200\/35{background-color:rgba(186,230,253,.35)}.\33xl\:bg-sky-200\/40{background-color:rgba(186,230,253,.4)}.\33xl\:bg-sky-200\/45{background-color:rgba(186,230,253,.45)}.\33xl\:bg-sky-200\/5{background-color:rgba(186,230,253,.05)}.\33xl\:bg-sky-200\/50{background-color:rgba(186,230,253,.5)}.\33xl\:bg-sky-200\/55{background-color:rgba(186,230,253,.55)}.\33xl\:bg-sky-200\/60{background-color:rgba(186,230,253,.6)}.\33xl\:bg-sky-200\/65{background-color:rgba(186,230,253,.65)}.\33xl\:bg-sky-200\/70{background-color:rgba(186,230,253,.7)}.\33xl\:bg-sky-200\/75{background-color:rgba(186,230,253,.75)}.\33xl\:bg-sky-200\/80{background-color:rgba(186,230,253,.8)}.\33xl\:bg-sky-200\/85{background-color:rgba(186,230,253,.85)}.\33xl\:bg-sky-200\/90{background-color:rgba(186,230,253,.9)}.\33xl\:bg-sky-200\/95{background-color:rgba(186,230,253,.95)}.\33xl\:bg-sky-300{--tw-bg-opacity:1;background-color:rgba(125,211,252,var(--tw-bg-opacity))}.\33xl\:bg-sky-300\/0{background-color:rgba(125,211,252,0)}.\33xl\:bg-sky-300\/10{background-color:rgba(125,211,252,.1)}.\33xl\:bg-sky-300\/100{background-color:#7dd3fc}.\33xl\:bg-sky-300\/15{background-color:rgba(125,211,252,.15)}.\33xl\:bg-sky-300\/20{background-color:rgba(125,211,252,.2)}.\33xl\:bg-sky-300\/25{background-color:rgba(125,211,252,.25)}.\33xl\:bg-sky-300\/30{background-color:rgba(125,211,252,.3)}.\33xl\:bg-sky-300\/35{background-color:rgba(125,211,252,.35)}.\33xl\:bg-sky-300\/40{background-color:rgba(125,211,252,.4)}.\33xl\:bg-sky-300\/45{background-color:rgba(125,211,252,.45)}.\33xl\:bg-sky-300\/5{background-color:rgba(125,211,252,.05)}.\33xl\:bg-sky-300\/50{background-color:rgba(125,211,252,.5)}.\33xl\:bg-sky-300\/55{background-color:rgba(125,211,252,.55)}.\33xl\:bg-sky-300\/60{background-color:rgba(125,211,252,.6)}.\33xl\:bg-sky-300\/65{background-color:rgba(125,211,252,.65)}.\33xl\:bg-sky-300\/70{background-color:rgba(125,211,252,.7)}.\33xl\:bg-sky-300\/75{background-color:rgba(125,211,252,.75)}.\33xl\:bg-sky-300\/80{background-color:rgba(125,211,252,.8)}.\33xl\:bg-sky-300\/85{background-color:rgba(125,211,252,.85)}.\33xl\:bg-sky-300\/90{background-color:rgba(125,211,252,.9)}.\33xl\:bg-sky-300\/95{background-color:rgba(125,211,252,.95)}.\33xl\:bg-sky-400{--tw-bg-opacity:1;background-color:rgba(56,189,248,var(--tw-bg-opacity))}.\33xl\:bg-sky-400\/0{background-color:rgba(56,189,248,0)}.\33xl\:bg-sky-400\/10{background-color:rgba(56,189,248,.1)}.\33xl\:bg-sky-400\/100{background-color:#38bdf8}.\33xl\:bg-sky-400\/15{background-color:rgba(56,189,248,.15)}.\33xl\:bg-sky-400\/20{background-color:rgba(56,189,248,.2)}.\33xl\:bg-sky-400\/25{background-color:rgba(56,189,248,.25)}.\33xl\:bg-sky-400\/30{background-color:rgba(56,189,248,.3)}.\33xl\:bg-sky-400\/35{background-color:rgba(56,189,248,.35)}.\33xl\:bg-sky-400\/40{background-color:rgba(56,189,248,.4)}.\33xl\:bg-sky-400\/45{background-color:rgba(56,189,248,.45)}.\33xl\:bg-sky-400\/5{background-color:rgba(56,189,248,.05)}.\33xl\:bg-sky-400\/50{background-color:rgba(56,189,248,.5)}.\33xl\:bg-sky-400\/55{background-color:rgba(56,189,248,.55)}.\33xl\:bg-sky-400\/60{background-color:rgba(56,189,248,.6)}.\33xl\:bg-sky-400\/65{background-color:rgba(56,189,248,.65)}.\33xl\:bg-sky-400\/70{background-color:rgba(56,189,248,.7)}.\33xl\:bg-sky-400\/75{background-color:rgba(56,189,248,.75)}.\33xl\:bg-sky-400\/80{background-color:rgba(56,189,248,.8)}.\33xl\:bg-sky-400\/85{background-color:rgba(56,189,248,.85)}.\33xl\:bg-sky-400\/90{background-color:rgba(56,189,248,.9)}.\33xl\:bg-sky-400\/95{background-color:rgba(56,189,248,.95)}.\33xl\:bg-sky-50{--tw-bg-opacity:1;background-color:rgba(240,249,255,var(--tw-bg-opacity))}.\33xl\:bg-sky-50\/0{background-color:rgba(240,249,255,0)}.\33xl\:bg-sky-50\/10{background-color:rgba(240,249,255,.1)}.\33xl\:bg-sky-50\/100{background-color:#f0f9ff}.\33xl\:bg-sky-50\/15{background-color:rgba(240,249,255,.15)}.\33xl\:bg-sky-50\/20{background-color:rgba(240,249,255,.2)}.\33xl\:bg-sky-50\/25{background-color:rgba(240,249,255,.25)}.\33xl\:bg-sky-50\/30{background-color:rgba(240,249,255,.3)}.\33xl\:bg-sky-50\/35{background-color:rgba(240,249,255,.35)}.\33xl\:bg-sky-50\/40{background-color:rgba(240,249,255,.4)}.\33xl\:bg-sky-50\/45{background-color:rgba(240,249,255,.45)}.\33xl\:bg-sky-50\/5{background-color:rgba(240,249,255,.05)}.\33xl\:bg-sky-50\/50{background-color:rgba(240,249,255,.5)}.\33xl\:bg-sky-50\/55{background-color:rgba(240,249,255,.55)}.\33xl\:bg-sky-50\/60{background-color:rgba(240,249,255,.6)}.\33xl\:bg-sky-50\/65{background-color:rgba(240,249,255,.65)}.\33xl\:bg-sky-50\/70{background-color:rgba(240,249,255,.7)}.\33xl\:bg-sky-50\/75{background-color:rgba(240,249,255,.75)}.\33xl\:bg-sky-50\/80{background-color:rgba(240,249,255,.8)}.\33xl\:bg-sky-50\/85{background-color:rgba(240,249,255,.85)}.\33xl\:bg-sky-50\/90{background-color:rgba(240,249,255,.9)}.\33xl\:bg-sky-50\/95{background-color:rgba(240,249,255,.95)}.\33xl\:bg-sky-500{--tw-bg-opacity:1;background-color:rgba(14,165,233,var(--tw-bg-opacity))}.\33xl\:bg-sky-500\/0{background-color:rgba(14,165,233,0)}.\33xl\:bg-sky-500\/10{background-color:rgba(14,165,233,.1)}.\33xl\:bg-sky-500\/100{background-color:#0ea5e9}.\33xl\:bg-sky-500\/15{background-color:rgba(14,165,233,.15)}.\33xl\:bg-sky-500\/20{background-color:rgba(14,165,233,.2)}.\33xl\:bg-sky-500\/25{background-color:rgba(14,165,233,.25)}.\33xl\:bg-sky-500\/30{background-color:rgba(14,165,233,.3)}.\33xl\:bg-sky-500\/35{background-color:rgba(14,165,233,.35)}.\33xl\:bg-sky-500\/40{background-color:rgba(14,165,233,.4)}.\33xl\:bg-sky-500\/45{background-color:rgba(14,165,233,.45)}.\33xl\:bg-sky-500\/5{background-color:rgba(14,165,233,.05)}.\33xl\:bg-sky-500\/50{background-color:rgba(14,165,233,.5)}.\33xl\:bg-sky-500\/55{background-color:rgba(14,165,233,.55)}.\33xl\:bg-sky-500\/60{background-color:rgba(14,165,233,.6)}.\33xl\:bg-sky-500\/65{background-color:rgba(14,165,233,.65)}.\33xl\:bg-sky-500\/70{background-color:rgba(14,165,233,.7)}.\33xl\:bg-sky-500\/75{background-color:rgba(14,165,233,.75)}.\33xl\:bg-sky-500\/80{background-color:rgba(14,165,233,.8)}.\33xl\:bg-sky-500\/85{background-color:rgba(14,165,233,.85)}.\33xl\:bg-sky-500\/90{background-color:rgba(14,165,233,.9)}.\33xl\:bg-sky-500\/95{background-color:rgba(14,165,233,.95)}.\33xl\:bg-sky-600{--tw-bg-opacity:1;background-color:rgba(2,132,199,var(--tw-bg-opacity))}.\33xl\:bg-sky-600\/0{background-color:rgba(2,132,199,0)}.\33xl\:bg-sky-600\/10{background-color:rgba(2,132,199,.1)}.\33xl\:bg-sky-600\/100{background-color:#0284c7}.\33xl\:bg-sky-600\/15{background-color:rgba(2,132,199,.15)}.\33xl\:bg-sky-600\/20{background-color:rgba(2,132,199,.2)}.\33xl\:bg-sky-600\/25{background-color:rgba(2,132,199,.25)}.\33xl\:bg-sky-600\/30{background-color:rgba(2,132,199,.3)}.\33xl\:bg-sky-600\/35{background-color:rgba(2,132,199,.35)}.\33xl\:bg-sky-600\/40{background-color:rgba(2,132,199,.4)}.\33xl\:bg-sky-600\/45{background-color:rgba(2,132,199,.45)}.\33xl\:bg-sky-600\/5{background-color:rgba(2,132,199,.05)}.\33xl\:bg-sky-600\/50{background-color:rgba(2,132,199,.5)}.\33xl\:bg-sky-600\/55{background-color:rgba(2,132,199,.55)}.\33xl\:bg-sky-600\/60{background-color:rgba(2,132,199,.6)}.\33xl\:bg-sky-600\/65{background-color:rgba(2,132,199,.65)}.\33xl\:bg-sky-600\/70{background-color:rgba(2,132,199,.7)}.\33xl\:bg-sky-600\/75{background-color:rgba(2,132,199,.75)}.\33xl\:bg-sky-600\/80{background-color:rgba(2,132,199,.8)}.\33xl\:bg-sky-600\/85{background-color:rgba(2,132,199,.85)}.\33xl\:bg-sky-600\/90{background-color:rgba(2,132,199,.9)}.\33xl\:bg-sky-600\/95{background-color:rgba(2,132,199,.95)}.\33xl\:bg-sky-700{--tw-bg-opacity:1;background-color:rgba(3,105,161,var(--tw-bg-opacity))}.\33xl\:bg-sky-700\/0{background-color:rgba(3,105,161,0)}.\33xl\:bg-sky-700\/10{background-color:rgba(3,105,161,.1)}.\33xl\:bg-sky-700\/100{background-color:#0369a1}.\33xl\:bg-sky-700\/15{background-color:rgba(3,105,161,.15)}.\33xl\:bg-sky-700\/20{background-color:rgba(3,105,161,.2)}.\33xl\:bg-sky-700\/25{background-color:rgba(3,105,161,.25)}.\33xl\:bg-sky-700\/30{background-color:rgba(3,105,161,.3)}.\33xl\:bg-sky-700\/35{background-color:rgba(3,105,161,.35)}.\33xl\:bg-sky-700\/40{background-color:rgba(3,105,161,.4)}.\33xl\:bg-sky-700\/45{background-color:rgba(3,105,161,.45)}.\33xl\:bg-sky-700\/5{background-color:rgba(3,105,161,.05)}.\33xl\:bg-sky-700\/50{background-color:rgba(3,105,161,.5)}.\33xl\:bg-sky-700\/55{background-color:rgba(3,105,161,.55)}.\33xl\:bg-sky-700\/60{background-color:rgba(3,105,161,.6)}.\33xl\:bg-sky-700\/65{background-color:rgba(3,105,161,.65)}.\33xl\:bg-sky-700\/70{background-color:rgba(3,105,161,.7)}.\33xl\:bg-sky-700\/75{background-color:rgba(3,105,161,.75)}.\33xl\:bg-sky-700\/80{background-color:rgba(3,105,161,.8)}.\33xl\:bg-sky-700\/85{background-color:rgba(3,105,161,.85)}.\33xl\:bg-sky-700\/90{background-color:rgba(3,105,161,.9)}.\33xl\:bg-sky-700\/95{background-color:rgba(3,105,161,.95)}.\33xl\:bg-sky-800{--tw-bg-opacity:1;background-color:rgba(7,89,133,var(--tw-bg-opacity))}.\33xl\:bg-sky-800\/0{background-color:rgba(7,89,133,0)}.\33xl\:bg-sky-800\/10{background-color:rgba(7,89,133,.1)}.\33xl\:bg-sky-800\/100{background-color:#075985}.\33xl\:bg-sky-800\/15{background-color:rgba(7,89,133,.15)}.\33xl\:bg-sky-800\/20{background-color:rgba(7,89,133,.2)}.\33xl\:bg-sky-800\/25{background-color:rgba(7,89,133,.25)}.\33xl\:bg-sky-800\/30{background-color:rgba(7,89,133,.3)}.\33xl\:bg-sky-800\/35{background-color:rgba(7,89,133,.35)}.\33xl\:bg-sky-800\/40{background-color:rgba(7,89,133,.4)}.\33xl\:bg-sky-800\/45{background-color:rgba(7,89,133,.45)}.\33xl\:bg-sky-800\/5{background-color:rgba(7,89,133,.05)}.\33xl\:bg-sky-800\/50{background-color:rgba(7,89,133,.5)}.\33xl\:bg-sky-800\/55{background-color:rgba(7,89,133,.55)}.\33xl\:bg-sky-800\/60{background-color:rgba(7,89,133,.6)}.\33xl\:bg-sky-800\/65{background-color:rgba(7,89,133,.65)}.\33xl\:bg-sky-800\/70{background-color:rgba(7,89,133,.7)}.\33xl\:bg-sky-800\/75{background-color:rgba(7,89,133,.75)}.\33xl\:bg-sky-800\/80{background-color:rgba(7,89,133,.8)}.\33xl\:bg-sky-800\/85{background-color:rgba(7,89,133,.85)}.\33xl\:bg-sky-800\/90{background-color:rgba(7,89,133,.9)}.\33xl\:bg-sky-800\/95{background-color:rgba(7,89,133,.95)}.\33xl\:bg-sky-900{--tw-bg-opacity:1;background-color:rgba(12,74,110,var(--tw-bg-opacity))}.\33xl\:bg-sky-900\/0{background-color:rgba(12,74,110,0)}.\33xl\:bg-sky-900\/10{background-color:rgba(12,74,110,.1)}.\33xl\:bg-sky-900\/100{background-color:#0c4a6e}.\33xl\:bg-sky-900\/15{background-color:rgba(12,74,110,.15)}.\33xl\:bg-sky-900\/20{background-color:rgba(12,74,110,.2)}.\33xl\:bg-sky-900\/25{background-color:rgba(12,74,110,.25)}.\33xl\:bg-sky-900\/30{background-color:rgba(12,74,110,.3)}.\33xl\:bg-sky-900\/35{background-color:rgba(12,74,110,.35)}.\33xl\:bg-sky-900\/40{background-color:rgba(12,74,110,.4)}.\33xl\:bg-sky-900\/45{background-color:rgba(12,74,110,.45)}.\33xl\:bg-sky-900\/5{background-color:rgba(12,74,110,.05)}.\33xl\:bg-sky-900\/50{background-color:rgba(12,74,110,.5)}.\33xl\:bg-sky-900\/55{background-color:rgba(12,74,110,.55)}.\33xl\:bg-sky-900\/60{background-color:rgba(12,74,110,.6)}.\33xl\:bg-sky-900\/65{background-color:rgba(12,74,110,.65)}.\33xl\:bg-sky-900\/70{background-color:rgba(12,74,110,.7)}.\33xl\:bg-sky-900\/75{background-color:rgba(12,74,110,.75)}.\33xl\:bg-sky-900\/80{background-color:rgba(12,74,110,.8)}.\33xl\:bg-sky-900\/85{background-color:rgba(12,74,110,.85)}.\33xl\:bg-sky-900\/90{background-color:rgba(12,74,110,.9)}.\33xl\:bg-sky-900\/95{background-color:rgba(12,74,110,.95)}.\33xl\:bg-sky-950{--tw-bg-opacity:1;background-color:rgba(8,47,73,var(--tw-bg-opacity))}.\33xl\:bg-sky-950\/0{background-color:rgba(8,47,73,0)}.\33xl\:bg-sky-950\/10{background-color:rgba(8,47,73,.1)}.\33xl\:bg-sky-950\/100{background-color:#082f49}.\33xl\:bg-sky-950\/15{background-color:rgba(8,47,73,.15)}.\33xl\:bg-sky-950\/20{background-color:rgba(8,47,73,.2)}.\33xl\:bg-sky-950\/25{background-color:rgba(8,47,73,.25)}.\33xl\:bg-sky-950\/30{background-color:rgba(8,47,73,.3)}.\33xl\:bg-sky-950\/35{background-color:rgba(8,47,73,.35)}.\33xl\:bg-sky-950\/40{background-color:rgba(8,47,73,.4)}.\33xl\:bg-sky-950\/45{background-color:rgba(8,47,73,.45)}.\33xl\:bg-sky-950\/5{background-color:rgba(8,47,73,.05)}.\33xl\:bg-sky-950\/50{background-color:rgba(8,47,73,.5)}.\33xl\:bg-sky-950\/55{background-color:rgba(8,47,73,.55)}.\33xl\:bg-sky-950\/60{background-color:rgba(8,47,73,.6)}.\33xl\:bg-sky-950\/65{background-color:rgba(8,47,73,.65)}.\33xl\:bg-sky-950\/70{background-color:rgba(8,47,73,.7)}.\33xl\:bg-sky-950\/75{background-color:rgba(8,47,73,.75)}.\33xl\:bg-sky-950\/80{background-color:rgba(8,47,73,.8)}.\33xl\:bg-sky-950\/85{background-color:rgba(8,47,73,.85)}.\33xl\:bg-sky-950\/90{background-color:rgba(8,47,73,.9)}.\33xl\:bg-sky-950\/95{background-color:rgba(8,47,73,.95)}.\33xl\:bg-slate-100{--tw-bg-opacity:1;background-color:rgba(241,245,249,var(--tw-bg-opacity))}.\33xl\:bg-slate-100\/0{background-color:rgba(241,245,249,0)}.\33xl\:bg-slate-100\/10{background-color:rgba(241,245,249,.1)}.\33xl\:bg-slate-100\/100{background-color:#f1f5f9}.\33xl\:bg-slate-100\/15{background-color:rgba(241,245,249,.15)}.\33xl\:bg-slate-100\/20{background-color:rgba(241,245,249,.2)}.\33xl\:bg-slate-100\/25{background-color:rgba(241,245,249,.25)}.\33xl\:bg-slate-100\/30{background-color:rgba(241,245,249,.3)}.\33xl\:bg-slate-100\/35{background-color:rgba(241,245,249,.35)}.\33xl\:bg-slate-100\/40{background-color:rgba(241,245,249,.4)}.\33xl\:bg-slate-100\/45{background-color:rgba(241,245,249,.45)}.\33xl\:bg-slate-100\/5{background-color:rgba(241,245,249,.05)}.\33xl\:bg-slate-100\/50{background-color:rgba(241,245,249,.5)}.\33xl\:bg-slate-100\/55{background-color:rgba(241,245,249,.55)}.\33xl\:bg-slate-100\/60{background-color:rgba(241,245,249,.6)}.\33xl\:bg-slate-100\/65{background-color:rgba(241,245,249,.65)}.\33xl\:bg-slate-100\/70{background-color:rgba(241,245,249,.7)}.\33xl\:bg-slate-100\/75{background-color:rgba(241,245,249,.75)}.\33xl\:bg-slate-100\/80{background-color:rgba(241,245,249,.8)}.\33xl\:bg-slate-100\/85{background-color:rgba(241,245,249,.85)}.\33xl\:bg-slate-100\/90{background-color:rgba(241,245,249,.9)}.\33xl\:bg-slate-100\/95{background-color:rgba(241,245,249,.95)}.\33xl\:bg-slate-200{--tw-bg-opacity:1;background-color:rgba(226,232,240,var(--tw-bg-opacity))}.\33xl\:bg-slate-200\/0{background-color:rgba(226,232,240,0)}.\33xl\:bg-slate-200\/10{background-color:rgba(226,232,240,.1)}.\33xl\:bg-slate-200\/100{background-color:#e2e8f0}.\33xl\:bg-slate-200\/15{background-color:rgba(226,232,240,.15)}.\33xl\:bg-slate-200\/20{background-color:rgba(226,232,240,.2)}.\33xl\:bg-slate-200\/25{background-color:rgba(226,232,240,.25)}.\33xl\:bg-slate-200\/30{background-color:rgba(226,232,240,.3)}.\33xl\:bg-slate-200\/35{background-color:rgba(226,232,240,.35)}.\33xl\:bg-slate-200\/40{background-color:rgba(226,232,240,.4)}.\33xl\:bg-slate-200\/45{background-color:rgba(226,232,240,.45)}.\33xl\:bg-slate-200\/5{background-color:rgba(226,232,240,.05)}.\33xl\:bg-slate-200\/50{background-color:rgba(226,232,240,.5)}.\33xl\:bg-slate-200\/55{background-color:rgba(226,232,240,.55)}.\33xl\:bg-slate-200\/60{background-color:rgba(226,232,240,.6)}.\33xl\:bg-slate-200\/65{background-color:rgba(226,232,240,.65)}.\33xl\:bg-slate-200\/70{background-color:rgba(226,232,240,.7)}.\33xl\:bg-slate-200\/75{background-color:rgba(226,232,240,.75)}.\33xl\:bg-slate-200\/80{background-color:rgba(226,232,240,.8)}.\33xl\:bg-slate-200\/85{background-color:rgba(226,232,240,.85)}.\33xl\:bg-slate-200\/90{background-color:rgba(226,232,240,.9)}.\33xl\:bg-slate-200\/95{background-color:rgba(226,232,240,.95)}.\33xl\:bg-slate-300{--tw-bg-opacity:1;background-color:rgba(203,213,225,var(--tw-bg-opacity))}.\33xl\:bg-slate-300\/0{background-color:rgba(203,213,225,0)}.\33xl\:bg-slate-300\/10{background-color:rgba(203,213,225,.1)}.\33xl\:bg-slate-300\/100{background-color:#cbd5e1}.\33xl\:bg-slate-300\/15{background-color:rgba(203,213,225,.15)}.\33xl\:bg-slate-300\/20{background-color:rgba(203,213,225,.2)}.\33xl\:bg-slate-300\/25{background-color:rgba(203,213,225,.25)}.\33xl\:bg-slate-300\/30{background-color:rgba(203,213,225,.3)}.\33xl\:bg-slate-300\/35{background-color:rgba(203,213,225,.35)}.\33xl\:bg-slate-300\/40{background-color:rgba(203,213,225,.4)}.\33xl\:bg-slate-300\/45{background-color:rgba(203,213,225,.45)}.\33xl\:bg-slate-300\/5{background-color:rgba(203,213,225,.05)}.\33xl\:bg-slate-300\/50{background-color:rgba(203,213,225,.5)}.\33xl\:bg-slate-300\/55{background-color:rgba(203,213,225,.55)}.\33xl\:bg-slate-300\/60{background-color:rgba(203,213,225,.6)}.\33xl\:bg-slate-300\/65{background-color:rgba(203,213,225,.65)}.\33xl\:bg-slate-300\/70{background-color:rgba(203,213,225,.7)}.\33xl\:bg-slate-300\/75{background-color:rgba(203,213,225,.75)}.\33xl\:bg-slate-300\/80{background-color:rgba(203,213,225,.8)}.\33xl\:bg-slate-300\/85{background-color:rgba(203,213,225,.85)}.\33xl\:bg-slate-300\/90{background-color:rgba(203,213,225,.9)}.\33xl\:bg-slate-300\/95{background-color:rgba(203,213,225,.95)}.\33xl\:bg-slate-400{--tw-bg-opacity:1;background-color:rgba(148,163,184,var(--tw-bg-opacity))}.\33xl\:bg-slate-400\/0{background-color:rgba(148,163,184,0)}.\33xl\:bg-slate-400\/10{background-color:rgba(148,163,184,.1)}.\33xl\:bg-slate-400\/100{background-color:#94a3b8}.\33xl\:bg-slate-400\/15{background-color:rgba(148,163,184,.15)}.\33xl\:bg-slate-400\/20{background-color:rgba(148,163,184,.2)}.\33xl\:bg-slate-400\/25{background-color:rgba(148,163,184,.25)}.\33xl\:bg-slate-400\/30{background-color:rgba(148,163,184,.3)}.\33xl\:bg-slate-400\/35{background-color:rgba(148,163,184,.35)}.\33xl\:bg-slate-400\/40{background-color:rgba(148,163,184,.4)}.\33xl\:bg-slate-400\/45{background-color:rgba(148,163,184,.45)}.\33xl\:bg-slate-400\/5{background-color:rgba(148,163,184,.05)}.\33xl\:bg-slate-400\/50{background-color:rgba(148,163,184,.5)}.\33xl\:bg-slate-400\/55{background-color:rgba(148,163,184,.55)}.\33xl\:bg-slate-400\/60{background-color:rgba(148,163,184,.6)}.\33xl\:bg-slate-400\/65{background-color:rgba(148,163,184,.65)}.\33xl\:bg-slate-400\/70{background-color:rgba(148,163,184,.7)}.\33xl\:bg-slate-400\/75{background-color:rgba(148,163,184,.75)}.\33xl\:bg-slate-400\/80{background-color:rgba(148,163,184,.8)}.\33xl\:bg-slate-400\/85{background-color:rgba(148,163,184,.85)}.\33xl\:bg-slate-400\/90{background-color:rgba(148,163,184,.9)}.\33xl\:bg-slate-400\/95{background-color:rgba(148,163,184,.95)}.\33xl\:bg-slate-50{--tw-bg-opacity:1;background-color:rgba(248,250,252,var(--tw-bg-opacity))}.\33xl\:bg-slate-50\/0{background-color:rgba(248,250,252,0)}.\33xl\:bg-slate-50\/10{background-color:rgba(248,250,252,.1)}.\33xl\:bg-slate-50\/100{background-color:#f8fafc}.\33xl\:bg-slate-50\/15{background-color:rgba(248,250,252,.15)}.\33xl\:bg-slate-50\/20{background-color:rgba(248,250,252,.2)}.\33xl\:bg-slate-50\/25{background-color:rgba(248,250,252,.25)}.\33xl\:bg-slate-50\/30{background-color:rgba(248,250,252,.3)}.\33xl\:bg-slate-50\/35{background-color:rgba(248,250,252,.35)}.\33xl\:bg-slate-50\/40{background-color:rgba(248,250,252,.4)}.\33xl\:bg-slate-50\/45{background-color:rgba(248,250,252,.45)}.\33xl\:bg-slate-50\/5{background-color:rgba(248,250,252,.05)}.\33xl\:bg-slate-50\/50{background-color:rgba(248,250,252,.5)}.\33xl\:bg-slate-50\/55{background-color:rgba(248,250,252,.55)}.\33xl\:bg-slate-50\/60{background-color:rgba(248,250,252,.6)}.\33xl\:bg-slate-50\/65{background-color:rgba(248,250,252,.65)}.\33xl\:bg-slate-50\/70{background-color:rgba(248,250,252,.7)}.\33xl\:bg-slate-50\/75{background-color:rgba(248,250,252,.75)}.\33xl\:bg-slate-50\/80{background-color:rgba(248,250,252,.8)}.\33xl\:bg-slate-50\/85{background-color:rgba(248,250,252,.85)}.\33xl\:bg-slate-50\/90{background-color:rgba(248,250,252,.9)}.\33xl\:bg-slate-50\/95{background-color:rgba(248,250,252,.95)}.\33xl\:bg-slate-500{--tw-bg-opacity:1;background-color:rgba(100,116,139,var(--tw-bg-opacity))}.\33xl\:bg-slate-500\/0{background-color:rgba(100,116,139,0)}.\33xl\:bg-slate-500\/10{background-color:rgba(100,116,139,.1)}.\33xl\:bg-slate-500\/100{background-color:#64748b}.\33xl\:bg-slate-500\/15{background-color:rgba(100,116,139,.15)}.\33xl\:bg-slate-500\/20{background-color:rgba(100,116,139,.2)}.\33xl\:bg-slate-500\/25{background-color:rgba(100,116,139,.25)}.\33xl\:bg-slate-500\/30{background-color:rgba(100,116,139,.3)}.\33xl\:bg-slate-500\/35{background-color:rgba(100,116,139,.35)}.\33xl\:bg-slate-500\/40{background-color:rgba(100,116,139,.4)}.\33xl\:bg-slate-500\/45{background-color:rgba(100,116,139,.45)}.\33xl\:bg-slate-500\/5{background-color:rgba(100,116,139,.05)}.\33xl\:bg-slate-500\/50{background-color:rgba(100,116,139,.5)}.\33xl\:bg-slate-500\/55{background-color:rgba(100,116,139,.55)}.\33xl\:bg-slate-500\/60{background-color:rgba(100,116,139,.6)}.\33xl\:bg-slate-500\/65{background-color:rgba(100,116,139,.65)}.\33xl\:bg-slate-500\/70{background-color:rgba(100,116,139,.7)}.\33xl\:bg-slate-500\/75{background-color:rgba(100,116,139,.75)}.\33xl\:bg-slate-500\/80{background-color:rgba(100,116,139,.8)}.\33xl\:bg-slate-500\/85{background-color:rgba(100,116,139,.85)}.\33xl\:bg-slate-500\/90{background-color:rgba(100,116,139,.9)}.\33xl\:bg-slate-500\/95{background-color:rgba(100,116,139,.95)}.\33xl\:bg-slate-600{--tw-bg-opacity:1;background-color:rgba(71,85,105,var(--tw-bg-opacity))}.\33xl\:bg-slate-600\/0{background-color:rgba(71,85,105,0)}.\33xl\:bg-slate-600\/10{background-color:rgba(71,85,105,.1)}.\33xl\:bg-slate-600\/100{background-color:#475569}.\33xl\:bg-slate-600\/15{background-color:rgba(71,85,105,.15)}.\33xl\:bg-slate-600\/20{background-color:rgba(71,85,105,.2)}.\33xl\:bg-slate-600\/25{background-color:rgba(71,85,105,.25)}.\33xl\:bg-slate-600\/30{background-color:rgba(71,85,105,.3)}.\33xl\:bg-slate-600\/35{background-color:rgba(71,85,105,.35)}.\33xl\:bg-slate-600\/40{background-color:rgba(71,85,105,.4)}.\33xl\:bg-slate-600\/45{background-color:rgba(71,85,105,.45)}.\33xl\:bg-slate-600\/5{background-color:rgba(71,85,105,.05)}.\33xl\:bg-slate-600\/50{background-color:rgba(71,85,105,.5)}.\33xl\:bg-slate-600\/55{background-color:rgba(71,85,105,.55)}.\33xl\:bg-slate-600\/60{background-color:rgba(71,85,105,.6)}.\33xl\:bg-slate-600\/65{background-color:rgba(71,85,105,.65)}.\33xl\:bg-slate-600\/70{background-color:rgba(71,85,105,.7)}.\33xl\:bg-slate-600\/75{background-color:rgba(71,85,105,.75)}.\33xl\:bg-slate-600\/80{background-color:rgba(71,85,105,.8)}.\33xl\:bg-slate-600\/85{background-color:rgba(71,85,105,.85)}.\33xl\:bg-slate-600\/90{background-color:rgba(71,85,105,.9)}.\33xl\:bg-slate-600\/95{background-color:rgba(71,85,105,.95)}.\33xl\:bg-slate-700{--tw-bg-opacity:1;background-color:rgba(51,65,85,var(--tw-bg-opacity))}.\33xl\:bg-slate-700\/0{background-color:rgba(51,65,85,0)}.\33xl\:bg-slate-700\/10{background-color:rgba(51,65,85,.1)}.\33xl\:bg-slate-700\/100{background-color:#334155}.\33xl\:bg-slate-700\/15{background-color:rgba(51,65,85,.15)}.\33xl\:bg-slate-700\/20{background-color:rgba(51,65,85,.2)}.\33xl\:bg-slate-700\/25{background-color:rgba(51,65,85,.25)}.\33xl\:bg-slate-700\/30{background-color:rgba(51,65,85,.3)}.\33xl\:bg-slate-700\/35{background-color:rgba(51,65,85,.35)}.\33xl\:bg-slate-700\/40{background-color:rgba(51,65,85,.4)}.\33xl\:bg-slate-700\/45{background-color:rgba(51,65,85,.45)}.\33xl\:bg-slate-700\/5{background-color:rgba(51,65,85,.05)}.\33xl\:bg-slate-700\/50{background-color:rgba(51,65,85,.5)}.\33xl\:bg-slate-700\/55{background-color:rgba(51,65,85,.55)}.\33xl\:bg-slate-700\/60{background-color:rgba(51,65,85,.6)}.\33xl\:bg-slate-700\/65{background-color:rgba(51,65,85,.65)}.\33xl\:bg-slate-700\/70{background-color:rgba(51,65,85,.7)}.\33xl\:bg-slate-700\/75{background-color:rgba(51,65,85,.75)}.\33xl\:bg-slate-700\/80{background-color:rgba(51,65,85,.8)}.\33xl\:bg-slate-700\/85{background-color:rgba(51,65,85,.85)}.\33xl\:bg-slate-700\/90{background-color:rgba(51,65,85,.9)}.\33xl\:bg-slate-700\/95{background-color:rgba(51,65,85,.95)}.\33xl\:bg-slate-800{--tw-bg-opacity:1;background-color:rgba(30,41,59,var(--tw-bg-opacity))}.\33xl\:bg-slate-800\/0{background-color:rgba(30,41,59,0)}.\33xl\:bg-slate-800\/10{background-color:rgba(30,41,59,.1)}.\33xl\:bg-slate-800\/100{background-color:#1e293b}.\33xl\:bg-slate-800\/15{background-color:rgba(30,41,59,.15)}.\33xl\:bg-slate-800\/20{background-color:rgba(30,41,59,.2)}.\33xl\:bg-slate-800\/25{background-color:rgba(30,41,59,.25)}.\33xl\:bg-slate-800\/30{background-color:rgba(30,41,59,.3)}.\33xl\:bg-slate-800\/35{background-color:rgba(30,41,59,.35)}.\33xl\:bg-slate-800\/40{background-color:rgba(30,41,59,.4)}.\33xl\:bg-slate-800\/45{background-color:rgba(30,41,59,.45)}.\33xl\:bg-slate-800\/5{background-color:rgba(30,41,59,.05)}.\33xl\:bg-slate-800\/50{background-color:rgba(30,41,59,.5)}.\33xl\:bg-slate-800\/55{background-color:rgba(30,41,59,.55)}.\33xl\:bg-slate-800\/60{background-color:rgba(30,41,59,.6)}.\33xl\:bg-slate-800\/65{background-color:rgba(30,41,59,.65)}.\33xl\:bg-slate-800\/70{background-color:rgba(30,41,59,.7)}.\33xl\:bg-slate-800\/75{background-color:rgba(30,41,59,.75)}.\33xl\:bg-slate-800\/80{background-color:rgba(30,41,59,.8)}.\33xl\:bg-slate-800\/85{background-color:rgba(30,41,59,.85)}.\33xl\:bg-slate-800\/90{background-color:rgba(30,41,59,.9)}.\33xl\:bg-slate-800\/95{background-color:rgba(30,41,59,.95)}.\33xl\:bg-slate-900{--tw-bg-opacity:1;background-color:rgba(15,23,42,var(--tw-bg-opacity))}.\33xl\:bg-slate-900\/0{background-color:rgba(15,23,42,0)}.\33xl\:bg-slate-900\/10{background-color:rgba(15,23,42,.1)}.\33xl\:bg-slate-900\/100{background-color:#0f172a}.\33xl\:bg-slate-900\/15{background-color:rgba(15,23,42,.15)}.\33xl\:bg-slate-900\/20{background-color:rgba(15,23,42,.2)}.\33xl\:bg-slate-900\/25{background-color:rgba(15,23,42,.25)}.\33xl\:bg-slate-900\/30{background-color:rgba(15,23,42,.3)}.\33xl\:bg-slate-900\/35{background-color:rgba(15,23,42,.35)}.\33xl\:bg-slate-900\/40{background-color:rgba(15,23,42,.4)}.\33xl\:bg-slate-900\/45{background-color:rgba(15,23,42,.45)}.\33xl\:bg-slate-900\/5{background-color:rgba(15,23,42,.05)}.\33xl\:bg-slate-900\/50{background-color:rgba(15,23,42,.5)}.\33xl\:bg-slate-900\/55{background-color:rgba(15,23,42,.55)}.\33xl\:bg-slate-900\/60{background-color:rgba(15,23,42,.6)}.\33xl\:bg-slate-900\/65{background-color:rgba(15,23,42,.65)}.\33xl\:bg-slate-900\/70{background-color:rgba(15,23,42,.7)}.\33xl\:bg-slate-900\/75{background-color:rgba(15,23,42,.75)}.\33xl\:bg-slate-900\/80{background-color:rgba(15,23,42,.8)}.\33xl\:bg-slate-900\/85{background-color:rgba(15,23,42,.85)}.\33xl\:bg-slate-900\/90{background-color:rgba(15,23,42,.9)}.\33xl\:bg-slate-900\/95{background-color:rgba(15,23,42,.95)}.\33xl\:bg-slate-950{--tw-bg-opacity:1;background-color:rgba(2,6,23,var(--tw-bg-opacity))}.\33xl\:bg-slate-950\/0{background-color:rgba(2,6,23,0)}.\33xl\:bg-slate-950\/10{background-color:rgba(2,6,23,.1)}.\33xl\:bg-slate-950\/100{background-color:#020617}.\33xl\:bg-slate-950\/15{background-color:rgba(2,6,23,.15)}.\33xl\:bg-slate-950\/20{background-color:rgba(2,6,23,.2)}.\33xl\:bg-slate-950\/25{background-color:rgba(2,6,23,.25)}.\33xl\:bg-slate-950\/30{background-color:rgba(2,6,23,.3)}.\33xl\:bg-slate-950\/35{background-color:rgba(2,6,23,.35)}.\33xl\:bg-slate-950\/40{background-color:rgba(2,6,23,.4)}.\33xl\:bg-slate-950\/45{background-color:rgba(2,6,23,.45)}.\33xl\:bg-slate-950\/5{background-color:rgba(2,6,23,.05)}.\33xl\:bg-slate-950\/50{background-color:rgba(2,6,23,.5)}.\33xl\:bg-slate-950\/55{background-color:rgba(2,6,23,.55)}.\33xl\:bg-slate-950\/60{background-color:rgba(2,6,23,.6)}.\33xl\:bg-slate-950\/65{background-color:rgba(2,6,23,.65)}.\33xl\:bg-slate-950\/70{background-color:rgba(2,6,23,.7)}.\33xl\:bg-slate-950\/75{background-color:rgba(2,6,23,.75)}.\33xl\:bg-slate-950\/80{background-color:rgba(2,6,23,.8)}.\33xl\:bg-slate-950\/85{background-color:rgba(2,6,23,.85)}.\33xl\:bg-slate-950\/90{background-color:rgba(2,6,23,.9)}.\33xl\:bg-slate-950\/95{background-color:rgba(2,6,23,.95)}.\33xl\:bg-stone-100{--tw-bg-opacity:1;background-color:rgba(245,245,244,var(--tw-bg-opacity))}.\33xl\:bg-stone-100\/0{background-color:hsla(60,5%,96%,0)}.\33xl\:bg-stone-100\/10{background-color:hsla(60,5%,96%,.1)}.\33xl\:bg-stone-100\/100{background-color:#f5f5f4}.\33xl\:bg-stone-100\/15{background-color:hsla(60,5%,96%,.15)}.\33xl\:bg-stone-100\/20{background-color:hsla(60,5%,96%,.2)}.\33xl\:bg-stone-100\/25{background-color:hsla(60,5%,96%,.25)}.\33xl\:bg-stone-100\/30{background-color:hsla(60,5%,96%,.3)}.\33xl\:bg-stone-100\/35{background-color:hsla(60,5%,96%,.35)}.\33xl\:bg-stone-100\/40{background-color:hsla(60,5%,96%,.4)}.\33xl\:bg-stone-100\/45{background-color:hsla(60,5%,96%,.45)}.\33xl\:bg-stone-100\/5{background-color:hsla(60,5%,96%,.05)}.\33xl\:bg-stone-100\/50{background-color:hsla(60,5%,96%,.5)}.\33xl\:bg-stone-100\/55{background-color:hsla(60,5%,96%,.55)}.\33xl\:bg-stone-100\/60{background-color:hsla(60,5%,96%,.6)}.\33xl\:bg-stone-100\/65{background-color:hsla(60,5%,96%,.65)}.\33xl\:bg-stone-100\/70{background-color:hsla(60,5%,96%,.7)}.\33xl\:bg-stone-100\/75{background-color:hsla(60,5%,96%,.75)}.\33xl\:bg-stone-100\/80{background-color:hsla(60,5%,96%,.8)}.\33xl\:bg-stone-100\/85{background-color:hsla(60,5%,96%,.85)}.\33xl\:bg-stone-100\/90{background-color:hsla(60,5%,96%,.9)}.\33xl\:bg-stone-100\/95{background-color:hsla(60,5%,96%,.95)}.\33xl\:bg-stone-200{--tw-bg-opacity:1;background-color:rgba(231,229,228,var(--tw-bg-opacity))}.\33xl\:bg-stone-200\/0{background-color:hsla(20,6%,90%,0)}.\33xl\:bg-stone-200\/10{background-color:hsla(20,6%,90%,.1)}.\33xl\:bg-stone-200\/100{background-color:#e7e5e4}.\33xl\:bg-stone-200\/15{background-color:hsla(20,6%,90%,.15)}.\33xl\:bg-stone-200\/20{background-color:hsla(20,6%,90%,.2)}.\33xl\:bg-stone-200\/25{background-color:hsla(20,6%,90%,.25)}.\33xl\:bg-stone-200\/30{background-color:hsla(20,6%,90%,.3)}.\33xl\:bg-stone-200\/35{background-color:hsla(20,6%,90%,.35)}.\33xl\:bg-stone-200\/40{background-color:hsla(20,6%,90%,.4)}.\33xl\:bg-stone-200\/45{background-color:hsla(20,6%,90%,.45)}.\33xl\:bg-stone-200\/5{background-color:hsla(20,6%,90%,.05)}.\33xl\:bg-stone-200\/50{background-color:hsla(20,6%,90%,.5)}.\33xl\:bg-stone-200\/55{background-color:hsla(20,6%,90%,.55)}.\33xl\:bg-stone-200\/60{background-color:hsla(20,6%,90%,.6)}.\33xl\:bg-stone-200\/65{background-color:hsla(20,6%,90%,.65)}.\33xl\:bg-stone-200\/70{background-color:hsla(20,6%,90%,.7)}.\33xl\:bg-stone-200\/75{background-color:hsla(20,6%,90%,.75)}.\33xl\:bg-stone-200\/80{background-color:hsla(20,6%,90%,.8)}.\33xl\:bg-stone-200\/85{background-color:hsla(20,6%,90%,.85)}.\33xl\:bg-stone-200\/90{background-color:hsla(20,6%,90%,.9)}.\33xl\:bg-stone-200\/95{background-color:hsla(20,6%,90%,.95)}.\33xl\:bg-stone-300{--tw-bg-opacity:1;background-color:rgba(214,211,209,var(--tw-bg-opacity))}.\33xl\:bg-stone-300\/0{background-color:hsla(24,6%,83%,0)}.\33xl\:bg-stone-300\/10{background-color:hsla(24,6%,83%,.1)}.\33xl\:bg-stone-300\/100{background-color:#d6d3d1}.\33xl\:bg-stone-300\/15{background-color:hsla(24,6%,83%,.15)}.\33xl\:bg-stone-300\/20{background-color:hsla(24,6%,83%,.2)}.\33xl\:bg-stone-300\/25{background-color:hsla(24,6%,83%,.25)}.\33xl\:bg-stone-300\/30{background-color:hsla(24,6%,83%,.3)}.\33xl\:bg-stone-300\/35{background-color:hsla(24,6%,83%,.35)}.\33xl\:bg-stone-300\/40{background-color:hsla(24,6%,83%,.4)}.\33xl\:bg-stone-300\/45{background-color:hsla(24,6%,83%,.45)}.\33xl\:bg-stone-300\/5{background-color:hsla(24,6%,83%,.05)}.\33xl\:bg-stone-300\/50{background-color:hsla(24,6%,83%,.5)}.\33xl\:bg-stone-300\/55{background-color:hsla(24,6%,83%,.55)}.\33xl\:bg-stone-300\/60{background-color:hsla(24,6%,83%,.6)}.\33xl\:bg-stone-300\/65{background-color:hsla(24,6%,83%,.65)}.\33xl\:bg-stone-300\/70{background-color:hsla(24,6%,83%,.7)}.\33xl\:bg-stone-300\/75{background-color:hsla(24,6%,83%,.75)}.\33xl\:bg-stone-300\/80{background-color:hsla(24,6%,83%,.8)}.\33xl\:bg-stone-300\/85{background-color:hsla(24,6%,83%,.85)}.\33xl\:bg-stone-300\/90{background-color:hsla(24,6%,83%,.9)}.\33xl\:bg-stone-300\/95{background-color:hsla(24,6%,83%,.95)}.\33xl\:bg-stone-400{--tw-bg-opacity:1;background-color:rgba(168,162,158,var(--tw-bg-opacity))}.\33xl\:bg-stone-400\/0{background-color:hsla(24,5%,64%,0)}.\33xl\:bg-stone-400\/10{background-color:hsla(24,5%,64%,.1)}.\33xl\:bg-stone-400\/100{background-color:#a8a29e}.\33xl\:bg-stone-400\/15{background-color:hsla(24,5%,64%,.15)}.\33xl\:bg-stone-400\/20{background-color:hsla(24,5%,64%,.2)}.\33xl\:bg-stone-400\/25{background-color:hsla(24,5%,64%,.25)}.\33xl\:bg-stone-400\/30{background-color:hsla(24,5%,64%,.3)}.\33xl\:bg-stone-400\/35{background-color:hsla(24,5%,64%,.35)}.\33xl\:bg-stone-400\/40{background-color:hsla(24,5%,64%,.4)}.\33xl\:bg-stone-400\/45{background-color:hsla(24,5%,64%,.45)}.\33xl\:bg-stone-400\/5{background-color:hsla(24,5%,64%,.05)}.\33xl\:bg-stone-400\/50{background-color:hsla(24,5%,64%,.5)}.\33xl\:bg-stone-400\/55{background-color:hsla(24,5%,64%,.55)}.\33xl\:bg-stone-400\/60{background-color:hsla(24,5%,64%,.6)}.\33xl\:bg-stone-400\/65{background-color:hsla(24,5%,64%,.65)}.\33xl\:bg-stone-400\/70{background-color:hsla(24,5%,64%,.7)}.\33xl\:bg-stone-400\/75{background-color:hsla(24,5%,64%,.75)}.\33xl\:bg-stone-400\/80{background-color:hsla(24,5%,64%,.8)}.\33xl\:bg-stone-400\/85{background-color:hsla(24,5%,64%,.85)}.\33xl\:bg-stone-400\/90{background-color:hsla(24,5%,64%,.9)}.\33xl\:bg-stone-400\/95{background-color:hsla(24,5%,64%,.95)}.\33xl\:bg-stone-50{--tw-bg-opacity:1;background-color:rgba(250,250,249,var(--tw-bg-opacity))}.\33xl\:bg-stone-50\/0{background-color:hsla(60,9%,98%,0)}.\33xl\:bg-stone-50\/10{background-color:hsla(60,9%,98%,.1)}.\33xl\:bg-stone-50\/100{background-color:#fafaf9}.\33xl\:bg-stone-50\/15{background-color:hsla(60,9%,98%,.15)}.\33xl\:bg-stone-50\/20{background-color:hsla(60,9%,98%,.2)}.\33xl\:bg-stone-50\/25{background-color:hsla(60,9%,98%,.25)}.\33xl\:bg-stone-50\/30{background-color:hsla(60,9%,98%,.3)}.\33xl\:bg-stone-50\/35{background-color:hsla(60,9%,98%,.35)}.\33xl\:bg-stone-50\/40{background-color:hsla(60,9%,98%,.4)}.\33xl\:bg-stone-50\/45{background-color:hsla(60,9%,98%,.45)}.\33xl\:bg-stone-50\/5{background-color:hsla(60,9%,98%,.05)}.\33xl\:bg-stone-50\/50{background-color:hsla(60,9%,98%,.5)}.\33xl\:bg-stone-50\/55{background-color:hsla(60,9%,98%,.55)}.\33xl\:bg-stone-50\/60{background-color:hsla(60,9%,98%,.6)}.\33xl\:bg-stone-50\/65{background-color:hsla(60,9%,98%,.65)}.\33xl\:bg-stone-50\/70{background-color:hsla(60,9%,98%,.7)}.\33xl\:bg-stone-50\/75{background-color:hsla(60,9%,98%,.75)}.\33xl\:bg-stone-50\/80{background-color:hsla(60,9%,98%,.8)}.\33xl\:bg-stone-50\/85{background-color:hsla(60,9%,98%,.85)}.\33xl\:bg-stone-50\/90{background-color:hsla(60,9%,98%,.9)}.\33xl\:bg-stone-50\/95{background-color:hsla(60,9%,98%,.95)}.\33xl\:bg-stone-500{--tw-bg-opacity:1;background-color:rgba(120,113,108,var(--tw-bg-opacity))}.\33xl\:bg-stone-500\/0{background-color:hsla(25,5%,45%,0)}.\33xl\:bg-stone-500\/10{background-color:hsla(25,5%,45%,.1)}.\33xl\:bg-stone-500\/100{background-color:#78716c}.\33xl\:bg-stone-500\/15{background-color:hsla(25,5%,45%,.15)}.\33xl\:bg-stone-500\/20{background-color:hsla(25,5%,45%,.2)}.\33xl\:bg-stone-500\/25{background-color:hsla(25,5%,45%,.25)}.\33xl\:bg-stone-500\/30{background-color:hsla(25,5%,45%,.3)}.\33xl\:bg-stone-500\/35{background-color:hsla(25,5%,45%,.35)}.\33xl\:bg-stone-500\/40{background-color:hsla(25,5%,45%,.4)}.\33xl\:bg-stone-500\/45{background-color:hsla(25,5%,45%,.45)}.\33xl\:bg-stone-500\/5{background-color:hsla(25,5%,45%,.05)}.\33xl\:bg-stone-500\/50{background-color:hsla(25,5%,45%,.5)}.\33xl\:bg-stone-500\/55{background-color:hsla(25,5%,45%,.55)}.\33xl\:bg-stone-500\/60{background-color:hsla(25,5%,45%,.6)}.\33xl\:bg-stone-500\/65{background-color:hsla(25,5%,45%,.65)}.\33xl\:bg-stone-500\/70{background-color:hsla(25,5%,45%,.7)}.\33xl\:bg-stone-500\/75{background-color:hsla(25,5%,45%,.75)}.\33xl\:bg-stone-500\/80{background-color:hsla(25,5%,45%,.8)}.\33xl\:bg-stone-500\/85{background-color:hsla(25,5%,45%,.85)}.\33xl\:bg-stone-500\/90{background-color:hsla(25,5%,45%,.9)}.\33xl\:bg-stone-500\/95{background-color:hsla(25,5%,45%,.95)}.\33xl\:bg-stone-600{--tw-bg-opacity:1;background-color:rgba(87,83,78,var(--tw-bg-opacity))}.\33xl\:bg-stone-600\/0{background-color:rgba(87,83,78,0)}.\33xl\:bg-stone-600\/10{background-color:rgba(87,83,78,.1)}.\33xl\:bg-stone-600\/100{background-color:#57534e}.\33xl\:bg-stone-600\/15{background-color:rgba(87,83,78,.15)}.\33xl\:bg-stone-600\/20{background-color:rgba(87,83,78,.2)}.\33xl\:bg-stone-600\/25{background-color:rgba(87,83,78,.25)}.\33xl\:bg-stone-600\/30{background-color:rgba(87,83,78,.3)}.\33xl\:bg-stone-600\/35{background-color:rgba(87,83,78,.35)}.\33xl\:bg-stone-600\/40{background-color:rgba(87,83,78,.4)}.\33xl\:bg-stone-600\/45{background-color:rgba(87,83,78,.45)}.\33xl\:bg-stone-600\/5{background-color:rgba(87,83,78,.05)}.\33xl\:bg-stone-600\/50{background-color:rgba(87,83,78,.5)}.\33xl\:bg-stone-600\/55{background-color:rgba(87,83,78,.55)}.\33xl\:bg-stone-600\/60{background-color:rgba(87,83,78,.6)}.\33xl\:bg-stone-600\/65{background-color:rgba(87,83,78,.65)}.\33xl\:bg-stone-600\/70{background-color:rgba(87,83,78,.7)}.\33xl\:bg-stone-600\/75{background-color:rgba(87,83,78,.75)}.\33xl\:bg-stone-600\/80{background-color:rgba(87,83,78,.8)}.\33xl\:bg-stone-600\/85{background-color:rgba(87,83,78,.85)}.\33xl\:bg-stone-600\/90{background-color:rgba(87,83,78,.9)}.\33xl\:bg-stone-600\/95{background-color:rgba(87,83,78,.95)}.\33xl\:bg-stone-700{--tw-bg-opacity:1;background-color:rgba(68,64,60,var(--tw-bg-opacity))}.\33xl\:bg-stone-700\/0{background-color:rgba(68,64,60,0)}.\33xl\:bg-stone-700\/10{background-color:rgba(68,64,60,.1)}.\33xl\:bg-stone-700\/100{background-color:#44403c}.\33xl\:bg-stone-700\/15{background-color:rgba(68,64,60,.15)}.\33xl\:bg-stone-700\/20{background-color:rgba(68,64,60,.2)}.\33xl\:bg-stone-700\/25{background-color:rgba(68,64,60,.25)}.\33xl\:bg-stone-700\/30{background-color:rgba(68,64,60,.3)}.\33xl\:bg-stone-700\/35{background-color:rgba(68,64,60,.35)}.\33xl\:bg-stone-700\/40{background-color:rgba(68,64,60,.4)}.\33xl\:bg-stone-700\/45{background-color:rgba(68,64,60,.45)}.\33xl\:bg-stone-700\/5{background-color:rgba(68,64,60,.05)}.\33xl\:bg-stone-700\/50{background-color:rgba(68,64,60,.5)}.\33xl\:bg-stone-700\/55{background-color:rgba(68,64,60,.55)}.\33xl\:bg-stone-700\/60{background-color:rgba(68,64,60,.6)}.\33xl\:bg-stone-700\/65{background-color:rgba(68,64,60,.65)}.\33xl\:bg-stone-700\/70{background-color:rgba(68,64,60,.7)}.\33xl\:bg-stone-700\/75{background-color:rgba(68,64,60,.75)}.\33xl\:bg-stone-700\/80{background-color:rgba(68,64,60,.8)}.\33xl\:bg-stone-700\/85{background-color:rgba(68,64,60,.85)}.\33xl\:bg-stone-700\/90{background-color:rgba(68,64,60,.9)}.\33xl\:bg-stone-700\/95{background-color:rgba(68,64,60,.95)}.\33xl\:bg-stone-800{--tw-bg-opacity:1;background-color:rgba(41,37,36,var(--tw-bg-opacity))}.\33xl\:bg-stone-800\/0{background-color:rgba(41,37,36,0)}.\33xl\:bg-stone-800\/10{background-color:rgba(41,37,36,.1)}.\33xl\:bg-stone-800\/100{background-color:#292524}.\33xl\:bg-stone-800\/15{background-color:rgba(41,37,36,.15)}.\33xl\:bg-stone-800\/20{background-color:rgba(41,37,36,.2)}.\33xl\:bg-stone-800\/25{background-color:rgba(41,37,36,.25)}.\33xl\:bg-stone-800\/30{background-color:rgba(41,37,36,.3)}.\33xl\:bg-stone-800\/35{background-color:rgba(41,37,36,.35)}.\33xl\:bg-stone-800\/40{background-color:rgba(41,37,36,.4)}.\33xl\:bg-stone-800\/45{background-color:rgba(41,37,36,.45)}.\33xl\:bg-stone-800\/5{background-color:rgba(41,37,36,.05)}.\33xl\:bg-stone-800\/50{background-color:rgba(41,37,36,.5)}.\33xl\:bg-stone-800\/55{background-color:rgba(41,37,36,.55)}.\33xl\:bg-stone-800\/60{background-color:rgba(41,37,36,.6)}.\33xl\:bg-stone-800\/65{background-color:rgba(41,37,36,.65)}.\33xl\:bg-stone-800\/70{background-color:rgba(41,37,36,.7)}.\33xl\:bg-stone-800\/75{background-color:rgba(41,37,36,.75)}.\33xl\:bg-stone-800\/80{background-color:rgba(41,37,36,.8)}.\33xl\:bg-stone-800\/85{background-color:rgba(41,37,36,.85)}.\33xl\:bg-stone-800\/90{background-color:rgba(41,37,36,.9)}.\33xl\:bg-stone-800\/95{background-color:rgba(41,37,36,.95)}.\33xl\:bg-stone-900{--tw-bg-opacity:1;background-color:rgba(28,25,23,var(--tw-bg-opacity))}.\33xl\:bg-stone-900\/0{background-color:rgba(28,25,23,0)}.\33xl\:bg-stone-900\/10{background-color:rgba(28,25,23,.1)}.\33xl\:bg-stone-900\/100{background-color:#1c1917}.\33xl\:bg-stone-900\/15{background-color:rgba(28,25,23,.15)}.\33xl\:bg-stone-900\/20{background-color:rgba(28,25,23,.2)}.\33xl\:bg-stone-900\/25{background-color:rgba(28,25,23,.25)}.\33xl\:bg-stone-900\/30{background-color:rgba(28,25,23,.3)}.\33xl\:bg-stone-900\/35{background-color:rgba(28,25,23,.35)}.\33xl\:bg-stone-900\/40{background-color:rgba(28,25,23,.4)}.\33xl\:bg-stone-900\/45{background-color:rgba(28,25,23,.45)}.\33xl\:bg-stone-900\/5{background-color:rgba(28,25,23,.05)}.\33xl\:bg-stone-900\/50{background-color:rgba(28,25,23,.5)}.\33xl\:bg-stone-900\/55{background-color:rgba(28,25,23,.55)}.\33xl\:bg-stone-900\/60{background-color:rgba(28,25,23,.6)}.\33xl\:bg-stone-900\/65{background-color:rgba(28,25,23,.65)}.\33xl\:bg-stone-900\/70{background-color:rgba(28,25,23,.7)}.\33xl\:bg-stone-900\/75{background-color:rgba(28,25,23,.75)}.\33xl\:bg-stone-900\/80{background-color:rgba(28,25,23,.8)}.\33xl\:bg-stone-900\/85{background-color:rgba(28,25,23,.85)}.\33xl\:bg-stone-900\/90{background-color:rgba(28,25,23,.9)}.\33xl\:bg-stone-900\/95{background-color:rgba(28,25,23,.95)}.\33xl\:bg-stone-950{--tw-bg-opacity:1;background-color:rgba(12,10,9,var(--tw-bg-opacity))}.\33xl\:bg-stone-950\/0{background-color:rgba(12,10,9,0)}.\33xl\:bg-stone-950\/10{background-color:rgba(12,10,9,.1)}.\33xl\:bg-stone-950\/100{background-color:#0c0a09}.\33xl\:bg-stone-950\/15{background-color:rgba(12,10,9,.15)}.\33xl\:bg-stone-950\/20{background-color:rgba(12,10,9,.2)}.\33xl\:bg-stone-950\/25{background-color:rgba(12,10,9,.25)}.\33xl\:bg-stone-950\/30{background-color:rgba(12,10,9,.3)}.\33xl\:bg-stone-950\/35{background-color:rgba(12,10,9,.35)}.\33xl\:bg-stone-950\/40{background-color:rgba(12,10,9,.4)}.\33xl\:bg-stone-950\/45{background-color:rgba(12,10,9,.45)}.\33xl\:bg-stone-950\/5{background-color:rgba(12,10,9,.05)}.\33xl\:bg-stone-950\/50{background-color:rgba(12,10,9,.5)}.\33xl\:bg-stone-950\/55{background-color:rgba(12,10,9,.55)}.\33xl\:bg-stone-950\/60{background-color:rgba(12,10,9,.6)}.\33xl\:bg-stone-950\/65{background-color:rgba(12,10,9,.65)}.\33xl\:bg-stone-950\/70{background-color:rgba(12,10,9,.7)}.\33xl\:bg-stone-950\/75{background-color:rgba(12,10,9,.75)}.\33xl\:bg-stone-950\/80{background-color:rgba(12,10,9,.8)}.\33xl\:bg-stone-950\/85{background-color:rgba(12,10,9,.85)}.\33xl\:bg-stone-950\/90{background-color:rgba(12,10,9,.9)}.\33xl\:bg-stone-950\/95{background-color:rgba(12,10,9,.95)}.\33xl\:bg-teal-100{--tw-bg-opacity:1;background-color:rgba(204,251,241,var(--tw-bg-opacity))}.\33xl\:bg-teal-100\/0{background-color:rgba(204,251,241,0)}.\33xl\:bg-teal-100\/10{background-color:rgba(204,251,241,.1)}.\33xl\:bg-teal-100\/100{background-color:#ccfbf1}.\33xl\:bg-teal-100\/15{background-color:rgba(204,251,241,.15)}.\33xl\:bg-teal-100\/20{background-color:rgba(204,251,241,.2)}.\33xl\:bg-teal-100\/25{background-color:rgba(204,251,241,.25)}.\33xl\:bg-teal-100\/30{background-color:rgba(204,251,241,.3)}.\33xl\:bg-teal-100\/35{background-color:rgba(204,251,241,.35)}.\33xl\:bg-teal-100\/40{background-color:rgba(204,251,241,.4)}.\33xl\:bg-teal-100\/45{background-color:rgba(204,251,241,.45)}.\33xl\:bg-teal-100\/5{background-color:rgba(204,251,241,.05)}.\33xl\:bg-teal-100\/50{background-color:rgba(204,251,241,.5)}.\33xl\:bg-teal-100\/55{background-color:rgba(204,251,241,.55)}.\33xl\:bg-teal-100\/60{background-color:rgba(204,251,241,.6)}.\33xl\:bg-teal-100\/65{background-color:rgba(204,251,241,.65)}.\33xl\:bg-teal-100\/70{background-color:rgba(204,251,241,.7)}.\33xl\:bg-teal-100\/75{background-color:rgba(204,251,241,.75)}.\33xl\:bg-teal-100\/80{background-color:rgba(204,251,241,.8)}.\33xl\:bg-teal-100\/85{background-color:rgba(204,251,241,.85)}.\33xl\:bg-teal-100\/90{background-color:rgba(204,251,241,.9)}.\33xl\:bg-teal-100\/95{background-color:rgba(204,251,241,.95)}.\33xl\:bg-teal-200{--tw-bg-opacity:1;background-color:rgba(153,246,228,var(--tw-bg-opacity))}.\33xl\:bg-teal-200\/0{background-color:rgba(153,246,228,0)}.\33xl\:bg-teal-200\/10{background-color:rgba(153,246,228,.1)}.\33xl\:bg-teal-200\/100{background-color:#99f6e4}.\33xl\:bg-teal-200\/15{background-color:rgba(153,246,228,.15)}.\33xl\:bg-teal-200\/20{background-color:rgba(153,246,228,.2)}.\33xl\:bg-teal-200\/25{background-color:rgba(153,246,228,.25)}.\33xl\:bg-teal-200\/30{background-color:rgba(153,246,228,.3)}.\33xl\:bg-teal-200\/35{background-color:rgba(153,246,228,.35)}.\33xl\:bg-teal-200\/40{background-color:rgba(153,246,228,.4)}.\33xl\:bg-teal-200\/45{background-color:rgba(153,246,228,.45)}.\33xl\:bg-teal-200\/5{background-color:rgba(153,246,228,.05)}.\33xl\:bg-teal-200\/50{background-color:rgba(153,246,228,.5)}.\33xl\:bg-teal-200\/55{background-color:rgba(153,246,228,.55)}.\33xl\:bg-teal-200\/60{background-color:rgba(153,246,228,.6)}.\33xl\:bg-teal-200\/65{background-color:rgba(153,246,228,.65)}.\33xl\:bg-teal-200\/70{background-color:rgba(153,246,228,.7)}.\33xl\:bg-teal-200\/75{background-color:rgba(153,246,228,.75)}.\33xl\:bg-teal-200\/80{background-color:rgba(153,246,228,.8)}.\33xl\:bg-teal-200\/85{background-color:rgba(153,246,228,.85)}.\33xl\:bg-teal-200\/90{background-color:rgba(153,246,228,.9)}.\33xl\:bg-teal-200\/95{background-color:rgba(153,246,228,.95)}.\33xl\:bg-teal-300{--tw-bg-opacity:1;background-color:rgba(94,234,212,var(--tw-bg-opacity))}.\33xl\:bg-teal-300\/0{background-color:rgba(94,234,212,0)}.\33xl\:bg-teal-300\/10{background-color:rgba(94,234,212,.1)}.\33xl\:bg-teal-300\/100{background-color:#5eead4}.\33xl\:bg-teal-300\/15{background-color:rgba(94,234,212,.15)}.\33xl\:bg-teal-300\/20{background-color:rgba(94,234,212,.2)}.\33xl\:bg-teal-300\/25{background-color:rgba(94,234,212,.25)}.\33xl\:bg-teal-300\/30{background-color:rgba(94,234,212,.3)}.\33xl\:bg-teal-300\/35{background-color:rgba(94,234,212,.35)}.\33xl\:bg-teal-300\/40{background-color:rgba(94,234,212,.4)}.\33xl\:bg-teal-300\/45{background-color:rgba(94,234,212,.45)}.\33xl\:bg-teal-300\/5{background-color:rgba(94,234,212,.05)}.\33xl\:bg-teal-300\/50{background-color:rgba(94,234,212,.5)}.\33xl\:bg-teal-300\/55{background-color:rgba(94,234,212,.55)}.\33xl\:bg-teal-300\/60{background-color:rgba(94,234,212,.6)}.\33xl\:bg-teal-300\/65{background-color:rgba(94,234,212,.65)}.\33xl\:bg-teal-300\/70{background-color:rgba(94,234,212,.7)}.\33xl\:bg-teal-300\/75{background-color:rgba(94,234,212,.75)}.\33xl\:bg-teal-300\/80{background-color:rgba(94,234,212,.8)}.\33xl\:bg-teal-300\/85{background-color:rgba(94,234,212,.85)}.\33xl\:bg-teal-300\/90{background-color:rgba(94,234,212,.9)}.\33xl\:bg-teal-300\/95{background-color:rgba(94,234,212,.95)}.\33xl\:bg-teal-400{--tw-bg-opacity:1;background-color:rgba(45,212,191,var(--tw-bg-opacity))}.\33xl\:bg-teal-400\/0{background-color:rgba(45,212,191,0)}.\33xl\:bg-teal-400\/10{background-color:rgba(45,212,191,.1)}.\33xl\:bg-teal-400\/100{background-color:#2dd4bf}.\33xl\:bg-teal-400\/15{background-color:rgba(45,212,191,.15)}.\33xl\:bg-teal-400\/20{background-color:rgba(45,212,191,.2)}.\33xl\:bg-teal-400\/25{background-color:rgba(45,212,191,.25)}.\33xl\:bg-teal-400\/30{background-color:rgba(45,212,191,.3)}.\33xl\:bg-teal-400\/35{background-color:rgba(45,212,191,.35)}.\33xl\:bg-teal-400\/40{background-color:rgba(45,212,191,.4)}.\33xl\:bg-teal-400\/45{background-color:rgba(45,212,191,.45)}.\33xl\:bg-teal-400\/5{background-color:rgba(45,212,191,.05)}.\33xl\:bg-teal-400\/50{background-color:rgba(45,212,191,.5)}.\33xl\:bg-teal-400\/55{background-color:rgba(45,212,191,.55)}.\33xl\:bg-teal-400\/60{background-color:rgba(45,212,191,.6)}.\33xl\:bg-teal-400\/65{background-color:rgba(45,212,191,.65)}.\33xl\:bg-teal-400\/70{background-color:rgba(45,212,191,.7)}.\33xl\:bg-teal-400\/75{background-color:rgba(45,212,191,.75)}.\33xl\:bg-teal-400\/80{background-color:rgba(45,212,191,.8)}.\33xl\:bg-teal-400\/85{background-color:rgba(45,212,191,.85)}.\33xl\:bg-teal-400\/90{background-color:rgba(45,212,191,.9)}.\33xl\:bg-teal-400\/95{background-color:rgba(45,212,191,.95)}.\33xl\:bg-teal-50{--tw-bg-opacity:1;background-color:rgba(240,253,250,var(--tw-bg-opacity))}.\33xl\:bg-teal-50\/0{background-color:rgba(240,253,250,0)}.\33xl\:bg-teal-50\/10{background-color:rgba(240,253,250,.1)}.\33xl\:bg-teal-50\/100{background-color:#f0fdfa}.\33xl\:bg-teal-50\/15{background-color:rgba(240,253,250,.15)}.\33xl\:bg-teal-50\/20{background-color:rgba(240,253,250,.2)}.\33xl\:bg-teal-50\/25{background-color:rgba(240,253,250,.25)}.\33xl\:bg-teal-50\/30{background-color:rgba(240,253,250,.3)}.\33xl\:bg-teal-50\/35{background-color:rgba(240,253,250,.35)}.\33xl\:bg-teal-50\/40{background-color:rgba(240,253,250,.4)}.\33xl\:bg-teal-50\/45{background-color:rgba(240,253,250,.45)}.\33xl\:bg-teal-50\/5{background-color:rgba(240,253,250,.05)}.\33xl\:bg-teal-50\/50{background-color:rgba(240,253,250,.5)}.\33xl\:bg-teal-50\/55{background-color:rgba(240,253,250,.55)}.\33xl\:bg-teal-50\/60{background-color:rgba(240,253,250,.6)}.\33xl\:bg-teal-50\/65{background-color:rgba(240,253,250,.65)}.\33xl\:bg-teal-50\/70{background-color:rgba(240,253,250,.7)}.\33xl\:bg-teal-50\/75{background-color:rgba(240,253,250,.75)}.\33xl\:bg-teal-50\/80{background-color:rgba(240,253,250,.8)}.\33xl\:bg-teal-50\/85{background-color:rgba(240,253,250,.85)}.\33xl\:bg-teal-50\/90{background-color:rgba(240,253,250,.9)}.\33xl\:bg-teal-50\/95{background-color:rgba(240,253,250,.95)}.\33xl\:bg-teal-500{--tw-bg-opacity:1;background-color:rgba(20,184,166,var(--tw-bg-opacity))}.\33xl\:bg-teal-500\/0{background-color:rgba(20,184,166,0)}.\33xl\:bg-teal-500\/10{background-color:rgba(20,184,166,.1)}.\33xl\:bg-teal-500\/100{background-color:#14b8a6}.\33xl\:bg-teal-500\/15{background-color:rgba(20,184,166,.15)}.\33xl\:bg-teal-500\/20{background-color:rgba(20,184,166,.2)}.\33xl\:bg-teal-500\/25{background-color:rgba(20,184,166,.25)}.\33xl\:bg-teal-500\/30{background-color:rgba(20,184,166,.3)}.\33xl\:bg-teal-500\/35{background-color:rgba(20,184,166,.35)}.\33xl\:bg-teal-500\/40{background-color:rgba(20,184,166,.4)}.\33xl\:bg-teal-500\/45{background-color:rgba(20,184,166,.45)}.\33xl\:bg-teal-500\/5{background-color:rgba(20,184,166,.05)}.\33xl\:bg-teal-500\/50{background-color:rgba(20,184,166,.5)}.\33xl\:bg-teal-500\/55{background-color:rgba(20,184,166,.55)}.\33xl\:bg-teal-500\/60{background-color:rgba(20,184,166,.6)}.\33xl\:bg-teal-500\/65{background-color:rgba(20,184,166,.65)}.\33xl\:bg-teal-500\/70{background-color:rgba(20,184,166,.7)}.\33xl\:bg-teal-500\/75{background-color:rgba(20,184,166,.75)}.\33xl\:bg-teal-500\/80{background-color:rgba(20,184,166,.8)}.\33xl\:bg-teal-500\/85{background-color:rgba(20,184,166,.85)}.\33xl\:bg-teal-500\/90{background-color:rgba(20,184,166,.9)}.\33xl\:bg-teal-500\/95{background-color:rgba(20,184,166,.95)}.\33xl\:bg-teal-600{--tw-bg-opacity:1;background-color:rgba(13,148,136,var(--tw-bg-opacity))}.\33xl\:bg-teal-600\/0{background-color:rgba(13,148,136,0)}.\33xl\:bg-teal-600\/10{background-color:rgba(13,148,136,.1)}.\33xl\:bg-teal-600\/100{background-color:#0d9488}.\33xl\:bg-teal-600\/15{background-color:rgba(13,148,136,.15)}.\33xl\:bg-teal-600\/20{background-color:rgba(13,148,136,.2)}.\33xl\:bg-teal-600\/25{background-color:rgba(13,148,136,.25)}.\33xl\:bg-teal-600\/30{background-color:rgba(13,148,136,.3)}.\33xl\:bg-teal-600\/35{background-color:rgba(13,148,136,.35)}.\33xl\:bg-teal-600\/40{background-color:rgba(13,148,136,.4)}.\33xl\:bg-teal-600\/45{background-color:rgba(13,148,136,.45)}.\33xl\:bg-teal-600\/5{background-color:rgba(13,148,136,.05)}.\33xl\:bg-teal-600\/50{background-color:rgba(13,148,136,.5)}.\33xl\:bg-teal-600\/55{background-color:rgba(13,148,136,.55)}.\33xl\:bg-teal-600\/60{background-color:rgba(13,148,136,.6)}.\33xl\:bg-teal-600\/65{background-color:rgba(13,148,136,.65)}.\33xl\:bg-teal-600\/70{background-color:rgba(13,148,136,.7)}.\33xl\:bg-teal-600\/75{background-color:rgba(13,148,136,.75)}.\33xl\:bg-teal-600\/80{background-color:rgba(13,148,136,.8)}.\33xl\:bg-teal-600\/85{background-color:rgba(13,148,136,.85)}.\33xl\:bg-teal-600\/90{background-color:rgba(13,148,136,.9)}.\33xl\:bg-teal-600\/95{background-color:rgba(13,148,136,.95)}.\33xl\:bg-teal-700{--tw-bg-opacity:1;background-color:rgba(15,118,110,var(--tw-bg-opacity))}.\33xl\:bg-teal-700\/0{background-color:rgba(15,118,110,0)}.\33xl\:bg-teal-700\/10{background-color:rgba(15,118,110,.1)}.\33xl\:bg-teal-700\/100{background-color:#0f766e}.\33xl\:bg-teal-700\/15{background-color:rgba(15,118,110,.15)}.\33xl\:bg-teal-700\/20{background-color:rgba(15,118,110,.2)}.\33xl\:bg-teal-700\/25{background-color:rgba(15,118,110,.25)}.\33xl\:bg-teal-700\/30{background-color:rgba(15,118,110,.3)}.\33xl\:bg-teal-700\/35{background-color:rgba(15,118,110,.35)}.\33xl\:bg-teal-700\/40{background-color:rgba(15,118,110,.4)}.\33xl\:bg-teal-700\/45{background-color:rgba(15,118,110,.45)}.\33xl\:bg-teal-700\/5{background-color:rgba(15,118,110,.05)}.\33xl\:bg-teal-700\/50{background-color:rgba(15,118,110,.5)}.\33xl\:bg-teal-700\/55{background-color:rgba(15,118,110,.55)}.\33xl\:bg-teal-700\/60{background-color:rgba(15,118,110,.6)}.\33xl\:bg-teal-700\/65{background-color:rgba(15,118,110,.65)}.\33xl\:bg-teal-700\/70{background-color:rgba(15,118,110,.7)}.\33xl\:bg-teal-700\/75{background-color:rgba(15,118,110,.75)}.\33xl\:bg-teal-700\/80{background-color:rgba(15,118,110,.8)}.\33xl\:bg-teal-700\/85{background-color:rgba(15,118,110,.85)}.\33xl\:bg-teal-700\/90{background-color:rgba(15,118,110,.9)}.\33xl\:bg-teal-700\/95{background-color:rgba(15,118,110,.95)}.\33xl\:bg-teal-800{--tw-bg-opacity:1;background-color:rgba(17,94,89,var(--tw-bg-opacity))}.\33xl\:bg-teal-800\/0{background-color:rgba(17,94,89,0)}.\33xl\:bg-teal-800\/10{background-color:rgba(17,94,89,.1)}.\33xl\:bg-teal-800\/100{background-color:#115e59}.\33xl\:bg-teal-800\/15{background-color:rgba(17,94,89,.15)}.\33xl\:bg-teal-800\/20{background-color:rgba(17,94,89,.2)}.\33xl\:bg-teal-800\/25{background-color:rgba(17,94,89,.25)}.\33xl\:bg-teal-800\/30{background-color:rgba(17,94,89,.3)}.\33xl\:bg-teal-800\/35{background-color:rgba(17,94,89,.35)}.\33xl\:bg-teal-800\/40{background-color:rgba(17,94,89,.4)}.\33xl\:bg-teal-800\/45{background-color:rgba(17,94,89,.45)}.\33xl\:bg-teal-800\/5{background-color:rgba(17,94,89,.05)}.\33xl\:bg-teal-800\/50{background-color:rgba(17,94,89,.5)}.\33xl\:bg-teal-800\/55{background-color:rgba(17,94,89,.55)}.\33xl\:bg-teal-800\/60{background-color:rgba(17,94,89,.6)}.\33xl\:bg-teal-800\/65{background-color:rgba(17,94,89,.65)}.\33xl\:bg-teal-800\/70{background-color:rgba(17,94,89,.7)}.\33xl\:bg-teal-800\/75{background-color:rgba(17,94,89,.75)}.\33xl\:bg-teal-800\/80{background-color:rgba(17,94,89,.8)}.\33xl\:bg-teal-800\/85{background-color:rgba(17,94,89,.85)}.\33xl\:bg-teal-800\/90{background-color:rgba(17,94,89,.9)}.\33xl\:bg-teal-800\/95{background-color:rgba(17,94,89,.95)}.\33xl\:bg-teal-900{--tw-bg-opacity:1;background-color:rgba(19,78,74,var(--tw-bg-opacity))}.\33xl\:bg-teal-900\/0{background-color:rgba(19,78,74,0)}.\33xl\:bg-teal-900\/10{background-color:rgba(19,78,74,.1)}.\33xl\:bg-teal-900\/100{background-color:#134e4a}.\33xl\:bg-teal-900\/15{background-color:rgba(19,78,74,.15)}.\33xl\:bg-teal-900\/20{background-color:rgba(19,78,74,.2)}.\33xl\:bg-teal-900\/25{background-color:rgba(19,78,74,.25)}.\33xl\:bg-teal-900\/30{background-color:rgba(19,78,74,.3)}.\33xl\:bg-teal-900\/35{background-color:rgba(19,78,74,.35)}.\33xl\:bg-teal-900\/40{background-color:rgba(19,78,74,.4)}.\33xl\:bg-teal-900\/45{background-color:rgba(19,78,74,.45)}.\33xl\:bg-teal-900\/5{background-color:rgba(19,78,74,.05)}.\33xl\:bg-teal-900\/50{background-color:rgba(19,78,74,.5)}.\33xl\:bg-teal-900\/55{background-color:rgba(19,78,74,.55)}.\33xl\:bg-teal-900\/60{background-color:rgba(19,78,74,.6)}.\33xl\:bg-teal-900\/65{background-color:rgba(19,78,74,.65)}.\33xl\:bg-teal-900\/70{background-color:rgba(19,78,74,.7)}.\33xl\:bg-teal-900\/75{background-color:rgba(19,78,74,.75)}.\33xl\:bg-teal-900\/80{background-color:rgba(19,78,74,.8)}.\33xl\:bg-teal-900\/85{background-color:rgba(19,78,74,.85)}.\33xl\:bg-teal-900\/90{background-color:rgba(19,78,74,.9)}.\33xl\:bg-teal-900\/95{background-color:rgba(19,78,74,.95)}.\33xl\:bg-teal-950{--tw-bg-opacity:1;background-color:rgba(4,47,46,var(--tw-bg-opacity))}.\33xl\:bg-teal-950\/0{background-color:rgba(4,47,46,0)}.\33xl\:bg-teal-950\/10{background-color:rgba(4,47,46,.1)}.\33xl\:bg-teal-950\/100{background-color:#042f2e}.\33xl\:bg-teal-950\/15{background-color:rgba(4,47,46,.15)}.\33xl\:bg-teal-950\/20{background-color:rgba(4,47,46,.2)}.\33xl\:bg-teal-950\/25{background-color:rgba(4,47,46,.25)}.\33xl\:bg-teal-950\/30{background-color:rgba(4,47,46,.3)}.\33xl\:bg-teal-950\/35{background-color:rgba(4,47,46,.35)}.\33xl\:bg-teal-950\/40{background-color:rgba(4,47,46,.4)}.\33xl\:bg-teal-950\/45{background-color:rgba(4,47,46,.45)}.\33xl\:bg-teal-950\/5{background-color:rgba(4,47,46,.05)}.\33xl\:bg-teal-950\/50{background-color:rgba(4,47,46,.5)}.\33xl\:bg-teal-950\/55{background-color:rgba(4,47,46,.55)}.\33xl\:bg-teal-950\/60{background-color:rgba(4,47,46,.6)}.\33xl\:bg-teal-950\/65{background-color:rgba(4,47,46,.65)}.\33xl\:bg-teal-950\/70{background-color:rgba(4,47,46,.7)}.\33xl\:bg-teal-950\/75{background-color:rgba(4,47,46,.75)}.\33xl\:bg-teal-950\/80{background-color:rgba(4,47,46,.8)}.\33xl\:bg-teal-950\/85{background-color:rgba(4,47,46,.85)}.\33xl\:bg-teal-950\/90{background-color:rgba(4,47,46,.9)}.\33xl\:bg-teal-950\/95{background-color:rgba(4,47,46,.95)}.\33xl\:bg-tertiary-dark-gray{--tw-bg-opacity:1;background-color:rgba(112,112,112,var(--tw-bg-opacity))}.\33xl\:bg-tertiary-dark-gray\/0{background-color:hsla(0,0%,44%,0)}.\33xl\:bg-tertiary-dark-gray\/10{background-color:hsla(0,0%,44%,.1)}.\33xl\:bg-tertiary-dark-gray\/100{background-color:#707070}.\33xl\:bg-tertiary-dark-gray\/15{background-color:hsla(0,0%,44%,.15)}.\33xl\:bg-tertiary-dark-gray\/20{background-color:hsla(0,0%,44%,.2)}.\33xl\:bg-tertiary-dark-gray\/25{background-color:hsla(0,0%,44%,.25)}.\33xl\:bg-tertiary-dark-gray\/30{background-color:hsla(0,0%,44%,.3)}.\33xl\:bg-tertiary-dark-gray\/35{background-color:hsla(0,0%,44%,.35)}.\33xl\:bg-tertiary-dark-gray\/40{background-color:hsla(0,0%,44%,.4)}.\33xl\:bg-tertiary-dark-gray\/45{background-color:hsla(0,0%,44%,.45)}.\33xl\:bg-tertiary-dark-gray\/5{background-color:hsla(0,0%,44%,.05)}.\33xl\:bg-tertiary-dark-gray\/50{background-color:hsla(0,0%,44%,.5)}.\33xl\:bg-tertiary-dark-gray\/55{background-color:hsla(0,0%,44%,.55)}.\33xl\:bg-tertiary-dark-gray\/60{background-color:hsla(0,0%,44%,.6)}.\33xl\:bg-tertiary-dark-gray\/65{background-color:hsla(0,0%,44%,.65)}.\33xl\:bg-tertiary-dark-gray\/70{background-color:hsla(0,0%,44%,.7)}.\33xl\:bg-tertiary-dark-gray\/75{background-color:hsla(0,0%,44%,.75)}.\33xl\:bg-tertiary-dark-gray\/80{background-color:hsla(0,0%,44%,.8)}.\33xl\:bg-tertiary-dark-gray\/85{background-color:hsla(0,0%,44%,.85)}.\33xl\:bg-tertiary-dark-gray\/90{background-color:hsla(0,0%,44%,.9)}.\33xl\:bg-tertiary-dark-gray\/95{background-color:hsla(0,0%,44%,.95)}.\33xl\:bg-transparent{background-color:initial}.\33xl\:bg-transparent\/0{background-color:transparent}.\33xl\:bg-transparent\/10{background-color:rgba(0,0,0,.1)}.\33xl\:bg-transparent\/100{background-color:#000}.\33xl\:bg-transparent\/15{background-color:rgba(0,0,0,.15)}.\33xl\:bg-transparent\/20{background-color:rgba(0,0,0,.2)}.\33xl\:bg-transparent\/25{background-color:rgba(0,0,0,.25)}.\33xl\:bg-transparent\/30{background-color:rgba(0,0,0,.3)}.\33xl\:bg-transparent\/35{background-color:rgba(0,0,0,.35)}.\33xl\:bg-transparent\/40{background-color:rgba(0,0,0,.4)}.\33xl\:bg-transparent\/45{background-color:rgba(0,0,0,.45)}.\33xl\:bg-transparent\/5{background-color:rgba(0,0,0,.05)}.\33xl\:bg-transparent\/50{background-color:rgba(0,0,0,.5)}.\33xl\:bg-transparent\/55{background-color:rgba(0,0,0,.55)}.\33xl\:bg-transparent\/60{background-color:rgba(0,0,0,.6)}.\33xl\:bg-transparent\/65{background-color:rgba(0,0,0,.65)}.\33xl\:bg-transparent\/70{background-color:rgba(0,0,0,.7)}.\33xl\:bg-transparent\/75{background-color:rgba(0,0,0,.75)}.\33xl\:bg-transparent\/80{background-color:rgba(0,0,0,.8)}.\33xl\:bg-transparent\/85{background-color:rgba(0,0,0,.85)}.\33xl\:bg-transparent\/90{background-color:rgba(0,0,0,.9)}.\33xl\:bg-transparent\/95{background-color:rgba(0,0,0,.95)}.\33xl\:bg-violet-100{--tw-bg-opacity:1;background-color:rgba(237,233,254,var(--tw-bg-opacity))}.\33xl\:bg-violet-100\/0{background-color:rgba(237,233,254,0)}.\33xl\:bg-violet-100\/10{background-color:rgba(237,233,254,.1)}.\33xl\:bg-violet-100\/100{background-color:#ede9fe}.\33xl\:bg-violet-100\/15{background-color:rgba(237,233,254,.15)}.\33xl\:bg-violet-100\/20{background-color:rgba(237,233,254,.2)}.\33xl\:bg-violet-100\/25{background-color:rgba(237,233,254,.25)}.\33xl\:bg-violet-100\/30{background-color:rgba(237,233,254,.3)}.\33xl\:bg-violet-100\/35{background-color:rgba(237,233,254,.35)}.\33xl\:bg-violet-100\/40{background-color:rgba(237,233,254,.4)}.\33xl\:bg-violet-100\/45{background-color:rgba(237,233,254,.45)}.\33xl\:bg-violet-100\/5{background-color:rgba(237,233,254,.05)}.\33xl\:bg-violet-100\/50{background-color:rgba(237,233,254,.5)}.\33xl\:bg-violet-100\/55{background-color:rgba(237,233,254,.55)}.\33xl\:bg-violet-100\/60{background-color:rgba(237,233,254,.6)}.\33xl\:bg-violet-100\/65{background-color:rgba(237,233,254,.65)}.\33xl\:bg-violet-100\/70{background-color:rgba(237,233,254,.7)}.\33xl\:bg-violet-100\/75{background-color:rgba(237,233,254,.75)}.\33xl\:bg-violet-100\/80{background-color:rgba(237,233,254,.8)}.\33xl\:bg-violet-100\/85{background-color:rgba(237,233,254,.85)}.\33xl\:bg-violet-100\/90{background-color:rgba(237,233,254,.9)}.\33xl\:bg-violet-100\/95{background-color:rgba(237,233,254,.95)}.\33xl\:bg-violet-200{--tw-bg-opacity:1;background-color:rgba(221,214,254,var(--tw-bg-opacity))}.\33xl\:bg-violet-200\/0{background-color:rgba(221,214,254,0)}.\33xl\:bg-violet-200\/10{background-color:rgba(221,214,254,.1)}.\33xl\:bg-violet-200\/100{background-color:#ddd6fe}.\33xl\:bg-violet-200\/15{background-color:rgba(221,214,254,.15)}.\33xl\:bg-violet-200\/20{background-color:rgba(221,214,254,.2)}.\33xl\:bg-violet-200\/25{background-color:rgba(221,214,254,.25)}.\33xl\:bg-violet-200\/30{background-color:rgba(221,214,254,.3)}.\33xl\:bg-violet-200\/35{background-color:rgba(221,214,254,.35)}.\33xl\:bg-violet-200\/40{background-color:rgba(221,214,254,.4)}.\33xl\:bg-violet-200\/45{background-color:rgba(221,214,254,.45)}.\33xl\:bg-violet-200\/5{background-color:rgba(221,214,254,.05)}.\33xl\:bg-violet-200\/50{background-color:rgba(221,214,254,.5)}.\33xl\:bg-violet-200\/55{background-color:rgba(221,214,254,.55)}.\33xl\:bg-violet-200\/60{background-color:rgba(221,214,254,.6)}.\33xl\:bg-violet-200\/65{background-color:rgba(221,214,254,.65)}.\33xl\:bg-violet-200\/70{background-color:rgba(221,214,254,.7)}.\33xl\:bg-violet-200\/75{background-color:rgba(221,214,254,.75)}.\33xl\:bg-violet-200\/80{background-color:rgba(221,214,254,.8)}.\33xl\:bg-violet-200\/85{background-color:rgba(221,214,254,.85)}.\33xl\:bg-violet-200\/90{background-color:rgba(221,214,254,.9)}.\33xl\:bg-violet-200\/95{background-color:rgba(221,214,254,.95)}.\33xl\:bg-violet-300{--tw-bg-opacity:1;background-color:rgba(196,181,253,var(--tw-bg-opacity))}.\33xl\:bg-violet-300\/0{background-color:rgba(196,181,253,0)}.\33xl\:bg-violet-300\/10{background-color:rgba(196,181,253,.1)}.\33xl\:bg-violet-300\/100{background-color:#c4b5fd}.\33xl\:bg-violet-300\/15{background-color:rgba(196,181,253,.15)}.\33xl\:bg-violet-300\/20{background-color:rgba(196,181,253,.2)}.\33xl\:bg-violet-300\/25{background-color:rgba(196,181,253,.25)}.\33xl\:bg-violet-300\/30{background-color:rgba(196,181,253,.3)}.\33xl\:bg-violet-300\/35{background-color:rgba(196,181,253,.35)}.\33xl\:bg-violet-300\/40{background-color:rgba(196,181,253,.4)}.\33xl\:bg-violet-300\/45{background-color:rgba(196,181,253,.45)}.\33xl\:bg-violet-300\/5{background-color:rgba(196,181,253,.05)}.\33xl\:bg-violet-300\/50{background-color:rgba(196,181,253,.5)}.\33xl\:bg-violet-300\/55{background-color:rgba(196,181,253,.55)}.\33xl\:bg-violet-300\/60{background-color:rgba(196,181,253,.6)}.\33xl\:bg-violet-300\/65{background-color:rgba(196,181,253,.65)}.\33xl\:bg-violet-300\/70{background-color:rgba(196,181,253,.7)}.\33xl\:bg-violet-300\/75{background-color:rgba(196,181,253,.75)}.\33xl\:bg-violet-300\/80{background-color:rgba(196,181,253,.8)}.\33xl\:bg-violet-300\/85{background-color:rgba(196,181,253,.85)}.\33xl\:bg-violet-300\/90{background-color:rgba(196,181,253,.9)}.\33xl\:bg-violet-300\/95{background-color:rgba(196,181,253,.95)}.\33xl\:bg-violet-400{--tw-bg-opacity:1;background-color:rgba(167,139,250,var(--tw-bg-opacity))}.\33xl\:bg-violet-400\/0{background-color:rgba(167,139,250,0)}.\33xl\:bg-violet-400\/10{background-color:rgba(167,139,250,.1)}.\33xl\:bg-violet-400\/100{background-color:#a78bfa}.\33xl\:bg-violet-400\/15{background-color:rgba(167,139,250,.15)}.\33xl\:bg-violet-400\/20{background-color:rgba(167,139,250,.2)}.\33xl\:bg-violet-400\/25{background-color:rgba(167,139,250,.25)}.\33xl\:bg-violet-400\/30{background-color:rgba(167,139,250,.3)}.\33xl\:bg-violet-400\/35{background-color:rgba(167,139,250,.35)}.\33xl\:bg-violet-400\/40{background-color:rgba(167,139,250,.4)}.\33xl\:bg-violet-400\/45{background-color:rgba(167,139,250,.45)}.\33xl\:bg-violet-400\/5{background-color:rgba(167,139,250,.05)}.\33xl\:bg-violet-400\/50{background-color:rgba(167,139,250,.5)}.\33xl\:bg-violet-400\/55{background-color:rgba(167,139,250,.55)}.\33xl\:bg-violet-400\/60{background-color:rgba(167,139,250,.6)}.\33xl\:bg-violet-400\/65{background-color:rgba(167,139,250,.65)}.\33xl\:bg-violet-400\/70{background-color:rgba(167,139,250,.7)}.\33xl\:bg-violet-400\/75{background-color:rgba(167,139,250,.75)}.\33xl\:bg-violet-400\/80{background-color:rgba(167,139,250,.8)}.\33xl\:bg-violet-400\/85{background-color:rgba(167,139,250,.85)}.\33xl\:bg-violet-400\/90{background-color:rgba(167,139,250,.9)}.\33xl\:bg-violet-400\/95{background-color:rgba(167,139,250,.95)}.\33xl\:bg-violet-50{--tw-bg-opacity:1;background-color:rgba(245,243,255,var(--tw-bg-opacity))}.\33xl\:bg-violet-50\/0{background-color:rgba(245,243,255,0)}.\33xl\:bg-violet-50\/10{background-color:rgba(245,243,255,.1)}.\33xl\:bg-violet-50\/100{background-color:#f5f3ff}.\33xl\:bg-violet-50\/15{background-color:rgba(245,243,255,.15)}.\33xl\:bg-violet-50\/20{background-color:rgba(245,243,255,.2)}.\33xl\:bg-violet-50\/25{background-color:rgba(245,243,255,.25)}.\33xl\:bg-violet-50\/30{background-color:rgba(245,243,255,.3)}.\33xl\:bg-violet-50\/35{background-color:rgba(245,243,255,.35)}.\33xl\:bg-violet-50\/40{background-color:rgba(245,243,255,.4)}.\33xl\:bg-violet-50\/45{background-color:rgba(245,243,255,.45)}.\33xl\:bg-violet-50\/5{background-color:rgba(245,243,255,.05)}.\33xl\:bg-violet-50\/50{background-color:rgba(245,243,255,.5)}.\33xl\:bg-violet-50\/55{background-color:rgba(245,243,255,.55)}.\33xl\:bg-violet-50\/60{background-color:rgba(245,243,255,.6)}.\33xl\:bg-violet-50\/65{background-color:rgba(245,243,255,.65)}.\33xl\:bg-violet-50\/70{background-color:rgba(245,243,255,.7)}.\33xl\:bg-violet-50\/75{background-color:rgba(245,243,255,.75)}.\33xl\:bg-violet-50\/80{background-color:rgba(245,243,255,.8)}.\33xl\:bg-violet-50\/85{background-color:rgba(245,243,255,.85)}.\33xl\:bg-violet-50\/90{background-color:rgba(245,243,255,.9)}.\33xl\:bg-violet-50\/95{background-color:rgba(245,243,255,.95)}.\33xl\:bg-violet-500{--tw-bg-opacity:1;background-color:rgba(139,92,246,var(--tw-bg-opacity))}.\33xl\:bg-violet-500\/0{background-color:rgba(139,92,246,0)}.\33xl\:bg-violet-500\/10{background-color:rgba(139,92,246,.1)}.\33xl\:bg-violet-500\/100{background-color:#8b5cf6}.\33xl\:bg-violet-500\/15{background-color:rgba(139,92,246,.15)}.\33xl\:bg-violet-500\/20{background-color:rgba(139,92,246,.2)}.\33xl\:bg-violet-500\/25{background-color:rgba(139,92,246,.25)}.\33xl\:bg-violet-500\/30{background-color:rgba(139,92,246,.3)}.\33xl\:bg-violet-500\/35{background-color:rgba(139,92,246,.35)}.\33xl\:bg-violet-500\/40{background-color:rgba(139,92,246,.4)}.\33xl\:bg-violet-500\/45{background-color:rgba(139,92,246,.45)}.\33xl\:bg-violet-500\/5{background-color:rgba(139,92,246,.05)}.\33xl\:bg-violet-500\/50{background-color:rgba(139,92,246,.5)}.\33xl\:bg-violet-500\/55{background-color:rgba(139,92,246,.55)}.\33xl\:bg-violet-500\/60{background-color:rgba(139,92,246,.6)}.\33xl\:bg-violet-500\/65{background-color:rgba(139,92,246,.65)}.\33xl\:bg-violet-500\/70{background-color:rgba(139,92,246,.7)}.\33xl\:bg-violet-500\/75{background-color:rgba(139,92,246,.75)}.\33xl\:bg-violet-500\/80{background-color:rgba(139,92,246,.8)}.\33xl\:bg-violet-500\/85{background-color:rgba(139,92,246,.85)}.\33xl\:bg-violet-500\/90{background-color:rgba(139,92,246,.9)}.\33xl\:bg-violet-500\/95{background-color:rgba(139,92,246,.95)}.\33xl\:bg-violet-600{--tw-bg-opacity:1;background-color:rgba(124,58,237,var(--tw-bg-opacity))}.\33xl\:bg-violet-600\/0{background-color:rgba(124,58,237,0)}.\33xl\:bg-violet-600\/10{background-color:rgba(124,58,237,.1)}.\33xl\:bg-violet-600\/100{background-color:#7c3aed}.\33xl\:bg-violet-600\/15{background-color:rgba(124,58,237,.15)}.\33xl\:bg-violet-600\/20{background-color:rgba(124,58,237,.2)}.\33xl\:bg-violet-600\/25{background-color:rgba(124,58,237,.25)}.\33xl\:bg-violet-600\/30{background-color:rgba(124,58,237,.3)}.\33xl\:bg-violet-600\/35{background-color:rgba(124,58,237,.35)}.\33xl\:bg-violet-600\/40{background-color:rgba(124,58,237,.4)}.\33xl\:bg-violet-600\/45{background-color:rgba(124,58,237,.45)}.\33xl\:bg-violet-600\/5{background-color:rgba(124,58,237,.05)}.\33xl\:bg-violet-600\/50{background-color:rgba(124,58,237,.5)}.\33xl\:bg-violet-600\/55{background-color:rgba(124,58,237,.55)}.\33xl\:bg-violet-600\/60{background-color:rgba(124,58,237,.6)}.\33xl\:bg-violet-600\/65{background-color:rgba(124,58,237,.65)}.\33xl\:bg-violet-600\/70{background-color:rgba(124,58,237,.7)}.\33xl\:bg-violet-600\/75{background-color:rgba(124,58,237,.75)}.\33xl\:bg-violet-600\/80{background-color:rgba(124,58,237,.8)}.\33xl\:bg-violet-600\/85{background-color:rgba(124,58,237,.85)}.\33xl\:bg-violet-600\/90{background-color:rgba(124,58,237,.9)}.\33xl\:bg-violet-600\/95{background-color:rgba(124,58,237,.95)}.\33xl\:bg-violet-700{--tw-bg-opacity:1;background-color:rgba(109,40,217,var(--tw-bg-opacity))}.\33xl\:bg-violet-700\/0{background-color:rgba(109,40,217,0)}.\33xl\:bg-violet-700\/10{background-color:rgba(109,40,217,.1)}.\33xl\:bg-violet-700\/100{background-color:#6d28d9}.\33xl\:bg-violet-700\/15{background-color:rgba(109,40,217,.15)}.\33xl\:bg-violet-700\/20{background-color:rgba(109,40,217,.2)}.\33xl\:bg-violet-700\/25{background-color:rgba(109,40,217,.25)}.\33xl\:bg-violet-700\/30{background-color:rgba(109,40,217,.3)}.\33xl\:bg-violet-700\/35{background-color:rgba(109,40,217,.35)}.\33xl\:bg-violet-700\/40{background-color:rgba(109,40,217,.4)}.\33xl\:bg-violet-700\/45{background-color:rgba(109,40,217,.45)}.\33xl\:bg-violet-700\/5{background-color:rgba(109,40,217,.05)}.\33xl\:bg-violet-700\/50{background-color:rgba(109,40,217,.5)}.\33xl\:bg-violet-700\/55{background-color:rgba(109,40,217,.55)}.\33xl\:bg-violet-700\/60{background-color:rgba(109,40,217,.6)}.\33xl\:bg-violet-700\/65{background-color:rgba(109,40,217,.65)}.\33xl\:bg-violet-700\/70{background-color:rgba(109,40,217,.7)}.\33xl\:bg-violet-700\/75{background-color:rgba(109,40,217,.75)}.\33xl\:bg-violet-700\/80{background-color:rgba(109,40,217,.8)}.\33xl\:bg-violet-700\/85{background-color:rgba(109,40,217,.85)}.\33xl\:bg-violet-700\/90{background-color:rgba(109,40,217,.9)}.\33xl\:bg-violet-700\/95{background-color:rgba(109,40,217,.95)}.\33xl\:bg-violet-800{--tw-bg-opacity:1;background-color:rgba(91,33,182,var(--tw-bg-opacity))}.\33xl\:bg-violet-800\/0{background-color:rgba(91,33,182,0)}.\33xl\:bg-violet-800\/10{background-color:rgba(91,33,182,.1)}.\33xl\:bg-violet-800\/100{background-color:#5b21b6}.\33xl\:bg-violet-800\/15{background-color:rgba(91,33,182,.15)}.\33xl\:bg-violet-800\/20{background-color:rgba(91,33,182,.2)}.\33xl\:bg-violet-800\/25{background-color:rgba(91,33,182,.25)}.\33xl\:bg-violet-800\/30{background-color:rgba(91,33,182,.3)}.\33xl\:bg-violet-800\/35{background-color:rgba(91,33,182,.35)}.\33xl\:bg-violet-800\/40{background-color:rgba(91,33,182,.4)}.\33xl\:bg-violet-800\/45{background-color:rgba(91,33,182,.45)}.\33xl\:bg-violet-800\/5{background-color:rgba(91,33,182,.05)}.\33xl\:bg-violet-800\/50{background-color:rgba(91,33,182,.5)}.\33xl\:bg-violet-800\/55{background-color:rgba(91,33,182,.55)}.\33xl\:bg-violet-800\/60{background-color:rgba(91,33,182,.6)}.\33xl\:bg-violet-800\/65{background-color:rgba(91,33,182,.65)}.\33xl\:bg-violet-800\/70{background-color:rgba(91,33,182,.7)}.\33xl\:bg-violet-800\/75{background-color:rgba(91,33,182,.75)}.\33xl\:bg-violet-800\/80{background-color:rgba(91,33,182,.8)}.\33xl\:bg-violet-800\/85{background-color:rgba(91,33,182,.85)}.\33xl\:bg-violet-800\/90{background-color:rgba(91,33,182,.9)}.\33xl\:bg-violet-800\/95{background-color:rgba(91,33,182,.95)}.\33xl\:bg-violet-900{--tw-bg-opacity:1;background-color:rgba(76,29,149,var(--tw-bg-opacity))}.\33xl\:bg-violet-900\/0{background-color:rgba(76,29,149,0)}.\33xl\:bg-violet-900\/10{background-color:rgba(76,29,149,.1)}.\33xl\:bg-violet-900\/100{background-color:#4c1d95}.\33xl\:bg-violet-900\/15{background-color:rgba(76,29,149,.15)}.\33xl\:bg-violet-900\/20{background-color:rgba(76,29,149,.2)}.\33xl\:bg-violet-900\/25{background-color:rgba(76,29,149,.25)}.\33xl\:bg-violet-900\/30{background-color:rgba(76,29,149,.3)}.\33xl\:bg-violet-900\/35{background-color:rgba(76,29,149,.35)}.\33xl\:bg-violet-900\/40{background-color:rgba(76,29,149,.4)}.\33xl\:bg-violet-900\/45{background-color:rgba(76,29,149,.45)}.\33xl\:bg-violet-900\/5{background-color:rgba(76,29,149,.05)}.\33xl\:bg-violet-900\/50{background-color:rgba(76,29,149,.5)}.\33xl\:bg-violet-900\/55{background-color:rgba(76,29,149,.55)}.\33xl\:bg-violet-900\/60{background-color:rgba(76,29,149,.6)}.\33xl\:bg-violet-900\/65{background-color:rgba(76,29,149,.65)}.\33xl\:bg-violet-900\/70{background-color:rgba(76,29,149,.7)}.\33xl\:bg-violet-900\/75{background-color:rgba(76,29,149,.75)}.\33xl\:bg-violet-900\/80{background-color:rgba(76,29,149,.8)}.\33xl\:bg-violet-900\/85{background-color:rgba(76,29,149,.85)}.\33xl\:bg-violet-900\/90{background-color:rgba(76,29,149,.9)}.\33xl\:bg-violet-900\/95{background-color:rgba(76,29,149,.95)}.\33xl\:bg-violet-950{--tw-bg-opacity:1;background-color:rgba(46,16,101,var(--tw-bg-opacity))}.\33xl\:bg-violet-950\/0{background-color:rgba(46,16,101,0)}.\33xl\:bg-violet-950\/10{background-color:rgba(46,16,101,.1)}.\33xl\:bg-violet-950\/100{background-color:#2e1065}.\33xl\:bg-violet-950\/15{background-color:rgba(46,16,101,.15)}.\33xl\:bg-violet-950\/20{background-color:rgba(46,16,101,.2)}.\33xl\:bg-violet-950\/25{background-color:rgba(46,16,101,.25)}.\33xl\:bg-violet-950\/30{background-color:rgba(46,16,101,.3)}.\33xl\:bg-violet-950\/35{background-color:rgba(46,16,101,.35)}.\33xl\:bg-violet-950\/40{background-color:rgba(46,16,101,.4)}.\33xl\:bg-violet-950\/45{background-color:rgba(46,16,101,.45)}.\33xl\:bg-violet-950\/5{background-color:rgba(46,16,101,.05)}.\33xl\:bg-violet-950\/50{background-color:rgba(46,16,101,.5)}.\33xl\:bg-violet-950\/55{background-color:rgba(46,16,101,.55)}.\33xl\:bg-violet-950\/60{background-color:rgba(46,16,101,.6)}.\33xl\:bg-violet-950\/65{background-color:rgba(46,16,101,.65)}.\33xl\:bg-violet-950\/70{background-color:rgba(46,16,101,.7)}.\33xl\:bg-violet-950\/75{background-color:rgba(46,16,101,.75)}.\33xl\:bg-violet-950\/80{background-color:rgba(46,16,101,.8)}.\33xl\:bg-violet-950\/85{background-color:rgba(46,16,101,.85)}.\33xl\:bg-violet-950\/90{background-color:rgba(46,16,101,.9)}.\33xl\:bg-violet-950\/95{background-color:rgba(46,16,101,.95)}.\33xl\:bg-white{--tw-bg-opacity:1;background-color:rgba(255,255,255,var(--tw-bg-opacity))}.\33xl\:bg-white\/0{background-color:hsla(0,0%,100%,0)}.\33xl\:bg-white\/10{background-color:hsla(0,0%,100%,.1)}.\33xl\:bg-white\/100{background-color:#fff}.\33xl\:bg-white\/15{background-color:hsla(0,0%,100%,.15)}.\33xl\:bg-white\/20{background-color:hsla(0,0%,100%,.2)}.\33xl\:bg-white\/25{background-color:hsla(0,0%,100%,.25)}.\33xl\:bg-white\/30{background-color:hsla(0,0%,100%,.3)}.\33xl\:bg-white\/35{background-color:hsla(0,0%,100%,.35)}.\33xl\:bg-white\/40{background-color:hsla(0,0%,100%,.4)}.\33xl\:bg-white\/45{background-color:hsla(0,0%,100%,.45)}.\33xl\:bg-white\/5{background-color:hsla(0,0%,100%,.05)}.\33xl\:bg-white\/50{background-color:hsla(0,0%,100%,.5)}.\33xl\:bg-white\/55{background-color:hsla(0,0%,100%,.55)}.\33xl\:bg-white\/60{background-color:hsla(0,0%,100%,.6)}.\33xl\:bg-white\/65{background-color:hsla(0,0%,100%,.65)}.\33xl\:bg-white\/70{background-color:hsla(0,0%,100%,.7)}.\33xl\:bg-white\/75{background-color:hsla(0,0%,100%,.75)}.\33xl\:bg-white\/80{background-color:hsla(0,0%,100%,.8)}.\33xl\:bg-white\/85{background-color:hsla(0,0%,100%,.85)}.\33xl\:bg-white\/90{background-color:hsla(0,0%,100%,.9)}.\33xl\:bg-white\/95{background-color:hsla(0,0%,100%,.95)}.\33xl\:bg-yellow-100{--tw-bg-opacity:1;background-color:rgba(254,249,195,var(--tw-bg-opacity))}.\33xl\:bg-yellow-100\/0{background-color:hsla(55,97%,88%,0)}.\33xl\:bg-yellow-100\/10{background-color:hsla(55,97%,88%,.1)}.\33xl\:bg-yellow-100\/100{background-color:#fef9c3}.\33xl\:bg-yellow-100\/15{background-color:hsla(55,97%,88%,.15)}.\33xl\:bg-yellow-100\/20{background-color:hsla(55,97%,88%,.2)}.\33xl\:bg-yellow-100\/25{background-color:hsla(55,97%,88%,.25)}.\33xl\:bg-yellow-100\/30{background-color:hsla(55,97%,88%,.3)}.\33xl\:bg-yellow-100\/35{background-color:hsla(55,97%,88%,.35)}.\33xl\:bg-yellow-100\/40{background-color:hsla(55,97%,88%,.4)}.\33xl\:bg-yellow-100\/45{background-color:hsla(55,97%,88%,.45)}.\33xl\:bg-yellow-100\/5{background-color:hsla(55,97%,88%,.05)}.\33xl\:bg-yellow-100\/50{background-color:hsla(55,97%,88%,.5)}.\33xl\:bg-yellow-100\/55{background-color:hsla(55,97%,88%,.55)}.\33xl\:bg-yellow-100\/60{background-color:hsla(55,97%,88%,.6)}.\33xl\:bg-yellow-100\/65{background-color:hsla(55,97%,88%,.65)}.\33xl\:bg-yellow-100\/70{background-color:hsla(55,97%,88%,.7)}.\33xl\:bg-yellow-100\/75{background-color:hsla(55,97%,88%,.75)}.\33xl\:bg-yellow-100\/80{background-color:hsla(55,97%,88%,.8)}.\33xl\:bg-yellow-100\/85{background-color:hsla(55,97%,88%,.85)}.\33xl\:bg-yellow-100\/90{background-color:hsla(55,97%,88%,.9)}.\33xl\:bg-yellow-100\/95{background-color:hsla(55,97%,88%,.95)}.\33xl\:bg-yellow-200{--tw-bg-opacity:1;background-color:rgba(254,240,138,var(--tw-bg-opacity))}.\33xl\:bg-yellow-200\/0{background-color:hsla(53,98%,77%,0)}.\33xl\:bg-yellow-200\/10{background-color:hsla(53,98%,77%,.1)}.\33xl\:bg-yellow-200\/100{background-color:#fef08a}.\33xl\:bg-yellow-200\/15{background-color:hsla(53,98%,77%,.15)}.\33xl\:bg-yellow-200\/20{background-color:hsla(53,98%,77%,.2)}.\33xl\:bg-yellow-200\/25{background-color:hsla(53,98%,77%,.25)}.\33xl\:bg-yellow-200\/30{background-color:hsla(53,98%,77%,.3)}.\33xl\:bg-yellow-200\/35{background-color:hsla(53,98%,77%,.35)}.\33xl\:bg-yellow-200\/40{background-color:hsla(53,98%,77%,.4)}.\33xl\:bg-yellow-200\/45{background-color:hsla(53,98%,77%,.45)}.\33xl\:bg-yellow-200\/5{background-color:hsla(53,98%,77%,.05)}.\33xl\:bg-yellow-200\/50{background-color:hsla(53,98%,77%,.5)}.\33xl\:bg-yellow-200\/55{background-color:hsla(53,98%,77%,.55)}.\33xl\:bg-yellow-200\/60{background-color:hsla(53,98%,77%,.6)}.\33xl\:bg-yellow-200\/65{background-color:hsla(53,98%,77%,.65)}.\33xl\:bg-yellow-200\/70{background-color:hsla(53,98%,77%,.7)}.\33xl\:bg-yellow-200\/75{background-color:hsla(53,98%,77%,.75)}.\33xl\:bg-yellow-200\/80{background-color:hsla(53,98%,77%,.8)}.\33xl\:bg-yellow-200\/85{background-color:hsla(53,98%,77%,.85)}.\33xl\:bg-yellow-200\/90{background-color:hsla(53,98%,77%,.9)}.\33xl\:bg-yellow-200\/95{background-color:hsla(53,98%,77%,.95)}.\33xl\:bg-yellow-300{--tw-bg-opacity:1;background-color:rgba(253,224,71,var(--tw-bg-opacity))}.\33xl\:bg-yellow-300\/0{background-color:rgba(253,224,71,0)}.\33xl\:bg-yellow-300\/10{background-color:rgba(253,224,71,.1)}.\33xl\:bg-yellow-300\/100{background-color:#fde047}.\33xl\:bg-yellow-300\/15{background-color:rgba(253,224,71,.15)}.\33xl\:bg-yellow-300\/20{background-color:rgba(253,224,71,.2)}.\33xl\:bg-yellow-300\/25{background-color:rgba(253,224,71,.25)}.\33xl\:bg-yellow-300\/30{background-color:rgba(253,224,71,.3)}.\33xl\:bg-yellow-300\/35{background-color:rgba(253,224,71,.35)}.\33xl\:bg-yellow-300\/40{background-color:rgba(253,224,71,.4)}.\33xl\:bg-yellow-300\/45{background-color:rgba(253,224,71,.45)}.\33xl\:bg-yellow-300\/5{background-color:rgba(253,224,71,.05)}.\33xl\:bg-yellow-300\/50{background-color:rgba(253,224,71,.5)}.\33xl\:bg-yellow-300\/55{background-color:rgba(253,224,71,.55)}.\33xl\:bg-yellow-300\/60{background-color:rgba(253,224,71,.6)}.\33xl\:bg-yellow-300\/65{background-color:rgba(253,224,71,.65)}.\33xl\:bg-yellow-300\/70{background-color:rgba(253,224,71,.7)}.\33xl\:bg-yellow-300\/75{background-color:rgba(253,224,71,.75)}.\33xl\:bg-yellow-300\/80{background-color:rgba(253,224,71,.8)}.\33xl\:bg-yellow-300\/85{background-color:rgba(253,224,71,.85)}.\33xl\:bg-yellow-300\/90{background-color:rgba(253,224,71,.9)}.\33xl\:bg-yellow-300\/95{background-color:rgba(253,224,71,.95)}.\33xl\:bg-yellow-400{--tw-bg-opacity:1;background-color:rgba(250,204,21,var(--tw-bg-opacity))}.\33xl\:bg-yellow-400\/0{background-color:rgba(250,204,21,0)}.\33xl\:bg-yellow-400\/10{background-color:rgba(250,204,21,.1)}.\33xl\:bg-yellow-400\/100{background-color:#facc15}.\33xl\:bg-yellow-400\/15{background-color:rgba(250,204,21,.15)}.\33xl\:bg-yellow-400\/20{background-color:rgba(250,204,21,.2)}.\33xl\:bg-yellow-400\/25{background-color:rgba(250,204,21,.25)}.\33xl\:bg-yellow-400\/30{background-color:rgba(250,204,21,.3)}.\33xl\:bg-yellow-400\/35{background-color:rgba(250,204,21,.35)}.\33xl\:bg-yellow-400\/40{background-color:rgba(250,204,21,.4)}.\33xl\:bg-yellow-400\/45{background-color:rgba(250,204,21,.45)}.\33xl\:bg-yellow-400\/5{background-color:rgba(250,204,21,.05)}.\33xl\:bg-yellow-400\/50{background-color:rgba(250,204,21,.5)}.\33xl\:bg-yellow-400\/55{background-color:rgba(250,204,21,.55)}.\33xl\:bg-yellow-400\/60{background-color:rgba(250,204,21,.6)}.\33xl\:bg-yellow-400\/65{background-color:rgba(250,204,21,.65)}.\33xl\:bg-yellow-400\/70{background-color:rgba(250,204,21,.7)}.\33xl\:bg-yellow-400\/75{background-color:rgba(250,204,21,.75)}.\33xl\:bg-yellow-400\/80{background-color:rgba(250,204,21,.8)}.\33xl\:bg-yellow-400\/85{background-color:rgba(250,204,21,.85)}.\33xl\:bg-yellow-400\/90{background-color:rgba(250,204,21,.9)}.\33xl\:bg-yellow-400\/95{background-color:rgba(250,204,21,.95)}.\33xl\:bg-yellow-50{--tw-bg-opacity:1;background-color:rgba(254,252,232,var(--tw-bg-opacity))}.\33xl\:bg-yellow-50\/0{background-color:hsla(55,92%,95%,0)}.\33xl\:bg-yellow-50\/10{background-color:hsla(55,92%,95%,.1)}.\33xl\:bg-yellow-50\/100{background-color:#fefce8}.\33xl\:bg-yellow-50\/15{background-color:hsla(55,92%,95%,.15)}.\33xl\:bg-yellow-50\/20{background-color:hsla(55,92%,95%,.2)}.\33xl\:bg-yellow-50\/25{background-color:hsla(55,92%,95%,.25)}.\33xl\:bg-yellow-50\/30{background-color:hsla(55,92%,95%,.3)}.\33xl\:bg-yellow-50\/35{background-color:hsla(55,92%,95%,.35)}.\33xl\:bg-yellow-50\/40{background-color:hsla(55,92%,95%,.4)}.\33xl\:bg-yellow-50\/45{background-color:hsla(55,92%,95%,.45)}.\33xl\:bg-yellow-50\/5{background-color:hsla(55,92%,95%,.05)}.\33xl\:bg-yellow-50\/50{background-color:hsla(55,92%,95%,.5)}.\33xl\:bg-yellow-50\/55{background-color:hsla(55,92%,95%,.55)}.\33xl\:bg-yellow-50\/60{background-color:hsla(55,92%,95%,.6)}.\33xl\:bg-yellow-50\/65{background-color:hsla(55,92%,95%,.65)}.\33xl\:bg-yellow-50\/70{background-color:hsla(55,92%,95%,.7)}.\33xl\:bg-yellow-50\/75{background-color:hsla(55,92%,95%,.75)}.\33xl\:bg-yellow-50\/80{background-color:hsla(55,92%,95%,.8)}.\33xl\:bg-yellow-50\/85{background-color:hsla(55,92%,95%,.85)}.\33xl\:bg-yellow-50\/90{background-color:hsla(55,92%,95%,.9)}.\33xl\:bg-yellow-50\/95{background-color:hsla(55,92%,95%,.95)}.\33xl\:bg-yellow-500{--tw-bg-opacity:1;background-color:rgba(234,179,8,var(--tw-bg-opacity))}.\33xl\:bg-yellow-500\/0{background-color:rgba(234,179,8,0)}.\33xl\:bg-yellow-500\/10{background-color:rgba(234,179,8,.1)}.\33xl\:bg-yellow-500\/100{background-color:#eab308}.\33xl\:bg-yellow-500\/15{background-color:rgba(234,179,8,.15)}.\33xl\:bg-yellow-500\/20{background-color:rgba(234,179,8,.2)}.\33xl\:bg-yellow-500\/25{background-color:rgba(234,179,8,.25)}.\33xl\:bg-yellow-500\/30{background-color:rgba(234,179,8,.3)}.\33xl\:bg-yellow-500\/35{background-color:rgba(234,179,8,.35)}.\33xl\:bg-yellow-500\/40{background-color:rgba(234,179,8,.4)}.\33xl\:bg-yellow-500\/45{background-color:rgba(234,179,8,.45)}.\33xl\:bg-yellow-500\/5{background-color:rgba(234,179,8,.05)}.\33xl\:bg-yellow-500\/50{background-color:rgba(234,179,8,.5)}.\33xl\:bg-yellow-500\/55{background-color:rgba(234,179,8,.55)}.\33xl\:bg-yellow-500\/60{background-color:rgba(234,179,8,.6)}.\33xl\:bg-yellow-500\/65{background-color:rgba(234,179,8,.65)}.\33xl\:bg-yellow-500\/70{background-color:rgba(234,179,8,.7)}.\33xl\:bg-yellow-500\/75{background-color:rgba(234,179,8,.75)}.\33xl\:bg-yellow-500\/80{background-color:rgba(234,179,8,.8)}.\33xl\:bg-yellow-500\/85{background-color:rgba(234,179,8,.85)}.\33xl\:bg-yellow-500\/90{background-color:rgba(234,179,8,.9)}.\33xl\:bg-yellow-500\/95{background-color:rgba(234,179,8,.95)}.\33xl\:bg-yellow-600{--tw-bg-opacity:1;background-color:rgba(202,138,4,var(--tw-bg-opacity))}.\33xl\:bg-yellow-600\/0{background-color:rgba(202,138,4,0)}.\33xl\:bg-yellow-600\/10{background-color:rgba(202,138,4,.1)}.\33xl\:bg-yellow-600\/100{background-color:#ca8a04}.\33xl\:bg-yellow-600\/15{background-color:rgba(202,138,4,.15)}.\33xl\:bg-yellow-600\/20{background-color:rgba(202,138,4,.2)}.\33xl\:bg-yellow-600\/25{background-color:rgba(202,138,4,.25)}.\33xl\:bg-yellow-600\/30{background-color:rgba(202,138,4,.3)}.\33xl\:bg-yellow-600\/35{background-color:rgba(202,138,4,.35)}.\33xl\:bg-yellow-600\/40{background-color:rgba(202,138,4,.4)}.\33xl\:bg-yellow-600\/45{background-color:rgba(202,138,4,.45)}.\33xl\:bg-yellow-600\/5{background-color:rgba(202,138,4,.05)}.\33xl\:bg-yellow-600\/50{background-color:rgba(202,138,4,.5)}.\33xl\:bg-yellow-600\/55{background-color:rgba(202,138,4,.55)}.\33xl\:bg-yellow-600\/60{background-color:rgba(202,138,4,.6)}.\33xl\:bg-yellow-600\/65{background-color:rgba(202,138,4,.65)}.\33xl\:bg-yellow-600\/70{background-color:rgba(202,138,4,.7)}.\33xl\:bg-yellow-600\/75{background-color:rgba(202,138,4,.75)}.\33xl\:bg-yellow-600\/80{background-color:rgba(202,138,4,.8)}.\33xl\:bg-yellow-600\/85{background-color:rgba(202,138,4,.85)}.\33xl\:bg-yellow-600\/90{background-color:rgba(202,138,4,.9)}.\33xl\:bg-yellow-600\/95{background-color:rgba(202,138,4,.95)}.\33xl\:bg-yellow-700{--tw-bg-opacity:1;background-color:rgba(161,98,7,var(--tw-bg-opacity))}.\33xl\:bg-yellow-700\/0{background-color:rgba(161,98,7,0)}.\33xl\:bg-yellow-700\/10{background-color:rgba(161,98,7,.1)}.\33xl\:bg-yellow-700\/100{background-color:#a16207}.\33xl\:bg-yellow-700\/15{background-color:rgba(161,98,7,.15)}.\33xl\:bg-yellow-700\/20{background-color:rgba(161,98,7,.2)}.\33xl\:bg-yellow-700\/25{background-color:rgba(161,98,7,.25)}.\33xl\:bg-yellow-700\/30{background-color:rgba(161,98,7,.3)}.\33xl\:bg-yellow-700\/35{background-color:rgba(161,98,7,.35)}.\33xl\:bg-yellow-700\/40{background-color:rgba(161,98,7,.4)}.\33xl\:bg-yellow-700\/45{background-color:rgba(161,98,7,.45)}.\33xl\:bg-yellow-700\/5{background-color:rgba(161,98,7,.05)}.\33xl\:bg-yellow-700\/50{background-color:rgba(161,98,7,.5)}.\33xl\:bg-yellow-700\/55{background-color:rgba(161,98,7,.55)}.\33xl\:bg-yellow-700\/60{background-color:rgba(161,98,7,.6)}.\33xl\:bg-yellow-700\/65{background-color:rgba(161,98,7,.65)}.\33xl\:bg-yellow-700\/70{background-color:rgba(161,98,7,.7)}.\33xl\:bg-yellow-700\/75{background-color:rgba(161,98,7,.75)}.\33xl\:bg-yellow-700\/80{background-color:rgba(161,98,7,.8)}.\33xl\:bg-yellow-700\/85{background-color:rgba(161,98,7,.85)}.\33xl\:bg-yellow-700\/90{background-color:rgba(161,98,7,.9)}.\33xl\:bg-yellow-700\/95{background-color:rgba(161,98,7,.95)}.\33xl\:bg-yellow-800{--tw-bg-opacity:1;background-color:rgba(133,77,14,var(--tw-bg-opacity))}.\33xl\:bg-yellow-800\/0{background-color:rgba(133,77,14,0)}.\33xl\:bg-yellow-800\/10{background-color:rgba(133,77,14,.1)}.\33xl\:bg-yellow-800\/100{background-color:#854d0e}.\33xl\:bg-yellow-800\/15{background-color:rgba(133,77,14,.15)}.\33xl\:bg-yellow-800\/20{background-color:rgba(133,77,14,.2)}.\33xl\:bg-yellow-800\/25{background-color:rgba(133,77,14,.25)}.\33xl\:bg-yellow-800\/30{background-color:rgba(133,77,14,.3)}.\33xl\:bg-yellow-800\/35{background-color:rgba(133,77,14,.35)}.\33xl\:bg-yellow-800\/40{background-color:rgba(133,77,14,.4)}.\33xl\:bg-yellow-800\/45{background-color:rgba(133,77,14,.45)}.\33xl\:bg-yellow-800\/5{background-color:rgba(133,77,14,.05)}.\33xl\:bg-yellow-800\/50{background-color:rgba(133,77,14,.5)}.\33xl\:bg-yellow-800\/55{background-color:rgba(133,77,14,.55)}.\33xl\:bg-yellow-800\/60{background-color:rgba(133,77,14,.6)}.\33xl\:bg-yellow-800\/65{background-color:rgba(133,77,14,.65)}.\33xl\:bg-yellow-800\/70{background-color:rgba(133,77,14,.7)}.\33xl\:bg-yellow-800\/75{background-color:rgba(133,77,14,.75)}.\33xl\:bg-yellow-800\/80{background-color:rgba(133,77,14,.8)}.\33xl\:bg-yellow-800\/85{background-color:rgba(133,77,14,.85)}.\33xl\:bg-yellow-800\/90{background-color:rgba(133,77,14,.9)}.\33xl\:bg-yellow-800\/95{background-color:rgba(133,77,14,.95)}.\33xl\:bg-yellow-900{--tw-bg-opacity:1;background-color:rgba(113,63,18,var(--tw-bg-opacity))}.\33xl\:bg-yellow-900\/0{background-color:rgba(113,63,18,0)}.\33xl\:bg-yellow-900\/10{background-color:rgba(113,63,18,.1)}.\33xl\:bg-yellow-900\/100{background-color:#713f12}.\33xl\:bg-yellow-900\/15{background-color:rgba(113,63,18,.15)}.\33xl\:bg-yellow-900\/20{background-color:rgba(113,63,18,.2)}.\33xl\:bg-yellow-900\/25{background-color:rgba(113,63,18,.25)}.\33xl\:bg-yellow-900\/30{background-color:rgba(113,63,18,.3)}.\33xl\:bg-yellow-900\/35{background-color:rgba(113,63,18,.35)}.\33xl\:bg-yellow-900\/40{background-color:rgba(113,63,18,.4)}.\33xl\:bg-yellow-900\/45{background-color:rgba(113,63,18,.45)}.\33xl\:bg-yellow-900\/5{background-color:rgba(113,63,18,.05)}.\33xl\:bg-yellow-900\/50{background-color:rgba(113,63,18,.5)}.\33xl\:bg-yellow-900\/55{background-color:rgba(113,63,18,.55)}.\33xl\:bg-yellow-900\/60{background-color:rgba(113,63,18,.6)}.\33xl\:bg-yellow-900\/65{background-color:rgba(113,63,18,.65)}.\33xl\:bg-yellow-900\/70{background-color:rgba(113,63,18,.7)}.\33xl\:bg-yellow-900\/75{background-color:rgba(113,63,18,.75)}.\33xl\:bg-yellow-900\/80{background-color:rgba(113,63,18,.8)}.\33xl\:bg-yellow-900\/85{background-color:rgba(113,63,18,.85)}.\33xl\:bg-yellow-900\/90{background-color:rgba(113,63,18,.9)}.\33xl\:bg-yellow-900\/95{background-color:rgba(113,63,18,.95)}.\33xl\:bg-yellow-950{--tw-bg-opacity:1;background-color:rgba(66,32,6,var(--tw-bg-opacity))}.\33xl\:bg-yellow-950\/0{background-color:rgba(66,32,6,0)}.\33xl\:bg-yellow-950\/10{background-color:rgba(66,32,6,.1)}.\33xl\:bg-yellow-950\/100{background-color:#422006}.\33xl\:bg-yellow-950\/15{background-color:rgba(66,32,6,.15)}.\33xl\:bg-yellow-950\/20{background-color:rgba(66,32,6,.2)}.\33xl\:bg-yellow-950\/25{background-color:rgba(66,32,6,.25)}.\33xl\:bg-yellow-950\/30{background-color:rgba(66,32,6,.3)}.\33xl\:bg-yellow-950\/35{background-color:rgba(66,32,6,.35)}.\33xl\:bg-yellow-950\/40{background-color:rgba(66,32,6,.4)}.\33xl\:bg-yellow-950\/45{background-color:rgba(66,32,6,.45)}.\33xl\:bg-yellow-950\/5{background-color:rgba(66,32,6,.05)}.\33xl\:bg-yellow-950\/50{background-color:rgba(66,32,6,.5)}.\33xl\:bg-yellow-950\/55{background-color:rgba(66,32,6,.55)}.\33xl\:bg-yellow-950\/60{background-color:rgba(66,32,6,.6)}.\33xl\:bg-yellow-950\/65{background-color:rgba(66,32,6,.65)}.\33xl\:bg-yellow-950\/70{background-color:rgba(66,32,6,.7)}.\33xl\:bg-yellow-950\/75{background-color:rgba(66,32,6,.75)}.\33xl\:bg-yellow-950\/80{background-color:rgba(66,32,6,.8)}.\33xl\:bg-yellow-950\/85{background-color:rgba(66,32,6,.85)}.\33xl\:bg-yellow-950\/90{background-color:rgba(66,32,6,.9)}.\33xl\:bg-yellow-950\/95{background-color:rgba(66,32,6,.95)}.\33xl\:bg-zinc-100{--tw-bg-opacity:1;background-color:rgba(244,244,245,var(--tw-bg-opacity))}.\33xl\:bg-zinc-100\/0{background-color:hsla(240,5%,96%,0)}.\33xl\:bg-zinc-100\/10{background-color:hsla(240,5%,96%,.1)}.\33xl\:bg-zinc-100\/100{background-color:#f4f4f5}.\33xl\:bg-zinc-100\/15{background-color:hsla(240,5%,96%,.15)}.\33xl\:bg-zinc-100\/20{background-color:hsla(240,5%,96%,.2)}.\33xl\:bg-zinc-100\/25{background-color:hsla(240,5%,96%,.25)}.\33xl\:bg-zinc-100\/30{background-color:hsla(240,5%,96%,.3)}.\33xl\:bg-zinc-100\/35{background-color:hsla(240,5%,96%,.35)}.\33xl\:bg-zinc-100\/40{background-color:hsla(240,5%,96%,.4)}.\33xl\:bg-zinc-100\/45{background-color:hsla(240,5%,96%,.45)}.\33xl\:bg-zinc-100\/5{background-color:hsla(240,5%,96%,.05)}.\33xl\:bg-zinc-100\/50{background-color:hsla(240,5%,96%,.5)}.\33xl\:bg-zinc-100\/55{background-color:hsla(240,5%,96%,.55)}.\33xl\:bg-zinc-100\/60{background-color:hsla(240,5%,96%,.6)}.\33xl\:bg-zinc-100\/65{background-color:hsla(240,5%,96%,.65)}.\33xl\:bg-zinc-100\/70{background-color:hsla(240,5%,96%,.7)}.\33xl\:bg-zinc-100\/75{background-color:hsla(240,5%,96%,.75)}.\33xl\:bg-zinc-100\/80{background-color:hsla(240,5%,96%,.8)}.\33xl\:bg-zinc-100\/85{background-color:hsla(240,5%,96%,.85)}.\33xl\:bg-zinc-100\/90{background-color:hsla(240,5%,96%,.9)}.\33xl\:bg-zinc-100\/95{background-color:hsla(240,5%,96%,.95)}.\33xl\:bg-zinc-200{--tw-bg-opacity:1;background-color:rgba(228,228,231,var(--tw-bg-opacity))}.\33xl\:bg-zinc-200\/0{background-color:hsla(240,6%,90%,0)}.\33xl\:bg-zinc-200\/10{background-color:hsla(240,6%,90%,.1)}.\33xl\:bg-zinc-200\/100{background-color:#e4e4e7}.\33xl\:bg-zinc-200\/15{background-color:hsla(240,6%,90%,.15)}.\33xl\:bg-zinc-200\/20{background-color:hsla(240,6%,90%,.2)}.\33xl\:bg-zinc-200\/25{background-color:hsla(240,6%,90%,.25)}.\33xl\:bg-zinc-200\/30{background-color:hsla(240,6%,90%,.3)}.\33xl\:bg-zinc-200\/35{background-color:hsla(240,6%,90%,.35)}.\33xl\:bg-zinc-200\/40{background-color:hsla(240,6%,90%,.4)}.\33xl\:bg-zinc-200\/45{background-color:hsla(240,6%,90%,.45)}.\33xl\:bg-zinc-200\/5{background-color:hsla(240,6%,90%,.05)}.\33xl\:bg-zinc-200\/50{background-color:hsla(240,6%,90%,.5)}.\33xl\:bg-zinc-200\/55{background-color:hsla(240,6%,90%,.55)}.\33xl\:bg-zinc-200\/60{background-color:hsla(240,6%,90%,.6)}.\33xl\:bg-zinc-200\/65{background-color:hsla(240,6%,90%,.65)}.\33xl\:bg-zinc-200\/70{background-color:hsla(240,6%,90%,.7)}.\33xl\:bg-zinc-200\/75{background-color:hsla(240,6%,90%,.75)}.\33xl\:bg-zinc-200\/80{background-color:hsla(240,6%,90%,.8)}.\33xl\:bg-zinc-200\/85{background-color:hsla(240,6%,90%,.85)}.\33xl\:bg-zinc-200\/90{background-color:hsla(240,6%,90%,.9)}.\33xl\:bg-zinc-200\/95{background-color:hsla(240,6%,90%,.95)}.\33xl\:bg-zinc-300{--tw-bg-opacity:1;background-color:rgba(212,212,216,var(--tw-bg-opacity))}.\33xl\:bg-zinc-300\/0{background-color:hsla(240,5%,84%,0)}.\33xl\:bg-zinc-300\/10{background-color:hsla(240,5%,84%,.1)}.\33xl\:bg-zinc-300\/100{background-color:#d4d4d8}.\33xl\:bg-zinc-300\/15{background-color:hsla(240,5%,84%,.15)}.\33xl\:bg-zinc-300\/20{background-color:hsla(240,5%,84%,.2)}.\33xl\:bg-zinc-300\/25{background-color:hsla(240,5%,84%,.25)}.\33xl\:bg-zinc-300\/30{background-color:hsla(240,5%,84%,.3)}.\33xl\:bg-zinc-300\/35{background-color:hsla(240,5%,84%,.35)}.\33xl\:bg-zinc-300\/40{background-color:hsla(240,5%,84%,.4)}.\33xl\:bg-zinc-300\/45{background-color:hsla(240,5%,84%,.45)}.\33xl\:bg-zinc-300\/5{background-color:hsla(240,5%,84%,.05)}.\33xl\:bg-zinc-300\/50{background-color:hsla(240,5%,84%,.5)}.\33xl\:bg-zinc-300\/55{background-color:hsla(240,5%,84%,.55)}.\33xl\:bg-zinc-300\/60{background-color:hsla(240,5%,84%,.6)}.\33xl\:bg-zinc-300\/65{background-color:hsla(240,5%,84%,.65)}.\33xl\:bg-zinc-300\/70{background-color:hsla(240,5%,84%,.7)}.\33xl\:bg-zinc-300\/75{background-color:hsla(240,5%,84%,.75)}.\33xl\:bg-zinc-300\/80{background-color:hsla(240,5%,84%,.8)}.\33xl\:bg-zinc-300\/85{background-color:hsla(240,5%,84%,.85)}.\33xl\:bg-zinc-300\/90{background-color:hsla(240,5%,84%,.9)}.\33xl\:bg-zinc-300\/95{background-color:hsla(240,5%,84%,.95)}.\33xl\:bg-zinc-400{--tw-bg-opacity:1;background-color:rgba(161,161,170,var(--tw-bg-opacity))}.\33xl\:bg-zinc-400\/0{background-color:hsla(240,5%,65%,0)}.\33xl\:bg-zinc-400\/10{background-color:hsla(240,5%,65%,.1)}.\33xl\:bg-zinc-400\/100{background-color:#a1a1aa}.\33xl\:bg-zinc-400\/15{background-color:hsla(240,5%,65%,.15)}.\33xl\:bg-zinc-400\/20{background-color:hsla(240,5%,65%,.2)}.\33xl\:bg-zinc-400\/25{background-color:hsla(240,5%,65%,.25)}.\33xl\:bg-zinc-400\/30{background-color:hsla(240,5%,65%,.3)}.\33xl\:bg-zinc-400\/35{background-color:hsla(240,5%,65%,.35)}.\33xl\:bg-zinc-400\/40{background-color:hsla(240,5%,65%,.4)}.\33xl\:bg-zinc-400\/45{background-color:hsla(240,5%,65%,.45)}.\33xl\:bg-zinc-400\/5{background-color:hsla(240,5%,65%,.05)}.\33xl\:bg-zinc-400\/50{background-color:hsla(240,5%,65%,.5)}.\33xl\:bg-zinc-400\/55{background-color:hsla(240,5%,65%,.55)}.\33xl\:bg-zinc-400\/60{background-color:hsla(240,5%,65%,.6)}.\33xl\:bg-zinc-400\/65{background-color:hsla(240,5%,65%,.65)}.\33xl\:bg-zinc-400\/70{background-color:hsla(240,5%,65%,.7)}.\33xl\:bg-zinc-400\/75{background-color:hsla(240,5%,65%,.75)}.\33xl\:bg-zinc-400\/80{background-color:hsla(240,5%,65%,.8)}.\33xl\:bg-zinc-400\/85{background-color:hsla(240,5%,65%,.85)}.\33xl\:bg-zinc-400\/90{background-color:hsla(240,5%,65%,.9)}.\33xl\:bg-zinc-400\/95{background-color:hsla(240,5%,65%,.95)}.\33xl\:bg-zinc-50{--tw-bg-opacity:1;background-color:rgba(250,250,250,var(--tw-bg-opacity))}.\33xl\:bg-zinc-50\/0{background-color:hsla(0,0%,98%,0)}.\33xl\:bg-zinc-50\/10{background-color:hsla(0,0%,98%,.1)}.\33xl\:bg-zinc-50\/100{background-color:#fafafa}.\33xl\:bg-zinc-50\/15{background-color:hsla(0,0%,98%,.15)}.\33xl\:bg-zinc-50\/20{background-color:hsla(0,0%,98%,.2)}.\33xl\:bg-zinc-50\/25{background-color:hsla(0,0%,98%,.25)}.\33xl\:bg-zinc-50\/30{background-color:hsla(0,0%,98%,.3)}.\33xl\:bg-zinc-50\/35{background-color:hsla(0,0%,98%,.35)}.\33xl\:bg-zinc-50\/40{background-color:hsla(0,0%,98%,.4)}.\33xl\:bg-zinc-50\/45{background-color:hsla(0,0%,98%,.45)}.\33xl\:bg-zinc-50\/5{background-color:hsla(0,0%,98%,.05)}.\33xl\:bg-zinc-50\/50{background-color:hsla(0,0%,98%,.5)}.\33xl\:bg-zinc-50\/55{background-color:hsla(0,0%,98%,.55)}.\33xl\:bg-zinc-50\/60{background-color:hsla(0,0%,98%,.6)}.\33xl\:bg-zinc-50\/65{background-color:hsla(0,0%,98%,.65)}.\33xl\:bg-zinc-50\/70{background-color:hsla(0,0%,98%,.7)}.\33xl\:bg-zinc-50\/75{background-color:hsla(0,0%,98%,.75)}.\33xl\:bg-zinc-50\/80{background-color:hsla(0,0%,98%,.8)}.\33xl\:bg-zinc-50\/85{background-color:hsla(0,0%,98%,.85)}.\33xl\:bg-zinc-50\/90{background-color:hsla(0,0%,98%,.9)}.\33xl\:bg-zinc-50\/95{background-color:hsla(0,0%,98%,.95)}.\33xl\:bg-zinc-500{--tw-bg-opacity:1;background-color:rgba(113,113,122,var(--tw-bg-opacity))}.\33xl\:bg-zinc-500\/0{background-color:hsla(240,4%,46%,0)}.\33xl\:bg-zinc-500\/10{background-color:hsla(240,4%,46%,.1)}.\33xl\:bg-zinc-500\/100{background-color:#71717a}.\33xl\:bg-zinc-500\/15{background-color:hsla(240,4%,46%,.15)}.\33xl\:bg-zinc-500\/20{background-color:hsla(240,4%,46%,.2)}.\33xl\:bg-zinc-500\/25{background-color:hsla(240,4%,46%,.25)}.\33xl\:bg-zinc-500\/30{background-color:hsla(240,4%,46%,.3)}.\33xl\:bg-zinc-500\/35{background-color:hsla(240,4%,46%,.35)}.\33xl\:bg-zinc-500\/40{background-color:hsla(240,4%,46%,.4)}.\33xl\:bg-zinc-500\/45{background-color:hsla(240,4%,46%,.45)}.\33xl\:bg-zinc-500\/5{background-color:hsla(240,4%,46%,.05)}.\33xl\:bg-zinc-500\/50{background-color:hsla(240,4%,46%,.5)}.\33xl\:bg-zinc-500\/55{background-color:hsla(240,4%,46%,.55)}.\33xl\:bg-zinc-500\/60{background-color:hsla(240,4%,46%,.6)}.\33xl\:bg-zinc-500\/65{background-color:hsla(240,4%,46%,.65)}.\33xl\:bg-zinc-500\/70{background-color:hsla(240,4%,46%,.7)}.\33xl\:bg-zinc-500\/75{background-color:hsla(240,4%,46%,.75)}.\33xl\:bg-zinc-500\/80{background-color:hsla(240,4%,46%,.8)}.\33xl\:bg-zinc-500\/85{background-color:hsla(240,4%,46%,.85)}.\33xl\:bg-zinc-500\/90{background-color:hsla(240,4%,46%,.9)}.\33xl\:bg-zinc-500\/95{background-color:hsla(240,4%,46%,.95)}.\33xl\:bg-zinc-600{--tw-bg-opacity:1;background-color:rgba(82,82,91,var(--tw-bg-opacity))}.\33xl\:bg-zinc-600\/0{background-color:rgba(82,82,91,0)}.\33xl\:bg-zinc-600\/10{background-color:rgba(82,82,91,.1)}.\33xl\:bg-zinc-600\/100{background-color:#52525b}.\33xl\:bg-zinc-600\/15{background-color:rgba(82,82,91,.15)}.\33xl\:bg-zinc-600\/20{background-color:rgba(82,82,91,.2)}.\33xl\:bg-zinc-600\/25{background-color:rgba(82,82,91,.25)}.\33xl\:bg-zinc-600\/30{background-color:rgba(82,82,91,.3)}.\33xl\:bg-zinc-600\/35{background-color:rgba(82,82,91,.35)}.\33xl\:bg-zinc-600\/40{background-color:rgba(82,82,91,.4)}.\33xl\:bg-zinc-600\/45{background-color:rgba(82,82,91,.45)}.\33xl\:bg-zinc-600\/5{background-color:rgba(82,82,91,.05)}.\33xl\:bg-zinc-600\/50{background-color:rgba(82,82,91,.5)}.\33xl\:bg-zinc-600\/55{background-color:rgba(82,82,91,.55)}.\33xl\:bg-zinc-600\/60{background-color:rgba(82,82,91,.6)}.\33xl\:bg-zinc-600\/65{background-color:rgba(82,82,91,.65)}.\33xl\:bg-zinc-600\/70{background-color:rgba(82,82,91,.7)}.\33xl\:bg-zinc-600\/75{background-color:rgba(82,82,91,.75)}.\33xl\:bg-zinc-600\/80{background-color:rgba(82,82,91,.8)}.\33xl\:bg-zinc-600\/85{background-color:rgba(82,82,91,.85)}.\33xl\:bg-zinc-600\/90{background-color:rgba(82,82,91,.9)}.\33xl\:bg-zinc-600\/95{background-color:rgba(82,82,91,.95)}.\33xl\:bg-zinc-700{--tw-bg-opacity:1;background-color:rgba(63,63,70,var(--tw-bg-opacity))}.\33xl\:bg-zinc-700\/0{background-color:rgba(63,63,70,0)}.\33xl\:bg-zinc-700\/10{background-color:rgba(63,63,70,.1)}.\33xl\:bg-zinc-700\/100{background-color:#3f3f46}.\33xl\:bg-zinc-700\/15{background-color:rgba(63,63,70,.15)}.\33xl\:bg-zinc-700\/20{background-color:rgba(63,63,70,.2)}.\33xl\:bg-zinc-700\/25{background-color:rgba(63,63,70,.25)}.\33xl\:bg-zinc-700\/30{background-color:rgba(63,63,70,.3)}.\33xl\:bg-zinc-700\/35{background-color:rgba(63,63,70,.35)}.\33xl\:bg-zinc-700\/40{background-color:rgba(63,63,70,.4)}.\33xl\:bg-zinc-700\/45{background-color:rgba(63,63,70,.45)}.\33xl\:bg-zinc-700\/5{background-color:rgba(63,63,70,.05)}.\33xl\:bg-zinc-700\/50{background-color:rgba(63,63,70,.5)}.\33xl\:bg-zinc-700\/55{background-color:rgba(63,63,70,.55)}.\33xl\:bg-zinc-700\/60{background-color:rgba(63,63,70,.6)}.\33xl\:bg-zinc-700\/65{background-color:rgba(63,63,70,.65)}.\33xl\:bg-zinc-700\/70{background-color:rgba(63,63,70,.7)}.\33xl\:bg-zinc-700\/75{background-color:rgba(63,63,70,.75)}.\33xl\:bg-zinc-700\/80{background-color:rgba(63,63,70,.8)}.\33xl\:bg-zinc-700\/85{background-color:rgba(63,63,70,.85)}.\33xl\:bg-zinc-700\/90{background-color:rgba(63,63,70,.9)}.\33xl\:bg-zinc-700\/95{background-color:rgba(63,63,70,.95)}.\33xl\:bg-zinc-800{--tw-bg-opacity:1;background-color:rgba(39,39,42,var(--tw-bg-opacity))}.\33xl\:bg-zinc-800\/0{background-color:rgba(39,39,42,0)}.\33xl\:bg-zinc-800\/10{background-color:rgba(39,39,42,.1)}.\33xl\:bg-zinc-800\/100{background-color:#27272a}.\33xl\:bg-zinc-800\/15{background-color:rgba(39,39,42,.15)}.\33xl\:bg-zinc-800\/20{background-color:rgba(39,39,42,.2)}.\33xl\:bg-zinc-800\/25{background-color:rgba(39,39,42,.25)}.\33xl\:bg-zinc-800\/30{background-color:rgba(39,39,42,.3)}.\33xl\:bg-zinc-800\/35{background-color:rgba(39,39,42,.35)}.\33xl\:bg-zinc-800\/40{background-color:rgba(39,39,42,.4)}.\33xl\:bg-zinc-800\/45{background-color:rgba(39,39,42,.45)}.\33xl\:bg-zinc-800\/5{background-color:rgba(39,39,42,.05)}.\33xl\:bg-zinc-800\/50{background-color:rgba(39,39,42,.5)}.\33xl\:bg-zinc-800\/55{background-color:rgba(39,39,42,.55)}.\33xl\:bg-zinc-800\/60{background-color:rgba(39,39,42,.6)}.\33xl\:bg-zinc-800\/65{background-color:rgba(39,39,42,.65)}.\33xl\:bg-zinc-800\/70{background-color:rgba(39,39,42,.7)}.\33xl\:bg-zinc-800\/75{background-color:rgba(39,39,42,.75)}.\33xl\:bg-zinc-800\/80{background-color:rgba(39,39,42,.8)}.\33xl\:bg-zinc-800\/85{background-color:rgba(39,39,42,.85)}.\33xl\:bg-zinc-800\/90{background-color:rgba(39,39,42,.9)}.\33xl\:bg-zinc-800\/95{background-color:rgba(39,39,42,.95)}.\33xl\:bg-zinc-900{--tw-bg-opacity:1;background-color:rgba(24,24,27,var(--tw-bg-opacity))}.\33xl\:bg-zinc-900\/0{background-color:rgba(24,24,27,0)}.\33xl\:bg-zinc-900\/10{background-color:rgba(24,24,27,.1)}.\33xl\:bg-zinc-900\/100{background-color:#18181b}.\33xl\:bg-zinc-900\/15{background-color:rgba(24,24,27,.15)}.\33xl\:bg-zinc-900\/20{background-color:rgba(24,24,27,.2)}.\33xl\:bg-zinc-900\/25{background-color:rgba(24,24,27,.25)}.\33xl\:bg-zinc-900\/30{background-color:rgba(24,24,27,.3)}.\33xl\:bg-zinc-900\/35{background-color:rgba(24,24,27,.35)}.\33xl\:bg-zinc-900\/40{background-color:rgba(24,24,27,.4)}.\33xl\:bg-zinc-900\/45{background-color:rgba(24,24,27,.45)}.\33xl\:bg-zinc-900\/5{background-color:rgba(24,24,27,.05)}.\33xl\:bg-zinc-900\/50{background-color:rgba(24,24,27,.5)}.\33xl\:bg-zinc-900\/55{background-color:rgba(24,24,27,.55)}.\33xl\:bg-zinc-900\/60{background-color:rgba(24,24,27,.6)}.\33xl\:bg-zinc-900\/65{background-color:rgba(24,24,27,.65)}.\33xl\:bg-zinc-900\/70{background-color:rgba(24,24,27,.7)}.\33xl\:bg-zinc-900\/75{background-color:rgba(24,24,27,.75)}.\33xl\:bg-zinc-900\/80{background-color:rgba(24,24,27,.8)}.\33xl\:bg-zinc-900\/85{background-color:rgba(24,24,27,.85)}.\33xl\:bg-zinc-900\/90{background-color:rgba(24,24,27,.9)}.\33xl\:bg-zinc-900\/95{background-color:rgba(24,24,27,.95)}.\33xl\:bg-zinc-950{--tw-bg-opacity:1;background-color:rgba(9,9,11,var(--tw-bg-opacity))}.\33xl\:bg-zinc-950\/0{background-color:rgba(9,9,11,0)}.\33xl\:bg-zinc-950\/10{background-color:rgba(9,9,11,.1)}.\33xl\:bg-zinc-950\/100{background-color:#09090b}.\33xl\:bg-zinc-950\/15{background-color:rgba(9,9,11,.15)}.\33xl\:bg-zinc-950\/20{background-color:rgba(9,9,11,.2)}.\33xl\:bg-zinc-950\/25{background-color:rgba(9,9,11,.25)}.\33xl\:bg-zinc-950\/30{background-color:rgba(9,9,11,.3)}.\33xl\:bg-zinc-950\/35{background-color:rgba(9,9,11,.35)}.\33xl\:bg-zinc-950\/40{background-color:rgba(9,9,11,.4)}.\33xl\:bg-zinc-950\/45{background-color:rgba(9,9,11,.45)}.\33xl\:bg-zinc-950\/5{background-color:rgba(9,9,11,.05)}.\33xl\:bg-zinc-950\/50{background-color:rgba(9,9,11,.5)}.\33xl\:bg-zinc-950\/55{background-color:rgba(9,9,11,.55)}.\33xl\:bg-zinc-950\/60{background-color:rgba(9,9,11,.6)}.\33xl\:bg-zinc-950\/65{background-color:rgba(9,9,11,.65)}.\33xl\:bg-zinc-950\/70{background-color:rgba(9,9,11,.7)}.\33xl\:bg-zinc-950\/75{background-color:rgba(9,9,11,.75)}.\33xl\:bg-zinc-950\/80{background-color:rgba(9,9,11,.8)}.\33xl\:bg-zinc-950\/85{background-color:rgba(9,9,11,.85)}.\33xl\:bg-zinc-950\/90{background-color:rgba(9,9,11,.9)}.\33xl\:bg-zinc-950\/95{background-color:rgba(9,9,11,.95)}.\33xl\:bg-opacity-0{--tw-bg-opacity:0}.\33xl\:bg-opacity-10{--tw-bg-opacity:0.1}.\33xl\:bg-opacity-100{--tw-bg-opacity:1}.\33xl\:bg-opacity-15{--tw-bg-opacity:0.15}.\33xl\:bg-opacity-20{--tw-bg-opacity:0.2}.\33xl\:bg-opacity-25{--tw-bg-opacity:0.25}.\33xl\:bg-opacity-30{--tw-bg-opacity:0.3}.\33xl\:bg-opacity-35{--tw-bg-opacity:0.35}.\33xl\:bg-opacity-40{--tw-bg-opacity:0.4}.\33xl\:bg-opacity-45{--tw-bg-opacity:0.45}.\33xl\:bg-opacity-5{--tw-bg-opacity:0.05}.\33xl\:bg-opacity-50{--tw-bg-opacity:0.5}.\33xl\:bg-opacity-55{--tw-bg-opacity:0.55}.\33xl\:bg-opacity-60{--tw-bg-opacity:0.6}.\33xl\:bg-opacity-65{--tw-bg-opacity:0.65}.\33xl\:bg-opacity-70{--tw-bg-opacity:0.7}.\33xl\:bg-opacity-75{--tw-bg-opacity:0.75}.\33xl\:bg-opacity-80{--tw-bg-opacity:0.8}.\33xl\:bg-opacity-85{--tw-bg-opacity:0.85}.\33xl\:bg-opacity-90{--tw-bg-opacity:0.9}.\33xl\:bg-opacity-95{--tw-bg-opacity:0.95}.\33xl\:bg-colour-options{background-image:url(/app/themes/wraith/public/images/colour-options-bg.947ce4.svg)}.\33xl\:bg-footer{background-image:url(/app/themes/wraith/public/images/footer-bg.0a5cc9.svg)}.\33xl\:bg-gradient-to-b{background-image:linear-gradient(to bottom,var(--tw-gradient-stops))}.\33xl\:bg-gradient-to-bl{background-image:linear-gradient(to bottom left,var(--tw-gradient-stops))}.\33xl\:bg-gradient-to-br{background-image:linear-gradient(to bottom right,var(--tw-gradient-stops))}.\33xl\:bg-gradient-to-l{background-image:linear-gradient(to left,var(--tw-gradient-stops))}.\33xl\:bg-gradient-to-r{background-image:linear-gradient(to right,var(--tw-gradient-stops))}.\33xl\:bg-gradient-to-t{background-image:linear-gradient(to top,var(--tw-gradient-stops))}.\33xl\:bg-gradient-to-tl{background-image:linear-gradient(to top left,var(--tw-gradient-stops))}.\33xl\:bg-gradient-to-tr{background-image:linear-gradient(to top right,var(--tw-gradient-stops))}.\33xl\:bg-none{background-image:none}.\33xl\:bg-secondary-dark-gray-white-split{background-image:linear-gradient(180deg,#f2f3f4,#f2f3f4 50%,#fff 0,#fff)}.\33xl\:bg-trust-col{background-image:url(/app/themes/wraith/public/images/trust-col-bg.8161a3.svg)}.\33xl\:bg-white-secondary-split{background-image:linear-gradient(180deg,#fff,#fff 50%,#042131 0,#042131)}.\33xl\:bg-auto{background-size:auto}.\33xl\:bg-contain{background-size:contain}.\33xl\:bg-cover{background-size:cover}.\33xl\:bg-fixed{background-attachment:fixed}.\33xl\:bg-local{background-attachment:local}.\33xl\:bg-scroll{background-attachment:scroll}.\33xl\:bg-clip-border{background-clip:initial}.\33xl\:bg-clip-padding{background-clip:padding-box}.\33xl\:bg-clip-content{background-clip:content-box}.\33xl\:bg-clip-text{-webkit-background-clip:text;background-clip:text}.\33xl\:bg-bottom{background-position:bottom}.\33xl\:bg-center{background-position:50%}.\33xl\:bg-left{background-position:0}.\33xl\:bg-left-bottom{background-position:0 100%}.\33xl\:bg-left-top{background-position:0 0}.\33xl\:bg-right{background-position:100%}.\33xl\:bg-right-bottom{background-position:100% 100%}.\33xl\:bg-right-top{background-position:100% 0}.\33xl\:bg-top{background-position:top}.\33xl\:bg-repeat{background-repeat:repeat}.\33xl\:bg-no-repeat{background-repeat:no-repeat}.\33xl\:bg-repeat-x{background-repeat:repeat-x}.\33xl\:bg-repeat-y{background-repeat:repeat-y}.\33xl\:bg-repeat-round{background-repeat:round}.\33xl\:bg-repeat-space{background-repeat:space}.\33xl\:bg-origin-border{background-origin:border-box}.\33xl\:bg-origin-padding{background-origin:initial}.\33xl\:bg-origin-content{background-origin:content-box}.\33xl\:bg-blend-normal{background-blend-mode:normal}.\33xl\:bg-blend-multiply{background-blend-mode:multiply}.\33xl\:bg-blend-screen{background-blend-mode:screen}.\33xl\:bg-blend-overlay{background-blend-mode:overlay}.\33xl\:bg-blend-darken{background-blend-mode:darken}.\33xl\:bg-blend-lighten{background-blend-mode:lighten}.\33xl\:bg-blend-color-dodge{background-blend-mode:color-dodge}.\33xl\:bg-blend-color-burn{background-blend-mode:color-burn}.\33xl\:bg-blend-hard-light{background-blend-mode:hard-light}.\33xl\:bg-blend-soft-light{background-blend-mode:soft-light}.\33xl\:bg-blend-difference{background-blend-mode:difference}.\33xl\:bg-blend-exclusion{background-blend-mode:exclusion}.\33xl\:bg-blend-hue{background-blend-mode:hue}.\33xl\:bg-blend-saturation{background-blend-mode:saturation}.\33xl\:bg-blend-color{background-blend-mode:color}.\33xl\:bg-blend-luminosity{background-blend-mode:luminosity}}@media (min-width:1024px){.lg\:\[\&\.active\]\:right-0.active{right:0}}