.react-international-phone-country-selector{position:relative}.react-international-phone-country-selector-button{display:flex;height:var(--react-international-phone-height, 36px);box-sizing:border-box;align-items:center;justify-content:center;padding:0;border:1px solid var(--react-international-phone-country-selector-border-color, var(--react-international-phone-border-color, gainsboro));margin:0;-moz-appearance:button;appearance:button;-webkit-appearance:button;background-color:var(--react-international-phone-country-selector-background-color, var(--react-international-phone-background-color, white));cursor:pointer;text-transform:none;-webkit-user-select:none;-moz-user-select:none;user-select:none}.react-international-phone-country-selector-button:hover{background-color:var(--react-international-phone-country-selector-background-color-hover, whitesmoke)}.react-international-phone-country-selector-button--hide-dropdown{cursor:auto}.react-international-phone-country-selector-button--hide-dropdown:hover{background-color:#0000}.react-international-phone-country-selector-button__button-content{display:flex;align-items:center;justify-content:center}.react-international-phone-country-selector-button__flag-emoji{margin:0 4px}.react-international-phone-country-selector-button__flag-emoji--disabled{opacity:.75}.react-international-phone-country-selector-button__dropdown-arrow{border-top:var(--react-international-phone-country-selector-arrow-size, 4px) solid var(--react-international-phone-country-selector-arrow-color, #777);border-right:var(--react-international-phone-country-selector-arrow-size, 4px) solid rgba(0,0,0,0);border-left:var(--react-international-phone-country-selector-arrow-size, 4px) solid rgba(0,0,0,0);margin-right:4px;transition:all .1s ease-out}.react-international-phone-country-selector-button__dropdown-arrow--active{transform:rotateX(180deg)}.react-international-phone-country-selector-button__dropdown-arrow--disabled{border-top-color:var(--react-international-phone-disabled-country-selector-arrow-color, #999)}.react-international-phone-country-selector-button--disabled{background-color:var(--react-international-phone-disabled-country-selector-background-color, var(--react-international-phone-disabled-background-color, whitesmoke));cursor:auto}.react-international-phone-country-selector-button--disabled:hover{background-color:var(--react-international-phone-disabled-country-selector-background-color, var(--react-international-phone-disabled-background-color, whitesmoke))}.react-international-phone-flag-emoji{box-sizing:border-box}.react-international-phone-country-selector-dropdown{position:absolute;z-index:1;top:var(--react-international-phone-dropdown-left, 44px);left:var(--react-international-phone-dropdown-left, 0);display:flex;width:300px;max-height:200px;flex-direction:column;padding:4px 0;margin:0;background-color:var(--react-international-phone-dropdown-item-background-color, var(--react-international-phone-background-color, white));box-shadow:var(--react-international-phone-dropdown-shadow, 2px 2px 16px rgba(0, 0, 0, .25));color:var(--react-international-phone-dropdown-item-text-color, var(--react-international-phone-text-color, #222));list-style:none;overflow-y:scroll}.react-international-phone-country-selector-dropdown__list-item{display:flex;min-height:var(--react-international-phone-dropdown-item-height, 28px);box-sizing:border-box;align-items:center;padding:2px 8px}.react-international-phone-country-selector-dropdown__list-item-flag-emoji{margin-right:8px}.react-international-phone-country-selector-dropdown__list-item-country-name{margin-right:8px;font-size:var(--react-international-phone-dropdown-item-font-size, 14px)}.react-international-phone-country-selector-dropdown__list-item-dial-code{color:var(--react-international-phone-dropdown-item-dial-code-color, gray);font-size:var(--react-international-phone-dropdown-item-font-size, 14px)}.react-international-phone-country-selector-dropdown__list-item:hover{background-color:var(--react-international-phone-selected-dropdown-item-background-color, var(--react-international-phone-selected-dropdown-item-background-color, whitesmoke));cursor:pointer}.react-international-phone-country-selector-dropdown__list-item--selected,.react-international-phone-country-selector-dropdown__list-item--focused{background-color:var(--react-international-phone-selected-dropdown-item-background-color, whitesmoke);color:var(--react-international-phone-selected-dropdown-item-text-color, var(--react-international-phone-text-color, #222))}.react-international-phone-country-selector-dropdown__list-item--selected .react-international-phone-country-selector-dropdown__list-item-dial-code,.react-international-phone-country-selector-dropdown__list-item--focused .react-international-phone-country-selector-dropdown__list-item-dial-code{color:var(--react-international-phone-selected-dropdown-item-dial-code-color, var(--react-international-phone-dropdown-item-dial-code-color, gray))}.react-international-phone-country-selector-dropdown__list-item--focused{background-color:var(--react-international-phone-selected-dropdown-item-background-color, var(--react-international-phone-selected-dropdown-item-background-color, whitesmoke))}.react-international-phone-dial-code-preview{display:flex;align-items:center;justify-content:center;padding:0 8px;border:1px solid var(--react-international-phone-dial-code-preview-border-color, var(--react-international-phone-border-color, gainsboro));margin-right:-1px;background-color:var(--react-international-phone-dial-code-preview-background-color, var(--react-international-phone-background-color, white));color:var(--react-international-phone-dial-code-preview-text-color, var(--react-international-phone-text-color, #222));font-size:var(--react-international-phone-dial-code-preview-font-size, var(--react-international-phone-font-size, 13px))}.react-international-phone-dial-code-preview--disabled{background-color:var(--react-international-phone-dial-code-preview-disabled-background-color, var(--react-international-phone-disabled-background-color, whitesmoke));color:var(--react-international-phone-dial-code-preview-disabled-text-color, var(--react-international-phone-disabled-text-color, #666))}.react-international-phone-input-container{display:flex}.react-international-phone-input-container .react-international-phone-country-selector-button{border-radius:var(--react-international-phone-border-radius, 4px);margin-right:-1px;border-bottom-right-radius:0;border-top-right-radius:0}.react-international-phone-input-container .react-international-phone-input{overflow:visible;height:var(--react-international-phone-height, 36px);box-sizing:border-box;padding:0 8px;border:1px solid var(--react-international-phone-border-color, gainsboro);border-radius:var(--react-international-phone-border-radius, 4px);margin:0;background-color:var(--react-international-phone-background-color, white);border-bottom-left-radius:0;border-top-left-radius:0;color:var(--react-international-phone-text-color, #222);font-family:inherit;font-size:var(--react-international-phone-font-size, 13px)}.react-international-phone-input-container .react-international-phone-input:focus{outline:none}.react-international-phone-input-container .react-international-phone-input--disabled{background-color:var(--react-international-phone-disabled-background-color, whitesmoke);color:var(--react-international-phone-disabled-text-color, #666)}.leaflet-pane,.leaflet-tile,.leaflet-marker-icon,.leaflet-marker-shadow,.leaflet-tile-container,.leaflet-pane>svg,.leaflet-pane>canvas,.leaflet-zoom-box,.leaflet-image-layer,.leaflet-layer{position:absolute;left:0;top:0}.leaflet-container{overflow:hidden}.leaflet-tile,.leaflet-marker-icon,.leaflet-marker-shadow{-webkit-user-select:none;-moz-user-select:none;user-select:none;-webkit-user-drag:none}.leaflet-tile::-moz-selection{background:transparent}.leaflet-tile::selection{background:transparent}.leaflet-safari .leaflet-tile{image-rendering:-webkit-optimize-contrast}.leaflet-safari .leaflet-tile-container{width:1600px;height:1600px;-webkit-transform-origin:0 0}.leaflet-marker-icon,.leaflet-marker-shadow{display:block}.leaflet-container .leaflet-overlay-pane svg{max-width:none!important;max-height:none!important}.leaflet-container .leaflet-marker-pane img,.leaflet-container .leaflet-shadow-pane img,.leaflet-container .leaflet-tile-pane img,.leaflet-container img.leaflet-image-layer,.leaflet-container .leaflet-tile{max-width:none!important;max-height:none!important;width:auto;padding:0}.leaflet-container img.leaflet-tile{mix-blend-mode:plus-lighter}.leaflet-container.leaflet-touch-zoom{touch-action:pan-x pan-y}.leaflet-container.leaflet-touch-drag{touch-action:none;touch-action:pinch-zoom}.leaflet-container.leaflet-touch-drag.leaflet-touch-zoom{touch-action:none}.leaflet-container{-webkit-tap-highlight-color:transparent}.leaflet-container a{-webkit-tap-highlight-color:rgba(51,181,229,.4)}.leaflet-tile{filter:inherit;visibility:hidden}.leaflet-tile-loaded{visibility:inherit}.leaflet-zoom-box{width:0;height:0;box-sizing:border-box;z-index:800}.leaflet-overlay-pane svg{-moz-user-select:none}.leaflet-pane{z-index:400}.leaflet-tile-pane{z-index:200}.leaflet-overlay-pane{z-index:400}.leaflet-shadow-pane{z-index:500}.leaflet-marker-pane{z-index:600}.leaflet-tooltip-pane{z-index:650}.leaflet-popup-pane{z-index:700}.leaflet-map-pane canvas{z-index:100}.leaflet-map-pane svg{z-index:200}.leaflet-vml-shape{width:1px;height:1px}.lvml{behavior:url(#default#VML);display:inline-block;position:absolute}.leaflet-control{position:relative;z-index:800;pointer-events:visiblePainted;pointer-events:auto}.leaflet-top,.leaflet-bottom{position:absolute;z-index:1000;pointer-events:none}.leaflet-top{top:0}.leaflet-right{right:0}.leaflet-bottom{bottom:0}.leaflet-left{left:0}.leaflet-control{float:left;clear:both}.leaflet-right .leaflet-control{float:right}.leaflet-top .leaflet-control{margin-top:10px}.leaflet-bottom .leaflet-control{margin-bottom:10px}.leaflet-left .leaflet-control{margin-left:10px}.leaflet-right .leaflet-control{margin-right:10px}.leaflet-fade-anim .leaflet-popup{opacity:0;transition:opacity .2s linear}.leaflet-fade-anim .leaflet-map-pane .leaflet-popup{opacity:1}.leaflet-zoom-animated{transform-origin:0 0}svg.leaflet-zoom-animated{will-change:transform}.leaflet-zoom-anim .leaflet-zoom-animated{transition:transform .25s cubic-bezier(0,0,.25,1)}.leaflet-zoom-anim .leaflet-tile,.leaflet-pan-anim .leaflet-tile{transition:none}.leaflet-zoom-anim .leaflet-zoom-hide{visibility:hidden}.leaflet-interactive{cursor:pointer}.leaflet-grab{cursor:grab}.leaflet-crosshair,.leaflet-crosshair .leaflet-interactive{cursor:crosshair}.leaflet-popup-pane,.leaflet-control{cursor:auto}.leaflet-dragging .leaflet-grab,.leaflet-dragging .leaflet-grab .leaflet-interactive,.leaflet-dragging .leaflet-marker-draggable{cursor:move;cursor:grabbing}.leaflet-marker-icon,.leaflet-marker-shadow,.leaflet-image-layer,.leaflet-pane>svg path,.leaflet-tile-container{pointer-events:none}.leaflet-marker-icon.leaflet-interactive,.leaflet-image-layer.leaflet-interactive,.leaflet-pane>svg path.leaflet-interactive,svg.leaflet-image-layer.leaflet-interactive path{pointer-events:visiblePainted;pointer-events:auto}.leaflet-container{background:#ddd;outline-offset:1px}.leaflet-container a{color:#0078a8}.leaflet-zoom-box{border:2px dotted #38f;background:rgba(255,255,255,.5)}.leaflet-container{font-family:Helvetica Neue,Arial,Helvetica,sans-serif;font-size:12px;font-size:.75rem;line-height:1.5}.leaflet-bar{box-shadow:0 1px 5px #000000a6;border-radius:4px}.leaflet-bar a{background-color:#fff;border-bottom:1px solid #ccc;width:26px;height:26px;line-height:26px;display:block;text-align:center;text-decoration:none;color:#000}.leaflet-bar a,.leaflet-control-layers-toggle{background-position:50% 50%;background-repeat:no-repeat;display:block}.leaflet-bar a:hover,.leaflet-bar a:focus{background-color:#f4f4f4}.leaflet-bar a:first-child{border-top-left-radius:4px;border-top-right-radius:4px}.leaflet-bar a:last-child{border-bottom-left-radius:4px;border-bottom-right-radius:4px;border-bottom:none}.leaflet-bar a.leaflet-disabled{cursor:default;background-color:#f4f4f4;color:#bbb}.leaflet-touch .leaflet-bar a{width:30px;height:30px;line-height:30px}.leaflet-touch .leaflet-bar a:first-child{border-top-left-radius:2px;border-top-right-radius:2px}.leaflet-touch .leaflet-bar a:last-child{border-bottom-left-radius:2px;border-bottom-right-radius:2px}.leaflet-control-zoom-in,.leaflet-control-zoom-out{font:700 18px Lucida Console,Monaco,monospace;text-indent:1px}.leaflet-touch .leaflet-control-zoom-in,.leaflet-touch .leaflet-control-zoom-out{font-size:22px}.leaflet-control-layers{box-shadow:0 1px 5px #0006;background:#fff;border-radius:5px}.leaflet-control-layers-toggle{background-image:url(/assets/layers.1dbbe9d0.png);width:36px;height:36px}.leaflet-retina .leaflet-control-layers-toggle{background-image:url(/assets/layers-2x.066daca8.png);background-size:26px 26px}.leaflet-touch .leaflet-control-layers-toggle{width:44px;height:44px}.leaflet-control-layers .leaflet-control-layers-list,.leaflet-control-layers-expanded .leaflet-control-layers-toggle{display:none}.leaflet-control-layers-expanded .leaflet-control-layers-list{display:block;position:relative}.leaflet-control-layers-expanded{padding:6px 10px 6px 6px;color:#333;background:#fff}.leaflet-control-layers-scrollbar{overflow-y:scroll;overflow-x:hidden;padding-right:5px}.leaflet-control-layers-selector{margin-top:2px;position:relative;top:1px}.leaflet-control-layers label{display:block;font-size:13px;font-size:1.08333em}.leaflet-control-layers-separator{height:0;border-top:1px solid #ddd;margin:5px -10px 5px -6px}.leaflet-default-icon-path{background-image:url(/assets/marker-icon.574c3a5c.png)}.leaflet-container .leaflet-control-attribution{background:#fff;background:rgba(255,255,255,.8);margin:0}.leaflet-control-attribution,.leaflet-control-scale-line{padding:0 5px;color:#333;line-height:1.4}.leaflet-control-attribution a{text-decoration:none}.leaflet-control-attribution a:hover,.leaflet-control-attribution a:focus{text-decoration:underline}.leaflet-attribution-flag{display:inline!important;vertical-align:baseline!important;width:1em;height:.6669em}.leaflet-left .leaflet-control-scale{margin-left:5px}.leaflet-bottom .leaflet-control-scale{margin-bottom:5px}.leaflet-control-scale-line{border:2px solid #777;border-top:none;line-height:1.1;padding:2px 5px 1px;white-space:nowrap;box-sizing:border-box;background:rgba(255,255,255,.8);text-shadow:1px 1px #fff}.leaflet-control-scale-line:not(:first-child){border-top:2px solid #777;border-bottom:none;margin-top:-2px}.leaflet-control-scale-line:not(:first-child):not(:last-child){border-bottom:2px solid #777}.leaflet-touch .leaflet-control-attribution,.leaflet-touch .leaflet-control-layers,.leaflet-touch .leaflet-bar{box-shadow:none}.leaflet-touch .leaflet-control-layers,.leaflet-touch .leaflet-bar{border:2px solid rgba(0,0,0,.2);background-clip:padding-box}.leaflet-popup{position:absolute;text-align:center;margin-bottom:20px}.leaflet-popup-content-wrapper{padding:1px;text-align:left;border-radius:12px}.leaflet-popup-content{margin:13px 24px 13px 20px;line-height:1.3;font-size:13px;font-size:1.08333em;min-height:1px}.leaflet-popup-content p{margin:1.3em 0}.leaflet-popup-tip-container{width:40px;height:20px;position:absolute;left:50%;margin-top:-1px;margin-left:-20px;overflow:hidden;pointer-events:none}.leaflet-popup-tip{width:17px;height:17px;padding:1px;margin:-10px auto 0;pointer-events:auto;transform:rotate(45deg)}.leaflet-popup-content-wrapper,.leaflet-popup-tip{background:white;color:#333;box-shadow:0 3px 14px #0006}.leaflet-container a.leaflet-popup-close-button{position:absolute;top:0;right:0;border:none;text-align:center;width:24px;height:24px;font:16px/24px Tahoma,Verdana,sans-serif;color:#757575;text-decoration:none;background:transparent}.leaflet-container a.leaflet-popup-close-button:hover,.leaflet-container a.leaflet-popup-close-button:focus{color:#585858}.leaflet-popup-scrolled{overflow:auto}.leaflet-oldie .leaflet-popup-content-wrapper{-ms-zoom:1}.leaflet-oldie .leaflet-popup-tip{width:24px;margin:0 auto;-ms-filter:"progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678, M12=0.70710678, M21=-0.70710678, M22=0.70710678)";filter:progid:DXImageTransform.Microsoft.Matrix(M11=.70710678,M12=.70710678,M21=-.70710678,M22=.70710678)}.leaflet-oldie .leaflet-control-zoom,.leaflet-oldie .leaflet-control-layers,.leaflet-oldie .leaflet-popup-content-wrapper,.leaflet-oldie .leaflet-popup-tip{border:1px solid #999}.leaflet-div-icon{background:#fff;border:1px solid #666}.leaflet-tooltip{position:absolute;padding:6px;background-color:#fff;border:1px solid #fff;border-radius:3px;color:#222;white-space:nowrap;-webkit-user-select:none;-moz-user-select:none;user-select:none;pointer-events:none;box-shadow:0 1px 3px #0006}.leaflet-tooltip.leaflet-interactive{cursor:pointer;pointer-events:auto}.leaflet-tooltip-top:before,.leaflet-tooltip-bottom:before,.leaflet-tooltip-left:before,.leaflet-tooltip-right:before{position:absolute;pointer-events:none;border:6px solid transparent;background:transparent;content:""}.leaflet-tooltip-bottom{margin-top:6px}.leaflet-tooltip-top{margin-top:-6px}.leaflet-tooltip-bottom:before,.leaflet-tooltip-top:before{left:50%;margin-left:-6px}.leaflet-tooltip-top:before{bottom:0;margin-bottom:-12px;border-top-color:#fff}.leaflet-tooltip-bottom:before{top:0;margin-top:-12px;margin-left:-6px;border-bottom-color:#fff}.leaflet-tooltip-left{margin-left:-6px}.leaflet-tooltip-right{margin-left:6px}.leaflet-tooltip-left:before,.leaflet-tooltip-right:before{top:50%;margin-top:-6px}.leaflet-tooltip-left:before{right:0;margin-right:-12px;border-left-color:#fff}.leaflet-tooltip-right:before{left:0;margin-left:-12px;border-right-color:#fff}@media print{.leaflet-control{-webkit-print-color-adjust:exact;print-color-adjust:exact}}*,:before,:after{box-sizing:border-box;border-width:0;border-style:solid;border-color:#e5e7eb}:before,:after{--tw-content: ""}html{line-height:1.5;-webkit-text-size-adjust:100%;-moz-tab-size:4;-o-tab-size:4;tab-size:4;font-family:ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol,"Noto Color Emoji";font-feature-settings:normal}body{margin:0;line-height:inherit}hr{height:0;color:inherit;border-top-width:1px}abbr:where([title]){-webkit-text-decoration:underline dotted;text-decoration:underline dotted}h1,h2,h3,h4,h5,h6{font-size:inherit;font-weight:inherit}a{color:inherit;text-decoration:inherit}b,strong{font-weight:bolder}code,kbd,samp,pre{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace;font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}table{text-indent:0;border-color:inherit;border-collapse:collapse}button,input,optgroup,select,textarea{font-family:inherit;font-size:100%;font-weight:inherit;line-height:inherit;color:inherit;margin:0;padding:0}button,select{text-transform:none}button,[type=button],[type=reset],[type=submit]{-webkit-appearance:button;background-color:transparent;background-image:none}:-moz-focusring{outline:auto}:-moz-ui-invalid{box-shadow:none}progress{vertical-align:baseline}::-webkit-inner-spin-button,::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}summary{display:list-item}blockquote,dl,dd,h1,h2,h3,h4,h5,h6,hr,figure,p,pre{margin:0}fieldset{margin:0;padding:0}legend{padding:0}ol,ul,menu{list-style:none;margin:0;padding:0}textarea{resize:vertical}input::-moz-placeholder,textarea::-moz-placeholder{opacity:1;color:#9ca3af}input::placeholder,textarea::placeholder{opacity:1;color:#9ca3af}button,[role=button]{cursor:pointer}:disabled{cursor:default}img,svg,video,canvas,audio,iframe,embed,object{display:block;vertical-align:middle}img,video{max-width:100%;height:auto}[hidden]{display:none}*,:before,:after{--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-ordinal: ;--tw-slashed-zero: ;--tw-numeric-figure: ;--tw-numeric-spacing: ;--tw-numeric-fraction: ;--tw-ring-inset: ;--tw-ring-offset-width: 0px;--tw-ring-offset-color: #fff;--tw-ring-color: rgb(59 130 246 / .5);--tw-ring-offset-shadow: 0 0 #0000;--tw-ring-shadow: 0 0 #0000;--tw-shadow: 0 0 #0000;--tw-shadow-colored: 0 0 #0000;--tw-blur: ;--tw-brightness: ;--tw-contrast: ;--tw-grayscale: ;--tw-hue-rotate: ;--tw-invert: ;--tw-saturate: ;--tw-sepia: ;--tw-drop-shadow: ;--tw-backdrop-blur: ;--tw-backdrop-brightness: ;--tw-backdrop-contrast: ;--tw-backdrop-grayscale: ;--tw-backdrop-hue-rotate: ;--tw-backdrop-invert: ;--tw-backdrop-opacity: ;--tw-backdrop-saturate: ;--tw-backdrop-sepia: }::backdrop{--tw-border-spacing-x: 0;--tw-border-spacing-y: 0;--tw-translate-x: 0;--tw-translate-y: 0;--tw-rotate: 0;--tw-skew-x: 0;--tw-skew-y: 0;--tw-scale-x: 1;--tw-scale-y: 1;--tw-pan-x: ;--tw-pan-y: ;--tw-pinch-zoom: ;--tw-scroll-snap-strictness: proximity;--tw-ordinal: ;--tw-slashed-zero: ;--tw-numeric-figure: ;--tw-numeric-spacing: ;--tw-numeric-fraction: ;--tw-ring-inset: ;--tw-ring-offset-width: 0px;--tw-ring-offset-color: #fff;--tw-ring-color: rgb(59 130 246 / .5);--tw-ring-offset-shadow: 0 0 #0000;--tw-ring-shadow: 0 0 #0000;--tw-shadow: 0 0 #0000;--tw-shadow-colored: 0 0 #0000;--tw-blur: ;--tw-brightness: ;--tw-contrast: ;--tw-grayscale: ;--tw-hue-rotate: ;--tw-invert: ;--tw-saturate: ;--tw-sepia: ;--tw-drop-shadow: ;--tw-backdrop-blur: ;--tw-backdrop-brightness: ;--tw-backdrop-contrast: ;--tw-backdrop-grayscale: ;--tw-backdrop-hue-rotate: ;--tw-backdrop-invert: ;--tw-backdrop-opacity: ;--tw-backdrop-saturate: ;--tw-backdrop-sepia: }.container{width:100%}@media (min-width: 640px){.container{max-width:640px}}@media (min-width: 768px){.container{max-width:768px}}@media (min-width: 1024px){.container{max-width:1024px}}@media (min-width: 1280px){.container{max-width:1280px}}@media (min-width: 1536px){.container{max-width:1536px}}.pointer-events-none{pointer-events:none}.visible{visibility:visible}.static{position:static}.fixed{position:fixed}.absolute{position:absolute}.relative{position:relative}.sticky{position:sticky}.inset-\[0px\]{top:0px;right:0px;bottom:0px;left:0px}.inset-\[1px\]{top:1px;right:1px;bottom:1px;left:1px}.inset-\[2px\]{top:2px;right:2px;bottom:2px;left:2px}.inset-\[3px\]{top:3px;right:3px;bottom:3px;left:3px}.inset-\[4px\]{top:4px;right:4px;bottom:4px;left:4px}.inset-\[5px\]{top:5px;right:5px;bottom:5px;left:5px}.inset-\[6px\]{top:6px;right:6px;bottom:6px;left:6px}.inset-\[7px\]{top:7px;right:7px;bottom:7px;left:7px}.inset-\[8px\]{top:8px;right:8px;bottom:8px;left:8px}.inset-\[9px\]{top:9px;right:9px;bottom:9px;left:9px}.inset-\[10px\]{top:10px;right:10px;bottom:10px;left:10px}.inset-\[11px\]{top:11px;right:11px;bottom:11px;left:11px}.inset-\[12px\]{top:12px;right:12px;bottom:12px;left:12px}.inset-\[13px\]{top:13px;right:13px;bottom:13px;left:13px}.inset-\[14px\]{top:14px;right:14px;bottom:14px;left:14px}.inset-\[15px\]{top:15px;right:15px;bottom:15px;left:15px}.inset-\[16px\]{top:16px;right:16px;bottom:16px;left:16px}.inset-\[17px\]{top:17px;right:17px;bottom:17px;left:17px}.inset-\[18px\]{top:18px;right:18px;bottom:18px;left:18px}.inset-\[19px\]{top:19px;right:19px;bottom:19px;left:19px}.inset-\[20px\]{top:20px;right:20px;bottom:20px;left:20px}.inset-\[21px\]{top:21px;right:21px;bottom:21px;left:21px}.inset-\[22px\]{top:22px;right:22px;bottom:22px;left:22px}.inset-\[23px\]{top:23px;right:23px;bottom:23px;left:23px}.inset-\[24px\]{top:24px;right:24px;bottom:24px;left:24px}.inset-\[25px\]{top:25px;right:25px;bottom:25px;left:25px}.inset-\[26px\]{top:26px;right:26px;bottom:26px;left:26px}.inset-\[27px\]{top:27px;right:27px;bottom:27px;left:27px}.inset-\[28px\]{top:28px;right:28px;bottom:28px;left:28px}.inset-\[29px\]{top:29px;right:29px;bottom:29px;left:29px}.inset-\[30px\]{top:30px;right:30px;bottom:30px;left:30px}.inset-\[31px\]{top:31px;right:31px;bottom:31px;left:31px}.inset-\[32px\]{top:32px;right:32px;bottom:32px;left:32px}.inset-\[33px\]{top:33px;right:33px;bottom:33px;left:33px}.inset-\[34px\]{top:34px;right:34px;bottom:34px;left:34px}.inset-\[35px\]{top:35px;right:35px;bottom:35px;left:35px}.inset-\[36px\]{top:36px;right:36px;bottom:36px;left:36px}.inset-\[37px\]{top:37px;right:37px;bottom:37px;left:37px}.inset-\[38px\]{top:38px;right:38px;bottom:38px;left:38px}.inset-\[39px\]{top:39px;right:39px;bottom:39px;left:39px}.inset-\[40px\]{top:40px;right:40px;bottom:40px;left:40px}.inset-\[41px\]{top:41px;right:41px;bottom:41px;left:41px}.inset-\[42px\]{top:42px;right:42px;bottom:42px;left:42px}.inset-\[43px\]{top:43px;right:43px;bottom:43px;left:43px}.inset-\[44px\]{top:44px;right:44px;bottom:44px;left:44px}.inset-\[45px\]{top:45px;right:45px;bottom:45px;left:45px}.inset-\[46px\]{top:46px;right:46px;bottom:46px;left:46px}.inset-\[47px\]{top:47px;right:47px;bottom:47px;left:47px}.inset-\[48px\]{top:48px;right:48px;bottom:48px;left:48px}.inset-\[49px\]{top:49px;right:49px;bottom:49px;left:49px}.inset-\[50px\]{top:50px;right:50px;bottom:50px;left:50px}.inset-\[51px\]{top:51px;right:51px;bottom:51px;left:51px}.inset-\[52px\]{top:52px;right:52px;bottom:52px;left:52px}.inset-\[53px\]{top:53px;right:53px;bottom:53px;left:53px}.inset-\[54px\]{top:54px;right:54px;bottom:54px;left:54px}.inset-\[55px\]{top:55px;right:55px;bottom:55px;left:55px}.inset-\[56px\]{top:56px;right:56px;bottom:56px;left:56px}.inset-\[57px\]{top:57px;right:57px;bottom:57px;left:57px}.inset-\[58px\]{top:58px;right:58px;bottom:58px;left:58px}.inset-\[59px\]{top:59px;right:59px;bottom:59px;left:59px}.inset-\[60px\]{top:60px;right:60px;bottom:60px;left:60px}.inset-\[61px\]{top:61px;right:61px;bottom:61px;left:61px}.inset-\[62px\]{top:62px;right:62px;bottom:62px;left:62px}.inset-\[63px\]{top:63px;right:63px;bottom:63px;left:63px}.inset-\[64px\]{top:64px;right:64px;bottom:64px;left:64px}.inset-\[65px\]{top:65px;right:65px;bottom:65px;left:65px}.inset-\[66px\]{top:66px;right:66px;bottom:66px;left:66px}.inset-\[67px\]{top:67px;right:67px;bottom:67px;left:67px}.inset-\[68px\]{top:68px;right:68px;bottom:68px;left:68px}.inset-\[69px\]{top:69px;right:69px;bottom:69px;left:69px}.inset-\[70px\]{top:70px;right:70px;bottom:70px;left:70px}.inset-\[71px\]{top:71px;right:71px;bottom:71px;left:71px}.inset-\[72px\]{top:72px;right:72px;bottom:72px;left:72px}.inset-\[73px\]{top:73px;right:73px;bottom:73px;left:73px}.inset-\[74px\]{top:74px;right:74px;bottom:74px;left:74px}.inset-\[75px\]{top:75px;right:75px;bottom:75px;left:75px}.inset-\[76px\]{top:76px;right:76px;bottom:76px;left:76px}.inset-\[77px\]{top:77px;right:77px;bottom:77px;left:77px}.inset-\[78px\]{top:78px;right:78px;bottom:78px;left:78px}.inset-\[79px\]{top:79px;right:79px;bottom:79px;left:79px}.inset-\[80px\]{top:80px;right:80px;bottom:80px;left:80px}.inset-\[81px\]{top:81px;right:81px;bottom:81px;left:81px}.inset-\[82px\]{top:82px;right:82px;bottom:82px;left:82px}.inset-\[83px\]{top:83px;right:83px;bottom:83px;left:83px}.inset-\[84px\]{top:84px;right:84px;bottom:84px;left:84px}.inset-\[85px\]{top:85px;right:85px;bottom:85px;left:85px}.inset-\[86px\]{top:86px;right:86px;bottom:86px;left:86px}.inset-\[87px\]{top:87px;right:87px;bottom:87px;left:87px}.inset-\[88px\]{top:88px;right:88px;bottom:88px;left:88px}.inset-\[89px\]{top:89px;right:89px;bottom:89px;left:89px}.inset-\[90px\]{top:90px;right:90px;bottom:90px;left:90px}.inset-\[91px\]{top:91px;right:91px;bottom:91px;left:91px}.inset-\[92px\]{top:92px;right:92px;bottom:92px;left:92px}.inset-\[93px\]{top:93px;right:93px;bottom:93px;left:93px}.inset-\[94px\]{top:94px;right:94px;bottom:94px;left:94px}.inset-\[95px\]{top:95px;right:95px;bottom:95px;left:95px}.inset-\[96px\]{top:96px;right:96px;bottom:96px;left:96px}.inset-\[97px\]{top:97px;right:97px;bottom:97px;left:97px}.inset-\[98px\]{top:98px;right:98px;bottom:98px;left:98px}.inset-\[99px\]{top:99px;right:99px;bottom:99px;left:99px}.inset-\[100px\]{top:100px;right:100px;bottom:100px;left:100px}.inset-0{top:0px;right:0px;bottom:0px;left:0px}.inset-1{top:.25rem;right:.25rem;bottom:.25rem;left:.25rem}.inset-2{top:.5rem;right:.5rem;bottom:.5rem;left:.5rem}.inset-3{top:.75rem;right:.75rem;bottom:.75rem;left:.75rem}.inset-4{top:1rem;right:1rem;bottom:1rem;left:1rem}.inset-5{top:1.25rem;right:1.25rem;bottom:1.25rem;left:1.25rem}.inset-6{top:1.5rem;right:1.5rem;bottom:1.5rem;left:1.5rem}.inset-7{top:1.75rem;right:1.75rem;bottom:1.75rem;left:1.75rem}.inset-8{top:2rem;right:2rem;bottom:2rem;left:2rem}.inset-9{top:2.25rem;right:2.25rem;bottom:2.25rem;left:2.25rem}.inset-10{top:2.5rem;right:2.5rem;bottom:2.5rem;left:2.5rem}.inset-11{top:2.75rem;right:2.75rem;bottom:2.75rem;left:2.75rem}.inset-12{top:3rem;right:3rem;bottom:3rem;left:3rem}.inset-14{top:3.5rem;right:3.5rem;bottom:3.5rem;left:3.5rem}.inset-16{top:4rem;right:4rem;bottom:4rem;left:4rem}.inset-20{top:5rem;right:5rem;bottom:5rem;left:5rem}.inset-24{top:6rem;right:6rem;bottom:6rem;left:6rem}.inset-28{top:7rem;right:7rem;bottom:7rem;left:7rem}.inset-32{top:8rem;right:8rem;bottom:8rem;left:8rem}.inset-36{top:9rem;right:9rem;bottom:9rem;left:9rem}.inset-40{top:10rem;right:10rem;bottom:10rem;left:10rem}.inset-44{top:11rem;right:11rem;bottom:11rem;left:11rem}.inset-48{top:12rem;right:12rem;bottom:12rem;left:12rem}.inset-52{top:13rem;right:13rem;bottom:13rem;left:13rem}.inset-56{top:14rem;right:14rem;bottom:14rem;left:14rem}.inset-60{top:15rem;right:15rem;bottom:15rem;left:15rem}.inset-64{top:16rem;right:16rem;bottom:16rem;left:16rem}.inset-72{top:18rem;right:18rem;bottom:18rem;left:18rem}.inset-80{top:20rem;right:20rem;bottom:20rem;left:20rem}.inset-96{top:24rem;right:24rem;bottom:24rem;left:24rem}.inset-auto{top:auto;right:auto;bottom:auto;left:auto}.inset-px{top:1px;right:1px;bottom:1px;left:1px}.inset-0\.5{top:.125rem;right:.125rem;bottom:.125rem;left:.125rem}.inset-1\.5{top:.375rem;right:.375rem;bottom:.375rem;left:.375rem}.inset-2\.5{top:.625rem;right:.625rem;bottom:.625rem;left:.625rem}.inset-3\.5{top:.875rem;right:.875rem;bottom:.875rem;left:.875rem}.inset-full{top:100%;right:100%;bottom:100%;left:100%}.top-\[0px\]{top:0px}.top-\[1px\]{top:1px}.top-\[2px\]{top:2px}.top-\[3px\]{top:3px}.top-\[4px\]{top:4px}.top-\[5px\]{top:5px}.top-\[6px\]{top:6px}.top-\[7px\]{top:7px}.top-\[8px\]{top:8px}.top-\[9px\]{top:9px}.top-\[10px\]{top:10px}.top-\[11px\]{top:11px}.top-\[12px\]{top:12px}.top-\[13px\]{top:13px}.top-\[14px\]{top:14px}.top-\[15px\]{top:15px}.top-\[16px\]{top:16px}.top-\[17px\]{top:17px}.top-\[18px\]{top:18px}.top-\[19px\]{top:19px}.top-\[20px\]{top:20px}.top-\[21px\]{top:21px}.top-\[22px\]{top:22px}.top-\[23px\]{top:23px}.top-\[24px\]{top:24px}.top-\[25px\]{top:25px}.top-\[26px\]{top:26px}.top-\[27px\]{top:27px}.top-\[28px\]{top:28px}.top-\[29px\]{top:29px}.top-\[30px\]{top:30px}.top-\[31px\]{top:31px}.top-\[32px\]{top:32px}.top-\[33px\]{top:33px}.top-\[34px\]{top:34px}.top-\[35px\]{top:35px}.top-\[36px\]{top:36px}.top-\[37px\]{top:37px}.top-\[38px\]{top:38px}.top-\[39px\]{top:39px}.top-\[40px\]{top:40px}.top-\[41px\]{top:41px}.top-\[42px\]{top:42px}.top-\[43px\]{top:43px}.top-\[44px\]{top:44px}.top-\[45px\]{top:45px}.top-\[46px\]{top:46px}.top-\[47px\]{top:47px}.top-\[48px\]{top:48px}.top-\[49px\]{top:49px}.top-\[50px\]{top:50px}.top-\[51px\]{top:51px}.top-\[52px\]{top:52px}.top-\[53px\]{top:53px}.top-\[54px\]{top:54px}.top-\[55px\]{top:55px}.top-\[56px\]{top:56px}.top-\[57px\]{top:57px}.top-\[58px\]{top:58px}.top-\[59px\]{top:59px}.top-\[60px\]{top:60px}.top-\[61px\]{top:61px}.top-\[62px\]{top:62px}.top-\[63px\]{top:63px}.top-\[64px\]{top:64px}.top-\[65px\]{top:65px}.top-\[66px\]{top:66px}.top-\[67px\]{top:67px}.top-\[68px\]{top:68px}.top-\[69px\]{top:69px}.top-\[70px\]{top:70px}.top-\[71px\]{top:71px}.top-\[72px\]{top:72px}.top-\[73px\]{top:73px}.top-\[74px\]{top:74px}.top-\[75px\]{top:75px}.top-\[76px\]{top:76px}.top-\[77px\]{top:77px}.top-\[78px\]{top:78px}.top-\[79px\]{top:79px}.top-\[80px\]{top:80px}.top-\[81px\]{top:81px}.top-\[82px\]{top:82px}.top-\[83px\]{top:83px}.top-\[84px\]{top:84px}.top-\[85px\]{top:85px}.top-\[86px\]{top:86px}.top-\[87px\]{top:87px}.top-\[88px\]{top:88px}.top-\[89px\]{top:89px}.top-\[90px\]{top:90px}.top-\[91px\]{top:91px}.top-\[92px\]{top:92px}.top-\[93px\]{top:93px}.top-\[94px\]{top:94px}.top-\[95px\]{top:95px}.top-\[96px\]{top:96px}.top-\[97px\]{top:97px}.top-\[98px\]{top:98px}.top-\[99px\]{top:99px}.top-\[100px\]{top:100px}.right-\[0px\]{right:0px}.right-\[1px\]{right:1px}.right-\[2px\]{right:2px}.right-\[3px\]{right:3px}.right-\[4px\]{right:4px}.right-\[5px\]{right:5px}.right-\[6px\]{right:6px}.right-\[7px\]{right:7px}.right-\[8px\]{right:8px}.right-\[9px\]{right:9px}.right-\[10px\]{right:10px}.right-\[11px\]{right:11px}.right-\[12px\]{right:12px}.right-\[13px\]{right:13px}.right-\[14px\]{right:14px}.right-\[15px\]{right:15px}.right-\[16px\]{right:16px}.right-\[17px\]{right:17px}.right-\[18px\]{right:18px}.right-\[19px\]{right:19px}.right-\[20px\]{right:20px}.right-\[21px\]{right:21px}.right-\[22px\]{right:22px}.right-\[23px\]{right:23px}.right-\[24px\]{right:24px}.right-\[25px\]{right:25px}.right-\[26px\]{right:26px}.right-\[27px\]{right:27px}.right-\[28px\]{right:28px}.right-\[29px\]{right:29px}.right-\[30px\]{right:30px}.right-\[31px\]{right:31px}.right-\[32px\]{right:32px}.right-\[33px\]{right:33px}.right-\[34px\]{right:34px}.right-\[35px\]{right:35px}.right-\[36px\]{right:36px}.right-\[37px\]{right:37px}.right-\[38px\]{right:38px}.right-\[39px\]{right:39px}.right-\[40px\]{right:40px}.right-\[41px\]{right:41px}.right-\[42px\]{right:42px}.right-\[43px\]{right:43px}.right-\[44px\]{right:44px}.right-\[45px\]{right:45px}.right-\[46px\]{right:46px}.right-\[47px\]{right:47px}.right-\[48px\]{right:48px}.right-\[49px\]{right:49px}.right-\[50px\]{right:50px}.right-\[51px\]{right:51px}.right-\[52px\]{right:52px}.right-\[53px\]{right:53px}.right-\[54px\]{right:54px}.right-\[55px\]{right:55px}.right-\[56px\]{right:56px}.right-\[57px\]{right:57px}.right-\[58px\]{right:58px}.right-\[59px\]{right:59px}.right-\[60px\]{right:60px}.right-\[61px\]{right:61px}.right-\[62px\]{right:62px}.right-\[63px\]{right:63px}.right-\[64px\]{right:64px}.right-\[65px\]{right:65px}.right-\[66px\]{right:66px}.right-\[67px\]{right:67px}.right-\[68px\]{right:68px}.right-\[69px\]{right:69px}.right-\[70px\]{right:70px}.right-\[71px\]{right:71px}.right-\[72px\]{right:72px}.right-\[73px\]{right:73px}.right-\[74px\]{right:74px}.right-\[75px\]{right:75px}.right-\[76px\]{right:76px}.right-\[77px\]{right:77px}.right-\[78px\]{right:78px}.right-\[79px\]{right:79px}.right-\[80px\]{right:80px}.right-\[81px\]{right:81px}.right-\[82px\]{right:82px}.right-\[83px\]{right:83px}.right-\[84px\]{right:84px}.right-\[85px\]{right:85px}.right-\[86px\]{right:86px}.right-\[87px\]{right:87px}.right-\[88px\]{right:88px}.right-\[89px\]{right:89px}.right-\[90px\]{right:90px}.right-\[91px\]{right:91px}.right-\[92px\]{right:92px}.right-\[93px\]{right:93px}.right-\[94px\]{right:94px}.right-\[95px\]{right:95px}.right-\[96px\]{right:96px}.right-\[97px\]{right:97px}.right-\[98px\]{right:98px}.right-\[99px\]{right:99px}.right-\[100px\]{right:100px}.bottom-\[0px\]{bottom:0px}.bottom-\[1px\]{bottom:1px}.bottom-\[2px\]{bottom:2px}.bottom-\[3px\]{bottom:3px}.bottom-\[4px\]{bottom:4px}.bottom-\[5px\]{bottom:5px}.bottom-\[6px\]{bottom:6px}.bottom-\[7px\]{bottom:7px}.bottom-\[8px\]{bottom:8px}.bottom-\[9px\]{bottom:9px}.bottom-\[10px\]{bottom:10px}.bottom-\[11px\]{bottom:11px}.bottom-\[12px\]{bottom:12px}.bottom-\[13px\]{bottom:13px}.bottom-\[14px\]{bottom:14px}.bottom-\[15px\]{bottom:15px}.bottom-\[16px\]{bottom:16px}.bottom-\[17px\]{bottom:17px}.bottom-\[18px\]{bottom:18px}.bottom-\[19px\]{bottom:19px}.bottom-\[20px\]{bottom:20px}.bottom-\[21px\]{bottom:21px}.bottom-\[22px\]{bottom:22px}.bottom-\[23px\]{bottom:23px}.bottom-\[24px\]{bottom:24px}.bottom-\[25px\]{bottom:25px}.bottom-\[26px\]{bottom:26px}.bottom-\[27px\]{bottom:27px}.bottom-\[28px\]{bottom:28px}.bottom-\[29px\]{bottom:29px}.bottom-\[30px\]{bottom:30px}.bottom-\[31px\]{bottom:31px}.bottom-\[32px\]{bottom:32px}.bottom-\[33px\]{bottom:33px}.bottom-\[34px\]{bottom:34px}.bottom-\[35px\]{bottom:35px}.bottom-\[36px\]{bottom:36px}.bottom-\[37px\]{bottom:37px}.bottom-\[38px\]{bottom:38px}.bottom-\[39px\]{bottom:39px}.bottom-\[40px\]{bottom:40px}.bottom-\[41px\]{bottom:41px}.bottom-\[42px\]{bottom:42px}.bottom-\[43px\]{bottom:43px}.bottom-\[44px\]{bottom:44px}.bottom-\[45px\]{bottom:45px}.bottom-\[46px\]{bottom:46px}.bottom-\[47px\]{bottom:47px}.bottom-\[48px\]{bottom:48px}.bottom-\[49px\]{bottom:49px}.bottom-\[50px\]{bottom:50px}.bottom-\[51px\]{bottom:51px}.bottom-\[52px\]{bottom:52px}.bottom-\[53px\]{bottom:53px}.bottom-\[54px\]{bottom:54px}.bottom-\[55px\]{bottom:55px}.bottom-\[56px\]{bottom:56px}.bottom-\[57px\]{bottom:57px}.bottom-\[58px\]{bottom:58px}.bottom-\[59px\]{bottom:59px}.bottom-\[60px\]{bottom:60px}.bottom-\[61px\]{bottom:61px}.bottom-\[62px\]{bottom:62px}.bottom-\[63px\]{bottom:63px}.bottom-\[64px\]{bottom:64px}.bottom-\[65px\]{bottom:65px}.bottom-\[66px\]{bottom:66px}.bottom-\[67px\]{bottom:67px}.bottom-\[68px\]{bottom:68px}.bottom-\[69px\]{bottom:69px}.bottom-\[70px\]{bottom:70px}.bottom-\[71px\]{bottom:71px}.bottom-\[72px\]{bottom:72px}.bottom-\[73px\]{bottom:73px}.bottom-\[74px\]{bottom:74px}.bottom-\[75px\]{bottom:75px}.bottom-\[76px\]{bottom:76px}.bottom-\[77px\]{bottom:77px}.bottom-\[78px\]{bottom:78px}.bottom-\[79px\]{bottom:79px}.bottom-\[80px\]{bottom:80px}.bottom-\[81px\]{bottom:81px}.bottom-\[82px\]{bottom:82px}.bottom-\[83px\]{bottom:83px}.bottom-\[84px\]{bottom:84px}.bottom-\[85px\]{bottom:85px}.bottom-\[86px\]{bottom:86px}.bottom-\[87px\]{bottom:87px}.bottom-\[88px\]{bottom:88px}.bottom-\[89px\]{bottom:89px}.bottom-\[90px\]{bottom:90px}.bottom-\[91px\]{bottom:91px}.bottom-\[92px\]{bottom:92px}.bottom-\[93px\]{bottom:93px}.bottom-\[94px\]{bottom:94px}.bottom-\[95px\]{bottom:95px}.bottom-\[96px\]{bottom:96px}.bottom-\[97px\]{bottom:97px}.bottom-\[98px\]{bottom:98px}.bottom-\[99px\]{bottom:99px}.bottom-\[100px\]{bottom:100px}.left-\[0px\]{left:0px}.left-\[1px\]{left:1px}.left-\[2px\]{left:2px}.left-\[3px\]{left:3px}.left-\[4px\]{left:4px}.left-\[5px\]{left:5px}.left-\[6px\]{left:6px}.left-\[7px\]{left:7px}.left-\[8px\]{left:8px}.left-\[9px\]{left:9px}.left-\[10px\]{left:10px}.left-\[11px\]{left:11px}.left-\[12px\]{left:12px}.left-\[13px\]{left:13px}.left-\[14px\]{left:14px}.left-\[15px\]{left:15px}.left-\[16px\]{left:16px}.left-\[17px\]{left:17px}.left-\[18px\]{left:18px}.left-\[19px\]{left:19px}.left-\[20px\]{left:20px}.left-\[21px\]{left:21px}.left-\[22px\]{left:22px}.left-\[23px\]{left:23px}.left-\[24px\]{left:24px}.left-\[25px\]{left:25px}.left-\[26px\]{left:26px}.left-\[27px\]{left:27px}.left-\[28px\]{left:28px}.left-\[29px\]{left:29px}.left-\[30px\]{left:30px}.left-\[31px\]{left:31px}.left-\[32px\]{left:32px}.left-\[33px\]{left:33px}.left-\[34px\]{left:34px}.left-\[35px\]{left:35px}.left-\[36px\]{left:36px}.left-\[37px\]{left:37px}.left-\[38px\]{left:38px}.left-\[39px\]{left:39px}.left-\[40px\]{left:40px}.left-\[41px\]{left:41px}.left-\[42px\]{left:42px}.left-\[43px\]{left:43px}.left-\[44px\]{left:44px}.left-\[45px\]{left:45px}.left-\[46px\]{left:46px}.left-\[47px\]{left:47px}.left-\[48px\]{left:48px}.left-\[49px\]{left:49px}.left-\[50px\]{left:50px}.left-\[51px\]{left:51px}.left-\[52px\]{left:52px}.left-\[53px\]{left:53px}.left-\[54px\]{left:54px}.left-\[55px\]{left:55px}.left-\[56px\]{left:56px}.left-\[57px\]{left:57px}.left-\[58px\]{left:58px}.left-\[59px\]{left:59px}.left-\[60px\]{left:60px}.left-\[61px\]{left:61px}.left-\[62px\]{left:62px}.left-\[63px\]{left:63px}.left-\[64px\]{left:64px}.left-\[65px\]{left:65px}.left-\[66px\]{left:66px}.left-\[67px\]{left:67px}.left-\[68px\]{left:68px}.left-\[69px\]{left:69px}.left-\[70px\]{left:70px}.left-\[71px\]{left:71px}.left-\[72px\]{left:72px}.left-\[73px\]{left:73px}.left-\[74px\]{left:74px}.left-\[75px\]{left:75px}.left-\[76px\]{left:76px}.left-\[77px\]{left:77px}.left-\[78px\]{left:78px}.left-\[79px\]{left:79px}.left-\[80px\]{left:80px}.left-\[81px\]{left:81px}.left-\[82px\]{left:82px}.left-\[83px\]{left:83px}.left-\[84px\]{left:84px}.left-\[85px\]{left:85px}.left-\[86px\]{left:86px}.left-\[87px\]{left:87px}.left-\[88px\]{left:88px}.left-\[89px\]{left:89px}.left-\[90px\]{left:90px}.left-\[91px\]{left:91px}.left-\[92px\]{left:92px}.left-\[93px\]{left:93px}.left-\[94px\]{left:94px}.left-\[95px\]{left:95px}.left-\[96px\]{left:96px}.left-\[97px\]{left:97px}.left-\[98px\]{left:98px}.left-\[99px\]{left:99px}.left-\[100px\]{left:100px}.top-0{top:0px}.top-1{top:.25rem}.top-2{top:.5rem}.top-3{top:.75rem}.top-4{top:1rem}.top-5{top:1.25rem}.top-6{top:1.5rem}.top-7{top:1.75rem}.top-8{top:2rem}.top-9{top:2.25rem}.top-10{top:2.5rem}.top-11{top:2.75rem}.top-12{top:3rem}.top-14{top:3.5rem}.top-16{top:4rem}.top-20{top:5rem}.top-24{top:6rem}.top-28{top:7rem}.top-32{top:8rem}.top-36{top:9rem}.top-40{top:10rem}.top-44{top:11rem}.top-48{top:12rem}.top-52{top:13rem}.top-56{top:14rem}.top-60{top:15rem}.top-64{top:16rem}.top-72{top:18rem}.top-80{top:20rem}.top-96{top:24rem}.top-auto{top:auto}.top-px{top:1px}.top-0\.5{top:.125rem}.top-1\.5{top:.375rem}.top-2\.5{top:.625rem}.top-3\.5{top:.875rem}.top-full{top:100%}.right-0{right:0px}.right-1{right:.25rem}.right-2{right:.5rem}.right-3{right:.75rem}.right-4{right:1rem}.right-5{right:1.25rem}.right-6{right:1.5rem}.right-7{right:1.75rem}.right-8{right:2rem}.right-9{right:2.25rem}.right-10{right:2.5rem}.right-11{right:2.75rem}.right-12{right:3rem}.right-14{right:3.5rem}.right-16{right:4rem}.right-20{right:5rem}.right-24{right:6rem}.right-28{right:7rem}.right-32{right:8rem}.right-36{right:9rem}.right-40{right:10rem}.right-44{right:11rem}.right-48{right:12rem}.right-52{right:13rem}.right-56{right:14rem}.right-60{right:15rem}.right-64{right:16rem}.right-72{right:18rem}.right-80{right:20rem}.right-96{right:24rem}.right-auto{right:auto}.right-px{right:1px}.right-0\.5{right:.125rem}.right-1\.5{right:.375rem}.right-2\.5{right:.625rem}.right-3\.5{right:.875rem}.right-full{right:100%}.bottom-0{bottom:0px}.bottom-1{bottom:.25rem}.bottom-2{bottom:.5rem}.bottom-3{bottom:.75rem}.bottom-4{bottom:1rem}.bottom-5{bottom:1.25rem}.bottom-6{bottom:1.5rem}.bottom-7{bottom:1.75rem}.bottom-8{bottom:2rem}.bottom-9{bottom:2.25rem}.bottom-10{bottom:2.5rem}.bottom-11{bottom:2.75rem}.bottom-12{bottom:3rem}.bottom-14{bottom:3.5rem}.bottom-16{bottom:4rem}.bottom-20{bottom:5rem}.bottom-24{bottom:6rem}.bottom-28{bottom:7rem}.bottom-32{bottom:8rem}.bottom-36{bottom:9rem}.bottom-40{bottom:10rem}.bottom-44{bottom:11rem}.bottom-48{bottom:12rem}.bottom-52{bottom:13rem}.bottom-56{bottom:14rem}.bottom-60{bottom:15rem}.bottom-64{bottom:16rem}.bottom-72{bottom:18rem}.bottom-80{bottom:20rem}.bottom-96{bottom:24rem}.bottom-auto{bottom:auto}.bottom-px{bottom:1px}.bottom-0\.5{bottom:.125rem}.bottom-1\.5{bottom:.375rem}.bottom-2\.5{bottom:.625rem}.bottom-3\.5{bottom:.875rem}.bottom-full{bottom:100%}.left-0{left:0px}.left-1{left:.25rem}.left-2{left:.5rem}.left-3{left:.75rem}.left-4{left:1rem}.left-5{left:1.25rem}.left-6{left:1.5rem}.left-7{left:1.75rem}.left-8{left:2rem}.left-9{left:2.25rem}.left-10{left:2.5rem}.left-11{left:2.75rem}.left-12{left:3rem}.left-14{left:3.5rem}.left-16{left:4rem}.left-20{left:5rem}.left-24{left:6rem}.left-28{left:7rem}.left-32{left:8rem}.left-36{left:9rem}.left-40{left:10rem}.left-44{left:11rem}.left-48{left:12rem}.left-52{left:13rem}.left-56{left:14rem}.left-60{left:15rem}.left-64{left:16rem}.left-72{left:18rem}.left-80{left:20rem}.left-96{left:24rem}.left-auto{left:auto}.left-px{left:1px}.left-0\.5{left:.125rem}.left-1\.5{left:.375rem}.left-2\.5{left:.625rem}.left-3\.5{left:.875rem}.left-full{left:100%}.left-1\/2{left:50%}.z-\[0\]{z-index:0}.z-\[1\]{z-index:1}.z-\[2\]{z-index:2}.z-\[3\]{z-index:3}.z-\[4\]{z-index:4}.z-\[5\]{z-index:5}.z-\[6\]{z-index:6}.z-\[7\]{z-index:7}.z-\[8\]{z-index:8}.z-\[9\]{z-index:9}.z-\[10\]{z-index:10}.z-\[11\]{z-index:11}.z-\[12\]{z-index:12}.z-\[13\]{z-index:13}.z-\[14\]{z-index:14}.z-\[15\]{z-index:15}.z-\[16\]{z-index:16}.z-\[17\]{z-index:17}.z-\[18\]{z-index:18}.z-\[19\]{z-index:19}.z-\[20\]{z-index:20}.z-\[21\]{z-index:21}.z-\[22\]{z-index:22}.z-\[23\]{z-index:23}.z-\[24\]{z-index:24}.z-\[25\]{z-index:25}.z-\[26\]{z-index:26}.z-\[27\]{z-index:27}.z-\[28\]{z-index:28}.z-\[29\]{z-index:29}.z-\[30\]{z-index:30}.z-\[31\]{z-index:31}.z-\[32\]{z-index:32}.z-\[33\]{z-index:33}.z-\[34\]{z-index:34}.z-\[35\]{z-index:35}.z-\[36\]{z-index:36}.z-\[37\]{z-index:37}.z-\[38\]{z-index:38}.z-\[39\]{z-index:39}.z-\[40\]{z-index:40}.z-\[41\]{z-index:41}.z-\[42\]{z-index:42}.z-\[43\]{z-index:43}.z-\[44\]{z-index:44}.z-\[45\]{z-index:45}.z-\[46\]{z-index:46}.z-\[47\]{z-index:47}.z-\[48\]{z-index:48}.z-\[49\]{z-index:49}.z-\[50\]{z-index:50}.z-\[51\]{z-index:51}.z-\[52\]{z-index:52}.z-\[53\]{z-index:53}.z-\[54\]{z-index:54}.z-\[55\]{z-index:55}.z-\[56\]{z-index:56}.z-\[57\]{z-index:57}.z-\[58\]{z-index:58}.z-\[59\]{z-index:59}.z-\[60\]{z-index:60}.z-\[61\]{z-index:61}.z-\[62\]{z-index:62}.z-\[63\]{z-index:63}.z-\[64\]{z-index:64}.z-\[65\]{z-index:65}.z-\[66\]{z-index:66}.z-\[67\]{z-index:67}.z-\[68\]{z-index:68}.z-\[69\]{z-index:69}.z-\[70\]{z-index:70}.z-\[71\]{z-index:71}.z-\[72\]{z-index:72}.z-\[73\]{z-index:73}.z-\[74\]{z-index:74}.z-\[75\]{z-index:75}.z-\[76\]{z-index:76}.z-\[77\]{z-index:77}.z-\[78\]{z-index:78}.z-\[79\]{z-index:79}.z-\[80\]{z-index:80}.z-\[81\]{z-index:81}.z-\[82\]{z-index:82}.z-\[83\]{z-index:83}.z-\[84\]{z-index:84}.z-\[85\]{z-index:85}.z-\[86\]{z-index:86}.z-\[87\]{z-index:87}.z-\[88\]{z-index:88}.z-\[89\]{z-index:89}.z-\[90\]{z-index:90}.z-\[91\]{z-index:91}.z-\[92\]{z-index:92}.z-\[93\]{z-index:93}.z-\[94\]{z-index:94}.z-\[95\]{z-index:95}.z-\[96\]{z-index:96}.z-\[97\]{z-index:97}.z-\[98\]{z-index:98}.z-\[99\]{z-index:99}.z-\[100\]{z-index:100}.z-\[9999\]{z-index:9999}.z-0{z-index:0}.z-10{z-index:10}.z-20{z-index:20}.z-40{z-index:40}.z-auto{z-index:auto}.z-30{z-index:30}.col-span-1{grid-column:span 1 / span 1}.col-span-2{grid-column:span 2 / span 2}.col-span-3{grid-column:span 3 / span 3}.col-span-4{grid-column:span 4 / span 4}.col-span-5{grid-column:span 5 / span 5}.col-span-6{grid-column:span 6 / span 6}.col-span-7{grid-column:span 7 / span 7}.col-span-8{grid-column:span 8 / span 8}.col-span-9{grid-column:span 9 / span 9}.col-span-10{grid-column:span 10 / span 10}.col-span-11{grid-column:span 11 / span 11}.col-span-12{grid-column:span 12 / span 12}.col-span-full{grid-column:1 / -1}.row-span-1{grid-row:span 1 / span 1}.row-span-2{grid-row:span 2 / span 2}.row-span-3{grid-row:span 3 / span 3}.row-span-4{grid-row:span 4 / span 4}.row-span-5{grid-row:span 5 / span 5}.row-span-6{grid-row:span 6 / span 6}.row-span-full{grid-row:1 / -1}.m-\[0px\]{margin:0}.m-\[1px\]{margin:1px}.m-\[2px\]{margin:2px}.m-\[3px\]{margin:3px}.m-\[4px\]{margin:4px}.m-\[5px\]{margin:5px}.m-\[6px\]{margin:6px}.m-\[7px\]{margin:7px}.m-\[8px\]{margin:8px}.m-\[9px\]{margin:9px}.m-\[10px\]{margin:10px}.m-\[11px\]{margin:11px}.m-\[12px\]{margin:12px}.m-\[13px\]{margin:13px}.m-\[14px\]{margin:14px}.m-\[15px\]{margin:15px}.m-\[16px\]{margin:16px}.m-\[17px\]{margin:17px}.m-\[18px\]{margin:18px}.m-\[19px\]{margin:19px}.m-\[20px\]{margin:20px}.m-\[21px\]{margin:21px}.m-\[22px\]{margin:22px}.m-\[23px\]{margin:23px}.m-\[24px\]{margin:24px}.m-\[25px\]{margin:25px}.m-\[26px\]{margin:26px}.m-\[27px\]{margin:27px}.m-\[28px\]{margin:28px}.m-\[29px\]{margin:29px}.m-\[30px\]{margin:30px}.m-\[31px\]{margin:31px}.m-\[32px\]{margin:32px}.m-\[33px\]{margin:33px}.m-\[34px\]{margin:34px}.m-\[35px\]{margin:35px}.m-\[36px\]{margin:36px}.m-\[37px\]{margin:37px}.m-\[38px\]{margin:38px}.m-\[39px\]{margin:39px}.m-\[40px\]{margin:40px}.m-\[41px\]{margin:41px}.m-\[42px\]{margin:42px}.m-\[43px\]{margin:43px}.m-\[44px\]{margin:44px}.m-\[45px\]{margin:45px}.m-\[46px\]{margin:46px}.m-\[47px\]{margin:47px}.m-\[48px\]{margin:48px}.m-\[49px\]{margin:49px}.m-\[50px\]{margin:50px}.m-\[51px\]{margin:51px}.m-\[52px\]{margin:52px}.m-\[53px\]{margin:53px}.m-\[54px\]{margin:54px}.m-\[55px\]{margin:55px}.m-\[56px\]{margin:56px}.m-\[57px\]{margin:57px}.m-\[58px\]{margin:58px}.m-\[59px\]{margin:59px}.m-\[60px\]{margin:60px}.m-\[61px\]{margin:61px}.m-\[62px\]{margin:62px}.m-\[63px\]{margin:63px}.m-\[64px\]{margin:64px}.m-\[65px\]{margin:65px}.m-\[66px\]{margin:66px}.m-\[67px\]{margin:67px}.m-\[68px\]{margin:68px}.m-\[69px\]{margin:69px}.m-\[70px\]{margin:70px}.m-\[71px\]{margin:71px}.m-\[72px\]{margin:72px}.m-\[73px\]{margin:73px}.m-\[74px\]{margin:74px}.m-\[75px\]{margin:75px}.m-\[76px\]{margin:76px}.m-\[77px\]{margin:77px}.m-\[78px\]{margin:78px}.m-\[79px\]{margin:79px}.m-\[80px\]{margin:80px}.m-\[81px\]{margin:81px}.m-\[82px\]{margin:82px}.m-\[83px\]{margin:83px}.m-\[84px\]{margin:84px}.m-\[85px\]{margin:85px}.m-\[86px\]{margin:86px}.m-\[87px\]{margin:87px}.m-\[88px\]{margin:88px}.m-\[89px\]{margin:89px}.m-\[90px\]{margin:90px}.m-\[91px\]{margin:91px}.m-\[92px\]{margin:92px}.m-\[93px\]{margin:93px}.m-\[94px\]{margin:94px}.m-\[95px\]{margin:95px}.m-\[96px\]{margin:96px}.m-\[97px\]{margin:97px}.m-\[98px\]{margin:98px}.m-\[99px\]{margin:99px}.m-\[100px\]{margin:100px}.m-0{margin:0}.m-1{margin:.25rem}.m-2{margin:.5rem}.m-3{margin:.75rem}.m-4{margin:1rem}.m-5{margin:1.25rem}.m-6{margin:1.5rem}.m-7{margin:1.75rem}.m-8{margin:2rem}.m-9{margin:2.25rem}.m-10{margin:2.5rem}.m-11{margin:2.75rem}.m-12{margin:3rem}.m-14{margin:3.5rem}.m-16{margin:4rem}.m-20{margin:5rem}.m-24{margin:6rem}.m-28{margin:7rem}.m-32{margin:8rem}.m-36{margin:9rem}.m-40{margin:10rem}.m-44{margin:11rem}.m-48{margin:12rem}.m-52{margin:13rem}.m-56{margin:14rem}.m-60{margin:15rem}.m-64{margin:16rem}.m-72{margin:18rem}.m-80{margin:20rem}.m-96{margin:24rem}.m-auto{margin:auto}.m-px{margin:1px}.m-0\.5{margin:.125rem}.m-1\.5{margin:.375rem}.m-2\.5{margin:.625rem}.m-3\.5{margin:.875rem}.mx-\[0px\]{margin-left:0;margin-right:0}.mx-\[1px\]{margin-left:1px;margin-right:1px}.mx-\[2px\]{margin-left:2px;margin-right:2px}.mx-\[3px\]{margin-left:3px;margin-right:3px}.mx-\[4px\]{margin-left:4px;margin-right:4px}.mx-\[5px\]{margin-left:5px;margin-right:5px}.mx-\[6px\]{margin-left:6px;margin-right:6px}.mx-\[7px\]{margin-left:7px;margin-right:7px}.mx-\[8px\]{margin-left:8px;margin-right:8px}.mx-\[9px\]{margin-left:9px;margin-right:9px}.mx-\[10px\]{margin-left:10px;margin-right:10px}.mx-\[11px\]{margin-left:11px;margin-right:11px}.mx-\[12px\]{margin-left:12px;margin-right:12px}.mx-\[13px\]{margin-left:13px;margin-right:13px}.mx-\[14px\]{margin-left:14px;margin-right:14px}.mx-\[15px\]{margin-left:15px;margin-right:15px}.mx-\[16px\]{margin-left:16px;margin-right:16px}.mx-\[17px\]{margin-left:17px;margin-right:17px}.mx-\[18px\]{margin-left:18px;margin-right:18px}.mx-\[19px\]{margin-left:19px;margin-right:19px}.mx-\[20px\]{margin-left:20px;margin-right:20px}.mx-\[21px\]{margin-left:21px;margin-right:21px}.mx-\[22px\]{margin-left:22px;margin-right:22px}.mx-\[23px\]{margin-left:23px;margin-right:23px}.mx-\[24px\]{margin-left:24px;margin-right:24px}.mx-\[25px\]{margin-left:25px;margin-right:25px}.mx-\[26px\]{margin-left:26px;margin-right:26px}.mx-\[27px\]{margin-left:27px;margin-right:27px}.mx-\[28px\]{margin-left:28px;margin-right:28px}.mx-\[29px\]{margin-left:29px;margin-right:29px}.mx-\[30px\]{margin-left:30px;margin-right:30px}.mx-\[31px\]{margin-left:31px;margin-right:31px}.mx-\[32px\]{margin-left:32px;margin-right:32px}.mx-\[33px\]{margin-left:33px;margin-right:33px}.mx-\[34px\]{margin-left:34px;margin-right:34px}.mx-\[35px\]{margin-left:35px;margin-right:35px}.mx-\[36px\]{margin-left:36px;margin-right:36px}.mx-\[37px\]{margin-left:37px;margin-right:37px}.mx-\[38px\]{margin-left:38px;margin-right:38px}.mx-\[39px\]{margin-left:39px;margin-right:39px}.mx-\[40px\]{margin-left:40px;margin-right:40px}.mx-\[41px\]{margin-left:41px;margin-right:41px}.mx-\[42px\]{margin-left:42px;margin-right:42px}.mx-\[43px\]{margin-left:43px;margin-right:43px}.mx-\[44px\]{margin-left:44px;margin-right:44px}.mx-\[45px\]{margin-left:45px;margin-right:45px}.mx-\[46px\]{margin-left:46px;margin-right:46px}.mx-\[47px\]{margin-left:47px;margin-right:47px}.mx-\[48px\]{margin-left:48px;margin-right:48px}.mx-\[49px\]{margin-left:49px;margin-right:49px}.mx-\[50px\]{margin-left:50px;margin-right:50px}.mx-\[51px\]{margin-left:51px;margin-right:51px}.mx-\[52px\]{margin-left:52px;margin-right:52px}.mx-\[53px\]{margin-left:53px;margin-right:53px}.mx-\[54px\]{margin-left:54px;margin-right:54px}.mx-\[55px\]{margin-left:55px;margin-right:55px}.mx-\[56px\]{margin-left:56px;margin-right:56px}.mx-\[57px\]{margin-left:57px;margin-right:57px}.mx-\[58px\]{margin-left:58px;margin-right:58px}.mx-\[59px\]{margin-left:59px;margin-right:59px}.mx-\[60px\]{margin-left:60px;margin-right:60px}.mx-\[61px\]{margin-left:61px;margin-right:61px}.mx-\[62px\]{margin-left:62px;margin-right:62px}.mx-\[63px\]{margin-left:63px;margin-right:63px}.mx-\[64px\]{margin-left:64px;margin-right:64px}.mx-\[65px\]{margin-left:65px;margin-right:65px}.mx-\[66px\]{margin-left:66px;margin-right:66px}.mx-\[67px\]{margin-left:67px;margin-right:67px}.mx-\[68px\]{margin-left:68px;margin-right:68px}.mx-\[69px\]{margin-left:69px;margin-right:69px}.mx-\[70px\]{margin-left:70px;margin-right:70px}.mx-\[71px\]{margin-left:71px;margin-right:71px}.mx-\[72px\]{margin-left:72px;margin-right:72px}.mx-\[73px\]{margin-left:73px;margin-right:73px}.mx-\[74px\]{margin-left:74px;margin-right:74px}.mx-\[75px\]{margin-left:75px;margin-right:75px}.mx-\[76px\]{margin-left:76px;margin-right:76px}.mx-\[77px\]{margin-left:77px;margin-right:77px}.mx-\[78px\]{margin-left:78px;margin-right:78px}.mx-\[79px\]{margin-left:79px;margin-right:79px}.mx-\[80px\]{margin-left:80px;margin-right:80px}.mx-\[81px\]{margin-left:81px;margin-right:81px}.mx-\[82px\]{margin-left:82px;margin-right:82px}.mx-\[83px\]{margin-left:83px;margin-right:83px}.mx-\[84px\]{margin-left:84px;margin-right:84px}.mx-\[85px\]{margin-left:85px;margin-right:85px}.mx-\[86px\]{margin-left:86px;margin-right:86px}.mx-\[87px\]{margin-left:87px;margin-right:87px}.mx-\[88px\]{margin-left:88px;margin-right:88px}.mx-\[89px\]{margin-left:89px;margin-right:89px}.mx-\[90px\]{margin-left:90px;margin-right:90px}.mx-\[91px\]{margin-left:91px;margin-right:91px}.mx-\[92px\]{margin-left:92px;margin-right:92px}.mx-\[93px\]{margin-left:93px;margin-right:93px}.mx-\[94px\]{margin-left:94px;margin-right:94px}.mx-\[95px\]{margin-left:95px;margin-right:95px}.mx-\[96px\]{margin-left:96px;margin-right:96px}.mx-\[97px\]{margin-left:97px;margin-right:97px}.mx-\[98px\]{margin-left:98px;margin-right:98px}.mx-\[99px\]{margin-left:99px;margin-right:99px}.mx-\[100px\]{margin-left:100px;margin-right:100px}.my-\[0px\]{margin-top:0;margin-bottom:0}.my-\[1px\]{margin-top:1px;margin-bottom:1px}.my-\[2px\]{margin-top:2px;margin-bottom:2px}.my-\[3px\]{margin-top:3px;margin-bottom:3px}.my-\[4px\]{margin-top:4px;margin-bottom:4px}.my-\[5px\]{margin-top:5px;margin-bottom:5px}.my-\[6px\]{margin-top:6px;margin-bottom:6px}.my-\[7px\]{margin-top:7px;margin-bottom:7px}.my-\[8px\]{margin-top:8px;margin-bottom:8px}.my-\[9px\]{margin-top:9px;margin-bottom:9px}.my-\[10px\]{margin-top:10px;margin-bottom:10px}.my-\[11px\]{margin-top:11px;margin-bottom:11px}.my-\[12px\]{margin-top:12px;margin-bottom:12px}.my-\[13px\]{margin-top:13px;margin-bottom:13px}.my-\[14px\]{margin-top:14px;margin-bottom:14px}.my-\[15px\]{margin-top:15px;margin-bottom:15px}.my-\[16px\]{margin-top:16px;margin-bottom:16px}.my-\[17px\]{margin-top:17px;margin-bottom:17px}.my-\[18px\]{margin-top:18px;margin-bottom:18px}.my-\[19px\]{margin-top:19px;margin-bottom:19px}.my-\[20px\]{margin-top:20px;margin-bottom:20px}.my-\[21px\]{margin-top:21px;margin-bottom:21px}.my-\[22px\]{margin-top:22px;margin-bottom:22px}.my-\[23px\]{margin-top:23px;margin-bottom:23px}.my-\[24px\]{margin-top:24px;margin-bottom:24px}.my-\[25px\]{margin-top:25px;margin-bottom:25px}.my-\[26px\]{margin-top:26px;margin-bottom:26px}.my-\[27px\]{margin-top:27px;margin-bottom:27px}.my-\[28px\]{margin-top:28px;margin-bottom:28px}.my-\[29px\]{margin-top:29px;margin-bottom:29px}.my-\[30px\]{margin-top:30px;margin-bottom:30px}.my-\[31px\]{margin-top:31px;margin-bottom:31px}.my-\[32px\]{margin-top:32px;margin-bottom:32px}.my-\[33px\]{margin-top:33px;margin-bottom:33px}.my-\[34px\]{margin-top:34px;margin-bottom:34px}.my-\[35px\]{margin-top:35px;margin-bottom:35px}.my-\[36px\]{margin-top:36px;margin-bottom:36px}.my-\[37px\]{margin-top:37px;margin-bottom:37px}.my-\[38px\]{margin-top:38px;margin-bottom:38px}.my-\[39px\]{margin-top:39px;margin-bottom:39px}.my-\[40px\]{margin-top:40px;margin-bottom:40px}.my-\[41px\]{margin-top:41px;margin-bottom:41px}.my-\[42px\]{margin-top:42px;margin-bottom:42px}.my-\[43px\]{margin-top:43px;margin-bottom:43px}.my-\[44px\]{margin-top:44px;margin-bottom:44px}.my-\[45px\]{margin-top:45px;margin-bottom:45px}.my-\[46px\]{margin-top:46px;margin-bottom:46px}.my-\[47px\]{margin-top:47px;margin-bottom:47px}.my-\[48px\]{margin-top:48px;margin-bottom:48px}.my-\[49px\]{margin-top:49px;margin-bottom:49px}.my-\[50px\]{margin-top:50px;margin-bottom:50px}.my-\[51px\]{margin-top:51px;margin-bottom:51px}.my-\[52px\]{margin-top:52px;margin-bottom:52px}.my-\[53px\]{margin-top:53px;margin-bottom:53px}.my-\[54px\]{margin-top:54px;margin-bottom:54px}.my-\[55px\]{margin-top:55px;margin-bottom:55px}.my-\[56px\]{margin-top:56px;margin-bottom:56px}.my-\[57px\]{margin-top:57px;margin-bottom:57px}.my-\[58px\]{margin-top:58px;margin-bottom:58px}.my-\[59px\]{margin-top:59px;margin-bottom:59px}.my-\[60px\]{margin-top:60px;margin-bottom:60px}.my-\[61px\]{margin-top:61px;margin-bottom:61px}.my-\[62px\]{margin-top:62px;margin-bottom:62px}.my-\[63px\]{margin-top:63px;margin-bottom:63px}.my-\[64px\]{margin-top:64px;margin-bottom:64px}.my-\[65px\]{margin-top:65px;margin-bottom:65px}.my-\[66px\]{margin-top:66px;margin-bottom:66px}.my-\[67px\]{margin-top:67px;margin-bottom:67px}.my-\[68px\]{margin-top:68px;margin-bottom:68px}.my-\[69px\]{margin-top:69px;margin-bottom:69px}.my-\[70px\]{margin-top:70px;margin-bottom:70px}.my-\[71px\]{margin-top:71px;margin-bottom:71px}.my-\[72px\]{margin-top:72px;margin-bottom:72px}.my-\[73px\]{margin-top:73px;margin-bottom:73px}.my-\[74px\]{margin-top:74px;margin-bottom:74px}.my-\[75px\]{margin-top:75px;margin-bottom:75px}.my-\[76px\]{margin-top:76px;margin-bottom:76px}.my-\[77px\]{margin-top:77px;margin-bottom:77px}.my-\[78px\]{margin-top:78px;margin-bottom:78px}.my-\[79px\]{margin-top:79px;margin-bottom:79px}.my-\[80px\]{margin-top:80px;margin-bottom:80px}.my-\[81px\]{margin-top:81px;margin-bottom:81px}.my-\[82px\]{margin-top:82px;margin-bottom:82px}.my-\[83px\]{margin-top:83px;margin-bottom:83px}.my-\[84px\]{margin-top:84px;margin-bottom:84px}.my-\[85px\]{margin-top:85px;margin-bottom:85px}.my-\[86px\]{margin-top:86px;margin-bottom:86px}.my-\[87px\]{margin-top:87px;margin-bottom:87px}.my-\[88px\]{margin-top:88px;margin-bottom:88px}.my-\[89px\]{margin-top:89px;margin-bottom:89px}.my-\[90px\]{margin-top:90px;margin-bottom:90px}.my-\[91px\]{margin-top:91px;margin-bottom:91px}.my-\[92px\]{margin-top:92px;margin-bottom:92px}.my-\[93px\]{margin-top:93px;margin-bottom:93px}.my-\[94px\]{margin-top:94px;margin-bottom:94px}.my-\[95px\]{margin-top:95px;margin-bottom:95px}.my-\[96px\]{margin-top:96px;margin-bottom:96px}.my-\[97px\]{margin-top:97px;margin-bottom:97px}.my-\[98px\]{margin-top:98px;margin-bottom:98px}.my-\[99px\]{margin-top:99px;margin-bottom:99px}.my-\[100px\]{margin-top:100px;margin-bottom:100px}.mx-0{margin-left:0;margin-right:0}.mx-1{margin-left:.25rem;margin-right:.25rem}.mx-2{margin-left:.5rem;margin-right:.5rem}.mx-3{margin-left:.75rem;margin-right:.75rem}.mx-4{margin-left:1rem;margin-right:1rem}.mx-5{margin-left:1.25rem;margin-right:1.25rem}.mx-6{margin-left:1.5rem;margin-right:1.5rem}.mx-7{margin-left:1.75rem;margin-right:1.75rem}.mx-8{margin-left:2rem;margin-right:2rem}.mx-9{margin-left:2.25rem;margin-right:2.25rem}.mx-10{margin-left:2.5rem;margin-right:2.5rem}.mx-11{margin-left:2.75rem;margin-right:2.75rem}.mx-12{margin-left:3rem;margin-right:3rem}.mx-14{margin-left:3.5rem;margin-right:3.5rem}.mx-16{margin-left:4rem;margin-right:4rem}.mx-20{margin-left:5rem;margin-right:5rem}.mx-24{margin-left:6rem;margin-right:6rem}.mx-28{margin-left:7rem;margin-right:7rem}.mx-32{margin-left:8rem;margin-right:8rem}.mx-36{margin-left:9rem;margin-right:9rem}.mx-40{margin-left:10rem;margin-right:10rem}.mx-44{margin-left:11rem;margin-right:11rem}.mx-48{margin-left:12rem;margin-right:12rem}.mx-52{margin-left:13rem;margin-right:13rem}.mx-56{margin-left:14rem;margin-right:14rem}.mx-60{margin-left:15rem;margin-right:15rem}.mx-64{margin-left:16rem;margin-right:16rem}.mx-72{margin-left:18rem;margin-right:18rem}.mx-80{margin-left:20rem;margin-right:20rem}.mx-96{margin-left:24rem;margin-right:24rem}.mx-auto{margin-left:auto;margin-right:auto}.mx-px{margin-left:1px;margin-right:1px}.mx-0\.5{margin-left:.125rem;margin-right:.125rem}.mx-1\.5{margin-left:.375rem;margin-right:.375rem}.mx-2\.5{margin-left:.625rem;margin-right:.625rem}.mx-3\.5{margin-left:.875rem;margin-right:.875rem}.my-0{margin-top:0;margin-bottom:0}.my-1{margin-top:.25rem;margin-bottom:.25rem}.my-2{margin-top:.5rem;margin-bottom:.5rem}.my-3{margin-top:.75rem;margin-bottom:.75rem}.my-4{margin-top:1rem;margin-bottom:1rem}.my-5{margin-top:1.25rem;margin-bottom:1.25rem}.my-6{margin-top:1.5rem;margin-bottom:1.5rem}.my-7{margin-top:1.75rem;margin-bottom:1.75rem}.my-8{margin-top:2rem;margin-bottom:2rem}.my-9{margin-top:2.25rem;margin-bottom:2.25rem}.my-10{margin-top:2.5rem;margin-bottom:2.5rem}.my-11{margin-top:2.75rem;margin-bottom:2.75rem}.my-12{margin-top:3rem;margin-bottom:3rem}.my-14{margin-top:3.5rem;margin-bottom:3.5rem}.my-16{margin-top:4rem;margin-bottom:4rem}.my-20{margin-top:5rem;margin-bottom:5rem}.my-24{margin-top:6rem;margin-bottom:6rem}.my-28{margin-top:7rem;margin-bottom:7rem}.my-32{margin-top:8rem;margin-bottom:8rem}.my-36{margin-top:9rem;margin-bottom:9rem}.my-40{margin-top:10rem;margin-bottom:10rem}.my-44{margin-top:11rem;margin-bottom:11rem}.my-48{margin-top:12rem;margin-bottom:12rem}.my-52{margin-top:13rem;margin-bottom:13rem}.my-56{margin-top:14rem;margin-bottom:14rem}.my-60{margin-top:15rem;margin-bottom:15rem}.my-64{margin-top:16rem;margin-bottom:16rem}.my-72{margin-top:18rem;margin-bottom:18rem}.my-80{margin-top:20rem;margin-bottom:20rem}.my-96{margin-top:24rem;margin-bottom:24rem}.my-auto{margin-top:auto;margin-bottom:auto}.my-px{margin-top:1px;margin-bottom:1px}.my-0\.5{margin-top:.125rem;margin-bottom:.125rem}.my-1\.5{margin-top:.375rem;margin-bottom:.375rem}.my-2\.5{margin-top:.625rem;margin-bottom:.625rem}.my-3\.5{margin-top:.875rem;margin-bottom:.875rem}.mt-\[0px\]{margin-top:0}.mt-\[1px\]{margin-top:1px}.mt-\[2px\]{margin-top:2px}.mt-\[3px\]{margin-top:3px}.mt-\[4px\]{margin-top:4px}.mt-\[5px\]{margin-top:5px}.mt-\[6px\]{margin-top:6px}.mt-\[7px\]{margin-top:7px}.mt-\[8px\]{margin-top:8px}.mt-\[9px\]{margin-top:9px}.mt-\[10px\]{margin-top:10px}.mt-\[11px\]{margin-top:11px}.mt-\[12px\]{margin-top:12px}.mt-\[13px\]{margin-top:13px}.mt-\[14px\]{margin-top:14px}.mt-\[15px\]{margin-top:15px}.mt-\[16px\]{margin-top:16px}.mt-\[17px\]{margin-top:17px}.mt-\[18px\]{margin-top:18px}.mt-\[19px\]{margin-top:19px}.mt-\[20px\]{margin-top:20px}.mt-\[21px\]{margin-top:21px}.mt-\[22px\]{margin-top:22px}.mt-\[23px\]{margin-top:23px}.mt-\[24px\]{margin-top:24px}.mt-\[25px\]{margin-top:25px}.mt-\[26px\]{margin-top:26px}.mt-\[27px\]{margin-top:27px}.mt-\[28px\]{margin-top:28px}.mt-\[29px\]{margin-top:29px}.mt-\[30px\]{margin-top:30px}.mt-\[31px\]{margin-top:31px}.mt-\[32px\]{margin-top:32px}.mt-\[33px\]{margin-top:33px}.mt-\[34px\]{margin-top:34px}.mt-\[35px\]{margin-top:35px}.mt-\[36px\]{margin-top:36px}.mt-\[37px\]{margin-top:37px}.mt-\[38px\]{margin-top:38px}.mt-\[39px\]{margin-top:39px}.mt-\[40px\]{margin-top:40px}.mt-\[41px\]{margin-top:41px}.mt-\[42px\]{margin-top:42px}.mt-\[43px\]{margin-top:43px}.mt-\[44px\]{margin-top:44px}.mt-\[45px\]{margin-top:45px}.mt-\[46px\]{margin-top:46px}.mt-\[47px\]{margin-top:47px}.mt-\[48px\]{margin-top:48px}.mt-\[49px\]{margin-top:49px}.mt-\[50px\]{margin-top:50px}.mt-\[51px\]{margin-top:51px}.mt-\[52px\]{margin-top:52px}.mt-\[53px\]{margin-top:53px}.mt-\[54px\]{margin-top:54px}.mt-\[55px\]{margin-top:55px}.mt-\[56px\]{margin-top:56px}.mt-\[57px\]{margin-top:57px}.mt-\[58px\]{margin-top:58px}.mt-\[59px\]{margin-top:59px}.mt-\[60px\]{margin-top:60px}.mt-\[61px\]{margin-top:61px}.mt-\[62px\]{margin-top:62px}.mt-\[63px\]{margin-top:63px}.mt-\[64px\]{margin-top:64px}.mt-\[65px\]{margin-top:65px}.mt-\[66px\]{margin-top:66px}.mt-\[67px\]{margin-top:67px}.mt-\[68px\]{margin-top:68px}.mt-\[69px\]{margin-top:69px}.mt-\[70px\]{margin-top:70px}.mt-\[71px\]{margin-top:71px}.mt-\[72px\]{margin-top:72px}.mt-\[73px\]{margin-top:73px}.mt-\[74px\]{margin-top:74px}.mt-\[75px\]{margin-top:75px}.mt-\[76px\]{margin-top:76px}.mt-\[77px\]{margin-top:77px}.mt-\[78px\]{margin-top:78px}.mt-\[79px\]{margin-top:79px}.mt-\[80px\]{margin-top:80px}.mt-\[81px\]{margin-top:81px}.mt-\[82px\]{margin-top:82px}.mt-\[83px\]{margin-top:83px}.mt-\[84px\]{margin-top:84px}.mt-\[85px\]{margin-top:85px}.mt-\[86px\]{margin-top:86px}.mt-\[87px\]{margin-top:87px}.mt-\[88px\]{margin-top:88px}.mt-\[89px\]{margin-top:89px}.mt-\[90px\]{margin-top:90px}.mt-\[91px\]{margin-top:91px}.mt-\[92px\]{margin-top:92px}.mt-\[93px\]{margin-top:93px}.mt-\[94px\]{margin-top:94px}.mt-\[95px\]{margin-top:95px}.mt-\[96px\]{margin-top:96px}.mt-\[97px\]{margin-top:97px}.mt-\[98px\]{margin-top:98px}.mt-\[99px\]{margin-top:99px}.mt-\[100px\]{margin-top:100px}.mr-\[0px\]{margin-right:0}.mr-\[1px\]{margin-right:1px}.mr-\[2px\]{margin-right:2px}.mr-\[3px\]{margin-right:3px}.mr-\[4px\]{margin-right:4px}.mr-\[5px\]{margin-right:5px}.mr-\[6px\]{margin-right:6px}.mr-\[7px\]{margin-right:7px}.mr-\[8px\]{margin-right:8px}.mr-\[9px\]{margin-right:9px}.mr-\[10px\]{margin-right:10px}.mr-\[11px\]{margin-right:11px}.mr-\[12px\]{margin-right:12px}.mr-\[13px\]{margin-right:13px}.mr-\[14px\]{margin-right:14px}.mr-\[15px\]{margin-right:15px}.mr-\[16px\]{margin-right:16px}.mr-\[17px\]{margin-right:17px}.mr-\[18px\]{margin-right:18px}.mr-\[19px\]{margin-right:19px}.mr-\[20px\]{margin-right:20px}.mr-\[21px\]{margin-right:21px}.mr-\[22px\]{margin-right:22px}.mr-\[23px\]{margin-right:23px}.mr-\[24px\]{margin-right:24px}.mr-\[25px\]{margin-right:25px}.mr-\[26px\]{margin-right:26px}.mr-\[27px\]{margin-right:27px}.mr-\[28px\]{margin-right:28px}.mr-\[29px\]{margin-right:29px}.mr-\[30px\]{margin-right:30px}.mr-\[31px\]{margin-right:31px}.mr-\[32px\]{margin-right:32px}.mr-\[33px\]{margin-right:33px}.mr-\[34px\]{margin-right:34px}.mr-\[35px\]{margin-right:35px}.mr-\[36px\]{margin-right:36px}.mr-\[37px\]{margin-right:37px}.mr-\[38px\]{margin-right:38px}.mr-\[39px\]{margin-right:39px}.mr-\[40px\]{margin-right:40px}.mr-\[41px\]{margin-right:41px}.mr-\[42px\]{margin-right:42px}.mr-\[43px\]{margin-right:43px}.mr-\[44px\]{margin-right:44px}.mr-\[45px\]{margin-right:45px}.mr-\[46px\]{margin-right:46px}.mr-\[47px\]{margin-right:47px}.mr-\[48px\]{margin-right:48px}.mr-\[49px\]{margin-right:49px}.mr-\[50px\]{margin-right:50px}.mr-\[51px\]{margin-right:51px}.mr-\[52px\]{margin-right:52px}.mr-\[53px\]{margin-right:53px}.mr-\[54px\]{margin-right:54px}.mr-\[55px\]{margin-right:55px}.mr-\[56px\]{margin-right:56px}.mr-\[57px\]{margin-right:57px}.mr-\[58px\]{margin-right:58px}.mr-\[59px\]{margin-right:59px}.mr-\[60px\]{margin-right:60px}.mr-\[61px\]{margin-right:61px}.mr-\[62px\]{margin-right:62px}.mr-\[63px\]{margin-right:63px}.mr-\[64px\]{margin-right:64px}.mr-\[65px\]{margin-right:65px}.mr-\[66px\]{margin-right:66px}.mr-\[67px\]{margin-right:67px}.mr-\[68px\]{margin-right:68px}.mr-\[69px\]{margin-right:69px}.mr-\[70px\]{margin-right:70px}.mr-\[71px\]{margin-right:71px}.mr-\[72px\]{margin-right:72px}.mr-\[73px\]{margin-right:73px}.mr-\[74px\]{margin-right:74px}.mr-\[75px\]{margin-right:75px}.mr-\[76px\]{margin-right:76px}.mr-\[77px\]{margin-right:77px}.mr-\[78px\]{margin-right:78px}.mr-\[79px\]{margin-right:79px}.mr-\[80px\]{margin-right:80px}.mr-\[81px\]{margin-right:81px}.mr-\[82px\]{margin-right:82px}.mr-\[83px\]{margin-right:83px}.mr-\[84px\]{margin-right:84px}.mr-\[85px\]{margin-right:85px}.mr-\[86px\]{margin-right:86px}.mr-\[87px\]{margin-right:87px}.mr-\[88px\]{margin-right:88px}.mr-\[89px\]{margin-right:89px}.mr-\[90px\]{margin-right:90px}.mr-\[91px\]{margin-right:91px}.mr-\[92px\]{margin-right:92px}.mr-\[93px\]{margin-right:93px}.mr-\[94px\]{margin-right:94px}.mr-\[95px\]{margin-right:95px}.mr-\[96px\]{margin-right:96px}.mr-\[97px\]{margin-right:97px}.mr-\[98px\]{margin-right:98px}.mr-\[99px\]{margin-right:99px}.mr-\[100px\]{margin-right:100px}.mb-\[0px\]{margin-bottom:0}.mb-\[1px\]{margin-bottom:1px}.mb-\[2px\]{margin-bottom:2px}.mb-\[3px\]{margin-bottom:3px}.mb-\[4px\]{margin-bottom:4px}.mb-\[5px\]{margin-bottom:5px}.mb-\[6px\]{margin-bottom:6px}.mb-\[7px\]{margin-bottom:7px}.mb-\[8px\]{margin-bottom:8px}.mb-\[9px\]{margin-bottom:9px}.mb-\[10px\]{margin-bottom:10px}.mb-\[11px\]{margin-bottom:11px}.mb-\[12px\]{margin-bottom:12px}.mb-\[13px\]{margin-bottom:13px}.mb-\[14px\]{margin-bottom:14px}.mb-\[15px\]{margin-bottom:15px}.mb-\[16px\]{margin-bottom:16px}.mb-\[17px\]{margin-bottom:17px}.mb-\[18px\]{margin-bottom:18px}.mb-\[19px\]{margin-bottom:19px}.mb-\[20px\]{margin-bottom:20px}.mb-\[21px\]{margin-bottom:21px}.mb-\[22px\]{margin-bottom:22px}.mb-\[23px\]{margin-bottom:23px}.mb-\[24px\]{margin-bottom:24px}.mb-\[25px\]{margin-bottom:25px}.mb-\[26px\]{margin-bottom:26px}.mb-\[27px\]{margin-bottom:27px}.mb-\[28px\]{margin-bottom:28px}.mb-\[29px\]{margin-bottom:29px}.mb-\[30px\]{margin-bottom:30px}.mb-\[31px\]{margin-bottom:31px}.mb-\[32px\]{margin-bottom:32px}.mb-\[33px\]{margin-bottom:33px}.mb-\[34px\]{margin-bottom:34px}.mb-\[35px\]{margin-bottom:35px}.mb-\[36px\]{margin-bottom:36px}.mb-\[37px\]{margin-bottom:37px}.mb-\[38px\]{margin-bottom:38px}.mb-\[39px\]{margin-bottom:39px}.mb-\[40px\]{margin-bottom:40px}.mb-\[41px\]{margin-bottom:41px}.mb-\[42px\]{margin-bottom:42px}.mb-\[43px\]{margin-bottom:43px}.mb-\[44px\]{margin-bottom:44px}.mb-\[45px\]{margin-bottom:45px}.mb-\[46px\]{margin-bottom:46px}.mb-\[47px\]{margin-bottom:47px}.mb-\[48px\]{margin-bottom:48px}.mb-\[49px\]{margin-bottom:49px}.mb-\[50px\]{margin-bottom:50px}.mb-\[51px\]{margin-bottom:51px}.mb-\[52px\]{margin-bottom:52px}.mb-\[53px\]{margin-bottom:53px}.mb-\[54px\]{margin-bottom:54px}.mb-\[55px\]{margin-bottom:55px}.mb-\[56px\]{margin-bottom:56px}.mb-\[57px\]{margin-bottom:57px}.mb-\[58px\]{margin-bottom:58px}.mb-\[59px\]{margin-bottom:59px}.mb-\[60px\]{margin-bottom:60px}.mb-\[61px\]{margin-bottom:61px}.mb-\[62px\]{margin-bottom:62px}.mb-\[63px\]{margin-bottom:63px}.mb-\[64px\]{margin-bottom:64px}.mb-\[65px\]{margin-bottom:65px}.mb-\[66px\]{margin-bottom:66px}.mb-\[67px\]{margin-bottom:67px}.mb-\[68px\]{margin-bottom:68px}.mb-\[69px\]{margin-bottom:69px}.mb-\[70px\]{margin-bottom:70px}.mb-\[71px\]{margin-bottom:71px}.mb-\[72px\]{margin-bottom:72px}.mb-\[73px\]{margin-bottom:73px}.mb-\[74px\]{margin-bottom:74px}.mb-\[75px\]{margin-bottom:75px}.mb-\[76px\]{margin-bottom:76px}.mb-\[77px\]{margin-bottom:77px}.mb-\[78px\]{margin-bottom:78px}.mb-\[79px\]{margin-bottom:79px}.mb-\[80px\]{margin-bottom:80px}.mb-\[81px\]{margin-bottom:81px}.mb-\[82px\]{margin-bottom:82px}.mb-\[83px\]{margin-bottom:83px}.mb-\[84px\]{margin-bottom:84px}.mb-\[85px\]{margin-bottom:85px}.mb-\[86px\]{margin-bottom:86px}.mb-\[87px\]{margin-bottom:87px}.mb-\[88px\]{margin-bottom:88px}.mb-\[89px\]{margin-bottom:89px}.mb-\[90px\]{margin-bottom:90px}.mb-\[91px\]{margin-bottom:91px}.mb-\[92px\]{margin-bottom:92px}.mb-\[93px\]{margin-bottom:93px}.mb-\[94px\]{margin-bottom:94px}.mb-\[95px\]{margin-bottom:95px}.mb-\[96px\]{margin-bottom:96px}.mb-\[97px\]{margin-bottom:97px}.mb-\[98px\]{margin-bottom:98px}.mb-\[99px\]{margin-bottom:99px}.mb-\[100px\]{margin-bottom:100px}.ml-\[0px\]{margin-left:0}.ml-\[1px\]{margin-left:1px}.ml-\[2px\]{margin-left:2px}.ml-\[3px\]{margin-left:3px}.ml-\[4px\]{margin-left:4px}.ml-\[5px\]{margin-left:5px}.ml-\[6px\]{margin-left:6px}.ml-\[7px\]{margin-left:7px}.ml-\[8px\]{margin-left:8px}.ml-\[9px\]{margin-left:9px}.ml-\[10px\]{margin-left:10px}.ml-\[11px\]{margin-left:11px}.ml-\[12px\]{margin-left:12px}.ml-\[13px\]{margin-left:13px}.ml-\[14px\]{margin-left:14px}.ml-\[15px\]{margin-left:15px}.ml-\[16px\]{margin-left:16px}.ml-\[17px\]{margin-left:17px}.ml-\[18px\]{margin-left:18px}.ml-\[19px\]{margin-left:19px}.ml-\[20px\]{margin-left:20px}.ml-\[21px\]{margin-left:21px}.ml-\[22px\]{margin-left:22px}.ml-\[23px\]{margin-left:23px}.ml-\[24px\]{margin-left:24px}.ml-\[25px\]{margin-left:25px}.ml-\[26px\]{margin-left:26px}.ml-\[27px\]{margin-left:27px}.ml-\[28px\]{margin-left:28px}.ml-\[29px\]{margin-left:29px}.ml-\[30px\]{margin-left:30px}.ml-\[31px\]{margin-left:31px}.ml-\[32px\]{margin-left:32px}.ml-\[33px\]{margin-left:33px}.ml-\[34px\]{margin-left:34px}.ml-\[35px\]{margin-left:35px}.ml-\[36px\]{margin-left:36px}.ml-\[37px\]{margin-left:37px}.ml-\[38px\]{margin-left:38px}.ml-\[39px\]{margin-left:39px}.ml-\[40px\]{margin-left:40px}.ml-\[41px\]{margin-left:41px}.ml-\[42px\]{margin-left:42px}.ml-\[43px\]{margin-left:43px}.ml-\[44px\]{margin-left:44px}.ml-\[45px\]{margin-left:45px}.ml-\[46px\]{margin-left:46px}.ml-\[47px\]{margin-left:47px}.ml-\[48px\]{margin-left:48px}.ml-\[49px\]{margin-left:49px}.ml-\[50px\]{margin-left:50px}.ml-\[51px\]{margin-left:51px}.ml-\[52px\]{margin-left:52px}.ml-\[53px\]{margin-left:53px}.ml-\[54px\]{margin-left:54px}.ml-\[55px\]{margin-left:55px}.ml-\[56px\]{margin-left:56px}.ml-\[57px\]{margin-left:57px}.ml-\[58px\]{margin-left:58px}.ml-\[59px\]{margin-left:59px}.ml-\[60px\]{margin-left:60px}.ml-\[61px\]{margin-left:61px}.ml-\[62px\]{margin-left:62px}.ml-\[63px\]{margin-left:63px}.ml-\[64px\]{margin-left:64px}.ml-\[65px\]{margin-left:65px}.ml-\[66px\]{margin-left:66px}.ml-\[67px\]{margin-left:67px}.ml-\[68px\]{margin-left:68px}.ml-\[69px\]{margin-left:69px}.ml-\[70px\]{margin-left:70px}.ml-\[71px\]{margin-left:71px}.ml-\[72px\]{margin-left:72px}.ml-\[73px\]{margin-left:73px}.ml-\[74px\]{margin-left:74px}.ml-\[75px\]{margin-left:75px}.ml-\[76px\]{margin-left:76px}.ml-\[77px\]{margin-left:77px}.ml-\[78px\]{margin-left:78px}.ml-\[79px\]{margin-left:79px}.ml-\[80px\]{margin-left:80px}.ml-\[81px\]{margin-left:81px}.ml-\[82px\]{margin-left:82px}.ml-\[83px\]{margin-left:83px}.ml-\[84px\]{margin-left:84px}.ml-\[85px\]{margin-left:85px}.ml-\[86px\]{margin-left:86px}.ml-\[87px\]{margin-left:87px}.ml-\[88px\]{margin-left:88px}.ml-\[89px\]{margin-left:89px}.ml-\[90px\]{margin-left:90px}.ml-\[91px\]{margin-left:91px}.ml-\[92px\]{margin-left:92px}.ml-\[93px\]{margin-left:93px}.ml-\[94px\]{margin-left:94px}.ml-\[95px\]{margin-left:95px}.ml-\[96px\]{margin-left:96px}.ml-\[97px\]{margin-left:97px}.ml-\[98px\]{margin-left:98px}.ml-\[99px\]{margin-left:99px}.ml-\[100px\]{margin-left:100px}.mt-0{margin-top:0}.mt-1{margin-top:.25rem}.mt-2{margin-top:.5rem}.mt-3{margin-top:.75rem}.mt-4{margin-top:1rem}.mt-5{margin-top:1.25rem}.mt-6{margin-top:1.5rem}.mt-7{margin-top:1.75rem}.mt-8{margin-top:2rem}.mt-9{margin-top:2.25rem}.mt-10{margin-top:2.5rem}.mt-11{margin-top:2.75rem}.mt-12{margin-top:3rem}.mt-14{margin-top:3.5rem}.mt-16{margin-top:4rem}.mt-20{margin-top:5rem}.mt-24{margin-top:6rem}.mt-28{margin-top:7rem}.mt-32{margin-top:8rem}.mt-36{margin-top:9rem}.mt-40{margin-top:10rem}.mt-44{margin-top:11rem}.mt-48{margin-top:12rem}.mt-52{margin-top:13rem}.mt-56{margin-top:14rem}.mt-60{margin-top:15rem}.mt-64{margin-top:16rem}.mt-72{margin-top:18rem}.mt-80{margin-top:20rem}.mt-96{margin-top:24rem}.mt-auto{margin-top:auto}.mt-px{margin-top:1px}.mt-0\.5{margin-top:.125rem}.mt-1\.5{margin-top:.375rem}.mt-2\.5{margin-top:.625rem}.mt-3\.5{margin-top:.875rem}.mr-0{margin-right:0}.mr-1{margin-right:.25rem}.mr-2{margin-right:.5rem}.mr-3{margin-right:.75rem}.mr-4{margin-right:1rem}.mr-5{margin-right:1.25rem}.mr-6{margin-right:1.5rem}.mr-7{margin-right:1.75rem}.mr-8{margin-right:2rem}.mr-9{margin-right:2.25rem}.mr-10{margin-right:2.5rem}.mr-11{margin-right:2.75rem}.mr-12{margin-right:3rem}.mr-14{margin-right:3.5rem}.mr-16{margin-right:4rem}.mr-20{margin-right:5rem}.mr-24{margin-right:6rem}.mr-28{margin-right:7rem}.mr-32{margin-right:8rem}.mr-36{margin-right:9rem}.mr-40{margin-right:10rem}.mr-44{margin-right:11rem}.mr-48{margin-right:12rem}.mr-52{margin-right:13rem}.mr-56{margin-right:14rem}.mr-60{margin-right:15rem}.mr-64{margin-right:16rem}.mr-72{margin-right:18rem}.mr-80{margin-right:20rem}.mr-96{margin-right:24rem}.mr-auto{margin-right:auto}.mr-px{margin-right:1px}.mr-0\.5{margin-right:.125rem}.mr-1\.5{margin-right:.375rem}.mr-2\.5{margin-right:.625rem}.mr-3\.5{margin-right:.875rem}.mb-0{margin-bottom:0}.mb-1{margin-bottom:.25rem}.mb-2{margin-bottom:.5rem}.mb-3{margin-bottom:.75rem}.mb-4{margin-bottom:1rem}.mb-5{margin-bottom:1.25rem}.mb-6{margin-bottom:1.5rem}.mb-7{margin-bottom:1.75rem}.mb-8{margin-bottom:2rem}.mb-9{margin-bottom:2.25rem}.mb-10{margin-bottom:2.5rem}.mb-11{margin-bottom:2.75rem}.mb-12{margin-bottom:3rem}.mb-14{margin-bottom:3.5rem}.mb-16{margin-bottom:4rem}.mb-20{margin-bottom:5rem}.mb-24{margin-bottom:6rem}.mb-28{margin-bottom:7rem}.mb-32{margin-bottom:8rem}.mb-36{margin-bottom:9rem}.mb-40{margin-bottom:10rem}.mb-44{margin-bottom:11rem}.mb-48{margin-bottom:12rem}.mb-52{margin-bottom:13rem}.mb-56{margin-bottom:14rem}.mb-60{margin-bottom:15rem}.mb-64{margin-bottom:16rem}.mb-72{margin-bottom:18rem}.mb-80{margin-bottom:20rem}.mb-96{margin-bottom:24rem}.mb-auto{margin-bottom:auto}.mb-px{margin-bottom:1px}.mb-0\.5{margin-bottom:.125rem}.mb-1\.5{margin-bottom:.375rem}.mb-2\.5{margin-bottom:.625rem}.mb-3\.5{margin-bottom:.875rem}.ml-0{margin-left:0}.ml-1{margin-left:.25rem}.ml-2{margin-left:.5rem}.ml-3{margin-left:.75rem}.ml-4{margin-left:1rem}.ml-5{margin-left:1.25rem}.ml-6{margin-left:1.5rem}.ml-7{margin-left:1.75rem}.ml-8{margin-left:2rem}.ml-9{margin-left:2.25rem}.ml-10{margin-left:2.5rem}.ml-11{margin-left:2.75rem}.ml-12{margin-left:3rem}.ml-14{margin-left:3.5rem}.ml-16{margin-left:4rem}.ml-20{margin-left:5rem}.ml-24{margin-left:6rem}.ml-28{margin-left:7rem}.ml-32{margin-left:8rem}.ml-36{margin-left:9rem}.ml-40{margin-left:10rem}.ml-44{margin-left:11rem}.ml-48{margin-left:12rem}.ml-52{margin-left:13rem}.ml-56{margin-left:14rem}.ml-60{margin-left:15rem}.ml-64{margin-left:16rem}.ml-72{margin-left:18rem}.ml-80{margin-left:20rem}.ml-96{margin-left:24rem}.ml-auto{margin-left:auto}.ml-px{margin-left:1px}.ml-0\.5{margin-left:.125rem}.ml-1\.5{margin-left:.375rem}.ml-2\.5{margin-left:.625rem}.ml-3\.5{margin-left:.875rem}.box-border{box-sizing:border-box}.block{display:block}.inline-block{display:inline-block}.inline{display:inline}.flex{display:flex}.inline-flex{display:inline-flex}.table{display:table}.inline-table{display:inline-table}.flow-root{display:flow-root}.grid{display:grid}.contents{display:contents}.hidden{display:none}.h-\[0px\]{height:0px}.h-\[1px\]{height:1px}.h-\[2px\]{height:2px}.h-\[3px\]{height:3px}.h-\[4px\]{height:4px}.h-\[5px\]{height:5px}.h-\[6px\]{height:6px}.h-\[7px\]{height:7px}.h-\[8px\]{height:8px}.h-\[9px\]{height:9px}.h-\[10px\]{height:10px}.h-\[11px\]{height:11px}.h-\[12px\]{height:12px}.h-\[13px\]{height:13px}.h-\[14px\]{height:14px}.h-\[15px\]{height:15px}.h-\[16px\]{height:16px}.h-\[17px\]{height:17px}.h-\[18px\]{height:18px}.h-\[19px\]{height:19px}.h-\[20px\]{height:20px}.h-\[21px\]{height:21px}.h-\[22px\]{height:22px}.h-\[23px\]{height:23px}.h-\[24px\]{height:24px}.h-\[25px\]{height:25px}.h-\[26px\]{height:26px}.h-\[27px\]{height:27px}.h-\[28px\]{height:28px}.h-\[29px\]{height:29px}.h-\[30px\]{height:30px}.h-\[31px\]{height:31px}.h-\[32px\]{height:32px}.h-\[33px\]{height:33px}.h-\[34px\]{height:34px}.h-\[35px\]{height:35px}.h-\[36px\]{height:36px}.h-\[37px\]{height:37px}.h-\[38px\]{height:38px}.h-\[39px\]{height:39px}.h-\[40px\]{height:40px}.h-\[41px\]{height:41px}.h-\[42px\]{height:42px}.h-\[43px\]{height:43px}.h-\[44px\]{height:44px}.h-\[45px\]{height:45px}.h-\[46px\]{height:46px}.h-\[47px\]{height:47px}.h-\[48px\]{height:48px}.h-\[49px\]{height:49px}.h-\[50px\]{height:50px}.h-\[51px\]{height:51px}.h-\[52px\]{height:52px}.h-\[53px\]{height:53px}.h-\[54px\]{height:54px}.h-\[55px\]{height:55px}.h-\[56px\]{height:56px}.h-\[57px\]{height:57px}.h-\[58px\]{height:58px}.h-\[59px\]{height:59px}.h-\[60px\]{height:60px}.h-\[61px\]{height:61px}.h-\[62px\]{height:62px}.h-\[63px\]{height:63px}.h-\[64px\]{height:64px}.h-\[65px\]{height:65px}.h-\[66px\]{height:66px}.h-\[67px\]{height:67px}.h-\[68px\]{height:68px}.h-\[69px\]{height:69px}.h-\[70px\]{height:70px}.h-\[71px\]{height:71px}.h-\[72px\]{height:72px}.h-\[73px\]{height:73px}.h-\[74px\]{height:74px}.h-\[75px\]{height:75px}.h-\[76px\]{height:76px}.h-\[77px\]{height:77px}.h-\[78px\]{height:78px}.h-\[79px\]{height:79px}.h-\[80px\]{height:80px}.h-\[81px\]{height:81px}.h-\[82px\]{height:82px}.h-\[83px\]{height:83px}.h-\[84px\]{height:84px}.h-\[85px\]{height:85px}.h-\[86px\]{height:86px}.h-\[87px\]{height:87px}.h-\[88px\]{height:88px}.h-\[89px\]{height:89px}.h-\[90px\]{height:90px}.h-\[91px\]{height:91px}.h-\[92px\]{height:92px}.h-\[93px\]{height:93px}.h-\[94px\]{height:94px}.h-\[95px\]{height:95px}.h-\[96px\]{height:96px}.h-\[97px\]{height:97px}.h-\[98px\]{height:98px}.h-\[99px\]{height:99px}.h-\[100px\]{height:100px}.h-0{height:0px}.h-1{height:.25rem}.h-2{height:.5rem}.h-3{height:.75rem}.h-4{height:1rem}.h-5{height:1.25rem}.h-6{height:1.5rem}.h-7{height:1.75rem}.h-8{height:2rem}.h-9{height:2.25rem}.h-10{height:2.5rem}.h-11{height:2.75rem}.h-12{height:3rem}.h-14{height:3.5rem}.h-16{height:4rem}.h-20{height:5rem}.h-24{height:6rem}.h-28{height:7rem}.h-32{height:8rem}.h-36{height:9rem}.h-40{height:10rem}.h-44{height:11rem}.h-48{height:12rem}.h-52{height:13rem}.h-56{height:14rem}.h-60{height:15rem}.h-64{height:16rem}.h-72{height:18rem}.h-80{height:20rem}.h-96{height:24rem}.h-auto{height:auto}.h-px{height:1px}.h-0\.5{height:.125rem}.h-1\.5{height:.375rem}.h-2\.5{height:.625rem}.h-3\.5{height:.875rem}.h-full{height:100%}.h-screen{height:100vh}.h-\[148px\]{height:148px}.h-\[200px\]{height:200px}.h-\[450px\]{height:450px}.h-\[350px\]{height:350px}.h-\[275px\]{height:275px}.h-\[250px\]{height:250px}.h-\[50vw\]{height:50vw}.max-h-\[0px\]{max-height:0px}.max-h-\[1px\]{max-height:1px}.max-h-\[2px\]{max-height:2px}.max-h-\[3px\]{max-height:3px}.max-h-\[4px\]{max-height:4px}.max-h-\[5px\]{max-height:5px}.max-h-\[6px\]{max-height:6px}.max-h-\[7px\]{max-height:7px}.max-h-\[8px\]{max-height:8px}.max-h-\[9px\]{max-height:9px}.max-h-\[10px\]{max-height:10px}.max-h-\[11px\]{max-height:11px}.max-h-\[12px\]{max-height:12px}.max-h-\[13px\]{max-height:13px}.max-h-\[14px\]{max-height:14px}.max-h-\[15px\]{max-height:15px}.max-h-\[16px\]{max-height:16px}.max-h-\[17px\]{max-height:17px}.max-h-\[18px\]{max-height:18px}.max-h-\[19px\]{max-height:19px}.max-h-\[20px\]{max-height:20px}.max-h-\[21px\]{max-height:21px}.max-h-\[22px\]{max-height:22px}.max-h-\[23px\]{max-height:23px}.max-h-\[24px\]{max-height:24px}.max-h-\[25px\]{max-height:25px}.max-h-\[26px\]{max-height:26px}.max-h-\[27px\]{max-height:27px}.max-h-\[28px\]{max-height:28px}.max-h-\[29px\]{max-height:29px}.max-h-\[30px\]{max-height:30px}.max-h-\[31px\]{max-height:31px}.max-h-\[32px\]{max-height:32px}.max-h-\[33px\]{max-height:33px}.max-h-\[34px\]{max-height:34px}.max-h-\[35px\]{max-height:35px}.max-h-\[36px\]{max-height:36px}.max-h-\[37px\]{max-height:37px}.max-h-\[38px\]{max-height:38px}.max-h-\[39px\]{max-height:39px}.max-h-\[40px\]{max-height:40px}.max-h-\[41px\]{max-height:41px}.max-h-\[42px\]{max-height:42px}.max-h-\[43px\]{max-height:43px}.max-h-\[44px\]{max-height:44px}.max-h-\[45px\]{max-height:45px}.max-h-\[46px\]{max-height:46px}.max-h-\[47px\]{max-height:47px}.max-h-\[48px\]{max-height:48px}.max-h-\[49px\]{max-height:49px}.max-h-\[50px\]{max-height:50px}.max-h-\[51px\]{max-height:51px}.max-h-\[52px\]{max-height:52px}.max-h-\[53px\]{max-height:53px}.max-h-\[54px\]{max-height:54px}.max-h-\[55px\]{max-height:55px}.max-h-\[56px\]{max-height:56px}.max-h-\[57px\]{max-height:57px}.max-h-\[58px\]{max-height:58px}.max-h-\[59px\]{max-height:59px}.max-h-\[60px\]{max-height:60px}.max-h-\[61px\]{max-height:61px}.max-h-\[62px\]{max-height:62px}.max-h-\[63px\]{max-height:63px}.max-h-\[64px\]{max-height:64px}.max-h-\[65px\]{max-height:65px}.max-h-\[66px\]{max-height:66px}.max-h-\[67px\]{max-height:67px}.max-h-\[68px\]{max-height:68px}.max-h-\[69px\]{max-height:69px}.max-h-\[70px\]{max-height:70px}.max-h-\[71px\]{max-height:71px}.max-h-\[72px\]{max-height:72px}.max-h-\[73px\]{max-height:73px}.max-h-\[74px\]{max-height:74px}.max-h-\[75px\]{max-height:75px}.max-h-\[76px\]{max-height:76px}.max-h-\[77px\]{max-height:77px}.max-h-\[78px\]{max-height:78px}.max-h-\[79px\]{max-height:79px}.max-h-\[80px\]{max-height:80px}.max-h-\[81px\]{max-height:81px}.max-h-\[82px\]{max-height:82px}.max-h-\[83px\]{max-height:83px}.max-h-\[84px\]{max-height:84px}.max-h-\[85px\]{max-height:85px}.max-h-\[86px\]{max-height:86px}.max-h-\[87px\]{max-height:87px}.max-h-\[88px\]{max-height:88px}.max-h-\[89px\]{max-height:89px}.max-h-\[90px\]{max-height:90px}.max-h-\[91px\]{max-height:91px}.max-h-\[92px\]{max-height:92px}.max-h-\[93px\]{max-height:93px}.max-h-\[94px\]{max-height:94px}.max-h-\[95px\]{max-height:95px}.max-h-\[96px\]{max-height:96px}.max-h-\[97px\]{max-height:97px}.max-h-\[98px\]{max-height:98px}.max-h-\[99px\]{max-height:99px}.max-h-\[100px\]{max-height:100px}.max-h-0{max-height:0px}.max-h-1{max-height:.25rem}.max-h-2{max-height:.5rem}.max-h-3{max-height:.75rem}.max-h-4{max-height:1rem}.max-h-5{max-height:1.25rem}.max-h-6{max-height:1.5rem}.max-h-7{max-height:1.75rem}.max-h-8{max-height:2rem}.max-h-9{max-height:2.25rem}.max-h-10{max-height:2.5rem}.max-h-11{max-height:2.75rem}.max-h-12{max-height:3rem}.max-h-14{max-height:3.5rem}.max-h-16{max-height:4rem}.max-h-20{max-height:5rem}.max-h-24{max-height:6rem}.max-h-28{max-height:7rem}.max-h-32{max-height:8rem}.max-h-36{max-height:9rem}.max-h-40{max-height:10rem}.max-h-44{max-height:11rem}.max-h-48{max-height:12rem}.max-h-52{max-height:13rem}.max-h-56{max-height:14rem}.max-h-60{max-height:15rem}.max-h-64{max-height:16rem}.max-h-72{max-height:18rem}.max-h-80{max-height:20rem}.max-h-96{max-height:24rem}.max-h-px{max-height:1px}.max-h-0\.5{max-height:.125rem}.max-h-1\.5{max-height:.375rem}.max-h-2\.5{max-height:.625rem}.max-h-3\.5{max-height:.875rem}.max-h-full{max-height:100%}.max-h-screen{max-height:100vh}.min-h-\[0px\]{min-height:0px}.min-h-\[1px\]{min-height:1px}.min-h-\[2px\]{min-height:2px}.min-h-\[3px\]{min-height:3px}.min-h-\[4px\]{min-height:4px}.min-h-\[5px\]{min-height:5px}.min-h-\[6px\]{min-height:6px}.min-h-\[7px\]{min-height:7px}.min-h-\[8px\]{min-height:8px}.min-h-\[9px\]{min-height:9px}.min-h-\[10px\]{min-height:10px}.min-h-\[11px\]{min-height:11px}.min-h-\[12px\]{min-height:12px}.min-h-\[13px\]{min-height:13px}.min-h-\[14px\]{min-height:14px}.min-h-\[15px\]{min-height:15px}.min-h-\[16px\]{min-height:16px}.min-h-\[17px\]{min-height:17px}.min-h-\[18px\]{min-height:18px}.min-h-\[19px\]{min-height:19px}.min-h-\[20px\]{min-height:20px}.min-h-\[21px\]{min-height:21px}.min-h-\[22px\]{min-height:22px}.min-h-\[23px\]{min-height:23px}.min-h-\[24px\]{min-height:24px}.min-h-\[25px\]{min-height:25px}.min-h-\[26px\]{min-height:26px}.min-h-\[27px\]{min-height:27px}.min-h-\[28px\]{min-height:28px}.min-h-\[29px\]{min-height:29px}.min-h-\[30px\]{min-height:30px}.min-h-\[31px\]{min-height:31px}.min-h-\[32px\]{min-height:32px}.min-h-\[33px\]{min-height:33px}.min-h-\[34px\]{min-height:34px}.min-h-\[35px\]{min-height:35px}.min-h-\[36px\]{min-height:36px}.min-h-\[37px\]{min-height:37px}.min-h-\[38px\]{min-height:38px}.min-h-\[39px\]{min-height:39px}.min-h-\[40px\]{min-height:40px}.min-h-\[41px\]{min-height:41px}.min-h-\[42px\]{min-height:42px}.min-h-\[43px\]{min-height:43px}.min-h-\[44px\]{min-height:44px}.min-h-\[45px\]{min-height:45px}.min-h-\[46px\]{min-height:46px}.min-h-\[47px\]{min-height:47px}.min-h-\[48px\]{min-height:48px}.min-h-\[49px\]{min-height:49px}.min-h-\[50px\]{min-height:50px}.min-h-\[51px\]{min-height:51px}.min-h-\[52px\]{min-height:52px}.min-h-\[53px\]{min-height:53px}.min-h-\[54px\]{min-height:54px}.min-h-\[55px\]{min-height:55px}.min-h-\[56px\]{min-height:56px}.min-h-\[57px\]{min-height:57px}.min-h-\[58px\]{min-height:58px}.min-h-\[59px\]{min-height:59px}.min-h-\[60px\]{min-height:60px}.min-h-\[61px\]{min-height:61px}.min-h-\[62px\]{min-height:62px}.min-h-\[63px\]{min-height:63px}.min-h-\[64px\]{min-height:64px}.min-h-\[65px\]{min-height:65px}.min-h-\[66px\]{min-height:66px}.min-h-\[67px\]{min-height:67px}.min-h-\[68px\]{min-height:68px}.min-h-\[69px\]{min-height:69px}.min-h-\[70px\]{min-height:70px}.min-h-\[71px\]{min-height:71px}.min-h-\[72px\]{min-height:72px}.min-h-\[73px\]{min-height:73px}.min-h-\[74px\]{min-height:74px}.min-h-\[75px\]{min-height:75px}.min-h-\[76px\]{min-height:76px}.min-h-\[77px\]{min-height:77px}.min-h-\[78px\]{min-height:78px}.min-h-\[79px\]{min-height:79px}.min-h-\[80px\]{min-height:80px}.min-h-\[81px\]{min-height:81px}.min-h-\[82px\]{min-height:82px}.min-h-\[83px\]{min-height:83px}.min-h-\[84px\]{min-height:84px}.min-h-\[85px\]{min-height:85px}.min-h-\[86px\]{min-height:86px}.min-h-\[87px\]{min-height:87px}.min-h-\[88px\]{min-height:88px}.min-h-\[89px\]{min-height:89px}.min-h-\[90px\]{min-height:90px}.min-h-\[91px\]{min-height:91px}.min-h-\[92px\]{min-height:92px}.min-h-\[93px\]{min-height:93px}.min-h-\[94px\]{min-height:94px}.min-h-\[95px\]{min-height:95px}.min-h-\[96px\]{min-height:96px}.min-h-\[97px\]{min-height:97px}.min-h-\[98px\]{min-height:98px}.min-h-\[99px\]{min-height:99px}.min-h-\[100px\]{min-height:100px}.min-h-0{min-height:0px}.min-h-full{min-height:100%}.min-h-screen{min-height:100vh}.min-h-\[240px\]{min-height:240px}.min-h-\[200px\]{min-height:200px}.min-h-\[420px\]{min-height:420px}.w-\[0px\]{width:0px}.w-\[1px\]{width:1px}.w-\[2px\]{width:2px}.w-\[3px\]{width:3px}.w-\[4px\]{width:4px}.w-\[5px\]{width:5px}.w-\[6px\]{width:6px}.w-\[7px\]{width:7px}.w-\[8px\]{width:8px}.w-\[9px\]{width:9px}.w-\[10px\]{width:10px}.w-\[11px\]{width:11px}.w-\[12px\]{width:12px}.w-\[13px\]{width:13px}.w-\[14px\]{width:14px}.w-\[15px\]{width:15px}.w-\[16px\]{width:16px}.w-\[17px\]{width:17px}.w-\[18px\]{width:18px}.w-\[19px\]{width:19px}.w-\[20px\]{width:20px}.w-\[21px\]{width:21px}.w-\[22px\]{width:22px}.w-\[23px\]{width:23px}.w-\[24px\]{width:24px}.w-\[25px\]{width:25px}.w-\[26px\]{width:26px}.w-\[27px\]{width:27px}.w-\[28px\]{width:28px}.w-\[29px\]{width:29px}.w-\[30px\]{width:30px}.w-\[31px\]{width:31px}.w-\[32px\]{width:32px}.w-\[33px\]{width:33px}.w-\[34px\]{width:34px}.w-\[35px\]{width:35px}.w-\[36px\]{width:36px}.w-\[37px\]{width:37px}.w-\[38px\]{width:38px}.w-\[39px\]{width:39px}.w-\[40px\]{width:40px}.w-\[41px\]{width:41px}.w-\[42px\]{width:42px}.w-\[43px\]{width:43px}.w-\[44px\]{width:44px}.w-\[45px\]{width:45px}.w-\[46px\]{width:46px}.w-\[47px\]{width:47px}.w-\[48px\]{width:48px}.w-\[49px\]{width:49px}.w-\[50px\]{width:50px}.w-\[51px\]{width:51px}.w-\[52px\]{width:52px}.w-\[53px\]{width:53px}.w-\[54px\]{width:54px}.w-\[55px\]{width:55px}.w-\[56px\]{width:56px}.w-\[57px\]{width:57px}.w-\[58px\]{width:58px}.w-\[59px\]{width:59px}.w-\[60px\]{width:60px}.w-\[61px\]{width:61px}.w-\[62px\]{width:62px}.w-\[63px\]{width:63px}.w-\[64px\]{width:64px}.w-\[65px\]{width:65px}.w-\[66px\]{width:66px}.w-\[67px\]{width:67px}.w-\[68px\]{width:68px}.w-\[69px\]{width:69px}.w-\[70px\]{width:70px}.w-\[71px\]{width:71px}.w-\[72px\]{width:72px}.w-\[73px\]{width:73px}.w-\[74px\]{width:74px}.w-\[75px\]{width:75px}.w-\[76px\]{width:76px}.w-\[77px\]{width:77px}.w-\[78px\]{width:78px}.w-\[79px\]{width:79px}.w-\[80px\]{width:80px}.w-\[81px\]{width:81px}.w-\[82px\]{width:82px}.w-\[83px\]{width:83px}.w-\[84px\]{width:84px}.w-\[85px\]{width:85px}.w-\[86px\]{width:86px}.w-\[87px\]{width:87px}.w-\[88px\]{width:88px}.w-\[89px\]{width:89px}.w-\[90px\]{width:90px}.w-\[91px\]{width:91px}.w-\[92px\]{width:92px}.w-\[93px\]{width:93px}.w-\[94px\]{width:94px}.w-\[95px\]{width:95px}.w-\[96px\]{width:96px}.w-\[97px\]{width:97px}.w-\[98px\]{width:98px}.w-\[99px\]{width:99px}.w-\[100px\]{width:100px}.w-0{width:0px}.w-1{width:.25rem}.w-2{width:.5rem}.w-3{width:.75rem}.w-4{width:1rem}.w-5{width:1.25rem}.w-6{width:1.5rem}.w-7{width:1.75rem}.w-8{width:2rem}.w-9{width:2.25rem}.w-10{width:2.5rem}.w-11{width:2.75rem}.w-12{width:3rem}.w-14{width:3.5rem}.w-16{width:4rem}.w-20{width:5rem}.w-24{width:6rem}.w-28{width:7rem}.w-32{width:8rem}.w-36{width:9rem}.w-40{width:10rem}.w-44{width:11rem}.w-48{width:12rem}.w-52{width:13rem}.w-56{width:14rem}.w-60{width:15rem}.w-64{width:16rem}.w-72{width:18rem}.w-80{width:20rem}.w-96{width:24rem}.w-auto{width:auto}.w-px{width:1px}.w-0\.5{width:.125rem}.w-1\.5{width:.375rem}.w-2\.5{width:.625rem}.w-3\.5{width:.875rem}.w-full{width:100%}.w-screen{width:100vw}.w-\[450px\]{width:450px}.w-\[300px\]{width:300px}.w-\[120px\]{width:120px}.w-\[110px\]{width:110px}.w-\[118px\]{width:118px}.w-\[200px\]{width:200px}.w-\[148px\]{width:148px}.w-\[400px\]{width:400px}.w-3\/4{width:75%}.w-\[260px\]{width:260px}.w-\[140px\]{width:140px}.w-\[900px\]{width:900px}.w-\[700px\]{width:700px}.w-\[550px\]{width:550px}.w-\[500px\]{width:500px}.w-\[50vw\]{width:50vw}.min-w-\[0px\]{min-width:0px}.min-w-\[1px\]{min-width:1px}.min-w-\[2px\]{min-width:2px}.min-w-\[3px\]{min-width:3px}.min-w-\[4px\]{min-width:4px}.min-w-\[5px\]{min-width:5px}.min-w-\[6px\]{min-width:6px}.min-w-\[7px\]{min-width:7px}.min-w-\[8px\]{min-width:8px}.min-w-\[9px\]{min-width:9px}.min-w-\[10px\]{min-width:10px}.min-w-\[11px\]{min-width:11px}.min-w-\[12px\]{min-width:12px}.min-w-\[13px\]{min-width:13px}.min-w-\[14px\]{min-width:14px}.min-w-\[15px\]{min-width:15px}.min-w-\[16px\]{min-width:16px}.min-w-\[17px\]{min-width:17px}.min-w-\[18px\]{min-width:18px}.min-w-\[19px\]{min-width:19px}.min-w-\[20px\]{min-width:20px}.min-w-\[21px\]{min-width:21px}.min-w-\[22px\]{min-width:22px}.min-w-\[23px\]{min-width:23px}.min-w-\[24px\]{min-width:24px}.min-w-\[25px\]{min-width:25px}.min-w-\[26px\]{min-width:26px}.min-w-\[27px\]{min-width:27px}.min-w-\[28px\]{min-width:28px}.min-w-\[29px\]{min-width:29px}.min-w-\[30px\]{min-width:30px}.min-w-\[31px\]{min-width:31px}.min-w-\[32px\]{min-width:32px}.min-w-\[33px\]{min-width:33px}.min-w-\[34px\]{min-width:34px}.min-w-\[35px\]{min-width:35px}.min-w-\[36px\]{min-width:36px}.min-w-\[37px\]{min-width:37px}.min-w-\[38px\]{min-width:38px}.min-w-\[39px\]{min-width:39px}.min-w-\[40px\]{min-width:40px}.min-w-\[41px\]{min-width:41px}.min-w-\[42px\]{min-width:42px}.min-w-\[43px\]{min-width:43px}.min-w-\[44px\]{min-width:44px}.min-w-\[45px\]{min-width:45px}.min-w-\[46px\]{min-width:46px}.min-w-\[47px\]{min-width:47px}.min-w-\[48px\]{min-width:48px}.min-w-\[49px\]{min-width:49px}.min-w-\[50px\]{min-width:50px}.min-w-\[51px\]{min-width:51px}.min-w-\[52px\]{min-width:52px}.min-w-\[53px\]{min-width:53px}.min-w-\[54px\]{min-width:54px}.min-w-\[55px\]{min-width:55px}.min-w-\[56px\]{min-width:56px}.min-w-\[57px\]{min-width:57px}.min-w-\[58px\]{min-width:58px}.min-w-\[59px\]{min-width:59px}.min-w-\[60px\]{min-width:60px}.min-w-\[61px\]{min-width:61px}.min-w-\[62px\]{min-width:62px}.min-w-\[63px\]{min-width:63px}.min-w-\[64px\]{min-width:64px}.min-w-\[65px\]{min-width:65px}.min-w-\[66px\]{min-width:66px}.min-w-\[67px\]{min-width:67px}.min-w-\[68px\]{min-width:68px}.min-w-\[69px\]{min-width:69px}.min-w-\[70px\]{min-width:70px}.min-w-\[71px\]{min-width:71px}.min-w-\[72px\]{min-width:72px}.min-w-\[73px\]{min-width:73px}.min-w-\[74px\]{min-width:74px}.min-w-\[75px\]{min-width:75px}.min-w-\[76px\]{min-width:76px}.min-w-\[77px\]{min-width:77px}.min-w-\[78px\]{min-width:78px}.min-w-\[79px\]{min-width:79px}.min-w-\[80px\]{min-width:80px}.min-w-\[81px\]{min-width:81px}.min-w-\[82px\]{min-width:82px}.min-w-\[83px\]{min-width:83px}.min-w-\[84px\]{min-width:84px}.min-w-\[85px\]{min-width:85px}.min-w-\[86px\]{min-width:86px}.min-w-\[87px\]{min-width:87px}.min-w-\[88px\]{min-width:88px}.min-w-\[89px\]{min-width:89px}.min-w-\[90px\]{min-width:90px}.min-w-\[91px\]{min-width:91px}.min-w-\[92px\]{min-width:92px}.min-w-\[93px\]{min-width:93px}.min-w-\[94px\]{min-width:94px}.min-w-\[95px\]{min-width:95px}.min-w-\[96px\]{min-width:96px}.min-w-\[97px\]{min-width:97px}.min-w-\[98px\]{min-width:98px}.min-w-\[99px\]{min-width:99px}.min-w-\[100px\]{min-width:100px}.min-w-0{min-width:0px}.min-w-full{min-width:100%}.min-w-\[160px\]{min-width:160px}.max-w-\[0px\]{max-width:0px}.max-w-\[1px\]{max-width:1px}.max-w-\[2px\]{max-width:2px}.max-w-\[3px\]{max-width:3px}.max-w-\[4px\]{max-width:4px}.max-w-\[5px\]{max-width:5px}.max-w-\[6px\]{max-width:6px}.max-w-\[7px\]{max-width:7px}.max-w-\[8px\]{max-width:8px}.max-w-\[9px\]{max-width:9px}.max-w-\[10px\]{max-width:10px}.max-w-\[11px\]{max-width:11px}.max-w-\[12px\]{max-width:12px}.max-w-\[13px\]{max-width:13px}.max-w-\[14px\]{max-width:14px}.max-w-\[15px\]{max-width:15px}.max-w-\[16px\]{max-width:16px}.max-w-\[17px\]{max-width:17px}.max-w-\[18px\]{max-width:18px}.max-w-\[19px\]{max-width:19px}.max-w-\[20px\]{max-width:20px}.max-w-\[21px\]{max-width:21px}.max-w-\[22px\]{max-width:22px}.max-w-\[23px\]{max-width:23px}.max-w-\[24px\]{max-width:24px}.max-w-\[25px\]{max-width:25px}.max-w-\[26px\]{max-width:26px}.max-w-\[27px\]{max-width:27px}.max-w-\[28px\]{max-width:28px}.max-w-\[29px\]{max-width:29px}.max-w-\[30px\]{max-width:30px}.max-w-\[31px\]{max-width:31px}.max-w-\[32px\]{max-width:32px}.max-w-\[33px\]{max-width:33px}.max-w-\[34px\]{max-width:34px}.max-w-\[35px\]{max-width:35px}.max-w-\[36px\]{max-width:36px}.max-w-\[37px\]{max-width:37px}.max-w-\[38px\]{max-width:38px}.max-w-\[39px\]{max-width:39px}.max-w-\[40px\]{max-width:40px}.max-w-\[41px\]{max-width:41px}.max-w-\[42px\]{max-width:42px}.max-w-\[43px\]{max-width:43px}.max-w-\[44px\]{max-width:44px}.max-w-\[45px\]{max-width:45px}.max-w-\[46px\]{max-width:46px}.max-w-\[47px\]{max-width:47px}.max-w-\[48px\]{max-width:48px}.max-w-\[49px\]{max-width:49px}.max-w-\[50px\]{max-width:50px}.max-w-\[51px\]{max-width:51px}.max-w-\[52px\]{max-width:52px}.max-w-\[53px\]{max-width:53px}.max-w-\[54px\]{max-width:54px}.max-w-\[55px\]{max-width:55px}.max-w-\[56px\]{max-width:56px}.max-w-\[57px\]{max-width:57px}.max-w-\[58px\]{max-width:58px}.max-w-\[59px\]{max-width:59px}.max-w-\[60px\]{max-width:60px}.max-w-\[61px\]{max-width:61px}.max-w-\[62px\]{max-width:62px}.max-w-\[63px\]{max-width:63px}.max-w-\[64px\]{max-width:64px}.max-w-\[65px\]{max-width:65px}.max-w-\[66px\]{max-width:66px}.max-w-\[67px\]{max-width:67px}.max-w-\[68px\]{max-width:68px}.max-w-\[69px\]{max-width:69px}.max-w-\[70px\]{max-width:70px}.max-w-\[71px\]{max-width:71px}.max-w-\[72px\]{max-width:72px}.max-w-\[73px\]{max-width:73px}.max-w-\[74px\]{max-width:74px}.max-w-\[75px\]{max-width:75px}.max-w-\[76px\]{max-width:76px}.max-w-\[77px\]{max-width:77px}.max-w-\[78px\]{max-width:78px}.max-w-\[79px\]{max-width:79px}.max-w-\[80px\]{max-width:80px}.max-w-\[81px\]{max-width:81px}.max-w-\[82px\]{max-width:82px}.max-w-\[83px\]{max-width:83px}.max-w-\[84px\]{max-width:84px}.max-w-\[85px\]{max-width:85px}.max-w-\[86px\]{max-width:86px}.max-w-\[87px\]{max-width:87px}.max-w-\[88px\]{max-width:88px}.max-w-\[89px\]{max-width:89px}.max-w-\[90px\]{max-width:90px}.max-w-\[91px\]{max-width:91px}.max-w-\[92px\]{max-width:92px}.max-w-\[93px\]{max-width:93px}.max-w-\[94px\]{max-width:94px}.max-w-\[95px\]{max-width:95px}.max-w-\[96px\]{max-width:96px}.max-w-\[97px\]{max-width:97px}.max-w-\[98px\]{max-width:98px}.max-w-\[99px\]{max-width:99px}.max-w-\[100px\]{max-width:100px}.max-w-0{max-width:0rem}.max-w-full{max-width:100%}.max-w-xs{max-width:20rem}.max-w-\[290px\]{max-width:290px}.max-w-md{max-width:28rem}.max-w-2xl{max-width:42rem}.max-w-xl{max-width:36rem}.max-w-\[300px\]{max-width:300px}.flex-1{flex:1 1 0%}.flex-\[2\]{flex:2}.flex-none{flex:none}.flex-\[1\]{flex:1}.shrink-0{flex-shrink:0}.shrink{flex-shrink:1}.flex-grow{flex-grow:1}.border-collapse{border-collapse:collapse}.-translate-x-1\/2{--tw-translate-x: -50%;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.transform{transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}@keyframes carousel{0%,20%{transform:translate(0)}33%,53%{transform:translate(-100%)}66%,86%{transform:translate(-200%)}to{transform:translate(0)}}.animate-carousel{animation:carousel 12s infinite ease-in-out}.animate-breathe{animation:breathe 3s ease-in-out infinite}.animate-breathe-md{animation:breathe 3s ease-in-out infinite .15s}@keyframes breathe{0%,to{transform:translate(-50%) scale(1)}50%{transform:translate(-50%) scale(1.22)}}.animate-breathe-lg{animation:breathe 3s ease-in-out infinite .3s}.cursor-pointer{cursor:pointer}.cursor-default{cursor:default}.resize{resize:both}.appearance-none{-webkit-appearance:none;-moz-appearance:none;appearance:none}.grid-cols-1{grid-template-columns:repeat(1,minmax(0,1fr))}.grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}.grid-cols-4{grid-template-columns:repeat(4,minmax(0,1fr))}.grid-cols-5{grid-template-columns:repeat(5,minmax(0,1fr))}.grid-cols-6{grid-template-columns:repeat(6,minmax(0,1fr))}.grid-cols-7{grid-template-columns:repeat(7,minmax(0,1fr))}.grid-cols-8{grid-template-columns:repeat(8,minmax(0,1fr))}.grid-cols-9{grid-template-columns:repeat(9,minmax(0,1fr))}.grid-cols-10{grid-template-columns:repeat(10,minmax(0,1fr))}.grid-cols-11{grid-template-columns:repeat(11,minmax(0,1fr))}.grid-cols-12{grid-template-columns:repeat(12,minmax(0,1fr))}.grid-cols-none{grid-template-columns:none}.flex-row{flex-direction:row}.flex-col{flex-direction:column}.flex-wrap{flex-wrap:wrap}.place-content-center{place-content:center}.place-items-center{place-items:center}.items-start{align-items:flex-start}.items-end{align-items:flex-end}.items-center{align-items:center}.justify-start{justify-content:flex-start}.justify-end{justify-content:flex-end}.justify-center{justify-content:center}.justify-between{justify-content:space-between}.justify-around{justify-content:space-around}.justify-evenly{justify-content:space-evenly}.gap-\[0px\]{gap:0px}.gap-\[1px\]{gap:1px}.gap-\[2px\]{gap:2px}.gap-\[3px\]{gap:3px}.gap-\[4px\]{gap:4px}.gap-\[5px\]{gap:5px}.gap-\[6px\]{gap:6px}.gap-\[7px\]{gap:7px}.gap-\[8px\]{gap:8px}.gap-\[9px\]{gap:9px}.gap-\[10px\]{gap:10px}.gap-\[11px\]{gap:11px}.gap-\[12px\]{gap:12px}.gap-\[13px\]{gap:13px}.gap-\[14px\]{gap:14px}.gap-\[15px\]{gap:15px}.gap-\[16px\]{gap:16px}.gap-\[17px\]{gap:17px}.gap-\[18px\]{gap:18px}.gap-\[19px\]{gap:19px}.gap-\[20px\]{gap:20px}.gap-\[21px\]{gap:21px}.gap-\[22px\]{gap:22px}.gap-\[23px\]{gap:23px}.gap-\[24px\]{gap:24px}.gap-\[25px\]{gap:25px}.gap-\[26px\]{gap:26px}.gap-\[27px\]{gap:27px}.gap-\[28px\]{gap:28px}.gap-\[29px\]{gap:29px}.gap-\[30px\]{gap:30px}.gap-\[31px\]{gap:31px}.gap-\[32px\]{gap:32px}.gap-\[33px\]{gap:33px}.gap-\[34px\]{gap:34px}.gap-\[35px\]{gap:35px}.gap-\[36px\]{gap:36px}.gap-\[37px\]{gap:37px}.gap-\[38px\]{gap:38px}.gap-\[39px\]{gap:39px}.gap-\[40px\]{gap:40px}.gap-\[41px\]{gap:41px}.gap-\[42px\]{gap:42px}.gap-\[43px\]{gap:43px}.gap-\[44px\]{gap:44px}.gap-\[45px\]{gap:45px}.gap-\[46px\]{gap:46px}.gap-\[47px\]{gap:47px}.gap-\[48px\]{gap:48px}.gap-\[49px\]{gap:49px}.gap-\[50px\]{gap:50px}.gap-\[51px\]{gap:51px}.gap-\[52px\]{gap:52px}.gap-\[53px\]{gap:53px}.gap-\[54px\]{gap:54px}.gap-\[55px\]{gap:55px}.gap-\[56px\]{gap:56px}.gap-\[57px\]{gap:57px}.gap-\[58px\]{gap:58px}.gap-\[59px\]{gap:59px}.gap-\[60px\]{gap:60px}.gap-\[61px\]{gap:61px}.gap-\[62px\]{gap:62px}.gap-\[63px\]{gap:63px}.gap-\[64px\]{gap:64px}.gap-\[65px\]{gap:65px}.gap-\[66px\]{gap:66px}.gap-\[67px\]{gap:67px}.gap-\[68px\]{gap:68px}.gap-\[69px\]{gap:69px}.gap-\[70px\]{gap:70px}.gap-\[71px\]{gap:71px}.gap-\[72px\]{gap:72px}.gap-\[73px\]{gap:73px}.gap-\[74px\]{gap:74px}.gap-\[75px\]{gap:75px}.gap-\[76px\]{gap:76px}.gap-\[77px\]{gap:77px}.gap-\[78px\]{gap:78px}.gap-\[79px\]{gap:79px}.gap-\[80px\]{gap:80px}.gap-\[81px\]{gap:81px}.gap-\[82px\]{gap:82px}.gap-\[83px\]{gap:83px}.gap-\[84px\]{gap:84px}.gap-\[85px\]{gap:85px}.gap-\[86px\]{gap:86px}.gap-\[87px\]{gap:87px}.gap-\[88px\]{gap:88px}.gap-\[89px\]{gap:89px}.gap-\[90px\]{gap:90px}.gap-\[91px\]{gap:91px}.gap-\[92px\]{gap:92px}.gap-\[93px\]{gap:93px}.gap-\[94px\]{gap:94px}.gap-\[95px\]{gap:95px}.gap-\[96px\]{gap:96px}.gap-\[97px\]{gap:97px}.gap-\[98px\]{gap:98px}.gap-\[99px\]{gap:99px}.gap-\[100px\]{gap:100px}.gap-0{gap:0px}.gap-1{gap:.25rem}.gap-2{gap:.5rem}.gap-3{gap:.75rem}.gap-4{gap:1rem}.gap-5{gap:1.25rem}.gap-6{gap:1.5rem}.gap-7{gap:1.75rem}.gap-8{gap:2rem}.gap-9{gap:2.25rem}.gap-10{gap:2.5rem}.gap-11{gap:2.75rem}.gap-12{gap:3rem}.gap-14{gap:3.5rem}.gap-16{gap:4rem}.gap-20{gap:5rem}.gap-24{gap:6rem}.gap-28{gap:7rem}.gap-32{gap:8rem}.gap-36{gap:9rem}.gap-40{gap:10rem}.gap-44{gap:11rem}.gap-48{gap:12rem}.gap-52{gap:13rem}.gap-56{gap:14rem}.gap-60{gap:15rem}.gap-64{gap:16rem}.gap-72{gap:18rem}.gap-80{gap:20rem}.gap-96{gap:24rem}.gap-px{gap:1px}.gap-0\.5{gap:.125rem}.gap-1\.5{gap:.375rem}.gap-2\.5{gap:.625rem}.gap-3\.5{gap:.875rem}.gap-\[140px\]{gap:140px}.gap-x-\[0px\]{-moz-column-gap:0px;column-gap:0px}.gap-x-\[1px\]{-moz-column-gap:1px;column-gap:1px}.gap-x-\[2px\]{-moz-column-gap:2px;column-gap:2px}.gap-x-\[3px\]{-moz-column-gap:3px;column-gap:3px}.gap-x-\[4px\]{-moz-column-gap:4px;column-gap:4px}.gap-x-\[5px\]{-moz-column-gap:5px;column-gap:5px}.gap-x-\[6px\]{-moz-column-gap:6px;column-gap:6px}.gap-x-\[7px\]{-moz-column-gap:7px;column-gap:7px}.gap-x-\[8px\]{-moz-column-gap:8px;column-gap:8px}.gap-x-\[9px\]{-moz-column-gap:9px;column-gap:9px}.gap-x-\[10px\]{-moz-column-gap:10px;column-gap:10px}.gap-x-\[11px\]{-moz-column-gap:11px;column-gap:11px}.gap-x-\[12px\]{-moz-column-gap:12px;column-gap:12px}.gap-x-\[13px\]{-moz-column-gap:13px;column-gap:13px}.gap-x-\[14px\]{-moz-column-gap:14px;column-gap:14px}.gap-x-\[15px\]{-moz-column-gap:15px;column-gap:15px}.gap-x-\[16px\]{-moz-column-gap:16px;column-gap:16px}.gap-x-\[17px\]{-moz-column-gap:17px;column-gap:17px}.gap-x-\[18px\]{-moz-column-gap:18px;column-gap:18px}.gap-x-\[19px\]{-moz-column-gap:19px;column-gap:19px}.gap-x-\[20px\]{-moz-column-gap:20px;column-gap:20px}.gap-x-\[21px\]{-moz-column-gap:21px;column-gap:21px}.gap-x-\[22px\]{-moz-column-gap:22px;column-gap:22px}.gap-x-\[23px\]{-moz-column-gap:23px;column-gap:23px}.gap-x-\[24px\]{-moz-column-gap:24px;column-gap:24px}.gap-x-\[25px\]{-moz-column-gap:25px;column-gap:25px}.gap-x-\[26px\]{-moz-column-gap:26px;column-gap:26px}.gap-x-\[27px\]{-moz-column-gap:27px;column-gap:27px}.gap-x-\[28px\]{-moz-column-gap:28px;column-gap:28px}.gap-x-\[29px\]{-moz-column-gap:29px;column-gap:29px}.gap-x-\[30px\]{-moz-column-gap:30px;column-gap:30px}.gap-x-\[31px\]{-moz-column-gap:31px;column-gap:31px}.gap-x-\[32px\]{-moz-column-gap:32px;column-gap:32px}.gap-x-\[33px\]{-moz-column-gap:33px;column-gap:33px}.gap-x-\[34px\]{-moz-column-gap:34px;column-gap:34px}.gap-x-\[35px\]{-moz-column-gap:35px;column-gap:35px}.gap-x-\[36px\]{-moz-column-gap:36px;column-gap:36px}.gap-x-\[37px\]{-moz-column-gap:37px;column-gap:37px}.gap-x-\[38px\]{-moz-column-gap:38px;column-gap:38px}.gap-x-\[39px\]{-moz-column-gap:39px;column-gap:39px}.gap-x-\[40px\]{-moz-column-gap:40px;column-gap:40px}.gap-x-\[41px\]{-moz-column-gap:41px;column-gap:41px}.gap-x-\[42px\]{-moz-column-gap:42px;column-gap:42px}.gap-x-\[43px\]{-moz-column-gap:43px;column-gap:43px}.gap-x-\[44px\]{-moz-column-gap:44px;column-gap:44px}.gap-x-\[45px\]{-moz-column-gap:45px;column-gap:45px}.gap-x-\[46px\]{-moz-column-gap:46px;column-gap:46px}.gap-x-\[47px\]{-moz-column-gap:47px;column-gap:47px}.gap-x-\[48px\]{-moz-column-gap:48px;column-gap:48px}.gap-x-\[49px\]{-moz-column-gap:49px;column-gap:49px}.gap-x-\[50px\]{-moz-column-gap:50px;column-gap:50px}.gap-x-\[51px\]{-moz-column-gap:51px;column-gap:51px}.gap-x-\[52px\]{-moz-column-gap:52px;column-gap:52px}.gap-x-\[53px\]{-moz-column-gap:53px;column-gap:53px}.gap-x-\[54px\]{-moz-column-gap:54px;column-gap:54px}.gap-x-\[55px\]{-moz-column-gap:55px;column-gap:55px}.gap-x-\[56px\]{-moz-column-gap:56px;column-gap:56px}.gap-x-\[57px\]{-moz-column-gap:57px;column-gap:57px}.gap-x-\[58px\]{-moz-column-gap:58px;column-gap:58px}.gap-x-\[59px\]{-moz-column-gap:59px;column-gap:59px}.gap-x-\[60px\]{-moz-column-gap:60px;column-gap:60px}.gap-x-\[61px\]{-moz-column-gap:61px;column-gap:61px}.gap-x-\[62px\]{-moz-column-gap:62px;column-gap:62px}.gap-x-\[63px\]{-moz-column-gap:63px;column-gap:63px}.gap-x-\[64px\]{-moz-column-gap:64px;column-gap:64px}.gap-x-\[65px\]{-moz-column-gap:65px;column-gap:65px}.gap-x-\[66px\]{-moz-column-gap:66px;column-gap:66px}.gap-x-\[67px\]{-moz-column-gap:67px;column-gap:67px}.gap-x-\[68px\]{-moz-column-gap:68px;column-gap:68px}.gap-x-\[69px\]{-moz-column-gap:69px;column-gap:69px}.gap-x-\[70px\]{-moz-column-gap:70px;column-gap:70px}.gap-x-\[71px\]{-moz-column-gap:71px;column-gap:71px}.gap-x-\[72px\]{-moz-column-gap:72px;column-gap:72px}.gap-x-\[73px\]{-moz-column-gap:73px;column-gap:73px}.gap-x-\[74px\]{-moz-column-gap:74px;column-gap:74px}.gap-x-\[75px\]{-moz-column-gap:75px;column-gap:75px}.gap-x-\[76px\]{-moz-column-gap:76px;column-gap:76px}.gap-x-\[77px\]{-moz-column-gap:77px;column-gap:77px}.gap-x-\[78px\]{-moz-column-gap:78px;column-gap:78px}.gap-x-\[79px\]{-moz-column-gap:79px;column-gap:79px}.gap-x-\[80px\]{-moz-column-gap:80px;column-gap:80px}.gap-x-\[81px\]{-moz-column-gap:81px;column-gap:81px}.gap-x-\[82px\]{-moz-column-gap:82px;column-gap:82px}.gap-x-\[83px\]{-moz-column-gap:83px;column-gap:83px}.gap-x-\[84px\]{-moz-column-gap:84px;column-gap:84px}.gap-x-\[85px\]{-moz-column-gap:85px;column-gap:85px}.gap-x-\[86px\]{-moz-column-gap:86px;column-gap:86px}.gap-x-\[87px\]{-moz-column-gap:87px;column-gap:87px}.gap-x-\[88px\]{-moz-column-gap:88px;column-gap:88px}.gap-x-\[89px\]{-moz-column-gap:89px;column-gap:89px}.gap-x-\[90px\]{-moz-column-gap:90px;column-gap:90px}.gap-x-\[91px\]{-moz-column-gap:91px;column-gap:91px}.gap-x-\[92px\]{-moz-column-gap:92px;column-gap:92px}.gap-x-\[93px\]{-moz-column-gap:93px;column-gap:93px}.gap-x-\[94px\]{-moz-column-gap:94px;column-gap:94px}.gap-x-\[95px\]{-moz-column-gap:95px;column-gap:95px}.gap-x-\[96px\]{-moz-column-gap:96px;column-gap:96px}.gap-x-\[97px\]{-moz-column-gap:97px;column-gap:97px}.gap-x-\[98px\]{-moz-column-gap:98px;column-gap:98px}.gap-x-\[99px\]{-moz-column-gap:99px;column-gap:99px}.gap-x-\[100px\]{-moz-column-gap:100px;column-gap:100px}.gap-y-\[0px\]{row-gap:0px}.gap-y-\[1px\]{row-gap:1px}.gap-y-\[2px\]{row-gap:2px}.gap-y-\[3px\]{row-gap:3px}.gap-y-\[4px\]{row-gap:4px}.gap-y-\[5px\]{row-gap:5px}.gap-y-\[6px\]{row-gap:6px}.gap-y-\[7px\]{row-gap:7px}.gap-y-\[8px\]{row-gap:8px}.gap-y-\[9px\]{row-gap:9px}.gap-y-\[10px\]{row-gap:10px}.gap-y-\[11px\]{row-gap:11px}.gap-y-\[12px\]{row-gap:12px}.gap-y-\[13px\]{row-gap:13px}.gap-y-\[14px\]{row-gap:14px}.gap-y-\[15px\]{row-gap:15px}.gap-y-\[16px\]{row-gap:16px}.gap-y-\[17px\]{row-gap:17px}.gap-y-\[18px\]{row-gap:18px}.gap-y-\[19px\]{row-gap:19px}.gap-y-\[20px\]{row-gap:20px}.gap-y-\[21px\]{row-gap:21px}.gap-y-\[22px\]{row-gap:22px}.gap-y-\[23px\]{row-gap:23px}.gap-y-\[24px\]{row-gap:24px}.gap-y-\[25px\]{row-gap:25px}.gap-y-\[26px\]{row-gap:26px}.gap-y-\[27px\]{row-gap:27px}.gap-y-\[28px\]{row-gap:28px}.gap-y-\[29px\]{row-gap:29px}.gap-y-\[30px\]{row-gap:30px}.gap-y-\[31px\]{row-gap:31px}.gap-y-\[32px\]{row-gap:32px}.gap-y-\[33px\]{row-gap:33px}.gap-y-\[34px\]{row-gap:34px}.gap-y-\[35px\]{row-gap:35px}.gap-y-\[36px\]{row-gap:36px}.gap-y-\[37px\]{row-gap:37px}.gap-y-\[38px\]{row-gap:38px}.gap-y-\[39px\]{row-gap:39px}.gap-y-\[40px\]{row-gap:40px}.gap-y-\[41px\]{row-gap:41px}.gap-y-\[42px\]{row-gap:42px}.gap-y-\[43px\]{row-gap:43px}.gap-y-\[44px\]{row-gap:44px}.gap-y-\[45px\]{row-gap:45px}.gap-y-\[46px\]{row-gap:46px}.gap-y-\[47px\]{row-gap:47px}.gap-y-\[48px\]{row-gap:48px}.gap-y-\[49px\]{row-gap:49px}.gap-y-\[50px\]{row-gap:50px}.gap-y-\[51px\]{row-gap:51px}.gap-y-\[52px\]{row-gap:52px}.gap-y-\[53px\]{row-gap:53px}.gap-y-\[54px\]{row-gap:54px}.gap-y-\[55px\]{row-gap:55px}.gap-y-\[56px\]{row-gap:56px}.gap-y-\[57px\]{row-gap:57px}.gap-y-\[58px\]{row-gap:58px}.gap-y-\[59px\]{row-gap:59px}.gap-y-\[60px\]{row-gap:60px}.gap-y-\[61px\]{row-gap:61px}.gap-y-\[62px\]{row-gap:62px}.gap-y-\[63px\]{row-gap:63px}.gap-y-\[64px\]{row-gap:64px}.gap-y-\[65px\]{row-gap:65px}.gap-y-\[66px\]{row-gap:66px}.gap-y-\[67px\]{row-gap:67px}.gap-y-\[68px\]{row-gap:68px}.gap-y-\[69px\]{row-gap:69px}.gap-y-\[70px\]{row-gap:70px}.gap-y-\[71px\]{row-gap:71px}.gap-y-\[72px\]{row-gap:72px}.gap-y-\[73px\]{row-gap:73px}.gap-y-\[74px\]{row-gap:74px}.gap-y-\[75px\]{row-gap:75px}.gap-y-\[76px\]{row-gap:76px}.gap-y-\[77px\]{row-gap:77px}.gap-y-\[78px\]{row-gap:78px}.gap-y-\[79px\]{row-gap:79px}.gap-y-\[80px\]{row-gap:80px}.gap-y-\[81px\]{row-gap:81px}.gap-y-\[82px\]{row-gap:82px}.gap-y-\[83px\]{row-gap:83px}.gap-y-\[84px\]{row-gap:84px}.gap-y-\[85px\]{row-gap:85px}.gap-y-\[86px\]{row-gap:86px}.gap-y-\[87px\]{row-gap:87px}.gap-y-\[88px\]{row-gap:88px}.gap-y-\[89px\]{row-gap:89px}.gap-y-\[90px\]{row-gap:90px}.gap-y-\[91px\]{row-gap:91px}.gap-y-\[92px\]{row-gap:92px}.gap-y-\[93px\]{row-gap:93px}.gap-y-\[94px\]{row-gap:94px}.gap-y-\[95px\]{row-gap:95px}.gap-y-\[96px\]{row-gap:96px}.gap-y-\[97px\]{row-gap:97px}.gap-y-\[98px\]{row-gap:98px}.gap-y-\[99px\]{row-gap:99px}.gap-y-\[100px\]{row-gap:100px}.gap-x-0{-moz-column-gap:0px;column-gap:0px}.gap-x-1{-moz-column-gap:.25rem;column-gap:.25rem}.gap-x-2{-moz-column-gap:.5rem;column-gap:.5rem}.gap-x-3{-moz-column-gap:.75rem;column-gap:.75rem}.gap-x-4{-moz-column-gap:1rem;column-gap:1rem}.gap-x-5{-moz-column-gap:1.25rem;column-gap:1.25rem}.gap-x-6{-moz-column-gap:1.5rem;column-gap:1.5rem}.gap-x-7{-moz-column-gap:1.75rem;column-gap:1.75rem}.gap-x-8{-moz-column-gap:2rem;column-gap:2rem}.gap-x-9{-moz-column-gap:2.25rem;column-gap:2.25rem}.gap-x-10{-moz-column-gap:2.5rem;column-gap:2.5rem}.gap-x-11{-moz-column-gap:2.75rem;column-gap:2.75rem}.gap-x-12{-moz-column-gap:3rem;column-gap:3rem}.gap-x-14{-moz-column-gap:3.5rem;column-gap:3.5rem}.gap-x-16{-moz-column-gap:4rem;column-gap:4rem}.gap-x-20{-moz-column-gap:5rem;column-gap:5rem}.gap-x-24{-moz-column-gap:6rem;column-gap:6rem}.gap-x-28{-moz-column-gap:7rem;column-gap:7rem}.gap-x-32{-moz-column-gap:8rem;column-gap:8rem}.gap-x-36{-moz-column-gap:9rem;column-gap:9rem}.gap-x-40{-moz-column-gap:10rem;column-gap:10rem}.gap-x-44{-moz-column-gap:11rem;column-gap:11rem}.gap-x-48{-moz-column-gap:12rem;column-gap:12rem}.gap-x-52{-moz-column-gap:13rem;column-gap:13rem}.gap-x-56{-moz-column-gap:14rem;column-gap:14rem}.gap-x-60{-moz-column-gap:15rem;column-gap:15rem}.gap-x-64{-moz-column-gap:16rem;column-gap:16rem}.gap-x-72{-moz-column-gap:18rem;column-gap:18rem}.gap-x-80{-moz-column-gap:20rem;column-gap:20rem}.gap-x-96{-moz-column-gap:24rem;column-gap:24rem}.gap-x-px{-moz-column-gap:1px;column-gap:1px}.gap-x-0\.5{-moz-column-gap:.125rem;column-gap:.125rem}.gap-x-1\.5{-moz-column-gap:.375rem;column-gap:.375rem}.gap-x-2\.5{-moz-column-gap:.625rem;column-gap:.625rem}.gap-x-3\.5{-moz-column-gap:.875rem;column-gap:.875rem}.gap-y-0{row-gap:0px}.gap-y-1{row-gap:.25rem}.gap-y-2{row-gap:.5rem}.gap-y-3{row-gap:.75rem}.gap-y-4{row-gap:1rem}.gap-y-5{row-gap:1.25rem}.gap-y-6{row-gap:1.5rem}.gap-y-7{row-gap:1.75rem}.gap-y-8{row-gap:2rem}.gap-y-9{row-gap:2.25rem}.gap-y-10{row-gap:2.5rem}.gap-y-11{row-gap:2.75rem}.gap-y-12{row-gap:3rem}.gap-y-14{row-gap:3.5rem}.gap-y-16{row-gap:4rem}.gap-y-20{row-gap:5rem}.gap-y-24{row-gap:6rem}.gap-y-28{row-gap:7rem}.gap-y-32{row-gap:8rem}.gap-y-36{row-gap:9rem}.gap-y-40{row-gap:10rem}.gap-y-44{row-gap:11rem}.gap-y-48{row-gap:12rem}.gap-y-52{row-gap:13rem}.gap-y-56{row-gap:14rem}.gap-y-60{row-gap:15rem}.gap-y-64{row-gap:16rem}.gap-y-72{row-gap:18rem}.gap-y-80{row-gap:20rem}.gap-y-96{row-gap:24rem}.gap-y-px{row-gap:1px}.gap-y-0\.5{row-gap:.125rem}.gap-y-1\.5{row-gap:.375rem}.gap-y-2\.5{row-gap:.625rem}.gap-y-3\.5{row-gap:.875rem}.self-center{align-self:center}.self-stretch{align-self:stretch}.overflow-auto{overflow:auto}.overflow-hidden{overflow:hidden}.overflow-clip{overflow:clip}.overflow-visible{overflow:visible}.overflow-scroll{overflow:scroll}.overflow-x-auto{overflow-x:auto}.overflow-y-auto{overflow-y:auto}.overflow-x-hidden{overflow-x:hidden}.truncate{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.text-ellipsis{text-overflow:ellipsis}.whitespace-normal{white-space:normal}.whitespace-nowrap{white-space:nowrap}.break-words{overflow-wrap:break-word}.rounded-sm{border-radius:.125rem}.rounded{border-radius:.25rem}.rounded-md{border-radius:.375rem}.rounded-lg{border-radius:.5rem}.rounded-xl{border-radius:.75rem}.rounded-2xl{border-radius:1rem}.rounded-full{border-radius:9999px}.rounded-\[10px\]{border-radius:10px}.rounded-\[30px\]{border-radius:30px}.rounded-t-full{border-top-left-radius:9999px;border-top-right-radius:9999px}.rounded-bl-\[10px\]{border-bottom-left-radius:10px}.rounded-br-\[10px\]{border-bottom-right-radius:10px}.border{border-width:1px}.border-0{border-width:0px}.border-2{border-width:2px}.border-4{border-width:4px}.border-y{border-top-width:1px;border-bottom-width:1px}.border-t{border-top-width:1px}.border-l{border-left-width:1px}.border-b{border-bottom-width:1px}.border-none{border-style:none}.border-inherit{border-color:inherit}.border-current{border-color:currentColor}.border-transparent{border-color:transparent}.border-black{--tw-border-opacity: 1;border-color:rgb(0 0 0 / var(--tw-border-opacity))}.border-white{--tw-border-opacity: 1;border-color:rgb(255 255 255 / var(--tw-border-opacity))}.border-slate-50{--tw-border-opacity: 1;border-color:rgb(248 250 252 / var(--tw-border-opacity))}.border-slate-100{--tw-border-opacity: 1;border-color:rgb(241 245 249 / var(--tw-border-opacity))}.border-slate-200{--tw-border-opacity: 1;border-color:rgb(226 232 240 / var(--tw-border-opacity))}.border-slate-300{--tw-border-opacity: 1;border-color:rgb(203 213 225 / var(--tw-border-opacity))}.border-slate-400{--tw-border-opacity: 1;border-color:rgb(148 163 184 / var(--tw-border-opacity))}.border-slate-500{--tw-border-opacity: 1;border-color:rgb(100 116 139 / var(--tw-border-opacity))}.border-slate-600{--tw-border-opacity: 1;border-color:rgb(71 85 105 / var(--tw-border-opacity))}.border-slate-700{--tw-border-opacity: 1;border-color:rgb(51 65 85 / var(--tw-border-opacity))}.border-slate-800{--tw-border-opacity: 1;border-color:rgb(30 41 59 / var(--tw-border-opacity))}.border-slate-900{--tw-border-opacity: 1;border-color:rgb(15 23 42 / var(--tw-border-opacity))}.border-gray-50{--tw-border-opacity: 1;border-color:rgb(249 250 251 / var(--tw-border-opacity))}.border-gray-100{--tw-border-opacity: 1;border-color:rgb(243 244 246 / var(--tw-border-opacity))}.border-gray-200{--tw-border-opacity: 1;border-color:rgb(229 231 235 / var(--tw-border-opacity))}.border-gray-300{--tw-border-opacity: 1;border-color:rgb(209 213 219 / var(--tw-border-opacity))}.border-gray-400{--tw-border-opacity: 1;border-color:rgb(156 163 175 / var(--tw-border-opacity))}.border-gray-500{--tw-border-opacity: 1;border-color:rgb(107 114 128 / var(--tw-border-opacity))}.border-gray-600{--tw-border-opacity: 1;border-color:rgb(75 85 99 / var(--tw-border-opacity))}.border-gray-700{--tw-border-opacity: 1;border-color:rgb(55 65 81 / var(--tw-border-opacity))}.border-gray-800{--tw-border-opacity: 1;border-color:rgb(31 41 55 / var(--tw-border-opacity))}.border-gray-900{--tw-border-opacity: 1;border-color:rgb(17 24 39 / var(--tw-border-opacity))}.border-zinc-50{--tw-border-opacity: 1;border-color:rgb(250 250 250 / var(--tw-border-opacity))}.border-zinc-100{--tw-border-opacity: 1;border-color:rgb(244 244 245 / var(--tw-border-opacity))}.border-zinc-200{--tw-border-opacity: 1;border-color:rgb(228 228 231 / var(--tw-border-opacity))}.border-zinc-300{--tw-border-opacity: 1;border-color:rgb(212 212 216 / var(--tw-border-opacity))}.border-zinc-400{--tw-border-opacity: 1;border-color:rgb(161 161 170 / var(--tw-border-opacity))}.border-zinc-500{--tw-border-opacity: 1;border-color:rgb(113 113 122 / var(--tw-border-opacity))}.border-zinc-600{--tw-border-opacity: 1;border-color:rgb(82 82 91 / var(--tw-border-opacity))}.border-zinc-700{--tw-border-opacity: 1;border-color:rgb(63 63 70 / var(--tw-border-opacity))}.border-zinc-800{--tw-border-opacity: 1;border-color:rgb(39 39 42 / var(--tw-border-opacity))}.border-zinc-900{--tw-border-opacity: 1;border-color:rgb(24 24 27 / var(--tw-border-opacity))}.border-neutral-50{--tw-border-opacity: 1;border-color:rgb(250 250 250 / var(--tw-border-opacity))}.border-neutral-100{--tw-border-opacity: 1;border-color:rgb(245 245 245 / var(--tw-border-opacity))}.border-neutral-200{--tw-border-opacity: 1;border-color:rgb(229 229 229 / var(--tw-border-opacity))}.border-neutral-300{--tw-border-opacity: 1;border-color:rgb(212 212 212 / var(--tw-border-opacity))}.border-neutral-400{--tw-border-opacity: 1;border-color:rgb(163 163 163 / var(--tw-border-opacity))}.border-neutral-500{--tw-border-opacity: 1;border-color:rgb(115 115 115 / var(--tw-border-opacity))}.border-neutral-600{--tw-border-opacity: 1;border-color:rgb(82 82 82 / var(--tw-border-opacity))}.border-neutral-700{--tw-border-opacity: 1;border-color:rgb(64 64 64 / var(--tw-border-opacity))}.border-neutral-800{--tw-border-opacity: 1;border-color:rgb(38 38 38 / var(--tw-border-opacity))}.border-neutral-900{--tw-border-opacity: 1;border-color:rgb(23 23 23 / var(--tw-border-opacity))}.border-stone-50{--tw-border-opacity: 1;border-color:rgb(250 250 249 / var(--tw-border-opacity))}.border-stone-100{--tw-border-opacity: 1;border-color:rgb(245 245 244 / var(--tw-border-opacity))}.border-stone-200{--tw-border-opacity: 1;border-color:rgb(231 229 228 / var(--tw-border-opacity))}.border-stone-300{--tw-border-opacity: 1;border-color:rgb(214 211 209 / var(--tw-border-opacity))}.border-stone-400{--tw-border-opacity: 1;border-color:rgb(168 162 158 / var(--tw-border-opacity))}.border-stone-500{--tw-border-opacity: 1;border-color:rgb(120 113 108 / var(--tw-border-opacity))}.border-stone-600{--tw-border-opacity: 1;border-color:rgb(87 83 78 / var(--tw-border-opacity))}.border-stone-700{--tw-border-opacity: 1;border-color:rgb(68 64 60 / var(--tw-border-opacity))}.border-stone-800{--tw-border-opacity: 1;border-color:rgb(41 37 36 / var(--tw-border-opacity))}.border-stone-900{--tw-border-opacity: 1;border-color:rgb(28 25 23 / var(--tw-border-opacity))}.border-red-50{--tw-border-opacity: 1;border-color:rgb(254 242 242 / var(--tw-border-opacity))}.border-red-100{--tw-border-opacity: 1;border-color:rgb(254 226 226 / var(--tw-border-opacity))}.border-red-200{--tw-border-opacity: 1;border-color:rgb(254 202 202 / var(--tw-border-opacity))}.border-red-300{--tw-border-opacity: 1;border-color:rgb(252 165 165 / var(--tw-border-opacity))}.border-red-400{--tw-border-opacity: 1;border-color:rgb(248 113 113 / var(--tw-border-opacity))}.border-red-500{--tw-border-opacity: 1;border-color:rgb(239 68 68 / var(--tw-border-opacity))}.border-red-600{--tw-border-opacity: 1;border-color:rgb(220 38 38 / var(--tw-border-opacity))}.border-red-700{--tw-border-opacity: 1;border-color:rgb(185 28 28 / var(--tw-border-opacity))}.border-red-800{--tw-border-opacity: 1;border-color:rgb(153 27 27 / var(--tw-border-opacity))}.border-red-900{--tw-border-opacity: 1;border-color:rgb(127 29 29 / var(--tw-border-opacity))}.border-orange-50{--tw-border-opacity: 1;border-color:rgb(255 247 237 / var(--tw-border-opacity))}.border-orange-100{--tw-border-opacity: 1;border-color:rgb(255 237 213 / var(--tw-border-opacity))}.border-orange-200{--tw-border-opacity: 1;border-color:rgb(254 215 170 / var(--tw-border-opacity))}.border-orange-300{--tw-border-opacity: 1;border-color:rgb(253 186 116 / var(--tw-border-opacity))}.border-orange-400{--tw-border-opacity: 1;border-color:rgb(251 146 60 / var(--tw-border-opacity))}.border-orange-500{--tw-border-opacity: 1;border-color:rgb(249 115 22 / var(--tw-border-opacity))}.border-orange-600{--tw-border-opacity: 1;border-color:rgb(234 88 12 / var(--tw-border-opacity))}.border-orange-700{--tw-border-opacity: 1;border-color:rgb(194 65 12 / var(--tw-border-opacity))}.border-orange-800{--tw-border-opacity: 1;border-color:rgb(154 52 18 / var(--tw-border-opacity))}.border-orange-900{--tw-border-opacity: 1;border-color:rgb(124 45 18 / var(--tw-border-opacity))}.border-amber-50{--tw-border-opacity: 1;border-color:rgb(255 251 235 / var(--tw-border-opacity))}.border-amber-100{--tw-border-opacity: 1;border-color:rgb(254 243 199 / var(--tw-border-opacity))}.border-amber-200{--tw-border-opacity: 1;border-color:rgb(253 230 138 / var(--tw-border-opacity))}.border-amber-300{--tw-border-opacity: 1;border-color:rgb(252 211 77 / var(--tw-border-opacity))}.border-amber-400{--tw-border-opacity: 1;border-color:rgb(251 191 36 / var(--tw-border-opacity))}.border-amber-500{--tw-border-opacity: 1;border-color:rgb(245 158 11 / var(--tw-border-opacity))}.border-amber-600{--tw-border-opacity: 1;border-color:rgb(217 119 6 / var(--tw-border-opacity))}.border-amber-700{--tw-border-opacity: 1;border-color:rgb(180 83 9 / var(--tw-border-opacity))}.border-amber-800{--tw-border-opacity: 1;border-color:rgb(146 64 14 / var(--tw-border-opacity))}.border-amber-900{--tw-border-opacity: 1;border-color:rgb(120 53 15 / var(--tw-border-opacity))}.border-yellow-50{--tw-border-opacity: 1;border-color:rgb(254 252 232 / var(--tw-border-opacity))}.border-yellow-100{--tw-border-opacity: 1;border-color:rgb(254 249 195 / var(--tw-border-opacity))}.border-yellow-200{--tw-border-opacity: 1;border-color:rgb(254 240 138 / var(--tw-border-opacity))}.border-yellow-300{--tw-border-opacity: 1;border-color:rgb(253 224 71 / var(--tw-border-opacity))}.border-yellow-400{--tw-border-opacity: 1;border-color:rgb(250 204 21 / var(--tw-border-opacity))}.border-yellow-500{--tw-border-opacity: 1;border-color:rgb(234 179 8 / var(--tw-border-opacity))}.border-yellow-600{--tw-border-opacity: 1;border-color:rgb(202 138 4 / var(--tw-border-opacity))}.border-yellow-700{--tw-border-opacity: 1;border-color:rgb(161 98 7 / var(--tw-border-opacity))}.border-yellow-800{--tw-border-opacity: 1;border-color:rgb(133 77 14 / var(--tw-border-opacity))}.border-yellow-900{--tw-border-opacity: 1;border-color:rgb(113 63 18 / var(--tw-border-opacity))}.border-lime-50{--tw-border-opacity: 1;border-color:rgb(247 254 231 / var(--tw-border-opacity))}.border-lime-100{--tw-border-opacity: 1;border-color:rgb(236 252 203 / var(--tw-border-opacity))}.border-lime-200{--tw-border-opacity: 1;border-color:rgb(217 249 157 / var(--tw-border-opacity))}.border-lime-300{--tw-border-opacity: 1;border-color:rgb(190 242 100 / var(--tw-border-opacity))}.border-lime-400{--tw-border-opacity: 1;border-color:rgb(163 230 53 / var(--tw-border-opacity))}.border-lime-500{--tw-border-opacity: 1;border-color:rgb(132 204 22 / var(--tw-border-opacity))}.border-lime-600{--tw-border-opacity: 1;border-color:rgb(101 163 13 / var(--tw-border-opacity))}.border-lime-700{--tw-border-opacity: 1;border-color:rgb(77 124 15 / var(--tw-border-opacity))}.border-lime-800{--tw-border-opacity: 1;border-color:rgb(63 98 18 / var(--tw-border-opacity))}.border-lime-900{--tw-border-opacity: 1;border-color:rgb(54 83 20 / var(--tw-border-opacity))}.border-green-50{--tw-border-opacity: 1;border-color:rgb(240 253 244 / var(--tw-border-opacity))}.border-green-100{--tw-border-opacity: 1;border-color:rgb(220 252 231 / var(--tw-border-opacity))}.border-green-200{--tw-border-opacity: 1;border-color:rgb(187 247 208 / var(--tw-border-opacity))}.border-green-300{--tw-border-opacity: 1;border-color:rgb(134 239 172 / var(--tw-border-opacity))}.border-green-400{--tw-border-opacity: 1;border-color:rgb(74 222 128 / var(--tw-border-opacity))}.border-green-500{--tw-border-opacity: 1;border-color:rgb(34 197 94 / var(--tw-border-opacity))}.border-green-600{--tw-border-opacity: 1;border-color:rgb(22 163 74 / var(--tw-border-opacity))}.border-green-700{--tw-border-opacity: 1;border-color:rgb(21 128 61 / var(--tw-border-opacity))}.border-green-800{--tw-border-opacity: 1;border-color:rgb(22 101 52 / var(--tw-border-opacity))}.border-green-900{--tw-border-opacity: 1;border-color:rgb(20 83 45 / var(--tw-border-opacity))}.border-emerald-50{--tw-border-opacity: 1;border-color:rgb(236 253 245 / var(--tw-border-opacity))}.border-emerald-100{--tw-border-opacity: 1;border-color:rgb(209 250 229 / var(--tw-border-opacity))}.border-emerald-200{--tw-border-opacity: 1;border-color:rgb(167 243 208 / var(--tw-border-opacity))}.border-emerald-300{--tw-border-opacity: 1;border-color:rgb(110 231 183 / var(--tw-border-opacity))}.border-emerald-400{--tw-border-opacity: 1;border-color:rgb(52 211 153 / var(--tw-border-opacity))}.border-emerald-500{--tw-border-opacity: 1;border-color:rgb(16 185 129 / var(--tw-border-opacity))}.border-emerald-600{--tw-border-opacity: 1;border-color:rgb(5 150 105 / var(--tw-border-opacity))}.border-emerald-700{--tw-border-opacity: 1;border-color:rgb(4 120 87 / var(--tw-border-opacity))}.border-emerald-800{--tw-border-opacity: 1;border-color:rgb(6 95 70 / var(--tw-border-opacity))}.border-emerald-900{--tw-border-opacity: 1;border-color:rgb(6 78 59 / var(--tw-border-opacity))}.border-teal-50{--tw-border-opacity: 1;border-color:rgb(240 253 250 / var(--tw-border-opacity))}.border-teal-100{--tw-border-opacity: 1;border-color:rgb(204 251 241 / var(--tw-border-opacity))}.border-teal-200{--tw-border-opacity: 1;border-color:rgb(153 246 228 / var(--tw-border-opacity))}.border-teal-300{--tw-border-opacity: 1;border-color:rgb(94 234 212 / var(--tw-border-opacity))}.border-teal-400{--tw-border-opacity: 1;border-color:rgb(45 212 191 / var(--tw-border-opacity))}.border-teal-500{--tw-border-opacity: 1;border-color:rgb(20 184 166 / var(--tw-border-opacity))}.border-teal-600{--tw-border-opacity: 1;border-color:rgb(13 148 136 / var(--tw-border-opacity))}.border-teal-700{--tw-border-opacity: 1;border-color:rgb(15 118 110 / var(--tw-border-opacity))}.border-teal-800{--tw-border-opacity: 1;border-color:rgb(17 94 89 / var(--tw-border-opacity))}.border-teal-900{--tw-border-opacity: 1;border-color:rgb(19 78 74 / var(--tw-border-opacity))}.border-cyan-50{--tw-border-opacity: 1;border-color:rgb(236 254 255 / var(--tw-border-opacity))}.border-cyan-100{--tw-border-opacity: 1;border-color:rgb(207 250 254 / var(--tw-border-opacity))}.border-cyan-200{--tw-border-opacity: 1;border-color:rgb(165 243 252 / var(--tw-border-opacity))}.border-cyan-300{--tw-border-opacity: 1;border-color:rgb(103 232 249 / var(--tw-border-opacity))}.border-cyan-400{--tw-border-opacity: 1;border-color:rgb(34 211 238 / var(--tw-border-opacity))}.border-cyan-500{--tw-border-opacity: 1;border-color:rgb(6 182 212 / var(--tw-border-opacity))}.border-cyan-600{--tw-border-opacity: 1;border-color:rgb(8 145 178 / var(--tw-border-opacity))}.border-cyan-700{--tw-border-opacity: 1;border-color:rgb(14 116 144 / var(--tw-border-opacity))}.border-cyan-800{--tw-border-opacity: 1;border-color:rgb(21 94 117 / var(--tw-border-opacity))}.border-cyan-900{--tw-border-opacity: 1;border-color:rgb(22 78 99 / var(--tw-border-opacity))}.border-sky-50{--tw-border-opacity: 1;border-color:rgb(240 249 255 / var(--tw-border-opacity))}.border-sky-100{--tw-border-opacity: 1;border-color:rgb(224 242 254 / var(--tw-border-opacity))}.border-sky-200{--tw-border-opacity: 1;border-color:rgb(186 230 253 / var(--tw-border-opacity))}.border-sky-300{--tw-border-opacity: 1;border-color:rgb(125 211 252 / var(--tw-border-opacity))}.border-sky-400{--tw-border-opacity: 1;border-color:rgb(56 189 248 / var(--tw-border-opacity))}.border-sky-500{--tw-border-opacity: 1;border-color:rgb(14 165 233 / var(--tw-border-opacity))}.border-sky-600{--tw-border-opacity: 1;border-color:rgb(2 132 199 / var(--tw-border-opacity))}.border-sky-700{--tw-border-opacity: 1;border-color:rgb(3 105 161 / var(--tw-border-opacity))}.border-sky-800{--tw-border-opacity: 1;border-color:rgb(7 89 133 / var(--tw-border-opacity))}.border-sky-900{--tw-border-opacity: 1;border-color:rgb(12 74 110 / var(--tw-border-opacity))}.border-blue-50{--tw-border-opacity: 1;border-color:rgb(239 246 255 / var(--tw-border-opacity))}.border-blue-100{--tw-border-opacity: 1;border-color:rgb(219 234 254 / var(--tw-border-opacity))}.border-blue-200{--tw-border-opacity: 1;border-color:rgb(191 219 254 / var(--tw-border-opacity))}.border-blue-300{--tw-border-opacity: 1;border-color:rgb(147 197 253 / var(--tw-border-opacity))}.border-blue-400{--tw-border-opacity: 1;border-color:rgb(96 165 250 / var(--tw-border-opacity))}.border-blue-500{--tw-border-opacity: 1;border-color:rgb(59 130 246 / var(--tw-border-opacity))}.border-blue-600{--tw-border-opacity: 1;border-color:rgb(37 99 235 / var(--tw-border-opacity))}.border-blue-700{--tw-border-opacity: 1;border-color:rgb(29 78 216 / var(--tw-border-opacity))}.border-blue-800{--tw-border-opacity: 1;border-color:rgb(30 64 175 / var(--tw-border-opacity))}.border-blue-900{--tw-border-opacity: 1;border-color:rgb(30 58 138 / var(--tw-border-opacity))}.border-indigo-50{--tw-border-opacity: 1;border-color:rgb(238 242 255 / var(--tw-border-opacity))}.border-indigo-100{--tw-border-opacity: 1;border-color:rgb(224 231 255 / var(--tw-border-opacity))}.border-indigo-200{--tw-border-opacity: 1;border-color:rgb(199 210 254 / var(--tw-border-opacity))}.border-indigo-300{--tw-border-opacity: 1;border-color:rgb(165 180 252 / var(--tw-border-opacity))}.border-indigo-400{--tw-border-opacity: 1;border-color:rgb(129 140 248 / var(--tw-border-opacity))}.border-indigo-500{--tw-border-opacity: 1;border-color:rgb(99 102 241 / var(--tw-border-opacity))}.border-indigo-600{--tw-border-opacity: 1;border-color:rgb(79 70 229 / var(--tw-border-opacity))}.border-indigo-700{--tw-border-opacity: 1;border-color:rgb(67 56 202 / var(--tw-border-opacity))}.border-indigo-800{--tw-border-opacity: 1;border-color:rgb(55 48 163 / var(--tw-border-opacity))}.border-indigo-900{--tw-border-opacity: 1;border-color:rgb(49 46 129 / var(--tw-border-opacity))}.border-violet-50{--tw-border-opacity: 1;border-color:rgb(245 243 255 / var(--tw-border-opacity))}.border-violet-100{--tw-border-opacity: 1;border-color:rgb(237 233 254 / var(--tw-border-opacity))}.border-violet-200{--tw-border-opacity: 1;border-color:rgb(221 214 254 / var(--tw-border-opacity))}.border-violet-300{--tw-border-opacity: 1;border-color:rgb(196 181 253 / var(--tw-border-opacity))}.border-violet-400{--tw-border-opacity: 1;border-color:rgb(167 139 250 / var(--tw-border-opacity))}.border-violet-500{--tw-border-opacity: 1;border-color:rgb(139 92 246 / var(--tw-border-opacity))}.border-violet-600{--tw-border-opacity: 1;border-color:rgb(124 58 237 / var(--tw-border-opacity))}.border-violet-700{--tw-border-opacity: 1;border-color:rgb(109 40 217 / var(--tw-border-opacity))}.border-violet-800{--tw-border-opacity: 1;border-color:rgb(91 33 182 / var(--tw-border-opacity))}.border-violet-900{--tw-border-opacity: 1;border-color:rgb(76 29 149 / var(--tw-border-opacity))}.border-purple-50{--tw-border-opacity: 1;border-color:rgb(250 245 255 / var(--tw-border-opacity))}.border-purple-100{--tw-border-opacity: 1;border-color:rgb(243 232 255 / var(--tw-border-opacity))}.border-purple-200{--tw-border-opacity: 1;border-color:rgb(233 213 255 / var(--tw-border-opacity))}.border-purple-300{--tw-border-opacity: 1;border-color:rgb(216 180 254 / var(--tw-border-opacity))}.border-purple-400{--tw-border-opacity: 1;border-color:rgb(192 132 252 / var(--tw-border-opacity))}.border-purple-500{--tw-border-opacity: 1;border-color:rgb(168 85 247 / var(--tw-border-opacity))}.border-purple-600{--tw-border-opacity: 1;border-color:rgb(147 51 234 / var(--tw-border-opacity))}.border-purple-700{--tw-border-opacity: 1;border-color:rgb(126 34 206 / var(--tw-border-opacity))}.border-purple-800{--tw-border-opacity: 1;border-color:rgb(107 33 168 / var(--tw-border-opacity))}.border-purple-900{--tw-border-opacity: 1;border-color:rgb(88 28 135 / var(--tw-border-opacity))}.border-fuchsia-50{--tw-border-opacity: 1;border-color:rgb(253 244 255 / var(--tw-border-opacity))}.border-fuchsia-100{--tw-border-opacity: 1;border-color:rgb(250 232 255 / var(--tw-border-opacity))}.border-fuchsia-200{--tw-border-opacity: 1;border-color:rgb(245 208 254 / var(--tw-border-opacity))}.border-fuchsia-300{--tw-border-opacity: 1;border-color:rgb(240 171 252 / var(--tw-border-opacity))}.border-fuchsia-400{--tw-border-opacity: 1;border-color:rgb(232 121 249 / var(--tw-border-opacity))}.border-fuchsia-500{--tw-border-opacity: 1;border-color:rgb(217 70 239 / var(--tw-border-opacity))}.border-fuchsia-600{--tw-border-opacity: 1;border-color:rgb(192 38 211 / var(--tw-border-opacity))}.border-fuchsia-700{--tw-border-opacity: 1;border-color:rgb(162 28 175 / var(--tw-border-opacity))}.border-fuchsia-800{--tw-border-opacity: 1;border-color:rgb(134 25 143 / var(--tw-border-opacity))}.border-fuchsia-900{--tw-border-opacity: 1;border-color:rgb(112 26 117 / var(--tw-border-opacity))}.border-pink-50{--tw-border-opacity: 1;border-color:rgb(253 242 248 / var(--tw-border-opacity))}.border-pink-100{--tw-border-opacity: 1;border-color:rgb(252 231 243 / var(--tw-border-opacity))}.border-pink-200{--tw-border-opacity: 1;border-color:rgb(251 207 232 / var(--tw-border-opacity))}.border-pink-300{--tw-border-opacity: 1;border-color:rgb(249 168 212 / var(--tw-border-opacity))}.border-pink-400{--tw-border-opacity: 1;border-color:rgb(244 114 182 / var(--tw-border-opacity))}.border-pink-500{--tw-border-opacity: 1;border-color:rgb(236 72 153 / var(--tw-border-opacity))}.border-pink-600{--tw-border-opacity: 1;border-color:rgb(219 39 119 / var(--tw-border-opacity))}.border-pink-700{--tw-border-opacity: 1;border-color:rgb(190 24 93 / var(--tw-border-opacity))}.border-pink-800{--tw-border-opacity: 1;border-color:rgb(157 23 77 / var(--tw-border-opacity))}.border-pink-900{--tw-border-opacity: 1;border-color:rgb(131 24 67 / var(--tw-border-opacity))}.border-rose-50{--tw-border-opacity: 1;border-color:rgb(255 241 242 / var(--tw-border-opacity))}.border-rose-100{--tw-border-opacity: 1;border-color:rgb(255 228 230 / var(--tw-border-opacity))}.border-rose-200{--tw-border-opacity: 1;border-color:rgb(254 205 211 / var(--tw-border-opacity))}.border-rose-300{--tw-border-opacity: 1;border-color:rgb(253 164 175 / var(--tw-border-opacity))}.border-rose-400{--tw-border-opacity: 1;border-color:rgb(251 113 133 / var(--tw-border-opacity))}.border-rose-500{--tw-border-opacity: 1;border-color:rgb(244 63 94 / var(--tw-border-opacity))}.border-rose-600{--tw-border-opacity: 1;border-color:rgb(225 29 72 / var(--tw-border-opacity))}.border-rose-700{--tw-border-opacity: 1;border-color:rgb(190 18 60 / var(--tw-border-opacity))}.border-rose-800{--tw-border-opacity: 1;border-color:rgb(159 18 57 / var(--tw-border-opacity))}.border-rose-900{--tw-border-opacity: 1;border-color:rgb(136 19 55 / var(--tw-border-opacity))}.border-\[\#d3d3d3\]{--tw-border-opacity: 1;border-color:rgb(211 211 211 / var(--tw-border-opacity))}.border-\[\#ddd\]{--tw-border-opacity: 1;border-color:rgb(221 221 221 / var(--tw-border-opacity))}.border-black\/20{border-color:#0003}.bg-inherit{background-color:inherit}.bg-current{background-color:currentColor}.bg-transparent{background-color:transparent}.bg-black{--tw-bg-opacity: 1;background-color:rgb(0 0 0 / var(--tw-bg-opacity))}.bg-white{--tw-bg-opacity: 1;background-color:rgb(255 255 255 / var(--tw-bg-opacity))}.bg-slate-50{--tw-bg-opacity: 1;background-color:rgb(248 250 252 / var(--tw-bg-opacity))}.bg-slate-100{--tw-bg-opacity: 1;background-color:rgb(241 245 249 / var(--tw-bg-opacity))}.bg-slate-200{--tw-bg-opacity: 1;background-color:rgb(226 232 240 / var(--tw-bg-opacity))}.bg-slate-300{--tw-bg-opacity: 1;background-color:rgb(203 213 225 / var(--tw-bg-opacity))}.bg-slate-400{--tw-bg-opacity: 1;background-color:rgb(148 163 184 / var(--tw-bg-opacity))}.bg-slate-500{--tw-bg-opacity: 1;background-color:rgb(100 116 139 / var(--tw-bg-opacity))}.bg-slate-600{--tw-bg-opacity: 1;background-color:rgb(71 85 105 / var(--tw-bg-opacity))}.bg-slate-700{--tw-bg-opacity: 1;background-color:rgb(51 65 85 / var(--tw-bg-opacity))}.bg-slate-800{--tw-bg-opacity: 1;background-color:rgb(30 41 59 / var(--tw-bg-opacity))}.bg-slate-900{--tw-bg-opacity: 1;background-color:rgb(15 23 42 / var(--tw-bg-opacity))}.bg-gray-50{--tw-bg-opacity: 1;background-color:rgb(249 250 251 / var(--tw-bg-opacity))}.bg-gray-100{--tw-bg-opacity: 1;background-color:rgb(243 244 246 / var(--tw-bg-opacity))}.bg-gray-200{--tw-bg-opacity: 1;background-color:rgb(229 231 235 / var(--tw-bg-opacity))}.bg-gray-300{--tw-bg-opacity: 1;background-color:rgb(209 213 219 / var(--tw-bg-opacity))}.bg-gray-400{--tw-bg-opacity: 1;background-color:rgb(156 163 175 / var(--tw-bg-opacity))}.bg-gray-500{--tw-bg-opacity: 1;background-color:rgb(107 114 128 / var(--tw-bg-opacity))}.bg-gray-600{--tw-bg-opacity: 1;background-color:rgb(75 85 99 / var(--tw-bg-opacity))}.bg-gray-700{--tw-bg-opacity: 1;background-color:rgb(55 65 81 / var(--tw-bg-opacity))}.bg-gray-800{--tw-bg-opacity: 1;background-color:rgb(31 41 55 / var(--tw-bg-opacity))}.bg-gray-900{--tw-bg-opacity: 1;background-color:rgb(17 24 39 / var(--tw-bg-opacity))}.bg-zinc-50{--tw-bg-opacity: 1;background-color:rgb(250 250 250 / var(--tw-bg-opacity))}.bg-zinc-100{--tw-bg-opacity: 1;background-color:rgb(244 244 245 / var(--tw-bg-opacity))}.bg-zinc-200{--tw-bg-opacity: 1;background-color:rgb(228 228 231 / var(--tw-bg-opacity))}.bg-zinc-300{--tw-bg-opacity: 1;background-color:rgb(212 212 216 / var(--tw-bg-opacity))}.bg-zinc-400{--tw-bg-opacity: 1;background-color:rgb(161 161 170 / var(--tw-bg-opacity))}.bg-zinc-500{--tw-bg-opacity: 1;background-color:rgb(113 113 122 / var(--tw-bg-opacity))}.bg-zinc-600{--tw-bg-opacity: 1;background-color:rgb(82 82 91 / var(--tw-bg-opacity))}.bg-zinc-700{--tw-bg-opacity: 1;background-color:rgb(63 63 70 / var(--tw-bg-opacity))}.bg-zinc-800{--tw-bg-opacity: 1;background-color:rgb(39 39 42 / var(--tw-bg-opacity))}.bg-zinc-900{--tw-bg-opacity: 1;background-color:rgb(24 24 27 / var(--tw-bg-opacity))}.bg-neutral-50{--tw-bg-opacity: 1;background-color:rgb(250 250 250 / var(--tw-bg-opacity))}.bg-neutral-100{--tw-bg-opacity: 1;background-color:rgb(245 245 245 / var(--tw-bg-opacity))}.bg-neutral-200{--tw-bg-opacity: 1;background-color:rgb(229 229 229 / var(--tw-bg-opacity))}.bg-neutral-300{--tw-bg-opacity: 1;background-color:rgb(212 212 212 / var(--tw-bg-opacity))}.bg-neutral-400{--tw-bg-opacity: 1;background-color:rgb(163 163 163 / var(--tw-bg-opacity))}.bg-neutral-500{--tw-bg-opacity: 1;background-color:rgb(115 115 115 / var(--tw-bg-opacity))}.bg-neutral-600{--tw-bg-opacity: 1;background-color:rgb(82 82 82 / var(--tw-bg-opacity))}.bg-neutral-700{--tw-bg-opacity: 1;background-color:rgb(64 64 64 / var(--tw-bg-opacity))}.bg-neutral-800{--tw-bg-opacity: 1;background-color:rgb(38 38 38 / var(--tw-bg-opacity))}.bg-neutral-900{--tw-bg-opacity: 1;background-color:rgb(23 23 23 / var(--tw-bg-opacity))}.bg-stone-50{--tw-bg-opacity: 1;background-color:rgb(250 250 249 / var(--tw-bg-opacity))}.bg-stone-100{--tw-bg-opacity: 1;background-color:rgb(245 245 244 / var(--tw-bg-opacity))}.bg-stone-200{--tw-bg-opacity: 1;background-color:rgb(231 229 228 / var(--tw-bg-opacity))}.bg-stone-300{--tw-bg-opacity: 1;background-color:rgb(214 211 209 / var(--tw-bg-opacity))}.bg-stone-400{--tw-bg-opacity: 1;background-color:rgb(168 162 158 / var(--tw-bg-opacity))}.bg-stone-500{--tw-bg-opacity: 1;background-color:rgb(120 113 108 / var(--tw-bg-opacity))}.bg-stone-600{--tw-bg-opacity: 1;background-color:rgb(87 83 78 / var(--tw-bg-opacity))}.bg-stone-700{--tw-bg-opacity: 1;background-color:rgb(68 64 60 / var(--tw-bg-opacity))}.bg-stone-800{--tw-bg-opacity: 1;background-color:rgb(41 37 36 / var(--tw-bg-opacity))}.bg-stone-900{--tw-bg-opacity: 1;background-color:rgb(28 25 23 / var(--tw-bg-opacity))}.bg-red-50{--tw-bg-opacity: 1;background-color:rgb(254 242 242 / var(--tw-bg-opacity))}.bg-red-100{--tw-bg-opacity: 1;background-color:rgb(254 226 226 / var(--tw-bg-opacity))}.bg-red-200{--tw-bg-opacity: 1;background-color:rgb(254 202 202 / var(--tw-bg-opacity))}.bg-red-300{--tw-bg-opacity: 1;background-color:rgb(252 165 165 / var(--tw-bg-opacity))}.bg-red-400{--tw-bg-opacity: 1;background-color:rgb(248 113 113 / var(--tw-bg-opacity))}.bg-red-500{--tw-bg-opacity: 1;background-color:rgb(239 68 68 / var(--tw-bg-opacity))}.bg-red-600{--tw-bg-opacity: 1;background-color:rgb(220 38 38 / var(--tw-bg-opacity))}.bg-red-700{--tw-bg-opacity: 1;background-color:rgb(185 28 28 / var(--tw-bg-opacity))}.bg-red-800{--tw-bg-opacity: 1;background-color:rgb(153 27 27 / var(--tw-bg-opacity))}.bg-red-900{--tw-bg-opacity: 1;background-color:rgb(127 29 29 / var(--tw-bg-opacity))}.bg-orange-50{--tw-bg-opacity: 1;background-color:rgb(255 247 237 / var(--tw-bg-opacity))}.bg-orange-100{--tw-bg-opacity: 1;background-color:rgb(255 237 213 / var(--tw-bg-opacity))}.bg-orange-200{--tw-bg-opacity: 1;background-color:rgb(254 215 170 / var(--tw-bg-opacity))}.bg-orange-300{--tw-bg-opacity: 1;background-color:rgb(253 186 116 / var(--tw-bg-opacity))}.bg-orange-400{--tw-bg-opacity: 1;background-color:rgb(251 146 60 / var(--tw-bg-opacity))}.bg-orange-500{--tw-bg-opacity: 1;background-color:rgb(249 115 22 / var(--tw-bg-opacity))}.bg-orange-600{--tw-bg-opacity: 1;background-color:rgb(234 88 12 / var(--tw-bg-opacity))}.bg-orange-700{--tw-bg-opacity: 1;background-color:rgb(194 65 12 / var(--tw-bg-opacity))}.bg-orange-800{--tw-bg-opacity: 1;background-color:rgb(154 52 18 / var(--tw-bg-opacity))}.bg-orange-900{--tw-bg-opacity: 1;background-color:rgb(124 45 18 / var(--tw-bg-opacity))}.bg-amber-50{--tw-bg-opacity: 1;background-color:rgb(255 251 235 / var(--tw-bg-opacity))}.bg-amber-100{--tw-bg-opacity: 1;background-color:rgb(254 243 199 / var(--tw-bg-opacity))}.bg-amber-200{--tw-bg-opacity: 1;background-color:rgb(253 230 138 / var(--tw-bg-opacity))}.bg-amber-300{--tw-bg-opacity: 1;background-color:rgb(252 211 77 / var(--tw-bg-opacity))}.bg-amber-400{--tw-bg-opacity: 1;background-color:rgb(251 191 36 / var(--tw-bg-opacity))}.bg-amber-500{--tw-bg-opacity: 1;background-color:rgb(245 158 11 / var(--tw-bg-opacity))}.bg-amber-600{--tw-bg-opacity: 1;background-color:rgb(217 119 6 / var(--tw-bg-opacity))}.bg-amber-700{--tw-bg-opacity: 1;background-color:rgb(180 83 9 / var(--tw-bg-opacity))}.bg-amber-800{--tw-bg-opacity: 1;background-color:rgb(146 64 14 / var(--tw-bg-opacity))}.bg-amber-900{--tw-bg-opacity: 1;background-color:rgb(120 53 15 / var(--tw-bg-opacity))}.bg-yellow-50{--tw-bg-opacity: 1;background-color:rgb(254 252 232 / var(--tw-bg-opacity))}.bg-yellow-100{--tw-bg-opacity: 1;background-color:rgb(254 249 195 / var(--tw-bg-opacity))}.bg-yellow-200{--tw-bg-opacity: 1;background-color:rgb(254 240 138 / var(--tw-bg-opacity))}.bg-yellow-300{--tw-bg-opacity: 1;background-color:rgb(253 224 71 / var(--tw-bg-opacity))}.bg-yellow-400{--tw-bg-opacity: 1;background-color:rgb(250 204 21 / var(--tw-bg-opacity))}.bg-yellow-500{--tw-bg-opacity: 1;background-color:rgb(234 179 8 / var(--tw-bg-opacity))}.bg-yellow-600{--tw-bg-opacity: 1;background-color:rgb(202 138 4 / var(--tw-bg-opacity))}.bg-yellow-700{--tw-bg-opacity: 1;background-color:rgb(161 98 7 / var(--tw-bg-opacity))}.bg-yellow-800{--tw-bg-opacity: 1;background-color:rgb(133 77 14 / var(--tw-bg-opacity))}.bg-yellow-900{--tw-bg-opacity: 1;background-color:rgb(113 63 18 / var(--tw-bg-opacity))}.bg-lime-50{--tw-bg-opacity: 1;background-color:rgb(247 254 231 / var(--tw-bg-opacity))}.bg-lime-100{--tw-bg-opacity: 1;background-color:rgb(236 252 203 / var(--tw-bg-opacity))}.bg-lime-200{--tw-bg-opacity: 1;background-color:rgb(217 249 157 / var(--tw-bg-opacity))}.bg-lime-300{--tw-bg-opacity: 1;background-color:rgb(190 242 100 / var(--tw-bg-opacity))}.bg-lime-400{--tw-bg-opacity: 1;background-color:rgb(163 230 53 / var(--tw-bg-opacity))}.bg-lime-500{--tw-bg-opacity: 1;background-color:rgb(132 204 22 / var(--tw-bg-opacity))}.bg-lime-600{--tw-bg-opacity: 1;background-color:rgb(101 163 13 / var(--tw-bg-opacity))}.bg-lime-700{--tw-bg-opacity: 1;background-color:rgb(77 124 15 / var(--tw-bg-opacity))}.bg-lime-800{--tw-bg-opacity: 1;background-color:rgb(63 98 18 / var(--tw-bg-opacity))}.bg-lime-900{--tw-bg-opacity: 1;background-color:rgb(54 83 20 / var(--tw-bg-opacity))}.bg-green-50{--tw-bg-opacity: 1;background-color:rgb(240 253 244 / var(--tw-bg-opacity))}.bg-green-100{--tw-bg-opacity: 1;background-color:rgb(220 252 231 / var(--tw-bg-opacity))}.bg-green-200{--tw-bg-opacity: 1;background-color:rgb(187 247 208 / var(--tw-bg-opacity))}.bg-green-300{--tw-bg-opacity: 1;background-color:rgb(134 239 172 / var(--tw-bg-opacity))}.bg-green-400{--tw-bg-opacity: 1;background-color:rgb(74 222 128 / var(--tw-bg-opacity))}.bg-green-500{--tw-bg-opacity: 1;background-color:rgb(34 197 94 / var(--tw-bg-opacity))}.bg-green-600{--tw-bg-opacity: 1;background-color:rgb(22 163 74 / var(--tw-bg-opacity))}.bg-green-700{--tw-bg-opacity: 1;background-color:rgb(21 128 61 / var(--tw-bg-opacity))}.bg-green-800{--tw-bg-opacity: 1;background-color:rgb(22 101 52 / var(--tw-bg-opacity))}.bg-green-900{--tw-bg-opacity: 1;background-color:rgb(20 83 45 / var(--tw-bg-opacity))}.bg-emerald-50{--tw-bg-opacity: 1;background-color:rgb(236 253 245 / var(--tw-bg-opacity))}.bg-emerald-100{--tw-bg-opacity: 1;background-color:rgb(209 250 229 / var(--tw-bg-opacity))}.bg-emerald-200{--tw-bg-opacity: 1;background-color:rgb(167 243 208 / var(--tw-bg-opacity))}.bg-emerald-300{--tw-bg-opacity: 1;background-color:rgb(110 231 183 / var(--tw-bg-opacity))}.bg-emerald-400{--tw-bg-opacity: 1;background-color:rgb(52 211 153 / var(--tw-bg-opacity))}.bg-emerald-500{--tw-bg-opacity: 1;background-color:rgb(16 185 129 / var(--tw-bg-opacity))}.bg-emerald-600{--tw-bg-opacity: 1;background-color:rgb(5 150 105 / var(--tw-bg-opacity))}.bg-emerald-700{--tw-bg-opacity: 1;background-color:rgb(4 120 87 / var(--tw-bg-opacity))}.bg-emerald-800{--tw-bg-opacity: 1;background-color:rgb(6 95 70 / var(--tw-bg-opacity))}.bg-emerald-900{--tw-bg-opacity: 1;background-color:rgb(6 78 59 / var(--tw-bg-opacity))}.bg-teal-50{--tw-bg-opacity: 1;background-color:rgb(240 253 250 / var(--tw-bg-opacity))}.bg-teal-100{--tw-bg-opacity: 1;background-color:rgb(204 251 241 / var(--tw-bg-opacity))}.bg-teal-200{--tw-bg-opacity: 1;background-color:rgb(153 246 228 / var(--tw-bg-opacity))}.bg-teal-300{--tw-bg-opacity: 1;background-color:rgb(94 234 212 / var(--tw-bg-opacity))}.bg-teal-400{--tw-bg-opacity: 1;background-color:rgb(45 212 191 / var(--tw-bg-opacity))}.bg-teal-500{--tw-bg-opacity: 1;background-color:rgb(20 184 166 / var(--tw-bg-opacity))}.bg-teal-600{--tw-bg-opacity: 1;background-color:rgb(13 148 136 / var(--tw-bg-opacity))}.bg-teal-700{--tw-bg-opacity: 1;background-color:rgb(15 118 110 / var(--tw-bg-opacity))}.bg-teal-800{--tw-bg-opacity: 1;background-color:rgb(17 94 89 / var(--tw-bg-opacity))}.bg-teal-900{--tw-bg-opacity: 1;background-color:rgb(19 78 74 / var(--tw-bg-opacity))}.bg-cyan-50{--tw-bg-opacity: 1;background-color:rgb(236 254 255 / var(--tw-bg-opacity))}.bg-cyan-100{--tw-bg-opacity: 1;background-color:rgb(207 250 254 / var(--tw-bg-opacity))}.bg-cyan-200{--tw-bg-opacity: 1;background-color:rgb(165 243 252 / var(--tw-bg-opacity))}.bg-cyan-300{--tw-bg-opacity: 1;background-color:rgb(103 232 249 / var(--tw-bg-opacity))}.bg-cyan-400{--tw-bg-opacity: 1;background-color:rgb(34 211 238 / var(--tw-bg-opacity))}.bg-cyan-500{--tw-bg-opacity: 1;background-color:rgb(6 182 212 / var(--tw-bg-opacity))}.bg-cyan-600{--tw-bg-opacity: 1;background-color:rgb(8 145 178 / var(--tw-bg-opacity))}.bg-cyan-700{--tw-bg-opacity: 1;background-color:rgb(14 116 144 / var(--tw-bg-opacity))}.bg-cyan-800{--tw-bg-opacity: 1;background-color:rgb(21 94 117 / var(--tw-bg-opacity))}.bg-cyan-900{--tw-bg-opacity: 1;background-color:rgb(22 78 99 / var(--tw-bg-opacity))}.bg-sky-50{--tw-bg-opacity: 1;background-color:rgb(240 249 255 / var(--tw-bg-opacity))}.bg-sky-100{--tw-bg-opacity: 1;background-color:rgb(224 242 254 / var(--tw-bg-opacity))}.bg-sky-200{--tw-bg-opacity: 1;background-color:rgb(186 230 253 / var(--tw-bg-opacity))}.bg-sky-300{--tw-bg-opacity: 1;background-color:rgb(125 211 252 / var(--tw-bg-opacity))}.bg-sky-400{--tw-bg-opacity: 1;background-color:rgb(56 189 248 / var(--tw-bg-opacity))}.bg-sky-500{--tw-bg-opacity: 1;background-color:rgb(14 165 233 / var(--tw-bg-opacity))}.bg-sky-600{--tw-bg-opacity: 1;background-color:rgb(2 132 199 / var(--tw-bg-opacity))}.bg-sky-700{--tw-bg-opacity: 1;background-color:rgb(3 105 161 / var(--tw-bg-opacity))}.bg-sky-800{--tw-bg-opacity: 1;background-color:rgb(7 89 133 / var(--tw-bg-opacity))}.bg-sky-900{--tw-bg-opacity: 1;background-color:rgb(12 74 110 / var(--tw-bg-opacity))}.bg-blue-50{--tw-bg-opacity: 1;background-color:rgb(239 246 255 / var(--tw-bg-opacity))}.bg-blue-100{--tw-bg-opacity: 1;background-color:rgb(219 234 254 / var(--tw-bg-opacity))}.bg-blue-200{--tw-bg-opacity: 1;background-color:rgb(191 219 254 / var(--tw-bg-opacity))}.bg-blue-300{--tw-bg-opacity: 1;background-color:rgb(147 197 253 / var(--tw-bg-opacity))}.bg-blue-400{--tw-bg-opacity: 1;background-color:rgb(96 165 250 / var(--tw-bg-opacity))}.bg-blue-500{--tw-bg-opacity: 1;background-color:rgb(59 130 246 / var(--tw-bg-opacity))}.bg-blue-600{--tw-bg-opacity: 1;background-color:rgb(37 99 235 / var(--tw-bg-opacity))}.bg-blue-700{--tw-bg-opacity: 1;background-color:rgb(29 78 216 / var(--tw-bg-opacity))}.bg-blue-800{--tw-bg-opacity: 1;background-color:rgb(30 64 175 / var(--tw-bg-opacity))}.bg-blue-900{--tw-bg-opacity: 1;background-color:rgb(30 58 138 / var(--tw-bg-opacity))}.bg-indigo-50{--tw-bg-opacity: 1;background-color:rgb(238 242 255 / var(--tw-bg-opacity))}.bg-indigo-100{--tw-bg-opacity: 1;background-color:rgb(224 231 255 / var(--tw-bg-opacity))}.bg-indigo-200{--tw-bg-opacity: 1;background-color:rgb(199 210 254 / var(--tw-bg-opacity))}.bg-indigo-300{--tw-bg-opacity: 1;background-color:rgb(165 180 252 / var(--tw-bg-opacity))}.bg-indigo-400{--tw-bg-opacity: 1;background-color:rgb(129 140 248 / var(--tw-bg-opacity))}.bg-indigo-500{--tw-bg-opacity: 1;background-color:rgb(99 102 241 / var(--tw-bg-opacity))}.bg-indigo-600{--tw-bg-opacity: 1;background-color:rgb(79 70 229 / var(--tw-bg-opacity))}.bg-indigo-700{--tw-bg-opacity: 1;background-color:rgb(67 56 202 / var(--tw-bg-opacity))}.bg-indigo-800{--tw-bg-opacity: 1;background-color:rgb(55 48 163 / var(--tw-bg-opacity))}.bg-indigo-900{--tw-bg-opacity: 1;background-color:rgb(49 46 129 / var(--tw-bg-opacity))}.bg-violet-50{--tw-bg-opacity: 1;background-color:rgb(245 243 255 / var(--tw-bg-opacity))}.bg-violet-100{--tw-bg-opacity: 1;background-color:rgb(237 233 254 / var(--tw-bg-opacity))}.bg-violet-200{--tw-bg-opacity: 1;background-color:rgb(221 214 254 / var(--tw-bg-opacity))}.bg-violet-300{--tw-bg-opacity: 1;background-color:rgb(196 181 253 / var(--tw-bg-opacity))}.bg-violet-400{--tw-bg-opacity: 1;background-color:rgb(167 139 250 / var(--tw-bg-opacity))}.bg-violet-500{--tw-bg-opacity: 1;background-color:rgb(139 92 246 / var(--tw-bg-opacity))}.bg-violet-600{--tw-bg-opacity: 1;background-color:rgb(124 58 237 / var(--tw-bg-opacity))}.bg-violet-700{--tw-bg-opacity: 1;background-color:rgb(109 40 217 / var(--tw-bg-opacity))}.bg-violet-800{--tw-bg-opacity: 1;background-color:rgb(91 33 182 / var(--tw-bg-opacity))}.bg-violet-900{--tw-bg-opacity: 1;background-color:rgb(76 29 149 / var(--tw-bg-opacity))}.bg-purple-50{--tw-bg-opacity: 1;background-color:rgb(250 245 255 / var(--tw-bg-opacity))}.bg-purple-100{--tw-bg-opacity: 1;background-color:rgb(243 232 255 / var(--tw-bg-opacity))}.bg-purple-200{--tw-bg-opacity: 1;background-color:rgb(233 213 255 / var(--tw-bg-opacity))}.bg-purple-300{--tw-bg-opacity: 1;background-color:rgb(216 180 254 / var(--tw-bg-opacity))}.bg-purple-400{--tw-bg-opacity: 1;background-color:rgb(192 132 252 / var(--tw-bg-opacity))}.bg-purple-500{--tw-bg-opacity: 1;background-color:rgb(168 85 247 / var(--tw-bg-opacity))}.bg-purple-600{--tw-bg-opacity: 1;background-color:rgb(147 51 234 / var(--tw-bg-opacity))}.bg-purple-700{--tw-bg-opacity: 1;background-color:rgb(126 34 206 / var(--tw-bg-opacity))}.bg-purple-800{--tw-bg-opacity: 1;background-color:rgb(107 33 168 / var(--tw-bg-opacity))}.bg-purple-900{--tw-bg-opacity: 1;background-color:rgb(88 28 135 / var(--tw-bg-opacity))}.bg-fuchsia-50{--tw-bg-opacity: 1;background-color:rgb(253 244 255 / var(--tw-bg-opacity))}.bg-fuchsia-100{--tw-bg-opacity: 1;background-color:rgb(250 232 255 / var(--tw-bg-opacity))}.bg-fuchsia-200{--tw-bg-opacity: 1;background-color:rgb(245 208 254 / var(--tw-bg-opacity))}.bg-fuchsia-300{--tw-bg-opacity: 1;background-color:rgb(240 171 252 / var(--tw-bg-opacity))}.bg-fuchsia-400{--tw-bg-opacity: 1;background-color:rgb(232 121 249 / var(--tw-bg-opacity))}.bg-fuchsia-500{--tw-bg-opacity: 1;background-color:rgb(217 70 239 / var(--tw-bg-opacity))}.bg-fuchsia-600{--tw-bg-opacity: 1;background-color:rgb(192 38 211 / var(--tw-bg-opacity))}.bg-fuchsia-700{--tw-bg-opacity: 1;background-color:rgb(162 28 175 / var(--tw-bg-opacity))}.bg-fuchsia-800{--tw-bg-opacity: 1;background-color:rgb(134 25 143 / var(--tw-bg-opacity))}.bg-fuchsia-900{--tw-bg-opacity: 1;background-color:rgb(112 26 117 / var(--tw-bg-opacity))}.bg-pink-50{--tw-bg-opacity: 1;background-color:rgb(253 242 248 / var(--tw-bg-opacity))}.bg-pink-100{--tw-bg-opacity: 1;background-color:rgb(252 231 243 / var(--tw-bg-opacity))}.bg-pink-200{--tw-bg-opacity: 1;background-color:rgb(251 207 232 / var(--tw-bg-opacity))}.bg-pink-300{--tw-bg-opacity: 1;background-color:rgb(249 168 212 / var(--tw-bg-opacity))}.bg-pink-400{--tw-bg-opacity: 1;background-color:rgb(244 114 182 / var(--tw-bg-opacity))}.bg-pink-500{--tw-bg-opacity: 1;background-color:rgb(236 72 153 / var(--tw-bg-opacity))}.bg-pink-600{--tw-bg-opacity: 1;background-color:rgb(219 39 119 / var(--tw-bg-opacity))}.bg-pink-700{--tw-bg-opacity: 1;background-color:rgb(190 24 93 / var(--tw-bg-opacity))}.bg-pink-800{--tw-bg-opacity: 1;background-color:rgb(157 23 77 / var(--tw-bg-opacity))}.bg-pink-900{--tw-bg-opacity: 1;background-color:rgb(131 24 67 / var(--tw-bg-opacity))}.bg-rose-50{--tw-bg-opacity: 1;background-color:rgb(255 241 242 / var(--tw-bg-opacity))}.bg-rose-100{--tw-bg-opacity: 1;background-color:rgb(255 228 230 / var(--tw-bg-opacity))}.bg-rose-200{--tw-bg-opacity: 1;background-color:rgb(254 205 211 / var(--tw-bg-opacity))}.bg-rose-300{--tw-bg-opacity: 1;background-color:rgb(253 164 175 / var(--tw-bg-opacity))}.bg-rose-400{--tw-bg-opacity: 1;background-color:rgb(251 113 133 / var(--tw-bg-opacity))}.bg-rose-500{--tw-bg-opacity: 1;background-color:rgb(244 63 94 / var(--tw-bg-opacity))}.bg-rose-600{--tw-bg-opacity: 1;background-color:rgb(225 29 72 / var(--tw-bg-opacity))}.bg-rose-700{--tw-bg-opacity: 1;background-color:rgb(190 18 60 / var(--tw-bg-opacity))}.bg-rose-800{--tw-bg-opacity: 1;background-color:rgb(159 18 57 / var(--tw-bg-opacity))}.bg-rose-900{--tw-bg-opacity: 1;background-color:rgb(136 19 55 / var(--tw-bg-opacity))}.bg-black\/80{background-color:#000c}.bg-black\/70{background-color:#000000b3}.bg-\[lightgrey\]{--tw-bg-opacity: 1;background-color:rgb(211 211 211 / var(--tw-bg-opacity))}.bg-\[\#E1E9FE\]{--tw-bg-opacity: 1;background-color:rgb(225 233 254 / var(--tw-bg-opacity))}.bg-\[\#F5F8FF\]{--tw-bg-opacity: 1;background-color:rgb(245 248 255 / var(--tw-bg-opacity))}.bg-\[\#E3F6FB\]{--tw-bg-opacity: 1;background-color:rgb(227 246 251 / var(--tw-bg-opacity))}.bg-\[\#39B5B2\]{--tw-bg-opacity: 1;background-color:rgb(57 181 178 / var(--tw-bg-opacity))}.bg-\[\#FCB11D\]{--tw-bg-opacity: 1;background-color:rgb(252 177 29 / var(--tw-bg-opacity))}.bg-\[\#E9E4DE\]{--tw-bg-opacity: 1;background-color:rgb(233 228 222 / var(--tw-bg-opacity))}.bg-\[\#5384BC\]{--tw-bg-opacity: 1;background-color:rgb(83 132 188 / var(--tw-bg-opacity))}.bg-cover{background-size:cover}.bg-center{background-position:center}.bg-no-repeat{background-repeat:no-repeat}.object-contain{-o-object-fit:contain;object-fit:contain}.object-cover{-o-object-fit:cover;object-fit:cover}.object-center{-o-object-position:center;object-position:center}.p-\[0px\]{padding:0}.p-\[1px\]{padding:1px}.p-\[2px\]{padding:2px}.p-\[3px\]{padding:3px}.p-\[4px\]{padding:4px}.p-\[5px\]{padding:5px}.p-\[6px\]{padding:6px}.p-\[7px\]{padding:7px}.p-\[8px\]{padding:8px}.p-\[9px\]{padding:9px}.p-\[10px\]{padding:10px}.p-\[11px\]{padding:11px}.p-\[12px\]{padding:12px}.p-\[13px\]{padding:13px}.p-\[14px\]{padding:14px}.p-\[15px\]{padding:15px}.p-\[16px\]{padding:16px}.p-\[17px\]{padding:17px}.p-\[18px\]{padding:18px}.p-\[19px\]{padding:19px}.p-\[20px\]{padding:20px}.p-\[21px\]{padding:21px}.p-\[22px\]{padding:22px}.p-\[23px\]{padding:23px}.p-\[24px\]{padding:24px}.p-\[25px\]{padding:25px}.p-\[26px\]{padding:26px}.p-\[27px\]{padding:27px}.p-\[28px\]{padding:28px}.p-\[29px\]{padding:29px}.p-\[30px\]{padding:30px}.p-\[31px\]{padding:31px}.p-\[32px\]{padding:32px}.p-\[33px\]{padding:33px}.p-\[34px\]{padding:34px}.p-\[35px\]{padding:35px}.p-\[36px\]{padding:36px}.p-\[37px\]{padding:37px}.p-\[38px\]{padding:38px}.p-\[39px\]{padding:39px}.p-\[40px\]{padding:40px}.p-\[41px\]{padding:41px}.p-\[42px\]{padding:42px}.p-\[43px\]{padding:43px}.p-\[44px\]{padding:44px}.p-\[45px\]{padding:45px}.p-\[46px\]{padding:46px}.p-\[47px\]{padding:47px}.p-\[48px\]{padding:48px}.p-\[49px\]{padding:49px}.p-\[50px\]{padding:50px}.p-\[51px\]{padding:51px}.p-\[52px\]{padding:52px}.p-\[53px\]{padding:53px}.p-\[54px\]{padding:54px}.p-\[55px\]{padding:55px}.p-\[56px\]{padding:56px}.p-\[57px\]{padding:57px}.p-\[58px\]{padding:58px}.p-\[59px\]{padding:59px}.p-\[60px\]{padding:60px}.p-\[61px\]{padding:61px}.p-\[62px\]{padding:62px}.p-\[63px\]{padding:63px}.p-\[64px\]{padding:64px}.p-\[65px\]{padding:65px}.p-\[66px\]{padding:66px}.p-\[67px\]{padding:67px}.p-\[68px\]{padding:68px}.p-\[69px\]{padding:69px}.p-\[70px\]{padding:70px}.p-\[71px\]{padding:71px}.p-\[72px\]{padding:72px}.p-\[73px\]{padding:73px}.p-\[74px\]{padding:74px}.p-\[75px\]{padding:75px}.p-\[76px\]{padding:76px}.p-\[77px\]{padding:77px}.p-\[78px\]{padding:78px}.p-\[79px\]{padding:79px}.p-\[80px\]{padding:80px}.p-\[81px\]{padding:81px}.p-\[82px\]{padding:82px}.p-\[83px\]{padding:83px}.p-\[84px\]{padding:84px}.p-\[85px\]{padding:85px}.p-\[86px\]{padding:86px}.p-\[87px\]{padding:87px}.p-\[88px\]{padding:88px}.p-\[89px\]{padding:89px}.p-\[90px\]{padding:90px}.p-\[91px\]{padding:91px}.p-\[92px\]{padding:92px}.p-\[93px\]{padding:93px}.p-\[94px\]{padding:94px}.p-\[95px\]{padding:95px}.p-\[96px\]{padding:96px}.p-\[97px\]{padding:97px}.p-\[98px\]{padding:98px}.p-\[99px\]{padding:99px}.p-\[100px\]{padding:100px}.p-0{padding:0}.p-1{padding:.25rem}.p-2{padding:.5rem}.p-3{padding:.75rem}.p-4{padding:1rem}.p-5{padding:1.25rem}.p-6{padding:1.5rem}.p-7{padding:1.75rem}.p-8{padding:2rem}.p-9{padding:2.25rem}.p-10{padding:2.5rem}.p-11{padding:2.75rem}.p-12{padding:3rem}.p-14{padding:3.5rem}.p-16{padding:4rem}.p-20{padding:5rem}.p-24{padding:6rem}.p-28{padding:7rem}.p-32{padding:8rem}.p-36{padding:9rem}.p-40{padding:10rem}.p-44{padding:11rem}.p-48{padding:12rem}.p-52{padding:13rem}.p-56{padding:14rem}.p-60{padding:15rem}.p-64{padding:16rem}.p-72{padding:18rem}.p-80{padding:20rem}.p-96{padding:24rem}.p-px{padding:1px}.p-0\.5{padding:.125rem}.p-1\.5{padding:.375rem}.p-2\.5{padding:.625rem}.p-3\.5{padding:.875rem}.px-\[0px\]{padding-left:0;padding-right:0}.px-\[1px\]{padding-left:1px;padding-right:1px}.px-\[2px\]{padding-left:2px;padding-right:2px}.px-\[3px\]{padding-left:3px;padding-right:3px}.px-\[4px\]{padding-left:4px;padding-right:4px}.px-\[5px\]{padding-left:5px;padding-right:5px}.px-\[6px\]{padding-left:6px;padding-right:6px}.px-\[7px\]{padding-left:7px;padding-right:7px}.px-\[8px\]{padding-left:8px;padding-right:8px}.px-\[9px\]{padding-left:9px;padding-right:9px}.px-\[10px\]{padding-left:10px;padding-right:10px}.px-\[11px\]{padding-left:11px;padding-right:11px}.px-\[12px\]{padding-left:12px;padding-right:12px}.px-\[13px\]{padding-left:13px;padding-right:13px}.px-\[14px\]{padding-left:14px;padding-right:14px}.px-\[15px\]{padding-left:15px;padding-right:15px}.px-\[16px\]{padding-left:16px;padding-right:16px}.px-\[17px\]{padding-left:17px;padding-right:17px}.px-\[18px\]{padding-left:18px;padding-right:18px}.px-\[19px\]{padding-left:19px;padding-right:19px}.px-\[20px\]{padding-left:20px;padding-right:20px}.px-\[21px\]{padding-left:21px;padding-right:21px}.px-\[22px\]{padding-left:22px;padding-right:22px}.px-\[23px\]{padding-left:23px;padding-right:23px}.px-\[24px\]{padding-left:24px;padding-right:24px}.px-\[25px\]{padding-left:25px;padding-right:25px}.px-\[26px\]{padding-left:26px;padding-right:26px}.px-\[27px\]{padding-left:27px;padding-right:27px}.px-\[28px\]{padding-left:28px;padding-right:28px}.px-\[29px\]{padding-left:29px;padding-right:29px}.px-\[30px\]{padding-left:30px;padding-right:30px}.px-\[31px\]{padding-left:31px;padding-right:31px}.px-\[32px\]{padding-left:32px;padding-right:32px}.px-\[33px\]{padding-left:33px;padding-right:33px}.px-\[34px\]{padding-left:34px;padding-right:34px}.px-\[35px\]{padding-left:35px;padding-right:35px}.px-\[36px\]{padding-left:36px;padding-right:36px}.px-\[37px\]{padding-left:37px;padding-right:37px}.px-\[38px\]{padding-left:38px;padding-right:38px}.px-\[39px\]{padding-left:39px;padding-right:39px}.px-\[40px\]{padding-left:40px;padding-right:40px}.px-\[41px\]{padding-left:41px;padding-right:41px}.px-\[42px\]{padding-left:42px;padding-right:42px}.px-\[43px\]{padding-left:43px;padding-right:43px}.px-\[44px\]{padding-left:44px;padding-right:44px}.px-\[45px\]{padding-left:45px;padding-right:45px}.px-\[46px\]{padding-left:46px;padding-right:46px}.px-\[47px\]{padding-left:47px;padding-right:47px}.px-\[48px\]{padding-left:48px;padding-right:48px}.px-\[49px\]{padding-left:49px;padding-right:49px}.px-\[50px\]{padding-left:50px;padding-right:50px}.px-\[51px\]{padding-left:51px;padding-right:51px}.px-\[52px\]{padding-left:52px;padding-right:52px}.px-\[53px\]{padding-left:53px;padding-right:53px}.px-\[54px\]{padding-left:54px;padding-right:54px}.px-\[55px\]{padding-left:55px;padding-right:55px}.px-\[56px\]{padding-left:56px;padding-right:56px}.px-\[57px\]{padding-left:57px;padding-right:57px}.px-\[58px\]{padding-left:58px;padding-right:58px}.px-\[59px\]{padding-left:59px;padding-right:59px}.px-\[60px\]{padding-left:60px;padding-right:60px}.px-\[61px\]{padding-left:61px;padding-right:61px}.px-\[62px\]{padding-left:62px;padding-right:62px}.px-\[63px\]{padding-left:63px;padding-right:63px}.px-\[64px\]{padding-left:64px;padding-right:64px}.px-\[65px\]{padding-left:65px;padding-right:65px}.px-\[66px\]{padding-left:66px;padding-right:66px}.px-\[67px\]{padding-left:67px;padding-right:67px}.px-\[68px\]{padding-left:68px;padding-right:68px}.px-\[69px\]{padding-left:69px;padding-right:69px}.px-\[70px\]{padding-left:70px;padding-right:70px}.px-\[71px\]{padding-left:71px;padding-right:71px}.px-\[72px\]{padding-left:72px;padding-right:72px}.px-\[73px\]{padding-left:73px;padding-right:73px}.px-\[74px\]{padding-left:74px;padding-right:74px}.px-\[75px\]{padding-left:75px;padding-right:75px}.px-\[76px\]{padding-left:76px;padding-right:76px}.px-\[77px\]{padding-left:77px;padding-right:77px}.px-\[78px\]{padding-left:78px;padding-right:78px}.px-\[79px\]{padding-left:79px;padding-right:79px}.px-\[80px\]{padding-left:80px;padding-right:80px}.px-\[81px\]{padding-left:81px;padding-right:81px}.px-\[82px\]{padding-left:82px;padding-right:82px}.px-\[83px\]{padding-left:83px;padding-right:83px}.px-\[84px\]{padding-left:84px;padding-right:84px}.px-\[85px\]{padding-left:85px;padding-right:85px}.px-\[86px\]{padding-left:86px;padding-right:86px}.px-\[87px\]{padding-left:87px;padding-right:87px}.px-\[88px\]{padding-left:88px;padding-right:88px}.px-\[89px\]{padding-left:89px;padding-right:89px}.px-\[90px\]{padding-left:90px;padding-right:90px}.px-\[91px\]{padding-left:91px;padding-right:91px}.px-\[92px\]{padding-left:92px;padding-right:92px}.px-\[93px\]{padding-left:93px;padding-right:93px}.px-\[94px\]{padding-left:94px;padding-right:94px}.px-\[95px\]{padding-left:95px;padding-right:95px}.px-\[96px\]{padding-left:96px;padding-right:96px}.px-\[97px\]{padding-left:97px;padding-right:97px}.px-\[98px\]{padding-left:98px;padding-right:98px}.px-\[99px\]{padding-left:99px;padding-right:99px}.px-\[100px\]{padding-left:100px;padding-right:100px}.py-\[0px\]{padding-top:0;padding-bottom:0}.py-\[1px\]{padding-top:1px;padding-bottom:1px}.py-\[2px\]{padding-top:2px;padding-bottom:2px}.py-\[3px\]{padding-top:3px;padding-bottom:3px}.py-\[4px\]{padding-top:4px;padding-bottom:4px}.py-\[5px\]{padding-top:5px;padding-bottom:5px}.py-\[6px\]{padding-top:6px;padding-bottom:6px}.py-\[7px\]{padding-top:7px;padding-bottom:7px}.py-\[8px\]{padding-top:8px;padding-bottom:8px}.py-\[9px\]{padding-top:9px;padding-bottom:9px}.py-\[10px\]{padding-top:10px;padding-bottom:10px}.py-\[11px\]{padding-top:11px;padding-bottom:11px}.py-\[12px\]{padding-top:12px;padding-bottom:12px}.py-\[13px\]{padding-top:13px;padding-bottom:13px}.py-\[14px\]{padding-top:14px;padding-bottom:14px}.py-\[15px\]{padding-top:15px;padding-bottom:15px}.py-\[16px\]{padding-top:16px;padding-bottom:16px}.py-\[17px\]{padding-top:17px;padding-bottom:17px}.py-\[18px\]{padding-top:18px;padding-bottom:18px}.py-\[19px\]{padding-top:19px;padding-bottom:19px}.py-\[20px\]{padding-top:20px;padding-bottom:20px}.py-\[21px\]{padding-top:21px;padding-bottom:21px}.py-\[22px\]{padding-top:22px;padding-bottom:22px}.py-\[23px\]{padding-top:23px;padding-bottom:23px}.py-\[24px\]{padding-top:24px;padding-bottom:24px}.py-\[25px\]{padding-top:25px;padding-bottom:25px}.py-\[26px\]{padding-top:26px;padding-bottom:26px}.py-\[27px\]{padding-top:27px;padding-bottom:27px}.py-\[28px\]{padding-top:28px;padding-bottom:28px}.py-\[29px\]{padding-top:29px;padding-bottom:29px}.py-\[30px\]{padding-top:30px;padding-bottom:30px}.py-\[31px\]{padding-top:31px;padding-bottom:31px}.py-\[32px\]{padding-top:32px;padding-bottom:32px}.py-\[33px\]{padding-top:33px;padding-bottom:33px}.py-\[34px\]{padding-top:34px;padding-bottom:34px}.py-\[35px\]{padding-top:35px;padding-bottom:35px}.py-\[36px\]{padding-top:36px;padding-bottom:36px}.py-\[37px\]{padding-top:37px;padding-bottom:37px}.py-\[38px\]{padding-top:38px;padding-bottom:38px}.py-\[39px\]{padding-top:39px;padding-bottom:39px}.py-\[40px\]{padding-top:40px;padding-bottom:40px}.py-\[41px\]{padding-top:41px;padding-bottom:41px}.py-\[42px\]{padding-top:42px;padding-bottom:42px}.py-\[43px\]{padding-top:43px;padding-bottom:43px}.py-\[44px\]{padding-top:44px;padding-bottom:44px}.py-\[45px\]{padding-top:45px;padding-bottom:45px}.py-\[46px\]{padding-top:46px;padding-bottom:46px}.py-\[47px\]{padding-top:47px;padding-bottom:47px}.py-\[48px\]{padding-top:48px;padding-bottom:48px}.py-\[49px\]{padding-top:49px;padding-bottom:49px}.py-\[50px\]{padding-top:50px;padding-bottom:50px}.py-\[51px\]{padding-top:51px;padding-bottom:51px}.py-\[52px\]{padding-top:52px;padding-bottom:52px}.py-\[53px\]{padding-top:53px;padding-bottom:53px}.py-\[54px\]{padding-top:54px;padding-bottom:54px}.py-\[55px\]{padding-top:55px;padding-bottom:55px}.py-\[56px\]{padding-top:56px;padding-bottom:56px}.py-\[57px\]{padding-top:57px;padding-bottom:57px}.py-\[58px\]{padding-top:58px;padding-bottom:58px}.py-\[59px\]{padding-top:59px;padding-bottom:59px}.py-\[60px\]{padding-top:60px;padding-bottom:60px}.py-\[61px\]{padding-top:61px;padding-bottom:61px}.py-\[62px\]{padding-top:62px;padding-bottom:62px}.py-\[63px\]{padding-top:63px;padding-bottom:63px}.py-\[64px\]{padding-top:64px;padding-bottom:64px}.py-\[65px\]{padding-top:65px;padding-bottom:65px}.py-\[66px\]{padding-top:66px;padding-bottom:66px}.py-\[67px\]{padding-top:67px;padding-bottom:67px}.py-\[68px\]{padding-top:68px;padding-bottom:68px}.py-\[69px\]{padding-top:69px;padding-bottom:69px}.py-\[70px\]{padding-top:70px;padding-bottom:70px}.py-\[71px\]{padding-top:71px;padding-bottom:71px}.py-\[72px\]{padding-top:72px;padding-bottom:72px}.py-\[73px\]{padding-top:73px;padding-bottom:73px}.py-\[74px\]{padding-top:74px;padding-bottom:74px}.py-\[75px\]{padding-top:75px;padding-bottom:75px}.py-\[76px\]{padding-top:76px;padding-bottom:76px}.py-\[77px\]{padding-top:77px;padding-bottom:77px}.py-\[78px\]{padding-top:78px;padding-bottom:78px}.py-\[79px\]{padding-top:79px;padding-bottom:79px}.py-\[80px\]{padding-top:80px;padding-bottom:80px}.py-\[81px\]{padding-top:81px;padding-bottom:81px}.py-\[82px\]{padding-top:82px;padding-bottom:82px}.py-\[83px\]{padding-top:83px;padding-bottom:83px}.py-\[84px\]{padding-top:84px;padding-bottom:84px}.py-\[85px\]{padding-top:85px;padding-bottom:85px}.py-\[86px\]{padding-top:86px;padding-bottom:86px}.py-\[87px\]{padding-top:87px;padding-bottom:87px}.py-\[88px\]{padding-top:88px;padding-bottom:88px}.py-\[89px\]{padding-top:89px;padding-bottom:89px}.py-\[90px\]{padding-top:90px;padding-bottom:90px}.py-\[91px\]{padding-top:91px;padding-bottom:91px}.py-\[92px\]{padding-top:92px;padding-bottom:92px}.py-\[93px\]{padding-top:93px;padding-bottom:93px}.py-\[94px\]{padding-top:94px;padding-bottom:94px}.py-\[95px\]{padding-top:95px;padding-bottom:95px}.py-\[96px\]{padding-top:96px;padding-bottom:96px}.py-\[97px\]{padding-top:97px;padding-bottom:97px}.py-\[98px\]{padding-top:98px;padding-bottom:98px}.py-\[99px\]{padding-top:99px;padding-bottom:99px}.py-\[100px\]{padding-top:100px;padding-bottom:100px}.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-5{padding-left:1.25rem;padding-right:1.25rem}.px-6{padding-left:1.5rem;padding-right:1.5rem}.px-7{padding-left:1.75rem;padding-right:1.75rem}.px-8{padding-left:2rem;padding-right:2rem}.px-9{padding-left:2.25rem;padding-right:2.25rem}.px-10{padding-left:2.5rem;padding-right:2.5rem}.px-11{padding-left:2.75rem;padding-right:2.75rem}.px-12{padding-left:3rem;padding-right:3rem}.px-14{padding-left:3.5rem;padding-right:3.5rem}.px-16{padding-left:4rem;padding-right:4rem}.px-20{padding-left:5rem;padding-right:5rem}.px-24{padding-left:6rem;padding-right:6rem}.px-28{padding-left:7rem;padding-right:7rem}.px-32{padding-left:8rem;padding-right:8rem}.px-36{padding-left:9rem;padding-right:9rem}.px-40{padding-left:10rem;padding-right:10rem}.px-44{padding-left:11rem;padding-right:11rem}.px-48{padding-left:12rem;padding-right:12rem}.px-52{padding-left:13rem;padding-right:13rem}.px-56{padding-left:14rem;padding-right:14rem}.px-60{padding-left:15rem;padding-right:15rem}.px-64{padding-left:16rem;padding-right:16rem}.px-72{padding-left:18rem;padding-right:18rem}.px-80{padding-left:20rem;padding-right:20rem}.px-96{padding-left:24rem;padding-right:24rem}.px-px{padding-left:1px;padding-right:1px}.px-0\.5{padding-left:.125rem;padding-right:.125rem}.px-1\.5{padding-left:.375rem;padding-right:.375rem}.px-2\.5{padding-left:.625rem;padding-right:.625rem}.px-3\.5{padding-left:.875rem;padding-right:.875rem}.py-0{padding-top:0;padding-bottom:0}.py-1{padding-top:.25rem;padding-bottom:.25rem}.py-2{padding-top:.5rem;padding-bottom:.5rem}.py-3{padding-top:.75rem;padding-bottom:.75rem}.py-4{padding-top:1rem;padding-bottom:1rem}.py-5{padding-top:1.25rem;padding-bottom:1.25rem}.py-6{padding-top:1.5rem;padding-bottom:1.5rem}.py-7{padding-top:1.75rem;padding-bottom:1.75rem}.py-8{padding-top:2rem;padding-bottom:2rem}.py-9{padding-top:2.25rem;padding-bottom:2.25rem}.py-10{padding-top:2.5rem;padding-bottom:2.5rem}.py-11{padding-top:2.75rem;padding-bottom:2.75rem}.py-12{padding-top:3rem;padding-bottom:3rem}.py-14{padding-top:3.5rem;padding-bottom:3.5rem}.py-16{padding-top:4rem;padding-bottom:4rem}.py-20{padding-top:5rem;padding-bottom:5rem}.py-24{padding-top:6rem;padding-bottom:6rem}.py-28{padding-top:7rem;padding-bottom:7rem}.py-32{padding-top:8rem;padding-bottom:8rem}.py-36{padding-top:9rem;padding-bottom:9rem}.py-40{padding-top:10rem;padding-bottom:10rem}.py-44{padding-top:11rem;padding-bottom:11rem}.py-48{padding-top:12rem;padding-bottom:12rem}.py-52{padding-top:13rem;padding-bottom:13rem}.py-56{padding-top:14rem;padding-bottom:14rem}.py-60{padding-top:15rem;padding-bottom:15rem}.py-64{padding-top:16rem;padding-bottom:16rem}.py-72{padding-top:18rem;padding-bottom:18rem}.py-80{padding-top:20rem;padding-bottom:20rem}.py-96{padding-top:24rem;padding-bottom:24rem}.py-px{padding-top:1px;padding-bottom:1px}.py-0\.5{padding-top:.125rem;padding-bottom:.125rem}.py-1\.5{padding-top:.375rem;padding-bottom:.375rem}.py-2\.5{padding-top:.625rem;padding-bottom:.625rem}.py-3\.5{padding-top:.875rem;padding-bottom:.875rem}.pt-\[0px\]{padding-top:0}.pt-\[1px\]{padding-top:1px}.pt-\[2px\]{padding-top:2px}.pt-\[3px\]{padding-top:3px}.pt-\[4px\]{padding-top:4px}.pt-\[5px\]{padding-top:5px}.pt-\[6px\]{padding-top:6px}.pt-\[7px\]{padding-top:7px}.pt-\[8px\]{padding-top:8px}.pt-\[9px\]{padding-top:9px}.pt-\[10px\]{padding-top:10px}.pt-\[11px\]{padding-top:11px}.pt-\[12px\]{padding-top:12px}.pt-\[13px\]{padding-top:13px}.pt-\[14px\]{padding-top:14px}.pt-\[15px\]{padding-top:15px}.pt-\[16px\]{padding-top:16px}.pt-\[17px\]{padding-top:17px}.pt-\[18px\]{padding-top:18px}.pt-\[19px\]{padding-top:19px}.pt-\[20px\]{padding-top:20px}.pt-\[21px\]{padding-top:21px}.pt-\[22px\]{padding-top:22px}.pt-\[23px\]{padding-top:23px}.pt-\[24px\]{padding-top:24px}.pt-\[25px\]{padding-top:25px}.pt-\[26px\]{padding-top:26px}.pt-\[27px\]{padding-top:27px}.pt-\[28px\]{padding-top:28px}.pt-\[29px\]{padding-top:29px}.pt-\[30px\]{padding-top:30px}.pt-\[31px\]{padding-top:31px}.pt-\[32px\]{padding-top:32px}.pt-\[33px\]{padding-top:33px}.pt-\[34px\]{padding-top:34px}.pt-\[35px\]{padding-top:35px}.pt-\[36px\]{padding-top:36px}.pt-\[37px\]{padding-top:37px}.pt-\[38px\]{padding-top:38px}.pt-\[39px\]{padding-top:39px}.pt-\[40px\]{padding-top:40px}.pt-\[41px\]{padding-top:41px}.pt-\[42px\]{padding-top:42px}.pt-\[43px\]{padding-top:43px}.pt-\[44px\]{padding-top:44px}.pt-\[45px\]{padding-top:45px}.pt-\[46px\]{padding-top:46px}.pt-\[47px\]{padding-top:47px}.pt-\[48px\]{padding-top:48px}.pt-\[49px\]{padding-top:49px}.pt-\[50px\]{padding-top:50px}.pt-\[51px\]{padding-top:51px}.pt-\[52px\]{padding-top:52px}.pt-\[53px\]{padding-top:53px}.pt-\[54px\]{padding-top:54px}.pt-\[55px\]{padding-top:55px}.pt-\[56px\]{padding-top:56px}.pt-\[57px\]{padding-top:57px}.pt-\[58px\]{padding-top:58px}.pt-\[59px\]{padding-top:59px}.pt-\[60px\]{padding-top:60px}.pt-\[61px\]{padding-top:61px}.pt-\[62px\]{padding-top:62px}.pt-\[63px\]{padding-top:63px}.pt-\[64px\]{padding-top:64px}.pt-\[65px\]{padding-top:65px}.pt-\[66px\]{padding-top:66px}.pt-\[67px\]{padding-top:67px}.pt-\[68px\]{padding-top:68px}.pt-\[69px\]{padding-top:69px}.pt-\[70px\]{padding-top:70px}.pt-\[71px\]{padding-top:71px}.pt-\[72px\]{padding-top:72px}.pt-\[73px\]{padding-top:73px}.pt-\[74px\]{padding-top:74px}.pt-\[75px\]{padding-top:75px}.pt-\[76px\]{padding-top:76px}.pt-\[77px\]{padding-top:77px}.pt-\[78px\]{padding-top:78px}.pt-\[79px\]{padding-top:79px}.pt-\[80px\]{padding-top:80px}.pt-\[81px\]{padding-top:81px}.pt-\[82px\]{padding-top:82px}.pt-\[83px\]{padding-top:83px}.pt-\[84px\]{padding-top:84px}.pt-\[85px\]{padding-top:85px}.pt-\[86px\]{padding-top:86px}.pt-\[87px\]{padding-top:87px}.pt-\[88px\]{padding-top:88px}.pt-\[89px\]{padding-top:89px}.pt-\[90px\]{padding-top:90px}.pt-\[91px\]{padding-top:91px}.pt-\[92px\]{padding-top:92px}.pt-\[93px\]{padding-top:93px}.pt-\[94px\]{padding-top:94px}.pt-\[95px\]{padding-top:95px}.pt-\[96px\]{padding-top:96px}.pt-\[97px\]{padding-top:97px}.pt-\[98px\]{padding-top:98px}.pt-\[99px\]{padding-top:99px}.pt-\[100px\]{padding-top:100px}.pr-\[0px\]{padding-right:0}.pr-\[1px\]{padding-right:1px}.pr-\[2px\]{padding-right:2px}.pr-\[3px\]{padding-right:3px}.pr-\[4px\]{padding-right:4px}.pr-\[5px\]{padding-right:5px}.pr-\[6px\]{padding-right:6px}.pr-\[7px\]{padding-right:7px}.pr-\[8px\]{padding-right:8px}.pr-\[9px\]{padding-right:9px}.pr-\[10px\]{padding-right:10px}.pr-\[11px\]{padding-right:11px}.pr-\[12px\]{padding-right:12px}.pr-\[13px\]{padding-right:13px}.pr-\[14px\]{padding-right:14px}.pr-\[15px\]{padding-right:15px}.pr-\[16px\]{padding-right:16px}.pr-\[17px\]{padding-right:17px}.pr-\[18px\]{padding-right:18px}.pr-\[19px\]{padding-right:19px}.pr-\[20px\]{padding-right:20px}.pr-\[21px\]{padding-right:21px}.pr-\[22px\]{padding-right:22px}.pr-\[23px\]{padding-right:23px}.pr-\[24px\]{padding-right:24px}.pr-\[25px\]{padding-right:25px}.pr-\[26px\]{padding-right:26px}.pr-\[27px\]{padding-right:27px}.pr-\[28px\]{padding-right:28px}.pr-\[29px\]{padding-right:29px}.pr-\[30px\]{padding-right:30px}.pr-\[31px\]{padding-right:31px}.pr-\[32px\]{padding-right:32px}.pr-\[33px\]{padding-right:33px}.pr-\[34px\]{padding-right:34px}.pr-\[35px\]{padding-right:35px}.pr-\[36px\]{padding-right:36px}.pr-\[37px\]{padding-right:37px}.pr-\[38px\]{padding-right:38px}.pr-\[39px\]{padding-right:39px}.pr-\[40px\]{padding-right:40px}.pr-\[41px\]{padding-right:41px}.pr-\[42px\]{padding-right:42px}.pr-\[43px\]{padding-right:43px}.pr-\[44px\]{padding-right:44px}.pr-\[45px\]{padding-right:45px}.pr-\[46px\]{padding-right:46px}.pr-\[47px\]{padding-right:47px}.pr-\[48px\]{padding-right:48px}.pr-\[49px\]{padding-right:49px}.pr-\[50px\]{padding-right:50px}.pr-\[51px\]{padding-right:51px}.pr-\[52px\]{padding-right:52px}.pr-\[53px\]{padding-right:53px}.pr-\[54px\]{padding-right:54px}.pr-\[55px\]{padding-right:55px}.pr-\[56px\]{padding-right:56px}.pr-\[57px\]{padding-right:57px}.pr-\[58px\]{padding-right:58px}.pr-\[59px\]{padding-right:59px}.pr-\[60px\]{padding-right:60px}.pr-\[61px\]{padding-right:61px}.pr-\[62px\]{padding-right:62px}.pr-\[63px\]{padding-right:63px}.pr-\[64px\]{padding-right:64px}.pr-\[65px\]{padding-right:65px}.pr-\[66px\]{padding-right:66px}.pr-\[67px\]{padding-right:67px}.pr-\[68px\]{padding-right:68px}.pr-\[69px\]{padding-right:69px}.pr-\[70px\]{padding-right:70px}.pr-\[71px\]{padding-right:71px}.pr-\[72px\]{padding-right:72px}.pr-\[73px\]{padding-right:73px}.pr-\[74px\]{padding-right:74px}.pr-\[75px\]{padding-right:75px}.pr-\[76px\]{padding-right:76px}.pr-\[77px\]{padding-right:77px}.pr-\[78px\]{padding-right:78px}.pr-\[79px\]{padding-right:79px}.pr-\[80px\]{padding-right:80px}.pr-\[81px\]{padding-right:81px}.pr-\[82px\]{padding-right:82px}.pr-\[83px\]{padding-right:83px}.pr-\[84px\]{padding-right:84px}.pr-\[85px\]{padding-right:85px}.pr-\[86px\]{padding-right:86px}.pr-\[87px\]{padding-right:87px}.pr-\[88px\]{padding-right:88px}.pr-\[89px\]{padding-right:89px}.pr-\[90px\]{padding-right:90px}.pr-\[91px\]{padding-right:91px}.pr-\[92px\]{padding-right:92px}.pr-\[93px\]{padding-right:93px}.pr-\[94px\]{padding-right:94px}.pr-\[95px\]{padding-right:95px}.pr-\[96px\]{padding-right:96px}.pr-\[97px\]{padding-right:97px}.pr-\[98px\]{padding-right:98px}.pr-\[99px\]{padding-right:99px}.pr-\[100px\]{padding-right:100px}.pb-\[0px\]{padding-bottom:0}.pb-\[1px\]{padding-bottom:1px}.pb-\[2px\]{padding-bottom:2px}.pb-\[3px\]{padding-bottom:3px}.pb-\[4px\]{padding-bottom:4px}.pb-\[5px\]{padding-bottom:5px}.pb-\[6px\]{padding-bottom:6px}.pb-\[7px\]{padding-bottom:7px}.pb-\[8px\]{padding-bottom:8px}.pb-\[9px\]{padding-bottom:9px}.pb-\[10px\]{padding-bottom:10px}.pb-\[11px\]{padding-bottom:11px}.pb-\[12px\]{padding-bottom:12px}.pb-\[13px\]{padding-bottom:13px}.pb-\[14px\]{padding-bottom:14px}.pb-\[15px\]{padding-bottom:15px}.pb-\[16px\]{padding-bottom:16px}.pb-\[17px\]{padding-bottom:17px}.pb-\[18px\]{padding-bottom:18px}.pb-\[19px\]{padding-bottom:19px}.pb-\[20px\]{padding-bottom:20px}.pb-\[21px\]{padding-bottom:21px}.pb-\[22px\]{padding-bottom:22px}.pb-\[23px\]{padding-bottom:23px}.pb-\[24px\]{padding-bottom:24px}.pb-\[25px\]{padding-bottom:25px}.pb-\[26px\]{padding-bottom:26px}.pb-\[27px\]{padding-bottom:27px}.pb-\[28px\]{padding-bottom:28px}.pb-\[29px\]{padding-bottom:29px}.pb-\[30px\]{padding-bottom:30px}.pb-\[31px\]{padding-bottom:31px}.pb-\[32px\]{padding-bottom:32px}.pb-\[33px\]{padding-bottom:33px}.pb-\[34px\]{padding-bottom:34px}.pb-\[35px\]{padding-bottom:35px}.pb-\[36px\]{padding-bottom:36px}.pb-\[37px\]{padding-bottom:37px}.pb-\[38px\]{padding-bottom:38px}.pb-\[39px\]{padding-bottom:39px}.pb-\[40px\]{padding-bottom:40px}.pb-\[41px\]{padding-bottom:41px}.pb-\[42px\]{padding-bottom:42px}.pb-\[43px\]{padding-bottom:43px}.pb-\[44px\]{padding-bottom:44px}.pb-\[45px\]{padding-bottom:45px}.pb-\[46px\]{padding-bottom:46px}.pb-\[47px\]{padding-bottom:47px}.pb-\[48px\]{padding-bottom:48px}.pb-\[49px\]{padding-bottom:49px}.pb-\[50px\]{padding-bottom:50px}.pb-\[51px\]{padding-bottom:51px}.pb-\[52px\]{padding-bottom:52px}.pb-\[53px\]{padding-bottom:53px}.pb-\[54px\]{padding-bottom:54px}.pb-\[55px\]{padding-bottom:55px}.pb-\[56px\]{padding-bottom:56px}.pb-\[57px\]{padding-bottom:57px}.pb-\[58px\]{padding-bottom:58px}.pb-\[59px\]{padding-bottom:59px}.pb-\[60px\]{padding-bottom:60px}.pb-\[61px\]{padding-bottom:61px}.pb-\[62px\]{padding-bottom:62px}.pb-\[63px\]{padding-bottom:63px}.pb-\[64px\]{padding-bottom:64px}.pb-\[65px\]{padding-bottom:65px}.pb-\[66px\]{padding-bottom:66px}.pb-\[67px\]{padding-bottom:67px}.pb-\[68px\]{padding-bottom:68px}.pb-\[69px\]{padding-bottom:69px}.pb-\[70px\]{padding-bottom:70px}.pb-\[71px\]{padding-bottom:71px}.pb-\[72px\]{padding-bottom:72px}.pb-\[73px\]{padding-bottom:73px}.pb-\[74px\]{padding-bottom:74px}.pb-\[75px\]{padding-bottom:75px}.pb-\[76px\]{padding-bottom:76px}.pb-\[77px\]{padding-bottom:77px}.pb-\[78px\]{padding-bottom:78px}.pb-\[79px\]{padding-bottom:79px}.pb-\[80px\]{padding-bottom:80px}.pb-\[81px\]{padding-bottom:81px}.pb-\[82px\]{padding-bottom:82px}.pb-\[83px\]{padding-bottom:83px}.pb-\[84px\]{padding-bottom:84px}.pb-\[85px\]{padding-bottom:85px}.pb-\[86px\]{padding-bottom:86px}.pb-\[87px\]{padding-bottom:87px}.pb-\[88px\]{padding-bottom:88px}.pb-\[89px\]{padding-bottom:89px}.pb-\[90px\]{padding-bottom:90px}.pb-\[91px\]{padding-bottom:91px}.pb-\[92px\]{padding-bottom:92px}.pb-\[93px\]{padding-bottom:93px}.pb-\[94px\]{padding-bottom:94px}.pb-\[95px\]{padding-bottom:95px}.pb-\[96px\]{padding-bottom:96px}.pb-\[97px\]{padding-bottom:97px}.pb-\[98px\]{padding-bottom:98px}.pb-\[99px\]{padding-bottom:99px}.pb-\[100px\]{padding-bottom:100px}.pl-\[0px\]{padding-left:0}.pl-\[1px\]{padding-left:1px}.pl-\[2px\]{padding-left:2px}.pl-\[3px\]{padding-left:3px}.pl-\[4px\]{padding-left:4px}.pl-\[5px\]{padding-left:5px}.pl-\[6px\]{padding-left:6px}.pl-\[7px\]{padding-left:7px}.pl-\[8px\]{padding-left:8px}.pl-\[9px\]{padding-left:9px}.pl-\[10px\]{padding-left:10px}.pl-\[11px\]{padding-left:11px}.pl-\[12px\]{padding-left:12px}.pl-\[13px\]{padding-left:13px}.pl-\[14px\]{padding-left:14px}.pl-\[15px\]{padding-left:15px}.pl-\[16px\]{padding-left:16px}.pl-\[17px\]{padding-left:17px}.pl-\[18px\]{padding-left:18px}.pl-\[19px\]{padding-left:19px}.pl-\[20px\]{padding-left:20px}.pl-\[21px\]{padding-left:21px}.pl-\[22px\]{padding-left:22px}.pl-\[23px\]{padding-left:23px}.pl-\[24px\]{padding-left:24px}.pl-\[25px\]{padding-left:25px}.pl-\[26px\]{padding-left:26px}.pl-\[27px\]{padding-left:27px}.pl-\[28px\]{padding-left:28px}.pl-\[29px\]{padding-left:29px}.pl-\[30px\]{padding-left:30px}.pl-\[31px\]{padding-left:31px}.pl-\[32px\]{padding-left:32px}.pl-\[33px\]{padding-left:33px}.pl-\[34px\]{padding-left:34px}.pl-\[35px\]{padding-left:35px}.pl-\[36px\]{padding-left:36px}.pl-\[37px\]{padding-left:37px}.pl-\[38px\]{padding-left:38px}.pl-\[39px\]{padding-left:39px}.pl-\[40px\]{padding-left:40px}.pl-\[41px\]{padding-left:41px}.pl-\[42px\]{padding-left:42px}.pl-\[43px\]{padding-left:43px}.pl-\[44px\]{padding-left:44px}.pl-\[45px\]{padding-left:45px}.pl-\[46px\]{padding-left:46px}.pl-\[47px\]{padding-left:47px}.pl-\[48px\]{padding-left:48px}.pl-\[49px\]{padding-left:49px}.pl-\[50px\]{padding-left:50px}.pl-\[51px\]{padding-left:51px}.pl-\[52px\]{padding-left:52px}.pl-\[53px\]{padding-left:53px}.pl-\[54px\]{padding-left:54px}.pl-\[55px\]{padding-left:55px}.pl-\[56px\]{padding-left:56px}.pl-\[57px\]{padding-left:57px}.pl-\[58px\]{padding-left:58px}.pl-\[59px\]{padding-left:59px}.pl-\[60px\]{padding-left:60px}.pl-\[61px\]{padding-left:61px}.pl-\[62px\]{padding-left:62px}.pl-\[63px\]{padding-left:63px}.pl-\[64px\]{padding-left:64px}.pl-\[65px\]{padding-left:65px}.pl-\[66px\]{padding-left:66px}.pl-\[67px\]{padding-left:67px}.pl-\[68px\]{padding-left:68px}.pl-\[69px\]{padding-left:69px}.pl-\[70px\]{padding-left:70px}.pl-\[71px\]{padding-left:71px}.pl-\[72px\]{padding-left:72px}.pl-\[73px\]{padding-left:73px}.pl-\[74px\]{padding-left:74px}.pl-\[75px\]{padding-left:75px}.pl-\[76px\]{padding-left:76px}.pl-\[77px\]{padding-left:77px}.pl-\[78px\]{padding-left:78px}.pl-\[79px\]{padding-left:79px}.pl-\[80px\]{padding-left:80px}.pl-\[81px\]{padding-left:81px}.pl-\[82px\]{padding-left:82px}.pl-\[83px\]{padding-left:83px}.pl-\[84px\]{padding-left:84px}.pl-\[85px\]{padding-left:85px}.pl-\[86px\]{padding-left:86px}.pl-\[87px\]{padding-left:87px}.pl-\[88px\]{padding-left:88px}.pl-\[89px\]{padding-left:89px}.pl-\[90px\]{padding-left:90px}.pl-\[91px\]{padding-left:91px}.pl-\[92px\]{padding-left:92px}.pl-\[93px\]{padding-left:93px}.pl-\[94px\]{padding-left:94px}.pl-\[95px\]{padding-left:95px}.pl-\[96px\]{padding-left:96px}.pl-\[97px\]{padding-left:97px}.pl-\[98px\]{padding-left:98px}.pl-\[99px\]{padding-left:99px}.pl-\[100px\]{padding-left:100px}.pt-0{padding-top:0}.pt-1{padding-top:.25rem}.pt-2{padding-top:.5rem}.pt-3{padding-top:.75rem}.pt-4{padding-top:1rem}.pt-5{padding-top:1.25rem}.pt-6{padding-top:1.5rem}.pt-7{padding-top:1.75rem}.pt-8{padding-top:2rem}.pt-9{padding-top:2.25rem}.pt-10{padding-top:2.5rem}.pt-11{padding-top:2.75rem}.pt-12{padding-top:3rem}.pt-14{padding-top:3.5rem}.pt-16{padding-top:4rem}.pt-20{padding-top:5rem}.pt-24{padding-top:6rem}.pt-28{padding-top:7rem}.pt-32{padding-top:8rem}.pt-36{padding-top:9rem}.pt-40{padding-top:10rem}.pt-44{padding-top:11rem}.pt-48{padding-top:12rem}.pt-52{padding-top:13rem}.pt-56{padding-top:14rem}.pt-60{padding-top:15rem}.pt-64{padding-top:16rem}.pt-72{padding-top:18rem}.pt-80{padding-top:20rem}.pt-96{padding-top:24rem}.pt-px{padding-top:1px}.pt-0\.5{padding-top:.125rem}.pt-1\.5{padding-top:.375rem}.pt-2\.5{padding-top:.625rem}.pt-3\.5{padding-top:.875rem}.pr-0{padding-right:0}.pr-1{padding-right:.25rem}.pr-2{padding-right:.5rem}.pr-3{padding-right:.75rem}.pr-4{padding-right:1rem}.pr-5{padding-right:1.25rem}.pr-6{padding-right:1.5rem}.pr-7{padding-right:1.75rem}.pr-8{padding-right:2rem}.pr-9{padding-right:2.25rem}.pr-10{padding-right:2.5rem}.pr-11{padding-right:2.75rem}.pr-12{padding-right:3rem}.pr-14{padding-right:3.5rem}.pr-16{padding-right:4rem}.pr-20{padding-right:5rem}.pr-24{padding-right:6rem}.pr-28{padding-right:7rem}.pr-32{padding-right:8rem}.pr-36{padding-right:9rem}.pr-40{padding-right:10rem}.pr-44{padding-right:11rem}.pr-48{padding-right:12rem}.pr-52{padding-right:13rem}.pr-56{padding-right:14rem}.pr-60{padding-right:15rem}.pr-64{padding-right:16rem}.pr-72{padding-right:18rem}.pr-80{padding-right:20rem}.pr-96{padding-right:24rem}.pr-px{padding-right:1px}.pr-0\.5{padding-right:.125rem}.pr-1\.5{padding-right:.375rem}.pr-2\.5{padding-right:.625rem}.pr-3\.5{padding-right:.875rem}.pb-0{padding-bottom:0}.pb-1{padding-bottom:.25rem}.pb-2{padding-bottom:.5rem}.pb-3{padding-bottom:.75rem}.pb-4{padding-bottom:1rem}.pb-5{padding-bottom:1.25rem}.pb-6{padding-bottom:1.5rem}.pb-7{padding-bottom:1.75rem}.pb-8{padding-bottom:2rem}.pb-9{padding-bottom:2.25rem}.pb-10{padding-bottom:2.5rem}.pb-11{padding-bottom:2.75rem}.pb-12{padding-bottom:3rem}.pb-14{padding-bottom:3.5rem}.pb-16{padding-bottom:4rem}.pb-20{padding-bottom:5rem}.pb-24{padding-bottom:6rem}.pb-28{padding-bottom:7rem}.pb-32{padding-bottom:8rem}.pb-36{padding-bottom:9rem}.pb-40{padding-bottom:10rem}.pb-44{padding-bottom:11rem}.pb-48{padding-bottom:12rem}.pb-52{padding-bottom:13rem}.pb-56{padding-bottom:14rem}.pb-60{padding-bottom:15rem}.pb-64{padding-bottom:16rem}.pb-72{padding-bottom:18rem}.pb-80{padding-bottom:20rem}.pb-96{padding-bottom:24rem}.pb-px{padding-bottom:1px}.pb-0\.5{padding-bottom:.125rem}.pb-1\.5{padding-bottom:.375rem}.pb-2\.5{padding-bottom:.625rem}.pb-3\.5{padding-bottom:.875rem}.pl-0{padding-left:0}.pl-1{padding-left:.25rem}.pl-2{padding-left:.5rem}.pl-3{padding-left:.75rem}.pl-4{padding-left:1rem}.pl-5{padding-left:1.25rem}.pl-6{padding-left:1.5rem}.pl-7{padding-left:1.75rem}.pl-8{padding-left:2rem}.pl-9{padding-left:2.25rem}.pl-10{padding-left:2.5rem}.pl-11{padding-left:2.75rem}.pl-12{padding-left:3rem}.pl-14{padding-left:3.5rem}.pl-16{padding-left:4rem}.pl-20{padding-left:5rem}.pl-24{padding-left:6rem}.pl-28{padding-left:7rem}.pl-32{padding-left:8rem}.pl-36{padding-left:9rem}.pl-40{padding-left:10rem}.pl-44{padding-left:11rem}.pl-48{padding-left:12rem}.pl-52{padding-left:13rem}.pl-56{padding-left:14rem}.pl-60{padding-left:15rem}.pl-64{padding-left:16rem}.pl-72{padding-left:18rem}.pl-80{padding-left:20rem}.pl-96{padding-left:24rem}.pl-px{padding-left:1px}.pl-0\.5{padding-left:.125rem}.pl-1\.5{padding-left:.375rem}.pl-2\.5{padding-left:.625rem}.pl-3\.5{padding-left:.875rem}.text-left{text-align:left}.text-center{text-align:center}.text-right{text-align:right}.text-end{text-align:end}.font-sans{font-family:ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol,"Noto Color Emoji"}.text-xs{font-size:.75rem;line-height:1rem}.text-sm{font-size:.875rem;line-height:1.25rem}.text-base{font-size:1rem;line-height:1.5rem}.text-lg{font-size:1.125rem;line-height:1.75rem}.text-xl{font-size:1.25rem;line-height:1.75rem}.text-2xl{font-size:1.5rem;line-height:2rem}.text-3xl{font-size:1.875rem;line-height:2.25rem}.text-4xl{font-size:2.25rem;line-height:2.5rem}.text-5xl{font-size:3rem;line-height:1}.text-6xl{font-size:3.75rem;line-height:1}.text-7xl{font-size:4.5rem;line-height:1}.text-8xl{font-size:6rem;line-height:1}.text-9xl{font-size:8rem;line-height:1}.text-\[10px\]{font-size:10px}.text-\[13px\]{font-size:13px}.text-\[50px\]{font-size:50px}.text-\[28px\]{font-size:28px}.text-\[56px\]{font-size:56px}.text-\[40px\]{font-size:40px}.text-\[70px\]{font-size:70px}.text-\[14px\]{font-size:14px}.text-\[12px\]{font-size:12px}.text-\[16px\]{font-size:16px}.font-thin{font-weight:100}.font-extralight{font-weight:200}.font-light{font-weight:300}.font-normal{font-weight:400}.font-medium{font-weight:500}.font-semibold{font-weight:600}.font-bold{font-weight:700}.font-extrabold{font-weight:800}.font-black{font-weight:900}.uppercase{text-transform:uppercase}.capitalize{text-transform:capitalize}.italic{font-style:italic}.leading-\[70px\]{line-height:70px}.tracking-\[1px\]{letter-spacing:1px}.text-inherit{color:inherit}.text-current{color:currentColor}.text-transparent{color:transparent}.text-black{--tw-text-opacity: 1;color:rgb(0 0 0 / var(--tw-text-opacity))}.text-white{--tw-text-opacity: 1;color:rgb(255 255 255 / var(--tw-text-opacity))}.text-slate-50{--tw-text-opacity: 1;color:rgb(248 250 252 / var(--tw-text-opacity))}.text-slate-100{--tw-text-opacity: 1;color:rgb(241 245 249 / var(--tw-text-opacity))}.text-slate-200{--tw-text-opacity: 1;color:rgb(226 232 240 / var(--tw-text-opacity))}.text-slate-300{--tw-text-opacity: 1;color:rgb(203 213 225 / var(--tw-text-opacity))}.text-slate-400{--tw-text-opacity: 1;color:rgb(148 163 184 / var(--tw-text-opacity))}.text-slate-500{--tw-text-opacity: 1;color:rgb(100 116 139 / var(--tw-text-opacity))}.text-slate-600{--tw-text-opacity: 1;color:rgb(71 85 105 / var(--tw-text-opacity))}.text-slate-700{--tw-text-opacity: 1;color:rgb(51 65 85 / var(--tw-text-opacity))}.text-slate-800{--tw-text-opacity: 1;color:rgb(30 41 59 / var(--tw-text-opacity))}.text-slate-900{--tw-text-opacity: 1;color:rgb(15 23 42 / var(--tw-text-opacity))}.text-gray-50{--tw-text-opacity: 1;color:rgb(249 250 251 / var(--tw-text-opacity))}.text-gray-100{--tw-text-opacity: 1;color:rgb(243 244 246 / var(--tw-text-opacity))}.text-gray-200{--tw-text-opacity: 1;color:rgb(229 231 235 / var(--tw-text-opacity))}.text-gray-300{--tw-text-opacity: 1;color:rgb(209 213 219 / var(--tw-text-opacity))}.text-gray-400{--tw-text-opacity: 1;color:rgb(156 163 175 / var(--tw-text-opacity))}.text-gray-500{--tw-text-opacity: 1;color:rgb(107 114 128 / var(--tw-text-opacity))}.text-gray-600{--tw-text-opacity: 1;color:rgb(75 85 99 / var(--tw-text-opacity))}.text-gray-700{--tw-text-opacity: 1;color:rgb(55 65 81 / var(--tw-text-opacity))}.text-gray-800{--tw-text-opacity: 1;color:rgb(31 41 55 / var(--tw-text-opacity))}.text-gray-900{--tw-text-opacity: 1;color:rgb(17 24 39 / var(--tw-text-opacity))}.text-zinc-50{--tw-text-opacity: 1;color:rgb(250 250 250 / var(--tw-text-opacity))}.text-zinc-100{--tw-text-opacity: 1;color:rgb(244 244 245 / var(--tw-text-opacity))}.text-zinc-200{--tw-text-opacity: 1;color:rgb(228 228 231 / var(--tw-text-opacity))}.text-zinc-300{--tw-text-opacity: 1;color:rgb(212 212 216 / var(--tw-text-opacity))}.text-zinc-400{--tw-text-opacity: 1;color:rgb(161 161 170 / var(--tw-text-opacity))}.text-zinc-500{--tw-text-opacity: 1;color:rgb(113 113 122 / var(--tw-text-opacity))}.text-zinc-600{--tw-text-opacity: 1;color:rgb(82 82 91 / var(--tw-text-opacity))}.text-zinc-700{--tw-text-opacity: 1;color:rgb(63 63 70 / var(--tw-text-opacity))}.text-zinc-800{--tw-text-opacity: 1;color:rgb(39 39 42 / var(--tw-text-opacity))}.text-zinc-900{--tw-text-opacity: 1;color:rgb(24 24 27 / var(--tw-text-opacity))}.text-neutral-50{--tw-text-opacity: 1;color:rgb(250 250 250 / var(--tw-text-opacity))}.text-neutral-100{--tw-text-opacity: 1;color:rgb(245 245 245 / var(--tw-text-opacity))}.text-neutral-200{--tw-text-opacity: 1;color:rgb(229 229 229 / var(--tw-text-opacity))}.text-neutral-300{--tw-text-opacity: 1;color:rgb(212 212 212 / var(--tw-text-opacity))}.text-neutral-400{--tw-text-opacity: 1;color:rgb(163 163 163 / var(--tw-text-opacity))}.text-neutral-500{--tw-text-opacity: 1;color:rgb(115 115 115 / var(--tw-text-opacity))}.text-neutral-600{--tw-text-opacity: 1;color:rgb(82 82 82 / var(--tw-text-opacity))}.text-neutral-700{--tw-text-opacity: 1;color:rgb(64 64 64 / var(--tw-text-opacity))}.text-neutral-800{--tw-text-opacity: 1;color:rgb(38 38 38 / var(--tw-text-opacity))}.text-neutral-900{--tw-text-opacity: 1;color:rgb(23 23 23 / var(--tw-text-opacity))}.text-stone-50{--tw-text-opacity: 1;color:rgb(250 250 249 / var(--tw-text-opacity))}.text-stone-100{--tw-text-opacity: 1;color:rgb(245 245 244 / var(--tw-text-opacity))}.text-stone-200{--tw-text-opacity: 1;color:rgb(231 229 228 / var(--tw-text-opacity))}.text-stone-300{--tw-text-opacity: 1;color:rgb(214 211 209 / var(--tw-text-opacity))}.text-stone-400{--tw-text-opacity: 1;color:rgb(168 162 158 / var(--tw-text-opacity))}.text-stone-500{--tw-text-opacity: 1;color:rgb(120 113 108 / var(--tw-text-opacity))}.text-stone-600{--tw-text-opacity: 1;color:rgb(87 83 78 / var(--tw-text-opacity))}.text-stone-700{--tw-text-opacity: 1;color:rgb(68 64 60 / var(--tw-text-opacity))}.text-stone-800{--tw-text-opacity: 1;color:rgb(41 37 36 / var(--tw-text-opacity))}.text-stone-900{--tw-text-opacity: 1;color:rgb(28 25 23 / var(--tw-text-opacity))}.text-red-50{--tw-text-opacity: 1;color:rgb(254 242 242 / var(--tw-text-opacity))}.text-red-100{--tw-text-opacity: 1;color:rgb(254 226 226 / var(--tw-text-opacity))}.text-red-200{--tw-text-opacity: 1;color:rgb(254 202 202 / var(--tw-text-opacity))}.text-red-300{--tw-text-opacity: 1;color:rgb(252 165 165 / var(--tw-text-opacity))}.text-red-400{--tw-text-opacity: 1;color:rgb(248 113 113 / var(--tw-text-opacity))}.text-red-500{--tw-text-opacity: 1;color:rgb(239 68 68 / var(--tw-text-opacity))}.text-red-600{--tw-text-opacity: 1;color:rgb(220 38 38 / var(--tw-text-opacity))}.text-red-700{--tw-text-opacity: 1;color:rgb(185 28 28 / var(--tw-text-opacity))}.text-red-800{--tw-text-opacity: 1;color:rgb(153 27 27 / var(--tw-text-opacity))}.text-red-900{--tw-text-opacity: 1;color:rgb(127 29 29 / var(--tw-text-opacity))}.text-orange-50{--tw-text-opacity: 1;color:rgb(255 247 237 / var(--tw-text-opacity))}.text-orange-100{--tw-text-opacity: 1;color:rgb(255 237 213 / var(--tw-text-opacity))}.text-orange-200{--tw-text-opacity: 1;color:rgb(254 215 170 / var(--tw-text-opacity))}.text-orange-300{--tw-text-opacity: 1;color:rgb(253 186 116 / var(--tw-text-opacity))}.text-orange-400{--tw-text-opacity: 1;color:rgb(251 146 60 / var(--tw-text-opacity))}.text-orange-500{--tw-text-opacity: 1;color:rgb(249 115 22 / var(--tw-text-opacity))}.text-orange-600{--tw-text-opacity: 1;color:rgb(234 88 12 / var(--tw-text-opacity))}.text-orange-700{--tw-text-opacity: 1;color:rgb(194 65 12 / var(--tw-text-opacity))}.text-orange-800{--tw-text-opacity: 1;color:rgb(154 52 18 / var(--tw-text-opacity))}.text-orange-900{--tw-text-opacity: 1;color:rgb(124 45 18 / var(--tw-text-opacity))}.text-amber-50{--tw-text-opacity: 1;color:rgb(255 251 235 / var(--tw-text-opacity))}.text-amber-100{--tw-text-opacity: 1;color:rgb(254 243 199 / var(--tw-text-opacity))}.text-amber-200{--tw-text-opacity: 1;color:rgb(253 230 138 / var(--tw-text-opacity))}.text-amber-300{--tw-text-opacity: 1;color:rgb(252 211 77 / var(--tw-text-opacity))}.text-amber-400{--tw-text-opacity: 1;color:rgb(251 191 36 / var(--tw-text-opacity))}.text-amber-500{--tw-text-opacity: 1;color:rgb(245 158 11 / var(--tw-text-opacity))}.text-amber-600{--tw-text-opacity: 1;color:rgb(217 119 6 / var(--tw-text-opacity))}.text-amber-700{--tw-text-opacity: 1;color:rgb(180 83 9 / var(--tw-text-opacity))}.text-amber-800{--tw-text-opacity: 1;color:rgb(146 64 14 / var(--tw-text-opacity))}.text-amber-900{--tw-text-opacity: 1;color:rgb(120 53 15 / var(--tw-text-opacity))}.text-yellow-50{--tw-text-opacity: 1;color:rgb(254 252 232 / var(--tw-text-opacity))}.text-yellow-100{--tw-text-opacity: 1;color:rgb(254 249 195 / var(--tw-text-opacity))}.text-yellow-200{--tw-text-opacity: 1;color:rgb(254 240 138 / var(--tw-text-opacity))}.text-yellow-300{--tw-text-opacity: 1;color:rgb(253 224 71 / var(--tw-text-opacity))}.text-yellow-400{--tw-text-opacity: 1;color:rgb(250 204 21 / var(--tw-text-opacity))}.text-yellow-500{--tw-text-opacity: 1;color:rgb(234 179 8 / var(--tw-text-opacity))}.text-yellow-600{--tw-text-opacity: 1;color:rgb(202 138 4 / var(--tw-text-opacity))}.text-yellow-700{--tw-text-opacity: 1;color:rgb(161 98 7 / var(--tw-text-opacity))}.text-yellow-800{--tw-text-opacity: 1;color:rgb(133 77 14 / var(--tw-text-opacity))}.text-yellow-900{--tw-text-opacity: 1;color:rgb(113 63 18 / var(--tw-text-opacity))}.text-lime-50{--tw-text-opacity: 1;color:rgb(247 254 231 / var(--tw-text-opacity))}.text-lime-100{--tw-text-opacity: 1;color:rgb(236 252 203 / var(--tw-text-opacity))}.text-lime-200{--tw-text-opacity: 1;color:rgb(217 249 157 / var(--tw-text-opacity))}.text-lime-300{--tw-text-opacity: 1;color:rgb(190 242 100 / var(--tw-text-opacity))}.text-lime-400{--tw-text-opacity: 1;color:rgb(163 230 53 / var(--tw-text-opacity))}.text-lime-500{--tw-text-opacity: 1;color:rgb(132 204 22 / var(--tw-text-opacity))}.text-lime-600{--tw-text-opacity: 1;color:rgb(101 163 13 / var(--tw-text-opacity))}.text-lime-700{--tw-text-opacity: 1;color:rgb(77 124 15 / var(--tw-text-opacity))}.text-lime-800{--tw-text-opacity: 1;color:rgb(63 98 18 / var(--tw-text-opacity))}.text-lime-900{--tw-text-opacity: 1;color:rgb(54 83 20 / var(--tw-text-opacity))}.text-green-50{--tw-text-opacity: 1;color:rgb(240 253 244 / var(--tw-text-opacity))}.text-green-100{--tw-text-opacity: 1;color:rgb(220 252 231 / var(--tw-text-opacity))}.text-green-200{--tw-text-opacity: 1;color:rgb(187 247 208 / var(--tw-text-opacity))}.text-green-300{--tw-text-opacity: 1;color:rgb(134 239 172 / var(--tw-text-opacity))}.text-green-400{--tw-text-opacity: 1;color:rgb(74 222 128 / var(--tw-text-opacity))}.text-green-500{--tw-text-opacity: 1;color:rgb(34 197 94 / var(--tw-text-opacity))}.text-green-600{--tw-text-opacity: 1;color:rgb(22 163 74 / var(--tw-text-opacity))}.text-green-700{--tw-text-opacity: 1;color:rgb(21 128 61 / var(--tw-text-opacity))}.text-green-800{--tw-text-opacity: 1;color:rgb(22 101 52 / var(--tw-text-opacity))}.text-green-900{--tw-text-opacity: 1;color:rgb(20 83 45 / var(--tw-text-opacity))}.text-emerald-50{--tw-text-opacity: 1;color:rgb(236 253 245 / var(--tw-text-opacity))}.text-emerald-100{--tw-text-opacity: 1;color:rgb(209 250 229 / var(--tw-text-opacity))}.text-emerald-200{--tw-text-opacity: 1;color:rgb(167 243 208 / var(--tw-text-opacity))}.text-emerald-300{--tw-text-opacity: 1;color:rgb(110 231 183 / var(--tw-text-opacity))}.text-emerald-400{--tw-text-opacity: 1;color:rgb(52 211 153 / var(--tw-text-opacity))}.text-emerald-500{--tw-text-opacity: 1;color:rgb(16 185 129 / var(--tw-text-opacity))}.text-emerald-600{--tw-text-opacity: 1;color:rgb(5 150 105 / var(--tw-text-opacity))}.text-emerald-700{--tw-text-opacity: 1;color:rgb(4 120 87 / var(--tw-text-opacity))}.text-emerald-800{--tw-text-opacity: 1;color:rgb(6 95 70 / var(--tw-text-opacity))}.text-emerald-900{--tw-text-opacity: 1;color:rgb(6 78 59 / var(--tw-text-opacity))}.text-teal-50{--tw-text-opacity: 1;color:rgb(240 253 250 / var(--tw-text-opacity))}.text-teal-100{--tw-text-opacity: 1;color:rgb(204 251 241 / var(--tw-text-opacity))}.text-teal-200{--tw-text-opacity: 1;color:rgb(153 246 228 / var(--tw-text-opacity))}.text-teal-300{--tw-text-opacity: 1;color:rgb(94 234 212 / var(--tw-text-opacity))}.text-teal-400{--tw-text-opacity: 1;color:rgb(45 212 191 / var(--tw-text-opacity))}.text-teal-500{--tw-text-opacity: 1;color:rgb(20 184 166 / var(--tw-text-opacity))}.text-teal-600{--tw-text-opacity: 1;color:rgb(13 148 136 / var(--tw-text-opacity))}.text-teal-700{--tw-text-opacity: 1;color:rgb(15 118 110 / var(--tw-text-opacity))}.text-teal-800{--tw-text-opacity: 1;color:rgb(17 94 89 / var(--tw-text-opacity))}.text-teal-900{--tw-text-opacity: 1;color:rgb(19 78 74 / var(--tw-text-opacity))}.text-cyan-50{--tw-text-opacity: 1;color:rgb(236 254 255 / var(--tw-text-opacity))}.text-cyan-100{--tw-text-opacity: 1;color:rgb(207 250 254 / var(--tw-text-opacity))}.text-cyan-200{--tw-text-opacity: 1;color:rgb(165 243 252 / var(--tw-text-opacity))}.text-cyan-300{--tw-text-opacity: 1;color:rgb(103 232 249 / var(--tw-text-opacity))}.text-cyan-400{--tw-text-opacity: 1;color:rgb(34 211 238 / var(--tw-text-opacity))}.text-cyan-500{--tw-text-opacity: 1;color:rgb(6 182 212 / var(--tw-text-opacity))}.text-cyan-600{--tw-text-opacity: 1;color:rgb(8 145 178 / var(--tw-text-opacity))}.text-cyan-700{--tw-text-opacity: 1;color:rgb(14 116 144 / var(--tw-text-opacity))}.text-cyan-800{--tw-text-opacity: 1;color:rgb(21 94 117 / var(--tw-text-opacity))}.text-cyan-900{--tw-text-opacity: 1;color:rgb(22 78 99 / var(--tw-text-opacity))}.text-sky-50{--tw-text-opacity: 1;color:rgb(240 249 255 / var(--tw-text-opacity))}.text-sky-100{--tw-text-opacity: 1;color:rgb(224 242 254 / var(--tw-text-opacity))}.text-sky-200{--tw-text-opacity: 1;color:rgb(186 230 253 / var(--tw-text-opacity))}.text-sky-300{--tw-text-opacity: 1;color:rgb(125 211 252 / var(--tw-text-opacity))}.text-sky-400{--tw-text-opacity: 1;color:rgb(56 189 248 / var(--tw-text-opacity))}.text-sky-500{--tw-text-opacity: 1;color:rgb(14 165 233 / var(--tw-text-opacity))}.text-sky-600{--tw-text-opacity: 1;color:rgb(2 132 199 / var(--tw-text-opacity))}.text-sky-700{--tw-text-opacity: 1;color:rgb(3 105 161 / var(--tw-text-opacity))}.text-sky-800{--tw-text-opacity: 1;color:rgb(7 89 133 / var(--tw-text-opacity))}.text-sky-900{--tw-text-opacity: 1;color:rgb(12 74 110 / var(--tw-text-opacity))}.text-blue-50{--tw-text-opacity: 1;color:rgb(239 246 255 / var(--tw-text-opacity))}.text-blue-100{--tw-text-opacity: 1;color:rgb(219 234 254 / var(--tw-text-opacity))}.text-blue-200{--tw-text-opacity: 1;color:rgb(191 219 254 / var(--tw-text-opacity))}.text-blue-300{--tw-text-opacity: 1;color:rgb(147 197 253 / var(--tw-text-opacity))}.text-blue-400{--tw-text-opacity: 1;color:rgb(96 165 250 / var(--tw-text-opacity))}.text-blue-500{--tw-text-opacity: 1;color:rgb(59 130 246 / var(--tw-text-opacity))}.text-blue-600{--tw-text-opacity: 1;color:rgb(37 99 235 / var(--tw-text-opacity))}.text-blue-700{--tw-text-opacity: 1;color:rgb(29 78 216 / var(--tw-text-opacity))}.text-blue-800{--tw-text-opacity: 1;color:rgb(30 64 175 / var(--tw-text-opacity))}.text-blue-900{--tw-text-opacity: 1;color:rgb(30 58 138 / var(--tw-text-opacity))}.text-indigo-50{--tw-text-opacity: 1;color:rgb(238 242 255 / var(--tw-text-opacity))}.text-indigo-100{--tw-text-opacity: 1;color:rgb(224 231 255 / var(--tw-text-opacity))}.text-indigo-200{--tw-text-opacity: 1;color:rgb(199 210 254 / var(--tw-text-opacity))}.text-indigo-300{--tw-text-opacity: 1;color:rgb(165 180 252 / var(--tw-text-opacity))}.text-indigo-400{--tw-text-opacity: 1;color:rgb(129 140 248 / var(--tw-text-opacity))}.text-indigo-500{--tw-text-opacity: 1;color:rgb(99 102 241 / var(--tw-text-opacity))}.text-indigo-600{--tw-text-opacity: 1;color:rgb(79 70 229 / var(--tw-text-opacity))}.text-indigo-700{--tw-text-opacity: 1;color:rgb(67 56 202 / var(--tw-text-opacity))}.text-indigo-800{--tw-text-opacity: 1;color:rgb(55 48 163 / var(--tw-text-opacity))}.text-indigo-900{--tw-text-opacity: 1;color:rgb(49 46 129 / var(--tw-text-opacity))}.text-violet-50{--tw-text-opacity: 1;color:rgb(245 243 255 / var(--tw-text-opacity))}.text-violet-100{--tw-text-opacity: 1;color:rgb(237 233 254 / var(--tw-text-opacity))}.text-violet-200{--tw-text-opacity: 1;color:rgb(221 214 254 / var(--tw-text-opacity))}.text-violet-300{--tw-text-opacity: 1;color:rgb(196 181 253 / var(--tw-text-opacity))}.text-violet-400{--tw-text-opacity: 1;color:rgb(167 139 250 / var(--tw-text-opacity))}.text-violet-500{--tw-text-opacity: 1;color:rgb(139 92 246 / var(--tw-text-opacity))}.text-violet-600{--tw-text-opacity: 1;color:rgb(124 58 237 / var(--tw-text-opacity))}.text-violet-700{--tw-text-opacity: 1;color:rgb(109 40 217 / var(--tw-text-opacity))}.text-violet-800{--tw-text-opacity: 1;color:rgb(91 33 182 / var(--tw-text-opacity))}.text-violet-900{--tw-text-opacity: 1;color:rgb(76 29 149 / var(--tw-text-opacity))}.text-purple-50{--tw-text-opacity: 1;color:rgb(250 245 255 / var(--tw-text-opacity))}.text-purple-100{--tw-text-opacity: 1;color:rgb(243 232 255 / var(--tw-text-opacity))}.text-purple-200{--tw-text-opacity: 1;color:rgb(233 213 255 / var(--tw-text-opacity))}.text-purple-300{--tw-text-opacity: 1;color:rgb(216 180 254 / var(--tw-text-opacity))}.text-purple-400{--tw-text-opacity: 1;color:rgb(192 132 252 / var(--tw-text-opacity))}.text-purple-500{--tw-text-opacity: 1;color:rgb(168 85 247 / var(--tw-text-opacity))}.text-purple-600{--tw-text-opacity: 1;color:rgb(147 51 234 / var(--tw-text-opacity))}.text-purple-700{--tw-text-opacity: 1;color:rgb(126 34 206 / var(--tw-text-opacity))}.text-purple-800{--tw-text-opacity: 1;color:rgb(107 33 168 / var(--tw-text-opacity))}.text-purple-900{--tw-text-opacity: 1;color:rgb(88 28 135 / var(--tw-text-opacity))}.text-fuchsia-50{--tw-text-opacity: 1;color:rgb(253 244 255 / var(--tw-text-opacity))}.text-fuchsia-100{--tw-text-opacity: 1;color:rgb(250 232 255 / var(--tw-text-opacity))}.text-fuchsia-200{--tw-text-opacity: 1;color:rgb(245 208 254 / var(--tw-text-opacity))}.text-fuchsia-300{--tw-text-opacity: 1;color:rgb(240 171 252 / var(--tw-text-opacity))}.text-fuchsia-400{--tw-text-opacity: 1;color:rgb(232 121 249 / var(--tw-text-opacity))}.text-fuchsia-500{--tw-text-opacity: 1;color:rgb(217 70 239 / var(--tw-text-opacity))}.text-fuchsia-600{--tw-text-opacity: 1;color:rgb(192 38 211 / var(--tw-text-opacity))}.text-fuchsia-700{--tw-text-opacity: 1;color:rgb(162 28 175 / var(--tw-text-opacity))}.text-fuchsia-800{--tw-text-opacity: 1;color:rgb(134 25 143 / var(--tw-text-opacity))}.text-fuchsia-900{--tw-text-opacity: 1;color:rgb(112 26 117 / var(--tw-text-opacity))}.text-pink-50{--tw-text-opacity: 1;color:rgb(253 242 248 / var(--tw-text-opacity))}.text-pink-100{--tw-text-opacity: 1;color:rgb(252 231 243 / var(--tw-text-opacity))}.text-pink-200{--tw-text-opacity: 1;color:rgb(251 207 232 / var(--tw-text-opacity))}.text-pink-300{--tw-text-opacity: 1;color:rgb(249 168 212 / var(--tw-text-opacity))}.text-pink-400{--tw-text-opacity: 1;color:rgb(244 114 182 / var(--tw-text-opacity))}.text-pink-500{--tw-text-opacity: 1;color:rgb(236 72 153 / var(--tw-text-opacity))}.text-pink-600{--tw-text-opacity: 1;color:rgb(219 39 119 / var(--tw-text-opacity))}.text-pink-700{--tw-text-opacity: 1;color:rgb(190 24 93 / var(--tw-text-opacity))}.text-pink-800{--tw-text-opacity: 1;color:rgb(157 23 77 / var(--tw-text-opacity))}.text-pink-900{--tw-text-opacity: 1;color:rgb(131 24 67 / var(--tw-text-opacity))}.text-rose-50{--tw-text-opacity: 1;color:rgb(255 241 242 / var(--tw-text-opacity))}.text-rose-100{--tw-text-opacity: 1;color:rgb(255 228 230 / var(--tw-text-opacity))}.text-rose-200{--tw-text-opacity: 1;color:rgb(254 205 211 / var(--tw-text-opacity))}.text-rose-300{--tw-text-opacity: 1;color:rgb(253 164 175 / var(--tw-text-opacity))}.text-rose-400{--tw-text-opacity: 1;color:rgb(251 113 133 / var(--tw-text-opacity))}.text-rose-500{--tw-text-opacity: 1;color:rgb(244 63 94 / var(--tw-text-opacity))}.text-rose-600{--tw-text-opacity: 1;color:rgb(225 29 72 / var(--tw-text-opacity))}.text-rose-700{--tw-text-opacity: 1;color:rgb(190 18 60 / var(--tw-text-opacity))}.text-rose-800{--tw-text-opacity: 1;color:rgb(159 18 57 / var(--tw-text-opacity))}.text-rose-900{--tw-text-opacity: 1;color:rgb(136 19 55 / var(--tw-text-opacity))}.text-\[\#111\]{--tw-text-opacity: 1;color:rgb(17 17 17 / var(--tw-text-opacity))}.text-\[\#ff9c00\]{--tw-text-opacity: 1;color:rgb(255 156 0 / var(--tw-text-opacity))}.text-\[\#31c3e3\]{--tw-text-opacity: 1;color:rgb(49 195 227 / var(--tw-text-opacity))}.underline{text-decoration-line:underline}.overline{text-decoration-line:overline}.line-through{text-decoration-line:line-through}.accent-blue-500{accent-color:#3b82f6}.opacity-40{opacity:.4}.opacity-75{opacity:.75}.opacity-80{opacity:.8}.opacity-60{opacity:.6}.opacity-100{opacity:1}.opacity-20{opacity:.2}.opacity-50{opacity:.5}.shadow{--tw-shadow: 0 1px 3px 0 rgb(0 0 0 / .1), 0 1px 2px -1px rgb(0 0 0 / .1);--tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.shadow-xl{--tw-shadow: 0 20px 25px -5px rgb(0 0 0 / .1), 0 8px 10px -6px rgb(0 0 0 / .1);--tw-shadow-colored: 0 20px 25px -5px var(--tw-shadow-color), 0 8px 10px -6px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.shadow-sm{--tw-shadow: 0 1px 2px 0 rgb(0 0 0 / .05);--tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.outline-none{outline:2px solid transparent;outline-offset:2px}.outline{outline-style:solid}.blur{--tw-blur: blur(8px);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)}.drop-shadow{--tw-drop-shadow: drop-shadow(0 1px 2px rgb(0 0 0 / .1)) drop-shadow(0 1px 1px rgb(0 0 0 / .06));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)}.filter{filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)}.transition{transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.transition-all{transition-property:all;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.transition-colors{transition-property:color,background-color,border-color,text-decoration-color,fill,stroke;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.duration-300{transition-duration:.3s}.ease-in-out{transition-timing-function:cubic-bezier(.4,0,.2,1)}.ease-spring{transition-timing-function:cubic-bezier(.175,.885,.32,1.275)}*{box-sizing:border-box;flex-shrink:0}body{margin:0;padding:0;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif,Furuma;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}html,body,#root{width:100%;height:100%;font-size:14px}::-webkit-scrollbar{width:100%}::-webkit-scrollbar-track{background:#f1f1f1}::-webkit-scrollbar-thumb{background:#888}::-webkit-scrollbar-thumb:hover{background:#555}.grecaptcha-badge{bottom:66px!important;visibility:hidden}.hiddenscrollbar::-webkit-scrollbar{width:2px}.hiddenscrollbar::-webkit-scrollbar-track{background-color:#d3d3d3}.hiddenscrollbar::-webkit-scrollbar-thumb{background-color:#d3d3d3}.MuiMenuItem-root,.MuiSelect-select{white-space:inherit!important}.MuiAlert-message{flex:1}input[type=number]{-moz-appearance:textfield;-webkit-appearance:textfield;appearance:textfield;margin:0}input[type=number]::-webkit-inner-spin-button,input[type=number]::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}.qr-code-wrapper,.qr-code-wrapper svg,.qr-code-wrapper svg *{forced-color-adjust:none;color-scheme:light}.last\:border-b-0:last-child{border-bottom-width:0px}.hover\:inset-0:hover{top:0px;right:0px;bottom:0px;left:0px}.hover\:inset-1:hover{top:.25rem;right:.25rem;bottom:.25rem;left:.25rem}.hover\:inset-2:hover{top:.5rem;right:.5rem;bottom:.5rem;left:.5rem}.hover\:inset-3:hover{top:.75rem;right:.75rem;bottom:.75rem;left:.75rem}.hover\:inset-4:hover{top:1rem;right:1rem;bottom:1rem;left:1rem}.hover\:inset-5:hover{top:1.25rem;right:1.25rem;bottom:1.25rem;left:1.25rem}.hover\:inset-6:hover{top:1.5rem;right:1.5rem;bottom:1.5rem;left:1.5rem}.hover\:inset-7:hover{top:1.75rem;right:1.75rem;bottom:1.75rem;left:1.75rem}.hover\:inset-8:hover{top:2rem;right:2rem;bottom:2rem;left:2rem}.hover\:inset-9:hover{top:2.25rem;right:2.25rem;bottom:2.25rem;left:2.25rem}.hover\:inset-10:hover{top:2.5rem;right:2.5rem;bottom:2.5rem;left:2.5rem}.hover\:inset-11:hover{top:2.75rem;right:2.75rem;bottom:2.75rem;left:2.75rem}.hover\:inset-12:hover{top:3rem;right:3rem;bottom:3rem;left:3rem}.hover\:inset-14:hover{top:3.5rem;right:3.5rem;bottom:3.5rem;left:3.5rem}.hover\:inset-16:hover{top:4rem;right:4rem;bottom:4rem;left:4rem}.hover\:inset-20:hover{top:5rem;right:5rem;bottom:5rem;left:5rem}.hover\:inset-24:hover{top:6rem;right:6rem;bottom:6rem;left:6rem}.hover\:inset-28:hover{top:7rem;right:7rem;bottom:7rem;left:7rem}.hover\:inset-32:hover{top:8rem;right:8rem;bottom:8rem;left:8rem}.hover\:inset-36:hover{top:9rem;right:9rem;bottom:9rem;left:9rem}.hover\:inset-40:hover{top:10rem;right:10rem;bottom:10rem;left:10rem}.hover\:inset-44:hover{top:11rem;right:11rem;bottom:11rem;left:11rem}.hover\:inset-48:hover{top:12rem;right:12rem;bottom:12rem;left:12rem}.hover\:inset-52:hover{top:13rem;right:13rem;bottom:13rem;left:13rem}.hover\:inset-56:hover{top:14rem;right:14rem;bottom:14rem;left:14rem}.hover\:inset-60:hover{top:15rem;right:15rem;bottom:15rem;left:15rem}.hover\:inset-64:hover{top:16rem;right:16rem;bottom:16rem;left:16rem}.hover\:inset-72:hover{top:18rem;right:18rem;bottom:18rem;left:18rem}.hover\:inset-80:hover{top:20rem;right:20rem;bottom:20rem;left:20rem}.hover\:inset-96:hover{top:24rem;right:24rem;bottom:24rem;left:24rem}.hover\:inset-auto:hover{top:auto;right:auto;bottom:auto;left:auto}.hover\:inset-px:hover{top:1px;right:1px;bottom:1px;left:1px}.hover\:inset-0\.5:hover{top:.125rem;right:.125rem;bottom:.125rem;left:.125rem}.hover\:inset-1\.5:hover{top:.375rem;right:.375rem;bottom:.375rem;left:.375rem}.hover\:inset-2\.5:hover{top:.625rem;right:.625rem;bottom:.625rem;left:.625rem}.hover\:inset-3\.5:hover{top:.875rem;right:.875rem;bottom:.875rem;left:.875rem}.hover\:inset-full:hover{top:100%;right:100%;bottom:100%;left:100%}.hover\:top-0:hover{top:0px}.hover\:top-1:hover{top:.25rem}.hover\:top-2:hover{top:.5rem}.hover\:top-3:hover{top:.75rem}.hover\:top-4:hover{top:1rem}.hover\:top-5:hover{top:1.25rem}.hover\:top-6:hover{top:1.5rem}.hover\:top-7:hover{top:1.75rem}.hover\:top-8:hover{top:2rem}.hover\:top-9:hover{top:2.25rem}.hover\:top-10:hover{top:2.5rem}.hover\:top-11:hover{top:2.75rem}.hover\:top-12:hover{top:3rem}.hover\:top-14:hover{top:3.5rem}.hover\:top-16:hover{top:4rem}.hover\:top-20:hover{top:5rem}.hover\:top-24:hover{top:6rem}.hover\:top-28:hover{top:7rem}.hover\:top-32:hover{top:8rem}.hover\:top-36:hover{top:9rem}.hover\:top-40:hover{top:10rem}.hover\:top-44:hover{top:11rem}.hover\:top-48:hover{top:12rem}.hover\:top-52:hover{top:13rem}.hover\:top-56:hover{top:14rem}.hover\:top-60:hover{top:15rem}.hover\:top-64:hover{top:16rem}.hover\:top-72:hover{top:18rem}.hover\:top-80:hover{top:20rem}.hover\:top-96:hover{top:24rem}.hover\:top-auto:hover{top:auto}.hover\:top-px:hover{top:1px}.hover\:top-0\.5:hover{top:.125rem}.hover\:top-1\.5:hover{top:.375rem}.hover\:top-2\.5:hover{top:.625rem}.hover\:top-3\.5:hover{top:.875rem}.hover\:top-full:hover{top:100%}.hover\:right-0:hover{right:0px}.hover\:right-1:hover{right:.25rem}.hover\:right-2:hover{right:.5rem}.hover\:right-3:hover{right:.75rem}.hover\:right-4:hover{right:1rem}.hover\:right-5:hover{right:1.25rem}.hover\:right-6:hover{right:1.5rem}.hover\:right-7:hover{right:1.75rem}.hover\:right-8:hover{right:2rem}.hover\:right-9:hover{right:2.25rem}.hover\:right-10:hover{right:2.5rem}.hover\:right-11:hover{right:2.75rem}.hover\:right-12:hover{right:3rem}.hover\:right-14:hover{right:3.5rem}.hover\:right-16:hover{right:4rem}.hover\:right-20:hover{right:5rem}.hover\:right-24:hover{right:6rem}.hover\:right-28:hover{right:7rem}.hover\:right-32:hover{right:8rem}.hover\:right-36:hover{right:9rem}.hover\:right-40:hover{right:10rem}.hover\:right-44:hover{right:11rem}.hover\:right-48:hover{right:12rem}.hover\:right-52:hover{right:13rem}.hover\:right-56:hover{right:14rem}.hover\:right-60:hover{right:15rem}.hover\:right-64:hover{right:16rem}.hover\:right-72:hover{right:18rem}.hover\:right-80:hover{right:20rem}.hover\:right-96:hover{right:24rem}.hover\:right-auto:hover{right:auto}.hover\:right-px:hover{right:1px}.hover\:right-0\.5:hover{right:.125rem}.hover\:right-1\.5:hover{right:.375rem}.hover\:right-2\.5:hover{right:.625rem}.hover\:right-3\.5:hover{right:.875rem}.hover\:right-full:hover{right:100%}.hover\:bottom-0:hover{bottom:0px}.hover\:bottom-1:hover{bottom:.25rem}.hover\:bottom-2:hover{bottom:.5rem}.hover\:bottom-3:hover{bottom:.75rem}.hover\:bottom-4:hover{bottom:1rem}.hover\:bottom-5:hover{bottom:1.25rem}.hover\:bottom-6:hover{bottom:1.5rem}.hover\:bottom-7:hover{bottom:1.75rem}.hover\:bottom-8:hover{bottom:2rem}.hover\:bottom-9:hover{bottom:2.25rem}.hover\:bottom-10:hover{bottom:2.5rem}.hover\:bottom-11:hover{bottom:2.75rem}.hover\:bottom-12:hover{bottom:3rem}.hover\:bottom-14:hover{bottom:3.5rem}.hover\:bottom-16:hover{bottom:4rem}.hover\:bottom-20:hover{bottom:5rem}.hover\:bottom-24:hover{bottom:6rem}.hover\:bottom-28:hover{bottom:7rem}.hover\:bottom-32:hover{bottom:8rem}.hover\:bottom-36:hover{bottom:9rem}.hover\:bottom-40:hover{bottom:10rem}.hover\:bottom-44:hover{bottom:11rem}.hover\:bottom-48:hover{bottom:12rem}.hover\:bottom-52:hover{bottom:13rem}.hover\:bottom-56:hover{bottom:14rem}.hover\:bottom-60:hover{bottom:15rem}.hover\:bottom-64:hover{bottom:16rem}.hover\:bottom-72:hover{bottom:18rem}.hover\:bottom-80:hover{bottom:20rem}.hover\:bottom-96:hover{bottom:24rem}.hover\:bottom-auto:hover{bottom:auto}.hover\:bottom-px:hover{bottom:1px}.hover\:bottom-0\.5:hover{bottom:.125rem}.hover\:bottom-1\.5:hover{bottom:.375rem}.hover\:bottom-2\.5:hover{bottom:.625rem}.hover\:bottom-3\.5:hover{bottom:.875rem}.hover\:bottom-full:hover{bottom:100%}.hover\:left-0:hover{left:0px}.hover\:left-1:hover{left:.25rem}.hover\:left-2:hover{left:.5rem}.hover\:left-3:hover{left:.75rem}.hover\:left-4:hover{left:1rem}.hover\:left-5:hover{left:1.25rem}.hover\:left-6:hover{left:1.5rem}.hover\:left-7:hover{left:1.75rem}.hover\:left-8:hover{left:2rem}.hover\:left-9:hover{left:2.25rem}.hover\:left-10:hover{left:2.5rem}.hover\:left-11:hover{left:2.75rem}.hover\:left-12:hover{left:3rem}.hover\:left-14:hover{left:3.5rem}.hover\:left-16:hover{left:4rem}.hover\:left-20:hover{left:5rem}.hover\:left-24:hover{left:6rem}.hover\:left-28:hover{left:7rem}.hover\:left-32:hover{left:8rem}.hover\:left-36:hover{left:9rem}.hover\:left-40:hover{left:10rem}.hover\:left-44:hover{left:11rem}.hover\:left-48:hover{left:12rem}.hover\:left-52:hover{left:13rem}.hover\:left-56:hover{left:14rem}.hover\:left-60:hover{left:15rem}.hover\:left-64:hover{left:16rem}.hover\:left-72:hover{left:18rem}.hover\:left-80:hover{left:20rem}.hover\:left-96:hover{left:24rem}.hover\:left-auto:hover{left:auto}.hover\:left-px:hover{left:1px}.hover\:left-0\.5:hover{left:.125rem}.hover\:left-1\.5:hover{left:.375rem}.hover\:left-2\.5:hover{left:.625rem}.hover\:left-3\.5:hover{left:.875rem}.hover\:left-full:hover{left:100%}.hover\:z-0:hover{z-index:0}.hover\:z-10:hover{z-index:10}.hover\:z-20:hover{z-index:20}.hover\:z-40:hover{z-index:40}.hover\:z-auto:hover{z-index:auto}.hover\:m-0:hover{margin:0}.hover\:m-1:hover{margin:.25rem}.hover\:m-2:hover{margin:.5rem}.hover\:m-3:hover{margin:.75rem}.hover\:m-4:hover{margin:1rem}.hover\:m-5:hover{margin:1.25rem}.hover\:m-6:hover{margin:1.5rem}.hover\:m-7:hover{margin:1.75rem}.hover\:m-8:hover{margin:2rem}.hover\:m-9:hover{margin:2.25rem}.hover\:m-10:hover{margin:2.5rem}.hover\:m-11:hover{margin:2.75rem}.hover\:m-12:hover{margin:3rem}.hover\:m-14:hover{margin:3.5rem}.hover\:m-16:hover{margin:4rem}.hover\:m-20:hover{margin:5rem}.hover\:m-24:hover{margin:6rem}.hover\:m-28:hover{margin:7rem}.hover\:m-32:hover{margin:8rem}.hover\:m-36:hover{margin:9rem}.hover\:m-40:hover{margin:10rem}.hover\:m-44:hover{margin:11rem}.hover\:m-48:hover{margin:12rem}.hover\:m-52:hover{margin:13rem}.hover\:m-56:hover{margin:14rem}.hover\:m-60:hover{margin:15rem}.hover\:m-64:hover{margin:16rem}.hover\:m-72:hover{margin:18rem}.hover\:m-80:hover{margin:20rem}.hover\:m-96:hover{margin:24rem}.hover\:m-auto:hover{margin:auto}.hover\:m-px:hover{margin:1px}.hover\:m-0\.5:hover{margin:.125rem}.hover\:m-1\.5:hover{margin:.375rem}.hover\:m-2\.5:hover{margin:.625rem}.hover\:m-3\.5:hover{margin:.875rem}.hover\:mx-0:hover{margin-left:0;margin-right:0}.hover\:mx-1:hover{margin-left:.25rem;margin-right:.25rem}.hover\:mx-2:hover{margin-left:.5rem;margin-right:.5rem}.hover\:mx-3:hover{margin-left:.75rem;margin-right:.75rem}.hover\:mx-4:hover{margin-left:1rem;margin-right:1rem}.hover\:mx-5:hover{margin-left:1.25rem;margin-right:1.25rem}.hover\:mx-6:hover{margin-left:1.5rem;margin-right:1.5rem}.hover\:mx-7:hover{margin-left:1.75rem;margin-right:1.75rem}.hover\:mx-8:hover{margin-left:2rem;margin-right:2rem}.hover\:mx-9:hover{margin-left:2.25rem;margin-right:2.25rem}.hover\:mx-10:hover{margin-left:2.5rem;margin-right:2.5rem}.hover\:mx-11:hover{margin-left:2.75rem;margin-right:2.75rem}.hover\:mx-12:hover{margin-left:3rem;margin-right:3rem}.hover\:mx-14:hover{margin-left:3.5rem;margin-right:3.5rem}.hover\:mx-16:hover{margin-left:4rem;margin-right:4rem}.hover\:mx-20:hover{margin-left:5rem;margin-right:5rem}.hover\:mx-24:hover{margin-left:6rem;margin-right:6rem}.hover\:mx-28:hover{margin-left:7rem;margin-right:7rem}.hover\:mx-32:hover{margin-left:8rem;margin-right:8rem}.hover\:mx-36:hover{margin-left:9rem;margin-right:9rem}.hover\:mx-40:hover{margin-left:10rem;margin-right:10rem}.hover\:mx-44:hover{margin-left:11rem;margin-right:11rem}.hover\:mx-48:hover{margin-left:12rem;margin-right:12rem}.hover\:mx-52:hover{margin-left:13rem;margin-right:13rem}.hover\:mx-56:hover{margin-left:14rem;margin-right:14rem}.hover\:mx-60:hover{margin-left:15rem;margin-right:15rem}.hover\:mx-64:hover{margin-left:16rem;margin-right:16rem}.hover\:mx-72:hover{margin-left:18rem;margin-right:18rem}.hover\:mx-80:hover{margin-left:20rem;margin-right:20rem}.hover\:mx-96:hover{margin-left:24rem;margin-right:24rem}.hover\:mx-auto:hover{margin-left:auto;margin-right:auto}.hover\:mx-px:hover{margin-left:1px;margin-right:1px}.hover\:mx-0\.5:hover{margin-left:.125rem;margin-right:.125rem}.hover\:mx-1\.5:hover{margin-left:.375rem;margin-right:.375rem}.hover\:mx-2\.5:hover{margin-left:.625rem;margin-right:.625rem}.hover\:mx-3\.5:hover{margin-left:.875rem;margin-right:.875rem}.hover\:my-0:hover{margin-top:0;margin-bottom:0}.hover\:my-1:hover{margin-top:.25rem;margin-bottom:.25rem}.hover\:my-2:hover{margin-top:.5rem;margin-bottom:.5rem}.hover\:my-3:hover{margin-top:.75rem;margin-bottom:.75rem}.hover\:my-4:hover{margin-top:1rem;margin-bottom:1rem}.hover\:my-5:hover{margin-top:1.25rem;margin-bottom:1.25rem}.hover\:my-6:hover{margin-top:1.5rem;margin-bottom:1.5rem}.hover\:my-7:hover{margin-top:1.75rem;margin-bottom:1.75rem}.hover\:my-8:hover{margin-top:2rem;margin-bottom:2rem}.hover\:my-9:hover{margin-top:2.25rem;margin-bottom:2.25rem}.hover\:my-10:hover{margin-top:2.5rem;margin-bottom:2.5rem}.hover\:my-11:hover{margin-top:2.75rem;margin-bottom:2.75rem}.hover\:my-12:hover{margin-top:3rem;margin-bottom:3rem}.hover\:my-14:hover{margin-top:3.5rem;margin-bottom:3.5rem}.hover\:my-16:hover{margin-top:4rem;margin-bottom:4rem}.hover\:my-20:hover{margin-top:5rem;margin-bottom:5rem}.hover\:my-24:hover{margin-top:6rem;margin-bottom:6rem}.hover\:my-28:hover{margin-top:7rem;margin-bottom:7rem}.hover\:my-32:hover{margin-top:8rem;margin-bottom:8rem}.hover\:my-36:hover{margin-top:9rem;margin-bottom:9rem}.hover\:my-40:hover{margin-top:10rem;margin-bottom:10rem}.hover\:my-44:hover{margin-top:11rem;margin-bottom:11rem}.hover\:my-48:hover{margin-top:12rem;margin-bottom:12rem}.hover\:my-52:hover{margin-top:13rem;margin-bottom:13rem}.hover\:my-56:hover{margin-top:14rem;margin-bottom:14rem}.hover\:my-60:hover{margin-top:15rem;margin-bottom:15rem}.hover\:my-64:hover{margin-top:16rem;margin-bottom:16rem}.hover\:my-72:hover{margin-top:18rem;margin-bottom:18rem}.hover\:my-80:hover{margin-top:20rem;margin-bottom:20rem}.hover\:my-96:hover{margin-top:24rem;margin-bottom:24rem}.hover\:my-auto:hover{margin-top:auto;margin-bottom:auto}.hover\:my-px:hover{margin-top:1px;margin-bottom:1px}.hover\:my-0\.5:hover{margin-top:.125rem;margin-bottom:.125rem}.hover\:my-1\.5:hover{margin-top:.375rem;margin-bottom:.375rem}.hover\:my-2\.5:hover{margin-top:.625rem;margin-bottom:.625rem}.hover\:my-3\.5:hover{margin-top:.875rem;margin-bottom:.875rem}.hover\:mt-0:hover{margin-top:0}.hover\:mt-1:hover{margin-top:.25rem}.hover\:mt-2:hover{margin-top:.5rem}.hover\:mt-3:hover{margin-top:.75rem}.hover\:mt-4:hover{margin-top:1rem}.hover\:mt-5:hover{margin-top:1.25rem}.hover\:mt-6:hover{margin-top:1.5rem}.hover\:mt-7:hover{margin-top:1.75rem}.hover\:mt-8:hover{margin-top:2rem}.hover\:mt-9:hover{margin-top:2.25rem}.hover\:mt-10:hover{margin-top:2.5rem}.hover\:mt-11:hover{margin-top:2.75rem}.hover\:mt-12:hover{margin-top:3rem}.hover\:mt-14:hover{margin-top:3.5rem}.hover\:mt-16:hover{margin-top:4rem}.hover\:mt-20:hover{margin-top:5rem}.hover\:mt-24:hover{margin-top:6rem}.hover\:mt-28:hover{margin-top:7rem}.hover\:mt-32:hover{margin-top:8rem}.hover\:mt-36:hover{margin-top:9rem}.hover\:mt-40:hover{margin-top:10rem}.hover\:mt-44:hover{margin-top:11rem}.hover\:mt-48:hover{margin-top:12rem}.hover\:mt-52:hover{margin-top:13rem}.hover\:mt-56:hover{margin-top:14rem}.hover\:mt-60:hover{margin-top:15rem}.hover\:mt-64:hover{margin-top:16rem}.hover\:mt-72:hover{margin-top:18rem}.hover\:mt-80:hover{margin-top:20rem}.hover\:mt-96:hover{margin-top:24rem}.hover\:mt-auto:hover{margin-top:auto}.hover\:mt-px:hover{margin-top:1px}.hover\:mt-0\.5:hover{margin-top:.125rem}.hover\:mt-1\.5:hover{margin-top:.375rem}.hover\:mt-2\.5:hover{margin-top:.625rem}.hover\:mt-3\.5:hover{margin-top:.875rem}.hover\:mr-0:hover{margin-right:0}.hover\:mr-1:hover{margin-right:.25rem}.hover\:mr-2:hover{margin-right:.5rem}.hover\:mr-3:hover{margin-right:.75rem}.hover\:mr-4:hover{margin-right:1rem}.hover\:mr-5:hover{margin-right:1.25rem}.hover\:mr-6:hover{margin-right:1.5rem}.hover\:mr-7:hover{margin-right:1.75rem}.hover\:mr-8:hover{margin-right:2rem}.hover\:mr-9:hover{margin-right:2.25rem}.hover\:mr-10:hover{margin-right:2.5rem}.hover\:mr-11:hover{margin-right:2.75rem}.hover\:mr-12:hover{margin-right:3rem}.hover\:mr-14:hover{margin-right:3.5rem}.hover\:mr-16:hover{margin-right:4rem}.hover\:mr-20:hover{margin-right:5rem}.hover\:mr-24:hover{margin-right:6rem}.hover\:mr-28:hover{margin-right:7rem}.hover\:mr-32:hover{margin-right:8rem}.hover\:mr-36:hover{margin-right:9rem}.hover\:mr-40:hover{margin-right:10rem}.hover\:mr-44:hover{margin-right:11rem}.hover\:mr-48:hover{margin-right:12rem}.hover\:mr-52:hover{margin-right:13rem}.hover\:mr-56:hover{margin-right:14rem}.hover\:mr-60:hover{margin-right:15rem}.hover\:mr-64:hover{margin-right:16rem}.hover\:mr-72:hover{margin-right:18rem}.hover\:mr-80:hover{margin-right:20rem}.hover\:mr-96:hover{margin-right:24rem}.hover\:mr-auto:hover{margin-right:auto}.hover\:mr-px:hover{margin-right:1px}.hover\:mr-0\.5:hover{margin-right:.125rem}.hover\:mr-1\.5:hover{margin-right:.375rem}.hover\:mr-2\.5:hover{margin-right:.625rem}.hover\:mr-3\.5:hover{margin-right:.875rem}.hover\:mb-0:hover{margin-bottom:0}.hover\:mb-1:hover{margin-bottom:.25rem}.hover\:mb-2:hover{margin-bottom:.5rem}.hover\:mb-3:hover{margin-bottom:.75rem}.hover\:mb-4:hover{margin-bottom:1rem}.hover\:mb-5:hover{margin-bottom:1.25rem}.hover\:mb-6:hover{margin-bottom:1.5rem}.hover\:mb-7:hover{margin-bottom:1.75rem}.hover\:mb-8:hover{margin-bottom:2rem}.hover\:mb-9:hover{margin-bottom:2.25rem}.hover\:mb-10:hover{margin-bottom:2.5rem}.hover\:mb-11:hover{margin-bottom:2.75rem}.hover\:mb-12:hover{margin-bottom:3rem}.hover\:mb-14:hover{margin-bottom:3.5rem}.hover\:mb-16:hover{margin-bottom:4rem}.hover\:mb-20:hover{margin-bottom:5rem}.hover\:mb-24:hover{margin-bottom:6rem}.hover\:mb-28:hover{margin-bottom:7rem}.hover\:mb-32:hover{margin-bottom:8rem}.hover\:mb-36:hover{margin-bottom:9rem}.hover\:mb-40:hover{margin-bottom:10rem}.hover\:mb-44:hover{margin-bottom:11rem}.hover\:mb-48:hover{margin-bottom:12rem}.hover\:mb-52:hover{margin-bottom:13rem}.hover\:mb-56:hover{margin-bottom:14rem}.hover\:mb-60:hover{margin-bottom:15rem}.hover\:mb-64:hover{margin-bottom:16rem}.hover\:mb-72:hover{margin-bottom:18rem}.hover\:mb-80:hover{margin-bottom:20rem}.hover\:mb-96:hover{margin-bottom:24rem}.hover\:mb-auto:hover{margin-bottom:auto}.hover\:mb-px:hover{margin-bottom:1px}.hover\:mb-0\.5:hover{margin-bottom:.125rem}.hover\:mb-1\.5:hover{margin-bottom:.375rem}.hover\:mb-2\.5:hover{margin-bottom:.625rem}.hover\:mb-3\.5:hover{margin-bottom:.875rem}.hover\:ml-0:hover{margin-left:0}.hover\:ml-1:hover{margin-left:.25rem}.hover\:ml-2:hover{margin-left:.5rem}.hover\:ml-3:hover{margin-left:.75rem}.hover\:ml-4:hover{margin-left:1rem}.hover\:ml-5:hover{margin-left:1.25rem}.hover\:ml-6:hover{margin-left:1.5rem}.hover\:ml-7:hover{margin-left:1.75rem}.hover\:ml-8:hover{margin-left:2rem}.hover\:ml-9:hover{margin-left:2.25rem}.hover\:ml-10:hover{margin-left:2.5rem}.hover\:ml-11:hover{margin-left:2.75rem}.hover\:ml-12:hover{margin-left:3rem}.hover\:ml-14:hover{margin-left:3.5rem}.hover\:ml-16:hover{margin-left:4rem}.hover\:ml-20:hover{margin-left:5rem}.hover\:ml-24:hover{margin-left:6rem}.hover\:ml-28:hover{margin-left:7rem}.hover\:ml-32:hover{margin-left:8rem}.hover\:ml-36:hover{margin-left:9rem}.hover\:ml-40:hover{margin-left:10rem}.hover\:ml-44:hover{margin-left:11rem}.hover\:ml-48:hover{margin-left:12rem}.hover\:ml-52:hover{margin-left:13rem}.hover\:ml-56:hover{margin-left:14rem}.hover\:ml-60:hover{margin-left:15rem}.hover\:ml-64:hover{margin-left:16rem}.hover\:ml-72:hover{margin-left:18rem}.hover\:ml-80:hover{margin-left:20rem}.hover\:ml-96:hover{margin-left:24rem}.hover\:ml-auto:hover{margin-left:auto}.hover\:ml-px:hover{margin-left:1px}.hover\:ml-0\.5:hover{margin-left:.125rem}.hover\:ml-1\.5:hover{margin-left:.375rem}.hover\:ml-2\.5:hover{margin-left:.625rem}.hover\:ml-3\.5:hover{margin-left:.875rem}.hover\:h-0:hover{height:0px}.hover\:h-1:hover{height:.25rem}.hover\:h-2:hover{height:.5rem}.hover\:h-3:hover{height:.75rem}.hover\:h-4:hover{height:1rem}.hover\:h-5:hover{height:1.25rem}.hover\:h-6:hover{height:1.5rem}.hover\:h-7:hover{height:1.75rem}.hover\:h-8:hover{height:2rem}.hover\:h-9:hover{height:2.25rem}.hover\:h-10:hover{height:2.5rem}.hover\:h-11:hover{height:2.75rem}.hover\:h-12:hover{height:3rem}.hover\:h-14:hover{height:3.5rem}.hover\:h-16:hover{height:4rem}.hover\:h-20:hover{height:5rem}.hover\:h-24:hover{height:6rem}.hover\:h-28:hover{height:7rem}.hover\:h-32:hover{height:8rem}.hover\:h-36:hover{height:9rem}.hover\:h-40:hover{height:10rem}.hover\:h-44:hover{height:11rem}.hover\:h-48:hover{height:12rem}.hover\:h-52:hover{height:13rem}.hover\:h-56:hover{height:14rem}.hover\:h-60:hover{height:15rem}.hover\:h-64:hover{height:16rem}.hover\:h-72:hover{height:18rem}.hover\:h-80:hover{height:20rem}.hover\:h-96:hover{height:24rem}.hover\:h-auto:hover{height:auto}.hover\:h-px:hover{height:1px}.hover\:h-0\.5:hover{height:.125rem}.hover\:h-1\.5:hover{height:.375rem}.hover\:h-2\.5:hover{height:.625rem}.hover\:h-3\.5:hover{height:.875rem}.hover\:h-full:hover{height:100%}.hover\:h-screen:hover{height:100vh}.hover\:max-h-0:hover{max-height:0px}.hover\:max-h-1:hover{max-height:.25rem}.hover\:max-h-2:hover{max-height:.5rem}.hover\:max-h-3:hover{max-height:.75rem}.hover\:max-h-4:hover{max-height:1rem}.hover\:max-h-5:hover{max-height:1.25rem}.hover\:max-h-6:hover{max-height:1.5rem}.hover\:max-h-7:hover{max-height:1.75rem}.hover\:max-h-8:hover{max-height:2rem}.hover\:max-h-9:hover{max-height:2.25rem}.hover\:max-h-10:hover{max-height:2.5rem}.hover\:max-h-11:hover{max-height:2.75rem}.hover\:max-h-12:hover{max-height:3rem}.hover\:max-h-14:hover{max-height:3.5rem}.hover\:max-h-16:hover{max-height:4rem}.hover\:max-h-20:hover{max-height:5rem}.hover\:max-h-24:hover{max-height:6rem}.hover\:max-h-28:hover{max-height:7rem}.hover\:max-h-32:hover{max-height:8rem}.hover\:max-h-36:hover{max-height:9rem}.hover\:max-h-40:hover{max-height:10rem}.hover\:max-h-44:hover{max-height:11rem}.hover\:max-h-48:hover{max-height:12rem}.hover\:max-h-52:hover{max-height:13rem}.hover\:max-h-56:hover{max-height:14rem}.hover\:max-h-60:hover{max-height:15rem}.hover\:max-h-64:hover{max-height:16rem}.hover\:max-h-72:hover{max-height:18rem}.hover\:max-h-80:hover{max-height:20rem}.hover\:max-h-96:hover{max-height:24rem}.hover\:max-h-px:hover{max-height:1px}.hover\:max-h-0\.5:hover{max-height:.125rem}.hover\:max-h-1\.5:hover{max-height:.375rem}.hover\:max-h-2\.5:hover{max-height:.625rem}.hover\:max-h-3\.5:hover{max-height:.875rem}.hover\:max-h-full:hover{max-height:100%}.hover\:max-h-screen:hover{max-height:100vh}.hover\:min-h-0:hover{min-height:0px}.hover\:min-h-full:hover{min-height:100%}.hover\:min-h-screen:hover{min-height:100vh}.hover\:w-0:hover{width:0px}.hover\:w-1:hover{width:.25rem}.hover\:w-2:hover{width:.5rem}.hover\:w-3:hover{width:.75rem}.hover\:w-4:hover{width:1rem}.hover\:w-5:hover{width:1.25rem}.hover\:w-6:hover{width:1.5rem}.hover\:w-7:hover{width:1.75rem}.hover\:w-8:hover{width:2rem}.hover\:w-9:hover{width:2.25rem}.hover\:w-10:hover{width:2.5rem}.hover\:w-11:hover{width:2.75rem}.hover\:w-12:hover{width:3rem}.hover\:w-14:hover{width:3.5rem}.hover\:w-16:hover{width:4rem}.hover\:w-20:hover{width:5rem}.hover\:w-24:hover{width:6rem}.hover\:w-28:hover{width:7rem}.hover\:w-32:hover{width:8rem}.hover\:w-36:hover{width:9rem}.hover\:w-40:hover{width:10rem}.hover\:w-44:hover{width:11rem}.hover\:w-48:hover{width:12rem}.hover\:w-52:hover{width:13rem}.hover\:w-56:hover{width:14rem}.hover\:w-60:hover{width:15rem}.hover\:w-64:hover{width:16rem}.hover\:w-72:hover{width:18rem}.hover\:w-80:hover{width:20rem}.hover\:w-96:hover{width:24rem}.hover\:w-auto:hover{width:auto}.hover\:w-px:hover{width:1px}.hover\:w-0\.5:hover{width:.125rem}.hover\:w-1\.5:hover{width:.375rem}.hover\:w-2\.5:hover{width:.625rem}.hover\:w-3\.5:hover{width:.875rem}.hover\:w-full:hover{width:100%}.hover\:w-screen:hover{width:100vw}.hover\:min-w-0:hover{min-width:0px}.hover\:min-w-full:hover{min-width:100%}.hover\:max-w-0:hover{max-width:0rem}.hover\:max-w-full:hover{max-width:100%}.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)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.hover\:gap-0:hover{gap:0px}.hover\:gap-1:hover{gap:.25rem}.hover\:gap-2:hover{gap:.5rem}.hover\:gap-3:hover{gap:.75rem}.hover\:gap-4:hover{gap:1rem}.hover\:gap-5:hover{gap:1.25rem}.hover\:gap-6:hover{gap:1.5rem}.hover\:gap-7:hover{gap:1.75rem}.hover\:gap-8:hover{gap:2rem}.hover\:gap-9:hover{gap:2.25rem}.hover\:gap-10:hover{gap:2.5rem}.hover\:gap-11:hover{gap:2.75rem}.hover\:gap-12:hover{gap:3rem}.hover\:gap-14:hover{gap:3.5rem}.hover\:gap-16:hover{gap:4rem}.hover\:gap-20:hover{gap:5rem}.hover\:gap-24:hover{gap:6rem}.hover\:gap-28:hover{gap:7rem}.hover\:gap-32:hover{gap:8rem}.hover\:gap-36:hover{gap:9rem}.hover\:gap-40:hover{gap:10rem}.hover\:gap-44:hover{gap:11rem}.hover\:gap-48:hover{gap:12rem}.hover\:gap-52:hover{gap:13rem}.hover\:gap-56:hover{gap:14rem}.hover\:gap-60:hover{gap:15rem}.hover\:gap-64:hover{gap:16rem}.hover\:gap-72:hover{gap:18rem}.hover\:gap-80:hover{gap:20rem}.hover\:gap-96:hover{gap:24rem}.hover\:gap-px:hover{gap:1px}.hover\:gap-0\.5:hover{gap:.125rem}.hover\:gap-1\.5:hover{gap:.375rem}.hover\:gap-2\.5:hover{gap:.625rem}.hover\:gap-3\.5:hover{gap:.875rem}.hover\:gap-x-0:hover{-moz-column-gap:0px;column-gap:0px}.hover\:gap-x-1:hover{-moz-column-gap:.25rem;column-gap:.25rem}.hover\:gap-x-2:hover{-moz-column-gap:.5rem;column-gap:.5rem}.hover\:gap-x-3:hover{-moz-column-gap:.75rem;column-gap:.75rem}.hover\:gap-x-4:hover{-moz-column-gap:1rem;column-gap:1rem}.hover\:gap-x-5:hover{-moz-column-gap:1.25rem;column-gap:1.25rem}.hover\:gap-x-6:hover{-moz-column-gap:1.5rem;column-gap:1.5rem}.hover\:gap-x-7:hover{-moz-column-gap:1.75rem;column-gap:1.75rem}.hover\:gap-x-8:hover{-moz-column-gap:2rem;column-gap:2rem}.hover\:gap-x-9:hover{-moz-column-gap:2.25rem;column-gap:2.25rem}.hover\:gap-x-10:hover{-moz-column-gap:2.5rem;column-gap:2.5rem}.hover\:gap-x-11:hover{-moz-column-gap:2.75rem;column-gap:2.75rem}.hover\:gap-x-12:hover{-moz-column-gap:3rem;column-gap:3rem}.hover\:gap-x-14:hover{-moz-column-gap:3.5rem;column-gap:3.5rem}.hover\:gap-x-16:hover{-moz-column-gap:4rem;column-gap:4rem}.hover\:gap-x-20:hover{-moz-column-gap:5rem;column-gap:5rem}.hover\:gap-x-24:hover{-moz-column-gap:6rem;column-gap:6rem}.hover\:gap-x-28:hover{-moz-column-gap:7rem;column-gap:7rem}.hover\:gap-x-32:hover{-moz-column-gap:8rem;column-gap:8rem}.hover\:gap-x-36:hover{-moz-column-gap:9rem;column-gap:9rem}.hover\:gap-x-40:hover{-moz-column-gap:10rem;column-gap:10rem}.hover\:gap-x-44:hover{-moz-column-gap:11rem;column-gap:11rem}.hover\:gap-x-48:hover{-moz-column-gap:12rem;column-gap:12rem}.hover\:gap-x-52:hover{-moz-column-gap:13rem;column-gap:13rem}.hover\:gap-x-56:hover{-moz-column-gap:14rem;column-gap:14rem}.hover\:gap-x-60:hover{-moz-column-gap:15rem;column-gap:15rem}.hover\:gap-x-64:hover{-moz-column-gap:16rem;column-gap:16rem}.hover\:gap-x-72:hover{-moz-column-gap:18rem;column-gap:18rem}.hover\:gap-x-80:hover{-moz-column-gap:20rem;column-gap:20rem}.hover\:gap-x-96:hover{-moz-column-gap:24rem;column-gap:24rem}.hover\:gap-x-px:hover{-moz-column-gap:1px;column-gap:1px}.hover\:gap-x-0\.5:hover{-moz-column-gap:.125rem;column-gap:.125rem}.hover\:gap-x-1\.5:hover{-moz-column-gap:.375rem;column-gap:.375rem}.hover\:gap-x-2\.5:hover{-moz-column-gap:.625rem;column-gap:.625rem}.hover\:gap-x-3\.5:hover{-moz-column-gap:.875rem;column-gap:.875rem}.hover\:gap-y-0:hover{row-gap:0px}.hover\:gap-y-1:hover{row-gap:.25rem}.hover\:gap-y-2:hover{row-gap:.5rem}.hover\:gap-y-3:hover{row-gap:.75rem}.hover\:gap-y-4:hover{row-gap:1rem}.hover\:gap-y-5:hover{row-gap:1.25rem}.hover\:gap-y-6:hover{row-gap:1.5rem}.hover\:gap-y-7:hover{row-gap:1.75rem}.hover\:gap-y-8:hover{row-gap:2rem}.hover\:gap-y-9:hover{row-gap:2.25rem}.hover\:gap-y-10:hover{row-gap:2.5rem}.hover\:gap-y-11:hover{row-gap:2.75rem}.hover\:gap-y-12:hover{row-gap:3rem}.hover\:gap-y-14:hover{row-gap:3.5rem}.hover\:gap-y-16:hover{row-gap:4rem}.hover\:gap-y-20:hover{row-gap:5rem}.hover\:gap-y-24:hover{row-gap:6rem}.hover\:gap-y-28:hover{row-gap:7rem}.hover\:gap-y-32:hover{row-gap:8rem}.hover\:gap-y-36:hover{row-gap:9rem}.hover\:gap-y-40:hover{row-gap:10rem}.hover\:gap-y-44:hover{row-gap:11rem}.hover\:gap-y-48:hover{row-gap:12rem}.hover\:gap-y-52:hover{row-gap:13rem}.hover\:gap-y-56:hover{row-gap:14rem}.hover\:gap-y-60:hover{row-gap:15rem}.hover\:gap-y-64:hover{row-gap:16rem}.hover\:gap-y-72:hover{row-gap:18rem}.hover\:gap-y-80:hover{row-gap:20rem}.hover\:gap-y-96:hover{row-gap:24rem}.hover\:gap-y-px:hover{row-gap:1px}.hover\:gap-y-0\.5:hover{row-gap:.125rem}.hover\:gap-y-1\.5:hover{row-gap:.375rem}.hover\:gap-y-2\.5:hover{row-gap:.625rem}.hover\:gap-y-3\.5:hover{row-gap:.875rem}.hover\:border-inherit:hover{border-color:inherit}.hover\:border-current:hover{border-color:currentColor}.hover\:border-transparent:hover{border-color:transparent}.hover\:border-black:hover{--tw-border-opacity: 1;border-color:rgb(0 0 0 / var(--tw-border-opacity))}.hover\:border-white:hover{--tw-border-opacity: 1;border-color:rgb(255 255 255 / var(--tw-border-opacity))}.hover\:border-slate-50:hover{--tw-border-opacity: 1;border-color:rgb(248 250 252 / var(--tw-border-opacity))}.hover\:border-slate-100:hover{--tw-border-opacity: 1;border-color:rgb(241 245 249 / var(--tw-border-opacity))}.hover\:border-slate-200:hover{--tw-border-opacity: 1;border-color:rgb(226 232 240 / var(--tw-border-opacity))}.hover\:border-slate-300:hover{--tw-border-opacity: 1;border-color:rgb(203 213 225 / var(--tw-border-opacity))}.hover\:border-slate-400:hover{--tw-border-opacity: 1;border-color:rgb(148 163 184 / var(--tw-border-opacity))}.hover\:border-slate-500:hover{--tw-border-opacity: 1;border-color:rgb(100 116 139 / var(--tw-border-opacity))}.hover\:border-slate-600:hover{--tw-border-opacity: 1;border-color:rgb(71 85 105 / var(--tw-border-opacity))}.hover\:border-slate-700:hover{--tw-border-opacity: 1;border-color:rgb(51 65 85 / var(--tw-border-opacity))}.hover\:border-slate-800:hover{--tw-border-opacity: 1;border-color:rgb(30 41 59 / var(--tw-border-opacity))}.hover\:border-slate-900:hover{--tw-border-opacity: 1;border-color:rgb(15 23 42 / var(--tw-border-opacity))}.hover\:border-gray-50:hover{--tw-border-opacity: 1;border-color:rgb(249 250 251 / var(--tw-border-opacity))}.hover\:border-gray-100:hover{--tw-border-opacity: 1;border-color:rgb(243 244 246 / var(--tw-border-opacity))}.hover\:border-gray-200:hover{--tw-border-opacity: 1;border-color:rgb(229 231 235 / var(--tw-border-opacity))}.hover\:border-gray-300:hover{--tw-border-opacity: 1;border-color:rgb(209 213 219 / var(--tw-border-opacity))}.hover\:border-gray-400:hover{--tw-border-opacity: 1;border-color:rgb(156 163 175 / var(--tw-border-opacity))}.hover\:border-gray-500:hover{--tw-border-opacity: 1;border-color:rgb(107 114 128 / var(--tw-border-opacity))}.hover\:border-gray-600:hover{--tw-border-opacity: 1;border-color:rgb(75 85 99 / var(--tw-border-opacity))}.hover\:border-gray-700:hover{--tw-border-opacity: 1;border-color:rgb(55 65 81 / var(--tw-border-opacity))}.hover\:border-gray-800:hover{--tw-border-opacity: 1;border-color:rgb(31 41 55 / var(--tw-border-opacity))}.hover\:border-gray-900:hover{--tw-border-opacity: 1;border-color:rgb(17 24 39 / var(--tw-border-opacity))}.hover\:border-zinc-50:hover{--tw-border-opacity: 1;border-color:rgb(250 250 250 / var(--tw-border-opacity))}.hover\:border-zinc-100:hover{--tw-border-opacity: 1;border-color:rgb(244 244 245 / var(--tw-border-opacity))}.hover\:border-zinc-200:hover{--tw-border-opacity: 1;border-color:rgb(228 228 231 / var(--tw-border-opacity))}.hover\:border-zinc-300:hover{--tw-border-opacity: 1;border-color:rgb(212 212 216 / var(--tw-border-opacity))}.hover\:border-zinc-400:hover{--tw-border-opacity: 1;border-color:rgb(161 161 170 / var(--tw-border-opacity))}.hover\:border-zinc-500:hover{--tw-border-opacity: 1;border-color:rgb(113 113 122 / var(--tw-border-opacity))}.hover\:border-zinc-600:hover{--tw-border-opacity: 1;border-color:rgb(82 82 91 / var(--tw-border-opacity))}.hover\:border-zinc-700:hover{--tw-border-opacity: 1;border-color:rgb(63 63 70 / var(--tw-border-opacity))}.hover\:border-zinc-800:hover{--tw-border-opacity: 1;border-color:rgb(39 39 42 / var(--tw-border-opacity))}.hover\:border-zinc-900:hover{--tw-border-opacity: 1;border-color:rgb(24 24 27 / var(--tw-border-opacity))}.hover\:border-neutral-50:hover{--tw-border-opacity: 1;border-color:rgb(250 250 250 / var(--tw-border-opacity))}.hover\:border-neutral-100:hover{--tw-border-opacity: 1;border-color:rgb(245 245 245 / var(--tw-border-opacity))}.hover\:border-neutral-200:hover{--tw-border-opacity: 1;border-color:rgb(229 229 229 / var(--tw-border-opacity))}.hover\:border-neutral-300:hover{--tw-border-opacity: 1;border-color:rgb(212 212 212 / var(--tw-border-opacity))}.hover\:border-neutral-400:hover{--tw-border-opacity: 1;border-color:rgb(163 163 163 / var(--tw-border-opacity))}.hover\:border-neutral-500:hover{--tw-border-opacity: 1;border-color:rgb(115 115 115 / var(--tw-border-opacity))}.hover\:border-neutral-600:hover{--tw-border-opacity: 1;border-color:rgb(82 82 82 / var(--tw-border-opacity))}.hover\:border-neutral-700:hover{--tw-border-opacity: 1;border-color:rgb(64 64 64 / var(--tw-border-opacity))}.hover\:border-neutral-800:hover{--tw-border-opacity: 1;border-color:rgb(38 38 38 / var(--tw-border-opacity))}.hover\:border-neutral-900:hover{--tw-border-opacity: 1;border-color:rgb(23 23 23 / var(--tw-border-opacity))}.hover\:border-stone-50:hover{--tw-border-opacity: 1;border-color:rgb(250 250 249 / var(--tw-border-opacity))}.hover\:border-stone-100:hover{--tw-border-opacity: 1;border-color:rgb(245 245 244 / var(--tw-border-opacity))}.hover\:border-stone-200:hover{--tw-border-opacity: 1;border-color:rgb(231 229 228 / var(--tw-border-opacity))}.hover\:border-stone-300:hover{--tw-border-opacity: 1;border-color:rgb(214 211 209 / var(--tw-border-opacity))}.hover\:border-stone-400:hover{--tw-border-opacity: 1;border-color:rgb(168 162 158 / var(--tw-border-opacity))}.hover\:border-stone-500:hover{--tw-border-opacity: 1;border-color:rgb(120 113 108 / var(--tw-border-opacity))}.hover\:border-stone-600:hover{--tw-border-opacity: 1;border-color:rgb(87 83 78 / var(--tw-border-opacity))}.hover\:border-stone-700:hover{--tw-border-opacity: 1;border-color:rgb(68 64 60 / var(--tw-border-opacity))}.hover\:border-stone-800:hover{--tw-border-opacity: 1;border-color:rgb(41 37 36 / var(--tw-border-opacity))}.hover\:border-stone-900:hover{--tw-border-opacity: 1;border-color:rgb(28 25 23 / var(--tw-border-opacity))}.hover\:border-red-50:hover{--tw-border-opacity: 1;border-color:rgb(254 242 242 / var(--tw-border-opacity))}.hover\:border-red-100:hover{--tw-border-opacity: 1;border-color:rgb(254 226 226 / var(--tw-border-opacity))}.hover\:border-red-200:hover{--tw-border-opacity: 1;border-color:rgb(254 202 202 / var(--tw-border-opacity))}.hover\:border-red-300:hover{--tw-border-opacity: 1;border-color:rgb(252 165 165 / var(--tw-border-opacity))}.hover\:border-red-400:hover{--tw-border-opacity: 1;border-color:rgb(248 113 113 / var(--tw-border-opacity))}.hover\:border-red-500:hover{--tw-border-opacity: 1;border-color:rgb(239 68 68 / var(--tw-border-opacity))}.hover\:border-red-600:hover{--tw-border-opacity: 1;border-color:rgb(220 38 38 / var(--tw-border-opacity))}.hover\:border-red-700:hover{--tw-border-opacity: 1;border-color:rgb(185 28 28 / var(--tw-border-opacity))}.hover\:border-red-800:hover{--tw-border-opacity: 1;border-color:rgb(153 27 27 / var(--tw-border-opacity))}.hover\:border-red-900:hover{--tw-border-opacity: 1;border-color:rgb(127 29 29 / var(--tw-border-opacity))}.hover\:border-orange-50:hover{--tw-border-opacity: 1;border-color:rgb(255 247 237 / var(--tw-border-opacity))}.hover\:border-orange-100:hover{--tw-border-opacity: 1;border-color:rgb(255 237 213 / var(--tw-border-opacity))}.hover\:border-orange-200:hover{--tw-border-opacity: 1;border-color:rgb(254 215 170 / var(--tw-border-opacity))}.hover\:border-orange-300:hover{--tw-border-opacity: 1;border-color:rgb(253 186 116 / var(--tw-border-opacity))}.hover\:border-orange-400:hover{--tw-border-opacity: 1;border-color:rgb(251 146 60 / var(--tw-border-opacity))}.hover\:border-orange-500:hover{--tw-border-opacity: 1;border-color:rgb(249 115 22 / var(--tw-border-opacity))}.hover\:border-orange-600:hover{--tw-border-opacity: 1;border-color:rgb(234 88 12 / var(--tw-border-opacity))}.hover\:border-orange-700:hover{--tw-border-opacity: 1;border-color:rgb(194 65 12 / var(--tw-border-opacity))}.hover\:border-orange-800:hover{--tw-border-opacity: 1;border-color:rgb(154 52 18 / var(--tw-border-opacity))}.hover\:border-orange-900:hover{--tw-border-opacity: 1;border-color:rgb(124 45 18 / var(--tw-border-opacity))}.hover\:border-amber-50:hover{--tw-border-opacity: 1;border-color:rgb(255 251 235 / var(--tw-border-opacity))}.hover\:border-amber-100:hover{--tw-border-opacity: 1;border-color:rgb(254 243 199 / var(--tw-border-opacity))}.hover\:border-amber-200:hover{--tw-border-opacity: 1;border-color:rgb(253 230 138 / var(--tw-border-opacity))}.hover\:border-amber-300:hover{--tw-border-opacity: 1;border-color:rgb(252 211 77 / var(--tw-border-opacity))}.hover\:border-amber-400:hover{--tw-border-opacity: 1;border-color:rgb(251 191 36 / var(--tw-border-opacity))}.hover\:border-amber-500:hover{--tw-border-opacity: 1;border-color:rgb(245 158 11 / var(--tw-border-opacity))}.hover\:border-amber-600:hover{--tw-border-opacity: 1;border-color:rgb(217 119 6 / var(--tw-border-opacity))}.hover\:border-amber-700:hover{--tw-border-opacity: 1;border-color:rgb(180 83 9 / var(--tw-border-opacity))}.hover\:border-amber-800:hover{--tw-border-opacity: 1;border-color:rgb(146 64 14 / var(--tw-border-opacity))}.hover\:border-amber-900:hover{--tw-border-opacity: 1;border-color:rgb(120 53 15 / var(--tw-border-opacity))}.hover\:border-yellow-50:hover{--tw-border-opacity: 1;border-color:rgb(254 252 232 / var(--tw-border-opacity))}.hover\:border-yellow-100:hover{--tw-border-opacity: 1;border-color:rgb(254 249 195 / var(--tw-border-opacity))}.hover\:border-yellow-200:hover{--tw-border-opacity: 1;border-color:rgb(254 240 138 / var(--tw-border-opacity))}.hover\:border-yellow-300:hover{--tw-border-opacity: 1;border-color:rgb(253 224 71 / var(--tw-border-opacity))}.hover\:border-yellow-400:hover{--tw-border-opacity: 1;border-color:rgb(250 204 21 / var(--tw-border-opacity))}.hover\:border-yellow-500:hover{--tw-border-opacity: 1;border-color:rgb(234 179 8 / var(--tw-border-opacity))}.hover\:border-yellow-600:hover{--tw-border-opacity: 1;border-color:rgb(202 138 4 / var(--tw-border-opacity))}.hover\:border-yellow-700:hover{--tw-border-opacity: 1;border-color:rgb(161 98 7 / var(--tw-border-opacity))}.hover\:border-yellow-800:hover{--tw-border-opacity: 1;border-color:rgb(133 77 14 / var(--tw-border-opacity))}.hover\:border-yellow-900:hover{--tw-border-opacity: 1;border-color:rgb(113 63 18 / var(--tw-border-opacity))}.hover\:border-lime-50:hover{--tw-border-opacity: 1;border-color:rgb(247 254 231 / var(--tw-border-opacity))}.hover\:border-lime-100:hover{--tw-border-opacity: 1;border-color:rgb(236 252 203 / var(--tw-border-opacity))}.hover\:border-lime-200:hover{--tw-border-opacity: 1;border-color:rgb(217 249 157 / var(--tw-border-opacity))}.hover\:border-lime-300:hover{--tw-border-opacity: 1;border-color:rgb(190 242 100 / var(--tw-border-opacity))}.hover\:border-lime-400:hover{--tw-border-opacity: 1;border-color:rgb(163 230 53 / var(--tw-border-opacity))}.hover\:border-lime-500:hover{--tw-border-opacity: 1;border-color:rgb(132 204 22 / var(--tw-border-opacity))}.hover\:border-lime-600:hover{--tw-border-opacity: 1;border-color:rgb(101 163 13 / var(--tw-border-opacity))}.hover\:border-lime-700:hover{--tw-border-opacity: 1;border-color:rgb(77 124 15 / var(--tw-border-opacity))}.hover\:border-lime-800:hover{--tw-border-opacity: 1;border-color:rgb(63 98 18 / var(--tw-border-opacity))}.hover\:border-lime-900:hover{--tw-border-opacity: 1;border-color:rgb(54 83 20 / var(--tw-border-opacity))}.hover\:border-green-50:hover{--tw-border-opacity: 1;border-color:rgb(240 253 244 / var(--tw-border-opacity))}.hover\:border-green-100:hover{--tw-border-opacity: 1;border-color:rgb(220 252 231 / var(--tw-border-opacity))}.hover\:border-green-200:hover{--tw-border-opacity: 1;border-color:rgb(187 247 208 / var(--tw-border-opacity))}.hover\:border-green-300:hover{--tw-border-opacity: 1;border-color:rgb(134 239 172 / var(--tw-border-opacity))}.hover\:border-green-400:hover{--tw-border-opacity: 1;border-color:rgb(74 222 128 / var(--tw-border-opacity))}.hover\:border-green-500:hover{--tw-border-opacity: 1;border-color:rgb(34 197 94 / var(--tw-border-opacity))}.hover\:border-green-600:hover{--tw-border-opacity: 1;border-color:rgb(22 163 74 / var(--tw-border-opacity))}.hover\:border-green-700:hover{--tw-border-opacity: 1;border-color:rgb(21 128 61 / var(--tw-border-opacity))}.hover\:border-green-800:hover{--tw-border-opacity: 1;border-color:rgb(22 101 52 / var(--tw-border-opacity))}.hover\:border-green-900:hover{--tw-border-opacity: 1;border-color:rgb(20 83 45 / var(--tw-border-opacity))}.hover\:border-emerald-50:hover{--tw-border-opacity: 1;border-color:rgb(236 253 245 / var(--tw-border-opacity))}.hover\:border-emerald-100:hover{--tw-border-opacity: 1;border-color:rgb(209 250 229 / var(--tw-border-opacity))}.hover\:border-emerald-200:hover{--tw-border-opacity: 1;border-color:rgb(167 243 208 / var(--tw-border-opacity))}.hover\:border-emerald-300:hover{--tw-border-opacity: 1;border-color:rgb(110 231 183 / var(--tw-border-opacity))}.hover\:border-emerald-400:hover{--tw-border-opacity: 1;border-color:rgb(52 211 153 / var(--tw-border-opacity))}.hover\:border-emerald-500:hover{--tw-border-opacity: 1;border-color:rgb(16 185 129 / var(--tw-border-opacity))}.hover\:border-emerald-600:hover{--tw-border-opacity: 1;border-color:rgb(5 150 105 / var(--tw-border-opacity))}.hover\:border-emerald-700:hover{--tw-border-opacity: 1;border-color:rgb(4 120 87 / var(--tw-border-opacity))}.hover\:border-emerald-800:hover{--tw-border-opacity: 1;border-color:rgb(6 95 70 / var(--tw-border-opacity))}.hover\:border-emerald-900:hover{--tw-border-opacity: 1;border-color:rgb(6 78 59 / var(--tw-border-opacity))}.hover\:border-teal-50:hover{--tw-border-opacity: 1;border-color:rgb(240 253 250 / var(--tw-border-opacity))}.hover\:border-teal-100:hover{--tw-border-opacity: 1;border-color:rgb(204 251 241 / var(--tw-border-opacity))}.hover\:border-teal-200:hover{--tw-border-opacity: 1;border-color:rgb(153 246 228 / var(--tw-border-opacity))}.hover\:border-teal-300:hover{--tw-border-opacity: 1;border-color:rgb(94 234 212 / var(--tw-border-opacity))}.hover\:border-teal-400:hover{--tw-border-opacity: 1;border-color:rgb(45 212 191 / var(--tw-border-opacity))}.hover\:border-teal-500:hover{--tw-border-opacity: 1;border-color:rgb(20 184 166 / var(--tw-border-opacity))}.hover\:border-teal-600:hover{--tw-border-opacity: 1;border-color:rgb(13 148 136 / var(--tw-border-opacity))}.hover\:border-teal-700:hover{--tw-border-opacity: 1;border-color:rgb(15 118 110 / var(--tw-border-opacity))}.hover\:border-teal-800:hover{--tw-border-opacity: 1;border-color:rgb(17 94 89 / var(--tw-border-opacity))}.hover\:border-teal-900:hover{--tw-border-opacity: 1;border-color:rgb(19 78 74 / var(--tw-border-opacity))}.hover\:border-cyan-50:hover{--tw-border-opacity: 1;border-color:rgb(236 254 255 / var(--tw-border-opacity))}.hover\:border-cyan-100:hover{--tw-border-opacity: 1;border-color:rgb(207 250 254 / var(--tw-border-opacity))}.hover\:border-cyan-200:hover{--tw-border-opacity: 1;border-color:rgb(165 243 252 / var(--tw-border-opacity))}.hover\:border-cyan-300:hover{--tw-border-opacity: 1;border-color:rgb(103 232 249 / var(--tw-border-opacity))}.hover\:border-cyan-400:hover{--tw-border-opacity: 1;border-color:rgb(34 211 238 / var(--tw-border-opacity))}.hover\:border-cyan-500:hover{--tw-border-opacity: 1;border-color:rgb(6 182 212 / var(--tw-border-opacity))}.hover\:border-cyan-600:hover{--tw-border-opacity: 1;border-color:rgb(8 145 178 / var(--tw-border-opacity))}.hover\:border-cyan-700:hover{--tw-border-opacity: 1;border-color:rgb(14 116 144 / var(--tw-border-opacity))}.hover\:border-cyan-800:hover{--tw-border-opacity: 1;border-color:rgb(21 94 117 / var(--tw-border-opacity))}.hover\:border-cyan-900:hover{--tw-border-opacity: 1;border-color:rgb(22 78 99 / var(--tw-border-opacity))}.hover\:border-sky-50:hover{--tw-border-opacity: 1;border-color:rgb(240 249 255 / var(--tw-border-opacity))}.hover\:border-sky-100:hover{--tw-border-opacity: 1;border-color:rgb(224 242 254 / var(--tw-border-opacity))}.hover\:border-sky-200:hover{--tw-border-opacity: 1;border-color:rgb(186 230 253 / var(--tw-border-opacity))}.hover\:border-sky-300:hover{--tw-border-opacity: 1;border-color:rgb(125 211 252 / var(--tw-border-opacity))}.hover\:border-sky-400:hover{--tw-border-opacity: 1;border-color:rgb(56 189 248 / var(--tw-border-opacity))}.hover\:border-sky-500:hover{--tw-border-opacity: 1;border-color:rgb(14 165 233 / var(--tw-border-opacity))}.hover\:border-sky-600:hover{--tw-border-opacity: 1;border-color:rgb(2 132 199 / var(--tw-border-opacity))}.hover\:border-sky-700:hover{--tw-border-opacity: 1;border-color:rgb(3 105 161 / var(--tw-border-opacity))}.hover\:border-sky-800:hover{--tw-border-opacity: 1;border-color:rgb(7 89 133 / var(--tw-border-opacity))}.hover\:border-sky-900:hover{--tw-border-opacity: 1;border-color:rgb(12 74 110 / var(--tw-border-opacity))}.hover\:border-blue-50:hover{--tw-border-opacity: 1;border-color:rgb(239 246 255 / var(--tw-border-opacity))}.hover\:border-blue-100:hover{--tw-border-opacity: 1;border-color:rgb(219 234 254 / var(--tw-border-opacity))}.hover\:border-blue-200:hover{--tw-border-opacity: 1;border-color:rgb(191 219 254 / var(--tw-border-opacity))}.hover\:border-blue-300:hover{--tw-border-opacity: 1;border-color:rgb(147 197 253 / var(--tw-border-opacity))}.hover\:border-blue-400:hover{--tw-border-opacity: 1;border-color:rgb(96 165 250 / var(--tw-border-opacity))}.hover\:border-blue-500:hover{--tw-border-opacity: 1;border-color:rgb(59 130 246 / var(--tw-border-opacity))}.hover\:border-blue-600:hover{--tw-border-opacity: 1;border-color:rgb(37 99 235 / var(--tw-border-opacity))}.hover\:border-blue-700:hover{--tw-border-opacity: 1;border-color:rgb(29 78 216 / var(--tw-border-opacity))}.hover\:border-blue-800:hover{--tw-border-opacity: 1;border-color:rgb(30 64 175 / var(--tw-border-opacity))}.hover\:border-blue-900:hover{--tw-border-opacity: 1;border-color:rgb(30 58 138 / var(--tw-border-opacity))}.hover\:border-indigo-50:hover{--tw-border-opacity: 1;border-color:rgb(238 242 255 / var(--tw-border-opacity))}.hover\:border-indigo-100:hover{--tw-border-opacity: 1;border-color:rgb(224 231 255 / var(--tw-border-opacity))}.hover\:border-indigo-200:hover{--tw-border-opacity: 1;border-color:rgb(199 210 254 / var(--tw-border-opacity))}.hover\:border-indigo-300:hover{--tw-border-opacity: 1;border-color:rgb(165 180 252 / var(--tw-border-opacity))}.hover\:border-indigo-400:hover{--tw-border-opacity: 1;border-color:rgb(129 140 248 / var(--tw-border-opacity))}.hover\:border-indigo-500:hover{--tw-border-opacity: 1;border-color:rgb(99 102 241 / var(--tw-border-opacity))}.hover\:border-indigo-600:hover{--tw-border-opacity: 1;border-color:rgb(79 70 229 / var(--tw-border-opacity))}.hover\:border-indigo-700:hover{--tw-border-opacity: 1;border-color:rgb(67 56 202 / var(--tw-border-opacity))}.hover\:border-indigo-800:hover{--tw-border-opacity: 1;border-color:rgb(55 48 163 / var(--tw-border-opacity))}.hover\:border-indigo-900:hover{--tw-border-opacity: 1;border-color:rgb(49 46 129 / var(--tw-border-opacity))}.hover\:border-violet-50:hover{--tw-border-opacity: 1;border-color:rgb(245 243 255 / var(--tw-border-opacity))}.hover\:border-violet-100:hover{--tw-border-opacity: 1;border-color:rgb(237 233 254 / var(--tw-border-opacity))}.hover\:border-violet-200:hover{--tw-border-opacity: 1;border-color:rgb(221 214 254 / var(--tw-border-opacity))}.hover\:border-violet-300:hover{--tw-border-opacity: 1;border-color:rgb(196 181 253 / var(--tw-border-opacity))}.hover\:border-violet-400:hover{--tw-border-opacity: 1;border-color:rgb(167 139 250 / var(--tw-border-opacity))}.hover\:border-violet-500:hover{--tw-border-opacity: 1;border-color:rgb(139 92 246 / var(--tw-border-opacity))}.hover\:border-violet-600:hover{--tw-border-opacity: 1;border-color:rgb(124 58 237 / var(--tw-border-opacity))}.hover\:border-violet-700:hover{--tw-border-opacity: 1;border-color:rgb(109 40 217 / var(--tw-border-opacity))}.hover\:border-violet-800:hover{--tw-border-opacity: 1;border-color:rgb(91 33 182 / var(--tw-border-opacity))}.hover\:border-violet-900:hover{--tw-border-opacity: 1;border-color:rgb(76 29 149 / var(--tw-border-opacity))}.hover\:border-purple-50:hover{--tw-border-opacity: 1;border-color:rgb(250 245 255 / var(--tw-border-opacity))}.hover\:border-purple-100:hover{--tw-border-opacity: 1;border-color:rgb(243 232 255 / var(--tw-border-opacity))}.hover\:border-purple-200:hover{--tw-border-opacity: 1;border-color:rgb(233 213 255 / var(--tw-border-opacity))}.hover\:border-purple-300:hover{--tw-border-opacity: 1;border-color:rgb(216 180 254 / var(--tw-border-opacity))}.hover\:border-purple-400:hover{--tw-border-opacity: 1;border-color:rgb(192 132 252 / var(--tw-border-opacity))}.hover\:border-purple-500:hover{--tw-border-opacity: 1;border-color:rgb(168 85 247 / var(--tw-border-opacity))}.hover\:border-purple-600:hover{--tw-border-opacity: 1;border-color:rgb(147 51 234 / var(--tw-border-opacity))}.hover\:border-purple-700:hover{--tw-border-opacity: 1;border-color:rgb(126 34 206 / var(--tw-border-opacity))}.hover\:border-purple-800:hover{--tw-border-opacity: 1;border-color:rgb(107 33 168 / var(--tw-border-opacity))}.hover\:border-purple-900:hover{--tw-border-opacity: 1;border-color:rgb(88 28 135 / var(--tw-border-opacity))}.hover\:border-fuchsia-50:hover{--tw-border-opacity: 1;border-color:rgb(253 244 255 / var(--tw-border-opacity))}.hover\:border-fuchsia-100:hover{--tw-border-opacity: 1;border-color:rgb(250 232 255 / var(--tw-border-opacity))}.hover\:border-fuchsia-200:hover{--tw-border-opacity: 1;border-color:rgb(245 208 254 / var(--tw-border-opacity))}.hover\:border-fuchsia-300:hover{--tw-border-opacity: 1;border-color:rgb(240 171 252 / var(--tw-border-opacity))}.hover\:border-fuchsia-400:hover{--tw-border-opacity: 1;border-color:rgb(232 121 249 / var(--tw-border-opacity))}.hover\:border-fuchsia-500:hover{--tw-border-opacity: 1;border-color:rgb(217 70 239 / var(--tw-border-opacity))}.hover\:border-fuchsia-600:hover{--tw-border-opacity: 1;border-color:rgb(192 38 211 / var(--tw-border-opacity))}.hover\:border-fuchsia-700:hover{--tw-border-opacity: 1;border-color:rgb(162 28 175 / var(--tw-border-opacity))}.hover\:border-fuchsia-800:hover{--tw-border-opacity: 1;border-color:rgb(134 25 143 / var(--tw-border-opacity))}.hover\:border-fuchsia-900:hover{--tw-border-opacity: 1;border-color:rgb(112 26 117 / var(--tw-border-opacity))}.hover\:border-pink-50:hover{--tw-border-opacity: 1;border-color:rgb(253 242 248 / var(--tw-border-opacity))}.hover\:border-pink-100:hover{--tw-border-opacity: 1;border-color:rgb(252 231 243 / var(--tw-border-opacity))}.hover\:border-pink-200:hover{--tw-border-opacity: 1;border-color:rgb(251 207 232 / var(--tw-border-opacity))}.hover\:border-pink-300:hover{--tw-border-opacity: 1;border-color:rgb(249 168 212 / var(--tw-border-opacity))}.hover\:border-pink-400:hover{--tw-border-opacity: 1;border-color:rgb(244 114 182 / var(--tw-border-opacity))}.hover\:border-pink-500:hover{--tw-border-opacity: 1;border-color:rgb(236 72 153 / var(--tw-border-opacity))}.hover\:border-pink-600:hover{--tw-border-opacity: 1;border-color:rgb(219 39 119 / var(--tw-border-opacity))}.hover\:border-pink-700:hover{--tw-border-opacity: 1;border-color:rgb(190 24 93 / var(--tw-border-opacity))}.hover\:border-pink-800:hover{--tw-border-opacity: 1;border-color:rgb(157 23 77 / var(--tw-border-opacity))}.hover\:border-pink-900:hover{--tw-border-opacity: 1;border-color:rgb(131 24 67 / var(--tw-border-opacity))}.hover\:border-rose-50:hover{--tw-border-opacity: 1;border-color:rgb(255 241 242 / var(--tw-border-opacity))}.hover\:border-rose-100:hover{--tw-border-opacity: 1;border-color:rgb(255 228 230 / var(--tw-border-opacity))}.hover\:border-rose-200:hover{--tw-border-opacity: 1;border-color:rgb(254 205 211 / var(--tw-border-opacity))}.hover\:border-rose-300:hover{--tw-border-opacity: 1;border-color:rgb(253 164 175 / var(--tw-border-opacity))}.hover\:border-rose-400:hover{--tw-border-opacity: 1;border-color:rgb(251 113 133 / var(--tw-border-opacity))}.hover\:border-rose-500:hover{--tw-border-opacity: 1;border-color:rgb(244 63 94 / var(--tw-border-opacity))}.hover\:border-rose-600:hover{--tw-border-opacity: 1;border-color:rgb(225 29 72 / var(--tw-border-opacity))}.hover\:border-rose-700:hover{--tw-border-opacity: 1;border-color:rgb(190 18 60 / var(--tw-border-opacity))}.hover\:border-rose-800:hover{--tw-border-opacity: 1;border-color:rgb(159 18 57 / var(--tw-border-opacity))}.hover\:border-rose-900:hover{--tw-border-opacity: 1;border-color:rgb(136 19 55 / var(--tw-border-opacity))}.hover\:bg-inherit:hover{background-color:inherit}.hover\:bg-current:hover{background-color:currentColor}.hover\:bg-transparent:hover{background-color:transparent}.hover\:bg-black:hover{--tw-bg-opacity: 1;background-color:rgb(0 0 0 / var(--tw-bg-opacity))}.hover\:bg-white:hover{--tw-bg-opacity: 1;background-color:rgb(255 255 255 / var(--tw-bg-opacity))}.hover\:bg-slate-50:hover{--tw-bg-opacity: 1;background-color:rgb(248 250 252 / var(--tw-bg-opacity))}.hover\:bg-slate-100:hover{--tw-bg-opacity: 1;background-color:rgb(241 245 249 / var(--tw-bg-opacity))}.hover\:bg-slate-200:hover{--tw-bg-opacity: 1;background-color:rgb(226 232 240 / var(--tw-bg-opacity))}.hover\:bg-slate-300:hover{--tw-bg-opacity: 1;background-color:rgb(203 213 225 / var(--tw-bg-opacity))}.hover\:bg-slate-400:hover{--tw-bg-opacity: 1;background-color:rgb(148 163 184 / var(--tw-bg-opacity))}.hover\:bg-slate-500:hover{--tw-bg-opacity: 1;background-color:rgb(100 116 139 / var(--tw-bg-opacity))}.hover\:bg-slate-600:hover{--tw-bg-opacity: 1;background-color:rgb(71 85 105 / var(--tw-bg-opacity))}.hover\:bg-slate-700:hover{--tw-bg-opacity: 1;background-color:rgb(51 65 85 / var(--tw-bg-opacity))}.hover\:bg-slate-800:hover{--tw-bg-opacity: 1;background-color:rgb(30 41 59 / var(--tw-bg-opacity))}.hover\:bg-slate-900:hover{--tw-bg-opacity: 1;background-color:rgb(15 23 42 / var(--tw-bg-opacity))}.hover\:bg-gray-50:hover{--tw-bg-opacity: 1;background-color:rgb(249 250 251 / var(--tw-bg-opacity))}.hover\:bg-gray-100:hover{--tw-bg-opacity: 1;background-color:rgb(243 244 246 / var(--tw-bg-opacity))}.hover\:bg-gray-200:hover{--tw-bg-opacity: 1;background-color:rgb(229 231 235 / var(--tw-bg-opacity))}.hover\:bg-gray-300:hover{--tw-bg-opacity: 1;background-color:rgb(209 213 219 / var(--tw-bg-opacity))}.hover\:bg-gray-400:hover{--tw-bg-opacity: 1;background-color:rgb(156 163 175 / var(--tw-bg-opacity))}.hover\:bg-gray-500:hover{--tw-bg-opacity: 1;background-color:rgb(107 114 128 / var(--tw-bg-opacity))}.hover\:bg-gray-600:hover{--tw-bg-opacity: 1;background-color:rgb(75 85 99 / var(--tw-bg-opacity))}.hover\:bg-gray-700:hover{--tw-bg-opacity: 1;background-color:rgb(55 65 81 / var(--tw-bg-opacity))}.hover\:bg-gray-800:hover{--tw-bg-opacity: 1;background-color:rgb(31 41 55 / var(--tw-bg-opacity))}.hover\:bg-gray-900:hover{--tw-bg-opacity: 1;background-color:rgb(17 24 39 / var(--tw-bg-opacity))}.hover\:bg-zinc-50:hover{--tw-bg-opacity: 1;background-color:rgb(250 250 250 / var(--tw-bg-opacity))}.hover\:bg-zinc-100:hover{--tw-bg-opacity: 1;background-color:rgb(244 244 245 / var(--tw-bg-opacity))}.hover\:bg-zinc-200:hover{--tw-bg-opacity: 1;background-color:rgb(228 228 231 / var(--tw-bg-opacity))}.hover\:bg-zinc-300:hover{--tw-bg-opacity: 1;background-color:rgb(212 212 216 / var(--tw-bg-opacity))}.hover\:bg-zinc-400:hover{--tw-bg-opacity: 1;background-color:rgb(161 161 170 / var(--tw-bg-opacity))}.hover\:bg-zinc-500:hover{--tw-bg-opacity: 1;background-color:rgb(113 113 122 / var(--tw-bg-opacity))}.hover\:bg-zinc-600:hover{--tw-bg-opacity: 1;background-color:rgb(82 82 91 / var(--tw-bg-opacity))}.hover\:bg-zinc-700:hover{--tw-bg-opacity: 1;background-color:rgb(63 63 70 / var(--tw-bg-opacity))}.hover\:bg-zinc-800:hover{--tw-bg-opacity: 1;background-color:rgb(39 39 42 / var(--tw-bg-opacity))}.hover\:bg-zinc-900:hover{--tw-bg-opacity: 1;background-color:rgb(24 24 27 / var(--tw-bg-opacity))}.hover\:bg-neutral-50:hover{--tw-bg-opacity: 1;background-color:rgb(250 250 250 / var(--tw-bg-opacity))}.hover\:bg-neutral-100:hover{--tw-bg-opacity: 1;background-color:rgb(245 245 245 / var(--tw-bg-opacity))}.hover\:bg-neutral-200:hover{--tw-bg-opacity: 1;background-color:rgb(229 229 229 / var(--tw-bg-opacity))}.hover\:bg-neutral-300:hover{--tw-bg-opacity: 1;background-color:rgb(212 212 212 / var(--tw-bg-opacity))}.hover\:bg-neutral-400:hover{--tw-bg-opacity: 1;background-color:rgb(163 163 163 / var(--tw-bg-opacity))}.hover\:bg-neutral-500:hover{--tw-bg-opacity: 1;background-color:rgb(115 115 115 / var(--tw-bg-opacity))}.hover\:bg-neutral-600:hover{--tw-bg-opacity: 1;background-color:rgb(82 82 82 / var(--tw-bg-opacity))}.hover\:bg-neutral-700:hover{--tw-bg-opacity: 1;background-color:rgb(64 64 64 / var(--tw-bg-opacity))}.hover\:bg-neutral-800:hover{--tw-bg-opacity: 1;background-color:rgb(38 38 38 / var(--tw-bg-opacity))}.hover\:bg-neutral-900:hover{--tw-bg-opacity: 1;background-color:rgb(23 23 23 / var(--tw-bg-opacity))}.hover\:bg-stone-50:hover{--tw-bg-opacity: 1;background-color:rgb(250 250 249 / var(--tw-bg-opacity))}.hover\:bg-stone-100:hover{--tw-bg-opacity: 1;background-color:rgb(245 245 244 / var(--tw-bg-opacity))}.hover\:bg-stone-200:hover{--tw-bg-opacity: 1;background-color:rgb(231 229 228 / var(--tw-bg-opacity))}.hover\:bg-stone-300:hover{--tw-bg-opacity: 1;background-color:rgb(214 211 209 / var(--tw-bg-opacity))}.hover\:bg-stone-400:hover{--tw-bg-opacity: 1;background-color:rgb(168 162 158 / var(--tw-bg-opacity))}.hover\:bg-stone-500:hover{--tw-bg-opacity: 1;background-color:rgb(120 113 108 / var(--tw-bg-opacity))}.hover\:bg-stone-600:hover{--tw-bg-opacity: 1;background-color:rgb(87 83 78 / var(--tw-bg-opacity))}.hover\:bg-stone-700:hover{--tw-bg-opacity: 1;background-color:rgb(68 64 60 / var(--tw-bg-opacity))}.hover\:bg-stone-800:hover{--tw-bg-opacity: 1;background-color:rgb(41 37 36 / var(--tw-bg-opacity))}.hover\:bg-stone-900:hover{--tw-bg-opacity: 1;background-color:rgb(28 25 23 / var(--tw-bg-opacity))}.hover\:bg-red-50:hover{--tw-bg-opacity: 1;background-color:rgb(254 242 242 / var(--tw-bg-opacity))}.hover\:bg-red-100:hover{--tw-bg-opacity: 1;background-color:rgb(254 226 226 / var(--tw-bg-opacity))}.hover\:bg-red-200:hover{--tw-bg-opacity: 1;background-color:rgb(254 202 202 / var(--tw-bg-opacity))}.hover\:bg-red-300:hover{--tw-bg-opacity: 1;background-color:rgb(252 165 165 / var(--tw-bg-opacity))}.hover\:bg-red-400:hover{--tw-bg-opacity: 1;background-color:rgb(248 113 113 / var(--tw-bg-opacity))}.hover\:bg-red-500:hover{--tw-bg-opacity: 1;background-color:rgb(239 68 68 / var(--tw-bg-opacity))}.hover\:bg-red-600:hover{--tw-bg-opacity: 1;background-color:rgb(220 38 38 / var(--tw-bg-opacity))}.hover\:bg-red-700:hover{--tw-bg-opacity: 1;background-color:rgb(185 28 28 / var(--tw-bg-opacity))}.hover\:bg-red-800:hover{--tw-bg-opacity: 1;background-color:rgb(153 27 27 / var(--tw-bg-opacity))}.hover\:bg-red-900:hover{--tw-bg-opacity: 1;background-color:rgb(127 29 29 / var(--tw-bg-opacity))}.hover\:bg-orange-50:hover{--tw-bg-opacity: 1;background-color:rgb(255 247 237 / var(--tw-bg-opacity))}.hover\:bg-orange-100:hover{--tw-bg-opacity: 1;background-color:rgb(255 237 213 / var(--tw-bg-opacity))}.hover\:bg-orange-200:hover{--tw-bg-opacity: 1;background-color:rgb(254 215 170 / var(--tw-bg-opacity))}.hover\:bg-orange-300:hover{--tw-bg-opacity: 1;background-color:rgb(253 186 116 / var(--tw-bg-opacity))}.hover\:bg-orange-400:hover{--tw-bg-opacity: 1;background-color:rgb(251 146 60 / var(--tw-bg-opacity))}.hover\:bg-orange-500:hover{--tw-bg-opacity: 1;background-color:rgb(249 115 22 / var(--tw-bg-opacity))}.hover\:bg-orange-600:hover{--tw-bg-opacity: 1;background-color:rgb(234 88 12 / var(--tw-bg-opacity))}.hover\:bg-orange-700:hover{--tw-bg-opacity: 1;background-color:rgb(194 65 12 / var(--tw-bg-opacity))}.hover\:bg-orange-800:hover{--tw-bg-opacity: 1;background-color:rgb(154 52 18 / var(--tw-bg-opacity))}.hover\:bg-orange-900:hover{--tw-bg-opacity: 1;background-color:rgb(124 45 18 / var(--tw-bg-opacity))}.hover\:bg-amber-50:hover{--tw-bg-opacity: 1;background-color:rgb(255 251 235 / var(--tw-bg-opacity))}.hover\:bg-amber-100:hover{--tw-bg-opacity: 1;background-color:rgb(254 243 199 / var(--tw-bg-opacity))}.hover\:bg-amber-200:hover{--tw-bg-opacity: 1;background-color:rgb(253 230 138 / var(--tw-bg-opacity))}.hover\:bg-amber-300:hover{--tw-bg-opacity: 1;background-color:rgb(252 211 77 / var(--tw-bg-opacity))}.hover\:bg-amber-400:hover{--tw-bg-opacity: 1;background-color:rgb(251 191 36 / var(--tw-bg-opacity))}.hover\:bg-amber-500:hover{--tw-bg-opacity: 1;background-color:rgb(245 158 11 / var(--tw-bg-opacity))}.hover\:bg-amber-600:hover{--tw-bg-opacity: 1;background-color:rgb(217 119 6 / var(--tw-bg-opacity))}.hover\:bg-amber-700:hover{--tw-bg-opacity: 1;background-color:rgb(180 83 9 / var(--tw-bg-opacity))}.hover\:bg-amber-800:hover{--tw-bg-opacity: 1;background-color:rgb(146 64 14 / var(--tw-bg-opacity))}.hover\:bg-amber-900:hover{--tw-bg-opacity: 1;background-color:rgb(120 53 15 / var(--tw-bg-opacity))}.hover\:bg-yellow-50:hover{--tw-bg-opacity: 1;background-color:rgb(254 252 232 / var(--tw-bg-opacity))}.hover\:bg-yellow-100:hover{--tw-bg-opacity: 1;background-color:rgb(254 249 195 / var(--tw-bg-opacity))}.hover\:bg-yellow-200:hover{--tw-bg-opacity: 1;background-color:rgb(254 240 138 / var(--tw-bg-opacity))}.hover\:bg-yellow-300:hover{--tw-bg-opacity: 1;background-color:rgb(253 224 71 / var(--tw-bg-opacity))}.hover\:bg-yellow-400:hover{--tw-bg-opacity: 1;background-color:rgb(250 204 21 / var(--tw-bg-opacity))}.hover\:bg-yellow-500:hover{--tw-bg-opacity: 1;background-color:rgb(234 179 8 / var(--tw-bg-opacity))}.hover\:bg-yellow-600:hover{--tw-bg-opacity: 1;background-color:rgb(202 138 4 / var(--tw-bg-opacity))}.hover\:bg-yellow-700:hover{--tw-bg-opacity: 1;background-color:rgb(161 98 7 / var(--tw-bg-opacity))}.hover\:bg-yellow-800:hover{--tw-bg-opacity: 1;background-color:rgb(133 77 14 / var(--tw-bg-opacity))}.hover\:bg-yellow-900:hover{--tw-bg-opacity: 1;background-color:rgb(113 63 18 / var(--tw-bg-opacity))}.hover\:bg-lime-50:hover{--tw-bg-opacity: 1;background-color:rgb(247 254 231 / var(--tw-bg-opacity))}.hover\:bg-lime-100:hover{--tw-bg-opacity: 1;background-color:rgb(236 252 203 / var(--tw-bg-opacity))}.hover\:bg-lime-200:hover{--tw-bg-opacity: 1;background-color:rgb(217 249 157 / var(--tw-bg-opacity))}.hover\:bg-lime-300:hover{--tw-bg-opacity: 1;background-color:rgb(190 242 100 / var(--tw-bg-opacity))}.hover\:bg-lime-400:hover{--tw-bg-opacity: 1;background-color:rgb(163 230 53 / var(--tw-bg-opacity))}.hover\:bg-lime-500:hover{--tw-bg-opacity: 1;background-color:rgb(132 204 22 / var(--tw-bg-opacity))}.hover\:bg-lime-600:hover{--tw-bg-opacity: 1;background-color:rgb(101 163 13 / var(--tw-bg-opacity))}.hover\:bg-lime-700:hover{--tw-bg-opacity: 1;background-color:rgb(77 124 15 / var(--tw-bg-opacity))}.hover\:bg-lime-800:hover{--tw-bg-opacity: 1;background-color:rgb(63 98 18 / var(--tw-bg-opacity))}.hover\:bg-lime-900:hover{--tw-bg-opacity: 1;background-color:rgb(54 83 20 / var(--tw-bg-opacity))}.hover\:bg-green-50:hover{--tw-bg-opacity: 1;background-color:rgb(240 253 244 / var(--tw-bg-opacity))}.hover\:bg-green-100:hover{--tw-bg-opacity: 1;background-color:rgb(220 252 231 / var(--tw-bg-opacity))}.hover\:bg-green-200:hover{--tw-bg-opacity: 1;background-color:rgb(187 247 208 / var(--tw-bg-opacity))}.hover\:bg-green-300:hover{--tw-bg-opacity: 1;background-color:rgb(134 239 172 / var(--tw-bg-opacity))}.hover\:bg-green-400:hover{--tw-bg-opacity: 1;background-color:rgb(74 222 128 / var(--tw-bg-opacity))}.hover\:bg-green-500:hover{--tw-bg-opacity: 1;background-color:rgb(34 197 94 / var(--tw-bg-opacity))}.hover\:bg-green-600:hover{--tw-bg-opacity: 1;background-color:rgb(22 163 74 / var(--tw-bg-opacity))}.hover\:bg-green-700:hover{--tw-bg-opacity: 1;background-color:rgb(21 128 61 / var(--tw-bg-opacity))}.hover\:bg-green-800:hover{--tw-bg-opacity: 1;background-color:rgb(22 101 52 / var(--tw-bg-opacity))}.hover\:bg-green-900:hover{--tw-bg-opacity: 1;background-color:rgb(20 83 45 / var(--tw-bg-opacity))}.hover\:bg-emerald-50:hover{--tw-bg-opacity: 1;background-color:rgb(236 253 245 / var(--tw-bg-opacity))}.hover\:bg-emerald-100:hover{--tw-bg-opacity: 1;background-color:rgb(209 250 229 / var(--tw-bg-opacity))}.hover\:bg-emerald-200:hover{--tw-bg-opacity: 1;background-color:rgb(167 243 208 / var(--tw-bg-opacity))}.hover\:bg-emerald-300:hover{--tw-bg-opacity: 1;background-color:rgb(110 231 183 / var(--tw-bg-opacity))}.hover\:bg-emerald-400:hover{--tw-bg-opacity: 1;background-color:rgb(52 211 153 / var(--tw-bg-opacity))}.hover\:bg-emerald-500:hover{--tw-bg-opacity: 1;background-color:rgb(16 185 129 / var(--tw-bg-opacity))}.hover\:bg-emerald-600:hover{--tw-bg-opacity: 1;background-color:rgb(5 150 105 / var(--tw-bg-opacity))}.hover\:bg-emerald-700:hover{--tw-bg-opacity: 1;background-color:rgb(4 120 87 / var(--tw-bg-opacity))}.hover\:bg-emerald-800:hover{--tw-bg-opacity: 1;background-color:rgb(6 95 70 / var(--tw-bg-opacity))}.hover\:bg-emerald-900:hover{--tw-bg-opacity: 1;background-color:rgb(6 78 59 / var(--tw-bg-opacity))}.hover\:bg-teal-50:hover{--tw-bg-opacity: 1;background-color:rgb(240 253 250 / var(--tw-bg-opacity))}.hover\:bg-teal-100:hover{--tw-bg-opacity: 1;background-color:rgb(204 251 241 / var(--tw-bg-opacity))}.hover\:bg-teal-200:hover{--tw-bg-opacity: 1;background-color:rgb(153 246 228 / var(--tw-bg-opacity))}.hover\:bg-teal-300:hover{--tw-bg-opacity: 1;background-color:rgb(94 234 212 / var(--tw-bg-opacity))}.hover\:bg-teal-400:hover{--tw-bg-opacity: 1;background-color:rgb(45 212 191 / var(--tw-bg-opacity))}.hover\:bg-teal-500:hover{--tw-bg-opacity: 1;background-color:rgb(20 184 166 / var(--tw-bg-opacity))}.hover\:bg-teal-600:hover{--tw-bg-opacity: 1;background-color:rgb(13 148 136 / var(--tw-bg-opacity))}.hover\:bg-teal-700:hover{--tw-bg-opacity: 1;background-color:rgb(15 118 110 / var(--tw-bg-opacity))}.hover\:bg-teal-800:hover{--tw-bg-opacity: 1;background-color:rgb(17 94 89 / var(--tw-bg-opacity))}.hover\:bg-teal-900:hover{--tw-bg-opacity: 1;background-color:rgb(19 78 74 / var(--tw-bg-opacity))}.hover\:bg-cyan-50:hover{--tw-bg-opacity: 1;background-color:rgb(236 254 255 / var(--tw-bg-opacity))}.hover\:bg-cyan-100:hover{--tw-bg-opacity: 1;background-color:rgb(207 250 254 / var(--tw-bg-opacity))}.hover\:bg-cyan-200:hover{--tw-bg-opacity: 1;background-color:rgb(165 243 252 / var(--tw-bg-opacity))}.hover\:bg-cyan-300:hover{--tw-bg-opacity: 1;background-color:rgb(103 232 249 / var(--tw-bg-opacity))}.hover\:bg-cyan-400:hover{--tw-bg-opacity: 1;background-color:rgb(34 211 238 / var(--tw-bg-opacity))}.hover\:bg-cyan-500:hover{--tw-bg-opacity: 1;background-color:rgb(6 182 212 / var(--tw-bg-opacity))}.hover\:bg-cyan-600:hover{--tw-bg-opacity: 1;background-color:rgb(8 145 178 / var(--tw-bg-opacity))}.hover\:bg-cyan-700:hover{--tw-bg-opacity: 1;background-color:rgb(14 116 144 / var(--tw-bg-opacity))}.hover\:bg-cyan-800:hover{--tw-bg-opacity: 1;background-color:rgb(21 94 117 / var(--tw-bg-opacity))}.hover\:bg-cyan-900:hover{--tw-bg-opacity: 1;background-color:rgb(22 78 99 / var(--tw-bg-opacity))}.hover\:bg-sky-50:hover{--tw-bg-opacity: 1;background-color:rgb(240 249 255 / var(--tw-bg-opacity))}.hover\:bg-sky-100:hover{--tw-bg-opacity: 1;background-color:rgb(224 242 254 / var(--tw-bg-opacity))}.hover\:bg-sky-200:hover{--tw-bg-opacity: 1;background-color:rgb(186 230 253 / var(--tw-bg-opacity))}.hover\:bg-sky-300:hover{--tw-bg-opacity: 1;background-color:rgb(125 211 252 / var(--tw-bg-opacity))}.hover\:bg-sky-400:hover{--tw-bg-opacity: 1;background-color:rgb(56 189 248 / var(--tw-bg-opacity))}.hover\:bg-sky-500:hover{--tw-bg-opacity: 1;background-color:rgb(14 165 233 / var(--tw-bg-opacity))}.hover\:bg-sky-600:hover{--tw-bg-opacity: 1;background-color:rgb(2 132 199 / var(--tw-bg-opacity))}.hover\:bg-sky-700:hover{--tw-bg-opacity: 1;background-color:rgb(3 105 161 / var(--tw-bg-opacity))}.hover\:bg-sky-800:hover{--tw-bg-opacity: 1;background-color:rgb(7 89 133 / var(--tw-bg-opacity))}.hover\:bg-sky-900:hover{--tw-bg-opacity: 1;background-color:rgb(12 74 110 / var(--tw-bg-opacity))}.hover\:bg-blue-50:hover{--tw-bg-opacity: 1;background-color:rgb(239 246 255 / var(--tw-bg-opacity))}.hover\:bg-blue-100:hover{--tw-bg-opacity: 1;background-color:rgb(219 234 254 / var(--tw-bg-opacity))}.hover\:bg-blue-200:hover{--tw-bg-opacity: 1;background-color:rgb(191 219 254 / var(--tw-bg-opacity))}.hover\:bg-blue-300:hover{--tw-bg-opacity: 1;background-color:rgb(147 197 253 / var(--tw-bg-opacity))}.hover\:bg-blue-400:hover{--tw-bg-opacity: 1;background-color:rgb(96 165 250 / var(--tw-bg-opacity))}.hover\:bg-blue-500:hover{--tw-bg-opacity: 1;background-color:rgb(59 130 246 / var(--tw-bg-opacity))}.hover\:bg-blue-600:hover{--tw-bg-opacity: 1;background-color:rgb(37 99 235 / var(--tw-bg-opacity))}.hover\:bg-blue-700:hover{--tw-bg-opacity: 1;background-color:rgb(29 78 216 / var(--tw-bg-opacity))}.hover\:bg-blue-800:hover{--tw-bg-opacity: 1;background-color:rgb(30 64 175 / var(--tw-bg-opacity))}.hover\:bg-blue-900:hover{--tw-bg-opacity: 1;background-color:rgb(30 58 138 / var(--tw-bg-opacity))}.hover\:bg-indigo-50:hover{--tw-bg-opacity: 1;background-color:rgb(238 242 255 / var(--tw-bg-opacity))}.hover\:bg-indigo-100:hover{--tw-bg-opacity: 1;background-color:rgb(224 231 255 / var(--tw-bg-opacity))}.hover\:bg-indigo-200:hover{--tw-bg-opacity: 1;background-color:rgb(199 210 254 / var(--tw-bg-opacity))}.hover\:bg-indigo-300:hover{--tw-bg-opacity: 1;background-color:rgb(165 180 252 / var(--tw-bg-opacity))}.hover\:bg-indigo-400:hover{--tw-bg-opacity: 1;background-color:rgb(129 140 248 / var(--tw-bg-opacity))}.hover\:bg-indigo-500:hover{--tw-bg-opacity: 1;background-color:rgb(99 102 241 / var(--tw-bg-opacity))}.hover\:bg-indigo-600:hover{--tw-bg-opacity: 1;background-color:rgb(79 70 229 / var(--tw-bg-opacity))}.hover\:bg-indigo-700:hover{--tw-bg-opacity: 1;background-color:rgb(67 56 202 / var(--tw-bg-opacity))}.hover\:bg-indigo-800:hover{--tw-bg-opacity: 1;background-color:rgb(55 48 163 / var(--tw-bg-opacity))}.hover\:bg-indigo-900:hover{--tw-bg-opacity: 1;background-color:rgb(49 46 129 / var(--tw-bg-opacity))}.hover\:bg-violet-50:hover{--tw-bg-opacity: 1;background-color:rgb(245 243 255 / var(--tw-bg-opacity))}.hover\:bg-violet-100:hover{--tw-bg-opacity: 1;background-color:rgb(237 233 254 / var(--tw-bg-opacity))}.hover\:bg-violet-200:hover{--tw-bg-opacity: 1;background-color:rgb(221 214 254 / var(--tw-bg-opacity))}.hover\:bg-violet-300:hover{--tw-bg-opacity: 1;background-color:rgb(196 181 253 / var(--tw-bg-opacity))}.hover\:bg-violet-400:hover{--tw-bg-opacity: 1;background-color:rgb(167 139 250 / var(--tw-bg-opacity))}.hover\:bg-violet-500:hover{--tw-bg-opacity: 1;background-color:rgb(139 92 246 / var(--tw-bg-opacity))}.hover\:bg-violet-600:hover{--tw-bg-opacity: 1;background-color:rgb(124 58 237 / var(--tw-bg-opacity))}.hover\:bg-violet-700:hover{--tw-bg-opacity: 1;background-color:rgb(109 40 217 / var(--tw-bg-opacity))}.hover\:bg-violet-800:hover{--tw-bg-opacity: 1;background-color:rgb(91 33 182 / var(--tw-bg-opacity))}.hover\:bg-violet-900:hover{--tw-bg-opacity: 1;background-color:rgb(76 29 149 / var(--tw-bg-opacity))}.hover\:bg-purple-50:hover{--tw-bg-opacity: 1;background-color:rgb(250 245 255 / var(--tw-bg-opacity))}.hover\:bg-purple-100:hover{--tw-bg-opacity: 1;background-color:rgb(243 232 255 / var(--tw-bg-opacity))}.hover\:bg-purple-200:hover{--tw-bg-opacity: 1;background-color:rgb(233 213 255 / var(--tw-bg-opacity))}.hover\:bg-purple-300:hover{--tw-bg-opacity: 1;background-color:rgb(216 180 254 / var(--tw-bg-opacity))}.hover\:bg-purple-400:hover{--tw-bg-opacity: 1;background-color:rgb(192 132 252 / var(--tw-bg-opacity))}.hover\:bg-purple-500:hover{--tw-bg-opacity: 1;background-color:rgb(168 85 247 / var(--tw-bg-opacity))}.hover\:bg-purple-600:hover{--tw-bg-opacity: 1;background-color:rgb(147 51 234 / var(--tw-bg-opacity))}.hover\:bg-purple-700:hover{--tw-bg-opacity: 1;background-color:rgb(126 34 206 / var(--tw-bg-opacity))}.hover\:bg-purple-800:hover{--tw-bg-opacity: 1;background-color:rgb(107 33 168 / var(--tw-bg-opacity))}.hover\:bg-purple-900:hover{--tw-bg-opacity: 1;background-color:rgb(88 28 135 / var(--tw-bg-opacity))}.hover\:bg-fuchsia-50:hover{--tw-bg-opacity: 1;background-color:rgb(253 244 255 / var(--tw-bg-opacity))}.hover\:bg-fuchsia-100:hover{--tw-bg-opacity: 1;background-color:rgb(250 232 255 / var(--tw-bg-opacity))}.hover\:bg-fuchsia-200:hover{--tw-bg-opacity: 1;background-color:rgb(245 208 254 / var(--tw-bg-opacity))}.hover\:bg-fuchsia-300:hover{--tw-bg-opacity: 1;background-color:rgb(240 171 252 / var(--tw-bg-opacity))}.hover\:bg-fuchsia-400:hover{--tw-bg-opacity: 1;background-color:rgb(232 121 249 / var(--tw-bg-opacity))}.hover\:bg-fuchsia-500:hover{--tw-bg-opacity: 1;background-color:rgb(217 70 239 / var(--tw-bg-opacity))}.hover\:bg-fuchsia-600:hover{--tw-bg-opacity: 1;background-color:rgb(192 38 211 / var(--tw-bg-opacity))}.hover\:bg-fuchsia-700:hover{--tw-bg-opacity: 1;background-color:rgb(162 28 175 / var(--tw-bg-opacity))}.hover\:bg-fuchsia-800:hover{--tw-bg-opacity: 1;background-color:rgb(134 25 143 / var(--tw-bg-opacity))}.hover\:bg-fuchsia-900:hover{--tw-bg-opacity: 1;background-color:rgb(112 26 117 / var(--tw-bg-opacity))}.hover\:bg-pink-50:hover{--tw-bg-opacity: 1;background-color:rgb(253 242 248 / var(--tw-bg-opacity))}.hover\:bg-pink-100:hover{--tw-bg-opacity: 1;background-color:rgb(252 231 243 / var(--tw-bg-opacity))}.hover\:bg-pink-200:hover{--tw-bg-opacity: 1;background-color:rgb(251 207 232 / var(--tw-bg-opacity))}.hover\:bg-pink-300:hover{--tw-bg-opacity: 1;background-color:rgb(249 168 212 / var(--tw-bg-opacity))}.hover\:bg-pink-400:hover{--tw-bg-opacity: 1;background-color:rgb(244 114 182 / var(--tw-bg-opacity))}.hover\:bg-pink-500:hover{--tw-bg-opacity: 1;background-color:rgb(236 72 153 / var(--tw-bg-opacity))}.hover\:bg-pink-600:hover{--tw-bg-opacity: 1;background-color:rgb(219 39 119 / var(--tw-bg-opacity))}.hover\:bg-pink-700:hover{--tw-bg-opacity: 1;background-color:rgb(190 24 93 / var(--tw-bg-opacity))}.hover\:bg-pink-800:hover{--tw-bg-opacity: 1;background-color:rgb(157 23 77 / var(--tw-bg-opacity))}.hover\:bg-pink-900:hover{--tw-bg-opacity: 1;background-color:rgb(131 24 67 / var(--tw-bg-opacity))}.hover\:bg-rose-50:hover{--tw-bg-opacity: 1;background-color:rgb(255 241 242 / var(--tw-bg-opacity))}.hover\:bg-rose-100:hover{--tw-bg-opacity: 1;background-color:rgb(255 228 230 / var(--tw-bg-opacity))}.hover\:bg-rose-200:hover{--tw-bg-opacity: 1;background-color:rgb(254 205 211 / var(--tw-bg-opacity))}.hover\:bg-rose-300:hover{--tw-bg-opacity: 1;background-color:rgb(253 164 175 / var(--tw-bg-opacity))}.hover\:bg-rose-400:hover{--tw-bg-opacity: 1;background-color:rgb(251 113 133 / var(--tw-bg-opacity))}.hover\:bg-rose-500:hover{--tw-bg-opacity: 1;background-color:rgb(244 63 94 / var(--tw-bg-opacity))}.hover\:bg-rose-600:hover{--tw-bg-opacity: 1;background-color:rgb(225 29 72 / var(--tw-bg-opacity))}.hover\:bg-rose-700:hover{--tw-bg-opacity: 1;background-color:rgb(190 18 60 / var(--tw-bg-opacity))}.hover\:bg-rose-800:hover{--tw-bg-opacity: 1;background-color:rgb(159 18 57 / var(--tw-bg-opacity))}.hover\:bg-rose-900:hover{--tw-bg-opacity: 1;background-color:rgb(136 19 55 / var(--tw-bg-opacity))}.hover\:p-0:hover{padding:0}.hover\:p-1:hover{padding:.25rem}.hover\:p-2:hover{padding:.5rem}.hover\:p-3:hover{padding:.75rem}.hover\:p-4:hover{padding:1rem}.hover\:p-5:hover{padding:1.25rem}.hover\:p-6:hover{padding:1.5rem}.hover\:p-7:hover{padding:1.75rem}.hover\:p-8:hover{padding:2rem}.hover\:p-9:hover{padding:2.25rem}.hover\:p-10:hover{padding:2.5rem}.hover\:p-11:hover{padding:2.75rem}.hover\:p-12:hover{padding:3rem}.hover\:p-14:hover{padding:3.5rem}.hover\:p-16:hover{padding:4rem}.hover\:p-20:hover{padding:5rem}.hover\:p-24:hover{padding:6rem}.hover\:p-28:hover{padding:7rem}.hover\:p-32:hover{padding:8rem}.hover\:p-36:hover{padding:9rem}.hover\:p-40:hover{padding:10rem}.hover\:p-44:hover{padding:11rem}.hover\:p-48:hover{padding:12rem}.hover\:p-52:hover{padding:13rem}.hover\:p-56:hover{padding:14rem}.hover\:p-60:hover{padding:15rem}.hover\:p-64:hover{padding:16rem}.hover\:p-72:hover{padding:18rem}.hover\:p-80:hover{padding:20rem}.hover\:p-96:hover{padding:24rem}.hover\:p-px:hover{padding:1px}.hover\:p-0\.5:hover{padding:.125rem}.hover\:p-1\.5:hover{padding:.375rem}.hover\:p-2\.5:hover{padding:.625rem}.hover\:p-3\.5:hover{padding:.875rem}.hover\:px-0:hover{padding-left:0;padding-right:0}.hover\:px-1:hover{padding-left:.25rem;padding-right:.25rem}.hover\:px-2:hover{padding-left:.5rem;padding-right:.5rem}.hover\:px-3:hover{padding-left:.75rem;padding-right:.75rem}.hover\:px-4:hover{padding-left:1rem;padding-right:1rem}.hover\:px-5:hover{padding-left:1.25rem;padding-right:1.25rem}.hover\:px-6:hover{padding-left:1.5rem;padding-right:1.5rem}.hover\:px-7:hover{padding-left:1.75rem;padding-right:1.75rem}.hover\:px-8:hover{padding-left:2rem;padding-right:2rem}.hover\:px-9:hover{padding-left:2.25rem;padding-right:2.25rem}.hover\:px-10:hover{padding-left:2.5rem;padding-right:2.5rem}.hover\:px-11:hover{padding-left:2.75rem;padding-right:2.75rem}.hover\:px-12:hover{padding-left:3rem;padding-right:3rem}.hover\:px-14:hover{padding-left:3.5rem;padding-right:3.5rem}.hover\:px-16:hover{padding-left:4rem;padding-right:4rem}.hover\:px-20:hover{padding-left:5rem;padding-right:5rem}.hover\:px-24:hover{padding-left:6rem;padding-right:6rem}.hover\:px-28:hover{padding-left:7rem;padding-right:7rem}.hover\:px-32:hover{padding-left:8rem;padding-right:8rem}.hover\:px-36:hover{padding-left:9rem;padding-right:9rem}.hover\:px-40:hover{padding-left:10rem;padding-right:10rem}.hover\:px-44:hover{padding-left:11rem;padding-right:11rem}.hover\:px-48:hover{padding-left:12rem;padding-right:12rem}.hover\:px-52:hover{padding-left:13rem;padding-right:13rem}.hover\:px-56:hover{padding-left:14rem;padding-right:14rem}.hover\:px-60:hover{padding-left:15rem;padding-right:15rem}.hover\:px-64:hover{padding-left:16rem;padding-right:16rem}.hover\:px-72:hover{padding-left:18rem;padding-right:18rem}.hover\:px-80:hover{padding-left:20rem;padding-right:20rem}.hover\:px-96:hover{padding-left:24rem;padding-right:24rem}.hover\:px-px:hover{padding-left:1px;padding-right:1px}.hover\:px-0\.5:hover{padding-left:.125rem;padding-right:.125rem}.hover\:px-1\.5:hover{padding-left:.375rem;padding-right:.375rem}.hover\:px-2\.5:hover{padding-left:.625rem;padding-right:.625rem}.hover\:px-3\.5:hover{padding-left:.875rem;padding-right:.875rem}.hover\:py-0:hover{padding-top:0;padding-bottom:0}.hover\:py-1:hover{padding-top:.25rem;padding-bottom:.25rem}.hover\:py-2:hover{padding-top:.5rem;padding-bottom:.5rem}.hover\:py-3:hover{padding-top:.75rem;padding-bottom:.75rem}.hover\:py-4:hover{padding-top:1rem;padding-bottom:1rem}.hover\:py-5:hover{padding-top:1.25rem;padding-bottom:1.25rem}.hover\:py-6:hover{padding-top:1.5rem;padding-bottom:1.5rem}.hover\:py-7:hover{padding-top:1.75rem;padding-bottom:1.75rem}.hover\:py-8:hover{padding-top:2rem;padding-bottom:2rem}.hover\:py-9:hover{padding-top:2.25rem;padding-bottom:2.25rem}.hover\:py-10:hover{padding-top:2.5rem;padding-bottom:2.5rem}.hover\:py-11:hover{padding-top:2.75rem;padding-bottom:2.75rem}.hover\:py-12:hover{padding-top:3rem;padding-bottom:3rem}.hover\:py-14:hover{padding-top:3.5rem;padding-bottom:3.5rem}.hover\:py-16:hover{padding-top:4rem;padding-bottom:4rem}.hover\:py-20:hover{padding-top:5rem;padding-bottom:5rem}.hover\:py-24:hover{padding-top:6rem;padding-bottom:6rem}.hover\:py-28:hover{padding-top:7rem;padding-bottom:7rem}.hover\:py-32:hover{padding-top:8rem;padding-bottom:8rem}.hover\:py-36:hover{padding-top:9rem;padding-bottom:9rem}.hover\:py-40:hover{padding-top:10rem;padding-bottom:10rem}.hover\:py-44:hover{padding-top:11rem;padding-bottom:11rem}.hover\:py-48:hover{padding-top:12rem;padding-bottom:12rem}.hover\:py-52:hover{padding-top:13rem;padding-bottom:13rem}.hover\:py-56:hover{padding-top:14rem;padding-bottom:14rem}.hover\:py-60:hover{padding-top:15rem;padding-bottom:15rem}.hover\:py-64:hover{padding-top:16rem;padding-bottom:16rem}.hover\:py-72:hover{padding-top:18rem;padding-bottom:18rem}.hover\:py-80:hover{padding-top:20rem;padding-bottom:20rem}.hover\:py-96:hover{padding-top:24rem;padding-bottom:24rem}.hover\:py-px:hover{padding-top:1px;padding-bottom:1px}.hover\:py-0\.5:hover{padding-top:.125rem;padding-bottom:.125rem}.hover\:py-1\.5:hover{padding-top:.375rem;padding-bottom:.375rem}.hover\:py-2\.5:hover{padding-top:.625rem;padding-bottom:.625rem}.hover\:py-3\.5:hover{padding-top:.875rem;padding-bottom:.875rem}.hover\:pt-0:hover{padding-top:0}.hover\:pt-1:hover{padding-top:.25rem}.hover\:pt-2:hover{padding-top:.5rem}.hover\:pt-3:hover{padding-top:.75rem}.hover\:pt-4:hover{padding-top:1rem}.hover\:pt-5:hover{padding-top:1.25rem}.hover\:pt-6:hover{padding-top:1.5rem}.hover\:pt-7:hover{padding-top:1.75rem}.hover\:pt-8:hover{padding-top:2rem}.hover\:pt-9:hover{padding-top:2.25rem}.hover\:pt-10:hover{padding-top:2.5rem}.hover\:pt-11:hover{padding-top:2.75rem}.hover\:pt-12:hover{padding-top:3rem}.hover\:pt-14:hover{padding-top:3.5rem}.hover\:pt-16:hover{padding-top:4rem}.hover\:pt-20:hover{padding-top:5rem}.hover\:pt-24:hover{padding-top:6rem}.hover\:pt-28:hover{padding-top:7rem}.hover\:pt-32:hover{padding-top:8rem}.hover\:pt-36:hover{padding-top:9rem}.hover\:pt-40:hover{padding-top:10rem}.hover\:pt-44:hover{padding-top:11rem}.hover\:pt-48:hover{padding-top:12rem}.hover\:pt-52:hover{padding-top:13rem}.hover\:pt-56:hover{padding-top:14rem}.hover\:pt-60:hover{padding-top:15rem}.hover\:pt-64:hover{padding-top:16rem}.hover\:pt-72:hover{padding-top:18rem}.hover\:pt-80:hover{padding-top:20rem}.hover\:pt-96:hover{padding-top:24rem}.hover\:pt-px:hover{padding-top:1px}.hover\:pt-0\.5:hover{padding-top:.125rem}.hover\:pt-1\.5:hover{padding-top:.375rem}.hover\:pt-2\.5:hover{padding-top:.625rem}.hover\:pt-3\.5:hover{padding-top:.875rem}.hover\:pr-0:hover{padding-right:0}.hover\:pr-1:hover{padding-right:.25rem}.hover\:pr-2:hover{padding-right:.5rem}.hover\:pr-3:hover{padding-right:.75rem}.hover\:pr-4:hover{padding-right:1rem}.hover\:pr-5:hover{padding-right:1.25rem}.hover\:pr-6:hover{padding-right:1.5rem}.hover\:pr-7:hover{padding-right:1.75rem}.hover\:pr-8:hover{padding-right:2rem}.hover\:pr-9:hover{padding-right:2.25rem}.hover\:pr-10:hover{padding-right:2.5rem}.hover\:pr-11:hover{padding-right:2.75rem}.hover\:pr-12:hover{padding-right:3rem}.hover\:pr-14:hover{padding-right:3.5rem}.hover\:pr-16:hover{padding-right:4rem}.hover\:pr-20:hover{padding-right:5rem}.hover\:pr-24:hover{padding-right:6rem}.hover\:pr-28:hover{padding-right:7rem}.hover\:pr-32:hover{padding-right:8rem}.hover\:pr-36:hover{padding-right:9rem}.hover\:pr-40:hover{padding-right:10rem}.hover\:pr-44:hover{padding-right:11rem}.hover\:pr-48:hover{padding-right:12rem}.hover\:pr-52:hover{padding-right:13rem}.hover\:pr-56:hover{padding-right:14rem}.hover\:pr-60:hover{padding-right:15rem}.hover\:pr-64:hover{padding-right:16rem}.hover\:pr-72:hover{padding-right:18rem}.hover\:pr-80:hover{padding-right:20rem}.hover\:pr-96:hover{padding-right:24rem}.hover\:pr-px:hover{padding-right:1px}.hover\:pr-0\.5:hover{padding-right:.125rem}.hover\:pr-1\.5:hover{padding-right:.375rem}.hover\:pr-2\.5:hover{padding-right:.625rem}.hover\:pr-3\.5:hover{padding-right:.875rem}.hover\:pb-0:hover{padding-bottom:0}.hover\:pb-1:hover{padding-bottom:.25rem}.hover\:pb-2:hover{padding-bottom:.5rem}.hover\:pb-3:hover{padding-bottom:.75rem}.hover\:pb-4:hover{padding-bottom:1rem}.hover\:pb-5:hover{padding-bottom:1.25rem}.hover\:pb-6:hover{padding-bottom:1.5rem}.hover\:pb-7:hover{padding-bottom:1.75rem}.hover\:pb-8:hover{padding-bottom:2rem}.hover\:pb-9:hover{padding-bottom:2.25rem}.hover\:pb-10:hover{padding-bottom:2.5rem}.hover\:pb-11:hover{padding-bottom:2.75rem}.hover\:pb-12:hover{padding-bottom:3rem}.hover\:pb-14:hover{padding-bottom:3.5rem}.hover\:pb-16:hover{padding-bottom:4rem}.hover\:pb-20:hover{padding-bottom:5rem}.hover\:pb-24:hover{padding-bottom:6rem}.hover\:pb-28:hover{padding-bottom:7rem}.hover\:pb-32:hover{padding-bottom:8rem}.hover\:pb-36:hover{padding-bottom:9rem}.hover\:pb-40:hover{padding-bottom:10rem}.hover\:pb-44:hover{padding-bottom:11rem}.hover\:pb-48:hover{padding-bottom:12rem}.hover\:pb-52:hover{padding-bottom:13rem}.hover\:pb-56:hover{padding-bottom:14rem}.hover\:pb-60:hover{padding-bottom:15rem}.hover\:pb-64:hover{padding-bottom:16rem}.hover\:pb-72:hover{padding-bottom:18rem}.hover\:pb-80:hover{padding-bottom:20rem}.hover\:pb-96:hover{padding-bottom:24rem}.hover\:pb-px:hover{padding-bottom:1px}.hover\:pb-0\.5:hover{padding-bottom:.125rem}.hover\:pb-1\.5:hover{padding-bottom:.375rem}.hover\:pb-2\.5:hover{padding-bottom:.625rem}.hover\:pb-3\.5:hover{padding-bottom:.875rem}.hover\:pl-0:hover{padding-left:0}.hover\:pl-1:hover{padding-left:.25rem}.hover\:pl-2:hover{padding-left:.5rem}.hover\:pl-3:hover{padding-left:.75rem}.hover\:pl-4:hover{padding-left:1rem}.hover\:pl-5:hover{padding-left:1.25rem}.hover\:pl-6:hover{padding-left:1.5rem}.hover\:pl-7:hover{padding-left:1.75rem}.hover\:pl-8:hover{padding-left:2rem}.hover\:pl-9:hover{padding-left:2.25rem}.hover\:pl-10:hover{padding-left:2.5rem}.hover\:pl-11:hover{padding-left:2.75rem}.hover\:pl-12:hover{padding-left:3rem}.hover\:pl-14:hover{padding-left:3.5rem}.hover\:pl-16:hover{padding-left:4rem}.hover\:pl-20:hover{padding-left:5rem}.hover\:pl-24:hover{padding-left:6rem}.hover\:pl-28:hover{padding-left:7rem}.hover\:pl-32:hover{padding-left:8rem}.hover\:pl-36:hover{padding-left:9rem}.hover\:pl-40:hover{padding-left:10rem}.hover\:pl-44:hover{padding-left:11rem}.hover\:pl-48:hover{padding-left:12rem}.hover\:pl-52:hover{padding-left:13rem}.hover\:pl-56:hover{padding-left:14rem}.hover\:pl-60:hover{padding-left:15rem}.hover\:pl-64:hover{padding-left:16rem}.hover\:pl-72:hover{padding-left:18rem}.hover\:pl-80:hover{padding-left:20rem}.hover\:pl-96:hover{padding-left:24rem}.hover\:pl-px:hover{padding-left:1px}.hover\:pl-0\.5:hover{padding-left:.125rem}.hover\:pl-1\.5:hover{padding-left:.375rem}.hover\:pl-2\.5:hover{padding-left:.625rem}.hover\:pl-3\.5:hover{padding-left:.875rem}.hover\:text-inherit:hover{color:inherit}.hover\:text-current:hover{color:currentColor}.hover\:text-transparent:hover{color:transparent}.hover\:text-black:hover{--tw-text-opacity: 1;color:rgb(0 0 0 / var(--tw-text-opacity))}.hover\:text-white:hover{--tw-text-opacity: 1;color:rgb(255 255 255 / var(--tw-text-opacity))}.hover\:text-slate-50:hover{--tw-text-opacity: 1;color:rgb(248 250 252 / var(--tw-text-opacity))}.hover\:text-slate-100:hover{--tw-text-opacity: 1;color:rgb(241 245 249 / var(--tw-text-opacity))}.hover\:text-slate-200:hover{--tw-text-opacity: 1;color:rgb(226 232 240 / var(--tw-text-opacity))}.hover\:text-slate-300:hover{--tw-text-opacity: 1;color:rgb(203 213 225 / var(--tw-text-opacity))}.hover\:text-slate-400:hover{--tw-text-opacity: 1;color:rgb(148 163 184 / var(--tw-text-opacity))}.hover\:text-slate-500:hover{--tw-text-opacity: 1;color:rgb(100 116 139 / var(--tw-text-opacity))}.hover\:text-slate-600:hover{--tw-text-opacity: 1;color:rgb(71 85 105 / var(--tw-text-opacity))}.hover\:text-slate-700:hover{--tw-text-opacity: 1;color:rgb(51 65 85 / var(--tw-text-opacity))}.hover\:text-slate-800:hover{--tw-text-opacity: 1;color:rgb(30 41 59 / var(--tw-text-opacity))}.hover\:text-slate-900:hover{--tw-text-opacity: 1;color:rgb(15 23 42 / var(--tw-text-opacity))}.hover\:text-gray-50:hover{--tw-text-opacity: 1;color:rgb(249 250 251 / var(--tw-text-opacity))}.hover\:text-gray-100:hover{--tw-text-opacity: 1;color:rgb(243 244 246 / var(--tw-text-opacity))}.hover\:text-gray-200:hover{--tw-text-opacity: 1;color:rgb(229 231 235 / var(--tw-text-opacity))}.hover\:text-gray-300:hover{--tw-text-opacity: 1;color:rgb(209 213 219 / var(--tw-text-opacity))}.hover\:text-gray-400:hover{--tw-text-opacity: 1;color:rgb(156 163 175 / var(--tw-text-opacity))}.hover\:text-gray-500:hover{--tw-text-opacity: 1;color:rgb(107 114 128 / var(--tw-text-opacity))}.hover\:text-gray-600:hover{--tw-text-opacity: 1;color:rgb(75 85 99 / var(--tw-text-opacity))}.hover\:text-gray-700:hover{--tw-text-opacity: 1;color:rgb(55 65 81 / var(--tw-text-opacity))}.hover\:text-gray-800:hover{--tw-text-opacity: 1;color:rgb(31 41 55 / var(--tw-text-opacity))}.hover\:text-gray-900:hover{--tw-text-opacity: 1;color:rgb(17 24 39 / var(--tw-text-opacity))}.hover\:text-zinc-50:hover{--tw-text-opacity: 1;color:rgb(250 250 250 / var(--tw-text-opacity))}.hover\:text-zinc-100:hover{--tw-text-opacity: 1;color:rgb(244 244 245 / var(--tw-text-opacity))}.hover\:text-zinc-200:hover{--tw-text-opacity: 1;color:rgb(228 228 231 / var(--tw-text-opacity))}.hover\:text-zinc-300:hover{--tw-text-opacity: 1;color:rgb(212 212 216 / var(--tw-text-opacity))}.hover\:text-zinc-400:hover{--tw-text-opacity: 1;color:rgb(161 161 170 / var(--tw-text-opacity))}.hover\:text-zinc-500:hover{--tw-text-opacity: 1;color:rgb(113 113 122 / var(--tw-text-opacity))}.hover\:text-zinc-600:hover{--tw-text-opacity: 1;color:rgb(82 82 91 / var(--tw-text-opacity))}.hover\:text-zinc-700:hover{--tw-text-opacity: 1;color:rgb(63 63 70 / var(--tw-text-opacity))}.hover\:text-zinc-800:hover{--tw-text-opacity: 1;color:rgb(39 39 42 / var(--tw-text-opacity))}.hover\:text-zinc-900:hover{--tw-text-opacity: 1;color:rgb(24 24 27 / var(--tw-text-opacity))}.hover\:text-neutral-50:hover{--tw-text-opacity: 1;color:rgb(250 250 250 / var(--tw-text-opacity))}.hover\:text-neutral-100:hover{--tw-text-opacity: 1;color:rgb(245 245 245 / var(--tw-text-opacity))}.hover\:text-neutral-200:hover{--tw-text-opacity: 1;color:rgb(229 229 229 / var(--tw-text-opacity))}.hover\:text-neutral-300:hover{--tw-text-opacity: 1;color:rgb(212 212 212 / var(--tw-text-opacity))}.hover\:text-neutral-400:hover{--tw-text-opacity: 1;color:rgb(163 163 163 / var(--tw-text-opacity))}.hover\:text-neutral-500:hover{--tw-text-opacity: 1;color:rgb(115 115 115 / var(--tw-text-opacity))}.hover\:text-neutral-600:hover{--tw-text-opacity: 1;color:rgb(82 82 82 / var(--tw-text-opacity))}.hover\:text-neutral-700:hover{--tw-text-opacity: 1;color:rgb(64 64 64 / var(--tw-text-opacity))}.hover\:text-neutral-800:hover{--tw-text-opacity: 1;color:rgb(38 38 38 / var(--tw-text-opacity))}.hover\:text-neutral-900:hover{--tw-text-opacity: 1;color:rgb(23 23 23 / var(--tw-text-opacity))}.hover\:text-stone-50:hover{--tw-text-opacity: 1;color:rgb(250 250 249 / var(--tw-text-opacity))}.hover\:text-stone-100:hover{--tw-text-opacity: 1;color:rgb(245 245 244 / var(--tw-text-opacity))}.hover\:text-stone-200:hover{--tw-text-opacity: 1;color:rgb(231 229 228 / var(--tw-text-opacity))}.hover\:text-stone-300:hover{--tw-text-opacity: 1;color:rgb(214 211 209 / var(--tw-text-opacity))}.hover\:text-stone-400:hover{--tw-text-opacity: 1;color:rgb(168 162 158 / var(--tw-text-opacity))}.hover\:text-stone-500:hover{--tw-text-opacity: 1;color:rgb(120 113 108 / var(--tw-text-opacity))}.hover\:text-stone-600:hover{--tw-text-opacity: 1;color:rgb(87 83 78 / var(--tw-text-opacity))}.hover\:text-stone-700:hover{--tw-text-opacity: 1;color:rgb(68 64 60 / var(--tw-text-opacity))}.hover\:text-stone-800:hover{--tw-text-opacity: 1;color:rgb(41 37 36 / var(--tw-text-opacity))}.hover\:text-stone-900:hover{--tw-text-opacity: 1;color:rgb(28 25 23 / var(--tw-text-opacity))}.hover\:text-red-50:hover{--tw-text-opacity: 1;color:rgb(254 242 242 / var(--tw-text-opacity))}.hover\:text-red-100:hover{--tw-text-opacity: 1;color:rgb(254 226 226 / var(--tw-text-opacity))}.hover\:text-red-200:hover{--tw-text-opacity: 1;color:rgb(254 202 202 / var(--tw-text-opacity))}.hover\:text-red-300:hover{--tw-text-opacity: 1;color:rgb(252 165 165 / var(--tw-text-opacity))}.hover\:text-red-400:hover{--tw-text-opacity: 1;color:rgb(248 113 113 / var(--tw-text-opacity))}.hover\:text-red-500:hover{--tw-text-opacity: 1;color:rgb(239 68 68 / var(--tw-text-opacity))}.hover\:text-red-600:hover{--tw-text-opacity: 1;color:rgb(220 38 38 / var(--tw-text-opacity))}.hover\:text-red-700:hover{--tw-text-opacity: 1;color:rgb(185 28 28 / var(--tw-text-opacity))}.hover\:text-red-800:hover{--tw-text-opacity: 1;color:rgb(153 27 27 / var(--tw-text-opacity))}.hover\:text-red-900:hover{--tw-text-opacity: 1;color:rgb(127 29 29 / var(--tw-text-opacity))}.hover\:text-orange-50:hover{--tw-text-opacity: 1;color:rgb(255 247 237 / var(--tw-text-opacity))}.hover\:text-orange-100:hover{--tw-text-opacity: 1;color:rgb(255 237 213 / var(--tw-text-opacity))}.hover\:text-orange-200:hover{--tw-text-opacity: 1;color:rgb(254 215 170 / var(--tw-text-opacity))}.hover\:text-orange-300:hover{--tw-text-opacity: 1;color:rgb(253 186 116 / var(--tw-text-opacity))}.hover\:text-orange-400:hover{--tw-text-opacity: 1;color:rgb(251 146 60 / var(--tw-text-opacity))}.hover\:text-orange-500:hover{--tw-text-opacity: 1;color:rgb(249 115 22 / var(--tw-text-opacity))}.hover\:text-orange-600:hover{--tw-text-opacity: 1;color:rgb(234 88 12 / var(--tw-text-opacity))}.hover\:text-orange-700:hover{--tw-text-opacity: 1;color:rgb(194 65 12 / var(--tw-text-opacity))}.hover\:text-orange-800:hover{--tw-text-opacity: 1;color:rgb(154 52 18 / var(--tw-text-opacity))}.hover\:text-orange-900:hover{--tw-text-opacity: 1;color:rgb(124 45 18 / var(--tw-text-opacity))}.hover\:text-amber-50:hover{--tw-text-opacity: 1;color:rgb(255 251 235 / var(--tw-text-opacity))}.hover\:text-amber-100:hover{--tw-text-opacity: 1;color:rgb(254 243 199 / var(--tw-text-opacity))}.hover\:text-amber-200:hover{--tw-text-opacity: 1;color:rgb(253 230 138 / var(--tw-text-opacity))}.hover\:text-amber-300:hover{--tw-text-opacity: 1;color:rgb(252 211 77 / var(--tw-text-opacity))}.hover\:text-amber-400:hover{--tw-text-opacity: 1;color:rgb(251 191 36 / var(--tw-text-opacity))}.hover\:text-amber-500:hover{--tw-text-opacity: 1;color:rgb(245 158 11 / var(--tw-text-opacity))}.hover\:text-amber-600:hover{--tw-text-opacity: 1;color:rgb(217 119 6 / var(--tw-text-opacity))}.hover\:text-amber-700:hover{--tw-text-opacity: 1;color:rgb(180 83 9 / var(--tw-text-opacity))}.hover\:text-amber-800:hover{--tw-text-opacity: 1;color:rgb(146 64 14 / var(--tw-text-opacity))}.hover\:text-amber-900:hover{--tw-text-opacity: 1;color:rgb(120 53 15 / var(--tw-text-opacity))}.hover\:text-yellow-50:hover{--tw-text-opacity: 1;color:rgb(254 252 232 / var(--tw-text-opacity))}.hover\:text-yellow-100:hover{--tw-text-opacity: 1;color:rgb(254 249 195 / var(--tw-text-opacity))}.hover\:text-yellow-200:hover{--tw-text-opacity: 1;color:rgb(254 240 138 / var(--tw-text-opacity))}.hover\:text-yellow-300:hover{--tw-text-opacity: 1;color:rgb(253 224 71 / var(--tw-text-opacity))}.hover\:text-yellow-400:hover{--tw-text-opacity: 1;color:rgb(250 204 21 / var(--tw-text-opacity))}.hover\:text-yellow-500:hover{--tw-text-opacity: 1;color:rgb(234 179 8 / var(--tw-text-opacity))}.hover\:text-yellow-600:hover{--tw-text-opacity: 1;color:rgb(202 138 4 / var(--tw-text-opacity))}.hover\:text-yellow-700:hover{--tw-text-opacity: 1;color:rgb(161 98 7 / var(--tw-text-opacity))}.hover\:text-yellow-800:hover{--tw-text-opacity: 1;color:rgb(133 77 14 / var(--tw-text-opacity))}.hover\:text-yellow-900:hover{--tw-text-opacity: 1;color:rgb(113 63 18 / var(--tw-text-opacity))}.hover\:text-lime-50:hover{--tw-text-opacity: 1;color:rgb(247 254 231 / var(--tw-text-opacity))}.hover\:text-lime-100:hover{--tw-text-opacity: 1;color:rgb(236 252 203 / var(--tw-text-opacity))}.hover\:text-lime-200:hover{--tw-text-opacity: 1;color:rgb(217 249 157 / var(--tw-text-opacity))}.hover\:text-lime-300:hover{--tw-text-opacity: 1;color:rgb(190 242 100 / var(--tw-text-opacity))}.hover\:text-lime-400:hover{--tw-text-opacity: 1;color:rgb(163 230 53 / var(--tw-text-opacity))}.hover\:text-lime-500:hover{--tw-text-opacity: 1;color:rgb(132 204 22 / var(--tw-text-opacity))}.hover\:text-lime-600:hover{--tw-text-opacity: 1;color:rgb(101 163 13 / var(--tw-text-opacity))}.hover\:text-lime-700:hover{--tw-text-opacity: 1;color:rgb(77 124 15 / var(--tw-text-opacity))}.hover\:text-lime-800:hover{--tw-text-opacity: 1;color:rgb(63 98 18 / var(--tw-text-opacity))}.hover\:text-lime-900:hover{--tw-text-opacity: 1;color:rgb(54 83 20 / var(--tw-text-opacity))}.hover\:text-green-50:hover{--tw-text-opacity: 1;color:rgb(240 253 244 / var(--tw-text-opacity))}.hover\:text-green-100:hover{--tw-text-opacity: 1;color:rgb(220 252 231 / var(--tw-text-opacity))}.hover\:text-green-200:hover{--tw-text-opacity: 1;color:rgb(187 247 208 / var(--tw-text-opacity))}.hover\:text-green-300:hover{--tw-text-opacity: 1;color:rgb(134 239 172 / var(--tw-text-opacity))}.hover\:text-green-400:hover{--tw-text-opacity: 1;color:rgb(74 222 128 / var(--tw-text-opacity))}.hover\:text-green-500:hover{--tw-text-opacity: 1;color:rgb(34 197 94 / var(--tw-text-opacity))}.hover\:text-green-600:hover{--tw-text-opacity: 1;color:rgb(22 163 74 / var(--tw-text-opacity))}.hover\:text-green-700:hover{--tw-text-opacity: 1;color:rgb(21 128 61 / var(--tw-text-opacity))}.hover\:text-green-800:hover{--tw-text-opacity: 1;color:rgb(22 101 52 / var(--tw-text-opacity))}.hover\:text-green-900:hover{--tw-text-opacity: 1;color:rgb(20 83 45 / var(--tw-text-opacity))}.hover\:text-emerald-50:hover{--tw-text-opacity: 1;color:rgb(236 253 245 / var(--tw-text-opacity))}.hover\:text-emerald-100:hover{--tw-text-opacity: 1;color:rgb(209 250 229 / var(--tw-text-opacity))}.hover\:text-emerald-200:hover{--tw-text-opacity: 1;color:rgb(167 243 208 / var(--tw-text-opacity))}.hover\:text-emerald-300:hover{--tw-text-opacity: 1;color:rgb(110 231 183 / var(--tw-text-opacity))}.hover\:text-emerald-400:hover{--tw-text-opacity: 1;color:rgb(52 211 153 / var(--tw-text-opacity))}.hover\:text-emerald-500:hover{--tw-text-opacity: 1;color:rgb(16 185 129 / var(--tw-text-opacity))}.hover\:text-emerald-600:hover{--tw-text-opacity: 1;color:rgb(5 150 105 / var(--tw-text-opacity))}.hover\:text-emerald-700:hover{--tw-text-opacity: 1;color:rgb(4 120 87 / var(--tw-text-opacity))}.hover\:text-emerald-800:hover{--tw-text-opacity: 1;color:rgb(6 95 70 / var(--tw-text-opacity))}.hover\:text-emerald-900:hover{--tw-text-opacity: 1;color:rgb(6 78 59 / var(--tw-text-opacity))}.hover\:text-teal-50:hover{--tw-text-opacity: 1;color:rgb(240 253 250 / var(--tw-text-opacity))}.hover\:text-teal-100:hover{--tw-text-opacity: 1;color:rgb(204 251 241 / var(--tw-text-opacity))}.hover\:text-teal-200:hover{--tw-text-opacity: 1;color:rgb(153 246 228 / var(--tw-text-opacity))}.hover\:text-teal-300:hover{--tw-text-opacity: 1;color:rgb(94 234 212 / var(--tw-text-opacity))}.hover\:text-teal-400:hover{--tw-text-opacity: 1;color:rgb(45 212 191 / var(--tw-text-opacity))}.hover\:text-teal-500:hover{--tw-text-opacity: 1;color:rgb(20 184 166 / var(--tw-text-opacity))}.hover\:text-teal-600:hover{--tw-text-opacity: 1;color:rgb(13 148 136 / var(--tw-text-opacity))}.hover\:text-teal-700:hover{--tw-text-opacity: 1;color:rgb(15 118 110 / var(--tw-text-opacity))}.hover\:text-teal-800:hover{--tw-text-opacity: 1;color:rgb(17 94 89 / var(--tw-text-opacity))}.hover\:text-teal-900:hover{--tw-text-opacity: 1;color:rgb(19 78 74 / var(--tw-text-opacity))}.hover\:text-cyan-50:hover{--tw-text-opacity: 1;color:rgb(236 254 255 / var(--tw-text-opacity))}.hover\:text-cyan-100:hover{--tw-text-opacity: 1;color:rgb(207 250 254 / var(--tw-text-opacity))}.hover\:text-cyan-200:hover{--tw-text-opacity: 1;color:rgb(165 243 252 / var(--tw-text-opacity))}.hover\:text-cyan-300:hover{--tw-text-opacity: 1;color:rgb(103 232 249 / var(--tw-text-opacity))}.hover\:text-cyan-400:hover{--tw-text-opacity: 1;color:rgb(34 211 238 / var(--tw-text-opacity))}.hover\:text-cyan-500:hover{--tw-text-opacity: 1;color:rgb(6 182 212 / var(--tw-text-opacity))}.hover\:text-cyan-600:hover{--tw-text-opacity: 1;color:rgb(8 145 178 / var(--tw-text-opacity))}.hover\:text-cyan-700:hover{--tw-text-opacity: 1;color:rgb(14 116 144 / var(--tw-text-opacity))}.hover\:text-cyan-800:hover{--tw-text-opacity: 1;color:rgb(21 94 117 / var(--tw-text-opacity))}.hover\:text-cyan-900:hover{--tw-text-opacity: 1;color:rgb(22 78 99 / var(--tw-text-opacity))}.hover\:text-sky-50:hover{--tw-text-opacity: 1;color:rgb(240 249 255 / var(--tw-text-opacity))}.hover\:text-sky-100:hover{--tw-text-opacity: 1;color:rgb(224 242 254 / var(--tw-text-opacity))}.hover\:text-sky-200:hover{--tw-text-opacity: 1;color:rgb(186 230 253 / var(--tw-text-opacity))}.hover\:text-sky-300:hover{--tw-text-opacity: 1;color:rgb(125 211 252 / var(--tw-text-opacity))}.hover\:text-sky-400:hover{--tw-text-opacity: 1;color:rgb(56 189 248 / var(--tw-text-opacity))}.hover\:text-sky-500:hover{--tw-text-opacity: 1;color:rgb(14 165 233 / var(--tw-text-opacity))}.hover\:text-sky-600:hover{--tw-text-opacity: 1;color:rgb(2 132 199 / var(--tw-text-opacity))}.hover\:text-sky-700:hover{--tw-text-opacity: 1;color:rgb(3 105 161 / var(--tw-text-opacity))}.hover\:text-sky-800:hover{--tw-text-opacity: 1;color:rgb(7 89 133 / var(--tw-text-opacity))}.hover\:text-sky-900:hover{--tw-text-opacity: 1;color:rgb(12 74 110 / var(--tw-text-opacity))}.hover\:text-blue-50:hover{--tw-text-opacity: 1;color:rgb(239 246 255 / var(--tw-text-opacity))}.hover\:text-blue-100:hover{--tw-text-opacity: 1;color:rgb(219 234 254 / var(--tw-text-opacity))}.hover\:text-blue-200:hover{--tw-text-opacity: 1;color:rgb(191 219 254 / var(--tw-text-opacity))}.hover\:text-blue-300:hover{--tw-text-opacity: 1;color:rgb(147 197 253 / var(--tw-text-opacity))}.hover\:text-blue-400:hover{--tw-text-opacity: 1;color:rgb(96 165 250 / var(--tw-text-opacity))}.hover\:text-blue-500:hover{--tw-text-opacity: 1;color:rgb(59 130 246 / var(--tw-text-opacity))}.hover\:text-blue-600:hover{--tw-text-opacity: 1;color:rgb(37 99 235 / var(--tw-text-opacity))}.hover\:text-blue-700:hover{--tw-text-opacity: 1;color:rgb(29 78 216 / var(--tw-text-opacity))}.hover\:text-blue-800:hover{--tw-text-opacity: 1;color:rgb(30 64 175 / var(--tw-text-opacity))}.hover\:text-blue-900:hover{--tw-text-opacity: 1;color:rgb(30 58 138 / var(--tw-text-opacity))}.hover\:text-indigo-50:hover{--tw-text-opacity: 1;color:rgb(238 242 255 / var(--tw-text-opacity))}.hover\:text-indigo-100:hover{--tw-text-opacity: 1;color:rgb(224 231 255 / var(--tw-text-opacity))}.hover\:text-indigo-200:hover{--tw-text-opacity: 1;color:rgb(199 210 254 / var(--tw-text-opacity))}.hover\:text-indigo-300:hover{--tw-text-opacity: 1;color:rgb(165 180 252 / var(--tw-text-opacity))}.hover\:text-indigo-400:hover{--tw-text-opacity: 1;color:rgb(129 140 248 / var(--tw-text-opacity))}.hover\:text-indigo-500:hover{--tw-text-opacity: 1;color:rgb(99 102 241 / var(--tw-text-opacity))}.hover\:text-indigo-600:hover{--tw-text-opacity: 1;color:rgb(79 70 229 / var(--tw-text-opacity))}.hover\:text-indigo-700:hover{--tw-text-opacity: 1;color:rgb(67 56 202 / var(--tw-text-opacity))}.hover\:text-indigo-800:hover{--tw-text-opacity: 1;color:rgb(55 48 163 / var(--tw-text-opacity))}.hover\:text-indigo-900:hover{--tw-text-opacity: 1;color:rgb(49 46 129 / var(--tw-text-opacity))}.hover\:text-violet-50:hover{--tw-text-opacity: 1;color:rgb(245 243 255 / var(--tw-text-opacity))}.hover\:text-violet-100:hover{--tw-text-opacity: 1;color:rgb(237 233 254 / var(--tw-text-opacity))}.hover\:text-violet-200:hover{--tw-text-opacity: 1;color:rgb(221 214 254 / var(--tw-text-opacity))}.hover\:text-violet-300:hover{--tw-text-opacity: 1;color:rgb(196 181 253 / var(--tw-text-opacity))}.hover\:text-violet-400:hover{--tw-text-opacity: 1;color:rgb(167 139 250 / var(--tw-text-opacity))}.hover\:text-violet-500:hover{--tw-text-opacity: 1;color:rgb(139 92 246 / var(--tw-text-opacity))}.hover\:text-violet-600:hover{--tw-text-opacity: 1;color:rgb(124 58 237 / var(--tw-text-opacity))}.hover\:text-violet-700:hover{--tw-text-opacity: 1;color:rgb(109 40 217 / var(--tw-text-opacity))}.hover\:text-violet-800:hover{--tw-text-opacity: 1;color:rgb(91 33 182 / var(--tw-text-opacity))}.hover\:text-violet-900:hover{--tw-text-opacity: 1;color:rgb(76 29 149 / var(--tw-text-opacity))}.hover\:text-purple-50:hover{--tw-text-opacity: 1;color:rgb(250 245 255 / var(--tw-text-opacity))}.hover\:text-purple-100:hover{--tw-text-opacity: 1;color:rgb(243 232 255 / var(--tw-text-opacity))}.hover\:text-purple-200:hover{--tw-text-opacity: 1;color:rgb(233 213 255 / var(--tw-text-opacity))}.hover\:text-purple-300:hover{--tw-text-opacity: 1;color:rgb(216 180 254 / var(--tw-text-opacity))}.hover\:text-purple-400:hover{--tw-text-opacity: 1;color:rgb(192 132 252 / var(--tw-text-opacity))}.hover\:text-purple-500:hover{--tw-text-opacity: 1;color:rgb(168 85 247 / var(--tw-text-opacity))}.hover\:text-purple-600:hover{--tw-text-opacity: 1;color:rgb(147 51 234 / var(--tw-text-opacity))}.hover\:text-purple-700:hover{--tw-text-opacity: 1;color:rgb(126 34 206 / var(--tw-text-opacity))}.hover\:text-purple-800:hover{--tw-text-opacity: 1;color:rgb(107 33 168 / var(--tw-text-opacity))}.hover\:text-purple-900:hover{--tw-text-opacity: 1;color:rgb(88 28 135 / var(--tw-text-opacity))}.hover\:text-fuchsia-50:hover{--tw-text-opacity: 1;color:rgb(253 244 255 / var(--tw-text-opacity))}.hover\:text-fuchsia-100:hover{--tw-text-opacity: 1;color:rgb(250 232 255 / var(--tw-text-opacity))}.hover\:text-fuchsia-200:hover{--tw-text-opacity: 1;color:rgb(245 208 254 / var(--tw-text-opacity))}.hover\:text-fuchsia-300:hover{--tw-text-opacity: 1;color:rgb(240 171 252 / var(--tw-text-opacity))}.hover\:text-fuchsia-400:hover{--tw-text-opacity: 1;color:rgb(232 121 249 / var(--tw-text-opacity))}.hover\:text-fuchsia-500:hover{--tw-text-opacity: 1;color:rgb(217 70 239 / var(--tw-text-opacity))}.hover\:text-fuchsia-600:hover{--tw-text-opacity: 1;color:rgb(192 38 211 / var(--tw-text-opacity))}.hover\:text-fuchsia-700:hover{--tw-text-opacity: 1;color:rgb(162 28 175 / var(--tw-text-opacity))}.hover\:text-fuchsia-800:hover{--tw-text-opacity: 1;color:rgb(134 25 143 / var(--tw-text-opacity))}.hover\:text-fuchsia-900:hover{--tw-text-opacity: 1;color:rgb(112 26 117 / var(--tw-text-opacity))}.hover\:text-pink-50:hover{--tw-text-opacity: 1;color:rgb(253 242 248 / var(--tw-text-opacity))}.hover\:text-pink-100:hover{--tw-text-opacity: 1;color:rgb(252 231 243 / var(--tw-text-opacity))}.hover\:text-pink-200:hover{--tw-text-opacity: 1;color:rgb(251 207 232 / var(--tw-text-opacity))}.hover\:text-pink-300:hover{--tw-text-opacity: 1;color:rgb(249 168 212 / var(--tw-text-opacity))}.hover\:text-pink-400:hover{--tw-text-opacity: 1;color:rgb(244 114 182 / var(--tw-text-opacity))}.hover\:text-pink-500:hover{--tw-text-opacity: 1;color:rgb(236 72 153 / var(--tw-text-opacity))}.hover\:text-pink-600:hover{--tw-text-opacity: 1;color:rgb(219 39 119 / var(--tw-text-opacity))}.hover\:text-pink-700:hover{--tw-text-opacity: 1;color:rgb(190 24 93 / var(--tw-text-opacity))}.hover\:text-pink-800:hover{--tw-text-opacity: 1;color:rgb(157 23 77 / var(--tw-text-opacity))}.hover\:text-pink-900:hover{--tw-text-opacity: 1;color:rgb(131 24 67 / var(--tw-text-opacity))}.hover\:text-rose-50:hover{--tw-text-opacity: 1;color:rgb(255 241 242 / var(--tw-text-opacity))}.hover\:text-rose-100:hover{--tw-text-opacity: 1;color:rgb(255 228 230 / var(--tw-text-opacity))}.hover\:text-rose-200:hover{--tw-text-opacity: 1;color:rgb(254 205 211 / var(--tw-text-opacity))}.hover\:text-rose-300:hover{--tw-text-opacity: 1;color:rgb(253 164 175 / var(--tw-text-opacity))}.hover\:text-rose-400:hover{--tw-text-opacity: 1;color:rgb(251 113 133 / var(--tw-text-opacity))}.hover\:text-rose-500:hover{--tw-text-opacity: 1;color:rgb(244 63 94 / var(--tw-text-opacity))}.hover\:text-rose-600:hover{--tw-text-opacity: 1;color:rgb(225 29 72 / var(--tw-text-opacity))}.hover\:text-rose-700:hover{--tw-text-opacity: 1;color:rgb(190 18 60 / var(--tw-text-opacity))}.hover\:text-rose-800:hover{--tw-text-opacity: 1;color:rgb(159 18 57 / var(--tw-text-opacity))}.hover\:text-rose-900:hover{--tw-text-opacity: 1;color:rgb(136 19 55 / var(--tw-text-opacity))}.hover\:opacity-100:hover{opacity:1}.hover\:brightness-95:hover{--tw-brightness: brightness(.95);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)}.hover\:brightness-75:hover{--tw-brightness: brightness(.75);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)}.focus\:inset-0:focus{top:0px;right:0px;bottom:0px;left:0px}.focus\:inset-1:focus{top:.25rem;right:.25rem;bottom:.25rem;left:.25rem}.focus\:inset-2:focus{top:.5rem;right:.5rem;bottom:.5rem;left:.5rem}.focus\:inset-3:focus{top:.75rem;right:.75rem;bottom:.75rem;left:.75rem}.focus\:inset-4:focus{top:1rem;right:1rem;bottom:1rem;left:1rem}.focus\:inset-5:focus{top:1.25rem;right:1.25rem;bottom:1.25rem;left:1.25rem}.focus\:inset-6:focus{top:1.5rem;right:1.5rem;bottom:1.5rem;left:1.5rem}.focus\:inset-7:focus{top:1.75rem;right:1.75rem;bottom:1.75rem;left:1.75rem}.focus\:inset-8:focus{top:2rem;right:2rem;bottom:2rem;left:2rem}.focus\:inset-9:focus{top:2.25rem;right:2.25rem;bottom:2.25rem;left:2.25rem}.focus\:inset-10:focus{top:2.5rem;right:2.5rem;bottom:2.5rem;left:2.5rem}.focus\:inset-11:focus{top:2.75rem;right:2.75rem;bottom:2.75rem;left:2.75rem}.focus\:inset-12:focus{top:3rem;right:3rem;bottom:3rem;left:3rem}.focus\:inset-14:focus{top:3.5rem;right:3.5rem;bottom:3.5rem;left:3.5rem}.focus\:inset-16:focus{top:4rem;right:4rem;bottom:4rem;left:4rem}.focus\:inset-20:focus{top:5rem;right:5rem;bottom:5rem;left:5rem}.focus\:inset-24:focus{top:6rem;right:6rem;bottom:6rem;left:6rem}.focus\:inset-28:focus{top:7rem;right:7rem;bottom:7rem;left:7rem}.focus\:inset-32:focus{top:8rem;right:8rem;bottom:8rem;left:8rem}.focus\:inset-36:focus{top:9rem;right:9rem;bottom:9rem;left:9rem}.focus\:inset-40:focus{top:10rem;right:10rem;bottom:10rem;left:10rem}.focus\:inset-44:focus{top:11rem;right:11rem;bottom:11rem;left:11rem}.focus\:inset-48:focus{top:12rem;right:12rem;bottom:12rem;left:12rem}.focus\:inset-52:focus{top:13rem;right:13rem;bottom:13rem;left:13rem}.focus\:inset-56:focus{top:14rem;right:14rem;bottom:14rem;left:14rem}.focus\:inset-60:focus{top:15rem;right:15rem;bottom:15rem;left:15rem}.focus\:inset-64:focus{top:16rem;right:16rem;bottom:16rem;left:16rem}.focus\:inset-72:focus{top:18rem;right:18rem;bottom:18rem;left:18rem}.focus\:inset-80:focus{top:20rem;right:20rem;bottom:20rem;left:20rem}.focus\:inset-96:focus{top:24rem;right:24rem;bottom:24rem;left:24rem}.focus\:inset-auto:focus{top:auto;right:auto;bottom:auto;left:auto}.focus\:inset-px:focus{top:1px;right:1px;bottom:1px;left:1px}.focus\:inset-0\.5:focus{top:.125rem;right:.125rem;bottom:.125rem;left:.125rem}.focus\:inset-1\.5:focus{top:.375rem;right:.375rem;bottom:.375rem;left:.375rem}.focus\:inset-2\.5:focus{top:.625rem;right:.625rem;bottom:.625rem;left:.625rem}.focus\:inset-3\.5:focus{top:.875rem;right:.875rem;bottom:.875rem;left:.875rem}.focus\:inset-full:focus{top:100%;right:100%;bottom:100%;left:100%}.focus\:top-0:focus{top:0px}.focus\:top-1:focus{top:.25rem}.focus\:top-2:focus{top:.5rem}.focus\:top-3:focus{top:.75rem}.focus\:top-4:focus{top:1rem}.focus\:top-5:focus{top:1.25rem}.focus\:top-6:focus{top:1.5rem}.focus\:top-7:focus{top:1.75rem}.focus\:top-8:focus{top:2rem}.focus\:top-9:focus{top:2.25rem}.focus\:top-10:focus{top:2.5rem}.focus\:top-11:focus{top:2.75rem}.focus\:top-12:focus{top:3rem}.focus\:top-14:focus{top:3.5rem}.focus\:top-16:focus{top:4rem}.focus\:top-20:focus{top:5rem}.focus\:top-24:focus{top:6rem}.focus\:top-28:focus{top:7rem}.focus\:top-32:focus{top:8rem}.focus\:top-36:focus{top:9rem}.focus\:top-40:focus{top:10rem}.focus\:top-44:focus{top:11rem}.focus\:top-48:focus{top:12rem}.focus\:top-52:focus{top:13rem}.focus\:top-56:focus{top:14rem}.focus\:top-60:focus{top:15rem}.focus\:top-64:focus{top:16rem}.focus\:top-72:focus{top:18rem}.focus\:top-80:focus{top:20rem}.focus\:top-96:focus{top:24rem}.focus\:top-auto:focus{top:auto}.focus\:top-px:focus{top:1px}.focus\:top-0\.5:focus{top:.125rem}.focus\:top-1\.5:focus{top:.375rem}.focus\:top-2\.5:focus{top:.625rem}.focus\:top-3\.5:focus{top:.875rem}.focus\:top-full:focus{top:100%}.focus\:right-0:focus{right:0px}.focus\:right-1:focus{right:.25rem}.focus\:right-2:focus{right:.5rem}.focus\:right-3:focus{right:.75rem}.focus\:right-4:focus{right:1rem}.focus\:right-5:focus{right:1.25rem}.focus\:right-6:focus{right:1.5rem}.focus\:right-7:focus{right:1.75rem}.focus\:right-8:focus{right:2rem}.focus\:right-9:focus{right:2.25rem}.focus\:right-10:focus{right:2.5rem}.focus\:right-11:focus{right:2.75rem}.focus\:right-12:focus{right:3rem}.focus\:right-14:focus{right:3.5rem}.focus\:right-16:focus{right:4rem}.focus\:right-20:focus{right:5rem}.focus\:right-24:focus{right:6rem}.focus\:right-28:focus{right:7rem}.focus\:right-32:focus{right:8rem}.focus\:right-36:focus{right:9rem}.focus\:right-40:focus{right:10rem}.focus\:right-44:focus{right:11rem}.focus\:right-48:focus{right:12rem}.focus\:right-52:focus{right:13rem}.focus\:right-56:focus{right:14rem}.focus\:right-60:focus{right:15rem}.focus\:right-64:focus{right:16rem}.focus\:right-72:focus{right:18rem}.focus\:right-80:focus{right:20rem}.focus\:right-96:focus{right:24rem}.focus\:right-auto:focus{right:auto}.focus\:right-px:focus{right:1px}.focus\:right-0\.5:focus{right:.125rem}.focus\:right-1\.5:focus{right:.375rem}.focus\:right-2\.5:focus{right:.625rem}.focus\:right-3\.5:focus{right:.875rem}.focus\:right-full:focus{right:100%}.focus\:bottom-0:focus{bottom:0px}.focus\:bottom-1:focus{bottom:.25rem}.focus\:bottom-2:focus{bottom:.5rem}.focus\:bottom-3:focus{bottom:.75rem}.focus\:bottom-4:focus{bottom:1rem}.focus\:bottom-5:focus{bottom:1.25rem}.focus\:bottom-6:focus{bottom:1.5rem}.focus\:bottom-7:focus{bottom:1.75rem}.focus\:bottom-8:focus{bottom:2rem}.focus\:bottom-9:focus{bottom:2.25rem}.focus\:bottom-10:focus{bottom:2.5rem}.focus\:bottom-11:focus{bottom:2.75rem}.focus\:bottom-12:focus{bottom:3rem}.focus\:bottom-14:focus{bottom:3.5rem}.focus\:bottom-16:focus{bottom:4rem}.focus\:bottom-20:focus{bottom:5rem}.focus\:bottom-24:focus{bottom:6rem}.focus\:bottom-28:focus{bottom:7rem}.focus\:bottom-32:focus{bottom:8rem}.focus\:bottom-36:focus{bottom:9rem}.focus\:bottom-40:focus{bottom:10rem}.focus\:bottom-44:focus{bottom:11rem}.focus\:bottom-48:focus{bottom:12rem}.focus\:bottom-52:focus{bottom:13rem}.focus\:bottom-56:focus{bottom:14rem}.focus\:bottom-60:focus{bottom:15rem}.focus\:bottom-64:focus{bottom:16rem}.focus\:bottom-72:focus{bottom:18rem}.focus\:bottom-80:focus{bottom:20rem}.focus\:bottom-96:focus{bottom:24rem}.focus\:bottom-auto:focus{bottom:auto}.focus\:bottom-px:focus{bottom:1px}.focus\:bottom-0\.5:focus{bottom:.125rem}.focus\:bottom-1\.5:focus{bottom:.375rem}.focus\:bottom-2\.5:focus{bottom:.625rem}.focus\:bottom-3\.5:focus{bottom:.875rem}.focus\:bottom-full:focus{bottom:100%}.focus\:left-0:focus{left:0px}.focus\:left-1:focus{left:.25rem}.focus\:left-2:focus{left:.5rem}.focus\:left-3:focus{left:.75rem}.focus\:left-4:focus{left:1rem}.focus\:left-5:focus{left:1.25rem}.focus\:left-6:focus{left:1.5rem}.focus\:left-7:focus{left:1.75rem}.focus\:left-8:focus{left:2rem}.focus\:left-9:focus{left:2.25rem}.focus\:left-10:focus{left:2.5rem}.focus\:left-11:focus{left:2.75rem}.focus\:left-12:focus{left:3rem}.focus\:left-14:focus{left:3.5rem}.focus\:left-16:focus{left:4rem}.focus\:left-20:focus{left:5rem}.focus\:left-24:focus{left:6rem}.focus\:left-28:focus{left:7rem}.focus\:left-32:focus{left:8rem}.focus\:left-36:focus{left:9rem}.focus\:left-40:focus{left:10rem}.focus\:left-44:focus{left:11rem}.focus\:left-48:focus{left:12rem}.focus\:left-52:focus{left:13rem}.focus\:left-56:focus{left:14rem}.focus\:left-60:focus{left:15rem}.focus\:left-64:focus{left:16rem}.focus\:left-72:focus{left:18rem}.focus\:left-80:focus{left:20rem}.focus\:left-96:focus{left:24rem}.focus\:left-auto:focus{left:auto}.focus\:left-px:focus{left:1px}.focus\:left-0\.5:focus{left:.125rem}.focus\:left-1\.5:focus{left:.375rem}.focus\:left-2\.5:focus{left:.625rem}.focus\:left-3\.5:focus{left:.875rem}.focus\:left-full:focus{left:100%}.focus\:z-0:focus{z-index:0}.focus\:z-10:focus{z-index:10}.focus\:z-20:focus{z-index:20}.focus\:z-40:focus{z-index:40}.focus\:z-auto:focus{z-index:auto}.focus\:m-0:focus{margin:0}.focus\:m-1:focus{margin:.25rem}.focus\:m-2:focus{margin:.5rem}.focus\:m-3:focus{margin:.75rem}.focus\:m-4:focus{margin:1rem}.focus\:m-5:focus{margin:1.25rem}.focus\:m-6:focus{margin:1.5rem}.focus\:m-7:focus{margin:1.75rem}.focus\:m-8:focus{margin:2rem}.focus\:m-9:focus{margin:2.25rem}.focus\:m-10:focus{margin:2.5rem}.focus\:m-11:focus{margin:2.75rem}.focus\:m-12:focus{margin:3rem}.focus\:m-14:focus{margin:3.5rem}.focus\:m-16:focus{margin:4rem}.focus\:m-20:focus{margin:5rem}.focus\:m-24:focus{margin:6rem}.focus\:m-28:focus{margin:7rem}.focus\:m-32:focus{margin:8rem}.focus\:m-36:focus{margin:9rem}.focus\:m-40:focus{margin:10rem}.focus\:m-44:focus{margin:11rem}.focus\:m-48:focus{margin:12rem}.focus\:m-52:focus{margin:13rem}.focus\:m-56:focus{margin:14rem}.focus\:m-60:focus{margin:15rem}.focus\:m-64:focus{margin:16rem}.focus\:m-72:focus{margin:18rem}.focus\:m-80:focus{margin:20rem}.focus\:m-96:focus{margin:24rem}.focus\:m-auto:focus{margin:auto}.focus\:m-px:focus{margin:1px}.focus\:m-0\.5:focus{margin:.125rem}.focus\:m-1\.5:focus{margin:.375rem}.focus\:m-2\.5:focus{margin:.625rem}.focus\:m-3\.5:focus{margin:.875rem}.focus\:mx-0:focus{margin-left:0;margin-right:0}.focus\:mx-1:focus{margin-left:.25rem;margin-right:.25rem}.focus\:mx-2:focus{margin-left:.5rem;margin-right:.5rem}.focus\:mx-3:focus{margin-left:.75rem;margin-right:.75rem}.focus\:mx-4:focus{margin-left:1rem;margin-right:1rem}.focus\:mx-5:focus{margin-left:1.25rem;margin-right:1.25rem}.focus\:mx-6:focus{margin-left:1.5rem;margin-right:1.5rem}.focus\:mx-7:focus{margin-left:1.75rem;margin-right:1.75rem}.focus\:mx-8:focus{margin-left:2rem;margin-right:2rem}.focus\:mx-9:focus{margin-left:2.25rem;margin-right:2.25rem}.focus\:mx-10:focus{margin-left:2.5rem;margin-right:2.5rem}.focus\:mx-11:focus{margin-left:2.75rem;margin-right:2.75rem}.focus\:mx-12:focus{margin-left:3rem;margin-right:3rem}.focus\:mx-14:focus{margin-left:3.5rem;margin-right:3.5rem}.focus\:mx-16:focus{margin-left:4rem;margin-right:4rem}.focus\:mx-20:focus{margin-left:5rem;margin-right:5rem}.focus\:mx-24:focus{margin-left:6rem;margin-right:6rem}.focus\:mx-28:focus{margin-left:7rem;margin-right:7rem}.focus\:mx-32:focus{margin-left:8rem;margin-right:8rem}.focus\:mx-36:focus{margin-left:9rem;margin-right:9rem}.focus\:mx-40:focus{margin-left:10rem;margin-right:10rem}.focus\:mx-44:focus{margin-left:11rem;margin-right:11rem}.focus\:mx-48:focus{margin-left:12rem;margin-right:12rem}.focus\:mx-52:focus{margin-left:13rem;margin-right:13rem}.focus\:mx-56:focus{margin-left:14rem;margin-right:14rem}.focus\:mx-60:focus{margin-left:15rem;margin-right:15rem}.focus\:mx-64:focus{margin-left:16rem;margin-right:16rem}.focus\:mx-72:focus{margin-left:18rem;margin-right:18rem}.focus\:mx-80:focus{margin-left:20rem;margin-right:20rem}.focus\:mx-96:focus{margin-left:24rem;margin-right:24rem}.focus\:mx-auto:focus{margin-left:auto;margin-right:auto}.focus\:mx-px:focus{margin-left:1px;margin-right:1px}.focus\:mx-0\.5:focus{margin-left:.125rem;margin-right:.125rem}.focus\:mx-1\.5:focus{margin-left:.375rem;margin-right:.375rem}.focus\:mx-2\.5:focus{margin-left:.625rem;margin-right:.625rem}.focus\:mx-3\.5:focus{margin-left:.875rem;margin-right:.875rem}.focus\:my-0:focus{margin-top:0;margin-bottom:0}.focus\:my-1:focus{margin-top:.25rem;margin-bottom:.25rem}.focus\:my-2:focus{margin-top:.5rem;margin-bottom:.5rem}.focus\:my-3:focus{margin-top:.75rem;margin-bottom:.75rem}.focus\:my-4:focus{margin-top:1rem;margin-bottom:1rem}.focus\:my-5:focus{margin-top:1.25rem;margin-bottom:1.25rem}.focus\:my-6:focus{margin-top:1.5rem;margin-bottom:1.5rem}.focus\:my-7:focus{margin-top:1.75rem;margin-bottom:1.75rem}.focus\:my-8:focus{margin-top:2rem;margin-bottom:2rem}.focus\:my-9:focus{margin-top:2.25rem;margin-bottom:2.25rem}.focus\:my-10:focus{margin-top:2.5rem;margin-bottom:2.5rem}.focus\:my-11:focus{margin-top:2.75rem;margin-bottom:2.75rem}.focus\:my-12:focus{margin-top:3rem;margin-bottom:3rem}.focus\:my-14:focus{margin-top:3.5rem;margin-bottom:3.5rem}.focus\:my-16:focus{margin-top:4rem;margin-bottom:4rem}.focus\:my-20:focus{margin-top:5rem;margin-bottom:5rem}.focus\:my-24:focus{margin-top:6rem;margin-bottom:6rem}.focus\:my-28:focus{margin-top:7rem;margin-bottom:7rem}.focus\:my-32:focus{margin-top:8rem;margin-bottom:8rem}.focus\:my-36:focus{margin-top:9rem;margin-bottom:9rem}.focus\:my-40:focus{margin-top:10rem;margin-bottom:10rem}.focus\:my-44:focus{margin-top:11rem;margin-bottom:11rem}.focus\:my-48:focus{margin-top:12rem;margin-bottom:12rem}.focus\:my-52:focus{margin-top:13rem;margin-bottom:13rem}.focus\:my-56:focus{margin-top:14rem;margin-bottom:14rem}.focus\:my-60:focus{margin-top:15rem;margin-bottom:15rem}.focus\:my-64:focus{margin-top:16rem;margin-bottom:16rem}.focus\:my-72:focus{margin-top:18rem;margin-bottom:18rem}.focus\:my-80:focus{margin-top:20rem;margin-bottom:20rem}.focus\:my-96:focus{margin-top:24rem;margin-bottom:24rem}.focus\:my-auto:focus{margin-top:auto;margin-bottom:auto}.focus\:my-px:focus{margin-top:1px;margin-bottom:1px}.focus\:my-0\.5:focus{margin-top:.125rem;margin-bottom:.125rem}.focus\:my-1\.5:focus{margin-top:.375rem;margin-bottom:.375rem}.focus\:my-2\.5:focus{margin-top:.625rem;margin-bottom:.625rem}.focus\:my-3\.5:focus{margin-top:.875rem;margin-bottom:.875rem}.focus\:mt-0:focus{margin-top:0}.focus\:mt-1:focus{margin-top:.25rem}.focus\:mt-2:focus{margin-top:.5rem}.focus\:mt-3:focus{margin-top:.75rem}.focus\:mt-4:focus{margin-top:1rem}.focus\:mt-5:focus{margin-top:1.25rem}.focus\:mt-6:focus{margin-top:1.5rem}.focus\:mt-7:focus{margin-top:1.75rem}.focus\:mt-8:focus{margin-top:2rem}.focus\:mt-9:focus{margin-top:2.25rem}.focus\:mt-10:focus{margin-top:2.5rem}.focus\:mt-11:focus{margin-top:2.75rem}.focus\:mt-12:focus{margin-top:3rem}.focus\:mt-14:focus{margin-top:3.5rem}.focus\:mt-16:focus{margin-top:4rem}.focus\:mt-20:focus{margin-top:5rem}.focus\:mt-24:focus{margin-top:6rem}.focus\:mt-28:focus{margin-top:7rem}.focus\:mt-32:focus{margin-top:8rem}.focus\:mt-36:focus{margin-top:9rem}.focus\:mt-40:focus{margin-top:10rem}.focus\:mt-44:focus{margin-top:11rem}.focus\:mt-48:focus{margin-top:12rem}.focus\:mt-52:focus{margin-top:13rem}.focus\:mt-56:focus{margin-top:14rem}.focus\:mt-60:focus{margin-top:15rem}.focus\:mt-64:focus{margin-top:16rem}.focus\:mt-72:focus{margin-top:18rem}.focus\:mt-80:focus{margin-top:20rem}.focus\:mt-96:focus{margin-top:24rem}.focus\:mt-auto:focus{margin-top:auto}.focus\:mt-px:focus{margin-top:1px}.focus\:mt-0\.5:focus{margin-top:.125rem}.focus\:mt-1\.5:focus{margin-top:.375rem}.focus\:mt-2\.5:focus{margin-top:.625rem}.focus\:mt-3\.5:focus{margin-top:.875rem}.focus\:mr-0:focus{margin-right:0}.focus\:mr-1:focus{margin-right:.25rem}.focus\:mr-2:focus{margin-right:.5rem}.focus\:mr-3:focus{margin-right:.75rem}.focus\:mr-4:focus{margin-right:1rem}.focus\:mr-5:focus{margin-right:1.25rem}.focus\:mr-6:focus{margin-right:1.5rem}.focus\:mr-7:focus{margin-right:1.75rem}.focus\:mr-8:focus{margin-right:2rem}.focus\:mr-9:focus{margin-right:2.25rem}.focus\:mr-10:focus{margin-right:2.5rem}.focus\:mr-11:focus{margin-right:2.75rem}.focus\:mr-12:focus{margin-right:3rem}.focus\:mr-14:focus{margin-right:3.5rem}.focus\:mr-16:focus{margin-right:4rem}.focus\:mr-20:focus{margin-right:5rem}.focus\:mr-24:focus{margin-right:6rem}.focus\:mr-28:focus{margin-right:7rem}.focus\:mr-32:focus{margin-right:8rem}.focus\:mr-36:focus{margin-right:9rem}.focus\:mr-40:focus{margin-right:10rem}.focus\:mr-44:focus{margin-right:11rem}.focus\:mr-48:focus{margin-right:12rem}.focus\:mr-52:focus{margin-right:13rem}.focus\:mr-56:focus{margin-right:14rem}.focus\:mr-60:focus{margin-right:15rem}.focus\:mr-64:focus{margin-right:16rem}.focus\:mr-72:focus{margin-right:18rem}.focus\:mr-80:focus{margin-right:20rem}.focus\:mr-96:focus{margin-right:24rem}.focus\:mr-auto:focus{margin-right:auto}.focus\:mr-px:focus{margin-right:1px}.focus\:mr-0\.5:focus{margin-right:.125rem}.focus\:mr-1\.5:focus{margin-right:.375rem}.focus\:mr-2\.5:focus{margin-right:.625rem}.focus\:mr-3\.5:focus{margin-right:.875rem}.focus\:mb-0:focus{margin-bottom:0}.focus\:mb-1:focus{margin-bottom:.25rem}.focus\:mb-2:focus{margin-bottom:.5rem}.focus\:mb-3:focus{margin-bottom:.75rem}.focus\:mb-4:focus{margin-bottom:1rem}.focus\:mb-5:focus{margin-bottom:1.25rem}.focus\:mb-6:focus{margin-bottom:1.5rem}.focus\:mb-7:focus{margin-bottom:1.75rem}.focus\:mb-8:focus{margin-bottom:2rem}.focus\:mb-9:focus{margin-bottom:2.25rem}.focus\:mb-10:focus{margin-bottom:2.5rem}.focus\:mb-11:focus{margin-bottom:2.75rem}.focus\:mb-12:focus{margin-bottom:3rem}.focus\:mb-14:focus{margin-bottom:3.5rem}.focus\:mb-16:focus{margin-bottom:4rem}.focus\:mb-20:focus{margin-bottom:5rem}.focus\:mb-24:focus{margin-bottom:6rem}.focus\:mb-28:focus{margin-bottom:7rem}.focus\:mb-32:focus{margin-bottom:8rem}.focus\:mb-36:focus{margin-bottom:9rem}.focus\:mb-40:focus{margin-bottom:10rem}.focus\:mb-44:focus{margin-bottom:11rem}.focus\:mb-48:focus{margin-bottom:12rem}.focus\:mb-52:focus{margin-bottom:13rem}.focus\:mb-56:focus{margin-bottom:14rem}.focus\:mb-60:focus{margin-bottom:15rem}.focus\:mb-64:focus{margin-bottom:16rem}.focus\:mb-72:focus{margin-bottom:18rem}.focus\:mb-80:focus{margin-bottom:20rem}.focus\:mb-96:focus{margin-bottom:24rem}.focus\:mb-auto:focus{margin-bottom:auto}.focus\:mb-px:focus{margin-bottom:1px}.focus\:mb-0\.5:focus{margin-bottom:.125rem}.focus\:mb-1\.5:focus{margin-bottom:.375rem}.focus\:mb-2\.5:focus{margin-bottom:.625rem}.focus\:mb-3\.5:focus{margin-bottom:.875rem}.focus\:ml-0:focus{margin-left:0}.focus\:ml-1:focus{margin-left:.25rem}.focus\:ml-2:focus{margin-left:.5rem}.focus\:ml-3:focus{margin-left:.75rem}.focus\:ml-4:focus{margin-left:1rem}.focus\:ml-5:focus{margin-left:1.25rem}.focus\:ml-6:focus{margin-left:1.5rem}.focus\:ml-7:focus{margin-left:1.75rem}.focus\:ml-8:focus{margin-left:2rem}.focus\:ml-9:focus{margin-left:2.25rem}.focus\:ml-10:focus{margin-left:2.5rem}.focus\:ml-11:focus{margin-left:2.75rem}.focus\:ml-12:focus{margin-left:3rem}.focus\:ml-14:focus{margin-left:3.5rem}.focus\:ml-16:focus{margin-left:4rem}.focus\:ml-20:focus{margin-left:5rem}.focus\:ml-24:focus{margin-left:6rem}.focus\:ml-28:focus{margin-left:7rem}.focus\:ml-32:focus{margin-left:8rem}.focus\:ml-36:focus{margin-left:9rem}.focus\:ml-40:focus{margin-left:10rem}.focus\:ml-44:focus{margin-left:11rem}.focus\:ml-48:focus{margin-left:12rem}.focus\:ml-52:focus{margin-left:13rem}.focus\:ml-56:focus{margin-left:14rem}.focus\:ml-60:focus{margin-left:15rem}.focus\:ml-64:focus{margin-left:16rem}.focus\:ml-72:focus{margin-left:18rem}.focus\:ml-80:focus{margin-left:20rem}.focus\:ml-96:focus{margin-left:24rem}.focus\:ml-auto:focus{margin-left:auto}.focus\:ml-px:focus{margin-left:1px}.focus\:ml-0\.5:focus{margin-left:.125rem}.focus\:ml-1\.5:focus{margin-left:.375rem}.focus\:ml-2\.5:focus{margin-left:.625rem}.focus\:ml-3\.5:focus{margin-left:.875rem}.focus\:h-0:focus{height:0px}.focus\:h-1:focus{height:.25rem}.focus\:h-2:focus{height:.5rem}.focus\:h-3:focus{height:.75rem}.focus\:h-4:focus{height:1rem}.focus\:h-5:focus{height:1.25rem}.focus\:h-6:focus{height:1.5rem}.focus\:h-7:focus{height:1.75rem}.focus\:h-8:focus{height:2rem}.focus\:h-9:focus{height:2.25rem}.focus\:h-10:focus{height:2.5rem}.focus\:h-11:focus{height:2.75rem}.focus\:h-12:focus{height:3rem}.focus\:h-14:focus{height:3.5rem}.focus\:h-16:focus{height:4rem}.focus\:h-20:focus{height:5rem}.focus\:h-24:focus{height:6rem}.focus\:h-28:focus{height:7rem}.focus\:h-32:focus{height:8rem}.focus\:h-36:focus{height:9rem}.focus\:h-40:focus{height:10rem}.focus\:h-44:focus{height:11rem}.focus\:h-48:focus{height:12rem}.focus\:h-52:focus{height:13rem}.focus\:h-56:focus{height:14rem}.focus\:h-60:focus{height:15rem}.focus\:h-64:focus{height:16rem}.focus\:h-72:focus{height:18rem}.focus\:h-80:focus{height:20rem}.focus\:h-96:focus{height:24rem}.focus\:h-auto:focus{height:auto}.focus\:h-px:focus{height:1px}.focus\:h-0\.5:focus{height:.125rem}.focus\:h-1\.5:focus{height:.375rem}.focus\:h-2\.5:focus{height:.625rem}.focus\:h-3\.5:focus{height:.875rem}.focus\:h-full:focus{height:100%}.focus\:h-screen:focus{height:100vh}.focus\:max-h-0:focus{max-height:0px}.focus\:max-h-1:focus{max-height:.25rem}.focus\:max-h-2:focus{max-height:.5rem}.focus\:max-h-3:focus{max-height:.75rem}.focus\:max-h-4:focus{max-height:1rem}.focus\:max-h-5:focus{max-height:1.25rem}.focus\:max-h-6:focus{max-height:1.5rem}.focus\:max-h-7:focus{max-height:1.75rem}.focus\:max-h-8:focus{max-height:2rem}.focus\:max-h-9:focus{max-height:2.25rem}.focus\:max-h-10:focus{max-height:2.5rem}.focus\:max-h-11:focus{max-height:2.75rem}.focus\:max-h-12:focus{max-height:3rem}.focus\:max-h-14:focus{max-height:3.5rem}.focus\:max-h-16:focus{max-height:4rem}.focus\:max-h-20:focus{max-height:5rem}.focus\:max-h-24:focus{max-height:6rem}.focus\:max-h-28:focus{max-height:7rem}.focus\:max-h-32:focus{max-height:8rem}.focus\:max-h-36:focus{max-height:9rem}.focus\:max-h-40:focus{max-height:10rem}.focus\:max-h-44:focus{max-height:11rem}.focus\:max-h-48:focus{max-height:12rem}.focus\:max-h-52:focus{max-height:13rem}.focus\:max-h-56:focus{max-height:14rem}.focus\:max-h-60:focus{max-height:15rem}.focus\:max-h-64:focus{max-height:16rem}.focus\:max-h-72:focus{max-height:18rem}.focus\:max-h-80:focus{max-height:20rem}.focus\:max-h-96:focus{max-height:24rem}.focus\:max-h-px:focus{max-height:1px}.focus\:max-h-0\.5:focus{max-height:.125rem}.focus\:max-h-1\.5:focus{max-height:.375rem}.focus\:max-h-2\.5:focus{max-height:.625rem}.focus\:max-h-3\.5:focus{max-height:.875rem}.focus\:max-h-full:focus{max-height:100%}.focus\:max-h-screen:focus{max-height:100vh}.focus\:min-h-0:focus{min-height:0px}.focus\:min-h-full:focus{min-height:100%}.focus\:min-h-screen:focus{min-height:100vh}.focus\:w-0:focus{width:0px}.focus\:w-1:focus{width:.25rem}.focus\:w-2:focus{width:.5rem}.focus\:w-3:focus{width:.75rem}.focus\:w-4:focus{width:1rem}.focus\:w-5:focus{width:1.25rem}.focus\:w-6:focus{width:1.5rem}.focus\:w-7:focus{width:1.75rem}.focus\:w-8:focus{width:2rem}.focus\:w-9:focus{width:2.25rem}.focus\:w-10:focus{width:2.5rem}.focus\:w-11:focus{width:2.75rem}.focus\:w-12:focus{width:3rem}.focus\:w-14:focus{width:3.5rem}.focus\:w-16:focus{width:4rem}.focus\:w-20:focus{width:5rem}.focus\:w-24:focus{width:6rem}.focus\:w-28:focus{width:7rem}.focus\:w-32:focus{width:8rem}.focus\:w-36:focus{width:9rem}.focus\:w-40:focus{width:10rem}.focus\:w-44:focus{width:11rem}.focus\:w-48:focus{width:12rem}.focus\:w-52:focus{width:13rem}.focus\:w-56:focus{width:14rem}.focus\:w-60:focus{width:15rem}.focus\:w-64:focus{width:16rem}.focus\:w-72:focus{width:18rem}.focus\:w-80:focus{width:20rem}.focus\:w-96:focus{width:24rem}.focus\:w-auto:focus{width:auto}.focus\:w-px:focus{width:1px}.focus\:w-0\.5:focus{width:.125rem}.focus\:w-1\.5:focus{width:.375rem}.focus\:w-2\.5:focus{width:.625rem}.focus\:w-3\.5:focus{width:.875rem}.focus\:w-full:focus{width:100%}.focus\:w-screen:focus{width:100vw}.focus\:min-w-0:focus{min-width:0px}.focus\:min-w-full:focus{min-width:100%}.focus\:max-w-0:focus{max-width:0rem}.focus\:max-w-full:focus{max-width:100%}.focus\:gap-0:focus{gap:0px}.focus\:gap-1:focus{gap:.25rem}.focus\:gap-2:focus{gap:.5rem}.focus\:gap-3:focus{gap:.75rem}.focus\:gap-4:focus{gap:1rem}.focus\:gap-5:focus{gap:1.25rem}.focus\:gap-6:focus{gap:1.5rem}.focus\:gap-7:focus{gap:1.75rem}.focus\:gap-8:focus{gap:2rem}.focus\:gap-9:focus{gap:2.25rem}.focus\:gap-10:focus{gap:2.5rem}.focus\:gap-11:focus{gap:2.75rem}.focus\:gap-12:focus{gap:3rem}.focus\:gap-14:focus{gap:3.5rem}.focus\:gap-16:focus{gap:4rem}.focus\:gap-20:focus{gap:5rem}.focus\:gap-24:focus{gap:6rem}.focus\:gap-28:focus{gap:7rem}.focus\:gap-32:focus{gap:8rem}.focus\:gap-36:focus{gap:9rem}.focus\:gap-40:focus{gap:10rem}.focus\:gap-44:focus{gap:11rem}.focus\:gap-48:focus{gap:12rem}.focus\:gap-52:focus{gap:13rem}.focus\:gap-56:focus{gap:14rem}.focus\:gap-60:focus{gap:15rem}.focus\:gap-64:focus{gap:16rem}.focus\:gap-72:focus{gap:18rem}.focus\:gap-80:focus{gap:20rem}.focus\:gap-96:focus{gap:24rem}.focus\:gap-px:focus{gap:1px}.focus\:gap-0\.5:focus{gap:.125rem}.focus\:gap-1\.5:focus{gap:.375rem}.focus\:gap-2\.5:focus{gap:.625rem}.focus\:gap-3\.5:focus{gap:.875rem}.focus\:gap-x-0:focus{-moz-column-gap:0px;column-gap:0px}.focus\:gap-x-1:focus{-moz-column-gap:.25rem;column-gap:.25rem}.focus\:gap-x-2:focus{-moz-column-gap:.5rem;column-gap:.5rem}.focus\:gap-x-3:focus{-moz-column-gap:.75rem;column-gap:.75rem}.focus\:gap-x-4:focus{-moz-column-gap:1rem;column-gap:1rem}.focus\:gap-x-5:focus{-moz-column-gap:1.25rem;column-gap:1.25rem}.focus\:gap-x-6:focus{-moz-column-gap:1.5rem;column-gap:1.5rem}.focus\:gap-x-7:focus{-moz-column-gap:1.75rem;column-gap:1.75rem}.focus\:gap-x-8:focus{-moz-column-gap:2rem;column-gap:2rem}.focus\:gap-x-9:focus{-moz-column-gap:2.25rem;column-gap:2.25rem}.focus\:gap-x-10:focus{-moz-column-gap:2.5rem;column-gap:2.5rem}.focus\:gap-x-11:focus{-moz-column-gap:2.75rem;column-gap:2.75rem}.focus\:gap-x-12:focus{-moz-column-gap:3rem;column-gap:3rem}.focus\:gap-x-14:focus{-moz-column-gap:3.5rem;column-gap:3.5rem}.focus\:gap-x-16:focus{-moz-column-gap:4rem;column-gap:4rem}.focus\:gap-x-20:focus{-moz-column-gap:5rem;column-gap:5rem}.focus\:gap-x-24:focus{-moz-column-gap:6rem;column-gap:6rem}.focus\:gap-x-28:focus{-moz-column-gap:7rem;column-gap:7rem}.focus\:gap-x-32:focus{-moz-column-gap:8rem;column-gap:8rem}.focus\:gap-x-36:focus{-moz-column-gap:9rem;column-gap:9rem}.focus\:gap-x-40:focus{-moz-column-gap:10rem;column-gap:10rem}.focus\:gap-x-44:focus{-moz-column-gap:11rem;column-gap:11rem}.focus\:gap-x-48:focus{-moz-column-gap:12rem;column-gap:12rem}.focus\:gap-x-52:focus{-moz-column-gap:13rem;column-gap:13rem}.focus\:gap-x-56:focus{-moz-column-gap:14rem;column-gap:14rem}.focus\:gap-x-60:focus{-moz-column-gap:15rem;column-gap:15rem}.focus\:gap-x-64:focus{-moz-column-gap:16rem;column-gap:16rem}.focus\:gap-x-72:focus{-moz-column-gap:18rem;column-gap:18rem}.focus\:gap-x-80:focus{-moz-column-gap:20rem;column-gap:20rem}.focus\:gap-x-96:focus{-moz-column-gap:24rem;column-gap:24rem}.focus\:gap-x-px:focus{-moz-column-gap:1px;column-gap:1px}.focus\:gap-x-0\.5:focus{-moz-column-gap:.125rem;column-gap:.125rem}.focus\:gap-x-1\.5:focus{-moz-column-gap:.375rem;column-gap:.375rem}.focus\:gap-x-2\.5:focus{-moz-column-gap:.625rem;column-gap:.625rem}.focus\:gap-x-3\.5:focus{-moz-column-gap:.875rem;column-gap:.875rem}.focus\:gap-y-0:focus{row-gap:0px}.focus\:gap-y-1:focus{row-gap:.25rem}.focus\:gap-y-2:focus{row-gap:.5rem}.focus\:gap-y-3:focus{row-gap:.75rem}.focus\:gap-y-4:focus{row-gap:1rem}.focus\:gap-y-5:focus{row-gap:1.25rem}.focus\:gap-y-6:focus{row-gap:1.5rem}.focus\:gap-y-7:focus{row-gap:1.75rem}.focus\:gap-y-8:focus{row-gap:2rem}.focus\:gap-y-9:focus{row-gap:2.25rem}.focus\:gap-y-10:focus{row-gap:2.5rem}.focus\:gap-y-11:focus{row-gap:2.75rem}.focus\:gap-y-12:focus{row-gap:3rem}.focus\:gap-y-14:focus{row-gap:3.5rem}.focus\:gap-y-16:focus{row-gap:4rem}.focus\:gap-y-20:focus{row-gap:5rem}.focus\:gap-y-24:focus{row-gap:6rem}.focus\:gap-y-28:focus{row-gap:7rem}.focus\:gap-y-32:focus{row-gap:8rem}.focus\:gap-y-36:focus{row-gap:9rem}.focus\:gap-y-40:focus{row-gap:10rem}.focus\:gap-y-44:focus{row-gap:11rem}.focus\:gap-y-48:focus{row-gap:12rem}.focus\:gap-y-52:focus{row-gap:13rem}.focus\:gap-y-56:focus{row-gap:14rem}.focus\:gap-y-60:focus{row-gap:15rem}.focus\:gap-y-64:focus{row-gap:16rem}.focus\:gap-y-72:focus{row-gap:18rem}.focus\:gap-y-80:focus{row-gap:20rem}.focus\:gap-y-96:focus{row-gap:24rem}.focus\:gap-y-px:focus{row-gap:1px}.focus\:gap-y-0\.5:focus{row-gap:.125rem}.focus\:gap-y-1\.5:focus{row-gap:.375rem}.focus\:gap-y-2\.5:focus{row-gap:.625rem}.focus\:gap-y-3\.5:focus{row-gap:.875rem}.focus\:border-inherit:focus{border-color:inherit}.focus\:border-current:focus{border-color:currentColor}.focus\:border-transparent:focus{border-color:transparent}.focus\:border-black:focus{--tw-border-opacity: 1;border-color:rgb(0 0 0 / var(--tw-border-opacity))}.focus\:border-white:focus{--tw-border-opacity: 1;border-color:rgb(255 255 255 / var(--tw-border-opacity))}.focus\:border-slate-50:focus{--tw-border-opacity: 1;border-color:rgb(248 250 252 / var(--tw-border-opacity))}.focus\:border-slate-100:focus{--tw-border-opacity: 1;border-color:rgb(241 245 249 / var(--tw-border-opacity))}.focus\:border-slate-200:focus{--tw-border-opacity: 1;border-color:rgb(226 232 240 / var(--tw-border-opacity))}.focus\:border-slate-300:focus{--tw-border-opacity: 1;border-color:rgb(203 213 225 / var(--tw-border-opacity))}.focus\:border-slate-400:focus{--tw-border-opacity: 1;border-color:rgb(148 163 184 / var(--tw-border-opacity))}.focus\:border-slate-500:focus{--tw-border-opacity: 1;border-color:rgb(100 116 139 / var(--tw-border-opacity))}.focus\:border-slate-600:focus{--tw-border-opacity: 1;border-color:rgb(71 85 105 / var(--tw-border-opacity))}.focus\:border-slate-700:focus{--tw-border-opacity: 1;border-color:rgb(51 65 85 / var(--tw-border-opacity))}.focus\:border-slate-800:focus{--tw-border-opacity: 1;border-color:rgb(30 41 59 / var(--tw-border-opacity))}.focus\:border-slate-900:focus{--tw-border-opacity: 1;border-color:rgb(15 23 42 / var(--tw-border-opacity))}.focus\:border-gray-50:focus{--tw-border-opacity: 1;border-color:rgb(249 250 251 / var(--tw-border-opacity))}.focus\:border-gray-100:focus{--tw-border-opacity: 1;border-color:rgb(243 244 246 / var(--tw-border-opacity))}.focus\:border-gray-200:focus{--tw-border-opacity: 1;border-color:rgb(229 231 235 / var(--tw-border-opacity))}.focus\:border-gray-300:focus{--tw-border-opacity: 1;border-color:rgb(209 213 219 / var(--tw-border-opacity))}.focus\:border-gray-400:focus{--tw-border-opacity: 1;border-color:rgb(156 163 175 / var(--tw-border-opacity))}.focus\:border-gray-500:focus{--tw-border-opacity: 1;border-color:rgb(107 114 128 / var(--tw-border-opacity))}.focus\:border-gray-600:focus{--tw-border-opacity: 1;border-color:rgb(75 85 99 / var(--tw-border-opacity))}.focus\:border-gray-700:focus{--tw-border-opacity: 1;border-color:rgb(55 65 81 / var(--tw-border-opacity))}.focus\:border-gray-800:focus{--tw-border-opacity: 1;border-color:rgb(31 41 55 / var(--tw-border-opacity))}.focus\:border-gray-900:focus{--tw-border-opacity: 1;border-color:rgb(17 24 39 / var(--tw-border-opacity))}.focus\:border-zinc-50:focus{--tw-border-opacity: 1;border-color:rgb(250 250 250 / var(--tw-border-opacity))}.focus\:border-zinc-100:focus{--tw-border-opacity: 1;border-color:rgb(244 244 245 / var(--tw-border-opacity))}.focus\:border-zinc-200:focus{--tw-border-opacity: 1;border-color:rgb(228 228 231 / var(--tw-border-opacity))}.focus\:border-zinc-300:focus{--tw-border-opacity: 1;border-color:rgb(212 212 216 / var(--tw-border-opacity))}.focus\:border-zinc-400:focus{--tw-border-opacity: 1;border-color:rgb(161 161 170 / var(--tw-border-opacity))}.focus\:border-zinc-500:focus{--tw-border-opacity: 1;border-color:rgb(113 113 122 / var(--tw-border-opacity))}.focus\:border-zinc-600:focus{--tw-border-opacity: 1;border-color:rgb(82 82 91 / var(--tw-border-opacity))}.focus\:border-zinc-700:focus{--tw-border-opacity: 1;border-color:rgb(63 63 70 / var(--tw-border-opacity))}.focus\:border-zinc-800:focus{--tw-border-opacity: 1;border-color:rgb(39 39 42 / var(--tw-border-opacity))}.focus\:border-zinc-900:focus{--tw-border-opacity: 1;border-color:rgb(24 24 27 / var(--tw-border-opacity))}.focus\:border-neutral-50:focus{--tw-border-opacity: 1;border-color:rgb(250 250 250 / var(--tw-border-opacity))}.focus\:border-neutral-100:focus{--tw-border-opacity: 1;border-color:rgb(245 245 245 / var(--tw-border-opacity))}.focus\:border-neutral-200:focus{--tw-border-opacity: 1;border-color:rgb(229 229 229 / var(--tw-border-opacity))}.focus\:border-neutral-300:focus{--tw-border-opacity: 1;border-color:rgb(212 212 212 / var(--tw-border-opacity))}.focus\:border-neutral-400:focus{--tw-border-opacity: 1;border-color:rgb(163 163 163 / var(--tw-border-opacity))}.focus\:border-neutral-500:focus{--tw-border-opacity: 1;border-color:rgb(115 115 115 / var(--tw-border-opacity))}.focus\:border-neutral-600:focus{--tw-border-opacity: 1;border-color:rgb(82 82 82 / var(--tw-border-opacity))}.focus\:border-neutral-700:focus{--tw-border-opacity: 1;border-color:rgb(64 64 64 / var(--tw-border-opacity))}.focus\:border-neutral-800:focus{--tw-border-opacity: 1;border-color:rgb(38 38 38 / var(--tw-border-opacity))}.focus\:border-neutral-900:focus{--tw-border-opacity: 1;border-color:rgb(23 23 23 / var(--tw-border-opacity))}.focus\:border-stone-50:focus{--tw-border-opacity: 1;border-color:rgb(250 250 249 / var(--tw-border-opacity))}.focus\:border-stone-100:focus{--tw-border-opacity: 1;border-color:rgb(245 245 244 / var(--tw-border-opacity))}.focus\:border-stone-200:focus{--tw-border-opacity: 1;border-color:rgb(231 229 228 / var(--tw-border-opacity))}.focus\:border-stone-300:focus{--tw-border-opacity: 1;border-color:rgb(214 211 209 / var(--tw-border-opacity))}.focus\:border-stone-400:focus{--tw-border-opacity: 1;border-color:rgb(168 162 158 / var(--tw-border-opacity))}.focus\:border-stone-500:focus{--tw-border-opacity: 1;border-color:rgb(120 113 108 / var(--tw-border-opacity))}.focus\:border-stone-600:focus{--tw-border-opacity: 1;border-color:rgb(87 83 78 / var(--tw-border-opacity))}.focus\:border-stone-700:focus{--tw-border-opacity: 1;border-color:rgb(68 64 60 / var(--tw-border-opacity))}.focus\:border-stone-800:focus{--tw-border-opacity: 1;border-color:rgb(41 37 36 / var(--tw-border-opacity))}.focus\:border-stone-900:focus{--tw-border-opacity: 1;border-color:rgb(28 25 23 / var(--tw-border-opacity))}.focus\:border-red-50:focus{--tw-border-opacity: 1;border-color:rgb(254 242 242 / var(--tw-border-opacity))}.focus\:border-red-100:focus{--tw-border-opacity: 1;border-color:rgb(254 226 226 / var(--tw-border-opacity))}.focus\:border-red-200:focus{--tw-border-opacity: 1;border-color:rgb(254 202 202 / var(--tw-border-opacity))}.focus\:border-red-300:focus{--tw-border-opacity: 1;border-color:rgb(252 165 165 / var(--tw-border-opacity))}.focus\:border-red-400:focus{--tw-border-opacity: 1;border-color:rgb(248 113 113 / var(--tw-border-opacity))}.focus\:border-red-500:focus{--tw-border-opacity: 1;border-color:rgb(239 68 68 / var(--tw-border-opacity))}.focus\:border-red-600:focus{--tw-border-opacity: 1;border-color:rgb(220 38 38 / var(--tw-border-opacity))}.focus\:border-red-700:focus{--tw-border-opacity: 1;border-color:rgb(185 28 28 / var(--tw-border-opacity))}.focus\:border-red-800:focus{--tw-border-opacity: 1;border-color:rgb(153 27 27 / var(--tw-border-opacity))}.focus\:border-red-900:focus{--tw-border-opacity: 1;border-color:rgb(127 29 29 / var(--tw-border-opacity))}.focus\:border-orange-50:focus{--tw-border-opacity: 1;border-color:rgb(255 247 237 / var(--tw-border-opacity))}.focus\:border-orange-100:focus{--tw-border-opacity: 1;border-color:rgb(255 237 213 / var(--tw-border-opacity))}.focus\:border-orange-200:focus{--tw-border-opacity: 1;border-color:rgb(254 215 170 / var(--tw-border-opacity))}.focus\:border-orange-300:focus{--tw-border-opacity: 1;border-color:rgb(253 186 116 / var(--tw-border-opacity))}.focus\:border-orange-400:focus{--tw-border-opacity: 1;border-color:rgb(251 146 60 / var(--tw-border-opacity))}.focus\:border-orange-500:focus{--tw-border-opacity: 1;border-color:rgb(249 115 22 / var(--tw-border-opacity))}.focus\:border-orange-600:focus{--tw-border-opacity: 1;border-color:rgb(234 88 12 / var(--tw-border-opacity))}.focus\:border-orange-700:focus{--tw-border-opacity: 1;border-color:rgb(194 65 12 / var(--tw-border-opacity))}.focus\:border-orange-800:focus{--tw-border-opacity: 1;border-color:rgb(154 52 18 / var(--tw-border-opacity))}.focus\:border-orange-900:focus{--tw-border-opacity: 1;border-color:rgb(124 45 18 / var(--tw-border-opacity))}.focus\:border-amber-50:focus{--tw-border-opacity: 1;border-color:rgb(255 251 235 / var(--tw-border-opacity))}.focus\:border-amber-100:focus{--tw-border-opacity: 1;border-color:rgb(254 243 199 / var(--tw-border-opacity))}.focus\:border-amber-200:focus{--tw-border-opacity: 1;border-color:rgb(253 230 138 / var(--tw-border-opacity))}.focus\:border-amber-300:focus{--tw-border-opacity: 1;border-color:rgb(252 211 77 / var(--tw-border-opacity))}.focus\:border-amber-400:focus{--tw-border-opacity: 1;border-color:rgb(251 191 36 / var(--tw-border-opacity))}.focus\:border-amber-500:focus{--tw-border-opacity: 1;border-color:rgb(245 158 11 / var(--tw-border-opacity))}.focus\:border-amber-600:focus{--tw-border-opacity: 1;border-color:rgb(217 119 6 / var(--tw-border-opacity))}.focus\:border-amber-700:focus{--tw-border-opacity: 1;border-color:rgb(180 83 9 / var(--tw-border-opacity))}.focus\:border-amber-800:focus{--tw-border-opacity: 1;border-color:rgb(146 64 14 / var(--tw-border-opacity))}.focus\:border-amber-900:focus{--tw-border-opacity: 1;border-color:rgb(120 53 15 / var(--tw-border-opacity))}.focus\:border-yellow-50:focus{--tw-border-opacity: 1;border-color:rgb(254 252 232 / var(--tw-border-opacity))}.focus\:border-yellow-100:focus{--tw-border-opacity: 1;border-color:rgb(254 249 195 / var(--tw-border-opacity))}.focus\:border-yellow-200:focus{--tw-border-opacity: 1;border-color:rgb(254 240 138 / var(--tw-border-opacity))}.focus\:border-yellow-300:focus{--tw-border-opacity: 1;border-color:rgb(253 224 71 / var(--tw-border-opacity))}.focus\:border-yellow-400:focus{--tw-border-opacity: 1;border-color:rgb(250 204 21 / var(--tw-border-opacity))}.focus\:border-yellow-500:focus{--tw-border-opacity: 1;border-color:rgb(234 179 8 / var(--tw-border-opacity))}.focus\:border-yellow-600:focus{--tw-border-opacity: 1;border-color:rgb(202 138 4 / var(--tw-border-opacity))}.focus\:border-yellow-700:focus{--tw-border-opacity: 1;border-color:rgb(161 98 7 / var(--tw-border-opacity))}.focus\:border-yellow-800:focus{--tw-border-opacity: 1;border-color:rgb(133 77 14 / var(--tw-border-opacity))}.focus\:border-yellow-900:focus{--tw-border-opacity: 1;border-color:rgb(113 63 18 / var(--tw-border-opacity))}.focus\:border-lime-50:focus{--tw-border-opacity: 1;border-color:rgb(247 254 231 / var(--tw-border-opacity))}.focus\:border-lime-100:focus{--tw-border-opacity: 1;border-color:rgb(236 252 203 / var(--tw-border-opacity))}.focus\:border-lime-200:focus{--tw-border-opacity: 1;border-color:rgb(217 249 157 / var(--tw-border-opacity))}.focus\:border-lime-300:focus{--tw-border-opacity: 1;border-color:rgb(190 242 100 / var(--tw-border-opacity))}.focus\:border-lime-400:focus{--tw-border-opacity: 1;border-color:rgb(163 230 53 / var(--tw-border-opacity))}.focus\:border-lime-500:focus{--tw-border-opacity: 1;border-color:rgb(132 204 22 / var(--tw-border-opacity))}.focus\:border-lime-600:focus{--tw-border-opacity: 1;border-color:rgb(101 163 13 / var(--tw-border-opacity))}.focus\:border-lime-700:focus{--tw-border-opacity: 1;border-color:rgb(77 124 15 / var(--tw-border-opacity))}.focus\:border-lime-800:focus{--tw-border-opacity: 1;border-color:rgb(63 98 18 / var(--tw-border-opacity))}.focus\:border-lime-900:focus{--tw-border-opacity: 1;border-color:rgb(54 83 20 / var(--tw-border-opacity))}.focus\:border-green-50:focus{--tw-border-opacity: 1;border-color:rgb(240 253 244 / var(--tw-border-opacity))}.focus\:border-green-100:focus{--tw-border-opacity: 1;border-color:rgb(220 252 231 / var(--tw-border-opacity))}.focus\:border-green-200:focus{--tw-border-opacity: 1;border-color:rgb(187 247 208 / var(--tw-border-opacity))}.focus\:border-green-300:focus{--tw-border-opacity: 1;border-color:rgb(134 239 172 / var(--tw-border-opacity))}.focus\:border-green-400:focus{--tw-border-opacity: 1;border-color:rgb(74 222 128 / var(--tw-border-opacity))}.focus\:border-green-500:focus{--tw-border-opacity: 1;border-color:rgb(34 197 94 / var(--tw-border-opacity))}.focus\:border-green-600:focus{--tw-border-opacity: 1;border-color:rgb(22 163 74 / var(--tw-border-opacity))}.focus\:border-green-700:focus{--tw-border-opacity: 1;border-color:rgb(21 128 61 / var(--tw-border-opacity))}.focus\:border-green-800:focus{--tw-border-opacity: 1;border-color:rgb(22 101 52 / var(--tw-border-opacity))}.focus\:border-green-900:focus{--tw-border-opacity: 1;border-color:rgb(20 83 45 / var(--tw-border-opacity))}.focus\:border-emerald-50:focus{--tw-border-opacity: 1;border-color:rgb(236 253 245 / var(--tw-border-opacity))}.focus\:border-emerald-100:focus{--tw-border-opacity: 1;border-color:rgb(209 250 229 / var(--tw-border-opacity))}.focus\:border-emerald-200:focus{--tw-border-opacity: 1;border-color:rgb(167 243 208 / var(--tw-border-opacity))}.focus\:border-emerald-300:focus{--tw-border-opacity: 1;border-color:rgb(110 231 183 / var(--tw-border-opacity))}.focus\:border-emerald-400:focus{--tw-border-opacity: 1;border-color:rgb(52 211 153 / var(--tw-border-opacity))}.focus\:border-emerald-500:focus{--tw-border-opacity: 1;border-color:rgb(16 185 129 / var(--tw-border-opacity))}.focus\:border-emerald-600:focus{--tw-border-opacity: 1;border-color:rgb(5 150 105 / var(--tw-border-opacity))}.focus\:border-emerald-700:focus{--tw-border-opacity: 1;border-color:rgb(4 120 87 / var(--tw-border-opacity))}.focus\:border-emerald-800:focus{--tw-border-opacity: 1;border-color:rgb(6 95 70 / var(--tw-border-opacity))}.focus\:border-emerald-900:focus{--tw-border-opacity: 1;border-color:rgb(6 78 59 / var(--tw-border-opacity))}.focus\:border-teal-50:focus{--tw-border-opacity: 1;border-color:rgb(240 253 250 / var(--tw-border-opacity))}.focus\:border-teal-100:focus{--tw-border-opacity: 1;border-color:rgb(204 251 241 / var(--tw-border-opacity))}.focus\:border-teal-200:focus{--tw-border-opacity: 1;border-color:rgb(153 246 228 / var(--tw-border-opacity))}.focus\:border-teal-300:focus{--tw-border-opacity: 1;border-color:rgb(94 234 212 / var(--tw-border-opacity))}.focus\:border-teal-400:focus{--tw-border-opacity: 1;border-color:rgb(45 212 191 / var(--tw-border-opacity))}.focus\:border-teal-500:focus{--tw-border-opacity: 1;border-color:rgb(20 184 166 / var(--tw-border-opacity))}.focus\:border-teal-600:focus{--tw-border-opacity: 1;border-color:rgb(13 148 136 / var(--tw-border-opacity))}.focus\:border-teal-700:focus{--tw-border-opacity: 1;border-color:rgb(15 118 110 / var(--tw-border-opacity))}.focus\:border-teal-800:focus{--tw-border-opacity: 1;border-color:rgb(17 94 89 / var(--tw-border-opacity))}.focus\:border-teal-900:focus{--tw-border-opacity: 1;border-color:rgb(19 78 74 / var(--tw-border-opacity))}.focus\:border-cyan-50:focus{--tw-border-opacity: 1;border-color:rgb(236 254 255 / var(--tw-border-opacity))}.focus\:border-cyan-100:focus{--tw-border-opacity: 1;border-color:rgb(207 250 254 / var(--tw-border-opacity))}.focus\:border-cyan-200:focus{--tw-border-opacity: 1;border-color:rgb(165 243 252 / var(--tw-border-opacity))}.focus\:border-cyan-300:focus{--tw-border-opacity: 1;border-color:rgb(103 232 249 / var(--tw-border-opacity))}.focus\:border-cyan-400:focus{--tw-border-opacity: 1;border-color:rgb(34 211 238 / var(--tw-border-opacity))}.focus\:border-cyan-500:focus{--tw-border-opacity: 1;border-color:rgb(6 182 212 / var(--tw-border-opacity))}.focus\:border-cyan-600:focus{--tw-border-opacity: 1;border-color:rgb(8 145 178 / var(--tw-border-opacity))}.focus\:border-cyan-700:focus{--tw-border-opacity: 1;border-color:rgb(14 116 144 / var(--tw-border-opacity))}.focus\:border-cyan-800:focus{--tw-border-opacity: 1;border-color:rgb(21 94 117 / var(--tw-border-opacity))}.focus\:border-cyan-900:focus{--tw-border-opacity: 1;border-color:rgb(22 78 99 / var(--tw-border-opacity))}.focus\:border-sky-50:focus{--tw-border-opacity: 1;border-color:rgb(240 249 255 / var(--tw-border-opacity))}.focus\:border-sky-100:focus{--tw-border-opacity: 1;border-color:rgb(224 242 254 / var(--tw-border-opacity))}.focus\:border-sky-200:focus{--tw-border-opacity: 1;border-color:rgb(186 230 253 / var(--tw-border-opacity))}.focus\:border-sky-300:focus{--tw-border-opacity: 1;border-color:rgb(125 211 252 / var(--tw-border-opacity))}.focus\:border-sky-400:focus{--tw-border-opacity: 1;border-color:rgb(56 189 248 / var(--tw-border-opacity))}.focus\:border-sky-500:focus{--tw-border-opacity: 1;border-color:rgb(14 165 233 / var(--tw-border-opacity))}.focus\:border-sky-600:focus{--tw-border-opacity: 1;border-color:rgb(2 132 199 / var(--tw-border-opacity))}.focus\:border-sky-700:focus{--tw-border-opacity: 1;border-color:rgb(3 105 161 / var(--tw-border-opacity))}.focus\:border-sky-800:focus{--tw-border-opacity: 1;border-color:rgb(7 89 133 / var(--tw-border-opacity))}.focus\:border-sky-900:focus{--tw-border-opacity: 1;border-color:rgb(12 74 110 / var(--tw-border-opacity))}.focus\:border-blue-50:focus{--tw-border-opacity: 1;border-color:rgb(239 246 255 / var(--tw-border-opacity))}.focus\:border-blue-100:focus{--tw-border-opacity: 1;border-color:rgb(219 234 254 / var(--tw-border-opacity))}.focus\:border-blue-200:focus{--tw-border-opacity: 1;border-color:rgb(191 219 254 / var(--tw-border-opacity))}.focus\:border-blue-300:focus{--tw-border-opacity: 1;border-color:rgb(147 197 253 / var(--tw-border-opacity))}.focus\:border-blue-400:focus{--tw-border-opacity: 1;border-color:rgb(96 165 250 / var(--tw-border-opacity))}.focus\:border-blue-500:focus{--tw-border-opacity: 1;border-color:rgb(59 130 246 / var(--tw-border-opacity))}.focus\:border-blue-600:focus{--tw-border-opacity: 1;border-color:rgb(37 99 235 / var(--tw-border-opacity))}.focus\:border-blue-700:focus{--tw-border-opacity: 1;border-color:rgb(29 78 216 / var(--tw-border-opacity))}.focus\:border-blue-800:focus{--tw-border-opacity: 1;border-color:rgb(30 64 175 / var(--tw-border-opacity))}.focus\:border-blue-900:focus{--tw-border-opacity: 1;border-color:rgb(30 58 138 / var(--tw-border-opacity))}.focus\:border-indigo-50:focus{--tw-border-opacity: 1;border-color:rgb(238 242 255 / var(--tw-border-opacity))}.focus\:border-indigo-100:focus{--tw-border-opacity: 1;border-color:rgb(224 231 255 / var(--tw-border-opacity))}.focus\:border-indigo-200:focus{--tw-border-opacity: 1;border-color:rgb(199 210 254 / var(--tw-border-opacity))}.focus\:border-indigo-300:focus{--tw-border-opacity: 1;border-color:rgb(165 180 252 / var(--tw-border-opacity))}.focus\:border-indigo-400:focus{--tw-border-opacity: 1;border-color:rgb(129 140 248 / var(--tw-border-opacity))}.focus\:border-indigo-500:focus{--tw-border-opacity: 1;border-color:rgb(99 102 241 / var(--tw-border-opacity))}.focus\:border-indigo-600:focus{--tw-border-opacity: 1;border-color:rgb(79 70 229 / var(--tw-border-opacity))}.focus\:border-indigo-700:focus{--tw-border-opacity: 1;border-color:rgb(67 56 202 / var(--tw-border-opacity))}.focus\:border-indigo-800:focus{--tw-border-opacity: 1;border-color:rgb(55 48 163 / var(--tw-border-opacity))}.focus\:border-indigo-900:focus{--tw-border-opacity: 1;border-color:rgb(49 46 129 / var(--tw-border-opacity))}.focus\:border-violet-50:focus{--tw-border-opacity: 1;border-color:rgb(245 243 255 / var(--tw-border-opacity))}.focus\:border-violet-100:focus{--tw-border-opacity: 1;border-color:rgb(237 233 254 / var(--tw-border-opacity))}.focus\:border-violet-200:focus{--tw-border-opacity: 1;border-color:rgb(221 214 254 / var(--tw-border-opacity))}.focus\:border-violet-300:focus{--tw-border-opacity: 1;border-color:rgb(196 181 253 / var(--tw-border-opacity))}.focus\:border-violet-400:focus{--tw-border-opacity: 1;border-color:rgb(167 139 250 / var(--tw-border-opacity))}.focus\:border-violet-500:focus{--tw-border-opacity: 1;border-color:rgb(139 92 246 / var(--tw-border-opacity))}.focus\:border-violet-600:focus{--tw-border-opacity: 1;border-color:rgb(124 58 237 / var(--tw-border-opacity))}.focus\:border-violet-700:focus{--tw-border-opacity: 1;border-color:rgb(109 40 217 / var(--tw-border-opacity))}.focus\:border-violet-800:focus{--tw-border-opacity: 1;border-color:rgb(91 33 182 / var(--tw-border-opacity))}.focus\:border-violet-900:focus{--tw-border-opacity: 1;border-color:rgb(76 29 149 / var(--tw-border-opacity))}.focus\:border-purple-50:focus{--tw-border-opacity: 1;border-color:rgb(250 245 255 / var(--tw-border-opacity))}.focus\:border-purple-100:focus{--tw-border-opacity: 1;border-color:rgb(243 232 255 / var(--tw-border-opacity))}.focus\:border-purple-200:focus{--tw-border-opacity: 1;border-color:rgb(233 213 255 / var(--tw-border-opacity))}.focus\:border-purple-300:focus{--tw-border-opacity: 1;border-color:rgb(216 180 254 / var(--tw-border-opacity))}.focus\:border-purple-400:focus{--tw-border-opacity: 1;border-color:rgb(192 132 252 / var(--tw-border-opacity))}.focus\:border-purple-500:focus{--tw-border-opacity: 1;border-color:rgb(168 85 247 / var(--tw-border-opacity))}.focus\:border-purple-600:focus{--tw-border-opacity: 1;border-color:rgb(147 51 234 / var(--tw-border-opacity))}.focus\:border-purple-700:focus{--tw-border-opacity: 1;border-color:rgb(126 34 206 / var(--tw-border-opacity))}.focus\:border-purple-800:focus{--tw-border-opacity: 1;border-color:rgb(107 33 168 / var(--tw-border-opacity))}.focus\:border-purple-900:focus{--tw-border-opacity: 1;border-color:rgb(88 28 135 / var(--tw-border-opacity))}.focus\:border-fuchsia-50:focus{--tw-border-opacity: 1;border-color:rgb(253 244 255 / var(--tw-border-opacity))}.focus\:border-fuchsia-100:focus{--tw-border-opacity: 1;border-color:rgb(250 232 255 / var(--tw-border-opacity))}.focus\:border-fuchsia-200:focus{--tw-border-opacity: 1;border-color:rgb(245 208 254 / var(--tw-border-opacity))}.focus\:border-fuchsia-300:focus{--tw-border-opacity: 1;border-color:rgb(240 171 252 / var(--tw-border-opacity))}.focus\:border-fuchsia-400:focus{--tw-border-opacity: 1;border-color:rgb(232 121 249 / var(--tw-border-opacity))}.focus\:border-fuchsia-500:focus{--tw-border-opacity: 1;border-color:rgb(217 70 239 / var(--tw-border-opacity))}.focus\:border-fuchsia-600:focus{--tw-border-opacity: 1;border-color:rgb(192 38 211 / var(--tw-border-opacity))}.focus\:border-fuchsia-700:focus{--tw-border-opacity: 1;border-color:rgb(162 28 175 / var(--tw-border-opacity))}.focus\:border-fuchsia-800:focus{--tw-border-opacity: 1;border-color:rgb(134 25 143 / var(--tw-border-opacity))}.focus\:border-fuchsia-900:focus{--tw-border-opacity: 1;border-color:rgb(112 26 117 / var(--tw-border-opacity))}.focus\:border-pink-50:focus{--tw-border-opacity: 1;border-color:rgb(253 242 248 / var(--tw-border-opacity))}.focus\:border-pink-100:focus{--tw-border-opacity: 1;border-color:rgb(252 231 243 / var(--tw-border-opacity))}.focus\:border-pink-200:focus{--tw-border-opacity: 1;border-color:rgb(251 207 232 / var(--tw-border-opacity))}.focus\:border-pink-300:focus{--tw-border-opacity: 1;border-color:rgb(249 168 212 / var(--tw-border-opacity))}.focus\:border-pink-400:focus{--tw-border-opacity: 1;border-color:rgb(244 114 182 / var(--tw-border-opacity))}.focus\:border-pink-500:focus{--tw-border-opacity: 1;border-color:rgb(236 72 153 / var(--tw-border-opacity))}.focus\:border-pink-600:focus{--tw-border-opacity: 1;border-color:rgb(219 39 119 / var(--tw-border-opacity))}.focus\:border-pink-700:focus{--tw-border-opacity: 1;border-color:rgb(190 24 93 / var(--tw-border-opacity))}.focus\:border-pink-800:focus{--tw-border-opacity: 1;border-color:rgb(157 23 77 / var(--tw-border-opacity))}.focus\:border-pink-900:focus{--tw-border-opacity: 1;border-color:rgb(131 24 67 / var(--tw-border-opacity))}.focus\:border-rose-50:focus{--tw-border-opacity: 1;border-color:rgb(255 241 242 / var(--tw-border-opacity))}.focus\:border-rose-100:focus{--tw-border-opacity: 1;border-color:rgb(255 228 230 / var(--tw-border-opacity))}.focus\:border-rose-200:focus{--tw-border-opacity: 1;border-color:rgb(254 205 211 / var(--tw-border-opacity))}.focus\:border-rose-300:focus{--tw-border-opacity: 1;border-color:rgb(253 164 175 / var(--tw-border-opacity))}.focus\:border-rose-400:focus{--tw-border-opacity: 1;border-color:rgb(251 113 133 / var(--tw-border-opacity))}.focus\:border-rose-500:focus{--tw-border-opacity: 1;border-color:rgb(244 63 94 / var(--tw-border-opacity))}.focus\:border-rose-600:focus{--tw-border-opacity: 1;border-color:rgb(225 29 72 / var(--tw-border-opacity))}.focus\:border-rose-700:focus{--tw-border-opacity: 1;border-color:rgb(190 18 60 / var(--tw-border-opacity))}.focus\:border-rose-800:focus{--tw-border-opacity: 1;border-color:rgb(159 18 57 / var(--tw-border-opacity))}.focus\:border-rose-900:focus{--tw-border-opacity: 1;border-color:rgb(136 19 55 / var(--tw-border-opacity))}.focus\:bg-inherit:focus{background-color:inherit}.focus\:bg-current:focus{background-color:currentColor}.focus\:bg-transparent:focus{background-color:transparent}.focus\:bg-black:focus{--tw-bg-opacity: 1;background-color:rgb(0 0 0 / var(--tw-bg-opacity))}.focus\:bg-white:focus{--tw-bg-opacity: 1;background-color:rgb(255 255 255 / var(--tw-bg-opacity))}.focus\:bg-slate-50:focus{--tw-bg-opacity: 1;background-color:rgb(248 250 252 / var(--tw-bg-opacity))}.focus\:bg-slate-100:focus{--tw-bg-opacity: 1;background-color:rgb(241 245 249 / var(--tw-bg-opacity))}.focus\:bg-slate-200:focus{--tw-bg-opacity: 1;background-color:rgb(226 232 240 / var(--tw-bg-opacity))}.focus\:bg-slate-300:focus{--tw-bg-opacity: 1;background-color:rgb(203 213 225 / var(--tw-bg-opacity))}.focus\:bg-slate-400:focus{--tw-bg-opacity: 1;background-color:rgb(148 163 184 / var(--tw-bg-opacity))}.focus\:bg-slate-500:focus{--tw-bg-opacity: 1;background-color:rgb(100 116 139 / var(--tw-bg-opacity))}.focus\:bg-slate-600:focus{--tw-bg-opacity: 1;background-color:rgb(71 85 105 / var(--tw-bg-opacity))}.focus\:bg-slate-700:focus{--tw-bg-opacity: 1;background-color:rgb(51 65 85 / var(--tw-bg-opacity))}.focus\:bg-slate-800:focus{--tw-bg-opacity: 1;background-color:rgb(30 41 59 / var(--tw-bg-opacity))}.focus\:bg-slate-900:focus{--tw-bg-opacity: 1;background-color:rgb(15 23 42 / var(--tw-bg-opacity))}.focus\:bg-gray-50:focus{--tw-bg-opacity: 1;background-color:rgb(249 250 251 / var(--tw-bg-opacity))}.focus\:bg-gray-100:focus{--tw-bg-opacity: 1;background-color:rgb(243 244 246 / var(--tw-bg-opacity))}.focus\:bg-gray-200:focus{--tw-bg-opacity: 1;background-color:rgb(229 231 235 / var(--tw-bg-opacity))}.focus\:bg-gray-300:focus{--tw-bg-opacity: 1;background-color:rgb(209 213 219 / var(--tw-bg-opacity))}.focus\:bg-gray-400:focus{--tw-bg-opacity: 1;background-color:rgb(156 163 175 / var(--tw-bg-opacity))}.focus\:bg-gray-500:focus{--tw-bg-opacity: 1;background-color:rgb(107 114 128 / var(--tw-bg-opacity))}.focus\:bg-gray-600:focus{--tw-bg-opacity: 1;background-color:rgb(75 85 99 / var(--tw-bg-opacity))}.focus\:bg-gray-700:focus{--tw-bg-opacity: 1;background-color:rgb(55 65 81 / var(--tw-bg-opacity))}.focus\:bg-gray-800:focus{--tw-bg-opacity: 1;background-color:rgb(31 41 55 / var(--tw-bg-opacity))}.focus\:bg-gray-900:focus{--tw-bg-opacity: 1;background-color:rgb(17 24 39 / var(--tw-bg-opacity))}.focus\:bg-zinc-50:focus{--tw-bg-opacity: 1;background-color:rgb(250 250 250 / var(--tw-bg-opacity))}.focus\:bg-zinc-100:focus{--tw-bg-opacity: 1;background-color:rgb(244 244 245 / var(--tw-bg-opacity))}.focus\:bg-zinc-200:focus{--tw-bg-opacity: 1;background-color:rgb(228 228 231 / var(--tw-bg-opacity))}.focus\:bg-zinc-300:focus{--tw-bg-opacity: 1;background-color:rgb(212 212 216 / var(--tw-bg-opacity))}.focus\:bg-zinc-400:focus{--tw-bg-opacity: 1;background-color:rgb(161 161 170 / var(--tw-bg-opacity))}.focus\:bg-zinc-500:focus{--tw-bg-opacity: 1;background-color:rgb(113 113 122 / var(--tw-bg-opacity))}.focus\:bg-zinc-600:focus{--tw-bg-opacity: 1;background-color:rgb(82 82 91 / var(--tw-bg-opacity))}.focus\:bg-zinc-700:focus{--tw-bg-opacity: 1;background-color:rgb(63 63 70 / var(--tw-bg-opacity))}.focus\:bg-zinc-800:focus{--tw-bg-opacity: 1;background-color:rgb(39 39 42 / var(--tw-bg-opacity))}.focus\:bg-zinc-900:focus{--tw-bg-opacity: 1;background-color:rgb(24 24 27 / var(--tw-bg-opacity))}.focus\:bg-neutral-50:focus{--tw-bg-opacity: 1;background-color:rgb(250 250 250 / var(--tw-bg-opacity))}.focus\:bg-neutral-100:focus{--tw-bg-opacity: 1;background-color:rgb(245 245 245 / var(--tw-bg-opacity))}.focus\:bg-neutral-200:focus{--tw-bg-opacity: 1;background-color:rgb(229 229 229 / var(--tw-bg-opacity))}.focus\:bg-neutral-300:focus{--tw-bg-opacity: 1;background-color:rgb(212 212 212 / var(--tw-bg-opacity))}.focus\:bg-neutral-400:focus{--tw-bg-opacity: 1;background-color:rgb(163 163 163 / var(--tw-bg-opacity))}.focus\:bg-neutral-500:focus{--tw-bg-opacity: 1;background-color:rgb(115 115 115 / var(--tw-bg-opacity))}.focus\:bg-neutral-600:focus{--tw-bg-opacity: 1;background-color:rgb(82 82 82 / var(--tw-bg-opacity))}.focus\:bg-neutral-700:focus{--tw-bg-opacity: 1;background-color:rgb(64 64 64 / var(--tw-bg-opacity))}.focus\:bg-neutral-800:focus{--tw-bg-opacity: 1;background-color:rgb(38 38 38 / var(--tw-bg-opacity))}.focus\:bg-neutral-900:focus{--tw-bg-opacity: 1;background-color:rgb(23 23 23 / var(--tw-bg-opacity))}.focus\:bg-stone-50:focus{--tw-bg-opacity: 1;background-color:rgb(250 250 249 / var(--tw-bg-opacity))}.focus\:bg-stone-100:focus{--tw-bg-opacity: 1;background-color:rgb(245 245 244 / var(--tw-bg-opacity))}.focus\:bg-stone-200:focus{--tw-bg-opacity: 1;background-color:rgb(231 229 228 / var(--tw-bg-opacity))}.focus\:bg-stone-300:focus{--tw-bg-opacity: 1;background-color:rgb(214 211 209 / var(--tw-bg-opacity))}.focus\:bg-stone-400:focus{--tw-bg-opacity: 1;background-color:rgb(168 162 158 / var(--tw-bg-opacity))}.focus\:bg-stone-500:focus{--tw-bg-opacity: 1;background-color:rgb(120 113 108 / var(--tw-bg-opacity))}.focus\:bg-stone-600:focus{--tw-bg-opacity: 1;background-color:rgb(87 83 78 / var(--tw-bg-opacity))}.focus\:bg-stone-700:focus{--tw-bg-opacity: 1;background-color:rgb(68 64 60 / var(--tw-bg-opacity))}.focus\:bg-stone-800:focus{--tw-bg-opacity: 1;background-color:rgb(41 37 36 / var(--tw-bg-opacity))}.focus\:bg-stone-900:focus{--tw-bg-opacity: 1;background-color:rgb(28 25 23 / var(--tw-bg-opacity))}.focus\:bg-red-50:focus{--tw-bg-opacity: 1;background-color:rgb(254 242 242 / var(--tw-bg-opacity))}.focus\:bg-red-100:focus{--tw-bg-opacity: 1;background-color:rgb(254 226 226 / var(--tw-bg-opacity))}.focus\:bg-red-200:focus{--tw-bg-opacity: 1;background-color:rgb(254 202 202 / var(--tw-bg-opacity))}.focus\:bg-red-300:focus{--tw-bg-opacity: 1;background-color:rgb(252 165 165 / var(--tw-bg-opacity))}.focus\:bg-red-400:focus{--tw-bg-opacity: 1;background-color:rgb(248 113 113 / var(--tw-bg-opacity))}.focus\:bg-red-500:focus{--tw-bg-opacity: 1;background-color:rgb(239 68 68 / var(--tw-bg-opacity))}.focus\:bg-red-600:focus{--tw-bg-opacity: 1;background-color:rgb(220 38 38 / var(--tw-bg-opacity))}.focus\:bg-red-700:focus{--tw-bg-opacity: 1;background-color:rgb(185 28 28 / var(--tw-bg-opacity))}.focus\:bg-red-800:focus{--tw-bg-opacity: 1;background-color:rgb(153 27 27 / var(--tw-bg-opacity))}.focus\:bg-red-900:focus{--tw-bg-opacity: 1;background-color:rgb(127 29 29 / var(--tw-bg-opacity))}.focus\:bg-orange-50:focus{--tw-bg-opacity: 1;background-color:rgb(255 247 237 / var(--tw-bg-opacity))}.focus\:bg-orange-100:focus{--tw-bg-opacity: 1;background-color:rgb(255 237 213 / var(--tw-bg-opacity))}.focus\:bg-orange-200:focus{--tw-bg-opacity: 1;background-color:rgb(254 215 170 / var(--tw-bg-opacity))}.focus\:bg-orange-300:focus{--tw-bg-opacity: 1;background-color:rgb(253 186 116 / var(--tw-bg-opacity))}.focus\:bg-orange-400:focus{--tw-bg-opacity: 1;background-color:rgb(251 146 60 / var(--tw-bg-opacity))}.focus\:bg-orange-500:focus{--tw-bg-opacity: 1;background-color:rgb(249 115 22 / var(--tw-bg-opacity))}.focus\:bg-orange-600:focus{--tw-bg-opacity: 1;background-color:rgb(234 88 12 / var(--tw-bg-opacity))}.focus\:bg-orange-700:focus{--tw-bg-opacity: 1;background-color:rgb(194 65 12 / var(--tw-bg-opacity))}.focus\:bg-orange-800:focus{--tw-bg-opacity: 1;background-color:rgb(154 52 18 / var(--tw-bg-opacity))}.focus\:bg-orange-900:focus{--tw-bg-opacity: 1;background-color:rgb(124 45 18 / var(--tw-bg-opacity))}.focus\:bg-amber-50:focus{--tw-bg-opacity: 1;background-color:rgb(255 251 235 / var(--tw-bg-opacity))}.focus\:bg-amber-100:focus{--tw-bg-opacity: 1;background-color:rgb(254 243 199 / var(--tw-bg-opacity))}.focus\:bg-amber-200:focus{--tw-bg-opacity: 1;background-color:rgb(253 230 138 / var(--tw-bg-opacity))}.focus\:bg-amber-300:focus{--tw-bg-opacity: 1;background-color:rgb(252 211 77 / var(--tw-bg-opacity))}.focus\:bg-amber-400:focus{--tw-bg-opacity: 1;background-color:rgb(251 191 36 / var(--tw-bg-opacity))}.focus\:bg-amber-500:focus{--tw-bg-opacity: 1;background-color:rgb(245 158 11 / var(--tw-bg-opacity))}.focus\:bg-amber-600:focus{--tw-bg-opacity: 1;background-color:rgb(217 119 6 / var(--tw-bg-opacity))}.focus\:bg-amber-700:focus{--tw-bg-opacity: 1;background-color:rgb(180 83 9 / var(--tw-bg-opacity))}.focus\:bg-amber-800:focus{--tw-bg-opacity: 1;background-color:rgb(146 64 14 / var(--tw-bg-opacity))}.focus\:bg-amber-900:focus{--tw-bg-opacity: 1;background-color:rgb(120 53 15 / var(--tw-bg-opacity))}.focus\:bg-yellow-50:focus{--tw-bg-opacity: 1;background-color:rgb(254 252 232 / var(--tw-bg-opacity))}.focus\:bg-yellow-100:focus{--tw-bg-opacity: 1;background-color:rgb(254 249 195 / var(--tw-bg-opacity))}.focus\:bg-yellow-200:focus{--tw-bg-opacity: 1;background-color:rgb(254 240 138 / var(--tw-bg-opacity))}.focus\:bg-yellow-300:focus{--tw-bg-opacity: 1;background-color:rgb(253 224 71 / var(--tw-bg-opacity))}.focus\:bg-yellow-400:focus{--tw-bg-opacity: 1;background-color:rgb(250 204 21 / var(--tw-bg-opacity))}.focus\:bg-yellow-500:focus{--tw-bg-opacity: 1;background-color:rgb(234 179 8 / var(--tw-bg-opacity))}.focus\:bg-yellow-600:focus{--tw-bg-opacity: 1;background-color:rgb(202 138 4 / var(--tw-bg-opacity))}.focus\:bg-yellow-700:focus{--tw-bg-opacity: 1;background-color:rgb(161 98 7 / var(--tw-bg-opacity))}.focus\:bg-yellow-800:focus{--tw-bg-opacity: 1;background-color:rgb(133 77 14 / var(--tw-bg-opacity))}.focus\:bg-yellow-900:focus{--tw-bg-opacity: 1;background-color:rgb(113 63 18 / var(--tw-bg-opacity))}.focus\:bg-lime-50:focus{--tw-bg-opacity: 1;background-color:rgb(247 254 231 / var(--tw-bg-opacity))}.focus\:bg-lime-100:focus{--tw-bg-opacity: 1;background-color:rgb(236 252 203 / var(--tw-bg-opacity))}.focus\:bg-lime-200:focus{--tw-bg-opacity: 1;background-color:rgb(217 249 157 / var(--tw-bg-opacity))}.focus\:bg-lime-300:focus{--tw-bg-opacity: 1;background-color:rgb(190 242 100 / var(--tw-bg-opacity))}.focus\:bg-lime-400:focus{--tw-bg-opacity: 1;background-color:rgb(163 230 53 / var(--tw-bg-opacity))}.focus\:bg-lime-500:focus{--tw-bg-opacity: 1;background-color:rgb(132 204 22 / var(--tw-bg-opacity))}.focus\:bg-lime-600:focus{--tw-bg-opacity: 1;background-color:rgb(101 163 13 / var(--tw-bg-opacity))}.focus\:bg-lime-700:focus{--tw-bg-opacity: 1;background-color:rgb(77 124 15 / var(--tw-bg-opacity))}.focus\:bg-lime-800:focus{--tw-bg-opacity: 1;background-color:rgb(63 98 18 / var(--tw-bg-opacity))}.focus\:bg-lime-900:focus{--tw-bg-opacity: 1;background-color:rgb(54 83 20 / var(--tw-bg-opacity))}.focus\:bg-green-50:focus{--tw-bg-opacity: 1;background-color:rgb(240 253 244 / var(--tw-bg-opacity))}.focus\:bg-green-100:focus{--tw-bg-opacity: 1;background-color:rgb(220 252 231 / var(--tw-bg-opacity))}.focus\:bg-green-200:focus{--tw-bg-opacity: 1;background-color:rgb(187 247 208 / var(--tw-bg-opacity))}.focus\:bg-green-300:focus{--tw-bg-opacity: 1;background-color:rgb(134 239 172 / var(--tw-bg-opacity))}.focus\:bg-green-400:focus{--tw-bg-opacity: 1;background-color:rgb(74 222 128 / var(--tw-bg-opacity))}.focus\:bg-green-500:focus{--tw-bg-opacity: 1;background-color:rgb(34 197 94 / var(--tw-bg-opacity))}.focus\:bg-green-600:focus{--tw-bg-opacity: 1;background-color:rgb(22 163 74 / var(--tw-bg-opacity))}.focus\:bg-green-700:focus{--tw-bg-opacity: 1;background-color:rgb(21 128 61 / var(--tw-bg-opacity))}.focus\:bg-green-800:focus{--tw-bg-opacity: 1;background-color:rgb(22 101 52 / var(--tw-bg-opacity))}.focus\:bg-green-900:focus{--tw-bg-opacity: 1;background-color:rgb(20 83 45 / var(--tw-bg-opacity))}.focus\:bg-emerald-50:focus{--tw-bg-opacity: 1;background-color:rgb(236 253 245 / var(--tw-bg-opacity))}.focus\:bg-emerald-100:focus{--tw-bg-opacity: 1;background-color:rgb(209 250 229 / var(--tw-bg-opacity))}.focus\:bg-emerald-200:focus{--tw-bg-opacity: 1;background-color:rgb(167 243 208 / var(--tw-bg-opacity))}.focus\:bg-emerald-300:focus{--tw-bg-opacity: 1;background-color:rgb(110 231 183 / var(--tw-bg-opacity))}.focus\:bg-emerald-400:focus{--tw-bg-opacity: 1;background-color:rgb(52 211 153 / var(--tw-bg-opacity))}.focus\:bg-emerald-500:focus{--tw-bg-opacity: 1;background-color:rgb(16 185 129 / var(--tw-bg-opacity))}.focus\:bg-emerald-600:focus{--tw-bg-opacity: 1;background-color:rgb(5 150 105 / var(--tw-bg-opacity))}.focus\:bg-emerald-700:focus{--tw-bg-opacity: 1;background-color:rgb(4 120 87 / var(--tw-bg-opacity))}.focus\:bg-emerald-800:focus{--tw-bg-opacity: 1;background-color:rgb(6 95 70 / var(--tw-bg-opacity))}.focus\:bg-emerald-900:focus{--tw-bg-opacity: 1;background-color:rgb(6 78 59 / var(--tw-bg-opacity))}.focus\:bg-teal-50:focus{--tw-bg-opacity: 1;background-color:rgb(240 253 250 / var(--tw-bg-opacity))}.focus\:bg-teal-100:focus{--tw-bg-opacity: 1;background-color:rgb(204 251 241 / var(--tw-bg-opacity))}.focus\:bg-teal-200:focus{--tw-bg-opacity: 1;background-color:rgb(153 246 228 / var(--tw-bg-opacity))}.focus\:bg-teal-300:focus{--tw-bg-opacity: 1;background-color:rgb(94 234 212 / var(--tw-bg-opacity))}.focus\:bg-teal-400:focus{--tw-bg-opacity: 1;background-color:rgb(45 212 191 / var(--tw-bg-opacity))}.focus\:bg-teal-500:focus{--tw-bg-opacity: 1;background-color:rgb(20 184 166 / var(--tw-bg-opacity))}.focus\:bg-teal-600:focus{--tw-bg-opacity: 1;background-color:rgb(13 148 136 / var(--tw-bg-opacity))}.focus\:bg-teal-700:focus{--tw-bg-opacity: 1;background-color:rgb(15 118 110 / var(--tw-bg-opacity))}.focus\:bg-teal-800:focus{--tw-bg-opacity: 1;background-color:rgb(17 94 89 / var(--tw-bg-opacity))}.focus\:bg-teal-900:focus{--tw-bg-opacity: 1;background-color:rgb(19 78 74 / var(--tw-bg-opacity))}.focus\:bg-cyan-50:focus{--tw-bg-opacity: 1;background-color:rgb(236 254 255 / var(--tw-bg-opacity))}.focus\:bg-cyan-100:focus{--tw-bg-opacity: 1;background-color:rgb(207 250 254 / var(--tw-bg-opacity))}.focus\:bg-cyan-200:focus{--tw-bg-opacity: 1;background-color:rgb(165 243 252 / var(--tw-bg-opacity))}.focus\:bg-cyan-300:focus{--tw-bg-opacity: 1;background-color:rgb(103 232 249 / var(--tw-bg-opacity))}.focus\:bg-cyan-400:focus{--tw-bg-opacity: 1;background-color:rgb(34 211 238 / var(--tw-bg-opacity))}.focus\:bg-cyan-500:focus{--tw-bg-opacity: 1;background-color:rgb(6 182 212 / var(--tw-bg-opacity))}.focus\:bg-cyan-600:focus{--tw-bg-opacity: 1;background-color:rgb(8 145 178 / var(--tw-bg-opacity))}.focus\:bg-cyan-700:focus{--tw-bg-opacity: 1;background-color:rgb(14 116 144 / var(--tw-bg-opacity))}.focus\:bg-cyan-800:focus{--tw-bg-opacity: 1;background-color:rgb(21 94 117 / var(--tw-bg-opacity))}.focus\:bg-cyan-900:focus{--tw-bg-opacity: 1;background-color:rgb(22 78 99 / var(--tw-bg-opacity))}.focus\:bg-sky-50:focus{--tw-bg-opacity: 1;background-color:rgb(240 249 255 / var(--tw-bg-opacity))}.focus\:bg-sky-100:focus{--tw-bg-opacity: 1;background-color:rgb(224 242 254 / var(--tw-bg-opacity))}.focus\:bg-sky-200:focus{--tw-bg-opacity: 1;background-color:rgb(186 230 253 / var(--tw-bg-opacity))}.focus\:bg-sky-300:focus{--tw-bg-opacity: 1;background-color:rgb(125 211 252 / var(--tw-bg-opacity))}.focus\:bg-sky-400:focus{--tw-bg-opacity: 1;background-color:rgb(56 189 248 / var(--tw-bg-opacity))}.focus\:bg-sky-500:focus{--tw-bg-opacity: 1;background-color:rgb(14 165 233 / var(--tw-bg-opacity))}.focus\:bg-sky-600:focus{--tw-bg-opacity: 1;background-color:rgb(2 132 199 / var(--tw-bg-opacity))}.focus\:bg-sky-700:focus{--tw-bg-opacity: 1;background-color:rgb(3 105 161 / var(--tw-bg-opacity))}.focus\:bg-sky-800:focus{--tw-bg-opacity: 1;background-color:rgb(7 89 133 / var(--tw-bg-opacity))}.focus\:bg-sky-900:focus{--tw-bg-opacity: 1;background-color:rgb(12 74 110 / var(--tw-bg-opacity))}.focus\:bg-blue-50:focus{--tw-bg-opacity: 1;background-color:rgb(239 246 255 / var(--tw-bg-opacity))}.focus\:bg-blue-100:focus{--tw-bg-opacity: 1;background-color:rgb(219 234 254 / var(--tw-bg-opacity))}.focus\:bg-blue-200:focus{--tw-bg-opacity: 1;background-color:rgb(191 219 254 / var(--tw-bg-opacity))}.focus\:bg-blue-300:focus{--tw-bg-opacity: 1;background-color:rgb(147 197 253 / var(--tw-bg-opacity))}.focus\:bg-blue-400:focus{--tw-bg-opacity: 1;background-color:rgb(96 165 250 / var(--tw-bg-opacity))}.focus\:bg-blue-500:focus{--tw-bg-opacity: 1;background-color:rgb(59 130 246 / var(--tw-bg-opacity))}.focus\:bg-blue-600:focus{--tw-bg-opacity: 1;background-color:rgb(37 99 235 / var(--tw-bg-opacity))}.focus\:bg-blue-700:focus{--tw-bg-opacity: 1;background-color:rgb(29 78 216 / var(--tw-bg-opacity))}.focus\:bg-blue-800:focus{--tw-bg-opacity: 1;background-color:rgb(30 64 175 / var(--tw-bg-opacity))}.focus\:bg-blue-900:focus{--tw-bg-opacity: 1;background-color:rgb(30 58 138 / var(--tw-bg-opacity))}.focus\:bg-indigo-50:focus{--tw-bg-opacity: 1;background-color:rgb(238 242 255 / var(--tw-bg-opacity))}.focus\:bg-indigo-100:focus{--tw-bg-opacity: 1;background-color:rgb(224 231 255 / var(--tw-bg-opacity))}.focus\:bg-indigo-200:focus{--tw-bg-opacity: 1;background-color:rgb(199 210 254 / var(--tw-bg-opacity))}.focus\:bg-indigo-300:focus{--tw-bg-opacity: 1;background-color:rgb(165 180 252 / var(--tw-bg-opacity))}.focus\:bg-indigo-400:focus{--tw-bg-opacity: 1;background-color:rgb(129 140 248 / var(--tw-bg-opacity))}.focus\:bg-indigo-500:focus{--tw-bg-opacity: 1;background-color:rgb(99 102 241 / var(--tw-bg-opacity))}.focus\:bg-indigo-600:focus{--tw-bg-opacity: 1;background-color:rgb(79 70 229 / var(--tw-bg-opacity))}.focus\:bg-indigo-700:focus{--tw-bg-opacity: 1;background-color:rgb(67 56 202 / var(--tw-bg-opacity))}.focus\:bg-indigo-800:focus{--tw-bg-opacity: 1;background-color:rgb(55 48 163 / var(--tw-bg-opacity))}.focus\:bg-indigo-900:focus{--tw-bg-opacity: 1;background-color:rgb(49 46 129 / var(--tw-bg-opacity))}.focus\:bg-violet-50:focus{--tw-bg-opacity: 1;background-color:rgb(245 243 255 / var(--tw-bg-opacity))}.focus\:bg-violet-100:focus{--tw-bg-opacity: 1;background-color:rgb(237 233 254 / var(--tw-bg-opacity))}.focus\:bg-violet-200:focus{--tw-bg-opacity: 1;background-color:rgb(221 214 254 / var(--tw-bg-opacity))}.focus\:bg-violet-300:focus{--tw-bg-opacity: 1;background-color:rgb(196 181 253 / var(--tw-bg-opacity))}.focus\:bg-violet-400:focus{--tw-bg-opacity: 1;background-color:rgb(167 139 250 / var(--tw-bg-opacity))}.focus\:bg-violet-500:focus{--tw-bg-opacity: 1;background-color:rgb(139 92 246 / var(--tw-bg-opacity))}.focus\:bg-violet-600:focus{--tw-bg-opacity: 1;background-color:rgb(124 58 237 / var(--tw-bg-opacity))}.focus\:bg-violet-700:focus{--tw-bg-opacity: 1;background-color:rgb(109 40 217 / var(--tw-bg-opacity))}.focus\:bg-violet-800:focus{--tw-bg-opacity: 1;background-color:rgb(91 33 182 / var(--tw-bg-opacity))}.focus\:bg-violet-900:focus{--tw-bg-opacity: 1;background-color:rgb(76 29 149 / var(--tw-bg-opacity))}.focus\:bg-purple-50:focus{--tw-bg-opacity: 1;background-color:rgb(250 245 255 / var(--tw-bg-opacity))}.focus\:bg-purple-100:focus{--tw-bg-opacity: 1;background-color:rgb(243 232 255 / var(--tw-bg-opacity))}.focus\:bg-purple-200:focus{--tw-bg-opacity: 1;background-color:rgb(233 213 255 / var(--tw-bg-opacity))}.focus\:bg-purple-300:focus{--tw-bg-opacity: 1;background-color:rgb(216 180 254 / var(--tw-bg-opacity))}.focus\:bg-purple-400:focus{--tw-bg-opacity: 1;background-color:rgb(192 132 252 / var(--tw-bg-opacity))}.focus\:bg-purple-500:focus{--tw-bg-opacity: 1;background-color:rgb(168 85 247 / var(--tw-bg-opacity))}.focus\:bg-purple-600:focus{--tw-bg-opacity: 1;background-color:rgb(147 51 234 / var(--tw-bg-opacity))}.focus\:bg-purple-700:focus{--tw-bg-opacity: 1;background-color:rgb(126 34 206 / var(--tw-bg-opacity))}.focus\:bg-purple-800:focus{--tw-bg-opacity: 1;background-color:rgb(107 33 168 / var(--tw-bg-opacity))}.focus\:bg-purple-900:focus{--tw-bg-opacity: 1;background-color:rgb(88 28 135 / var(--tw-bg-opacity))}.focus\:bg-fuchsia-50:focus{--tw-bg-opacity: 1;background-color:rgb(253 244 255 / var(--tw-bg-opacity))}.focus\:bg-fuchsia-100:focus{--tw-bg-opacity: 1;background-color:rgb(250 232 255 / var(--tw-bg-opacity))}.focus\:bg-fuchsia-200:focus{--tw-bg-opacity: 1;background-color:rgb(245 208 254 / var(--tw-bg-opacity))}.focus\:bg-fuchsia-300:focus{--tw-bg-opacity: 1;background-color:rgb(240 171 252 / var(--tw-bg-opacity))}.focus\:bg-fuchsia-400:focus{--tw-bg-opacity: 1;background-color:rgb(232 121 249 / var(--tw-bg-opacity))}.focus\:bg-fuchsia-500:focus{--tw-bg-opacity: 1;background-color:rgb(217 70 239 / var(--tw-bg-opacity))}.focus\:bg-fuchsia-600:focus{--tw-bg-opacity: 1;background-color:rgb(192 38 211 / var(--tw-bg-opacity))}.focus\:bg-fuchsia-700:focus{--tw-bg-opacity: 1;background-color:rgb(162 28 175 / var(--tw-bg-opacity))}.focus\:bg-fuchsia-800:focus{--tw-bg-opacity: 1;background-color:rgb(134 25 143 / var(--tw-bg-opacity))}.focus\:bg-fuchsia-900:focus{--tw-bg-opacity: 1;background-color:rgb(112 26 117 / var(--tw-bg-opacity))}.focus\:bg-pink-50:focus{--tw-bg-opacity: 1;background-color:rgb(253 242 248 / var(--tw-bg-opacity))}.focus\:bg-pink-100:focus{--tw-bg-opacity: 1;background-color:rgb(252 231 243 / var(--tw-bg-opacity))}.focus\:bg-pink-200:focus{--tw-bg-opacity: 1;background-color:rgb(251 207 232 / var(--tw-bg-opacity))}.focus\:bg-pink-300:focus{--tw-bg-opacity: 1;background-color:rgb(249 168 212 / var(--tw-bg-opacity))}.focus\:bg-pink-400:focus{--tw-bg-opacity: 1;background-color:rgb(244 114 182 / var(--tw-bg-opacity))}.focus\:bg-pink-500:focus{--tw-bg-opacity: 1;background-color:rgb(236 72 153 / var(--tw-bg-opacity))}.focus\:bg-pink-600:focus{--tw-bg-opacity: 1;background-color:rgb(219 39 119 / var(--tw-bg-opacity))}.focus\:bg-pink-700:focus{--tw-bg-opacity: 1;background-color:rgb(190 24 93 / var(--tw-bg-opacity))}.focus\:bg-pink-800:focus{--tw-bg-opacity: 1;background-color:rgb(157 23 77 / var(--tw-bg-opacity))}.focus\:bg-pink-900:focus{--tw-bg-opacity: 1;background-color:rgb(131 24 67 / var(--tw-bg-opacity))}.focus\:bg-rose-50:focus{--tw-bg-opacity: 1;background-color:rgb(255 241 242 / var(--tw-bg-opacity))}.focus\:bg-rose-100:focus{--tw-bg-opacity: 1;background-color:rgb(255 228 230 / var(--tw-bg-opacity))}.focus\:bg-rose-200:focus{--tw-bg-opacity: 1;background-color:rgb(254 205 211 / var(--tw-bg-opacity))}.focus\:bg-rose-300:focus{--tw-bg-opacity: 1;background-color:rgb(253 164 175 / var(--tw-bg-opacity))}.focus\:bg-rose-400:focus{--tw-bg-opacity: 1;background-color:rgb(251 113 133 / var(--tw-bg-opacity))}.focus\:bg-rose-500:focus{--tw-bg-opacity: 1;background-color:rgb(244 63 94 / var(--tw-bg-opacity))}.focus\:bg-rose-600:focus{--tw-bg-opacity: 1;background-color:rgb(225 29 72 / var(--tw-bg-opacity))}.focus\:bg-rose-700:focus{--tw-bg-opacity: 1;background-color:rgb(190 18 60 / var(--tw-bg-opacity))}.focus\:bg-rose-800:focus{--tw-bg-opacity: 1;background-color:rgb(159 18 57 / var(--tw-bg-opacity))}.focus\:bg-rose-900:focus{--tw-bg-opacity: 1;background-color:rgb(136 19 55 / var(--tw-bg-opacity))}.focus\:p-0:focus{padding:0}.focus\:p-1:focus{padding:.25rem}.focus\:p-2:focus{padding:.5rem}.focus\:p-3:focus{padding:.75rem}.focus\:p-4:focus{padding:1rem}.focus\:p-5:focus{padding:1.25rem}.focus\:p-6:focus{padding:1.5rem}.focus\:p-7:focus{padding:1.75rem}.focus\:p-8:focus{padding:2rem}.focus\:p-9:focus{padding:2.25rem}.focus\:p-10:focus{padding:2.5rem}.focus\:p-11:focus{padding:2.75rem}.focus\:p-12:focus{padding:3rem}.focus\:p-14:focus{padding:3.5rem}.focus\:p-16:focus{padding:4rem}.focus\:p-20:focus{padding:5rem}.focus\:p-24:focus{padding:6rem}.focus\:p-28:focus{padding:7rem}.focus\:p-32:focus{padding:8rem}.focus\:p-36:focus{padding:9rem}.focus\:p-40:focus{padding:10rem}.focus\:p-44:focus{padding:11rem}.focus\:p-48:focus{padding:12rem}.focus\:p-52:focus{padding:13rem}.focus\:p-56:focus{padding:14rem}.focus\:p-60:focus{padding:15rem}.focus\:p-64:focus{padding:16rem}.focus\:p-72:focus{padding:18rem}.focus\:p-80:focus{padding:20rem}.focus\:p-96:focus{padding:24rem}.focus\:p-px:focus{padding:1px}.focus\:p-0\.5:focus{padding:.125rem}.focus\:p-1\.5:focus{padding:.375rem}.focus\:p-2\.5:focus{padding:.625rem}.focus\:p-3\.5:focus{padding:.875rem}.focus\:px-0:focus{padding-left:0;padding-right:0}.focus\:px-1:focus{padding-left:.25rem;padding-right:.25rem}.focus\:px-2:focus{padding-left:.5rem;padding-right:.5rem}.focus\:px-3:focus{padding-left:.75rem;padding-right:.75rem}.focus\:px-4:focus{padding-left:1rem;padding-right:1rem}.focus\:px-5:focus{padding-left:1.25rem;padding-right:1.25rem}.focus\:px-6:focus{padding-left:1.5rem;padding-right:1.5rem}.focus\:px-7:focus{padding-left:1.75rem;padding-right:1.75rem}.focus\:px-8:focus{padding-left:2rem;padding-right:2rem}.focus\:px-9:focus{padding-left:2.25rem;padding-right:2.25rem}.focus\:px-10:focus{padding-left:2.5rem;padding-right:2.5rem}.focus\:px-11:focus{padding-left:2.75rem;padding-right:2.75rem}.focus\:px-12:focus{padding-left:3rem;padding-right:3rem}.focus\:px-14:focus{padding-left:3.5rem;padding-right:3.5rem}.focus\:px-16:focus{padding-left:4rem;padding-right:4rem}.focus\:px-20:focus{padding-left:5rem;padding-right:5rem}.focus\:px-24:focus{padding-left:6rem;padding-right:6rem}.focus\:px-28:focus{padding-left:7rem;padding-right:7rem}.focus\:px-32:focus{padding-left:8rem;padding-right:8rem}.focus\:px-36:focus{padding-left:9rem;padding-right:9rem}.focus\:px-40:focus{padding-left:10rem;padding-right:10rem}.focus\:px-44:focus{padding-left:11rem;padding-right:11rem}.focus\:px-48:focus{padding-left:12rem;padding-right:12rem}.focus\:px-52:focus{padding-left:13rem;padding-right:13rem}.focus\:px-56:focus{padding-left:14rem;padding-right:14rem}.focus\:px-60:focus{padding-left:15rem;padding-right:15rem}.focus\:px-64:focus{padding-left:16rem;padding-right:16rem}.focus\:px-72:focus{padding-left:18rem;padding-right:18rem}.focus\:px-80:focus{padding-left:20rem;padding-right:20rem}.focus\:px-96:focus{padding-left:24rem;padding-right:24rem}.focus\:px-px:focus{padding-left:1px;padding-right:1px}.focus\:px-0\.5:focus{padding-left:.125rem;padding-right:.125rem}.focus\:px-1\.5:focus{padding-left:.375rem;padding-right:.375rem}.focus\:px-2\.5:focus{padding-left:.625rem;padding-right:.625rem}.focus\:px-3\.5:focus{padding-left:.875rem;padding-right:.875rem}.focus\:py-0:focus{padding-top:0;padding-bottom:0}.focus\:py-1:focus{padding-top:.25rem;padding-bottom:.25rem}.focus\:py-2:focus{padding-top:.5rem;padding-bottom:.5rem}.focus\:py-3:focus{padding-top:.75rem;padding-bottom:.75rem}.focus\:py-4:focus{padding-top:1rem;padding-bottom:1rem}.focus\:py-5:focus{padding-top:1.25rem;padding-bottom:1.25rem}.focus\:py-6:focus{padding-top:1.5rem;padding-bottom:1.5rem}.focus\:py-7:focus{padding-top:1.75rem;padding-bottom:1.75rem}.focus\:py-8:focus{padding-top:2rem;padding-bottom:2rem}.focus\:py-9:focus{padding-top:2.25rem;padding-bottom:2.25rem}.focus\:py-10:focus{padding-top:2.5rem;padding-bottom:2.5rem}.focus\:py-11:focus{padding-top:2.75rem;padding-bottom:2.75rem}.focus\:py-12:focus{padding-top:3rem;padding-bottom:3rem}.focus\:py-14:focus{padding-top:3.5rem;padding-bottom:3.5rem}.focus\:py-16:focus{padding-top:4rem;padding-bottom:4rem}.focus\:py-20:focus{padding-top:5rem;padding-bottom:5rem}.focus\:py-24:focus{padding-top:6rem;padding-bottom:6rem}.focus\:py-28:focus{padding-top:7rem;padding-bottom:7rem}.focus\:py-32:focus{padding-top:8rem;padding-bottom:8rem}.focus\:py-36:focus{padding-top:9rem;padding-bottom:9rem}.focus\:py-40:focus{padding-top:10rem;padding-bottom:10rem}.focus\:py-44:focus{padding-top:11rem;padding-bottom:11rem}.focus\:py-48:focus{padding-top:12rem;padding-bottom:12rem}.focus\:py-52:focus{padding-top:13rem;padding-bottom:13rem}.focus\:py-56:focus{padding-top:14rem;padding-bottom:14rem}.focus\:py-60:focus{padding-top:15rem;padding-bottom:15rem}.focus\:py-64:focus{padding-top:16rem;padding-bottom:16rem}.focus\:py-72:focus{padding-top:18rem;padding-bottom:18rem}.focus\:py-80:focus{padding-top:20rem;padding-bottom:20rem}.focus\:py-96:focus{padding-top:24rem;padding-bottom:24rem}.focus\:py-px:focus{padding-top:1px;padding-bottom:1px}.focus\:py-0\.5:focus{padding-top:.125rem;padding-bottom:.125rem}.focus\:py-1\.5:focus{padding-top:.375rem;padding-bottom:.375rem}.focus\:py-2\.5:focus{padding-top:.625rem;padding-bottom:.625rem}.focus\:py-3\.5:focus{padding-top:.875rem;padding-bottom:.875rem}.focus\:pt-0:focus{padding-top:0}.focus\:pt-1:focus{padding-top:.25rem}.focus\:pt-2:focus{padding-top:.5rem}.focus\:pt-3:focus{padding-top:.75rem}.focus\:pt-4:focus{padding-top:1rem}.focus\:pt-5:focus{padding-top:1.25rem}.focus\:pt-6:focus{padding-top:1.5rem}.focus\:pt-7:focus{padding-top:1.75rem}.focus\:pt-8:focus{padding-top:2rem}.focus\:pt-9:focus{padding-top:2.25rem}.focus\:pt-10:focus{padding-top:2.5rem}.focus\:pt-11:focus{padding-top:2.75rem}.focus\:pt-12:focus{padding-top:3rem}.focus\:pt-14:focus{padding-top:3.5rem}.focus\:pt-16:focus{padding-top:4rem}.focus\:pt-20:focus{padding-top:5rem}.focus\:pt-24:focus{padding-top:6rem}.focus\:pt-28:focus{padding-top:7rem}.focus\:pt-32:focus{padding-top:8rem}.focus\:pt-36:focus{padding-top:9rem}.focus\:pt-40:focus{padding-top:10rem}.focus\:pt-44:focus{padding-top:11rem}.focus\:pt-48:focus{padding-top:12rem}.focus\:pt-52:focus{padding-top:13rem}.focus\:pt-56:focus{padding-top:14rem}.focus\:pt-60:focus{padding-top:15rem}.focus\:pt-64:focus{padding-top:16rem}.focus\:pt-72:focus{padding-top:18rem}.focus\:pt-80:focus{padding-top:20rem}.focus\:pt-96:focus{padding-top:24rem}.focus\:pt-px:focus{padding-top:1px}.focus\:pt-0\.5:focus{padding-top:.125rem}.focus\:pt-1\.5:focus{padding-top:.375rem}.focus\:pt-2\.5:focus{padding-top:.625rem}.focus\:pt-3\.5:focus{padding-top:.875rem}.focus\:pr-0:focus{padding-right:0}.focus\:pr-1:focus{padding-right:.25rem}.focus\:pr-2:focus{padding-right:.5rem}.focus\:pr-3:focus{padding-right:.75rem}.focus\:pr-4:focus{padding-right:1rem}.focus\:pr-5:focus{padding-right:1.25rem}.focus\:pr-6:focus{padding-right:1.5rem}.focus\:pr-7:focus{padding-right:1.75rem}.focus\:pr-8:focus{padding-right:2rem}.focus\:pr-9:focus{padding-right:2.25rem}.focus\:pr-10:focus{padding-right:2.5rem}.focus\:pr-11:focus{padding-right:2.75rem}.focus\:pr-12:focus{padding-right:3rem}.focus\:pr-14:focus{padding-right:3.5rem}.focus\:pr-16:focus{padding-right:4rem}.focus\:pr-20:focus{padding-right:5rem}.focus\:pr-24:focus{padding-right:6rem}.focus\:pr-28:focus{padding-right:7rem}.focus\:pr-32:focus{padding-right:8rem}.focus\:pr-36:focus{padding-right:9rem}.focus\:pr-40:focus{padding-right:10rem}.focus\:pr-44:focus{padding-right:11rem}.focus\:pr-48:focus{padding-right:12rem}.focus\:pr-52:focus{padding-right:13rem}.focus\:pr-56:focus{padding-right:14rem}.focus\:pr-60:focus{padding-right:15rem}.focus\:pr-64:focus{padding-right:16rem}.focus\:pr-72:focus{padding-right:18rem}.focus\:pr-80:focus{padding-right:20rem}.focus\:pr-96:focus{padding-right:24rem}.focus\:pr-px:focus{padding-right:1px}.focus\:pr-0\.5:focus{padding-right:.125rem}.focus\:pr-1\.5:focus{padding-right:.375rem}.focus\:pr-2\.5:focus{padding-right:.625rem}.focus\:pr-3\.5:focus{padding-right:.875rem}.focus\:pb-0:focus{padding-bottom:0}.focus\:pb-1:focus{padding-bottom:.25rem}.focus\:pb-2:focus{padding-bottom:.5rem}.focus\:pb-3:focus{padding-bottom:.75rem}.focus\:pb-4:focus{padding-bottom:1rem}.focus\:pb-5:focus{padding-bottom:1.25rem}.focus\:pb-6:focus{padding-bottom:1.5rem}.focus\:pb-7:focus{padding-bottom:1.75rem}.focus\:pb-8:focus{padding-bottom:2rem}.focus\:pb-9:focus{padding-bottom:2.25rem}.focus\:pb-10:focus{padding-bottom:2.5rem}.focus\:pb-11:focus{padding-bottom:2.75rem}.focus\:pb-12:focus{padding-bottom:3rem}.focus\:pb-14:focus{padding-bottom:3.5rem}.focus\:pb-16:focus{padding-bottom:4rem}.focus\:pb-20:focus{padding-bottom:5rem}.focus\:pb-24:focus{padding-bottom:6rem}.focus\:pb-28:focus{padding-bottom:7rem}.focus\:pb-32:focus{padding-bottom:8rem}.focus\:pb-36:focus{padding-bottom:9rem}.focus\:pb-40:focus{padding-bottom:10rem}.focus\:pb-44:focus{padding-bottom:11rem}.focus\:pb-48:focus{padding-bottom:12rem}.focus\:pb-52:focus{padding-bottom:13rem}.focus\:pb-56:focus{padding-bottom:14rem}.focus\:pb-60:focus{padding-bottom:15rem}.focus\:pb-64:focus{padding-bottom:16rem}.focus\:pb-72:focus{padding-bottom:18rem}.focus\:pb-80:focus{padding-bottom:20rem}.focus\:pb-96:focus{padding-bottom:24rem}.focus\:pb-px:focus{padding-bottom:1px}.focus\:pb-0\.5:focus{padding-bottom:.125rem}.focus\:pb-1\.5:focus{padding-bottom:.375rem}.focus\:pb-2\.5:focus{padding-bottom:.625rem}.focus\:pb-3\.5:focus{padding-bottom:.875rem}.focus\:pl-0:focus{padding-left:0}.focus\:pl-1:focus{padding-left:.25rem}.focus\:pl-2:focus{padding-left:.5rem}.focus\:pl-3:focus{padding-left:.75rem}.focus\:pl-4:focus{padding-left:1rem}.focus\:pl-5:focus{padding-left:1.25rem}.focus\:pl-6:focus{padding-left:1.5rem}.focus\:pl-7:focus{padding-left:1.75rem}.focus\:pl-8:focus{padding-left:2rem}.focus\:pl-9:focus{padding-left:2.25rem}.focus\:pl-10:focus{padding-left:2.5rem}.focus\:pl-11:focus{padding-left:2.75rem}.focus\:pl-12:focus{padding-left:3rem}.focus\:pl-14:focus{padding-left:3.5rem}.focus\:pl-16:focus{padding-left:4rem}.focus\:pl-20:focus{padding-left:5rem}.focus\:pl-24:focus{padding-left:6rem}.focus\:pl-28:focus{padding-left:7rem}.focus\:pl-32:focus{padding-left:8rem}.focus\:pl-36:focus{padding-left:9rem}.focus\:pl-40:focus{padding-left:10rem}.focus\:pl-44:focus{padding-left:11rem}.focus\:pl-48:focus{padding-left:12rem}.focus\:pl-52:focus{padding-left:13rem}.focus\:pl-56:focus{padding-left:14rem}.focus\:pl-60:focus{padding-left:15rem}.focus\:pl-64:focus{padding-left:16rem}.focus\:pl-72:focus{padding-left:18rem}.focus\:pl-80:focus{padding-left:20rem}.focus\:pl-96:focus{padding-left:24rem}.focus\:pl-px:focus{padding-left:1px}.focus\:pl-0\.5:focus{padding-left:.125rem}.focus\:pl-1\.5:focus{padding-left:.375rem}.focus\:pl-2\.5:focus{padding-left:.625rem}.focus\:pl-3\.5:focus{padding-left:.875rem}.focus\:text-inherit:focus{color:inherit}.focus\:text-current:focus{color:currentColor}.focus\:text-transparent:focus{color:transparent}.focus\:text-black:focus{--tw-text-opacity: 1;color:rgb(0 0 0 / var(--tw-text-opacity))}.focus\:text-white:focus{--tw-text-opacity: 1;color:rgb(255 255 255 / var(--tw-text-opacity))}.focus\:text-slate-50:focus{--tw-text-opacity: 1;color:rgb(248 250 252 / var(--tw-text-opacity))}.focus\:text-slate-100:focus{--tw-text-opacity: 1;color:rgb(241 245 249 / var(--tw-text-opacity))}.focus\:text-slate-200:focus{--tw-text-opacity: 1;color:rgb(226 232 240 / var(--tw-text-opacity))}.focus\:text-slate-300:focus{--tw-text-opacity: 1;color:rgb(203 213 225 / var(--tw-text-opacity))}.focus\:text-slate-400:focus{--tw-text-opacity: 1;color:rgb(148 163 184 / var(--tw-text-opacity))}.focus\:text-slate-500:focus{--tw-text-opacity: 1;color:rgb(100 116 139 / var(--tw-text-opacity))}.focus\:text-slate-600:focus{--tw-text-opacity: 1;color:rgb(71 85 105 / var(--tw-text-opacity))}.focus\:text-slate-700:focus{--tw-text-opacity: 1;color:rgb(51 65 85 / var(--tw-text-opacity))}.focus\:text-slate-800:focus{--tw-text-opacity: 1;color:rgb(30 41 59 / var(--tw-text-opacity))}.focus\:text-slate-900:focus{--tw-text-opacity: 1;color:rgb(15 23 42 / var(--tw-text-opacity))}.focus\:text-gray-50:focus{--tw-text-opacity: 1;color:rgb(249 250 251 / var(--tw-text-opacity))}.focus\:text-gray-100:focus{--tw-text-opacity: 1;color:rgb(243 244 246 / var(--tw-text-opacity))}.focus\:text-gray-200:focus{--tw-text-opacity: 1;color:rgb(229 231 235 / var(--tw-text-opacity))}.focus\:text-gray-300:focus{--tw-text-opacity: 1;color:rgb(209 213 219 / var(--tw-text-opacity))}.focus\:text-gray-400:focus{--tw-text-opacity: 1;color:rgb(156 163 175 / var(--tw-text-opacity))}.focus\:text-gray-500:focus{--tw-text-opacity: 1;color:rgb(107 114 128 / var(--tw-text-opacity))}.focus\:text-gray-600:focus{--tw-text-opacity: 1;color:rgb(75 85 99 / var(--tw-text-opacity))}.focus\:text-gray-700:focus{--tw-text-opacity: 1;color:rgb(55 65 81 / var(--tw-text-opacity))}.focus\:text-gray-800:focus{--tw-text-opacity: 1;color:rgb(31 41 55 / var(--tw-text-opacity))}.focus\:text-gray-900:focus{--tw-text-opacity: 1;color:rgb(17 24 39 / var(--tw-text-opacity))}.focus\:text-zinc-50:focus{--tw-text-opacity: 1;color:rgb(250 250 250 / var(--tw-text-opacity))}.focus\:text-zinc-100:focus{--tw-text-opacity: 1;color:rgb(244 244 245 / var(--tw-text-opacity))}.focus\:text-zinc-200:focus{--tw-text-opacity: 1;color:rgb(228 228 231 / var(--tw-text-opacity))}.focus\:text-zinc-300:focus{--tw-text-opacity: 1;color:rgb(212 212 216 / var(--tw-text-opacity))}.focus\:text-zinc-400:focus{--tw-text-opacity: 1;color:rgb(161 161 170 / var(--tw-text-opacity))}.focus\:text-zinc-500:focus{--tw-text-opacity: 1;color:rgb(113 113 122 / var(--tw-text-opacity))}.focus\:text-zinc-600:focus{--tw-text-opacity: 1;color:rgb(82 82 91 / var(--tw-text-opacity))}.focus\:text-zinc-700:focus{--tw-text-opacity: 1;color:rgb(63 63 70 / var(--tw-text-opacity))}.focus\:text-zinc-800:focus{--tw-text-opacity: 1;color:rgb(39 39 42 / var(--tw-text-opacity))}.focus\:text-zinc-900:focus{--tw-text-opacity: 1;color:rgb(24 24 27 / var(--tw-text-opacity))}.focus\:text-neutral-50:focus{--tw-text-opacity: 1;color:rgb(250 250 250 / var(--tw-text-opacity))}.focus\:text-neutral-100:focus{--tw-text-opacity: 1;color:rgb(245 245 245 / var(--tw-text-opacity))}.focus\:text-neutral-200:focus{--tw-text-opacity: 1;color:rgb(229 229 229 / var(--tw-text-opacity))}.focus\:text-neutral-300:focus{--tw-text-opacity: 1;color:rgb(212 212 212 / var(--tw-text-opacity))}.focus\:text-neutral-400:focus{--tw-text-opacity: 1;color:rgb(163 163 163 / var(--tw-text-opacity))}.focus\:text-neutral-500:focus{--tw-text-opacity: 1;color:rgb(115 115 115 / var(--tw-text-opacity))}.focus\:text-neutral-600:focus{--tw-text-opacity: 1;color:rgb(82 82 82 / var(--tw-text-opacity))}.focus\:text-neutral-700:focus{--tw-text-opacity: 1;color:rgb(64 64 64 / var(--tw-text-opacity))}.focus\:text-neutral-800:focus{--tw-text-opacity: 1;color:rgb(38 38 38 / var(--tw-text-opacity))}.focus\:text-neutral-900:focus{--tw-text-opacity: 1;color:rgb(23 23 23 / var(--tw-text-opacity))}.focus\:text-stone-50:focus{--tw-text-opacity: 1;color:rgb(250 250 249 / var(--tw-text-opacity))}.focus\:text-stone-100:focus{--tw-text-opacity: 1;color:rgb(245 245 244 / var(--tw-text-opacity))}.focus\:text-stone-200:focus{--tw-text-opacity: 1;color:rgb(231 229 228 / var(--tw-text-opacity))}.focus\:text-stone-300:focus{--tw-text-opacity: 1;color:rgb(214 211 209 / var(--tw-text-opacity))}.focus\:text-stone-400:focus{--tw-text-opacity: 1;color:rgb(168 162 158 / var(--tw-text-opacity))}.focus\:text-stone-500:focus{--tw-text-opacity: 1;color:rgb(120 113 108 / var(--tw-text-opacity))}.focus\:text-stone-600:focus{--tw-text-opacity: 1;color:rgb(87 83 78 / var(--tw-text-opacity))}.focus\:text-stone-700:focus{--tw-text-opacity: 1;color:rgb(68 64 60 / var(--tw-text-opacity))}.focus\:text-stone-800:focus{--tw-text-opacity: 1;color:rgb(41 37 36 / var(--tw-text-opacity))}.focus\:text-stone-900:focus{--tw-text-opacity: 1;color:rgb(28 25 23 / var(--tw-text-opacity))}.focus\:text-red-50:focus{--tw-text-opacity: 1;color:rgb(254 242 242 / var(--tw-text-opacity))}.focus\:text-red-100:focus{--tw-text-opacity: 1;color:rgb(254 226 226 / var(--tw-text-opacity))}.focus\:text-red-200:focus{--tw-text-opacity: 1;color:rgb(254 202 202 / var(--tw-text-opacity))}.focus\:text-red-300:focus{--tw-text-opacity: 1;color:rgb(252 165 165 / var(--tw-text-opacity))}.focus\:text-red-400:focus{--tw-text-opacity: 1;color:rgb(248 113 113 / var(--tw-text-opacity))}.focus\:text-red-500:focus{--tw-text-opacity: 1;color:rgb(239 68 68 / var(--tw-text-opacity))}.focus\:text-red-600:focus{--tw-text-opacity: 1;color:rgb(220 38 38 / var(--tw-text-opacity))}.focus\:text-red-700:focus{--tw-text-opacity: 1;color:rgb(185 28 28 / var(--tw-text-opacity))}.focus\:text-red-800:focus{--tw-text-opacity: 1;color:rgb(153 27 27 / var(--tw-text-opacity))}.focus\:text-red-900:focus{--tw-text-opacity: 1;color:rgb(127 29 29 / var(--tw-text-opacity))}.focus\:text-orange-50:focus{--tw-text-opacity: 1;color:rgb(255 247 237 / var(--tw-text-opacity))}.focus\:text-orange-100:focus{--tw-text-opacity: 1;color:rgb(255 237 213 / var(--tw-text-opacity))}.focus\:text-orange-200:focus{--tw-text-opacity: 1;color:rgb(254 215 170 / var(--tw-text-opacity))}.focus\:text-orange-300:focus{--tw-text-opacity: 1;color:rgb(253 186 116 / var(--tw-text-opacity))}.focus\:text-orange-400:focus{--tw-text-opacity: 1;color:rgb(251 146 60 / var(--tw-text-opacity))}.focus\:text-orange-500:focus{--tw-text-opacity: 1;color:rgb(249 115 22 / var(--tw-text-opacity))}.focus\:text-orange-600:focus{--tw-text-opacity: 1;color:rgb(234 88 12 / var(--tw-text-opacity))}.focus\:text-orange-700:focus{--tw-text-opacity: 1;color:rgb(194 65 12 / var(--tw-text-opacity))}.focus\:text-orange-800:focus{--tw-text-opacity: 1;color:rgb(154 52 18 / var(--tw-text-opacity))}.focus\:text-orange-900:focus{--tw-text-opacity: 1;color:rgb(124 45 18 / var(--tw-text-opacity))}.focus\:text-amber-50:focus{--tw-text-opacity: 1;color:rgb(255 251 235 / var(--tw-text-opacity))}.focus\:text-amber-100:focus{--tw-text-opacity: 1;color:rgb(254 243 199 / var(--tw-text-opacity))}.focus\:text-amber-200:focus{--tw-text-opacity: 1;color:rgb(253 230 138 / var(--tw-text-opacity))}.focus\:text-amber-300:focus{--tw-text-opacity: 1;color:rgb(252 211 77 / var(--tw-text-opacity))}.focus\:text-amber-400:focus{--tw-text-opacity: 1;color:rgb(251 191 36 / var(--tw-text-opacity))}.focus\:text-amber-500:focus{--tw-text-opacity: 1;color:rgb(245 158 11 / var(--tw-text-opacity))}.focus\:text-amber-600:focus{--tw-text-opacity: 1;color:rgb(217 119 6 / var(--tw-text-opacity))}.focus\:text-amber-700:focus{--tw-text-opacity: 1;color:rgb(180 83 9 / var(--tw-text-opacity))}.focus\:text-amber-800:focus{--tw-text-opacity: 1;color:rgb(146 64 14 / var(--tw-text-opacity))}.focus\:text-amber-900:focus{--tw-text-opacity: 1;color:rgb(120 53 15 / var(--tw-text-opacity))}.focus\:text-yellow-50:focus{--tw-text-opacity: 1;color:rgb(254 252 232 / var(--tw-text-opacity))}.focus\:text-yellow-100:focus{--tw-text-opacity: 1;color:rgb(254 249 195 / var(--tw-text-opacity))}.focus\:text-yellow-200:focus{--tw-text-opacity: 1;color:rgb(254 240 138 / var(--tw-text-opacity))}.focus\:text-yellow-300:focus{--tw-text-opacity: 1;color:rgb(253 224 71 / var(--tw-text-opacity))}.focus\:text-yellow-400:focus{--tw-text-opacity: 1;color:rgb(250 204 21 / var(--tw-text-opacity))}.focus\:text-yellow-500:focus{--tw-text-opacity: 1;color:rgb(234 179 8 / var(--tw-text-opacity))}.focus\:text-yellow-600:focus{--tw-text-opacity: 1;color:rgb(202 138 4 / var(--tw-text-opacity))}.focus\:text-yellow-700:focus{--tw-text-opacity: 1;color:rgb(161 98 7 / var(--tw-text-opacity))}.focus\:text-yellow-800:focus{--tw-text-opacity: 1;color:rgb(133 77 14 / var(--tw-text-opacity))}.focus\:text-yellow-900:focus{--tw-text-opacity: 1;color:rgb(113 63 18 / var(--tw-text-opacity))}.focus\:text-lime-50:focus{--tw-text-opacity: 1;color:rgb(247 254 231 / var(--tw-text-opacity))}.focus\:text-lime-100:focus{--tw-text-opacity: 1;color:rgb(236 252 203 / var(--tw-text-opacity))}.focus\:text-lime-200:focus{--tw-text-opacity: 1;color:rgb(217 249 157 / var(--tw-text-opacity))}.focus\:text-lime-300:focus{--tw-text-opacity: 1;color:rgb(190 242 100 / var(--tw-text-opacity))}.focus\:text-lime-400:focus{--tw-text-opacity: 1;color:rgb(163 230 53 / var(--tw-text-opacity))}.focus\:text-lime-500:focus{--tw-text-opacity: 1;color:rgb(132 204 22 / var(--tw-text-opacity))}.focus\:text-lime-600:focus{--tw-text-opacity: 1;color:rgb(101 163 13 / var(--tw-text-opacity))}.focus\:text-lime-700:focus{--tw-text-opacity: 1;color:rgb(77 124 15 / var(--tw-text-opacity))}.focus\:text-lime-800:focus{--tw-text-opacity: 1;color:rgb(63 98 18 / var(--tw-text-opacity))}.focus\:text-lime-900:focus{--tw-text-opacity: 1;color:rgb(54 83 20 / var(--tw-text-opacity))}.focus\:text-green-50:focus{--tw-text-opacity: 1;color:rgb(240 253 244 / var(--tw-text-opacity))}.focus\:text-green-100:focus{--tw-text-opacity: 1;color:rgb(220 252 231 / var(--tw-text-opacity))}.focus\:text-green-200:focus{--tw-text-opacity: 1;color:rgb(187 247 208 / var(--tw-text-opacity))}.focus\:text-green-300:focus{--tw-text-opacity: 1;color:rgb(134 239 172 / var(--tw-text-opacity))}.focus\:text-green-400:focus{--tw-text-opacity: 1;color:rgb(74 222 128 / var(--tw-text-opacity))}.focus\:text-green-500:focus{--tw-text-opacity: 1;color:rgb(34 197 94 / var(--tw-text-opacity))}.focus\:text-green-600:focus{--tw-text-opacity: 1;color:rgb(22 163 74 / var(--tw-text-opacity))}.focus\:text-green-700:focus{--tw-text-opacity: 1;color:rgb(21 128 61 / var(--tw-text-opacity))}.focus\:text-green-800:focus{--tw-text-opacity: 1;color:rgb(22 101 52 / var(--tw-text-opacity))}.focus\:text-green-900:focus{--tw-text-opacity: 1;color:rgb(20 83 45 / var(--tw-text-opacity))}.focus\:text-emerald-50:focus{--tw-text-opacity: 1;color:rgb(236 253 245 / var(--tw-text-opacity))}.focus\:text-emerald-100:focus{--tw-text-opacity: 1;color:rgb(209 250 229 / var(--tw-text-opacity))}.focus\:text-emerald-200:focus{--tw-text-opacity: 1;color:rgb(167 243 208 / var(--tw-text-opacity))}.focus\:text-emerald-300:focus{--tw-text-opacity: 1;color:rgb(110 231 183 / var(--tw-text-opacity))}.focus\:text-emerald-400:focus{--tw-text-opacity: 1;color:rgb(52 211 153 / var(--tw-text-opacity))}.focus\:text-emerald-500:focus{--tw-text-opacity: 1;color:rgb(16 185 129 / var(--tw-text-opacity))}.focus\:text-emerald-600:focus{--tw-text-opacity: 1;color:rgb(5 150 105 / var(--tw-text-opacity))}.focus\:text-emerald-700:focus{--tw-text-opacity: 1;color:rgb(4 120 87 / var(--tw-text-opacity))}.focus\:text-emerald-800:focus{--tw-text-opacity: 1;color:rgb(6 95 70 / var(--tw-text-opacity))}.focus\:text-emerald-900:focus{--tw-text-opacity: 1;color:rgb(6 78 59 / var(--tw-text-opacity))}.focus\:text-teal-50:focus{--tw-text-opacity: 1;color:rgb(240 253 250 / var(--tw-text-opacity))}.focus\:text-teal-100:focus{--tw-text-opacity: 1;color:rgb(204 251 241 / var(--tw-text-opacity))}.focus\:text-teal-200:focus{--tw-text-opacity: 1;color:rgb(153 246 228 / var(--tw-text-opacity))}.focus\:text-teal-300:focus{--tw-text-opacity: 1;color:rgb(94 234 212 / var(--tw-text-opacity))}.focus\:text-teal-400:focus{--tw-text-opacity: 1;color:rgb(45 212 191 / var(--tw-text-opacity))}.focus\:text-teal-500:focus{--tw-text-opacity: 1;color:rgb(20 184 166 / var(--tw-text-opacity))}.focus\:text-teal-600:focus{--tw-text-opacity: 1;color:rgb(13 148 136 / var(--tw-text-opacity))}.focus\:text-teal-700:focus{--tw-text-opacity: 1;color:rgb(15 118 110 / var(--tw-text-opacity))}.focus\:text-teal-800:focus{--tw-text-opacity: 1;color:rgb(17 94 89 / var(--tw-text-opacity))}.focus\:text-teal-900:focus{--tw-text-opacity: 1;color:rgb(19 78 74 / var(--tw-text-opacity))}.focus\:text-cyan-50:focus{--tw-text-opacity: 1;color:rgb(236 254 255 / var(--tw-text-opacity))}.focus\:text-cyan-100:focus{--tw-text-opacity: 1;color:rgb(207 250 254 / var(--tw-text-opacity))}.focus\:text-cyan-200:focus{--tw-text-opacity: 1;color:rgb(165 243 252 / var(--tw-text-opacity))}.focus\:text-cyan-300:focus{--tw-text-opacity: 1;color:rgb(103 232 249 / var(--tw-text-opacity))}.focus\:text-cyan-400:focus{--tw-text-opacity: 1;color:rgb(34 211 238 / var(--tw-text-opacity))}.focus\:text-cyan-500:focus{--tw-text-opacity: 1;color:rgb(6 182 212 / var(--tw-text-opacity))}.focus\:text-cyan-600:focus{--tw-text-opacity: 1;color:rgb(8 145 178 / var(--tw-text-opacity))}.focus\:text-cyan-700:focus{--tw-text-opacity: 1;color:rgb(14 116 144 / var(--tw-text-opacity))}.focus\:text-cyan-800:focus{--tw-text-opacity: 1;color:rgb(21 94 117 / var(--tw-text-opacity))}.focus\:text-cyan-900:focus{--tw-text-opacity: 1;color:rgb(22 78 99 / var(--tw-text-opacity))}.focus\:text-sky-50:focus{--tw-text-opacity: 1;color:rgb(240 249 255 / var(--tw-text-opacity))}.focus\:text-sky-100:focus{--tw-text-opacity: 1;color:rgb(224 242 254 / var(--tw-text-opacity))}.focus\:text-sky-200:focus{--tw-text-opacity: 1;color:rgb(186 230 253 / var(--tw-text-opacity))}.focus\:text-sky-300:focus{--tw-text-opacity: 1;color:rgb(125 211 252 / var(--tw-text-opacity))}.focus\:text-sky-400:focus{--tw-text-opacity: 1;color:rgb(56 189 248 / var(--tw-text-opacity))}.focus\:text-sky-500:focus{--tw-text-opacity: 1;color:rgb(14 165 233 / var(--tw-text-opacity))}.focus\:text-sky-600:focus{--tw-text-opacity: 1;color:rgb(2 132 199 / var(--tw-text-opacity))}.focus\:text-sky-700:focus{--tw-text-opacity: 1;color:rgb(3 105 161 / var(--tw-text-opacity))}.focus\:text-sky-800:focus{--tw-text-opacity: 1;color:rgb(7 89 133 / var(--tw-text-opacity))}.focus\:text-sky-900:focus{--tw-text-opacity: 1;color:rgb(12 74 110 / var(--tw-text-opacity))}.focus\:text-blue-50:focus{--tw-text-opacity: 1;color:rgb(239 246 255 / var(--tw-text-opacity))}.focus\:text-blue-100:focus{--tw-text-opacity: 1;color:rgb(219 234 254 / var(--tw-text-opacity))}.focus\:text-blue-200:focus{--tw-text-opacity: 1;color:rgb(191 219 254 / var(--tw-text-opacity))}.focus\:text-blue-300:focus{--tw-text-opacity: 1;color:rgb(147 197 253 / var(--tw-text-opacity))}.focus\:text-blue-400:focus{--tw-text-opacity: 1;color:rgb(96 165 250 / var(--tw-text-opacity))}.focus\:text-blue-500:focus{--tw-text-opacity: 1;color:rgb(59 130 246 / var(--tw-text-opacity))}.focus\:text-blue-600:focus{--tw-text-opacity: 1;color:rgb(37 99 235 / var(--tw-text-opacity))}.focus\:text-blue-700:focus{--tw-text-opacity: 1;color:rgb(29 78 216 / var(--tw-text-opacity))}.focus\:text-blue-800:focus{--tw-text-opacity: 1;color:rgb(30 64 175 / var(--tw-text-opacity))}.focus\:text-blue-900:focus{--tw-text-opacity: 1;color:rgb(30 58 138 / var(--tw-text-opacity))}.focus\:text-indigo-50:focus{--tw-text-opacity: 1;color:rgb(238 242 255 / var(--tw-text-opacity))}.focus\:text-indigo-100:focus{--tw-text-opacity: 1;color:rgb(224 231 255 / var(--tw-text-opacity))}.focus\:text-indigo-200:focus{--tw-text-opacity: 1;color:rgb(199 210 254 / var(--tw-text-opacity))}.focus\:text-indigo-300:focus{--tw-text-opacity: 1;color:rgb(165 180 252 / var(--tw-text-opacity))}.focus\:text-indigo-400:focus{--tw-text-opacity: 1;color:rgb(129 140 248 / var(--tw-text-opacity))}.focus\:text-indigo-500:focus{--tw-text-opacity: 1;color:rgb(99 102 241 / var(--tw-text-opacity))}.focus\:text-indigo-600:focus{--tw-text-opacity: 1;color:rgb(79 70 229 / var(--tw-text-opacity))}.focus\:text-indigo-700:focus{--tw-text-opacity: 1;color:rgb(67 56 202 / var(--tw-text-opacity))}.focus\:text-indigo-800:focus{--tw-text-opacity: 1;color:rgb(55 48 163 / var(--tw-text-opacity))}.focus\:text-indigo-900:focus{--tw-text-opacity: 1;color:rgb(49 46 129 / var(--tw-text-opacity))}.focus\:text-violet-50:focus{--tw-text-opacity: 1;color:rgb(245 243 255 / var(--tw-text-opacity))}.focus\:text-violet-100:focus{--tw-text-opacity: 1;color:rgb(237 233 254 / var(--tw-text-opacity))}.focus\:text-violet-200:focus{--tw-text-opacity: 1;color:rgb(221 214 254 / var(--tw-text-opacity))}.focus\:text-violet-300:focus{--tw-text-opacity: 1;color:rgb(196 181 253 / var(--tw-text-opacity))}.focus\:text-violet-400:focus{--tw-text-opacity: 1;color:rgb(167 139 250 / var(--tw-text-opacity))}.focus\:text-violet-500:focus{--tw-text-opacity: 1;color:rgb(139 92 246 / var(--tw-text-opacity))}.focus\:text-violet-600:focus{--tw-text-opacity: 1;color:rgb(124 58 237 / var(--tw-text-opacity))}.focus\:text-violet-700:focus{--tw-text-opacity: 1;color:rgb(109 40 217 / var(--tw-text-opacity))}.focus\:text-violet-800:focus{--tw-text-opacity: 1;color:rgb(91 33 182 / var(--tw-text-opacity))}.focus\:text-violet-900:focus{--tw-text-opacity: 1;color:rgb(76 29 149 / var(--tw-text-opacity))}.focus\:text-purple-50:focus{--tw-text-opacity: 1;color:rgb(250 245 255 / var(--tw-text-opacity))}.focus\:text-purple-100:focus{--tw-text-opacity: 1;color:rgb(243 232 255 / var(--tw-text-opacity))}.focus\:text-purple-200:focus{--tw-text-opacity: 1;color:rgb(233 213 255 / var(--tw-text-opacity))}.focus\:text-purple-300:focus{--tw-text-opacity: 1;color:rgb(216 180 254 / var(--tw-text-opacity))}.focus\:text-purple-400:focus{--tw-text-opacity: 1;color:rgb(192 132 252 / var(--tw-text-opacity))}.focus\:text-purple-500:focus{--tw-text-opacity: 1;color:rgb(168 85 247 / var(--tw-text-opacity))}.focus\:text-purple-600:focus{--tw-text-opacity: 1;color:rgb(147 51 234 / var(--tw-text-opacity))}.focus\:text-purple-700:focus{--tw-text-opacity: 1;color:rgb(126 34 206 / var(--tw-text-opacity))}.focus\:text-purple-800:focus{--tw-text-opacity: 1;color:rgb(107 33 168 / var(--tw-text-opacity))}.focus\:text-purple-900:focus{--tw-text-opacity: 1;color:rgb(88 28 135 / var(--tw-text-opacity))}.focus\:text-fuchsia-50:focus{--tw-text-opacity: 1;color:rgb(253 244 255 / var(--tw-text-opacity))}.focus\:text-fuchsia-100:focus{--tw-text-opacity: 1;color:rgb(250 232 255 / var(--tw-text-opacity))}.focus\:text-fuchsia-200:focus{--tw-text-opacity: 1;color:rgb(245 208 254 / var(--tw-text-opacity))}.focus\:text-fuchsia-300:focus{--tw-text-opacity: 1;color:rgb(240 171 252 / var(--tw-text-opacity))}.focus\:text-fuchsia-400:focus{--tw-text-opacity: 1;color:rgb(232 121 249 / var(--tw-text-opacity))}.focus\:text-fuchsia-500:focus{--tw-text-opacity: 1;color:rgb(217 70 239 / var(--tw-text-opacity))}.focus\:text-fuchsia-600:focus{--tw-text-opacity: 1;color:rgb(192 38 211 / var(--tw-text-opacity))}.focus\:text-fuchsia-700:focus{--tw-text-opacity: 1;color:rgb(162 28 175 / var(--tw-text-opacity))}.focus\:text-fuchsia-800:focus{--tw-text-opacity: 1;color:rgb(134 25 143 / var(--tw-text-opacity))}.focus\:text-fuchsia-900:focus{--tw-text-opacity: 1;color:rgb(112 26 117 / var(--tw-text-opacity))}.focus\:text-pink-50:focus{--tw-text-opacity: 1;color:rgb(253 242 248 / var(--tw-text-opacity))}.focus\:text-pink-100:focus{--tw-text-opacity: 1;color:rgb(252 231 243 / var(--tw-text-opacity))}.focus\:text-pink-200:focus{--tw-text-opacity: 1;color:rgb(251 207 232 / var(--tw-text-opacity))}.focus\:text-pink-300:focus{--tw-text-opacity: 1;color:rgb(249 168 212 / var(--tw-text-opacity))}.focus\:text-pink-400:focus{--tw-text-opacity: 1;color:rgb(244 114 182 / var(--tw-text-opacity))}.focus\:text-pink-500:focus{--tw-text-opacity: 1;color:rgb(236 72 153 / var(--tw-text-opacity))}.focus\:text-pink-600:focus{--tw-text-opacity: 1;color:rgb(219 39 119 / var(--tw-text-opacity))}.focus\:text-pink-700:focus{--tw-text-opacity: 1;color:rgb(190 24 93 / var(--tw-text-opacity))}.focus\:text-pink-800:focus{--tw-text-opacity: 1;color:rgb(157 23 77 / var(--tw-text-opacity))}.focus\:text-pink-900:focus{--tw-text-opacity: 1;color:rgb(131 24 67 / var(--tw-text-opacity))}.focus\:text-rose-50:focus{--tw-text-opacity: 1;color:rgb(255 241 242 / var(--tw-text-opacity))}.focus\:text-rose-100:focus{--tw-text-opacity: 1;color:rgb(255 228 230 / var(--tw-text-opacity))}.focus\:text-rose-200:focus{--tw-text-opacity: 1;color:rgb(254 205 211 / var(--tw-text-opacity))}.focus\:text-rose-300:focus{--tw-text-opacity: 1;color:rgb(253 164 175 / var(--tw-text-opacity))}.focus\:text-rose-400:focus{--tw-text-opacity: 1;color:rgb(251 113 133 / var(--tw-text-opacity))}.focus\:text-rose-500:focus{--tw-text-opacity: 1;color:rgb(244 63 94 / var(--tw-text-opacity))}.focus\:text-rose-600:focus{--tw-text-opacity: 1;color:rgb(225 29 72 / var(--tw-text-opacity))}.focus\:text-rose-700:focus{--tw-text-opacity: 1;color:rgb(190 18 60 / var(--tw-text-opacity))}.focus\:text-rose-800:focus{--tw-text-opacity: 1;color:rgb(159 18 57 / var(--tw-text-opacity))}.focus\:text-rose-900:focus{--tw-text-opacity: 1;color:rgb(136 19 55 / var(--tw-text-opacity))}.focus\:outline-none:focus{outline:2px solid transparent;outline-offset:2px}.focus\:ring-2:focus{--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow, 0 0 #0000)}.focus\:ring-4:focus{--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(4px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow, 0 0 #0000)}.focus\:ring-blue-100:focus{--tw-ring-opacity: 1;--tw-ring-color: rgb(219 234 254 / var(--tw-ring-opacity))}.focus\:ring-gray-100:focus{--tw-ring-opacity: 1;--tw-ring-color: rgb(243 244 246 / var(--tw-ring-opacity))}.disabled\:cursor-not-allowed:disabled{cursor:not-allowed}.disabled\:opacity-70:disabled{opacity:.7}.disabled\:opacity-60:disabled{opacity:.6}@media (min-width: 640px){.sm\:static{position:static}.sm\:fixed{position:fixed}.sm\:absolute{position:absolute}.sm\:relative{position:relative}.sm\:sticky{position:sticky}.sm\:inset-0{top:0px;right:0px;bottom:0px;left:0px}.sm\:inset-1{top:.25rem;right:.25rem;bottom:.25rem;left:.25rem}.sm\:inset-2{top:.5rem;right:.5rem;bottom:.5rem;left:.5rem}.sm\:inset-3{top:.75rem;right:.75rem;bottom:.75rem;left:.75rem}.sm\:inset-4{top:1rem;right:1rem;bottom:1rem;left:1rem}.sm\:inset-5{top:1.25rem;right:1.25rem;bottom:1.25rem;left:1.25rem}.sm\:inset-6{top:1.5rem;right:1.5rem;bottom:1.5rem;left:1.5rem}.sm\:inset-7{top:1.75rem;right:1.75rem;bottom:1.75rem;left:1.75rem}.sm\:inset-8{top:2rem;right:2rem;bottom:2rem;left:2rem}.sm\:inset-9{top:2.25rem;right:2.25rem;bottom:2.25rem;left:2.25rem}.sm\:inset-10{top:2.5rem;right:2.5rem;bottom:2.5rem;left:2.5rem}.sm\:inset-11{top:2.75rem;right:2.75rem;bottom:2.75rem;left:2.75rem}.sm\:inset-12{top:3rem;right:3rem;bottom:3rem;left:3rem}.sm\:inset-14{top:3.5rem;right:3.5rem;bottom:3.5rem;left:3.5rem}.sm\:inset-16{top:4rem;right:4rem;bottom:4rem;left:4rem}.sm\:inset-20{top:5rem;right:5rem;bottom:5rem;left:5rem}.sm\:inset-24{top:6rem;right:6rem;bottom:6rem;left:6rem}.sm\:inset-28{top:7rem;right:7rem;bottom:7rem;left:7rem}.sm\:inset-32{top:8rem;right:8rem;bottom:8rem;left:8rem}.sm\:inset-36{top:9rem;right:9rem;bottom:9rem;left:9rem}.sm\:inset-40{top:10rem;right:10rem;bottom:10rem;left:10rem}.sm\:inset-44{top:11rem;right:11rem;bottom:11rem;left:11rem}.sm\:inset-48{top:12rem;right:12rem;bottom:12rem;left:12rem}.sm\:inset-52{top:13rem;right:13rem;bottom:13rem;left:13rem}.sm\:inset-56{top:14rem;right:14rem;bottom:14rem;left:14rem}.sm\:inset-60{top:15rem;right:15rem;bottom:15rem;left:15rem}.sm\:inset-64{top:16rem;right:16rem;bottom:16rem;left:16rem}.sm\:inset-72{top:18rem;right:18rem;bottom:18rem;left:18rem}.sm\:inset-80{top:20rem;right:20rem;bottom:20rem;left:20rem}.sm\:inset-96{top:24rem;right:24rem;bottom:24rem;left:24rem}.sm\:inset-auto{top:auto;right:auto;bottom:auto;left:auto}.sm\:inset-px{top:1px;right:1px;bottom:1px;left:1px}.sm\:inset-0\.5{top:.125rem;right:.125rem;bottom:.125rem;left:.125rem}.sm\:inset-1\.5{top:.375rem;right:.375rem;bottom:.375rem;left:.375rem}.sm\:inset-2\.5{top:.625rem;right:.625rem;bottom:.625rem;left:.625rem}.sm\:inset-3\.5{top:.875rem;right:.875rem;bottom:.875rem;left:.875rem}.sm\:inset-full{top:100%;right:100%;bottom:100%;left:100%}.sm\:top-0{top:0px}.sm\:top-1{top:.25rem}.sm\:top-2{top:.5rem}.sm\:top-3{top:.75rem}.sm\:top-4{top:1rem}.sm\:top-5{top:1.25rem}.sm\:top-6{top:1.5rem}.sm\:top-7{top:1.75rem}.sm\:top-8{top:2rem}.sm\:top-9{top:2.25rem}.sm\:top-10{top:2.5rem}.sm\:top-11{top:2.75rem}.sm\:top-12{top:3rem}.sm\:top-14{top:3.5rem}.sm\:top-16{top:4rem}.sm\:top-20{top:5rem}.sm\:top-24{top:6rem}.sm\:top-28{top:7rem}.sm\:top-32{top:8rem}.sm\:top-36{top:9rem}.sm\:top-40{top:10rem}.sm\:top-44{top:11rem}.sm\:top-48{top:12rem}.sm\:top-52{top:13rem}.sm\:top-56{top:14rem}.sm\:top-60{top:15rem}.sm\:top-64{top:16rem}.sm\:top-72{top:18rem}.sm\:top-80{top:20rem}.sm\:top-96{top:24rem}.sm\:top-auto{top:auto}.sm\:top-px{top:1px}.sm\:top-0\.5{top:.125rem}.sm\:top-1\.5{top:.375rem}.sm\:top-2\.5{top:.625rem}.sm\:top-3\.5{top:.875rem}.sm\:top-full{top:100%}.sm\:right-0{right:0px}.sm\:right-1{right:.25rem}.sm\:right-2{right:.5rem}.sm\:right-3{right:.75rem}.sm\:right-4{right:1rem}.sm\:right-5{right:1.25rem}.sm\:right-6{right:1.5rem}.sm\:right-7{right:1.75rem}.sm\:right-8{right:2rem}.sm\:right-9{right:2.25rem}.sm\:right-10{right:2.5rem}.sm\:right-11{right:2.75rem}.sm\:right-12{right:3rem}.sm\:right-14{right:3.5rem}.sm\:right-16{right:4rem}.sm\:right-20{right:5rem}.sm\:right-24{right:6rem}.sm\:right-28{right:7rem}.sm\:right-32{right:8rem}.sm\:right-36{right:9rem}.sm\:right-40{right:10rem}.sm\:right-44{right:11rem}.sm\:right-48{right:12rem}.sm\:right-52{right:13rem}.sm\:right-56{right:14rem}.sm\:right-60{right:15rem}.sm\:right-64{right:16rem}.sm\:right-72{right:18rem}.sm\:right-80{right:20rem}.sm\:right-96{right:24rem}.sm\:right-auto{right:auto}.sm\:right-px{right:1px}.sm\:right-0\.5{right:.125rem}.sm\:right-1\.5{right:.375rem}.sm\:right-2\.5{right:.625rem}.sm\:right-3\.5{right:.875rem}.sm\:right-full{right:100%}.sm\:bottom-0{bottom:0px}.sm\:bottom-1{bottom:.25rem}.sm\:bottom-2{bottom:.5rem}.sm\:bottom-3{bottom:.75rem}.sm\:bottom-4{bottom:1rem}.sm\:bottom-5{bottom:1.25rem}.sm\:bottom-6{bottom:1.5rem}.sm\:bottom-7{bottom:1.75rem}.sm\:bottom-8{bottom:2rem}.sm\:bottom-9{bottom:2.25rem}.sm\:bottom-10{bottom:2.5rem}.sm\:bottom-11{bottom:2.75rem}.sm\:bottom-12{bottom:3rem}.sm\:bottom-14{bottom:3.5rem}.sm\:bottom-16{bottom:4rem}.sm\:bottom-20{bottom:5rem}.sm\:bottom-24{bottom:6rem}.sm\:bottom-28{bottom:7rem}.sm\:bottom-32{bottom:8rem}.sm\:bottom-36{bottom:9rem}.sm\:bottom-40{bottom:10rem}.sm\:bottom-44{bottom:11rem}.sm\:bottom-48{bottom:12rem}.sm\:bottom-52{bottom:13rem}.sm\:bottom-56{bottom:14rem}.sm\:bottom-60{bottom:15rem}.sm\:bottom-64{bottom:16rem}.sm\:bottom-72{bottom:18rem}.sm\:bottom-80{bottom:20rem}.sm\:bottom-96{bottom:24rem}.sm\:bottom-auto{bottom:auto}.sm\:bottom-px{bottom:1px}.sm\:bottom-0\.5{bottom:.125rem}.sm\:bottom-1\.5{bottom:.375rem}.sm\:bottom-2\.5{bottom:.625rem}.sm\:bottom-3\.5{bottom:.875rem}.sm\:bottom-full{bottom:100%}.sm\:left-0{left:0px}.sm\:left-1{left:.25rem}.sm\:left-2{left:.5rem}.sm\:left-3{left:.75rem}.sm\:left-4{left:1rem}.sm\:left-5{left:1.25rem}.sm\:left-6{left:1.5rem}.sm\:left-7{left:1.75rem}.sm\:left-8{left:2rem}.sm\:left-9{left:2.25rem}.sm\:left-10{left:2.5rem}.sm\:left-11{left:2.75rem}.sm\:left-12{left:3rem}.sm\:left-14{left:3.5rem}.sm\:left-16{left:4rem}.sm\:left-20{left:5rem}.sm\:left-24{left:6rem}.sm\:left-28{left:7rem}.sm\:left-32{left:8rem}.sm\:left-36{left:9rem}.sm\:left-40{left:10rem}.sm\:left-44{left:11rem}.sm\:left-48{left:12rem}.sm\:left-52{left:13rem}.sm\:left-56{left:14rem}.sm\:left-60{left:15rem}.sm\:left-64{left:16rem}.sm\:left-72{left:18rem}.sm\:left-80{left:20rem}.sm\:left-96{left:24rem}.sm\:left-auto{left:auto}.sm\:left-px{left:1px}.sm\:left-0\.5{left:.125rem}.sm\:left-1\.5{left:.375rem}.sm\:left-2\.5{left:.625rem}.sm\:left-3\.5{left:.875rem}.sm\:left-full{left:100%}.sm\:z-0{z-index:0}.sm\:z-10{z-index:10}.sm\:z-20{z-index:20}.sm\:z-40{z-index:40}.sm\:z-auto{z-index:auto}.sm\:col-span-1{grid-column:span 1 / span 1}.sm\:col-span-2{grid-column:span 2 / span 2}.sm\:col-span-3{grid-column:span 3 / span 3}.sm\:col-span-4{grid-column:span 4 / span 4}.sm\:col-span-5{grid-column:span 5 / span 5}.sm\:col-span-6{grid-column:span 6 / span 6}.sm\:col-span-7{grid-column:span 7 / span 7}.sm\:col-span-8{grid-column:span 8 / span 8}.sm\:col-span-9{grid-column:span 9 / span 9}.sm\:col-span-10{grid-column:span 10 / span 10}.sm\:col-span-11{grid-column:span 11 / span 11}.sm\:col-span-12{grid-column:span 12 / span 12}.sm\:col-span-full{grid-column:1 / -1}.sm\:row-span-1{grid-row:span 1 / span 1}.sm\:row-span-2{grid-row:span 2 / span 2}.sm\:row-span-3{grid-row:span 3 / span 3}.sm\:row-span-4{grid-row:span 4 / span 4}.sm\:row-span-5{grid-row:span 5 / span 5}.sm\:row-span-6{grid-row:span 6 / span 6}.sm\:row-span-full{grid-row:1 / -1}.sm\:m-0{margin:0}.sm\:m-1{margin:.25rem}.sm\:m-2{margin:.5rem}.sm\:m-3{margin:.75rem}.sm\:m-4{margin:1rem}.sm\:m-5{margin:1.25rem}.sm\:m-6{margin:1.5rem}.sm\:m-7{margin:1.75rem}.sm\:m-8{margin:2rem}.sm\:m-9{margin:2.25rem}.sm\:m-10{margin:2.5rem}.sm\:m-11{margin:2.75rem}.sm\:m-12{margin:3rem}.sm\:m-14{margin:3.5rem}.sm\:m-16{margin:4rem}.sm\:m-20{margin:5rem}.sm\:m-24{margin:6rem}.sm\:m-28{margin:7rem}.sm\:m-32{margin:8rem}.sm\:m-36{margin:9rem}.sm\:m-40{margin:10rem}.sm\:m-44{margin:11rem}.sm\:m-48{margin:12rem}.sm\:m-52{margin:13rem}.sm\:m-56{margin:14rem}.sm\:m-60{margin:15rem}.sm\:m-64{margin:16rem}.sm\:m-72{margin:18rem}.sm\:m-80{margin:20rem}.sm\:m-96{margin:24rem}.sm\:m-auto{margin:auto}.sm\:m-px{margin:1px}.sm\:m-0\.5{margin:.125rem}.sm\:m-1\.5{margin:.375rem}.sm\:m-2\.5{margin:.625rem}.sm\:m-3\.5{margin:.875rem}.sm\:mx-0{margin-left:0;margin-right:0}.sm\:mx-1{margin-left:.25rem;margin-right:.25rem}.sm\:mx-2{margin-left:.5rem;margin-right:.5rem}.sm\:mx-3{margin-left:.75rem;margin-right:.75rem}.sm\:mx-4{margin-left:1rem;margin-right:1rem}.sm\:mx-5{margin-left:1.25rem;margin-right:1.25rem}.sm\:mx-6{margin-left:1.5rem;margin-right:1.5rem}.sm\:mx-7{margin-left:1.75rem;margin-right:1.75rem}.sm\:mx-8{margin-left:2rem;margin-right:2rem}.sm\:mx-9{margin-left:2.25rem;margin-right:2.25rem}.sm\:mx-10{margin-left:2.5rem;margin-right:2.5rem}.sm\:mx-11{margin-left:2.75rem;margin-right:2.75rem}.sm\:mx-12{margin-left:3rem;margin-right:3rem}.sm\:mx-14{margin-left:3.5rem;margin-right:3.5rem}.sm\:mx-16{margin-left:4rem;margin-right:4rem}.sm\:mx-20{margin-left:5rem;margin-right:5rem}.sm\:mx-24{margin-left:6rem;margin-right:6rem}.sm\:mx-28{margin-left:7rem;margin-right:7rem}.sm\:mx-32{margin-left:8rem;margin-right:8rem}.sm\:mx-36{margin-left:9rem;margin-right:9rem}.sm\:mx-40{margin-left:10rem;margin-right:10rem}.sm\:mx-44{margin-left:11rem;margin-right:11rem}.sm\:mx-48{margin-left:12rem;margin-right:12rem}.sm\:mx-52{margin-left:13rem;margin-right:13rem}.sm\:mx-56{margin-left:14rem;margin-right:14rem}.sm\:mx-60{margin-left:15rem;margin-right:15rem}.sm\:mx-64{margin-left:16rem;margin-right:16rem}.sm\:mx-72{margin-left:18rem;margin-right:18rem}.sm\:mx-80{margin-left:20rem;margin-right:20rem}.sm\:mx-96{margin-left:24rem;margin-right:24rem}.sm\:mx-auto{margin-left:auto;margin-right:auto}.sm\:mx-px{margin-left:1px;margin-right:1px}.sm\:mx-0\.5{margin-left:.125rem;margin-right:.125rem}.sm\:mx-1\.5{margin-left:.375rem;margin-right:.375rem}.sm\:mx-2\.5{margin-left:.625rem;margin-right:.625rem}.sm\:mx-3\.5{margin-left:.875rem;margin-right:.875rem}.sm\:my-0{margin-top:0;margin-bottom:0}.sm\:my-1{margin-top:.25rem;margin-bottom:.25rem}.sm\:my-2{margin-top:.5rem;margin-bottom:.5rem}.sm\:my-3{margin-top:.75rem;margin-bottom:.75rem}.sm\:my-4{margin-top:1rem;margin-bottom:1rem}.sm\:my-5{margin-top:1.25rem;margin-bottom:1.25rem}.sm\:my-6{margin-top:1.5rem;margin-bottom:1.5rem}.sm\:my-7{margin-top:1.75rem;margin-bottom:1.75rem}.sm\:my-8{margin-top:2rem;margin-bottom:2rem}.sm\:my-9{margin-top:2.25rem;margin-bottom:2.25rem}.sm\:my-10{margin-top:2.5rem;margin-bottom:2.5rem}.sm\:my-11{margin-top:2.75rem;margin-bottom:2.75rem}.sm\:my-12{margin-top:3rem;margin-bottom:3rem}.sm\:my-14{margin-top:3.5rem;margin-bottom:3.5rem}.sm\:my-16{margin-top:4rem;margin-bottom:4rem}.sm\:my-20{margin-top:5rem;margin-bottom:5rem}.sm\:my-24{margin-top:6rem;margin-bottom:6rem}.sm\:my-28{margin-top:7rem;margin-bottom:7rem}.sm\:my-32{margin-top:8rem;margin-bottom:8rem}.sm\:my-36{margin-top:9rem;margin-bottom:9rem}.sm\:my-40{margin-top:10rem;margin-bottom:10rem}.sm\:my-44{margin-top:11rem;margin-bottom:11rem}.sm\:my-48{margin-top:12rem;margin-bottom:12rem}.sm\:my-52{margin-top:13rem;margin-bottom:13rem}.sm\:my-56{margin-top:14rem;margin-bottom:14rem}.sm\:my-60{margin-top:15rem;margin-bottom:15rem}.sm\:my-64{margin-top:16rem;margin-bottom:16rem}.sm\:my-72{margin-top:18rem;margin-bottom:18rem}.sm\:my-80{margin-top:20rem;margin-bottom:20rem}.sm\:my-96{margin-top:24rem;margin-bottom:24rem}.sm\:my-auto{margin-top:auto;margin-bottom:auto}.sm\:my-px{margin-top:1px;margin-bottom:1px}.sm\:my-0\.5{margin-top:.125rem;margin-bottom:.125rem}.sm\:my-1\.5{margin-top:.375rem;margin-bottom:.375rem}.sm\:my-2\.5{margin-top:.625rem;margin-bottom:.625rem}.sm\:my-3\.5{margin-top:.875rem;margin-bottom:.875rem}.sm\:mt-0{margin-top:0}.sm\:mt-1{margin-top:.25rem}.sm\:mt-2{margin-top:.5rem}.sm\:mt-3{margin-top:.75rem}.sm\:mt-4{margin-top:1rem}.sm\:mt-5{margin-top:1.25rem}.sm\:mt-6{margin-top:1.5rem}.sm\:mt-7{margin-top:1.75rem}.sm\:mt-8{margin-top:2rem}.sm\:mt-9{margin-top:2.25rem}.sm\:mt-10{margin-top:2.5rem}.sm\:mt-11{margin-top:2.75rem}.sm\:mt-12{margin-top:3rem}.sm\:mt-14{margin-top:3.5rem}.sm\:mt-16{margin-top:4rem}.sm\:mt-20{margin-top:5rem}.sm\:mt-24{margin-top:6rem}.sm\:mt-28{margin-top:7rem}.sm\:mt-32{margin-top:8rem}.sm\:mt-36{margin-top:9rem}.sm\:mt-40{margin-top:10rem}.sm\:mt-44{margin-top:11rem}.sm\:mt-48{margin-top:12rem}.sm\:mt-52{margin-top:13rem}.sm\:mt-56{margin-top:14rem}.sm\:mt-60{margin-top:15rem}.sm\:mt-64{margin-top:16rem}.sm\:mt-72{margin-top:18rem}.sm\:mt-80{margin-top:20rem}.sm\:mt-96{margin-top:24rem}.sm\:mt-auto{margin-top:auto}.sm\:mt-px{margin-top:1px}.sm\:mt-0\.5{margin-top:.125rem}.sm\:mt-1\.5{margin-top:.375rem}.sm\:mt-2\.5{margin-top:.625rem}.sm\:mt-3\.5{margin-top:.875rem}.sm\:mr-0{margin-right:0}.sm\:mr-1{margin-right:.25rem}.sm\:mr-2{margin-right:.5rem}.sm\:mr-3{margin-right:.75rem}.sm\:mr-4{margin-right:1rem}.sm\:mr-5{margin-right:1.25rem}.sm\:mr-6{margin-right:1.5rem}.sm\:mr-7{margin-right:1.75rem}.sm\:mr-8{margin-right:2rem}.sm\:mr-9{margin-right:2.25rem}.sm\:mr-10{margin-right:2.5rem}.sm\:mr-11{margin-right:2.75rem}.sm\:mr-12{margin-right:3rem}.sm\:mr-14{margin-right:3.5rem}.sm\:mr-16{margin-right:4rem}.sm\:mr-20{margin-right:5rem}.sm\:mr-24{margin-right:6rem}.sm\:mr-28{margin-right:7rem}.sm\:mr-32{margin-right:8rem}.sm\:mr-36{margin-right:9rem}.sm\:mr-40{margin-right:10rem}.sm\:mr-44{margin-right:11rem}.sm\:mr-48{margin-right:12rem}.sm\:mr-52{margin-right:13rem}.sm\:mr-56{margin-right:14rem}.sm\:mr-60{margin-right:15rem}.sm\:mr-64{margin-right:16rem}.sm\:mr-72{margin-right:18rem}.sm\:mr-80{margin-right:20rem}.sm\:mr-96{margin-right:24rem}.sm\:mr-auto{margin-right:auto}.sm\:mr-px{margin-right:1px}.sm\:mr-0\.5{margin-right:.125rem}.sm\:mr-1\.5{margin-right:.375rem}.sm\:mr-2\.5{margin-right:.625rem}.sm\:mr-3\.5{margin-right:.875rem}.sm\:mb-0{margin-bottom:0}.sm\:mb-1{margin-bottom:.25rem}.sm\:mb-2{margin-bottom:.5rem}.sm\:mb-3{margin-bottom:.75rem}.sm\:mb-4{margin-bottom:1rem}.sm\:mb-5{margin-bottom:1.25rem}.sm\:mb-6{margin-bottom:1.5rem}.sm\:mb-7{margin-bottom:1.75rem}.sm\:mb-8{margin-bottom:2rem}.sm\:mb-9{margin-bottom:2.25rem}.sm\:mb-10{margin-bottom:2.5rem}.sm\:mb-11{margin-bottom:2.75rem}.sm\:mb-12{margin-bottom:3rem}.sm\:mb-14{margin-bottom:3.5rem}.sm\:mb-16{margin-bottom:4rem}.sm\:mb-20{margin-bottom:5rem}.sm\:mb-24{margin-bottom:6rem}.sm\:mb-28{margin-bottom:7rem}.sm\:mb-32{margin-bottom:8rem}.sm\:mb-36{margin-bottom:9rem}.sm\:mb-40{margin-bottom:10rem}.sm\:mb-44{margin-bottom:11rem}.sm\:mb-48{margin-bottom:12rem}.sm\:mb-52{margin-bottom:13rem}.sm\:mb-56{margin-bottom:14rem}.sm\:mb-60{margin-bottom:15rem}.sm\:mb-64{margin-bottom:16rem}.sm\:mb-72{margin-bottom:18rem}.sm\:mb-80{margin-bottom:20rem}.sm\:mb-96{margin-bottom:24rem}.sm\:mb-auto{margin-bottom:auto}.sm\:mb-px{margin-bottom:1px}.sm\:mb-0\.5{margin-bottom:.125rem}.sm\:mb-1\.5{margin-bottom:.375rem}.sm\:mb-2\.5{margin-bottom:.625rem}.sm\:mb-3\.5{margin-bottom:.875rem}.sm\:ml-0{margin-left:0}.sm\:ml-1{margin-left:.25rem}.sm\:ml-2{margin-left:.5rem}.sm\:ml-3{margin-left:.75rem}.sm\:ml-4{margin-left:1rem}.sm\:ml-5{margin-left:1.25rem}.sm\:ml-6{margin-left:1.5rem}.sm\:ml-7{margin-left:1.75rem}.sm\:ml-8{margin-left:2rem}.sm\:ml-9{margin-left:2.25rem}.sm\:ml-10{margin-left:2.5rem}.sm\:ml-11{margin-left:2.75rem}.sm\:ml-12{margin-left:3rem}.sm\:ml-14{margin-left:3.5rem}.sm\:ml-16{margin-left:4rem}.sm\:ml-20{margin-left:5rem}.sm\:ml-24{margin-left:6rem}.sm\:ml-28{margin-left:7rem}.sm\:ml-32{margin-left:8rem}.sm\:ml-36{margin-left:9rem}.sm\:ml-40{margin-left:10rem}.sm\:ml-44{margin-left:11rem}.sm\:ml-48{margin-left:12rem}.sm\:ml-52{margin-left:13rem}.sm\:ml-56{margin-left:14rem}.sm\:ml-60{margin-left:15rem}.sm\:ml-64{margin-left:16rem}.sm\:ml-72{margin-left:18rem}.sm\:ml-80{margin-left:20rem}.sm\:ml-96{margin-left:24rem}.sm\:ml-auto{margin-left:auto}.sm\:ml-px{margin-left:1px}.sm\:ml-0\.5{margin-left:.125rem}.sm\:ml-1\.5{margin-left:.375rem}.sm\:ml-2\.5{margin-left:.625rem}.sm\:ml-3\.5{margin-left:.875rem}.sm\:block{display:block}.sm\:inline-block{display:inline-block}.sm\:flex{display:flex}.sm\:inline-flex{display:inline-flex}.sm\:grid{display:grid}.sm\:hidden{display:none}.sm\:h-0{height:0px}.sm\:h-1{height:.25rem}.sm\:h-2{height:.5rem}.sm\:h-3{height:.75rem}.sm\:h-4{height:1rem}.sm\:h-5{height:1.25rem}.sm\:h-6{height:1.5rem}.sm\:h-7{height:1.75rem}.sm\:h-8{height:2rem}.sm\:h-9{height:2.25rem}.sm\:h-10{height:2.5rem}.sm\:h-11{height:2.75rem}.sm\:h-12{height:3rem}.sm\:h-14{height:3.5rem}.sm\:h-16{height:4rem}.sm\:h-20{height:5rem}.sm\:h-24{height:6rem}.sm\:h-28{height:7rem}.sm\:h-32{height:8rem}.sm\:h-36{height:9rem}.sm\:h-40{height:10rem}.sm\:h-44{height:11rem}.sm\:h-48{height:12rem}.sm\:h-52{height:13rem}.sm\:h-56{height:14rem}.sm\:h-60{height:15rem}.sm\:h-64{height:16rem}.sm\:h-72{height:18rem}.sm\:h-80{height:20rem}.sm\:h-96{height:24rem}.sm\:h-auto{height:auto}.sm\:h-px{height:1px}.sm\:h-0\.5{height:.125rem}.sm\:h-1\.5{height:.375rem}.sm\:h-2\.5{height:.625rem}.sm\:h-3\.5{height:.875rem}.sm\:h-full{height:100%}.sm\:h-screen{height:100vh}.sm\:max-h-0{max-height:0px}.sm\:max-h-1{max-height:.25rem}.sm\:max-h-2{max-height:.5rem}.sm\:max-h-3{max-height:.75rem}.sm\:max-h-4{max-height:1rem}.sm\:max-h-5{max-height:1.25rem}.sm\:max-h-6{max-height:1.5rem}.sm\:max-h-7{max-height:1.75rem}.sm\:max-h-8{max-height:2rem}.sm\:max-h-9{max-height:2.25rem}.sm\:max-h-10{max-height:2.5rem}.sm\:max-h-11{max-height:2.75rem}.sm\:max-h-12{max-height:3rem}.sm\:max-h-14{max-height:3.5rem}.sm\:max-h-16{max-height:4rem}.sm\:max-h-20{max-height:5rem}.sm\:max-h-24{max-height:6rem}.sm\:max-h-28{max-height:7rem}.sm\:max-h-32{max-height:8rem}.sm\:max-h-36{max-height:9rem}.sm\:max-h-40{max-height:10rem}.sm\:max-h-44{max-height:11rem}.sm\:max-h-48{max-height:12rem}.sm\:max-h-52{max-height:13rem}.sm\:max-h-56{max-height:14rem}.sm\:max-h-60{max-height:15rem}.sm\:max-h-64{max-height:16rem}.sm\:max-h-72{max-height:18rem}.sm\:max-h-80{max-height:20rem}.sm\:max-h-96{max-height:24rem}.sm\:max-h-px{max-height:1px}.sm\:max-h-0\.5{max-height:.125rem}.sm\:max-h-1\.5{max-height:.375rem}.sm\:max-h-2\.5{max-height:.625rem}.sm\:max-h-3\.5{max-height:.875rem}.sm\:max-h-full{max-height:100%}.sm\:max-h-screen{max-height:100vh}.sm\:min-h-0{min-height:0px}.sm\:min-h-full{min-height:100%}.sm\:min-h-screen{min-height:100vh}.sm\:w-0{width:0px}.sm\:w-1{width:.25rem}.sm\:w-2{width:.5rem}.sm\:w-3{width:.75rem}.sm\:w-4{width:1rem}.sm\:w-5{width:1.25rem}.sm\:w-6{width:1.5rem}.sm\:w-7{width:1.75rem}.sm\:w-8{width:2rem}.sm\:w-9{width:2.25rem}.sm\:w-10{width:2.5rem}.sm\:w-11{width:2.75rem}.sm\:w-12{width:3rem}.sm\:w-14{width:3.5rem}.sm\:w-16{width:4rem}.sm\:w-20{width:5rem}.sm\:w-24{width:6rem}.sm\:w-28{width:7rem}.sm\:w-32{width:8rem}.sm\:w-36{width:9rem}.sm\:w-40{width:10rem}.sm\:w-44{width:11rem}.sm\:w-48{width:12rem}.sm\:w-52{width:13rem}.sm\:w-56{width:14rem}.sm\:w-60{width:15rem}.sm\:w-64{width:16rem}.sm\:w-72{width:18rem}.sm\:w-80{width:20rem}.sm\:w-96{width:24rem}.sm\:w-auto{width:auto}.sm\:w-px{width:1px}.sm\:w-0\.5{width:.125rem}.sm\:w-1\.5{width:.375rem}.sm\:w-2\.5{width:.625rem}.sm\:w-3\.5{width:.875rem}.sm\:w-full{width:100%}.sm\:w-screen{width:100vw}.sm\:min-w-0{min-width:0px}.sm\:min-w-full{min-width:100%}.sm\:max-w-0{max-width:0rem}.sm\:max-w-full{max-width:100%}.sm\:grid-cols-1{grid-template-columns:repeat(1,minmax(0,1fr))}.sm\:grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.sm\:grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}.sm\:grid-cols-4{grid-template-columns:repeat(4,minmax(0,1fr))}.sm\:grid-cols-5{grid-template-columns:repeat(5,minmax(0,1fr))}.sm\:grid-cols-6{grid-template-columns:repeat(6,minmax(0,1fr))}.sm\:grid-cols-7{grid-template-columns:repeat(7,minmax(0,1fr))}.sm\:grid-cols-8{grid-template-columns:repeat(8,minmax(0,1fr))}.sm\:grid-cols-9{grid-template-columns:repeat(9,minmax(0,1fr))}.sm\:grid-cols-10{grid-template-columns:repeat(10,minmax(0,1fr))}.sm\:grid-cols-11{grid-template-columns:repeat(11,minmax(0,1fr))}.sm\:grid-cols-12{grid-template-columns:repeat(12,minmax(0,1fr))}.sm\:grid-cols-none{grid-template-columns:none}.sm\:items-start{align-items:flex-start}.sm\:items-end{align-items:flex-end}.sm\:items-center{align-items:center}.sm\:justify-start{justify-content:flex-start}.sm\:justify-end{justify-content:flex-end}.sm\:justify-center{justify-content:center}.sm\:justify-between{justify-content:space-between}.sm\:justify-around{justify-content:space-around}.sm\:justify-evenly{justify-content:space-evenly}.sm\:gap-0{gap:0px}.sm\:gap-1{gap:.25rem}.sm\:gap-2{gap:.5rem}.sm\:gap-3{gap:.75rem}.sm\:gap-4{gap:1rem}.sm\:gap-5{gap:1.25rem}.sm\:gap-6{gap:1.5rem}.sm\:gap-7{gap:1.75rem}.sm\:gap-8{gap:2rem}.sm\:gap-9{gap:2.25rem}.sm\:gap-10{gap:2.5rem}.sm\:gap-11{gap:2.75rem}.sm\:gap-12{gap:3rem}.sm\:gap-14{gap:3.5rem}.sm\:gap-16{gap:4rem}.sm\:gap-20{gap:5rem}.sm\:gap-24{gap:6rem}.sm\:gap-28{gap:7rem}.sm\:gap-32{gap:8rem}.sm\:gap-36{gap:9rem}.sm\:gap-40{gap:10rem}.sm\:gap-44{gap:11rem}.sm\:gap-48{gap:12rem}.sm\:gap-52{gap:13rem}.sm\:gap-56{gap:14rem}.sm\:gap-60{gap:15rem}.sm\:gap-64{gap:16rem}.sm\:gap-72{gap:18rem}.sm\:gap-80{gap:20rem}.sm\:gap-96{gap:24rem}.sm\:gap-px{gap:1px}.sm\:gap-0\.5{gap:.125rem}.sm\:gap-1\.5{gap:.375rem}.sm\:gap-2\.5{gap:.625rem}.sm\:gap-3\.5{gap:.875rem}.sm\:gap-x-0{-moz-column-gap:0px;column-gap:0px}.sm\:gap-x-1{-moz-column-gap:.25rem;column-gap:.25rem}.sm\:gap-x-2{-moz-column-gap:.5rem;column-gap:.5rem}.sm\:gap-x-3{-moz-column-gap:.75rem;column-gap:.75rem}.sm\:gap-x-4{-moz-column-gap:1rem;column-gap:1rem}.sm\:gap-x-5{-moz-column-gap:1.25rem;column-gap:1.25rem}.sm\:gap-x-6{-moz-column-gap:1.5rem;column-gap:1.5rem}.sm\:gap-x-7{-moz-column-gap:1.75rem;column-gap:1.75rem}.sm\:gap-x-8{-moz-column-gap:2rem;column-gap:2rem}.sm\:gap-x-9{-moz-column-gap:2.25rem;column-gap:2.25rem}.sm\:gap-x-10{-moz-column-gap:2.5rem;column-gap:2.5rem}.sm\:gap-x-11{-moz-column-gap:2.75rem;column-gap:2.75rem}.sm\:gap-x-12{-moz-column-gap:3rem;column-gap:3rem}.sm\:gap-x-14{-moz-column-gap:3.5rem;column-gap:3.5rem}.sm\:gap-x-16{-moz-column-gap:4rem;column-gap:4rem}.sm\:gap-x-20{-moz-column-gap:5rem;column-gap:5rem}.sm\:gap-x-24{-moz-column-gap:6rem;column-gap:6rem}.sm\:gap-x-28{-moz-column-gap:7rem;column-gap:7rem}.sm\:gap-x-32{-moz-column-gap:8rem;column-gap:8rem}.sm\:gap-x-36{-moz-column-gap:9rem;column-gap:9rem}.sm\:gap-x-40{-moz-column-gap:10rem;column-gap:10rem}.sm\:gap-x-44{-moz-column-gap:11rem;column-gap:11rem}.sm\:gap-x-48{-moz-column-gap:12rem;column-gap:12rem}.sm\:gap-x-52{-moz-column-gap:13rem;column-gap:13rem}.sm\:gap-x-56{-moz-column-gap:14rem;column-gap:14rem}.sm\:gap-x-60{-moz-column-gap:15rem;column-gap:15rem}.sm\:gap-x-64{-moz-column-gap:16rem;column-gap:16rem}.sm\:gap-x-72{-moz-column-gap:18rem;column-gap:18rem}.sm\:gap-x-80{-moz-column-gap:20rem;column-gap:20rem}.sm\:gap-x-96{-moz-column-gap:24rem;column-gap:24rem}.sm\:gap-x-px{-moz-column-gap:1px;column-gap:1px}.sm\:gap-x-0\.5{-moz-column-gap:.125rem;column-gap:.125rem}.sm\:gap-x-1\.5{-moz-column-gap:.375rem;column-gap:.375rem}.sm\:gap-x-2\.5{-moz-column-gap:.625rem;column-gap:.625rem}.sm\:gap-x-3\.5{-moz-column-gap:.875rem;column-gap:.875rem}.sm\:gap-y-0{row-gap:0px}.sm\:gap-y-1{row-gap:.25rem}.sm\:gap-y-2{row-gap:.5rem}.sm\:gap-y-3{row-gap:.75rem}.sm\:gap-y-4{row-gap:1rem}.sm\:gap-y-5{row-gap:1.25rem}.sm\:gap-y-6{row-gap:1.5rem}.sm\:gap-y-7{row-gap:1.75rem}.sm\:gap-y-8{row-gap:2rem}.sm\:gap-y-9{row-gap:2.25rem}.sm\:gap-y-10{row-gap:2.5rem}.sm\:gap-y-11{row-gap:2.75rem}.sm\:gap-y-12{row-gap:3rem}.sm\:gap-y-14{row-gap:3.5rem}.sm\:gap-y-16{row-gap:4rem}.sm\:gap-y-20{row-gap:5rem}.sm\:gap-y-24{row-gap:6rem}.sm\:gap-y-28{row-gap:7rem}.sm\:gap-y-32{row-gap:8rem}.sm\:gap-y-36{row-gap:9rem}.sm\:gap-y-40{row-gap:10rem}.sm\:gap-y-44{row-gap:11rem}.sm\:gap-y-48{row-gap:12rem}.sm\:gap-y-52{row-gap:13rem}.sm\:gap-y-56{row-gap:14rem}.sm\:gap-y-60{row-gap:15rem}.sm\:gap-y-64{row-gap:16rem}.sm\:gap-y-72{row-gap:18rem}.sm\:gap-y-80{row-gap:20rem}.sm\:gap-y-96{row-gap:24rem}.sm\:gap-y-px{row-gap:1px}.sm\:gap-y-0\.5{row-gap:.125rem}.sm\:gap-y-1\.5{row-gap:.375rem}.sm\:gap-y-2\.5{row-gap:.625rem}.sm\:gap-y-3\.5{row-gap:.875rem}.sm\:overflow-auto{overflow:auto}.sm\:overflow-hidden{overflow:hidden}.sm\:overflow-scroll{overflow:scroll}.sm\:rounded-sm{border-radius:.125rem}.sm\:rounded{border-radius:.25rem}.sm\:rounded-md{border-radius:.375rem}.sm\:rounded-lg{border-radius:.5rem}.sm\:rounded-xl{border-radius:.75rem}.sm\:rounded-2xl{border-radius:1rem}.sm\:rounded-full{border-radius:9999px}.sm\:p-0{padding:0}.sm\:p-1{padding:.25rem}.sm\:p-2{padding:.5rem}.sm\:p-3{padding:.75rem}.sm\:p-4{padding:1rem}.sm\:p-5{padding:1.25rem}.sm\:p-6{padding:1.5rem}.sm\:p-7{padding:1.75rem}.sm\:p-8{padding:2rem}.sm\:p-9{padding:2.25rem}.sm\:p-10{padding:2.5rem}.sm\:p-11{padding:2.75rem}.sm\:p-12{padding:3rem}.sm\:p-14{padding:3.5rem}.sm\:p-16{padding:4rem}.sm\:p-20{padding:5rem}.sm\:p-24{padding:6rem}.sm\:p-28{padding:7rem}.sm\:p-32{padding:8rem}.sm\:p-36{padding:9rem}.sm\:p-40{padding:10rem}.sm\:p-44{padding:11rem}.sm\:p-48{padding:12rem}.sm\:p-52{padding:13rem}.sm\:p-56{padding:14rem}.sm\:p-60{padding:15rem}.sm\:p-64{padding:16rem}.sm\:p-72{padding:18rem}.sm\:p-80{padding:20rem}.sm\:p-96{padding:24rem}.sm\:p-px{padding:1px}.sm\:p-0\.5{padding:.125rem}.sm\:p-1\.5{padding:.375rem}.sm\:p-2\.5{padding:.625rem}.sm\:p-3\.5{padding:.875rem}.sm\:px-0{padding-left:0;padding-right:0}.sm\:px-1{padding-left:.25rem;padding-right:.25rem}.sm\:px-2{padding-left:.5rem;padding-right:.5rem}.sm\:px-3{padding-left:.75rem;padding-right:.75rem}.sm\:px-4{padding-left:1rem;padding-right:1rem}.sm\:px-5{padding-left:1.25rem;padding-right:1.25rem}.sm\:px-6{padding-left:1.5rem;padding-right:1.5rem}.sm\:px-7{padding-left:1.75rem;padding-right:1.75rem}.sm\:px-8{padding-left:2rem;padding-right:2rem}.sm\:px-9{padding-left:2.25rem;padding-right:2.25rem}.sm\:px-10{padding-left:2.5rem;padding-right:2.5rem}.sm\:px-11{padding-left:2.75rem;padding-right:2.75rem}.sm\:px-12{padding-left:3rem;padding-right:3rem}.sm\:px-14{padding-left:3.5rem;padding-right:3.5rem}.sm\:px-16{padding-left:4rem;padding-right:4rem}.sm\:px-20{padding-left:5rem;padding-right:5rem}.sm\:px-24{padding-left:6rem;padding-right:6rem}.sm\:px-28{padding-left:7rem;padding-right:7rem}.sm\:px-32{padding-left:8rem;padding-right:8rem}.sm\:px-36{padding-left:9rem;padding-right:9rem}.sm\:px-40{padding-left:10rem;padding-right:10rem}.sm\:px-44{padding-left:11rem;padding-right:11rem}.sm\:px-48{padding-left:12rem;padding-right:12rem}.sm\:px-52{padding-left:13rem;padding-right:13rem}.sm\:px-56{padding-left:14rem;padding-right:14rem}.sm\:px-60{padding-left:15rem;padding-right:15rem}.sm\:px-64{padding-left:16rem;padding-right:16rem}.sm\:px-72{padding-left:18rem;padding-right:18rem}.sm\:px-80{padding-left:20rem;padding-right:20rem}.sm\:px-96{padding-left:24rem;padding-right:24rem}.sm\:px-px{padding-left:1px;padding-right:1px}.sm\:px-0\.5{padding-left:.125rem;padding-right:.125rem}.sm\:px-1\.5{padding-left:.375rem;padding-right:.375rem}.sm\:px-2\.5{padding-left:.625rem;padding-right:.625rem}.sm\:px-3\.5{padding-left:.875rem;padding-right:.875rem}.sm\:py-0{padding-top:0;padding-bottom:0}.sm\:py-1{padding-top:.25rem;padding-bottom:.25rem}.sm\:py-2{padding-top:.5rem;padding-bottom:.5rem}.sm\:py-3{padding-top:.75rem;padding-bottom:.75rem}.sm\:py-4{padding-top:1rem;padding-bottom:1rem}.sm\:py-5{padding-top:1.25rem;padding-bottom:1.25rem}.sm\:py-6{padding-top:1.5rem;padding-bottom:1.5rem}.sm\:py-7{padding-top:1.75rem;padding-bottom:1.75rem}.sm\:py-8{padding-top:2rem;padding-bottom:2rem}.sm\:py-9{padding-top:2.25rem;padding-bottom:2.25rem}.sm\:py-10{padding-top:2.5rem;padding-bottom:2.5rem}.sm\:py-11{padding-top:2.75rem;padding-bottom:2.75rem}.sm\:py-12{padding-top:3rem;padding-bottom:3rem}.sm\:py-14{padding-top:3.5rem;padding-bottom:3.5rem}.sm\:py-16{padding-top:4rem;padding-bottom:4rem}.sm\:py-20{padding-top:5rem;padding-bottom:5rem}.sm\:py-24{padding-top:6rem;padding-bottom:6rem}.sm\:py-28{padding-top:7rem;padding-bottom:7rem}.sm\:py-32{padding-top:8rem;padding-bottom:8rem}.sm\:py-36{padding-top:9rem;padding-bottom:9rem}.sm\:py-40{padding-top:10rem;padding-bottom:10rem}.sm\:py-44{padding-top:11rem;padding-bottom:11rem}.sm\:py-48{padding-top:12rem;padding-bottom:12rem}.sm\:py-52{padding-top:13rem;padding-bottom:13rem}.sm\:py-56{padding-top:14rem;padding-bottom:14rem}.sm\:py-60{padding-top:15rem;padding-bottom:15rem}.sm\:py-64{padding-top:16rem;padding-bottom:16rem}.sm\:py-72{padding-top:18rem;padding-bottom:18rem}.sm\:py-80{padding-top:20rem;padding-bottom:20rem}.sm\:py-96{padding-top:24rem;padding-bottom:24rem}.sm\:py-px{padding-top:1px;padding-bottom:1px}.sm\:py-0\.5{padding-top:.125rem;padding-bottom:.125rem}.sm\:py-1\.5{padding-top:.375rem;padding-bottom:.375rem}.sm\:py-2\.5{padding-top:.625rem;padding-bottom:.625rem}.sm\:py-3\.5{padding-top:.875rem;padding-bottom:.875rem}.sm\:pt-0{padding-top:0}.sm\:pt-1{padding-top:.25rem}.sm\:pt-2{padding-top:.5rem}.sm\:pt-3{padding-top:.75rem}.sm\:pt-4{padding-top:1rem}.sm\:pt-5{padding-top:1.25rem}.sm\:pt-6{padding-top:1.5rem}.sm\:pt-7{padding-top:1.75rem}.sm\:pt-8{padding-top:2rem}.sm\:pt-9{padding-top:2.25rem}.sm\:pt-10{padding-top:2.5rem}.sm\:pt-11{padding-top:2.75rem}.sm\:pt-12{padding-top:3rem}.sm\:pt-14{padding-top:3.5rem}.sm\:pt-16{padding-top:4rem}.sm\:pt-20{padding-top:5rem}.sm\:pt-24{padding-top:6rem}.sm\:pt-28{padding-top:7rem}.sm\:pt-32{padding-top:8rem}.sm\:pt-36{padding-top:9rem}.sm\:pt-40{padding-top:10rem}.sm\:pt-44{padding-top:11rem}.sm\:pt-48{padding-top:12rem}.sm\:pt-52{padding-top:13rem}.sm\:pt-56{padding-top:14rem}.sm\:pt-60{padding-top:15rem}.sm\:pt-64{padding-top:16rem}.sm\:pt-72{padding-top:18rem}.sm\:pt-80{padding-top:20rem}.sm\:pt-96{padding-top:24rem}.sm\:pt-px{padding-top:1px}.sm\:pt-0\.5{padding-top:.125rem}.sm\:pt-1\.5{padding-top:.375rem}.sm\:pt-2\.5{padding-top:.625rem}.sm\:pt-3\.5{padding-top:.875rem}.sm\:pr-0{padding-right:0}.sm\:pr-1{padding-right:.25rem}.sm\:pr-2{padding-right:.5rem}.sm\:pr-3{padding-right:.75rem}.sm\:pr-4{padding-right:1rem}.sm\:pr-5{padding-right:1.25rem}.sm\:pr-6{padding-right:1.5rem}.sm\:pr-7{padding-right:1.75rem}.sm\:pr-8{padding-right:2rem}.sm\:pr-9{padding-right:2.25rem}.sm\:pr-10{padding-right:2.5rem}.sm\:pr-11{padding-right:2.75rem}.sm\:pr-12{padding-right:3rem}.sm\:pr-14{padding-right:3.5rem}.sm\:pr-16{padding-right:4rem}.sm\:pr-20{padding-right:5rem}.sm\:pr-24{padding-right:6rem}.sm\:pr-28{padding-right:7rem}.sm\:pr-32{padding-right:8rem}.sm\:pr-36{padding-right:9rem}.sm\:pr-40{padding-right:10rem}.sm\:pr-44{padding-right:11rem}.sm\:pr-48{padding-right:12rem}.sm\:pr-52{padding-right:13rem}.sm\:pr-56{padding-right:14rem}.sm\:pr-60{padding-right:15rem}.sm\:pr-64{padding-right:16rem}.sm\:pr-72{padding-right:18rem}.sm\:pr-80{padding-right:20rem}.sm\:pr-96{padding-right:24rem}.sm\:pr-px{padding-right:1px}.sm\:pr-0\.5{padding-right:.125rem}.sm\:pr-1\.5{padding-right:.375rem}.sm\:pr-2\.5{padding-right:.625rem}.sm\:pr-3\.5{padding-right:.875rem}.sm\:pb-0{padding-bottom:0}.sm\:pb-1{padding-bottom:.25rem}.sm\:pb-2{padding-bottom:.5rem}.sm\:pb-3{padding-bottom:.75rem}.sm\:pb-4{padding-bottom:1rem}.sm\:pb-5{padding-bottom:1.25rem}.sm\:pb-6{padding-bottom:1.5rem}.sm\:pb-7{padding-bottom:1.75rem}.sm\:pb-8{padding-bottom:2rem}.sm\:pb-9{padding-bottom:2.25rem}.sm\:pb-10{padding-bottom:2.5rem}.sm\:pb-11{padding-bottom:2.75rem}.sm\:pb-12{padding-bottom:3rem}.sm\:pb-14{padding-bottom:3.5rem}.sm\:pb-16{padding-bottom:4rem}.sm\:pb-20{padding-bottom:5rem}.sm\:pb-24{padding-bottom:6rem}.sm\:pb-28{padding-bottom:7rem}.sm\:pb-32{padding-bottom:8rem}.sm\:pb-36{padding-bottom:9rem}.sm\:pb-40{padding-bottom:10rem}.sm\:pb-44{padding-bottom:11rem}.sm\:pb-48{padding-bottom:12rem}.sm\:pb-52{padding-bottom:13rem}.sm\:pb-56{padding-bottom:14rem}.sm\:pb-60{padding-bottom:15rem}.sm\:pb-64{padding-bottom:16rem}.sm\:pb-72{padding-bottom:18rem}.sm\:pb-80{padding-bottom:20rem}.sm\:pb-96{padding-bottom:24rem}.sm\:pb-px{padding-bottom:1px}.sm\:pb-0\.5{padding-bottom:.125rem}.sm\:pb-1\.5{padding-bottom:.375rem}.sm\:pb-2\.5{padding-bottom:.625rem}.sm\:pb-3\.5{padding-bottom:.875rem}.sm\:pl-0{padding-left:0}.sm\:pl-1{padding-left:.25rem}.sm\:pl-2{padding-left:.5rem}.sm\:pl-3{padding-left:.75rem}.sm\:pl-4{padding-left:1rem}.sm\:pl-5{padding-left:1.25rem}.sm\:pl-6{padding-left:1.5rem}.sm\:pl-7{padding-left:1.75rem}.sm\:pl-8{padding-left:2rem}.sm\:pl-9{padding-left:2.25rem}.sm\:pl-10{padding-left:2.5rem}.sm\:pl-11{padding-left:2.75rem}.sm\:pl-12{padding-left:3rem}.sm\:pl-14{padding-left:3.5rem}.sm\:pl-16{padding-left:4rem}.sm\:pl-20{padding-left:5rem}.sm\:pl-24{padding-left:6rem}.sm\:pl-28{padding-left:7rem}.sm\:pl-32{padding-left:8rem}.sm\:pl-36{padding-left:9rem}.sm\:pl-40{padding-left:10rem}.sm\:pl-44{padding-left:11rem}.sm\:pl-48{padding-left:12rem}.sm\:pl-52{padding-left:13rem}.sm\:pl-56{padding-left:14rem}.sm\:pl-60{padding-left:15rem}.sm\:pl-64{padding-left:16rem}.sm\:pl-72{padding-left:18rem}.sm\:pl-80{padding-left:20rem}.sm\:pl-96{padding-left:24rem}.sm\:pl-px{padding-left:1px}.sm\:pl-0\.5{padding-left:.125rem}.sm\:pl-1\.5{padding-left:.375rem}.sm\:pl-2\.5{padding-left:.625rem}.sm\:pl-3\.5{padding-left:.875rem}.sm\:text-xs{font-size:.75rem;line-height:1rem}.sm\:text-sm{font-size:.875rem;line-height:1.25rem}.sm\:text-base{font-size:1rem;line-height:1.5rem}.sm\:text-lg{font-size:1.125rem;line-height:1.75rem}.sm\:text-xl{font-size:1.25rem;line-height:1.75rem}.sm\:text-2xl{font-size:1.5rem;line-height:2rem}.sm\:text-3xl{font-size:1.875rem;line-height:2.25rem}.sm\:text-4xl{font-size:2.25rem;line-height:2.5rem}.sm\:text-5xl{font-size:3rem;line-height:1}.sm\:text-6xl{font-size:3.75rem;line-height:1}.sm\:text-7xl{font-size:4.5rem;line-height:1}.sm\:text-8xl{font-size:6rem;line-height:1}.sm\:text-9xl{font-size:8rem;line-height:1}}@media (min-width: 768px){.md\:static{position:static}.md\:fixed{position:fixed}.md\:absolute{position:absolute}.md\:relative{position:relative}.md\:sticky{position:sticky}.md\:inset-0{top:0px;right:0px;bottom:0px;left:0px}.md\:inset-1{top:.25rem;right:.25rem;bottom:.25rem;left:.25rem}.md\:inset-2{top:.5rem;right:.5rem;bottom:.5rem;left:.5rem}.md\:inset-3{top:.75rem;right:.75rem;bottom:.75rem;left:.75rem}.md\:inset-4{top:1rem;right:1rem;bottom:1rem;left:1rem}.md\:inset-5{top:1.25rem;right:1.25rem;bottom:1.25rem;left:1.25rem}.md\:inset-6{top:1.5rem;right:1.5rem;bottom:1.5rem;left:1.5rem}.md\:inset-7{top:1.75rem;right:1.75rem;bottom:1.75rem;left:1.75rem}.md\:inset-8{top:2rem;right:2rem;bottom:2rem;left:2rem}.md\:inset-9{top:2.25rem;right:2.25rem;bottom:2.25rem;left:2.25rem}.md\:inset-10{top:2.5rem;right:2.5rem;bottom:2.5rem;left:2.5rem}.md\:inset-11{top:2.75rem;right:2.75rem;bottom:2.75rem;left:2.75rem}.md\:inset-12{top:3rem;right:3rem;bottom:3rem;left:3rem}.md\:inset-14{top:3.5rem;right:3.5rem;bottom:3.5rem;left:3.5rem}.md\:inset-16{top:4rem;right:4rem;bottom:4rem;left:4rem}.md\:inset-20{top:5rem;right:5rem;bottom:5rem;left:5rem}.md\:inset-24{top:6rem;right:6rem;bottom:6rem;left:6rem}.md\:inset-28{top:7rem;right:7rem;bottom:7rem;left:7rem}.md\:inset-32{top:8rem;right:8rem;bottom:8rem;left:8rem}.md\:inset-36{top:9rem;right:9rem;bottom:9rem;left:9rem}.md\:inset-40{top:10rem;right:10rem;bottom:10rem;left:10rem}.md\:inset-44{top:11rem;right:11rem;bottom:11rem;left:11rem}.md\:inset-48{top:12rem;right:12rem;bottom:12rem;left:12rem}.md\:inset-52{top:13rem;right:13rem;bottom:13rem;left:13rem}.md\:inset-56{top:14rem;right:14rem;bottom:14rem;left:14rem}.md\:inset-60{top:15rem;right:15rem;bottom:15rem;left:15rem}.md\:inset-64{top:16rem;right:16rem;bottom:16rem;left:16rem}.md\:inset-72{top:18rem;right:18rem;bottom:18rem;left:18rem}.md\:inset-80{top:20rem;right:20rem;bottom:20rem;left:20rem}.md\:inset-96{top:24rem;right:24rem;bottom:24rem;left:24rem}.md\:inset-auto{top:auto;right:auto;bottom:auto;left:auto}.md\:inset-px{top:1px;right:1px;bottom:1px;left:1px}.md\:inset-0\.5{top:.125rem;right:.125rem;bottom:.125rem;left:.125rem}.md\:inset-1\.5{top:.375rem;right:.375rem;bottom:.375rem;left:.375rem}.md\:inset-2\.5{top:.625rem;right:.625rem;bottom:.625rem;left:.625rem}.md\:inset-3\.5{top:.875rem;right:.875rem;bottom:.875rem;left:.875rem}.md\:inset-full{top:100%;right:100%;bottom:100%;left:100%}.md\:top-0{top:0px}.md\:top-1{top:.25rem}.md\:top-2{top:.5rem}.md\:top-3{top:.75rem}.md\:top-4{top:1rem}.md\:top-5{top:1.25rem}.md\:top-6{top:1.5rem}.md\:top-7{top:1.75rem}.md\:top-8{top:2rem}.md\:top-9{top:2.25rem}.md\:top-10{top:2.5rem}.md\:top-11{top:2.75rem}.md\:top-12{top:3rem}.md\:top-14{top:3.5rem}.md\:top-16{top:4rem}.md\:top-20{top:5rem}.md\:top-24{top:6rem}.md\:top-28{top:7rem}.md\:top-32{top:8rem}.md\:top-36{top:9rem}.md\:top-40{top:10rem}.md\:top-44{top:11rem}.md\:top-48{top:12rem}.md\:top-52{top:13rem}.md\:top-56{top:14rem}.md\:top-60{top:15rem}.md\:top-64{top:16rem}.md\:top-72{top:18rem}.md\:top-80{top:20rem}.md\:top-96{top:24rem}.md\:top-auto{top:auto}.md\:top-px{top:1px}.md\:top-0\.5{top:.125rem}.md\:top-1\.5{top:.375rem}.md\:top-2\.5{top:.625rem}.md\:top-3\.5{top:.875rem}.md\:top-full{top:100%}.md\:right-0{right:0px}.md\:right-1{right:.25rem}.md\:right-2{right:.5rem}.md\:right-3{right:.75rem}.md\:right-4{right:1rem}.md\:right-5{right:1.25rem}.md\:right-6{right:1.5rem}.md\:right-7{right:1.75rem}.md\:right-8{right:2rem}.md\:right-9{right:2.25rem}.md\:right-10{right:2.5rem}.md\:right-11{right:2.75rem}.md\:right-12{right:3rem}.md\:right-14{right:3.5rem}.md\:right-16{right:4rem}.md\:right-20{right:5rem}.md\:right-24{right:6rem}.md\:right-28{right:7rem}.md\:right-32{right:8rem}.md\:right-36{right:9rem}.md\:right-40{right:10rem}.md\:right-44{right:11rem}.md\:right-48{right:12rem}.md\:right-52{right:13rem}.md\:right-56{right:14rem}.md\:right-60{right:15rem}.md\:right-64{right:16rem}.md\:right-72{right:18rem}.md\:right-80{right:20rem}.md\:right-96{right:24rem}.md\:right-auto{right:auto}.md\:right-px{right:1px}.md\:right-0\.5{right:.125rem}.md\:right-1\.5{right:.375rem}.md\:right-2\.5{right:.625rem}.md\:right-3\.5{right:.875rem}.md\:right-full{right:100%}.md\:bottom-0{bottom:0px}.md\:bottom-1{bottom:.25rem}.md\:bottom-2{bottom:.5rem}.md\:bottom-3{bottom:.75rem}.md\:bottom-4{bottom:1rem}.md\:bottom-5{bottom:1.25rem}.md\:bottom-6{bottom:1.5rem}.md\:bottom-7{bottom:1.75rem}.md\:bottom-8{bottom:2rem}.md\:bottom-9{bottom:2.25rem}.md\:bottom-10{bottom:2.5rem}.md\:bottom-11{bottom:2.75rem}.md\:bottom-12{bottom:3rem}.md\:bottom-14{bottom:3.5rem}.md\:bottom-16{bottom:4rem}.md\:bottom-20{bottom:5rem}.md\:bottom-24{bottom:6rem}.md\:bottom-28{bottom:7rem}.md\:bottom-32{bottom:8rem}.md\:bottom-36{bottom:9rem}.md\:bottom-40{bottom:10rem}.md\:bottom-44{bottom:11rem}.md\:bottom-48{bottom:12rem}.md\:bottom-52{bottom:13rem}.md\:bottom-56{bottom:14rem}.md\:bottom-60{bottom:15rem}.md\:bottom-64{bottom:16rem}.md\:bottom-72{bottom:18rem}.md\:bottom-80{bottom:20rem}.md\:bottom-96{bottom:24rem}.md\:bottom-auto{bottom:auto}.md\:bottom-px{bottom:1px}.md\:bottom-0\.5{bottom:.125rem}.md\:bottom-1\.5{bottom:.375rem}.md\:bottom-2\.5{bottom:.625rem}.md\:bottom-3\.5{bottom:.875rem}.md\:bottom-full{bottom:100%}.md\:left-0{left:0px}.md\:left-1{left:.25rem}.md\:left-2{left:.5rem}.md\:left-3{left:.75rem}.md\:left-4{left:1rem}.md\:left-5{left:1.25rem}.md\:left-6{left:1.5rem}.md\:left-7{left:1.75rem}.md\:left-8{left:2rem}.md\:left-9{left:2.25rem}.md\:left-10{left:2.5rem}.md\:left-11{left:2.75rem}.md\:left-12{left:3rem}.md\:left-14{left:3.5rem}.md\:left-16{left:4rem}.md\:left-20{left:5rem}.md\:left-24{left:6rem}.md\:left-28{left:7rem}.md\:left-32{left:8rem}.md\:left-36{left:9rem}.md\:left-40{left:10rem}.md\:left-44{left:11rem}.md\:left-48{left:12rem}.md\:left-52{left:13rem}.md\:left-56{left:14rem}.md\:left-60{left:15rem}.md\:left-64{left:16rem}.md\:left-72{left:18rem}.md\:left-80{left:20rem}.md\:left-96{left:24rem}.md\:left-auto{left:auto}.md\:left-px{left:1px}.md\:left-0\.5{left:.125rem}.md\:left-1\.5{left:.375rem}.md\:left-2\.5{left:.625rem}.md\:left-3\.5{left:.875rem}.md\:left-full{left:100%}.md\:z-0{z-index:0}.md\:z-10{z-index:10}.md\:z-20{z-index:20}.md\:z-40{z-index:40}.md\:z-auto{z-index:auto}.md\:col-span-1{grid-column:span 1 / span 1}.md\:col-span-2{grid-column:span 2 / span 2}.md\:col-span-3{grid-column:span 3 / span 3}.md\:col-span-4{grid-column:span 4 / span 4}.md\:col-span-5{grid-column:span 5 / span 5}.md\:col-span-6{grid-column:span 6 / span 6}.md\:col-span-7{grid-column:span 7 / span 7}.md\:col-span-8{grid-column:span 8 / span 8}.md\:col-span-9{grid-column:span 9 / span 9}.md\:col-span-10{grid-column:span 10 / span 10}.md\:col-span-11{grid-column:span 11 / span 11}.md\:col-span-12{grid-column:span 12 / span 12}.md\:col-span-full{grid-column:1 / -1}.md\:row-span-1{grid-row:span 1 / span 1}.md\:row-span-2{grid-row:span 2 / span 2}.md\:row-span-3{grid-row:span 3 / span 3}.md\:row-span-4{grid-row:span 4 / span 4}.md\:row-span-5{grid-row:span 5 / span 5}.md\:row-span-6{grid-row:span 6 / span 6}.md\:row-span-full{grid-row:1 / -1}.md\:m-0{margin:0}.md\:m-1{margin:.25rem}.md\:m-2{margin:.5rem}.md\:m-3{margin:.75rem}.md\:m-4{margin:1rem}.md\:m-5{margin:1.25rem}.md\:m-6{margin:1.5rem}.md\:m-7{margin:1.75rem}.md\:m-8{margin:2rem}.md\:m-9{margin:2.25rem}.md\:m-10{margin:2.5rem}.md\:m-11{margin:2.75rem}.md\:m-12{margin:3rem}.md\:m-14{margin:3.5rem}.md\:m-16{margin:4rem}.md\:m-20{margin:5rem}.md\:m-24{margin:6rem}.md\:m-28{margin:7rem}.md\:m-32{margin:8rem}.md\:m-36{margin:9rem}.md\:m-40{margin:10rem}.md\:m-44{margin:11rem}.md\:m-48{margin:12rem}.md\:m-52{margin:13rem}.md\:m-56{margin:14rem}.md\:m-60{margin:15rem}.md\:m-64{margin:16rem}.md\:m-72{margin:18rem}.md\:m-80{margin:20rem}.md\:m-96{margin:24rem}.md\:m-auto{margin:auto}.md\:m-px{margin:1px}.md\:m-0\.5{margin:.125rem}.md\:m-1\.5{margin:.375rem}.md\:m-2\.5{margin:.625rem}.md\:m-3\.5{margin:.875rem}.md\:mx-0{margin-left:0;margin-right:0}.md\:mx-1{margin-left:.25rem;margin-right:.25rem}.md\:mx-2{margin-left:.5rem;margin-right:.5rem}.md\:mx-3{margin-left:.75rem;margin-right:.75rem}.md\:mx-4{margin-left:1rem;margin-right:1rem}.md\:mx-5{margin-left:1.25rem;margin-right:1.25rem}.md\:mx-6{margin-left:1.5rem;margin-right:1.5rem}.md\:mx-7{margin-left:1.75rem;margin-right:1.75rem}.md\:mx-8{margin-left:2rem;margin-right:2rem}.md\:mx-9{margin-left:2.25rem;margin-right:2.25rem}.md\:mx-10{margin-left:2.5rem;margin-right:2.5rem}.md\:mx-11{margin-left:2.75rem;margin-right:2.75rem}.md\:mx-12{margin-left:3rem;margin-right:3rem}.md\:mx-14{margin-left:3.5rem;margin-right:3.5rem}.md\:mx-16{margin-left:4rem;margin-right:4rem}.md\:mx-20{margin-left:5rem;margin-right:5rem}.md\:mx-24{margin-left:6rem;margin-right:6rem}.md\:mx-28{margin-left:7rem;margin-right:7rem}.md\:mx-32{margin-left:8rem;margin-right:8rem}.md\:mx-36{margin-left:9rem;margin-right:9rem}.md\:mx-40{margin-left:10rem;margin-right:10rem}.md\:mx-44{margin-left:11rem;margin-right:11rem}.md\:mx-48{margin-left:12rem;margin-right:12rem}.md\:mx-52{margin-left:13rem;margin-right:13rem}.md\:mx-56{margin-left:14rem;margin-right:14rem}.md\:mx-60{margin-left:15rem;margin-right:15rem}.md\:mx-64{margin-left:16rem;margin-right:16rem}.md\:mx-72{margin-left:18rem;margin-right:18rem}.md\:mx-80{margin-left:20rem;margin-right:20rem}.md\:mx-96{margin-left:24rem;margin-right:24rem}.md\:mx-auto{margin-left:auto;margin-right:auto}.md\:mx-px{margin-left:1px;margin-right:1px}.md\:mx-0\.5{margin-left:.125rem;margin-right:.125rem}.md\:mx-1\.5{margin-left:.375rem;margin-right:.375rem}.md\:mx-2\.5{margin-left:.625rem;margin-right:.625rem}.md\:mx-3\.5{margin-left:.875rem;margin-right:.875rem}.md\:my-0{margin-top:0;margin-bottom:0}.md\:my-1{margin-top:.25rem;margin-bottom:.25rem}.md\:my-2{margin-top:.5rem;margin-bottom:.5rem}.md\:my-3{margin-top:.75rem;margin-bottom:.75rem}.md\:my-4{margin-top:1rem;margin-bottom:1rem}.md\:my-5{margin-top:1.25rem;margin-bottom:1.25rem}.md\:my-6{margin-top:1.5rem;margin-bottom:1.5rem}.md\:my-7{margin-top:1.75rem;margin-bottom:1.75rem}.md\:my-8{margin-top:2rem;margin-bottom:2rem}.md\:my-9{margin-top:2.25rem;margin-bottom:2.25rem}.md\:my-10{margin-top:2.5rem;margin-bottom:2.5rem}.md\:my-11{margin-top:2.75rem;margin-bottom:2.75rem}.md\:my-12{margin-top:3rem;margin-bottom:3rem}.md\:my-14{margin-top:3.5rem;margin-bottom:3.5rem}.md\:my-16{margin-top:4rem;margin-bottom:4rem}.md\:my-20{margin-top:5rem;margin-bottom:5rem}.md\:my-24{margin-top:6rem;margin-bottom:6rem}.md\:my-28{margin-top:7rem;margin-bottom:7rem}.md\:my-32{margin-top:8rem;margin-bottom:8rem}.md\:my-36{margin-top:9rem;margin-bottom:9rem}.md\:my-40{margin-top:10rem;margin-bottom:10rem}.md\:my-44{margin-top:11rem;margin-bottom:11rem}.md\:my-48{margin-top:12rem;margin-bottom:12rem}.md\:my-52{margin-top:13rem;margin-bottom:13rem}.md\:my-56{margin-top:14rem;margin-bottom:14rem}.md\:my-60{margin-top:15rem;margin-bottom:15rem}.md\:my-64{margin-top:16rem;margin-bottom:16rem}.md\:my-72{margin-top:18rem;margin-bottom:18rem}.md\:my-80{margin-top:20rem;margin-bottom:20rem}.md\:my-96{margin-top:24rem;margin-bottom:24rem}.md\:my-auto{margin-top:auto;margin-bottom:auto}.md\:my-px{margin-top:1px;margin-bottom:1px}.md\:my-0\.5{margin-top:.125rem;margin-bottom:.125rem}.md\:my-1\.5{margin-top:.375rem;margin-bottom:.375rem}.md\:my-2\.5{margin-top:.625rem;margin-bottom:.625rem}.md\:my-3\.5{margin-top:.875rem;margin-bottom:.875rem}.md\:mt-0{margin-top:0}.md\:mt-1{margin-top:.25rem}.md\:mt-2{margin-top:.5rem}.md\:mt-3{margin-top:.75rem}.md\:mt-4{margin-top:1rem}.md\:mt-5{margin-top:1.25rem}.md\:mt-6{margin-top:1.5rem}.md\:mt-7{margin-top:1.75rem}.md\:mt-8{margin-top:2rem}.md\:mt-9{margin-top:2.25rem}.md\:mt-10{margin-top:2.5rem}.md\:mt-11{margin-top:2.75rem}.md\:mt-12{margin-top:3rem}.md\:mt-14{margin-top:3.5rem}.md\:mt-16{margin-top:4rem}.md\:mt-20{margin-top:5rem}.md\:mt-24{margin-top:6rem}.md\:mt-28{margin-top:7rem}.md\:mt-32{margin-top:8rem}.md\:mt-36{margin-top:9rem}.md\:mt-40{margin-top:10rem}.md\:mt-44{margin-top:11rem}.md\:mt-48{margin-top:12rem}.md\:mt-52{margin-top:13rem}.md\:mt-56{margin-top:14rem}.md\:mt-60{margin-top:15rem}.md\:mt-64{margin-top:16rem}.md\:mt-72{margin-top:18rem}.md\:mt-80{margin-top:20rem}.md\:mt-96{margin-top:24rem}.md\:mt-auto{margin-top:auto}.md\:mt-px{margin-top:1px}.md\:mt-0\.5{margin-top:.125rem}.md\:mt-1\.5{margin-top:.375rem}.md\:mt-2\.5{margin-top:.625rem}.md\:mt-3\.5{margin-top:.875rem}.md\:mr-0{margin-right:0}.md\:mr-1{margin-right:.25rem}.md\:mr-2{margin-right:.5rem}.md\:mr-3{margin-right:.75rem}.md\:mr-4{margin-right:1rem}.md\:mr-5{margin-right:1.25rem}.md\:mr-6{margin-right:1.5rem}.md\:mr-7{margin-right:1.75rem}.md\:mr-8{margin-right:2rem}.md\:mr-9{margin-right:2.25rem}.md\:mr-10{margin-right:2.5rem}.md\:mr-11{margin-right:2.75rem}.md\:mr-12{margin-right:3rem}.md\:mr-14{margin-right:3.5rem}.md\:mr-16{margin-right:4rem}.md\:mr-20{margin-right:5rem}.md\:mr-24{margin-right:6rem}.md\:mr-28{margin-right:7rem}.md\:mr-32{margin-right:8rem}.md\:mr-36{margin-right:9rem}.md\:mr-40{margin-right:10rem}.md\:mr-44{margin-right:11rem}.md\:mr-48{margin-right:12rem}.md\:mr-52{margin-right:13rem}.md\:mr-56{margin-right:14rem}.md\:mr-60{margin-right:15rem}.md\:mr-64{margin-right:16rem}.md\:mr-72{margin-right:18rem}.md\:mr-80{margin-right:20rem}.md\:mr-96{margin-right:24rem}.md\:mr-auto{margin-right:auto}.md\:mr-px{margin-right:1px}.md\:mr-0\.5{margin-right:.125rem}.md\:mr-1\.5{margin-right:.375rem}.md\:mr-2\.5{margin-right:.625rem}.md\:mr-3\.5{margin-right:.875rem}.md\:mb-0{margin-bottom:0}.md\:mb-1{margin-bottom:.25rem}.md\:mb-2{margin-bottom:.5rem}.md\:mb-3{margin-bottom:.75rem}.md\:mb-4{margin-bottom:1rem}.md\:mb-5{margin-bottom:1.25rem}.md\:mb-6{margin-bottom:1.5rem}.md\:mb-7{margin-bottom:1.75rem}.md\:mb-8{margin-bottom:2rem}.md\:mb-9{margin-bottom:2.25rem}.md\:mb-10{margin-bottom:2.5rem}.md\:mb-11{margin-bottom:2.75rem}.md\:mb-12{margin-bottom:3rem}.md\:mb-14{margin-bottom:3.5rem}.md\:mb-16{margin-bottom:4rem}.md\:mb-20{margin-bottom:5rem}.md\:mb-24{margin-bottom:6rem}.md\:mb-28{margin-bottom:7rem}.md\:mb-32{margin-bottom:8rem}.md\:mb-36{margin-bottom:9rem}.md\:mb-40{margin-bottom:10rem}.md\:mb-44{margin-bottom:11rem}.md\:mb-48{margin-bottom:12rem}.md\:mb-52{margin-bottom:13rem}.md\:mb-56{margin-bottom:14rem}.md\:mb-60{margin-bottom:15rem}.md\:mb-64{margin-bottom:16rem}.md\:mb-72{margin-bottom:18rem}.md\:mb-80{margin-bottom:20rem}.md\:mb-96{margin-bottom:24rem}.md\:mb-auto{margin-bottom:auto}.md\:mb-px{margin-bottom:1px}.md\:mb-0\.5{margin-bottom:.125rem}.md\:mb-1\.5{margin-bottom:.375rem}.md\:mb-2\.5{margin-bottom:.625rem}.md\:mb-3\.5{margin-bottom:.875rem}.md\:ml-0{margin-left:0}.md\:ml-1{margin-left:.25rem}.md\:ml-2{margin-left:.5rem}.md\:ml-3{margin-left:.75rem}.md\:ml-4{margin-left:1rem}.md\:ml-5{margin-left:1.25rem}.md\:ml-6{margin-left:1.5rem}.md\:ml-7{margin-left:1.75rem}.md\:ml-8{margin-left:2rem}.md\:ml-9{margin-left:2.25rem}.md\:ml-10{margin-left:2.5rem}.md\:ml-11{margin-left:2.75rem}.md\:ml-12{margin-left:3rem}.md\:ml-14{margin-left:3.5rem}.md\:ml-16{margin-left:4rem}.md\:ml-20{margin-left:5rem}.md\:ml-24{margin-left:6rem}.md\:ml-28{margin-left:7rem}.md\:ml-32{margin-left:8rem}.md\:ml-36{margin-left:9rem}.md\:ml-40{margin-left:10rem}.md\:ml-44{margin-left:11rem}.md\:ml-48{margin-left:12rem}.md\:ml-52{margin-left:13rem}.md\:ml-56{margin-left:14rem}.md\:ml-60{margin-left:15rem}.md\:ml-64{margin-left:16rem}.md\:ml-72{margin-left:18rem}.md\:ml-80{margin-left:20rem}.md\:ml-96{margin-left:24rem}.md\:ml-auto{margin-left:auto}.md\:ml-px{margin-left:1px}.md\:ml-0\.5{margin-left:.125rem}.md\:ml-1\.5{margin-left:.375rem}.md\:ml-2\.5{margin-left:.625rem}.md\:ml-3\.5{margin-left:.875rem}.md\:block{display:block}.md\:inline-block{display:inline-block}.md\:flex{display:flex}.md\:inline-flex{display:inline-flex}.md\:grid{display:grid}.md\:hidden{display:none}.md\:h-0{height:0px}.md\:h-1{height:.25rem}.md\:h-2{height:.5rem}.md\:h-3{height:.75rem}.md\:h-4{height:1rem}.md\:h-5{height:1.25rem}.md\:h-6{height:1.5rem}.md\:h-7{height:1.75rem}.md\:h-8{height:2rem}.md\:h-9{height:2.25rem}.md\:h-10{height:2.5rem}.md\:h-11{height:2.75rem}.md\:h-12{height:3rem}.md\:h-14{height:3.5rem}.md\:h-16{height:4rem}.md\:h-20{height:5rem}.md\:h-24{height:6rem}.md\:h-28{height:7rem}.md\:h-32{height:8rem}.md\:h-36{height:9rem}.md\:h-40{height:10rem}.md\:h-44{height:11rem}.md\:h-48{height:12rem}.md\:h-52{height:13rem}.md\:h-56{height:14rem}.md\:h-60{height:15rem}.md\:h-64{height:16rem}.md\:h-72{height:18rem}.md\:h-80{height:20rem}.md\:h-96{height:24rem}.md\:h-auto{height:auto}.md\:h-px{height:1px}.md\:h-0\.5{height:.125rem}.md\:h-1\.5{height:.375rem}.md\:h-2\.5{height:.625rem}.md\:h-3\.5{height:.875rem}.md\:h-full{height:100%}.md\:h-screen{height:100vh}.md\:max-h-0{max-height:0px}.md\:max-h-1{max-height:.25rem}.md\:max-h-2{max-height:.5rem}.md\:max-h-3{max-height:.75rem}.md\:max-h-4{max-height:1rem}.md\:max-h-5{max-height:1.25rem}.md\:max-h-6{max-height:1.5rem}.md\:max-h-7{max-height:1.75rem}.md\:max-h-8{max-height:2rem}.md\:max-h-9{max-height:2.25rem}.md\:max-h-10{max-height:2.5rem}.md\:max-h-11{max-height:2.75rem}.md\:max-h-12{max-height:3rem}.md\:max-h-14{max-height:3.5rem}.md\:max-h-16{max-height:4rem}.md\:max-h-20{max-height:5rem}.md\:max-h-24{max-height:6rem}.md\:max-h-28{max-height:7rem}.md\:max-h-32{max-height:8rem}.md\:max-h-36{max-height:9rem}.md\:max-h-40{max-height:10rem}.md\:max-h-44{max-height:11rem}.md\:max-h-48{max-height:12rem}.md\:max-h-52{max-height:13rem}.md\:max-h-56{max-height:14rem}.md\:max-h-60{max-height:15rem}.md\:max-h-64{max-height:16rem}.md\:max-h-72{max-height:18rem}.md\:max-h-80{max-height:20rem}.md\:max-h-96{max-height:24rem}.md\:max-h-px{max-height:1px}.md\:max-h-0\.5{max-height:.125rem}.md\:max-h-1\.5{max-height:.375rem}.md\:max-h-2\.5{max-height:.625rem}.md\:max-h-3\.5{max-height:.875rem}.md\:max-h-full{max-height:100%}.md\:max-h-screen{max-height:100vh}.md\:min-h-0{min-height:0px}.md\:min-h-full{min-height:100%}.md\:min-h-screen{min-height:100vh}.md\:w-0{width:0px}.md\:w-1{width:.25rem}.md\:w-2{width:.5rem}.md\:w-3{width:.75rem}.md\:w-4{width:1rem}.md\:w-5{width:1.25rem}.md\:w-6{width:1.5rem}.md\:w-7{width:1.75rem}.md\:w-8{width:2rem}.md\:w-9{width:2.25rem}.md\:w-10{width:2.5rem}.md\:w-11{width:2.75rem}.md\:w-12{width:3rem}.md\:w-14{width:3.5rem}.md\:w-16{width:4rem}.md\:w-20{width:5rem}.md\:w-24{width:6rem}.md\:w-28{width:7rem}.md\:w-32{width:8rem}.md\:w-36{width:9rem}.md\:w-40{width:10rem}.md\:w-44{width:11rem}.md\:w-48{width:12rem}.md\:w-52{width:13rem}.md\:w-56{width:14rem}.md\:w-60{width:15rem}.md\:w-64{width:16rem}.md\:w-72{width:18rem}.md\:w-80{width:20rem}.md\:w-96{width:24rem}.md\:w-auto{width:auto}.md\:w-px{width:1px}.md\:w-0\.5{width:.125rem}.md\:w-1\.5{width:.375rem}.md\:w-2\.5{width:.625rem}.md\:w-3\.5{width:.875rem}.md\:w-full{width:100%}.md\:w-screen{width:100vw}.md\:min-w-0{min-width:0px}.md\:min-w-full{min-width:100%}.md\:max-w-0{max-width:0rem}.md\:max-w-full{max-width:100%}.md\:grid-cols-1{grid-template-columns:repeat(1,minmax(0,1fr))}.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\:grid-cols-4{grid-template-columns:repeat(4,minmax(0,1fr))}.md\:grid-cols-5{grid-template-columns:repeat(5,minmax(0,1fr))}.md\:grid-cols-6{grid-template-columns:repeat(6,minmax(0,1fr))}.md\:grid-cols-7{grid-template-columns:repeat(7,minmax(0,1fr))}.md\:grid-cols-8{grid-template-columns:repeat(8,minmax(0,1fr))}.md\:grid-cols-9{grid-template-columns:repeat(9,minmax(0,1fr))}.md\:grid-cols-10{grid-template-columns:repeat(10,minmax(0,1fr))}.md\:grid-cols-11{grid-template-columns:repeat(11,minmax(0,1fr))}.md\:grid-cols-12{grid-template-columns:repeat(12,minmax(0,1fr))}.md\:grid-cols-none{grid-template-columns:none}.md\:items-start{align-items:flex-start}.md\:items-end{align-items:flex-end}.md\:items-center{align-items:center}.md\:justify-start{justify-content:flex-start}.md\:justify-end{justify-content:flex-end}.md\:justify-center{justify-content:center}.md\:justify-between{justify-content:space-between}.md\:justify-around{justify-content:space-around}.md\:justify-evenly{justify-content:space-evenly}.md\:gap-0{gap:0px}.md\:gap-1{gap:.25rem}.md\:gap-2{gap:.5rem}.md\:gap-3{gap:.75rem}.md\:gap-4{gap:1rem}.md\:gap-5{gap:1.25rem}.md\:gap-6{gap:1.5rem}.md\:gap-7{gap:1.75rem}.md\:gap-8{gap:2rem}.md\:gap-9{gap:2.25rem}.md\:gap-10{gap:2.5rem}.md\:gap-11{gap:2.75rem}.md\:gap-12{gap:3rem}.md\:gap-14{gap:3.5rem}.md\:gap-16{gap:4rem}.md\:gap-20{gap:5rem}.md\:gap-24{gap:6rem}.md\:gap-28{gap:7rem}.md\:gap-32{gap:8rem}.md\:gap-36{gap:9rem}.md\:gap-40{gap:10rem}.md\:gap-44{gap:11rem}.md\:gap-48{gap:12rem}.md\:gap-52{gap:13rem}.md\:gap-56{gap:14rem}.md\:gap-60{gap:15rem}.md\:gap-64{gap:16rem}.md\:gap-72{gap:18rem}.md\:gap-80{gap:20rem}.md\:gap-96{gap:24rem}.md\:gap-px{gap:1px}.md\:gap-0\.5{gap:.125rem}.md\:gap-1\.5{gap:.375rem}.md\:gap-2\.5{gap:.625rem}.md\:gap-3\.5{gap:.875rem}.md\:gap-x-0{-moz-column-gap:0px;column-gap:0px}.md\:gap-x-1{-moz-column-gap:.25rem;column-gap:.25rem}.md\:gap-x-2{-moz-column-gap:.5rem;column-gap:.5rem}.md\:gap-x-3{-moz-column-gap:.75rem;column-gap:.75rem}.md\:gap-x-4{-moz-column-gap:1rem;column-gap:1rem}.md\:gap-x-5{-moz-column-gap:1.25rem;column-gap:1.25rem}.md\:gap-x-6{-moz-column-gap:1.5rem;column-gap:1.5rem}.md\:gap-x-7{-moz-column-gap:1.75rem;column-gap:1.75rem}.md\:gap-x-8{-moz-column-gap:2rem;column-gap:2rem}.md\:gap-x-9{-moz-column-gap:2.25rem;column-gap:2.25rem}.md\:gap-x-10{-moz-column-gap:2.5rem;column-gap:2.5rem}.md\:gap-x-11{-moz-column-gap:2.75rem;column-gap:2.75rem}.md\:gap-x-12{-moz-column-gap:3rem;column-gap:3rem}.md\:gap-x-14{-moz-column-gap:3.5rem;column-gap:3.5rem}.md\:gap-x-16{-moz-column-gap:4rem;column-gap:4rem}.md\:gap-x-20{-moz-column-gap:5rem;column-gap:5rem}.md\:gap-x-24{-moz-column-gap:6rem;column-gap:6rem}.md\:gap-x-28{-moz-column-gap:7rem;column-gap:7rem}.md\:gap-x-32{-moz-column-gap:8rem;column-gap:8rem}.md\:gap-x-36{-moz-column-gap:9rem;column-gap:9rem}.md\:gap-x-40{-moz-column-gap:10rem;column-gap:10rem}.md\:gap-x-44{-moz-column-gap:11rem;column-gap:11rem}.md\:gap-x-48{-moz-column-gap:12rem;column-gap:12rem}.md\:gap-x-52{-moz-column-gap:13rem;column-gap:13rem}.md\:gap-x-56{-moz-column-gap:14rem;column-gap:14rem}.md\:gap-x-60{-moz-column-gap:15rem;column-gap:15rem}.md\:gap-x-64{-moz-column-gap:16rem;column-gap:16rem}.md\:gap-x-72{-moz-column-gap:18rem;column-gap:18rem}.md\:gap-x-80{-moz-column-gap:20rem;column-gap:20rem}.md\:gap-x-96{-moz-column-gap:24rem;column-gap:24rem}.md\:gap-x-px{-moz-column-gap:1px;column-gap:1px}.md\:gap-x-0\.5{-moz-column-gap:.125rem;column-gap:.125rem}.md\:gap-x-1\.5{-moz-column-gap:.375rem;column-gap:.375rem}.md\:gap-x-2\.5{-moz-column-gap:.625rem;column-gap:.625rem}.md\:gap-x-3\.5{-moz-column-gap:.875rem;column-gap:.875rem}.md\:gap-y-0{row-gap:0px}.md\:gap-y-1{row-gap:.25rem}.md\:gap-y-2{row-gap:.5rem}.md\:gap-y-3{row-gap:.75rem}.md\:gap-y-4{row-gap:1rem}.md\:gap-y-5{row-gap:1.25rem}.md\:gap-y-6{row-gap:1.5rem}.md\:gap-y-7{row-gap:1.75rem}.md\:gap-y-8{row-gap:2rem}.md\:gap-y-9{row-gap:2.25rem}.md\:gap-y-10{row-gap:2.5rem}.md\:gap-y-11{row-gap:2.75rem}.md\:gap-y-12{row-gap:3rem}.md\:gap-y-14{row-gap:3.5rem}.md\:gap-y-16{row-gap:4rem}.md\:gap-y-20{row-gap:5rem}.md\:gap-y-24{row-gap:6rem}.md\:gap-y-28{row-gap:7rem}.md\:gap-y-32{row-gap:8rem}.md\:gap-y-36{row-gap:9rem}.md\:gap-y-40{row-gap:10rem}.md\:gap-y-44{row-gap:11rem}.md\:gap-y-48{row-gap:12rem}.md\:gap-y-52{row-gap:13rem}.md\:gap-y-56{row-gap:14rem}.md\:gap-y-60{row-gap:15rem}.md\:gap-y-64{row-gap:16rem}.md\:gap-y-72{row-gap:18rem}.md\:gap-y-80{row-gap:20rem}.md\:gap-y-96{row-gap:24rem}.md\:gap-y-px{row-gap:1px}.md\:gap-y-0\.5{row-gap:.125rem}.md\:gap-y-1\.5{row-gap:.375rem}.md\:gap-y-2\.5{row-gap:.625rem}.md\:gap-y-3\.5{row-gap:.875rem}.md\:overflow-auto{overflow:auto}.md\:overflow-hidden{overflow:hidden}.md\:overflow-scroll{overflow:scroll}.md\:rounded-sm{border-radius:.125rem}.md\:rounded{border-radius:.25rem}.md\:rounded-md{border-radius:.375rem}.md\:rounded-lg{border-radius:.5rem}.md\:rounded-xl{border-radius:.75rem}.md\:rounded-2xl{border-radius:1rem}.md\:rounded-full{border-radius:9999px}.md\:p-0{padding:0}.md\:p-1{padding:.25rem}.md\:p-2{padding:.5rem}.md\:p-3{padding:.75rem}.md\:p-4{padding:1rem}.md\:p-5{padding:1.25rem}.md\:p-6{padding:1.5rem}.md\:p-7{padding:1.75rem}.md\:p-8{padding:2rem}.md\:p-9{padding:2.25rem}.md\:p-10{padding:2.5rem}.md\:p-11{padding:2.75rem}.md\:p-12{padding:3rem}.md\:p-14{padding:3.5rem}.md\:p-16{padding:4rem}.md\:p-20{padding:5rem}.md\:p-24{padding:6rem}.md\:p-28{padding:7rem}.md\:p-32{padding:8rem}.md\:p-36{padding:9rem}.md\:p-40{padding:10rem}.md\:p-44{padding:11rem}.md\:p-48{padding:12rem}.md\:p-52{padding:13rem}.md\:p-56{padding:14rem}.md\:p-60{padding:15rem}.md\:p-64{padding:16rem}.md\:p-72{padding:18rem}.md\:p-80{padding:20rem}.md\:p-96{padding:24rem}.md\:p-px{padding:1px}.md\:p-0\.5{padding:.125rem}.md\:p-1\.5{padding:.375rem}.md\:p-2\.5{padding:.625rem}.md\:p-3\.5{padding:.875rem}.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-4{padding-left:1rem;padding-right:1rem}.md\:px-5{padding-left:1.25rem;padding-right:1.25rem}.md\:px-6{padding-left:1.5rem;padding-right:1.5rem}.md\:px-7{padding-left:1.75rem;padding-right:1.75rem}.md\:px-8{padding-left:2rem;padding-right:2rem}.md\:px-9{padding-left:2.25rem;padding-right:2.25rem}.md\:px-10{padding-left:2.5rem;padding-right:2.5rem}.md\:px-11{padding-left:2.75rem;padding-right:2.75rem}.md\:px-12{padding-left:3rem;padding-right:3rem}.md\:px-14{padding-left:3.5rem;padding-right:3.5rem}.md\:px-16{padding-left:4rem;padding-right:4rem}.md\:px-20{padding-left:5rem;padding-right:5rem}.md\:px-24{padding-left:6rem;padding-right:6rem}.md\:px-28{padding-left:7rem;padding-right:7rem}.md\:px-32{padding-left:8rem;padding-right:8rem}.md\:px-36{padding-left:9rem;padding-right:9rem}.md\:px-40{padding-left:10rem;padding-right:10rem}.md\:px-44{padding-left:11rem;padding-right:11rem}.md\:px-48{padding-left:12rem;padding-right:12rem}.md\:px-52{padding-left:13rem;padding-right:13rem}.md\:px-56{padding-left:14rem;padding-right:14rem}.md\:px-60{padding-left:15rem;padding-right:15rem}.md\:px-64{padding-left:16rem;padding-right:16rem}.md\:px-72{padding-left:18rem;padding-right:18rem}.md\:px-80{padding-left:20rem;padding-right:20rem}.md\:px-96{padding-left:24rem;padding-right:24rem}.md\:px-px{padding-left:1px;padding-right:1px}.md\:px-0\.5{padding-left:.125rem;padding-right:.125rem}.md\:px-1\.5{padding-left:.375rem;padding-right:.375rem}.md\:px-2\.5{padding-left:.625rem;padding-right:.625rem}.md\:px-3\.5{padding-left:.875rem;padding-right:.875rem}.md\:py-0{padding-top:0;padding-bottom:0}.md\:py-1{padding-top:.25rem;padding-bottom:.25rem}.md\:py-2{padding-top:.5rem;padding-bottom:.5rem}.md\:py-3{padding-top:.75rem;padding-bottom:.75rem}.md\:py-4{padding-top:1rem;padding-bottom:1rem}.md\:py-5{padding-top:1.25rem;padding-bottom:1.25rem}.md\:py-6{padding-top:1.5rem;padding-bottom:1.5rem}.md\:py-7{padding-top:1.75rem;padding-bottom:1.75rem}.md\:py-8{padding-top:2rem;padding-bottom:2rem}.md\:py-9{padding-top:2.25rem;padding-bottom:2.25rem}.md\:py-10{padding-top:2.5rem;padding-bottom:2.5rem}.md\:py-11{padding-top:2.75rem;padding-bottom:2.75rem}.md\:py-12{padding-top:3rem;padding-bottom:3rem}.md\:py-14{padding-top:3.5rem;padding-bottom:3.5rem}.md\:py-16{padding-top:4rem;padding-bottom:4rem}.md\:py-20{padding-top:5rem;padding-bottom:5rem}.md\:py-24{padding-top:6rem;padding-bottom:6rem}.md\:py-28{padding-top:7rem;padding-bottom:7rem}.md\:py-32{padding-top:8rem;padding-bottom:8rem}.md\:py-36{padding-top:9rem;padding-bottom:9rem}.md\:py-40{padding-top:10rem;padding-bottom:10rem}.md\:py-44{padding-top:11rem;padding-bottom:11rem}.md\:py-48{padding-top:12rem;padding-bottom:12rem}.md\:py-52{padding-top:13rem;padding-bottom:13rem}.md\:py-56{padding-top:14rem;padding-bottom:14rem}.md\:py-60{padding-top:15rem;padding-bottom:15rem}.md\:py-64{padding-top:16rem;padding-bottom:16rem}.md\:py-72{padding-top:18rem;padding-bottom:18rem}.md\:py-80{padding-top:20rem;padding-bottom:20rem}.md\:py-96{padding-top:24rem;padding-bottom:24rem}.md\:py-px{padding-top:1px;padding-bottom:1px}.md\:py-0\.5{padding-top:.125rem;padding-bottom:.125rem}.md\:py-1\.5{padding-top:.375rem;padding-bottom:.375rem}.md\:py-2\.5{padding-top:.625rem;padding-bottom:.625rem}.md\:py-3\.5{padding-top:.875rem;padding-bottom:.875rem}.md\:pt-0{padding-top:0}.md\:pt-1{padding-top:.25rem}.md\:pt-2{padding-top:.5rem}.md\:pt-3{padding-top:.75rem}.md\:pt-4{padding-top:1rem}.md\:pt-5{padding-top:1.25rem}.md\:pt-6{padding-top:1.5rem}.md\:pt-7{padding-top:1.75rem}.md\:pt-8{padding-top:2rem}.md\:pt-9{padding-top:2.25rem}.md\:pt-10{padding-top:2.5rem}.md\:pt-11{padding-top:2.75rem}.md\:pt-12{padding-top:3rem}.md\:pt-14{padding-top:3.5rem}.md\:pt-16{padding-top:4rem}.md\:pt-20{padding-top:5rem}.md\:pt-24{padding-top:6rem}.md\:pt-28{padding-top:7rem}.md\:pt-32{padding-top:8rem}.md\:pt-36{padding-top:9rem}.md\:pt-40{padding-top:10rem}.md\:pt-44{padding-top:11rem}.md\:pt-48{padding-top:12rem}.md\:pt-52{padding-top:13rem}.md\:pt-56{padding-top:14rem}.md\:pt-60{padding-top:15rem}.md\:pt-64{padding-top:16rem}.md\:pt-72{padding-top:18rem}.md\:pt-80{padding-top:20rem}.md\:pt-96{padding-top:24rem}.md\:pt-px{padding-top:1px}.md\:pt-0\.5{padding-top:.125rem}.md\:pt-1\.5{padding-top:.375rem}.md\:pt-2\.5{padding-top:.625rem}.md\:pt-3\.5{padding-top:.875rem}.md\:pr-0{padding-right:0}.md\:pr-1{padding-right:.25rem}.md\:pr-2{padding-right:.5rem}.md\:pr-3{padding-right:.75rem}.md\:pr-4{padding-right:1rem}.md\:pr-5{padding-right:1.25rem}.md\:pr-6{padding-right:1.5rem}.md\:pr-7{padding-right:1.75rem}.md\:pr-8{padding-right:2rem}.md\:pr-9{padding-right:2.25rem}.md\:pr-10{padding-right:2.5rem}.md\:pr-11{padding-right:2.75rem}.md\:pr-12{padding-right:3rem}.md\:pr-14{padding-right:3.5rem}.md\:pr-16{padding-right:4rem}.md\:pr-20{padding-right:5rem}.md\:pr-24{padding-right:6rem}.md\:pr-28{padding-right:7rem}.md\:pr-32{padding-right:8rem}.md\:pr-36{padding-right:9rem}.md\:pr-40{padding-right:10rem}.md\:pr-44{padding-right:11rem}.md\:pr-48{padding-right:12rem}.md\:pr-52{padding-right:13rem}.md\:pr-56{padding-right:14rem}.md\:pr-60{padding-right:15rem}.md\:pr-64{padding-right:16rem}.md\:pr-72{padding-right:18rem}.md\:pr-80{padding-right:20rem}.md\:pr-96{padding-right:24rem}.md\:pr-px{padding-right:1px}.md\:pr-0\.5{padding-right:.125rem}.md\:pr-1\.5{padding-right:.375rem}.md\:pr-2\.5{padding-right:.625rem}.md\:pr-3\.5{padding-right:.875rem}.md\:pb-0{padding-bottom:0}.md\:pb-1{padding-bottom:.25rem}.md\:pb-2{padding-bottom:.5rem}.md\:pb-3{padding-bottom:.75rem}.md\:pb-4{padding-bottom:1rem}.md\:pb-5{padding-bottom:1.25rem}.md\:pb-6{padding-bottom:1.5rem}.md\:pb-7{padding-bottom:1.75rem}.md\:pb-8{padding-bottom:2rem}.md\:pb-9{padding-bottom:2.25rem}.md\:pb-10{padding-bottom:2.5rem}.md\:pb-11{padding-bottom:2.75rem}.md\:pb-12{padding-bottom:3rem}.md\:pb-14{padding-bottom:3.5rem}.md\:pb-16{padding-bottom:4rem}.md\:pb-20{padding-bottom:5rem}.md\:pb-24{padding-bottom:6rem}.md\:pb-28{padding-bottom:7rem}.md\:pb-32{padding-bottom:8rem}.md\:pb-36{padding-bottom:9rem}.md\:pb-40{padding-bottom:10rem}.md\:pb-44{padding-bottom:11rem}.md\:pb-48{padding-bottom:12rem}.md\:pb-52{padding-bottom:13rem}.md\:pb-56{padding-bottom:14rem}.md\:pb-60{padding-bottom:15rem}.md\:pb-64{padding-bottom:16rem}.md\:pb-72{padding-bottom:18rem}.md\:pb-80{padding-bottom:20rem}.md\:pb-96{padding-bottom:24rem}.md\:pb-px{padding-bottom:1px}.md\:pb-0\.5{padding-bottom:.125rem}.md\:pb-1\.5{padding-bottom:.375rem}.md\:pb-2\.5{padding-bottom:.625rem}.md\:pb-3\.5{padding-bottom:.875rem}.md\:pl-0{padding-left:0}.md\:pl-1{padding-left:.25rem}.md\:pl-2{padding-left:.5rem}.md\:pl-3{padding-left:.75rem}.md\:pl-4{padding-left:1rem}.md\:pl-5{padding-left:1.25rem}.md\:pl-6{padding-left:1.5rem}.md\:pl-7{padding-left:1.75rem}.md\:pl-8{padding-left:2rem}.md\:pl-9{padding-left:2.25rem}.md\:pl-10{padding-left:2.5rem}.md\:pl-11{padding-left:2.75rem}.md\:pl-12{padding-left:3rem}.md\:pl-14{padding-left:3.5rem}.md\:pl-16{padding-left:4rem}.md\:pl-20{padding-left:5rem}.md\:pl-24{padding-left:6rem}.md\:pl-28{padding-left:7rem}.md\:pl-32{padding-left:8rem}.md\:pl-36{padding-left:9rem}.md\:pl-40{padding-left:10rem}.md\:pl-44{padding-left:11rem}.md\:pl-48{padding-left:12rem}.md\:pl-52{padding-left:13rem}.md\:pl-56{padding-left:14rem}.md\:pl-60{padding-left:15rem}.md\:pl-64{padding-left:16rem}.md\:pl-72{padding-left:18rem}.md\:pl-80{padding-left:20rem}.md\:pl-96{padding-left:24rem}.md\:pl-px{padding-left:1px}.md\:pl-0\.5{padding-left:.125rem}.md\:pl-1\.5{padding-left:.375rem}.md\:pl-2\.5{padding-left:.625rem}.md\:pl-3\.5{padding-left:.875rem}.md\:text-xs{font-size:.75rem;line-height:1rem}.md\:text-sm{font-size:.875rem;line-height:1.25rem}.md\:text-base{font-size:1rem;line-height:1.5rem}.md\:text-lg{font-size:1.125rem;line-height:1.75rem}.md\:text-xl{font-size:1.25rem;line-height:1.75rem}.md\:text-2xl{font-size:1.5rem;line-height:2rem}.md\:text-3xl{font-size:1.875rem;line-height:2.25rem}.md\:text-4xl{font-size:2.25rem;line-height:2.5rem}.md\:text-5xl{font-size:3rem;line-height:1}.md\:text-6xl{font-size:3.75rem;line-height:1}.md\:text-7xl{font-size:4.5rem;line-height:1}.md\:text-8xl{font-size:6rem;line-height:1}.md\:text-9xl{font-size:8rem;line-height:1}}@media (min-width: 1024px){.lg\:static{position:static}.lg\:fixed{position:fixed}.lg\:absolute{position:absolute}.lg\:relative{position:relative}.lg\:sticky{position:sticky}.lg\:inset-0{top:0px;right:0px;bottom:0px;left:0px}.lg\:inset-1{top:.25rem;right:.25rem;bottom:.25rem;left:.25rem}.lg\:inset-2{top:.5rem;right:.5rem;bottom:.5rem;left:.5rem}.lg\:inset-3{top:.75rem;right:.75rem;bottom:.75rem;left:.75rem}.lg\:inset-4{top:1rem;right:1rem;bottom:1rem;left:1rem}.lg\:inset-5{top:1.25rem;right:1.25rem;bottom:1.25rem;left:1.25rem}.lg\:inset-6{top:1.5rem;right:1.5rem;bottom:1.5rem;left:1.5rem}.lg\:inset-7{top:1.75rem;right:1.75rem;bottom:1.75rem;left:1.75rem}.lg\:inset-8{top:2rem;right:2rem;bottom:2rem;left:2rem}.lg\:inset-9{top:2.25rem;right:2.25rem;bottom:2.25rem;left:2.25rem}.lg\:inset-10{top:2.5rem;right:2.5rem;bottom:2.5rem;left:2.5rem}.lg\:inset-11{top:2.75rem;right:2.75rem;bottom:2.75rem;left:2.75rem}.lg\:inset-12{top:3rem;right:3rem;bottom:3rem;left:3rem}.lg\:inset-14{top:3.5rem;right:3.5rem;bottom:3.5rem;left:3.5rem}.lg\:inset-16{top:4rem;right:4rem;bottom:4rem;left:4rem}.lg\:inset-20{top:5rem;right:5rem;bottom:5rem;left:5rem}.lg\:inset-24{top:6rem;right:6rem;bottom:6rem;left:6rem}.lg\:inset-28{top:7rem;right:7rem;bottom:7rem;left:7rem}.lg\:inset-32{top:8rem;right:8rem;bottom:8rem;left:8rem}.lg\:inset-36{top:9rem;right:9rem;bottom:9rem;left:9rem}.lg\:inset-40{top:10rem;right:10rem;bottom:10rem;left:10rem}.lg\:inset-44{top:11rem;right:11rem;bottom:11rem;left:11rem}.lg\:inset-48{top:12rem;right:12rem;bottom:12rem;left:12rem}.lg\:inset-52{top:13rem;right:13rem;bottom:13rem;left:13rem}.lg\:inset-56{top:14rem;right:14rem;bottom:14rem;left:14rem}.lg\:inset-60{top:15rem;right:15rem;bottom:15rem;left:15rem}.lg\:inset-64{top:16rem;right:16rem;bottom:16rem;left:16rem}.lg\:inset-72{top:18rem;right:18rem;bottom:18rem;left:18rem}.lg\:inset-80{top:20rem;right:20rem;bottom:20rem;left:20rem}.lg\:inset-96{top:24rem;right:24rem;bottom:24rem;left:24rem}.lg\:inset-auto{top:auto;right:auto;bottom:auto;left:auto}.lg\:inset-px{top:1px;right:1px;bottom:1px;left:1px}.lg\:inset-0\.5{top:.125rem;right:.125rem;bottom:.125rem;left:.125rem}.lg\:inset-1\.5{top:.375rem;right:.375rem;bottom:.375rem;left:.375rem}.lg\:inset-2\.5{top:.625rem;right:.625rem;bottom:.625rem;left:.625rem}.lg\:inset-3\.5{top:.875rem;right:.875rem;bottom:.875rem;left:.875rem}.lg\:inset-full{top:100%;right:100%;bottom:100%;left:100%}.lg\:top-0{top:0px}.lg\:top-1{top:.25rem}.lg\:top-2{top:.5rem}.lg\:top-3{top:.75rem}.lg\:top-4{top:1rem}.lg\:top-5{top:1.25rem}.lg\:top-6{top:1.5rem}.lg\:top-7{top:1.75rem}.lg\:top-8{top:2rem}.lg\:top-9{top:2.25rem}.lg\:top-10{top:2.5rem}.lg\:top-11{top:2.75rem}.lg\:top-12{top:3rem}.lg\:top-14{top:3.5rem}.lg\:top-16{top:4rem}.lg\:top-20{top:5rem}.lg\:top-24{top:6rem}.lg\:top-28{top:7rem}.lg\:top-32{top:8rem}.lg\:top-36{top:9rem}.lg\:top-40{top:10rem}.lg\:top-44{top:11rem}.lg\:top-48{top:12rem}.lg\:top-52{top:13rem}.lg\:top-56{top:14rem}.lg\:top-60{top:15rem}.lg\:top-64{top:16rem}.lg\:top-72{top:18rem}.lg\:top-80{top:20rem}.lg\:top-96{top:24rem}.lg\:top-auto{top:auto}.lg\:top-px{top:1px}.lg\:top-0\.5{top:.125rem}.lg\:top-1\.5{top:.375rem}.lg\:top-2\.5{top:.625rem}.lg\:top-3\.5{top:.875rem}.lg\:top-full{top:100%}.lg\:right-0{right:0px}.lg\:right-1{right:.25rem}.lg\:right-2{right:.5rem}.lg\:right-3{right:.75rem}.lg\:right-4{right:1rem}.lg\:right-5{right:1.25rem}.lg\:right-6{right:1.5rem}.lg\:right-7{right:1.75rem}.lg\:right-8{right:2rem}.lg\:right-9{right:2.25rem}.lg\:right-10{right:2.5rem}.lg\:right-11{right:2.75rem}.lg\:right-12{right:3rem}.lg\:right-14{right:3.5rem}.lg\:right-16{right:4rem}.lg\:right-20{right:5rem}.lg\:right-24{right:6rem}.lg\:right-28{right:7rem}.lg\:right-32{right:8rem}.lg\:right-36{right:9rem}.lg\:right-40{right:10rem}.lg\:right-44{right:11rem}.lg\:right-48{right:12rem}.lg\:right-52{right:13rem}.lg\:right-56{right:14rem}.lg\:right-60{right:15rem}.lg\:right-64{right:16rem}.lg\:right-72{right:18rem}.lg\:right-80{right:20rem}.lg\:right-96{right:24rem}.lg\:right-auto{right:auto}.lg\:right-px{right:1px}.lg\:right-0\.5{right:.125rem}.lg\:right-1\.5{right:.375rem}.lg\:right-2\.5{right:.625rem}.lg\:right-3\.5{right:.875rem}.lg\:right-full{right:100%}.lg\:bottom-0{bottom:0px}.lg\:bottom-1{bottom:.25rem}.lg\:bottom-2{bottom:.5rem}.lg\:bottom-3{bottom:.75rem}.lg\:bottom-4{bottom:1rem}.lg\:bottom-5{bottom:1.25rem}.lg\:bottom-6{bottom:1.5rem}.lg\:bottom-7{bottom:1.75rem}.lg\:bottom-8{bottom:2rem}.lg\:bottom-9{bottom:2.25rem}.lg\:bottom-10{bottom:2.5rem}.lg\:bottom-11{bottom:2.75rem}.lg\:bottom-12{bottom:3rem}.lg\:bottom-14{bottom:3.5rem}.lg\:bottom-16{bottom:4rem}.lg\:bottom-20{bottom:5rem}.lg\:bottom-24{bottom:6rem}.lg\:bottom-28{bottom:7rem}.lg\:bottom-32{bottom:8rem}.lg\:bottom-36{bottom:9rem}.lg\:bottom-40{bottom:10rem}.lg\:bottom-44{bottom:11rem}.lg\:bottom-48{bottom:12rem}.lg\:bottom-52{bottom:13rem}.lg\:bottom-56{bottom:14rem}.lg\:bottom-60{bottom:15rem}.lg\:bottom-64{bottom:16rem}.lg\:bottom-72{bottom:18rem}.lg\:bottom-80{bottom:20rem}.lg\:bottom-96{bottom:24rem}.lg\:bottom-auto{bottom:auto}.lg\:bottom-px{bottom:1px}.lg\:bottom-0\.5{bottom:.125rem}.lg\:bottom-1\.5{bottom:.375rem}.lg\:bottom-2\.5{bottom:.625rem}.lg\:bottom-3\.5{bottom:.875rem}.lg\:bottom-full{bottom:100%}.lg\:left-0{left:0px}.lg\:left-1{left:.25rem}.lg\:left-2{left:.5rem}.lg\:left-3{left:.75rem}.lg\:left-4{left:1rem}.lg\:left-5{left:1.25rem}.lg\:left-6{left:1.5rem}.lg\:left-7{left:1.75rem}.lg\:left-8{left:2rem}.lg\:left-9{left:2.25rem}.lg\:left-10{left:2.5rem}.lg\:left-11{left:2.75rem}.lg\:left-12{left:3rem}.lg\:left-14{left:3.5rem}.lg\:left-16{left:4rem}.lg\:left-20{left:5rem}.lg\:left-24{left:6rem}.lg\:left-28{left:7rem}.lg\:left-32{left:8rem}.lg\:left-36{left:9rem}.lg\:left-40{left:10rem}.lg\:left-44{left:11rem}.lg\:left-48{left:12rem}.lg\:left-52{left:13rem}.lg\:left-56{left:14rem}.lg\:left-60{left:15rem}.lg\:left-64{left:16rem}.lg\:left-72{left:18rem}.lg\:left-80{left:20rem}.lg\:left-96{left:24rem}.lg\:left-auto{left:auto}.lg\:left-px{left:1px}.lg\:left-0\.5{left:.125rem}.lg\:left-1\.5{left:.375rem}.lg\:left-2\.5{left:.625rem}.lg\:left-3\.5{left:.875rem}.lg\:left-full{left:100%}.lg\:z-0{z-index:0}.lg\:z-10{z-index:10}.lg\:z-20{z-index:20}.lg\:z-40{z-index:40}.lg\:z-auto{z-index:auto}.lg\:col-span-1{grid-column:span 1 / span 1}.lg\:col-span-2{grid-column:span 2 / span 2}.lg\:col-span-3{grid-column:span 3 / span 3}.lg\:col-span-4{grid-column:span 4 / span 4}.lg\:col-span-5{grid-column:span 5 / span 5}.lg\:col-span-6{grid-column:span 6 / span 6}.lg\:col-span-7{grid-column:span 7 / span 7}.lg\:col-span-8{grid-column:span 8 / span 8}.lg\:col-span-9{grid-column:span 9 / span 9}.lg\:col-span-10{grid-column:span 10 / span 10}.lg\:col-span-11{grid-column:span 11 / span 11}.lg\:col-span-12{grid-column:span 12 / span 12}.lg\:col-span-full{grid-column:1 / -1}.lg\:row-span-1{grid-row:span 1 / span 1}.lg\:row-span-2{grid-row:span 2 / span 2}.lg\:row-span-3{grid-row:span 3 / span 3}.lg\:row-span-4{grid-row:span 4 / span 4}.lg\:row-span-5{grid-row:span 5 / span 5}.lg\:row-span-6{grid-row:span 6 / span 6}.lg\:row-span-full{grid-row:1 / -1}.lg\:m-0{margin:0}.lg\:m-1{margin:.25rem}.lg\:m-2{margin:.5rem}.lg\:m-3{margin:.75rem}.lg\:m-4{margin:1rem}.lg\:m-5{margin:1.25rem}.lg\:m-6{margin:1.5rem}.lg\:m-7{margin:1.75rem}.lg\:m-8{margin:2rem}.lg\:m-9{margin:2.25rem}.lg\:m-10{margin:2.5rem}.lg\:m-11{margin:2.75rem}.lg\:m-12{margin:3rem}.lg\:m-14{margin:3.5rem}.lg\:m-16{margin:4rem}.lg\:m-20{margin:5rem}.lg\:m-24{margin:6rem}.lg\:m-28{margin:7rem}.lg\:m-32{margin:8rem}.lg\:m-36{margin:9rem}.lg\:m-40{margin:10rem}.lg\:m-44{margin:11rem}.lg\:m-48{margin:12rem}.lg\:m-52{margin:13rem}.lg\:m-56{margin:14rem}.lg\:m-60{margin:15rem}.lg\:m-64{margin:16rem}.lg\:m-72{margin:18rem}.lg\:m-80{margin:20rem}.lg\:m-96{margin:24rem}.lg\:m-auto{margin:auto}.lg\:m-px{margin:1px}.lg\:m-0\.5{margin:.125rem}.lg\:m-1\.5{margin:.375rem}.lg\:m-2\.5{margin:.625rem}.lg\:m-3\.5{margin:.875rem}.lg\:mx-0{margin-left:0;margin-right:0}.lg\:mx-1{margin-left:.25rem;margin-right:.25rem}.lg\:mx-2{margin-left:.5rem;margin-right:.5rem}.lg\:mx-3{margin-left:.75rem;margin-right:.75rem}.lg\:mx-4{margin-left:1rem;margin-right:1rem}.lg\:mx-5{margin-left:1.25rem;margin-right:1.25rem}.lg\:mx-6{margin-left:1.5rem;margin-right:1.5rem}.lg\:mx-7{margin-left:1.75rem;margin-right:1.75rem}.lg\:mx-8{margin-left:2rem;margin-right:2rem}.lg\:mx-9{margin-left:2.25rem;margin-right:2.25rem}.lg\:mx-10{margin-left:2.5rem;margin-right:2.5rem}.lg\:mx-11{margin-left:2.75rem;margin-right:2.75rem}.lg\:mx-12{margin-left:3rem;margin-right:3rem}.lg\:mx-14{margin-left:3.5rem;margin-right:3.5rem}.lg\:mx-16{margin-left:4rem;margin-right:4rem}.lg\:mx-20{margin-left:5rem;margin-right:5rem}.lg\:mx-24{margin-left:6rem;margin-right:6rem}.lg\:mx-28{margin-left:7rem;margin-right:7rem}.lg\:mx-32{margin-left:8rem;margin-right:8rem}.lg\:mx-36{margin-left:9rem;margin-right:9rem}.lg\:mx-40{margin-left:10rem;margin-right:10rem}.lg\:mx-44{margin-left:11rem;margin-right:11rem}.lg\:mx-48{margin-left:12rem;margin-right:12rem}.lg\:mx-52{margin-left:13rem;margin-right:13rem}.lg\:mx-56{margin-left:14rem;margin-right:14rem}.lg\:mx-60{margin-left:15rem;margin-right:15rem}.lg\:mx-64{margin-left:16rem;margin-right:16rem}.lg\:mx-72{margin-left:18rem;margin-right:18rem}.lg\:mx-80{margin-left:20rem;margin-right:20rem}.lg\:mx-96{margin-left:24rem;margin-right:24rem}.lg\:mx-auto{margin-left:auto;margin-right:auto}.lg\:mx-px{margin-left:1px;margin-right:1px}.lg\:mx-0\.5{margin-left:.125rem;margin-right:.125rem}.lg\:mx-1\.5{margin-left:.375rem;margin-right:.375rem}.lg\:mx-2\.5{margin-left:.625rem;margin-right:.625rem}.lg\:mx-3\.5{margin-left:.875rem;margin-right:.875rem}.lg\:my-0{margin-top:0;margin-bottom:0}.lg\:my-1{margin-top:.25rem;margin-bottom:.25rem}.lg\:my-2{margin-top:.5rem;margin-bottom:.5rem}.lg\:my-3{margin-top:.75rem;margin-bottom:.75rem}.lg\:my-4{margin-top:1rem;margin-bottom:1rem}.lg\:my-5{margin-top:1.25rem;margin-bottom:1.25rem}.lg\:my-6{margin-top:1.5rem;margin-bottom:1.5rem}.lg\:my-7{margin-top:1.75rem;margin-bottom:1.75rem}.lg\:my-8{margin-top:2rem;margin-bottom:2rem}.lg\:my-9{margin-top:2.25rem;margin-bottom:2.25rem}.lg\:my-10{margin-top:2.5rem;margin-bottom:2.5rem}.lg\:my-11{margin-top:2.75rem;margin-bottom:2.75rem}.lg\:my-12{margin-top:3rem;margin-bottom:3rem}.lg\:my-14{margin-top:3.5rem;margin-bottom:3.5rem}.lg\:my-16{margin-top:4rem;margin-bottom:4rem}.lg\:my-20{margin-top:5rem;margin-bottom:5rem}.lg\:my-24{margin-top:6rem;margin-bottom:6rem}.lg\:my-28{margin-top:7rem;margin-bottom:7rem}.lg\:my-32{margin-top:8rem;margin-bottom:8rem}.lg\:my-36{margin-top:9rem;margin-bottom:9rem}.lg\:my-40{margin-top:10rem;margin-bottom:10rem}.lg\:my-44{margin-top:11rem;margin-bottom:11rem}.lg\:my-48{margin-top:12rem;margin-bottom:12rem}.lg\:my-52{margin-top:13rem;margin-bottom:13rem}.lg\:my-56{margin-top:14rem;margin-bottom:14rem}.lg\:my-60{margin-top:15rem;margin-bottom:15rem}.lg\:my-64{margin-top:16rem;margin-bottom:16rem}.lg\:my-72{margin-top:18rem;margin-bottom:18rem}.lg\:my-80{margin-top:20rem;margin-bottom:20rem}.lg\:my-96{margin-top:24rem;margin-bottom:24rem}.lg\:my-auto{margin-top:auto;margin-bottom:auto}.lg\:my-px{margin-top:1px;margin-bottom:1px}.lg\:my-0\.5{margin-top:.125rem;margin-bottom:.125rem}.lg\:my-1\.5{margin-top:.375rem;margin-bottom:.375rem}.lg\:my-2\.5{margin-top:.625rem;margin-bottom:.625rem}.lg\:my-3\.5{margin-top:.875rem;margin-bottom:.875rem}.lg\:mt-0{margin-top:0}.lg\:mt-1{margin-top:.25rem}.lg\:mt-2{margin-top:.5rem}.lg\:mt-3{margin-top:.75rem}.lg\:mt-4{margin-top:1rem}.lg\:mt-5{margin-top:1.25rem}.lg\:mt-6{margin-top:1.5rem}.lg\:mt-7{margin-top:1.75rem}.lg\:mt-8{margin-top:2rem}.lg\:mt-9{margin-top:2.25rem}.lg\:mt-10{margin-top:2.5rem}.lg\:mt-11{margin-top:2.75rem}.lg\:mt-12{margin-top:3rem}.lg\:mt-14{margin-top:3.5rem}.lg\:mt-16{margin-top:4rem}.lg\:mt-20{margin-top:5rem}.lg\:mt-24{margin-top:6rem}.lg\:mt-28{margin-top:7rem}.lg\:mt-32{margin-top:8rem}.lg\:mt-36{margin-top:9rem}.lg\:mt-40{margin-top:10rem}.lg\:mt-44{margin-top:11rem}.lg\:mt-48{margin-top:12rem}.lg\:mt-52{margin-top:13rem}.lg\:mt-56{margin-top:14rem}.lg\:mt-60{margin-top:15rem}.lg\:mt-64{margin-top:16rem}.lg\:mt-72{margin-top:18rem}.lg\:mt-80{margin-top:20rem}.lg\:mt-96{margin-top:24rem}.lg\:mt-auto{margin-top:auto}.lg\:mt-px{margin-top:1px}.lg\:mt-0\.5{margin-top:.125rem}.lg\:mt-1\.5{margin-top:.375rem}.lg\:mt-2\.5{margin-top:.625rem}.lg\:mt-3\.5{margin-top:.875rem}.lg\:mr-0{margin-right:0}.lg\:mr-1{margin-right:.25rem}.lg\:mr-2{margin-right:.5rem}.lg\:mr-3{margin-right:.75rem}.lg\:mr-4{margin-right:1rem}.lg\:mr-5{margin-right:1.25rem}.lg\:mr-6{margin-right:1.5rem}.lg\:mr-7{margin-right:1.75rem}.lg\:mr-8{margin-right:2rem}.lg\:mr-9{margin-right:2.25rem}.lg\:mr-10{margin-right:2.5rem}.lg\:mr-11{margin-right:2.75rem}.lg\:mr-12{margin-right:3rem}.lg\:mr-14{margin-right:3.5rem}.lg\:mr-16{margin-right:4rem}.lg\:mr-20{margin-right:5rem}.lg\:mr-24{margin-right:6rem}.lg\:mr-28{margin-right:7rem}.lg\:mr-32{margin-right:8rem}.lg\:mr-36{margin-right:9rem}.lg\:mr-40{margin-right:10rem}.lg\:mr-44{margin-right:11rem}.lg\:mr-48{margin-right:12rem}.lg\:mr-52{margin-right:13rem}.lg\:mr-56{margin-right:14rem}.lg\:mr-60{margin-right:15rem}.lg\:mr-64{margin-right:16rem}.lg\:mr-72{margin-right:18rem}.lg\:mr-80{margin-right:20rem}.lg\:mr-96{margin-right:24rem}.lg\:mr-auto{margin-right:auto}.lg\:mr-px{margin-right:1px}.lg\:mr-0\.5{margin-right:.125rem}.lg\:mr-1\.5{margin-right:.375rem}.lg\:mr-2\.5{margin-right:.625rem}.lg\:mr-3\.5{margin-right:.875rem}.lg\:mb-0{margin-bottom:0}.lg\:mb-1{margin-bottom:.25rem}.lg\:mb-2{margin-bottom:.5rem}.lg\:mb-3{margin-bottom:.75rem}.lg\:mb-4{margin-bottom:1rem}.lg\:mb-5{margin-bottom:1.25rem}.lg\:mb-6{margin-bottom:1.5rem}.lg\:mb-7{margin-bottom:1.75rem}.lg\:mb-8{margin-bottom:2rem}.lg\:mb-9{margin-bottom:2.25rem}.lg\:mb-10{margin-bottom:2.5rem}.lg\:mb-11{margin-bottom:2.75rem}.lg\:mb-12{margin-bottom:3rem}.lg\:mb-14{margin-bottom:3.5rem}.lg\:mb-16{margin-bottom:4rem}.lg\:mb-20{margin-bottom:5rem}.lg\:mb-24{margin-bottom:6rem}.lg\:mb-28{margin-bottom:7rem}.lg\:mb-32{margin-bottom:8rem}.lg\:mb-36{margin-bottom:9rem}.lg\:mb-40{margin-bottom:10rem}.lg\:mb-44{margin-bottom:11rem}.lg\:mb-48{margin-bottom:12rem}.lg\:mb-52{margin-bottom:13rem}.lg\:mb-56{margin-bottom:14rem}.lg\:mb-60{margin-bottom:15rem}.lg\:mb-64{margin-bottom:16rem}.lg\:mb-72{margin-bottom:18rem}.lg\:mb-80{margin-bottom:20rem}.lg\:mb-96{margin-bottom:24rem}.lg\:mb-auto{margin-bottom:auto}.lg\:mb-px{margin-bottom:1px}.lg\:mb-0\.5{margin-bottom:.125rem}.lg\:mb-1\.5{margin-bottom:.375rem}.lg\:mb-2\.5{margin-bottom:.625rem}.lg\:mb-3\.5{margin-bottom:.875rem}.lg\:ml-0{margin-left:0}.lg\:ml-1{margin-left:.25rem}.lg\:ml-2{margin-left:.5rem}.lg\:ml-3{margin-left:.75rem}.lg\:ml-4{margin-left:1rem}.lg\:ml-5{margin-left:1.25rem}.lg\:ml-6{margin-left:1.5rem}.lg\:ml-7{margin-left:1.75rem}.lg\:ml-8{margin-left:2rem}.lg\:ml-9{margin-left:2.25rem}.lg\:ml-10{margin-left:2.5rem}.lg\:ml-11{margin-left:2.75rem}.lg\:ml-12{margin-left:3rem}.lg\:ml-14{margin-left:3.5rem}.lg\:ml-16{margin-left:4rem}.lg\:ml-20{margin-left:5rem}.lg\:ml-24{margin-left:6rem}.lg\:ml-28{margin-left:7rem}.lg\:ml-32{margin-left:8rem}.lg\:ml-36{margin-left:9rem}.lg\:ml-40{margin-left:10rem}.lg\:ml-44{margin-left:11rem}.lg\:ml-48{margin-left:12rem}.lg\:ml-52{margin-left:13rem}.lg\:ml-56{margin-left:14rem}.lg\:ml-60{margin-left:15rem}.lg\:ml-64{margin-left:16rem}.lg\:ml-72{margin-left:18rem}.lg\:ml-80{margin-left:20rem}.lg\:ml-96{margin-left:24rem}.lg\:ml-auto{margin-left:auto}.lg\:ml-px{margin-left:1px}.lg\:ml-0\.5{margin-left:.125rem}.lg\:ml-1\.5{margin-left:.375rem}.lg\:ml-2\.5{margin-left:.625rem}.lg\:ml-3\.5{margin-left:.875rem}.lg\:block{display:block}.lg\:inline-block{display:inline-block}.lg\:flex{display:flex}.lg\:inline-flex{display:inline-flex}.lg\:grid{display:grid}.lg\:hidden{display:none}.lg\:h-0{height:0px}.lg\:h-1{height:.25rem}.lg\:h-2{height:.5rem}.lg\:h-3{height:.75rem}.lg\:h-4{height:1rem}.lg\:h-5{height:1.25rem}.lg\:h-6{height:1.5rem}.lg\:h-7{height:1.75rem}.lg\:h-8{height:2rem}.lg\:h-9{height:2.25rem}.lg\:h-10{height:2.5rem}.lg\:h-11{height:2.75rem}.lg\:h-12{height:3rem}.lg\:h-14{height:3.5rem}.lg\:h-16{height:4rem}.lg\:h-20{height:5rem}.lg\:h-24{height:6rem}.lg\:h-28{height:7rem}.lg\:h-32{height:8rem}.lg\:h-36{height:9rem}.lg\:h-40{height:10rem}.lg\:h-44{height:11rem}.lg\:h-48{height:12rem}.lg\:h-52{height:13rem}.lg\:h-56{height:14rem}.lg\:h-60{height:15rem}.lg\:h-64{height:16rem}.lg\:h-72{height:18rem}.lg\:h-80{height:20rem}.lg\:h-96{height:24rem}.lg\:h-auto{height:auto}.lg\:h-px{height:1px}.lg\:h-0\.5{height:.125rem}.lg\:h-1\.5{height:.375rem}.lg\:h-2\.5{height:.625rem}.lg\:h-3\.5{height:.875rem}.lg\:h-full{height:100%}.lg\:h-screen{height:100vh}.lg\:max-h-0{max-height:0px}.lg\:max-h-1{max-height:.25rem}.lg\:max-h-2{max-height:.5rem}.lg\:max-h-3{max-height:.75rem}.lg\:max-h-4{max-height:1rem}.lg\:max-h-5{max-height:1.25rem}.lg\:max-h-6{max-height:1.5rem}.lg\:max-h-7{max-height:1.75rem}.lg\:max-h-8{max-height:2rem}.lg\:max-h-9{max-height:2.25rem}.lg\:max-h-10{max-height:2.5rem}.lg\:max-h-11{max-height:2.75rem}.lg\:max-h-12{max-height:3rem}.lg\:max-h-14{max-height:3.5rem}.lg\:max-h-16{max-height:4rem}.lg\:max-h-20{max-height:5rem}.lg\:max-h-24{max-height:6rem}.lg\:max-h-28{max-height:7rem}.lg\:max-h-32{max-height:8rem}.lg\:max-h-36{max-height:9rem}.lg\:max-h-40{max-height:10rem}.lg\:max-h-44{max-height:11rem}.lg\:max-h-48{max-height:12rem}.lg\:max-h-52{max-height:13rem}.lg\:max-h-56{max-height:14rem}.lg\:max-h-60{max-height:15rem}.lg\:max-h-64{max-height:16rem}.lg\:max-h-72{max-height:18rem}.lg\:max-h-80{max-height:20rem}.lg\:max-h-96{max-height:24rem}.lg\:max-h-px{max-height:1px}.lg\:max-h-0\.5{max-height:.125rem}.lg\:max-h-1\.5{max-height:.375rem}.lg\:max-h-2\.5{max-height:.625rem}.lg\:max-h-3\.5{max-height:.875rem}.lg\:max-h-full{max-height:100%}.lg\:max-h-screen{max-height:100vh}.lg\:min-h-0{min-height:0px}.lg\:min-h-full{min-height:100%}.lg\:min-h-screen{min-height:100vh}.lg\:w-0{width:0px}.lg\:w-1{width:.25rem}.lg\:w-2{width:.5rem}.lg\:w-3{width:.75rem}.lg\:w-4{width:1rem}.lg\:w-5{width:1.25rem}.lg\:w-6{width:1.5rem}.lg\:w-7{width:1.75rem}.lg\:w-8{width:2rem}.lg\:w-9{width:2.25rem}.lg\:w-10{width:2.5rem}.lg\:w-11{width:2.75rem}.lg\:w-12{width:3rem}.lg\:w-14{width:3.5rem}.lg\:w-16{width:4rem}.lg\:w-20{width:5rem}.lg\:w-24{width:6rem}.lg\:w-28{width:7rem}.lg\:w-32{width:8rem}.lg\:w-36{width:9rem}.lg\:w-40{width:10rem}.lg\:w-44{width:11rem}.lg\:w-48{width:12rem}.lg\:w-52{width:13rem}.lg\:w-56{width:14rem}.lg\:w-60{width:15rem}.lg\:w-64{width:16rem}.lg\:w-72{width:18rem}.lg\:w-80{width:20rem}.lg\:w-96{width:24rem}.lg\:w-auto{width:auto}.lg\:w-px{width:1px}.lg\:w-0\.5{width:.125rem}.lg\:w-1\.5{width:.375rem}.lg\:w-2\.5{width:.625rem}.lg\:w-3\.5{width:.875rem}.lg\:w-full{width:100%}.lg\:w-screen{width:100vw}.lg\:min-w-0{min-width:0px}.lg\:min-w-full{min-width:100%}.lg\:max-w-0{max-width:0rem}.lg\:max-w-full{max-width:100%}.lg\:grid-cols-1{grid-template-columns:repeat(1,minmax(0,1fr))}.lg\:grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.lg\:grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}.lg\:grid-cols-4{grid-template-columns:repeat(4,minmax(0,1fr))}.lg\:grid-cols-5{grid-template-columns:repeat(5,minmax(0,1fr))}.lg\:grid-cols-6{grid-template-columns:repeat(6,minmax(0,1fr))}.lg\:grid-cols-7{grid-template-columns:repeat(7,minmax(0,1fr))}.lg\:grid-cols-8{grid-template-columns:repeat(8,minmax(0,1fr))}.lg\:grid-cols-9{grid-template-columns:repeat(9,minmax(0,1fr))}.lg\:grid-cols-10{grid-template-columns:repeat(10,minmax(0,1fr))}.lg\:grid-cols-11{grid-template-columns:repeat(11,minmax(0,1fr))}.lg\:grid-cols-12{grid-template-columns:repeat(12,minmax(0,1fr))}.lg\:grid-cols-none{grid-template-columns:none}.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-end{justify-content:flex-end}.lg\:justify-center{justify-content:center}.lg\:justify-between{justify-content:space-between}.lg\:justify-around{justify-content:space-around}.lg\:justify-evenly{justify-content:space-evenly}.lg\:gap-0{gap:0px}.lg\:gap-1{gap:.25rem}.lg\:gap-2{gap:.5rem}.lg\:gap-3{gap:.75rem}.lg\:gap-4{gap:1rem}.lg\:gap-5{gap:1.25rem}.lg\:gap-6{gap:1.5rem}.lg\:gap-7{gap:1.75rem}.lg\:gap-8{gap:2rem}.lg\:gap-9{gap:2.25rem}.lg\:gap-10{gap:2.5rem}.lg\:gap-11{gap:2.75rem}.lg\:gap-12{gap:3rem}.lg\:gap-14{gap:3.5rem}.lg\:gap-16{gap:4rem}.lg\:gap-20{gap:5rem}.lg\:gap-24{gap:6rem}.lg\:gap-28{gap:7rem}.lg\:gap-32{gap:8rem}.lg\:gap-36{gap:9rem}.lg\:gap-40{gap:10rem}.lg\:gap-44{gap:11rem}.lg\:gap-48{gap:12rem}.lg\:gap-52{gap:13rem}.lg\:gap-56{gap:14rem}.lg\:gap-60{gap:15rem}.lg\:gap-64{gap:16rem}.lg\:gap-72{gap:18rem}.lg\:gap-80{gap:20rem}.lg\:gap-96{gap:24rem}.lg\:gap-px{gap:1px}.lg\:gap-0\.5{gap:.125rem}.lg\:gap-1\.5{gap:.375rem}.lg\:gap-2\.5{gap:.625rem}.lg\:gap-3\.5{gap:.875rem}.lg\:gap-x-0{-moz-column-gap:0px;column-gap:0px}.lg\:gap-x-1{-moz-column-gap:.25rem;column-gap:.25rem}.lg\:gap-x-2{-moz-column-gap:.5rem;column-gap:.5rem}.lg\:gap-x-3{-moz-column-gap:.75rem;column-gap:.75rem}.lg\:gap-x-4{-moz-column-gap:1rem;column-gap:1rem}.lg\:gap-x-5{-moz-column-gap:1.25rem;column-gap:1.25rem}.lg\:gap-x-6{-moz-column-gap:1.5rem;column-gap:1.5rem}.lg\:gap-x-7{-moz-column-gap:1.75rem;column-gap:1.75rem}.lg\:gap-x-8{-moz-column-gap:2rem;column-gap:2rem}.lg\:gap-x-9{-moz-column-gap:2.25rem;column-gap:2.25rem}.lg\:gap-x-10{-moz-column-gap:2.5rem;column-gap:2.5rem}.lg\:gap-x-11{-moz-column-gap:2.75rem;column-gap:2.75rem}.lg\:gap-x-12{-moz-column-gap:3rem;column-gap:3rem}.lg\:gap-x-14{-moz-column-gap:3.5rem;column-gap:3.5rem}.lg\:gap-x-16{-moz-column-gap:4rem;column-gap:4rem}.lg\:gap-x-20{-moz-column-gap:5rem;column-gap:5rem}.lg\:gap-x-24{-moz-column-gap:6rem;column-gap:6rem}.lg\:gap-x-28{-moz-column-gap:7rem;column-gap:7rem}.lg\:gap-x-32{-moz-column-gap:8rem;column-gap:8rem}.lg\:gap-x-36{-moz-column-gap:9rem;column-gap:9rem}.lg\:gap-x-40{-moz-column-gap:10rem;column-gap:10rem}.lg\:gap-x-44{-moz-column-gap:11rem;column-gap:11rem}.lg\:gap-x-48{-moz-column-gap:12rem;column-gap:12rem}.lg\:gap-x-52{-moz-column-gap:13rem;column-gap:13rem}.lg\:gap-x-56{-moz-column-gap:14rem;column-gap:14rem}.lg\:gap-x-60{-moz-column-gap:15rem;column-gap:15rem}.lg\:gap-x-64{-moz-column-gap:16rem;column-gap:16rem}.lg\:gap-x-72{-moz-column-gap:18rem;column-gap:18rem}.lg\:gap-x-80{-moz-column-gap:20rem;column-gap:20rem}.lg\:gap-x-96{-moz-column-gap:24rem;column-gap:24rem}.lg\:gap-x-px{-moz-column-gap:1px;column-gap:1px}.lg\:gap-x-0\.5{-moz-column-gap:.125rem;column-gap:.125rem}.lg\:gap-x-1\.5{-moz-column-gap:.375rem;column-gap:.375rem}.lg\:gap-x-2\.5{-moz-column-gap:.625rem;column-gap:.625rem}.lg\:gap-x-3\.5{-moz-column-gap:.875rem;column-gap:.875rem}.lg\:gap-y-0{row-gap:0px}.lg\:gap-y-1{row-gap:.25rem}.lg\:gap-y-2{row-gap:.5rem}.lg\:gap-y-3{row-gap:.75rem}.lg\:gap-y-4{row-gap:1rem}.lg\:gap-y-5{row-gap:1.25rem}.lg\:gap-y-6{row-gap:1.5rem}.lg\:gap-y-7{row-gap:1.75rem}.lg\:gap-y-8{row-gap:2rem}.lg\:gap-y-9{row-gap:2.25rem}.lg\:gap-y-10{row-gap:2.5rem}.lg\:gap-y-11{row-gap:2.75rem}.lg\:gap-y-12{row-gap:3rem}.lg\:gap-y-14{row-gap:3.5rem}.lg\:gap-y-16{row-gap:4rem}.lg\:gap-y-20{row-gap:5rem}.lg\:gap-y-24{row-gap:6rem}.lg\:gap-y-28{row-gap:7rem}.lg\:gap-y-32{row-gap:8rem}.lg\:gap-y-36{row-gap:9rem}.lg\:gap-y-40{row-gap:10rem}.lg\:gap-y-44{row-gap:11rem}.lg\:gap-y-48{row-gap:12rem}.lg\:gap-y-52{row-gap:13rem}.lg\:gap-y-56{row-gap:14rem}.lg\:gap-y-60{row-gap:15rem}.lg\:gap-y-64{row-gap:16rem}.lg\:gap-y-72{row-gap:18rem}.lg\:gap-y-80{row-gap:20rem}.lg\:gap-y-96{row-gap:24rem}.lg\:gap-y-px{row-gap:1px}.lg\:gap-y-0\.5{row-gap:.125rem}.lg\:gap-y-1\.5{row-gap:.375rem}.lg\:gap-y-2\.5{row-gap:.625rem}.lg\:gap-y-3\.5{row-gap:.875rem}.lg\:overflow-auto{overflow:auto}.lg\:overflow-hidden{overflow:hidden}.lg\:overflow-scroll{overflow:scroll}.lg\:rounded-sm{border-radius:.125rem}.lg\:rounded{border-radius:.25rem}.lg\:rounded-md{border-radius:.375rem}.lg\:rounded-lg{border-radius:.5rem}.lg\:rounded-xl{border-radius:.75rem}.lg\:rounded-2xl{border-radius:1rem}.lg\:rounded-full{border-radius:9999px}.lg\:p-0{padding:0}.lg\:p-1{padding:.25rem}.lg\:p-2{padding:.5rem}.lg\:p-3{padding:.75rem}.lg\:p-4{padding:1rem}.lg\:p-5{padding:1.25rem}.lg\:p-6{padding:1.5rem}.lg\:p-7{padding:1.75rem}.lg\:p-8{padding:2rem}.lg\:p-9{padding:2.25rem}.lg\:p-10{padding:2.5rem}.lg\:p-11{padding:2.75rem}.lg\:p-12{padding:3rem}.lg\:p-14{padding:3.5rem}.lg\:p-16{padding:4rem}.lg\:p-20{padding:5rem}.lg\:p-24{padding:6rem}.lg\:p-28{padding:7rem}.lg\:p-32{padding:8rem}.lg\:p-36{padding:9rem}.lg\:p-40{padding:10rem}.lg\:p-44{padding:11rem}.lg\:p-48{padding:12rem}.lg\:p-52{padding:13rem}.lg\:p-56{padding:14rem}.lg\:p-60{padding:15rem}.lg\:p-64{padding:16rem}.lg\:p-72{padding:18rem}.lg\:p-80{padding:20rem}.lg\:p-96{padding:24rem}.lg\:p-px{padding:1px}.lg\:p-0\.5{padding:.125rem}.lg\:p-1\.5{padding:.375rem}.lg\:p-2\.5{padding:.625rem}.lg\:p-3\.5{padding:.875rem}.lg\:px-0{padding-left:0;padding-right:0}.lg\:px-1{padding-left:.25rem;padding-right:.25rem}.lg\:px-2{padding-left:.5rem;padding-right:.5rem}.lg\:px-3{padding-left:.75rem;padding-right:.75rem}.lg\:px-4{padding-left:1rem;padding-right:1rem}.lg\:px-5{padding-left:1.25rem;padding-right:1.25rem}.lg\:px-6{padding-left:1.5rem;padding-right:1.5rem}.lg\:px-7{padding-left:1.75rem;padding-right:1.75rem}.lg\:px-8{padding-left:2rem;padding-right:2rem}.lg\:px-9{padding-left:2.25rem;padding-right:2.25rem}.lg\:px-10{padding-left:2.5rem;padding-right:2.5rem}.lg\:px-11{padding-left:2.75rem;padding-right:2.75rem}.lg\:px-12{padding-left:3rem;padding-right:3rem}.lg\:px-14{padding-left:3.5rem;padding-right:3.5rem}.lg\:px-16{padding-left:4rem;padding-right:4rem}.lg\:px-20{padding-left:5rem;padding-right:5rem}.lg\:px-24{padding-left:6rem;padding-right:6rem}.lg\:px-28{padding-left:7rem;padding-right:7rem}.lg\:px-32{padding-left:8rem;padding-right:8rem}.lg\:px-36{padding-left:9rem;padding-right:9rem}.lg\:px-40{padding-left:10rem;padding-right:10rem}.lg\:px-44{padding-left:11rem;padding-right:11rem}.lg\:px-48{padding-left:12rem;padding-right:12rem}.lg\:px-52{padding-left:13rem;padding-right:13rem}.lg\:px-56{padding-left:14rem;padding-right:14rem}.lg\:px-60{padding-left:15rem;padding-right:15rem}.lg\:px-64{padding-left:16rem;padding-right:16rem}.lg\:px-72{padding-left:18rem;padding-right:18rem}.lg\:px-80{padding-left:20rem;padding-right:20rem}.lg\:px-96{padding-left:24rem;padding-right:24rem}.lg\:px-px{padding-left:1px;padding-right:1px}.lg\:px-0\.5{padding-left:.125rem;padding-right:.125rem}.lg\:px-1\.5{padding-left:.375rem;padding-right:.375rem}.lg\:px-2\.5{padding-left:.625rem;padding-right:.625rem}.lg\:px-3\.5{padding-left:.875rem;padding-right:.875rem}.lg\:py-0{padding-top:0;padding-bottom:0}.lg\:py-1{padding-top:.25rem;padding-bottom:.25rem}.lg\:py-2{padding-top:.5rem;padding-bottom:.5rem}.lg\:py-3{padding-top:.75rem;padding-bottom:.75rem}.lg\:py-4{padding-top:1rem;padding-bottom:1rem}.lg\:py-5{padding-top:1.25rem;padding-bottom:1.25rem}.lg\:py-6{padding-top:1.5rem;padding-bottom:1.5rem}.lg\:py-7{padding-top:1.75rem;padding-bottom:1.75rem}.lg\:py-8{padding-top:2rem;padding-bottom:2rem}.lg\:py-9{padding-top:2.25rem;padding-bottom:2.25rem}.lg\:py-10{padding-top:2.5rem;padding-bottom:2.5rem}.lg\:py-11{padding-top:2.75rem;padding-bottom:2.75rem}.lg\:py-12{padding-top:3rem;padding-bottom:3rem}.lg\:py-14{padding-top:3.5rem;padding-bottom:3.5rem}.lg\:py-16{padding-top:4rem;padding-bottom:4rem}.lg\:py-20{padding-top:5rem;padding-bottom:5rem}.lg\:py-24{padding-top:6rem;padding-bottom:6rem}.lg\:py-28{padding-top:7rem;padding-bottom:7rem}.lg\:py-32{padding-top:8rem;padding-bottom:8rem}.lg\:py-36{padding-top:9rem;padding-bottom:9rem}.lg\:py-40{padding-top:10rem;padding-bottom:10rem}.lg\:py-44{padding-top:11rem;padding-bottom:11rem}.lg\:py-48{padding-top:12rem;padding-bottom:12rem}.lg\:py-52{padding-top:13rem;padding-bottom:13rem}.lg\:py-56{padding-top:14rem;padding-bottom:14rem}.lg\:py-60{padding-top:15rem;padding-bottom:15rem}.lg\:py-64{padding-top:16rem;padding-bottom:16rem}.lg\:py-72{padding-top:18rem;padding-bottom:18rem}.lg\:py-80{padding-top:20rem;padding-bottom:20rem}.lg\:py-96{padding-top:24rem;padding-bottom:24rem}.lg\:py-px{padding-top:1px;padding-bottom:1px}.lg\:py-0\.5{padding-top:.125rem;padding-bottom:.125rem}.lg\:py-1\.5{padding-top:.375rem;padding-bottom:.375rem}.lg\:py-2\.5{padding-top:.625rem;padding-bottom:.625rem}.lg\:py-3\.5{padding-top:.875rem;padding-bottom:.875rem}.lg\:pt-0{padding-top:0}.lg\:pt-1{padding-top:.25rem}.lg\:pt-2{padding-top:.5rem}.lg\:pt-3{padding-top:.75rem}.lg\:pt-4{padding-top:1rem}.lg\:pt-5{padding-top:1.25rem}.lg\:pt-6{padding-top:1.5rem}.lg\:pt-7{padding-top:1.75rem}.lg\:pt-8{padding-top:2rem}.lg\:pt-9{padding-top:2.25rem}.lg\:pt-10{padding-top:2.5rem}.lg\:pt-11{padding-top:2.75rem}.lg\:pt-12{padding-top:3rem}.lg\:pt-14{padding-top:3.5rem}.lg\:pt-16{padding-top:4rem}.lg\:pt-20{padding-top:5rem}.lg\:pt-24{padding-top:6rem}.lg\:pt-28{padding-top:7rem}.lg\:pt-32{padding-top:8rem}.lg\:pt-36{padding-top:9rem}.lg\:pt-40{padding-top:10rem}.lg\:pt-44{padding-top:11rem}.lg\:pt-48{padding-top:12rem}.lg\:pt-52{padding-top:13rem}.lg\:pt-56{padding-top:14rem}.lg\:pt-60{padding-top:15rem}.lg\:pt-64{padding-top:16rem}.lg\:pt-72{padding-top:18rem}.lg\:pt-80{padding-top:20rem}.lg\:pt-96{padding-top:24rem}.lg\:pt-px{padding-top:1px}.lg\:pt-0\.5{padding-top:.125rem}.lg\:pt-1\.5{padding-top:.375rem}.lg\:pt-2\.5{padding-top:.625rem}.lg\:pt-3\.5{padding-top:.875rem}.lg\:pr-0{padding-right:0}.lg\:pr-1{padding-right:.25rem}.lg\:pr-2{padding-right:.5rem}.lg\:pr-3{padding-right:.75rem}.lg\:pr-4{padding-right:1rem}.lg\:pr-5{padding-right:1.25rem}.lg\:pr-6{padding-right:1.5rem}.lg\:pr-7{padding-right:1.75rem}.lg\:pr-8{padding-right:2rem}.lg\:pr-9{padding-right:2.25rem}.lg\:pr-10{padding-right:2.5rem}.lg\:pr-11{padding-right:2.75rem}.lg\:pr-12{padding-right:3rem}.lg\:pr-14{padding-right:3.5rem}.lg\:pr-16{padding-right:4rem}.lg\:pr-20{padding-right:5rem}.lg\:pr-24{padding-right:6rem}.lg\:pr-28{padding-right:7rem}.lg\:pr-32{padding-right:8rem}.lg\:pr-36{padding-right:9rem}.lg\:pr-40{padding-right:10rem}.lg\:pr-44{padding-right:11rem}.lg\:pr-48{padding-right:12rem}.lg\:pr-52{padding-right:13rem}.lg\:pr-56{padding-right:14rem}.lg\:pr-60{padding-right:15rem}.lg\:pr-64{padding-right:16rem}.lg\:pr-72{padding-right:18rem}.lg\:pr-80{padding-right:20rem}.lg\:pr-96{padding-right:24rem}.lg\:pr-px{padding-right:1px}.lg\:pr-0\.5{padding-right:.125rem}.lg\:pr-1\.5{padding-right:.375rem}.lg\:pr-2\.5{padding-right:.625rem}.lg\:pr-3\.5{padding-right:.875rem}.lg\:pb-0{padding-bottom:0}.lg\:pb-1{padding-bottom:.25rem}.lg\:pb-2{padding-bottom:.5rem}.lg\:pb-3{padding-bottom:.75rem}.lg\:pb-4{padding-bottom:1rem}.lg\:pb-5{padding-bottom:1.25rem}.lg\:pb-6{padding-bottom:1.5rem}.lg\:pb-7{padding-bottom:1.75rem}.lg\:pb-8{padding-bottom:2rem}.lg\:pb-9{padding-bottom:2.25rem}.lg\:pb-10{padding-bottom:2.5rem}.lg\:pb-11{padding-bottom:2.75rem}.lg\:pb-12{padding-bottom:3rem}.lg\:pb-14{padding-bottom:3.5rem}.lg\:pb-16{padding-bottom:4rem}.lg\:pb-20{padding-bottom:5rem}.lg\:pb-24{padding-bottom:6rem}.lg\:pb-28{padding-bottom:7rem}.lg\:pb-32{padding-bottom:8rem}.lg\:pb-36{padding-bottom:9rem}.lg\:pb-40{padding-bottom:10rem}.lg\:pb-44{padding-bottom:11rem}.lg\:pb-48{padding-bottom:12rem}.lg\:pb-52{padding-bottom:13rem}.lg\:pb-56{padding-bottom:14rem}.lg\:pb-60{padding-bottom:15rem}.lg\:pb-64{padding-bottom:16rem}.lg\:pb-72{padding-bottom:18rem}.lg\:pb-80{padding-bottom:20rem}.lg\:pb-96{padding-bottom:24rem}.lg\:pb-px{padding-bottom:1px}.lg\:pb-0\.5{padding-bottom:.125rem}.lg\:pb-1\.5{padding-bottom:.375rem}.lg\:pb-2\.5{padding-bottom:.625rem}.lg\:pb-3\.5{padding-bottom:.875rem}.lg\:pl-0{padding-left:0}.lg\:pl-1{padding-left:.25rem}.lg\:pl-2{padding-left:.5rem}.lg\:pl-3{padding-left:.75rem}.lg\:pl-4{padding-left:1rem}.lg\:pl-5{padding-left:1.25rem}.lg\:pl-6{padding-left:1.5rem}.lg\:pl-7{padding-left:1.75rem}.lg\:pl-8{padding-left:2rem}.lg\:pl-9{padding-left:2.25rem}.lg\:pl-10{padding-left:2.5rem}.lg\:pl-11{padding-left:2.75rem}.lg\:pl-12{padding-left:3rem}.lg\:pl-14{padding-left:3.5rem}.lg\:pl-16{padding-left:4rem}.lg\:pl-20{padding-left:5rem}.lg\:pl-24{padding-left:6rem}.lg\:pl-28{padding-left:7rem}.lg\:pl-32{padding-left:8rem}.lg\:pl-36{padding-left:9rem}.lg\:pl-40{padding-left:10rem}.lg\:pl-44{padding-left:11rem}.lg\:pl-48{padding-left:12rem}.lg\:pl-52{padding-left:13rem}.lg\:pl-56{padding-left:14rem}.lg\:pl-60{padding-left:15rem}.lg\:pl-64{padding-left:16rem}.lg\:pl-72{padding-left:18rem}.lg\:pl-80{padding-left:20rem}.lg\:pl-96{padding-left:24rem}.lg\:pl-px{padding-left:1px}.lg\:pl-0\.5{padding-left:.125rem}.lg\:pl-1\.5{padding-left:.375rem}.lg\:pl-2\.5{padding-left:.625rem}.lg\:pl-3\.5{padding-left:.875rem}.lg\:text-xs{font-size:.75rem;line-height:1rem}.lg\:text-sm{font-size:.875rem;line-height:1.25rem}.lg\:text-base{font-size:1rem;line-height:1.5rem}.lg\:text-lg{font-size:1.125rem;line-height:1.75rem}.lg\:text-xl{font-size:1.25rem;line-height:1.75rem}.lg\:text-2xl{font-size:1.5rem;line-height:2rem}.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-6xl{font-size:3.75rem;line-height:1}.lg\:text-7xl{font-size:4.5rem;line-height:1}.lg\:text-8xl{font-size:6rem;line-height:1}.lg\:text-9xl{font-size:8rem;line-height:1}}@media (min-width: 1280px){.xl\:static{position:static}.xl\:fixed{position:fixed}.xl\:absolute{position:absolute}.xl\:relative{position:relative}.xl\:sticky{position:sticky}.xl\:inset-0{top:0px;right:0px;bottom:0px;left:0px}.xl\:inset-1{top:.25rem;right:.25rem;bottom:.25rem;left:.25rem}.xl\:inset-2{top:.5rem;right:.5rem;bottom:.5rem;left:.5rem}.xl\:inset-3{top:.75rem;right:.75rem;bottom:.75rem;left:.75rem}.xl\:inset-4{top:1rem;right:1rem;bottom:1rem;left:1rem}.xl\:inset-5{top:1.25rem;right:1.25rem;bottom:1.25rem;left:1.25rem}.xl\:inset-6{top:1.5rem;right:1.5rem;bottom:1.5rem;left:1.5rem}.xl\:inset-7{top:1.75rem;right:1.75rem;bottom:1.75rem;left:1.75rem}.xl\:inset-8{top:2rem;right:2rem;bottom:2rem;left:2rem}.xl\:inset-9{top:2.25rem;right:2.25rem;bottom:2.25rem;left:2.25rem}.xl\:inset-10{top:2.5rem;right:2.5rem;bottom:2.5rem;left:2.5rem}.xl\:inset-11{top:2.75rem;right:2.75rem;bottom:2.75rem;left:2.75rem}.xl\:inset-12{top:3rem;right:3rem;bottom:3rem;left:3rem}.xl\:inset-14{top:3.5rem;right:3.5rem;bottom:3.5rem;left:3.5rem}.xl\:inset-16{top:4rem;right:4rem;bottom:4rem;left:4rem}.xl\:inset-20{top:5rem;right:5rem;bottom:5rem;left:5rem}.xl\:inset-24{top:6rem;right:6rem;bottom:6rem;left:6rem}.xl\:inset-28{top:7rem;right:7rem;bottom:7rem;left:7rem}.xl\:inset-32{top:8rem;right:8rem;bottom:8rem;left:8rem}.xl\:inset-36{top:9rem;right:9rem;bottom:9rem;left:9rem}.xl\:inset-40{top:10rem;right:10rem;bottom:10rem;left:10rem}.xl\:inset-44{top:11rem;right:11rem;bottom:11rem;left:11rem}.xl\:inset-48{top:12rem;right:12rem;bottom:12rem;left:12rem}.xl\:inset-52{top:13rem;right:13rem;bottom:13rem;left:13rem}.xl\:inset-56{top:14rem;right:14rem;bottom:14rem;left:14rem}.xl\:inset-60{top:15rem;right:15rem;bottom:15rem;left:15rem}.xl\:inset-64{top:16rem;right:16rem;bottom:16rem;left:16rem}.xl\:inset-72{top:18rem;right:18rem;bottom:18rem;left:18rem}.xl\:inset-80{top:20rem;right:20rem;bottom:20rem;left:20rem}.xl\:inset-96{top:24rem;right:24rem;bottom:24rem;left:24rem}.xl\:inset-auto{top:auto;right:auto;bottom:auto;left:auto}.xl\:inset-px{top:1px;right:1px;bottom:1px;left:1px}.xl\:inset-0\.5{top:.125rem;right:.125rem;bottom:.125rem;left:.125rem}.xl\:inset-1\.5{top:.375rem;right:.375rem;bottom:.375rem;left:.375rem}.xl\:inset-2\.5{top:.625rem;right:.625rem;bottom:.625rem;left:.625rem}.xl\:inset-3\.5{top:.875rem;right:.875rem;bottom:.875rem;left:.875rem}.xl\:inset-full{top:100%;right:100%;bottom:100%;left:100%}.xl\:top-0{top:0px}.xl\:top-1{top:.25rem}.xl\:top-2{top:.5rem}.xl\:top-3{top:.75rem}.xl\:top-4{top:1rem}.xl\:top-5{top:1.25rem}.xl\:top-6{top:1.5rem}.xl\:top-7{top:1.75rem}.xl\:top-8{top:2rem}.xl\:top-9{top:2.25rem}.xl\:top-10{top:2.5rem}.xl\:top-11{top:2.75rem}.xl\:top-12{top:3rem}.xl\:top-14{top:3.5rem}.xl\:top-16{top:4rem}.xl\:top-20{top:5rem}.xl\:top-24{top:6rem}.xl\:top-28{top:7rem}.xl\:top-32{top:8rem}.xl\:top-36{top:9rem}.xl\:top-40{top:10rem}.xl\:top-44{top:11rem}.xl\:top-48{top:12rem}.xl\:top-52{top:13rem}.xl\:top-56{top:14rem}.xl\:top-60{top:15rem}.xl\:top-64{top:16rem}.xl\:top-72{top:18rem}.xl\:top-80{top:20rem}.xl\:top-96{top:24rem}.xl\:top-auto{top:auto}.xl\:top-px{top:1px}.xl\:top-0\.5{top:.125rem}.xl\:top-1\.5{top:.375rem}.xl\:top-2\.5{top:.625rem}.xl\:top-3\.5{top:.875rem}.xl\:top-full{top:100%}.xl\:right-0{right:0px}.xl\:right-1{right:.25rem}.xl\:right-2{right:.5rem}.xl\:right-3{right:.75rem}.xl\:right-4{right:1rem}.xl\:right-5{right:1.25rem}.xl\:right-6{right:1.5rem}.xl\:right-7{right:1.75rem}.xl\:right-8{right:2rem}.xl\:right-9{right:2.25rem}.xl\:right-10{right:2.5rem}.xl\:right-11{right:2.75rem}.xl\:right-12{right:3rem}.xl\:right-14{right:3.5rem}.xl\:right-16{right:4rem}.xl\:right-20{right:5rem}.xl\:right-24{right:6rem}.xl\:right-28{right:7rem}.xl\:right-32{right:8rem}.xl\:right-36{right:9rem}.xl\:right-40{right:10rem}.xl\:right-44{right:11rem}.xl\:right-48{right:12rem}.xl\:right-52{right:13rem}.xl\:right-56{right:14rem}.xl\:right-60{right:15rem}.xl\:right-64{right:16rem}.xl\:right-72{right:18rem}.xl\:right-80{right:20rem}.xl\:right-96{right:24rem}.xl\:right-auto{right:auto}.xl\:right-px{right:1px}.xl\:right-0\.5{right:.125rem}.xl\:right-1\.5{right:.375rem}.xl\:right-2\.5{right:.625rem}.xl\:right-3\.5{right:.875rem}.xl\:right-full{right:100%}.xl\:bottom-0{bottom:0px}.xl\:bottom-1{bottom:.25rem}.xl\:bottom-2{bottom:.5rem}.xl\:bottom-3{bottom:.75rem}.xl\:bottom-4{bottom:1rem}.xl\:bottom-5{bottom:1.25rem}.xl\:bottom-6{bottom:1.5rem}.xl\:bottom-7{bottom:1.75rem}.xl\:bottom-8{bottom:2rem}.xl\:bottom-9{bottom:2.25rem}.xl\:bottom-10{bottom:2.5rem}.xl\:bottom-11{bottom:2.75rem}.xl\:bottom-12{bottom:3rem}.xl\:bottom-14{bottom:3.5rem}.xl\:bottom-16{bottom:4rem}.xl\:bottom-20{bottom:5rem}.xl\:bottom-24{bottom:6rem}.xl\:bottom-28{bottom:7rem}.xl\:bottom-32{bottom:8rem}.xl\:bottom-36{bottom:9rem}.xl\:bottom-40{bottom:10rem}.xl\:bottom-44{bottom:11rem}.xl\:bottom-48{bottom:12rem}.xl\:bottom-52{bottom:13rem}.xl\:bottom-56{bottom:14rem}.xl\:bottom-60{bottom:15rem}.xl\:bottom-64{bottom:16rem}.xl\:bottom-72{bottom:18rem}.xl\:bottom-80{bottom:20rem}.xl\:bottom-96{bottom:24rem}.xl\:bottom-auto{bottom:auto}.xl\:bottom-px{bottom:1px}.xl\:bottom-0\.5{bottom:.125rem}.xl\:bottom-1\.5{bottom:.375rem}.xl\:bottom-2\.5{bottom:.625rem}.xl\:bottom-3\.5{bottom:.875rem}.xl\:bottom-full{bottom:100%}.xl\:left-0{left:0px}.xl\:left-1{left:.25rem}.xl\:left-2{left:.5rem}.xl\:left-3{left:.75rem}.xl\:left-4{left:1rem}.xl\:left-5{left:1.25rem}.xl\:left-6{left:1.5rem}.xl\:left-7{left:1.75rem}.xl\:left-8{left:2rem}.xl\:left-9{left:2.25rem}.xl\:left-10{left:2.5rem}.xl\:left-11{left:2.75rem}.xl\:left-12{left:3rem}.xl\:left-14{left:3.5rem}.xl\:left-16{left:4rem}.xl\:left-20{left:5rem}.xl\:left-24{left:6rem}.xl\:left-28{left:7rem}.xl\:left-32{left:8rem}.xl\:left-36{left:9rem}.xl\:left-40{left:10rem}.xl\:left-44{left:11rem}.xl\:left-48{left:12rem}.xl\:left-52{left:13rem}.xl\:left-56{left:14rem}.xl\:left-60{left:15rem}.xl\:left-64{left:16rem}.xl\:left-72{left:18rem}.xl\:left-80{left:20rem}.xl\:left-96{left:24rem}.xl\:left-auto{left:auto}.xl\:left-px{left:1px}.xl\:left-0\.5{left:.125rem}.xl\:left-1\.5{left:.375rem}.xl\:left-2\.5{left:.625rem}.xl\:left-3\.5{left:.875rem}.xl\:left-full{left:100%}.xl\:z-0{z-index:0}.xl\:z-10{z-index:10}.xl\:z-20{z-index:20}.xl\:z-40{z-index:40}.xl\:z-auto{z-index:auto}.xl\:col-span-1{grid-column:span 1 / span 1}.xl\:col-span-2{grid-column:span 2 / span 2}.xl\:col-span-3{grid-column:span 3 / span 3}.xl\:col-span-4{grid-column:span 4 / span 4}.xl\:col-span-5{grid-column:span 5 / span 5}.xl\:col-span-6{grid-column:span 6 / span 6}.xl\:col-span-7{grid-column:span 7 / span 7}.xl\:col-span-8{grid-column:span 8 / span 8}.xl\:col-span-9{grid-column:span 9 / span 9}.xl\:col-span-10{grid-column:span 10 / span 10}.xl\:col-span-11{grid-column:span 11 / span 11}.xl\:col-span-12{grid-column:span 12 / span 12}.xl\:col-span-full{grid-column:1 / -1}.xl\:row-span-1{grid-row:span 1 / span 1}.xl\:row-span-2{grid-row:span 2 / span 2}.xl\:row-span-3{grid-row:span 3 / span 3}.xl\:row-span-4{grid-row:span 4 / span 4}.xl\:row-span-5{grid-row:span 5 / span 5}.xl\:row-span-6{grid-row:span 6 / span 6}.xl\:row-span-full{grid-row:1 / -1}.xl\:m-0{margin:0}.xl\:m-1{margin:.25rem}.xl\:m-2{margin:.5rem}.xl\:m-3{margin:.75rem}.xl\:m-4{margin:1rem}.xl\:m-5{margin:1.25rem}.xl\:m-6{margin:1.5rem}.xl\:m-7{margin:1.75rem}.xl\:m-8{margin:2rem}.xl\:m-9{margin:2.25rem}.xl\:m-10{margin:2.5rem}.xl\:m-11{margin:2.75rem}.xl\:m-12{margin:3rem}.xl\:m-14{margin:3.5rem}.xl\:m-16{margin:4rem}.xl\:m-20{margin:5rem}.xl\:m-24{margin:6rem}.xl\:m-28{margin:7rem}.xl\:m-32{margin:8rem}.xl\:m-36{margin:9rem}.xl\:m-40{margin:10rem}.xl\:m-44{margin:11rem}.xl\:m-48{margin:12rem}.xl\:m-52{margin:13rem}.xl\:m-56{margin:14rem}.xl\:m-60{margin:15rem}.xl\:m-64{margin:16rem}.xl\:m-72{margin:18rem}.xl\:m-80{margin:20rem}.xl\:m-96{margin:24rem}.xl\:m-auto{margin:auto}.xl\:m-px{margin:1px}.xl\:m-0\.5{margin:.125rem}.xl\:m-1\.5{margin:.375rem}.xl\:m-2\.5{margin:.625rem}.xl\:m-3\.5{margin:.875rem}.xl\:mx-0{margin-left:0;margin-right:0}.xl\:mx-1{margin-left:.25rem;margin-right:.25rem}.xl\:mx-2{margin-left:.5rem;margin-right:.5rem}.xl\:mx-3{margin-left:.75rem;margin-right:.75rem}.xl\:mx-4{margin-left:1rem;margin-right:1rem}.xl\:mx-5{margin-left:1.25rem;margin-right:1.25rem}.xl\:mx-6{margin-left:1.5rem;margin-right:1.5rem}.xl\:mx-7{margin-left:1.75rem;margin-right:1.75rem}.xl\:mx-8{margin-left:2rem;margin-right:2rem}.xl\:mx-9{margin-left:2.25rem;margin-right:2.25rem}.xl\:mx-10{margin-left:2.5rem;margin-right:2.5rem}.xl\:mx-11{margin-left:2.75rem;margin-right:2.75rem}.xl\:mx-12{margin-left:3rem;margin-right:3rem}.xl\:mx-14{margin-left:3.5rem;margin-right:3.5rem}.xl\:mx-16{margin-left:4rem;margin-right:4rem}.xl\:mx-20{margin-left:5rem;margin-right:5rem}.xl\:mx-24{margin-left:6rem;margin-right:6rem}.xl\:mx-28{margin-left:7rem;margin-right:7rem}.xl\:mx-32{margin-left:8rem;margin-right:8rem}.xl\:mx-36{margin-left:9rem;margin-right:9rem}.xl\:mx-40{margin-left:10rem;margin-right:10rem}.xl\:mx-44{margin-left:11rem;margin-right:11rem}.xl\:mx-48{margin-left:12rem;margin-right:12rem}.xl\:mx-52{margin-left:13rem;margin-right:13rem}.xl\:mx-56{margin-left:14rem;margin-right:14rem}.xl\:mx-60{margin-left:15rem;margin-right:15rem}.xl\:mx-64{margin-left:16rem;margin-right:16rem}.xl\:mx-72{margin-left:18rem;margin-right:18rem}.xl\:mx-80{margin-left:20rem;margin-right:20rem}.xl\:mx-96{margin-left:24rem;margin-right:24rem}.xl\:mx-auto{margin-left:auto;margin-right:auto}.xl\:mx-px{margin-left:1px;margin-right:1px}.xl\:mx-0\.5{margin-left:.125rem;margin-right:.125rem}.xl\:mx-1\.5{margin-left:.375rem;margin-right:.375rem}.xl\:mx-2\.5{margin-left:.625rem;margin-right:.625rem}.xl\:mx-3\.5{margin-left:.875rem;margin-right:.875rem}.xl\:my-0{margin-top:0;margin-bottom:0}.xl\:my-1{margin-top:.25rem;margin-bottom:.25rem}.xl\:my-2{margin-top:.5rem;margin-bottom:.5rem}.xl\:my-3{margin-top:.75rem;margin-bottom:.75rem}.xl\:my-4{margin-top:1rem;margin-bottom:1rem}.xl\:my-5{margin-top:1.25rem;margin-bottom:1.25rem}.xl\:my-6{margin-top:1.5rem;margin-bottom:1.5rem}.xl\:my-7{margin-top:1.75rem;margin-bottom:1.75rem}.xl\:my-8{margin-top:2rem;margin-bottom:2rem}.xl\:my-9{margin-top:2.25rem;margin-bottom:2.25rem}.xl\:my-10{margin-top:2.5rem;margin-bottom:2.5rem}.xl\:my-11{margin-top:2.75rem;margin-bottom:2.75rem}.xl\:my-12{margin-top:3rem;margin-bottom:3rem}.xl\:my-14{margin-top:3.5rem;margin-bottom:3.5rem}.xl\:my-16{margin-top:4rem;margin-bottom:4rem}.xl\:my-20{margin-top:5rem;margin-bottom:5rem}.xl\:my-24{margin-top:6rem;margin-bottom:6rem}.xl\:my-28{margin-top:7rem;margin-bottom:7rem}.xl\:my-32{margin-top:8rem;margin-bottom:8rem}.xl\:my-36{margin-top:9rem;margin-bottom:9rem}.xl\:my-40{margin-top:10rem;margin-bottom:10rem}.xl\:my-44{margin-top:11rem;margin-bottom:11rem}.xl\:my-48{margin-top:12rem;margin-bottom:12rem}.xl\:my-52{margin-top:13rem;margin-bottom:13rem}.xl\:my-56{margin-top:14rem;margin-bottom:14rem}.xl\:my-60{margin-top:15rem;margin-bottom:15rem}.xl\:my-64{margin-top:16rem;margin-bottom:16rem}.xl\:my-72{margin-top:18rem;margin-bottom:18rem}.xl\:my-80{margin-top:20rem;margin-bottom:20rem}.xl\:my-96{margin-top:24rem;margin-bottom:24rem}.xl\:my-auto{margin-top:auto;margin-bottom:auto}.xl\:my-px{margin-top:1px;margin-bottom:1px}.xl\:my-0\.5{margin-top:.125rem;margin-bottom:.125rem}.xl\:my-1\.5{margin-top:.375rem;margin-bottom:.375rem}.xl\:my-2\.5{margin-top:.625rem;margin-bottom:.625rem}.xl\:my-3\.5{margin-top:.875rem;margin-bottom:.875rem}.xl\:mt-0{margin-top:0}.xl\:mt-1{margin-top:.25rem}.xl\:mt-2{margin-top:.5rem}.xl\:mt-3{margin-top:.75rem}.xl\:mt-4{margin-top:1rem}.xl\:mt-5{margin-top:1.25rem}.xl\:mt-6{margin-top:1.5rem}.xl\:mt-7{margin-top:1.75rem}.xl\:mt-8{margin-top:2rem}.xl\:mt-9{margin-top:2.25rem}.xl\:mt-10{margin-top:2.5rem}.xl\:mt-11{margin-top:2.75rem}.xl\:mt-12{margin-top:3rem}.xl\:mt-14{margin-top:3.5rem}.xl\:mt-16{margin-top:4rem}.xl\:mt-20{margin-top:5rem}.xl\:mt-24{margin-top:6rem}.xl\:mt-28{margin-top:7rem}.xl\:mt-32{margin-top:8rem}.xl\:mt-36{margin-top:9rem}.xl\:mt-40{margin-top:10rem}.xl\:mt-44{margin-top:11rem}.xl\:mt-48{margin-top:12rem}.xl\:mt-52{margin-top:13rem}.xl\:mt-56{margin-top:14rem}.xl\:mt-60{margin-top:15rem}.xl\:mt-64{margin-top:16rem}.xl\:mt-72{margin-top:18rem}.xl\:mt-80{margin-top:20rem}.xl\:mt-96{margin-top:24rem}.xl\:mt-auto{margin-top:auto}.xl\:mt-px{margin-top:1px}.xl\:mt-0\.5{margin-top:.125rem}.xl\:mt-1\.5{margin-top:.375rem}.xl\:mt-2\.5{margin-top:.625rem}.xl\:mt-3\.5{margin-top:.875rem}.xl\:mr-0{margin-right:0}.xl\:mr-1{margin-right:.25rem}.xl\:mr-2{margin-right:.5rem}.xl\:mr-3{margin-right:.75rem}.xl\:mr-4{margin-right:1rem}.xl\:mr-5{margin-right:1.25rem}.xl\:mr-6{margin-right:1.5rem}.xl\:mr-7{margin-right:1.75rem}.xl\:mr-8{margin-right:2rem}.xl\:mr-9{margin-right:2.25rem}.xl\:mr-10{margin-right:2.5rem}.xl\:mr-11{margin-right:2.75rem}.xl\:mr-12{margin-right:3rem}.xl\:mr-14{margin-right:3.5rem}.xl\:mr-16{margin-right:4rem}.xl\:mr-20{margin-right:5rem}.xl\:mr-24{margin-right:6rem}.xl\:mr-28{margin-right:7rem}.xl\:mr-32{margin-right:8rem}.xl\:mr-36{margin-right:9rem}.xl\:mr-40{margin-right:10rem}.xl\:mr-44{margin-right:11rem}.xl\:mr-48{margin-right:12rem}.xl\:mr-52{margin-right:13rem}.xl\:mr-56{margin-right:14rem}.xl\:mr-60{margin-right:15rem}.xl\:mr-64{margin-right:16rem}.xl\:mr-72{margin-right:18rem}.xl\:mr-80{margin-right:20rem}.xl\:mr-96{margin-right:24rem}.xl\:mr-auto{margin-right:auto}.xl\:mr-px{margin-right:1px}.xl\:mr-0\.5{margin-right:.125rem}.xl\:mr-1\.5{margin-right:.375rem}.xl\:mr-2\.5{margin-right:.625rem}.xl\:mr-3\.5{margin-right:.875rem}.xl\:mb-0{margin-bottom:0}.xl\:mb-1{margin-bottom:.25rem}.xl\:mb-2{margin-bottom:.5rem}.xl\:mb-3{margin-bottom:.75rem}.xl\:mb-4{margin-bottom:1rem}.xl\:mb-5{margin-bottom:1.25rem}.xl\:mb-6{margin-bottom:1.5rem}.xl\:mb-7{margin-bottom:1.75rem}.xl\:mb-8{margin-bottom:2rem}.xl\:mb-9{margin-bottom:2.25rem}.xl\:mb-10{margin-bottom:2.5rem}.xl\:mb-11{margin-bottom:2.75rem}.xl\:mb-12{margin-bottom:3rem}.xl\:mb-14{margin-bottom:3.5rem}.xl\:mb-16{margin-bottom:4rem}.xl\:mb-20{margin-bottom:5rem}.xl\:mb-24{margin-bottom:6rem}.xl\:mb-28{margin-bottom:7rem}.xl\:mb-32{margin-bottom:8rem}.xl\:mb-36{margin-bottom:9rem}.xl\:mb-40{margin-bottom:10rem}.xl\:mb-44{margin-bottom:11rem}.xl\:mb-48{margin-bottom:12rem}.xl\:mb-52{margin-bottom:13rem}.xl\:mb-56{margin-bottom:14rem}.xl\:mb-60{margin-bottom:15rem}.xl\:mb-64{margin-bottom:16rem}.xl\:mb-72{margin-bottom:18rem}.xl\:mb-80{margin-bottom:20rem}.xl\:mb-96{margin-bottom:24rem}.xl\:mb-auto{margin-bottom:auto}.xl\:mb-px{margin-bottom:1px}.xl\:mb-0\.5{margin-bottom:.125rem}.xl\:mb-1\.5{margin-bottom:.375rem}.xl\:mb-2\.5{margin-bottom:.625rem}.xl\:mb-3\.5{margin-bottom:.875rem}.xl\:ml-0{margin-left:0}.xl\:ml-1{margin-left:.25rem}.xl\:ml-2{margin-left:.5rem}.xl\:ml-3{margin-left:.75rem}.xl\:ml-4{margin-left:1rem}.xl\:ml-5{margin-left:1.25rem}.xl\:ml-6{margin-left:1.5rem}.xl\:ml-7{margin-left:1.75rem}.xl\:ml-8{margin-left:2rem}.xl\:ml-9{margin-left:2.25rem}.xl\:ml-10{margin-left:2.5rem}.xl\:ml-11{margin-left:2.75rem}.xl\:ml-12{margin-left:3rem}.xl\:ml-14{margin-left:3.5rem}.xl\:ml-16{margin-left:4rem}.xl\:ml-20{margin-left:5rem}.xl\:ml-24{margin-left:6rem}.xl\:ml-28{margin-left:7rem}.xl\:ml-32{margin-left:8rem}.xl\:ml-36{margin-left:9rem}.xl\:ml-40{margin-left:10rem}.xl\:ml-44{margin-left:11rem}.xl\:ml-48{margin-left:12rem}.xl\:ml-52{margin-left:13rem}.xl\:ml-56{margin-left:14rem}.xl\:ml-60{margin-left:15rem}.xl\:ml-64{margin-left:16rem}.xl\:ml-72{margin-left:18rem}.xl\:ml-80{margin-left:20rem}.xl\:ml-96{margin-left:24rem}.xl\:ml-auto{margin-left:auto}.xl\:ml-px{margin-left:1px}.xl\:ml-0\.5{margin-left:.125rem}.xl\:ml-1\.5{margin-left:.375rem}.xl\:ml-2\.5{margin-left:.625rem}.xl\:ml-3\.5{margin-left:.875rem}.xl\:block{display:block}.xl\:inline-block{display:inline-block}.xl\:flex{display:flex}.xl\:inline-flex{display:inline-flex}.xl\:grid{display:grid}.xl\:hidden{display:none}.xl\:h-0{height:0px}.xl\:h-1{height:.25rem}.xl\:h-2{height:.5rem}.xl\:h-3{height:.75rem}.xl\:h-4{height:1rem}.xl\:h-5{height:1.25rem}.xl\:h-6{height:1.5rem}.xl\:h-7{height:1.75rem}.xl\:h-8{height:2rem}.xl\:h-9{height:2.25rem}.xl\:h-10{height:2.5rem}.xl\:h-11{height:2.75rem}.xl\:h-12{height:3rem}.xl\:h-14{height:3.5rem}.xl\:h-16{height:4rem}.xl\:h-20{height:5rem}.xl\:h-24{height:6rem}.xl\:h-28{height:7rem}.xl\:h-32{height:8rem}.xl\:h-36{height:9rem}.xl\:h-40{height:10rem}.xl\:h-44{height:11rem}.xl\:h-48{height:12rem}.xl\:h-52{height:13rem}.xl\:h-56{height:14rem}.xl\:h-60{height:15rem}.xl\:h-64{height:16rem}.xl\:h-72{height:18rem}.xl\:h-80{height:20rem}.xl\:h-96{height:24rem}.xl\:h-auto{height:auto}.xl\:h-px{height:1px}.xl\:h-0\.5{height:.125rem}.xl\:h-1\.5{height:.375rem}.xl\:h-2\.5{height:.625rem}.xl\:h-3\.5{height:.875rem}.xl\:h-full{height:100%}.xl\:h-screen{height:100vh}.xl\:max-h-0{max-height:0px}.xl\:max-h-1{max-height:.25rem}.xl\:max-h-2{max-height:.5rem}.xl\:max-h-3{max-height:.75rem}.xl\:max-h-4{max-height:1rem}.xl\:max-h-5{max-height:1.25rem}.xl\:max-h-6{max-height:1.5rem}.xl\:max-h-7{max-height:1.75rem}.xl\:max-h-8{max-height:2rem}.xl\:max-h-9{max-height:2.25rem}.xl\:max-h-10{max-height:2.5rem}.xl\:max-h-11{max-height:2.75rem}.xl\:max-h-12{max-height:3rem}.xl\:max-h-14{max-height:3.5rem}.xl\:max-h-16{max-height:4rem}.xl\:max-h-20{max-height:5rem}.xl\:max-h-24{max-height:6rem}.xl\:max-h-28{max-height:7rem}.xl\:max-h-32{max-height:8rem}.xl\:max-h-36{max-height:9rem}.xl\:max-h-40{max-height:10rem}.xl\:max-h-44{max-height:11rem}.xl\:max-h-48{max-height:12rem}.xl\:max-h-52{max-height:13rem}.xl\:max-h-56{max-height:14rem}.xl\:max-h-60{max-height:15rem}.xl\:max-h-64{max-height:16rem}.xl\:max-h-72{max-height:18rem}.xl\:max-h-80{max-height:20rem}.xl\:max-h-96{max-height:24rem}.xl\:max-h-px{max-height:1px}.xl\:max-h-0\.5{max-height:.125rem}.xl\:max-h-1\.5{max-height:.375rem}.xl\:max-h-2\.5{max-height:.625rem}.xl\:max-h-3\.5{max-height:.875rem}.xl\:max-h-full{max-height:100%}.xl\:max-h-screen{max-height:100vh}.xl\:min-h-0{min-height:0px}.xl\:min-h-full{min-height:100%}.xl\:min-h-screen{min-height:100vh}.xl\:w-0{width:0px}.xl\:w-1{width:.25rem}.xl\:w-2{width:.5rem}.xl\:w-3{width:.75rem}.xl\:w-4{width:1rem}.xl\:w-5{width:1.25rem}.xl\:w-6{width:1.5rem}.xl\:w-7{width:1.75rem}.xl\:w-8{width:2rem}.xl\:w-9{width:2.25rem}.xl\:w-10{width:2.5rem}.xl\:w-11{width:2.75rem}.xl\:w-12{width:3rem}.xl\:w-14{width:3.5rem}.xl\:w-16{width:4rem}.xl\:w-20{width:5rem}.xl\:w-24{width:6rem}.xl\:w-28{width:7rem}.xl\:w-32{width:8rem}.xl\:w-36{width:9rem}.xl\:w-40{width:10rem}.xl\:w-44{width:11rem}.xl\:w-48{width:12rem}.xl\:w-52{width:13rem}.xl\:w-56{width:14rem}.xl\:w-60{width:15rem}.xl\:w-64{width:16rem}.xl\:w-72{width:18rem}.xl\:w-80{width:20rem}.xl\:w-96{width:24rem}.xl\:w-auto{width:auto}.xl\:w-px{width:1px}.xl\:w-0\.5{width:.125rem}.xl\:w-1\.5{width:.375rem}.xl\:w-2\.5{width:.625rem}.xl\:w-3\.5{width:.875rem}.xl\:w-full{width:100%}.xl\:w-screen{width:100vw}.xl\:min-w-0{min-width:0px}.xl\:min-w-full{min-width:100%}.xl\:max-w-0{max-width:0rem}.xl\:max-w-full{max-width:100%}.xl\:grid-cols-1{grid-template-columns:repeat(1,minmax(0,1fr))}.xl\:grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.xl\:grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}.xl\:grid-cols-4{grid-template-columns:repeat(4,minmax(0,1fr))}.xl\:grid-cols-5{grid-template-columns:repeat(5,minmax(0,1fr))}.xl\:grid-cols-6{grid-template-columns:repeat(6,minmax(0,1fr))}.xl\:grid-cols-7{grid-template-columns:repeat(7,minmax(0,1fr))}.xl\:grid-cols-8{grid-template-columns:repeat(8,minmax(0,1fr))}.xl\:grid-cols-9{grid-template-columns:repeat(9,minmax(0,1fr))}.xl\:grid-cols-10{grid-template-columns:repeat(10,minmax(0,1fr))}.xl\:grid-cols-11{grid-template-columns:repeat(11,minmax(0,1fr))}.xl\:grid-cols-12{grid-template-columns:repeat(12,minmax(0,1fr))}.xl\:grid-cols-none{grid-template-columns:none}.xl\:items-start{align-items:flex-start}.xl\:items-end{align-items:flex-end}.xl\:items-center{align-items:center}.xl\:justify-start{justify-content:flex-start}.xl\:justify-end{justify-content:flex-end}.xl\:justify-center{justify-content:center}.xl\:justify-between{justify-content:space-between}.xl\:justify-around{justify-content:space-around}.xl\:justify-evenly{justify-content:space-evenly}.xl\:gap-0{gap:0px}.xl\:gap-1{gap:.25rem}.xl\:gap-2{gap:.5rem}.xl\:gap-3{gap:.75rem}.xl\:gap-4{gap:1rem}.xl\:gap-5{gap:1.25rem}.xl\:gap-6{gap:1.5rem}.xl\:gap-7{gap:1.75rem}.xl\:gap-8{gap:2rem}.xl\:gap-9{gap:2.25rem}.xl\:gap-10{gap:2.5rem}.xl\:gap-11{gap:2.75rem}.xl\:gap-12{gap:3rem}.xl\:gap-14{gap:3.5rem}.xl\:gap-16{gap:4rem}.xl\:gap-20{gap:5rem}.xl\:gap-24{gap:6rem}.xl\:gap-28{gap:7rem}.xl\:gap-32{gap:8rem}.xl\:gap-36{gap:9rem}.xl\:gap-40{gap:10rem}.xl\:gap-44{gap:11rem}.xl\:gap-48{gap:12rem}.xl\:gap-52{gap:13rem}.xl\:gap-56{gap:14rem}.xl\:gap-60{gap:15rem}.xl\:gap-64{gap:16rem}.xl\:gap-72{gap:18rem}.xl\:gap-80{gap:20rem}.xl\:gap-96{gap:24rem}.xl\:gap-px{gap:1px}.xl\:gap-0\.5{gap:.125rem}.xl\:gap-1\.5{gap:.375rem}.xl\:gap-2\.5{gap:.625rem}.xl\:gap-3\.5{gap:.875rem}.xl\:gap-x-0{-moz-column-gap:0px;column-gap:0px}.xl\:gap-x-1{-moz-column-gap:.25rem;column-gap:.25rem}.xl\:gap-x-2{-moz-column-gap:.5rem;column-gap:.5rem}.xl\:gap-x-3{-moz-column-gap:.75rem;column-gap:.75rem}.xl\:gap-x-4{-moz-column-gap:1rem;column-gap:1rem}.xl\:gap-x-5{-moz-column-gap:1.25rem;column-gap:1.25rem}.xl\:gap-x-6{-moz-column-gap:1.5rem;column-gap:1.5rem}.xl\:gap-x-7{-moz-column-gap:1.75rem;column-gap:1.75rem}.xl\:gap-x-8{-moz-column-gap:2rem;column-gap:2rem}.xl\:gap-x-9{-moz-column-gap:2.25rem;column-gap:2.25rem}.xl\:gap-x-10{-moz-column-gap:2.5rem;column-gap:2.5rem}.xl\:gap-x-11{-moz-column-gap:2.75rem;column-gap:2.75rem}.xl\:gap-x-12{-moz-column-gap:3rem;column-gap:3rem}.xl\:gap-x-14{-moz-column-gap:3.5rem;column-gap:3.5rem}.xl\:gap-x-16{-moz-column-gap:4rem;column-gap:4rem}.xl\:gap-x-20{-moz-column-gap:5rem;column-gap:5rem}.xl\:gap-x-24{-moz-column-gap:6rem;column-gap:6rem}.xl\:gap-x-28{-moz-column-gap:7rem;column-gap:7rem}.xl\:gap-x-32{-moz-column-gap:8rem;column-gap:8rem}.xl\:gap-x-36{-moz-column-gap:9rem;column-gap:9rem}.xl\:gap-x-40{-moz-column-gap:10rem;column-gap:10rem}.xl\:gap-x-44{-moz-column-gap:11rem;column-gap:11rem}.xl\:gap-x-48{-moz-column-gap:12rem;column-gap:12rem}.xl\:gap-x-52{-moz-column-gap:13rem;column-gap:13rem}.xl\:gap-x-56{-moz-column-gap:14rem;column-gap:14rem}.xl\:gap-x-60{-moz-column-gap:15rem;column-gap:15rem}.xl\:gap-x-64{-moz-column-gap:16rem;column-gap:16rem}.xl\:gap-x-72{-moz-column-gap:18rem;column-gap:18rem}.xl\:gap-x-80{-moz-column-gap:20rem;column-gap:20rem}.xl\:gap-x-96{-moz-column-gap:24rem;column-gap:24rem}.xl\:gap-x-px{-moz-column-gap:1px;column-gap:1px}.xl\:gap-x-0\.5{-moz-column-gap:.125rem;column-gap:.125rem}.xl\:gap-x-1\.5{-moz-column-gap:.375rem;column-gap:.375rem}.xl\:gap-x-2\.5{-moz-column-gap:.625rem;column-gap:.625rem}.xl\:gap-x-3\.5{-moz-column-gap:.875rem;column-gap:.875rem}.xl\:gap-y-0{row-gap:0px}.xl\:gap-y-1{row-gap:.25rem}.xl\:gap-y-2{row-gap:.5rem}.xl\:gap-y-3{row-gap:.75rem}.xl\:gap-y-4{row-gap:1rem}.xl\:gap-y-5{row-gap:1.25rem}.xl\:gap-y-6{row-gap:1.5rem}.xl\:gap-y-7{row-gap:1.75rem}.xl\:gap-y-8{row-gap:2rem}.xl\:gap-y-9{row-gap:2.25rem}.xl\:gap-y-10{row-gap:2.5rem}.xl\:gap-y-11{row-gap:2.75rem}.xl\:gap-y-12{row-gap:3rem}.xl\:gap-y-14{row-gap:3.5rem}.xl\:gap-y-16{row-gap:4rem}.xl\:gap-y-20{row-gap:5rem}.xl\:gap-y-24{row-gap:6rem}.xl\:gap-y-28{row-gap:7rem}.xl\:gap-y-32{row-gap:8rem}.xl\:gap-y-36{row-gap:9rem}.xl\:gap-y-40{row-gap:10rem}.xl\:gap-y-44{row-gap:11rem}.xl\:gap-y-48{row-gap:12rem}.xl\:gap-y-52{row-gap:13rem}.xl\:gap-y-56{row-gap:14rem}.xl\:gap-y-60{row-gap:15rem}.xl\:gap-y-64{row-gap:16rem}.xl\:gap-y-72{row-gap:18rem}.xl\:gap-y-80{row-gap:20rem}.xl\:gap-y-96{row-gap:24rem}.xl\:gap-y-px{row-gap:1px}.xl\:gap-y-0\.5{row-gap:.125rem}.xl\:gap-y-1\.5{row-gap:.375rem}.xl\:gap-y-2\.5{row-gap:.625rem}.xl\:gap-y-3\.5{row-gap:.875rem}.xl\:overflow-auto{overflow:auto}.xl\:overflow-hidden{overflow:hidden}.xl\:overflow-scroll{overflow:scroll}.xl\:rounded-sm{border-radius:.125rem}.xl\:rounded{border-radius:.25rem}.xl\:rounded-md{border-radius:.375rem}.xl\:rounded-lg{border-radius:.5rem}.xl\:rounded-xl{border-radius:.75rem}.xl\:rounded-2xl{border-radius:1rem}.xl\:rounded-full{border-radius:9999px}.xl\:p-0{padding:0}.xl\:p-1{padding:.25rem}.xl\:p-2{padding:.5rem}.xl\:p-3{padding:.75rem}.xl\:p-4{padding:1rem}.xl\:p-5{padding:1.25rem}.xl\:p-6{padding:1.5rem}.xl\:p-7{padding:1.75rem}.xl\:p-8{padding:2rem}.xl\:p-9{padding:2.25rem}.xl\:p-10{padding:2.5rem}.xl\:p-11{padding:2.75rem}.xl\:p-12{padding:3rem}.xl\:p-14{padding:3.5rem}.xl\:p-16{padding:4rem}.xl\:p-20{padding:5rem}.xl\:p-24{padding:6rem}.xl\:p-28{padding:7rem}.xl\:p-32{padding:8rem}.xl\:p-36{padding:9rem}.xl\:p-40{padding:10rem}.xl\:p-44{padding:11rem}.xl\:p-48{padding:12rem}.xl\:p-52{padding:13rem}.xl\:p-56{padding:14rem}.xl\:p-60{padding:15rem}.xl\:p-64{padding:16rem}.xl\:p-72{padding:18rem}.xl\:p-80{padding:20rem}.xl\:p-96{padding:24rem}.xl\:p-px{padding:1px}.xl\:p-0\.5{padding:.125rem}.xl\:p-1\.5{padding:.375rem}.xl\:p-2\.5{padding:.625rem}.xl\:p-3\.5{padding:.875rem}.xl\:px-0{padding-left:0;padding-right:0}.xl\:px-1{padding-left:.25rem;padding-right:.25rem}.xl\:px-2{padding-left:.5rem;padding-right:.5rem}.xl\:px-3{padding-left:.75rem;padding-right:.75rem}.xl\:px-4{padding-left:1rem;padding-right:1rem}.xl\:px-5{padding-left:1.25rem;padding-right:1.25rem}.xl\:px-6{padding-left:1.5rem;padding-right:1.5rem}.xl\:px-7{padding-left:1.75rem;padding-right:1.75rem}.xl\:px-8{padding-left:2rem;padding-right:2rem}.xl\:px-9{padding-left:2.25rem;padding-right:2.25rem}.xl\:px-10{padding-left:2.5rem;padding-right:2.5rem}.xl\:px-11{padding-left:2.75rem;padding-right:2.75rem}.xl\:px-12{padding-left:3rem;padding-right:3rem}.xl\:px-14{padding-left:3.5rem;padding-right:3.5rem}.xl\:px-16{padding-left:4rem;padding-right:4rem}.xl\:px-20{padding-left:5rem;padding-right:5rem}.xl\:px-24{padding-left:6rem;padding-right:6rem}.xl\:px-28{padding-left:7rem;padding-right:7rem}.xl\:px-32{padding-left:8rem;padding-right:8rem}.xl\:px-36{padding-left:9rem;padding-right:9rem}.xl\:px-40{padding-left:10rem;padding-right:10rem}.xl\:px-44{padding-left:11rem;padding-right:11rem}.xl\:px-48{padding-left:12rem;padding-right:12rem}.xl\:px-52{padding-left:13rem;padding-right:13rem}.xl\:px-56{padding-left:14rem;padding-right:14rem}.xl\:px-60{padding-left:15rem;padding-right:15rem}.xl\:px-64{padding-left:16rem;padding-right:16rem}.xl\:px-72{padding-left:18rem;padding-right:18rem}.xl\:px-80{padding-left:20rem;padding-right:20rem}.xl\:px-96{padding-left:24rem;padding-right:24rem}.xl\:px-px{padding-left:1px;padding-right:1px}.xl\:px-0\.5{padding-left:.125rem;padding-right:.125rem}.xl\:px-1\.5{padding-left:.375rem;padding-right:.375rem}.xl\:px-2\.5{padding-left:.625rem;padding-right:.625rem}.xl\:px-3\.5{padding-left:.875rem;padding-right:.875rem}.xl\:py-0{padding-top:0;padding-bottom:0}.xl\:py-1{padding-top:.25rem;padding-bottom:.25rem}.xl\:py-2{padding-top:.5rem;padding-bottom:.5rem}.xl\:py-3{padding-top:.75rem;padding-bottom:.75rem}.xl\:py-4{padding-top:1rem;padding-bottom:1rem}.xl\:py-5{padding-top:1.25rem;padding-bottom:1.25rem}.xl\:py-6{padding-top:1.5rem;padding-bottom:1.5rem}.xl\:py-7{padding-top:1.75rem;padding-bottom:1.75rem}.xl\:py-8{padding-top:2rem;padding-bottom:2rem}.xl\:py-9{padding-top:2.25rem;padding-bottom:2.25rem}.xl\:py-10{padding-top:2.5rem;padding-bottom:2.5rem}.xl\:py-11{padding-top:2.75rem;padding-bottom:2.75rem}.xl\:py-12{padding-top:3rem;padding-bottom:3rem}.xl\:py-14{padding-top:3.5rem;padding-bottom:3.5rem}.xl\:py-16{padding-top:4rem;padding-bottom:4rem}.xl\:py-20{padding-top:5rem;padding-bottom:5rem}.xl\:py-24{padding-top:6rem;padding-bottom:6rem}.xl\:py-28{padding-top:7rem;padding-bottom:7rem}.xl\:py-32{padding-top:8rem;padding-bottom:8rem}.xl\:py-36{padding-top:9rem;padding-bottom:9rem}.xl\:py-40{padding-top:10rem;padding-bottom:10rem}.xl\:py-44{padding-top:11rem;padding-bottom:11rem}.xl\:py-48{padding-top:12rem;padding-bottom:12rem}.xl\:py-52{padding-top:13rem;padding-bottom:13rem}.xl\:py-56{padding-top:14rem;padding-bottom:14rem}.xl\:py-60{padding-top:15rem;padding-bottom:15rem}.xl\:py-64{padding-top:16rem;padding-bottom:16rem}.xl\:py-72{padding-top:18rem;padding-bottom:18rem}.xl\:py-80{padding-top:20rem;padding-bottom:20rem}.xl\:py-96{padding-top:24rem;padding-bottom:24rem}.xl\:py-px{padding-top:1px;padding-bottom:1px}.xl\:py-0\.5{padding-top:.125rem;padding-bottom:.125rem}.xl\:py-1\.5{padding-top:.375rem;padding-bottom:.375rem}.xl\:py-2\.5{padding-top:.625rem;padding-bottom:.625rem}.xl\:py-3\.5{padding-top:.875rem;padding-bottom:.875rem}.xl\:pt-0{padding-top:0}.xl\:pt-1{padding-top:.25rem}.xl\:pt-2{padding-top:.5rem}.xl\:pt-3{padding-top:.75rem}.xl\:pt-4{padding-top:1rem}.xl\:pt-5{padding-top:1.25rem}.xl\:pt-6{padding-top:1.5rem}.xl\:pt-7{padding-top:1.75rem}.xl\:pt-8{padding-top:2rem}.xl\:pt-9{padding-top:2.25rem}.xl\:pt-10{padding-top:2.5rem}.xl\:pt-11{padding-top:2.75rem}.xl\:pt-12{padding-top:3rem}.xl\:pt-14{padding-top:3.5rem}.xl\:pt-16{padding-top:4rem}.xl\:pt-20{padding-top:5rem}.xl\:pt-24{padding-top:6rem}.xl\:pt-28{padding-top:7rem}.xl\:pt-32{padding-top:8rem}.xl\:pt-36{padding-top:9rem}.xl\:pt-40{padding-top:10rem}.xl\:pt-44{padding-top:11rem}.xl\:pt-48{padding-top:12rem}.xl\:pt-52{padding-top:13rem}.xl\:pt-56{padding-top:14rem}.xl\:pt-60{padding-top:15rem}.xl\:pt-64{padding-top:16rem}.xl\:pt-72{padding-top:18rem}.xl\:pt-80{padding-top:20rem}.xl\:pt-96{padding-top:24rem}.xl\:pt-px{padding-top:1px}.xl\:pt-0\.5{padding-top:.125rem}.xl\:pt-1\.5{padding-top:.375rem}.xl\:pt-2\.5{padding-top:.625rem}.xl\:pt-3\.5{padding-top:.875rem}.xl\:pr-0{padding-right:0}.xl\:pr-1{padding-right:.25rem}.xl\:pr-2{padding-right:.5rem}.xl\:pr-3{padding-right:.75rem}.xl\:pr-4{padding-right:1rem}.xl\:pr-5{padding-right:1.25rem}.xl\:pr-6{padding-right:1.5rem}.xl\:pr-7{padding-right:1.75rem}.xl\:pr-8{padding-right:2rem}.xl\:pr-9{padding-right:2.25rem}.xl\:pr-10{padding-right:2.5rem}.xl\:pr-11{padding-right:2.75rem}.xl\:pr-12{padding-right:3rem}.xl\:pr-14{padding-right:3.5rem}.xl\:pr-16{padding-right:4rem}.xl\:pr-20{padding-right:5rem}.xl\:pr-24{padding-right:6rem}.xl\:pr-28{padding-right:7rem}.xl\:pr-32{padding-right:8rem}.xl\:pr-36{padding-right:9rem}.xl\:pr-40{padding-right:10rem}.xl\:pr-44{padding-right:11rem}.xl\:pr-48{padding-right:12rem}.xl\:pr-52{padding-right:13rem}.xl\:pr-56{padding-right:14rem}.xl\:pr-60{padding-right:15rem}.xl\:pr-64{padding-right:16rem}.xl\:pr-72{padding-right:18rem}.xl\:pr-80{padding-right:20rem}.xl\:pr-96{padding-right:24rem}.xl\:pr-px{padding-right:1px}.xl\:pr-0\.5{padding-right:.125rem}.xl\:pr-1\.5{padding-right:.375rem}.xl\:pr-2\.5{padding-right:.625rem}.xl\:pr-3\.5{padding-right:.875rem}.xl\:pb-0{padding-bottom:0}.xl\:pb-1{padding-bottom:.25rem}.xl\:pb-2{padding-bottom:.5rem}.xl\:pb-3{padding-bottom:.75rem}.xl\:pb-4{padding-bottom:1rem}.xl\:pb-5{padding-bottom:1.25rem}.xl\:pb-6{padding-bottom:1.5rem}.xl\:pb-7{padding-bottom:1.75rem}.xl\:pb-8{padding-bottom:2rem}.xl\:pb-9{padding-bottom:2.25rem}.xl\:pb-10{padding-bottom:2.5rem}.xl\:pb-11{padding-bottom:2.75rem}.xl\:pb-12{padding-bottom:3rem}.xl\:pb-14{padding-bottom:3.5rem}.xl\:pb-16{padding-bottom:4rem}.xl\:pb-20{padding-bottom:5rem}.xl\:pb-24{padding-bottom:6rem}.xl\:pb-28{padding-bottom:7rem}.xl\:pb-32{padding-bottom:8rem}.xl\:pb-36{padding-bottom:9rem}.xl\:pb-40{padding-bottom:10rem}.xl\:pb-44{padding-bottom:11rem}.xl\:pb-48{padding-bottom:12rem}.xl\:pb-52{padding-bottom:13rem}.xl\:pb-56{padding-bottom:14rem}.xl\:pb-60{padding-bottom:15rem}.xl\:pb-64{padding-bottom:16rem}.xl\:pb-72{padding-bottom:18rem}.xl\:pb-80{padding-bottom:20rem}.xl\:pb-96{padding-bottom:24rem}.xl\:pb-px{padding-bottom:1px}.xl\:pb-0\.5{padding-bottom:.125rem}.xl\:pb-1\.5{padding-bottom:.375rem}.xl\:pb-2\.5{padding-bottom:.625rem}.xl\:pb-3\.5{padding-bottom:.875rem}.xl\:pl-0{padding-left:0}.xl\:pl-1{padding-left:.25rem}.xl\:pl-2{padding-left:.5rem}.xl\:pl-3{padding-left:.75rem}.xl\:pl-4{padding-left:1rem}.xl\:pl-5{padding-left:1.25rem}.xl\:pl-6{padding-left:1.5rem}.xl\:pl-7{padding-left:1.75rem}.xl\:pl-8{padding-left:2rem}.xl\:pl-9{padding-left:2.25rem}.xl\:pl-10{padding-left:2.5rem}.xl\:pl-11{padding-left:2.75rem}.xl\:pl-12{padding-left:3rem}.xl\:pl-14{padding-left:3.5rem}.xl\:pl-16{padding-left:4rem}.xl\:pl-20{padding-left:5rem}.xl\:pl-24{padding-left:6rem}.xl\:pl-28{padding-left:7rem}.xl\:pl-32{padding-left:8rem}.xl\:pl-36{padding-left:9rem}.xl\:pl-40{padding-left:10rem}.xl\:pl-44{padding-left:11rem}.xl\:pl-48{padding-left:12rem}.xl\:pl-52{padding-left:13rem}.xl\:pl-56{padding-left:14rem}.xl\:pl-60{padding-left:15rem}.xl\:pl-64{padding-left:16rem}.xl\:pl-72{padding-left:18rem}.xl\:pl-80{padding-left:20rem}.xl\:pl-96{padding-left:24rem}.xl\:pl-px{padding-left:1px}.xl\:pl-0\.5{padding-left:.125rem}.xl\:pl-1\.5{padding-left:.375rem}.xl\:pl-2\.5{padding-left:.625rem}.xl\:pl-3\.5{padding-left:.875rem}.xl\:text-xs{font-size:.75rem;line-height:1rem}.xl\:text-sm{font-size:.875rem;line-height:1.25rem}.xl\:text-base{font-size:1rem;line-height:1.5rem}.xl\:text-lg{font-size:1.125rem;line-height:1.75rem}.xl\:text-xl{font-size:1.25rem;line-height:1.75rem}.xl\:text-2xl{font-size:1.5rem;line-height:2rem}.xl\:text-3xl{font-size:1.875rem;line-height:2.25rem}.xl\:text-4xl{font-size:2.25rem;line-height:2.5rem}.xl\:text-5xl{font-size:3rem;line-height:1}.xl\:text-6xl{font-size:3.75rem;line-height:1}.xl\:text-7xl{font-size:4.5rem;line-height:1}.xl\:text-8xl{font-size:6rem;line-height:1}.xl\:text-9xl{font-size:8rem;line-height:1}}
