.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,#dcdcdc));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,#fff));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,#f5f5f5)}.react-international-phone-country-selector-button--hide-dropdown{cursor:auto}.react-international-phone-country-selector-button--hide-dropdown:hover{background-color:transparent}.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 transparent;border-left:var(--react-international-phone-country-selector-arrow-size,4px) solid transparent;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{cursor:auto}.react-international-phone-country-selector-button--disabled,.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,#f5f5f5))}.react-international-phone-flag-emoji{width:var(--react-international-phone-flag-width,24px);height:var(--react-international-phone-flag-height,24px);box-sizing:border-box}.react-international-phone-country-selector-dropdown{position:absolute;z-index:1;top:var(--react-international-phone-dropdown-top,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,#fff));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__preferred-list-divider{height:1px;border:none;margin:var(--react-international-phone-dropdown-preferred-list-divider-margin,0);background:var(--react-international-phone-dropdown-preferred-list-divider-color,var(--react-international-phone-border-color,#dcdcdc))}.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{overflow:hidden;margin-right:8px;font-size:var(--react-international-phone-dropdown-item-font-size,14px);text-overflow:ellipsis;white-space:nowrap}.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,#f5f5f5));cursor:pointer}.react-international-phone-country-selector-dropdown__list-item--focused,.react-international-phone-country-selector-dropdown__list-item--selected{background-color:var(--react-international-phone-selected-dropdown-item-background-color,#f5f5f5);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--focused .react-international-phone-country-selector-dropdown__list-item-dial-code,.react-international-phone-country-selector-dropdown__list-item--selected .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,#f5f5f5))}.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,#dcdcdc));margin-right:-1px;background-color:var(--react-international-phone-dial-code-preview-background-color,var(--react-international-phone-background-color,#fff));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,#f5f5f5));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,#dcdcdc);border-radius:var(--react-international-phone-border-radius,4px);margin:0;background-color:var(--react-international-phone-background-color,#fff);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,#f5f5f5);color:var(--react-international-phone-disabled-text-color,#666)}*,:after,:before{--tw-border-spacing-x:0;--tw-border-spacing-y:0;--tw-translate-x:0;--tw-translate-y:0;--tw-rotate:0;--tw-skew-x:0;--tw-skew-y:0;--tw-scale-x:1;--tw-scale-y:1;--tw-pan-x: ;--tw-pan-y: ;--tw-pinch-zoom: ;--tw-scroll-snap-strictness:proximity;--tw-gradient-from-position: ;--tw-gradient-via-position: ;--tw-gradient-to-position: ;--tw-ordinal: ;--tw-slashed-zero: ;--tw-numeric-figure: ;--tw-numeric-spacing: ;--tw-numeric-fraction: ;--tw-ring-inset: ;--tw-ring-offset-width:0px;--tw-ring-offset-color:#fff;--tw-ring-color:rgba(59,130,246,.5);--tw-ring-offset-shadow:0 0 #0000;--tw-ring-shadow:0 0 #0000;--tw-shadow:0 0 #0000;--tw-shadow-colored:0 0 #0000;--tw-blur: ;--tw-brightness: ;--tw-contrast: ;--tw-grayscale: ;--tw-hue-rotate: ;--tw-invert: ;--tw-saturate: ;--tw-sepia: ;--tw-drop-shadow: ;--tw-backdrop-blur: ;--tw-backdrop-brightness: ;--tw-backdrop-contrast: ;--tw-backdrop-grayscale: ;--tw-backdrop-hue-rotate: ;--tw-backdrop-invert: ;--tw-backdrop-opacity: ;--tw-backdrop-saturate: ;--tw-backdrop-sepia: ;--tw-contain-size: ;--tw-contain-layout: ;--tw-contain-paint: ;--tw-contain-style: }::backdrop{--tw-border-spacing-x:0;--tw-border-spacing-y:0;--tw-translate-x:0;--tw-translate-y:0;--tw-rotate:0;--tw-skew-x:0;--tw-skew-y:0;--tw-scale-x:1;--tw-scale-y:1;--tw-pan-x: ;--tw-pan-y: ;--tw-pinch-zoom: ;--tw-scroll-snap-strictness:proximity;--tw-gradient-from-position: ;--tw-gradient-via-position: ;--tw-gradient-to-position: ;--tw-ordinal: ;--tw-slashed-zero: ;--tw-numeric-figure: ;--tw-numeric-spacing: ;--tw-numeric-fraction: ;--tw-ring-inset: ;--tw-ring-offset-width:0px;--tw-ring-offset-color:#fff;--tw-ring-color:rgba(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: ;--tw-contain-size: ;--tw-contain-layout: ;--tw-contain-paint: ;--tw-contain-style: }/*
! tailwindcss v3.4.15 | MIT License | https://tailwindcss.com
*/*,:after,:before{box-sizing:border-box;border:0 solid #ddd}:after,:before{--tw-content:""}:host,html{line-height:1.5;-webkit-text-size-adjust:100%;-moz-tab-size:4;-o-tab-size:4;tab-size:4;font-family:var(--font-inter);font-feature-settings:normal;font-variation-settings:normal;-webkit-tap-highlight-color:transparent}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,pre,samp{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace;font-feature-settings:normal;font-variation-settings:normal;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-feature-settings:inherit;font-variation-settings:inherit;font-size:100%;font-weight:inherit;line-height:inherit;letter-spacing:inherit;color:inherit;margin:0;padding:0}button,select{text-transform:none}button,input:where([type=button]),input:where([type=reset]),input:where([type=submit]){-webkit-appearance:button;background-color:transparent;background-image:none}:-moz-focusring{outline:auto}:-moz-ui-invalid{box-shadow:none}progress{vertical-align:baseline}::-webkit-inner-spin-button,::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}summary{display:list-item}blockquote,dd,dl,figure,h1,h2,h3,h4,h5,h6,hr,p,pre{margin:0}fieldset{margin:0}fieldset,legend{padding:0}menu,ol,ul{list-style:none;margin:0;padding:0}dialog{padding:0}textarea{resize:vertical}input::-moz-placeholder,textarea::-moz-placeholder{opacity:1;color:#9ca3af}input::placeholder,textarea::placeholder{opacity:1;color:#9ca3af}[role=button],button{cursor:pointer}:disabled{cursor:default}audio,canvas,embed,iframe,img,object,svg,video{display:block;vertical-align:middle}img,video{max-width:100%;height:auto}[hidden]:where(:not([hidden=until-found])){display:none}.container{width:100%;margin-right:auto;margin-left:auto}@media (min-width:36rem){.container{max-width:36rem}}@media (min-width:48rem){.container{max-width:48rem}}@media (min-width:62rem){.container{max-width:62rem}}@media (min-width:75rem){.container{max-width:75rem}}@media (min-width:100%){.container{max-width:100%}}html{font-size:var(--responsive)}@media screen and (max-width:389px){html{--min-size:12;--max-size:16;--max-width:389;--min-width:320}}@media screen and (min-width:390px)and (max-width:767px){html{font-size:16px}}@media screen and (min-width:768px)and (max-width:1440px){html{font-size:11px}}body{font-family:var(--font-inter);font-weight:400;line-height:1.5;--tw-text-opacity:1;color:rgb(38 38 38/var(--tw-text-opacity,1));-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;text-rendering:optimizeLegibility}body button{-webkit-appearance:none;-moz-appearance:none;appearance:none}body p{--tw-text-opacity:1;color:rgb(117 117 117/var(--tw-text-opacity,1))}body main>:first-child:not(.hero){padding-top:11.8125rem;padding-bottom:2.5rem}body main>:not(:first-child):not([class*=py-]){padding-top:2.5rem;padding-bottom:2.5rem}@media (min-width:768px){body main>:not(:first-child):not([class*=py-]){padding-top:6rem;padding-bottom:6rem}}body .children-hidden>*{visibility:hidden}@media(max-width:767px){body .h-hero-full-mobile{height:100vh;height:100svh}body .h-hero-mobile{height:52.475vh;height:52.475svh}}body header .\!menu,body header .menu{width:100%}@media(max-width:1023px){body header .menu{position:fixed;top:0;left:0;height:100vh;background-color:rgb(38 38 38/var(--tw-bg-opacity,1));--tw-bg-opacity:0.5}body header .menu>*{position:absolute;top:0;right:0;height:100vh;width:85%;--tw-translate-x:0px;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));flex-direction:column;--tw-bg-opacity:1;background-color:rgb(255 255 255/var(--tw-bg-opacity,1));padding:2.5rem 1rem 1rem;transition-property:transform;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.3s}@media (min-width:768px){body header .menu>*{width:27.5rem;padding-left:1.75rem;padding-right:1.75rem}}body header .menu.nav-hidden{pointer-events:none;z-index:-10;opacity:0}body header .menu.nav-hidden>*{--tw-translate-x:100%;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}body header .\!menu{position:fixed;top:0;left:0;height:100vh;background-color:rgb(38 38 38/var(--tw-bg-opacity,1));--tw-bg-opacity:0.5}body header .\!menu>*{position:absolute;top:0;right:0;height:100vh;width:85%;--tw-translate-x:0px;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));flex-direction:column;--tw-bg-opacity:1;background-color:rgb(255 255 255/var(--tw-bg-opacity,1));padding:2.5rem 1rem 1rem;transition-property:transform;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.3s}@media (min-width:768px){body header .\!menu>*{width:27.5rem;padding-left:1.75rem;padding-right:1.75rem}}body header .\!menu.nav-hidden{pointer-events:none;z-index:-10;opacity:0}body header .\!menu.nav-hidden>*{--tw-translate-x:100%;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}}@media(min-width:1024px){body header .\!menu{position:relative;background-color:rgb(218 232 238/var(--tw-bg-opacity,1));--tw-bg-opacity:0.8}@media (min-width:1024px){body header .\!menu{padding-left:1.25rem;padding-right:1.25rem}}body header .menu{position:relative;background-color:rgb(218 232 238/var(--tw-bg-opacity,1));--tw-bg-opacity:0.8}@media (min-width:1024px){body header .menu{padding-left:1.25rem;padding-right:1.25rem}}}body .container-v2{width:100%;margin-right:auto;margin-left:auto}@media (min-width:36rem){body .container-v2{max-width:36rem}}@media (min-width:48rem){body .container-v2{max-width:48rem}}@media (min-width:62rem){body .container-v2{max-width:62rem}}@media (min-width:75rem){body .container-v2{max-width:75rem}}@media (min-width:100%){body .container-v2{max-width:100%}}@media (min-width:1280px){body .container-v2{max-width:87.75rem}}body .entry-description+section.group{padding-top:2.5rem;padding-bottom:2.5rem}body p a{font-weight:700;--tw-text-opacity:1;color:rgb(59 130 246/var(--tw-text-opacity,1))}body label a,body p a{text-decoration-line:underline}body label a{font-weight:600}body,html{overflow-x:hidden}header .after-border{position:relative;padding-left:.5rem;padding-right:.5rem}header .after-border:after{position:absolute;top:50%;right:0;height:1.75rem;--tw-translate-y:-50%;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));border-right-width:1px;border-color:rgb(156 155 155/var(--tw-border-opacity,1));content:var(--tw-content);--tw-border-opacity:0.6}@media (min-width:768px){header .after-border{padding-left:1rem;padding-right:1rem}header .after-border:after{content:var(--tw-content);height:3rem}}.overflow-unset{overflow:unset!important}.mask-video{position:relative;margin-left:auto;margin-right:auto;height:40px;width:294px;overflow:hidden}@media (min-width:1024px){.mask-video{height:79px;width:579px}}.mask-video #mask-video{position:absolute;top:0;left:0;height:100%;width:100%;-o-object-fit:cover;object-fit:cover;clip-path:path("M26.6759 28.2919C26.7249 23.4995 24.3086 20.3184 18.6145 17.4808L13.5928 14.9518C10.7633 13.5295 9.44657 12.2822 9.44657 10.3975C9.44657 7.70705 12.1711 5.90644 16.4014 5.90644C17.7741 5.90644 19.0488 6.09576 20.1694 6.36878C20.6877 7.95915 21.0518 9.64087 21.2059 11.1193C22.4526 11.1193 23.6993 10.748 24.946 10.5307V6.15852L24.932 1.77969C24.4627 1.52759 20.6316 0.0700708 15.701 0.0700708C6.82013 0.0700708 1.25212 4.63824 1.25212 11.007C1.25212 15.3719 3.99062 18.4338 7.69561 20.5356L13.3057 23.7307C16.3803 25.4752 18.0682 26.8204 18.0472 29.1748C18.0192 32.2014 15.1897 34.086 10.5812 34.086C8.54306 34.086 6.7011 33.6868 5.15324 33.1613C4.66296 31.6128 4.31279 29.9802 4.1587 28.544C2.91202 28.544 1.66535 28.9153 0.418671 29.1326V37.5541C2.09958 38.3808 6.09875 39.9363 11.5197 39.9363C20.9398 39.9363 26.5919 35.4034 26.6689 28.2849M289.192 34.6046L285.438 5.75228C287.056 5.21984 288.786 4.84154 290.299 4.67347C290.299 3.42622 289.928 2.17893 289.711 0.932022H277.958C273.931 8.84899 270.45 17.3479 267.418 26.7224C264.273 17.7751 260.729 9.11541 256.905 0.539416C254.187 0.826736 251.113 0.932022 248.36 0.932022H244.151C243.948 2.17893 243.57 3.42622 243.57 4.67347C245.124 4.83457 246.826 5.21286 248.416 5.71707L244.697 34.5554C243.353 34.941 241.973 35.221 240.733 35.3542C240.733 36.6015 241.104 37.8484 241.322 39.0956H255.35C255.56 37.8484 255.931 36.6015 255.931 35.3542C254.418 35.2001 252.772 34.8357 251.218 34.3524L253.214 10.818C257.409 19.9261 260.813 29.3006 263.481 38.9063C265.267 39.0817 267.158 39.0046 269.225 38.5492C272.138 29.2375 275.535 20.1786 279.499 11.3993L281.103 34.4853C279.688 34.9058 278.224 35.2071 276.915 35.3472C276.915 36.5945 277.286 37.8414 277.503 39.0887H292.442C292.645 37.8414 293.023 36.5945 293.023 35.3472C291.798 35.221 290.474 34.955 289.192 34.6046ZM30.465 35.3472C30.465 36.5945 30.8362 37.8414 31.0533 39.0887H59.2646V28.6423C58.0178 28.4321 56.7713 28.0607 55.5245 28.0607C55.3565 29.6511 54.9644 31.3886 54.4461 33.0211H43.0788V22.7007H52.2397C53.2132 20.6197 53.3115 18.6579 52.7019 17.1237L43.0788 17.5791V7.01351H53.5214C54.0048 8.54077 54.3478 10.1524 54.5019 11.5747C55.7487 11.5747 56.9955 11.2033 58.2419 10.9861V0.939032H31.0533C30.8502 2.18594 30.472 3.43318 30.472 4.68044C32.0618 4.8485 33.7988 5.2338 35.4307 5.75927V34.2471C33.7848 34.8009 32.0198 35.1931 30.472 35.3542M95.8523 35.3542C95.8523 36.6015 96.2235 37.8484 96.4407 39.0956H124.652V28.6489C123.405 28.439 122.159 28.0677 120.912 28.0677C120.744 29.658 120.352 31.3956 119.834 33.0281H108.466V22.7076H117.627C118.601 20.627 118.699 18.6649 118.089 17.1307L108.466 17.5861V7.02047H118.909C119.392 8.54773 119.735 10.1594 119.889 11.5817C121.136 11.5817 122.383 11.2103 123.629 10.9931V0.945993H96.4407C96.2378 2.1929 95.8596 3.44016 95.8596 4.68742C97.4494 4.85549 99.1863 5.24078 100.811 5.76625V34.2541C99.1654 34.8078 97.4002 35.2001 95.8523 35.3612M218.223 39.9855C228.238 39.9855 233.932 33.5114 233.932 22.9109V5.75927C235.578 5.2059 237.343 4.81327 238.891 4.65218C238.891 3.40527 238.52 2.15803 238.303 0.910775H223.406C223.203 2.15803 222.824 3.40527 222.824 4.65218C224.414 4.82059 226.151 5.2059 227.776 5.73138V22.9109C227.776 29.5179 224.218 33.918 218.923 33.918C213.628 33.918 210.358 29.2797 210.358 22.9109V5.75927C212.003 5.2059 213.769 4.81327 215.316 4.65218C215.316 3.40527 214.945 2.15803 214.728 0.910775H198.318C198.108 2.15803 197.737 3.40527 197.737 4.65218C199.327 4.82059 201.064 5.2059 202.695 5.73138V22.9109C202.695 33.8618 208.467 39.9855 218.216 39.9855M63.4668 35.3333C63.4668 36.5802 63.8381 37.8275 64.0552 39.0747H93.3381V28.628C92.0913 28.4178 90.8449 28.0467 89.5981 28.0467C89.4301 29.6371 89.0449 31.3746 88.5196 33.0072H84.4924C81.9639 33.0072 78.5602 33.2523 76.0879 33.4626V5.77324C77.7338 5.21987 79.4985 4.82756 81.0465 4.66646C81.0465 3.41921 80.6753 2.17197 80.4581 0.925062H64.0552C63.845 2.17197 63.4738 3.41921 63.4738 4.66646C65.0636 4.83453 66.8008 5.21985 68.4255 5.74532V34.2402C66.7796 34.7939 65.0148 35.1862 63.4668 35.3472M149.06 6.08146C151.189 6.08146 153.095 6.60695 154.586 7.21681C155.112 8.90516 155.504 10.6709 155.672 12.2191C156.919 12.2191 158.165 11.8477 159.412 11.6305V7.55991L159.482 2.63434C159.02 2.29123 154.586 0 148.675 0C137.413 0 128.931 8.32352 128.917 20.8512C128.91 32.3977 136.103 40.0765 146.875 39.9994C154.881 39.9503 160.161 35.5993 160.161 35.5993C159.965 32.7477 159.286 30.9611 158.2 30.1975C158.2 30.1975 153.69 33.7077 148.171 33.7077C141.475 33.7077 137.014 28.523 137.014 20.4516C137.014 11.953 141.958 6.07448 149.067 6.07448M191.335 6.99956C191.889 8.64607 192.281 10.4115 192.442 11.96C193.689 11.96 194.935 11.5887 196.182 11.3714V6.99224V0.917736H162.29V11.3644C163.537 11.5747 164.784 11.946 166.03 11.946C166.199 10.3553 166.591 8.61782 167.109 6.99224H175.409V34.2262C173.763 34.7796 171.998 35.1722 170.45 35.3333C170.45 36.5802 170.821 37.8275 171.038 39.0747H187.448C187.658 37.8275 188.029 36.5802 188.029 35.3333C186.44 35.1649 184.703 34.7796 183.071 34.2541V6.98525H191.328L191.335 6.99956Z")}@media (min-width:1024px){.mask-video #mask-video{clip-path:path("M51.9572 56.3782C52.0543 46.8283 47.2729 40.4892 36.0056 34.8346L26.0687 29.7949C20.4697 26.9606 17.8642 24.4751 17.8642 20.7195C17.8642 15.3581 23.2554 11.77 31.6262 11.77C34.3425 11.77 36.8649 12.1472 39.0823 12.6913C40.1079 15.8605 40.8285 19.2117 41.1334 22.1578C43.6003 22.1578 46.0672 21.4178 48.5341 20.9849V12.2723L48.5064 3.54644C47.5778 3.04407 39.997 0.139633 30.2403 0.139633C12.6671 0.139633 1.64922 9.24278 1.64922 21.9341C1.64922 30.6321 7.06809 36.7336 14.3994 40.9221L25.5005 47.289C31.5846 50.7653 34.9246 53.446 34.883 58.1375C34.8276 64.1688 29.2286 67.9244 20.1094 67.9244C16.0764 67.9244 12.4315 67.1288 9.36867 66.0817C8.3985 62.9959 7.70561 59.7426 7.40068 56.8806C4.93379 56.8806 2.46689 57.6205 0 58.0534V74.8353C3.32615 76.4828 11.2396 79.5825 21.9665 79.5825C40.6067 79.5825 51.791 70.5495 51.9434 56.3643M571.419 68.9577L563.991 11.4628C567.192 10.4017 570.615 9.64791 573.608 9.31299C573.608 6.82754 572.874 4.34203 572.445 1.85727H549.19C541.22 17.6337 534.332 34.5698 528.332 53.2507C522.109 35.421 515.096 18.1646 507.529 1.07491C502.152 1.64746 496.068 1.85727 490.621 1.85727H482.292C481.89 4.34203 481.142 6.82754 481.142 9.31299C484.218 9.63401 487.586 10.3878 490.732 11.3926L483.373 68.8597C480.712 69.6282 477.982 70.1861 475.529 70.4515C475.529 72.937 476.264 75.4217 476.693 77.9072H504.453C504.868 75.4217 505.603 72.937 505.603 70.4515C502.609 70.1444 499.352 69.4183 496.276 68.4553L500.225 21.5575C508.527 39.7075 515.263 58.3884 520.542 77.5299C524.077 77.8794 527.818 77.7258 531.907 76.8184C537.673 58.2626 544.394 40.2105 552.238 22.7158L555.412 68.72C552.613 69.558 549.716 70.1583 547.125 70.4377C547.125 72.9231 547.859 75.4079 548.289 77.8933H577.85C578.252 75.4079 579 72.9231 579 70.4377C576.574 70.1861 573.955 69.656 571.419 68.9577ZM59.455 70.4377C59.455 72.9231 60.1895 75.4079 60.6191 77.8933H116.443V57.0765C113.976 56.6575 111.509 55.9175 109.042 55.9175C108.71 59.0867 107.934 62.5491 106.908 65.8023H84.415V45.2364H102.542C104.469 41.0896 104.663 37.1803 103.457 34.123L84.415 35.0305V13.9761H105.078C106.035 17.0195 106.714 20.231 107.019 23.0653C109.486 23.0653 111.953 22.3253 114.419 21.8924V1.87124H60.6191C60.2172 4.356 59.4688 6.84141 59.4688 9.32686C62.6148 9.66178 66.0518 10.4296 69.2811 11.4767V68.2454C66.0241 69.3489 62.5317 70.1305 59.4688 70.4515M188.842 70.4515C188.842 72.937 189.577 75.4217 190.006 77.9072H245.83V57.0897C243.363 56.6714 240.897 55.9314 238.43 55.9314C238.097 59.1006 237.321 62.563 236.296 65.8163H213.802V45.2503H231.93C233.856 41.1041 234.05 37.1942 232.844 34.1369L213.802 35.0444V13.9899H234.466C235.422 17.0333 236.101 20.2449 236.406 23.0792C238.873 23.0792 241.34 22.3392 243.807 21.9064V1.88511H190.006C189.605 4.36987 188.856 6.85533 188.856 9.34078C192.002 9.6757 195.439 10.4435 198.655 11.4906V68.2593C195.398 69.3627 191.905 70.1444 188.842 70.4654M430.986 79.6805C450.805 79.6805 462.072 66.7793 462.072 45.6554V11.4767C465.329 10.374 468.821 9.59157 471.884 9.27055C471.884 6.78579 471.149 4.30039 470.72 1.81493H441.241C440.84 4.30039 440.092 6.78579 440.092 9.27055C443.238 9.60616 446.674 10.374 449.89 11.4211V45.6554C449.89 58.8213 442.849 67.5895 432.372 67.5895C421.895 67.5895 415.422 58.3467 415.422 45.6554V11.4767C418.679 10.374 422.172 9.59157 425.234 9.27055C425.234 6.78579 424.5 4.30039 424.07 1.81493H391.599C391.183 4.30039 390.449 6.78579 390.449 9.27055C393.595 9.60616 397.032 10.374 400.261 11.4211V45.6554C400.261 67.4776 411.681 79.6805 430.972 79.6805M124.758 70.4099C124.758 72.8946 125.493 75.3801 125.923 77.8655H183.867V57.048C181.4 56.629 178.933 55.8897 176.466 55.8897C176.134 59.0589 175.372 62.5213 174.332 65.7745H166.363C161.36 65.7745 154.625 66.263 149.733 66.682V11.5045C152.989 10.4018 156.481 9.62004 159.545 9.29902C159.545 6.81357 158.81 4.32816 158.38 1.8434H125.923C125.507 4.32816 124.772 6.81357 124.772 9.29902C127.918 9.63394 131.356 10.4018 134.57 11.4489V68.2315C131.313 69.3349 127.821 70.1166 124.758 70.4377M294.129 12.1187C298.342 12.1187 302.112 13.1659 305.064 14.3812C306.103 17.7456 306.879 21.2643 307.212 24.3494C309.679 24.3494 312.145 23.6093 314.612 23.1764V15.0649L314.751 5.24953C313.836 4.56581 305.064 0 293.367 0C271.081 0 254.298 16.5866 254.271 41.5509C254.257 64.5599 268.49 79.8618 289.805 79.7082C305.646 79.6102 316.095 70.94 316.095 70.94C315.707 65.2576 314.363 61.6972 312.215 60.1755C312.215 60.1755 303.29 67.1705 292.369 67.1705C279.12 67.1705 270.291 56.8389 270.291 40.7546C270.291 23.8192 280.076 12.1048 294.143 12.1048M377.781 13.9483C378.877 17.2293 379.653 20.7473 379.971 23.8331C382.438 23.8331 384.905 23.0931 387.372 22.6602V13.9337V1.8288H320.308V22.6463C322.775 23.0653 325.242 23.8053 327.709 23.8053C328.042 20.6354 328.818 17.173 329.844 13.9337H346.267V68.2037C343.01 69.3065 339.517 70.0888 336.454 70.4099C336.454 72.8946 337.188 75.3801 337.618 77.8655H370.09C370.506 75.3801 371.24 72.8946 371.24 70.4099C368.094 70.0743 364.657 69.3064 361.428 68.2593V13.9198H377.768L377.781 13.9483Z")}}.mask-video #svg-path{position:absolute;top:0;left:0;height:100%;width:100%}@media screen and (max-width:767px){.country-button>*{height:3rem;width:100%;white-space:nowrap;--tw-bg-opacity:1;background-color:rgb(218 232 238/var(--tw-bg-opacity,1));padding-left:1rem;padding-right:1rem}}.heading+:not([class*=bg-]){padding-top:0}.checkbox label{position:relative}.checkbox label input[type=checkbox]{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border-width:0}.checkbox label input[type=checkbox]:checked+span:before{content:var(--tw-content);background-image:url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect width='20' height='20' fill='%239C9B9B'/%3E%3Cpath d='M4 10L8 14L16 6' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A")}.checkbox label span{position:relative;display:inline-block;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;user-select:none;text-align:justify}.checkbox label span:before{margin-right:.5rem;display:inline-block;height:1.25rem;width:1.25rem;border-width:1px;--tw-border-opacity:1;border-color:rgb(156 155 155/var(--tw-border-opacity,1));background-size:contain;background-position:50%;background-repeat:no-repeat;content:var(--tw-content);vertical-align:middle}.checkbox label span:hover{text-decoration-line:underline}.bg-light-85{position:relative}.bg-light-85 .recommended-hotels:after{content:var(--tw-content);--tw-bg-opacity:1;background-color:rgb(255 255 255/var(--tw-bg-opacity,1))}.bg-light-85:after{position:absolute;top:0;left:0;z-index:-10;height:39.75rem;width:100%;content:var(--tw-content);--tw-bg-opacity:1;background-color:rgb(248 246 243/var(--tw-bg-opacity,1))}@media (min-width:768px){.bg-after-light-50{position:relative}.bg-after-light-50 .recommended-hotels:after{content:var(--tw-content);--tw-bg-opacity:1;background-color:rgb(255 255 255/var(--tw-bg-opacity,1))}.bg-after-light-50:after{position:absolute;bottom:0;left:0;z-index:-10;height:30.625rem;width:100%;content:var(--tw-content);--tw-bg-opacity:1;background-color:rgb(248 246 243/var(--tw-bg-opacity,1))}}.\!bg-cream .recommended-hotels,.bg-cream .recommended-hotels,.bg-gray-300 .recommended-hotels{--tw-bg-opacity:1;background-color:rgb(255 255 255/var(--tw-bg-opacity,1))}.bg-after-light-50 .recommended-hotels{--tw-bg-opacity:1;background-color:rgb(218 232 238/var(--tw-bg-opacity,1))}@media(max-width:767px){.h-hero-full-mobile{height:100vh;height:100svh}.h-hero-mobile{height:52.475vh;height:52.475svh}}.children-hidden>*{visibility:hidden}.table-wrapper{width:100%;max-width:100%;overflow-x:auto}.table-wrapper table{width:100%!important;margin-top:1rem;table-layout:auto;border-collapse:collapse;--tw-border-opacity:1;border-color:rgb(249 249 249/var(--tw-border-opacity,1));--tw-bg-opacity:1;background-color:rgb(255 255 255/var(--tw-bg-opacity,1));text-align:left}@media not all and (min-width:768px){.table-wrapper table{min-width:64rem}}.table-wrapper table thead tr{--tw-bg-opacity:1;background-color:rgb(218 232 238/var(--tw-bg-opacity,1))}.table-wrapper table thead tr th{height:2.6875rem;border-width:1px;--tw-border-opacity:1;border-color:rgb(249 249 249/var(--tw-border-opacity,1));padding-left:.875rem;padding-right:.875rem;line-height:1.625}.table-wrapper table tbody tr:nth-child(odd) .recommended-hotels{--tw-bg-opacity:1;background-color:rgb(255 255 255/var(--tw-bg-opacity,1))}.table-wrapper table tbody tr:nth-child(odd){--tw-bg-opacity:1;background-color:rgb(249 249 249/var(--tw-bg-opacity,1))}.table-wrapper table tbody tr td{height:2.6875rem;border-width:1px;--tw-border-opacity:1;border-color:rgb(249 249 249/var(--tw-border-opacity,1));padding-left:.875rem;padding-right:.875rem}.table-wrapper table tbody tr td:first-child{font-weight:600}.table-wrapper table tr td *,.table-wrapper table tr th *{font-size:1rem!important;--tw-text-opacity:1!important;color:rgb(38 38 38/var(--tw-text-opacity,1))!important}.table-wrapper table tr td * sup,.table-wrapper table tr th * sup{font-size:75%!important}@keyframes fadeOut{0%{opacity:1}to{opacity:0}}.pointer-events-none{pointer-events:none}.visible{visibility:visible}.invisible{visibility:hidden}.collapse{visibility:collapse}.static{position:static}.fixed{position:fixed}.\!absolute{position:absolute!important}.absolute{position:absolute}.relative{position:relative}.sticky{position:sticky}.inset-0{inset:0}.-left-2{left:-.5rem}.-left-\[9999px\]{left:-9999px}.-right-2{right:-.5rem}.bottom-0{bottom:0}.bottom-24{bottom:6rem}.bottom-4{bottom:1rem}.bottom-8{bottom:2rem}.left-0{left:0}.left-1\/2{left:50%}.left-3{left:.75rem}.right-0{right:0}.right-2{right:.5rem}.right-4{right:1rem}.top-0{top:0}.top-1\/2{top:50%}.top-10{top:2.5rem}.top-2{top:.5rem}.top-4{top:1rem}.top-\[var\(--header-height\)\]{top:var(--header-height)}.top-full{top:100%}.-z-10{z-index:-10}.z-0{z-index:0}.z-10{z-index:10}.z-100{z-index:100}.z-20{z-index:20}.z-50{z-index:50}.z-60{z-index:60}.z-\[1000\]{z-index:1000}.z-\[101\]{z-index:101}.z-\[50\]{z-index:50}.\!col-span-1{grid-column:span 1/span 1!important}.col-span-1{grid-column:span 1/span 1}.col-span-12{grid-column:span 12/span 12}.col-span-2{grid-column:span 2/span 2}.col-span-4{grid-column:span 4/span 4}.col-span-5{grid-column:span 5/span 5}.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-start-1{grid-row-start:1}.row-start-2{grid-row-start:2}.row-start-3{grid-row-start:3}.row-start-4{grid-row-start:4}.row-start-auto{grid-row-start:auto}.m-2{margin:.5rem}.\!mx-0{margin-left:0!important;margin-right:0!important}.\!mx-0\.5{margin-left:.125rem!important;margin-right:.125rem!important}.\!mx-1{margin-left:.25rem!important;margin-right:.25rem!important}.\!mx-1\.5{margin-left:.375rem!important;margin-right:.375rem!important}.\!mx-10{margin-left:2.5rem!important;margin-right:2.5rem!important}.\!mx-11{margin-left:2.75rem!important;margin-right:2.75rem!important}.\!mx-12{margin-left:3rem!important;margin-right:3rem!important}.\!mx-14{margin-left:3.5rem!important;margin-right:3.5rem!important}.\!mx-16{margin-left:4rem!important;margin-right:4rem!important}.\!mx-2{margin-left:.5rem!important;margin-right:.5rem!important}.\!mx-2\.5{margin-left:.625rem!important;margin-right:.625rem!important}.\!mx-20{margin-left:5rem!important;margin-right:5rem!important}.\!mx-24{margin-left:6rem!important;margin-right:6rem!important}.\!mx-28{margin-left:7rem!important;margin-right:7rem!important}.\!mx-3{margin-left:.75rem!important;margin-right:.75rem!important}.\!mx-3\.5{margin-left:.875rem!important;margin-right:.875rem!important}.\!mx-32{margin-left:8rem!important;margin-right:8rem!important}.\!mx-36{margin-left:9rem!important;margin-right:9rem!important}.\!mx-4{margin-left:1rem!important;margin-right:1rem!important}.\!mx-40{margin-left:10rem!important;margin-right:10rem!important}.\!mx-44{margin-left:11rem!important;margin-right:11rem!important}.\!mx-48{margin-left:12rem!important;margin-right:12rem!important}.\!mx-5{margin-left:1.25rem!important;margin-right:1.25rem!important}.\!mx-52{margin-left:13rem!important;margin-right:13rem!important}.\!mx-56{margin-left:14rem!important;margin-right:14rem!important}.\!mx-6{margin-left:1.5rem!important;margin-right:1.5rem!important}.\!mx-60{margin-left:15rem!important;margin-right:15rem!important}.\!mx-64{margin-left:16rem!important;margin-right:16rem!important}.\!mx-7{margin-left:1.75rem!important;margin-right:1.75rem!important}.\!mx-72{margin-left:18rem!important;margin-right:18rem!important}.\!mx-8{margin-left:2rem!important;margin-right:2rem!important}.\!mx-80{margin-left:20rem!important;margin-right:20rem!important}.\!mx-9{margin-left:2.25rem!important;margin-right:2.25rem!important}.\!mx-96{margin-left:24rem!important;margin-right:24rem!important}.\!my-0{margin-top:0!important;margin-bottom:0!important}.\!my-0\.5{margin-top:.125rem!important;margin-bottom:.125rem!important}.\!my-1{margin-top:.25rem!important;margin-bottom:.25rem!important}.\!my-1\.5{margin-top:.375rem!important;margin-bottom:.375rem!important}.\!my-10{margin-top:2.5rem!important;margin-bottom:2.5rem!important}.\!my-11{margin-top:2.75rem!important;margin-bottom:2.75rem!important}.\!my-12{margin-top:3rem!important;margin-bottom:3rem!important}.\!my-14{margin-top:3.5rem!important;margin-bottom:3.5rem!important}.\!my-16{margin-top:4rem!important;margin-bottom:4rem!important}.\!my-2{margin-top:.5rem!important;margin-bottom:.5rem!important}.\!my-2\.5{margin-top:.625rem!important;margin-bottom:.625rem!important}.\!my-20{margin-top:5rem!important;margin-bottom:5rem!important}.\!my-24{margin-top:6rem!important;margin-bottom:6rem!important}.\!my-28{margin-top:7rem!important;margin-bottom:7rem!important}.\!my-3{margin-top:.75rem!important;margin-bottom:.75rem!important}.\!my-3\.5{margin-top:.875rem!important;margin-bottom:.875rem!important}.\!my-32{margin-top:8rem!important;margin-bottom:8rem!important}.\!my-36{margin-top:9rem!important;margin-bottom:9rem!important}.\!my-4{margin-top:1rem!important;margin-bottom:1rem!important}.\!my-40{margin-top:10rem!important;margin-bottom:10rem!important}.\!my-44{margin-top:11rem!important;margin-bottom:11rem!important}.\!my-48{margin-top:12rem!important;margin-bottom:12rem!important}.\!my-5{margin-top:1.25rem!important;margin-bottom:1.25rem!important}.\!my-52{margin-top:13rem!important;margin-bottom:13rem!important}.\!my-56{margin-top:14rem!important;margin-bottom:14rem!important}.\!my-6{margin-top:1.5rem!important;margin-bottom:1.5rem!important}.\!my-60{margin-top:15rem!important;margin-bottom:15rem!important}.\!my-64{margin-top:16rem!important;margin-bottom:16rem!important}.\!my-7{margin-top:1.75rem!important;margin-bottom:1.75rem!important}.\!my-72{margin-top:18rem!important;margin-bottom:18rem!important}.\!my-8{margin-top:2rem!important;margin-bottom:2rem!important}.\!my-80{margin-top:20rem!important;margin-bottom:20rem!important}.\!my-9{margin-top:2.25rem!important;margin-bottom:2.25rem!important}.\!my-96{margin-top:24rem!important;margin-bottom:24rem!important}.-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-\[6rem\]{margin-left:-6rem;margin-right:-6rem}.-mx-gutter{margin-left:-.5rem;margin-right:-.5rem}.-mx-px{margin-left:-1px;margin-right:-1px}.mx-0{margin-left:0;margin-right:0}.mx-0\.5{margin-left:.125rem;margin-right:.125rem}.mx-1{margin-left:.25rem;margin-right:.25rem}.mx-1\.5{margin-left:.375rem;margin-right:.375rem}.mx-10{margin-left:2.5rem;margin-right:2.5rem}.mx-11{margin-left:2.75rem;margin-right:2.75rem}.mx-12{margin-left:3rem;margin-right:3rem}.mx-14{margin-left:3.5rem;margin-right:3.5rem}.mx-16{margin-left:4rem;margin-right:4rem}.mx-2{margin-left:.5rem;margin-right:.5rem}.mx-2\.5{margin-left:.625rem;margin-right:.625rem}.mx-20{margin-left:5rem;margin-right:5rem}.mx-24{margin-left:6rem;margin-right:6rem}.mx-28{margin-left:7rem;margin-right:7rem}.mx-3{margin-left:.75rem;margin-right:.75rem}.mx-3\.5{margin-left:.875rem;margin-right:.875rem}.mx-32{margin-left:8rem;margin-right:8rem}.mx-36{margin-left:9rem;margin-right:9rem}.mx-4{margin-left:1rem;margin-right:1rem}.mx-40{margin-left:10rem;margin-right:10rem}.mx-44{margin-left:11rem;margin-right:11rem}.mx-48{margin-left:12rem;margin-right:12rem}.mx-5{margin-left:1.25rem;margin-right:1.25rem}.mx-52{margin-left:13rem;margin-right:13rem}.mx-56{margin-left:14rem;margin-right:14rem}.mx-6{margin-left:1.5rem;margin-right:1.5rem}.mx-60{margin-left:15rem;margin-right:15rem}.mx-64{margin-left:16rem;margin-right:16rem}.mx-7{margin-left:1.75rem;margin-right:1.75rem}.mx-72{margin-left:18rem;margin-right:18rem}.mx-8{margin-left:2rem;margin-right:2rem}.mx-80{margin-left:20rem;margin-right:20rem}.mx-9{margin-left:2.25rem;margin-right:2.25rem}.mx-96{margin-left:24rem;margin-right:24rem}.mx-auto{margin-left:auto;margin-right:auto}.my-0{margin-top:0;margin-bottom:0}.my-0\.5{margin-top:.125rem;margin-bottom:.125rem}.my-1{margin-top:.25rem;margin-bottom:.25rem}.my-1\.5{margin-top:.375rem;margin-bottom:.375rem}.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-2{margin-top:.5rem;margin-bottom:.5rem}.my-2\.5{margin-top:.625rem;margin-bottom:.625rem}.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-3{margin-top:.75rem;margin-bottom:.75rem}.my-3\.5{margin-top:.875rem;margin-bottom:.875rem}.my-32{margin-top:8rem;margin-bottom:8rem}.my-36{margin-top:9rem;margin-bottom:9rem}.my-4{margin-top:1rem;margin-bottom:1rem}.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-5{margin-top:1.25rem;margin-bottom:1.25rem}.my-52{margin-top:13rem;margin-bottom:13rem}.my-56{margin-top:14rem;margin-bottom:14rem}.my-6{margin-top:1.5rem;margin-bottom:1.5rem}.my-60{margin-top:15rem;margin-bottom:15rem}.my-64{margin-top:16rem;margin-bottom:16rem}.my-7{margin-top:1.75rem;margin-bottom:1.75rem}.my-72{margin-top:18rem;margin-bottom:18rem}.my-8{margin-top:2rem;margin-bottom:2rem}.my-80{margin-top:20rem;margin-bottom:20rem}.my-9{margin-top:2.25rem;margin-bottom:2.25rem}.my-96{margin-top:24rem;margin-bottom:24rem}.\!mb-0{margin-bottom:0!important}.\!mb-0\.5{margin-bottom:.125rem!important}.\!mb-1{margin-bottom:.25rem!important}.\!mb-1\.5{margin-bottom:.375rem!important}.\!mb-10{margin-bottom:2.5rem!important}.\!mb-11{margin-bottom:2.75rem!important}.\!mb-12{margin-bottom:3rem!important}.\!mb-14{margin-bottom:3.5rem!important}.\!mb-16{margin-bottom:4rem!important}.\!mb-2{margin-bottom:.5rem!important}.\!mb-2\.5{margin-bottom:.625rem!important}.\!mb-20{margin-bottom:5rem!important}.\!mb-24{margin-bottom:6rem!important}.\!mb-28{margin-bottom:7rem!important}.\!mb-3{margin-bottom:.75rem!important}.\!mb-3\.5{margin-bottom:.875rem!important}.\!mb-32{margin-bottom:8rem!important}.\!mb-36{margin-bottom:9rem!important}.\!mb-4{margin-bottom:1rem!important}.\!mb-40{margin-bottom:10rem!important}.\!mb-44{margin-bottom:11rem!important}.\!mb-48{margin-bottom:12rem!important}.\!mb-5{margin-bottom:1.25rem!important}.\!mb-52{margin-bottom:13rem!important}.\!mb-56{margin-bottom:14rem!important}.\!mb-6{margin-bottom:1.5rem!important}.\!mb-60{margin-bottom:15rem!important}.\!mb-64{margin-bottom:16rem!important}.\!mb-7{margin-bottom:1.75rem!important}.\!mb-72{margin-bottom:18rem!important}.\!mb-8{margin-bottom:2rem!important}.\!mb-80{margin-bottom:20rem!important}.\!mb-9{margin-bottom:2.25rem!important}.\!mb-96{margin-bottom:24rem!important}.\!me-0{margin-inline-end:0!important}.\!me-0\.5{margin-inline-end:.125rem!important}.\!me-1{margin-inline-end:.25rem!important}.\!me-1\.5{margin-inline-end:.375rem!important}.\!me-10{margin-inline-end:2.5rem!important}.\!me-11{margin-inline-end:2.75rem!important}.\!me-12{margin-inline-end:3rem!important}.\!me-14{margin-inline-end:3.5rem!important}.\!me-16{margin-inline-end:4rem!important}.\!me-2{margin-inline-end:.5rem!important}.\!me-2\.5{margin-inline-end:.625rem!important}.\!me-20{margin-inline-end:5rem!important}.\!me-24{margin-inline-end:6rem!important}.\!me-28{margin-inline-end:7rem!important}.\!me-3{margin-inline-end:.75rem!important}.\!me-3\.5{margin-inline-end:.875rem!important}.\!me-32{margin-inline-end:8rem!important}.\!me-36{margin-inline-end:9rem!important}.\!me-4{margin-inline-end:1rem!important}.\!me-40{margin-inline-end:10rem!important}.\!me-44{margin-inline-end:11rem!important}.\!me-48{margin-inline-end:12rem!important}.\!me-5{margin-inline-end:1.25rem!important}.\!me-52{margin-inline-end:13rem!important}.\!me-56{margin-inline-end:14rem!important}.\!me-6{margin-inline-end:1.5rem!important}.\!me-60{margin-inline-end:15rem!important}.\!me-64{margin-inline-end:16rem!important}.\!me-7{margin-inline-end:1.75rem!important}.\!me-72{margin-inline-end:18rem!important}.\!me-8{margin-inline-end:2rem!important}.\!me-80{margin-inline-end:20rem!important}.\!me-9{margin-inline-end:2.25rem!important}.\!me-96{margin-inline-end:24rem!important}.\!ml-0{margin-left:0!important}.\!ml-0\.5{margin-left:.125rem!important}.\!ml-1{margin-left:.25rem!important}.\!ml-1\.5{margin-left:.375rem!important}.\!ml-10{margin-left:2.5rem!important}.\!ml-11{margin-left:2.75rem!important}.\!ml-12{margin-left:3rem!important}.\!ml-14{margin-left:3.5rem!important}.\!ml-16{margin-left:4rem!important}.\!ml-2{margin-left:.5rem!important}.\!ml-2\.5{margin-left:.625rem!important}.\!ml-20{margin-left:5rem!important}.\!ml-24{margin-left:6rem!important}.\!ml-28{margin-left:7rem!important}.\!ml-3{margin-left:.75rem!important}.\!ml-3\.5{margin-left:.875rem!important}.\!ml-32{margin-left:8rem!important}.\!ml-36{margin-left:9rem!important}.\!ml-4{margin-left:1rem!important}.\!ml-40{margin-left:10rem!important}.\!ml-44{margin-left:11rem!important}.\!ml-48{margin-left:12rem!important}.\!ml-5{margin-left:1.25rem!important}.\!ml-52{margin-left:13rem!important}.\!ml-56{margin-left:14rem!important}.\!ml-6{margin-left:1.5rem!important}.\!ml-60{margin-left:15rem!important}.\!ml-64{margin-left:16rem!important}.\!ml-7{margin-left:1.75rem!important}.\!ml-72{margin-left:18rem!important}.\!ml-8{margin-left:2rem!important}.\!ml-80{margin-left:20rem!important}.\!ml-9{margin-left:2.25rem!important}.\!ml-96{margin-left:24rem!important}.\!mr-0{margin-right:0!important}.\!mr-0\.5{margin-right:.125rem!important}.\!mr-1{margin-right:.25rem!important}.\!mr-1\.5{margin-right:.375rem!important}.\!mr-10{margin-right:2.5rem!important}.\!mr-11{margin-right:2.75rem!important}.\!mr-12{margin-right:3rem!important}.\!mr-14{margin-right:3.5rem!important}.\!mr-16{margin-right:4rem!important}.\!mr-2{margin-right:.5rem!important}.\!mr-2\.5{margin-right:.625rem!important}.\!mr-20{margin-right:5rem!important}.\!mr-24{margin-right:6rem!important}.\!mr-28{margin-right:7rem!important}.\!mr-3{margin-right:.75rem!important}.\!mr-3\.5{margin-right:.875rem!important}.\!mr-32{margin-right:8rem!important}.\!mr-36{margin-right:9rem!important}.\!mr-4{margin-right:1rem!important}.\!mr-40{margin-right:10rem!important}.\!mr-44{margin-right:11rem!important}.\!mr-48{margin-right:12rem!important}.\!mr-5{margin-right:1.25rem!important}.\!mr-52{margin-right:13rem!important}.\!mr-56{margin-right:14rem!important}.\!mr-6{margin-right:1.5rem!important}.\!mr-60{margin-right:15rem!important}.\!mr-64{margin-right:16rem!important}.\!mr-7{margin-right:1.75rem!important}.\!mr-72{margin-right:18rem!important}.\!mr-8{margin-right:2rem!important}.\!mr-80{margin-right:20rem!important}.\!mr-9{margin-right:2.25rem!important}.\!mr-96{margin-right:24rem!important}.\!ms-0{margin-inline-start:0!important}.\!ms-0\.5{margin-inline-start:.125rem!important}.\!ms-1{margin-inline-start:.25rem!important}.\!ms-1\.5{margin-inline-start:.375rem!important}.\!ms-10{margin-inline-start:2.5rem!important}.\!ms-11{margin-inline-start:2.75rem!important}.\!ms-12{margin-inline-start:3rem!important}.\!ms-14{margin-inline-start:3.5rem!important}.\!ms-16{margin-inline-start:4rem!important}.\!ms-2{margin-inline-start:.5rem!important}.\!ms-2\.5{margin-inline-start:.625rem!important}.\!ms-20{margin-inline-start:5rem!important}.\!ms-24{margin-inline-start:6rem!important}.\!ms-28{margin-inline-start:7rem!important}.\!ms-3{margin-inline-start:.75rem!important}.\!ms-3\.5{margin-inline-start:.875rem!important}.\!ms-32{margin-inline-start:8rem!important}.\!ms-36{margin-inline-start:9rem!important}.\!ms-4{margin-inline-start:1rem!important}.\!ms-40{margin-inline-start:10rem!important}.\!ms-44{margin-inline-start:11rem!important}.\!ms-48{margin-inline-start:12rem!important}.\!ms-5{margin-inline-start:1.25rem!important}.\!ms-52{margin-inline-start:13rem!important}.\!ms-56{margin-inline-start:14rem!important}.\!ms-6{margin-inline-start:1.5rem!important}.\!ms-60{margin-inline-start:15rem!important}.\!ms-64{margin-inline-start:16rem!important}.\!ms-7{margin-inline-start:1.75rem!important}.\!ms-72{margin-inline-start:18rem!important}.\!ms-8{margin-inline-start:2rem!important}.\!ms-80{margin-inline-start:20rem!important}.\!ms-9{margin-inline-start:2.25rem!important}.\!ms-96{margin-inline-start:24rem!important}.\!mt-0{margin-top:0!important}.\!mt-0\.5{margin-top:.125rem!important}.\!mt-1{margin-top:.25rem!important}.\!mt-1\.5{margin-top:.375rem!important}.\!mt-10{margin-top:2.5rem!important}.\!mt-11{margin-top:2.75rem!important}.\!mt-12{margin-top:3rem!important}.\!mt-14{margin-top:3.5rem!important}.\!mt-16{margin-top:4rem!important}.\!mt-2{margin-top:.5rem!important}.\!mt-2\.5{margin-top:.625rem!important}.\!mt-20{margin-top:5rem!important}.\!mt-24{margin-top:6rem!important}.\!mt-28{margin-top:7rem!important}.\!mt-3{margin-top:.75rem!important}.\!mt-3\.5{margin-top:.875rem!important}.\!mt-32{margin-top:8rem!important}.\!mt-36{margin-top:9rem!important}.\!mt-4{margin-top:1rem!important}.\!mt-40{margin-top:10rem!important}.\!mt-44{margin-top:11rem!important}.\!mt-48{margin-top:12rem!important}.\!mt-5{margin-top:1.25rem!important}.\!mt-52{margin-top:13rem!important}.\!mt-56{margin-top:14rem!important}.\!mt-6{margin-top:1.5rem!important}.\!mt-60{margin-top:15rem!important}.\!mt-64{margin-top:16rem!important}.\!mt-7{margin-top:1.75rem!important}.\!mt-72{margin-top:18rem!important}.\!mt-8{margin-top:2rem!important}.\!mt-80{margin-top:20rem!important}.\!mt-9{margin-top:2.25rem!important}.\!mt-96{margin-top:24rem!important}.-mb-4{margin-bottom:-1rem}.-ml-4{margin-left:-1rem}.-mr-3{margin-right:-.75rem}.-mr-4{margin-right:-1rem}.mb-0{margin-bottom:0}.mb-0\.5{margin-bottom:.125rem}.mb-1{margin-bottom:.25rem}.mb-1\.5{margin-bottom:.375rem}.mb-10{margin-bottom:2.5rem}.mb-11{margin-bottom:2.75rem}.mb-12{margin-bottom:3rem}.mb-14{margin-bottom:3.5rem}.mb-16{margin-bottom:4rem}.mb-2{margin-bottom:.5rem}.mb-2\.5{margin-bottom:.625rem}.mb-20{margin-bottom:5rem}.mb-24{margin-bottom:6rem}.mb-28{margin-bottom:7rem}.mb-3{margin-bottom:.75rem}.mb-3\.5{margin-bottom:.875rem}.mb-32{margin-bottom:8rem}.mb-36{margin-bottom:9rem}.mb-4{margin-bottom:1rem}.mb-40{margin-bottom:10rem}.mb-44{margin-bottom:11rem}.mb-48{margin-bottom:12rem}.mb-5{margin-bottom:1.25rem}.mb-52{margin-bottom:13rem}.mb-56{margin-bottom:14rem}.mb-6{margin-bottom:1.5rem}.mb-60{margin-bottom:15rem}.mb-64{margin-bottom:16rem}.mb-7{margin-bottom:1.75rem}.mb-72{margin-bottom:18rem}.mb-8{margin-bottom:2rem}.mb-80{margin-bottom:20rem}.mb-9{margin-bottom:2.25rem}.mb-96{margin-bottom:24rem}.me-0{margin-inline-end:0}.me-0\.5{margin-inline-end:.125rem}.me-1{margin-inline-end:.25rem}.me-1\.5{margin-inline-end:.375rem}.me-10{margin-inline-end:2.5rem}.me-11{margin-inline-end:2.75rem}.me-12{margin-inline-end:3rem}.me-14{margin-inline-end:3.5rem}.me-16{margin-inline-end:4rem}.me-2{margin-inline-end:.5rem}.me-2\.5{margin-inline-end:.625rem}.me-20{margin-inline-end:5rem}.me-24{margin-inline-end:6rem}.me-28{margin-inline-end:7rem}.me-3{margin-inline-end:.75rem}.me-3\.5{margin-inline-end:.875rem}.me-32{margin-inline-end:8rem}.me-36{margin-inline-end:9rem}.me-4{margin-inline-end:1rem}.me-40{margin-inline-end:10rem}.me-44{margin-inline-end:11rem}.me-48{margin-inline-end:12rem}.me-5{margin-inline-end:1.25rem}.me-52{margin-inline-end:13rem}.me-56{margin-inline-end:14rem}.me-6{margin-inline-end:1.5rem}.me-60{margin-inline-end:15rem}.me-64{margin-inline-end:16rem}.me-7{margin-inline-end:1.75rem}.me-72{margin-inline-end:18rem}.me-8{margin-inline-end:2rem}.me-80{margin-inline-end:20rem}.me-9{margin-inline-end:2.25rem}.me-96{margin-inline-end:24rem}.ml-0{margin-left:0}.ml-0\.5{margin-left:.125rem}.ml-1{margin-left:.25rem}.ml-1\.5{margin-left:.375rem}.ml-10{margin-left:2.5rem}.ml-11{margin-left:2.75rem}.ml-12{margin-left:3rem}.ml-14{margin-left:3.5rem}.ml-16{margin-left:4rem}.ml-2{margin-left:.5rem}.ml-2\.5{margin-left:.625rem}.ml-20{margin-left:5rem}.ml-24{margin-left:6rem}.ml-28{margin-left:7rem}.ml-3{margin-left:.75rem}.ml-3\.5{margin-left:.875rem}.ml-32{margin-left:8rem}.ml-36{margin-left:9rem}.ml-4{margin-left:1rem}.ml-40{margin-left:10rem}.ml-44{margin-left:11rem}.ml-48{margin-left:12rem}.ml-5{margin-left:1.25rem}.ml-52{margin-left:13rem}.ml-56{margin-left:14rem}.ml-6{margin-left:1.5rem}.ml-60{margin-left:15rem}.ml-64{margin-left:16rem}.ml-7{margin-left:1.75rem}.ml-72{margin-left:18rem}.ml-8{margin-left:2rem}.ml-80{margin-left:20rem}.ml-9{margin-left:2.25rem}.ml-96{margin-left:24rem}.ml-auto{margin-left:auto}.mr-0{margin-right:0}.mr-0\.5{margin-right:.125rem}.mr-1{margin-right:.25rem}.mr-1\.5{margin-right:.375rem}.mr-10{margin-right:2.5rem}.mr-11{margin-right:2.75rem}.mr-12{margin-right:3rem}.mr-14{margin-right:3.5rem}.mr-16{margin-right:4rem}.mr-2{margin-right:.5rem}.mr-2\.5{margin-right:.625rem}.mr-20{margin-right:5rem}.mr-24{margin-right:6rem}.mr-28{margin-right:7rem}.mr-3{margin-right:.75rem}.mr-3\.5{margin-right:.875rem}.mr-32{margin-right:8rem}.mr-36{margin-right:9rem}.mr-4{margin-right:1rem}.mr-40{margin-right:10rem}.mr-44{margin-right:11rem}.mr-48{margin-right:12rem}.mr-5{margin-right:1.25rem}.mr-52{margin-right:13rem}.mr-56{margin-right:14rem}.mr-6{margin-right:1.5rem}.mr-60{margin-right:15rem}.mr-64{margin-right:16rem}.mr-7{margin-right:1.75rem}.mr-72{margin-right:18rem}.mr-8{margin-right:2rem}.mr-80{margin-right:20rem}.mr-9{margin-right:2.25rem}.mr-96{margin-right:24rem}.mr-auto{margin-right:auto}.ms-0{margin-inline-start:0}.ms-0\.5{margin-inline-start:.125rem}.ms-1{margin-inline-start:.25rem}.ms-1\.5{margin-inline-start:.375rem}.ms-10{margin-inline-start:2.5rem}.ms-11{margin-inline-start:2.75rem}.ms-12{margin-inline-start:3rem}.ms-14{margin-inline-start:3.5rem}.ms-16{margin-inline-start:4rem}.ms-2{margin-inline-start:.5rem}.ms-2\.5{margin-inline-start:.625rem}.ms-20{margin-inline-start:5rem}.ms-24{margin-inline-start:6rem}.ms-28{margin-inline-start:7rem}.ms-3{margin-inline-start:.75rem}.ms-3\.5{margin-inline-start:.875rem}.ms-32{margin-inline-start:8rem}.ms-36{margin-inline-start:9rem}.ms-4{margin-inline-start:1rem}.ms-40{margin-inline-start:10rem}.ms-44{margin-inline-start:11rem}.ms-48{margin-inline-start:12rem}.ms-5{margin-inline-start:1.25rem}.ms-52{margin-inline-start:13rem}.ms-56{margin-inline-start:14rem}.ms-6{margin-inline-start:1.5rem}.ms-60{margin-inline-start:15rem}.ms-64{margin-inline-start:16rem}.ms-7{margin-inline-start:1.75rem}.ms-72{margin-inline-start:18rem}.ms-8{margin-inline-start:2rem}.ms-80{margin-inline-start:20rem}.ms-9{margin-inline-start:2.25rem}.ms-96{margin-inline-start:24rem}.mt-0{margin-top:0}.mt-0\.5{margin-top:.125rem}.mt-1{margin-top:.25rem}.mt-1\.5{margin-top:.375rem}.mt-10{margin-top:2.5rem}.mt-11{margin-top:2.75rem}.mt-12{margin-top:3rem}.mt-14{margin-top:3.5rem}.mt-16{margin-top:4rem}.mt-2{margin-top:.5rem}.mt-2\.5{margin-top:.625rem}.mt-20{margin-top:5rem}.mt-24{margin-top:6rem}.mt-28{margin-top:7rem}.mt-3{margin-top:.75rem}.mt-3\.5{margin-top:.875rem}.mt-32{margin-top:8rem}.mt-36{margin-top:9rem}.mt-4{margin-top:1rem}.mt-40{margin-top:10rem}.mt-44{margin-top:11rem}.mt-48{margin-top:12rem}.mt-5{margin-top:1.25rem}.mt-52{margin-top:13rem}.mt-56{margin-top:14rem}.mt-6{margin-top:1.5rem}.mt-60{margin-top:15rem}.mt-64{margin-top:16rem}.mt-7{margin-top:1.75rem}.mt-72{margin-top:18rem}.mt-8{margin-top:2rem}.mt-80{margin-top:20rem}.mt-9{margin-top:2.25rem}.mt-96{margin-top:24rem}.mt-auto{margin-top:auto}.line-clamp-1{-webkit-line-clamp:1}.line-clamp-1,.line-clamp-2{overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical}.line-clamp-2{-webkit-line-clamp:2}.line-clamp-5{overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:5}.\!block{display:block!important}.block{display:block}.inline-block{display:inline-block}.flex{display:flex}.inline-flex{display:inline-flex}.table{display:table}.grid{display:grid}.contents{display:contents}.list-item{display:list-item}.hidden{display:none}.aspect-video{aspect-ratio:16/9}.\!h-\[17\.6875rem\]{height:17.6875rem!important}.\!h-\[unset\]{height:unset!important}.\!h-auto{height:auto!important}.\!h-full{height:100%!important}.h-0{height:0}.h-0\.5{height:.125rem}.h-1{height:.25rem}.h-1\.5{height:.375rem}.h-1\/2{height:50%}.h-1\/3{height:33.333333%}.h-1\/4{height:25%}.h-1\/5{height:20%}.h-1\/6{height:16.666667%}.h-10{height:2.5rem}.h-11{height:2.75rem}.h-12{height:3rem}.h-14{height:3.5rem}.h-16{height:4rem}.h-18{height:4.5rem}.h-2{height:.5rem}.h-2\.5{height:.625rem}.h-2\/3{height:66.666667%}.h-2\/4{height:50%}.h-2\/5{height:40%}.h-2\/6{height:33.333333%}.h-20{height:5rem}.h-22{height:5.5rem}.h-24{height:6rem}.h-26{height:6.5rem}.h-28{height:7rem}.h-3{height:.75rem}.h-3\.5{height:.875rem}.h-3\/4{height:75%}.h-3\/5{height:60%}.h-3\/6{height:50%}.h-32{height:8rem}.h-35{height:8.8rem}.h-36{height:9rem}.h-4{height:1rem}.h-4\/5{height:80%}.h-4\/6{height:66.666667%}.h-40{height:10rem}.h-44{height:11rem}.h-48{height:12rem}.h-5{height:1.25rem}.h-5\/6{height:83.333333%}.h-52{height:13rem}.h-56{height:14rem}.h-6{height:1.5rem}.h-60{height:15rem}.h-64{height:16rem}.h-7{height:1.75rem}.h-72{height:18rem}.h-8{height:2rem}.h-80{height:20rem}.h-9{height:2.25rem}.h-96{height:24rem}.h-\[1\.75rem\]{height:1.75rem}.h-\[1\.796875rem\]{height:1.796875rem}.h-\[1\.8125em\]{height:1.8125em}.h-\[10vh\]{height:10vh}.h-\[15\.725rem\]{height:15.725rem}.h-\[2\.375rem\]{height:2.375rem}.h-\[20px\]{height:20px}.h-\[3\.125rem\]{height:3.125rem}.h-\[3\.938rem\]{height:3.938rem}.h-\[342px\]{height:342px}.h-\[40px\]{height:40px}.h-\[446px\]{height:446px}.h-\[calc\(100vh-\(var\(--header-height\)\)\)\]{height:calc(100vh - (var(--header-height)))}.h-auto{height:auto}.h-full{height:100%}.h-screen{height:100vh}.\!max-h-full{max-height:100%!important}.max-h-\[31\.125rem\]{max-height:31.125rem}.max-h-\[35vh\]{max-height:35vh}.max-h-\[45vh\]{max-height:45vh}.min-h-\[100vh\]{min-height:100vh}.min-h-\[10rem\]{min-height:10rem}.min-h-\[2\.5rem\]{min-height:2.5rem}.min-h-\[3rem\]{min-height:3rem}.min-h-\[50vh\]{min-height:50vh}.min-h-full{min-height:100%}.\!w-20{width:5rem!important}.\!w-6{width:1.5rem!important}.\!w-7\/12{width:58.333333%!important}.\!w-auto{width:auto!important}.\!w-full{width:100%!important}.w-0{width:0}.w-1\/2{width:50%}.w-1\/3{width:33.333333%}.w-10{width:2.5rem}.w-12{width:3rem}.w-14{width:3.5rem}.w-17{width:3.75rem}.w-2{width:.5rem}.w-2\.5{width:.625rem}.w-2\/3{width:66.666667%}.w-20{width:5rem}.w-24{width:6rem}.w-3\/12{width:25%}.w-3\/5{width:60%}.w-4{width:1rem}.w-40{width:10rem}.w-5{width:1.25rem}.w-5\/12{width:41.666667%}.w-6{width:1.5rem}.w-7{width:1.75rem}.w-8{width:2rem}.w-8\/12{width:66.666667%}.w-9{width:2.25rem}.w-\[1\%\]{width:1%}.w-\[1\.75rem\]{width:1.75rem}.w-\[15\.725rem\]{width:15.725rem}.w-\[21rem\]{width:21rem}.w-\[3\.625em\]{width:3.625em}.w-\[4\.375rem\]{width:4.375rem}.w-\[40\%\]{width:40%}.w-\[65\.087\%\]{width:65.087%}.w-\[67\.5\%\]{width:67.5%}.w-\[6rem\]{width:6rem}.w-\[75\%\]{width:75%}.w-\[76\.92\%\]{width:76.92%}.w-\[81\.286\%\]{width:81.286%}.w-\[95vw\]{width:95vw}.w-\[min\(100\%\2c 50rem\)\]{width:min(100%,50rem)}.w-auto{width:auto}.w-full{width:100%}.w-screen{width:100vw}.min-w-0{min-width:0}.min-w-\[11\.875rem\]{min-width:11.875rem}.min-w-\[15rem\]{min-width:15rem}.min-w-full{min-width:100%}.max-w-\[150px\]{max-width:150px}.max-w-\[82\.5\%\]{max-width:82.5%}.max-w-full{max-width:100%}.flex-1{flex:1 1 0%}.flex-auto{flex:1 1 auto}.flex-none{flex:none}.flex-shrink{flex-shrink:1}.flex-shrink-0{flex-shrink:0}.flex-grow{flex-grow:1}.flex-grow-0{flex-grow:0}.basis-\[65\.087\%\]{flex-basis:65.087%}.\!translate-x-0{--tw-translate-x:0px!important;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))!important}.-translate-x-1\/2{--tw-translate-x:-50%}.-translate-x-1\/2,.-translate-y-1\/2{transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.-translate-y-1\/2{--tw-translate-y:-50%}.translate-x-1\/2{--tw-translate-x:50%}.translate-x-1\/2,.translate-y-full{transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.translate-y-full{--tw-translate-y:100%}.-rotate-180{--tw-rotate:-180deg}.-rotate-180,.-rotate-90{transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.-rotate-90{--tw-rotate:-90deg}.rotate-180{--tw-rotate:180deg}.rotate-180,.rotate-90{transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.rotate-90{--tw-rotate:90deg}.scale-50{--tw-scale-x:0.5;--tw-scale-y:0.5}.scale-50,.scale-75{transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.scale-75{--tw-scale-x:0.75;--tw-scale-y:0.75}.transform{transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.transform-gpu{transform:translate3d(var(--tw-translate-x),var(--tw-translate-y),0) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}@keyframes bounce{0%,to{transform:translateY(-25%);animation-timing-function:cubic-bezier(.8,0,1,1)}50%{transform:none;animation-timing-function:cubic-bezier(0,0,.2,1)}}.animate-bounce{animation:bounce 1s infinite}@keyframes pulse{50%{opacity:.5}}.animate-pulse{animation:pulse 2s cubic-bezier(.4,0,.6,1) infinite}@keyframes slide-left{0%{transform:translateX(100%)}to{transform:translateX(0)}}.animate-slide-left{animation:slide-left .2s}.cursor-default{cursor:default}.cursor-not-allowed{cursor:not-allowed}.cursor-pointer{cursor:pointer}.select-none{-webkit-user-select:none;-moz-user-select:none;user-select:none}.resize-none{resize:none}.resize{resize:both}.list-inside{list-style-position:inside}.\!list-none{list-style-type:none!important}.list-disc{list-style-type:disc}.appearance-none{-webkit-appearance:none;-moz-appearance:none;appearance:none}.grid-flow-row{grid-auto-flow:row}.grid-cols-12{grid-template-columns:repeat(12,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-rows-\[0fr\]{grid-template-rows:0fr}.grid-rows-\[1fr\]{grid-template-rows:1fr}.flex-col{flex-direction:column}.flex-wrap{flex-wrap:wrap}.flex-nowrap{flex-wrap:nowrap}.items-start{align-items:flex-start}.items-end{align-items:flex-end}.items-center{align-items:center}.items-stretch{align-items:stretch}.justify-end{justify-content:flex-end}.justify-center{justify-content:center}.justify-between{justify-content:space-between}.justify-around{justify-content:space-around}.justify-stretch{justify-content:stretch}.gap-1{gap:.25rem}.gap-2{gap:.5rem}.gap-3{gap:.75rem}.gap-4{gap:1rem}.gap-y-2{row-gap:.5rem}.gap-y-3{row-gap:.75rem}.gap-y-9{row-gap:2.25rem}.space-y-8>:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-top:calc(2rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(2rem * var(--tw-space-y-reverse))}.divide-x-2>:not([hidden])~:not([hidden]){--tw-divide-x-reverse:0;border-right-width:calc(2px * var(--tw-divide-x-reverse));border-left-width:calc(2px * calc(1 - var(--tw-divide-x-reverse)))}.divide-gray-200>:not([hidden])~:not([hidden]){--tw-divide-opacity:1;border-color:rgb(221 221 221/var(--tw-divide-opacity,1))}.self-end{align-self:flex-end}.self-center{align-self:center}.overflow-auto{overflow:auto}.\!overflow-hidden{overflow:hidden!important}.overflow-hidden{overflow:hidden}.overflow-x-auto{overflow-x:auto}.overflow-y-auto{overflow-y:auto}.overflow-y-hidden{overflow-y:hidden}.truncate{overflow:hidden;white-space:nowrap}.overflow-ellipsis,.text-ellipsis,.truncate{text-overflow:ellipsis}.hyphens-auto{-webkit-hyphens:auto;hyphens:auto}.whitespace-nowrap{white-space:nowrap}.whitespace-break-spaces{white-space:break-spaces}.\!rounded-none{border-radius:0!important}.rounded{border-radius:.25rem}.rounded-full{border-radius:9999px}.rounded-lg{border-radius:.5rem}.rounded-sm{border-radius:.125rem}.rounded-b{border-bottom-right-radius:.25rem;border-bottom-left-radius:.25rem}.\!border{border-width:1px!important}.\!border-0{border-width:0!important}.border,.border-\[1px\]{border-width:1px}.border-x{border-left-width:1px;border-right-width:1px}.border-y{border-top-width:1px;border-bottom-width:1px}.\!border-t-0{border-top-width:0!important}.border-b{border-bottom-width:1px}.border-b-2{border-bottom-width:2px}.border-b-4{border-bottom-width:4px}.border-l{border-left-width:1px}.border-t{border-top-width:1px}.border-none{border-style:none}.\!border-loyalty{--tw-border-opacity:1!important;border-color:rgb(6 45 72/var(--tw-border-opacity,1))!important}.\!border-red-400{--tw-border-opacity:1!important;border-color:rgb(248 113 113/var(--tw-border-opacity,1))!important}.\!border-red-500{--tw-border-opacity:1!important;border-color:rgb(239 68 68/var(--tw-border-opacity,1))!important}.border-\[\#757575\]{--tw-border-opacity:1;border-color:rgb(117 117 117/var(--tw-border-opacity,1))}.border-black{--tw-border-opacity:1;border-color:rgb(0 0 0/var(--tw-border-opacity,1))}.border-gray{--tw-border-opacity:1;border-color:rgb(156 155 155/var(--tw-border-opacity,1))}.border-gray-200{--tw-border-opacity:1;border-color:rgb(221 221 221/var(--tw-border-opacity,1))}.border-gray-50{--tw-border-opacity:1;border-color:rgb(249 250 251/var(--tw-border-opacity,1))}.border-light{--tw-border-opacity:1;border-color:rgb(156 155 155/var(--tw-border-opacity,1))}.border-loyalty{--tw-border-opacity:1;border-color:rgb(6 45 72/var(--tw-border-opacity,1))}.border-primary{--tw-border-opacity:1;border-color:rgb(38 38 38/var(--tw-border-opacity,1))}.border-red-400{--tw-border-opacity:1;border-color:rgb(248 113 113/var(--tw-border-opacity,1))}.border-red-500{--tw-border-opacity:1;border-color:rgb(239 68 68/var(--tw-border-opacity,1))}.border-secondary{--tw-border-opacity:1;border-color:rgb(130 164 177/var(--tw-border-opacity,1))}.border-white\/30{border-color:hsla(0,0%,100%,.3)}.border-b-gray-200{--tw-border-opacity:1;border-bottom-color:rgb(221 221 221/var(--tw-border-opacity,1))}.\!bg-cream{background-color:rgb(248 246 243/var(--tw-bg-opacity,1))!important}.\!bg-cream,.\!bg-loyalty{--tw-bg-opacity:1!important}.\!bg-loyalty{background-color:rgb(6 45 72/var(--tw-bg-opacity,1))!important}.\!bg-secondary{--tw-bg-opacity:1!important;background-color:rgb(130 164 177/var(--tw-bg-opacity,1))!important}.\!bg-transparent{background-color:transparent!important}.\!bg-white{--tw-bg-opacity:1!important;background-color:rgb(255 255 255/var(--tw-bg-opacity,1))!important}.bg-\[\#E7ECF1\]{--tw-bg-opacity:1;background-color:rgb(231 236 241/var(--tw-bg-opacity,1))}.bg-amber-100{--tw-bg-opacity:1;background-color:rgb(254 243 199/var(--tw-bg-opacity,1))}.bg-amber-100\/0{background-color:hsla(48,96%,89%,0)}.bg-amber-100\/10{background-color:hsla(48,96%,89%,.1)}.bg-amber-100\/100{background-color:#fef3c7}.bg-amber-100\/15{background-color:hsla(48,96%,89%,.15)}.bg-amber-100\/20{background-color:hsla(48,96%,89%,.2)}.bg-amber-100\/25{background-color:hsla(48,96%,89%,.25)}.bg-amber-100\/30{background-color:hsla(48,96%,89%,.3)}.bg-amber-100\/35{background-color:hsla(48,96%,89%,.35)}.bg-amber-100\/40{background-color:hsla(48,96%,89%,.4)}.bg-amber-100\/45{background-color:hsla(48,96%,89%,.45)}.bg-amber-100\/5{background-color:hsla(48,96%,89%,.05)}.bg-amber-100\/50{background-color:hsla(48,96%,89%,.5)}.bg-amber-100\/55{background-color:hsla(48,96%,89%,.55)}.bg-amber-100\/60{background-color:hsla(48,96%,89%,.6)}.bg-amber-100\/65{background-color:hsla(48,96%,89%,.65)}.bg-amber-100\/70{background-color:hsla(48,96%,89%,.7)}.bg-amber-100\/75{background-color:hsla(48,96%,89%,.75)}.bg-amber-100\/80{background-color:hsla(48,96%,89%,.8)}.bg-amber-100\/85{background-color:hsla(48,96%,89%,.85)}.bg-amber-100\/90{background-color:hsla(48,96%,89%,.9)}.bg-amber-100\/95{background-color:hsla(48,96%,89%,.95)}.bg-amber-200{--tw-bg-opacity:1;background-color:rgb(253 230 138/var(--tw-bg-opacity,1))}.bg-amber-200\/0{background-color:hsla(48,97%,77%,0)}.bg-amber-200\/10{background-color:hsla(48,97%,77%,.1)}.bg-amber-200\/100{background-color:#fde68a}.bg-amber-200\/15{background-color:hsla(48,97%,77%,.15)}.bg-amber-200\/20{background-color:hsla(48,97%,77%,.2)}.bg-amber-200\/25{background-color:hsla(48,97%,77%,.25)}.bg-amber-200\/30{background-color:hsla(48,97%,77%,.3)}.bg-amber-200\/35{background-color:hsla(48,97%,77%,.35)}.bg-amber-200\/40{background-color:hsla(48,97%,77%,.4)}.bg-amber-200\/45{background-color:hsla(48,97%,77%,.45)}.bg-amber-200\/5{background-color:hsla(48,97%,77%,.05)}.bg-amber-200\/50{background-color:hsla(48,97%,77%,.5)}.bg-amber-200\/55{background-color:hsla(48,97%,77%,.55)}.bg-amber-200\/60{background-color:hsla(48,97%,77%,.6)}.bg-amber-200\/65{background-color:hsla(48,97%,77%,.65)}.bg-amber-200\/70{background-color:hsla(48,97%,77%,.7)}.bg-amber-200\/75{background-color:hsla(48,97%,77%,.75)}.bg-amber-200\/80{background-color:hsla(48,97%,77%,.8)}.bg-amber-200\/85{background-color:hsla(48,97%,77%,.85)}.bg-amber-200\/90{background-color:hsla(48,97%,77%,.9)}.bg-amber-200\/95{background-color:hsla(48,97%,77%,.95)}.bg-amber-300{--tw-bg-opacity:1;background-color:rgb(252 211 77/var(--tw-bg-opacity,1))}.bg-amber-300\/0{background-color:rgba(252,211,77,0)}.bg-amber-300\/10{background-color:rgba(252,211,77,.1)}.bg-amber-300\/100{background-color:#fcd34d}.bg-amber-300\/15{background-color:rgba(252,211,77,.15)}.bg-amber-300\/20{background-color:rgba(252,211,77,.2)}.bg-amber-300\/25{background-color:rgba(252,211,77,.25)}.bg-amber-300\/30{background-color:rgba(252,211,77,.3)}.bg-amber-300\/35{background-color:rgba(252,211,77,.35)}.bg-amber-300\/40{background-color:rgba(252,211,77,.4)}.bg-amber-300\/45{background-color:rgba(252,211,77,.45)}.bg-amber-300\/5{background-color:rgba(252,211,77,.05)}.bg-amber-300\/50{background-color:rgba(252,211,77,.5)}.bg-amber-300\/55{background-color:rgba(252,211,77,.55)}.bg-amber-300\/60{background-color:rgba(252,211,77,.6)}.bg-amber-300\/65{background-color:rgba(252,211,77,.65)}.bg-amber-300\/70{background-color:rgba(252,211,77,.7)}.bg-amber-300\/75{background-color:rgba(252,211,77,.75)}.bg-amber-300\/80{background-color:rgba(252,211,77,.8)}.bg-amber-300\/85{background-color:rgba(252,211,77,.85)}.bg-amber-300\/90{background-color:rgba(252,211,77,.9)}.bg-amber-300\/95{background-color:rgba(252,211,77,.95)}.bg-amber-400{--tw-bg-opacity:1;background-color:rgb(251 191 36/var(--tw-bg-opacity,1))}.bg-amber-400\/0{background-color:rgba(251,191,36,0)}.bg-amber-400\/10{background-color:rgba(251,191,36,.1)}.bg-amber-400\/100{background-color:#fbbf24}.bg-amber-400\/15{background-color:rgba(251,191,36,.15)}.bg-amber-400\/20{background-color:rgba(251,191,36,.2)}.bg-amber-400\/25{background-color:rgba(251,191,36,.25)}.bg-amber-400\/30{background-color:rgba(251,191,36,.3)}.bg-amber-400\/35{background-color:rgba(251,191,36,.35)}.bg-amber-400\/40{background-color:rgba(251,191,36,.4)}.bg-amber-400\/45{background-color:rgba(251,191,36,.45)}.bg-amber-400\/5{background-color:rgba(251,191,36,.05)}.bg-amber-400\/50{background-color:rgba(251,191,36,.5)}.bg-amber-400\/55{background-color:rgba(251,191,36,.55)}.bg-amber-400\/60{background-color:rgba(251,191,36,.6)}.bg-amber-400\/65{background-color:rgba(251,191,36,.65)}.bg-amber-400\/70{background-color:rgba(251,191,36,.7)}.bg-amber-400\/75{background-color:rgba(251,191,36,.75)}.bg-amber-400\/80{background-color:rgba(251,191,36,.8)}.bg-amber-400\/85{background-color:rgba(251,191,36,.85)}.bg-amber-400\/90{background-color:rgba(251,191,36,.9)}.bg-amber-400\/95{background-color:rgba(251,191,36,.95)}.bg-amber-50{--tw-bg-opacity:1;background-color:rgb(255 251 235/var(--tw-bg-opacity,1))}.bg-amber-50\/0{background-color:rgba(255,251,235,0)}.bg-amber-50\/10{background-color:rgba(255,251,235,.1)}.bg-amber-50\/100{background-color:#fffbeb}.bg-amber-50\/15{background-color:rgba(255,251,235,.15)}.bg-amber-50\/20{background-color:rgba(255,251,235,.2)}.bg-amber-50\/25{background-color:rgba(255,251,235,.25)}.bg-amber-50\/30{background-color:rgba(255,251,235,.3)}.bg-amber-50\/35{background-color:rgba(255,251,235,.35)}.bg-amber-50\/40{background-color:rgba(255,251,235,.4)}.bg-amber-50\/45{background-color:rgba(255,251,235,.45)}.bg-amber-50\/5{background-color:rgba(255,251,235,.05)}.bg-amber-50\/50{background-color:rgba(255,251,235,.5)}.bg-amber-50\/55{background-color:rgba(255,251,235,.55)}.bg-amber-50\/60{background-color:rgba(255,251,235,.6)}.bg-amber-50\/65{background-color:rgba(255,251,235,.65)}.bg-amber-50\/70{background-color:rgba(255,251,235,.7)}.bg-amber-50\/75{background-color:rgba(255,251,235,.75)}.bg-amber-50\/80{background-color:rgba(255,251,235,.8)}.bg-amber-50\/85{background-color:rgba(255,251,235,.85)}.bg-amber-50\/90{background-color:rgba(255,251,235,.9)}.bg-amber-50\/95{background-color:rgba(255,251,235,.95)}.bg-amber-500{--tw-bg-opacity:1;background-color:rgb(245 158 11/var(--tw-bg-opacity,1))}.bg-amber-500\/0{background-color:rgba(245,158,11,0)}.bg-amber-500\/10{background-color:rgba(245,158,11,.1)}.bg-amber-500\/100{background-color:#f59e0b}.bg-amber-500\/15{background-color:rgba(245,158,11,.15)}.bg-amber-500\/20{background-color:rgba(245,158,11,.2)}.bg-amber-500\/25{background-color:rgba(245,158,11,.25)}.bg-amber-500\/30{background-color:rgba(245,158,11,.3)}.bg-amber-500\/35{background-color:rgba(245,158,11,.35)}.bg-amber-500\/40{background-color:rgba(245,158,11,.4)}.bg-amber-500\/45{background-color:rgba(245,158,11,.45)}.bg-amber-500\/5{background-color:rgba(245,158,11,.05)}.bg-amber-500\/50{background-color:rgba(245,158,11,.5)}.bg-amber-500\/55{background-color:rgba(245,158,11,.55)}.bg-amber-500\/60{background-color:rgba(245,158,11,.6)}.bg-amber-500\/65{background-color:rgba(245,158,11,.65)}.bg-amber-500\/70{background-color:rgba(245,158,11,.7)}.bg-amber-500\/75{background-color:rgba(245,158,11,.75)}.bg-amber-500\/80{background-color:rgba(245,158,11,.8)}.bg-amber-500\/85{background-color:rgba(245,158,11,.85)}.bg-amber-500\/90{background-color:rgba(245,158,11,.9)}.bg-amber-500\/95{background-color:rgba(245,158,11,.95)}.bg-amber-600{--tw-bg-opacity:1;background-color:rgb(217 119 6/var(--tw-bg-opacity,1))}.bg-amber-600\/0{background-color:rgba(217,119,6,0)}.bg-amber-600\/10{background-color:rgba(217,119,6,.1)}.bg-amber-600\/100{background-color:#d97706}.bg-amber-600\/15{background-color:rgba(217,119,6,.15)}.bg-amber-600\/20{background-color:rgba(217,119,6,.2)}.bg-amber-600\/25{background-color:rgba(217,119,6,.25)}.bg-amber-600\/30{background-color:rgba(217,119,6,.3)}.bg-amber-600\/35{background-color:rgba(217,119,6,.35)}.bg-amber-600\/40{background-color:rgba(217,119,6,.4)}.bg-amber-600\/45{background-color:rgba(217,119,6,.45)}.bg-amber-600\/5{background-color:rgba(217,119,6,.05)}.bg-amber-600\/50{background-color:rgba(217,119,6,.5)}.bg-amber-600\/55{background-color:rgba(217,119,6,.55)}.bg-amber-600\/60{background-color:rgba(217,119,6,.6)}.bg-amber-600\/65{background-color:rgba(217,119,6,.65)}.bg-amber-600\/70{background-color:rgba(217,119,6,.7)}.bg-amber-600\/75{background-color:rgba(217,119,6,.75)}.bg-amber-600\/80{background-color:rgba(217,119,6,.8)}.bg-amber-600\/85{background-color:rgba(217,119,6,.85)}.bg-amber-600\/90{background-color:rgba(217,119,6,.9)}.bg-amber-600\/95{background-color:rgba(217,119,6,.95)}.bg-amber-700{--tw-bg-opacity:1;background-color:rgb(180 83 9/var(--tw-bg-opacity,1))}.bg-amber-700\/0{background-color:rgba(180,83,9,0)}.bg-amber-700\/10{background-color:rgba(180,83,9,.1)}.bg-amber-700\/100{background-color:#b45309}.bg-amber-700\/15{background-color:rgba(180,83,9,.15)}.bg-amber-700\/20{background-color:rgba(180,83,9,.2)}.bg-amber-700\/25{background-color:rgba(180,83,9,.25)}.bg-amber-700\/30{background-color:rgba(180,83,9,.3)}.bg-amber-700\/35{background-color:rgba(180,83,9,.35)}.bg-amber-700\/40{background-color:rgba(180,83,9,.4)}.bg-amber-700\/45{background-color:rgba(180,83,9,.45)}.bg-amber-700\/5{background-color:rgba(180,83,9,.05)}.bg-amber-700\/50{background-color:rgba(180,83,9,.5)}.bg-amber-700\/55{background-color:rgba(180,83,9,.55)}.bg-amber-700\/60{background-color:rgba(180,83,9,.6)}.bg-amber-700\/65{background-color:rgba(180,83,9,.65)}.bg-amber-700\/70{background-color:rgba(180,83,9,.7)}.bg-amber-700\/75{background-color:rgba(180,83,9,.75)}.bg-amber-700\/80{background-color:rgba(180,83,9,.8)}.bg-amber-700\/85{background-color:rgba(180,83,9,.85)}.bg-amber-700\/90{background-color:rgba(180,83,9,.9)}.bg-amber-700\/95{background-color:rgba(180,83,9,.95)}.bg-amber-800{--tw-bg-opacity:1;background-color:rgb(146 64 14/var(--tw-bg-opacity,1))}.bg-amber-800\/0{background-color:rgba(146,64,14,0)}.bg-amber-800\/10{background-color:rgba(146,64,14,.1)}.bg-amber-800\/100{background-color:#92400e}.bg-amber-800\/15{background-color:rgba(146,64,14,.15)}.bg-amber-800\/20{background-color:rgba(146,64,14,.2)}.bg-amber-800\/25{background-color:rgba(146,64,14,.25)}.bg-amber-800\/30{background-color:rgba(146,64,14,.3)}.bg-amber-800\/35{background-color:rgba(146,64,14,.35)}.bg-amber-800\/40{background-color:rgba(146,64,14,.4)}.bg-amber-800\/45{background-color:rgba(146,64,14,.45)}.bg-amber-800\/5{background-color:rgba(146,64,14,.05)}.bg-amber-800\/50{background-color:rgba(146,64,14,.5)}.bg-amber-800\/55{background-color:rgba(146,64,14,.55)}.bg-amber-800\/60{background-color:rgba(146,64,14,.6)}.bg-amber-800\/65{background-color:rgba(146,64,14,.65)}.bg-amber-800\/70{background-color:rgba(146,64,14,.7)}.bg-amber-800\/75{background-color:rgba(146,64,14,.75)}.bg-amber-800\/80{background-color:rgba(146,64,14,.8)}.bg-amber-800\/85{background-color:rgba(146,64,14,.85)}.bg-amber-800\/90{background-color:rgba(146,64,14,.9)}.bg-amber-800\/95{background-color:rgba(146,64,14,.95)}.bg-amber-900{--tw-bg-opacity:1;background-color:rgb(120 53 15/var(--tw-bg-opacity,1))}.bg-amber-900\/0{background-color:rgba(120,53,15,0)}.bg-amber-900\/10{background-color:rgba(120,53,15,.1)}.bg-amber-900\/100{background-color:#78350f}.bg-amber-900\/15{background-color:rgba(120,53,15,.15)}.bg-amber-900\/20{background-color:rgba(120,53,15,.2)}.bg-amber-900\/25{background-color:rgba(120,53,15,.25)}.bg-amber-900\/30{background-color:rgba(120,53,15,.3)}.bg-amber-900\/35{background-color:rgba(120,53,15,.35)}.bg-amber-900\/40{background-color:rgba(120,53,15,.4)}.bg-amber-900\/45{background-color:rgba(120,53,15,.45)}.bg-amber-900\/5{background-color:rgba(120,53,15,.05)}.bg-amber-900\/50{background-color:rgba(120,53,15,.5)}.bg-amber-900\/55{background-color:rgba(120,53,15,.55)}.bg-amber-900\/60{background-color:rgba(120,53,15,.6)}.bg-amber-900\/65{background-color:rgba(120,53,15,.65)}.bg-amber-900\/70{background-color:rgba(120,53,15,.7)}.bg-amber-900\/75{background-color:rgba(120,53,15,.75)}.bg-amber-900\/80{background-color:rgba(120,53,15,.8)}.bg-amber-900\/85{background-color:rgba(120,53,15,.85)}.bg-amber-900\/90{background-color:rgba(120,53,15,.9)}.bg-amber-900\/95{background-color:rgba(120,53,15,.95)}.bg-amber-950{--tw-bg-opacity:1;background-color:rgb(69 26 3/var(--tw-bg-opacity,1))}.bg-amber-950\/0{background-color:rgba(69,26,3,0)}.bg-amber-950\/10{background-color:rgba(69,26,3,.1)}.bg-amber-950\/100{background-color:#451a03}.bg-amber-950\/15{background-color:rgba(69,26,3,.15)}.bg-amber-950\/20{background-color:rgba(69,26,3,.2)}.bg-amber-950\/25{background-color:rgba(69,26,3,.25)}.bg-amber-950\/30{background-color:rgba(69,26,3,.3)}.bg-amber-950\/35{background-color:rgba(69,26,3,.35)}.bg-amber-950\/40{background-color:rgba(69,26,3,.4)}.bg-amber-950\/45{background-color:rgba(69,26,3,.45)}.bg-amber-950\/5{background-color:rgba(69,26,3,.05)}.bg-amber-950\/50{background-color:rgba(69,26,3,.5)}.bg-amber-950\/55{background-color:rgba(69,26,3,.55)}.bg-amber-950\/60{background-color:rgba(69,26,3,.6)}.bg-amber-950\/65{background-color:rgba(69,26,3,.65)}.bg-amber-950\/70{background-color:rgba(69,26,3,.7)}.bg-amber-950\/75{background-color:rgba(69,26,3,.75)}.bg-amber-950\/80{background-color:rgba(69,26,3,.8)}.bg-amber-950\/85{background-color:rgba(69,26,3,.85)}.bg-amber-950\/90{background-color:rgba(69,26,3,.9)}.bg-amber-950\/95{background-color:rgba(69,26,3,.95)}.bg-black{--tw-bg-opacity:1;background-color:rgb(0 0 0/var(--tw-bg-opacity,1))}.bg-black\/0{background-color:transparent}.bg-black\/10{background-color:rgba(0,0,0,.1)}.bg-black\/100{background-color:#000}.bg-black\/15{background-color:rgba(0,0,0,.15)}.bg-black\/20{background-color:rgba(0,0,0,.2)}.bg-black\/25{background-color:rgba(0,0,0,.25)}.bg-black\/30{background-color:rgba(0,0,0,.3)}.bg-black\/35{background-color:rgba(0,0,0,.35)}.bg-black\/40{background-color:rgba(0,0,0,.4)}.bg-black\/45{background-color:rgba(0,0,0,.45)}.bg-black\/5{background-color:rgba(0,0,0,.05)}.bg-black\/50{background-color:rgba(0,0,0,.5)}.bg-black\/55{background-color:rgba(0,0,0,.55)}.bg-black\/60{background-color:rgba(0,0,0,.6)}.bg-black\/65{background-color:rgba(0,0,0,.65)}.bg-black\/70{background-color:rgba(0,0,0,.7)}.bg-black\/75{background-color:rgba(0,0,0,.75)}.bg-black\/80{background-color:rgba(0,0,0,.8)}.bg-black\/85{background-color:rgba(0,0,0,.85)}.bg-black\/90{background-color:rgba(0,0,0,.9)}.bg-black\/95{background-color:rgba(0,0,0,.95)}.bg-blue-100{--tw-bg-opacity:1;background-color:rgb(219 234 254/var(--tw-bg-opacity,1))}.bg-blue-100\/0{background-color:rgba(219,234,254,0)}.bg-blue-100\/10{background-color:rgba(219,234,254,.1)}.bg-blue-100\/100{background-color:#dbeafe}.bg-blue-100\/15{background-color:rgba(219,234,254,.15)}.bg-blue-100\/20{background-color:rgba(219,234,254,.2)}.bg-blue-100\/25{background-color:rgba(219,234,254,.25)}.bg-blue-100\/30{background-color:rgba(219,234,254,.3)}.bg-blue-100\/35{background-color:rgba(219,234,254,.35)}.bg-blue-100\/40{background-color:rgba(219,234,254,.4)}.bg-blue-100\/45{background-color:rgba(219,234,254,.45)}.bg-blue-100\/5{background-color:rgba(219,234,254,.05)}.bg-blue-100\/50{background-color:rgba(219,234,254,.5)}.bg-blue-100\/55{background-color:rgba(219,234,254,.55)}.bg-blue-100\/60{background-color:rgba(219,234,254,.6)}.bg-blue-100\/65{background-color:rgba(219,234,254,.65)}.bg-blue-100\/70{background-color:rgba(219,234,254,.7)}.bg-blue-100\/75{background-color:rgba(219,234,254,.75)}.bg-blue-100\/80{background-color:rgba(219,234,254,.8)}.bg-blue-100\/85{background-color:rgba(219,234,254,.85)}.bg-blue-100\/90{background-color:rgba(219,234,254,.9)}.bg-blue-100\/95{background-color:rgba(219,234,254,.95)}.bg-blue-200{--tw-bg-opacity:1;background-color:rgb(191 219 254/var(--tw-bg-opacity,1))}.bg-blue-200\/0{background-color:rgba(191,219,254,0)}.bg-blue-200\/10{background-color:rgba(191,219,254,.1)}.bg-blue-200\/100{background-color:#bfdbfe}.bg-blue-200\/15{background-color:rgba(191,219,254,.15)}.bg-blue-200\/20{background-color:rgba(191,219,254,.2)}.bg-blue-200\/25{background-color:rgba(191,219,254,.25)}.bg-blue-200\/30{background-color:rgba(191,219,254,.3)}.bg-blue-200\/35{background-color:rgba(191,219,254,.35)}.bg-blue-200\/40{background-color:rgba(191,219,254,.4)}.bg-blue-200\/45{background-color:rgba(191,219,254,.45)}.bg-blue-200\/5{background-color:rgba(191,219,254,.05)}.bg-blue-200\/50{background-color:rgba(191,219,254,.5)}.bg-blue-200\/55{background-color:rgba(191,219,254,.55)}.bg-blue-200\/60{background-color:rgba(191,219,254,.6)}.bg-blue-200\/65{background-color:rgba(191,219,254,.65)}.bg-blue-200\/70{background-color:rgba(191,219,254,.7)}.bg-blue-200\/75{background-color:rgba(191,219,254,.75)}.bg-blue-200\/80{background-color:rgba(191,219,254,.8)}.bg-blue-200\/85{background-color:rgba(191,219,254,.85)}.bg-blue-200\/90{background-color:rgba(191,219,254,.9)}.bg-blue-200\/95{background-color:rgba(191,219,254,.95)}.bg-blue-300{--tw-bg-opacity:1;background-color:rgb(147 197 253/var(--tw-bg-opacity,1))}.bg-blue-300\/0{background-color:rgba(147,197,253,0)}.bg-blue-300\/10{background-color:rgba(147,197,253,.1)}.bg-blue-300\/100{background-color:#93c5fd}.bg-blue-300\/15{background-color:rgba(147,197,253,.15)}.bg-blue-300\/20{background-color:rgba(147,197,253,.2)}.bg-blue-300\/25{background-color:rgba(147,197,253,.25)}.bg-blue-300\/30{background-color:rgba(147,197,253,.3)}.bg-blue-300\/35{background-color:rgba(147,197,253,.35)}.bg-blue-300\/40{background-color:rgba(147,197,253,.4)}.bg-blue-300\/45{background-color:rgba(147,197,253,.45)}.bg-blue-300\/5{background-color:rgba(147,197,253,.05)}.bg-blue-300\/50{background-color:rgba(147,197,253,.5)}.bg-blue-300\/55{background-color:rgba(147,197,253,.55)}.bg-blue-300\/60{background-color:rgba(147,197,253,.6)}.bg-blue-300\/65{background-color:rgba(147,197,253,.65)}.bg-blue-300\/70{background-color:rgba(147,197,253,.7)}.bg-blue-300\/75{background-color:rgba(147,197,253,.75)}.bg-blue-300\/80{background-color:rgba(147,197,253,.8)}.bg-blue-300\/85{background-color:rgba(147,197,253,.85)}.bg-blue-300\/90{background-color:rgba(147,197,253,.9)}.bg-blue-300\/95{background-color:rgba(147,197,253,.95)}.bg-blue-400{--tw-bg-opacity:1;background-color:rgb(96 165 250/var(--tw-bg-opacity,1))}.bg-blue-400\/0{background-color:rgba(96,165,250,0)}.bg-blue-400\/10{background-color:rgba(96,165,250,.1)}.bg-blue-400\/100{background-color:#60a5fa}.bg-blue-400\/15{background-color:rgba(96,165,250,.15)}.bg-blue-400\/20{background-color:rgba(96,165,250,.2)}.bg-blue-400\/25{background-color:rgba(96,165,250,.25)}.bg-blue-400\/30{background-color:rgba(96,165,250,.3)}.bg-blue-400\/35{background-color:rgba(96,165,250,.35)}.bg-blue-400\/40{background-color:rgba(96,165,250,.4)}.bg-blue-400\/45{background-color:rgba(96,165,250,.45)}.bg-blue-400\/5{background-color:rgba(96,165,250,.05)}.bg-blue-400\/50{background-color:rgba(96,165,250,.5)}.bg-blue-400\/55{background-color:rgba(96,165,250,.55)}.bg-blue-400\/60{background-color:rgba(96,165,250,.6)}.bg-blue-400\/65{background-color:rgba(96,165,250,.65)}.bg-blue-400\/70{background-color:rgba(96,165,250,.7)}.bg-blue-400\/75{background-color:rgba(96,165,250,.75)}.bg-blue-400\/80{background-color:rgba(96,165,250,.8)}.bg-blue-400\/85{background-color:rgba(96,165,250,.85)}.bg-blue-400\/90{background-color:rgba(96,165,250,.9)}.bg-blue-400\/95{background-color:rgba(96,165,250,.95)}.bg-blue-50{--tw-bg-opacity:1;background-color:rgb(239 246 255/var(--tw-bg-opacity,1))}.bg-blue-50\/0{background-color:rgba(239,246,255,0)}.bg-blue-50\/10{background-color:rgba(239,246,255,.1)}.bg-blue-50\/100{background-color:#eff6ff}.bg-blue-50\/15{background-color:rgba(239,246,255,.15)}.bg-blue-50\/20{background-color:rgba(239,246,255,.2)}.bg-blue-50\/25{background-color:rgba(239,246,255,.25)}.bg-blue-50\/30{background-color:rgba(239,246,255,.3)}.bg-blue-50\/35{background-color:rgba(239,246,255,.35)}.bg-blue-50\/40{background-color:rgba(239,246,255,.4)}.bg-blue-50\/45{background-color:rgba(239,246,255,.45)}.bg-blue-50\/5{background-color:rgba(239,246,255,.05)}.bg-blue-50\/50{background-color:rgba(239,246,255,.5)}.bg-blue-50\/55{background-color:rgba(239,246,255,.55)}.bg-blue-50\/60{background-color:rgba(239,246,255,.6)}.bg-blue-50\/65{background-color:rgba(239,246,255,.65)}.bg-blue-50\/70{background-color:rgba(239,246,255,.7)}.bg-blue-50\/75{background-color:rgba(239,246,255,.75)}.bg-blue-50\/80{background-color:rgba(239,246,255,.8)}.bg-blue-50\/85{background-color:rgba(239,246,255,.85)}.bg-blue-50\/90{background-color:rgba(239,246,255,.9)}.bg-blue-50\/95{background-color:rgba(239,246,255,.95)}.bg-blue-500{--tw-bg-opacity:1;background-color:rgb(59 130 246/var(--tw-bg-opacity,1))}.bg-blue-500\/0{background-color:rgba(59,130,246,0)}.bg-blue-500\/10{background-color:rgba(59,130,246,.1)}.bg-blue-500\/100{background-color:#3b82f6}.bg-blue-500\/15{background-color:rgba(59,130,246,.15)}.bg-blue-500\/20{background-color:rgba(59,130,246,.2)}.bg-blue-500\/25{background-color:rgba(59,130,246,.25)}.bg-blue-500\/30{background-color:rgba(59,130,246,.3)}.bg-blue-500\/35{background-color:rgba(59,130,246,.35)}.bg-blue-500\/40{background-color:rgba(59,130,246,.4)}.bg-blue-500\/45{background-color:rgba(59,130,246,.45)}.bg-blue-500\/5{background-color:rgba(59,130,246,.05)}.bg-blue-500\/50{background-color:rgba(59,130,246,.5)}.bg-blue-500\/55{background-color:rgba(59,130,246,.55)}.bg-blue-500\/60{background-color:rgba(59,130,246,.6)}.bg-blue-500\/65{background-color:rgba(59,130,246,.65)}.bg-blue-500\/70{background-color:rgba(59,130,246,.7)}.bg-blue-500\/75{background-color:rgba(59,130,246,.75)}.bg-blue-500\/80{background-color:rgba(59,130,246,.8)}.bg-blue-500\/85{background-color:rgba(59,130,246,.85)}.bg-blue-500\/90{background-color:rgba(59,130,246,.9)}.bg-blue-500\/95{background-color:rgba(59,130,246,.95)}.bg-blue-600{--tw-bg-opacity:1;background-color:rgb(37 99 235/var(--tw-bg-opacity,1))}.bg-blue-600\/0{background-color:rgba(37,99,235,0)}.bg-blue-600\/10{background-color:rgba(37,99,235,.1)}.bg-blue-600\/100{background-color:#2563eb}.bg-blue-600\/15{background-color:rgba(37,99,235,.15)}.bg-blue-600\/20{background-color:rgba(37,99,235,.2)}.bg-blue-600\/25{background-color:rgba(37,99,235,.25)}.bg-blue-600\/30{background-color:rgba(37,99,235,.3)}.bg-blue-600\/35{background-color:rgba(37,99,235,.35)}.bg-blue-600\/40{background-color:rgba(37,99,235,.4)}.bg-blue-600\/45{background-color:rgba(37,99,235,.45)}.bg-blue-600\/5{background-color:rgba(37,99,235,.05)}.bg-blue-600\/50{background-color:rgba(37,99,235,.5)}.bg-blue-600\/55{background-color:rgba(37,99,235,.55)}.bg-blue-600\/60{background-color:rgba(37,99,235,.6)}.bg-blue-600\/65{background-color:rgba(37,99,235,.65)}.bg-blue-600\/70{background-color:rgba(37,99,235,.7)}.bg-blue-600\/75{background-color:rgba(37,99,235,.75)}.bg-blue-600\/80{background-color:rgba(37,99,235,.8)}.bg-blue-600\/85{background-color:rgba(37,99,235,.85)}.bg-blue-600\/90{background-color:rgba(37,99,235,.9)}.bg-blue-600\/95{background-color:rgba(37,99,235,.95)}.bg-blue-700{--tw-bg-opacity:1;background-color:rgb(29 78 216/var(--tw-bg-opacity,1))}.bg-blue-700\/0{background-color:rgba(29,78,216,0)}.bg-blue-700\/10{background-color:rgba(29,78,216,.1)}.bg-blue-700\/100{background-color:#1d4ed8}.bg-blue-700\/15{background-color:rgba(29,78,216,.15)}.bg-blue-700\/20{background-color:rgba(29,78,216,.2)}.bg-blue-700\/25{background-color:rgba(29,78,216,.25)}.bg-blue-700\/30{background-color:rgba(29,78,216,.3)}.bg-blue-700\/35{background-color:rgba(29,78,216,.35)}.bg-blue-700\/40{background-color:rgba(29,78,216,.4)}.bg-blue-700\/45{background-color:rgba(29,78,216,.45)}.bg-blue-700\/5{background-color:rgba(29,78,216,.05)}.bg-blue-700\/50{background-color:rgba(29,78,216,.5)}.bg-blue-700\/55{background-color:rgba(29,78,216,.55)}.bg-blue-700\/60{background-color:rgba(29,78,216,.6)}.bg-blue-700\/65{background-color:rgba(29,78,216,.65)}.bg-blue-700\/70{background-color:rgba(29,78,216,.7)}.bg-blue-700\/75{background-color:rgba(29,78,216,.75)}.bg-blue-700\/80{background-color:rgba(29,78,216,.8)}.bg-blue-700\/85{background-color:rgba(29,78,216,.85)}.bg-blue-700\/90{background-color:rgba(29,78,216,.9)}.bg-blue-700\/95{background-color:rgba(29,78,216,.95)}.bg-blue-800{--tw-bg-opacity:1;background-color:rgb(30 64 175/var(--tw-bg-opacity,1))}.bg-blue-800\/0{background-color:rgba(30,64,175,0)}.bg-blue-800\/10{background-color:rgba(30,64,175,.1)}.bg-blue-800\/100{background-color:#1e40af}.bg-blue-800\/15{background-color:rgba(30,64,175,.15)}.bg-blue-800\/20{background-color:rgba(30,64,175,.2)}.bg-blue-800\/25{background-color:rgba(30,64,175,.25)}.bg-blue-800\/30{background-color:rgba(30,64,175,.3)}.bg-blue-800\/35{background-color:rgba(30,64,175,.35)}.bg-blue-800\/40{background-color:rgba(30,64,175,.4)}.bg-blue-800\/45{background-color:rgba(30,64,175,.45)}.bg-blue-800\/5{background-color:rgba(30,64,175,.05)}.bg-blue-800\/50{background-color:rgba(30,64,175,.5)}.bg-blue-800\/55{background-color:rgba(30,64,175,.55)}.bg-blue-800\/60{background-color:rgba(30,64,175,.6)}.bg-blue-800\/65{background-color:rgba(30,64,175,.65)}.bg-blue-800\/70{background-color:rgba(30,64,175,.7)}.bg-blue-800\/75{background-color:rgba(30,64,175,.75)}.bg-blue-800\/80{background-color:rgba(30,64,175,.8)}.bg-blue-800\/85{background-color:rgba(30,64,175,.85)}.bg-blue-800\/90{background-color:rgba(30,64,175,.9)}.bg-blue-800\/95{background-color:rgba(30,64,175,.95)}.bg-blue-900{--tw-bg-opacity:1;background-color:rgb(30 58 138/var(--tw-bg-opacity,1))}.bg-blue-900\/0{background-color:rgba(30,58,138,0)}.bg-blue-900\/10{background-color:rgba(30,58,138,.1)}.bg-blue-900\/100{background-color:#1e3a8a}.bg-blue-900\/15{background-color:rgba(30,58,138,.15)}.bg-blue-900\/20{background-color:rgba(30,58,138,.2)}.bg-blue-900\/25{background-color:rgba(30,58,138,.25)}.bg-blue-900\/30{background-color:rgba(30,58,138,.3)}.bg-blue-900\/35{background-color:rgba(30,58,138,.35)}.bg-blue-900\/40{background-color:rgba(30,58,138,.4)}.bg-blue-900\/45{background-color:rgba(30,58,138,.45)}.bg-blue-900\/5{background-color:rgba(30,58,138,.05)}.bg-blue-900\/50{background-color:rgba(30,58,138,.5)}.bg-blue-900\/55{background-color:rgba(30,58,138,.55)}.bg-blue-900\/60{background-color:rgba(30,58,138,.6)}.bg-blue-900\/65{background-color:rgba(30,58,138,.65)}.bg-blue-900\/70{background-color:rgba(30,58,138,.7)}.bg-blue-900\/75{background-color:rgba(30,58,138,.75)}.bg-blue-900\/80{background-color:rgba(30,58,138,.8)}.bg-blue-900\/85{background-color:rgba(30,58,138,.85)}.bg-blue-900\/90{background-color:rgba(30,58,138,.9)}.bg-blue-900\/95{background-color:rgba(30,58,138,.95)}.bg-blue-950{--tw-bg-opacity:1;background-color:rgb(23 37 84/var(--tw-bg-opacity,1))}.bg-blue-950\/0{background-color:rgba(23,37,84,0)}.bg-blue-950\/10{background-color:rgba(23,37,84,.1)}.bg-blue-950\/100{background-color:#172554}.bg-blue-950\/15{background-color:rgba(23,37,84,.15)}.bg-blue-950\/20{background-color:rgba(23,37,84,.2)}.bg-blue-950\/25{background-color:rgba(23,37,84,.25)}.bg-blue-950\/30{background-color:rgba(23,37,84,.3)}.bg-blue-950\/35{background-color:rgba(23,37,84,.35)}.bg-blue-950\/40{background-color:rgba(23,37,84,.4)}.bg-blue-950\/45{background-color:rgba(23,37,84,.45)}.bg-blue-950\/5{background-color:rgba(23,37,84,.05)}.bg-blue-950\/50{background-color:rgba(23,37,84,.5)}.bg-blue-950\/55{background-color:rgba(23,37,84,.55)}.bg-blue-950\/60{background-color:rgba(23,37,84,.6)}.bg-blue-950\/65{background-color:rgba(23,37,84,.65)}.bg-blue-950\/70{background-color:rgba(23,37,84,.7)}.bg-blue-950\/75{background-color:rgba(23,37,84,.75)}.bg-blue-950\/80{background-color:rgba(23,37,84,.8)}.bg-blue-950\/85{background-color:rgba(23,37,84,.85)}.bg-blue-950\/90{background-color:rgba(23,37,84,.9)}.bg-blue-950\/95{background-color:rgba(23,37,84,.95)}.bg-cream{--tw-bg-opacity:1;background-color:rgb(248 246 243/var(--tw-bg-opacity,1))}.bg-cream\/0{background-color:hsla(36,26%,96%,0)}.bg-cream\/10{background-color:hsla(36,26%,96%,.1)}.bg-cream\/100{background-color:#f8f6f3}.bg-cream\/15{background-color:hsla(36,26%,96%,.15)}.bg-cream\/20{background-color:hsla(36,26%,96%,.2)}.bg-cream\/25{background-color:hsla(36,26%,96%,.25)}.bg-cream\/30{background-color:hsla(36,26%,96%,.3)}.bg-cream\/35{background-color:hsla(36,26%,96%,.35)}.bg-cream\/40{background-color:hsla(36,26%,96%,.4)}.bg-cream\/45{background-color:hsla(36,26%,96%,.45)}.bg-cream\/5{background-color:hsla(36,26%,96%,.05)}.bg-cream\/50{background-color:hsla(36,26%,96%,.5)}.bg-cream\/55{background-color:hsla(36,26%,96%,.55)}.bg-cream\/60{background-color:hsla(36,26%,96%,.6)}.bg-cream\/65{background-color:hsla(36,26%,96%,.65)}.bg-cream\/70{background-color:hsla(36,26%,96%,.7)}.bg-cream\/75{background-color:hsla(36,26%,96%,.75)}.bg-cream\/80{background-color:hsla(36,26%,96%,.8)}.bg-cream\/85{background-color:hsla(36,26%,96%,.85)}.bg-cream\/90{background-color:hsla(36,26%,96%,.9)}.bg-cream\/95{background-color:hsla(36,26%,96%,.95)}.bg-current{background-color:currentColor}.bg-cyan-100{--tw-bg-opacity:1;background-color:rgb(207 250 254/var(--tw-bg-opacity,1))}.bg-cyan-100\/0{background-color:rgba(207,250,254,0)}.bg-cyan-100\/10{background-color:rgba(207,250,254,.1)}.bg-cyan-100\/100{background-color:#cffafe}.bg-cyan-100\/15{background-color:rgba(207,250,254,.15)}.bg-cyan-100\/20{background-color:rgba(207,250,254,.2)}.bg-cyan-100\/25{background-color:rgba(207,250,254,.25)}.bg-cyan-100\/30{background-color:rgba(207,250,254,.3)}.bg-cyan-100\/35{background-color:rgba(207,250,254,.35)}.bg-cyan-100\/40{background-color:rgba(207,250,254,.4)}.bg-cyan-100\/45{background-color:rgba(207,250,254,.45)}.bg-cyan-100\/5{background-color:rgba(207,250,254,.05)}.bg-cyan-100\/50{background-color:rgba(207,250,254,.5)}.bg-cyan-100\/55{background-color:rgba(207,250,254,.55)}.bg-cyan-100\/60{background-color:rgba(207,250,254,.6)}.bg-cyan-100\/65{background-color:rgba(207,250,254,.65)}.bg-cyan-100\/70{background-color:rgba(207,250,254,.7)}.bg-cyan-100\/75{background-color:rgba(207,250,254,.75)}.bg-cyan-100\/80{background-color:rgba(207,250,254,.8)}.bg-cyan-100\/85{background-color:rgba(207,250,254,.85)}.bg-cyan-100\/90{background-color:rgba(207,250,254,.9)}.bg-cyan-100\/95{background-color:rgba(207,250,254,.95)}.bg-cyan-200{--tw-bg-opacity:1;background-color:rgb(165 243 252/var(--tw-bg-opacity,1))}.bg-cyan-200\/0{background-color:rgba(165,243,252,0)}.bg-cyan-200\/10{background-color:rgba(165,243,252,.1)}.bg-cyan-200\/100{background-color:#a5f3fc}.bg-cyan-200\/15{background-color:rgba(165,243,252,.15)}.bg-cyan-200\/20{background-color:rgba(165,243,252,.2)}.bg-cyan-200\/25{background-color:rgba(165,243,252,.25)}.bg-cyan-200\/30{background-color:rgba(165,243,252,.3)}.bg-cyan-200\/35{background-color:rgba(165,243,252,.35)}.bg-cyan-200\/40{background-color:rgba(165,243,252,.4)}.bg-cyan-200\/45{background-color:rgba(165,243,252,.45)}.bg-cyan-200\/5{background-color:rgba(165,243,252,.05)}.bg-cyan-200\/50{background-color:rgba(165,243,252,.5)}.bg-cyan-200\/55{background-color:rgba(165,243,252,.55)}.bg-cyan-200\/60{background-color:rgba(165,243,252,.6)}.bg-cyan-200\/65{background-color:rgba(165,243,252,.65)}.bg-cyan-200\/70{background-color:rgba(165,243,252,.7)}.bg-cyan-200\/75{background-color:rgba(165,243,252,.75)}.bg-cyan-200\/80{background-color:rgba(165,243,252,.8)}.bg-cyan-200\/85{background-color:rgba(165,243,252,.85)}.bg-cyan-200\/90{background-color:rgba(165,243,252,.9)}.bg-cyan-200\/95{background-color:rgba(165,243,252,.95)}.bg-cyan-300{--tw-bg-opacity:1;background-color:rgb(103 232 249/var(--tw-bg-opacity,1))}.bg-cyan-300\/0{background-color:rgba(103,232,249,0)}.bg-cyan-300\/10{background-color:rgba(103,232,249,.1)}.bg-cyan-300\/100{background-color:#67e8f9}.bg-cyan-300\/15{background-color:rgba(103,232,249,.15)}.bg-cyan-300\/20{background-color:rgba(103,232,249,.2)}.bg-cyan-300\/25{background-color:rgba(103,232,249,.25)}.bg-cyan-300\/30{background-color:rgba(103,232,249,.3)}.bg-cyan-300\/35{background-color:rgba(103,232,249,.35)}.bg-cyan-300\/40{background-color:rgba(103,232,249,.4)}.bg-cyan-300\/45{background-color:rgba(103,232,249,.45)}.bg-cyan-300\/5{background-color:rgba(103,232,249,.05)}.bg-cyan-300\/50{background-color:rgba(103,232,249,.5)}.bg-cyan-300\/55{background-color:rgba(103,232,249,.55)}.bg-cyan-300\/60{background-color:rgba(103,232,249,.6)}.bg-cyan-300\/65{background-color:rgba(103,232,249,.65)}.bg-cyan-300\/70{background-color:rgba(103,232,249,.7)}.bg-cyan-300\/75{background-color:rgba(103,232,249,.75)}.bg-cyan-300\/80{background-color:rgba(103,232,249,.8)}.bg-cyan-300\/85{background-color:rgba(103,232,249,.85)}.bg-cyan-300\/90{background-color:rgba(103,232,249,.9)}.bg-cyan-300\/95{background-color:rgba(103,232,249,.95)}.bg-cyan-400{--tw-bg-opacity:1;background-color:rgb(34 211 238/var(--tw-bg-opacity,1))}.bg-cyan-400\/0{background-color:rgba(34,211,238,0)}.bg-cyan-400\/10{background-color:rgba(34,211,238,.1)}.bg-cyan-400\/100{background-color:#22d3ee}.bg-cyan-400\/15{background-color:rgba(34,211,238,.15)}.bg-cyan-400\/20{background-color:rgba(34,211,238,.2)}.bg-cyan-400\/25{background-color:rgba(34,211,238,.25)}.bg-cyan-400\/30{background-color:rgba(34,211,238,.3)}.bg-cyan-400\/35{background-color:rgba(34,211,238,.35)}.bg-cyan-400\/40{background-color:rgba(34,211,238,.4)}.bg-cyan-400\/45{background-color:rgba(34,211,238,.45)}.bg-cyan-400\/5{background-color:rgba(34,211,238,.05)}.bg-cyan-400\/50{background-color:rgba(34,211,238,.5)}.bg-cyan-400\/55{background-color:rgba(34,211,238,.55)}.bg-cyan-400\/60{background-color:rgba(34,211,238,.6)}.bg-cyan-400\/65{background-color:rgba(34,211,238,.65)}.bg-cyan-400\/70{background-color:rgba(34,211,238,.7)}.bg-cyan-400\/75{background-color:rgba(34,211,238,.75)}.bg-cyan-400\/80{background-color:rgba(34,211,238,.8)}.bg-cyan-400\/85{background-color:rgba(34,211,238,.85)}.bg-cyan-400\/90{background-color:rgba(34,211,238,.9)}.bg-cyan-400\/95{background-color:rgba(34,211,238,.95)}.bg-cyan-50{--tw-bg-opacity:1;background-color:rgb(236 254 255/var(--tw-bg-opacity,1))}.bg-cyan-50\/0{background-color:rgba(236,254,255,0)}.bg-cyan-50\/10{background-color:rgba(236,254,255,.1)}.bg-cyan-50\/100{background-color:#ecfeff}.bg-cyan-50\/15{background-color:rgba(236,254,255,.15)}.bg-cyan-50\/20{background-color:rgba(236,254,255,.2)}.bg-cyan-50\/25{background-color:rgba(236,254,255,.25)}.bg-cyan-50\/30{background-color:rgba(236,254,255,.3)}.bg-cyan-50\/35{background-color:rgba(236,254,255,.35)}.bg-cyan-50\/40{background-color:rgba(236,254,255,.4)}.bg-cyan-50\/45{background-color:rgba(236,254,255,.45)}.bg-cyan-50\/5{background-color:rgba(236,254,255,.05)}.bg-cyan-50\/50{background-color:rgba(236,254,255,.5)}.bg-cyan-50\/55{background-color:rgba(236,254,255,.55)}.bg-cyan-50\/60{background-color:rgba(236,254,255,.6)}.bg-cyan-50\/65{background-color:rgba(236,254,255,.65)}.bg-cyan-50\/70{background-color:rgba(236,254,255,.7)}.bg-cyan-50\/75{background-color:rgba(236,254,255,.75)}.bg-cyan-50\/80{background-color:rgba(236,254,255,.8)}.bg-cyan-50\/85{background-color:rgba(236,254,255,.85)}.bg-cyan-50\/90{background-color:rgba(236,254,255,.9)}.bg-cyan-50\/95{background-color:rgba(236,254,255,.95)}.bg-cyan-500{--tw-bg-opacity:1;background-color:rgb(6 182 212/var(--tw-bg-opacity,1))}.bg-cyan-500\/0{background-color:rgba(6,182,212,0)}.bg-cyan-500\/10{background-color:rgba(6,182,212,.1)}.bg-cyan-500\/100{background-color:#06b6d4}.bg-cyan-500\/15{background-color:rgba(6,182,212,.15)}.bg-cyan-500\/20{background-color:rgba(6,182,212,.2)}.bg-cyan-500\/25{background-color:rgba(6,182,212,.25)}.bg-cyan-500\/30{background-color:rgba(6,182,212,.3)}.bg-cyan-500\/35{background-color:rgba(6,182,212,.35)}.bg-cyan-500\/40{background-color:rgba(6,182,212,.4)}.bg-cyan-500\/45{background-color:rgba(6,182,212,.45)}.bg-cyan-500\/5{background-color:rgba(6,182,212,.05)}.bg-cyan-500\/50{background-color:rgba(6,182,212,.5)}.bg-cyan-500\/55{background-color:rgba(6,182,212,.55)}.bg-cyan-500\/60{background-color:rgba(6,182,212,.6)}.bg-cyan-500\/65{background-color:rgba(6,182,212,.65)}.bg-cyan-500\/70{background-color:rgba(6,182,212,.7)}.bg-cyan-500\/75{background-color:rgba(6,182,212,.75)}.bg-cyan-500\/80{background-color:rgba(6,182,212,.8)}.bg-cyan-500\/85{background-color:rgba(6,182,212,.85)}.bg-cyan-500\/90{background-color:rgba(6,182,212,.9)}.bg-cyan-500\/95{background-color:rgba(6,182,212,.95)}.bg-cyan-600{--tw-bg-opacity:1;background-color:rgb(8 145 178/var(--tw-bg-opacity,1))}.bg-cyan-600\/0{background-color:rgba(8,145,178,0)}.bg-cyan-600\/10{background-color:rgba(8,145,178,.1)}.bg-cyan-600\/100{background-color:#0891b2}.bg-cyan-600\/15{background-color:rgba(8,145,178,.15)}.bg-cyan-600\/20{background-color:rgba(8,145,178,.2)}.bg-cyan-600\/25{background-color:rgba(8,145,178,.25)}.bg-cyan-600\/30{background-color:rgba(8,145,178,.3)}.bg-cyan-600\/35{background-color:rgba(8,145,178,.35)}.bg-cyan-600\/40{background-color:rgba(8,145,178,.4)}.bg-cyan-600\/45{background-color:rgba(8,145,178,.45)}.bg-cyan-600\/5{background-color:rgba(8,145,178,.05)}.bg-cyan-600\/50{background-color:rgba(8,145,178,.5)}.bg-cyan-600\/55{background-color:rgba(8,145,178,.55)}.bg-cyan-600\/60{background-color:rgba(8,145,178,.6)}.bg-cyan-600\/65{background-color:rgba(8,145,178,.65)}.bg-cyan-600\/70{background-color:rgba(8,145,178,.7)}.bg-cyan-600\/75{background-color:rgba(8,145,178,.75)}.bg-cyan-600\/80{background-color:rgba(8,145,178,.8)}.bg-cyan-600\/85{background-color:rgba(8,145,178,.85)}.bg-cyan-600\/90{background-color:rgba(8,145,178,.9)}.bg-cyan-600\/95{background-color:rgba(8,145,178,.95)}.bg-cyan-700{--tw-bg-opacity:1;background-color:rgb(14 116 144/var(--tw-bg-opacity,1))}.bg-cyan-700\/0{background-color:rgba(14,116,144,0)}.bg-cyan-700\/10{background-color:rgba(14,116,144,.1)}.bg-cyan-700\/100{background-color:#0e7490}.bg-cyan-700\/15{background-color:rgba(14,116,144,.15)}.bg-cyan-700\/20{background-color:rgba(14,116,144,.2)}.bg-cyan-700\/25{background-color:rgba(14,116,144,.25)}.bg-cyan-700\/30{background-color:rgba(14,116,144,.3)}.bg-cyan-700\/35{background-color:rgba(14,116,144,.35)}.bg-cyan-700\/40{background-color:rgba(14,116,144,.4)}.bg-cyan-700\/45{background-color:rgba(14,116,144,.45)}.bg-cyan-700\/5{background-color:rgba(14,116,144,.05)}.bg-cyan-700\/50{background-color:rgba(14,116,144,.5)}.bg-cyan-700\/55{background-color:rgba(14,116,144,.55)}.bg-cyan-700\/60{background-color:rgba(14,116,144,.6)}.bg-cyan-700\/65{background-color:rgba(14,116,144,.65)}.bg-cyan-700\/70{background-color:rgba(14,116,144,.7)}.bg-cyan-700\/75{background-color:rgba(14,116,144,.75)}.bg-cyan-700\/80{background-color:rgba(14,116,144,.8)}.bg-cyan-700\/85{background-color:rgba(14,116,144,.85)}.bg-cyan-700\/90{background-color:rgba(14,116,144,.9)}.bg-cyan-700\/95{background-color:rgba(14,116,144,.95)}.bg-cyan-800{--tw-bg-opacity:1;background-color:rgb(21 94 117/var(--tw-bg-opacity,1))}.bg-cyan-800\/0{background-color:rgba(21,94,117,0)}.bg-cyan-800\/10{background-color:rgba(21,94,117,.1)}.bg-cyan-800\/100{background-color:#155e75}.bg-cyan-800\/15{background-color:rgba(21,94,117,.15)}.bg-cyan-800\/20{background-color:rgba(21,94,117,.2)}.bg-cyan-800\/25{background-color:rgba(21,94,117,.25)}.bg-cyan-800\/30{background-color:rgba(21,94,117,.3)}.bg-cyan-800\/35{background-color:rgba(21,94,117,.35)}.bg-cyan-800\/40{background-color:rgba(21,94,117,.4)}.bg-cyan-800\/45{background-color:rgba(21,94,117,.45)}.bg-cyan-800\/5{background-color:rgba(21,94,117,.05)}.bg-cyan-800\/50{background-color:rgba(21,94,117,.5)}.bg-cyan-800\/55{background-color:rgba(21,94,117,.55)}.bg-cyan-800\/60{background-color:rgba(21,94,117,.6)}.bg-cyan-800\/65{background-color:rgba(21,94,117,.65)}.bg-cyan-800\/70{background-color:rgba(21,94,117,.7)}.bg-cyan-800\/75{background-color:rgba(21,94,117,.75)}.bg-cyan-800\/80{background-color:rgba(21,94,117,.8)}.bg-cyan-800\/85{background-color:rgba(21,94,117,.85)}.bg-cyan-800\/90{background-color:rgba(21,94,117,.9)}.bg-cyan-800\/95{background-color:rgba(21,94,117,.95)}.bg-cyan-900{--tw-bg-opacity:1;background-color:rgb(22 78 99/var(--tw-bg-opacity,1))}.bg-cyan-900\/0{background-color:rgba(22,78,99,0)}.bg-cyan-900\/10{background-color:rgba(22,78,99,.1)}.bg-cyan-900\/100{background-color:#164e63}.bg-cyan-900\/15{background-color:rgba(22,78,99,.15)}.bg-cyan-900\/20{background-color:rgba(22,78,99,.2)}.bg-cyan-900\/25{background-color:rgba(22,78,99,.25)}.bg-cyan-900\/30{background-color:rgba(22,78,99,.3)}.bg-cyan-900\/35{background-color:rgba(22,78,99,.35)}.bg-cyan-900\/40{background-color:rgba(22,78,99,.4)}.bg-cyan-900\/45{background-color:rgba(22,78,99,.45)}.bg-cyan-900\/5{background-color:rgba(22,78,99,.05)}.bg-cyan-900\/50{background-color:rgba(22,78,99,.5)}.bg-cyan-900\/55{background-color:rgba(22,78,99,.55)}.bg-cyan-900\/60{background-color:rgba(22,78,99,.6)}.bg-cyan-900\/65{background-color:rgba(22,78,99,.65)}.bg-cyan-900\/70{background-color:rgba(22,78,99,.7)}.bg-cyan-900\/75{background-color:rgba(22,78,99,.75)}.bg-cyan-900\/80{background-color:rgba(22,78,99,.8)}.bg-cyan-900\/85{background-color:rgba(22,78,99,.85)}.bg-cyan-900\/90{background-color:rgba(22,78,99,.9)}.bg-cyan-900\/95{background-color:rgba(22,78,99,.95)}.bg-cyan-950{--tw-bg-opacity:1;background-color:rgb(8 51 68/var(--tw-bg-opacity,1))}.bg-cyan-950\/0{background-color:rgba(8,51,68,0)}.bg-cyan-950\/10{background-color:rgba(8,51,68,.1)}.bg-cyan-950\/100{background-color:#083344}.bg-cyan-950\/15{background-color:rgba(8,51,68,.15)}.bg-cyan-950\/20{background-color:rgba(8,51,68,.2)}.bg-cyan-950\/25{background-color:rgba(8,51,68,.25)}.bg-cyan-950\/30{background-color:rgba(8,51,68,.3)}.bg-cyan-950\/35{background-color:rgba(8,51,68,.35)}.bg-cyan-950\/40{background-color:rgba(8,51,68,.4)}.bg-cyan-950\/45{background-color:rgba(8,51,68,.45)}.bg-cyan-950\/5{background-color:rgba(8,51,68,.05)}.bg-cyan-950\/50{background-color:rgba(8,51,68,.5)}.bg-cyan-950\/55{background-color:rgba(8,51,68,.55)}.bg-cyan-950\/60{background-color:rgba(8,51,68,.6)}.bg-cyan-950\/65{background-color:rgba(8,51,68,.65)}.bg-cyan-950\/70{background-color:rgba(8,51,68,.7)}.bg-cyan-950\/75{background-color:rgba(8,51,68,.75)}.bg-cyan-950\/80{background-color:rgba(8,51,68,.8)}.bg-cyan-950\/85{background-color:rgba(8,51,68,.85)}.bg-cyan-950\/90{background-color:rgba(8,51,68,.9)}.bg-cyan-950\/95{background-color:rgba(8,51,68,.95)}.bg-emerald-100{--tw-bg-opacity:1;background-color:rgb(209 250 229/var(--tw-bg-opacity,1))}.bg-emerald-100\/0{background-color:rgba(209,250,229,0)}.bg-emerald-100\/10{background-color:rgba(209,250,229,.1)}.bg-emerald-100\/100{background-color:#d1fae5}.bg-emerald-100\/15{background-color:rgba(209,250,229,.15)}.bg-emerald-100\/20{background-color:rgba(209,250,229,.2)}.bg-emerald-100\/25{background-color:rgba(209,250,229,.25)}.bg-emerald-100\/30{background-color:rgba(209,250,229,.3)}.bg-emerald-100\/35{background-color:rgba(209,250,229,.35)}.bg-emerald-100\/40{background-color:rgba(209,250,229,.4)}.bg-emerald-100\/45{background-color:rgba(209,250,229,.45)}.bg-emerald-100\/5{background-color:rgba(209,250,229,.05)}.bg-emerald-100\/50{background-color:rgba(209,250,229,.5)}.bg-emerald-100\/55{background-color:rgba(209,250,229,.55)}.bg-emerald-100\/60{background-color:rgba(209,250,229,.6)}.bg-emerald-100\/65{background-color:rgba(209,250,229,.65)}.bg-emerald-100\/70{background-color:rgba(209,250,229,.7)}.bg-emerald-100\/75{background-color:rgba(209,250,229,.75)}.bg-emerald-100\/80{background-color:rgba(209,250,229,.8)}.bg-emerald-100\/85{background-color:rgba(209,250,229,.85)}.bg-emerald-100\/90{background-color:rgba(209,250,229,.9)}.bg-emerald-100\/95{background-color:rgba(209,250,229,.95)}.bg-emerald-200{--tw-bg-opacity:1;background-color:rgb(167 243 208/var(--tw-bg-opacity,1))}.bg-emerald-200\/0{background-color:rgba(167,243,208,0)}.bg-emerald-200\/10{background-color:rgba(167,243,208,.1)}.bg-emerald-200\/100{background-color:#a7f3d0}.bg-emerald-200\/15{background-color:rgba(167,243,208,.15)}.bg-emerald-200\/20{background-color:rgba(167,243,208,.2)}.bg-emerald-200\/25{background-color:rgba(167,243,208,.25)}.bg-emerald-200\/30{background-color:rgba(167,243,208,.3)}.bg-emerald-200\/35{background-color:rgba(167,243,208,.35)}.bg-emerald-200\/40{background-color:rgba(167,243,208,.4)}.bg-emerald-200\/45{background-color:rgba(167,243,208,.45)}.bg-emerald-200\/5{background-color:rgba(167,243,208,.05)}.bg-emerald-200\/50{background-color:rgba(167,243,208,.5)}.bg-emerald-200\/55{background-color:rgba(167,243,208,.55)}.bg-emerald-200\/60{background-color:rgba(167,243,208,.6)}.bg-emerald-200\/65{background-color:rgba(167,243,208,.65)}.bg-emerald-200\/70{background-color:rgba(167,243,208,.7)}.bg-emerald-200\/75{background-color:rgba(167,243,208,.75)}.bg-emerald-200\/80{background-color:rgba(167,243,208,.8)}.bg-emerald-200\/85{background-color:rgba(167,243,208,.85)}.bg-emerald-200\/90{background-color:rgba(167,243,208,.9)}.bg-emerald-200\/95{background-color:rgba(167,243,208,.95)}.bg-emerald-300{--tw-bg-opacity:1;background-color:rgb(110 231 183/var(--tw-bg-opacity,1))}.bg-emerald-300\/0{background-color:rgba(110,231,183,0)}.bg-emerald-300\/10{background-color:rgba(110,231,183,.1)}.bg-emerald-300\/100{background-color:#6ee7b7}.bg-emerald-300\/15{background-color:rgba(110,231,183,.15)}.bg-emerald-300\/20{background-color:rgba(110,231,183,.2)}.bg-emerald-300\/25{background-color:rgba(110,231,183,.25)}.bg-emerald-300\/30{background-color:rgba(110,231,183,.3)}.bg-emerald-300\/35{background-color:rgba(110,231,183,.35)}.bg-emerald-300\/40{background-color:rgba(110,231,183,.4)}.bg-emerald-300\/45{background-color:rgba(110,231,183,.45)}.bg-emerald-300\/5{background-color:rgba(110,231,183,.05)}.bg-emerald-300\/50{background-color:rgba(110,231,183,.5)}.bg-emerald-300\/55{background-color:rgba(110,231,183,.55)}.bg-emerald-300\/60{background-color:rgba(110,231,183,.6)}.bg-emerald-300\/65{background-color:rgba(110,231,183,.65)}.bg-emerald-300\/70{background-color:rgba(110,231,183,.7)}.bg-emerald-300\/75{background-color:rgba(110,231,183,.75)}.bg-emerald-300\/80{background-color:rgba(110,231,183,.8)}.bg-emerald-300\/85{background-color:rgba(110,231,183,.85)}.bg-emerald-300\/90{background-color:rgba(110,231,183,.9)}.bg-emerald-300\/95{background-color:rgba(110,231,183,.95)}.bg-emerald-400{--tw-bg-opacity:1;background-color:rgb(52 211 153/var(--tw-bg-opacity,1))}.bg-emerald-400\/0{background-color:rgba(52,211,153,0)}.bg-emerald-400\/10{background-color:rgba(52,211,153,.1)}.bg-emerald-400\/100{background-color:#34d399}.bg-emerald-400\/15{background-color:rgba(52,211,153,.15)}.bg-emerald-400\/20{background-color:rgba(52,211,153,.2)}.bg-emerald-400\/25{background-color:rgba(52,211,153,.25)}.bg-emerald-400\/30{background-color:rgba(52,211,153,.3)}.bg-emerald-400\/35{background-color:rgba(52,211,153,.35)}.bg-emerald-400\/40{background-color:rgba(52,211,153,.4)}.bg-emerald-400\/45{background-color:rgba(52,211,153,.45)}.bg-emerald-400\/5{background-color:rgba(52,211,153,.05)}.bg-emerald-400\/50{background-color:rgba(52,211,153,.5)}.bg-emerald-400\/55{background-color:rgba(52,211,153,.55)}.bg-emerald-400\/60{background-color:rgba(52,211,153,.6)}.bg-emerald-400\/65{background-color:rgba(52,211,153,.65)}.bg-emerald-400\/70{background-color:rgba(52,211,153,.7)}.bg-emerald-400\/75{background-color:rgba(52,211,153,.75)}.bg-emerald-400\/80{background-color:rgba(52,211,153,.8)}.bg-emerald-400\/85{background-color:rgba(52,211,153,.85)}.bg-emerald-400\/90{background-color:rgba(52,211,153,.9)}.bg-emerald-400\/95{background-color:rgba(52,211,153,.95)}.bg-emerald-50{--tw-bg-opacity:1;background-color:rgb(236 253 245/var(--tw-bg-opacity,1))}.bg-emerald-50\/0{background-color:rgba(236,253,245,0)}.bg-emerald-50\/10{background-color:rgba(236,253,245,.1)}.bg-emerald-50\/100{background-color:#ecfdf5}.bg-emerald-50\/15{background-color:rgba(236,253,245,.15)}.bg-emerald-50\/20{background-color:rgba(236,253,245,.2)}.bg-emerald-50\/25{background-color:rgba(236,253,245,.25)}.bg-emerald-50\/30{background-color:rgba(236,253,245,.3)}.bg-emerald-50\/35{background-color:rgba(236,253,245,.35)}.bg-emerald-50\/40{background-color:rgba(236,253,245,.4)}.bg-emerald-50\/45{background-color:rgba(236,253,245,.45)}.bg-emerald-50\/5{background-color:rgba(236,253,245,.05)}.bg-emerald-50\/50{background-color:rgba(236,253,245,.5)}.bg-emerald-50\/55{background-color:rgba(236,253,245,.55)}.bg-emerald-50\/60{background-color:rgba(236,253,245,.6)}.bg-emerald-50\/65{background-color:rgba(236,253,245,.65)}.bg-emerald-50\/70{background-color:rgba(236,253,245,.7)}.bg-emerald-50\/75{background-color:rgba(236,253,245,.75)}.bg-emerald-50\/80{background-color:rgba(236,253,245,.8)}.bg-emerald-50\/85{background-color:rgba(236,253,245,.85)}.bg-emerald-50\/90{background-color:rgba(236,253,245,.9)}.bg-emerald-50\/95{background-color:rgba(236,253,245,.95)}.bg-emerald-500{--tw-bg-opacity:1;background-color:rgb(16 185 129/var(--tw-bg-opacity,1))}.bg-emerald-500\/0{background-color:rgba(16,185,129,0)}.bg-emerald-500\/10{background-color:rgba(16,185,129,.1)}.bg-emerald-500\/100{background-color:#10b981}.bg-emerald-500\/15{background-color:rgba(16,185,129,.15)}.bg-emerald-500\/20{background-color:rgba(16,185,129,.2)}.bg-emerald-500\/25{background-color:rgba(16,185,129,.25)}.bg-emerald-500\/30{background-color:rgba(16,185,129,.3)}.bg-emerald-500\/35{background-color:rgba(16,185,129,.35)}.bg-emerald-500\/40{background-color:rgba(16,185,129,.4)}.bg-emerald-500\/45{background-color:rgba(16,185,129,.45)}.bg-emerald-500\/5{background-color:rgba(16,185,129,.05)}.bg-emerald-500\/50{background-color:rgba(16,185,129,.5)}.bg-emerald-500\/55{background-color:rgba(16,185,129,.55)}.bg-emerald-500\/60{background-color:rgba(16,185,129,.6)}.bg-emerald-500\/65{background-color:rgba(16,185,129,.65)}.bg-emerald-500\/70{background-color:rgba(16,185,129,.7)}.bg-emerald-500\/75{background-color:rgba(16,185,129,.75)}.bg-emerald-500\/80{background-color:rgba(16,185,129,.8)}.bg-emerald-500\/85{background-color:rgba(16,185,129,.85)}.bg-emerald-500\/90{background-color:rgba(16,185,129,.9)}.bg-emerald-500\/95{background-color:rgba(16,185,129,.95)}.bg-emerald-600{--tw-bg-opacity:1;background-color:rgb(5 150 105/var(--tw-bg-opacity,1))}.bg-emerald-600\/0{background-color:rgba(5,150,105,0)}.bg-emerald-600\/10{background-color:rgba(5,150,105,.1)}.bg-emerald-600\/100{background-color:#059669}.bg-emerald-600\/15{background-color:rgba(5,150,105,.15)}.bg-emerald-600\/20{background-color:rgba(5,150,105,.2)}.bg-emerald-600\/25{background-color:rgba(5,150,105,.25)}.bg-emerald-600\/30{background-color:rgba(5,150,105,.3)}.bg-emerald-600\/35{background-color:rgba(5,150,105,.35)}.bg-emerald-600\/40{background-color:rgba(5,150,105,.4)}.bg-emerald-600\/45{background-color:rgba(5,150,105,.45)}.bg-emerald-600\/5{background-color:rgba(5,150,105,.05)}.bg-emerald-600\/50{background-color:rgba(5,150,105,.5)}.bg-emerald-600\/55{background-color:rgba(5,150,105,.55)}.bg-emerald-600\/60{background-color:rgba(5,150,105,.6)}.bg-emerald-600\/65{background-color:rgba(5,150,105,.65)}.bg-emerald-600\/70{background-color:rgba(5,150,105,.7)}.bg-emerald-600\/75{background-color:rgba(5,150,105,.75)}.bg-emerald-600\/80{background-color:rgba(5,150,105,.8)}.bg-emerald-600\/85{background-color:rgba(5,150,105,.85)}.bg-emerald-600\/90{background-color:rgba(5,150,105,.9)}.bg-emerald-600\/95{background-color:rgba(5,150,105,.95)}.bg-emerald-700{--tw-bg-opacity:1;background-color:rgb(4 120 87/var(--tw-bg-opacity,1))}.bg-emerald-700\/0{background-color:rgba(4,120,87,0)}.bg-emerald-700\/10{background-color:rgba(4,120,87,.1)}.bg-emerald-700\/100{background-color:#047857}.bg-emerald-700\/15{background-color:rgba(4,120,87,.15)}.bg-emerald-700\/20{background-color:rgba(4,120,87,.2)}.bg-emerald-700\/25{background-color:rgba(4,120,87,.25)}.bg-emerald-700\/30{background-color:rgba(4,120,87,.3)}.bg-emerald-700\/35{background-color:rgba(4,120,87,.35)}.bg-emerald-700\/40{background-color:rgba(4,120,87,.4)}.bg-emerald-700\/45{background-color:rgba(4,120,87,.45)}.bg-emerald-700\/5{background-color:rgba(4,120,87,.05)}.bg-emerald-700\/50{background-color:rgba(4,120,87,.5)}.bg-emerald-700\/55{background-color:rgba(4,120,87,.55)}.bg-emerald-700\/60{background-color:rgba(4,120,87,.6)}.bg-emerald-700\/65{background-color:rgba(4,120,87,.65)}.bg-emerald-700\/70{background-color:rgba(4,120,87,.7)}.bg-emerald-700\/75{background-color:rgba(4,120,87,.75)}.bg-emerald-700\/80{background-color:rgba(4,120,87,.8)}.bg-emerald-700\/85{background-color:rgba(4,120,87,.85)}.bg-emerald-700\/90{background-color:rgba(4,120,87,.9)}.bg-emerald-700\/95{background-color:rgba(4,120,87,.95)}.bg-emerald-800{--tw-bg-opacity:1;background-color:rgb(6 95 70/var(--tw-bg-opacity,1))}.bg-emerald-800\/0{background-color:rgba(6,95,70,0)}.bg-emerald-800\/10{background-color:rgba(6,95,70,.1)}.bg-emerald-800\/100{background-color:#065f46}.bg-emerald-800\/15{background-color:rgba(6,95,70,.15)}.bg-emerald-800\/20{background-color:rgba(6,95,70,.2)}.bg-emerald-800\/25{background-color:rgba(6,95,70,.25)}.bg-emerald-800\/30{background-color:rgba(6,95,70,.3)}.bg-emerald-800\/35{background-color:rgba(6,95,70,.35)}.bg-emerald-800\/40{background-color:rgba(6,95,70,.4)}.bg-emerald-800\/45{background-color:rgba(6,95,70,.45)}.bg-emerald-800\/5{background-color:rgba(6,95,70,.05)}.bg-emerald-800\/50{background-color:rgba(6,95,70,.5)}.bg-emerald-800\/55{background-color:rgba(6,95,70,.55)}.bg-emerald-800\/60{background-color:rgba(6,95,70,.6)}.bg-emerald-800\/65{background-color:rgba(6,95,70,.65)}.bg-emerald-800\/70{background-color:rgba(6,95,70,.7)}.bg-emerald-800\/75{background-color:rgba(6,95,70,.75)}.bg-emerald-800\/80{background-color:rgba(6,95,70,.8)}.bg-emerald-800\/85{background-color:rgba(6,95,70,.85)}.bg-emerald-800\/90{background-color:rgba(6,95,70,.9)}.bg-emerald-800\/95{background-color:rgba(6,95,70,.95)}.bg-emerald-900{--tw-bg-opacity:1;background-color:rgb(6 78 59/var(--tw-bg-opacity,1))}.bg-emerald-900\/0{background-color:rgba(6,78,59,0)}.bg-emerald-900\/10{background-color:rgba(6,78,59,.1)}.bg-emerald-900\/100{background-color:#064e3b}.bg-emerald-900\/15{background-color:rgba(6,78,59,.15)}.bg-emerald-900\/20{background-color:rgba(6,78,59,.2)}.bg-emerald-900\/25{background-color:rgba(6,78,59,.25)}.bg-emerald-900\/30{background-color:rgba(6,78,59,.3)}.bg-emerald-900\/35{background-color:rgba(6,78,59,.35)}.bg-emerald-900\/40{background-color:rgba(6,78,59,.4)}.bg-emerald-900\/45{background-color:rgba(6,78,59,.45)}.bg-emerald-900\/5{background-color:rgba(6,78,59,.05)}.bg-emerald-900\/50{background-color:rgba(6,78,59,.5)}.bg-emerald-900\/55{background-color:rgba(6,78,59,.55)}.bg-emerald-900\/60{background-color:rgba(6,78,59,.6)}.bg-emerald-900\/65{background-color:rgba(6,78,59,.65)}.bg-emerald-900\/70{background-color:rgba(6,78,59,.7)}.bg-emerald-900\/75{background-color:rgba(6,78,59,.75)}.bg-emerald-900\/80{background-color:rgba(6,78,59,.8)}.bg-emerald-900\/85{background-color:rgba(6,78,59,.85)}.bg-emerald-900\/90{background-color:rgba(6,78,59,.9)}.bg-emerald-900\/95{background-color:rgba(6,78,59,.95)}.bg-emerald-950{--tw-bg-opacity:1;background-color:rgb(2 44 34/var(--tw-bg-opacity,1))}.bg-emerald-950\/0{background-color:rgba(2,44,34,0)}.bg-emerald-950\/10{background-color:rgba(2,44,34,.1)}.bg-emerald-950\/100{background-color:#022c22}.bg-emerald-950\/15{background-color:rgba(2,44,34,.15)}.bg-emerald-950\/20{background-color:rgba(2,44,34,.2)}.bg-emerald-950\/25{background-color:rgba(2,44,34,.25)}.bg-emerald-950\/30{background-color:rgba(2,44,34,.3)}.bg-emerald-950\/35{background-color:rgba(2,44,34,.35)}.bg-emerald-950\/40{background-color:rgba(2,44,34,.4)}.bg-emerald-950\/45{background-color:rgba(2,44,34,.45)}.bg-emerald-950\/5{background-color:rgba(2,44,34,.05)}.bg-emerald-950\/50{background-color:rgba(2,44,34,.5)}.bg-emerald-950\/55{background-color:rgba(2,44,34,.55)}.bg-emerald-950\/60{background-color:rgba(2,44,34,.6)}.bg-emerald-950\/65{background-color:rgba(2,44,34,.65)}.bg-emerald-950\/70{background-color:rgba(2,44,34,.7)}.bg-emerald-950\/75{background-color:rgba(2,44,34,.75)}.bg-emerald-950\/80{background-color:rgba(2,44,34,.8)}.bg-emerald-950\/85{background-color:rgba(2,44,34,.85)}.bg-emerald-950\/90{background-color:rgba(2,44,34,.9)}.bg-emerald-950\/95{background-color:rgba(2,44,34,.95)}.bg-fuchsia-100{--tw-bg-opacity:1;background-color:rgb(250 232 255/var(--tw-bg-opacity,1))}.bg-fuchsia-100\/0{background-color:rgba(250,232,255,0)}.bg-fuchsia-100\/10{background-color:rgba(250,232,255,.1)}.bg-fuchsia-100\/100{background-color:#fae8ff}.bg-fuchsia-100\/15{background-color:rgba(250,232,255,.15)}.bg-fuchsia-100\/20{background-color:rgba(250,232,255,.2)}.bg-fuchsia-100\/25{background-color:rgba(250,232,255,.25)}.bg-fuchsia-100\/30{background-color:rgba(250,232,255,.3)}.bg-fuchsia-100\/35{background-color:rgba(250,232,255,.35)}.bg-fuchsia-100\/40{background-color:rgba(250,232,255,.4)}.bg-fuchsia-100\/45{background-color:rgba(250,232,255,.45)}.bg-fuchsia-100\/5{background-color:rgba(250,232,255,.05)}.bg-fuchsia-100\/50{background-color:rgba(250,232,255,.5)}.bg-fuchsia-100\/55{background-color:rgba(250,232,255,.55)}.bg-fuchsia-100\/60{background-color:rgba(250,232,255,.6)}.bg-fuchsia-100\/65{background-color:rgba(250,232,255,.65)}.bg-fuchsia-100\/70{background-color:rgba(250,232,255,.7)}.bg-fuchsia-100\/75{background-color:rgba(250,232,255,.75)}.bg-fuchsia-100\/80{background-color:rgba(250,232,255,.8)}.bg-fuchsia-100\/85{background-color:rgba(250,232,255,.85)}.bg-fuchsia-100\/90{background-color:rgba(250,232,255,.9)}.bg-fuchsia-100\/95{background-color:rgba(250,232,255,.95)}.bg-fuchsia-200{--tw-bg-opacity:1;background-color:rgb(245 208 254/var(--tw-bg-opacity,1))}.bg-fuchsia-200\/0{background-color:rgba(245,208,254,0)}.bg-fuchsia-200\/10{background-color:rgba(245,208,254,.1)}.bg-fuchsia-200\/100{background-color:#f5d0fe}.bg-fuchsia-200\/15{background-color:rgba(245,208,254,.15)}.bg-fuchsia-200\/20{background-color:rgba(245,208,254,.2)}.bg-fuchsia-200\/25{background-color:rgba(245,208,254,.25)}.bg-fuchsia-200\/30{background-color:rgba(245,208,254,.3)}.bg-fuchsia-200\/35{background-color:rgba(245,208,254,.35)}.bg-fuchsia-200\/40{background-color:rgba(245,208,254,.4)}.bg-fuchsia-200\/45{background-color:rgba(245,208,254,.45)}.bg-fuchsia-200\/5{background-color:rgba(245,208,254,.05)}.bg-fuchsia-200\/50{background-color:rgba(245,208,254,.5)}.bg-fuchsia-200\/55{background-color:rgba(245,208,254,.55)}.bg-fuchsia-200\/60{background-color:rgba(245,208,254,.6)}.bg-fuchsia-200\/65{background-color:rgba(245,208,254,.65)}.bg-fuchsia-200\/70{background-color:rgba(245,208,254,.7)}.bg-fuchsia-200\/75{background-color:rgba(245,208,254,.75)}.bg-fuchsia-200\/80{background-color:rgba(245,208,254,.8)}.bg-fuchsia-200\/85{background-color:rgba(245,208,254,.85)}.bg-fuchsia-200\/90{background-color:rgba(245,208,254,.9)}.bg-fuchsia-200\/95{background-color:rgba(245,208,254,.95)}.bg-fuchsia-300{--tw-bg-opacity:1;background-color:rgb(240 171 252/var(--tw-bg-opacity,1))}.bg-fuchsia-300\/0{background-color:rgba(240,171,252,0)}.bg-fuchsia-300\/10{background-color:rgba(240,171,252,.1)}.bg-fuchsia-300\/100{background-color:#f0abfc}.bg-fuchsia-300\/15{background-color:rgba(240,171,252,.15)}.bg-fuchsia-300\/20{background-color:rgba(240,171,252,.2)}.bg-fuchsia-300\/25{background-color:rgba(240,171,252,.25)}.bg-fuchsia-300\/30{background-color:rgba(240,171,252,.3)}.bg-fuchsia-300\/35{background-color:rgba(240,171,252,.35)}.bg-fuchsia-300\/40{background-color:rgba(240,171,252,.4)}.bg-fuchsia-300\/45{background-color:rgba(240,171,252,.45)}.bg-fuchsia-300\/5{background-color:rgba(240,171,252,.05)}.bg-fuchsia-300\/50{background-color:rgba(240,171,252,.5)}.bg-fuchsia-300\/55{background-color:rgba(240,171,252,.55)}.bg-fuchsia-300\/60{background-color:rgba(240,171,252,.6)}.bg-fuchsia-300\/65{background-color:rgba(240,171,252,.65)}.bg-fuchsia-300\/70{background-color:rgba(240,171,252,.7)}.bg-fuchsia-300\/75{background-color:rgba(240,171,252,.75)}.bg-fuchsia-300\/80{background-color:rgba(240,171,252,.8)}.bg-fuchsia-300\/85{background-color:rgba(240,171,252,.85)}.bg-fuchsia-300\/90{background-color:rgba(240,171,252,.9)}.bg-fuchsia-300\/95{background-color:rgba(240,171,252,.95)}.bg-fuchsia-400{--tw-bg-opacity:1;background-color:rgb(232 121 249/var(--tw-bg-opacity,1))}.bg-fuchsia-400\/0{background-color:rgba(232,121,249,0)}.bg-fuchsia-400\/10{background-color:rgba(232,121,249,.1)}.bg-fuchsia-400\/100{background-color:#e879f9}.bg-fuchsia-400\/15{background-color:rgba(232,121,249,.15)}.bg-fuchsia-400\/20{background-color:rgba(232,121,249,.2)}.bg-fuchsia-400\/25{background-color:rgba(232,121,249,.25)}.bg-fuchsia-400\/30{background-color:rgba(232,121,249,.3)}.bg-fuchsia-400\/35{background-color:rgba(232,121,249,.35)}.bg-fuchsia-400\/40{background-color:rgba(232,121,249,.4)}.bg-fuchsia-400\/45{background-color:rgba(232,121,249,.45)}.bg-fuchsia-400\/5{background-color:rgba(232,121,249,.05)}.bg-fuchsia-400\/50{background-color:rgba(232,121,249,.5)}.bg-fuchsia-400\/55{background-color:rgba(232,121,249,.55)}.bg-fuchsia-400\/60{background-color:rgba(232,121,249,.6)}.bg-fuchsia-400\/65{background-color:rgba(232,121,249,.65)}.bg-fuchsia-400\/70{background-color:rgba(232,121,249,.7)}.bg-fuchsia-400\/75{background-color:rgba(232,121,249,.75)}.bg-fuchsia-400\/80{background-color:rgba(232,121,249,.8)}.bg-fuchsia-400\/85{background-color:rgba(232,121,249,.85)}.bg-fuchsia-400\/90{background-color:rgba(232,121,249,.9)}.bg-fuchsia-400\/95{background-color:rgba(232,121,249,.95)}.bg-fuchsia-50{--tw-bg-opacity:1;background-color:rgb(253 244 255/var(--tw-bg-opacity,1))}.bg-fuchsia-50\/0{background-color:rgba(253,244,255,0)}.bg-fuchsia-50\/10{background-color:rgba(253,244,255,.1)}.bg-fuchsia-50\/100{background-color:#fdf4ff}.bg-fuchsia-50\/15{background-color:rgba(253,244,255,.15)}.bg-fuchsia-50\/20{background-color:rgba(253,244,255,.2)}.bg-fuchsia-50\/25{background-color:rgba(253,244,255,.25)}.bg-fuchsia-50\/30{background-color:rgba(253,244,255,.3)}.bg-fuchsia-50\/35{background-color:rgba(253,244,255,.35)}.bg-fuchsia-50\/40{background-color:rgba(253,244,255,.4)}.bg-fuchsia-50\/45{background-color:rgba(253,244,255,.45)}.bg-fuchsia-50\/5{background-color:rgba(253,244,255,.05)}.bg-fuchsia-50\/50{background-color:rgba(253,244,255,.5)}.bg-fuchsia-50\/55{background-color:rgba(253,244,255,.55)}.bg-fuchsia-50\/60{background-color:rgba(253,244,255,.6)}.bg-fuchsia-50\/65{background-color:rgba(253,244,255,.65)}.bg-fuchsia-50\/70{background-color:rgba(253,244,255,.7)}.bg-fuchsia-50\/75{background-color:rgba(253,244,255,.75)}.bg-fuchsia-50\/80{background-color:rgba(253,244,255,.8)}.bg-fuchsia-50\/85{background-color:rgba(253,244,255,.85)}.bg-fuchsia-50\/90{background-color:rgba(253,244,255,.9)}.bg-fuchsia-50\/95{background-color:rgba(253,244,255,.95)}.bg-fuchsia-500{--tw-bg-opacity:1;background-color:rgb(217 70 239/var(--tw-bg-opacity,1))}.bg-fuchsia-500\/0{background-color:rgba(217,70,239,0)}.bg-fuchsia-500\/10{background-color:rgba(217,70,239,.1)}.bg-fuchsia-500\/100{background-color:#d946ef}.bg-fuchsia-500\/15{background-color:rgba(217,70,239,.15)}.bg-fuchsia-500\/20{background-color:rgba(217,70,239,.2)}.bg-fuchsia-500\/25{background-color:rgba(217,70,239,.25)}.bg-fuchsia-500\/30{background-color:rgba(217,70,239,.3)}.bg-fuchsia-500\/35{background-color:rgba(217,70,239,.35)}.bg-fuchsia-500\/40{background-color:rgba(217,70,239,.4)}.bg-fuchsia-500\/45{background-color:rgba(217,70,239,.45)}.bg-fuchsia-500\/5{background-color:rgba(217,70,239,.05)}.bg-fuchsia-500\/50{background-color:rgba(217,70,239,.5)}.bg-fuchsia-500\/55{background-color:rgba(217,70,239,.55)}.bg-fuchsia-500\/60{background-color:rgba(217,70,239,.6)}.bg-fuchsia-500\/65{background-color:rgba(217,70,239,.65)}.bg-fuchsia-500\/70{background-color:rgba(217,70,239,.7)}.bg-fuchsia-500\/75{background-color:rgba(217,70,239,.75)}.bg-fuchsia-500\/80{background-color:rgba(217,70,239,.8)}.bg-fuchsia-500\/85{background-color:rgba(217,70,239,.85)}.bg-fuchsia-500\/90{background-color:rgba(217,70,239,.9)}.bg-fuchsia-500\/95{background-color:rgba(217,70,239,.95)}.bg-fuchsia-600{--tw-bg-opacity:1;background-color:rgb(192 38 211/var(--tw-bg-opacity,1))}.bg-fuchsia-600\/0{background-color:rgba(192,38,211,0)}.bg-fuchsia-600\/10{background-color:rgba(192,38,211,.1)}.bg-fuchsia-600\/100{background-color:#c026d3}.bg-fuchsia-600\/15{background-color:rgba(192,38,211,.15)}.bg-fuchsia-600\/20{background-color:rgba(192,38,211,.2)}.bg-fuchsia-600\/25{background-color:rgba(192,38,211,.25)}.bg-fuchsia-600\/30{background-color:rgba(192,38,211,.3)}.bg-fuchsia-600\/35{background-color:rgba(192,38,211,.35)}.bg-fuchsia-600\/40{background-color:rgba(192,38,211,.4)}.bg-fuchsia-600\/45{background-color:rgba(192,38,211,.45)}.bg-fuchsia-600\/5{background-color:rgba(192,38,211,.05)}.bg-fuchsia-600\/50{background-color:rgba(192,38,211,.5)}.bg-fuchsia-600\/55{background-color:rgba(192,38,211,.55)}.bg-fuchsia-600\/60{background-color:rgba(192,38,211,.6)}.bg-fuchsia-600\/65{background-color:rgba(192,38,211,.65)}.bg-fuchsia-600\/70{background-color:rgba(192,38,211,.7)}.bg-fuchsia-600\/75{background-color:rgba(192,38,211,.75)}.bg-fuchsia-600\/80{background-color:rgba(192,38,211,.8)}.bg-fuchsia-600\/85{background-color:rgba(192,38,211,.85)}.bg-fuchsia-600\/90{background-color:rgba(192,38,211,.9)}.bg-fuchsia-600\/95{background-color:rgba(192,38,211,.95)}.bg-fuchsia-700{--tw-bg-opacity:1;background-color:rgb(162 28 175/var(--tw-bg-opacity,1))}.bg-fuchsia-700\/0{background-color:rgba(162,28,175,0)}.bg-fuchsia-700\/10{background-color:rgba(162,28,175,.1)}.bg-fuchsia-700\/100{background-color:#a21caf}.bg-fuchsia-700\/15{background-color:rgba(162,28,175,.15)}.bg-fuchsia-700\/20{background-color:rgba(162,28,175,.2)}.bg-fuchsia-700\/25{background-color:rgba(162,28,175,.25)}.bg-fuchsia-700\/30{background-color:rgba(162,28,175,.3)}.bg-fuchsia-700\/35{background-color:rgba(162,28,175,.35)}.bg-fuchsia-700\/40{background-color:rgba(162,28,175,.4)}.bg-fuchsia-700\/45{background-color:rgba(162,28,175,.45)}.bg-fuchsia-700\/5{background-color:rgba(162,28,175,.05)}.bg-fuchsia-700\/50{background-color:rgba(162,28,175,.5)}.bg-fuchsia-700\/55{background-color:rgba(162,28,175,.55)}.bg-fuchsia-700\/60{background-color:rgba(162,28,175,.6)}.bg-fuchsia-700\/65{background-color:rgba(162,28,175,.65)}.bg-fuchsia-700\/70{background-color:rgba(162,28,175,.7)}.bg-fuchsia-700\/75{background-color:rgba(162,28,175,.75)}.bg-fuchsia-700\/80{background-color:rgba(162,28,175,.8)}.bg-fuchsia-700\/85{background-color:rgba(162,28,175,.85)}.bg-fuchsia-700\/90{background-color:rgba(162,28,175,.9)}.bg-fuchsia-700\/95{background-color:rgba(162,28,175,.95)}.bg-fuchsia-800{--tw-bg-opacity:1;background-color:rgb(134 25 143/var(--tw-bg-opacity,1))}.bg-fuchsia-800\/0{background-color:rgba(134,25,143,0)}.bg-fuchsia-800\/10{background-color:rgba(134,25,143,.1)}.bg-fuchsia-800\/100{background-color:#86198f}.bg-fuchsia-800\/15{background-color:rgba(134,25,143,.15)}.bg-fuchsia-800\/20{background-color:rgba(134,25,143,.2)}.bg-fuchsia-800\/25{background-color:rgba(134,25,143,.25)}.bg-fuchsia-800\/30{background-color:rgba(134,25,143,.3)}.bg-fuchsia-800\/35{background-color:rgba(134,25,143,.35)}.bg-fuchsia-800\/40{background-color:rgba(134,25,143,.4)}.bg-fuchsia-800\/45{background-color:rgba(134,25,143,.45)}.bg-fuchsia-800\/5{background-color:rgba(134,25,143,.05)}.bg-fuchsia-800\/50{background-color:rgba(134,25,143,.5)}.bg-fuchsia-800\/55{background-color:rgba(134,25,143,.55)}.bg-fuchsia-800\/60{background-color:rgba(134,25,143,.6)}.bg-fuchsia-800\/65{background-color:rgba(134,25,143,.65)}.bg-fuchsia-800\/70{background-color:rgba(134,25,143,.7)}.bg-fuchsia-800\/75{background-color:rgba(134,25,143,.75)}.bg-fuchsia-800\/80{background-color:rgba(134,25,143,.8)}.bg-fuchsia-800\/85{background-color:rgba(134,25,143,.85)}.bg-fuchsia-800\/90{background-color:rgba(134,25,143,.9)}.bg-fuchsia-800\/95{background-color:rgba(134,25,143,.95)}.bg-fuchsia-900{--tw-bg-opacity:1;background-color:rgb(112 26 117/var(--tw-bg-opacity,1))}.bg-fuchsia-900\/0{background-color:rgba(112,26,117,0)}.bg-fuchsia-900\/10{background-color:rgba(112,26,117,.1)}.bg-fuchsia-900\/100{background-color:#701a75}.bg-fuchsia-900\/15{background-color:rgba(112,26,117,.15)}.bg-fuchsia-900\/20{background-color:rgba(112,26,117,.2)}.bg-fuchsia-900\/25{background-color:rgba(112,26,117,.25)}.bg-fuchsia-900\/30{background-color:rgba(112,26,117,.3)}.bg-fuchsia-900\/35{background-color:rgba(112,26,117,.35)}.bg-fuchsia-900\/40{background-color:rgba(112,26,117,.4)}.bg-fuchsia-900\/45{background-color:rgba(112,26,117,.45)}.bg-fuchsia-900\/5{background-color:rgba(112,26,117,.05)}.bg-fuchsia-900\/50{background-color:rgba(112,26,117,.5)}.bg-fuchsia-900\/55{background-color:rgba(112,26,117,.55)}.bg-fuchsia-900\/60{background-color:rgba(112,26,117,.6)}.bg-fuchsia-900\/65{background-color:rgba(112,26,117,.65)}.bg-fuchsia-900\/70{background-color:rgba(112,26,117,.7)}.bg-fuchsia-900\/75{background-color:rgba(112,26,117,.75)}.bg-fuchsia-900\/80{background-color:rgba(112,26,117,.8)}.bg-fuchsia-900\/85{background-color:rgba(112,26,117,.85)}.bg-fuchsia-900\/90{background-color:rgba(112,26,117,.9)}.bg-fuchsia-900\/95{background-color:rgba(112,26,117,.95)}.bg-fuchsia-950{--tw-bg-opacity:1;background-color:rgb(74 4 78/var(--tw-bg-opacity,1))}.bg-fuchsia-950\/0{background-color:rgba(74,4,78,0)}.bg-fuchsia-950\/10{background-color:rgba(74,4,78,.1)}.bg-fuchsia-950\/100{background-color:#4a044e}.bg-fuchsia-950\/15{background-color:rgba(74,4,78,.15)}.bg-fuchsia-950\/20{background-color:rgba(74,4,78,.2)}.bg-fuchsia-950\/25{background-color:rgba(74,4,78,.25)}.bg-fuchsia-950\/30{background-color:rgba(74,4,78,.3)}.bg-fuchsia-950\/35{background-color:rgba(74,4,78,.35)}.bg-fuchsia-950\/40{background-color:rgba(74,4,78,.4)}.bg-fuchsia-950\/45{background-color:rgba(74,4,78,.45)}.bg-fuchsia-950\/5{background-color:rgba(74,4,78,.05)}.bg-fuchsia-950\/50{background-color:rgba(74,4,78,.5)}.bg-fuchsia-950\/55{background-color:rgba(74,4,78,.55)}.bg-fuchsia-950\/60{background-color:rgba(74,4,78,.6)}.bg-fuchsia-950\/65{background-color:rgba(74,4,78,.65)}.bg-fuchsia-950\/70{background-color:rgba(74,4,78,.7)}.bg-fuchsia-950\/75{background-color:rgba(74,4,78,.75)}.bg-fuchsia-950\/80{background-color:rgba(74,4,78,.8)}.bg-fuchsia-950\/85{background-color:rgba(74,4,78,.85)}.bg-fuchsia-950\/90{background-color:rgba(74,4,78,.9)}.bg-fuchsia-950\/95{background-color:rgba(74,4,78,.95)}.bg-gray{--tw-bg-opacity:1;background-color:rgb(156 155 155/var(--tw-bg-opacity,1))}.bg-gray-100{--tw-bg-opacity:1;background-color:rgb(217 217 217/var(--tw-bg-opacity,1))}.bg-gray-100\/0{background-color:hsla(0,0%,85%,0)}.bg-gray-100\/10{background-color:hsla(0,0%,85%,.1)}.bg-gray-100\/100{background-color:#d9d9d9}.bg-gray-100\/15{background-color:hsla(0,0%,85%,.15)}.bg-gray-100\/20{background-color:hsla(0,0%,85%,.2)}.bg-gray-100\/25{background-color:hsla(0,0%,85%,.25)}.bg-gray-100\/30{background-color:hsla(0,0%,85%,.3)}.bg-gray-100\/35{background-color:hsla(0,0%,85%,.35)}.bg-gray-100\/40{background-color:hsla(0,0%,85%,.4)}.bg-gray-100\/45{background-color:hsla(0,0%,85%,.45)}.bg-gray-100\/5{background-color:hsla(0,0%,85%,.05)}.bg-gray-100\/50{background-color:hsla(0,0%,85%,.5)}.bg-gray-100\/55{background-color:hsla(0,0%,85%,.55)}.bg-gray-100\/60{background-color:hsla(0,0%,85%,.6)}.bg-gray-100\/65{background-color:hsla(0,0%,85%,.65)}.bg-gray-100\/70{background-color:hsla(0,0%,85%,.7)}.bg-gray-100\/75{background-color:hsla(0,0%,85%,.75)}.bg-gray-100\/80{background-color:hsla(0,0%,85%,.8)}.bg-gray-100\/85{background-color:hsla(0,0%,85%,.85)}.bg-gray-100\/90{background-color:hsla(0,0%,85%,.9)}.bg-gray-100\/95{background-color:hsla(0,0%,85%,.95)}.bg-gray-200{--tw-bg-opacity:1;background-color:rgb(221 221 221/var(--tw-bg-opacity,1))}.bg-gray-200\/0{background-color:hsla(0,0%,87%,0)}.bg-gray-200\/10{background-color:hsla(0,0%,87%,.1)}.bg-gray-200\/100{background-color:#ddd}.bg-gray-200\/15{background-color:hsla(0,0%,87%,.15)}.bg-gray-200\/20{background-color:hsla(0,0%,87%,.2)}.bg-gray-200\/25{background-color:hsla(0,0%,87%,.25)}.bg-gray-200\/30{background-color:hsla(0,0%,87%,.3)}.bg-gray-200\/35{background-color:hsla(0,0%,87%,.35)}.bg-gray-200\/40{background-color:hsla(0,0%,87%,.4)}.bg-gray-200\/45{background-color:hsla(0,0%,87%,.45)}.bg-gray-200\/5{background-color:hsla(0,0%,87%,.05)}.bg-gray-200\/50{background-color:hsla(0,0%,87%,.5)}.bg-gray-200\/55{background-color:hsla(0,0%,87%,.55)}.bg-gray-200\/60{background-color:hsla(0,0%,87%,.6)}.bg-gray-200\/65{background-color:hsla(0,0%,87%,.65)}.bg-gray-200\/70{background-color:hsla(0,0%,87%,.7)}.bg-gray-200\/75{background-color:hsla(0,0%,87%,.75)}.bg-gray-200\/80{background-color:hsla(0,0%,87%,.8)}.bg-gray-200\/85{background-color:hsla(0,0%,87%,.85)}.bg-gray-200\/90{background-color:hsla(0,0%,87%,.9)}.bg-gray-200\/95{background-color:hsla(0,0%,87%,.95)}.bg-gray-300{--tw-bg-opacity:1;background-color:rgb(249 249 249/var(--tw-bg-opacity,1))}.bg-gray-300\/0{background-color:hsla(0,0%,98%,0)}.bg-gray-300\/10{background-color:hsla(0,0%,98%,.1)}.bg-gray-300\/100{background-color:#f9f9f9}.bg-gray-300\/15{background-color:hsla(0,0%,98%,.15)}.bg-gray-300\/20{background-color:hsla(0,0%,98%,.2)}.bg-gray-300\/25{background-color:hsla(0,0%,98%,.25)}.bg-gray-300\/30{background-color:hsla(0,0%,98%,.3)}.bg-gray-300\/35{background-color:hsla(0,0%,98%,.35)}.bg-gray-300\/40{background-color:hsla(0,0%,98%,.4)}.bg-gray-300\/45{background-color:hsla(0,0%,98%,.45)}.bg-gray-300\/5{background-color:hsla(0,0%,98%,.05)}.bg-gray-300\/50{background-color:hsla(0,0%,98%,.5)}.bg-gray-300\/55{background-color:hsla(0,0%,98%,.55)}.bg-gray-300\/60{background-color:hsla(0,0%,98%,.6)}.bg-gray-300\/65{background-color:hsla(0,0%,98%,.65)}.bg-gray-300\/70{background-color:hsla(0,0%,98%,.7)}.bg-gray-300\/75{background-color:hsla(0,0%,98%,.75)}.bg-gray-300\/80{background-color:hsla(0,0%,98%,.8)}.bg-gray-300\/85{background-color:hsla(0,0%,98%,.85)}.bg-gray-300\/90{background-color:hsla(0,0%,98%,.9)}.bg-gray-300\/95{background-color:hsla(0,0%,98%,.95)}.bg-gray-400{--tw-bg-opacity:1;background-color:rgb(156 163 175/var(--tw-bg-opacity,1))}.bg-gray-400\/0{background-color:rgba(156,163,175,0)}.bg-gray-400\/10{background-color:rgba(156,163,175,.1)}.bg-gray-400\/100{background-color:#9ca3af}.bg-gray-400\/15{background-color:rgba(156,163,175,.15)}.bg-gray-400\/20{background-color:rgba(156,163,175,.2)}.bg-gray-400\/25{background-color:rgba(156,163,175,.25)}.bg-gray-400\/30{background-color:rgba(156,163,175,.3)}.bg-gray-400\/35{background-color:rgba(156,163,175,.35)}.bg-gray-400\/40{background-color:rgba(156,163,175,.4)}.bg-gray-400\/45{background-color:rgba(156,163,175,.45)}.bg-gray-400\/5{background-color:rgba(156,163,175,.05)}.bg-gray-400\/50{background-color:rgba(156,163,175,.5)}.bg-gray-400\/55{background-color:rgba(156,163,175,.55)}.bg-gray-400\/60{background-color:rgba(156,163,175,.6)}.bg-gray-400\/65{background-color:rgba(156,163,175,.65)}.bg-gray-400\/70{background-color:rgba(156,163,175,.7)}.bg-gray-400\/75{background-color:rgba(156,163,175,.75)}.bg-gray-400\/80{background-color:rgba(156,163,175,.8)}.bg-gray-400\/85{background-color:rgba(156,163,175,.85)}.bg-gray-400\/90{background-color:rgba(156,163,175,.9)}.bg-gray-400\/95{background-color:rgba(156,163,175,.95)}.bg-gray-50{--tw-bg-opacity:1;background-color:rgb(249 250 251/var(--tw-bg-opacity,1))}.bg-gray-50\/0{background-color:rgba(249,250,251,0)}.bg-gray-50\/10{background-color:rgba(249,250,251,.1)}.bg-gray-50\/100{background-color:#f9fafb}.bg-gray-50\/15{background-color:rgba(249,250,251,.15)}.bg-gray-50\/20{background-color:rgba(249,250,251,.2)}.bg-gray-50\/25{background-color:rgba(249,250,251,.25)}.bg-gray-50\/30{background-color:rgba(249,250,251,.3)}.bg-gray-50\/35{background-color:rgba(249,250,251,.35)}.bg-gray-50\/40{background-color:rgba(249,250,251,.4)}.bg-gray-50\/45{background-color:rgba(249,250,251,.45)}.bg-gray-50\/5{background-color:rgba(249,250,251,.05)}.bg-gray-50\/50{background-color:rgba(249,250,251,.5)}.bg-gray-50\/55{background-color:rgba(249,250,251,.55)}.bg-gray-50\/60{background-color:rgba(249,250,251,.6)}.bg-gray-50\/65{background-color:rgba(249,250,251,.65)}.bg-gray-50\/70{background-color:rgba(249,250,251,.7)}.bg-gray-50\/75{background-color:rgba(249,250,251,.75)}.bg-gray-50\/80{background-color:rgba(249,250,251,.8)}.bg-gray-50\/85{background-color:rgba(249,250,251,.85)}.bg-gray-50\/90{background-color:rgba(249,250,251,.9)}.bg-gray-50\/95{background-color:rgba(249,250,251,.95)}.bg-gray-500{--tw-bg-opacity:1;background-color:rgb(107 114 128/var(--tw-bg-opacity,1))}.bg-gray-500\/0{background-color:hsla(220,9%,46%,0)}.bg-gray-500\/10{background-color:hsla(220,9%,46%,.1)}.bg-gray-500\/100{background-color:#6b7280}.bg-gray-500\/15{background-color:hsla(220,9%,46%,.15)}.bg-gray-500\/20{background-color:hsla(220,9%,46%,.2)}.bg-gray-500\/25{background-color:hsla(220,9%,46%,.25)}.bg-gray-500\/30{background-color:hsla(220,9%,46%,.3)}.bg-gray-500\/35{background-color:hsla(220,9%,46%,.35)}.bg-gray-500\/40{background-color:hsla(220,9%,46%,.4)}.bg-gray-500\/45{background-color:hsla(220,9%,46%,.45)}.bg-gray-500\/5{background-color:hsla(220,9%,46%,.05)}.bg-gray-500\/50{background-color:hsla(220,9%,46%,.5)}.bg-gray-500\/55{background-color:hsla(220,9%,46%,.55)}.bg-gray-500\/60{background-color:hsla(220,9%,46%,.6)}.bg-gray-500\/65{background-color:hsla(220,9%,46%,.65)}.bg-gray-500\/70{background-color:hsla(220,9%,46%,.7)}.bg-gray-500\/75{background-color:hsla(220,9%,46%,.75)}.bg-gray-500\/80{background-color:hsla(220,9%,46%,.8)}.bg-gray-500\/85{background-color:hsla(220,9%,46%,.85)}.bg-gray-500\/90{background-color:hsla(220,9%,46%,.9)}.bg-gray-500\/95{background-color:hsla(220,9%,46%,.95)}.bg-gray-600{--tw-bg-opacity:1;background-color:rgb(75 85 99/var(--tw-bg-opacity,1))}.bg-gray-600\/0{background-color:rgba(75,85,99,0)}.bg-gray-600\/10{background-color:rgba(75,85,99,.1)}.bg-gray-600\/100{background-color:#4b5563}.bg-gray-600\/15{background-color:rgba(75,85,99,.15)}.bg-gray-600\/20{background-color:rgba(75,85,99,.2)}.bg-gray-600\/25{background-color:rgba(75,85,99,.25)}.bg-gray-600\/30{background-color:rgba(75,85,99,.3)}.bg-gray-600\/35{background-color:rgba(75,85,99,.35)}.bg-gray-600\/40{background-color:rgba(75,85,99,.4)}.bg-gray-600\/45{background-color:rgba(75,85,99,.45)}.bg-gray-600\/5{background-color:rgba(75,85,99,.05)}.bg-gray-600\/50{background-color:rgba(75,85,99,.5)}.bg-gray-600\/55{background-color:rgba(75,85,99,.55)}.bg-gray-600\/60{background-color:rgba(75,85,99,.6)}.bg-gray-600\/65{background-color:rgba(75,85,99,.65)}.bg-gray-600\/70{background-color:rgba(75,85,99,.7)}.bg-gray-600\/75{background-color:rgba(75,85,99,.75)}.bg-gray-600\/80{background-color:rgba(75,85,99,.8)}.bg-gray-600\/85{background-color:rgba(75,85,99,.85)}.bg-gray-600\/90{background-color:rgba(75,85,99,.9)}.bg-gray-600\/95{background-color:rgba(75,85,99,.95)}.bg-gray-700{--tw-bg-opacity:1;background-color:rgb(55 65 81/var(--tw-bg-opacity,1))}.bg-gray-700\/0{background-color:rgba(55,65,81,0)}.bg-gray-700\/10{background-color:rgba(55,65,81,.1)}.bg-gray-700\/100{background-color:#374151}.bg-gray-700\/15{background-color:rgba(55,65,81,.15)}.bg-gray-700\/20{background-color:rgba(55,65,81,.2)}.bg-gray-700\/25{background-color:rgba(55,65,81,.25)}.bg-gray-700\/30{background-color:rgba(55,65,81,.3)}.bg-gray-700\/35{background-color:rgba(55,65,81,.35)}.bg-gray-700\/40{background-color:rgba(55,65,81,.4)}.bg-gray-700\/45{background-color:rgba(55,65,81,.45)}.bg-gray-700\/5{background-color:rgba(55,65,81,.05)}.bg-gray-700\/50{background-color:rgba(55,65,81,.5)}.bg-gray-700\/55{background-color:rgba(55,65,81,.55)}.bg-gray-700\/60{background-color:rgba(55,65,81,.6)}.bg-gray-700\/65{background-color:rgba(55,65,81,.65)}.bg-gray-700\/70{background-color:rgba(55,65,81,.7)}.bg-gray-700\/75{background-color:rgba(55,65,81,.75)}.bg-gray-700\/80{background-color:rgba(55,65,81,.8)}.bg-gray-700\/85{background-color:rgba(55,65,81,.85)}.bg-gray-700\/90{background-color:rgba(55,65,81,.9)}.bg-gray-700\/95{background-color:rgba(55,65,81,.95)}.bg-gray-800{--tw-bg-opacity:1;background-color:rgb(31 41 55/var(--tw-bg-opacity,1))}.bg-gray-800\/0{background-color:rgba(31,41,55,0)}.bg-gray-800\/10{background-color:rgba(31,41,55,.1)}.bg-gray-800\/100{background-color:#1f2937}.bg-gray-800\/15{background-color:rgba(31,41,55,.15)}.bg-gray-800\/20{background-color:rgba(31,41,55,.2)}.bg-gray-800\/25{background-color:rgba(31,41,55,.25)}.bg-gray-800\/30{background-color:rgba(31,41,55,.3)}.bg-gray-800\/35{background-color:rgba(31,41,55,.35)}.bg-gray-800\/40{background-color:rgba(31,41,55,.4)}.bg-gray-800\/45{background-color:rgba(31,41,55,.45)}.bg-gray-800\/5{background-color:rgba(31,41,55,.05)}.bg-gray-800\/50{background-color:rgba(31,41,55,.5)}.bg-gray-800\/55{background-color:rgba(31,41,55,.55)}.bg-gray-800\/60{background-color:rgba(31,41,55,.6)}.bg-gray-800\/65{background-color:rgba(31,41,55,.65)}.bg-gray-800\/70{background-color:rgba(31,41,55,.7)}.bg-gray-800\/75{background-color:rgba(31,41,55,.75)}.bg-gray-800\/80{background-color:rgba(31,41,55,.8)}.bg-gray-800\/85{background-color:rgba(31,41,55,.85)}.bg-gray-800\/90{background-color:rgba(31,41,55,.9)}.bg-gray-800\/95{background-color:rgba(31,41,55,.95)}.bg-gray-900{--tw-bg-opacity:1;background-color:rgb(17 24 39/var(--tw-bg-opacity,1))}.bg-gray-900\/0{background-color:rgba(17,24,39,0)}.bg-gray-900\/10{background-color:rgba(17,24,39,.1)}.bg-gray-900\/100{background-color:#111827}.bg-gray-900\/15{background-color:rgba(17,24,39,.15)}.bg-gray-900\/20{background-color:rgba(17,24,39,.2)}.bg-gray-900\/25{background-color:rgba(17,24,39,.25)}.bg-gray-900\/30{background-color:rgba(17,24,39,.3)}.bg-gray-900\/35{background-color:rgba(17,24,39,.35)}.bg-gray-900\/40{background-color:rgba(17,24,39,.4)}.bg-gray-900\/45{background-color:rgba(17,24,39,.45)}.bg-gray-900\/5{background-color:rgba(17,24,39,.05)}.bg-gray-900\/50{background-color:rgba(17,24,39,.5)}.bg-gray-900\/55{background-color:rgba(17,24,39,.55)}.bg-gray-900\/60{background-color:rgba(17,24,39,.6)}.bg-gray-900\/65{background-color:rgba(17,24,39,.65)}.bg-gray-900\/70{background-color:rgba(17,24,39,.7)}.bg-gray-900\/75{background-color:rgba(17,24,39,.75)}.bg-gray-900\/80{background-color:rgba(17,24,39,.8)}.bg-gray-900\/85{background-color:rgba(17,24,39,.85)}.bg-gray-900\/90{background-color:rgba(17,24,39,.9)}.bg-gray-900\/95{background-color:rgba(17,24,39,.95)}.bg-gray-950{--tw-bg-opacity:1;background-color:rgb(3 7 18/var(--tw-bg-opacity,1))}.bg-gray-950\/0{background-color:rgba(3,7,18,0)}.bg-gray-950\/10{background-color:rgba(3,7,18,.1)}.bg-gray-950\/100{background-color:#030712}.bg-gray-950\/15{background-color:rgba(3,7,18,.15)}.bg-gray-950\/20{background-color:rgba(3,7,18,.2)}.bg-gray-950\/25{background-color:rgba(3,7,18,.25)}.bg-gray-950\/30{background-color:rgba(3,7,18,.3)}.bg-gray-950\/35{background-color:rgba(3,7,18,.35)}.bg-gray-950\/40{background-color:rgba(3,7,18,.4)}.bg-gray-950\/45{background-color:rgba(3,7,18,.45)}.bg-gray-950\/5{background-color:rgba(3,7,18,.05)}.bg-gray-950\/50{background-color:rgba(3,7,18,.5)}.bg-gray-950\/55{background-color:rgba(3,7,18,.55)}.bg-gray-950\/60{background-color:rgba(3,7,18,.6)}.bg-gray-950\/65{background-color:rgba(3,7,18,.65)}.bg-gray-950\/70{background-color:rgba(3,7,18,.7)}.bg-gray-950\/75{background-color:rgba(3,7,18,.75)}.bg-gray-950\/80{background-color:rgba(3,7,18,.8)}.bg-gray-950\/85{background-color:rgba(3,7,18,.85)}.bg-gray-950\/90{background-color:rgba(3,7,18,.9)}.bg-gray-950\/95{background-color:rgba(3,7,18,.95)}.bg-gray\/0{background-color:hsla(0,1%,61%,0)}.bg-gray\/10{background-color:hsla(0,1%,61%,.1)}.bg-gray\/100{background-color:#9c9b9b}.bg-gray\/15{background-color:hsla(0,1%,61%,.15)}.bg-gray\/20{background-color:hsla(0,1%,61%,.2)}.bg-gray\/25{background-color:hsla(0,1%,61%,.25)}.bg-gray\/30{background-color:hsla(0,1%,61%,.3)}.bg-gray\/35{background-color:hsla(0,1%,61%,.35)}.bg-gray\/40{background-color:hsla(0,1%,61%,.4)}.bg-gray\/45{background-color:hsla(0,1%,61%,.45)}.bg-gray\/5{background-color:hsla(0,1%,61%,.05)}.bg-gray\/50{background-color:hsla(0,1%,61%,.5)}.bg-gray\/55{background-color:hsla(0,1%,61%,.55)}.bg-gray\/60{background-color:hsla(0,1%,61%,.6)}.bg-gray\/65{background-color:hsla(0,1%,61%,.65)}.bg-gray\/70{background-color:hsla(0,1%,61%,.7)}.bg-gray\/75{background-color:hsla(0,1%,61%,.75)}.bg-gray\/80{background-color:hsla(0,1%,61%,.8)}.bg-gray\/85{background-color:hsla(0,1%,61%,.85)}.bg-gray\/90{background-color:hsla(0,1%,61%,.9)}.bg-gray\/95{background-color:hsla(0,1%,61%,.95)}.bg-green{--tw-bg-opacity:1;background-color:rgb(124 204 152/var(--tw-bg-opacity,1))}.bg-green-100{--tw-bg-opacity:1;background-color:rgb(220 252 231/var(--tw-bg-opacity,1))}.bg-green-100\/0{background-color:rgba(220,252,231,0)}.bg-green-100\/10{background-color:rgba(220,252,231,.1)}.bg-green-100\/100{background-color:#dcfce7}.bg-green-100\/15{background-color:rgba(220,252,231,.15)}.bg-green-100\/20{background-color:rgba(220,252,231,.2)}.bg-green-100\/25{background-color:rgba(220,252,231,.25)}.bg-green-100\/30{background-color:rgba(220,252,231,.3)}.bg-green-100\/35{background-color:rgba(220,252,231,.35)}.bg-green-100\/40{background-color:rgba(220,252,231,.4)}.bg-green-100\/45{background-color:rgba(220,252,231,.45)}.bg-green-100\/5{background-color:rgba(220,252,231,.05)}.bg-green-100\/50{background-color:rgba(220,252,231,.5)}.bg-green-100\/55{background-color:rgba(220,252,231,.55)}.bg-green-100\/60{background-color:rgba(220,252,231,.6)}.bg-green-100\/65{background-color:rgba(220,252,231,.65)}.bg-green-100\/70{background-color:rgba(220,252,231,.7)}.bg-green-100\/75{background-color:rgba(220,252,231,.75)}.bg-green-100\/80{background-color:rgba(220,252,231,.8)}.bg-green-100\/85{background-color:rgba(220,252,231,.85)}.bg-green-100\/90{background-color:rgba(220,252,231,.9)}.bg-green-100\/95{background-color:rgba(220,252,231,.95)}.bg-green-200{--tw-bg-opacity:1;background-color:rgb(187 247 208/var(--tw-bg-opacity,1))}.bg-green-200\/0{background-color:rgba(187,247,208,0)}.bg-green-200\/10{background-color:rgba(187,247,208,.1)}.bg-green-200\/100{background-color:#bbf7d0}.bg-green-200\/15{background-color:rgba(187,247,208,.15)}.bg-green-200\/20{background-color:rgba(187,247,208,.2)}.bg-green-200\/25{background-color:rgba(187,247,208,.25)}.bg-green-200\/30{background-color:rgba(187,247,208,.3)}.bg-green-200\/35{background-color:rgba(187,247,208,.35)}.bg-green-200\/40{background-color:rgba(187,247,208,.4)}.bg-green-200\/45{background-color:rgba(187,247,208,.45)}.bg-green-200\/5{background-color:rgba(187,247,208,.05)}.bg-green-200\/50{background-color:rgba(187,247,208,.5)}.bg-green-200\/55{background-color:rgba(187,247,208,.55)}.bg-green-200\/60{background-color:rgba(187,247,208,.6)}.bg-green-200\/65{background-color:rgba(187,247,208,.65)}.bg-green-200\/70{background-color:rgba(187,247,208,.7)}.bg-green-200\/75{background-color:rgba(187,247,208,.75)}.bg-green-200\/80{background-color:rgba(187,247,208,.8)}.bg-green-200\/85{background-color:rgba(187,247,208,.85)}.bg-green-200\/90{background-color:rgba(187,247,208,.9)}.bg-green-200\/95{background-color:rgba(187,247,208,.95)}.bg-green-300{--tw-bg-opacity:1;background-color:rgb(134 239 172/var(--tw-bg-opacity,1))}.bg-green-300\/0{background-color:rgba(134,239,172,0)}.bg-green-300\/10{background-color:rgba(134,239,172,.1)}.bg-green-300\/100{background-color:#86efac}.bg-green-300\/15{background-color:rgba(134,239,172,.15)}.bg-green-300\/20{background-color:rgba(134,239,172,.2)}.bg-green-300\/25{background-color:rgba(134,239,172,.25)}.bg-green-300\/30{background-color:rgba(134,239,172,.3)}.bg-green-300\/35{background-color:rgba(134,239,172,.35)}.bg-green-300\/40{background-color:rgba(134,239,172,.4)}.bg-green-300\/45{background-color:rgba(134,239,172,.45)}.bg-green-300\/5{background-color:rgba(134,239,172,.05)}.bg-green-300\/50{background-color:rgba(134,239,172,.5)}.bg-green-300\/55{background-color:rgba(134,239,172,.55)}.bg-green-300\/60{background-color:rgba(134,239,172,.6)}.bg-green-300\/65{background-color:rgba(134,239,172,.65)}.bg-green-300\/70{background-color:rgba(134,239,172,.7)}.bg-green-300\/75{background-color:rgba(134,239,172,.75)}.bg-green-300\/80{background-color:rgba(134,239,172,.8)}.bg-green-300\/85{background-color:rgba(134,239,172,.85)}.bg-green-300\/90{background-color:rgba(134,239,172,.9)}.bg-green-300\/95{background-color:rgba(134,239,172,.95)}.bg-green-400{--tw-bg-opacity:1;background-color:rgb(74 222 128/var(--tw-bg-opacity,1))}.bg-green-400\/0{background-color:rgba(74,222,128,0)}.bg-green-400\/10{background-color:rgba(74,222,128,.1)}.bg-green-400\/100{background-color:#4ade80}.bg-green-400\/15{background-color:rgba(74,222,128,.15)}.bg-green-400\/20{background-color:rgba(74,222,128,.2)}.bg-green-400\/25{background-color:rgba(74,222,128,.25)}.bg-green-400\/30{background-color:rgba(74,222,128,.3)}.bg-green-400\/35{background-color:rgba(74,222,128,.35)}.bg-green-400\/40{background-color:rgba(74,222,128,.4)}.bg-green-400\/45{background-color:rgba(74,222,128,.45)}.bg-green-400\/5{background-color:rgba(74,222,128,.05)}.bg-green-400\/50{background-color:rgba(74,222,128,.5)}.bg-green-400\/55{background-color:rgba(74,222,128,.55)}.bg-green-400\/60{background-color:rgba(74,222,128,.6)}.bg-green-400\/65{background-color:rgba(74,222,128,.65)}.bg-green-400\/70{background-color:rgba(74,222,128,.7)}.bg-green-400\/75{background-color:rgba(74,222,128,.75)}.bg-green-400\/80{background-color:rgba(74,222,128,.8)}.bg-green-400\/85{background-color:rgba(74,222,128,.85)}.bg-green-400\/90{background-color:rgba(74,222,128,.9)}.bg-green-400\/95{background-color:rgba(74,222,128,.95)}.bg-green-50{--tw-bg-opacity:1;background-color:rgb(240 253 244/var(--tw-bg-opacity,1))}.bg-green-50\/0{background-color:rgba(240,253,244,0)}.bg-green-50\/10{background-color:rgba(240,253,244,.1)}.bg-green-50\/100{background-color:#f0fdf4}.bg-green-50\/15{background-color:rgba(240,253,244,.15)}.bg-green-50\/20{background-color:rgba(240,253,244,.2)}.bg-green-50\/25{background-color:rgba(240,253,244,.25)}.bg-green-50\/30{background-color:rgba(240,253,244,.3)}.bg-green-50\/35{background-color:rgba(240,253,244,.35)}.bg-green-50\/40{background-color:rgba(240,253,244,.4)}.bg-green-50\/45{background-color:rgba(240,253,244,.45)}.bg-green-50\/5{background-color:rgba(240,253,244,.05)}.bg-green-50\/50{background-color:rgba(240,253,244,.5)}.bg-green-50\/55{background-color:rgba(240,253,244,.55)}.bg-green-50\/60{background-color:rgba(240,253,244,.6)}.bg-green-50\/65{background-color:rgba(240,253,244,.65)}.bg-green-50\/70{background-color:rgba(240,253,244,.7)}.bg-green-50\/75{background-color:rgba(240,253,244,.75)}.bg-green-50\/80{background-color:rgba(240,253,244,.8)}.bg-green-50\/85{background-color:rgba(240,253,244,.85)}.bg-green-50\/90{background-color:rgba(240,253,244,.9)}.bg-green-50\/95{background-color:rgba(240,253,244,.95)}.bg-green-500{--tw-bg-opacity:1;background-color:rgb(34 197 94/var(--tw-bg-opacity,1))}.bg-green-500\/0{background-color:rgba(34,197,94,0)}.bg-green-500\/10{background-color:rgba(34,197,94,.1)}.bg-green-500\/100{background-color:#22c55e}.bg-green-500\/15{background-color:rgba(34,197,94,.15)}.bg-green-500\/20{background-color:rgba(34,197,94,.2)}.bg-green-500\/25{background-color:rgba(34,197,94,.25)}.bg-green-500\/30{background-color:rgba(34,197,94,.3)}.bg-green-500\/35{background-color:rgba(34,197,94,.35)}.bg-green-500\/40{background-color:rgba(34,197,94,.4)}.bg-green-500\/45{background-color:rgba(34,197,94,.45)}.bg-green-500\/5{background-color:rgba(34,197,94,.05)}.bg-green-500\/50{background-color:rgba(34,197,94,.5)}.bg-green-500\/55{background-color:rgba(34,197,94,.55)}.bg-green-500\/60{background-color:rgba(34,197,94,.6)}.bg-green-500\/65{background-color:rgba(34,197,94,.65)}.bg-green-500\/70{background-color:rgba(34,197,94,.7)}.bg-green-500\/75{background-color:rgba(34,197,94,.75)}.bg-green-500\/80{background-color:rgba(34,197,94,.8)}.bg-green-500\/85{background-color:rgba(34,197,94,.85)}.bg-green-500\/90{background-color:rgba(34,197,94,.9)}.bg-green-500\/95{background-color:rgba(34,197,94,.95)}.bg-green-600{--tw-bg-opacity:1;background-color:rgb(22 163 74/var(--tw-bg-opacity,1))}.bg-green-600\/0{background-color:rgba(22,163,74,0)}.bg-green-600\/10{background-color:rgba(22,163,74,.1)}.bg-green-600\/100{background-color:#16a34a}.bg-green-600\/15{background-color:rgba(22,163,74,.15)}.bg-green-600\/20{background-color:rgba(22,163,74,.2)}.bg-green-600\/25{background-color:rgba(22,163,74,.25)}.bg-green-600\/30{background-color:rgba(22,163,74,.3)}.bg-green-600\/35{background-color:rgba(22,163,74,.35)}.bg-green-600\/40{background-color:rgba(22,163,74,.4)}.bg-green-600\/45{background-color:rgba(22,163,74,.45)}.bg-green-600\/5{background-color:rgba(22,163,74,.05)}.bg-green-600\/50{background-color:rgba(22,163,74,.5)}.bg-green-600\/55{background-color:rgba(22,163,74,.55)}.bg-green-600\/60{background-color:rgba(22,163,74,.6)}.bg-green-600\/65{background-color:rgba(22,163,74,.65)}.bg-green-600\/70{background-color:rgba(22,163,74,.7)}.bg-green-600\/75{background-color:rgba(22,163,74,.75)}.bg-green-600\/80{background-color:rgba(22,163,74,.8)}.bg-green-600\/85{background-color:rgba(22,163,74,.85)}.bg-green-600\/90{background-color:rgba(22,163,74,.9)}.bg-green-600\/95{background-color:rgba(22,163,74,.95)}.bg-green-700{--tw-bg-opacity:1;background-color:rgb(21 128 61/var(--tw-bg-opacity,1))}.bg-green-700\/0{background-color:rgba(21,128,61,0)}.bg-green-700\/10{background-color:rgba(21,128,61,.1)}.bg-green-700\/100{background-color:#15803d}.bg-green-700\/15{background-color:rgba(21,128,61,.15)}.bg-green-700\/20{background-color:rgba(21,128,61,.2)}.bg-green-700\/25{background-color:rgba(21,128,61,.25)}.bg-green-700\/30{background-color:rgba(21,128,61,.3)}.bg-green-700\/35{background-color:rgba(21,128,61,.35)}.bg-green-700\/40{background-color:rgba(21,128,61,.4)}.bg-green-700\/45{background-color:rgba(21,128,61,.45)}.bg-green-700\/5{background-color:rgba(21,128,61,.05)}.bg-green-700\/50{background-color:rgba(21,128,61,.5)}.bg-green-700\/55{background-color:rgba(21,128,61,.55)}.bg-green-700\/60{background-color:rgba(21,128,61,.6)}.bg-green-700\/65{background-color:rgba(21,128,61,.65)}.bg-green-700\/70{background-color:rgba(21,128,61,.7)}.bg-green-700\/75{background-color:rgba(21,128,61,.75)}.bg-green-700\/80{background-color:rgba(21,128,61,.8)}.bg-green-700\/85{background-color:rgba(21,128,61,.85)}.bg-green-700\/90{background-color:rgba(21,128,61,.9)}.bg-green-700\/95{background-color:rgba(21,128,61,.95)}.bg-green-800{--tw-bg-opacity:1;background-color:rgb(22 101 52/var(--tw-bg-opacity,1))}.bg-green-800\/0{background-color:rgba(22,101,52,0)}.bg-green-800\/10{background-color:rgba(22,101,52,.1)}.bg-green-800\/100{background-color:#166534}.bg-green-800\/15{background-color:rgba(22,101,52,.15)}.bg-green-800\/20{background-color:rgba(22,101,52,.2)}.bg-green-800\/25{background-color:rgba(22,101,52,.25)}.bg-green-800\/30{background-color:rgba(22,101,52,.3)}.bg-green-800\/35{background-color:rgba(22,101,52,.35)}.bg-green-800\/40{background-color:rgba(22,101,52,.4)}.bg-green-800\/45{background-color:rgba(22,101,52,.45)}.bg-green-800\/5{background-color:rgba(22,101,52,.05)}.bg-green-800\/50{background-color:rgba(22,101,52,.5)}.bg-green-800\/55{background-color:rgba(22,101,52,.55)}.bg-green-800\/60{background-color:rgba(22,101,52,.6)}.bg-green-800\/65{background-color:rgba(22,101,52,.65)}.bg-green-800\/70{background-color:rgba(22,101,52,.7)}.bg-green-800\/75{background-color:rgba(22,101,52,.75)}.bg-green-800\/80{background-color:rgba(22,101,52,.8)}.bg-green-800\/85{background-color:rgba(22,101,52,.85)}.bg-green-800\/90{background-color:rgba(22,101,52,.9)}.bg-green-800\/95{background-color:rgba(22,101,52,.95)}.bg-green-900{--tw-bg-opacity:1;background-color:rgb(20 83 45/var(--tw-bg-opacity,1))}.bg-green-900\/0{background-color:rgba(20,83,45,0)}.bg-green-900\/10{background-color:rgba(20,83,45,.1)}.bg-green-900\/100{background-color:#14532d}.bg-green-900\/15{background-color:rgba(20,83,45,.15)}.bg-green-900\/20{background-color:rgba(20,83,45,.2)}.bg-green-900\/25{background-color:rgba(20,83,45,.25)}.bg-green-900\/30{background-color:rgba(20,83,45,.3)}.bg-green-900\/35{background-color:rgba(20,83,45,.35)}.bg-green-900\/40{background-color:rgba(20,83,45,.4)}.bg-green-900\/45{background-color:rgba(20,83,45,.45)}.bg-green-900\/5{background-color:rgba(20,83,45,.05)}.bg-green-900\/50{background-color:rgba(20,83,45,.5)}.bg-green-900\/55{background-color:rgba(20,83,45,.55)}.bg-green-900\/60{background-color:rgba(20,83,45,.6)}.bg-green-900\/65{background-color:rgba(20,83,45,.65)}.bg-green-900\/70{background-color:rgba(20,83,45,.7)}.bg-green-900\/75{background-color:rgba(20,83,45,.75)}.bg-green-900\/80{background-color:rgba(20,83,45,.8)}.bg-green-900\/85{background-color:rgba(20,83,45,.85)}.bg-green-900\/90{background-color:rgba(20,83,45,.9)}.bg-green-900\/95{background-color:rgba(20,83,45,.95)}.bg-green-950{--tw-bg-opacity:1;background-color:rgb(5 46 22/var(--tw-bg-opacity,1))}.bg-green-950\/0{background-color:rgba(5,46,22,0)}.bg-green-950\/10{background-color:rgba(5,46,22,.1)}.bg-green-950\/100{background-color:#052e16}.bg-green-950\/15{background-color:rgba(5,46,22,.15)}.bg-green-950\/20{background-color:rgba(5,46,22,.2)}.bg-green-950\/25{background-color:rgba(5,46,22,.25)}.bg-green-950\/30{background-color:rgba(5,46,22,.3)}.bg-green-950\/35{background-color:rgba(5,46,22,.35)}.bg-green-950\/40{background-color:rgba(5,46,22,.4)}.bg-green-950\/45{background-color:rgba(5,46,22,.45)}.bg-green-950\/5{background-color:rgba(5,46,22,.05)}.bg-green-950\/50{background-color:rgba(5,46,22,.5)}.bg-green-950\/55{background-color:rgba(5,46,22,.55)}.bg-green-950\/60{background-color:rgba(5,46,22,.6)}.bg-green-950\/65{background-color:rgba(5,46,22,.65)}.bg-green-950\/70{background-color:rgba(5,46,22,.7)}.bg-green-950\/75{background-color:rgba(5,46,22,.75)}.bg-green-950\/80{background-color:rgba(5,46,22,.8)}.bg-green-950\/85{background-color:rgba(5,46,22,.85)}.bg-green-950\/90{background-color:rgba(5,46,22,.9)}.bg-green-950\/95{background-color:rgba(5,46,22,.95)}.bg-green\/0{background-color:rgba(124,204,152,0)}.bg-green\/10{background-color:rgba(124,204,152,.1)}.bg-green\/100{background-color:#7ccc98}.bg-green\/15{background-color:rgba(124,204,152,.15)}.bg-green\/20{background-color:rgba(124,204,152,.2)}.bg-green\/25{background-color:rgba(124,204,152,.25)}.bg-green\/30{background-color:rgba(124,204,152,.3)}.bg-green\/35{background-color:rgba(124,204,152,.35)}.bg-green\/40{background-color:rgba(124,204,152,.4)}.bg-green\/45{background-color:rgba(124,204,152,.45)}.bg-green\/5{background-color:rgba(124,204,152,.05)}.bg-green\/50{background-color:rgba(124,204,152,.5)}.bg-green\/55{background-color:rgba(124,204,152,.55)}.bg-green\/60{background-color:rgba(124,204,152,.6)}.bg-green\/65{background-color:rgba(124,204,152,.65)}.bg-green\/70{background-color:rgba(124,204,152,.7)}.bg-green\/75{background-color:rgba(124,204,152,.75)}.bg-green\/80{background-color:rgba(124,204,152,.8)}.bg-green\/85{background-color:rgba(124,204,152,.85)}.bg-green\/90{background-color:rgba(124,204,152,.9)}.bg-green\/95{background-color:rgba(124,204,152,.95)}.bg-indigo-100{--tw-bg-opacity:1;background-color:rgb(224 231 255/var(--tw-bg-opacity,1))}.bg-indigo-100\/0{background-color:rgba(224,231,255,0)}.bg-indigo-100\/10{background-color:rgba(224,231,255,.1)}.bg-indigo-100\/100{background-color:#e0e7ff}.bg-indigo-100\/15{background-color:rgba(224,231,255,.15)}.bg-indigo-100\/20{background-color:rgba(224,231,255,.2)}.bg-indigo-100\/25{background-color:rgba(224,231,255,.25)}.bg-indigo-100\/30{background-color:rgba(224,231,255,.3)}.bg-indigo-100\/35{background-color:rgba(224,231,255,.35)}.bg-indigo-100\/40{background-color:rgba(224,231,255,.4)}.bg-indigo-100\/45{background-color:rgba(224,231,255,.45)}.bg-indigo-100\/5{background-color:rgba(224,231,255,.05)}.bg-indigo-100\/50{background-color:rgba(224,231,255,.5)}.bg-indigo-100\/55{background-color:rgba(224,231,255,.55)}.bg-indigo-100\/60{background-color:rgba(224,231,255,.6)}.bg-indigo-100\/65{background-color:rgba(224,231,255,.65)}.bg-indigo-100\/70{background-color:rgba(224,231,255,.7)}.bg-indigo-100\/75{background-color:rgba(224,231,255,.75)}.bg-indigo-100\/80{background-color:rgba(224,231,255,.8)}.bg-indigo-100\/85{background-color:rgba(224,231,255,.85)}.bg-indigo-100\/90{background-color:rgba(224,231,255,.9)}.bg-indigo-100\/95{background-color:rgba(224,231,255,.95)}.bg-indigo-200{--tw-bg-opacity:1;background-color:rgb(199 210 254/var(--tw-bg-opacity,1))}.bg-indigo-200\/0{background-color:rgba(199,210,254,0)}.bg-indigo-200\/10{background-color:rgba(199,210,254,.1)}.bg-indigo-200\/100{background-color:#c7d2fe}.bg-indigo-200\/15{background-color:rgba(199,210,254,.15)}.bg-indigo-200\/20{background-color:rgba(199,210,254,.2)}.bg-indigo-200\/25{background-color:rgba(199,210,254,.25)}.bg-indigo-200\/30{background-color:rgba(199,210,254,.3)}.bg-indigo-200\/35{background-color:rgba(199,210,254,.35)}.bg-indigo-200\/40{background-color:rgba(199,210,254,.4)}.bg-indigo-200\/45{background-color:rgba(199,210,254,.45)}.bg-indigo-200\/5{background-color:rgba(199,210,254,.05)}.bg-indigo-200\/50{background-color:rgba(199,210,254,.5)}.bg-indigo-200\/55{background-color:rgba(199,210,254,.55)}.bg-indigo-200\/60{background-color:rgba(199,210,254,.6)}.bg-indigo-200\/65{background-color:rgba(199,210,254,.65)}.bg-indigo-200\/70{background-color:rgba(199,210,254,.7)}.bg-indigo-200\/75{background-color:rgba(199,210,254,.75)}.bg-indigo-200\/80{background-color:rgba(199,210,254,.8)}.bg-indigo-200\/85{background-color:rgba(199,210,254,.85)}.bg-indigo-200\/90{background-color:rgba(199,210,254,.9)}.bg-indigo-200\/95{background-color:rgba(199,210,254,.95)}.bg-indigo-300{--tw-bg-opacity:1;background-color:rgb(165 180 252/var(--tw-bg-opacity,1))}.bg-indigo-300\/0{background-color:rgba(165,180,252,0)}.bg-indigo-300\/10{background-color:rgba(165,180,252,.1)}.bg-indigo-300\/100{background-color:#a5b4fc}.bg-indigo-300\/15{background-color:rgba(165,180,252,.15)}.bg-indigo-300\/20{background-color:rgba(165,180,252,.2)}.bg-indigo-300\/25{background-color:rgba(165,180,252,.25)}.bg-indigo-300\/30{background-color:rgba(165,180,252,.3)}.bg-indigo-300\/35{background-color:rgba(165,180,252,.35)}.bg-indigo-300\/40{background-color:rgba(165,180,252,.4)}.bg-indigo-300\/45{background-color:rgba(165,180,252,.45)}.bg-indigo-300\/5{background-color:rgba(165,180,252,.05)}.bg-indigo-300\/50{background-color:rgba(165,180,252,.5)}.bg-indigo-300\/55{background-color:rgba(165,180,252,.55)}.bg-indigo-300\/60{background-color:rgba(165,180,252,.6)}.bg-indigo-300\/65{background-color:rgba(165,180,252,.65)}.bg-indigo-300\/70{background-color:rgba(165,180,252,.7)}.bg-indigo-300\/75{background-color:rgba(165,180,252,.75)}.bg-indigo-300\/80{background-color:rgba(165,180,252,.8)}.bg-indigo-300\/85{background-color:rgba(165,180,252,.85)}.bg-indigo-300\/90{background-color:rgba(165,180,252,.9)}.bg-indigo-300\/95{background-color:rgba(165,180,252,.95)}.bg-indigo-400{--tw-bg-opacity:1;background-color:rgb(129 140 248/var(--tw-bg-opacity,1))}.bg-indigo-400\/0{background-color:rgba(129,140,248,0)}.bg-indigo-400\/10{background-color:rgba(129,140,248,.1)}.bg-indigo-400\/100{background-color:#818cf8}.bg-indigo-400\/15{background-color:rgba(129,140,248,.15)}.bg-indigo-400\/20{background-color:rgba(129,140,248,.2)}.bg-indigo-400\/25{background-color:rgba(129,140,248,.25)}.bg-indigo-400\/30{background-color:rgba(129,140,248,.3)}.bg-indigo-400\/35{background-color:rgba(129,140,248,.35)}.bg-indigo-400\/40{background-color:rgba(129,140,248,.4)}.bg-indigo-400\/45{background-color:rgba(129,140,248,.45)}.bg-indigo-400\/5{background-color:rgba(129,140,248,.05)}.bg-indigo-400\/50{background-color:rgba(129,140,248,.5)}.bg-indigo-400\/55{background-color:rgba(129,140,248,.55)}.bg-indigo-400\/60{background-color:rgba(129,140,248,.6)}.bg-indigo-400\/65{background-color:rgba(129,140,248,.65)}.bg-indigo-400\/70{background-color:rgba(129,140,248,.7)}.bg-indigo-400\/75{background-color:rgba(129,140,248,.75)}.bg-indigo-400\/80{background-color:rgba(129,140,248,.8)}.bg-indigo-400\/85{background-color:rgba(129,140,248,.85)}.bg-indigo-400\/90{background-color:rgba(129,140,248,.9)}.bg-indigo-400\/95{background-color:rgba(129,140,248,.95)}.bg-indigo-50{--tw-bg-opacity:1;background-color:rgb(238 242 255/var(--tw-bg-opacity,1))}.bg-indigo-50\/0{background-color:rgba(238,242,255,0)}.bg-indigo-50\/10{background-color:rgba(238,242,255,.1)}.bg-indigo-50\/100{background-color:#eef2ff}.bg-indigo-50\/15{background-color:rgba(238,242,255,.15)}.bg-indigo-50\/20{background-color:rgba(238,242,255,.2)}.bg-indigo-50\/25{background-color:rgba(238,242,255,.25)}.bg-indigo-50\/30{background-color:rgba(238,242,255,.3)}.bg-indigo-50\/35{background-color:rgba(238,242,255,.35)}.bg-indigo-50\/40{background-color:rgba(238,242,255,.4)}.bg-indigo-50\/45{background-color:rgba(238,242,255,.45)}.bg-indigo-50\/5{background-color:rgba(238,242,255,.05)}.bg-indigo-50\/50{background-color:rgba(238,242,255,.5)}.bg-indigo-50\/55{background-color:rgba(238,242,255,.55)}.bg-indigo-50\/60{background-color:rgba(238,242,255,.6)}.bg-indigo-50\/65{background-color:rgba(238,242,255,.65)}.bg-indigo-50\/70{background-color:rgba(238,242,255,.7)}.bg-indigo-50\/75{background-color:rgba(238,242,255,.75)}.bg-indigo-50\/80{background-color:rgba(238,242,255,.8)}.bg-indigo-50\/85{background-color:rgba(238,242,255,.85)}.bg-indigo-50\/90{background-color:rgba(238,242,255,.9)}.bg-indigo-50\/95{background-color:rgba(238,242,255,.95)}.bg-indigo-500{--tw-bg-opacity:1;background-color:rgb(99 102 241/var(--tw-bg-opacity,1))}.bg-indigo-500\/0{background-color:rgba(99,102,241,0)}.bg-indigo-500\/10{background-color:rgba(99,102,241,.1)}.bg-indigo-500\/100{background-color:#6366f1}.bg-indigo-500\/15{background-color:rgba(99,102,241,.15)}.bg-indigo-500\/20{background-color:rgba(99,102,241,.2)}.bg-indigo-500\/25{background-color:rgba(99,102,241,.25)}.bg-indigo-500\/30{background-color:rgba(99,102,241,.3)}.bg-indigo-500\/35{background-color:rgba(99,102,241,.35)}.bg-indigo-500\/40{background-color:rgba(99,102,241,.4)}.bg-indigo-500\/45{background-color:rgba(99,102,241,.45)}.bg-indigo-500\/5{background-color:rgba(99,102,241,.05)}.bg-indigo-500\/50{background-color:rgba(99,102,241,.5)}.bg-indigo-500\/55{background-color:rgba(99,102,241,.55)}.bg-indigo-500\/60{background-color:rgba(99,102,241,.6)}.bg-indigo-500\/65{background-color:rgba(99,102,241,.65)}.bg-indigo-500\/70{background-color:rgba(99,102,241,.7)}.bg-indigo-500\/75{background-color:rgba(99,102,241,.75)}.bg-indigo-500\/80{background-color:rgba(99,102,241,.8)}.bg-indigo-500\/85{background-color:rgba(99,102,241,.85)}.bg-indigo-500\/90{background-color:rgba(99,102,241,.9)}.bg-indigo-500\/95{background-color:rgba(99,102,241,.95)}.bg-indigo-600{--tw-bg-opacity:1;background-color:rgb(79 70 229/var(--tw-bg-opacity,1))}.bg-indigo-600\/0{background-color:rgba(79,70,229,0)}.bg-indigo-600\/10{background-color:rgba(79,70,229,.1)}.bg-indigo-600\/100{background-color:#4f46e5}.bg-indigo-600\/15{background-color:rgba(79,70,229,.15)}.bg-indigo-600\/20{background-color:rgba(79,70,229,.2)}.bg-indigo-600\/25{background-color:rgba(79,70,229,.25)}.bg-indigo-600\/30{background-color:rgba(79,70,229,.3)}.bg-indigo-600\/35{background-color:rgba(79,70,229,.35)}.bg-indigo-600\/40{background-color:rgba(79,70,229,.4)}.bg-indigo-600\/45{background-color:rgba(79,70,229,.45)}.bg-indigo-600\/5{background-color:rgba(79,70,229,.05)}.bg-indigo-600\/50{background-color:rgba(79,70,229,.5)}.bg-indigo-600\/55{background-color:rgba(79,70,229,.55)}.bg-indigo-600\/60{background-color:rgba(79,70,229,.6)}.bg-indigo-600\/65{background-color:rgba(79,70,229,.65)}.bg-indigo-600\/70{background-color:rgba(79,70,229,.7)}.bg-indigo-600\/75{background-color:rgba(79,70,229,.75)}.bg-indigo-600\/80{background-color:rgba(79,70,229,.8)}.bg-indigo-600\/85{background-color:rgba(79,70,229,.85)}.bg-indigo-600\/90{background-color:rgba(79,70,229,.9)}.bg-indigo-600\/95{background-color:rgba(79,70,229,.95)}.bg-indigo-700{--tw-bg-opacity:1;background-color:rgb(67 56 202/var(--tw-bg-opacity,1))}.bg-indigo-700\/0{background-color:rgba(67,56,202,0)}.bg-indigo-700\/10{background-color:rgba(67,56,202,.1)}.bg-indigo-700\/100{background-color:#4338ca}.bg-indigo-700\/15{background-color:rgba(67,56,202,.15)}.bg-indigo-700\/20{background-color:rgba(67,56,202,.2)}.bg-indigo-700\/25{background-color:rgba(67,56,202,.25)}.bg-indigo-700\/30{background-color:rgba(67,56,202,.3)}.bg-indigo-700\/35{background-color:rgba(67,56,202,.35)}.bg-indigo-700\/40{background-color:rgba(67,56,202,.4)}.bg-indigo-700\/45{background-color:rgba(67,56,202,.45)}.bg-indigo-700\/5{background-color:rgba(67,56,202,.05)}.bg-indigo-700\/50{background-color:rgba(67,56,202,.5)}.bg-indigo-700\/55{background-color:rgba(67,56,202,.55)}.bg-indigo-700\/60{background-color:rgba(67,56,202,.6)}.bg-indigo-700\/65{background-color:rgba(67,56,202,.65)}.bg-indigo-700\/70{background-color:rgba(67,56,202,.7)}.bg-indigo-700\/75{background-color:rgba(67,56,202,.75)}.bg-indigo-700\/80{background-color:rgba(67,56,202,.8)}.bg-indigo-700\/85{background-color:rgba(67,56,202,.85)}.bg-indigo-700\/90{background-color:rgba(67,56,202,.9)}.bg-indigo-700\/95{background-color:rgba(67,56,202,.95)}.bg-indigo-800{--tw-bg-opacity:1;background-color:rgb(55 48 163/var(--tw-bg-opacity,1))}.bg-indigo-800\/0{background-color:rgba(55,48,163,0)}.bg-indigo-800\/10{background-color:rgba(55,48,163,.1)}.bg-indigo-800\/100{background-color:#3730a3}.bg-indigo-800\/15{background-color:rgba(55,48,163,.15)}.bg-indigo-800\/20{background-color:rgba(55,48,163,.2)}.bg-indigo-800\/25{background-color:rgba(55,48,163,.25)}.bg-indigo-800\/30{background-color:rgba(55,48,163,.3)}.bg-indigo-800\/35{background-color:rgba(55,48,163,.35)}.bg-indigo-800\/40{background-color:rgba(55,48,163,.4)}.bg-indigo-800\/45{background-color:rgba(55,48,163,.45)}.bg-indigo-800\/5{background-color:rgba(55,48,163,.05)}.bg-indigo-800\/50{background-color:rgba(55,48,163,.5)}.bg-indigo-800\/55{background-color:rgba(55,48,163,.55)}.bg-indigo-800\/60{background-color:rgba(55,48,163,.6)}.bg-indigo-800\/65{background-color:rgba(55,48,163,.65)}.bg-indigo-800\/70{background-color:rgba(55,48,163,.7)}.bg-indigo-800\/75{background-color:rgba(55,48,163,.75)}.bg-indigo-800\/80{background-color:rgba(55,48,163,.8)}.bg-indigo-800\/85{background-color:rgba(55,48,163,.85)}.bg-indigo-800\/90{background-color:rgba(55,48,163,.9)}.bg-indigo-800\/95{background-color:rgba(55,48,163,.95)}.bg-indigo-900{--tw-bg-opacity:1;background-color:rgb(49 46 129/var(--tw-bg-opacity,1))}.bg-indigo-900\/0{background-color:rgba(49,46,129,0)}.bg-indigo-900\/10{background-color:rgba(49,46,129,.1)}.bg-indigo-900\/100{background-color:#312e81}.bg-indigo-900\/15{background-color:rgba(49,46,129,.15)}.bg-indigo-900\/20{background-color:rgba(49,46,129,.2)}.bg-indigo-900\/25{background-color:rgba(49,46,129,.25)}.bg-indigo-900\/30{background-color:rgba(49,46,129,.3)}.bg-indigo-900\/35{background-color:rgba(49,46,129,.35)}.bg-indigo-900\/40{background-color:rgba(49,46,129,.4)}.bg-indigo-900\/45{background-color:rgba(49,46,129,.45)}.bg-indigo-900\/5{background-color:rgba(49,46,129,.05)}.bg-indigo-900\/50{background-color:rgba(49,46,129,.5)}.bg-indigo-900\/55{background-color:rgba(49,46,129,.55)}.bg-indigo-900\/60{background-color:rgba(49,46,129,.6)}.bg-indigo-900\/65{background-color:rgba(49,46,129,.65)}.bg-indigo-900\/70{background-color:rgba(49,46,129,.7)}.bg-indigo-900\/75{background-color:rgba(49,46,129,.75)}.bg-indigo-900\/80{background-color:rgba(49,46,129,.8)}.bg-indigo-900\/85{background-color:rgba(49,46,129,.85)}.bg-indigo-900\/90{background-color:rgba(49,46,129,.9)}.bg-indigo-900\/95{background-color:rgba(49,46,129,.95)}.bg-indigo-950{--tw-bg-opacity:1;background-color:rgb(30 27 75/var(--tw-bg-opacity,1))}.bg-indigo-950\/0{background-color:rgba(30,27,75,0)}.bg-indigo-950\/10{background-color:rgba(30,27,75,.1)}.bg-indigo-950\/100{background-color:#1e1b4b}.bg-indigo-950\/15{background-color:rgba(30,27,75,.15)}.bg-indigo-950\/20{background-color:rgba(30,27,75,.2)}.bg-indigo-950\/25{background-color:rgba(30,27,75,.25)}.bg-indigo-950\/30{background-color:rgba(30,27,75,.3)}.bg-indigo-950\/35{background-color:rgba(30,27,75,.35)}.bg-indigo-950\/40{background-color:rgba(30,27,75,.4)}.bg-indigo-950\/45{background-color:rgba(30,27,75,.45)}.bg-indigo-950\/5{background-color:rgba(30,27,75,.05)}.bg-indigo-950\/50{background-color:rgba(30,27,75,.5)}.bg-indigo-950\/55{background-color:rgba(30,27,75,.55)}.bg-indigo-950\/60{background-color:rgba(30,27,75,.6)}.bg-indigo-950\/65{background-color:rgba(30,27,75,.65)}.bg-indigo-950\/70{background-color:rgba(30,27,75,.7)}.bg-indigo-950\/75{background-color:rgba(30,27,75,.75)}.bg-indigo-950\/80{background-color:rgba(30,27,75,.8)}.bg-indigo-950\/85{background-color:rgba(30,27,75,.85)}.bg-indigo-950\/90{background-color:rgba(30,27,75,.9)}.bg-indigo-950\/95{background-color:rgba(30,27,75,.95)}.bg-inherit{background-color:inherit}.bg-lime-100{--tw-bg-opacity:1;background-color:rgb(236 252 203/var(--tw-bg-opacity,1))}.bg-lime-100\/0{background-color:hsla(80,89%,89%,0)}.bg-lime-100\/10{background-color:hsla(80,89%,89%,.1)}.bg-lime-100\/100{background-color:#ecfccb}.bg-lime-100\/15{background-color:hsla(80,89%,89%,.15)}.bg-lime-100\/20{background-color:hsla(80,89%,89%,.2)}.bg-lime-100\/25{background-color:hsla(80,89%,89%,.25)}.bg-lime-100\/30{background-color:hsla(80,89%,89%,.3)}.bg-lime-100\/35{background-color:hsla(80,89%,89%,.35)}.bg-lime-100\/40{background-color:hsla(80,89%,89%,.4)}.bg-lime-100\/45{background-color:hsla(80,89%,89%,.45)}.bg-lime-100\/5{background-color:hsla(80,89%,89%,.05)}.bg-lime-100\/50{background-color:hsla(80,89%,89%,.5)}.bg-lime-100\/55{background-color:hsla(80,89%,89%,.55)}.bg-lime-100\/60{background-color:hsla(80,89%,89%,.6)}.bg-lime-100\/65{background-color:hsla(80,89%,89%,.65)}.bg-lime-100\/70{background-color:hsla(80,89%,89%,.7)}.bg-lime-100\/75{background-color:hsla(80,89%,89%,.75)}.bg-lime-100\/80{background-color:hsla(80,89%,89%,.8)}.bg-lime-100\/85{background-color:hsla(80,89%,89%,.85)}.bg-lime-100\/90{background-color:hsla(80,89%,89%,.9)}.bg-lime-100\/95{background-color:hsla(80,89%,89%,.95)}.bg-lime-200{--tw-bg-opacity:1;background-color:rgb(217 249 157/var(--tw-bg-opacity,1))}.bg-lime-200\/0{background-color:hsla(81,88%,80%,0)}.bg-lime-200\/10{background-color:hsla(81,88%,80%,.1)}.bg-lime-200\/100{background-color:#d9f99d}.bg-lime-200\/15{background-color:hsla(81,88%,80%,.15)}.bg-lime-200\/20{background-color:hsla(81,88%,80%,.2)}.bg-lime-200\/25{background-color:hsla(81,88%,80%,.25)}.bg-lime-200\/30{background-color:hsla(81,88%,80%,.3)}.bg-lime-200\/35{background-color:hsla(81,88%,80%,.35)}.bg-lime-200\/40{background-color:hsla(81,88%,80%,.4)}.bg-lime-200\/45{background-color:hsla(81,88%,80%,.45)}.bg-lime-200\/5{background-color:hsla(81,88%,80%,.05)}.bg-lime-200\/50{background-color:hsla(81,88%,80%,.5)}.bg-lime-200\/55{background-color:hsla(81,88%,80%,.55)}.bg-lime-200\/60{background-color:hsla(81,88%,80%,.6)}.bg-lime-200\/65{background-color:hsla(81,88%,80%,.65)}.bg-lime-200\/70{background-color:hsla(81,88%,80%,.7)}.bg-lime-200\/75{background-color:hsla(81,88%,80%,.75)}.bg-lime-200\/80{background-color:hsla(81,88%,80%,.8)}.bg-lime-200\/85{background-color:hsla(81,88%,80%,.85)}.bg-lime-200\/90{background-color:hsla(81,88%,80%,.9)}.bg-lime-200\/95{background-color:hsla(81,88%,80%,.95)}.bg-lime-300{--tw-bg-opacity:1;background-color:rgb(190 242 100/var(--tw-bg-opacity,1))}.bg-lime-300\/0{background-color:hsla(82,85%,67%,0)}.bg-lime-300\/10{background-color:hsla(82,85%,67%,.1)}.bg-lime-300\/100{background-color:#bef264}.bg-lime-300\/15{background-color:hsla(82,85%,67%,.15)}.bg-lime-300\/20{background-color:hsla(82,85%,67%,.2)}.bg-lime-300\/25{background-color:hsla(82,85%,67%,.25)}.bg-lime-300\/30{background-color:hsla(82,85%,67%,.3)}.bg-lime-300\/35{background-color:hsla(82,85%,67%,.35)}.bg-lime-300\/40{background-color:hsla(82,85%,67%,.4)}.bg-lime-300\/45{background-color:hsla(82,85%,67%,.45)}.bg-lime-300\/5{background-color:hsla(82,85%,67%,.05)}.bg-lime-300\/50{background-color:hsla(82,85%,67%,.5)}.bg-lime-300\/55{background-color:hsla(82,85%,67%,.55)}.bg-lime-300\/60{background-color:hsla(82,85%,67%,.6)}.bg-lime-300\/65{background-color:hsla(82,85%,67%,.65)}.bg-lime-300\/70{background-color:hsla(82,85%,67%,.7)}.bg-lime-300\/75{background-color:hsla(82,85%,67%,.75)}.bg-lime-300\/80{background-color:hsla(82,85%,67%,.8)}.bg-lime-300\/85{background-color:hsla(82,85%,67%,.85)}.bg-lime-300\/90{background-color:hsla(82,85%,67%,.9)}.bg-lime-300\/95{background-color:hsla(82,85%,67%,.95)}.bg-lime-400{--tw-bg-opacity:1;background-color:rgb(163 230 53/var(--tw-bg-opacity,1))}.bg-lime-400\/0{background-color:rgba(163,230,53,0)}.bg-lime-400\/10{background-color:rgba(163,230,53,.1)}.bg-lime-400\/100{background-color:#a3e635}.bg-lime-400\/15{background-color:rgba(163,230,53,.15)}.bg-lime-400\/20{background-color:rgba(163,230,53,.2)}.bg-lime-400\/25{background-color:rgba(163,230,53,.25)}.bg-lime-400\/30{background-color:rgba(163,230,53,.3)}.bg-lime-400\/35{background-color:rgba(163,230,53,.35)}.bg-lime-400\/40{background-color:rgba(163,230,53,.4)}.bg-lime-400\/45{background-color:rgba(163,230,53,.45)}.bg-lime-400\/5{background-color:rgba(163,230,53,.05)}.bg-lime-400\/50{background-color:rgba(163,230,53,.5)}.bg-lime-400\/55{background-color:rgba(163,230,53,.55)}.bg-lime-400\/60{background-color:rgba(163,230,53,.6)}.bg-lime-400\/65{background-color:rgba(163,230,53,.65)}.bg-lime-400\/70{background-color:rgba(163,230,53,.7)}.bg-lime-400\/75{background-color:rgba(163,230,53,.75)}.bg-lime-400\/80{background-color:rgba(163,230,53,.8)}.bg-lime-400\/85{background-color:rgba(163,230,53,.85)}.bg-lime-400\/90{background-color:rgba(163,230,53,.9)}.bg-lime-400\/95{background-color:rgba(163,230,53,.95)}.bg-lime-50{--tw-bg-opacity:1;background-color:rgb(247 254 231/var(--tw-bg-opacity,1))}.bg-lime-50\/0{background-color:hsla(78,92%,95%,0)}.bg-lime-50\/10{background-color:hsla(78,92%,95%,.1)}.bg-lime-50\/100{background-color:#f7fee7}.bg-lime-50\/15{background-color:hsla(78,92%,95%,.15)}.bg-lime-50\/20{background-color:hsla(78,92%,95%,.2)}.bg-lime-50\/25{background-color:hsla(78,92%,95%,.25)}.bg-lime-50\/30{background-color:hsla(78,92%,95%,.3)}.bg-lime-50\/35{background-color:hsla(78,92%,95%,.35)}.bg-lime-50\/40{background-color:hsla(78,92%,95%,.4)}.bg-lime-50\/45{background-color:hsla(78,92%,95%,.45)}.bg-lime-50\/5{background-color:hsla(78,92%,95%,.05)}.bg-lime-50\/50{background-color:hsla(78,92%,95%,.5)}.bg-lime-50\/55{background-color:hsla(78,92%,95%,.55)}.bg-lime-50\/60{background-color:hsla(78,92%,95%,.6)}.bg-lime-50\/65{background-color:hsla(78,92%,95%,.65)}.bg-lime-50\/70{background-color:hsla(78,92%,95%,.7)}.bg-lime-50\/75{background-color:hsla(78,92%,95%,.75)}.bg-lime-50\/80{background-color:hsla(78,92%,95%,.8)}.bg-lime-50\/85{background-color:hsla(78,92%,95%,.85)}.bg-lime-50\/90{background-color:hsla(78,92%,95%,.9)}.bg-lime-50\/95{background-color:hsla(78,92%,95%,.95)}.bg-lime-500{--tw-bg-opacity:1;background-color:rgb(132 204 22/var(--tw-bg-opacity,1))}.bg-lime-500\/0{background-color:rgba(132,204,22,0)}.bg-lime-500\/10{background-color:rgba(132,204,22,.1)}.bg-lime-500\/100{background-color:#84cc16}.bg-lime-500\/15{background-color:rgba(132,204,22,.15)}.bg-lime-500\/20{background-color:rgba(132,204,22,.2)}.bg-lime-500\/25{background-color:rgba(132,204,22,.25)}.bg-lime-500\/30{background-color:rgba(132,204,22,.3)}.bg-lime-500\/35{background-color:rgba(132,204,22,.35)}.bg-lime-500\/40{background-color:rgba(132,204,22,.4)}.bg-lime-500\/45{background-color:rgba(132,204,22,.45)}.bg-lime-500\/5{background-color:rgba(132,204,22,.05)}.bg-lime-500\/50{background-color:rgba(132,204,22,.5)}.bg-lime-500\/55{background-color:rgba(132,204,22,.55)}.bg-lime-500\/60{background-color:rgba(132,204,22,.6)}.bg-lime-500\/65{background-color:rgba(132,204,22,.65)}.bg-lime-500\/70{background-color:rgba(132,204,22,.7)}.bg-lime-500\/75{background-color:rgba(132,204,22,.75)}.bg-lime-500\/80{background-color:rgba(132,204,22,.8)}.bg-lime-500\/85{background-color:rgba(132,204,22,.85)}.bg-lime-500\/90{background-color:rgba(132,204,22,.9)}.bg-lime-500\/95{background-color:rgba(132,204,22,.95)}.bg-lime-600{--tw-bg-opacity:1;background-color:rgb(101 163 13/var(--tw-bg-opacity,1))}.bg-lime-600\/0{background-color:rgba(101,163,13,0)}.bg-lime-600\/10{background-color:rgba(101,163,13,.1)}.bg-lime-600\/100{background-color:#65a30d}.bg-lime-600\/15{background-color:rgba(101,163,13,.15)}.bg-lime-600\/20{background-color:rgba(101,163,13,.2)}.bg-lime-600\/25{background-color:rgba(101,163,13,.25)}.bg-lime-600\/30{background-color:rgba(101,163,13,.3)}.bg-lime-600\/35{background-color:rgba(101,163,13,.35)}.bg-lime-600\/40{background-color:rgba(101,163,13,.4)}.bg-lime-600\/45{background-color:rgba(101,163,13,.45)}.bg-lime-600\/5{background-color:rgba(101,163,13,.05)}.bg-lime-600\/50{background-color:rgba(101,163,13,.5)}.bg-lime-600\/55{background-color:rgba(101,163,13,.55)}.bg-lime-600\/60{background-color:rgba(101,163,13,.6)}.bg-lime-600\/65{background-color:rgba(101,163,13,.65)}.bg-lime-600\/70{background-color:rgba(101,163,13,.7)}.bg-lime-600\/75{background-color:rgba(101,163,13,.75)}.bg-lime-600\/80{background-color:rgba(101,163,13,.8)}.bg-lime-600\/85{background-color:rgba(101,163,13,.85)}.bg-lime-600\/90{background-color:rgba(101,163,13,.9)}.bg-lime-600\/95{background-color:rgba(101,163,13,.95)}.bg-lime-700{--tw-bg-opacity:1;background-color:rgb(77 124 15/var(--tw-bg-opacity,1))}.bg-lime-700\/0{background-color:rgba(77,124,15,0)}.bg-lime-700\/10{background-color:rgba(77,124,15,.1)}.bg-lime-700\/100{background-color:#4d7c0f}.bg-lime-700\/15{background-color:rgba(77,124,15,.15)}.bg-lime-700\/20{background-color:rgba(77,124,15,.2)}.bg-lime-700\/25{background-color:rgba(77,124,15,.25)}.bg-lime-700\/30{background-color:rgba(77,124,15,.3)}.bg-lime-700\/35{background-color:rgba(77,124,15,.35)}.bg-lime-700\/40{background-color:rgba(77,124,15,.4)}.bg-lime-700\/45{background-color:rgba(77,124,15,.45)}.bg-lime-700\/5{background-color:rgba(77,124,15,.05)}.bg-lime-700\/50{background-color:rgba(77,124,15,.5)}.bg-lime-700\/55{background-color:rgba(77,124,15,.55)}.bg-lime-700\/60{background-color:rgba(77,124,15,.6)}.bg-lime-700\/65{background-color:rgba(77,124,15,.65)}.bg-lime-700\/70{background-color:rgba(77,124,15,.7)}.bg-lime-700\/75{background-color:rgba(77,124,15,.75)}.bg-lime-700\/80{background-color:rgba(77,124,15,.8)}.bg-lime-700\/85{background-color:rgba(77,124,15,.85)}.bg-lime-700\/90{background-color:rgba(77,124,15,.9)}.bg-lime-700\/95{background-color:rgba(77,124,15,.95)}.bg-lime-800{--tw-bg-opacity:1;background-color:rgb(63 98 18/var(--tw-bg-opacity,1))}.bg-lime-800\/0{background-color:rgba(63,98,18,0)}.bg-lime-800\/10{background-color:rgba(63,98,18,.1)}.bg-lime-800\/100{background-color:#3f6212}.bg-lime-800\/15{background-color:rgba(63,98,18,.15)}.bg-lime-800\/20{background-color:rgba(63,98,18,.2)}.bg-lime-800\/25{background-color:rgba(63,98,18,.25)}.bg-lime-800\/30{background-color:rgba(63,98,18,.3)}.bg-lime-800\/35{background-color:rgba(63,98,18,.35)}.bg-lime-800\/40{background-color:rgba(63,98,18,.4)}.bg-lime-800\/45{background-color:rgba(63,98,18,.45)}.bg-lime-800\/5{background-color:rgba(63,98,18,.05)}.bg-lime-800\/50{background-color:rgba(63,98,18,.5)}.bg-lime-800\/55{background-color:rgba(63,98,18,.55)}.bg-lime-800\/60{background-color:rgba(63,98,18,.6)}.bg-lime-800\/65{background-color:rgba(63,98,18,.65)}.bg-lime-800\/70{background-color:rgba(63,98,18,.7)}.bg-lime-800\/75{background-color:rgba(63,98,18,.75)}.bg-lime-800\/80{background-color:rgba(63,98,18,.8)}.bg-lime-800\/85{background-color:rgba(63,98,18,.85)}.bg-lime-800\/90{background-color:rgba(63,98,18,.9)}.bg-lime-800\/95{background-color:rgba(63,98,18,.95)}.bg-lime-900{--tw-bg-opacity:1;background-color:rgb(54 83 20/var(--tw-bg-opacity,1))}.bg-lime-900\/0{background-color:rgba(54,83,20,0)}.bg-lime-900\/10{background-color:rgba(54,83,20,.1)}.bg-lime-900\/100{background-color:#365314}.bg-lime-900\/15{background-color:rgba(54,83,20,.15)}.bg-lime-900\/20{background-color:rgba(54,83,20,.2)}.bg-lime-900\/25{background-color:rgba(54,83,20,.25)}.bg-lime-900\/30{background-color:rgba(54,83,20,.3)}.bg-lime-900\/35{background-color:rgba(54,83,20,.35)}.bg-lime-900\/40{background-color:rgba(54,83,20,.4)}.bg-lime-900\/45{background-color:rgba(54,83,20,.45)}.bg-lime-900\/5{background-color:rgba(54,83,20,.05)}.bg-lime-900\/50{background-color:rgba(54,83,20,.5)}.bg-lime-900\/55{background-color:rgba(54,83,20,.55)}.bg-lime-900\/60{background-color:rgba(54,83,20,.6)}.bg-lime-900\/65{background-color:rgba(54,83,20,.65)}.bg-lime-900\/70{background-color:rgba(54,83,20,.7)}.bg-lime-900\/75{background-color:rgba(54,83,20,.75)}.bg-lime-900\/80{background-color:rgba(54,83,20,.8)}.bg-lime-900\/85{background-color:rgba(54,83,20,.85)}.bg-lime-900\/90{background-color:rgba(54,83,20,.9)}.bg-lime-900\/95{background-color:rgba(54,83,20,.95)}.bg-lime-950{--tw-bg-opacity:1;background-color:rgb(26 46 5/var(--tw-bg-opacity,1))}.bg-lime-950\/0{background-color:rgba(26,46,5,0)}.bg-lime-950\/10{background-color:rgba(26,46,5,.1)}.bg-lime-950\/100{background-color:#1a2e05}.bg-lime-950\/15{background-color:rgba(26,46,5,.15)}.bg-lime-950\/20{background-color:rgba(26,46,5,.2)}.bg-lime-950\/25{background-color:rgba(26,46,5,.25)}.bg-lime-950\/30{background-color:rgba(26,46,5,.3)}.bg-lime-950\/35{background-color:rgba(26,46,5,.35)}.bg-lime-950\/40{background-color:rgba(26,46,5,.4)}.bg-lime-950\/45{background-color:rgba(26,46,5,.45)}.bg-lime-950\/5{background-color:rgba(26,46,5,.05)}.bg-lime-950\/50{background-color:rgba(26,46,5,.5)}.bg-lime-950\/55{background-color:rgba(26,46,5,.55)}.bg-lime-950\/60{background-color:rgba(26,46,5,.6)}.bg-lime-950\/65{background-color:rgba(26,46,5,.65)}.bg-lime-950\/70{background-color:rgba(26,46,5,.7)}.bg-lime-950\/75{background-color:rgba(26,46,5,.75)}.bg-lime-950\/80{background-color:rgba(26,46,5,.8)}.bg-lime-950\/85{background-color:rgba(26,46,5,.85)}.bg-lime-950\/90{background-color:rgba(26,46,5,.9)}.bg-lime-950\/95{background-color:rgba(26,46,5,.95)}.bg-loyalty{--tw-bg-opacity:1;background-color:rgb(6 45 72/var(--tw-bg-opacity,1))}.bg-loyalty-100{--tw-bg-opacity:1;background-color:rgb(125 143 163/var(--tw-bg-opacity,1))}.bg-loyalty-100\/0{background-color:rgba(125,143,163,0)}.bg-loyalty-100\/10{background-color:rgba(125,143,163,.1)}.bg-loyalty-100\/100{background-color:#7d8fa3}.bg-loyalty-100\/15{background-color:rgba(125,143,163,.15)}.bg-loyalty-100\/20{background-color:rgba(125,143,163,.2)}.bg-loyalty-100\/25{background-color:rgba(125,143,163,.25)}.bg-loyalty-100\/30{background-color:rgba(125,143,163,.3)}.bg-loyalty-100\/35{background-color:rgba(125,143,163,.35)}.bg-loyalty-100\/40{background-color:rgba(125,143,163,.4)}.bg-loyalty-100\/45{background-color:rgba(125,143,163,.45)}.bg-loyalty-100\/5{background-color:rgba(125,143,163,.05)}.bg-loyalty-100\/50{background-color:rgba(125,143,163,.5)}.bg-loyalty-100\/55{background-color:rgba(125,143,163,.55)}.bg-loyalty-100\/60{background-color:rgba(125,143,163,.6)}.bg-loyalty-100\/65{background-color:rgba(125,143,163,.65)}.bg-loyalty-100\/70{background-color:rgba(125,143,163,.7)}.bg-loyalty-100\/75{background-color:rgba(125,143,163,.75)}.bg-loyalty-100\/80{background-color:rgba(125,143,163,.8)}.bg-loyalty-100\/85{background-color:rgba(125,143,163,.85)}.bg-loyalty-100\/90{background-color:rgba(125,143,163,.9)}.bg-loyalty-100\/95{background-color:rgba(125,143,163,.95)}.bg-loyalty\/0{background-color:rgba(6,45,72,0)}.bg-loyalty\/10{background-color:rgba(6,45,72,.1)}.bg-loyalty\/100{background-color:#062d48}.bg-loyalty\/15{background-color:rgba(6,45,72,.15)}.bg-loyalty\/20{background-color:rgba(6,45,72,.2)}.bg-loyalty\/25{background-color:rgba(6,45,72,.25)}.bg-loyalty\/30{background-color:rgba(6,45,72,.3)}.bg-loyalty\/35{background-color:rgba(6,45,72,.35)}.bg-loyalty\/40{background-color:rgba(6,45,72,.4)}.bg-loyalty\/45{background-color:rgba(6,45,72,.45)}.bg-loyalty\/5{background-color:rgba(6,45,72,.05)}.bg-loyalty\/50{background-color:rgba(6,45,72,.5)}.bg-loyalty\/55{background-color:rgba(6,45,72,.55)}.bg-loyalty\/60{background-color:rgba(6,45,72,.6)}.bg-loyalty\/65{background-color:rgba(6,45,72,.65)}.bg-loyalty\/70{background-color:rgba(6,45,72,.7)}.bg-loyalty\/75{background-color:rgba(6,45,72,.75)}.bg-loyalty\/80{background-color:rgba(6,45,72,.8)}.bg-loyalty\/85{background-color:rgba(6,45,72,.85)}.bg-loyalty\/90{background-color:rgba(6,45,72,.9)}.bg-loyalty\/95{background-color:rgba(6,45,72,.95)}.bg-neutral-100{--tw-bg-opacity:1;background-color:rgb(245 245 245/var(--tw-bg-opacity,1))}.bg-neutral-100\/0{background-color:hsla(0,0%,96%,0)}.bg-neutral-100\/10{background-color:hsla(0,0%,96%,.1)}.bg-neutral-100\/100{background-color:#f5f5f5}.bg-neutral-100\/15{background-color:hsla(0,0%,96%,.15)}.bg-neutral-100\/20{background-color:hsla(0,0%,96%,.2)}.bg-neutral-100\/25{background-color:hsla(0,0%,96%,.25)}.bg-neutral-100\/30{background-color:hsla(0,0%,96%,.3)}.bg-neutral-100\/35{background-color:hsla(0,0%,96%,.35)}.bg-neutral-100\/40{background-color:hsla(0,0%,96%,.4)}.bg-neutral-100\/45{background-color:hsla(0,0%,96%,.45)}.bg-neutral-100\/5{background-color:hsla(0,0%,96%,.05)}.bg-neutral-100\/50{background-color:hsla(0,0%,96%,.5)}.bg-neutral-100\/55{background-color:hsla(0,0%,96%,.55)}.bg-neutral-100\/60{background-color:hsla(0,0%,96%,.6)}.bg-neutral-100\/65{background-color:hsla(0,0%,96%,.65)}.bg-neutral-100\/70{background-color:hsla(0,0%,96%,.7)}.bg-neutral-100\/75{background-color:hsla(0,0%,96%,.75)}.bg-neutral-100\/80{background-color:hsla(0,0%,96%,.8)}.bg-neutral-100\/85{background-color:hsla(0,0%,96%,.85)}.bg-neutral-100\/90{background-color:hsla(0,0%,96%,.9)}.bg-neutral-100\/95{background-color:hsla(0,0%,96%,.95)}.bg-neutral-200{--tw-bg-opacity:1;background-color:rgb(229 229 229/var(--tw-bg-opacity,1))}.bg-neutral-200\/0{background-color:hsla(0,0%,90%,0)}.bg-neutral-200\/10{background-color:hsla(0,0%,90%,.1)}.bg-neutral-200\/100{background-color:#e5e5e5}.bg-neutral-200\/15{background-color:hsla(0,0%,90%,.15)}.bg-neutral-200\/20{background-color:hsla(0,0%,90%,.2)}.bg-neutral-200\/25{background-color:hsla(0,0%,90%,.25)}.bg-neutral-200\/30{background-color:hsla(0,0%,90%,.3)}.bg-neutral-200\/35{background-color:hsla(0,0%,90%,.35)}.bg-neutral-200\/40{background-color:hsla(0,0%,90%,.4)}.bg-neutral-200\/45{background-color:hsla(0,0%,90%,.45)}.bg-neutral-200\/5{background-color:hsla(0,0%,90%,.05)}.bg-neutral-200\/50{background-color:hsla(0,0%,90%,.5)}.bg-neutral-200\/55{background-color:hsla(0,0%,90%,.55)}.bg-neutral-200\/60{background-color:hsla(0,0%,90%,.6)}.bg-neutral-200\/65{background-color:hsla(0,0%,90%,.65)}.bg-neutral-200\/70{background-color:hsla(0,0%,90%,.7)}.bg-neutral-200\/75{background-color:hsla(0,0%,90%,.75)}.bg-neutral-200\/80{background-color:hsla(0,0%,90%,.8)}.bg-neutral-200\/85{background-color:hsla(0,0%,90%,.85)}.bg-neutral-200\/90{background-color:hsla(0,0%,90%,.9)}.bg-neutral-200\/95{background-color:hsla(0,0%,90%,.95)}.bg-neutral-300{--tw-bg-opacity:1;background-color:rgb(212 212 212/var(--tw-bg-opacity,1))}.bg-neutral-300\/0{background-color:hsla(0,0%,83%,0)}.bg-neutral-300\/10{background-color:hsla(0,0%,83%,.1)}.bg-neutral-300\/100{background-color:#d4d4d4}.bg-neutral-300\/15{background-color:hsla(0,0%,83%,.15)}.bg-neutral-300\/20{background-color:hsla(0,0%,83%,.2)}.bg-neutral-300\/25{background-color:hsla(0,0%,83%,.25)}.bg-neutral-300\/30{background-color:hsla(0,0%,83%,.3)}.bg-neutral-300\/35{background-color:hsla(0,0%,83%,.35)}.bg-neutral-300\/40{background-color:hsla(0,0%,83%,.4)}.bg-neutral-300\/45{background-color:hsla(0,0%,83%,.45)}.bg-neutral-300\/5{background-color:hsla(0,0%,83%,.05)}.bg-neutral-300\/50{background-color:hsla(0,0%,83%,.5)}.bg-neutral-300\/55{background-color:hsla(0,0%,83%,.55)}.bg-neutral-300\/60{background-color:hsla(0,0%,83%,.6)}.bg-neutral-300\/65{background-color:hsla(0,0%,83%,.65)}.bg-neutral-300\/70{background-color:hsla(0,0%,83%,.7)}.bg-neutral-300\/75{background-color:hsla(0,0%,83%,.75)}.bg-neutral-300\/80{background-color:hsla(0,0%,83%,.8)}.bg-neutral-300\/85{background-color:hsla(0,0%,83%,.85)}.bg-neutral-300\/90{background-color:hsla(0,0%,83%,.9)}.bg-neutral-300\/95{background-color:hsla(0,0%,83%,.95)}.bg-neutral-400{--tw-bg-opacity:1;background-color:rgb(163 163 163/var(--tw-bg-opacity,1))}.bg-neutral-400\/0{background-color:hsla(0,0%,64%,0)}.bg-neutral-400\/10{background-color:hsla(0,0%,64%,.1)}.bg-neutral-400\/100{background-color:#a3a3a3}.bg-neutral-400\/15{background-color:hsla(0,0%,64%,.15)}.bg-neutral-400\/20{background-color:hsla(0,0%,64%,.2)}.bg-neutral-400\/25{background-color:hsla(0,0%,64%,.25)}.bg-neutral-400\/30{background-color:hsla(0,0%,64%,.3)}.bg-neutral-400\/35{background-color:hsla(0,0%,64%,.35)}.bg-neutral-400\/40{background-color:hsla(0,0%,64%,.4)}.bg-neutral-400\/45{background-color:hsla(0,0%,64%,.45)}.bg-neutral-400\/5{background-color:hsla(0,0%,64%,.05)}.bg-neutral-400\/50{background-color:hsla(0,0%,64%,.5)}.bg-neutral-400\/55{background-color:hsla(0,0%,64%,.55)}.bg-neutral-400\/60{background-color:hsla(0,0%,64%,.6)}.bg-neutral-400\/65{background-color:hsla(0,0%,64%,.65)}.bg-neutral-400\/70{background-color:hsla(0,0%,64%,.7)}.bg-neutral-400\/75{background-color:hsla(0,0%,64%,.75)}.bg-neutral-400\/80{background-color:hsla(0,0%,64%,.8)}.bg-neutral-400\/85{background-color:hsla(0,0%,64%,.85)}.bg-neutral-400\/90{background-color:hsla(0,0%,64%,.9)}.bg-neutral-400\/95{background-color:hsla(0,0%,64%,.95)}.bg-neutral-50{--tw-bg-opacity:1;background-color:rgb(250 250 250/var(--tw-bg-opacity,1))}.bg-neutral-50\/0{background-color:hsla(0,0%,98%,0)}.bg-neutral-50\/10{background-color:hsla(0,0%,98%,.1)}.bg-neutral-50\/100{background-color:#fafafa}.bg-neutral-50\/15{background-color:hsla(0,0%,98%,.15)}.bg-neutral-50\/20{background-color:hsla(0,0%,98%,.2)}.bg-neutral-50\/25{background-color:hsla(0,0%,98%,.25)}.bg-neutral-50\/30{background-color:hsla(0,0%,98%,.3)}.bg-neutral-50\/35{background-color:hsla(0,0%,98%,.35)}.bg-neutral-50\/40{background-color:hsla(0,0%,98%,.4)}.bg-neutral-50\/45{background-color:hsla(0,0%,98%,.45)}.bg-neutral-50\/5{background-color:hsla(0,0%,98%,.05)}.bg-neutral-50\/50{background-color:hsla(0,0%,98%,.5)}.bg-neutral-50\/55{background-color:hsla(0,0%,98%,.55)}.bg-neutral-50\/60{background-color:hsla(0,0%,98%,.6)}.bg-neutral-50\/65{background-color:hsla(0,0%,98%,.65)}.bg-neutral-50\/70{background-color:hsla(0,0%,98%,.7)}.bg-neutral-50\/75{background-color:hsla(0,0%,98%,.75)}.bg-neutral-50\/80{background-color:hsla(0,0%,98%,.8)}.bg-neutral-50\/85{background-color:hsla(0,0%,98%,.85)}.bg-neutral-50\/90{background-color:hsla(0,0%,98%,.9)}.bg-neutral-50\/95{background-color:hsla(0,0%,98%,.95)}.bg-neutral-500{--tw-bg-opacity:1;background-color:rgb(115 115 115/var(--tw-bg-opacity,1))}.bg-neutral-500\/0{background-color:hsla(0,0%,45%,0)}.bg-neutral-500\/10{background-color:hsla(0,0%,45%,.1)}.bg-neutral-500\/100{background-color:#737373}.bg-neutral-500\/15{background-color:hsla(0,0%,45%,.15)}.bg-neutral-500\/20{background-color:hsla(0,0%,45%,.2)}.bg-neutral-500\/25{background-color:hsla(0,0%,45%,.25)}.bg-neutral-500\/30{background-color:hsla(0,0%,45%,.3)}.bg-neutral-500\/35{background-color:hsla(0,0%,45%,.35)}.bg-neutral-500\/40{background-color:hsla(0,0%,45%,.4)}.bg-neutral-500\/45{background-color:hsla(0,0%,45%,.45)}.bg-neutral-500\/5{background-color:hsla(0,0%,45%,.05)}.bg-neutral-500\/50{background-color:hsla(0,0%,45%,.5)}.bg-neutral-500\/55{background-color:hsla(0,0%,45%,.55)}.bg-neutral-500\/60{background-color:hsla(0,0%,45%,.6)}.bg-neutral-500\/65{background-color:hsla(0,0%,45%,.65)}.bg-neutral-500\/70{background-color:hsla(0,0%,45%,.7)}.bg-neutral-500\/75{background-color:hsla(0,0%,45%,.75)}.bg-neutral-500\/80{background-color:hsla(0,0%,45%,.8)}.bg-neutral-500\/85{background-color:hsla(0,0%,45%,.85)}.bg-neutral-500\/90{background-color:hsla(0,0%,45%,.9)}.bg-neutral-500\/95{background-color:hsla(0,0%,45%,.95)}.bg-neutral-600{--tw-bg-opacity:1;background-color:rgb(82 82 82/var(--tw-bg-opacity,1))}.bg-neutral-600\/0{background-color:rgba(82,82,82,0)}.bg-neutral-600\/10{background-color:rgba(82,82,82,.1)}.bg-neutral-600\/100{background-color:#525252}.bg-neutral-600\/15{background-color:rgba(82,82,82,.15)}.bg-neutral-600\/20{background-color:rgba(82,82,82,.2)}.bg-neutral-600\/25{background-color:rgba(82,82,82,.25)}.bg-neutral-600\/30{background-color:rgba(82,82,82,.3)}.bg-neutral-600\/35{background-color:rgba(82,82,82,.35)}.bg-neutral-600\/40{background-color:rgba(82,82,82,.4)}.bg-neutral-600\/45{background-color:rgba(82,82,82,.45)}.bg-neutral-600\/5{background-color:rgba(82,82,82,.05)}.bg-neutral-600\/50{background-color:rgba(82,82,82,.5)}.bg-neutral-600\/55{background-color:rgba(82,82,82,.55)}.bg-neutral-600\/60{background-color:rgba(82,82,82,.6)}.bg-neutral-600\/65{background-color:rgba(82,82,82,.65)}.bg-neutral-600\/70{background-color:rgba(82,82,82,.7)}.bg-neutral-600\/75{background-color:rgba(82,82,82,.75)}.bg-neutral-600\/80{background-color:rgba(82,82,82,.8)}.bg-neutral-600\/85{background-color:rgba(82,82,82,.85)}.bg-neutral-600\/90{background-color:rgba(82,82,82,.9)}.bg-neutral-600\/95{background-color:rgba(82,82,82,.95)}.bg-neutral-700{--tw-bg-opacity:1;background-color:rgb(64 64 64/var(--tw-bg-opacity,1))}.bg-neutral-700\/0{background-color:rgba(64,64,64,0)}.bg-neutral-700\/10{background-color:rgba(64,64,64,.1)}.bg-neutral-700\/100{background-color:#404040}.bg-neutral-700\/15{background-color:rgba(64,64,64,.15)}.bg-neutral-700\/20{background-color:rgba(64,64,64,.2)}.bg-neutral-700\/25{background-color:rgba(64,64,64,.25)}.bg-neutral-700\/30{background-color:rgba(64,64,64,.3)}.bg-neutral-700\/35{background-color:rgba(64,64,64,.35)}.bg-neutral-700\/40{background-color:rgba(64,64,64,.4)}.bg-neutral-700\/45{background-color:rgba(64,64,64,.45)}.bg-neutral-700\/5{background-color:rgba(64,64,64,.05)}.bg-neutral-700\/50{background-color:rgba(64,64,64,.5)}.bg-neutral-700\/55{background-color:rgba(64,64,64,.55)}.bg-neutral-700\/60{background-color:rgba(64,64,64,.6)}.bg-neutral-700\/65{background-color:rgba(64,64,64,.65)}.bg-neutral-700\/70{background-color:rgba(64,64,64,.7)}.bg-neutral-700\/75{background-color:rgba(64,64,64,.75)}.bg-neutral-700\/80{background-color:rgba(64,64,64,.8)}.bg-neutral-700\/85{background-color:rgba(64,64,64,.85)}.bg-neutral-700\/90{background-color:rgba(64,64,64,.9)}.bg-neutral-700\/95{background-color:rgba(64,64,64,.95)}.bg-neutral-800{--tw-bg-opacity:1;background-color:rgb(38 38 38/var(--tw-bg-opacity,1))}.bg-neutral-800\/0{background-color:rgba(38,38,38,0)}.bg-neutral-800\/10{background-color:rgba(38,38,38,.1)}.bg-neutral-800\/100{background-color:#262626}.bg-neutral-800\/15{background-color:rgba(38,38,38,.15)}.bg-neutral-800\/20{background-color:rgba(38,38,38,.2)}.bg-neutral-800\/25{background-color:rgba(38,38,38,.25)}.bg-neutral-800\/30{background-color:rgba(38,38,38,.3)}.bg-neutral-800\/35{background-color:rgba(38,38,38,.35)}.bg-neutral-800\/40{background-color:rgba(38,38,38,.4)}.bg-neutral-800\/45{background-color:rgba(38,38,38,.45)}.bg-neutral-800\/5{background-color:rgba(38,38,38,.05)}.bg-neutral-800\/50{background-color:rgba(38,38,38,.5)}.bg-neutral-800\/55{background-color:rgba(38,38,38,.55)}.bg-neutral-800\/60{background-color:rgba(38,38,38,.6)}.bg-neutral-800\/65{background-color:rgba(38,38,38,.65)}.bg-neutral-800\/70{background-color:rgba(38,38,38,.7)}.bg-neutral-800\/75{background-color:rgba(38,38,38,.75)}.bg-neutral-800\/80{background-color:rgba(38,38,38,.8)}.bg-neutral-800\/85{background-color:rgba(38,38,38,.85)}.bg-neutral-800\/90{background-color:rgba(38,38,38,.9)}.bg-neutral-800\/95{background-color:rgba(38,38,38,.95)}.bg-neutral-900{--tw-bg-opacity:1;background-color:rgb(23 23 23/var(--tw-bg-opacity,1))}.bg-neutral-900\/0{background-color:hsla(0,0%,9%,0)}.bg-neutral-900\/10{background-color:hsla(0,0%,9%,.1)}.bg-neutral-900\/100{background-color:#171717}.bg-neutral-900\/15{background-color:hsla(0,0%,9%,.15)}.bg-neutral-900\/20{background-color:hsla(0,0%,9%,.2)}.bg-neutral-900\/25{background-color:hsla(0,0%,9%,.25)}.bg-neutral-900\/30{background-color:hsla(0,0%,9%,.3)}.bg-neutral-900\/35{background-color:hsla(0,0%,9%,.35)}.bg-neutral-900\/40{background-color:hsla(0,0%,9%,.4)}.bg-neutral-900\/45{background-color:hsla(0,0%,9%,.45)}.bg-neutral-900\/5{background-color:hsla(0,0%,9%,.05)}.bg-neutral-900\/50{background-color:hsla(0,0%,9%,.5)}.bg-neutral-900\/55{background-color:hsla(0,0%,9%,.55)}.bg-neutral-900\/60{background-color:hsla(0,0%,9%,.6)}.bg-neutral-900\/65{background-color:hsla(0,0%,9%,.65)}.bg-neutral-900\/70{background-color:hsla(0,0%,9%,.7)}.bg-neutral-900\/75{background-color:hsla(0,0%,9%,.75)}.bg-neutral-900\/80{background-color:hsla(0,0%,9%,.8)}.bg-neutral-900\/85{background-color:hsla(0,0%,9%,.85)}.bg-neutral-900\/90{background-color:hsla(0,0%,9%,.9)}.bg-neutral-900\/95{background-color:hsla(0,0%,9%,.95)}.bg-neutral-950{--tw-bg-opacity:1;background-color:rgb(10 10 10/var(--tw-bg-opacity,1))}.bg-neutral-950\/0{background-color:hsla(0,0%,4%,0)}.bg-neutral-950\/10{background-color:hsla(0,0%,4%,.1)}.bg-neutral-950\/100{background-color:#0a0a0a}.bg-neutral-950\/15{background-color:hsla(0,0%,4%,.15)}.bg-neutral-950\/20{background-color:hsla(0,0%,4%,.2)}.bg-neutral-950\/25{background-color:hsla(0,0%,4%,.25)}.bg-neutral-950\/30{background-color:hsla(0,0%,4%,.3)}.bg-neutral-950\/35{background-color:hsla(0,0%,4%,.35)}.bg-neutral-950\/40{background-color:hsla(0,0%,4%,.4)}.bg-neutral-950\/45{background-color:hsla(0,0%,4%,.45)}.bg-neutral-950\/5{background-color:hsla(0,0%,4%,.05)}.bg-neutral-950\/50{background-color:hsla(0,0%,4%,.5)}.bg-neutral-950\/55{background-color:hsla(0,0%,4%,.55)}.bg-neutral-950\/60{background-color:hsla(0,0%,4%,.6)}.bg-neutral-950\/65{background-color:hsla(0,0%,4%,.65)}.bg-neutral-950\/70{background-color:hsla(0,0%,4%,.7)}.bg-neutral-950\/75{background-color:hsla(0,0%,4%,.75)}.bg-neutral-950\/80{background-color:hsla(0,0%,4%,.8)}.bg-neutral-950\/85{background-color:hsla(0,0%,4%,.85)}.bg-neutral-950\/90{background-color:hsla(0,0%,4%,.9)}.bg-neutral-950\/95{background-color:hsla(0,0%,4%,.95)}.bg-orange-100{--tw-bg-opacity:1;background-color:rgb(255 237 213/var(--tw-bg-opacity,1))}.bg-orange-100\/0{background-color:rgba(255,237,213,0)}.bg-orange-100\/10{background-color:rgba(255,237,213,.1)}.bg-orange-100\/100{background-color:#ffedd5}.bg-orange-100\/15{background-color:rgba(255,237,213,.15)}.bg-orange-100\/20{background-color:rgba(255,237,213,.2)}.bg-orange-100\/25{background-color:rgba(255,237,213,.25)}.bg-orange-100\/30{background-color:rgba(255,237,213,.3)}.bg-orange-100\/35{background-color:rgba(255,237,213,.35)}.bg-orange-100\/40{background-color:rgba(255,237,213,.4)}.bg-orange-100\/45{background-color:rgba(255,237,213,.45)}.bg-orange-100\/5{background-color:rgba(255,237,213,.05)}.bg-orange-100\/50{background-color:rgba(255,237,213,.5)}.bg-orange-100\/55{background-color:rgba(255,237,213,.55)}.bg-orange-100\/60{background-color:rgba(255,237,213,.6)}.bg-orange-100\/65{background-color:rgba(255,237,213,.65)}.bg-orange-100\/70{background-color:rgba(255,237,213,.7)}.bg-orange-100\/75{background-color:rgba(255,237,213,.75)}.bg-orange-100\/80{background-color:rgba(255,237,213,.8)}.bg-orange-100\/85{background-color:rgba(255,237,213,.85)}.bg-orange-100\/90{background-color:rgba(255,237,213,.9)}.bg-orange-100\/95{background-color:rgba(255,237,213,.95)}.bg-orange-200{--tw-bg-opacity:1;background-color:rgb(254 215 170/var(--tw-bg-opacity,1))}.bg-orange-200\/0{background-color:hsla(32,98%,83%,0)}.bg-orange-200\/10{background-color:hsla(32,98%,83%,.1)}.bg-orange-200\/100{background-color:#fed7aa}.bg-orange-200\/15{background-color:hsla(32,98%,83%,.15)}.bg-orange-200\/20{background-color:hsla(32,98%,83%,.2)}.bg-orange-200\/25{background-color:hsla(32,98%,83%,.25)}.bg-orange-200\/30{background-color:hsla(32,98%,83%,.3)}.bg-orange-200\/35{background-color:hsla(32,98%,83%,.35)}.bg-orange-200\/40{background-color:hsla(32,98%,83%,.4)}.bg-orange-200\/45{background-color:hsla(32,98%,83%,.45)}.bg-orange-200\/5{background-color:hsla(32,98%,83%,.05)}.bg-orange-200\/50{background-color:hsla(32,98%,83%,.5)}.bg-orange-200\/55{background-color:hsla(32,98%,83%,.55)}.bg-orange-200\/60{background-color:hsla(32,98%,83%,.6)}.bg-orange-200\/65{background-color:hsla(32,98%,83%,.65)}.bg-orange-200\/70{background-color:hsla(32,98%,83%,.7)}.bg-orange-200\/75{background-color:hsla(32,98%,83%,.75)}.bg-orange-200\/80{background-color:hsla(32,98%,83%,.8)}.bg-orange-200\/85{background-color:hsla(32,98%,83%,.85)}.bg-orange-200\/90{background-color:hsla(32,98%,83%,.9)}.bg-orange-200\/95{background-color:hsla(32,98%,83%,.95)}.bg-orange-300{--tw-bg-opacity:1;background-color:rgb(253 186 116/var(--tw-bg-opacity,1))}.bg-orange-300\/0{background-color:hsla(31,97%,72%,0)}.bg-orange-300\/10{background-color:hsla(31,97%,72%,.1)}.bg-orange-300\/100{background-color:#fdba74}.bg-orange-300\/15{background-color:hsla(31,97%,72%,.15)}.bg-orange-300\/20{background-color:hsla(31,97%,72%,.2)}.bg-orange-300\/25{background-color:hsla(31,97%,72%,.25)}.bg-orange-300\/30{background-color:hsla(31,97%,72%,.3)}.bg-orange-300\/35{background-color:hsla(31,97%,72%,.35)}.bg-orange-300\/40{background-color:hsla(31,97%,72%,.4)}.bg-orange-300\/45{background-color:hsla(31,97%,72%,.45)}.bg-orange-300\/5{background-color:hsla(31,97%,72%,.05)}.bg-orange-300\/50{background-color:hsla(31,97%,72%,.5)}.bg-orange-300\/55{background-color:hsla(31,97%,72%,.55)}.bg-orange-300\/60{background-color:hsla(31,97%,72%,.6)}.bg-orange-300\/65{background-color:hsla(31,97%,72%,.65)}.bg-orange-300\/70{background-color:hsla(31,97%,72%,.7)}.bg-orange-300\/75{background-color:hsla(31,97%,72%,.75)}.bg-orange-300\/80{background-color:hsla(31,97%,72%,.8)}.bg-orange-300\/85{background-color:hsla(31,97%,72%,.85)}.bg-orange-300\/90{background-color:hsla(31,97%,72%,.9)}.bg-orange-300\/95{background-color:hsla(31,97%,72%,.95)}.bg-orange-400{--tw-bg-opacity:1;background-color:rgb(251 146 60/var(--tw-bg-opacity,1))}.bg-orange-400\/0{background-color:rgba(251,146,60,0)}.bg-orange-400\/10{background-color:rgba(251,146,60,.1)}.bg-orange-400\/100{background-color:#fb923c}.bg-orange-400\/15{background-color:rgba(251,146,60,.15)}.bg-orange-400\/20{background-color:rgba(251,146,60,.2)}.bg-orange-400\/25{background-color:rgba(251,146,60,.25)}.bg-orange-400\/30{background-color:rgba(251,146,60,.3)}.bg-orange-400\/35{background-color:rgba(251,146,60,.35)}.bg-orange-400\/40{background-color:rgba(251,146,60,.4)}.bg-orange-400\/45{background-color:rgba(251,146,60,.45)}.bg-orange-400\/5{background-color:rgba(251,146,60,.05)}.bg-orange-400\/50{background-color:rgba(251,146,60,.5)}.bg-orange-400\/55{background-color:rgba(251,146,60,.55)}.bg-orange-400\/60{background-color:rgba(251,146,60,.6)}.bg-orange-400\/65{background-color:rgba(251,146,60,.65)}.bg-orange-400\/70{background-color:rgba(251,146,60,.7)}.bg-orange-400\/75{background-color:rgba(251,146,60,.75)}.bg-orange-400\/80{background-color:rgba(251,146,60,.8)}.bg-orange-400\/85{background-color:rgba(251,146,60,.85)}.bg-orange-400\/90{background-color:rgba(251,146,60,.9)}.bg-orange-400\/95{background-color:rgba(251,146,60,.95)}.bg-orange-50{--tw-bg-opacity:1;background-color:rgb(255 247 237/var(--tw-bg-opacity,1))}.bg-orange-50\/0{background-color:rgba(255,247,237,0)}.bg-orange-50\/10{background-color:rgba(255,247,237,.1)}.bg-orange-50\/100{background-color:#fff7ed}.bg-orange-50\/15{background-color:rgba(255,247,237,.15)}.bg-orange-50\/20{background-color:rgba(255,247,237,.2)}.bg-orange-50\/25{background-color:rgba(255,247,237,.25)}.bg-orange-50\/30{background-color:rgba(255,247,237,.3)}.bg-orange-50\/35{background-color:rgba(255,247,237,.35)}.bg-orange-50\/40{background-color:rgba(255,247,237,.4)}.bg-orange-50\/45{background-color:rgba(255,247,237,.45)}.bg-orange-50\/5{background-color:rgba(255,247,237,.05)}.bg-orange-50\/50{background-color:rgba(255,247,237,.5)}.bg-orange-50\/55{background-color:rgba(255,247,237,.55)}.bg-orange-50\/60{background-color:rgba(255,247,237,.6)}.bg-orange-50\/65{background-color:rgba(255,247,237,.65)}.bg-orange-50\/70{background-color:rgba(255,247,237,.7)}.bg-orange-50\/75{background-color:rgba(255,247,237,.75)}.bg-orange-50\/80{background-color:rgba(255,247,237,.8)}.bg-orange-50\/85{background-color:rgba(255,247,237,.85)}.bg-orange-50\/90{background-color:rgba(255,247,237,.9)}.bg-orange-50\/95{background-color:rgba(255,247,237,.95)}.bg-orange-500{--tw-bg-opacity:1;background-color:rgb(249 115 22/var(--tw-bg-opacity,1))}.bg-orange-500\/0{background-color:rgba(249,115,22,0)}.bg-orange-500\/10{background-color:rgba(249,115,22,.1)}.bg-orange-500\/100{background-color:#f97316}.bg-orange-500\/15{background-color:rgba(249,115,22,.15)}.bg-orange-500\/20{background-color:rgba(249,115,22,.2)}.bg-orange-500\/25{background-color:rgba(249,115,22,.25)}.bg-orange-500\/30{background-color:rgba(249,115,22,.3)}.bg-orange-500\/35{background-color:rgba(249,115,22,.35)}.bg-orange-500\/40{background-color:rgba(249,115,22,.4)}.bg-orange-500\/45{background-color:rgba(249,115,22,.45)}.bg-orange-500\/5{background-color:rgba(249,115,22,.05)}.bg-orange-500\/50{background-color:rgba(249,115,22,.5)}.bg-orange-500\/55{background-color:rgba(249,115,22,.55)}.bg-orange-500\/60{background-color:rgba(249,115,22,.6)}.bg-orange-500\/65{background-color:rgba(249,115,22,.65)}.bg-orange-500\/70{background-color:rgba(249,115,22,.7)}.bg-orange-500\/75{background-color:rgba(249,115,22,.75)}.bg-orange-500\/80{background-color:rgba(249,115,22,.8)}.bg-orange-500\/85{background-color:rgba(249,115,22,.85)}.bg-orange-500\/90{background-color:rgba(249,115,22,.9)}.bg-orange-500\/95{background-color:rgba(249,115,22,.95)}.bg-orange-600{--tw-bg-opacity:1;background-color:rgb(234 88 12/var(--tw-bg-opacity,1))}.bg-orange-600\/0{background-color:rgba(234,88,12,0)}.bg-orange-600\/10{background-color:rgba(234,88,12,.1)}.bg-orange-600\/100{background-color:#ea580c}.bg-orange-600\/15{background-color:rgba(234,88,12,.15)}.bg-orange-600\/20{background-color:rgba(234,88,12,.2)}.bg-orange-600\/25{background-color:rgba(234,88,12,.25)}.bg-orange-600\/30{background-color:rgba(234,88,12,.3)}.bg-orange-600\/35{background-color:rgba(234,88,12,.35)}.bg-orange-600\/40{background-color:rgba(234,88,12,.4)}.bg-orange-600\/45{background-color:rgba(234,88,12,.45)}.bg-orange-600\/5{background-color:rgba(234,88,12,.05)}.bg-orange-600\/50{background-color:rgba(234,88,12,.5)}.bg-orange-600\/55{background-color:rgba(234,88,12,.55)}.bg-orange-600\/60{background-color:rgba(234,88,12,.6)}.bg-orange-600\/65{background-color:rgba(234,88,12,.65)}.bg-orange-600\/70{background-color:rgba(234,88,12,.7)}.bg-orange-600\/75{background-color:rgba(234,88,12,.75)}.bg-orange-600\/80{background-color:rgba(234,88,12,.8)}.bg-orange-600\/85{background-color:rgba(234,88,12,.85)}.bg-orange-600\/90{background-color:rgba(234,88,12,.9)}.bg-orange-600\/95{background-color:rgba(234,88,12,.95)}.bg-orange-700{--tw-bg-opacity:1;background-color:rgb(194 65 12/var(--tw-bg-opacity,1))}.bg-orange-700\/0{background-color:rgba(194,65,12,0)}.bg-orange-700\/10{background-color:rgba(194,65,12,.1)}.bg-orange-700\/100{background-color:#c2410c}.bg-orange-700\/15{background-color:rgba(194,65,12,.15)}.bg-orange-700\/20{background-color:rgba(194,65,12,.2)}.bg-orange-700\/25{background-color:rgba(194,65,12,.25)}.bg-orange-700\/30{background-color:rgba(194,65,12,.3)}.bg-orange-700\/35{background-color:rgba(194,65,12,.35)}.bg-orange-700\/40{background-color:rgba(194,65,12,.4)}.bg-orange-700\/45{background-color:rgba(194,65,12,.45)}.bg-orange-700\/5{background-color:rgba(194,65,12,.05)}.bg-orange-700\/50{background-color:rgba(194,65,12,.5)}.bg-orange-700\/55{background-color:rgba(194,65,12,.55)}.bg-orange-700\/60{background-color:rgba(194,65,12,.6)}.bg-orange-700\/65{background-color:rgba(194,65,12,.65)}.bg-orange-700\/70{background-color:rgba(194,65,12,.7)}.bg-orange-700\/75{background-color:rgba(194,65,12,.75)}.bg-orange-700\/80{background-color:rgba(194,65,12,.8)}.bg-orange-700\/85{background-color:rgba(194,65,12,.85)}.bg-orange-700\/90{background-color:rgba(194,65,12,.9)}.bg-orange-700\/95{background-color:rgba(194,65,12,.95)}.bg-orange-800{--tw-bg-opacity:1;background-color:rgb(154 52 18/var(--tw-bg-opacity,1))}.bg-orange-800\/0{background-color:rgba(154,52,18,0)}.bg-orange-800\/10{background-color:rgba(154,52,18,.1)}.bg-orange-800\/100{background-color:#9a3412}.bg-orange-800\/15{background-color:rgba(154,52,18,.15)}.bg-orange-800\/20{background-color:rgba(154,52,18,.2)}.bg-orange-800\/25{background-color:rgba(154,52,18,.25)}.bg-orange-800\/30{background-color:rgba(154,52,18,.3)}.bg-orange-800\/35{background-color:rgba(154,52,18,.35)}.bg-orange-800\/40{background-color:rgba(154,52,18,.4)}.bg-orange-800\/45{background-color:rgba(154,52,18,.45)}.bg-orange-800\/5{background-color:rgba(154,52,18,.05)}.bg-orange-800\/50{background-color:rgba(154,52,18,.5)}.bg-orange-800\/55{background-color:rgba(154,52,18,.55)}.bg-orange-800\/60{background-color:rgba(154,52,18,.6)}.bg-orange-800\/65{background-color:rgba(154,52,18,.65)}.bg-orange-800\/70{background-color:rgba(154,52,18,.7)}.bg-orange-800\/75{background-color:rgba(154,52,18,.75)}.bg-orange-800\/80{background-color:rgba(154,52,18,.8)}.bg-orange-800\/85{background-color:rgba(154,52,18,.85)}.bg-orange-800\/90{background-color:rgba(154,52,18,.9)}.bg-orange-800\/95{background-color:rgba(154,52,18,.95)}.bg-orange-900{--tw-bg-opacity:1;background-color:rgb(124 45 18/var(--tw-bg-opacity,1))}.bg-orange-900\/0{background-color:rgba(124,45,18,0)}.bg-orange-900\/10{background-color:rgba(124,45,18,.1)}.bg-orange-900\/100{background-color:#7c2d12}.bg-orange-900\/15{background-color:rgba(124,45,18,.15)}.bg-orange-900\/20{background-color:rgba(124,45,18,.2)}.bg-orange-900\/25{background-color:rgba(124,45,18,.25)}.bg-orange-900\/30{background-color:rgba(124,45,18,.3)}.bg-orange-900\/35{background-color:rgba(124,45,18,.35)}.bg-orange-900\/40{background-color:rgba(124,45,18,.4)}.bg-orange-900\/45{background-color:rgba(124,45,18,.45)}.bg-orange-900\/5{background-color:rgba(124,45,18,.05)}.bg-orange-900\/50{background-color:rgba(124,45,18,.5)}.bg-orange-900\/55{background-color:rgba(124,45,18,.55)}.bg-orange-900\/60{background-color:rgba(124,45,18,.6)}.bg-orange-900\/65{background-color:rgba(124,45,18,.65)}.bg-orange-900\/70{background-color:rgba(124,45,18,.7)}.bg-orange-900\/75{background-color:rgba(124,45,18,.75)}.bg-orange-900\/80{background-color:rgba(124,45,18,.8)}.bg-orange-900\/85{background-color:rgba(124,45,18,.85)}.bg-orange-900\/90{background-color:rgba(124,45,18,.9)}.bg-orange-900\/95{background-color:rgba(124,45,18,.95)}.bg-orange-950{--tw-bg-opacity:1;background-color:rgb(67 20 7/var(--tw-bg-opacity,1))}.bg-orange-950\/0{background-color:rgba(67,20,7,0)}.bg-orange-950\/10{background-color:rgba(67,20,7,.1)}.bg-orange-950\/100{background-color:#431407}.bg-orange-950\/15{background-color:rgba(67,20,7,.15)}.bg-orange-950\/20{background-color:rgba(67,20,7,.2)}.bg-orange-950\/25{background-color:rgba(67,20,7,.25)}.bg-orange-950\/30{background-color:rgba(67,20,7,.3)}.bg-orange-950\/35{background-color:rgba(67,20,7,.35)}.bg-orange-950\/40{background-color:rgba(67,20,7,.4)}.bg-orange-950\/45{background-color:rgba(67,20,7,.45)}.bg-orange-950\/5{background-color:rgba(67,20,7,.05)}.bg-orange-950\/50{background-color:rgba(67,20,7,.5)}.bg-orange-950\/55{background-color:rgba(67,20,7,.55)}.bg-orange-950\/60{background-color:rgba(67,20,7,.6)}.bg-orange-950\/65{background-color:rgba(67,20,7,.65)}.bg-orange-950\/70{background-color:rgba(67,20,7,.7)}.bg-orange-950\/75{background-color:rgba(67,20,7,.75)}.bg-orange-950\/80{background-color:rgba(67,20,7,.8)}.bg-orange-950\/85{background-color:rgba(67,20,7,.85)}.bg-orange-950\/90{background-color:rgba(67,20,7,.9)}.bg-orange-950\/95{background-color:rgba(67,20,7,.95)}.bg-pale-gray{--tw-bg-opacity:1;background-color:rgb(239 243 244/var(--tw-bg-opacity,1))}.bg-pale-gray\/0{background-color:rgba(239,243,244,0)}.bg-pale-gray\/10{background-color:rgba(239,243,244,.1)}.bg-pale-gray\/100{background-color:#eff3f4}.bg-pale-gray\/15{background-color:rgba(239,243,244,.15)}.bg-pale-gray\/20{background-color:rgba(239,243,244,.2)}.bg-pale-gray\/25{background-color:rgba(239,243,244,.25)}.bg-pale-gray\/30{background-color:rgba(239,243,244,.3)}.bg-pale-gray\/35{background-color:rgba(239,243,244,.35)}.bg-pale-gray\/40{background-color:rgba(239,243,244,.4)}.bg-pale-gray\/45{background-color:rgba(239,243,244,.45)}.bg-pale-gray\/5{background-color:rgba(239,243,244,.05)}.bg-pale-gray\/50{background-color:rgba(239,243,244,.5)}.bg-pale-gray\/55{background-color:rgba(239,243,244,.55)}.bg-pale-gray\/60{background-color:rgba(239,243,244,.6)}.bg-pale-gray\/65{background-color:rgba(239,243,244,.65)}.bg-pale-gray\/70{background-color:rgba(239,243,244,.7)}.bg-pale-gray\/75{background-color:rgba(239,243,244,.75)}.bg-pale-gray\/80{background-color:rgba(239,243,244,.8)}.bg-pale-gray\/85{background-color:rgba(239,243,244,.85)}.bg-pale-gray\/90{background-color:rgba(239,243,244,.9)}.bg-pale-gray\/95{background-color:rgba(239,243,244,.95)}.bg-pink-100{--tw-bg-opacity:1;background-color:rgb(252 231 243/var(--tw-bg-opacity,1))}.bg-pink-100\/0{background-color:rgba(252,231,243,0)}.bg-pink-100\/10{background-color:rgba(252,231,243,.1)}.bg-pink-100\/100{background-color:#fce7f3}.bg-pink-100\/15{background-color:rgba(252,231,243,.15)}.bg-pink-100\/20{background-color:rgba(252,231,243,.2)}.bg-pink-100\/25{background-color:rgba(252,231,243,.25)}.bg-pink-100\/30{background-color:rgba(252,231,243,.3)}.bg-pink-100\/35{background-color:rgba(252,231,243,.35)}.bg-pink-100\/40{background-color:rgba(252,231,243,.4)}.bg-pink-100\/45{background-color:rgba(252,231,243,.45)}.bg-pink-100\/5{background-color:rgba(252,231,243,.05)}.bg-pink-100\/50{background-color:rgba(252,231,243,.5)}.bg-pink-100\/55{background-color:rgba(252,231,243,.55)}.bg-pink-100\/60{background-color:rgba(252,231,243,.6)}.bg-pink-100\/65{background-color:rgba(252,231,243,.65)}.bg-pink-100\/70{background-color:rgba(252,231,243,.7)}.bg-pink-100\/75{background-color:rgba(252,231,243,.75)}.bg-pink-100\/80{background-color:rgba(252,231,243,.8)}.bg-pink-100\/85{background-color:rgba(252,231,243,.85)}.bg-pink-100\/90{background-color:rgba(252,231,243,.9)}.bg-pink-100\/95{background-color:rgba(252,231,243,.95)}.bg-pink-200{--tw-bg-opacity:1;background-color:rgb(251 207 232/var(--tw-bg-opacity,1))}.bg-pink-200\/0{background-color:rgba(251,207,232,0)}.bg-pink-200\/10{background-color:rgba(251,207,232,.1)}.bg-pink-200\/100{background-color:#fbcfe8}.bg-pink-200\/15{background-color:rgba(251,207,232,.15)}.bg-pink-200\/20{background-color:rgba(251,207,232,.2)}.bg-pink-200\/25{background-color:rgba(251,207,232,.25)}.bg-pink-200\/30{background-color:rgba(251,207,232,.3)}.bg-pink-200\/35{background-color:rgba(251,207,232,.35)}.bg-pink-200\/40{background-color:rgba(251,207,232,.4)}.bg-pink-200\/45{background-color:rgba(251,207,232,.45)}.bg-pink-200\/5{background-color:rgba(251,207,232,.05)}.bg-pink-200\/50{background-color:rgba(251,207,232,.5)}.bg-pink-200\/55{background-color:rgba(251,207,232,.55)}.bg-pink-200\/60{background-color:rgba(251,207,232,.6)}.bg-pink-200\/65{background-color:rgba(251,207,232,.65)}.bg-pink-200\/70{background-color:rgba(251,207,232,.7)}.bg-pink-200\/75{background-color:rgba(251,207,232,.75)}.bg-pink-200\/80{background-color:rgba(251,207,232,.8)}.bg-pink-200\/85{background-color:rgba(251,207,232,.85)}.bg-pink-200\/90{background-color:rgba(251,207,232,.9)}.bg-pink-200\/95{background-color:rgba(251,207,232,.95)}.bg-pink-300{--tw-bg-opacity:1;background-color:rgb(249 168 212/var(--tw-bg-opacity,1))}.bg-pink-300\/0{background-color:rgba(249,168,212,0)}.bg-pink-300\/10{background-color:rgba(249,168,212,.1)}.bg-pink-300\/100{background-color:#f9a8d4}.bg-pink-300\/15{background-color:rgba(249,168,212,.15)}.bg-pink-300\/20{background-color:rgba(249,168,212,.2)}.bg-pink-300\/25{background-color:rgba(249,168,212,.25)}.bg-pink-300\/30{background-color:rgba(249,168,212,.3)}.bg-pink-300\/35{background-color:rgba(249,168,212,.35)}.bg-pink-300\/40{background-color:rgba(249,168,212,.4)}.bg-pink-300\/45{background-color:rgba(249,168,212,.45)}.bg-pink-300\/5{background-color:rgba(249,168,212,.05)}.bg-pink-300\/50{background-color:rgba(249,168,212,.5)}.bg-pink-300\/55{background-color:rgba(249,168,212,.55)}.bg-pink-300\/60{background-color:rgba(249,168,212,.6)}.bg-pink-300\/65{background-color:rgba(249,168,212,.65)}.bg-pink-300\/70{background-color:rgba(249,168,212,.7)}.bg-pink-300\/75{background-color:rgba(249,168,212,.75)}.bg-pink-300\/80{background-color:rgba(249,168,212,.8)}.bg-pink-300\/85{background-color:rgba(249,168,212,.85)}.bg-pink-300\/90{background-color:rgba(249,168,212,.9)}.bg-pink-300\/95{background-color:rgba(249,168,212,.95)}.bg-pink-400{--tw-bg-opacity:1;background-color:rgb(244 114 182/var(--tw-bg-opacity,1))}.bg-pink-400\/0{background-color:rgba(244,114,182,0)}.bg-pink-400\/10{background-color:rgba(244,114,182,.1)}.bg-pink-400\/100{background-color:#f472b6}.bg-pink-400\/15{background-color:rgba(244,114,182,.15)}.bg-pink-400\/20{background-color:rgba(244,114,182,.2)}.bg-pink-400\/25{background-color:rgba(244,114,182,.25)}.bg-pink-400\/30{background-color:rgba(244,114,182,.3)}.bg-pink-400\/35{background-color:rgba(244,114,182,.35)}.bg-pink-400\/40{background-color:rgba(244,114,182,.4)}.bg-pink-400\/45{background-color:rgba(244,114,182,.45)}.bg-pink-400\/5{background-color:rgba(244,114,182,.05)}.bg-pink-400\/50{background-color:rgba(244,114,182,.5)}.bg-pink-400\/55{background-color:rgba(244,114,182,.55)}.bg-pink-400\/60{background-color:rgba(244,114,182,.6)}.bg-pink-400\/65{background-color:rgba(244,114,182,.65)}.bg-pink-400\/70{background-color:rgba(244,114,182,.7)}.bg-pink-400\/75{background-color:rgba(244,114,182,.75)}.bg-pink-400\/80{background-color:rgba(244,114,182,.8)}.bg-pink-400\/85{background-color:rgba(244,114,182,.85)}.bg-pink-400\/90{background-color:rgba(244,114,182,.9)}.bg-pink-400\/95{background-color:rgba(244,114,182,.95)}.bg-pink-50{--tw-bg-opacity:1;background-color:rgb(253 242 248/var(--tw-bg-opacity,1))}.bg-pink-50\/0{background-color:rgba(253,242,248,0)}.bg-pink-50\/10{background-color:rgba(253,242,248,.1)}.bg-pink-50\/100{background-color:#fdf2f8}.bg-pink-50\/15{background-color:rgba(253,242,248,.15)}.bg-pink-50\/20{background-color:rgba(253,242,248,.2)}.bg-pink-50\/25{background-color:rgba(253,242,248,.25)}.bg-pink-50\/30{background-color:rgba(253,242,248,.3)}.bg-pink-50\/35{background-color:rgba(253,242,248,.35)}.bg-pink-50\/40{background-color:rgba(253,242,248,.4)}.bg-pink-50\/45{background-color:rgba(253,242,248,.45)}.bg-pink-50\/5{background-color:rgba(253,242,248,.05)}.bg-pink-50\/50{background-color:rgba(253,242,248,.5)}.bg-pink-50\/55{background-color:rgba(253,242,248,.55)}.bg-pink-50\/60{background-color:rgba(253,242,248,.6)}.bg-pink-50\/65{background-color:rgba(253,242,248,.65)}.bg-pink-50\/70{background-color:rgba(253,242,248,.7)}.bg-pink-50\/75{background-color:rgba(253,242,248,.75)}.bg-pink-50\/80{background-color:rgba(253,242,248,.8)}.bg-pink-50\/85{background-color:rgba(253,242,248,.85)}.bg-pink-50\/90{background-color:rgba(253,242,248,.9)}.bg-pink-50\/95{background-color:rgba(253,242,248,.95)}.bg-pink-500{--tw-bg-opacity:1;background-color:rgb(236 72 153/var(--tw-bg-opacity,1))}.bg-pink-500\/0{background-color:rgba(236,72,153,0)}.bg-pink-500\/10{background-color:rgba(236,72,153,.1)}.bg-pink-500\/100{background-color:#ec4899}.bg-pink-500\/15{background-color:rgba(236,72,153,.15)}.bg-pink-500\/20{background-color:rgba(236,72,153,.2)}.bg-pink-500\/25{background-color:rgba(236,72,153,.25)}.bg-pink-500\/30{background-color:rgba(236,72,153,.3)}.bg-pink-500\/35{background-color:rgba(236,72,153,.35)}.bg-pink-500\/40{background-color:rgba(236,72,153,.4)}.bg-pink-500\/45{background-color:rgba(236,72,153,.45)}.bg-pink-500\/5{background-color:rgba(236,72,153,.05)}.bg-pink-500\/50{background-color:rgba(236,72,153,.5)}.bg-pink-500\/55{background-color:rgba(236,72,153,.55)}.bg-pink-500\/60{background-color:rgba(236,72,153,.6)}.bg-pink-500\/65{background-color:rgba(236,72,153,.65)}.bg-pink-500\/70{background-color:rgba(236,72,153,.7)}.bg-pink-500\/75{background-color:rgba(236,72,153,.75)}.bg-pink-500\/80{background-color:rgba(236,72,153,.8)}.bg-pink-500\/85{background-color:rgba(236,72,153,.85)}.bg-pink-500\/90{background-color:rgba(236,72,153,.9)}.bg-pink-500\/95{background-color:rgba(236,72,153,.95)}.bg-pink-600{--tw-bg-opacity:1;background-color:rgb(219 39 119/var(--tw-bg-opacity,1))}.bg-pink-600\/0{background-color:rgba(219,39,119,0)}.bg-pink-600\/10{background-color:rgba(219,39,119,.1)}.bg-pink-600\/100{background-color:#db2777}.bg-pink-600\/15{background-color:rgba(219,39,119,.15)}.bg-pink-600\/20{background-color:rgba(219,39,119,.2)}.bg-pink-600\/25{background-color:rgba(219,39,119,.25)}.bg-pink-600\/30{background-color:rgba(219,39,119,.3)}.bg-pink-600\/35{background-color:rgba(219,39,119,.35)}.bg-pink-600\/40{background-color:rgba(219,39,119,.4)}.bg-pink-600\/45{background-color:rgba(219,39,119,.45)}.bg-pink-600\/5{background-color:rgba(219,39,119,.05)}.bg-pink-600\/50{background-color:rgba(219,39,119,.5)}.bg-pink-600\/55{background-color:rgba(219,39,119,.55)}.bg-pink-600\/60{background-color:rgba(219,39,119,.6)}.bg-pink-600\/65{background-color:rgba(219,39,119,.65)}.bg-pink-600\/70{background-color:rgba(219,39,119,.7)}.bg-pink-600\/75{background-color:rgba(219,39,119,.75)}.bg-pink-600\/80{background-color:rgba(219,39,119,.8)}.bg-pink-600\/85{background-color:rgba(219,39,119,.85)}.bg-pink-600\/90{background-color:rgba(219,39,119,.9)}.bg-pink-600\/95{background-color:rgba(219,39,119,.95)}.bg-pink-700{--tw-bg-opacity:1;background-color:rgb(190 24 93/var(--tw-bg-opacity,1))}.bg-pink-700\/0{background-color:rgba(190,24,93,0)}.bg-pink-700\/10{background-color:rgba(190,24,93,.1)}.bg-pink-700\/100{background-color:#be185d}.bg-pink-700\/15{background-color:rgba(190,24,93,.15)}.bg-pink-700\/20{background-color:rgba(190,24,93,.2)}.bg-pink-700\/25{background-color:rgba(190,24,93,.25)}.bg-pink-700\/30{background-color:rgba(190,24,93,.3)}.bg-pink-700\/35{background-color:rgba(190,24,93,.35)}.bg-pink-700\/40{background-color:rgba(190,24,93,.4)}.bg-pink-700\/45{background-color:rgba(190,24,93,.45)}.bg-pink-700\/5{background-color:rgba(190,24,93,.05)}.bg-pink-700\/50{background-color:rgba(190,24,93,.5)}.bg-pink-700\/55{background-color:rgba(190,24,93,.55)}.bg-pink-700\/60{background-color:rgba(190,24,93,.6)}.bg-pink-700\/65{background-color:rgba(190,24,93,.65)}.bg-pink-700\/70{background-color:rgba(190,24,93,.7)}.bg-pink-700\/75{background-color:rgba(190,24,93,.75)}.bg-pink-700\/80{background-color:rgba(190,24,93,.8)}.bg-pink-700\/85{background-color:rgba(190,24,93,.85)}.bg-pink-700\/90{background-color:rgba(190,24,93,.9)}.bg-pink-700\/95{background-color:rgba(190,24,93,.95)}.bg-pink-800{--tw-bg-opacity:1;background-color:rgb(157 23 77/var(--tw-bg-opacity,1))}.bg-pink-800\/0{background-color:rgba(157,23,77,0)}.bg-pink-800\/10{background-color:rgba(157,23,77,.1)}.bg-pink-800\/100{background-color:#9d174d}.bg-pink-800\/15{background-color:rgba(157,23,77,.15)}.bg-pink-800\/20{background-color:rgba(157,23,77,.2)}.bg-pink-800\/25{background-color:rgba(157,23,77,.25)}.bg-pink-800\/30{background-color:rgba(157,23,77,.3)}.bg-pink-800\/35{background-color:rgba(157,23,77,.35)}.bg-pink-800\/40{background-color:rgba(157,23,77,.4)}.bg-pink-800\/45{background-color:rgba(157,23,77,.45)}.bg-pink-800\/5{background-color:rgba(157,23,77,.05)}.bg-pink-800\/50{background-color:rgba(157,23,77,.5)}.bg-pink-800\/55{background-color:rgba(157,23,77,.55)}.bg-pink-800\/60{background-color:rgba(157,23,77,.6)}.bg-pink-800\/65{background-color:rgba(157,23,77,.65)}.bg-pink-800\/70{background-color:rgba(157,23,77,.7)}.bg-pink-800\/75{background-color:rgba(157,23,77,.75)}.bg-pink-800\/80{background-color:rgba(157,23,77,.8)}.bg-pink-800\/85{background-color:rgba(157,23,77,.85)}.bg-pink-800\/90{background-color:rgba(157,23,77,.9)}.bg-pink-800\/95{background-color:rgba(157,23,77,.95)}.bg-pink-900{--tw-bg-opacity:1;background-color:rgb(131 24 67/var(--tw-bg-opacity,1))}.bg-pink-900\/0{background-color:rgba(131,24,67,0)}.bg-pink-900\/10{background-color:rgba(131,24,67,.1)}.bg-pink-900\/100{background-color:#831843}.bg-pink-900\/15{background-color:rgba(131,24,67,.15)}.bg-pink-900\/20{background-color:rgba(131,24,67,.2)}.bg-pink-900\/25{background-color:rgba(131,24,67,.25)}.bg-pink-900\/30{background-color:rgba(131,24,67,.3)}.bg-pink-900\/35{background-color:rgba(131,24,67,.35)}.bg-pink-900\/40{background-color:rgba(131,24,67,.4)}.bg-pink-900\/45{background-color:rgba(131,24,67,.45)}.bg-pink-900\/5{background-color:rgba(131,24,67,.05)}.bg-pink-900\/50{background-color:rgba(131,24,67,.5)}.bg-pink-900\/55{background-color:rgba(131,24,67,.55)}.bg-pink-900\/60{background-color:rgba(131,24,67,.6)}.bg-pink-900\/65{background-color:rgba(131,24,67,.65)}.bg-pink-900\/70{background-color:rgba(131,24,67,.7)}.bg-pink-900\/75{background-color:rgba(131,24,67,.75)}.bg-pink-900\/80{background-color:rgba(131,24,67,.8)}.bg-pink-900\/85{background-color:rgba(131,24,67,.85)}.bg-pink-900\/90{background-color:rgba(131,24,67,.9)}.bg-pink-900\/95{background-color:rgba(131,24,67,.95)}.bg-pink-950{--tw-bg-opacity:1;background-color:rgb(80 7 36/var(--tw-bg-opacity,1))}.bg-pink-950\/0{background-color:rgba(80,7,36,0)}.bg-pink-950\/10{background-color:rgba(80,7,36,.1)}.bg-pink-950\/100{background-color:#500724}.bg-pink-950\/15{background-color:rgba(80,7,36,.15)}.bg-pink-950\/20{background-color:rgba(80,7,36,.2)}.bg-pink-950\/25{background-color:rgba(80,7,36,.25)}.bg-pink-950\/30{background-color:rgba(80,7,36,.3)}.bg-pink-950\/35{background-color:rgba(80,7,36,.35)}.bg-pink-950\/40{background-color:rgba(80,7,36,.4)}.bg-pink-950\/45{background-color:rgba(80,7,36,.45)}.bg-pink-950\/5{background-color:rgba(80,7,36,.05)}.bg-pink-950\/50{background-color:rgba(80,7,36,.5)}.bg-pink-950\/55{background-color:rgba(80,7,36,.55)}.bg-pink-950\/60{background-color:rgba(80,7,36,.6)}.bg-pink-950\/65{background-color:rgba(80,7,36,.65)}.bg-pink-950\/70{background-color:rgba(80,7,36,.7)}.bg-pink-950\/75{background-color:rgba(80,7,36,.75)}.bg-pink-950\/80{background-color:rgba(80,7,36,.8)}.bg-pink-950\/85{background-color:rgba(80,7,36,.85)}.bg-pink-950\/90{background-color:rgba(80,7,36,.9)}.bg-pink-950\/95{background-color:rgba(80,7,36,.95)}.bg-primary{--tw-bg-opacity:1;background-color:rgb(38 38 38/var(--tw-bg-opacity,1))}.bg-primary\/0{background-color:rgba(38,38,38,0)}.bg-primary\/10{background-color:rgba(38,38,38,.1)}.bg-primary\/100{background-color:#262626}.bg-primary\/15{background-color:rgba(38,38,38,.15)}.bg-primary\/20{background-color:rgba(38,38,38,.2)}.bg-primary\/25{background-color:rgba(38,38,38,.25)}.bg-primary\/30{background-color:rgba(38,38,38,.3)}.bg-primary\/35{background-color:rgba(38,38,38,.35)}.bg-primary\/40{background-color:rgba(38,38,38,.4)}.bg-primary\/45{background-color:rgba(38,38,38,.45)}.bg-primary\/5{background-color:rgba(38,38,38,.05)}.bg-primary\/50{background-color:rgba(38,38,38,.5)}.bg-primary\/55{background-color:rgba(38,38,38,.55)}.bg-primary\/60{background-color:rgba(38,38,38,.6)}.bg-primary\/65{background-color:rgba(38,38,38,.65)}.bg-primary\/70{background-color:rgba(38,38,38,.7)}.bg-primary\/75{background-color:rgba(38,38,38,.75)}.bg-primary\/80{background-color:rgba(38,38,38,.8)}.bg-primary\/85{background-color:rgba(38,38,38,.85)}.bg-primary\/90{background-color:rgba(38,38,38,.9)}.bg-primary\/95{background-color:rgba(38,38,38,.95)}.bg-purple-100{--tw-bg-opacity:1;background-color:rgb(243 232 255/var(--tw-bg-opacity,1))}.bg-purple-100\/0{background-color:rgba(243,232,255,0)}.bg-purple-100\/10{background-color:rgba(243,232,255,.1)}.bg-purple-100\/100{background-color:#f3e8ff}.bg-purple-100\/15{background-color:rgba(243,232,255,.15)}.bg-purple-100\/20{background-color:rgba(243,232,255,.2)}.bg-purple-100\/25{background-color:rgba(243,232,255,.25)}.bg-purple-100\/30{background-color:rgba(243,232,255,.3)}.bg-purple-100\/35{background-color:rgba(243,232,255,.35)}.bg-purple-100\/40{background-color:rgba(243,232,255,.4)}.bg-purple-100\/45{background-color:rgba(243,232,255,.45)}.bg-purple-100\/5{background-color:rgba(243,232,255,.05)}.bg-purple-100\/50{background-color:rgba(243,232,255,.5)}.bg-purple-100\/55{background-color:rgba(243,232,255,.55)}.bg-purple-100\/60{background-color:rgba(243,232,255,.6)}.bg-purple-100\/65{background-color:rgba(243,232,255,.65)}.bg-purple-100\/70{background-color:rgba(243,232,255,.7)}.bg-purple-100\/75{background-color:rgba(243,232,255,.75)}.bg-purple-100\/80{background-color:rgba(243,232,255,.8)}.bg-purple-100\/85{background-color:rgba(243,232,255,.85)}.bg-purple-100\/90{background-color:rgba(243,232,255,.9)}.bg-purple-100\/95{background-color:rgba(243,232,255,.95)}.bg-purple-200{--tw-bg-opacity:1;background-color:rgb(233 213 255/var(--tw-bg-opacity,1))}.bg-purple-200\/0{background-color:rgba(233,213,255,0)}.bg-purple-200\/10{background-color:rgba(233,213,255,.1)}.bg-purple-200\/100{background-color:#e9d5ff}.bg-purple-200\/15{background-color:rgba(233,213,255,.15)}.bg-purple-200\/20{background-color:rgba(233,213,255,.2)}.bg-purple-200\/25{background-color:rgba(233,213,255,.25)}.bg-purple-200\/30{background-color:rgba(233,213,255,.3)}.bg-purple-200\/35{background-color:rgba(233,213,255,.35)}.bg-purple-200\/40{background-color:rgba(233,213,255,.4)}.bg-purple-200\/45{background-color:rgba(233,213,255,.45)}.bg-purple-200\/5{background-color:rgba(233,213,255,.05)}.bg-purple-200\/50{background-color:rgba(233,213,255,.5)}.bg-purple-200\/55{background-color:rgba(233,213,255,.55)}.bg-purple-200\/60{background-color:rgba(233,213,255,.6)}.bg-purple-200\/65{background-color:rgba(233,213,255,.65)}.bg-purple-200\/70{background-color:rgba(233,213,255,.7)}.bg-purple-200\/75{background-color:rgba(233,213,255,.75)}.bg-purple-200\/80{background-color:rgba(233,213,255,.8)}.bg-purple-200\/85{background-color:rgba(233,213,255,.85)}.bg-purple-200\/90{background-color:rgba(233,213,255,.9)}.bg-purple-200\/95{background-color:rgba(233,213,255,.95)}.bg-purple-300{--tw-bg-opacity:1;background-color:rgb(216 180 254/var(--tw-bg-opacity,1))}.bg-purple-300\/0{background-color:rgba(216,180,254,0)}.bg-purple-300\/10{background-color:rgba(216,180,254,.1)}.bg-purple-300\/100{background-color:#d8b4fe}.bg-purple-300\/15{background-color:rgba(216,180,254,.15)}.bg-purple-300\/20{background-color:rgba(216,180,254,.2)}.bg-purple-300\/25{background-color:rgba(216,180,254,.25)}.bg-purple-300\/30{background-color:rgba(216,180,254,.3)}.bg-purple-300\/35{background-color:rgba(216,180,254,.35)}.bg-purple-300\/40{background-color:rgba(216,180,254,.4)}.bg-purple-300\/45{background-color:rgba(216,180,254,.45)}.bg-purple-300\/5{background-color:rgba(216,180,254,.05)}.bg-purple-300\/50{background-color:rgba(216,180,254,.5)}.bg-purple-300\/55{background-color:rgba(216,180,254,.55)}.bg-purple-300\/60{background-color:rgba(216,180,254,.6)}.bg-purple-300\/65{background-color:rgba(216,180,254,.65)}.bg-purple-300\/70{background-color:rgba(216,180,254,.7)}.bg-purple-300\/75{background-color:rgba(216,180,254,.75)}.bg-purple-300\/80{background-color:rgba(216,180,254,.8)}.bg-purple-300\/85{background-color:rgba(216,180,254,.85)}.bg-purple-300\/90{background-color:rgba(216,180,254,.9)}.bg-purple-300\/95{background-color:rgba(216,180,254,.95)}.bg-purple-400{--tw-bg-opacity:1;background-color:rgb(192 132 252/var(--tw-bg-opacity,1))}.bg-purple-400\/0{background-color:rgba(192,132,252,0)}.bg-purple-400\/10{background-color:rgba(192,132,252,.1)}.bg-purple-400\/100{background-color:#c084fc}.bg-purple-400\/15{background-color:rgba(192,132,252,.15)}.bg-purple-400\/20{background-color:rgba(192,132,252,.2)}.bg-purple-400\/25{background-color:rgba(192,132,252,.25)}.bg-purple-400\/30{background-color:rgba(192,132,252,.3)}.bg-purple-400\/35{background-color:rgba(192,132,252,.35)}.bg-purple-400\/40{background-color:rgba(192,132,252,.4)}.bg-purple-400\/45{background-color:rgba(192,132,252,.45)}.bg-purple-400\/5{background-color:rgba(192,132,252,.05)}.bg-purple-400\/50{background-color:rgba(192,132,252,.5)}.bg-purple-400\/55{background-color:rgba(192,132,252,.55)}.bg-purple-400\/60{background-color:rgba(192,132,252,.6)}.bg-purple-400\/65{background-color:rgba(192,132,252,.65)}.bg-purple-400\/70{background-color:rgba(192,132,252,.7)}.bg-purple-400\/75{background-color:rgba(192,132,252,.75)}.bg-purple-400\/80{background-color:rgba(192,132,252,.8)}.bg-purple-400\/85{background-color:rgba(192,132,252,.85)}.bg-purple-400\/90{background-color:rgba(192,132,252,.9)}.bg-purple-400\/95{background-color:rgba(192,132,252,.95)}.bg-purple-50{--tw-bg-opacity:1;background-color:rgb(250 245 255/var(--tw-bg-opacity,1))}.bg-purple-50\/0{background-color:rgba(250,245,255,0)}.bg-purple-50\/10{background-color:rgba(250,245,255,.1)}.bg-purple-50\/100{background-color:#faf5ff}.bg-purple-50\/15{background-color:rgba(250,245,255,.15)}.bg-purple-50\/20{background-color:rgba(250,245,255,.2)}.bg-purple-50\/25{background-color:rgba(250,245,255,.25)}.bg-purple-50\/30{background-color:rgba(250,245,255,.3)}.bg-purple-50\/35{background-color:rgba(250,245,255,.35)}.bg-purple-50\/40{background-color:rgba(250,245,255,.4)}.bg-purple-50\/45{background-color:rgba(250,245,255,.45)}.bg-purple-50\/5{background-color:rgba(250,245,255,.05)}.bg-purple-50\/50{background-color:rgba(250,245,255,.5)}.bg-purple-50\/55{background-color:rgba(250,245,255,.55)}.bg-purple-50\/60{background-color:rgba(250,245,255,.6)}.bg-purple-50\/65{background-color:rgba(250,245,255,.65)}.bg-purple-50\/70{background-color:rgba(250,245,255,.7)}.bg-purple-50\/75{background-color:rgba(250,245,255,.75)}.bg-purple-50\/80{background-color:rgba(250,245,255,.8)}.bg-purple-50\/85{background-color:rgba(250,245,255,.85)}.bg-purple-50\/90{background-color:rgba(250,245,255,.9)}.bg-purple-50\/95{background-color:rgba(250,245,255,.95)}.bg-purple-500{--tw-bg-opacity:1;background-color:rgb(168 85 247/var(--tw-bg-opacity,1))}.bg-purple-500\/0{background-color:rgba(168,85,247,0)}.bg-purple-500\/10{background-color:rgba(168,85,247,.1)}.bg-purple-500\/100{background-color:#a855f7}.bg-purple-500\/15{background-color:rgba(168,85,247,.15)}.bg-purple-500\/20{background-color:rgba(168,85,247,.2)}.bg-purple-500\/25{background-color:rgba(168,85,247,.25)}.bg-purple-500\/30{background-color:rgba(168,85,247,.3)}.bg-purple-500\/35{background-color:rgba(168,85,247,.35)}.bg-purple-500\/40{background-color:rgba(168,85,247,.4)}.bg-purple-500\/45{background-color:rgba(168,85,247,.45)}.bg-purple-500\/5{background-color:rgba(168,85,247,.05)}.bg-purple-500\/50{background-color:rgba(168,85,247,.5)}.bg-purple-500\/55{background-color:rgba(168,85,247,.55)}.bg-purple-500\/60{background-color:rgba(168,85,247,.6)}.bg-purple-500\/65{background-color:rgba(168,85,247,.65)}.bg-purple-500\/70{background-color:rgba(168,85,247,.7)}.bg-purple-500\/75{background-color:rgba(168,85,247,.75)}.bg-purple-500\/80{background-color:rgba(168,85,247,.8)}.bg-purple-500\/85{background-color:rgba(168,85,247,.85)}.bg-purple-500\/90{background-color:rgba(168,85,247,.9)}.bg-purple-500\/95{background-color:rgba(168,85,247,.95)}.bg-purple-600{--tw-bg-opacity:1;background-color:rgb(147 51 234/var(--tw-bg-opacity,1))}.bg-purple-600\/0{background-color:rgba(147,51,234,0)}.bg-purple-600\/10{background-color:rgba(147,51,234,.1)}.bg-purple-600\/100{background-color:#9333ea}.bg-purple-600\/15{background-color:rgba(147,51,234,.15)}.bg-purple-600\/20{background-color:rgba(147,51,234,.2)}.bg-purple-600\/25{background-color:rgba(147,51,234,.25)}.bg-purple-600\/30{background-color:rgba(147,51,234,.3)}.bg-purple-600\/35{background-color:rgba(147,51,234,.35)}.bg-purple-600\/40{background-color:rgba(147,51,234,.4)}.bg-purple-600\/45{background-color:rgba(147,51,234,.45)}.bg-purple-600\/5{background-color:rgba(147,51,234,.05)}.bg-purple-600\/50{background-color:rgba(147,51,234,.5)}.bg-purple-600\/55{background-color:rgba(147,51,234,.55)}.bg-purple-600\/60{background-color:rgba(147,51,234,.6)}.bg-purple-600\/65{background-color:rgba(147,51,234,.65)}.bg-purple-600\/70{background-color:rgba(147,51,234,.7)}.bg-purple-600\/75{background-color:rgba(147,51,234,.75)}.bg-purple-600\/80{background-color:rgba(147,51,234,.8)}.bg-purple-600\/85{background-color:rgba(147,51,234,.85)}.bg-purple-600\/90{background-color:rgba(147,51,234,.9)}.bg-purple-600\/95{background-color:rgba(147,51,234,.95)}.bg-purple-700{--tw-bg-opacity:1;background-color:rgb(126 34 206/var(--tw-bg-opacity,1))}.bg-purple-700\/0{background-color:rgba(126,34,206,0)}.bg-purple-700\/10{background-color:rgba(126,34,206,.1)}.bg-purple-700\/100{background-color:#7e22ce}.bg-purple-700\/15{background-color:rgba(126,34,206,.15)}.bg-purple-700\/20{background-color:rgba(126,34,206,.2)}.bg-purple-700\/25{background-color:rgba(126,34,206,.25)}.bg-purple-700\/30{background-color:rgba(126,34,206,.3)}.bg-purple-700\/35{background-color:rgba(126,34,206,.35)}.bg-purple-700\/40{background-color:rgba(126,34,206,.4)}.bg-purple-700\/45{background-color:rgba(126,34,206,.45)}.bg-purple-700\/5{background-color:rgba(126,34,206,.05)}.bg-purple-700\/50{background-color:rgba(126,34,206,.5)}.bg-purple-700\/55{background-color:rgba(126,34,206,.55)}.bg-purple-700\/60{background-color:rgba(126,34,206,.6)}.bg-purple-700\/65{background-color:rgba(126,34,206,.65)}.bg-purple-700\/70{background-color:rgba(126,34,206,.7)}.bg-purple-700\/75{background-color:rgba(126,34,206,.75)}.bg-purple-700\/80{background-color:rgba(126,34,206,.8)}.bg-purple-700\/85{background-color:rgba(126,34,206,.85)}.bg-purple-700\/90{background-color:rgba(126,34,206,.9)}.bg-purple-700\/95{background-color:rgba(126,34,206,.95)}.bg-purple-800{--tw-bg-opacity:1;background-color:rgb(107 33 168/var(--tw-bg-opacity,1))}.bg-purple-800\/0{background-color:rgba(107,33,168,0)}.bg-purple-800\/10{background-color:rgba(107,33,168,.1)}.bg-purple-800\/100{background-color:#6b21a8}.bg-purple-800\/15{background-color:rgba(107,33,168,.15)}.bg-purple-800\/20{background-color:rgba(107,33,168,.2)}.bg-purple-800\/25{background-color:rgba(107,33,168,.25)}.bg-purple-800\/30{background-color:rgba(107,33,168,.3)}.bg-purple-800\/35{background-color:rgba(107,33,168,.35)}.bg-purple-800\/40{background-color:rgba(107,33,168,.4)}.bg-purple-800\/45{background-color:rgba(107,33,168,.45)}.bg-purple-800\/5{background-color:rgba(107,33,168,.05)}.bg-purple-800\/50{background-color:rgba(107,33,168,.5)}.bg-purple-800\/55{background-color:rgba(107,33,168,.55)}.bg-purple-800\/60{background-color:rgba(107,33,168,.6)}.bg-purple-800\/65{background-color:rgba(107,33,168,.65)}.bg-purple-800\/70{background-color:rgba(107,33,168,.7)}.bg-purple-800\/75{background-color:rgba(107,33,168,.75)}.bg-purple-800\/80{background-color:rgba(107,33,168,.8)}.bg-purple-800\/85{background-color:rgba(107,33,168,.85)}.bg-purple-800\/90{background-color:rgba(107,33,168,.9)}.bg-purple-800\/95{background-color:rgba(107,33,168,.95)}.bg-purple-900{--tw-bg-opacity:1;background-color:rgb(88 28 135/var(--tw-bg-opacity,1))}.bg-purple-900\/0{background-color:rgba(88,28,135,0)}.bg-purple-900\/10{background-color:rgba(88,28,135,.1)}.bg-purple-900\/100{background-color:#581c87}.bg-purple-900\/15{background-color:rgba(88,28,135,.15)}.bg-purple-900\/20{background-color:rgba(88,28,135,.2)}.bg-purple-900\/25{background-color:rgba(88,28,135,.25)}.bg-purple-900\/30{background-color:rgba(88,28,135,.3)}.bg-purple-900\/35{background-color:rgba(88,28,135,.35)}.bg-purple-900\/40{background-color:rgba(88,28,135,.4)}.bg-purple-900\/45{background-color:rgba(88,28,135,.45)}.bg-purple-900\/5{background-color:rgba(88,28,135,.05)}.bg-purple-900\/50{background-color:rgba(88,28,135,.5)}.bg-purple-900\/55{background-color:rgba(88,28,135,.55)}.bg-purple-900\/60{background-color:rgba(88,28,135,.6)}.bg-purple-900\/65{background-color:rgba(88,28,135,.65)}.bg-purple-900\/70{background-color:rgba(88,28,135,.7)}.bg-purple-900\/75{background-color:rgba(88,28,135,.75)}.bg-purple-900\/80{background-color:rgba(88,28,135,.8)}.bg-purple-900\/85{background-color:rgba(88,28,135,.85)}.bg-purple-900\/90{background-color:rgba(88,28,135,.9)}.bg-purple-900\/95{background-color:rgba(88,28,135,.95)}.bg-purple-950{--tw-bg-opacity:1;background-color:rgb(59 7 100/var(--tw-bg-opacity,1))}.bg-purple-950\/0{background-color:rgba(59,7,100,0)}.bg-purple-950\/10{background-color:rgba(59,7,100,.1)}.bg-purple-950\/100{background-color:#3b0764}.bg-purple-950\/15{background-color:rgba(59,7,100,.15)}.bg-purple-950\/20{background-color:rgba(59,7,100,.2)}.bg-purple-950\/25{background-color:rgba(59,7,100,.25)}.bg-purple-950\/30{background-color:rgba(59,7,100,.3)}.bg-purple-950\/35{background-color:rgba(59,7,100,.35)}.bg-purple-950\/40{background-color:rgba(59,7,100,.4)}.bg-purple-950\/45{background-color:rgba(59,7,100,.45)}.bg-purple-950\/5{background-color:rgba(59,7,100,.05)}.bg-purple-950\/50{background-color:rgba(59,7,100,.5)}.bg-purple-950\/55{background-color:rgba(59,7,100,.55)}.bg-purple-950\/60{background-color:rgba(59,7,100,.6)}.bg-purple-950\/65{background-color:rgba(59,7,100,.65)}.bg-purple-950\/70{background-color:rgba(59,7,100,.7)}.bg-purple-950\/75{background-color:rgba(59,7,100,.75)}.bg-purple-950\/80{background-color:rgba(59,7,100,.8)}.bg-purple-950\/85{background-color:rgba(59,7,100,.85)}.bg-purple-950\/90{background-color:rgba(59,7,100,.9)}.bg-purple-950\/95{background-color:rgba(59,7,100,.95)}.bg-red-100{--tw-bg-opacity:1;background-color:rgb(254 226 226/var(--tw-bg-opacity,1))}.bg-red-100\/0{background-color:hsla(0,93%,94%,0)}.bg-red-100\/10{background-color:hsla(0,93%,94%,.1)}.bg-red-100\/100{background-color:#fee2e2}.bg-red-100\/15{background-color:hsla(0,93%,94%,.15)}.bg-red-100\/20{background-color:hsla(0,93%,94%,.2)}.bg-red-100\/25{background-color:hsla(0,93%,94%,.25)}.bg-red-100\/30{background-color:hsla(0,93%,94%,.3)}.bg-red-100\/35{background-color:hsla(0,93%,94%,.35)}.bg-red-100\/40{background-color:hsla(0,93%,94%,.4)}.bg-red-100\/45{background-color:hsla(0,93%,94%,.45)}.bg-red-100\/5{background-color:hsla(0,93%,94%,.05)}.bg-red-100\/50{background-color:hsla(0,93%,94%,.5)}.bg-red-100\/55{background-color:hsla(0,93%,94%,.55)}.bg-red-100\/60{background-color:hsla(0,93%,94%,.6)}.bg-red-100\/65{background-color:hsla(0,93%,94%,.65)}.bg-red-100\/70{background-color:hsla(0,93%,94%,.7)}.bg-red-100\/75{background-color:hsla(0,93%,94%,.75)}.bg-red-100\/80{background-color:hsla(0,93%,94%,.8)}.bg-red-100\/85{background-color:hsla(0,93%,94%,.85)}.bg-red-100\/90{background-color:hsla(0,93%,94%,.9)}.bg-red-100\/95{background-color:hsla(0,93%,94%,.95)}.bg-red-200{--tw-bg-opacity:1;background-color:rgb(254 202 202/var(--tw-bg-opacity,1))}.bg-red-200\/0{background-color:hsla(0,96%,89%,0)}.bg-red-200\/10{background-color:hsla(0,96%,89%,.1)}.bg-red-200\/100{background-color:#fecaca}.bg-red-200\/15{background-color:hsla(0,96%,89%,.15)}.bg-red-200\/20{background-color:hsla(0,96%,89%,.2)}.bg-red-200\/25{background-color:hsla(0,96%,89%,.25)}.bg-red-200\/30{background-color:hsla(0,96%,89%,.3)}.bg-red-200\/35{background-color:hsla(0,96%,89%,.35)}.bg-red-200\/40{background-color:hsla(0,96%,89%,.4)}.bg-red-200\/45{background-color:hsla(0,96%,89%,.45)}.bg-red-200\/5{background-color:hsla(0,96%,89%,.05)}.bg-red-200\/50{background-color:hsla(0,96%,89%,.5)}.bg-red-200\/55{background-color:hsla(0,96%,89%,.55)}.bg-red-200\/60{background-color:hsla(0,96%,89%,.6)}.bg-red-200\/65{background-color:hsla(0,96%,89%,.65)}.bg-red-200\/70{background-color:hsla(0,96%,89%,.7)}.bg-red-200\/75{background-color:hsla(0,96%,89%,.75)}.bg-red-200\/80{background-color:hsla(0,96%,89%,.8)}.bg-red-200\/85{background-color:hsla(0,96%,89%,.85)}.bg-red-200\/90{background-color:hsla(0,96%,89%,.9)}.bg-red-200\/95{background-color:hsla(0,96%,89%,.95)}.bg-red-300{--tw-bg-opacity:1;background-color:rgb(252 165 165/var(--tw-bg-opacity,1))}.bg-red-300\/0{background-color:hsla(0,94%,82%,0)}.bg-red-300\/10{background-color:hsla(0,94%,82%,.1)}.bg-red-300\/100{background-color:#fca5a5}.bg-red-300\/15{background-color:hsla(0,94%,82%,.15)}.bg-red-300\/20{background-color:hsla(0,94%,82%,.2)}.bg-red-300\/25{background-color:hsla(0,94%,82%,.25)}.bg-red-300\/30{background-color:hsla(0,94%,82%,.3)}.bg-red-300\/35{background-color:hsla(0,94%,82%,.35)}.bg-red-300\/40{background-color:hsla(0,94%,82%,.4)}.bg-red-300\/45{background-color:hsla(0,94%,82%,.45)}.bg-red-300\/5{background-color:hsla(0,94%,82%,.05)}.bg-red-300\/50{background-color:hsla(0,94%,82%,.5)}.bg-red-300\/55{background-color:hsla(0,94%,82%,.55)}.bg-red-300\/60{background-color:hsla(0,94%,82%,.6)}.bg-red-300\/65{background-color:hsla(0,94%,82%,.65)}.bg-red-300\/70{background-color:hsla(0,94%,82%,.7)}.bg-red-300\/75{background-color:hsla(0,94%,82%,.75)}.bg-red-300\/80{background-color:hsla(0,94%,82%,.8)}.bg-red-300\/85{background-color:hsla(0,94%,82%,.85)}.bg-red-300\/90{background-color:hsla(0,94%,82%,.9)}.bg-red-300\/95{background-color:hsla(0,94%,82%,.95)}.bg-red-400{--tw-bg-opacity:1;background-color:rgb(248 113 113/var(--tw-bg-opacity,1))}.bg-red-400\/0{background-color:hsla(0,91%,71%,0)}.bg-red-400\/10{background-color:hsla(0,91%,71%,.1)}.bg-red-400\/100{background-color:#f87171}.bg-red-400\/15{background-color:hsla(0,91%,71%,.15)}.bg-red-400\/20{background-color:hsla(0,91%,71%,.2)}.bg-red-400\/25{background-color:hsla(0,91%,71%,.25)}.bg-red-400\/30{background-color:hsla(0,91%,71%,.3)}.bg-red-400\/35{background-color:hsla(0,91%,71%,.35)}.bg-red-400\/40{background-color:hsla(0,91%,71%,.4)}.bg-red-400\/45{background-color:hsla(0,91%,71%,.45)}.bg-red-400\/5{background-color:hsla(0,91%,71%,.05)}.bg-red-400\/50{background-color:hsla(0,91%,71%,.5)}.bg-red-400\/55{background-color:hsla(0,91%,71%,.55)}.bg-red-400\/60{background-color:hsla(0,91%,71%,.6)}.bg-red-400\/65{background-color:hsla(0,91%,71%,.65)}.bg-red-400\/70{background-color:hsla(0,91%,71%,.7)}.bg-red-400\/75{background-color:hsla(0,91%,71%,.75)}.bg-red-400\/80{background-color:hsla(0,91%,71%,.8)}.bg-red-400\/85{background-color:hsla(0,91%,71%,.85)}.bg-red-400\/90{background-color:hsla(0,91%,71%,.9)}.bg-red-400\/95{background-color:hsla(0,91%,71%,.95)}.bg-red-50{--tw-bg-opacity:1;background-color:rgb(254 242 242/var(--tw-bg-opacity,1))}.bg-red-50\/0{background-color:hsla(0,86%,97%,0)}.bg-red-50\/10{background-color:hsla(0,86%,97%,.1)}.bg-red-50\/100{background-color:#fef2f2}.bg-red-50\/15{background-color:hsla(0,86%,97%,.15)}.bg-red-50\/20{background-color:hsla(0,86%,97%,.2)}.bg-red-50\/25{background-color:hsla(0,86%,97%,.25)}.bg-red-50\/30{background-color:hsla(0,86%,97%,.3)}.bg-red-50\/35{background-color:hsla(0,86%,97%,.35)}.bg-red-50\/40{background-color:hsla(0,86%,97%,.4)}.bg-red-50\/45{background-color:hsla(0,86%,97%,.45)}.bg-red-50\/5{background-color:hsla(0,86%,97%,.05)}.bg-red-50\/50{background-color:hsla(0,86%,97%,.5)}.bg-red-50\/55{background-color:hsla(0,86%,97%,.55)}.bg-red-50\/60{background-color:hsla(0,86%,97%,.6)}.bg-red-50\/65{background-color:hsla(0,86%,97%,.65)}.bg-red-50\/70{background-color:hsla(0,86%,97%,.7)}.bg-red-50\/75{background-color:hsla(0,86%,97%,.75)}.bg-red-50\/80{background-color:hsla(0,86%,97%,.8)}.bg-red-50\/85{background-color:hsla(0,86%,97%,.85)}.bg-red-50\/90{background-color:hsla(0,86%,97%,.9)}.bg-red-50\/95{background-color:hsla(0,86%,97%,.95)}.bg-red-500{--tw-bg-opacity:1;background-color:rgb(239 68 68/var(--tw-bg-opacity,1))}.bg-red-500\/0{background-color:rgba(239,68,68,0)}.bg-red-500\/10{background-color:rgba(239,68,68,.1)}.bg-red-500\/100{background-color:#ef4444}.bg-red-500\/15{background-color:rgba(239,68,68,.15)}.bg-red-500\/20{background-color:rgba(239,68,68,.2)}.bg-red-500\/25{background-color:rgba(239,68,68,.25)}.bg-red-500\/30{background-color:rgba(239,68,68,.3)}.bg-red-500\/35{background-color:rgba(239,68,68,.35)}.bg-red-500\/40{background-color:rgba(239,68,68,.4)}.bg-red-500\/45{background-color:rgba(239,68,68,.45)}.bg-red-500\/5{background-color:rgba(239,68,68,.05)}.bg-red-500\/50{background-color:rgba(239,68,68,.5)}.bg-red-500\/55{background-color:rgba(239,68,68,.55)}.bg-red-500\/60{background-color:rgba(239,68,68,.6)}.bg-red-500\/65{background-color:rgba(239,68,68,.65)}.bg-red-500\/70{background-color:rgba(239,68,68,.7)}.bg-red-500\/75{background-color:rgba(239,68,68,.75)}.bg-red-500\/80{background-color:rgba(239,68,68,.8)}.bg-red-500\/85{background-color:rgba(239,68,68,.85)}.bg-red-500\/90{background-color:rgba(239,68,68,.9)}.bg-red-500\/95{background-color:rgba(239,68,68,.95)}.bg-red-600{--tw-bg-opacity:1;background-color:rgb(220 38 38/var(--tw-bg-opacity,1))}.bg-red-600\/0{background-color:rgba(220,38,38,0)}.bg-red-600\/10{background-color:rgba(220,38,38,.1)}.bg-red-600\/100{background-color:#dc2626}.bg-red-600\/15{background-color:rgba(220,38,38,.15)}.bg-red-600\/20{background-color:rgba(220,38,38,.2)}.bg-red-600\/25{background-color:rgba(220,38,38,.25)}.bg-red-600\/30{background-color:rgba(220,38,38,.3)}.bg-red-600\/35{background-color:rgba(220,38,38,.35)}.bg-red-600\/40{background-color:rgba(220,38,38,.4)}.bg-red-600\/45{background-color:rgba(220,38,38,.45)}.bg-red-600\/5{background-color:rgba(220,38,38,.05)}.bg-red-600\/50{background-color:rgba(220,38,38,.5)}.bg-red-600\/55{background-color:rgba(220,38,38,.55)}.bg-red-600\/60{background-color:rgba(220,38,38,.6)}.bg-red-600\/65{background-color:rgba(220,38,38,.65)}.bg-red-600\/70{background-color:rgba(220,38,38,.7)}.bg-red-600\/75{background-color:rgba(220,38,38,.75)}.bg-red-600\/80{background-color:rgba(220,38,38,.8)}.bg-red-600\/85{background-color:rgba(220,38,38,.85)}.bg-red-600\/90{background-color:rgba(220,38,38,.9)}.bg-red-600\/95{background-color:rgba(220,38,38,.95)}.bg-red-700{--tw-bg-opacity:1;background-color:rgb(185 28 28/var(--tw-bg-opacity,1))}.bg-red-700\/0{background-color:rgba(185,28,28,0)}.bg-red-700\/10{background-color:rgba(185,28,28,.1)}.bg-red-700\/100{background-color:#b91c1c}.bg-red-700\/15{background-color:rgba(185,28,28,.15)}.bg-red-700\/20{background-color:rgba(185,28,28,.2)}.bg-red-700\/25{background-color:rgba(185,28,28,.25)}.bg-red-700\/30{background-color:rgba(185,28,28,.3)}.bg-red-700\/35{background-color:rgba(185,28,28,.35)}.bg-red-700\/40{background-color:rgba(185,28,28,.4)}.bg-red-700\/45{background-color:rgba(185,28,28,.45)}.bg-red-700\/5{background-color:rgba(185,28,28,.05)}.bg-red-700\/50{background-color:rgba(185,28,28,.5)}.bg-red-700\/55{background-color:rgba(185,28,28,.55)}.bg-red-700\/60{background-color:rgba(185,28,28,.6)}.bg-red-700\/65{background-color:rgba(185,28,28,.65)}.bg-red-700\/70{background-color:rgba(185,28,28,.7)}.bg-red-700\/75{background-color:rgba(185,28,28,.75)}.bg-red-700\/80{background-color:rgba(185,28,28,.8)}.bg-red-700\/85{background-color:rgba(185,28,28,.85)}.bg-red-700\/90{background-color:rgba(185,28,28,.9)}.bg-red-700\/95{background-color:rgba(185,28,28,.95)}.bg-red-800{--tw-bg-opacity:1;background-color:rgb(153 27 27/var(--tw-bg-opacity,1))}.bg-red-800\/0{background-color:rgba(153,27,27,0)}.bg-red-800\/10{background-color:rgba(153,27,27,.1)}.bg-red-800\/100{background-color:#991b1b}.bg-red-800\/15{background-color:rgba(153,27,27,.15)}.bg-red-800\/20{background-color:rgba(153,27,27,.2)}.bg-red-800\/25{background-color:rgba(153,27,27,.25)}.bg-red-800\/30{background-color:rgba(153,27,27,.3)}.bg-red-800\/35{background-color:rgba(153,27,27,.35)}.bg-red-800\/40{background-color:rgba(153,27,27,.4)}.bg-red-800\/45{background-color:rgba(153,27,27,.45)}.bg-red-800\/5{background-color:rgba(153,27,27,.05)}.bg-red-800\/50{background-color:rgba(153,27,27,.5)}.bg-red-800\/55{background-color:rgba(153,27,27,.55)}.bg-red-800\/60{background-color:rgba(153,27,27,.6)}.bg-red-800\/65{background-color:rgba(153,27,27,.65)}.bg-red-800\/70{background-color:rgba(153,27,27,.7)}.bg-red-800\/75{background-color:rgba(153,27,27,.75)}.bg-red-800\/80{background-color:rgba(153,27,27,.8)}.bg-red-800\/85{background-color:rgba(153,27,27,.85)}.bg-red-800\/90{background-color:rgba(153,27,27,.9)}.bg-red-800\/95{background-color:rgba(153,27,27,.95)}.bg-red-900{--tw-bg-opacity:1;background-color:rgb(127 29 29/var(--tw-bg-opacity,1))}.bg-red-900\/0{background-color:rgba(127,29,29,0)}.bg-red-900\/10{background-color:rgba(127,29,29,.1)}.bg-red-900\/100{background-color:#7f1d1d}.bg-red-900\/15{background-color:rgba(127,29,29,.15)}.bg-red-900\/20{background-color:rgba(127,29,29,.2)}.bg-red-900\/25{background-color:rgba(127,29,29,.25)}.bg-red-900\/30{background-color:rgba(127,29,29,.3)}.bg-red-900\/35{background-color:rgba(127,29,29,.35)}.bg-red-900\/40{background-color:rgba(127,29,29,.4)}.bg-red-900\/45{background-color:rgba(127,29,29,.45)}.bg-red-900\/5{background-color:rgba(127,29,29,.05)}.bg-red-900\/50{background-color:rgba(127,29,29,.5)}.bg-red-900\/55{background-color:rgba(127,29,29,.55)}.bg-red-900\/60{background-color:rgba(127,29,29,.6)}.bg-red-900\/65{background-color:rgba(127,29,29,.65)}.bg-red-900\/70{background-color:rgba(127,29,29,.7)}.bg-red-900\/75{background-color:rgba(127,29,29,.75)}.bg-red-900\/80{background-color:rgba(127,29,29,.8)}.bg-red-900\/85{background-color:rgba(127,29,29,.85)}.bg-red-900\/90{background-color:rgba(127,29,29,.9)}.bg-red-900\/95{background-color:rgba(127,29,29,.95)}.bg-red-950{--tw-bg-opacity:1;background-color:rgb(69 10 10/var(--tw-bg-opacity,1))}.bg-red-950\/0{background-color:rgba(69,10,10,0)}.bg-red-950\/10{background-color:rgba(69,10,10,.1)}.bg-red-950\/100{background-color:#450a0a}.bg-red-950\/15{background-color:rgba(69,10,10,.15)}.bg-red-950\/20{background-color:rgba(69,10,10,.2)}.bg-red-950\/25{background-color:rgba(69,10,10,.25)}.bg-red-950\/30{background-color:rgba(69,10,10,.3)}.bg-red-950\/35{background-color:rgba(69,10,10,.35)}.bg-red-950\/40{background-color:rgba(69,10,10,.4)}.bg-red-950\/45{background-color:rgba(69,10,10,.45)}.bg-red-950\/5{background-color:rgba(69,10,10,.05)}.bg-red-950\/50{background-color:rgba(69,10,10,.5)}.bg-red-950\/55{background-color:rgba(69,10,10,.55)}.bg-red-950\/60{background-color:rgba(69,10,10,.6)}.bg-red-950\/65{background-color:rgba(69,10,10,.65)}.bg-red-950\/70{background-color:rgba(69,10,10,.7)}.bg-red-950\/75{background-color:rgba(69,10,10,.75)}.bg-red-950\/80{background-color:rgba(69,10,10,.8)}.bg-red-950\/85{background-color:rgba(69,10,10,.85)}.bg-red-950\/90{background-color:rgba(69,10,10,.9)}.bg-red-950\/95{background-color:rgba(69,10,10,.95)}.bg-rose-100{--tw-bg-opacity:1;background-color:rgb(255 228 230/var(--tw-bg-opacity,1))}.bg-rose-100\/0{background-color:rgba(255,228,230,0)}.bg-rose-100\/10{background-color:rgba(255,228,230,.1)}.bg-rose-100\/100{background-color:#ffe4e6}.bg-rose-100\/15{background-color:rgba(255,228,230,.15)}.bg-rose-100\/20{background-color:rgba(255,228,230,.2)}.bg-rose-100\/25{background-color:rgba(255,228,230,.25)}.bg-rose-100\/30{background-color:rgba(255,228,230,.3)}.bg-rose-100\/35{background-color:rgba(255,228,230,.35)}.bg-rose-100\/40{background-color:rgba(255,228,230,.4)}.bg-rose-100\/45{background-color:rgba(255,228,230,.45)}.bg-rose-100\/5{background-color:rgba(255,228,230,.05)}.bg-rose-100\/50{background-color:rgba(255,228,230,.5)}.bg-rose-100\/55{background-color:rgba(255,228,230,.55)}.bg-rose-100\/60{background-color:rgba(255,228,230,.6)}.bg-rose-100\/65{background-color:rgba(255,228,230,.65)}.bg-rose-100\/70{background-color:rgba(255,228,230,.7)}.bg-rose-100\/75{background-color:rgba(255,228,230,.75)}.bg-rose-100\/80{background-color:rgba(255,228,230,.8)}.bg-rose-100\/85{background-color:rgba(255,228,230,.85)}.bg-rose-100\/90{background-color:rgba(255,228,230,.9)}.bg-rose-100\/95{background-color:rgba(255,228,230,.95)}.bg-rose-200{--tw-bg-opacity:1;background-color:rgb(254 205 211/var(--tw-bg-opacity,1))}.bg-rose-200\/0{background-color:rgba(254,205,211,0)}.bg-rose-200\/10{background-color:rgba(254,205,211,.1)}.bg-rose-200\/100{background-color:#fecdd3}.bg-rose-200\/15{background-color:rgba(254,205,211,.15)}.bg-rose-200\/20{background-color:rgba(254,205,211,.2)}.bg-rose-200\/25{background-color:rgba(254,205,211,.25)}.bg-rose-200\/30{background-color:rgba(254,205,211,.3)}.bg-rose-200\/35{background-color:rgba(254,205,211,.35)}.bg-rose-200\/40{background-color:rgba(254,205,211,.4)}.bg-rose-200\/45{background-color:rgba(254,205,211,.45)}.bg-rose-200\/5{background-color:rgba(254,205,211,.05)}.bg-rose-200\/50{background-color:rgba(254,205,211,.5)}.bg-rose-200\/55{background-color:rgba(254,205,211,.55)}.bg-rose-200\/60{background-color:rgba(254,205,211,.6)}.bg-rose-200\/65{background-color:rgba(254,205,211,.65)}.bg-rose-200\/70{background-color:rgba(254,205,211,.7)}.bg-rose-200\/75{background-color:rgba(254,205,211,.75)}.bg-rose-200\/80{background-color:rgba(254,205,211,.8)}.bg-rose-200\/85{background-color:rgba(254,205,211,.85)}.bg-rose-200\/90{background-color:rgba(254,205,211,.9)}.bg-rose-200\/95{background-color:rgba(254,205,211,.95)}.bg-rose-300{--tw-bg-opacity:1;background-color:rgb(253 164 175/var(--tw-bg-opacity,1))}.bg-rose-300\/0{background-color:rgba(253,164,175,0)}.bg-rose-300\/10{background-color:rgba(253,164,175,.1)}.bg-rose-300\/100{background-color:#fda4af}.bg-rose-300\/15{background-color:rgba(253,164,175,.15)}.bg-rose-300\/20{background-color:rgba(253,164,175,.2)}.bg-rose-300\/25{background-color:rgba(253,164,175,.25)}.bg-rose-300\/30{background-color:rgba(253,164,175,.3)}.bg-rose-300\/35{background-color:rgba(253,164,175,.35)}.bg-rose-300\/40{background-color:rgba(253,164,175,.4)}.bg-rose-300\/45{background-color:rgba(253,164,175,.45)}.bg-rose-300\/5{background-color:rgba(253,164,175,.05)}.bg-rose-300\/50{background-color:rgba(253,164,175,.5)}.bg-rose-300\/55{background-color:rgba(253,164,175,.55)}.bg-rose-300\/60{background-color:rgba(253,164,175,.6)}.bg-rose-300\/65{background-color:rgba(253,164,175,.65)}.bg-rose-300\/70{background-color:rgba(253,164,175,.7)}.bg-rose-300\/75{background-color:rgba(253,164,175,.75)}.bg-rose-300\/80{background-color:rgba(253,164,175,.8)}.bg-rose-300\/85{background-color:rgba(253,164,175,.85)}.bg-rose-300\/90{background-color:rgba(253,164,175,.9)}.bg-rose-300\/95{background-color:rgba(253,164,175,.95)}.bg-rose-400{--tw-bg-opacity:1;background-color:rgb(251 113 133/var(--tw-bg-opacity,1))}.bg-rose-400\/0{background-color:rgba(251,113,133,0)}.bg-rose-400\/10{background-color:rgba(251,113,133,.1)}.bg-rose-400\/100{background-color:#fb7185}.bg-rose-400\/15{background-color:rgba(251,113,133,.15)}.bg-rose-400\/20{background-color:rgba(251,113,133,.2)}.bg-rose-400\/25{background-color:rgba(251,113,133,.25)}.bg-rose-400\/30{background-color:rgba(251,113,133,.3)}.bg-rose-400\/35{background-color:rgba(251,113,133,.35)}.bg-rose-400\/40{background-color:rgba(251,113,133,.4)}.bg-rose-400\/45{background-color:rgba(251,113,133,.45)}.bg-rose-400\/5{background-color:rgba(251,113,133,.05)}.bg-rose-400\/50{background-color:rgba(251,113,133,.5)}.bg-rose-400\/55{background-color:rgba(251,113,133,.55)}.bg-rose-400\/60{background-color:rgba(251,113,133,.6)}.bg-rose-400\/65{background-color:rgba(251,113,133,.65)}.bg-rose-400\/70{background-color:rgba(251,113,133,.7)}.bg-rose-400\/75{background-color:rgba(251,113,133,.75)}.bg-rose-400\/80{background-color:rgba(251,113,133,.8)}.bg-rose-400\/85{background-color:rgba(251,113,133,.85)}.bg-rose-400\/90{background-color:rgba(251,113,133,.9)}.bg-rose-400\/95{background-color:rgba(251,113,133,.95)}.bg-rose-50{--tw-bg-opacity:1;background-color:rgb(255 241 242/var(--tw-bg-opacity,1))}.bg-rose-50\/0{background-color:rgba(255,241,242,0)}.bg-rose-50\/10{background-color:rgba(255,241,242,.1)}.bg-rose-50\/100{background-color:#fff1f2}.bg-rose-50\/15{background-color:rgba(255,241,242,.15)}.bg-rose-50\/20{background-color:rgba(255,241,242,.2)}.bg-rose-50\/25{background-color:rgba(255,241,242,.25)}.bg-rose-50\/30{background-color:rgba(255,241,242,.3)}.bg-rose-50\/35{background-color:rgba(255,241,242,.35)}.bg-rose-50\/40{background-color:rgba(255,241,242,.4)}.bg-rose-50\/45{background-color:rgba(255,241,242,.45)}.bg-rose-50\/5{background-color:rgba(255,241,242,.05)}.bg-rose-50\/50{background-color:rgba(255,241,242,.5)}.bg-rose-50\/55{background-color:rgba(255,241,242,.55)}.bg-rose-50\/60{background-color:rgba(255,241,242,.6)}.bg-rose-50\/65{background-color:rgba(255,241,242,.65)}.bg-rose-50\/70{background-color:rgba(255,241,242,.7)}.bg-rose-50\/75{background-color:rgba(255,241,242,.75)}.bg-rose-50\/80{background-color:rgba(255,241,242,.8)}.bg-rose-50\/85{background-color:rgba(255,241,242,.85)}.bg-rose-50\/90{background-color:rgba(255,241,242,.9)}.bg-rose-50\/95{background-color:rgba(255,241,242,.95)}.bg-rose-500{--tw-bg-opacity:1;background-color:rgb(244 63 94/var(--tw-bg-opacity,1))}.bg-rose-500\/0{background-color:rgba(244,63,94,0)}.bg-rose-500\/10{background-color:rgba(244,63,94,.1)}.bg-rose-500\/100{background-color:#f43f5e}.bg-rose-500\/15{background-color:rgba(244,63,94,.15)}.bg-rose-500\/20{background-color:rgba(244,63,94,.2)}.bg-rose-500\/25{background-color:rgba(244,63,94,.25)}.bg-rose-500\/30{background-color:rgba(244,63,94,.3)}.bg-rose-500\/35{background-color:rgba(244,63,94,.35)}.bg-rose-500\/40{background-color:rgba(244,63,94,.4)}.bg-rose-500\/45{background-color:rgba(244,63,94,.45)}.bg-rose-500\/5{background-color:rgba(244,63,94,.05)}.bg-rose-500\/50{background-color:rgba(244,63,94,.5)}.bg-rose-500\/55{background-color:rgba(244,63,94,.55)}.bg-rose-500\/60{background-color:rgba(244,63,94,.6)}.bg-rose-500\/65{background-color:rgba(244,63,94,.65)}.bg-rose-500\/70{background-color:rgba(244,63,94,.7)}.bg-rose-500\/75{background-color:rgba(244,63,94,.75)}.bg-rose-500\/80{background-color:rgba(244,63,94,.8)}.bg-rose-500\/85{background-color:rgba(244,63,94,.85)}.bg-rose-500\/90{background-color:rgba(244,63,94,.9)}.bg-rose-500\/95{background-color:rgba(244,63,94,.95)}.bg-rose-600{--tw-bg-opacity:1;background-color:rgb(225 29 72/var(--tw-bg-opacity,1))}.bg-rose-600\/0{background-color:rgba(225,29,72,0)}.bg-rose-600\/10{background-color:rgba(225,29,72,.1)}.bg-rose-600\/100{background-color:#e11d48}.bg-rose-600\/15{background-color:rgba(225,29,72,.15)}.bg-rose-600\/20{background-color:rgba(225,29,72,.2)}.bg-rose-600\/25{background-color:rgba(225,29,72,.25)}.bg-rose-600\/30{background-color:rgba(225,29,72,.3)}.bg-rose-600\/35{background-color:rgba(225,29,72,.35)}.bg-rose-600\/40{background-color:rgba(225,29,72,.4)}.bg-rose-600\/45{background-color:rgba(225,29,72,.45)}.bg-rose-600\/5{background-color:rgba(225,29,72,.05)}.bg-rose-600\/50{background-color:rgba(225,29,72,.5)}.bg-rose-600\/55{background-color:rgba(225,29,72,.55)}.bg-rose-600\/60{background-color:rgba(225,29,72,.6)}.bg-rose-600\/65{background-color:rgba(225,29,72,.65)}.bg-rose-600\/70{background-color:rgba(225,29,72,.7)}.bg-rose-600\/75{background-color:rgba(225,29,72,.75)}.bg-rose-600\/80{background-color:rgba(225,29,72,.8)}.bg-rose-600\/85{background-color:rgba(225,29,72,.85)}.bg-rose-600\/90{background-color:rgba(225,29,72,.9)}.bg-rose-600\/95{background-color:rgba(225,29,72,.95)}.bg-rose-700{--tw-bg-opacity:1;background-color:rgb(190 18 60/var(--tw-bg-opacity,1))}.bg-rose-700\/0{background-color:rgba(190,18,60,0)}.bg-rose-700\/10{background-color:rgba(190,18,60,.1)}.bg-rose-700\/100{background-color:#be123c}.bg-rose-700\/15{background-color:rgba(190,18,60,.15)}.bg-rose-700\/20{background-color:rgba(190,18,60,.2)}.bg-rose-700\/25{background-color:rgba(190,18,60,.25)}.bg-rose-700\/30{background-color:rgba(190,18,60,.3)}.bg-rose-700\/35{background-color:rgba(190,18,60,.35)}.bg-rose-700\/40{background-color:rgba(190,18,60,.4)}.bg-rose-700\/45{background-color:rgba(190,18,60,.45)}.bg-rose-700\/5{background-color:rgba(190,18,60,.05)}.bg-rose-700\/50{background-color:rgba(190,18,60,.5)}.bg-rose-700\/55{background-color:rgba(190,18,60,.55)}.bg-rose-700\/60{background-color:rgba(190,18,60,.6)}.bg-rose-700\/65{background-color:rgba(190,18,60,.65)}.bg-rose-700\/70{background-color:rgba(190,18,60,.7)}.bg-rose-700\/75{background-color:rgba(190,18,60,.75)}.bg-rose-700\/80{background-color:rgba(190,18,60,.8)}.bg-rose-700\/85{background-color:rgba(190,18,60,.85)}.bg-rose-700\/90{background-color:rgba(190,18,60,.9)}.bg-rose-700\/95{background-color:rgba(190,18,60,.95)}.bg-rose-800{--tw-bg-opacity:1;background-color:rgb(159 18 57/var(--tw-bg-opacity,1))}.bg-rose-800\/0{background-color:rgba(159,18,57,0)}.bg-rose-800\/10{background-color:rgba(159,18,57,.1)}.bg-rose-800\/100{background-color:#9f1239}.bg-rose-800\/15{background-color:rgba(159,18,57,.15)}.bg-rose-800\/20{background-color:rgba(159,18,57,.2)}.bg-rose-800\/25{background-color:rgba(159,18,57,.25)}.bg-rose-800\/30{background-color:rgba(159,18,57,.3)}.bg-rose-800\/35{background-color:rgba(159,18,57,.35)}.bg-rose-800\/40{background-color:rgba(159,18,57,.4)}.bg-rose-800\/45{background-color:rgba(159,18,57,.45)}.bg-rose-800\/5{background-color:rgba(159,18,57,.05)}.bg-rose-800\/50{background-color:rgba(159,18,57,.5)}.bg-rose-800\/55{background-color:rgba(159,18,57,.55)}.bg-rose-800\/60{background-color:rgba(159,18,57,.6)}.bg-rose-800\/65{background-color:rgba(159,18,57,.65)}.bg-rose-800\/70{background-color:rgba(159,18,57,.7)}.bg-rose-800\/75{background-color:rgba(159,18,57,.75)}.bg-rose-800\/80{background-color:rgba(159,18,57,.8)}.bg-rose-800\/85{background-color:rgba(159,18,57,.85)}.bg-rose-800\/90{background-color:rgba(159,18,57,.9)}.bg-rose-800\/95{background-color:rgba(159,18,57,.95)}.bg-rose-900{--tw-bg-opacity:1;background-color:rgb(136 19 55/var(--tw-bg-opacity,1))}.bg-rose-900\/0{background-color:rgba(136,19,55,0)}.bg-rose-900\/10{background-color:rgba(136,19,55,.1)}.bg-rose-900\/100{background-color:#881337}.bg-rose-900\/15{background-color:rgba(136,19,55,.15)}.bg-rose-900\/20{background-color:rgba(136,19,55,.2)}.bg-rose-900\/25{background-color:rgba(136,19,55,.25)}.bg-rose-900\/30{background-color:rgba(136,19,55,.3)}.bg-rose-900\/35{background-color:rgba(136,19,55,.35)}.bg-rose-900\/40{background-color:rgba(136,19,55,.4)}.bg-rose-900\/45{background-color:rgba(136,19,55,.45)}.bg-rose-900\/5{background-color:rgba(136,19,55,.05)}.bg-rose-900\/50{background-color:rgba(136,19,55,.5)}.bg-rose-900\/55{background-color:rgba(136,19,55,.55)}.bg-rose-900\/60{background-color:rgba(136,19,55,.6)}.bg-rose-900\/65{background-color:rgba(136,19,55,.65)}.bg-rose-900\/70{background-color:rgba(136,19,55,.7)}.bg-rose-900\/75{background-color:rgba(136,19,55,.75)}.bg-rose-900\/80{background-color:rgba(136,19,55,.8)}.bg-rose-900\/85{background-color:rgba(136,19,55,.85)}.bg-rose-900\/90{background-color:rgba(136,19,55,.9)}.bg-rose-900\/95{background-color:rgba(136,19,55,.95)}.bg-rose-950{--tw-bg-opacity:1;background-color:rgb(76 5 25/var(--tw-bg-opacity,1))}.bg-rose-950\/0{background-color:rgba(76,5,25,0)}.bg-rose-950\/10{background-color:rgba(76,5,25,.1)}.bg-rose-950\/100{background-color:#4c0519}.bg-rose-950\/15{background-color:rgba(76,5,25,.15)}.bg-rose-950\/20{background-color:rgba(76,5,25,.2)}.bg-rose-950\/25{background-color:rgba(76,5,25,.25)}.bg-rose-950\/30{background-color:rgba(76,5,25,.3)}.bg-rose-950\/35{background-color:rgba(76,5,25,.35)}.bg-rose-950\/40{background-color:rgba(76,5,25,.4)}.bg-rose-950\/45{background-color:rgba(76,5,25,.45)}.bg-rose-950\/5{background-color:rgba(76,5,25,.05)}.bg-rose-950\/50{background-color:rgba(76,5,25,.5)}.bg-rose-950\/55{background-color:rgba(76,5,25,.55)}.bg-rose-950\/60{background-color:rgba(76,5,25,.6)}.bg-rose-950\/65{background-color:rgba(76,5,25,.65)}.bg-rose-950\/70{background-color:rgba(76,5,25,.7)}.bg-rose-950\/75{background-color:rgba(76,5,25,.75)}.bg-rose-950\/80{background-color:rgba(76,5,25,.8)}.bg-rose-950\/85{background-color:rgba(76,5,25,.85)}.bg-rose-950\/90{background-color:rgba(76,5,25,.9)}.bg-rose-950\/95{background-color:rgba(76,5,25,.95)}.bg-secondary{--tw-bg-opacity:1;background-color:rgb(130 164 177/var(--tw-bg-opacity,1))}.bg-secondary-light{--tw-bg-opacity:1;background-color:rgb(218 232 238/var(--tw-bg-opacity,1))}.bg-secondary-light\/0{background-color:rgba(218,232,238,0)}.bg-secondary-light\/10{background-color:rgba(218,232,238,.1)}.bg-secondary-light\/100{background-color:#dae8ee}.bg-secondary-light\/15{background-color:rgba(218,232,238,.15)}.bg-secondary-light\/20{background-color:rgba(218,232,238,.2)}.bg-secondary-light\/25{background-color:rgba(218,232,238,.25)}.bg-secondary-light\/30{background-color:rgba(218,232,238,.3)}.bg-secondary-light\/35{background-color:rgba(218,232,238,.35)}.bg-secondary-light\/40{background-color:rgba(218,232,238,.4)}.bg-secondary-light\/45{background-color:rgba(218,232,238,.45)}.bg-secondary-light\/5{background-color:rgba(218,232,238,.05)}.bg-secondary-light\/50{background-color:rgba(218,232,238,.5)}.bg-secondary-light\/55{background-color:rgba(218,232,238,.55)}.bg-secondary-light\/60{background-color:rgba(218,232,238,.6)}.bg-secondary-light\/65{background-color:rgba(218,232,238,.65)}.bg-secondary-light\/70{background-color:rgba(218,232,238,.7)}.bg-secondary-light\/75{background-color:rgba(218,232,238,.75)}.bg-secondary-light\/80{background-color:rgba(218,232,238,.8)}.bg-secondary-light\/85{background-color:rgba(218,232,238,.85)}.bg-secondary-light\/90{background-color:rgba(218,232,238,.9)}.bg-secondary-light\/95{background-color:rgba(218,232,238,.95)}.bg-secondary\/0{background-color:rgba(130,164,177,0)}.bg-secondary\/10{background-color:rgba(130,164,177,.1)}.bg-secondary\/100{background-color:#82a4b1}.bg-secondary\/15{background-color:rgba(130,164,177,.15)}.bg-secondary\/20{background-color:rgba(130,164,177,.2)}.bg-secondary\/25{background-color:rgba(130,164,177,.25)}.bg-secondary\/30{background-color:rgba(130,164,177,.3)}.bg-secondary\/35{background-color:rgba(130,164,177,.35)}.bg-secondary\/40{background-color:rgba(130,164,177,.4)}.bg-secondary\/45{background-color:rgba(130,164,177,.45)}.bg-secondary\/5{background-color:rgba(130,164,177,.05)}.bg-secondary\/50{background-color:rgba(130,164,177,.5)}.bg-secondary\/55{background-color:rgba(130,164,177,.55)}.bg-secondary\/60{background-color:rgba(130,164,177,.6)}.bg-secondary\/65{background-color:rgba(130,164,177,.65)}.bg-secondary\/70{background-color:rgba(130,164,177,.7)}.bg-secondary\/75{background-color:rgba(130,164,177,.75)}.bg-secondary\/80{background-color:rgba(130,164,177,.8)}.bg-secondary\/85{background-color:rgba(130,164,177,.85)}.bg-secondary\/90{background-color:rgba(130,164,177,.9)}.bg-secondary\/95{background-color:rgba(130,164,177,.95)}.bg-sky-100{--tw-bg-opacity:1;background-color:rgb(224 242 254/var(--tw-bg-opacity,1))}.bg-sky-100\/0{background-color:rgba(224,242,254,0)}.bg-sky-100\/10{background-color:rgba(224,242,254,.1)}.bg-sky-100\/100{background-color:#e0f2fe}.bg-sky-100\/15{background-color:rgba(224,242,254,.15)}.bg-sky-100\/20{background-color:rgba(224,242,254,.2)}.bg-sky-100\/25{background-color:rgba(224,242,254,.25)}.bg-sky-100\/30{background-color:rgba(224,242,254,.3)}.bg-sky-100\/35{background-color:rgba(224,242,254,.35)}.bg-sky-100\/40{background-color:rgba(224,242,254,.4)}.bg-sky-100\/45{background-color:rgba(224,242,254,.45)}.bg-sky-100\/5{background-color:rgba(224,242,254,.05)}.bg-sky-100\/50{background-color:rgba(224,242,254,.5)}.bg-sky-100\/55{background-color:rgba(224,242,254,.55)}.bg-sky-100\/60{background-color:rgba(224,242,254,.6)}.bg-sky-100\/65{background-color:rgba(224,242,254,.65)}.bg-sky-100\/70{background-color:rgba(224,242,254,.7)}.bg-sky-100\/75{background-color:rgba(224,242,254,.75)}.bg-sky-100\/80{background-color:rgba(224,242,254,.8)}.bg-sky-100\/85{background-color:rgba(224,242,254,.85)}.bg-sky-100\/90{background-color:rgba(224,242,254,.9)}.bg-sky-100\/95{background-color:rgba(224,242,254,.95)}.bg-sky-200{--tw-bg-opacity:1;background-color:rgb(186 230 253/var(--tw-bg-opacity,1))}.bg-sky-200\/0{background-color:rgba(186,230,253,0)}.bg-sky-200\/10{background-color:rgba(186,230,253,.1)}.bg-sky-200\/100{background-color:#bae6fd}.bg-sky-200\/15{background-color:rgba(186,230,253,.15)}.bg-sky-200\/20{background-color:rgba(186,230,253,.2)}.bg-sky-200\/25{background-color:rgba(186,230,253,.25)}.bg-sky-200\/30{background-color:rgba(186,230,253,.3)}.bg-sky-200\/35{background-color:rgba(186,230,253,.35)}.bg-sky-200\/40{background-color:rgba(186,230,253,.4)}.bg-sky-200\/45{background-color:rgba(186,230,253,.45)}.bg-sky-200\/5{background-color:rgba(186,230,253,.05)}.bg-sky-200\/50{background-color:rgba(186,230,253,.5)}.bg-sky-200\/55{background-color:rgba(186,230,253,.55)}.bg-sky-200\/60{background-color:rgba(186,230,253,.6)}.bg-sky-200\/65{background-color:rgba(186,230,253,.65)}.bg-sky-200\/70{background-color:rgba(186,230,253,.7)}.bg-sky-200\/75{background-color:rgba(186,230,253,.75)}.bg-sky-200\/80{background-color:rgba(186,230,253,.8)}.bg-sky-200\/85{background-color:rgba(186,230,253,.85)}.bg-sky-200\/90{background-color:rgba(186,230,253,.9)}.bg-sky-200\/95{background-color:rgba(186,230,253,.95)}.bg-sky-300{--tw-bg-opacity:1;background-color:rgb(125 211 252/var(--tw-bg-opacity,1))}.bg-sky-300\/0{background-color:rgba(125,211,252,0)}.bg-sky-300\/10{background-color:rgba(125,211,252,.1)}.bg-sky-300\/100{background-color:#7dd3fc}.bg-sky-300\/15{background-color:rgba(125,211,252,.15)}.bg-sky-300\/20{background-color:rgba(125,211,252,.2)}.bg-sky-300\/25{background-color:rgba(125,211,252,.25)}.bg-sky-300\/30{background-color:rgba(125,211,252,.3)}.bg-sky-300\/35{background-color:rgba(125,211,252,.35)}.bg-sky-300\/40{background-color:rgba(125,211,252,.4)}.bg-sky-300\/45{background-color:rgba(125,211,252,.45)}.bg-sky-300\/5{background-color:rgba(125,211,252,.05)}.bg-sky-300\/50{background-color:rgba(125,211,252,.5)}.bg-sky-300\/55{background-color:rgba(125,211,252,.55)}.bg-sky-300\/60{background-color:rgba(125,211,252,.6)}.bg-sky-300\/65{background-color:rgba(125,211,252,.65)}.bg-sky-300\/70{background-color:rgba(125,211,252,.7)}.bg-sky-300\/75{background-color:rgba(125,211,252,.75)}.bg-sky-300\/80{background-color:rgba(125,211,252,.8)}.bg-sky-300\/85{background-color:rgba(125,211,252,.85)}.bg-sky-300\/90{background-color:rgba(125,211,252,.9)}.bg-sky-300\/95{background-color:rgba(125,211,252,.95)}.bg-sky-400{--tw-bg-opacity:1;background-color:rgb(56 189 248/var(--tw-bg-opacity,1))}.bg-sky-400\/0{background-color:rgba(56,189,248,0)}.bg-sky-400\/10{background-color:rgba(56,189,248,.1)}.bg-sky-400\/100{background-color:#38bdf8}.bg-sky-400\/15{background-color:rgba(56,189,248,.15)}.bg-sky-400\/20{background-color:rgba(56,189,248,.2)}.bg-sky-400\/25{background-color:rgba(56,189,248,.25)}.bg-sky-400\/30{background-color:rgba(56,189,248,.3)}.bg-sky-400\/35{background-color:rgba(56,189,248,.35)}.bg-sky-400\/40{background-color:rgba(56,189,248,.4)}.bg-sky-400\/45{background-color:rgba(56,189,248,.45)}.bg-sky-400\/5{background-color:rgba(56,189,248,.05)}.bg-sky-400\/50{background-color:rgba(56,189,248,.5)}.bg-sky-400\/55{background-color:rgba(56,189,248,.55)}.bg-sky-400\/60{background-color:rgba(56,189,248,.6)}.bg-sky-400\/65{background-color:rgba(56,189,248,.65)}.bg-sky-400\/70{background-color:rgba(56,189,248,.7)}.bg-sky-400\/75{background-color:rgba(56,189,248,.75)}.bg-sky-400\/80{background-color:rgba(56,189,248,.8)}.bg-sky-400\/85{background-color:rgba(56,189,248,.85)}.bg-sky-400\/90{background-color:rgba(56,189,248,.9)}.bg-sky-400\/95{background-color:rgba(56,189,248,.95)}.bg-sky-50{--tw-bg-opacity:1;background-color:rgb(240 249 255/var(--tw-bg-opacity,1))}.bg-sky-50\/0{background-color:rgba(240,249,255,0)}.bg-sky-50\/10{background-color:rgba(240,249,255,.1)}.bg-sky-50\/100{background-color:#f0f9ff}.bg-sky-50\/15{background-color:rgba(240,249,255,.15)}.bg-sky-50\/20{background-color:rgba(240,249,255,.2)}.bg-sky-50\/25{background-color:rgba(240,249,255,.25)}.bg-sky-50\/30{background-color:rgba(240,249,255,.3)}.bg-sky-50\/35{background-color:rgba(240,249,255,.35)}.bg-sky-50\/40{background-color:rgba(240,249,255,.4)}.bg-sky-50\/45{background-color:rgba(240,249,255,.45)}.bg-sky-50\/5{background-color:rgba(240,249,255,.05)}.bg-sky-50\/50{background-color:rgba(240,249,255,.5)}.bg-sky-50\/55{background-color:rgba(240,249,255,.55)}.bg-sky-50\/60{background-color:rgba(240,249,255,.6)}.bg-sky-50\/65{background-color:rgba(240,249,255,.65)}.bg-sky-50\/70{background-color:rgba(240,249,255,.7)}.bg-sky-50\/75{background-color:rgba(240,249,255,.75)}.bg-sky-50\/80{background-color:rgba(240,249,255,.8)}.bg-sky-50\/85{background-color:rgba(240,249,255,.85)}.bg-sky-50\/90{background-color:rgba(240,249,255,.9)}.bg-sky-50\/95{background-color:rgba(240,249,255,.95)}.bg-sky-500{--tw-bg-opacity:1;background-color:rgb(14 165 233/var(--tw-bg-opacity,1))}.bg-sky-500\/0{background-color:rgba(14,165,233,0)}.bg-sky-500\/10{background-color:rgba(14,165,233,.1)}.bg-sky-500\/100{background-color:#0ea5e9}.bg-sky-500\/15{background-color:rgba(14,165,233,.15)}.bg-sky-500\/20{background-color:rgba(14,165,233,.2)}.bg-sky-500\/25{background-color:rgba(14,165,233,.25)}.bg-sky-500\/30{background-color:rgba(14,165,233,.3)}.bg-sky-500\/35{background-color:rgba(14,165,233,.35)}.bg-sky-500\/40{background-color:rgba(14,165,233,.4)}.bg-sky-500\/45{background-color:rgba(14,165,233,.45)}.bg-sky-500\/5{background-color:rgba(14,165,233,.05)}.bg-sky-500\/50{background-color:rgba(14,165,233,.5)}.bg-sky-500\/55{background-color:rgba(14,165,233,.55)}.bg-sky-500\/60{background-color:rgba(14,165,233,.6)}.bg-sky-500\/65{background-color:rgba(14,165,233,.65)}.bg-sky-500\/70{background-color:rgba(14,165,233,.7)}.bg-sky-500\/75{background-color:rgba(14,165,233,.75)}.bg-sky-500\/80{background-color:rgba(14,165,233,.8)}.bg-sky-500\/85{background-color:rgba(14,165,233,.85)}.bg-sky-500\/90{background-color:rgba(14,165,233,.9)}.bg-sky-500\/95{background-color:rgba(14,165,233,.95)}.bg-sky-600{--tw-bg-opacity:1;background-color:rgb(2 132 199/var(--tw-bg-opacity,1))}.bg-sky-600\/0{background-color:rgba(2,132,199,0)}.bg-sky-600\/10{background-color:rgba(2,132,199,.1)}.bg-sky-600\/100{background-color:#0284c7}.bg-sky-600\/15{background-color:rgba(2,132,199,.15)}.bg-sky-600\/20{background-color:rgba(2,132,199,.2)}.bg-sky-600\/25{background-color:rgba(2,132,199,.25)}.bg-sky-600\/30{background-color:rgba(2,132,199,.3)}.bg-sky-600\/35{background-color:rgba(2,132,199,.35)}.bg-sky-600\/40{background-color:rgba(2,132,199,.4)}.bg-sky-600\/45{background-color:rgba(2,132,199,.45)}.bg-sky-600\/5{background-color:rgba(2,132,199,.05)}.bg-sky-600\/50{background-color:rgba(2,132,199,.5)}.bg-sky-600\/55{background-color:rgba(2,132,199,.55)}.bg-sky-600\/60{background-color:rgba(2,132,199,.6)}.bg-sky-600\/65{background-color:rgba(2,132,199,.65)}.bg-sky-600\/70{background-color:rgba(2,132,199,.7)}.bg-sky-600\/75{background-color:rgba(2,132,199,.75)}.bg-sky-600\/80{background-color:rgba(2,132,199,.8)}.bg-sky-600\/85{background-color:rgba(2,132,199,.85)}.bg-sky-600\/90{background-color:rgba(2,132,199,.9)}.bg-sky-600\/95{background-color:rgba(2,132,199,.95)}.bg-sky-700{--tw-bg-opacity:1;background-color:rgb(3 105 161/var(--tw-bg-opacity,1))}.bg-sky-700\/0{background-color:rgba(3,105,161,0)}.bg-sky-700\/10{background-color:rgba(3,105,161,.1)}.bg-sky-700\/100{background-color:#0369a1}.bg-sky-700\/15{background-color:rgba(3,105,161,.15)}.bg-sky-700\/20{background-color:rgba(3,105,161,.2)}.bg-sky-700\/25{background-color:rgba(3,105,161,.25)}.bg-sky-700\/30{background-color:rgba(3,105,161,.3)}.bg-sky-700\/35{background-color:rgba(3,105,161,.35)}.bg-sky-700\/40{background-color:rgba(3,105,161,.4)}.bg-sky-700\/45{background-color:rgba(3,105,161,.45)}.bg-sky-700\/5{background-color:rgba(3,105,161,.05)}.bg-sky-700\/50{background-color:rgba(3,105,161,.5)}.bg-sky-700\/55{background-color:rgba(3,105,161,.55)}.bg-sky-700\/60{background-color:rgba(3,105,161,.6)}.bg-sky-700\/65{background-color:rgba(3,105,161,.65)}.bg-sky-700\/70{background-color:rgba(3,105,161,.7)}.bg-sky-700\/75{background-color:rgba(3,105,161,.75)}.bg-sky-700\/80{background-color:rgba(3,105,161,.8)}.bg-sky-700\/85{background-color:rgba(3,105,161,.85)}.bg-sky-700\/90{background-color:rgba(3,105,161,.9)}.bg-sky-700\/95{background-color:rgba(3,105,161,.95)}.bg-sky-800{--tw-bg-opacity:1;background-color:rgb(7 89 133/var(--tw-bg-opacity,1))}.bg-sky-800\/0{background-color:rgba(7,89,133,0)}.bg-sky-800\/10{background-color:rgba(7,89,133,.1)}.bg-sky-800\/100{background-color:#075985}.bg-sky-800\/15{background-color:rgba(7,89,133,.15)}.bg-sky-800\/20{background-color:rgba(7,89,133,.2)}.bg-sky-800\/25{background-color:rgba(7,89,133,.25)}.bg-sky-800\/30{background-color:rgba(7,89,133,.3)}.bg-sky-800\/35{background-color:rgba(7,89,133,.35)}.bg-sky-800\/40{background-color:rgba(7,89,133,.4)}.bg-sky-800\/45{background-color:rgba(7,89,133,.45)}.bg-sky-800\/5{background-color:rgba(7,89,133,.05)}.bg-sky-800\/50{background-color:rgba(7,89,133,.5)}.bg-sky-800\/55{background-color:rgba(7,89,133,.55)}.bg-sky-800\/60{background-color:rgba(7,89,133,.6)}.bg-sky-800\/65{background-color:rgba(7,89,133,.65)}.bg-sky-800\/70{background-color:rgba(7,89,133,.7)}.bg-sky-800\/75{background-color:rgba(7,89,133,.75)}.bg-sky-800\/80{background-color:rgba(7,89,133,.8)}.bg-sky-800\/85{background-color:rgba(7,89,133,.85)}.bg-sky-800\/90{background-color:rgba(7,89,133,.9)}.bg-sky-800\/95{background-color:rgba(7,89,133,.95)}.bg-sky-900{--tw-bg-opacity:1;background-color:rgb(12 74 110/var(--tw-bg-opacity,1))}.bg-sky-900\/0{background-color:rgba(12,74,110,0)}.bg-sky-900\/10{background-color:rgba(12,74,110,.1)}.bg-sky-900\/100{background-color:#0c4a6e}.bg-sky-900\/15{background-color:rgba(12,74,110,.15)}.bg-sky-900\/20{background-color:rgba(12,74,110,.2)}.bg-sky-900\/25{background-color:rgba(12,74,110,.25)}.bg-sky-900\/30{background-color:rgba(12,74,110,.3)}.bg-sky-900\/35{background-color:rgba(12,74,110,.35)}.bg-sky-900\/40{background-color:rgba(12,74,110,.4)}.bg-sky-900\/45{background-color:rgba(12,74,110,.45)}.bg-sky-900\/5{background-color:rgba(12,74,110,.05)}.bg-sky-900\/50{background-color:rgba(12,74,110,.5)}.bg-sky-900\/55{background-color:rgba(12,74,110,.55)}.bg-sky-900\/60{background-color:rgba(12,74,110,.6)}.bg-sky-900\/65{background-color:rgba(12,74,110,.65)}.bg-sky-900\/70{background-color:rgba(12,74,110,.7)}.bg-sky-900\/75{background-color:rgba(12,74,110,.75)}.bg-sky-900\/80{background-color:rgba(12,74,110,.8)}.bg-sky-900\/85{background-color:rgba(12,74,110,.85)}.bg-sky-900\/90{background-color:rgba(12,74,110,.9)}.bg-sky-900\/95{background-color:rgba(12,74,110,.95)}.bg-sky-950{--tw-bg-opacity:1;background-color:rgb(8 47 73/var(--tw-bg-opacity,1))}.bg-sky-950\/0{background-color:rgba(8,47,73,0)}.bg-sky-950\/10{background-color:rgba(8,47,73,.1)}.bg-sky-950\/100{background-color:#082f49}.bg-sky-950\/15{background-color:rgba(8,47,73,.15)}.bg-sky-950\/20{background-color:rgba(8,47,73,.2)}.bg-sky-950\/25{background-color:rgba(8,47,73,.25)}.bg-sky-950\/30{background-color:rgba(8,47,73,.3)}.bg-sky-950\/35{background-color:rgba(8,47,73,.35)}.bg-sky-950\/40{background-color:rgba(8,47,73,.4)}.bg-sky-950\/45{background-color:rgba(8,47,73,.45)}.bg-sky-950\/5{background-color:rgba(8,47,73,.05)}.bg-sky-950\/50{background-color:rgba(8,47,73,.5)}.bg-sky-950\/55{background-color:rgba(8,47,73,.55)}.bg-sky-950\/60{background-color:rgba(8,47,73,.6)}.bg-sky-950\/65{background-color:rgba(8,47,73,.65)}.bg-sky-950\/70{background-color:rgba(8,47,73,.7)}.bg-sky-950\/75{background-color:rgba(8,47,73,.75)}.bg-sky-950\/80{background-color:rgba(8,47,73,.8)}.bg-sky-950\/85{background-color:rgba(8,47,73,.85)}.bg-sky-950\/90{background-color:rgba(8,47,73,.9)}.bg-sky-950\/95{background-color:rgba(8,47,73,.95)}.bg-slate-100{--tw-bg-opacity:1;background-color:rgb(241 245 249/var(--tw-bg-opacity,1))}.bg-slate-100\/0{background-color:rgba(241,245,249,0)}.bg-slate-100\/10{background-color:rgba(241,245,249,.1)}.bg-slate-100\/100{background-color:#f1f5f9}.bg-slate-100\/15{background-color:rgba(241,245,249,.15)}.bg-slate-100\/20{background-color:rgba(241,245,249,.2)}.bg-slate-100\/25{background-color:rgba(241,245,249,.25)}.bg-slate-100\/30{background-color:rgba(241,245,249,.3)}.bg-slate-100\/35{background-color:rgba(241,245,249,.35)}.bg-slate-100\/40{background-color:rgba(241,245,249,.4)}.bg-slate-100\/45{background-color:rgba(241,245,249,.45)}.bg-slate-100\/5{background-color:rgba(241,245,249,.05)}.bg-slate-100\/50{background-color:rgba(241,245,249,.5)}.bg-slate-100\/55{background-color:rgba(241,245,249,.55)}.bg-slate-100\/60{background-color:rgba(241,245,249,.6)}.bg-slate-100\/65{background-color:rgba(241,245,249,.65)}.bg-slate-100\/70{background-color:rgba(241,245,249,.7)}.bg-slate-100\/75{background-color:rgba(241,245,249,.75)}.bg-slate-100\/80{background-color:rgba(241,245,249,.8)}.bg-slate-100\/85{background-color:rgba(241,245,249,.85)}.bg-slate-100\/90{background-color:rgba(241,245,249,.9)}.bg-slate-100\/95{background-color:rgba(241,245,249,.95)}.bg-slate-200{--tw-bg-opacity:1;background-color:rgb(226 232 240/var(--tw-bg-opacity,1))}.bg-slate-200\/0{background-color:rgba(226,232,240,0)}.bg-slate-200\/10{background-color:rgba(226,232,240,.1)}.bg-slate-200\/100{background-color:#e2e8f0}.bg-slate-200\/15{background-color:rgba(226,232,240,.15)}.bg-slate-200\/20{background-color:rgba(226,232,240,.2)}.bg-slate-200\/25{background-color:rgba(226,232,240,.25)}.bg-slate-200\/30{background-color:rgba(226,232,240,.3)}.bg-slate-200\/35{background-color:rgba(226,232,240,.35)}.bg-slate-200\/40{background-color:rgba(226,232,240,.4)}.bg-slate-200\/45{background-color:rgba(226,232,240,.45)}.bg-slate-200\/5{background-color:rgba(226,232,240,.05)}.bg-slate-200\/50{background-color:rgba(226,232,240,.5)}.bg-slate-200\/55{background-color:rgba(226,232,240,.55)}.bg-slate-200\/60{background-color:rgba(226,232,240,.6)}.bg-slate-200\/65{background-color:rgba(226,232,240,.65)}.bg-slate-200\/70{background-color:rgba(226,232,240,.7)}.bg-slate-200\/75{background-color:rgba(226,232,240,.75)}.bg-slate-200\/80{background-color:rgba(226,232,240,.8)}.bg-slate-200\/85{background-color:rgba(226,232,240,.85)}.bg-slate-200\/90{background-color:rgba(226,232,240,.9)}.bg-slate-200\/95{background-color:rgba(226,232,240,.95)}.bg-slate-300{--tw-bg-opacity:1;background-color:rgb(203 213 225/var(--tw-bg-opacity,1))}.bg-slate-300\/0{background-color:rgba(203,213,225,0)}.bg-slate-300\/10{background-color:rgba(203,213,225,.1)}.bg-slate-300\/100{background-color:#cbd5e1}.bg-slate-300\/15{background-color:rgba(203,213,225,.15)}.bg-slate-300\/20{background-color:rgba(203,213,225,.2)}.bg-slate-300\/25{background-color:rgba(203,213,225,.25)}.bg-slate-300\/30{background-color:rgba(203,213,225,.3)}.bg-slate-300\/35{background-color:rgba(203,213,225,.35)}.bg-slate-300\/40{background-color:rgba(203,213,225,.4)}.bg-slate-300\/45{background-color:rgba(203,213,225,.45)}.bg-slate-300\/5{background-color:rgba(203,213,225,.05)}.bg-slate-300\/50{background-color:rgba(203,213,225,.5)}.bg-slate-300\/55{background-color:rgba(203,213,225,.55)}.bg-slate-300\/60{background-color:rgba(203,213,225,.6)}.bg-slate-300\/65{background-color:rgba(203,213,225,.65)}.bg-slate-300\/70{background-color:rgba(203,213,225,.7)}.bg-slate-300\/75{background-color:rgba(203,213,225,.75)}.bg-slate-300\/80{background-color:rgba(203,213,225,.8)}.bg-slate-300\/85{background-color:rgba(203,213,225,.85)}.bg-slate-300\/90{background-color:rgba(203,213,225,.9)}.bg-slate-300\/95{background-color:rgba(203,213,225,.95)}.bg-slate-400{--tw-bg-opacity:1;background-color:rgb(148 163 184/var(--tw-bg-opacity,1))}.bg-slate-400\/0{background-color:rgba(148,163,184,0)}.bg-slate-400\/10{background-color:rgba(148,163,184,.1)}.bg-slate-400\/100{background-color:#94a3b8}.bg-slate-400\/15{background-color:rgba(148,163,184,.15)}.bg-slate-400\/20{background-color:rgba(148,163,184,.2)}.bg-slate-400\/25{background-color:rgba(148,163,184,.25)}.bg-slate-400\/30{background-color:rgba(148,163,184,.3)}.bg-slate-400\/35{background-color:rgba(148,163,184,.35)}.bg-slate-400\/40{background-color:rgba(148,163,184,.4)}.bg-slate-400\/45{background-color:rgba(148,163,184,.45)}.bg-slate-400\/5{background-color:rgba(148,163,184,.05)}.bg-slate-400\/50{background-color:rgba(148,163,184,.5)}.bg-slate-400\/55{background-color:rgba(148,163,184,.55)}.bg-slate-400\/60{background-color:rgba(148,163,184,.6)}.bg-slate-400\/65{background-color:rgba(148,163,184,.65)}.bg-slate-400\/70{background-color:rgba(148,163,184,.7)}.bg-slate-400\/75{background-color:rgba(148,163,184,.75)}.bg-slate-400\/80{background-color:rgba(148,163,184,.8)}.bg-slate-400\/85{background-color:rgba(148,163,184,.85)}.bg-slate-400\/90{background-color:rgba(148,163,184,.9)}.bg-slate-400\/95{background-color:rgba(148,163,184,.95)}.bg-slate-50{--tw-bg-opacity:1;background-color:rgb(248 250 252/var(--tw-bg-opacity,1))}.bg-slate-50\/0{background-color:rgba(248,250,252,0)}.bg-slate-50\/10{background-color:rgba(248,250,252,.1)}.bg-slate-50\/100{background-color:#f8fafc}.bg-slate-50\/15{background-color:rgba(248,250,252,.15)}.bg-slate-50\/20{background-color:rgba(248,250,252,.2)}.bg-slate-50\/25{background-color:rgba(248,250,252,.25)}.bg-slate-50\/30{background-color:rgba(248,250,252,.3)}.bg-slate-50\/35{background-color:rgba(248,250,252,.35)}.bg-slate-50\/40{background-color:rgba(248,250,252,.4)}.bg-slate-50\/45{background-color:rgba(248,250,252,.45)}.bg-slate-50\/5{background-color:rgba(248,250,252,.05)}.bg-slate-50\/50{background-color:rgba(248,250,252,.5)}.bg-slate-50\/55{background-color:rgba(248,250,252,.55)}.bg-slate-50\/60{background-color:rgba(248,250,252,.6)}.bg-slate-50\/65{background-color:rgba(248,250,252,.65)}.bg-slate-50\/70{background-color:rgba(248,250,252,.7)}.bg-slate-50\/75{background-color:rgba(248,250,252,.75)}.bg-slate-50\/80{background-color:rgba(248,250,252,.8)}.bg-slate-50\/85{background-color:rgba(248,250,252,.85)}.bg-slate-50\/90{background-color:rgba(248,250,252,.9)}.bg-slate-50\/95{background-color:rgba(248,250,252,.95)}.bg-slate-500{--tw-bg-opacity:1;background-color:rgb(100 116 139/var(--tw-bg-opacity,1))}.bg-slate-500\/0{background-color:rgba(100,116,139,0)}.bg-slate-500\/10{background-color:rgba(100,116,139,.1)}.bg-slate-500\/100{background-color:#64748b}.bg-slate-500\/15{background-color:rgba(100,116,139,.15)}.bg-slate-500\/20{background-color:rgba(100,116,139,.2)}.bg-slate-500\/25{background-color:rgba(100,116,139,.25)}.bg-slate-500\/30{background-color:rgba(100,116,139,.3)}.bg-slate-500\/35{background-color:rgba(100,116,139,.35)}.bg-slate-500\/40{background-color:rgba(100,116,139,.4)}.bg-slate-500\/45{background-color:rgba(100,116,139,.45)}.bg-slate-500\/5{background-color:rgba(100,116,139,.05)}.bg-slate-500\/50{background-color:rgba(100,116,139,.5)}.bg-slate-500\/55{background-color:rgba(100,116,139,.55)}.bg-slate-500\/60{background-color:rgba(100,116,139,.6)}.bg-slate-500\/65{background-color:rgba(100,116,139,.65)}.bg-slate-500\/70{background-color:rgba(100,116,139,.7)}.bg-slate-500\/75{background-color:rgba(100,116,139,.75)}.bg-slate-500\/80{background-color:rgba(100,116,139,.8)}.bg-slate-500\/85{background-color:rgba(100,116,139,.85)}.bg-slate-500\/90{background-color:rgba(100,116,139,.9)}.bg-slate-500\/95{background-color:rgba(100,116,139,.95)}.bg-slate-600{--tw-bg-opacity:1;background-color:rgb(71 85 105/var(--tw-bg-opacity,1))}.bg-slate-600\/0{background-color:rgba(71,85,105,0)}.bg-slate-600\/10{background-color:rgba(71,85,105,.1)}.bg-slate-600\/100{background-color:#475569}.bg-slate-600\/15{background-color:rgba(71,85,105,.15)}.bg-slate-600\/20{background-color:rgba(71,85,105,.2)}.bg-slate-600\/25{background-color:rgba(71,85,105,.25)}.bg-slate-600\/30{background-color:rgba(71,85,105,.3)}.bg-slate-600\/35{background-color:rgba(71,85,105,.35)}.bg-slate-600\/40{background-color:rgba(71,85,105,.4)}.bg-slate-600\/45{background-color:rgba(71,85,105,.45)}.bg-slate-600\/5{background-color:rgba(71,85,105,.05)}.bg-slate-600\/50{background-color:rgba(71,85,105,.5)}.bg-slate-600\/55{background-color:rgba(71,85,105,.55)}.bg-slate-600\/60{background-color:rgba(71,85,105,.6)}.bg-slate-600\/65{background-color:rgba(71,85,105,.65)}.bg-slate-600\/70{background-color:rgba(71,85,105,.7)}.bg-slate-600\/75{background-color:rgba(71,85,105,.75)}.bg-slate-600\/80{background-color:rgba(71,85,105,.8)}.bg-slate-600\/85{background-color:rgba(71,85,105,.85)}.bg-slate-600\/90{background-color:rgba(71,85,105,.9)}.bg-slate-600\/95{background-color:rgba(71,85,105,.95)}.bg-slate-700{--tw-bg-opacity:1;background-color:rgb(51 65 85/var(--tw-bg-opacity,1))}.bg-slate-700\/0{background-color:rgba(51,65,85,0)}.bg-slate-700\/10{background-color:rgba(51,65,85,.1)}.bg-slate-700\/100{background-color:#334155}.bg-slate-700\/15{background-color:rgba(51,65,85,.15)}.bg-slate-700\/20{background-color:rgba(51,65,85,.2)}.bg-slate-700\/25{background-color:rgba(51,65,85,.25)}.bg-slate-700\/30{background-color:rgba(51,65,85,.3)}.bg-slate-700\/35{background-color:rgba(51,65,85,.35)}.bg-slate-700\/40{background-color:rgba(51,65,85,.4)}.bg-slate-700\/45{background-color:rgba(51,65,85,.45)}.bg-slate-700\/5{background-color:rgba(51,65,85,.05)}.bg-slate-700\/50{background-color:rgba(51,65,85,.5)}.bg-slate-700\/55{background-color:rgba(51,65,85,.55)}.bg-slate-700\/60{background-color:rgba(51,65,85,.6)}.bg-slate-700\/65{background-color:rgba(51,65,85,.65)}.bg-slate-700\/70{background-color:rgba(51,65,85,.7)}.bg-slate-700\/75{background-color:rgba(51,65,85,.75)}.bg-slate-700\/80{background-color:rgba(51,65,85,.8)}.bg-slate-700\/85{background-color:rgba(51,65,85,.85)}.bg-slate-700\/90{background-color:rgba(51,65,85,.9)}.bg-slate-700\/95{background-color:rgba(51,65,85,.95)}.bg-slate-800{--tw-bg-opacity:1;background-color:rgb(30 41 59/var(--tw-bg-opacity,1))}.bg-slate-800\/0{background-color:rgba(30,41,59,0)}.bg-slate-800\/10{background-color:rgba(30,41,59,.1)}.bg-slate-800\/100{background-color:#1e293b}.bg-slate-800\/15{background-color:rgba(30,41,59,.15)}.bg-slate-800\/20{background-color:rgba(30,41,59,.2)}.bg-slate-800\/25{background-color:rgba(30,41,59,.25)}.bg-slate-800\/30{background-color:rgba(30,41,59,.3)}.bg-slate-800\/35{background-color:rgba(30,41,59,.35)}.bg-slate-800\/40{background-color:rgba(30,41,59,.4)}.bg-slate-800\/45{background-color:rgba(30,41,59,.45)}.bg-slate-800\/5{background-color:rgba(30,41,59,.05)}.bg-slate-800\/50{background-color:rgba(30,41,59,.5)}.bg-slate-800\/55{background-color:rgba(30,41,59,.55)}.bg-slate-800\/60{background-color:rgba(30,41,59,.6)}.bg-slate-800\/65{background-color:rgba(30,41,59,.65)}.bg-slate-800\/70{background-color:rgba(30,41,59,.7)}.bg-slate-800\/75{background-color:rgba(30,41,59,.75)}.bg-slate-800\/80{background-color:rgba(30,41,59,.8)}.bg-slate-800\/85{background-color:rgba(30,41,59,.85)}.bg-slate-800\/90{background-color:rgba(30,41,59,.9)}.bg-slate-800\/95{background-color:rgba(30,41,59,.95)}.bg-slate-900{--tw-bg-opacity:1;background-color:rgb(15 23 42/var(--tw-bg-opacity,1))}.bg-slate-900\/0{background-color:rgba(15,23,42,0)}.bg-slate-900\/10{background-color:rgba(15,23,42,.1)}.bg-slate-900\/100{background-color:#0f172a}.bg-slate-900\/15{background-color:rgba(15,23,42,.15)}.bg-slate-900\/20{background-color:rgba(15,23,42,.2)}.bg-slate-900\/25{background-color:rgba(15,23,42,.25)}.bg-slate-900\/30{background-color:rgba(15,23,42,.3)}.bg-slate-900\/35{background-color:rgba(15,23,42,.35)}.bg-slate-900\/40{background-color:rgba(15,23,42,.4)}.bg-slate-900\/45{background-color:rgba(15,23,42,.45)}.bg-slate-900\/5{background-color:rgba(15,23,42,.05)}.bg-slate-900\/50{background-color:rgba(15,23,42,.5)}.bg-slate-900\/55{background-color:rgba(15,23,42,.55)}.bg-slate-900\/60{background-color:rgba(15,23,42,.6)}.bg-slate-900\/65{background-color:rgba(15,23,42,.65)}.bg-slate-900\/70{background-color:rgba(15,23,42,.7)}.bg-slate-900\/75{background-color:rgba(15,23,42,.75)}.bg-slate-900\/80{background-color:rgba(15,23,42,.8)}.bg-slate-900\/85{background-color:rgba(15,23,42,.85)}.bg-slate-900\/90{background-color:rgba(15,23,42,.9)}.bg-slate-900\/95{background-color:rgba(15,23,42,.95)}.bg-slate-950{--tw-bg-opacity:1;background-color:rgb(2 6 23/var(--tw-bg-opacity,1))}.bg-slate-950\/0{background-color:rgba(2,6,23,0)}.bg-slate-950\/10{background-color:rgba(2,6,23,.1)}.bg-slate-950\/100{background-color:#020617}.bg-slate-950\/15{background-color:rgba(2,6,23,.15)}.bg-slate-950\/20{background-color:rgba(2,6,23,.2)}.bg-slate-950\/25{background-color:rgba(2,6,23,.25)}.bg-slate-950\/30{background-color:rgba(2,6,23,.3)}.bg-slate-950\/35{background-color:rgba(2,6,23,.35)}.bg-slate-950\/40{background-color:rgba(2,6,23,.4)}.bg-slate-950\/45{background-color:rgba(2,6,23,.45)}.bg-slate-950\/5{background-color:rgba(2,6,23,.05)}.bg-slate-950\/50{background-color:rgba(2,6,23,.5)}.bg-slate-950\/55{background-color:rgba(2,6,23,.55)}.bg-slate-950\/60{background-color:rgba(2,6,23,.6)}.bg-slate-950\/65{background-color:rgba(2,6,23,.65)}.bg-slate-950\/70{background-color:rgba(2,6,23,.7)}.bg-slate-950\/75{background-color:rgba(2,6,23,.75)}.bg-slate-950\/80{background-color:rgba(2,6,23,.8)}.bg-slate-950\/85{background-color:rgba(2,6,23,.85)}.bg-slate-950\/90{background-color:rgba(2,6,23,.9)}.bg-slate-950\/95{background-color:rgba(2,6,23,.95)}.bg-stone-100{--tw-bg-opacity:1;background-color:rgb(245 245 244/var(--tw-bg-opacity,1))}.bg-stone-100\/0{background-color:hsla(60,5%,96%,0)}.bg-stone-100\/10{background-color:hsla(60,5%,96%,.1)}.bg-stone-100\/100{background-color:#f5f5f4}.bg-stone-100\/15{background-color:hsla(60,5%,96%,.15)}.bg-stone-100\/20{background-color:hsla(60,5%,96%,.2)}.bg-stone-100\/25{background-color:hsla(60,5%,96%,.25)}.bg-stone-100\/30{background-color:hsla(60,5%,96%,.3)}.bg-stone-100\/35{background-color:hsla(60,5%,96%,.35)}.bg-stone-100\/40{background-color:hsla(60,5%,96%,.4)}.bg-stone-100\/45{background-color:hsla(60,5%,96%,.45)}.bg-stone-100\/5{background-color:hsla(60,5%,96%,.05)}.bg-stone-100\/50{background-color:hsla(60,5%,96%,.5)}.bg-stone-100\/55{background-color:hsla(60,5%,96%,.55)}.bg-stone-100\/60{background-color:hsla(60,5%,96%,.6)}.bg-stone-100\/65{background-color:hsla(60,5%,96%,.65)}.bg-stone-100\/70{background-color:hsla(60,5%,96%,.7)}.bg-stone-100\/75{background-color:hsla(60,5%,96%,.75)}.bg-stone-100\/80{background-color:hsla(60,5%,96%,.8)}.bg-stone-100\/85{background-color:hsla(60,5%,96%,.85)}.bg-stone-100\/90{background-color:hsla(60,5%,96%,.9)}.bg-stone-100\/95{background-color:hsla(60,5%,96%,.95)}.bg-stone-200{--tw-bg-opacity:1;background-color:rgb(231 229 228/var(--tw-bg-opacity,1))}.bg-stone-200\/0{background-color:hsla(20,6%,90%,0)}.bg-stone-200\/10{background-color:hsla(20,6%,90%,.1)}.bg-stone-200\/100{background-color:#e7e5e4}.bg-stone-200\/15{background-color:hsla(20,6%,90%,.15)}.bg-stone-200\/20{background-color:hsla(20,6%,90%,.2)}.bg-stone-200\/25{background-color:hsla(20,6%,90%,.25)}.bg-stone-200\/30{background-color:hsla(20,6%,90%,.3)}.bg-stone-200\/35{background-color:hsla(20,6%,90%,.35)}.bg-stone-200\/40{background-color:hsla(20,6%,90%,.4)}.bg-stone-200\/45{background-color:hsla(20,6%,90%,.45)}.bg-stone-200\/5{background-color:hsla(20,6%,90%,.05)}.bg-stone-200\/50{background-color:hsla(20,6%,90%,.5)}.bg-stone-200\/55{background-color:hsla(20,6%,90%,.55)}.bg-stone-200\/60{background-color:hsla(20,6%,90%,.6)}.bg-stone-200\/65{background-color:hsla(20,6%,90%,.65)}.bg-stone-200\/70{background-color:hsla(20,6%,90%,.7)}.bg-stone-200\/75{background-color:hsla(20,6%,90%,.75)}.bg-stone-200\/80{background-color:hsla(20,6%,90%,.8)}.bg-stone-200\/85{background-color:hsla(20,6%,90%,.85)}.bg-stone-200\/90{background-color:hsla(20,6%,90%,.9)}.bg-stone-200\/95{background-color:hsla(20,6%,90%,.95)}.bg-stone-300{--tw-bg-opacity:1;background-color:rgb(214 211 209/var(--tw-bg-opacity,1))}.bg-stone-300\/0{background-color:hsla(24,6%,83%,0)}.bg-stone-300\/10{background-color:hsla(24,6%,83%,.1)}.bg-stone-300\/100{background-color:#d6d3d1}.bg-stone-300\/15{background-color:hsla(24,6%,83%,.15)}.bg-stone-300\/20{background-color:hsla(24,6%,83%,.2)}.bg-stone-300\/25{background-color:hsla(24,6%,83%,.25)}.bg-stone-300\/30{background-color:hsla(24,6%,83%,.3)}.bg-stone-300\/35{background-color:hsla(24,6%,83%,.35)}.bg-stone-300\/40{background-color:hsla(24,6%,83%,.4)}.bg-stone-300\/45{background-color:hsla(24,6%,83%,.45)}.bg-stone-300\/5{background-color:hsla(24,6%,83%,.05)}.bg-stone-300\/50{background-color:hsla(24,6%,83%,.5)}.bg-stone-300\/55{background-color:hsla(24,6%,83%,.55)}.bg-stone-300\/60{background-color:hsla(24,6%,83%,.6)}.bg-stone-300\/65{background-color:hsla(24,6%,83%,.65)}.bg-stone-300\/70{background-color:hsla(24,6%,83%,.7)}.bg-stone-300\/75{background-color:hsla(24,6%,83%,.75)}.bg-stone-300\/80{background-color:hsla(24,6%,83%,.8)}.bg-stone-300\/85{background-color:hsla(24,6%,83%,.85)}.bg-stone-300\/90{background-color:hsla(24,6%,83%,.9)}.bg-stone-300\/95{background-color:hsla(24,6%,83%,.95)}.bg-stone-400{--tw-bg-opacity:1;background-color:rgb(168 162 158/var(--tw-bg-opacity,1))}.bg-stone-400\/0{background-color:hsla(24,5%,64%,0)}.bg-stone-400\/10{background-color:hsla(24,5%,64%,.1)}.bg-stone-400\/100{background-color:#a8a29e}.bg-stone-400\/15{background-color:hsla(24,5%,64%,.15)}.bg-stone-400\/20{background-color:hsla(24,5%,64%,.2)}.bg-stone-400\/25{background-color:hsla(24,5%,64%,.25)}.bg-stone-400\/30{background-color:hsla(24,5%,64%,.3)}.bg-stone-400\/35{background-color:hsla(24,5%,64%,.35)}.bg-stone-400\/40{background-color:hsla(24,5%,64%,.4)}.bg-stone-400\/45{background-color:hsla(24,5%,64%,.45)}.bg-stone-400\/5{background-color:hsla(24,5%,64%,.05)}.bg-stone-400\/50{background-color:hsla(24,5%,64%,.5)}.bg-stone-400\/55{background-color:hsla(24,5%,64%,.55)}.bg-stone-400\/60{background-color:hsla(24,5%,64%,.6)}.bg-stone-400\/65{background-color:hsla(24,5%,64%,.65)}.bg-stone-400\/70{background-color:hsla(24,5%,64%,.7)}.bg-stone-400\/75{background-color:hsla(24,5%,64%,.75)}.bg-stone-400\/80{background-color:hsla(24,5%,64%,.8)}.bg-stone-400\/85{background-color:hsla(24,5%,64%,.85)}.bg-stone-400\/90{background-color:hsla(24,5%,64%,.9)}.bg-stone-400\/95{background-color:hsla(24,5%,64%,.95)}.bg-stone-50{--tw-bg-opacity:1;background-color:rgb(250 250 249/var(--tw-bg-opacity,1))}.bg-stone-50\/0{background-color:hsla(60,9%,98%,0)}.bg-stone-50\/10{background-color:hsla(60,9%,98%,.1)}.bg-stone-50\/100{background-color:#fafaf9}.bg-stone-50\/15{background-color:hsla(60,9%,98%,.15)}.bg-stone-50\/20{background-color:hsla(60,9%,98%,.2)}.bg-stone-50\/25{background-color:hsla(60,9%,98%,.25)}.bg-stone-50\/30{background-color:hsla(60,9%,98%,.3)}.bg-stone-50\/35{background-color:hsla(60,9%,98%,.35)}.bg-stone-50\/40{background-color:hsla(60,9%,98%,.4)}.bg-stone-50\/45{background-color:hsla(60,9%,98%,.45)}.bg-stone-50\/5{background-color:hsla(60,9%,98%,.05)}.bg-stone-50\/50{background-color:hsla(60,9%,98%,.5)}.bg-stone-50\/55{background-color:hsla(60,9%,98%,.55)}.bg-stone-50\/60{background-color:hsla(60,9%,98%,.6)}.bg-stone-50\/65{background-color:hsla(60,9%,98%,.65)}.bg-stone-50\/70{background-color:hsla(60,9%,98%,.7)}.bg-stone-50\/75{background-color:hsla(60,9%,98%,.75)}.bg-stone-50\/80{background-color:hsla(60,9%,98%,.8)}.bg-stone-50\/85{background-color:hsla(60,9%,98%,.85)}.bg-stone-50\/90{background-color:hsla(60,9%,98%,.9)}.bg-stone-50\/95{background-color:hsla(60,9%,98%,.95)}.bg-stone-500{--tw-bg-opacity:1;background-color:rgb(120 113 108/var(--tw-bg-opacity,1))}.bg-stone-500\/0{background-color:hsla(25,5%,45%,0)}.bg-stone-500\/10{background-color:hsla(25,5%,45%,.1)}.bg-stone-500\/100{background-color:#78716c}.bg-stone-500\/15{background-color:hsla(25,5%,45%,.15)}.bg-stone-500\/20{background-color:hsla(25,5%,45%,.2)}.bg-stone-500\/25{background-color:hsla(25,5%,45%,.25)}.bg-stone-500\/30{background-color:hsla(25,5%,45%,.3)}.bg-stone-500\/35{background-color:hsla(25,5%,45%,.35)}.bg-stone-500\/40{background-color:hsla(25,5%,45%,.4)}.bg-stone-500\/45{background-color:hsla(25,5%,45%,.45)}.bg-stone-500\/5{background-color:hsla(25,5%,45%,.05)}.bg-stone-500\/50{background-color:hsla(25,5%,45%,.5)}.bg-stone-500\/55{background-color:hsla(25,5%,45%,.55)}.bg-stone-500\/60{background-color:hsla(25,5%,45%,.6)}.bg-stone-500\/65{background-color:hsla(25,5%,45%,.65)}.bg-stone-500\/70{background-color:hsla(25,5%,45%,.7)}.bg-stone-500\/75{background-color:hsla(25,5%,45%,.75)}.bg-stone-500\/80{background-color:hsla(25,5%,45%,.8)}.bg-stone-500\/85{background-color:hsla(25,5%,45%,.85)}.bg-stone-500\/90{background-color:hsla(25,5%,45%,.9)}.bg-stone-500\/95{background-color:hsla(25,5%,45%,.95)}.bg-stone-600{--tw-bg-opacity:1;background-color:rgb(87 83 78/var(--tw-bg-opacity,1))}.bg-stone-600\/0{background-color:rgba(87,83,78,0)}.bg-stone-600\/10{background-color:rgba(87,83,78,.1)}.bg-stone-600\/100{background-color:#57534e}.bg-stone-600\/15{background-color:rgba(87,83,78,.15)}.bg-stone-600\/20{background-color:rgba(87,83,78,.2)}.bg-stone-600\/25{background-color:rgba(87,83,78,.25)}.bg-stone-600\/30{background-color:rgba(87,83,78,.3)}.bg-stone-600\/35{background-color:rgba(87,83,78,.35)}.bg-stone-600\/40{background-color:rgba(87,83,78,.4)}.bg-stone-600\/45{background-color:rgba(87,83,78,.45)}.bg-stone-600\/5{background-color:rgba(87,83,78,.05)}.bg-stone-600\/50{background-color:rgba(87,83,78,.5)}.bg-stone-600\/55{background-color:rgba(87,83,78,.55)}.bg-stone-600\/60{background-color:rgba(87,83,78,.6)}.bg-stone-600\/65{background-color:rgba(87,83,78,.65)}.bg-stone-600\/70{background-color:rgba(87,83,78,.7)}.bg-stone-600\/75{background-color:rgba(87,83,78,.75)}.bg-stone-600\/80{background-color:rgba(87,83,78,.8)}.bg-stone-600\/85{background-color:rgba(87,83,78,.85)}.bg-stone-600\/90{background-color:rgba(87,83,78,.9)}.bg-stone-600\/95{background-color:rgba(87,83,78,.95)}.bg-stone-700{--tw-bg-opacity:1;background-color:rgb(68 64 60/var(--tw-bg-opacity,1))}.bg-stone-700\/0{background-color:rgba(68,64,60,0)}.bg-stone-700\/10{background-color:rgba(68,64,60,.1)}.bg-stone-700\/100{background-color:#44403c}.bg-stone-700\/15{background-color:rgba(68,64,60,.15)}.bg-stone-700\/20{background-color:rgba(68,64,60,.2)}.bg-stone-700\/25{background-color:rgba(68,64,60,.25)}.bg-stone-700\/30{background-color:rgba(68,64,60,.3)}.bg-stone-700\/35{background-color:rgba(68,64,60,.35)}.bg-stone-700\/40{background-color:rgba(68,64,60,.4)}.bg-stone-700\/45{background-color:rgba(68,64,60,.45)}.bg-stone-700\/5{background-color:rgba(68,64,60,.05)}.bg-stone-700\/50{background-color:rgba(68,64,60,.5)}.bg-stone-700\/55{background-color:rgba(68,64,60,.55)}.bg-stone-700\/60{background-color:rgba(68,64,60,.6)}.bg-stone-700\/65{background-color:rgba(68,64,60,.65)}.bg-stone-700\/70{background-color:rgba(68,64,60,.7)}.bg-stone-700\/75{background-color:rgba(68,64,60,.75)}.bg-stone-700\/80{background-color:rgba(68,64,60,.8)}.bg-stone-700\/85{background-color:rgba(68,64,60,.85)}.bg-stone-700\/90{background-color:rgba(68,64,60,.9)}.bg-stone-700\/95{background-color:rgba(68,64,60,.95)}.bg-stone-800{--tw-bg-opacity:1;background-color:rgb(41 37 36/var(--tw-bg-opacity,1))}.bg-stone-800\/0{background-color:rgba(41,37,36,0)}.bg-stone-800\/10{background-color:rgba(41,37,36,.1)}.bg-stone-800\/100{background-color:#292524}.bg-stone-800\/15{background-color:rgba(41,37,36,.15)}.bg-stone-800\/20{background-color:rgba(41,37,36,.2)}.bg-stone-800\/25{background-color:rgba(41,37,36,.25)}.bg-stone-800\/30{background-color:rgba(41,37,36,.3)}.bg-stone-800\/35{background-color:rgba(41,37,36,.35)}.bg-stone-800\/40{background-color:rgba(41,37,36,.4)}.bg-stone-800\/45{background-color:rgba(41,37,36,.45)}.bg-stone-800\/5{background-color:rgba(41,37,36,.05)}.bg-stone-800\/50{background-color:rgba(41,37,36,.5)}.bg-stone-800\/55{background-color:rgba(41,37,36,.55)}.bg-stone-800\/60{background-color:rgba(41,37,36,.6)}.bg-stone-800\/65{background-color:rgba(41,37,36,.65)}.bg-stone-800\/70{background-color:rgba(41,37,36,.7)}.bg-stone-800\/75{background-color:rgba(41,37,36,.75)}.bg-stone-800\/80{background-color:rgba(41,37,36,.8)}.bg-stone-800\/85{background-color:rgba(41,37,36,.85)}.bg-stone-800\/90{background-color:rgba(41,37,36,.9)}.bg-stone-800\/95{background-color:rgba(41,37,36,.95)}.bg-stone-900{--tw-bg-opacity:1;background-color:rgb(28 25 23/var(--tw-bg-opacity,1))}.bg-stone-900\/0{background-color:rgba(28,25,23,0)}.bg-stone-900\/10{background-color:rgba(28,25,23,.1)}.bg-stone-900\/100{background-color:#1c1917}.bg-stone-900\/15{background-color:rgba(28,25,23,.15)}.bg-stone-900\/20{background-color:rgba(28,25,23,.2)}.bg-stone-900\/25{background-color:rgba(28,25,23,.25)}.bg-stone-900\/30{background-color:rgba(28,25,23,.3)}.bg-stone-900\/35{background-color:rgba(28,25,23,.35)}.bg-stone-900\/40{background-color:rgba(28,25,23,.4)}.bg-stone-900\/45{background-color:rgba(28,25,23,.45)}.bg-stone-900\/5{background-color:rgba(28,25,23,.05)}.bg-stone-900\/50{background-color:rgba(28,25,23,.5)}.bg-stone-900\/55{background-color:rgba(28,25,23,.55)}.bg-stone-900\/60{background-color:rgba(28,25,23,.6)}.bg-stone-900\/65{background-color:rgba(28,25,23,.65)}.bg-stone-900\/70{background-color:rgba(28,25,23,.7)}.bg-stone-900\/75{background-color:rgba(28,25,23,.75)}.bg-stone-900\/80{background-color:rgba(28,25,23,.8)}.bg-stone-900\/85{background-color:rgba(28,25,23,.85)}.bg-stone-900\/90{background-color:rgba(28,25,23,.9)}.bg-stone-900\/95{background-color:rgba(28,25,23,.95)}.bg-stone-950{--tw-bg-opacity:1;background-color:rgb(12 10 9/var(--tw-bg-opacity,1))}.bg-stone-950\/0{background-color:rgba(12,10,9,0)}.bg-stone-950\/10{background-color:rgba(12,10,9,.1)}.bg-stone-950\/100{background-color:#0c0a09}.bg-stone-950\/15{background-color:rgba(12,10,9,.15)}.bg-stone-950\/20{background-color:rgba(12,10,9,.2)}.bg-stone-950\/25{background-color:rgba(12,10,9,.25)}.bg-stone-950\/30{background-color:rgba(12,10,9,.3)}.bg-stone-950\/35{background-color:rgba(12,10,9,.35)}.bg-stone-950\/40{background-color:rgba(12,10,9,.4)}.bg-stone-950\/45{background-color:rgba(12,10,9,.45)}.bg-stone-950\/5{background-color:rgba(12,10,9,.05)}.bg-stone-950\/50{background-color:rgba(12,10,9,.5)}.bg-stone-950\/55{background-color:rgba(12,10,9,.55)}.bg-stone-950\/60{background-color:rgba(12,10,9,.6)}.bg-stone-950\/65{background-color:rgba(12,10,9,.65)}.bg-stone-950\/70{background-color:rgba(12,10,9,.7)}.bg-stone-950\/75{background-color:rgba(12,10,9,.75)}.bg-stone-950\/80{background-color:rgba(12,10,9,.8)}.bg-stone-950\/85{background-color:rgba(12,10,9,.85)}.bg-stone-950\/90{background-color:rgba(12,10,9,.9)}.bg-stone-950\/95{background-color:rgba(12,10,9,.95)}.bg-teal-100{--tw-bg-opacity:1;background-color:rgb(204 251 241/var(--tw-bg-opacity,1))}.bg-teal-100\/0{background-color:rgba(204,251,241,0)}.bg-teal-100\/10{background-color:rgba(204,251,241,.1)}.bg-teal-100\/100{background-color:#ccfbf1}.bg-teal-100\/15{background-color:rgba(204,251,241,.15)}.bg-teal-100\/20{background-color:rgba(204,251,241,.2)}.bg-teal-100\/25{background-color:rgba(204,251,241,.25)}.bg-teal-100\/30{background-color:rgba(204,251,241,.3)}.bg-teal-100\/35{background-color:rgba(204,251,241,.35)}.bg-teal-100\/40{background-color:rgba(204,251,241,.4)}.bg-teal-100\/45{background-color:rgba(204,251,241,.45)}.bg-teal-100\/5{background-color:rgba(204,251,241,.05)}.bg-teal-100\/50{background-color:rgba(204,251,241,.5)}.bg-teal-100\/55{background-color:rgba(204,251,241,.55)}.bg-teal-100\/60{background-color:rgba(204,251,241,.6)}.bg-teal-100\/65{background-color:rgba(204,251,241,.65)}.bg-teal-100\/70{background-color:rgba(204,251,241,.7)}.bg-teal-100\/75{background-color:rgba(204,251,241,.75)}.bg-teal-100\/80{background-color:rgba(204,251,241,.8)}.bg-teal-100\/85{background-color:rgba(204,251,241,.85)}.bg-teal-100\/90{background-color:rgba(204,251,241,.9)}.bg-teal-100\/95{background-color:rgba(204,251,241,.95)}.bg-teal-200{--tw-bg-opacity:1;background-color:rgb(153 246 228/var(--tw-bg-opacity,1))}.bg-teal-200\/0{background-color:rgba(153,246,228,0)}.bg-teal-200\/10{background-color:rgba(153,246,228,.1)}.bg-teal-200\/100{background-color:#99f6e4}.bg-teal-200\/15{background-color:rgba(153,246,228,.15)}.bg-teal-200\/20{background-color:rgba(153,246,228,.2)}.bg-teal-200\/25{background-color:rgba(153,246,228,.25)}.bg-teal-200\/30{background-color:rgba(153,246,228,.3)}.bg-teal-200\/35{background-color:rgba(153,246,228,.35)}.bg-teal-200\/40{background-color:rgba(153,246,228,.4)}.bg-teal-200\/45{background-color:rgba(153,246,228,.45)}.bg-teal-200\/5{background-color:rgba(153,246,228,.05)}.bg-teal-200\/50{background-color:rgba(153,246,228,.5)}.bg-teal-200\/55{background-color:rgba(153,246,228,.55)}.bg-teal-200\/60{background-color:rgba(153,246,228,.6)}.bg-teal-200\/65{background-color:rgba(153,246,228,.65)}.bg-teal-200\/70{background-color:rgba(153,246,228,.7)}.bg-teal-200\/75{background-color:rgba(153,246,228,.75)}.bg-teal-200\/80{background-color:rgba(153,246,228,.8)}.bg-teal-200\/85{background-color:rgba(153,246,228,.85)}.bg-teal-200\/90{background-color:rgba(153,246,228,.9)}.bg-teal-200\/95{background-color:rgba(153,246,228,.95)}.bg-teal-300{--tw-bg-opacity:1;background-color:rgb(94 234 212/var(--tw-bg-opacity,1))}.bg-teal-300\/0{background-color:rgba(94,234,212,0)}.bg-teal-300\/10{background-color:rgba(94,234,212,.1)}.bg-teal-300\/100{background-color:#5eead4}.bg-teal-300\/15{background-color:rgba(94,234,212,.15)}.bg-teal-300\/20{background-color:rgba(94,234,212,.2)}.bg-teal-300\/25{background-color:rgba(94,234,212,.25)}.bg-teal-300\/30{background-color:rgba(94,234,212,.3)}.bg-teal-300\/35{background-color:rgba(94,234,212,.35)}.bg-teal-300\/40{background-color:rgba(94,234,212,.4)}.bg-teal-300\/45{background-color:rgba(94,234,212,.45)}.bg-teal-300\/5{background-color:rgba(94,234,212,.05)}.bg-teal-300\/50{background-color:rgba(94,234,212,.5)}.bg-teal-300\/55{background-color:rgba(94,234,212,.55)}.bg-teal-300\/60{background-color:rgba(94,234,212,.6)}.bg-teal-300\/65{background-color:rgba(94,234,212,.65)}.bg-teal-300\/70{background-color:rgba(94,234,212,.7)}.bg-teal-300\/75{background-color:rgba(94,234,212,.75)}.bg-teal-300\/80{background-color:rgba(94,234,212,.8)}.bg-teal-300\/85{background-color:rgba(94,234,212,.85)}.bg-teal-300\/90{background-color:rgba(94,234,212,.9)}.bg-teal-300\/95{background-color:rgba(94,234,212,.95)}.bg-teal-400{--tw-bg-opacity:1;background-color:rgb(45 212 191/var(--tw-bg-opacity,1))}.bg-teal-400\/0{background-color:rgba(45,212,191,0)}.bg-teal-400\/10{background-color:rgba(45,212,191,.1)}.bg-teal-400\/100{background-color:#2dd4bf}.bg-teal-400\/15{background-color:rgba(45,212,191,.15)}.bg-teal-400\/20{background-color:rgba(45,212,191,.2)}.bg-teal-400\/25{background-color:rgba(45,212,191,.25)}.bg-teal-400\/30{background-color:rgba(45,212,191,.3)}.bg-teal-400\/35{background-color:rgba(45,212,191,.35)}.bg-teal-400\/40{background-color:rgba(45,212,191,.4)}.bg-teal-400\/45{background-color:rgba(45,212,191,.45)}.bg-teal-400\/5{background-color:rgba(45,212,191,.05)}.bg-teal-400\/50{background-color:rgba(45,212,191,.5)}.bg-teal-400\/55{background-color:rgba(45,212,191,.55)}.bg-teal-400\/60{background-color:rgba(45,212,191,.6)}.bg-teal-400\/65{background-color:rgba(45,212,191,.65)}.bg-teal-400\/70{background-color:rgba(45,212,191,.7)}.bg-teal-400\/75{background-color:rgba(45,212,191,.75)}.bg-teal-400\/80{background-color:rgba(45,212,191,.8)}.bg-teal-400\/85{background-color:rgba(45,212,191,.85)}.bg-teal-400\/90{background-color:rgba(45,212,191,.9)}.bg-teal-400\/95{background-color:rgba(45,212,191,.95)}.bg-teal-50{--tw-bg-opacity:1;background-color:rgb(240 253 250/var(--tw-bg-opacity,1))}.bg-teal-50\/0{background-color:rgba(240,253,250,0)}.bg-teal-50\/10{background-color:rgba(240,253,250,.1)}.bg-teal-50\/100{background-color:#f0fdfa}.bg-teal-50\/15{background-color:rgba(240,253,250,.15)}.bg-teal-50\/20{background-color:rgba(240,253,250,.2)}.bg-teal-50\/25{background-color:rgba(240,253,250,.25)}.bg-teal-50\/30{background-color:rgba(240,253,250,.3)}.bg-teal-50\/35{background-color:rgba(240,253,250,.35)}.bg-teal-50\/40{background-color:rgba(240,253,250,.4)}.bg-teal-50\/45{background-color:rgba(240,253,250,.45)}.bg-teal-50\/5{background-color:rgba(240,253,250,.05)}.bg-teal-50\/50{background-color:rgba(240,253,250,.5)}.bg-teal-50\/55{background-color:rgba(240,253,250,.55)}.bg-teal-50\/60{background-color:rgba(240,253,250,.6)}.bg-teal-50\/65{background-color:rgba(240,253,250,.65)}.bg-teal-50\/70{background-color:rgba(240,253,250,.7)}.bg-teal-50\/75{background-color:rgba(240,253,250,.75)}.bg-teal-50\/80{background-color:rgba(240,253,250,.8)}.bg-teal-50\/85{background-color:rgba(240,253,250,.85)}.bg-teal-50\/90{background-color:rgba(240,253,250,.9)}.bg-teal-50\/95{background-color:rgba(240,253,250,.95)}.bg-teal-500{--tw-bg-opacity:1;background-color:rgb(20 184 166/var(--tw-bg-opacity,1))}.bg-teal-500\/0{background-color:rgba(20,184,166,0)}.bg-teal-500\/10{background-color:rgba(20,184,166,.1)}.bg-teal-500\/100{background-color:#14b8a6}.bg-teal-500\/15{background-color:rgba(20,184,166,.15)}.bg-teal-500\/20{background-color:rgba(20,184,166,.2)}.bg-teal-500\/25{background-color:rgba(20,184,166,.25)}.bg-teal-500\/30{background-color:rgba(20,184,166,.3)}.bg-teal-500\/35{background-color:rgba(20,184,166,.35)}.bg-teal-500\/40{background-color:rgba(20,184,166,.4)}.bg-teal-500\/45{background-color:rgba(20,184,166,.45)}.bg-teal-500\/5{background-color:rgba(20,184,166,.05)}.bg-teal-500\/50{background-color:rgba(20,184,166,.5)}.bg-teal-500\/55{background-color:rgba(20,184,166,.55)}.bg-teal-500\/60{background-color:rgba(20,184,166,.6)}.bg-teal-500\/65{background-color:rgba(20,184,166,.65)}.bg-teal-500\/70{background-color:rgba(20,184,166,.7)}.bg-teal-500\/75{background-color:rgba(20,184,166,.75)}.bg-teal-500\/80{background-color:rgba(20,184,166,.8)}.bg-teal-500\/85{background-color:rgba(20,184,166,.85)}.bg-teal-500\/90{background-color:rgba(20,184,166,.9)}.bg-teal-500\/95{background-color:rgba(20,184,166,.95)}.bg-teal-600{--tw-bg-opacity:1;background-color:rgb(13 148 136/var(--tw-bg-opacity,1))}.bg-teal-600\/0{background-color:rgba(13,148,136,0)}.bg-teal-600\/10{background-color:rgba(13,148,136,.1)}.bg-teal-600\/100{background-color:#0d9488}.bg-teal-600\/15{background-color:rgba(13,148,136,.15)}.bg-teal-600\/20{background-color:rgba(13,148,136,.2)}.bg-teal-600\/25{background-color:rgba(13,148,136,.25)}.bg-teal-600\/30{background-color:rgba(13,148,136,.3)}.bg-teal-600\/35{background-color:rgba(13,148,136,.35)}.bg-teal-600\/40{background-color:rgba(13,148,136,.4)}.bg-teal-600\/45{background-color:rgba(13,148,136,.45)}.bg-teal-600\/5{background-color:rgba(13,148,136,.05)}.bg-teal-600\/50{background-color:rgba(13,148,136,.5)}.bg-teal-600\/55{background-color:rgba(13,148,136,.55)}.bg-teal-600\/60{background-color:rgba(13,148,136,.6)}.bg-teal-600\/65{background-color:rgba(13,148,136,.65)}.bg-teal-600\/70{background-color:rgba(13,148,136,.7)}.bg-teal-600\/75{background-color:rgba(13,148,136,.75)}.bg-teal-600\/80{background-color:rgba(13,148,136,.8)}.bg-teal-600\/85{background-color:rgba(13,148,136,.85)}.bg-teal-600\/90{background-color:rgba(13,148,136,.9)}.bg-teal-600\/95{background-color:rgba(13,148,136,.95)}.bg-teal-700{--tw-bg-opacity:1;background-color:rgb(15 118 110/var(--tw-bg-opacity,1))}.bg-teal-700\/0{background-color:rgba(15,118,110,0)}.bg-teal-700\/10{background-color:rgba(15,118,110,.1)}.bg-teal-700\/100{background-color:#0f766e}.bg-teal-700\/15{background-color:rgba(15,118,110,.15)}.bg-teal-700\/20{background-color:rgba(15,118,110,.2)}.bg-teal-700\/25{background-color:rgba(15,118,110,.25)}.bg-teal-700\/30{background-color:rgba(15,118,110,.3)}.bg-teal-700\/35{background-color:rgba(15,118,110,.35)}.bg-teal-700\/40{background-color:rgba(15,118,110,.4)}.bg-teal-700\/45{background-color:rgba(15,118,110,.45)}.bg-teal-700\/5{background-color:rgba(15,118,110,.05)}.bg-teal-700\/50{background-color:rgba(15,118,110,.5)}.bg-teal-700\/55{background-color:rgba(15,118,110,.55)}.bg-teal-700\/60{background-color:rgba(15,118,110,.6)}.bg-teal-700\/65{background-color:rgba(15,118,110,.65)}.bg-teal-700\/70{background-color:rgba(15,118,110,.7)}.bg-teal-700\/75{background-color:rgba(15,118,110,.75)}.bg-teal-700\/80{background-color:rgba(15,118,110,.8)}.bg-teal-700\/85{background-color:rgba(15,118,110,.85)}.bg-teal-700\/90{background-color:rgba(15,118,110,.9)}.bg-teal-700\/95{background-color:rgba(15,118,110,.95)}.bg-teal-800{--tw-bg-opacity:1;background-color:rgb(17 94 89/var(--tw-bg-opacity,1))}.bg-teal-800\/0{background-color:rgba(17,94,89,0)}.bg-teal-800\/10{background-color:rgba(17,94,89,.1)}.bg-teal-800\/100{background-color:#115e59}.bg-teal-800\/15{background-color:rgba(17,94,89,.15)}.bg-teal-800\/20{background-color:rgba(17,94,89,.2)}.bg-teal-800\/25{background-color:rgba(17,94,89,.25)}.bg-teal-800\/30{background-color:rgba(17,94,89,.3)}.bg-teal-800\/35{background-color:rgba(17,94,89,.35)}.bg-teal-800\/40{background-color:rgba(17,94,89,.4)}.bg-teal-800\/45{background-color:rgba(17,94,89,.45)}.bg-teal-800\/5{background-color:rgba(17,94,89,.05)}.bg-teal-800\/50{background-color:rgba(17,94,89,.5)}.bg-teal-800\/55{background-color:rgba(17,94,89,.55)}.bg-teal-800\/60{background-color:rgba(17,94,89,.6)}.bg-teal-800\/65{background-color:rgba(17,94,89,.65)}.bg-teal-800\/70{background-color:rgba(17,94,89,.7)}.bg-teal-800\/75{background-color:rgba(17,94,89,.75)}.bg-teal-800\/80{background-color:rgba(17,94,89,.8)}.bg-teal-800\/85{background-color:rgba(17,94,89,.85)}.bg-teal-800\/90{background-color:rgba(17,94,89,.9)}.bg-teal-800\/95{background-color:rgba(17,94,89,.95)}.bg-teal-900{--tw-bg-opacity:1;background-color:rgb(19 78 74/var(--tw-bg-opacity,1))}.bg-teal-900\/0{background-color:rgba(19,78,74,0)}.bg-teal-900\/10{background-color:rgba(19,78,74,.1)}.bg-teal-900\/100{background-color:#134e4a}.bg-teal-900\/15{background-color:rgba(19,78,74,.15)}.bg-teal-900\/20{background-color:rgba(19,78,74,.2)}.bg-teal-900\/25{background-color:rgba(19,78,74,.25)}.bg-teal-900\/30{background-color:rgba(19,78,74,.3)}.bg-teal-900\/35{background-color:rgba(19,78,74,.35)}.bg-teal-900\/40{background-color:rgba(19,78,74,.4)}.bg-teal-900\/45{background-color:rgba(19,78,74,.45)}.bg-teal-900\/5{background-color:rgba(19,78,74,.05)}.bg-teal-900\/50{background-color:rgba(19,78,74,.5)}.bg-teal-900\/55{background-color:rgba(19,78,74,.55)}.bg-teal-900\/60{background-color:rgba(19,78,74,.6)}.bg-teal-900\/65{background-color:rgba(19,78,74,.65)}.bg-teal-900\/70{background-color:rgba(19,78,74,.7)}.bg-teal-900\/75{background-color:rgba(19,78,74,.75)}.bg-teal-900\/80{background-color:rgba(19,78,74,.8)}.bg-teal-900\/85{background-color:rgba(19,78,74,.85)}.bg-teal-900\/90{background-color:rgba(19,78,74,.9)}.bg-teal-900\/95{background-color:rgba(19,78,74,.95)}.bg-teal-950{--tw-bg-opacity:1;background-color:rgb(4 47 46/var(--tw-bg-opacity,1))}.bg-teal-950\/0{background-color:rgba(4,47,46,0)}.bg-teal-950\/10{background-color:rgba(4,47,46,.1)}.bg-teal-950\/100{background-color:#042f2e}.bg-teal-950\/15{background-color:rgba(4,47,46,.15)}.bg-teal-950\/20{background-color:rgba(4,47,46,.2)}.bg-teal-950\/25{background-color:rgba(4,47,46,.25)}.bg-teal-950\/30{background-color:rgba(4,47,46,.3)}.bg-teal-950\/35{background-color:rgba(4,47,46,.35)}.bg-teal-950\/40{background-color:rgba(4,47,46,.4)}.bg-teal-950\/45{background-color:rgba(4,47,46,.45)}.bg-teal-950\/5{background-color:rgba(4,47,46,.05)}.bg-teal-950\/50{background-color:rgba(4,47,46,.5)}.bg-teal-950\/55{background-color:rgba(4,47,46,.55)}.bg-teal-950\/60{background-color:rgba(4,47,46,.6)}.bg-teal-950\/65{background-color:rgba(4,47,46,.65)}.bg-teal-950\/70{background-color:rgba(4,47,46,.7)}.bg-teal-950\/75{background-color:rgba(4,47,46,.75)}.bg-teal-950\/80{background-color:rgba(4,47,46,.8)}.bg-teal-950\/85{background-color:rgba(4,47,46,.85)}.bg-teal-950\/90{background-color:rgba(4,47,46,.9)}.bg-teal-950\/95{background-color:rgba(4,47,46,.95)}.bg-transparent,.bg-transparent\/0{background-color:transparent}.bg-transparent\/10{background-color:rgba(0,0,0,.1)}.bg-transparent\/100{background-color:#000}.bg-transparent\/15{background-color:rgba(0,0,0,.15)}.bg-transparent\/20{background-color:rgba(0,0,0,.2)}.bg-transparent\/25{background-color:rgba(0,0,0,.25)}.bg-transparent\/30{background-color:rgba(0,0,0,.3)}.bg-transparent\/35{background-color:rgba(0,0,0,.35)}.bg-transparent\/40{background-color:rgba(0,0,0,.4)}.bg-transparent\/45{background-color:rgba(0,0,0,.45)}.bg-transparent\/5{background-color:rgba(0,0,0,.05)}.bg-transparent\/50{background-color:rgba(0,0,0,.5)}.bg-transparent\/55{background-color:rgba(0,0,0,.55)}.bg-transparent\/60{background-color:rgba(0,0,0,.6)}.bg-transparent\/65{background-color:rgba(0,0,0,.65)}.bg-transparent\/70{background-color:rgba(0,0,0,.7)}.bg-transparent\/75{background-color:rgba(0,0,0,.75)}.bg-transparent\/80{background-color:rgba(0,0,0,.8)}.bg-transparent\/85{background-color:rgba(0,0,0,.85)}.bg-transparent\/90{background-color:rgba(0,0,0,.9)}.bg-transparent\/95{background-color:rgba(0,0,0,.95)}.bg-violet-100{--tw-bg-opacity:1;background-color:rgb(237 233 254/var(--tw-bg-opacity,1))}.bg-violet-100\/0{background-color:rgba(237,233,254,0)}.bg-violet-100\/10{background-color:rgba(237,233,254,.1)}.bg-violet-100\/100{background-color:#ede9fe}.bg-violet-100\/15{background-color:rgba(237,233,254,.15)}.bg-violet-100\/20{background-color:rgba(237,233,254,.2)}.bg-violet-100\/25{background-color:rgba(237,233,254,.25)}.bg-violet-100\/30{background-color:rgba(237,233,254,.3)}.bg-violet-100\/35{background-color:rgba(237,233,254,.35)}.bg-violet-100\/40{background-color:rgba(237,233,254,.4)}.bg-violet-100\/45{background-color:rgba(237,233,254,.45)}.bg-violet-100\/5{background-color:rgba(237,233,254,.05)}.bg-violet-100\/50{background-color:rgba(237,233,254,.5)}.bg-violet-100\/55{background-color:rgba(237,233,254,.55)}.bg-violet-100\/60{background-color:rgba(237,233,254,.6)}.bg-violet-100\/65{background-color:rgba(237,233,254,.65)}.bg-violet-100\/70{background-color:rgba(237,233,254,.7)}.bg-violet-100\/75{background-color:rgba(237,233,254,.75)}.bg-violet-100\/80{background-color:rgba(237,233,254,.8)}.bg-violet-100\/85{background-color:rgba(237,233,254,.85)}.bg-violet-100\/90{background-color:rgba(237,233,254,.9)}.bg-violet-100\/95{background-color:rgba(237,233,254,.95)}.bg-violet-200{--tw-bg-opacity:1;background-color:rgb(221 214 254/var(--tw-bg-opacity,1))}.bg-violet-200\/0{background-color:rgba(221,214,254,0)}.bg-violet-200\/10{background-color:rgba(221,214,254,.1)}.bg-violet-200\/100{background-color:#ddd6fe}.bg-violet-200\/15{background-color:rgba(221,214,254,.15)}.bg-violet-200\/20{background-color:rgba(221,214,254,.2)}.bg-violet-200\/25{background-color:rgba(221,214,254,.25)}.bg-violet-200\/30{background-color:rgba(221,214,254,.3)}.bg-violet-200\/35{background-color:rgba(221,214,254,.35)}.bg-violet-200\/40{background-color:rgba(221,214,254,.4)}.bg-violet-200\/45{background-color:rgba(221,214,254,.45)}.bg-violet-200\/5{background-color:rgba(221,214,254,.05)}.bg-violet-200\/50{background-color:rgba(221,214,254,.5)}.bg-violet-200\/55{background-color:rgba(221,214,254,.55)}.bg-violet-200\/60{background-color:rgba(221,214,254,.6)}.bg-violet-200\/65{background-color:rgba(221,214,254,.65)}.bg-violet-200\/70{background-color:rgba(221,214,254,.7)}.bg-violet-200\/75{background-color:rgba(221,214,254,.75)}.bg-violet-200\/80{background-color:rgba(221,214,254,.8)}.bg-violet-200\/85{background-color:rgba(221,214,254,.85)}.bg-violet-200\/90{background-color:rgba(221,214,254,.9)}.bg-violet-200\/95{background-color:rgba(221,214,254,.95)}.bg-violet-300{--tw-bg-opacity:1;background-color:rgb(196 181 253/var(--tw-bg-opacity,1))}.bg-violet-300\/0{background-color:rgba(196,181,253,0)}.bg-violet-300\/10{background-color:rgba(196,181,253,.1)}.bg-violet-300\/100{background-color:#c4b5fd}.bg-violet-300\/15{background-color:rgba(196,181,253,.15)}.bg-violet-300\/20{background-color:rgba(196,181,253,.2)}.bg-violet-300\/25{background-color:rgba(196,181,253,.25)}.bg-violet-300\/30{background-color:rgba(196,181,253,.3)}.bg-violet-300\/35{background-color:rgba(196,181,253,.35)}.bg-violet-300\/40{background-color:rgba(196,181,253,.4)}.bg-violet-300\/45{background-color:rgba(196,181,253,.45)}.bg-violet-300\/5{background-color:rgba(196,181,253,.05)}.bg-violet-300\/50{background-color:rgba(196,181,253,.5)}.bg-violet-300\/55{background-color:rgba(196,181,253,.55)}.bg-violet-300\/60{background-color:rgba(196,181,253,.6)}.bg-violet-300\/65{background-color:rgba(196,181,253,.65)}.bg-violet-300\/70{background-color:rgba(196,181,253,.7)}.bg-violet-300\/75{background-color:rgba(196,181,253,.75)}.bg-violet-300\/80{background-color:rgba(196,181,253,.8)}.bg-violet-300\/85{background-color:rgba(196,181,253,.85)}.bg-violet-300\/90{background-color:rgba(196,181,253,.9)}.bg-violet-300\/95{background-color:rgba(196,181,253,.95)}.bg-violet-400{--tw-bg-opacity:1;background-color:rgb(167 139 250/var(--tw-bg-opacity,1))}.bg-violet-400\/0{background-color:rgba(167,139,250,0)}.bg-violet-400\/10{background-color:rgba(167,139,250,.1)}.bg-violet-400\/100{background-color:#a78bfa}.bg-violet-400\/15{background-color:rgba(167,139,250,.15)}.bg-violet-400\/20{background-color:rgba(167,139,250,.2)}.bg-violet-400\/25{background-color:rgba(167,139,250,.25)}.bg-violet-400\/30{background-color:rgba(167,139,250,.3)}.bg-violet-400\/35{background-color:rgba(167,139,250,.35)}.bg-violet-400\/40{background-color:rgba(167,139,250,.4)}.bg-violet-400\/45{background-color:rgba(167,139,250,.45)}.bg-violet-400\/5{background-color:rgba(167,139,250,.05)}.bg-violet-400\/50{background-color:rgba(167,139,250,.5)}.bg-violet-400\/55{background-color:rgba(167,139,250,.55)}.bg-violet-400\/60{background-color:rgba(167,139,250,.6)}.bg-violet-400\/65{background-color:rgba(167,139,250,.65)}.bg-violet-400\/70{background-color:rgba(167,139,250,.7)}.bg-violet-400\/75{background-color:rgba(167,139,250,.75)}.bg-violet-400\/80{background-color:rgba(167,139,250,.8)}.bg-violet-400\/85{background-color:rgba(167,139,250,.85)}.bg-violet-400\/90{background-color:rgba(167,139,250,.9)}.bg-violet-400\/95{background-color:rgba(167,139,250,.95)}.bg-violet-50{--tw-bg-opacity:1;background-color:rgb(245 243 255/var(--tw-bg-opacity,1))}.bg-violet-50\/0{background-color:rgba(245,243,255,0)}.bg-violet-50\/10{background-color:rgba(245,243,255,.1)}.bg-violet-50\/100{background-color:#f5f3ff}.bg-violet-50\/15{background-color:rgba(245,243,255,.15)}.bg-violet-50\/20{background-color:rgba(245,243,255,.2)}.bg-violet-50\/25{background-color:rgba(245,243,255,.25)}.bg-violet-50\/30{background-color:rgba(245,243,255,.3)}.bg-violet-50\/35{background-color:rgba(245,243,255,.35)}.bg-violet-50\/40{background-color:rgba(245,243,255,.4)}.bg-violet-50\/45{background-color:rgba(245,243,255,.45)}.bg-violet-50\/5{background-color:rgba(245,243,255,.05)}.bg-violet-50\/50{background-color:rgba(245,243,255,.5)}.bg-violet-50\/55{background-color:rgba(245,243,255,.55)}.bg-violet-50\/60{background-color:rgba(245,243,255,.6)}.bg-violet-50\/65{background-color:rgba(245,243,255,.65)}.bg-violet-50\/70{background-color:rgba(245,243,255,.7)}.bg-violet-50\/75{background-color:rgba(245,243,255,.75)}.bg-violet-50\/80{background-color:rgba(245,243,255,.8)}.bg-violet-50\/85{background-color:rgba(245,243,255,.85)}.bg-violet-50\/90{background-color:rgba(245,243,255,.9)}.bg-violet-50\/95{background-color:rgba(245,243,255,.95)}.bg-violet-500{--tw-bg-opacity:1;background-color:rgb(139 92 246/var(--tw-bg-opacity,1))}.bg-violet-500\/0{background-color:rgba(139,92,246,0)}.bg-violet-500\/10{background-color:rgba(139,92,246,.1)}.bg-violet-500\/100{background-color:#8b5cf6}.bg-violet-500\/15{background-color:rgba(139,92,246,.15)}.bg-violet-500\/20{background-color:rgba(139,92,246,.2)}.bg-violet-500\/25{background-color:rgba(139,92,246,.25)}.bg-violet-500\/30{background-color:rgba(139,92,246,.3)}.bg-violet-500\/35{background-color:rgba(139,92,246,.35)}.bg-violet-500\/40{background-color:rgba(139,92,246,.4)}.bg-violet-500\/45{background-color:rgba(139,92,246,.45)}.bg-violet-500\/5{background-color:rgba(139,92,246,.05)}.bg-violet-500\/50{background-color:rgba(139,92,246,.5)}.bg-violet-500\/55{background-color:rgba(139,92,246,.55)}.bg-violet-500\/60{background-color:rgba(139,92,246,.6)}.bg-violet-500\/65{background-color:rgba(139,92,246,.65)}.bg-violet-500\/70{background-color:rgba(139,92,246,.7)}.bg-violet-500\/75{background-color:rgba(139,92,246,.75)}.bg-violet-500\/80{background-color:rgba(139,92,246,.8)}.bg-violet-500\/85{background-color:rgba(139,92,246,.85)}.bg-violet-500\/90{background-color:rgba(139,92,246,.9)}.bg-violet-500\/95{background-color:rgba(139,92,246,.95)}.bg-violet-600{--tw-bg-opacity:1;background-color:rgb(124 58 237/var(--tw-bg-opacity,1))}.bg-violet-600\/0{background-color:rgba(124,58,237,0)}.bg-violet-600\/10{background-color:rgba(124,58,237,.1)}.bg-violet-600\/100{background-color:#7c3aed}.bg-violet-600\/15{background-color:rgba(124,58,237,.15)}.bg-violet-600\/20{background-color:rgba(124,58,237,.2)}.bg-violet-600\/25{background-color:rgba(124,58,237,.25)}.bg-violet-600\/30{background-color:rgba(124,58,237,.3)}.bg-violet-600\/35{background-color:rgba(124,58,237,.35)}.bg-violet-600\/40{background-color:rgba(124,58,237,.4)}.bg-violet-600\/45{background-color:rgba(124,58,237,.45)}.bg-violet-600\/5{background-color:rgba(124,58,237,.05)}.bg-violet-600\/50{background-color:rgba(124,58,237,.5)}.bg-violet-600\/55{background-color:rgba(124,58,237,.55)}.bg-violet-600\/60{background-color:rgba(124,58,237,.6)}.bg-violet-600\/65{background-color:rgba(124,58,237,.65)}.bg-violet-600\/70{background-color:rgba(124,58,237,.7)}.bg-violet-600\/75{background-color:rgba(124,58,237,.75)}.bg-violet-600\/80{background-color:rgba(124,58,237,.8)}.bg-violet-600\/85{background-color:rgba(124,58,237,.85)}.bg-violet-600\/90{background-color:rgba(124,58,237,.9)}.bg-violet-600\/95{background-color:rgba(124,58,237,.95)}.bg-violet-700{--tw-bg-opacity:1;background-color:rgb(109 40 217/var(--tw-bg-opacity,1))}.bg-violet-700\/0{background-color:rgba(109,40,217,0)}.bg-violet-700\/10{background-color:rgba(109,40,217,.1)}.bg-violet-700\/100{background-color:#6d28d9}.bg-violet-700\/15{background-color:rgba(109,40,217,.15)}.bg-violet-700\/20{background-color:rgba(109,40,217,.2)}.bg-violet-700\/25{background-color:rgba(109,40,217,.25)}.bg-violet-700\/30{background-color:rgba(109,40,217,.3)}.bg-violet-700\/35{background-color:rgba(109,40,217,.35)}.bg-violet-700\/40{background-color:rgba(109,40,217,.4)}.bg-violet-700\/45{background-color:rgba(109,40,217,.45)}.bg-violet-700\/5{background-color:rgba(109,40,217,.05)}.bg-violet-700\/50{background-color:rgba(109,40,217,.5)}.bg-violet-700\/55{background-color:rgba(109,40,217,.55)}.bg-violet-700\/60{background-color:rgba(109,40,217,.6)}.bg-violet-700\/65{background-color:rgba(109,40,217,.65)}.bg-violet-700\/70{background-color:rgba(109,40,217,.7)}.bg-violet-700\/75{background-color:rgba(109,40,217,.75)}.bg-violet-700\/80{background-color:rgba(109,40,217,.8)}.bg-violet-700\/85{background-color:rgba(109,40,217,.85)}.bg-violet-700\/90{background-color:rgba(109,40,217,.9)}.bg-violet-700\/95{background-color:rgba(109,40,217,.95)}.bg-violet-800{--tw-bg-opacity:1;background-color:rgb(91 33 182/var(--tw-bg-opacity,1))}.bg-violet-800\/0{background-color:rgba(91,33,182,0)}.bg-violet-800\/10{background-color:rgba(91,33,182,.1)}.bg-violet-800\/100{background-color:#5b21b6}.bg-violet-800\/15{background-color:rgba(91,33,182,.15)}.bg-violet-800\/20{background-color:rgba(91,33,182,.2)}.bg-violet-800\/25{background-color:rgba(91,33,182,.25)}.bg-violet-800\/30{background-color:rgba(91,33,182,.3)}.bg-violet-800\/35{background-color:rgba(91,33,182,.35)}.bg-violet-800\/40{background-color:rgba(91,33,182,.4)}.bg-violet-800\/45{background-color:rgba(91,33,182,.45)}.bg-violet-800\/5{background-color:rgba(91,33,182,.05)}.bg-violet-800\/50{background-color:rgba(91,33,182,.5)}.bg-violet-800\/55{background-color:rgba(91,33,182,.55)}.bg-violet-800\/60{background-color:rgba(91,33,182,.6)}.bg-violet-800\/65{background-color:rgba(91,33,182,.65)}.bg-violet-800\/70{background-color:rgba(91,33,182,.7)}.bg-violet-800\/75{background-color:rgba(91,33,182,.75)}.bg-violet-800\/80{background-color:rgba(91,33,182,.8)}.bg-violet-800\/85{background-color:rgba(91,33,182,.85)}.bg-violet-800\/90{background-color:rgba(91,33,182,.9)}.bg-violet-800\/95{background-color:rgba(91,33,182,.95)}.bg-violet-900{--tw-bg-opacity:1;background-color:rgb(76 29 149/var(--tw-bg-opacity,1))}.bg-violet-900\/0{background-color:rgba(76,29,149,0)}.bg-violet-900\/10{background-color:rgba(76,29,149,.1)}.bg-violet-900\/100{background-color:#4c1d95}.bg-violet-900\/15{background-color:rgba(76,29,149,.15)}.bg-violet-900\/20{background-color:rgba(76,29,149,.2)}.bg-violet-900\/25{background-color:rgba(76,29,149,.25)}.bg-violet-900\/30{background-color:rgba(76,29,149,.3)}.bg-violet-900\/35{background-color:rgba(76,29,149,.35)}.bg-violet-900\/40{background-color:rgba(76,29,149,.4)}.bg-violet-900\/45{background-color:rgba(76,29,149,.45)}.bg-violet-900\/5{background-color:rgba(76,29,149,.05)}.bg-violet-900\/50{background-color:rgba(76,29,149,.5)}.bg-violet-900\/55{background-color:rgba(76,29,149,.55)}.bg-violet-900\/60{background-color:rgba(76,29,149,.6)}.bg-violet-900\/65{background-color:rgba(76,29,149,.65)}.bg-violet-900\/70{background-color:rgba(76,29,149,.7)}.bg-violet-900\/75{background-color:rgba(76,29,149,.75)}.bg-violet-900\/80{background-color:rgba(76,29,149,.8)}.bg-violet-900\/85{background-color:rgba(76,29,149,.85)}.bg-violet-900\/90{background-color:rgba(76,29,149,.9)}.bg-violet-900\/95{background-color:rgba(76,29,149,.95)}.bg-violet-950{--tw-bg-opacity:1;background-color:rgb(46 16 101/var(--tw-bg-opacity,1))}.bg-violet-950\/0{background-color:rgba(46,16,101,0)}.bg-violet-950\/10{background-color:rgba(46,16,101,.1)}.bg-violet-950\/100{background-color:#2e1065}.bg-violet-950\/15{background-color:rgba(46,16,101,.15)}.bg-violet-950\/20{background-color:rgba(46,16,101,.2)}.bg-violet-950\/25{background-color:rgba(46,16,101,.25)}.bg-violet-950\/30{background-color:rgba(46,16,101,.3)}.bg-violet-950\/35{background-color:rgba(46,16,101,.35)}.bg-violet-950\/40{background-color:rgba(46,16,101,.4)}.bg-violet-950\/45{background-color:rgba(46,16,101,.45)}.bg-violet-950\/5{background-color:rgba(46,16,101,.05)}.bg-violet-950\/50{background-color:rgba(46,16,101,.5)}.bg-violet-950\/55{background-color:rgba(46,16,101,.55)}.bg-violet-950\/60{background-color:rgba(46,16,101,.6)}.bg-violet-950\/65{background-color:rgba(46,16,101,.65)}.bg-violet-950\/70{background-color:rgba(46,16,101,.7)}.bg-violet-950\/75{background-color:rgba(46,16,101,.75)}.bg-violet-950\/80{background-color:rgba(46,16,101,.8)}.bg-violet-950\/85{background-color:rgba(46,16,101,.85)}.bg-violet-950\/90{background-color:rgba(46,16,101,.9)}.bg-violet-950\/95{background-color:rgba(46,16,101,.95)}.bg-white{--tw-bg-opacity:1;background-color:rgb(255 255 255/var(--tw-bg-opacity,1))}.bg-white\/0{background-color:hsla(0,0%,100%,0)}.bg-white\/10{background-color:hsla(0,0%,100%,.1)}.bg-white\/100{background-color:#fff}.bg-white\/15{background-color:hsla(0,0%,100%,.15)}.bg-white\/20{background-color:hsla(0,0%,100%,.2)}.bg-white\/25{background-color:hsla(0,0%,100%,.25)}.bg-white\/30{background-color:hsla(0,0%,100%,.3)}.bg-white\/35{background-color:hsla(0,0%,100%,.35)}.bg-white\/40{background-color:hsla(0,0%,100%,.4)}.bg-white\/45{background-color:hsla(0,0%,100%,.45)}.bg-white\/5{background-color:hsla(0,0%,100%,.05)}.bg-white\/50{background-color:hsla(0,0%,100%,.5)}.bg-white\/55{background-color:hsla(0,0%,100%,.55)}.bg-white\/60{background-color:hsla(0,0%,100%,.6)}.bg-white\/65{background-color:hsla(0,0%,100%,.65)}.bg-white\/70{background-color:hsla(0,0%,100%,.7)}.bg-white\/75{background-color:hsla(0,0%,100%,.75)}.bg-white\/80{background-color:hsla(0,0%,100%,.8)}.bg-white\/85{background-color:hsla(0,0%,100%,.85)}.bg-white\/90{background-color:hsla(0,0%,100%,.9)}.bg-white\/95{background-color:hsla(0,0%,100%,.95)}.bg-yellow-100{--tw-bg-opacity:1;background-color:rgb(254 249 195/var(--tw-bg-opacity,1))}.bg-yellow-100\/0{background-color:hsla(55,97%,88%,0)}.bg-yellow-100\/10{background-color:hsla(55,97%,88%,.1)}.bg-yellow-100\/100{background-color:#fef9c3}.bg-yellow-100\/15{background-color:hsla(55,97%,88%,.15)}.bg-yellow-100\/20{background-color:hsla(55,97%,88%,.2)}.bg-yellow-100\/25{background-color:hsla(55,97%,88%,.25)}.bg-yellow-100\/30{background-color:hsla(55,97%,88%,.3)}.bg-yellow-100\/35{background-color:hsla(55,97%,88%,.35)}.bg-yellow-100\/40{background-color:hsla(55,97%,88%,.4)}.bg-yellow-100\/45{background-color:hsla(55,97%,88%,.45)}.bg-yellow-100\/5{background-color:hsla(55,97%,88%,.05)}.bg-yellow-100\/50{background-color:hsla(55,97%,88%,.5)}.bg-yellow-100\/55{background-color:hsla(55,97%,88%,.55)}.bg-yellow-100\/60{background-color:hsla(55,97%,88%,.6)}.bg-yellow-100\/65{background-color:hsla(55,97%,88%,.65)}.bg-yellow-100\/70{background-color:hsla(55,97%,88%,.7)}.bg-yellow-100\/75{background-color:hsla(55,97%,88%,.75)}.bg-yellow-100\/80{background-color:hsla(55,97%,88%,.8)}.bg-yellow-100\/85{background-color:hsla(55,97%,88%,.85)}.bg-yellow-100\/90{background-color:hsla(55,97%,88%,.9)}.bg-yellow-100\/95{background-color:hsla(55,97%,88%,.95)}.bg-yellow-200{--tw-bg-opacity:1;background-color:rgb(254 240 138/var(--tw-bg-opacity,1))}.bg-yellow-200\/0{background-color:hsla(53,98%,77%,0)}.bg-yellow-200\/10{background-color:hsla(53,98%,77%,.1)}.bg-yellow-200\/100{background-color:#fef08a}.bg-yellow-200\/15{background-color:hsla(53,98%,77%,.15)}.bg-yellow-200\/20{background-color:hsla(53,98%,77%,.2)}.bg-yellow-200\/25{background-color:hsla(53,98%,77%,.25)}.bg-yellow-200\/30{background-color:hsla(53,98%,77%,.3)}.bg-yellow-200\/35{background-color:hsla(53,98%,77%,.35)}.bg-yellow-200\/40{background-color:hsla(53,98%,77%,.4)}.bg-yellow-200\/45{background-color:hsla(53,98%,77%,.45)}.bg-yellow-200\/5{background-color:hsla(53,98%,77%,.05)}.bg-yellow-200\/50{background-color:hsla(53,98%,77%,.5)}.bg-yellow-200\/55{background-color:hsla(53,98%,77%,.55)}.bg-yellow-200\/60{background-color:hsla(53,98%,77%,.6)}.bg-yellow-200\/65{background-color:hsla(53,98%,77%,.65)}.bg-yellow-200\/70{background-color:hsla(53,98%,77%,.7)}.bg-yellow-200\/75{background-color:hsla(53,98%,77%,.75)}.bg-yellow-200\/80{background-color:hsla(53,98%,77%,.8)}.bg-yellow-200\/85{background-color:hsla(53,98%,77%,.85)}.bg-yellow-200\/90{background-color:hsla(53,98%,77%,.9)}.bg-yellow-200\/95{background-color:hsla(53,98%,77%,.95)}.bg-yellow-300{--tw-bg-opacity:1;background-color:rgb(253 224 71/var(--tw-bg-opacity,1))}.bg-yellow-300\/0{background-color:rgba(253,224,71,0)}.bg-yellow-300\/10{background-color:rgba(253,224,71,.1)}.bg-yellow-300\/100{background-color:#fde047}.bg-yellow-300\/15{background-color:rgba(253,224,71,.15)}.bg-yellow-300\/20{background-color:rgba(253,224,71,.2)}.bg-yellow-300\/25{background-color:rgba(253,224,71,.25)}.bg-yellow-300\/30{background-color:rgba(253,224,71,.3)}.bg-yellow-300\/35{background-color:rgba(253,224,71,.35)}.bg-yellow-300\/40{background-color:rgba(253,224,71,.4)}.bg-yellow-300\/45{background-color:rgba(253,224,71,.45)}.bg-yellow-300\/5{background-color:rgba(253,224,71,.05)}.bg-yellow-300\/50{background-color:rgba(253,224,71,.5)}.bg-yellow-300\/55{background-color:rgba(253,224,71,.55)}.bg-yellow-300\/60{background-color:rgba(253,224,71,.6)}.bg-yellow-300\/65{background-color:rgba(253,224,71,.65)}.bg-yellow-300\/70{background-color:rgba(253,224,71,.7)}.bg-yellow-300\/75{background-color:rgba(253,224,71,.75)}.bg-yellow-300\/80{background-color:rgba(253,224,71,.8)}.bg-yellow-300\/85{background-color:rgba(253,224,71,.85)}.bg-yellow-300\/90{background-color:rgba(253,224,71,.9)}.bg-yellow-300\/95{background-color:rgba(253,224,71,.95)}.bg-yellow-400{--tw-bg-opacity:1;background-color:rgb(250 204 21/var(--tw-bg-opacity,1))}.bg-yellow-400\/0{background-color:rgba(250,204,21,0)}.bg-yellow-400\/10{background-color:rgba(250,204,21,.1)}.bg-yellow-400\/100{background-color:#facc15}.bg-yellow-400\/15{background-color:rgba(250,204,21,.15)}.bg-yellow-400\/20{background-color:rgba(250,204,21,.2)}.bg-yellow-400\/25{background-color:rgba(250,204,21,.25)}.bg-yellow-400\/30{background-color:rgba(250,204,21,.3)}.bg-yellow-400\/35{background-color:rgba(250,204,21,.35)}.bg-yellow-400\/40{background-color:rgba(250,204,21,.4)}.bg-yellow-400\/45{background-color:rgba(250,204,21,.45)}.bg-yellow-400\/5{background-color:rgba(250,204,21,.05)}.bg-yellow-400\/50{background-color:rgba(250,204,21,.5)}.bg-yellow-400\/55{background-color:rgba(250,204,21,.55)}.bg-yellow-400\/60{background-color:rgba(250,204,21,.6)}.bg-yellow-400\/65{background-color:rgba(250,204,21,.65)}.bg-yellow-400\/70{background-color:rgba(250,204,21,.7)}.bg-yellow-400\/75{background-color:rgba(250,204,21,.75)}.bg-yellow-400\/80{background-color:rgba(250,204,21,.8)}.bg-yellow-400\/85{background-color:rgba(250,204,21,.85)}.bg-yellow-400\/90{background-color:rgba(250,204,21,.9)}.bg-yellow-400\/95{background-color:rgba(250,204,21,.95)}.bg-yellow-50{--tw-bg-opacity:1;background-color:rgb(254 252 232/var(--tw-bg-opacity,1))}.bg-yellow-50\/0{background-color:hsla(55,92%,95%,0)}.bg-yellow-50\/10{background-color:hsla(55,92%,95%,.1)}.bg-yellow-50\/100{background-color:#fefce8}.bg-yellow-50\/15{background-color:hsla(55,92%,95%,.15)}.bg-yellow-50\/20{background-color:hsla(55,92%,95%,.2)}.bg-yellow-50\/25{background-color:hsla(55,92%,95%,.25)}.bg-yellow-50\/30{background-color:hsla(55,92%,95%,.3)}.bg-yellow-50\/35{background-color:hsla(55,92%,95%,.35)}.bg-yellow-50\/40{background-color:hsla(55,92%,95%,.4)}.bg-yellow-50\/45{background-color:hsla(55,92%,95%,.45)}.bg-yellow-50\/5{background-color:hsla(55,92%,95%,.05)}.bg-yellow-50\/50{background-color:hsla(55,92%,95%,.5)}.bg-yellow-50\/55{background-color:hsla(55,92%,95%,.55)}.bg-yellow-50\/60{background-color:hsla(55,92%,95%,.6)}.bg-yellow-50\/65{background-color:hsla(55,92%,95%,.65)}.bg-yellow-50\/70{background-color:hsla(55,92%,95%,.7)}.bg-yellow-50\/75{background-color:hsla(55,92%,95%,.75)}.bg-yellow-50\/80{background-color:hsla(55,92%,95%,.8)}.bg-yellow-50\/85{background-color:hsla(55,92%,95%,.85)}.bg-yellow-50\/90{background-color:hsla(55,92%,95%,.9)}.bg-yellow-50\/95{background-color:hsla(55,92%,95%,.95)}.bg-yellow-500{--tw-bg-opacity:1;background-color:rgb(234 179 8/var(--tw-bg-opacity,1))}.bg-yellow-500\/0{background-color:rgba(234,179,8,0)}.bg-yellow-500\/10{background-color:rgba(234,179,8,.1)}.bg-yellow-500\/100{background-color:#eab308}.bg-yellow-500\/15{background-color:rgba(234,179,8,.15)}.bg-yellow-500\/20{background-color:rgba(234,179,8,.2)}.bg-yellow-500\/25{background-color:rgba(234,179,8,.25)}.bg-yellow-500\/30{background-color:rgba(234,179,8,.3)}.bg-yellow-500\/35{background-color:rgba(234,179,8,.35)}.bg-yellow-500\/40{background-color:rgba(234,179,8,.4)}.bg-yellow-500\/45{background-color:rgba(234,179,8,.45)}.bg-yellow-500\/5{background-color:rgba(234,179,8,.05)}.bg-yellow-500\/50{background-color:rgba(234,179,8,.5)}.bg-yellow-500\/55{background-color:rgba(234,179,8,.55)}.bg-yellow-500\/60{background-color:rgba(234,179,8,.6)}.bg-yellow-500\/65{background-color:rgba(234,179,8,.65)}.bg-yellow-500\/70{background-color:rgba(234,179,8,.7)}.bg-yellow-500\/75{background-color:rgba(234,179,8,.75)}.bg-yellow-500\/80{background-color:rgba(234,179,8,.8)}.bg-yellow-500\/85{background-color:rgba(234,179,8,.85)}.bg-yellow-500\/90{background-color:rgba(234,179,8,.9)}.bg-yellow-500\/95{background-color:rgba(234,179,8,.95)}.bg-yellow-600{--tw-bg-opacity:1;background-color:rgb(202 138 4/var(--tw-bg-opacity,1))}.bg-yellow-600\/0{background-color:rgba(202,138,4,0)}.bg-yellow-600\/10{background-color:rgba(202,138,4,.1)}.bg-yellow-600\/100{background-color:#ca8a04}.bg-yellow-600\/15{background-color:rgba(202,138,4,.15)}.bg-yellow-600\/20{background-color:rgba(202,138,4,.2)}.bg-yellow-600\/25{background-color:rgba(202,138,4,.25)}.bg-yellow-600\/30{background-color:rgba(202,138,4,.3)}.bg-yellow-600\/35{background-color:rgba(202,138,4,.35)}.bg-yellow-600\/40{background-color:rgba(202,138,4,.4)}.bg-yellow-600\/45{background-color:rgba(202,138,4,.45)}.bg-yellow-600\/5{background-color:rgba(202,138,4,.05)}.bg-yellow-600\/50{background-color:rgba(202,138,4,.5)}.bg-yellow-600\/55{background-color:rgba(202,138,4,.55)}.bg-yellow-600\/60{background-color:rgba(202,138,4,.6)}.bg-yellow-600\/65{background-color:rgba(202,138,4,.65)}.bg-yellow-600\/70{background-color:rgba(202,138,4,.7)}.bg-yellow-600\/75{background-color:rgba(202,138,4,.75)}.bg-yellow-600\/80{background-color:rgba(202,138,4,.8)}.bg-yellow-600\/85{background-color:rgba(202,138,4,.85)}.bg-yellow-600\/90{background-color:rgba(202,138,4,.9)}.bg-yellow-600\/95{background-color:rgba(202,138,4,.95)}.bg-yellow-700{--tw-bg-opacity:1;background-color:rgb(161 98 7/var(--tw-bg-opacity,1))}.bg-yellow-700\/0{background-color:rgba(161,98,7,0)}.bg-yellow-700\/10{background-color:rgba(161,98,7,.1)}.bg-yellow-700\/100{background-color:#a16207}.bg-yellow-700\/15{background-color:rgba(161,98,7,.15)}.bg-yellow-700\/20{background-color:rgba(161,98,7,.2)}.bg-yellow-700\/25{background-color:rgba(161,98,7,.25)}.bg-yellow-700\/30{background-color:rgba(161,98,7,.3)}.bg-yellow-700\/35{background-color:rgba(161,98,7,.35)}.bg-yellow-700\/40{background-color:rgba(161,98,7,.4)}.bg-yellow-700\/45{background-color:rgba(161,98,7,.45)}.bg-yellow-700\/5{background-color:rgba(161,98,7,.05)}.bg-yellow-700\/50{background-color:rgba(161,98,7,.5)}.bg-yellow-700\/55{background-color:rgba(161,98,7,.55)}.bg-yellow-700\/60{background-color:rgba(161,98,7,.6)}.bg-yellow-700\/65{background-color:rgba(161,98,7,.65)}.bg-yellow-700\/70{background-color:rgba(161,98,7,.7)}.bg-yellow-700\/75{background-color:rgba(161,98,7,.75)}.bg-yellow-700\/80{background-color:rgba(161,98,7,.8)}.bg-yellow-700\/85{background-color:rgba(161,98,7,.85)}.bg-yellow-700\/90{background-color:rgba(161,98,7,.9)}.bg-yellow-700\/95{background-color:rgba(161,98,7,.95)}.bg-yellow-800{--tw-bg-opacity:1;background-color:rgb(133 77 14/var(--tw-bg-opacity,1))}.bg-yellow-800\/0{background-color:rgba(133,77,14,0)}.bg-yellow-800\/10{background-color:rgba(133,77,14,.1)}.bg-yellow-800\/100{background-color:#854d0e}.bg-yellow-800\/15{background-color:rgba(133,77,14,.15)}.bg-yellow-800\/20{background-color:rgba(133,77,14,.2)}.bg-yellow-800\/25{background-color:rgba(133,77,14,.25)}.bg-yellow-800\/30{background-color:rgba(133,77,14,.3)}.bg-yellow-800\/35{background-color:rgba(133,77,14,.35)}.bg-yellow-800\/40{background-color:rgba(133,77,14,.4)}.bg-yellow-800\/45{background-color:rgba(133,77,14,.45)}.bg-yellow-800\/5{background-color:rgba(133,77,14,.05)}.bg-yellow-800\/50{background-color:rgba(133,77,14,.5)}.bg-yellow-800\/55{background-color:rgba(133,77,14,.55)}.bg-yellow-800\/60{background-color:rgba(133,77,14,.6)}.bg-yellow-800\/65{background-color:rgba(133,77,14,.65)}.bg-yellow-800\/70{background-color:rgba(133,77,14,.7)}.bg-yellow-800\/75{background-color:rgba(133,77,14,.75)}.bg-yellow-800\/80{background-color:rgba(133,77,14,.8)}.bg-yellow-800\/85{background-color:rgba(133,77,14,.85)}.bg-yellow-800\/90{background-color:rgba(133,77,14,.9)}.bg-yellow-800\/95{background-color:rgba(133,77,14,.95)}.bg-yellow-900{--tw-bg-opacity:1;background-color:rgb(113 63 18/var(--tw-bg-opacity,1))}.bg-yellow-900\/0{background-color:rgba(113,63,18,0)}.bg-yellow-900\/10{background-color:rgba(113,63,18,.1)}.bg-yellow-900\/100{background-color:#713f12}.bg-yellow-900\/15{background-color:rgba(113,63,18,.15)}.bg-yellow-900\/20{background-color:rgba(113,63,18,.2)}.bg-yellow-900\/25{background-color:rgba(113,63,18,.25)}.bg-yellow-900\/30{background-color:rgba(113,63,18,.3)}.bg-yellow-900\/35{background-color:rgba(113,63,18,.35)}.bg-yellow-900\/40{background-color:rgba(113,63,18,.4)}.bg-yellow-900\/45{background-color:rgba(113,63,18,.45)}.bg-yellow-900\/5{background-color:rgba(113,63,18,.05)}.bg-yellow-900\/50{background-color:rgba(113,63,18,.5)}.bg-yellow-900\/55{background-color:rgba(113,63,18,.55)}.bg-yellow-900\/60{background-color:rgba(113,63,18,.6)}.bg-yellow-900\/65{background-color:rgba(113,63,18,.65)}.bg-yellow-900\/70{background-color:rgba(113,63,18,.7)}.bg-yellow-900\/75{background-color:rgba(113,63,18,.75)}.bg-yellow-900\/80{background-color:rgba(113,63,18,.8)}.bg-yellow-900\/85{background-color:rgba(113,63,18,.85)}.bg-yellow-900\/90{background-color:rgba(113,63,18,.9)}.bg-yellow-900\/95{background-color:rgba(113,63,18,.95)}.bg-yellow-950{--tw-bg-opacity:1;background-color:rgb(66 32 6/var(--tw-bg-opacity,1))}.bg-yellow-950\/0{background-color:rgba(66,32,6,0)}.bg-yellow-950\/10{background-color:rgba(66,32,6,.1)}.bg-yellow-950\/100{background-color:#422006}.bg-yellow-950\/15{background-color:rgba(66,32,6,.15)}.bg-yellow-950\/20{background-color:rgba(66,32,6,.2)}.bg-yellow-950\/25{background-color:rgba(66,32,6,.25)}.bg-yellow-950\/30{background-color:rgba(66,32,6,.3)}.bg-yellow-950\/35{background-color:rgba(66,32,6,.35)}.bg-yellow-950\/40{background-color:rgba(66,32,6,.4)}.bg-yellow-950\/45{background-color:rgba(66,32,6,.45)}.bg-yellow-950\/5{background-color:rgba(66,32,6,.05)}.bg-yellow-950\/50{background-color:rgba(66,32,6,.5)}.bg-yellow-950\/55{background-color:rgba(66,32,6,.55)}.bg-yellow-950\/60{background-color:rgba(66,32,6,.6)}.bg-yellow-950\/65{background-color:rgba(66,32,6,.65)}.bg-yellow-950\/70{background-color:rgba(66,32,6,.7)}.bg-yellow-950\/75{background-color:rgba(66,32,6,.75)}.bg-yellow-950\/80{background-color:rgba(66,32,6,.8)}.bg-yellow-950\/85{background-color:rgba(66,32,6,.85)}.bg-yellow-950\/90{background-color:rgba(66,32,6,.9)}.bg-yellow-950\/95{background-color:rgba(66,32,6,.95)}.bg-zinc-100{--tw-bg-opacity:1;background-color:rgb(244 244 245/var(--tw-bg-opacity,1))}.bg-zinc-100\/0{background-color:hsla(240,5%,96%,0)}.bg-zinc-100\/10{background-color:hsla(240,5%,96%,.1)}.bg-zinc-100\/100{background-color:#f4f4f5}.bg-zinc-100\/15{background-color:hsla(240,5%,96%,.15)}.bg-zinc-100\/20{background-color:hsla(240,5%,96%,.2)}.bg-zinc-100\/25{background-color:hsla(240,5%,96%,.25)}.bg-zinc-100\/30{background-color:hsla(240,5%,96%,.3)}.bg-zinc-100\/35{background-color:hsla(240,5%,96%,.35)}.bg-zinc-100\/40{background-color:hsla(240,5%,96%,.4)}.bg-zinc-100\/45{background-color:hsla(240,5%,96%,.45)}.bg-zinc-100\/5{background-color:hsla(240,5%,96%,.05)}.bg-zinc-100\/50{background-color:hsla(240,5%,96%,.5)}.bg-zinc-100\/55{background-color:hsla(240,5%,96%,.55)}.bg-zinc-100\/60{background-color:hsla(240,5%,96%,.6)}.bg-zinc-100\/65{background-color:hsla(240,5%,96%,.65)}.bg-zinc-100\/70{background-color:hsla(240,5%,96%,.7)}.bg-zinc-100\/75{background-color:hsla(240,5%,96%,.75)}.bg-zinc-100\/80{background-color:hsla(240,5%,96%,.8)}.bg-zinc-100\/85{background-color:hsla(240,5%,96%,.85)}.bg-zinc-100\/90{background-color:hsla(240,5%,96%,.9)}.bg-zinc-100\/95{background-color:hsla(240,5%,96%,.95)}.bg-zinc-200{--tw-bg-opacity:1;background-color:rgb(228 228 231/var(--tw-bg-opacity,1))}.bg-zinc-200\/0{background-color:hsla(240,6%,90%,0)}.bg-zinc-200\/10{background-color:hsla(240,6%,90%,.1)}.bg-zinc-200\/100{background-color:#e4e4e7}.bg-zinc-200\/15{background-color:hsla(240,6%,90%,.15)}.bg-zinc-200\/20{background-color:hsla(240,6%,90%,.2)}.bg-zinc-200\/25{background-color:hsla(240,6%,90%,.25)}.bg-zinc-200\/30{background-color:hsla(240,6%,90%,.3)}.bg-zinc-200\/35{background-color:hsla(240,6%,90%,.35)}.bg-zinc-200\/40{background-color:hsla(240,6%,90%,.4)}.bg-zinc-200\/45{background-color:hsla(240,6%,90%,.45)}.bg-zinc-200\/5{background-color:hsla(240,6%,90%,.05)}.bg-zinc-200\/50{background-color:hsla(240,6%,90%,.5)}.bg-zinc-200\/55{background-color:hsla(240,6%,90%,.55)}.bg-zinc-200\/60{background-color:hsla(240,6%,90%,.6)}.bg-zinc-200\/65{background-color:hsla(240,6%,90%,.65)}.bg-zinc-200\/70{background-color:hsla(240,6%,90%,.7)}.bg-zinc-200\/75{background-color:hsla(240,6%,90%,.75)}.bg-zinc-200\/80{background-color:hsla(240,6%,90%,.8)}.bg-zinc-200\/85{background-color:hsla(240,6%,90%,.85)}.bg-zinc-200\/90{background-color:hsla(240,6%,90%,.9)}.bg-zinc-200\/95{background-color:hsla(240,6%,90%,.95)}.bg-zinc-300{--tw-bg-opacity:1;background-color:rgb(212 212 216/var(--tw-bg-opacity,1))}.bg-zinc-300\/0{background-color:hsla(240,5%,84%,0)}.bg-zinc-300\/10{background-color:hsla(240,5%,84%,.1)}.bg-zinc-300\/100{background-color:#d4d4d8}.bg-zinc-300\/15{background-color:hsla(240,5%,84%,.15)}.bg-zinc-300\/20{background-color:hsla(240,5%,84%,.2)}.bg-zinc-300\/25{background-color:hsla(240,5%,84%,.25)}.bg-zinc-300\/30{background-color:hsla(240,5%,84%,.3)}.bg-zinc-300\/35{background-color:hsla(240,5%,84%,.35)}.bg-zinc-300\/40{background-color:hsla(240,5%,84%,.4)}.bg-zinc-300\/45{background-color:hsla(240,5%,84%,.45)}.bg-zinc-300\/5{background-color:hsla(240,5%,84%,.05)}.bg-zinc-300\/50{background-color:hsla(240,5%,84%,.5)}.bg-zinc-300\/55{background-color:hsla(240,5%,84%,.55)}.bg-zinc-300\/60{background-color:hsla(240,5%,84%,.6)}.bg-zinc-300\/65{background-color:hsla(240,5%,84%,.65)}.bg-zinc-300\/70{background-color:hsla(240,5%,84%,.7)}.bg-zinc-300\/75{background-color:hsla(240,5%,84%,.75)}.bg-zinc-300\/80{background-color:hsla(240,5%,84%,.8)}.bg-zinc-300\/85{background-color:hsla(240,5%,84%,.85)}.bg-zinc-300\/90{background-color:hsla(240,5%,84%,.9)}.bg-zinc-300\/95{background-color:hsla(240,5%,84%,.95)}.bg-zinc-400{--tw-bg-opacity:1;background-color:rgb(161 161 170/var(--tw-bg-opacity,1))}.bg-zinc-400\/0{background-color:hsla(240,5%,65%,0)}.bg-zinc-400\/10{background-color:hsla(240,5%,65%,.1)}.bg-zinc-400\/100{background-color:#a1a1aa}.bg-zinc-400\/15{background-color:hsla(240,5%,65%,.15)}.bg-zinc-400\/20{background-color:hsla(240,5%,65%,.2)}.bg-zinc-400\/25{background-color:hsla(240,5%,65%,.25)}.bg-zinc-400\/30{background-color:hsla(240,5%,65%,.3)}.bg-zinc-400\/35{background-color:hsla(240,5%,65%,.35)}.bg-zinc-400\/40{background-color:hsla(240,5%,65%,.4)}.bg-zinc-400\/45{background-color:hsla(240,5%,65%,.45)}.bg-zinc-400\/5{background-color:hsla(240,5%,65%,.05)}.bg-zinc-400\/50{background-color:hsla(240,5%,65%,.5)}.bg-zinc-400\/55{background-color:hsla(240,5%,65%,.55)}.bg-zinc-400\/60{background-color:hsla(240,5%,65%,.6)}.bg-zinc-400\/65{background-color:hsla(240,5%,65%,.65)}.bg-zinc-400\/70{background-color:hsla(240,5%,65%,.7)}.bg-zinc-400\/75{background-color:hsla(240,5%,65%,.75)}.bg-zinc-400\/80{background-color:hsla(240,5%,65%,.8)}.bg-zinc-400\/85{background-color:hsla(240,5%,65%,.85)}.bg-zinc-400\/90{background-color:hsla(240,5%,65%,.9)}.bg-zinc-400\/95{background-color:hsla(240,5%,65%,.95)}.bg-zinc-50{--tw-bg-opacity:1;background-color:rgb(250 250 250/var(--tw-bg-opacity,1))}.bg-zinc-50\/0{background-color:hsla(0,0%,98%,0)}.bg-zinc-50\/10{background-color:hsla(0,0%,98%,.1)}.bg-zinc-50\/100{background-color:#fafafa}.bg-zinc-50\/15{background-color:hsla(0,0%,98%,.15)}.bg-zinc-50\/20{background-color:hsla(0,0%,98%,.2)}.bg-zinc-50\/25{background-color:hsla(0,0%,98%,.25)}.bg-zinc-50\/30{background-color:hsla(0,0%,98%,.3)}.bg-zinc-50\/35{background-color:hsla(0,0%,98%,.35)}.bg-zinc-50\/40{background-color:hsla(0,0%,98%,.4)}.bg-zinc-50\/45{background-color:hsla(0,0%,98%,.45)}.bg-zinc-50\/5{background-color:hsla(0,0%,98%,.05)}.bg-zinc-50\/50{background-color:hsla(0,0%,98%,.5)}.bg-zinc-50\/55{background-color:hsla(0,0%,98%,.55)}.bg-zinc-50\/60{background-color:hsla(0,0%,98%,.6)}.bg-zinc-50\/65{background-color:hsla(0,0%,98%,.65)}.bg-zinc-50\/70{background-color:hsla(0,0%,98%,.7)}.bg-zinc-50\/75{background-color:hsla(0,0%,98%,.75)}.bg-zinc-50\/80{background-color:hsla(0,0%,98%,.8)}.bg-zinc-50\/85{background-color:hsla(0,0%,98%,.85)}.bg-zinc-50\/90{background-color:hsla(0,0%,98%,.9)}.bg-zinc-50\/95{background-color:hsla(0,0%,98%,.95)}.bg-zinc-500{--tw-bg-opacity:1;background-color:rgb(113 113 122/var(--tw-bg-opacity,1))}.bg-zinc-500\/0{background-color:hsla(240,4%,46%,0)}.bg-zinc-500\/10{background-color:hsla(240,4%,46%,.1)}.bg-zinc-500\/100{background-color:#71717a}.bg-zinc-500\/15{background-color:hsla(240,4%,46%,.15)}.bg-zinc-500\/20{background-color:hsla(240,4%,46%,.2)}.bg-zinc-500\/25{background-color:hsla(240,4%,46%,.25)}.bg-zinc-500\/30{background-color:hsla(240,4%,46%,.3)}.bg-zinc-500\/35{background-color:hsla(240,4%,46%,.35)}.bg-zinc-500\/40{background-color:hsla(240,4%,46%,.4)}.bg-zinc-500\/45{background-color:hsla(240,4%,46%,.45)}.bg-zinc-500\/5{background-color:hsla(240,4%,46%,.05)}.bg-zinc-500\/50{background-color:hsla(240,4%,46%,.5)}.bg-zinc-500\/55{background-color:hsla(240,4%,46%,.55)}.bg-zinc-500\/60{background-color:hsla(240,4%,46%,.6)}.bg-zinc-500\/65{background-color:hsla(240,4%,46%,.65)}.bg-zinc-500\/70{background-color:hsla(240,4%,46%,.7)}.bg-zinc-500\/75{background-color:hsla(240,4%,46%,.75)}.bg-zinc-500\/80{background-color:hsla(240,4%,46%,.8)}.bg-zinc-500\/85{background-color:hsla(240,4%,46%,.85)}.bg-zinc-500\/90{background-color:hsla(240,4%,46%,.9)}.bg-zinc-500\/95{background-color:hsla(240,4%,46%,.95)}.bg-zinc-600{--tw-bg-opacity:1;background-color:rgb(82 82 91/var(--tw-bg-opacity,1))}.bg-zinc-600\/0{background-color:rgba(82,82,91,0)}.bg-zinc-600\/10{background-color:rgba(82,82,91,.1)}.bg-zinc-600\/100{background-color:#52525b}.bg-zinc-600\/15{background-color:rgba(82,82,91,.15)}.bg-zinc-600\/20{background-color:rgba(82,82,91,.2)}.bg-zinc-600\/25{background-color:rgba(82,82,91,.25)}.bg-zinc-600\/30{background-color:rgba(82,82,91,.3)}.bg-zinc-600\/35{background-color:rgba(82,82,91,.35)}.bg-zinc-600\/40{background-color:rgba(82,82,91,.4)}.bg-zinc-600\/45{background-color:rgba(82,82,91,.45)}.bg-zinc-600\/5{background-color:rgba(82,82,91,.05)}.bg-zinc-600\/50{background-color:rgba(82,82,91,.5)}.bg-zinc-600\/55{background-color:rgba(82,82,91,.55)}.bg-zinc-600\/60{background-color:rgba(82,82,91,.6)}.bg-zinc-600\/65{background-color:rgba(82,82,91,.65)}.bg-zinc-600\/70{background-color:rgba(82,82,91,.7)}.bg-zinc-600\/75{background-color:rgba(82,82,91,.75)}.bg-zinc-600\/80{background-color:rgba(82,82,91,.8)}.bg-zinc-600\/85{background-color:rgba(82,82,91,.85)}.bg-zinc-600\/90{background-color:rgba(82,82,91,.9)}.bg-zinc-600\/95{background-color:rgba(82,82,91,.95)}.bg-zinc-700{--tw-bg-opacity:1;background-color:rgb(63 63 70/var(--tw-bg-opacity,1))}.bg-zinc-700\/0{background-color:rgba(63,63,70,0)}.bg-zinc-700\/10{background-color:rgba(63,63,70,.1)}.bg-zinc-700\/100{background-color:#3f3f46}.bg-zinc-700\/15{background-color:rgba(63,63,70,.15)}.bg-zinc-700\/20{background-color:rgba(63,63,70,.2)}.bg-zinc-700\/25{background-color:rgba(63,63,70,.25)}.bg-zinc-700\/30{background-color:rgba(63,63,70,.3)}.bg-zinc-700\/35{background-color:rgba(63,63,70,.35)}.bg-zinc-700\/40{background-color:rgba(63,63,70,.4)}.bg-zinc-700\/45{background-color:rgba(63,63,70,.45)}.bg-zinc-700\/5{background-color:rgba(63,63,70,.05)}.bg-zinc-700\/50{background-color:rgba(63,63,70,.5)}.bg-zinc-700\/55{background-color:rgba(63,63,70,.55)}.bg-zinc-700\/60{background-color:rgba(63,63,70,.6)}.bg-zinc-700\/65{background-color:rgba(63,63,70,.65)}.bg-zinc-700\/70{background-color:rgba(63,63,70,.7)}.bg-zinc-700\/75{background-color:rgba(63,63,70,.75)}.bg-zinc-700\/80{background-color:rgba(63,63,70,.8)}.bg-zinc-700\/85{background-color:rgba(63,63,70,.85)}.bg-zinc-700\/90{background-color:rgba(63,63,70,.9)}.bg-zinc-700\/95{background-color:rgba(63,63,70,.95)}.bg-zinc-800{--tw-bg-opacity:1;background-color:rgb(39 39 42/var(--tw-bg-opacity,1))}.bg-zinc-800\/0{background-color:rgba(39,39,42,0)}.bg-zinc-800\/10{background-color:rgba(39,39,42,.1)}.bg-zinc-800\/100{background-color:#27272a}.bg-zinc-800\/15{background-color:rgba(39,39,42,.15)}.bg-zinc-800\/20{background-color:rgba(39,39,42,.2)}.bg-zinc-800\/25{background-color:rgba(39,39,42,.25)}.bg-zinc-800\/30{background-color:rgba(39,39,42,.3)}.bg-zinc-800\/35{background-color:rgba(39,39,42,.35)}.bg-zinc-800\/40{background-color:rgba(39,39,42,.4)}.bg-zinc-800\/45{background-color:rgba(39,39,42,.45)}.bg-zinc-800\/5{background-color:rgba(39,39,42,.05)}.bg-zinc-800\/50{background-color:rgba(39,39,42,.5)}.bg-zinc-800\/55{background-color:rgba(39,39,42,.55)}.bg-zinc-800\/60{background-color:rgba(39,39,42,.6)}.bg-zinc-800\/65{background-color:rgba(39,39,42,.65)}.bg-zinc-800\/70{background-color:rgba(39,39,42,.7)}.bg-zinc-800\/75{background-color:rgba(39,39,42,.75)}.bg-zinc-800\/80{background-color:rgba(39,39,42,.8)}.bg-zinc-800\/85{background-color:rgba(39,39,42,.85)}.bg-zinc-800\/90{background-color:rgba(39,39,42,.9)}.bg-zinc-800\/95{background-color:rgba(39,39,42,.95)}.bg-zinc-900{--tw-bg-opacity:1;background-color:rgb(24 24 27/var(--tw-bg-opacity,1))}.bg-zinc-900\/0{background-color:rgba(24,24,27,0)}.bg-zinc-900\/10{background-color:rgba(24,24,27,.1)}.bg-zinc-900\/100{background-color:#18181b}.bg-zinc-900\/15{background-color:rgba(24,24,27,.15)}.bg-zinc-900\/20{background-color:rgba(24,24,27,.2)}.bg-zinc-900\/25{background-color:rgba(24,24,27,.25)}.bg-zinc-900\/30{background-color:rgba(24,24,27,.3)}.bg-zinc-900\/35{background-color:rgba(24,24,27,.35)}.bg-zinc-900\/40{background-color:rgba(24,24,27,.4)}.bg-zinc-900\/45{background-color:rgba(24,24,27,.45)}.bg-zinc-900\/5{background-color:rgba(24,24,27,.05)}.bg-zinc-900\/50{background-color:rgba(24,24,27,.5)}.bg-zinc-900\/55{background-color:rgba(24,24,27,.55)}.bg-zinc-900\/60{background-color:rgba(24,24,27,.6)}.bg-zinc-900\/65{background-color:rgba(24,24,27,.65)}.bg-zinc-900\/70{background-color:rgba(24,24,27,.7)}.bg-zinc-900\/75{background-color:rgba(24,24,27,.75)}.bg-zinc-900\/80{background-color:rgba(24,24,27,.8)}.bg-zinc-900\/85{background-color:rgba(24,24,27,.85)}.bg-zinc-900\/90{background-color:rgba(24,24,27,.9)}.bg-zinc-900\/95{background-color:rgba(24,24,27,.95)}.bg-zinc-950{--tw-bg-opacity:1;background-color:rgb(9 9 11/var(--tw-bg-opacity,1))}.bg-zinc-950\/0{background-color:rgba(9,9,11,0)}.bg-zinc-950\/10{background-color:rgba(9,9,11,.1)}.bg-zinc-950\/100{background-color:#09090b}.bg-zinc-950\/15{background-color:rgba(9,9,11,.15)}.bg-zinc-950\/20{background-color:rgba(9,9,11,.2)}.bg-zinc-950\/25{background-color:rgba(9,9,11,.25)}.bg-zinc-950\/30{background-color:rgba(9,9,11,.3)}.bg-zinc-950\/35{background-color:rgba(9,9,11,.35)}.bg-zinc-950\/40{background-color:rgba(9,9,11,.4)}.bg-zinc-950\/45{background-color:rgba(9,9,11,.45)}.bg-zinc-950\/5{background-color:rgba(9,9,11,.05)}.bg-zinc-950\/50{background-color:rgba(9,9,11,.5)}.bg-zinc-950\/55{background-color:rgba(9,9,11,.55)}.bg-zinc-950\/60{background-color:rgba(9,9,11,.6)}.bg-zinc-950\/65{background-color:rgba(9,9,11,.65)}.bg-zinc-950\/70{background-color:rgba(9,9,11,.7)}.bg-zinc-950\/75{background-color:rgba(9,9,11,.75)}.bg-zinc-950\/80{background-color:rgba(9,9,11,.8)}.bg-zinc-950\/85{background-color:rgba(9,9,11,.85)}.bg-zinc-950\/90{background-color:rgba(9,9,11,.9)}.bg-zinc-950\/95{background-color:rgba(9,9,11,.95)}.bg-opacity-0{--tw-bg-opacity:0}.bg-opacity-10{--tw-bg-opacity:0.1}.bg-opacity-100{--tw-bg-opacity:1}.bg-opacity-15{--tw-bg-opacity:0.15}.bg-opacity-20{--tw-bg-opacity:0.2}.bg-opacity-25{--tw-bg-opacity:0.25}.bg-opacity-30{--tw-bg-opacity:0.3}.bg-opacity-35{--tw-bg-opacity:0.35}.bg-opacity-40{--tw-bg-opacity:0.4}.bg-opacity-45{--tw-bg-opacity:0.45}.bg-opacity-5{--tw-bg-opacity:0.05}.bg-opacity-50{--tw-bg-opacity:0.5}.bg-opacity-55{--tw-bg-opacity:0.55}.bg-opacity-60{--tw-bg-opacity:0.6}.bg-opacity-65{--tw-bg-opacity:0.65}.bg-opacity-70{--tw-bg-opacity:0.7}.bg-opacity-75{--tw-bg-opacity:0.75}.bg-opacity-80{--tw-bg-opacity:0.8}.bg-opacity-85{--tw-bg-opacity:0.85}.bg-opacity-90{--tw-bg-opacity:0.9}.bg-opacity-95{--tw-bg-opacity:0.95}.bg-check{background-image:url(/images/svg/check.svg)}.bg-checked{background-image:url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect width='20' height='20' fill='%239C9B9B'/%3E%3Cpath d='M4 10L8 14L16 6' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A")}.bg-gradient-conic{background-image:conic-gradient(from 180deg at 50% 50%,var(--tw-gradient-stops))}.bg-gradient-radial{background-image:radial-gradient(var(--tw-gradient-stops))}.bg-gradient-to-b{background-image:linear-gradient(to bottom,var(--tw-gradient-stops))}.bg-gradient-to-bl{background-image:linear-gradient(to bottom left,var(--tw-gradient-stops))}.bg-gradient-to-br{background-image:linear-gradient(to bottom right,var(--tw-gradient-stops))}.bg-gradient-to-l{background-image:linear-gradient(to left,var(--tw-gradient-stops))}.bg-gradient-to-r{background-image:linear-gradient(to right,var(--tw-gradient-stops))}.bg-gradient-to-t{background-image:linear-gradient(to top,var(--tw-gradient-stops))}.bg-gradient-to-tl{background-image:linear-gradient(to top left,var(--tw-gradient-stops))}.bg-gradient-to-tr{background-image:linear-gradient(to top right,var(--tw-gradient-stops))}.bg-green-paths{background-image:url(/images/green-paths.jpg)}.bg-new-year-gala-button{background-image:url(/images/svg/new-year-gala-button.svg)}.bg-none{background-image:none}.bg-spa{background-image:url(/images/spa-path.png)}.bg-two-right-arrow{background-image:url(/images/two-right-arrow.svg)}.bg-auto{background-size:auto}.bg-contain{background-size:contain}.bg-cover{background-size:cover}.bg-fixed{background-attachment:fixed}.bg-local{background-attachment:local}.bg-scroll{background-attachment:scroll}.bg-clip-border{background-clip:border-box}.bg-clip-padding{background-clip:padding-box}.bg-clip-content{background-clip:content-box}.bg-clip-text{-webkit-background-clip:text;background-clip:text}.bg-bottom{background-position:bottom}.bg-center{background-position:50%}.bg-left{background-position:0}.bg-left-bottom{background-position:0 100%}.bg-left-top{background-position:0 0}.bg-right{background-position:100%}.bg-right-bottom{background-position:100% 100%}.bg-right-top{background-position:100% 0}.bg-top{background-position:top}.bg-repeat{background-repeat:repeat}.bg-no-repeat{background-repeat:no-repeat}.bg-repeat-x{background-repeat:repeat-x}.bg-repeat-y{background-repeat:repeat-y}.bg-repeat-round{background-repeat:round}.bg-repeat-space{background-repeat:space}.bg-origin-border{background-origin:border-box}.bg-origin-padding{background-origin:padding-box}.bg-origin-content{background-origin:content-box}.object-cover{-o-object-fit:cover;object-fit:cover}.object-center{-o-object-position:center;object-position:center}.\!p-0{padding:0!important}.\!p-3{padding:.75rem!important}.p-0\.5{padding:.125rem}.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-8{padding:2rem}.p-\[1\.125rem\]{padding:1.125rem}.\!py-0{padding-top:0!important;padding-bottom:0!important}.\!py-10{padding-top:2.5rem!important;padding-bottom:2.5rem!important}.\!py-12{padding-top:3rem!important;padding-bottom:3rem!important}.\!py-16{padding-top:4rem!important;padding-bottom:4rem!important}.px-0{padding-left:0;padding-right:0}.px-10{padding-left:2.5rem;padding-right:2.5rem}.px-11{padding-left:2.75rem;padding-right:2.75rem}.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-\[1\.18rem\]{padding-left:1.18rem;padding-right:1.18rem}.px-\[1rem\]{padding-left:1rem;padding-right:1rem}.px-\[3rem\]{padding-left:3rem;padding-right:3rem}.px-\[6rem\]{padding-left:6rem;padding-right:6rem}.px-px{padding-left:1px;padding-right:1px}.py-0{padding-top:0;padding-bottom:0}.py-1{padding-top:.25rem;padding-bottom:.25rem}.py-1\.5{padding-top:.375rem;padding-bottom:.375rem}.py-10{padding-top:2.5rem;padding-bottom:2.5rem}.py-14{padding-top:3.5rem;padding-bottom:3.5rem}.py-2{padding-top:.5rem;padding-bottom:.5rem}.py-2\.5{padding-top:.625rem;padding-bottom:.625rem}.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}.\!pb-32{padding-bottom:8rem!important}.\!pl-0{padding-left:0!important}.\!pt-0{padding-top:0!important}.\!pt-10{padding-top:2.5rem!important}.\!pt-\[42\.17\%\]{padding-top:42.17%!important}.pb-1{padding-bottom:.25rem}.pb-10{padding-bottom:2.5rem}.pb-11{padding-bottom:2.75rem}.pb-2{padding-bottom:.5rem}.pb-3{padding-bottom:.75rem}.pb-3\.5{padding-bottom:.875rem}.pb-4{padding-bottom:1rem}.pb-5{padding-bottom:1.25rem}.pb-6{padding-bottom:1.5rem}.pb-\[122\.75\%\]{padding-bottom:122.75%}.pb-\[153\.91\%\]{padding-bottom:153.91%}.pb-\[2\.5rem\]{padding-bottom:2.5rem}.pb-\[36\%\]{padding-bottom:36%}.pb-\[41\.66666666666667\%\]{padding-bottom:41.66666666666667%}.pb-\[63\.33\%\]{padding-bottom:63.33%}.pb-\[67\.68\%\]{padding-bottom:67.68%}.pb-\[68\.43\%\]{padding-bottom:68.43%}.pb-\[68\.45\%\]{padding-bottom:68.45%}.pb-\[80\.50\%\]{padding-bottom:80.5%}.pb-\[85\.8\%\]{padding-bottom:85.8%}.pl-14{padding-left:3.5rem}.pl-4{padding-left:1rem}.pl-6{padding-left:1.5rem}.pl-8{padding-left:2rem}.pl-\[1\.125rem\]{padding-left:1.125rem}.pr-2{padding-right:.5rem}.pr-3{padding-right:.75rem}.pr-4{padding-right:1rem}.pt-10{padding-top:2.5rem}.pt-12{padding-top:3rem}.pt-4{padding-top:1rem}.pt-5{padding-top:1.25rem}.pt-7{padding-top:1.75rem}.pt-\[100\%\]{padding-top:100%}.pt-\[121\.27\%\]{padding-top:121.27%}.pt-\[144\.64285714285714\%\]{padding-top:144.64285714285714%}.pt-\[159\.5\%\]{padding-top:159.5%}.pt-\[2\.5rem\]{padding-top:2.5rem}.pt-\[4\.375rem\]{padding-top:4.375rem}.pt-\[52\%\]{padding-top:52%}.pt-\[59\.217\%\]{padding-top:59.217%}.pt-\[60\%\]{padding-top:60%}.pt-\[79\%\]{padding-top:79%}.pt-\[79\.33\%\]{padding-top:79.33%}.pt-\[80\%\]{padding-top:80%}.pt-\[91\.22807017543859\%\]{padding-top:91.22807017543859%}.text-left{text-align:left}.text-center{text-align:center}.align-middle{vertical-align:middle}.\!font-mono{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace!important}.\!font-sans{font-family:var(--font-inter)!important}.\!font-serif{font-family:var(--font-lora)!important}.font-sans{font-family:var(--font-inter)}.font-serif{font-family:var(--font-lora)}.\!text-base{font-size:1rem!important;line-height:1.5rem!important}.\!text-sm{font-size:.875rem!important;line-height:1.25rem!important}.\!text-xl{font-size:1.25rem!important;line-height:2.1875!important}.text-2xl{font-size:1.5rem;line-height:2rem}.text-3xl{font-size:1.875rem;line-height:2.25rem}.text-5xl{font-size:3rem;line-height:1}.text-\[0\.8rem\]{font-size:.8rem}.text-\[12\.5rem\]{font-size:12.5rem}.text-base{font-size:1rem;line-height:1.5rem}.text-lg{font-size:1.125rem;line-height:1.75rem}.text-sm{font-size:.875rem;line-height:1.25rem}.text-xl{font-size:1.25rem;line-height:2.1875}.text-xs{font-size:.75rem;line-height:1rem}.\!font-black{font-weight:900!important}.\!font-bold{font-weight:700!important}.\!font-extrabold{font-weight:800!important}.\!font-extralight{font-weight:200!important}.\!font-light{font-weight:300!important}.\!font-medium{font-weight:500!important}.\!font-normal{font-weight:400!important}.\!font-semibold{font-weight:600!important}.\!font-thin{font-weight:100!important}.font-black{font-weight:900}.font-bold{font-weight:700}.font-medium{font-weight:500}.font-normal{font-weight:400}.font-semibold{font-weight:600}.uppercase{text-transform:uppercase}.capitalize{text-transform:capitalize}.\!leading-\[1\.8\]{line-height:1.8!important}.\!leading-normal{line-height:1.5!important}.leading-\[0\]{line-height:0}.leading-\[1\.125\]{line-height:1.125}.leading-\[1\.875\]{line-height:1.875}.leading-\[180\%\]{line-height:180%}.leading-\[2\.125rem\]{line-height:2.125rem}.leading-loose{line-height:2}.leading-none{line-height:1}.leading-normal{line-height:1.5}.leading-relaxed{line-height:1.625}.leading-snug{line-height:1.375}.leading-tight{line-height:1.25}.\!tracking-normal{letter-spacing:0!important}.-tracking-wider{letter-spacing:-.05em}.tracking-\[-0\.01rem\]{letter-spacing:-.01rem}.tracking-normal{letter-spacing:0}.tracking-tight{letter-spacing:-.025em}.tracking-tighter{letter-spacing:-.05em}.tracking-wide{letter-spacing:.025em}.tracking-wider{letter-spacing:.05em}.tracking-widest{letter-spacing:.1em}.\!text-black{--tw-text-opacity:1!important;color:rgb(0 0 0/var(--tw-text-opacity,1))!important}.\!text-current{color:currentColor!important}.\!text-light{--tw-text-opacity:1!important;color:rgb(117 117 117/var(--tw-text-opacity,1))!important}.\!text-red-400{--tw-text-opacity:1!important;color:rgb(248 113 113/var(--tw-text-opacity,1))!important}.\!text-red-500{--tw-text-opacity:1!important;color:rgb(239 68 68/var(--tw-text-opacity,1))!important}.\!text-white{--tw-text-opacity:1!important;color:rgb(255 255 255/var(--tw-text-opacity,1))!important}.text-black{--tw-text-opacity:1;color:rgb(0 0 0/var(--tw-text-opacity,1))}.text-blue-400{--tw-text-opacity:1;color:rgb(96 165 250/var(--tw-text-opacity,1))}.text-gray{--tw-text-opacity:1;color:rgb(156 155 155/var(--tw-text-opacity,1))}.text-gray-200{--tw-text-opacity:1;color:rgb(221 221 221/var(--tw-text-opacity,1))}.text-gray-300{--tw-text-opacity:1;color:rgb(249 249 249/var(--tw-text-opacity,1))}.text-gray-400{--tw-text-opacity:1;color:rgb(156 163 175/var(--tw-text-opacity,1))}.text-gray-500{--tw-text-opacity:1;color:rgb(107 114 128/var(--tw-text-opacity,1))}.text-gray-600{--tw-text-opacity:1;color:rgb(75 85 99/var(--tw-text-opacity,1))}.text-green{--tw-text-opacity:1;color:rgb(124 204 152/var(--tw-text-opacity,1))}.text-inherit{color:inherit}.text-light{--tw-text-opacity:1;color:rgb(117 117 117/var(--tw-text-opacity,1))}.text-loyalty{--tw-text-opacity:1;color:rgb(6 45 72/var(--tw-text-opacity,1))}.text-neutral-800,.text-primary{--tw-text-opacity:1;color:rgb(38 38 38/var(--tw-text-opacity,1))}.text-red-400{--tw-text-opacity:1;color:rgb(248 113 113/var(--tw-text-opacity,1))}.text-red-500{--tw-text-opacity:1;color:rgb(239 68 68/var(--tw-text-opacity,1))}.text-secondary{--tw-text-opacity:1;color:rgb(130 164 177/var(--tw-text-opacity,1))}.text-white{--tw-text-opacity:1;color:rgb(255 255 255/var(--tw-text-opacity,1))}.underline{text-decoration-line:underline}.\!opacity-100{opacity:1!important}.opacity-0{opacity:0}.opacity-100{opacity:1}.opacity-50{opacity:.5}.opacity-70{opacity:.7}.opacity-80{opacity:.8}.bg-blend-normal{background-blend-mode:normal}.bg-blend-multiply{background-blend-mode:multiply}.bg-blend-screen{background-blend-mode:screen}.bg-blend-overlay{background-blend-mode:overlay}.bg-blend-darken{background-blend-mode:darken}.bg-blend-lighten{background-blend-mode:lighten}.bg-blend-color-dodge{background-blend-mode:color-dodge}.bg-blend-color-burn{background-blend-mode:color-burn}.bg-blend-hard-light{background-blend-mode:hard-light}.bg-blend-soft-light{background-blend-mode:soft-light}.bg-blend-difference{background-blend-mode:difference}.bg-blend-exclusion{background-blend-mode:exclusion}.bg-blend-hue{background-blend-mode:hue}.bg-blend-saturation{background-blend-mode:saturation}.bg-blend-color{background-blend-mode:color}.bg-blend-luminosity{background-blend-mode:luminosity}.shadow{--tw-shadow:0px 0px 4px rgba(0,0,0,.1);--tw-shadow-colored:0px 0px 4px var(--tw-shadow-color)}.shadow,.shadow-2xl{box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}.shadow-2xl{--tw-shadow:0 25px 50px -12px rgba(0,0,0,.25);--tw-shadow-colored:0 25px 50px -12px var(--tw-shadow-color)}.shadow-lg{--tw-shadow:0 10px 15px -3px rgba(0,0,0,.1),0 4px 6px -4px rgba(0,0,0,.1);--tw-shadow-colored:0 10px 15px -3px var(--tw-shadow-color),0 4px 6px -4px var(--tw-shadow-color)}.shadow-lg,.shadow-md{box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}.shadow-md{--tw-shadow:0 4px 6px -1px rgba(0,0,0,.1),0 2px 4px -2px rgba(0,0,0,.1);--tw-shadow-colored:0 4px 6px -1px var(--tw-shadow-color),0 2px 4px -2px var(--tw-shadow-color)}.shadow-sm{--tw-shadow:0 1px 2px 0 rgba(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)}.shadow-black\/50{--tw-shadow-color:rgba(0,0,0,.5);--tw-shadow:var(--tw-shadow-colored)}.outline-none{outline:2px solid transparent;outline-offset:2px}.blur-sm{--tw-blur:blur(4px)}.blur-sm,.drop-shadow{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 rgba(0,0,0,.1)) drop-shadow(0 1px 1px rgba(0,0,0,.06))}.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,-webkit-backdrop-filter;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter,-webkit-backdrop-filter;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.transition-all{transition-property:all;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.transition-background-color{transition-property:background-color;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}.transition-opacity{transition-property:opacity;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.transition-transform{transition-property:transform;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.delay-500{transition-delay:.5s}.duration-150{transition-duration:.15s}.duration-200{transition-duration:.2s}.duration-300{transition-duration:.3s}.duration-500{transition-duration:.5s}.ease-in{transition-timing-function:cubic-bezier(.4,0,1,1)}.ease-in-out{transition-timing-function:cubic-bezier(.4,0,.2,1)}.ease-out{transition-timing-function:cubic-bezier(0,0,.2,1)}*{--min-size:10;--max-size:16;--max-width:1920;--min-width:768;--diff-size:calc(var(--max-size) - var(--min-size));--diff-width:calc(var(--max-width) - var(--min-width));--responsive:min(calc((var(--min-size) * 1px) + var(--diff-size) * ((100vw - calc(var(--min-width) * 1px)) / (var(--diff-width)))),var(--max-size) * 1px)}.after\:bg-cream .recommended-hotels:after,.after\:bg-gray-300 .recommended-hotels:after{content:var(--tw-content);--tw-bg-opacity:1;background-color:rgb(255 255 255/var(--tw-bg-opacity,1))}.even\:bg-gray-300:nth-child(2n) .recommended-hotels,.odd\:bg-gray-300:nth-child(odd) .recommended-hotels{--tw-bg-opacity:1;background-color:rgb(255 255 255/var(--tw-bg-opacity,1))}@media not all and (min-width:768px){.max-md\:after\:bg-gray-300 .recommended-hotels:after{content:var(--tw-content);--tw-bg-opacity:1;background-color:rgb(255 255 255/var(--tw-bg-opacity,1))}}@media (min-width:768px){.md\:container{width:100%;margin-right:auto;margin-left:auto}@media (min-width:36rem){.md\:container{max-width:36rem}}@media (min-width:48rem){.md\:container{max-width:48rem}}@media (min-width:62rem){.md\:container{max-width:62rem}}@media (min-width:75rem){.md\:container{max-width:75rem}}@media (min-width:100%){.md\:container{max-width:100%}}.md\:bg-gray-300 .recommended-hotels{--tw-bg-opacity:1;background-color:rgb(255 255 255/var(--tw-bg-opacity,1))}}@media (min-width:1024px){.lg\:container{width:100%;margin-right:auto;margin-left:auto}@media (min-width:36rem){.lg\:container{max-width:36rem}}@media (min-width:48rem){.lg\:container{max-width:48rem}}@media (min-width:62rem){.lg\:container{max-width:62rem}}@media (min-width:75rem){.lg\:container{max-width:75rem}}@media (min-width:100%){.lg\:container{max-width:100%}}}@media (min-width:1280px){.xl\:container{width:100%;margin-right:auto;margin-left:auto}@media (min-width:36rem){.xl\:container{max-width:36rem}}@media (min-width:48rem){.xl\:container{max-width:48rem}}@media (min-width:62rem){.xl\:container{max-width:62rem}}@media (min-width:75rem){.xl\:container{max-width:75rem}}@media (min-width:100%){.xl\:container{max-width:100%}}}.\[\&\>\*\>\.info-block\]\:even\:bg-gray-300:nth-child(2n)>*>.info-block .recommended-hotels{--tw-bg-opacity:1;background-color:rgb(255 255 255/var(--tw-bg-opacity,1))}.placeholder\:text-light::-moz-placeholder{--tw-text-opacity:1;color:rgb(117 117 117/var(--tw-text-opacity,1))}.placeholder\:text-light::placeholder{--tw-text-opacity:1;color:rgb(117 117 117/var(--tw-text-opacity,1))}.placeholder\:text-red-500::-moz-placeholder{--tw-text-opacity:1;color:rgb(239 68 68/var(--tw-text-opacity,1))}.placeholder\:text-red-500::placeholder{--tw-text-opacity:1;color:rgb(239 68 68/var(--tw-text-opacity,1))}.before\:absolute:before{content:var(--tw-content);position:absolute}.before\:inset-3\.5:before{content:var(--tw-content);inset:.875rem}.before\:z-10:before{content:var(--tw-content);z-index:10}.before\:mb-1\.5:before{content:var(--tw-content);margin-bottom:.375rem}.before\:mr-2:before{content:var(--tw-content);margin-right:.5rem}.before\:inline-block:before{content:var(--tw-content);display:inline-block}.before\:h-5:before{content:var(--tw-content);height:1.25rem}.before\:w-5:before{content:var(--tw-content);width:1.25rem}.before\:cursor-pointer:before{content:var(--tw-content);cursor:pointer}.before\:rounded-sm:before{content:var(--tw-content);border-radius:.125rem}.before\:border:before{content:var(--tw-content);border-width:1px}.before\:border-light:before{content:var(--tw-content);--tw-border-opacity:1;border-color:rgb(156 155 155/var(--tw-border-opacity,1))}.before\:border-red-500:before{content:var(--tw-content);--tw-border-opacity:1;border-color:rgb(239 68 68/var(--tw-border-opacity,1))}.before\:border-white:before{content:var(--tw-content);--tw-border-opacity:1;border-color:rgb(255 255 255/var(--tw-border-opacity,1))}.before\:bg-white:before{content:var(--tw-content);--tw-bg-opacity:1;background-color:rgb(255 255 255/var(--tw-bg-opacity,1))}.before\:bg-check:before{content:var(--tw-content);background-image:url(/images/svg/check.svg)}.before\:bg-contain:before{content:var(--tw-content);background-size:contain}.before\:bg-center:before{content:var(--tw-content);background-position:50%}.before\:bg-no-repeat:before{content:var(--tw-content);background-repeat:no-repeat}.before\:align-middle:before{content:var(--tw-content);vertical-align:middle}.before\:transition-all:before{content:var(--tw-content);transition-property:all;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.before\:duration-300:before{content:var(--tw-content);transition-duration:.3s}.after\:absolute:after{content:var(--tw-content);position:absolute}.after\:inset-0:after{content:var(--tw-content);inset:0}.after\:bottom-0:after{content:var(--tw-content);bottom:0}.after\:left-0:after{content:var(--tw-content);left:0}.after\:top-0:after{content:var(--tw-content);top:0}.after\:z-0:after{content:var(--tw-content);z-index:0}.after\:h-\[40\%\]:after{content:var(--tw-content);height:40%}.after\:h-\[62\.5\%\]:after{content:var(--tw-content);height:62.5%}.after\:w-full:after{content:var(--tw-content);width:100%}.after\:bg-cream:after{content:var(--tw-content);--tw-bg-opacity:1;background-color:rgb(248 246 243/var(--tw-bg-opacity,1))}.after\:bg-gray-300:after{content:var(--tw-content);--tw-bg-opacity:1;background-color:rgb(249 249 249/var(--tw-bg-opacity,1))}.after\:opacity-30:after{content:var(--tw-content);opacity:.3}.after\:ease-in-out:after{content:var(--tw-content);transition-timing-function:cubic-bezier(.4,0,.2,1)}.odd\:bg-gray-300:nth-child(odd){--tw-bg-opacity:1;background-color:rgb(249 249 249/var(--tw-bg-opacity,1))}.even\:col-span-2:nth-child(2n){grid-column:span 2/span 2}.even\:bg-gray-300:nth-child(2n){--tw-bg-opacity:1;background-color:rgb(249 249 249/var(--tw-bg-opacity,1))}.first-of-type\:mt-0:first-of-type{margin-top:0}.first-of-type\:\!pt-0:first-of-type{padding-top:0!important}.last-of-type\:hidden:last-of-type{display:none}.hover\:scale-105:hover{--tw-scale-x:1.05;--tw-scale-y:1.05;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.hover\:border-green:hover{--tw-border-opacity:1;border-color:rgb(124 204 152/var(--tw-border-opacity,1))}.hover\:border-green\/10:hover{border-color:rgba(124,204,152,.1)}.hover\:border-secondary:hover{--tw-border-opacity:1;border-color:rgb(130 164 177/var(--tw-border-opacity,1))}.hover\:border-transparent:hover{border-color:transparent}.hover\:border-opacity-50:hover{--tw-border-opacity:0.5}.hover\:\!bg-white:hover{--tw-bg-opacity:1!important;background-color:rgb(255 255 255/var(--tw-bg-opacity,1))!important}.hover\:bg-gray-200:hover{--tw-bg-opacity:1;background-color:rgb(221 221 221/var(--tw-bg-opacity,1))}.hover\:bg-green:hover{--tw-bg-opacity:1;background-color:rgb(124 204 152/var(--tw-bg-opacity,1))}.hover\:bg-primary:hover{--tw-bg-opacity:1;background-color:rgb(38 38 38/var(--tw-bg-opacity,1))}.hover\:bg-secondary:hover{--tw-bg-opacity:1;background-color:rgb(130 164 177/var(--tw-bg-opacity,1))}.hover\:bg-secondary-light:hover{--tw-bg-opacity:1;background-color:rgb(218 232 238/var(--tw-bg-opacity,1))}.hover\:bg-white:hover{--tw-bg-opacity:1;background-color:rgb(255 255 255/var(--tw-bg-opacity,1))}.hover\:bg-opacity-10:hover{--tw-bg-opacity:0.1}.hover\:bg-opacity-5:hover{--tw-bg-opacity:0.05}.hover\:bg-opacity-50:hover{--tw-bg-opacity:0.5}.hover\:bg-opacity-90:hover{--tw-bg-opacity:0.9}.hover\:text-black:hover{--tw-text-opacity:1;color:rgb(0 0 0/var(--tw-text-opacity,1))}.hover\:text-gray-600:hover{--tw-text-opacity:1;color:rgb(75 85 99/var(--tw-text-opacity,1))}.hover\:text-primary:hover{--tw-text-opacity:1;color:rgb(38 38 38/var(--tw-text-opacity,1))}.hover\:text-secondary:hover{--tw-text-opacity:1;color:rgb(130 164 177/var(--tw-text-opacity,1))}.hover\:text-white:hover{--tw-text-opacity:1;color:rgb(255 255 255/var(--tw-text-opacity,1))}.hover\:underline:hover{text-decoration-line:underline}.hover\:opacity-100:hover{opacity:1}.hover\:opacity-90:hover{opacity:.9}.hover\:shadow-yellow-500:hover{--tw-shadow-color:#eab308;--tw-shadow:var(--tw-shadow-colored)}.hover\:drop-shadow-\[0_10px_0px_rgba\(\#eab308\2c 0\.5\)\]:hover{--tw-drop-shadow:drop-shadow(0 10px 0px rgba(#eab308,0.5));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\:outline-none:focus{outline:2px solid transparent;outline-offset:2px}.focus\:outline-primary:focus{outline-color:#262626}.active\:scale-\[0\.9\]:active{--tw-scale-x:0.9;--tw-scale-y:0.9;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.group:nth-child(odd) .group-odd\:flex-row-reverse{flex-direction:row-reverse}.group:hover .group-hover\:scale-105{--tw-scale-x:1.05;--tw-scale-y:1.05;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.group:hover .group-hover\:bg-opacity-80{--tw-bg-opacity:0.8}.group:hover .group-hover\:opacity-0{opacity:0}.group:hover .group-hover\:opacity-100{opacity:1}.group:hover .group-hover\:brightness-50{--tw-brightness:brightness(.5);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)}@media not all and (min-width:1536px){.max-2xl\:text-sm{font-size:.875rem;line-height:1.25rem}}@media not all and (min-width:1280px){.max-xl\:hidden{display:none}}@media not all and (min-width:768px){.max-md\:invisible{visibility:hidden}.max-md\:fixed{position:fixed}.max-md\:inset-x-0{left:0;right:0}.max-md\:bottom-0{bottom:0}.max-md\:left-1\/2{left:50%}.max-md\:-z-100{z-index:-100}.max-md\:z-60{z-index:60}.max-md\:\!mt-0{margin-top:0!important}.max-md\:-mr-4{margin-right:-1rem}.max-md\:mb-10{margin-bottom:2.5rem}.max-md\:ml-3{margin-left:.75rem}.max-md\:mr-4{margin-right:1rem}.max-md\:mt-10{margin-top:2.5rem}.max-md\:mt-4{margin-top:1rem}.max-md\:hidden{display:none}.max-md\:h-\[50vh\]{height:50vh}.max-md\:max-h-full{max-height:100%}.max-md\:w-1\/2{width:50%}.max-md\:w-full{width:100%}.max-md\:\!min-w-\[50\%\]{min-width:50%!important}.max-md\:min-w-\[100\%\]{min-width:100%}.max-md\:-translate-x-1\/2{--tw-translate-x:-50%}.max-md\:-translate-x-1\/2,.max-md\:translate-y-full{transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.max-md\:translate-y-full{--tw-translate-y:100%}.max-md\:flex-wrap{flex-wrap:wrap}.max-md\:justify-center{justify-content:center}.max-md\:gap-y-10{row-gap:2.5rem}.max-md\:gap-y-4{row-gap:1rem}.max-md\:overflow-auto{overflow:auto}.max-md\:\!px-5{padding-left:1.25rem!important;padding-right:1.25rem!important}.max-md\:px-1{padding-left:.25rem;padding-right:.25rem}.max-md\:px-12{padding-left:3rem;padding-right:3rem}.max-md\:px-4{padding-left:1rem;padding-right:1rem}.max-md\:py-2{padding-top:.5rem;padding-bottom:.5rem}.max-md\:\!pb-14{padding-bottom:3.5rem!important}.max-md\:pb-5{padding-bottom:1.25rem}.max-md\:pl-4{padding-left:1rem}.max-md\:pr-4{padding-right:1rem}.max-md\:text-xs{font-size:.75rem;line-height:1rem}.max-md\:opacity-0{opacity:0}.max-md\:transition-all{transition-property:all;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.max-md\:duration-300{transition-duration:.3s}.max-md\:ease-in-out{transition-timing-function:cubic-bezier(.4,0,.2,1)}.max-md\:after\:absolute:after{content:var(--tw-content);position:absolute}.max-md\:after\:bottom-0:after{content:var(--tw-content);bottom:0}.max-md\:after\:left-0:after{content:var(--tw-content);left:0}.max-md\:after\:right-0:after{content:var(--tw-content);right:0}.max-md\:after\:h-\[85\%\]:after{content:var(--tw-content);height:85%}.max-md\:after\:bg-gray-300:after{content:var(--tw-content);--tw-bg-opacity:1;background-color:rgb(249 249 249/var(--tw-bg-opacity,1))}}@media (min-width:640px){.sm\:h-14{height:3.5rem}.sm\:scale-100{--tw-scale-x:1;--tw-scale-y:1;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.sm\:gap-6{gap:1.5rem}.sm\:px-10{padding-left:2.5rem;padding-right:2.5rem}.sm\:px-4{padding-left:1rem;padding-right:1rem}.sm\:py-10{padding-top:2.5rem;padding-bottom:2.5rem}.sm\:py-4{padding-top:1rem;padding-bottom:1rem}.sm\:py-6{padding-top:1.5rem;padding-bottom:1.5rem}.sm\:text-lg{font-size:1.125rem;line-height:1.75rem}}@media (min-width:768px){.md\:pointer-events-none{pointer-events:none}.md\:absolute{position:absolute}.md\:inset-0{inset:0}.md\:-top-\[1px\]{top:-1px}.md\:bottom-0{bottom:0}.md\:left-1\/2{left:50%}.md\:right-0{right:0}.md\:z-60{z-index:60}.md\:order-1{order:1}.md\:order-2{order:2}.md\:\!col-span-1{grid-column:span 1/span 1!important}.md\:col-span-12{grid-column:span 12/span 12}.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-start-1{grid-column-start:1}.md\:col-start-9{grid-column-start:9}.md\:row-span-2{grid-row:span 2/span 2}.md\:row-span-4{grid-row:span 4/span 4}.md\:row-span-6{grid-row:span 6/span 6}.md\:row-start-1{grid-row-start:1}.md\:row-start-2{grid-row-start:2}.md\:row-start-3{grid-row-start:3}.md\:row-start-auto{grid-row-start:auto}.md\:m-0{margin:0}.md\:-mx-2{margin-left:-.5rem;margin-right:-.5rem}.md\:-mx-3{margin-left:-.75rem;margin-right:-.75rem}.md\:-mx-8{margin-left:-2rem;margin-right:-2rem}.md\:mx-14{margin-left:3.5rem;margin-right:3.5rem}.md\:mx-auto{margin-left:auto;margin-right:auto}.md\:my-0{margin-top:0;margin-bottom:0}.md\:my-12{margin-top:3rem;margin-bottom:3rem}.md\:\!mt-10{margin-top:2.5rem!important}.md\:-ml-2\.5{margin-left:-.625rem}.md\:-ml-5{margin-left:-1.25rem}.md\:-ml-6{margin-left:-1.5rem}.md\:-ml-\[1\.125rem\]{margin-left:-1.125rem}.md\:mb-0{margin-bottom:0}.md\:mb-10{margin-bottom:2.5rem}.md\:mb-4{margin-bottom:1rem}.md\:mb-6{margin-bottom:1.5rem}.md\:mb-\[4\.5rem\]{margin-bottom:4.5rem}.md\:ml-auto{margin-left:auto}.md\:mr-10{margin-right:2.5rem}.md\:mt-0{margin-top:0}.md\:mt-12{margin-top:3rem}.md\:mt-8{margin-top:2rem}.md\:mt-auto{margin-top:auto}.md\:block{display:block}.md\:inline-block{display:inline-block}.md\:flex{display:flex}.md\:grid{display:grid}.md\:hidden{display:none}.md\:h-12{height:3rem}.md\:h-\[25vh\]{height:25vh}.md\:h-\[26rem\]{height:26rem}.md\:h-full{height:100%}.md\:max-h-\[18rem\]{max-height:18rem}.md\:max-h-\[31\.875rem\]{max-height:31.875rem}.md\:min-h-\[auto\]{min-height:auto}.md\:min-h-full{min-height:100%}.md\:w-1\/2{width:50%}.md\:w-1\/4{width:25%}.md\:w-1\/5{width:20%}.md\:w-10\/12{width:83.333333%}.md\:w-12{width:3rem}.md\:w-2\/12{width:16.666667%}.md\:w-2\/3{width:66.666667%}.md\:w-3\/12{width:25%}.md\:w-4\/12{width:33.333333%}.md\:w-5\/12{width:41.666667%}.md\:w-6\/12{width:50%}.md\:w-7\/12{width:58.333333%}.md\:w-8\/12{width:66.666667%}.md\:w-9\/12{width:75%}.md\:w-\[27\.5rem\]{width:27.5rem}.md\:w-\[47\.229\%\]{width:47.229%}.md\:w-\[57\.874\%\]{width:57.874%}.md\:w-\[58\.6043\%\]{width:58.6043%}.md\:w-\[83\.442\%\]{width:83.442%}.md\:w-auto{width:auto}.md\:w-full{width:100%}.md\:min-w-\[20rem\]{min-width:20rem}.md\:max-w-\[44\.75rem\]{max-width:44.75rem}.md\:max-w-\[83\.333333\%\]{max-width:83.333333%}.md\:max-w-\[95vw\]{max-width:95vw}.md\:max-w-\[calc\(100\%-1\.5rem\)\]{max-width:calc(100% - 1.5rem)}.md\:flex-1{flex:1 1 0%}.md\:flex-none{flex:none}.md\:flex-grow-0{flex-grow:0}.md\:basis-0{flex-basis:0px}.md\:basis-\[25\%\]{flex-basis:25%}.md\:basis-auto{flex-basis:auto}.md\:-translate-x-1\/2{--tw-translate-x:-50%}.md\:-translate-x-1\/2,.md\:-translate-y-\[125\%\]{transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.md\:-translate-y-\[125\%\]{--tw-translate-y:-125%}.md\:-translate-y-full{--tw-translate-y:-100%}.md\:-translate-y-full,.md\:translate-y-1\/2{transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.md\:translate-y-1\/2{--tw-translate-y:50%}.md\:transform{transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.md\:grid-flow-col{grid-auto-flow:column}.md\:auto-rows-auto{grid-auto-rows:auto}.md\:grid-cols-12{grid-template-columns:repeat(12,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-rows-3{grid-template-rows:repeat(3,minmax(0,1fr))}.md\:flex-col{flex-direction:column}.md\:flex-wrap{flex-wrap:wrap}.md\:flex-nowrap{flex-wrap:nowrap}.md\:items-center{align-items:center}.md\:justify-center{justify-content:center}.md\:justify-between{justify-content:space-between}.md\:gap-4{gap:1rem}.md\:gap-5{gap:1.25rem}.md\:gap-6{gap:1.5rem}.md\:gap-x-6{-moz-column-gap:1.5rem;column-gap:1.5rem}.md\:gap-y-2{row-gap:.5rem}.md\:gap-y-3{row-gap:.75rem}.md\:gap-y-4{row-gap:1rem}.md\:overflow-y-auto{overflow-y:auto}.md\:text-nowrap{text-wrap:nowrap}.md\:border-0{border-width:0}.md\:border-b{border-bottom-width:1px}.md\:border-l{border-left-width:1px}.md\:border-r{border-right-width:1px}.md\:bg-\[\#F3F4F5\]{--tw-bg-opacity:1;background-color:rgb(243 244 245/var(--tw-bg-opacity,1))}.md\:bg-black{--tw-bg-opacity:1;background-color:rgb(0 0 0/var(--tw-bg-opacity,1))}.md\:bg-gray-300{--tw-bg-opacity:1;background-color:rgb(249 249 249/var(--tw-bg-opacity,1))}.md\:bg-transparent{background-color:transparent}.md\:bg-opacity-40{--tw-bg-opacity:0.4}.md\:bg-spa{background-image:url(/images/spa-path.png)}.md\:bg-contain{background-size:contain}.md\:bg-right-top{background-position:100% 0}.md\:bg-no-repeat{background-repeat:no-repeat}.md\:p-12{padding:3rem}.md\:p-3{padding:.75rem}.md\:p-7{padding:1.75rem}.md\:\!py-10{padding-top:2.5rem!important;padding-bottom:2.5rem!important}.md\:\!py-\[6\.25rem\]{padding-top:6.25rem!important;padding-bottom:6.25rem!important}.md\:px-0{padding-left:0;padding-right:0}.md\:px-2{padding-left:.5rem;padding-right:.5rem}.md\:px-20{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-8{padding-left:2rem;padding-right:2rem}.md\:px-\[4\.375rem\]{padding-left:4.375rem;padding-right:4.375rem}.md\:py-0{padding-top:0;padding-bottom:0}.md\:py-1\.5{padding-top:.375rem;padding-bottom:.375rem}.md\:py-10{padding-top:2.5rem;padding-bottom:2.5rem}.md\:py-14{padding-top:3.5rem;padding-bottom:3.5rem}.md\:py-20{padding-top:5rem;padding-bottom:5rem}.md\:\!pt-12{padding-top:3rem!important}.md\:\!pt-\[23\.42\%\]{padding-top:23.42%!important}.md\:pb-10{padding-bottom:2.5rem}.md\:pb-\[33\.77\%\]{padding-bottom:33.77%}.md\:pb-\[38\.89\%\]{padding-bottom:38.89%}.md\:pb-\[41\.5\%\]{padding-bottom:41.5%}.md\:pb-\[45\.525\%\]{padding-bottom:45.525%}.md\:pb-\[55\.1767\%\]{padding-bottom:55.1767%}.md\:pb-\[58\.27\%\]{padding-bottom:58.27%}.md\:pb-\[5rem\]{padding-bottom:5rem}.md\:pl-0{padding-left:0}.md\:pl-2\.5{padding-left:.625rem}.md\:pl-5{padding-left:1.25rem}.md\:pl-6{padding-left:1.5rem}.md\:pl-\[3\.5rem\]{padding-left:3.5rem}.md\:pr-10{padding-right:2.5rem}.md\:pr-5{padding-right:1.25rem}.md\:pt-10{padding-top:2.5rem}.md\:pt-\[121\.27\%\]{padding-top:121.27%}.md\:pt-\[29\.64\%\]{padding-top:29.64%}.md\:pt-\[3\.75rem\]{padding-top:3.75rem}.md\:pt-\[35\.33\%\]{padding-top:35.33%}.md\:pt-\[36\%\]{padding-top:36%}.md\:pt-\[37\.42\%\]{padding-top:37.42%}.md\:pt-\[60\%\]{padding-top:60%}.md\:pt-\[74\.20\%\]{padding-top:74.2%}.md\:pt-\[85\.8\%\]{padding-top:85.8%}.md\:pt-\[94\.4\%\]{padding-top:94.4%}.md\:text-left{text-align:left}.md\:text-center{text-align:center}.md\:text-right{text-align:right}.md\:\!text-xl{font-size:1.25rem!important;line-height:2.1875!important}.md\:text-2xl{font-size:1.5rem;line-height:2rem}.md\:text-\[1\.375rem\]{font-size:1.375rem}.md\:text-base{font-size:1rem;line-height:1.5rem}.md\:text-lg{font-size:1.125rem;line-height:1.75rem}.md\:text-sm{font-size:.875rem;line-height:1.25rem}.md\:text-xl{font-size:1.25rem;line-height:2.1875}.md\:leading-normal{line-height:1.5}.md\:text-white{--tw-text-opacity:1;color:rgb(255 255 255/var(--tw-text-opacity,1))}.md\:opacity-0{opacity:0}.md\:before\:absolute:before{content:var(--tw-content);position:absolute}.md\:before\:bottom-0:before{content:var(--tw-content);bottom:0}.md\:before\:left-1\/2:before{content:var(--tw-content);left:50%}.md\:before\:z-0:before{content:var(--tw-content);z-index:0}.md\:before\:-translate-x-1\/2:before{--tw-translate-x:-50%}.md\:before\:-translate-x-1\/2:before,.md\:before\:translate-y-full:before{content:var(--tw-content);transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.md\:before\:translate-y-full:before{--tw-translate-y:100%}.md\:before\:border-l-\[3\.9375rem\]:before{content:var(--tw-content);border-left-width:3.9375rem}.md\:before\:border-r-\[3\.9375rem\]:before{content:var(--tw-content);border-right-width:3.9375rem}.md\:before\:border-t-\[1rem\]:before{content:var(--tw-content);border-top-width:1rem}.md\:before\:border-transparent:before{content:var(--tw-content);border-color:transparent}.md\:before\:border-t-white:before{content:var(--tw-content);--tw-border-opacity:1;border-top-color:rgb(255 255 255/var(--tw-border-opacity,1))}.md\:before\:opacity-90:before{content:var(--tw-content);opacity:.9}.after\:md\:absolute:after{content:var(--tw-content);position:absolute}.after\:md\:top-1\/2:after{content:var(--tw-content);top:50%}.after\:md\:ml-4:after{content:var(--tw-content);margin-left:1rem}.after\:md\:h-px:after{content:var(--tw-content);height:1px}.after\:md\:w-24:after{content:var(--tw-content);width:6rem}.after\:md\:-translate-y-1\/2:after{content:var(--tw-content);--tw-translate-y:-50%;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.after\:md\:bg-primary:after{content:var(--tw-content);--tw-bg-opacity:1;background-color:rgb(38 38 38/var(--tw-bg-opacity,1))}.md\:hover\:opacity-100:hover{opacity:1}@media not all and (min-width:1024px){.md\:max-lg\:mx-auto{margin-left:auto;margin-right:auto}.md\:max-lg\:w-\[calc\(100\%-4rem\)\]{width:calc(100% - 4rem)}}}@media (min-width:1024px){.lg\:mb-4{margin-bottom:1rem}.lg\:block{display:block}.lg\:hidden{display:none}.lg\:min-h-\[23\.75rem\]{min-height:23.75rem}.lg\:w-1\/4{width:25%}.lg\:w-1\/6,.lg\:w-2\/12{width:16.666667%}.lg\:w-40{width:10rem}.lg\:w-5\/12{width:41.666667%}.lg\:w-6\/12{width:50%}.lg\:w-\[60vw\]{width:60vw}.lg\:w-auto{width:auto}.lg\:max-w-\[62\.5rem\]{max-width:62.5rem}.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\:self-auto{align-self:auto}.lg\:border{border-width:1px}.lg\:border-none{border-style:none}.lg\:py-6{padding-top:1.5rem;padding-bottom:1.5rem}.lg\:pb-0{padding-bottom:0}.lg\:after\:content-\[\]:after{--tw-content: ;content:var(--tw-content)}}@media (min-width:1280px){.xl\:absolute{position:absolute}.xl\:col-span-3{grid-column:span 3/span 3}.xl\:col-start-10{grid-column-start:10}.xl\:-mx-10{margin-left:-2.5rem;margin-right:-2.5rem}.xl\:mx-auto{margin-left:auto;margin-right:auto}.xl\:w-1\/4{width:25%}.xl\:w-1\/5{width:20%}.xl\:w-11\/12{width:91.666667%}.xl\:w-\[12\.5\%\]{width:12.5%}.xl\:w-\[14\.28\%\]{width:14.28%}.xl\:w-\[87\%\]{width:87%}.xl\:w-auto{width:auto}.xl\:min-w-\[13\.75rem\]{min-width:13.75rem}.xl\:max-w-\[1000px\]{max-width:1000px}.xl\:max-w-\[120rem\]{max-width:120rem}.xl\:max-w-\[30\%\]{max-width:30%}.xl\:max-w-\[62\.5rem\]{max-width:62.5rem}.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\:flex-wrap{flex-wrap:wrap}.xl\:justify-center{justify-content:center}.xl\:px-0{padding-left:0;padding-right:0}.xl\:px-10{padding-left:2.5rem;padding-right:2.5rem}.xl\:px-2{padding-left:.5rem;padding-right:.5rem}.xl\:px-20{padding-left:5rem;padding-right:5rem}.xl\:px-4{padding-left:1rem;padding-right:1rem}.xl\:text-4xl{font-size:2.25rem;line-height:2.5rem}.xl\:text-base{font-size:1rem;line-height:1.5rem}.xl\:leading-none{line-height:1}}@media (min-width:1536px){.\32xl\:min-w-\[13\.75rem\]{min-width:13.75rem}.\32xl\:max-w-\[107\.5rem\]{max-width:107.5rem}.\32xl\:max-w-\[108rem\]{max-width:108rem}}@media (prefers-color-scheme:dark){.dark\:bg-gray-700{--tw-bg-opacity:1;background-color:rgb(55 65 81/var(--tw-bg-opacity,1))}.dark\:text-gray-600{--tw-text-opacity:1;color:rgb(75 85 99/var(--tw-text-opacity,1))}}.\[\&\+\*\:not\(\.pt-not-allowed\)\:not\(\[class\*\=bg-\]\)\]\:\!pt-0+:not(.pt-not-allowed):not([class*=bg-]){padding-top:0!important}.\[\&\+\*\]\:border-t-0+*{border-top-width:0}.\[\&\+\.comp-list-block\]\:\!pt-0+.comp-list-block{padding-top:0!important}.\[\&\.tdiwib\:last-of-type\]\:bg-transparent.tdiwib:last-of-type{background-color:transparent}.\[\&\:checked\+label\]\:before\:bg-checked:checked+label:before{content:var(--tw-content);background-image:url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect width='20' height='20' fill='%239C9B9B'/%3E%3Cpath d='M4 10L8 14L16 6' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A")}@media (min-width:768px){.md\:\[\&\:first-of-type\>\*\]\:border-none:first-of-type>*{border-style:none}}.\[\&\>\*\+\*\]\:mt-4>*+*{margin-top:1rem}.\[\&\>\*\>\.info-block\]\:even\:bg-gray-300:nth-child(2n)>*>.info-block{--tw-bg-opacity:1;background-color:rgb(249 249 249/var(--tw-bg-opacity,1))}.\[\&\>\*\>p\>br\]\:m-2>*>p>br{margin:.5rem}.\[\&\>\*\>p\>br\]\:block>*>p>br{display:block}.\[\&\>\*\>p\>br\]\:content-\[\"\"\]>*>p>br{--tw-content:"";content:var(--tw-content)}.\[\&\>\*\>p\>strong\]\:font-serif>*>p>strong{font-family:var(--font-lora)}.\[\&\>\*\>p\>strong\]\:font-medium>*>p>strong{font-weight:500}.\[\&\>\*\>p\>strong\]\:\!text-black>*>p>strong{--tw-text-opacity:1!important;color:rgb(0 0 0/var(--tw-text-opacity,1))!important}.\[\&\>\*\>ul\]\:list-disc>*>ul{list-style-type:disc}.\[\&\>\*\>ul\]\:pl-3>*>ul{padding-left:.75rem}@media (min-width:768px){.\[\&\>\*\>ul\]\:md\:grid>*>ul{display:grid}.\[\&\>\*\>ul\]\:md\:grid-cols-2>*>ul{grid-template-columns:repeat(2,minmax(0,1fr))}.\[\&\>\*\>ul\]\:md\:gap-2>*>ul{gap:.5rem}}.\[\&\>\*\]\:text-primary>*{--tw-text-opacity:1;color:rgb(38 38 38/var(--tw-text-opacity,1))}@media (min-width:768px){.md\:\[\&\>\*\]\:border-l>*{border-left-width:1px}}.\[\&\>div\]\:px-4>div{padding-left:1rem;padding-right:1rem}@media (min-width:768px){.md\:\[\&\>div\]\:px-3>div{padding-left:.75rem;padding-right:.75rem}}.\[\&\>p\:not\(\:has\(strong\)\)\+\*\]\:mt-2\.5>p:not(:has(strong))+*{margin-top:.625rem}.\[\&\>strong\]\:mt-0>strong{margin-top:0}.\[\&\>strong\]\:block>strong{display:block}.\[\&\>strong\]\:font-semibold>strong{font-weight:600}.\[\&\>ul\>\*\]\:px-3>ul>*{padding-left:.75rem;padding-right:.75rem}.\[\&\>ul\]\:flex>ul{display:flex}.\[\&\>ul\]\:flex-wrap>ul{flex-wrap:wrap}.\[\&\>ul\]\:justify-center>ul{justify-content:center}.\[\&_\*\:not\(a\)\]\:text-current :not(a){color:currentColor}.\[\&_\*\]\:\!leading-loose *{line-height:2!important}.\[\&_\*\]\:text-\[\#666666\] *{--tw-text-opacity:1;color:rgb(102 102 102/var(--tw-text-opacity,1))}@media (min-width:768px){.md\:\[\&_\*\]\:text-justify *{text-align:justify}.md\:\[\&_\*\]\:text-base *{font-size:1rem;line-height:1.5rem}}.\[\&_\.text-big\]\:text-xl .text-big{font-size:1.25rem;line-height:2.1875}.\[\&_a\]\:px-1 a{padding-left:.25rem;padding-right:.25rem}.\[\&_a\]\:text-blue-500 a{--tw-text-opacity:1;color:rgb(59 130 246/var(--tw-text-opacity,1))}.\[\&_button\]\:h-2 button{height:.5rem}.\[\&_button\]\:w-2 button{width:.5rem}.\[\&_button\]\:\!transform-none button{transform:none!important}.\[\&_h1\]\:text-lg h1{font-size:1.125rem;line-height:1.75rem}.\[\&_img\]\:object-contain img{-o-object-fit:contain;object-fit:contain}.\[\&_ol\:has\(\>li\:nth-child\(2\)\)\>\*\]\:pl-2\.5 ol:has(>li:nth-child(2))>*{padding-left:.625rem}.\[\&_ol\:has\(\>li\:nth-child\(2\)\)\]\:list-decimal ol:has(>li:nth-child(2)){list-style-type:decimal}.\[\&_ol\:has\(\>li\:nth-child\(2\)\)\]\:pl-5 ol:has(>li:nth-child(2)){padding-left:1.25rem}.\[\&_p\]\:py-1\.5 p{padding-top:.375rem;padding-bottom:.375rem}.\[\&_p\]\:pb-1 p{padding-bottom:.25rem}.\[\&_strong\]\:text-black strong{--tw-text-opacity:1;color:rgb(0 0 0/var(--tw-text-opacity,1))}.\[\&_svg\]\:h-auto svg{height:auto}.\[\&_svg\]\:w-auto svg{width:auto}.\[\&_table\]\:w-full table{width:100%}.\[\&_table\]\:border table{border-width:1px}@media not all and (min-width:768px){.max-md\:\[\&_table\]\:min-w-\[768px\] table{min-width:768px}}.\[\&_table_td\]\:border table td{border-width:1px}.\[\&_table_td\]\:p-2 table td{padding:.5rem}.\[\&_table_tr\>td\:nth-child\(1\)\:not\(\[colspan\]\)\]\:bg-\[\#F2F2F2\] table tr>td:first-child:not([colspan]){--tw-bg-opacity:1;background-color:rgb(242 242 242/var(--tw-bg-opacity,1))}@media (min-width:768px){.md\:\[\&_table_tr\>td\:nth-child\(1\)\]\:w-\[14rem\] table tr>td:first-child{width:14rem}}.\[\&_table_tr_td\]\:border table tr td{border-width:1px}.\[\&_table_tr_td\]\:border-\[\#ADAAAA\] table tr td{--tw-border-opacity:1;border-color:rgb(173 170 170/var(--tw-border-opacity,1))}.\[\&_table_tr_td\]\:p-2 table tr td{padding:.5rem}.\[\&_ul\>\*\]\:pl-2\.5 ul>*{padding-left:.625rem}.\[\&_ul\]\:my-4 ul{margin-top:1rem;margin-bottom:1rem}.\[\&_ul\]\:list-disc ul{list-style-type:disc}.\[\&_ul\]\:pl-4 ul{padding-left:1rem}.\[\&_ul\]\:pl-5 ul{padding-left:1.25rem}.\[\&_ul\]\:pl-8 ul{padding-left:2rem}@font-face{font-family:__Inter_e8ce0c;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/55c55f0601d81cf3-s.woff2) format("woff2");unicode-range:U+0460-052f,U+1c80-1c8a,U+20b4,U+2de0-2dff,U+a640-a69f,U+fe2e-fe2f}@font-face{font-family:__Inter_e8ce0c;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/26a46d62cd723877-s.woff2) format("woff2");unicode-range:U+0301,U+0400-045f,U+0490-0491,U+04b0-04b1,U+2116}@font-face{font-family:__Inter_e8ce0c;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/97e0cb1ae144a2a9-s.woff2) format("woff2");unicode-range:U+1f??}@font-face{font-family:__Inter_e8ce0c;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/581909926a08bbc8-s.woff2) format("woff2");unicode-range:U+0370-0377,U+037a-037f,U+0384-038a,U+038c,U+038e-03a1,U+03a3-03ff}@font-face{font-family:__Inter_e8ce0c;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/df0a9ae256c0569c-s.woff2) format("woff2");unicode-range:U+0102-0103,U+0110-0111,U+0128-0129,U+0168-0169,U+01a0-01a1,U+01af-01b0,U+0300-0301,U+0303-0304,U+0308-0309,U+0323,U+0329,U+1ea0-1ef9,U+20ab}@font-face{font-family:__Inter_e8ce0c;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/8e9860b6e62d6359-s.woff2) format("woff2");unicode-range:U+0100-02ba,U+02bd-02c5,U+02c7-02cc,U+02ce-02d7,U+02dd-02ff,U+0304,U+0308,U+0329,U+1d00-1dbf,U+1e00-1e9f,U+1ef2-1eff,U+2020,U+20a0-20ab,U+20ad-20c0,U+2113,U+2c60-2c7f,U+a720-a7ff}@font-face{font-family:__Inter_e8ce0c;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/e4af272ccee01ff0-s.p.woff2) format("woff2");unicode-range:U+00??,U+0131,U+0152-0153,U+02bb-02bc,U+02c6,U+02da,U+02dc,U+0304,U+0308,U+0329,U+2000-206f,U+20ac,U+2122,U+2191,U+2193,U+2212,U+2215,U+feff,U+fffd}@font-face{font-family:__Inter_Fallback_e8ce0c;src:local("Arial");ascent-override:90.20%;descent-override:22.48%;line-gap-override:0.00%;size-adjust:107.40%}.__className_e8ce0c{font-family:__Inter_e8ce0c,__Inter_Fallback_e8ce0c;font-style:normal}.__variable_e8ce0c{--font-inter:"__Inter_e8ce0c","__Inter_Fallback_e8ce0c"}@font-face{font-family:__Lora_072833;font-style:normal;font-weight:400 700;font-display:swap;src:url(/_next/static/media/03b436aa846269de-s.woff2) format("woff2");unicode-range:U+0460-052f,U+1c80-1c8a,U+20b4,U+2de0-2dff,U+a640-a69f,U+fe2e-fe2f}@font-face{font-family:__Lora_072833;font-style:normal;font-weight:400 700;font-display:swap;src:url(/_next/static/media/76fe8e18136e2e68-s.woff2) format("woff2");unicode-range:U+0301,U+0400-045f,U+0490-0491,U+04b0-04b1,U+2116}@font-face{font-family:__Lora_072833;font-style:normal;font-weight:400 700;font-display:swap;src:url(/_next/static/media/6c654496b1569cf8-s.woff2) format("woff2");unicode-range:U+0302-0303,U+0305,U+0307-0308,U+0310,U+0312,U+0315,U+031a,U+0326-0327,U+032c,U+032f-0330,U+0332-0333,U+0338,U+033a,U+0346,U+034d,U+0391-03a1,U+03a3-03a9,U+03b1-03c9,U+03d1,U+03d5-03d6,U+03f0-03f1,U+03f4-03f5,U+2016-2017,U+2034-2038,U+203c,U+2040,U+2043,U+2047,U+2050,U+2057,U+205f,U+2070-2071,U+2074-208e,U+2090-209c,U+20d0-20dc,U+20e1,U+20e5-20ef,U+2100-2112,U+2114-2115,U+2117-2121,U+2123-214f,U+2190,U+2192,U+2194-21ae,U+21b0-21e5,U+21f1-21f2,U+21f4-2211,U+2213-2214,U+2216-22ff,U+2308-230b,U+2310,U+2319,U+231c-2321,U+2336-237a,U+237c,U+2395,U+239b-23b7,U+23d0,U+23dc-23e1,U+2474-2475,U+25af,U+25b3,U+25b7,U+25bd,U+25c1,U+25ca,U+25cc,U+25fb,U+266d-266f,U+27c0-27ff,U+2900-2aff,U+2b0e-2b11,U+2b30-2b4c,U+2bfe,U+3030,U+ff5b,U+ff5d,U+1d400-1d7ff,U+1ee??}@font-face{font-family:__Lora_072833;font-style:normal;font-weight:400 700;font-display:swap;src:url(/_next/static/media/36008747766f78c6-s.woff2) format("woff2");unicode-range:U+0001-000c,U+000e-001f,U+007f-009f,U+20dd-20e0,U+20e2-20e4,U+2150-218f,U+2190,U+2192,U+2194-2199,U+21af,U+21e6-21f0,U+21f3,U+2218-2219,U+2299,U+22c4-22c6,U+2300-243f,U+2440-244a,U+2460-24ff,U+25a0-27bf,U+28??,U+2921-2922,U+2981,U+29bf,U+29eb,U+2b??,U+4dc0-4dff,U+fff9-fffb,U+10140-1018e,U+10190-1019c,U+101a0,U+101d0-101fd,U+102e0-102fb,U+10e60-10e7e,U+1d2c0-1d2d3,U+1d2e0-1d37f,U+1f0??,U+1f100-1f1ad,U+1f1e6-1f1ff,U+1f30d-1f30f,U+1f315,U+1f31c,U+1f31e,U+1f320-1f32c,U+1f336,U+1f378,U+1f37d,U+1f382,U+1f393-1f39f,U+1f3a7-1f3a8,U+1f3ac-1f3af,U+1f3c2,U+1f3c4-1f3c6,U+1f3ca-1f3ce,U+1f3d4-1f3e0,U+1f3ed,U+1f3f1-1f3f3,U+1f3f5-1f3f7,U+1f408,U+1f415,U+1f41f,U+1f426,U+1f43f,U+1f441-1f442,U+1f444,U+1f446-1f449,U+1f44c-1f44e,U+1f453,U+1f46a,U+1f47d,U+1f4a3,U+1f4b0,U+1f4b3,U+1f4b9,U+1f4bb,U+1f4bf,U+1f4c8-1f4cb,U+1f4d6,U+1f4da,U+1f4df,U+1f4e3-1f4e6,U+1f4ea-1f4ed,U+1f4f7,U+1f4f9-1f4fb,U+1f4fd-1f4fe,U+1f503,U+1f507-1f50b,U+1f50d,U+1f512-1f513,U+1f53e-1f54a,U+1f54f-1f5fa,U+1f610,U+1f650-1f67f,U+1f687,U+1f68d,U+1f691,U+1f694,U+1f698,U+1f6ad,U+1f6b2,U+1f6b9-1f6ba,U+1f6bc,U+1f6c6-1f6cf,U+1f6d3-1f6d7,U+1f6e0-1f6ea,U+1f6f0-1f6f3,U+1f6f7-1f6fc,U+1f7??,U+1f800-1f80b,U+1f810-1f847,U+1f850-1f859,U+1f860-1f887,U+1f890-1f8ad,U+1f8b0-1f8bb,U+1f8c0-1f8c1,U+1f900-1f90b,U+1f93b,U+1f946,U+1f984,U+1f996,U+1f9e9,U+1fa00-1fa6f,U+1fa70-1fa7c,U+1fa80-1fa89,U+1fa8f-1fac6,U+1face-1fadc,U+1fadf-1fae9,U+1faf0-1faf8,U+1fb??}@font-face{font-family:__Lora_072833;font-style:normal;font-weight:400 700;font-display:swap;src:url(/_next/static/media/6d38f9d4e0f4772b-s.woff2) format("woff2");unicode-range:U+0102-0103,U+0110-0111,U+0128-0129,U+0168-0169,U+01a0-01a1,U+01af-01b0,U+0300-0301,U+0303-0304,U+0308-0309,U+0323,U+0329,U+1ea0-1ef9,U+20ab}@font-face{font-family:__Lora_072833;font-style:normal;font-weight:400 700;font-display:swap;src:url(/_next/static/media/cd56370bb165aad7-s.woff2) format("woff2");unicode-range:U+0100-02ba,U+02bd-02c5,U+02c7-02cc,U+02ce-02d7,U+02dd-02ff,U+0304,U+0308,U+0329,U+1d00-1dbf,U+1e00-1e9f,U+1ef2-1eff,U+2020,U+20a0-20ab,U+20ad-20c0,U+2113,U+2c60-2c7f,U+a720-a7ff}@font-face{font-family:__Lora_072833;font-style:normal;font-weight:400 700;font-display:swap;src:url(/_next/static/media/383c2ab2a767fb58-s.p.woff2) format("woff2");unicode-range:U+00??,U+0131,U+0152-0153,U+02bb-02bc,U+02c6,U+02da,U+02dc,U+0304,U+0308,U+0329,U+2000-206f,U+20ac,U+2122,U+2191,U+2193,U+2212,U+2215,U+feff,U+fffd}@font-face{font-family:__Lora_Fallback_072833;src:local("Times New Roman");ascent-override:86.33%;descent-override:23.51%;line-gap-override:0.00%;size-adjust:116.53%}.__className_072833{font-family:__Lora_072833,__Lora_Fallback_072833;font-style:normal}.__variable_072833{--font-lora:"__Lora_072833","__Lora_Fallback_072833"}