/**!
  Visualization Classes for debugging the vertical-collection
  */
.vertical-collection-visual-debugger {
  height: 100%;
  position: fixed;
  z-index: 1000;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: left;
  background: rgba(50, 50, 50, 1);
  width: 125px;
}

.vertical-collection-visual-debugger .vc_visualization-container {
  transform: scale(0.25);
  left: 0;
  position: relative;
}


.vertical-collection-visual-debugger .vc_visualization-screen {
  position: absolute;
  background: transparent;
  box-sizing: content-box;
  border-top: 2px dashed yellow;
  border-bottom: 2px dashed yellow;
  width: 500px;
}

.vertical-collection-visual-debugger .vc_visualization-scroll-container {
  position: absolute;
  width: 500px;
  background: rgba(100, 230, 100, 0.65);
}

.vertical-collection-visual-debugger .vc_visualization-item-container {
  position: absolute;
  width: 500px;
  background: rgba(255, 255, 255, .15);
}

.vertical-collection-visual-debugger .vc_visualization-virtual-component {
  box-sizing: border-box;
  background: rgba(230, 100, 230, 0.6);
  border: 1px dotted #bbb;
  border-top: 0px;
  color: #fff;
  text-align: center;
  font-size: 2.5em;
  width: 250px;
}

.vertical-collection-visual-debugger .vc_visualization-virtual-component:first-of-type {
  border-top: 1px dotted #bbb;
}

.vertical-collection-visual-debugger .vc_visualization-virtual-component.culled {
  background: transparent;
}

.iti {
  position: relative;
  display: inline-block; }
  .iti * {
    box-sizing: border-box;
    -moz-box-sizing: border-box; }
  .iti__hide {
    display: none; }
  .iti__v-hide {
    visibility: hidden; }
  .iti input, .iti input[type=text], .iti input[type=tel] {
    position: relative;
    z-index: 0;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    padding-right: 36px;
    margin-right: 0; }
  .iti__flag-container {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    padding: 1px; }
  .iti__selected-flag {
    z-index: 1;
    position: relative;
    display: flex;
    align-items: center;
    height: 100%;
    padding: 0 6px 0 8px; }
  .iti__arrow {
    margin-left: 6px;
    width: 0;
    height: 0;
    border-left: 3px solid transparent;
    border-right: 3px solid transparent;
    border-top: 4px solid #555; }
    .iti__arrow--up {
      border-top: none;
      border-bottom: 4px solid #555; }
  .iti__country-list {
    position: absolute;
    z-index: 2;
    list-style: none;
    text-align: left;
    padding: 0;
    margin: 0 0 0 -1px;
    box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.2);
    background-color: white;
    border: 1px solid #CCC;
    white-space: nowrap;
    max-height: 200px;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch; }
    .iti__country-list--dropup {
      bottom: 100%;
      margin-bottom: -1px; }
    @media (max-width: 500px) {
      .iti__country-list {
        white-space: normal; } }
  .iti__flag-box {
    display: inline-block;
    width: 20px; }
  .iti__divider {
    padding-bottom: 5px;
    margin-bottom: 5px;
    border-bottom: 1px solid #CCC; }
  .iti__country {
    padding: 5px 10px;
    outline: none; }
  .iti__dial-code {
    color: #999; }
  .iti__country.iti__highlight {
    background-color: rgba(0, 0, 0, 0.05); }
  .iti__flag-box, .iti__country-name, .iti__dial-code {
    vertical-align: middle; }
  .iti__flag-box, .iti__country-name {
    margin-right: 6px; }
  .iti--allow-dropdown input, .iti--allow-dropdown input[type=text], .iti--allow-dropdown input[type=tel], .iti--separate-dial-code input, .iti--separate-dial-code input[type=text], .iti--separate-dial-code input[type=tel] {
    padding-right: 6px;
    padding-left: 52px;
    margin-left: 0; }
  .iti--allow-dropdown .iti__flag-container, .iti--separate-dial-code .iti__flag-container {
    right: auto;
    left: 0; }
  .iti--allow-dropdown .iti__flag-container:hover {
    cursor: pointer; }
    .iti--allow-dropdown .iti__flag-container:hover .iti__selected-flag {
      background-color: rgba(0, 0, 0, 0.05); }
  .iti--allow-dropdown input[disabled] + .iti__flag-container:hover,
  .iti--allow-dropdown input[readonly] + .iti__flag-container:hover {
    cursor: default; }
    .iti--allow-dropdown input[disabled] + .iti__flag-container:hover .iti__selected-flag,
    .iti--allow-dropdown input[readonly] + .iti__flag-container:hover .iti__selected-flag {
      background-color: transparent; }
  .iti--separate-dial-code .iti__selected-flag {
    background-color: rgba(0, 0, 0, 0.05); }
  .iti--separate-dial-code .iti__selected-dial-code {
    margin-left: 6px; }
  .iti--container {
    position: absolute;
    top: -1000px;
    left: -1000px;
    z-index: 1060;
    padding: 1px; }
    .iti--container:hover {
      cursor: pointer; }

.iti-mobile .iti--container {
  top: 30px;
  bottom: 30px;
  left: 30px;
  right: 30px;
  position: fixed; }

.iti-mobile .iti__country-list {
  max-height: 100%;
  width: 100%; }

.iti-mobile .iti__country {
  padding: 10px 10px;
  line-height: 1.5em; }

.iti__flag {
  width: 20px; }
  .iti__flag.iti__be {
    width: 18px; }
  .iti__flag.iti__ch {
    width: 15px; }
  .iti__flag.iti__mc {
    width: 19px; }
  .iti__flag.iti__ne {
    width: 18px; }
  .iti__flag.iti__np {
    width: 13px; }
  .iti__flag.iti__va {
    width: 15px; }
  @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
    .iti__flag {
      background-size: 5652px 15px; } }
  .iti__flag.iti__ac {
    height: 10px;
    background-position: 0px 0px; }
  .iti__flag.iti__ad {
    height: 14px;
    background-position: -22px 0px; }
  .iti__flag.iti__ae {
    height: 10px;
    background-position: -44px 0px; }
  .iti__flag.iti__af {
    height: 14px;
    background-position: -66px 0px; }
  .iti__flag.iti__ag {
    height: 14px;
    background-position: -88px 0px; }
  .iti__flag.iti__ai {
    height: 10px;
    background-position: -110px 0px; }
  .iti__flag.iti__al {
    height: 15px;
    background-position: -132px 0px; }
  .iti__flag.iti__am {
    height: 10px;
    background-position: -154px 0px; }
  .iti__flag.iti__ao {
    height: 14px;
    background-position: -176px 0px; }
  .iti__flag.iti__aq {
    height: 14px;
    background-position: -198px 0px; }
  .iti__flag.iti__ar {
    height: 13px;
    background-position: -220px 0px; }
  .iti__flag.iti__as {
    height: 10px;
    background-position: -242px 0px; }
  .iti__flag.iti__at {
    height: 14px;
    background-position: -264px 0px; }
  .iti__flag.iti__au {
    height: 10px;
    background-position: -286px 0px; }
  .iti__flag.iti__aw {
    height: 14px;
    background-position: -308px 0px; }
  .iti__flag.iti__ax {
    height: 13px;
    background-position: -330px 0px; }
  .iti__flag.iti__az {
    height: 10px;
    background-position: -352px 0px; }
  .iti__flag.iti__ba {
    height: 10px;
    background-position: -374px 0px; }
  .iti__flag.iti__bb {
    height: 14px;
    background-position: -396px 0px; }
  .iti__flag.iti__bd {
    height: 12px;
    background-position: -418px 0px; }
  .iti__flag.iti__be {
    height: 15px;
    background-position: -440px 0px; }
  .iti__flag.iti__bf {
    height: 14px;
    background-position: -460px 0px; }
  .iti__flag.iti__bg {
    height: 12px;
    background-position: -482px 0px; }
  .iti__flag.iti__bh {
    height: 12px;
    background-position: -504px 0px; }
  .iti__flag.iti__bi {
    height: 12px;
    background-position: -526px 0px; }
  .iti__flag.iti__bj {
    height: 14px;
    background-position: -548px 0px; }
  .iti__flag.iti__bl {
    height: 14px;
    background-position: -570px 0px; }
  .iti__flag.iti__bm {
    height: 10px;
    background-position: -592px 0px; }
  .iti__flag.iti__bn {
    height: 10px;
    background-position: -614px 0px; }
  .iti__flag.iti__bo {
    height: 14px;
    background-position: -636px 0px; }
  .iti__flag.iti__bq {
    height: 14px;
    background-position: -658px 0px; }
  .iti__flag.iti__br {
    height: 14px;
    background-position: -680px 0px; }
  .iti__flag.iti__bs {
    height: 10px;
    background-position: -702px 0px; }
  .iti__flag.iti__bt {
    height: 14px;
    background-position: -724px 0px; }
  .iti__flag.iti__bv {
    height: 15px;
    background-position: -746px 0px; }
  .iti__flag.iti__bw {
    height: 14px;
    background-position: -768px 0px; }
  .iti__flag.iti__by {
    height: 10px;
    background-position: -790px 0px; }
  .iti__flag.iti__bz {
    height: 14px;
    background-position: -812px 0px; }
  .iti__flag.iti__ca {
    height: 10px;
    background-position: -834px 0px; }
  .iti__flag.iti__cc {
    height: 10px;
    background-position: -856px 0px; }
  .iti__flag.iti__cd {
    height: 15px;
    background-position: -878px 0px; }
  .iti__flag.iti__cf {
    height: 14px;
    background-position: -900px 0px; }
  .iti__flag.iti__cg {
    height: 14px;
    background-position: -922px 0px; }
  .iti__flag.iti__ch {
    height: 15px;
    background-position: -944px 0px; }
  .iti__flag.iti__ci {
    height: 14px;
    background-position: -961px 0px; }
  .iti__flag.iti__ck {
    height: 10px;
    background-position: -983px 0px; }
  .iti__flag.iti__cl {
    height: 14px;
    background-position: -1005px 0px; }
  .iti__flag.iti__cm {
    height: 14px;
    background-position: -1027px 0px; }
  .iti__flag.iti__cn {
    height: 14px;
    background-position: -1049px 0px; }
  .iti__flag.iti__co {
    height: 14px;
    background-position: -1071px 0px; }
  .iti__flag.iti__cp {
    height: 14px;
    background-position: -1093px 0px; }
  .iti__flag.iti__cr {
    height: 12px;
    background-position: -1115px 0px; }
  .iti__flag.iti__cu {
    height: 10px;
    background-position: -1137px 0px; }
  .iti__flag.iti__cv {
    height: 12px;
    background-position: -1159px 0px; }
  .iti__flag.iti__cw {
    height: 14px;
    background-position: -1181px 0px; }
  .iti__flag.iti__cx {
    height: 10px;
    background-position: -1203px 0px; }
  .iti__flag.iti__cy {
    height: 14px;
    background-position: -1225px 0px; }
  .iti__flag.iti__cz {
    height: 14px;
    background-position: -1247px 0px; }
  .iti__flag.iti__de {
    height: 12px;
    background-position: -1269px 0px; }
  .iti__flag.iti__dg {
    height: 10px;
    background-position: -1291px 0px; }
  .iti__flag.iti__dj {
    height: 14px;
    background-position: -1313px 0px; }
  .iti__flag.iti__dk {
    height: 15px;
    background-position: -1335px 0px; }
  .iti__flag.iti__dm {
    height: 10px;
    background-position: -1357px 0px; }
  .iti__flag.iti__do {
    height: 14px;
    background-position: -1379px 0px; }
  .iti__flag.iti__dz {
    height: 14px;
    background-position: -1401px 0px; }
  .iti__flag.iti__ea {
    height: 14px;
    background-position: -1423px 0px; }
  .iti__flag.iti__ec {
    height: 14px;
    background-position: -1445px 0px; }
  .iti__flag.iti__ee {
    height: 13px;
    background-position: -1467px 0px; }
  .iti__flag.iti__eg {
    height: 14px;
    background-position: -1489px 0px; }
  .iti__flag.iti__eh {
    height: 10px;
    background-position: -1511px 0px; }
  .iti__flag.iti__er {
    height: 10px;
    background-position: -1533px 0px; }
  .iti__flag.iti__es {
    height: 14px;
    background-position: -1555px 0px; }
  .iti__flag.iti__et {
    height: 10px;
    background-position: -1577px 0px; }
  .iti__flag.iti__eu {
    height: 14px;
    background-position: -1599px 0px; }
  .iti__flag.iti__fi {
    height: 12px;
    background-position: -1621px 0px; }
  .iti__flag.iti__fj {
    height: 10px;
    background-position: -1643px 0px; }
  .iti__flag.iti__fk {
    height: 10px;
    background-position: -1665px 0px; }
  .iti__flag.iti__fm {
    height: 11px;
    background-position: -1687px 0px; }
  .iti__flag.iti__fo {
    height: 15px;
    background-position: -1709px 0px; }
  .iti__flag.iti__fr {
    height: 14px;
    background-position: -1731px 0px; }
  .iti__flag.iti__ga {
    height: 15px;
    background-position: -1753px 0px; }
  .iti__flag.iti__gb {
    height: 10px;
    background-position: -1775px 0px; }
  .iti__flag.iti__gd {
    height: 12px;
    background-position: -1797px 0px; }
  .iti__flag.iti__ge {
    height: 14px;
    background-position: -1819px 0px; }
  .iti__flag.iti__gf {
    height: 14px;
    background-position: -1841px 0px; }
  .iti__flag.iti__gg {
    height: 14px;
    background-position: -1863px 0px; }
  .iti__flag.iti__gh {
    height: 14px;
    background-position: -1885px 0px; }
  .iti__flag.iti__gi {
    height: 10px;
    background-position: -1907px 0px; }
  .iti__flag.iti__gl {
    height: 14px;
    background-position: -1929px 0px; }
  .iti__flag.iti__gm {
    height: 14px;
    background-position: -1951px 0px; }
  .iti__flag.iti__gn {
    height: 14px;
    background-position: -1973px 0px; }
  .iti__flag.iti__gp {
    height: 14px;
    background-position: -1995px 0px; }
  .iti__flag.iti__gq {
    height: 14px;
    background-position: -2017px 0px; }
  .iti__flag.iti__gr {
    height: 14px;
    background-position: -2039px 0px; }
  .iti__flag.iti__gs {
    height: 10px;
    background-position: -2061px 0px; }
  .iti__flag.iti__gt {
    height: 13px;
    background-position: -2083px 0px; }
  .iti__flag.iti__gu {
    height: 11px;
    background-position: -2105px 0px; }
  .iti__flag.iti__gw {
    height: 10px;
    background-position: -2127px 0px; }
  .iti__flag.iti__gy {
    height: 12px;
    background-position: -2149px 0px; }
  .iti__flag.iti__hk {
    height: 14px;
    background-position: -2171px 0px; }
  .iti__flag.iti__hm {
    height: 10px;
    background-position: -2193px 0px; }
  .iti__flag.iti__hn {
    height: 10px;
    background-position: -2215px 0px; }
  .iti__flag.iti__hr {
    height: 10px;
    background-position: -2237px 0px; }
  .iti__flag.iti__ht {
    height: 12px;
    background-position: -2259px 0px; }
  .iti__flag.iti__hu {
    height: 10px;
    background-position: -2281px 0px; }
  .iti__flag.iti__ic {
    height: 14px;
    background-position: -2303px 0px; }
  .iti__flag.iti__id {
    height: 14px;
    background-position: -2325px 0px; }
  .iti__flag.iti__ie {
    height: 10px;
    background-position: -2347px 0px; }
  .iti__flag.iti__il {
    height: 15px;
    background-position: -2369px 0px; }
  .iti__flag.iti__im {
    height: 10px;
    background-position: -2391px 0px; }
  .iti__flag.iti__in {
    height: 14px;
    background-position: -2413px 0px; }
  .iti__flag.iti__io {
    height: 10px;
    background-position: -2435px 0px; }
  .iti__flag.iti__iq {
    height: 14px;
    background-position: -2457px 0px; }
  .iti__flag.iti__ir {
    height: 12px;
    background-position: -2479px 0px; }
  .iti__flag.iti__is {
    height: 15px;
    background-position: -2501px 0px; }
  .iti__flag.iti__it {
    height: 14px;
    background-position: -2523px 0px; }
  .iti__flag.iti__je {
    height: 12px;
    background-position: -2545px 0px; }
  .iti__flag.iti__jm {
    height: 10px;
    background-position: -2567px 0px; }
  .iti__flag.iti__jo {
    height: 10px;
    background-position: -2589px 0px; }
  .iti__flag.iti__jp {
    height: 14px;
    background-position: -2611px 0px; }
  .iti__flag.iti__ke {
    height: 14px;
    background-position: -2633px 0px; }
  .iti__flag.iti__kg {
    height: 12px;
    background-position: -2655px 0px; }
  .iti__flag.iti__kh {
    height: 13px;
    background-position: -2677px 0px; }
  .iti__flag.iti__ki {
    height: 10px;
    background-position: -2699px 0px; }
  .iti__flag.iti__km {
    height: 12px;
    background-position: -2721px 0px; }
  .iti__flag.iti__kn {
    height: 14px;
    background-position: -2743px 0px; }
  .iti__flag.iti__kp {
    height: 10px;
    background-position: -2765px 0px; }
  .iti__flag.iti__kr {
    height: 14px;
    background-position: -2787px 0px; }
  .iti__flag.iti__kw {
    height: 10px;
    background-position: -2809px 0px; }
  .iti__flag.iti__ky {
    height: 10px;
    background-position: -2831px 0px; }
  .iti__flag.iti__kz {
    height: 10px;
    background-position: -2853px 0px; }
  .iti__flag.iti__la {
    height: 14px;
    background-position: -2875px 0px; }
  .iti__flag.iti__lb {
    height: 14px;
    background-position: -2897px 0px; }
  .iti__flag.iti__lc {
    height: 10px;
    background-position: -2919px 0px; }
  .iti__flag.iti__li {
    height: 12px;
    background-position: -2941px 0px; }
  .iti__flag.iti__lk {
    height: 10px;
    background-position: -2963px 0px; }
  .iti__flag.iti__lr {
    height: 11px;
    background-position: -2985px 0px; }
  .iti__flag.iti__ls {
    height: 14px;
    background-position: -3007px 0px; }
  .iti__flag.iti__lt {
    height: 12px;
    background-position: -3029px 0px; }
  .iti__flag.iti__lu {
    height: 12px;
    background-position: -3051px 0px; }
  .iti__flag.iti__lv {
    height: 10px;
    background-position: -3073px 0px; }
  .iti__flag.iti__ly {
    height: 10px;
    background-position: -3095px 0px; }
  .iti__flag.iti__ma {
    height: 14px;
    background-position: -3117px 0px; }
  .iti__flag.iti__mc {
    height: 15px;
    background-position: -3139px 0px; }
  .iti__flag.iti__md {
    height: 10px;
    background-position: -3160px 0px; }
  .iti__flag.iti__me {
    height: 10px;
    background-position: -3182px 0px; }
  .iti__flag.iti__mf {
    height: 14px;
    background-position: -3204px 0px; }
  .iti__flag.iti__mg {
    height: 14px;
    background-position: -3226px 0px; }
  .iti__flag.iti__mh {
    height: 11px;
    background-position: -3248px 0px; }
  .iti__flag.iti__mk {
    height: 10px;
    background-position: -3270px 0px; }
  .iti__flag.iti__ml {
    height: 14px;
    background-position: -3292px 0px; }
  .iti__flag.iti__mm {
    height: 14px;
    background-position: -3314px 0px; }
  .iti__flag.iti__mn {
    height: 10px;
    background-position: -3336px 0px; }
  .iti__flag.iti__mo {
    height: 14px;
    background-position: -3358px 0px; }
  .iti__flag.iti__mp {
    height: 10px;
    background-position: -3380px 0px; }
  .iti__flag.iti__mq {
    height: 14px;
    background-position: -3402px 0px; }
  .iti__flag.iti__mr {
    height: 14px;
    background-position: -3424px 0px; }
  .iti__flag.iti__ms {
    height: 10px;
    background-position: -3446px 0px; }
  .iti__flag.iti__mt {
    height: 14px;
    background-position: -3468px 0px; }
  .iti__flag.iti__mu {
    height: 14px;
    background-position: -3490px 0px; }
  .iti__flag.iti__mv {
    height: 14px;
    background-position: -3512px 0px; }
  .iti__flag.iti__mw {
    height: 14px;
    background-position: -3534px 0px; }
  .iti__flag.iti__mx {
    height: 12px;
    background-position: -3556px 0px; }
  .iti__flag.iti__my {
    height: 10px;
    background-position: -3578px 0px; }
  .iti__flag.iti__mz {
    height: 14px;
    background-position: -3600px 0px; }
  .iti__flag.iti__na {
    height: 14px;
    background-position: -3622px 0px; }
  .iti__flag.iti__nc {
    height: 10px;
    background-position: -3644px 0px; }
  .iti__flag.iti__ne {
    height: 15px;
    background-position: -3666px 0px; }
  .iti__flag.iti__nf {
    height: 10px;
    background-position: -3686px 0px; }
  .iti__flag.iti__ng {
    height: 10px;
    background-position: -3708px 0px; }
  .iti__flag.iti__ni {
    height: 12px;
    background-position: -3730px 0px; }
  .iti__flag.iti__nl {
    height: 14px;
    background-position: -3752px 0px; }
  .iti__flag.iti__no {
    height: 15px;
    background-position: -3774px 0px; }
  .iti__flag.iti__np {
    height: 15px;
    background-position: -3796px 0px; }
  .iti__flag.iti__nr {
    height: 10px;
    background-position: -3811px 0px; }
  .iti__flag.iti__nu {
    height: 10px;
    background-position: -3833px 0px; }
  .iti__flag.iti__nz {
    height: 10px;
    background-position: -3855px 0px; }
  .iti__flag.iti__om {
    height: 10px;
    background-position: -3877px 0px; }
  .iti__flag.iti__pa {
    height: 14px;
    background-position: -3899px 0px; }
  .iti__flag.iti__pe {
    height: 14px;
    background-position: -3921px 0px; }
  .iti__flag.iti__pf {
    height: 14px;
    background-position: -3943px 0px; }
  .iti__flag.iti__pg {
    height: 15px;
    background-position: -3965px 0px; }
  .iti__flag.iti__ph {
    height: 10px;
    background-position: -3987px 0px; }
  .iti__flag.iti__pk {
    height: 14px;
    background-position: -4009px 0px; }
  .iti__flag.iti__pl {
    height: 13px;
    background-position: -4031px 0px; }
  .iti__flag.iti__pm {
    height: 14px;
    background-position: -4053px 0px; }
  .iti__flag.iti__pn {
    height: 10px;
    background-position: -4075px 0px; }
  .iti__flag.iti__pr {
    height: 14px;
    background-position: -4097px 0px; }
  .iti__flag.iti__ps {
    height: 10px;
    background-position: -4119px 0px; }
  .iti__flag.iti__pt {
    height: 14px;
    background-position: -4141px 0px; }
  .iti__flag.iti__pw {
    height: 13px;
    background-position: -4163px 0px; }
  .iti__flag.iti__py {
    height: 11px;
    background-position: -4185px 0px; }
  .iti__flag.iti__qa {
    height: 8px;
    background-position: -4207px 0px; }
  .iti__flag.iti__re {
    height: 14px;
    background-position: -4229px 0px; }
  .iti__flag.iti__ro {
    height: 14px;
    background-position: -4251px 0px; }
  .iti__flag.iti__rs {
    height: 14px;
    background-position: -4273px 0px; }
  .iti__flag.iti__ru {
    height: 14px;
    background-position: -4295px 0px; }
  .iti__flag.iti__rw {
    height: 14px;
    background-position: -4317px 0px; }
  .iti__flag.iti__sa {
    height: 14px;
    background-position: -4339px 0px; }
  .iti__flag.iti__sb {
    height: 10px;
    background-position: -4361px 0px; }
  .iti__flag.iti__sc {
    height: 10px;
    background-position: -4383px 0px; }
  .iti__flag.iti__sd {
    height: 10px;
    background-position: -4405px 0px; }
  .iti__flag.iti__se {
    height: 13px;
    background-position: -4427px 0px; }
  .iti__flag.iti__sg {
    height: 14px;
    background-position: -4449px 0px; }
  .iti__flag.iti__sh {
    height: 10px;
    background-position: -4471px 0px; }
  .iti__flag.iti__si {
    height: 10px;
    background-position: -4493px 0px; }
  .iti__flag.iti__sj {
    height: 15px;
    background-position: -4515px 0px; }
  .iti__flag.iti__sk {
    height: 14px;
    background-position: -4537px 0px; }
  .iti__flag.iti__sl {
    height: 14px;
    background-position: -4559px 0px; }
  .iti__flag.iti__sm {
    height: 15px;
    background-position: -4581px 0px; }
  .iti__flag.iti__sn {
    height: 14px;
    background-position: -4603px 0px; }
  .iti__flag.iti__so {
    height: 14px;
    background-position: -4625px 0px; }
  .iti__flag.iti__sr {
    height: 14px;
    background-position: -4647px 0px; }
  .iti__flag.iti__ss {
    height: 10px;
    background-position: -4669px 0px; }
  .iti__flag.iti__st {
    height: 10px;
    background-position: -4691px 0px; }
  .iti__flag.iti__sv {
    height: 12px;
    background-position: -4713px 0px; }
  .iti__flag.iti__sx {
    height: 14px;
    background-position: -4735px 0px; }
  .iti__flag.iti__sy {
    height: 14px;
    background-position: -4757px 0px; }
  .iti__flag.iti__sz {
    height: 14px;
    background-position: -4779px 0px; }
  .iti__flag.iti__ta {
    height: 10px;
    background-position: -4801px 0px; }
  .iti__flag.iti__tc {
    height: 10px;
    background-position: -4823px 0px; }
  .iti__flag.iti__td {
    height: 14px;
    background-position: -4845px 0px; }
  .iti__flag.iti__tf {
    height: 14px;
    background-position: -4867px 0px; }
  .iti__flag.iti__tg {
    height: 13px;
    background-position: -4889px 0px; }
  .iti__flag.iti__th {
    height: 14px;
    background-position: -4911px 0px; }
  .iti__flag.iti__tj {
    height: 10px;
    background-position: -4933px 0px; }
  .iti__flag.iti__tk {
    height: 10px;
    background-position: -4955px 0px; }
  .iti__flag.iti__tl {
    height: 10px;
    background-position: -4977px 0px; }
  .iti__flag.iti__tm {
    height: 14px;
    background-position: -4999px 0px; }
  .iti__flag.iti__tn {
    height: 14px;
    background-position: -5021px 0px; }
  .iti__flag.iti__to {
    height: 10px;
    background-position: -5043px 0px; }
  .iti__flag.iti__tr {
    height: 14px;
    background-position: -5065px 0px; }
  .iti__flag.iti__tt {
    height: 12px;
    background-position: -5087px 0px; }
  .iti__flag.iti__tv {
    height: 10px;
    background-position: -5109px 0px; }
  .iti__flag.iti__tw {
    height: 14px;
    background-position: -5131px 0px; }
  .iti__flag.iti__tz {
    height: 14px;
    background-position: -5153px 0px; }
  .iti__flag.iti__ua {
    height: 14px;
    background-position: -5175px 0px; }
  .iti__flag.iti__ug {
    height: 14px;
    background-position: -5197px 0px; }
  .iti__flag.iti__um {
    height: 11px;
    background-position: -5219px 0px; }
  .iti__flag.iti__un {
    height: 14px;
    background-position: -5241px 0px; }
  .iti__flag.iti__us {
    height: 11px;
    background-position: -5263px 0px; }
  .iti__flag.iti__uy {
    height: 14px;
    background-position: -5285px 0px; }
  .iti__flag.iti__uz {
    height: 10px;
    background-position: -5307px 0px; }
  .iti__flag.iti__va {
    height: 15px;
    background-position: -5329px 0px; }
  .iti__flag.iti__vc {
    height: 14px;
    background-position: -5346px 0px; }
  .iti__flag.iti__ve {
    height: 14px;
    background-position: -5368px 0px; }
  .iti__flag.iti__vg {
    height: 10px;
    background-position: -5390px 0px; }
  .iti__flag.iti__vi {
    height: 14px;
    background-position: -5412px 0px; }
  .iti__flag.iti__vn {
    height: 14px;
    background-position: -5434px 0px; }
  .iti__flag.iti__vu {
    height: 12px;
    background-position: -5456px 0px; }
  .iti__flag.iti__wf {
    height: 14px;
    background-position: -5478px 0px; }
  .iti__flag.iti__ws {
    height: 10px;
    background-position: -5500px 0px; }
  .iti__flag.iti__xk {
    height: 15px;
    background-position: -5522px 0px; }
  .iti__flag.iti__ye {
    height: 14px;
    background-position: -5544px 0px; }
  .iti__flag.iti__yt {
    height: 14px;
    background-position: -5566px 0px; }
  .iti__flag.iti__za {
    height: 14px;
    background-position: -5588px 0px; }
  .iti__flag.iti__zm {
    height: 14px;
    background-position: -5610px 0px; }
  .iti__flag.iti__zw {
    height: 10px;
    background-position: -5632px 0px; }

.iti__flag {
  height: 15px;
  box-shadow: 0px 0px 1px 0px #888;
  background-image: url("../img/flags.png");
  background-repeat: no-repeat;
  background-color: #DBDBDB;
  background-position: 20px 0; }
  @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
    .iti__flag {
      background-image: url("../img/flags@2x.png"); } }

.iti__flag.iti__np {
  background-color: transparent; }

/* Using `:root` prefix here to increase the specificity to avoid a CSS import order bug when using embroider */
:root .iti__flag {
  background-image: url('https://assets.dynamech.io/assets/ember-phone-input/images/flags-416250f60d785a2e02f17e054d2e4e44.png');
}

@media only screen and (-webkit-min-device-pixel-ratio: 2),
  only screen and (min--moz-device-pixel-ratio: 2),
  only screen and (-o-min-device-pixel-ratio: 2 / 1),
  only screen and (min-device-pixel-ratio: 2),
  only screen and (min-resolution: 192dpi),
  only screen and (min-resolution: 2dppx) {
  :root .iti__flag {
    background-image: url('https://assets.dynamech.io/assets/ember-phone-input/images/flags@2x-d429a5777afaf2fc349652e812e9bb11.png');
  }
}


/* cell: active > default */
.data-table-cell.active {
  background: linear-gradient(var(--surface-2xl), var(--surface-2xl)),
    linear-gradient(var(--surface-md), var(--surface-md));
}

/* cell: selected > default */
.data-table-cell.selected {
  background: linear-gradient(var(--selected), var(--selected)),
    linear-gradient(var(--surface-md), var(--surface-md));
}

/* cell: default, isHover  */
.hover\:data-table-row:hover .hover\:data-table-cell {
  background: linear-gradient(var(--surface-lg), var(--surface-lg)),
    linear-gradient(var(--surface-md), var(--surface-md));
}

/* cell: default  */
.data-table-row .data-table-cell:not(.active, .selected) {
  background: linear-gradient(var(--surface-md), var(--surface-md));
}

/* cell: active > hover */
.data-table-row:hover .hover\:data-table-cell.active {
  background: linear-gradient(var(--surface-2xl), var(--surface-2xl)),
    linear-gradient(var(--surface-md), var(--surface-md));
}

/* cell: selected > hover */
.data-table-row:hover .hover\:data-table-cell.selected {
  background: linear-gradient(var(--selected), var(--selected)),
    linear-gradient(var(--surface-lg), var(--surface-lg)),
    linear-gradient(var(--surface-md), var(--surface-md));
}

/* cell: active+ selected > hover */
.data-table-row:hover .hover\:data-table-cell.selected.active {
  background: linear-gradient(var(--selected), var(--selected)),
    linear-gradient(var(--surface-2xl), var(--surface-2xl));
}

/* cell: default, striped */
.data-table-row:not(.inactive):nth-child(2n) .data-table-cell:not(.active, .selected) {
  background: linear-gradient(var(--overlay-0\.5), var(--overlay-0\.5)),
    linear-gradient(var(--surface-md), var(--surface-md));
}

/* cell: default, isHover, striped */
.data-table-row:nth-child(2n):hover .hover\:data-table-cell:not(.active, .selected) {
  background: linear-gradient(var(--surface-lg), var(--surface-lg)),
    linear-gradient(var(--surface-md), var(--surface-md));
}

/* cell: active > info-panel, striped */
.info-panel .data-table-row:nth-child(1 + 2n) .data-table-cell.active {
  background: linear-gradient(var(--surface-2xl), var(--surface-2xl)),
    linear-gradient(var(--overlay-0\.5), var(--overlay-0\.5)),
    linear-gradient(var(--surface-inner), var(--surface-inner));
}

/* row: checked > info-panel, striped */
.info-panel .data-table-row:nth-child(1 + 2n) .data-table-cell.selected {
  background: linear-gradient(var(--selected), var(--selected)),
    linear-gradient(var(--overlay-0\.5), var(--overlay-0\.5)),
    linear-gradient(var(--surface-inner), var(--surface-inner));
}

/* row: selected > info-panel, striped, isHover */
.info-panel .hover\:data-table-row:nth-child(1 + 2n):hover .hover\:data-table-cell.active {
  background: linear-gradient(var(--surface-lg), var(--surface-lg)),
    linear-gradient(var(--surface-2xl), var(--surface-2xl)),
    linear-gradient(var(--overlay-0\.5), var(--overlay-0\.5)),
    linear-gradient(var(--surface-inner), var(--surface-inner));
}

.scrim {
  position: relative;
}

.scrim::after {
  background: linear-gradient(var(--overlay-0\.5), var(--overlay-0\.5));
  bottom: 0;
  content: '';
  left: 0;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 2;
}

/* keep empty */

/* styles for @fixparts/tailwind/styles/addon.css */
:root {
  --z-index-flash-messages: 1200;
  --z-index-tooltip: 1100;
  --z-index-popover: 1050;
  --z-index-overlay: 1000;
  --z-index-popover-sticky: 900;
  --z-index-tablist: 700;
  --z-index-tabpanel-scrim: 601;
  --z-index-tabpanel: 600;
  --z-index-template-head: 550;
  --z-index-template-main-head-sticky: 300;
  --z-index-template-main-head: 200;
  --z-index-template-main: 100;
  --border-radius: 2px;
  --border-radius-l: 4px;
}

/*! tailwindcss v2.2.19 | MIT License | https://tailwindcss.com */

/*! modern-normalize v1.1.0 | MIT License | https://github.com/sindresorhus/modern-normalize */

/*
Document
========
*/

/**
Use a better box model (opinionated).
*/

*,
::before,
::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/**
Use a more readable tab size (opinionated).
*/

html {
  -moz-tab-size: 4;
  -o-tab-size: 4;
     tab-size: 4;
}

/**
1. Correct the line height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
*/

html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/*
Sections
========
*/

/**
Remove the margin in all browsers.
*/

body {
  margin: 0;
}

/**
Improve consistency of default fonts in all browsers. (https://github.com/sindresorhus/modern-normalize/issues/3)
*/

body {
  font-family:
		system-ui,
		-apple-system, /* Firefox supports this but not yet `system-ui` */
		'Segoe UI',
		Roboto,
		Helvetica,
		Arial,
		sans-serif,
		'Apple Color Emoji',
		'Segoe UI Emoji';
}

/*
Grouping content
================
*/

/**
1. Add the correct height in Firefox.
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
*/

hr {
  height: 0; /* 1 */
  color: inherit; /* 2 */
}

/*
Text-level semantics
====================
*/

/**
Add the correct text decoration in Chrome, Edge, and Safari.
*/

abbr[title] {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

/**
Add the correct font weight in Edge and Safari.
*/

b,
strong {
  font-weight: bolder;
}

/**
1. Improve consistency of default fonts in all browsers. (https://github.com/sindresorhus/modern-normalize/issues/3)
2. Correct the odd 'em' font sizing in all browsers.
*/

code,
kbd,
samp,
pre {
  font-family:
		ui-monospace,
		SFMono-Regular,
		Consolas,
		'Liberation Mono',
		Menlo,
		monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
Add the correct font size in all browsers.
*/

small {
  font-size: 80%;
}

/**
Prevent 'sub' and 'sup' elements from affecting the line height in all browsers.
*/

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/*
Tabular data
============
*/

/**
1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
*/

table {
  text-indent: 0; /* 1 */
  border-color: inherit; /* 2 */
}

/*
Forms
=====
*/

/**
1. Change the font styles in all browsers.
2. Remove the margin in Firefox and Safari.
*/

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
Remove the inheritance of text transform in Edge and Firefox.
1. Remove the inheritance of text transform in Firefox.
*/

button,
select { /* 1 */
  text-transform: none;
}

/**
Correct the inability to style clickable types in iOS and Safari.
*/

button,
[type='button'],
[type='reset'],
[type='submit'] {
  -webkit-appearance: button;
}

/**
Remove the inner border and padding in Firefox.
*/

::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
Restore the focus styles unset by the previous rule.
*/

:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
Remove the additional ':invalid' styles in Firefox.
See: https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737
*/

:-moz-ui-invalid {
  box-shadow: none;
}

/**
Remove the padding so developers are not caught out when they zero out 'fieldset' elements in all browsers.
*/

legend {
  padding: 0;
}

/**
Add the correct vertical alignment in Chrome and Firefox.
*/

progress {
  vertical-align: baseline;
}

/**
Correct the cursor style of increment and decrement buttons in Safari.
*/

::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}

/**
1. Correct the odd appearance in Chrome and Safari.
2. Correct the outline style in Safari.
*/

[type='search'] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
Remove the inner padding in Chrome and Safari on macOS.
*/

::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
1. Correct the inability to style clickable types in iOS and Safari.
2. Change font properties to 'inherit' in Safari.
*/

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/*
Interactive
===========
*/

/*
Add the correct display in Chrome and Safari.
*/

summary {
  display: list-item;
}

/**
 * Manually forked from SUIT CSS Base: https://github.com/suitcss/base
 * A thin layer on top of normalize.css that provides a starting point more
 * suitable for web applications.
 */

/**
 * Removes the default spacing and border for appropriate elements.
 */

blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
  margin: 0;
}

button {
  background-color: transparent;
  background-image: none;
}

fieldset {
  margin: 0;
  padding: 0;
}

ol,
ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

/**
 * Tailwind custom reset styles
 */

/**
 * 1. Use the user's configured `sans` font-family (with Tailwind's default
 *    sans-serif font stack as a fallback) as a sane default.
 * 2. Use Tailwind's default "normal" line-height so the user isn't forced
 *    to override it to ensure consistency even when using the default theme.
 */

html {
  font-family: Calibre, sans-serif; /* 1 */
  line-height: 1.5; /* 2 */
}

/**
 * Inherit font-family and line-height from `html` so users can set them as
 * a class directly on the `html` element.
 */

body {
  font-family: inherit;
  line-height: inherit;
}

/**
 * 1. Prevent padding and border from affecting element width.
 *
 *    We used to set this in the html element and inherit from
 *    the parent element for everything else. This caused issues
 *    in shadow-dom-enhanced elements like <details> where the content
 *    is wrapped by a div with box-sizing set to `content-box`.
 *
 *    https://github.com/mozdevs/cssremedy/issues/4
 *
 *
 * 2. Allow adding a border to an element by just adding a border-width.
 *
 *    By default, the way the browser specifies that an element should have no
 *    border is by setting it's border-style to `none` in the user-agent
 *    stylesheet.
 *
 *    In order to easily add borders to elements by just setting the `border-width`
 *    property, we change the default border-style for all elements to `solid`, and
 *    use border-width to hide them instead. This way our `border` utilities only
 *    need to set the `border-width` property instead of the entire `border`
 *    shorthand, making our border utilities much more straightforward to compose.
 *
 *    https://github.com/tailwindcss/tailwindcss/pull/116
 */

*,
::before,
::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; /* 1 */
  border-width: 0; /* 2 */
  border-style: solid; /* 2 */
  border-color: currentColor; /* 2 */
}

/*
 * Ensure horizontal rules are visible by default
 */

hr {
  border-top-width: 1px;
}

/**
 * Undo the `border-style: none` reset that Normalize applies to images so that
 * our `border-{width}` utilities have the expected effect.
 *
 * The Normalize reset is unnecessary for us since we default the border-width
 * to 0 on all elements.
 *
 * https://github.com/tailwindcss/tailwindcss/issues/362
 */

img {
  border-style: solid;
}

textarea {
  resize: vertical;
}

input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  opacity: 1;
  color: #a1a1aa;
}

input::-moz-placeholder, textarea::-moz-placeholder {
  opacity: 1;
  color: #a1a1aa;
}

input:-ms-input-placeholder, textarea:-ms-input-placeholder {
  opacity: 1;
  color: #a1a1aa;
}

input::-ms-input-placeholder, textarea::-ms-input-placeholder {
  opacity: 1;
  color: #a1a1aa;
}

input::placeholder,
textarea::placeholder {
  opacity: 1;
  color: #a1a1aa;
}

button,
[role="button"] {
  cursor: pointer;
}

/**
 * Override legacy focus reset from Normalize with modern Firefox focus styles.
 *
 * This is actually an improvement over the new defaults in Firefox in our testing,
 * as it triggers the better focus styles even for links, which still use a dotted
 * outline in Firefox by default.
 */

:-moz-focusring {
  outline: auto;
}

table {
  border-collapse: collapse;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}

/**
 * Reset links to optimize for opt-in styling instead of
 * opt-out.
 */

a {
  color: inherit;
  text-decoration: inherit;
}

/**
 * Reset form element properties that are easy to forget to
 * style explicitly so you don't inadvertently introduce
 * styles that deviate from your design system. These styles
 * supplement a partial reset that is already applied by
 * normalize.css.
 */

button,
input,
optgroup,
select,
textarea {
  padding: 0;
  line-height: inherit;
  color: inherit;
}

/**
 * Use the configured 'mono' font family for elements that
 * are expected to be rendered with a monospace font, falling
 * back to the system monospace stack if there is no configured
 * 'mono' font family.
 */

pre,
code,
kbd,
samp {
  font-family: Monaco, monospace;
}

/**
 * 1. Make replaced elements `display: block` by default as that's
 *    the behavior you want almost all of the time. Inspired by
 *    CSS Remedy, with `svg` added as well.
 *
 *    https://github.com/mozdevs/cssremedy/issues/14
 * 
 * 2. Add `vertical-align: middle` to align replaced elements more
 *    sensibly by default when overriding `display` by adding a
 *    utility like `inline`.
 *
 *    This can trigger a poorly considered linting error in some
 *    tools but is included by design.
 * 
 *    https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210
 */

img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
  display: block; /* 1 */
  vertical-align: middle; /* 2 */
}

/**
 * Constrain images and videos to the parent width and preserve
 * their intrinsic aspect ratio.
 *
 * https://github.com/mozdevs/cssremedy/issues/14
 */

img,
video {
  max-width: 100%;
  height: auto;
}

/**
 * Ensure the default browser behavior of the `hidden` attribute.
 */

[hidden] {
  display: none;
}

*, ::before, ::after {
  --tw-border-opacity: 1;
  border-color: rgba(228, 228, 231, var(--tw-border-opacity));
}

.theme-dark {
  --basement: #131217;
  --blue: #1c9cfe;
  --body-and-labels: #a6acb0;
  --brand: #d31912;
  --code-base-64: #e96e9d;
  --code-bg: #232326;
  --code-outline: #1c1c21;
  --code-text: #9dc1fd;
  --critical: #fa4147;
  --destructive-hover: #fa9497;
  --destructive-idle: #1e1d20;
  --destructive-pressed: #f9585d;
  --disabled: #77798f;
  --disc-operations: #db62f9;
  --dns-requests: #8556fe;
  --focus: #6688ff;
  --graph-1: #4cd7f5;
  --graph-10: #b7b7b7;
  --graph-11: #efefef;
  --graph-2: #8280ff;
  --graph-3: #c179f6;
  --graph-4: #ffc6c6;
  --graph-5: #ef91b3;
  --graph-6: #f69667;
  --graph-7: #9cefae;
  --graph-8: #fcdc5c;
  --graph-9: #a06e6e;
  --graph-disabled: #505265;
  --ground-floor: #27262c;
  --high: #f77d40;
  --informational: #9dc1fd;
  --lines-dark: #09090c;
  --lines-light: #14141a;
  --low: #cef2ce;
  --medium: #ffcc00;
  --mezzanine: #212121;
  --nav-text-and-icons: #fafafa;
  --nav-text-secondary: #a6acb0;
  --network-operations: #fb5093;
  --normal-hover: #63646e;
  --normal-idle: #4e4f5a;
  --normal-pressed: #3d3d48;
  --overlay-0\.5: #00000021;
  --overlay-1: #00000040;
  --overlay-2: #00000099;
  --positive: #06e5b7;
  --primary-hover: #e1ecfe;
  --primary-idle: #c8dcfe;
  --primary-pressed: #7d9bff;
  --process-operations: #629cfb;
  --purple: #b15af2;
  --registry-operations: #5d63fe;
  --selected: #7d9bff1a;
  --surface-2xl: #3d3c40;
  --surface-base: #26252a;
  --surface-inner: #17161a;
  --surface-lg: #343337;
  --surface-md: #2d2c31;
  --surface-xl: #38373c;
  --text-and-icons: #fafafa;
  --titles-and-attributes: #e2e2e4;
}

.theme-light {
  --basement: #ebebeb;
  --blue: #2469f0;
  --body-and-labels: #767676;
  --brand: #d31c12;
  --code-base-64: #a8154e;
  --code-bg: #ffffff;
  --code-outline: #e5e5e5;
  --code-text: #0b54c1;
  --critical: #e9181f;
  --destructive-hover: #f47479;
  --destructive-idle: #ffffff;
  --destructive-pressed: #e8121a;
  --disabled: #949494;
  --disc-operations: #b308dd;
  --dns-requests: #4902fd;
  --focus: #039eba;
  --graph-1: #0f99a1;
  --graph-10: #7478a1;
  --graph-11: #3b364a;
  --graph-2: #1c3cae;
  --graph-3: #6b30ab;
  --graph-4: #961574;
  --graph-5: #ce4789;
  --graph-6: #bf4815;
  --graph-7: #946613;
  --graph-8: #2e5c0e;
  --graph-9: #684444;
  --graph-disabled: #d3d3d3;
  --ground-floor: #ffffff;
  --high: #ff7e00;
  --informational: #5082d2;
  --lines-dark: #d9d9d9;
  --lines-light: #eeeeee;
  --low: #649f64;
  --medium: #edb000;
  --mezzanine: #242424;
  --nav-text-and-icons: #fafafa;
  --nav-text-secondary: #adadad;
  --network-operations: #c70f57;
  --normal-hover: #e8e8e8;
  --normal-idle: #e0e0e0;
  --normal-pressed: #adadad;
  --overlay-0\.5: #00000008;
  --overlay-1: #0000000d;
  --overlay-2: #00000026;
  --positive: #1b8e67;
  --primary-hover: #168093;
  --primary-idle: #036678;
  --primary-pressed: #025564;
  --process-operations: #1055c6;
  --purple: #8532c2;
  --registry-operations: #0108c6;
  --selected: #036d801a;
  --surface-2xl: #ffffff;
  --surface-base: #ffffff;
  --surface-inner: #ededed;
  --surface-lg: #ffffff;
  --surface-md: #ffffff;
  --surface-xl: #ffffff;
  --text-and-icons: #202020;
  --titles-and-attributes: #3d3d3d;
}

.theme-light .theme-mezzanine {
  --blue: #1c9cfe;
  --body-and-labels: #a6acb0;
  --code-base-64: #e96e9d;
  --code-text: #9dc1fd;
  --critical: #f64147;
  --destructive-hover: #fa9497;
  --destructive-idle: #1e1d20;
  --destructive-pressed: #f9585d;
  --disabled: #77798f;
  --disc-operations: #db62f9;
  --dns-requests: #8556fe;
  --focus: #039eba;
  --ground-floor: #27262c;
  --high: #f77d40;
  --informational: #9dc1fd;
  --lines-dark: #09090c;
  --lines-light: #14141a;
  --low: #cef2ce;
  --medium: #ffcc00;
  --mezzanine: #212121;
  --network-operations: #fb5093;
  --normal-hover: #5b5b5b;
  --normal-idle: #454545;
  --normal-pressed: #3a3a3a;
  --overlay-1: #00000040;
  --overlay-2: #00000099;
  --positive: #06e5b7;
  --primary-hover: #e9fbfb;
  --primary-idle: #c9f8fd;
  --primary-pressed: #039eba;
  --process-operations: #629cfb;
  --purple: #b15af2;
  --registry-operations: #5d63fe;
  --selected: #039eba1a;
  --surface-2xl: #3c3c3c;
  --surface-base: #252525;
  --surface-inner: #1a1a1a;
  --surface-lg: #333333;
  --surface-md: #2c2c2c;
  --surface-xl: #373737;
  --text-and-icons: #fafafa;
  --titles-and-attributes: #e2e2e4;
}

.theme-dark {
  --elevation-2xl: 0px 25px 50px 0px rgba(0, 0, 0, 0.62);
  --elevation-base: 0px 1px 2px 0px rgba(0, 0, 0, 0.46), 0px 1px 3px 0px rgba(0, 0, 0, 0.1);
  --elevation-inner-lg: inset 0px 2px 4px 0px rgba(0, 0, 0, 0.36);
  --elevation-inner-md: inset 0px 1px 2px 0px rgba(0, 0, 0, 0.25);
  --elevation-lg: 0px 10px 15px 0px rgba(0, 0, 0, 0.3), 0px 4px 6px 0px rgba(0, 0, 0, 0.15);
  --elevation-md: 0px 2px 4px 0px rgba(0, 0, 0, 0.33), 0px 4px 6px 0px rgba(0, 0, 0, 0.1);
  --elevation-xl: 0px 20px 25px 0px rgba(0, 0, 0, 0.3), 0px 10px 10px 0px rgba(0, 0, 0, 0.12);
}

.theme-light {
  --elevation-2xl: 0px 0px 7px 0px rgba(0, 0, 0, 0.08), 0px 25px 50px 0px rgba(0, 0, 0, 0.15);
  --elevation-base: 0px 0px 1px 0px rgba(0, 0, 0, 0.07), 0px 1px 2px 0px rgba(0, 0, 0, 0.15);
  --elevation-inner-lg: inset 0px 2px 5px 0px rgba(0, 0, 0, 0.09);
  --elevation-inner-md: inset 0px 2px 4px 0px rgba(0, 0, 0, 0.08);
  --elevation-lg: 0px 10px 15px 0px rgba(0, 0, 0, 0.08), 0px 0px 3px 0px rgba(0, 0, 0, 0.07);
  --elevation-md: 0px 0px 4px 0px rgba(0, 0, 0, 0.06), 0px 3px 6px 0px rgba(0, 0, 0, 0.1);
  --elevation-xl: 0px 20px 25px 0px rgba(0, 0, 0, 0.08), 0px 0px 4px 0px rgba(0, 0, 0, 0.08);
}

.theme-light .theme-mezzanine {
  --elevation-2xl: 0px 25px 50px 0px rgba(0, 0, 0, 0.2);
  --elevation-base: 0px 1px 2px 0px rgba(0, 0, 0, 0.06), 0px 1px 3px 0px rgba(0, 0, 0, 0.1);
  --elevation-inner-lg: inset 0px 2px 5px 0px rgba(0, 0, 0, 0.09);
  --elevation-inner-md: inset 0px 2px 4px 0px rgba(0, 0, 0, 0.08);
  --elevation-lg: 0px 10px 15px 0px rgba(0, 0, 0, 0.1), 0px 4px 6px 0px rgba(0, 0, 0, 0.05);
  --elevation-md: 0px 2px 4px 0px rgba(0, 0, 0, 0.06), 0px 4px 6px 0px rgba(0, 0, 0, 0.1);
  --elevation-xl: 0px 20px 25px 0px rgba(0, 0, 0, 0.1), 0px 10px 10px 0px rgba(0, 0, 0, 0.04);
}

body { -ms-scroll-chaining: none; overscroll-behavior: none;
}

.container {
  width: 100%;
}

@media (min-width: 1120px) {
  .container {
    max-width: 1120px;
  }
}

@media (min-width: 1536px) {
  .container {
    max-width: 1536px;
  }
}

.focusable {
  --tw-ring-color: var(--ground-floor);
  --tw-ring-inset: inset;
  --tw-ring-offset-width: 2px;
  --tw-ring-offset-color: var(--focus);
}

.focusable:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
}

.focusable:focus-visible {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  -webkit-box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
          box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}

.focusable-destructive {
  --tw-ring-offset-color: var(--destructive-pressed);
}

.focusable-outer {
  --tw-ring-offset-color: var(--ground-floor);
  --tw-ring-offset-width: 1px;
  --tw-ring-color: var(--focus);
}

.focusable-outer:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
}

.focusable-outer:focus-visible {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  -webkit-box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
          box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}

.interactive-normal {
  background-color: var(--normal-idle);
  --tw-shadow: var(--elevation-base);
  -webkit-box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
          box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  color: var(--text-and-icons);
}

.interactive-normal:not(.interactive-disabled):hover {
  background-color: var(--normal-hover);
  --tw-shadow: var(--elevation-md);
  -webkit-box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
          box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.interactive-normal:not(.interactive-disabled):focus-visible {
  background-color: var(--normal-hover);
}

.interactive-normal:not(.interactive-disabled):active {
  background-color: var(--normal-pressed);
  --tw-shadow: var(--elevation-inner-md);
  -webkit-box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
          box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.interactive-primary {
  background-color: var(--primary-idle);
  --tw-shadow: var(--elevation-base);
  -webkit-box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
          box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  color: var(--ground-floor);
}

.interactive-primary:not(.interactive-disabled):focus-visible {
  background-color: var(--primary-hover);
}

.interactive-primary:not(.interactive-disabled):hover {
  background-color: var(--primary-hover);
  --tw-shadow: var(--elevation-md);
  -webkit-box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
          box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.interactive-primary:not(.interactive-disabled):active {
  background-color: var(--primary-pressed);
  --tw-shadow: var(--elevation-inner-md);
  -webkit-box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
          box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.interactive-destructive {
  background-color: var(--destructive-idle);
  --tw-shadow: var(--elevation-base);
  -webkit-box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
          box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  color: var(--destructive-pressed);
}

.interactive-destructive:not(.interactive-disabled):focus-visible {
  background-color: var(--destructive-hover);
  color: var(--ground-floor);
}

.interactive-destructive:not(.interactive-disabled):hover {
  --tw-shadow: var(--elevation-md);
  -webkit-box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
          box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  background-color: var(--destructive-hover);
  color: var(--ground-floor);
}

.interactive-destructive:not(.interactive-disabled):active {
  background-color: var(--destructive-pressed);
  color: var(--ground-floor);
  --tw-shadow: var(--elevation-inner-md);
  -webkit-box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
          box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.interactive-link {
  background-color: transparent;
  color: var(--primary-idle);
}

.interactive-link:not(.interactive-disabled):hover {
  --tw-bg-opacity: 0;
  color: var(--primary-hover);
}

.interactive-link:not(.interactive-disabled):active {
  color: var(--primary-pressed);
}

.interactive-quiet {
  background-color: transparent;
  color: var(--text-and-icons);
}

.interactive-quiet:not(.interactive-disabled):focus-visible {
  background-color: var(--normal-hover);
}

.interactive-quiet:not(.interactive-disabled):hover {
  background-color: var(--normal-hover);
  --tw-shadow: var(--elevation-md);
  -webkit-box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
          box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.interactive-quiet:not(.interactive-disabled):active {
  background-color: var(--normal-pressed);
  --tw-shadow: var(--elevation-inner-md);
  -webkit-box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
          box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.interactive-disabled {
  background-color: var(--overlay-1);
  cursor: default;
  --tw-shadow: 0 0 #0000;
  -webkit-box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
          box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  color: var(--disabled);
}

.interactive-quiet.interactive-disabled {
  background-color: transparent;
}

.textbox {
  background-color: var(--overlay-1);
  border-radius: var(--border-radius);
  -webkit-box-shadow: inset 0 0 0 1px var(--lines-dark), var(--elevation-inner-md);
          box-shadow: inset 0 0 0 1px var(--lines-dark), var(--elevation-inner-md);
  color: var(--titles-and-attributes);
  display: block;
  font-family: inherit;
  font-size: 1rem;
  line-height: 1.5;
  padding: var(--space-1) var(--space-2);
  width: 100%;
}

.textbox:focus {
  -webkit-box-shadow: inset 0 0 0 2px var(--focus);;
          box-shadow: inset 0 0 0 2px var(--focus);;
  outline: 0;
}

.textbox::-webkit-input-placeholder {
  color: var(--disabled);
}

.textbox::-moz-placeholder {
  color: var(--disabled);
}

.textbox:-ms-input-placeholder {
  color: var(--disabled);
}

.textbox::-ms-input-placeholder {
  color: var(--disabled);
}

.textbox::placeholder {
  color: var(--disabled);
}

.textarea {
  background-color: var(--overlay-1);
  border-radius: var(--border-radius);
  -webkit-box-shadow: inset 0 0 0 1px var(--lines-dark), var(--elevation-inner-md);
          box-shadow: inset 0 0 0 1px var(--lines-dark), var(--elevation-inner-md);
  color: var(--titles-and-attributes);
  display: block;
  font-family: inherit;
  font-size: 1rem;
  line-height: 1.5;
  padding: var(--space-1) var(--space-2);
  width: 100%;
}

.textarea:focus {
  -webkit-box-shadow: inset 0 0 0 2px var(--focus);;
          box-shadow: inset 0 0 0 2px var(--focus);;
  outline: 0;
}

.textarea::-webkit-input-placeholder {
  color: var(--disabled);
}

.textarea::-moz-placeholder {
  color: var(--disabled);
}

.textarea:-ms-input-placeholder {
  color: var(--disabled);
}

.textarea::-ms-input-placeholder {
  color: var(--disabled);
}

.textarea::placeholder {
  color: var(--disabled);
}

.textarea {
  min-height: 150px;
  resize: vertical;
}

.type-4xl {
  font-size: 3rem;
  line-height: 3.25rem;
  font-weight: 500;
  letter-spacing: -0.025em;
}

.type-3xl {
  font-size: 2.5rem;
  line-height: 3rem;
  font-weight: 500;
  letter-spacing: -0.025em;
}

.type-2xl {
  font-size: 2rem;
  line-height: 2.5rem;
  font-weight: 500;
}

.type-xl {
  font-size: 1.5rem;
  line-height: 2rem;
  font-weight: 500;
  text-rendering: geometricPrecision;
}

.type-lg {
  font-size: 1.25rem;
  line-height: 2rem;
}

.type-lg-medium {
  font-size: 1.25rem;
  line-height: 2rem;
  font-weight: 500;
}

.type-lg-tight-medium {
  font-size: 1.25rem;
  line-height: 1.5rem;
  font-weight: 500;
  text-rendering: geometricPrecision;
}

.type-md {
  font-size: 1rem;
  line-height: 1.5rem;
}

.type-md-medium {
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 500;
}

.type-md-underline {
  font-size: 1rem;
  line-height: 1.5rem;
  text-decoration: underline;
}

.type-md-tight {
  font-size: 1rem;
  line-height: 1.25rem;
}

.type-md-tight-medium {
  font-size: 1rem;
  line-height: 1.25rem;
  font-weight: 500;
  text-rendering: geometricPrecision;
}

.type-md-tight-underline {
  font-size: 1rem;
  line-height: 1.25rem;
  text-decoration: underline;
}

.type-sm-mono {
  font-size: .875rem;
  line-height: 1.5rem;
  font-family: Monaco, monospace;
}

.type-sm-mono-tight {
  font-size: .875rem;
  font-family: Monaco, monospace;
  line-height: 1.25rem;
}

.type-sm-mono-underline {
  font-size: .875rem;
  line-height: 1.5rem;
  font-family: Monaco, monospace;
  text-decoration: underline;
}

.type-xs {
  font-size: .75rem;
  line-height: 1.25rem;
}

.type-xs-tight {
  font-size: .75rem;
  line-height: 1rem;
}

.type-xs-tight-underline {
  font-size: .75rem;
  line-height: 1rem;
  text-decoration: underline;
}

.type-xs-mono {
  font-size: .75rem;
  line-height: 1.5rem;
  font-family: Monaco, monospace;
}

.type-xxs-mono {
  font-size: .5625rem;
  line-height: 1rem;
  font-family: Monaco, monospace;
}

.geometric-precision-text {
  text-rendering: geometricPrecision;
}

:root {
  --space-0: 0px;
  --space-1: 0.25rem;
  --space-2: 0.5rem;
  --space-3: 0.75rem;
  --space-4: 1rem;
  --space-5: 1.25rem;
  --space-6: 1.5rem;
  --space-7: 1.75rem;
  --space-8: 2rem;
  --space-9: 2.25rem;
  --space-10: 2.5rem;
  --space-11: 2.75rem;
  --space-12: 3rem;
  --space-14: 3.5rem;
  --space-16: 4rem;
  --space-20: 5rem;
  --space-24: 6rem;
  --space-28: 7rem;
  --space-32: 8rem;
  --space-36: 9rem;
  --space-40: 10rem;
  --space-44: 11rem;
  --space-48: 12rem;
  --space-52: 13rem;
  --space-56: 14rem;
  --space-60: 15rem;
  --space-64: 16rem;
  --space-72: 18rem;
  --space-80: 20rem;
  --space-96: 24rem;
  --space-px: 1px;
  --space-0.5: 0.125rem;
  --space-1.5: 0.375rem;
  --space-2.5: 0.625rem;
  --space-3.5: 0.875rem;
  --space--0: 0px;
  --space--1: -0.25rem;
  --space--2: -0.5rem;
  --space--3: -0.75rem;
  --space--4: -1rem;
  --space--5: -1.25rem;
  --space--6: -1.5rem;
  --space--7: -1.75rem;
  --space--8: -2rem;
  --space--9: -2.25rem;
  --space--10: -2.5rem;
  --space--11: -2.75rem;
  --space--12: -3rem;
  --space--14: -3.5rem;
  --space--16: -4rem;
  --space--20: -5rem;
  --space--24: -6rem;
  --space--28: -7rem;
  --space--32: -8rem;
  --space--36: -9rem;
  --space--40: -10rem;
  --space--44: -11rem;
  --space--48: -12rem;
  --space--52: -13rem;
  --space--56: -14rem;
  --space--60: -15rem;
  --space--64: -16rem;
  --space--72: -18rem;
  --space--80: -20rem;
  --space--96: -24rem;
  --space--px: -1px;
  --space--0.5: -0.125rem;
  --space--1.5: -0.375rem;
  --space--2.5: -0.625rem;
  --space--3.5: -0.875rem;
  --side-nav-width-collapsed: 122px;
  --side-nav-width-expanded: 247px;
  --tab-list-height: 40px;
  --tab-height: 40px;
  --tab-border-radius: 8px;
  --process-offset-top: 40px;
  --default-animation-duration: 125ms;
  --default-animation-timing-function: ease-out;
  --default-animation-settings: var(--default-animation-duration) var(--default-animation-timing-function);
}

.prose {
  color: #3f3f46;
  max-width: 65ch;
}

.prose [class~="lead"] {
  color: #52525b;
  font-size: 1.25em;
  line-height: 1.6;
  margin-top: 1.2em;
  margin-bottom: 1.2em;
}

.prose a {
  color: #18181b;
  text-decoration: underline;
  font-weight: 500;
}

.prose strong {
  color: #18181b;
  font-weight: 600;
}

.prose ol[type="A"] {
  --list-counter-style: upper-alpha;
}

.prose ol[type="a"] {
  --list-counter-style: lower-alpha;
}

.prose ol[type="A" s] {
  --list-counter-style: upper-alpha;
}

.prose ol[type="a" s] {
  --list-counter-style: lower-alpha;
}

.prose ol[type="I"] {
  --list-counter-style: upper-roman;
}

.prose ol[type="i"] {
  --list-counter-style: lower-roman;
}

.prose ol[type="I" s] {
  --list-counter-style: upper-roman;
}

.prose ol[type="i" s] {
  --list-counter-style: lower-roman;
}

.prose ol[type="1"] {
  --list-counter-style: decimal;
}

.prose ol > li {
  position: relative;
  padding-left: 1.75em;
}

.prose ol > li::before {
  content: counter(list-item, var(--list-counter-style, decimal)) ".";
  position: absolute;
  font-weight: 400;
  color: #71717a;
  left: 0;
}

.prose ul > li {
  position: relative;
  padding-left: 1.75em;
}

.prose ul > li::before {
  content: "";
  position: absolute;
  background-color: #d4d4d8;
  border-radius: 50%;
  width: 0.375em;
  height: 0.375em;
  top: calc(0.875em - 0.1875em);
  left: 0.25em;
}

.prose hr {
  border-color: #e4e4e7;
  border-top-width: 1px;
  margin-top: 3em;
  margin-bottom: 3em;
}

.prose blockquote {
  font-weight: 500;
  font-style: italic;
  color: #18181b;
  border-left-width: 0.25rem;
  border-left-color: #e4e4e7;
  quotes: "\201C""\201D""\2018""\2019";
  margin-top: 1.6em;
  margin-bottom: 1.6em;
  padding-left: 1em;
}

.prose blockquote p:first-of-type::before {
  content: open-quote;
}

.prose blockquote p:last-of-type::after {
  content: close-quote;
}

.prose h1 {
  color: #18181b;
  font-weight: 800;
  font-size: 2.25em;
  margin-top: 0;
  margin-bottom: 0.8888889em;
  line-height: 1.1111111;
}

.prose h2 {
  color: #18181b;
  font-weight: 700;
  font-size: 1.5em;
  margin-top: 2em;
  margin-bottom: 1em;
  line-height: 1.3333333;
}

.prose h3 {
  color: #18181b;
  font-weight: 600;
  font-size: 1.25em;
  margin-top: 1.6em;
  margin-bottom: 0.6em;
  line-height: 1.6;
}

.prose h4 {
  color: #18181b;
  font-weight: 600;
  margin-top: 1.5em;
  margin-bottom: 0.5em;
  line-height: 1.5;
}

.prose figure figcaption {
  color: #71717a;
  font-size: 0.875em;
  line-height: 1.4285714;
  margin-top: 0.8571429em;
}

.prose code {
  color: #18181b;
  font-weight: 600;
  font-size: 0.875em;
}

.prose code::before {
  content: "`";
}

.prose code::after {
  content: "`";
}

.prose a code {
  color: #18181b;
}

.prose pre {
  color: #e4e4e7;
  background-color: #27272a;
  overflow-x: auto;
  font-size: 0.875em;
  line-height: 1.7142857;
  margin-top: 1.7142857em;
  margin-bottom: 1.7142857em;
  border-radius: 0.375rem;
  padding-top: 0.8571429em;
  padding-right: 1.1428571em;
  padding-bottom: 0.8571429em;
  padding-left: 1.1428571em;
}

.prose pre code {
  background-color: transparent;
  border-width: 0;
  border-radius: 0;
  padding: 0;
  font-weight: 400;
  color: inherit;
  font-size: inherit;
  font-family: inherit;
  line-height: inherit;
}

.prose pre code::before {
  content: none;
}

.prose pre code::after {
  content: none;
}

.prose table {
  width: 100%;
  table-layout: auto;
  text-align: left;
  margin-top: 2em;
  margin-bottom: 2em;
  font-size: 0.875em;
  line-height: 1.7142857;
}

.prose thead {
  color: #18181b;
  font-weight: 600;
  border-bottom-width: 1px;
  border-bottom-color: #d4d4d8;
}

.prose thead th {
  vertical-align: bottom;
  padding-right: 0.5714286em;
  padding-bottom: 0.5714286em;
  padding-left: 0.5714286em;
}

.prose tbody tr {
  border-bottom-width: 1px;
  border-bottom-color: #e4e4e7;
}

.prose tbody tr:last-child {
  border-bottom-width: 0;
}

.prose tbody td {
  vertical-align: top;
  padding-top: 0.5714286em;
  padding-right: 0.5714286em;
  padding-bottom: 0.5714286em;
  padding-left: 0.5714286em;
}

.prose {
  font-size: 1rem;
  line-height: 1.75;
}

.prose p {
  margin-top: 1.25em;
  margin-bottom: 1.25em;
}

.prose img {
  margin-top: 2em;
  margin-bottom: 2em;
}

.prose video {
  margin-top: 2em;
  margin-bottom: 2em;
}

.prose figure {
  margin-top: 2em;
  margin-bottom: 2em;
}

.prose figure > * {
  margin-top: 0;
  margin-bottom: 0;
}

.prose h2 code {
  font-size: 0.875em;
}

.prose h3 code {
  font-size: 0.9em;
}

.prose ol {
  margin-top: 1.25em;
  margin-bottom: 1.25em;
}

.prose ul {
  margin-top: 1.25em;
  margin-bottom: 1.25em;
}

.prose li {
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}

.prose > ul > li p {
  margin-top: 0.75em;
  margin-bottom: 0.75em;
}

.prose > ul > li > *:first-child {
  margin-top: 1.25em;
}

.prose > ul > li > *:last-child {
  margin-bottom: 1.25em;
}

.prose > ol > li > *:first-child {
  margin-top: 1.25em;
}

.prose > ol > li > *:last-child {
  margin-bottom: 1.25em;
}

.prose ul ul, .prose ul ol, .prose ol ul, .prose ol ol {
  margin-top: 0.75em;
  margin-bottom: 0.75em;
}

.prose hr + * {
  margin-top: 0;
}

.prose h2 + * {
  margin-top: 0;
}

.prose h3 + * {
  margin-top: 0;
}

.prose h4 + * {
  margin-top: 0;
}

.prose thead th:first-child {
  padding-left: 0;
}

.prose thead th:last-child {
  padding-right: 0;
}

.prose tbody td:first-child {
  padding-left: 0;
}

.prose tbody td:last-child {
  padding-right: 0;
}

.prose > :first-child {
  margin-top: 0;
}

.prose > :last-child {
  margin-bottom: 0;
}

.prose-sm {
  font-size: 0.875rem;
  line-height: 1.7142857;
}

.prose-sm p {
  margin-top: 1.1428571em;
  margin-bottom: 1.1428571em;
}

.prose-sm [class~="lead"] {
  font-size: 1.2857143em;
  line-height: 1.5555556;
  margin-top: 0.8888889em;
  margin-bottom: 0.8888889em;
}

.prose-sm blockquote {
  margin-top: 1.3333333em;
  margin-bottom: 1.3333333em;
  padding-left: 1.1111111em;
}

.prose-sm h1 {
  font-size: 2.1428571em;
  margin-top: 0;
  margin-bottom: 0.8em;
  line-height: 1.2;
}

.prose-sm h2 {
  font-size: 1.4285714em;
  margin-top: 1.6em;
  margin-bottom: 0.8em;
  line-height: 1.4;
}

.prose-sm h3 {
  font-size: 1.2857143em;
  margin-top: 1.5555556em;
  margin-bottom: 0.4444444em;
  line-height: 1.5555556;
}

.prose-sm h4 {
  margin-top: 1.4285714em;
  margin-bottom: 0.5714286em;
  line-height: 1.4285714;
}

.prose-sm img {
  margin-top: 1.7142857em;
  margin-bottom: 1.7142857em;
}

.prose-sm video {
  margin-top: 1.7142857em;
  margin-bottom: 1.7142857em;
}

.prose-sm figure {
  margin-top: 1.7142857em;
  margin-bottom: 1.7142857em;
}

.prose-sm figure > * {
  margin-top: 0;
  margin-bottom: 0;
}

.prose-sm figure figcaption {
  font-size: 0.8571429em;
  line-height: 1.3333333;
  margin-top: 0.6666667em;
}

.prose-sm code {
  font-size: 0.8571429em;
}

.prose-sm h2 code {
  font-size: 0.9em;
}

.prose-sm h3 code {
  font-size: 0.8888889em;
}

.prose-sm pre {
  font-size: 0.8571429em;
  line-height: 1.6666667;
  margin-top: 1.6666667em;
  margin-bottom: 1.6666667em;
  border-radius: 0.25rem;
  padding-top: 0.6666667em;
  padding-right: 1em;
  padding-bottom: 0.6666667em;
  padding-left: 1em;
}

.prose-sm ol {
  margin-top: 1.1428571em;
  margin-bottom: 1.1428571em;
}

.prose-sm ul {
  margin-top: 1.1428571em;
  margin-bottom: 1.1428571em;
}

.prose-sm li {
  margin-top: 0.2857143em;
  margin-bottom: 0.2857143em;
}

.prose-sm ol > li {
  padding-left: 1.5714286em;
}

.prose-sm ol > li::before {
  left: 0;
}

.prose-sm ul > li {
  padding-left: 1.5714286em;
}

.prose-sm ul > li::before {
  height: 0.3571429em;
  width: 0.3571429em;
  top: calc(0.8571429em - 0.1785714em);
  left: 0.2142857em;
}

.prose-sm > ul > li p {
  margin-top: 0.5714286em;
  margin-bottom: 0.5714286em;
}

.prose-sm > ul > li > *:first-child {
  margin-top: 1.1428571em;
}

.prose-sm > ul > li > *:last-child {
  margin-bottom: 1.1428571em;
}

.prose-sm > ol > li > *:first-child {
  margin-top: 1.1428571em;
}

.prose-sm > ol > li > *:last-child {
  margin-bottom: 1.1428571em;
}

.prose-sm ul ul, .prose-sm ul ol, .prose-sm ol ul, .prose-sm ol ol {
  margin-top: 0.5714286em;
  margin-bottom: 0.5714286em;
}

.prose-sm hr {
  margin-top: 2.8571429em;
  margin-bottom: 2.8571429em;
}

.prose-sm hr + * {
  margin-top: 0;
}

.prose-sm h2 + * {
  margin-top: 0;
}

.prose-sm h3 + * {
  margin-top: 0;
}

.prose-sm h4 + * {
  margin-top: 0;
}

.prose-sm table {
  font-size: 0.8571429em;
  line-height: 1.5;
}

.prose-sm thead th {
  padding-right: 1em;
  padding-bottom: 0.6666667em;
  padding-left: 1em;
}

.prose-sm thead th:first-child {
  padding-left: 0;
}

.prose-sm thead th:last-child {
  padding-right: 0;
}

.prose-sm tbody td {
  padding-top: 0.6666667em;
  padding-right: 1em;
  padding-bottom: 0.6666667em;
  padding-left: 1em;
}

.prose-sm tbody td:first-child {
  padding-left: 0;
}

.prose-sm tbody td:last-child {
  padding-right: 0;
}

.prose-sm > :first-child {
  margin-top: 0;
}

.prose-sm > :last-child {
  margin-bottom: 0;
}

.prose-lg {
  font-size: 1.125rem;
  line-height: 1.7777778;
}

.prose-lg p {
  margin-top: 1.3333333em;
  margin-bottom: 1.3333333em;
}

.prose-lg [class~="lead"] {
  font-size: 1.2222222em;
  line-height: 1.4545455;
  margin-top: 1.0909091em;
  margin-bottom: 1.0909091em;
}

.prose-lg blockquote {
  margin-top: 1.6666667em;
  margin-bottom: 1.6666667em;
  padding-left: 1em;
}

.prose-lg h1 {
  font-size: 2.6666667em;
  margin-top: 0;
  margin-bottom: 0.8333333em;
  line-height: 1;
}

.prose-lg h2 {
  font-size: 1.6666667em;
  margin-top: 1.8666667em;
  margin-bottom: 1.0666667em;
  line-height: 1.3333333;
}

.prose-lg h3 {
  font-size: 1.3333333em;
  margin-top: 1.6666667em;
  margin-bottom: 0.6666667em;
  line-height: 1.5;
}

.prose-lg h4 {
  margin-top: 1.7777778em;
  margin-bottom: 0.4444444em;
  line-height: 1.5555556;
}

.prose-lg img {
  margin-top: 1.7777778em;
  margin-bottom: 1.7777778em;
}

.prose-lg video {
  margin-top: 1.7777778em;
  margin-bottom: 1.7777778em;
}

.prose-lg figure {
  margin-top: 1.7777778em;
  margin-bottom: 1.7777778em;
}

.prose-lg figure > * {
  margin-top: 0;
  margin-bottom: 0;
}

.prose-lg figure figcaption {
  font-size: 0.8888889em;
  line-height: 1.5;
  margin-top: 1em;
}

.prose-lg code {
  font-size: 0.8888889em;
}

.prose-lg h2 code {
  font-size: 0.8666667em;
}

.prose-lg h3 code {
  font-size: 0.875em;
}

.prose-lg pre {
  font-size: 0.8888889em;
  line-height: 1.75;
  margin-top: 2em;
  margin-bottom: 2em;
  border-radius: 0.375rem;
  padding-top: 1em;
  padding-right: 1.5em;
  padding-bottom: 1em;
  padding-left: 1.5em;
}

.prose-lg ol {
  margin-top: 1.3333333em;
  margin-bottom: 1.3333333em;
}

.prose-lg ul {
  margin-top: 1.3333333em;
  margin-bottom: 1.3333333em;
}

.prose-lg li {
  margin-top: 0.6666667em;
  margin-bottom: 0.6666667em;
}

.prose-lg ol > li {
  padding-left: 1.6666667em;
}

.prose-lg ol > li::before {
  left: 0;
}

.prose-lg ul > li {
  padding-left: 1.6666667em;
}

.prose-lg ul > li::before {
  width: 0.3333333em;
  height: 0.3333333em;
  top: calc(0.8888889em - 0.1666667em);
  left: 0.2222222em;
}

.prose-lg > ul > li p {
  margin-top: 0.8888889em;
  margin-bottom: 0.8888889em;
}

.prose-lg > ul > li > *:first-child {
  margin-top: 1.3333333em;
}

.prose-lg > ul > li > *:last-child {
  margin-bottom: 1.3333333em;
}

.prose-lg > ol > li > *:first-child {
  margin-top: 1.3333333em;
}

.prose-lg > ol > li > *:last-child {
  margin-bottom: 1.3333333em;
}

.prose-lg ul ul, .prose-lg ul ol, .prose-lg ol ul, .prose-lg ol ol {
  margin-top: 0.8888889em;
  margin-bottom: 0.8888889em;
}

.prose-lg hr {
  margin-top: 3.1111111em;
  margin-bottom: 3.1111111em;
}

.prose-lg hr + * {
  margin-top: 0;
}

.prose-lg h2 + * {
  margin-top: 0;
}

.prose-lg h3 + * {
  margin-top: 0;
}

.prose-lg h4 + * {
  margin-top: 0;
}

.prose-lg table {
  font-size: 0.8888889em;
  line-height: 1.5;
}

.prose-lg thead th {
  padding-right: 0.75em;
  padding-bottom: 0.75em;
  padding-left: 0.75em;
}

.prose-lg thead th:first-child {
  padding-left: 0;
}

.prose-lg thead th:last-child {
  padding-right: 0;
}

.prose-lg tbody td {
  padding-top: 0.75em;
  padding-right: 0.75em;
  padding-bottom: 0.75em;
  padding-left: 0.75em;
}

.prose-lg tbody td:first-child {
  padding-left: 0;
}

.prose-lg tbody td:last-child {
  padding-right: 0;
}

.prose-lg > :first-child {
  margin-top: 0;
}

.prose-lg > :last-child {
  margin-bottom: 0;
}

.prose-xl {
  font-size: 1.25rem;
  line-height: 1.8;
}

.prose-xl p {
  margin-top: 1.2em;
  margin-bottom: 1.2em;
}

.prose-xl [class~="lead"] {
  font-size: 1.2em;
  line-height: 1.5;
  margin-top: 1em;
  margin-bottom: 1em;
}

.prose-xl blockquote {
  margin-top: 1.6em;
  margin-bottom: 1.6em;
  padding-left: 1.0666667em;
}

.prose-xl h1 {
  font-size: 2.8em;
  margin-top: 0;
  margin-bottom: 0.8571429em;
  line-height: 1;
}

.prose-xl h2 {
  font-size: 1.8em;
  margin-top: 1.5555556em;
  margin-bottom: 0.8888889em;
  line-height: 1.1111111;
}

.prose-xl h3 {
  font-size: 1.5em;
  margin-top: 1.6em;
  margin-bottom: 0.6666667em;
  line-height: 1.3333333;
}

.prose-xl h4 {
  margin-top: 1.8em;
  margin-bottom: 0.6em;
  line-height: 1.6;
}

.prose-xl img {
  margin-top: 2em;
  margin-bottom: 2em;
}

.prose-xl video {
  margin-top: 2em;
  margin-bottom: 2em;
}

.prose-xl figure {
  margin-top: 2em;
  margin-bottom: 2em;
}

.prose-xl figure > * {
  margin-top: 0;
  margin-bottom: 0;
}

.prose-xl figure figcaption {
  font-size: 0.9em;
  line-height: 1.5555556;
  margin-top: 1em;
}

.prose-xl code {
  font-size: 0.9em;
}

.prose-xl h2 code {
  font-size: 0.8611111em;
}

.prose-xl h3 code {
  font-size: 0.9em;
}

.prose-xl pre {
  font-size: 0.9em;
  line-height: 1.7777778;
  margin-top: 2em;
  margin-bottom: 2em;
  border-radius: 0.5rem;
  padding-top: 1.1111111em;
  padding-right: 1.3333333em;
  padding-bottom: 1.1111111em;
  padding-left: 1.3333333em;
}

.prose-xl ol {
  margin-top: 1.2em;
  margin-bottom: 1.2em;
}

.prose-xl ul {
  margin-top: 1.2em;
  margin-bottom: 1.2em;
}

.prose-xl li {
  margin-top: 0.6em;
  margin-bottom: 0.6em;
}

.prose-xl ol > li {
  padding-left: 1.8em;
}

.prose-xl ol > li::before {
  left: 0;
}

.prose-xl ul > li {
  padding-left: 1.8em;
}

.prose-xl ul > li::before {
  width: 0.35em;
  height: 0.35em;
  top: calc(0.9em - 0.175em);
  left: 0.25em;
}

.prose-xl > ul > li p {
  margin-top: 0.8em;
  margin-bottom: 0.8em;
}

.prose-xl > ul > li > *:first-child {
  margin-top: 1.2em;
}

.prose-xl > ul > li > *:last-child {
  margin-bottom: 1.2em;
}

.prose-xl > ol > li > *:first-child {
  margin-top: 1.2em;
}

.prose-xl > ol > li > *:last-child {
  margin-bottom: 1.2em;
}

.prose-xl ul ul, .prose-xl ul ol, .prose-xl ol ul, .prose-xl ol ol {
  margin-top: 0.8em;
  margin-bottom: 0.8em;
}

.prose-xl hr {
  margin-top: 2.8em;
  margin-bottom: 2.8em;
}

.prose-xl hr + * {
  margin-top: 0;
}

.prose-xl h2 + * {
  margin-top: 0;
}

.prose-xl h3 + * {
  margin-top: 0;
}

.prose-xl h4 + * {
  margin-top: 0;
}

.prose-xl table {
  font-size: 0.9em;
  line-height: 1.5555556;
}

.prose-xl thead th {
  padding-right: 0.6666667em;
  padding-bottom: 0.8888889em;
  padding-left: 0.6666667em;
}

.prose-xl thead th:first-child {
  padding-left: 0;
}

.prose-xl thead th:last-child {
  padding-right: 0;
}

.prose-xl tbody td {
  padding-top: 0.8888889em;
  padding-right: 0.6666667em;
  padding-bottom: 0.8888889em;
  padding-left: 0.6666667em;
}

.prose-xl tbody td:first-child {
  padding-left: 0;
}

.prose-xl tbody td:last-child {
  padding-right: 0;
}

.prose-xl > :first-child {
  margin-top: 0;
}

.prose-xl > :last-child {
  margin-bottom: 0;
}

.prose-2xl {
  font-size: 1.5rem;
  line-height: 1.6666667;
}

.prose-2xl p {
  margin-top: 1.3333333em;
  margin-bottom: 1.3333333em;
}

.prose-2xl [class~="lead"] {
  font-size: 1.25em;
  line-height: 1.4666667;
  margin-top: 1.0666667em;
  margin-bottom: 1.0666667em;
}

.prose-2xl blockquote {
  margin-top: 1.7777778em;
  margin-bottom: 1.7777778em;
  padding-left: 1.1111111em;
}

.prose-2xl h1 {
  font-size: 2.6666667em;
  margin-top: 0;
  margin-bottom: 0.875em;
  line-height: 1;
}

.prose-2xl h2 {
  font-size: 2em;
  margin-top: 1.5em;
  margin-bottom: 0.8333333em;
  line-height: 1.0833333;
}

.prose-2xl h3 {
  font-size: 1.5em;
  margin-top: 1.5555556em;
  margin-bottom: 0.6666667em;
  line-height: 1.2222222;
}

.prose-2xl h4 {
  margin-top: 1.6666667em;
  margin-bottom: 0.6666667em;
  line-height: 1.5;
}

.prose-2xl img {
  margin-top: 2em;
  margin-bottom: 2em;
}

.prose-2xl video {
  margin-top: 2em;
  margin-bottom: 2em;
}

.prose-2xl figure {
  margin-top: 2em;
  margin-bottom: 2em;
}

.prose-2xl figure > * {
  margin-top: 0;
  margin-bottom: 0;
}

.prose-2xl figure figcaption {
  font-size: 0.8333333em;
  line-height: 1.6;
  margin-top: 1em;
}

.prose-2xl code {
  font-size: 0.8333333em;
}

.prose-2xl h2 code {
  font-size: 0.875em;
}

.prose-2xl h3 code {
  font-size: 0.8888889em;
}

.prose-2xl pre {
  font-size: 0.8333333em;
  line-height: 1.8;
  margin-top: 2em;
  margin-bottom: 2em;
  border-radius: 0.5rem;
  padding-top: 1.2em;
  padding-right: 1.6em;
  padding-bottom: 1.2em;
  padding-left: 1.6em;
}

.prose-2xl ol {
  margin-top: 1.3333333em;
  margin-bottom: 1.3333333em;
}

.prose-2xl ul {
  margin-top: 1.3333333em;
  margin-bottom: 1.3333333em;
}

.prose-2xl li {
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}

.prose-2xl ol > li {
  padding-left: 1.6666667em;
}

.prose-2xl ol > li::before {
  left: 0;
}

.prose-2xl ul > li {
  padding-left: 1.6666667em;
}

.prose-2xl ul > li::before {
  width: 0.3333333em;
  height: 0.3333333em;
  top: calc(0.8333333em - 0.1666667em);
  left: 0.25em;
}

.prose-2xl > ul > li p {
  margin-top: 0.8333333em;
  margin-bottom: 0.8333333em;
}

.prose-2xl > ul > li > *:first-child {
  margin-top: 1.3333333em;
}

.prose-2xl > ul > li > *:last-child {
  margin-bottom: 1.3333333em;
}

.prose-2xl > ol > li > *:first-child {
  margin-top: 1.3333333em;
}

.prose-2xl > ol > li > *:last-child {
  margin-bottom: 1.3333333em;
}

.prose-2xl ul ul, .prose-2xl ul ol, .prose-2xl ol ul, .prose-2xl ol ol {
  margin-top: 0.6666667em;
  margin-bottom: 0.6666667em;
}

.prose-2xl hr {
  margin-top: 3em;
  margin-bottom: 3em;
}

.prose-2xl hr + * {
  margin-top: 0;
}

.prose-2xl h2 + * {
  margin-top: 0;
}

.prose-2xl h3 + * {
  margin-top: 0;
}

.prose-2xl h4 + * {
  margin-top: 0;
}

.prose-2xl table {
  font-size: 0.8333333em;
  line-height: 1.4;
}

.prose-2xl thead th {
  padding-right: 0.6em;
  padding-bottom: 0.8em;
  padding-left: 0.6em;
}

.prose-2xl thead th:first-child {
  padding-left: 0;
}

.prose-2xl thead th:last-child {
  padding-right: 0;
}

.prose-2xl tbody td {
  padding-top: 0.8em;
  padding-right: 0.6em;
  padding-bottom: 0.8em;
  padding-left: 0.6em;
}

.prose-2xl tbody td:first-child {
  padding-left: 0;
}

.prose-2xl tbody td:last-child {
  padding-right: 0;
}

.prose-2xl > :first-child {
  margin-top: 0;
}

.prose-2xl > :last-child {
  margin-bottom: 0;
}

.prose-blue a {
  color: #2563eb;
}

.prose-blue a code {
  color: #2563eb;
}

.prose-purple a {
  color: #9333ea;
}

.prose-purple a code {
  color: #9333ea;
}

.prose-rose a {
  color: #e11d48;
}

.prose-rose a code {
  color: #e11d48;
}

.prose-pink a {
  color: #db2777;
}

.prose-pink a code {
  color: #db2777;
}

.prose-fuchsia a {
  color: #c026d3;
}

.prose-fuchsia a code {
  color: #c026d3;
}

.prose-violet a {
  color: #7c3aed;
}

.prose-violet a code {
  color: #7c3aed;
}

.prose-indigo a {
  color: #4f46e5;
}

.prose-indigo a code {
  color: #4f46e5;
}

.prose-lightBlue a {
  color: #0284c7;
}

.prose-lightBlue a code {
  color: #0284c7;
}

.prose-cyan a {
  color: #0891b2;
}

.prose-cyan a code {
  color: #0891b2;
}

.prose-teal a {
  color: #0d9488;
}

.prose-teal a code {
  color: #0d9488;
}

.prose-emerald a {
  color: #059669;
}

.prose-emerald a code {
  color: #059669;
}

.prose-green a {
  color: #16a34a;
}

.prose-green a code {
  color: #16a34a;
}

.prose-lime a {
  color: #65a30d;
}

.prose-lime a code {
  color: #65a30d;
}

.prose-yellow a {
  color: #ca8a04;
}

.prose-yellow a code {
  color: #ca8a04;
}

.prose-amber a {
  color: #d97706;
}

.prose-amber a code {
  color: #d97706;
}

.prose-orange a {
  color: #ea580c;
}

.prose-orange a code {
  color: #ea580c;
}

.prose-red a {
  color: #dc2626;
}

.prose-red a code {
  color: #dc2626;
}

.prose-warmGray a {
  color: #57534e;
}

.prose-warmGray a code {
  color: #57534e;
}

.prose-trueGray a {
  color: #525252;
}

.prose-trueGray a code {
  color: #525252;
}

.prose-coolGray a {
  color: #4b5563;
}

.prose-coolGray a code {
  color: #4b5563;
}

.prose-blueGray a {
  color: #475569;
}

.prose-blueGray a code {
  color: #475569;
}

.aspect-w-1,
.aspect-w-2,
.aspect-w-3,
.aspect-w-4,
.aspect-w-5,
.aspect-w-6,
.aspect-w-7,
.aspect-w-8,
.aspect-w-9,
.aspect-w-10,
.aspect-w-11,
.aspect-w-12,
.aspect-w-13,
.aspect-w-14,
.aspect-w-15,
.aspect-w-16 {
  position: relative;
  padding-bottom: calc(var(--tw-aspect-h) / var(--tw-aspect-w) * 100%);
}

.aspect-w-1 > *,
.aspect-w-2 > *,
.aspect-w-3 > *,
.aspect-w-4 > *,
.aspect-w-5 > *,
.aspect-w-6 > *,
.aspect-w-7 > *,
.aspect-w-8 > *,
.aspect-w-9 > *,
.aspect-w-10 > *,
.aspect-w-11 > *,
.aspect-w-12 > *,
.aspect-w-13 > *,
.aspect-w-14 > *,
.aspect-w-15 > *,
.aspect-w-16 > * {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.aspect-none {
  position: static;
  padding-bottom: 0;
}

.aspect-none > * {
  position: static;
  height: auto;
  width: auto;
  top: auto;
  right: auto;
  bottom: auto;
  left: auto;
}

.aspect-w-1 {
  --tw-aspect-w: 1;
}

.aspect-w-2 {
  --tw-aspect-w: 2;
}

.aspect-w-3 {
  --tw-aspect-w: 3;
}

.aspect-w-4 {
  --tw-aspect-w: 4;
}

.aspect-w-5 {
  --tw-aspect-w: 5;
}

.aspect-w-6 {
  --tw-aspect-w: 6;
}

.aspect-w-7 {
  --tw-aspect-w: 7;
}

.aspect-w-8 {
  --tw-aspect-w: 8;
}

.aspect-w-9 {
  --tw-aspect-w: 9;
}

.aspect-w-10 {
  --tw-aspect-w: 10;
}

.aspect-w-11 {
  --tw-aspect-w: 11;
}

.aspect-w-12 {
  --tw-aspect-w: 12;
}

.aspect-w-13 {
  --tw-aspect-w: 13;
}

.aspect-w-14 {
  --tw-aspect-w: 14;
}

.aspect-w-15 {
  --tw-aspect-w: 15;
}

.aspect-w-16 {
  --tw-aspect-w: 16;
}

.aspect-h-1 {
  --tw-aspect-h: 1;
}

.aspect-h-2 {
  --tw-aspect-h: 2;
}

.aspect-h-3 {
  --tw-aspect-h: 3;
}

.aspect-h-4 {
  --tw-aspect-h: 4;
}

.aspect-h-5 {
  --tw-aspect-h: 5;
}

.aspect-h-6 {
  --tw-aspect-h: 6;
}

.aspect-h-7 {
  --tw-aspect-h: 7;
}

.aspect-h-8 {
  --tw-aspect-h: 8;
}

.aspect-h-9 {
  --tw-aspect-h: 9;
}

.aspect-h-10 {
  --tw-aspect-h: 10;
}

.aspect-h-11 {
  --tw-aspect-h: 11;
}

.aspect-h-12 {
  --tw-aspect-h: 12;
}

.aspect-h-13 {
  --tw-aspect-h: 13;
}

.aspect-h-14 {
  --tw-aspect-h: 14;
}

.aspect-h-15 {
  --tw-aspect-h: 15;
}

.aspect-h-16 {
  --tw-aspect-h: 16;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}

.not-sr-only {
  position: static;
  width: auto;
  height: auto;
  padding: 0;
  margin: 0;
  overflow: visible;
  clip: auto;
  white-space: normal;
}

.focus\:sr-only:focus {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}

.focus\:not-sr-only:focus {
  position: static;
  width: auto;
  height: auto;
  padding: 0;
  margin: 0;
  overflow: visible;
  clip: auto;
  white-space: normal;
}

.pointer-events-none {
  pointer-events: none;
}

.pointer-events-auto {
  pointer-events: auto;
}

.disabled\:pointer-events-none:disabled {
  pointer-events: none;
}

.disabled\:pointer-events-auto:disabled {
  pointer-events: auto;
}

.visible {
  visibility: visible;
}

.invisible {
  visibility: hidden;
}

.static {
  position: static;
}

.fixed {
  position: fixed;
}

.absolute {
  position: absolute;
}

.relative {
  position: relative;
}

.sticky {
  position: sticky;
}

.hover\:static:hover {
  position: static;
}

.hover\:fixed:hover {
  position: fixed;
}

.hover\:absolute:hover {
  position: absolute;
}

.hover\:relative:hover {
  position: relative;
}

.hover\:sticky:hover {
  position: sticky;
}

.inset-0 {
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
}

.inset-1 {
  top: 0.25rem;
  right: 0.25rem;
  bottom: 0.25rem;
  left: 0.25rem;
}

.inset-2 {
  top: 0.5rem;
  right: 0.5rem;
  bottom: 0.5rem;
  left: 0.5rem;
}

.inset-3 {
  top: 0.75rem;
  right: 0.75rem;
  bottom: 0.75rem;
  left: 0.75rem;
}

.inset-4 {
  top: 1rem;
  right: 1rem;
  bottom: 1rem;
  left: 1rem;
}

.inset-5 {
  top: 1.25rem;
  right: 1.25rem;
  bottom: 1.25rem;
  left: 1.25rem;
}

.inset-6 {
  top: 1.5rem;
  right: 1.5rem;
  bottom: 1.5rem;
  left: 1.5rem;
}

.inset-7 {
  top: 1.75rem;
  right: 1.75rem;
  bottom: 1.75rem;
  left: 1.75rem;
}

.inset-8 {
  top: 2rem;
  right: 2rem;
  bottom: 2rem;
  left: 2rem;
}

.inset-9 {
  top: 2.25rem;
  right: 2.25rem;
  bottom: 2.25rem;
  left: 2.25rem;
}

.inset-10 {
  top: 2.5rem;
  right: 2.5rem;
  bottom: 2.5rem;
  left: 2.5rem;
}

.inset-11 {
  top: 2.75rem;
  right: 2.75rem;
  bottom: 2.75rem;
  left: 2.75rem;
}

.inset-12 {
  top: 3rem;
  right: 3rem;
  bottom: 3rem;
  left: 3rem;
}

.inset-14 {
  top: 3.5rem;
  right: 3.5rem;
  bottom: 3.5rem;
  left: 3.5rem;
}

.inset-16 {
  top: 4rem;
  right: 4rem;
  bottom: 4rem;
  left: 4rem;
}

.inset-20 {
  top: 5rem;
  right: 5rem;
  bottom: 5rem;
  left: 5rem;
}

.inset-24 {
  top: 6rem;
  right: 6rem;
  bottom: 6rem;
  left: 6rem;
}

.inset-28 {
  top: 7rem;
  right: 7rem;
  bottom: 7rem;
  left: 7rem;
}

.inset-32 {
  top: 8rem;
  right: 8rem;
  bottom: 8rem;
  left: 8rem;
}

.inset-36 {
  top: 9rem;
  right: 9rem;
  bottom: 9rem;
  left: 9rem;
}

.inset-40 {
  top: 10rem;
  right: 10rem;
  bottom: 10rem;
  left: 10rem;
}

.inset-44 {
  top: 11rem;
  right: 11rem;
  bottom: 11rem;
  left: 11rem;
}

.inset-48 {
  top: 12rem;
  right: 12rem;
  bottom: 12rem;
  left: 12rem;
}

.inset-52 {
  top: 13rem;
  right: 13rem;
  bottom: 13rem;
  left: 13rem;
}

.inset-56 {
  top: 14rem;
  right: 14rem;
  bottom: 14rem;
  left: 14rem;
}

.inset-60 {
  top: 15rem;
  right: 15rem;
  bottom: 15rem;
  left: 15rem;
}

.inset-64 {
  top: 16rem;
  right: 16rem;
  bottom: 16rem;
  left: 16rem;
}

.inset-72 {
  top: 18rem;
  right: 18rem;
  bottom: 18rem;
  left: 18rem;
}

.inset-80 {
  top: 20rem;
  right: 20rem;
  bottom: 20rem;
  left: 20rem;
}

.inset-96 {
  top: 24rem;
  right: 24rem;
  bottom: 24rem;
  left: 24rem;
}

.inset-auto {
  top: auto;
  right: auto;
  bottom: auto;
  left: auto;
}

.inset-px {
  top: 1px;
  right: 1px;
  bottom: 1px;
  left: 1px;
}

.inset-0\.5 {
  top: 0.125rem;
  right: 0.125rem;
  bottom: 0.125rem;
  left: 0.125rem;
}

.inset-1\.5 {
  top: 0.375rem;
  right: 0.375rem;
  bottom: 0.375rem;
  left: 0.375rem;
}

.inset-2\.5 {
  top: 0.625rem;
  right: 0.625rem;
  bottom: 0.625rem;
  left: 0.625rem;
}

.inset-3\.5 {
  top: 0.875rem;
  right: 0.875rem;
  bottom: 0.875rem;
  left: 0.875rem;
}

.-inset-0 {
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
}

.-inset-1 {
  top: -0.25rem;
  right: -0.25rem;
  bottom: -0.25rem;
  left: -0.25rem;
}

.-inset-2 {
  top: -0.5rem;
  right: -0.5rem;
  bottom: -0.5rem;
  left: -0.5rem;
}

.-inset-3 {
  top: -0.75rem;
  right: -0.75rem;
  bottom: -0.75rem;
  left: -0.75rem;
}

.-inset-4 {
  top: -1rem;
  right: -1rem;
  bottom: -1rem;
  left: -1rem;
}

.-inset-5 {
  top: -1.25rem;
  right: -1.25rem;
  bottom: -1.25rem;
  left: -1.25rem;
}

.-inset-6 {
  top: -1.5rem;
  right: -1.5rem;
  bottom: -1.5rem;
  left: -1.5rem;
}

.-inset-7 {
  top: -1.75rem;
  right: -1.75rem;
  bottom: -1.75rem;
  left: -1.75rem;
}

.-inset-8 {
  top: -2rem;
  right: -2rem;
  bottom: -2rem;
  left: -2rem;
}

.-inset-9 {
  top: -2.25rem;
  right: -2.25rem;
  bottom: -2.25rem;
  left: -2.25rem;
}

.-inset-10 {
  top: -2.5rem;
  right: -2.5rem;
  bottom: -2.5rem;
  left: -2.5rem;
}

.-inset-11 {
  top: -2.75rem;
  right: -2.75rem;
  bottom: -2.75rem;
  left: -2.75rem;
}

.-inset-12 {
  top: -3rem;
  right: -3rem;
  bottom: -3rem;
  left: -3rem;
}

.-inset-14 {
  top: -3.5rem;
  right: -3.5rem;
  bottom: -3.5rem;
  left: -3.5rem;
}

.-inset-16 {
  top: -4rem;
  right: -4rem;
  bottom: -4rem;
  left: -4rem;
}

.-inset-20 {
  top: -5rem;
  right: -5rem;
  bottom: -5rem;
  left: -5rem;
}

.-inset-24 {
  top: -6rem;
  right: -6rem;
  bottom: -6rem;
  left: -6rem;
}

.-inset-28 {
  top: -7rem;
  right: -7rem;
  bottom: -7rem;
  left: -7rem;
}

.-inset-32 {
  top: -8rem;
  right: -8rem;
  bottom: -8rem;
  left: -8rem;
}

.-inset-36 {
  top: -9rem;
  right: -9rem;
  bottom: -9rem;
  left: -9rem;
}

.-inset-40 {
  top: -10rem;
  right: -10rem;
  bottom: -10rem;
  left: -10rem;
}

.-inset-44 {
  top: -11rem;
  right: -11rem;
  bottom: -11rem;
  left: -11rem;
}

.-inset-48 {
  top: -12rem;
  right: -12rem;
  bottom: -12rem;
  left: -12rem;
}

.-inset-52 {
  top: -13rem;
  right: -13rem;
  bottom: -13rem;
  left: -13rem;
}

.-inset-56 {
  top: -14rem;
  right: -14rem;
  bottom: -14rem;
  left: -14rem;
}

.-inset-60 {
  top: -15rem;
  right: -15rem;
  bottom: -15rem;
  left: -15rem;
}

.-inset-64 {
  top: -16rem;
  right: -16rem;
  bottom: -16rem;
  left: -16rem;
}

.-inset-72 {
  top: -18rem;
  right: -18rem;
  bottom: -18rem;
  left: -18rem;
}

.-inset-80 {
  top: -20rem;
  right: -20rem;
  bottom: -20rem;
  left: -20rem;
}

.-inset-96 {
  top: -24rem;
  right: -24rem;
  bottom: -24rem;
  left: -24rem;
}

.-inset-px {
  top: -1px;
  right: -1px;
  bottom: -1px;
  left: -1px;
}

.-inset-0\.5 {
  top: -0.125rem;
  right: -0.125rem;
  bottom: -0.125rem;
  left: -0.125rem;
}

.-inset-1\.5 {
  top: -0.375rem;
  right: -0.375rem;
  bottom: -0.375rem;
  left: -0.375rem;
}

.-inset-2\.5 {
  top: -0.625rem;
  right: -0.625rem;
  bottom: -0.625rem;
  left: -0.625rem;
}

.-inset-3\.5 {
  top: -0.875rem;
  right: -0.875rem;
  bottom: -0.875rem;
  left: -0.875rem;
}

.inset-1\/2 {
  top: 50%;
  right: 50%;
  bottom: 50%;
  left: 50%;
}

.inset-1\/3 {
  top: 33.333333%;
  right: 33.333333%;
  bottom: 33.333333%;
  left: 33.333333%;
}

.inset-2\/3 {
  top: 66.666667%;
  right: 66.666667%;
  bottom: 66.666667%;
  left: 66.666667%;
}

.inset-1\/4 {
  top: 25%;
  right: 25%;
  bottom: 25%;
  left: 25%;
}

.inset-2\/4 {
  top: 50%;
  right: 50%;
  bottom: 50%;
  left: 50%;
}

.inset-3\/4 {
  top: 75%;
  right: 75%;
  bottom: 75%;
  left: 75%;
}

.inset-full {
  top: 100%;
  right: 100%;
  bottom: 100%;
  left: 100%;
}

.-inset-1\/2 {
  top: -50%;
  right: -50%;
  bottom: -50%;
  left: -50%;
}

.-inset-1\/3 {
  top: -33.333333%;
  right: -33.333333%;
  bottom: -33.333333%;
  left: -33.333333%;
}

.-inset-2\/3 {
  top: -66.666667%;
  right: -66.666667%;
  bottom: -66.666667%;
  left: -66.666667%;
}

.-inset-1\/4 {
  top: -25%;
  right: -25%;
  bottom: -25%;
  left: -25%;
}

.-inset-2\/4 {
  top: -50%;
  right: -50%;
  bottom: -50%;
  left: -50%;
}

.-inset-3\/4 {
  top: -75%;
  right: -75%;
  bottom: -75%;
  left: -75%;
}

.-inset-full {
  top: -100%;
  right: -100%;
  bottom: -100%;
  left: -100%;
}

.focus\:inset-0:focus {
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
}

.focus\:inset-1:focus {
  top: 0.25rem;
  right: 0.25rem;
  bottom: 0.25rem;
  left: 0.25rem;
}

.focus\:inset-2:focus {
  top: 0.5rem;
  right: 0.5rem;
  bottom: 0.5rem;
  left: 0.5rem;
}

.focus\:inset-3:focus {
  top: 0.75rem;
  right: 0.75rem;
  bottom: 0.75rem;
  left: 0.75rem;
}

.focus\:inset-4:focus {
  top: 1rem;
  right: 1rem;
  bottom: 1rem;
  left: 1rem;
}

.focus\:inset-5:focus {
  top: 1.25rem;
  right: 1.25rem;
  bottom: 1.25rem;
  left: 1.25rem;
}

.focus\:inset-6:focus {
  top: 1.5rem;
  right: 1.5rem;
  bottom: 1.5rem;
  left: 1.5rem;
}

.focus\:inset-7:focus {
  top: 1.75rem;
  right: 1.75rem;
  bottom: 1.75rem;
  left: 1.75rem;
}

.focus\:inset-8:focus {
  top: 2rem;
  right: 2rem;
  bottom: 2rem;
  left: 2rem;
}

.focus\:inset-9:focus {
  top: 2.25rem;
  right: 2.25rem;
  bottom: 2.25rem;
  left: 2.25rem;
}

.focus\:inset-10:focus {
  top: 2.5rem;
  right: 2.5rem;
  bottom: 2.5rem;
  left: 2.5rem;
}

.focus\:inset-11:focus {
  top: 2.75rem;
  right: 2.75rem;
  bottom: 2.75rem;
  left: 2.75rem;
}

.focus\:inset-12:focus {
  top: 3rem;
  right: 3rem;
  bottom: 3rem;
  left: 3rem;
}

.focus\:inset-14:focus {
  top: 3.5rem;
  right: 3.5rem;
  bottom: 3.5rem;
  left: 3.5rem;
}

.focus\:inset-16:focus {
  top: 4rem;
  right: 4rem;
  bottom: 4rem;
  left: 4rem;
}

.focus\:inset-20:focus {
  top: 5rem;
  right: 5rem;
  bottom: 5rem;
  left: 5rem;
}

.focus\:inset-24:focus {
  top: 6rem;
  right: 6rem;
  bottom: 6rem;
  left: 6rem;
}

.focus\:inset-28:focus {
  top: 7rem;
  right: 7rem;
  bottom: 7rem;
  left: 7rem;
}

.focus\:inset-32:focus {
  top: 8rem;
  right: 8rem;
  bottom: 8rem;
  left: 8rem;
}

.focus\:inset-36:focus {
  top: 9rem;
  right: 9rem;
  bottom: 9rem;
  left: 9rem;
}

.focus\:inset-40:focus {
  top: 10rem;
  right: 10rem;
  bottom: 10rem;
  left: 10rem;
}

.focus\:inset-44:focus {
  top: 11rem;
  right: 11rem;
  bottom: 11rem;
  left: 11rem;
}

.focus\:inset-48:focus {
  top: 12rem;
  right: 12rem;
  bottom: 12rem;
  left: 12rem;
}

.focus\:inset-52:focus {
  top: 13rem;
  right: 13rem;
  bottom: 13rem;
  left: 13rem;
}

.focus\:inset-56:focus {
  top: 14rem;
  right: 14rem;
  bottom: 14rem;
  left: 14rem;
}

.focus\:inset-60:focus {
  top: 15rem;
  right: 15rem;
  bottom: 15rem;
  left: 15rem;
}

.focus\:inset-64:focus {
  top: 16rem;
  right: 16rem;
  bottom: 16rem;
  left: 16rem;
}

.focus\:inset-72:focus {
  top: 18rem;
  right: 18rem;
  bottom: 18rem;
  left: 18rem;
}

.focus\:inset-80:focus {
  top: 20rem;
  right: 20rem;
  bottom: 20rem;
  left: 20rem;
}

.focus\:inset-96:focus {
  top: 24rem;
  right: 24rem;
  bottom: 24rem;
  left: 24rem;
}

.focus\:inset-auto:focus {
  top: auto;
  right: auto;
  bottom: auto;
  left: auto;
}

.focus\:inset-px:focus {
  top: 1px;
  right: 1px;
  bottom: 1px;
  left: 1px;
}

.focus\:inset-0\.5:focus {
  top: 0.125rem;
  right: 0.125rem;
  bottom: 0.125rem;
  left: 0.125rem;
}

.focus\:inset-1\.5:focus {
  top: 0.375rem;
  right: 0.375rem;
  bottom: 0.375rem;
  left: 0.375rem;
}

.focus\:inset-2\.5:focus {
  top: 0.625rem;
  right: 0.625rem;
  bottom: 0.625rem;
  left: 0.625rem;
}

.focus\:inset-3\.5:focus {
  top: 0.875rem;
  right: 0.875rem;
  bottom: 0.875rem;
  left: 0.875rem;
}

.focus\:-inset-0:focus {
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
}

.focus\:-inset-1:focus {
  top: -0.25rem;
  right: -0.25rem;
  bottom: -0.25rem;
  left: -0.25rem;
}

.focus\:-inset-2:focus {
  top: -0.5rem;
  right: -0.5rem;
  bottom: -0.5rem;
  left: -0.5rem;
}

.focus\:-inset-3:focus {
  top: -0.75rem;
  right: -0.75rem;
  bottom: -0.75rem;
  left: -0.75rem;
}

.focus\:-inset-4:focus {
  top: -1rem;
  right: -1rem;
  bottom: -1rem;
  left: -1rem;
}

.focus\:-inset-5:focus {
  top: -1.25rem;
  right: -1.25rem;
  bottom: -1.25rem;
  left: -1.25rem;
}

.focus\:-inset-6:focus {
  top: -1.5rem;
  right: -1.5rem;
  bottom: -1.5rem;
  left: -1.5rem;
}

.focus\:-inset-7:focus {
  top: -1.75rem;
  right: -1.75rem;
  bottom: -1.75rem;
  left: -1.75rem;
}

.focus\:-inset-8:focus {
  top: -2rem;
  right: -2rem;
  bottom: -2rem;
  left: -2rem;
}

.focus\:-inset-9:focus {
  top: -2.25rem;
  right: -2.25rem;
  bottom: -2.25rem;
  left: -2.25rem;
}

.focus\:-inset-10:focus {
  top: -2.5rem;
  right: -2.5rem;
  bottom: -2.5rem;
  left: -2.5rem;
}

.focus\:-inset-11:focus {
  top: -2.75rem;
  right: -2.75rem;
  bottom: -2.75rem;
  left: -2.75rem;
}

.focus\:-inset-12:focus {
  top: -3rem;
  right: -3rem;
  bottom: -3rem;
  left: -3rem;
}

.focus\:-inset-14:focus {
  top: -3.5rem;
  right: -3.5rem;
  bottom: -3.5rem;
  left: -3.5rem;
}

.focus\:-inset-16:focus {
  top: -4rem;
  right: -4rem;
  bottom: -4rem;
  left: -4rem;
}

.focus\:-inset-20:focus {
  top: -5rem;
  right: -5rem;
  bottom: -5rem;
  left: -5rem;
}

.focus\:-inset-24:focus {
  top: -6rem;
  right: -6rem;
  bottom: -6rem;
  left: -6rem;
}

.focus\:-inset-28:focus {
  top: -7rem;
  right: -7rem;
  bottom: -7rem;
  left: -7rem;
}

.focus\:-inset-32:focus {
  top: -8rem;
  right: -8rem;
  bottom: -8rem;
  left: -8rem;
}

.focus\:-inset-36:focus {
  top: -9rem;
  right: -9rem;
  bottom: -9rem;
  left: -9rem;
}

.focus\:-inset-40:focus {
  top: -10rem;
  right: -10rem;
  bottom: -10rem;
  left: -10rem;
}

.focus\:-inset-44:focus {
  top: -11rem;
  right: -11rem;
  bottom: -11rem;
  left: -11rem;
}

.focus\:-inset-48:focus {
  top: -12rem;
  right: -12rem;
  bottom: -12rem;
  left: -12rem;
}

.focus\:-inset-52:focus {
  top: -13rem;
  right: -13rem;
  bottom: -13rem;
  left: -13rem;
}

.focus\:-inset-56:focus {
  top: -14rem;
  right: -14rem;
  bottom: -14rem;
  left: -14rem;
}

.focus\:-inset-60:focus {
  top: -15rem;
  right: -15rem;
  bottom: -15rem;
  left: -15rem;
}

.focus\:-inset-64:focus {
  top: -16rem;
  right: -16rem;
  bottom: -16rem;
  left: -16rem;
}

.focus\:-inset-72:focus {
  top: -18rem;
  right: -18rem;
  bottom: -18rem;
  left: -18rem;
}

.focus\:-inset-80:focus {
  top: -20rem;
  right: -20rem;
  bottom: -20rem;
  left: -20rem;
}

.focus\:-inset-96:focus {
  top: -24rem;
  right: -24rem;
  bottom: -24rem;
  left: -24rem;
}

.focus\:-inset-px:focus {
  top: -1px;
  right: -1px;
  bottom: -1px;
  left: -1px;
}

.focus\:-inset-0\.5:focus {
  top: -0.125rem;
  right: -0.125rem;
  bottom: -0.125rem;
  left: -0.125rem;
}

.focus\:-inset-1\.5:focus {
  top: -0.375rem;
  right: -0.375rem;
  bottom: -0.375rem;
  left: -0.375rem;
}

.focus\:-inset-2\.5:focus {
  top: -0.625rem;
  right: -0.625rem;
  bottom: -0.625rem;
  left: -0.625rem;
}

.focus\:-inset-3\.5:focus {
  top: -0.875rem;
  right: -0.875rem;
  bottom: -0.875rem;
  left: -0.875rem;
}

.focus\:inset-1\/2:focus {
  top: 50%;
  right: 50%;
  bottom: 50%;
  left: 50%;
}

.focus\:inset-1\/3:focus {
  top: 33.333333%;
  right: 33.333333%;
  bottom: 33.333333%;
  left: 33.333333%;
}

.focus\:inset-2\/3:focus {
  top: 66.666667%;
  right: 66.666667%;
  bottom: 66.666667%;
  left: 66.666667%;
}

.focus\:inset-1\/4:focus {
  top: 25%;
  right: 25%;
  bottom: 25%;
  left: 25%;
}

.focus\:inset-2\/4:focus {
  top: 50%;
  right: 50%;
  bottom: 50%;
  left: 50%;
}

.focus\:inset-3\/4:focus {
  top: 75%;
  right: 75%;
  bottom: 75%;
  left: 75%;
}

.focus\:inset-full:focus {
  top: 100%;
  right: 100%;
  bottom: 100%;
  left: 100%;
}

.focus\:-inset-1\/2:focus {
  top: -50%;
  right: -50%;
  bottom: -50%;
  left: -50%;
}

.focus\:-inset-1\/3:focus {
  top: -33.333333%;
  right: -33.333333%;
  bottom: -33.333333%;
  left: -33.333333%;
}

.focus\:-inset-2\/3:focus {
  top: -66.666667%;
  right: -66.666667%;
  bottom: -66.666667%;
  left: -66.666667%;
}

.focus\:-inset-1\/4:focus {
  top: -25%;
  right: -25%;
  bottom: -25%;
  left: -25%;
}

.focus\:-inset-2\/4:focus {
  top: -50%;
  right: -50%;
  bottom: -50%;
  left: -50%;
}

.focus\:-inset-3\/4:focus {
  top: -75%;
  right: -75%;
  bottom: -75%;
  left: -75%;
}

.focus\:-inset-full:focus {
  top: -100%;
  right: -100%;
  bottom: -100%;
  left: -100%;
}

.inset-x-0 {
  left: 0px;
  right: 0px;
}

.inset-x-1 {
  left: 0.25rem;
  right: 0.25rem;
}

.inset-x-2 {
  left: 0.5rem;
  right: 0.5rem;
}

.inset-x-3 {
  left: 0.75rem;
  right: 0.75rem;
}

.inset-x-4 {
  left: 1rem;
  right: 1rem;
}

.inset-x-5 {
  left: 1.25rem;
  right: 1.25rem;
}

.inset-x-6 {
  left: 1.5rem;
  right: 1.5rem;
}

.inset-x-7 {
  left: 1.75rem;
  right: 1.75rem;
}

.inset-x-8 {
  left: 2rem;
  right: 2rem;
}

.inset-x-9 {
  left: 2.25rem;
  right: 2.25rem;
}

.inset-x-10 {
  left: 2.5rem;
  right: 2.5rem;
}

.inset-x-11 {
  left: 2.75rem;
  right: 2.75rem;
}

.inset-x-12 {
  left: 3rem;
  right: 3rem;
}

.inset-x-14 {
  left: 3.5rem;
  right: 3.5rem;
}

.inset-x-16 {
  left: 4rem;
  right: 4rem;
}

.inset-x-20 {
  left: 5rem;
  right: 5rem;
}

.inset-x-24 {
  left: 6rem;
  right: 6rem;
}

.inset-x-28 {
  left: 7rem;
  right: 7rem;
}

.inset-x-32 {
  left: 8rem;
  right: 8rem;
}

.inset-x-36 {
  left: 9rem;
  right: 9rem;
}

.inset-x-40 {
  left: 10rem;
  right: 10rem;
}

.inset-x-44 {
  left: 11rem;
  right: 11rem;
}

.inset-x-48 {
  left: 12rem;
  right: 12rem;
}

.inset-x-52 {
  left: 13rem;
  right: 13rem;
}

.inset-x-56 {
  left: 14rem;
  right: 14rem;
}

.inset-x-60 {
  left: 15rem;
  right: 15rem;
}

.inset-x-64 {
  left: 16rem;
  right: 16rem;
}

.inset-x-72 {
  left: 18rem;
  right: 18rem;
}

.inset-x-80 {
  left: 20rem;
  right: 20rem;
}

.inset-x-96 {
  left: 24rem;
  right: 24rem;
}

.inset-x-auto {
  left: auto;
  right: auto;
}

.inset-x-px {
  left: 1px;
  right: 1px;
}

.inset-x-0\.5 {
  left: 0.125rem;
  right: 0.125rem;
}

.inset-x-1\.5 {
  left: 0.375rem;
  right: 0.375rem;
}

.inset-x-2\.5 {
  left: 0.625rem;
  right: 0.625rem;
}

.inset-x-3\.5 {
  left: 0.875rem;
  right: 0.875rem;
}

.-inset-x-0 {
  left: 0px;
  right: 0px;
}

.-inset-x-1 {
  left: -0.25rem;
  right: -0.25rem;
}

.-inset-x-2 {
  left: -0.5rem;
  right: -0.5rem;
}

.-inset-x-3 {
  left: -0.75rem;
  right: -0.75rem;
}

.-inset-x-4 {
  left: -1rem;
  right: -1rem;
}

.-inset-x-5 {
  left: -1.25rem;
  right: -1.25rem;
}

.-inset-x-6 {
  left: -1.5rem;
  right: -1.5rem;
}

.-inset-x-7 {
  left: -1.75rem;
  right: -1.75rem;
}

.-inset-x-8 {
  left: -2rem;
  right: -2rem;
}

.-inset-x-9 {
  left: -2.25rem;
  right: -2.25rem;
}

.-inset-x-10 {
  left: -2.5rem;
  right: -2.5rem;
}

.-inset-x-11 {
  left: -2.75rem;
  right: -2.75rem;
}

.-inset-x-12 {
  left: -3rem;
  right: -3rem;
}

.-inset-x-14 {
  left: -3.5rem;
  right: -3.5rem;
}

.-inset-x-16 {
  left: -4rem;
  right: -4rem;
}

.-inset-x-20 {
  left: -5rem;
  right: -5rem;
}

.-inset-x-24 {
  left: -6rem;
  right: -6rem;
}

.-inset-x-28 {
  left: -7rem;
  right: -7rem;
}

.-inset-x-32 {
  left: -8rem;
  right: -8rem;
}

.-inset-x-36 {
  left: -9rem;
  right: -9rem;
}

.-inset-x-40 {
  left: -10rem;
  right: -10rem;
}

.-inset-x-44 {
  left: -11rem;
  right: -11rem;
}

.-inset-x-48 {
  left: -12rem;
  right: -12rem;
}

.-inset-x-52 {
  left: -13rem;
  right: -13rem;
}

.-inset-x-56 {
  left: -14rem;
  right: -14rem;
}

.-inset-x-60 {
  left: -15rem;
  right: -15rem;
}

.-inset-x-64 {
  left: -16rem;
  right: -16rem;
}

.-inset-x-72 {
  left: -18rem;
  right: -18rem;
}

.-inset-x-80 {
  left: -20rem;
  right: -20rem;
}

.-inset-x-96 {
  left: -24rem;
  right: -24rem;
}

.-inset-x-px {
  left: -1px;
  right: -1px;
}

.-inset-x-0\.5 {
  left: -0.125rem;
  right: -0.125rem;
}

.-inset-x-1\.5 {
  left: -0.375rem;
  right: -0.375rem;
}

.-inset-x-2\.5 {
  left: -0.625rem;
  right: -0.625rem;
}

.-inset-x-3\.5 {
  left: -0.875rem;
  right: -0.875rem;
}

.inset-x-1\/2 {
  left: 50%;
  right: 50%;
}

.inset-x-1\/3 {
  left: 33.333333%;
  right: 33.333333%;
}

.inset-x-2\/3 {
  left: 66.666667%;
  right: 66.666667%;
}

.inset-x-1\/4 {
  left: 25%;
  right: 25%;
}

.inset-x-2\/4 {
  left: 50%;
  right: 50%;
}

.inset-x-3\/4 {
  left: 75%;
  right: 75%;
}

.inset-x-full {
  left: 100%;
  right: 100%;
}

.-inset-x-1\/2 {
  left: -50%;
  right: -50%;
}

.-inset-x-1\/3 {
  left: -33.333333%;
  right: -33.333333%;
}

.-inset-x-2\/3 {
  left: -66.666667%;
  right: -66.666667%;
}

.-inset-x-1\/4 {
  left: -25%;
  right: -25%;
}

.-inset-x-2\/4 {
  left: -50%;
  right: -50%;
}

.-inset-x-3\/4 {
  left: -75%;
  right: -75%;
}

.-inset-x-full {
  left: -100%;
  right: -100%;
}

.inset-y-0 {
  top: 0px;
  bottom: 0px;
}

.inset-y-1 {
  top: 0.25rem;
  bottom: 0.25rem;
}

.inset-y-2 {
  top: 0.5rem;
  bottom: 0.5rem;
}

.inset-y-3 {
  top: 0.75rem;
  bottom: 0.75rem;
}

.inset-y-4 {
  top: 1rem;
  bottom: 1rem;
}

.inset-y-5 {
  top: 1.25rem;
  bottom: 1.25rem;
}

.inset-y-6 {
  top: 1.5rem;
  bottom: 1.5rem;
}

.inset-y-7 {
  top: 1.75rem;
  bottom: 1.75rem;
}

.inset-y-8 {
  top: 2rem;
  bottom: 2rem;
}

.inset-y-9 {
  top: 2.25rem;
  bottom: 2.25rem;
}

.inset-y-10 {
  top: 2.5rem;
  bottom: 2.5rem;
}

.inset-y-11 {
  top: 2.75rem;
  bottom: 2.75rem;
}

.inset-y-12 {
  top: 3rem;
  bottom: 3rem;
}

.inset-y-14 {
  top: 3.5rem;
  bottom: 3.5rem;
}

.inset-y-16 {
  top: 4rem;
  bottom: 4rem;
}

.inset-y-20 {
  top: 5rem;
  bottom: 5rem;
}

.inset-y-24 {
  top: 6rem;
  bottom: 6rem;
}

.inset-y-28 {
  top: 7rem;
  bottom: 7rem;
}

.inset-y-32 {
  top: 8rem;
  bottom: 8rem;
}

.inset-y-36 {
  top: 9rem;
  bottom: 9rem;
}

.inset-y-40 {
  top: 10rem;
  bottom: 10rem;
}

.inset-y-44 {
  top: 11rem;
  bottom: 11rem;
}

.inset-y-48 {
  top: 12rem;
  bottom: 12rem;
}

.inset-y-52 {
  top: 13rem;
  bottom: 13rem;
}

.inset-y-56 {
  top: 14rem;
  bottom: 14rem;
}

.inset-y-60 {
  top: 15rem;
  bottom: 15rem;
}

.inset-y-64 {
  top: 16rem;
  bottom: 16rem;
}

.inset-y-72 {
  top: 18rem;
  bottom: 18rem;
}

.inset-y-80 {
  top: 20rem;
  bottom: 20rem;
}

.inset-y-96 {
  top: 24rem;
  bottom: 24rem;
}

.inset-y-auto {
  top: auto;
  bottom: auto;
}

.inset-y-px {
  top: 1px;
  bottom: 1px;
}

.inset-y-0\.5 {
  top: 0.125rem;
  bottom: 0.125rem;
}

.inset-y-1\.5 {
  top: 0.375rem;
  bottom: 0.375rem;
}

.inset-y-2\.5 {
  top: 0.625rem;
  bottom: 0.625rem;
}

.inset-y-3\.5 {
  top: 0.875rem;
  bottom: 0.875rem;
}

.-inset-y-0 {
  top: 0px;
  bottom: 0px;
}

.-inset-y-1 {
  top: -0.25rem;
  bottom: -0.25rem;
}

.-inset-y-2 {
  top: -0.5rem;
  bottom: -0.5rem;
}

.-inset-y-3 {
  top: -0.75rem;
  bottom: -0.75rem;
}

.-inset-y-4 {
  top: -1rem;
  bottom: -1rem;
}

.-inset-y-5 {
  top: -1.25rem;
  bottom: -1.25rem;
}

.-inset-y-6 {
  top: -1.5rem;
  bottom: -1.5rem;
}

.-inset-y-7 {
  top: -1.75rem;
  bottom: -1.75rem;
}

.-inset-y-8 {
  top: -2rem;
  bottom: -2rem;
}

.-inset-y-9 {
  top: -2.25rem;
  bottom: -2.25rem;
}

.-inset-y-10 {
  top: -2.5rem;
  bottom: -2.5rem;
}

.-inset-y-11 {
  top: -2.75rem;
  bottom: -2.75rem;
}

.-inset-y-12 {
  top: -3rem;
  bottom: -3rem;
}

.-inset-y-14 {
  top: -3.5rem;
  bottom: -3.5rem;
}

.-inset-y-16 {
  top: -4rem;
  bottom: -4rem;
}

.-inset-y-20 {
  top: -5rem;
  bottom: -5rem;
}

.-inset-y-24 {
  top: -6rem;
  bottom: -6rem;
}

.-inset-y-28 {
  top: -7rem;
  bottom: -7rem;
}

.-inset-y-32 {
  top: -8rem;
  bottom: -8rem;
}

.-inset-y-36 {
  top: -9rem;
  bottom: -9rem;
}

.-inset-y-40 {
  top: -10rem;
  bottom: -10rem;
}

.-inset-y-44 {
  top: -11rem;
  bottom: -11rem;
}

.-inset-y-48 {
  top: -12rem;
  bottom: -12rem;
}

.-inset-y-52 {
  top: -13rem;
  bottom: -13rem;
}

.-inset-y-56 {
  top: -14rem;
  bottom: -14rem;
}

.-inset-y-60 {
  top: -15rem;
  bottom: -15rem;
}

.-inset-y-64 {
  top: -16rem;
  bottom: -16rem;
}

.-inset-y-72 {
  top: -18rem;
  bottom: -18rem;
}

.-inset-y-80 {
  top: -20rem;
  bottom: -20rem;
}

.-inset-y-96 {
  top: -24rem;
  bottom: -24rem;
}

.-inset-y-px {
  top: -1px;
  bottom: -1px;
}

.-inset-y-0\.5 {
  top: -0.125rem;
  bottom: -0.125rem;
}

.-inset-y-1\.5 {
  top: -0.375rem;
  bottom: -0.375rem;
}

.-inset-y-2\.5 {
  top: -0.625rem;
  bottom: -0.625rem;
}

.-inset-y-3\.5 {
  top: -0.875rem;
  bottom: -0.875rem;
}

.inset-y-1\/2 {
  top: 50%;
  bottom: 50%;
}

.inset-y-1\/3 {
  top: 33.333333%;
  bottom: 33.333333%;
}

.inset-y-2\/3 {
  top: 66.666667%;
  bottom: 66.666667%;
}

.inset-y-1\/4 {
  top: 25%;
  bottom: 25%;
}

.inset-y-2\/4 {
  top: 50%;
  bottom: 50%;
}

.inset-y-3\/4 {
  top: 75%;
  bottom: 75%;
}

.inset-y-full {
  top: 100%;
  bottom: 100%;
}

.-inset-y-1\/2 {
  top: -50%;
  bottom: -50%;
}

.-inset-y-1\/3 {
  top: -33.333333%;
  bottom: -33.333333%;
}

.-inset-y-2\/3 {
  top: -66.666667%;
  bottom: -66.666667%;
}

.-inset-y-1\/4 {
  top: -25%;
  bottom: -25%;
}

.-inset-y-2\/4 {
  top: -50%;
  bottom: -50%;
}

.-inset-y-3\/4 {
  top: -75%;
  bottom: -75%;
}

.-inset-y-full {
  top: -100%;
  bottom: -100%;
}

.focus\:inset-x-0:focus {
  left: 0px;
  right: 0px;
}

.focus\:inset-x-1:focus {
  left: 0.25rem;
  right: 0.25rem;
}

.focus\:inset-x-2:focus {
  left: 0.5rem;
  right: 0.5rem;
}

.focus\:inset-x-3:focus {
  left: 0.75rem;
  right: 0.75rem;
}

.focus\:inset-x-4:focus {
  left: 1rem;
  right: 1rem;
}

.focus\:inset-x-5:focus {
  left: 1.25rem;
  right: 1.25rem;
}

.focus\:inset-x-6:focus {
  left: 1.5rem;
  right: 1.5rem;
}

.focus\:inset-x-7:focus {
  left: 1.75rem;
  right: 1.75rem;
}

.focus\:inset-x-8:focus {
  left: 2rem;
  right: 2rem;
}

.focus\:inset-x-9:focus {
  left: 2.25rem;
  right: 2.25rem;
}

.focus\:inset-x-10:focus {
  left: 2.5rem;
  right: 2.5rem;
}

.focus\:inset-x-11:focus {
  left: 2.75rem;
  right: 2.75rem;
}

.focus\:inset-x-12:focus {
  left: 3rem;
  right: 3rem;
}

.focus\:inset-x-14:focus {
  left: 3.5rem;
  right: 3.5rem;
}

.focus\:inset-x-16:focus {
  left: 4rem;
  right: 4rem;
}

.focus\:inset-x-20:focus {
  left: 5rem;
  right: 5rem;
}

.focus\:inset-x-24:focus {
  left: 6rem;
  right: 6rem;
}

.focus\:inset-x-28:focus {
  left: 7rem;
  right: 7rem;
}

.focus\:inset-x-32:focus {
  left: 8rem;
  right: 8rem;
}

.focus\:inset-x-36:focus {
  left: 9rem;
  right: 9rem;
}

.focus\:inset-x-40:focus {
  left: 10rem;
  right: 10rem;
}

.focus\:inset-x-44:focus {
  left: 11rem;
  right: 11rem;
}

.focus\:inset-x-48:focus {
  left: 12rem;
  right: 12rem;
}

.focus\:inset-x-52:focus {
  left: 13rem;
  right: 13rem;
}

.focus\:inset-x-56:focus {
  left: 14rem;
  right: 14rem;
}

.focus\:inset-x-60:focus {
  left: 15rem;
  right: 15rem;
}

.focus\:inset-x-64:focus {
  left: 16rem;
  right: 16rem;
}

.focus\:inset-x-72:focus {
  left: 18rem;
  right: 18rem;
}

.focus\:inset-x-80:focus {
  left: 20rem;
  right: 20rem;
}

.focus\:inset-x-96:focus {
  left: 24rem;
  right: 24rem;
}

.focus\:inset-x-auto:focus {
  left: auto;
  right: auto;
}

.focus\:inset-x-px:focus {
  left: 1px;
  right: 1px;
}

.focus\:inset-x-0\.5:focus {
  left: 0.125rem;
  right: 0.125rem;
}

.focus\:inset-x-1\.5:focus {
  left: 0.375rem;
  right: 0.375rem;
}

.focus\:inset-x-2\.5:focus {
  left: 0.625rem;
  right: 0.625rem;
}

.focus\:inset-x-3\.5:focus {
  left: 0.875rem;
  right: 0.875rem;
}

.focus\:-inset-x-0:focus {
  left: 0px;
  right: 0px;
}

.focus\:-inset-x-1:focus {
  left: -0.25rem;
  right: -0.25rem;
}

.focus\:-inset-x-2:focus {
  left: -0.5rem;
  right: -0.5rem;
}

.focus\:-inset-x-3:focus {
  left: -0.75rem;
  right: -0.75rem;
}

.focus\:-inset-x-4:focus {
  left: -1rem;
  right: -1rem;
}

.focus\:-inset-x-5:focus {
  left: -1.25rem;
  right: -1.25rem;
}

.focus\:-inset-x-6:focus {
  left: -1.5rem;
  right: -1.5rem;
}

.focus\:-inset-x-7:focus {
  left: -1.75rem;
  right: -1.75rem;
}

.focus\:-inset-x-8:focus {
  left: -2rem;
  right: -2rem;
}

.focus\:-inset-x-9:focus {
  left: -2.25rem;
  right: -2.25rem;
}

.focus\:-inset-x-10:focus {
  left: -2.5rem;
  right: -2.5rem;
}

.focus\:-inset-x-11:focus {
  left: -2.75rem;
  right: -2.75rem;
}

.focus\:-inset-x-12:focus {
  left: -3rem;
  right: -3rem;
}

.focus\:-inset-x-14:focus {
  left: -3.5rem;
  right: -3.5rem;
}

.focus\:-inset-x-16:focus {
  left: -4rem;
  right: -4rem;
}

.focus\:-inset-x-20:focus {
  left: -5rem;
  right: -5rem;
}

.focus\:-inset-x-24:focus {
  left: -6rem;
  right: -6rem;
}

.focus\:-inset-x-28:focus {
  left: -7rem;
  right: -7rem;
}

.focus\:-inset-x-32:focus {
  left: -8rem;
  right: -8rem;
}

.focus\:-inset-x-36:focus {
  left: -9rem;
  right: -9rem;
}

.focus\:-inset-x-40:focus {
  left: -10rem;
  right: -10rem;
}

.focus\:-inset-x-44:focus {
  left: -11rem;
  right: -11rem;
}

.focus\:-inset-x-48:focus {
  left: -12rem;
  right: -12rem;
}

.focus\:-inset-x-52:focus {
  left: -13rem;
  right: -13rem;
}

.focus\:-inset-x-56:focus {
  left: -14rem;
  right: -14rem;
}

.focus\:-inset-x-60:focus {
  left: -15rem;
  right: -15rem;
}

.focus\:-inset-x-64:focus {
  left: -16rem;
  right: -16rem;
}

.focus\:-inset-x-72:focus {
  left: -18rem;
  right: -18rem;
}

.focus\:-inset-x-80:focus {
  left: -20rem;
  right: -20rem;
}

.focus\:-inset-x-96:focus {
  left: -24rem;
  right: -24rem;
}

.focus\:-inset-x-px:focus {
  left: -1px;
  right: -1px;
}

.focus\:-inset-x-0\.5:focus {
  left: -0.125rem;
  right: -0.125rem;
}

.focus\:-inset-x-1\.5:focus {
  left: -0.375rem;
  right: -0.375rem;
}

.focus\:-inset-x-2\.5:focus {
  left: -0.625rem;
  right: -0.625rem;
}

.focus\:-inset-x-3\.5:focus {
  left: -0.875rem;
  right: -0.875rem;
}

.focus\:inset-x-1\/2:focus {
  left: 50%;
  right: 50%;
}

.focus\:inset-x-1\/3:focus {
  left: 33.333333%;
  right: 33.333333%;
}

.focus\:inset-x-2\/3:focus {
  left: 66.666667%;
  right: 66.666667%;
}

.focus\:inset-x-1\/4:focus {
  left: 25%;
  right: 25%;
}

.focus\:inset-x-2\/4:focus {
  left: 50%;
  right: 50%;
}

.focus\:inset-x-3\/4:focus {
  left: 75%;
  right: 75%;
}

.focus\:inset-x-full:focus {
  left: 100%;
  right: 100%;
}

.focus\:-inset-x-1\/2:focus {
  left: -50%;
  right: -50%;
}

.focus\:-inset-x-1\/3:focus {
  left: -33.333333%;
  right: -33.333333%;
}

.focus\:-inset-x-2\/3:focus {
  left: -66.666667%;
  right: -66.666667%;
}

.focus\:-inset-x-1\/4:focus {
  left: -25%;
  right: -25%;
}

.focus\:-inset-x-2\/4:focus {
  left: -50%;
  right: -50%;
}

.focus\:-inset-x-3\/4:focus {
  left: -75%;
  right: -75%;
}

.focus\:-inset-x-full:focus {
  left: -100%;
  right: -100%;
}

.focus\:inset-y-0:focus {
  top: 0px;
  bottom: 0px;
}

.focus\:inset-y-1:focus {
  top: 0.25rem;
  bottom: 0.25rem;
}

.focus\:inset-y-2:focus {
  top: 0.5rem;
  bottom: 0.5rem;
}

.focus\:inset-y-3:focus {
  top: 0.75rem;
  bottom: 0.75rem;
}

.focus\:inset-y-4:focus {
  top: 1rem;
  bottom: 1rem;
}

.focus\:inset-y-5:focus {
  top: 1.25rem;
  bottom: 1.25rem;
}

.focus\:inset-y-6:focus {
  top: 1.5rem;
  bottom: 1.5rem;
}

.focus\:inset-y-7:focus {
  top: 1.75rem;
  bottom: 1.75rem;
}

.focus\:inset-y-8:focus {
  top: 2rem;
  bottom: 2rem;
}

.focus\:inset-y-9:focus {
  top: 2.25rem;
  bottom: 2.25rem;
}

.focus\:inset-y-10:focus {
  top: 2.5rem;
  bottom: 2.5rem;
}

.focus\:inset-y-11:focus {
  top: 2.75rem;
  bottom: 2.75rem;
}

.focus\:inset-y-12:focus {
  top: 3rem;
  bottom: 3rem;
}

.focus\:inset-y-14:focus {
  top: 3.5rem;
  bottom: 3.5rem;
}

.focus\:inset-y-16:focus {
  top: 4rem;
  bottom: 4rem;
}

.focus\:inset-y-20:focus {
  top: 5rem;
  bottom: 5rem;
}

.focus\:inset-y-24:focus {
  top: 6rem;
  bottom: 6rem;
}

.focus\:inset-y-28:focus {
  top: 7rem;
  bottom: 7rem;
}

.focus\:inset-y-32:focus {
  top: 8rem;
  bottom: 8rem;
}

.focus\:inset-y-36:focus {
  top: 9rem;
  bottom: 9rem;
}

.focus\:inset-y-40:focus {
  top: 10rem;
  bottom: 10rem;
}

.focus\:inset-y-44:focus {
  top: 11rem;
  bottom: 11rem;
}

.focus\:inset-y-48:focus {
  top: 12rem;
  bottom: 12rem;
}

.focus\:inset-y-52:focus {
  top: 13rem;
  bottom: 13rem;
}

.focus\:inset-y-56:focus {
  top: 14rem;
  bottom: 14rem;
}

.focus\:inset-y-60:focus {
  top: 15rem;
  bottom: 15rem;
}

.focus\:inset-y-64:focus {
  top: 16rem;
  bottom: 16rem;
}

.focus\:inset-y-72:focus {
  top: 18rem;
  bottom: 18rem;
}

.focus\:inset-y-80:focus {
  top: 20rem;
  bottom: 20rem;
}

.focus\:inset-y-96:focus {
  top: 24rem;
  bottom: 24rem;
}

.focus\:inset-y-auto:focus {
  top: auto;
  bottom: auto;
}

.focus\:inset-y-px:focus {
  top: 1px;
  bottom: 1px;
}

.focus\:inset-y-0\.5:focus {
  top: 0.125rem;
  bottom: 0.125rem;
}

.focus\:inset-y-1\.5:focus {
  top: 0.375rem;
  bottom: 0.375rem;
}

.focus\:inset-y-2\.5:focus {
  top: 0.625rem;
  bottom: 0.625rem;
}

.focus\:inset-y-3\.5:focus {
  top: 0.875rem;
  bottom: 0.875rem;
}

.focus\:-inset-y-0:focus {
  top: 0px;
  bottom: 0px;
}

.focus\:-inset-y-1:focus {
  top: -0.25rem;
  bottom: -0.25rem;
}

.focus\:-inset-y-2:focus {
  top: -0.5rem;
  bottom: -0.5rem;
}

.focus\:-inset-y-3:focus {
  top: -0.75rem;
  bottom: -0.75rem;
}

.focus\:-inset-y-4:focus {
  top: -1rem;
  bottom: -1rem;
}

.focus\:-inset-y-5:focus {
  top: -1.25rem;
  bottom: -1.25rem;
}

.focus\:-inset-y-6:focus {
  top: -1.5rem;
  bottom: -1.5rem;
}

.focus\:-inset-y-7:focus {
  top: -1.75rem;
  bottom: -1.75rem;
}

.focus\:-inset-y-8:focus {
  top: -2rem;
  bottom: -2rem;
}

.focus\:-inset-y-9:focus {
  top: -2.25rem;
  bottom: -2.25rem;
}

.focus\:-inset-y-10:focus {
  top: -2.5rem;
  bottom: -2.5rem;
}

.focus\:-inset-y-11:focus {
  top: -2.75rem;
  bottom: -2.75rem;
}

.focus\:-inset-y-12:focus {
  top: -3rem;
  bottom: -3rem;
}

.focus\:-inset-y-14:focus {
  top: -3.5rem;
  bottom: -3.5rem;
}

.focus\:-inset-y-16:focus {
  top: -4rem;
  bottom: -4rem;
}

.focus\:-inset-y-20:focus {
  top: -5rem;
  bottom: -5rem;
}

.focus\:-inset-y-24:focus {
  top: -6rem;
  bottom: -6rem;
}

.focus\:-inset-y-28:focus {
  top: -7rem;
  bottom: -7rem;
}

.focus\:-inset-y-32:focus {
  top: -8rem;
  bottom: -8rem;
}

.focus\:-inset-y-36:focus {
  top: -9rem;
  bottom: -9rem;
}

.focus\:-inset-y-40:focus {
  top: -10rem;
  bottom: -10rem;
}

.focus\:-inset-y-44:focus {
  top: -11rem;
  bottom: -11rem;
}

.focus\:-inset-y-48:focus {
  top: -12rem;
  bottom: -12rem;
}

.focus\:-inset-y-52:focus {
  top: -13rem;
  bottom: -13rem;
}

.focus\:-inset-y-56:focus {
  top: -14rem;
  bottom: -14rem;
}

.focus\:-inset-y-60:focus {
  top: -15rem;
  bottom: -15rem;
}

.focus\:-inset-y-64:focus {
  top: -16rem;
  bottom: -16rem;
}

.focus\:-inset-y-72:focus {
  top: -18rem;
  bottom: -18rem;
}

.focus\:-inset-y-80:focus {
  top: -20rem;
  bottom: -20rem;
}

.focus\:-inset-y-96:focus {
  top: -24rem;
  bottom: -24rem;
}

.focus\:-inset-y-px:focus {
  top: -1px;
  bottom: -1px;
}

.focus\:-inset-y-0\.5:focus {
  top: -0.125rem;
  bottom: -0.125rem;
}

.focus\:-inset-y-1\.5:focus {
  top: -0.375rem;
  bottom: -0.375rem;
}

.focus\:-inset-y-2\.5:focus {
  top: -0.625rem;
  bottom: -0.625rem;
}

.focus\:-inset-y-3\.5:focus {
  top: -0.875rem;
  bottom: -0.875rem;
}

.focus\:inset-y-1\/2:focus {
  top: 50%;
  bottom: 50%;
}

.focus\:inset-y-1\/3:focus {
  top: 33.333333%;
  bottom: 33.333333%;
}

.focus\:inset-y-2\/3:focus {
  top: 66.666667%;
  bottom: 66.666667%;
}

.focus\:inset-y-1\/4:focus {
  top: 25%;
  bottom: 25%;
}

.focus\:inset-y-2\/4:focus {
  top: 50%;
  bottom: 50%;
}

.focus\:inset-y-3\/4:focus {
  top: 75%;
  bottom: 75%;
}

.focus\:inset-y-full:focus {
  top: 100%;
  bottom: 100%;
}

.focus\:-inset-y-1\/2:focus {
  top: -50%;
  bottom: -50%;
}

.focus\:-inset-y-1\/3:focus {
  top: -33.333333%;
  bottom: -33.333333%;
}

.focus\:-inset-y-2\/3:focus {
  top: -66.666667%;
  bottom: -66.666667%;
}

.focus\:-inset-y-1\/4:focus {
  top: -25%;
  bottom: -25%;
}

.focus\:-inset-y-2\/4:focus {
  top: -50%;
  bottom: -50%;
}

.focus\:-inset-y-3\/4:focus {
  top: -75%;
  bottom: -75%;
}

.focus\:-inset-y-full:focus {
  top: -100%;
  bottom: -100%;
}

.top-0 {
  top: 0px;
}

.top-1 {
  top: 0.25rem;
}

.top-2 {
  top: 0.5rem;
}

.top-3 {
  top: 0.75rem;
}

.top-4 {
  top: 1rem;
}

.top-5 {
  top: 1.25rem;
}

.top-6 {
  top: 1.5rem;
}

.top-7 {
  top: 1.75rem;
}

.top-8 {
  top: 2rem;
}

.top-9 {
  top: 2.25rem;
}

.top-10 {
  top: 2.5rem;
}

.top-11 {
  top: 2.75rem;
}

.top-12 {
  top: 3rem;
}

.top-14 {
  top: 3.5rem;
}

.top-16 {
  top: 4rem;
}

.top-20 {
  top: 5rem;
}

.top-24 {
  top: 6rem;
}

.top-28 {
  top: 7rem;
}

.top-32 {
  top: 8rem;
}

.top-36 {
  top: 9rem;
}

.top-40 {
  top: 10rem;
}

.top-44 {
  top: 11rem;
}

.top-48 {
  top: 12rem;
}

.top-52 {
  top: 13rem;
}

.top-56 {
  top: 14rem;
}

.top-60 {
  top: 15rem;
}

.top-64 {
  top: 16rem;
}

.top-72 {
  top: 18rem;
}

.top-80 {
  top: 20rem;
}

.top-96 {
  top: 24rem;
}

.top-auto {
  top: auto;
}

.top-px {
  top: 1px;
}

.top-0\.5 {
  top: 0.125rem;
}

.top-1\.5 {
  top: 0.375rem;
}

.top-2\.5 {
  top: 0.625rem;
}

.top-3\.5 {
  top: 0.875rem;
}

.-top-0 {
  top: 0px;
}

.-top-1 {
  top: -0.25rem;
}

.-top-2 {
  top: -0.5rem;
}

.-top-3 {
  top: -0.75rem;
}

.-top-4 {
  top: -1rem;
}

.-top-5 {
  top: -1.25rem;
}

.-top-6 {
  top: -1.5rem;
}

.-top-7 {
  top: -1.75rem;
}

.-top-8 {
  top: -2rem;
}

.-top-9 {
  top: -2.25rem;
}

.-top-10 {
  top: -2.5rem;
}

.-top-11 {
  top: -2.75rem;
}

.-top-12 {
  top: -3rem;
}

.-top-14 {
  top: -3.5rem;
}

.-top-16 {
  top: -4rem;
}

.-top-20 {
  top: -5rem;
}

.-top-24 {
  top: -6rem;
}

.-top-28 {
  top: -7rem;
}

.-top-32 {
  top: -8rem;
}

.-top-36 {
  top: -9rem;
}

.-top-40 {
  top: -10rem;
}

.-top-44 {
  top: -11rem;
}

.-top-48 {
  top: -12rem;
}

.-top-52 {
  top: -13rem;
}

.-top-56 {
  top: -14rem;
}

.-top-60 {
  top: -15rem;
}

.-top-64 {
  top: -16rem;
}

.-top-72 {
  top: -18rem;
}

.-top-80 {
  top: -20rem;
}

.-top-96 {
  top: -24rem;
}

.-top-px {
  top: -1px;
}

.-top-0\.5 {
  top: -0.125rem;
}

.-top-1\.5 {
  top: -0.375rem;
}

.-top-2\.5 {
  top: -0.625rem;
}

.-top-3\.5 {
  top: -0.875rem;
}

.top-1\/2 {
  top: 50%;
}

.top-1\/3 {
  top: 33.333333%;
}

.top-2\/3 {
  top: 66.666667%;
}

.top-1\/4 {
  top: 25%;
}

.top-2\/4 {
  top: 50%;
}

.top-3\/4 {
  top: 75%;
}

.top-full {
  top: 100%;
}

.-top-1\/2 {
  top: -50%;
}

.-top-1\/3 {
  top: -33.333333%;
}

.-top-2\/3 {
  top: -66.666667%;
}

.-top-1\/4 {
  top: -25%;
}

.-top-2\/4 {
  top: -50%;
}

.-top-3\/4 {
  top: -75%;
}

.-top-full {
  top: -100%;
}

.right-0 {
  right: 0px;
}

.right-1 {
  right: 0.25rem;
}

.right-2 {
  right: 0.5rem;
}

.right-3 {
  right: 0.75rem;
}

.right-4 {
  right: 1rem;
}

.right-5 {
  right: 1.25rem;
}

.right-6 {
  right: 1.5rem;
}

.right-7 {
  right: 1.75rem;
}

.right-8 {
  right: 2rem;
}

.right-9 {
  right: 2.25rem;
}

.right-10 {
  right: 2.5rem;
}

.right-11 {
  right: 2.75rem;
}

.right-12 {
  right: 3rem;
}

.right-14 {
  right: 3.5rem;
}

.right-16 {
  right: 4rem;
}

.right-20 {
  right: 5rem;
}

.right-24 {
  right: 6rem;
}

.right-28 {
  right: 7rem;
}

.right-32 {
  right: 8rem;
}

.right-36 {
  right: 9rem;
}

.right-40 {
  right: 10rem;
}

.right-44 {
  right: 11rem;
}

.right-48 {
  right: 12rem;
}

.right-52 {
  right: 13rem;
}

.right-56 {
  right: 14rem;
}

.right-60 {
  right: 15rem;
}

.right-64 {
  right: 16rem;
}

.right-72 {
  right: 18rem;
}

.right-80 {
  right: 20rem;
}

.right-96 {
  right: 24rem;
}

.right-auto {
  right: auto;
}

.right-px {
  right: 1px;
}

.right-0\.5 {
  right: 0.125rem;
}

.right-1\.5 {
  right: 0.375rem;
}

.right-2\.5 {
  right: 0.625rem;
}

.right-3\.5 {
  right: 0.875rem;
}

.-right-0 {
  right: 0px;
}

.-right-1 {
  right: -0.25rem;
}

.-right-2 {
  right: -0.5rem;
}

.-right-3 {
  right: -0.75rem;
}

.-right-4 {
  right: -1rem;
}

.-right-5 {
  right: -1.25rem;
}

.-right-6 {
  right: -1.5rem;
}

.-right-7 {
  right: -1.75rem;
}

.-right-8 {
  right: -2rem;
}

.-right-9 {
  right: -2.25rem;
}

.-right-10 {
  right: -2.5rem;
}

.-right-11 {
  right: -2.75rem;
}

.-right-12 {
  right: -3rem;
}

.-right-14 {
  right: -3.5rem;
}

.-right-16 {
  right: -4rem;
}

.-right-20 {
  right: -5rem;
}

.-right-24 {
  right: -6rem;
}

.-right-28 {
  right: -7rem;
}

.-right-32 {
  right: -8rem;
}

.-right-36 {
  right: -9rem;
}

.-right-40 {
  right: -10rem;
}

.-right-44 {
  right: -11rem;
}

.-right-48 {
  right: -12rem;
}

.-right-52 {
  right: -13rem;
}

.-right-56 {
  right: -14rem;
}

.-right-60 {
  right: -15rem;
}

.-right-64 {
  right: -16rem;
}

.-right-72 {
  right: -18rem;
}

.-right-80 {
  right: -20rem;
}

.-right-96 {
  right: -24rem;
}

.-right-px {
  right: -1px;
}

.-right-0\.5 {
  right: -0.125rem;
}

.-right-1\.5 {
  right: -0.375rem;
}

.-right-2\.5 {
  right: -0.625rem;
}

.-right-3\.5 {
  right: -0.875rem;
}

.right-1\/2 {
  right: 50%;
}

.right-1\/3 {
  right: 33.333333%;
}

.right-2\/3 {
  right: 66.666667%;
}

.right-1\/4 {
  right: 25%;
}

.right-2\/4 {
  right: 50%;
}

.right-3\/4 {
  right: 75%;
}

.right-full {
  right: 100%;
}

.-right-1\/2 {
  right: -50%;
}

.-right-1\/3 {
  right: -33.333333%;
}

.-right-2\/3 {
  right: -66.666667%;
}

.-right-1\/4 {
  right: -25%;
}

.-right-2\/4 {
  right: -50%;
}

.-right-3\/4 {
  right: -75%;
}

.-right-full {
  right: -100%;
}

.bottom-0 {
  bottom: 0px;
}

.bottom-1 {
  bottom: 0.25rem;
}

.bottom-2 {
  bottom: 0.5rem;
}

.bottom-3 {
  bottom: 0.75rem;
}

.bottom-4 {
  bottom: 1rem;
}

.bottom-5 {
  bottom: 1.25rem;
}

.bottom-6 {
  bottom: 1.5rem;
}

.bottom-7 {
  bottom: 1.75rem;
}

.bottom-8 {
  bottom: 2rem;
}

.bottom-9 {
  bottom: 2.25rem;
}

.bottom-10 {
  bottom: 2.5rem;
}

.bottom-11 {
  bottom: 2.75rem;
}

.bottom-12 {
  bottom: 3rem;
}

.bottom-14 {
  bottom: 3.5rem;
}

.bottom-16 {
  bottom: 4rem;
}

.bottom-20 {
  bottom: 5rem;
}

.bottom-24 {
  bottom: 6rem;
}

.bottom-28 {
  bottom: 7rem;
}

.bottom-32 {
  bottom: 8rem;
}

.bottom-36 {
  bottom: 9rem;
}

.bottom-40 {
  bottom: 10rem;
}

.bottom-44 {
  bottom: 11rem;
}

.bottom-48 {
  bottom: 12rem;
}

.bottom-52 {
  bottom: 13rem;
}

.bottom-56 {
  bottom: 14rem;
}

.bottom-60 {
  bottom: 15rem;
}

.bottom-64 {
  bottom: 16rem;
}

.bottom-72 {
  bottom: 18rem;
}

.bottom-80 {
  bottom: 20rem;
}

.bottom-96 {
  bottom: 24rem;
}

.bottom-auto {
  bottom: auto;
}

.bottom-px {
  bottom: 1px;
}

.bottom-0\.5 {
  bottom: 0.125rem;
}

.bottom-1\.5 {
  bottom: 0.375rem;
}

.bottom-2\.5 {
  bottom: 0.625rem;
}

.bottom-3\.5 {
  bottom: 0.875rem;
}

.-bottom-0 {
  bottom: 0px;
}

.-bottom-1 {
  bottom: -0.25rem;
}

.-bottom-2 {
  bottom: -0.5rem;
}

.-bottom-3 {
  bottom: -0.75rem;
}

.-bottom-4 {
  bottom: -1rem;
}

.-bottom-5 {
  bottom: -1.25rem;
}

.-bottom-6 {
  bottom: -1.5rem;
}

.-bottom-7 {
  bottom: -1.75rem;
}

.-bottom-8 {
  bottom: -2rem;
}

.-bottom-9 {
  bottom: -2.25rem;
}

.-bottom-10 {
  bottom: -2.5rem;
}

.-bottom-11 {
  bottom: -2.75rem;
}

.-bottom-12 {
  bottom: -3rem;
}

.-bottom-14 {
  bottom: -3.5rem;
}

.-bottom-16 {
  bottom: -4rem;
}

.-bottom-20 {
  bottom: -5rem;
}

.-bottom-24 {
  bottom: -6rem;
}

.-bottom-28 {
  bottom: -7rem;
}

.-bottom-32 {
  bottom: -8rem;
}

.-bottom-36 {
  bottom: -9rem;
}

.-bottom-40 {
  bottom: -10rem;
}

.-bottom-44 {
  bottom: -11rem;
}

.-bottom-48 {
  bottom: -12rem;
}

.-bottom-52 {
  bottom: -13rem;
}

.-bottom-56 {
  bottom: -14rem;
}

.-bottom-60 {
  bottom: -15rem;
}

.-bottom-64 {
  bottom: -16rem;
}

.-bottom-72 {
  bottom: -18rem;
}

.-bottom-80 {
  bottom: -20rem;
}

.-bottom-96 {
  bottom: -24rem;
}

.-bottom-px {
  bottom: -1px;
}

.-bottom-0\.5 {
  bottom: -0.125rem;
}

.-bottom-1\.5 {
  bottom: -0.375rem;
}

.-bottom-2\.5 {
  bottom: -0.625rem;
}

.-bottom-3\.5 {
  bottom: -0.875rem;
}

.bottom-1\/2 {
  bottom: 50%;
}

.bottom-1\/3 {
  bottom: 33.333333%;
}

.bottom-2\/3 {
  bottom: 66.666667%;
}

.bottom-1\/4 {
  bottom: 25%;
}

.bottom-2\/4 {
  bottom: 50%;
}

.bottom-3\/4 {
  bottom: 75%;
}

.bottom-full {
  bottom: 100%;
}

.-bottom-1\/2 {
  bottom: -50%;
}

.-bottom-1\/3 {
  bottom: -33.333333%;
}

.-bottom-2\/3 {
  bottom: -66.666667%;
}

.-bottom-1\/4 {
  bottom: -25%;
}

.-bottom-2\/4 {
  bottom: -50%;
}

.-bottom-3\/4 {
  bottom: -75%;
}

.-bottom-full {
  bottom: -100%;
}

.left-0 {
  left: 0px;
}

.left-1 {
  left: 0.25rem;
}

.left-2 {
  left: 0.5rem;
}

.left-3 {
  left: 0.75rem;
}

.left-4 {
  left: 1rem;
}

.left-5 {
  left: 1.25rem;
}

.left-6 {
  left: 1.5rem;
}

.left-7 {
  left: 1.75rem;
}

.left-8 {
  left: 2rem;
}

.left-9 {
  left: 2.25rem;
}

.left-10 {
  left: 2.5rem;
}

.left-11 {
  left: 2.75rem;
}

.left-12 {
  left: 3rem;
}

.left-14 {
  left: 3.5rem;
}

.left-16 {
  left: 4rem;
}

.left-20 {
  left: 5rem;
}

.left-24 {
  left: 6rem;
}

.left-28 {
  left: 7rem;
}

.left-32 {
  left: 8rem;
}

.left-36 {
  left: 9rem;
}

.left-40 {
  left: 10rem;
}

.left-44 {
  left: 11rem;
}

.left-48 {
  left: 12rem;
}

.left-52 {
  left: 13rem;
}

.left-56 {
  left: 14rem;
}

.left-60 {
  left: 15rem;
}

.left-64 {
  left: 16rem;
}

.left-72 {
  left: 18rem;
}

.left-80 {
  left: 20rem;
}

.left-96 {
  left: 24rem;
}

.left-auto {
  left: auto;
}

.left-px {
  left: 1px;
}

.left-0\.5 {
  left: 0.125rem;
}

.left-1\.5 {
  left: 0.375rem;
}

.left-2\.5 {
  left: 0.625rem;
}

.left-3\.5 {
  left: 0.875rem;
}

.-left-0 {
  left: 0px;
}

.-left-1 {
  left: -0.25rem;
}

.-left-2 {
  left: -0.5rem;
}

.-left-3 {
  left: -0.75rem;
}

.-left-4 {
  left: -1rem;
}

.-left-5 {
  left: -1.25rem;
}

.-left-6 {
  left: -1.5rem;
}

.-left-7 {
  left: -1.75rem;
}

.-left-8 {
  left: -2rem;
}

.-left-9 {
  left: -2.25rem;
}

.-left-10 {
  left: -2.5rem;
}

.-left-11 {
  left: -2.75rem;
}

.-left-12 {
  left: -3rem;
}

.-left-14 {
  left: -3.5rem;
}

.-left-16 {
  left: -4rem;
}

.-left-20 {
  left: -5rem;
}

.-left-24 {
  left: -6rem;
}

.-left-28 {
  left: -7rem;
}

.-left-32 {
  left: -8rem;
}

.-left-36 {
  left: -9rem;
}

.-left-40 {
  left: -10rem;
}

.-left-44 {
  left: -11rem;
}

.-left-48 {
  left: -12rem;
}

.-left-52 {
  left: -13rem;
}

.-left-56 {
  left: -14rem;
}

.-left-60 {
  left: -15rem;
}

.-left-64 {
  left: -16rem;
}

.-left-72 {
  left: -18rem;
}

.-left-80 {
  left: -20rem;
}

.-left-96 {
  left: -24rem;
}

.-left-px {
  left: -1px;
}

.-left-0\.5 {
  left: -0.125rem;
}

.-left-1\.5 {
  left: -0.375rem;
}

.-left-2\.5 {
  left: -0.625rem;
}

.-left-3\.5 {
  left: -0.875rem;
}

.left-1\/2 {
  left: 50%;
}

.left-1\/3 {
  left: 33.333333%;
}

.left-2\/3 {
  left: 66.666667%;
}

.left-1\/4 {
  left: 25%;
}

.left-2\/4 {
  left: 50%;
}

.left-3\/4 {
  left: 75%;
}

.left-full {
  left: 100%;
}

.-left-1\/2 {
  left: -50%;
}

.-left-1\/3 {
  left: -33.333333%;
}

.-left-2\/3 {
  left: -66.666667%;
}

.-left-1\/4 {
  left: -25%;
}

.-left-2\/4 {
  left: -50%;
}

.-left-3\/4 {
  left: -75%;
}

.-left-full {
  left: -100%;
}

.focus\:top-0:focus {
  top: 0px;
}

.focus\:top-1:focus {
  top: 0.25rem;
}

.focus\:top-2:focus {
  top: 0.5rem;
}

.focus\:top-3:focus {
  top: 0.75rem;
}

.focus\:top-4:focus {
  top: 1rem;
}

.focus\:top-5:focus {
  top: 1.25rem;
}

.focus\:top-6:focus {
  top: 1.5rem;
}

.focus\:top-7:focus {
  top: 1.75rem;
}

.focus\:top-8:focus {
  top: 2rem;
}

.focus\:top-9:focus {
  top: 2.25rem;
}

.focus\:top-10:focus {
  top: 2.5rem;
}

.focus\:top-11:focus {
  top: 2.75rem;
}

.focus\:top-12:focus {
  top: 3rem;
}

.focus\:top-14:focus {
  top: 3.5rem;
}

.focus\:top-16:focus {
  top: 4rem;
}

.focus\:top-20:focus {
  top: 5rem;
}

.focus\:top-24:focus {
  top: 6rem;
}

.focus\:top-28:focus {
  top: 7rem;
}

.focus\:top-32:focus {
  top: 8rem;
}

.focus\:top-36:focus {
  top: 9rem;
}

.focus\:top-40:focus {
  top: 10rem;
}

.focus\:top-44:focus {
  top: 11rem;
}

.focus\:top-48:focus {
  top: 12rem;
}

.focus\:top-52:focus {
  top: 13rem;
}

.focus\:top-56:focus {
  top: 14rem;
}

.focus\:top-60:focus {
  top: 15rem;
}

.focus\:top-64:focus {
  top: 16rem;
}

.focus\:top-72:focus {
  top: 18rem;
}

.focus\:top-80:focus {
  top: 20rem;
}

.focus\:top-96:focus {
  top: 24rem;
}

.focus\:top-auto:focus {
  top: auto;
}

.focus\:top-px:focus {
  top: 1px;
}

.focus\:top-0\.5:focus {
  top: 0.125rem;
}

.focus\:top-1\.5:focus {
  top: 0.375rem;
}

.focus\:top-2\.5:focus {
  top: 0.625rem;
}

.focus\:top-3\.5:focus {
  top: 0.875rem;
}

.focus\:-top-0:focus {
  top: 0px;
}

.focus\:-top-1:focus {
  top: -0.25rem;
}

.focus\:-top-2:focus {
  top: -0.5rem;
}

.focus\:-top-3:focus {
  top: -0.75rem;
}

.focus\:-top-4:focus {
  top: -1rem;
}

.focus\:-top-5:focus {
  top: -1.25rem;
}

.focus\:-top-6:focus {
  top: -1.5rem;
}

.focus\:-top-7:focus {
  top: -1.75rem;
}

.focus\:-top-8:focus {
  top: -2rem;
}

.focus\:-top-9:focus {
  top: -2.25rem;
}

.focus\:-top-10:focus {
  top: -2.5rem;
}

.focus\:-top-11:focus {
  top: -2.75rem;
}

.focus\:-top-12:focus {
  top: -3rem;
}

.focus\:-top-14:focus {
  top: -3.5rem;
}

.focus\:-top-16:focus {
  top: -4rem;
}

.focus\:-top-20:focus {
  top: -5rem;
}

.focus\:-top-24:focus {
  top: -6rem;
}

.focus\:-top-28:focus {
  top: -7rem;
}

.focus\:-top-32:focus {
  top: -8rem;
}

.focus\:-top-36:focus {
  top: -9rem;
}

.focus\:-top-40:focus {
  top: -10rem;
}

.focus\:-top-44:focus {
  top: -11rem;
}

.focus\:-top-48:focus {
  top: -12rem;
}

.focus\:-top-52:focus {
  top: -13rem;
}

.focus\:-top-56:focus {
  top: -14rem;
}

.focus\:-top-60:focus {
  top: -15rem;
}

.focus\:-top-64:focus {
  top: -16rem;
}

.focus\:-top-72:focus {
  top: -18rem;
}

.focus\:-top-80:focus {
  top: -20rem;
}

.focus\:-top-96:focus {
  top: -24rem;
}

.focus\:-top-px:focus {
  top: -1px;
}

.focus\:-top-0\.5:focus {
  top: -0.125rem;
}

.focus\:-top-1\.5:focus {
  top: -0.375rem;
}

.focus\:-top-2\.5:focus {
  top: -0.625rem;
}

.focus\:-top-3\.5:focus {
  top: -0.875rem;
}

.focus\:top-1\/2:focus {
  top: 50%;
}

.focus\:top-1\/3:focus {
  top: 33.333333%;
}

.focus\:top-2\/3:focus {
  top: 66.666667%;
}

.focus\:top-1\/4:focus {
  top: 25%;
}

.focus\:top-2\/4:focus {
  top: 50%;
}

.focus\:top-3\/4:focus {
  top: 75%;
}

.focus\:top-full:focus {
  top: 100%;
}

.focus\:-top-1\/2:focus {
  top: -50%;
}

.focus\:-top-1\/3:focus {
  top: -33.333333%;
}

.focus\:-top-2\/3:focus {
  top: -66.666667%;
}

.focus\:-top-1\/4:focus {
  top: -25%;
}

.focus\:-top-2\/4:focus {
  top: -50%;
}

.focus\:-top-3\/4:focus {
  top: -75%;
}

.focus\:-top-full:focus {
  top: -100%;
}

.focus\:right-0:focus {
  right: 0px;
}

.focus\:right-1:focus {
  right: 0.25rem;
}

.focus\:right-2:focus {
  right: 0.5rem;
}

.focus\:right-3:focus {
  right: 0.75rem;
}

.focus\:right-4:focus {
  right: 1rem;
}

.focus\:right-5:focus {
  right: 1.25rem;
}

.focus\:right-6:focus {
  right: 1.5rem;
}

.focus\:right-7:focus {
  right: 1.75rem;
}

.focus\:right-8:focus {
  right: 2rem;
}

.focus\:right-9:focus {
  right: 2.25rem;
}

.focus\:right-10:focus {
  right: 2.5rem;
}

.focus\:right-11:focus {
  right: 2.75rem;
}

.focus\:right-12:focus {
  right: 3rem;
}

.focus\:right-14:focus {
  right: 3.5rem;
}

.focus\:right-16:focus {
  right: 4rem;
}

.focus\:right-20:focus {
  right: 5rem;
}

.focus\:right-24:focus {
  right: 6rem;
}

.focus\:right-28:focus {
  right: 7rem;
}

.focus\:right-32:focus {
  right: 8rem;
}

.focus\:right-36:focus {
  right: 9rem;
}

.focus\:right-40:focus {
  right: 10rem;
}

.focus\:right-44:focus {
  right: 11rem;
}

.focus\:right-48:focus {
  right: 12rem;
}

.focus\:right-52:focus {
  right: 13rem;
}

.focus\:right-56:focus {
  right: 14rem;
}

.focus\:right-60:focus {
  right: 15rem;
}

.focus\:right-64:focus {
  right: 16rem;
}

.focus\:right-72:focus {
  right: 18rem;
}

.focus\:right-80:focus {
  right: 20rem;
}

.focus\:right-96:focus {
  right: 24rem;
}

.focus\:right-auto:focus {
  right: auto;
}

.focus\:right-px:focus {
  right: 1px;
}

.focus\:right-0\.5:focus {
  right: 0.125rem;
}

.focus\:right-1\.5:focus {
  right: 0.375rem;
}

.focus\:right-2\.5:focus {
  right: 0.625rem;
}

.focus\:right-3\.5:focus {
  right: 0.875rem;
}

.focus\:-right-0:focus {
  right: 0px;
}

.focus\:-right-1:focus {
  right: -0.25rem;
}

.focus\:-right-2:focus {
  right: -0.5rem;
}

.focus\:-right-3:focus {
  right: -0.75rem;
}

.focus\:-right-4:focus {
  right: -1rem;
}

.focus\:-right-5:focus {
  right: -1.25rem;
}

.focus\:-right-6:focus {
  right: -1.5rem;
}

.focus\:-right-7:focus {
  right: -1.75rem;
}

.focus\:-right-8:focus {
  right: -2rem;
}

.focus\:-right-9:focus {
  right: -2.25rem;
}

.focus\:-right-10:focus {
  right: -2.5rem;
}

.focus\:-right-11:focus {
  right: -2.75rem;
}

.focus\:-right-12:focus {
  right: -3rem;
}

.focus\:-right-14:focus {
  right: -3.5rem;
}

.focus\:-right-16:focus {
  right: -4rem;
}

.focus\:-right-20:focus {
  right: -5rem;
}

.focus\:-right-24:focus {
  right: -6rem;
}

.focus\:-right-28:focus {
  right: -7rem;
}

.focus\:-right-32:focus {
  right: -8rem;
}

.focus\:-right-36:focus {
  right: -9rem;
}

.focus\:-right-40:focus {
  right: -10rem;
}

.focus\:-right-44:focus {
  right: -11rem;
}

.focus\:-right-48:focus {
  right: -12rem;
}

.focus\:-right-52:focus {
  right: -13rem;
}

.focus\:-right-56:focus {
  right: -14rem;
}

.focus\:-right-60:focus {
  right: -15rem;
}

.focus\:-right-64:focus {
  right: -16rem;
}

.focus\:-right-72:focus {
  right: -18rem;
}

.focus\:-right-80:focus {
  right: -20rem;
}

.focus\:-right-96:focus {
  right: -24rem;
}

.focus\:-right-px:focus {
  right: -1px;
}

.focus\:-right-0\.5:focus {
  right: -0.125rem;
}

.focus\:-right-1\.5:focus {
  right: -0.375rem;
}

.focus\:-right-2\.5:focus {
  right: -0.625rem;
}

.focus\:-right-3\.5:focus {
  right: -0.875rem;
}

.focus\:right-1\/2:focus {
  right: 50%;
}

.focus\:right-1\/3:focus {
  right: 33.333333%;
}

.focus\:right-2\/3:focus {
  right: 66.666667%;
}

.focus\:right-1\/4:focus {
  right: 25%;
}

.focus\:right-2\/4:focus {
  right: 50%;
}

.focus\:right-3\/4:focus {
  right: 75%;
}

.focus\:right-full:focus {
  right: 100%;
}

.focus\:-right-1\/2:focus {
  right: -50%;
}

.focus\:-right-1\/3:focus {
  right: -33.333333%;
}

.focus\:-right-2\/3:focus {
  right: -66.666667%;
}

.focus\:-right-1\/4:focus {
  right: -25%;
}

.focus\:-right-2\/4:focus {
  right: -50%;
}

.focus\:-right-3\/4:focus {
  right: -75%;
}

.focus\:-right-full:focus {
  right: -100%;
}

.focus\:bottom-0:focus {
  bottom: 0px;
}

.focus\:bottom-1:focus {
  bottom: 0.25rem;
}

.focus\:bottom-2:focus {
  bottom: 0.5rem;
}

.focus\:bottom-3:focus {
  bottom: 0.75rem;
}

.focus\:bottom-4:focus {
  bottom: 1rem;
}

.focus\:bottom-5:focus {
  bottom: 1.25rem;
}

.focus\:bottom-6:focus {
  bottom: 1.5rem;
}

.focus\:bottom-7:focus {
  bottom: 1.75rem;
}

.focus\:bottom-8:focus {
  bottom: 2rem;
}

.focus\:bottom-9:focus {
  bottom: 2.25rem;
}

.focus\:bottom-10:focus {
  bottom: 2.5rem;
}

.focus\:bottom-11:focus {
  bottom: 2.75rem;
}

.focus\:bottom-12:focus {
  bottom: 3rem;
}

.focus\:bottom-14:focus {
  bottom: 3.5rem;
}

.focus\:bottom-16:focus {
  bottom: 4rem;
}

.focus\:bottom-20:focus {
  bottom: 5rem;
}

.focus\:bottom-24:focus {
  bottom: 6rem;
}

.focus\:bottom-28:focus {
  bottom: 7rem;
}

.focus\:bottom-32:focus {
  bottom: 8rem;
}

.focus\:bottom-36:focus {
  bottom: 9rem;
}

.focus\:bottom-40:focus {
  bottom: 10rem;
}

.focus\:bottom-44:focus {
  bottom: 11rem;
}

.focus\:bottom-48:focus {
  bottom: 12rem;
}

.focus\:bottom-52:focus {
  bottom: 13rem;
}

.focus\:bottom-56:focus {
  bottom: 14rem;
}

.focus\:bottom-60:focus {
  bottom: 15rem;
}

.focus\:bottom-64:focus {
  bottom: 16rem;
}

.focus\:bottom-72:focus {
  bottom: 18rem;
}

.focus\:bottom-80:focus {
  bottom: 20rem;
}

.focus\:bottom-96:focus {
  bottom: 24rem;
}

.focus\:bottom-auto:focus {
  bottom: auto;
}

.focus\:bottom-px:focus {
  bottom: 1px;
}

.focus\:bottom-0\.5:focus {
  bottom: 0.125rem;
}

.focus\:bottom-1\.5:focus {
  bottom: 0.375rem;
}

.focus\:bottom-2\.5:focus {
  bottom: 0.625rem;
}

.focus\:bottom-3\.5:focus {
  bottom: 0.875rem;
}

.focus\:-bottom-0:focus {
  bottom: 0px;
}

.focus\:-bottom-1:focus {
  bottom: -0.25rem;
}

.focus\:-bottom-2:focus {
  bottom: -0.5rem;
}

.focus\:-bottom-3:focus {
  bottom: -0.75rem;
}

.focus\:-bottom-4:focus {
  bottom: -1rem;
}

.focus\:-bottom-5:focus {
  bottom: -1.25rem;
}

.focus\:-bottom-6:focus {
  bottom: -1.5rem;
}

.focus\:-bottom-7:focus {
  bottom: -1.75rem;
}

.focus\:-bottom-8:focus {
  bottom: -2rem;
}

.focus\:-bottom-9:focus {
  bottom: -2.25rem;
}

.focus\:-bottom-10:focus {
  bottom: -2.5rem;
}

.focus\:-bottom-11:focus {
  bottom: -2.75rem;
}

.focus\:-bottom-12:focus {
  bottom: -3rem;
}

.focus\:-bottom-14:focus {
  bottom: -3.5rem;
}

.focus\:-bottom-16:focus {
  bottom: -4rem;
}

.focus\:-bottom-20:focus {
  bottom: -5rem;
}

.focus\:-bottom-24:focus {
  bottom: -6rem;
}

.focus\:-bottom-28:focus {
  bottom: -7rem;
}

.focus\:-bottom-32:focus {
  bottom: -8rem;
}

.focus\:-bottom-36:focus {
  bottom: -9rem;
}

.focus\:-bottom-40:focus {
  bottom: -10rem;
}

.focus\:-bottom-44:focus {
  bottom: -11rem;
}

.focus\:-bottom-48:focus {
  bottom: -12rem;
}

.focus\:-bottom-52:focus {
  bottom: -13rem;
}

.focus\:-bottom-56:focus {
  bottom: -14rem;
}

.focus\:-bottom-60:focus {
  bottom: -15rem;
}

.focus\:-bottom-64:focus {
  bottom: -16rem;
}

.focus\:-bottom-72:focus {
  bottom: -18rem;
}

.focus\:-bottom-80:focus {
  bottom: -20rem;
}

.focus\:-bottom-96:focus {
  bottom: -24rem;
}

.focus\:-bottom-px:focus {
  bottom: -1px;
}

.focus\:-bottom-0\.5:focus {
  bottom: -0.125rem;
}

.focus\:-bottom-1\.5:focus {
  bottom: -0.375rem;
}

.focus\:-bottom-2\.5:focus {
  bottom: -0.625rem;
}

.focus\:-bottom-3\.5:focus {
  bottom: -0.875rem;
}

.focus\:bottom-1\/2:focus {
  bottom: 50%;
}

.focus\:bottom-1\/3:focus {
  bottom: 33.333333%;
}

.focus\:bottom-2\/3:focus {
  bottom: 66.666667%;
}

.focus\:bottom-1\/4:focus {
  bottom: 25%;
}

.focus\:bottom-2\/4:focus {
  bottom: 50%;
}

.focus\:bottom-3\/4:focus {
  bottom: 75%;
}

.focus\:bottom-full:focus {
  bottom: 100%;
}

.focus\:-bottom-1\/2:focus {
  bottom: -50%;
}

.focus\:-bottom-1\/3:focus {
  bottom: -33.333333%;
}

.focus\:-bottom-2\/3:focus {
  bottom: -66.666667%;
}

.focus\:-bottom-1\/4:focus {
  bottom: -25%;
}

.focus\:-bottom-2\/4:focus {
  bottom: -50%;
}

.focus\:-bottom-3\/4:focus {
  bottom: -75%;
}

.focus\:-bottom-full:focus {
  bottom: -100%;
}

.focus\:left-0:focus {
  left: 0px;
}

.focus\:left-1:focus {
  left: 0.25rem;
}

.focus\:left-2:focus {
  left: 0.5rem;
}

.focus\:left-3:focus {
  left: 0.75rem;
}

.focus\:left-4:focus {
  left: 1rem;
}

.focus\:left-5:focus {
  left: 1.25rem;
}

.focus\:left-6:focus {
  left: 1.5rem;
}

.focus\:left-7:focus {
  left: 1.75rem;
}

.focus\:left-8:focus {
  left: 2rem;
}

.focus\:left-9:focus {
  left: 2.25rem;
}

.focus\:left-10:focus {
  left: 2.5rem;
}

.focus\:left-11:focus {
  left: 2.75rem;
}

.focus\:left-12:focus {
  left: 3rem;
}

.focus\:left-14:focus {
  left: 3.5rem;
}

.focus\:left-16:focus {
  left: 4rem;
}

.focus\:left-20:focus {
  left: 5rem;
}

.focus\:left-24:focus {
  left: 6rem;
}

.focus\:left-28:focus {
  left: 7rem;
}

.focus\:left-32:focus {
  left: 8rem;
}

.focus\:left-36:focus {
  left: 9rem;
}

.focus\:left-40:focus {
  left: 10rem;
}

.focus\:left-44:focus {
  left: 11rem;
}

.focus\:left-48:focus {
  left: 12rem;
}

.focus\:left-52:focus {
  left: 13rem;
}

.focus\:left-56:focus {
  left: 14rem;
}

.focus\:left-60:focus {
  left: 15rem;
}

.focus\:left-64:focus {
  left: 16rem;
}

.focus\:left-72:focus {
  left: 18rem;
}

.focus\:left-80:focus {
  left: 20rem;
}

.focus\:left-96:focus {
  left: 24rem;
}

.focus\:left-auto:focus {
  left: auto;
}

.focus\:left-px:focus {
  left: 1px;
}

.focus\:left-0\.5:focus {
  left: 0.125rem;
}

.focus\:left-1\.5:focus {
  left: 0.375rem;
}

.focus\:left-2\.5:focus {
  left: 0.625rem;
}

.focus\:left-3\.5:focus {
  left: 0.875rem;
}

.focus\:-left-0:focus {
  left: 0px;
}

.focus\:-left-1:focus {
  left: -0.25rem;
}

.focus\:-left-2:focus {
  left: -0.5rem;
}

.focus\:-left-3:focus {
  left: -0.75rem;
}

.focus\:-left-4:focus {
  left: -1rem;
}

.focus\:-left-5:focus {
  left: -1.25rem;
}

.focus\:-left-6:focus {
  left: -1.5rem;
}

.focus\:-left-7:focus {
  left: -1.75rem;
}

.focus\:-left-8:focus {
  left: -2rem;
}

.focus\:-left-9:focus {
  left: -2.25rem;
}

.focus\:-left-10:focus {
  left: -2.5rem;
}

.focus\:-left-11:focus {
  left: -2.75rem;
}

.focus\:-left-12:focus {
  left: -3rem;
}

.focus\:-left-14:focus {
  left: -3.5rem;
}

.focus\:-left-16:focus {
  left: -4rem;
}

.focus\:-left-20:focus {
  left: -5rem;
}

.focus\:-left-24:focus {
  left: -6rem;
}

.focus\:-left-28:focus {
  left: -7rem;
}

.focus\:-left-32:focus {
  left: -8rem;
}

.focus\:-left-36:focus {
  left: -9rem;
}

.focus\:-left-40:focus {
  left: -10rem;
}

.focus\:-left-44:focus {
  left: -11rem;
}

.focus\:-left-48:focus {
  left: -12rem;
}

.focus\:-left-52:focus {
  left: -13rem;
}

.focus\:-left-56:focus {
  left: -14rem;
}

.focus\:-left-60:focus {
  left: -15rem;
}

.focus\:-left-64:focus {
  left: -16rem;
}

.focus\:-left-72:focus {
  left: -18rem;
}

.focus\:-left-80:focus {
  left: -20rem;
}

.focus\:-left-96:focus {
  left: -24rem;
}

.focus\:-left-px:focus {
  left: -1px;
}

.focus\:-left-0\.5:focus {
  left: -0.125rem;
}

.focus\:-left-1\.5:focus {
  left: -0.375rem;
}

.focus\:-left-2\.5:focus {
  left: -0.625rem;
}

.focus\:-left-3\.5:focus {
  left: -0.875rem;
}

.focus\:left-1\/2:focus {
  left: 50%;
}

.focus\:left-1\/3:focus {
  left: 33.333333%;
}

.focus\:left-2\/3:focus {
  left: 66.666667%;
}

.focus\:left-1\/4:focus {
  left: 25%;
}

.focus\:left-2\/4:focus {
  left: 50%;
}

.focus\:left-3\/4:focus {
  left: 75%;
}

.focus\:left-full:focus {
  left: 100%;
}

.focus\:-left-1\/2:focus {
  left: -50%;
}

.focus\:-left-1\/3:focus {
  left: -33.333333%;
}

.focus\:-left-2\/3:focus {
  left: -66.666667%;
}

.focus\:-left-1\/4:focus {
  left: -25%;
}

.focus\:-left-2\/4:focus {
  left: -50%;
}

.focus\:-left-3\/4:focus {
  left: -75%;
}

.focus\:-left-full:focus {
  left: -100%;
}

.isolate {
  isolation: isolate;
}

.isolation-auto {
  isolation: auto;
}

.z-1 {
  z-index: 1;
}

.z-2 {
  z-index: 2;
}

.z-3 {
  z-index: 3;
}

.z-4 {
  z-index: 4;
}

.z-5 {
  z-index: 5;
}

.z-6 {
  z-index: 6;
}

.z-7 {
  z-index: 7;
}

.z-8 {
  z-index: 8;
}

.z-9 {
  z-index: 9;
}

.z-10 {
  z-index: 10;
}

.-z-1 {
  z-index: -1;
}

.z-flash-messages {
  z-index: var(--z-index-flash-messages);
}

.z-overlay {
  z-index: var(--z-index-overlay);
}

.z-overlay-loader {
  z-index: var(--z-index-overlay-loader);
}

.z-tooltip {
  z-index: var(--z-index-tooltip);
}

.z-popover-sticky {
  z-index: var(--z-index-popover-sticky);
}

.z-popover {
  z-index: var(--z-index-popover);
}

.z-skip-to-content {
  z-index: var(--z-index-skip-to-content);
}

.z-tablist {
  z-index: var(--z-index-tablist);
}

.z-tabpanel {
  z-index: var(--z-index-tabpanel);
}

.z-tabpanel-scrim {
  z-index: var(--z-index-tabpanel-scrim);
}

.z-template-head {
  z-index: var(--z-index-template-head);
}

.z-template-main-head-sticky {
  z-index: var(--z-index-template-main-head-sticky);
}

.z-template-main-head {
  z-index: var(--z-index-template-main-head);
}

.z-template-main {
  z-index: var(--z-index-template-main);
}

.z-search-results-navigation {
  z-index: var(--z-index-navigation-search);
}

.hover\:z-1:hover {
  z-index: 1;
}

.hover\:z-2:hover {
  z-index: 2;
}

.hover\:z-3:hover {
  z-index: 3;
}

.hover\:z-4:hover {
  z-index: 4;
}

.hover\:z-5:hover {
  z-index: 5;
}

.hover\:z-6:hover {
  z-index: 6;
}

.hover\:z-7:hover {
  z-index: 7;
}

.hover\:z-8:hover {
  z-index: 8;
}

.hover\:z-9:hover {
  z-index: 9;
}

.hover\:z-10:hover {
  z-index: 10;
}

.hover\:-z-1:hover {
  z-index: -1;
}

.hover\:z-flash-messages:hover {
  z-index: var(--z-index-flash-messages);
}

.hover\:z-overlay:hover {
  z-index: var(--z-index-overlay);
}

.hover\:z-overlay-loader:hover {
  z-index: var(--z-index-overlay-loader);
}

.hover\:z-tooltip:hover {
  z-index: var(--z-index-tooltip);
}

.hover\:z-popover-sticky:hover {
  z-index: var(--z-index-popover-sticky);
}

.hover\:z-popover:hover {
  z-index: var(--z-index-popover);
}

.hover\:z-skip-to-content:hover {
  z-index: var(--z-index-skip-to-content);
}

.hover\:z-tablist:hover {
  z-index: var(--z-index-tablist);
}

.hover\:z-tabpanel:hover {
  z-index: var(--z-index-tabpanel);
}

.hover\:z-tabpanel-scrim:hover {
  z-index: var(--z-index-tabpanel-scrim);
}

.hover\:z-template-head:hover {
  z-index: var(--z-index-template-head);
}

.hover\:z-template-main-head-sticky:hover {
  z-index: var(--z-index-template-main-head-sticky);
}

.hover\:z-template-main-head:hover {
  z-index: var(--z-index-template-main-head);
}

.hover\:z-template-main:hover {
  z-index: var(--z-index-template-main);
}

.hover\:z-search-results-navigation:hover {
  z-index: var(--z-index-navigation-search);
}

.active\:z-1:active {
  z-index: 1;
}

.active\:z-2:active {
  z-index: 2;
}

.active\:z-3:active {
  z-index: 3;
}

.active\:z-4:active {
  z-index: 4;
}

.active\:z-5:active {
  z-index: 5;
}

.active\:z-6:active {
  z-index: 6;
}

.active\:z-7:active {
  z-index: 7;
}

.active\:z-8:active {
  z-index: 8;
}

.active\:z-9:active {
  z-index: 9;
}

.active\:z-10:active {
  z-index: 10;
}

.active\:-z-1:active {
  z-index: -1;
}

.active\:z-flash-messages:active {
  z-index: var(--z-index-flash-messages);
}

.active\:z-overlay:active {
  z-index: var(--z-index-overlay);
}

.active\:z-overlay-loader:active {
  z-index: var(--z-index-overlay-loader);
}

.active\:z-tooltip:active {
  z-index: var(--z-index-tooltip);
}

.active\:z-popover-sticky:active {
  z-index: var(--z-index-popover-sticky);
}

.active\:z-popover:active {
  z-index: var(--z-index-popover);
}

.active\:z-skip-to-content:active {
  z-index: var(--z-index-skip-to-content);
}

.active\:z-tablist:active {
  z-index: var(--z-index-tablist);
}

.active\:z-tabpanel:active {
  z-index: var(--z-index-tabpanel);
}

.active\:z-tabpanel-scrim:active {
  z-index: var(--z-index-tabpanel-scrim);
}

.active\:z-template-head:active {
  z-index: var(--z-index-template-head);
}

.active\:z-template-main-head-sticky:active {
  z-index: var(--z-index-template-main-head-sticky);
}

.active\:z-template-main-head:active {
  z-index: var(--z-index-template-main-head);
}

.active\:z-template-main:active {
  z-index: var(--z-index-template-main);
}

.active\:z-search-results-navigation:active {
  z-index: var(--z-index-navigation-search);
}

.group:hover .group-hover\:z-1 {
  z-index: 1;
}

.group:hover .group-hover\:z-2 {
  z-index: 2;
}

.group:hover .group-hover\:z-3 {
  z-index: 3;
}

.group:hover .group-hover\:z-4 {
  z-index: 4;
}

.group:hover .group-hover\:z-5 {
  z-index: 5;
}

.group:hover .group-hover\:z-6 {
  z-index: 6;
}

.group:hover .group-hover\:z-7 {
  z-index: 7;
}

.group:hover .group-hover\:z-8 {
  z-index: 8;
}

.group:hover .group-hover\:z-9 {
  z-index: 9;
}

.group:hover .group-hover\:z-10 {
  z-index: 10;
}

.group:hover .group-hover\:-z-1 {
  z-index: -1;
}

.group:hover .group-hover\:z-flash-messages {
  z-index: var(--z-index-flash-messages);
}

.group:hover .group-hover\:z-overlay {
  z-index: var(--z-index-overlay);
}

.group:hover .group-hover\:z-overlay-loader {
  z-index: var(--z-index-overlay-loader);
}

.group:hover .group-hover\:z-tooltip {
  z-index: var(--z-index-tooltip);
}

.group:hover .group-hover\:z-popover-sticky {
  z-index: var(--z-index-popover-sticky);
}

.group:hover .group-hover\:z-popover {
  z-index: var(--z-index-popover);
}

.group:hover .group-hover\:z-skip-to-content {
  z-index: var(--z-index-skip-to-content);
}

.group:hover .group-hover\:z-tablist {
  z-index: var(--z-index-tablist);
}

.group:hover .group-hover\:z-tabpanel {
  z-index: var(--z-index-tabpanel);
}

.group:hover .group-hover\:z-tabpanel-scrim {
  z-index: var(--z-index-tabpanel-scrim);
}

.group:hover .group-hover\:z-template-head {
  z-index: var(--z-index-template-head);
}

.group:hover .group-hover\:z-template-main-head-sticky {
  z-index: var(--z-index-template-main-head-sticky);
}

.group:hover .group-hover\:z-template-main-head {
  z-index: var(--z-index-template-main-head);
}

.group:hover .group-hover\:z-template-main {
  z-index: var(--z-index-template-main);
}

.group:hover .group-hover\:z-search-results-navigation {
  z-index: var(--z-index-navigation-search);
}

.order-1 {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

.order-2 {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}

.order-3 {
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
}

.order-4 {
  -webkit-box-ordinal-group: 5;
      -ms-flex-order: 4;
          order: 4;
}

.order-5 {
  -webkit-box-ordinal-group: 6;
      -ms-flex-order: 5;
          order: 5;
}

.order-6 {
  -webkit-box-ordinal-group: 7;
      -ms-flex-order: 6;
          order: 6;
}

.order-7 {
  -webkit-box-ordinal-group: 8;
      -ms-flex-order: 7;
          order: 7;
}

.order-8 {
  -webkit-box-ordinal-group: 9;
      -ms-flex-order: 8;
          order: 8;
}

.order-9 {
  -webkit-box-ordinal-group: 10;
      -ms-flex-order: 9;
          order: 9;
}

.order-10 {
  -webkit-box-ordinal-group: 11;
      -ms-flex-order: 10;
          order: 10;
}

.order-11 {
  -webkit-box-ordinal-group: 12;
      -ms-flex-order: 11;
          order: 11;
}

.order-12 {
  -webkit-box-ordinal-group: 13;
      -ms-flex-order: 12;
          order: 12;
}

.order-first {
  -webkit-box-ordinal-group: -9998;
      -ms-flex-order: -9999;
          order: -9999;
}

.order-last {
  -webkit-box-ordinal-group: 10000;
      -ms-flex-order: 9999;
          order: 9999;
}

.order-none {
  -webkit-box-ordinal-group: 1;
      -ms-flex-order: 0;
          order: 0;
}

.col-auto {
  grid-column: auto;
}

.col-span-1 {
  grid-column: span 1 / span 1;
}

.col-span-2 {
  grid-column: span 2 / span 2;
}

.col-span-3 {
  grid-column: span 3 / span 3;
}

.col-span-4 {
  grid-column: span 4 / span 4;
}

.col-span-5 {
  grid-column: span 5 / span 5;
}

.col-span-6 {
  grid-column: span 6 / span 6;
}

.col-span-7 {
  grid-column: span 7 / span 7;
}

.col-span-8 {
  grid-column: span 8 / span 8;
}

.col-span-9 {
  grid-column: span 9 / span 9;
}

.col-span-10 {
  grid-column: span 10 / span 10;
}

.col-span-11 {
  grid-column: span 11 / span 11;
}

.col-span-12 {
  grid-column: span 12 / span 12;
}

.col-span-full {
  grid-column: 1 / -1;
}

.col-start-1 {
  grid-column-start: 1;
}

.col-start-2 {
  grid-column-start: 2;
}

.col-start-3 {
  grid-column-start: 3;
}

.col-start-4 {
  grid-column-start: 4;
}

.col-start-5 {
  grid-column-start: 5;
}

.col-start-6 {
  grid-column-start: 6;
}

.col-start-7 {
  grid-column-start: 7;
}

.col-start-8 {
  grid-column-start: 8;
}

.col-start-9 {
  grid-column-start: 9;
}

.col-start-10 {
  grid-column-start: 10;
}

.col-start-11 {
  grid-column-start: 11;
}

.col-start-12 {
  grid-column-start: 12;
}

.col-start-13 {
  grid-column-start: 13;
}

.col-start-auto {
  grid-column-start: auto;
}

.col-end-1 {
  grid-column-end: 1;
}

.col-end-2 {
  grid-column-end: 2;
}

.col-end-3 {
  grid-column-end: 3;
}

.col-end-4 {
  grid-column-end: 4;
}

.col-end-5 {
  grid-column-end: 5;
}

.col-end-6 {
  grid-column-end: 6;
}

.col-end-7 {
  grid-column-end: 7;
}

.col-end-8 {
  grid-column-end: 8;
}

.col-end-9 {
  grid-column-end: 9;
}

.col-end-10 {
  grid-column-end: 10;
}

.col-end-11 {
  grid-column-end: 11;
}

.col-end-12 {
  grid-column-end: 12;
}

.col-end-13 {
  grid-column-end: 13;
}

.col-end-auto {
  grid-column-end: auto;
}

.row-auto {
  grid-row: auto;
}

.row-span-1 {
  grid-row: span 1 / span 1;
}

.row-span-2 {
  grid-row: span 2 / span 2;
}

.row-span-3 {
  grid-row: span 3 / span 3;
}

.row-span-4 {
  grid-row: span 4 / span 4;
}

.row-span-5 {
  grid-row: span 5 / span 5;
}

.row-span-6 {
  grid-row: span 6 / span 6;
}

.row-span-full {
  grid-row: 1 / -1;
}

.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-5 {
  grid-row-start: 5;
}

.row-start-6 {
  grid-row-start: 6;
}

.row-start-7 {
  grid-row-start: 7;
}

.row-start-auto {
  grid-row-start: auto;
}

.row-end-1 {
  grid-row-end: 1;
}

.row-end-2 {
  grid-row-end: 2;
}

.row-end-3 {
  grid-row-end: 3;
}

.row-end-4 {
  grid-row-end: 4;
}

.row-end-5 {
  grid-row-end: 5;
}

.row-end-6 {
  grid-row-end: 6;
}

.row-end-7 {
  grid-row-end: 7;
}

.row-end-auto {
  grid-row-end: auto;
}

.float-right {
  float: right;
}

.float-left {
  float: left;
}

.float-none {
  float: none;
}

.clear-left {
  clear: left;
}

.clear-right {
  clear: right;
}

.clear-both {
  clear: both;
}

.clear-none {
  clear: none;
}

.m-0 {
  margin: 0px;
}

.m-1 {
  margin: 0.25rem;
}

.m-2 {
  margin: 0.5rem;
}

.m-3 {
  margin: 0.75rem;
}

.m-4 {
  margin: 1rem;
}

.m-5 {
  margin: 1.25rem;
}

.m-6 {
  margin: 1.5rem;
}

.m-7 {
  margin: 1.75rem;
}

.m-8 {
  margin: 2rem;
}

.m-9 {
  margin: 2.25rem;
}

.m-10 {
  margin: 2.5rem;
}

.m-11 {
  margin: 2.75rem;
}

.m-12 {
  margin: 3rem;
}

.m-14 {
  margin: 3.5rem;
}

.m-16 {
  margin: 4rem;
}

.m-20 {
  margin: 5rem;
}

.m-24 {
  margin: 6rem;
}

.m-28 {
  margin: 7rem;
}

.m-32 {
  margin: 8rem;
}

.m-36 {
  margin: 9rem;
}

.m-40 {
  margin: 10rem;
}

.m-44 {
  margin: 11rem;
}

.m-48 {
  margin: 12rem;
}

.m-52 {
  margin: 13rem;
}

.m-56 {
  margin: 14rem;
}

.m-60 {
  margin: 15rem;
}

.m-64 {
  margin: 16rem;
}

.m-72 {
  margin: 18rem;
}

.m-80 {
  margin: 20rem;
}

.m-96 {
  margin: 24rem;
}

.m-auto {
  margin: auto;
}

.m-px {
  margin: 1px;
}

.m-0\.5 {
  margin: 0.125rem;
}

.m-1\.5 {
  margin: 0.375rem;
}

.m-2\.5 {
  margin: 0.625rem;
}

.m-3\.5 {
  margin: 0.875rem;
}

.-m-0 {
  margin: 0px;
}

.-m-1 {
  margin: -0.25rem;
}

.-m-2 {
  margin: -0.5rem;
}

.-m-3 {
  margin: -0.75rem;
}

.-m-4 {
  margin: -1rem;
}

.-m-5 {
  margin: -1.25rem;
}

.-m-6 {
  margin: -1.5rem;
}

.-m-7 {
  margin: -1.75rem;
}

.-m-8 {
  margin: -2rem;
}

.-m-9 {
  margin: -2.25rem;
}

.-m-10 {
  margin: -2.5rem;
}

.-m-11 {
  margin: -2.75rem;
}

.-m-12 {
  margin: -3rem;
}

.-m-14 {
  margin: -3.5rem;
}

.-m-16 {
  margin: -4rem;
}

.-m-20 {
  margin: -5rem;
}

.-m-24 {
  margin: -6rem;
}

.-m-28 {
  margin: -7rem;
}

.-m-32 {
  margin: -8rem;
}

.-m-36 {
  margin: -9rem;
}

.-m-40 {
  margin: -10rem;
}

.-m-44 {
  margin: -11rem;
}

.-m-48 {
  margin: -12rem;
}

.-m-52 {
  margin: -13rem;
}

.-m-56 {
  margin: -14rem;
}

.-m-60 {
  margin: -15rem;
}

.-m-64 {
  margin: -16rem;
}

.-m-72 {
  margin: -18rem;
}

.-m-80 {
  margin: -20rem;
}

.-m-96 {
  margin: -24rem;
}

.-m-px {
  margin: -1px;
}

.-m-0\.5 {
  margin: -0.125rem;
}

.-m-1\.5 {
  margin: -0.375rem;
}

.-m-2\.5 {
  margin: -0.625rem;
}

.-m-3\.5 {
  margin: -0.875rem;
}

.first\:m-0:first-child {
  margin: 0px;
}

.first\:m-1:first-child {
  margin: 0.25rem;
}

.first\:m-2:first-child {
  margin: 0.5rem;
}

.first\:m-3:first-child {
  margin: 0.75rem;
}

.first\:m-4:first-child {
  margin: 1rem;
}

.first\:m-5:first-child {
  margin: 1.25rem;
}

.first\:m-6:first-child {
  margin: 1.5rem;
}

.first\:m-7:first-child {
  margin: 1.75rem;
}

.first\:m-8:first-child {
  margin: 2rem;
}

.first\:m-9:first-child {
  margin: 2.25rem;
}

.first\:m-10:first-child {
  margin: 2.5rem;
}

.first\:m-11:first-child {
  margin: 2.75rem;
}

.first\:m-12:first-child {
  margin: 3rem;
}

.first\:m-14:first-child {
  margin: 3.5rem;
}

.first\:m-16:first-child {
  margin: 4rem;
}

.first\:m-20:first-child {
  margin: 5rem;
}

.first\:m-24:first-child {
  margin: 6rem;
}

.first\:m-28:first-child {
  margin: 7rem;
}

.first\:m-32:first-child {
  margin: 8rem;
}

.first\:m-36:first-child {
  margin: 9rem;
}

.first\:m-40:first-child {
  margin: 10rem;
}

.first\:m-44:first-child {
  margin: 11rem;
}

.first\:m-48:first-child {
  margin: 12rem;
}

.first\:m-52:first-child {
  margin: 13rem;
}

.first\:m-56:first-child {
  margin: 14rem;
}

.first\:m-60:first-child {
  margin: 15rem;
}

.first\:m-64:first-child {
  margin: 16rem;
}

.first\:m-72:first-child {
  margin: 18rem;
}

.first\:m-80:first-child {
  margin: 20rem;
}

.first\:m-96:first-child {
  margin: 24rem;
}

.first\:m-auto:first-child {
  margin: auto;
}

.first\:m-px:first-child {
  margin: 1px;
}

.first\:m-0\.5:first-child {
  margin: 0.125rem;
}

.first\:m-1\.5:first-child {
  margin: 0.375rem;
}

.first\:m-2\.5:first-child {
  margin: 0.625rem;
}

.first\:m-3\.5:first-child {
  margin: 0.875rem;
}

.first\:-m-0:first-child {
  margin: 0px;
}

.first\:-m-1:first-child {
  margin: -0.25rem;
}

.first\:-m-2:first-child {
  margin: -0.5rem;
}

.first\:-m-3:first-child {
  margin: -0.75rem;
}

.first\:-m-4:first-child {
  margin: -1rem;
}

.first\:-m-5:first-child {
  margin: -1.25rem;
}

.first\:-m-6:first-child {
  margin: -1.5rem;
}

.first\:-m-7:first-child {
  margin: -1.75rem;
}

.first\:-m-8:first-child {
  margin: -2rem;
}

.first\:-m-9:first-child {
  margin: -2.25rem;
}

.first\:-m-10:first-child {
  margin: -2.5rem;
}

.first\:-m-11:first-child {
  margin: -2.75rem;
}

.first\:-m-12:first-child {
  margin: -3rem;
}

.first\:-m-14:first-child {
  margin: -3.5rem;
}

.first\:-m-16:first-child {
  margin: -4rem;
}

.first\:-m-20:first-child {
  margin: -5rem;
}

.first\:-m-24:first-child {
  margin: -6rem;
}

.first\:-m-28:first-child {
  margin: -7rem;
}

.first\:-m-32:first-child {
  margin: -8rem;
}

.first\:-m-36:first-child {
  margin: -9rem;
}

.first\:-m-40:first-child {
  margin: -10rem;
}

.first\:-m-44:first-child {
  margin: -11rem;
}

.first\:-m-48:first-child {
  margin: -12rem;
}

.first\:-m-52:first-child {
  margin: -13rem;
}

.first\:-m-56:first-child {
  margin: -14rem;
}

.first\:-m-60:first-child {
  margin: -15rem;
}

.first\:-m-64:first-child {
  margin: -16rem;
}

.first\:-m-72:first-child {
  margin: -18rem;
}

.first\:-m-80:first-child {
  margin: -20rem;
}

.first\:-m-96:first-child {
  margin: -24rem;
}

.first\:-m-px:first-child {
  margin: -1px;
}

.first\:-m-0\.5:first-child {
  margin: -0.125rem;
}

.first\:-m-1\.5:first-child {
  margin: -0.375rem;
}

.first\:-m-2\.5:first-child {
  margin: -0.625rem;
}

.first\:-m-3\.5:first-child {
  margin: -0.875rem;
}

.last\:m-0:last-child {
  margin: 0px;
}

.last\:m-1:last-child {
  margin: 0.25rem;
}

.last\:m-2:last-child {
  margin: 0.5rem;
}

.last\:m-3:last-child {
  margin: 0.75rem;
}

.last\:m-4:last-child {
  margin: 1rem;
}

.last\:m-5:last-child {
  margin: 1.25rem;
}

.last\:m-6:last-child {
  margin: 1.5rem;
}

.last\:m-7:last-child {
  margin: 1.75rem;
}

.last\:m-8:last-child {
  margin: 2rem;
}

.last\:m-9:last-child {
  margin: 2.25rem;
}

.last\:m-10:last-child {
  margin: 2.5rem;
}

.last\:m-11:last-child {
  margin: 2.75rem;
}

.last\:m-12:last-child {
  margin: 3rem;
}

.last\:m-14:last-child {
  margin: 3.5rem;
}

.last\:m-16:last-child {
  margin: 4rem;
}

.last\:m-20:last-child {
  margin: 5rem;
}

.last\:m-24:last-child {
  margin: 6rem;
}

.last\:m-28:last-child {
  margin: 7rem;
}

.last\:m-32:last-child {
  margin: 8rem;
}

.last\:m-36:last-child {
  margin: 9rem;
}

.last\:m-40:last-child {
  margin: 10rem;
}

.last\:m-44:last-child {
  margin: 11rem;
}

.last\:m-48:last-child {
  margin: 12rem;
}

.last\:m-52:last-child {
  margin: 13rem;
}

.last\:m-56:last-child {
  margin: 14rem;
}

.last\:m-60:last-child {
  margin: 15rem;
}

.last\:m-64:last-child {
  margin: 16rem;
}

.last\:m-72:last-child {
  margin: 18rem;
}

.last\:m-80:last-child {
  margin: 20rem;
}

.last\:m-96:last-child {
  margin: 24rem;
}

.last\:m-auto:last-child {
  margin: auto;
}

.last\:m-px:last-child {
  margin: 1px;
}

.last\:m-0\.5:last-child {
  margin: 0.125rem;
}

.last\:m-1\.5:last-child {
  margin: 0.375rem;
}

.last\:m-2\.5:last-child {
  margin: 0.625rem;
}

.last\:m-3\.5:last-child {
  margin: 0.875rem;
}

.last\:-m-0:last-child {
  margin: 0px;
}

.last\:-m-1:last-child {
  margin: -0.25rem;
}

.last\:-m-2:last-child {
  margin: -0.5rem;
}

.last\:-m-3:last-child {
  margin: -0.75rem;
}

.last\:-m-4:last-child {
  margin: -1rem;
}

.last\:-m-5:last-child {
  margin: -1.25rem;
}

.last\:-m-6:last-child {
  margin: -1.5rem;
}

.last\:-m-7:last-child {
  margin: -1.75rem;
}

.last\:-m-8:last-child {
  margin: -2rem;
}

.last\:-m-9:last-child {
  margin: -2.25rem;
}

.last\:-m-10:last-child {
  margin: -2.5rem;
}

.last\:-m-11:last-child {
  margin: -2.75rem;
}

.last\:-m-12:last-child {
  margin: -3rem;
}

.last\:-m-14:last-child {
  margin: -3.5rem;
}

.last\:-m-16:last-child {
  margin: -4rem;
}

.last\:-m-20:last-child {
  margin: -5rem;
}

.last\:-m-24:last-child {
  margin: -6rem;
}

.last\:-m-28:last-child {
  margin: -7rem;
}

.last\:-m-32:last-child {
  margin: -8rem;
}

.last\:-m-36:last-child {
  margin: -9rem;
}

.last\:-m-40:last-child {
  margin: -10rem;
}

.last\:-m-44:last-child {
  margin: -11rem;
}

.last\:-m-48:last-child {
  margin: -12rem;
}

.last\:-m-52:last-child {
  margin: -13rem;
}

.last\:-m-56:last-child {
  margin: -14rem;
}

.last\:-m-60:last-child {
  margin: -15rem;
}

.last\:-m-64:last-child {
  margin: -16rem;
}

.last\:-m-72:last-child {
  margin: -18rem;
}

.last\:-m-80:last-child {
  margin: -20rem;
}

.last\:-m-96:last-child {
  margin: -24rem;
}

.last\:-m-px:last-child {
  margin: -1px;
}

.last\:-m-0\.5:last-child {
  margin: -0.125rem;
}

.last\:-m-1\.5:last-child {
  margin: -0.375rem;
}

.last\:-m-2\.5:last-child {
  margin: -0.625rem;
}

.last\:-m-3\.5:last-child {
  margin: -0.875rem;
}

.mx-0 {
  margin-left: 0px;
  margin-right: 0px;
}

.mx-1 {
  margin-left: 0.25rem;
  margin-right: 0.25rem;
}

.mx-2 {
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}

.mx-3 {
  margin-left: 0.75rem;
  margin-right: 0.75rem;
}

.mx-4 {
  margin-left: 1rem;
  margin-right: 1rem;
}

.mx-5 {
  margin-left: 1.25rem;
  margin-right: 1.25rem;
}

.mx-6 {
  margin-left: 1.5rem;
  margin-right: 1.5rem;
}

.mx-7 {
  margin-left: 1.75rem;
  margin-right: 1.75rem;
}

.mx-8 {
  margin-left: 2rem;
  margin-right: 2rem;
}

.mx-9 {
  margin-left: 2.25rem;
  margin-right: 2.25rem;
}

.mx-10 {
  margin-left: 2.5rem;
  margin-right: 2.5rem;
}

.mx-11 {
  margin-left: 2.75rem;
  margin-right: 2.75rem;
}

.mx-12 {
  margin-left: 3rem;
  margin-right: 3rem;
}

.mx-14 {
  margin-left: 3.5rem;
  margin-right: 3.5rem;
}

.mx-16 {
  margin-left: 4rem;
  margin-right: 4rem;
}

.mx-20 {
  margin-left: 5rem;
  margin-right: 5rem;
}

.mx-24 {
  margin-left: 6rem;
  margin-right: 6rem;
}

.mx-28 {
  margin-left: 7rem;
  margin-right: 7rem;
}

.mx-32 {
  margin-left: 8rem;
  margin-right: 8rem;
}

.mx-36 {
  margin-left: 9rem;
  margin-right: 9rem;
}

.mx-40 {
  margin-left: 10rem;
  margin-right: 10rem;
}

.mx-44 {
  margin-left: 11rem;
  margin-right: 11rem;
}

.mx-48 {
  margin-left: 12rem;
  margin-right: 12rem;
}

.mx-52 {
  margin-left: 13rem;
  margin-right: 13rem;
}

.mx-56 {
  margin-left: 14rem;
  margin-right: 14rem;
}

.mx-60 {
  margin-left: 15rem;
  margin-right: 15rem;
}

.mx-64 {
  margin-left: 16rem;
  margin-right: 16rem;
}

.mx-72 {
  margin-left: 18rem;
  margin-right: 18rem;
}

.mx-80 {
  margin-left: 20rem;
  margin-right: 20rem;
}

.mx-96 {
  margin-left: 24rem;
  margin-right: 24rem;
}

.mx-auto {
  margin-left: auto;
  margin-right: auto;
}

.mx-px {
  margin-left: 1px;
  margin-right: 1px;
}

.mx-0\.5 {
  margin-left: 0.125rem;
  margin-right: 0.125rem;
}

.mx-1\.5 {
  margin-left: 0.375rem;
  margin-right: 0.375rem;
}

.mx-2\.5 {
  margin-left: 0.625rem;
  margin-right: 0.625rem;
}

.mx-3\.5 {
  margin-left: 0.875rem;
  margin-right: 0.875rem;
}

.-mx-0 {
  margin-left: 0px;
  margin-right: 0px;
}

.-mx-1 {
  margin-left: -0.25rem;
  margin-right: -0.25rem;
}

.-mx-2 {
  margin-left: -0.5rem;
  margin-right: -0.5rem;
}

.-mx-3 {
  margin-left: -0.75rem;
  margin-right: -0.75rem;
}

.-mx-4 {
  margin-left: -1rem;
  margin-right: -1rem;
}

.-mx-5 {
  margin-left: -1.25rem;
  margin-right: -1.25rem;
}

.-mx-6 {
  margin-left: -1.5rem;
  margin-right: -1.5rem;
}

.-mx-7 {
  margin-left: -1.75rem;
  margin-right: -1.75rem;
}

.-mx-8 {
  margin-left: -2rem;
  margin-right: -2rem;
}

.-mx-9 {
  margin-left: -2.25rem;
  margin-right: -2.25rem;
}

.-mx-10 {
  margin-left: -2.5rem;
  margin-right: -2.5rem;
}

.-mx-11 {
  margin-left: -2.75rem;
  margin-right: -2.75rem;
}

.-mx-12 {
  margin-left: -3rem;
  margin-right: -3rem;
}

.-mx-14 {
  margin-left: -3.5rem;
  margin-right: -3.5rem;
}

.-mx-16 {
  margin-left: -4rem;
  margin-right: -4rem;
}

.-mx-20 {
  margin-left: -5rem;
  margin-right: -5rem;
}

.-mx-24 {
  margin-left: -6rem;
  margin-right: -6rem;
}

.-mx-28 {
  margin-left: -7rem;
  margin-right: -7rem;
}

.-mx-32 {
  margin-left: -8rem;
  margin-right: -8rem;
}

.-mx-36 {
  margin-left: -9rem;
  margin-right: -9rem;
}

.-mx-40 {
  margin-left: -10rem;
  margin-right: -10rem;
}

.-mx-44 {
  margin-left: -11rem;
  margin-right: -11rem;
}

.-mx-48 {
  margin-left: -12rem;
  margin-right: -12rem;
}

.-mx-52 {
  margin-left: -13rem;
  margin-right: -13rem;
}

.-mx-56 {
  margin-left: -14rem;
  margin-right: -14rem;
}

.-mx-60 {
  margin-left: -15rem;
  margin-right: -15rem;
}

.-mx-64 {
  margin-left: -16rem;
  margin-right: -16rem;
}

.-mx-72 {
  margin-left: -18rem;
  margin-right: -18rem;
}

.-mx-80 {
  margin-left: -20rem;
  margin-right: -20rem;
}

.-mx-96 {
  margin-left: -24rem;
  margin-right: -24rem;
}

.-mx-px {
  margin-left: -1px;
  margin-right: -1px;
}

.-mx-0\.5 {
  margin-left: -0.125rem;
  margin-right: -0.125rem;
}

.-mx-1\.5 {
  margin-left: -0.375rem;
  margin-right: -0.375rem;
}

.-mx-2\.5 {
  margin-left: -0.625rem;
  margin-right: -0.625rem;
}

.-mx-3\.5 {
  margin-left: -0.875rem;
  margin-right: -0.875rem;
}

.my-0 {
  margin-top: 0px;
  margin-bottom: 0px;
}

.my-1 {
  margin-top: 0.25rem;
  margin-bottom: 0.25rem;
}

.my-2 {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}

.my-3 {
  margin-top: 0.75rem;
  margin-bottom: 0.75rem;
}

.my-4 {
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.my-5 {
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
}

.my-6 {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}

.my-7 {
  margin-top: 1.75rem;
  margin-bottom: 1.75rem;
}

.my-8 {
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.my-9 {
  margin-top: 2.25rem;
  margin-bottom: 2.25rem;
}

.my-10 {
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
}

.my-11 {
  margin-top: 2.75rem;
  margin-bottom: 2.75rem;
}

.my-12 {
  margin-top: 3rem;
  margin-bottom: 3rem;
}

.my-14 {
  margin-top: 3.5rem;
  margin-bottom: 3.5rem;
}

.my-16 {
  margin-top: 4rem;
  margin-bottom: 4rem;
}

.my-20 {
  margin-top: 5rem;
  margin-bottom: 5rem;
}

.my-24 {
  margin-top: 6rem;
  margin-bottom: 6rem;
}

.my-28 {
  margin-top: 7rem;
  margin-bottom: 7rem;
}

.my-32 {
  margin-top: 8rem;
  margin-bottom: 8rem;
}

.my-36 {
  margin-top: 9rem;
  margin-bottom: 9rem;
}

.my-40 {
  margin-top: 10rem;
  margin-bottom: 10rem;
}

.my-44 {
  margin-top: 11rem;
  margin-bottom: 11rem;
}

.my-48 {
  margin-top: 12rem;
  margin-bottom: 12rem;
}

.my-52 {
  margin-top: 13rem;
  margin-bottom: 13rem;
}

.my-56 {
  margin-top: 14rem;
  margin-bottom: 14rem;
}

.my-60 {
  margin-top: 15rem;
  margin-bottom: 15rem;
}

.my-64 {
  margin-top: 16rem;
  margin-bottom: 16rem;
}

.my-72 {
  margin-top: 18rem;
  margin-bottom: 18rem;
}

.my-80 {
  margin-top: 20rem;
  margin-bottom: 20rem;
}

.my-96 {
  margin-top: 24rem;
  margin-bottom: 24rem;
}

.my-auto {
  margin-top: auto;
  margin-bottom: auto;
}

.my-px {
  margin-top: 1px;
  margin-bottom: 1px;
}

.my-0\.5 {
  margin-top: 0.125rem;
  margin-bottom: 0.125rem;
}

.my-1\.5 {
  margin-top: 0.375rem;
  margin-bottom: 0.375rem;
}

.my-2\.5 {
  margin-top: 0.625rem;
  margin-bottom: 0.625rem;
}

.my-3\.5 {
  margin-top: 0.875rem;
  margin-bottom: 0.875rem;
}

.-my-0 {
  margin-top: 0px;
  margin-bottom: 0px;
}

.-my-1 {
  margin-top: -0.25rem;
  margin-bottom: -0.25rem;
}

.-my-2 {
  margin-top: -0.5rem;
  margin-bottom: -0.5rem;
}

.-my-3 {
  margin-top: -0.75rem;
  margin-bottom: -0.75rem;
}

.-my-4 {
  margin-top: -1rem;
  margin-bottom: -1rem;
}

.-my-5 {
  margin-top: -1.25rem;
  margin-bottom: -1.25rem;
}

.-my-6 {
  margin-top: -1.5rem;
  margin-bottom: -1.5rem;
}

.-my-7 {
  margin-top: -1.75rem;
  margin-bottom: -1.75rem;
}

.-my-8 {
  margin-top: -2rem;
  margin-bottom: -2rem;
}

.-my-9 {
  margin-top: -2.25rem;
  margin-bottom: -2.25rem;
}

.-my-10 {
  margin-top: -2.5rem;
  margin-bottom: -2.5rem;
}

.-my-11 {
  margin-top: -2.75rem;
  margin-bottom: -2.75rem;
}

.-my-12 {
  margin-top: -3rem;
  margin-bottom: -3rem;
}

.-my-14 {
  margin-top: -3.5rem;
  margin-bottom: -3.5rem;
}

.-my-16 {
  margin-top: -4rem;
  margin-bottom: -4rem;
}

.-my-20 {
  margin-top: -5rem;
  margin-bottom: -5rem;
}

.-my-24 {
  margin-top: -6rem;
  margin-bottom: -6rem;
}

.-my-28 {
  margin-top: -7rem;
  margin-bottom: -7rem;
}

.-my-32 {
  margin-top: -8rem;
  margin-bottom: -8rem;
}

.-my-36 {
  margin-top: -9rem;
  margin-bottom: -9rem;
}

.-my-40 {
  margin-top: -10rem;
  margin-bottom: -10rem;
}

.-my-44 {
  margin-top: -11rem;
  margin-bottom: -11rem;
}

.-my-48 {
  margin-top: -12rem;
  margin-bottom: -12rem;
}

.-my-52 {
  margin-top: -13rem;
  margin-bottom: -13rem;
}

.-my-56 {
  margin-top: -14rem;
  margin-bottom: -14rem;
}

.-my-60 {
  margin-top: -15rem;
  margin-bottom: -15rem;
}

.-my-64 {
  margin-top: -16rem;
  margin-bottom: -16rem;
}

.-my-72 {
  margin-top: -18rem;
  margin-bottom: -18rem;
}

.-my-80 {
  margin-top: -20rem;
  margin-bottom: -20rem;
}

.-my-96 {
  margin-top: -24rem;
  margin-bottom: -24rem;
}

.-my-px {
  margin-top: -1px;
  margin-bottom: -1px;
}

.-my-0\.5 {
  margin-top: -0.125rem;
  margin-bottom: -0.125rem;
}

.-my-1\.5 {
  margin-top: -0.375rem;
  margin-bottom: -0.375rem;
}

.-my-2\.5 {
  margin-top: -0.625rem;
  margin-bottom: -0.625rem;
}

.-my-3\.5 {
  margin-top: -0.875rem;
  margin-bottom: -0.875rem;
}

.first\:mx-0:first-child {
  margin-left: 0px;
  margin-right: 0px;
}

.first\:mx-1:first-child {
  margin-left: 0.25rem;
  margin-right: 0.25rem;
}

.first\:mx-2:first-child {
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}

.first\:mx-3:first-child {
  margin-left: 0.75rem;
  margin-right: 0.75rem;
}

.first\:mx-4:first-child {
  margin-left: 1rem;
  margin-right: 1rem;
}

.first\:mx-5:first-child {
  margin-left: 1.25rem;
  margin-right: 1.25rem;
}

.first\:mx-6:first-child {
  margin-left: 1.5rem;
  margin-right: 1.5rem;
}

.first\:mx-7:first-child {
  margin-left: 1.75rem;
  margin-right: 1.75rem;
}

.first\:mx-8:first-child {
  margin-left: 2rem;
  margin-right: 2rem;
}

.first\:mx-9:first-child {
  margin-left: 2.25rem;
  margin-right: 2.25rem;
}

.first\:mx-10:first-child {
  margin-left: 2.5rem;
  margin-right: 2.5rem;
}

.first\:mx-11:first-child {
  margin-left: 2.75rem;
  margin-right: 2.75rem;
}

.first\:mx-12:first-child {
  margin-left: 3rem;
  margin-right: 3rem;
}

.first\:mx-14:first-child {
  margin-left: 3.5rem;
  margin-right: 3.5rem;
}

.first\:mx-16:first-child {
  margin-left: 4rem;
  margin-right: 4rem;
}

.first\:mx-20:first-child {
  margin-left: 5rem;
  margin-right: 5rem;
}

.first\:mx-24:first-child {
  margin-left: 6rem;
  margin-right: 6rem;
}

.first\:mx-28:first-child {
  margin-left: 7rem;
  margin-right: 7rem;
}

.first\:mx-32:first-child {
  margin-left: 8rem;
  margin-right: 8rem;
}

.first\:mx-36:first-child {
  margin-left: 9rem;
  margin-right: 9rem;
}

.first\:mx-40:first-child {
  margin-left: 10rem;
  margin-right: 10rem;
}

.first\:mx-44:first-child {
  margin-left: 11rem;
  margin-right: 11rem;
}

.first\:mx-48:first-child {
  margin-left: 12rem;
  margin-right: 12rem;
}

.first\:mx-52:first-child {
  margin-left: 13rem;
  margin-right: 13rem;
}

.first\:mx-56:first-child {
  margin-left: 14rem;
  margin-right: 14rem;
}

.first\:mx-60:first-child {
  margin-left: 15rem;
  margin-right: 15rem;
}

.first\:mx-64:first-child {
  margin-left: 16rem;
  margin-right: 16rem;
}

.first\:mx-72:first-child {
  margin-left: 18rem;
  margin-right: 18rem;
}

.first\:mx-80:first-child {
  margin-left: 20rem;
  margin-right: 20rem;
}

.first\:mx-96:first-child {
  margin-left: 24rem;
  margin-right: 24rem;
}

.first\:mx-auto:first-child {
  margin-left: auto;
  margin-right: auto;
}

.first\:mx-px:first-child {
  margin-left: 1px;
  margin-right: 1px;
}

.first\:mx-0\.5:first-child {
  margin-left: 0.125rem;
  margin-right: 0.125rem;
}

.first\:mx-1\.5:first-child {
  margin-left: 0.375rem;
  margin-right: 0.375rem;
}

.first\:mx-2\.5:first-child {
  margin-left: 0.625rem;
  margin-right: 0.625rem;
}

.first\:mx-3\.5:first-child {
  margin-left: 0.875rem;
  margin-right: 0.875rem;
}

.first\:-mx-0:first-child {
  margin-left: 0px;
  margin-right: 0px;
}

.first\:-mx-1:first-child {
  margin-left: -0.25rem;
  margin-right: -0.25rem;
}

.first\:-mx-2:first-child {
  margin-left: -0.5rem;
  margin-right: -0.5rem;
}

.first\:-mx-3:first-child {
  margin-left: -0.75rem;
  margin-right: -0.75rem;
}

.first\:-mx-4:first-child {
  margin-left: -1rem;
  margin-right: -1rem;
}

.first\:-mx-5:first-child {
  margin-left: -1.25rem;
  margin-right: -1.25rem;
}

.first\:-mx-6:first-child {
  margin-left: -1.5rem;
  margin-right: -1.5rem;
}

.first\:-mx-7:first-child {
  margin-left: -1.75rem;
  margin-right: -1.75rem;
}

.first\:-mx-8:first-child {
  margin-left: -2rem;
  margin-right: -2rem;
}

.first\:-mx-9:first-child {
  margin-left: -2.25rem;
  margin-right: -2.25rem;
}

.first\:-mx-10:first-child {
  margin-left: -2.5rem;
  margin-right: -2.5rem;
}

.first\:-mx-11:first-child {
  margin-left: -2.75rem;
  margin-right: -2.75rem;
}

.first\:-mx-12:first-child {
  margin-left: -3rem;
  margin-right: -3rem;
}

.first\:-mx-14:first-child {
  margin-left: -3.5rem;
  margin-right: -3.5rem;
}

.first\:-mx-16:first-child {
  margin-left: -4rem;
  margin-right: -4rem;
}

.first\:-mx-20:first-child {
  margin-left: -5rem;
  margin-right: -5rem;
}

.first\:-mx-24:first-child {
  margin-left: -6rem;
  margin-right: -6rem;
}

.first\:-mx-28:first-child {
  margin-left: -7rem;
  margin-right: -7rem;
}

.first\:-mx-32:first-child {
  margin-left: -8rem;
  margin-right: -8rem;
}

.first\:-mx-36:first-child {
  margin-left: -9rem;
  margin-right: -9rem;
}

.first\:-mx-40:first-child {
  margin-left: -10rem;
  margin-right: -10rem;
}

.first\:-mx-44:first-child {
  margin-left: -11rem;
  margin-right: -11rem;
}

.first\:-mx-48:first-child {
  margin-left: -12rem;
  margin-right: -12rem;
}

.first\:-mx-52:first-child {
  margin-left: -13rem;
  margin-right: -13rem;
}

.first\:-mx-56:first-child {
  margin-left: -14rem;
  margin-right: -14rem;
}

.first\:-mx-60:first-child {
  margin-left: -15rem;
  margin-right: -15rem;
}

.first\:-mx-64:first-child {
  margin-left: -16rem;
  margin-right: -16rem;
}

.first\:-mx-72:first-child {
  margin-left: -18rem;
  margin-right: -18rem;
}

.first\:-mx-80:first-child {
  margin-left: -20rem;
  margin-right: -20rem;
}

.first\:-mx-96:first-child {
  margin-left: -24rem;
  margin-right: -24rem;
}

.first\:-mx-px:first-child {
  margin-left: -1px;
  margin-right: -1px;
}

.first\:-mx-0\.5:first-child {
  margin-left: -0.125rem;
  margin-right: -0.125rem;
}

.first\:-mx-1\.5:first-child {
  margin-left: -0.375rem;
  margin-right: -0.375rem;
}

.first\:-mx-2\.5:first-child {
  margin-left: -0.625rem;
  margin-right: -0.625rem;
}

.first\:-mx-3\.5:first-child {
  margin-left: -0.875rem;
  margin-right: -0.875rem;
}

.first\:my-0:first-child {
  margin-top: 0px;
  margin-bottom: 0px;
}

.first\:my-1:first-child {
  margin-top: 0.25rem;
  margin-bottom: 0.25rem;
}

.first\:my-2:first-child {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}

.first\:my-3:first-child {
  margin-top: 0.75rem;
  margin-bottom: 0.75rem;
}

.first\:my-4:first-child {
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.first\:my-5:first-child {
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
}

.first\:my-6:first-child {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}

.first\:my-7:first-child {
  margin-top: 1.75rem;
  margin-bottom: 1.75rem;
}

.first\:my-8:first-child {
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.first\:my-9:first-child {
  margin-top: 2.25rem;
  margin-bottom: 2.25rem;
}

.first\:my-10:first-child {
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
}

.first\:my-11:first-child {
  margin-top: 2.75rem;
  margin-bottom: 2.75rem;
}

.first\:my-12:first-child {
  margin-top: 3rem;
  margin-bottom: 3rem;
}

.first\:my-14:first-child {
  margin-top: 3.5rem;
  margin-bottom: 3.5rem;
}

.first\:my-16:first-child {
  margin-top: 4rem;
  margin-bottom: 4rem;
}

.first\:my-20:first-child {
  margin-top: 5rem;
  margin-bottom: 5rem;
}

.first\:my-24:first-child {
  margin-top: 6rem;
  margin-bottom: 6rem;
}

.first\:my-28:first-child {
  margin-top: 7rem;
  margin-bottom: 7rem;
}

.first\:my-32:first-child {
  margin-top: 8rem;
  margin-bottom: 8rem;
}

.first\:my-36:first-child {
  margin-top: 9rem;
  margin-bottom: 9rem;
}

.first\:my-40:first-child {
  margin-top: 10rem;
  margin-bottom: 10rem;
}

.first\:my-44:first-child {
  margin-top: 11rem;
  margin-bottom: 11rem;
}

.first\:my-48:first-child {
  margin-top: 12rem;
  margin-bottom: 12rem;
}

.first\:my-52:first-child {
  margin-top: 13rem;
  margin-bottom: 13rem;
}

.first\:my-56:first-child {
  margin-top: 14rem;
  margin-bottom: 14rem;
}

.first\:my-60:first-child {
  margin-top: 15rem;
  margin-bottom: 15rem;
}

.first\:my-64:first-child {
  margin-top: 16rem;
  margin-bottom: 16rem;
}

.first\:my-72:first-child {
  margin-top: 18rem;
  margin-bottom: 18rem;
}

.first\:my-80:first-child {
  margin-top: 20rem;
  margin-bottom: 20rem;
}

.first\:my-96:first-child {
  margin-top: 24rem;
  margin-bottom: 24rem;
}

.first\:my-auto:first-child {
  margin-top: auto;
  margin-bottom: auto;
}

.first\:my-px:first-child {
  margin-top: 1px;
  margin-bottom: 1px;
}

.first\:my-0\.5:first-child {
  margin-top: 0.125rem;
  margin-bottom: 0.125rem;
}

.first\:my-1\.5:first-child {
  margin-top: 0.375rem;
  margin-bottom: 0.375rem;
}

.first\:my-2\.5:first-child {
  margin-top: 0.625rem;
  margin-bottom: 0.625rem;
}

.first\:my-3\.5:first-child {
  margin-top: 0.875rem;
  margin-bottom: 0.875rem;
}

.first\:-my-0:first-child {
  margin-top: 0px;
  margin-bottom: 0px;
}

.first\:-my-1:first-child {
  margin-top: -0.25rem;
  margin-bottom: -0.25rem;
}

.first\:-my-2:first-child {
  margin-top: -0.5rem;
  margin-bottom: -0.5rem;
}

.first\:-my-3:first-child {
  margin-top: -0.75rem;
  margin-bottom: -0.75rem;
}

.first\:-my-4:first-child {
  margin-top: -1rem;
  margin-bottom: -1rem;
}

.first\:-my-5:first-child {
  margin-top: -1.25rem;
  margin-bottom: -1.25rem;
}

.first\:-my-6:first-child {
  margin-top: -1.5rem;
  margin-bottom: -1.5rem;
}

.first\:-my-7:first-child {
  margin-top: -1.75rem;
  margin-bottom: -1.75rem;
}

.first\:-my-8:first-child {
  margin-top: -2rem;
  margin-bottom: -2rem;
}

.first\:-my-9:first-child {
  margin-top: -2.25rem;
  margin-bottom: -2.25rem;
}

.first\:-my-10:first-child {
  margin-top: -2.5rem;
  margin-bottom: -2.5rem;
}

.first\:-my-11:first-child {
  margin-top: -2.75rem;
  margin-bottom: -2.75rem;
}

.first\:-my-12:first-child {
  margin-top: -3rem;
  margin-bottom: -3rem;
}

.first\:-my-14:first-child {
  margin-top: -3.5rem;
  margin-bottom: -3.5rem;
}

.first\:-my-16:first-child {
  margin-top: -4rem;
  margin-bottom: -4rem;
}

.first\:-my-20:first-child {
  margin-top: -5rem;
  margin-bottom: -5rem;
}

.first\:-my-24:first-child {
  margin-top: -6rem;
  margin-bottom: -6rem;
}

.first\:-my-28:first-child {
  margin-top: -7rem;
  margin-bottom: -7rem;
}

.first\:-my-32:first-child {
  margin-top: -8rem;
  margin-bottom: -8rem;
}

.first\:-my-36:first-child {
  margin-top: -9rem;
  margin-bottom: -9rem;
}

.first\:-my-40:first-child {
  margin-top: -10rem;
  margin-bottom: -10rem;
}

.first\:-my-44:first-child {
  margin-top: -11rem;
  margin-bottom: -11rem;
}

.first\:-my-48:first-child {
  margin-top: -12rem;
  margin-bottom: -12rem;
}

.first\:-my-52:first-child {
  margin-top: -13rem;
  margin-bottom: -13rem;
}

.first\:-my-56:first-child {
  margin-top: -14rem;
  margin-bottom: -14rem;
}

.first\:-my-60:first-child {
  margin-top: -15rem;
  margin-bottom: -15rem;
}

.first\:-my-64:first-child {
  margin-top: -16rem;
  margin-bottom: -16rem;
}

.first\:-my-72:first-child {
  margin-top: -18rem;
  margin-bottom: -18rem;
}

.first\:-my-80:first-child {
  margin-top: -20rem;
  margin-bottom: -20rem;
}

.first\:-my-96:first-child {
  margin-top: -24rem;
  margin-bottom: -24rem;
}

.first\:-my-px:first-child {
  margin-top: -1px;
  margin-bottom: -1px;
}

.first\:-my-0\.5:first-child {
  margin-top: -0.125rem;
  margin-bottom: -0.125rem;
}

.first\:-my-1\.5:first-child {
  margin-top: -0.375rem;
  margin-bottom: -0.375rem;
}

.first\:-my-2\.5:first-child {
  margin-top: -0.625rem;
  margin-bottom: -0.625rem;
}

.first\:-my-3\.5:first-child {
  margin-top: -0.875rem;
  margin-bottom: -0.875rem;
}

.last\:mx-0:last-child {
  margin-left: 0px;
  margin-right: 0px;
}

.last\:mx-1:last-child {
  margin-left: 0.25rem;
  margin-right: 0.25rem;
}

.last\:mx-2:last-child {
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}

.last\:mx-3:last-child {
  margin-left: 0.75rem;
  margin-right: 0.75rem;
}

.last\:mx-4:last-child {
  margin-left: 1rem;
  margin-right: 1rem;
}

.last\:mx-5:last-child {
  margin-left: 1.25rem;
  margin-right: 1.25rem;
}

.last\:mx-6:last-child {
  margin-left: 1.5rem;
  margin-right: 1.5rem;
}

.last\:mx-7:last-child {
  margin-left: 1.75rem;
  margin-right: 1.75rem;
}

.last\:mx-8:last-child {
  margin-left: 2rem;
  margin-right: 2rem;
}

.last\:mx-9:last-child {
  margin-left: 2.25rem;
  margin-right: 2.25rem;
}

.last\:mx-10:last-child {
  margin-left: 2.5rem;
  margin-right: 2.5rem;
}

.last\:mx-11:last-child {
  margin-left: 2.75rem;
  margin-right: 2.75rem;
}

.last\:mx-12:last-child {
  margin-left: 3rem;
  margin-right: 3rem;
}

.last\:mx-14:last-child {
  margin-left: 3.5rem;
  margin-right: 3.5rem;
}

.last\:mx-16:last-child {
  margin-left: 4rem;
  margin-right: 4rem;
}

.last\:mx-20:last-child {
  margin-left: 5rem;
  margin-right: 5rem;
}

.last\:mx-24:last-child {
  margin-left: 6rem;
  margin-right: 6rem;
}

.last\:mx-28:last-child {
  margin-left: 7rem;
  margin-right: 7rem;
}

.last\:mx-32:last-child {
  margin-left: 8rem;
  margin-right: 8rem;
}

.last\:mx-36:last-child {
  margin-left: 9rem;
  margin-right: 9rem;
}

.last\:mx-40:last-child {
  margin-left: 10rem;
  margin-right: 10rem;
}

.last\:mx-44:last-child {
  margin-left: 11rem;
  margin-right: 11rem;
}

.last\:mx-48:last-child {
  margin-left: 12rem;
  margin-right: 12rem;
}

.last\:mx-52:last-child {
  margin-left: 13rem;
  margin-right: 13rem;
}

.last\:mx-56:last-child {
  margin-left: 14rem;
  margin-right: 14rem;
}

.last\:mx-60:last-child {
  margin-left: 15rem;
  margin-right: 15rem;
}

.last\:mx-64:last-child {
  margin-left: 16rem;
  margin-right: 16rem;
}

.last\:mx-72:last-child {
  margin-left: 18rem;
  margin-right: 18rem;
}

.last\:mx-80:last-child {
  margin-left: 20rem;
  margin-right: 20rem;
}

.last\:mx-96:last-child {
  margin-left: 24rem;
  margin-right: 24rem;
}

.last\:mx-auto:last-child {
  margin-left: auto;
  margin-right: auto;
}

.last\:mx-px:last-child {
  margin-left: 1px;
  margin-right: 1px;
}

.last\:mx-0\.5:last-child {
  margin-left: 0.125rem;
  margin-right: 0.125rem;
}

.last\:mx-1\.5:last-child {
  margin-left: 0.375rem;
  margin-right: 0.375rem;
}

.last\:mx-2\.5:last-child {
  margin-left: 0.625rem;
  margin-right: 0.625rem;
}

.last\:mx-3\.5:last-child {
  margin-left: 0.875rem;
  margin-right: 0.875rem;
}

.last\:-mx-0:last-child {
  margin-left: 0px;
  margin-right: 0px;
}

.last\:-mx-1:last-child {
  margin-left: -0.25rem;
  margin-right: -0.25rem;
}

.last\:-mx-2:last-child {
  margin-left: -0.5rem;
  margin-right: -0.5rem;
}

.last\:-mx-3:last-child {
  margin-left: -0.75rem;
  margin-right: -0.75rem;
}

.last\:-mx-4:last-child {
  margin-left: -1rem;
  margin-right: -1rem;
}

.last\:-mx-5:last-child {
  margin-left: -1.25rem;
  margin-right: -1.25rem;
}

.last\:-mx-6:last-child {
  margin-left: -1.5rem;
  margin-right: -1.5rem;
}

.last\:-mx-7:last-child {
  margin-left: -1.75rem;
  margin-right: -1.75rem;
}

.last\:-mx-8:last-child {
  margin-left: -2rem;
  margin-right: -2rem;
}

.last\:-mx-9:last-child {
  margin-left: -2.25rem;
  margin-right: -2.25rem;
}

.last\:-mx-10:last-child {
  margin-left: -2.5rem;
  margin-right: -2.5rem;
}

.last\:-mx-11:last-child {
  margin-left: -2.75rem;
  margin-right: -2.75rem;
}

.last\:-mx-12:last-child {
  margin-left: -3rem;
  margin-right: -3rem;
}

.last\:-mx-14:last-child {
  margin-left: -3.5rem;
  margin-right: -3.5rem;
}

.last\:-mx-16:last-child {
  margin-left: -4rem;
  margin-right: -4rem;
}

.last\:-mx-20:last-child {
  margin-left: -5rem;
  margin-right: -5rem;
}

.last\:-mx-24:last-child {
  margin-left: -6rem;
  margin-right: -6rem;
}

.last\:-mx-28:last-child {
  margin-left: -7rem;
  margin-right: -7rem;
}

.last\:-mx-32:last-child {
  margin-left: -8rem;
  margin-right: -8rem;
}

.last\:-mx-36:last-child {
  margin-left: -9rem;
  margin-right: -9rem;
}

.last\:-mx-40:last-child {
  margin-left: -10rem;
  margin-right: -10rem;
}

.last\:-mx-44:last-child {
  margin-left: -11rem;
  margin-right: -11rem;
}

.last\:-mx-48:last-child {
  margin-left: -12rem;
  margin-right: -12rem;
}

.last\:-mx-52:last-child {
  margin-left: -13rem;
  margin-right: -13rem;
}

.last\:-mx-56:last-child {
  margin-left: -14rem;
  margin-right: -14rem;
}

.last\:-mx-60:last-child {
  margin-left: -15rem;
  margin-right: -15rem;
}

.last\:-mx-64:last-child {
  margin-left: -16rem;
  margin-right: -16rem;
}

.last\:-mx-72:last-child {
  margin-left: -18rem;
  margin-right: -18rem;
}

.last\:-mx-80:last-child {
  margin-left: -20rem;
  margin-right: -20rem;
}

.last\:-mx-96:last-child {
  margin-left: -24rem;
  margin-right: -24rem;
}

.last\:-mx-px:last-child {
  margin-left: -1px;
  margin-right: -1px;
}

.last\:-mx-0\.5:last-child {
  margin-left: -0.125rem;
  margin-right: -0.125rem;
}

.last\:-mx-1\.5:last-child {
  margin-left: -0.375rem;
  margin-right: -0.375rem;
}

.last\:-mx-2\.5:last-child {
  margin-left: -0.625rem;
  margin-right: -0.625rem;
}

.last\:-mx-3\.5:last-child {
  margin-left: -0.875rem;
  margin-right: -0.875rem;
}

.last\:my-0:last-child {
  margin-top: 0px;
  margin-bottom: 0px;
}

.last\:my-1:last-child {
  margin-top: 0.25rem;
  margin-bottom: 0.25rem;
}

.last\:my-2:last-child {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}

.last\:my-3:last-child {
  margin-top: 0.75rem;
  margin-bottom: 0.75rem;
}

.last\:my-4:last-child {
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.last\:my-5:last-child {
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
}

.last\:my-6:last-child {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}

.last\:my-7:last-child {
  margin-top: 1.75rem;
  margin-bottom: 1.75rem;
}

.last\:my-8:last-child {
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.last\:my-9:last-child {
  margin-top: 2.25rem;
  margin-bottom: 2.25rem;
}

.last\:my-10:last-child {
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
}

.last\:my-11:last-child {
  margin-top: 2.75rem;
  margin-bottom: 2.75rem;
}

.last\:my-12:last-child {
  margin-top: 3rem;
  margin-bottom: 3rem;
}

.last\:my-14:last-child {
  margin-top: 3.5rem;
  margin-bottom: 3.5rem;
}

.last\:my-16:last-child {
  margin-top: 4rem;
  margin-bottom: 4rem;
}

.last\:my-20:last-child {
  margin-top: 5rem;
  margin-bottom: 5rem;
}

.last\:my-24:last-child {
  margin-top: 6rem;
  margin-bottom: 6rem;
}

.last\:my-28:last-child {
  margin-top: 7rem;
  margin-bottom: 7rem;
}

.last\:my-32:last-child {
  margin-top: 8rem;
  margin-bottom: 8rem;
}

.last\:my-36:last-child {
  margin-top: 9rem;
  margin-bottom: 9rem;
}

.last\:my-40:last-child {
  margin-top: 10rem;
  margin-bottom: 10rem;
}

.last\:my-44:last-child {
  margin-top: 11rem;
  margin-bottom: 11rem;
}

.last\:my-48:last-child {
  margin-top: 12rem;
  margin-bottom: 12rem;
}

.last\:my-52:last-child {
  margin-top: 13rem;
  margin-bottom: 13rem;
}

.last\:my-56:last-child {
  margin-top: 14rem;
  margin-bottom: 14rem;
}

.last\:my-60:last-child {
  margin-top: 15rem;
  margin-bottom: 15rem;
}

.last\:my-64:last-child {
  margin-top: 16rem;
  margin-bottom: 16rem;
}

.last\:my-72:last-child {
  margin-top: 18rem;
  margin-bottom: 18rem;
}

.last\:my-80:last-child {
  margin-top: 20rem;
  margin-bottom: 20rem;
}

.last\:my-96:last-child {
  margin-top: 24rem;
  margin-bottom: 24rem;
}

.last\:my-auto:last-child {
  margin-top: auto;
  margin-bottom: auto;
}

.last\:my-px:last-child {
  margin-top: 1px;
  margin-bottom: 1px;
}

.last\:my-0\.5:last-child {
  margin-top: 0.125rem;
  margin-bottom: 0.125rem;
}

.last\:my-1\.5:last-child {
  margin-top: 0.375rem;
  margin-bottom: 0.375rem;
}

.last\:my-2\.5:last-child {
  margin-top: 0.625rem;
  margin-bottom: 0.625rem;
}

.last\:my-3\.5:last-child {
  margin-top: 0.875rem;
  margin-bottom: 0.875rem;
}

.last\:-my-0:last-child {
  margin-top: 0px;
  margin-bottom: 0px;
}

.last\:-my-1:last-child {
  margin-top: -0.25rem;
  margin-bottom: -0.25rem;
}

.last\:-my-2:last-child {
  margin-top: -0.5rem;
  margin-bottom: -0.5rem;
}

.last\:-my-3:last-child {
  margin-top: -0.75rem;
  margin-bottom: -0.75rem;
}

.last\:-my-4:last-child {
  margin-top: -1rem;
  margin-bottom: -1rem;
}

.last\:-my-5:last-child {
  margin-top: -1.25rem;
  margin-bottom: -1.25rem;
}

.last\:-my-6:last-child {
  margin-top: -1.5rem;
  margin-bottom: -1.5rem;
}

.last\:-my-7:last-child {
  margin-top: -1.75rem;
  margin-bottom: -1.75rem;
}

.last\:-my-8:last-child {
  margin-top: -2rem;
  margin-bottom: -2rem;
}

.last\:-my-9:last-child {
  margin-top: -2.25rem;
  margin-bottom: -2.25rem;
}

.last\:-my-10:last-child {
  margin-top: -2.5rem;
  margin-bottom: -2.5rem;
}

.last\:-my-11:last-child {
  margin-top: -2.75rem;
  margin-bottom: -2.75rem;
}

.last\:-my-12:last-child {
  margin-top: -3rem;
  margin-bottom: -3rem;
}

.last\:-my-14:last-child {
  margin-top: -3.5rem;
  margin-bottom: -3.5rem;
}

.last\:-my-16:last-child {
  margin-top: -4rem;
  margin-bottom: -4rem;
}

.last\:-my-20:last-child {
  margin-top: -5rem;
  margin-bottom: -5rem;
}

.last\:-my-24:last-child {
  margin-top: -6rem;
  margin-bottom: -6rem;
}

.last\:-my-28:last-child {
  margin-top: -7rem;
  margin-bottom: -7rem;
}

.last\:-my-32:last-child {
  margin-top: -8rem;
  margin-bottom: -8rem;
}

.last\:-my-36:last-child {
  margin-top: -9rem;
  margin-bottom: -9rem;
}

.last\:-my-40:last-child {
  margin-top: -10rem;
  margin-bottom: -10rem;
}

.last\:-my-44:last-child {
  margin-top: -11rem;
  margin-bottom: -11rem;
}

.last\:-my-48:last-child {
  margin-top: -12rem;
  margin-bottom: -12rem;
}

.last\:-my-52:last-child {
  margin-top: -13rem;
  margin-bottom: -13rem;
}

.last\:-my-56:last-child {
  margin-top: -14rem;
  margin-bottom: -14rem;
}

.last\:-my-60:last-child {
  margin-top: -15rem;
  margin-bottom: -15rem;
}

.last\:-my-64:last-child {
  margin-top: -16rem;
  margin-bottom: -16rem;
}

.last\:-my-72:last-child {
  margin-top: -18rem;
  margin-bottom: -18rem;
}

.last\:-my-80:last-child {
  margin-top: -20rem;
  margin-bottom: -20rem;
}

.last\:-my-96:last-child {
  margin-top: -24rem;
  margin-bottom: -24rem;
}

.last\:-my-px:last-child {
  margin-top: -1px;
  margin-bottom: -1px;
}

.last\:-my-0\.5:last-child {
  margin-top: -0.125rem;
  margin-bottom: -0.125rem;
}

.last\:-my-1\.5:last-child {
  margin-top: -0.375rem;
  margin-bottom: -0.375rem;
}

.last\:-my-2\.5:last-child {
  margin-top: -0.625rem;
  margin-bottom: -0.625rem;
}

.last\:-my-3\.5:last-child {
  margin-top: -0.875rem;
  margin-bottom: -0.875rem;
}

.mt-0 {
  margin-top: 0px;
}

.mt-1 {
  margin-top: 0.25rem;
}

.mt-2 {
  margin-top: 0.5rem;
}

.mt-3 {
  margin-top: 0.75rem;
}

.mt-4 {
  margin-top: 1rem;
}

.mt-5 {
  margin-top: 1.25rem;
}

.mt-6 {
  margin-top: 1.5rem;
}

.mt-7 {
  margin-top: 1.75rem;
}

.mt-8 {
  margin-top: 2rem;
}

.mt-9 {
  margin-top: 2.25rem;
}

.mt-10 {
  margin-top: 2.5rem;
}

.mt-11 {
  margin-top: 2.75rem;
}

.mt-12 {
  margin-top: 3rem;
}

.mt-14 {
  margin-top: 3.5rem;
}

.mt-16 {
  margin-top: 4rem;
}

.mt-20 {
  margin-top: 5rem;
}

.mt-24 {
  margin-top: 6rem;
}

.mt-28 {
  margin-top: 7rem;
}

.mt-32 {
  margin-top: 8rem;
}

.mt-36 {
  margin-top: 9rem;
}

.mt-40 {
  margin-top: 10rem;
}

.mt-44 {
  margin-top: 11rem;
}

.mt-48 {
  margin-top: 12rem;
}

.mt-52 {
  margin-top: 13rem;
}

.mt-56 {
  margin-top: 14rem;
}

.mt-60 {
  margin-top: 15rem;
}

.mt-64 {
  margin-top: 16rem;
}

.mt-72 {
  margin-top: 18rem;
}

.mt-80 {
  margin-top: 20rem;
}

.mt-96 {
  margin-top: 24rem;
}

.mt-auto {
  margin-top: auto;
}

.mt-px {
  margin-top: 1px;
}

.mt-0\.5 {
  margin-top: 0.125rem;
}

.mt-1\.5 {
  margin-top: 0.375rem;
}

.mt-2\.5 {
  margin-top: 0.625rem;
}

.mt-3\.5 {
  margin-top: 0.875rem;
}

.-mt-0 {
  margin-top: 0px;
}

.-mt-1 {
  margin-top: -0.25rem;
}

.-mt-2 {
  margin-top: -0.5rem;
}

.-mt-3 {
  margin-top: -0.75rem;
}

.-mt-4 {
  margin-top: -1rem;
}

.-mt-5 {
  margin-top: -1.25rem;
}

.-mt-6 {
  margin-top: -1.5rem;
}

.-mt-7 {
  margin-top: -1.75rem;
}

.-mt-8 {
  margin-top: -2rem;
}

.-mt-9 {
  margin-top: -2.25rem;
}

.-mt-10 {
  margin-top: -2.5rem;
}

.-mt-11 {
  margin-top: -2.75rem;
}

.-mt-12 {
  margin-top: -3rem;
}

.-mt-14 {
  margin-top: -3.5rem;
}

.-mt-16 {
  margin-top: -4rem;
}

.-mt-20 {
  margin-top: -5rem;
}

.-mt-24 {
  margin-top: -6rem;
}

.-mt-28 {
  margin-top: -7rem;
}

.-mt-32 {
  margin-top: -8rem;
}

.-mt-36 {
  margin-top: -9rem;
}

.-mt-40 {
  margin-top: -10rem;
}

.-mt-44 {
  margin-top: -11rem;
}

.-mt-48 {
  margin-top: -12rem;
}

.-mt-52 {
  margin-top: -13rem;
}

.-mt-56 {
  margin-top: -14rem;
}

.-mt-60 {
  margin-top: -15rem;
}

.-mt-64 {
  margin-top: -16rem;
}

.-mt-72 {
  margin-top: -18rem;
}

.-mt-80 {
  margin-top: -20rem;
}

.-mt-96 {
  margin-top: -24rem;
}

.-mt-px {
  margin-top: -1px;
}

.-mt-0\.5 {
  margin-top: -0.125rem;
}

.-mt-1\.5 {
  margin-top: -0.375rem;
}

.-mt-2\.5 {
  margin-top: -0.625rem;
}

.-mt-3\.5 {
  margin-top: -0.875rem;
}

.mr-0 {
  margin-right: 0px;
}

.mr-1 {
  margin-right: 0.25rem;
}

.mr-2 {
  margin-right: 0.5rem;
}

.mr-3 {
  margin-right: 0.75rem;
}

.mr-4 {
  margin-right: 1rem;
}

.mr-5 {
  margin-right: 1.25rem;
}

.mr-6 {
  margin-right: 1.5rem;
}

.mr-7 {
  margin-right: 1.75rem;
}

.mr-8 {
  margin-right: 2rem;
}

.mr-9 {
  margin-right: 2.25rem;
}

.mr-10 {
  margin-right: 2.5rem;
}

.mr-11 {
  margin-right: 2.75rem;
}

.mr-12 {
  margin-right: 3rem;
}

.mr-14 {
  margin-right: 3.5rem;
}

.mr-16 {
  margin-right: 4rem;
}

.mr-20 {
  margin-right: 5rem;
}

.mr-24 {
  margin-right: 6rem;
}

.mr-28 {
  margin-right: 7rem;
}

.mr-32 {
  margin-right: 8rem;
}

.mr-36 {
  margin-right: 9rem;
}

.mr-40 {
  margin-right: 10rem;
}

.mr-44 {
  margin-right: 11rem;
}

.mr-48 {
  margin-right: 12rem;
}

.mr-52 {
  margin-right: 13rem;
}

.mr-56 {
  margin-right: 14rem;
}

.mr-60 {
  margin-right: 15rem;
}

.mr-64 {
  margin-right: 16rem;
}

.mr-72 {
  margin-right: 18rem;
}

.mr-80 {
  margin-right: 20rem;
}

.mr-96 {
  margin-right: 24rem;
}

.mr-auto {
  margin-right: auto;
}

.mr-px {
  margin-right: 1px;
}

.mr-0\.5 {
  margin-right: 0.125rem;
}

.mr-1\.5 {
  margin-right: 0.375rem;
}

.mr-2\.5 {
  margin-right: 0.625rem;
}

.mr-3\.5 {
  margin-right: 0.875rem;
}

.-mr-0 {
  margin-right: 0px;
}

.-mr-1 {
  margin-right: -0.25rem;
}

.-mr-2 {
  margin-right: -0.5rem;
}

.-mr-3 {
  margin-right: -0.75rem;
}

.-mr-4 {
  margin-right: -1rem;
}

.-mr-5 {
  margin-right: -1.25rem;
}

.-mr-6 {
  margin-right: -1.5rem;
}

.-mr-7 {
  margin-right: -1.75rem;
}

.-mr-8 {
  margin-right: -2rem;
}

.-mr-9 {
  margin-right: -2.25rem;
}

.-mr-10 {
  margin-right: -2.5rem;
}

.-mr-11 {
  margin-right: -2.75rem;
}

.-mr-12 {
  margin-right: -3rem;
}

.-mr-14 {
  margin-right: -3.5rem;
}

.-mr-16 {
  margin-right: -4rem;
}

.-mr-20 {
  margin-right: -5rem;
}

.-mr-24 {
  margin-right: -6rem;
}

.-mr-28 {
  margin-right: -7rem;
}

.-mr-32 {
  margin-right: -8rem;
}

.-mr-36 {
  margin-right: -9rem;
}

.-mr-40 {
  margin-right: -10rem;
}

.-mr-44 {
  margin-right: -11rem;
}

.-mr-48 {
  margin-right: -12rem;
}

.-mr-52 {
  margin-right: -13rem;
}

.-mr-56 {
  margin-right: -14rem;
}

.-mr-60 {
  margin-right: -15rem;
}

.-mr-64 {
  margin-right: -16rem;
}

.-mr-72 {
  margin-right: -18rem;
}

.-mr-80 {
  margin-right: -20rem;
}

.-mr-96 {
  margin-right: -24rem;
}

.-mr-px {
  margin-right: -1px;
}

.-mr-0\.5 {
  margin-right: -0.125rem;
}

.-mr-1\.5 {
  margin-right: -0.375rem;
}

.-mr-2\.5 {
  margin-right: -0.625rem;
}

.-mr-3\.5 {
  margin-right: -0.875rem;
}

.mb-0 {
  margin-bottom: 0px;
}

.mb-1 {
  margin-bottom: 0.25rem;
}

.mb-2 {
  margin-bottom: 0.5rem;
}

.mb-3 {
  margin-bottom: 0.75rem;
}

.mb-4 {
  margin-bottom: 1rem;
}

.mb-5 {
  margin-bottom: 1.25rem;
}

.mb-6 {
  margin-bottom: 1.5rem;
}

.mb-7 {
  margin-bottom: 1.75rem;
}

.mb-8 {
  margin-bottom: 2rem;
}

.mb-9 {
  margin-bottom: 2.25rem;
}

.mb-10 {
  margin-bottom: 2.5rem;
}

.mb-11 {
  margin-bottom: 2.75rem;
}

.mb-12 {
  margin-bottom: 3rem;
}

.mb-14 {
  margin-bottom: 3.5rem;
}

.mb-16 {
  margin-bottom: 4rem;
}

.mb-20 {
  margin-bottom: 5rem;
}

.mb-24 {
  margin-bottom: 6rem;
}

.mb-28 {
  margin-bottom: 7rem;
}

.mb-32 {
  margin-bottom: 8rem;
}

.mb-36 {
  margin-bottom: 9rem;
}

.mb-40 {
  margin-bottom: 10rem;
}

.mb-44 {
  margin-bottom: 11rem;
}

.mb-48 {
  margin-bottom: 12rem;
}

.mb-52 {
  margin-bottom: 13rem;
}

.mb-56 {
  margin-bottom: 14rem;
}

.mb-60 {
  margin-bottom: 15rem;
}

.mb-64 {
  margin-bottom: 16rem;
}

.mb-72 {
  margin-bottom: 18rem;
}

.mb-80 {
  margin-bottom: 20rem;
}

.mb-96 {
  margin-bottom: 24rem;
}

.mb-auto {
  margin-bottom: auto;
}

.mb-px {
  margin-bottom: 1px;
}

.mb-0\.5 {
  margin-bottom: 0.125rem;
}

.mb-1\.5 {
  margin-bottom: 0.375rem;
}

.mb-2\.5 {
  margin-bottom: 0.625rem;
}

.mb-3\.5 {
  margin-bottom: 0.875rem;
}

.-mb-0 {
  margin-bottom: 0px;
}

.-mb-1 {
  margin-bottom: -0.25rem;
}

.-mb-2 {
  margin-bottom: -0.5rem;
}

.-mb-3 {
  margin-bottom: -0.75rem;
}

.-mb-4 {
  margin-bottom: -1rem;
}

.-mb-5 {
  margin-bottom: -1.25rem;
}

.-mb-6 {
  margin-bottom: -1.5rem;
}

.-mb-7 {
  margin-bottom: -1.75rem;
}

.-mb-8 {
  margin-bottom: -2rem;
}

.-mb-9 {
  margin-bottom: -2.25rem;
}

.-mb-10 {
  margin-bottom: -2.5rem;
}

.-mb-11 {
  margin-bottom: -2.75rem;
}

.-mb-12 {
  margin-bottom: -3rem;
}

.-mb-14 {
  margin-bottom: -3.5rem;
}

.-mb-16 {
  margin-bottom: -4rem;
}

.-mb-20 {
  margin-bottom: -5rem;
}

.-mb-24 {
  margin-bottom: -6rem;
}

.-mb-28 {
  margin-bottom: -7rem;
}

.-mb-32 {
  margin-bottom: -8rem;
}

.-mb-36 {
  margin-bottom: -9rem;
}

.-mb-40 {
  margin-bottom: -10rem;
}

.-mb-44 {
  margin-bottom: -11rem;
}

.-mb-48 {
  margin-bottom: -12rem;
}

.-mb-52 {
  margin-bottom: -13rem;
}

.-mb-56 {
  margin-bottom: -14rem;
}

.-mb-60 {
  margin-bottom: -15rem;
}

.-mb-64 {
  margin-bottom: -16rem;
}

.-mb-72 {
  margin-bottom: -18rem;
}

.-mb-80 {
  margin-bottom: -20rem;
}

.-mb-96 {
  margin-bottom: -24rem;
}

.-mb-px {
  margin-bottom: -1px;
}

.-mb-0\.5 {
  margin-bottom: -0.125rem;
}

.-mb-1\.5 {
  margin-bottom: -0.375rem;
}

.-mb-2\.5 {
  margin-bottom: -0.625rem;
}

.-mb-3\.5 {
  margin-bottom: -0.875rem;
}

.ml-0 {
  margin-left: 0px;
}

.ml-1 {
  margin-left: 0.25rem;
}

.ml-2 {
  margin-left: 0.5rem;
}

.ml-3 {
  margin-left: 0.75rem;
}

.ml-4 {
  margin-left: 1rem;
}

.ml-5 {
  margin-left: 1.25rem;
}

.ml-6 {
  margin-left: 1.5rem;
}

.ml-7 {
  margin-left: 1.75rem;
}

.ml-8 {
  margin-left: 2rem;
}

.ml-9 {
  margin-left: 2.25rem;
}

.ml-10 {
  margin-left: 2.5rem;
}

.ml-11 {
  margin-left: 2.75rem;
}

.ml-12 {
  margin-left: 3rem;
}

.ml-14 {
  margin-left: 3.5rem;
}

.ml-16 {
  margin-left: 4rem;
}

.ml-20 {
  margin-left: 5rem;
}

.ml-24 {
  margin-left: 6rem;
}

.ml-28 {
  margin-left: 7rem;
}

.ml-32 {
  margin-left: 8rem;
}

.ml-36 {
  margin-left: 9rem;
}

.ml-40 {
  margin-left: 10rem;
}

.ml-44 {
  margin-left: 11rem;
}

.ml-48 {
  margin-left: 12rem;
}

.ml-52 {
  margin-left: 13rem;
}

.ml-56 {
  margin-left: 14rem;
}

.ml-60 {
  margin-left: 15rem;
}

.ml-64 {
  margin-left: 16rem;
}

.ml-72 {
  margin-left: 18rem;
}

.ml-80 {
  margin-left: 20rem;
}

.ml-96 {
  margin-left: 24rem;
}

.ml-auto {
  margin-left: auto;
}

.ml-px {
  margin-left: 1px;
}

.ml-0\.5 {
  margin-left: 0.125rem;
}

.ml-1\.5 {
  margin-left: 0.375rem;
}

.ml-2\.5 {
  margin-left: 0.625rem;
}

.ml-3\.5 {
  margin-left: 0.875rem;
}

.-ml-0 {
  margin-left: 0px;
}

.-ml-1 {
  margin-left: -0.25rem;
}

.-ml-2 {
  margin-left: -0.5rem;
}

.-ml-3 {
  margin-left: -0.75rem;
}

.-ml-4 {
  margin-left: -1rem;
}

.-ml-5 {
  margin-left: -1.25rem;
}

.-ml-6 {
  margin-left: -1.5rem;
}

.-ml-7 {
  margin-left: -1.75rem;
}

.-ml-8 {
  margin-left: -2rem;
}

.-ml-9 {
  margin-left: -2.25rem;
}

.-ml-10 {
  margin-left: -2.5rem;
}

.-ml-11 {
  margin-left: -2.75rem;
}

.-ml-12 {
  margin-left: -3rem;
}

.-ml-14 {
  margin-left: -3.5rem;
}

.-ml-16 {
  margin-left: -4rem;
}

.-ml-20 {
  margin-left: -5rem;
}

.-ml-24 {
  margin-left: -6rem;
}

.-ml-28 {
  margin-left: -7rem;
}

.-ml-32 {
  margin-left: -8rem;
}

.-ml-36 {
  margin-left: -9rem;
}

.-ml-40 {
  margin-left: -10rem;
}

.-ml-44 {
  margin-left: -11rem;
}

.-ml-48 {
  margin-left: -12rem;
}

.-ml-52 {
  margin-left: -13rem;
}

.-ml-56 {
  margin-left: -14rem;
}

.-ml-60 {
  margin-left: -15rem;
}

.-ml-64 {
  margin-left: -16rem;
}

.-ml-72 {
  margin-left: -18rem;
}

.-ml-80 {
  margin-left: -20rem;
}

.-ml-96 {
  margin-left: -24rem;
}

.-ml-px {
  margin-left: -1px;
}

.-ml-0\.5 {
  margin-left: -0.125rem;
}

.-ml-1\.5 {
  margin-left: -0.375rem;
}

.-ml-2\.5 {
  margin-left: -0.625rem;
}

.-ml-3\.5 {
  margin-left: -0.875rem;
}

.first\:mt-0:first-child {
  margin-top: 0px;
}

.first\:mt-1:first-child {
  margin-top: 0.25rem;
}

.first\:mt-2:first-child {
  margin-top: 0.5rem;
}

.first\:mt-3:first-child {
  margin-top: 0.75rem;
}

.first\:mt-4:first-child {
  margin-top: 1rem;
}

.first\:mt-5:first-child {
  margin-top: 1.25rem;
}

.first\:mt-6:first-child {
  margin-top: 1.5rem;
}

.first\:mt-7:first-child {
  margin-top: 1.75rem;
}

.first\:mt-8:first-child {
  margin-top: 2rem;
}

.first\:mt-9:first-child {
  margin-top: 2.25rem;
}

.first\:mt-10:first-child {
  margin-top: 2.5rem;
}

.first\:mt-11:first-child {
  margin-top: 2.75rem;
}

.first\:mt-12:first-child {
  margin-top: 3rem;
}

.first\:mt-14:first-child {
  margin-top: 3.5rem;
}

.first\:mt-16:first-child {
  margin-top: 4rem;
}

.first\:mt-20:first-child {
  margin-top: 5rem;
}

.first\:mt-24:first-child {
  margin-top: 6rem;
}

.first\:mt-28:first-child {
  margin-top: 7rem;
}

.first\:mt-32:first-child {
  margin-top: 8rem;
}

.first\:mt-36:first-child {
  margin-top: 9rem;
}

.first\:mt-40:first-child {
  margin-top: 10rem;
}

.first\:mt-44:first-child {
  margin-top: 11rem;
}

.first\:mt-48:first-child {
  margin-top: 12rem;
}

.first\:mt-52:first-child {
  margin-top: 13rem;
}

.first\:mt-56:first-child {
  margin-top: 14rem;
}

.first\:mt-60:first-child {
  margin-top: 15rem;
}

.first\:mt-64:first-child {
  margin-top: 16rem;
}

.first\:mt-72:first-child {
  margin-top: 18rem;
}

.first\:mt-80:first-child {
  margin-top: 20rem;
}

.first\:mt-96:first-child {
  margin-top: 24rem;
}

.first\:mt-auto:first-child {
  margin-top: auto;
}

.first\:mt-px:first-child {
  margin-top: 1px;
}

.first\:mt-0\.5:first-child {
  margin-top: 0.125rem;
}

.first\:mt-1\.5:first-child {
  margin-top: 0.375rem;
}

.first\:mt-2\.5:first-child {
  margin-top: 0.625rem;
}

.first\:mt-3\.5:first-child {
  margin-top: 0.875rem;
}

.first\:-mt-0:first-child {
  margin-top: 0px;
}

.first\:-mt-1:first-child {
  margin-top: -0.25rem;
}

.first\:-mt-2:first-child {
  margin-top: -0.5rem;
}

.first\:-mt-3:first-child {
  margin-top: -0.75rem;
}

.first\:-mt-4:first-child {
  margin-top: -1rem;
}

.first\:-mt-5:first-child {
  margin-top: -1.25rem;
}

.first\:-mt-6:first-child {
  margin-top: -1.5rem;
}

.first\:-mt-7:first-child {
  margin-top: -1.75rem;
}

.first\:-mt-8:first-child {
  margin-top: -2rem;
}

.first\:-mt-9:first-child {
  margin-top: -2.25rem;
}

.first\:-mt-10:first-child {
  margin-top: -2.5rem;
}

.first\:-mt-11:first-child {
  margin-top: -2.75rem;
}

.first\:-mt-12:first-child {
  margin-top: -3rem;
}

.first\:-mt-14:first-child {
  margin-top: -3.5rem;
}

.first\:-mt-16:first-child {
  margin-top: -4rem;
}

.first\:-mt-20:first-child {
  margin-top: -5rem;
}

.first\:-mt-24:first-child {
  margin-top: -6rem;
}

.first\:-mt-28:first-child {
  margin-top: -7rem;
}

.first\:-mt-32:first-child {
  margin-top: -8rem;
}

.first\:-mt-36:first-child {
  margin-top: -9rem;
}

.first\:-mt-40:first-child {
  margin-top: -10rem;
}

.first\:-mt-44:first-child {
  margin-top: -11rem;
}

.first\:-mt-48:first-child {
  margin-top: -12rem;
}

.first\:-mt-52:first-child {
  margin-top: -13rem;
}

.first\:-mt-56:first-child {
  margin-top: -14rem;
}

.first\:-mt-60:first-child {
  margin-top: -15rem;
}

.first\:-mt-64:first-child {
  margin-top: -16rem;
}

.first\:-mt-72:first-child {
  margin-top: -18rem;
}

.first\:-mt-80:first-child {
  margin-top: -20rem;
}

.first\:-mt-96:first-child {
  margin-top: -24rem;
}

.first\:-mt-px:first-child {
  margin-top: -1px;
}

.first\:-mt-0\.5:first-child {
  margin-top: -0.125rem;
}

.first\:-mt-1\.5:first-child {
  margin-top: -0.375rem;
}

.first\:-mt-2\.5:first-child {
  margin-top: -0.625rem;
}

.first\:-mt-3\.5:first-child {
  margin-top: -0.875rem;
}

.first\:mr-0:first-child {
  margin-right: 0px;
}

.first\:mr-1:first-child {
  margin-right: 0.25rem;
}

.first\:mr-2:first-child {
  margin-right: 0.5rem;
}

.first\:mr-3:first-child {
  margin-right: 0.75rem;
}

.first\:mr-4:first-child {
  margin-right: 1rem;
}

.first\:mr-5:first-child {
  margin-right: 1.25rem;
}

.first\:mr-6:first-child {
  margin-right: 1.5rem;
}

.first\:mr-7:first-child {
  margin-right: 1.75rem;
}

.first\:mr-8:first-child {
  margin-right: 2rem;
}

.first\:mr-9:first-child {
  margin-right: 2.25rem;
}

.first\:mr-10:first-child {
  margin-right: 2.5rem;
}

.first\:mr-11:first-child {
  margin-right: 2.75rem;
}

.first\:mr-12:first-child {
  margin-right: 3rem;
}

.first\:mr-14:first-child {
  margin-right: 3.5rem;
}

.first\:mr-16:first-child {
  margin-right: 4rem;
}

.first\:mr-20:first-child {
  margin-right: 5rem;
}

.first\:mr-24:first-child {
  margin-right: 6rem;
}

.first\:mr-28:first-child {
  margin-right: 7rem;
}

.first\:mr-32:first-child {
  margin-right: 8rem;
}

.first\:mr-36:first-child {
  margin-right: 9rem;
}

.first\:mr-40:first-child {
  margin-right: 10rem;
}

.first\:mr-44:first-child {
  margin-right: 11rem;
}

.first\:mr-48:first-child {
  margin-right: 12rem;
}

.first\:mr-52:first-child {
  margin-right: 13rem;
}

.first\:mr-56:first-child {
  margin-right: 14rem;
}

.first\:mr-60:first-child {
  margin-right: 15rem;
}

.first\:mr-64:first-child {
  margin-right: 16rem;
}

.first\:mr-72:first-child {
  margin-right: 18rem;
}

.first\:mr-80:first-child {
  margin-right: 20rem;
}

.first\:mr-96:first-child {
  margin-right: 24rem;
}

.first\:mr-auto:first-child {
  margin-right: auto;
}

.first\:mr-px:first-child {
  margin-right: 1px;
}

.first\:mr-0\.5:first-child {
  margin-right: 0.125rem;
}

.first\:mr-1\.5:first-child {
  margin-right: 0.375rem;
}

.first\:mr-2\.5:first-child {
  margin-right: 0.625rem;
}

.first\:mr-3\.5:first-child {
  margin-right: 0.875rem;
}

.first\:-mr-0:first-child {
  margin-right: 0px;
}

.first\:-mr-1:first-child {
  margin-right: -0.25rem;
}

.first\:-mr-2:first-child {
  margin-right: -0.5rem;
}

.first\:-mr-3:first-child {
  margin-right: -0.75rem;
}

.first\:-mr-4:first-child {
  margin-right: -1rem;
}

.first\:-mr-5:first-child {
  margin-right: -1.25rem;
}

.first\:-mr-6:first-child {
  margin-right: -1.5rem;
}

.first\:-mr-7:first-child {
  margin-right: -1.75rem;
}

.first\:-mr-8:first-child {
  margin-right: -2rem;
}

.first\:-mr-9:first-child {
  margin-right: -2.25rem;
}

.first\:-mr-10:first-child {
  margin-right: -2.5rem;
}

.first\:-mr-11:first-child {
  margin-right: -2.75rem;
}

.first\:-mr-12:first-child {
  margin-right: -3rem;
}

.first\:-mr-14:first-child {
  margin-right: -3.5rem;
}

.first\:-mr-16:first-child {
  margin-right: -4rem;
}

.first\:-mr-20:first-child {
  margin-right: -5rem;
}

.first\:-mr-24:first-child {
  margin-right: -6rem;
}

.first\:-mr-28:first-child {
  margin-right: -7rem;
}

.first\:-mr-32:first-child {
  margin-right: -8rem;
}

.first\:-mr-36:first-child {
  margin-right: -9rem;
}

.first\:-mr-40:first-child {
  margin-right: -10rem;
}

.first\:-mr-44:first-child {
  margin-right: -11rem;
}

.first\:-mr-48:first-child {
  margin-right: -12rem;
}

.first\:-mr-52:first-child {
  margin-right: -13rem;
}

.first\:-mr-56:first-child {
  margin-right: -14rem;
}

.first\:-mr-60:first-child {
  margin-right: -15rem;
}

.first\:-mr-64:first-child {
  margin-right: -16rem;
}

.first\:-mr-72:first-child {
  margin-right: -18rem;
}

.first\:-mr-80:first-child {
  margin-right: -20rem;
}

.first\:-mr-96:first-child {
  margin-right: -24rem;
}

.first\:-mr-px:first-child {
  margin-right: -1px;
}

.first\:-mr-0\.5:first-child {
  margin-right: -0.125rem;
}

.first\:-mr-1\.5:first-child {
  margin-right: -0.375rem;
}

.first\:-mr-2\.5:first-child {
  margin-right: -0.625rem;
}

.first\:-mr-3\.5:first-child {
  margin-right: -0.875rem;
}

.first\:mb-0:first-child {
  margin-bottom: 0px;
}

.first\:mb-1:first-child {
  margin-bottom: 0.25rem;
}

.first\:mb-2:first-child {
  margin-bottom: 0.5rem;
}

.first\:mb-3:first-child {
  margin-bottom: 0.75rem;
}

.first\:mb-4:first-child {
  margin-bottom: 1rem;
}

.first\:mb-5:first-child {
  margin-bottom: 1.25rem;
}

.first\:mb-6:first-child {
  margin-bottom: 1.5rem;
}

.first\:mb-7:first-child {
  margin-bottom: 1.75rem;
}

.first\:mb-8:first-child {
  margin-bottom: 2rem;
}

.first\:mb-9:first-child {
  margin-bottom: 2.25rem;
}

.first\:mb-10:first-child {
  margin-bottom: 2.5rem;
}

.first\:mb-11:first-child {
  margin-bottom: 2.75rem;
}

.first\:mb-12:first-child {
  margin-bottom: 3rem;
}

.first\:mb-14:first-child {
  margin-bottom: 3.5rem;
}

.first\:mb-16:first-child {
  margin-bottom: 4rem;
}

.first\:mb-20:first-child {
  margin-bottom: 5rem;
}

.first\:mb-24:first-child {
  margin-bottom: 6rem;
}

.first\:mb-28:first-child {
  margin-bottom: 7rem;
}

.first\:mb-32:first-child {
  margin-bottom: 8rem;
}

.first\:mb-36:first-child {
  margin-bottom: 9rem;
}

.first\:mb-40:first-child {
  margin-bottom: 10rem;
}

.first\:mb-44:first-child {
  margin-bottom: 11rem;
}

.first\:mb-48:first-child {
  margin-bottom: 12rem;
}

.first\:mb-52:first-child {
  margin-bottom: 13rem;
}

.first\:mb-56:first-child {
  margin-bottom: 14rem;
}

.first\:mb-60:first-child {
  margin-bottom: 15rem;
}

.first\:mb-64:first-child {
  margin-bottom: 16rem;
}

.first\:mb-72:first-child {
  margin-bottom: 18rem;
}

.first\:mb-80:first-child {
  margin-bottom: 20rem;
}

.first\:mb-96:first-child {
  margin-bottom: 24rem;
}

.first\:mb-auto:first-child {
  margin-bottom: auto;
}

.first\:mb-px:first-child {
  margin-bottom: 1px;
}

.first\:mb-0\.5:first-child {
  margin-bottom: 0.125rem;
}

.first\:mb-1\.5:first-child {
  margin-bottom: 0.375rem;
}

.first\:mb-2\.5:first-child {
  margin-bottom: 0.625rem;
}

.first\:mb-3\.5:first-child {
  margin-bottom: 0.875rem;
}

.first\:-mb-0:first-child {
  margin-bottom: 0px;
}

.first\:-mb-1:first-child {
  margin-bottom: -0.25rem;
}

.first\:-mb-2:first-child {
  margin-bottom: -0.5rem;
}

.first\:-mb-3:first-child {
  margin-bottom: -0.75rem;
}

.first\:-mb-4:first-child {
  margin-bottom: -1rem;
}

.first\:-mb-5:first-child {
  margin-bottom: -1.25rem;
}

.first\:-mb-6:first-child {
  margin-bottom: -1.5rem;
}

.first\:-mb-7:first-child {
  margin-bottom: -1.75rem;
}

.first\:-mb-8:first-child {
  margin-bottom: -2rem;
}

.first\:-mb-9:first-child {
  margin-bottom: -2.25rem;
}

.first\:-mb-10:first-child {
  margin-bottom: -2.5rem;
}

.first\:-mb-11:first-child {
  margin-bottom: -2.75rem;
}

.first\:-mb-12:first-child {
  margin-bottom: -3rem;
}

.first\:-mb-14:first-child {
  margin-bottom: -3.5rem;
}

.first\:-mb-16:first-child {
  margin-bottom: -4rem;
}

.first\:-mb-20:first-child {
  margin-bottom: -5rem;
}

.first\:-mb-24:first-child {
  margin-bottom: -6rem;
}

.first\:-mb-28:first-child {
  margin-bottom: -7rem;
}

.first\:-mb-32:first-child {
  margin-bottom: -8rem;
}

.first\:-mb-36:first-child {
  margin-bottom: -9rem;
}

.first\:-mb-40:first-child {
  margin-bottom: -10rem;
}

.first\:-mb-44:first-child {
  margin-bottom: -11rem;
}

.first\:-mb-48:first-child {
  margin-bottom: -12rem;
}

.first\:-mb-52:first-child {
  margin-bottom: -13rem;
}

.first\:-mb-56:first-child {
  margin-bottom: -14rem;
}

.first\:-mb-60:first-child {
  margin-bottom: -15rem;
}

.first\:-mb-64:first-child {
  margin-bottom: -16rem;
}

.first\:-mb-72:first-child {
  margin-bottom: -18rem;
}

.first\:-mb-80:first-child {
  margin-bottom: -20rem;
}

.first\:-mb-96:first-child {
  margin-bottom: -24rem;
}

.first\:-mb-px:first-child {
  margin-bottom: -1px;
}

.first\:-mb-0\.5:first-child {
  margin-bottom: -0.125rem;
}

.first\:-mb-1\.5:first-child {
  margin-bottom: -0.375rem;
}

.first\:-mb-2\.5:first-child {
  margin-bottom: -0.625rem;
}

.first\:-mb-3\.5:first-child {
  margin-bottom: -0.875rem;
}

.first\:ml-0:first-child {
  margin-left: 0px;
}

.first\:ml-1:first-child {
  margin-left: 0.25rem;
}

.first\:ml-2:first-child {
  margin-left: 0.5rem;
}

.first\:ml-3:first-child {
  margin-left: 0.75rem;
}

.first\:ml-4:first-child {
  margin-left: 1rem;
}

.first\:ml-5:first-child {
  margin-left: 1.25rem;
}

.first\:ml-6:first-child {
  margin-left: 1.5rem;
}

.first\:ml-7:first-child {
  margin-left: 1.75rem;
}

.first\:ml-8:first-child {
  margin-left: 2rem;
}

.first\:ml-9:first-child {
  margin-left: 2.25rem;
}

.first\:ml-10:first-child {
  margin-left: 2.5rem;
}

.first\:ml-11:first-child {
  margin-left: 2.75rem;
}

.first\:ml-12:first-child {
  margin-left: 3rem;
}

.first\:ml-14:first-child {
  margin-left: 3.5rem;
}

.first\:ml-16:first-child {
  margin-left: 4rem;
}

.first\:ml-20:first-child {
  margin-left: 5rem;
}

.first\:ml-24:first-child {
  margin-left: 6rem;
}

.first\:ml-28:first-child {
  margin-left: 7rem;
}

.first\:ml-32:first-child {
  margin-left: 8rem;
}

.first\:ml-36:first-child {
  margin-left: 9rem;
}

.first\:ml-40:first-child {
  margin-left: 10rem;
}

.first\:ml-44:first-child {
  margin-left: 11rem;
}

.first\:ml-48:first-child {
  margin-left: 12rem;
}

.first\:ml-52:first-child {
  margin-left: 13rem;
}

.first\:ml-56:first-child {
  margin-left: 14rem;
}

.first\:ml-60:first-child {
  margin-left: 15rem;
}

.first\:ml-64:first-child {
  margin-left: 16rem;
}

.first\:ml-72:first-child {
  margin-left: 18rem;
}

.first\:ml-80:first-child {
  margin-left: 20rem;
}

.first\:ml-96:first-child {
  margin-left: 24rem;
}

.first\:ml-auto:first-child {
  margin-left: auto;
}

.first\:ml-px:first-child {
  margin-left: 1px;
}

.first\:ml-0\.5:first-child {
  margin-left: 0.125rem;
}

.first\:ml-1\.5:first-child {
  margin-left: 0.375rem;
}

.first\:ml-2\.5:first-child {
  margin-left: 0.625rem;
}

.first\:ml-3\.5:first-child {
  margin-left: 0.875rem;
}

.first\:-ml-0:first-child {
  margin-left: 0px;
}

.first\:-ml-1:first-child {
  margin-left: -0.25rem;
}

.first\:-ml-2:first-child {
  margin-left: -0.5rem;
}

.first\:-ml-3:first-child {
  margin-left: -0.75rem;
}

.first\:-ml-4:first-child {
  margin-left: -1rem;
}

.first\:-ml-5:first-child {
  margin-left: -1.25rem;
}

.first\:-ml-6:first-child {
  margin-left: -1.5rem;
}

.first\:-ml-7:first-child {
  margin-left: -1.75rem;
}

.first\:-ml-8:first-child {
  margin-left: -2rem;
}

.first\:-ml-9:first-child {
  margin-left: -2.25rem;
}

.first\:-ml-10:first-child {
  margin-left: -2.5rem;
}

.first\:-ml-11:first-child {
  margin-left: -2.75rem;
}

.first\:-ml-12:first-child {
  margin-left: -3rem;
}

.first\:-ml-14:first-child {
  margin-left: -3.5rem;
}

.first\:-ml-16:first-child {
  margin-left: -4rem;
}

.first\:-ml-20:first-child {
  margin-left: -5rem;
}

.first\:-ml-24:first-child {
  margin-left: -6rem;
}

.first\:-ml-28:first-child {
  margin-left: -7rem;
}

.first\:-ml-32:first-child {
  margin-left: -8rem;
}

.first\:-ml-36:first-child {
  margin-left: -9rem;
}

.first\:-ml-40:first-child {
  margin-left: -10rem;
}

.first\:-ml-44:first-child {
  margin-left: -11rem;
}

.first\:-ml-48:first-child {
  margin-left: -12rem;
}

.first\:-ml-52:first-child {
  margin-left: -13rem;
}

.first\:-ml-56:first-child {
  margin-left: -14rem;
}

.first\:-ml-60:first-child {
  margin-left: -15rem;
}

.first\:-ml-64:first-child {
  margin-left: -16rem;
}

.first\:-ml-72:first-child {
  margin-left: -18rem;
}

.first\:-ml-80:first-child {
  margin-left: -20rem;
}

.first\:-ml-96:first-child {
  margin-left: -24rem;
}

.first\:-ml-px:first-child {
  margin-left: -1px;
}

.first\:-ml-0\.5:first-child {
  margin-left: -0.125rem;
}

.first\:-ml-1\.5:first-child {
  margin-left: -0.375rem;
}

.first\:-ml-2\.5:first-child {
  margin-left: -0.625rem;
}

.first\:-ml-3\.5:first-child {
  margin-left: -0.875rem;
}

.last\:mt-0:last-child {
  margin-top: 0px;
}

.last\:mt-1:last-child {
  margin-top: 0.25rem;
}

.last\:mt-2:last-child {
  margin-top: 0.5rem;
}

.last\:mt-3:last-child {
  margin-top: 0.75rem;
}

.last\:mt-4:last-child {
  margin-top: 1rem;
}

.last\:mt-5:last-child {
  margin-top: 1.25rem;
}

.last\:mt-6:last-child {
  margin-top: 1.5rem;
}

.last\:mt-7:last-child {
  margin-top: 1.75rem;
}

.last\:mt-8:last-child {
  margin-top: 2rem;
}

.last\:mt-9:last-child {
  margin-top: 2.25rem;
}

.last\:mt-10:last-child {
  margin-top: 2.5rem;
}

.last\:mt-11:last-child {
  margin-top: 2.75rem;
}

.last\:mt-12:last-child {
  margin-top: 3rem;
}

.last\:mt-14:last-child {
  margin-top: 3.5rem;
}

.last\:mt-16:last-child {
  margin-top: 4rem;
}

.last\:mt-20:last-child {
  margin-top: 5rem;
}

.last\:mt-24:last-child {
  margin-top: 6rem;
}

.last\:mt-28:last-child {
  margin-top: 7rem;
}

.last\:mt-32:last-child {
  margin-top: 8rem;
}

.last\:mt-36:last-child {
  margin-top: 9rem;
}

.last\:mt-40:last-child {
  margin-top: 10rem;
}

.last\:mt-44:last-child {
  margin-top: 11rem;
}

.last\:mt-48:last-child {
  margin-top: 12rem;
}

.last\:mt-52:last-child {
  margin-top: 13rem;
}

.last\:mt-56:last-child {
  margin-top: 14rem;
}

.last\:mt-60:last-child {
  margin-top: 15rem;
}

.last\:mt-64:last-child {
  margin-top: 16rem;
}

.last\:mt-72:last-child {
  margin-top: 18rem;
}

.last\:mt-80:last-child {
  margin-top: 20rem;
}

.last\:mt-96:last-child {
  margin-top: 24rem;
}

.last\:mt-auto:last-child {
  margin-top: auto;
}

.last\:mt-px:last-child {
  margin-top: 1px;
}

.last\:mt-0\.5:last-child {
  margin-top: 0.125rem;
}

.last\:mt-1\.5:last-child {
  margin-top: 0.375rem;
}

.last\:mt-2\.5:last-child {
  margin-top: 0.625rem;
}

.last\:mt-3\.5:last-child {
  margin-top: 0.875rem;
}

.last\:-mt-0:last-child {
  margin-top: 0px;
}

.last\:-mt-1:last-child {
  margin-top: -0.25rem;
}

.last\:-mt-2:last-child {
  margin-top: -0.5rem;
}

.last\:-mt-3:last-child {
  margin-top: -0.75rem;
}

.last\:-mt-4:last-child {
  margin-top: -1rem;
}

.last\:-mt-5:last-child {
  margin-top: -1.25rem;
}

.last\:-mt-6:last-child {
  margin-top: -1.5rem;
}

.last\:-mt-7:last-child {
  margin-top: -1.75rem;
}

.last\:-mt-8:last-child {
  margin-top: -2rem;
}

.last\:-mt-9:last-child {
  margin-top: -2.25rem;
}

.last\:-mt-10:last-child {
  margin-top: -2.5rem;
}

.last\:-mt-11:last-child {
  margin-top: -2.75rem;
}

.last\:-mt-12:last-child {
  margin-top: -3rem;
}

.last\:-mt-14:last-child {
  margin-top: -3.5rem;
}

.last\:-mt-16:last-child {
  margin-top: -4rem;
}

.last\:-mt-20:last-child {
  margin-top: -5rem;
}

.last\:-mt-24:last-child {
  margin-top: -6rem;
}

.last\:-mt-28:last-child {
  margin-top: -7rem;
}

.last\:-mt-32:last-child {
  margin-top: -8rem;
}

.last\:-mt-36:last-child {
  margin-top: -9rem;
}

.last\:-mt-40:last-child {
  margin-top: -10rem;
}

.last\:-mt-44:last-child {
  margin-top: -11rem;
}

.last\:-mt-48:last-child {
  margin-top: -12rem;
}

.last\:-mt-52:last-child {
  margin-top: -13rem;
}

.last\:-mt-56:last-child {
  margin-top: -14rem;
}

.last\:-mt-60:last-child {
  margin-top: -15rem;
}

.last\:-mt-64:last-child {
  margin-top: -16rem;
}

.last\:-mt-72:last-child {
  margin-top: -18rem;
}

.last\:-mt-80:last-child {
  margin-top: -20rem;
}

.last\:-mt-96:last-child {
  margin-top: -24rem;
}

.last\:-mt-px:last-child {
  margin-top: -1px;
}

.last\:-mt-0\.5:last-child {
  margin-top: -0.125rem;
}

.last\:-mt-1\.5:last-child {
  margin-top: -0.375rem;
}

.last\:-mt-2\.5:last-child {
  margin-top: -0.625rem;
}

.last\:-mt-3\.5:last-child {
  margin-top: -0.875rem;
}

.last\:mr-0:last-child {
  margin-right: 0px;
}

.last\:mr-1:last-child {
  margin-right: 0.25rem;
}

.last\:mr-2:last-child {
  margin-right: 0.5rem;
}

.last\:mr-3:last-child {
  margin-right: 0.75rem;
}

.last\:mr-4:last-child {
  margin-right: 1rem;
}

.last\:mr-5:last-child {
  margin-right: 1.25rem;
}

.last\:mr-6:last-child {
  margin-right: 1.5rem;
}

.last\:mr-7:last-child {
  margin-right: 1.75rem;
}

.last\:mr-8:last-child {
  margin-right: 2rem;
}

.last\:mr-9:last-child {
  margin-right: 2.25rem;
}

.last\:mr-10:last-child {
  margin-right: 2.5rem;
}

.last\:mr-11:last-child {
  margin-right: 2.75rem;
}

.last\:mr-12:last-child {
  margin-right: 3rem;
}

.last\:mr-14:last-child {
  margin-right: 3.5rem;
}

.last\:mr-16:last-child {
  margin-right: 4rem;
}

.last\:mr-20:last-child {
  margin-right: 5rem;
}

.last\:mr-24:last-child {
  margin-right: 6rem;
}

.last\:mr-28:last-child {
  margin-right: 7rem;
}

.last\:mr-32:last-child {
  margin-right: 8rem;
}

.last\:mr-36:last-child {
  margin-right: 9rem;
}

.last\:mr-40:last-child {
  margin-right: 10rem;
}

.last\:mr-44:last-child {
  margin-right: 11rem;
}

.last\:mr-48:last-child {
  margin-right: 12rem;
}

.last\:mr-52:last-child {
  margin-right: 13rem;
}

.last\:mr-56:last-child {
  margin-right: 14rem;
}

.last\:mr-60:last-child {
  margin-right: 15rem;
}

.last\:mr-64:last-child {
  margin-right: 16rem;
}

.last\:mr-72:last-child {
  margin-right: 18rem;
}

.last\:mr-80:last-child {
  margin-right: 20rem;
}

.last\:mr-96:last-child {
  margin-right: 24rem;
}

.last\:mr-auto:last-child {
  margin-right: auto;
}

.last\:mr-px:last-child {
  margin-right: 1px;
}

.last\:mr-0\.5:last-child {
  margin-right: 0.125rem;
}

.last\:mr-1\.5:last-child {
  margin-right: 0.375rem;
}

.last\:mr-2\.5:last-child {
  margin-right: 0.625rem;
}

.last\:mr-3\.5:last-child {
  margin-right: 0.875rem;
}

.last\:-mr-0:last-child {
  margin-right: 0px;
}

.last\:-mr-1:last-child {
  margin-right: -0.25rem;
}

.last\:-mr-2:last-child {
  margin-right: -0.5rem;
}

.last\:-mr-3:last-child {
  margin-right: -0.75rem;
}

.last\:-mr-4:last-child {
  margin-right: -1rem;
}

.last\:-mr-5:last-child {
  margin-right: -1.25rem;
}

.last\:-mr-6:last-child {
  margin-right: -1.5rem;
}

.last\:-mr-7:last-child {
  margin-right: -1.75rem;
}

.last\:-mr-8:last-child {
  margin-right: -2rem;
}

.last\:-mr-9:last-child {
  margin-right: -2.25rem;
}

.last\:-mr-10:last-child {
  margin-right: -2.5rem;
}

.last\:-mr-11:last-child {
  margin-right: -2.75rem;
}

.last\:-mr-12:last-child {
  margin-right: -3rem;
}

.last\:-mr-14:last-child {
  margin-right: -3.5rem;
}

.last\:-mr-16:last-child {
  margin-right: -4rem;
}

.last\:-mr-20:last-child {
  margin-right: -5rem;
}

.last\:-mr-24:last-child {
  margin-right: -6rem;
}

.last\:-mr-28:last-child {
  margin-right: -7rem;
}

.last\:-mr-32:last-child {
  margin-right: -8rem;
}

.last\:-mr-36:last-child {
  margin-right: -9rem;
}

.last\:-mr-40:last-child {
  margin-right: -10rem;
}

.last\:-mr-44:last-child {
  margin-right: -11rem;
}

.last\:-mr-48:last-child {
  margin-right: -12rem;
}

.last\:-mr-52:last-child {
  margin-right: -13rem;
}

.last\:-mr-56:last-child {
  margin-right: -14rem;
}

.last\:-mr-60:last-child {
  margin-right: -15rem;
}

.last\:-mr-64:last-child {
  margin-right: -16rem;
}

.last\:-mr-72:last-child {
  margin-right: -18rem;
}

.last\:-mr-80:last-child {
  margin-right: -20rem;
}

.last\:-mr-96:last-child {
  margin-right: -24rem;
}

.last\:-mr-px:last-child {
  margin-right: -1px;
}

.last\:-mr-0\.5:last-child {
  margin-right: -0.125rem;
}

.last\:-mr-1\.5:last-child {
  margin-right: -0.375rem;
}

.last\:-mr-2\.5:last-child {
  margin-right: -0.625rem;
}

.last\:-mr-3\.5:last-child {
  margin-right: -0.875rem;
}

.last\:mb-0:last-child {
  margin-bottom: 0px;
}

.last\:mb-1:last-child {
  margin-bottom: 0.25rem;
}

.last\:mb-2:last-child {
  margin-bottom: 0.5rem;
}

.last\:mb-3:last-child {
  margin-bottom: 0.75rem;
}

.last\:mb-4:last-child {
  margin-bottom: 1rem;
}

.last\:mb-5:last-child {
  margin-bottom: 1.25rem;
}

.last\:mb-6:last-child {
  margin-bottom: 1.5rem;
}

.last\:mb-7:last-child {
  margin-bottom: 1.75rem;
}

.last\:mb-8:last-child {
  margin-bottom: 2rem;
}

.last\:mb-9:last-child {
  margin-bottom: 2.25rem;
}

.last\:mb-10:last-child {
  margin-bottom: 2.5rem;
}

.last\:mb-11:last-child {
  margin-bottom: 2.75rem;
}

.last\:mb-12:last-child {
  margin-bottom: 3rem;
}

.last\:mb-14:last-child {
  margin-bottom: 3.5rem;
}

.last\:mb-16:last-child {
  margin-bottom: 4rem;
}

.last\:mb-20:last-child {
  margin-bottom: 5rem;
}

.last\:mb-24:last-child {
  margin-bottom: 6rem;
}

.last\:mb-28:last-child {
  margin-bottom: 7rem;
}

.last\:mb-32:last-child {
  margin-bottom: 8rem;
}

.last\:mb-36:last-child {
  margin-bottom: 9rem;
}

.last\:mb-40:last-child {
  margin-bottom: 10rem;
}

.last\:mb-44:last-child {
  margin-bottom: 11rem;
}

.last\:mb-48:last-child {
  margin-bottom: 12rem;
}

.last\:mb-52:last-child {
  margin-bottom: 13rem;
}

.last\:mb-56:last-child {
  margin-bottom: 14rem;
}

.last\:mb-60:last-child {
  margin-bottom: 15rem;
}

.last\:mb-64:last-child {
  margin-bottom: 16rem;
}

.last\:mb-72:last-child {
  margin-bottom: 18rem;
}

.last\:mb-80:last-child {
  margin-bottom: 20rem;
}

.last\:mb-96:last-child {
  margin-bottom: 24rem;
}

.last\:mb-auto:last-child {
  margin-bottom: auto;
}

.last\:mb-px:last-child {
  margin-bottom: 1px;
}

.last\:mb-0\.5:last-child {
  margin-bottom: 0.125rem;
}

.last\:mb-1\.5:last-child {
  margin-bottom: 0.375rem;
}

.last\:mb-2\.5:last-child {
  margin-bottom: 0.625rem;
}

.last\:mb-3\.5:last-child {
  margin-bottom: 0.875rem;
}

.last\:-mb-0:last-child {
  margin-bottom: 0px;
}

.last\:-mb-1:last-child {
  margin-bottom: -0.25rem;
}

.last\:-mb-2:last-child {
  margin-bottom: -0.5rem;
}

.last\:-mb-3:last-child {
  margin-bottom: -0.75rem;
}

.last\:-mb-4:last-child {
  margin-bottom: -1rem;
}

.last\:-mb-5:last-child {
  margin-bottom: -1.25rem;
}

.last\:-mb-6:last-child {
  margin-bottom: -1.5rem;
}

.last\:-mb-7:last-child {
  margin-bottom: -1.75rem;
}

.last\:-mb-8:last-child {
  margin-bottom: -2rem;
}

.last\:-mb-9:last-child {
  margin-bottom: -2.25rem;
}

.last\:-mb-10:last-child {
  margin-bottom: -2.5rem;
}

.last\:-mb-11:last-child {
  margin-bottom: -2.75rem;
}

.last\:-mb-12:last-child {
  margin-bottom: -3rem;
}

.last\:-mb-14:last-child {
  margin-bottom: -3.5rem;
}

.last\:-mb-16:last-child {
  margin-bottom: -4rem;
}

.last\:-mb-20:last-child {
  margin-bottom: -5rem;
}

.last\:-mb-24:last-child {
  margin-bottom: -6rem;
}

.last\:-mb-28:last-child {
  margin-bottom: -7rem;
}

.last\:-mb-32:last-child {
  margin-bottom: -8rem;
}

.last\:-mb-36:last-child {
  margin-bottom: -9rem;
}

.last\:-mb-40:last-child {
  margin-bottom: -10rem;
}

.last\:-mb-44:last-child {
  margin-bottom: -11rem;
}

.last\:-mb-48:last-child {
  margin-bottom: -12rem;
}

.last\:-mb-52:last-child {
  margin-bottom: -13rem;
}

.last\:-mb-56:last-child {
  margin-bottom: -14rem;
}

.last\:-mb-60:last-child {
  margin-bottom: -15rem;
}

.last\:-mb-64:last-child {
  margin-bottom: -16rem;
}

.last\:-mb-72:last-child {
  margin-bottom: -18rem;
}

.last\:-mb-80:last-child {
  margin-bottom: -20rem;
}

.last\:-mb-96:last-child {
  margin-bottom: -24rem;
}

.last\:-mb-px:last-child {
  margin-bottom: -1px;
}

.last\:-mb-0\.5:last-child {
  margin-bottom: -0.125rem;
}

.last\:-mb-1\.5:last-child {
  margin-bottom: -0.375rem;
}

.last\:-mb-2\.5:last-child {
  margin-bottom: -0.625rem;
}

.last\:-mb-3\.5:last-child {
  margin-bottom: -0.875rem;
}

.last\:ml-0:last-child {
  margin-left: 0px;
}

.last\:ml-1:last-child {
  margin-left: 0.25rem;
}

.last\:ml-2:last-child {
  margin-left: 0.5rem;
}

.last\:ml-3:last-child {
  margin-left: 0.75rem;
}

.last\:ml-4:last-child {
  margin-left: 1rem;
}

.last\:ml-5:last-child {
  margin-left: 1.25rem;
}

.last\:ml-6:last-child {
  margin-left: 1.5rem;
}

.last\:ml-7:last-child {
  margin-left: 1.75rem;
}

.last\:ml-8:last-child {
  margin-left: 2rem;
}

.last\:ml-9:last-child {
  margin-left: 2.25rem;
}

.last\:ml-10:last-child {
  margin-left: 2.5rem;
}

.last\:ml-11:last-child {
  margin-left: 2.75rem;
}

.last\:ml-12:last-child {
  margin-left: 3rem;
}

.last\:ml-14:last-child {
  margin-left: 3.5rem;
}

.last\:ml-16:last-child {
  margin-left: 4rem;
}

.last\:ml-20:last-child {
  margin-left: 5rem;
}

.last\:ml-24:last-child {
  margin-left: 6rem;
}

.last\:ml-28:last-child {
  margin-left: 7rem;
}

.last\:ml-32:last-child {
  margin-left: 8rem;
}

.last\:ml-36:last-child {
  margin-left: 9rem;
}

.last\:ml-40:last-child {
  margin-left: 10rem;
}

.last\:ml-44:last-child {
  margin-left: 11rem;
}

.last\:ml-48:last-child {
  margin-left: 12rem;
}

.last\:ml-52:last-child {
  margin-left: 13rem;
}

.last\:ml-56:last-child {
  margin-left: 14rem;
}

.last\:ml-60:last-child {
  margin-left: 15rem;
}

.last\:ml-64:last-child {
  margin-left: 16rem;
}

.last\:ml-72:last-child {
  margin-left: 18rem;
}

.last\:ml-80:last-child {
  margin-left: 20rem;
}

.last\:ml-96:last-child {
  margin-left: 24rem;
}

.last\:ml-auto:last-child {
  margin-left: auto;
}

.last\:ml-px:last-child {
  margin-left: 1px;
}

.last\:ml-0\.5:last-child {
  margin-left: 0.125rem;
}

.last\:ml-1\.5:last-child {
  margin-left: 0.375rem;
}

.last\:ml-2\.5:last-child {
  margin-left: 0.625rem;
}

.last\:ml-3\.5:last-child {
  margin-left: 0.875rem;
}

.last\:-ml-0:last-child {
  margin-left: 0px;
}

.last\:-ml-1:last-child {
  margin-left: -0.25rem;
}

.last\:-ml-2:last-child {
  margin-left: -0.5rem;
}

.last\:-ml-3:last-child {
  margin-left: -0.75rem;
}

.last\:-ml-4:last-child {
  margin-left: -1rem;
}

.last\:-ml-5:last-child {
  margin-left: -1.25rem;
}

.last\:-ml-6:last-child {
  margin-left: -1.5rem;
}

.last\:-ml-7:last-child {
  margin-left: -1.75rem;
}

.last\:-ml-8:last-child {
  margin-left: -2rem;
}

.last\:-ml-9:last-child {
  margin-left: -2.25rem;
}

.last\:-ml-10:last-child {
  margin-left: -2.5rem;
}

.last\:-ml-11:last-child {
  margin-left: -2.75rem;
}

.last\:-ml-12:last-child {
  margin-left: -3rem;
}

.last\:-ml-14:last-child {
  margin-left: -3.5rem;
}

.last\:-ml-16:last-child {
  margin-left: -4rem;
}

.last\:-ml-20:last-child {
  margin-left: -5rem;
}

.last\:-ml-24:last-child {
  margin-left: -6rem;
}

.last\:-ml-28:last-child {
  margin-left: -7rem;
}

.last\:-ml-32:last-child {
  margin-left: -8rem;
}

.last\:-ml-36:last-child {
  margin-left: -9rem;
}

.last\:-ml-40:last-child {
  margin-left: -10rem;
}

.last\:-ml-44:last-child {
  margin-left: -11rem;
}

.last\:-ml-48:last-child {
  margin-left: -12rem;
}

.last\:-ml-52:last-child {
  margin-left: -13rem;
}

.last\:-ml-56:last-child {
  margin-left: -14rem;
}

.last\:-ml-60:last-child {
  margin-left: -15rem;
}

.last\:-ml-64:last-child {
  margin-left: -16rem;
}

.last\:-ml-72:last-child {
  margin-left: -18rem;
}

.last\:-ml-80:last-child {
  margin-left: -20rem;
}

.last\:-ml-96:last-child {
  margin-left: -24rem;
}

.last\:-ml-px:last-child {
  margin-left: -1px;
}

.last\:-ml-0\.5:last-child {
  margin-left: -0.125rem;
}

.last\:-ml-1\.5:last-child {
  margin-left: -0.375rem;
}

.last\:-ml-2\.5:last-child {
  margin-left: -0.625rem;
}

.last\:-ml-3\.5:last-child {
  margin-left: -0.875rem;
}

.box-border {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.box-content {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}

.block {
  display: block;
}

.inline-block {
  display: inline-block;
}

.inline {
  display: inline;
}

.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.inline-flex {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.table {
  display: table;
}

.inline-table {
  display: inline-table;
}

.table-caption {
  display: table-caption;
}

.table-cell {
  display: table-cell;
}

.table-column {
  display: table-column;
}

.table-column-group {
  display: table-column-group;
}

.table-footer-group {
  display: table-footer-group;
}

.table-header-group {
  display: table-header-group;
}

.table-row-group {
  display: table-row-group;
}

.table-row {
  display: table-row;
}

.flow-root {
  display: flow-root;
}

.grid {
  display: grid;
}

.inline-grid {
  display: inline-grid;
}

.contents {
  display: contents;
}

.list-item {
  display: list-item;
}

.hidden {
  display: none;
}

.group:hover .group-hover\:block {
  display: block;
}

.group:hover .group-hover\:inline-block {
  display: inline-block;
}

.group:hover .group-hover\:inline {
  display: inline;
}

.group:hover .group-hover\:flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.group:hover .group-hover\:inline-flex {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.group:hover .group-hover\:table {
  display: table;
}

.group:hover .group-hover\:inline-table {
  display: inline-table;
}

.group:hover .group-hover\:table-caption {
  display: table-caption;
}

.group:hover .group-hover\:table-cell {
  display: table-cell;
}

.group:hover .group-hover\:table-column {
  display: table-column;
}

.group:hover .group-hover\:table-column-group {
  display: table-column-group;
}

.group:hover .group-hover\:table-footer-group {
  display: table-footer-group;
}

.group:hover .group-hover\:table-header-group {
  display: table-header-group;
}

.group:hover .group-hover\:table-row-group {
  display: table-row-group;
}

.group:hover .group-hover\:table-row {
  display: table-row;
}

.group:hover .group-hover\:flow-root {
  display: flow-root;
}

.group:hover .group-hover\:grid {
  display: grid;
}

.group:hover .group-hover\:inline-grid {
  display: inline-grid;
}

.group:hover .group-hover\:contents {
  display: contents;
}

.group:hover .group-hover\:list-item {
  display: list-item;
}

.group:hover .group-hover\:hidden {
  display: none;
}

.h-0 {
  height: 0px;
}

.h-1 {
  height: 0.25rem;
}

.h-2 {
  height: 0.5rem;
}

.h-3 {
  height: 0.75rem;
}

.h-4 {
  height: 1rem;
}

.h-5 {
  height: 1.25rem;
}

.h-6 {
  height: 1.5rem;
}

.h-7 {
  height: 1.75rem;
}

.h-8 {
  height: 2rem;
}

.h-9 {
  height: 2.25rem;
}

.h-10 {
  height: 2.5rem;
}

.h-11 {
  height: 2.75rem;
}

.h-12 {
  height: 3rem;
}

.h-14 {
  height: 3.5rem;
}

.h-16 {
  height: 4rem;
}

.h-20 {
  height: 5rem;
}

.h-24 {
  height: 6rem;
}

.h-28 {
  height: 7rem;
}

.h-32 {
  height: 8rem;
}

.h-36 {
  height: 9rem;
}

.h-40 {
  height: 10rem;
}

.h-44 {
  height: 11rem;
}

.h-48 {
  height: 12rem;
}

.h-52 {
  height: 13rem;
}

.h-56 {
  height: 14rem;
}

.h-60 {
  height: 15rem;
}

.h-64 {
  height: 16rem;
}

.h-72 {
  height: 18rem;
}

.h-80 {
  height: 20rem;
}

.h-96 {
  height: 24rem;
}

.h-auto {
  height: auto;
}

.h-px {
  height: 1px;
}

.h-0\.5 {
  height: 0.125rem;
}

.h-1\.5 {
  height: 0.375rem;
}

.h-2\.5 {
  height: 0.375rem;
}

.h-3\.5 {
  height: 0.875rem;
}

.h-1\/2 {
  height: 50%;
}

.h-1\/3 {
  height: 33.333333%;
}

.h-2\/3 {
  height: 66.666667%;
}

.h-1\/4 {
  height: 25%;
}

.h-2\/4 {
  height: 50%;
}

.h-3\/4 {
  height: 75%;
}

.h-1\/5 {
  height: 20%;
}

.h-2\/5 {
  height: 40%;
}

.h-3\/5 {
  height: 60%;
}

.h-4\/5 {
  height: 80%;
}

.h-1\/6 {
  height: 16.666667%;
}

.h-2\/6 {
  height: 33.333333%;
}

.h-3\/6 {
  height: 50%;
}

.h-4\/6 {
  height: 66.666667%;
}

.h-5\/6 {
  height: 83.333333%;
}

.h-full {
  height: 100%;
}

.h-screen {
  height: 100vh;
}

.h-main-content-area {
  height: calc(100vh - var(--template-head-height));
}

.hover\:h-0:hover {
  height: 0px;
}

.hover\:h-1:hover {
  height: 0.25rem;
}

.hover\:h-2:hover {
  height: 0.5rem;
}

.hover\:h-3:hover {
  height: 0.75rem;
}

.hover\:h-4:hover {
  height: 1rem;
}

.hover\:h-5:hover {
  height: 1.25rem;
}

.hover\:h-6:hover {
  height: 1.5rem;
}

.hover\:h-7:hover {
  height: 1.75rem;
}

.hover\:h-8:hover {
  height: 2rem;
}

.hover\:h-9:hover {
  height: 2.25rem;
}

.hover\:h-10:hover {
  height: 2.5rem;
}

.hover\:h-11:hover {
  height: 2.75rem;
}

.hover\:h-12:hover {
  height: 3rem;
}

.hover\:h-14:hover {
  height: 3.5rem;
}

.hover\:h-16:hover {
  height: 4rem;
}

.hover\:h-20:hover {
  height: 5rem;
}

.hover\:h-24:hover {
  height: 6rem;
}

.hover\:h-28:hover {
  height: 7rem;
}

.hover\:h-32:hover {
  height: 8rem;
}

.hover\:h-36:hover {
  height: 9rem;
}

.hover\:h-40:hover {
  height: 10rem;
}

.hover\:h-44:hover {
  height: 11rem;
}

.hover\:h-48:hover {
  height: 12rem;
}

.hover\:h-52:hover {
  height: 13rem;
}

.hover\:h-56:hover {
  height: 14rem;
}

.hover\:h-60:hover {
  height: 15rem;
}

.hover\:h-64:hover {
  height: 16rem;
}

.hover\:h-72:hover {
  height: 18rem;
}

.hover\:h-80:hover {
  height: 20rem;
}

.hover\:h-96:hover {
  height: 24rem;
}

.hover\:h-auto:hover {
  height: auto;
}

.hover\:h-px:hover {
  height: 1px;
}

.hover\:h-0\.5:hover {
  height: 0.125rem;
}

.hover\:h-1\.5:hover {
  height: 0.375rem;
}

.hover\:h-2\.5:hover {
  height: 0.375rem;
}

.hover\:h-3\.5:hover {
  height: 0.875rem;
}

.hover\:h-1\/2:hover {
  height: 50%;
}

.hover\:h-1\/3:hover {
  height: 33.333333%;
}

.hover\:h-2\/3:hover {
  height: 66.666667%;
}

.hover\:h-1\/4:hover {
  height: 25%;
}

.hover\:h-2\/4:hover {
  height: 50%;
}

.hover\:h-3\/4:hover {
  height: 75%;
}

.hover\:h-1\/5:hover {
  height: 20%;
}

.hover\:h-2\/5:hover {
  height: 40%;
}

.hover\:h-3\/5:hover {
  height: 60%;
}

.hover\:h-4\/5:hover {
  height: 80%;
}

.hover\:h-1\/6:hover {
  height: 16.666667%;
}

.hover\:h-2\/6:hover {
  height: 33.333333%;
}

.hover\:h-3\/6:hover {
  height: 50%;
}

.hover\:h-4\/6:hover {
  height: 66.666667%;
}

.hover\:h-5\/6:hover {
  height: 83.333333%;
}

.hover\:h-full:hover {
  height: 100%;
}

.hover\:h-screen:hover {
  height: 100vh;
}

.hover\:h-main-content-area:hover {
  height: calc(100vh - var(--template-head-height));
}

.max-h-0 {
  max-height: 0px;
}

.max-h-1 {
  max-height: 0.25rem;
}

.max-h-2 {
  max-height: 0.5rem;
}

.max-h-3 {
  max-height: 0.75rem;
}

.max-h-4 {
  max-height: 1rem;
}

.max-h-5 {
  max-height: 1.25rem;
}

.max-h-6 {
  max-height: 1.5rem;
}

.max-h-7 {
  max-height: 1.75rem;
}

.max-h-8 {
  max-height: 2rem;
}

.max-h-9 {
  max-height: 2.25rem;
}

.max-h-10 {
  max-height: 2.5rem;
}

.max-h-11 {
  max-height: 2.75rem;
}

.max-h-12 {
  max-height: 3rem;
}

.max-h-14 {
  max-height: 3.5rem;
}

.max-h-16 {
  max-height: 4rem;
}

.max-h-20 {
  max-height: 5rem;
}

.max-h-24 {
  max-height: 6rem;
}

.max-h-28 {
  max-height: 7rem;
}

.max-h-32 {
  max-height: 8rem;
}

.max-h-36 {
  max-height: 9rem;
}

.max-h-40 {
  max-height: 10rem;
}

.max-h-44 {
  max-height: 11rem;
}

.max-h-48 {
  max-height: 12rem;
}

.max-h-52 {
  max-height: 13rem;
}

.max-h-56 {
  max-height: 14rem;
}

.max-h-60 {
  max-height: 15rem;
}

.max-h-64 {
  max-height: 16rem;
}

.max-h-72 {
  max-height: 18rem;
}

.max-h-80 {
  max-height: 20rem;
}

.max-h-96 {
  max-height: 24rem;
}

.max-h-px {
  max-height: 1px;
}

.max-h-0\.5 {
  max-height: 0.125rem;
}

.max-h-1\.5 {
  max-height: 0.375rem;
}

.max-h-2\.5 {
  max-height: 0.625rem;
}

.max-h-3\.5 {
  max-height: 0.875rem;
}

.max-h-full {
  max-height: 100%;
}

.max-h-screen {
  max-height: 100vh;
}

.max-h-listbox {
  max-height: 12em;
}

.max-h-under-header {
  max-height: calc(100vh - var(--template-head-height));
}

.min-h-0 {
  min-height: 0px;
}

.min-h-3 {
  min-height: 0.75rem;
}

.min-h-4 {
  min-height: 1rem;
}

.min-h-6 {
  min-height: 1.5rem;
}

.min-h-16 {
  min-height: 4rem;
}

.min-h-full {
  min-height: 100%;
}

.min-h-screen {
  min-height: 100vh;
}

.w-0 {
  width: 0px;
}

.w-1 {
  width: 0.25rem;
}

.w-2 {
  width: 0.5rem;
}

.w-3 {
  width: 0.75rem;
}

.w-4 {
  width: 1rem;
}

.w-5 {
  width: 1.25rem;
}

.w-6 {
  width: 1.5rem;
}

.w-7 {
  width: 1.75rem;
}

.w-8 {
  width: 2rem;
}

.w-9 {
  width: 2.25rem;
}

.w-10 {
  width: 2.5rem;
}

.w-11 {
  width: 2.75rem;
}

.w-12 {
  width: 3rem;
}

.w-14 {
  width: 3.5rem;
}

.w-15 {
  width: 3.75rem;
}

.w-16 {
  width: 4rem;
}

.w-20 {
  width: 5rem;
}

.w-24 {
  width: 6rem;
}

.w-28 {
  width: 7rem;
}

.w-32 {
  width: 8rem;
}

.w-36 {
  width: 9rem;
}

.w-40 {
  width: 10rem;
}

.w-44 {
  width: 11rem;
}

.w-48 {
  width: 12rem;
}

.w-52 {
  width: 13rem;
}

.w-56 {
  width: 14rem;
}

.w-60 {
  width: 15rem;
}

.w-64 {
  width: 16rem;
}

.w-72 {
  width: 18rem;
}

.w-80 {
  width: 20rem;
}

.w-96 {
  width: 24rem;
}

.w-auto {
  width: auto;
}

.w-px {
  width: 1px;
}

.w-0\.5 {
  width: 0.125rem;
}

.w-1\.5 {
  width: 0.375rem;
}

.w-2\.5 {
  width: 0.375rem;
}

.w-3\.5 {
  width: 0.875rem;
}

.w-1\/2 {
  width: 50%;
}

.w-1\/3 {
  width: 33.333333%;
}

.w-2\/3 {
  width: 66.666667%;
}

.w-1\/4 {
  width: 25%;
}

.w-2\/4 {
  width: 50%;
}

.w-3\/4 {
  width: 75%;
}

.w-1\/5 {
  width: 20%;
}

.w-2\/5 {
  width: 40%;
}

.w-3\/5 {
  width: 60%;
}

.w-4\/5 {
  width: 80%;
}

.w-1\/6 {
  width: 16.666667%;
}

.w-2\/6 {
  width: 33.333333%;
}

.w-3\/6 {
  width: 50%;
}

.w-4\/6 {
  width: 66.666667%;
}

.w-5\/6 {
  width: 83.333333%;
}

.w-1\/12 {
  width: 8.333333%;
}

.w-2\/12 {
  width: 16.666667%;
}

.w-3\/12 {
  width: 25%;
}

.w-4\/12 {
  width: 33.333333%;
}

.w-5\/12 {
  width: 41.666667%;
}

.w-6\/12 {
  width: 50%;
}

.w-7\/12 {
  width: 58.333333%;
}

.w-8\/12 {
  width: 66.666667%;
}

.w-9\/12 {
  width: 75%;
}

.w-10\/12 {
  width: 83.333333%;
}

.w-11\/12 {
  width: 91.666667%;
}

.w-full {
  width: 100%;
}

.w-screen {
  width: 100vw;
}

.w-min {
  width: -webkit-min-content;
  width: -moz-min-content;
  width: min-content;
}

.w-max {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}

.w-max-content {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}

.min-w-0 {
  min-width: 0px;
}

.min-w-3 {
  min-width: 0.75rem;
}

.min-w-4 {
  min-width: 1rem;
}

.min-w-6 {
  min-width: 1.5rem;
}

.min-w-16 {
  min-width: 4rem;
}

.min-w-24 {
  min-width: 6rem;
}

.min-w-48 {
  min-width: 12rem;
}

.min-w-full {
  min-width: 100%;
}

.min-w-min {
  min-width: -webkit-min-content;
  min-width: -moz-min-content;
  min-width: min-content;
}

.min-w-max {
  min-width: -webkit-max-content;
  min-width: -moz-max-content;
  min-width: max-content;
}

.min-w-phoenix {
  min-width: 1024px;
}

.min-w-popover {
  min-width: 140px;
}

.min-w-toucan {
  min-width: 1380px;
}

.max-w-0 {
  max-width: 0rem;
}

.max-w-none {
  max-width: none;
}

.max-w-xs {
  max-width: 20rem;
}

.max-w-sm {
  max-width: 24rem;
}

.max-w-md {
  max-width: 28rem;
}

.max-w-lg {
  max-width: 32rem;
}

.max-w-xl {
  max-width: 36rem;
}

.max-w-2xl {
  max-width: 42rem;
}

.max-w-3xl {
  max-width: 48rem;
}

.max-w-4xl {
  max-width: 56rem;
}

.max-w-5xl {
  max-width: 64rem;
}

.max-w-6xl {
  max-width: 72rem;
}

.max-w-7xl {
  max-width: 80rem;
}

.max-w-full {
  max-width: 100%;
}

.max-w-min {
  max-width: -webkit-min-content;
  max-width: -moz-min-content;
  max-width: min-content;
}

.max-w-max {
  max-width: -webkit-max-content;
  max-width: -moz-max-content;
  max-width: max-content;
}

.max-w-prose {
  max-width: 65ch;
}

.max-w-screen-lg {
  max-width: 1120px;
}

.max-w-screen-2xl {
  max-width: 1536px;
}

.max-w-paragraph {
  max-width: 34rem;
}

.flex-1 {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 0%;
          flex: 1 1 0%;
}

.flex-2 {
  -webkit-box-flex: 2;
      -ms-flex: 2 2 0%;
          flex: 2 2 0%;
}

.flex-3 {
  -webkit-box-flex: 3;
      -ms-flex: 3 3 0%;
          flex: 3 3 0%;
}

.flex-4 {
  -webkit-box-flex: 4;
      -ms-flex: 4 4 0%;
          flex: 4 4 0%;
}

.flex-auto {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}

.flex-initial {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
}

.flex-none {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
}

.flex-shrink-0 {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.flex-shrink {
  -ms-flex-negative: 1;
      flex-shrink: 1;
}

.flex-grow-0 {
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
}

.flex-grow {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.table-auto {
  table-layout: auto;
}

.table-fixed {
  table-layout: fixed;
}

.border-collapse {
  border-collapse: collapse;
}

.border-separate {
  border-collapse: separate;
}

.origin-center {
  -webkit-transform-origin: center;
          transform-origin: center;
}

.origin-top {
  -webkit-transform-origin: top;
          transform-origin: top;
}

.origin-top-right {
  -webkit-transform-origin: top right;
          transform-origin: top right;
}

.origin-right {
  -webkit-transform-origin: right;
          transform-origin: right;
}

.origin-bottom-right {
  -webkit-transform-origin: bottom right;
          transform-origin: bottom right;
}

.origin-bottom {
  -webkit-transform-origin: bottom;
          transform-origin: bottom;
}

.origin-bottom-left {
  -webkit-transform-origin: bottom left;
          transform-origin: bottom left;
}

.origin-left {
  -webkit-transform-origin: left;
          transform-origin: left;
}

.origin-top-left {
  -webkit-transform-origin: top left;
          transform-origin: top left;
}

.transform {
  --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;
  -webkit-transform: translateX(var(--tw-translate-x)) translateY(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: translateX(var(--tw-translate-x)) translateY(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 {
  --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;
  -webkit-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));
          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));
}

.transform-none {
  -webkit-transform: none;
          transform: none;
}

.translate-x-0 {
  --tw-translate-x: 0px;
}

.translate-x-1 {
  --tw-translate-x: 0.25rem;
}

.translate-x-2 {
  --tw-translate-x: 0.5rem;
}

.translate-x-3 {
  --tw-translate-x: 0.75rem;
}

.translate-x-4 {
  --tw-translate-x: 1rem;
}

.translate-x-5 {
  --tw-translate-x: 1.25rem;
}

.translate-x-6 {
  --tw-translate-x: 1.5rem;
}

.translate-x-7 {
  --tw-translate-x: 1.75rem;
}

.translate-x-8 {
  --tw-translate-x: 2rem;
}

.translate-x-9 {
  --tw-translate-x: 2.25rem;
}

.translate-x-10 {
  --tw-translate-x: 2.5rem;
}

.translate-x-11 {
  --tw-translate-x: 2.75rem;
}

.translate-x-12 {
  --tw-translate-x: 3rem;
}

.translate-x-14 {
  --tw-translate-x: 3.5rem;
}

.translate-x-16 {
  --tw-translate-x: 4rem;
}

.translate-x-20 {
  --tw-translate-x: 5rem;
}

.translate-x-24 {
  --tw-translate-x: 6rem;
}

.translate-x-28 {
  --tw-translate-x: 7rem;
}

.translate-x-32 {
  --tw-translate-x: 8rem;
}

.translate-x-36 {
  --tw-translate-x: 9rem;
}

.translate-x-40 {
  --tw-translate-x: 10rem;
}

.translate-x-44 {
  --tw-translate-x: 11rem;
}

.translate-x-48 {
  --tw-translate-x: 12rem;
}

.translate-x-52 {
  --tw-translate-x: 13rem;
}

.translate-x-56 {
  --tw-translate-x: 14rem;
}

.translate-x-60 {
  --tw-translate-x: 15rem;
}

.translate-x-64 {
  --tw-translate-x: 16rem;
}

.translate-x-72 {
  --tw-translate-x: 18rem;
}

.translate-x-80 {
  --tw-translate-x: 20rem;
}

.translate-x-96 {
  --tw-translate-x: 24rem;
}

.translate-x-px {
  --tw-translate-x: 1px;
}

.translate-x-0\.5 {
  --tw-translate-x: 0.125rem;
}

.translate-x-1\.5 {
  --tw-translate-x: 0.375rem;
}

.translate-x-2\.5 {
  --tw-translate-x: 0.625rem;
}

.translate-x-3\.5 {
  --tw-translate-x: 0.875rem;
}

.-translate-x-0 {
  --tw-translate-x: 0px;
}

.-translate-x-1 {
  --tw-translate-x: -0.25rem;
}

.-translate-x-2 {
  --tw-translate-x: -0.5rem;
}

.-translate-x-3 {
  --tw-translate-x: -0.75rem;
}

.-translate-x-4 {
  --tw-translate-x: -1rem;
}

.-translate-x-5 {
  --tw-translate-x: -1.25rem;
}

.-translate-x-6 {
  --tw-translate-x: -1.5rem;
}

.-translate-x-7 {
  --tw-translate-x: -1.75rem;
}

.-translate-x-8 {
  --tw-translate-x: -2rem;
}

.-translate-x-9 {
  --tw-translate-x: -2.25rem;
}

.-translate-x-10 {
  --tw-translate-x: -2.5rem;
}

.-translate-x-11 {
  --tw-translate-x: -2.75rem;
}

.-translate-x-12 {
  --tw-translate-x: -3rem;
}

.-translate-x-14 {
  --tw-translate-x: -3.5rem;
}

.-translate-x-16 {
  --tw-translate-x: -4rem;
}

.-translate-x-20 {
  --tw-translate-x: -5rem;
}

.-translate-x-24 {
  --tw-translate-x: -6rem;
}

.-translate-x-28 {
  --tw-translate-x: -7rem;
}

.-translate-x-32 {
  --tw-translate-x: -8rem;
}

.-translate-x-36 {
  --tw-translate-x: -9rem;
}

.-translate-x-40 {
  --tw-translate-x: -10rem;
}

.-translate-x-44 {
  --tw-translate-x: -11rem;
}

.-translate-x-48 {
  --tw-translate-x: -12rem;
}

.-translate-x-52 {
  --tw-translate-x: -13rem;
}

.-translate-x-56 {
  --tw-translate-x: -14rem;
}

.-translate-x-60 {
  --tw-translate-x: -15rem;
}

.-translate-x-64 {
  --tw-translate-x: -16rem;
}

.-translate-x-72 {
  --tw-translate-x: -18rem;
}

.-translate-x-80 {
  --tw-translate-x: -20rem;
}

.-translate-x-96 {
  --tw-translate-x: -24rem;
}

.-translate-x-px {
  --tw-translate-x: -1px;
}

.-translate-x-0\.5 {
  --tw-translate-x: -0.125rem;
}

.-translate-x-1\.5 {
  --tw-translate-x: -0.375rem;
}

.-translate-x-2\.5 {
  --tw-translate-x: -0.625rem;
}

.-translate-x-3\.5 {
  --tw-translate-x: -0.875rem;
}

.translate-x-1\/2 {
  --tw-translate-x: 50%;
}

.translate-x-1\/3 {
  --tw-translate-x: 33.333333%;
}

.translate-x-2\/3 {
  --tw-translate-x: 66.666667%;
}

.translate-x-1\/4 {
  --tw-translate-x: 25%;
}

.translate-x-2\/4 {
  --tw-translate-x: 50%;
}

.translate-x-3\/4 {
  --tw-translate-x: 75%;
}

.translate-x-full {
  --tw-translate-x: 100%;
}

.-translate-x-1\/2 {
  --tw-translate-x: -50%;
}

.-translate-x-1\/3 {
  --tw-translate-x: -33.333333%;
}

.-translate-x-2\/3 {
  --tw-translate-x: -66.666667%;
}

.-translate-x-1\/4 {
  --tw-translate-x: -25%;
}

.-translate-x-2\/4 {
  --tw-translate-x: -50%;
}

.-translate-x-3\/4 {
  --tw-translate-x: -75%;
}

.-translate-x-full {
  --tw-translate-x: -100%;
}

.translate-y-0 {
  --tw-translate-y: 0px;
}

.translate-y-1 {
  --tw-translate-y: 0.25rem;
}

.translate-y-2 {
  --tw-translate-y: 0.5rem;
}

.translate-y-3 {
  --tw-translate-y: 0.75rem;
}

.translate-y-4 {
  --tw-translate-y: 1rem;
}

.translate-y-5 {
  --tw-translate-y: 1.25rem;
}

.translate-y-6 {
  --tw-translate-y: 1.5rem;
}

.translate-y-7 {
  --tw-translate-y: 1.75rem;
}

.translate-y-8 {
  --tw-translate-y: 2rem;
}

.translate-y-9 {
  --tw-translate-y: 2.25rem;
}

.translate-y-10 {
  --tw-translate-y: 2.5rem;
}

.translate-y-11 {
  --tw-translate-y: 2.75rem;
}

.translate-y-12 {
  --tw-translate-y: 3rem;
}

.translate-y-14 {
  --tw-translate-y: 3.5rem;
}

.translate-y-16 {
  --tw-translate-y: 4rem;
}

.translate-y-20 {
  --tw-translate-y: 5rem;
}

.translate-y-24 {
  --tw-translate-y: 6rem;
}

.translate-y-28 {
  --tw-translate-y: 7rem;
}

.translate-y-32 {
  --tw-translate-y: 8rem;
}

.translate-y-36 {
  --tw-translate-y: 9rem;
}

.translate-y-40 {
  --tw-translate-y: 10rem;
}

.translate-y-44 {
  --tw-translate-y: 11rem;
}

.translate-y-48 {
  --tw-translate-y: 12rem;
}

.translate-y-52 {
  --tw-translate-y: 13rem;
}

.translate-y-56 {
  --tw-translate-y: 14rem;
}

.translate-y-60 {
  --tw-translate-y: 15rem;
}

.translate-y-64 {
  --tw-translate-y: 16rem;
}

.translate-y-72 {
  --tw-translate-y: 18rem;
}

.translate-y-80 {
  --tw-translate-y: 20rem;
}

.translate-y-96 {
  --tw-translate-y: 24rem;
}

.translate-y-px {
  --tw-translate-y: 1px;
}

.translate-y-0\.5 {
  --tw-translate-y: 0.125rem;
}

.translate-y-1\.5 {
  --tw-translate-y: 0.375rem;
}

.translate-y-2\.5 {
  --tw-translate-y: 0.625rem;
}

.translate-y-3\.5 {
  --tw-translate-y: 0.875rem;
}

.-translate-y-0 {
  --tw-translate-y: 0px;
}

.-translate-y-1 {
  --tw-translate-y: -0.25rem;
}

.-translate-y-2 {
  --tw-translate-y: -0.5rem;
}

.-translate-y-3 {
  --tw-translate-y: -0.75rem;
}

.-translate-y-4 {
  --tw-translate-y: -1rem;
}

.-translate-y-5 {
  --tw-translate-y: -1.25rem;
}

.-translate-y-6 {
  --tw-translate-y: -1.5rem;
}

.-translate-y-7 {
  --tw-translate-y: -1.75rem;
}

.-translate-y-8 {
  --tw-translate-y: -2rem;
}

.-translate-y-9 {
  --tw-translate-y: -2.25rem;
}

.-translate-y-10 {
  --tw-translate-y: -2.5rem;
}

.-translate-y-11 {
  --tw-translate-y: -2.75rem;
}

.-translate-y-12 {
  --tw-translate-y: -3rem;
}

.-translate-y-14 {
  --tw-translate-y: -3.5rem;
}

.-translate-y-16 {
  --tw-translate-y: -4rem;
}

.-translate-y-20 {
  --tw-translate-y: -5rem;
}

.-translate-y-24 {
  --tw-translate-y: -6rem;
}

.-translate-y-28 {
  --tw-translate-y: -7rem;
}

.-translate-y-32 {
  --tw-translate-y: -8rem;
}

.-translate-y-36 {
  --tw-translate-y: -9rem;
}

.-translate-y-40 {
  --tw-translate-y: -10rem;
}

.-translate-y-44 {
  --tw-translate-y: -11rem;
}

.-translate-y-48 {
  --tw-translate-y: -12rem;
}

.-translate-y-52 {
  --tw-translate-y: -13rem;
}

.-translate-y-56 {
  --tw-translate-y: -14rem;
}

.-translate-y-60 {
  --tw-translate-y: -15rem;
}

.-translate-y-64 {
  --tw-translate-y: -16rem;
}

.-translate-y-72 {
  --tw-translate-y: -18rem;
}

.-translate-y-80 {
  --tw-translate-y: -20rem;
}

.-translate-y-96 {
  --tw-translate-y: -24rem;
}

.-translate-y-px {
  --tw-translate-y: -1px;
}

.-translate-y-0\.5 {
  --tw-translate-y: -0.125rem;
}

.-translate-y-1\.5 {
  --tw-translate-y: -0.375rem;
}

.-translate-y-2\.5 {
  --tw-translate-y: -0.625rem;
}

.-translate-y-3\.5 {
  --tw-translate-y: -0.875rem;
}

.translate-y-1\/2 {
  --tw-translate-y: 50%;
}

.translate-y-1\/3 {
  --tw-translate-y: 33.333333%;
}

.translate-y-2\/3 {
  --tw-translate-y: 66.666667%;
}

.translate-y-1\/4 {
  --tw-translate-y: 25%;
}

.translate-y-2\/4 {
  --tw-translate-y: 50%;
}

.translate-y-3\/4 {
  --tw-translate-y: 75%;
}

.translate-y-full {
  --tw-translate-y: 100%;
}

.-translate-y-1\/2 {
  --tw-translate-y: -50%;
}

.-translate-y-1\/3 {
  --tw-translate-y: -33.333333%;
}

.-translate-y-2\/3 {
  --tw-translate-y: -66.666667%;
}

.-translate-y-1\/4 {
  --tw-translate-y: -25%;
}

.-translate-y-2\/4 {
  --tw-translate-y: -50%;
}

.-translate-y-3\/4 {
  --tw-translate-y: -75%;
}

.-translate-y-full {
  --tw-translate-y: -100%;
}

.hover\:translate-x-0:hover {
  --tw-translate-x: 0px;
}

.hover\:translate-x-1:hover {
  --tw-translate-x: 0.25rem;
}

.hover\:translate-x-2:hover {
  --tw-translate-x: 0.5rem;
}

.hover\:translate-x-3:hover {
  --tw-translate-x: 0.75rem;
}

.hover\:translate-x-4:hover {
  --tw-translate-x: 1rem;
}

.hover\:translate-x-5:hover {
  --tw-translate-x: 1.25rem;
}

.hover\:translate-x-6:hover {
  --tw-translate-x: 1.5rem;
}

.hover\:translate-x-7:hover {
  --tw-translate-x: 1.75rem;
}

.hover\:translate-x-8:hover {
  --tw-translate-x: 2rem;
}

.hover\:translate-x-9:hover {
  --tw-translate-x: 2.25rem;
}

.hover\:translate-x-10:hover {
  --tw-translate-x: 2.5rem;
}

.hover\:translate-x-11:hover {
  --tw-translate-x: 2.75rem;
}

.hover\:translate-x-12:hover {
  --tw-translate-x: 3rem;
}

.hover\:translate-x-14:hover {
  --tw-translate-x: 3.5rem;
}

.hover\:translate-x-16:hover {
  --tw-translate-x: 4rem;
}

.hover\:translate-x-20:hover {
  --tw-translate-x: 5rem;
}

.hover\:translate-x-24:hover {
  --tw-translate-x: 6rem;
}

.hover\:translate-x-28:hover {
  --tw-translate-x: 7rem;
}

.hover\:translate-x-32:hover {
  --tw-translate-x: 8rem;
}

.hover\:translate-x-36:hover {
  --tw-translate-x: 9rem;
}

.hover\:translate-x-40:hover {
  --tw-translate-x: 10rem;
}

.hover\:translate-x-44:hover {
  --tw-translate-x: 11rem;
}

.hover\:translate-x-48:hover {
  --tw-translate-x: 12rem;
}

.hover\:translate-x-52:hover {
  --tw-translate-x: 13rem;
}

.hover\:translate-x-56:hover {
  --tw-translate-x: 14rem;
}

.hover\:translate-x-60:hover {
  --tw-translate-x: 15rem;
}

.hover\:translate-x-64:hover {
  --tw-translate-x: 16rem;
}

.hover\:translate-x-72:hover {
  --tw-translate-x: 18rem;
}

.hover\:translate-x-80:hover {
  --tw-translate-x: 20rem;
}

.hover\:translate-x-96:hover {
  --tw-translate-x: 24rem;
}

.hover\:translate-x-px:hover {
  --tw-translate-x: 1px;
}

.hover\:translate-x-0\.5:hover {
  --tw-translate-x: 0.125rem;
}

.hover\:translate-x-1\.5:hover {
  --tw-translate-x: 0.375rem;
}

.hover\:translate-x-2\.5:hover {
  --tw-translate-x: 0.625rem;
}

.hover\:translate-x-3\.5:hover {
  --tw-translate-x: 0.875rem;
}

.hover\:-translate-x-0:hover {
  --tw-translate-x: 0px;
}

.hover\:-translate-x-1:hover {
  --tw-translate-x: -0.25rem;
}

.hover\:-translate-x-2:hover {
  --tw-translate-x: -0.5rem;
}

.hover\:-translate-x-3:hover {
  --tw-translate-x: -0.75rem;
}

.hover\:-translate-x-4:hover {
  --tw-translate-x: -1rem;
}

.hover\:-translate-x-5:hover {
  --tw-translate-x: -1.25rem;
}

.hover\:-translate-x-6:hover {
  --tw-translate-x: -1.5rem;
}

.hover\:-translate-x-7:hover {
  --tw-translate-x: -1.75rem;
}

.hover\:-translate-x-8:hover {
  --tw-translate-x: -2rem;
}

.hover\:-translate-x-9:hover {
  --tw-translate-x: -2.25rem;
}

.hover\:-translate-x-10:hover {
  --tw-translate-x: -2.5rem;
}

.hover\:-translate-x-11:hover {
  --tw-translate-x: -2.75rem;
}

.hover\:-translate-x-12:hover {
  --tw-translate-x: -3rem;
}

.hover\:-translate-x-14:hover {
  --tw-translate-x: -3.5rem;
}

.hover\:-translate-x-16:hover {
  --tw-translate-x: -4rem;
}

.hover\:-translate-x-20:hover {
  --tw-translate-x: -5rem;
}

.hover\:-translate-x-24:hover {
  --tw-translate-x: -6rem;
}

.hover\:-translate-x-28:hover {
  --tw-translate-x: -7rem;
}

.hover\:-translate-x-32:hover {
  --tw-translate-x: -8rem;
}

.hover\:-translate-x-36:hover {
  --tw-translate-x: -9rem;
}

.hover\:-translate-x-40:hover {
  --tw-translate-x: -10rem;
}

.hover\:-translate-x-44:hover {
  --tw-translate-x: -11rem;
}

.hover\:-translate-x-48:hover {
  --tw-translate-x: -12rem;
}

.hover\:-translate-x-52:hover {
  --tw-translate-x: -13rem;
}

.hover\:-translate-x-56:hover {
  --tw-translate-x: -14rem;
}

.hover\:-translate-x-60:hover {
  --tw-translate-x: -15rem;
}

.hover\:-translate-x-64:hover {
  --tw-translate-x: -16rem;
}

.hover\:-translate-x-72:hover {
  --tw-translate-x: -18rem;
}

.hover\:-translate-x-80:hover {
  --tw-translate-x: -20rem;
}

.hover\:-translate-x-96:hover {
  --tw-translate-x: -24rem;
}

.hover\:-translate-x-px:hover {
  --tw-translate-x: -1px;
}

.hover\:-translate-x-0\.5:hover {
  --tw-translate-x: -0.125rem;
}

.hover\:-translate-x-1\.5:hover {
  --tw-translate-x: -0.375rem;
}

.hover\:-translate-x-2\.5:hover {
  --tw-translate-x: -0.625rem;
}

.hover\:-translate-x-3\.5:hover {
  --tw-translate-x: -0.875rem;
}

.hover\:translate-x-1\/2:hover {
  --tw-translate-x: 50%;
}

.hover\:translate-x-1\/3:hover {
  --tw-translate-x: 33.333333%;
}

.hover\:translate-x-2\/3:hover {
  --tw-translate-x: 66.666667%;
}

.hover\:translate-x-1\/4:hover {
  --tw-translate-x: 25%;
}

.hover\:translate-x-2\/4:hover {
  --tw-translate-x: 50%;
}

.hover\:translate-x-3\/4:hover {
  --tw-translate-x: 75%;
}

.hover\:translate-x-full:hover {
  --tw-translate-x: 100%;
}

.hover\:-translate-x-1\/2:hover {
  --tw-translate-x: -50%;
}

.hover\:-translate-x-1\/3:hover {
  --tw-translate-x: -33.333333%;
}

.hover\:-translate-x-2\/3:hover {
  --tw-translate-x: -66.666667%;
}

.hover\:-translate-x-1\/4:hover {
  --tw-translate-x: -25%;
}

.hover\:-translate-x-2\/4:hover {
  --tw-translate-x: -50%;
}

.hover\:-translate-x-3\/4:hover {
  --tw-translate-x: -75%;
}

.hover\:-translate-x-full:hover {
  --tw-translate-x: -100%;
}

.hover\:translate-y-0:hover {
  --tw-translate-y: 0px;
}

.hover\:translate-y-1:hover {
  --tw-translate-y: 0.25rem;
}

.hover\:translate-y-2:hover {
  --tw-translate-y: 0.5rem;
}

.hover\:translate-y-3:hover {
  --tw-translate-y: 0.75rem;
}

.hover\:translate-y-4:hover {
  --tw-translate-y: 1rem;
}

.hover\:translate-y-5:hover {
  --tw-translate-y: 1.25rem;
}

.hover\:translate-y-6:hover {
  --tw-translate-y: 1.5rem;
}

.hover\:translate-y-7:hover {
  --tw-translate-y: 1.75rem;
}

.hover\:translate-y-8:hover {
  --tw-translate-y: 2rem;
}

.hover\:translate-y-9:hover {
  --tw-translate-y: 2.25rem;
}

.hover\:translate-y-10:hover {
  --tw-translate-y: 2.5rem;
}

.hover\:translate-y-11:hover {
  --tw-translate-y: 2.75rem;
}

.hover\:translate-y-12:hover {
  --tw-translate-y: 3rem;
}

.hover\:translate-y-14:hover {
  --tw-translate-y: 3.5rem;
}

.hover\:translate-y-16:hover {
  --tw-translate-y: 4rem;
}

.hover\:translate-y-20:hover {
  --tw-translate-y: 5rem;
}

.hover\:translate-y-24:hover {
  --tw-translate-y: 6rem;
}

.hover\:translate-y-28:hover {
  --tw-translate-y: 7rem;
}

.hover\:translate-y-32:hover {
  --tw-translate-y: 8rem;
}

.hover\:translate-y-36:hover {
  --tw-translate-y: 9rem;
}

.hover\:translate-y-40:hover {
  --tw-translate-y: 10rem;
}

.hover\:translate-y-44:hover {
  --tw-translate-y: 11rem;
}

.hover\:translate-y-48:hover {
  --tw-translate-y: 12rem;
}

.hover\:translate-y-52:hover {
  --tw-translate-y: 13rem;
}

.hover\:translate-y-56:hover {
  --tw-translate-y: 14rem;
}

.hover\:translate-y-60:hover {
  --tw-translate-y: 15rem;
}

.hover\:translate-y-64:hover {
  --tw-translate-y: 16rem;
}

.hover\:translate-y-72:hover {
  --tw-translate-y: 18rem;
}

.hover\:translate-y-80:hover {
  --tw-translate-y: 20rem;
}

.hover\:translate-y-96:hover {
  --tw-translate-y: 24rem;
}

.hover\:translate-y-px:hover {
  --tw-translate-y: 1px;
}

.hover\:translate-y-0\.5:hover {
  --tw-translate-y: 0.125rem;
}

.hover\:translate-y-1\.5:hover {
  --tw-translate-y: 0.375rem;
}

.hover\:translate-y-2\.5:hover {
  --tw-translate-y: 0.625rem;
}

.hover\:translate-y-3\.5:hover {
  --tw-translate-y: 0.875rem;
}

.hover\:-translate-y-0:hover {
  --tw-translate-y: 0px;
}

.hover\:-translate-y-1:hover {
  --tw-translate-y: -0.25rem;
}

.hover\:-translate-y-2:hover {
  --tw-translate-y: -0.5rem;
}

.hover\:-translate-y-3:hover {
  --tw-translate-y: -0.75rem;
}

.hover\:-translate-y-4:hover {
  --tw-translate-y: -1rem;
}

.hover\:-translate-y-5:hover {
  --tw-translate-y: -1.25rem;
}

.hover\:-translate-y-6:hover {
  --tw-translate-y: -1.5rem;
}

.hover\:-translate-y-7:hover {
  --tw-translate-y: -1.75rem;
}

.hover\:-translate-y-8:hover {
  --tw-translate-y: -2rem;
}

.hover\:-translate-y-9:hover {
  --tw-translate-y: -2.25rem;
}

.hover\:-translate-y-10:hover {
  --tw-translate-y: -2.5rem;
}

.hover\:-translate-y-11:hover {
  --tw-translate-y: -2.75rem;
}

.hover\:-translate-y-12:hover {
  --tw-translate-y: -3rem;
}

.hover\:-translate-y-14:hover {
  --tw-translate-y: -3.5rem;
}

.hover\:-translate-y-16:hover {
  --tw-translate-y: -4rem;
}

.hover\:-translate-y-20:hover {
  --tw-translate-y: -5rem;
}

.hover\:-translate-y-24:hover {
  --tw-translate-y: -6rem;
}

.hover\:-translate-y-28:hover {
  --tw-translate-y: -7rem;
}

.hover\:-translate-y-32:hover {
  --tw-translate-y: -8rem;
}

.hover\:-translate-y-36:hover {
  --tw-translate-y: -9rem;
}

.hover\:-translate-y-40:hover {
  --tw-translate-y: -10rem;
}

.hover\:-translate-y-44:hover {
  --tw-translate-y: -11rem;
}

.hover\:-translate-y-48:hover {
  --tw-translate-y: -12rem;
}

.hover\:-translate-y-52:hover {
  --tw-translate-y: -13rem;
}

.hover\:-translate-y-56:hover {
  --tw-translate-y: -14rem;
}

.hover\:-translate-y-60:hover {
  --tw-translate-y: -15rem;
}

.hover\:-translate-y-64:hover {
  --tw-translate-y: -16rem;
}

.hover\:-translate-y-72:hover {
  --tw-translate-y: -18rem;
}

.hover\:-translate-y-80:hover {
  --tw-translate-y: -20rem;
}

.hover\:-translate-y-96:hover {
  --tw-translate-y: -24rem;
}

.hover\:-translate-y-px:hover {
  --tw-translate-y: -1px;
}

.hover\:-translate-y-0\.5:hover {
  --tw-translate-y: -0.125rem;
}

.hover\:-translate-y-1\.5:hover {
  --tw-translate-y: -0.375rem;
}

.hover\:-translate-y-2\.5:hover {
  --tw-translate-y: -0.625rem;
}

.hover\:-translate-y-3\.5:hover {
  --tw-translate-y: -0.875rem;
}

.hover\:translate-y-1\/2:hover {
  --tw-translate-y: 50%;
}

.hover\:translate-y-1\/3:hover {
  --tw-translate-y: 33.333333%;
}

.hover\:translate-y-2\/3:hover {
  --tw-translate-y: 66.666667%;
}

.hover\:translate-y-1\/4:hover {
  --tw-translate-y: 25%;
}

.hover\:translate-y-2\/4:hover {
  --tw-translate-y: 50%;
}

.hover\:translate-y-3\/4:hover {
  --tw-translate-y: 75%;
}

.hover\:translate-y-full:hover {
  --tw-translate-y: 100%;
}

.hover\:-translate-y-1\/2:hover {
  --tw-translate-y: -50%;
}

.hover\:-translate-y-1\/3:hover {
  --tw-translate-y: -33.333333%;
}

.hover\:-translate-y-2\/3:hover {
  --tw-translate-y: -66.666667%;
}

.hover\:-translate-y-1\/4:hover {
  --tw-translate-y: -25%;
}

.hover\:-translate-y-2\/4:hover {
  --tw-translate-y: -50%;
}

.hover\:-translate-y-3\/4:hover {
  --tw-translate-y: -75%;
}

.hover\:-translate-y-full:hover {
  --tw-translate-y: -100%;
}

.focus\:translate-x-0:focus {
  --tw-translate-x: 0px;
}

.focus\:translate-x-1:focus {
  --tw-translate-x: 0.25rem;
}

.focus\:translate-x-2:focus {
  --tw-translate-x: 0.5rem;
}

.focus\:translate-x-3:focus {
  --tw-translate-x: 0.75rem;
}

.focus\:translate-x-4:focus {
  --tw-translate-x: 1rem;
}

.focus\:translate-x-5:focus {
  --tw-translate-x: 1.25rem;
}

.focus\:translate-x-6:focus {
  --tw-translate-x: 1.5rem;
}

.focus\:translate-x-7:focus {
  --tw-translate-x: 1.75rem;
}

.focus\:translate-x-8:focus {
  --tw-translate-x: 2rem;
}

.focus\:translate-x-9:focus {
  --tw-translate-x: 2.25rem;
}

.focus\:translate-x-10:focus {
  --tw-translate-x: 2.5rem;
}

.focus\:translate-x-11:focus {
  --tw-translate-x: 2.75rem;
}

.focus\:translate-x-12:focus {
  --tw-translate-x: 3rem;
}

.focus\:translate-x-14:focus {
  --tw-translate-x: 3.5rem;
}

.focus\:translate-x-16:focus {
  --tw-translate-x: 4rem;
}

.focus\:translate-x-20:focus {
  --tw-translate-x: 5rem;
}

.focus\:translate-x-24:focus {
  --tw-translate-x: 6rem;
}

.focus\:translate-x-28:focus {
  --tw-translate-x: 7rem;
}

.focus\:translate-x-32:focus {
  --tw-translate-x: 8rem;
}

.focus\:translate-x-36:focus {
  --tw-translate-x: 9rem;
}

.focus\:translate-x-40:focus {
  --tw-translate-x: 10rem;
}

.focus\:translate-x-44:focus {
  --tw-translate-x: 11rem;
}

.focus\:translate-x-48:focus {
  --tw-translate-x: 12rem;
}

.focus\:translate-x-52:focus {
  --tw-translate-x: 13rem;
}

.focus\:translate-x-56:focus {
  --tw-translate-x: 14rem;
}

.focus\:translate-x-60:focus {
  --tw-translate-x: 15rem;
}

.focus\:translate-x-64:focus {
  --tw-translate-x: 16rem;
}

.focus\:translate-x-72:focus {
  --tw-translate-x: 18rem;
}

.focus\:translate-x-80:focus {
  --tw-translate-x: 20rem;
}

.focus\:translate-x-96:focus {
  --tw-translate-x: 24rem;
}

.focus\:translate-x-px:focus {
  --tw-translate-x: 1px;
}

.focus\:translate-x-0\.5:focus {
  --tw-translate-x: 0.125rem;
}

.focus\:translate-x-1\.5:focus {
  --tw-translate-x: 0.375rem;
}

.focus\:translate-x-2\.5:focus {
  --tw-translate-x: 0.625rem;
}

.focus\:translate-x-3\.5:focus {
  --tw-translate-x: 0.875rem;
}

.focus\:-translate-x-0:focus {
  --tw-translate-x: 0px;
}

.focus\:-translate-x-1:focus {
  --tw-translate-x: -0.25rem;
}

.focus\:-translate-x-2:focus {
  --tw-translate-x: -0.5rem;
}

.focus\:-translate-x-3:focus {
  --tw-translate-x: -0.75rem;
}

.focus\:-translate-x-4:focus {
  --tw-translate-x: -1rem;
}

.focus\:-translate-x-5:focus {
  --tw-translate-x: -1.25rem;
}

.focus\:-translate-x-6:focus {
  --tw-translate-x: -1.5rem;
}

.focus\:-translate-x-7:focus {
  --tw-translate-x: -1.75rem;
}

.focus\:-translate-x-8:focus {
  --tw-translate-x: -2rem;
}

.focus\:-translate-x-9:focus {
  --tw-translate-x: -2.25rem;
}

.focus\:-translate-x-10:focus {
  --tw-translate-x: -2.5rem;
}

.focus\:-translate-x-11:focus {
  --tw-translate-x: -2.75rem;
}

.focus\:-translate-x-12:focus {
  --tw-translate-x: -3rem;
}

.focus\:-translate-x-14:focus {
  --tw-translate-x: -3.5rem;
}

.focus\:-translate-x-16:focus {
  --tw-translate-x: -4rem;
}

.focus\:-translate-x-20:focus {
  --tw-translate-x: -5rem;
}

.focus\:-translate-x-24:focus {
  --tw-translate-x: -6rem;
}

.focus\:-translate-x-28:focus {
  --tw-translate-x: -7rem;
}

.focus\:-translate-x-32:focus {
  --tw-translate-x: -8rem;
}

.focus\:-translate-x-36:focus {
  --tw-translate-x: -9rem;
}

.focus\:-translate-x-40:focus {
  --tw-translate-x: -10rem;
}

.focus\:-translate-x-44:focus {
  --tw-translate-x: -11rem;
}

.focus\:-translate-x-48:focus {
  --tw-translate-x: -12rem;
}

.focus\:-translate-x-52:focus {
  --tw-translate-x: -13rem;
}

.focus\:-translate-x-56:focus {
  --tw-translate-x: -14rem;
}

.focus\:-translate-x-60:focus {
  --tw-translate-x: -15rem;
}

.focus\:-translate-x-64:focus {
  --tw-translate-x: -16rem;
}

.focus\:-translate-x-72:focus {
  --tw-translate-x: -18rem;
}

.focus\:-translate-x-80:focus {
  --tw-translate-x: -20rem;
}

.focus\:-translate-x-96:focus {
  --tw-translate-x: -24rem;
}

.focus\:-translate-x-px:focus {
  --tw-translate-x: -1px;
}

.focus\:-translate-x-0\.5:focus {
  --tw-translate-x: -0.125rem;
}

.focus\:-translate-x-1\.5:focus {
  --tw-translate-x: -0.375rem;
}

.focus\:-translate-x-2\.5:focus {
  --tw-translate-x: -0.625rem;
}

.focus\:-translate-x-3\.5:focus {
  --tw-translate-x: -0.875rem;
}

.focus\:translate-x-1\/2:focus {
  --tw-translate-x: 50%;
}

.focus\:translate-x-1\/3:focus {
  --tw-translate-x: 33.333333%;
}

.focus\:translate-x-2\/3:focus {
  --tw-translate-x: 66.666667%;
}

.focus\:translate-x-1\/4:focus {
  --tw-translate-x: 25%;
}

.focus\:translate-x-2\/4:focus {
  --tw-translate-x: 50%;
}

.focus\:translate-x-3\/4:focus {
  --tw-translate-x: 75%;
}

.focus\:translate-x-full:focus {
  --tw-translate-x: 100%;
}

.focus\:-translate-x-1\/2:focus {
  --tw-translate-x: -50%;
}

.focus\:-translate-x-1\/3:focus {
  --tw-translate-x: -33.333333%;
}

.focus\:-translate-x-2\/3:focus {
  --tw-translate-x: -66.666667%;
}

.focus\:-translate-x-1\/4:focus {
  --tw-translate-x: -25%;
}

.focus\:-translate-x-2\/4:focus {
  --tw-translate-x: -50%;
}

.focus\:-translate-x-3\/4:focus {
  --tw-translate-x: -75%;
}

.focus\:-translate-x-full:focus {
  --tw-translate-x: -100%;
}

.focus\:translate-y-0:focus {
  --tw-translate-y: 0px;
}

.focus\:translate-y-1:focus {
  --tw-translate-y: 0.25rem;
}

.focus\:translate-y-2:focus {
  --tw-translate-y: 0.5rem;
}

.focus\:translate-y-3:focus {
  --tw-translate-y: 0.75rem;
}

.focus\:translate-y-4:focus {
  --tw-translate-y: 1rem;
}

.focus\:translate-y-5:focus {
  --tw-translate-y: 1.25rem;
}

.focus\:translate-y-6:focus {
  --tw-translate-y: 1.5rem;
}

.focus\:translate-y-7:focus {
  --tw-translate-y: 1.75rem;
}

.focus\:translate-y-8:focus {
  --tw-translate-y: 2rem;
}

.focus\:translate-y-9:focus {
  --tw-translate-y: 2.25rem;
}

.focus\:translate-y-10:focus {
  --tw-translate-y: 2.5rem;
}

.focus\:translate-y-11:focus {
  --tw-translate-y: 2.75rem;
}

.focus\:translate-y-12:focus {
  --tw-translate-y: 3rem;
}

.focus\:translate-y-14:focus {
  --tw-translate-y: 3.5rem;
}

.focus\:translate-y-16:focus {
  --tw-translate-y: 4rem;
}

.focus\:translate-y-20:focus {
  --tw-translate-y: 5rem;
}

.focus\:translate-y-24:focus {
  --tw-translate-y: 6rem;
}

.focus\:translate-y-28:focus {
  --tw-translate-y: 7rem;
}

.focus\:translate-y-32:focus {
  --tw-translate-y: 8rem;
}

.focus\:translate-y-36:focus {
  --tw-translate-y: 9rem;
}

.focus\:translate-y-40:focus {
  --tw-translate-y: 10rem;
}

.focus\:translate-y-44:focus {
  --tw-translate-y: 11rem;
}

.focus\:translate-y-48:focus {
  --tw-translate-y: 12rem;
}

.focus\:translate-y-52:focus {
  --tw-translate-y: 13rem;
}

.focus\:translate-y-56:focus {
  --tw-translate-y: 14rem;
}

.focus\:translate-y-60:focus {
  --tw-translate-y: 15rem;
}

.focus\:translate-y-64:focus {
  --tw-translate-y: 16rem;
}

.focus\:translate-y-72:focus {
  --tw-translate-y: 18rem;
}

.focus\:translate-y-80:focus {
  --tw-translate-y: 20rem;
}

.focus\:translate-y-96:focus {
  --tw-translate-y: 24rem;
}

.focus\:translate-y-px:focus {
  --tw-translate-y: 1px;
}

.focus\:translate-y-0\.5:focus {
  --tw-translate-y: 0.125rem;
}

.focus\:translate-y-1\.5:focus {
  --tw-translate-y: 0.375rem;
}

.focus\:translate-y-2\.5:focus {
  --tw-translate-y: 0.625rem;
}

.focus\:translate-y-3\.5:focus {
  --tw-translate-y: 0.875rem;
}

.focus\:-translate-y-0:focus {
  --tw-translate-y: 0px;
}

.focus\:-translate-y-1:focus {
  --tw-translate-y: -0.25rem;
}

.focus\:-translate-y-2:focus {
  --tw-translate-y: -0.5rem;
}

.focus\:-translate-y-3:focus {
  --tw-translate-y: -0.75rem;
}

.focus\:-translate-y-4:focus {
  --tw-translate-y: -1rem;
}

.focus\:-translate-y-5:focus {
  --tw-translate-y: -1.25rem;
}

.focus\:-translate-y-6:focus {
  --tw-translate-y: -1.5rem;
}

.focus\:-translate-y-7:focus {
  --tw-translate-y: -1.75rem;
}

.focus\:-translate-y-8:focus {
  --tw-translate-y: -2rem;
}

.focus\:-translate-y-9:focus {
  --tw-translate-y: -2.25rem;
}

.focus\:-translate-y-10:focus {
  --tw-translate-y: -2.5rem;
}

.focus\:-translate-y-11:focus {
  --tw-translate-y: -2.75rem;
}

.focus\:-translate-y-12:focus {
  --tw-translate-y: -3rem;
}

.focus\:-translate-y-14:focus {
  --tw-translate-y: -3.5rem;
}

.focus\:-translate-y-16:focus {
  --tw-translate-y: -4rem;
}

.focus\:-translate-y-20:focus {
  --tw-translate-y: -5rem;
}

.focus\:-translate-y-24:focus {
  --tw-translate-y: -6rem;
}

.focus\:-translate-y-28:focus {
  --tw-translate-y: -7rem;
}

.focus\:-translate-y-32:focus {
  --tw-translate-y: -8rem;
}

.focus\:-translate-y-36:focus {
  --tw-translate-y: -9rem;
}

.focus\:-translate-y-40:focus {
  --tw-translate-y: -10rem;
}

.focus\:-translate-y-44:focus {
  --tw-translate-y: -11rem;
}

.focus\:-translate-y-48:focus {
  --tw-translate-y: -12rem;
}

.focus\:-translate-y-52:focus {
  --tw-translate-y: -13rem;
}

.focus\:-translate-y-56:focus {
  --tw-translate-y: -14rem;
}

.focus\:-translate-y-60:focus {
  --tw-translate-y: -15rem;
}

.focus\:-translate-y-64:focus {
  --tw-translate-y: -16rem;
}

.focus\:-translate-y-72:focus {
  --tw-translate-y: -18rem;
}

.focus\:-translate-y-80:focus {
  --tw-translate-y: -20rem;
}

.focus\:-translate-y-96:focus {
  --tw-translate-y: -24rem;
}

.focus\:-translate-y-px:focus {
  --tw-translate-y: -1px;
}

.focus\:-translate-y-0\.5:focus {
  --tw-translate-y: -0.125rem;
}

.focus\:-translate-y-1\.5:focus {
  --tw-translate-y: -0.375rem;
}

.focus\:-translate-y-2\.5:focus {
  --tw-translate-y: -0.625rem;
}

.focus\:-translate-y-3\.5:focus {
  --tw-translate-y: -0.875rem;
}

.focus\:translate-y-1\/2:focus {
  --tw-translate-y: 50%;
}

.focus\:translate-y-1\/3:focus {
  --tw-translate-y: 33.333333%;
}

.focus\:translate-y-2\/3:focus {
  --tw-translate-y: 66.666667%;
}

.focus\:translate-y-1\/4:focus {
  --tw-translate-y: 25%;
}

.focus\:translate-y-2\/4:focus {
  --tw-translate-y: 50%;
}

.focus\:translate-y-3\/4:focus {
  --tw-translate-y: 75%;
}

.focus\:translate-y-full:focus {
  --tw-translate-y: 100%;
}

.focus\:-translate-y-1\/2:focus {
  --tw-translate-y: -50%;
}

.focus\:-translate-y-1\/3:focus {
  --tw-translate-y: -33.333333%;
}

.focus\:-translate-y-2\/3:focus {
  --tw-translate-y: -66.666667%;
}

.focus\:-translate-y-1\/4:focus {
  --tw-translate-y: -25%;
}

.focus\:-translate-y-2\/4:focus {
  --tw-translate-y: -50%;
}

.focus\:-translate-y-3\/4:focus {
  --tw-translate-y: -75%;
}

.focus\:-translate-y-full:focus {
  --tw-translate-y: -100%;
}

.rotate-0 {
  --tw-rotate: 0deg;
}

.rotate-1 {
  --tw-rotate: 1deg;
}

.rotate-2 {
  --tw-rotate: 2deg;
}

.rotate-3 {
  --tw-rotate: 3deg;
}

.rotate-6 {
  --tw-rotate: 6deg;
}

.rotate-12 {
  --tw-rotate: 12deg;
}

.rotate-45 {
  --tw-rotate: 45deg;
}

.rotate-90 {
  --tw-rotate: 90deg;
}

.rotate-180 {
  --tw-rotate: 180deg;
}

.-rotate-180 {
  --tw-rotate: -180deg;
}

.-rotate-90 {
  --tw-rotate: -90deg;
}

.-rotate-45 {
  --tw-rotate: -45deg;
}

.-rotate-12 {
  --tw-rotate: -12deg;
}

.-rotate-6 {
  --tw-rotate: -6deg;
}

.-rotate-3 {
  --tw-rotate: -3deg;
}

.-rotate-2 {
  --tw-rotate: -2deg;
}

.-rotate-1 {
  --tw-rotate: -1deg;
}

.-rotate-5 {
  --tw-rotate: -5deg;
}

.active\:rotate-0:active {
  --tw-rotate: 0deg;
}

.active\:rotate-1:active {
  --tw-rotate: 1deg;
}

.active\:rotate-2:active {
  --tw-rotate: 2deg;
}

.active\:rotate-3:active {
  --tw-rotate: 3deg;
}

.active\:rotate-6:active {
  --tw-rotate: 6deg;
}

.active\:rotate-12:active {
  --tw-rotate: 12deg;
}

.active\:rotate-45:active {
  --tw-rotate: 45deg;
}

.active\:rotate-90:active {
  --tw-rotate: 90deg;
}

.active\:rotate-180:active {
  --tw-rotate: 180deg;
}

.active\:-rotate-180:active {
  --tw-rotate: -180deg;
}

.active\:-rotate-90:active {
  --tw-rotate: -90deg;
}

.active\:-rotate-45:active {
  --tw-rotate: -45deg;
}

.active\:-rotate-12:active {
  --tw-rotate: -12deg;
}

.active\:-rotate-6:active {
  --tw-rotate: -6deg;
}

.active\:-rotate-3:active {
  --tw-rotate: -3deg;
}

.active\:-rotate-2:active {
  --tw-rotate: -2deg;
}

.active\:-rotate-1:active {
  --tw-rotate: -1deg;
}

.active\:-rotate-5:active {
  --tw-rotate: -5deg;
}

.skew-x-0 {
  --tw-skew-x: 0deg;
}

.skew-x-1 {
  --tw-skew-x: 1deg;
}

.skew-x-2 {
  --tw-skew-x: 2deg;
}

.skew-x-3 {
  --tw-skew-x: 3deg;
}

.skew-x-6 {
  --tw-skew-x: 6deg;
}

.skew-x-12 {
  --tw-skew-x: 12deg;
}

.-skew-x-12 {
  --tw-skew-x: -12deg;
}

.-skew-x-6 {
  --tw-skew-x: -6deg;
}

.-skew-x-3 {
  --tw-skew-x: -3deg;
}

.-skew-x-2 {
  --tw-skew-x: -2deg;
}

.-skew-x-1 {
  --tw-skew-x: -1deg;
}

.skew-y-0 {
  --tw-skew-y: 0deg;
}

.skew-y-1 {
  --tw-skew-y: 1deg;
}

.skew-y-2 {
  --tw-skew-y: 2deg;
}

.skew-y-3 {
  --tw-skew-y: 3deg;
}

.skew-y-6 {
  --tw-skew-y: 6deg;
}

.skew-y-12 {
  --tw-skew-y: 12deg;
}

.-skew-y-12 {
  --tw-skew-y: -12deg;
}

.-skew-y-6 {
  --tw-skew-y: -6deg;
}

.-skew-y-3 {
  --tw-skew-y: -3deg;
}

.-skew-y-2 {
  --tw-skew-y: -2deg;
}

.-skew-y-1 {
  --tw-skew-y: -1deg;
}

.hover\:skew-x-0:hover {
  --tw-skew-x: 0deg;
}

.hover\:skew-x-1:hover {
  --tw-skew-x: 1deg;
}

.hover\:skew-x-2:hover {
  --tw-skew-x: 2deg;
}

.hover\:skew-x-3:hover {
  --tw-skew-x: 3deg;
}

.hover\:skew-x-6:hover {
  --tw-skew-x: 6deg;
}

.hover\:skew-x-12:hover {
  --tw-skew-x: 12deg;
}

.hover\:-skew-x-12:hover {
  --tw-skew-x: -12deg;
}

.hover\:-skew-x-6:hover {
  --tw-skew-x: -6deg;
}

.hover\:-skew-x-3:hover {
  --tw-skew-x: -3deg;
}

.hover\:-skew-x-2:hover {
  --tw-skew-x: -2deg;
}

.hover\:-skew-x-1:hover {
  --tw-skew-x: -1deg;
}

.hover\:skew-y-0:hover {
  --tw-skew-y: 0deg;
}

.hover\:skew-y-1:hover {
  --tw-skew-y: 1deg;
}

.hover\:skew-y-2:hover {
  --tw-skew-y: 2deg;
}

.hover\:skew-y-3:hover {
  --tw-skew-y: 3deg;
}

.hover\:skew-y-6:hover {
  --tw-skew-y: 6deg;
}

.hover\:skew-y-12:hover {
  --tw-skew-y: 12deg;
}

.hover\:-skew-y-12:hover {
  --tw-skew-y: -12deg;
}

.hover\:-skew-y-6:hover {
  --tw-skew-y: -6deg;
}

.hover\:-skew-y-3:hover {
  --tw-skew-y: -3deg;
}

.hover\:-skew-y-2:hover {
  --tw-skew-y: -2deg;
}

.hover\:-skew-y-1:hover {
  --tw-skew-y: -1deg;
}

.focus\:skew-x-0:focus {
  --tw-skew-x: 0deg;
}

.focus\:skew-x-1:focus {
  --tw-skew-x: 1deg;
}

.focus\:skew-x-2:focus {
  --tw-skew-x: 2deg;
}

.focus\:skew-x-3:focus {
  --tw-skew-x: 3deg;
}

.focus\:skew-x-6:focus {
  --tw-skew-x: 6deg;
}

.focus\:skew-x-12:focus {
  --tw-skew-x: 12deg;
}

.focus\:-skew-x-12:focus {
  --tw-skew-x: -12deg;
}

.focus\:-skew-x-6:focus {
  --tw-skew-x: -6deg;
}

.focus\:-skew-x-3:focus {
  --tw-skew-x: -3deg;
}

.focus\:-skew-x-2:focus {
  --tw-skew-x: -2deg;
}

.focus\:-skew-x-1:focus {
  --tw-skew-x: -1deg;
}

.focus\:skew-y-0:focus {
  --tw-skew-y: 0deg;
}

.focus\:skew-y-1:focus {
  --tw-skew-y: 1deg;
}

.focus\:skew-y-2:focus {
  --tw-skew-y: 2deg;
}

.focus\:skew-y-3:focus {
  --tw-skew-y: 3deg;
}

.focus\:skew-y-6:focus {
  --tw-skew-y: 6deg;
}

.focus\:skew-y-12:focus {
  --tw-skew-y: 12deg;
}

.focus\:-skew-y-12:focus {
  --tw-skew-y: -12deg;
}

.focus\:-skew-y-6:focus {
  --tw-skew-y: -6deg;
}

.focus\:-skew-y-3:focus {
  --tw-skew-y: -3deg;
}

.focus\:-skew-y-2:focus {
  --tw-skew-y: -2deg;
}

.focus\:-skew-y-1:focus {
  --tw-skew-y: -1deg;
}

.scale-0 {
  --tw-scale-x: 0;
  --tw-scale-y: 0;
}

.scale-50 {
  --tw-scale-x: .5;
  --tw-scale-y: .5;
}

.scale-75 {
  --tw-scale-x: .75;
  --tw-scale-y: .75;
}

.scale-90 {
  --tw-scale-x: .9;
  --tw-scale-y: .9;
}

.scale-95 {
  --tw-scale-x: .95;
  --tw-scale-y: .95;
}

.scale-100 {
  --tw-scale-x: 1;
  --tw-scale-y: 1;
}

.scale-105 {
  --tw-scale-x: 1.05;
  --tw-scale-y: 1.05;
}

.scale-110 {
  --tw-scale-x: 1.1;
  --tw-scale-y: 1.1;
}

.scale-125 {
  --tw-scale-x: 1.25;
  --tw-scale-y: 1.25;
}

.scale-150 {
  --tw-scale-x: 1.5;
  --tw-scale-y: 1.5;
}

.hover\:scale-0:hover {
  --tw-scale-x: 0;
  --tw-scale-y: 0;
}

.hover\:scale-50:hover {
  --tw-scale-x: .5;
  --tw-scale-y: .5;
}

.hover\:scale-75:hover {
  --tw-scale-x: .75;
  --tw-scale-y: .75;
}

.hover\:scale-90:hover {
  --tw-scale-x: .9;
  --tw-scale-y: .9;
}

.hover\:scale-95:hover {
  --tw-scale-x: .95;
  --tw-scale-y: .95;
}

.hover\:scale-100:hover {
  --tw-scale-x: 1;
  --tw-scale-y: 1;
}

.hover\:scale-105:hover {
  --tw-scale-x: 1.05;
  --tw-scale-y: 1.05;
}

.hover\:scale-110:hover {
  --tw-scale-x: 1.1;
  --tw-scale-y: 1.1;
}

.hover\:scale-125:hover {
  --tw-scale-x: 1.25;
  --tw-scale-y: 1.25;
}

.hover\:scale-150:hover {
  --tw-scale-x: 1.5;
  --tw-scale-y: 1.5;
}

.focus\:scale-0:focus {
  --tw-scale-x: 0;
  --tw-scale-y: 0;
}

.focus\:scale-50:focus {
  --tw-scale-x: .5;
  --tw-scale-y: .5;
}

.focus\:scale-75:focus {
  --tw-scale-x: .75;
  --tw-scale-y: .75;
}

.focus\:scale-90:focus {
  --tw-scale-x: .9;
  --tw-scale-y: .9;
}

.focus\:scale-95:focus {
  --tw-scale-x: .95;
  --tw-scale-y: .95;
}

.focus\:scale-100:focus {
  --tw-scale-x: 1;
  --tw-scale-y: 1;
}

.focus\:scale-105:focus {
  --tw-scale-x: 1.05;
  --tw-scale-y: 1.05;
}

.focus\:scale-110:focus {
  --tw-scale-x: 1.1;
  --tw-scale-y: 1.1;
}

.focus\:scale-125:focus {
  --tw-scale-x: 1.25;
  --tw-scale-y: 1.25;
}

.focus\:scale-150:focus {
  --tw-scale-x: 1.5;
  --tw-scale-y: 1.5;
}

.active\:scale-0:active {
  --tw-scale-x: 0;
  --tw-scale-y: 0;
}

.active\:scale-50:active {
  --tw-scale-x: .5;
  --tw-scale-y: .5;
}

.active\:scale-75:active {
  --tw-scale-x: .75;
  --tw-scale-y: .75;
}

.active\:scale-90:active {
  --tw-scale-x: .9;
  --tw-scale-y: .9;
}

.active\:scale-95:active {
  --tw-scale-x: .95;
  --tw-scale-y: .95;
}

.active\:scale-100:active {
  --tw-scale-x: 1;
  --tw-scale-y: 1;
}

.active\:scale-105:active {
  --tw-scale-x: 1.05;
  --tw-scale-y: 1.05;
}

.active\:scale-110:active {
  --tw-scale-x: 1.1;
  --tw-scale-y: 1.1;
}

.active\:scale-125:active {
  --tw-scale-x: 1.25;
  --tw-scale-y: 1.25;
}

.active\:scale-150:active {
  --tw-scale-x: 1.5;
  --tw-scale-y: 1.5;
}

.scale-x-0 {
  --tw-scale-x: 0;
}

.scale-x-50 {
  --tw-scale-x: .5;
}

.scale-x-75 {
  --tw-scale-x: .75;
}

.scale-x-90 {
  --tw-scale-x: .9;
}

.scale-x-95 {
  --tw-scale-x: .95;
}

.scale-x-100 {
  --tw-scale-x: 1;
}

.scale-x-105 {
  --tw-scale-x: 1.05;
}

.scale-x-110 {
  --tw-scale-x: 1.1;
}

.scale-x-125 {
  --tw-scale-x: 1.25;
}

.scale-x-150 {
  --tw-scale-x: 1.5;
}

.scale-y-0 {
  --tw-scale-y: 0;
}

.scale-y-50 {
  --tw-scale-y: .5;
}

.scale-y-75 {
  --tw-scale-y: .75;
}

.scale-y-90 {
  --tw-scale-y: .9;
}

.scale-y-95 {
  --tw-scale-y: .95;
}

.scale-y-100 {
  --tw-scale-y: 1;
}

.scale-y-105 {
  --tw-scale-y: 1.05;
}

.scale-y-110 {
  --tw-scale-y: 1.1;
}

.scale-y-125 {
  --tw-scale-y: 1.25;
}

.scale-y-150 {
  --tw-scale-y: 1.5;
}

.hover\:scale-x-0:hover {
  --tw-scale-x: 0;
}

.hover\:scale-x-50:hover {
  --tw-scale-x: .5;
}

.hover\:scale-x-75:hover {
  --tw-scale-x: .75;
}

.hover\:scale-x-90:hover {
  --tw-scale-x: .9;
}

.hover\:scale-x-95:hover {
  --tw-scale-x: .95;
}

.hover\:scale-x-100:hover {
  --tw-scale-x: 1;
}

.hover\:scale-x-105:hover {
  --tw-scale-x: 1.05;
}

.hover\:scale-x-110:hover {
  --tw-scale-x: 1.1;
}

.hover\:scale-x-125:hover {
  --tw-scale-x: 1.25;
}

.hover\:scale-x-150:hover {
  --tw-scale-x: 1.5;
}

.hover\:scale-y-0:hover {
  --tw-scale-y: 0;
}

.hover\:scale-y-50:hover {
  --tw-scale-y: .5;
}

.hover\:scale-y-75:hover {
  --tw-scale-y: .75;
}

.hover\:scale-y-90:hover {
  --tw-scale-y: .9;
}

.hover\:scale-y-95:hover {
  --tw-scale-y: .95;
}

.hover\:scale-y-100:hover {
  --tw-scale-y: 1;
}

.hover\:scale-y-105:hover {
  --tw-scale-y: 1.05;
}

.hover\:scale-y-110:hover {
  --tw-scale-y: 1.1;
}

.hover\:scale-y-125:hover {
  --tw-scale-y: 1.25;
}

.hover\:scale-y-150:hover {
  --tw-scale-y: 1.5;
}

.focus\:scale-x-0:focus {
  --tw-scale-x: 0;
}

.focus\:scale-x-50:focus {
  --tw-scale-x: .5;
}

.focus\:scale-x-75:focus {
  --tw-scale-x: .75;
}

.focus\:scale-x-90:focus {
  --tw-scale-x: .9;
}

.focus\:scale-x-95:focus {
  --tw-scale-x: .95;
}

.focus\:scale-x-100:focus {
  --tw-scale-x: 1;
}

.focus\:scale-x-105:focus {
  --tw-scale-x: 1.05;
}

.focus\:scale-x-110:focus {
  --tw-scale-x: 1.1;
}

.focus\:scale-x-125:focus {
  --tw-scale-x: 1.25;
}

.focus\:scale-x-150:focus {
  --tw-scale-x: 1.5;
}

.focus\:scale-y-0:focus {
  --tw-scale-y: 0;
}

.focus\:scale-y-50:focus {
  --tw-scale-y: .5;
}

.focus\:scale-y-75:focus {
  --tw-scale-y: .75;
}

.focus\:scale-y-90:focus {
  --tw-scale-y: .9;
}

.focus\:scale-y-95:focus {
  --tw-scale-y: .95;
}

.focus\:scale-y-100:focus {
  --tw-scale-y: 1;
}

.focus\:scale-y-105:focus {
  --tw-scale-y: 1.05;
}

.focus\:scale-y-110:focus {
  --tw-scale-y: 1.1;
}

.focus\:scale-y-125:focus {
  --tw-scale-y: 1.25;
}

.focus\:scale-y-150:focus {
  --tw-scale-y: 1.5;
}

.active\:scale-x-0:active {
  --tw-scale-x: 0;
}

.active\:scale-x-50:active {
  --tw-scale-x: .5;
}

.active\:scale-x-75:active {
  --tw-scale-x: .75;
}

.active\:scale-x-90:active {
  --tw-scale-x: .9;
}

.active\:scale-x-95:active {
  --tw-scale-x: .95;
}

.active\:scale-x-100:active {
  --tw-scale-x: 1;
}

.active\:scale-x-105:active {
  --tw-scale-x: 1.05;
}

.active\:scale-x-110:active {
  --tw-scale-x: 1.1;
}

.active\:scale-x-125:active {
  --tw-scale-x: 1.25;
}

.active\:scale-x-150:active {
  --tw-scale-x: 1.5;
}

.active\:scale-y-0:active {
  --tw-scale-y: 0;
}

.active\:scale-y-50:active {
  --tw-scale-y: .5;
}

.active\:scale-y-75:active {
  --tw-scale-y: .75;
}

.active\:scale-y-90:active {
  --tw-scale-y: .9;
}

.active\:scale-y-95:active {
  --tw-scale-y: .95;
}

.active\:scale-y-100:active {
  --tw-scale-y: 1;
}

.active\:scale-y-105:active {
  --tw-scale-y: 1.05;
}

.active\:scale-y-110:active {
  --tw-scale-y: 1.1;
}

.active\:scale-y-125:active {
  --tw-scale-y: 1.25;
}

.active\:scale-y-150:active {
  --tw-scale-y: 1.5;
}

@-webkit-keyframes spin {
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes spin {
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@-webkit-keyframes ping {
  75%, 100% {
    -webkit-transform: scale(2);
            transform: scale(2);
    opacity: 0;
  }
}

@keyframes ping {
  75%, 100% {
    -webkit-transform: scale(2);
            transform: scale(2);
    opacity: 0;
  }
}

@-webkit-keyframes pulse {
  50% {
    opacity: .5;
  }
}

@keyframes pulse {
  50% {
    opacity: .5;
  }
}

@-webkit-keyframes bounce {
  0%, 100% {
    -webkit-transform: translateY(-25%);
            transform: translateY(-25%);
    -webkit-animation-timing-function: cubic-bezier(0.8,0,1,1);
            animation-timing-function: cubic-bezier(0.8,0,1,1);
  }

  50% {
    -webkit-transform: none;
            transform: none;
    -webkit-animation-timing-function: cubic-bezier(0,0,0.2,1);
            animation-timing-function: cubic-bezier(0,0,0.2,1);
  }
}

@keyframes bounce {
  0%, 100% {
    -webkit-transform: translateY(-25%);
            transform: translateY(-25%);
    -webkit-animation-timing-function: cubic-bezier(0.8,0,1,1);
            animation-timing-function: cubic-bezier(0.8,0,1,1);
  }

  50% {
    -webkit-transform: none;
            transform: none;
    -webkit-animation-timing-function: cubic-bezier(0,0,0.2,1);
            animation-timing-function: cubic-bezier(0,0,0.2,1);
  }
}

@-webkit-keyframes fade-in {
  0% {
    opacity: 0%;
  }

  100% {
    opacity: 100%;
  }
}

@keyframes fade-in {
  0% {
    opacity: 0%;
  }

  100% {
    opacity: 100%;
  }
}

.animate-none {
  -webkit-animation: none;
          animation: none;
}

.animate-spin {
  -webkit-animation: spin 1s linear infinite;
          animation: spin 1s linear infinite;
}

.animate-ping {
  -webkit-animation: ping 1s cubic-bezier(0, 0, 0.2, 1) infinite;
          animation: ping 1s cubic-bezier(0, 0, 0.2, 1) infinite;
}

.animate-pulse {
  -webkit-animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
          animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
}

.animate-bounce {
  -webkit-animation: bounce 1s infinite;
          animation: bounce 1s infinite;
}

.animate-fade-in {
  -webkit-animation: fade-in .25s linear;
          animation: fade-in .25s linear;
}

.cursor-auto {
  cursor: auto;
}

.cursor-default {
  cursor: default;
}

.cursor-pointer {
  cursor: pointer;
}

.cursor-wait {
  cursor: wait;
}

.cursor-text {
  cursor: text;
}

.cursor-move {
  cursor: move;
}

.cursor-help {
  cursor: help;
}

.cursor-not-allowed {
  cursor: not-allowed;
}

.cursor-col-resize {
  cursor: col-resize;
}

.cursor-copy {
  cursor: copy;
}

.disabled\:cursor-auto:disabled {
  cursor: auto;
}

.disabled\:cursor-default:disabled {
  cursor: default;
}

.disabled\:cursor-pointer:disabled {
  cursor: pointer;
}

.disabled\:cursor-wait:disabled {
  cursor: wait;
}

.disabled\:cursor-text:disabled {
  cursor: text;
}

.disabled\:cursor-move:disabled {
  cursor: move;
}

.disabled\:cursor-help:disabled {
  cursor: help;
}

.disabled\:cursor-not-allowed:disabled {
  cursor: not-allowed;
}

.disabled\:cursor-col-resize:disabled {
  cursor: col-resize;
}

.disabled\:cursor-copy:disabled {
  cursor: copy;
}

.select-none {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.select-text {
  -webkit-user-select: text;
     -moz-user-select: text;
      -ms-user-select: text;
          user-select: text;
}

.select-all {
  -webkit-user-select: all;
     -moz-user-select: all;
          user-select: all;
}

.select-auto {
  -webkit-user-select: auto;
     -moz-user-select: auto;
      -ms-user-select: auto;
          user-select: auto;
}

.resize-none {
  resize: none;
}

.resize-y {
  resize: vertical;
}

.resize-x {
  resize: horizontal;
}

.resize {
  resize: both;
}

.list-inside {
  list-style-position: inside;
}

.list-outside {
  list-style-position: outside;
}

.list-none {
  list-style-type: none;
}

.list-disc {
  list-style-type: disc;
}

.list-decimal {
  list-style-type: decimal;
}

.appearance-none {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

.auto-cols-auto {
  grid-auto-columns: auto;
}

.auto-cols-min {
  grid-auto-columns: -webkit-min-content;
  grid-auto-columns: min-content;
}

.auto-cols-max {
  grid-auto-columns: -webkit-max-content;
  grid-auto-columns: max-content;
}

.auto-cols-fr {
  grid-auto-columns: minmax(0, 1fr);
}

.grid-flow-row {
  grid-auto-flow: row;
}

.grid-flow-col {
  grid-auto-flow: column;
}

.grid-flow-row-dense {
  grid-auto-flow: row dense;
}

.grid-flow-col-dense {
  grid-auto-flow: column dense;
}

.auto-rows-auto {
  grid-auto-rows: auto;
}

.auto-rows-min {
  grid-auto-rows: -webkit-min-content;
  grid-auto-rows: min-content;
}

.auto-rows-max {
  grid-auto-rows: -webkit-max-content;
  grid-auto-rows: max-content;
}

.auto-rows-fr {
  grid-auto-rows: minmax(0, 1fr);
}

.grid-cols-1 {
  grid-template-columns: repeat(1, minmax(0, 1fr));
}

.grid-cols-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.grid-cols-3 {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.grid-cols-4 {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.grid-cols-5 {
  grid-template-columns: repeat(5, minmax(0, 1fr));
}

.grid-cols-6 {
  grid-template-columns: repeat(6, minmax(0, 1fr));
}

.grid-cols-7 {
  grid-template-columns: repeat(7, minmax(0, 1fr));
}

.grid-cols-8 {
  grid-template-columns: repeat(8, minmax(0, 1fr));
}

.grid-cols-9 {
  grid-template-columns: repeat(9, minmax(0, 1fr));
}

.grid-cols-10 {
  grid-template-columns: repeat(10, minmax(0, 1fr));
}

.grid-cols-11 {
  grid-template-columns: repeat(11, minmax(0, 1fr));
}

.grid-cols-12 {
  grid-template-columns: repeat(12, minmax(0, 1fr));
}

.grid-cols-none {
  grid-template-columns: none;
}

.grid-cols-centered-2\/3 {
  grid-template-columns: 2fr 8fr 2fr;
}

.grid-cols-auto-2 {
  grid-template-columns: auto auto;
}

.grid-cols-max-content-4 {
  grid-template-columns: repeat(4, minmax(-webkit-max-content, 1fr));
  grid-template-columns: repeat(4, minmax(max-content, 1fr));
}

.grid-cols-max-content-6 {
  grid-template-columns: repeat(6, minmax(-webkit-max-content, 1fr));
  grid-template-columns: repeat(6, minmax(max-content, 1fr));
}

.grid-rows-1 {
  grid-template-rows: repeat(1, minmax(0, 1fr));
}

.grid-rows-2 {
  grid-template-rows: repeat(2, minmax(0, 1fr));
}

.grid-rows-3 {
  grid-template-rows: repeat(3, minmax(0, 1fr));
}

.grid-rows-4 {
  grid-template-rows: repeat(4, minmax(0, 1fr));
}

.grid-rows-5 {
  grid-template-rows: repeat(5, minmax(0, 1fr));
}

.grid-rows-6 {
  grid-template-rows: repeat(6, minmax(0, 1fr));
}

.grid-rows-none {
  grid-template-rows: none;
}

.flex-row {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

.flex-row-reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.flex-col {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.flex-col-reverse {
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
}

.flex-wrap {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.flex-wrap-reverse {
  -ms-flex-wrap: wrap-reverse;
      flex-wrap: wrap-reverse;
}

.flex-nowrap {
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}

.place-content-center {
  place-content: center;
}

.place-content-start {
  place-content: start;
}

.place-content-end {
  place-content: end;
}

.place-content-between {
  place-content: space-between;
}

.place-content-around {
  place-content: space-around;
}

.place-content-evenly {
  place-content: space-evenly;
}

.place-content-stretch {
  place-content: stretch;
}

.place-items-start {
  place-items: start;
}

.place-items-end {
  place-items: end;
}

.place-items-center {
  place-items: center;
}

.place-items-stretch {
  place-items: stretch;
}

.content-center {
  -ms-flex-line-pack: center;
      align-content: center;
}

.content-start {
  -ms-flex-line-pack: start;
      align-content: flex-start;
}

.content-end {
  -ms-flex-line-pack: end;
      align-content: flex-end;
}

.content-between {
  -ms-flex-line-pack: justify;
      align-content: space-between;
}

.content-around {
  -ms-flex-line-pack: distribute;
      align-content: space-around;
}

.content-evenly {
  -ms-flex-line-pack: space-evenly;
      align-content: space-evenly;
}

.items-start {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.items-end {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.items-center {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.items-baseline {
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}

.items-stretch {
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}

.justify-start {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.justify-end {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.justify-center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.justify-between {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.justify-around {
  -ms-flex-pack: distribute;
      justify-content: space-around;
}

.justify-evenly {
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
}

.justify-items-start {
  justify-items: start;
}

.justify-items-end {
  justify-items: end;
}

.justify-items-center {
  justify-items: center;
}

.justify-items-stretch {
  justify-items: stretch;
}

.gap-0 {
  gap: 0px;
}

.gap-1 {
  gap: 0.25rem;
}

.gap-2 {
  gap: 0.5rem;
}

.gap-3 {
  gap: 0.75rem;
}

.gap-4 {
  gap: 1rem;
}

.gap-5 {
  gap: 1.25rem;
}

.gap-6 {
  gap: 1.5rem;
}

.gap-7 {
  gap: 1.75rem;
}

.gap-8 {
  gap: 2rem;
}

.gap-9 {
  gap: 2.25rem;
}

.gap-10 {
  gap: 2.5rem;
}

.gap-11 {
  gap: 2.75rem;
}

.gap-12 {
  gap: 3rem;
}

.gap-14 {
  gap: 3.5rem;
}

.gap-16 {
  gap: 4rem;
}

.gap-20 {
  gap: 5rem;
}

.gap-24 {
  gap: 6rem;
}

.gap-28 {
  gap: 7rem;
}

.gap-32 {
  gap: 8rem;
}

.gap-36 {
  gap: 9rem;
}

.gap-40 {
  gap: 10rem;
}

.gap-44 {
  gap: 11rem;
}

.gap-48 {
  gap: 12rem;
}

.gap-52 {
  gap: 13rem;
}

.gap-56 {
  gap: 14rem;
}

.gap-60 {
  gap: 15rem;
}

.gap-64 {
  gap: 16rem;
}

.gap-72 {
  gap: 18rem;
}

.gap-80 {
  gap: 20rem;
}

.gap-96 {
  gap: 24rem;
}

.gap-px {
  gap: 1px;
}

.gap-0\.5 {
  gap: 0.125rem;
}

.gap-1\.5 {
  gap: 0.375rem;
}

.gap-2\.5 {
  gap: 0.625rem;
}

.gap-3\.5 {
  gap: 0.875rem;
}

.gap-x-0 {
  -webkit-column-gap: 0px;
     -moz-column-gap: 0px;
          column-gap: 0px;
}

.gap-x-1 {
  -webkit-column-gap: 0.25rem;
     -moz-column-gap: 0.25rem;
          column-gap: 0.25rem;
}

.gap-x-2 {
  -webkit-column-gap: 0.5rem;
     -moz-column-gap: 0.5rem;
          column-gap: 0.5rem;
}

.gap-x-3 {
  -webkit-column-gap: 0.75rem;
     -moz-column-gap: 0.75rem;
          column-gap: 0.75rem;
}

.gap-x-4 {
  -webkit-column-gap: 1rem;
     -moz-column-gap: 1rem;
          column-gap: 1rem;
}

.gap-x-5 {
  -webkit-column-gap: 1.25rem;
     -moz-column-gap: 1.25rem;
          column-gap: 1.25rem;
}

.gap-x-6 {
  -webkit-column-gap: 1.5rem;
     -moz-column-gap: 1.5rem;
          column-gap: 1.5rem;
}

.gap-x-7 {
  -webkit-column-gap: 1.75rem;
     -moz-column-gap: 1.75rem;
          column-gap: 1.75rem;
}

.gap-x-8 {
  -webkit-column-gap: 2rem;
     -moz-column-gap: 2rem;
          column-gap: 2rem;
}

.gap-x-9 {
  -webkit-column-gap: 2.25rem;
     -moz-column-gap: 2.25rem;
          column-gap: 2.25rem;
}

.gap-x-10 {
  -webkit-column-gap: 2.5rem;
     -moz-column-gap: 2.5rem;
          column-gap: 2.5rem;
}

.gap-x-11 {
  -webkit-column-gap: 2.75rem;
     -moz-column-gap: 2.75rem;
          column-gap: 2.75rem;
}

.gap-x-12 {
  -webkit-column-gap: 3rem;
     -moz-column-gap: 3rem;
          column-gap: 3rem;
}

.gap-x-14 {
  -webkit-column-gap: 3.5rem;
     -moz-column-gap: 3.5rem;
          column-gap: 3.5rem;
}

.gap-x-16 {
  -webkit-column-gap: 4rem;
     -moz-column-gap: 4rem;
          column-gap: 4rem;
}

.gap-x-20 {
  -webkit-column-gap: 5rem;
     -moz-column-gap: 5rem;
          column-gap: 5rem;
}

.gap-x-24 {
  -webkit-column-gap: 6rem;
     -moz-column-gap: 6rem;
          column-gap: 6rem;
}

.gap-x-28 {
  -webkit-column-gap: 7rem;
     -moz-column-gap: 7rem;
          column-gap: 7rem;
}

.gap-x-32 {
  -webkit-column-gap: 8rem;
     -moz-column-gap: 8rem;
          column-gap: 8rem;
}

.gap-x-36 {
  -webkit-column-gap: 9rem;
     -moz-column-gap: 9rem;
          column-gap: 9rem;
}

.gap-x-40 {
  -webkit-column-gap: 10rem;
     -moz-column-gap: 10rem;
          column-gap: 10rem;
}

.gap-x-44 {
  -webkit-column-gap: 11rem;
     -moz-column-gap: 11rem;
          column-gap: 11rem;
}

.gap-x-48 {
  -webkit-column-gap: 12rem;
     -moz-column-gap: 12rem;
          column-gap: 12rem;
}

.gap-x-52 {
  -webkit-column-gap: 13rem;
     -moz-column-gap: 13rem;
          column-gap: 13rem;
}

.gap-x-56 {
  -webkit-column-gap: 14rem;
     -moz-column-gap: 14rem;
          column-gap: 14rem;
}

.gap-x-60 {
  -webkit-column-gap: 15rem;
     -moz-column-gap: 15rem;
          column-gap: 15rem;
}

.gap-x-64 {
  -webkit-column-gap: 16rem;
     -moz-column-gap: 16rem;
          column-gap: 16rem;
}

.gap-x-72 {
  -webkit-column-gap: 18rem;
     -moz-column-gap: 18rem;
          column-gap: 18rem;
}

.gap-x-80 {
  -webkit-column-gap: 20rem;
     -moz-column-gap: 20rem;
          column-gap: 20rem;
}

.gap-x-96 {
  -webkit-column-gap: 24rem;
     -moz-column-gap: 24rem;
          column-gap: 24rem;
}

.gap-x-px {
  -webkit-column-gap: 1px;
     -moz-column-gap: 1px;
          column-gap: 1px;
}

.gap-x-0\.5 {
  -webkit-column-gap: 0.125rem;
     -moz-column-gap: 0.125rem;
          column-gap: 0.125rem;
}

.gap-x-1\.5 {
  -webkit-column-gap: 0.375rem;
     -moz-column-gap: 0.375rem;
          column-gap: 0.375rem;
}

.gap-x-2\.5 {
  -webkit-column-gap: 0.625rem;
     -moz-column-gap: 0.625rem;
          column-gap: 0.625rem;
}

.gap-x-3\.5 {
  -webkit-column-gap: 0.875rem;
     -moz-column-gap: 0.875rem;
          column-gap: 0.875rem;
}

.gap-y-0 {
  row-gap: 0px;
}

.gap-y-1 {
  row-gap: 0.25rem;
}

.gap-y-2 {
  row-gap: 0.5rem;
}

.gap-y-3 {
  row-gap: 0.75rem;
}

.gap-y-4 {
  row-gap: 1rem;
}

.gap-y-5 {
  row-gap: 1.25rem;
}

.gap-y-6 {
  row-gap: 1.5rem;
}

.gap-y-7 {
  row-gap: 1.75rem;
}

.gap-y-8 {
  row-gap: 2rem;
}

.gap-y-9 {
  row-gap: 2.25rem;
}

.gap-y-10 {
  row-gap: 2.5rem;
}

.gap-y-11 {
  row-gap: 2.75rem;
}

.gap-y-12 {
  row-gap: 3rem;
}

.gap-y-14 {
  row-gap: 3.5rem;
}

.gap-y-16 {
  row-gap: 4rem;
}

.gap-y-20 {
  row-gap: 5rem;
}

.gap-y-24 {
  row-gap: 6rem;
}

.gap-y-28 {
  row-gap: 7rem;
}

.gap-y-32 {
  row-gap: 8rem;
}

.gap-y-36 {
  row-gap: 9rem;
}

.gap-y-40 {
  row-gap: 10rem;
}

.gap-y-44 {
  row-gap: 11rem;
}

.gap-y-48 {
  row-gap: 12rem;
}

.gap-y-52 {
  row-gap: 13rem;
}

.gap-y-56 {
  row-gap: 14rem;
}

.gap-y-60 {
  row-gap: 15rem;
}

.gap-y-64 {
  row-gap: 16rem;
}

.gap-y-72 {
  row-gap: 18rem;
}

.gap-y-80 {
  row-gap: 20rem;
}

.gap-y-96 {
  row-gap: 24rem;
}

.gap-y-px {
  row-gap: 1px;
}

.gap-y-0\.5 {
  row-gap: 0.125rem;
}

.gap-y-1\.5 {
  row-gap: 0.375rem;
}

.gap-y-2\.5 {
  row-gap: 0.625rem;
}

.gap-y-3\.5 {
  row-gap: 0.875rem;
}

.space-x-0 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(0px * var(--tw-space-x-reverse));
  margin-left: calc(0px * calc(1 - var(--tw-space-x-reverse)));
}

.space-x-1 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(0.25rem * var(--tw-space-x-reverse));
  margin-left: calc(0.25rem * calc(1 - var(--tw-space-x-reverse)));
}

.space-x-2 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(0.5rem * var(--tw-space-x-reverse));
  margin-left: calc(0.5rem * calc(1 - var(--tw-space-x-reverse)));
}

.space-x-3 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(0.75rem * var(--tw-space-x-reverse));
  margin-left: calc(0.75rem * calc(1 - var(--tw-space-x-reverse)));
}

.space-x-4 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(1rem * var(--tw-space-x-reverse));
  margin-left: calc(1rem * calc(1 - var(--tw-space-x-reverse)));
}

.space-x-5 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(1.25rem * var(--tw-space-x-reverse));
  margin-left: calc(1.25rem * calc(1 - var(--tw-space-x-reverse)));
}

.space-x-6 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(1.5rem * var(--tw-space-x-reverse));
  margin-left: calc(1.5rem * calc(1 - var(--tw-space-x-reverse)));
}

.space-x-7 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(1.75rem * var(--tw-space-x-reverse));
  margin-left: calc(1.75rem * calc(1 - var(--tw-space-x-reverse)));
}

.space-x-8 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(2rem * var(--tw-space-x-reverse));
  margin-left: calc(2rem * calc(1 - var(--tw-space-x-reverse)));
}

.space-x-9 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(2.25rem * var(--tw-space-x-reverse));
  margin-left: calc(2.25rem * calc(1 - var(--tw-space-x-reverse)));
}

.space-x-10 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(2.5rem * var(--tw-space-x-reverse));
  margin-left: calc(2.5rem * calc(1 - var(--tw-space-x-reverse)));
}

.space-x-11 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(2.75rem * var(--tw-space-x-reverse));
  margin-left: calc(2.75rem * calc(1 - var(--tw-space-x-reverse)));
}

.space-x-12 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(3rem * var(--tw-space-x-reverse));
  margin-left: calc(3rem * calc(1 - var(--tw-space-x-reverse)));
}

.space-x-14 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(3.5rem * var(--tw-space-x-reverse));
  margin-left: calc(3.5rem * calc(1 - var(--tw-space-x-reverse)));
}

.space-x-16 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(4rem * var(--tw-space-x-reverse));
  margin-left: calc(4rem * calc(1 - var(--tw-space-x-reverse)));
}

.space-x-20 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(5rem * var(--tw-space-x-reverse));
  margin-left: calc(5rem * calc(1 - var(--tw-space-x-reverse)));
}

.space-x-24 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(6rem * var(--tw-space-x-reverse));
  margin-left: calc(6rem * calc(1 - var(--tw-space-x-reverse)));
}

.space-x-28 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(7rem * var(--tw-space-x-reverse));
  margin-left: calc(7rem * calc(1 - var(--tw-space-x-reverse)));
}

.space-x-32 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(8rem * var(--tw-space-x-reverse));
  margin-left: calc(8rem * calc(1 - var(--tw-space-x-reverse)));
}

.space-x-36 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(9rem * var(--tw-space-x-reverse));
  margin-left: calc(9rem * calc(1 - var(--tw-space-x-reverse)));
}

.space-x-40 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(10rem * var(--tw-space-x-reverse));
  margin-left: calc(10rem * calc(1 - var(--tw-space-x-reverse)));
}

.space-x-44 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(11rem * var(--tw-space-x-reverse));
  margin-left: calc(11rem * calc(1 - var(--tw-space-x-reverse)));
}

.space-x-48 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(12rem * var(--tw-space-x-reverse));
  margin-left: calc(12rem * calc(1 - var(--tw-space-x-reverse)));
}

.space-x-52 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(13rem * var(--tw-space-x-reverse));
  margin-left: calc(13rem * calc(1 - var(--tw-space-x-reverse)));
}

.space-x-56 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(14rem * var(--tw-space-x-reverse));
  margin-left: calc(14rem * calc(1 - var(--tw-space-x-reverse)));
}

.space-x-60 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(15rem * var(--tw-space-x-reverse));
  margin-left: calc(15rem * calc(1 - var(--tw-space-x-reverse)));
}

.space-x-64 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(16rem * var(--tw-space-x-reverse));
  margin-left: calc(16rem * calc(1 - var(--tw-space-x-reverse)));
}

.space-x-72 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(18rem * var(--tw-space-x-reverse));
  margin-left: calc(18rem * calc(1 - var(--tw-space-x-reverse)));
}

.space-x-80 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(20rem * var(--tw-space-x-reverse));
  margin-left: calc(20rem * calc(1 - var(--tw-space-x-reverse)));
}

.space-x-96 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(24rem * var(--tw-space-x-reverse));
  margin-left: calc(24rem * calc(1 - var(--tw-space-x-reverse)));
}

.space-x-px > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(1px * var(--tw-space-x-reverse));
  margin-left: calc(1px * calc(1 - var(--tw-space-x-reverse)));
}

.space-x-0\.5 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(0.125rem * var(--tw-space-x-reverse));
  margin-left: calc(0.125rem * calc(1 - var(--tw-space-x-reverse)));
}

.space-x-1\.5 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(0.375rem * var(--tw-space-x-reverse));
  margin-left: calc(0.375rem * calc(1 - var(--tw-space-x-reverse)));
}

.space-x-2\.5 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(0.625rem * var(--tw-space-x-reverse));
  margin-left: calc(0.625rem * calc(1 - var(--tw-space-x-reverse)));
}

.space-x-3\.5 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(0.875rem * var(--tw-space-x-reverse));
  margin-left: calc(0.875rem * calc(1 - var(--tw-space-x-reverse)));
}

.-space-x-0 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(0px * var(--tw-space-x-reverse));
  margin-left: calc(0px * calc(1 - var(--tw-space-x-reverse)));
}

.-space-x-1 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(-0.25rem * var(--tw-space-x-reverse));
  margin-left: calc(-0.25rem * calc(1 - var(--tw-space-x-reverse)));
}

.-space-x-2 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(-0.5rem * var(--tw-space-x-reverse));
  margin-left: calc(-0.5rem * calc(1 - var(--tw-space-x-reverse)));
}

.-space-x-3 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(-0.75rem * var(--tw-space-x-reverse));
  margin-left: calc(-0.75rem * calc(1 - var(--tw-space-x-reverse)));
}

.-space-x-4 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(-1rem * var(--tw-space-x-reverse));
  margin-left: calc(-1rem * calc(1 - var(--tw-space-x-reverse)));
}

.-space-x-5 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(-1.25rem * var(--tw-space-x-reverse));
  margin-left: calc(-1.25rem * calc(1 - var(--tw-space-x-reverse)));
}

.-space-x-6 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(-1.5rem * var(--tw-space-x-reverse));
  margin-left: calc(-1.5rem * calc(1 - var(--tw-space-x-reverse)));
}

.-space-x-7 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(-1.75rem * var(--tw-space-x-reverse));
  margin-left: calc(-1.75rem * calc(1 - var(--tw-space-x-reverse)));
}

.-space-x-8 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(-2rem * var(--tw-space-x-reverse));
  margin-left: calc(-2rem * calc(1 - var(--tw-space-x-reverse)));
}

.-space-x-9 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(-2.25rem * var(--tw-space-x-reverse));
  margin-left: calc(-2.25rem * calc(1 - var(--tw-space-x-reverse)));
}

.-space-x-10 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(-2.5rem * var(--tw-space-x-reverse));
  margin-left: calc(-2.5rem * calc(1 - var(--tw-space-x-reverse)));
}

.-space-x-11 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(-2.75rem * var(--tw-space-x-reverse));
  margin-left: calc(-2.75rem * calc(1 - var(--tw-space-x-reverse)));
}

.-space-x-12 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(-3rem * var(--tw-space-x-reverse));
  margin-left: calc(-3rem * calc(1 - var(--tw-space-x-reverse)));
}

.-space-x-14 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(-3.5rem * var(--tw-space-x-reverse));
  margin-left: calc(-3.5rem * calc(1 - var(--tw-space-x-reverse)));
}

.-space-x-16 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(-4rem * var(--tw-space-x-reverse));
  margin-left: calc(-4rem * calc(1 - var(--tw-space-x-reverse)));
}

.-space-x-20 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(-5rem * var(--tw-space-x-reverse));
  margin-left: calc(-5rem * calc(1 - var(--tw-space-x-reverse)));
}

.-space-x-24 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(-6rem * var(--tw-space-x-reverse));
  margin-left: calc(-6rem * calc(1 - var(--tw-space-x-reverse)));
}

.-space-x-28 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(-7rem * var(--tw-space-x-reverse));
  margin-left: calc(-7rem * calc(1 - var(--tw-space-x-reverse)));
}

.-space-x-32 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(-8rem * var(--tw-space-x-reverse));
  margin-left: calc(-8rem * calc(1 - var(--tw-space-x-reverse)));
}

.-space-x-36 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(-9rem * var(--tw-space-x-reverse));
  margin-left: calc(-9rem * calc(1 - var(--tw-space-x-reverse)));
}

.-space-x-40 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(-10rem * var(--tw-space-x-reverse));
  margin-left: calc(-10rem * calc(1 - var(--tw-space-x-reverse)));
}

.-space-x-44 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(-11rem * var(--tw-space-x-reverse));
  margin-left: calc(-11rem * calc(1 - var(--tw-space-x-reverse)));
}

.-space-x-48 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(-12rem * var(--tw-space-x-reverse));
  margin-left: calc(-12rem * calc(1 - var(--tw-space-x-reverse)));
}

.-space-x-52 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(-13rem * var(--tw-space-x-reverse));
  margin-left: calc(-13rem * calc(1 - var(--tw-space-x-reverse)));
}

.-space-x-56 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(-14rem * var(--tw-space-x-reverse));
  margin-left: calc(-14rem * calc(1 - var(--tw-space-x-reverse)));
}

.-space-x-60 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(-15rem * var(--tw-space-x-reverse));
  margin-left: calc(-15rem * calc(1 - var(--tw-space-x-reverse)));
}

.-space-x-64 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(-16rem * var(--tw-space-x-reverse));
  margin-left: calc(-16rem * calc(1 - var(--tw-space-x-reverse)));
}

.-space-x-72 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(-18rem * var(--tw-space-x-reverse));
  margin-left: calc(-18rem * calc(1 - var(--tw-space-x-reverse)));
}

.-space-x-80 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(-20rem * var(--tw-space-x-reverse));
  margin-left: calc(-20rem * calc(1 - var(--tw-space-x-reverse)));
}

.-space-x-96 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(-24rem * var(--tw-space-x-reverse));
  margin-left: calc(-24rem * calc(1 - var(--tw-space-x-reverse)));
}

.-space-x-px > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(-1px * var(--tw-space-x-reverse));
  margin-left: calc(-1px * calc(1 - var(--tw-space-x-reverse)));
}

.-space-x-0\.5 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(-0.125rem * var(--tw-space-x-reverse));
  margin-left: calc(-0.125rem * calc(1 - var(--tw-space-x-reverse)));
}

.-space-x-1\.5 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(-0.375rem * var(--tw-space-x-reverse));
  margin-left: calc(-0.375rem * calc(1 - var(--tw-space-x-reverse)));
}

.-space-x-2\.5 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(-0.625rem * var(--tw-space-x-reverse));
  margin-left: calc(-0.625rem * calc(1 - var(--tw-space-x-reverse)));
}

.-space-x-3\.5 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(-0.875rem * var(--tw-space-x-reverse));
  margin-left: calc(-0.875rem * calc(1 - var(--tw-space-x-reverse)));
}

.space-y-0 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(0px * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0px * var(--tw-space-y-reverse));
}

.space-y-1 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(0.25rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.25rem * var(--tw-space-y-reverse));
}

.space-y-2 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(0.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.5rem * var(--tw-space-y-reverse));
}

.space-y-3 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(0.75rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.75rem * var(--tw-space-y-reverse));
}

.space-y-4 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(1rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1rem * var(--tw-space-y-reverse));
}

.space-y-5 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(1.25rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1.25rem * var(--tw-space-y-reverse));
}

.space-y-6 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(1.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1.5rem * var(--tw-space-y-reverse));
}

.space-y-7 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(1.75rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1.75rem * var(--tw-space-y-reverse));
}

.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));
}

.space-y-9 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(2.25rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(2.25rem * var(--tw-space-y-reverse));
}

.space-y-10 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(2.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(2.5rem * var(--tw-space-y-reverse));
}

.space-y-11 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(2.75rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(2.75rem * var(--tw-space-y-reverse));
}

.space-y-12 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(3rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(3rem * var(--tw-space-y-reverse));
}

.space-y-14 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(3.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(3.5rem * var(--tw-space-y-reverse));
}

.space-y-16 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(4rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(4rem * var(--tw-space-y-reverse));
}

.space-y-20 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(5rem * var(--tw-space-y-reverse));
}

.space-y-24 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(6rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(6rem * var(--tw-space-y-reverse));
}

.space-y-28 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(7rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(7rem * var(--tw-space-y-reverse));
}

.space-y-32 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(8rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(8rem * var(--tw-space-y-reverse));
}

.space-y-36 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(9rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(9rem * var(--tw-space-y-reverse));
}

.space-y-40 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(10rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(10rem * var(--tw-space-y-reverse));
}

.space-y-44 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(11rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(11rem * var(--tw-space-y-reverse));
}

.space-y-48 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(12rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(12rem * var(--tw-space-y-reverse));
}

.space-y-52 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(13rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(13rem * var(--tw-space-y-reverse));
}

.space-y-56 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(14rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(14rem * var(--tw-space-y-reverse));
}

.space-y-60 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(15rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(15rem * var(--tw-space-y-reverse));
}

.space-y-64 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(16rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(16rem * var(--tw-space-y-reverse));
}

.space-y-72 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(18rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(18rem * var(--tw-space-y-reverse));
}

.space-y-80 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(20rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(20rem * var(--tw-space-y-reverse));
}

.space-y-96 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(24rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(24rem * var(--tw-space-y-reverse));
}

.space-y-px > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(1px * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1px * var(--tw-space-y-reverse));
}

.space-y-0\.5 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(0.125rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.125rem * var(--tw-space-y-reverse));
}

.space-y-1\.5 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(0.375rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.375rem * var(--tw-space-y-reverse));
}

.space-y-2\.5 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(0.625rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.625rem * var(--tw-space-y-reverse));
}

.space-y-3\.5 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(0.875rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.875rem * var(--tw-space-y-reverse));
}

.-space-y-0 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(0px * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0px * var(--tw-space-y-reverse));
}

.-space-y-1 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(-0.25rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(-0.25rem * var(--tw-space-y-reverse));
}

.-space-y-2 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(-0.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(-0.5rem * var(--tw-space-y-reverse));
}

.-space-y-3 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(-0.75rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(-0.75rem * var(--tw-space-y-reverse));
}

.-space-y-4 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(-1rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(-1rem * var(--tw-space-y-reverse));
}

.-space-y-5 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(-1.25rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(-1.25rem * var(--tw-space-y-reverse));
}

.-space-y-6 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(-1.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(-1.5rem * var(--tw-space-y-reverse));
}

.-space-y-7 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(-1.75rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(-1.75rem * var(--tw-space-y-reverse));
}

.-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));
}

.-space-y-9 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(-2.25rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(-2.25rem * var(--tw-space-y-reverse));
}

.-space-y-10 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(-2.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(-2.5rem * var(--tw-space-y-reverse));
}

.-space-y-11 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(-2.75rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(-2.75rem * var(--tw-space-y-reverse));
}

.-space-y-12 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(-3rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(-3rem * var(--tw-space-y-reverse));
}

.-space-y-14 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(-3.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(-3.5rem * var(--tw-space-y-reverse));
}

.-space-y-16 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(-4rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(-4rem * var(--tw-space-y-reverse));
}

.-space-y-20 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(-5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(-5rem * var(--tw-space-y-reverse));
}

.-space-y-24 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(-6rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(-6rem * var(--tw-space-y-reverse));
}

.-space-y-28 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(-7rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(-7rem * var(--tw-space-y-reverse));
}

.-space-y-32 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(-8rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(-8rem * var(--tw-space-y-reverse));
}

.-space-y-36 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(-9rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(-9rem * var(--tw-space-y-reverse));
}

.-space-y-40 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(-10rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(-10rem * var(--tw-space-y-reverse));
}

.-space-y-44 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(-11rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(-11rem * var(--tw-space-y-reverse));
}

.-space-y-48 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(-12rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(-12rem * var(--tw-space-y-reverse));
}

.-space-y-52 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(-13rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(-13rem * var(--tw-space-y-reverse));
}

.-space-y-56 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(-14rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(-14rem * var(--tw-space-y-reverse));
}

.-space-y-60 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(-15rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(-15rem * var(--tw-space-y-reverse));
}

.-space-y-64 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(-16rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(-16rem * var(--tw-space-y-reverse));
}

.-space-y-72 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(-18rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(-18rem * var(--tw-space-y-reverse));
}

.-space-y-80 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(-20rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(-20rem * var(--tw-space-y-reverse));
}

.-space-y-96 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(-24rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(-24rem * var(--tw-space-y-reverse));
}

.-space-y-px > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(-1px * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(-1px * var(--tw-space-y-reverse));
}

.-space-y-0\.5 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(-0.125rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(-0.125rem * var(--tw-space-y-reverse));
}

.-space-y-1\.5 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(-0.375rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(-0.375rem * var(--tw-space-y-reverse));
}

.-space-y-2\.5 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(-0.625rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(-0.625rem * var(--tw-space-y-reverse));
}

.-space-y-3\.5 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(-0.875rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(-0.875rem * var(--tw-space-y-reverse));
}

.space-y-reverse > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 1;
}

.space-x-reverse > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 1;
}

.divide-x-0 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-x-reverse: 0;
  border-right-width: calc(0px * var(--tw-divide-x-reverse));
  border-left-width: calc(0px * calc(1 - var(--tw-divide-x-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-x-4 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-x-reverse: 0;
  border-right-width: calc(4px * var(--tw-divide-x-reverse));
  border-left-width: calc(4px * calc(1 - var(--tw-divide-x-reverse)));
}

.divide-x-8 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-x-reverse: 0;
  border-right-width: calc(8px * var(--tw-divide-x-reverse));
  border-left-width: calc(8px * calc(1 - var(--tw-divide-x-reverse)));
}

.divide-x > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-x-reverse: 0;
  border-right-width: calc(1px * var(--tw-divide-x-reverse));
  border-left-width: calc(1px * calc(1 - var(--tw-divide-x-reverse)));
}

.divide-y-0 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-y-reverse: 0;
  border-top-width: calc(0px * calc(1 - var(--tw-divide-y-reverse)));
  border-bottom-width: calc(0px * var(--tw-divide-y-reverse));
}

.divide-y-2 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-y-reverse: 0;
  border-top-width: calc(2px * calc(1 - var(--tw-divide-y-reverse)));
  border-bottom-width: calc(2px * var(--tw-divide-y-reverse));
}

.divide-y-4 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-y-reverse: 0;
  border-top-width: calc(4px * calc(1 - var(--tw-divide-y-reverse)));
  border-bottom-width: calc(4px * var(--tw-divide-y-reverse));
}

.divide-y-8 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-y-reverse: 0;
  border-top-width: calc(8px * calc(1 - var(--tw-divide-y-reverse)));
  border-bottom-width: calc(8px * var(--tw-divide-y-reverse));
}

.divide-y > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-y-reverse: 0;
  border-top-width: calc(1px * calc(1 - var(--tw-divide-y-reverse)));
  border-bottom-width: calc(1px * var(--tw-divide-y-reverse));
}

.divide-y-reverse > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-y-reverse: 1;
}

.divide-x-reverse > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-x-reverse: 1;
}

.divide-solid > :not([hidden]) ~ :not([hidden]) {
  border-style: solid;
}

.divide-dashed > :not([hidden]) ~ :not([hidden]) {
  border-style: dashed;
}

.divide-dotted > :not([hidden]) ~ :not([hidden]) {
  border-style: dotted;
}

.divide-double > :not([hidden]) ~ :not([hidden]) {
  border-style: double;
}

.divide-none > :not([hidden]) ~ :not([hidden]) {
  border-style: none;
}

.divide-current > :not([hidden]) ~ :not([hidden]) {
  border-color: currentColor;
}

.divide-transparent > :not([hidden]) ~ :not([hidden]) {
  border-color: transparent;
}

.divide-falcon > :not([hidden]) ~ :not([hidden]) {
  border-color: var(--falcon);
}

.divide-basement > :not([hidden]) ~ :not([hidden]) {
  border-color: var(--basement);
}

.divide-blue-50 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(239, 246, 255, var(--tw-divide-opacity));
}

.divide-blue-100 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(219, 234, 254, var(--tw-divide-opacity));
}

.divide-blue-200 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(191, 219, 254, var(--tw-divide-opacity));
}

.divide-blue-300 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(147, 197, 253, var(--tw-divide-opacity));
}

.divide-blue-400 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(96, 165, 250, var(--tw-divide-opacity));
}

.divide-blue-500 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(59, 130, 246, var(--tw-divide-opacity));
}

.divide-blue-600 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(37, 99, 235, var(--tw-divide-opacity));
}

.divide-blue-700 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(29, 78, 216, var(--tw-divide-opacity));
}

.divide-blue-800 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(30, 64, 175, var(--tw-divide-opacity));
}

.divide-blue-900 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(30, 58, 138, var(--tw-divide-opacity));
}

.divide-body-and-labels > :not([hidden]) ~ :not([hidden]) {
  border-color: var(--body-and-labels);
}

.divide-brand > :not([hidden]) ~ :not([hidden]) {
  border-color: var(--brand);
}

.divide-code-base-64 > :not([hidden]) ~ :not([hidden]) {
  border-color: var(--code-base-64);
}

.divide-code-bg > :not([hidden]) ~ :not([hidden]) {
  border-color: var(--code-bg);
}

.divide-code-outline > :not([hidden]) ~ :not([hidden]) {
  border-color: var(--code-outline);
}

.divide-code-text > :not([hidden]) ~ :not([hidden]) {
  border-color: var(--code-text);
}

.divide-critical > :not([hidden]) ~ :not([hidden]) {
  border-color: var(--critical);
}

.divide-destructive-hover > :not([hidden]) ~ :not([hidden]) {
  border-color: var(--destructive-hover);
}

.divide-destructive-idle > :not([hidden]) ~ :not([hidden]) {
  border-color: var(--destructive-idle);
}

.divide-destructive-pressed > :not([hidden]) ~ :not([hidden]) {
  border-color: var(--destructive-pressed);
}

.divide-disabled > :not([hidden]) ~ :not([hidden]) {
  border-color: var(--disabled);
}

.divide-disc-operations > :not([hidden]) ~ :not([hidden]) {
  border-color: var(--disc-operations);
}

.divide-dns-requests > :not([hidden]) ~ :not([hidden]) {
  border-color: var(--dns-requests);
}

.divide-focus > :not([hidden]) ~ :not([hidden]) {
  border-color: var(--focus);
}

.divide-graph-1 > :not([hidden]) ~ :not([hidden]) {
  border-color: var(--graph-1);
}

.divide-graph-10 > :not([hidden]) ~ :not([hidden]) {
  border-color: var(--graph-10);
}

.divide-graph-11 > :not([hidden]) ~ :not([hidden]) {
  border-color: var(--graph-11);
}

.divide-graph-2 > :not([hidden]) ~ :not([hidden]) {
  border-color: var(--graph-2);
}

.divide-graph-3 > :not([hidden]) ~ :not([hidden]) {
  border-color: var(--graph-3);
}

.divide-graph-4 > :not([hidden]) ~ :not([hidden]) {
  border-color: var(--graph-4);
}

.divide-graph-5 > :not([hidden]) ~ :not([hidden]) {
  border-color: var(--graph-5);
}

.divide-graph-6 > :not([hidden]) ~ :not([hidden]) {
  border-color: var(--graph-6);
}

.divide-graph-7 > :not([hidden]) ~ :not([hidden]) {
  border-color: var(--graph-7);
}

.divide-graph-8 > :not([hidden]) ~ :not([hidden]) {
  border-color: var(--graph-8);
}

.divide-graph-9 > :not([hidden]) ~ :not([hidden]) {
  border-color: var(--graph-9);
}

.divide-graph-disabled > :not([hidden]) ~ :not([hidden]) {
  border-color: var(--graph-disabled);
}

.divide-ground-floor > :not([hidden]) ~ :not([hidden]) {
  border-color: var(--ground-floor);
}

.divide-high > :not([hidden]) ~ :not([hidden]) {
  border-color: var(--high);
}

.divide-informational > :not([hidden]) ~ :not([hidden]) {
  border-color: var(--informational);
}

.divide-lines-dark > :not([hidden]) ~ :not([hidden]) {
  border-color: var(--lines-dark);
}

.divide-lines-light > :not([hidden]) ~ :not([hidden]) {
  border-color: var(--lines-light);
}

.divide-low > :not([hidden]) ~ :not([hidden]) {
  border-color: var(--low);
}

.divide-medium > :not([hidden]) ~ :not([hidden]) {
  border-color: var(--medium);
}

.divide-mezzanine > :not([hidden]) ~ :not([hidden]) {
  border-color: var(--mezzanine);
}

.divide-nav-text-and-icons > :not([hidden]) ~ :not([hidden]) {
  border-color: var(--nav-text-and-icons);
}

.divide-nav-text-secondary > :not([hidden]) ~ :not([hidden]) {
  border-color: var(--nav-text-secondary);
}

.divide-network-operations > :not([hidden]) ~ :not([hidden]) {
  border-color: var(--network-operations);
}

.divide-normal-hover > :not([hidden]) ~ :not([hidden]) {
  border-color: var(--normal-hover);
}

.divide-normal-idle > :not([hidden]) ~ :not([hidden]) {
  border-color: var(--normal-idle);
}

.divide-normal-pressed > :not([hidden]) ~ :not([hidden]) {
  border-color: var(--normal-pressed);
}

.divide-overlay-0\.5 > :not([hidden]) ~ :not([hidden]) {
  border-color: var(--overlay-0\.5);
}

.divide-overlay-1 > :not([hidden]) ~ :not([hidden]) {
  border-color: var(--overlay-1);
}

.divide-overlay-2 > :not([hidden]) ~ :not([hidden]) {
  border-color: var(--overlay-2);
}

.divide-positive > :not([hidden]) ~ :not([hidden]) {
  border-color: var(--positive);
}

.divide-primary-hover > :not([hidden]) ~ :not([hidden]) {
  border-color: var(--primary-hover);
}

.divide-primary-idle > :not([hidden]) ~ :not([hidden]) {
  border-color: var(--primary-idle);
}

.divide-primary-pressed > :not([hidden]) ~ :not([hidden]) {
  border-color: var(--primary-pressed);
}

.divide-process-operations > :not([hidden]) ~ :not([hidden]) {
  border-color: var(--process-operations);
}

.divide-purple-50 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(250, 245, 255, var(--tw-divide-opacity));
}

.divide-purple-100 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(243, 232, 255, var(--tw-divide-opacity));
}

.divide-purple-200 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(233, 213, 255, var(--tw-divide-opacity));
}

.divide-purple-300 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(216, 180, 254, var(--tw-divide-opacity));
}

.divide-purple-400 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(192, 132, 252, var(--tw-divide-opacity));
}

.divide-purple-500 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(168, 85, 247, var(--tw-divide-opacity));
}

.divide-purple-600 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(147, 51, 234, var(--tw-divide-opacity));
}

.divide-purple-700 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(126, 34, 206, var(--tw-divide-opacity));
}

.divide-purple-800 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(107, 33, 168, var(--tw-divide-opacity));
}

.divide-purple-900 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(88, 28, 135, var(--tw-divide-opacity));
}

.divide-registry-operations > :not([hidden]) ~ :not([hidden]) {
  border-color: var(--registry-operations);
}

.divide-selected > :not([hidden]) ~ :not([hidden]) {
  border-color: var(--selected);
}

.divide-surface-2xl > :not([hidden]) ~ :not([hidden]) {
  border-color: var(--surface-2xl);
}

.divide-surface-base > :not([hidden]) ~ :not([hidden]) {
  border-color: var(--surface-base);
}

.divide-surface-inner > :not([hidden]) ~ :not([hidden]) {
  border-color: var(--surface-inner);
}

.divide-surface-lg > :not([hidden]) ~ :not([hidden]) {
  border-color: var(--surface-lg);
}

.divide-surface-md > :not([hidden]) ~ :not([hidden]) {
  border-color: var(--surface-md);
}

.divide-surface-xl > :not([hidden]) ~ :not([hidden]) {
  border-color: var(--surface-xl);
}

.divide-text-and-icons > :not([hidden]) ~ :not([hidden]) {
  border-color: var(--text-and-icons);
}

.divide-titles-and-attributes > :not([hidden]) ~ :not([hidden]) {
  border-color: var(--titles-and-attributes);
}

.divide-black > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(0, 0, 0, var(--tw-divide-opacity));
}

.divide-white > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(255, 255, 255, var(--tw-divide-opacity));
}

.divide-rose-50 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(255, 241, 242, var(--tw-divide-opacity));
}

.divide-rose-100 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(255, 228, 230, var(--tw-divide-opacity));
}

.divide-rose-200 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(254, 205, 211, var(--tw-divide-opacity));
}

.divide-rose-300 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(253, 164, 175, var(--tw-divide-opacity));
}

.divide-rose-400 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(251, 113, 133, var(--tw-divide-opacity));
}

.divide-rose-500 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(244, 63, 94, var(--tw-divide-opacity));
}

.divide-rose-600 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(225, 29, 72, var(--tw-divide-opacity));
}

.divide-rose-700 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(190, 18, 60, var(--tw-divide-opacity));
}

.divide-rose-800 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(159, 18, 57, var(--tw-divide-opacity));
}

.divide-rose-900 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(136, 19, 55, var(--tw-divide-opacity));
}

.divide-pink-50 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(253, 242, 248, var(--tw-divide-opacity));
}

.divide-pink-100 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(252, 231, 243, var(--tw-divide-opacity));
}

.divide-pink-200 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(251, 207, 232, var(--tw-divide-opacity));
}

.divide-pink-300 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(249, 168, 212, var(--tw-divide-opacity));
}

.divide-pink-400 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(244, 114, 182, var(--tw-divide-opacity));
}

.divide-pink-500 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(236, 72, 153, var(--tw-divide-opacity));
}

.divide-pink-600 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(219, 39, 119, var(--tw-divide-opacity));
}

.divide-pink-700 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(190, 24, 93, var(--tw-divide-opacity));
}

.divide-pink-800 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(157, 23, 77, var(--tw-divide-opacity));
}

.divide-pink-900 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(131, 24, 67, var(--tw-divide-opacity));
}

.divide-fuchsia-50 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(253, 244, 255, var(--tw-divide-opacity));
}

.divide-fuchsia-100 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(250, 232, 255, var(--tw-divide-opacity));
}

.divide-fuchsia-200 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(245, 208, 254, var(--tw-divide-opacity));
}

.divide-fuchsia-300 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(240, 171, 252, var(--tw-divide-opacity));
}

.divide-fuchsia-400 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(232, 121, 249, var(--tw-divide-opacity));
}

.divide-fuchsia-500 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(217, 70, 239, var(--tw-divide-opacity));
}

.divide-fuchsia-600 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(192, 38, 211, var(--tw-divide-opacity));
}

.divide-fuchsia-700 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(162, 28, 175, var(--tw-divide-opacity));
}

.divide-fuchsia-800 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(134, 25, 143, var(--tw-divide-opacity));
}

.divide-fuchsia-900 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(112, 26, 117, var(--tw-divide-opacity));
}

.divide-violet-50 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(245, 243, 255, var(--tw-divide-opacity));
}

.divide-violet-100 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(237, 233, 254, var(--tw-divide-opacity));
}

.divide-violet-200 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(221, 214, 254, var(--tw-divide-opacity));
}

.divide-violet-300 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(196, 181, 253, var(--tw-divide-opacity));
}

.divide-violet-400 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(167, 139, 250, var(--tw-divide-opacity));
}

.divide-violet-500 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(139, 92, 246, var(--tw-divide-opacity));
}

.divide-violet-600 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(124, 58, 237, var(--tw-divide-opacity));
}

.divide-violet-700 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(109, 40, 217, var(--tw-divide-opacity));
}

.divide-violet-800 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(91, 33, 182, var(--tw-divide-opacity));
}

.divide-violet-900 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(76, 29, 149, var(--tw-divide-opacity));
}

.divide-indigo-50 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(238, 242, 255, var(--tw-divide-opacity));
}

.divide-indigo-100 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(224, 231, 255, var(--tw-divide-opacity));
}

.divide-indigo-200 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(199, 210, 254, var(--tw-divide-opacity));
}

.divide-indigo-300 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(165, 180, 252, var(--tw-divide-opacity));
}

.divide-indigo-400 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(129, 140, 248, var(--tw-divide-opacity));
}

.divide-indigo-500 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(99, 102, 241, var(--tw-divide-opacity));
}

.divide-indigo-600 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(79, 70, 229, var(--tw-divide-opacity));
}

.divide-indigo-700 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(67, 56, 202, var(--tw-divide-opacity));
}

.divide-indigo-800 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(55, 48, 163, var(--tw-divide-opacity));
}

.divide-indigo-900 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(49, 46, 129, var(--tw-divide-opacity));
}

.divide-lightBlue-50 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(240, 249, 255, var(--tw-divide-opacity));
}

.divide-lightBlue-100 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(224, 242, 254, var(--tw-divide-opacity));
}

.divide-lightBlue-200 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(186, 230, 253, var(--tw-divide-opacity));
}

.divide-lightBlue-300 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(125, 211, 252, var(--tw-divide-opacity));
}

.divide-lightBlue-400 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(56, 189, 248, var(--tw-divide-opacity));
}

.divide-lightBlue-500 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(14, 165, 233, var(--tw-divide-opacity));
}

.divide-lightBlue-600 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(2, 132, 199, var(--tw-divide-opacity));
}

.divide-lightBlue-700 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(3, 105, 161, var(--tw-divide-opacity));
}

.divide-lightBlue-800 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(7, 89, 133, var(--tw-divide-opacity));
}

.divide-lightBlue-900 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(12, 74, 110, var(--tw-divide-opacity));
}

.divide-cyan-50 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(236, 254, 255, var(--tw-divide-opacity));
}

.divide-cyan-100 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(207, 250, 254, var(--tw-divide-opacity));
}

.divide-cyan-200 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(165, 243, 252, var(--tw-divide-opacity));
}

.divide-cyan-300 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(103, 232, 249, var(--tw-divide-opacity));
}

.divide-cyan-400 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(34, 211, 238, var(--tw-divide-opacity));
}

.divide-cyan-500 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(6, 182, 212, var(--tw-divide-opacity));
}

.divide-cyan-600 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(8, 145, 178, var(--tw-divide-opacity));
}

.divide-cyan-700 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(14, 116, 144, var(--tw-divide-opacity));
}

.divide-cyan-800 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(21, 94, 117, var(--tw-divide-opacity));
}

.divide-cyan-900 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(22, 78, 99, var(--tw-divide-opacity));
}

.divide-teal-50 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(240, 253, 250, var(--tw-divide-opacity));
}

.divide-teal-100 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(204, 251, 241, var(--tw-divide-opacity));
}

.divide-teal-200 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(153, 246, 228, var(--tw-divide-opacity));
}

.divide-teal-300 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(94, 234, 212, var(--tw-divide-opacity));
}

.divide-teal-400 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(45, 212, 191, var(--tw-divide-opacity));
}

.divide-teal-500 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(20, 184, 166, var(--tw-divide-opacity));
}

.divide-teal-600 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(13, 148, 136, var(--tw-divide-opacity));
}

.divide-teal-700 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(15, 118, 110, var(--tw-divide-opacity));
}

.divide-teal-800 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(17, 94, 89, var(--tw-divide-opacity));
}

.divide-teal-900 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(19, 78, 74, var(--tw-divide-opacity));
}

.divide-emerald-50 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(236, 253, 245, var(--tw-divide-opacity));
}

.divide-emerald-100 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(209, 250, 229, var(--tw-divide-opacity));
}

.divide-emerald-200 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(167, 243, 208, var(--tw-divide-opacity));
}

.divide-emerald-300 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(110, 231, 183, var(--tw-divide-opacity));
}

.divide-emerald-400 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(52, 211, 153, var(--tw-divide-opacity));
}

.divide-emerald-500 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(16, 185, 129, var(--tw-divide-opacity));
}

.divide-emerald-600 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(5, 150, 105, var(--tw-divide-opacity));
}

.divide-emerald-700 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(4, 120, 87, var(--tw-divide-opacity));
}

.divide-emerald-800 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(6, 95, 70, var(--tw-divide-opacity));
}

.divide-emerald-900 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(6, 78, 59, var(--tw-divide-opacity));
}

.divide-green-50 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(240, 253, 244, var(--tw-divide-opacity));
}

.divide-green-100 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(220, 252, 231, var(--tw-divide-opacity));
}

.divide-green-200 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(187, 247, 208, var(--tw-divide-opacity));
}

.divide-green-300 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(134, 239, 172, var(--tw-divide-opacity));
}

.divide-green-400 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(74, 222, 128, var(--tw-divide-opacity));
}

.divide-green-500 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(34, 197, 94, var(--tw-divide-opacity));
}

.divide-green-600 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(22, 163, 74, var(--tw-divide-opacity));
}

.divide-green-700 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(21, 128, 61, var(--tw-divide-opacity));
}

.divide-green-800 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(22, 101, 52, var(--tw-divide-opacity));
}

.divide-green-900 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(20, 83, 45, var(--tw-divide-opacity));
}

.divide-lime-50 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(247, 254, 231, var(--tw-divide-opacity));
}

.divide-lime-100 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(236, 252, 203, var(--tw-divide-opacity));
}

.divide-lime-200 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(217, 249, 157, var(--tw-divide-opacity));
}

.divide-lime-300 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(190, 242, 100, var(--tw-divide-opacity));
}

.divide-lime-400 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(163, 230, 53, var(--tw-divide-opacity));
}

.divide-lime-500 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(132, 204, 22, var(--tw-divide-opacity));
}

.divide-lime-600 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(101, 163, 13, var(--tw-divide-opacity));
}

.divide-lime-700 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(77, 124, 15, var(--tw-divide-opacity));
}

.divide-lime-800 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(63, 98, 18, var(--tw-divide-opacity));
}

.divide-lime-900 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(54, 83, 20, var(--tw-divide-opacity));
}

.divide-yellow-50 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(254, 252, 232, var(--tw-divide-opacity));
}

.divide-yellow-100 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(254, 249, 195, var(--tw-divide-opacity));
}

.divide-yellow-200 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(254, 240, 138, var(--tw-divide-opacity));
}

.divide-yellow-300 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(253, 224, 71, var(--tw-divide-opacity));
}

.divide-yellow-400 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(250, 204, 21, var(--tw-divide-opacity));
}

.divide-yellow-500 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(234, 179, 8, var(--tw-divide-opacity));
}

.divide-yellow-600 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(202, 138, 4, var(--tw-divide-opacity));
}

.divide-yellow-700 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(161, 98, 7, var(--tw-divide-opacity));
}

.divide-yellow-800 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(133, 77, 14, var(--tw-divide-opacity));
}

.divide-yellow-900 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(113, 63, 18, var(--tw-divide-opacity));
}

.divide-amber-50 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(255, 251, 235, var(--tw-divide-opacity));
}

.divide-amber-100 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(254, 243, 199, var(--tw-divide-opacity));
}

.divide-amber-200 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(253, 230, 138, var(--tw-divide-opacity));
}

.divide-amber-300 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(252, 211, 77, var(--tw-divide-opacity));
}

.divide-amber-400 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(251, 191, 36, var(--tw-divide-opacity));
}

.divide-amber-500 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(245, 158, 11, var(--tw-divide-opacity));
}

.divide-amber-600 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(217, 119, 6, var(--tw-divide-opacity));
}

.divide-amber-700 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(180, 83, 9, var(--tw-divide-opacity));
}

.divide-amber-800 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(146, 64, 14, var(--tw-divide-opacity));
}

.divide-amber-900 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(120, 53, 15, var(--tw-divide-opacity));
}

.divide-orange-50 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(255, 247, 237, var(--tw-divide-opacity));
}

.divide-orange-100 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(255, 237, 213, var(--tw-divide-opacity));
}

.divide-orange-200 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(254, 215, 170, var(--tw-divide-opacity));
}

.divide-orange-300 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(253, 186, 116, var(--tw-divide-opacity));
}

.divide-orange-400 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(251, 146, 60, var(--tw-divide-opacity));
}

.divide-orange-500 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(249, 115, 22, var(--tw-divide-opacity));
}

.divide-orange-600 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(234, 88, 12, var(--tw-divide-opacity));
}

.divide-orange-700 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(194, 65, 12, var(--tw-divide-opacity));
}

.divide-orange-800 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(154, 52, 18, var(--tw-divide-opacity));
}

.divide-orange-900 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(124, 45, 18, var(--tw-divide-opacity));
}

.divide-red-50 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(254, 242, 242, var(--tw-divide-opacity));
}

.divide-red-100 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(254, 226, 226, var(--tw-divide-opacity));
}

.divide-red-200 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(254, 202, 202, var(--tw-divide-opacity));
}

.divide-red-300 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(252, 165, 165, var(--tw-divide-opacity));
}

.divide-red-400 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(248, 113, 113, var(--tw-divide-opacity));
}

.divide-red-500 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(239, 68, 68, var(--tw-divide-opacity));
}

.divide-red-600 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(220, 38, 38, var(--tw-divide-opacity));
}

.divide-red-700 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(185, 28, 28, var(--tw-divide-opacity));
}

.divide-red-800 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(153, 27, 27, var(--tw-divide-opacity));
}

.divide-red-900 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(127, 29, 29, var(--tw-divide-opacity));
}

.divide-warmGray-50 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(250, 250, 249, var(--tw-divide-opacity));
}

.divide-warmGray-100 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(245, 245, 244, var(--tw-divide-opacity));
}

.divide-warmGray-200 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(231, 229, 228, var(--tw-divide-opacity));
}

.divide-warmGray-300 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(214, 211, 209, var(--tw-divide-opacity));
}

.divide-warmGray-400 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(168, 162, 158, var(--tw-divide-opacity));
}

.divide-warmGray-500 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(120, 113, 108, var(--tw-divide-opacity));
}

.divide-warmGray-600 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(87, 83, 78, var(--tw-divide-opacity));
}

.divide-warmGray-700 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(68, 64, 60, var(--tw-divide-opacity));
}

.divide-warmGray-800 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(41, 37, 36, var(--tw-divide-opacity));
}

.divide-warmGray-900 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(28, 25, 23, var(--tw-divide-opacity));
}

.divide-trueGray-50 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(250, 250, 250, var(--tw-divide-opacity));
}

.divide-trueGray-100 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(245, 245, 245, var(--tw-divide-opacity));
}

.divide-trueGray-200 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(229, 229, 229, var(--tw-divide-opacity));
}

.divide-trueGray-300 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(212, 212, 212, var(--tw-divide-opacity));
}

.divide-trueGray-400 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(163, 163, 163, var(--tw-divide-opacity));
}

.divide-trueGray-500 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(115, 115, 115, var(--tw-divide-opacity));
}

.divide-trueGray-600 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(82, 82, 82, var(--tw-divide-opacity));
}

.divide-trueGray-700 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(64, 64, 64, var(--tw-divide-opacity));
}

.divide-trueGray-800 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(38, 38, 38, var(--tw-divide-opacity));
}

.divide-trueGray-900 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(23, 23, 23, var(--tw-divide-opacity));
}

.divide-gray-50 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(250, 250, 250, var(--tw-divide-opacity));
}

.divide-gray-100 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(244, 244, 245, var(--tw-divide-opacity));
}

.divide-gray-200 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(228, 228, 231, var(--tw-divide-opacity));
}

.divide-gray-300 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(212, 212, 216, var(--tw-divide-opacity));
}

.divide-gray-400 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(161, 161, 170, var(--tw-divide-opacity));
}

.divide-gray-500 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(113, 113, 122, var(--tw-divide-opacity));
}

.divide-gray-600 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(82, 82, 91, var(--tw-divide-opacity));
}

.divide-gray-700 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(63, 63, 70, var(--tw-divide-opacity));
}

.divide-gray-800 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(39, 39, 42, var(--tw-divide-opacity));
}

.divide-gray-900 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(24, 24, 27, var(--tw-divide-opacity));
}

.divide-coolGray-50 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(249, 250, 251, var(--tw-divide-opacity));
}

.divide-coolGray-100 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(243, 244, 246, var(--tw-divide-opacity));
}

.divide-coolGray-200 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(229, 231, 235, var(--tw-divide-opacity));
}

.divide-coolGray-300 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(209, 213, 219, var(--tw-divide-opacity));
}

.divide-coolGray-400 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(156, 163, 175, var(--tw-divide-opacity));
}

.divide-coolGray-500 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(107, 114, 128, var(--tw-divide-opacity));
}

.divide-coolGray-600 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(75, 85, 99, var(--tw-divide-opacity));
}

.divide-coolGray-700 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(55, 65, 81, var(--tw-divide-opacity));
}

.divide-coolGray-800 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(31, 41, 55, var(--tw-divide-opacity));
}

.divide-coolGray-900 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(17, 24, 39, var(--tw-divide-opacity));
}

.divide-blueGray-50 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(248, 250, 252, var(--tw-divide-opacity));
}

.divide-blueGray-100 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(241, 245, 249, var(--tw-divide-opacity));
}

.divide-blueGray-200 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(226, 232, 240, var(--tw-divide-opacity));
}

.divide-blueGray-300 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(203, 213, 225, var(--tw-divide-opacity));
}

.divide-blueGray-400 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(148, 163, 184, var(--tw-divide-opacity));
}

.divide-blueGray-500 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(100, 116, 139, var(--tw-divide-opacity));
}

.divide-blueGray-600 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(71, 85, 105, var(--tw-divide-opacity));
}

.divide-blueGray-700 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(51, 65, 85, var(--tw-divide-opacity));
}

.divide-blueGray-800 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(30, 41, 59, var(--tw-divide-opacity));
}

.divide-blueGray-900 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(15, 23, 42, var(--tw-divide-opacity));
}

.divide-opacity-0 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 0;
}

.divide-opacity-5 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 0.05;
}

.divide-opacity-10 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 0.1;
}

.divide-opacity-20 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 0.2;
}

.divide-opacity-25 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 0.25;
}

.divide-opacity-30 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 0.3;
}

.divide-opacity-40 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 0.4;
}

.divide-opacity-50 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 0.5;
}

.divide-opacity-60 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 0.6;
}

.divide-opacity-70 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 0.7;
}

.divide-opacity-75 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 0.75;
}

.divide-opacity-80 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 0.8;
}

.divide-opacity-90 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 0.9;
}

.divide-opacity-95 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 0.95;
}

.divide-opacity-100 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
}

.place-self-auto {
  place-self: auto;
}

.place-self-start {
  place-self: start;
}

.place-self-end {
  place-self: end;
}

.place-self-center {
  place-self: center;
}

.place-self-stretch {
  place-self: stretch;
}

.self-auto {
  -ms-flex-item-align: auto;
      align-self: auto;
}

.self-start {
  -ms-flex-item-align: start;
      align-self: flex-start;
}

.self-end {
  -ms-flex-item-align: end;
      align-self: flex-end;
}

.self-center {
  -ms-flex-item-align: center;
      align-self: center;
}

.self-stretch {
  -ms-flex-item-align: stretch;
      align-self: stretch;
}

.self-baseline {
  -ms-flex-item-align: baseline;
      align-self: baseline;
}

.justify-self-auto {
  justify-self: auto;
}

.justify-self-start {
  justify-self: start;
}

.justify-self-end {
  justify-self: end;
}

.justify-self-center {
  justify-self: center;
}

.justify-self-stretch {
  justify-self: stretch;
}

.overflow-auto {
  overflow: auto;
}

.overflow-hidden {
  overflow: hidden;
}

.overflow-visible {
  overflow: visible;
}

.overflow-scroll {
  overflow: scroll;
}

.overflow-x-auto {
  overflow-x: auto;
}

.overflow-y-auto {
  overflow-y: auto;
}

.overflow-x-hidden {
  overflow-x: hidden;
}

.overflow-y-hidden {
  overflow-y: hidden;
}

.overflow-x-visible {
  overflow-x: visible;
}

.overflow-y-visible {
  overflow-y: visible;
}

.overflow-x-scroll {
  overflow-x: scroll;
}

.overflow-y-scroll {
  overflow-y: scroll;
}

.hover\:overflow-auto:hover {
  overflow: auto;
}

.hover\:overflow-hidden:hover {
  overflow: hidden;
}

.hover\:overflow-visible:hover {
  overflow: visible;
}

.hover\:overflow-scroll:hover {
  overflow: scroll;
}

.hover\:overflow-x-auto:hover {
  overflow-x: auto;
}

.hover\:overflow-y-auto:hover {
  overflow-y: auto;
}

.hover\:overflow-x-hidden:hover {
  overflow-x: hidden;
}

.hover\:overflow-y-hidden:hover {
  overflow-y: hidden;
}

.hover\:overflow-x-visible:hover {
  overflow-x: visible;
}

.hover\:overflow-y-visible:hover {
  overflow-y: visible;
}

.hover\:overflow-x-scroll:hover {
  overflow-x: scroll;
}

.hover\:overflow-y-scroll:hover {
  overflow-y: scroll;
}

.overscroll-auto {
  -ms-scroll-chaining: chained;
      overscroll-behavior: auto;
}

.overscroll-contain {
  -ms-scroll-chaining: none;
      overscroll-behavior: contain;
}

.overscroll-none {
  -ms-scroll-chaining: none;
      overscroll-behavior: none;
}

.overscroll-y-auto {
  overscroll-behavior-y: auto;
}

.overscroll-y-contain {
  overscroll-behavior-y: contain;
}

.overscroll-y-none {
  overscroll-behavior-y: none;
}

.overscroll-x-auto {
  overscroll-behavior-x: auto;
}

.overscroll-x-contain {
  overscroll-behavior-x: contain;
}

.overscroll-x-none {
  overscroll-behavior-x: none;
}

.truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.overflow-ellipsis {
  text-overflow: ellipsis;
}

.overflow-clip {
  text-overflow: clip;
}

.whitespace-normal {
  white-space: normal;
}

.whitespace-nowrap {
  white-space: nowrap;
}

.whitespace-pre {
  white-space: pre;
}

.whitespace-pre-line {
  white-space: pre-line;
}

.whitespace-pre-wrap {
  white-space: pre-wrap;
}

.break-normal {
  overflow-wrap: normal;
  word-break: normal;
}

.break-words {
  overflow-wrap: break-word;
}

.break-all {
  word-break: break-all;
}

.rounded-none {
  border-radius: 0px;
}

.rounded-sm {
  border-radius: 0.125rem;
}

.rounded {
  border-radius: 0.25rem;
}

.rounded-md {
  border-radius: 0.375rem;
}

.rounded-lg {
  border-radius: 0.5rem;
}

.rounded-xl {
  border-radius: 0.75rem;
}

.rounded-2xl {
  border-radius: 1rem;
}

.rounded-3xl {
  border-radius: 1.5rem;
}

.rounded-full {
  border-radius: 9999px;
}

.focus\:rounded-none:focus {
  border-radius: 0px;
}

.focus\:rounded-sm:focus {
  border-radius: 0.125rem;
}

.focus\:rounded:focus {
  border-radius: 0.25rem;
}

.focus\:rounded-md:focus {
  border-radius: 0.375rem;
}

.focus\:rounded-lg:focus {
  border-radius: 0.5rem;
}

.focus\:rounded-xl:focus {
  border-radius: 0.75rem;
}

.focus\:rounded-2xl:focus {
  border-radius: 1rem;
}

.focus\:rounded-3xl:focus {
  border-radius: 1.5rem;
}

.focus\:rounded-full:focus {
  border-radius: 9999px;
}

.first\:rounded-none:first-child {
  border-radius: 0px;
}

.first\:rounded-sm:first-child {
  border-radius: 0.125rem;
}

.first\:rounded:first-child {
  border-radius: 0.25rem;
}

.first\:rounded-md:first-child {
  border-radius: 0.375rem;
}

.first\:rounded-lg:first-child {
  border-radius: 0.5rem;
}

.first\:rounded-xl:first-child {
  border-radius: 0.75rem;
}

.first\:rounded-2xl:first-child {
  border-radius: 1rem;
}

.first\:rounded-3xl:first-child {
  border-radius: 1.5rem;
}

.first\:rounded-full:first-child {
  border-radius: 9999px;
}

.last\:rounded-none:last-child {
  border-radius: 0px;
}

.last\:rounded-sm:last-child {
  border-radius: 0.125rem;
}

.last\:rounded:last-child {
  border-radius: 0.25rem;
}

.last\:rounded-md:last-child {
  border-radius: 0.375rem;
}

.last\:rounded-lg:last-child {
  border-radius: 0.5rem;
}

.last\:rounded-xl:last-child {
  border-radius: 0.75rem;
}

.last\:rounded-2xl:last-child {
  border-radius: 1rem;
}

.last\:rounded-3xl:last-child {
  border-radius: 1.5rem;
}

.last\:rounded-full:last-child {
  border-radius: 9999px;
}

.rounded-t-none {
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
}

.rounded-t-sm {
  border-top-left-radius: 0.125rem;
  border-top-right-radius: 0.125rem;
}

.rounded-t {
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}

.rounded-t-md {
  border-top-left-radius: 0.375rem;
  border-top-right-radius: 0.375rem;
}

.rounded-t-lg {
  border-top-left-radius: 0.5rem;
  border-top-right-radius: 0.5rem;
}

.rounded-t-xl {
  border-top-left-radius: 0.75rem;
  border-top-right-radius: 0.75rem;
}

.rounded-t-2xl {
  border-top-left-radius: 1rem;
  border-top-right-radius: 1rem;
}

.rounded-t-3xl {
  border-top-left-radius: 1.5rem;
  border-top-right-radius: 1.5rem;
}

.rounded-t-full {
  border-top-left-radius: 9999px;
  border-top-right-radius: 9999px;
}

.rounded-r-none {
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
}

.rounded-r-sm {
  border-top-right-radius: 0.125rem;
  border-bottom-right-radius: 0.125rem;
}

.rounded-r {
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
}

.rounded-r-md {
  border-top-right-radius: 0.375rem;
  border-bottom-right-radius: 0.375rem;
}

.rounded-r-lg {
  border-top-right-radius: 0.5rem;
  border-bottom-right-radius: 0.5rem;
}

.rounded-r-xl {
  border-top-right-radius: 0.75rem;
  border-bottom-right-radius: 0.75rem;
}

.rounded-r-2xl {
  border-top-right-radius: 1rem;
  border-bottom-right-radius: 1rem;
}

.rounded-r-3xl {
  border-top-right-radius: 1.5rem;
  border-bottom-right-radius: 1.5rem;
}

.rounded-r-full {
  border-top-right-radius: 9999px;
  border-bottom-right-radius: 9999px;
}

.rounded-b-none {
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
}

.rounded-b-sm {
  border-bottom-right-radius: 0.125rem;
  border-bottom-left-radius: 0.125rem;
}

.rounded-b {
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

.rounded-b-md {
  border-bottom-right-radius: 0.375rem;
  border-bottom-left-radius: 0.375rem;
}

.rounded-b-lg {
  border-bottom-right-radius: 0.5rem;
  border-bottom-left-radius: 0.5rem;
}

.rounded-b-xl {
  border-bottom-right-radius: 0.75rem;
  border-bottom-left-radius: 0.75rem;
}

.rounded-b-2xl {
  border-bottom-right-radius: 1rem;
  border-bottom-left-radius: 1rem;
}

.rounded-b-3xl {
  border-bottom-right-radius: 1.5rem;
  border-bottom-left-radius: 1.5rem;
}

.rounded-b-full {
  border-bottom-right-radius: 9999px;
  border-bottom-left-radius: 9999px;
}

.rounded-l-none {
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
}

.rounded-l-sm {
  border-top-left-radius: 0.125rem;
  border-bottom-left-radius: 0.125rem;
}

.rounded-l {
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

.rounded-l-md {
  border-top-left-radius: 0.375rem;
  border-bottom-left-radius: 0.375rem;
}

.rounded-l-lg {
  border-top-left-radius: 0.5rem;
  border-bottom-left-radius: 0.5rem;
}

.rounded-l-xl {
  border-top-left-radius: 0.75rem;
  border-bottom-left-radius: 0.75rem;
}

.rounded-l-2xl {
  border-top-left-radius: 1rem;
  border-bottom-left-radius: 1rem;
}

.rounded-l-3xl {
  border-top-left-radius: 1.5rem;
  border-bottom-left-radius: 1.5rem;
}

.rounded-l-full {
  border-top-left-radius: 9999px;
  border-bottom-left-radius: 9999px;
}

.focus\:rounded-t-none:focus {
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
}

.focus\:rounded-t-sm:focus {
  border-top-left-radius: 0.125rem;
  border-top-right-radius: 0.125rem;
}

.focus\:rounded-t:focus {
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}

.focus\:rounded-t-md:focus {
  border-top-left-radius: 0.375rem;
  border-top-right-radius: 0.375rem;
}

.focus\:rounded-t-lg:focus {
  border-top-left-radius: 0.5rem;
  border-top-right-radius: 0.5rem;
}

.focus\:rounded-t-xl:focus {
  border-top-left-radius: 0.75rem;
  border-top-right-radius: 0.75rem;
}

.focus\:rounded-t-2xl:focus {
  border-top-left-radius: 1rem;
  border-top-right-radius: 1rem;
}

.focus\:rounded-t-3xl:focus {
  border-top-left-radius: 1.5rem;
  border-top-right-radius: 1.5rem;
}

.focus\:rounded-t-full:focus {
  border-top-left-radius: 9999px;
  border-top-right-radius: 9999px;
}

.focus\:rounded-r-none:focus {
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
}

.focus\:rounded-r-sm:focus {
  border-top-right-radius: 0.125rem;
  border-bottom-right-radius: 0.125rem;
}

.focus\:rounded-r:focus {
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
}

.focus\:rounded-r-md:focus {
  border-top-right-radius: 0.375rem;
  border-bottom-right-radius: 0.375rem;
}

.focus\:rounded-r-lg:focus {
  border-top-right-radius: 0.5rem;
  border-bottom-right-radius: 0.5rem;
}

.focus\:rounded-r-xl:focus {
  border-top-right-radius: 0.75rem;
  border-bottom-right-radius: 0.75rem;
}

.focus\:rounded-r-2xl:focus {
  border-top-right-radius: 1rem;
  border-bottom-right-radius: 1rem;
}

.focus\:rounded-r-3xl:focus {
  border-top-right-radius: 1.5rem;
  border-bottom-right-radius: 1.5rem;
}

.focus\:rounded-r-full:focus {
  border-top-right-radius: 9999px;
  border-bottom-right-radius: 9999px;
}

.focus\:rounded-b-none:focus {
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
}

.focus\:rounded-b-sm:focus {
  border-bottom-right-radius: 0.125rem;
  border-bottom-left-radius: 0.125rem;
}

.focus\:rounded-b:focus {
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

.focus\:rounded-b-md:focus {
  border-bottom-right-radius: 0.375rem;
  border-bottom-left-radius: 0.375rem;
}

.focus\:rounded-b-lg:focus {
  border-bottom-right-radius: 0.5rem;
  border-bottom-left-radius: 0.5rem;
}

.focus\:rounded-b-xl:focus {
  border-bottom-right-radius: 0.75rem;
  border-bottom-left-radius: 0.75rem;
}

.focus\:rounded-b-2xl:focus {
  border-bottom-right-radius: 1rem;
  border-bottom-left-radius: 1rem;
}

.focus\:rounded-b-3xl:focus {
  border-bottom-right-radius: 1.5rem;
  border-bottom-left-radius: 1.5rem;
}

.focus\:rounded-b-full:focus {
  border-bottom-right-radius: 9999px;
  border-bottom-left-radius: 9999px;
}

.focus\:rounded-l-none:focus {
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
}

.focus\:rounded-l-sm:focus {
  border-top-left-radius: 0.125rem;
  border-bottom-left-radius: 0.125rem;
}

.focus\:rounded-l:focus {
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

.focus\:rounded-l-md:focus {
  border-top-left-radius: 0.375rem;
  border-bottom-left-radius: 0.375rem;
}

.focus\:rounded-l-lg:focus {
  border-top-left-radius: 0.5rem;
  border-bottom-left-radius: 0.5rem;
}

.focus\:rounded-l-xl:focus {
  border-top-left-radius: 0.75rem;
  border-bottom-left-radius: 0.75rem;
}

.focus\:rounded-l-2xl:focus {
  border-top-left-radius: 1rem;
  border-bottom-left-radius: 1rem;
}

.focus\:rounded-l-3xl:focus {
  border-top-left-radius: 1.5rem;
  border-bottom-left-radius: 1.5rem;
}

.focus\:rounded-l-full:focus {
  border-top-left-radius: 9999px;
  border-bottom-left-radius: 9999px;
}

.first\:rounded-t-none:first-child {
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
}

.first\:rounded-t-sm:first-child {
  border-top-left-radius: 0.125rem;
  border-top-right-radius: 0.125rem;
}

.first\:rounded-t:first-child {
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}

.first\:rounded-t-md:first-child {
  border-top-left-radius: 0.375rem;
  border-top-right-radius: 0.375rem;
}

.first\:rounded-t-lg:first-child {
  border-top-left-radius: 0.5rem;
  border-top-right-radius: 0.5rem;
}

.first\:rounded-t-xl:first-child {
  border-top-left-radius: 0.75rem;
  border-top-right-radius: 0.75rem;
}

.first\:rounded-t-2xl:first-child {
  border-top-left-radius: 1rem;
  border-top-right-radius: 1rem;
}

.first\:rounded-t-3xl:first-child {
  border-top-left-radius: 1.5rem;
  border-top-right-radius: 1.5rem;
}

.first\:rounded-t-full:first-child {
  border-top-left-radius: 9999px;
  border-top-right-radius: 9999px;
}

.first\:rounded-r-none:first-child {
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
}

.first\:rounded-r-sm:first-child {
  border-top-right-radius: 0.125rem;
  border-bottom-right-radius: 0.125rem;
}

.first\:rounded-r:first-child {
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
}

.first\:rounded-r-md:first-child {
  border-top-right-radius: 0.375rem;
  border-bottom-right-radius: 0.375rem;
}

.first\:rounded-r-lg:first-child {
  border-top-right-radius: 0.5rem;
  border-bottom-right-radius: 0.5rem;
}

.first\:rounded-r-xl:first-child {
  border-top-right-radius: 0.75rem;
  border-bottom-right-radius: 0.75rem;
}

.first\:rounded-r-2xl:first-child {
  border-top-right-radius: 1rem;
  border-bottom-right-radius: 1rem;
}

.first\:rounded-r-3xl:first-child {
  border-top-right-radius: 1.5rem;
  border-bottom-right-radius: 1.5rem;
}

.first\:rounded-r-full:first-child {
  border-top-right-radius: 9999px;
  border-bottom-right-radius: 9999px;
}

.first\:rounded-b-none:first-child {
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
}

.first\:rounded-b-sm:first-child {
  border-bottom-right-radius: 0.125rem;
  border-bottom-left-radius: 0.125rem;
}

.first\:rounded-b:first-child {
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

.first\:rounded-b-md:first-child {
  border-bottom-right-radius: 0.375rem;
  border-bottom-left-radius: 0.375rem;
}

.first\:rounded-b-lg:first-child {
  border-bottom-right-radius: 0.5rem;
  border-bottom-left-radius: 0.5rem;
}

.first\:rounded-b-xl:first-child {
  border-bottom-right-radius: 0.75rem;
  border-bottom-left-radius: 0.75rem;
}

.first\:rounded-b-2xl:first-child {
  border-bottom-right-radius: 1rem;
  border-bottom-left-radius: 1rem;
}

.first\:rounded-b-3xl:first-child {
  border-bottom-right-radius: 1.5rem;
  border-bottom-left-radius: 1.5rem;
}

.first\:rounded-b-full:first-child {
  border-bottom-right-radius: 9999px;
  border-bottom-left-radius: 9999px;
}

.first\:rounded-l-none:first-child {
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
}

.first\:rounded-l-sm:first-child {
  border-top-left-radius: 0.125rem;
  border-bottom-left-radius: 0.125rem;
}

.first\:rounded-l:first-child {
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

.first\:rounded-l-md:first-child {
  border-top-left-radius: 0.375rem;
  border-bottom-left-radius: 0.375rem;
}

.first\:rounded-l-lg:first-child {
  border-top-left-radius: 0.5rem;
  border-bottom-left-radius: 0.5rem;
}

.first\:rounded-l-xl:first-child {
  border-top-left-radius: 0.75rem;
  border-bottom-left-radius: 0.75rem;
}

.first\:rounded-l-2xl:first-child {
  border-top-left-radius: 1rem;
  border-bottom-left-radius: 1rem;
}

.first\:rounded-l-3xl:first-child {
  border-top-left-radius: 1.5rem;
  border-bottom-left-radius: 1.5rem;
}

.first\:rounded-l-full:first-child {
  border-top-left-radius: 9999px;
  border-bottom-left-radius: 9999px;
}

.last\:rounded-t-none:last-child {
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
}

.last\:rounded-t-sm:last-child {
  border-top-left-radius: 0.125rem;
  border-top-right-radius: 0.125rem;
}

.last\:rounded-t:last-child {
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}

.last\:rounded-t-md:last-child {
  border-top-left-radius: 0.375rem;
  border-top-right-radius: 0.375rem;
}

.last\:rounded-t-lg:last-child {
  border-top-left-radius: 0.5rem;
  border-top-right-radius: 0.5rem;
}

.last\:rounded-t-xl:last-child {
  border-top-left-radius: 0.75rem;
  border-top-right-radius: 0.75rem;
}

.last\:rounded-t-2xl:last-child {
  border-top-left-radius: 1rem;
  border-top-right-radius: 1rem;
}

.last\:rounded-t-3xl:last-child {
  border-top-left-radius: 1.5rem;
  border-top-right-radius: 1.5rem;
}

.last\:rounded-t-full:last-child {
  border-top-left-radius: 9999px;
  border-top-right-radius: 9999px;
}

.last\:rounded-r-none:last-child {
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
}

.last\:rounded-r-sm:last-child {
  border-top-right-radius: 0.125rem;
  border-bottom-right-radius: 0.125rem;
}

.last\:rounded-r:last-child {
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
}

.last\:rounded-r-md:last-child {
  border-top-right-radius: 0.375rem;
  border-bottom-right-radius: 0.375rem;
}

.last\:rounded-r-lg:last-child {
  border-top-right-radius: 0.5rem;
  border-bottom-right-radius: 0.5rem;
}

.last\:rounded-r-xl:last-child {
  border-top-right-radius: 0.75rem;
  border-bottom-right-radius: 0.75rem;
}

.last\:rounded-r-2xl:last-child {
  border-top-right-radius: 1rem;
  border-bottom-right-radius: 1rem;
}

.last\:rounded-r-3xl:last-child {
  border-top-right-radius: 1.5rem;
  border-bottom-right-radius: 1.5rem;
}

.last\:rounded-r-full:last-child {
  border-top-right-radius: 9999px;
  border-bottom-right-radius: 9999px;
}

.last\:rounded-b-none:last-child {
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
}

.last\:rounded-b-sm:last-child {
  border-bottom-right-radius: 0.125rem;
  border-bottom-left-radius: 0.125rem;
}

.last\:rounded-b:last-child {
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

.last\:rounded-b-md:last-child {
  border-bottom-right-radius: 0.375rem;
  border-bottom-left-radius: 0.375rem;
}

.last\:rounded-b-lg:last-child {
  border-bottom-right-radius: 0.5rem;
  border-bottom-left-radius: 0.5rem;
}

.last\:rounded-b-xl:last-child {
  border-bottom-right-radius: 0.75rem;
  border-bottom-left-radius: 0.75rem;
}

.last\:rounded-b-2xl:last-child {
  border-bottom-right-radius: 1rem;
  border-bottom-left-radius: 1rem;
}

.last\:rounded-b-3xl:last-child {
  border-bottom-right-radius: 1.5rem;
  border-bottom-left-radius: 1.5rem;
}

.last\:rounded-b-full:last-child {
  border-bottom-right-radius: 9999px;
  border-bottom-left-radius: 9999px;
}

.last\:rounded-l-none:last-child {
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
}

.last\:rounded-l-sm:last-child {
  border-top-left-radius: 0.125rem;
  border-bottom-left-radius: 0.125rem;
}

.last\:rounded-l:last-child {
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

.last\:rounded-l-md:last-child {
  border-top-left-radius: 0.375rem;
  border-bottom-left-radius: 0.375rem;
}

.last\:rounded-l-lg:last-child {
  border-top-left-radius: 0.5rem;
  border-bottom-left-radius: 0.5rem;
}

.last\:rounded-l-xl:last-child {
  border-top-left-radius: 0.75rem;
  border-bottom-left-radius: 0.75rem;
}

.last\:rounded-l-2xl:last-child {
  border-top-left-radius: 1rem;
  border-bottom-left-radius: 1rem;
}

.last\:rounded-l-3xl:last-child {
  border-top-left-radius: 1.5rem;
  border-bottom-left-radius: 1.5rem;
}

.last\:rounded-l-full:last-child {
  border-top-left-radius: 9999px;
  border-bottom-left-radius: 9999px;
}

.rounded-tl-none {
  border-top-left-radius: 0px;
}

.rounded-tl-sm {
  border-top-left-radius: 0.125rem;
}

.rounded-tl {
  border-top-left-radius: 0.25rem;
}

.rounded-tl-md {
  border-top-left-radius: 0.375rem;
}

.rounded-tl-lg {
  border-top-left-radius: 0.5rem;
}

.rounded-tl-xl {
  border-top-left-radius: 0.75rem;
}

.rounded-tl-2xl {
  border-top-left-radius: 1rem;
}

.rounded-tl-3xl {
  border-top-left-radius: 1.5rem;
}

.rounded-tl-full {
  border-top-left-radius: 9999px;
}

.rounded-tr-none {
  border-top-right-radius: 0px;
}

.rounded-tr-sm {
  border-top-right-radius: 0.125rem;
}

.rounded-tr {
  border-top-right-radius: 0.25rem;
}

.rounded-tr-md {
  border-top-right-radius: 0.375rem;
}

.rounded-tr-lg {
  border-top-right-radius: 0.5rem;
}

.rounded-tr-xl {
  border-top-right-radius: 0.75rem;
}

.rounded-tr-2xl {
  border-top-right-radius: 1rem;
}

.rounded-tr-3xl {
  border-top-right-radius: 1.5rem;
}

.rounded-tr-full {
  border-top-right-radius: 9999px;
}

.rounded-br-none {
  border-bottom-right-radius: 0px;
}

.rounded-br-sm {
  border-bottom-right-radius: 0.125rem;
}

.rounded-br {
  border-bottom-right-radius: 0.25rem;
}

.rounded-br-md {
  border-bottom-right-radius: 0.375rem;
}

.rounded-br-lg {
  border-bottom-right-radius: 0.5rem;
}

.rounded-br-xl {
  border-bottom-right-radius: 0.75rem;
}

.rounded-br-2xl {
  border-bottom-right-radius: 1rem;
}

.rounded-br-3xl {
  border-bottom-right-radius: 1.5rem;
}

.rounded-br-full {
  border-bottom-right-radius: 9999px;
}

.rounded-bl-none {
  border-bottom-left-radius: 0px;
}

.rounded-bl-sm {
  border-bottom-left-radius: 0.125rem;
}

.rounded-bl {
  border-bottom-left-radius: 0.25rem;
}

.rounded-bl-md {
  border-bottom-left-radius: 0.375rem;
}

.rounded-bl-lg {
  border-bottom-left-radius: 0.5rem;
}

.rounded-bl-xl {
  border-bottom-left-radius: 0.75rem;
}

.rounded-bl-2xl {
  border-bottom-left-radius: 1rem;
}

.rounded-bl-3xl {
  border-bottom-left-radius: 1.5rem;
}

.rounded-bl-full {
  border-bottom-left-radius: 9999px;
}

.focus\:rounded-tl-none:focus {
  border-top-left-radius: 0px;
}

.focus\:rounded-tl-sm:focus {
  border-top-left-radius: 0.125rem;
}

.focus\:rounded-tl:focus {
  border-top-left-radius: 0.25rem;
}

.focus\:rounded-tl-md:focus {
  border-top-left-radius: 0.375rem;
}

.focus\:rounded-tl-lg:focus {
  border-top-left-radius: 0.5rem;
}

.focus\:rounded-tl-xl:focus {
  border-top-left-radius: 0.75rem;
}

.focus\:rounded-tl-2xl:focus {
  border-top-left-radius: 1rem;
}

.focus\:rounded-tl-3xl:focus {
  border-top-left-radius: 1.5rem;
}

.focus\:rounded-tl-full:focus {
  border-top-left-radius: 9999px;
}

.focus\:rounded-tr-none:focus {
  border-top-right-radius: 0px;
}

.focus\:rounded-tr-sm:focus {
  border-top-right-radius: 0.125rem;
}

.focus\:rounded-tr:focus {
  border-top-right-radius: 0.25rem;
}

.focus\:rounded-tr-md:focus {
  border-top-right-radius: 0.375rem;
}

.focus\:rounded-tr-lg:focus {
  border-top-right-radius: 0.5rem;
}

.focus\:rounded-tr-xl:focus {
  border-top-right-radius: 0.75rem;
}

.focus\:rounded-tr-2xl:focus {
  border-top-right-radius: 1rem;
}

.focus\:rounded-tr-3xl:focus {
  border-top-right-radius: 1.5rem;
}

.focus\:rounded-tr-full:focus {
  border-top-right-radius: 9999px;
}

.focus\:rounded-br-none:focus {
  border-bottom-right-radius: 0px;
}

.focus\:rounded-br-sm:focus {
  border-bottom-right-radius: 0.125rem;
}

.focus\:rounded-br:focus {
  border-bottom-right-radius: 0.25rem;
}

.focus\:rounded-br-md:focus {
  border-bottom-right-radius: 0.375rem;
}

.focus\:rounded-br-lg:focus {
  border-bottom-right-radius: 0.5rem;
}

.focus\:rounded-br-xl:focus {
  border-bottom-right-radius: 0.75rem;
}

.focus\:rounded-br-2xl:focus {
  border-bottom-right-radius: 1rem;
}

.focus\:rounded-br-3xl:focus {
  border-bottom-right-radius: 1.5rem;
}

.focus\:rounded-br-full:focus {
  border-bottom-right-radius: 9999px;
}

.focus\:rounded-bl-none:focus {
  border-bottom-left-radius: 0px;
}

.focus\:rounded-bl-sm:focus {
  border-bottom-left-radius: 0.125rem;
}

.focus\:rounded-bl:focus {
  border-bottom-left-radius: 0.25rem;
}

.focus\:rounded-bl-md:focus {
  border-bottom-left-radius: 0.375rem;
}

.focus\:rounded-bl-lg:focus {
  border-bottom-left-radius: 0.5rem;
}

.focus\:rounded-bl-xl:focus {
  border-bottom-left-radius: 0.75rem;
}

.focus\:rounded-bl-2xl:focus {
  border-bottom-left-radius: 1rem;
}

.focus\:rounded-bl-3xl:focus {
  border-bottom-left-radius: 1.5rem;
}

.focus\:rounded-bl-full:focus {
  border-bottom-left-radius: 9999px;
}

.first\:rounded-tl-none:first-child {
  border-top-left-radius: 0px;
}

.first\:rounded-tl-sm:first-child {
  border-top-left-radius: 0.125rem;
}

.first\:rounded-tl:first-child {
  border-top-left-radius: 0.25rem;
}

.first\:rounded-tl-md:first-child {
  border-top-left-radius: 0.375rem;
}

.first\:rounded-tl-lg:first-child {
  border-top-left-radius: 0.5rem;
}

.first\:rounded-tl-xl:first-child {
  border-top-left-radius: 0.75rem;
}

.first\:rounded-tl-2xl:first-child {
  border-top-left-radius: 1rem;
}

.first\:rounded-tl-3xl:first-child {
  border-top-left-radius: 1.5rem;
}

.first\:rounded-tl-full:first-child {
  border-top-left-radius: 9999px;
}

.first\:rounded-tr-none:first-child {
  border-top-right-radius: 0px;
}

.first\:rounded-tr-sm:first-child {
  border-top-right-radius: 0.125rem;
}

.first\:rounded-tr:first-child {
  border-top-right-radius: 0.25rem;
}

.first\:rounded-tr-md:first-child {
  border-top-right-radius: 0.375rem;
}

.first\:rounded-tr-lg:first-child {
  border-top-right-radius: 0.5rem;
}

.first\:rounded-tr-xl:first-child {
  border-top-right-radius: 0.75rem;
}

.first\:rounded-tr-2xl:first-child {
  border-top-right-radius: 1rem;
}

.first\:rounded-tr-3xl:first-child {
  border-top-right-radius: 1.5rem;
}

.first\:rounded-tr-full:first-child {
  border-top-right-radius: 9999px;
}

.first\:rounded-br-none:first-child {
  border-bottom-right-radius: 0px;
}

.first\:rounded-br-sm:first-child {
  border-bottom-right-radius: 0.125rem;
}

.first\:rounded-br:first-child {
  border-bottom-right-radius: 0.25rem;
}

.first\:rounded-br-md:first-child {
  border-bottom-right-radius: 0.375rem;
}

.first\:rounded-br-lg:first-child {
  border-bottom-right-radius: 0.5rem;
}

.first\:rounded-br-xl:first-child {
  border-bottom-right-radius: 0.75rem;
}

.first\:rounded-br-2xl:first-child {
  border-bottom-right-radius: 1rem;
}

.first\:rounded-br-3xl:first-child {
  border-bottom-right-radius: 1.5rem;
}

.first\:rounded-br-full:first-child {
  border-bottom-right-radius: 9999px;
}

.first\:rounded-bl-none:first-child {
  border-bottom-left-radius: 0px;
}

.first\:rounded-bl-sm:first-child {
  border-bottom-left-radius: 0.125rem;
}

.first\:rounded-bl:first-child {
  border-bottom-left-radius: 0.25rem;
}

.first\:rounded-bl-md:first-child {
  border-bottom-left-radius: 0.375rem;
}

.first\:rounded-bl-lg:first-child {
  border-bottom-left-radius: 0.5rem;
}

.first\:rounded-bl-xl:first-child {
  border-bottom-left-radius: 0.75rem;
}

.first\:rounded-bl-2xl:first-child {
  border-bottom-left-radius: 1rem;
}

.first\:rounded-bl-3xl:first-child {
  border-bottom-left-radius: 1.5rem;
}

.first\:rounded-bl-full:first-child {
  border-bottom-left-radius: 9999px;
}

.last\:rounded-tl-none:last-child {
  border-top-left-radius: 0px;
}

.last\:rounded-tl-sm:last-child {
  border-top-left-radius: 0.125rem;
}

.last\:rounded-tl:last-child {
  border-top-left-radius: 0.25rem;
}

.last\:rounded-tl-md:last-child {
  border-top-left-radius: 0.375rem;
}

.last\:rounded-tl-lg:last-child {
  border-top-left-radius: 0.5rem;
}

.last\:rounded-tl-xl:last-child {
  border-top-left-radius: 0.75rem;
}

.last\:rounded-tl-2xl:last-child {
  border-top-left-radius: 1rem;
}

.last\:rounded-tl-3xl:last-child {
  border-top-left-radius: 1.5rem;
}

.last\:rounded-tl-full:last-child {
  border-top-left-radius: 9999px;
}

.last\:rounded-tr-none:last-child {
  border-top-right-radius: 0px;
}

.last\:rounded-tr-sm:last-child {
  border-top-right-radius: 0.125rem;
}

.last\:rounded-tr:last-child {
  border-top-right-radius: 0.25rem;
}

.last\:rounded-tr-md:last-child {
  border-top-right-radius: 0.375rem;
}

.last\:rounded-tr-lg:last-child {
  border-top-right-radius: 0.5rem;
}

.last\:rounded-tr-xl:last-child {
  border-top-right-radius: 0.75rem;
}

.last\:rounded-tr-2xl:last-child {
  border-top-right-radius: 1rem;
}

.last\:rounded-tr-3xl:last-child {
  border-top-right-radius: 1.5rem;
}

.last\:rounded-tr-full:last-child {
  border-top-right-radius: 9999px;
}

.last\:rounded-br-none:last-child {
  border-bottom-right-radius: 0px;
}

.last\:rounded-br-sm:last-child {
  border-bottom-right-radius: 0.125rem;
}

.last\:rounded-br:last-child {
  border-bottom-right-radius: 0.25rem;
}

.last\:rounded-br-md:last-child {
  border-bottom-right-radius: 0.375rem;
}

.last\:rounded-br-lg:last-child {
  border-bottom-right-radius: 0.5rem;
}

.last\:rounded-br-xl:last-child {
  border-bottom-right-radius: 0.75rem;
}

.last\:rounded-br-2xl:last-child {
  border-bottom-right-radius: 1rem;
}

.last\:rounded-br-3xl:last-child {
  border-bottom-right-radius: 1.5rem;
}

.last\:rounded-br-full:last-child {
  border-bottom-right-radius: 9999px;
}

.last\:rounded-bl-none:last-child {
  border-bottom-left-radius: 0px;
}

.last\:rounded-bl-sm:last-child {
  border-bottom-left-radius: 0.125rem;
}

.last\:rounded-bl:last-child {
  border-bottom-left-radius: 0.25rem;
}

.last\:rounded-bl-md:last-child {
  border-bottom-left-radius: 0.375rem;
}

.last\:rounded-bl-lg:last-child {
  border-bottom-left-radius: 0.5rem;
}

.last\:rounded-bl-xl:last-child {
  border-bottom-left-radius: 0.75rem;
}

.last\:rounded-bl-2xl:last-child {
  border-bottom-left-radius: 1rem;
}

.last\:rounded-bl-3xl:last-child {
  border-bottom-left-radius: 1.5rem;
}

.last\:rounded-bl-full:last-child {
  border-bottom-left-radius: 9999px;
}

.border-0 {
  border-width: 0px;
}

.border-2 {
  border-width: 2px;
}

.border-4 {
  border-width: 4px;
}

.border-8 {
  border-width: 8px;
}

.border {
  border-width: 1px;
}

.first\:border-0:first-child {
  border-width: 0px;
}

.first\:border-2:first-child {
  border-width: 2px;
}

.first\:border-4:first-child {
  border-width: 4px;
}

.first\:border-8:first-child {
  border-width: 8px;
}

.first\:border:first-child {
  border-width: 1px;
}

.last\:border-0:last-child {
  border-width: 0px;
}

.last\:border-2:last-child {
  border-width: 2px;
}

.last\:border-4:last-child {
  border-width: 4px;
}

.last\:border-8:last-child {
  border-width: 8px;
}

.last\:border:last-child {
  border-width: 1px;
}

.active\:border-0:active {
  border-width: 0px;
}

.active\:border-2:active {
  border-width: 2px;
}

.active\:border-4:active {
  border-width: 4px;
}

.active\:border-8:active {
  border-width: 8px;
}

.active\:border:active {
  border-width: 1px;
}

.border-t-0 {
  border-top-width: 0px;
}

.border-t-2 {
  border-top-width: 2px;
}

.border-t-4 {
  border-top-width: 4px;
}

.border-t-8 {
  border-top-width: 8px;
}

.border-t {
  border-top-width: 1px;
}

.border-r-0 {
  border-right-width: 0px;
}

.border-r-2 {
  border-right-width: 2px;
}

.border-r-4 {
  border-right-width: 4px;
}

.border-r-8 {
  border-right-width: 8px;
}

.border-r {
  border-right-width: 1px;
}

.border-b-0 {
  border-bottom-width: 0px;
}

.border-b-2 {
  border-bottom-width: 2px;
}

.border-b-4 {
  border-bottom-width: 4px;
}

.border-b-8 {
  border-bottom-width: 8px;
}

.border-b {
  border-bottom-width: 1px;
}

.border-l-0 {
  border-left-width: 0px;
}

.border-l-2 {
  border-left-width: 2px;
}

.border-l-4 {
  border-left-width: 4px;
}

.border-l-8 {
  border-left-width: 8px;
}

.border-l {
  border-left-width: 1px;
}

.first\:border-t-0:first-child {
  border-top-width: 0px;
}

.first\:border-t-2:first-child {
  border-top-width: 2px;
}

.first\:border-t-4:first-child {
  border-top-width: 4px;
}

.first\:border-t-8:first-child {
  border-top-width: 8px;
}

.first\:border-t:first-child {
  border-top-width: 1px;
}

.first\:border-r-0:first-child {
  border-right-width: 0px;
}

.first\:border-r-2:first-child {
  border-right-width: 2px;
}

.first\:border-r-4:first-child {
  border-right-width: 4px;
}

.first\:border-r-8:first-child {
  border-right-width: 8px;
}

.first\:border-r:first-child {
  border-right-width: 1px;
}

.first\:border-b-0:first-child {
  border-bottom-width: 0px;
}

.first\:border-b-2:first-child {
  border-bottom-width: 2px;
}

.first\:border-b-4:first-child {
  border-bottom-width: 4px;
}

.first\:border-b-8:first-child {
  border-bottom-width: 8px;
}

.first\:border-b:first-child {
  border-bottom-width: 1px;
}

.first\:border-l-0:first-child {
  border-left-width: 0px;
}

.first\:border-l-2:first-child {
  border-left-width: 2px;
}

.first\:border-l-4:first-child {
  border-left-width: 4px;
}

.first\:border-l-8:first-child {
  border-left-width: 8px;
}

.first\:border-l:first-child {
  border-left-width: 1px;
}

.last\:border-t-0:last-child {
  border-top-width: 0px;
}

.last\:border-t-2:last-child {
  border-top-width: 2px;
}

.last\:border-t-4:last-child {
  border-top-width: 4px;
}

.last\:border-t-8:last-child {
  border-top-width: 8px;
}

.last\:border-t:last-child {
  border-top-width: 1px;
}

.last\:border-r-0:last-child {
  border-right-width: 0px;
}

.last\:border-r-2:last-child {
  border-right-width: 2px;
}

.last\:border-r-4:last-child {
  border-right-width: 4px;
}

.last\:border-r-8:last-child {
  border-right-width: 8px;
}

.last\:border-r:last-child {
  border-right-width: 1px;
}

.last\:border-b-0:last-child {
  border-bottom-width: 0px;
}

.last\:border-b-2:last-child {
  border-bottom-width: 2px;
}

.last\:border-b-4:last-child {
  border-bottom-width: 4px;
}

.last\:border-b-8:last-child {
  border-bottom-width: 8px;
}

.last\:border-b:last-child {
  border-bottom-width: 1px;
}

.last\:border-l-0:last-child {
  border-left-width: 0px;
}

.last\:border-l-2:last-child {
  border-left-width: 2px;
}

.last\:border-l-4:last-child {
  border-left-width: 4px;
}

.last\:border-l-8:last-child {
  border-left-width: 8px;
}

.last\:border-l:last-child {
  border-left-width: 1px;
}

.active\:border-t-0:active {
  border-top-width: 0px;
}

.active\:border-t-2:active {
  border-top-width: 2px;
}

.active\:border-t-4:active {
  border-top-width: 4px;
}

.active\:border-t-8:active {
  border-top-width: 8px;
}

.active\:border-t:active {
  border-top-width: 1px;
}

.active\:border-r-0:active {
  border-right-width: 0px;
}

.active\:border-r-2:active {
  border-right-width: 2px;
}

.active\:border-r-4:active {
  border-right-width: 4px;
}

.active\:border-r-8:active {
  border-right-width: 8px;
}

.active\:border-r:active {
  border-right-width: 1px;
}

.active\:border-b-0:active {
  border-bottom-width: 0px;
}

.active\:border-b-2:active {
  border-bottom-width: 2px;
}

.active\:border-b-4:active {
  border-bottom-width: 4px;
}

.active\:border-b-8:active {
  border-bottom-width: 8px;
}

.active\:border-b:active {
  border-bottom-width: 1px;
}

.active\:border-l-0:active {
  border-left-width: 0px;
}

.active\:border-l-2:active {
  border-left-width: 2px;
}

.active\:border-l-4:active {
  border-left-width: 4px;
}

.active\:border-l-8:active {
  border-left-width: 8px;
}

.active\:border-l:active {
  border-left-width: 1px;
}

.border-solid {
  border-style: solid;
}

.border-dashed {
  border-style: dashed;
}

.border-dotted {
  border-style: dotted;
}

.border-double {
  border-style: double;
}

.border-none {
  border-style: none;
}

.border-current {
  border-color: currentColor;
}

.border-transparent {
  border-color: transparent;
}

.border-falcon {
  border-color: var(--falcon);
}

.border-basement {
  border-color: var(--basement);
}

.border-blue-50 {
  --tw-border-opacity: 1;
  border-color: rgba(239, 246, 255, var(--tw-border-opacity));
}

.border-blue-100 {
  --tw-border-opacity: 1;
  border-color: rgba(219, 234, 254, var(--tw-border-opacity));
}

.border-blue-200 {
  --tw-border-opacity: 1;
  border-color: rgba(191, 219, 254, var(--tw-border-opacity));
}

.border-blue-300 {
  --tw-border-opacity: 1;
  border-color: rgba(147, 197, 253, var(--tw-border-opacity));
}

.border-blue-400 {
  --tw-border-opacity: 1;
  border-color: rgba(96, 165, 250, var(--tw-border-opacity));
}

.border-blue-500 {
  --tw-border-opacity: 1;
  border-color: rgba(59, 130, 246, var(--tw-border-opacity));
}

.border-blue-600 {
  --tw-border-opacity: 1;
  border-color: rgba(37, 99, 235, var(--tw-border-opacity));
}

.border-blue-700 {
  --tw-border-opacity: 1;
  border-color: rgba(29, 78, 216, var(--tw-border-opacity));
}

.border-blue-800 {
  --tw-border-opacity: 1;
  border-color: rgba(30, 64, 175, var(--tw-border-opacity));
}

.border-blue-900 {
  --tw-border-opacity: 1;
  border-color: rgba(30, 58, 138, var(--tw-border-opacity));
}

.border-body-and-labels {
  border-color: var(--body-and-labels);
}

.border-brand {
  border-color: var(--brand);
}

.border-code-base-64 {
  border-color: var(--code-base-64);
}

.border-code-bg {
  border-color: var(--code-bg);
}

.border-code-outline {
  border-color: var(--code-outline);
}

.border-code-text {
  border-color: var(--code-text);
}

.border-critical {
  border-color: var(--critical);
}

.border-destructive-hover {
  border-color: var(--destructive-hover);
}

.border-destructive-idle {
  border-color: var(--destructive-idle);
}

.border-destructive-pressed {
  border-color: var(--destructive-pressed);
}

.border-disabled {
  border-color: var(--disabled);
}

.border-disc-operations {
  border-color: var(--disc-operations);
}

.border-dns-requests {
  border-color: var(--dns-requests);
}

.border-focus {
  border-color: var(--focus);
}

.border-graph-1 {
  border-color: var(--graph-1);
}

.border-graph-10 {
  border-color: var(--graph-10);
}

.border-graph-11 {
  border-color: var(--graph-11);
}

.border-graph-2 {
  border-color: var(--graph-2);
}

.border-graph-3 {
  border-color: var(--graph-3);
}

.border-graph-4 {
  border-color: var(--graph-4);
}

.border-graph-5 {
  border-color: var(--graph-5);
}

.border-graph-6 {
  border-color: var(--graph-6);
}

.border-graph-7 {
  border-color: var(--graph-7);
}

.border-graph-8 {
  border-color: var(--graph-8);
}

.border-graph-9 {
  border-color: var(--graph-9);
}

.border-graph-disabled {
  border-color: var(--graph-disabled);
}

.border-ground-floor {
  border-color: var(--ground-floor);
}

.border-high {
  border-color: var(--high);
}

.border-informational {
  border-color: var(--informational);
}

.border-lines-dark {
  border-color: var(--lines-dark);
}

.border-lines-light {
  border-color: var(--lines-light);
}

.border-low {
  border-color: var(--low);
}

.border-medium {
  border-color: var(--medium);
}

.border-mezzanine {
  border-color: var(--mezzanine);
}

.border-nav-text-and-icons {
  border-color: var(--nav-text-and-icons);
}

.border-nav-text-secondary {
  border-color: var(--nav-text-secondary);
}

.border-network-operations {
  border-color: var(--network-operations);
}

.border-normal-hover {
  border-color: var(--normal-hover);
}

.border-normal-idle {
  border-color: var(--normal-idle);
}

.border-normal-pressed {
  border-color: var(--normal-pressed);
}

.border-overlay-0\.5 {
  border-color: var(--overlay-0\.5);
}

.border-overlay-1 {
  border-color: var(--overlay-1);
}

.border-overlay-2 {
  border-color: var(--overlay-2);
}

.border-positive {
  border-color: var(--positive);
}

.border-primary-hover {
  border-color: var(--primary-hover);
}

.border-primary-idle {
  border-color: var(--primary-idle);
}

.border-primary-pressed {
  border-color: var(--primary-pressed);
}

.border-process-operations {
  border-color: var(--process-operations);
}

.border-purple-50 {
  --tw-border-opacity: 1;
  border-color: rgba(250, 245, 255, var(--tw-border-opacity));
}

.border-purple-100 {
  --tw-border-opacity: 1;
  border-color: rgba(243, 232, 255, var(--tw-border-opacity));
}

.border-purple-200 {
  --tw-border-opacity: 1;
  border-color: rgba(233, 213, 255, var(--tw-border-opacity));
}

.border-purple-300 {
  --tw-border-opacity: 1;
  border-color: rgba(216, 180, 254, var(--tw-border-opacity));
}

.border-purple-400 {
  --tw-border-opacity: 1;
  border-color: rgba(192, 132, 252, var(--tw-border-opacity));
}

.border-purple-500 {
  --tw-border-opacity: 1;
  border-color: rgba(168, 85, 247, var(--tw-border-opacity));
}

.border-purple-600 {
  --tw-border-opacity: 1;
  border-color: rgba(147, 51, 234, var(--tw-border-opacity));
}

.border-purple-700 {
  --tw-border-opacity: 1;
  border-color: rgba(126, 34, 206, var(--tw-border-opacity));
}

.border-purple-800 {
  --tw-border-opacity: 1;
  border-color: rgba(107, 33, 168, var(--tw-border-opacity));
}

.border-purple-900 {
  --tw-border-opacity: 1;
  border-color: rgba(88, 28, 135, var(--tw-border-opacity));
}

.border-registry-operations {
  border-color: var(--registry-operations);
}

.border-selected {
  border-color: var(--selected);
}

.border-surface-2xl {
  border-color: var(--surface-2xl);
}

.border-surface-base {
  border-color: var(--surface-base);
}

.border-surface-inner {
  border-color: var(--surface-inner);
}

.border-surface-lg {
  border-color: var(--surface-lg);
}

.border-surface-md {
  border-color: var(--surface-md);
}

.border-surface-xl {
  border-color: var(--surface-xl);
}

.border-text-and-icons {
  border-color: var(--text-and-icons);
}

.border-titles-and-attributes {
  border-color: var(--titles-and-attributes);
}

.border-black {
  --tw-border-opacity: 1;
  border-color: rgba(0, 0, 0, var(--tw-border-opacity));
}

.border-white {
  --tw-border-opacity: 1;
  border-color: rgba(255, 255, 255, var(--tw-border-opacity));
}

.border-rose-50 {
  --tw-border-opacity: 1;
  border-color: rgba(255, 241, 242, var(--tw-border-opacity));
}

.border-rose-100 {
  --tw-border-opacity: 1;
  border-color: rgba(255, 228, 230, var(--tw-border-opacity));
}

.border-rose-200 {
  --tw-border-opacity: 1;
  border-color: rgba(254, 205, 211, var(--tw-border-opacity));
}

.border-rose-300 {
  --tw-border-opacity: 1;
  border-color: rgba(253, 164, 175, var(--tw-border-opacity));
}

.border-rose-400 {
  --tw-border-opacity: 1;
  border-color: rgba(251, 113, 133, var(--tw-border-opacity));
}

.border-rose-500 {
  --tw-border-opacity: 1;
  border-color: rgba(244, 63, 94, var(--tw-border-opacity));
}

.border-rose-600 {
  --tw-border-opacity: 1;
  border-color: rgba(225, 29, 72, var(--tw-border-opacity));
}

.border-rose-700 {
  --tw-border-opacity: 1;
  border-color: rgba(190, 18, 60, var(--tw-border-opacity));
}

.border-rose-800 {
  --tw-border-opacity: 1;
  border-color: rgba(159, 18, 57, var(--tw-border-opacity));
}

.border-rose-900 {
  --tw-border-opacity: 1;
  border-color: rgba(136, 19, 55, var(--tw-border-opacity));
}

.border-pink-50 {
  --tw-border-opacity: 1;
  border-color: rgba(253, 242, 248, var(--tw-border-opacity));
}

.border-pink-100 {
  --tw-border-opacity: 1;
  border-color: rgba(252, 231, 243, var(--tw-border-opacity));
}

.border-pink-200 {
  --tw-border-opacity: 1;
  border-color: rgba(251, 207, 232, var(--tw-border-opacity));
}

.border-pink-300 {
  --tw-border-opacity: 1;
  border-color: rgba(249, 168, 212, var(--tw-border-opacity));
}

.border-pink-400 {
  --tw-border-opacity: 1;
  border-color: rgba(244, 114, 182, var(--tw-border-opacity));
}

.border-pink-500 {
  --tw-border-opacity: 1;
  border-color: rgba(236, 72, 153, var(--tw-border-opacity));
}

.border-pink-600 {
  --tw-border-opacity: 1;
  border-color: rgba(219, 39, 119, var(--tw-border-opacity));
}

.border-pink-700 {
  --tw-border-opacity: 1;
  border-color: rgba(190, 24, 93, var(--tw-border-opacity));
}

.border-pink-800 {
  --tw-border-opacity: 1;
  border-color: rgba(157, 23, 77, var(--tw-border-opacity));
}

.border-pink-900 {
  --tw-border-opacity: 1;
  border-color: rgba(131, 24, 67, var(--tw-border-opacity));
}

.border-fuchsia-50 {
  --tw-border-opacity: 1;
  border-color: rgba(253, 244, 255, var(--tw-border-opacity));
}

.border-fuchsia-100 {
  --tw-border-opacity: 1;
  border-color: rgba(250, 232, 255, var(--tw-border-opacity));
}

.border-fuchsia-200 {
  --tw-border-opacity: 1;
  border-color: rgba(245, 208, 254, var(--tw-border-opacity));
}

.border-fuchsia-300 {
  --tw-border-opacity: 1;
  border-color: rgba(240, 171, 252, var(--tw-border-opacity));
}

.border-fuchsia-400 {
  --tw-border-opacity: 1;
  border-color: rgba(232, 121, 249, var(--tw-border-opacity));
}

.border-fuchsia-500 {
  --tw-border-opacity: 1;
  border-color: rgba(217, 70, 239, var(--tw-border-opacity));
}

.border-fuchsia-600 {
  --tw-border-opacity: 1;
  border-color: rgba(192, 38, 211, var(--tw-border-opacity));
}

.border-fuchsia-700 {
  --tw-border-opacity: 1;
  border-color: rgba(162, 28, 175, var(--tw-border-opacity));
}

.border-fuchsia-800 {
  --tw-border-opacity: 1;
  border-color: rgba(134, 25, 143, var(--tw-border-opacity));
}

.border-fuchsia-900 {
  --tw-border-opacity: 1;
  border-color: rgba(112, 26, 117, var(--tw-border-opacity));
}

.border-violet-50 {
  --tw-border-opacity: 1;
  border-color: rgba(245, 243, 255, var(--tw-border-opacity));
}

.border-violet-100 {
  --tw-border-opacity: 1;
  border-color: rgba(237, 233, 254, var(--tw-border-opacity));
}

.border-violet-200 {
  --tw-border-opacity: 1;
  border-color: rgba(221, 214, 254, var(--tw-border-opacity));
}

.border-violet-300 {
  --tw-border-opacity: 1;
  border-color: rgba(196, 181, 253, var(--tw-border-opacity));
}

.border-violet-400 {
  --tw-border-opacity: 1;
  border-color: rgba(167, 139, 250, var(--tw-border-opacity));
}

.border-violet-500 {
  --tw-border-opacity: 1;
  border-color: rgba(139, 92, 246, var(--tw-border-opacity));
}

.border-violet-600 {
  --tw-border-opacity: 1;
  border-color: rgba(124, 58, 237, var(--tw-border-opacity));
}

.border-violet-700 {
  --tw-border-opacity: 1;
  border-color: rgba(109, 40, 217, var(--tw-border-opacity));
}

.border-violet-800 {
  --tw-border-opacity: 1;
  border-color: rgba(91, 33, 182, var(--tw-border-opacity));
}

.border-violet-900 {
  --tw-border-opacity: 1;
  border-color: rgba(76, 29, 149, var(--tw-border-opacity));
}

.border-indigo-50 {
  --tw-border-opacity: 1;
  border-color: rgba(238, 242, 255, var(--tw-border-opacity));
}

.border-indigo-100 {
  --tw-border-opacity: 1;
  border-color: rgba(224, 231, 255, var(--tw-border-opacity));
}

.border-indigo-200 {
  --tw-border-opacity: 1;
  border-color: rgba(199, 210, 254, var(--tw-border-opacity));
}

.border-indigo-300 {
  --tw-border-opacity: 1;
  border-color: rgba(165, 180, 252, var(--tw-border-opacity));
}

.border-indigo-400 {
  --tw-border-opacity: 1;
  border-color: rgba(129, 140, 248, var(--tw-border-opacity));
}

.border-indigo-500 {
  --tw-border-opacity: 1;
  border-color: rgba(99, 102, 241, var(--tw-border-opacity));
}

.border-indigo-600 {
  --tw-border-opacity: 1;
  border-color: rgba(79, 70, 229, var(--tw-border-opacity));
}

.border-indigo-700 {
  --tw-border-opacity: 1;
  border-color: rgba(67, 56, 202, var(--tw-border-opacity));
}

.border-indigo-800 {
  --tw-border-opacity: 1;
  border-color: rgba(55, 48, 163, var(--tw-border-opacity));
}

.border-indigo-900 {
  --tw-border-opacity: 1;
  border-color: rgba(49, 46, 129, var(--tw-border-opacity));
}

.border-lightBlue-50 {
  --tw-border-opacity: 1;
  border-color: rgba(240, 249, 255, var(--tw-border-opacity));
}

.border-lightBlue-100 {
  --tw-border-opacity: 1;
  border-color: rgba(224, 242, 254, var(--tw-border-opacity));
}

.border-lightBlue-200 {
  --tw-border-opacity: 1;
  border-color: rgba(186, 230, 253, var(--tw-border-opacity));
}

.border-lightBlue-300 {
  --tw-border-opacity: 1;
  border-color: rgba(125, 211, 252, var(--tw-border-opacity));
}

.border-lightBlue-400 {
  --tw-border-opacity: 1;
  border-color: rgba(56, 189, 248, var(--tw-border-opacity));
}

.border-lightBlue-500 {
  --tw-border-opacity: 1;
  border-color: rgba(14, 165, 233, var(--tw-border-opacity));
}

.border-lightBlue-600 {
  --tw-border-opacity: 1;
  border-color: rgba(2, 132, 199, var(--tw-border-opacity));
}

.border-lightBlue-700 {
  --tw-border-opacity: 1;
  border-color: rgba(3, 105, 161, var(--tw-border-opacity));
}

.border-lightBlue-800 {
  --tw-border-opacity: 1;
  border-color: rgba(7, 89, 133, var(--tw-border-opacity));
}

.border-lightBlue-900 {
  --tw-border-opacity: 1;
  border-color: rgba(12, 74, 110, var(--tw-border-opacity));
}

.border-cyan-50 {
  --tw-border-opacity: 1;
  border-color: rgba(236, 254, 255, var(--tw-border-opacity));
}

.border-cyan-100 {
  --tw-border-opacity: 1;
  border-color: rgba(207, 250, 254, var(--tw-border-opacity));
}

.border-cyan-200 {
  --tw-border-opacity: 1;
  border-color: rgba(165, 243, 252, var(--tw-border-opacity));
}

.border-cyan-300 {
  --tw-border-opacity: 1;
  border-color: rgba(103, 232, 249, var(--tw-border-opacity));
}

.border-cyan-400 {
  --tw-border-opacity: 1;
  border-color: rgba(34, 211, 238, var(--tw-border-opacity));
}

.border-cyan-500 {
  --tw-border-opacity: 1;
  border-color: rgba(6, 182, 212, var(--tw-border-opacity));
}

.border-cyan-600 {
  --tw-border-opacity: 1;
  border-color: rgba(8, 145, 178, var(--tw-border-opacity));
}

.border-cyan-700 {
  --tw-border-opacity: 1;
  border-color: rgba(14, 116, 144, var(--tw-border-opacity));
}

.border-cyan-800 {
  --tw-border-opacity: 1;
  border-color: rgba(21, 94, 117, var(--tw-border-opacity));
}

.border-cyan-900 {
  --tw-border-opacity: 1;
  border-color: rgba(22, 78, 99, var(--tw-border-opacity));
}

.border-teal-50 {
  --tw-border-opacity: 1;
  border-color: rgba(240, 253, 250, var(--tw-border-opacity));
}

.border-teal-100 {
  --tw-border-opacity: 1;
  border-color: rgba(204, 251, 241, var(--tw-border-opacity));
}

.border-teal-200 {
  --tw-border-opacity: 1;
  border-color: rgba(153, 246, 228, var(--tw-border-opacity));
}

.border-teal-300 {
  --tw-border-opacity: 1;
  border-color: rgba(94, 234, 212, var(--tw-border-opacity));
}

.border-teal-400 {
  --tw-border-opacity: 1;
  border-color: rgba(45, 212, 191, var(--tw-border-opacity));
}

.border-teal-500 {
  --tw-border-opacity: 1;
  border-color: rgba(20, 184, 166, var(--tw-border-opacity));
}

.border-teal-600 {
  --tw-border-opacity: 1;
  border-color: rgba(13, 148, 136, var(--tw-border-opacity));
}

.border-teal-700 {
  --tw-border-opacity: 1;
  border-color: rgba(15, 118, 110, var(--tw-border-opacity));
}

.border-teal-800 {
  --tw-border-opacity: 1;
  border-color: rgba(17, 94, 89, var(--tw-border-opacity));
}

.border-teal-900 {
  --tw-border-opacity: 1;
  border-color: rgba(19, 78, 74, var(--tw-border-opacity));
}

.border-emerald-50 {
  --tw-border-opacity: 1;
  border-color: rgba(236, 253, 245, var(--tw-border-opacity));
}

.border-emerald-100 {
  --tw-border-opacity: 1;
  border-color: rgba(209, 250, 229, var(--tw-border-opacity));
}

.border-emerald-200 {
  --tw-border-opacity: 1;
  border-color: rgba(167, 243, 208, var(--tw-border-opacity));
}

.border-emerald-300 {
  --tw-border-opacity: 1;
  border-color: rgba(110, 231, 183, var(--tw-border-opacity));
}

.border-emerald-400 {
  --tw-border-opacity: 1;
  border-color: rgba(52, 211, 153, var(--tw-border-opacity));
}

.border-emerald-500 {
  --tw-border-opacity: 1;
  border-color: rgba(16, 185, 129, var(--tw-border-opacity));
}

.border-emerald-600 {
  --tw-border-opacity: 1;
  border-color: rgba(5, 150, 105, var(--tw-border-opacity));
}

.border-emerald-700 {
  --tw-border-opacity: 1;
  border-color: rgba(4, 120, 87, var(--tw-border-opacity));
}

.border-emerald-800 {
  --tw-border-opacity: 1;
  border-color: rgba(6, 95, 70, var(--tw-border-opacity));
}

.border-emerald-900 {
  --tw-border-opacity: 1;
  border-color: rgba(6, 78, 59, var(--tw-border-opacity));
}

.border-green-50 {
  --tw-border-opacity: 1;
  border-color: rgba(240, 253, 244, var(--tw-border-opacity));
}

.border-green-100 {
  --tw-border-opacity: 1;
  border-color: rgba(220, 252, 231, var(--tw-border-opacity));
}

.border-green-200 {
  --tw-border-opacity: 1;
  border-color: rgba(187, 247, 208, var(--tw-border-opacity));
}

.border-green-300 {
  --tw-border-opacity: 1;
  border-color: rgba(134, 239, 172, var(--tw-border-opacity));
}

.border-green-400 {
  --tw-border-opacity: 1;
  border-color: rgba(74, 222, 128, var(--tw-border-opacity));
}

.border-green-500 {
  --tw-border-opacity: 1;
  border-color: rgba(34, 197, 94, var(--tw-border-opacity));
}

.border-green-600 {
  --tw-border-opacity: 1;
  border-color: rgba(22, 163, 74, var(--tw-border-opacity));
}

.border-green-700 {
  --tw-border-opacity: 1;
  border-color: rgba(21, 128, 61, var(--tw-border-opacity));
}

.border-green-800 {
  --tw-border-opacity: 1;
  border-color: rgba(22, 101, 52, var(--tw-border-opacity));
}

.border-green-900 {
  --tw-border-opacity: 1;
  border-color: rgba(20, 83, 45, var(--tw-border-opacity));
}

.border-lime-50 {
  --tw-border-opacity: 1;
  border-color: rgba(247, 254, 231, var(--tw-border-opacity));
}

.border-lime-100 {
  --tw-border-opacity: 1;
  border-color: rgba(236, 252, 203, var(--tw-border-opacity));
}

.border-lime-200 {
  --tw-border-opacity: 1;
  border-color: rgba(217, 249, 157, var(--tw-border-opacity));
}

.border-lime-300 {
  --tw-border-opacity: 1;
  border-color: rgba(190, 242, 100, var(--tw-border-opacity));
}

.border-lime-400 {
  --tw-border-opacity: 1;
  border-color: rgba(163, 230, 53, var(--tw-border-opacity));
}

.border-lime-500 {
  --tw-border-opacity: 1;
  border-color: rgba(132, 204, 22, var(--tw-border-opacity));
}

.border-lime-600 {
  --tw-border-opacity: 1;
  border-color: rgba(101, 163, 13, var(--tw-border-opacity));
}

.border-lime-700 {
  --tw-border-opacity: 1;
  border-color: rgba(77, 124, 15, var(--tw-border-opacity));
}

.border-lime-800 {
  --tw-border-opacity: 1;
  border-color: rgba(63, 98, 18, var(--tw-border-opacity));
}

.border-lime-900 {
  --tw-border-opacity: 1;
  border-color: rgba(54, 83, 20, var(--tw-border-opacity));
}

.border-yellow-50 {
  --tw-border-opacity: 1;
  border-color: rgba(254, 252, 232, var(--tw-border-opacity));
}

.border-yellow-100 {
  --tw-border-opacity: 1;
  border-color: rgba(254, 249, 195, var(--tw-border-opacity));
}

.border-yellow-200 {
  --tw-border-opacity: 1;
  border-color: rgba(254, 240, 138, var(--tw-border-opacity));
}

.border-yellow-300 {
  --tw-border-opacity: 1;
  border-color: rgba(253, 224, 71, var(--tw-border-opacity));
}

.border-yellow-400 {
  --tw-border-opacity: 1;
  border-color: rgba(250, 204, 21, var(--tw-border-opacity));
}

.border-yellow-500 {
  --tw-border-opacity: 1;
  border-color: rgba(234, 179, 8, var(--tw-border-opacity));
}

.border-yellow-600 {
  --tw-border-opacity: 1;
  border-color: rgba(202, 138, 4, var(--tw-border-opacity));
}

.border-yellow-700 {
  --tw-border-opacity: 1;
  border-color: rgba(161, 98, 7, var(--tw-border-opacity));
}

.border-yellow-800 {
  --tw-border-opacity: 1;
  border-color: rgba(133, 77, 14, var(--tw-border-opacity));
}

.border-yellow-900 {
  --tw-border-opacity: 1;
  border-color: rgba(113, 63, 18, var(--tw-border-opacity));
}

.border-amber-50 {
  --tw-border-opacity: 1;
  border-color: rgba(255, 251, 235, var(--tw-border-opacity));
}

.border-amber-100 {
  --tw-border-opacity: 1;
  border-color: rgba(254, 243, 199, var(--tw-border-opacity));
}

.border-amber-200 {
  --tw-border-opacity: 1;
  border-color: rgba(253, 230, 138, var(--tw-border-opacity));
}

.border-amber-300 {
  --tw-border-opacity: 1;
  border-color: rgba(252, 211, 77, var(--tw-border-opacity));
}

.border-amber-400 {
  --tw-border-opacity: 1;
  border-color: rgba(251, 191, 36, var(--tw-border-opacity));
}

.border-amber-500 {
  --tw-border-opacity: 1;
  border-color: rgba(245, 158, 11, var(--tw-border-opacity));
}

.border-amber-600 {
  --tw-border-opacity: 1;
  border-color: rgba(217, 119, 6, var(--tw-border-opacity));
}

.border-amber-700 {
  --tw-border-opacity: 1;
  border-color: rgba(180, 83, 9, var(--tw-border-opacity));
}

.border-amber-800 {
  --tw-border-opacity: 1;
  border-color: rgba(146, 64, 14, var(--tw-border-opacity));
}

.border-amber-900 {
  --tw-border-opacity: 1;
  border-color: rgba(120, 53, 15, var(--tw-border-opacity));
}

.border-orange-50 {
  --tw-border-opacity: 1;
  border-color: rgba(255, 247, 237, var(--tw-border-opacity));
}

.border-orange-100 {
  --tw-border-opacity: 1;
  border-color: rgba(255, 237, 213, var(--tw-border-opacity));
}

.border-orange-200 {
  --tw-border-opacity: 1;
  border-color: rgba(254, 215, 170, var(--tw-border-opacity));
}

.border-orange-300 {
  --tw-border-opacity: 1;
  border-color: rgba(253, 186, 116, var(--tw-border-opacity));
}

.border-orange-400 {
  --tw-border-opacity: 1;
  border-color: rgba(251, 146, 60, var(--tw-border-opacity));
}

.border-orange-500 {
  --tw-border-opacity: 1;
  border-color: rgba(249, 115, 22, var(--tw-border-opacity));
}

.border-orange-600 {
  --tw-border-opacity: 1;
  border-color: rgba(234, 88, 12, var(--tw-border-opacity));
}

.border-orange-700 {
  --tw-border-opacity: 1;
  border-color: rgba(194, 65, 12, var(--tw-border-opacity));
}

.border-orange-800 {
  --tw-border-opacity: 1;
  border-color: rgba(154, 52, 18, var(--tw-border-opacity));
}

.border-orange-900 {
  --tw-border-opacity: 1;
  border-color: rgba(124, 45, 18, var(--tw-border-opacity));
}

.border-red-50 {
  --tw-border-opacity: 1;
  border-color: rgba(254, 242, 242, var(--tw-border-opacity));
}

.border-red-100 {
  --tw-border-opacity: 1;
  border-color: rgba(254, 226, 226, var(--tw-border-opacity));
}

.border-red-200 {
  --tw-border-opacity: 1;
  border-color: rgba(254, 202, 202, var(--tw-border-opacity));
}

.border-red-300 {
  --tw-border-opacity: 1;
  border-color: rgba(252, 165, 165, var(--tw-border-opacity));
}

.border-red-400 {
  --tw-border-opacity: 1;
  border-color: rgba(248, 113, 113, var(--tw-border-opacity));
}

.border-red-500 {
  --tw-border-opacity: 1;
  border-color: rgba(239, 68, 68, var(--tw-border-opacity));
}

.border-red-600 {
  --tw-border-opacity: 1;
  border-color: rgba(220, 38, 38, var(--tw-border-opacity));
}

.border-red-700 {
  --tw-border-opacity: 1;
  border-color: rgba(185, 28, 28, var(--tw-border-opacity));
}

.border-red-800 {
  --tw-border-opacity: 1;
  border-color: rgba(153, 27, 27, var(--tw-border-opacity));
}

.border-red-900 {
  --tw-border-opacity: 1;
  border-color: rgba(127, 29, 29, var(--tw-border-opacity));
}

.border-warmGray-50 {
  --tw-border-opacity: 1;
  border-color: rgba(250, 250, 249, var(--tw-border-opacity));
}

.border-warmGray-100 {
  --tw-border-opacity: 1;
  border-color: rgba(245, 245, 244, var(--tw-border-opacity));
}

.border-warmGray-200 {
  --tw-border-opacity: 1;
  border-color: rgba(231, 229, 228, var(--tw-border-opacity));
}

.border-warmGray-300 {
  --tw-border-opacity: 1;
  border-color: rgba(214, 211, 209, var(--tw-border-opacity));
}

.border-warmGray-400 {
  --tw-border-opacity: 1;
  border-color: rgba(168, 162, 158, var(--tw-border-opacity));
}

.border-warmGray-500 {
  --tw-border-opacity: 1;
  border-color: rgba(120, 113, 108, var(--tw-border-opacity));
}

.border-warmGray-600 {
  --tw-border-opacity: 1;
  border-color: rgba(87, 83, 78, var(--tw-border-opacity));
}

.border-warmGray-700 {
  --tw-border-opacity: 1;
  border-color: rgba(68, 64, 60, var(--tw-border-opacity));
}

.border-warmGray-800 {
  --tw-border-opacity: 1;
  border-color: rgba(41, 37, 36, var(--tw-border-opacity));
}

.border-warmGray-900 {
  --tw-border-opacity: 1;
  border-color: rgba(28, 25, 23, var(--tw-border-opacity));
}

.border-trueGray-50 {
  --tw-border-opacity: 1;
  border-color: rgba(250, 250, 250, var(--tw-border-opacity));
}

.border-trueGray-100 {
  --tw-border-opacity: 1;
  border-color: rgba(245, 245, 245, var(--tw-border-opacity));
}

.border-trueGray-200 {
  --tw-border-opacity: 1;
  border-color: rgba(229, 229, 229, var(--tw-border-opacity));
}

.border-trueGray-300 {
  --tw-border-opacity: 1;
  border-color: rgba(212, 212, 212, var(--tw-border-opacity));
}

.border-trueGray-400 {
  --tw-border-opacity: 1;
  border-color: rgba(163, 163, 163, var(--tw-border-opacity));
}

.border-trueGray-500 {
  --tw-border-opacity: 1;
  border-color: rgba(115, 115, 115, var(--tw-border-opacity));
}

.border-trueGray-600 {
  --tw-border-opacity: 1;
  border-color: rgba(82, 82, 82, var(--tw-border-opacity));
}

.border-trueGray-700 {
  --tw-border-opacity: 1;
  border-color: rgba(64, 64, 64, var(--tw-border-opacity));
}

.border-trueGray-800 {
  --tw-border-opacity: 1;
  border-color: rgba(38, 38, 38, var(--tw-border-opacity));
}

.border-trueGray-900 {
  --tw-border-opacity: 1;
  border-color: rgba(23, 23, 23, var(--tw-border-opacity));
}

.border-gray-50 {
  --tw-border-opacity: 1;
  border-color: rgba(250, 250, 250, var(--tw-border-opacity));
}

.border-gray-100 {
  --tw-border-opacity: 1;
  border-color: rgba(244, 244, 245, var(--tw-border-opacity));
}

.border-gray-200 {
  --tw-border-opacity: 1;
  border-color: rgba(228, 228, 231, var(--tw-border-opacity));
}

.border-gray-300 {
  --tw-border-opacity: 1;
  border-color: rgba(212, 212, 216, var(--tw-border-opacity));
}

.border-gray-400 {
  --tw-border-opacity: 1;
  border-color: rgba(161, 161, 170, var(--tw-border-opacity));
}

.border-gray-500 {
  --tw-border-opacity: 1;
  border-color: rgba(113, 113, 122, var(--tw-border-opacity));
}

.border-gray-600 {
  --tw-border-opacity: 1;
  border-color: rgba(82, 82, 91, var(--tw-border-opacity));
}

.border-gray-700 {
  --tw-border-opacity: 1;
  border-color: rgba(63, 63, 70, var(--tw-border-opacity));
}

.border-gray-800 {
  --tw-border-opacity: 1;
  border-color: rgba(39, 39, 42, var(--tw-border-opacity));
}

.border-gray-900 {
  --tw-border-opacity: 1;
  border-color: rgba(24, 24, 27, var(--tw-border-opacity));
}

.border-coolGray-50 {
  --tw-border-opacity: 1;
  border-color: rgba(249, 250, 251, var(--tw-border-opacity));
}

.border-coolGray-100 {
  --tw-border-opacity: 1;
  border-color: rgba(243, 244, 246, var(--tw-border-opacity));
}

.border-coolGray-200 {
  --tw-border-opacity: 1;
  border-color: rgba(229, 231, 235, var(--tw-border-opacity));
}

.border-coolGray-300 {
  --tw-border-opacity: 1;
  border-color: rgba(209, 213, 219, var(--tw-border-opacity));
}

.border-coolGray-400 {
  --tw-border-opacity: 1;
  border-color: rgba(156, 163, 175, var(--tw-border-opacity));
}

.border-coolGray-500 {
  --tw-border-opacity: 1;
  border-color: rgba(107, 114, 128, var(--tw-border-opacity));
}

.border-coolGray-600 {
  --tw-border-opacity: 1;
  border-color: rgba(75, 85, 99, var(--tw-border-opacity));
}

.border-coolGray-700 {
  --tw-border-opacity: 1;
  border-color: rgba(55, 65, 81, var(--tw-border-opacity));
}

.border-coolGray-800 {
  --tw-border-opacity: 1;
  border-color: rgba(31, 41, 55, var(--tw-border-opacity));
}

.border-coolGray-900 {
  --tw-border-opacity: 1;
  border-color: rgba(17, 24, 39, var(--tw-border-opacity));
}

.border-blueGray-50 {
  --tw-border-opacity: 1;
  border-color: rgba(248, 250, 252, var(--tw-border-opacity));
}

.border-blueGray-100 {
  --tw-border-opacity: 1;
  border-color: rgba(241, 245, 249, var(--tw-border-opacity));
}

.border-blueGray-200 {
  --tw-border-opacity: 1;
  border-color: rgba(226, 232, 240, var(--tw-border-opacity));
}

.border-blueGray-300 {
  --tw-border-opacity: 1;
  border-color: rgba(203, 213, 225, var(--tw-border-opacity));
}

.border-blueGray-400 {
  --tw-border-opacity: 1;
  border-color: rgba(148, 163, 184, var(--tw-border-opacity));
}

.border-blueGray-500 {
  --tw-border-opacity: 1;
  border-color: rgba(100, 116, 139, var(--tw-border-opacity));
}

.border-blueGray-600 {
  --tw-border-opacity: 1;
  border-color: rgba(71, 85, 105, var(--tw-border-opacity));
}

.border-blueGray-700 {
  --tw-border-opacity: 1;
  border-color: rgba(51, 65, 85, var(--tw-border-opacity));
}

.border-blueGray-800 {
  --tw-border-opacity: 1;
  border-color: rgba(30, 41, 59, var(--tw-border-opacity));
}

.border-blueGray-900 {
  --tw-border-opacity: 1;
  border-color: rgba(15, 23, 42, var(--tw-border-opacity));
}

.hover\:border-current:hover {
  border-color: currentColor;
}

.hover\:border-transparent:hover {
  border-color: transparent;
}

.hover\:border-falcon:hover {
  border-color: var(--falcon);
}

.hover\:border-basement:hover {
  border-color: var(--basement);
}

.hover\:border-blue-50:hover {
  --tw-border-opacity: 1;
  border-color: rgba(239, 246, 255, var(--tw-border-opacity));
}

.hover\:border-blue-100:hover {
  --tw-border-opacity: 1;
  border-color: rgba(219, 234, 254, var(--tw-border-opacity));
}

.hover\:border-blue-200:hover {
  --tw-border-opacity: 1;
  border-color: rgba(191, 219, 254, var(--tw-border-opacity));
}

.hover\:border-blue-300:hover {
  --tw-border-opacity: 1;
  border-color: rgba(147, 197, 253, var(--tw-border-opacity));
}

.hover\:border-blue-400:hover {
  --tw-border-opacity: 1;
  border-color: rgba(96, 165, 250, var(--tw-border-opacity));
}

.hover\:border-blue-500:hover {
  --tw-border-opacity: 1;
  border-color: rgba(59, 130, 246, var(--tw-border-opacity));
}

.hover\:border-blue-600:hover {
  --tw-border-opacity: 1;
  border-color: rgba(37, 99, 235, var(--tw-border-opacity));
}

.hover\:border-blue-700:hover {
  --tw-border-opacity: 1;
  border-color: rgba(29, 78, 216, var(--tw-border-opacity));
}

.hover\:border-blue-800:hover {
  --tw-border-opacity: 1;
  border-color: rgba(30, 64, 175, var(--tw-border-opacity));
}

.hover\:border-blue-900:hover {
  --tw-border-opacity: 1;
  border-color: rgba(30, 58, 138, var(--tw-border-opacity));
}

.hover\:border-body-and-labels:hover {
  border-color: var(--body-and-labels);
}

.hover\:border-brand:hover {
  border-color: var(--brand);
}

.hover\:border-code-base-64:hover {
  border-color: var(--code-base-64);
}

.hover\:border-code-bg:hover {
  border-color: var(--code-bg);
}

.hover\:border-code-outline:hover {
  border-color: var(--code-outline);
}

.hover\:border-code-text:hover {
  border-color: var(--code-text);
}

.hover\:border-critical:hover {
  border-color: var(--critical);
}

.hover\:border-destructive-hover:hover {
  border-color: var(--destructive-hover);
}

.hover\:border-destructive-idle:hover {
  border-color: var(--destructive-idle);
}

.hover\:border-destructive-pressed:hover {
  border-color: var(--destructive-pressed);
}

.hover\:border-disabled:hover {
  border-color: var(--disabled);
}

.hover\:border-disc-operations:hover {
  border-color: var(--disc-operations);
}

.hover\:border-dns-requests:hover {
  border-color: var(--dns-requests);
}

.hover\:border-focus:hover {
  border-color: var(--focus);
}

.hover\:border-graph-1:hover {
  border-color: var(--graph-1);
}

.hover\:border-graph-10:hover {
  border-color: var(--graph-10);
}

.hover\:border-graph-11:hover {
  border-color: var(--graph-11);
}

.hover\:border-graph-2:hover {
  border-color: var(--graph-2);
}

.hover\:border-graph-3:hover {
  border-color: var(--graph-3);
}

.hover\:border-graph-4:hover {
  border-color: var(--graph-4);
}

.hover\:border-graph-5:hover {
  border-color: var(--graph-5);
}

.hover\:border-graph-6:hover {
  border-color: var(--graph-6);
}

.hover\:border-graph-7:hover {
  border-color: var(--graph-7);
}

.hover\:border-graph-8:hover {
  border-color: var(--graph-8);
}

.hover\:border-graph-9:hover {
  border-color: var(--graph-9);
}

.hover\:border-graph-disabled:hover {
  border-color: var(--graph-disabled);
}

.hover\:border-ground-floor:hover {
  border-color: var(--ground-floor);
}

.hover\:border-high:hover {
  border-color: var(--high);
}

.hover\:border-informational:hover {
  border-color: var(--informational);
}

.hover\:border-lines-dark:hover {
  border-color: var(--lines-dark);
}

.hover\:border-lines-light:hover {
  border-color: var(--lines-light);
}

.hover\:border-low:hover {
  border-color: var(--low);
}

.hover\:border-medium:hover {
  border-color: var(--medium);
}

.hover\:border-mezzanine:hover {
  border-color: var(--mezzanine);
}

.hover\:border-nav-text-and-icons:hover {
  border-color: var(--nav-text-and-icons);
}

.hover\:border-nav-text-secondary:hover {
  border-color: var(--nav-text-secondary);
}

.hover\:border-network-operations:hover {
  border-color: var(--network-operations);
}

.hover\:border-normal-hover:hover {
  border-color: var(--normal-hover);
}

.hover\:border-normal-idle:hover {
  border-color: var(--normal-idle);
}

.hover\:border-normal-pressed:hover {
  border-color: var(--normal-pressed);
}

.hover\:border-overlay-0\.5:hover {
  border-color: var(--overlay-0\.5);
}

.hover\:border-overlay-1:hover {
  border-color: var(--overlay-1);
}

.hover\:border-overlay-2:hover {
  border-color: var(--overlay-2);
}

.hover\:border-positive:hover {
  border-color: var(--positive);
}

.hover\:border-primary-hover:hover {
  border-color: var(--primary-hover);
}

.hover\:border-primary-idle:hover {
  border-color: var(--primary-idle);
}

.hover\:border-primary-pressed:hover {
  border-color: var(--primary-pressed);
}

.hover\:border-process-operations:hover {
  border-color: var(--process-operations);
}

.hover\:border-purple-50:hover {
  --tw-border-opacity: 1;
  border-color: rgba(250, 245, 255, var(--tw-border-opacity));
}

.hover\:border-purple-100:hover {
  --tw-border-opacity: 1;
  border-color: rgba(243, 232, 255, var(--tw-border-opacity));
}

.hover\:border-purple-200:hover {
  --tw-border-opacity: 1;
  border-color: rgba(233, 213, 255, var(--tw-border-opacity));
}

.hover\:border-purple-300:hover {
  --tw-border-opacity: 1;
  border-color: rgba(216, 180, 254, var(--tw-border-opacity));
}

.hover\:border-purple-400:hover {
  --tw-border-opacity: 1;
  border-color: rgba(192, 132, 252, var(--tw-border-opacity));
}

.hover\:border-purple-500:hover {
  --tw-border-opacity: 1;
  border-color: rgba(168, 85, 247, var(--tw-border-opacity));
}

.hover\:border-purple-600:hover {
  --tw-border-opacity: 1;
  border-color: rgba(147, 51, 234, var(--tw-border-opacity));
}

.hover\:border-purple-700:hover {
  --tw-border-opacity: 1;
  border-color: rgba(126, 34, 206, var(--tw-border-opacity));
}

.hover\:border-purple-800:hover {
  --tw-border-opacity: 1;
  border-color: rgba(107, 33, 168, var(--tw-border-opacity));
}

.hover\:border-purple-900:hover {
  --tw-border-opacity: 1;
  border-color: rgba(88, 28, 135, var(--tw-border-opacity));
}

.hover\:border-registry-operations:hover {
  border-color: var(--registry-operations);
}

.hover\:border-selected:hover {
  border-color: var(--selected);
}

.hover\:border-surface-2xl:hover {
  border-color: var(--surface-2xl);
}

.hover\:border-surface-base:hover {
  border-color: var(--surface-base);
}

.hover\:border-surface-inner:hover {
  border-color: var(--surface-inner);
}

.hover\:border-surface-lg:hover {
  border-color: var(--surface-lg);
}

.hover\:border-surface-md:hover {
  border-color: var(--surface-md);
}

.hover\:border-surface-xl:hover {
  border-color: var(--surface-xl);
}

.hover\:border-text-and-icons:hover {
  border-color: var(--text-and-icons);
}

.hover\:border-titles-and-attributes:hover {
  border-color: var(--titles-and-attributes);
}

.hover\:border-black:hover {
  --tw-border-opacity: 1;
  border-color: rgba(0, 0, 0, var(--tw-border-opacity));
}

.hover\:border-white:hover {
  --tw-border-opacity: 1;
  border-color: rgba(255, 255, 255, var(--tw-border-opacity));
}

.hover\:border-rose-50:hover {
  --tw-border-opacity: 1;
  border-color: rgba(255, 241, 242, var(--tw-border-opacity));
}

.hover\:border-rose-100:hover {
  --tw-border-opacity: 1;
  border-color: rgba(255, 228, 230, var(--tw-border-opacity));
}

.hover\:border-rose-200:hover {
  --tw-border-opacity: 1;
  border-color: rgba(254, 205, 211, var(--tw-border-opacity));
}

.hover\:border-rose-300:hover {
  --tw-border-opacity: 1;
  border-color: rgba(253, 164, 175, var(--tw-border-opacity));
}

.hover\:border-rose-400:hover {
  --tw-border-opacity: 1;
  border-color: rgba(251, 113, 133, var(--tw-border-opacity));
}

.hover\:border-rose-500:hover {
  --tw-border-opacity: 1;
  border-color: rgba(244, 63, 94, var(--tw-border-opacity));
}

.hover\:border-rose-600:hover {
  --tw-border-opacity: 1;
  border-color: rgba(225, 29, 72, var(--tw-border-opacity));
}

.hover\:border-rose-700:hover {
  --tw-border-opacity: 1;
  border-color: rgba(190, 18, 60, var(--tw-border-opacity));
}

.hover\:border-rose-800:hover {
  --tw-border-opacity: 1;
  border-color: rgba(159, 18, 57, var(--tw-border-opacity));
}

.hover\:border-rose-900:hover {
  --tw-border-opacity: 1;
  border-color: rgba(136, 19, 55, var(--tw-border-opacity));
}

.hover\:border-pink-50:hover {
  --tw-border-opacity: 1;
  border-color: rgba(253, 242, 248, var(--tw-border-opacity));
}

.hover\:border-pink-100:hover {
  --tw-border-opacity: 1;
  border-color: rgba(252, 231, 243, var(--tw-border-opacity));
}

.hover\:border-pink-200:hover {
  --tw-border-opacity: 1;
  border-color: rgba(251, 207, 232, var(--tw-border-opacity));
}

.hover\:border-pink-300:hover {
  --tw-border-opacity: 1;
  border-color: rgba(249, 168, 212, var(--tw-border-opacity));
}

.hover\:border-pink-400:hover {
  --tw-border-opacity: 1;
  border-color: rgba(244, 114, 182, var(--tw-border-opacity));
}

.hover\:border-pink-500:hover {
  --tw-border-opacity: 1;
  border-color: rgba(236, 72, 153, var(--tw-border-opacity));
}

.hover\:border-pink-600:hover {
  --tw-border-opacity: 1;
  border-color: rgba(219, 39, 119, var(--tw-border-opacity));
}

.hover\:border-pink-700:hover {
  --tw-border-opacity: 1;
  border-color: rgba(190, 24, 93, var(--tw-border-opacity));
}

.hover\:border-pink-800:hover {
  --tw-border-opacity: 1;
  border-color: rgba(157, 23, 77, var(--tw-border-opacity));
}

.hover\:border-pink-900:hover {
  --tw-border-opacity: 1;
  border-color: rgba(131, 24, 67, var(--tw-border-opacity));
}

.hover\:border-fuchsia-50:hover {
  --tw-border-opacity: 1;
  border-color: rgba(253, 244, 255, var(--tw-border-opacity));
}

.hover\:border-fuchsia-100:hover {
  --tw-border-opacity: 1;
  border-color: rgba(250, 232, 255, var(--tw-border-opacity));
}

.hover\:border-fuchsia-200:hover {
  --tw-border-opacity: 1;
  border-color: rgba(245, 208, 254, var(--tw-border-opacity));
}

.hover\:border-fuchsia-300:hover {
  --tw-border-opacity: 1;
  border-color: rgba(240, 171, 252, var(--tw-border-opacity));
}

.hover\:border-fuchsia-400:hover {
  --tw-border-opacity: 1;
  border-color: rgba(232, 121, 249, var(--tw-border-opacity));
}

.hover\:border-fuchsia-500:hover {
  --tw-border-opacity: 1;
  border-color: rgba(217, 70, 239, var(--tw-border-opacity));
}

.hover\:border-fuchsia-600:hover {
  --tw-border-opacity: 1;
  border-color: rgba(192, 38, 211, var(--tw-border-opacity));
}

.hover\:border-fuchsia-700:hover {
  --tw-border-opacity: 1;
  border-color: rgba(162, 28, 175, var(--tw-border-opacity));
}

.hover\:border-fuchsia-800:hover {
  --tw-border-opacity: 1;
  border-color: rgba(134, 25, 143, var(--tw-border-opacity));
}

.hover\:border-fuchsia-900:hover {
  --tw-border-opacity: 1;
  border-color: rgba(112, 26, 117, var(--tw-border-opacity));
}

.hover\:border-violet-50:hover {
  --tw-border-opacity: 1;
  border-color: rgba(245, 243, 255, var(--tw-border-opacity));
}

.hover\:border-violet-100:hover {
  --tw-border-opacity: 1;
  border-color: rgba(237, 233, 254, var(--tw-border-opacity));
}

.hover\:border-violet-200:hover {
  --tw-border-opacity: 1;
  border-color: rgba(221, 214, 254, var(--tw-border-opacity));
}

.hover\:border-violet-300:hover {
  --tw-border-opacity: 1;
  border-color: rgba(196, 181, 253, var(--tw-border-opacity));
}

.hover\:border-violet-400:hover {
  --tw-border-opacity: 1;
  border-color: rgba(167, 139, 250, var(--tw-border-opacity));
}

.hover\:border-violet-500:hover {
  --tw-border-opacity: 1;
  border-color: rgba(139, 92, 246, var(--tw-border-opacity));
}

.hover\:border-violet-600:hover {
  --tw-border-opacity: 1;
  border-color: rgba(124, 58, 237, var(--tw-border-opacity));
}

.hover\:border-violet-700:hover {
  --tw-border-opacity: 1;
  border-color: rgba(109, 40, 217, var(--tw-border-opacity));
}

.hover\:border-violet-800:hover {
  --tw-border-opacity: 1;
  border-color: rgba(91, 33, 182, var(--tw-border-opacity));
}

.hover\:border-violet-900:hover {
  --tw-border-opacity: 1;
  border-color: rgba(76, 29, 149, var(--tw-border-opacity));
}

.hover\:border-indigo-50:hover {
  --tw-border-opacity: 1;
  border-color: rgba(238, 242, 255, var(--tw-border-opacity));
}

.hover\:border-indigo-100:hover {
  --tw-border-opacity: 1;
  border-color: rgba(224, 231, 255, var(--tw-border-opacity));
}

.hover\:border-indigo-200:hover {
  --tw-border-opacity: 1;
  border-color: rgba(199, 210, 254, var(--tw-border-opacity));
}

.hover\:border-indigo-300:hover {
  --tw-border-opacity: 1;
  border-color: rgba(165, 180, 252, var(--tw-border-opacity));
}

.hover\:border-indigo-400:hover {
  --tw-border-opacity: 1;
  border-color: rgba(129, 140, 248, var(--tw-border-opacity));
}

.hover\:border-indigo-500:hover {
  --tw-border-opacity: 1;
  border-color: rgba(99, 102, 241, var(--tw-border-opacity));
}

.hover\:border-indigo-600:hover {
  --tw-border-opacity: 1;
  border-color: rgba(79, 70, 229, var(--tw-border-opacity));
}

.hover\:border-indigo-700:hover {
  --tw-border-opacity: 1;
  border-color: rgba(67, 56, 202, var(--tw-border-opacity));
}

.hover\:border-indigo-800:hover {
  --tw-border-opacity: 1;
  border-color: rgba(55, 48, 163, var(--tw-border-opacity));
}

.hover\:border-indigo-900:hover {
  --tw-border-opacity: 1;
  border-color: rgba(49, 46, 129, var(--tw-border-opacity));
}

.hover\:border-lightBlue-50:hover {
  --tw-border-opacity: 1;
  border-color: rgba(240, 249, 255, var(--tw-border-opacity));
}

.hover\:border-lightBlue-100:hover {
  --tw-border-opacity: 1;
  border-color: rgba(224, 242, 254, var(--tw-border-opacity));
}

.hover\:border-lightBlue-200:hover {
  --tw-border-opacity: 1;
  border-color: rgba(186, 230, 253, var(--tw-border-opacity));
}

.hover\:border-lightBlue-300:hover {
  --tw-border-opacity: 1;
  border-color: rgba(125, 211, 252, var(--tw-border-opacity));
}

.hover\:border-lightBlue-400:hover {
  --tw-border-opacity: 1;
  border-color: rgba(56, 189, 248, var(--tw-border-opacity));
}

.hover\:border-lightBlue-500:hover {
  --tw-border-opacity: 1;
  border-color: rgba(14, 165, 233, var(--tw-border-opacity));
}

.hover\:border-lightBlue-600:hover {
  --tw-border-opacity: 1;
  border-color: rgba(2, 132, 199, var(--tw-border-opacity));
}

.hover\:border-lightBlue-700:hover {
  --tw-border-opacity: 1;
  border-color: rgba(3, 105, 161, var(--tw-border-opacity));
}

.hover\:border-lightBlue-800:hover {
  --tw-border-opacity: 1;
  border-color: rgba(7, 89, 133, var(--tw-border-opacity));
}

.hover\:border-lightBlue-900:hover {
  --tw-border-opacity: 1;
  border-color: rgba(12, 74, 110, var(--tw-border-opacity));
}

.hover\:border-cyan-50:hover {
  --tw-border-opacity: 1;
  border-color: rgba(236, 254, 255, var(--tw-border-opacity));
}

.hover\:border-cyan-100:hover {
  --tw-border-opacity: 1;
  border-color: rgba(207, 250, 254, var(--tw-border-opacity));
}

.hover\:border-cyan-200:hover {
  --tw-border-opacity: 1;
  border-color: rgba(165, 243, 252, var(--tw-border-opacity));
}

.hover\:border-cyan-300:hover {
  --tw-border-opacity: 1;
  border-color: rgba(103, 232, 249, var(--tw-border-opacity));
}

.hover\:border-cyan-400:hover {
  --tw-border-opacity: 1;
  border-color: rgba(34, 211, 238, var(--tw-border-opacity));
}

.hover\:border-cyan-500:hover {
  --tw-border-opacity: 1;
  border-color: rgba(6, 182, 212, var(--tw-border-opacity));
}

.hover\:border-cyan-600:hover {
  --tw-border-opacity: 1;
  border-color: rgba(8, 145, 178, var(--tw-border-opacity));
}

.hover\:border-cyan-700:hover {
  --tw-border-opacity: 1;
  border-color: rgba(14, 116, 144, var(--tw-border-opacity));
}

.hover\:border-cyan-800:hover {
  --tw-border-opacity: 1;
  border-color: rgba(21, 94, 117, var(--tw-border-opacity));
}

.hover\:border-cyan-900:hover {
  --tw-border-opacity: 1;
  border-color: rgba(22, 78, 99, var(--tw-border-opacity));
}

.hover\:border-teal-50:hover {
  --tw-border-opacity: 1;
  border-color: rgba(240, 253, 250, var(--tw-border-opacity));
}

.hover\:border-teal-100:hover {
  --tw-border-opacity: 1;
  border-color: rgba(204, 251, 241, var(--tw-border-opacity));
}

.hover\:border-teal-200:hover {
  --tw-border-opacity: 1;
  border-color: rgba(153, 246, 228, var(--tw-border-opacity));
}

.hover\:border-teal-300:hover {
  --tw-border-opacity: 1;
  border-color: rgba(94, 234, 212, var(--tw-border-opacity));
}

.hover\:border-teal-400:hover {
  --tw-border-opacity: 1;
  border-color: rgba(45, 212, 191, var(--tw-border-opacity));
}

.hover\:border-teal-500:hover {
  --tw-border-opacity: 1;
  border-color: rgba(20, 184, 166, var(--tw-border-opacity));
}

.hover\:border-teal-600:hover {
  --tw-border-opacity: 1;
  border-color: rgba(13, 148, 136, var(--tw-border-opacity));
}

.hover\:border-teal-700:hover {
  --tw-border-opacity: 1;
  border-color: rgba(15, 118, 110, var(--tw-border-opacity));
}

.hover\:border-teal-800:hover {
  --tw-border-opacity: 1;
  border-color: rgba(17, 94, 89, var(--tw-border-opacity));
}

.hover\:border-teal-900:hover {
  --tw-border-opacity: 1;
  border-color: rgba(19, 78, 74, var(--tw-border-opacity));
}

.hover\:border-emerald-50:hover {
  --tw-border-opacity: 1;
  border-color: rgba(236, 253, 245, var(--tw-border-opacity));
}

.hover\:border-emerald-100:hover {
  --tw-border-opacity: 1;
  border-color: rgba(209, 250, 229, var(--tw-border-opacity));
}

.hover\:border-emerald-200:hover {
  --tw-border-opacity: 1;
  border-color: rgba(167, 243, 208, var(--tw-border-opacity));
}

.hover\:border-emerald-300:hover {
  --tw-border-opacity: 1;
  border-color: rgba(110, 231, 183, var(--tw-border-opacity));
}

.hover\:border-emerald-400:hover {
  --tw-border-opacity: 1;
  border-color: rgba(52, 211, 153, var(--tw-border-opacity));
}

.hover\:border-emerald-500:hover {
  --tw-border-opacity: 1;
  border-color: rgba(16, 185, 129, var(--tw-border-opacity));
}

.hover\:border-emerald-600:hover {
  --tw-border-opacity: 1;
  border-color: rgba(5, 150, 105, var(--tw-border-opacity));
}

.hover\:border-emerald-700:hover {
  --tw-border-opacity: 1;
  border-color: rgba(4, 120, 87, var(--tw-border-opacity));
}

.hover\:border-emerald-800:hover {
  --tw-border-opacity: 1;
  border-color: rgba(6, 95, 70, var(--tw-border-opacity));
}

.hover\:border-emerald-900:hover {
  --tw-border-opacity: 1;
  border-color: rgba(6, 78, 59, var(--tw-border-opacity));
}

.hover\:border-green-50:hover {
  --tw-border-opacity: 1;
  border-color: rgba(240, 253, 244, var(--tw-border-opacity));
}

.hover\:border-green-100:hover {
  --tw-border-opacity: 1;
  border-color: rgba(220, 252, 231, var(--tw-border-opacity));
}

.hover\:border-green-200:hover {
  --tw-border-opacity: 1;
  border-color: rgba(187, 247, 208, var(--tw-border-opacity));
}

.hover\:border-green-300:hover {
  --tw-border-opacity: 1;
  border-color: rgba(134, 239, 172, var(--tw-border-opacity));
}

.hover\:border-green-400:hover {
  --tw-border-opacity: 1;
  border-color: rgba(74, 222, 128, var(--tw-border-opacity));
}

.hover\:border-green-500:hover {
  --tw-border-opacity: 1;
  border-color: rgba(34, 197, 94, var(--tw-border-opacity));
}

.hover\:border-green-600:hover {
  --tw-border-opacity: 1;
  border-color: rgba(22, 163, 74, var(--tw-border-opacity));
}

.hover\:border-green-700:hover {
  --tw-border-opacity: 1;
  border-color: rgba(21, 128, 61, var(--tw-border-opacity));
}

.hover\:border-green-800:hover {
  --tw-border-opacity: 1;
  border-color: rgba(22, 101, 52, var(--tw-border-opacity));
}

.hover\:border-green-900:hover {
  --tw-border-opacity: 1;
  border-color: rgba(20, 83, 45, var(--tw-border-opacity));
}

.hover\:border-lime-50:hover {
  --tw-border-opacity: 1;
  border-color: rgba(247, 254, 231, var(--tw-border-opacity));
}

.hover\:border-lime-100:hover {
  --tw-border-opacity: 1;
  border-color: rgba(236, 252, 203, var(--tw-border-opacity));
}

.hover\:border-lime-200:hover {
  --tw-border-opacity: 1;
  border-color: rgba(217, 249, 157, var(--tw-border-opacity));
}

.hover\:border-lime-300:hover {
  --tw-border-opacity: 1;
  border-color: rgba(190, 242, 100, var(--tw-border-opacity));
}

.hover\:border-lime-400:hover {
  --tw-border-opacity: 1;
  border-color: rgba(163, 230, 53, var(--tw-border-opacity));
}

.hover\:border-lime-500:hover {
  --tw-border-opacity: 1;
  border-color: rgba(132, 204, 22, var(--tw-border-opacity));
}

.hover\:border-lime-600:hover {
  --tw-border-opacity: 1;
  border-color: rgba(101, 163, 13, var(--tw-border-opacity));
}

.hover\:border-lime-700:hover {
  --tw-border-opacity: 1;
  border-color: rgba(77, 124, 15, var(--tw-border-opacity));
}

.hover\:border-lime-800:hover {
  --tw-border-opacity: 1;
  border-color: rgba(63, 98, 18, var(--tw-border-opacity));
}

.hover\:border-lime-900:hover {
  --tw-border-opacity: 1;
  border-color: rgba(54, 83, 20, var(--tw-border-opacity));
}

.hover\:border-yellow-50:hover {
  --tw-border-opacity: 1;
  border-color: rgba(254, 252, 232, var(--tw-border-opacity));
}

.hover\:border-yellow-100:hover {
  --tw-border-opacity: 1;
  border-color: rgba(254, 249, 195, var(--tw-border-opacity));
}

.hover\:border-yellow-200:hover {
  --tw-border-opacity: 1;
  border-color: rgba(254, 240, 138, var(--tw-border-opacity));
}

.hover\:border-yellow-300:hover {
  --tw-border-opacity: 1;
  border-color: rgba(253, 224, 71, var(--tw-border-opacity));
}

.hover\:border-yellow-400:hover {
  --tw-border-opacity: 1;
  border-color: rgba(250, 204, 21, var(--tw-border-opacity));
}

.hover\:border-yellow-500:hover {
  --tw-border-opacity: 1;
  border-color: rgba(234, 179, 8, var(--tw-border-opacity));
}

.hover\:border-yellow-600:hover {
  --tw-border-opacity: 1;
  border-color: rgba(202, 138, 4, var(--tw-border-opacity));
}

.hover\:border-yellow-700:hover {
  --tw-border-opacity: 1;
  border-color: rgba(161, 98, 7, var(--tw-border-opacity));
}

.hover\:border-yellow-800:hover {
  --tw-border-opacity: 1;
  border-color: rgba(133, 77, 14, var(--tw-border-opacity));
}

.hover\:border-yellow-900:hover {
  --tw-border-opacity: 1;
  border-color: rgba(113, 63, 18, var(--tw-border-opacity));
}

.hover\:border-amber-50:hover {
  --tw-border-opacity: 1;
  border-color: rgba(255, 251, 235, var(--tw-border-opacity));
}

.hover\:border-amber-100:hover {
  --tw-border-opacity: 1;
  border-color: rgba(254, 243, 199, var(--tw-border-opacity));
}

.hover\:border-amber-200:hover {
  --tw-border-opacity: 1;
  border-color: rgba(253, 230, 138, var(--tw-border-opacity));
}

.hover\:border-amber-300:hover {
  --tw-border-opacity: 1;
  border-color: rgba(252, 211, 77, var(--tw-border-opacity));
}

.hover\:border-amber-400:hover {
  --tw-border-opacity: 1;
  border-color: rgba(251, 191, 36, var(--tw-border-opacity));
}

.hover\:border-amber-500:hover {
  --tw-border-opacity: 1;
  border-color: rgba(245, 158, 11, var(--tw-border-opacity));
}

.hover\:border-amber-600:hover {
  --tw-border-opacity: 1;
  border-color: rgba(217, 119, 6, var(--tw-border-opacity));
}

.hover\:border-amber-700:hover {
  --tw-border-opacity: 1;
  border-color: rgba(180, 83, 9, var(--tw-border-opacity));
}

.hover\:border-amber-800:hover {
  --tw-border-opacity: 1;
  border-color: rgba(146, 64, 14, var(--tw-border-opacity));
}

.hover\:border-amber-900:hover {
  --tw-border-opacity: 1;
  border-color: rgba(120, 53, 15, var(--tw-border-opacity));
}

.hover\:border-orange-50:hover {
  --tw-border-opacity: 1;
  border-color: rgba(255, 247, 237, var(--tw-border-opacity));
}

.hover\:border-orange-100:hover {
  --tw-border-opacity: 1;
  border-color: rgba(255, 237, 213, var(--tw-border-opacity));
}

.hover\:border-orange-200:hover {
  --tw-border-opacity: 1;
  border-color: rgba(254, 215, 170, var(--tw-border-opacity));
}

.hover\:border-orange-300:hover {
  --tw-border-opacity: 1;
  border-color: rgba(253, 186, 116, var(--tw-border-opacity));
}

.hover\:border-orange-400:hover {
  --tw-border-opacity: 1;
  border-color: rgba(251, 146, 60, var(--tw-border-opacity));
}

.hover\:border-orange-500:hover {
  --tw-border-opacity: 1;
  border-color: rgba(249, 115, 22, var(--tw-border-opacity));
}

.hover\:border-orange-600:hover {
  --tw-border-opacity: 1;
  border-color: rgba(234, 88, 12, var(--tw-border-opacity));
}

.hover\:border-orange-700:hover {
  --tw-border-opacity: 1;
  border-color: rgba(194, 65, 12, var(--tw-border-opacity));
}

.hover\:border-orange-800:hover {
  --tw-border-opacity: 1;
  border-color: rgba(154, 52, 18, var(--tw-border-opacity));
}

.hover\:border-orange-900:hover {
  --tw-border-opacity: 1;
  border-color: rgba(124, 45, 18, var(--tw-border-opacity));
}

.hover\:border-red-50:hover {
  --tw-border-opacity: 1;
  border-color: rgba(254, 242, 242, var(--tw-border-opacity));
}

.hover\:border-red-100:hover {
  --tw-border-opacity: 1;
  border-color: rgba(254, 226, 226, var(--tw-border-opacity));
}

.hover\:border-red-200:hover {
  --tw-border-opacity: 1;
  border-color: rgba(254, 202, 202, var(--tw-border-opacity));
}

.hover\:border-red-300:hover {
  --tw-border-opacity: 1;
  border-color: rgba(252, 165, 165, var(--tw-border-opacity));
}

.hover\:border-red-400:hover {
  --tw-border-opacity: 1;
  border-color: rgba(248, 113, 113, var(--tw-border-opacity));
}

.hover\:border-red-500:hover {
  --tw-border-opacity: 1;
  border-color: rgba(239, 68, 68, var(--tw-border-opacity));
}

.hover\:border-red-600:hover {
  --tw-border-opacity: 1;
  border-color: rgba(220, 38, 38, var(--tw-border-opacity));
}

.hover\:border-red-700:hover {
  --tw-border-opacity: 1;
  border-color: rgba(185, 28, 28, var(--tw-border-opacity));
}

.hover\:border-red-800:hover {
  --tw-border-opacity: 1;
  border-color: rgba(153, 27, 27, var(--tw-border-opacity));
}

.hover\:border-red-900:hover {
  --tw-border-opacity: 1;
  border-color: rgba(127, 29, 29, var(--tw-border-opacity));
}

.hover\:border-warmGray-50:hover {
  --tw-border-opacity: 1;
  border-color: rgba(250, 250, 249, var(--tw-border-opacity));
}

.hover\:border-warmGray-100:hover {
  --tw-border-opacity: 1;
  border-color: rgba(245, 245, 244, var(--tw-border-opacity));
}

.hover\:border-warmGray-200:hover {
  --tw-border-opacity: 1;
  border-color: rgba(231, 229, 228, var(--tw-border-opacity));
}

.hover\:border-warmGray-300:hover {
  --tw-border-opacity: 1;
  border-color: rgba(214, 211, 209, var(--tw-border-opacity));
}

.hover\:border-warmGray-400:hover {
  --tw-border-opacity: 1;
  border-color: rgba(168, 162, 158, var(--tw-border-opacity));
}

.hover\:border-warmGray-500:hover {
  --tw-border-opacity: 1;
  border-color: rgba(120, 113, 108, var(--tw-border-opacity));
}

.hover\:border-warmGray-600:hover {
  --tw-border-opacity: 1;
  border-color: rgba(87, 83, 78, var(--tw-border-opacity));
}

.hover\:border-warmGray-700:hover {
  --tw-border-opacity: 1;
  border-color: rgba(68, 64, 60, var(--tw-border-opacity));
}

.hover\:border-warmGray-800:hover {
  --tw-border-opacity: 1;
  border-color: rgba(41, 37, 36, var(--tw-border-opacity));
}

.hover\:border-warmGray-900:hover {
  --tw-border-opacity: 1;
  border-color: rgba(28, 25, 23, var(--tw-border-opacity));
}

.hover\:border-trueGray-50:hover {
  --tw-border-opacity: 1;
  border-color: rgba(250, 250, 250, var(--tw-border-opacity));
}

.hover\:border-trueGray-100:hover {
  --tw-border-opacity: 1;
  border-color: rgba(245, 245, 245, var(--tw-border-opacity));
}

.hover\:border-trueGray-200:hover {
  --tw-border-opacity: 1;
  border-color: rgba(229, 229, 229, var(--tw-border-opacity));
}

.hover\:border-trueGray-300:hover {
  --tw-border-opacity: 1;
  border-color: rgba(212, 212, 212, var(--tw-border-opacity));
}

.hover\:border-trueGray-400:hover {
  --tw-border-opacity: 1;
  border-color: rgba(163, 163, 163, var(--tw-border-opacity));
}

.hover\:border-trueGray-500:hover {
  --tw-border-opacity: 1;
  border-color: rgba(115, 115, 115, var(--tw-border-opacity));
}

.hover\:border-trueGray-600:hover {
  --tw-border-opacity: 1;
  border-color: rgba(82, 82, 82, var(--tw-border-opacity));
}

.hover\:border-trueGray-700:hover {
  --tw-border-opacity: 1;
  border-color: rgba(64, 64, 64, var(--tw-border-opacity));
}

.hover\:border-trueGray-800:hover {
  --tw-border-opacity: 1;
  border-color: rgba(38, 38, 38, var(--tw-border-opacity));
}

.hover\:border-trueGray-900:hover {
  --tw-border-opacity: 1;
  border-color: rgba(23, 23, 23, var(--tw-border-opacity));
}

.hover\:border-gray-50:hover {
  --tw-border-opacity: 1;
  border-color: rgba(250, 250, 250, var(--tw-border-opacity));
}

.hover\:border-gray-100:hover {
  --tw-border-opacity: 1;
  border-color: rgba(244, 244, 245, var(--tw-border-opacity));
}

.hover\:border-gray-200:hover {
  --tw-border-opacity: 1;
  border-color: rgba(228, 228, 231, var(--tw-border-opacity));
}

.hover\:border-gray-300:hover {
  --tw-border-opacity: 1;
  border-color: rgba(212, 212, 216, var(--tw-border-opacity));
}

.hover\:border-gray-400:hover {
  --tw-border-opacity: 1;
  border-color: rgba(161, 161, 170, var(--tw-border-opacity));
}

.hover\:border-gray-500:hover {
  --tw-border-opacity: 1;
  border-color: rgba(113, 113, 122, var(--tw-border-opacity));
}

.hover\:border-gray-600:hover {
  --tw-border-opacity: 1;
  border-color: rgba(82, 82, 91, var(--tw-border-opacity));
}

.hover\:border-gray-700:hover {
  --tw-border-opacity: 1;
  border-color: rgba(63, 63, 70, var(--tw-border-opacity));
}

.hover\:border-gray-800:hover {
  --tw-border-opacity: 1;
  border-color: rgba(39, 39, 42, var(--tw-border-opacity));
}

.hover\:border-gray-900:hover {
  --tw-border-opacity: 1;
  border-color: rgba(24, 24, 27, var(--tw-border-opacity));
}

.hover\:border-coolGray-50:hover {
  --tw-border-opacity: 1;
  border-color: rgba(249, 250, 251, var(--tw-border-opacity));
}

.hover\:border-coolGray-100:hover {
  --tw-border-opacity: 1;
  border-color: rgba(243, 244, 246, var(--tw-border-opacity));
}

.hover\:border-coolGray-200:hover {
  --tw-border-opacity: 1;
  border-color: rgba(229, 231, 235, var(--tw-border-opacity));
}

.hover\:border-coolGray-300:hover {
  --tw-border-opacity: 1;
  border-color: rgba(209, 213, 219, var(--tw-border-opacity));
}

.hover\:border-coolGray-400:hover {
  --tw-border-opacity: 1;
  border-color: rgba(156, 163, 175, var(--tw-border-opacity));
}

.hover\:border-coolGray-500:hover {
  --tw-border-opacity: 1;
  border-color: rgba(107, 114, 128, var(--tw-border-opacity));
}

.hover\:border-coolGray-600:hover {
  --tw-border-opacity: 1;
  border-color: rgba(75, 85, 99, var(--tw-border-opacity));
}

.hover\:border-coolGray-700:hover {
  --tw-border-opacity: 1;
  border-color: rgba(55, 65, 81, var(--tw-border-opacity));
}

.hover\:border-coolGray-800:hover {
  --tw-border-opacity: 1;
  border-color: rgba(31, 41, 55, var(--tw-border-opacity));
}

.hover\:border-coolGray-900:hover {
  --tw-border-opacity: 1;
  border-color: rgba(17, 24, 39, var(--tw-border-opacity));
}

.hover\:border-blueGray-50:hover {
  --tw-border-opacity: 1;
  border-color: rgba(248, 250, 252, var(--tw-border-opacity));
}

.hover\:border-blueGray-100:hover {
  --tw-border-opacity: 1;
  border-color: rgba(241, 245, 249, var(--tw-border-opacity));
}

.hover\:border-blueGray-200:hover {
  --tw-border-opacity: 1;
  border-color: rgba(226, 232, 240, var(--tw-border-opacity));
}

.hover\:border-blueGray-300:hover {
  --tw-border-opacity: 1;
  border-color: rgba(203, 213, 225, var(--tw-border-opacity));
}

.hover\:border-blueGray-400:hover {
  --tw-border-opacity: 1;
  border-color: rgba(148, 163, 184, var(--tw-border-opacity));
}

.hover\:border-blueGray-500:hover {
  --tw-border-opacity: 1;
  border-color: rgba(100, 116, 139, var(--tw-border-opacity));
}

.hover\:border-blueGray-600:hover {
  --tw-border-opacity: 1;
  border-color: rgba(71, 85, 105, var(--tw-border-opacity));
}

.hover\:border-blueGray-700:hover {
  --tw-border-opacity: 1;
  border-color: rgba(51, 65, 85, var(--tw-border-opacity));
}

.hover\:border-blueGray-800:hover {
  --tw-border-opacity: 1;
  border-color: rgba(30, 41, 59, var(--tw-border-opacity));
}

.hover\:border-blueGray-900:hover {
  --tw-border-opacity: 1;
  border-color: rgba(15, 23, 42, var(--tw-border-opacity));
}

.active\:border-current:active {
  border-color: currentColor;
}

.active\:border-transparent:active {
  border-color: transparent;
}

.active\:border-falcon:active {
  border-color: var(--falcon);
}

.active\:border-basement:active {
  border-color: var(--basement);
}

.active\:border-blue-50:active {
  --tw-border-opacity: 1;
  border-color: rgba(239, 246, 255, var(--tw-border-opacity));
}

.active\:border-blue-100:active {
  --tw-border-opacity: 1;
  border-color: rgba(219, 234, 254, var(--tw-border-opacity));
}

.active\:border-blue-200:active {
  --tw-border-opacity: 1;
  border-color: rgba(191, 219, 254, var(--tw-border-opacity));
}

.active\:border-blue-300:active {
  --tw-border-opacity: 1;
  border-color: rgba(147, 197, 253, var(--tw-border-opacity));
}

.active\:border-blue-400:active {
  --tw-border-opacity: 1;
  border-color: rgba(96, 165, 250, var(--tw-border-opacity));
}

.active\:border-blue-500:active {
  --tw-border-opacity: 1;
  border-color: rgba(59, 130, 246, var(--tw-border-opacity));
}

.active\:border-blue-600:active {
  --tw-border-opacity: 1;
  border-color: rgba(37, 99, 235, var(--tw-border-opacity));
}

.active\:border-blue-700:active {
  --tw-border-opacity: 1;
  border-color: rgba(29, 78, 216, var(--tw-border-opacity));
}

.active\:border-blue-800:active {
  --tw-border-opacity: 1;
  border-color: rgba(30, 64, 175, var(--tw-border-opacity));
}

.active\:border-blue-900:active {
  --tw-border-opacity: 1;
  border-color: rgba(30, 58, 138, var(--tw-border-opacity));
}

.active\:border-body-and-labels:active {
  border-color: var(--body-and-labels);
}

.active\:border-brand:active {
  border-color: var(--brand);
}

.active\:border-code-base-64:active {
  border-color: var(--code-base-64);
}

.active\:border-code-bg:active {
  border-color: var(--code-bg);
}

.active\:border-code-outline:active {
  border-color: var(--code-outline);
}

.active\:border-code-text:active {
  border-color: var(--code-text);
}

.active\:border-critical:active {
  border-color: var(--critical);
}

.active\:border-destructive-hover:active {
  border-color: var(--destructive-hover);
}

.active\:border-destructive-idle:active {
  border-color: var(--destructive-idle);
}

.active\:border-destructive-pressed:active {
  border-color: var(--destructive-pressed);
}

.active\:border-disabled:active {
  border-color: var(--disabled);
}

.active\:border-disc-operations:active {
  border-color: var(--disc-operations);
}

.active\:border-dns-requests:active {
  border-color: var(--dns-requests);
}

.active\:border-focus:active {
  border-color: var(--focus);
}

.active\:border-graph-1:active {
  border-color: var(--graph-1);
}

.active\:border-graph-10:active {
  border-color: var(--graph-10);
}

.active\:border-graph-11:active {
  border-color: var(--graph-11);
}

.active\:border-graph-2:active {
  border-color: var(--graph-2);
}

.active\:border-graph-3:active {
  border-color: var(--graph-3);
}

.active\:border-graph-4:active {
  border-color: var(--graph-4);
}

.active\:border-graph-5:active {
  border-color: var(--graph-5);
}

.active\:border-graph-6:active {
  border-color: var(--graph-6);
}

.active\:border-graph-7:active {
  border-color: var(--graph-7);
}

.active\:border-graph-8:active {
  border-color: var(--graph-8);
}

.active\:border-graph-9:active {
  border-color: var(--graph-9);
}

.active\:border-graph-disabled:active {
  border-color: var(--graph-disabled);
}

.active\:border-ground-floor:active {
  border-color: var(--ground-floor);
}

.active\:border-high:active {
  border-color: var(--high);
}

.active\:border-informational:active {
  border-color: var(--informational);
}

.active\:border-lines-dark:active {
  border-color: var(--lines-dark);
}

.active\:border-lines-light:active {
  border-color: var(--lines-light);
}

.active\:border-low:active {
  border-color: var(--low);
}

.active\:border-medium:active {
  border-color: var(--medium);
}

.active\:border-mezzanine:active {
  border-color: var(--mezzanine);
}

.active\:border-nav-text-and-icons:active {
  border-color: var(--nav-text-and-icons);
}

.active\:border-nav-text-secondary:active {
  border-color: var(--nav-text-secondary);
}

.active\:border-network-operations:active {
  border-color: var(--network-operations);
}

.active\:border-normal-hover:active {
  border-color: var(--normal-hover);
}

.active\:border-normal-idle:active {
  border-color: var(--normal-idle);
}

.active\:border-normal-pressed:active {
  border-color: var(--normal-pressed);
}

.active\:border-overlay-0\.5:active {
  border-color: var(--overlay-0\.5);
}

.active\:border-overlay-1:active {
  border-color: var(--overlay-1);
}

.active\:border-overlay-2:active {
  border-color: var(--overlay-2);
}

.active\:border-positive:active {
  border-color: var(--positive);
}

.active\:border-primary-hover:active {
  border-color: var(--primary-hover);
}

.active\:border-primary-idle:active {
  border-color: var(--primary-idle);
}

.active\:border-primary-pressed:active {
  border-color: var(--primary-pressed);
}

.active\:border-process-operations:active {
  border-color: var(--process-operations);
}

.active\:border-purple-50:active {
  --tw-border-opacity: 1;
  border-color: rgba(250, 245, 255, var(--tw-border-opacity));
}

.active\:border-purple-100:active {
  --tw-border-opacity: 1;
  border-color: rgba(243, 232, 255, var(--tw-border-opacity));
}

.active\:border-purple-200:active {
  --tw-border-opacity: 1;
  border-color: rgba(233, 213, 255, var(--tw-border-opacity));
}

.active\:border-purple-300:active {
  --tw-border-opacity: 1;
  border-color: rgba(216, 180, 254, var(--tw-border-opacity));
}

.active\:border-purple-400:active {
  --tw-border-opacity: 1;
  border-color: rgba(192, 132, 252, var(--tw-border-opacity));
}

.active\:border-purple-500:active {
  --tw-border-opacity: 1;
  border-color: rgba(168, 85, 247, var(--tw-border-opacity));
}

.active\:border-purple-600:active {
  --tw-border-opacity: 1;
  border-color: rgba(147, 51, 234, var(--tw-border-opacity));
}

.active\:border-purple-700:active {
  --tw-border-opacity: 1;
  border-color: rgba(126, 34, 206, var(--tw-border-opacity));
}

.active\:border-purple-800:active {
  --tw-border-opacity: 1;
  border-color: rgba(107, 33, 168, var(--tw-border-opacity));
}

.active\:border-purple-900:active {
  --tw-border-opacity: 1;
  border-color: rgba(88, 28, 135, var(--tw-border-opacity));
}

.active\:border-registry-operations:active {
  border-color: var(--registry-operations);
}

.active\:border-selected:active {
  border-color: var(--selected);
}

.active\:border-surface-2xl:active {
  border-color: var(--surface-2xl);
}

.active\:border-surface-base:active {
  border-color: var(--surface-base);
}

.active\:border-surface-inner:active {
  border-color: var(--surface-inner);
}

.active\:border-surface-lg:active {
  border-color: var(--surface-lg);
}

.active\:border-surface-md:active {
  border-color: var(--surface-md);
}

.active\:border-surface-xl:active {
  border-color: var(--surface-xl);
}

.active\:border-text-and-icons:active {
  border-color: var(--text-and-icons);
}

.active\:border-titles-and-attributes:active {
  border-color: var(--titles-and-attributes);
}

.active\:border-black:active {
  --tw-border-opacity: 1;
  border-color: rgba(0, 0, 0, var(--tw-border-opacity));
}

.active\:border-white:active {
  --tw-border-opacity: 1;
  border-color: rgba(255, 255, 255, var(--tw-border-opacity));
}

.active\:border-rose-50:active {
  --tw-border-opacity: 1;
  border-color: rgba(255, 241, 242, var(--tw-border-opacity));
}

.active\:border-rose-100:active {
  --tw-border-opacity: 1;
  border-color: rgba(255, 228, 230, var(--tw-border-opacity));
}

.active\:border-rose-200:active {
  --tw-border-opacity: 1;
  border-color: rgba(254, 205, 211, var(--tw-border-opacity));
}

.active\:border-rose-300:active {
  --tw-border-opacity: 1;
  border-color: rgba(253, 164, 175, var(--tw-border-opacity));
}

.active\:border-rose-400:active {
  --tw-border-opacity: 1;
  border-color: rgba(251, 113, 133, var(--tw-border-opacity));
}

.active\:border-rose-500:active {
  --tw-border-opacity: 1;
  border-color: rgba(244, 63, 94, var(--tw-border-opacity));
}

.active\:border-rose-600:active {
  --tw-border-opacity: 1;
  border-color: rgba(225, 29, 72, var(--tw-border-opacity));
}

.active\:border-rose-700:active {
  --tw-border-opacity: 1;
  border-color: rgba(190, 18, 60, var(--tw-border-opacity));
}

.active\:border-rose-800:active {
  --tw-border-opacity: 1;
  border-color: rgba(159, 18, 57, var(--tw-border-opacity));
}

.active\:border-rose-900:active {
  --tw-border-opacity: 1;
  border-color: rgba(136, 19, 55, var(--tw-border-opacity));
}

.active\:border-pink-50:active {
  --tw-border-opacity: 1;
  border-color: rgba(253, 242, 248, var(--tw-border-opacity));
}

.active\:border-pink-100:active {
  --tw-border-opacity: 1;
  border-color: rgba(252, 231, 243, var(--tw-border-opacity));
}

.active\:border-pink-200:active {
  --tw-border-opacity: 1;
  border-color: rgba(251, 207, 232, var(--tw-border-opacity));
}

.active\:border-pink-300:active {
  --tw-border-opacity: 1;
  border-color: rgba(249, 168, 212, var(--tw-border-opacity));
}

.active\:border-pink-400:active {
  --tw-border-opacity: 1;
  border-color: rgba(244, 114, 182, var(--tw-border-opacity));
}

.active\:border-pink-500:active {
  --tw-border-opacity: 1;
  border-color: rgba(236, 72, 153, var(--tw-border-opacity));
}

.active\:border-pink-600:active {
  --tw-border-opacity: 1;
  border-color: rgba(219, 39, 119, var(--tw-border-opacity));
}

.active\:border-pink-700:active {
  --tw-border-opacity: 1;
  border-color: rgba(190, 24, 93, var(--tw-border-opacity));
}

.active\:border-pink-800:active {
  --tw-border-opacity: 1;
  border-color: rgba(157, 23, 77, var(--tw-border-opacity));
}

.active\:border-pink-900:active {
  --tw-border-opacity: 1;
  border-color: rgba(131, 24, 67, var(--tw-border-opacity));
}

.active\:border-fuchsia-50:active {
  --tw-border-opacity: 1;
  border-color: rgba(253, 244, 255, var(--tw-border-opacity));
}

.active\:border-fuchsia-100:active {
  --tw-border-opacity: 1;
  border-color: rgba(250, 232, 255, var(--tw-border-opacity));
}

.active\:border-fuchsia-200:active {
  --tw-border-opacity: 1;
  border-color: rgba(245, 208, 254, var(--tw-border-opacity));
}

.active\:border-fuchsia-300:active {
  --tw-border-opacity: 1;
  border-color: rgba(240, 171, 252, var(--tw-border-opacity));
}

.active\:border-fuchsia-400:active {
  --tw-border-opacity: 1;
  border-color: rgba(232, 121, 249, var(--tw-border-opacity));
}

.active\:border-fuchsia-500:active {
  --tw-border-opacity: 1;
  border-color: rgba(217, 70, 239, var(--tw-border-opacity));
}

.active\:border-fuchsia-600:active {
  --tw-border-opacity: 1;
  border-color: rgba(192, 38, 211, var(--tw-border-opacity));
}

.active\:border-fuchsia-700:active {
  --tw-border-opacity: 1;
  border-color: rgba(162, 28, 175, var(--tw-border-opacity));
}

.active\:border-fuchsia-800:active {
  --tw-border-opacity: 1;
  border-color: rgba(134, 25, 143, var(--tw-border-opacity));
}

.active\:border-fuchsia-900:active {
  --tw-border-opacity: 1;
  border-color: rgba(112, 26, 117, var(--tw-border-opacity));
}

.active\:border-violet-50:active {
  --tw-border-opacity: 1;
  border-color: rgba(245, 243, 255, var(--tw-border-opacity));
}

.active\:border-violet-100:active {
  --tw-border-opacity: 1;
  border-color: rgba(237, 233, 254, var(--tw-border-opacity));
}

.active\:border-violet-200:active {
  --tw-border-opacity: 1;
  border-color: rgba(221, 214, 254, var(--tw-border-opacity));
}

.active\:border-violet-300:active {
  --tw-border-opacity: 1;
  border-color: rgba(196, 181, 253, var(--tw-border-opacity));
}

.active\:border-violet-400:active {
  --tw-border-opacity: 1;
  border-color: rgba(167, 139, 250, var(--tw-border-opacity));
}

.active\:border-violet-500:active {
  --tw-border-opacity: 1;
  border-color: rgba(139, 92, 246, var(--tw-border-opacity));
}

.active\:border-violet-600:active {
  --tw-border-opacity: 1;
  border-color: rgba(124, 58, 237, var(--tw-border-opacity));
}

.active\:border-violet-700:active {
  --tw-border-opacity: 1;
  border-color: rgba(109, 40, 217, var(--tw-border-opacity));
}

.active\:border-violet-800:active {
  --tw-border-opacity: 1;
  border-color: rgba(91, 33, 182, var(--tw-border-opacity));
}

.active\:border-violet-900:active {
  --tw-border-opacity: 1;
  border-color: rgba(76, 29, 149, var(--tw-border-opacity));
}

.active\:border-indigo-50:active {
  --tw-border-opacity: 1;
  border-color: rgba(238, 242, 255, var(--tw-border-opacity));
}

.active\:border-indigo-100:active {
  --tw-border-opacity: 1;
  border-color: rgba(224, 231, 255, var(--tw-border-opacity));
}

.active\:border-indigo-200:active {
  --tw-border-opacity: 1;
  border-color: rgba(199, 210, 254, var(--tw-border-opacity));
}

.active\:border-indigo-300:active {
  --tw-border-opacity: 1;
  border-color: rgba(165, 180, 252, var(--tw-border-opacity));
}

.active\:border-indigo-400:active {
  --tw-border-opacity: 1;
  border-color: rgba(129, 140, 248, var(--tw-border-opacity));
}

.active\:border-indigo-500:active {
  --tw-border-opacity: 1;
  border-color: rgba(99, 102, 241, var(--tw-border-opacity));
}

.active\:border-indigo-600:active {
  --tw-border-opacity: 1;
  border-color: rgba(79, 70, 229, var(--tw-border-opacity));
}

.active\:border-indigo-700:active {
  --tw-border-opacity: 1;
  border-color: rgba(67, 56, 202, var(--tw-border-opacity));
}

.active\:border-indigo-800:active {
  --tw-border-opacity: 1;
  border-color: rgba(55, 48, 163, var(--tw-border-opacity));
}

.active\:border-indigo-900:active {
  --tw-border-opacity: 1;
  border-color: rgba(49, 46, 129, var(--tw-border-opacity));
}

.active\:border-lightBlue-50:active {
  --tw-border-opacity: 1;
  border-color: rgba(240, 249, 255, var(--tw-border-opacity));
}

.active\:border-lightBlue-100:active {
  --tw-border-opacity: 1;
  border-color: rgba(224, 242, 254, var(--tw-border-opacity));
}

.active\:border-lightBlue-200:active {
  --tw-border-opacity: 1;
  border-color: rgba(186, 230, 253, var(--tw-border-opacity));
}

.active\:border-lightBlue-300:active {
  --tw-border-opacity: 1;
  border-color: rgba(125, 211, 252, var(--tw-border-opacity));
}

.active\:border-lightBlue-400:active {
  --tw-border-opacity: 1;
  border-color: rgba(56, 189, 248, var(--tw-border-opacity));
}

.active\:border-lightBlue-500:active {
  --tw-border-opacity: 1;
  border-color: rgba(14, 165, 233, var(--tw-border-opacity));
}

.active\:border-lightBlue-600:active {
  --tw-border-opacity: 1;
  border-color: rgba(2, 132, 199, var(--tw-border-opacity));
}

.active\:border-lightBlue-700:active {
  --tw-border-opacity: 1;
  border-color: rgba(3, 105, 161, var(--tw-border-opacity));
}

.active\:border-lightBlue-800:active {
  --tw-border-opacity: 1;
  border-color: rgba(7, 89, 133, var(--tw-border-opacity));
}

.active\:border-lightBlue-900:active {
  --tw-border-opacity: 1;
  border-color: rgba(12, 74, 110, var(--tw-border-opacity));
}

.active\:border-cyan-50:active {
  --tw-border-opacity: 1;
  border-color: rgba(236, 254, 255, var(--tw-border-opacity));
}

.active\:border-cyan-100:active {
  --tw-border-opacity: 1;
  border-color: rgba(207, 250, 254, var(--tw-border-opacity));
}

.active\:border-cyan-200:active {
  --tw-border-opacity: 1;
  border-color: rgba(165, 243, 252, var(--tw-border-opacity));
}

.active\:border-cyan-300:active {
  --tw-border-opacity: 1;
  border-color: rgba(103, 232, 249, var(--tw-border-opacity));
}

.active\:border-cyan-400:active {
  --tw-border-opacity: 1;
  border-color: rgba(34, 211, 238, var(--tw-border-opacity));
}

.active\:border-cyan-500:active {
  --tw-border-opacity: 1;
  border-color: rgba(6, 182, 212, var(--tw-border-opacity));
}

.active\:border-cyan-600:active {
  --tw-border-opacity: 1;
  border-color: rgba(8, 145, 178, var(--tw-border-opacity));
}

.active\:border-cyan-700:active {
  --tw-border-opacity: 1;
  border-color: rgba(14, 116, 144, var(--tw-border-opacity));
}

.active\:border-cyan-800:active {
  --tw-border-opacity: 1;
  border-color: rgba(21, 94, 117, var(--tw-border-opacity));
}

.active\:border-cyan-900:active {
  --tw-border-opacity: 1;
  border-color: rgba(22, 78, 99, var(--tw-border-opacity));
}

.active\:border-teal-50:active {
  --tw-border-opacity: 1;
  border-color: rgba(240, 253, 250, var(--tw-border-opacity));
}

.active\:border-teal-100:active {
  --tw-border-opacity: 1;
  border-color: rgba(204, 251, 241, var(--tw-border-opacity));
}

.active\:border-teal-200:active {
  --tw-border-opacity: 1;
  border-color: rgba(153, 246, 228, var(--tw-border-opacity));
}

.active\:border-teal-300:active {
  --tw-border-opacity: 1;
  border-color: rgba(94, 234, 212, var(--tw-border-opacity));
}

.active\:border-teal-400:active {
  --tw-border-opacity: 1;
  border-color: rgba(45, 212, 191, var(--tw-border-opacity));
}

.active\:border-teal-500:active {
  --tw-border-opacity: 1;
  border-color: rgba(20, 184, 166, var(--tw-border-opacity));
}

.active\:border-teal-600:active {
  --tw-border-opacity: 1;
  border-color: rgba(13, 148, 136, var(--tw-border-opacity));
}

.active\:border-teal-700:active {
  --tw-border-opacity: 1;
  border-color: rgba(15, 118, 110, var(--tw-border-opacity));
}

.active\:border-teal-800:active {
  --tw-border-opacity: 1;
  border-color: rgba(17, 94, 89, var(--tw-border-opacity));
}

.active\:border-teal-900:active {
  --tw-border-opacity: 1;
  border-color: rgba(19, 78, 74, var(--tw-border-opacity));
}

.active\:border-emerald-50:active {
  --tw-border-opacity: 1;
  border-color: rgba(236, 253, 245, var(--tw-border-opacity));
}

.active\:border-emerald-100:active {
  --tw-border-opacity: 1;
  border-color: rgba(209, 250, 229, var(--tw-border-opacity));
}

.active\:border-emerald-200:active {
  --tw-border-opacity: 1;
  border-color: rgba(167, 243, 208, var(--tw-border-opacity));
}

.active\:border-emerald-300:active {
  --tw-border-opacity: 1;
  border-color: rgba(110, 231, 183, var(--tw-border-opacity));
}

.active\:border-emerald-400:active {
  --tw-border-opacity: 1;
  border-color: rgba(52, 211, 153, var(--tw-border-opacity));
}

.active\:border-emerald-500:active {
  --tw-border-opacity: 1;
  border-color: rgba(16, 185, 129, var(--tw-border-opacity));
}

.active\:border-emerald-600:active {
  --tw-border-opacity: 1;
  border-color: rgba(5, 150, 105, var(--tw-border-opacity));
}

.active\:border-emerald-700:active {
  --tw-border-opacity: 1;
  border-color: rgba(4, 120, 87, var(--tw-border-opacity));
}

.active\:border-emerald-800:active {
  --tw-border-opacity: 1;
  border-color: rgba(6, 95, 70, var(--tw-border-opacity));
}

.active\:border-emerald-900:active {
  --tw-border-opacity: 1;
  border-color: rgba(6, 78, 59, var(--tw-border-opacity));
}

.active\:border-green-50:active {
  --tw-border-opacity: 1;
  border-color: rgba(240, 253, 244, var(--tw-border-opacity));
}

.active\:border-green-100:active {
  --tw-border-opacity: 1;
  border-color: rgba(220, 252, 231, var(--tw-border-opacity));
}

.active\:border-green-200:active {
  --tw-border-opacity: 1;
  border-color: rgba(187, 247, 208, var(--tw-border-opacity));
}

.active\:border-green-300:active {
  --tw-border-opacity: 1;
  border-color: rgba(134, 239, 172, var(--tw-border-opacity));
}

.active\:border-green-400:active {
  --tw-border-opacity: 1;
  border-color: rgba(74, 222, 128, var(--tw-border-opacity));
}

.active\:border-green-500:active {
  --tw-border-opacity: 1;
  border-color: rgba(34, 197, 94, var(--tw-border-opacity));
}

.active\:border-green-600:active {
  --tw-border-opacity: 1;
  border-color: rgba(22, 163, 74, var(--tw-border-opacity));
}

.active\:border-green-700:active {
  --tw-border-opacity: 1;
  border-color: rgba(21, 128, 61, var(--tw-border-opacity));
}

.active\:border-green-800:active {
  --tw-border-opacity: 1;
  border-color: rgba(22, 101, 52, var(--tw-border-opacity));
}

.active\:border-green-900:active {
  --tw-border-opacity: 1;
  border-color: rgba(20, 83, 45, var(--tw-border-opacity));
}

.active\:border-lime-50:active {
  --tw-border-opacity: 1;
  border-color: rgba(247, 254, 231, var(--tw-border-opacity));
}

.active\:border-lime-100:active {
  --tw-border-opacity: 1;
  border-color: rgba(236, 252, 203, var(--tw-border-opacity));
}

.active\:border-lime-200:active {
  --tw-border-opacity: 1;
  border-color: rgba(217, 249, 157, var(--tw-border-opacity));
}

.active\:border-lime-300:active {
  --tw-border-opacity: 1;
  border-color: rgba(190, 242, 100, var(--tw-border-opacity));
}

.active\:border-lime-400:active {
  --tw-border-opacity: 1;
  border-color: rgba(163, 230, 53, var(--tw-border-opacity));
}

.active\:border-lime-500:active {
  --tw-border-opacity: 1;
  border-color: rgba(132, 204, 22, var(--tw-border-opacity));
}

.active\:border-lime-600:active {
  --tw-border-opacity: 1;
  border-color: rgba(101, 163, 13, var(--tw-border-opacity));
}

.active\:border-lime-700:active {
  --tw-border-opacity: 1;
  border-color: rgba(77, 124, 15, var(--tw-border-opacity));
}

.active\:border-lime-800:active {
  --tw-border-opacity: 1;
  border-color: rgba(63, 98, 18, var(--tw-border-opacity));
}

.active\:border-lime-900:active {
  --tw-border-opacity: 1;
  border-color: rgba(54, 83, 20, var(--tw-border-opacity));
}

.active\:border-yellow-50:active {
  --tw-border-opacity: 1;
  border-color: rgba(254, 252, 232, var(--tw-border-opacity));
}

.active\:border-yellow-100:active {
  --tw-border-opacity: 1;
  border-color: rgba(254, 249, 195, var(--tw-border-opacity));
}

.active\:border-yellow-200:active {
  --tw-border-opacity: 1;
  border-color: rgba(254, 240, 138, var(--tw-border-opacity));
}

.active\:border-yellow-300:active {
  --tw-border-opacity: 1;
  border-color: rgba(253, 224, 71, var(--tw-border-opacity));
}

.active\:border-yellow-400:active {
  --tw-border-opacity: 1;
  border-color: rgba(250, 204, 21, var(--tw-border-opacity));
}

.active\:border-yellow-500:active {
  --tw-border-opacity: 1;
  border-color: rgba(234, 179, 8, var(--tw-border-opacity));
}

.active\:border-yellow-600:active {
  --tw-border-opacity: 1;
  border-color: rgba(202, 138, 4, var(--tw-border-opacity));
}

.active\:border-yellow-700:active {
  --tw-border-opacity: 1;
  border-color: rgba(161, 98, 7, var(--tw-border-opacity));
}

.active\:border-yellow-800:active {
  --tw-border-opacity: 1;
  border-color: rgba(133, 77, 14, var(--tw-border-opacity));
}

.active\:border-yellow-900:active {
  --tw-border-opacity: 1;
  border-color: rgba(113, 63, 18, var(--tw-border-opacity));
}

.active\:border-amber-50:active {
  --tw-border-opacity: 1;
  border-color: rgba(255, 251, 235, var(--tw-border-opacity));
}

.active\:border-amber-100:active {
  --tw-border-opacity: 1;
  border-color: rgba(254, 243, 199, var(--tw-border-opacity));
}

.active\:border-amber-200:active {
  --tw-border-opacity: 1;
  border-color: rgba(253, 230, 138, var(--tw-border-opacity));
}

.active\:border-amber-300:active {
  --tw-border-opacity: 1;
  border-color: rgba(252, 211, 77, var(--tw-border-opacity));
}

.active\:border-amber-400:active {
  --tw-border-opacity: 1;
  border-color: rgba(251, 191, 36, var(--tw-border-opacity));
}

.active\:border-amber-500:active {
  --tw-border-opacity: 1;
  border-color: rgba(245, 158, 11, var(--tw-border-opacity));
}

.active\:border-amber-600:active {
  --tw-border-opacity: 1;
  border-color: rgba(217, 119, 6, var(--tw-border-opacity));
}

.active\:border-amber-700:active {
  --tw-border-opacity: 1;
  border-color: rgba(180, 83, 9, var(--tw-border-opacity));
}

.active\:border-amber-800:active {
  --tw-border-opacity: 1;
  border-color: rgba(146, 64, 14, var(--tw-border-opacity));
}

.active\:border-amber-900:active {
  --tw-border-opacity: 1;
  border-color: rgba(120, 53, 15, var(--tw-border-opacity));
}

.active\:border-orange-50:active {
  --tw-border-opacity: 1;
  border-color: rgba(255, 247, 237, var(--tw-border-opacity));
}

.active\:border-orange-100:active {
  --tw-border-opacity: 1;
  border-color: rgba(255, 237, 213, var(--tw-border-opacity));
}

.active\:border-orange-200:active {
  --tw-border-opacity: 1;
  border-color: rgba(254, 215, 170, var(--tw-border-opacity));
}

.active\:border-orange-300:active {
  --tw-border-opacity: 1;
  border-color: rgba(253, 186, 116, var(--tw-border-opacity));
}

.active\:border-orange-400:active {
  --tw-border-opacity: 1;
  border-color: rgba(251, 146, 60, var(--tw-border-opacity));
}

.active\:border-orange-500:active {
  --tw-border-opacity: 1;
  border-color: rgba(249, 115, 22, var(--tw-border-opacity));
}

.active\:border-orange-600:active {
  --tw-border-opacity: 1;
  border-color: rgba(234, 88, 12, var(--tw-border-opacity));
}

.active\:border-orange-700:active {
  --tw-border-opacity: 1;
  border-color: rgba(194, 65, 12, var(--tw-border-opacity));
}

.active\:border-orange-800:active {
  --tw-border-opacity: 1;
  border-color: rgba(154, 52, 18, var(--tw-border-opacity));
}

.active\:border-orange-900:active {
  --tw-border-opacity: 1;
  border-color: rgba(124, 45, 18, var(--tw-border-opacity));
}

.active\:border-red-50:active {
  --tw-border-opacity: 1;
  border-color: rgba(254, 242, 242, var(--tw-border-opacity));
}

.active\:border-red-100:active {
  --tw-border-opacity: 1;
  border-color: rgba(254, 226, 226, var(--tw-border-opacity));
}

.active\:border-red-200:active {
  --tw-border-opacity: 1;
  border-color: rgba(254, 202, 202, var(--tw-border-opacity));
}

.active\:border-red-300:active {
  --tw-border-opacity: 1;
  border-color: rgba(252, 165, 165, var(--tw-border-opacity));
}

.active\:border-red-400:active {
  --tw-border-opacity: 1;
  border-color: rgba(248, 113, 113, var(--tw-border-opacity));
}

.active\:border-red-500:active {
  --tw-border-opacity: 1;
  border-color: rgba(239, 68, 68, var(--tw-border-opacity));
}

.active\:border-red-600:active {
  --tw-border-opacity: 1;
  border-color: rgba(220, 38, 38, var(--tw-border-opacity));
}

.active\:border-red-700:active {
  --tw-border-opacity: 1;
  border-color: rgba(185, 28, 28, var(--tw-border-opacity));
}

.active\:border-red-800:active {
  --tw-border-opacity: 1;
  border-color: rgba(153, 27, 27, var(--tw-border-opacity));
}

.active\:border-red-900:active {
  --tw-border-opacity: 1;
  border-color: rgba(127, 29, 29, var(--tw-border-opacity));
}

.active\:border-warmGray-50:active {
  --tw-border-opacity: 1;
  border-color: rgba(250, 250, 249, var(--tw-border-opacity));
}

.active\:border-warmGray-100:active {
  --tw-border-opacity: 1;
  border-color: rgba(245, 245, 244, var(--tw-border-opacity));
}

.active\:border-warmGray-200:active {
  --tw-border-opacity: 1;
  border-color: rgba(231, 229, 228, var(--tw-border-opacity));
}

.active\:border-warmGray-300:active {
  --tw-border-opacity: 1;
  border-color: rgba(214, 211, 209, var(--tw-border-opacity));
}

.active\:border-warmGray-400:active {
  --tw-border-opacity: 1;
  border-color: rgba(168, 162, 158, var(--tw-border-opacity));
}

.active\:border-warmGray-500:active {
  --tw-border-opacity: 1;
  border-color: rgba(120, 113, 108, var(--tw-border-opacity));
}

.active\:border-warmGray-600:active {
  --tw-border-opacity: 1;
  border-color: rgba(87, 83, 78, var(--tw-border-opacity));
}

.active\:border-warmGray-700:active {
  --tw-border-opacity: 1;
  border-color: rgba(68, 64, 60, var(--tw-border-opacity));
}

.active\:border-warmGray-800:active {
  --tw-border-opacity: 1;
  border-color: rgba(41, 37, 36, var(--tw-border-opacity));
}

.active\:border-warmGray-900:active {
  --tw-border-opacity: 1;
  border-color: rgba(28, 25, 23, var(--tw-border-opacity));
}

.active\:border-trueGray-50:active {
  --tw-border-opacity: 1;
  border-color: rgba(250, 250, 250, var(--tw-border-opacity));
}

.active\:border-trueGray-100:active {
  --tw-border-opacity: 1;
  border-color: rgba(245, 245, 245, var(--tw-border-opacity));
}

.active\:border-trueGray-200:active {
  --tw-border-opacity: 1;
  border-color: rgba(229, 229, 229, var(--tw-border-opacity));
}

.active\:border-trueGray-300:active {
  --tw-border-opacity: 1;
  border-color: rgba(212, 212, 212, var(--tw-border-opacity));
}

.active\:border-trueGray-400:active {
  --tw-border-opacity: 1;
  border-color: rgba(163, 163, 163, var(--tw-border-opacity));
}

.active\:border-trueGray-500:active {
  --tw-border-opacity: 1;
  border-color: rgba(115, 115, 115, var(--tw-border-opacity));
}

.active\:border-trueGray-600:active {
  --tw-border-opacity: 1;
  border-color: rgba(82, 82, 82, var(--tw-border-opacity));
}

.active\:border-trueGray-700:active {
  --tw-border-opacity: 1;
  border-color: rgba(64, 64, 64, var(--tw-border-opacity));
}

.active\:border-trueGray-800:active {
  --tw-border-opacity: 1;
  border-color: rgba(38, 38, 38, var(--tw-border-opacity));
}

.active\:border-trueGray-900:active {
  --tw-border-opacity: 1;
  border-color: rgba(23, 23, 23, var(--tw-border-opacity));
}

.active\:border-gray-50:active {
  --tw-border-opacity: 1;
  border-color: rgba(250, 250, 250, var(--tw-border-opacity));
}

.active\:border-gray-100:active {
  --tw-border-opacity: 1;
  border-color: rgba(244, 244, 245, var(--tw-border-opacity));
}

.active\:border-gray-200:active {
  --tw-border-opacity: 1;
  border-color: rgba(228, 228, 231, var(--tw-border-opacity));
}

.active\:border-gray-300:active {
  --tw-border-opacity: 1;
  border-color: rgba(212, 212, 216, var(--tw-border-opacity));
}

.active\:border-gray-400:active {
  --tw-border-opacity: 1;
  border-color: rgba(161, 161, 170, var(--tw-border-opacity));
}

.active\:border-gray-500:active {
  --tw-border-opacity: 1;
  border-color: rgba(113, 113, 122, var(--tw-border-opacity));
}

.active\:border-gray-600:active {
  --tw-border-opacity: 1;
  border-color: rgba(82, 82, 91, var(--tw-border-opacity));
}

.active\:border-gray-700:active {
  --tw-border-opacity: 1;
  border-color: rgba(63, 63, 70, var(--tw-border-opacity));
}

.active\:border-gray-800:active {
  --tw-border-opacity: 1;
  border-color: rgba(39, 39, 42, var(--tw-border-opacity));
}

.active\:border-gray-900:active {
  --tw-border-opacity: 1;
  border-color: rgba(24, 24, 27, var(--tw-border-opacity));
}

.active\:border-coolGray-50:active {
  --tw-border-opacity: 1;
  border-color: rgba(249, 250, 251, var(--tw-border-opacity));
}

.active\:border-coolGray-100:active {
  --tw-border-opacity: 1;
  border-color: rgba(243, 244, 246, var(--tw-border-opacity));
}

.active\:border-coolGray-200:active {
  --tw-border-opacity: 1;
  border-color: rgba(229, 231, 235, var(--tw-border-opacity));
}

.active\:border-coolGray-300:active {
  --tw-border-opacity: 1;
  border-color: rgba(209, 213, 219, var(--tw-border-opacity));
}

.active\:border-coolGray-400:active {
  --tw-border-opacity: 1;
  border-color: rgba(156, 163, 175, var(--tw-border-opacity));
}

.active\:border-coolGray-500:active {
  --tw-border-opacity: 1;
  border-color: rgba(107, 114, 128, var(--tw-border-opacity));
}

.active\:border-coolGray-600:active {
  --tw-border-opacity: 1;
  border-color: rgba(75, 85, 99, var(--tw-border-opacity));
}

.active\:border-coolGray-700:active {
  --tw-border-opacity: 1;
  border-color: rgba(55, 65, 81, var(--tw-border-opacity));
}

.active\:border-coolGray-800:active {
  --tw-border-opacity: 1;
  border-color: rgba(31, 41, 55, var(--tw-border-opacity));
}

.active\:border-coolGray-900:active {
  --tw-border-opacity: 1;
  border-color: rgba(17, 24, 39, var(--tw-border-opacity));
}

.active\:border-blueGray-50:active {
  --tw-border-opacity: 1;
  border-color: rgba(248, 250, 252, var(--tw-border-opacity));
}

.active\:border-blueGray-100:active {
  --tw-border-opacity: 1;
  border-color: rgba(241, 245, 249, var(--tw-border-opacity));
}

.active\:border-blueGray-200:active {
  --tw-border-opacity: 1;
  border-color: rgba(226, 232, 240, var(--tw-border-opacity));
}

.active\:border-blueGray-300:active {
  --tw-border-opacity: 1;
  border-color: rgba(203, 213, 225, var(--tw-border-opacity));
}

.active\:border-blueGray-400:active {
  --tw-border-opacity: 1;
  border-color: rgba(148, 163, 184, var(--tw-border-opacity));
}

.active\:border-blueGray-500:active {
  --tw-border-opacity: 1;
  border-color: rgba(100, 116, 139, var(--tw-border-opacity));
}

.active\:border-blueGray-600:active {
  --tw-border-opacity: 1;
  border-color: rgba(71, 85, 105, var(--tw-border-opacity));
}

.active\:border-blueGray-700:active {
  --tw-border-opacity: 1;
  border-color: rgba(51, 65, 85, var(--tw-border-opacity));
}

.active\:border-blueGray-800:active {
  --tw-border-opacity: 1;
  border-color: rgba(30, 41, 59, var(--tw-border-opacity));
}

.active\:border-blueGray-900:active {
  --tw-border-opacity: 1;
  border-color: rgba(15, 23, 42, var(--tw-border-opacity));
}

.border-opacity-0 {
  --tw-border-opacity: 0;
}

.border-opacity-5 {
  --tw-border-opacity: 0.05;
}

.border-opacity-10 {
  --tw-border-opacity: 0.1;
}

.border-opacity-20 {
  --tw-border-opacity: 0.2;
}

.border-opacity-25 {
  --tw-border-opacity: 0.25;
}

.border-opacity-30 {
  --tw-border-opacity: 0.3;
}

.border-opacity-40 {
  --tw-border-opacity: 0.4;
}

.border-opacity-50 {
  --tw-border-opacity: 0.5;
}

.border-opacity-60 {
  --tw-border-opacity: 0.6;
}

.border-opacity-70 {
  --tw-border-opacity: 0.7;
}

.border-opacity-75 {
  --tw-border-opacity: 0.75;
}

.border-opacity-80 {
  --tw-border-opacity: 0.8;
}

.border-opacity-90 {
  --tw-border-opacity: 0.9;
}

.border-opacity-95 {
  --tw-border-opacity: 0.95;
}

.border-opacity-100 {
  --tw-border-opacity: 1;
}

.hover\:border-opacity-0:hover {
  --tw-border-opacity: 0;
}

.hover\:border-opacity-5:hover {
  --tw-border-opacity: 0.05;
}

.hover\:border-opacity-10:hover {
  --tw-border-opacity: 0.1;
}

.hover\:border-opacity-20:hover {
  --tw-border-opacity: 0.2;
}

.hover\:border-opacity-25:hover {
  --tw-border-opacity: 0.25;
}

.hover\:border-opacity-30:hover {
  --tw-border-opacity: 0.3;
}

.hover\:border-opacity-40:hover {
  --tw-border-opacity: 0.4;
}

.hover\:border-opacity-50:hover {
  --tw-border-opacity: 0.5;
}

.hover\:border-opacity-60:hover {
  --tw-border-opacity: 0.6;
}

.hover\:border-opacity-70:hover {
  --tw-border-opacity: 0.7;
}

.hover\:border-opacity-75:hover {
  --tw-border-opacity: 0.75;
}

.hover\:border-opacity-80:hover {
  --tw-border-opacity: 0.8;
}

.hover\:border-opacity-90:hover {
  --tw-border-opacity: 0.9;
}

.hover\:border-opacity-95:hover {
  --tw-border-opacity: 0.95;
}

.hover\:border-opacity-100:hover {
  --tw-border-opacity: 1;
}

.focus\:border-opacity-0:focus {
  --tw-border-opacity: 0;
}

.focus\:border-opacity-5:focus {
  --tw-border-opacity: 0.05;
}

.focus\:border-opacity-10:focus {
  --tw-border-opacity: 0.1;
}

.focus\:border-opacity-20:focus {
  --tw-border-opacity: 0.2;
}

.focus\:border-opacity-25:focus {
  --tw-border-opacity: 0.25;
}

.focus\:border-opacity-30:focus {
  --tw-border-opacity: 0.3;
}

.focus\:border-opacity-40:focus {
  --tw-border-opacity: 0.4;
}

.focus\:border-opacity-50:focus {
  --tw-border-opacity: 0.5;
}

.focus\:border-opacity-60:focus {
  --tw-border-opacity: 0.6;
}

.focus\:border-opacity-70:focus {
  --tw-border-opacity: 0.7;
}

.focus\:border-opacity-75:focus {
  --tw-border-opacity: 0.75;
}

.focus\:border-opacity-80:focus {
  --tw-border-opacity: 0.8;
}

.focus\:border-opacity-90:focus {
  --tw-border-opacity: 0.9;
}

.focus\:border-opacity-95:focus {
  --tw-border-opacity: 0.95;
}

.focus\:border-opacity-100:focus {
  --tw-border-opacity: 1;
}

.bg-current {
  background-color: currentColor;
}

.bg-transparent {
  background-color: transparent;
}

.bg-falcon {
  background-color: var(--falcon);
}

.bg-basement {
  background-color: var(--basement);
}

.bg-blue-50 {
  --tw-bg-opacity: 1;
  background-color: rgba(239, 246, 255, var(--tw-bg-opacity));
}

.bg-blue-100 {
  --tw-bg-opacity: 1;
  background-color: rgba(219, 234, 254, var(--tw-bg-opacity));
}

.bg-blue-200 {
  --tw-bg-opacity: 1;
  background-color: rgba(191, 219, 254, var(--tw-bg-opacity));
}

.bg-blue-300 {
  --tw-bg-opacity: 1;
  background-color: rgba(147, 197, 253, var(--tw-bg-opacity));
}

.bg-blue-400 {
  --tw-bg-opacity: 1;
  background-color: rgba(96, 165, 250, var(--tw-bg-opacity));
}

.bg-blue-500 {
  --tw-bg-opacity: 1;
  background-color: rgba(59, 130, 246, var(--tw-bg-opacity));
}

.bg-blue-600 {
  --tw-bg-opacity: 1;
  background-color: rgba(37, 99, 235, var(--tw-bg-opacity));
}

.bg-blue-700 {
  --tw-bg-opacity: 1;
  background-color: rgba(29, 78, 216, var(--tw-bg-opacity));
}

.bg-blue-800 {
  --tw-bg-opacity: 1;
  background-color: rgba(30, 64, 175, var(--tw-bg-opacity));
}

.bg-blue-900 {
  --tw-bg-opacity: 1;
  background-color: rgba(30, 58, 138, var(--tw-bg-opacity));
}

.bg-body-and-labels {
  background-color: var(--body-and-labels);
}

.bg-brand {
  background-color: var(--brand);
}

.bg-code-base-64 {
  background-color: var(--code-base-64);
}

.bg-code-bg {
  background-color: var(--code-bg);
}

.bg-code-outline {
  background-color: var(--code-outline);
}

.bg-code-text {
  background-color: var(--code-text);
}

.bg-critical {
  background-color: var(--critical);
}

.bg-destructive-hover {
  background-color: var(--destructive-hover);
}

.bg-destructive-idle {
  background-color: var(--destructive-idle);
}

.bg-destructive-pressed {
  background-color: var(--destructive-pressed);
}

.bg-disabled {
  background-color: var(--disabled);
}

.bg-disc-operations {
  background-color: var(--disc-operations);
}

.bg-dns-requests {
  background-color: var(--dns-requests);
}

.bg-focus {
  background-color: var(--focus);
}

.bg-graph-1 {
  background-color: var(--graph-1);
}

.bg-graph-10 {
  background-color: var(--graph-10);
}

.bg-graph-11 {
  background-color: var(--graph-11);
}

.bg-graph-2 {
  background-color: var(--graph-2);
}

.bg-graph-3 {
  background-color: var(--graph-3);
}

.bg-graph-4 {
  background-color: var(--graph-4);
}

.bg-graph-5 {
  background-color: var(--graph-5);
}

.bg-graph-6 {
  background-color: var(--graph-6);
}

.bg-graph-7 {
  background-color: var(--graph-7);
}

.bg-graph-8 {
  background-color: var(--graph-8);
}

.bg-graph-9 {
  background-color: var(--graph-9);
}

.bg-graph-disabled {
  background-color: var(--graph-disabled);
}

.bg-ground-floor {
  background-color: var(--ground-floor);
}

.bg-high {
  background-color: var(--high);
}

.bg-informational {
  background-color: var(--informational);
}

.bg-lines-dark {
  background-color: var(--lines-dark);
}

.bg-lines-light {
  background-color: var(--lines-light);
}

.bg-low {
  background-color: var(--low);
}

.bg-medium {
  background-color: var(--medium);
}

.bg-mezzanine {
  background-color: var(--mezzanine);
}

.bg-nav-text-and-icons {
  background-color: var(--nav-text-and-icons);
}

.bg-nav-text-secondary {
  background-color: var(--nav-text-secondary);
}

.bg-network-operations {
  background-color: var(--network-operations);
}

.bg-normal-hover {
  background-color: var(--normal-hover);
}

.bg-normal-idle {
  background-color: var(--normal-idle);
}

.bg-normal-pressed {
  background-color: var(--normal-pressed);
}

.bg-overlay-0\.5 {
  background-color: var(--overlay-0\.5);
}

.bg-overlay-1 {
  background-color: var(--overlay-1);
}

.bg-overlay-2 {
  background-color: var(--overlay-2);
}

.bg-positive {
  background-color: var(--positive);
}

.bg-primary-hover {
  background-color: var(--primary-hover);
}

.bg-primary-idle {
  background-color: var(--primary-idle);
}

.bg-primary-pressed {
  background-color: var(--primary-pressed);
}

.bg-process-operations {
  background-color: var(--process-operations);
}

.bg-purple-50 {
  --tw-bg-opacity: 1;
  background-color: rgba(250, 245, 255, var(--tw-bg-opacity));
}

.bg-purple-100 {
  --tw-bg-opacity: 1;
  background-color: rgba(243, 232, 255, var(--tw-bg-opacity));
}

.bg-purple-200 {
  --tw-bg-opacity: 1;
  background-color: rgba(233, 213, 255, var(--tw-bg-opacity));
}

.bg-purple-300 {
  --tw-bg-opacity: 1;
  background-color: rgba(216, 180, 254, var(--tw-bg-opacity));
}

.bg-purple-400 {
  --tw-bg-opacity: 1;
  background-color: rgba(192, 132, 252, var(--tw-bg-opacity));
}

.bg-purple-500 {
  --tw-bg-opacity: 1;
  background-color: rgba(168, 85, 247, var(--tw-bg-opacity));
}

.bg-purple-600 {
  --tw-bg-opacity: 1;
  background-color: rgba(147, 51, 234, var(--tw-bg-opacity));
}

.bg-purple-700 {
  --tw-bg-opacity: 1;
  background-color: rgba(126, 34, 206, var(--tw-bg-opacity));
}

.bg-purple-800 {
  --tw-bg-opacity: 1;
  background-color: rgba(107, 33, 168, var(--tw-bg-opacity));
}

.bg-purple-900 {
  --tw-bg-opacity: 1;
  background-color: rgba(88, 28, 135, var(--tw-bg-opacity));
}

.bg-registry-operations {
  background-color: var(--registry-operations);
}

.bg-selected {
  background-color: var(--selected);
}

.bg-surface-2xl {
  background-color: var(--surface-2xl);
}

.bg-surface-base {
  background-color: var(--surface-base);
}

.bg-surface-inner {
  background-color: var(--surface-inner);
}

.bg-surface-lg {
  background-color: var(--surface-lg);
}

.bg-surface-md {
  background-color: var(--surface-md);
}

.bg-surface-xl {
  background-color: var(--surface-xl);
}

.bg-text-and-icons {
  background-color: var(--text-and-icons);
}

.bg-titles-and-attributes {
  background-color: var(--titles-and-attributes);
}

.bg-black {
  --tw-bg-opacity: 1;
  background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
}

.bg-white {
  --tw-bg-opacity: 1;
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
}

.bg-rose-50 {
  --tw-bg-opacity: 1;
  background-color: rgba(255, 241, 242, var(--tw-bg-opacity));
}

.bg-rose-100 {
  --tw-bg-opacity: 1;
  background-color: rgba(255, 228, 230, var(--tw-bg-opacity));
}

.bg-rose-200 {
  --tw-bg-opacity: 1;
  background-color: rgba(254, 205, 211, var(--tw-bg-opacity));
}

.bg-rose-300 {
  --tw-bg-opacity: 1;
  background-color: rgba(253, 164, 175, var(--tw-bg-opacity));
}

.bg-rose-400 {
  --tw-bg-opacity: 1;
  background-color: rgba(251, 113, 133, var(--tw-bg-opacity));
}

.bg-rose-500 {
  --tw-bg-opacity: 1;
  background-color: rgba(244, 63, 94, var(--tw-bg-opacity));
}

.bg-rose-600 {
  --tw-bg-opacity: 1;
  background-color: rgba(225, 29, 72, var(--tw-bg-opacity));
}

.bg-rose-700 {
  --tw-bg-opacity: 1;
  background-color: rgba(190, 18, 60, var(--tw-bg-opacity));
}

.bg-rose-800 {
  --tw-bg-opacity: 1;
  background-color: rgba(159, 18, 57, var(--tw-bg-opacity));
}

.bg-rose-900 {
  --tw-bg-opacity: 1;
  background-color: rgba(136, 19, 55, var(--tw-bg-opacity));
}

.bg-pink-50 {
  --tw-bg-opacity: 1;
  background-color: rgba(253, 242, 248, var(--tw-bg-opacity));
}

.bg-pink-100 {
  --tw-bg-opacity: 1;
  background-color: rgba(252, 231, 243, var(--tw-bg-opacity));
}

.bg-pink-200 {
  --tw-bg-opacity: 1;
  background-color: rgba(251, 207, 232, var(--tw-bg-opacity));
}

.bg-pink-300 {
  --tw-bg-opacity: 1;
  background-color: rgba(249, 168, 212, var(--tw-bg-opacity));
}

.bg-pink-400 {
  --tw-bg-opacity: 1;
  background-color: rgba(244, 114, 182, var(--tw-bg-opacity));
}

.bg-pink-500 {
  --tw-bg-opacity: 1;
  background-color: rgba(236, 72, 153, var(--tw-bg-opacity));
}

.bg-pink-600 {
  --tw-bg-opacity: 1;
  background-color: rgba(219, 39, 119, var(--tw-bg-opacity));
}

.bg-pink-700 {
  --tw-bg-opacity: 1;
  background-color: rgba(190, 24, 93, var(--tw-bg-opacity));
}

.bg-pink-800 {
  --tw-bg-opacity: 1;
  background-color: rgba(157, 23, 77, var(--tw-bg-opacity));
}

.bg-pink-900 {
  --tw-bg-opacity: 1;
  background-color: rgba(131, 24, 67, var(--tw-bg-opacity));
}

.bg-fuchsia-50 {
  --tw-bg-opacity: 1;
  background-color: rgba(253, 244, 255, var(--tw-bg-opacity));
}

.bg-fuchsia-100 {
  --tw-bg-opacity: 1;
  background-color: rgba(250, 232, 255, var(--tw-bg-opacity));
}

.bg-fuchsia-200 {
  --tw-bg-opacity: 1;
  background-color: rgba(245, 208, 254, var(--tw-bg-opacity));
}

.bg-fuchsia-300 {
  --tw-bg-opacity: 1;
  background-color: rgba(240, 171, 252, var(--tw-bg-opacity));
}

.bg-fuchsia-400 {
  --tw-bg-opacity: 1;
  background-color: rgba(232, 121, 249, var(--tw-bg-opacity));
}

.bg-fuchsia-500 {
  --tw-bg-opacity: 1;
  background-color: rgba(217, 70, 239, var(--tw-bg-opacity));
}

.bg-fuchsia-600 {
  --tw-bg-opacity: 1;
  background-color: rgba(192, 38, 211, var(--tw-bg-opacity));
}

.bg-fuchsia-700 {
  --tw-bg-opacity: 1;
  background-color: rgba(162, 28, 175, var(--tw-bg-opacity));
}

.bg-fuchsia-800 {
  --tw-bg-opacity: 1;
  background-color: rgba(134, 25, 143, var(--tw-bg-opacity));
}

.bg-fuchsia-900 {
  --tw-bg-opacity: 1;
  background-color: rgba(112, 26, 117, var(--tw-bg-opacity));
}

.bg-violet-50 {
  --tw-bg-opacity: 1;
  background-color: rgba(245, 243, 255, var(--tw-bg-opacity));
}

.bg-violet-100 {
  --tw-bg-opacity: 1;
  background-color: rgba(237, 233, 254, var(--tw-bg-opacity));
}

.bg-violet-200 {
  --tw-bg-opacity: 1;
  background-color: rgba(221, 214, 254, var(--tw-bg-opacity));
}

.bg-violet-300 {
  --tw-bg-opacity: 1;
  background-color: rgba(196, 181, 253, var(--tw-bg-opacity));
}

.bg-violet-400 {
  --tw-bg-opacity: 1;
  background-color: rgba(167, 139, 250, var(--tw-bg-opacity));
}

.bg-violet-500 {
  --tw-bg-opacity: 1;
  background-color: rgba(139, 92, 246, var(--tw-bg-opacity));
}

.bg-violet-600 {
  --tw-bg-opacity: 1;
  background-color: rgba(124, 58, 237, var(--tw-bg-opacity));
}

.bg-violet-700 {
  --tw-bg-opacity: 1;
  background-color: rgba(109, 40, 217, var(--tw-bg-opacity));
}

.bg-violet-800 {
  --tw-bg-opacity: 1;
  background-color: rgba(91, 33, 182, var(--tw-bg-opacity));
}

.bg-violet-900 {
  --tw-bg-opacity: 1;
  background-color: rgba(76, 29, 149, var(--tw-bg-opacity));
}

.bg-indigo-50 {
  --tw-bg-opacity: 1;
  background-color: rgba(238, 242, 255, var(--tw-bg-opacity));
}

.bg-indigo-100 {
  --tw-bg-opacity: 1;
  background-color: rgba(224, 231, 255, var(--tw-bg-opacity));
}

.bg-indigo-200 {
  --tw-bg-opacity: 1;
  background-color: rgba(199, 210, 254, var(--tw-bg-opacity));
}

.bg-indigo-300 {
  --tw-bg-opacity: 1;
  background-color: rgba(165, 180, 252, var(--tw-bg-opacity));
}

.bg-indigo-400 {
  --tw-bg-opacity: 1;
  background-color: rgba(129, 140, 248, var(--tw-bg-opacity));
}

.bg-indigo-500 {
  --tw-bg-opacity: 1;
  background-color: rgba(99, 102, 241, var(--tw-bg-opacity));
}

.bg-indigo-600 {
  --tw-bg-opacity: 1;
  background-color: rgba(79, 70, 229, var(--tw-bg-opacity));
}

.bg-indigo-700 {
  --tw-bg-opacity: 1;
  background-color: rgba(67, 56, 202, var(--tw-bg-opacity));
}

.bg-indigo-800 {
  --tw-bg-opacity: 1;
  background-color: rgba(55, 48, 163, var(--tw-bg-opacity));
}

.bg-indigo-900 {
  --tw-bg-opacity: 1;
  background-color: rgba(49, 46, 129, var(--tw-bg-opacity));
}

.bg-lightBlue-50 {
  --tw-bg-opacity: 1;
  background-color: rgba(240, 249, 255, var(--tw-bg-opacity));
}

.bg-lightBlue-100 {
  --tw-bg-opacity: 1;
  background-color: rgba(224, 242, 254, var(--tw-bg-opacity));
}

.bg-lightBlue-200 {
  --tw-bg-opacity: 1;
  background-color: rgba(186, 230, 253, var(--tw-bg-opacity));
}

.bg-lightBlue-300 {
  --tw-bg-opacity: 1;
  background-color: rgba(125, 211, 252, var(--tw-bg-opacity));
}

.bg-lightBlue-400 {
  --tw-bg-opacity: 1;
  background-color: rgba(56, 189, 248, var(--tw-bg-opacity));
}

.bg-lightBlue-500 {
  --tw-bg-opacity: 1;
  background-color: rgba(14, 165, 233, var(--tw-bg-opacity));
}

.bg-lightBlue-600 {
  --tw-bg-opacity: 1;
  background-color: rgba(2, 132, 199, var(--tw-bg-opacity));
}

.bg-lightBlue-700 {
  --tw-bg-opacity: 1;
  background-color: rgba(3, 105, 161, var(--tw-bg-opacity));
}

.bg-lightBlue-800 {
  --tw-bg-opacity: 1;
  background-color: rgba(7, 89, 133, var(--tw-bg-opacity));
}

.bg-lightBlue-900 {
  --tw-bg-opacity: 1;
  background-color: rgba(12, 74, 110, var(--tw-bg-opacity));
}

.bg-cyan-50 {
  --tw-bg-opacity: 1;
  background-color: rgba(236, 254, 255, var(--tw-bg-opacity));
}

.bg-cyan-100 {
  --tw-bg-opacity: 1;
  background-color: rgba(207, 250, 254, var(--tw-bg-opacity));
}

.bg-cyan-200 {
  --tw-bg-opacity: 1;
  background-color: rgba(165, 243, 252, var(--tw-bg-opacity));
}

.bg-cyan-300 {
  --tw-bg-opacity: 1;
  background-color: rgba(103, 232, 249, var(--tw-bg-opacity));
}

.bg-cyan-400 {
  --tw-bg-opacity: 1;
  background-color: rgba(34, 211, 238, var(--tw-bg-opacity));
}

.bg-cyan-500 {
  --tw-bg-opacity: 1;
  background-color: rgba(6, 182, 212, var(--tw-bg-opacity));
}

.bg-cyan-600 {
  --tw-bg-opacity: 1;
  background-color: rgba(8, 145, 178, var(--tw-bg-opacity));
}

.bg-cyan-700 {
  --tw-bg-opacity: 1;
  background-color: rgba(14, 116, 144, var(--tw-bg-opacity));
}

.bg-cyan-800 {
  --tw-bg-opacity: 1;
  background-color: rgba(21, 94, 117, var(--tw-bg-opacity));
}

.bg-cyan-900 {
  --tw-bg-opacity: 1;
  background-color: rgba(22, 78, 99, var(--tw-bg-opacity));
}

.bg-teal-50 {
  --tw-bg-opacity: 1;
  background-color: rgba(240, 253, 250, var(--tw-bg-opacity));
}

.bg-teal-100 {
  --tw-bg-opacity: 1;
  background-color: rgba(204, 251, 241, var(--tw-bg-opacity));
}

.bg-teal-200 {
  --tw-bg-opacity: 1;
  background-color: rgba(153, 246, 228, var(--tw-bg-opacity));
}

.bg-teal-300 {
  --tw-bg-opacity: 1;
  background-color: rgba(94, 234, 212, var(--tw-bg-opacity));
}

.bg-teal-400 {
  --tw-bg-opacity: 1;
  background-color: rgba(45, 212, 191, var(--tw-bg-opacity));
}

.bg-teal-500 {
  --tw-bg-opacity: 1;
  background-color: rgba(20, 184, 166, var(--tw-bg-opacity));
}

.bg-teal-600 {
  --tw-bg-opacity: 1;
  background-color: rgba(13, 148, 136, var(--tw-bg-opacity));
}

.bg-teal-700 {
  --tw-bg-opacity: 1;
  background-color: rgba(15, 118, 110, var(--tw-bg-opacity));
}

.bg-teal-800 {
  --tw-bg-opacity: 1;
  background-color: rgba(17, 94, 89, var(--tw-bg-opacity));
}

.bg-teal-900 {
  --tw-bg-opacity: 1;
  background-color: rgba(19, 78, 74, var(--tw-bg-opacity));
}

.bg-emerald-50 {
  --tw-bg-opacity: 1;
  background-color: rgba(236, 253, 245, var(--tw-bg-opacity));
}

.bg-emerald-100 {
  --tw-bg-opacity: 1;
  background-color: rgba(209, 250, 229, var(--tw-bg-opacity));
}

.bg-emerald-200 {
  --tw-bg-opacity: 1;
  background-color: rgba(167, 243, 208, var(--tw-bg-opacity));
}

.bg-emerald-300 {
  --tw-bg-opacity: 1;
  background-color: rgba(110, 231, 183, var(--tw-bg-opacity));
}

.bg-emerald-400 {
  --tw-bg-opacity: 1;
  background-color: rgba(52, 211, 153, var(--tw-bg-opacity));
}

.bg-emerald-500 {
  --tw-bg-opacity: 1;
  background-color: rgba(16, 185, 129, var(--tw-bg-opacity));
}

.bg-emerald-600 {
  --tw-bg-opacity: 1;
  background-color: rgba(5, 150, 105, var(--tw-bg-opacity));
}

.bg-emerald-700 {
  --tw-bg-opacity: 1;
  background-color: rgba(4, 120, 87, var(--tw-bg-opacity));
}

.bg-emerald-800 {
  --tw-bg-opacity: 1;
  background-color: rgba(6, 95, 70, var(--tw-bg-opacity));
}

.bg-emerald-900 {
  --tw-bg-opacity: 1;
  background-color: rgba(6, 78, 59, var(--tw-bg-opacity));
}

.bg-green-50 {
  --tw-bg-opacity: 1;
  background-color: rgba(240, 253, 244, var(--tw-bg-opacity));
}

.bg-green-100 {
  --tw-bg-opacity: 1;
  background-color: rgba(220, 252, 231, var(--tw-bg-opacity));
}

.bg-green-200 {
  --tw-bg-opacity: 1;
  background-color: rgba(187, 247, 208, var(--tw-bg-opacity));
}

.bg-green-300 {
  --tw-bg-opacity: 1;
  background-color: rgba(134, 239, 172, var(--tw-bg-opacity));
}

.bg-green-400 {
  --tw-bg-opacity: 1;
  background-color: rgba(74, 222, 128, var(--tw-bg-opacity));
}

.bg-green-500 {
  --tw-bg-opacity: 1;
  background-color: rgba(34, 197, 94, var(--tw-bg-opacity));
}

.bg-green-600 {
  --tw-bg-opacity: 1;
  background-color: rgba(22, 163, 74, var(--tw-bg-opacity));
}

.bg-green-700 {
  --tw-bg-opacity: 1;
  background-color: rgba(21, 128, 61, var(--tw-bg-opacity));
}

.bg-green-800 {
  --tw-bg-opacity: 1;
  background-color: rgba(22, 101, 52, var(--tw-bg-opacity));
}

.bg-green-900 {
  --tw-bg-opacity: 1;
  background-color: rgba(20, 83, 45, var(--tw-bg-opacity));
}

.bg-lime-50 {
  --tw-bg-opacity: 1;
  background-color: rgba(247, 254, 231, var(--tw-bg-opacity));
}

.bg-lime-100 {
  --tw-bg-opacity: 1;
  background-color: rgba(236, 252, 203, var(--tw-bg-opacity));
}

.bg-lime-200 {
  --tw-bg-opacity: 1;
  background-color: rgba(217, 249, 157, var(--tw-bg-opacity));
}

.bg-lime-300 {
  --tw-bg-opacity: 1;
  background-color: rgba(190, 242, 100, var(--tw-bg-opacity));
}

.bg-lime-400 {
  --tw-bg-opacity: 1;
  background-color: rgba(163, 230, 53, var(--tw-bg-opacity));
}

.bg-lime-500 {
  --tw-bg-opacity: 1;
  background-color: rgba(132, 204, 22, var(--tw-bg-opacity));
}

.bg-lime-600 {
  --tw-bg-opacity: 1;
  background-color: rgba(101, 163, 13, var(--tw-bg-opacity));
}

.bg-lime-700 {
  --tw-bg-opacity: 1;
  background-color: rgba(77, 124, 15, var(--tw-bg-opacity));
}

.bg-lime-800 {
  --tw-bg-opacity: 1;
  background-color: rgba(63, 98, 18, var(--tw-bg-opacity));
}

.bg-lime-900 {
  --tw-bg-opacity: 1;
  background-color: rgba(54, 83, 20, var(--tw-bg-opacity));
}

.bg-yellow-50 {
  --tw-bg-opacity: 1;
  background-color: rgba(254, 252, 232, var(--tw-bg-opacity));
}

.bg-yellow-100 {
  --tw-bg-opacity: 1;
  background-color: rgba(254, 249, 195, var(--tw-bg-opacity));
}

.bg-yellow-200 {
  --tw-bg-opacity: 1;
  background-color: rgba(254, 240, 138, var(--tw-bg-opacity));
}

.bg-yellow-300 {
  --tw-bg-opacity: 1;
  background-color: rgba(253, 224, 71, var(--tw-bg-opacity));
}

.bg-yellow-400 {
  --tw-bg-opacity: 1;
  background-color: rgba(250, 204, 21, var(--tw-bg-opacity));
}

.bg-yellow-500 {
  --tw-bg-opacity: 1;
  background-color: rgba(234, 179, 8, var(--tw-bg-opacity));
}

.bg-yellow-600 {
  --tw-bg-opacity: 1;
  background-color: rgba(202, 138, 4, var(--tw-bg-opacity));
}

.bg-yellow-700 {
  --tw-bg-opacity: 1;
  background-color: rgba(161, 98, 7, var(--tw-bg-opacity));
}

.bg-yellow-800 {
  --tw-bg-opacity: 1;
  background-color: rgba(133, 77, 14, var(--tw-bg-opacity));
}

.bg-yellow-900 {
  --tw-bg-opacity: 1;
  background-color: rgba(113, 63, 18, var(--tw-bg-opacity));
}

.bg-amber-50 {
  --tw-bg-opacity: 1;
  background-color: rgba(255, 251, 235, var(--tw-bg-opacity));
}

.bg-amber-100 {
  --tw-bg-opacity: 1;
  background-color: rgba(254, 243, 199, var(--tw-bg-opacity));
}

.bg-amber-200 {
  --tw-bg-opacity: 1;
  background-color: rgba(253, 230, 138, var(--tw-bg-opacity));
}

.bg-amber-300 {
  --tw-bg-opacity: 1;
  background-color: rgba(252, 211, 77, var(--tw-bg-opacity));
}

.bg-amber-400 {
  --tw-bg-opacity: 1;
  background-color: rgba(251, 191, 36, var(--tw-bg-opacity));
}

.bg-amber-500 {
  --tw-bg-opacity: 1;
  background-color: rgba(245, 158, 11, var(--tw-bg-opacity));
}

.bg-amber-600 {
  --tw-bg-opacity: 1;
  background-color: rgba(217, 119, 6, var(--tw-bg-opacity));
}

.bg-amber-700 {
  --tw-bg-opacity: 1;
  background-color: rgba(180, 83, 9, var(--tw-bg-opacity));
}

.bg-amber-800 {
  --tw-bg-opacity: 1;
  background-color: rgba(146, 64, 14, var(--tw-bg-opacity));
}

.bg-amber-900 {
  --tw-bg-opacity: 1;
  background-color: rgba(120, 53, 15, var(--tw-bg-opacity));
}

.bg-orange-50 {
  --tw-bg-opacity: 1;
  background-color: rgba(255, 247, 237, var(--tw-bg-opacity));
}

.bg-orange-100 {
  --tw-bg-opacity: 1;
  background-color: rgba(255, 237, 213, var(--tw-bg-opacity));
}

.bg-orange-200 {
  --tw-bg-opacity: 1;
  background-color: rgba(254, 215, 170, var(--tw-bg-opacity));
}

.bg-orange-300 {
  --tw-bg-opacity: 1;
  background-color: rgba(253, 186, 116, var(--tw-bg-opacity));
}

.bg-orange-400 {
  --tw-bg-opacity: 1;
  background-color: rgba(251, 146, 60, var(--tw-bg-opacity));
}

.bg-orange-500 {
  --tw-bg-opacity: 1;
  background-color: rgba(249, 115, 22, var(--tw-bg-opacity));
}

.bg-orange-600 {
  --tw-bg-opacity: 1;
  background-color: rgba(234, 88, 12, var(--tw-bg-opacity));
}

.bg-orange-700 {
  --tw-bg-opacity: 1;
  background-color: rgba(194, 65, 12, var(--tw-bg-opacity));
}

.bg-orange-800 {
  --tw-bg-opacity: 1;
  background-color: rgba(154, 52, 18, var(--tw-bg-opacity));
}

.bg-orange-900 {
  --tw-bg-opacity: 1;
  background-color: rgba(124, 45, 18, var(--tw-bg-opacity));
}

.bg-red-50 {
  --tw-bg-opacity: 1;
  background-color: rgba(254, 242, 242, var(--tw-bg-opacity));
}

.bg-red-100 {
  --tw-bg-opacity: 1;
  background-color: rgba(254, 226, 226, var(--tw-bg-opacity));
}

.bg-red-200 {
  --tw-bg-opacity: 1;
  background-color: rgba(254, 202, 202, var(--tw-bg-opacity));
}

.bg-red-300 {
  --tw-bg-opacity: 1;
  background-color: rgba(252, 165, 165, var(--tw-bg-opacity));
}

.bg-red-400 {
  --tw-bg-opacity: 1;
  background-color: rgba(248, 113, 113, var(--tw-bg-opacity));
}

.bg-red-500 {
  --tw-bg-opacity: 1;
  background-color: rgba(239, 68, 68, var(--tw-bg-opacity));
}

.bg-red-600 {
  --tw-bg-opacity: 1;
  background-color: rgba(220, 38, 38, var(--tw-bg-opacity));
}

.bg-red-700 {
  --tw-bg-opacity: 1;
  background-color: rgba(185, 28, 28, var(--tw-bg-opacity));
}

.bg-red-800 {
  --tw-bg-opacity: 1;
  background-color: rgba(153, 27, 27, var(--tw-bg-opacity));
}

.bg-red-900 {
  --tw-bg-opacity: 1;
  background-color: rgba(127, 29, 29, var(--tw-bg-opacity));
}

.bg-warmGray-50 {
  --tw-bg-opacity: 1;
  background-color: rgba(250, 250, 249, var(--tw-bg-opacity));
}

.bg-warmGray-100 {
  --tw-bg-opacity: 1;
  background-color: rgba(245, 245, 244, var(--tw-bg-opacity));
}

.bg-warmGray-200 {
  --tw-bg-opacity: 1;
  background-color: rgba(231, 229, 228, var(--tw-bg-opacity));
}

.bg-warmGray-300 {
  --tw-bg-opacity: 1;
  background-color: rgba(214, 211, 209, var(--tw-bg-opacity));
}

.bg-warmGray-400 {
  --tw-bg-opacity: 1;
  background-color: rgba(168, 162, 158, var(--tw-bg-opacity));
}

.bg-warmGray-500 {
  --tw-bg-opacity: 1;
  background-color: rgba(120, 113, 108, var(--tw-bg-opacity));
}

.bg-warmGray-600 {
  --tw-bg-opacity: 1;
  background-color: rgba(87, 83, 78, var(--tw-bg-opacity));
}

.bg-warmGray-700 {
  --tw-bg-opacity: 1;
  background-color: rgba(68, 64, 60, var(--tw-bg-opacity));
}

.bg-warmGray-800 {
  --tw-bg-opacity: 1;
  background-color: rgba(41, 37, 36, var(--tw-bg-opacity));
}

.bg-warmGray-900 {
  --tw-bg-opacity: 1;
  background-color: rgba(28, 25, 23, var(--tw-bg-opacity));
}

.bg-trueGray-50 {
  --tw-bg-opacity: 1;
  background-color: rgba(250, 250, 250, var(--tw-bg-opacity));
}

.bg-trueGray-100 {
  --tw-bg-opacity: 1;
  background-color: rgba(245, 245, 245, var(--tw-bg-opacity));
}

.bg-trueGray-200 {
  --tw-bg-opacity: 1;
  background-color: rgba(229, 229, 229, var(--tw-bg-opacity));
}

.bg-trueGray-300 {
  --tw-bg-opacity: 1;
  background-color: rgba(212, 212, 212, var(--tw-bg-opacity));
}

.bg-trueGray-400 {
  --tw-bg-opacity: 1;
  background-color: rgba(163, 163, 163, var(--tw-bg-opacity));
}

.bg-trueGray-500 {
  --tw-bg-opacity: 1;
  background-color: rgba(115, 115, 115, var(--tw-bg-opacity));
}

.bg-trueGray-600 {
  --tw-bg-opacity: 1;
  background-color: rgba(82, 82, 82, var(--tw-bg-opacity));
}

.bg-trueGray-700 {
  --tw-bg-opacity: 1;
  background-color: rgba(64, 64, 64, var(--tw-bg-opacity));
}

.bg-trueGray-800 {
  --tw-bg-opacity: 1;
  background-color: rgba(38, 38, 38, var(--tw-bg-opacity));
}

.bg-trueGray-900 {
  --tw-bg-opacity: 1;
  background-color: rgba(23, 23, 23, var(--tw-bg-opacity));
}

.bg-gray-50 {
  --tw-bg-opacity: 1;
  background-color: rgba(250, 250, 250, var(--tw-bg-opacity));
}

.bg-gray-100 {
  --tw-bg-opacity: 1;
  background-color: rgba(244, 244, 245, var(--tw-bg-opacity));
}

.bg-gray-200 {
  --tw-bg-opacity: 1;
  background-color: rgba(228, 228, 231, var(--tw-bg-opacity));
}

.bg-gray-300 {
  --tw-bg-opacity: 1;
  background-color: rgba(212, 212, 216, var(--tw-bg-opacity));
}

.bg-gray-400 {
  --tw-bg-opacity: 1;
  background-color: rgba(161, 161, 170, var(--tw-bg-opacity));
}

.bg-gray-500 {
  --tw-bg-opacity: 1;
  background-color: rgba(113, 113, 122, var(--tw-bg-opacity));
}

.bg-gray-600 {
  --tw-bg-opacity: 1;
  background-color: rgba(82, 82, 91, var(--tw-bg-opacity));
}

.bg-gray-700 {
  --tw-bg-opacity: 1;
  background-color: rgba(63, 63, 70, var(--tw-bg-opacity));
}

.bg-gray-800 {
  --tw-bg-opacity: 1;
  background-color: rgba(39, 39, 42, var(--tw-bg-opacity));
}

.bg-gray-900 {
  --tw-bg-opacity: 1;
  background-color: rgba(24, 24, 27, var(--tw-bg-opacity));
}

.bg-coolGray-50 {
  --tw-bg-opacity: 1;
  background-color: rgba(249, 250, 251, var(--tw-bg-opacity));
}

.bg-coolGray-100 {
  --tw-bg-opacity: 1;
  background-color: rgba(243, 244, 246, var(--tw-bg-opacity));
}

.bg-coolGray-200 {
  --tw-bg-opacity: 1;
  background-color: rgba(229, 231, 235, var(--tw-bg-opacity));
}

.bg-coolGray-300 {
  --tw-bg-opacity: 1;
  background-color: rgba(209, 213, 219, var(--tw-bg-opacity));
}

.bg-coolGray-400 {
  --tw-bg-opacity: 1;
  background-color: rgba(156, 163, 175, var(--tw-bg-opacity));
}

.bg-coolGray-500 {
  --tw-bg-opacity: 1;
  background-color: rgba(107, 114, 128, var(--tw-bg-opacity));
}

.bg-coolGray-600 {
  --tw-bg-opacity: 1;
  background-color: rgba(75, 85, 99, var(--tw-bg-opacity));
}

.bg-coolGray-700 {
  --tw-bg-opacity: 1;
  background-color: rgba(55, 65, 81, var(--tw-bg-opacity));
}

.bg-coolGray-800 {
  --tw-bg-opacity: 1;
  background-color: rgba(31, 41, 55, var(--tw-bg-opacity));
}

.bg-coolGray-900 {
  --tw-bg-opacity: 1;
  background-color: rgba(17, 24, 39, var(--tw-bg-opacity));
}

.bg-blueGray-50 {
  --tw-bg-opacity: 1;
  background-color: rgba(248, 250, 252, var(--tw-bg-opacity));
}

.bg-blueGray-100 {
  --tw-bg-opacity: 1;
  background-color: rgba(241, 245, 249, var(--tw-bg-opacity));
}

.bg-blueGray-200 {
  --tw-bg-opacity: 1;
  background-color: rgba(226, 232, 240, var(--tw-bg-opacity));
}

.bg-blueGray-300 {
  --tw-bg-opacity: 1;
  background-color: rgba(203, 213, 225, var(--tw-bg-opacity));
}

.bg-blueGray-400 {
  --tw-bg-opacity: 1;
  background-color: rgba(148, 163, 184, var(--tw-bg-opacity));
}

.bg-blueGray-500 {
  --tw-bg-opacity: 1;
  background-color: rgba(100, 116, 139, var(--tw-bg-opacity));
}

.bg-blueGray-600 {
  --tw-bg-opacity: 1;
  background-color: rgba(71, 85, 105, var(--tw-bg-opacity));
}

.bg-blueGray-700 {
  --tw-bg-opacity: 1;
  background-color: rgba(51, 65, 85, var(--tw-bg-opacity));
}

.bg-blueGray-800 {
  --tw-bg-opacity: 1;
  background-color: rgba(30, 41, 59, var(--tw-bg-opacity));
}

.bg-blueGray-900 {
  --tw-bg-opacity: 1;
  background-color: rgba(15, 23, 42, var(--tw-bg-opacity));
}

.even\:bg-current:nth-child(even) {
  background-color: currentColor;
}

.even\:bg-transparent:nth-child(even) {
  background-color: transparent;
}

.even\:bg-falcon:nth-child(even) {
  background-color: var(--falcon);
}

.even\:bg-basement:nth-child(even) {
  background-color: var(--basement);
}

.even\:bg-blue-50:nth-child(even) {
  --tw-bg-opacity: 1;
  background-color: rgba(239, 246, 255, var(--tw-bg-opacity));
}

.even\:bg-blue-100:nth-child(even) {
  --tw-bg-opacity: 1;
  background-color: rgba(219, 234, 254, var(--tw-bg-opacity));
}

.even\:bg-blue-200:nth-child(even) {
  --tw-bg-opacity: 1;
  background-color: rgba(191, 219, 254, var(--tw-bg-opacity));
}

.even\:bg-blue-300:nth-child(even) {
  --tw-bg-opacity: 1;
  background-color: rgba(147, 197, 253, var(--tw-bg-opacity));
}

.even\:bg-blue-400:nth-child(even) {
  --tw-bg-opacity: 1;
  background-color: rgba(96, 165, 250, var(--tw-bg-opacity));
}

.even\:bg-blue-500:nth-child(even) {
  --tw-bg-opacity: 1;
  background-color: rgba(59, 130, 246, var(--tw-bg-opacity));
}

.even\:bg-blue-600:nth-child(even) {
  --tw-bg-opacity: 1;
  background-color: rgba(37, 99, 235, var(--tw-bg-opacity));
}

.even\:bg-blue-700:nth-child(even) {
  --tw-bg-opacity: 1;
  background-color: rgba(29, 78, 216, var(--tw-bg-opacity));
}

.even\:bg-blue-800:nth-child(even) {
  --tw-bg-opacity: 1;
  background-color: rgba(30, 64, 175, var(--tw-bg-opacity));
}

.even\:bg-blue-900:nth-child(even) {
  --tw-bg-opacity: 1;
  background-color: rgba(30, 58, 138, var(--tw-bg-opacity));
}

.even\:bg-body-and-labels:nth-child(even) {
  background-color: var(--body-and-labels);
}

.even\:bg-brand:nth-child(even) {
  background-color: var(--brand);
}

.even\:bg-code-base-64:nth-child(even) {
  background-color: var(--code-base-64);
}

.even\:bg-code-bg:nth-child(even) {
  background-color: var(--code-bg);
}

.even\:bg-code-outline:nth-child(even) {
  background-color: var(--code-outline);
}

.even\:bg-code-text:nth-child(even) {
  background-color: var(--code-text);
}

.even\:bg-critical:nth-child(even) {
  background-color: var(--critical);
}

.even\:bg-destructive-hover:nth-child(even) {
  background-color: var(--destructive-hover);
}

.even\:bg-destructive-idle:nth-child(even) {
  background-color: var(--destructive-idle);
}

.even\:bg-destructive-pressed:nth-child(even) {
  background-color: var(--destructive-pressed);
}

.even\:bg-disabled:nth-child(even) {
  background-color: var(--disabled);
}

.even\:bg-disc-operations:nth-child(even) {
  background-color: var(--disc-operations);
}

.even\:bg-dns-requests:nth-child(even) {
  background-color: var(--dns-requests);
}

.even\:bg-focus:nth-child(even) {
  background-color: var(--focus);
}

.even\:bg-graph-1:nth-child(even) {
  background-color: var(--graph-1);
}

.even\:bg-graph-10:nth-child(even) {
  background-color: var(--graph-10);
}

.even\:bg-graph-11:nth-child(even) {
  background-color: var(--graph-11);
}

.even\:bg-graph-2:nth-child(even) {
  background-color: var(--graph-2);
}

.even\:bg-graph-3:nth-child(even) {
  background-color: var(--graph-3);
}

.even\:bg-graph-4:nth-child(even) {
  background-color: var(--graph-4);
}

.even\:bg-graph-5:nth-child(even) {
  background-color: var(--graph-5);
}

.even\:bg-graph-6:nth-child(even) {
  background-color: var(--graph-6);
}

.even\:bg-graph-7:nth-child(even) {
  background-color: var(--graph-7);
}

.even\:bg-graph-8:nth-child(even) {
  background-color: var(--graph-8);
}

.even\:bg-graph-9:nth-child(even) {
  background-color: var(--graph-9);
}

.even\:bg-graph-disabled:nth-child(even) {
  background-color: var(--graph-disabled);
}

.even\:bg-ground-floor:nth-child(even) {
  background-color: var(--ground-floor);
}

.even\:bg-high:nth-child(even) {
  background-color: var(--high);
}

.even\:bg-informational:nth-child(even) {
  background-color: var(--informational);
}

.even\:bg-lines-dark:nth-child(even) {
  background-color: var(--lines-dark);
}

.even\:bg-lines-light:nth-child(even) {
  background-color: var(--lines-light);
}

.even\:bg-low:nth-child(even) {
  background-color: var(--low);
}

.even\:bg-medium:nth-child(even) {
  background-color: var(--medium);
}

.even\:bg-mezzanine:nth-child(even) {
  background-color: var(--mezzanine);
}

.even\:bg-nav-text-and-icons:nth-child(even) {
  background-color: var(--nav-text-and-icons);
}

.even\:bg-nav-text-secondary:nth-child(even) {
  background-color: var(--nav-text-secondary);
}

.even\:bg-network-operations:nth-child(even) {
  background-color: var(--network-operations);
}

.even\:bg-normal-hover:nth-child(even) {
  background-color: var(--normal-hover);
}

.even\:bg-normal-idle:nth-child(even) {
  background-color: var(--normal-idle);
}

.even\:bg-normal-pressed:nth-child(even) {
  background-color: var(--normal-pressed);
}

.even\:bg-overlay-0\.5:nth-child(even) {
  background-color: var(--overlay-0\.5);
}

.even\:bg-overlay-1:nth-child(even) {
  background-color: var(--overlay-1);
}

.even\:bg-overlay-2:nth-child(even) {
  background-color: var(--overlay-2);
}

.even\:bg-positive:nth-child(even) {
  background-color: var(--positive);
}

.even\:bg-primary-hover:nth-child(even) {
  background-color: var(--primary-hover);
}

.even\:bg-primary-idle:nth-child(even) {
  background-color: var(--primary-idle);
}

.even\:bg-primary-pressed:nth-child(even) {
  background-color: var(--primary-pressed);
}

.even\:bg-process-operations:nth-child(even) {
  background-color: var(--process-operations);
}

.even\:bg-purple-50:nth-child(even) {
  --tw-bg-opacity: 1;
  background-color: rgba(250, 245, 255, var(--tw-bg-opacity));
}

.even\:bg-purple-100:nth-child(even) {
  --tw-bg-opacity: 1;
  background-color: rgba(243, 232, 255, var(--tw-bg-opacity));
}

.even\:bg-purple-200:nth-child(even) {
  --tw-bg-opacity: 1;
  background-color: rgba(233, 213, 255, var(--tw-bg-opacity));
}

.even\:bg-purple-300:nth-child(even) {
  --tw-bg-opacity: 1;
  background-color: rgba(216, 180, 254, var(--tw-bg-opacity));
}

.even\:bg-purple-400:nth-child(even) {
  --tw-bg-opacity: 1;
  background-color: rgba(192, 132, 252, var(--tw-bg-opacity));
}

.even\:bg-purple-500:nth-child(even) {
  --tw-bg-opacity: 1;
  background-color: rgba(168, 85, 247, var(--tw-bg-opacity));
}

.even\:bg-purple-600:nth-child(even) {
  --tw-bg-opacity: 1;
  background-color: rgba(147, 51, 234, var(--tw-bg-opacity));
}

.even\:bg-purple-700:nth-child(even) {
  --tw-bg-opacity: 1;
  background-color: rgba(126, 34, 206, var(--tw-bg-opacity));
}

.even\:bg-purple-800:nth-child(even) {
  --tw-bg-opacity: 1;
  background-color: rgba(107, 33, 168, var(--tw-bg-opacity));
}

.even\:bg-purple-900:nth-child(even) {
  --tw-bg-opacity: 1;
  background-color: rgba(88, 28, 135, var(--tw-bg-opacity));
}

.even\:bg-registry-operations:nth-child(even) {
  background-color: var(--registry-operations);
}

.even\:bg-selected:nth-child(even) {
  background-color: var(--selected);
}

.even\:bg-surface-2xl:nth-child(even) {
  background-color: var(--surface-2xl);
}

.even\:bg-surface-base:nth-child(even) {
  background-color: var(--surface-base);
}

.even\:bg-surface-inner:nth-child(even) {
  background-color: var(--surface-inner);
}

.even\:bg-surface-lg:nth-child(even) {
  background-color: var(--surface-lg);
}

.even\:bg-surface-md:nth-child(even) {
  background-color: var(--surface-md);
}

.even\:bg-surface-xl:nth-child(even) {
  background-color: var(--surface-xl);
}

.even\:bg-text-and-icons:nth-child(even) {
  background-color: var(--text-and-icons);
}

.even\:bg-titles-and-attributes:nth-child(even) {
  background-color: var(--titles-and-attributes);
}

.even\:bg-black:nth-child(even) {
  --tw-bg-opacity: 1;
  background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
}

.even\:bg-white:nth-child(even) {
  --tw-bg-opacity: 1;
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
}

.even\:bg-rose-50:nth-child(even) {
  --tw-bg-opacity: 1;
  background-color: rgba(255, 241, 242, var(--tw-bg-opacity));
}

.even\:bg-rose-100:nth-child(even) {
  --tw-bg-opacity: 1;
  background-color: rgba(255, 228, 230, var(--tw-bg-opacity));
}

.even\:bg-rose-200:nth-child(even) {
  --tw-bg-opacity: 1;
  background-color: rgba(254, 205, 211, var(--tw-bg-opacity));
}

.even\:bg-rose-300:nth-child(even) {
  --tw-bg-opacity: 1;
  background-color: rgba(253, 164, 175, var(--tw-bg-opacity));
}

.even\:bg-rose-400:nth-child(even) {
  --tw-bg-opacity: 1;
  background-color: rgba(251, 113, 133, var(--tw-bg-opacity));
}

.even\:bg-rose-500:nth-child(even) {
  --tw-bg-opacity: 1;
  background-color: rgba(244, 63, 94, var(--tw-bg-opacity));
}

.even\:bg-rose-600:nth-child(even) {
  --tw-bg-opacity: 1;
  background-color: rgba(225, 29, 72, var(--tw-bg-opacity));
}

.even\:bg-rose-700:nth-child(even) {
  --tw-bg-opacity: 1;
  background-color: rgba(190, 18, 60, var(--tw-bg-opacity));
}

.even\:bg-rose-800:nth-child(even) {
  --tw-bg-opacity: 1;
  background-color: rgba(159, 18, 57, var(--tw-bg-opacity));
}

.even\:bg-rose-900:nth-child(even) {
  --tw-bg-opacity: 1;
  background-color: rgba(136, 19, 55, var(--tw-bg-opacity));
}

.even\:bg-pink-50:nth-child(even) {
  --tw-bg-opacity: 1;
  background-color: rgba(253, 242, 248, var(--tw-bg-opacity));
}

.even\:bg-pink-100:nth-child(even) {
  --tw-bg-opacity: 1;
  background-color: rgba(252, 231, 243, var(--tw-bg-opacity));
}

.even\:bg-pink-200:nth-child(even) {
  --tw-bg-opacity: 1;
  background-color: rgba(251, 207, 232, var(--tw-bg-opacity));
}

.even\:bg-pink-300:nth-child(even) {
  --tw-bg-opacity: 1;
  background-color: rgba(249, 168, 212, var(--tw-bg-opacity));
}

.even\:bg-pink-400:nth-child(even) {
  --tw-bg-opacity: 1;
  background-color: rgba(244, 114, 182, var(--tw-bg-opacity));
}

.even\:bg-pink-500:nth-child(even) {
  --tw-bg-opacity: 1;
  background-color: rgba(236, 72, 153, var(--tw-bg-opacity));
}

.even\:bg-pink-600:nth-child(even) {
  --tw-bg-opacity: 1;
  background-color: rgba(219, 39, 119, var(--tw-bg-opacity));
}

.even\:bg-pink-700:nth-child(even) {
  --tw-bg-opacity: 1;
  background-color: rgba(190, 24, 93, var(--tw-bg-opacity));
}

.even\:bg-pink-800:nth-child(even) {
  --tw-bg-opacity: 1;
  background-color: rgba(157, 23, 77, var(--tw-bg-opacity));
}

.even\:bg-pink-900:nth-child(even) {
  --tw-bg-opacity: 1;
  background-color: rgba(131, 24, 67, var(--tw-bg-opacity));
}

.even\:bg-fuchsia-50:nth-child(even) {
  --tw-bg-opacity: 1;
  background-color: rgba(253, 244, 255, var(--tw-bg-opacity));
}

.even\:bg-fuchsia-100:nth-child(even) {
  --tw-bg-opacity: 1;
  background-color: rgba(250, 232, 255, var(--tw-bg-opacity));
}

.even\:bg-fuchsia-200:nth-child(even) {
  --tw-bg-opacity: 1;
  background-color: rgba(245, 208, 254, var(--tw-bg-opacity));
}

.even\:bg-fuchsia-300:nth-child(even) {
  --tw-bg-opacity: 1;
  background-color: rgba(240, 171, 252, var(--tw-bg-opacity));
}

.even\:bg-fuchsia-400:nth-child(even) {
  --tw-bg-opacity: 1;
  background-color: rgba(232, 121, 249, var(--tw-bg-opacity));
}

.even\:bg-fuchsia-500:nth-child(even) {
  --tw-bg-opacity: 1;
  background-color: rgba(217, 70, 239, var(--tw-bg-opacity));
}

.even\:bg-fuchsia-600:nth-child(even) {
  --tw-bg-opacity: 1;
  background-color: rgba(192, 38, 211, var(--tw-bg-opacity));
}

.even\:bg-fuchsia-700:nth-child(even) {
  --tw-bg-opacity: 1;
  background-color: rgba(162, 28, 175, var(--tw-bg-opacity));
}

.even\:bg-fuchsia-800:nth-child(even) {
  --tw-bg-opacity: 1;
  background-color: rgba(134, 25, 143, var(--tw-bg-opacity));
}

.even\:bg-fuchsia-900:nth-child(even) {
  --tw-bg-opacity: 1;
  background-color: rgba(112, 26, 117, var(--tw-bg-opacity));
}

.even\:bg-violet-50:nth-child(even) {
  --tw-bg-opacity: 1;
  background-color: rgba(245, 243, 255, var(--tw-bg-opacity));
}

.even\:bg-violet-100:nth-child(even) {
  --tw-bg-opacity: 1;
  background-color: rgba(237, 233, 254, var(--tw-bg-opacity));
}

.even\:bg-violet-200:nth-child(even) {
  --tw-bg-opacity: 1;
  background-color: rgba(221, 214, 254, var(--tw-bg-opacity));
}

.even\:bg-violet-300:nth-child(even) {
  --tw-bg-opacity: 1;
  background-color: rgba(196, 181, 253, var(--tw-bg-opacity));
}

.even\:bg-violet-400:nth-child(even) {
  --tw-bg-opacity: 1;
  background-color: rgba(167, 139, 250, var(--tw-bg-opacity));
}

.even\:bg-violet-500:nth-child(even) {
  --tw-bg-opacity: 1;
  background-color: rgba(139, 92, 246, var(--tw-bg-opacity));
}

.even\:bg-violet-600:nth-child(even) {
  --tw-bg-opacity: 1;
  background-color: rgba(124, 58, 237, var(--tw-bg-opacity));
}

.even\:bg-violet-700:nth-child(even) {
  --tw-bg-opacity: 1;
  background-color: rgba(109, 40, 217, var(--tw-bg-opacity));
}

.even\:bg-violet-800:nth-child(even) {
  --tw-bg-opacity: 1;
  background-color: rgba(91, 33, 182, var(--tw-bg-opacity));
}

.even\:bg-violet-900:nth-child(even) {
  --tw-bg-opacity: 1;
  background-color: rgba(76, 29, 149, var(--tw-bg-opacity));
}

.even\:bg-indigo-50:nth-child(even) {
  --tw-bg-opacity: 1;
  background-color: rgba(238, 242, 255, var(--tw-bg-opacity));
}

.even\:bg-indigo-100:nth-child(even) {
  --tw-bg-opacity: 1;
  background-color: rgba(224, 231, 255, var(--tw-bg-opacity));
}

.even\:bg-indigo-200:nth-child(even) {
  --tw-bg-opacity: 1;
  background-color: rgba(199, 210, 254, var(--tw-bg-opacity));
}

.even\:bg-indigo-300:nth-child(even) {
  --tw-bg-opacity: 1;
  background-color: rgba(165, 180, 252, var(--tw-bg-opacity));
}

.even\:bg-indigo-400:nth-child(even) {
  --tw-bg-opacity: 1;
  background-color: rgba(129, 140, 248, var(--tw-bg-opacity));
}

.even\:bg-indigo-500:nth-child(even) {
  --tw-bg-opacity: 1;
  background-color: rgba(99, 102, 241, var(--tw-bg-opacity));
}

.even\:bg-indigo-600:nth-child(even) {
  --tw-bg-opacity: 1;
  background-color: rgba(79, 70, 229, var(--tw-bg-opacity));
}

.even\:bg-indigo-700:nth-child(even) {
  --tw-bg-opacity: 1;
  background-color: rgba(67, 56, 202, var(--tw-bg-opacity));
}

.even\:bg-indigo-800:nth-child(even) {
  --tw-bg-opacity: 1;
  background-color: rgba(55, 48, 163, var(--tw-bg-opacity));
}

.even\:bg-indigo-900:nth-child(even) {
  --tw-bg-opacity: 1;
  background-color: rgba(49, 46, 129, var(--tw-bg-opacity));
}

.even\:bg-lightBlue-50:nth-child(even) {
  --tw-bg-opacity: 1;
  background-color: rgba(240, 249, 255, var(--tw-bg-opacity));
}

.even\:bg-lightBlue-100:nth-child(even) {
  --tw-bg-opacity: 1;
  background-color: rgba(224, 242, 254, var(--tw-bg-opacity));
}

.even\:bg-lightBlue-200:nth-child(even) {
  --tw-bg-opacity: 1;
  background-color: rgba(186, 230, 253, var(--tw-bg-opacity));
}

.even\:bg-lightBlue-300:nth-child(even) {
  --tw-bg-opacity: 1;
  background-color: rgba(125, 211, 252, var(--tw-bg-opacity));
}

.even\:bg-lightBlue-400:nth-child(even) {
  --tw-bg-opacity: 1;
  background-color: rgba(56, 189, 248, var(--tw-bg-opacity));
}

.even\:bg-lightBlue-500:nth-child(even) {
  --tw-bg-opacity: 1;
  background-color: rgba(14, 165, 233, var(--tw-bg-opacity));
}

.even\:bg-lightBlue-600:nth-child(even) {
  --tw-bg-opacity: 1;
  background-color: rgba(2, 132, 199, var(--tw-bg-opacity));
}

.even\:bg-lightBlue-700:nth-child(even) {
  --tw-bg-opacity: 1;
  background-color: rgba(3, 105, 161, var(--tw-bg-opacity));
}

.even\:bg-lightBlue-800:nth-child(even) {
  --tw-bg-opacity: 1;
  background-color: rgba(7, 89, 133, var(--tw-bg-opacity));
}

.even\:bg-lightBlue-900:nth-child(even) {
  --tw-bg-opacity: 1;
  background-color: rgba(12, 74, 110, var(--tw-bg-opacity));
}

.even\:bg-cyan-50:nth-child(even) {
  --tw-bg-opacity: 1;
  background-color: rgba(236, 254, 255, var(--tw-bg-opacity));
}

.even\:bg-cyan-100:nth-child(even) {
  --tw-bg-opacity: 1;
  background-color: rgba(207, 250, 254, var(--tw-bg-opacity));
}

.even\:bg-cyan-200:nth-child(even) {
  --tw-bg-opacity: 1;
  background-color: rgba(165, 243, 252, var(--tw-bg-opacity));
}

.even\:bg-cyan-300:nth-child(even) {
  --tw-bg-opacity: 1;
  background-color: rgba(103, 232, 249, var(--tw-bg-opacity));
}

.even\:bg-cyan-400:nth-child(even) {
  --tw-bg-opacity: 1;
  background-color: rgba(34, 211, 238, var(--tw-bg-opacity));
}

.even\:bg-cyan-500:nth-child(even) {
  --tw-bg-opacity: 1;
  background-color: rgba(6, 182, 212, var(--tw-bg-opacity));
}

.even\:bg-cyan-600:nth-child(even) {
  --tw-bg-opacity: 1;
  background-color: rgba(8, 145, 178, var(--tw-bg-opacity));
}

.even\:bg-cyan-700:nth-child(even) {
  --tw-bg-opacity: 1;
  background-color: rgba(14, 116, 144, var(--tw-bg-opacity));
}

.even\:bg-cyan-800:nth-child(even) {
  --tw-bg-opacity: 1;
  background-color: rgba(21, 94, 117, var(--tw-bg-opacity));
}

.even\:bg-cyan-900:nth-child(even) {
  --tw-bg-opacity: 1;
  background-color: rgba(22, 78, 99, var(--tw-bg-opacity));
}

.even\:bg-teal-50:nth-child(even) {
  --tw-bg-opacity: 1;
  background-color: rgba(240, 253, 250, var(--tw-bg-opacity));
}

.even\:bg-teal-100:nth-child(even) {
  --tw-bg-opacity: 1;
  background-color: rgba(204, 251, 241, var(--tw-bg-opacity));
}

.even\:bg-teal-200:nth-child(even) {
  --tw-bg-opacity: 1;
  background-color: rgba(153, 246, 228, var(--tw-bg-opacity));
}

.even\:bg-teal-300:nth-child(even) {
  --tw-bg-opacity: 1;
  background-color: rgba(94, 234, 212, var(--tw-bg-opacity));
}

.even\:bg-teal-400:nth-child(even) {
  --tw-bg-opacity: 1;
  background-color: rgba(45, 212, 191, var(--tw-bg-opacity));
}

.even\:bg-teal-500:nth-child(even) {
  --tw-bg-opacity: 1;
  background-color: rgba(20, 184, 166, var(--tw-bg-opacity));
}

.even\:bg-teal-600:nth-child(even) {
  --tw-bg-opacity: 1;
  background-color: rgba(13, 148, 136, var(--tw-bg-opacity));
}

.even\:bg-teal-700:nth-child(even) {
  --tw-bg-opacity: 1;
  background-color: rgba(15, 118, 110, var(--tw-bg-opacity));
}

.even\:bg-teal-800:nth-child(even) {
  --tw-bg-opacity: 1;
  background-color: rgba(17, 94, 89, var(--tw-bg-opacity));
}

.even\:bg-teal-900:nth-child(even) {
  --tw-bg-opacity: 1;
  background-color: rgba(19, 78, 74, var(--tw-bg-opacity));
}

.even\:bg-emerald-50:nth-child(even) {
  --tw-bg-opacity: 1;
  background-color: rgba(236, 253, 245, var(--tw-bg-opacity));
}

.even\:bg-emerald-100:nth-child(even) {
  --tw-bg-opacity: 1;
  background-color: rgba(209, 250, 229, var(--tw-bg-opacity));
}

.even\:bg-emerald-200:nth-child(even) {
  --tw-bg-opacity: 1;
  background-color: rgba(167, 243, 208, var(--tw-bg-opacity));
}

.even\:bg-emerald-300:nth-child(even) {
  --tw-bg-opacity: 1;
  background-color: rgba(110, 231, 183, var(--tw-bg-opacity));
}

.even\:bg-emerald-400:nth-child(even) {
  --tw-bg-opacity: 1;
  background-color: rgba(52, 211, 153, var(--tw-bg-opacity));
}

.even\:bg-emerald-500:nth-child(even) {
  --tw-bg-opacity: 1;
  background-color: rgba(16, 185, 129, var(--tw-bg-opacity));
}

.even\:bg-emerald-600:nth-child(even) {
  --tw-bg-opacity: 1;
  background-color: rgba(5, 150, 105, var(--tw-bg-opacity));
}

.even\:bg-emerald-700:nth-child(even) {
  --tw-bg-opacity: 1;
  background-color: rgba(4, 120, 87, var(--tw-bg-opacity));
}

.even\:bg-emerald-800:nth-child(even) {
  --tw-bg-opacity: 1;
  background-color: rgba(6, 95, 70, var(--tw-bg-opacity));
}

.even\:bg-emerald-900:nth-child(even) {
  --tw-bg-opacity: 1;
  background-color: rgba(6, 78, 59, var(--tw-bg-opacity));
}

.even\:bg-green-50:nth-child(even) {
  --tw-bg-opacity: 1;
  background-color: rgba(240, 253, 244, var(--tw-bg-opacity));
}

.even\:bg-green-100:nth-child(even) {
  --tw-bg-opacity: 1;
  background-color: rgba(220, 252, 231, var(--tw-bg-opacity));
}

.even\:bg-green-200:nth-child(even) {
  --tw-bg-opacity: 1;
  background-color: rgba(187, 247, 208, var(--tw-bg-opacity));
}

.even\:bg-green-300:nth-child(even) {
  --tw-bg-opacity: 1;
  background-color: rgba(134, 239, 172, var(--tw-bg-opacity));
}

.even\:bg-green-400:nth-child(even) {
  --tw-bg-opacity: 1;
  background-color: rgba(74, 222, 128, var(--tw-bg-opacity));
}

.even\:bg-green-500:nth-child(even) {
  --tw-bg-opacity: 1;
  background-color: rgba(34, 197, 94, var(--tw-bg-opacity));
}

.even\:bg-green-600:nth-child(even) {
  --tw-bg-opacity: 1;
  background-color: rgba(22, 163, 74, var(--tw-bg-opacity));
}

.even\:bg-green-700:nth-child(even) {
  --tw-bg-opacity: 1;
  background-color: rgba(21, 128, 61, var(--tw-bg-opacity));
}

.even\:bg-green-800:nth-child(even) {
  --tw-bg-opacity: 1;
  background-color: rgba(22, 101, 52, var(--tw-bg-opacity));
}

.even\:bg-green-900:nth-child(even) {
  --tw-bg-opacity: 1;
  background-color: rgba(20, 83, 45, var(--tw-bg-opacity));
}

.even\:bg-lime-50:nth-child(even) {
  --tw-bg-opacity: 1;
  background-color: rgba(247, 254, 231, var(--tw-bg-opacity));
}

.even\:bg-lime-100:nth-child(even) {
  --tw-bg-opacity: 1;
  background-color: rgba(236, 252, 203, var(--tw-bg-opacity));
}

.even\:bg-lime-200:nth-child(even) {
  --tw-bg-opacity: 1;
  background-color: rgba(217, 249, 157, var(--tw-bg-opacity));
}

.even\:bg-lime-300:nth-child(even) {
  --tw-bg-opacity: 1;
  background-color: rgba(190, 242, 100, var(--tw-bg-opacity));
}

.even\:bg-lime-400:nth-child(even) {
  --tw-bg-opacity: 1;
  background-color: rgba(163, 230, 53, var(--tw-bg-opacity));
}

.even\:bg-lime-500:nth-child(even) {
  --tw-bg-opacity: 1;
  background-color: rgba(132, 204, 22, var(--tw-bg-opacity));
}

.even\:bg-lime-600:nth-child(even) {
  --tw-bg-opacity: 1;
  background-color: rgba(101, 163, 13, var(--tw-bg-opacity));
}

.even\:bg-lime-700:nth-child(even) {
  --tw-bg-opacity: 1;
  background-color: rgba(77, 124, 15, var(--tw-bg-opacity));
}

.even\:bg-lime-800:nth-child(even) {
  --tw-bg-opacity: 1;
  background-color: rgba(63, 98, 18, var(--tw-bg-opacity));
}

.even\:bg-lime-900:nth-child(even) {
  --tw-bg-opacity: 1;
  background-color: rgba(54, 83, 20, var(--tw-bg-opacity));
}

.even\:bg-yellow-50:nth-child(even) {
  --tw-bg-opacity: 1;
  background-color: rgba(254, 252, 232, var(--tw-bg-opacity));
}

.even\:bg-yellow-100:nth-child(even) {
  --tw-bg-opacity: 1;
  background-color: rgba(254, 249, 195, var(--tw-bg-opacity));
}

.even\:bg-yellow-200:nth-child(even) {
  --tw-bg-opacity: 1;
  background-color: rgba(254, 240, 138, var(--tw-bg-opacity));
}

.even\:bg-yellow-300:nth-child(even) {
  --tw-bg-opacity: 1;
  background-color: rgba(253, 224, 71, var(--tw-bg-opacity));
}

.even\:bg-yellow-400:nth-child(even) {
  --tw-bg-opacity: 1;
  background-color: rgba(250, 204, 21, var(--tw-bg-opacity));
}

.even\:bg-yellow-500:nth-child(even) {
  --tw-bg-opacity: 1;
  background-color: rgba(234, 179, 8, var(--tw-bg-opacity));
}

.even\:bg-yellow-600:nth-child(even) {
  --tw-bg-opacity: 1;
  background-color: rgba(202, 138, 4, var(--tw-bg-opacity));
}

.even\:bg-yellow-700:nth-child(even) {
  --tw-bg-opacity: 1;
  background-color: rgba(161, 98, 7, var(--tw-bg-opacity));
}

.even\:bg-yellow-800:nth-child(even) {
  --tw-bg-opacity: 1;
  background-color: rgba(133, 77, 14, var(--tw-bg-opacity));
}

.even\:bg-yellow-900:nth-child(even) {
  --tw-bg-opacity: 1;
  background-color: rgba(113, 63, 18, var(--tw-bg-opacity));
}

.even\:bg-amber-50:nth-child(even) {
  --tw-bg-opacity: 1;
  background-color: rgba(255, 251, 235, var(--tw-bg-opacity));
}

.even\:bg-amber-100:nth-child(even) {
  --tw-bg-opacity: 1;
  background-color: rgba(254, 243, 199, var(--tw-bg-opacity));
}

.even\:bg-amber-200:nth-child(even) {
  --tw-bg-opacity: 1;
  background-color: rgba(253, 230, 138, var(--tw-bg-opacity));
}

.even\:bg-amber-300:nth-child(even) {
  --tw-bg-opacity: 1;
  background-color: rgba(252, 211, 77, var(--tw-bg-opacity));
}

.even\:bg-amber-400:nth-child(even) {
  --tw-bg-opacity: 1;
  background-color: rgba(251, 191, 36, var(--tw-bg-opacity));
}

.even\:bg-amber-500:nth-child(even) {
  --tw-bg-opacity: 1;
  background-color: rgba(245, 158, 11, var(--tw-bg-opacity));
}

.even\:bg-amber-600:nth-child(even) {
  --tw-bg-opacity: 1;
  background-color: rgba(217, 119, 6, var(--tw-bg-opacity));
}

.even\:bg-amber-700:nth-child(even) {
  --tw-bg-opacity: 1;
  background-color: rgba(180, 83, 9, var(--tw-bg-opacity));
}

.even\:bg-amber-800:nth-child(even) {
  --tw-bg-opacity: 1;
  background-color: rgba(146, 64, 14, var(--tw-bg-opacity));
}

.even\:bg-amber-900:nth-child(even) {
  --tw-bg-opacity: 1;
  background-color: rgba(120, 53, 15, var(--tw-bg-opacity));
}

.even\:bg-orange-50:nth-child(even) {
  --tw-bg-opacity: 1;
  background-color: rgba(255, 247, 237, var(--tw-bg-opacity));
}

.even\:bg-orange-100:nth-child(even) {
  --tw-bg-opacity: 1;
  background-color: rgba(255, 237, 213, var(--tw-bg-opacity));
}

.even\:bg-orange-200:nth-child(even) {
  --tw-bg-opacity: 1;
  background-color: rgba(254, 215, 170, var(--tw-bg-opacity));
}

.even\:bg-orange-300:nth-child(even) {
  --tw-bg-opacity: 1;
  background-color: rgba(253, 186, 116, var(--tw-bg-opacity));
}

.even\:bg-orange-400:nth-child(even) {
  --tw-bg-opacity: 1;
  background-color: rgba(251, 146, 60, var(--tw-bg-opacity));
}

.even\:bg-orange-500:nth-child(even) {
  --tw-bg-opacity: 1;
  background-color: rgba(249, 115, 22, var(--tw-bg-opacity));
}

.even\:bg-orange-600:nth-child(even) {
  --tw-bg-opacity: 1;
  background-color: rgba(234, 88, 12, var(--tw-bg-opacity));
}

.even\:bg-orange-700:nth-child(even) {
  --tw-bg-opacity: 1;
  background-color: rgba(194, 65, 12, var(--tw-bg-opacity));
}

.even\:bg-orange-800:nth-child(even) {
  --tw-bg-opacity: 1;
  background-color: rgba(154, 52, 18, var(--tw-bg-opacity));
}

.even\:bg-orange-900:nth-child(even) {
  --tw-bg-opacity: 1;
  background-color: rgba(124, 45, 18, var(--tw-bg-opacity));
}

.even\:bg-red-50:nth-child(even) {
  --tw-bg-opacity: 1;
  background-color: rgba(254, 242, 242, var(--tw-bg-opacity));
}

.even\:bg-red-100:nth-child(even) {
  --tw-bg-opacity: 1;
  background-color: rgba(254, 226, 226, var(--tw-bg-opacity));
}

.even\:bg-red-200:nth-child(even) {
  --tw-bg-opacity: 1;
  background-color: rgba(254, 202, 202, var(--tw-bg-opacity));
}

.even\:bg-red-300:nth-child(even) {
  --tw-bg-opacity: 1;
  background-color: rgba(252, 165, 165, var(--tw-bg-opacity));
}

.even\:bg-red-400:nth-child(even) {
  --tw-bg-opacity: 1;
  background-color: rgba(248, 113, 113, var(--tw-bg-opacity));
}

.even\:bg-red-500:nth-child(even) {
  --tw-bg-opacity: 1;
  background-color: rgba(239, 68, 68, var(--tw-bg-opacity));
}

.even\:bg-red-600:nth-child(even) {
  --tw-bg-opacity: 1;
  background-color: rgba(220, 38, 38, var(--tw-bg-opacity));
}

.even\:bg-red-700:nth-child(even) {
  --tw-bg-opacity: 1;
  background-color: rgba(185, 28, 28, var(--tw-bg-opacity));
}

.even\:bg-red-800:nth-child(even) {
  --tw-bg-opacity: 1;
  background-color: rgba(153, 27, 27, var(--tw-bg-opacity));
}

.even\:bg-red-900:nth-child(even) {
  --tw-bg-opacity: 1;
  background-color: rgba(127, 29, 29, var(--tw-bg-opacity));
}

.even\:bg-warmGray-50:nth-child(even) {
  --tw-bg-opacity: 1;
  background-color: rgba(250, 250, 249, var(--tw-bg-opacity));
}

.even\:bg-warmGray-100:nth-child(even) {
  --tw-bg-opacity: 1;
  background-color: rgba(245, 245, 244, var(--tw-bg-opacity));
}

.even\:bg-warmGray-200:nth-child(even) {
  --tw-bg-opacity: 1;
  background-color: rgba(231, 229, 228, var(--tw-bg-opacity));
}

.even\:bg-warmGray-300:nth-child(even) {
  --tw-bg-opacity: 1;
  background-color: rgba(214, 211, 209, var(--tw-bg-opacity));
}

.even\:bg-warmGray-400:nth-child(even) {
  --tw-bg-opacity: 1;
  background-color: rgba(168, 162, 158, var(--tw-bg-opacity));
}

.even\:bg-warmGray-500:nth-child(even) {
  --tw-bg-opacity: 1;
  background-color: rgba(120, 113, 108, var(--tw-bg-opacity));
}

.even\:bg-warmGray-600:nth-child(even) {
  --tw-bg-opacity: 1;
  background-color: rgba(87, 83, 78, var(--tw-bg-opacity));
}

.even\:bg-warmGray-700:nth-child(even) {
  --tw-bg-opacity: 1;
  background-color: rgba(68, 64, 60, var(--tw-bg-opacity));
}

.even\:bg-warmGray-800:nth-child(even) {
  --tw-bg-opacity: 1;
  background-color: rgba(41, 37, 36, var(--tw-bg-opacity));
}

.even\:bg-warmGray-900:nth-child(even) {
  --tw-bg-opacity: 1;
  background-color: rgba(28, 25, 23, var(--tw-bg-opacity));
}

.even\:bg-trueGray-50:nth-child(even) {
  --tw-bg-opacity: 1;
  background-color: rgba(250, 250, 250, var(--tw-bg-opacity));
}

.even\:bg-trueGray-100:nth-child(even) {
  --tw-bg-opacity: 1;
  background-color: rgba(245, 245, 245, var(--tw-bg-opacity));
}

.even\:bg-trueGray-200:nth-child(even) {
  --tw-bg-opacity: 1;
  background-color: rgba(229, 229, 229, var(--tw-bg-opacity));
}

.even\:bg-trueGray-300:nth-child(even) {
  --tw-bg-opacity: 1;
  background-color: rgba(212, 212, 212, var(--tw-bg-opacity));
}

.even\:bg-trueGray-400:nth-child(even) {
  --tw-bg-opacity: 1;
  background-color: rgba(163, 163, 163, var(--tw-bg-opacity));
}

.even\:bg-trueGray-500:nth-child(even) {
  --tw-bg-opacity: 1;
  background-color: rgba(115, 115, 115, var(--tw-bg-opacity));
}

.even\:bg-trueGray-600:nth-child(even) {
  --tw-bg-opacity: 1;
  background-color: rgba(82, 82, 82, var(--tw-bg-opacity));
}

.even\:bg-trueGray-700:nth-child(even) {
  --tw-bg-opacity: 1;
  background-color: rgba(64, 64, 64, var(--tw-bg-opacity));
}

.even\:bg-trueGray-800:nth-child(even) {
  --tw-bg-opacity: 1;
  background-color: rgba(38, 38, 38, var(--tw-bg-opacity));
}

.even\:bg-trueGray-900:nth-child(even) {
  --tw-bg-opacity: 1;
  background-color: rgba(23, 23, 23, var(--tw-bg-opacity));
}

.even\:bg-gray-50:nth-child(even) {
  --tw-bg-opacity: 1;
  background-color: rgba(250, 250, 250, var(--tw-bg-opacity));
}

.even\:bg-gray-100:nth-child(even) {
  --tw-bg-opacity: 1;
  background-color: rgba(244, 244, 245, var(--tw-bg-opacity));
}

.even\:bg-gray-200:nth-child(even) {
  --tw-bg-opacity: 1;
  background-color: rgba(228, 228, 231, var(--tw-bg-opacity));
}

.even\:bg-gray-300:nth-child(even) {
  --tw-bg-opacity: 1;
  background-color: rgba(212, 212, 216, var(--tw-bg-opacity));
}

.even\:bg-gray-400:nth-child(even) {
  --tw-bg-opacity: 1;
  background-color: rgba(161, 161, 170, var(--tw-bg-opacity));
}

.even\:bg-gray-500:nth-child(even) {
  --tw-bg-opacity: 1;
  background-color: rgba(113, 113, 122, var(--tw-bg-opacity));
}

.even\:bg-gray-600:nth-child(even) {
  --tw-bg-opacity: 1;
  background-color: rgba(82, 82, 91, var(--tw-bg-opacity));
}

.even\:bg-gray-700:nth-child(even) {
  --tw-bg-opacity: 1;
  background-color: rgba(63, 63, 70, var(--tw-bg-opacity));
}

.even\:bg-gray-800:nth-child(even) {
  --tw-bg-opacity: 1;
  background-color: rgba(39, 39, 42, var(--tw-bg-opacity));
}

.even\:bg-gray-900:nth-child(even) {
  --tw-bg-opacity: 1;
  background-color: rgba(24, 24, 27, var(--tw-bg-opacity));
}

.even\:bg-coolGray-50:nth-child(even) {
  --tw-bg-opacity: 1;
  background-color: rgba(249, 250, 251, var(--tw-bg-opacity));
}

.even\:bg-coolGray-100:nth-child(even) {
  --tw-bg-opacity: 1;
  background-color: rgba(243, 244, 246, var(--tw-bg-opacity));
}

.even\:bg-coolGray-200:nth-child(even) {
  --tw-bg-opacity: 1;
  background-color: rgba(229, 231, 235, var(--tw-bg-opacity));
}

.even\:bg-coolGray-300:nth-child(even) {
  --tw-bg-opacity: 1;
  background-color: rgba(209, 213, 219, var(--tw-bg-opacity));
}

.even\:bg-coolGray-400:nth-child(even) {
  --tw-bg-opacity: 1;
  background-color: rgba(156, 163, 175, var(--tw-bg-opacity));
}

.even\:bg-coolGray-500:nth-child(even) {
  --tw-bg-opacity: 1;
  background-color: rgba(107, 114, 128, var(--tw-bg-opacity));
}

.even\:bg-coolGray-600:nth-child(even) {
  --tw-bg-opacity: 1;
  background-color: rgba(75, 85, 99, var(--tw-bg-opacity));
}

.even\:bg-coolGray-700:nth-child(even) {
  --tw-bg-opacity: 1;
  background-color: rgba(55, 65, 81, var(--tw-bg-opacity));
}

.even\:bg-coolGray-800:nth-child(even) {
  --tw-bg-opacity: 1;
  background-color: rgba(31, 41, 55, var(--tw-bg-opacity));
}

.even\:bg-coolGray-900:nth-child(even) {
  --tw-bg-opacity: 1;
  background-color: rgba(17, 24, 39, var(--tw-bg-opacity));
}

.even\:bg-blueGray-50:nth-child(even) {
  --tw-bg-opacity: 1;
  background-color: rgba(248, 250, 252, var(--tw-bg-opacity));
}

.even\:bg-blueGray-100:nth-child(even) {
  --tw-bg-opacity: 1;
  background-color: rgba(241, 245, 249, var(--tw-bg-opacity));
}

.even\:bg-blueGray-200:nth-child(even) {
  --tw-bg-opacity: 1;
  background-color: rgba(226, 232, 240, var(--tw-bg-opacity));
}

.even\:bg-blueGray-300:nth-child(even) {
  --tw-bg-opacity: 1;
  background-color: rgba(203, 213, 225, var(--tw-bg-opacity));
}

.even\:bg-blueGray-400:nth-child(even) {
  --tw-bg-opacity: 1;
  background-color: rgba(148, 163, 184, var(--tw-bg-opacity));
}

.even\:bg-blueGray-500:nth-child(even) {
  --tw-bg-opacity: 1;
  background-color: rgba(100, 116, 139, var(--tw-bg-opacity));
}

.even\:bg-blueGray-600:nth-child(even) {
  --tw-bg-opacity: 1;
  background-color: rgba(71, 85, 105, var(--tw-bg-opacity));
}

.even\:bg-blueGray-700:nth-child(even) {
  --tw-bg-opacity: 1;
  background-color: rgba(51, 65, 85, var(--tw-bg-opacity));
}

.even\:bg-blueGray-800:nth-child(even) {
  --tw-bg-opacity: 1;
  background-color: rgba(30, 41, 59, var(--tw-bg-opacity));
}

.even\:bg-blueGray-900:nth-child(even) {
  --tw-bg-opacity: 1;
  background-color: rgba(15, 23, 42, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-current {
  background-color: currentColor;
}

.group:hover .group-hover\:bg-transparent {
  background-color: transparent;
}

.group:hover .group-hover\:bg-falcon {
  background-color: var(--falcon);
}

.group:hover .group-hover\:bg-basement {
  background-color: var(--basement);
}

.group:hover .group-hover\:bg-blue-50 {
  --tw-bg-opacity: 1;
  background-color: rgba(239, 246, 255, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-blue-100 {
  --tw-bg-opacity: 1;
  background-color: rgba(219, 234, 254, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-blue-200 {
  --tw-bg-opacity: 1;
  background-color: rgba(191, 219, 254, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-blue-300 {
  --tw-bg-opacity: 1;
  background-color: rgba(147, 197, 253, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-blue-400 {
  --tw-bg-opacity: 1;
  background-color: rgba(96, 165, 250, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-blue-500 {
  --tw-bg-opacity: 1;
  background-color: rgba(59, 130, 246, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-blue-600 {
  --tw-bg-opacity: 1;
  background-color: rgba(37, 99, 235, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-blue-700 {
  --tw-bg-opacity: 1;
  background-color: rgba(29, 78, 216, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-blue-800 {
  --tw-bg-opacity: 1;
  background-color: rgba(30, 64, 175, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-blue-900 {
  --tw-bg-opacity: 1;
  background-color: rgba(30, 58, 138, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-body-and-labels {
  background-color: var(--body-and-labels);
}

.group:hover .group-hover\:bg-brand {
  background-color: var(--brand);
}

.group:hover .group-hover\:bg-code-base-64 {
  background-color: var(--code-base-64);
}

.group:hover .group-hover\:bg-code-bg {
  background-color: var(--code-bg);
}

.group:hover .group-hover\:bg-code-outline {
  background-color: var(--code-outline);
}

.group:hover .group-hover\:bg-code-text {
  background-color: var(--code-text);
}

.group:hover .group-hover\:bg-critical {
  background-color: var(--critical);
}

.group:hover .group-hover\:bg-destructive-hover {
  background-color: var(--destructive-hover);
}

.group:hover .group-hover\:bg-destructive-idle {
  background-color: var(--destructive-idle);
}

.group:hover .group-hover\:bg-destructive-pressed {
  background-color: var(--destructive-pressed);
}

.group:hover .group-hover\:bg-disabled {
  background-color: var(--disabled);
}

.group:hover .group-hover\:bg-disc-operations {
  background-color: var(--disc-operations);
}

.group:hover .group-hover\:bg-dns-requests {
  background-color: var(--dns-requests);
}

.group:hover .group-hover\:bg-focus {
  background-color: var(--focus);
}

.group:hover .group-hover\:bg-graph-1 {
  background-color: var(--graph-1);
}

.group:hover .group-hover\:bg-graph-10 {
  background-color: var(--graph-10);
}

.group:hover .group-hover\:bg-graph-11 {
  background-color: var(--graph-11);
}

.group:hover .group-hover\:bg-graph-2 {
  background-color: var(--graph-2);
}

.group:hover .group-hover\:bg-graph-3 {
  background-color: var(--graph-3);
}

.group:hover .group-hover\:bg-graph-4 {
  background-color: var(--graph-4);
}

.group:hover .group-hover\:bg-graph-5 {
  background-color: var(--graph-5);
}

.group:hover .group-hover\:bg-graph-6 {
  background-color: var(--graph-6);
}

.group:hover .group-hover\:bg-graph-7 {
  background-color: var(--graph-7);
}

.group:hover .group-hover\:bg-graph-8 {
  background-color: var(--graph-8);
}

.group:hover .group-hover\:bg-graph-9 {
  background-color: var(--graph-9);
}

.group:hover .group-hover\:bg-graph-disabled {
  background-color: var(--graph-disabled);
}

.group:hover .group-hover\:bg-ground-floor {
  background-color: var(--ground-floor);
}

.group:hover .group-hover\:bg-high {
  background-color: var(--high);
}

.group:hover .group-hover\:bg-informational {
  background-color: var(--informational);
}

.group:hover .group-hover\:bg-lines-dark {
  background-color: var(--lines-dark);
}

.group:hover .group-hover\:bg-lines-light {
  background-color: var(--lines-light);
}

.group:hover .group-hover\:bg-low {
  background-color: var(--low);
}

.group:hover .group-hover\:bg-medium {
  background-color: var(--medium);
}

.group:hover .group-hover\:bg-mezzanine {
  background-color: var(--mezzanine);
}

.group:hover .group-hover\:bg-nav-text-and-icons {
  background-color: var(--nav-text-and-icons);
}

.group:hover .group-hover\:bg-nav-text-secondary {
  background-color: var(--nav-text-secondary);
}

.group:hover .group-hover\:bg-network-operations {
  background-color: var(--network-operations);
}

.group:hover .group-hover\:bg-normal-hover {
  background-color: var(--normal-hover);
}

.group:hover .group-hover\:bg-normal-idle {
  background-color: var(--normal-idle);
}

.group:hover .group-hover\:bg-normal-pressed {
  background-color: var(--normal-pressed);
}

.group:hover .group-hover\:bg-overlay-0\.5 {
  background-color: var(--overlay-0\.5);
}

.group:hover .group-hover\:bg-overlay-1 {
  background-color: var(--overlay-1);
}

.group:hover .group-hover\:bg-overlay-2 {
  background-color: var(--overlay-2);
}

.group:hover .group-hover\:bg-positive {
  background-color: var(--positive);
}

.group:hover .group-hover\:bg-primary-hover {
  background-color: var(--primary-hover);
}

.group:hover .group-hover\:bg-primary-idle {
  background-color: var(--primary-idle);
}

.group:hover .group-hover\:bg-primary-pressed {
  background-color: var(--primary-pressed);
}

.group:hover .group-hover\:bg-process-operations {
  background-color: var(--process-operations);
}

.group:hover .group-hover\:bg-purple-50 {
  --tw-bg-opacity: 1;
  background-color: rgba(250, 245, 255, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-purple-100 {
  --tw-bg-opacity: 1;
  background-color: rgba(243, 232, 255, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-purple-200 {
  --tw-bg-opacity: 1;
  background-color: rgba(233, 213, 255, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-purple-300 {
  --tw-bg-opacity: 1;
  background-color: rgba(216, 180, 254, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-purple-400 {
  --tw-bg-opacity: 1;
  background-color: rgba(192, 132, 252, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-purple-500 {
  --tw-bg-opacity: 1;
  background-color: rgba(168, 85, 247, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-purple-600 {
  --tw-bg-opacity: 1;
  background-color: rgba(147, 51, 234, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-purple-700 {
  --tw-bg-opacity: 1;
  background-color: rgba(126, 34, 206, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-purple-800 {
  --tw-bg-opacity: 1;
  background-color: rgba(107, 33, 168, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-purple-900 {
  --tw-bg-opacity: 1;
  background-color: rgba(88, 28, 135, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-registry-operations {
  background-color: var(--registry-operations);
}

.group:hover .group-hover\:bg-selected {
  background-color: var(--selected);
}

.group:hover .group-hover\:bg-surface-2xl {
  background-color: var(--surface-2xl);
}

.group:hover .group-hover\:bg-surface-base {
  background-color: var(--surface-base);
}

.group:hover .group-hover\:bg-surface-inner {
  background-color: var(--surface-inner);
}

.group:hover .group-hover\:bg-surface-lg {
  background-color: var(--surface-lg);
}

.group:hover .group-hover\:bg-surface-md {
  background-color: var(--surface-md);
}

.group:hover .group-hover\:bg-surface-xl {
  background-color: var(--surface-xl);
}

.group:hover .group-hover\:bg-text-and-icons {
  background-color: var(--text-and-icons);
}

.group:hover .group-hover\:bg-titles-and-attributes {
  background-color: var(--titles-and-attributes);
}

.group:hover .group-hover\:bg-black {
  --tw-bg-opacity: 1;
  background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-white {
  --tw-bg-opacity: 1;
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-rose-50 {
  --tw-bg-opacity: 1;
  background-color: rgba(255, 241, 242, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-rose-100 {
  --tw-bg-opacity: 1;
  background-color: rgba(255, 228, 230, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-rose-200 {
  --tw-bg-opacity: 1;
  background-color: rgba(254, 205, 211, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-rose-300 {
  --tw-bg-opacity: 1;
  background-color: rgba(253, 164, 175, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-rose-400 {
  --tw-bg-opacity: 1;
  background-color: rgba(251, 113, 133, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-rose-500 {
  --tw-bg-opacity: 1;
  background-color: rgba(244, 63, 94, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-rose-600 {
  --tw-bg-opacity: 1;
  background-color: rgba(225, 29, 72, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-rose-700 {
  --tw-bg-opacity: 1;
  background-color: rgba(190, 18, 60, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-rose-800 {
  --tw-bg-opacity: 1;
  background-color: rgba(159, 18, 57, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-rose-900 {
  --tw-bg-opacity: 1;
  background-color: rgba(136, 19, 55, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-pink-50 {
  --tw-bg-opacity: 1;
  background-color: rgba(253, 242, 248, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-pink-100 {
  --tw-bg-opacity: 1;
  background-color: rgba(252, 231, 243, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-pink-200 {
  --tw-bg-opacity: 1;
  background-color: rgba(251, 207, 232, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-pink-300 {
  --tw-bg-opacity: 1;
  background-color: rgba(249, 168, 212, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-pink-400 {
  --tw-bg-opacity: 1;
  background-color: rgba(244, 114, 182, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-pink-500 {
  --tw-bg-opacity: 1;
  background-color: rgba(236, 72, 153, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-pink-600 {
  --tw-bg-opacity: 1;
  background-color: rgba(219, 39, 119, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-pink-700 {
  --tw-bg-opacity: 1;
  background-color: rgba(190, 24, 93, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-pink-800 {
  --tw-bg-opacity: 1;
  background-color: rgba(157, 23, 77, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-pink-900 {
  --tw-bg-opacity: 1;
  background-color: rgba(131, 24, 67, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-fuchsia-50 {
  --tw-bg-opacity: 1;
  background-color: rgba(253, 244, 255, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-fuchsia-100 {
  --tw-bg-opacity: 1;
  background-color: rgba(250, 232, 255, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-fuchsia-200 {
  --tw-bg-opacity: 1;
  background-color: rgba(245, 208, 254, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-fuchsia-300 {
  --tw-bg-opacity: 1;
  background-color: rgba(240, 171, 252, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-fuchsia-400 {
  --tw-bg-opacity: 1;
  background-color: rgba(232, 121, 249, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-fuchsia-500 {
  --tw-bg-opacity: 1;
  background-color: rgba(217, 70, 239, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-fuchsia-600 {
  --tw-bg-opacity: 1;
  background-color: rgba(192, 38, 211, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-fuchsia-700 {
  --tw-bg-opacity: 1;
  background-color: rgba(162, 28, 175, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-fuchsia-800 {
  --tw-bg-opacity: 1;
  background-color: rgba(134, 25, 143, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-fuchsia-900 {
  --tw-bg-opacity: 1;
  background-color: rgba(112, 26, 117, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-violet-50 {
  --tw-bg-opacity: 1;
  background-color: rgba(245, 243, 255, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-violet-100 {
  --tw-bg-opacity: 1;
  background-color: rgba(237, 233, 254, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-violet-200 {
  --tw-bg-opacity: 1;
  background-color: rgba(221, 214, 254, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-violet-300 {
  --tw-bg-opacity: 1;
  background-color: rgba(196, 181, 253, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-violet-400 {
  --tw-bg-opacity: 1;
  background-color: rgba(167, 139, 250, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-violet-500 {
  --tw-bg-opacity: 1;
  background-color: rgba(139, 92, 246, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-violet-600 {
  --tw-bg-opacity: 1;
  background-color: rgba(124, 58, 237, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-violet-700 {
  --tw-bg-opacity: 1;
  background-color: rgba(109, 40, 217, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-violet-800 {
  --tw-bg-opacity: 1;
  background-color: rgba(91, 33, 182, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-violet-900 {
  --tw-bg-opacity: 1;
  background-color: rgba(76, 29, 149, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-indigo-50 {
  --tw-bg-opacity: 1;
  background-color: rgba(238, 242, 255, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-indigo-100 {
  --tw-bg-opacity: 1;
  background-color: rgba(224, 231, 255, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-indigo-200 {
  --tw-bg-opacity: 1;
  background-color: rgba(199, 210, 254, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-indigo-300 {
  --tw-bg-opacity: 1;
  background-color: rgba(165, 180, 252, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-indigo-400 {
  --tw-bg-opacity: 1;
  background-color: rgba(129, 140, 248, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-indigo-500 {
  --tw-bg-opacity: 1;
  background-color: rgba(99, 102, 241, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-indigo-600 {
  --tw-bg-opacity: 1;
  background-color: rgba(79, 70, 229, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-indigo-700 {
  --tw-bg-opacity: 1;
  background-color: rgba(67, 56, 202, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-indigo-800 {
  --tw-bg-opacity: 1;
  background-color: rgba(55, 48, 163, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-indigo-900 {
  --tw-bg-opacity: 1;
  background-color: rgba(49, 46, 129, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-lightBlue-50 {
  --tw-bg-opacity: 1;
  background-color: rgba(240, 249, 255, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-lightBlue-100 {
  --tw-bg-opacity: 1;
  background-color: rgba(224, 242, 254, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-lightBlue-200 {
  --tw-bg-opacity: 1;
  background-color: rgba(186, 230, 253, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-lightBlue-300 {
  --tw-bg-opacity: 1;
  background-color: rgba(125, 211, 252, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-lightBlue-400 {
  --tw-bg-opacity: 1;
  background-color: rgba(56, 189, 248, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-lightBlue-500 {
  --tw-bg-opacity: 1;
  background-color: rgba(14, 165, 233, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-lightBlue-600 {
  --tw-bg-opacity: 1;
  background-color: rgba(2, 132, 199, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-lightBlue-700 {
  --tw-bg-opacity: 1;
  background-color: rgba(3, 105, 161, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-lightBlue-800 {
  --tw-bg-opacity: 1;
  background-color: rgba(7, 89, 133, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-lightBlue-900 {
  --tw-bg-opacity: 1;
  background-color: rgba(12, 74, 110, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-cyan-50 {
  --tw-bg-opacity: 1;
  background-color: rgba(236, 254, 255, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-cyan-100 {
  --tw-bg-opacity: 1;
  background-color: rgba(207, 250, 254, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-cyan-200 {
  --tw-bg-opacity: 1;
  background-color: rgba(165, 243, 252, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-cyan-300 {
  --tw-bg-opacity: 1;
  background-color: rgba(103, 232, 249, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-cyan-400 {
  --tw-bg-opacity: 1;
  background-color: rgba(34, 211, 238, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-cyan-500 {
  --tw-bg-opacity: 1;
  background-color: rgba(6, 182, 212, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-cyan-600 {
  --tw-bg-opacity: 1;
  background-color: rgba(8, 145, 178, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-cyan-700 {
  --tw-bg-opacity: 1;
  background-color: rgba(14, 116, 144, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-cyan-800 {
  --tw-bg-opacity: 1;
  background-color: rgba(21, 94, 117, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-cyan-900 {
  --tw-bg-opacity: 1;
  background-color: rgba(22, 78, 99, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-teal-50 {
  --tw-bg-opacity: 1;
  background-color: rgba(240, 253, 250, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-teal-100 {
  --tw-bg-opacity: 1;
  background-color: rgba(204, 251, 241, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-teal-200 {
  --tw-bg-opacity: 1;
  background-color: rgba(153, 246, 228, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-teal-300 {
  --tw-bg-opacity: 1;
  background-color: rgba(94, 234, 212, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-teal-400 {
  --tw-bg-opacity: 1;
  background-color: rgba(45, 212, 191, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-teal-500 {
  --tw-bg-opacity: 1;
  background-color: rgba(20, 184, 166, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-teal-600 {
  --tw-bg-opacity: 1;
  background-color: rgba(13, 148, 136, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-teal-700 {
  --tw-bg-opacity: 1;
  background-color: rgba(15, 118, 110, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-teal-800 {
  --tw-bg-opacity: 1;
  background-color: rgba(17, 94, 89, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-teal-900 {
  --tw-bg-opacity: 1;
  background-color: rgba(19, 78, 74, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-emerald-50 {
  --tw-bg-opacity: 1;
  background-color: rgba(236, 253, 245, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-emerald-100 {
  --tw-bg-opacity: 1;
  background-color: rgba(209, 250, 229, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-emerald-200 {
  --tw-bg-opacity: 1;
  background-color: rgba(167, 243, 208, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-emerald-300 {
  --tw-bg-opacity: 1;
  background-color: rgba(110, 231, 183, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-emerald-400 {
  --tw-bg-opacity: 1;
  background-color: rgba(52, 211, 153, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-emerald-500 {
  --tw-bg-opacity: 1;
  background-color: rgba(16, 185, 129, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-emerald-600 {
  --tw-bg-opacity: 1;
  background-color: rgba(5, 150, 105, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-emerald-700 {
  --tw-bg-opacity: 1;
  background-color: rgba(4, 120, 87, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-emerald-800 {
  --tw-bg-opacity: 1;
  background-color: rgba(6, 95, 70, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-emerald-900 {
  --tw-bg-opacity: 1;
  background-color: rgba(6, 78, 59, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-green-50 {
  --tw-bg-opacity: 1;
  background-color: rgba(240, 253, 244, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-green-100 {
  --tw-bg-opacity: 1;
  background-color: rgba(220, 252, 231, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-green-200 {
  --tw-bg-opacity: 1;
  background-color: rgba(187, 247, 208, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-green-300 {
  --tw-bg-opacity: 1;
  background-color: rgba(134, 239, 172, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-green-400 {
  --tw-bg-opacity: 1;
  background-color: rgba(74, 222, 128, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-green-500 {
  --tw-bg-opacity: 1;
  background-color: rgba(34, 197, 94, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-green-600 {
  --tw-bg-opacity: 1;
  background-color: rgba(22, 163, 74, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-green-700 {
  --tw-bg-opacity: 1;
  background-color: rgba(21, 128, 61, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-green-800 {
  --tw-bg-opacity: 1;
  background-color: rgba(22, 101, 52, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-green-900 {
  --tw-bg-opacity: 1;
  background-color: rgba(20, 83, 45, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-lime-50 {
  --tw-bg-opacity: 1;
  background-color: rgba(247, 254, 231, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-lime-100 {
  --tw-bg-opacity: 1;
  background-color: rgba(236, 252, 203, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-lime-200 {
  --tw-bg-opacity: 1;
  background-color: rgba(217, 249, 157, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-lime-300 {
  --tw-bg-opacity: 1;
  background-color: rgba(190, 242, 100, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-lime-400 {
  --tw-bg-opacity: 1;
  background-color: rgba(163, 230, 53, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-lime-500 {
  --tw-bg-opacity: 1;
  background-color: rgba(132, 204, 22, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-lime-600 {
  --tw-bg-opacity: 1;
  background-color: rgba(101, 163, 13, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-lime-700 {
  --tw-bg-opacity: 1;
  background-color: rgba(77, 124, 15, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-lime-800 {
  --tw-bg-opacity: 1;
  background-color: rgba(63, 98, 18, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-lime-900 {
  --tw-bg-opacity: 1;
  background-color: rgba(54, 83, 20, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-yellow-50 {
  --tw-bg-opacity: 1;
  background-color: rgba(254, 252, 232, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-yellow-100 {
  --tw-bg-opacity: 1;
  background-color: rgba(254, 249, 195, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-yellow-200 {
  --tw-bg-opacity: 1;
  background-color: rgba(254, 240, 138, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-yellow-300 {
  --tw-bg-opacity: 1;
  background-color: rgba(253, 224, 71, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-yellow-400 {
  --tw-bg-opacity: 1;
  background-color: rgba(250, 204, 21, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-yellow-500 {
  --tw-bg-opacity: 1;
  background-color: rgba(234, 179, 8, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-yellow-600 {
  --tw-bg-opacity: 1;
  background-color: rgba(202, 138, 4, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-yellow-700 {
  --tw-bg-opacity: 1;
  background-color: rgba(161, 98, 7, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-yellow-800 {
  --tw-bg-opacity: 1;
  background-color: rgba(133, 77, 14, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-yellow-900 {
  --tw-bg-opacity: 1;
  background-color: rgba(113, 63, 18, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-amber-50 {
  --tw-bg-opacity: 1;
  background-color: rgba(255, 251, 235, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-amber-100 {
  --tw-bg-opacity: 1;
  background-color: rgba(254, 243, 199, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-amber-200 {
  --tw-bg-opacity: 1;
  background-color: rgba(253, 230, 138, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-amber-300 {
  --tw-bg-opacity: 1;
  background-color: rgba(252, 211, 77, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-amber-400 {
  --tw-bg-opacity: 1;
  background-color: rgba(251, 191, 36, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-amber-500 {
  --tw-bg-opacity: 1;
  background-color: rgba(245, 158, 11, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-amber-600 {
  --tw-bg-opacity: 1;
  background-color: rgba(217, 119, 6, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-amber-700 {
  --tw-bg-opacity: 1;
  background-color: rgba(180, 83, 9, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-amber-800 {
  --tw-bg-opacity: 1;
  background-color: rgba(146, 64, 14, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-amber-900 {
  --tw-bg-opacity: 1;
  background-color: rgba(120, 53, 15, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-orange-50 {
  --tw-bg-opacity: 1;
  background-color: rgba(255, 247, 237, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-orange-100 {
  --tw-bg-opacity: 1;
  background-color: rgba(255, 237, 213, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-orange-200 {
  --tw-bg-opacity: 1;
  background-color: rgba(254, 215, 170, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-orange-300 {
  --tw-bg-opacity: 1;
  background-color: rgba(253, 186, 116, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-orange-400 {
  --tw-bg-opacity: 1;
  background-color: rgba(251, 146, 60, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-orange-500 {
  --tw-bg-opacity: 1;
  background-color: rgba(249, 115, 22, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-orange-600 {
  --tw-bg-opacity: 1;
  background-color: rgba(234, 88, 12, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-orange-700 {
  --tw-bg-opacity: 1;
  background-color: rgba(194, 65, 12, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-orange-800 {
  --tw-bg-opacity: 1;
  background-color: rgba(154, 52, 18, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-orange-900 {
  --tw-bg-opacity: 1;
  background-color: rgba(124, 45, 18, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-red-50 {
  --tw-bg-opacity: 1;
  background-color: rgba(254, 242, 242, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-red-100 {
  --tw-bg-opacity: 1;
  background-color: rgba(254, 226, 226, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-red-200 {
  --tw-bg-opacity: 1;
  background-color: rgba(254, 202, 202, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-red-300 {
  --tw-bg-opacity: 1;
  background-color: rgba(252, 165, 165, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-red-400 {
  --tw-bg-opacity: 1;
  background-color: rgba(248, 113, 113, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-red-500 {
  --tw-bg-opacity: 1;
  background-color: rgba(239, 68, 68, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-red-600 {
  --tw-bg-opacity: 1;
  background-color: rgba(220, 38, 38, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-red-700 {
  --tw-bg-opacity: 1;
  background-color: rgba(185, 28, 28, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-red-800 {
  --tw-bg-opacity: 1;
  background-color: rgba(153, 27, 27, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-red-900 {
  --tw-bg-opacity: 1;
  background-color: rgba(127, 29, 29, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-warmGray-50 {
  --tw-bg-opacity: 1;
  background-color: rgba(250, 250, 249, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-warmGray-100 {
  --tw-bg-opacity: 1;
  background-color: rgba(245, 245, 244, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-warmGray-200 {
  --tw-bg-opacity: 1;
  background-color: rgba(231, 229, 228, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-warmGray-300 {
  --tw-bg-opacity: 1;
  background-color: rgba(214, 211, 209, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-warmGray-400 {
  --tw-bg-opacity: 1;
  background-color: rgba(168, 162, 158, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-warmGray-500 {
  --tw-bg-opacity: 1;
  background-color: rgba(120, 113, 108, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-warmGray-600 {
  --tw-bg-opacity: 1;
  background-color: rgba(87, 83, 78, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-warmGray-700 {
  --tw-bg-opacity: 1;
  background-color: rgba(68, 64, 60, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-warmGray-800 {
  --tw-bg-opacity: 1;
  background-color: rgba(41, 37, 36, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-warmGray-900 {
  --tw-bg-opacity: 1;
  background-color: rgba(28, 25, 23, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-trueGray-50 {
  --tw-bg-opacity: 1;
  background-color: rgba(250, 250, 250, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-trueGray-100 {
  --tw-bg-opacity: 1;
  background-color: rgba(245, 245, 245, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-trueGray-200 {
  --tw-bg-opacity: 1;
  background-color: rgba(229, 229, 229, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-trueGray-300 {
  --tw-bg-opacity: 1;
  background-color: rgba(212, 212, 212, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-trueGray-400 {
  --tw-bg-opacity: 1;
  background-color: rgba(163, 163, 163, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-trueGray-500 {
  --tw-bg-opacity: 1;
  background-color: rgba(115, 115, 115, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-trueGray-600 {
  --tw-bg-opacity: 1;
  background-color: rgba(82, 82, 82, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-trueGray-700 {
  --tw-bg-opacity: 1;
  background-color: rgba(64, 64, 64, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-trueGray-800 {
  --tw-bg-opacity: 1;
  background-color: rgba(38, 38, 38, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-trueGray-900 {
  --tw-bg-opacity: 1;
  background-color: rgba(23, 23, 23, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-gray-50 {
  --tw-bg-opacity: 1;
  background-color: rgba(250, 250, 250, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-gray-100 {
  --tw-bg-opacity: 1;
  background-color: rgba(244, 244, 245, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-gray-200 {
  --tw-bg-opacity: 1;
  background-color: rgba(228, 228, 231, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-gray-300 {
  --tw-bg-opacity: 1;
  background-color: rgba(212, 212, 216, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-gray-400 {
  --tw-bg-opacity: 1;
  background-color: rgba(161, 161, 170, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-gray-500 {
  --tw-bg-opacity: 1;
  background-color: rgba(113, 113, 122, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-gray-600 {
  --tw-bg-opacity: 1;
  background-color: rgba(82, 82, 91, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-gray-700 {
  --tw-bg-opacity: 1;
  background-color: rgba(63, 63, 70, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-gray-800 {
  --tw-bg-opacity: 1;
  background-color: rgba(39, 39, 42, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-gray-900 {
  --tw-bg-opacity: 1;
  background-color: rgba(24, 24, 27, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-coolGray-50 {
  --tw-bg-opacity: 1;
  background-color: rgba(249, 250, 251, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-coolGray-100 {
  --tw-bg-opacity: 1;
  background-color: rgba(243, 244, 246, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-coolGray-200 {
  --tw-bg-opacity: 1;
  background-color: rgba(229, 231, 235, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-coolGray-300 {
  --tw-bg-opacity: 1;
  background-color: rgba(209, 213, 219, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-coolGray-400 {
  --tw-bg-opacity: 1;
  background-color: rgba(156, 163, 175, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-coolGray-500 {
  --tw-bg-opacity: 1;
  background-color: rgba(107, 114, 128, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-coolGray-600 {
  --tw-bg-opacity: 1;
  background-color: rgba(75, 85, 99, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-coolGray-700 {
  --tw-bg-opacity: 1;
  background-color: rgba(55, 65, 81, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-coolGray-800 {
  --tw-bg-opacity: 1;
  background-color: rgba(31, 41, 55, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-coolGray-900 {
  --tw-bg-opacity: 1;
  background-color: rgba(17, 24, 39, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-blueGray-50 {
  --tw-bg-opacity: 1;
  background-color: rgba(248, 250, 252, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-blueGray-100 {
  --tw-bg-opacity: 1;
  background-color: rgba(241, 245, 249, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-blueGray-200 {
  --tw-bg-opacity: 1;
  background-color: rgba(226, 232, 240, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-blueGray-300 {
  --tw-bg-opacity: 1;
  background-color: rgba(203, 213, 225, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-blueGray-400 {
  --tw-bg-opacity: 1;
  background-color: rgba(148, 163, 184, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-blueGray-500 {
  --tw-bg-opacity: 1;
  background-color: rgba(100, 116, 139, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-blueGray-600 {
  --tw-bg-opacity: 1;
  background-color: rgba(71, 85, 105, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-blueGray-700 {
  --tw-bg-opacity: 1;
  background-color: rgba(51, 65, 85, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-blueGray-800 {
  --tw-bg-opacity: 1;
  background-color: rgba(30, 41, 59, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-blueGray-900 {
  --tw-bg-opacity: 1;
  background-color: rgba(15, 23, 42, var(--tw-bg-opacity));
}

.hover\:bg-current:hover {
  background-color: currentColor;
}

.hover\:bg-transparent:hover {
  background-color: transparent;
}

.hover\:bg-falcon:hover {
  background-color: var(--falcon);
}

.hover\:bg-basement:hover {
  background-color: var(--basement);
}

.hover\:bg-blue-50:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(239, 246, 255, var(--tw-bg-opacity));
}

.hover\:bg-blue-100:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(219, 234, 254, var(--tw-bg-opacity));
}

.hover\:bg-blue-200:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(191, 219, 254, var(--tw-bg-opacity));
}

.hover\:bg-blue-300:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(147, 197, 253, var(--tw-bg-opacity));
}

.hover\:bg-blue-400:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(96, 165, 250, var(--tw-bg-opacity));
}

.hover\:bg-blue-500:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(59, 130, 246, var(--tw-bg-opacity));
}

.hover\:bg-blue-600:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(37, 99, 235, var(--tw-bg-opacity));
}

.hover\:bg-blue-700:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(29, 78, 216, var(--tw-bg-opacity));
}

.hover\:bg-blue-800:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(30, 64, 175, var(--tw-bg-opacity));
}

.hover\:bg-blue-900:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(30, 58, 138, var(--tw-bg-opacity));
}

.hover\:bg-body-and-labels:hover {
  background-color: var(--body-and-labels);
}

.hover\:bg-brand:hover {
  background-color: var(--brand);
}

.hover\:bg-code-base-64:hover {
  background-color: var(--code-base-64);
}

.hover\:bg-code-bg:hover {
  background-color: var(--code-bg);
}

.hover\:bg-code-outline:hover {
  background-color: var(--code-outline);
}

.hover\:bg-code-text:hover {
  background-color: var(--code-text);
}

.hover\:bg-critical:hover {
  background-color: var(--critical);
}

.hover\:bg-destructive-hover:hover {
  background-color: var(--destructive-hover);
}

.hover\:bg-destructive-idle:hover {
  background-color: var(--destructive-idle);
}

.hover\:bg-destructive-pressed:hover {
  background-color: var(--destructive-pressed);
}

.hover\:bg-disabled:hover {
  background-color: var(--disabled);
}

.hover\:bg-disc-operations:hover {
  background-color: var(--disc-operations);
}

.hover\:bg-dns-requests:hover {
  background-color: var(--dns-requests);
}

.hover\:bg-focus:hover {
  background-color: var(--focus);
}

.hover\:bg-graph-1:hover {
  background-color: var(--graph-1);
}

.hover\:bg-graph-10:hover {
  background-color: var(--graph-10);
}

.hover\:bg-graph-11:hover {
  background-color: var(--graph-11);
}

.hover\:bg-graph-2:hover {
  background-color: var(--graph-2);
}

.hover\:bg-graph-3:hover {
  background-color: var(--graph-3);
}

.hover\:bg-graph-4:hover {
  background-color: var(--graph-4);
}

.hover\:bg-graph-5:hover {
  background-color: var(--graph-5);
}

.hover\:bg-graph-6:hover {
  background-color: var(--graph-6);
}

.hover\:bg-graph-7:hover {
  background-color: var(--graph-7);
}

.hover\:bg-graph-8:hover {
  background-color: var(--graph-8);
}

.hover\:bg-graph-9:hover {
  background-color: var(--graph-9);
}

.hover\:bg-graph-disabled:hover {
  background-color: var(--graph-disabled);
}

.hover\:bg-ground-floor:hover {
  background-color: var(--ground-floor);
}

.hover\:bg-high:hover {
  background-color: var(--high);
}

.hover\:bg-informational:hover {
  background-color: var(--informational);
}

.hover\:bg-lines-dark:hover {
  background-color: var(--lines-dark);
}

.hover\:bg-lines-light:hover {
  background-color: var(--lines-light);
}

.hover\:bg-low:hover {
  background-color: var(--low);
}

.hover\:bg-medium:hover {
  background-color: var(--medium);
}

.hover\:bg-mezzanine:hover {
  background-color: var(--mezzanine);
}

.hover\:bg-nav-text-and-icons:hover {
  background-color: var(--nav-text-and-icons);
}

.hover\:bg-nav-text-secondary:hover {
  background-color: var(--nav-text-secondary);
}

.hover\:bg-network-operations:hover {
  background-color: var(--network-operations);
}

.hover\:bg-normal-hover:hover {
  background-color: var(--normal-hover);
}

.hover\:bg-normal-idle:hover {
  background-color: var(--normal-idle);
}

.hover\:bg-normal-pressed:hover {
  background-color: var(--normal-pressed);
}

.hover\:bg-overlay-0\.5:hover {
  background-color: var(--overlay-0\.5);
}

.hover\:bg-overlay-1:hover {
  background-color: var(--overlay-1);
}

.hover\:bg-overlay-2:hover {
  background-color: var(--overlay-2);
}

.hover\:bg-positive:hover {
  background-color: var(--positive);
}

.hover\:bg-primary-hover:hover {
  background-color: var(--primary-hover);
}

.hover\:bg-primary-idle:hover {
  background-color: var(--primary-idle);
}

.hover\:bg-primary-pressed:hover {
  background-color: var(--primary-pressed);
}

.hover\:bg-process-operations:hover {
  background-color: var(--process-operations);
}

.hover\:bg-purple-50:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(250, 245, 255, var(--tw-bg-opacity));
}

.hover\:bg-purple-100:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(243, 232, 255, var(--tw-bg-opacity));
}

.hover\:bg-purple-200:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(233, 213, 255, var(--tw-bg-opacity));
}

.hover\:bg-purple-300:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(216, 180, 254, var(--tw-bg-opacity));
}

.hover\:bg-purple-400:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(192, 132, 252, var(--tw-bg-opacity));
}

.hover\:bg-purple-500:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(168, 85, 247, var(--tw-bg-opacity));
}

.hover\:bg-purple-600:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(147, 51, 234, var(--tw-bg-opacity));
}

.hover\:bg-purple-700:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(126, 34, 206, var(--tw-bg-opacity));
}

.hover\:bg-purple-800:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(107, 33, 168, var(--tw-bg-opacity));
}

.hover\:bg-purple-900:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(88, 28, 135, var(--tw-bg-opacity));
}

.hover\:bg-registry-operations:hover {
  background-color: var(--registry-operations);
}

.hover\:bg-selected:hover {
  background-color: var(--selected);
}

.hover\:bg-surface-2xl:hover {
  background-color: var(--surface-2xl);
}

.hover\:bg-surface-base:hover {
  background-color: var(--surface-base);
}

.hover\:bg-surface-inner:hover {
  background-color: var(--surface-inner);
}

.hover\:bg-surface-lg:hover {
  background-color: var(--surface-lg);
}

.hover\:bg-surface-md:hover {
  background-color: var(--surface-md);
}

.hover\:bg-surface-xl:hover {
  background-color: var(--surface-xl);
}

.hover\:bg-text-and-icons:hover {
  background-color: var(--text-and-icons);
}

.hover\:bg-titles-and-attributes:hover {
  background-color: var(--titles-and-attributes);
}

.hover\:bg-black:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
}

.hover\:bg-white:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
}

.hover\:bg-rose-50:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(255, 241, 242, var(--tw-bg-opacity));
}

.hover\:bg-rose-100:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(255, 228, 230, var(--tw-bg-opacity));
}

.hover\:bg-rose-200:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(254, 205, 211, var(--tw-bg-opacity));
}

.hover\:bg-rose-300:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(253, 164, 175, var(--tw-bg-opacity));
}

.hover\:bg-rose-400:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(251, 113, 133, var(--tw-bg-opacity));
}

.hover\:bg-rose-500:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(244, 63, 94, var(--tw-bg-opacity));
}

.hover\:bg-rose-600:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(225, 29, 72, var(--tw-bg-opacity));
}

.hover\:bg-rose-700:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(190, 18, 60, var(--tw-bg-opacity));
}

.hover\:bg-rose-800:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(159, 18, 57, var(--tw-bg-opacity));
}

.hover\:bg-rose-900:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(136, 19, 55, var(--tw-bg-opacity));
}

.hover\:bg-pink-50:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(253, 242, 248, var(--tw-bg-opacity));
}

.hover\:bg-pink-100:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(252, 231, 243, var(--tw-bg-opacity));
}

.hover\:bg-pink-200:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(251, 207, 232, var(--tw-bg-opacity));
}

.hover\:bg-pink-300:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(249, 168, 212, var(--tw-bg-opacity));
}

.hover\:bg-pink-400:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(244, 114, 182, var(--tw-bg-opacity));
}

.hover\:bg-pink-500:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(236, 72, 153, var(--tw-bg-opacity));
}

.hover\:bg-pink-600:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(219, 39, 119, var(--tw-bg-opacity));
}

.hover\:bg-pink-700:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(190, 24, 93, var(--tw-bg-opacity));
}

.hover\:bg-pink-800:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(157, 23, 77, var(--tw-bg-opacity));
}

.hover\:bg-pink-900:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(131, 24, 67, var(--tw-bg-opacity));
}

.hover\:bg-fuchsia-50:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(253, 244, 255, var(--tw-bg-opacity));
}

.hover\:bg-fuchsia-100:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(250, 232, 255, var(--tw-bg-opacity));
}

.hover\:bg-fuchsia-200:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(245, 208, 254, var(--tw-bg-opacity));
}

.hover\:bg-fuchsia-300:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(240, 171, 252, var(--tw-bg-opacity));
}

.hover\:bg-fuchsia-400:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(232, 121, 249, var(--tw-bg-opacity));
}

.hover\:bg-fuchsia-500:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(217, 70, 239, var(--tw-bg-opacity));
}

.hover\:bg-fuchsia-600:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(192, 38, 211, var(--tw-bg-opacity));
}

.hover\:bg-fuchsia-700:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(162, 28, 175, var(--tw-bg-opacity));
}

.hover\:bg-fuchsia-800:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(134, 25, 143, var(--tw-bg-opacity));
}

.hover\:bg-fuchsia-900:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(112, 26, 117, var(--tw-bg-opacity));
}

.hover\:bg-violet-50:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(245, 243, 255, var(--tw-bg-opacity));
}

.hover\:bg-violet-100:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(237, 233, 254, var(--tw-bg-opacity));
}

.hover\:bg-violet-200:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(221, 214, 254, var(--tw-bg-opacity));
}

.hover\:bg-violet-300:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(196, 181, 253, var(--tw-bg-opacity));
}

.hover\:bg-violet-400:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(167, 139, 250, var(--tw-bg-opacity));
}

.hover\:bg-violet-500:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(139, 92, 246, var(--tw-bg-opacity));
}

.hover\:bg-violet-600:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(124, 58, 237, var(--tw-bg-opacity));
}

.hover\:bg-violet-700:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(109, 40, 217, var(--tw-bg-opacity));
}

.hover\:bg-violet-800:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(91, 33, 182, var(--tw-bg-opacity));
}

.hover\:bg-violet-900:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(76, 29, 149, var(--tw-bg-opacity));
}

.hover\:bg-indigo-50:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(238, 242, 255, var(--tw-bg-opacity));
}

.hover\:bg-indigo-100:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(224, 231, 255, var(--tw-bg-opacity));
}

.hover\:bg-indigo-200:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(199, 210, 254, var(--tw-bg-opacity));
}

.hover\:bg-indigo-300:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(165, 180, 252, var(--tw-bg-opacity));
}

.hover\:bg-indigo-400:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(129, 140, 248, var(--tw-bg-opacity));
}

.hover\:bg-indigo-500:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(99, 102, 241, var(--tw-bg-opacity));
}

.hover\:bg-indigo-600:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(79, 70, 229, var(--tw-bg-opacity));
}

.hover\:bg-indigo-700:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(67, 56, 202, var(--tw-bg-opacity));
}

.hover\:bg-indigo-800:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(55, 48, 163, var(--tw-bg-opacity));
}

.hover\:bg-indigo-900:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(49, 46, 129, var(--tw-bg-opacity));
}

.hover\:bg-lightBlue-50:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(240, 249, 255, var(--tw-bg-opacity));
}

.hover\:bg-lightBlue-100:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(224, 242, 254, var(--tw-bg-opacity));
}

.hover\:bg-lightBlue-200:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(186, 230, 253, var(--tw-bg-opacity));
}

.hover\:bg-lightBlue-300:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(125, 211, 252, var(--tw-bg-opacity));
}

.hover\:bg-lightBlue-400:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(56, 189, 248, var(--tw-bg-opacity));
}

.hover\:bg-lightBlue-500:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(14, 165, 233, var(--tw-bg-opacity));
}

.hover\:bg-lightBlue-600:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(2, 132, 199, var(--tw-bg-opacity));
}

.hover\:bg-lightBlue-700:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(3, 105, 161, var(--tw-bg-opacity));
}

.hover\:bg-lightBlue-800:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(7, 89, 133, var(--tw-bg-opacity));
}

.hover\:bg-lightBlue-900:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(12, 74, 110, var(--tw-bg-opacity));
}

.hover\:bg-cyan-50:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(236, 254, 255, var(--tw-bg-opacity));
}

.hover\:bg-cyan-100:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(207, 250, 254, var(--tw-bg-opacity));
}

.hover\:bg-cyan-200:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(165, 243, 252, var(--tw-bg-opacity));
}

.hover\:bg-cyan-300:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(103, 232, 249, var(--tw-bg-opacity));
}

.hover\:bg-cyan-400:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(34, 211, 238, var(--tw-bg-opacity));
}

.hover\:bg-cyan-500:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(6, 182, 212, var(--tw-bg-opacity));
}

.hover\:bg-cyan-600:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(8, 145, 178, var(--tw-bg-opacity));
}

.hover\:bg-cyan-700:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(14, 116, 144, var(--tw-bg-opacity));
}

.hover\:bg-cyan-800:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(21, 94, 117, var(--tw-bg-opacity));
}

.hover\:bg-cyan-900:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(22, 78, 99, var(--tw-bg-opacity));
}

.hover\:bg-teal-50:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(240, 253, 250, var(--tw-bg-opacity));
}

.hover\:bg-teal-100:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(204, 251, 241, var(--tw-bg-opacity));
}

.hover\:bg-teal-200:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(153, 246, 228, var(--tw-bg-opacity));
}

.hover\:bg-teal-300:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(94, 234, 212, var(--tw-bg-opacity));
}

.hover\:bg-teal-400:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(45, 212, 191, var(--tw-bg-opacity));
}

.hover\:bg-teal-500:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(20, 184, 166, var(--tw-bg-opacity));
}

.hover\:bg-teal-600:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(13, 148, 136, var(--tw-bg-opacity));
}

.hover\:bg-teal-700:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(15, 118, 110, var(--tw-bg-opacity));
}

.hover\:bg-teal-800:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(17, 94, 89, var(--tw-bg-opacity));
}

.hover\:bg-teal-900:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(19, 78, 74, var(--tw-bg-opacity));
}

.hover\:bg-emerald-50:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(236, 253, 245, var(--tw-bg-opacity));
}

.hover\:bg-emerald-100:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(209, 250, 229, var(--tw-bg-opacity));
}

.hover\:bg-emerald-200:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(167, 243, 208, var(--tw-bg-opacity));
}

.hover\:bg-emerald-300:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(110, 231, 183, var(--tw-bg-opacity));
}

.hover\:bg-emerald-400:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(52, 211, 153, var(--tw-bg-opacity));
}

.hover\:bg-emerald-500:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(16, 185, 129, var(--tw-bg-opacity));
}

.hover\:bg-emerald-600:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(5, 150, 105, var(--tw-bg-opacity));
}

.hover\:bg-emerald-700:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(4, 120, 87, var(--tw-bg-opacity));
}

.hover\:bg-emerald-800:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(6, 95, 70, var(--tw-bg-opacity));
}

.hover\:bg-emerald-900:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(6, 78, 59, var(--tw-bg-opacity));
}

.hover\:bg-green-50:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(240, 253, 244, var(--tw-bg-opacity));
}

.hover\:bg-green-100:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(220, 252, 231, var(--tw-bg-opacity));
}

.hover\:bg-green-200:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(187, 247, 208, var(--tw-bg-opacity));
}

.hover\:bg-green-300:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(134, 239, 172, var(--tw-bg-opacity));
}

.hover\:bg-green-400:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(74, 222, 128, var(--tw-bg-opacity));
}

.hover\:bg-green-500:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(34, 197, 94, var(--tw-bg-opacity));
}

.hover\:bg-green-600:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(22, 163, 74, var(--tw-bg-opacity));
}

.hover\:bg-green-700:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(21, 128, 61, var(--tw-bg-opacity));
}

.hover\:bg-green-800:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(22, 101, 52, var(--tw-bg-opacity));
}

.hover\:bg-green-900:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(20, 83, 45, var(--tw-bg-opacity));
}

.hover\:bg-lime-50:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(247, 254, 231, var(--tw-bg-opacity));
}

.hover\:bg-lime-100:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(236, 252, 203, var(--tw-bg-opacity));
}

.hover\:bg-lime-200:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(217, 249, 157, var(--tw-bg-opacity));
}

.hover\:bg-lime-300:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(190, 242, 100, var(--tw-bg-opacity));
}

.hover\:bg-lime-400:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(163, 230, 53, var(--tw-bg-opacity));
}

.hover\:bg-lime-500:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(132, 204, 22, var(--tw-bg-opacity));
}

.hover\:bg-lime-600:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(101, 163, 13, var(--tw-bg-opacity));
}

.hover\:bg-lime-700:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(77, 124, 15, var(--tw-bg-opacity));
}

.hover\:bg-lime-800:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(63, 98, 18, var(--tw-bg-opacity));
}

.hover\:bg-lime-900:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(54, 83, 20, var(--tw-bg-opacity));
}

.hover\:bg-yellow-50:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(254, 252, 232, var(--tw-bg-opacity));
}

.hover\:bg-yellow-100:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(254, 249, 195, var(--tw-bg-opacity));
}

.hover\:bg-yellow-200:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(254, 240, 138, var(--tw-bg-opacity));
}

.hover\:bg-yellow-300:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(253, 224, 71, var(--tw-bg-opacity));
}

.hover\:bg-yellow-400:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(250, 204, 21, var(--tw-bg-opacity));
}

.hover\:bg-yellow-500:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(234, 179, 8, var(--tw-bg-opacity));
}

.hover\:bg-yellow-600:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(202, 138, 4, var(--tw-bg-opacity));
}

.hover\:bg-yellow-700:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(161, 98, 7, var(--tw-bg-opacity));
}

.hover\:bg-yellow-800:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(133, 77, 14, var(--tw-bg-opacity));
}

.hover\:bg-yellow-900:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(113, 63, 18, var(--tw-bg-opacity));
}

.hover\:bg-amber-50:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(255, 251, 235, var(--tw-bg-opacity));
}

.hover\:bg-amber-100:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(254, 243, 199, var(--tw-bg-opacity));
}

.hover\:bg-amber-200:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(253, 230, 138, var(--tw-bg-opacity));
}

.hover\:bg-amber-300:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(252, 211, 77, var(--tw-bg-opacity));
}

.hover\:bg-amber-400:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(251, 191, 36, var(--tw-bg-opacity));
}

.hover\:bg-amber-500:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(245, 158, 11, var(--tw-bg-opacity));
}

.hover\:bg-amber-600:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(217, 119, 6, var(--tw-bg-opacity));
}

.hover\:bg-amber-700:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(180, 83, 9, var(--tw-bg-opacity));
}

.hover\:bg-amber-800:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(146, 64, 14, var(--tw-bg-opacity));
}

.hover\:bg-amber-900:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(120, 53, 15, var(--tw-bg-opacity));
}

.hover\:bg-orange-50:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(255, 247, 237, var(--tw-bg-opacity));
}

.hover\:bg-orange-100:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(255, 237, 213, var(--tw-bg-opacity));
}

.hover\:bg-orange-200:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(254, 215, 170, var(--tw-bg-opacity));
}

.hover\:bg-orange-300:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(253, 186, 116, var(--tw-bg-opacity));
}

.hover\:bg-orange-400:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(251, 146, 60, var(--tw-bg-opacity));
}

.hover\:bg-orange-500:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(249, 115, 22, var(--tw-bg-opacity));
}

.hover\:bg-orange-600:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(234, 88, 12, var(--tw-bg-opacity));
}

.hover\:bg-orange-700:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(194, 65, 12, var(--tw-bg-opacity));
}

.hover\:bg-orange-800:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(154, 52, 18, var(--tw-bg-opacity));
}

.hover\:bg-orange-900:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(124, 45, 18, var(--tw-bg-opacity));
}

.hover\:bg-red-50:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(254, 242, 242, var(--tw-bg-opacity));
}

.hover\:bg-red-100:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(254, 226, 226, var(--tw-bg-opacity));
}

.hover\:bg-red-200:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(254, 202, 202, var(--tw-bg-opacity));
}

.hover\:bg-red-300:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(252, 165, 165, var(--tw-bg-opacity));
}

.hover\:bg-red-400:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(248, 113, 113, var(--tw-bg-opacity));
}

.hover\:bg-red-500:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(239, 68, 68, var(--tw-bg-opacity));
}

.hover\:bg-red-600:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(220, 38, 38, var(--tw-bg-opacity));
}

.hover\:bg-red-700:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(185, 28, 28, var(--tw-bg-opacity));
}

.hover\:bg-red-800:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(153, 27, 27, var(--tw-bg-opacity));
}

.hover\:bg-red-900:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(127, 29, 29, var(--tw-bg-opacity));
}

.hover\:bg-warmGray-50:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(250, 250, 249, var(--tw-bg-opacity));
}

.hover\:bg-warmGray-100:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(245, 245, 244, var(--tw-bg-opacity));
}

.hover\:bg-warmGray-200:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(231, 229, 228, var(--tw-bg-opacity));
}

.hover\:bg-warmGray-300:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(214, 211, 209, var(--tw-bg-opacity));
}

.hover\:bg-warmGray-400:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(168, 162, 158, var(--tw-bg-opacity));
}

.hover\:bg-warmGray-500:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(120, 113, 108, var(--tw-bg-opacity));
}

.hover\:bg-warmGray-600:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(87, 83, 78, var(--tw-bg-opacity));
}

.hover\:bg-warmGray-700:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(68, 64, 60, var(--tw-bg-opacity));
}

.hover\:bg-warmGray-800:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(41, 37, 36, var(--tw-bg-opacity));
}

.hover\:bg-warmGray-900:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(28, 25, 23, var(--tw-bg-opacity));
}

.hover\:bg-trueGray-50:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(250, 250, 250, var(--tw-bg-opacity));
}

.hover\:bg-trueGray-100:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(245, 245, 245, var(--tw-bg-opacity));
}

.hover\:bg-trueGray-200:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(229, 229, 229, var(--tw-bg-opacity));
}

.hover\:bg-trueGray-300:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(212, 212, 212, var(--tw-bg-opacity));
}

.hover\:bg-trueGray-400:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(163, 163, 163, var(--tw-bg-opacity));
}

.hover\:bg-trueGray-500:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(115, 115, 115, var(--tw-bg-opacity));
}

.hover\:bg-trueGray-600:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(82, 82, 82, var(--tw-bg-opacity));
}

.hover\:bg-trueGray-700:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(64, 64, 64, var(--tw-bg-opacity));
}

.hover\:bg-trueGray-800:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(38, 38, 38, var(--tw-bg-opacity));
}

.hover\:bg-trueGray-900:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(23, 23, 23, var(--tw-bg-opacity));
}

.hover\:bg-gray-50:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(250, 250, 250, var(--tw-bg-opacity));
}

.hover\:bg-gray-100:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(244, 244, 245, var(--tw-bg-opacity));
}

.hover\:bg-gray-200:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(228, 228, 231, var(--tw-bg-opacity));
}

.hover\:bg-gray-300:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(212, 212, 216, var(--tw-bg-opacity));
}

.hover\:bg-gray-400:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(161, 161, 170, var(--tw-bg-opacity));
}

.hover\:bg-gray-500:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(113, 113, 122, var(--tw-bg-opacity));
}

.hover\:bg-gray-600:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(82, 82, 91, var(--tw-bg-opacity));
}

.hover\:bg-gray-700:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(63, 63, 70, var(--tw-bg-opacity));
}

.hover\:bg-gray-800:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(39, 39, 42, var(--tw-bg-opacity));
}

.hover\:bg-gray-900:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(24, 24, 27, var(--tw-bg-opacity));
}

.hover\:bg-coolGray-50:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(249, 250, 251, var(--tw-bg-opacity));
}

.hover\:bg-coolGray-100:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(243, 244, 246, var(--tw-bg-opacity));
}

.hover\:bg-coolGray-200:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(229, 231, 235, var(--tw-bg-opacity));
}

.hover\:bg-coolGray-300:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(209, 213, 219, var(--tw-bg-opacity));
}

.hover\:bg-coolGray-400:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(156, 163, 175, var(--tw-bg-opacity));
}

.hover\:bg-coolGray-500:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(107, 114, 128, var(--tw-bg-opacity));
}

.hover\:bg-coolGray-600:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(75, 85, 99, var(--tw-bg-opacity));
}

.hover\:bg-coolGray-700:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(55, 65, 81, var(--tw-bg-opacity));
}

.hover\:bg-coolGray-800:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(31, 41, 55, var(--tw-bg-opacity));
}

.hover\:bg-coolGray-900:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(17, 24, 39, var(--tw-bg-opacity));
}

.hover\:bg-blueGray-50:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(248, 250, 252, var(--tw-bg-opacity));
}

.hover\:bg-blueGray-100:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(241, 245, 249, var(--tw-bg-opacity));
}

.hover\:bg-blueGray-200:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(226, 232, 240, var(--tw-bg-opacity));
}

.hover\:bg-blueGray-300:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(203, 213, 225, var(--tw-bg-opacity));
}

.hover\:bg-blueGray-400:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(148, 163, 184, var(--tw-bg-opacity));
}

.hover\:bg-blueGray-500:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(100, 116, 139, var(--tw-bg-opacity));
}

.hover\:bg-blueGray-600:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(71, 85, 105, var(--tw-bg-opacity));
}

.hover\:bg-blueGray-700:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(51, 65, 85, var(--tw-bg-opacity));
}

.hover\:bg-blueGray-800:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(30, 41, 59, var(--tw-bg-opacity));
}

.hover\:bg-blueGray-900:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(15, 23, 42, var(--tw-bg-opacity));
}

.focus\:bg-current:focus {
  background-color: currentColor;
}

.focus\:bg-transparent:focus {
  background-color: transparent;
}

.focus\:bg-falcon:focus {
  background-color: var(--falcon);
}

.focus\:bg-basement:focus {
  background-color: var(--basement);
}

.focus\:bg-blue-50:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(239, 246, 255, var(--tw-bg-opacity));
}

.focus\:bg-blue-100:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(219, 234, 254, var(--tw-bg-opacity));
}

.focus\:bg-blue-200:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(191, 219, 254, var(--tw-bg-opacity));
}

.focus\:bg-blue-300:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(147, 197, 253, var(--tw-bg-opacity));
}

.focus\:bg-blue-400:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(96, 165, 250, var(--tw-bg-opacity));
}

.focus\:bg-blue-500:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(59, 130, 246, var(--tw-bg-opacity));
}

.focus\:bg-blue-600:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(37, 99, 235, var(--tw-bg-opacity));
}

.focus\:bg-blue-700:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(29, 78, 216, var(--tw-bg-opacity));
}

.focus\:bg-blue-800:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(30, 64, 175, var(--tw-bg-opacity));
}

.focus\:bg-blue-900:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(30, 58, 138, var(--tw-bg-opacity));
}

.focus\:bg-body-and-labels:focus {
  background-color: var(--body-and-labels);
}

.focus\:bg-brand:focus {
  background-color: var(--brand);
}

.focus\:bg-code-base-64:focus {
  background-color: var(--code-base-64);
}

.focus\:bg-code-bg:focus {
  background-color: var(--code-bg);
}

.focus\:bg-code-outline:focus {
  background-color: var(--code-outline);
}

.focus\:bg-code-text:focus {
  background-color: var(--code-text);
}

.focus\:bg-critical:focus {
  background-color: var(--critical);
}

.focus\:bg-destructive-hover:focus {
  background-color: var(--destructive-hover);
}

.focus\:bg-destructive-idle:focus {
  background-color: var(--destructive-idle);
}

.focus\:bg-destructive-pressed:focus {
  background-color: var(--destructive-pressed);
}

.focus\:bg-disabled:focus {
  background-color: var(--disabled);
}

.focus\:bg-disc-operations:focus {
  background-color: var(--disc-operations);
}

.focus\:bg-dns-requests:focus {
  background-color: var(--dns-requests);
}

.focus\:bg-focus:focus {
  background-color: var(--focus);
}

.focus\:bg-graph-1:focus {
  background-color: var(--graph-1);
}

.focus\:bg-graph-10:focus {
  background-color: var(--graph-10);
}

.focus\:bg-graph-11:focus {
  background-color: var(--graph-11);
}

.focus\:bg-graph-2:focus {
  background-color: var(--graph-2);
}

.focus\:bg-graph-3:focus {
  background-color: var(--graph-3);
}

.focus\:bg-graph-4:focus {
  background-color: var(--graph-4);
}

.focus\:bg-graph-5:focus {
  background-color: var(--graph-5);
}

.focus\:bg-graph-6:focus {
  background-color: var(--graph-6);
}

.focus\:bg-graph-7:focus {
  background-color: var(--graph-7);
}

.focus\:bg-graph-8:focus {
  background-color: var(--graph-8);
}

.focus\:bg-graph-9:focus {
  background-color: var(--graph-9);
}

.focus\:bg-graph-disabled:focus {
  background-color: var(--graph-disabled);
}

.focus\:bg-ground-floor:focus {
  background-color: var(--ground-floor);
}

.focus\:bg-high:focus {
  background-color: var(--high);
}

.focus\:bg-informational:focus {
  background-color: var(--informational);
}

.focus\:bg-lines-dark:focus {
  background-color: var(--lines-dark);
}

.focus\:bg-lines-light:focus {
  background-color: var(--lines-light);
}

.focus\:bg-low:focus {
  background-color: var(--low);
}

.focus\:bg-medium:focus {
  background-color: var(--medium);
}

.focus\:bg-mezzanine:focus {
  background-color: var(--mezzanine);
}

.focus\:bg-nav-text-and-icons:focus {
  background-color: var(--nav-text-and-icons);
}

.focus\:bg-nav-text-secondary:focus {
  background-color: var(--nav-text-secondary);
}

.focus\:bg-network-operations:focus {
  background-color: var(--network-operations);
}

.focus\:bg-normal-hover:focus {
  background-color: var(--normal-hover);
}

.focus\:bg-normal-idle:focus {
  background-color: var(--normal-idle);
}

.focus\:bg-normal-pressed:focus {
  background-color: var(--normal-pressed);
}

.focus\:bg-overlay-0\.5:focus {
  background-color: var(--overlay-0\.5);
}

.focus\:bg-overlay-1:focus {
  background-color: var(--overlay-1);
}

.focus\:bg-overlay-2:focus {
  background-color: var(--overlay-2);
}

.focus\:bg-positive:focus {
  background-color: var(--positive);
}

.focus\:bg-primary-hover:focus {
  background-color: var(--primary-hover);
}

.focus\:bg-primary-idle:focus {
  background-color: var(--primary-idle);
}

.focus\:bg-primary-pressed:focus {
  background-color: var(--primary-pressed);
}

.focus\:bg-process-operations:focus {
  background-color: var(--process-operations);
}

.focus\:bg-purple-50:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(250, 245, 255, var(--tw-bg-opacity));
}

.focus\:bg-purple-100:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(243, 232, 255, var(--tw-bg-opacity));
}

.focus\:bg-purple-200:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(233, 213, 255, var(--tw-bg-opacity));
}

.focus\:bg-purple-300:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(216, 180, 254, var(--tw-bg-opacity));
}

.focus\:bg-purple-400:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(192, 132, 252, var(--tw-bg-opacity));
}

.focus\:bg-purple-500:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(168, 85, 247, var(--tw-bg-opacity));
}

.focus\:bg-purple-600:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(147, 51, 234, var(--tw-bg-opacity));
}

.focus\:bg-purple-700:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(126, 34, 206, var(--tw-bg-opacity));
}

.focus\:bg-purple-800:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(107, 33, 168, var(--tw-bg-opacity));
}

.focus\:bg-purple-900:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(88, 28, 135, var(--tw-bg-opacity));
}

.focus\:bg-registry-operations:focus {
  background-color: var(--registry-operations);
}

.focus\:bg-selected:focus {
  background-color: var(--selected);
}

.focus\:bg-surface-2xl:focus {
  background-color: var(--surface-2xl);
}

.focus\:bg-surface-base:focus {
  background-color: var(--surface-base);
}

.focus\:bg-surface-inner:focus {
  background-color: var(--surface-inner);
}

.focus\:bg-surface-lg:focus {
  background-color: var(--surface-lg);
}

.focus\:bg-surface-md:focus {
  background-color: var(--surface-md);
}

.focus\:bg-surface-xl:focus {
  background-color: var(--surface-xl);
}

.focus\:bg-text-and-icons:focus {
  background-color: var(--text-and-icons);
}

.focus\:bg-titles-and-attributes:focus {
  background-color: var(--titles-and-attributes);
}

.focus\:bg-black:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
}

.focus\:bg-white:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
}

.focus\:bg-rose-50:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(255, 241, 242, var(--tw-bg-opacity));
}

.focus\:bg-rose-100:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(255, 228, 230, var(--tw-bg-opacity));
}

.focus\:bg-rose-200:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(254, 205, 211, var(--tw-bg-opacity));
}

.focus\:bg-rose-300:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(253, 164, 175, var(--tw-bg-opacity));
}

.focus\:bg-rose-400:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(251, 113, 133, var(--tw-bg-opacity));
}

.focus\:bg-rose-500:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(244, 63, 94, var(--tw-bg-opacity));
}

.focus\:bg-rose-600:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(225, 29, 72, var(--tw-bg-opacity));
}

.focus\:bg-rose-700:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(190, 18, 60, var(--tw-bg-opacity));
}

.focus\:bg-rose-800:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(159, 18, 57, var(--tw-bg-opacity));
}

.focus\:bg-rose-900:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(136, 19, 55, var(--tw-bg-opacity));
}

.focus\:bg-pink-50:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(253, 242, 248, var(--tw-bg-opacity));
}

.focus\:bg-pink-100:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(252, 231, 243, var(--tw-bg-opacity));
}

.focus\:bg-pink-200:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(251, 207, 232, var(--tw-bg-opacity));
}

.focus\:bg-pink-300:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(249, 168, 212, var(--tw-bg-opacity));
}

.focus\:bg-pink-400:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(244, 114, 182, var(--tw-bg-opacity));
}

.focus\:bg-pink-500:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(236, 72, 153, var(--tw-bg-opacity));
}

.focus\:bg-pink-600:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(219, 39, 119, var(--tw-bg-opacity));
}

.focus\:bg-pink-700:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(190, 24, 93, var(--tw-bg-opacity));
}

.focus\:bg-pink-800:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(157, 23, 77, var(--tw-bg-opacity));
}

.focus\:bg-pink-900:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(131, 24, 67, var(--tw-bg-opacity));
}

.focus\:bg-fuchsia-50:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(253, 244, 255, var(--tw-bg-opacity));
}

.focus\:bg-fuchsia-100:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(250, 232, 255, var(--tw-bg-opacity));
}

.focus\:bg-fuchsia-200:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(245, 208, 254, var(--tw-bg-opacity));
}

.focus\:bg-fuchsia-300:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(240, 171, 252, var(--tw-bg-opacity));
}

.focus\:bg-fuchsia-400:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(232, 121, 249, var(--tw-bg-opacity));
}

.focus\:bg-fuchsia-500:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(217, 70, 239, var(--tw-bg-opacity));
}

.focus\:bg-fuchsia-600:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(192, 38, 211, var(--tw-bg-opacity));
}

.focus\:bg-fuchsia-700:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(162, 28, 175, var(--tw-bg-opacity));
}

.focus\:bg-fuchsia-800:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(134, 25, 143, var(--tw-bg-opacity));
}

.focus\:bg-fuchsia-900:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(112, 26, 117, var(--tw-bg-opacity));
}

.focus\:bg-violet-50:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(245, 243, 255, var(--tw-bg-opacity));
}

.focus\:bg-violet-100:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(237, 233, 254, var(--tw-bg-opacity));
}

.focus\:bg-violet-200:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(221, 214, 254, var(--tw-bg-opacity));
}

.focus\:bg-violet-300:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(196, 181, 253, var(--tw-bg-opacity));
}

.focus\:bg-violet-400:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(167, 139, 250, var(--tw-bg-opacity));
}

.focus\:bg-violet-500:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(139, 92, 246, var(--tw-bg-opacity));
}

.focus\:bg-violet-600:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(124, 58, 237, var(--tw-bg-opacity));
}

.focus\:bg-violet-700:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(109, 40, 217, var(--tw-bg-opacity));
}

.focus\:bg-violet-800:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(91, 33, 182, var(--tw-bg-opacity));
}

.focus\:bg-violet-900:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(76, 29, 149, var(--tw-bg-opacity));
}

.focus\:bg-indigo-50:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(238, 242, 255, var(--tw-bg-opacity));
}

.focus\:bg-indigo-100:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(224, 231, 255, var(--tw-bg-opacity));
}

.focus\:bg-indigo-200:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(199, 210, 254, var(--tw-bg-opacity));
}

.focus\:bg-indigo-300:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(165, 180, 252, var(--tw-bg-opacity));
}

.focus\:bg-indigo-400:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(129, 140, 248, var(--tw-bg-opacity));
}

.focus\:bg-indigo-500:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(99, 102, 241, var(--tw-bg-opacity));
}

.focus\:bg-indigo-600:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(79, 70, 229, var(--tw-bg-opacity));
}

.focus\:bg-indigo-700:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(67, 56, 202, var(--tw-bg-opacity));
}

.focus\:bg-indigo-800:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(55, 48, 163, var(--tw-bg-opacity));
}

.focus\:bg-indigo-900:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(49, 46, 129, var(--tw-bg-opacity));
}

.focus\:bg-lightBlue-50:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(240, 249, 255, var(--tw-bg-opacity));
}

.focus\:bg-lightBlue-100:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(224, 242, 254, var(--tw-bg-opacity));
}

.focus\:bg-lightBlue-200:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(186, 230, 253, var(--tw-bg-opacity));
}

.focus\:bg-lightBlue-300:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(125, 211, 252, var(--tw-bg-opacity));
}

.focus\:bg-lightBlue-400:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(56, 189, 248, var(--tw-bg-opacity));
}

.focus\:bg-lightBlue-500:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(14, 165, 233, var(--tw-bg-opacity));
}

.focus\:bg-lightBlue-600:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(2, 132, 199, var(--tw-bg-opacity));
}

.focus\:bg-lightBlue-700:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(3, 105, 161, var(--tw-bg-opacity));
}

.focus\:bg-lightBlue-800:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(7, 89, 133, var(--tw-bg-opacity));
}

.focus\:bg-lightBlue-900:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(12, 74, 110, var(--tw-bg-opacity));
}

.focus\:bg-cyan-50:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(236, 254, 255, var(--tw-bg-opacity));
}

.focus\:bg-cyan-100:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(207, 250, 254, var(--tw-bg-opacity));
}

.focus\:bg-cyan-200:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(165, 243, 252, var(--tw-bg-opacity));
}

.focus\:bg-cyan-300:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(103, 232, 249, var(--tw-bg-opacity));
}

.focus\:bg-cyan-400:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(34, 211, 238, var(--tw-bg-opacity));
}

.focus\:bg-cyan-500:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(6, 182, 212, var(--tw-bg-opacity));
}

.focus\:bg-cyan-600:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(8, 145, 178, var(--tw-bg-opacity));
}

.focus\:bg-cyan-700:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(14, 116, 144, var(--tw-bg-opacity));
}

.focus\:bg-cyan-800:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(21, 94, 117, var(--tw-bg-opacity));
}

.focus\:bg-cyan-900:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(22, 78, 99, var(--tw-bg-opacity));
}

.focus\:bg-teal-50:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(240, 253, 250, var(--tw-bg-opacity));
}

.focus\:bg-teal-100:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(204, 251, 241, var(--tw-bg-opacity));
}

.focus\:bg-teal-200:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(153, 246, 228, var(--tw-bg-opacity));
}

.focus\:bg-teal-300:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(94, 234, 212, var(--tw-bg-opacity));
}

.focus\:bg-teal-400:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(45, 212, 191, var(--tw-bg-opacity));
}

.focus\:bg-teal-500:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(20, 184, 166, var(--tw-bg-opacity));
}

.focus\:bg-teal-600:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(13, 148, 136, var(--tw-bg-opacity));
}

.focus\:bg-teal-700:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(15, 118, 110, var(--tw-bg-opacity));
}

.focus\:bg-teal-800:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(17, 94, 89, var(--tw-bg-opacity));
}

.focus\:bg-teal-900:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(19, 78, 74, var(--tw-bg-opacity));
}

.focus\:bg-emerald-50:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(236, 253, 245, var(--tw-bg-opacity));
}

.focus\:bg-emerald-100:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(209, 250, 229, var(--tw-bg-opacity));
}

.focus\:bg-emerald-200:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(167, 243, 208, var(--tw-bg-opacity));
}

.focus\:bg-emerald-300:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(110, 231, 183, var(--tw-bg-opacity));
}

.focus\:bg-emerald-400:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(52, 211, 153, var(--tw-bg-opacity));
}

.focus\:bg-emerald-500:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(16, 185, 129, var(--tw-bg-opacity));
}

.focus\:bg-emerald-600:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(5, 150, 105, var(--tw-bg-opacity));
}

.focus\:bg-emerald-700:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(4, 120, 87, var(--tw-bg-opacity));
}

.focus\:bg-emerald-800:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(6, 95, 70, var(--tw-bg-opacity));
}

.focus\:bg-emerald-900:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(6, 78, 59, var(--tw-bg-opacity));
}

.focus\:bg-green-50:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(240, 253, 244, var(--tw-bg-opacity));
}

.focus\:bg-green-100:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(220, 252, 231, var(--tw-bg-opacity));
}

.focus\:bg-green-200:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(187, 247, 208, var(--tw-bg-opacity));
}

.focus\:bg-green-300:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(134, 239, 172, var(--tw-bg-opacity));
}

.focus\:bg-green-400:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(74, 222, 128, var(--tw-bg-opacity));
}

.focus\:bg-green-500:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(34, 197, 94, var(--tw-bg-opacity));
}

.focus\:bg-green-600:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(22, 163, 74, var(--tw-bg-opacity));
}

.focus\:bg-green-700:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(21, 128, 61, var(--tw-bg-opacity));
}

.focus\:bg-green-800:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(22, 101, 52, var(--tw-bg-opacity));
}

.focus\:bg-green-900:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(20, 83, 45, var(--tw-bg-opacity));
}

.focus\:bg-lime-50:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(247, 254, 231, var(--tw-bg-opacity));
}

.focus\:bg-lime-100:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(236, 252, 203, var(--tw-bg-opacity));
}

.focus\:bg-lime-200:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(217, 249, 157, var(--tw-bg-opacity));
}

.focus\:bg-lime-300:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(190, 242, 100, var(--tw-bg-opacity));
}

.focus\:bg-lime-400:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(163, 230, 53, var(--tw-bg-opacity));
}

.focus\:bg-lime-500:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(132, 204, 22, var(--tw-bg-opacity));
}

.focus\:bg-lime-600:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(101, 163, 13, var(--tw-bg-opacity));
}

.focus\:bg-lime-700:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(77, 124, 15, var(--tw-bg-opacity));
}

.focus\:bg-lime-800:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(63, 98, 18, var(--tw-bg-opacity));
}

.focus\:bg-lime-900:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(54, 83, 20, var(--tw-bg-opacity));
}

.focus\:bg-yellow-50:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(254, 252, 232, var(--tw-bg-opacity));
}

.focus\:bg-yellow-100:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(254, 249, 195, var(--tw-bg-opacity));
}

.focus\:bg-yellow-200:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(254, 240, 138, var(--tw-bg-opacity));
}

.focus\:bg-yellow-300:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(253, 224, 71, var(--tw-bg-opacity));
}

.focus\:bg-yellow-400:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(250, 204, 21, var(--tw-bg-opacity));
}

.focus\:bg-yellow-500:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(234, 179, 8, var(--tw-bg-opacity));
}

.focus\:bg-yellow-600:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(202, 138, 4, var(--tw-bg-opacity));
}

.focus\:bg-yellow-700:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(161, 98, 7, var(--tw-bg-opacity));
}

.focus\:bg-yellow-800:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(133, 77, 14, var(--tw-bg-opacity));
}

.focus\:bg-yellow-900:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(113, 63, 18, var(--tw-bg-opacity));
}

.focus\:bg-amber-50:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(255, 251, 235, var(--tw-bg-opacity));
}

.focus\:bg-amber-100:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(254, 243, 199, var(--tw-bg-opacity));
}

.focus\:bg-amber-200:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(253, 230, 138, var(--tw-bg-opacity));
}

.focus\:bg-amber-300:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(252, 211, 77, var(--tw-bg-opacity));
}

.focus\:bg-amber-400:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(251, 191, 36, var(--tw-bg-opacity));
}

.focus\:bg-amber-500:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(245, 158, 11, var(--tw-bg-opacity));
}

.focus\:bg-amber-600:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(217, 119, 6, var(--tw-bg-opacity));
}

.focus\:bg-amber-700:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(180, 83, 9, var(--tw-bg-opacity));
}

.focus\:bg-amber-800:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(146, 64, 14, var(--tw-bg-opacity));
}

.focus\:bg-amber-900:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(120, 53, 15, var(--tw-bg-opacity));
}

.focus\:bg-orange-50:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(255, 247, 237, var(--tw-bg-opacity));
}

.focus\:bg-orange-100:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(255, 237, 213, var(--tw-bg-opacity));
}

.focus\:bg-orange-200:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(254, 215, 170, var(--tw-bg-opacity));
}

.focus\:bg-orange-300:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(253, 186, 116, var(--tw-bg-opacity));
}

.focus\:bg-orange-400:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(251, 146, 60, var(--tw-bg-opacity));
}

.focus\:bg-orange-500:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(249, 115, 22, var(--tw-bg-opacity));
}

.focus\:bg-orange-600:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(234, 88, 12, var(--tw-bg-opacity));
}

.focus\:bg-orange-700:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(194, 65, 12, var(--tw-bg-opacity));
}

.focus\:bg-orange-800:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(154, 52, 18, var(--tw-bg-opacity));
}

.focus\:bg-orange-900:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(124, 45, 18, var(--tw-bg-opacity));
}

.focus\:bg-red-50:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(254, 242, 242, var(--tw-bg-opacity));
}

.focus\:bg-red-100:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(254, 226, 226, var(--tw-bg-opacity));
}

.focus\:bg-red-200:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(254, 202, 202, var(--tw-bg-opacity));
}

.focus\:bg-red-300:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(252, 165, 165, var(--tw-bg-opacity));
}

.focus\:bg-red-400:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(248, 113, 113, var(--tw-bg-opacity));
}

.focus\:bg-red-500:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(239, 68, 68, var(--tw-bg-opacity));
}

.focus\:bg-red-600:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(220, 38, 38, var(--tw-bg-opacity));
}

.focus\:bg-red-700:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(185, 28, 28, var(--tw-bg-opacity));
}

.focus\:bg-red-800:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(153, 27, 27, var(--tw-bg-opacity));
}

.focus\:bg-red-900:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(127, 29, 29, var(--tw-bg-opacity));
}

.focus\:bg-warmGray-50:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(250, 250, 249, var(--tw-bg-opacity));
}

.focus\:bg-warmGray-100:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(245, 245, 244, var(--tw-bg-opacity));
}

.focus\:bg-warmGray-200:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(231, 229, 228, var(--tw-bg-opacity));
}

.focus\:bg-warmGray-300:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(214, 211, 209, var(--tw-bg-opacity));
}

.focus\:bg-warmGray-400:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(168, 162, 158, var(--tw-bg-opacity));
}

.focus\:bg-warmGray-500:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(120, 113, 108, var(--tw-bg-opacity));
}

.focus\:bg-warmGray-600:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(87, 83, 78, var(--tw-bg-opacity));
}

.focus\:bg-warmGray-700:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(68, 64, 60, var(--tw-bg-opacity));
}

.focus\:bg-warmGray-800:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(41, 37, 36, var(--tw-bg-opacity));
}

.focus\:bg-warmGray-900:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(28, 25, 23, var(--tw-bg-opacity));
}

.focus\:bg-trueGray-50:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(250, 250, 250, var(--tw-bg-opacity));
}

.focus\:bg-trueGray-100:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(245, 245, 245, var(--tw-bg-opacity));
}

.focus\:bg-trueGray-200:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(229, 229, 229, var(--tw-bg-opacity));
}

.focus\:bg-trueGray-300:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(212, 212, 212, var(--tw-bg-opacity));
}

.focus\:bg-trueGray-400:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(163, 163, 163, var(--tw-bg-opacity));
}

.focus\:bg-trueGray-500:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(115, 115, 115, var(--tw-bg-opacity));
}

.focus\:bg-trueGray-600:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(82, 82, 82, var(--tw-bg-opacity));
}

.focus\:bg-trueGray-700:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(64, 64, 64, var(--tw-bg-opacity));
}

.focus\:bg-trueGray-800:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(38, 38, 38, var(--tw-bg-opacity));
}

.focus\:bg-trueGray-900:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(23, 23, 23, var(--tw-bg-opacity));
}

.focus\:bg-gray-50:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(250, 250, 250, var(--tw-bg-opacity));
}

.focus\:bg-gray-100:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(244, 244, 245, var(--tw-bg-opacity));
}

.focus\:bg-gray-200:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(228, 228, 231, var(--tw-bg-opacity));
}

.focus\:bg-gray-300:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(212, 212, 216, var(--tw-bg-opacity));
}

.focus\:bg-gray-400:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(161, 161, 170, var(--tw-bg-opacity));
}

.focus\:bg-gray-500:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(113, 113, 122, var(--tw-bg-opacity));
}

.focus\:bg-gray-600:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(82, 82, 91, var(--tw-bg-opacity));
}

.focus\:bg-gray-700:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(63, 63, 70, var(--tw-bg-opacity));
}

.focus\:bg-gray-800:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(39, 39, 42, var(--tw-bg-opacity));
}

.focus\:bg-gray-900:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(24, 24, 27, var(--tw-bg-opacity));
}

.focus\:bg-coolGray-50:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(249, 250, 251, var(--tw-bg-opacity));
}

.focus\:bg-coolGray-100:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(243, 244, 246, var(--tw-bg-opacity));
}

.focus\:bg-coolGray-200:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(229, 231, 235, var(--tw-bg-opacity));
}

.focus\:bg-coolGray-300:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(209, 213, 219, var(--tw-bg-opacity));
}

.focus\:bg-coolGray-400:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(156, 163, 175, var(--tw-bg-opacity));
}

.focus\:bg-coolGray-500:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(107, 114, 128, var(--tw-bg-opacity));
}

.focus\:bg-coolGray-600:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(75, 85, 99, var(--tw-bg-opacity));
}

.focus\:bg-coolGray-700:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(55, 65, 81, var(--tw-bg-opacity));
}

.focus\:bg-coolGray-800:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(31, 41, 55, var(--tw-bg-opacity));
}

.focus\:bg-coolGray-900:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(17, 24, 39, var(--tw-bg-opacity));
}

.focus\:bg-blueGray-50:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(248, 250, 252, var(--tw-bg-opacity));
}

.focus\:bg-blueGray-100:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(241, 245, 249, var(--tw-bg-opacity));
}

.focus\:bg-blueGray-200:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(226, 232, 240, var(--tw-bg-opacity));
}

.focus\:bg-blueGray-300:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(203, 213, 225, var(--tw-bg-opacity));
}

.focus\:bg-blueGray-400:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(148, 163, 184, var(--tw-bg-opacity));
}

.focus\:bg-blueGray-500:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(100, 116, 139, var(--tw-bg-opacity));
}

.focus\:bg-blueGray-600:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(71, 85, 105, var(--tw-bg-opacity));
}

.focus\:bg-blueGray-700:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(51, 65, 85, var(--tw-bg-opacity));
}

.focus\:bg-blueGray-800:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(30, 41, 59, var(--tw-bg-opacity));
}

.focus\:bg-blueGray-900:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(15, 23, 42, var(--tw-bg-opacity));
}

.focus-within\:bg-current:focus-within {
  background-color: currentColor;
}

.focus-within\:bg-transparent:focus-within {
  background-color: transparent;
}

.focus-within\:bg-falcon:focus-within {
  background-color: var(--falcon);
}

.focus-within\:bg-basement:focus-within {
  background-color: var(--basement);
}

.focus-within\:bg-blue-50:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(239, 246, 255, var(--tw-bg-opacity));
}

.focus-within\:bg-blue-100:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(219, 234, 254, var(--tw-bg-opacity));
}

.focus-within\:bg-blue-200:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(191, 219, 254, var(--tw-bg-opacity));
}

.focus-within\:bg-blue-300:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(147, 197, 253, var(--tw-bg-opacity));
}

.focus-within\:bg-blue-400:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(96, 165, 250, var(--tw-bg-opacity));
}

.focus-within\:bg-blue-500:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(59, 130, 246, var(--tw-bg-opacity));
}

.focus-within\:bg-blue-600:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(37, 99, 235, var(--tw-bg-opacity));
}

.focus-within\:bg-blue-700:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(29, 78, 216, var(--tw-bg-opacity));
}

.focus-within\:bg-blue-800:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(30, 64, 175, var(--tw-bg-opacity));
}

.focus-within\:bg-blue-900:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(30, 58, 138, var(--tw-bg-opacity));
}

.focus-within\:bg-body-and-labels:focus-within {
  background-color: var(--body-and-labels);
}

.focus-within\:bg-brand:focus-within {
  background-color: var(--brand);
}

.focus-within\:bg-code-base-64:focus-within {
  background-color: var(--code-base-64);
}

.focus-within\:bg-code-bg:focus-within {
  background-color: var(--code-bg);
}

.focus-within\:bg-code-outline:focus-within {
  background-color: var(--code-outline);
}

.focus-within\:bg-code-text:focus-within {
  background-color: var(--code-text);
}

.focus-within\:bg-critical:focus-within {
  background-color: var(--critical);
}

.focus-within\:bg-destructive-hover:focus-within {
  background-color: var(--destructive-hover);
}

.focus-within\:bg-destructive-idle:focus-within {
  background-color: var(--destructive-idle);
}

.focus-within\:bg-destructive-pressed:focus-within {
  background-color: var(--destructive-pressed);
}

.focus-within\:bg-disabled:focus-within {
  background-color: var(--disabled);
}

.focus-within\:bg-disc-operations:focus-within {
  background-color: var(--disc-operations);
}

.focus-within\:bg-dns-requests:focus-within {
  background-color: var(--dns-requests);
}

.focus-within\:bg-focus:focus-within {
  background-color: var(--focus);
}

.focus-within\:bg-graph-1:focus-within {
  background-color: var(--graph-1);
}

.focus-within\:bg-graph-10:focus-within {
  background-color: var(--graph-10);
}

.focus-within\:bg-graph-11:focus-within {
  background-color: var(--graph-11);
}

.focus-within\:bg-graph-2:focus-within {
  background-color: var(--graph-2);
}

.focus-within\:bg-graph-3:focus-within {
  background-color: var(--graph-3);
}

.focus-within\:bg-graph-4:focus-within {
  background-color: var(--graph-4);
}

.focus-within\:bg-graph-5:focus-within {
  background-color: var(--graph-5);
}

.focus-within\:bg-graph-6:focus-within {
  background-color: var(--graph-6);
}

.focus-within\:bg-graph-7:focus-within {
  background-color: var(--graph-7);
}

.focus-within\:bg-graph-8:focus-within {
  background-color: var(--graph-8);
}

.focus-within\:bg-graph-9:focus-within {
  background-color: var(--graph-9);
}

.focus-within\:bg-graph-disabled:focus-within {
  background-color: var(--graph-disabled);
}

.focus-within\:bg-ground-floor:focus-within {
  background-color: var(--ground-floor);
}

.focus-within\:bg-high:focus-within {
  background-color: var(--high);
}

.focus-within\:bg-informational:focus-within {
  background-color: var(--informational);
}

.focus-within\:bg-lines-dark:focus-within {
  background-color: var(--lines-dark);
}

.focus-within\:bg-lines-light:focus-within {
  background-color: var(--lines-light);
}

.focus-within\:bg-low:focus-within {
  background-color: var(--low);
}

.focus-within\:bg-medium:focus-within {
  background-color: var(--medium);
}

.focus-within\:bg-mezzanine:focus-within {
  background-color: var(--mezzanine);
}

.focus-within\:bg-nav-text-and-icons:focus-within {
  background-color: var(--nav-text-and-icons);
}

.focus-within\:bg-nav-text-secondary:focus-within {
  background-color: var(--nav-text-secondary);
}

.focus-within\:bg-network-operations:focus-within {
  background-color: var(--network-operations);
}

.focus-within\:bg-normal-hover:focus-within {
  background-color: var(--normal-hover);
}

.focus-within\:bg-normal-idle:focus-within {
  background-color: var(--normal-idle);
}

.focus-within\:bg-normal-pressed:focus-within {
  background-color: var(--normal-pressed);
}

.focus-within\:bg-overlay-0\.5:focus-within {
  background-color: var(--overlay-0\.5);
}

.focus-within\:bg-overlay-1:focus-within {
  background-color: var(--overlay-1);
}

.focus-within\:bg-overlay-2:focus-within {
  background-color: var(--overlay-2);
}

.focus-within\:bg-positive:focus-within {
  background-color: var(--positive);
}

.focus-within\:bg-primary-hover:focus-within {
  background-color: var(--primary-hover);
}

.focus-within\:bg-primary-idle:focus-within {
  background-color: var(--primary-idle);
}

.focus-within\:bg-primary-pressed:focus-within {
  background-color: var(--primary-pressed);
}

.focus-within\:bg-process-operations:focus-within {
  background-color: var(--process-operations);
}

.focus-within\:bg-purple-50:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(250, 245, 255, var(--tw-bg-opacity));
}

.focus-within\:bg-purple-100:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(243, 232, 255, var(--tw-bg-opacity));
}

.focus-within\:bg-purple-200:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(233, 213, 255, var(--tw-bg-opacity));
}

.focus-within\:bg-purple-300:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(216, 180, 254, var(--tw-bg-opacity));
}

.focus-within\:bg-purple-400:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(192, 132, 252, var(--tw-bg-opacity));
}

.focus-within\:bg-purple-500:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(168, 85, 247, var(--tw-bg-opacity));
}

.focus-within\:bg-purple-600:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(147, 51, 234, var(--tw-bg-opacity));
}

.focus-within\:bg-purple-700:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(126, 34, 206, var(--tw-bg-opacity));
}

.focus-within\:bg-purple-800:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(107, 33, 168, var(--tw-bg-opacity));
}

.focus-within\:bg-purple-900:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(88, 28, 135, var(--tw-bg-opacity));
}

.focus-within\:bg-registry-operations:focus-within {
  background-color: var(--registry-operations);
}

.focus-within\:bg-selected:focus-within {
  background-color: var(--selected);
}

.focus-within\:bg-surface-2xl:focus-within {
  background-color: var(--surface-2xl);
}

.focus-within\:bg-surface-base:focus-within {
  background-color: var(--surface-base);
}

.focus-within\:bg-surface-inner:focus-within {
  background-color: var(--surface-inner);
}

.focus-within\:bg-surface-lg:focus-within {
  background-color: var(--surface-lg);
}

.focus-within\:bg-surface-md:focus-within {
  background-color: var(--surface-md);
}

.focus-within\:bg-surface-xl:focus-within {
  background-color: var(--surface-xl);
}

.focus-within\:bg-text-and-icons:focus-within {
  background-color: var(--text-and-icons);
}

.focus-within\:bg-titles-and-attributes:focus-within {
  background-color: var(--titles-and-attributes);
}

.focus-within\:bg-black:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
}

.focus-within\:bg-white:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
}

.focus-within\:bg-rose-50:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(255, 241, 242, var(--tw-bg-opacity));
}

.focus-within\:bg-rose-100:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(255, 228, 230, var(--tw-bg-opacity));
}

.focus-within\:bg-rose-200:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(254, 205, 211, var(--tw-bg-opacity));
}

.focus-within\:bg-rose-300:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(253, 164, 175, var(--tw-bg-opacity));
}

.focus-within\:bg-rose-400:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(251, 113, 133, var(--tw-bg-opacity));
}

.focus-within\:bg-rose-500:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(244, 63, 94, var(--tw-bg-opacity));
}

.focus-within\:bg-rose-600:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(225, 29, 72, var(--tw-bg-opacity));
}

.focus-within\:bg-rose-700:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(190, 18, 60, var(--tw-bg-opacity));
}

.focus-within\:bg-rose-800:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(159, 18, 57, var(--tw-bg-opacity));
}

.focus-within\:bg-rose-900:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(136, 19, 55, var(--tw-bg-opacity));
}

.focus-within\:bg-pink-50:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(253, 242, 248, var(--tw-bg-opacity));
}

.focus-within\:bg-pink-100:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(252, 231, 243, var(--tw-bg-opacity));
}

.focus-within\:bg-pink-200:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(251, 207, 232, var(--tw-bg-opacity));
}

.focus-within\:bg-pink-300:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(249, 168, 212, var(--tw-bg-opacity));
}

.focus-within\:bg-pink-400:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(244, 114, 182, var(--tw-bg-opacity));
}

.focus-within\:bg-pink-500:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(236, 72, 153, var(--tw-bg-opacity));
}

.focus-within\:bg-pink-600:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(219, 39, 119, var(--tw-bg-opacity));
}

.focus-within\:bg-pink-700:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(190, 24, 93, var(--tw-bg-opacity));
}

.focus-within\:bg-pink-800:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(157, 23, 77, var(--tw-bg-opacity));
}

.focus-within\:bg-pink-900:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(131, 24, 67, var(--tw-bg-opacity));
}

.focus-within\:bg-fuchsia-50:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(253, 244, 255, var(--tw-bg-opacity));
}

.focus-within\:bg-fuchsia-100:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(250, 232, 255, var(--tw-bg-opacity));
}

.focus-within\:bg-fuchsia-200:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(245, 208, 254, var(--tw-bg-opacity));
}

.focus-within\:bg-fuchsia-300:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(240, 171, 252, var(--tw-bg-opacity));
}

.focus-within\:bg-fuchsia-400:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(232, 121, 249, var(--tw-bg-opacity));
}

.focus-within\:bg-fuchsia-500:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(217, 70, 239, var(--tw-bg-opacity));
}

.focus-within\:bg-fuchsia-600:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(192, 38, 211, var(--tw-bg-opacity));
}

.focus-within\:bg-fuchsia-700:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(162, 28, 175, var(--tw-bg-opacity));
}

.focus-within\:bg-fuchsia-800:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(134, 25, 143, var(--tw-bg-opacity));
}

.focus-within\:bg-fuchsia-900:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(112, 26, 117, var(--tw-bg-opacity));
}

.focus-within\:bg-violet-50:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(245, 243, 255, var(--tw-bg-opacity));
}

.focus-within\:bg-violet-100:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(237, 233, 254, var(--tw-bg-opacity));
}

.focus-within\:bg-violet-200:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(221, 214, 254, var(--tw-bg-opacity));
}

.focus-within\:bg-violet-300:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(196, 181, 253, var(--tw-bg-opacity));
}

.focus-within\:bg-violet-400:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(167, 139, 250, var(--tw-bg-opacity));
}

.focus-within\:bg-violet-500:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(139, 92, 246, var(--tw-bg-opacity));
}

.focus-within\:bg-violet-600:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(124, 58, 237, var(--tw-bg-opacity));
}

.focus-within\:bg-violet-700:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(109, 40, 217, var(--tw-bg-opacity));
}

.focus-within\:bg-violet-800:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(91, 33, 182, var(--tw-bg-opacity));
}

.focus-within\:bg-violet-900:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(76, 29, 149, var(--tw-bg-opacity));
}

.focus-within\:bg-indigo-50:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(238, 242, 255, var(--tw-bg-opacity));
}

.focus-within\:bg-indigo-100:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(224, 231, 255, var(--tw-bg-opacity));
}

.focus-within\:bg-indigo-200:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(199, 210, 254, var(--tw-bg-opacity));
}

.focus-within\:bg-indigo-300:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(165, 180, 252, var(--tw-bg-opacity));
}

.focus-within\:bg-indigo-400:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(129, 140, 248, var(--tw-bg-opacity));
}

.focus-within\:bg-indigo-500:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(99, 102, 241, var(--tw-bg-opacity));
}

.focus-within\:bg-indigo-600:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(79, 70, 229, var(--tw-bg-opacity));
}

.focus-within\:bg-indigo-700:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(67, 56, 202, var(--tw-bg-opacity));
}

.focus-within\:bg-indigo-800:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(55, 48, 163, var(--tw-bg-opacity));
}

.focus-within\:bg-indigo-900:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(49, 46, 129, var(--tw-bg-opacity));
}

.focus-within\:bg-lightBlue-50:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(240, 249, 255, var(--tw-bg-opacity));
}

.focus-within\:bg-lightBlue-100:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(224, 242, 254, var(--tw-bg-opacity));
}

.focus-within\:bg-lightBlue-200:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(186, 230, 253, var(--tw-bg-opacity));
}

.focus-within\:bg-lightBlue-300:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(125, 211, 252, var(--tw-bg-opacity));
}

.focus-within\:bg-lightBlue-400:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(56, 189, 248, var(--tw-bg-opacity));
}

.focus-within\:bg-lightBlue-500:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(14, 165, 233, var(--tw-bg-opacity));
}

.focus-within\:bg-lightBlue-600:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(2, 132, 199, var(--tw-bg-opacity));
}

.focus-within\:bg-lightBlue-700:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(3, 105, 161, var(--tw-bg-opacity));
}

.focus-within\:bg-lightBlue-800:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(7, 89, 133, var(--tw-bg-opacity));
}

.focus-within\:bg-lightBlue-900:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(12, 74, 110, var(--tw-bg-opacity));
}

.focus-within\:bg-cyan-50:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(236, 254, 255, var(--tw-bg-opacity));
}

.focus-within\:bg-cyan-100:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(207, 250, 254, var(--tw-bg-opacity));
}

.focus-within\:bg-cyan-200:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(165, 243, 252, var(--tw-bg-opacity));
}

.focus-within\:bg-cyan-300:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(103, 232, 249, var(--tw-bg-opacity));
}

.focus-within\:bg-cyan-400:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(34, 211, 238, var(--tw-bg-opacity));
}

.focus-within\:bg-cyan-500:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(6, 182, 212, var(--tw-bg-opacity));
}

.focus-within\:bg-cyan-600:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(8, 145, 178, var(--tw-bg-opacity));
}

.focus-within\:bg-cyan-700:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(14, 116, 144, var(--tw-bg-opacity));
}

.focus-within\:bg-cyan-800:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(21, 94, 117, var(--tw-bg-opacity));
}

.focus-within\:bg-cyan-900:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(22, 78, 99, var(--tw-bg-opacity));
}

.focus-within\:bg-teal-50:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(240, 253, 250, var(--tw-bg-opacity));
}

.focus-within\:bg-teal-100:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(204, 251, 241, var(--tw-bg-opacity));
}

.focus-within\:bg-teal-200:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(153, 246, 228, var(--tw-bg-opacity));
}

.focus-within\:bg-teal-300:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(94, 234, 212, var(--tw-bg-opacity));
}

.focus-within\:bg-teal-400:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(45, 212, 191, var(--tw-bg-opacity));
}

.focus-within\:bg-teal-500:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(20, 184, 166, var(--tw-bg-opacity));
}

.focus-within\:bg-teal-600:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(13, 148, 136, var(--tw-bg-opacity));
}

.focus-within\:bg-teal-700:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(15, 118, 110, var(--tw-bg-opacity));
}

.focus-within\:bg-teal-800:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(17, 94, 89, var(--tw-bg-opacity));
}

.focus-within\:bg-teal-900:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(19, 78, 74, var(--tw-bg-opacity));
}

.focus-within\:bg-emerald-50:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(236, 253, 245, var(--tw-bg-opacity));
}

.focus-within\:bg-emerald-100:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(209, 250, 229, var(--tw-bg-opacity));
}

.focus-within\:bg-emerald-200:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(167, 243, 208, var(--tw-bg-opacity));
}

.focus-within\:bg-emerald-300:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(110, 231, 183, var(--tw-bg-opacity));
}

.focus-within\:bg-emerald-400:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(52, 211, 153, var(--tw-bg-opacity));
}

.focus-within\:bg-emerald-500:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(16, 185, 129, var(--tw-bg-opacity));
}

.focus-within\:bg-emerald-600:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(5, 150, 105, var(--tw-bg-opacity));
}

.focus-within\:bg-emerald-700:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(4, 120, 87, var(--tw-bg-opacity));
}

.focus-within\:bg-emerald-800:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(6, 95, 70, var(--tw-bg-opacity));
}

.focus-within\:bg-emerald-900:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(6, 78, 59, var(--tw-bg-opacity));
}

.focus-within\:bg-green-50:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(240, 253, 244, var(--tw-bg-opacity));
}

.focus-within\:bg-green-100:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(220, 252, 231, var(--tw-bg-opacity));
}

.focus-within\:bg-green-200:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(187, 247, 208, var(--tw-bg-opacity));
}

.focus-within\:bg-green-300:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(134, 239, 172, var(--tw-bg-opacity));
}

.focus-within\:bg-green-400:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(74, 222, 128, var(--tw-bg-opacity));
}

.focus-within\:bg-green-500:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(34, 197, 94, var(--tw-bg-opacity));
}

.focus-within\:bg-green-600:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(22, 163, 74, var(--tw-bg-opacity));
}

.focus-within\:bg-green-700:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(21, 128, 61, var(--tw-bg-opacity));
}

.focus-within\:bg-green-800:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(22, 101, 52, var(--tw-bg-opacity));
}

.focus-within\:bg-green-900:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(20, 83, 45, var(--tw-bg-opacity));
}

.focus-within\:bg-lime-50:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(247, 254, 231, var(--tw-bg-opacity));
}

.focus-within\:bg-lime-100:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(236, 252, 203, var(--tw-bg-opacity));
}

.focus-within\:bg-lime-200:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(217, 249, 157, var(--tw-bg-opacity));
}

.focus-within\:bg-lime-300:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(190, 242, 100, var(--tw-bg-opacity));
}

.focus-within\:bg-lime-400:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(163, 230, 53, var(--tw-bg-opacity));
}

.focus-within\:bg-lime-500:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(132, 204, 22, var(--tw-bg-opacity));
}

.focus-within\:bg-lime-600:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(101, 163, 13, var(--tw-bg-opacity));
}

.focus-within\:bg-lime-700:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(77, 124, 15, var(--tw-bg-opacity));
}

.focus-within\:bg-lime-800:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(63, 98, 18, var(--tw-bg-opacity));
}

.focus-within\:bg-lime-900:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(54, 83, 20, var(--tw-bg-opacity));
}

.focus-within\:bg-yellow-50:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(254, 252, 232, var(--tw-bg-opacity));
}

.focus-within\:bg-yellow-100:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(254, 249, 195, var(--tw-bg-opacity));
}

.focus-within\:bg-yellow-200:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(254, 240, 138, var(--tw-bg-opacity));
}

.focus-within\:bg-yellow-300:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(253, 224, 71, var(--tw-bg-opacity));
}

.focus-within\:bg-yellow-400:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(250, 204, 21, var(--tw-bg-opacity));
}

.focus-within\:bg-yellow-500:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(234, 179, 8, var(--tw-bg-opacity));
}

.focus-within\:bg-yellow-600:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(202, 138, 4, var(--tw-bg-opacity));
}

.focus-within\:bg-yellow-700:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(161, 98, 7, var(--tw-bg-opacity));
}

.focus-within\:bg-yellow-800:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(133, 77, 14, var(--tw-bg-opacity));
}

.focus-within\:bg-yellow-900:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(113, 63, 18, var(--tw-bg-opacity));
}

.focus-within\:bg-amber-50:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(255, 251, 235, var(--tw-bg-opacity));
}

.focus-within\:bg-amber-100:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(254, 243, 199, var(--tw-bg-opacity));
}

.focus-within\:bg-amber-200:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(253, 230, 138, var(--tw-bg-opacity));
}

.focus-within\:bg-amber-300:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(252, 211, 77, var(--tw-bg-opacity));
}

.focus-within\:bg-amber-400:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(251, 191, 36, var(--tw-bg-opacity));
}

.focus-within\:bg-amber-500:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(245, 158, 11, var(--tw-bg-opacity));
}

.focus-within\:bg-amber-600:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(217, 119, 6, var(--tw-bg-opacity));
}

.focus-within\:bg-amber-700:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(180, 83, 9, var(--tw-bg-opacity));
}

.focus-within\:bg-amber-800:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(146, 64, 14, var(--tw-bg-opacity));
}

.focus-within\:bg-amber-900:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(120, 53, 15, var(--tw-bg-opacity));
}

.focus-within\:bg-orange-50:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(255, 247, 237, var(--tw-bg-opacity));
}

.focus-within\:bg-orange-100:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(255, 237, 213, var(--tw-bg-opacity));
}

.focus-within\:bg-orange-200:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(254, 215, 170, var(--tw-bg-opacity));
}

.focus-within\:bg-orange-300:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(253, 186, 116, var(--tw-bg-opacity));
}

.focus-within\:bg-orange-400:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(251, 146, 60, var(--tw-bg-opacity));
}

.focus-within\:bg-orange-500:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(249, 115, 22, var(--tw-bg-opacity));
}

.focus-within\:bg-orange-600:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(234, 88, 12, var(--tw-bg-opacity));
}

.focus-within\:bg-orange-700:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(194, 65, 12, var(--tw-bg-opacity));
}

.focus-within\:bg-orange-800:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(154, 52, 18, var(--tw-bg-opacity));
}

.focus-within\:bg-orange-900:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(124, 45, 18, var(--tw-bg-opacity));
}

.focus-within\:bg-red-50:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(254, 242, 242, var(--tw-bg-opacity));
}

.focus-within\:bg-red-100:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(254, 226, 226, var(--tw-bg-opacity));
}

.focus-within\:bg-red-200:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(254, 202, 202, var(--tw-bg-opacity));
}

.focus-within\:bg-red-300:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(252, 165, 165, var(--tw-bg-opacity));
}

.focus-within\:bg-red-400:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(248, 113, 113, var(--tw-bg-opacity));
}

.focus-within\:bg-red-500:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(239, 68, 68, var(--tw-bg-opacity));
}

.focus-within\:bg-red-600:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(220, 38, 38, var(--tw-bg-opacity));
}

.focus-within\:bg-red-700:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(185, 28, 28, var(--tw-bg-opacity));
}

.focus-within\:bg-red-800:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(153, 27, 27, var(--tw-bg-opacity));
}

.focus-within\:bg-red-900:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(127, 29, 29, var(--tw-bg-opacity));
}

.focus-within\:bg-warmGray-50:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(250, 250, 249, var(--tw-bg-opacity));
}

.focus-within\:bg-warmGray-100:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(245, 245, 244, var(--tw-bg-opacity));
}

.focus-within\:bg-warmGray-200:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(231, 229, 228, var(--tw-bg-opacity));
}

.focus-within\:bg-warmGray-300:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(214, 211, 209, var(--tw-bg-opacity));
}

.focus-within\:bg-warmGray-400:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(168, 162, 158, var(--tw-bg-opacity));
}

.focus-within\:bg-warmGray-500:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(120, 113, 108, var(--tw-bg-opacity));
}

.focus-within\:bg-warmGray-600:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(87, 83, 78, var(--tw-bg-opacity));
}

.focus-within\:bg-warmGray-700:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(68, 64, 60, var(--tw-bg-opacity));
}

.focus-within\:bg-warmGray-800:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(41, 37, 36, var(--tw-bg-opacity));
}

.focus-within\:bg-warmGray-900:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(28, 25, 23, var(--tw-bg-opacity));
}

.focus-within\:bg-trueGray-50:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(250, 250, 250, var(--tw-bg-opacity));
}

.focus-within\:bg-trueGray-100:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(245, 245, 245, var(--tw-bg-opacity));
}

.focus-within\:bg-trueGray-200:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(229, 229, 229, var(--tw-bg-opacity));
}

.focus-within\:bg-trueGray-300:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(212, 212, 212, var(--tw-bg-opacity));
}

.focus-within\:bg-trueGray-400:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(163, 163, 163, var(--tw-bg-opacity));
}

.focus-within\:bg-trueGray-500:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(115, 115, 115, var(--tw-bg-opacity));
}

.focus-within\:bg-trueGray-600:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(82, 82, 82, var(--tw-bg-opacity));
}

.focus-within\:bg-trueGray-700:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(64, 64, 64, var(--tw-bg-opacity));
}

.focus-within\:bg-trueGray-800:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(38, 38, 38, var(--tw-bg-opacity));
}

.focus-within\:bg-trueGray-900:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(23, 23, 23, var(--tw-bg-opacity));
}

.focus-within\:bg-gray-50:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(250, 250, 250, var(--tw-bg-opacity));
}

.focus-within\:bg-gray-100:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(244, 244, 245, var(--tw-bg-opacity));
}

.focus-within\:bg-gray-200:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(228, 228, 231, var(--tw-bg-opacity));
}

.focus-within\:bg-gray-300:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(212, 212, 216, var(--tw-bg-opacity));
}

.focus-within\:bg-gray-400:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(161, 161, 170, var(--tw-bg-opacity));
}

.focus-within\:bg-gray-500:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(113, 113, 122, var(--tw-bg-opacity));
}

.focus-within\:bg-gray-600:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(82, 82, 91, var(--tw-bg-opacity));
}

.focus-within\:bg-gray-700:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(63, 63, 70, var(--tw-bg-opacity));
}

.focus-within\:bg-gray-800:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(39, 39, 42, var(--tw-bg-opacity));
}

.focus-within\:bg-gray-900:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(24, 24, 27, var(--tw-bg-opacity));
}

.focus-within\:bg-coolGray-50:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(249, 250, 251, var(--tw-bg-opacity));
}

.focus-within\:bg-coolGray-100:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(243, 244, 246, var(--tw-bg-opacity));
}

.focus-within\:bg-coolGray-200:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(229, 231, 235, var(--tw-bg-opacity));
}

.focus-within\:bg-coolGray-300:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(209, 213, 219, var(--tw-bg-opacity));
}

.focus-within\:bg-coolGray-400:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(156, 163, 175, var(--tw-bg-opacity));
}

.focus-within\:bg-coolGray-500:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(107, 114, 128, var(--tw-bg-opacity));
}

.focus-within\:bg-coolGray-600:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(75, 85, 99, var(--tw-bg-opacity));
}

.focus-within\:bg-coolGray-700:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(55, 65, 81, var(--tw-bg-opacity));
}

.focus-within\:bg-coolGray-800:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(31, 41, 55, var(--tw-bg-opacity));
}

.focus-within\:bg-coolGray-900:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(17, 24, 39, var(--tw-bg-opacity));
}

.focus-within\:bg-blueGray-50:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(248, 250, 252, var(--tw-bg-opacity));
}

.focus-within\:bg-blueGray-100:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(241, 245, 249, var(--tw-bg-opacity));
}

.focus-within\:bg-blueGray-200:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(226, 232, 240, var(--tw-bg-opacity));
}

.focus-within\:bg-blueGray-300:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(203, 213, 225, var(--tw-bg-opacity));
}

.focus-within\:bg-blueGray-400:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(148, 163, 184, var(--tw-bg-opacity));
}

.focus-within\:bg-blueGray-500:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(100, 116, 139, var(--tw-bg-opacity));
}

.focus-within\:bg-blueGray-600:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(71, 85, 105, var(--tw-bg-opacity));
}

.focus-within\:bg-blueGray-700:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(51, 65, 85, var(--tw-bg-opacity));
}

.focus-within\:bg-blueGray-800:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(30, 41, 59, var(--tw-bg-opacity));
}

.focus-within\:bg-blueGray-900:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(15, 23, 42, var(--tw-bg-opacity));
}

.focus-visible\:bg-current:focus-visible {
  background-color: currentColor;
}

.focus-visible\:bg-transparent:focus-visible {
  background-color: transparent;
}

.focus-visible\:bg-falcon:focus-visible {
  background-color: var(--falcon);
}

.focus-visible\:bg-basement:focus-visible {
  background-color: var(--basement);
}

.focus-visible\:bg-blue-50:focus-visible {
  --tw-bg-opacity: 1;
  background-color: rgba(239, 246, 255, var(--tw-bg-opacity));
}

.focus-visible\:bg-blue-100:focus-visible {
  --tw-bg-opacity: 1;
  background-color: rgba(219, 234, 254, var(--tw-bg-opacity));
}

.focus-visible\:bg-blue-200:focus-visible {
  --tw-bg-opacity: 1;
  background-color: rgba(191, 219, 254, var(--tw-bg-opacity));
}

.focus-visible\:bg-blue-300:focus-visible {
  --tw-bg-opacity: 1;
  background-color: rgba(147, 197, 253, var(--tw-bg-opacity));
}

.focus-visible\:bg-blue-400:focus-visible {
  --tw-bg-opacity: 1;
  background-color: rgba(96, 165, 250, var(--tw-bg-opacity));
}

.focus-visible\:bg-blue-500:focus-visible {
  --tw-bg-opacity: 1;
  background-color: rgba(59, 130, 246, var(--tw-bg-opacity));
}

.focus-visible\:bg-blue-600:focus-visible {
  --tw-bg-opacity: 1;
  background-color: rgba(37, 99, 235, var(--tw-bg-opacity));
}

.focus-visible\:bg-blue-700:focus-visible {
  --tw-bg-opacity: 1;
  background-color: rgba(29, 78, 216, var(--tw-bg-opacity));
}

.focus-visible\:bg-blue-800:focus-visible {
  --tw-bg-opacity: 1;
  background-color: rgba(30, 64, 175, var(--tw-bg-opacity));
}

.focus-visible\:bg-blue-900:focus-visible {
  --tw-bg-opacity: 1;
  background-color: rgba(30, 58, 138, var(--tw-bg-opacity));
}

.focus-visible\:bg-body-and-labels:focus-visible {
  background-color: var(--body-and-labels);
}

.focus-visible\:bg-brand:focus-visible {
  background-color: var(--brand);
}

.focus-visible\:bg-code-base-64:focus-visible {
  background-color: var(--code-base-64);
}

.focus-visible\:bg-code-bg:focus-visible {
  background-color: var(--code-bg);
}

.focus-visible\:bg-code-outline:focus-visible {
  background-color: var(--code-outline);
}

.focus-visible\:bg-code-text:focus-visible {
  background-color: var(--code-text);
}

.focus-visible\:bg-critical:focus-visible {
  background-color: var(--critical);
}

.focus-visible\:bg-destructive-hover:focus-visible {
  background-color: var(--destructive-hover);
}

.focus-visible\:bg-destructive-idle:focus-visible {
  background-color: var(--destructive-idle);
}

.focus-visible\:bg-destructive-pressed:focus-visible {
  background-color: var(--destructive-pressed);
}

.focus-visible\:bg-disabled:focus-visible {
  background-color: var(--disabled);
}

.focus-visible\:bg-disc-operations:focus-visible {
  background-color: var(--disc-operations);
}

.focus-visible\:bg-dns-requests:focus-visible {
  background-color: var(--dns-requests);
}

.focus-visible\:bg-focus:focus-visible {
  background-color: var(--focus);
}

.focus-visible\:bg-graph-1:focus-visible {
  background-color: var(--graph-1);
}

.focus-visible\:bg-graph-10:focus-visible {
  background-color: var(--graph-10);
}

.focus-visible\:bg-graph-11:focus-visible {
  background-color: var(--graph-11);
}

.focus-visible\:bg-graph-2:focus-visible {
  background-color: var(--graph-2);
}

.focus-visible\:bg-graph-3:focus-visible {
  background-color: var(--graph-3);
}

.focus-visible\:bg-graph-4:focus-visible {
  background-color: var(--graph-4);
}

.focus-visible\:bg-graph-5:focus-visible {
  background-color: var(--graph-5);
}

.focus-visible\:bg-graph-6:focus-visible {
  background-color: var(--graph-6);
}

.focus-visible\:bg-graph-7:focus-visible {
  background-color: var(--graph-7);
}

.focus-visible\:bg-graph-8:focus-visible {
  background-color: var(--graph-8);
}

.focus-visible\:bg-graph-9:focus-visible {
  background-color: var(--graph-9);
}

.focus-visible\:bg-graph-disabled:focus-visible {
  background-color: var(--graph-disabled);
}

.focus-visible\:bg-ground-floor:focus-visible {
  background-color: var(--ground-floor);
}

.focus-visible\:bg-high:focus-visible {
  background-color: var(--high);
}

.focus-visible\:bg-informational:focus-visible {
  background-color: var(--informational);
}

.focus-visible\:bg-lines-dark:focus-visible {
  background-color: var(--lines-dark);
}

.focus-visible\:bg-lines-light:focus-visible {
  background-color: var(--lines-light);
}

.focus-visible\:bg-low:focus-visible {
  background-color: var(--low);
}

.focus-visible\:bg-medium:focus-visible {
  background-color: var(--medium);
}

.focus-visible\:bg-mezzanine:focus-visible {
  background-color: var(--mezzanine);
}

.focus-visible\:bg-nav-text-and-icons:focus-visible {
  background-color: var(--nav-text-and-icons);
}

.focus-visible\:bg-nav-text-secondary:focus-visible {
  background-color: var(--nav-text-secondary);
}

.focus-visible\:bg-network-operations:focus-visible {
  background-color: var(--network-operations);
}

.focus-visible\:bg-normal-hover:focus-visible {
  background-color: var(--normal-hover);
}

.focus-visible\:bg-normal-idle:focus-visible {
  background-color: var(--normal-idle);
}

.focus-visible\:bg-normal-pressed:focus-visible {
  background-color: var(--normal-pressed);
}

.focus-visible\:bg-overlay-0\.5:focus-visible {
  background-color: var(--overlay-0\.5);
}

.focus-visible\:bg-overlay-1:focus-visible {
  background-color: var(--overlay-1);
}

.focus-visible\:bg-overlay-2:focus-visible {
  background-color: var(--overlay-2);
}

.focus-visible\:bg-positive:focus-visible {
  background-color: var(--positive);
}

.focus-visible\:bg-primary-hover:focus-visible {
  background-color: var(--primary-hover);
}

.focus-visible\:bg-primary-idle:focus-visible {
  background-color: var(--primary-idle);
}

.focus-visible\:bg-primary-pressed:focus-visible {
  background-color: var(--primary-pressed);
}

.focus-visible\:bg-process-operations:focus-visible {
  background-color: var(--process-operations);
}

.focus-visible\:bg-purple-50:focus-visible {
  --tw-bg-opacity: 1;
  background-color: rgba(250, 245, 255, var(--tw-bg-opacity));
}

.focus-visible\:bg-purple-100:focus-visible {
  --tw-bg-opacity: 1;
  background-color: rgba(243, 232, 255, var(--tw-bg-opacity));
}

.focus-visible\:bg-purple-200:focus-visible {
  --tw-bg-opacity: 1;
  background-color: rgba(233, 213, 255, var(--tw-bg-opacity));
}

.focus-visible\:bg-purple-300:focus-visible {
  --tw-bg-opacity: 1;
  background-color: rgba(216, 180, 254, var(--tw-bg-opacity));
}

.focus-visible\:bg-purple-400:focus-visible {
  --tw-bg-opacity: 1;
  background-color: rgba(192, 132, 252, var(--tw-bg-opacity));
}

.focus-visible\:bg-purple-500:focus-visible {
  --tw-bg-opacity: 1;
  background-color: rgba(168, 85, 247, var(--tw-bg-opacity));
}

.focus-visible\:bg-purple-600:focus-visible {
  --tw-bg-opacity: 1;
  background-color: rgba(147, 51, 234, var(--tw-bg-opacity));
}

.focus-visible\:bg-purple-700:focus-visible {
  --tw-bg-opacity: 1;
  background-color: rgba(126, 34, 206, var(--tw-bg-opacity));
}

.focus-visible\:bg-purple-800:focus-visible {
  --tw-bg-opacity: 1;
  background-color: rgba(107, 33, 168, var(--tw-bg-opacity));
}

.focus-visible\:bg-purple-900:focus-visible {
  --tw-bg-opacity: 1;
  background-color: rgba(88, 28, 135, var(--tw-bg-opacity));
}

.focus-visible\:bg-registry-operations:focus-visible {
  background-color: var(--registry-operations);
}

.focus-visible\:bg-selected:focus-visible {
  background-color: var(--selected);
}

.focus-visible\:bg-surface-2xl:focus-visible {
  background-color: var(--surface-2xl);
}

.focus-visible\:bg-surface-base:focus-visible {
  background-color: var(--surface-base);
}

.focus-visible\:bg-surface-inner:focus-visible {
  background-color: var(--surface-inner);
}

.focus-visible\:bg-surface-lg:focus-visible {
  background-color: var(--surface-lg);
}

.focus-visible\:bg-surface-md:focus-visible {
  background-color: var(--surface-md);
}

.focus-visible\:bg-surface-xl:focus-visible {
  background-color: var(--surface-xl);
}

.focus-visible\:bg-text-and-icons:focus-visible {
  background-color: var(--text-and-icons);
}

.focus-visible\:bg-titles-and-attributes:focus-visible {
  background-color: var(--titles-and-attributes);
}

.focus-visible\:bg-black:focus-visible {
  --tw-bg-opacity: 1;
  background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
}

.focus-visible\:bg-white:focus-visible {
  --tw-bg-opacity: 1;
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
}

.focus-visible\:bg-rose-50:focus-visible {
  --tw-bg-opacity: 1;
  background-color: rgba(255, 241, 242, var(--tw-bg-opacity));
}

.focus-visible\:bg-rose-100:focus-visible {
  --tw-bg-opacity: 1;
  background-color: rgba(255, 228, 230, var(--tw-bg-opacity));
}

.focus-visible\:bg-rose-200:focus-visible {
  --tw-bg-opacity: 1;
  background-color: rgba(254, 205, 211, var(--tw-bg-opacity));
}

.focus-visible\:bg-rose-300:focus-visible {
  --tw-bg-opacity: 1;
  background-color: rgba(253, 164, 175, var(--tw-bg-opacity));
}

.focus-visible\:bg-rose-400:focus-visible {
  --tw-bg-opacity: 1;
  background-color: rgba(251, 113, 133, var(--tw-bg-opacity));
}

.focus-visible\:bg-rose-500:focus-visible {
  --tw-bg-opacity: 1;
  background-color: rgba(244, 63, 94, var(--tw-bg-opacity));
}

.focus-visible\:bg-rose-600:focus-visible {
  --tw-bg-opacity: 1;
  background-color: rgba(225, 29, 72, var(--tw-bg-opacity));
}

.focus-visible\:bg-rose-700:focus-visible {
  --tw-bg-opacity: 1;
  background-color: rgba(190, 18, 60, var(--tw-bg-opacity));
}

.focus-visible\:bg-rose-800:focus-visible {
  --tw-bg-opacity: 1;
  background-color: rgba(159, 18, 57, var(--tw-bg-opacity));
}

.focus-visible\:bg-rose-900:focus-visible {
  --tw-bg-opacity: 1;
  background-color: rgba(136, 19, 55, var(--tw-bg-opacity));
}

.focus-visible\:bg-pink-50:focus-visible {
  --tw-bg-opacity: 1;
  background-color: rgba(253, 242, 248, var(--tw-bg-opacity));
}

.focus-visible\:bg-pink-100:focus-visible {
  --tw-bg-opacity: 1;
  background-color: rgba(252, 231, 243, var(--tw-bg-opacity));
}

.focus-visible\:bg-pink-200:focus-visible {
  --tw-bg-opacity: 1;
  background-color: rgba(251, 207, 232, var(--tw-bg-opacity));
}

.focus-visible\:bg-pink-300:focus-visible {
  --tw-bg-opacity: 1;
  background-color: rgba(249, 168, 212, var(--tw-bg-opacity));
}

.focus-visible\:bg-pink-400:focus-visible {
  --tw-bg-opacity: 1;
  background-color: rgba(244, 114, 182, var(--tw-bg-opacity));
}

.focus-visible\:bg-pink-500:focus-visible {
  --tw-bg-opacity: 1;
  background-color: rgba(236, 72, 153, var(--tw-bg-opacity));
}

.focus-visible\:bg-pink-600:focus-visible {
  --tw-bg-opacity: 1;
  background-color: rgba(219, 39, 119, var(--tw-bg-opacity));
}

.focus-visible\:bg-pink-700:focus-visible {
  --tw-bg-opacity: 1;
  background-color: rgba(190, 24, 93, var(--tw-bg-opacity));
}

.focus-visible\:bg-pink-800:focus-visible {
  --tw-bg-opacity: 1;
  background-color: rgba(157, 23, 77, var(--tw-bg-opacity));
}

.focus-visible\:bg-pink-900:focus-visible {
  --tw-bg-opacity: 1;
  background-color: rgba(131, 24, 67, var(--tw-bg-opacity));
}

.focus-visible\:bg-fuchsia-50:focus-visible {
  --tw-bg-opacity: 1;
  background-color: rgba(253, 244, 255, var(--tw-bg-opacity));
}

.focus-visible\:bg-fuchsia-100:focus-visible {
  --tw-bg-opacity: 1;
  background-color: rgba(250, 232, 255, var(--tw-bg-opacity));
}

.focus-visible\:bg-fuchsia-200:focus-visible {
  --tw-bg-opacity: 1;
  background-color: rgba(245, 208, 254, var(--tw-bg-opacity));
}

.focus-visible\:bg-fuchsia-300:focus-visible {
  --tw-bg-opacity: 1;
  background-color: rgba(240, 171, 252, var(--tw-bg-opacity));
}

.focus-visible\:bg-fuchsia-400:focus-visible {
  --tw-bg-opacity: 1;
  background-color: rgba(232, 121, 249, var(--tw-bg-opacity));
}

.focus-visible\:bg-fuchsia-500:focus-visible {
  --tw-bg-opacity: 1;
  background-color: rgba(217, 70, 239, var(--tw-bg-opacity));
}

.focus-visible\:bg-fuchsia-600:focus-visible {
  --tw-bg-opacity: 1;
  background-color: rgba(192, 38, 211, var(--tw-bg-opacity));
}

.focus-visible\:bg-fuchsia-700:focus-visible {
  --tw-bg-opacity: 1;
  background-color: rgba(162, 28, 175, var(--tw-bg-opacity));
}

.focus-visible\:bg-fuchsia-800:focus-visible {
  --tw-bg-opacity: 1;
  background-color: rgba(134, 25, 143, var(--tw-bg-opacity));
}

.focus-visible\:bg-fuchsia-900:focus-visible {
  --tw-bg-opacity: 1;
  background-color: rgba(112, 26, 117, var(--tw-bg-opacity));
}

.focus-visible\:bg-violet-50:focus-visible {
  --tw-bg-opacity: 1;
  background-color: rgba(245, 243, 255, var(--tw-bg-opacity));
}

.focus-visible\:bg-violet-100:focus-visible {
  --tw-bg-opacity: 1;
  background-color: rgba(237, 233, 254, var(--tw-bg-opacity));
}

.focus-visible\:bg-violet-200:focus-visible {
  --tw-bg-opacity: 1;
  background-color: rgba(221, 214, 254, var(--tw-bg-opacity));
}

.focus-visible\:bg-violet-300:focus-visible {
  --tw-bg-opacity: 1;
  background-color: rgba(196, 181, 253, var(--tw-bg-opacity));
}

.focus-visible\:bg-violet-400:focus-visible {
  --tw-bg-opacity: 1;
  background-color: rgba(167, 139, 250, var(--tw-bg-opacity));
}

.focus-visible\:bg-violet-500:focus-visible {
  --tw-bg-opacity: 1;
  background-color: rgba(139, 92, 246, var(--tw-bg-opacity));
}

.focus-visible\:bg-violet-600:focus-visible {
  --tw-bg-opacity: 1;
  background-color: rgba(124, 58, 237, var(--tw-bg-opacity));
}

.focus-visible\:bg-violet-700:focus-visible {
  --tw-bg-opacity: 1;
  background-color: rgba(109, 40, 217, var(--tw-bg-opacity));
}

.focus-visible\:bg-violet-800:focus-visible {
  --tw-bg-opacity: 1;
  background-color: rgba(91, 33, 182, var(--tw-bg-opacity));
}

.focus-visible\:bg-violet-900:focus-visible {
  --tw-bg-opacity: 1;
  background-color: rgba(76, 29, 149, var(--tw-bg-opacity));
}

.focus-visible\:bg-indigo-50:focus-visible {
  --tw-bg-opacity: 1;
  background-color: rgba(238, 242, 255, var(--tw-bg-opacity));
}

.focus-visible\:bg-indigo-100:focus-visible {
  --tw-bg-opacity: 1;
  background-color: rgba(224, 231, 255, var(--tw-bg-opacity));
}

.focus-visible\:bg-indigo-200:focus-visible {
  --tw-bg-opacity: 1;
  background-color: rgba(199, 210, 254, var(--tw-bg-opacity));
}

.focus-visible\:bg-indigo-300:focus-visible {
  --tw-bg-opacity: 1;
  background-color: rgba(165, 180, 252, var(--tw-bg-opacity));
}

.focus-visible\:bg-indigo-400:focus-visible {
  --tw-bg-opacity: 1;
  background-color: rgba(129, 140, 248, var(--tw-bg-opacity));
}

.focus-visible\:bg-indigo-500:focus-visible {
  --tw-bg-opacity: 1;
  background-color: rgba(99, 102, 241, var(--tw-bg-opacity));
}

.focus-visible\:bg-indigo-600:focus-visible {
  --tw-bg-opacity: 1;
  background-color: rgba(79, 70, 229, var(--tw-bg-opacity));
}

.focus-visible\:bg-indigo-700:focus-visible {
  --tw-bg-opacity: 1;
  background-color: rgba(67, 56, 202, var(--tw-bg-opacity));
}

.focus-visible\:bg-indigo-800:focus-visible {
  --tw-bg-opacity: 1;
  background-color: rgba(55, 48, 163, var(--tw-bg-opacity));
}

.focus-visible\:bg-indigo-900:focus-visible {
  --tw-bg-opacity: 1;
  background-color: rgba(49, 46, 129, var(--tw-bg-opacity));
}

.focus-visible\:bg-lightBlue-50:focus-visible {
  --tw-bg-opacity: 1;
  background-color: rgba(240, 249, 255, var(--tw-bg-opacity));
}

.focus-visible\:bg-lightBlue-100:focus-visible {
  --tw-bg-opacity: 1;
  background-color: rgba(224, 242, 254, var(--tw-bg-opacity));
}

.focus-visible\:bg-lightBlue-200:focus-visible {
  --tw-bg-opacity: 1;
  background-color: rgba(186, 230, 253, var(--tw-bg-opacity));
}

.focus-visible\:bg-lightBlue-300:focus-visible {
  --tw-bg-opacity: 1;
  background-color: rgba(125, 211, 252, var(--tw-bg-opacity));
}

.focus-visible\:bg-lightBlue-400:focus-visible {
  --tw-bg-opacity: 1;
  background-color: rgba(56, 189, 248, var(--tw-bg-opacity));
}

.focus-visible\:bg-lightBlue-500:focus-visible {
  --tw-bg-opacity: 1;
  background-color: rgba(14, 165, 233, var(--tw-bg-opacity));
}

.focus-visible\:bg-lightBlue-600:focus-visible {
  --tw-bg-opacity: 1;
  background-color: rgba(2, 132, 199, var(--tw-bg-opacity));
}

.focus-visible\:bg-lightBlue-700:focus-visible {
  --tw-bg-opacity: 1;
  background-color: rgba(3, 105, 161, var(--tw-bg-opacity));
}

.focus-visible\:bg-lightBlue-800:focus-visible {
  --tw-bg-opacity: 1;
  background-color: rgba(7, 89, 133, var(--tw-bg-opacity));
}

.focus-visible\:bg-lightBlue-900:focus-visible {
  --tw-bg-opacity: 1;
  background-color: rgba(12, 74, 110, var(--tw-bg-opacity));
}

.focus-visible\:bg-cyan-50:focus-visible {
  --tw-bg-opacity: 1;
  background-color: rgba(236, 254, 255, var(--tw-bg-opacity));
}

.focus-visible\:bg-cyan-100:focus-visible {
  --tw-bg-opacity: 1;
  background-color: rgba(207, 250, 254, var(--tw-bg-opacity));
}

.focus-visible\:bg-cyan-200:focus-visible {
  --tw-bg-opacity: 1;
  background-color: rgba(165, 243, 252, var(--tw-bg-opacity));
}

.focus-visible\:bg-cyan-300:focus-visible {
  --tw-bg-opacity: 1;
  background-color: rgba(103, 232, 249, var(--tw-bg-opacity));
}

.focus-visible\:bg-cyan-400:focus-visible {
  --tw-bg-opacity: 1;
  background-color: rgba(34, 211, 238, var(--tw-bg-opacity));
}

.focus-visible\:bg-cyan-500:focus-visible {
  --tw-bg-opacity: 1;
  background-color: rgba(6, 182, 212, var(--tw-bg-opacity));
}

.focus-visible\:bg-cyan-600:focus-visible {
  --tw-bg-opacity: 1;
  background-color: rgba(8, 145, 178, var(--tw-bg-opacity));
}

.focus-visible\:bg-cyan-700:focus-visible {
  --tw-bg-opacity: 1;
  background-color: rgba(14, 116, 144, var(--tw-bg-opacity));
}

.focus-visible\:bg-cyan-800:focus-visible {
  --tw-bg-opacity: 1;
  background-color: rgba(21, 94, 117, var(--tw-bg-opacity));
}

.focus-visible\:bg-cyan-900:focus-visible {
  --tw-bg-opacity: 1;
  background-color: rgba(22, 78, 99, var(--tw-bg-opacity));
}

.focus-visible\:bg-teal-50:focus-visible {
  --tw-bg-opacity: 1;
  background-color: rgba(240, 253, 250, var(--tw-bg-opacity));
}

.focus-visible\:bg-teal-100:focus-visible {
  --tw-bg-opacity: 1;
  background-color: rgba(204, 251, 241, var(--tw-bg-opacity));
}

.focus-visible\:bg-teal-200:focus-visible {
  --tw-bg-opacity: 1;
  background-color: rgba(153, 246, 228, var(--tw-bg-opacity));
}

.focus-visible\:bg-teal-300:focus-visible {
  --tw-bg-opacity: 1;
  background-color: rgba(94, 234, 212, var(--tw-bg-opacity));
}

.focus-visible\:bg-teal-400:focus-visible {
  --tw-bg-opacity: 1;
  background-color: rgba(45, 212, 191, var(--tw-bg-opacity));
}

.focus-visible\:bg-teal-500:focus-visible {
  --tw-bg-opacity: 1;
  background-color: rgba(20, 184, 166, var(--tw-bg-opacity));
}

.focus-visible\:bg-teal-600:focus-visible {
  --tw-bg-opacity: 1;
  background-color: rgba(13, 148, 136, var(--tw-bg-opacity));
}

.focus-visible\:bg-teal-700:focus-visible {
  --tw-bg-opacity: 1;
  background-color: rgba(15, 118, 110, var(--tw-bg-opacity));
}

.focus-visible\:bg-teal-800:focus-visible {
  --tw-bg-opacity: 1;
  background-color: rgba(17, 94, 89, var(--tw-bg-opacity));
}

.focus-visible\:bg-teal-900:focus-visible {
  --tw-bg-opacity: 1;
  background-color: rgba(19, 78, 74, var(--tw-bg-opacity));
}

.focus-visible\:bg-emerald-50:focus-visible {
  --tw-bg-opacity: 1;
  background-color: rgba(236, 253, 245, var(--tw-bg-opacity));
}

.focus-visible\:bg-emerald-100:focus-visible {
  --tw-bg-opacity: 1;
  background-color: rgba(209, 250, 229, var(--tw-bg-opacity));
}

.focus-visible\:bg-emerald-200:focus-visible {
  --tw-bg-opacity: 1;
  background-color: rgba(167, 243, 208, var(--tw-bg-opacity));
}

.focus-visible\:bg-emerald-300:focus-visible {
  --tw-bg-opacity: 1;
  background-color: rgba(110, 231, 183, var(--tw-bg-opacity));
}

.focus-visible\:bg-emerald-400:focus-visible {
  --tw-bg-opacity: 1;
  background-color: rgba(52, 211, 153, var(--tw-bg-opacity));
}

.focus-visible\:bg-emerald-500:focus-visible {
  --tw-bg-opacity: 1;
  background-color: rgba(16, 185, 129, var(--tw-bg-opacity));
}

.focus-visible\:bg-emerald-600:focus-visible {
  --tw-bg-opacity: 1;
  background-color: rgba(5, 150, 105, var(--tw-bg-opacity));
}

.focus-visible\:bg-emerald-700:focus-visible {
  --tw-bg-opacity: 1;
  background-color: rgba(4, 120, 87, var(--tw-bg-opacity));
}

.focus-visible\:bg-emerald-800:focus-visible {
  --tw-bg-opacity: 1;
  background-color: rgba(6, 95, 70, var(--tw-bg-opacity));
}

.focus-visible\:bg-emerald-900:focus-visible {
  --tw-bg-opacity: 1;
  background-color: rgba(6, 78, 59, var(--tw-bg-opacity));
}

.focus-visible\:bg-green-50:focus-visible {
  --tw-bg-opacity: 1;
  background-color: rgba(240, 253, 244, var(--tw-bg-opacity));
}

.focus-visible\:bg-green-100:focus-visible {
  --tw-bg-opacity: 1;
  background-color: rgba(220, 252, 231, var(--tw-bg-opacity));
}

.focus-visible\:bg-green-200:focus-visible {
  --tw-bg-opacity: 1;
  background-color: rgba(187, 247, 208, var(--tw-bg-opacity));
}

.focus-visible\:bg-green-300:focus-visible {
  --tw-bg-opacity: 1;
  background-color: rgba(134, 239, 172, var(--tw-bg-opacity));
}

.focus-visible\:bg-green-400:focus-visible {
  --tw-bg-opacity: 1;
  background-color: rgba(74, 222, 128, var(--tw-bg-opacity));
}

.focus-visible\:bg-green-500:focus-visible {
  --tw-bg-opacity: 1;
  background-color: rgba(34, 197, 94, var(--tw-bg-opacity));
}

.focus-visible\:bg-green-600:focus-visible {
  --tw-bg-opacity: 1;
  background-color: rgba(22, 163, 74, var(--tw-bg-opacity));
}

.focus-visible\:bg-green-700:focus-visible {
  --tw-bg-opacity: 1;
  background-color: rgba(21, 128, 61, var(--tw-bg-opacity));
}

.focus-visible\:bg-green-800:focus-visible {
  --tw-bg-opacity: 1;
  background-color: rgba(22, 101, 52, var(--tw-bg-opacity));
}

.focus-visible\:bg-green-900:focus-visible {
  --tw-bg-opacity: 1;
  background-color: rgba(20, 83, 45, var(--tw-bg-opacity));
}

.focus-visible\:bg-lime-50:focus-visible {
  --tw-bg-opacity: 1;
  background-color: rgba(247, 254, 231, var(--tw-bg-opacity));
}

.focus-visible\:bg-lime-100:focus-visible {
  --tw-bg-opacity: 1;
  background-color: rgba(236, 252, 203, var(--tw-bg-opacity));
}

.focus-visible\:bg-lime-200:focus-visible {
  --tw-bg-opacity: 1;
  background-color: rgba(217, 249, 157, var(--tw-bg-opacity));
}

.focus-visible\:bg-lime-300:focus-visible {
  --tw-bg-opacity: 1;
  background-color: rgba(190, 242, 100, var(--tw-bg-opacity));
}

.focus-visible\:bg-lime-400:focus-visible {
  --tw-bg-opacity: 1;
  background-color: rgba(163, 230, 53, var(--tw-bg-opacity));
}

.focus-visible\:bg-lime-500:focus-visible {
  --tw-bg-opacity: 1;
  background-color: rgba(132, 204, 22, var(--tw-bg-opacity));
}

.focus-visible\:bg-lime-600:focus-visible {
  --tw-bg-opacity: 1;
  background-color: rgba(101, 163, 13, var(--tw-bg-opacity));
}

.focus-visible\:bg-lime-700:focus-visible {
  --tw-bg-opacity: 1;
  background-color: rgba(77, 124, 15, var(--tw-bg-opacity));
}

.focus-visible\:bg-lime-800:focus-visible {
  --tw-bg-opacity: 1;
  background-color: rgba(63, 98, 18, var(--tw-bg-opacity));
}

.focus-visible\:bg-lime-900:focus-visible {
  --tw-bg-opacity: 1;
  background-color: rgba(54, 83, 20, var(--tw-bg-opacity));
}

.focus-visible\:bg-yellow-50:focus-visible {
  --tw-bg-opacity: 1;
  background-color: rgba(254, 252, 232, var(--tw-bg-opacity));
}

.focus-visible\:bg-yellow-100:focus-visible {
  --tw-bg-opacity: 1;
  background-color: rgba(254, 249, 195, var(--tw-bg-opacity));
}

.focus-visible\:bg-yellow-200:focus-visible {
  --tw-bg-opacity: 1;
  background-color: rgba(254, 240, 138, var(--tw-bg-opacity));
}

.focus-visible\:bg-yellow-300:focus-visible {
  --tw-bg-opacity: 1;
  background-color: rgba(253, 224, 71, var(--tw-bg-opacity));
}

.focus-visible\:bg-yellow-400:focus-visible {
  --tw-bg-opacity: 1;
  background-color: rgba(250, 204, 21, var(--tw-bg-opacity));
}

.focus-visible\:bg-yellow-500:focus-visible {
  --tw-bg-opacity: 1;
  background-color: rgba(234, 179, 8, var(--tw-bg-opacity));
}

.focus-visible\:bg-yellow-600:focus-visible {
  --tw-bg-opacity: 1;
  background-color: rgba(202, 138, 4, var(--tw-bg-opacity));
}

.focus-visible\:bg-yellow-700:focus-visible {
  --tw-bg-opacity: 1;
  background-color: rgba(161, 98, 7, var(--tw-bg-opacity));
}

.focus-visible\:bg-yellow-800:focus-visible {
  --tw-bg-opacity: 1;
  background-color: rgba(133, 77, 14, var(--tw-bg-opacity));
}

.focus-visible\:bg-yellow-900:focus-visible {
  --tw-bg-opacity: 1;
  background-color: rgba(113, 63, 18, var(--tw-bg-opacity));
}

.focus-visible\:bg-amber-50:focus-visible {
  --tw-bg-opacity: 1;
  background-color: rgba(255, 251, 235, var(--tw-bg-opacity));
}

.focus-visible\:bg-amber-100:focus-visible {
  --tw-bg-opacity: 1;
  background-color: rgba(254, 243, 199, var(--tw-bg-opacity));
}

.focus-visible\:bg-amber-200:focus-visible {
  --tw-bg-opacity: 1;
  background-color: rgba(253, 230, 138, var(--tw-bg-opacity));
}

.focus-visible\:bg-amber-300:focus-visible {
  --tw-bg-opacity: 1;
  background-color: rgba(252, 211, 77, var(--tw-bg-opacity));
}

.focus-visible\:bg-amber-400:focus-visible {
  --tw-bg-opacity: 1;
  background-color: rgba(251, 191, 36, var(--tw-bg-opacity));
}

.focus-visible\:bg-amber-500:focus-visible {
  --tw-bg-opacity: 1;
  background-color: rgba(245, 158, 11, var(--tw-bg-opacity));
}

.focus-visible\:bg-amber-600:focus-visible {
  --tw-bg-opacity: 1;
  background-color: rgba(217, 119, 6, var(--tw-bg-opacity));
}

.focus-visible\:bg-amber-700:focus-visible {
  --tw-bg-opacity: 1;
  background-color: rgba(180, 83, 9, var(--tw-bg-opacity));
}

.focus-visible\:bg-amber-800:focus-visible {
  --tw-bg-opacity: 1;
  background-color: rgba(146, 64, 14, var(--tw-bg-opacity));
}

.focus-visible\:bg-amber-900:focus-visible {
  --tw-bg-opacity: 1;
  background-color: rgba(120, 53, 15, var(--tw-bg-opacity));
}

.focus-visible\:bg-orange-50:focus-visible {
  --tw-bg-opacity: 1;
  background-color: rgba(255, 247, 237, var(--tw-bg-opacity));
}

.focus-visible\:bg-orange-100:focus-visible {
  --tw-bg-opacity: 1;
  background-color: rgba(255, 237, 213, var(--tw-bg-opacity));
}

.focus-visible\:bg-orange-200:focus-visible {
  --tw-bg-opacity: 1;
  background-color: rgba(254, 215, 170, var(--tw-bg-opacity));
}

.focus-visible\:bg-orange-300:focus-visible {
  --tw-bg-opacity: 1;
  background-color: rgba(253, 186, 116, var(--tw-bg-opacity));
}

.focus-visible\:bg-orange-400:focus-visible {
  --tw-bg-opacity: 1;
  background-color: rgba(251, 146, 60, var(--tw-bg-opacity));
}

.focus-visible\:bg-orange-500:focus-visible {
  --tw-bg-opacity: 1;
  background-color: rgba(249, 115, 22, var(--tw-bg-opacity));
}

.focus-visible\:bg-orange-600:focus-visible {
  --tw-bg-opacity: 1;
  background-color: rgba(234, 88, 12, var(--tw-bg-opacity));
}

.focus-visible\:bg-orange-700:focus-visible {
  --tw-bg-opacity: 1;
  background-color: rgba(194, 65, 12, var(--tw-bg-opacity));
}

.focus-visible\:bg-orange-800:focus-visible {
  --tw-bg-opacity: 1;
  background-color: rgba(154, 52, 18, var(--tw-bg-opacity));
}

.focus-visible\:bg-orange-900:focus-visible {
  --tw-bg-opacity: 1;
  background-color: rgba(124, 45, 18, var(--tw-bg-opacity));
}

.focus-visible\:bg-red-50:focus-visible {
  --tw-bg-opacity: 1;
  background-color: rgba(254, 242, 242, var(--tw-bg-opacity));
}

.focus-visible\:bg-red-100:focus-visible {
  --tw-bg-opacity: 1;
  background-color: rgba(254, 226, 226, var(--tw-bg-opacity));
}

.focus-visible\:bg-red-200:focus-visible {
  --tw-bg-opacity: 1;
  background-color: rgba(254, 202, 202, var(--tw-bg-opacity));
}

.focus-visible\:bg-red-300:focus-visible {
  --tw-bg-opacity: 1;
  background-color: rgba(252, 165, 165, var(--tw-bg-opacity));
}

.focus-visible\:bg-red-400:focus-visible {
  --tw-bg-opacity: 1;
  background-color: rgba(248, 113, 113, var(--tw-bg-opacity));
}

.focus-visible\:bg-red-500:focus-visible {
  --tw-bg-opacity: 1;
  background-color: rgba(239, 68, 68, var(--tw-bg-opacity));
}

.focus-visible\:bg-red-600:focus-visible {
  --tw-bg-opacity: 1;
  background-color: rgba(220, 38, 38, var(--tw-bg-opacity));
}

.focus-visible\:bg-red-700:focus-visible {
  --tw-bg-opacity: 1;
  background-color: rgba(185, 28, 28, var(--tw-bg-opacity));
}

.focus-visible\:bg-red-800:focus-visible {
  --tw-bg-opacity: 1;
  background-color: rgba(153, 27, 27, var(--tw-bg-opacity));
}

.focus-visible\:bg-red-900:focus-visible {
  --tw-bg-opacity: 1;
  background-color: rgba(127, 29, 29, var(--tw-bg-opacity));
}

.focus-visible\:bg-warmGray-50:focus-visible {
  --tw-bg-opacity: 1;
  background-color: rgba(250, 250, 249, var(--tw-bg-opacity));
}

.focus-visible\:bg-warmGray-100:focus-visible {
  --tw-bg-opacity: 1;
  background-color: rgba(245, 245, 244, var(--tw-bg-opacity));
}

.focus-visible\:bg-warmGray-200:focus-visible {
  --tw-bg-opacity: 1;
  background-color: rgba(231, 229, 228, var(--tw-bg-opacity));
}

.focus-visible\:bg-warmGray-300:focus-visible {
  --tw-bg-opacity: 1;
  background-color: rgba(214, 211, 209, var(--tw-bg-opacity));
}

.focus-visible\:bg-warmGray-400:focus-visible {
  --tw-bg-opacity: 1;
  background-color: rgba(168, 162, 158, var(--tw-bg-opacity));
}

.focus-visible\:bg-warmGray-500:focus-visible {
  --tw-bg-opacity: 1;
  background-color: rgba(120, 113, 108, var(--tw-bg-opacity));
}

.focus-visible\:bg-warmGray-600:focus-visible {
  --tw-bg-opacity: 1;
  background-color: rgba(87, 83, 78, var(--tw-bg-opacity));
}

.focus-visible\:bg-warmGray-700:focus-visible {
  --tw-bg-opacity: 1;
  background-color: rgba(68, 64, 60, var(--tw-bg-opacity));
}

.focus-visible\:bg-warmGray-800:focus-visible {
  --tw-bg-opacity: 1;
  background-color: rgba(41, 37, 36, var(--tw-bg-opacity));
}

.focus-visible\:bg-warmGray-900:focus-visible {
  --tw-bg-opacity: 1;
  background-color: rgba(28, 25, 23, var(--tw-bg-opacity));
}

.focus-visible\:bg-trueGray-50:focus-visible {
  --tw-bg-opacity: 1;
  background-color: rgba(250, 250, 250, var(--tw-bg-opacity));
}

.focus-visible\:bg-trueGray-100:focus-visible {
  --tw-bg-opacity: 1;
  background-color: rgba(245, 245, 245, var(--tw-bg-opacity));
}

.focus-visible\:bg-trueGray-200:focus-visible {
  --tw-bg-opacity: 1;
  background-color: rgba(229, 229, 229, var(--tw-bg-opacity));
}

.focus-visible\:bg-trueGray-300:focus-visible {
  --tw-bg-opacity: 1;
  background-color: rgba(212, 212, 212, var(--tw-bg-opacity));
}

.focus-visible\:bg-trueGray-400:focus-visible {
  --tw-bg-opacity: 1;
  background-color: rgba(163, 163, 163, var(--tw-bg-opacity));
}

.focus-visible\:bg-trueGray-500:focus-visible {
  --tw-bg-opacity: 1;
  background-color: rgba(115, 115, 115, var(--tw-bg-opacity));
}

.focus-visible\:bg-trueGray-600:focus-visible {
  --tw-bg-opacity: 1;
  background-color: rgba(82, 82, 82, var(--tw-bg-opacity));
}

.focus-visible\:bg-trueGray-700:focus-visible {
  --tw-bg-opacity: 1;
  background-color: rgba(64, 64, 64, var(--tw-bg-opacity));
}

.focus-visible\:bg-trueGray-800:focus-visible {
  --tw-bg-opacity: 1;
  background-color: rgba(38, 38, 38, var(--tw-bg-opacity));
}

.focus-visible\:bg-trueGray-900:focus-visible {
  --tw-bg-opacity: 1;
  background-color: rgba(23, 23, 23, var(--tw-bg-opacity));
}

.focus-visible\:bg-gray-50:focus-visible {
  --tw-bg-opacity: 1;
  background-color: rgba(250, 250, 250, var(--tw-bg-opacity));
}

.focus-visible\:bg-gray-100:focus-visible {
  --tw-bg-opacity: 1;
  background-color: rgba(244, 244, 245, var(--tw-bg-opacity));
}

.focus-visible\:bg-gray-200:focus-visible {
  --tw-bg-opacity: 1;
  background-color: rgba(228, 228, 231, var(--tw-bg-opacity));
}

.focus-visible\:bg-gray-300:focus-visible {
  --tw-bg-opacity: 1;
  background-color: rgba(212, 212, 216, var(--tw-bg-opacity));
}

.focus-visible\:bg-gray-400:focus-visible {
  --tw-bg-opacity: 1;
  background-color: rgba(161, 161, 170, var(--tw-bg-opacity));
}

.focus-visible\:bg-gray-500:focus-visible {
  --tw-bg-opacity: 1;
  background-color: rgba(113, 113, 122, var(--tw-bg-opacity));
}

.focus-visible\:bg-gray-600:focus-visible {
  --tw-bg-opacity: 1;
  background-color: rgba(82, 82, 91, var(--tw-bg-opacity));
}

.focus-visible\:bg-gray-700:focus-visible {
  --tw-bg-opacity: 1;
  background-color: rgba(63, 63, 70, var(--tw-bg-opacity));
}

.focus-visible\:bg-gray-800:focus-visible {
  --tw-bg-opacity: 1;
  background-color: rgba(39, 39, 42, var(--tw-bg-opacity));
}

.focus-visible\:bg-gray-900:focus-visible {
  --tw-bg-opacity: 1;
  background-color: rgba(24, 24, 27, var(--tw-bg-opacity));
}

.focus-visible\:bg-coolGray-50:focus-visible {
  --tw-bg-opacity: 1;
  background-color: rgba(249, 250, 251, var(--tw-bg-opacity));
}

.focus-visible\:bg-coolGray-100:focus-visible {
  --tw-bg-opacity: 1;
  background-color: rgba(243, 244, 246, var(--tw-bg-opacity));
}

.focus-visible\:bg-coolGray-200:focus-visible {
  --tw-bg-opacity: 1;
  background-color: rgba(229, 231, 235, var(--tw-bg-opacity));
}

.focus-visible\:bg-coolGray-300:focus-visible {
  --tw-bg-opacity: 1;
  background-color: rgba(209, 213, 219, var(--tw-bg-opacity));
}

.focus-visible\:bg-coolGray-400:focus-visible {
  --tw-bg-opacity: 1;
  background-color: rgba(156, 163, 175, var(--tw-bg-opacity));
}

.focus-visible\:bg-coolGray-500:focus-visible {
  --tw-bg-opacity: 1;
  background-color: rgba(107, 114, 128, var(--tw-bg-opacity));
}

.focus-visible\:bg-coolGray-600:focus-visible {
  --tw-bg-opacity: 1;
  background-color: rgba(75, 85, 99, var(--tw-bg-opacity));
}

.focus-visible\:bg-coolGray-700:focus-visible {
  --tw-bg-opacity: 1;
  background-color: rgba(55, 65, 81, var(--tw-bg-opacity));
}

.focus-visible\:bg-coolGray-800:focus-visible {
  --tw-bg-opacity: 1;
  background-color: rgba(31, 41, 55, var(--tw-bg-opacity));
}

.focus-visible\:bg-coolGray-900:focus-visible {
  --tw-bg-opacity: 1;
  background-color: rgba(17, 24, 39, var(--tw-bg-opacity));
}

.focus-visible\:bg-blueGray-50:focus-visible {
  --tw-bg-opacity: 1;
  background-color: rgba(248, 250, 252, var(--tw-bg-opacity));
}

.focus-visible\:bg-blueGray-100:focus-visible {
  --tw-bg-opacity: 1;
  background-color: rgba(241, 245, 249, var(--tw-bg-opacity));
}

.focus-visible\:bg-blueGray-200:focus-visible {
  --tw-bg-opacity: 1;
  background-color: rgba(226, 232, 240, var(--tw-bg-opacity));
}

.focus-visible\:bg-blueGray-300:focus-visible {
  --tw-bg-opacity: 1;
  background-color: rgba(203, 213, 225, var(--tw-bg-opacity));
}

.focus-visible\:bg-blueGray-400:focus-visible {
  --tw-bg-opacity: 1;
  background-color: rgba(148, 163, 184, var(--tw-bg-opacity));
}

.focus-visible\:bg-blueGray-500:focus-visible {
  --tw-bg-opacity: 1;
  background-color: rgba(100, 116, 139, var(--tw-bg-opacity));
}

.focus-visible\:bg-blueGray-600:focus-visible {
  --tw-bg-opacity: 1;
  background-color: rgba(71, 85, 105, var(--tw-bg-opacity));
}

.focus-visible\:bg-blueGray-700:focus-visible {
  --tw-bg-opacity: 1;
  background-color: rgba(51, 65, 85, var(--tw-bg-opacity));
}

.focus-visible\:bg-blueGray-800:focus-visible {
  --tw-bg-opacity: 1;
  background-color: rgba(30, 41, 59, var(--tw-bg-opacity));
}

.focus-visible\:bg-blueGray-900:focus-visible {
  --tw-bg-opacity: 1;
  background-color: rgba(15, 23, 42, var(--tw-bg-opacity));
}

.active\:bg-current:active {
  background-color: currentColor;
}

.active\:bg-transparent:active {
  background-color: transparent;
}

.active\:bg-falcon:active {
  background-color: var(--falcon);
}

.active\:bg-basement:active {
  background-color: var(--basement);
}

.active\:bg-blue-50:active {
  --tw-bg-opacity: 1;
  background-color: rgba(239, 246, 255, var(--tw-bg-opacity));
}

.active\:bg-blue-100:active {
  --tw-bg-opacity: 1;
  background-color: rgba(219, 234, 254, var(--tw-bg-opacity));
}

.active\:bg-blue-200:active {
  --tw-bg-opacity: 1;
  background-color: rgba(191, 219, 254, var(--tw-bg-opacity));
}

.active\:bg-blue-300:active {
  --tw-bg-opacity: 1;
  background-color: rgba(147, 197, 253, var(--tw-bg-opacity));
}

.active\:bg-blue-400:active {
  --tw-bg-opacity: 1;
  background-color: rgba(96, 165, 250, var(--tw-bg-opacity));
}

.active\:bg-blue-500:active {
  --tw-bg-opacity: 1;
  background-color: rgba(59, 130, 246, var(--tw-bg-opacity));
}

.active\:bg-blue-600:active {
  --tw-bg-opacity: 1;
  background-color: rgba(37, 99, 235, var(--tw-bg-opacity));
}

.active\:bg-blue-700:active {
  --tw-bg-opacity: 1;
  background-color: rgba(29, 78, 216, var(--tw-bg-opacity));
}

.active\:bg-blue-800:active {
  --tw-bg-opacity: 1;
  background-color: rgba(30, 64, 175, var(--tw-bg-opacity));
}

.active\:bg-blue-900:active {
  --tw-bg-opacity: 1;
  background-color: rgba(30, 58, 138, var(--tw-bg-opacity));
}

.active\:bg-body-and-labels:active {
  background-color: var(--body-and-labels);
}

.active\:bg-brand:active {
  background-color: var(--brand);
}

.active\:bg-code-base-64:active {
  background-color: var(--code-base-64);
}

.active\:bg-code-bg:active {
  background-color: var(--code-bg);
}

.active\:bg-code-outline:active {
  background-color: var(--code-outline);
}

.active\:bg-code-text:active {
  background-color: var(--code-text);
}

.active\:bg-critical:active {
  background-color: var(--critical);
}

.active\:bg-destructive-hover:active {
  background-color: var(--destructive-hover);
}

.active\:bg-destructive-idle:active {
  background-color: var(--destructive-idle);
}

.active\:bg-destructive-pressed:active {
  background-color: var(--destructive-pressed);
}

.active\:bg-disabled:active {
  background-color: var(--disabled);
}

.active\:bg-disc-operations:active {
  background-color: var(--disc-operations);
}

.active\:bg-dns-requests:active {
  background-color: var(--dns-requests);
}

.active\:bg-focus:active {
  background-color: var(--focus);
}

.active\:bg-graph-1:active {
  background-color: var(--graph-1);
}

.active\:bg-graph-10:active {
  background-color: var(--graph-10);
}

.active\:bg-graph-11:active {
  background-color: var(--graph-11);
}

.active\:bg-graph-2:active {
  background-color: var(--graph-2);
}

.active\:bg-graph-3:active {
  background-color: var(--graph-3);
}

.active\:bg-graph-4:active {
  background-color: var(--graph-4);
}

.active\:bg-graph-5:active {
  background-color: var(--graph-5);
}

.active\:bg-graph-6:active {
  background-color: var(--graph-6);
}

.active\:bg-graph-7:active {
  background-color: var(--graph-7);
}

.active\:bg-graph-8:active {
  background-color: var(--graph-8);
}

.active\:bg-graph-9:active {
  background-color: var(--graph-9);
}

.active\:bg-graph-disabled:active {
  background-color: var(--graph-disabled);
}

.active\:bg-ground-floor:active {
  background-color: var(--ground-floor);
}

.active\:bg-high:active {
  background-color: var(--high);
}

.active\:bg-informational:active {
  background-color: var(--informational);
}

.active\:bg-lines-dark:active {
  background-color: var(--lines-dark);
}

.active\:bg-lines-light:active {
  background-color: var(--lines-light);
}

.active\:bg-low:active {
  background-color: var(--low);
}

.active\:bg-medium:active {
  background-color: var(--medium);
}

.active\:bg-mezzanine:active {
  background-color: var(--mezzanine);
}

.active\:bg-nav-text-and-icons:active {
  background-color: var(--nav-text-and-icons);
}

.active\:bg-nav-text-secondary:active {
  background-color: var(--nav-text-secondary);
}

.active\:bg-network-operations:active {
  background-color: var(--network-operations);
}

.active\:bg-normal-hover:active {
  background-color: var(--normal-hover);
}

.active\:bg-normal-idle:active {
  background-color: var(--normal-idle);
}

.active\:bg-normal-pressed:active {
  background-color: var(--normal-pressed);
}

.active\:bg-overlay-0\.5:active {
  background-color: var(--overlay-0\.5);
}

.active\:bg-overlay-1:active {
  background-color: var(--overlay-1);
}

.active\:bg-overlay-2:active {
  background-color: var(--overlay-2);
}

.active\:bg-positive:active {
  background-color: var(--positive);
}

.active\:bg-primary-hover:active {
  background-color: var(--primary-hover);
}

.active\:bg-primary-idle:active {
  background-color: var(--primary-idle);
}

.active\:bg-primary-pressed:active {
  background-color: var(--primary-pressed);
}

.active\:bg-process-operations:active {
  background-color: var(--process-operations);
}

.active\:bg-purple-50:active {
  --tw-bg-opacity: 1;
  background-color: rgba(250, 245, 255, var(--tw-bg-opacity));
}

.active\:bg-purple-100:active {
  --tw-bg-opacity: 1;
  background-color: rgba(243, 232, 255, var(--tw-bg-opacity));
}

.active\:bg-purple-200:active {
  --tw-bg-opacity: 1;
  background-color: rgba(233, 213, 255, var(--tw-bg-opacity));
}

.active\:bg-purple-300:active {
  --tw-bg-opacity: 1;
  background-color: rgba(216, 180, 254, var(--tw-bg-opacity));
}

.active\:bg-purple-400:active {
  --tw-bg-opacity: 1;
  background-color: rgba(192, 132, 252, var(--tw-bg-opacity));
}

.active\:bg-purple-500:active {
  --tw-bg-opacity: 1;
  background-color: rgba(168, 85, 247, var(--tw-bg-opacity));
}

.active\:bg-purple-600:active {
  --tw-bg-opacity: 1;
  background-color: rgba(147, 51, 234, var(--tw-bg-opacity));
}

.active\:bg-purple-700:active {
  --tw-bg-opacity: 1;
  background-color: rgba(126, 34, 206, var(--tw-bg-opacity));
}

.active\:bg-purple-800:active {
  --tw-bg-opacity: 1;
  background-color: rgba(107, 33, 168, var(--tw-bg-opacity));
}

.active\:bg-purple-900:active {
  --tw-bg-opacity: 1;
  background-color: rgba(88, 28, 135, var(--tw-bg-opacity));
}

.active\:bg-registry-operations:active {
  background-color: var(--registry-operations);
}

.active\:bg-selected:active {
  background-color: var(--selected);
}

.active\:bg-surface-2xl:active {
  background-color: var(--surface-2xl);
}

.active\:bg-surface-base:active {
  background-color: var(--surface-base);
}

.active\:bg-surface-inner:active {
  background-color: var(--surface-inner);
}

.active\:bg-surface-lg:active {
  background-color: var(--surface-lg);
}

.active\:bg-surface-md:active {
  background-color: var(--surface-md);
}

.active\:bg-surface-xl:active {
  background-color: var(--surface-xl);
}

.active\:bg-text-and-icons:active {
  background-color: var(--text-and-icons);
}

.active\:bg-titles-and-attributes:active {
  background-color: var(--titles-and-attributes);
}

.active\:bg-black:active {
  --tw-bg-opacity: 1;
  background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
}

.active\:bg-white:active {
  --tw-bg-opacity: 1;
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
}

.active\:bg-rose-50:active {
  --tw-bg-opacity: 1;
  background-color: rgba(255, 241, 242, var(--tw-bg-opacity));
}

.active\:bg-rose-100:active {
  --tw-bg-opacity: 1;
  background-color: rgba(255, 228, 230, var(--tw-bg-opacity));
}

.active\:bg-rose-200:active {
  --tw-bg-opacity: 1;
  background-color: rgba(254, 205, 211, var(--tw-bg-opacity));
}

.active\:bg-rose-300:active {
  --tw-bg-opacity: 1;
  background-color: rgba(253, 164, 175, var(--tw-bg-opacity));
}

.active\:bg-rose-400:active {
  --tw-bg-opacity: 1;
  background-color: rgba(251, 113, 133, var(--tw-bg-opacity));
}

.active\:bg-rose-500:active {
  --tw-bg-opacity: 1;
  background-color: rgba(244, 63, 94, var(--tw-bg-opacity));
}

.active\:bg-rose-600:active {
  --tw-bg-opacity: 1;
  background-color: rgba(225, 29, 72, var(--tw-bg-opacity));
}

.active\:bg-rose-700:active {
  --tw-bg-opacity: 1;
  background-color: rgba(190, 18, 60, var(--tw-bg-opacity));
}

.active\:bg-rose-800:active {
  --tw-bg-opacity: 1;
  background-color: rgba(159, 18, 57, var(--tw-bg-opacity));
}

.active\:bg-rose-900:active {
  --tw-bg-opacity: 1;
  background-color: rgba(136, 19, 55, var(--tw-bg-opacity));
}

.active\:bg-pink-50:active {
  --tw-bg-opacity: 1;
  background-color: rgba(253, 242, 248, var(--tw-bg-opacity));
}

.active\:bg-pink-100:active {
  --tw-bg-opacity: 1;
  background-color: rgba(252, 231, 243, var(--tw-bg-opacity));
}

.active\:bg-pink-200:active {
  --tw-bg-opacity: 1;
  background-color: rgba(251, 207, 232, var(--tw-bg-opacity));
}

.active\:bg-pink-300:active {
  --tw-bg-opacity: 1;
  background-color: rgba(249, 168, 212, var(--tw-bg-opacity));
}

.active\:bg-pink-400:active {
  --tw-bg-opacity: 1;
  background-color: rgba(244, 114, 182, var(--tw-bg-opacity));
}

.active\:bg-pink-500:active {
  --tw-bg-opacity: 1;
  background-color: rgba(236, 72, 153, var(--tw-bg-opacity));
}

.active\:bg-pink-600:active {
  --tw-bg-opacity: 1;
  background-color: rgba(219, 39, 119, var(--tw-bg-opacity));
}

.active\:bg-pink-700:active {
  --tw-bg-opacity: 1;
  background-color: rgba(190, 24, 93, var(--tw-bg-opacity));
}

.active\:bg-pink-800:active {
  --tw-bg-opacity: 1;
  background-color: rgba(157, 23, 77, var(--tw-bg-opacity));
}

.active\:bg-pink-900:active {
  --tw-bg-opacity: 1;
  background-color: rgba(131, 24, 67, var(--tw-bg-opacity));
}

.active\:bg-fuchsia-50:active {
  --tw-bg-opacity: 1;
  background-color: rgba(253, 244, 255, var(--tw-bg-opacity));
}

.active\:bg-fuchsia-100:active {
  --tw-bg-opacity: 1;
  background-color: rgba(250, 232, 255, var(--tw-bg-opacity));
}

.active\:bg-fuchsia-200:active {
  --tw-bg-opacity: 1;
  background-color: rgba(245, 208, 254, var(--tw-bg-opacity));
}

.active\:bg-fuchsia-300:active {
  --tw-bg-opacity: 1;
  background-color: rgba(240, 171, 252, var(--tw-bg-opacity));
}

.active\:bg-fuchsia-400:active {
  --tw-bg-opacity: 1;
  background-color: rgba(232, 121, 249, var(--tw-bg-opacity));
}

.active\:bg-fuchsia-500:active {
  --tw-bg-opacity: 1;
  background-color: rgba(217, 70, 239, var(--tw-bg-opacity));
}

.active\:bg-fuchsia-600:active {
  --tw-bg-opacity: 1;
  background-color: rgba(192, 38, 211, var(--tw-bg-opacity));
}

.active\:bg-fuchsia-700:active {
  --tw-bg-opacity: 1;
  background-color: rgba(162, 28, 175, var(--tw-bg-opacity));
}

.active\:bg-fuchsia-800:active {
  --tw-bg-opacity: 1;
  background-color: rgba(134, 25, 143, var(--tw-bg-opacity));
}

.active\:bg-fuchsia-900:active {
  --tw-bg-opacity: 1;
  background-color: rgba(112, 26, 117, var(--tw-bg-opacity));
}

.active\:bg-violet-50:active {
  --tw-bg-opacity: 1;
  background-color: rgba(245, 243, 255, var(--tw-bg-opacity));
}

.active\:bg-violet-100:active {
  --tw-bg-opacity: 1;
  background-color: rgba(237, 233, 254, var(--tw-bg-opacity));
}

.active\:bg-violet-200:active {
  --tw-bg-opacity: 1;
  background-color: rgba(221, 214, 254, var(--tw-bg-opacity));
}

.active\:bg-violet-300:active {
  --tw-bg-opacity: 1;
  background-color: rgba(196, 181, 253, var(--tw-bg-opacity));
}

.active\:bg-violet-400:active {
  --tw-bg-opacity: 1;
  background-color: rgba(167, 139, 250, var(--tw-bg-opacity));
}

.active\:bg-violet-500:active {
  --tw-bg-opacity: 1;
  background-color: rgba(139, 92, 246, var(--tw-bg-opacity));
}

.active\:bg-violet-600:active {
  --tw-bg-opacity: 1;
  background-color: rgba(124, 58, 237, var(--tw-bg-opacity));
}

.active\:bg-violet-700:active {
  --tw-bg-opacity: 1;
  background-color: rgba(109, 40, 217, var(--tw-bg-opacity));
}

.active\:bg-violet-800:active {
  --tw-bg-opacity: 1;
  background-color: rgba(91, 33, 182, var(--tw-bg-opacity));
}

.active\:bg-violet-900:active {
  --tw-bg-opacity: 1;
  background-color: rgba(76, 29, 149, var(--tw-bg-opacity));
}

.active\:bg-indigo-50:active {
  --tw-bg-opacity: 1;
  background-color: rgba(238, 242, 255, var(--tw-bg-opacity));
}

.active\:bg-indigo-100:active {
  --tw-bg-opacity: 1;
  background-color: rgba(224, 231, 255, var(--tw-bg-opacity));
}

.active\:bg-indigo-200:active {
  --tw-bg-opacity: 1;
  background-color: rgba(199, 210, 254, var(--tw-bg-opacity));
}

.active\:bg-indigo-300:active {
  --tw-bg-opacity: 1;
  background-color: rgba(165, 180, 252, var(--tw-bg-opacity));
}

.active\:bg-indigo-400:active {
  --tw-bg-opacity: 1;
  background-color: rgba(129, 140, 248, var(--tw-bg-opacity));
}

.active\:bg-indigo-500:active {
  --tw-bg-opacity: 1;
  background-color: rgba(99, 102, 241, var(--tw-bg-opacity));
}

.active\:bg-indigo-600:active {
  --tw-bg-opacity: 1;
  background-color: rgba(79, 70, 229, var(--tw-bg-opacity));
}

.active\:bg-indigo-700:active {
  --tw-bg-opacity: 1;
  background-color: rgba(67, 56, 202, var(--tw-bg-opacity));
}

.active\:bg-indigo-800:active {
  --tw-bg-opacity: 1;
  background-color: rgba(55, 48, 163, var(--tw-bg-opacity));
}

.active\:bg-indigo-900:active {
  --tw-bg-opacity: 1;
  background-color: rgba(49, 46, 129, var(--tw-bg-opacity));
}

.active\:bg-lightBlue-50:active {
  --tw-bg-opacity: 1;
  background-color: rgba(240, 249, 255, var(--tw-bg-opacity));
}

.active\:bg-lightBlue-100:active {
  --tw-bg-opacity: 1;
  background-color: rgba(224, 242, 254, var(--tw-bg-opacity));
}

.active\:bg-lightBlue-200:active {
  --tw-bg-opacity: 1;
  background-color: rgba(186, 230, 253, var(--tw-bg-opacity));
}

.active\:bg-lightBlue-300:active {
  --tw-bg-opacity: 1;
  background-color: rgba(125, 211, 252, var(--tw-bg-opacity));
}

.active\:bg-lightBlue-400:active {
  --tw-bg-opacity: 1;
  background-color: rgba(56, 189, 248, var(--tw-bg-opacity));
}

.active\:bg-lightBlue-500:active {
  --tw-bg-opacity: 1;
  background-color: rgba(14, 165, 233, var(--tw-bg-opacity));
}

.active\:bg-lightBlue-600:active {
  --tw-bg-opacity: 1;
  background-color: rgba(2, 132, 199, var(--tw-bg-opacity));
}

.active\:bg-lightBlue-700:active {
  --tw-bg-opacity: 1;
  background-color: rgba(3, 105, 161, var(--tw-bg-opacity));
}

.active\:bg-lightBlue-800:active {
  --tw-bg-opacity: 1;
  background-color: rgba(7, 89, 133, var(--tw-bg-opacity));
}

.active\:bg-lightBlue-900:active {
  --tw-bg-opacity: 1;
  background-color: rgba(12, 74, 110, var(--tw-bg-opacity));
}

.active\:bg-cyan-50:active {
  --tw-bg-opacity: 1;
  background-color: rgba(236, 254, 255, var(--tw-bg-opacity));
}

.active\:bg-cyan-100:active {
  --tw-bg-opacity: 1;
  background-color: rgba(207, 250, 254, var(--tw-bg-opacity));
}

.active\:bg-cyan-200:active {
  --tw-bg-opacity: 1;
  background-color: rgba(165, 243, 252, var(--tw-bg-opacity));
}

.active\:bg-cyan-300:active {
  --tw-bg-opacity: 1;
  background-color: rgba(103, 232, 249, var(--tw-bg-opacity));
}

.active\:bg-cyan-400:active {
  --tw-bg-opacity: 1;
  background-color: rgba(34, 211, 238, var(--tw-bg-opacity));
}

.active\:bg-cyan-500:active {
  --tw-bg-opacity: 1;
  background-color: rgba(6, 182, 212, var(--tw-bg-opacity));
}

.active\:bg-cyan-600:active {
  --tw-bg-opacity: 1;
  background-color: rgba(8, 145, 178, var(--tw-bg-opacity));
}

.active\:bg-cyan-700:active {
  --tw-bg-opacity: 1;
  background-color: rgba(14, 116, 144, var(--tw-bg-opacity));
}

.active\:bg-cyan-800:active {
  --tw-bg-opacity: 1;
  background-color: rgba(21, 94, 117, var(--tw-bg-opacity));
}

.active\:bg-cyan-900:active {
  --tw-bg-opacity: 1;
  background-color: rgba(22, 78, 99, var(--tw-bg-opacity));
}

.active\:bg-teal-50:active {
  --tw-bg-opacity: 1;
  background-color: rgba(240, 253, 250, var(--tw-bg-opacity));
}

.active\:bg-teal-100:active {
  --tw-bg-opacity: 1;
  background-color: rgba(204, 251, 241, var(--tw-bg-opacity));
}

.active\:bg-teal-200:active {
  --tw-bg-opacity: 1;
  background-color: rgba(153, 246, 228, var(--tw-bg-opacity));
}

.active\:bg-teal-300:active {
  --tw-bg-opacity: 1;
  background-color: rgba(94, 234, 212, var(--tw-bg-opacity));
}

.active\:bg-teal-400:active {
  --tw-bg-opacity: 1;
  background-color: rgba(45, 212, 191, var(--tw-bg-opacity));
}

.active\:bg-teal-500:active {
  --tw-bg-opacity: 1;
  background-color: rgba(20, 184, 166, var(--tw-bg-opacity));
}

.active\:bg-teal-600:active {
  --tw-bg-opacity: 1;
  background-color: rgba(13, 148, 136, var(--tw-bg-opacity));
}

.active\:bg-teal-700:active {
  --tw-bg-opacity: 1;
  background-color: rgba(15, 118, 110, var(--tw-bg-opacity));
}

.active\:bg-teal-800:active {
  --tw-bg-opacity: 1;
  background-color: rgba(17, 94, 89, var(--tw-bg-opacity));
}

.active\:bg-teal-900:active {
  --tw-bg-opacity: 1;
  background-color: rgba(19, 78, 74, var(--tw-bg-opacity));
}

.active\:bg-emerald-50:active {
  --tw-bg-opacity: 1;
  background-color: rgba(236, 253, 245, var(--tw-bg-opacity));
}

.active\:bg-emerald-100:active {
  --tw-bg-opacity: 1;
  background-color: rgba(209, 250, 229, var(--tw-bg-opacity));
}

.active\:bg-emerald-200:active {
  --tw-bg-opacity: 1;
  background-color: rgba(167, 243, 208, var(--tw-bg-opacity));
}

.active\:bg-emerald-300:active {
  --tw-bg-opacity: 1;
  background-color: rgba(110, 231, 183, var(--tw-bg-opacity));
}

.active\:bg-emerald-400:active {
  --tw-bg-opacity: 1;
  background-color: rgba(52, 211, 153, var(--tw-bg-opacity));
}

.active\:bg-emerald-500:active {
  --tw-bg-opacity: 1;
  background-color: rgba(16, 185, 129, var(--tw-bg-opacity));
}

.active\:bg-emerald-600:active {
  --tw-bg-opacity: 1;
  background-color: rgba(5, 150, 105, var(--tw-bg-opacity));
}

.active\:bg-emerald-700:active {
  --tw-bg-opacity: 1;
  background-color: rgba(4, 120, 87, var(--tw-bg-opacity));
}

.active\:bg-emerald-800:active {
  --tw-bg-opacity: 1;
  background-color: rgba(6, 95, 70, var(--tw-bg-opacity));
}

.active\:bg-emerald-900:active {
  --tw-bg-opacity: 1;
  background-color: rgba(6, 78, 59, var(--tw-bg-opacity));
}

.active\:bg-green-50:active {
  --tw-bg-opacity: 1;
  background-color: rgba(240, 253, 244, var(--tw-bg-opacity));
}

.active\:bg-green-100:active {
  --tw-bg-opacity: 1;
  background-color: rgba(220, 252, 231, var(--tw-bg-opacity));
}

.active\:bg-green-200:active {
  --tw-bg-opacity: 1;
  background-color: rgba(187, 247, 208, var(--tw-bg-opacity));
}

.active\:bg-green-300:active {
  --tw-bg-opacity: 1;
  background-color: rgba(134, 239, 172, var(--tw-bg-opacity));
}

.active\:bg-green-400:active {
  --tw-bg-opacity: 1;
  background-color: rgba(74, 222, 128, var(--tw-bg-opacity));
}

.active\:bg-green-500:active {
  --tw-bg-opacity: 1;
  background-color: rgba(34, 197, 94, var(--tw-bg-opacity));
}

.active\:bg-green-600:active {
  --tw-bg-opacity: 1;
  background-color: rgba(22, 163, 74, var(--tw-bg-opacity));
}

.active\:bg-green-700:active {
  --tw-bg-opacity: 1;
  background-color: rgba(21, 128, 61, var(--tw-bg-opacity));
}

.active\:bg-green-800:active {
  --tw-bg-opacity: 1;
  background-color: rgba(22, 101, 52, var(--tw-bg-opacity));
}

.active\:bg-green-900:active {
  --tw-bg-opacity: 1;
  background-color: rgba(20, 83, 45, var(--tw-bg-opacity));
}

.active\:bg-lime-50:active {
  --tw-bg-opacity: 1;
  background-color: rgba(247, 254, 231, var(--tw-bg-opacity));
}

.active\:bg-lime-100:active {
  --tw-bg-opacity: 1;
  background-color: rgba(236, 252, 203, var(--tw-bg-opacity));
}

.active\:bg-lime-200:active {
  --tw-bg-opacity: 1;
  background-color: rgba(217, 249, 157, var(--tw-bg-opacity));
}

.active\:bg-lime-300:active {
  --tw-bg-opacity: 1;
  background-color: rgba(190, 242, 100, var(--tw-bg-opacity));
}

.active\:bg-lime-400:active {
  --tw-bg-opacity: 1;
  background-color: rgba(163, 230, 53, var(--tw-bg-opacity));
}

.active\:bg-lime-500:active {
  --tw-bg-opacity: 1;
  background-color: rgba(132, 204, 22, var(--tw-bg-opacity));
}

.active\:bg-lime-600:active {
  --tw-bg-opacity: 1;
  background-color: rgba(101, 163, 13, var(--tw-bg-opacity));
}

.active\:bg-lime-700:active {
  --tw-bg-opacity: 1;
  background-color: rgba(77, 124, 15, var(--tw-bg-opacity));
}

.active\:bg-lime-800:active {
  --tw-bg-opacity: 1;
  background-color: rgba(63, 98, 18, var(--tw-bg-opacity));
}

.active\:bg-lime-900:active {
  --tw-bg-opacity: 1;
  background-color: rgba(54, 83, 20, var(--tw-bg-opacity));
}

.active\:bg-yellow-50:active {
  --tw-bg-opacity: 1;
  background-color: rgba(254, 252, 232, var(--tw-bg-opacity));
}

.active\:bg-yellow-100:active {
  --tw-bg-opacity: 1;
  background-color: rgba(254, 249, 195, var(--tw-bg-opacity));
}

.active\:bg-yellow-200:active {
  --tw-bg-opacity: 1;
  background-color: rgba(254, 240, 138, var(--tw-bg-opacity));
}

.active\:bg-yellow-300:active {
  --tw-bg-opacity: 1;
  background-color: rgba(253, 224, 71, var(--tw-bg-opacity));
}

.active\:bg-yellow-400:active {
  --tw-bg-opacity: 1;
  background-color: rgba(250, 204, 21, var(--tw-bg-opacity));
}

.active\:bg-yellow-500:active {
  --tw-bg-opacity: 1;
  background-color: rgba(234, 179, 8, var(--tw-bg-opacity));
}

.active\:bg-yellow-600:active {
  --tw-bg-opacity: 1;
  background-color: rgba(202, 138, 4, var(--tw-bg-opacity));
}

.active\:bg-yellow-700:active {
  --tw-bg-opacity: 1;
  background-color: rgba(161, 98, 7, var(--tw-bg-opacity));
}

.active\:bg-yellow-800:active {
  --tw-bg-opacity: 1;
  background-color: rgba(133, 77, 14, var(--tw-bg-opacity));
}

.active\:bg-yellow-900:active {
  --tw-bg-opacity: 1;
  background-color: rgba(113, 63, 18, var(--tw-bg-opacity));
}

.active\:bg-amber-50:active {
  --tw-bg-opacity: 1;
  background-color: rgba(255, 251, 235, var(--tw-bg-opacity));
}

.active\:bg-amber-100:active {
  --tw-bg-opacity: 1;
  background-color: rgba(254, 243, 199, var(--tw-bg-opacity));
}

.active\:bg-amber-200:active {
  --tw-bg-opacity: 1;
  background-color: rgba(253, 230, 138, var(--tw-bg-opacity));
}

.active\:bg-amber-300:active {
  --tw-bg-opacity: 1;
  background-color: rgba(252, 211, 77, var(--tw-bg-opacity));
}

.active\:bg-amber-400:active {
  --tw-bg-opacity: 1;
  background-color: rgba(251, 191, 36, var(--tw-bg-opacity));
}

.active\:bg-amber-500:active {
  --tw-bg-opacity: 1;
  background-color: rgba(245, 158, 11, var(--tw-bg-opacity));
}

.active\:bg-amber-600:active {
  --tw-bg-opacity: 1;
  background-color: rgba(217, 119, 6, var(--tw-bg-opacity));
}

.active\:bg-amber-700:active {
  --tw-bg-opacity: 1;
  background-color: rgba(180, 83, 9, var(--tw-bg-opacity));
}

.active\:bg-amber-800:active {
  --tw-bg-opacity: 1;
  background-color: rgba(146, 64, 14, var(--tw-bg-opacity));
}

.active\:bg-amber-900:active {
  --tw-bg-opacity: 1;
  background-color: rgba(120, 53, 15, var(--tw-bg-opacity));
}

.active\:bg-orange-50:active {
  --tw-bg-opacity: 1;
  background-color: rgba(255, 247, 237, var(--tw-bg-opacity));
}

.active\:bg-orange-100:active {
  --tw-bg-opacity: 1;
  background-color: rgba(255, 237, 213, var(--tw-bg-opacity));
}

.active\:bg-orange-200:active {
  --tw-bg-opacity: 1;
  background-color: rgba(254, 215, 170, var(--tw-bg-opacity));
}

.active\:bg-orange-300:active {
  --tw-bg-opacity: 1;
  background-color: rgba(253, 186, 116, var(--tw-bg-opacity));
}

.active\:bg-orange-400:active {
  --tw-bg-opacity: 1;
  background-color: rgba(251, 146, 60, var(--tw-bg-opacity));
}

.active\:bg-orange-500:active {
  --tw-bg-opacity: 1;
  background-color: rgba(249, 115, 22, var(--tw-bg-opacity));
}

.active\:bg-orange-600:active {
  --tw-bg-opacity: 1;
  background-color: rgba(234, 88, 12, var(--tw-bg-opacity));
}

.active\:bg-orange-700:active {
  --tw-bg-opacity: 1;
  background-color: rgba(194, 65, 12, var(--tw-bg-opacity));
}

.active\:bg-orange-800:active {
  --tw-bg-opacity: 1;
  background-color: rgba(154, 52, 18, var(--tw-bg-opacity));
}

.active\:bg-orange-900:active {
  --tw-bg-opacity: 1;
  background-color: rgba(124, 45, 18, var(--tw-bg-opacity));
}

.active\:bg-red-50:active {
  --tw-bg-opacity: 1;
  background-color: rgba(254, 242, 242, var(--tw-bg-opacity));
}

.active\:bg-red-100:active {
  --tw-bg-opacity: 1;
  background-color: rgba(254, 226, 226, var(--tw-bg-opacity));
}

.active\:bg-red-200:active {
  --tw-bg-opacity: 1;
  background-color: rgba(254, 202, 202, var(--tw-bg-opacity));
}

.active\:bg-red-300:active {
  --tw-bg-opacity: 1;
  background-color: rgba(252, 165, 165, var(--tw-bg-opacity));
}

.active\:bg-red-400:active {
  --tw-bg-opacity: 1;
  background-color: rgba(248, 113, 113, var(--tw-bg-opacity));
}

.active\:bg-red-500:active {
  --tw-bg-opacity: 1;
  background-color: rgba(239, 68, 68, var(--tw-bg-opacity));
}

.active\:bg-red-600:active {
  --tw-bg-opacity: 1;
  background-color: rgba(220, 38, 38, var(--tw-bg-opacity));
}

.active\:bg-red-700:active {
  --tw-bg-opacity: 1;
  background-color: rgba(185, 28, 28, var(--tw-bg-opacity));
}

.active\:bg-red-800:active {
  --tw-bg-opacity: 1;
  background-color: rgba(153, 27, 27, var(--tw-bg-opacity));
}

.active\:bg-red-900:active {
  --tw-bg-opacity: 1;
  background-color: rgba(127, 29, 29, var(--tw-bg-opacity));
}

.active\:bg-warmGray-50:active {
  --tw-bg-opacity: 1;
  background-color: rgba(250, 250, 249, var(--tw-bg-opacity));
}

.active\:bg-warmGray-100:active {
  --tw-bg-opacity: 1;
  background-color: rgba(245, 245, 244, var(--tw-bg-opacity));
}

.active\:bg-warmGray-200:active {
  --tw-bg-opacity: 1;
  background-color: rgba(231, 229, 228, var(--tw-bg-opacity));
}

.active\:bg-warmGray-300:active {
  --tw-bg-opacity: 1;
  background-color: rgba(214, 211, 209, var(--tw-bg-opacity));
}

.active\:bg-warmGray-400:active {
  --tw-bg-opacity: 1;
  background-color: rgba(168, 162, 158, var(--tw-bg-opacity));
}

.active\:bg-warmGray-500:active {
  --tw-bg-opacity: 1;
  background-color: rgba(120, 113, 108, var(--tw-bg-opacity));
}

.active\:bg-warmGray-600:active {
  --tw-bg-opacity: 1;
  background-color: rgba(87, 83, 78, var(--tw-bg-opacity));
}

.active\:bg-warmGray-700:active {
  --tw-bg-opacity: 1;
  background-color: rgba(68, 64, 60, var(--tw-bg-opacity));
}

.active\:bg-warmGray-800:active {
  --tw-bg-opacity: 1;
  background-color: rgba(41, 37, 36, var(--tw-bg-opacity));
}

.active\:bg-warmGray-900:active {
  --tw-bg-opacity: 1;
  background-color: rgba(28, 25, 23, var(--tw-bg-opacity));
}

.active\:bg-trueGray-50:active {
  --tw-bg-opacity: 1;
  background-color: rgba(250, 250, 250, var(--tw-bg-opacity));
}

.active\:bg-trueGray-100:active {
  --tw-bg-opacity: 1;
  background-color: rgba(245, 245, 245, var(--tw-bg-opacity));
}

.active\:bg-trueGray-200:active {
  --tw-bg-opacity: 1;
  background-color: rgba(229, 229, 229, var(--tw-bg-opacity));
}

.active\:bg-trueGray-300:active {
  --tw-bg-opacity: 1;
  background-color: rgba(212, 212, 212, var(--tw-bg-opacity));
}

.active\:bg-trueGray-400:active {
  --tw-bg-opacity: 1;
  background-color: rgba(163, 163, 163, var(--tw-bg-opacity));
}

.active\:bg-trueGray-500:active {
  --tw-bg-opacity: 1;
  background-color: rgba(115, 115, 115, var(--tw-bg-opacity));
}

.active\:bg-trueGray-600:active {
  --tw-bg-opacity: 1;
  background-color: rgba(82, 82, 82, var(--tw-bg-opacity));
}

.active\:bg-trueGray-700:active {
  --tw-bg-opacity: 1;
  background-color: rgba(64, 64, 64, var(--tw-bg-opacity));
}

.active\:bg-trueGray-800:active {
  --tw-bg-opacity: 1;
  background-color: rgba(38, 38, 38, var(--tw-bg-opacity));
}

.active\:bg-trueGray-900:active {
  --tw-bg-opacity: 1;
  background-color: rgba(23, 23, 23, var(--tw-bg-opacity));
}

.active\:bg-gray-50:active {
  --tw-bg-opacity: 1;
  background-color: rgba(250, 250, 250, var(--tw-bg-opacity));
}

.active\:bg-gray-100:active {
  --tw-bg-opacity: 1;
  background-color: rgba(244, 244, 245, var(--tw-bg-opacity));
}

.active\:bg-gray-200:active {
  --tw-bg-opacity: 1;
  background-color: rgba(228, 228, 231, var(--tw-bg-opacity));
}

.active\:bg-gray-300:active {
  --tw-bg-opacity: 1;
  background-color: rgba(212, 212, 216, var(--tw-bg-opacity));
}

.active\:bg-gray-400:active {
  --tw-bg-opacity: 1;
  background-color: rgba(161, 161, 170, var(--tw-bg-opacity));
}

.active\:bg-gray-500:active {
  --tw-bg-opacity: 1;
  background-color: rgba(113, 113, 122, var(--tw-bg-opacity));
}

.active\:bg-gray-600:active {
  --tw-bg-opacity: 1;
  background-color: rgba(82, 82, 91, var(--tw-bg-opacity));
}

.active\:bg-gray-700:active {
  --tw-bg-opacity: 1;
  background-color: rgba(63, 63, 70, var(--tw-bg-opacity));
}

.active\:bg-gray-800:active {
  --tw-bg-opacity: 1;
  background-color: rgba(39, 39, 42, var(--tw-bg-opacity));
}

.active\:bg-gray-900:active {
  --tw-bg-opacity: 1;
  background-color: rgba(24, 24, 27, var(--tw-bg-opacity));
}

.active\:bg-coolGray-50:active {
  --tw-bg-opacity: 1;
  background-color: rgba(249, 250, 251, var(--tw-bg-opacity));
}

.active\:bg-coolGray-100:active {
  --tw-bg-opacity: 1;
  background-color: rgba(243, 244, 246, var(--tw-bg-opacity));
}

.active\:bg-coolGray-200:active {
  --tw-bg-opacity: 1;
  background-color: rgba(229, 231, 235, var(--tw-bg-opacity));
}

.active\:bg-coolGray-300:active {
  --tw-bg-opacity: 1;
  background-color: rgba(209, 213, 219, var(--tw-bg-opacity));
}

.active\:bg-coolGray-400:active {
  --tw-bg-opacity: 1;
  background-color: rgba(156, 163, 175, var(--tw-bg-opacity));
}

.active\:bg-coolGray-500:active {
  --tw-bg-opacity: 1;
  background-color: rgba(107, 114, 128, var(--tw-bg-opacity));
}

.active\:bg-coolGray-600:active {
  --tw-bg-opacity: 1;
  background-color: rgba(75, 85, 99, var(--tw-bg-opacity));
}

.active\:bg-coolGray-700:active {
  --tw-bg-opacity: 1;
  background-color: rgba(55, 65, 81, var(--tw-bg-opacity));
}

.active\:bg-coolGray-800:active {
  --tw-bg-opacity: 1;
  background-color: rgba(31, 41, 55, var(--tw-bg-opacity));
}

.active\:bg-coolGray-900:active {
  --tw-bg-opacity: 1;
  background-color: rgba(17, 24, 39, var(--tw-bg-opacity));
}

.active\:bg-blueGray-50:active {
  --tw-bg-opacity: 1;
  background-color: rgba(248, 250, 252, var(--tw-bg-opacity));
}

.active\:bg-blueGray-100:active {
  --tw-bg-opacity: 1;
  background-color: rgba(241, 245, 249, var(--tw-bg-opacity));
}

.active\:bg-blueGray-200:active {
  --tw-bg-opacity: 1;
  background-color: rgba(226, 232, 240, var(--tw-bg-opacity));
}

.active\:bg-blueGray-300:active {
  --tw-bg-opacity: 1;
  background-color: rgba(203, 213, 225, var(--tw-bg-opacity));
}

.active\:bg-blueGray-400:active {
  --tw-bg-opacity: 1;
  background-color: rgba(148, 163, 184, var(--tw-bg-opacity));
}

.active\:bg-blueGray-500:active {
  --tw-bg-opacity: 1;
  background-color: rgba(100, 116, 139, var(--tw-bg-opacity));
}

.active\:bg-blueGray-600:active {
  --tw-bg-opacity: 1;
  background-color: rgba(71, 85, 105, var(--tw-bg-opacity));
}

.active\:bg-blueGray-700:active {
  --tw-bg-opacity: 1;
  background-color: rgba(51, 65, 85, var(--tw-bg-opacity));
}

.active\:bg-blueGray-800:active {
  --tw-bg-opacity: 1;
  background-color: rgba(30, 41, 59, var(--tw-bg-opacity));
}

.active\:bg-blueGray-900:active {
  --tw-bg-opacity: 1;
  background-color: rgba(15, 23, 42, var(--tw-bg-opacity));
}

.disabled\:bg-current:disabled {
  background-color: currentColor;
}

.disabled\:bg-transparent:disabled {
  background-color: transparent;
}

.disabled\:bg-falcon:disabled {
  background-color: var(--falcon);
}

.disabled\:bg-basement:disabled {
  background-color: var(--basement);
}

.disabled\:bg-blue-50:disabled {
  --tw-bg-opacity: 1;
  background-color: rgba(239, 246, 255, var(--tw-bg-opacity));
}

.disabled\:bg-blue-100:disabled {
  --tw-bg-opacity: 1;
  background-color: rgba(219, 234, 254, var(--tw-bg-opacity));
}

.disabled\:bg-blue-200:disabled {
  --tw-bg-opacity: 1;
  background-color: rgba(191, 219, 254, var(--tw-bg-opacity));
}

.disabled\:bg-blue-300:disabled {
  --tw-bg-opacity: 1;
  background-color: rgba(147, 197, 253, var(--tw-bg-opacity));
}

.disabled\:bg-blue-400:disabled {
  --tw-bg-opacity: 1;
  background-color: rgba(96, 165, 250, var(--tw-bg-opacity));
}

.disabled\:bg-blue-500:disabled {
  --tw-bg-opacity: 1;
  background-color: rgba(59, 130, 246, var(--tw-bg-opacity));
}

.disabled\:bg-blue-600:disabled {
  --tw-bg-opacity: 1;
  background-color: rgba(37, 99, 235, var(--tw-bg-opacity));
}

.disabled\:bg-blue-700:disabled {
  --tw-bg-opacity: 1;
  background-color: rgba(29, 78, 216, var(--tw-bg-opacity));
}

.disabled\:bg-blue-800:disabled {
  --tw-bg-opacity: 1;
  background-color: rgba(30, 64, 175, var(--tw-bg-opacity));
}

.disabled\:bg-blue-900:disabled {
  --tw-bg-opacity: 1;
  background-color: rgba(30, 58, 138, var(--tw-bg-opacity));
}

.disabled\:bg-body-and-labels:disabled {
  background-color: var(--body-and-labels);
}

.disabled\:bg-brand:disabled {
  background-color: var(--brand);
}

.disabled\:bg-code-base-64:disabled {
  background-color: var(--code-base-64);
}

.disabled\:bg-code-bg:disabled {
  background-color: var(--code-bg);
}

.disabled\:bg-code-outline:disabled {
  background-color: var(--code-outline);
}

.disabled\:bg-code-text:disabled {
  background-color: var(--code-text);
}

.disabled\:bg-critical:disabled {
  background-color: var(--critical);
}

.disabled\:bg-destructive-hover:disabled {
  background-color: var(--destructive-hover);
}

.disabled\:bg-destructive-idle:disabled {
  background-color: var(--destructive-idle);
}

.disabled\:bg-destructive-pressed:disabled {
  background-color: var(--destructive-pressed);
}

.disabled\:bg-disabled:disabled {
  background-color: var(--disabled);
}

.disabled\:bg-disc-operations:disabled {
  background-color: var(--disc-operations);
}

.disabled\:bg-dns-requests:disabled {
  background-color: var(--dns-requests);
}

.disabled\:bg-focus:disabled {
  background-color: var(--focus);
}

.disabled\:bg-graph-1:disabled {
  background-color: var(--graph-1);
}

.disabled\:bg-graph-10:disabled {
  background-color: var(--graph-10);
}

.disabled\:bg-graph-11:disabled {
  background-color: var(--graph-11);
}

.disabled\:bg-graph-2:disabled {
  background-color: var(--graph-2);
}

.disabled\:bg-graph-3:disabled {
  background-color: var(--graph-3);
}

.disabled\:bg-graph-4:disabled {
  background-color: var(--graph-4);
}

.disabled\:bg-graph-5:disabled {
  background-color: var(--graph-5);
}

.disabled\:bg-graph-6:disabled {
  background-color: var(--graph-6);
}

.disabled\:bg-graph-7:disabled {
  background-color: var(--graph-7);
}

.disabled\:bg-graph-8:disabled {
  background-color: var(--graph-8);
}

.disabled\:bg-graph-9:disabled {
  background-color: var(--graph-9);
}

.disabled\:bg-graph-disabled:disabled {
  background-color: var(--graph-disabled);
}

.disabled\:bg-ground-floor:disabled {
  background-color: var(--ground-floor);
}

.disabled\:bg-high:disabled {
  background-color: var(--high);
}

.disabled\:bg-informational:disabled {
  background-color: var(--informational);
}

.disabled\:bg-lines-dark:disabled {
  background-color: var(--lines-dark);
}

.disabled\:bg-lines-light:disabled {
  background-color: var(--lines-light);
}

.disabled\:bg-low:disabled {
  background-color: var(--low);
}

.disabled\:bg-medium:disabled {
  background-color: var(--medium);
}

.disabled\:bg-mezzanine:disabled {
  background-color: var(--mezzanine);
}

.disabled\:bg-nav-text-and-icons:disabled {
  background-color: var(--nav-text-and-icons);
}

.disabled\:bg-nav-text-secondary:disabled {
  background-color: var(--nav-text-secondary);
}

.disabled\:bg-network-operations:disabled {
  background-color: var(--network-operations);
}

.disabled\:bg-normal-hover:disabled {
  background-color: var(--normal-hover);
}

.disabled\:bg-normal-idle:disabled {
  background-color: var(--normal-idle);
}

.disabled\:bg-normal-pressed:disabled {
  background-color: var(--normal-pressed);
}

.disabled\:bg-overlay-0\.5:disabled {
  background-color: var(--overlay-0\.5);
}

.disabled\:bg-overlay-1:disabled {
  background-color: var(--overlay-1);
}

.disabled\:bg-overlay-2:disabled {
  background-color: var(--overlay-2);
}

.disabled\:bg-positive:disabled {
  background-color: var(--positive);
}

.disabled\:bg-primary-hover:disabled {
  background-color: var(--primary-hover);
}

.disabled\:bg-primary-idle:disabled {
  background-color: var(--primary-idle);
}

.disabled\:bg-primary-pressed:disabled {
  background-color: var(--primary-pressed);
}

.disabled\:bg-process-operations:disabled {
  background-color: var(--process-operations);
}

.disabled\:bg-purple-50:disabled {
  --tw-bg-opacity: 1;
  background-color: rgba(250, 245, 255, var(--tw-bg-opacity));
}

.disabled\:bg-purple-100:disabled {
  --tw-bg-opacity: 1;
  background-color: rgba(243, 232, 255, var(--tw-bg-opacity));
}

.disabled\:bg-purple-200:disabled {
  --tw-bg-opacity: 1;
  background-color: rgba(233, 213, 255, var(--tw-bg-opacity));
}

.disabled\:bg-purple-300:disabled {
  --tw-bg-opacity: 1;
  background-color: rgba(216, 180, 254, var(--tw-bg-opacity));
}

.disabled\:bg-purple-400:disabled {
  --tw-bg-opacity: 1;
  background-color: rgba(192, 132, 252, var(--tw-bg-opacity));
}

.disabled\:bg-purple-500:disabled {
  --tw-bg-opacity: 1;
  background-color: rgba(168, 85, 247, var(--tw-bg-opacity));
}

.disabled\:bg-purple-600:disabled {
  --tw-bg-opacity: 1;
  background-color: rgba(147, 51, 234, var(--tw-bg-opacity));
}

.disabled\:bg-purple-700:disabled {
  --tw-bg-opacity: 1;
  background-color: rgba(126, 34, 206, var(--tw-bg-opacity));
}

.disabled\:bg-purple-800:disabled {
  --tw-bg-opacity: 1;
  background-color: rgba(107, 33, 168, var(--tw-bg-opacity));
}

.disabled\:bg-purple-900:disabled {
  --tw-bg-opacity: 1;
  background-color: rgba(88, 28, 135, var(--tw-bg-opacity));
}

.disabled\:bg-registry-operations:disabled {
  background-color: var(--registry-operations);
}

.disabled\:bg-selected:disabled {
  background-color: var(--selected);
}

.disabled\:bg-surface-2xl:disabled {
  background-color: var(--surface-2xl);
}

.disabled\:bg-surface-base:disabled {
  background-color: var(--surface-base);
}

.disabled\:bg-surface-inner:disabled {
  background-color: var(--surface-inner);
}

.disabled\:bg-surface-lg:disabled {
  background-color: var(--surface-lg);
}

.disabled\:bg-surface-md:disabled {
  background-color: var(--surface-md);
}

.disabled\:bg-surface-xl:disabled {
  background-color: var(--surface-xl);
}

.disabled\:bg-text-and-icons:disabled {
  background-color: var(--text-and-icons);
}

.disabled\:bg-titles-and-attributes:disabled {
  background-color: var(--titles-and-attributes);
}

.disabled\:bg-black:disabled {
  --tw-bg-opacity: 1;
  background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
}

.disabled\:bg-white:disabled {
  --tw-bg-opacity: 1;
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
}

.disabled\:bg-rose-50:disabled {
  --tw-bg-opacity: 1;
  background-color: rgba(255, 241, 242, var(--tw-bg-opacity));
}

.disabled\:bg-rose-100:disabled {
  --tw-bg-opacity: 1;
  background-color: rgba(255, 228, 230, var(--tw-bg-opacity));
}

.disabled\:bg-rose-200:disabled {
  --tw-bg-opacity: 1;
  background-color: rgba(254, 205, 211, var(--tw-bg-opacity));
}

.disabled\:bg-rose-300:disabled {
  --tw-bg-opacity: 1;
  background-color: rgba(253, 164, 175, var(--tw-bg-opacity));
}

.disabled\:bg-rose-400:disabled {
  --tw-bg-opacity: 1;
  background-color: rgba(251, 113, 133, var(--tw-bg-opacity));
}

.disabled\:bg-rose-500:disabled {
  --tw-bg-opacity: 1;
  background-color: rgba(244, 63, 94, var(--tw-bg-opacity));
}

.disabled\:bg-rose-600:disabled {
  --tw-bg-opacity: 1;
  background-color: rgba(225, 29, 72, var(--tw-bg-opacity));
}

.disabled\:bg-rose-700:disabled {
  --tw-bg-opacity: 1;
  background-color: rgba(190, 18, 60, var(--tw-bg-opacity));
}

.disabled\:bg-rose-800:disabled {
  --tw-bg-opacity: 1;
  background-color: rgba(159, 18, 57, var(--tw-bg-opacity));
}

.disabled\:bg-rose-900:disabled {
  --tw-bg-opacity: 1;
  background-color: rgba(136, 19, 55, var(--tw-bg-opacity));
}

.disabled\:bg-pink-50:disabled {
  --tw-bg-opacity: 1;
  background-color: rgba(253, 242, 248, var(--tw-bg-opacity));
}

.disabled\:bg-pink-100:disabled {
  --tw-bg-opacity: 1;
  background-color: rgba(252, 231, 243, var(--tw-bg-opacity));
}

.disabled\:bg-pink-200:disabled {
  --tw-bg-opacity: 1;
  background-color: rgba(251, 207, 232, var(--tw-bg-opacity));
}

.disabled\:bg-pink-300:disabled {
  --tw-bg-opacity: 1;
  background-color: rgba(249, 168, 212, var(--tw-bg-opacity));
}

.disabled\:bg-pink-400:disabled {
  --tw-bg-opacity: 1;
  background-color: rgba(244, 114, 182, var(--tw-bg-opacity));
}

.disabled\:bg-pink-500:disabled {
  --tw-bg-opacity: 1;
  background-color: rgba(236, 72, 153, var(--tw-bg-opacity));
}

.disabled\:bg-pink-600:disabled {
  --tw-bg-opacity: 1;
  background-color: rgba(219, 39, 119, var(--tw-bg-opacity));
}

.disabled\:bg-pink-700:disabled {
  --tw-bg-opacity: 1;
  background-color: rgba(190, 24, 93, var(--tw-bg-opacity));
}

.disabled\:bg-pink-800:disabled {
  --tw-bg-opacity: 1;
  background-color: rgba(157, 23, 77, var(--tw-bg-opacity));
}

.disabled\:bg-pink-900:disabled {
  --tw-bg-opacity: 1;
  background-color: rgba(131, 24, 67, var(--tw-bg-opacity));
}

.disabled\:bg-fuchsia-50:disabled {
  --tw-bg-opacity: 1;
  background-color: rgba(253, 244, 255, var(--tw-bg-opacity));
}

.disabled\:bg-fuchsia-100:disabled {
  --tw-bg-opacity: 1;
  background-color: rgba(250, 232, 255, var(--tw-bg-opacity));
}

.disabled\:bg-fuchsia-200:disabled {
  --tw-bg-opacity: 1;
  background-color: rgba(245, 208, 254, var(--tw-bg-opacity));
}

.disabled\:bg-fuchsia-300:disabled {
  --tw-bg-opacity: 1;
  background-color: rgba(240, 171, 252, var(--tw-bg-opacity));
}

.disabled\:bg-fuchsia-400:disabled {
  --tw-bg-opacity: 1;
  background-color: rgba(232, 121, 249, var(--tw-bg-opacity));
}

.disabled\:bg-fuchsia-500:disabled {
  --tw-bg-opacity: 1;
  background-color: rgba(217, 70, 239, var(--tw-bg-opacity));
}

.disabled\:bg-fuchsia-600:disabled {
  --tw-bg-opacity: 1;
  background-color: rgba(192, 38, 211, var(--tw-bg-opacity));
}

.disabled\:bg-fuchsia-700:disabled {
  --tw-bg-opacity: 1;
  background-color: rgba(162, 28, 175, var(--tw-bg-opacity));
}

.disabled\:bg-fuchsia-800:disabled {
  --tw-bg-opacity: 1;
  background-color: rgba(134, 25, 143, var(--tw-bg-opacity));
}

.disabled\:bg-fuchsia-900:disabled {
  --tw-bg-opacity: 1;
  background-color: rgba(112, 26, 117, var(--tw-bg-opacity));
}

.disabled\:bg-violet-50:disabled {
  --tw-bg-opacity: 1;
  background-color: rgba(245, 243, 255, var(--tw-bg-opacity));
}

.disabled\:bg-violet-100:disabled {
  --tw-bg-opacity: 1;
  background-color: rgba(237, 233, 254, var(--tw-bg-opacity));
}

.disabled\:bg-violet-200:disabled {
  --tw-bg-opacity: 1;
  background-color: rgba(221, 214, 254, var(--tw-bg-opacity));
}

.disabled\:bg-violet-300:disabled {
  --tw-bg-opacity: 1;
  background-color: rgba(196, 181, 253, var(--tw-bg-opacity));
}

.disabled\:bg-violet-400:disabled {
  --tw-bg-opacity: 1;
  background-color: rgba(167, 139, 250, var(--tw-bg-opacity));
}

.disabled\:bg-violet-500:disabled {
  --tw-bg-opacity: 1;
  background-color: rgba(139, 92, 246, var(--tw-bg-opacity));
}

.disabled\:bg-violet-600:disabled {
  --tw-bg-opacity: 1;
  background-color: rgba(124, 58, 237, var(--tw-bg-opacity));
}

.disabled\:bg-violet-700:disabled {
  --tw-bg-opacity: 1;
  background-color: rgba(109, 40, 217, var(--tw-bg-opacity));
}

.disabled\:bg-violet-800:disabled {
  --tw-bg-opacity: 1;
  background-color: rgba(91, 33, 182, var(--tw-bg-opacity));
}

.disabled\:bg-violet-900:disabled {
  --tw-bg-opacity: 1;
  background-color: rgba(76, 29, 149, var(--tw-bg-opacity));
}

.disabled\:bg-indigo-50:disabled {
  --tw-bg-opacity: 1;
  background-color: rgba(238, 242, 255, var(--tw-bg-opacity));
}

.disabled\:bg-indigo-100:disabled {
  --tw-bg-opacity: 1;
  background-color: rgba(224, 231, 255, var(--tw-bg-opacity));
}

.disabled\:bg-indigo-200:disabled {
  --tw-bg-opacity: 1;
  background-color: rgba(199, 210, 254, var(--tw-bg-opacity));
}

.disabled\:bg-indigo-300:disabled {
  --tw-bg-opacity: 1;
  background-color: rgba(165, 180, 252, var(--tw-bg-opacity));
}

.disabled\:bg-indigo-400:disabled {
  --tw-bg-opacity: 1;
  background-color: rgba(129, 140, 248, var(--tw-bg-opacity));
}

.disabled\:bg-indigo-500:disabled {
  --tw-bg-opacity: 1;
  background-color: rgba(99, 102, 241, var(--tw-bg-opacity));
}

.disabled\:bg-indigo-600:disabled {
  --tw-bg-opacity: 1;
  background-color: rgba(79, 70, 229, var(--tw-bg-opacity));
}

.disabled\:bg-indigo-700:disabled {
  --tw-bg-opacity: 1;
  background-color: rgba(67, 56, 202, var(--tw-bg-opacity));
}

.disabled\:bg-indigo-800:disabled {
  --tw-bg-opacity: 1;
  background-color: rgba(55, 48, 163, var(--tw-bg-opacity));
}

.disabled\:bg-indigo-900:disabled {
  --tw-bg-opacity: 1;
  background-color: rgba(49, 46, 129, var(--tw-bg-opacity));
}

.disabled\:bg-lightBlue-50:disabled {
  --tw-bg-opacity: 1;
  background-color: rgba(240, 249, 255, var(--tw-bg-opacity));
}

.disabled\:bg-lightBlue-100:disabled {
  --tw-bg-opacity: 1;
  background-color: rgba(224, 242, 254, var(--tw-bg-opacity));
}

.disabled\:bg-lightBlue-200:disabled {
  --tw-bg-opacity: 1;
  background-color: rgba(186, 230, 253, var(--tw-bg-opacity));
}

.disabled\:bg-lightBlue-300:disabled {
  --tw-bg-opacity: 1;
  background-color: rgba(125, 211, 252, var(--tw-bg-opacity));
}

.disabled\:bg-lightBlue-400:disabled {
  --tw-bg-opacity: 1;
  background-color: rgba(56, 189, 248, var(--tw-bg-opacity));
}

.disabled\:bg-lightBlue-500:disabled {
  --tw-bg-opacity: 1;
  background-color: rgba(14, 165, 233, var(--tw-bg-opacity));
}

.disabled\:bg-lightBlue-600:disabled {
  --tw-bg-opacity: 1;
  background-color: rgba(2, 132, 199, var(--tw-bg-opacity));
}

.disabled\:bg-lightBlue-700:disabled {
  --tw-bg-opacity: 1;
  background-color: rgba(3, 105, 161, var(--tw-bg-opacity));
}

.disabled\:bg-lightBlue-800:disabled {
  --tw-bg-opacity: 1;
  background-color: rgba(7, 89, 133, var(--tw-bg-opacity));
}

.disabled\:bg-lightBlue-900:disabled {
  --tw-bg-opacity: 1;
  background-color: rgba(12, 74, 110, var(--tw-bg-opacity));
}

.disabled\:bg-cyan-50:disabled {
  --tw-bg-opacity: 1;
  background-color: rgba(236, 254, 255, var(--tw-bg-opacity));
}

.disabled\:bg-cyan-100:disabled {
  --tw-bg-opacity: 1;
  background-color: rgba(207, 250, 254, var(--tw-bg-opacity));
}

.disabled\:bg-cyan-200:disabled {
  --tw-bg-opacity: 1;
  background-color: rgba(165, 243, 252, var(--tw-bg-opacity));
}

.disabled\:bg-cyan-300:disabled {
  --tw-bg-opacity: 1;
  background-color: rgba(103, 232, 249, var(--tw-bg-opacity));
}

.disabled\:bg-cyan-400:disabled {
  --tw-bg-opacity: 1;
  background-color: rgba(34, 211, 238, var(--tw-bg-opacity));
}

.disabled\:bg-cyan-500:disabled {
  --tw-bg-opacity: 1;
  background-color: rgba(6, 182, 212, var(--tw-bg-opacity));
}

.disabled\:bg-cyan-600:disabled {
  --tw-bg-opacity: 1;
  background-color: rgba(8, 145, 178, var(--tw-bg-opacity));
}

.disabled\:bg-cyan-700:disabled {
  --tw-bg-opacity: 1;
  background-color: rgba(14, 116, 144, var(--tw-bg-opacity));
}

.disabled\:bg-cyan-800:disabled {
  --tw-bg-opacity: 1;
  background-color: rgba(21, 94, 117, var(--tw-bg-opacity));
}

.disabled\:bg-cyan-900:disabled {
  --tw-bg-opacity: 1;
  background-color: rgba(22, 78, 99, var(--tw-bg-opacity));
}

.disabled\:bg-teal-50:disabled {
  --tw-bg-opacity: 1;
  background-color: rgba(240, 253, 250, var(--tw-bg-opacity));
}

.disabled\:bg-teal-100:disabled {
  --tw-bg-opacity: 1;
  background-color: rgba(204, 251, 241, var(--tw-bg-opacity));
}

.disabled\:bg-teal-200:disabled {
  --tw-bg-opacity: 1;
  background-color: rgba(153, 246, 228, var(--tw-bg-opacity));
}

.disabled\:bg-teal-300:disabled {
  --tw-bg-opacity: 1;
  background-color: rgba(94, 234, 212, var(--tw-bg-opacity));
}

.disabled\:bg-teal-400:disabled {
  --tw-bg-opacity: 1;
  background-color: rgba(45, 212, 191, var(--tw-bg-opacity));
}

.disabled\:bg-teal-500:disabled {
  --tw-bg-opacity: 1;
  background-color: rgba(20, 184, 166, var(--tw-bg-opacity));
}

.disabled\:bg-teal-600:disabled {
  --tw-bg-opacity: 1;
  background-color: rgba(13, 148, 136, var(--tw-bg-opacity));
}

.disabled\:bg-teal-700:disabled {
  --tw-bg-opacity: 1;
  background-color: rgba(15, 118, 110, var(--tw-bg-opacity));
}

.disabled\:bg-teal-800:disabled {
  --tw-bg-opacity: 1;
  background-color: rgba(17, 94, 89, var(--tw-bg-opacity));
}

.disabled\:bg-teal-900:disabled {
  --tw-bg-opacity: 1;
  background-color: rgba(19, 78, 74, var(--tw-bg-opacity));
}

.disabled\:bg-emerald-50:disabled {
  --tw-bg-opacity: 1;
  background-color: rgba(236, 253, 245, var(--tw-bg-opacity));
}

.disabled\:bg-emerald-100:disabled {
  --tw-bg-opacity: 1;
  background-color: rgba(209, 250, 229, var(--tw-bg-opacity));
}

.disabled\:bg-emerald-200:disabled {
  --tw-bg-opacity: 1;
  background-color: rgba(167, 243, 208, var(--tw-bg-opacity));
}

.disabled\:bg-emerald-300:disabled {
  --tw-bg-opacity: 1;
  background-color: rgba(110, 231, 183, var(--tw-bg-opacity));
}

.disabled\:bg-emerald-400:disabled {
  --tw-bg-opacity: 1;
  background-color: rgba(52, 211, 153, var(--tw-bg-opacity));
}

.disabled\:bg-emerald-500:disabled {
  --tw-bg-opacity: 1;
  background-color: rgba(16, 185, 129, var(--tw-bg-opacity));
}

.disabled\:bg-emerald-600:disabled {
  --tw-bg-opacity: 1;
  background-color: rgba(5, 150, 105, var(--tw-bg-opacity));
}

.disabled\:bg-emerald-700:disabled {
  --tw-bg-opacity: 1;
  background-color: rgba(4, 120, 87, var(--tw-bg-opacity));
}

.disabled\:bg-emerald-800:disabled {
  --tw-bg-opacity: 1;
  background-color: rgba(6, 95, 70, var(--tw-bg-opacity));
}

.disabled\:bg-emerald-900:disabled {
  --tw-bg-opacity: 1;
  background-color: rgba(6, 78, 59, var(--tw-bg-opacity));
}

.disabled\:bg-green-50:disabled {
  --tw-bg-opacity: 1;
  background-color: rgba(240, 253, 244, var(--tw-bg-opacity));
}

.disabled\:bg-green-100:disabled {
  --tw-bg-opacity: 1;
  background-color: rgba(220, 252, 231, var(--tw-bg-opacity));
}

.disabled\:bg-green-200:disabled {
  --tw-bg-opacity: 1;
  background-color: rgba(187, 247, 208, var(--tw-bg-opacity));
}

.disabled\:bg-green-300:disabled {
  --tw-bg-opacity: 1;
  background-color: rgba(134, 239, 172, var(--tw-bg-opacity));
}

.disabled\:bg-green-400:disabled {
  --tw-bg-opacity: 1;
  background-color: rgba(74, 222, 128, var(--tw-bg-opacity));
}

.disabled\:bg-green-500:disabled {
  --tw-bg-opacity: 1;
  background-color: rgba(34, 197, 94, var(--tw-bg-opacity));
}

.disabled\:bg-green-600:disabled {
  --tw-bg-opacity: 1;
  background-color: rgba(22, 163, 74, var(--tw-bg-opacity));
}

.disabled\:bg-green-700:disabled {
  --tw-bg-opacity: 1;
  background-color: rgba(21, 128, 61, var(--tw-bg-opacity));
}

.disabled\:bg-green-800:disabled {
  --tw-bg-opacity: 1;
  background-color: rgba(22, 101, 52, var(--tw-bg-opacity));
}

.disabled\:bg-green-900:disabled {
  --tw-bg-opacity: 1;
  background-color: rgba(20, 83, 45, var(--tw-bg-opacity));
}

.disabled\:bg-lime-50:disabled {
  --tw-bg-opacity: 1;
  background-color: rgba(247, 254, 231, var(--tw-bg-opacity));
}

.disabled\:bg-lime-100:disabled {
  --tw-bg-opacity: 1;
  background-color: rgba(236, 252, 203, var(--tw-bg-opacity));
}

.disabled\:bg-lime-200:disabled {
  --tw-bg-opacity: 1;
  background-color: rgba(217, 249, 157, var(--tw-bg-opacity));
}

.disabled\:bg-lime-300:disabled {
  --tw-bg-opacity: 1;
  background-color: rgba(190, 242, 100, var(--tw-bg-opacity));
}

.disabled\:bg-lime-400:disabled {
  --tw-bg-opacity: 1;
  background-color: rgba(163, 230, 53, var(--tw-bg-opacity));
}

.disabled\:bg-lime-500:disabled {
  --tw-bg-opacity: 1;
  background-color: rgba(132, 204, 22, var(--tw-bg-opacity));
}

.disabled\:bg-lime-600:disabled {
  --tw-bg-opacity: 1;
  background-color: rgba(101, 163, 13, var(--tw-bg-opacity));
}

.disabled\:bg-lime-700:disabled {
  --tw-bg-opacity: 1;
  background-color: rgba(77, 124, 15, var(--tw-bg-opacity));
}

.disabled\:bg-lime-800:disabled {
  --tw-bg-opacity: 1;
  background-color: rgba(63, 98, 18, var(--tw-bg-opacity));
}

.disabled\:bg-lime-900:disabled {
  --tw-bg-opacity: 1;
  background-color: rgba(54, 83, 20, var(--tw-bg-opacity));
}

.disabled\:bg-yellow-50:disabled {
  --tw-bg-opacity: 1;
  background-color: rgba(254, 252, 232, var(--tw-bg-opacity));
}

.disabled\:bg-yellow-100:disabled {
  --tw-bg-opacity: 1;
  background-color: rgba(254, 249, 195, var(--tw-bg-opacity));
}

.disabled\:bg-yellow-200:disabled {
  --tw-bg-opacity: 1;
  background-color: rgba(254, 240, 138, var(--tw-bg-opacity));
}

.disabled\:bg-yellow-300:disabled {
  --tw-bg-opacity: 1;
  background-color: rgba(253, 224, 71, var(--tw-bg-opacity));
}

.disabled\:bg-yellow-400:disabled {
  --tw-bg-opacity: 1;
  background-color: rgba(250, 204, 21, var(--tw-bg-opacity));
}

.disabled\:bg-yellow-500:disabled {
  --tw-bg-opacity: 1;
  background-color: rgba(234, 179, 8, var(--tw-bg-opacity));
}

.disabled\:bg-yellow-600:disabled {
  --tw-bg-opacity: 1;
  background-color: rgba(202, 138, 4, var(--tw-bg-opacity));
}

.disabled\:bg-yellow-700:disabled {
  --tw-bg-opacity: 1;
  background-color: rgba(161, 98, 7, var(--tw-bg-opacity));
}

.disabled\:bg-yellow-800:disabled {
  --tw-bg-opacity: 1;
  background-color: rgba(133, 77, 14, var(--tw-bg-opacity));
}

.disabled\:bg-yellow-900:disabled {
  --tw-bg-opacity: 1;
  background-color: rgba(113, 63, 18, var(--tw-bg-opacity));
}

.disabled\:bg-amber-50:disabled {
  --tw-bg-opacity: 1;
  background-color: rgba(255, 251, 235, var(--tw-bg-opacity));
}

.disabled\:bg-amber-100:disabled {
  --tw-bg-opacity: 1;
  background-color: rgba(254, 243, 199, var(--tw-bg-opacity));
}

.disabled\:bg-amber-200:disabled {
  --tw-bg-opacity: 1;
  background-color: rgba(253, 230, 138, var(--tw-bg-opacity));
}

.disabled\:bg-amber-300:disabled {
  --tw-bg-opacity: 1;
  background-color: rgba(252, 211, 77, var(--tw-bg-opacity));
}

.disabled\:bg-amber-400:disabled {
  --tw-bg-opacity: 1;
  background-color: rgba(251, 191, 36, var(--tw-bg-opacity));
}

.disabled\:bg-amber-500:disabled {
  --tw-bg-opacity: 1;
  background-color: rgba(245, 158, 11, var(--tw-bg-opacity));
}

.disabled\:bg-amber-600:disabled {
  --tw-bg-opacity: 1;
  background-color: rgba(217, 119, 6, var(--tw-bg-opacity));
}

.disabled\:bg-amber-700:disabled {
  --tw-bg-opacity: 1;
  background-color: rgba(180, 83, 9, var(--tw-bg-opacity));
}

.disabled\:bg-amber-800:disabled {
  --tw-bg-opacity: 1;
  background-color: rgba(146, 64, 14, var(--tw-bg-opacity));
}

.disabled\:bg-amber-900:disabled {
  --tw-bg-opacity: 1;
  background-color: rgba(120, 53, 15, var(--tw-bg-opacity));
}

.disabled\:bg-orange-50:disabled {
  --tw-bg-opacity: 1;
  background-color: rgba(255, 247, 237, var(--tw-bg-opacity));
}

.disabled\:bg-orange-100:disabled {
  --tw-bg-opacity: 1;
  background-color: rgba(255, 237, 213, var(--tw-bg-opacity));
}

.disabled\:bg-orange-200:disabled {
  --tw-bg-opacity: 1;
  background-color: rgba(254, 215, 170, var(--tw-bg-opacity));
}

.disabled\:bg-orange-300:disabled {
  --tw-bg-opacity: 1;
  background-color: rgba(253, 186, 116, var(--tw-bg-opacity));
}

.disabled\:bg-orange-400:disabled {
  --tw-bg-opacity: 1;
  background-color: rgba(251, 146, 60, var(--tw-bg-opacity));
}

.disabled\:bg-orange-500:disabled {
  --tw-bg-opacity: 1;
  background-color: rgba(249, 115, 22, var(--tw-bg-opacity));
}

.disabled\:bg-orange-600:disabled {
  --tw-bg-opacity: 1;
  background-color: rgba(234, 88, 12, var(--tw-bg-opacity));
}

.disabled\:bg-orange-700:disabled {
  --tw-bg-opacity: 1;
  background-color: rgba(194, 65, 12, var(--tw-bg-opacity));
}

.disabled\:bg-orange-800:disabled {
  --tw-bg-opacity: 1;
  background-color: rgba(154, 52, 18, var(--tw-bg-opacity));
}

.disabled\:bg-orange-900:disabled {
  --tw-bg-opacity: 1;
  background-color: rgba(124, 45, 18, var(--tw-bg-opacity));
}

.disabled\:bg-red-50:disabled {
  --tw-bg-opacity: 1;
  background-color: rgba(254, 242, 242, var(--tw-bg-opacity));
}

.disabled\:bg-red-100:disabled {
  --tw-bg-opacity: 1;
  background-color: rgba(254, 226, 226, var(--tw-bg-opacity));
}

.disabled\:bg-red-200:disabled {
  --tw-bg-opacity: 1;
  background-color: rgba(254, 202, 202, var(--tw-bg-opacity));
}

.disabled\:bg-red-300:disabled {
  --tw-bg-opacity: 1;
  background-color: rgba(252, 165, 165, var(--tw-bg-opacity));
}

.disabled\:bg-red-400:disabled {
  --tw-bg-opacity: 1;
  background-color: rgba(248, 113, 113, var(--tw-bg-opacity));
}

.disabled\:bg-red-500:disabled {
  --tw-bg-opacity: 1;
  background-color: rgba(239, 68, 68, var(--tw-bg-opacity));
}

.disabled\:bg-red-600:disabled {
  --tw-bg-opacity: 1;
  background-color: rgba(220, 38, 38, var(--tw-bg-opacity));
}

.disabled\:bg-red-700:disabled {
  --tw-bg-opacity: 1;
  background-color: rgba(185, 28, 28, var(--tw-bg-opacity));
}

.disabled\:bg-red-800:disabled {
  --tw-bg-opacity: 1;
  background-color: rgba(153, 27, 27, var(--tw-bg-opacity));
}

.disabled\:bg-red-900:disabled {
  --tw-bg-opacity: 1;
  background-color: rgba(127, 29, 29, var(--tw-bg-opacity));
}

.disabled\:bg-warmGray-50:disabled {
  --tw-bg-opacity: 1;
  background-color: rgba(250, 250, 249, var(--tw-bg-opacity));
}

.disabled\:bg-warmGray-100:disabled {
  --tw-bg-opacity: 1;
  background-color: rgba(245, 245, 244, var(--tw-bg-opacity));
}

.disabled\:bg-warmGray-200:disabled {
  --tw-bg-opacity: 1;
  background-color: rgba(231, 229, 228, var(--tw-bg-opacity));
}

.disabled\:bg-warmGray-300:disabled {
  --tw-bg-opacity: 1;
  background-color: rgba(214, 211, 209, var(--tw-bg-opacity));
}

.disabled\:bg-warmGray-400:disabled {
  --tw-bg-opacity: 1;
  background-color: rgba(168, 162, 158, var(--tw-bg-opacity));
}

.disabled\:bg-warmGray-500:disabled {
  --tw-bg-opacity: 1;
  background-color: rgba(120, 113, 108, var(--tw-bg-opacity));
}

.disabled\:bg-warmGray-600:disabled {
  --tw-bg-opacity: 1;
  background-color: rgba(87, 83, 78, var(--tw-bg-opacity));
}

.disabled\:bg-warmGray-700:disabled {
  --tw-bg-opacity: 1;
  background-color: rgba(68, 64, 60, var(--tw-bg-opacity));
}

.disabled\:bg-warmGray-800:disabled {
  --tw-bg-opacity: 1;
  background-color: rgba(41, 37, 36, var(--tw-bg-opacity));
}

.disabled\:bg-warmGray-900:disabled {
  --tw-bg-opacity: 1;
  background-color: rgba(28, 25, 23, var(--tw-bg-opacity));
}

.disabled\:bg-trueGray-50:disabled {
  --tw-bg-opacity: 1;
  background-color: rgba(250, 250, 250, var(--tw-bg-opacity));
}

.disabled\:bg-trueGray-100:disabled {
  --tw-bg-opacity: 1;
  background-color: rgba(245, 245, 245, var(--tw-bg-opacity));
}

.disabled\:bg-trueGray-200:disabled {
  --tw-bg-opacity: 1;
  background-color: rgba(229, 229, 229, var(--tw-bg-opacity));
}

.disabled\:bg-trueGray-300:disabled {
  --tw-bg-opacity: 1;
  background-color: rgba(212, 212, 212, var(--tw-bg-opacity));
}

.disabled\:bg-trueGray-400:disabled {
  --tw-bg-opacity: 1;
  background-color: rgba(163, 163, 163, var(--tw-bg-opacity));
}

.disabled\:bg-trueGray-500:disabled {
  --tw-bg-opacity: 1;
  background-color: rgba(115, 115, 115, var(--tw-bg-opacity));
}

.disabled\:bg-trueGray-600:disabled {
  --tw-bg-opacity: 1;
  background-color: rgba(82, 82, 82, var(--tw-bg-opacity));
}

.disabled\:bg-trueGray-700:disabled {
  --tw-bg-opacity: 1;
  background-color: rgba(64, 64, 64, var(--tw-bg-opacity));
}

.disabled\:bg-trueGray-800:disabled {
  --tw-bg-opacity: 1;
  background-color: rgba(38, 38, 38, var(--tw-bg-opacity));
}

.disabled\:bg-trueGray-900:disabled {
  --tw-bg-opacity: 1;
  background-color: rgba(23, 23, 23, var(--tw-bg-opacity));
}

.disabled\:bg-gray-50:disabled {
  --tw-bg-opacity: 1;
  background-color: rgba(250, 250, 250, var(--tw-bg-opacity));
}

.disabled\:bg-gray-100:disabled {
  --tw-bg-opacity: 1;
  background-color: rgba(244, 244, 245, var(--tw-bg-opacity));
}

.disabled\:bg-gray-200:disabled {
  --tw-bg-opacity: 1;
  background-color: rgba(228, 228, 231, var(--tw-bg-opacity));
}

.disabled\:bg-gray-300:disabled {
  --tw-bg-opacity: 1;
  background-color: rgba(212, 212, 216, var(--tw-bg-opacity));
}

.disabled\:bg-gray-400:disabled {
  --tw-bg-opacity: 1;
  background-color: rgba(161, 161, 170, var(--tw-bg-opacity));
}

.disabled\:bg-gray-500:disabled {
  --tw-bg-opacity: 1;
  background-color: rgba(113, 113, 122, var(--tw-bg-opacity));
}

.disabled\:bg-gray-600:disabled {
  --tw-bg-opacity: 1;
  background-color: rgba(82, 82, 91, var(--tw-bg-opacity));
}

.disabled\:bg-gray-700:disabled {
  --tw-bg-opacity: 1;
  background-color: rgba(63, 63, 70, var(--tw-bg-opacity));
}

.disabled\:bg-gray-800:disabled {
  --tw-bg-opacity: 1;
  background-color: rgba(39, 39, 42, var(--tw-bg-opacity));
}

.disabled\:bg-gray-900:disabled {
  --tw-bg-opacity: 1;
  background-color: rgba(24, 24, 27, var(--tw-bg-opacity));
}

.disabled\:bg-coolGray-50:disabled {
  --tw-bg-opacity: 1;
  background-color: rgba(249, 250, 251, var(--tw-bg-opacity));
}

.disabled\:bg-coolGray-100:disabled {
  --tw-bg-opacity: 1;
  background-color: rgba(243, 244, 246, var(--tw-bg-opacity));
}

.disabled\:bg-coolGray-200:disabled {
  --tw-bg-opacity: 1;
  background-color: rgba(229, 231, 235, var(--tw-bg-opacity));
}

.disabled\:bg-coolGray-300:disabled {
  --tw-bg-opacity: 1;
  background-color: rgba(209, 213, 219, var(--tw-bg-opacity));
}

.disabled\:bg-coolGray-400:disabled {
  --tw-bg-opacity: 1;
  background-color: rgba(156, 163, 175, var(--tw-bg-opacity));
}

.disabled\:bg-coolGray-500:disabled {
  --tw-bg-opacity: 1;
  background-color: rgba(107, 114, 128, var(--tw-bg-opacity));
}

.disabled\:bg-coolGray-600:disabled {
  --tw-bg-opacity: 1;
  background-color: rgba(75, 85, 99, var(--tw-bg-opacity));
}

.disabled\:bg-coolGray-700:disabled {
  --tw-bg-opacity: 1;
  background-color: rgba(55, 65, 81, var(--tw-bg-opacity));
}

.disabled\:bg-coolGray-800:disabled {
  --tw-bg-opacity: 1;
  background-color: rgba(31, 41, 55, var(--tw-bg-opacity));
}

.disabled\:bg-coolGray-900:disabled {
  --tw-bg-opacity: 1;
  background-color: rgba(17, 24, 39, var(--tw-bg-opacity));
}

.disabled\:bg-blueGray-50:disabled {
  --tw-bg-opacity: 1;
  background-color: rgba(248, 250, 252, var(--tw-bg-opacity));
}

.disabled\:bg-blueGray-100:disabled {
  --tw-bg-opacity: 1;
  background-color: rgba(241, 245, 249, var(--tw-bg-opacity));
}

.disabled\:bg-blueGray-200:disabled {
  --tw-bg-opacity: 1;
  background-color: rgba(226, 232, 240, var(--tw-bg-opacity));
}

.disabled\:bg-blueGray-300:disabled {
  --tw-bg-opacity: 1;
  background-color: rgba(203, 213, 225, var(--tw-bg-opacity));
}

.disabled\:bg-blueGray-400:disabled {
  --tw-bg-opacity: 1;
  background-color: rgba(148, 163, 184, var(--tw-bg-opacity));
}

.disabled\:bg-blueGray-500:disabled {
  --tw-bg-opacity: 1;
  background-color: rgba(100, 116, 139, var(--tw-bg-opacity));
}

.disabled\:bg-blueGray-600:disabled {
  --tw-bg-opacity: 1;
  background-color: rgba(71, 85, 105, var(--tw-bg-opacity));
}

.disabled\:bg-blueGray-700:disabled {
  --tw-bg-opacity: 1;
  background-color: rgba(51, 65, 85, var(--tw-bg-opacity));
}

.disabled\:bg-blueGray-800:disabled {
  --tw-bg-opacity: 1;
  background-color: rgba(30, 41, 59, var(--tw-bg-opacity));
}

.disabled\:bg-blueGray-900:disabled {
  --tw-bg-opacity: 1;
  background-color: rgba(15, 23, 42, var(--tw-bg-opacity));
}

.bg-opacity-0 {
  --tw-bg-opacity: 0;
}

.bg-opacity-5 {
  --tw-bg-opacity: 0.05;
}

.bg-opacity-10 {
  --tw-bg-opacity: 0.1;
}

.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-40 {
  --tw-bg-opacity: 0.4;
}

.bg-opacity-50 {
  --tw-bg-opacity: 0.5;
}

.bg-opacity-60 {
  --tw-bg-opacity: 0.6;
}

.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-90 {
  --tw-bg-opacity: 0.9;
}

.bg-opacity-95 {
  --tw-bg-opacity: 0.95;
}

.bg-opacity-100 {
  --tw-bg-opacity: 1;
}

.hover\:bg-opacity-0:hover {
  --tw-bg-opacity: 0;
}

.hover\:bg-opacity-5:hover {
  --tw-bg-opacity: 0.05;
}

.hover\:bg-opacity-10:hover {
  --tw-bg-opacity: 0.1;
}

.hover\:bg-opacity-20:hover {
  --tw-bg-opacity: 0.2;
}

.hover\:bg-opacity-25:hover {
  --tw-bg-opacity: 0.25;
}

.hover\:bg-opacity-30:hover {
  --tw-bg-opacity: 0.3;
}

.hover\:bg-opacity-40:hover {
  --tw-bg-opacity: 0.4;
}

.hover\:bg-opacity-50:hover {
  --tw-bg-opacity: 0.5;
}

.hover\:bg-opacity-60:hover {
  --tw-bg-opacity: 0.6;
}

.hover\:bg-opacity-70:hover {
  --tw-bg-opacity: 0.7;
}

.hover\:bg-opacity-75:hover {
  --tw-bg-opacity: 0.75;
}

.hover\:bg-opacity-80:hover {
  --tw-bg-opacity: 0.8;
}

.hover\:bg-opacity-90:hover {
  --tw-bg-opacity: 0.9;
}

.hover\:bg-opacity-95:hover {
  --tw-bg-opacity: 0.95;
}

.hover\:bg-opacity-100:hover {
  --tw-bg-opacity: 1;
}

.focus\:bg-opacity-0:focus {
  --tw-bg-opacity: 0;
}

.focus\:bg-opacity-5:focus {
  --tw-bg-opacity: 0.05;
}

.focus\:bg-opacity-10:focus {
  --tw-bg-opacity: 0.1;
}

.focus\:bg-opacity-20:focus {
  --tw-bg-opacity: 0.2;
}

.focus\:bg-opacity-25:focus {
  --tw-bg-opacity: 0.25;
}

.focus\:bg-opacity-30:focus {
  --tw-bg-opacity: 0.3;
}

.focus\:bg-opacity-40:focus {
  --tw-bg-opacity: 0.4;
}

.focus\:bg-opacity-50:focus {
  --tw-bg-opacity: 0.5;
}

.focus\:bg-opacity-60:focus {
  --tw-bg-opacity: 0.6;
}

.focus\:bg-opacity-70:focus {
  --tw-bg-opacity: 0.7;
}

.focus\:bg-opacity-75:focus {
  --tw-bg-opacity: 0.75;
}

.focus\:bg-opacity-80:focus {
  --tw-bg-opacity: 0.8;
}

.focus\:bg-opacity-90:focus {
  --tw-bg-opacity: 0.9;
}

.focus\:bg-opacity-95:focus {
  --tw-bg-opacity: 0.95;
}

.focus\:bg-opacity-100:focus {
  --tw-bg-opacity: 1;
}

.bg-none {
  background-image: none;
}

.bg-gradient-to-t {
  background-image: -webkit-gradient(linear, left bottom, left top, from(var(--tw-gradient-stops)));
  background-image: linear-gradient(to top, var(--tw-gradient-stops));
}

.bg-gradient-to-tr {
  background-image: -webkit-gradient(linear, left bottom, right top, from(var(--tw-gradient-stops)));
  background-image: linear-gradient(to top right, var(--tw-gradient-stops));
}

.bg-gradient-to-r {
  background-image: -webkit-gradient(linear, left top, right top, from(var(--tw-gradient-stops)));
  background-image: linear-gradient(to right, var(--tw-gradient-stops));
}

.bg-gradient-to-br {
  background-image: -webkit-gradient(linear, left top, right bottom, from(var(--tw-gradient-stops)));
  background-image: linear-gradient(to bottom right, var(--tw-gradient-stops));
}

.bg-gradient-to-b {
  background-image: -webkit-gradient(linear, left top, left bottom, from(var(--tw-gradient-stops)));
  background-image: linear-gradient(to bottom, var(--tw-gradient-stops));
}

.bg-gradient-to-bl {
  background-image: -webkit-gradient(linear, right top, left bottom, from(var(--tw-gradient-stops)));
  background-image: linear-gradient(to bottom left, var(--tw-gradient-stops));
}

.bg-gradient-to-l {
  background-image: -webkit-gradient(linear, right top, left top, from(var(--tw-gradient-stops)));
  background-image: linear-gradient(to left, var(--tw-gradient-stops));
}

.bg-gradient-to-tl {
  background-image: -webkit-gradient(linear, right bottom, left top, from(var(--tw-gradient-stops)));
  background-image: linear-gradient(to top left, var(--tw-gradient-stops));
}

.from-current {
  --tw-gradient-from: currentColor;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.from-transparent {
  --tw-gradient-from: transparent;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
}

.from-falcon {
  --tw-gradient-from: var(--falcon);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.from-basement {
  --tw-gradient-from: var(--basement);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.from-blue-50 {
  --tw-gradient-from: #eff6ff;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(239, 246, 255, 0));
}

.from-blue-100 {
  --tw-gradient-from: #dbeafe;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(219, 234, 254, 0));
}

.from-blue-200 {
  --tw-gradient-from: #bfdbfe;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(191, 219, 254, 0));
}

.from-blue-300 {
  --tw-gradient-from: #93c5fd;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(147, 197, 253, 0));
}

.from-blue-400 {
  --tw-gradient-from: #60a5fa;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(96, 165, 250, 0));
}

.from-blue-500 {
  --tw-gradient-from: #3b82f6;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(59, 130, 246, 0));
}

.from-blue-600 {
  --tw-gradient-from: #2563eb;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(37, 99, 235, 0));
}

.from-blue-700 {
  --tw-gradient-from: #1d4ed8;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(29, 78, 216, 0));
}

.from-blue-800 {
  --tw-gradient-from: #1e40af;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(30, 64, 175, 0));
}

.from-blue-900 {
  --tw-gradient-from: #1e3a8a;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(30, 58, 138, 0));
}

.from-body-and-labels {
  --tw-gradient-from: var(--body-and-labels);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.from-brand {
  --tw-gradient-from: var(--brand);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.from-code-base-64 {
  --tw-gradient-from: var(--code-base-64);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.from-code-bg {
  --tw-gradient-from: var(--code-bg);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.from-code-outline {
  --tw-gradient-from: var(--code-outline);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.from-code-text {
  --tw-gradient-from: var(--code-text);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.from-critical {
  --tw-gradient-from: var(--critical);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.from-destructive-hover {
  --tw-gradient-from: var(--destructive-hover);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.from-destructive-idle {
  --tw-gradient-from: var(--destructive-idle);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.from-destructive-pressed {
  --tw-gradient-from: var(--destructive-pressed);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.from-disabled {
  --tw-gradient-from: var(--disabled);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.from-disc-operations {
  --tw-gradient-from: var(--disc-operations);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.from-dns-requests {
  --tw-gradient-from: var(--dns-requests);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.from-focus {
  --tw-gradient-from: var(--focus);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.from-graph-1 {
  --tw-gradient-from: var(--graph-1);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.from-graph-10 {
  --tw-gradient-from: var(--graph-10);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.from-graph-11 {
  --tw-gradient-from: var(--graph-11);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.from-graph-2 {
  --tw-gradient-from: var(--graph-2);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.from-graph-3 {
  --tw-gradient-from: var(--graph-3);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.from-graph-4 {
  --tw-gradient-from: var(--graph-4);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.from-graph-5 {
  --tw-gradient-from: var(--graph-5);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.from-graph-6 {
  --tw-gradient-from: var(--graph-6);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.from-graph-7 {
  --tw-gradient-from: var(--graph-7);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.from-graph-8 {
  --tw-gradient-from: var(--graph-8);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.from-graph-9 {
  --tw-gradient-from: var(--graph-9);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.from-graph-disabled {
  --tw-gradient-from: var(--graph-disabled);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.from-ground-floor {
  --tw-gradient-from: var(--ground-floor);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.from-high {
  --tw-gradient-from: var(--high);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.from-informational {
  --tw-gradient-from: var(--informational);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.from-lines-dark {
  --tw-gradient-from: var(--lines-dark);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.from-lines-light {
  --tw-gradient-from: var(--lines-light);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.from-low {
  --tw-gradient-from: var(--low);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.from-medium {
  --tw-gradient-from: var(--medium);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.from-mezzanine {
  --tw-gradient-from: var(--mezzanine);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.from-nav-text-and-icons {
  --tw-gradient-from: var(--nav-text-and-icons);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.from-nav-text-secondary {
  --tw-gradient-from: var(--nav-text-secondary);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.from-network-operations {
  --tw-gradient-from: var(--network-operations);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.from-normal-hover {
  --tw-gradient-from: var(--normal-hover);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.from-normal-idle {
  --tw-gradient-from: var(--normal-idle);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.from-normal-pressed {
  --tw-gradient-from: var(--normal-pressed);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.from-overlay-0\.5 {
  --tw-gradient-from: var(--overlay-0\.5);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.from-overlay-1 {
  --tw-gradient-from: var(--overlay-1);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.from-overlay-2 {
  --tw-gradient-from: var(--overlay-2);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.from-positive {
  --tw-gradient-from: var(--positive);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.from-primary-hover {
  --tw-gradient-from: var(--primary-hover);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.from-primary-idle {
  --tw-gradient-from: var(--primary-idle);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.from-primary-pressed {
  --tw-gradient-from: var(--primary-pressed);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.from-process-operations {
  --tw-gradient-from: var(--process-operations);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.from-purple-50 {
  --tw-gradient-from: #faf5ff;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(250, 245, 255, 0));
}

.from-purple-100 {
  --tw-gradient-from: #f3e8ff;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(243, 232, 255, 0));
}

.from-purple-200 {
  --tw-gradient-from: #e9d5ff;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(233, 213, 255, 0));
}

.from-purple-300 {
  --tw-gradient-from: #d8b4fe;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(216, 180, 254, 0));
}

.from-purple-400 {
  --tw-gradient-from: #c084fc;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(192, 132, 252, 0));
}

.from-purple-500 {
  --tw-gradient-from: #a855f7;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(168, 85, 247, 0));
}

.from-purple-600 {
  --tw-gradient-from: #9333ea;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(147, 51, 234, 0));
}

.from-purple-700 {
  --tw-gradient-from: #7e22ce;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(126, 34, 206, 0));
}

.from-purple-800 {
  --tw-gradient-from: #6b21a8;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(107, 33, 168, 0));
}

.from-purple-900 {
  --tw-gradient-from: #581c87;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(88, 28, 135, 0));
}

.from-registry-operations {
  --tw-gradient-from: var(--registry-operations);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.from-selected {
  --tw-gradient-from: var(--selected);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.from-surface-2xl {
  --tw-gradient-from: var(--surface-2xl);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.from-surface-base {
  --tw-gradient-from: var(--surface-base);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.from-surface-inner {
  --tw-gradient-from: var(--surface-inner);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.from-surface-lg {
  --tw-gradient-from: var(--surface-lg);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.from-surface-md {
  --tw-gradient-from: var(--surface-md);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.from-surface-xl {
  --tw-gradient-from: var(--surface-xl);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.from-text-and-icons {
  --tw-gradient-from: var(--text-and-icons);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.from-titles-and-attributes {
  --tw-gradient-from: var(--titles-and-attributes);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.from-black {
  --tw-gradient-from: #000;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
}

.from-white {
  --tw-gradient-from: #fff;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.from-rose-50 {
  --tw-gradient-from: #fff1f2;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 241, 242, 0));
}

.from-rose-100 {
  --tw-gradient-from: #ffe4e6;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 228, 230, 0));
}

.from-rose-200 {
  --tw-gradient-from: #fecdd3;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 205, 211, 0));
}

.from-rose-300 {
  --tw-gradient-from: #fda4af;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 164, 175, 0));
}

.from-rose-400 {
  --tw-gradient-from: #fb7185;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(251, 113, 133, 0));
}

.from-rose-500 {
  --tw-gradient-from: #f43f5e;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(244, 63, 94, 0));
}

.from-rose-600 {
  --tw-gradient-from: #e11d48;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(225, 29, 72, 0));
}

.from-rose-700 {
  --tw-gradient-from: #be123c;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(190, 18, 60, 0));
}

.from-rose-800 {
  --tw-gradient-from: #9f1239;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(159, 18, 57, 0));
}

.from-rose-900 {
  --tw-gradient-from: #881337;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(136, 19, 55, 0));
}

.from-pink-50 {
  --tw-gradient-from: #fdf2f8;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 242, 248, 0));
}

.from-pink-100 {
  --tw-gradient-from: #fce7f3;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(252, 231, 243, 0));
}

.from-pink-200 {
  --tw-gradient-from: #fbcfe8;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(251, 207, 232, 0));
}

.from-pink-300 {
  --tw-gradient-from: #f9a8d4;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(249, 168, 212, 0));
}

.from-pink-400 {
  --tw-gradient-from: #f472b6;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(244, 114, 182, 0));
}

.from-pink-500 {
  --tw-gradient-from: #ec4899;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(236, 72, 153, 0));
}

.from-pink-600 {
  --tw-gradient-from: #db2777;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(219, 39, 119, 0));
}

.from-pink-700 {
  --tw-gradient-from: #be185d;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(190, 24, 93, 0));
}

.from-pink-800 {
  --tw-gradient-from: #9d174d;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(157, 23, 77, 0));
}

.from-pink-900 {
  --tw-gradient-from: #831843;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(131, 24, 67, 0));
}

.from-fuchsia-50 {
  --tw-gradient-from: #fdf4ff;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 244, 255, 0));
}

.from-fuchsia-100 {
  --tw-gradient-from: #fae8ff;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(250, 232, 255, 0));
}

.from-fuchsia-200 {
  --tw-gradient-from: #f5d0fe;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(245, 208, 254, 0));
}

.from-fuchsia-300 {
  --tw-gradient-from: #f0abfc;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(240, 171, 252, 0));
}

.from-fuchsia-400 {
  --tw-gradient-from: #e879f9;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(232, 121, 249, 0));
}

.from-fuchsia-500 {
  --tw-gradient-from: #d946ef;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(217, 70, 239, 0));
}

.from-fuchsia-600 {
  --tw-gradient-from: #c026d3;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(192, 38, 211, 0));
}

.from-fuchsia-700 {
  --tw-gradient-from: #a21caf;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(162, 28, 175, 0));
}

.from-fuchsia-800 {
  --tw-gradient-from: #86198f;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(134, 25, 143, 0));
}

.from-fuchsia-900 {
  --tw-gradient-from: #701a75;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(112, 26, 117, 0));
}

.from-violet-50 {
  --tw-gradient-from: #f5f3ff;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(245, 243, 255, 0));
}

.from-violet-100 {
  --tw-gradient-from: #ede9fe;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(237, 233, 254, 0));
}

.from-violet-200 {
  --tw-gradient-from: #ddd6fe;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(221, 214, 254, 0));
}

.from-violet-300 {
  --tw-gradient-from: #c4b5fd;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(196, 181, 253, 0));
}

.from-violet-400 {
  --tw-gradient-from: #a78bfa;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(167, 139, 250, 0));
}

.from-violet-500 {
  --tw-gradient-from: #8b5cf6;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(139, 92, 246, 0));
}

.from-violet-600 {
  --tw-gradient-from: #7c3aed;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(124, 58, 237, 0));
}

.from-violet-700 {
  --tw-gradient-from: #6d28d9;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(109, 40, 217, 0));
}

.from-violet-800 {
  --tw-gradient-from: #5b21b6;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(91, 33, 182, 0));
}

.from-violet-900 {
  --tw-gradient-from: #4c1d95;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(76, 29, 149, 0));
}

.from-indigo-50 {
  --tw-gradient-from: #eef2ff;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(238, 242, 255, 0));
}

.from-indigo-100 {
  --tw-gradient-from: #e0e7ff;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(224, 231, 255, 0));
}

.from-indigo-200 {
  --tw-gradient-from: #c7d2fe;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(199, 210, 254, 0));
}

.from-indigo-300 {
  --tw-gradient-from: #a5b4fc;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(165, 180, 252, 0));
}

.from-indigo-400 {
  --tw-gradient-from: #818cf8;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(129, 140, 248, 0));
}

.from-indigo-500 {
  --tw-gradient-from: #6366f1;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(99, 102, 241, 0));
}

.from-indigo-600 {
  --tw-gradient-from: #4f46e5;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(79, 70, 229, 0));
}

.from-indigo-700 {
  --tw-gradient-from: #4338ca;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(67, 56, 202, 0));
}

.from-indigo-800 {
  --tw-gradient-from: #3730a3;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(55, 48, 163, 0));
}

.from-indigo-900 {
  --tw-gradient-from: #312e81;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(49, 46, 129, 0));
}

.from-lightBlue-50 {
  --tw-gradient-from: #f0f9ff;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(240, 249, 255, 0));
}

.from-lightBlue-100 {
  --tw-gradient-from: #e0f2fe;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(224, 242, 254, 0));
}

.from-lightBlue-200 {
  --tw-gradient-from: #bae6fd;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(186, 230, 253, 0));
}

.from-lightBlue-300 {
  --tw-gradient-from: #7dd3fc;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(125, 211, 252, 0));
}

.from-lightBlue-400 {
  --tw-gradient-from: #38bdf8;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(56, 189, 248, 0));
}

.from-lightBlue-500 {
  --tw-gradient-from: #0ea5e9;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(14, 165, 233, 0));
}

.from-lightBlue-600 {
  --tw-gradient-from: #0284c7;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(2, 132, 199, 0));
}

.from-lightBlue-700 {
  --tw-gradient-from: #0369a1;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(3, 105, 161, 0));
}

.from-lightBlue-800 {
  --tw-gradient-from: #075985;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(7, 89, 133, 0));
}

.from-lightBlue-900 {
  --tw-gradient-from: #0c4a6e;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(12, 74, 110, 0));
}

.from-cyan-50 {
  --tw-gradient-from: #ecfeff;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(236, 254, 255, 0));
}

.from-cyan-100 {
  --tw-gradient-from: #cffafe;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(207, 250, 254, 0));
}

.from-cyan-200 {
  --tw-gradient-from: #a5f3fc;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(165, 243, 252, 0));
}

.from-cyan-300 {
  --tw-gradient-from: #67e8f9;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(103, 232, 249, 0));
}

.from-cyan-400 {
  --tw-gradient-from: #22d3ee;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(34, 211, 238, 0));
}

.from-cyan-500 {
  --tw-gradient-from: #06b6d4;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(6, 182, 212, 0));
}

.from-cyan-600 {
  --tw-gradient-from: #0891b2;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(8, 145, 178, 0));
}

.from-cyan-700 {
  --tw-gradient-from: #0e7490;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(14, 116, 144, 0));
}

.from-cyan-800 {
  --tw-gradient-from: #155e75;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(21, 94, 117, 0));
}

.from-cyan-900 {
  --tw-gradient-from: #164e63;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(22, 78, 99, 0));
}

.from-teal-50 {
  --tw-gradient-from: #f0fdfa;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(240, 253, 250, 0));
}

.from-teal-100 {
  --tw-gradient-from: #ccfbf1;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(204, 251, 241, 0));
}

.from-teal-200 {
  --tw-gradient-from: #99f6e4;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(153, 246, 228, 0));
}

.from-teal-300 {
  --tw-gradient-from: #5eead4;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(94, 234, 212, 0));
}

.from-teal-400 {
  --tw-gradient-from: #2dd4bf;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(45, 212, 191, 0));
}

.from-teal-500 {
  --tw-gradient-from: #14b8a6;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(20, 184, 166, 0));
}

.from-teal-600 {
  --tw-gradient-from: #0d9488;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(13, 148, 136, 0));
}

.from-teal-700 {
  --tw-gradient-from: #0f766e;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(15, 118, 110, 0));
}

.from-teal-800 {
  --tw-gradient-from: #115e59;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(17, 94, 89, 0));
}

.from-teal-900 {
  --tw-gradient-from: #134e4a;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(19, 78, 74, 0));
}

.from-emerald-50 {
  --tw-gradient-from: #ecfdf5;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(236, 253, 245, 0));
}

.from-emerald-100 {
  --tw-gradient-from: #d1fae5;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(209, 250, 229, 0));
}

.from-emerald-200 {
  --tw-gradient-from: #a7f3d0;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(167, 243, 208, 0));
}

.from-emerald-300 {
  --tw-gradient-from: #6ee7b7;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(110, 231, 183, 0));
}

.from-emerald-400 {
  --tw-gradient-from: #34d399;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(52, 211, 153, 0));
}

.from-emerald-500 {
  --tw-gradient-from: #10b981;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(16, 185, 129, 0));
}

.from-emerald-600 {
  --tw-gradient-from: #059669;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(5, 150, 105, 0));
}

.from-emerald-700 {
  --tw-gradient-from: #047857;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(4, 120, 87, 0));
}

.from-emerald-800 {
  --tw-gradient-from: #065f46;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(6, 95, 70, 0));
}

.from-emerald-900 {
  --tw-gradient-from: #064e3b;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(6, 78, 59, 0));
}

.from-green-50 {
  --tw-gradient-from: #f0fdf4;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(240, 253, 244, 0));
}

.from-green-100 {
  --tw-gradient-from: #dcfce7;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(220, 252, 231, 0));
}

.from-green-200 {
  --tw-gradient-from: #bbf7d0;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(187, 247, 208, 0));
}

.from-green-300 {
  --tw-gradient-from: #86efac;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(134, 239, 172, 0));
}

.from-green-400 {
  --tw-gradient-from: #4ade80;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(74, 222, 128, 0));
}

.from-green-500 {
  --tw-gradient-from: #22c55e;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(34, 197, 94, 0));
}

.from-green-600 {
  --tw-gradient-from: #16a34a;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(22, 163, 74, 0));
}

.from-green-700 {
  --tw-gradient-from: #15803d;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(21, 128, 61, 0));
}

.from-green-800 {
  --tw-gradient-from: #166534;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(22, 101, 52, 0));
}

.from-green-900 {
  --tw-gradient-from: #14532d;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(20, 83, 45, 0));
}

.from-lime-50 {
  --tw-gradient-from: #f7fee7;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(247, 254, 231, 0));
}

.from-lime-100 {
  --tw-gradient-from: #ecfccb;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(236, 252, 203, 0));
}

.from-lime-200 {
  --tw-gradient-from: #d9f99d;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(217, 249, 157, 0));
}

.from-lime-300 {
  --tw-gradient-from: #bef264;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(190, 242, 100, 0));
}

.from-lime-400 {
  --tw-gradient-from: #a3e635;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(163, 230, 53, 0));
}

.from-lime-500 {
  --tw-gradient-from: #84cc16;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(132, 204, 22, 0));
}

.from-lime-600 {
  --tw-gradient-from: #65a30d;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(101, 163, 13, 0));
}

.from-lime-700 {
  --tw-gradient-from: #4d7c0f;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(77, 124, 15, 0));
}

.from-lime-800 {
  --tw-gradient-from: #3f6212;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(63, 98, 18, 0));
}

.from-lime-900 {
  --tw-gradient-from: #365314;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(54, 83, 20, 0));
}

.from-yellow-50 {
  --tw-gradient-from: #fefce8;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 252, 232, 0));
}

.from-yellow-100 {
  --tw-gradient-from: #fef9c3;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 249, 195, 0));
}

.from-yellow-200 {
  --tw-gradient-from: #fef08a;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 240, 138, 0));
}

.from-yellow-300 {
  --tw-gradient-from: #fde047;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 224, 71, 0));
}

.from-yellow-400 {
  --tw-gradient-from: #facc15;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(250, 204, 21, 0));
}

.from-yellow-500 {
  --tw-gradient-from: #eab308;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(234, 179, 8, 0));
}

.from-yellow-600 {
  --tw-gradient-from: #ca8a04;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(202, 138, 4, 0));
}

.from-yellow-700 {
  --tw-gradient-from: #a16207;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(161, 98, 7, 0));
}

.from-yellow-800 {
  --tw-gradient-from: #854d0e;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(133, 77, 14, 0));
}

.from-yellow-900 {
  --tw-gradient-from: #713f12;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(113, 63, 18, 0));
}

.from-amber-50 {
  --tw-gradient-from: #fffbeb;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 251, 235, 0));
}

.from-amber-100 {
  --tw-gradient-from: #fef3c7;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 243, 199, 0));
}

.from-amber-200 {
  --tw-gradient-from: #fde68a;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 230, 138, 0));
}

.from-amber-300 {
  --tw-gradient-from: #fcd34d;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(252, 211, 77, 0));
}

.from-amber-400 {
  --tw-gradient-from: #fbbf24;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(251, 191, 36, 0));
}

.from-amber-500 {
  --tw-gradient-from: #f59e0b;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(245, 158, 11, 0));
}

.from-amber-600 {
  --tw-gradient-from: #d97706;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(217, 119, 6, 0));
}

.from-amber-700 {
  --tw-gradient-from: #b45309;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(180, 83, 9, 0));
}

.from-amber-800 {
  --tw-gradient-from: #92400e;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(146, 64, 14, 0));
}

.from-amber-900 {
  --tw-gradient-from: #78350f;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(120, 53, 15, 0));
}

.from-orange-50 {
  --tw-gradient-from: #fff7ed;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 247, 237, 0));
}

.from-orange-100 {
  --tw-gradient-from: #ffedd5;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 237, 213, 0));
}

.from-orange-200 {
  --tw-gradient-from: #fed7aa;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 215, 170, 0));
}

.from-orange-300 {
  --tw-gradient-from: #fdba74;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 186, 116, 0));
}

.from-orange-400 {
  --tw-gradient-from: #fb923c;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(251, 146, 60, 0));
}

.from-orange-500 {
  --tw-gradient-from: #f97316;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(249, 115, 22, 0));
}

.from-orange-600 {
  --tw-gradient-from: #ea580c;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(234, 88, 12, 0));
}

.from-orange-700 {
  --tw-gradient-from: #c2410c;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(194, 65, 12, 0));
}

.from-orange-800 {
  --tw-gradient-from: #9a3412;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(154, 52, 18, 0));
}

.from-orange-900 {
  --tw-gradient-from: #7c2d12;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(124, 45, 18, 0));
}

.from-red-50 {
  --tw-gradient-from: #fef2f2;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 242, 242, 0));
}

.from-red-100 {
  --tw-gradient-from: #fee2e2;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 226, 226, 0));
}

.from-red-200 {
  --tw-gradient-from: #fecaca;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 202, 202, 0));
}

.from-red-300 {
  --tw-gradient-from: #fca5a5;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(252, 165, 165, 0));
}

.from-red-400 {
  --tw-gradient-from: #f87171;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(248, 113, 113, 0));
}

.from-red-500 {
  --tw-gradient-from: #ef4444;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(239, 68, 68, 0));
}

.from-red-600 {
  --tw-gradient-from: #dc2626;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(220, 38, 38, 0));
}

.from-red-700 {
  --tw-gradient-from: #b91c1c;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(185, 28, 28, 0));
}

.from-red-800 {
  --tw-gradient-from: #991b1b;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(153, 27, 27, 0));
}

.from-red-900 {
  --tw-gradient-from: #7f1d1d;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(127, 29, 29, 0));
}

.from-warmGray-50 {
  --tw-gradient-from: #fafaf9;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(250, 250, 249, 0));
}

.from-warmGray-100 {
  --tw-gradient-from: #f5f5f4;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(245, 245, 244, 0));
}

.from-warmGray-200 {
  --tw-gradient-from: #e7e5e4;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(231, 229, 228, 0));
}

.from-warmGray-300 {
  --tw-gradient-from: #d6d3d1;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(214, 211, 209, 0));
}

.from-warmGray-400 {
  --tw-gradient-from: #a8a29e;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(168, 162, 158, 0));
}

.from-warmGray-500 {
  --tw-gradient-from: #78716c;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(120, 113, 108, 0));
}

.from-warmGray-600 {
  --tw-gradient-from: #57534e;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(87, 83, 78, 0));
}

.from-warmGray-700 {
  --tw-gradient-from: #44403c;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(68, 64, 60, 0));
}

.from-warmGray-800 {
  --tw-gradient-from: #292524;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(41, 37, 36, 0));
}

.from-warmGray-900 {
  --tw-gradient-from: #1c1917;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(28, 25, 23, 0));
}

.from-trueGray-50 {
  --tw-gradient-from: #fafafa;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(250, 250, 250, 0));
}

.from-trueGray-100 {
  --tw-gradient-from: #f5f5f5;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(245, 245, 245, 0));
}

.from-trueGray-200 {
  --tw-gradient-from: #e5e5e5;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(229, 229, 229, 0));
}

.from-trueGray-300 {
  --tw-gradient-from: #d4d4d4;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(212, 212, 212, 0));
}

.from-trueGray-400 {
  --tw-gradient-from: #a3a3a3;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(163, 163, 163, 0));
}

.from-trueGray-500 {
  --tw-gradient-from: #737373;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(115, 115, 115, 0));
}

.from-trueGray-600 {
  --tw-gradient-from: #525252;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(82, 82, 82, 0));
}

.from-trueGray-700 {
  --tw-gradient-from: #404040;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(64, 64, 64, 0));
}

.from-trueGray-800 {
  --tw-gradient-from: #262626;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(38, 38, 38, 0));
}

.from-trueGray-900 {
  --tw-gradient-from: #171717;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(23, 23, 23, 0));
}

.from-gray-50 {
  --tw-gradient-from: #fafafa;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(250, 250, 250, 0));
}

.from-gray-100 {
  --tw-gradient-from: #f4f4f5;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(244, 244, 245, 0));
}

.from-gray-200 {
  --tw-gradient-from: #e4e4e7;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(228, 228, 231, 0));
}

.from-gray-300 {
  --tw-gradient-from: #d4d4d8;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(212, 212, 216, 0));
}

.from-gray-400 {
  --tw-gradient-from: #a1a1aa;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(161, 161, 170, 0));
}

.from-gray-500 {
  --tw-gradient-from: #71717a;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(113, 113, 122, 0));
}

.from-gray-600 {
  --tw-gradient-from: #52525b;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(82, 82, 91, 0));
}

.from-gray-700 {
  --tw-gradient-from: #3f3f46;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(63, 63, 70, 0));
}

.from-gray-800 {
  --tw-gradient-from: #27272a;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(39, 39, 42, 0));
}

.from-gray-900 {
  --tw-gradient-from: #18181b;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(24, 24, 27, 0));
}

.from-coolGray-50 {
  --tw-gradient-from: #f9fafb;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(249, 250, 251, 0));
}

.from-coolGray-100 {
  --tw-gradient-from: #f3f4f6;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(243, 244, 246, 0));
}

.from-coolGray-200 {
  --tw-gradient-from: #e5e7eb;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(229, 231, 235, 0));
}

.from-coolGray-300 {
  --tw-gradient-from: #d1d5db;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(209, 213, 219, 0));
}

.from-coolGray-400 {
  --tw-gradient-from: #9ca3af;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(156, 163, 175, 0));
}

.from-coolGray-500 {
  --tw-gradient-from: #6b7280;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(107, 114, 128, 0));
}

.from-coolGray-600 {
  --tw-gradient-from: #4b5563;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(75, 85, 99, 0));
}

.from-coolGray-700 {
  --tw-gradient-from: #374151;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(55, 65, 81, 0));
}

.from-coolGray-800 {
  --tw-gradient-from: #1f2937;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(31, 41, 55, 0));
}

.from-coolGray-900 {
  --tw-gradient-from: #111827;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(17, 24, 39, 0));
}

.from-blueGray-50 {
  --tw-gradient-from: #f8fafc;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(248, 250, 252, 0));
}

.from-blueGray-100 {
  --tw-gradient-from: #f1f5f9;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(241, 245, 249, 0));
}

.from-blueGray-200 {
  --tw-gradient-from: #e2e8f0;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(226, 232, 240, 0));
}

.from-blueGray-300 {
  --tw-gradient-from: #cbd5e1;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(203, 213, 225, 0));
}

.from-blueGray-400 {
  --tw-gradient-from: #94a3b8;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(148, 163, 184, 0));
}

.from-blueGray-500 {
  --tw-gradient-from: #64748b;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(100, 116, 139, 0));
}

.from-blueGray-600 {
  --tw-gradient-from: #475569;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(71, 85, 105, 0));
}

.from-blueGray-700 {
  --tw-gradient-from: #334155;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(51, 65, 85, 0));
}

.from-blueGray-800 {
  --tw-gradient-from: #1e293b;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(30, 41, 59, 0));
}

.from-blueGray-900 {
  --tw-gradient-from: #0f172a;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(15, 23, 42, 0));
}

.hover\:from-current:hover {
  --tw-gradient-from: currentColor;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.hover\:from-transparent:hover {
  --tw-gradient-from: transparent;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
}

.hover\:from-falcon:hover {
  --tw-gradient-from: var(--falcon);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.hover\:from-basement:hover {
  --tw-gradient-from: var(--basement);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.hover\:from-blue-50:hover {
  --tw-gradient-from: #eff6ff;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(239, 246, 255, 0));
}

.hover\:from-blue-100:hover {
  --tw-gradient-from: #dbeafe;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(219, 234, 254, 0));
}

.hover\:from-blue-200:hover {
  --tw-gradient-from: #bfdbfe;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(191, 219, 254, 0));
}

.hover\:from-blue-300:hover {
  --tw-gradient-from: #93c5fd;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(147, 197, 253, 0));
}

.hover\:from-blue-400:hover {
  --tw-gradient-from: #60a5fa;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(96, 165, 250, 0));
}

.hover\:from-blue-500:hover {
  --tw-gradient-from: #3b82f6;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(59, 130, 246, 0));
}

.hover\:from-blue-600:hover {
  --tw-gradient-from: #2563eb;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(37, 99, 235, 0));
}

.hover\:from-blue-700:hover {
  --tw-gradient-from: #1d4ed8;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(29, 78, 216, 0));
}

.hover\:from-blue-800:hover {
  --tw-gradient-from: #1e40af;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(30, 64, 175, 0));
}

.hover\:from-blue-900:hover {
  --tw-gradient-from: #1e3a8a;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(30, 58, 138, 0));
}

.hover\:from-body-and-labels:hover {
  --tw-gradient-from: var(--body-and-labels);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.hover\:from-brand:hover {
  --tw-gradient-from: var(--brand);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.hover\:from-code-base-64:hover {
  --tw-gradient-from: var(--code-base-64);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.hover\:from-code-bg:hover {
  --tw-gradient-from: var(--code-bg);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.hover\:from-code-outline:hover {
  --tw-gradient-from: var(--code-outline);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.hover\:from-code-text:hover {
  --tw-gradient-from: var(--code-text);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.hover\:from-critical:hover {
  --tw-gradient-from: var(--critical);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.hover\:from-destructive-hover:hover {
  --tw-gradient-from: var(--destructive-hover);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.hover\:from-destructive-idle:hover {
  --tw-gradient-from: var(--destructive-idle);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.hover\:from-destructive-pressed:hover {
  --tw-gradient-from: var(--destructive-pressed);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.hover\:from-disabled:hover {
  --tw-gradient-from: var(--disabled);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.hover\:from-disc-operations:hover {
  --tw-gradient-from: var(--disc-operations);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.hover\:from-dns-requests:hover {
  --tw-gradient-from: var(--dns-requests);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.hover\:from-focus:hover {
  --tw-gradient-from: var(--focus);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.hover\:from-graph-1:hover {
  --tw-gradient-from: var(--graph-1);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.hover\:from-graph-10:hover {
  --tw-gradient-from: var(--graph-10);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.hover\:from-graph-11:hover {
  --tw-gradient-from: var(--graph-11);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.hover\:from-graph-2:hover {
  --tw-gradient-from: var(--graph-2);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.hover\:from-graph-3:hover {
  --tw-gradient-from: var(--graph-3);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.hover\:from-graph-4:hover {
  --tw-gradient-from: var(--graph-4);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.hover\:from-graph-5:hover {
  --tw-gradient-from: var(--graph-5);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.hover\:from-graph-6:hover {
  --tw-gradient-from: var(--graph-6);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.hover\:from-graph-7:hover {
  --tw-gradient-from: var(--graph-7);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.hover\:from-graph-8:hover {
  --tw-gradient-from: var(--graph-8);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.hover\:from-graph-9:hover {
  --tw-gradient-from: var(--graph-9);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.hover\:from-graph-disabled:hover {
  --tw-gradient-from: var(--graph-disabled);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.hover\:from-ground-floor:hover {
  --tw-gradient-from: var(--ground-floor);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.hover\:from-high:hover {
  --tw-gradient-from: var(--high);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.hover\:from-informational:hover {
  --tw-gradient-from: var(--informational);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.hover\:from-lines-dark:hover {
  --tw-gradient-from: var(--lines-dark);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.hover\:from-lines-light:hover {
  --tw-gradient-from: var(--lines-light);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.hover\:from-low:hover {
  --tw-gradient-from: var(--low);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.hover\:from-medium:hover {
  --tw-gradient-from: var(--medium);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.hover\:from-mezzanine:hover {
  --tw-gradient-from: var(--mezzanine);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.hover\:from-nav-text-and-icons:hover {
  --tw-gradient-from: var(--nav-text-and-icons);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.hover\:from-nav-text-secondary:hover {
  --tw-gradient-from: var(--nav-text-secondary);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.hover\:from-network-operations:hover {
  --tw-gradient-from: var(--network-operations);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.hover\:from-normal-hover:hover {
  --tw-gradient-from: var(--normal-hover);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.hover\:from-normal-idle:hover {
  --tw-gradient-from: var(--normal-idle);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.hover\:from-normal-pressed:hover {
  --tw-gradient-from: var(--normal-pressed);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.hover\:from-overlay-0\.5:hover {
  --tw-gradient-from: var(--overlay-0\.5);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.hover\:from-overlay-1:hover {
  --tw-gradient-from: var(--overlay-1);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.hover\:from-overlay-2:hover {
  --tw-gradient-from: var(--overlay-2);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.hover\:from-positive:hover {
  --tw-gradient-from: var(--positive);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.hover\:from-primary-hover:hover {
  --tw-gradient-from: var(--primary-hover);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.hover\:from-primary-idle:hover {
  --tw-gradient-from: var(--primary-idle);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.hover\:from-primary-pressed:hover {
  --tw-gradient-from: var(--primary-pressed);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.hover\:from-process-operations:hover {
  --tw-gradient-from: var(--process-operations);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.hover\:from-purple-50:hover {
  --tw-gradient-from: #faf5ff;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(250, 245, 255, 0));
}

.hover\:from-purple-100:hover {
  --tw-gradient-from: #f3e8ff;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(243, 232, 255, 0));
}

.hover\:from-purple-200:hover {
  --tw-gradient-from: #e9d5ff;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(233, 213, 255, 0));
}

.hover\:from-purple-300:hover {
  --tw-gradient-from: #d8b4fe;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(216, 180, 254, 0));
}

.hover\:from-purple-400:hover {
  --tw-gradient-from: #c084fc;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(192, 132, 252, 0));
}

.hover\:from-purple-500:hover {
  --tw-gradient-from: #a855f7;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(168, 85, 247, 0));
}

.hover\:from-purple-600:hover {
  --tw-gradient-from: #9333ea;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(147, 51, 234, 0));
}

.hover\:from-purple-700:hover {
  --tw-gradient-from: #7e22ce;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(126, 34, 206, 0));
}

.hover\:from-purple-800:hover {
  --tw-gradient-from: #6b21a8;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(107, 33, 168, 0));
}

.hover\:from-purple-900:hover {
  --tw-gradient-from: #581c87;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(88, 28, 135, 0));
}

.hover\:from-registry-operations:hover {
  --tw-gradient-from: var(--registry-operations);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.hover\:from-selected:hover {
  --tw-gradient-from: var(--selected);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.hover\:from-surface-2xl:hover {
  --tw-gradient-from: var(--surface-2xl);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.hover\:from-surface-base:hover {
  --tw-gradient-from: var(--surface-base);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.hover\:from-surface-inner:hover {
  --tw-gradient-from: var(--surface-inner);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.hover\:from-surface-lg:hover {
  --tw-gradient-from: var(--surface-lg);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.hover\:from-surface-md:hover {
  --tw-gradient-from: var(--surface-md);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.hover\:from-surface-xl:hover {
  --tw-gradient-from: var(--surface-xl);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.hover\:from-text-and-icons:hover {
  --tw-gradient-from: var(--text-and-icons);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.hover\:from-titles-and-attributes:hover {
  --tw-gradient-from: var(--titles-and-attributes);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.hover\:from-black:hover {
  --tw-gradient-from: #000;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
}

.hover\:from-white:hover {
  --tw-gradient-from: #fff;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.hover\:from-rose-50:hover {
  --tw-gradient-from: #fff1f2;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 241, 242, 0));
}

.hover\:from-rose-100:hover {
  --tw-gradient-from: #ffe4e6;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 228, 230, 0));
}

.hover\:from-rose-200:hover {
  --tw-gradient-from: #fecdd3;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 205, 211, 0));
}

.hover\:from-rose-300:hover {
  --tw-gradient-from: #fda4af;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 164, 175, 0));
}

.hover\:from-rose-400:hover {
  --tw-gradient-from: #fb7185;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(251, 113, 133, 0));
}

.hover\:from-rose-500:hover {
  --tw-gradient-from: #f43f5e;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(244, 63, 94, 0));
}

.hover\:from-rose-600:hover {
  --tw-gradient-from: #e11d48;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(225, 29, 72, 0));
}

.hover\:from-rose-700:hover {
  --tw-gradient-from: #be123c;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(190, 18, 60, 0));
}

.hover\:from-rose-800:hover {
  --tw-gradient-from: #9f1239;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(159, 18, 57, 0));
}

.hover\:from-rose-900:hover {
  --tw-gradient-from: #881337;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(136, 19, 55, 0));
}

.hover\:from-pink-50:hover {
  --tw-gradient-from: #fdf2f8;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 242, 248, 0));
}

.hover\:from-pink-100:hover {
  --tw-gradient-from: #fce7f3;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(252, 231, 243, 0));
}

.hover\:from-pink-200:hover {
  --tw-gradient-from: #fbcfe8;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(251, 207, 232, 0));
}

.hover\:from-pink-300:hover {
  --tw-gradient-from: #f9a8d4;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(249, 168, 212, 0));
}

.hover\:from-pink-400:hover {
  --tw-gradient-from: #f472b6;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(244, 114, 182, 0));
}

.hover\:from-pink-500:hover {
  --tw-gradient-from: #ec4899;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(236, 72, 153, 0));
}

.hover\:from-pink-600:hover {
  --tw-gradient-from: #db2777;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(219, 39, 119, 0));
}

.hover\:from-pink-700:hover {
  --tw-gradient-from: #be185d;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(190, 24, 93, 0));
}

.hover\:from-pink-800:hover {
  --tw-gradient-from: #9d174d;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(157, 23, 77, 0));
}

.hover\:from-pink-900:hover {
  --tw-gradient-from: #831843;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(131, 24, 67, 0));
}

.hover\:from-fuchsia-50:hover {
  --tw-gradient-from: #fdf4ff;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 244, 255, 0));
}

.hover\:from-fuchsia-100:hover {
  --tw-gradient-from: #fae8ff;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(250, 232, 255, 0));
}

.hover\:from-fuchsia-200:hover {
  --tw-gradient-from: #f5d0fe;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(245, 208, 254, 0));
}

.hover\:from-fuchsia-300:hover {
  --tw-gradient-from: #f0abfc;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(240, 171, 252, 0));
}

.hover\:from-fuchsia-400:hover {
  --tw-gradient-from: #e879f9;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(232, 121, 249, 0));
}

.hover\:from-fuchsia-500:hover {
  --tw-gradient-from: #d946ef;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(217, 70, 239, 0));
}

.hover\:from-fuchsia-600:hover {
  --tw-gradient-from: #c026d3;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(192, 38, 211, 0));
}

.hover\:from-fuchsia-700:hover {
  --tw-gradient-from: #a21caf;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(162, 28, 175, 0));
}

.hover\:from-fuchsia-800:hover {
  --tw-gradient-from: #86198f;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(134, 25, 143, 0));
}

.hover\:from-fuchsia-900:hover {
  --tw-gradient-from: #701a75;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(112, 26, 117, 0));
}

.hover\:from-violet-50:hover {
  --tw-gradient-from: #f5f3ff;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(245, 243, 255, 0));
}

.hover\:from-violet-100:hover {
  --tw-gradient-from: #ede9fe;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(237, 233, 254, 0));
}

.hover\:from-violet-200:hover {
  --tw-gradient-from: #ddd6fe;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(221, 214, 254, 0));
}

.hover\:from-violet-300:hover {
  --tw-gradient-from: #c4b5fd;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(196, 181, 253, 0));
}

.hover\:from-violet-400:hover {
  --tw-gradient-from: #a78bfa;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(167, 139, 250, 0));
}

.hover\:from-violet-500:hover {
  --tw-gradient-from: #8b5cf6;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(139, 92, 246, 0));
}

.hover\:from-violet-600:hover {
  --tw-gradient-from: #7c3aed;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(124, 58, 237, 0));
}

.hover\:from-violet-700:hover {
  --tw-gradient-from: #6d28d9;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(109, 40, 217, 0));
}

.hover\:from-violet-800:hover {
  --tw-gradient-from: #5b21b6;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(91, 33, 182, 0));
}

.hover\:from-violet-900:hover {
  --tw-gradient-from: #4c1d95;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(76, 29, 149, 0));
}

.hover\:from-indigo-50:hover {
  --tw-gradient-from: #eef2ff;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(238, 242, 255, 0));
}

.hover\:from-indigo-100:hover {
  --tw-gradient-from: #e0e7ff;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(224, 231, 255, 0));
}

.hover\:from-indigo-200:hover {
  --tw-gradient-from: #c7d2fe;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(199, 210, 254, 0));
}

.hover\:from-indigo-300:hover {
  --tw-gradient-from: #a5b4fc;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(165, 180, 252, 0));
}

.hover\:from-indigo-400:hover {
  --tw-gradient-from: #818cf8;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(129, 140, 248, 0));
}

.hover\:from-indigo-500:hover {
  --tw-gradient-from: #6366f1;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(99, 102, 241, 0));
}

.hover\:from-indigo-600:hover {
  --tw-gradient-from: #4f46e5;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(79, 70, 229, 0));
}

.hover\:from-indigo-700:hover {
  --tw-gradient-from: #4338ca;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(67, 56, 202, 0));
}

.hover\:from-indigo-800:hover {
  --tw-gradient-from: #3730a3;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(55, 48, 163, 0));
}

.hover\:from-indigo-900:hover {
  --tw-gradient-from: #312e81;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(49, 46, 129, 0));
}

.hover\:from-lightBlue-50:hover {
  --tw-gradient-from: #f0f9ff;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(240, 249, 255, 0));
}

.hover\:from-lightBlue-100:hover {
  --tw-gradient-from: #e0f2fe;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(224, 242, 254, 0));
}

.hover\:from-lightBlue-200:hover {
  --tw-gradient-from: #bae6fd;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(186, 230, 253, 0));
}

.hover\:from-lightBlue-300:hover {
  --tw-gradient-from: #7dd3fc;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(125, 211, 252, 0));
}

.hover\:from-lightBlue-400:hover {
  --tw-gradient-from: #38bdf8;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(56, 189, 248, 0));
}

.hover\:from-lightBlue-500:hover {
  --tw-gradient-from: #0ea5e9;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(14, 165, 233, 0));
}

.hover\:from-lightBlue-600:hover {
  --tw-gradient-from: #0284c7;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(2, 132, 199, 0));
}

.hover\:from-lightBlue-700:hover {
  --tw-gradient-from: #0369a1;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(3, 105, 161, 0));
}

.hover\:from-lightBlue-800:hover {
  --tw-gradient-from: #075985;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(7, 89, 133, 0));
}

.hover\:from-lightBlue-900:hover {
  --tw-gradient-from: #0c4a6e;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(12, 74, 110, 0));
}

.hover\:from-cyan-50:hover {
  --tw-gradient-from: #ecfeff;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(236, 254, 255, 0));
}

.hover\:from-cyan-100:hover {
  --tw-gradient-from: #cffafe;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(207, 250, 254, 0));
}

.hover\:from-cyan-200:hover {
  --tw-gradient-from: #a5f3fc;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(165, 243, 252, 0));
}

.hover\:from-cyan-300:hover {
  --tw-gradient-from: #67e8f9;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(103, 232, 249, 0));
}

.hover\:from-cyan-400:hover {
  --tw-gradient-from: #22d3ee;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(34, 211, 238, 0));
}

.hover\:from-cyan-500:hover {
  --tw-gradient-from: #06b6d4;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(6, 182, 212, 0));
}

.hover\:from-cyan-600:hover {
  --tw-gradient-from: #0891b2;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(8, 145, 178, 0));
}

.hover\:from-cyan-700:hover {
  --tw-gradient-from: #0e7490;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(14, 116, 144, 0));
}

.hover\:from-cyan-800:hover {
  --tw-gradient-from: #155e75;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(21, 94, 117, 0));
}

.hover\:from-cyan-900:hover {
  --tw-gradient-from: #164e63;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(22, 78, 99, 0));
}

.hover\:from-teal-50:hover {
  --tw-gradient-from: #f0fdfa;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(240, 253, 250, 0));
}

.hover\:from-teal-100:hover {
  --tw-gradient-from: #ccfbf1;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(204, 251, 241, 0));
}

.hover\:from-teal-200:hover {
  --tw-gradient-from: #99f6e4;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(153, 246, 228, 0));
}

.hover\:from-teal-300:hover {
  --tw-gradient-from: #5eead4;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(94, 234, 212, 0));
}

.hover\:from-teal-400:hover {
  --tw-gradient-from: #2dd4bf;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(45, 212, 191, 0));
}

.hover\:from-teal-500:hover {
  --tw-gradient-from: #14b8a6;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(20, 184, 166, 0));
}

.hover\:from-teal-600:hover {
  --tw-gradient-from: #0d9488;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(13, 148, 136, 0));
}

.hover\:from-teal-700:hover {
  --tw-gradient-from: #0f766e;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(15, 118, 110, 0));
}

.hover\:from-teal-800:hover {
  --tw-gradient-from: #115e59;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(17, 94, 89, 0));
}

.hover\:from-teal-900:hover {
  --tw-gradient-from: #134e4a;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(19, 78, 74, 0));
}

.hover\:from-emerald-50:hover {
  --tw-gradient-from: #ecfdf5;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(236, 253, 245, 0));
}

.hover\:from-emerald-100:hover {
  --tw-gradient-from: #d1fae5;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(209, 250, 229, 0));
}

.hover\:from-emerald-200:hover {
  --tw-gradient-from: #a7f3d0;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(167, 243, 208, 0));
}

.hover\:from-emerald-300:hover {
  --tw-gradient-from: #6ee7b7;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(110, 231, 183, 0));
}

.hover\:from-emerald-400:hover {
  --tw-gradient-from: #34d399;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(52, 211, 153, 0));
}

.hover\:from-emerald-500:hover {
  --tw-gradient-from: #10b981;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(16, 185, 129, 0));
}

.hover\:from-emerald-600:hover {
  --tw-gradient-from: #059669;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(5, 150, 105, 0));
}

.hover\:from-emerald-700:hover {
  --tw-gradient-from: #047857;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(4, 120, 87, 0));
}

.hover\:from-emerald-800:hover {
  --tw-gradient-from: #065f46;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(6, 95, 70, 0));
}

.hover\:from-emerald-900:hover {
  --tw-gradient-from: #064e3b;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(6, 78, 59, 0));
}

.hover\:from-green-50:hover {
  --tw-gradient-from: #f0fdf4;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(240, 253, 244, 0));
}

.hover\:from-green-100:hover {
  --tw-gradient-from: #dcfce7;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(220, 252, 231, 0));
}

.hover\:from-green-200:hover {
  --tw-gradient-from: #bbf7d0;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(187, 247, 208, 0));
}

.hover\:from-green-300:hover {
  --tw-gradient-from: #86efac;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(134, 239, 172, 0));
}

.hover\:from-green-400:hover {
  --tw-gradient-from: #4ade80;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(74, 222, 128, 0));
}

.hover\:from-green-500:hover {
  --tw-gradient-from: #22c55e;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(34, 197, 94, 0));
}

.hover\:from-green-600:hover {
  --tw-gradient-from: #16a34a;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(22, 163, 74, 0));
}

.hover\:from-green-700:hover {
  --tw-gradient-from: #15803d;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(21, 128, 61, 0));
}

.hover\:from-green-800:hover {
  --tw-gradient-from: #166534;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(22, 101, 52, 0));
}

.hover\:from-green-900:hover {
  --tw-gradient-from: #14532d;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(20, 83, 45, 0));
}

.hover\:from-lime-50:hover {
  --tw-gradient-from: #f7fee7;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(247, 254, 231, 0));
}

.hover\:from-lime-100:hover {
  --tw-gradient-from: #ecfccb;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(236, 252, 203, 0));
}

.hover\:from-lime-200:hover {
  --tw-gradient-from: #d9f99d;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(217, 249, 157, 0));
}

.hover\:from-lime-300:hover {
  --tw-gradient-from: #bef264;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(190, 242, 100, 0));
}

.hover\:from-lime-400:hover {
  --tw-gradient-from: #a3e635;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(163, 230, 53, 0));
}

.hover\:from-lime-500:hover {
  --tw-gradient-from: #84cc16;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(132, 204, 22, 0));
}

.hover\:from-lime-600:hover {
  --tw-gradient-from: #65a30d;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(101, 163, 13, 0));
}

.hover\:from-lime-700:hover {
  --tw-gradient-from: #4d7c0f;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(77, 124, 15, 0));
}

.hover\:from-lime-800:hover {
  --tw-gradient-from: #3f6212;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(63, 98, 18, 0));
}

.hover\:from-lime-900:hover {
  --tw-gradient-from: #365314;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(54, 83, 20, 0));
}

.hover\:from-yellow-50:hover {
  --tw-gradient-from: #fefce8;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 252, 232, 0));
}

.hover\:from-yellow-100:hover {
  --tw-gradient-from: #fef9c3;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 249, 195, 0));
}

.hover\:from-yellow-200:hover {
  --tw-gradient-from: #fef08a;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 240, 138, 0));
}

.hover\:from-yellow-300:hover {
  --tw-gradient-from: #fde047;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 224, 71, 0));
}

.hover\:from-yellow-400:hover {
  --tw-gradient-from: #facc15;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(250, 204, 21, 0));
}

.hover\:from-yellow-500:hover {
  --tw-gradient-from: #eab308;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(234, 179, 8, 0));
}

.hover\:from-yellow-600:hover {
  --tw-gradient-from: #ca8a04;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(202, 138, 4, 0));
}

.hover\:from-yellow-700:hover {
  --tw-gradient-from: #a16207;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(161, 98, 7, 0));
}

.hover\:from-yellow-800:hover {
  --tw-gradient-from: #854d0e;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(133, 77, 14, 0));
}

.hover\:from-yellow-900:hover {
  --tw-gradient-from: #713f12;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(113, 63, 18, 0));
}

.hover\:from-amber-50:hover {
  --tw-gradient-from: #fffbeb;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 251, 235, 0));
}

.hover\:from-amber-100:hover {
  --tw-gradient-from: #fef3c7;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 243, 199, 0));
}

.hover\:from-amber-200:hover {
  --tw-gradient-from: #fde68a;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 230, 138, 0));
}

.hover\:from-amber-300:hover {
  --tw-gradient-from: #fcd34d;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(252, 211, 77, 0));
}

.hover\:from-amber-400:hover {
  --tw-gradient-from: #fbbf24;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(251, 191, 36, 0));
}

.hover\:from-amber-500:hover {
  --tw-gradient-from: #f59e0b;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(245, 158, 11, 0));
}

.hover\:from-amber-600:hover {
  --tw-gradient-from: #d97706;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(217, 119, 6, 0));
}

.hover\:from-amber-700:hover {
  --tw-gradient-from: #b45309;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(180, 83, 9, 0));
}

.hover\:from-amber-800:hover {
  --tw-gradient-from: #92400e;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(146, 64, 14, 0));
}

.hover\:from-amber-900:hover {
  --tw-gradient-from: #78350f;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(120, 53, 15, 0));
}

.hover\:from-orange-50:hover {
  --tw-gradient-from: #fff7ed;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 247, 237, 0));
}

.hover\:from-orange-100:hover {
  --tw-gradient-from: #ffedd5;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 237, 213, 0));
}

.hover\:from-orange-200:hover {
  --tw-gradient-from: #fed7aa;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 215, 170, 0));
}

.hover\:from-orange-300:hover {
  --tw-gradient-from: #fdba74;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 186, 116, 0));
}

.hover\:from-orange-400:hover {
  --tw-gradient-from: #fb923c;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(251, 146, 60, 0));
}

.hover\:from-orange-500:hover {
  --tw-gradient-from: #f97316;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(249, 115, 22, 0));
}

.hover\:from-orange-600:hover {
  --tw-gradient-from: #ea580c;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(234, 88, 12, 0));
}

.hover\:from-orange-700:hover {
  --tw-gradient-from: #c2410c;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(194, 65, 12, 0));
}

.hover\:from-orange-800:hover {
  --tw-gradient-from: #9a3412;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(154, 52, 18, 0));
}

.hover\:from-orange-900:hover {
  --tw-gradient-from: #7c2d12;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(124, 45, 18, 0));
}

.hover\:from-red-50:hover {
  --tw-gradient-from: #fef2f2;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 242, 242, 0));
}

.hover\:from-red-100:hover {
  --tw-gradient-from: #fee2e2;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 226, 226, 0));
}

.hover\:from-red-200:hover {
  --tw-gradient-from: #fecaca;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 202, 202, 0));
}

.hover\:from-red-300:hover {
  --tw-gradient-from: #fca5a5;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(252, 165, 165, 0));
}

.hover\:from-red-400:hover {
  --tw-gradient-from: #f87171;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(248, 113, 113, 0));
}

.hover\:from-red-500:hover {
  --tw-gradient-from: #ef4444;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(239, 68, 68, 0));
}

.hover\:from-red-600:hover {
  --tw-gradient-from: #dc2626;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(220, 38, 38, 0));
}

.hover\:from-red-700:hover {
  --tw-gradient-from: #b91c1c;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(185, 28, 28, 0));
}

.hover\:from-red-800:hover {
  --tw-gradient-from: #991b1b;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(153, 27, 27, 0));
}

.hover\:from-red-900:hover {
  --tw-gradient-from: #7f1d1d;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(127, 29, 29, 0));
}

.hover\:from-warmGray-50:hover {
  --tw-gradient-from: #fafaf9;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(250, 250, 249, 0));
}

.hover\:from-warmGray-100:hover {
  --tw-gradient-from: #f5f5f4;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(245, 245, 244, 0));
}

.hover\:from-warmGray-200:hover {
  --tw-gradient-from: #e7e5e4;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(231, 229, 228, 0));
}

.hover\:from-warmGray-300:hover {
  --tw-gradient-from: #d6d3d1;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(214, 211, 209, 0));
}

.hover\:from-warmGray-400:hover {
  --tw-gradient-from: #a8a29e;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(168, 162, 158, 0));
}

.hover\:from-warmGray-500:hover {
  --tw-gradient-from: #78716c;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(120, 113, 108, 0));
}

.hover\:from-warmGray-600:hover {
  --tw-gradient-from: #57534e;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(87, 83, 78, 0));
}

.hover\:from-warmGray-700:hover {
  --tw-gradient-from: #44403c;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(68, 64, 60, 0));
}

.hover\:from-warmGray-800:hover {
  --tw-gradient-from: #292524;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(41, 37, 36, 0));
}

.hover\:from-warmGray-900:hover {
  --tw-gradient-from: #1c1917;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(28, 25, 23, 0));
}

.hover\:from-trueGray-50:hover {
  --tw-gradient-from: #fafafa;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(250, 250, 250, 0));
}

.hover\:from-trueGray-100:hover {
  --tw-gradient-from: #f5f5f5;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(245, 245, 245, 0));
}

.hover\:from-trueGray-200:hover {
  --tw-gradient-from: #e5e5e5;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(229, 229, 229, 0));
}

.hover\:from-trueGray-300:hover {
  --tw-gradient-from: #d4d4d4;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(212, 212, 212, 0));
}

.hover\:from-trueGray-400:hover {
  --tw-gradient-from: #a3a3a3;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(163, 163, 163, 0));
}

.hover\:from-trueGray-500:hover {
  --tw-gradient-from: #737373;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(115, 115, 115, 0));
}

.hover\:from-trueGray-600:hover {
  --tw-gradient-from: #525252;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(82, 82, 82, 0));
}

.hover\:from-trueGray-700:hover {
  --tw-gradient-from: #404040;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(64, 64, 64, 0));
}

.hover\:from-trueGray-800:hover {
  --tw-gradient-from: #262626;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(38, 38, 38, 0));
}

.hover\:from-trueGray-900:hover {
  --tw-gradient-from: #171717;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(23, 23, 23, 0));
}

.hover\:from-gray-50:hover {
  --tw-gradient-from: #fafafa;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(250, 250, 250, 0));
}

.hover\:from-gray-100:hover {
  --tw-gradient-from: #f4f4f5;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(244, 244, 245, 0));
}

.hover\:from-gray-200:hover {
  --tw-gradient-from: #e4e4e7;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(228, 228, 231, 0));
}

.hover\:from-gray-300:hover {
  --tw-gradient-from: #d4d4d8;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(212, 212, 216, 0));
}

.hover\:from-gray-400:hover {
  --tw-gradient-from: #a1a1aa;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(161, 161, 170, 0));
}

.hover\:from-gray-500:hover {
  --tw-gradient-from: #71717a;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(113, 113, 122, 0));
}

.hover\:from-gray-600:hover {
  --tw-gradient-from: #52525b;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(82, 82, 91, 0));
}

.hover\:from-gray-700:hover {
  --tw-gradient-from: #3f3f46;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(63, 63, 70, 0));
}

.hover\:from-gray-800:hover {
  --tw-gradient-from: #27272a;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(39, 39, 42, 0));
}

.hover\:from-gray-900:hover {
  --tw-gradient-from: #18181b;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(24, 24, 27, 0));
}

.hover\:from-coolGray-50:hover {
  --tw-gradient-from: #f9fafb;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(249, 250, 251, 0));
}

.hover\:from-coolGray-100:hover {
  --tw-gradient-from: #f3f4f6;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(243, 244, 246, 0));
}

.hover\:from-coolGray-200:hover {
  --tw-gradient-from: #e5e7eb;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(229, 231, 235, 0));
}

.hover\:from-coolGray-300:hover {
  --tw-gradient-from: #d1d5db;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(209, 213, 219, 0));
}

.hover\:from-coolGray-400:hover {
  --tw-gradient-from: #9ca3af;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(156, 163, 175, 0));
}

.hover\:from-coolGray-500:hover {
  --tw-gradient-from: #6b7280;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(107, 114, 128, 0));
}

.hover\:from-coolGray-600:hover {
  --tw-gradient-from: #4b5563;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(75, 85, 99, 0));
}

.hover\:from-coolGray-700:hover {
  --tw-gradient-from: #374151;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(55, 65, 81, 0));
}

.hover\:from-coolGray-800:hover {
  --tw-gradient-from: #1f2937;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(31, 41, 55, 0));
}

.hover\:from-coolGray-900:hover {
  --tw-gradient-from: #111827;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(17, 24, 39, 0));
}

.hover\:from-blueGray-50:hover {
  --tw-gradient-from: #f8fafc;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(248, 250, 252, 0));
}

.hover\:from-blueGray-100:hover {
  --tw-gradient-from: #f1f5f9;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(241, 245, 249, 0));
}

.hover\:from-blueGray-200:hover {
  --tw-gradient-from: #e2e8f0;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(226, 232, 240, 0));
}

.hover\:from-blueGray-300:hover {
  --tw-gradient-from: #cbd5e1;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(203, 213, 225, 0));
}

.hover\:from-blueGray-400:hover {
  --tw-gradient-from: #94a3b8;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(148, 163, 184, 0));
}

.hover\:from-blueGray-500:hover {
  --tw-gradient-from: #64748b;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(100, 116, 139, 0));
}

.hover\:from-blueGray-600:hover {
  --tw-gradient-from: #475569;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(71, 85, 105, 0));
}

.hover\:from-blueGray-700:hover {
  --tw-gradient-from: #334155;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(51, 65, 85, 0));
}

.hover\:from-blueGray-800:hover {
  --tw-gradient-from: #1e293b;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(30, 41, 59, 0));
}

.hover\:from-blueGray-900:hover {
  --tw-gradient-from: #0f172a;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(15, 23, 42, 0));
}

.focus\:from-current:focus {
  --tw-gradient-from: currentColor;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.focus\:from-transparent:focus {
  --tw-gradient-from: transparent;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
}

.focus\:from-falcon:focus {
  --tw-gradient-from: var(--falcon);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.focus\:from-basement:focus {
  --tw-gradient-from: var(--basement);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.focus\:from-blue-50:focus {
  --tw-gradient-from: #eff6ff;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(239, 246, 255, 0));
}

.focus\:from-blue-100:focus {
  --tw-gradient-from: #dbeafe;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(219, 234, 254, 0));
}

.focus\:from-blue-200:focus {
  --tw-gradient-from: #bfdbfe;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(191, 219, 254, 0));
}

.focus\:from-blue-300:focus {
  --tw-gradient-from: #93c5fd;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(147, 197, 253, 0));
}

.focus\:from-blue-400:focus {
  --tw-gradient-from: #60a5fa;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(96, 165, 250, 0));
}

.focus\:from-blue-500:focus {
  --tw-gradient-from: #3b82f6;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(59, 130, 246, 0));
}

.focus\:from-blue-600:focus {
  --tw-gradient-from: #2563eb;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(37, 99, 235, 0));
}

.focus\:from-blue-700:focus {
  --tw-gradient-from: #1d4ed8;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(29, 78, 216, 0));
}

.focus\:from-blue-800:focus {
  --tw-gradient-from: #1e40af;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(30, 64, 175, 0));
}

.focus\:from-blue-900:focus {
  --tw-gradient-from: #1e3a8a;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(30, 58, 138, 0));
}

.focus\:from-body-and-labels:focus {
  --tw-gradient-from: var(--body-and-labels);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.focus\:from-brand:focus {
  --tw-gradient-from: var(--brand);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.focus\:from-code-base-64:focus {
  --tw-gradient-from: var(--code-base-64);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.focus\:from-code-bg:focus {
  --tw-gradient-from: var(--code-bg);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.focus\:from-code-outline:focus {
  --tw-gradient-from: var(--code-outline);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.focus\:from-code-text:focus {
  --tw-gradient-from: var(--code-text);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.focus\:from-critical:focus {
  --tw-gradient-from: var(--critical);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.focus\:from-destructive-hover:focus {
  --tw-gradient-from: var(--destructive-hover);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.focus\:from-destructive-idle:focus {
  --tw-gradient-from: var(--destructive-idle);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.focus\:from-destructive-pressed:focus {
  --tw-gradient-from: var(--destructive-pressed);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.focus\:from-disabled:focus {
  --tw-gradient-from: var(--disabled);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.focus\:from-disc-operations:focus {
  --tw-gradient-from: var(--disc-operations);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.focus\:from-dns-requests:focus {
  --tw-gradient-from: var(--dns-requests);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.focus\:from-focus:focus {
  --tw-gradient-from: var(--focus);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.focus\:from-graph-1:focus {
  --tw-gradient-from: var(--graph-1);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.focus\:from-graph-10:focus {
  --tw-gradient-from: var(--graph-10);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.focus\:from-graph-11:focus {
  --tw-gradient-from: var(--graph-11);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.focus\:from-graph-2:focus {
  --tw-gradient-from: var(--graph-2);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.focus\:from-graph-3:focus {
  --tw-gradient-from: var(--graph-3);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.focus\:from-graph-4:focus {
  --tw-gradient-from: var(--graph-4);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.focus\:from-graph-5:focus {
  --tw-gradient-from: var(--graph-5);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.focus\:from-graph-6:focus {
  --tw-gradient-from: var(--graph-6);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.focus\:from-graph-7:focus {
  --tw-gradient-from: var(--graph-7);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.focus\:from-graph-8:focus {
  --tw-gradient-from: var(--graph-8);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.focus\:from-graph-9:focus {
  --tw-gradient-from: var(--graph-9);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.focus\:from-graph-disabled:focus {
  --tw-gradient-from: var(--graph-disabled);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.focus\:from-ground-floor:focus {
  --tw-gradient-from: var(--ground-floor);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.focus\:from-high:focus {
  --tw-gradient-from: var(--high);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.focus\:from-informational:focus {
  --tw-gradient-from: var(--informational);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.focus\:from-lines-dark:focus {
  --tw-gradient-from: var(--lines-dark);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.focus\:from-lines-light:focus {
  --tw-gradient-from: var(--lines-light);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.focus\:from-low:focus {
  --tw-gradient-from: var(--low);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.focus\:from-medium:focus {
  --tw-gradient-from: var(--medium);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.focus\:from-mezzanine:focus {
  --tw-gradient-from: var(--mezzanine);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.focus\:from-nav-text-and-icons:focus {
  --tw-gradient-from: var(--nav-text-and-icons);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.focus\:from-nav-text-secondary:focus {
  --tw-gradient-from: var(--nav-text-secondary);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.focus\:from-network-operations:focus {
  --tw-gradient-from: var(--network-operations);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.focus\:from-normal-hover:focus {
  --tw-gradient-from: var(--normal-hover);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.focus\:from-normal-idle:focus {
  --tw-gradient-from: var(--normal-idle);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.focus\:from-normal-pressed:focus {
  --tw-gradient-from: var(--normal-pressed);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.focus\:from-overlay-0\.5:focus {
  --tw-gradient-from: var(--overlay-0\.5);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.focus\:from-overlay-1:focus {
  --tw-gradient-from: var(--overlay-1);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.focus\:from-overlay-2:focus {
  --tw-gradient-from: var(--overlay-2);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.focus\:from-positive:focus {
  --tw-gradient-from: var(--positive);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.focus\:from-primary-hover:focus {
  --tw-gradient-from: var(--primary-hover);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.focus\:from-primary-idle:focus {
  --tw-gradient-from: var(--primary-idle);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.focus\:from-primary-pressed:focus {
  --tw-gradient-from: var(--primary-pressed);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.focus\:from-process-operations:focus {
  --tw-gradient-from: var(--process-operations);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.focus\:from-purple-50:focus {
  --tw-gradient-from: #faf5ff;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(250, 245, 255, 0));
}

.focus\:from-purple-100:focus {
  --tw-gradient-from: #f3e8ff;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(243, 232, 255, 0));
}

.focus\:from-purple-200:focus {
  --tw-gradient-from: #e9d5ff;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(233, 213, 255, 0));
}

.focus\:from-purple-300:focus {
  --tw-gradient-from: #d8b4fe;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(216, 180, 254, 0));
}

.focus\:from-purple-400:focus {
  --tw-gradient-from: #c084fc;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(192, 132, 252, 0));
}

.focus\:from-purple-500:focus {
  --tw-gradient-from: #a855f7;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(168, 85, 247, 0));
}

.focus\:from-purple-600:focus {
  --tw-gradient-from: #9333ea;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(147, 51, 234, 0));
}

.focus\:from-purple-700:focus {
  --tw-gradient-from: #7e22ce;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(126, 34, 206, 0));
}

.focus\:from-purple-800:focus {
  --tw-gradient-from: #6b21a8;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(107, 33, 168, 0));
}

.focus\:from-purple-900:focus {
  --tw-gradient-from: #581c87;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(88, 28, 135, 0));
}

.focus\:from-registry-operations:focus {
  --tw-gradient-from: var(--registry-operations);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.focus\:from-selected:focus {
  --tw-gradient-from: var(--selected);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.focus\:from-surface-2xl:focus {
  --tw-gradient-from: var(--surface-2xl);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.focus\:from-surface-base:focus {
  --tw-gradient-from: var(--surface-base);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.focus\:from-surface-inner:focus {
  --tw-gradient-from: var(--surface-inner);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.focus\:from-surface-lg:focus {
  --tw-gradient-from: var(--surface-lg);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.focus\:from-surface-md:focus {
  --tw-gradient-from: var(--surface-md);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.focus\:from-surface-xl:focus {
  --tw-gradient-from: var(--surface-xl);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.focus\:from-text-and-icons:focus {
  --tw-gradient-from: var(--text-and-icons);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.focus\:from-titles-and-attributes:focus {
  --tw-gradient-from: var(--titles-and-attributes);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.focus\:from-black:focus {
  --tw-gradient-from: #000;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
}

.focus\:from-white:focus {
  --tw-gradient-from: #fff;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.focus\:from-rose-50:focus {
  --tw-gradient-from: #fff1f2;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 241, 242, 0));
}

.focus\:from-rose-100:focus {
  --tw-gradient-from: #ffe4e6;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 228, 230, 0));
}

.focus\:from-rose-200:focus {
  --tw-gradient-from: #fecdd3;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 205, 211, 0));
}

.focus\:from-rose-300:focus {
  --tw-gradient-from: #fda4af;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 164, 175, 0));
}

.focus\:from-rose-400:focus {
  --tw-gradient-from: #fb7185;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(251, 113, 133, 0));
}

.focus\:from-rose-500:focus {
  --tw-gradient-from: #f43f5e;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(244, 63, 94, 0));
}

.focus\:from-rose-600:focus {
  --tw-gradient-from: #e11d48;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(225, 29, 72, 0));
}

.focus\:from-rose-700:focus {
  --tw-gradient-from: #be123c;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(190, 18, 60, 0));
}

.focus\:from-rose-800:focus {
  --tw-gradient-from: #9f1239;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(159, 18, 57, 0));
}

.focus\:from-rose-900:focus {
  --tw-gradient-from: #881337;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(136, 19, 55, 0));
}

.focus\:from-pink-50:focus {
  --tw-gradient-from: #fdf2f8;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 242, 248, 0));
}

.focus\:from-pink-100:focus {
  --tw-gradient-from: #fce7f3;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(252, 231, 243, 0));
}

.focus\:from-pink-200:focus {
  --tw-gradient-from: #fbcfe8;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(251, 207, 232, 0));
}

.focus\:from-pink-300:focus {
  --tw-gradient-from: #f9a8d4;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(249, 168, 212, 0));
}

.focus\:from-pink-400:focus {
  --tw-gradient-from: #f472b6;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(244, 114, 182, 0));
}

.focus\:from-pink-500:focus {
  --tw-gradient-from: #ec4899;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(236, 72, 153, 0));
}

.focus\:from-pink-600:focus {
  --tw-gradient-from: #db2777;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(219, 39, 119, 0));
}

.focus\:from-pink-700:focus {
  --tw-gradient-from: #be185d;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(190, 24, 93, 0));
}

.focus\:from-pink-800:focus {
  --tw-gradient-from: #9d174d;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(157, 23, 77, 0));
}

.focus\:from-pink-900:focus {
  --tw-gradient-from: #831843;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(131, 24, 67, 0));
}

.focus\:from-fuchsia-50:focus {
  --tw-gradient-from: #fdf4ff;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 244, 255, 0));
}

.focus\:from-fuchsia-100:focus {
  --tw-gradient-from: #fae8ff;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(250, 232, 255, 0));
}

.focus\:from-fuchsia-200:focus {
  --tw-gradient-from: #f5d0fe;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(245, 208, 254, 0));
}

.focus\:from-fuchsia-300:focus {
  --tw-gradient-from: #f0abfc;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(240, 171, 252, 0));
}

.focus\:from-fuchsia-400:focus {
  --tw-gradient-from: #e879f9;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(232, 121, 249, 0));
}

.focus\:from-fuchsia-500:focus {
  --tw-gradient-from: #d946ef;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(217, 70, 239, 0));
}

.focus\:from-fuchsia-600:focus {
  --tw-gradient-from: #c026d3;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(192, 38, 211, 0));
}

.focus\:from-fuchsia-700:focus {
  --tw-gradient-from: #a21caf;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(162, 28, 175, 0));
}

.focus\:from-fuchsia-800:focus {
  --tw-gradient-from: #86198f;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(134, 25, 143, 0));
}

.focus\:from-fuchsia-900:focus {
  --tw-gradient-from: #701a75;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(112, 26, 117, 0));
}

.focus\:from-violet-50:focus {
  --tw-gradient-from: #f5f3ff;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(245, 243, 255, 0));
}

.focus\:from-violet-100:focus {
  --tw-gradient-from: #ede9fe;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(237, 233, 254, 0));
}

.focus\:from-violet-200:focus {
  --tw-gradient-from: #ddd6fe;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(221, 214, 254, 0));
}

.focus\:from-violet-300:focus {
  --tw-gradient-from: #c4b5fd;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(196, 181, 253, 0));
}

.focus\:from-violet-400:focus {
  --tw-gradient-from: #a78bfa;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(167, 139, 250, 0));
}

.focus\:from-violet-500:focus {
  --tw-gradient-from: #8b5cf6;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(139, 92, 246, 0));
}

.focus\:from-violet-600:focus {
  --tw-gradient-from: #7c3aed;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(124, 58, 237, 0));
}

.focus\:from-violet-700:focus {
  --tw-gradient-from: #6d28d9;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(109, 40, 217, 0));
}

.focus\:from-violet-800:focus {
  --tw-gradient-from: #5b21b6;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(91, 33, 182, 0));
}

.focus\:from-violet-900:focus {
  --tw-gradient-from: #4c1d95;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(76, 29, 149, 0));
}

.focus\:from-indigo-50:focus {
  --tw-gradient-from: #eef2ff;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(238, 242, 255, 0));
}

.focus\:from-indigo-100:focus {
  --tw-gradient-from: #e0e7ff;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(224, 231, 255, 0));
}

.focus\:from-indigo-200:focus {
  --tw-gradient-from: #c7d2fe;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(199, 210, 254, 0));
}

.focus\:from-indigo-300:focus {
  --tw-gradient-from: #a5b4fc;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(165, 180, 252, 0));
}

.focus\:from-indigo-400:focus {
  --tw-gradient-from: #818cf8;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(129, 140, 248, 0));
}

.focus\:from-indigo-500:focus {
  --tw-gradient-from: #6366f1;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(99, 102, 241, 0));
}

.focus\:from-indigo-600:focus {
  --tw-gradient-from: #4f46e5;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(79, 70, 229, 0));
}

.focus\:from-indigo-700:focus {
  --tw-gradient-from: #4338ca;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(67, 56, 202, 0));
}

.focus\:from-indigo-800:focus {
  --tw-gradient-from: #3730a3;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(55, 48, 163, 0));
}

.focus\:from-indigo-900:focus {
  --tw-gradient-from: #312e81;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(49, 46, 129, 0));
}

.focus\:from-lightBlue-50:focus {
  --tw-gradient-from: #f0f9ff;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(240, 249, 255, 0));
}

.focus\:from-lightBlue-100:focus {
  --tw-gradient-from: #e0f2fe;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(224, 242, 254, 0));
}

.focus\:from-lightBlue-200:focus {
  --tw-gradient-from: #bae6fd;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(186, 230, 253, 0));
}

.focus\:from-lightBlue-300:focus {
  --tw-gradient-from: #7dd3fc;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(125, 211, 252, 0));
}

.focus\:from-lightBlue-400:focus {
  --tw-gradient-from: #38bdf8;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(56, 189, 248, 0));
}

.focus\:from-lightBlue-500:focus {
  --tw-gradient-from: #0ea5e9;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(14, 165, 233, 0));
}

.focus\:from-lightBlue-600:focus {
  --tw-gradient-from: #0284c7;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(2, 132, 199, 0));
}

.focus\:from-lightBlue-700:focus {
  --tw-gradient-from: #0369a1;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(3, 105, 161, 0));
}

.focus\:from-lightBlue-800:focus {
  --tw-gradient-from: #075985;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(7, 89, 133, 0));
}

.focus\:from-lightBlue-900:focus {
  --tw-gradient-from: #0c4a6e;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(12, 74, 110, 0));
}

.focus\:from-cyan-50:focus {
  --tw-gradient-from: #ecfeff;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(236, 254, 255, 0));
}

.focus\:from-cyan-100:focus {
  --tw-gradient-from: #cffafe;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(207, 250, 254, 0));
}

.focus\:from-cyan-200:focus {
  --tw-gradient-from: #a5f3fc;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(165, 243, 252, 0));
}

.focus\:from-cyan-300:focus {
  --tw-gradient-from: #67e8f9;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(103, 232, 249, 0));
}

.focus\:from-cyan-400:focus {
  --tw-gradient-from: #22d3ee;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(34, 211, 238, 0));
}

.focus\:from-cyan-500:focus {
  --tw-gradient-from: #06b6d4;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(6, 182, 212, 0));
}

.focus\:from-cyan-600:focus {
  --tw-gradient-from: #0891b2;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(8, 145, 178, 0));
}

.focus\:from-cyan-700:focus {
  --tw-gradient-from: #0e7490;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(14, 116, 144, 0));
}

.focus\:from-cyan-800:focus {
  --tw-gradient-from: #155e75;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(21, 94, 117, 0));
}

.focus\:from-cyan-900:focus {
  --tw-gradient-from: #164e63;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(22, 78, 99, 0));
}

.focus\:from-teal-50:focus {
  --tw-gradient-from: #f0fdfa;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(240, 253, 250, 0));
}

.focus\:from-teal-100:focus {
  --tw-gradient-from: #ccfbf1;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(204, 251, 241, 0));
}

.focus\:from-teal-200:focus {
  --tw-gradient-from: #99f6e4;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(153, 246, 228, 0));
}

.focus\:from-teal-300:focus {
  --tw-gradient-from: #5eead4;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(94, 234, 212, 0));
}

.focus\:from-teal-400:focus {
  --tw-gradient-from: #2dd4bf;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(45, 212, 191, 0));
}

.focus\:from-teal-500:focus {
  --tw-gradient-from: #14b8a6;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(20, 184, 166, 0));
}

.focus\:from-teal-600:focus {
  --tw-gradient-from: #0d9488;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(13, 148, 136, 0));
}

.focus\:from-teal-700:focus {
  --tw-gradient-from: #0f766e;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(15, 118, 110, 0));
}

.focus\:from-teal-800:focus {
  --tw-gradient-from: #115e59;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(17, 94, 89, 0));
}

.focus\:from-teal-900:focus {
  --tw-gradient-from: #134e4a;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(19, 78, 74, 0));
}

.focus\:from-emerald-50:focus {
  --tw-gradient-from: #ecfdf5;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(236, 253, 245, 0));
}

.focus\:from-emerald-100:focus {
  --tw-gradient-from: #d1fae5;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(209, 250, 229, 0));
}

.focus\:from-emerald-200:focus {
  --tw-gradient-from: #a7f3d0;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(167, 243, 208, 0));
}

.focus\:from-emerald-300:focus {
  --tw-gradient-from: #6ee7b7;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(110, 231, 183, 0));
}

.focus\:from-emerald-400:focus {
  --tw-gradient-from: #34d399;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(52, 211, 153, 0));
}

.focus\:from-emerald-500:focus {
  --tw-gradient-from: #10b981;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(16, 185, 129, 0));
}

.focus\:from-emerald-600:focus {
  --tw-gradient-from: #059669;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(5, 150, 105, 0));
}

.focus\:from-emerald-700:focus {
  --tw-gradient-from: #047857;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(4, 120, 87, 0));
}

.focus\:from-emerald-800:focus {
  --tw-gradient-from: #065f46;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(6, 95, 70, 0));
}

.focus\:from-emerald-900:focus {
  --tw-gradient-from: #064e3b;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(6, 78, 59, 0));
}

.focus\:from-green-50:focus {
  --tw-gradient-from: #f0fdf4;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(240, 253, 244, 0));
}

.focus\:from-green-100:focus {
  --tw-gradient-from: #dcfce7;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(220, 252, 231, 0));
}

.focus\:from-green-200:focus {
  --tw-gradient-from: #bbf7d0;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(187, 247, 208, 0));
}

.focus\:from-green-300:focus {
  --tw-gradient-from: #86efac;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(134, 239, 172, 0));
}

.focus\:from-green-400:focus {
  --tw-gradient-from: #4ade80;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(74, 222, 128, 0));
}

.focus\:from-green-500:focus {
  --tw-gradient-from: #22c55e;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(34, 197, 94, 0));
}

.focus\:from-green-600:focus {
  --tw-gradient-from: #16a34a;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(22, 163, 74, 0));
}

.focus\:from-green-700:focus {
  --tw-gradient-from: #15803d;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(21, 128, 61, 0));
}

.focus\:from-green-800:focus {
  --tw-gradient-from: #166534;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(22, 101, 52, 0));
}

.focus\:from-green-900:focus {
  --tw-gradient-from: #14532d;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(20, 83, 45, 0));
}

.focus\:from-lime-50:focus {
  --tw-gradient-from: #f7fee7;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(247, 254, 231, 0));
}

.focus\:from-lime-100:focus {
  --tw-gradient-from: #ecfccb;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(236, 252, 203, 0));
}

.focus\:from-lime-200:focus {
  --tw-gradient-from: #d9f99d;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(217, 249, 157, 0));
}

.focus\:from-lime-300:focus {
  --tw-gradient-from: #bef264;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(190, 242, 100, 0));
}

.focus\:from-lime-400:focus {
  --tw-gradient-from: #a3e635;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(163, 230, 53, 0));
}

.focus\:from-lime-500:focus {
  --tw-gradient-from: #84cc16;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(132, 204, 22, 0));
}

.focus\:from-lime-600:focus {
  --tw-gradient-from: #65a30d;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(101, 163, 13, 0));
}

.focus\:from-lime-700:focus {
  --tw-gradient-from: #4d7c0f;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(77, 124, 15, 0));
}

.focus\:from-lime-800:focus {
  --tw-gradient-from: #3f6212;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(63, 98, 18, 0));
}

.focus\:from-lime-900:focus {
  --tw-gradient-from: #365314;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(54, 83, 20, 0));
}

.focus\:from-yellow-50:focus {
  --tw-gradient-from: #fefce8;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 252, 232, 0));
}

.focus\:from-yellow-100:focus {
  --tw-gradient-from: #fef9c3;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 249, 195, 0));
}

.focus\:from-yellow-200:focus {
  --tw-gradient-from: #fef08a;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 240, 138, 0));
}

.focus\:from-yellow-300:focus {
  --tw-gradient-from: #fde047;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 224, 71, 0));
}

.focus\:from-yellow-400:focus {
  --tw-gradient-from: #facc15;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(250, 204, 21, 0));
}

.focus\:from-yellow-500:focus {
  --tw-gradient-from: #eab308;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(234, 179, 8, 0));
}

.focus\:from-yellow-600:focus {
  --tw-gradient-from: #ca8a04;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(202, 138, 4, 0));
}

.focus\:from-yellow-700:focus {
  --tw-gradient-from: #a16207;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(161, 98, 7, 0));
}

.focus\:from-yellow-800:focus {
  --tw-gradient-from: #854d0e;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(133, 77, 14, 0));
}

.focus\:from-yellow-900:focus {
  --tw-gradient-from: #713f12;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(113, 63, 18, 0));
}

.focus\:from-amber-50:focus {
  --tw-gradient-from: #fffbeb;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 251, 235, 0));
}

.focus\:from-amber-100:focus {
  --tw-gradient-from: #fef3c7;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 243, 199, 0));
}

.focus\:from-amber-200:focus {
  --tw-gradient-from: #fde68a;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 230, 138, 0));
}

.focus\:from-amber-300:focus {
  --tw-gradient-from: #fcd34d;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(252, 211, 77, 0));
}

.focus\:from-amber-400:focus {
  --tw-gradient-from: #fbbf24;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(251, 191, 36, 0));
}

.focus\:from-amber-500:focus {
  --tw-gradient-from: #f59e0b;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(245, 158, 11, 0));
}

.focus\:from-amber-600:focus {
  --tw-gradient-from: #d97706;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(217, 119, 6, 0));
}

.focus\:from-amber-700:focus {
  --tw-gradient-from: #b45309;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(180, 83, 9, 0));
}

.focus\:from-amber-800:focus {
  --tw-gradient-from: #92400e;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(146, 64, 14, 0));
}

.focus\:from-amber-900:focus {
  --tw-gradient-from: #78350f;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(120, 53, 15, 0));
}

.focus\:from-orange-50:focus {
  --tw-gradient-from: #fff7ed;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 247, 237, 0));
}

.focus\:from-orange-100:focus {
  --tw-gradient-from: #ffedd5;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 237, 213, 0));
}

.focus\:from-orange-200:focus {
  --tw-gradient-from: #fed7aa;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 215, 170, 0));
}

.focus\:from-orange-300:focus {
  --tw-gradient-from: #fdba74;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 186, 116, 0));
}

.focus\:from-orange-400:focus {
  --tw-gradient-from: #fb923c;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(251, 146, 60, 0));
}

.focus\:from-orange-500:focus {
  --tw-gradient-from: #f97316;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(249, 115, 22, 0));
}

.focus\:from-orange-600:focus {
  --tw-gradient-from: #ea580c;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(234, 88, 12, 0));
}

.focus\:from-orange-700:focus {
  --tw-gradient-from: #c2410c;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(194, 65, 12, 0));
}

.focus\:from-orange-800:focus {
  --tw-gradient-from: #9a3412;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(154, 52, 18, 0));
}

.focus\:from-orange-900:focus {
  --tw-gradient-from: #7c2d12;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(124, 45, 18, 0));
}

.focus\:from-red-50:focus {
  --tw-gradient-from: #fef2f2;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 242, 242, 0));
}

.focus\:from-red-100:focus {
  --tw-gradient-from: #fee2e2;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 226, 226, 0));
}

.focus\:from-red-200:focus {
  --tw-gradient-from: #fecaca;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 202, 202, 0));
}

.focus\:from-red-300:focus {
  --tw-gradient-from: #fca5a5;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(252, 165, 165, 0));
}

.focus\:from-red-400:focus {
  --tw-gradient-from: #f87171;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(248, 113, 113, 0));
}

.focus\:from-red-500:focus {
  --tw-gradient-from: #ef4444;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(239, 68, 68, 0));
}

.focus\:from-red-600:focus {
  --tw-gradient-from: #dc2626;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(220, 38, 38, 0));
}

.focus\:from-red-700:focus {
  --tw-gradient-from: #b91c1c;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(185, 28, 28, 0));
}

.focus\:from-red-800:focus {
  --tw-gradient-from: #991b1b;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(153, 27, 27, 0));
}

.focus\:from-red-900:focus {
  --tw-gradient-from: #7f1d1d;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(127, 29, 29, 0));
}

.focus\:from-warmGray-50:focus {
  --tw-gradient-from: #fafaf9;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(250, 250, 249, 0));
}

.focus\:from-warmGray-100:focus {
  --tw-gradient-from: #f5f5f4;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(245, 245, 244, 0));
}

.focus\:from-warmGray-200:focus {
  --tw-gradient-from: #e7e5e4;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(231, 229, 228, 0));
}

.focus\:from-warmGray-300:focus {
  --tw-gradient-from: #d6d3d1;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(214, 211, 209, 0));
}

.focus\:from-warmGray-400:focus {
  --tw-gradient-from: #a8a29e;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(168, 162, 158, 0));
}

.focus\:from-warmGray-500:focus {
  --tw-gradient-from: #78716c;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(120, 113, 108, 0));
}

.focus\:from-warmGray-600:focus {
  --tw-gradient-from: #57534e;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(87, 83, 78, 0));
}

.focus\:from-warmGray-700:focus {
  --tw-gradient-from: #44403c;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(68, 64, 60, 0));
}

.focus\:from-warmGray-800:focus {
  --tw-gradient-from: #292524;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(41, 37, 36, 0));
}

.focus\:from-warmGray-900:focus {
  --tw-gradient-from: #1c1917;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(28, 25, 23, 0));
}

.focus\:from-trueGray-50:focus {
  --tw-gradient-from: #fafafa;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(250, 250, 250, 0));
}

.focus\:from-trueGray-100:focus {
  --tw-gradient-from: #f5f5f5;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(245, 245, 245, 0));
}

.focus\:from-trueGray-200:focus {
  --tw-gradient-from: #e5e5e5;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(229, 229, 229, 0));
}

.focus\:from-trueGray-300:focus {
  --tw-gradient-from: #d4d4d4;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(212, 212, 212, 0));
}

.focus\:from-trueGray-400:focus {
  --tw-gradient-from: #a3a3a3;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(163, 163, 163, 0));
}

.focus\:from-trueGray-500:focus {
  --tw-gradient-from: #737373;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(115, 115, 115, 0));
}

.focus\:from-trueGray-600:focus {
  --tw-gradient-from: #525252;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(82, 82, 82, 0));
}

.focus\:from-trueGray-700:focus {
  --tw-gradient-from: #404040;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(64, 64, 64, 0));
}

.focus\:from-trueGray-800:focus {
  --tw-gradient-from: #262626;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(38, 38, 38, 0));
}

.focus\:from-trueGray-900:focus {
  --tw-gradient-from: #171717;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(23, 23, 23, 0));
}

.focus\:from-gray-50:focus {
  --tw-gradient-from: #fafafa;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(250, 250, 250, 0));
}

.focus\:from-gray-100:focus {
  --tw-gradient-from: #f4f4f5;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(244, 244, 245, 0));
}

.focus\:from-gray-200:focus {
  --tw-gradient-from: #e4e4e7;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(228, 228, 231, 0));
}

.focus\:from-gray-300:focus {
  --tw-gradient-from: #d4d4d8;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(212, 212, 216, 0));
}

.focus\:from-gray-400:focus {
  --tw-gradient-from: #a1a1aa;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(161, 161, 170, 0));
}

.focus\:from-gray-500:focus {
  --tw-gradient-from: #71717a;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(113, 113, 122, 0));
}

.focus\:from-gray-600:focus {
  --tw-gradient-from: #52525b;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(82, 82, 91, 0));
}

.focus\:from-gray-700:focus {
  --tw-gradient-from: #3f3f46;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(63, 63, 70, 0));
}

.focus\:from-gray-800:focus {
  --tw-gradient-from: #27272a;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(39, 39, 42, 0));
}

.focus\:from-gray-900:focus {
  --tw-gradient-from: #18181b;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(24, 24, 27, 0));
}

.focus\:from-coolGray-50:focus {
  --tw-gradient-from: #f9fafb;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(249, 250, 251, 0));
}

.focus\:from-coolGray-100:focus {
  --tw-gradient-from: #f3f4f6;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(243, 244, 246, 0));
}

.focus\:from-coolGray-200:focus {
  --tw-gradient-from: #e5e7eb;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(229, 231, 235, 0));
}

.focus\:from-coolGray-300:focus {
  --tw-gradient-from: #d1d5db;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(209, 213, 219, 0));
}

.focus\:from-coolGray-400:focus {
  --tw-gradient-from: #9ca3af;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(156, 163, 175, 0));
}

.focus\:from-coolGray-500:focus {
  --tw-gradient-from: #6b7280;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(107, 114, 128, 0));
}

.focus\:from-coolGray-600:focus {
  --tw-gradient-from: #4b5563;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(75, 85, 99, 0));
}

.focus\:from-coolGray-700:focus {
  --tw-gradient-from: #374151;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(55, 65, 81, 0));
}

.focus\:from-coolGray-800:focus {
  --tw-gradient-from: #1f2937;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(31, 41, 55, 0));
}

.focus\:from-coolGray-900:focus {
  --tw-gradient-from: #111827;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(17, 24, 39, 0));
}

.focus\:from-blueGray-50:focus {
  --tw-gradient-from: #f8fafc;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(248, 250, 252, 0));
}

.focus\:from-blueGray-100:focus {
  --tw-gradient-from: #f1f5f9;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(241, 245, 249, 0));
}

.focus\:from-blueGray-200:focus {
  --tw-gradient-from: #e2e8f0;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(226, 232, 240, 0));
}

.focus\:from-blueGray-300:focus {
  --tw-gradient-from: #cbd5e1;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(203, 213, 225, 0));
}

.focus\:from-blueGray-400:focus {
  --tw-gradient-from: #94a3b8;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(148, 163, 184, 0));
}

.focus\:from-blueGray-500:focus {
  --tw-gradient-from: #64748b;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(100, 116, 139, 0));
}

.focus\:from-blueGray-600:focus {
  --tw-gradient-from: #475569;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(71, 85, 105, 0));
}

.focus\:from-blueGray-700:focus {
  --tw-gradient-from: #334155;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(51, 65, 85, 0));
}

.focus\:from-blueGray-800:focus {
  --tw-gradient-from: #1e293b;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(30, 41, 59, 0));
}

.focus\:from-blueGray-900:focus {
  --tw-gradient-from: #0f172a;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(15, 23, 42, 0));
}

.via-current {
  --tw-gradient-stops: var(--tw-gradient-from), currentColor, var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.via-transparent {
  --tw-gradient-stops: var(--tw-gradient-from), transparent, var(--tw-gradient-to, rgba(0, 0, 0, 0));
}

.via-falcon {
  --tw-gradient-stops: var(--tw-gradient-from), var(--falcon), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.via-basement {
  --tw-gradient-stops: var(--tw-gradient-from), var(--basement), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.via-blue-50 {
  --tw-gradient-stops: var(--tw-gradient-from), #eff6ff, var(--tw-gradient-to, rgba(239, 246, 255, 0));
}

.via-blue-100 {
  --tw-gradient-stops: var(--tw-gradient-from), #dbeafe, var(--tw-gradient-to, rgba(219, 234, 254, 0));
}

.via-blue-200 {
  --tw-gradient-stops: var(--tw-gradient-from), #bfdbfe, var(--tw-gradient-to, rgba(191, 219, 254, 0));
}

.via-blue-300 {
  --tw-gradient-stops: var(--tw-gradient-from), #93c5fd, var(--tw-gradient-to, rgba(147, 197, 253, 0));
}

.via-blue-400 {
  --tw-gradient-stops: var(--tw-gradient-from), #60a5fa, var(--tw-gradient-to, rgba(96, 165, 250, 0));
}

.via-blue-500 {
  --tw-gradient-stops: var(--tw-gradient-from), #3b82f6, var(--tw-gradient-to, rgba(59, 130, 246, 0));
}

.via-blue-600 {
  --tw-gradient-stops: var(--tw-gradient-from), #2563eb, var(--tw-gradient-to, rgba(37, 99, 235, 0));
}

.via-blue-700 {
  --tw-gradient-stops: var(--tw-gradient-from), #1d4ed8, var(--tw-gradient-to, rgba(29, 78, 216, 0));
}

.via-blue-800 {
  --tw-gradient-stops: var(--tw-gradient-from), #1e40af, var(--tw-gradient-to, rgba(30, 64, 175, 0));
}

.via-blue-900 {
  --tw-gradient-stops: var(--tw-gradient-from), #1e3a8a, var(--tw-gradient-to, rgba(30, 58, 138, 0));
}

.via-body-and-labels {
  --tw-gradient-stops: var(--tw-gradient-from), var(--body-and-labels), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.via-brand {
  --tw-gradient-stops: var(--tw-gradient-from), var(--brand), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.via-code-base-64 {
  --tw-gradient-stops: var(--tw-gradient-from), var(--code-base-64), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.via-code-bg {
  --tw-gradient-stops: var(--tw-gradient-from), var(--code-bg), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.via-code-outline {
  --tw-gradient-stops: var(--tw-gradient-from), var(--code-outline), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.via-code-text {
  --tw-gradient-stops: var(--tw-gradient-from), var(--code-text), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.via-critical {
  --tw-gradient-stops: var(--tw-gradient-from), var(--critical), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.via-destructive-hover {
  --tw-gradient-stops: var(--tw-gradient-from), var(--destructive-hover), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.via-destructive-idle {
  --tw-gradient-stops: var(--tw-gradient-from), var(--destructive-idle), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.via-destructive-pressed {
  --tw-gradient-stops: var(--tw-gradient-from), var(--destructive-pressed), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.via-disabled {
  --tw-gradient-stops: var(--tw-gradient-from), var(--disabled), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.via-disc-operations {
  --tw-gradient-stops: var(--tw-gradient-from), var(--disc-operations), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.via-dns-requests {
  --tw-gradient-stops: var(--tw-gradient-from), var(--dns-requests), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.via-focus {
  --tw-gradient-stops: var(--tw-gradient-from), var(--focus), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.via-graph-1 {
  --tw-gradient-stops: var(--tw-gradient-from), var(--graph-1), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.via-graph-10 {
  --tw-gradient-stops: var(--tw-gradient-from), var(--graph-10), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.via-graph-11 {
  --tw-gradient-stops: var(--tw-gradient-from), var(--graph-11), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.via-graph-2 {
  --tw-gradient-stops: var(--tw-gradient-from), var(--graph-2), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.via-graph-3 {
  --tw-gradient-stops: var(--tw-gradient-from), var(--graph-3), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.via-graph-4 {
  --tw-gradient-stops: var(--tw-gradient-from), var(--graph-4), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.via-graph-5 {
  --tw-gradient-stops: var(--tw-gradient-from), var(--graph-5), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.via-graph-6 {
  --tw-gradient-stops: var(--tw-gradient-from), var(--graph-6), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.via-graph-7 {
  --tw-gradient-stops: var(--tw-gradient-from), var(--graph-7), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.via-graph-8 {
  --tw-gradient-stops: var(--tw-gradient-from), var(--graph-8), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.via-graph-9 {
  --tw-gradient-stops: var(--tw-gradient-from), var(--graph-9), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.via-graph-disabled {
  --tw-gradient-stops: var(--tw-gradient-from), var(--graph-disabled), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.via-ground-floor {
  --tw-gradient-stops: var(--tw-gradient-from), var(--ground-floor), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.via-high {
  --tw-gradient-stops: var(--tw-gradient-from), var(--high), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.via-informational {
  --tw-gradient-stops: var(--tw-gradient-from), var(--informational), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.via-lines-dark {
  --tw-gradient-stops: var(--tw-gradient-from), var(--lines-dark), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.via-lines-light {
  --tw-gradient-stops: var(--tw-gradient-from), var(--lines-light), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.via-low {
  --tw-gradient-stops: var(--tw-gradient-from), var(--low), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.via-medium {
  --tw-gradient-stops: var(--tw-gradient-from), var(--medium), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.via-mezzanine {
  --tw-gradient-stops: var(--tw-gradient-from), var(--mezzanine), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.via-nav-text-and-icons {
  --tw-gradient-stops: var(--tw-gradient-from), var(--nav-text-and-icons), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.via-nav-text-secondary {
  --tw-gradient-stops: var(--tw-gradient-from), var(--nav-text-secondary), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.via-network-operations {
  --tw-gradient-stops: var(--tw-gradient-from), var(--network-operations), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.via-normal-hover {
  --tw-gradient-stops: var(--tw-gradient-from), var(--normal-hover), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.via-normal-idle {
  --tw-gradient-stops: var(--tw-gradient-from), var(--normal-idle), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.via-normal-pressed {
  --tw-gradient-stops: var(--tw-gradient-from), var(--normal-pressed), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.via-overlay-0\.5 {
  --tw-gradient-stops: var(--tw-gradient-from), var(--overlay-0\.5), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.via-overlay-1 {
  --tw-gradient-stops: var(--tw-gradient-from), var(--overlay-1), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.via-overlay-2 {
  --tw-gradient-stops: var(--tw-gradient-from), var(--overlay-2), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.via-positive {
  --tw-gradient-stops: var(--tw-gradient-from), var(--positive), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.via-primary-hover {
  --tw-gradient-stops: var(--tw-gradient-from), var(--primary-hover), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.via-primary-idle {
  --tw-gradient-stops: var(--tw-gradient-from), var(--primary-idle), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.via-primary-pressed {
  --tw-gradient-stops: var(--tw-gradient-from), var(--primary-pressed), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.via-process-operations {
  --tw-gradient-stops: var(--tw-gradient-from), var(--process-operations), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.via-purple-50 {
  --tw-gradient-stops: var(--tw-gradient-from), #faf5ff, var(--tw-gradient-to, rgba(250, 245, 255, 0));
}

.via-purple-100 {
  --tw-gradient-stops: var(--tw-gradient-from), #f3e8ff, var(--tw-gradient-to, rgba(243, 232, 255, 0));
}

.via-purple-200 {
  --tw-gradient-stops: var(--tw-gradient-from), #e9d5ff, var(--tw-gradient-to, rgba(233, 213, 255, 0));
}

.via-purple-300 {
  --tw-gradient-stops: var(--tw-gradient-from), #d8b4fe, var(--tw-gradient-to, rgba(216, 180, 254, 0));
}

.via-purple-400 {
  --tw-gradient-stops: var(--tw-gradient-from), #c084fc, var(--tw-gradient-to, rgba(192, 132, 252, 0));
}

.via-purple-500 {
  --tw-gradient-stops: var(--tw-gradient-from), #a855f7, var(--tw-gradient-to, rgba(168, 85, 247, 0));
}

.via-purple-600 {
  --tw-gradient-stops: var(--tw-gradient-from), #9333ea, var(--tw-gradient-to, rgba(147, 51, 234, 0));
}

.via-purple-700 {
  --tw-gradient-stops: var(--tw-gradient-from), #7e22ce, var(--tw-gradient-to, rgba(126, 34, 206, 0));
}

.via-purple-800 {
  --tw-gradient-stops: var(--tw-gradient-from), #6b21a8, var(--tw-gradient-to, rgba(107, 33, 168, 0));
}

.via-purple-900 {
  --tw-gradient-stops: var(--tw-gradient-from), #581c87, var(--tw-gradient-to, rgba(88, 28, 135, 0));
}

.via-registry-operations {
  --tw-gradient-stops: var(--tw-gradient-from), var(--registry-operations), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.via-selected {
  --tw-gradient-stops: var(--tw-gradient-from), var(--selected), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.via-surface-2xl {
  --tw-gradient-stops: var(--tw-gradient-from), var(--surface-2xl), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.via-surface-base {
  --tw-gradient-stops: var(--tw-gradient-from), var(--surface-base), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.via-surface-inner {
  --tw-gradient-stops: var(--tw-gradient-from), var(--surface-inner), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.via-surface-lg {
  --tw-gradient-stops: var(--tw-gradient-from), var(--surface-lg), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.via-surface-md {
  --tw-gradient-stops: var(--tw-gradient-from), var(--surface-md), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.via-surface-xl {
  --tw-gradient-stops: var(--tw-gradient-from), var(--surface-xl), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.via-text-and-icons {
  --tw-gradient-stops: var(--tw-gradient-from), var(--text-and-icons), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.via-titles-and-attributes {
  --tw-gradient-stops: var(--tw-gradient-from), var(--titles-and-attributes), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.via-black {
  --tw-gradient-stops: var(--tw-gradient-from), #000, var(--tw-gradient-to, rgba(0, 0, 0, 0));
}

.via-white {
  --tw-gradient-stops: var(--tw-gradient-from), #fff, var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.via-rose-50 {
  --tw-gradient-stops: var(--tw-gradient-from), #fff1f2, var(--tw-gradient-to, rgba(255, 241, 242, 0));
}

.via-rose-100 {
  --tw-gradient-stops: var(--tw-gradient-from), #ffe4e6, var(--tw-gradient-to, rgba(255, 228, 230, 0));
}

.via-rose-200 {
  --tw-gradient-stops: var(--tw-gradient-from), #fecdd3, var(--tw-gradient-to, rgba(254, 205, 211, 0));
}

.via-rose-300 {
  --tw-gradient-stops: var(--tw-gradient-from), #fda4af, var(--tw-gradient-to, rgba(253, 164, 175, 0));
}

.via-rose-400 {
  --tw-gradient-stops: var(--tw-gradient-from), #fb7185, var(--tw-gradient-to, rgba(251, 113, 133, 0));
}

.via-rose-500 {
  --tw-gradient-stops: var(--tw-gradient-from), #f43f5e, var(--tw-gradient-to, rgba(244, 63, 94, 0));
}

.via-rose-600 {
  --tw-gradient-stops: var(--tw-gradient-from), #e11d48, var(--tw-gradient-to, rgba(225, 29, 72, 0));
}

.via-rose-700 {
  --tw-gradient-stops: var(--tw-gradient-from), #be123c, var(--tw-gradient-to, rgba(190, 18, 60, 0));
}

.via-rose-800 {
  --tw-gradient-stops: var(--tw-gradient-from), #9f1239, var(--tw-gradient-to, rgba(159, 18, 57, 0));
}

.via-rose-900 {
  --tw-gradient-stops: var(--tw-gradient-from), #881337, var(--tw-gradient-to, rgba(136, 19, 55, 0));
}

.via-pink-50 {
  --tw-gradient-stops: var(--tw-gradient-from), #fdf2f8, var(--tw-gradient-to, rgba(253, 242, 248, 0));
}

.via-pink-100 {
  --tw-gradient-stops: var(--tw-gradient-from), #fce7f3, var(--tw-gradient-to, rgba(252, 231, 243, 0));
}

.via-pink-200 {
  --tw-gradient-stops: var(--tw-gradient-from), #fbcfe8, var(--tw-gradient-to, rgba(251, 207, 232, 0));
}

.via-pink-300 {
  --tw-gradient-stops: var(--tw-gradient-from), #f9a8d4, var(--tw-gradient-to, rgba(249, 168, 212, 0));
}

.via-pink-400 {
  --tw-gradient-stops: var(--tw-gradient-from), #f472b6, var(--tw-gradient-to, rgba(244, 114, 182, 0));
}

.via-pink-500 {
  --tw-gradient-stops: var(--tw-gradient-from), #ec4899, var(--tw-gradient-to, rgba(236, 72, 153, 0));
}

.via-pink-600 {
  --tw-gradient-stops: var(--tw-gradient-from), #db2777, var(--tw-gradient-to, rgba(219, 39, 119, 0));
}

.via-pink-700 {
  --tw-gradient-stops: var(--tw-gradient-from), #be185d, var(--tw-gradient-to, rgba(190, 24, 93, 0));
}

.via-pink-800 {
  --tw-gradient-stops: var(--tw-gradient-from), #9d174d, var(--tw-gradient-to, rgba(157, 23, 77, 0));
}

.via-pink-900 {
  --tw-gradient-stops: var(--tw-gradient-from), #831843, var(--tw-gradient-to, rgba(131, 24, 67, 0));
}

.via-fuchsia-50 {
  --tw-gradient-stops: var(--tw-gradient-from), #fdf4ff, var(--tw-gradient-to, rgba(253, 244, 255, 0));
}

.via-fuchsia-100 {
  --tw-gradient-stops: var(--tw-gradient-from), #fae8ff, var(--tw-gradient-to, rgba(250, 232, 255, 0));
}

.via-fuchsia-200 {
  --tw-gradient-stops: var(--tw-gradient-from), #f5d0fe, var(--tw-gradient-to, rgba(245, 208, 254, 0));
}

.via-fuchsia-300 {
  --tw-gradient-stops: var(--tw-gradient-from), #f0abfc, var(--tw-gradient-to, rgba(240, 171, 252, 0));
}

.via-fuchsia-400 {
  --tw-gradient-stops: var(--tw-gradient-from), #e879f9, var(--tw-gradient-to, rgba(232, 121, 249, 0));
}

.via-fuchsia-500 {
  --tw-gradient-stops: var(--tw-gradient-from), #d946ef, var(--tw-gradient-to, rgba(217, 70, 239, 0));
}

.via-fuchsia-600 {
  --tw-gradient-stops: var(--tw-gradient-from), #c026d3, var(--tw-gradient-to, rgba(192, 38, 211, 0));
}

.via-fuchsia-700 {
  --tw-gradient-stops: var(--tw-gradient-from), #a21caf, var(--tw-gradient-to, rgba(162, 28, 175, 0));
}

.via-fuchsia-800 {
  --tw-gradient-stops: var(--tw-gradient-from), #86198f, var(--tw-gradient-to, rgba(134, 25, 143, 0));
}

.via-fuchsia-900 {
  --tw-gradient-stops: var(--tw-gradient-from), #701a75, var(--tw-gradient-to, rgba(112, 26, 117, 0));
}

.via-violet-50 {
  --tw-gradient-stops: var(--tw-gradient-from), #f5f3ff, var(--tw-gradient-to, rgba(245, 243, 255, 0));
}

.via-violet-100 {
  --tw-gradient-stops: var(--tw-gradient-from), #ede9fe, var(--tw-gradient-to, rgba(237, 233, 254, 0));
}

.via-violet-200 {
  --tw-gradient-stops: var(--tw-gradient-from), #ddd6fe, var(--tw-gradient-to, rgba(221, 214, 254, 0));
}

.via-violet-300 {
  --tw-gradient-stops: var(--tw-gradient-from), #c4b5fd, var(--tw-gradient-to, rgba(196, 181, 253, 0));
}

.via-violet-400 {
  --tw-gradient-stops: var(--tw-gradient-from), #a78bfa, var(--tw-gradient-to, rgba(167, 139, 250, 0));
}

.via-violet-500 {
  --tw-gradient-stops: var(--tw-gradient-from), #8b5cf6, var(--tw-gradient-to, rgba(139, 92, 246, 0));
}

.via-violet-600 {
  --tw-gradient-stops: var(--tw-gradient-from), #7c3aed, var(--tw-gradient-to, rgba(124, 58, 237, 0));
}

.via-violet-700 {
  --tw-gradient-stops: var(--tw-gradient-from), #6d28d9, var(--tw-gradient-to, rgba(109, 40, 217, 0));
}

.via-violet-800 {
  --tw-gradient-stops: var(--tw-gradient-from), #5b21b6, var(--tw-gradient-to, rgba(91, 33, 182, 0));
}

.via-violet-900 {
  --tw-gradient-stops: var(--tw-gradient-from), #4c1d95, var(--tw-gradient-to, rgba(76, 29, 149, 0));
}

.via-indigo-50 {
  --tw-gradient-stops: var(--tw-gradient-from), #eef2ff, var(--tw-gradient-to, rgba(238, 242, 255, 0));
}

.via-indigo-100 {
  --tw-gradient-stops: var(--tw-gradient-from), #e0e7ff, var(--tw-gradient-to, rgba(224, 231, 255, 0));
}

.via-indigo-200 {
  --tw-gradient-stops: var(--tw-gradient-from), #c7d2fe, var(--tw-gradient-to, rgba(199, 210, 254, 0));
}

.via-indigo-300 {
  --tw-gradient-stops: var(--tw-gradient-from), #a5b4fc, var(--tw-gradient-to, rgba(165, 180, 252, 0));
}

.via-indigo-400 {
  --tw-gradient-stops: var(--tw-gradient-from), #818cf8, var(--tw-gradient-to, rgba(129, 140, 248, 0));
}

.via-indigo-500 {
  --tw-gradient-stops: var(--tw-gradient-from), #6366f1, var(--tw-gradient-to, rgba(99, 102, 241, 0));
}

.via-indigo-600 {
  --tw-gradient-stops: var(--tw-gradient-from), #4f46e5, var(--tw-gradient-to, rgba(79, 70, 229, 0));
}

.via-indigo-700 {
  --tw-gradient-stops: var(--tw-gradient-from), #4338ca, var(--tw-gradient-to, rgba(67, 56, 202, 0));
}

.via-indigo-800 {
  --tw-gradient-stops: var(--tw-gradient-from), #3730a3, var(--tw-gradient-to, rgba(55, 48, 163, 0));
}

.via-indigo-900 {
  --tw-gradient-stops: var(--tw-gradient-from), #312e81, var(--tw-gradient-to, rgba(49, 46, 129, 0));
}

.via-lightBlue-50 {
  --tw-gradient-stops: var(--tw-gradient-from), #f0f9ff, var(--tw-gradient-to, rgba(240, 249, 255, 0));
}

.via-lightBlue-100 {
  --tw-gradient-stops: var(--tw-gradient-from), #e0f2fe, var(--tw-gradient-to, rgba(224, 242, 254, 0));
}

.via-lightBlue-200 {
  --tw-gradient-stops: var(--tw-gradient-from), #bae6fd, var(--tw-gradient-to, rgba(186, 230, 253, 0));
}

.via-lightBlue-300 {
  --tw-gradient-stops: var(--tw-gradient-from), #7dd3fc, var(--tw-gradient-to, rgba(125, 211, 252, 0));
}

.via-lightBlue-400 {
  --tw-gradient-stops: var(--tw-gradient-from), #38bdf8, var(--tw-gradient-to, rgba(56, 189, 248, 0));
}

.via-lightBlue-500 {
  --tw-gradient-stops: var(--tw-gradient-from), #0ea5e9, var(--tw-gradient-to, rgba(14, 165, 233, 0));
}

.via-lightBlue-600 {
  --tw-gradient-stops: var(--tw-gradient-from), #0284c7, var(--tw-gradient-to, rgba(2, 132, 199, 0));
}

.via-lightBlue-700 {
  --tw-gradient-stops: var(--tw-gradient-from), #0369a1, var(--tw-gradient-to, rgba(3, 105, 161, 0));
}

.via-lightBlue-800 {
  --tw-gradient-stops: var(--tw-gradient-from), #075985, var(--tw-gradient-to, rgba(7, 89, 133, 0));
}

.via-lightBlue-900 {
  --tw-gradient-stops: var(--tw-gradient-from), #0c4a6e, var(--tw-gradient-to, rgba(12, 74, 110, 0));
}

.via-cyan-50 {
  --tw-gradient-stops: var(--tw-gradient-from), #ecfeff, var(--tw-gradient-to, rgba(236, 254, 255, 0));
}

.via-cyan-100 {
  --tw-gradient-stops: var(--tw-gradient-from), #cffafe, var(--tw-gradient-to, rgba(207, 250, 254, 0));
}

.via-cyan-200 {
  --tw-gradient-stops: var(--tw-gradient-from), #a5f3fc, var(--tw-gradient-to, rgba(165, 243, 252, 0));
}

.via-cyan-300 {
  --tw-gradient-stops: var(--tw-gradient-from), #67e8f9, var(--tw-gradient-to, rgba(103, 232, 249, 0));
}

.via-cyan-400 {
  --tw-gradient-stops: var(--tw-gradient-from), #22d3ee, var(--tw-gradient-to, rgba(34, 211, 238, 0));
}

.via-cyan-500 {
  --tw-gradient-stops: var(--tw-gradient-from), #06b6d4, var(--tw-gradient-to, rgba(6, 182, 212, 0));
}

.via-cyan-600 {
  --tw-gradient-stops: var(--tw-gradient-from), #0891b2, var(--tw-gradient-to, rgba(8, 145, 178, 0));
}

.via-cyan-700 {
  --tw-gradient-stops: var(--tw-gradient-from), #0e7490, var(--tw-gradient-to, rgba(14, 116, 144, 0));
}

.via-cyan-800 {
  --tw-gradient-stops: var(--tw-gradient-from), #155e75, var(--tw-gradient-to, rgba(21, 94, 117, 0));
}

.via-cyan-900 {
  --tw-gradient-stops: var(--tw-gradient-from), #164e63, var(--tw-gradient-to, rgba(22, 78, 99, 0));
}

.via-teal-50 {
  --tw-gradient-stops: var(--tw-gradient-from), #f0fdfa, var(--tw-gradient-to, rgba(240, 253, 250, 0));
}

.via-teal-100 {
  --tw-gradient-stops: var(--tw-gradient-from), #ccfbf1, var(--tw-gradient-to, rgba(204, 251, 241, 0));
}

.via-teal-200 {
  --tw-gradient-stops: var(--tw-gradient-from), #99f6e4, var(--tw-gradient-to, rgba(153, 246, 228, 0));
}

.via-teal-300 {
  --tw-gradient-stops: var(--tw-gradient-from), #5eead4, var(--tw-gradient-to, rgba(94, 234, 212, 0));
}

.via-teal-400 {
  --tw-gradient-stops: var(--tw-gradient-from), #2dd4bf, var(--tw-gradient-to, rgba(45, 212, 191, 0));
}

.via-teal-500 {
  --tw-gradient-stops: var(--tw-gradient-from), #14b8a6, var(--tw-gradient-to, rgba(20, 184, 166, 0));
}

.via-teal-600 {
  --tw-gradient-stops: var(--tw-gradient-from), #0d9488, var(--tw-gradient-to, rgba(13, 148, 136, 0));
}

.via-teal-700 {
  --tw-gradient-stops: var(--tw-gradient-from), #0f766e, var(--tw-gradient-to, rgba(15, 118, 110, 0));
}

.via-teal-800 {
  --tw-gradient-stops: var(--tw-gradient-from), #115e59, var(--tw-gradient-to, rgba(17, 94, 89, 0));
}

.via-teal-900 {
  --tw-gradient-stops: var(--tw-gradient-from), #134e4a, var(--tw-gradient-to, rgba(19, 78, 74, 0));
}

.via-emerald-50 {
  --tw-gradient-stops: var(--tw-gradient-from), #ecfdf5, var(--tw-gradient-to, rgba(236, 253, 245, 0));
}

.via-emerald-100 {
  --tw-gradient-stops: var(--tw-gradient-from), #d1fae5, var(--tw-gradient-to, rgba(209, 250, 229, 0));
}

.via-emerald-200 {
  --tw-gradient-stops: var(--tw-gradient-from), #a7f3d0, var(--tw-gradient-to, rgba(167, 243, 208, 0));
}

.via-emerald-300 {
  --tw-gradient-stops: var(--tw-gradient-from), #6ee7b7, var(--tw-gradient-to, rgba(110, 231, 183, 0));
}

.via-emerald-400 {
  --tw-gradient-stops: var(--tw-gradient-from), #34d399, var(--tw-gradient-to, rgba(52, 211, 153, 0));
}

.via-emerald-500 {
  --tw-gradient-stops: var(--tw-gradient-from), #10b981, var(--tw-gradient-to, rgba(16, 185, 129, 0));
}

.via-emerald-600 {
  --tw-gradient-stops: var(--tw-gradient-from), #059669, var(--tw-gradient-to, rgba(5, 150, 105, 0));
}

.via-emerald-700 {
  --tw-gradient-stops: var(--tw-gradient-from), #047857, var(--tw-gradient-to, rgba(4, 120, 87, 0));
}

.via-emerald-800 {
  --tw-gradient-stops: var(--tw-gradient-from), #065f46, var(--tw-gradient-to, rgba(6, 95, 70, 0));
}

.via-emerald-900 {
  --tw-gradient-stops: var(--tw-gradient-from), #064e3b, var(--tw-gradient-to, rgba(6, 78, 59, 0));
}

.via-green-50 {
  --tw-gradient-stops: var(--tw-gradient-from), #f0fdf4, var(--tw-gradient-to, rgba(240, 253, 244, 0));
}

.via-green-100 {
  --tw-gradient-stops: var(--tw-gradient-from), #dcfce7, var(--tw-gradient-to, rgba(220, 252, 231, 0));
}

.via-green-200 {
  --tw-gradient-stops: var(--tw-gradient-from), #bbf7d0, var(--tw-gradient-to, rgba(187, 247, 208, 0));
}

.via-green-300 {
  --tw-gradient-stops: var(--tw-gradient-from), #86efac, var(--tw-gradient-to, rgba(134, 239, 172, 0));
}

.via-green-400 {
  --tw-gradient-stops: var(--tw-gradient-from), #4ade80, var(--tw-gradient-to, rgba(74, 222, 128, 0));
}

.via-green-500 {
  --tw-gradient-stops: var(--tw-gradient-from), #22c55e, var(--tw-gradient-to, rgba(34, 197, 94, 0));
}

.via-green-600 {
  --tw-gradient-stops: var(--tw-gradient-from), #16a34a, var(--tw-gradient-to, rgba(22, 163, 74, 0));
}

.via-green-700 {
  --tw-gradient-stops: var(--tw-gradient-from), #15803d, var(--tw-gradient-to, rgba(21, 128, 61, 0));
}

.via-green-800 {
  --tw-gradient-stops: var(--tw-gradient-from), #166534, var(--tw-gradient-to, rgba(22, 101, 52, 0));
}

.via-green-900 {
  --tw-gradient-stops: var(--tw-gradient-from), #14532d, var(--tw-gradient-to, rgba(20, 83, 45, 0));
}

.via-lime-50 {
  --tw-gradient-stops: var(--tw-gradient-from), #f7fee7, var(--tw-gradient-to, rgba(247, 254, 231, 0));
}

.via-lime-100 {
  --tw-gradient-stops: var(--tw-gradient-from), #ecfccb, var(--tw-gradient-to, rgba(236, 252, 203, 0));
}

.via-lime-200 {
  --tw-gradient-stops: var(--tw-gradient-from), #d9f99d, var(--tw-gradient-to, rgba(217, 249, 157, 0));
}

.via-lime-300 {
  --tw-gradient-stops: var(--tw-gradient-from), #bef264, var(--tw-gradient-to, rgba(190, 242, 100, 0));
}

.via-lime-400 {
  --tw-gradient-stops: var(--tw-gradient-from), #a3e635, var(--tw-gradient-to, rgba(163, 230, 53, 0));
}

.via-lime-500 {
  --tw-gradient-stops: var(--tw-gradient-from), #84cc16, var(--tw-gradient-to, rgba(132, 204, 22, 0));
}

.via-lime-600 {
  --tw-gradient-stops: var(--tw-gradient-from), #65a30d, var(--tw-gradient-to, rgba(101, 163, 13, 0));
}

.via-lime-700 {
  --tw-gradient-stops: var(--tw-gradient-from), #4d7c0f, var(--tw-gradient-to, rgba(77, 124, 15, 0));
}

.via-lime-800 {
  --tw-gradient-stops: var(--tw-gradient-from), #3f6212, var(--tw-gradient-to, rgba(63, 98, 18, 0));
}

.via-lime-900 {
  --tw-gradient-stops: var(--tw-gradient-from), #365314, var(--tw-gradient-to, rgba(54, 83, 20, 0));
}

.via-yellow-50 {
  --tw-gradient-stops: var(--tw-gradient-from), #fefce8, var(--tw-gradient-to, rgba(254, 252, 232, 0));
}

.via-yellow-100 {
  --tw-gradient-stops: var(--tw-gradient-from), #fef9c3, var(--tw-gradient-to, rgba(254, 249, 195, 0));
}

.via-yellow-200 {
  --tw-gradient-stops: var(--tw-gradient-from), #fef08a, var(--tw-gradient-to, rgba(254, 240, 138, 0));
}

.via-yellow-300 {
  --tw-gradient-stops: var(--tw-gradient-from), #fde047, var(--tw-gradient-to, rgba(253, 224, 71, 0));
}

.via-yellow-400 {
  --tw-gradient-stops: var(--tw-gradient-from), #facc15, var(--tw-gradient-to, rgba(250, 204, 21, 0));
}

.via-yellow-500 {
  --tw-gradient-stops: var(--tw-gradient-from), #eab308, var(--tw-gradient-to, rgba(234, 179, 8, 0));
}

.via-yellow-600 {
  --tw-gradient-stops: var(--tw-gradient-from), #ca8a04, var(--tw-gradient-to, rgba(202, 138, 4, 0));
}

.via-yellow-700 {
  --tw-gradient-stops: var(--tw-gradient-from), #a16207, var(--tw-gradient-to, rgba(161, 98, 7, 0));
}

.via-yellow-800 {
  --tw-gradient-stops: var(--tw-gradient-from), #854d0e, var(--tw-gradient-to, rgba(133, 77, 14, 0));
}

.via-yellow-900 {
  --tw-gradient-stops: var(--tw-gradient-from), #713f12, var(--tw-gradient-to, rgba(113, 63, 18, 0));
}

.via-amber-50 {
  --tw-gradient-stops: var(--tw-gradient-from), #fffbeb, var(--tw-gradient-to, rgba(255, 251, 235, 0));
}

.via-amber-100 {
  --tw-gradient-stops: var(--tw-gradient-from), #fef3c7, var(--tw-gradient-to, rgba(254, 243, 199, 0));
}

.via-amber-200 {
  --tw-gradient-stops: var(--tw-gradient-from), #fde68a, var(--tw-gradient-to, rgba(253, 230, 138, 0));
}

.via-amber-300 {
  --tw-gradient-stops: var(--tw-gradient-from), #fcd34d, var(--tw-gradient-to, rgba(252, 211, 77, 0));
}

.via-amber-400 {
  --tw-gradient-stops: var(--tw-gradient-from), #fbbf24, var(--tw-gradient-to, rgba(251, 191, 36, 0));
}

.via-amber-500 {
  --tw-gradient-stops: var(--tw-gradient-from), #f59e0b, var(--tw-gradient-to, rgba(245, 158, 11, 0));
}

.via-amber-600 {
  --tw-gradient-stops: var(--tw-gradient-from), #d97706, var(--tw-gradient-to, rgba(217, 119, 6, 0));
}

.via-amber-700 {
  --tw-gradient-stops: var(--tw-gradient-from), #b45309, var(--tw-gradient-to, rgba(180, 83, 9, 0));
}

.via-amber-800 {
  --tw-gradient-stops: var(--tw-gradient-from), #92400e, var(--tw-gradient-to, rgba(146, 64, 14, 0));
}

.via-amber-900 {
  --tw-gradient-stops: var(--tw-gradient-from), #78350f, var(--tw-gradient-to, rgba(120, 53, 15, 0));
}

.via-orange-50 {
  --tw-gradient-stops: var(--tw-gradient-from), #fff7ed, var(--tw-gradient-to, rgba(255, 247, 237, 0));
}

.via-orange-100 {
  --tw-gradient-stops: var(--tw-gradient-from), #ffedd5, var(--tw-gradient-to, rgba(255, 237, 213, 0));
}

.via-orange-200 {
  --tw-gradient-stops: var(--tw-gradient-from), #fed7aa, var(--tw-gradient-to, rgba(254, 215, 170, 0));
}

.via-orange-300 {
  --tw-gradient-stops: var(--tw-gradient-from), #fdba74, var(--tw-gradient-to, rgba(253, 186, 116, 0));
}

.via-orange-400 {
  --tw-gradient-stops: var(--tw-gradient-from), #fb923c, var(--tw-gradient-to, rgba(251, 146, 60, 0));
}

.via-orange-500 {
  --tw-gradient-stops: var(--tw-gradient-from), #f97316, var(--tw-gradient-to, rgba(249, 115, 22, 0));
}

.via-orange-600 {
  --tw-gradient-stops: var(--tw-gradient-from), #ea580c, var(--tw-gradient-to, rgba(234, 88, 12, 0));
}

.via-orange-700 {
  --tw-gradient-stops: var(--tw-gradient-from), #c2410c, var(--tw-gradient-to, rgba(194, 65, 12, 0));
}

.via-orange-800 {
  --tw-gradient-stops: var(--tw-gradient-from), #9a3412, var(--tw-gradient-to, rgba(154, 52, 18, 0));
}

.via-orange-900 {
  --tw-gradient-stops: var(--tw-gradient-from), #7c2d12, var(--tw-gradient-to, rgba(124, 45, 18, 0));
}

.via-red-50 {
  --tw-gradient-stops: var(--tw-gradient-from), #fef2f2, var(--tw-gradient-to, rgba(254, 242, 242, 0));
}

.via-red-100 {
  --tw-gradient-stops: var(--tw-gradient-from), #fee2e2, var(--tw-gradient-to, rgba(254, 226, 226, 0));
}

.via-red-200 {
  --tw-gradient-stops: var(--tw-gradient-from), #fecaca, var(--tw-gradient-to, rgba(254, 202, 202, 0));
}

.via-red-300 {
  --tw-gradient-stops: var(--tw-gradient-from), #fca5a5, var(--tw-gradient-to, rgba(252, 165, 165, 0));
}

.via-red-400 {
  --tw-gradient-stops: var(--tw-gradient-from), #f87171, var(--tw-gradient-to, rgba(248, 113, 113, 0));
}

.via-red-500 {
  --tw-gradient-stops: var(--tw-gradient-from), #ef4444, var(--tw-gradient-to, rgba(239, 68, 68, 0));
}

.via-red-600 {
  --tw-gradient-stops: var(--tw-gradient-from), #dc2626, var(--tw-gradient-to, rgba(220, 38, 38, 0));
}

.via-red-700 {
  --tw-gradient-stops: var(--tw-gradient-from), #b91c1c, var(--tw-gradient-to, rgba(185, 28, 28, 0));
}

.via-red-800 {
  --tw-gradient-stops: var(--tw-gradient-from), #991b1b, var(--tw-gradient-to, rgba(153, 27, 27, 0));
}

.via-red-900 {
  --tw-gradient-stops: var(--tw-gradient-from), #7f1d1d, var(--tw-gradient-to, rgba(127, 29, 29, 0));
}

.via-warmGray-50 {
  --tw-gradient-stops: var(--tw-gradient-from), #fafaf9, var(--tw-gradient-to, rgba(250, 250, 249, 0));
}

.via-warmGray-100 {
  --tw-gradient-stops: var(--tw-gradient-from), #f5f5f4, var(--tw-gradient-to, rgba(245, 245, 244, 0));
}

.via-warmGray-200 {
  --tw-gradient-stops: var(--tw-gradient-from), #e7e5e4, var(--tw-gradient-to, rgba(231, 229, 228, 0));
}

.via-warmGray-300 {
  --tw-gradient-stops: var(--tw-gradient-from), #d6d3d1, var(--tw-gradient-to, rgba(214, 211, 209, 0));
}

.via-warmGray-400 {
  --tw-gradient-stops: var(--tw-gradient-from), #a8a29e, var(--tw-gradient-to, rgba(168, 162, 158, 0));
}

.via-warmGray-500 {
  --tw-gradient-stops: var(--tw-gradient-from), #78716c, var(--tw-gradient-to, rgba(120, 113, 108, 0));
}

.via-warmGray-600 {
  --tw-gradient-stops: var(--tw-gradient-from), #57534e, var(--tw-gradient-to, rgba(87, 83, 78, 0));
}

.via-warmGray-700 {
  --tw-gradient-stops: var(--tw-gradient-from), #44403c, var(--tw-gradient-to, rgba(68, 64, 60, 0));
}

.via-warmGray-800 {
  --tw-gradient-stops: var(--tw-gradient-from), #292524, var(--tw-gradient-to, rgba(41, 37, 36, 0));
}

.via-warmGray-900 {
  --tw-gradient-stops: var(--tw-gradient-from), #1c1917, var(--tw-gradient-to, rgba(28, 25, 23, 0));
}

.via-trueGray-50 {
  --tw-gradient-stops: var(--tw-gradient-from), #fafafa, var(--tw-gradient-to, rgba(250, 250, 250, 0));
}

.via-trueGray-100 {
  --tw-gradient-stops: var(--tw-gradient-from), #f5f5f5, var(--tw-gradient-to, rgba(245, 245, 245, 0));
}

.via-trueGray-200 {
  --tw-gradient-stops: var(--tw-gradient-from), #e5e5e5, var(--tw-gradient-to, rgba(229, 229, 229, 0));
}

.via-trueGray-300 {
  --tw-gradient-stops: var(--tw-gradient-from), #d4d4d4, var(--tw-gradient-to, rgba(212, 212, 212, 0));
}

.via-trueGray-400 {
  --tw-gradient-stops: var(--tw-gradient-from), #a3a3a3, var(--tw-gradient-to, rgba(163, 163, 163, 0));
}

.via-trueGray-500 {
  --tw-gradient-stops: var(--tw-gradient-from), #737373, var(--tw-gradient-to, rgba(115, 115, 115, 0));
}

.via-trueGray-600 {
  --tw-gradient-stops: var(--tw-gradient-from), #525252, var(--tw-gradient-to, rgba(82, 82, 82, 0));
}

.via-trueGray-700 {
  --tw-gradient-stops: var(--tw-gradient-from), #404040, var(--tw-gradient-to, rgba(64, 64, 64, 0));
}

.via-trueGray-800 {
  --tw-gradient-stops: var(--tw-gradient-from), #262626, var(--tw-gradient-to, rgba(38, 38, 38, 0));
}

.via-trueGray-900 {
  --tw-gradient-stops: var(--tw-gradient-from), #171717, var(--tw-gradient-to, rgba(23, 23, 23, 0));
}

.via-gray-50 {
  --tw-gradient-stops: var(--tw-gradient-from), #fafafa, var(--tw-gradient-to, rgba(250, 250, 250, 0));
}

.via-gray-100 {
  --tw-gradient-stops: var(--tw-gradient-from), #f4f4f5, var(--tw-gradient-to, rgba(244, 244, 245, 0));
}

.via-gray-200 {
  --tw-gradient-stops: var(--tw-gradient-from), #e4e4e7, var(--tw-gradient-to, rgba(228, 228, 231, 0));
}

.via-gray-300 {
  --tw-gradient-stops: var(--tw-gradient-from), #d4d4d8, var(--tw-gradient-to, rgba(212, 212, 216, 0));
}

.via-gray-400 {
  --tw-gradient-stops: var(--tw-gradient-from), #a1a1aa, var(--tw-gradient-to, rgba(161, 161, 170, 0));
}

.via-gray-500 {
  --tw-gradient-stops: var(--tw-gradient-from), #71717a, var(--tw-gradient-to, rgba(113, 113, 122, 0));
}

.via-gray-600 {
  --tw-gradient-stops: var(--tw-gradient-from), #52525b, var(--tw-gradient-to, rgba(82, 82, 91, 0));
}

.via-gray-700 {
  --tw-gradient-stops: var(--tw-gradient-from), #3f3f46, var(--tw-gradient-to, rgba(63, 63, 70, 0));
}

.via-gray-800 {
  --tw-gradient-stops: var(--tw-gradient-from), #27272a, var(--tw-gradient-to, rgba(39, 39, 42, 0));
}

.via-gray-900 {
  --tw-gradient-stops: var(--tw-gradient-from), #18181b, var(--tw-gradient-to, rgba(24, 24, 27, 0));
}

.via-coolGray-50 {
  --tw-gradient-stops: var(--tw-gradient-from), #f9fafb, var(--tw-gradient-to, rgba(249, 250, 251, 0));
}

.via-coolGray-100 {
  --tw-gradient-stops: var(--tw-gradient-from), #f3f4f6, var(--tw-gradient-to, rgba(243, 244, 246, 0));
}

.via-coolGray-200 {
  --tw-gradient-stops: var(--tw-gradient-from), #e5e7eb, var(--tw-gradient-to, rgba(229, 231, 235, 0));
}

.via-coolGray-300 {
  --tw-gradient-stops: var(--tw-gradient-from), #d1d5db, var(--tw-gradient-to, rgba(209, 213, 219, 0));
}

.via-coolGray-400 {
  --tw-gradient-stops: var(--tw-gradient-from), #9ca3af, var(--tw-gradient-to, rgba(156, 163, 175, 0));
}

.via-coolGray-500 {
  --tw-gradient-stops: var(--tw-gradient-from), #6b7280, var(--tw-gradient-to, rgba(107, 114, 128, 0));
}

.via-coolGray-600 {
  --tw-gradient-stops: var(--tw-gradient-from), #4b5563, var(--tw-gradient-to, rgba(75, 85, 99, 0));
}

.via-coolGray-700 {
  --tw-gradient-stops: var(--tw-gradient-from), #374151, var(--tw-gradient-to, rgba(55, 65, 81, 0));
}

.via-coolGray-800 {
  --tw-gradient-stops: var(--tw-gradient-from), #1f2937, var(--tw-gradient-to, rgba(31, 41, 55, 0));
}

.via-coolGray-900 {
  --tw-gradient-stops: var(--tw-gradient-from), #111827, var(--tw-gradient-to, rgba(17, 24, 39, 0));
}

.via-blueGray-50 {
  --tw-gradient-stops: var(--tw-gradient-from), #f8fafc, var(--tw-gradient-to, rgba(248, 250, 252, 0));
}

.via-blueGray-100 {
  --tw-gradient-stops: var(--tw-gradient-from), #f1f5f9, var(--tw-gradient-to, rgba(241, 245, 249, 0));
}

.via-blueGray-200 {
  --tw-gradient-stops: var(--tw-gradient-from), #e2e8f0, var(--tw-gradient-to, rgba(226, 232, 240, 0));
}

.via-blueGray-300 {
  --tw-gradient-stops: var(--tw-gradient-from), #cbd5e1, var(--tw-gradient-to, rgba(203, 213, 225, 0));
}

.via-blueGray-400 {
  --tw-gradient-stops: var(--tw-gradient-from), #94a3b8, var(--tw-gradient-to, rgba(148, 163, 184, 0));
}

.via-blueGray-500 {
  --tw-gradient-stops: var(--tw-gradient-from), #64748b, var(--tw-gradient-to, rgba(100, 116, 139, 0));
}

.via-blueGray-600 {
  --tw-gradient-stops: var(--tw-gradient-from), #475569, var(--tw-gradient-to, rgba(71, 85, 105, 0));
}

.via-blueGray-700 {
  --tw-gradient-stops: var(--tw-gradient-from), #334155, var(--tw-gradient-to, rgba(51, 65, 85, 0));
}

.via-blueGray-800 {
  --tw-gradient-stops: var(--tw-gradient-from), #1e293b, var(--tw-gradient-to, rgba(30, 41, 59, 0));
}

.via-blueGray-900 {
  --tw-gradient-stops: var(--tw-gradient-from), #0f172a, var(--tw-gradient-to, rgba(15, 23, 42, 0));
}

.hover\:via-current:hover {
  --tw-gradient-stops: var(--tw-gradient-from), currentColor, var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.hover\:via-transparent:hover {
  --tw-gradient-stops: var(--tw-gradient-from), transparent, var(--tw-gradient-to, rgba(0, 0, 0, 0));
}

.hover\:via-falcon:hover {
  --tw-gradient-stops: var(--tw-gradient-from), var(--falcon), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.hover\:via-basement:hover {
  --tw-gradient-stops: var(--tw-gradient-from), var(--basement), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.hover\:via-blue-50:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #eff6ff, var(--tw-gradient-to, rgba(239, 246, 255, 0));
}

.hover\:via-blue-100:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #dbeafe, var(--tw-gradient-to, rgba(219, 234, 254, 0));
}

.hover\:via-blue-200:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #bfdbfe, var(--tw-gradient-to, rgba(191, 219, 254, 0));
}

.hover\:via-blue-300:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #93c5fd, var(--tw-gradient-to, rgba(147, 197, 253, 0));
}

.hover\:via-blue-400:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #60a5fa, var(--tw-gradient-to, rgba(96, 165, 250, 0));
}

.hover\:via-blue-500:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #3b82f6, var(--tw-gradient-to, rgba(59, 130, 246, 0));
}

.hover\:via-blue-600:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #2563eb, var(--tw-gradient-to, rgba(37, 99, 235, 0));
}

.hover\:via-blue-700:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #1d4ed8, var(--tw-gradient-to, rgba(29, 78, 216, 0));
}

.hover\:via-blue-800:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #1e40af, var(--tw-gradient-to, rgba(30, 64, 175, 0));
}

.hover\:via-blue-900:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #1e3a8a, var(--tw-gradient-to, rgba(30, 58, 138, 0));
}

.hover\:via-body-and-labels:hover {
  --tw-gradient-stops: var(--tw-gradient-from), var(--body-and-labels), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.hover\:via-brand:hover {
  --tw-gradient-stops: var(--tw-gradient-from), var(--brand), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.hover\:via-code-base-64:hover {
  --tw-gradient-stops: var(--tw-gradient-from), var(--code-base-64), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.hover\:via-code-bg:hover {
  --tw-gradient-stops: var(--tw-gradient-from), var(--code-bg), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.hover\:via-code-outline:hover {
  --tw-gradient-stops: var(--tw-gradient-from), var(--code-outline), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.hover\:via-code-text:hover {
  --tw-gradient-stops: var(--tw-gradient-from), var(--code-text), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.hover\:via-critical:hover {
  --tw-gradient-stops: var(--tw-gradient-from), var(--critical), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.hover\:via-destructive-hover:hover {
  --tw-gradient-stops: var(--tw-gradient-from), var(--destructive-hover), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.hover\:via-destructive-idle:hover {
  --tw-gradient-stops: var(--tw-gradient-from), var(--destructive-idle), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.hover\:via-destructive-pressed:hover {
  --tw-gradient-stops: var(--tw-gradient-from), var(--destructive-pressed), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.hover\:via-disabled:hover {
  --tw-gradient-stops: var(--tw-gradient-from), var(--disabled), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.hover\:via-disc-operations:hover {
  --tw-gradient-stops: var(--tw-gradient-from), var(--disc-operations), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.hover\:via-dns-requests:hover {
  --tw-gradient-stops: var(--tw-gradient-from), var(--dns-requests), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.hover\:via-focus:hover {
  --tw-gradient-stops: var(--tw-gradient-from), var(--focus), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.hover\:via-graph-1:hover {
  --tw-gradient-stops: var(--tw-gradient-from), var(--graph-1), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.hover\:via-graph-10:hover {
  --tw-gradient-stops: var(--tw-gradient-from), var(--graph-10), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.hover\:via-graph-11:hover {
  --tw-gradient-stops: var(--tw-gradient-from), var(--graph-11), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.hover\:via-graph-2:hover {
  --tw-gradient-stops: var(--tw-gradient-from), var(--graph-2), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.hover\:via-graph-3:hover {
  --tw-gradient-stops: var(--tw-gradient-from), var(--graph-3), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.hover\:via-graph-4:hover {
  --tw-gradient-stops: var(--tw-gradient-from), var(--graph-4), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.hover\:via-graph-5:hover {
  --tw-gradient-stops: var(--tw-gradient-from), var(--graph-5), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.hover\:via-graph-6:hover {
  --tw-gradient-stops: var(--tw-gradient-from), var(--graph-6), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.hover\:via-graph-7:hover {
  --tw-gradient-stops: var(--tw-gradient-from), var(--graph-7), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.hover\:via-graph-8:hover {
  --tw-gradient-stops: var(--tw-gradient-from), var(--graph-8), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.hover\:via-graph-9:hover {
  --tw-gradient-stops: var(--tw-gradient-from), var(--graph-9), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.hover\:via-graph-disabled:hover {
  --tw-gradient-stops: var(--tw-gradient-from), var(--graph-disabled), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.hover\:via-ground-floor:hover {
  --tw-gradient-stops: var(--tw-gradient-from), var(--ground-floor), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.hover\:via-high:hover {
  --tw-gradient-stops: var(--tw-gradient-from), var(--high), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.hover\:via-informational:hover {
  --tw-gradient-stops: var(--tw-gradient-from), var(--informational), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.hover\:via-lines-dark:hover {
  --tw-gradient-stops: var(--tw-gradient-from), var(--lines-dark), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.hover\:via-lines-light:hover {
  --tw-gradient-stops: var(--tw-gradient-from), var(--lines-light), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.hover\:via-low:hover {
  --tw-gradient-stops: var(--tw-gradient-from), var(--low), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.hover\:via-medium:hover {
  --tw-gradient-stops: var(--tw-gradient-from), var(--medium), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.hover\:via-mezzanine:hover {
  --tw-gradient-stops: var(--tw-gradient-from), var(--mezzanine), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.hover\:via-nav-text-and-icons:hover {
  --tw-gradient-stops: var(--tw-gradient-from), var(--nav-text-and-icons), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.hover\:via-nav-text-secondary:hover {
  --tw-gradient-stops: var(--tw-gradient-from), var(--nav-text-secondary), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.hover\:via-network-operations:hover {
  --tw-gradient-stops: var(--tw-gradient-from), var(--network-operations), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.hover\:via-normal-hover:hover {
  --tw-gradient-stops: var(--tw-gradient-from), var(--normal-hover), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.hover\:via-normal-idle:hover {
  --tw-gradient-stops: var(--tw-gradient-from), var(--normal-idle), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.hover\:via-normal-pressed:hover {
  --tw-gradient-stops: var(--tw-gradient-from), var(--normal-pressed), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.hover\:via-overlay-0\.5:hover {
  --tw-gradient-stops: var(--tw-gradient-from), var(--overlay-0\.5), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.hover\:via-overlay-1:hover {
  --tw-gradient-stops: var(--tw-gradient-from), var(--overlay-1), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.hover\:via-overlay-2:hover {
  --tw-gradient-stops: var(--tw-gradient-from), var(--overlay-2), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.hover\:via-positive:hover {
  --tw-gradient-stops: var(--tw-gradient-from), var(--positive), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.hover\:via-primary-hover:hover {
  --tw-gradient-stops: var(--tw-gradient-from), var(--primary-hover), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.hover\:via-primary-idle:hover {
  --tw-gradient-stops: var(--tw-gradient-from), var(--primary-idle), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.hover\:via-primary-pressed:hover {
  --tw-gradient-stops: var(--tw-gradient-from), var(--primary-pressed), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.hover\:via-process-operations:hover {
  --tw-gradient-stops: var(--tw-gradient-from), var(--process-operations), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.hover\:via-purple-50:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #faf5ff, var(--tw-gradient-to, rgba(250, 245, 255, 0));
}

.hover\:via-purple-100:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #f3e8ff, var(--tw-gradient-to, rgba(243, 232, 255, 0));
}

.hover\:via-purple-200:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #e9d5ff, var(--tw-gradient-to, rgba(233, 213, 255, 0));
}

.hover\:via-purple-300:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #d8b4fe, var(--tw-gradient-to, rgba(216, 180, 254, 0));
}

.hover\:via-purple-400:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #c084fc, var(--tw-gradient-to, rgba(192, 132, 252, 0));
}

.hover\:via-purple-500:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #a855f7, var(--tw-gradient-to, rgba(168, 85, 247, 0));
}

.hover\:via-purple-600:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #9333ea, var(--tw-gradient-to, rgba(147, 51, 234, 0));
}

.hover\:via-purple-700:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #7e22ce, var(--tw-gradient-to, rgba(126, 34, 206, 0));
}

.hover\:via-purple-800:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #6b21a8, var(--tw-gradient-to, rgba(107, 33, 168, 0));
}

.hover\:via-purple-900:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #581c87, var(--tw-gradient-to, rgba(88, 28, 135, 0));
}

.hover\:via-registry-operations:hover {
  --tw-gradient-stops: var(--tw-gradient-from), var(--registry-operations), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.hover\:via-selected:hover {
  --tw-gradient-stops: var(--tw-gradient-from), var(--selected), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.hover\:via-surface-2xl:hover {
  --tw-gradient-stops: var(--tw-gradient-from), var(--surface-2xl), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.hover\:via-surface-base:hover {
  --tw-gradient-stops: var(--tw-gradient-from), var(--surface-base), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.hover\:via-surface-inner:hover {
  --tw-gradient-stops: var(--tw-gradient-from), var(--surface-inner), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.hover\:via-surface-lg:hover {
  --tw-gradient-stops: var(--tw-gradient-from), var(--surface-lg), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.hover\:via-surface-md:hover {
  --tw-gradient-stops: var(--tw-gradient-from), var(--surface-md), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.hover\:via-surface-xl:hover {
  --tw-gradient-stops: var(--tw-gradient-from), var(--surface-xl), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.hover\:via-text-and-icons:hover {
  --tw-gradient-stops: var(--tw-gradient-from), var(--text-and-icons), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.hover\:via-titles-and-attributes:hover {
  --tw-gradient-stops: var(--tw-gradient-from), var(--titles-and-attributes), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.hover\:via-black:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #000, var(--tw-gradient-to, rgba(0, 0, 0, 0));
}

.hover\:via-white:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #fff, var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.hover\:via-rose-50:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #fff1f2, var(--tw-gradient-to, rgba(255, 241, 242, 0));
}

.hover\:via-rose-100:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #ffe4e6, var(--tw-gradient-to, rgba(255, 228, 230, 0));
}

.hover\:via-rose-200:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #fecdd3, var(--tw-gradient-to, rgba(254, 205, 211, 0));
}

.hover\:via-rose-300:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #fda4af, var(--tw-gradient-to, rgba(253, 164, 175, 0));
}

.hover\:via-rose-400:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #fb7185, var(--tw-gradient-to, rgba(251, 113, 133, 0));
}

.hover\:via-rose-500:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #f43f5e, var(--tw-gradient-to, rgba(244, 63, 94, 0));
}

.hover\:via-rose-600:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #e11d48, var(--tw-gradient-to, rgba(225, 29, 72, 0));
}

.hover\:via-rose-700:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #be123c, var(--tw-gradient-to, rgba(190, 18, 60, 0));
}

.hover\:via-rose-800:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #9f1239, var(--tw-gradient-to, rgba(159, 18, 57, 0));
}

.hover\:via-rose-900:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #881337, var(--tw-gradient-to, rgba(136, 19, 55, 0));
}

.hover\:via-pink-50:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #fdf2f8, var(--tw-gradient-to, rgba(253, 242, 248, 0));
}

.hover\:via-pink-100:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #fce7f3, var(--tw-gradient-to, rgba(252, 231, 243, 0));
}

.hover\:via-pink-200:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #fbcfe8, var(--tw-gradient-to, rgba(251, 207, 232, 0));
}

.hover\:via-pink-300:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #f9a8d4, var(--tw-gradient-to, rgba(249, 168, 212, 0));
}

.hover\:via-pink-400:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #f472b6, var(--tw-gradient-to, rgba(244, 114, 182, 0));
}

.hover\:via-pink-500:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #ec4899, var(--tw-gradient-to, rgba(236, 72, 153, 0));
}

.hover\:via-pink-600:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #db2777, var(--tw-gradient-to, rgba(219, 39, 119, 0));
}

.hover\:via-pink-700:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #be185d, var(--tw-gradient-to, rgba(190, 24, 93, 0));
}

.hover\:via-pink-800:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #9d174d, var(--tw-gradient-to, rgba(157, 23, 77, 0));
}

.hover\:via-pink-900:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #831843, var(--tw-gradient-to, rgba(131, 24, 67, 0));
}

.hover\:via-fuchsia-50:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #fdf4ff, var(--tw-gradient-to, rgba(253, 244, 255, 0));
}

.hover\:via-fuchsia-100:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #fae8ff, var(--tw-gradient-to, rgba(250, 232, 255, 0));
}

.hover\:via-fuchsia-200:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #f5d0fe, var(--tw-gradient-to, rgba(245, 208, 254, 0));
}

.hover\:via-fuchsia-300:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #f0abfc, var(--tw-gradient-to, rgba(240, 171, 252, 0));
}

.hover\:via-fuchsia-400:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #e879f9, var(--tw-gradient-to, rgba(232, 121, 249, 0));
}

.hover\:via-fuchsia-500:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #d946ef, var(--tw-gradient-to, rgba(217, 70, 239, 0));
}

.hover\:via-fuchsia-600:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #c026d3, var(--tw-gradient-to, rgba(192, 38, 211, 0));
}

.hover\:via-fuchsia-700:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #a21caf, var(--tw-gradient-to, rgba(162, 28, 175, 0));
}

.hover\:via-fuchsia-800:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #86198f, var(--tw-gradient-to, rgba(134, 25, 143, 0));
}

.hover\:via-fuchsia-900:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #701a75, var(--tw-gradient-to, rgba(112, 26, 117, 0));
}

.hover\:via-violet-50:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #f5f3ff, var(--tw-gradient-to, rgba(245, 243, 255, 0));
}

.hover\:via-violet-100:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #ede9fe, var(--tw-gradient-to, rgba(237, 233, 254, 0));
}

.hover\:via-violet-200:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #ddd6fe, var(--tw-gradient-to, rgba(221, 214, 254, 0));
}

.hover\:via-violet-300:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #c4b5fd, var(--tw-gradient-to, rgba(196, 181, 253, 0));
}

.hover\:via-violet-400:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #a78bfa, var(--tw-gradient-to, rgba(167, 139, 250, 0));
}

.hover\:via-violet-500:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #8b5cf6, var(--tw-gradient-to, rgba(139, 92, 246, 0));
}

.hover\:via-violet-600:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #7c3aed, var(--tw-gradient-to, rgba(124, 58, 237, 0));
}

.hover\:via-violet-700:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #6d28d9, var(--tw-gradient-to, rgba(109, 40, 217, 0));
}

.hover\:via-violet-800:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #5b21b6, var(--tw-gradient-to, rgba(91, 33, 182, 0));
}

.hover\:via-violet-900:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #4c1d95, var(--tw-gradient-to, rgba(76, 29, 149, 0));
}

.hover\:via-indigo-50:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #eef2ff, var(--tw-gradient-to, rgba(238, 242, 255, 0));
}

.hover\:via-indigo-100:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #e0e7ff, var(--tw-gradient-to, rgba(224, 231, 255, 0));
}

.hover\:via-indigo-200:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #c7d2fe, var(--tw-gradient-to, rgba(199, 210, 254, 0));
}

.hover\:via-indigo-300:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #a5b4fc, var(--tw-gradient-to, rgba(165, 180, 252, 0));
}

.hover\:via-indigo-400:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #818cf8, var(--tw-gradient-to, rgba(129, 140, 248, 0));
}

.hover\:via-indigo-500:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #6366f1, var(--tw-gradient-to, rgba(99, 102, 241, 0));
}

.hover\:via-indigo-600:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #4f46e5, var(--tw-gradient-to, rgba(79, 70, 229, 0));
}

.hover\:via-indigo-700:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #4338ca, var(--tw-gradient-to, rgba(67, 56, 202, 0));
}

.hover\:via-indigo-800:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #3730a3, var(--tw-gradient-to, rgba(55, 48, 163, 0));
}

.hover\:via-indigo-900:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #312e81, var(--tw-gradient-to, rgba(49, 46, 129, 0));
}

.hover\:via-lightBlue-50:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #f0f9ff, var(--tw-gradient-to, rgba(240, 249, 255, 0));
}

.hover\:via-lightBlue-100:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #e0f2fe, var(--tw-gradient-to, rgba(224, 242, 254, 0));
}

.hover\:via-lightBlue-200:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #bae6fd, var(--tw-gradient-to, rgba(186, 230, 253, 0));
}

.hover\:via-lightBlue-300:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #7dd3fc, var(--tw-gradient-to, rgba(125, 211, 252, 0));
}

.hover\:via-lightBlue-400:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #38bdf8, var(--tw-gradient-to, rgba(56, 189, 248, 0));
}

.hover\:via-lightBlue-500:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #0ea5e9, var(--tw-gradient-to, rgba(14, 165, 233, 0));
}

.hover\:via-lightBlue-600:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #0284c7, var(--tw-gradient-to, rgba(2, 132, 199, 0));
}

.hover\:via-lightBlue-700:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #0369a1, var(--tw-gradient-to, rgba(3, 105, 161, 0));
}

.hover\:via-lightBlue-800:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #075985, var(--tw-gradient-to, rgba(7, 89, 133, 0));
}

.hover\:via-lightBlue-900:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #0c4a6e, var(--tw-gradient-to, rgba(12, 74, 110, 0));
}

.hover\:via-cyan-50:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #ecfeff, var(--tw-gradient-to, rgba(236, 254, 255, 0));
}

.hover\:via-cyan-100:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #cffafe, var(--tw-gradient-to, rgba(207, 250, 254, 0));
}

.hover\:via-cyan-200:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #a5f3fc, var(--tw-gradient-to, rgba(165, 243, 252, 0));
}

.hover\:via-cyan-300:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #67e8f9, var(--tw-gradient-to, rgba(103, 232, 249, 0));
}

.hover\:via-cyan-400:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #22d3ee, var(--tw-gradient-to, rgba(34, 211, 238, 0));
}

.hover\:via-cyan-500:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #06b6d4, var(--tw-gradient-to, rgba(6, 182, 212, 0));
}

.hover\:via-cyan-600:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #0891b2, var(--tw-gradient-to, rgba(8, 145, 178, 0));
}

.hover\:via-cyan-700:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #0e7490, var(--tw-gradient-to, rgba(14, 116, 144, 0));
}

.hover\:via-cyan-800:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #155e75, var(--tw-gradient-to, rgba(21, 94, 117, 0));
}

.hover\:via-cyan-900:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #164e63, var(--tw-gradient-to, rgba(22, 78, 99, 0));
}

.hover\:via-teal-50:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #f0fdfa, var(--tw-gradient-to, rgba(240, 253, 250, 0));
}

.hover\:via-teal-100:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #ccfbf1, var(--tw-gradient-to, rgba(204, 251, 241, 0));
}

.hover\:via-teal-200:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #99f6e4, var(--tw-gradient-to, rgba(153, 246, 228, 0));
}

.hover\:via-teal-300:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #5eead4, var(--tw-gradient-to, rgba(94, 234, 212, 0));
}

.hover\:via-teal-400:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #2dd4bf, var(--tw-gradient-to, rgba(45, 212, 191, 0));
}

.hover\:via-teal-500:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #14b8a6, var(--tw-gradient-to, rgba(20, 184, 166, 0));
}

.hover\:via-teal-600:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #0d9488, var(--tw-gradient-to, rgba(13, 148, 136, 0));
}

.hover\:via-teal-700:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #0f766e, var(--tw-gradient-to, rgba(15, 118, 110, 0));
}

.hover\:via-teal-800:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #115e59, var(--tw-gradient-to, rgba(17, 94, 89, 0));
}

.hover\:via-teal-900:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #134e4a, var(--tw-gradient-to, rgba(19, 78, 74, 0));
}

.hover\:via-emerald-50:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #ecfdf5, var(--tw-gradient-to, rgba(236, 253, 245, 0));
}

.hover\:via-emerald-100:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #d1fae5, var(--tw-gradient-to, rgba(209, 250, 229, 0));
}

.hover\:via-emerald-200:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #a7f3d0, var(--tw-gradient-to, rgba(167, 243, 208, 0));
}

.hover\:via-emerald-300:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #6ee7b7, var(--tw-gradient-to, rgba(110, 231, 183, 0));
}

.hover\:via-emerald-400:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #34d399, var(--tw-gradient-to, rgba(52, 211, 153, 0));
}

.hover\:via-emerald-500:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #10b981, var(--tw-gradient-to, rgba(16, 185, 129, 0));
}

.hover\:via-emerald-600:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #059669, var(--tw-gradient-to, rgba(5, 150, 105, 0));
}

.hover\:via-emerald-700:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #047857, var(--tw-gradient-to, rgba(4, 120, 87, 0));
}

.hover\:via-emerald-800:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #065f46, var(--tw-gradient-to, rgba(6, 95, 70, 0));
}

.hover\:via-emerald-900:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #064e3b, var(--tw-gradient-to, rgba(6, 78, 59, 0));
}

.hover\:via-green-50:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #f0fdf4, var(--tw-gradient-to, rgba(240, 253, 244, 0));
}

.hover\:via-green-100:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #dcfce7, var(--tw-gradient-to, rgba(220, 252, 231, 0));
}

.hover\:via-green-200:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #bbf7d0, var(--tw-gradient-to, rgba(187, 247, 208, 0));
}

.hover\:via-green-300:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #86efac, var(--tw-gradient-to, rgba(134, 239, 172, 0));
}

.hover\:via-green-400:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #4ade80, var(--tw-gradient-to, rgba(74, 222, 128, 0));
}

.hover\:via-green-500:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #22c55e, var(--tw-gradient-to, rgba(34, 197, 94, 0));
}

.hover\:via-green-600:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #16a34a, var(--tw-gradient-to, rgba(22, 163, 74, 0));
}

.hover\:via-green-700:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #15803d, var(--tw-gradient-to, rgba(21, 128, 61, 0));
}

.hover\:via-green-800:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #166534, var(--tw-gradient-to, rgba(22, 101, 52, 0));
}

.hover\:via-green-900:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #14532d, var(--tw-gradient-to, rgba(20, 83, 45, 0));
}

.hover\:via-lime-50:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #f7fee7, var(--tw-gradient-to, rgba(247, 254, 231, 0));
}

.hover\:via-lime-100:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #ecfccb, var(--tw-gradient-to, rgba(236, 252, 203, 0));
}

.hover\:via-lime-200:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #d9f99d, var(--tw-gradient-to, rgba(217, 249, 157, 0));
}

.hover\:via-lime-300:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #bef264, var(--tw-gradient-to, rgba(190, 242, 100, 0));
}

.hover\:via-lime-400:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #a3e635, var(--tw-gradient-to, rgba(163, 230, 53, 0));
}

.hover\:via-lime-500:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #84cc16, var(--tw-gradient-to, rgba(132, 204, 22, 0));
}

.hover\:via-lime-600:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #65a30d, var(--tw-gradient-to, rgba(101, 163, 13, 0));
}

.hover\:via-lime-700:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #4d7c0f, var(--tw-gradient-to, rgba(77, 124, 15, 0));
}

.hover\:via-lime-800:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #3f6212, var(--tw-gradient-to, rgba(63, 98, 18, 0));
}

.hover\:via-lime-900:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #365314, var(--tw-gradient-to, rgba(54, 83, 20, 0));
}

.hover\:via-yellow-50:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #fefce8, var(--tw-gradient-to, rgba(254, 252, 232, 0));
}

.hover\:via-yellow-100:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #fef9c3, var(--tw-gradient-to, rgba(254, 249, 195, 0));
}

.hover\:via-yellow-200:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #fef08a, var(--tw-gradient-to, rgba(254, 240, 138, 0));
}

.hover\:via-yellow-300:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #fde047, var(--tw-gradient-to, rgba(253, 224, 71, 0));
}

.hover\:via-yellow-400:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #facc15, var(--tw-gradient-to, rgba(250, 204, 21, 0));
}

.hover\:via-yellow-500:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #eab308, var(--tw-gradient-to, rgba(234, 179, 8, 0));
}

.hover\:via-yellow-600:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #ca8a04, var(--tw-gradient-to, rgba(202, 138, 4, 0));
}

.hover\:via-yellow-700:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #a16207, var(--tw-gradient-to, rgba(161, 98, 7, 0));
}

.hover\:via-yellow-800:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #854d0e, var(--tw-gradient-to, rgba(133, 77, 14, 0));
}

.hover\:via-yellow-900:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #713f12, var(--tw-gradient-to, rgba(113, 63, 18, 0));
}

.hover\:via-amber-50:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #fffbeb, var(--tw-gradient-to, rgba(255, 251, 235, 0));
}

.hover\:via-amber-100:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #fef3c7, var(--tw-gradient-to, rgba(254, 243, 199, 0));
}

.hover\:via-amber-200:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #fde68a, var(--tw-gradient-to, rgba(253, 230, 138, 0));
}

.hover\:via-amber-300:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #fcd34d, var(--tw-gradient-to, rgba(252, 211, 77, 0));
}

.hover\:via-amber-400:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #fbbf24, var(--tw-gradient-to, rgba(251, 191, 36, 0));
}

.hover\:via-amber-500:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #f59e0b, var(--tw-gradient-to, rgba(245, 158, 11, 0));
}

.hover\:via-amber-600:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #d97706, var(--tw-gradient-to, rgba(217, 119, 6, 0));
}

.hover\:via-amber-700:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #b45309, var(--tw-gradient-to, rgba(180, 83, 9, 0));
}

.hover\:via-amber-800:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #92400e, var(--tw-gradient-to, rgba(146, 64, 14, 0));
}

.hover\:via-amber-900:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #78350f, var(--tw-gradient-to, rgba(120, 53, 15, 0));
}

.hover\:via-orange-50:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #fff7ed, var(--tw-gradient-to, rgba(255, 247, 237, 0));
}

.hover\:via-orange-100:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #ffedd5, var(--tw-gradient-to, rgba(255, 237, 213, 0));
}

.hover\:via-orange-200:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #fed7aa, var(--tw-gradient-to, rgba(254, 215, 170, 0));
}

.hover\:via-orange-300:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #fdba74, var(--tw-gradient-to, rgba(253, 186, 116, 0));
}

.hover\:via-orange-400:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #fb923c, var(--tw-gradient-to, rgba(251, 146, 60, 0));
}

.hover\:via-orange-500:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #f97316, var(--tw-gradient-to, rgba(249, 115, 22, 0));
}

.hover\:via-orange-600:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #ea580c, var(--tw-gradient-to, rgba(234, 88, 12, 0));
}

.hover\:via-orange-700:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #c2410c, var(--tw-gradient-to, rgba(194, 65, 12, 0));
}

.hover\:via-orange-800:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #9a3412, var(--tw-gradient-to, rgba(154, 52, 18, 0));
}

.hover\:via-orange-900:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #7c2d12, var(--tw-gradient-to, rgba(124, 45, 18, 0));
}

.hover\:via-red-50:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #fef2f2, var(--tw-gradient-to, rgba(254, 242, 242, 0));
}

.hover\:via-red-100:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #fee2e2, var(--tw-gradient-to, rgba(254, 226, 226, 0));
}

.hover\:via-red-200:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #fecaca, var(--tw-gradient-to, rgba(254, 202, 202, 0));
}

.hover\:via-red-300:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #fca5a5, var(--tw-gradient-to, rgba(252, 165, 165, 0));
}

.hover\:via-red-400:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #f87171, var(--tw-gradient-to, rgba(248, 113, 113, 0));
}

.hover\:via-red-500:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #ef4444, var(--tw-gradient-to, rgba(239, 68, 68, 0));
}

.hover\:via-red-600:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #dc2626, var(--tw-gradient-to, rgba(220, 38, 38, 0));
}

.hover\:via-red-700:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #b91c1c, var(--tw-gradient-to, rgba(185, 28, 28, 0));
}

.hover\:via-red-800:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #991b1b, var(--tw-gradient-to, rgba(153, 27, 27, 0));
}

.hover\:via-red-900:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #7f1d1d, var(--tw-gradient-to, rgba(127, 29, 29, 0));
}

.hover\:via-warmGray-50:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #fafaf9, var(--tw-gradient-to, rgba(250, 250, 249, 0));
}

.hover\:via-warmGray-100:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #f5f5f4, var(--tw-gradient-to, rgba(245, 245, 244, 0));
}

.hover\:via-warmGray-200:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #e7e5e4, var(--tw-gradient-to, rgba(231, 229, 228, 0));
}

.hover\:via-warmGray-300:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #d6d3d1, var(--tw-gradient-to, rgba(214, 211, 209, 0));
}

.hover\:via-warmGray-400:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #a8a29e, var(--tw-gradient-to, rgba(168, 162, 158, 0));
}

.hover\:via-warmGray-500:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #78716c, var(--tw-gradient-to, rgba(120, 113, 108, 0));
}

.hover\:via-warmGray-600:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #57534e, var(--tw-gradient-to, rgba(87, 83, 78, 0));
}

.hover\:via-warmGray-700:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #44403c, var(--tw-gradient-to, rgba(68, 64, 60, 0));
}

.hover\:via-warmGray-800:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #292524, var(--tw-gradient-to, rgba(41, 37, 36, 0));
}

.hover\:via-warmGray-900:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #1c1917, var(--tw-gradient-to, rgba(28, 25, 23, 0));
}

.hover\:via-trueGray-50:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #fafafa, var(--tw-gradient-to, rgba(250, 250, 250, 0));
}

.hover\:via-trueGray-100:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #f5f5f5, var(--tw-gradient-to, rgba(245, 245, 245, 0));
}

.hover\:via-trueGray-200:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #e5e5e5, var(--tw-gradient-to, rgba(229, 229, 229, 0));
}

.hover\:via-trueGray-300:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #d4d4d4, var(--tw-gradient-to, rgba(212, 212, 212, 0));
}

.hover\:via-trueGray-400:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #a3a3a3, var(--tw-gradient-to, rgba(163, 163, 163, 0));
}

.hover\:via-trueGray-500:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #737373, var(--tw-gradient-to, rgba(115, 115, 115, 0));
}

.hover\:via-trueGray-600:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #525252, var(--tw-gradient-to, rgba(82, 82, 82, 0));
}

.hover\:via-trueGray-700:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #404040, var(--tw-gradient-to, rgba(64, 64, 64, 0));
}

.hover\:via-trueGray-800:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #262626, var(--tw-gradient-to, rgba(38, 38, 38, 0));
}

.hover\:via-trueGray-900:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #171717, var(--tw-gradient-to, rgba(23, 23, 23, 0));
}

.hover\:via-gray-50:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #fafafa, var(--tw-gradient-to, rgba(250, 250, 250, 0));
}

.hover\:via-gray-100:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #f4f4f5, var(--tw-gradient-to, rgba(244, 244, 245, 0));
}

.hover\:via-gray-200:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #e4e4e7, var(--tw-gradient-to, rgba(228, 228, 231, 0));
}

.hover\:via-gray-300:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #d4d4d8, var(--tw-gradient-to, rgba(212, 212, 216, 0));
}

.hover\:via-gray-400:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #a1a1aa, var(--tw-gradient-to, rgba(161, 161, 170, 0));
}

.hover\:via-gray-500:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #71717a, var(--tw-gradient-to, rgba(113, 113, 122, 0));
}

.hover\:via-gray-600:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #52525b, var(--tw-gradient-to, rgba(82, 82, 91, 0));
}

.hover\:via-gray-700:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #3f3f46, var(--tw-gradient-to, rgba(63, 63, 70, 0));
}

.hover\:via-gray-800:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #27272a, var(--tw-gradient-to, rgba(39, 39, 42, 0));
}

.hover\:via-gray-900:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #18181b, var(--tw-gradient-to, rgba(24, 24, 27, 0));
}

.hover\:via-coolGray-50:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #f9fafb, var(--tw-gradient-to, rgba(249, 250, 251, 0));
}

.hover\:via-coolGray-100:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #f3f4f6, var(--tw-gradient-to, rgba(243, 244, 246, 0));
}

.hover\:via-coolGray-200:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #e5e7eb, var(--tw-gradient-to, rgba(229, 231, 235, 0));
}

.hover\:via-coolGray-300:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #d1d5db, var(--tw-gradient-to, rgba(209, 213, 219, 0));
}

.hover\:via-coolGray-400:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #9ca3af, var(--tw-gradient-to, rgba(156, 163, 175, 0));
}

.hover\:via-coolGray-500:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #6b7280, var(--tw-gradient-to, rgba(107, 114, 128, 0));
}

.hover\:via-coolGray-600:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #4b5563, var(--tw-gradient-to, rgba(75, 85, 99, 0));
}

.hover\:via-coolGray-700:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #374151, var(--tw-gradient-to, rgba(55, 65, 81, 0));
}

.hover\:via-coolGray-800:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #1f2937, var(--tw-gradient-to, rgba(31, 41, 55, 0));
}

.hover\:via-coolGray-900:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #111827, var(--tw-gradient-to, rgba(17, 24, 39, 0));
}

.hover\:via-blueGray-50:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #f8fafc, var(--tw-gradient-to, rgba(248, 250, 252, 0));
}

.hover\:via-blueGray-100:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #f1f5f9, var(--tw-gradient-to, rgba(241, 245, 249, 0));
}

.hover\:via-blueGray-200:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #e2e8f0, var(--tw-gradient-to, rgba(226, 232, 240, 0));
}

.hover\:via-blueGray-300:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #cbd5e1, var(--tw-gradient-to, rgba(203, 213, 225, 0));
}

.hover\:via-blueGray-400:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #94a3b8, var(--tw-gradient-to, rgba(148, 163, 184, 0));
}

.hover\:via-blueGray-500:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #64748b, var(--tw-gradient-to, rgba(100, 116, 139, 0));
}

.hover\:via-blueGray-600:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #475569, var(--tw-gradient-to, rgba(71, 85, 105, 0));
}

.hover\:via-blueGray-700:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #334155, var(--tw-gradient-to, rgba(51, 65, 85, 0));
}

.hover\:via-blueGray-800:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #1e293b, var(--tw-gradient-to, rgba(30, 41, 59, 0));
}

.hover\:via-blueGray-900:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #0f172a, var(--tw-gradient-to, rgba(15, 23, 42, 0));
}

.focus\:via-current:focus {
  --tw-gradient-stops: var(--tw-gradient-from), currentColor, var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.focus\:via-transparent:focus {
  --tw-gradient-stops: var(--tw-gradient-from), transparent, var(--tw-gradient-to, rgba(0, 0, 0, 0));
}

.focus\:via-falcon:focus {
  --tw-gradient-stops: var(--tw-gradient-from), var(--falcon), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.focus\:via-basement:focus {
  --tw-gradient-stops: var(--tw-gradient-from), var(--basement), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.focus\:via-blue-50:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #eff6ff, var(--tw-gradient-to, rgba(239, 246, 255, 0));
}

.focus\:via-blue-100:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #dbeafe, var(--tw-gradient-to, rgba(219, 234, 254, 0));
}

.focus\:via-blue-200:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #bfdbfe, var(--tw-gradient-to, rgba(191, 219, 254, 0));
}

.focus\:via-blue-300:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #93c5fd, var(--tw-gradient-to, rgba(147, 197, 253, 0));
}

.focus\:via-blue-400:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #60a5fa, var(--tw-gradient-to, rgba(96, 165, 250, 0));
}

.focus\:via-blue-500:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #3b82f6, var(--tw-gradient-to, rgba(59, 130, 246, 0));
}

.focus\:via-blue-600:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #2563eb, var(--tw-gradient-to, rgba(37, 99, 235, 0));
}

.focus\:via-blue-700:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #1d4ed8, var(--tw-gradient-to, rgba(29, 78, 216, 0));
}

.focus\:via-blue-800:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #1e40af, var(--tw-gradient-to, rgba(30, 64, 175, 0));
}

.focus\:via-blue-900:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #1e3a8a, var(--tw-gradient-to, rgba(30, 58, 138, 0));
}

.focus\:via-body-and-labels:focus {
  --tw-gradient-stops: var(--tw-gradient-from), var(--body-and-labels), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.focus\:via-brand:focus {
  --tw-gradient-stops: var(--tw-gradient-from), var(--brand), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.focus\:via-code-base-64:focus {
  --tw-gradient-stops: var(--tw-gradient-from), var(--code-base-64), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.focus\:via-code-bg:focus {
  --tw-gradient-stops: var(--tw-gradient-from), var(--code-bg), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.focus\:via-code-outline:focus {
  --tw-gradient-stops: var(--tw-gradient-from), var(--code-outline), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.focus\:via-code-text:focus {
  --tw-gradient-stops: var(--tw-gradient-from), var(--code-text), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.focus\:via-critical:focus {
  --tw-gradient-stops: var(--tw-gradient-from), var(--critical), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.focus\:via-destructive-hover:focus {
  --tw-gradient-stops: var(--tw-gradient-from), var(--destructive-hover), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.focus\:via-destructive-idle:focus {
  --tw-gradient-stops: var(--tw-gradient-from), var(--destructive-idle), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.focus\:via-destructive-pressed:focus {
  --tw-gradient-stops: var(--tw-gradient-from), var(--destructive-pressed), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.focus\:via-disabled:focus {
  --tw-gradient-stops: var(--tw-gradient-from), var(--disabled), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.focus\:via-disc-operations:focus {
  --tw-gradient-stops: var(--tw-gradient-from), var(--disc-operations), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.focus\:via-dns-requests:focus {
  --tw-gradient-stops: var(--tw-gradient-from), var(--dns-requests), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.focus\:via-focus:focus {
  --tw-gradient-stops: var(--tw-gradient-from), var(--focus), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.focus\:via-graph-1:focus {
  --tw-gradient-stops: var(--tw-gradient-from), var(--graph-1), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.focus\:via-graph-10:focus {
  --tw-gradient-stops: var(--tw-gradient-from), var(--graph-10), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.focus\:via-graph-11:focus {
  --tw-gradient-stops: var(--tw-gradient-from), var(--graph-11), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.focus\:via-graph-2:focus {
  --tw-gradient-stops: var(--tw-gradient-from), var(--graph-2), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.focus\:via-graph-3:focus {
  --tw-gradient-stops: var(--tw-gradient-from), var(--graph-3), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.focus\:via-graph-4:focus {
  --tw-gradient-stops: var(--tw-gradient-from), var(--graph-4), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.focus\:via-graph-5:focus {
  --tw-gradient-stops: var(--tw-gradient-from), var(--graph-5), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.focus\:via-graph-6:focus {
  --tw-gradient-stops: var(--tw-gradient-from), var(--graph-6), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.focus\:via-graph-7:focus {
  --tw-gradient-stops: var(--tw-gradient-from), var(--graph-7), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.focus\:via-graph-8:focus {
  --tw-gradient-stops: var(--tw-gradient-from), var(--graph-8), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.focus\:via-graph-9:focus {
  --tw-gradient-stops: var(--tw-gradient-from), var(--graph-9), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.focus\:via-graph-disabled:focus {
  --tw-gradient-stops: var(--tw-gradient-from), var(--graph-disabled), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.focus\:via-ground-floor:focus {
  --tw-gradient-stops: var(--tw-gradient-from), var(--ground-floor), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.focus\:via-high:focus {
  --tw-gradient-stops: var(--tw-gradient-from), var(--high), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.focus\:via-informational:focus {
  --tw-gradient-stops: var(--tw-gradient-from), var(--informational), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.focus\:via-lines-dark:focus {
  --tw-gradient-stops: var(--tw-gradient-from), var(--lines-dark), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.focus\:via-lines-light:focus {
  --tw-gradient-stops: var(--tw-gradient-from), var(--lines-light), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.focus\:via-low:focus {
  --tw-gradient-stops: var(--tw-gradient-from), var(--low), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.focus\:via-medium:focus {
  --tw-gradient-stops: var(--tw-gradient-from), var(--medium), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.focus\:via-mezzanine:focus {
  --tw-gradient-stops: var(--tw-gradient-from), var(--mezzanine), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.focus\:via-nav-text-and-icons:focus {
  --tw-gradient-stops: var(--tw-gradient-from), var(--nav-text-and-icons), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.focus\:via-nav-text-secondary:focus {
  --tw-gradient-stops: var(--tw-gradient-from), var(--nav-text-secondary), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.focus\:via-network-operations:focus {
  --tw-gradient-stops: var(--tw-gradient-from), var(--network-operations), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.focus\:via-normal-hover:focus {
  --tw-gradient-stops: var(--tw-gradient-from), var(--normal-hover), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.focus\:via-normal-idle:focus {
  --tw-gradient-stops: var(--tw-gradient-from), var(--normal-idle), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.focus\:via-normal-pressed:focus {
  --tw-gradient-stops: var(--tw-gradient-from), var(--normal-pressed), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.focus\:via-overlay-0\.5:focus {
  --tw-gradient-stops: var(--tw-gradient-from), var(--overlay-0\.5), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.focus\:via-overlay-1:focus {
  --tw-gradient-stops: var(--tw-gradient-from), var(--overlay-1), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.focus\:via-overlay-2:focus {
  --tw-gradient-stops: var(--tw-gradient-from), var(--overlay-2), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.focus\:via-positive:focus {
  --tw-gradient-stops: var(--tw-gradient-from), var(--positive), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.focus\:via-primary-hover:focus {
  --tw-gradient-stops: var(--tw-gradient-from), var(--primary-hover), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.focus\:via-primary-idle:focus {
  --tw-gradient-stops: var(--tw-gradient-from), var(--primary-idle), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.focus\:via-primary-pressed:focus {
  --tw-gradient-stops: var(--tw-gradient-from), var(--primary-pressed), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.focus\:via-process-operations:focus {
  --tw-gradient-stops: var(--tw-gradient-from), var(--process-operations), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.focus\:via-purple-50:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #faf5ff, var(--tw-gradient-to, rgba(250, 245, 255, 0));
}

.focus\:via-purple-100:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #f3e8ff, var(--tw-gradient-to, rgba(243, 232, 255, 0));
}

.focus\:via-purple-200:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #e9d5ff, var(--tw-gradient-to, rgba(233, 213, 255, 0));
}

.focus\:via-purple-300:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #d8b4fe, var(--tw-gradient-to, rgba(216, 180, 254, 0));
}

.focus\:via-purple-400:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #c084fc, var(--tw-gradient-to, rgba(192, 132, 252, 0));
}

.focus\:via-purple-500:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #a855f7, var(--tw-gradient-to, rgba(168, 85, 247, 0));
}

.focus\:via-purple-600:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #9333ea, var(--tw-gradient-to, rgba(147, 51, 234, 0));
}

.focus\:via-purple-700:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #7e22ce, var(--tw-gradient-to, rgba(126, 34, 206, 0));
}

.focus\:via-purple-800:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #6b21a8, var(--tw-gradient-to, rgba(107, 33, 168, 0));
}

.focus\:via-purple-900:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #581c87, var(--tw-gradient-to, rgba(88, 28, 135, 0));
}

.focus\:via-registry-operations:focus {
  --tw-gradient-stops: var(--tw-gradient-from), var(--registry-operations), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.focus\:via-selected:focus {
  --tw-gradient-stops: var(--tw-gradient-from), var(--selected), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.focus\:via-surface-2xl:focus {
  --tw-gradient-stops: var(--tw-gradient-from), var(--surface-2xl), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.focus\:via-surface-base:focus {
  --tw-gradient-stops: var(--tw-gradient-from), var(--surface-base), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.focus\:via-surface-inner:focus {
  --tw-gradient-stops: var(--tw-gradient-from), var(--surface-inner), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.focus\:via-surface-lg:focus {
  --tw-gradient-stops: var(--tw-gradient-from), var(--surface-lg), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.focus\:via-surface-md:focus {
  --tw-gradient-stops: var(--tw-gradient-from), var(--surface-md), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.focus\:via-surface-xl:focus {
  --tw-gradient-stops: var(--tw-gradient-from), var(--surface-xl), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.focus\:via-text-and-icons:focus {
  --tw-gradient-stops: var(--tw-gradient-from), var(--text-and-icons), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.focus\:via-titles-and-attributes:focus {
  --tw-gradient-stops: var(--tw-gradient-from), var(--titles-and-attributes), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.focus\:via-black:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #000, var(--tw-gradient-to, rgba(0, 0, 0, 0));
}

.focus\:via-white:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #fff, var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.focus\:via-rose-50:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #fff1f2, var(--tw-gradient-to, rgba(255, 241, 242, 0));
}

.focus\:via-rose-100:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #ffe4e6, var(--tw-gradient-to, rgba(255, 228, 230, 0));
}

.focus\:via-rose-200:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #fecdd3, var(--tw-gradient-to, rgba(254, 205, 211, 0));
}

.focus\:via-rose-300:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #fda4af, var(--tw-gradient-to, rgba(253, 164, 175, 0));
}

.focus\:via-rose-400:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #fb7185, var(--tw-gradient-to, rgba(251, 113, 133, 0));
}

.focus\:via-rose-500:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #f43f5e, var(--tw-gradient-to, rgba(244, 63, 94, 0));
}

.focus\:via-rose-600:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #e11d48, var(--tw-gradient-to, rgba(225, 29, 72, 0));
}

.focus\:via-rose-700:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #be123c, var(--tw-gradient-to, rgba(190, 18, 60, 0));
}

.focus\:via-rose-800:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #9f1239, var(--tw-gradient-to, rgba(159, 18, 57, 0));
}

.focus\:via-rose-900:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #881337, var(--tw-gradient-to, rgba(136, 19, 55, 0));
}

.focus\:via-pink-50:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #fdf2f8, var(--tw-gradient-to, rgba(253, 242, 248, 0));
}

.focus\:via-pink-100:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #fce7f3, var(--tw-gradient-to, rgba(252, 231, 243, 0));
}

.focus\:via-pink-200:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #fbcfe8, var(--tw-gradient-to, rgba(251, 207, 232, 0));
}

.focus\:via-pink-300:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #f9a8d4, var(--tw-gradient-to, rgba(249, 168, 212, 0));
}

.focus\:via-pink-400:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #f472b6, var(--tw-gradient-to, rgba(244, 114, 182, 0));
}

.focus\:via-pink-500:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #ec4899, var(--tw-gradient-to, rgba(236, 72, 153, 0));
}

.focus\:via-pink-600:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #db2777, var(--tw-gradient-to, rgba(219, 39, 119, 0));
}

.focus\:via-pink-700:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #be185d, var(--tw-gradient-to, rgba(190, 24, 93, 0));
}

.focus\:via-pink-800:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #9d174d, var(--tw-gradient-to, rgba(157, 23, 77, 0));
}

.focus\:via-pink-900:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #831843, var(--tw-gradient-to, rgba(131, 24, 67, 0));
}

.focus\:via-fuchsia-50:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #fdf4ff, var(--tw-gradient-to, rgba(253, 244, 255, 0));
}

.focus\:via-fuchsia-100:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #fae8ff, var(--tw-gradient-to, rgba(250, 232, 255, 0));
}

.focus\:via-fuchsia-200:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #f5d0fe, var(--tw-gradient-to, rgba(245, 208, 254, 0));
}

.focus\:via-fuchsia-300:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #f0abfc, var(--tw-gradient-to, rgba(240, 171, 252, 0));
}

.focus\:via-fuchsia-400:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #e879f9, var(--tw-gradient-to, rgba(232, 121, 249, 0));
}

.focus\:via-fuchsia-500:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #d946ef, var(--tw-gradient-to, rgba(217, 70, 239, 0));
}

.focus\:via-fuchsia-600:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #c026d3, var(--tw-gradient-to, rgba(192, 38, 211, 0));
}

.focus\:via-fuchsia-700:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #a21caf, var(--tw-gradient-to, rgba(162, 28, 175, 0));
}

.focus\:via-fuchsia-800:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #86198f, var(--tw-gradient-to, rgba(134, 25, 143, 0));
}

.focus\:via-fuchsia-900:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #701a75, var(--tw-gradient-to, rgba(112, 26, 117, 0));
}

.focus\:via-violet-50:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #f5f3ff, var(--tw-gradient-to, rgba(245, 243, 255, 0));
}

.focus\:via-violet-100:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #ede9fe, var(--tw-gradient-to, rgba(237, 233, 254, 0));
}

.focus\:via-violet-200:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #ddd6fe, var(--tw-gradient-to, rgba(221, 214, 254, 0));
}

.focus\:via-violet-300:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #c4b5fd, var(--tw-gradient-to, rgba(196, 181, 253, 0));
}

.focus\:via-violet-400:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #a78bfa, var(--tw-gradient-to, rgba(167, 139, 250, 0));
}

.focus\:via-violet-500:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #8b5cf6, var(--tw-gradient-to, rgba(139, 92, 246, 0));
}

.focus\:via-violet-600:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #7c3aed, var(--tw-gradient-to, rgba(124, 58, 237, 0));
}

.focus\:via-violet-700:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #6d28d9, var(--tw-gradient-to, rgba(109, 40, 217, 0));
}

.focus\:via-violet-800:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #5b21b6, var(--tw-gradient-to, rgba(91, 33, 182, 0));
}

.focus\:via-violet-900:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #4c1d95, var(--tw-gradient-to, rgba(76, 29, 149, 0));
}

.focus\:via-indigo-50:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #eef2ff, var(--tw-gradient-to, rgba(238, 242, 255, 0));
}

.focus\:via-indigo-100:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #e0e7ff, var(--tw-gradient-to, rgba(224, 231, 255, 0));
}

.focus\:via-indigo-200:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #c7d2fe, var(--tw-gradient-to, rgba(199, 210, 254, 0));
}

.focus\:via-indigo-300:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #a5b4fc, var(--tw-gradient-to, rgba(165, 180, 252, 0));
}

.focus\:via-indigo-400:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #818cf8, var(--tw-gradient-to, rgba(129, 140, 248, 0));
}

.focus\:via-indigo-500:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #6366f1, var(--tw-gradient-to, rgba(99, 102, 241, 0));
}

.focus\:via-indigo-600:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #4f46e5, var(--tw-gradient-to, rgba(79, 70, 229, 0));
}

.focus\:via-indigo-700:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #4338ca, var(--tw-gradient-to, rgba(67, 56, 202, 0));
}

.focus\:via-indigo-800:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #3730a3, var(--tw-gradient-to, rgba(55, 48, 163, 0));
}

.focus\:via-indigo-900:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #312e81, var(--tw-gradient-to, rgba(49, 46, 129, 0));
}

.focus\:via-lightBlue-50:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #f0f9ff, var(--tw-gradient-to, rgba(240, 249, 255, 0));
}

.focus\:via-lightBlue-100:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #e0f2fe, var(--tw-gradient-to, rgba(224, 242, 254, 0));
}

.focus\:via-lightBlue-200:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #bae6fd, var(--tw-gradient-to, rgba(186, 230, 253, 0));
}

.focus\:via-lightBlue-300:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #7dd3fc, var(--tw-gradient-to, rgba(125, 211, 252, 0));
}

.focus\:via-lightBlue-400:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #38bdf8, var(--tw-gradient-to, rgba(56, 189, 248, 0));
}

.focus\:via-lightBlue-500:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #0ea5e9, var(--tw-gradient-to, rgba(14, 165, 233, 0));
}

.focus\:via-lightBlue-600:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #0284c7, var(--tw-gradient-to, rgba(2, 132, 199, 0));
}

.focus\:via-lightBlue-700:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #0369a1, var(--tw-gradient-to, rgba(3, 105, 161, 0));
}

.focus\:via-lightBlue-800:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #075985, var(--tw-gradient-to, rgba(7, 89, 133, 0));
}

.focus\:via-lightBlue-900:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #0c4a6e, var(--tw-gradient-to, rgba(12, 74, 110, 0));
}

.focus\:via-cyan-50:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #ecfeff, var(--tw-gradient-to, rgba(236, 254, 255, 0));
}

.focus\:via-cyan-100:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #cffafe, var(--tw-gradient-to, rgba(207, 250, 254, 0));
}

.focus\:via-cyan-200:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #a5f3fc, var(--tw-gradient-to, rgba(165, 243, 252, 0));
}

.focus\:via-cyan-300:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #67e8f9, var(--tw-gradient-to, rgba(103, 232, 249, 0));
}

.focus\:via-cyan-400:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #22d3ee, var(--tw-gradient-to, rgba(34, 211, 238, 0));
}

.focus\:via-cyan-500:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #06b6d4, var(--tw-gradient-to, rgba(6, 182, 212, 0));
}

.focus\:via-cyan-600:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #0891b2, var(--tw-gradient-to, rgba(8, 145, 178, 0));
}

.focus\:via-cyan-700:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #0e7490, var(--tw-gradient-to, rgba(14, 116, 144, 0));
}

.focus\:via-cyan-800:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #155e75, var(--tw-gradient-to, rgba(21, 94, 117, 0));
}

.focus\:via-cyan-900:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #164e63, var(--tw-gradient-to, rgba(22, 78, 99, 0));
}

.focus\:via-teal-50:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #f0fdfa, var(--tw-gradient-to, rgba(240, 253, 250, 0));
}

.focus\:via-teal-100:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #ccfbf1, var(--tw-gradient-to, rgba(204, 251, 241, 0));
}

.focus\:via-teal-200:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #99f6e4, var(--tw-gradient-to, rgba(153, 246, 228, 0));
}

.focus\:via-teal-300:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #5eead4, var(--tw-gradient-to, rgba(94, 234, 212, 0));
}

.focus\:via-teal-400:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #2dd4bf, var(--tw-gradient-to, rgba(45, 212, 191, 0));
}

.focus\:via-teal-500:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #14b8a6, var(--tw-gradient-to, rgba(20, 184, 166, 0));
}

.focus\:via-teal-600:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #0d9488, var(--tw-gradient-to, rgba(13, 148, 136, 0));
}

.focus\:via-teal-700:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #0f766e, var(--tw-gradient-to, rgba(15, 118, 110, 0));
}

.focus\:via-teal-800:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #115e59, var(--tw-gradient-to, rgba(17, 94, 89, 0));
}

.focus\:via-teal-900:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #134e4a, var(--tw-gradient-to, rgba(19, 78, 74, 0));
}

.focus\:via-emerald-50:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #ecfdf5, var(--tw-gradient-to, rgba(236, 253, 245, 0));
}

.focus\:via-emerald-100:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #d1fae5, var(--tw-gradient-to, rgba(209, 250, 229, 0));
}

.focus\:via-emerald-200:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #a7f3d0, var(--tw-gradient-to, rgba(167, 243, 208, 0));
}

.focus\:via-emerald-300:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #6ee7b7, var(--tw-gradient-to, rgba(110, 231, 183, 0));
}

.focus\:via-emerald-400:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #34d399, var(--tw-gradient-to, rgba(52, 211, 153, 0));
}

.focus\:via-emerald-500:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #10b981, var(--tw-gradient-to, rgba(16, 185, 129, 0));
}

.focus\:via-emerald-600:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #059669, var(--tw-gradient-to, rgba(5, 150, 105, 0));
}

.focus\:via-emerald-700:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #047857, var(--tw-gradient-to, rgba(4, 120, 87, 0));
}

.focus\:via-emerald-800:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #065f46, var(--tw-gradient-to, rgba(6, 95, 70, 0));
}

.focus\:via-emerald-900:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #064e3b, var(--tw-gradient-to, rgba(6, 78, 59, 0));
}

.focus\:via-green-50:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #f0fdf4, var(--tw-gradient-to, rgba(240, 253, 244, 0));
}

.focus\:via-green-100:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #dcfce7, var(--tw-gradient-to, rgba(220, 252, 231, 0));
}

.focus\:via-green-200:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #bbf7d0, var(--tw-gradient-to, rgba(187, 247, 208, 0));
}

.focus\:via-green-300:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #86efac, var(--tw-gradient-to, rgba(134, 239, 172, 0));
}

.focus\:via-green-400:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #4ade80, var(--tw-gradient-to, rgba(74, 222, 128, 0));
}

.focus\:via-green-500:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #22c55e, var(--tw-gradient-to, rgba(34, 197, 94, 0));
}

.focus\:via-green-600:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #16a34a, var(--tw-gradient-to, rgba(22, 163, 74, 0));
}

.focus\:via-green-700:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #15803d, var(--tw-gradient-to, rgba(21, 128, 61, 0));
}

.focus\:via-green-800:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #166534, var(--tw-gradient-to, rgba(22, 101, 52, 0));
}

.focus\:via-green-900:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #14532d, var(--tw-gradient-to, rgba(20, 83, 45, 0));
}

.focus\:via-lime-50:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #f7fee7, var(--tw-gradient-to, rgba(247, 254, 231, 0));
}

.focus\:via-lime-100:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #ecfccb, var(--tw-gradient-to, rgba(236, 252, 203, 0));
}

.focus\:via-lime-200:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #d9f99d, var(--tw-gradient-to, rgba(217, 249, 157, 0));
}

.focus\:via-lime-300:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #bef264, var(--tw-gradient-to, rgba(190, 242, 100, 0));
}

.focus\:via-lime-400:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #a3e635, var(--tw-gradient-to, rgba(163, 230, 53, 0));
}

.focus\:via-lime-500:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #84cc16, var(--tw-gradient-to, rgba(132, 204, 22, 0));
}

.focus\:via-lime-600:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #65a30d, var(--tw-gradient-to, rgba(101, 163, 13, 0));
}

.focus\:via-lime-700:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #4d7c0f, var(--tw-gradient-to, rgba(77, 124, 15, 0));
}

.focus\:via-lime-800:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #3f6212, var(--tw-gradient-to, rgba(63, 98, 18, 0));
}

.focus\:via-lime-900:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #365314, var(--tw-gradient-to, rgba(54, 83, 20, 0));
}

.focus\:via-yellow-50:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #fefce8, var(--tw-gradient-to, rgba(254, 252, 232, 0));
}

.focus\:via-yellow-100:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #fef9c3, var(--tw-gradient-to, rgba(254, 249, 195, 0));
}

.focus\:via-yellow-200:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #fef08a, var(--tw-gradient-to, rgba(254, 240, 138, 0));
}

.focus\:via-yellow-300:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #fde047, var(--tw-gradient-to, rgba(253, 224, 71, 0));
}

.focus\:via-yellow-400:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #facc15, var(--tw-gradient-to, rgba(250, 204, 21, 0));
}

.focus\:via-yellow-500:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #eab308, var(--tw-gradient-to, rgba(234, 179, 8, 0));
}

.focus\:via-yellow-600:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #ca8a04, var(--tw-gradient-to, rgba(202, 138, 4, 0));
}

.focus\:via-yellow-700:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #a16207, var(--tw-gradient-to, rgba(161, 98, 7, 0));
}

.focus\:via-yellow-800:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #854d0e, var(--tw-gradient-to, rgba(133, 77, 14, 0));
}

.focus\:via-yellow-900:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #713f12, var(--tw-gradient-to, rgba(113, 63, 18, 0));
}

.focus\:via-amber-50:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #fffbeb, var(--tw-gradient-to, rgba(255, 251, 235, 0));
}

.focus\:via-amber-100:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #fef3c7, var(--tw-gradient-to, rgba(254, 243, 199, 0));
}

.focus\:via-amber-200:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #fde68a, var(--tw-gradient-to, rgba(253, 230, 138, 0));
}

.focus\:via-amber-300:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #fcd34d, var(--tw-gradient-to, rgba(252, 211, 77, 0));
}

.focus\:via-amber-400:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #fbbf24, var(--tw-gradient-to, rgba(251, 191, 36, 0));
}

.focus\:via-amber-500:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #f59e0b, var(--tw-gradient-to, rgba(245, 158, 11, 0));
}

.focus\:via-amber-600:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #d97706, var(--tw-gradient-to, rgba(217, 119, 6, 0));
}

.focus\:via-amber-700:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #b45309, var(--tw-gradient-to, rgba(180, 83, 9, 0));
}

.focus\:via-amber-800:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #92400e, var(--tw-gradient-to, rgba(146, 64, 14, 0));
}

.focus\:via-amber-900:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #78350f, var(--tw-gradient-to, rgba(120, 53, 15, 0));
}

.focus\:via-orange-50:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #fff7ed, var(--tw-gradient-to, rgba(255, 247, 237, 0));
}

.focus\:via-orange-100:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #ffedd5, var(--tw-gradient-to, rgba(255, 237, 213, 0));
}

.focus\:via-orange-200:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #fed7aa, var(--tw-gradient-to, rgba(254, 215, 170, 0));
}

.focus\:via-orange-300:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #fdba74, var(--tw-gradient-to, rgba(253, 186, 116, 0));
}

.focus\:via-orange-400:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #fb923c, var(--tw-gradient-to, rgba(251, 146, 60, 0));
}

.focus\:via-orange-500:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #f97316, var(--tw-gradient-to, rgba(249, 115, 22, 0));
}

.focus\:via-orange-600:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #ea580c, var(--tw-gradient-to, rgba(234, 88, 12, 0));
}

.focus\:via-orange-700:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #c2410c, var(--tw-gradient-to, rgba(194, 65, 12, 0));
}

.focus\:via-orange-800:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #9a3412, var(--tw-gradient-to, rgba(154, 52, 18, 0));
}

.focus\:via-orange-900:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #7c2d12, var(--tw-gradient-to, rgba(124, 45, 18, 0));
}

.focus\:via-red-50:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #fef2f2, var(--tw-gradient-to, rgba(254, 242, 242, 0));
}

.focus\:via-red-100:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #fee2e2, var(--tw-gradient-to, rgba(254, 226, 226, 0));
}

.focus\:via-red-200:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #fecaca, var(--tw-gradient-to, rgba(254, 202, 202, 0));
}

.focus\:via-red-300:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #fca5a5, var(--tw-gradient-to, rgba(252, 165, 165, 0));
}

.focus\:via-red-400:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #f87171, var(--tw-gradient-to, rgba(248, 113, 113, 0));
}

.focus\:via-red-500:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #ef4444, var(--tw-gradient-to, rgba(239, 68, 68, 0));
}

.focus\:via-red-600:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #dc2626, var(--tw-gradient-to, rgba(220, 38, 38, 0));
}

.focus\:via-red-700:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #b91c1c, var(--tw-gradient-to, rgba(185, 28, 28, 0));
}

.focus\:via-red-800:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #991b1b, var(--tw-gradient-to, rgba(153, 27, 27, 0));
}

.focus\:via-red-900:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #7f1d1d, var(--tw-gradient-to, rgba(127, 29, 29, 0));
}

.focus\:via-warmGray-50:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #fafaf9, var(--tw-gradient-to, rgba(250, 250, 249, 0));
}

.focus\:via-warmGray-100:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #f5f5f4, var(--tw-gradient-to, rgba(245, 245, 244, 0));
}

.focus\:via-warmGray-200:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #e7e5e4, var(--tw-gradient-to, rgba(231, 229, 228, 0));
}

.focus\:via-warmGray-300:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #d6d3d1, var(--tw-gradient-to, rgba(214, 211, 209, 0));
}

.focus\:via-warmGray-400:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #a8a29e, var(--tw-gradient-to, rgba(168, 162, 158, 0));
}

.focus\:via-warmGray-500:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #78716c, var(--tw-gradient-to, rgba(120, 113, 108, 0));
}

.focus\:via-warmGray-600:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #57534e, var(--tw-gradient-to, rgba(87, 83, 78, 0));
}

.focus\:via-warmGray-700:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #44403c, var(--tw-gradient-to, rgba(68, 64, 60, 0));
}

.focus\:via-warmGray-800:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #292524, var(--tw-gradient-to, rgba(41, 37, 36, 0));
}

.focus\:via-warmGray-900:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #1c1917, var(--tw-gradient-to, rgba(28, 25, 23, 0));
}

.focus\:via-trueGray-50:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #fafafa, var(--tw-gradient-to, rgba(250, 250, 250, 0));
}

.focus\:via-trueGray-100:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #f5f5f5, var(--tw-gradient-to, rgba(245, 245, 245, 0));
}

.focus\:via-trueGray-200:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #e5e5e5, var(--tw-gradient-to, rgba(229, 229, 229, 0));
}

.focus\:via-trueGray-300:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #d4d4d4, var(--tw-gradient-to, rgba(212, 212, 212, 0));
}

.focus\:via-trueGray-400:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #a3a3a3, var(--tw-gradient-to, rgba(163, 163, 163, 0));
}

.focus\:via-trueGray-500:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #737373, var(--tw-gradient-to, rgba(115, 115, 115, 0));
}

.focus\:via-trueGray-600:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #525252, var(--tw-gradient-to, rgba(82, 82, 82, 0));
}

.focus\:via-trueGray-700:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #404040, var(--tw-gradient-to, rgba(64, 64, 64, 0));
}

.focus\:via-trueGray-800:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #262626, var(--tw-gradient-to, rgba(38, 38, 38, 0));
}

.focus\:via-trueGray-900:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #171717, var(--tw-gradient-to, rgba(23, 23, 23, 0));
}

.focus\:via-gray-50:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #fafafa, var(--tw-gradient-to, rgba(250, 250, 250, 0));
}

.focus\:via-gray-100:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #f4f4f5, var(--tw-gradient-to, rgba(244, 244, 245, 0));
}

.focus\:via-gray-200:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #e4e4e7, var(--tw-gradient-to, rgba(228, 228, 231, 0));
}

.focus\:via-gray-300:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #d4d4d8, var(--tw-gradient-to, rgba(212, 212, 216, 0));
}

.focus\:via-gray-400:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #a1a1aa, var(--tw-gradient-to, rgba(161, 161, 170, 0));
}

.focus\:via-gray-500:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #71717a, var(--tw-gradient-to, rgba(113, 113, 122, 0));
}

.focus\:via-gray-600:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #52525b, var(--tw-gradient-to, rgba(82, 82, 91, 0));
}

.focus\:via-gray-700:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #3f3f46, var(--tw-gradient-to, rgba(63, 63, 70, 0));
}

.focus\:via-gray-800:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #27272a, var(--tw-gradient-to, rgba(39, 39, 42, 0));
}

.focus\:via-gray-900:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #18181b, var(--tw-gradient-to, rgba(24, 24, 27, 0));
}

.focus\:via-coolGray-50:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #f9fafb, var(--tw-gradient-to, rgba(249, 250, 251, 0));
}

.focus\:via-coolGray-100:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #f3f4f6, var(--tw-gradient-to, rgba(243, 244, 246, 0));
}

.focus\:via-coolGray-200:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #e5e7eb, var(--tw-gradient-to, rgba(229, 231, 235, 0));
}

.focus\:via-coolGray-300:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #d1d5db, var(--tw-gradient-to, rgba(209, 213, 219, 0));
}

.focus\:via-coolGray-400:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #9ca3af, var(--tw-gradient-to, rgba(156, 163, 175, 0));
}

.focus\:via-coolGray-500:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #6b7280, var(--tw-gradient-to, rgba(107, 114, 128, 0));
}

.focus\:via-coolGray-600:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #4b5563, var(--tw-gradient-to, rgba(75, 85, 99, 0));
}

.focus\:via-coolGray-700:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #374151, var(--tw-gradient-to, rgba(55, 65, 81, 0));
}

.focus\:via-coolGray-800:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #1f2937, var(--tw-gradient-to, rgba(31, 41, 55, 0));
}

.focus\:via-coolGray-900:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #111827, var(--tw-gradient-to, rgba(17, 24, 39, 0));
}

.focus\:via-blueGray-50:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #f8fafc, var(--tw-gradient-to, rgba(248, 250, 252, 0));
}

.focus\:via-blueGray-100:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #f1f5f9, var(--tw-gradient-to, rgba(241, 245, 249, 0));
}

.focus\:via-blueGray-200:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #e2e8f0, var(--tw-gradient-to, rgba(226, 232, 240, 0));
}

.focus\:via-blueGray-300:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #cbd5e1, var(--tw-gradient-to, rgba(203, 213, 225, 0));
}

.focus\:via-blueGray-400:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #94a3b8, var(--tw-gradient-to, rgba(148, 163, 184, 0));
}

.focus\:via-blueGray-500:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #64748b, var(--tw-gradient-to, rgba(100, 116, 139, 0));
}

.focus\:via-blueGray-600:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #475569, var(--tw-gradient-to, rgba(71, 85, 105, 0));
}

.focus\:via-blueGray-700:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #334155, var(--tw-gradient-to, rgba(51, 65, 85, 0));
}

.focus\:via-blueGray-800:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #1e293b, var(--tw-gradient-to, rgba(30, 41, 59, 0));
}

.focus\:via-blueGray-900:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #0f172a, var(--tw-gradient-to, rgba(15, 23, 42, 0));
}

.to-current {
  --tw-gradient-to: currentColor;
}

.to-transparent {
  --tw-gradient-to: transparent;
}

.to-falcon {
  --tw-gradient-to: var(--falcon);
}

.to-basement {
  --tw-gradient-to: var(--basement);
}

.to-blue-50 {
  --tw-gradient-to: #eff6ff;
}

.to-blue-100 {
  --tw-gradient-to: #dbeafe;
}

.to-blue-200 {
  --tw-gradient-to: #bfdbfe;
}

.to-blue-300 {
  --tw-gradient-to: #93c5fd;
}

.to-blue-400 {
  --tw-gradient-to: #60a5fa;
}

.to-blue-500 {
  --tw-gradient-to: #3b82f6;
}

.to-blue-600 {
  --tw-gradient-to: #2563eb;
}

.to-blue-700 {
  --tw-gradient-to: #1d4ed8;
}

.to-blue-800 {
  --tw-gradient-to: #1e40af;
}

.to-blue-900 {
  --tw-gradient-to: #1e3a8a;
}

.to-body-and-labels {
  --tw-gradient-to: var(--body-and-labels);
}

.to-brand {
  --tw-gradient-to: var(--brand);
}

.to-code-base-64 {
  --tw-gradient-to: var(--code-base-64);
}

.to-code-bg {
  --tw-gradient-to: var(--code-bg);
}

.to-code-outline {
  --tw-gradient-to: var(--code-outline);
}

.to-code-text {
  --tw-gradient-to: var(--code-text);
}

.to-critical {
  --tw-gradient-to: var(--critical);
}

.to-destructive-hover {
  --tw-gradient-to: var(--destructive-hover);
}

.to-destructive-idle {
  --tw-gradient-to: var(--destructive-idle);
}

.to-destructive-pressed {
  --tw-gradient-to: var(--destructive-pressed);
}

.to-disabled {
  --tw-gradient-to: var(--disabled);
}

.to-disc-operations {
  --tw-gradient-to: var(--disc-operations);
}

.to-dns-requests {
  --tw-gradient-to: var(--dns-requests);
}

.to-focus {
  --tw-gradient-to: var(--focus);
}

.to-graph-1 {
  --tw-gradient-to: var(--graph-1);
}

.to-graph-10 {
  --tw-gradient-to: var(--graph-10);
}

.to-graph-11 {
  --tw-gradient-to: var(--graph-11);
}

.to-graph-2 {
  --tw-gradient-to: var(--graph-2);
}

.to-graph-3 {
  --tw-gradient-to: var(--graph-3);
}

.to-graph-4 {
  --tw-gradient-to: var(--graph-4);
}

.to-graph-5 {
  --tw-gradient-to: var(--graph-5);
}

.to-graph-6 {
  --tw-gradient-to: var(--graph-6);
}

.to-graph-7 {
  --tw-gradient-to: var(--graph-7);
}

.to-graph-8 {
  --tw-gradient-to: var(--graph-8);
}

.to-graph-9 {
  --tw-gradient-to: var(--graph-9);
}

.to-graph-disabled {
  --tw-gradient-to: var(--graph-disabled);
}

.to-ground-floor {
  --tw-gradient-to: var(--ground-floor);
}

.to-high {
  --tw-gradient-to: var(--high);
}

.to-informational {
  --tw-gradient-to: var(--informational);
}

.to-lines-dark {
  --tw-gradient-to: var(--lines-dark);
}

.to-lines-light {
  --tw-gradient-to: var(--lines-light);
}

.to-low {
  --tw-gradient-to: var(--low);
}

.to-medium {
  --tw-gradient-to: var(--medium);
}

.to-mezzanine {
  --tw-gradient-to: var(--mezzanine);
}

.to-nav-text-and-icons {
  --tw-gradient-to: var(--nav-text-and-icons);
}

.to-nav-text-secondary {
  --tw-gradient-to: var(--nav-text-secondary);
}

.to-network-operations {
  --tw-gradient-to: var(--network-operations);
}

.to-normal-hover {
  --tw-gradient-to: var(--normal-hover);
}

.to-normal-idle {
  --tw-gradient-to: var(--normal-idle);
}

.to-normal-pressed {
  --tw-gradient-to: var(--normal-pressed);
}

.to-overlay-0\.5 {
  --tw-gradient-to: var(--overlay-0\.5);
}

.to-overlay-1 {
  --tw-gradient-to: var(--overlay-1);
}

.to-overlay-2 {
  --tw-gradient-to: var(--overlay-2);
}

.to-positive {
  --tw-gradient-to: var(--positive);
}

.to-primary-hover {
  --tw-gradient-to: var(--primary-hover);
}

.to-primary-idle {
  --tw-gradient-to: var(--primary-idle);
}

.to-primary-pressed {
  --tw-gradient-to: var(--primary-pressed);
}

.to-process-operations {
  --tw-gradient-to: var(--process-operations);
}

.to-purple-50 {
  --tw-gradient-to: #faf5ff;
}

.to-purple-100 {
  --tw-gradient-to: #f3e8ff;
}

.to-purple-200 {
  --tw-gradient-to: #e9d5ff;
}

.to-purple-300 {
  --tw-gradient-to: #d8b4fe;
}

.to-purple-400 {
  --tw-gradient-to: #c084fc;
}

.to-purple-500 {
  --tw-gradient-to: #a855f7;
}

.to-purple-600 {
  --tw-gradient-to: #9333ea;
}

.to-purple-700 {
  --tw-gradient-to: #7e22ce;
}

.to-purple-800 {
  --tw-gradient-to: #6b21a8;
}

.to-purple-900 {
  --tw-gradient-to: #581c87;
}

.to-registry-operations {
  --tw-gradient-to: var(--registry-operations);
}

.to-selected {
  --tw-gradient-to: var(--selected);
}

.to-surface-2xl {
  --tw-gradient-to: var(--surface-2xl);
}

.to-surface-base {
  --tw-gradient-to: var(--surface-base);
}

.to-surface-inner {
  --tw-gradient-to: var(--surface-inner);
}

.to-surface-lg {
  --tw-gradient-to: var(--surface-lg);
}

.to-surface-md {
  --tw-gradient-to: var(--surface-md);
}

.to-surface-xl {
  --tw-gradient-to: var(--surface-xl);
}

.to-text-and-icons {
  --tw-gradient-to: var(--text-and-icons);
}

.to-titles-and-attributes {
  --tw-gradient-to: var(--titles-and-attributes);
}

.to-black {
  --tw-gradient-to: #000;
}

.to-white {
  --tw-gradient-to: #fff;
}

.to-rose-50 {
  --tw-gradient-to: #fff1f2;
}

.to-rose-100 {
  --tw-gradient-to: #ffe4e6;
}

.to-rose-200 {
  --tw-gradient-to: #fecdd3;
}

.to-rose-300 {
  --tw-gradient-to: #fda4af;
}

.to-rose-400 {
  --tw-gradient-to: #fb7185;
}

.to-rose-500 {
  --tw-gradient-to: #f43f5e;
}

.to-rose-600 {
  --tw-gradient-to: #e11d48;
}

.to-rose-700 {
  --tw-gradient-to: #be123c;
}

.to-rose-800 {
  --tw-gradient-to: #9f1239;
}

.to-rose-900 {
  --tw-gradient-to: #881337;
}

.to-pink-50 {
  --tw-gradient-to: #fdf2f8;
}

.to-pink-100 {
  --tw-gradient-to: #fce7f3;
}

.to-pink-200 {
  --tw-gradient-to: #fbcfe8;
}

.to-pink-300 {
  --tw-gradient-to: #f9a8d4;
}

.to-pink-400 {
  --tw-gradient-to: #f472b6;
}

.to-pink-500 {
  --tw-gradient-to: #ec4899;
}

.to-pink-600 {
  --tw-gradient-to: #db2777;
}

.to-pink-700 {
  --tw-gradient-to: #be185d;
}

.to-pink-800 {
  --tw-gradient-to: #9d174d;
}

.to-pink-900 {
  --tw-gradient-to: #831843;
}

.to-fuchsia-50 {
  --tw-gradient-to: #fdf4ff;
}

.to-fuchsia-100 {
  --tw-gradient-to: #fae8ff;
}

.to-fuchsia-200 {
  --tw-gradient-to: #f5d0fe;
}

.to-fuchsia-300 {
  --tw-gradient-to: #f0abfc;
}

.to-fuchsia-400 {
  --tw-gradient-to: #e879f9;
}

.to-fuchsia-500 {
  --tw-gradient-to: #d946ef;
}

.to-fuchsia-600 {
  --tw-gradient-to: #c026d3;
}

.to-fuchsia-700 {
  --tw-gradient-to: #a21caf;
}

.to-fuchsia-800 {
  --tw-gradient-to: #86198f;
}

.to-fuchsia-900 {
  --tw-gradient-to: #701a75;
}

.to-violet-50 {
  --tw-gradient-to: #f5f3ff;
}

.to-violet-100 {
  --tw-gradient-to: #ede9fe;
}

.to-violet-200 {
  --tw-gradient-to: #ddd6fe;
}

.to-violet-300 {
  --tw-gradient-to: #c4b5fd;
}

.to-violet-400 {
  --tw-gradient-to: #a78bfa;
}

.to-violet-500 {
  --tw-gradient-to: #8b5cf6;
}

.to-violet-600 {
  --tw-gradient-to: #7c3aed;
}

.to-violet-700 {
  --tw-gradient-to: #6d28d9;
}

.to-violet-800 {
  --tw-gradient-to: #5b21b6;
}

.to-violet-900 {
  --tw-gradient-to: #4c1d95;
}

.to-indigo-50 {
  --tw-gradient-to: #eef2ff;
}

.to-indigo-100 {
  --tw-gradient-to: #e0e7ff;
}

.to-indigo-200 {
  --tw-gradient-to: #c7d2fe;
}

.to-indigo-300 {
  --tw-gradient-to: #a5b4fc;
}

.to-indigo-400 {
  --tw-gradient-to: #818cf8;
}

.to-indigo-500 {
  --tw-gradient-to: #6366f1;
}

.to-indigo-600 {
  --tw-gradient-to: #4f46e5;
}

.to-indigo-700 {
  --tw-gradient-to: #4338ca;
}

.to-indigo-800 {
  --tw-gradient-to: #3730a3;
}

.to-indigo-900 {
  --tw-gradient-to: #312e81;
}

.to-lightBlue-50 {
  --tw-gradient-to: #f0f9ff;
}

.to-lightBlue-100 {
  --tw-gradient-to: #e0f2fe;
}

.to-lightBlue-200 {
  --tw-gradient-to: #bae6fd;
}

.to-lightBlue-300 {
  --tw-gradient-to: #7dd3fc;
}

.to-lightBlue-400 {
  --tw-gradient-to: #38bdf8;
}

.to-lightBlue-500 {
  --tw-gradient-to: #0ea5e9;
}

.to-lightBlue-600 {
  --tw-gradient-to: #0284c7;
}

.to-lightBlue-700 {
  --tw-gradient-to: #0369a1;
}

.to-lightBlue-800 {
  --tw-gradient-to: #075985;
}

.to-lightBlue-900 {
  --tw-gradient-to: #0c4a6e;
}

.to-cyan-50 {
  --tw-gradient-to: #ecfeff;
}

.to-cyan-100 {
  --tw-gradient-to: #cffafe;
}

.to-cyan-200 {
  --tw-gradient-to: #a5f3fc;
}

.to-cyan-300 {
  --tw-gradient-to: #67e8f9;
}

.to-cyan-400 {
  --tw-gradient-to: #22d3ee;
}

.to-cyan-500 {
  --tw-gradient-to: #06b6d4;
}

.to-cyan-600 {
  --tw-gradient-to: #0891b2;
}

.to-cyan-700 {
  --tw-gradient-to: #0e7490;
}

.to-cyan-800 {
  --tw-gradient-to: #155e75;
}

.to-cyan-900 {
  --tw-gradient-to: #164e63;
}

.to-teal-50 {
  --tw-gradient-to: #f0fdfa;
}

.to-teal-100 {
  --tw-gradient-to: #ccfbf1;
}

.to-teal-200 {
  --tw-gradient-to: #99f6e4;
}

.to-teal-300 {
  --tw-gradient-to: #5eead4;
}

.to-teal-400 {
  --tw-gradient-to: #2dd4bf;
}

.to-teal-500 {
  --tw-gradient-to: #14b8a6;
}

.to-teal-600 {
  --tw-gradient-to: #0d9488;
}

.to-teal-700 {
  --tw-gradient-to: #0f766e;
}

.to-teal-800 {
  --tw-gradient-to: #115e59;
}

.to-teal-900 {
  --tw-gradient-to: #134e4a;
}

.to-emerald-50 {
  --tw-gradient-to: #ecfdf5;
}

.to-emerald-100 {
  --tw-gradient-to: #d1fae5;
}

.to-emerald-200 {
  --tw-gradient-to: #a7f3d0;
}

.to-emerald-300 {
  --tw-gradient-to: #6ee7b7;
}

.to-emerald-400 {
  --tw-gradient-to: #34d399;
}

.to-emerald-500 {
  --tw-gradient-to: #10b981;
}

.to-emerald-600 {
  --tw-gradient-to: #059669;
}

.to-emerald-700 {
  --tw-gradient-to: #047857;
}

.to-emerald-800 {
  --tw-gradient-to: #065f46;
}

.to-emerald-900 {
  --tw-gradient-to: #064e3b;
}

.to-green-50 {
  --tw-gradient-to: #f0fdf4;
}

.to-green-100 {
  --tw-gradient-to: #dcfce7;
}

.to-green-200 {
  --tw-gradient-to: #bbf7d0;
}

.to-green-300 {
  --tw-gradient-to: #86efac;
}

.to-green-400 {
  --tw-gradient-to: #4ade80;
}

.to-green-500 {
  --tw-gradient-to: #22c55e;
}

.to-green-600 {
  --tw-gradient-to: #16a34a;
}

.to-green-700 {
  --tw-gradient-to: #15803d;
}

.to-green-800 {
  --tw-gradient-to: #166534;
}

.to-green-900 {
  --tw-gradient-to: #14532d;
}

.to-lime-50 {
  --tw-gradient-to: #f7fee7;
}

.to-lime-100 {
  --tw-gradient-to: #ecfccb;
}

.to-lime-200 {
  --tw-gradient-to: #d9f99d;
}

.to-lime-300 {
  --tw-gradient-to: #bef264;
}

.to-lime-400 {
  --tw-gradient-to: #a3e635;
}

.to-lime-500 {
  --tw-gradient-to: #84cc16;
}

.to-lime-600 {
  --tw-gradient-to: #65a30d;
}

.to-lime-700 {
  --tw-gradient-to: #4d7c0f;
}

.to-lime-800 {
  --tw-gradient-to: #3f6212;
}

.to-lime-900 {
  --tw-gradient-to: #365314;
}

.to-yellow-50 {
  --tw-gradient-to: #fefce8;
}

.to-yellow-100 {
  --tw-gradient-to: #fef9c3;
}

.to-yellow-200 {
  --tw-gradient-to: #fef08a;
}

.to-yellow-300 {
  --tw-gradient-to: #fde047;
}

.to-yellow-400 {
  --tw-gradient-to: #facc15;
}

.to-yellow-500 {
  --tw-gradient-to: #eab308;
}

.to-yellow-600 {
  --tw-gradient-to: #ca8a04;
}

.to-yellow-700 {
  --tw-gradient-to: #a16207;
}

.to-yellow-800 {
  --tw-gradient-to: #854d0e;
}

.to-yellow-900 {
  --tw-gradient-to: #713f12;
}

.to-amber-50 {
  --tw-gradient-to: #fffbeb;
}

.to-amber-100 {
  --tw-gradient-to: #fef3c7;
}

.to-amber-200 {
  --tw-gradient-to: #fde68a;
}

.to-amber-300 {
  --tw-gradient-to: #fcd34d;
}

.to-amber-400 {
  --tw-gradient-to: #fbbf24;
}

.to-amber-500 {
  --tw-gradient-to: #f59e0b;
}

.to-amber-600 {
  --tw-gradient-to: #d97706;
}

.to-amber-700 {
  --tw-gradient-to: #b45309;
}

.to-amber-800 {
  --tw-gradient-to: #92400e;
}

.to-amber-900 {
  --tw-gradient-to: #78350f;
}

.to-orange-50 {
  --tw-gradient-to: #fff7ed;
}

.to-orange-100 {
  --tw-gradient-to: #ffedd5;
}

.to-orange-200 {
  --tw-gradient-to: #fed7aa;
}

.to-orange-300 {
  --tw-gradient-to: #fdba74;
}

.to-orange-400 {
  --tw-gradient-to: #fb923c;
}

.to-orange-500 {
  --tw-gradient-to: #f97316;
}

.to-orange-600 {
  --tw-gradient-to: #ea580c;
}

.to-orange-700 {
  --tw-gradient-to: #c2410c;
}

.to-orange-800 {
  --tw-gradient-to: #9a3412;
}

.to-orange-900 {
  --tw-gradient-to: #7c2d12;
}

.to-red-50 {
  --tw-gradient-to: #fef2f2;
}

.to-red-100 {
  --tw-gradient-to: #fee2e2;
}

.to-red-200 {
  --tw-gradient-to: #fecaca;
}

.to-red-300 {
  --tw-gradient-to: #fca5a5;
}

.to-red-400 {
  --tw-gradient-to: #f87171;
}

.to-red-500 {
  --tw-gradient-to: #ef4444;
}

.to-red-600 {
  --tw-gradient-to: #dc2626;
}

.to-red-700 {
  --tw-gradient-to: #b91c1c;
}

.to-red-800 {
  --tw-gradient-to: #991b1b;
}

.to-red-900 {
  --tw-gradient-to: #7f1d1d;
}

.to-warmGray-50 {
  --tw-gradient-to: #fafaf9;
}

.to-warmGray-100 {
  --tw-gradient-to: #f5f5f4;
}

.to-warmGray-200 {
  --tw-gradient-to: #e7e5e4;
}

.to-warmGray-300 {
  --tw-gradient-to: #d6d3d1;
}

.to-warmGray-400 {
  --tw-gradient-to: #a8a29e;
}

.to-warmGray-500 {
  --tw-gradient-to: #78716c;
}

.to-warmGray-600 {
  --tw-gradient-to: #57534e;
}

.to-warmGray-700 {
  --tw-gradient-to: #44403c;
}

.to-warmGray-800 {
  --tw-gradient-to: #292524;
}

.to-warmGray-900 {
  --tw-gradient-to: #1c1917;
}

.to-trueGray-50 {
  --tw-gradient-to: #fafafa;
}

.to-trueGray-100 {
  --tw-gradient-to: #f5f5f5;
}

.to-trueGray-200 {
  --tw-gradient-to: #e5e5e5;
}

.to-trueGray-300 {
  --tw-gradient-to: #d4d4d4;
}

.to-trueGray-400 {
  --tw-gradient-to: #a3a3a3;
}

.to-trueGray-500 {
  --tw-gradient-to: #737373;
}

.to-trueGray-600 {
  --tw-gradient-to: #525252;
}

.to-trueGray-700 {
  --tw-gradient-to: #404040;
}

.to-trueGray-800 {
  --tw-gradient-to: #262626;
}

.to-trueGray-900 {
  --tw-gradient-to: #171717;
}

.to-gray-50 {
  --tw-gradient-to: #fafafa;
}

.to-gray-100 {
  --tw-gradient-to: #f4f4f5;
}

.to-gray-200 {
  --tw-gradient-to: #e4e4e7;
}

.to-gray-300 {
  --tw-gradient-to: #d4d4d8;
}

.to-gray-400 {
  --tw-gradient-to: #a1a1aa;
}

.to-gray-500 {
  --tw-gradient-to: #71717a;
}

.to-gray-600 {
  --tw-gradient-to: #52525b;
}

.to-gray-700 {
  --tw-gradient-to: #3f3f46;
}

.to-gray-800 {
  --tw-gradient-to: #27272a;
}

.to-gray-900 {
  --tw-gradient-to: #18181b;
}

.to-coolGray-50 {
  --tw-gradient-to: #f9fafb;
}

.to-coolGray-100 {
  --tw-gradient-to: #f3f4f6;
}

.to-coolGray-200 {
  --tw-gradient-to: #e5e7eb;
}

.to-coolGray-300 {
  --tw-gradient-to: #d1d5db;
}

.to-coolGray-400 {
  --tw-gradient-to: #9ca3af;
}

.to-coolGray-500 {
  --tw-gradient-to: #6b7280;
}

.to-coolGray-600 {
  --tw-gradient-to: #4b5563;
}

.to-coolGray-700 {
  --tw-gradient-to: #374151;
}

.to-coolGray-800 {
  --tw-gradient-to: #1f2937;
}

.to-coolGray-900 {
  --tw-gradient-to: #111827;
}

.to-blueGray-50 {
  --tw-gradient-to: #f8fafc;
}

.to-blueGray-100 {
  --tw-gradient-to: #f1f5f9;
}

.to-blueGray-200 {
  --tw-gradient-to: #e2e8f0;
}

.to-blueGray-300 {
  --tw-gradient-to: #cbd5e1;
}

.to-blueGray-400 {
  --tw-gradient-to: #94a3b8;
}

.to-blueGray-500 {
  --tw-gradient-to: #64748b;
}

.to-blueGray-600 {
  --tw-gradient-to: #475569;
}

.to-blueGray-700 {
  --tw-gradient-to: #334155;
}

.to-blueGray-800 {
  --tw-gradient-to: #1e293b;
}

.to-blueGray-900 {
  --tw-gradient-to: #0f172a;
}

.hover\:to-current:hover {
  --tw-gradient-to: currentColor;
}

.hover\:to-transparent:hover {
  --tw-gradient-to: transparent;
}

.hover\:to-falcon:hover {
  --tw-gradient-to: var(--falcon);
}

.hover\:to-basement:hover {
  --tw-gradient-to: var(--basement);
}

.hover\:to-blue-50:hover {
  --tw-gradient-to: #eff6ff;
}

.hover\:to-blue-100:hover {
  --tw-gradient-to: #dbeafe;
}

.hover\:to-blue-200:hover {
  --tw-gradient-to: #bfdbfe;
}

.hover\:to-blue-300:hover {
  --tw-gradient-to: #93c5fd;
}

.hover\:to-blue-400:hover {
  --tw-gradient-to: #60a5fa;
}

.hover\:to-blue-500:hover {
  --tw-gradient-to: #3b82f6;
}

.hover\:to-blue-600:hover {
  --tw-gradient-to: #2563eb;
}

.hover\:to-blue-700:hover {
  --tw-gradient-to: #1d4ed8;
}

.hover\:to-blue-800:hover {
  --tw-gradient-to: #1e40af;
}

.hover\:to-blue-900:hover {
  --tw-gradient-to: #1e3a8a;
}

.hover\:to-body-and-labels:hover {
  --tw-gradient-to: var(--body-and-labels);
}

.hover\:to-brand:hover {
  --tw-gradient-to: var(--brand);
}

.hover\:to-code-base-64:hover {
  --tw-gradient-to: var(--code-base-64);
}

.hover\:to-code-bg:hover {
  --tw-gradient-to: var(--code-bg);
}

.hover\:to-code-outline:hover {
  --tw-gradient-to: var(--code-outline);
}

.hover\:to-code-text:hover {
  --tw-gradient-to: var(--code-text);
}

.hover\:to-critical:hover {
  --tw-gradient-to: var(--critical);
}

.hover\:to-destructive-hover:hover {
  --tw-gradient-to: var(--destructive-hover);
}

.hover\:to-destructive-idle:hover {
  --tw-gradient-to: var(--destructive-idle);
}

.hover\:to-destructive-pressed:hover {
  --tw-gradient-to: var(--destructive-pressed);
}

.hover\:to-disabled:hover {
  --tw-gradient-to: var(--disabled);
}

.hover\:to-disc-operations:hover {
  --tw-gradient-to: var(--disc-operations);
}

.hover\:to-dns-requests:hover {
  --tw-gradient-to: var(--dns-requests);
}

.hover\:to-focus:hover {
  --tw-gradient-to: var(--focus);
}

.hover\:to-graph-1:hover {
  --tw-gradient-to: var(--graph-1);
}

.hover\:to-graph-10:hover {
  --tw-gradient-to: var(--graph-10);
}

.hover\:to-graph-11:hover {
  --tw-gradient-to: var(--graph-11);
}

.hover\:to-graph-2:hover {
  --tw-gradient-to: var(--graph-2);
}

.hover\:to-graph-3:hover {
  --tw-gradient-to: var(--graph-3);
}

.hover\:to-graph-4:hover {
  --tw-gradient-to: var(--graph-4);
}

.hover\:to-graph-5:hover {
  --tw-gradient-to: var(--graph-5);
}

.hover\:to-graph-6:hover {
  --tw-gradient-to: var(--graph-6);
}

.hover\:to-graph-7:hover {
  --tw-gradient-to: var(--graph-7);
}

.hover\:to-graph-8:hover {
  --tw-gradient-to: var(--graph-8);
}

.hover\:to-graph-9:hover {
  --tw-gradient-to: var(--graph-9);
}

.hover\:to-graph-disabled:hover {
  --tw-gradient-to: var(--graph-disabled);
}

.hover\:to-ground-floor:hover {
  --tw-gradient-to: var(--ground-floor);
}

.hover\:to-high:hover {
  --tw-gradient-to: var(--high);
}

.hover\:to-informational:hover {
  --tw-gradient-to: var(--informational);
}

.hover\:to-lines-dark:hover {
  --tw-gradient-to: var(--lines-dark);
}

.hover\:to-lines-light:hover {
  --tw-gradient-to: var(--lines-light);
}

.hover\:to-low:hover {
  --tw-gradient-to: var(--low);
}

.hover\:to-medium:hover {
  --tw-gradient-to: var(--medium);
}

.hover\:to-mezzanine:hover {
  --tw-gradient-to: var(--mezzanine);
}

.hover\:to-nav-text-and-icons:hover {
  --tw-gradient-to: var(--nav-text-and-icons);
}

.hover\:to-nav-text-secondary:hover {
  --tw-gradient-to: var(--nav-text-secondary);
}

.hover\:to-network-operations:hover {
  --tw-gradient-to: var(--network-operations);
}

.hover\:to-normal-hover:hover {
  --tw-gradient-to: var(--normal-hover);
}

.hover\:to-normal-idle:hover {
  --tw-gradient-to: var(--normal-idle);
}

.hover\:to-normal-pressed:hover {
  --tw-gradient-to: var(--normal-pressed);
}

.hover\:to-overlay-0\.5:hover {
  --tw-gradient-to: var(--overlay-0\.5);
}

.hover\:to-overlay-1:hover {
  --tw-gradient-to: var(--overlay-1);
}

.hover\:to-overlay-2:hover {
  --tw-gradient-to: var(--overlay-2);
}

.hover\:to-positive:hover {
  --tw-gradient-to: var(--positive);
}

.hover\:to-primary-hover:hover {
  --tw-gradient-to: var(--primary-hover);
}

.hover\:to-primary-idle:hover {
  --tw-gradient-to: var(--primary-idle);
}

.hover\:to-primary-pressed:hover {
  --tw-gradient-to: var(--primary-pressed);
}

.hover\:to-process-operations:hover {
  --tw-gradient-to: var(--process-operations);
}

.hover\:to-purple-50:hover {
  --tw-gradient-to: #faf5ff;
}

.hover\:to-purple-100:hover {
  --tw-gradient-to: #f3e8ff;
}

.hover\:to-purple-200:hover {
  --tw-gradient-to: #e9d5ff;
}

.hover\:to-purple-300:hover {
  --tw-gradient-to: #d8b4fe;
}

.hover\:to-purple-400:hover {
  --tw-gradient-to: #c084fc;
}

.hover\:to-purple-500:hover {
  --tw-gradient-to: #a855f7;
}

.hover\:to-purple-600:hover {
  --tw-gradient-to: #9333ea;
}

.hover\:to-purple-700:hover {
  --tw-gradient-to: #7e22ce;
}

.hover\:to-purple-800:hover {
  --tw-gradient-to: #6b21a8;
}

.hover\:to-purple-900:hover {
  --tw-gradient-to: #581c87;
}

.hover\:to-registry-operations:hover {
  --tw-gradient-to: var(--registry-operations);
}

.hover\:to-selected:hover {
  --tw-gradient-to: var(--selected);
}

.hover\:to-surface-2xl:hover {
  --tw-gradient-to: var(--surface-2xl);
}

.hover\:to-surface-base:hover {
  --tw-gradient-to: var(--surface-base);
}

.hover\:to-surface-inner:hover {
  --tw-gradient-to: var(--surface-inner);
}

.hover\:to-surface-lg:hover {
  --tw-gradient-to: var(--surface-lg);
}

.hover\:to-surface-md:hover {
  --tw-gradient-to: var(--surface-md);
}

.hover\:to-surface-xl:hover {
  --tw-gradient-to: var(--surface-xl);
}

.hover\:to-text-and-icons:hover {
  --tw-gradient-to: var(--text-and-icons);
}

.hover\:to-titles-and-attributes:hover {
  --tw-gradient-to: var(--titles-and-attributes);
}

.hover\:to-black:hover {
  --tw-gradient-to: #000;
}

.hover\:to-white:hover {
  --tw-gradient-to: #fff;
}

.hover\:to-rose-50:hover {
  --tw-gradient-to: #fff1f2;
}

.hover\:to-rose-100:hover {
  --tw-gradient-to: #ffe4e6;
}

.hover\:to-rose-200:hover {
  --tw-gradient-to: #fecdd3;
}

.hover\:to-rose-300:hover {
  --tw-gradient-to: #fda4af;
}

.hover\:to-rose-400:hover {
  --tw-gradient-to: #fb7185;
}

.hover\:to-rose-500:hover {
  --tw-gradient-to: #f43f5e;
}

.hover\:to-rose-600:hover {
  --tw-gradient-to: #e11d48;
}

.hover\:to-rose-700:hover {
  --tw-gradient-to: #be123c;
}

.hover\:to-rose-800:hover {
  --tw-gradient-to: #9f1239;
}

.hover\:to-rose-900:hover {
  --tw-gradient-to: #881337;
}

.hover\:to-pink-50:hover {
  --tw-gradient-to: #fdf2f8;
}

.hover\:to-pink-100:hover {
  --tw-gradient-to: #fce7f3;
}

.hover\:to-pink-200:hover {
  --tw-gradient-to: #fbcfe8;
}

.hover\:to-pink-300:hover {
  --tw-gradient-to: #f9a8d4;
}

.hover\:to-pink-400:hover {
  --tw-gradient-to: #f472b6;
}

.hover\:to-pink-500:hover {
  --tw-gradient-to: #ec4899;
}

.hover\:to-pink-600:hover {
  --tw-gradient-to: #db2777;
}

.hover\:to-pink-700:hover {
  --tw-gradient-to: #be185d;
}

.hover\:to-pink-800:hover {
  --tw-gradient-to: #9d174d;
}

.hover\:to-pink-900:hover {
  --tw-gradient-to: #831843;
}

.hover\:to-fuchsia-50:hover {
  --tw-gradient-to: #fdf4ff;
}

.hover\:to-fuchsia-100:hover {
  --tw-gradient-to: #fae8ff;
}

.hover\:to-fuchsia-200:hover {
  --tw-gradient-to: #f5d0fe;
}

.hover\:to-fuchsia-300:hover {
  --tw-gradient-to: #f0abfc;
}

.hover\:to-fuchsia-400:hover {
  --tw-gradient-to: #e879f9;
}

.hover\:to-fuchsia-500:hover {
  --tw-gradient-to: #d946ef;
}

.hover\:to-fuchsia-600:hover {
  --tw-gradient-to: #c026d3;
}

.hover\:to-fuchsia-700:hover {
  --tw-gradient-to: #a21caf;
}

.hover\:to-fuchsia-800:hover {
  --tw-gradient-to: #86198f;
}

.hover\:to-fuchsia-900:hover {
  --tw-gradient-to: #701a75;
}

.hover\:to-violet-50:hover {
  --tw-gradient-to: #f5f3ff;
}

.hover\:to-violet-100:hover {
  --tw-gradient-to: #ede9fe;
}

.hover\:to-violet-200:hover {
  --tw-gradient-to: #ddd6fe;
}

.hover\:to-violet-300:hover {
  --tw-gradient-to: #c4b5fd;
}

.hover\:to-violet-400:hover {
  --tw-gradient-to: #a78bfa;
}

.hover\:to-violet-500:hover {
  --tw-gradient-to: #8b5cf6;
}

.hover\:to-violet-600:hover {
  --tw-gradient-to: #7c3aed;
}

.hover\:to-violet-700:hover {
  --tw-gradient-to: #6d28d9;
}

.hover\:to-violet-800:hover {
  --tw-gradient-to: #5b21b6;
}

.hover\:to-violet-900:hover {
  --tw-gradient-to: #4c1d95;
}

.hover\:to-indigo-50:hover {
  --tw-gradient-to: #eef2ff;
}

.hover\:to-indigo-100:hover {
  --tw-gradient-to: #e0e7ff;
}

.hover\:to-indigo-200:hover {
  --tw-gradient-to: #c7d2fe;
}

.hover\:to-indigo-300:hover {
  --tw-gradient-to: #a5b4fc;
}

.hover\:to-indigo-400:hover {
  --tw-gradient-to: #818cf8;
}

.hover\:to-indigo-500:hover {
  --tw-gradient-to: #6366f1;
}

.hover\:to-indigo-600:hover {
  --tw-gradient-to: #4f46e5;
}

.hover\:to-indigo-700:hover {
  --tw-gradient-to: #4338ca;
}

.hover\:to-indigo-800:hover {
  --tw-gradient-to: #3730a3;
}

.hover\:to-indigo-900:hover {
  --tw-gradient-to: #312e81;
}

.hover\:to-lightBlue-50:hover {
  --tw-gradient-to: #f0f9ff;
}

.hover\:to-lightBlue-100:hover {
  --tw-gradient-to: #e0f2fe;
}

.hover\:to-lightBlue-200:hover {
  --tw-gradient-to: #bae6fd;
}

.hover\:to-lightBlue-300:hover {
  --tw-gradient-to: #7dd3fc;
}

.hover\:to-lightBlue-400:hover {
  --tw-gradient-to: #38bdf8;
}

.hover\:to-lightBlue-500:hover {
  --tw-gradient-to: #0ea5e9;
}

.hover\:to-lightBlue-600:hover {
  --tw-gradient-to: #0284c7;
}

.hover\:to-lightBlue-700:hover {
  --tw-gradient-to: #0369a1;
}

.hover\:to-lightBlue-800:hover {
  --tw-gradient-to: #075985;
}

.hover\:to-lightBlue-900:hover {
  --tw-gradient-to: #0c4a6e;
}

.hover\:to-cyan-50:hover {
  --tw-gradient-to: #ecfeff;
}

.hover\:to-cyan-100:hover {
  --tw-gradient-to: #cffafe;
}

.hover\:to-cyan-200:hover {
  --tw-gradient-to: #a5f3fc;
}

.hover\:to-cyan-300:hover {
  --tw-gradient-to: #67e8f9;
}

.hover\:to-cyan-400:hover {
  --tw-gradient-to: #22d3ee;
}

.hover\:to-cyan-500:hover {
  --tw-gradient-to: #06b6d4;
}

.hover\:to-cyan-600:hover {
  --tw-gradient-to: #0891b2;
}

.hover\:to-cyan-700:hover {
  --tw-gradient-to: #0e7490;
}

.hover\:to-cyan-800:hover {
  --tw-gradient-to: #155e75;
}

.hover\:to-cyan-900:hover {
  --tw-gradient-to: #164e63;
}

.hover\:to-teal-50:hover {
  --tw-gradient-to: #f0fdfa;
}

.hover\:to-teal-100:hover {
  --tw-gradient-to: #ccfbf1;
}

.hover\:to-teal-200:hover {
  --tw-gradient-to: #99f6e4;
}

.hover\:to-teal-300:hover {
  --tw-gradient-to: #5eead4;
}

.hover\:to-teal-400:hover {
  --tw-gradient-to: #2dd4bf;
}

.hover\:to-teal-500:hover {
  --tw-gradient-to: #14b8a6;
}

.hover\:to-teal-600:hover {
  --tw-gradient-to: #0d9488;
}

.hover\:to-teal-700:hover {
  --tw-gradient-to: #0f766e;
}

.hover\:to-teal-800:hover {
  --tw-gradient-to: #115e59;
}

.hover\:to-teal-900:hover {
  --tw-gradient-to: #134e4a;
}

.hover\:to-emerald-50:hover {
  --tw-gradient-to: #ecfdf5;
}

.hover\:to-emerald-100:hover {
  --tw-gradient-to: #d1fae5;
}

.hover\:to-emerald-200:hover {
  --tw-gradient-to: #a7f3d0;
}

.hover\:to-emerald-300:hover {
  --tw-gradient-to: #6ee7b7;
}

.hover\:to-emerald-400:hover {
  --tw-gradient-to: #34d399;
}

.hover\:to-emerald-500:hover {
  --tw-gradient-to: #10b981;
}

.hover\:to-emerald-600:hover {
  --tw-gradient-to: #059669;
}

.hover\:to-emerald-700:hover {
  --tw-gradient-to: #047857;
}

.hover\:to-emerald-800:hover {
  --tw-gradient-to: #065f46;
}

.hover\:to-emerald-900:hover {
  --tw-gradient-to: #064e3b;
}

.hover\:to-green-50:hover {
  --tw-gradient-to: #f0fdf4;
}

.hover\:to-green-100:hover {
  --tw-gradient-to: #dcfce7;
}

.hover\:to-green-200:hover {
  --tw-gradient-to: #bbf7d0;
}

.hover\:to-green-300:hover {
  --tw-gradient-to: #86efac;
}

.hover\:to-green-400:hover {
  --tw-gradient-to: #4ade80;
}

.hover\:to-green-500:hover {
  --tw-gradient-to: #22c55e;
}

.hover\:to-green-600:hover {
  --tw-gradient-to: #16a34a;
}

.hover\:to-green-700:hover {
  --tw-gradient-to: #15803d;
}

.hover\:to-green-800:hover {
  --tw-gradient-to: #166534;
}

.hover\:to-green-900:hover {
  --tw-gradient-to: #14532d;
}

.hover\:to-lime-50:hover {
  --tw-gradient-to: #f7fee7;
}

.hover\:to-lime-100:hover {
  --tw-gradient-to: #ecfccb;
}

.hover\:to-lime-200:hover {
  --tw-gradient-to: #d9f99d;
}

.hover\:to-lime-300:hover {
  --tw-gradient-to: #bef264;
}

.hover\:to-lime-400:hover {
  --tw-gradient-to: #a3e635;
}

.hover\:to-lime-500:hover {
  --tw-gradient-to: #84cc16;
}

.hover\:to-lime-600:hover {
  --tw-gradient-to: #65a30d;
}

.hover\:to-lime-700:hover {
  --tw-gradient-to: #4d7c0f;
}

.hover\:to-lime-800:hover {
  --tw-gradient-to: #3f6212;
}

.hover\:to-lime-900:hover {
  --tw-gradient-to: #365314;
}

.hover\:to-yellow-50:hover {
  --tw-gradient-to: #fefce8;
}

.hover\:to-yellow-100:hover {
  --tw-gradient-to: #fef9c3;
}

.hover\:to-yellow-200:hover {
  --tw-gradient-to: #fef08a;
}

.hover\:to-yellow-300:hover {
  --tw-gradient-to: #fde047;
}

.hover\:to-yellow-400:hover {
  --tw-gradient-to: #facc15;
}

.hover\:to-yellow-500:hover {
  --tw-gradient-to: #eab308;
}

.hover\:to-yellow-600:hover {
  --tw-gradient-to: #ca8a04;
}

.hover\:to-yellow-700:hover {
  --tw-gradient-to: #a16207;
}

.hover\:to-yellow-800:hover {
  --tw-gradient-to: #854d0e;
}

.hover\:to-yellow-900:hover {
  --tw-gradient-to: #713f12;
}

.hover\:to-amber-50:hover {
  --tw-gradient-to: #fffbeb;
}

.hover\:to-amber-100:hover {
  --tw-gradient-to: #fef3c7;
}

.hover\:to-amber-200:hover {
  --tw-gradient-to: #fde68a;
}

.hover\:to-amber-300:hover {
  --tw-gradient-to: #fcd34d;
}

.hover\:to-amber-400:hover {
  --tw-gradient-to: #fbbf24;
}

.hover\:to-amber-500:hover {
  --tw-gradient-to: #f59e0b;
}

.hover\:to-amber-600:hover {
  --tw-gradient-to: #d97706;
}

.hover\:to-amber-700:hover {
  --tw-gradient-to: #b45309;
}

.hover\:to-amber-800:hover {
  --tw-gradient-to: #92400e;
}

.hover\:to-amber-900:hover {
  --tw-gradient-to: #78350f;
}

.hover\:to-orange-50:hover {
  --tw-gradient-to: #fff7ed;
}

.hover\:to-orange-100:hover {
  --tw-gradient-to: #ffedd5;
}

.hover\:to-orange-200:hover {
  --tw-gradient-to: #fed7aa;
}

.hover\:to-orange-300:hover {
  --tw-gradient-to: #fdba74;
}

.hover\:to-orange-400:hover {
  --tw-gradient-to: #fb923c;
}

.hover\:to-orange-500:hover {
  --tw-gradient-to: #f97316;
}

.hover\:to-orange-600:hover {
  --tw-gradient-to: #ea580c;
}

.hover\:to-orange-700:hover {
  --tw-gradient-to: #c2410c;
}

.hover\:to-orange-800:hover {
  --tw-gradient-to: #9a3412;
}

.hover\:to-orange-900:hover {
  --tw-gradient-to: #7c2d12;
}

.hover\:to-red-50:hover {
  --tw-gradient-to: #fef2f2;
}

.hover\:to-red-100:hover {
  --tw-gradient-to: #fee2e2;
}

.hover\:to-red-200:hover {
  --tw-gradient-to: #fecaca;
}

.hover\:to-red-300:hover {
  --tw-gradient-to: #fca5a5;
}

.hover\:to-red-400:hover {
  --tw-gradient-to: #f87171;
}

.hover\:to-red-500:hover {
  --tw-gradient-to: #ef4444;
}

.hover\:to-red-600:hover {
  --tw-gradient-to: #dc2626;
}

.hover\:to-red-700:hover {
  --tw-gradient-to: #b91c1c;
}

.hover\:to-red-800:hover {
  --tw-gradient-to: #991b1b;
}

.hover\:to-red-900:hover {
  --tw-gradient-to: #7f1d1d;
}

.hover\:to-warmGray-50:hover {
  --tw-gradient-to: #fafaf9;
}

.hover\:to-warmGray-100:hover {
  --tw-gradient-to: #f5f5f4;
}

.hover\:to-warmGray-200:hover {
  --tw-gradient-to: #e7e5e4;
}

.hover\:to-warmGray-300:hover {
  --tw-gradient-to: #d6d3d1;
}

.hover\:to-warmGray-400:hover {
  --tw-gradient-to: #a8a29e;
}

.hover\:to-warmGray-500:hover {
  --tw-gradient-to: #78716c;
}

.hover\:to-warmGray-600:hover {
  --tw-gradient-to: #57534e;
}

.hover\:to-warmGray-700:hover {
  --tw-gradient-to: #44403c;
}

.hover\:to-warmGray-800:hover {
  --tw-gradient-to: #292524;
}

.hover\:to-warmGray-900:hover {
  --tw-gradient-to: #1c1917;
}

.hover\:to-trueGray-50:hover {
  --tw-gradient-to: #fafafa;
}

.hover\:to-trueGray-100:hover {
  --tw-gradient-to: #f5f5f5;
}

.hover\:to-trueGray-200:hover {
  --tw-gradient-to: #e5e5e5;
}

.hover\:to-trueGray-300:hover {
  --tw-gradient-to: #d4d4d4;
}

.hover\:to-trueGray-400:hover {
  --tw-gradient-to: #a3a3a3;
}

.hover\:to-trueGray-500:hover {
  --tw-gradient-to: #737373;
}

.hover\:to-trueGray-600:hover {
  --tw-gradient-to: #525252;
}

.hover\:to-trueGray-700:hover {
  --tw-gradient-to: #404040;
}

.hover\:to-trueGray-800:hover {
  --tw-gradient-to: #262626;
}

.hover\:to-trueGray-900:hover {
  --tw-gradient-to: #171717;
}

.hover\:to-gray-50:hover {
  --tw-gradient-to: #fafafa;
}

.hover\:to-gray-100:hover {
  --tw-gradient-to: #f4f4f5;
}

.hover\:to-gray-200:hover {
  --tw-gradient-to: #e4e4e7;
}

.hover\:to-gray-300:hover {
  --tw-gradient-to: #d4d4d8;
}

.hover\:to-gray-400:hover {
  --tw-gradient-to: #a1a1aa;
}

.hover\:to-gray-500:hover {
  --tw-gradient-to: #71717a;
}

.hover\:to-gray-600:hover {
  --tw-gradient-to: #52525b;
}

.hover\:to-gray-700:hover {
  --tw-gradient-to: #3f3f46;
}

.hover\:to-gray-800:hover {
  --tw-gradient-to: #27272a;
}

.hover\:to-gray-900:hover {
  --tw-gradient-to: #18181b;
}

.hover\:to-coolGray-50:hover {
  --tw-gradient-to: #f9fafb;
}

.hover\:to-coolGray-100:hover {
  --tw-gradient-to: #f3f4f6;
}

.hover\:to-coolGray-200:hover {
  --tw-gradient-to: #e5e7eb;
}

.hover\:to-coolGray-300:hover {
  --tw-gradient-to: #d1d5db;
}

.hover\:to-coolGray-400:hover {
  --tw-gradient-to: #9ca3af;
}

.hover\:to-coolGray-500:hover {
  --tw-gradient-to: #6b7280;
}

.hover\:to-coolGray-600:hover {
  --tw-gradient-to: #4b5563;
}

.hover\:to-coolGray-700:hover {
  --tw-gradient-to: #374151;
}

.hover\:to-coolGray-800:hover {
  --tw-gradient-to: #1f2937;
}

.hover\:to-coolGray-900:hover {
  --tw-gradient-to: #111827;
}

.hover\:to-blueGray-50:hover {
  --tw-gradient-to: #f8fafc;
}

.hover\:to-blueGray-100:hover {
  --tw-gradient-to: #f1f5f9;
}

.hover\:to-blueGray-200:hover {
  --tw-gradient-to: #e2e8f0;
}

.hover\:to-blueGray-300:hover {
  --tw-gradient-to: #cbd5e1;
}

.hover\:to-blueGray-400:hover {
  --tw-gradient-to: #94a3b8;
}

.hover\:to-blueGray-500:hover {
  --tw-gradient-to: #64748b;
}

.hover\:to-blueGray-600:hover {
  --tw-gradient-to: #475569;
}

.hover\:to-blueGray-700:hover {
  --tw-gradient-to: #334155;
}

.hover\:to-blueGray-800:hover {
  --tw-gradient-to: #1e293b;
}

.hover\:to-blueGray-900:hover {
  --tw-gradient-to: #0f172a;
}

.focus\:to-current:focus {
  --tw-gradient-to: currentColor;
}

.focus\:to-transparent:focus {
  --tw-gradient-to: transparent;
}

.focus\:to-falcon:focus {
  --tw-gradient-to: var(--falcon);
}

.focus\:to-basement:focus {
  --tw-gradient-to: var(--basement);
}

.focus\:to-blue-50:focus {
  --tw-gradient-to: #eff6ff;
}

.focus\:to-blue-100:focus {
  --tw-gradient-to: #dbeafe;
}

.focus\:to-blue-200:focus {
  --tw-gradient-to: #bfdbfe;
}

.focus\:to-blue-300:focus {
  --tw-gradient-to: #93c5fd;
}

.focus\:to-blue-400:focus {
  --tw-gradient-to: #60a5fa;
}

.focus\:to-blue-500:focus {
  --tw-gradient-to: #3b82f6;
}

.focus\:to-blue-600:focus {
  --tw-gradient-to: #2563eb;
}

.focus\:to-blue-700:focus {
  --tw-gradient-to: #1d4ed8;
}

.focus\:to-blue-800:focus {
  --tw-gradient-to: #1e40af;
}

.focus\:to-blue-900:focus {
  --tw-gradient-to: #1e3a8a;
}

.focus\:to-body-and-labels:focus {
  --tw-gradient-to: var(--body-and-labels);
}

.focus\:to-brand:focus {
  --tw-gradient-to: var(--brand);
}

.focus\:to-code-base-64:focus {
  --tw-gradient-to: var(--code-base-64);
}

.focus\:to-code-bg:focus {
  --tw-gradient-to: var(--code-bg);
}

.focus\:to-code-outline:focus {
  --tw-gradient-to: var(--code-outline);
}

.focus\:to-code-text:focus {
  --tw-gradient-to: var(--code-text);
}

.focus\:to-critical:focus {
  --tw-gradient-to: var(--critical);
}

.focus\:to-destructive-hover:focus {
  --tw-gradient-to: var(--destructive-hover);
}

.focus\:to-destructive-idle:focus {
  --tw-gradient-to: var(--destructive-idle);
}

.focus\:to-destructive-pressed:focus {
  --tw-gradient-to: var(--destructive-pressed);
}

.focus\:to-disabled:focus {
  --tw-gradient-to: var(--disabled);
}

.focus\:to-disc-operations:focus {
  --tw-gradient-to: var(--disc-operations);
}

.focus\:to-dns-requests:focus {
  --tw-gradient-to: var(--dns-requests);
}

.focus\:to-focus:focus {
  --tw-gradient-to: var(--focus);
}

.focus\:to-graph-1:focus {
  --tw-gradient-to: var(--graph-1);
}

.focus\:to-graph-10:focus {
  --tw-gradient-to: var(--graph-10);
}

.focus\:to-graph-11:focus {
  --tw-gradient-to: var(--graph-11);
}

.focus\:to-graph-2:focus {
  --tw-gradient-to: var(--graph-2);
}

.focus\:to-graph-3:focus {
  --tw-gradient-to: var(--graph-3);
}

.focus\:to-graph-4:focus {
  --tw-gradient-to: var(--graph-4);
}

.focus\:to-graph-5:focus {
  --tw-gradient-to: var(--graph-5);
}

.focus\:to-graph-6:focus {
  --tw-gradient-to: var(--graph-6);
}

.focus\:to-graph-7:focus {
  --tw-gradient-to: var(--graph-7);
}

.focus\:to-graph-8:focus {
  --tw-gradient-to: var(--graph-8);
}

.focus\:to-graph-9:focus {
  --tw-gradient-to: var(--graph-9);
}

.focus\:to-graph-disabled:focus {
  --tw-gradient-to: var(--graph-disabled);
}

.focus\:to-ground-floor:focus {
  --tw-gradient-to: var(--ground-floor);
}

.focus\:to-high:focus {
  --tw-gradient-to: var(--high);
}

.focus\:to-informational:focus {
  --tw-gradient-to: var(--informational);
}

.focus\:to-lines-dark:focus {
  --tw-gradient-to: var(--lines-dark);
}

.focus\:to-lines-light:focus {
  --tw-gradient-to: var(--lines-light);
}

.focus\:to-low:focus {
  --tw-gradient-to: var(--low);
}

.focus\:to-medium:focus {
  --tw-gradient-to: var(--medium);
}

.focus\:to-mezzanine:focus {
  --tw-gradient-to: var(--mezzanine);
}

.focus\:to-nav-text-and-icons:focus {
  --tw-gradient-to: var(--nav-text-and-icons);
}

.focus\:to-nav-text-secondary:focus {
  --tw-gradient-to: var(--nav-text-secondary);
}

.focus\:to-network-operations:focus {
  --tw-gradient-to: var(--network-operations);
}

.focus\:to-normal-hover:focus {
  --tw-gradient-to: var(--normal-hover);
}

.focus\:to-normal-idle:focus {
  --tw-gradient-to: var(--normal-idle);
}

.focus\:to-normal-pressed:focus {
  --tw-gradient-to: var(--normal-pressed);
}

.focus\:to-overlay-0\.5:focus {
  --tw-gradient-to: var(--overlay-0\.5);
}

.focus\:to-overlay-1:focus {
  --tw-gradient-to: var(--overlay-1);
}

.focus\:to-overlay-2:focus {
  --tw-gradient-to: var(--overlay-2);
}

.focus\:to-positive:focus {
  --tw-gradient-to: var(--positive);
}

.focus\:to-primary-hover:focus {
  --tw-gradient-to: var(--primary-hover);
}

.focus\:to-primary-idle:focus {
  --tw-gradient-to: var(--primary-idle);
}

.focus\:to-primary-pressed:focus {
  --tw-gradient-to: var(--primary-pressed);
}

.focus\:to-process-operations:focus {
  --tw-gradient-to: var(--process-operations);
}

.focus\:to-purple-50:focus {
  --tw-gradient-to: #faf5ff;
}

.focus\:to-purple-100:focus {
  --tw-gradient-to: #f3e8ff;
}

.focus\:to-purple-200:focus {
  --tw-gradient-to: #e9d5ff;
}

.focus\:to-purple-300:focus {
  --tw-gradient-to: #d8b4fe;
}

.focus\:to-purple-400:focus {
  --tw-gradient-to: #c084fc;
}

.focus\:to-purple-500:focus {
  --tw-gradient-to: #a855f7;
}

.focus\:to-purple-600:focus {
  --tw-gradient-to: #9333ea;
}

.focus\:to-purple-700:focus {
  --tw-gradient-to: #7e22ce;
}

.focus\:to-purple-800:focus {
  --tw-gradient-to: #6b21a8;
}

.focus\:to-purple-900:focus {
  --tw-gradient-to: #581c87;
}

.focus\:to-registry-operations:focus {
  --tw-gradient-to: var(--registry-operations);
}

.focus\:to-selected:focus {
  --tw-gradient-to: var(--selected);
}

.focus\:to-surface-2xl:focus {
  --tw-gradient-to: var(--surface-2xl);
}

.focus\:to-surface-base:focus {
  --tw-gradient-to: var(--surface-base);
}

.focus\:to-surface-inner:focus {
  --tw-gradient-to: var(--surface-inner);
}

.focus\:to-surface-lg:focus {
  --tw-gradient-to: var(--surface-lg);
}

.focus\:to-surface-md:focus {
  --tw-gradient-to: var(--surface-md);
}

.focus\:to-surface-xl:focus {
  --tw-gradient-to: var(--surface-xl);
}

.focus\:to-text-and-icons:focus {
  --tw-gradient-to: var(--text-and-icons);
}

.focus\:to-titles-and-attributes:focus {
  --tw-gradient-to: var(--titles-and-attributes);
}

.focus\:to-black:focus {
  --tw-gradient-to: #000;
}

.focus\:to-white:focus {
  --tw-gradient-to: #fff;
}

.focus\:to-rose-50:focus {
  --tw-gradient-to: #fff1f2;
}

.focus\:to-rose-100:focus {
  --tw-gradient-to: #ffe4e6;
}

.focus\:to-rose-200:focus {
  --tw-gradient-to: #fecdd3;
}

.focus\:to-rose-300:focus {
  --tw-gradient-to: #fda4af;
}

.focus\:to-rose-400:focus {
  --tw-gradient-to: #fb7185;
}

.focus\:to-rose-500:focus {
  --tw-gradient-to: #f43f5e;
}

.focus\:to-rose-600:focus {
  --tw-gradient-to: #e11d48;
}

.focus\:to-rose-700:focus {
  --tw-gradient-to: #be123c;
}

.focus\:to-rose-800:focus {
  --tw-gradient-to: #9f1239;
}

.focus\:to-rose-900:focus {
  --tw-gradient-to: #881337;
}

.focus\:to-pink-50:focus {
  --tw-gradient-to: #fdf2f8;
}

.focus\:to-pink-100:focus {
  --tw-gradient-to: #fce7f3;
}

.focus\:to-pink-200:focus {
  --tw-gradient-to: #fbcfe8;
}

.focus\:to-pink-300:focus {
  --tw-gradient-to: #f9a8d4;
}

.focus\:to-pink-400:focus {
  --tw-gradient-to: #f472b6;
}

.focus\:to-pink-500:focus {
  --tw-gradient-to: #ec4899;
}

.focus\:to-pink-600:focus {
  --tw-gradient-to: #db2777;
}

.focus\:to-pink-700:focus {
  --tw-gradient-to: #be185d;
}

.focus\:to-pink-800:focus {
  --tw-gradient-to: #9d174d;
}

.focus\:to-pink-900:focus {
  --tw-gradient-to: #831843;
}

.focus\:to-fuchsia-50:focus {
  --tw-gradient-to: #fdf4ff;
}

.focus\:to-fuchsia-100:focus {
  --tw-gradient-to: #fae8ff;
}

.focus\:to-fuchsia-200:focus {
  --tw-gradient-to: #f5d0fe;
}

.focus\:to-fuchsia-300:focus {
  --tw-gradient-to: #f0abfc;
}

.focus\:to-fuchsia-400:focus {
  --tw-gradient-to: #e879f9;
}

.focus\:to-fuchsia-500:focus {
  --tw-gradient-to: #d946ef;
}

.focus\:to-fuchsia-600:focus {
  --tw-gradient-to: #c026d3;
}

.focus\:to-fuchsia-700:focus {
  --tw-gradient-to: #a21caf;
}

.focus\:to-fuchsia-800:focus {
  --tw-gradient-to: #86198f;
}

.focus\:to-fuchsia-900:focus {
  --tw-gradient-to: #701a75;
}

.focus\:to-violet-50:focus {
  --tw-gradient-to: #f5f3ff;
}

.focus\:to-violet-100:focus {
  --tw-gradient-to: #ede9fe;
}

.focus\:to-violet-200:focus {
  --tw-gradient-to: #ddd6fe;
}

.focus\:to-violet-300:focus {
  --tw-gradient-to: #c4b5fd;
}

.focus\:to-violet-400:focus {
  --tw-gradient-to: #a78bfa;
}

.focus\:to-violet-500:focus {
  --tw-gradient-to: #8b5cf6;
}

.focus\:to-violet-600:focus {
  --tw-gradient-to: #7c3aed;
}

.focus\:to-violet-700:focus {
  --tw-gradient-to: #6d28d9;
}

.focus\:to-violet-800:focus {
  --tw-gradient-to: #5b21b6;
}

.focus\:to-violet-900:focus {
  --tw-gradient-to: #4c1d95;
}

.focus\:to-indigo-50:focus {
  --tw-gradient-to: #eef2ff;
}

.focus\:to-indigo-100:focus {
  --tw-gradient-to: #e0e7ff;
}

.focus\:to-indigo-200:focus {
  --tw-gradient-to: #c7d2fe;
}

.focus\:to-indigo-300:focus {
  --tw-gradient-to: #a5b4fc;
}

.focus\:to-indigo-400:focus {
  --tw-gradient-to: #818cf8;
}

.focus\:to-indigo-500:focus {
  --tw-gradient-to: #6366f1;
}

.focus\:to-indigo-600:focus {
  --tw-gradient-to: #4f46e5;
}

.focus\:to-indigo-700:focus {
  --tw-gradient-to: #4338ca;
}

.focus\:to-indigo-800:focus {
  --tw-gradient-to: #3730a3;
}

.focus\:to-indigo-900:focus {
  --tw-gradient-to: #312e81;
}

.focus\:to-lightBlue-50:focus {
  --tw-gradient-to: #f0f9ff;
}

.focus\:to-lightBlue-100:focus {
  --tw-gradient-to: #e0f2fe;
}

.focus\:to-lightBlue-200:focus {
  --tw-gradient-to: #bae6fd;
}

.focus\:to-lightBlue-300:focus {
  --tw-gradient-to: #7dd3fc;
}

.focus\:to-lightBlue-400:focus {
  --tw-gradient-to: #38bdf8;
}

.focus\:to-lightBlue-500:focus {
  --tw-gradient-to: #0ea5e9;
}

.focus\:to-lightBlue-600:focus {
  --tw-gradient-to: #0284c7;
}

.focus\:to-lightBlue-700:focus {
  --tw-gradient-to: #0369a1;
}

.focus\:to-lightBlue-800:focus {
  --tw-gradient-to: #075985;
}

.focus\:to-lightBlue-900:focus {
  --tw-gradient-to: #0c4a6e;
}

.focus\:to-cyan-50:focus {
  --tw-gradient-to: #ecfeff;
}

.focus\:to-cyan-100:focus {
  --tw-gradient-to: #cffafe;
}

.focus\:to-cyan-200:focus {
  --tw-gradient-to: #a5f3fc;
}

.focus\:to-cyan-300:focus {
  --tw-gradient-to: #67e8f9;
}

.focus\:to-cyan-400:focus {
  --tw-gradient-to: #22d3ee;
}

.focus\:to-cyan-500:focus {
  --tw-gradient-to: #06b6d4;
}

.focus\:to-cyan-600:focus {
  --tw-gradient-to: #0891b2;
}

.focus\:to-cyan-700:focus {
  --tw-gradient-to: #0e7490;
}

.focus\:to-cyan-800:focus {
  --tw-gradient-to: #155e75;
}

.focus\:to-cyan-900:focus {
  --tw-gradient-to: #164e63;
}

.focus\:to-teal-50:focus {
  --tw-gradient-to: #f0fdfa;
}

.focus\:to-teal-100:focus {
  --tw-gradient-to: #ccfbf1;
}

.focus\:to-teal-200:focus {
  --tw-gradient-to: #99f6e4;
}

.focus\:to-teal-300:focus {
  --tw-gradient-to: #5eead4;
}

.focus\:to-teal-400:focus {
  --tw-gradient-to: #2dd4bf;
}

.focus\:to-teal-500:focus {
  --tw-gradient-to: #14b8a6;
}

.focus\:to-teal-600:focus {
  --tw-gradient-to: #0d9488;
}

.focus\:to-teal-700:focus {
  --tw-gradient-to: #0f766e;
}

.focus\:to-teal-800:focus {
  --tw-gradient-to: #115e59;
}

.focus\:to-teal-900:focus {
  --tw-gradient-to: #134e4a;
}

.focus\:to-emerald-50:focus {
  --tw-gradient-to: #ecfdf5;
}

.focus\:to-emerald-100:focus {
  --tw-gradient-to: #d1fae5;
}

.focus\:to-emerald-200:focus {
  --tw-gradient-to: #a7f3d0;
}

.focus\:to-emerald-300:focus {
  --tw-gradient-to: #6ee7b7;
}

.focus\:to-emerald-400:focus {
  --tw-gradient-to: #34d399;
}

.focus\:to-emerald-500:focus {
  --tw-gradient-to: #10b981;
}

.focus\:to-emerald-600:focus {
  --tw-gradient-to: #059669;
}

.focus\:to-emerald-700:focus {
  --tw-gradient-to: #047857;
}

.focus\:to-emerald-800:focus {
  --tw-gradient-to: #065f46;
}

.focus\:to-emerald-900:focus {
  --tw-gradient-to: #064e3b;
}

.focus\:to-green-50:focus {
  --tw-gradient-to: #f0fdf4;
}

.focus\:to-green-100:focus {
  --tw-gradient-to: #dcfce7;
}

.focus\:to-green-200:focus {
  --tw-gradient-to: #bbf7d0;
}

.focus\:to-green-300:focus {
  --tw-gradient-to: #86efac;
}

.focus\:to-green-400:focus {
  --tw-gradient-to: #4ade80;
}

.focus\:to-green-500:focus {
  --tw-gradient-to: #22c55e;
}

.focus\:to-green-600:focus {
  --tw-gradient-to: #16a34a;
}

.focus\:to-green-700:focus {
  --tw-gradient-to: #15803d;
}

.focus\:to-green-800:focus {
  --tw-gradient-to: #166534;
}

.focus\:to-green-900:focus {
  --tw-gradient-to: #14532d;
}

.focus\:to-lime-50:focus {
  --tw-gradient-to: #f7fee7;
}

.focus\:to-lime-100:focus {
  --tw-gradient-to: #ecfccb;
}

.focus\:to-lime-200:focus {
  --tw-gradient-to: #d9f99d;
}

.focus\:to-lime-300:focus {
  --tw-gradient-to: #bef264;
}

.focus\:to-lime-400:focus {
  --tw-gradient-to: #a3e635;
}

.focus\:to-lime-500:focus {
  --tw-gradient-to: #84cc16;
}

.focus\:to-lime-600:focus {
  --tw-gradient-to: #65a30d;
}

.focus\:to-lime-700:focus {
  --tw-gradient-to: #4d7c0f;
}

.focus\:to-lime-800:focus {
  --tw-gradient-to: #3f6212;
}

.focus\:to-lime-900:focus {
  --tw-gradient-to: #365314;
}

.focus\:to-yellow-50:focus {
  --tw-gradient-to: #fefce8;
}

.focus\:to-yellow-100:focus {
  --tw-gradient-to: #fef9c3;
}

.focus\:to-yellow-200:focus {
  --tw-gradient-to: #fef08a;
}

.focus\:to-yellow-300:focus {
  --tw-gradient-to: #fde047;
}

.focus\:to-yellow-400:focus {
  --tw-gradient-to: #facc15;
}

.focus\:to-yellow-500:focus {
  --tw-gradient-to: #eab308;
}

.focus\:to-yellow-600:focus {
  --tw-gradient-to: #ca8a04;
}

.focus\:to-yellow-700:focus {
  --tw-gradient-to: #a16207;
}

.focus\:to-yellow-800:focus {
  --tw-gradient-to: #854d0e;
}

.focus\:to-yellow-900:focus {
  --tw-gradient-to: #713f12;
}

.focus\:to-amber-50:focus {
  --tw-gradient-to: #fffbeb;
}

.focus\:to-amber-100:focus {
  --tw-gradient-to: #fef3c7;
}

.focus\:to-amber-200:focus {
  --tw-gradient-to: #fde68a;
}

.focus\:to-amber-300:focus {
  --tw-gradient-to: #fcd34d;
}

.focus\:to-amber-400:focus {
  --tw-gradient-to: #fbbf24;
}

.focus\:to-amber-500:focus {
  --tw-gradient-to: #f59e0b;
}

.focus\:to-amber-600:focus {
  --tw-gradient-to: #d97706;
}

.focus\:to-amber-700:focus {
  --tw-gradient-to: #b45309;
}

.focus\:to-amber-800:focus {
  --tw-gradient-to: #92400e;
}

.focus\:to-amber-900:focus {
  --tw-gradient-to: #78350f;
}

.focus\:to-orange-50:focus {
  --tw-gradient-to: #fff7ed;
}

.focus\:to-orange-100:focus {
  --tw-gradient-to: #ffedd5;
}

.focus\:to-orange-200:focus {
  --tw-gradient-to: #fed7aa;
}

.focus\:to-orange-300:focus {
  --tw-gradient-to: #fdba74;
}

.focus\:to-orange-400:focus {
  --tw-gradient-to: #fb923c;
}

.focus\:to-orange-500:focus {
  --tw-gradient-to: #f97316;
}

.focus\:to-orange-600:focus {
  --tw-gradient-to: #ea580c;
}

.focus\:to-orange-700:focus {
  --tw-gradient-to: #c2410c;
}

.focus\:to-orange-800:focus {
  --tw-gradient-to: #9a3412;
}

.focus\:to-orange-900:focus {
  --tw-gradient-to: #7c2d12;
}

.focus\:to-red-50:focus {
  --tw-gradient-to: #fef2f2;
}

.focus\:to-red-100:focus {
  --tw-gradient-to: #fee2e2;
}

.focus\:to-red-200:focus {
  --tw-gradient-to: #fecaca;
}

.focus\:to-red-300:focus {
  --tw-gradient-to: #fca5a5;
}

.focus\:to-red-400:focus {
  --tw-gradient-to: #f87171;
}

.focus\:to-red-500:focus {
  --tw-gradient-to: #ef4444;
}

.focus\:to-red-600:focus {
  --tw-gradient-to: #dc2626;
}

.focus\:to-red-700:focus {
  --tw-gradient-to: #b91c1c;
}

.focus\:to-red-800:focus {
  --tw-gradient-to: #991b1b;
}

.focus\:to-red-900:focus {
  --tw-gradient-to: #7f1d1d;
}

.focus\:to-warmGray-50:focus {
  --tw-gradient-to: #fafaf9;
}

.focus\:to-warmGray-100:focus {
  --tw-gradient-to: #f5f5f4;
}

.focus\:to-warmGray-200:focus {
  --tw-gradient-to: #e7e5e4;
}

.focus\:to-warmGray-300:focus {
  --tw-gradient-to: #d6d3d1;
}

.focus\:to-warmGray-400:focus {
  --tw-gradient-to: #a8a29e;
}

.focus\:to-warmGray-500:focus {
  --tw-gradient-to: #78716c;
}

.focus\:to-warmGray-600:focus {
  --tw-gradient-to: #57534e;
}

.focus\:to-warmGray-700:focus {
  --tw-gradient-to: #44403c;
}

.focus\:to-warmGray-800:focus {
  --tw-gradient-to: #292524;
}

.focus\:to-warmGray-900:focus {
  --tw-gradient-to: #1c1917;
}

.focus\:to-trueGray-50:focus {
  --tw-gradient-to: #fafafa;
}

.focus\:to-trueGray-100:focus {
  --tw-gradient-to: #f5f5f5;
}

.focus\:to-trueGray-200:focus {
  --tw-gradient-to: #e5e5e5;
}

.focus\:to-trueGray-300:focus {
  --tw-gradient-to: #d4d4d4;
}

.focus\:to-trueGray-400:focus {
  --tw-gradient-to: #a3a3a3;
}

.focus\:to-trueGray-500:focus {
  --tw-gradient-to: #737373;
}

.focus\:to-trueGray-600:focus {
  --tw-gradient-to: #525252;
}

.focus\:to-trueGray-700:focus {
  --tw-gradient-to: #404040;
}

.focus\:to-trueGray-800:focus {
  --tw-gradient-to: #262626;
}

.focus\:to-trueGray-900:focus {
  --tw-gradient-to: #171717;
}

.focus\:to-gray-50:focus {
  --tw-gradient-to: #fafafa;
}

.focus\:to-gray-100:focus {
  --tw-gradient-to: #f4f4f5;
}

.focus\:to-gray-200:focus {
  --tw-gradient-to: #e4e4e7;
}

.focus\:to-gray-300:focus {
  --tw-gradient-to: #d4d4d8;
}

.focus\:to-gray-400:focus {
  --tw-gradient-to: #a1a1aa;
}

.focus\:to-gray-500:focus {
  --tw-gradient-to: #71717a;
}

.focus\:to-gray-600:focus {
  --tw-gradient-to: #52525b;
}

.focus\:to-gray-700:focus {
  --tw-gradient-to: #3f3f46;
}

.focus\:to-gray-800:focus {
  --tw-gradient-to: #27272a;
}

.focus\:to-gray-900:focus {
  --tw-gradient-to: #18181b;
}

.focus\:to-coolGray-50:focus {
  --tw-gradient-to: #f9fafb;
}

.focus\:to-coolGray-100:focus {
  --tw-gradient-to: #f3f4f6;
}

.focus\:to-coolGray-200:focus {
  --tw-gradient-to: #e5e7eb;
}

.focus\:to-coolGray-300:focus {
  --tw-gradient-to: #d1d5db;
}

.focus\:to-coolGray-400:focus {
  --tw-gradient-to: #9ca3af;
}

.focus\:to-coolGray-500:focus {
  --tw-gradient-to: #6b7280;
}

.focus\:to-coolGray-600:focus {
  --tw-gradient-to: #4b5563;
}

.focus\:to-coolGray-700:focus {
  --tw-gradient-to: #374151;
}

.focus\:to-coolGray-800:focus {
  --tw-gradient-to: #1f2937;
}

.focus\:to-coolGray-900:focus {
  --tw-gradient-to: #111827;
}

.focus\:to-blueGray-50:focus {
  --tw-gradient-to: #f8fafc;
}

.focus\:to-blueGray-100:focus {
  --tw-gradient-to: #f1f5f9;
}

.focus\:to-blueGray-200:focus {
  --tw-gradient-to: #e2e8f0;
}

.focus\:to-blueGray-300:focus {
  --tw-gradient-to: #cbd5e1;
}

.focus\:to-blueGray-400:focus {
  --tw-gradient-to: #94a3b8;
}

.focus\:to-blueGray-500:focus {
  --tw-gradient-to: #64748b;
}

.focus\:to-blueGray-600:focus {
  --tw-gradient-to: #475569;
}

.focus\:to-blueGray-700:focus {
  --tw-gradient-to: #334155;
}

.focus\:to-blueGray-800:focus {
  --tw-gradient-to: #1e293b;
}

.focus\:to-blueGray-900:focus {
  --tw-gradient-to: #0f172a;
}

.decoration-slice {
  -webkit-box-decoration-break: slice;
          box-decoration-break: slice;
}

.decoration-clone {
  -webkit-box-decoration-break: clone;
          box-decoration-break: clone;
}

.bg-auto {
  background-size: auto;
}

.bg-cover {
  background-size: cover;
}

.bg-contain {
  background-size: contain;
}

.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: center;
}

.bg-left {
  background-position: left;
}

.bg-left-bottom {
  background-position: left bottom;
}

.bg-left-top {
  background-position: left top;
}

.bg-right {
  background-position: right;
}

.bg-right-bottom {
  background-position: right bottom;
}

.bg-right-top {
  background-position: right top;
}

.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;
}

.fill-current {
  fill: currentColor;
}

.stroke-current {
  stroke: currentColor;
}

.stroke-0 {
  stroke-width: 0;
}

.stroke-1 {
  stroke-width: 1;
}

.stroke-2 {
  stroke-width: 2;
}

.object-contain {
  -o-object-fit: contain;
     object-fit: contain;
}

.object-cover {
  -o-object-fit: cover;
     object-fit: cover;
}

.object-fill {
  -o-object-fit: fill;
     object-fit: fill;
}

.object-none {
  -o-object-fit: none;
     object-fit: none;
}

.object-scale-down {
  -o-object-fit: scale-down;
     object-fit: scale-down;
}

.object-bottom {
  -o-object-position: bottom;
     object-position: bottom;
}

.object-center {
  -o-object-position: center;
     object-position: center;
}

.object-left {
  -o-object-position: left;
     object-position: left;
}

.object-left-bottom {
  -o-object-position: left bottom;
     object-position: left bottom;
}

.object-left-top {
  -o-object-position: left top;
     object-position: left top;
}

.object-right {
  -o-object-position: right;
     object-position: right;
}

.object-right-bottom {
  -o-object-position: right bottom;
     object-position: right bottom;
}

.object-right-top {
  -o-object-position: right top;
     object-position: right top;
}

.object-top {
  -o-object-position: top;
     object-position: top;
}

.p-0 {
  padding: 0px;
}

.p-1 {
  padding: 0.25rem;
}

.p-2 {
  padding: 0.5rem;
}

.p-3 {
  padding: 0.75rem;
}

.p-4 {
  padding: 1rem;
}

.p-5 {
  padding: 1.25rem;
}

.p-6 {
  padding: 1.5rem;
}

.p-7 {
  padding: 1.75rem;
}

.p-8 {
  padding: 2rem;
}

.p-9 {
  padding: 2.25rem;
}

.p-10 {
  padding: 2.5rem;
}

.p-11 {
  padding: 2.75rem;
}

.p-12 {
  padding: 3rem;
}

.p-14 {
  padding: 3.5rem;
}

.p-16 {
  padding: 4rem;
}

.p-20 {
  padding: 5rem;
}

.p-24 {
  padding: 6rem;
}

.p-28 {
  padding: 7rem;
}

.p-32 {
  padding: 8rem;
}

.p-36 {
  padding: 9rem;
}

.p-40 {
  padding: 10rem;
}

.p-44 {
  padding: 11rem;
}

.p-48 {
  padding: 12rem;
}

.p-52 {
  padding: 13rem;
}

.p-56 {
  padding: 14rem;
}

.p-60 {
  padding: 15rem;
}

.p-64 {
  padding: 16rem;
}

.p-72 {
  padding: 18rem;
}

.p-80 {
  padding: 20rem;
}

.p-96 {
  padding: 24rem;
}

.p-px {
  padding: 1px;
}

.p-0\.5 {
  padding: 0.125rem;
}

.p-1\.5 {
  padding: 0.375rem;
}

.p-2\.5 {
  padding: 0.625rem;
}

.p-3\.5 {
  padding: 0.875rem;
}

.p-0\.25 {
  padding: 0.063rem;
}

.p-property-tabs-top {
  padding: var(--property-tabs-top);
}

.p-unset {
  padding: unset;
}

.px-0 {
  padding-left: 0px;
  padding-right: 0px;
}

.px-1 {
  padding-left: 0.25rem;
  padding-right: 0.25rem;
}

.px-2 {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}

.px-3 {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}

.px-4 {
  padding-left: 1rem;
  padding-right: 1rem;
}

.px-5 {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

.px-6 {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.px-7 {
  padding-left: 1.75rem;
  padding-right: 1.75rem;
}

.px-8 {
  padding-left: 2rem;
  padding-right: 2rem;
}

.px-9 {
  padding-left: 2.25rem;
  padding-right: 2.25rem;
}

.px-10 {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}

.px-11 {
  padding-left: 2.75rem;
  padding-right: 2.75rem;
}

.px-12 {
  padding-left: 3rem;
  padding-right: 3rem;
}

.px-14 {
  padding-left: 3.5rem;
  padding-right: 3.5rem;
}

.px-16 {
  padding-left: 4rem;
  padding-right: 4rem;
}

.px-20 {
  padding-left: 5rem;
  padding-right: 5rem;
}

.px-24 {
  padding-left: 6rem;
  padding-right: 6rem;
}

.px-28 {
  padding-left: 7rem;
  padding-right: 7rem;
}

.px-32 {
  padding-left: 8rem;
  padding-right: 8rem;
}

.px-36 {
  padding-left: 9rem;
  padding-right: 9rem;
}

.px-40 {
  padding-left: 10rem;
  padding-right: 10rem;
}

.px-44 {
  padding-left: 11rem;
  padding-right: 11rem;
}

.px-48 {
  padding-left: 12rem;
  padding-right: 12rem;
}

.px-52 {
  padding-left: 13rem;
  padding-right: 13rem;
}

.px-56 {
  padding-left: 14rem;
  padding-right: 14rem;
}

.px-60 {
  padding-left: 15rem;
  padding-right: 15rem;
}

.px-64 {
  padding-left: 16rem;
  padding-right: 16rem;
}

.px-72 {
  padding-left: 18rem;
  padding-right: 18rem;
}

.px-80 {
  padding-left: 20rem;
  padding-right: 20rem;
}

.px-96 {
  padding-left: 24rem;
  padding-right: 24rem;
}

.px-px {
  padding-left: 1px;
  padding-right: 1px;
}

.px-0\.5 {
  padding-left: 0.125rem;
  padding-right: 0.125rem;
}

.px-1\.5 {
  padding-left: 0.375rem;
  padding-right: 0.375rem;
}

.px-2\.5 {
  padding-left: 0.625rem;
  padding-right: 0.625rem;
}

.px-3\.5 {
  padding-left: 0.875rem;
  padding-right: 0.875rem;
}

.px-0\.25 {
  padding-left: 0.063rem;
  padding-right: 0.063rem;
}

.px-property-tabs-top {
  padding-left: var(--property-tabs-top);
  padding-right: var(--property-tabs-top);
}

.px-unset {
  padding-left: unset;
  padding-right: unset;
}

.py-0 {
  padding-top: 0px;
  padding-bottom: 0px;
}

.py-1 {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}

.py-2 {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.py-3 {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}

.py-4 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.py-5 {
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}

.py-6 {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}

.py-7 {
  padding-top: 1.75rem;
  padding-bottom: 1.75rem;
}

.py-8 {
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.py-9 {
  padding-top: 2.25rem;
  padding-bottom: 2.25rem;
}

.py-10 {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}

.py-11 {
  padding-top: 2.75rem;
  padding-bottom: 2.75rem;
}

.py-12 {
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.py-14 {
  padding-top: 3.5rem;
  padding-bottom: 3.5rem;
}

.py-16 {
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.py-20 {
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.py-24 {
  padding-top: 6rem;
  padding-bottom: 6rem;
}

.py-28 {
  padding-top: 7rem;
  padding-bottom: 7rem;
}

.py-32 {
  padding-top: 8rem;
  padding-bottom: 8rem;
}

.py-36 {
  padding-top: 9rem;
  padding-bottom: 9rem;
}

.py-40 {
  padding-top: 10rem;
  padding-bottom: 10rem;
}

.py-44 {
  padding-top: 11rem;
  padding-bottom: 11rem;
}

.py-48 {
  padding-top: 12rem;
  padding-bottom: 12rem;
}

.py-52 {
  padding-top: 13rem;
  padding-bottom: 13rem;
}

.py-56 {
  padding-top: 14rem;
  padding-bottom: 14rem;
}

.py-60 {
  padding-top: 15rem;
  padding-bottom: 15rem;
}

.py-64 {
  padding-top: 16rem;
  padding-bottom: 16rem;
}

.py-72 {
  padding-top: 18rem;
  padding-bottom: 18rem;
}

.py-80 {
  padding-top: 20rem;
  padding-bottom: 20rem;
}

.py-96 {
  padding-top: 24rem;
  padding-bottom: 24rem;
}

.py-px {
  padding-top: 1px;
  padding-bottom: 1px;
}

.py-0\.5 {
  padding-top: 0.125rem;
  padding-bottom: 0.125rem;
}

.py-1\.5 {
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
}

.py-2\.5 {
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
}

.py-3\.5 {
  padding-top: 0.875rem;
  padding-bottom: 0.875rem;
}

.py-0\.25 {
  padding-top: 0.063rem;
  padding-bottom: 0.063rem;
}

.py-property-tabs-top {
  padding-top: var(--property-tabs-top);
  padding-bottom: var(--property-tabs-top);
}

.py-unset {
  padding-top: unset;
  padding-bottom: unset;
}

.pt-0 {
  padding-top: 0px;
}

.pt-1 {
  padding-top: 0.25rem;
}

.pt-2 {
  padding-top: 0.5rem;
}

.pt-3 {
  padding-top: 0.75rem;
}

.pt-4 {
  padding-top: 1rem;
}

.pt-5 {
  padding-top: 1.25rem;
}

.pt-6 {
  padding-top: 1.5rem;
}

.pt-7 {
  padding-top: 1.75rem;
}

.pt-8 {
  padding-top: 2rem;
}

.pt-9 {
  padding-top: 2.25rem;
}

.pt-10 {
  padding-top: 2.5rem;
}

.pt-11 {
  padding-top: 2.75rem;
}

.pt-12 {
  padding-top: 3rem;
}

.pt-14 {
  padding-top: 3.5rem;
}

.pt-16 {
  padding-top: 4rem;
}

.pt-20 {
  padding-top: 5rem;
}

.pt-24 {
  padding-top: 6rem;
}

.pt-28 {
  padding-top: 7rem;
}

.pt-32 {
  padding-top: 8rem;
}

.pt-36 {
  padding-top: 9rem;
}

.pt-40 {
  padding-top: 10rem;
}

.pt-44 {
  padding-top: 11rem;
}

.pt-48 {
  padding-top: 12rem;
}

.pt-52 {
  padding-top: 13rem;
}

.pt-56 {
  padding-top: 14rem;
}

.pt-60 {
  padding-top: 15rem;
}

.pt-64 {
  padding-top: 16rem;
}

.pt-72 {
  padding-top: 18rem;
}

.pt-80 {
  padding-top: 20rem;
}

.pt-96 {
  padding-top: 24rem;
}

.pt-px {
  padding-top: 1px;
}

.pt-0\.5 {
  padding-top: 0.125rem;
}

.pt-1\.5 {
  padding-top: 0.375rem;
}

.pt-2\.5 {
  padding-top: 0.625rem;
}

.pt-3\.5 {
  padding-top: 0.875rem;
}

.pt-0\.25 {
  padding-top: 0.063rem;
}

.pt-property-tabs-top {
  padding-top: var(--property-tabs-top);
}

.pt-unset {
  padding-top: unset;
}

.pr-0 {
  padding-right: 0px;
}

.pr-1 {
  padding-right: 0.25rem;
}

.pr-2 {
  padding-right: 0.5rem;
}

.pr-3 {
  padding-right: 0.75rem;
}

.pr-4 {
  padding-right: 1rem;
}

.pr-5 {
  padding-right: 1.25rem;
}

.pr-6 {
  padding-right: 1.5rem;
}

.pr-7 {
  padding-right: 1.75rem;
}

.pr-8 {
  padding-right: 2rem;
}

.pr-9 {
  padding-right: 2.25rem;
}

.pr-10 {
  padding-right: 2.5rem;
}

.pr-11 {
  padding-right: 2.75rem;
}

.pr-12 {
  padding-right: 3rem;
}

.pr-14 {
  padding-right: 3.5rem;
}

.pr-16 {
  padding-right: 4rem;
}

.pr-20 {
  padding-right: 5rem;
}

.pr-24 {
  padding-right: 6rem;
}

.pr-28 {
  padding-right: 7rem;
}

.pr-32 {
  padding-right: 8rem;
}

.pr-36 {
  padding-right: 9rem;
}

.pr-40 {
  padding-right: 10rem;
}

.pr-44 {
  padding-right: 11rem;
}

.pr-48 {
  padding-right: 12rem;
}

.pr-52 {
  padding-right: 13rem;
}

.pr-56 {
  padding-right: 14rem;
}

.pr-60 {
  padding-right: 15rem;
}

.pr-64 {
  padding-right: 16rem;
}

.pr-72 {
  padding-right: 18rem;
}

.pr-80 {
  padding-right: 20rem;
}

.pr-96 {
  padding-right: 24rem;
}

.pr-px {
  padding-right: 1px;
}

.pr-0\.5 {
  padding-right: 0.125rem;
}

.pr-1\.5 {
  padding-right: 0.375rem;
}

.pr-2\.5 {
  padding-right: 0.625rem;
}

.pr-3\.5 {
  padding-right: 0.875rem;
}

.pr-0\.25 {
  padding-right: 0.063rem;
}

.pr-property-tabs-top {
  padding-right: var(--property-tabs-top);
}

.pr-unset {
  padding-right: unset;
}

.pb-0 {
  padding-bottom: 0px;
}

.pb-1 {
  padding-bottom: 0.25rem;
}

.pb-2 {
  padding-bottom: 0.5rem;
}

.pb-3 {
  padding-bottom: 0.75rem;
}

.pb-4 {
  padding-bottom: 1rem;
}

.pb-5 {
  padding-bottom: 1.25rem;
}

.pb-6 {
  padding-bottom: 1.5rem;
}

.pb-7 {
  padding-bottom: 1.75rem;
}

.pb-8 {
  padding-bottom: 2rem;
}

.pb-9 {
  padding-bottom: 2.25rem;
}

.pb-10 {
  padding-bottom: 2.5rem;
}

.pb-11 {
  padding-bottom: 2.75rem;
}

.pb-12 {
  padding-bottom: 3rem;
}

.pb-14 {
  padding-bottom: 3.5rem;
}

.pb-16 {
  padding-bottom: 4rem;
}

.pb-20 {
  padding-bottom: 5rem;
}

.pb-24 {
  padding-bottom: 6rem;
}

.pb-28 {
  padding-bottom: 7rem;
}

.pb-32 {
  padding-bottom: 8rem;
}

.pb-36 {
  padding-bottom: 9rem;
}

.pb-40 {
  padding-bottom: 10rem;
}

.pb-44 {
  padding-bottom: 11rem;
}

.pb-48 {
  padding-bottom: 12rem;
}

.pb-52 {
  padding-bottom: 13rem;
}

.pb-56 {
  padding-bottom: 14rem;
}

.pb-60 {
  padding-bottom: 15rem;
}

.pb-64 {
  padding-bottom: 16rem;
}

.pb-72 {
  padding-bottom: 18rem;
}

.pb-80 {
  padding-bottom: 20rem;
}

.pb-96 {
  padding-bottom: 24rem;
}

.pb-px {
  padding-bottom: 1px;
}

.pb-0\.5 {
  padding-bottom: 0.125rem;
}

.pb-1\.5 {
  padding-bottom: 0.375rem;
}

.pb-2\.5 {
  padding-bottom: 0.625rem;
}

.pb-3\.5 {
  padding-bottom: 0.875rem;
}

.pb-0\.25 {
  padding-bottom: 0.063rem;
}

.pb-property-tabs-top {
  padding-bottom: var(--property-tabs-top);
}

.pb-unset {
  padding-bottom: unset;
}

.pl-0 {
  padding-left: 0px;
}

.pl-1 {
  padding-left: 0.25rem;
}

.pl-2 {
  padding-left: 0.5rem;
}

.pl-3 {
  padding-left: 0.75rem;
}

.pl-4 {
  padding-left: 1rem;
}

.pl-5 {
  padding-left: 1.25rem;
}

.pl-6 {
  padding-left: 1.5rem;
}

.pl-7 {
  padding-left: 1.75rem;
}

.pl-8 {
  padding-left: 2rem;
}

.pl-9 {
  padding-left: 2.25rem;
}

.pl-10 {
  padding-left: 2.5rem;
}

.pl-11 {
  padding-left: 2.75rem;
}

.pl-12 {
  padding-left: 3rem;
}

.pl-14 {
  padding-left: 3.5rem;
}

.pl-16 {
  padding-left: 4rem;
}

.pl-20 {
  padding-left: 5rem;
}

.pl-24 {
  padding-left: 6rem;
}

.pl-28 {
  padding-left: 7rem;
}

.pl-32 {
  padding-left: 8rem;
}

.pl-36 {
  padding-left: 9rem;
}

.pl-40 {
  padding-left: 10rem;
}

.pl-44 {
  padding-left: 11rem;
}

.pl-48 {
  padding-left: 12rem;
}

.pl-52 {
  padding-left: 13rem;
}

.pl-56 {
  padding-left: 14rem;
}

.pl-60 {
  padding-left: 15rem;
}

.pl-64 {
  padding-left: 16rem;
}

.pl-72 {
  padding-left: 18rem;
}

.pl-80 {
  padding-left: 20rem;
}

.pl-96 {
  padding-left: 24rem;
}

.pl-px {
  padding-left: 1px;
}

.pl-0\.5 {
  padding-left: 0.125rem;
}

.pl-1\.5 {
  padding-left: 0.375rem;
}

.pl-2\.5 {
  padding-left: 0.625rem;
}

.pl-3\.5 {
  padding-left: 0.875rem;
}

.pl-0\.25 {
  padding-left: 0.063rem;
}

.pl-property-tabs-top {
  padding-left: var(--property-tabs-top);
}

.pl-unset {
  padding-left: unset;
}

.text-left {
  text-align: left;
}

.text-center {
  text-align: center;
}

.text-right {
  text-align: right;
}

.text-justify {
  text-align: justify;
}

.align-baseline {
  vertical-align: baseline;
}

.align-top {
  vertical-align: top;
}

.align-middle {
  vertical-align: middle;
}

.align-bottom {
  vertical-align: bottom;
}

.align-text-top {
  vertical-align: text-top;
}

.align-text-bottom {
  vertical-align: text-bottom;
}

.font-sans {
  font-family: Calibre, sans-serif;
}

.font-mono {
  font-family: Monaco, monospace;
}

.text-xxs {
  font-size: .5625rem;
  line-height: 1rem;
}

.text-xs {
  font-size: .75rem;
  line-height: 1.25rem;
}

.text-sm {
  font-size: .875rem;
  line-height: 1.5rem;
}

.text-md {
  font-size: 1rem;
  line-height: 1.5rem;
}

.text-lg {
  font-size: 1.25rem;
  line-height: 2rem;
}

.text-xl {
  font-size: 1.5rem;
  line-height: 2rem;
}

.text-2xl {
  font-size: 2rem;
  line-height: 2.5rem;
}

.text-3xl {
  font-size: 2.5rem;
  line-height: 3rem;
}

.text-4xl {
  font-size: 3rem;
  line-height: 3.25rem;
}

.font-thin {
  font-weight: 100;
}

.font-extralight {
  font-weight: 200;
}

.font-light {
  font-weight: 300;
}

.font-normal {
  font-weight: 400;
}

.font-medium {
  font-weight: 500;
}

.font-semibold {
  font-weight: 600;
}

.font-bold {
  font-weight: 700;
}

.font-extrabold {
  font-weight: 800;
}

.font-black {
  font-weight: 900;
}

.hover\:font-thin:hover {
  font-weight: 100;
}

.hover\:font-extralight:hover {
  font-weight: 200;
}

.hover\:font-light:hover {
  font-weight: 300;
}

.hover\:font-normal:hover {
  font-weight: 400;
}

.hover\:font-medium:hover {
  font-weight: 500;
}

.hover\:font-semibold:hover {
  font-weight: 600;
}

.hover\:font-bold:hover {
  font-weight: 700;
}

.hover\:font-extrabold:hover {
  font-weight: 800;
}

.hover\:font-black:hover {
  font-weight: 900;
}

.focus\:font-thin:focus {
  font-weight: 100;
}

.focus\:font-extralight:focus {
  font-weight: 200;
}

.focus\:font-light:focus {
  font-weight: 300;
}

.focus\:font-normal:focus {
  font-weight: 400;
}

.focus\:font-medium:focus {
  font-weight: 500;
}

.focus\:font-semibold:focus {
  font-weight: 600;
}

.focus\:font-bold:focus {
  font-weight: 700;
}

.focus\:font-extrabold:focus {
  font-weight: 800;
}

.focus\:font-black:focus {
  font-weight: 900;
}

.uppercase {
  text-transform: uppercase;
}

.lowercase {
  text-transform: lowercase;
}

.capitalize {
  text-transform: capitalize;
}

.normal-case {
  text-transform: none;
}

.italic {
  font-style: italic;
}

.not-italic {
  font-style: normal;
}

.ordinal, .slashed-zero, .lining-nums, .oldstyle-nums, .proportional-nums, .tabular-nums, .diagonal-fractions, .stacked-fractions {
  --tw-ordinal: var(--tw-empty,/*!*/ /*!*/);
  --tw-slashed-zero: var(--tw-empty,/*!*/ /*!*/);
  --tw-numeric-figure: var(--tw-empty,/*!*/ /*!*/);
  --tw-numeric-spacing: var(--tw-empty,/*!*/ /*!*/);
  --tw-numeric-fraction: var(--tw-empty,/*!*/ /*!*/);
  font-variant-numeric: var(--tw-ordinal) var(--tw-slashed-zero) var(--tw-numeric-figure) var(--tw-numeric-spacing) var(--tw-numeric-fraction);
}

.normal-nums {
  font-variant-numeric: normal;
}

.ordinal {
  --tw-ordinal: ordinal;
}

.slashed-zero {
  --tw-slashed-zero: slashed-zero;
}

.lining-nums {
  --tw-numeric-figure: lining-nums;
}

.oldstyle-nums {
  --tw-numeric-figure: oldstyle-nums;
}

.proportional-nums {
  --tw-numeric-spacing: proportional-nums;
}

.tabular-nums {
  --tw-numeric-spacing: tabular-nums;
}

.diagonal-fractions {
  --tw-numeric-fraction: diagonal-fractions;
}

.stacked-fractions {
  --tw-numeric-fraction: stacked-fractions;
}

.leading-3 {
  line-height: .75rem;
}

.leading-4 {
  line-height: 1rem;
}

.leading-5 {
  line-height: 1.25rem;
}

.leading-6 {
  line-height: 1.5rem;
}

.leading-7 {
  line-height: 1.75rem;
}

.leading-8 {
  line-height: 2rem;
}

.leading-9 {
  line-height: 2.25rem;
}

.leading-10 {
  line-height: 2.5rem;
}

.leading-12 {
  line-height: 3rem;
}

.leading-13 {
  line-height: 3.25rem;
}

.leading-none {
  line-height: 1;
}

.leading-tight {
  line-height: 1.25;
}

.leading-snug {
  line-height: 1.375;
}

.leading-normal {
  line-height: 1.5;
}

.leading-relaxed {
  line-height: 1.625;
}

.leading-loose {
  line-height: 2;
}

.tracking-tighter {
  letter-spacing: -0.05em;
}

.tracking-tight {
  letter-spacing: -0.025em;
}

.tracking-normal {
  letter-spacing: 0em;
}

.tracking-wide {
  letter-spacing: 0.025em;
}

.tracking-wider {
  letter-spacing: 0.05em;
}

.tracking-widest {
  letter-spacing: 0.1em;
}

.text-current {
  color: currentColor;
}

.text-transparent {
  color: transparent;
}

.text-falcon {
  color: var(--falcon);
}

.text-basement {
  color: var(--basement);
}

.text-blue-50 {
  --tw-text-opacity: 1;
  color: rgba(239, 246, 255, var(--tw-text-opacity));
}

.text-blue-100 {
  --tw-text-opacity: 1;
  color: rgba(219, 234, 254, var(--tw-text-opacity));
}

.text-blue-200 {
  --tw-text-opacity: 1;
  color: rgba(191, 219, 254, var(--tw-text-opacity));
}

.text-blue-300 {
  --tw-text-opacity: 1;
  color: rgba(147, 197, 253, var(--tw-text-opacity));
}

.text-blue-400 {
  --tw-text-opacity: 1;
  color: rgba(96, 165, 250, var(--tw-text-opacity));
}

.text-blue-500 {
  --tw-text-opacity: 1;
  color: rgba(59, 130, 246, var(--tw-text-opacity));
}

.text-blue-600 {
  --tw-text-opacity: 1;
  color: rgba(37, 99, 235, var(--tw-text-opacity));
}

.text-blue-700 {
  --tw-text-opacity: 1;
  color: rgba(29, 78, 216, var(--tw-text-opacity));
}

.text-blue-800 {
  --tw-text-opacity: 1;
  color: rgba(30, 64, 175, var(--tw-text-opacity));
}

.text-blue-900 {
  --tw-text-opacity: 1;
  color: rgba(30, 58, 138, var(--tw-text-opacity));
}

.text-body-and-labels {
  color: var(--body-and-labels);
}

.text-brand {
  color: var(--brand);
}

.text-code-base-64 {
  color: var(--code-base-64);
}

.text-code-bg {
  color: var(--code-bg);
}

.text-code-outline {
  color: var(--code-outline);
}

.text-code-text {
  color: var(--code-text);
}

.text-critical {
  color: var(--critical);
}

.text-destructive-hover {
  color: var(--destructive-hover);
}

.text-destructive-idle {
  color: var(--destructive-idle);
}

.text-destructive-pressed {
  color: var(--destructive-pressed);
}

.text-disabled {
  color: var(--disabled);
}

.text-disc-operations {
  color: var(--disc-operations);
}

.text-dns-requests {
  color: var(--dns-requests);
}

.text-focus {
  color: var(--focus);
}

.text-graph-1 {
  color: var(--graph-1);
}

.text-graph-10 {
  color: var(--graph-10);
}

.text-graph-11 {
  color: var(--graph-11);
}

.text-graph-2 {
  color: var(--graph-2);
}

.text-graph-3 {
  color: var(--graph-3);
}

.text-graph-4 {
  color: var(--graph-4);
}

.text-graph-5 {
  color: var(--graph-5);
}

.text-graph-6 {
  color: var(--graph-6);
}

.text-graph-7 {
  color: var(--graph-7);
}

.text-graph-8 {
  color: var(--graph-8);
}

.text-graph-9 {
  color: var(--graph-9);
}

.text-graph-disabled {
  color: var(--graph-disabled);
}

.text-ground-floor {
  color: var(--ground-floor);
}

.text-high {
  color: var(--high);
}

.text-informational {
  color: var(--informational);
}

.text-lines-dark {
  color: var(--lines-dark);
}

.text-lines-light {
  color: var(--lines-light);
}

.text-low {
  color: var(--low);
}

.text-medium {
  color: var(--medium);
}

.text-mezzanine {
  color: var(--mezzanine);
}

.text-nav-text-and-icons {
  color: var(--nav-text-and-icons);
}

.text-nav-text-secondary {
  color: var(--nav-text-secondary);
}

.text-network-operations {
  color: var(--network-operations);
}

.text-normal-hover {
  color: var(--normal-hover);
}

.text-normal-idle {
  color: var(--normal-idle);
}

.text-normal-pressed {
  color: var(--normal-pressed);
}

.text-overlay-0\.5 {
  color: var(--overlay-0\.5);
}

.text-overlay-1 {
  color: var(--overlay-1);
}

.text-overlay-2 {
  color: var(--overlay-2);
}

.text-positive {
  color: var(--positive);
}

.text-primary-hover {
  color: var(--primary-hover);
}

.text-primary-idle {
  color: var(--primary-idle);
}

.text-primary-pressed {
  color: var(--primary-pressed);
}

.text-process-operations {
  color: var(--process-operations);
}

.text-purple-50 {
  --tw-text-opacity: 1;
  color: rgba(250, 245, 255, var(--tw-text-opacity));
}

.text-purple-100 {
  --tw-text-opacity: 1;
  color: rgba(243, 232, 255, var(--tw-text-opacity));
}

.text-purple-200 {
  --tw-text-opacity: 1;
  color: rgba(233, 213, 255, var(--tw-text-opacity));
}

.text-purple-300 {
  --tw-text-opacity: 1;
  color: rgba(216, 180, 254, var(--tw-text-opacity));
}

.text-purple-400 {
  --tw-text-opacity: 1;
  color: rgba(192, 132, 252, var(--tw-text-opacity));
}

.text-purple-500 {
  --tw-text-opacity: 1;
  color: rgba(168, 85, 247, var(--tw-text-opacity));
}

.text-purple-600 {
  --tw-text-opacity: 1;
  color: rgba(147, 51, 234, var(--tw-text-opacity));
}

.text-purple-700 {
  --tw-text-opacity: 1;
  color: rgba(126, 34, 206, var(--tw-text-opacity));
}

.text-purple-800 {
  --tw-text-opacity: 1;
  color: rgba(107, 33, 168, var(--tw-text-opacity));
}

.text-purple-900 {
  --tw-text-opacity: 1;
  color: rgba(88, 28, 135, var(--tw-text-opacity));
}

.text-registry-operations {
  color: var(--registry-operations);
}

.text-selected {
  color: var(--selected);
}

.text-surface-2xl {
  color: var(--surface-2xl);
}

.text-surface-base {
  color: var(--surface-base);
}

.text-surface-inner {
  color: var(--surface-inner);
}

.text-surface-lg {
  color: var(--surface-lg);
}

.text-surface-md {
  color: var(--surface-md);
}

.text-surface-xl {
  color: var(--surface-xl);
}

.text-text-and-icons {
  color: var(--text-and-icons);
}

.text-titles-and-attributes {
  color: var(--titles-and-attributes);
}

.text-black {
  --tw-text-opacity: 1;
  color: rgba(0, 0, 0, var(--tw-text-opacity));
}

.text-white {
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
}

.text-rose-50 {
  --tw-text-opacity: 1;
  color: rgba(255, 241, 242, var(--tw-text-opacity));
}

.text-rose-100 {
  --tw-text-opacity: 1;
  color: rgba(255, 228, 230, var(--tw-text-opacity));
}

.text-rose-200 {
  --tw-text-opacity: 1;
  color: rgba(254, 205, 211, var(--tw-text-opacity));
}

.text-rose-300 {
  --tw-text-opacity: 1;
  color: rgba(253, 164, 175, var(--tw-text-opacity));
}

.text-rose-400 {
  --tw-text-opacity: 1;
  color: rgba(251, 113, 133, var(--tw-text-opacity));
}

.text-rose-500 {
  --tw-text-opacity: 1;
  color: rgba(244, 63, 94, var(--tw-text-opacity));
}

.text-rose-600 {
  --tw-text-opacity: 1;
  color: rgba(225, 29, 72, var(--tw-text-opacity));
}

.text-rose-700 {
  --tw-text-opacity: 1;
  color: rgba(190, 18, 60, var(--tw-text-opacity));
}

.text-rose-800 {
  --tw-text-opacity: 1;
  color: rgba(159, 18, 57, var(--tw-text-opacity));
}

.text-rose-900 {
  --tw-text-opacity: 1;
  color: rgba(136, 19, 55, var(--tw-text-opacity));
}

.text-pink-50 {
  --tw-text-opacity: 1;
  color: rgba(253, 242, 248, var(--tw-text-opacity));
}

.text-pink-100 {
  --tw-text-opacity: 1;
  color: rgba(252, 231, 243, var(--tw-text-opacity));
}

.text-pink-200 {
  --tw-text-opacity: 1;
  color: rgba(251, 207, 232, var(--tw-text-opacity));
}

.text-pink-300 {
  --tw-text-opacity: 1;
  color: rgba(249, 168, 212, var(--tw-text-opacity));
}

.text-pink-400 {
  --tw-text-opacity: 1;
  color: rgba(244, 114, 182, var(--tw-text-opacity));
}

.text-pink-500 {
  --tw-text-opacity: 1;
  color: rgba(236, 72, 153, var(--tw-text-opacity));
}

.text-pink-600 {
  --tw-text-opacity: 1;
  color: rgba(219, 39, 119, var(--tw-text-opacity));
}

.text-pink-700 {
  --tw-text-opacity: 1;
  color: rgba(190, 24, 93, var(--tw-text-opacity));
}

.text-pink-800 {
  --tw-text-opacity: 1;
  color: rgba(157, 23, 77, var(--tw-text-opacity));
}

.text-pink-900 {
  --tw-text-opacity: 1;
  color: rgba(131, 24, 67, var(--tw-text-opacity));
}

.text-fuchsia-50 {
  --tw-text-opacity: 1;
  color: rgba(253, 244, 255, var(--tw-text-opacity));
}

.text-fuchsia-100 {
  --tw-text-opacity: 1;
  color: rgba(250, 232, 255, var(--tw-text-opacity));
}

.text-fuchsia-200 {
  --tw-text-opacity: 1;
  color: rgba(245, 208, 254, var(--tw-text-opacity));
}

.text-fuchsia-300 {
  --tw-text-opacity: 1;
  color: rgba(240, 171, 252, var(--tw-text-opacity));
}

.text-fuchsia-400 {
  --tw-text-opacity: 1;
  color: rgba(232, 121, 249, var(--tw-text-opacity));
}

.text-fuchsia-500 {
  --tw-text-opacity: 1;
  color: rgba(217, 70, 239, var(--tw-text-opacity));
}

.text-fuchsia-600 {
  --tw-text-opacity: 1;
  color: rgba(192, 38, 211, var(--tw-text-opacity));
}

.text-fuchsia-700 {
  --tw-text-opacity: 1;
  color: rgba(162, 28, 175, var(--tw-text-opacity));
}

.text-fuchsia-800 {
  --tw-text-opacity: 1;
  color: rgba(134, 25, 143, var(--tw-text-opacity));
}

.text-fuchsia-900 {
  --tw-text-opacity: 1;
  color: rgba(112, 26, 117, var(--tw-text-opacity));
}

.text-violet-50 {
  --tw-text-opacity: 1;
  color: rgba(245, 243, 255, var(--tw-text-opacity));
}

.text-violet-100 {
  --tw-text-opacity: 1;
  color: rgba(237, 233, 254, var(--tw-text-opacity));
}

.text-violet-200 {
  --tw-text-opacity: 1;
  color: rgba(221, 214, 254, var(--tw-text-opacity));
}

.text-violet-300 {
  --tw-text-opacity: 1;
  color: rgba(196, 181, 253, var(--tw-text-opacity));
}

.text-violet-400 {
  --tw-text-opacity: 1;
  color: rgba(167, 139, 250, var(--tw-text-opacity));
}

.text-violet-500 {
  --tw-text-opacity: 1;
  color: rgba(139, 92, 246, var(--tw-text-opacity));
}

.text-violet-600 {
  --tw-text-opacity: 1;
  color: rgba(124, 58, 237, var(--tw-text-opacity));
}

.text-violet-700 {
  --tw-text-opacity: 1;
  color: rgba(109, 40, 217, var(--tw-text-opacity));
}

.text-violet-800 {
  --tw-text-opacity: 1;
  color: rgba(91, 33, 182, var(--tw-text-opacity));
}

.text-violet-900 {
  --tw-text-opacity: 1;
  color: rgba(76, 29, 149, var(--tw-text-opacity));
}

.text-indigo-50 {
  --tw-text-opacity: 1;
  color: rgba(238, 242, 255, var(--tw-text-opacity));
}

.text-indigo-100 {
  --tw-text-opacity: 1;
  color: rgba(224, 231, 255, var(--tw-text-opacity));
}

.text-indigo-200 {
  --tw-text-opacity: 1;
  color: rgba(199, 210, 254, var(--tw-text-opacity));
}

.text-indigo-300 {
  --tw-text-opacity: 1;
  color: rgba(165, 180, 252, var(--tw-text-opacity));
}

.text-indigo-400 {
  --tw-text-opacity: 1;
  color: rgba(129, 140, 248, var(--tw-text-opacity));
}

.text-indigo-500 {
  --tw-text-opacity: 1;
  color: rgba(99, 102, 241, var(--tw-text-opacity));
}

.text-indigo-600 {
  --tw-text-opacity: 1;
  color: rgba(79, 70, 229, var(--tw-text-opacity));
}

.text-indigo-700 {
  --tw-text-opacity: 1;
  color: rgba(67, 56, 202, var(--tw-text-opacity));
}

.text-indigo-800 {
  --tw-text-opacity: 1;
  color: rgba(55, 48, 163, var(--tw-text-opacity));
}

.text-indigo-900 {
  --tw-text-opacity: 1;
  color: rgba(49, 46, 129, var(--tw-text-opacity));
}

.text-lightBlue-50 {
  --tw-text-opacity: 1;
  color: rgba(240, 249, 255, var(--tw-text-opacity));
}

.text-lightBlue-100 {
  --tw-text-opacity: 1;
  color: rgba(224, 242, 254, var(--tw-text-opacity));
}

.text-lightBlue-200 {
  --tw-text-opacity: 1;
  color: rgba(186, 230, 253, var(--tw-text-opacity));
}

.text-lightBlue-300 {
  --tw-text-opacity: 1;
  color: rgba(125, 211, 252, var(--tw-text-opacity));
}

.text-lightBlue-400 {
  --tw-text-opacity: 1;
  color: rgba(56, 189, 248, var(--tw-text-opacity));
}

.text-lightBlue-500 {
  --tw-text-opacity: 1;
  color: rgba(14, 165, 233, var(--tw-text-opacity));
}

.text-lightBlue-600 {
  --tw-text-opacity: 1;
  color: rgba(2, 132, 199, var(--tw-text-opacity));
}

.text-lightBlue-700 {
  --tw-text-opacity: 1;
  color: rgba(3, 105, 161, var(--tw-text-opacity));
}

.text-lightBlue-800 {
  --tw-text-opacity: 1;
  color: rgba(7, 89, 133, var(--tw-text-opacity));
}

.text-lightBlue-900 {
  --tw-text-opacity: 1;
  color: rgba(12, 74, 110, var(--tw-text-opacity));
}

.text-cyan-50 {
  --tw-text-opacity: 1;
  color: rgba(236, 254, 255, var(--tw-text-opacity));
}

.text-cyan-100 {
  --tw-text-opacity: 1;
  color: rgba(207, 250, 254, var(--tw-text-opacity));
}

.text-cyan-200 {
  --tw-text-opacity: 1;
  color: rgba(165, 243, 252, var(--tw-text-opacity));
}

.text-cyan-300 {
  --tw-text-opacity: 1;
  color: rgba(103, 232, 249, var(--tw-text-opacity));
}

.text-cyan-400 {
  --tw-text-opacity: 1;
  color: rgba(34, 211, 238, var(--tw-text-opacity));
}

.text-cyan-500 {
  --tw-text-opacity: 1;
  color: rgba(6, 182, 212, var(--tw-text-opacity));
}

.text-cyan-600 {
  --tw-text-opacity: 1;
  color: rgba(8, 145, 178, var(--tw-text-opacity));
}

.text-cyan-700 {
  --tw-text-opacity: 1;
  color: rgba(14, 116, 144, var(--tw-text-opacity));
}

.text-cyan-800 {
  --tw-text-opacity: 1;
  color: rgba(21, 94, 117, var(--tw-text-opacity));
}

.text-cyan-900 {
  --tw-text-opacity: 1;
  color: rgba(22, 78, 99, var(--tw-text-opacity));
}

.text-teal-50 {
  --tw-text-opacity: 1;
  color: rgba(240, 253, 250, var(--tw-text-opacity));
}

.text-teal-100 {
  --tw-text-opacity: 1;
  color: rgba(204, 251, 241, var(--tw-text-opacity));
}

.text-teal-200 {
  --tw-text-opacity: 1;
  color: rgba(153, 246, 228, var(--tw-text-opacity));
}

.text-teal-300 {
  --tw-text-opacity: 1;
  color: rgba(94, 234, 212, var(--tw-text-opacity));
}

.text-teal-400 {
  --tw-text-opacity: 1;
  color: rgba(45, 212, 191, var(--tw-text-opacity));
}

.text-teal-500 {
  --tw-text-opacity: 1;
  color: rgba(20, 184, 166, var(--tw-text-opacity));
}

.text-teal-600 {
  --tw-text-opacity: 1;
  color: rgba(13, 148, 136, var(--tw-text-opacity));
}

.text-teal-700 {
  --tw-text-opacity: 1;
  color: rgba(15, 118, 110, var(--tw-text-opacity));
}

.text-teal-800 {
  --tw-text-opacity: 1;
  color: rgba(17, 94, 89, var(--tw-text-opacity));
}

.text-teal-900 {
  --tw-text-opacity: 1;
  color: rgba(19, 78, 74, var(--tw-text-opacity));
}

.text-emerald-50 {
  --tw-text-opacity: 1;
  color: rgba(236, 253, 245, var(--tw-text-opacity));
}

.text-emerald-100 {
  --tw-text-opacity: 1;
  color: rgba(209, 250, 229, var(--tw-text-opacity));
}

.text-emerald-200 {
  --tw-text-opacity: 1;
  color: rgba(167, 243, 208, var(--tw-text-opacity));
}

.text-emerald-300 {
  --tw-text-opacity: 1;
  color: rgba(110, 231, 183, var(--tw-text-opacity));
}

.text-emerald-400 {
  --tw-text-opacity: 1;
  color: rgba(52, 211, 153, var(--tw-text-opacity));
}

.text-emerald-500 {
  --tw-text-opacity: 1;
  color: rgba(16, 185, 129, var(--tw-text-opacity));
}

.text-emerald-600 {
  --tw-text-opacity: 1;
  color: rgba(5, 150, 105, var(--tw-text-opacity));
}

.text-emerald-700 {
  --tw-text-opacity: 1;
  color: rgba(4, 120, 87, var(--tw-text-opacity));
}

.text-emerald-800 {
  --tw-text-opacity: 1;
  color: rgba(6, 95, 70, var(--tw-text-opacity));
}

.text-emerald-900 {
  --tw-text-opacity: 1;
  color: rgba(6, 78, 59, var(--tw-text-opacity));
}

.text-green-50 {
  --tw-text-opacity: 1;
  color: rgba(240, 253, 244, var(--tw-text-opacity));
}

.text-green-100 {
  --tw-text-opacity: 1;
  color: rgba(220, 252, 231, var(--tw-text-opacity));
}

.text-green-200 {
  --tw-text-opacity: 1;
  color: rgba(187, 247, 208, var(--tw-text-opacity));
}

.text-green-300 {
  --tw-text-opacity: 1;
  color: rgba(134, 239, 172, var(--tw-text-opacity));
}

.text-green-400 {
  --tw-text-opacity: 1;
  color: rgba(74, 222, 128, var(--tw-text-opacity));
}

.text-green-500 {
  --tw-text-opacity: 1;
  color: rgba(34, 197, 94, var(--tw-text-opacity));
}

.text-green-600 {
  --tw-text-opacity: 1;
  color: rgba(22, 163, 74, var(--tw-text-opacity));
}

.text-green-700 {
  --tw-text-opacity: 1;
  color: rgba(21, 128, 61, var(--tw-text-opacity));
}

.text-green-800 {
  --tw-text-opacity: 1;
  color: rgba(22, 101, 52, var(--tw-text-opacity));
}

.text-green-900 {
  --tw-text-opacity: 1;
  color: rgba(20, 83, 45, var(--tw-text-opacity));
}

.text-lime-50 {
  --tw-text-opacity: 1;
  color: rgba(247, 254, 231, var(--tw-text-opacity));
}

.text-lime-100 {
  --tw-text-opacity: 1;
  color: rgba(236, 252, 203, var(--tw-text-opacity));
}

.text-lime-200 {
  --tw-text-opacity: 1;
  color: rgba(217, 249, 157, var(--tw-text-opacity));
}

.text-lime-300 {
  --tw-text-opacity: 1;
  color: rgba(190, 242, 100, var(--tw-text-opacity));
}

.text-lime-400 {
  --tw-text-opacity: 1;
  color: rgba(163, 230, 53, var(--tw-text-opacity));
}

.text-lime-500 {
  --tw-text-opacity: 1;
  color: rgba(132, 204, 22, var(--tw-text-opacity));
}

.text-lime-600 {
  --tw-text-opacity: 1;
  color: rgba(101, 163, 13, var(--tw-text-opacity));
}

.text-lime-700 {
  --tw-text-opacity: 1;
  color: rgba(77, 124, 15, var(--tw-text-opacity));
}

.text-lime-800 {
  --tw-text-opacity: 1;
  color: rgba(63, 98, 18, var(--tw-text-opacity));
}

.text-lime-900 {
  --tw-text-opacity: 1;
  color: rgba(54, 83, 20, var(--tw-text-opacity));
}

.text-yellow-50 {
  --tw-text-opacity: 1;
  color: rgba(254, 252, 232, var(--tw-text-opacity));
}

.text-yellow-100 {
  --tw-text-opacity: 1;
  color: rgba(254, 249, 195, var(--tw-text-opacity));
}

.text-yellow-200 {
  --tw-text-opacity: 1;
  color: rgba(254, 240, 138, var(--tw-text-opacity));
}

.text-yellow-300 {
  --tw-text-opacity: 1;
  color: rgba(253, 224, 71, var(--tw-text-opacity));
}

.text-yellow-400 {
  --tw-text-opacity: 1;
  color: rgba(250, 204, 21, var(--tw-text-opacity));
}

.text-yellow-500 {
  --tw-text-opacity: 1;
  color: rgba(234, 179, 8, var(--tw-text-opacity));
}

.text-yellow-600 {
  --tw-text-opacity: 1;
  color: rgba(202, 138, 4, var(--tw-text-opacity));
}

.text-yellow-700 {
  --tw-text-opacity: 1;
  color: rgba(161, 98, 7, var(--tw-text-opacity));
}

.text-yellow-800 {
  --tw-text-opacity: 1;
  color: rgba(133, 77, 14, var(--tw-text-opacity));
}

.text-yellow-900 {
  --tw-text-opacity: 1;
  color: rgba(113, 63, 18, var(--tw-text-opacity));
}

.text-amber-50 {
  --tw-text-opacity: 1;
  color: rgba(255, 251, 235, var(--tw-text-opacity));
}

.text-amber-100 {
  --tw-text-opacity: 1;
  color: rgba(254, 243, 199, var(--tw-text-opacity));
}

.text-amber-200 {
  --tw-text-opacity: 1;
  color: rgba(253, 230, 138, var(--tw-text-opacity));
}

.text-amber-300 {
  --tw-text-opacity: 1;
  color: rgba(252, 211, 77, var(--tw-text-opacity));
}

.text-amber-400 {
  --tw-text-opacity: 1;
  color: rgba(251, 191, 36, var(--tw-text-opacity));
}

.text-amber-500 {
  --tw-text-opacity: 1;
  color: rgba(245, 158, 11, var(--tw-text-opacity));
}

.text-amber-600 {
  --tw-text-opacity: 1;
  color: rgba(217, 119, 6, var(--tw-text-opacity));
}

.text-amber-700 {
  --tw-text-opacity: 1;
  color: rgba(180, 83, 9, var(--tw-text-opacity));
}

.text-amber-800 {
  --tw-text-opacity: 1;
  color: rgba(146, 64, 14, var(--tw-text-opacity));
}

.text-amber-900 {
  --tw-text-opacity: 1;
  color: rgba(120, 53, 15, var(--tw-text-opacity));
}

.text-orange-50 {
  --tw-text-opacity: 1;
  color: rgba(255, 247, 237, var(--tw-text-opacity));
}

.text-orange-100 {
  --tw-text-opacity: 1;
  color: rgba(255, 237, 213, var(--tw-text-opacity));
}

.text-orange-200 {
  --tw-text-opacity: 1;
  color: rgba(254, 215, 170, var(--tw-text-opacity));
}

.text-orange-300 {
  --tw-text-opacity: 1;
  color: rgba(253, 186, 116, var(--tw-text-opacity));
}

.text-orange-400 {
  --tw-text-opacity: 1;
  color: rgba(251, 146, 60, var(--tw-text-opacity));
}

.text-orange-500 {
  --tw-text-opacity: 1;
  color: rgba(249, 115, 22, var(--tw-text-opacity));
}

.text-orange-600 {
  --tw-text-opacity: 1;
  color: rgba(234, 88, 12, var(--tw-text-opacity));
}

.text-orange-700 {
  --tw-text-opacity: 1;
  color: rgba(194, 65, 12, var(--tw-text-opacity));
}

.text-orange-800 {
  --tw-text-opacity: 1;
  color: rgba(154, 52, 18, var(--tw-text-opacity));
}

.text-orange-900 {
  --tw-text-opacity: 1;
  color: rgba(124, 45, 18, var(--tw-text-opacity));
}

.text-red-50 {
  --tw-text-opacity: 1;
  color: rgba(254, 242, 242, var(--tw-text-opacity));
}

.text-red-100 {
  --tw-text-opacity: 1;
  color: rgba(254, 226, 226, var(--tw-text-opacity));
}

.text-red-200 {
  --tw-text-opacity: 1;
  color: rgba(254, 202, 202, var(--tw-text-opacity));
}

.text-red-300 {
  --tw-text-opacity: 1;
  color: rgba(252, 165, 165, var(--tw-text-opacity));
}

.text-red-400 {
  --tw-text-opacity: 1;
  color: rgba(248, 113, 113, var(--tw-text-opacity));
}

.text-red-500 {
  --tw-text-opacity: 1;
  color: rgba(239, 68, 68, var(--tw-text-opacity));
}

.text-red-600 {
  --tw-text-opacity: 1;
  color: rgba(220, 38, 38, var(--tw-text-opacity));
}

.text-red-700 {
  --tw-text-opacity: 1;
  color: rgba(185, 28, 28, var(--tw-text-opacity));
}

.text-red-800 {
  --tw-text-opacity: 1;
  color: rgba(153, 27, 27, var(--tw-text-opacity));
}

.text-red-900 {
  --tw-text-opacity: 1;
  color: rgba(127, 29, 29, var(--tw-text-opacity));
}

.text-warmGray-50 {
  --tw-text-opacity: 1;
  color: rgba(250, 250, 249, var(--tw-text-opacity));
}

.text-warmGray-100 {
  --tw-text-opacity: 1;
  color: rgba(245, 245, 244, var(--tw-text-opacity));
}

.text-warmGray-200 {
  --tw-text-opacity: 1;
  color: rgba(231, 229, 228, var(--tw-text-opacity));
}

.text-warmGray-300 {
  --tw-text-opacity: 1;
  color: rgba(214, 211, 209, var(--tw-text-opacity));
}

.text-warmGray-400 {
  --tw-text-opacity: 1;
  color: rgba(168, 162, 158, var(--tw-text-opacity));
}

.text-warmGray-500 {
  --tw-text-opacity: 1;
  color: rgba(120, 113, 108, var(--tw-text-opacity));
}

.text-warmGray-600 {
  --tw-text-opacity: 1;
  color: rgba(87, 83, 78, var(--tw-text-opacity));
}

.text-warmGray-700 {
  --tw-text-opacity: 1;
  color: rgba(68, 64, 60, var(--tw-text-opacity));
}

.text-warmGray-800 {
  --tw-text-opacity: 1;
  color: rgba(41, 37, 36, var(--tw-text-opacity));
}

.text-warmGray-900 {
  --tw-text-opacity: 1;
  color: rgba(28, 25, 23, var(--tw-text-opacity));
}

.text-trueGray-50 {
  --tw-text-opacity: 1;
  color: rgba(250, 250, 250, var(--tw-text-opacity));
}

.text-trueGray-100 {
  --tw-text-opacity: 1;
  color: rgba(245, 245, 245, var(--tw-text-opacity));
}

.text-trueGray-200 {
  --tw-text-opacity: 1;
  color: rgba(229, 229, 229, var(--tw-text-opacity));
}

.text-trueGray-300 {
  --tw-text-opacity: 1;
  color: rgba(212, 212, 212, var(--tw-text-opacity));
}

.text-trueGray-400 {
  --tw-text-opacity: 1;
  color: rgba(163, 163, 163, var(--tw-text-opacity));
}

.text-trueGray-500 {
  --tw-text-opacity: 1;
  color: rgba(115, 115, 115, var(--tw-text-opacity));
}

.text-trueGray-600 {
  --tw-text-opacity: 1;
  color: rgba(82, 82, 82, var(--tw-text-opacity));
}

.text-trueGray-700 {
  --tw-text-opacity: 1;
  color: rgba(64, 64, 64, var(--tw-text-opacity));
}

.text-trueGray-800 {
  --tw-text-opacity: 1;
  color: rgba(38, 38, 38, var(--tw-text-opacity));
}

.text-trueGray-900 {
  --tw-text-opacity: 1;
  color: rgba(23, 23, 23, var(--tw-text-opacity));
}

.text-gray-50 {
  --tw-text-opacity: 1;
  color: rgba(250, 250, 250, var(--tw-text-opacity));
}

.text-gray-100 {
  --tw-text-opacity: 1;
  color: rgba(244, 244, 245, var(--tw-text-opacity));
}

.text-gray-200 {
  --tw-text-opacity: 1;
  color: rgba(228, 228, 231, var(--tw-text-opacity));
}

.text-gray-300 {
  --tw-text-opacity: 1;
  color: rgba(212, 212, 216, var(--tw-text-opacity));
}

.text-gray-400 {
  --tw-text-opacity: 1;
  color: rgba(161, 161, 170, var(--tw-text-opacity));
}

.text-gray-500 {
  --tw-text-opacity: 1;
  color: rgba(113, 113, 122, var(--tw-text-opacity));
}

.text-gray-600 {
  --tw-text-opacity: 1;
  color: rgba(82, 82, 91, var(--tw-text-opacity));
}

.text-gray-700 {
  --tw-text-opacity: 1;
  color: rgba(63, 63, 70, var(--tw-text-opacity));
}

.text-gray-800 {
  --tw-text-opacity: 1;
  color: rgba(39, 39, 42, var(--tw-text-opacity));
}

.text-gray-900 {
  --tw-text-opacity: 1;
  color: rgba(24, 24, 27, var(--tw-text-opacity));
}

.text-coolGray-50 {
  --tw-text-opacity: 1;
  color: rgba(249, 250, 251, var(--tw-text-opacity));
}

.text-coolGray-100 {
  --tw-text-opacity: 1;
  color: rgba(243, 244, 246, var(--tw-text-opacity));
}

.text-coolGray-200 {
  --tw-text-opacity: 1;
  color: rgba(229, 231, 235, var(--tw-text-opacity));
}

.text-coolGray-300 {
  --tw-text-opacity: 1;
  color: rgba(209, 213, 219, var(--tw-text-opacity));
}

.text-coolGray-400 {
  --tw-text-opacity: 1;
  color: rgba(156, 163, 175, var(--tw-text-opacity));
}

.text-coolGray-500 {
  --tw-text-opacity: 1;
  color: rgba(107, 114, 128, var(--tw-text-opacity));
}

.text-coolGray-600 {
  --tw-text-opacity: 1;
  color: rgba(75, 85, 99, var(--tw-text-opacity));
}

.text-coolGray-700 {
  --tw-text-opacity: 1;
  color: rgba(55, 65, 81, var(--tw-text-opacity));
}

.text-coolGray-800 {
  --tw-text-opacity: 1;
  color: rgba(31, 41, 55, var(--tw-text-opacity));
}

.text-coolGray-900 {
  --tw-text-opacity: 1;
  color: rgba(17, 24, 39, var(--tw-text-opacity));
}

.text-blueGray-50 {
  --tw-text-opacity: 1;
  color: rgba(248, 250, 252, var(--tw-text-opacity));
}

.text-blueGray-100 {
  --tw-text-opacity: 1;
  color: rgba(241, 245, 249, var(--tw-text-opacity));
}

.text-blueGray-200 {
  --tw-text-opacity: 1;
  color: rgba(226, 232, 240, var(--tw-text-opacity));
}

.text-blueGray-300 {
  --tw-text-opacity: 1;
  color: rgba(203, 213, 225, var(--tw-text-opacity));
}

.text-blueGray-400 {
  --tw-text-opacity: 1;
  color: rgba(148, 163, 184, var(--tw-text-opacity));
}

.text-blueGray-500 {
  --tw-text-opacity: 1;
  color: rgba(100, 116, 139, var(--tw-text-opacity));
}

.text-blueGray-600 {
  --tw-text-opacity: 1;
  color: rgba(71, 85, 105, var(--tw-text-opacity));
}

.text-blueGray-700 {
  --tw-text-opacity: 1;
  color: rgba(51, 65, 85, var(--tw-text-opacity));
}

.text-blueGray-800 {
  --tw-text-opacity: 1;
  color: rgba(30, 41, 59, var(--tw-text-opacity));
}

.text-blueGray-900 {
  --tw-text-opacity: 1;
  color: rgba(15, 23, 42, var(--tw-text-opacity));
}

.hover\:text-current:hover {
  color: currentColor;
}

.hover\:text-transparent:hover {
  color: transparent;
}

.hover\:text-falcon:hover {
  color: var(--falcon);
}

.hover\:text-basement:hover {
  color: var(--basement);
}

.hover\:text-blue-50:hover {
  --tw-text-opacity: 1;
  color: rgba(239, 246, 255, var(--tw-text-opacity));
}

.hover\:text-blue-100:hover {
  --tw-text-opacity: 1;
  color: rgba(219, 234, 254, var(--tw-text-opacity));
}

.hover\:text-blue-200:hover {
  --tw-text-opacity: 1;
  color: rgba(191, 219, 254, var(--tw-text-opacity));
}

.hover\:text-blue-300:hover {
  --tw-text-opacity: 1;
  color: rgba(147, 197, 253, var(--tw-text-opacity));
}

.hover\:text-blue-400:hover {
  --tw-text-opacity: 1;
  color: rgba(96, 165, 250, var(--tw-text-opacity));
}

.hover\:text-blue-500:hover {
  --tw-text-opacity: 1;
  color: rgba(59, 130, 246, var(--tw-text-opacity));
}

.hover\:text-blue-600:hover {
  --tw-text-opacity: 1;
  color: rgba(37, 99, 235, var(--tw-text-opacity));
}

.hover\:text-blue-700:hover {
  --tw-text-opacity: 1;
  color: rgba(29, 78, 216, var(--tw-text-opacity));
}

.hover\:text-blue-800:hover {
  --tw-text-opacity: 1;
  color: rgba(30, 64, 175, var(--tw-text-opacity));
}

.hover\:text-blue-900:hover {
  --tw-text-opacity: 1;
  color: rgba(30, 58, 138, var(--tw-text-opacity));
}

.hover\:text-body-and-labels:hover {
  color: var(--body-and-labels);
}

.hover\:text-brand:hover {
  color: var(--brand);
}

.hover\:text-code-base-64:hover {
  color: var(--code-base-64);
}

.hover\:text-code-bg:hover {
  color: var(--code-bg);
}

.hover\:text-code-outline:hover {
  color: var(--code-outline);
}

.hover\:text-code-text:hover {
  color: var(--code-text);
}

.hover\:text-critical:hover {
  color: var(--critical);
}

.hover\:text-destructive-hover:hover {
  color: var(--destructive-hover);
}

.hover\:text-destructive-idle:hover {
  color: var(--destructive-idle);
}

.hover\:text-destructive-pressed:hover {
  color: var(--destructive-pressed);
}

.hover\:text-disabled:hover {
  color: var(--disabled);
}

.hover\:text-disc-operations:hover {
  color: var(--disc-operations);
}

.hover\:text-dns-requests:hover {
  color: var(--dns-requests);
}

.hover\:text-focus:hover {
  color: var(--focus);
}

.hover\:text-graph-1:hover {
  color: var(--graph-1);
}

.hover\:text-graph-10:hover {
  color: var(--graph-10);
}

.hover\:text-graph-11:hover {
  color: var(--graph-11);
}

.hover\:text-graph-2:hover {
  color: var(--graph-2);
}

.hover\:text-graph-3:hover {
  color: var(--graph-3);
}

.hover\:text-graph-4:hover {
  color: var(--graph-4);
}

.hover\:text-graph-5:hover {
  color: var(--graph-5);
}

.hover\:text-graph-6:hover {
  color: var(--graph-6);
}

.hover\:text-graph-7:hover {
  color: var(--graph-7);
}

.hover\:text-graph-8:hover {
  color: var(--graph-8);
}

.hover\:text-graph-9:hover {
  color: var(--graph-9);
}

.hover\:text-graph-disabled:hover {
  color: var(--graph-disabled);
}

.hover\:text-ground-floor:hover {
  color: var(--ground-floor);
}

.hover\:text-high:hover {
  color: var(--high);
}

.hover\:text-informational:hover {
  color: var(--informational);
}

.hover\:text-lines-dark:hover {
  color: var(--lines-dark);
}

.hover\:text-lines-light:hover {
  color: var(--lines-light);
}

.hover\:text-low:hover {
  color: var(--low);
}

.hover\:text-medium:hover {
  color: var(--medium);
}

.hover\:text-mezzanine:hover {
  color: var(--mezzanine);
}

.hover\:text-nav-text-and-icons:hover {
  color: var(--nav-text-and-icons);
}

.hover\:text-nav-text-secondary:hover {
  color: var(--nav-text-secondary);
}

.hover\:text-network-operations:hover {
  color: var(--network-operations);
}

.hover\:text-normal-hover:hover {
  color: var(--normal-hover);
}

.hover\:text-normal-idle:hover {
  color: var(--normal-idle);
}

.hover\:text-normal-pressed:hover {
  color: var(--normal-pressed);
}

.hover\:text-overlay-0\.5:hover {
  color: var(--overlay-0\.5);
}

.hover\:text-overlay-1:hover {
  color: var(--overlay-1);
}

.hover\:text-overlay-2:hover {
  color: var(--overlay-2);
}

.hover\:text-positive:hover {
  color: var(--positive);
}

.hover\:text-primary-hover:hover {
  color: var(--primary-hover);
}

.hover\:text-primary-idle:hover {
  color: var(--primary-idle);
}

.hover\:text-primary-pressed:hover {
  color: var(--primary-pressed);
}

.hover\:text-process-operations:hover {
  color: var(--process-operations);
}

.hover\:text-purple-50:hover {
  --tw-text-opacity: 1;
  color: rgba(250, 245, 255, var(--tw-text-opacity));
}

.hover\:text-purple-100:hover {
  --tw-text-opacity: 1;
  color: rgba(243, 232, 255, var(--tw-text-opacity));
}

.hover\:text-purple-200:hover {
  --tw-text-opacity: 1;
  color: rgba(233, 213, 255, var(--tw-text-opacity));
}

.hover\:text-purple-300:hover {
  --tw-text-opacity: 1;
  color: rgba(216, 180, 254, var(--tw-text-opacity));
}

.hover\:text-purple-400:hover {
  --tw-text-opacity: 1;
  color: rgba(192, 132, 252, var(--tw-text-opacity));
}

.hover\:text-purple-500:hover {
  --tw-text-opacity: 1;
  color: rgba(168, 85, 247, var(--tw-text-opacity));
}

.hover\:text-purple-600:hover {
  --tw-text-opacity: 1;
  color: rgba(147, 51, 234, var(--tw-text-opacity));
}

.hover\:text-purple-700:hover {
  --tw-text-opacity: 1;
  color: rgba(126, 34, 206, var(--tw-text-opacity));
}

.hover\:text-purple-800:hover {
  --tw-text-opacity: 1;
  color: rgba(107, 33, 168, var(--tw-text-opacity));
}

.hover\:text-purple-900:hover {
  --tw-text-opacity: 1;
  color: rgba(88, 28, 135, var(--tw-text-opacity));
}

.hover\:text-registry-operations:hover {
  color: var(--registry-operations);
}

.hover\:text-selected:hover {
  color: var(--selected);
}

.hover\:text-surface-2xl:hover {
  color: var(--surface-2xl);
}

.hover\:text-surface-base:hover {
  color: var(--surface-base);
}

.hover\:text-surface-inner:hover {
  color: var(--surface-inner);
}

.hover\:text-surface-lg:hover {
  color: var(--surface-lg);
}

.hover\:text-surface-md:hover {
  color: var(--surface-md);
}

.hover\:text-surface-xl:hover {
  color: var(--surface-xl);
}

.hover\:text-text-and-icons:hover {
  color: var(--text-and-icons);
}

.hover\:text-titles-and-attributes:hover {
  color: var(--titles-and-attributes);
}

.hover\:text-black:hover {
  --tw-text-opacity: 1;
  color: rgba(0, 0, 0, var(--tw-text-opacity));
}

.hover\:text-white:hover {
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
}

.hover\:text-rose-50:hover {
  --tw-text-opacity: 1;
  color: rgba(255, 241, 242, var(--tw-text-opacity));
}

.hover\:text-rose-100:hover {
  --tw-text-opacity: 1;
  color: rgba(255, 228, 230, var(--tw-text-opacity));
}

.hover\:text-rose-200:hover {
  --tw-text-opacity: 1;
  color: rgba(254, 205, 211, var(--tw-text-opacity));
}

.hover\:text-rose-300:hover {
  --tw-text-opacity: 1;
  color: rgba(253, 164, 175, var(--tw-text-opacity));
}

.hover\:text-rose-400:hover {
  --tw-text-opacity: 1;
  color: rgba(251, 113, 133, var(--tw-text-opacity));
}

.hover\:text-rose-500:hover {
  --tw-text-opacity: 1;
  color: rgba(244, 63, 94, var(--tw-text-opacity));
}

.hover\:text-rose-600:hover {
  --tw-text-opacity: 1;
  color: rgba(225, 29, 72, var(--tw-text-opacity));
}

.hover\:text-rose-700:hover {
  --tw-text-opacity: 1;
  color: rgba(190, 18, 60, var(--tw-text-opacity));
}

.hover\:text-rose-800:hover {
  --tw-text-opacity: 1;
  color: rgba(159, 18, 57, var(--tw-text-opacity));
}

.hover\:text-rose-900:hover {
  --tw-text-opacity: 1;
  color: rgba(136, 19, 55, var(--tw-text-opacity));
}

.hover\:text-pink-50:hover {
  --tw-text-opacity: 1;
  color: rgba(253, 242, 248, var(--tw-text-opacity));
}

.hover\:text-pink-100:hover {
  --tw-text-opacity: 1;
  color: rgba(252, 231, 243, var(--tw-text-opacity));
}

.hover\:text-pink-200:hover {
  --tw-text-opacity: 1;
  color: rgba(251, 207, 232, var(--tw-text-opacity));
}

.hover\:text-pink-300:hover {
  --tw-text-opacity: 1;
  color: rgba(249, 168, 212, var(--tw-text-opacity));
}

.hover\:text-pink-400:hover {
  --tw-text-opacity: 1;
  color: rgba(244, 114, 182, var(--tw-text-opacity));
}

.hover\:text-pink-500:hover {
  --tw-text-opacity: 1;
  color: rgba(236, 72, 153, var(--tw-text-opacity));
}

.hover\:text-pink-600:hover {
  --tw-text-opacity: 1;
  color: rgba(219, 39, 119, var(--tw-text-opacity));
}

.hover\:text-pink-700:hover {
  --tw-text-opacity: 1;
  color: rgba(190, 24, 93, var(--tw-text-opacity));
}

.hover\:text-pink-800:hover {
  --tw-text-opacity: 1;
  color: rgba(157, 23, 77, var(--tw-text-opacity));
}

.hover\:text-pink-900:hover {
  --tw-text-opacity: 1;
  color: rgba(131, 24, 67, var(--tw-text-opacity));
}

.hover\:text-fuchsia-50:hover {
  --tw-text-opacity: 1;
  color: rgba(253, 244, 255, var(--tw-text-opacity));
}

.hover\:text-fuchsia-100:hover {
  --tw-text-opacity: 1;
  color: rgba(250, 232, 255, var(--tw-text-opacity));
}

.hover\:text-fuchsia-200:hover {
  --tw-text-opacity: 1;
  color: rgba(245, 208, 254, var(--tw-text-opacity));
}

.hover\:text-fuchsia-300:hover {
  --tw-text-opacity: 1;
  color: rgba(240, 171, 252, var(--tw-text-opacity));
}

.hover\:text-fuchsia-400:hover {
  --tw-text-opacity: 1;
  color: rgba(232, 121, 249, var(--tw-text-opacity));
}

.hover\:text-fuchsia-500:hover {
  --tw-text-opacity: 1;
  color: rgba(217, 70, 239, var(--tw-text-opacity));
}

.hover\:text-fuchsia-600:hover {
  --tw-text-opacity: 1;
  color: rgba(192, 38, 211, var(--tw-text-opacity));
}

.hover\:text-fuchsia-700:hover {
  --tw-text-opacity: 1;
  color: rgba(162, 28, 175, var(--tw-text-opacity));
}

.hover\:text-fuchsia-800:hover {
  --tw-text-opacity: 1;
  color: rgba(134, 25, 143, var(--tw-text-opacity));
}

.hover\:text-fuchsia-900:hover {
  --tw-text-opacity: 1;
  color: rgba(112, 26, 117, var(--tw-text-opacity));
}

.hover\:text-violet-50:hover {
  --tw-text-opacity: 1;
  color: rgba(245, 243, 255, var(--tw-text-opacity));
}

.hover\:text-violet-100:hover {
  --tw-text-opacity: 1;
  color: rgba(237, 233, 254, var(--tw-text-opacity));
}

.hover\:text-violet-200:hover {
  --tw-text-opacity: 1;
  color: rgba(221, 214, 254, var(--tw-text-opacity));
}

.hover\:text-violet-300:hover {
  --tw-text-opacity: 1;
  color: rgba(196, 181, 253, var(--tw-text-opacity));
}

.hover\:text-violet-400:hover {
  --tw-text-opacity: 1;
  color: rgba(167, 139, 250, var(--tw-text-opacity));
}

.hover\:text-violet-500:hover {
  --tw-text-opacity: 1;
  color: rgba(139, 92, 246, var(--tw-text-opacity));
}

.hover\:text-violet-600:hover {
  --tw-text-opacity: 1;
  color: rgba(124, 58, 237, var(--tw-text-opacity));
}

.hover\:text-violet-700:hover {
  --tw-text-opacity: 1;
  color: rgba(109, 40, 217, var(--tw-text-opacity));
}

.hover\:text-violet-800:hover {
  --tw-text-opacity: 1;
  color: rgba(91, 33, 182, var(--tw-text-opacity));
}

.hover\:text-violet-900:hover {
  --tw-text-opacity: 1;
  color: rgba(76, 29, 149, var(--tw-text-opacity));
}

.hover\:text-indigo-50:hover {
  --tw-text-opacity: 1;
  color: rgba(238, 242, 255, var(--tw-text-opacity));
}

.hover\:text-indigo-100:hover {
  --tw-text-opacity: 1;
  color: rgba(224, 231, 255, var(--tw-text-opacity));
}

.hover\:text-indigo-200:hover {
  --tw-text-opacity: 1;
  color: rgba(199, 210, 254, var(--tw-text-opacity));
}

.hover\:text-indigo-300:hover {
  --tw-text-opacity: 1;
  color: rgba(165, 180, 252, var(--tw-text-opacity));
}

.hover\:text-indigo-400:hover {
  --tw-text-opacity: 1;
  color: rgba(129, 140, 248, var(--tw-text-opacity));
}

.hover\:text-indigo-500:hover {
  --tw-text-opacity: 1;
  color: rgba(99, 102, 241, var(--tw-text-opacity));
}

.hover\:text-indigo-600:hover {
  --tw-text-opacity: 1;
  color: rgba(79, 70, 229, var(--tw-text-opacity));
}

.hover\:text-indigo-700:hover {
  --tw-text-opacity: 1;
  color: rgba(67, 56, 202, var(--tw-text-opacity));
}

.hover\:text-indigo-800:hover {
  --tw-text-opacity: 1;
  color: rgba(55, 48, 163, var(--tw-text-opacity));
}

.hover\:text-indigo-900:hover {
  --tw-text-opacity: 1;
  color: rgba(49, 46, 129, var(--tw-text-opacity));
}

.hover\:text-lightBlue-50:hover {
  --tw-text-opacity: 1;
  color: rgba(240, 249, 255, var(--tw-text-opacity));
}

.hover\:text-lightBlue-100:hover {
  --tw-text-opacity: 1;
  color: rgba(224, 242, 254, var(--tw-text-opacity));
}

.hover\:text-lightBlue-200:hover {
  --tw-text-opacity: 1;
  color: rgba(186, 230, 253, var(--tw-text-opacity));
}

.hover\:text-lightBlue-300:hover {
  --tw-text-opacity: 1;
  color: rgba(125, 211, 252, var(--tw-text-opacity));
}

.hover\:text-lightBlue-400:hover {
  --tw-text-opacity: 1;
  color: rgba(56, 189, 248, var(--tw-text-opacity));
}

.hover\:text-lightBlue-500:hover {
  --tw-text-opacity: 1;
  color: rgba(14, 165, 233, var(--tw-text-opacity));
}

.hover\:text-lightBlue-600:hover {
  --tw-text-opacity: 1;
  color: rgba(2, 132, 199, var(--tw-text-opacity));
}

.hover\:text-lightBlue-700:hover {
  --tw-text-opacity: 1;
  color: rgba(3, 105, 161, var(--tw-text-opacity));
}

.hover\:text-lightBlue-800:hover {
  --tw-text-opacity: 1;
  color: rgba(7, 89, 133, var(--tw-text-opacity));
}

.hover\:text-lightBlue-900:hover {
  --tw-text-opacity: 1;
  color: rgba(12, 74, 110, var(--tw-text-opacity));
}

.hover\:text-cyan-50:hover {
  --tw-text-opacity: 1;
  color: rgba(236, 254, 255, var(--tw-text-opacity));
}

.hover\:text-cyan-100:hover {
  --tw-text-opacity: 1;
  color: rgba(207, 250, 254, var(--tw-text-opacity));
}

.hover\:text-cyan-200:hover {
  --tw-text-opacity: 1;
  color: rgba(165, 243, 252, var(--tw-text-opacity));
}

.hover\:text-cyan-300:hover {
  --tw-text-opacity: 1;
  color: rgba(103, 232, 249, var(--tw-text-opacity));
}

.hover\:text-cyan-400:hover {
  --tw-text-opacity: 1;
  color: rgba(34, 211, 238, var(--tw-text-opacity));
}

.hover\:text-cyan-500:hover {
  --tw-text-opacity: 1;
  color: rgba(6, 182, 212, var(--tw-text-opacity));
}

.hover\:text-cyan-600:hover {
  --tw-text-opacity: 1;
  color: rgba(8, 145, 178, var(--tw-text-opacity));
}

.hover\:text-cyan-700:hover {
  --tw-text-opacity: 1;
  color: rgba(14, 116, 144, var(--tw-text-opacity));
}

.hover\:text-cyan-800:hover {
  --tw-text-opacity: 1;
  color: rgba(21, 94, 117, var(--tw-text-opacity));
}

.hover\:text-cyan-900:hover {
  --tw-text-opacity: 1;
  color: rgba(22, 78, 99, var(--tw-text-opacity));
}

.hover\:text-teal-50:hover {
  --tw-text-opacity: 1;
  color: rgba(240, 253, 250, var(--tw-text-opacity));
}

.hover\:text-teal-100:hover {
  --tw-text-opacity: 1;
  color: rgba(204, 251, 241, var(--tw-text-opacity));
}

.hover\:text-teal-200:hover {
  --tw-text-opacity: 1;
  color: rgba(153, 246, 228, var(--tw-text-opacity));
}

.hover\:text-teal-300:hover {
  --tw-text-opacity: 1;
  color: rgba(94, 234, 212, var(--tw-text-opacity));
}

.hover\:text-teal-400:hover {
  --tw-text-opacity: 1;
  color: rgba(45, 212, 191, var(--tw-text-opacity));
}

.hover\:text-teal-500:hover {
  --tw-text-opacity: 1;
  color: rgba(20, 184, 166, var(--tw-text-opacity));
}

.hover\:text-teal-600:hover {
  --tw-text-opacity: 1;
  color: rgba(13, 148, 136, var(--tw-text-opacity));
}

.hover\:text-teal-700:hover {
  --tw-text-opacity: 1;
  color: rgba(15, 118, 110, var(--tw-text-opacity));
}

.hover\:text-teal-800:hover {
  --tw-text-opacity: 1;
  color: rgba(17, 94, 89, var(--tw-text-opacity));
}

.hover\:text-teal-900:hover {
  --tw-text-opacity: 1;
  color: rgba(19, 78, 74, var(--tw-text-opacity));
}

.hover\:text-emerald-50:hover {
  --tw-text-opacity: 1;
  color: rgba(236, 253, 245, var(--tw-text-opacity));
}

.hover\:text-emerald-100:hover {
  --tw-text-opacity: 1;
  color: rgba(209, 250, 229, var(--tw-text-opacity));
}

.hover\:text-emerald-200:hover {
  --tw-text-opacity: 1;
  color: rgba(167, 243, 208, var(--tw-text-opacity));
}

.hover\:text-emerald-300:hover {
  --tw-text-opacity: 1;
  color: rgba(110, 231, 183, var(--tw-text-opacity));
}

.hover\:text-emerald-400:hover {
  --tw-text-opacity: 1;
  color: rgba(52, 211, 153, var(--tw-text-opacity));
}

.hover\:text-emerald-500:hover {
  --tw-text-opacity: 1;
  color: rgba(16, 185, 129, var(--tw-text-opacity));
}

.hover\:text-emerald-600:hover {
  --tw-text-opacity: 1;
  color: rgba(5, 150, 105, var(--tw-text-opacity));
}

.hover\:text-emerald-700:hover {
  --tw-text-opacity: 1;
  color: rgba(4, 120, 87, var(--tw-text-opacity));
}

.hover\:text-emerald-800:hover {
  --tw-text-opacity: 1;
  color: rgba(6, 95, 70, var(--tw-text-opacity));
}

.hover\:text-emerald-900:hover {
  --tw-text-opacity: 1;
  color: rgba(6, 78, 59, var(--tw-text-opacity));
}

.hover\:text-green-50:hover {
  --tw-text-opacity: 1;
  color: rgba(240, 253, 244, var(--tw-text-opacity));
}

.hover\:text-green-100:hover {
  --tw-text-opacity: 1;
  color: rgba(220, 252, 231, var(--tw-text-opacity));
}

.hover\:text-green-200:hover {
  --tw-text-opacity: 1;
  color: rgba(187, 247, 208, var(--tw-text-opacity));
}

.hover\:text-green-300:hover {
  --tw-text-opacity: 1;
  color: rgba(134, 239, 172, var(--tw-text-opacity));
}

.hover\:text-green-400:hover {
  --tw-text-opacity: 1;
  color: rgba(74, 222, 128, var(--tw-text-opacity));
}

.hover\:text-green-500:hover {
  --tw-text-opacity: 1;
  color: rgba(34, 197, 94, var(--tw-text-opacity));
}

.hover\:text-green-600:hover {
  --tw-text-opacity: 1;
  color: rgba(22, 163, 74, var(--tw-text-opacity));
}

.hover\:text-green-700:hover {
  --tw-text-opacity: 1;
  color: rgba(21, 128, 61, var(--tw-text-opacity));
}

.hover\:text-green-800:hover {
  --tw-text-opacity: 1;
  color: rgba(22, 101, 52, var(--tw-text-opacity));
}

.hover\:text-green-900:hover {
  --tw-text-opacity: 1;
  color: rgba(20, 83, 45, var(--tw-text-opacity));
}

.hover\:text-lime-50:hover {
  --tw-text-opacity: 1;
  color: rgba(247, 254, 231, var(--tw-text-opacity));
}

.hover\:text-lime-100:hover {
  --tw-text-opacity: 1;
  color: rgba(236, 252, 203, var(--tw-text-opacity));
}

.hover\:text-lime-200:hover {
  --tw-text-opacity: 1;
  color: rgba(217, 249, 157, var(--tw-text-opacity));
}

.hover\:text-lime-300:hover {
  --tw-text-opacity: 1;
  color: rgba(190, 242, 100, var(--tw-text-opacity));
}

.hover\:text-lime-400:hover {
  --tw-text-opacity: 1;
  color: rgba(163, 230, 53, var(--tw-text-opacity));
}

.hover\:text-lime-500:hover {
  --tw-text-opacity: 1;
  color: rgba(132, 204, 22, var(--tw-text-opacity));
}

.hover\:text-lime-600:hover {
  --tw-text-opacity: 1;
  color: rgba(101, 163, 13, var(--tw-text-opacity));
}

.hover\:text-lime-700:hover {
  --tw-text-opacity: 1;
  color: rgba(77, 124, 15, var(--tw-text-opacity));
}

.hover\:text-lime-800:hover {
  --tw-text-opacity: 1;
  color: rgba(63, 98, 18, var(--tw-text-opacity));
}

.hover\:text-lime-900:hover {
  --tw-text-opacity: 1;
  color: rgba(54, 83, 20, var(--tw-text-opacity));
}

.hover\:text-yellow-50:hover {
  --tw-text-opacity: 1;
  color: rgba(254, 252, 232, var(--tw-text-opacity));
}

.hover\:text-yellow-100:hover {
  --tw-text-opacity: 1;
  color: rgba(254, 249, 195, var(--tw-text-opacity));
}

.hover\:text-yellow-200:hover {
  --tw-text-opacity: 1;
  color: rgba(254, 240, 138, var(--tw-text-opacity));
}

.hover\:text-yellow-300:hover {
  --tw-text-opacity: 1;
  color: rgba(253, 224, 71, var(--tw-text-opacity));
}

.hover\:text-yellow-400:hover {
  --tw-text-opacity: 1;
  color: rgba(250, 204, 21, var(--tw-text-opacity));
}

.hover\:text-yellow-500:hover {
  --tw-text-opacity: 1;
  color: rgba(234, 179, 8, var(--tw-text-opacity));
}

.hover\:text-yellow-600:hover {
  --tw-text-opacity: 1;
  color: rgba(202, 138, 4, var(--tw-text-opacity));
}

.hover\:text-yellow-700:hover {
  --tw-text-opacity: 1;
  color: rgba(161, 98, 7, var(--tw-text-opacity));
}

.hover\:text-yellow-800:hover {
  --tw-text-opacity: 1;
  color: rgba(133, 77, 14, var(--tw-text-opacity));
}

.hover\:text-yellow-900:hover {
  --tw-text-opacity: 1;
  color: rgba(113, 63, 18, var(--tw-text-opacity));
}

.hover\:text-amber-50:hover {
  --tw-text-opacity: 1;
  color: rgba(255, 251, 235, var(--tw-text-opacity));
}

.hover\:text-amber-100:hover {
  --tw-text-opacity: 1;
  color: rgba(254, 243, 199, var(--tw-text-opacity));
}

.hover\:text-amber-200:hover {
  --tw-text-opacity: 1;
  color: rgba(253, 230, 138, var(--tw-text-opacity));
}

.hover\:text-amber-300:hover {
  --tw-text-opacity: 1;
  color: rgba(252, 211, 77, var(--tw-text-opacity));
}

.hover\:text-amber-400:hover {
  --tw-text-opacity: 1;
  color: rgba(251, 191, 36, var(--tw-text-opacity));
}

.hover\:text-amber-500:hover {
  --tw-text-opacity: 1;
  color: rgba(245, 158, 11, var(--tw-text-opacity));
}

.hover\:text-amber-600:hover {
  --tw-text-opacity: 1;
  color: rgba(217, 119, 6, var(--tw-text-opacity));
}

.hover\:text-amber-700:hover {
  --tw-text-opacity: 1;
  color: rgba(180, 83, 9, var(--tw-text-opacity));
}

.hover\:text-amber-800:hover {
  --tw-text-opacity: 1;
  color: rgba(146, 64, 14, var(--tw-text-opacity));
}

.hover\:text-amber-900:hover {
  --tw-text-opacity: 1;
  color: rgba(120, 53, 15, var(--tw-text-opacity));
}

.hover\:text-orange-50:hover {
  --tw-text-opacity: 1;
  color: rgba(255, 247, 237, var(--tw-text-opacity));
}

.hover\:text-orange-100:hover {
  --tw-text-opacity: 1;
  color: rgba(255, 237, 213, var(--tw-text-opacity));
}

.hover\:text-orange-200:hover {
  --tw-text-opacity: 1;
  color: rgba(254, 215, 170, var(--tw-text-opacity));
}

.hover\:text-orange-300:hover {
  --tw-text-opacity: 1;
  color: rgba(253, 186, 116, var(--tw-text-opacity));
}

.hover\:text-orange-400:hover {
  --tw-text-opacity: 1;
  color: rgba(251, 146, 60, var(--tw-text-opacity));
}

.hover\:text-orange-500:hover {
  --tw-text-opacity: 1;
  color: rgba(249, 115, 22, var(--tw-text-opacity));
}

.hover\:text-orange-600:hover {
  --tw-text-opacity: 1;
  color: rgba(234, 88, 12, var(--tw-text-opacity));
}

.hover\:text-orange-700:hover {
  --tw-text-opacity: 1;
  color: rgba(194, 65, 12, var(--tw-text-opacity));
}

.hover\:text-orange-800:hover {
  --tw-text-opacity: 1;
  color: rgba(154, 52, 18, var(--tw-text-opacity));
}

.hover\:text-orange-900:hover {
  --tw-text-opacity: 1;
  color: rgba(124, 45, 18, var(--tw-text-opacity));
}

.hover\:text-red-50:hover {
  --tw-text-opacity: 1;
  color: rgba(254, 242, 242, var(--tw-text-opacity));
}

.hover\:text-red-100:hover {
  --tw-text-opacity: 1;
  color: rgba(254, 226, 226, var(--tw-text-opacity));
}

.hover\:text-red-200:hover {
  --tw-text-opacity: 1;
  color: rgba(254, 202, 202, var(--tw-text-opacity));
}

.hover\:text-red-300:hover {
  --tw-text-opacity: 1;
  color: rgba(252, 165, 165, var(--tw-text-opacity));
}

.hover\:text-red-400:hover {
  --tw-text-opacity: 1;
  color: rgba(248, 113, 113, var(--tw-text-opacity));
}

.hover\:text-red-500:hover {
  --tw-text-opacity: 1;
  color: rgba(239, 68, 68, var(--tw-text-opacity));
}

.hover\:text-red-600:hover {
  --tw-text-opacity: 1;
  color: rgba(220, 38, 38, var(--tw-text-opacity));
}

.hover\:text-red-700:hover {
  --tw-text-opacity: 1;
  color: rgba(185, 28, 28, var(--tw-text-opacity));
}

.hover\:text-red-800:hover {
  --tw-text-opacity: 1;
  color: rgba(153, 27, 27, var(--tw-text-opacity));
}

.hover\:text-red-900:hover {
  --tw-text-opacity: 1;
  color: rgba(127, 29, 29, var(--tw-text-opacity));
}

.hover\:text-warmGray-50:hover {
  --tw-text-opacity: 1;
  color: rgba(250, 250, 249, var(--tw-text-opacity));
}

.hover\:text-warmGray-100:hover {
  --tw-text-opacity: 1;
  color: rgba(245, 245, 244, var(--tw-text-opacity));
}

.hover\:text-warmGray-200:hover {
  --tw-text-opacity: 1;
  color: rgba(231, 229, 228, var(--tw-text-opacity));
}

.hover\:text-warmGray-300:hover {
  --tw-text-opacity: 1;
  color: rgba(214, 211, 209, var(--tw-text-opacity));
}

.hover\:text-warmGray-400:hover {
  --tw-text-opacity: 1;
  color: rgba(168, 162, 158, var(--tw-text-opacity));
}

.hover\:text-warmGray-500:hover {
  --tw-text-opacity: 1;
  color: rgba(120, 113, 108, var(--tw-text-opacity));
}

.hover\:text-warmGray-600:hover {
  --tw-text-opacity: 1;
  color: rgba(87, 83, 78, var(--tw-text-opacity));
}

.hover\:text-warmGray-700:hover {
  --tw-text-opacity: 1;
  color: rgba(68, 64, 60, var(--tw-text-opacity));
}

.hover\:text-warmGray-800:hover {
  --tw-text-opacity: 1;
  color: rgba(41, 37, 36, var(--tw-text-opacity));
}

.hover\:text-warmGray-900:hover {
  --tw-text-opacity: 1;
  color: rgba(28, 25, 23, var(--tw-text-opacity));
}

.hover\:text-trueGray-50:hover {
  --tw-text-opacity: 1;
  color: rgba(250, 250, 250, var(--tw-text-opacity));
}

.hover\:text-trueGray-100:hover {
  --tw-text-opacity: 1;
  color: rgba(245, 245, 245, var(--tw-text-opacity));
}

.hover\:text-trueGray-200:hover {
  --tw-text-opacity: 1;
  color: rgba(229, 229, 229, var(--tw-text-opacity));
}

.hover\:text-trueGray-300:hover {
  --tw-text-opacity: 1;
  color: rgba(212, 212, 212, var(--tw-text-opacity));
}

.hover\:text-trueGray-400:hover {
  --tw-text-opacity: 1;
  color: rgba(163, 163, 163, var(--tw-text-opacity));
}

.hover\:text-trueGray-500:hover {
  --tw-text-opacity: 1;
  color: rgba(115, 115, 115, var(--tw-text-opacity));
}

.hover\:text-trueGray-600:hover {
  --tw-text-opacity: 1;
  color: rgba(82, 82, 82, var(--tw-text-opacity));
}

.hover\:text-trueGray-700:hover {
  --tw-text-opacity: 1;
  color: rgba(64, 64, 64, var(--tw-text-opacity));
}

.hover\:text-trueGray-800:hover {
  --tw-text-opacity: 1;
  color: rgba(38, 38, 38, var(--tw-text-opacity));
}

.hover\:text-trueGray-900:hover {
  --tw-text-opacity: 1;
  color: rgba(23, 23, 23, var(--tw-text-opacity));
}

.hover\:text-gray-50:hover {
  --tw-text-opacity: 1;
  color: rgba(250, 250, 250, var(--tw-text-opacity));
}

.hover\:text-gray-100:hover {
  --tw-text-opacity: 1;
  color: rgba(244, 244, 245, var(--tw-text-opacity));
}

.hover\:text-gray-200:hover {
  --tw-text-opacity: 1;
  color: rgba(228, 228, 231, var(--tw-text-opacity));
}

.hover\:text-gray-300:hover {
  --tw-text-opacity: 1;
  color: rgba(212, 212, 216, var(--tw-text-opacity));
}

.hover\:text-gray-400:hover {
  --tw-text-opacity: 1;
  color: rgba(161, 161, 170, var(--tw-text-opacity));
}

.hover\:text-gray-500:hover {
  --tw-text-opacity: 1;
  color: rgba(113, 113, 122, var(--tw-text-opacity));
}

.hover\:text-gray-600:hover {
  --tw-text-opacity: 1;
  color: rgba(82, 82, 91, var(--tw-text-opacity));
}

.hover\:text-gray-700:hover {
  --tw-text-opacity: 1;
  color: rgba(63, 63, 70, var(--tw-text-opacity));
}

.hover\:text-gray-800:hover {
  --tw-text-opacity: 1;
  color: rgba(39, 39, 42, var(--tw-text-opacity));
}

.hover\:text-gray-900:hover {
  --tw-text-opacity: 1;
  color: rgba(24, 24, 27, var(--tw-text-opacity));
}

.hover\:text-coolGray-50:hover {
  --tw-text-opacity: 1;
  color: rgba(249, 250, 251, var(--tw-text-opacity));
}

.hover\:text-coolGray-100:hover {
  --tw-text-opacity: 1;
  color: rgba(243, 244, 246, var(--tw-text-opacity));
}

.hover\:text-coolGray-200:hover {
  --tw-text-opacity: 1;
  color: rgba(229, 231, 235, var(--tw-text-opacity));
}

.hover\:text-coolGray-300:hover {
  --tw-text-opacity: 1;
  color: rgba(209, 213, 219, var(--tw-text-opacity));
}

.hover\:text-coolGray-400:hover {
  --tw-text-opacity: 1;
  color: rgba(156, 163, 175, var(--tw-text-opacity));
}

.hover\:text-coolGray-500:hover {
  --tw-text-opacity: 1;
  color: rgba(107, 114, 128, var(--tw-text-opacity));
}

.hover\:text-coolGray-600:hover {
  --tw-text-opacity: 1;
  color: rgba(75, 85, 99, var(--tw-text-opacity));
}

.hover\:text-coolGray-700:hover {
  --tw-text-opacity: 1;
  color: rgba(55, 65, 81, var(--tw-text-opacity));
}

.hover\:text-coolGray-800:hover {
  --tw-text-opacity: 1;
  color: rgba(31, 41, 55, var(--tw-text-opacity));
}

.hover\:text-coolGray-900:hover {
  --tw-text-opacity: 1;
  color: rgba(17, 24, 39, var(--tw-text-opacity));
}

.hover\:text-blueGray-50:hover {
  --tw-text-opacity: 1;
  color: rgba(248, 250, 252, var(--tw-text-opacity));
}

.hover\:text-blueGray-100:hover {
  --tw-text-opacity: 1;
  color: rgba(241, 245, 249, var(--tw-text-opacity));
}

.hover\:text-blueGray-200:hover {
  --tw-text-opacity: 1;
  color: rgba(226, 232, 240, var(--tw-text-opacity));
}

.hover\:text-blueGray-300:hover {
  --tw-text-opacity: 1;
  color: rgba(203, 213, 225, var(--tw-text-opacity));
}

.hover\:text-blueGray-400:hover {
  --tw-text-opacity: 1;
  color: rgba(148, 163, 184, var(--tw-text-opacity));
}

.hover\:text-blueGray-500:hover {
  --tw-text-opacity: 1;
  color: rgba(100, 116, 139, var(--tw-text-opacity));
}

.hover\:text-blueGray-600:hover {
  --tw-text-opacity: 1;
  color: rgba(71, 85, 105, var(--tw-text-opacity));
}

.hover\:text-blueGray-700:hover {
  --tw-text-opacity: 1;
  color: rgba(51, 65, 85, var(--tw-text-opacity));
}

.hover\:text-blueGray-800:hover {
  --tw-text-opacity: 1;
  color: rgba(30, 41, 59, var(--tw-text-opacity));
}

.hover\:text-blueGray-900:hover {
  --tw-text-opacity: 1;
  color: rgba(15, 23, 42, var(--tw-text-opacity));
}

.focus\:text-current:focus {
  color: currentColor;
}

.focus\:text-transparent:focus {
  color: transparent;
}

.focus\:text-falcon:focus {
  color: var(--falcon);
}

.focus\:text-basement:focus {
  color: var(--basement);
}

.focus\:text-blue-50:focus {
  --tw-text-opacity: 1;
  color: rgba(239, 246, 255, var(--tw-text-opacity));
}

.focus\:text-blue-100:focus {
  --tw-text-opacity: 1;
  color: rgba(219, 234, 254, var(--tw-text-opacity));
}

.focus\:text-blue-200:focus {
  --tw-text-opacity: 1;
  color: rgba(191, 219, 254, var(--tw-text-opacity));
}

.focus\:text-blue-300:focus {
  --tw-text-opacity: 1;
  color: rgba(147, 197, 253, var(--tw-text-opacity));
}

.focus\:text-blue-400:focus {
  --tw-text-opacity: 1;
  color: rgba(96, 165, 250, var(--tw-text-opacity));
}

.focus\:text-blue-500:focus {
  --tw-text-opacity: 1;
  color: rgba(59, 130, 246, var(--tw-text-opacity));
}

.focus\:text-blue-600:focus {
  --tw-text-opacity: 1;
  color: rgba(37, 99, 235, var(--tw-text-opacity));
}

.focus\:text-blue-700:focus {
  --tw-text-opacity: 1;
  color: rgba(29, 78, 216, var(--tw-text-opacity));
}

.focus\:text-blue-800:focus {
  --tw-text-opacity: 1;
  color: rgba(30, 64, 175, var(--tw-text-opacity));
}

.focus\:text-blue-900:focus {
  --tw-text-opacity: 1;
  color: rgba(30, 58, 138, var(--tw-text-opacity));
}

.focus\:text-body-and-labels:focus {
  color: var(--body-and-labels);
}

.focus\:text-brand:focus {
  color: var(--brand);
}

.focus\:text-code-base-64:focus {
  color: var(--code-base-64);
}

.focus\:text-code-bg:focus {
  color: var(--code-bg);
}

.focus\:text-code-outline:focus {
  color: var(--code-outline);
}

.focus\:text-code-text:focus {
  color: var(--code-text);
}

.focus\:text-critical:focus {
  color: var(--critical);
}

.focus\:text-destructive-hover:focus {
  color: var(--destructive-hover);
}

.focus\:text-destructive-idle:focus {
  color: var(--destructive-idle);
}

.focus\:text-destructive-pressed:focus {
  color: var(--destructive-pressed);
}

.focus\:text-disabled:focus {
  color: var(--disabled);
}

.focus\:text-disc-operations:focus {
  color: var(--disc-operations);
}

.focus\:text-dns-requests:focus {
  color: var(--dns-requests);
}

.focus\:text-focus:focus {
  color: var(--focus);
}

.focus\:text-graph-1:focus {
  color: var(--graph-1);
}

.focus\:text-graph-10:focus {
  color: var(--graph-10);
}

.focus\:text-graph-11:focus {
  color: var(--graph-11);
}

.focus\:text-graph-2:focus {
  color: var(--graph-2);
}

.focus\:text-graph-3:focus {
  color: var(--graph-3);
}

.focus\:text-graph-4:focus {
  color: var(--graph-4);
}

.focus\:text-graph-5:focus {
  color: var(--graph-5);
}

.focus\:text-graph-6:focus {
  color: var(--graph-6);
}

.focus\:text-graph-7:focus {
  color: var(--graph-7);
}

.focus\:text-graph-8:focus {
  color: var(--graph-8);
}

.focus\:text-graph-9:focus {
  color: var(--graph-9);
}

.focus\:text-graph-disabled:focus {
  color: var(--graph-disabled);
}

.focus\:text-ground-floor:focus {
  color: var(--ground-floor);
}

.focus\:text-high:focus {
  color: var(--high);
}

.focus\:text-informational:focus {
  color: var(--informational);
}

.focus\:text-lines-dark:focus {
  color: var(--lines-dark);
}

.focus\:text-lines-light:focus {
  color: var(--lines-light);
}

.focus\:text-low:focus {
  color: var(--low);
}

.focus\:text-medium:focus {
  color: var(--medium);
}

.focus\:text-mezzanine:focus {
  color: var(--mezzanine);
}

.focus\:text-nav-text-and-icons:focus {
  color: var(--nav-text-and-icons);
}

.focus\:text-nav-text-secondary:focus {
  color: var(--nav-text-secondary);
}

.focus\:text-network-operations:focus {
  color: var(--network-operations);
}

.focus\:text-normal-hover:focus {
  color: var(--normal-hover);
}

.focus\:text-normal-idle:focus {
  color: var(--normal-idle);
}

.focus\:text-normal-pressed:focus {
  color: var(--normal-pressed);
}

.focus\:text-overlay-0\.5:focus {
  color: var(--overlay-0\.5);
}

.focus\:text-overlay-1:focus {
  color: var(--overlay-1);
}

.focus\:text-overlay-2:focus {
  color: var(--overlay-2);
}

.focus\:text-positive:focus {
  color: var(--positive);
}

.focus\:text-primary-hover:focus {
  color: var(--primary-hover);
}

.focus\:text-primary-idle:focus {
  color: var(--primary-idle);
}

.focus\:text-primary-pressed:focus {
  color: var(--primary-pressed);
}

.focus\:text-process-operations:focus {
  color: var(--process-operations);
}

.focus\:text-purple-50:focus {
  --tw-text-opacity: 1;
  color: rgba(250, 245, 255, var(--tw-text-opacity));
}

.focus\:text-purple-100:focus {
  --tw-text-opacity: 1;
  color: rgba(243, 232, 255, var(--tw-text-opacity));
}

.focus\:text-purple-200:focus {
  --tw-text-opacity: 1;
  color: rgba(233, 213, 255, var(--tw-text-opacity));
}

.focus\:text-purple-300:focus {
  --tw-text-opacity: 1;
  color: rgba(216, 180, 254, var(--tw-text-opacity));
}

.focus\:text-purple-400:focus {
  --tw-text-opacity: 1;
  color: rgba(192, 132, 252, var(--tw-text-opacity));
}

.focus\:text-purple-500:focus {
  --tw-text-opacity: 1;
  color: rgba(168, 85, 247, var(--tw-text-opacity));
}

.focus\:text-purple-600:focus {
  --tw-text-opacity: 1;
  color: rgba(147, 51, 234, var(--tw-text-opacity));
}

.focus\:text-purple-700:focus {
  --tw-text-opacity: 1;
  color: rgba(126, 34, 206, var(--tw-text-opacity));
}

.focus\:text-purple-800:focus {
  --tw-text-opacity: 1;
  color: rgba(107, 33, 168, var(--tw-text-opacity));
}

.focus\:text-purple-900:focus {
  --tw-text-opacity: 1;
  color: rgba(88, 28, 135, var(--tw-text-opacity));
}

.focus\:text-registry-operations:focus {
  color: var(--registry-operations);
}

.focus\:text-selected:focus {
  color: var(--selected);
}

.focus\:text-surface-2xl:focus {
  color: var(--surface-2xl);
}

.focus\:text-surface-base:focus {
  color: var(--surface-base);
}

.focus\:text-surface-inner:focus {
  color: var(--surface-inner);
}

.focus\:text-surface-lg:focus {
  color: var(--surface-lg);
}

.focus\:text-surface-md:focus {
  color: var(--surface-md);
}

.focus\:text-surface-xl:focus {
  color: var(--surface-xl);
}

.focus\:text-text-and-icons:focus {
  color: var(--text-and-icons);
}

.focus\:text-titles-and-attributes:focus {
  color: var(--titles-and-attributes);
}

.focus\:text-black:focus {
  --tw-text-opacity: 1;
  color: rgba(0, 0, 0, var(--tw-text-opacity));
}

.focus\:text-white:focus {
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
}

.focus\:text-rose-50:focus {
  --tw-text-opacity: 1;
  color: rgba(255, 241, 242, var(--tw-text-opacity));
}

.focus\:text-rose-100:focus {
  --tw-text-opacity: 1;
  color: rgba(255, 228, 230, var(--tw-text-opacity));
}

.focus\:text-rose-200:focus {
  --tw-text-opacity: 1;
  color: rgba(254, 205, 211, var(--tw-text-opacity));
}

.focus\:text-rose-300:focus {
  --tw-text-opacity: 1;
  color: rgba(253, 164, 175, var(--tw-text-opacity));
}

.focus\:text-rose-400:focus {
  --tw-text-opacity: 1;
  color: rgba(251, 113, 133, var(--tw-text-opacity));
}

.focus\:text-rose-500:focus {
  --tw-text-opacity: 1;
  color: rgba(244, 63, 94, var(--tw-text-opacity));
}

.focus\:text-rose-600:focus {
  --tw-text-opacity: 1;
  color: rgba(225, 29, 72, var(--tw-text-opacity));
}

.focus\:text-rose-700:focus {
  --tw-text-opacity: 1;
  color: rgba(190, 18, 60, var(--tw-text-opacity));
}

.focus\:text-rose-800:focus {
  --tw-text-opacity: 1;
  color: rgba(159, 18, 57, var(--tw-text-opacity));
}

.focus\:text-rose-900:focus {
  --tw-text-opacity: 1;
  color: rgba(136, 19, 55, var(--tw-text-opacity));
}

.focus\:text-pink-50:focus {
  --tw-text-opacity: 1;
  color: rgba(253, 242, 248, var(--tw-text-opacity));
}

.focus\:text-pink-100:focus {
  --tw-text-opacity: 1;
  color: rgba(252, 231, 243, var(--tw-text-opacity));
}

.focus\:text-pink-200:focus {
  --tw-text-opacity: 1;
  color: rgba(251, 207, 232, var(--tw-text-opacity));
}

.focus\:text-pink-300:focus {
  --tw-text-opacity: 1;
  color: rgba(249, 168, 212, var(--tw-text-opacity));
}

.focus\:text-pink-400:focus {
  --tw-text-opacity: 1;
  color: rgba(244, 114, 182, var(--tw-text-opacity));
}

.focus\:text-pink-500:focus {
  --tw-text-opacity: 1;
  color: rgba(236, 72, 153, var(--tw-text-opacity));
}

.focus\:text-pink-600:focus {
  --tw-text-opacity: 1;
  color: rgba(219, 39, 119, var(--tw-text-opacity));
}

.focus\:text-pink-700:focus {
  --tw-text-opacity: 1;
  color: rgba(190, 24, 93, var(--tw-text-opacity));
}

.focus\:text-pink-800:focus {
  --tw-text-opacity: 1;
  color: rgba(157, 23, 77, var(--tw-text-opacity));
}

.focus\:text-pink-900:focus {
  --tw-text-opacity: 1;
  color: rgba(131, 24, 67, var(--tw-text-opacity));
}

.focus\:text-fuchsia-50:focus {
  --tw-text-opacity: 1;
  color: rgba(253, 244, 255, var(--tw-text-opacity));
}

.focus\:text-fuchsia-100:focus {
  --tw-text-opacity: 1;
  color: rgba(250, 232, 255, var(--tw-text-opacity));
}

.focus\:text-fuchsia-200:focus {
  --tw-text-opacity: 1;
  color: rgba(245, 208, 254, var(--tw-text-opacity));
}

.focus\:text-fuchsia-300:focus {
  --tw-text-opacity: 1;
  color: rgba(240, 171, 252, var(--tw-text-opacity));
}

.focus\:text-fuchsia-400:focus {
  --tw-text-opacity: 1;
  color: rgba(232, 121, 249, var(--tw-text-opacity));
}

.focus\:text-fuchsia-500:focus {
  --tw-text-opacity: 1;
  color: rgba(217, 70, 239, var(--tw-text-opacity));
}

.focus\:text-fuchsia-600:focus {
  --tw-text-opacity: 1;
  color: rgba(192, 38, 211, var(--tw-text-opacity));
}

.focus\:text-fuchsia-700:focus {
  --tw-text-opacity: 1;
  color: rgba(162, 28, 175, var(--tw-text-opacity));
}

.focus\:text-fuchsia-800:focus {
  --tw-text-opacity: 1;
  color: rgba(134, 25, 143, var(--tw-text-opacity));
}

.focus\:text-fuchsia-900:focus {
  --tw-text-opacity: 1;
  color: rgba(112, 26, 117, var(--tw-text-opacity));
}

.focus\:text-violet-50:focus {
  --tw-text-opacity: 1;
  color: rgba(245, 243, 255, var(--tw-text-opacity));
}

.focus\:text-violet-100:focus {
  --tw-text-opacity: 1;
  color: rgba(237, 233, 254, var(--tw-text-opacity));
}

.focus\:text-violet-200:focus {
  --tw-text-opacity: 1;
  color: rgba(221, 214, 254, var(--tw-text-opacity));
}

.focus\:text-violet-300:focus {
  --tw-text-opacity: 1;
  color: rgba(196, 181, 253, var(--tw-text-opacity));
}

.focus\:text-violet-400:focus {
  --tw-text-opacity: 1;
  color: rgba(167, 139, 250, var(--tw-text-opacity));
}

.focus\:text-violet-500:focus {
  --tw-text-opacity: 1;
  color: rgba(139, 92, 246, var(--tw-text-opacity));
}

.focus\:text-violet-600:focus {
  --tw-text-opacity: 1;
  color: rgba(124, 58, 237, var(--tw-text-opacity));
}

.focus\:text-violet-700:focus {
  --tw-text-opacity: 1;
  color: rgba(109, 40, 217, var(--tw-text-opacity));
}

.focus\:text-violet-800:focus {
  --tw-text-opacity: 1;
  color: rgba(91, 33, 182, var(--tw-text-opacity));
}

.focus\:text-violet-900:focus {
  --tw-text-opacity: 1;
  color: rgba(76, 29, 149, var(--tw-text-opacity));
}

.focus\:text-indigo-50:focus {
  --tw-text-opacity: 1;
  color: rgba(238, 242, 255, var(--tw-text-opacity));
}

.focus\:text-indigo-100:focus {
  --tw-text-opacity: 1;
  color: rgba(224, 231, 255, var(--tw-text-opacity));
}

.focus\:text-indigo-200:focus {
  --tw-text-opacity: 1;
  color: rgba(199, 210, 254, var(--tw-text-opacity));
}

.focus\:text-indigo-300:focus {
  --tw-text-opacity: 1;
  color: rgba(165, 180, 252, var(--tw-text-opacity));
}

.focus\:text-indigo-400:focus {
  --tw-text-opacity: 1;
  color: rgba(129, 140, 248, var(--tw-text-opacity));
}

.focus\:text-indigo-500:focus {
  --tw-text-opacity: 1;
  color: rgba(99, 102, 241, var(--tw-text-opacity));
}

.focus\:text-indigo-600:focus {
  --tw-text-opacity: 1;
  color: rgba(79, 70, 229, var(--tw-text-opacity));
}

.focus\:text-indigo-700:focus {
  --tw-text-opacity: 1;
  color: rgba(67, 56, 202, var(--tw-text-opacity));
}

.focus\:text-indigo-800:focus {
  --tw-text-opacity: 1;
  color: rgba(55, 48, 163, var(--tw-text-opacity));
}

.focus\:text-indigo-900:focus {
  --tw-text-opacity: 1;
  color: rgba(49, 46, 129, var(--tw-text-opacity));
}

.focus\:text-lightBlue-50:focus {
  --tw-text-opacity: 1;
  color: rgba(240, 249, 255, var(--tw-text-opacity));
}

.focus\:text-lightBlue-100:focus {
  --tw-text-opacity: 1;
  color: rgba(224, 242, 254, var(--tw-text-opacity));
}

.focus\:text-lightBlue-200:focus {
  --tw-text-opacity: 1;
  color: rgba(186, 230, 253, var(--tw-text-opacity));
}

.focus\:text-lightBlue-300:focus {
  --tw-text-opacity: 1;
  color: rgba(125, 211, 252, var(--tw-text-opacity));
}

.focus\:text-lightBlue-400:focus {
  --tw-text-opacity: 1;
  color: rgba(56, 189, 248, var(--tw-text-opacity));
}

.focus\:text-lightBlue-500:focus {
  --tw-text-opacity: 1;
  color: rgba(14, 165, 233, var(--tw-text-opacity));
}

.focus\:text-lightBlue-600:focus {
  --tw-text-opacity: 1;
  color: rgba(2, 132, 199, var(--tw-text-opacity));
}

.focus\:text-lightBlue-700:focus {
  --tw-text-opacity: 1;
  color: rgba(3, 105, 161, var(--tw-text-opacity));
}

.focus\:text-lightBlue-800:focus {
  --tw-text-opacity: 1;
  color: rgba(7, 89, 133, var(--tw-text-opacity));
}

.focus\:text-lightBlue-900:focus {
  --tw-text-opacity: 1;
  color: rgba(12, 74, 110, var(--tw-text-opacity));
}

.focus\:text-cyan-50:focus {
  --tw-text-opacity: 1;
  color: rgba(236, 254, 255, var(--tw-text-opacity));
}

.focus\:text-cyan-100:focus {
  --tw-text-opacity: 1;
  color: rgba(207, 250, 254, var(--tw-text-opacity));
}

.focus\:text-cyan-200:focus {
  --tw-text-opacity: 1;
  color: rgba(165, 243, 252, var(--tw-text-opacity));
}

.focus\:text-cyan-300:focus {
  --tw-text-opacity: 1;
  color: rgba(103, 232, 249, var(--tw-text-opacity));
}

.focus\:text-cyan-400:focus {
  --tw-text-opacity: 1;
  color: rgba(34, 211, 238, var(--tw-text-opacity));
}

.focus\:text-cyan-500:focus {
  --tw-text-opacity: 1;
  color: rgba(6, 182, 212, var(--tw-text-opacity));
}

.focus\:text-cyan-600:focus {
  --tw-text-opacity: 1;
  color: rgba(8, 145, 178, var(--tw-text-opacity));
}

.focus\:text-cyan-700:focus {
  --tw-text-opacity: 1;
  color: rgba(14, 116, 144, var(--tw-text-opacity));
}

.focus\:text-cyan-800:focus {
  --tw-text-opacity: 1;
  color: rgba(21, 94, 117, var(--tw-text-opacity));
}

.focus\:text-cyan-900:focus {
  --tw-text-opacity: 1;
  color: rgba(22, 78, 99, var(--tw-text-opacity));
}

.focus\:text-teal-50:focus {
  --tw-text-opacity: 1;
  color: rgba(240, 253, 250, var(--tw-text-opacity));
}

.focus\:text-teal-100:focus {
  --tw-text-opacity: 1;
  color: rgba(204, 251, 241, var(--tw-text-opacity));
}

.focus\:text-teal-200:focus {
  --tw-text-opacity: 1;
  color: rgba(153, 246, 228, var(--tw-text-opacity));
}

.focus\:text-teal-300:focus {
  --tw-text-opacity: 1;
  color: rgba(94, 234, 212, var(--tw-text-opacity));
}

.focus\:text-teal-400:focus {
  --tw-text-opacity: 1;
  color: rgba(45, 212, 191, var(--tw-text-opacity));
}

.focus\:text-teal-500:focus {
  --tw-text-opacity: 1;
  color: rgba(20, 184, 166, var(--tw-text-opacity));
}

.focus\:text-teal-600:focus {
  --tw-text-opacity: 1;
  color: rgba(13, 148, 136, var(--tw-text-opacity));
}

.focus\:text-teal-700:focus {
  --tw-text-opacity: 1;
  color: rgba(15, 118, 110, var(--tw-text-opacity));
}

.focus\:text-teal-800:focus {
  --tw-text-opacity: 1;
  color: rgba(17, 94, 89, var(--tw-text-opacity));
}

.focus\:text-teal-900:focus {
  --tw-text-opacity: 1;
  color: rgba(19, 78, 74, var(--tw-text-opacity));
}

.focus\:text-emerald-50:focus {
  --tw-text-opacity: 1;
  color: rgba(236, 253, 245, var(--tw-text-opacity));
}

.focus\:text-emerald-100:focus {
  --tw-text-opacity: 1;
  color: rgba(209, 250, 229, var(--tw-text-opacity));
}

.focus\:text-emerald-200:focus {
  --tw-text-opacity: 1;
  color: rgba(167, 243, 208, var(--tw-text-opacity));
}

.focus\:text-emerald-300:focus {
  --tw-text-opacity: 1;
  color: rgba(110, 231, 183, var(--tw-text-opacity));
}

.focus\:text-emerald-400:focus {
  --tw-text-opacity: 1;
  color: rgba(52, 211, 153, var(--tw-text-opacity));
}

.focus\:text-emerald-500:focus {
  --tw-text-opacity: 1;
  color: rgba(16, 185, 129, var(--tw-text-opacity));
}

.focus\:text-emerald-600:focus {
  --tw-text-opacity: 1;
  color: rgba(5, 150, 105, var(--tw-text-opacity));
}

.focus\:text-emerald-700:focus {
  --tw-text-opacity: 1;
  color: rgba(4, 120, 87, var(--tw-text-opacity));
}

.focus\:text-emerald-800:focus {
  --tw-text-opacity: 1;
  color: rgba(6, 95, 70, var(--tw-text-opacity));
}

.focus\:text-emerald-900:focus {
  --tw-text-opacity: 1;
  color: rgba(6, 78, 59, var(--tw-text-opacity));
}

.focus\:text-green-50:focus {
  --tw-text-opacity: 1;
  color: rgba(240, 253, 244, var(--tw-text-opacity));
}

.focus\:text-green-100:focus {
  --tw-text-opacity: 1;
  color: rgba(220, 252, 231, var(--tw-text-opacity));
}

.focus\:text-green-200:focus {
  --tw-text-opacity: 1;
  color: rgba(187, 247, 208, var(--tw-text-opacity));
}

.focus\:text-green-300:focus {
  --tw-text-opacity: 1;
  color: rgba(134, 239, 172, var(--tw-text-opacity));
}

.focus\:text-green-400:focus {
  --tw-text-opacity: 1;
  color: rgba(74, 222, 128, var(--tw-text-opacity));
}

.focus\:text-green-500:focus {
  --tw-text-opacity: 1;
  color: rgba(34, 197, 94, var(--tw-text-opacity));
}

.focus\:text-green-600:focus {
  --tw-text-opacity: 1;
  color: rgba(22, 163, 74, var(--tw-text-opacity));
}

.focus\:text-green-700:focus {
  --tw-text-opacity: 1;
  color: rgba(21, 128, 61, var(--tw-text-opacity));
}

.focus\:text-green-800:focus {
  --tw-text-opacity: 1;
  color: rgba(22, 101, 52, var(--tw-text-opacity));
}

.focus\:text-green-900:focus {
  --tw-text-opacity: 1;
  color: rgba(20, 83, 45, var(--tw-text-opacity));
}

.focus\:text-lime-50:focus {
  --tw-text-opacity: 1;
  color: rgba(247, 254, 231, var(--tw-text-opacity));
}

.focus\:text-lime-100:focus {
  --tw-text-opacity: 1;
  color: rgba(236, 252, 203, var(--tw-text-opacity));
}

.focus\:text-lime-200:focus {
  --tw-text-opacity: 1;
  color: rgba(217, 249, 157, var(--tw-text-opacity));
}

.focus\:text-lime-300:focus {
  --tw-text-opacity: 1;
  color: rgba(190, 242, 100, var(--tw-text-opacity));
}

.focus\:text-lime-400:focus {
  --tw-text-opacity: 1;
  color: rgba(163, 230, 53, var(--tw-text-opacity));
}

.focus\:text-lime-500:focus {
  --tw-text-opacity: 1;
  color: rgba(132, 204, 22, var(--tw-text-opacity));
}

.focus\:text-lime-600:focus {
  --tw-text-opacity: 1;
  color: rgba(101, 163, 13, var(--tw-text-opacity));
}

.focus\:text-lime-700:focus {
  --tw-text-opacity: 1;
  color: rgba(77, 124, 15, var(--tw-text-opacity));
}

.focus\:text-lime-800:focus {
  --tw-text-opacity: 1;
  color: rgba(63, 98, 18, var(--tw-text-opacity));
}

.focus\:text-lime-900:focus {
  --tw-text-opacity: 1;
  color: rgba(54, 83, 20, var(--tw-text-opacity));
}

.focus\:text-yellow-50:focus {
  --tw-text-opacity: 1;
  color: rgba(254, 252, 232, var(--tw-text-opacity));
}

.focus\:text-yellow-100:focus {
  --tw-text-opacity: 1;
  color: rgba(254, 249, 195, var(--tw-text-opacity));
}

.focus\:text-yellow-200:focus {
  --tw-text-opacity: 1;
  color: rgba(254, 240, 138, var(--tw-text-opacity));
}

.focus\:text-yellow-300:focus {
  --tw-text-opacity: 1;
  color: rgba(253, 224, 71, var(--tw-text-opacity));
}

.focus\:text-yellow-400:focus {
  --tw-text-opacity: 1;
  color: rgba(250, 204, 21, var(--tw-text-opacity));
}

.focus\:text-yellow-500:focus {
  --tw-text-opacity: 1;
  color: rgba(234, 179, 8, var(--tw-text-opacity));
}

.focus\:text-yellow-600:focus {
  --tw-text-opacity: 1;
  color: rgba(202, 138, 4, var(--tw-text-opacity));
}

.focus\:text-yellow-700:focus {
  --tw-text-opacity: 1;
  color: rgba(161, 98, 7, var(--tw-text-opacity));
}

.focus\:text-yellow-800:focus {
  --tw-text-opacity: 1;
  color: rgba(133, 77, 14, var(--tw-text-opacity));
}

.focus\:text-yellow-900:focus {
  --tw-text-opacity: 1;
  color: rgba(113, 63, 18, var(--tw-text-opacity));
}

.focus\:text-amber-50:focus {
  --tw-text-opacity: 1;
  color: rgba(255, 251, 235, var(--tw-text-opacity));
}

.focus\:text-amber-100:focus {
  --tw-text-opacity: 1;
  color: rgba(254, 243, 199, var(--tw-text-opacity));
}

.focus\:text-amber-200:focus {
  --tw-text-opacity: 1;
  color: rgba(253, 230, 138, var(--tw-text-opacity));
}

.focus\:text-amber-300:focus {
  --tw-text-opacity: 1;
  color: rgba(252, 211, 77, var(--tw-text-opacity));
}

.focus\:text-amber-400:focus {
  --tw-text-opacity: 1;
  color: rgba(251, 191, 36, var(--tw-text-opacity));
}

.focus\:text-amber-500:focus {
  --tw-text-opacity: 1;
  color: rgba(245, 158, 11, var(--tw-text-opacity));
}

.focus\:text-amber-600:focus {
  --tw-text-opacity: 1;
  color: rgba(217, 119, 6, var(--tw-text-opacity));
}

.focus\:text-amber-700:focus {
  --tw-text-opacity: 1;
  color: rgba(180, 83, 9, var(--tw-text-opacity));
}

.focus\:text-amber-800:focus {
  --tw-text-opacity: 1;
  color: rgba(146, 64, 14, var(--tw-text-opacity));
}

.focus\:text-amber-900:focus {
  --tw-text-opacity: 1;
  color: rgba(120, 53, 15, var(--tw-text-opacity));
}

.focus\:text-orange-50:focus {
  --tw-text-opacity: 1;
  color: rgba(255, 247, 237, var(--tw-text-opacity));
}

.focus\:text-orange-100:focus {
  --tw-text-opacity: 1;
  color: rgba(255, 237, 213, var(--tw-text-opacity));
}

.focus\:text-orange-200:focus {
  --tw-text-opacity: 1;
  color: rgba(254, 215, 170, var(--tw-text-opacity));
}

.focus\:text-orange-300:focus {
  --tw-text-opacity: 1;
  color: rgba(253, 186, 116, var(--tw-text-opacity));
}

.focus\:text-orange-400:focus {
  --tw-text-opacity: 1;
  color: rgba(251, 146, 60, var(--tw-text-opacity));
}

.focus\:text-orange-500:focus {
  --tw-text-opacity: 1;
  color: rgba(249, 115, 22, var(--tw-text-opacity));
}

.focus\:text-orange-600:focus {
  --tw-text-opacity: 1;
  color: rgba(234, 88, 12, var(--tw-text-opacity));
}

.focus\:text-orange-700:focus {
  --tw-text-opacity: 1;
  color: rgba(194, 65, 12, var(--tw-text-opacity));
}

.focus\:text-orange-800:focus {
  --tw-text-opacity: 1;
  color: rgba(154, 52, 18, var(--tw-text-opacity));
}

.focus\:text-orange-900:focus {
  --tw-text-opacity: 1;
  color: rgba(124, 45, 18, var(--tw-text-opacity));
}

.focus\:text-red-50:focus {
  --tw-text-opacity: 1;
  color: rgba(254, 242, 242, var(--tw-text-opacity));
}

.focus\:text-red-100:focus {
  --tw-text-opacity: 1;
  color: rgba(254, 226, 226, var(--tw-text-opacity));
}

.focus\:text-red-200:focus {
  --tw-text-opacity: 1;
  color: rgba(254, 202, 202, var(--tw-text-opacity));
}

.focus\:text-red-300:focus {
  --tw-text-opacity: 1;
  color: rgba(252, 165, 165, var(--tw-text-opacity));
}

.focus\:text-red-400:focus {
  --tw-text-opacity: 1;
  color: rgba(248, 113, 113, var(--tw-text-opacity));
}

.focus\:text-red-500:focus {
  --tw-text-opacity: 1;
  color: rgba(239, 68, 68, var(--tw-text-opacity));
}

.focus\:text-red-600:focus {
  --tw-text-opacity: 1;
  color: rgba(220, 38, 38, var(--tw-text-opacity));
}

.focus\:text-red-700:focus {
  --tw-text-opacity: 1;
  color: rgba(185, 28, 28, var(--tw-text-opacity));
}

.focus\:text-red-800:focus {
  --tw-text-opacity: 1;
  color: rgba(153, 27, 27, var(--tw-text-opacity));
}

.focus\:text-red-900:focus {
  --tw-text-opacity: 1;
  color: rgba(127, 29, 29, var(--tw-text-opacity));
}

.focus\:text-warmGray-50:focus {
  --tw-text-opacity: 1;
  color: rgba(250, 250, 249, var(--tw-text-opacity));
}

.focus\:text-warmGray-100:focus {
  --tw-text-opacity: 1;
  color: rgba(245, 245, 244, var(--tw-text-opacity));
}

.focus\:text-warmGray-200:focus {
  --tw-text-opacity: 1;
  color: rgba(231, 229, 228, var(--tw-text-opacity));
}

.focus\:text-warmGray-300:focus {
  --tw-text-opacity: 1;
  color: rgba(214, 211, 209, var(--tw-text-opacity));
}

.focus\:text-warmGray-400:focus {
  --tw-text-opacity: 1;
  color: rgba(168, 162, 158, var(--tw-text-opacity));
}

.focus\:text-warmGray-500:focus {
  --tw-text-opacity: 1;
  color: rgba(120, 113, 108, var(--tw-text-opacity));
}

.focus\:text-warmGray-600:focus {
  --tw-text-opacity: 1;
  color: rgba(87, 83, 78, var(--tw-text-opacity));
}

.focus\:text-warmGray-700:focus {
  --tw-text-opacity: 1;
  color: rgba(68, 64, 60, var(--tw-text-opacity));
}

.focus\:text-warmGray-800:focus {
  --tw-text-opacity: 1;
  color: rgba(41, 37, 36, var(--tw-text-opacity));
}

.focus\:text-warmGray-900:focus {
  --tw-text-opacity: 1;
  color: rgba(28, 25, 23, var(--tw-text-opacity));
}

.focus\:text-trueGray-50:focus {
  --tw-text-opacity: 1;
  color: rgba(250, 250, 250, var(--tw-text-opacity));
}

.focus\:text-trueGray-100:focus {
  --tw-text-opacity: 1;
  color: rgba(245, 245, 245, var(--tw-text-opacity));
}

.focus\:text-trueGray-200:focus {
  --tw-text-opacity: 1;
  color: rgba(229, 229, 229, var(--tw-text-opacity));
}

.focus\:text-trueGray-300:focus {
  --tw-text-opacity: 1;
  color: rgba(212, 212, 212, var(--tw-text-opacity));
}

.focus\:text-trueGray-400:focus {
  --tw-text-opacity: 1;
  color: rgba(163, 163, 163, var(--tw-text-opacity));
}

.focus\:text-trueGray-500:focus {
  --tw-text-opacity: 1;
  color: rgba(115, 115, 115, var(--tw-text-opacity));
}

.focus\:text-trueGray-600:focus {
  --tw-text-opacity: 1;
  color: rgba(82, 82, 82, var(--tw-text-opacity));
}

.focus\:text-trueGray-700:focus {
  --tw-text-opacity: 1;
  color: rgba(64, 64, 64, var(--tw-text-opacity));
}

.focus\:text-trueGray-800:focus {
  --tw-text-opacity: 1;
  color: rgba(38, 38, 38, var(--tw-text-opacity));
}

.focus\:text-trueGray-900:focus {
  --tw-text-opacity: 1;
  color: rgba(23, 23, 23, var(--tw-text-opacity));
}

.focus\:text-gray-50:focus {
  --tw-text-opacity: 1;
  color: rgba(250, 250, 250, var(--tw-text-opacity));
}

.focus\:text-gray-100:focus {
  --tw-text-opacity: 1;
  color: rgba(244, 244, 245, var(--tw-text-opacity));
}

.focus\:text-gray-200:focus {
  --tw-text-opacity: 1;
  color: rgba(228, 228, 231, var(--tw-text-opacity));
}

.focus\:text-gray-300:focus {
  --tw-text-opacity: 1;
  color: rgba(212, 212, 216, var(--tw-text-opacity));
}

.focus\:text-gray-400:focus {
  --tw-text-opacity: 1;
  color: rgba(161, 161, 170, var(--tw-text-opacity));
}

.focus\:text-gray-500:focus {
  --tw-text-opacity: 1;
  color: rgba(113, 113, 122, var(--tw-text-opacity));
}

.focus\:text-gray-600:focus {
  --tw-text-opacity: 1;
  color: rgba(82, 82, 91, var(--tw-text-opacity));
}

.focus\:text-gray-700:focus {
  --tw-text-opacity: 1;
  color: rgba(63, 63, 70, var(--tw-text-opacity));
}

.focus\:text-gray-800:focus {
  --tw-text-opacity: 1;
  color: rgba(39, 39, 42, var(--tw-text-opacity));
}

.focus\:text-gray-900:focus {
  --tw-text-opacity: 1;
  color: rgba(24, 24, 27, var(--tw-text-opacity));
}

.focus\:text-coolGray-50:focus {
  --tw-text-opacity: 1;
  color: rgba(249, 250, 251, var(--tw-text-opacity));
}

.focus\:text-coolGray-100:focus {
  --tw-text-opacity: 1;
  color: rgba(243, 244, 246, var(--tw-text-opacity));
}

.focus\:text-coolGray-200:focus {
  --tw-text-opacity: 1;
  color: rgba(229, 231, 235, var(--tw-text-opacity));
}

.focus\:text-coolGray-300:focus {
  --tw-text-opacity: 1;
  color: rgba(209, 213, 219, var(--tw-text-opacity));
}

.focus\:text-coolGray-400:focus {
  --tw-text-opacity: 1;
  color: rgba(156, 163, 175, var(--tw-text-opacity));
}

.focus\:text-coolGray-500:focus {
  --tw-text-opacity: 1;
  color: rgba(107, 114, 128, var(--tw-text-opacity));
}

.focus\:text-coolGray-600:focus {
  --tw-text-opacity: 1;
  color: rgba(75, 85, 99, var(--tw-text-opacity));
}

.focus\:text-coolGray-700:focus {
  --tw-text-opacity: 1;
  color: rgba(55, 65, 81, var(--tw-text-opacity));
}

.focus\:text-coolGray-800:focus {
  --tw-text-opacity: 1;
  color: rgba(31, 41, 55, var(--tw-text-opacity));
}

.focus\:text-coolGray-900:focus {
  --tw-text-opacity: 1;
  color: rgba(17, 24, 39, var(--tw-text-opacity));
}

.focus\:text-blueGray-50:focus {
  --tw-text-opacity: 1;
  color: rgba(248, 250, 252, var(--tw-text-opacity));
}

.focus\:text-blueGray-100:focus {
  --tw-text-opacity: 1;
  color: rgba(241, 245, 249, var(--tw-text-opacity));
}

.focus\:text-blueGray-200:focus {
  --tw-text-opacity: 1;
  color: rgba(226, 232, 240, var(--tw-text-opacity));
}

.focus\:text-blueGray-300:focus {
  --tw-text-opacity: 1;
  color: rgba(203, 213, 225, var(--tw-text-opacity));
}

.focus\:text-blueGray-400:focus {
  --tw-text-opacity: 1;
  color: rgba(148, 163, 184, var(--tw-text-opacity));
}

.focus\:text-blueGray-500:focus {
  --tw-text-opacity: 1;
  color: rgba(100, 116, 139, var(--tw-text-opacity));
}

.focus\:text-blueGray-600:focus {
  --tw-text-opacity: 1;
  color: rgba(71, 85, 105, var(--tw-text-opacity));
}

.focus\:text-blueGray-700:focus {
  --tw-text-opacity: 1;
  color: rgba(51, 65, 85, var(--tw-text-opacity));
}

.focus\:text-blueGray-800:focus {
  --tw-text-opacity: 1;
  color: rgba(30, 41, 59, var(--tw-text-opacity));
}

.focus\:text-blueGray-900:focus {
  --tw-text-opacity: 1;
  color: rgba(15, 23, 42, var(--tw-text-opacity));
}

.focus-visible\:text-current:focus-visible {
  color: currentColor;
}

.focus-visible\:text-transparent:focus-visible {
  color: transparent;
}

.focus-visible\:text-falcon:focus-visible {
  color: var(--falcon);
}

.focus-visible\:text-basement:focus-visible {
  color: var(--basement);
}

.focus-visible\:text-blue-50:focus-visible {
  --tw-text-opacity: 1;
  color: rgba(239, 246, 255, var(--tw-text-opacity));
}

.focus-visible\:text-blue-100:focus-visible {
  --tw-text-opacity: 1;
  color: rgba(219, 234, 254, var(--tw-text-opacity));
}

.focus-visible\:text-blue-200:focus-visible {
  --tw-text-opacity: 1;
  color: rgba(191, 219, 254, var(--tw-text-opacity));
}

.focus-visible\:text-blue-300:focus-visible {
  --tw-text-opacity: 1;
  color: rgba(147, 197, 253, var(--tw-text-opacity));
}

.focus-visible\:text-blue-400:focus-visible {
  --tw-text-opacity: 1;
  color: rgba(96, 165, 250, var(--tw-text-opacity));
}

.focus-visible\:text-blue-500:focus-visible {
  --tw-text-opacity: 1;
  color: rgba(59, 130, 246, var(--tw-text-opacity));
}

.focus-visible\:text-blue-600:focus-visible {
  --tw-text-opacity: 1;
  color: rgba(37, 99, 235, var(--tw-text-opacity));
}

.focus-visible\:text-blue-700:focus-visible {
  --tw-text-opacity: 1;
  color: rgba(29, 78, 216, var(--tw-text-opacity));
}

.focus-visible\:text-blue-800:focus-visible {
  --tw-text-opacity: 1;
  color: rgba(30, 64, 175, var(--tw-text-opacity));
}

.focus-visible\:text-blue-900:focus-visible {
  --tw-text-opacity: 1;
  color: rgba(30, 58, 138, var(--tw-text-opacity));
}

.focus-visible\:text-body-and-labels:focus-visible {
  color: var(--body-and-labels);
}

.focus-visible\:text-brand:focus-visible {
  color: var(--brand);
}

.focus-visible\:text-code-base-64:focus-visible {
  color: var(--code-base-64);
}

.focus-visible\:text-code-bg:focus-visible {
  color: var(--code-bg);
}

.focus-visible\:text-code-outline:focus-visible {
  color: var(--code-outline);
}

.focus-visible\:text-code-text:focus-visible {
  color: var(--code-text);
}

.focus-visible\:text-critical:focus-visible {
  color: var(--critical);
}

.focus-visible\:text-destructive-hover:focus-visible {
  color: var(--destructive-hover);
}

.focus-visible\:text-destructive-idle:focus-visible {
  color: var(--destructive-idle);
}

.focus-visible\:text-destructive-pressed:focus-visible {
  color: var(--destructive-pressed);
}

.focus-visible\:text-disabled:focus-visible {
  color: var(--disabled);
}

.focus-visible\:text-disc-operations:focus-visible {
  color: var(--disc-operations);
}

.focus-visible\:text-dns-requests:focus-visible {
  color: var(--dns-requests);
}

.focus-visible\:text-focus:focus-visible {
  color: var(--focus);
}

.focus-visible\:text-graph-1:focus-visible {
  color: var(--graph-1);
}

.focus-visible\:text-graph-10:focus-visible {
  color: var(--graph-10);
}

.focus-visible\:text-graph-11:focus-visible {
  color: var(--graph-11);
}

.focus-visible\:text-graph-2:focus-visible {
  color: var(--graph-2);
}

.focus-visible\:text-graph-3:focus-visible {
  color: var(--graph-3);
}

.focus-visible\:text-graph-4:focus-visible {
  color: var(--graph-4);
}

.focus-visible\:text-graph-5:focus-visible {
  color: var(--graph-5);
}

.focus-visible\:text-graph-6:focus-visible {
  color: var(--graph-6);
}

.focus-visible\:text-graph-7:focus-visible {
  color: var(--graph-7);
}

.focus-visible\:text-graph-8:focus-visible {
  color: var(--graph-8);
}

.focus-visible\:text-graph-9:focus-visible {
  color: var(--graph-9);
}

.focus-visible\:text-graph-disabled:focus-visible {
  color: var(--graph-disabled);
}

.focus-visible\:text-ground-floor:focus-visible {
  color: var(--ground-floor);
}

.focus-visible\:text-high:focus-visible {
  color: var(--high);
}

.focus-visible\:text-informational:focus-visible {
  color: var(--informational);
}

.focus-visible\:text-lines-dark:focus-visible {
  color: var(--lines-dark);
}

.focus-visible\:text-lines-light:focus-visible {
  color: var(--lines-light);
}

.focus-visible\:text-low:focus-visible {
  color: var(--low);
}

.focus-visible\:text-medium:focus-visible {
  color: var(--medium);
}

.focus-visible\:text-mezzanine:focus-visible {
  color: var(--mezzanine);
}

.focus-visible\:text-nav-text-and-icons:focus-visible {
  color: var(--nav-text-and-icons);
}

.focus-visible\:text-nav-text-secondary:focus-visible {
  color: var(--nav-text-secondary);
}

.focus-visible\:text-network-operations:focus-visible {
  color: var(--network-operations);
}

.focus-visible\:text-normal-hover:focus-visible {
  color: var(--normal-hover);
}

.focus-visible\:text-normal-idle:focus-visible {
  color: var(--normal-idle);
}

.focus-visible\:text-normal-pressed:focus-visible {
  color: var(--normal-pressed);
}

.focus-visible\:text-overlay-0\.5:focus-visible {
  color: var(--overlay-0\.5);
}

.focus-visible\:text-overlay-1:focus-visible {
  color: var(--overlay-1);
}

.focus-visible\:text-overlay-2:focus-visible {
  color: var(--overlay-2);
}

.focus-visible\:text-positive:focus-visible {
  color: var(--positive);
}

.focus-visible\:text-primary-hover:focus-visible {
  color: var(--primary-hover);
}

.focus-visible\:text-primary-idle:focus-visible {
  color: var(--primary-idle);
}

.focus-visible\:text-primary-pressed:focus-visible {
  color: var(--primary-pressed);
}

.focus-visible\:text-process-operations:focus-visible {
  color: var(--process-operations);
}

.focus-visible\:text-purple-50:focus-visible {
  --tw-text-opacity: 1;
  color: rgba(250, 245, 255, var(--tw-text-opacity));
}

.focus-visible\:text-purple-100:focus-visible {
  --tw-text-opacity: 1;
  color: rgba(243, 232, 255, var(--tw-text-opacity));
}

.focus-visible\:text-purple-200:focus-visible {
  --tw-text-opacity: 1;
  color: rgba(233, 213, 255, var(--tw-text-opacity));
}

.focus-visible\:text-purple-300:focus-visible {
  --tw-text-opacity: 1;
  color: rgba(216, 180, 254, var(--tw-text-opacity));
}

.focus-visible\:text-purple-400:focus-visible {
  --tw-text-opacity: 1;
  color: rgba(192, 132, 252, var(--tw-text-opacity));
}

.focus-visible\:text-purple-500:focus-visible {
  --tw-text-opacity: 1;
  color: rgba(168, 85, 247, var(--tw-text-opacity));
}

.focus-visible\:text-purple-600:focus-visible {
  --tw-text-opacity: 1;
  color: rgba(147, 51, 234, var(--tw-text-opacity));
}

.focus-visible\:text-purple-700:focus-visible {
  --tw-text-opacity: 1;
  color: rgba(126, 34, 206, var(--tw-text-opacity));
}

.focus-visible\:text-purple-800:focus-visible {
  --tw-text-opacity: 1;
  color: rgba(107, 33, 168, var(--tw-text-opacity));
}

.focus-visible\:text-purple-900:focus-visible {
  --tw-text-opacity: 1;
  color: rgba(88, 28, 135, var(--tw-text-opacity));
}

.focus-visible\:text-registry-operations:focus-visible {
  color: var(--registry-operations);
}

.focus-visible\:text-selected:focus-visible {
  color: var(--selected);
}

.focus-visible\:text-surface-2xl:focus-visible {
  color: var(--surface-2xl);
}

.focus-visible\:text-surface-base:focus-visible {
  color: var(--surface-base);
}

.focus-visible\:text-surface-inner:focus-visible {
  color: var(--surface-inner);
}

.focus-visible\:text-surface-lg:focus-visible {
  color: var(--surface-lg);
}

.focus-visible\:text-surface-md:focus-visible {
  color: var(--surface-md);
}

.focus-visible\:text-surface-xl:focus-visible {
  color: var(--surface-xl);
}

.focus-visible\:text-text-and-icons:focus-visible {
  color: var(--text-and-icons);
}

.focus-visible\:text-titles-and-attributes:focus-visible {
  color: var(--titles-and-attributes);
}

.focus-visible\:text-black:focus-visible {
  --tw-text-opacity: 1;
  color: rgba(0, 0, 0, var(--tw-text-opacity));
}

.focus-visible\:text-white:focus-visible {
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
}

.focus-visible\:text-rose-50:focus-visible {
  --tw-text-opacity: 1;
  color: rgba(255, 241, 242, var(--tw-text-opacity));
}

.focus-visible\:text-rose-100:focus-visible {
  --tw-text-opacity: 1;
  color: rgba(255, 228, 230, var(--tw-text-opacity));
}

.focus-visible\:text-rose-200:focus-visible {
  --tw-text-opacity: 1;
  color: rgba(254, 205, 211, var(--tw-text-opacity));
}

.focus-visible\:text-rose-300:focus-visible {
  --tw-text-opacity: 1;
  color: rgba(253, 164, 175, var(--tw-text-opacity));
}

.focus-visible\:text-rose-400:focus-visible {
  --tw-text-opacity: 1;
  color: rgba(251, 113, 133, var(--tw-text-opacity));
}

.focus-visible\:text-rose-500:focus-visible {
  --tw-text-opacity: 1;
  color: rgba(244, 63, 94, var(--tw-text-opacity));
}

.focus-visible\:text-rose-600:focus-visible {
  --tw-text-opacity: 1;
  color: rgba(225, 29, 72, var(--tw-text-opacity));
}

.focus-visible\:text-rose-700:focus-visible {
  --tw-text-opacity: 1;
  color: rgba(190, 18, 60, var(--tw-text-opacity));
}

.focus-visible\:text-rose-800:focus-visible {
  --tw-text-opacity: 1;
  color: rgba(159, 18, 57, var(--tw-text-opacity));
}

.focus-visible\:text-rose-900:focus-visible {
  --tw-text-opacity: 1;
  color: rgba(136, 19, 55, var(--tw-text-opacity));
}

.focus-visible\:text-pink-50:focus-visible {
  --tw-text-opacity: 1;
  color: rgba(253, 242, 248, var(--tw-text-opacity));
}

.focus-visible\:text-pink-100:focus-visible {
  --tw-text-opacity: 1;
  color: rgba(252, 231, 243, var(--tw-text-opacity));
}

.focus-visible\:text-pink-200:focus-visible {
  --tw-text-opacity: 1;
  color: rgba(251, 207, 232, var(--tw-text-opacity));
}

.focus-visible\:text-pink-300:focus-visible {
  --tw-text-opacity: 1;
  color: rgba(249, 168, 212, var(--tw-text-opacity));
}

.focus-visible\:text-pink-400:focus-visible {
  --tw-text-opacity: 1;
  color: rgba(244, 114, 182, var(--tw-text-opacity));
}

.focus-visible\:text-pink-500:focus-visible {
  --tw-text-opacity: 1;
  color: rgba(236, 72, 153, var(--tw-text-opacity));
}

.focus-visible\:text-pink-600:focus-visible {
  --tw-text-opacity: 1;
  color: rgba(219, 39, 119, var(--tw-text-opacity));
}

.focus-visible\:text-pink-700:focus-visible {
  --tw-text-opacity: 1;
  color: rgba(190, 24, 93, var(--tw-text-opacity));
}

.focus-visible\:text-pink-800:focus-visible {
  --tw-text-opacity: 1;
  color: rgba(157, 23, 77, var(--tw-text-opacity));
}

.focus-visible\:text-pink-900:focus-visible {
  --tw-text-opacity: 1;
  color: rgba(131, 24, 67, var(--tw-text-opacity));
}

.focus-visible\:text-fuchsia-50:focus-visible {
  --tw-text-opacity: 1;
  color: rgba(253, 244, 255, var(--tw-text-opacity));
}

.focus-visible\:text-fuchsia-100:focus-visible {
  --tw-text-opacity: 1;
  color: rgba(250, 232, 255, var(--tw-text-opacity));
}

.focus-visible\:text-fuchsia-200:focus-visible {
  --tw-text-opacity: 1;
  color: rgba(245, 208, 254, var(--tw-text-opacity));
}

.focus-visible\:text-fuchsia-300:focus-visible {
  --tw-text-opacity: 1;
  color: rgba(240, 171, 252, var(--tw-text-opacity));
}

.focus-visible\:text-fuchsia-400:focus-visible {
  --tw-text-opacity: 1;
  color: rgba(232, 121, 249, var(--tw-text-opacity));
}

.focus-visible\:text-fuchsia-500:focus-visible {
  --tw-text-opacity: 1;
  color: rgba(217, 70, 239, var(--tw-text-opacity));
}

.focus-visible\:text-fuchsia-600:focus-visible {
  --tw-text-opacity: 1;
  color: rgba(192, 38, 211, var(--tw-text-opacity));
}

.focus-visible\:text-fuchsia-700:focus-visible {
  --tw-text-opacity: 1;
  color: rgba(162, 28, 175, var(--tw-text-opacity));
}

.focus-visible\:text-fuchsia-800:focus-visible {
  --tw-text-opacity: 1;
  color: rgba(134, 25, 143, var(--tw-text-opacity));
}

.focus-visible\:text-fuchsia-900:focus-visible {
  --tw-text-opacity: 1;
  color: rgba(112, 26, 117, var(--tw-text-opacity));
}

.focus-visible\:text-violet-50:focus-visible {
  --tw-text-opacity: 1;
  color: rgba(245, 243, 255, var(--tw-text-opacity));
}

.focus-visible\:text-violet-100:focus-visible {
  --tw-text-opacity: 1;
  color: rgba(237, 233, 254, var(--tw-text-opacity));
}

.focus-visible\:text-violet-200:focus-visible {
  --tw-text-opacity: 1;
  color: rgba(221, 214, 254, var(--tw-text-opacity));
}

.focus-visible\:text-violet-300:focus-visible {
  --tw-text-opacity: 1;
  color: rgba(196, 181, 253, var(--tw-text-opacity));
}

.focus-visible\:text-violet-400:focus-visible {
  --tw-text-opacity: 1;
  color: rgba(167, 139, 250, var(--tw-text-opacity));
}

.focus-visible\:text-violet-500:focus-visible {
  --tw-text-opacity: 1;
  color: rgba(139, 92, 246, var(--tw-text-opacity));
}

.focus-visible\:text-violet-600:focus-visible {
  --tw-text-opacity: 1;
  color: rgba(124, 58, 237, var(--tw-text-opacity));
}

.focus-visible\:text-violet-700:focus-visible {
  --tw-text-opacity: 1;
  color: rgba(109, 40, 217, var(--tw-text-opacity));
}

.focus-visible\:text-violet-800:focus-visible {
  --tw-text-opacity: 1;
  color: rgba(91, 33, 182, var(--tw-text-opacity));
}

.focus-visible\:text-violet-900:focus-visible {
  --tw-text-opacity: 1;
  color: rgba(76, 29, 149, var(--tw-text-opacity));
}

.focus-visible\:text-indigo-50:focus-visible {
  --tw-text-opacity: 1;
  color: rgba(238, 242, 255, var(--tw-text-opacity));
}

.focus-visible\:text-indigo-100:focus-visible {
  --tw-text-opacity: 1;
  color: rgba(224, 231, 255, var(--tw-text-opacity));
}

.focus-visible\:text-indigo-200:focus-visible {
  --tw-text-opacity: 1;
  color: rgba(199, 210, 254, var(--tw-text-opacity));
}

.focus-visible\:text-indigo-300:focus-visible {
  --tw-text-opacity: 1;
  color: rgba(165, 180, 252, var(--tw-text-opacity));
}

.focus-visible\:text-indigo-400:focus-visible {
  --tw-text-opacity: 1;
  color: rgba(129, 140, 248, var(--tw-text-opacity));
}

.focus-visible\:text-indigo-500:focus-visible {
  --tw-text-opacity: 1;
  color: rgba(99, 102, 241, var(--tw-text-opacity));
}

.focus-visible\:text-indigo-600:focus-visible {
  --tw-text-opacity: 1;
  color: rgba(79, 70, 229, var(--tw-text-opacity));
}

.focus-visible\:text-indigo-700:focus-visible {
  --tw-text-opacity: 1;
  color: rgba(67, 56, 202, var(--tw-text-opacity));
}

.focus-visible\:text-indigo-800:focus-visible {
  --tw-text-opacity: 1;
  color: rgba(55, 48, 163, var(--tw-text-opacity));
}

.focus-visible\:text-indigo-900:focus-visible {
  --tw-text-opacity: 1;
  color: rgba(49, 46, 129, var(--tw-text-opacity));
}

.focus-visible\:text-lightBlue-50:focus-visible {
  --tw-text-opacity: 1;
  color: rgba(240, 249, 255, var(--tw-text-opacity));
}

.focus-visible\:text-lightBlue-100:focus-visible {
  --tw-text-opacity: 1;
  color: rgba(224, 242, 254, var(--tw-text-opacity));
}

.focus-visible\:text-lightBlue-200:focus-visible {
  --tw-text-opacity: 1;
  color: rgba(186, 230, 253, var(--tw-text-opacity));
}

.focus-visible\:text-lightBlue-300:focus-visible {
  --tw-text-opacity: 1;
  color: rgba(125, 211, 252, var(--tw-text-opacity));
}

.focus-visible\:text-lightBlue-400:focus-visible {
  --tw-text-opacity: 1;
  color: rgba(56, 189, 248, var(--tw-text-opacity));
}

.focus-visible\:text-lightBlue-500:focus-visible {
  --tw-text-opacity: 1;
  color: rgba(14, 165, 233, var(--tw-text-opacity));
}

.focus-visible\:text-lightBlue-600:focus-visible {
  --tw-text-opacity: 1;
  color: rgba(2, 132, 199, var(--tw-text-opacity));
}

.focus-visible\:text-lightBlue-700:focus-visible {
  --tw-text-opacity: 1;
  color: rgba(3, 105, 161, var(--tw-text-opacity));
}

.focus-visible\:text-lightBlue-800:focus-visible {
  --tw-text-opacity: 1;
  color: rgba(7, 89, 133, var(--tw-text-opacity));
}

.focus-visible\:text-lightBlue-900:focus-visible {
  --tw-text-opacity: 1;
  color: rgba(12, 74, 110, var(--tw-text-opacity));
}

.focus-visible\:text-cyan-50:focus-visible {
  --tw-text-opacity: 1;
  color: rgba(236, 254, 255, var(--tw-text-opacity));
}

.focus-visible\:text-cyan-100:focus-visible {
  --tw-text-opacity: 1;
  color: rgba(207, 250, 254, var(--tw-text-opacity));
}

.focus-visible\:text-cyan-200:focus-visible {
  --tw-text-opacity: 1;
  color: rgba(165, 243, 252, var(--tw-text-opacity));
}

.focus-visible\:text-cyan-300:focus-visible {
  --tw-text-opacity: 1;
  color: rgba(103, 232, 249, var(--tw-text-opacity));
}

.focus-visible\:text-cyan-400:focus-visible {
  --tw-text-opacity: 1;
  color: rgba(34, 211, 238, var(--tw-text-opacity));
}

.focus-visible\:text-cyan-500:focus-visible {
  --tw-text-opacity: 1;
  color: rgba(6, 182, 212, var(--tw-text-opacity));
}

.focus-visible\:text-cyan-600:focus-visible {
  --tw-text-opacity: 1;
  color: rgba(8, 145, 178, var(--tw-text-opacity));
}

.focus-visible\:text-cyan-700:focus-visible {
  --tw-text-opacity: 1;
  color: rgba(14, 116, 144, var(--tw-text-opacity));
}

.focus-visible\:text-cyan-800:focus-visible {
  --tw-text-opacity: 1;
  color: rgba(21, 94, 117, var(--tw-text-opacity));
}

.focus-visible\:text-cyan-900:focus-visible {
  --tw-text-opacity: 1;
  color: rgba(22, 78, 99, var(--tw-text-opacity));
}

.focus-visible\:text-teal-50:focus-visible {
  --tw-text-opacity: 1;
  color: rgba(240, 253, 250, var(--tw-text-opacity));
}

.focus-visible\:text-teal-100:focus-visible {
  --tw-text-opacity: 1;
  color: rgba(204, 251, 241, var(--tw-text-opacity));
}

.focus-visible\:text-teal-200:focus-visible {
  --tw-text-opacity: 1;
  color: rgba(153, 246, 228, var(--tw-text-opacity));
}

.focus-visible\:text-teal-300:focus-visible {
  --tw-text-opacity: 1;
  color: rgba(94, 234, 212, var(--tw-text-opacity));
}

.focus-visible\:text-teal-400:focus-visible {
  --tw-text-opacity: 1;
  color: rgba(45, 212, 191, var(--tw-text-opacity));
}

.focus-visible\:text-teal-500:focus-visible {
  --tw-text-opacity: 1;
  color: rgba(20, 184, 166, var(--tw-text-opacity));
}

.focus-visible\:text-teal-600:focus-visible {
  --tw-text-opacity: 1;
  color: rgba(13, 148, 136, var(--tw-text-opacity));
}

.focus-visible\:text-teal-700:focus-visible {
  --tw-text-opacity: 1;
  color: rgba(15, 118, 110, var(--tw-text-opacity));
}

.focus-visible\:text-teal-800:focus-visible {
  --tw-text-opacity: 1;
  color: rgba(17, 94, 89, var(--tw-text-opacity));
}

.focus-visible\:text-teal-900:focus-visible {
  --tw-text-opacity: 1;
  color: rgba(19, 78, 74, var(--tw-text-opacity));
}

.focus-visible\:text-emerald-50:focus-visible {
  --tw-text-opacity: 1;
  color: rgba(236, 253, 245, var(--tw-text-opacity));
}

.focus-visible\:text-emerald-100:focus-visible {
  --tw-text-opacity: 1;
  color: rgba(209, 250, 229, var(--tw-text-opacity));
}

.focus-visible\:text-emerald-200:focus-visible {
  --tw-text-opacity: 1;
  color: rgba(167, 243, 208, var(--tw-text-opacity));
}

.focus-visible\:text-emerald-300:focus-visible {
  --tw-text-opacity: 1;
  color: rgba(110, 231, 183, var(--tw-text-opacity));
}

.focus-visible\:text-emerald-400:focus-visible {
  --tw-text-opacity: 1;
  color: rgba(52, 211, 153, var(--tw-text-opacity));
}

.focus-visible\:text-emerald-500:focus-visible {
  --tw-text-opacity: 1;
  color: rgba(16, 185, 129, var(--tw-text-opacity));
}

.focus-visible\:text-emerald-600:focus-visible {
  --tw-text-opacity: 1;
  color: rgba(5, 150, 105, var(--tw-text-opacity));
}

.focus-visible\:text-emerald-700:focus-visible {
  --tw-text-opacity: 1;
  color: rgba(4, 120, 87, var(--tw-text-opacity));
}

.focus-visible\:text-emerald-800:focus-visible {
  --tw-text-opacity: 1;
  color: rgba(6, 95, 70, var(--tw-text-opacity));
}

.focus-visible\:text-emerald-900:focus-visible {
  --tw-text-opacity: 1;
  color: rgba(6, 78, 59, var(--tw-text-opacity));
}

.focus-visible\:text-green-50:focus-visible {
  --tw-text-opacity: 1;
  color: rgba(240, 253, 244, var(--tw-text-opacity));
}

.focus-visible\:text-green-100:focus-visible {
  --tw-text-opacity: 1;
  color: rgba(220, 252, 231, var(--tw-text-opacity));
}

.focus-visible\:text-green-200:focus-visible {
  --tw-text-opacity: 1;
  color: rgba(187, 247, 208, var(--tw-text-opacity));
}

.focus-visible\:text-green-300:focus-visible {
  --tw-text-opacity: 1;
  color: rgba(134, 239, 172, var(--tw-text-opacity));
}

.focus-visible\:text-green-400:focus-visible {
  --tw-text-opacity: 1;
  color: rgba(74, 222, 128, var(--tw-text-opacity));
}

.focus-visible\:text-green-500:focus-visible {
  --tw-text-opacity: 1;
  color: rgba(34, 197, 94, var(--tw-text-opacity));
}

.focus-visible\:text-green-600:focus-visible {
  --tw-text-opacity: 1;
  color: rgba(22, 163, 74, var(--tw-text-opacity));
}

.focus-visible\:text-green-700:focus-visible {
  --tw-text-opacity: 1;
  color: rgba(21, 128, 61, var(--tw-text-opacity));
}

.focus-visible\:text-green-800:focus-visible {
  --tw-text-opacity: 1;
  color: rgba(22, 101, 52, var(--tw-text-opacity));
}

.focus-visible\:text-green-900:focus-visible {
  --tw-text-opacity: 1;
  color: rgba(20, 83, 45, var(--tw-text-opacity));
}

.focus-visible\:text-lime-50:focus-visible {
  --tw-text-opacity: 1;
  color: rgba(247, 254, 231, var(--tw-text-opacity));
}

.focus-visible\:text-lime-100:focus-visible {
  --tw-text-opacity: 1;
  color: rgba(236, 252, 203, var(--tw-text-opacity));
}

.focus-visible\:text-lime-200:focus-visible {
  --tw-text-opacity: 1;
  color: rgba(217, 249, 157, var(--tw-text-opacity));
}

.focus-visible\:text-lime-300:focus-visible {
  --tw-text-opacity: 1;
  color: rgba(190, 242, 100, var(--tw-text-opacity));
}

.focus-visible\:text-lime-400:focus-visible {
  --tw-text-opacity: 1;
  color: rgba(163, 230, 53, var(--tw-text-opacity));
}

.focus-visible\:text-lime-500:focus-visible {
  --tw-text-opacity: 1;
  color: rgba(132, 204, 22, var(--tw-text-opacity));
}

.focus-visible\:text-lime-600:focus-visible {
  --tw-text-opacity: 1;
  color: rgba(101, 163, 13, var(--tw-text-opacity));
}

.focus-visible\:text-lime-700:focus-visible {
  --tw-text-opacity: 1;
  color: rgba(77, 124, 15, var(--tw-text-opacity));
}

.focus-visible\:text-lime-800:focus-visible {
  --tw-text-opacity: 1;
  color: rgba(63, 98, 18, var(--tw-text-opacity));
}

.focus-visible\:text-lime-900:focus-visible {
  --tw-text-opacity: 1;
  color: rgba(54, 83, 20, var(--tw-text-opacity));
}

.focus-visible\:text-yellow-50:focus-visible {
  --tw-text-opacity: 1;
  color: rgba(254, 252, 232, var(--tw-text-opacity));
}

.focus-visible\:text-yellow-100:focus-visible {
  --tw-text-opacity: 1;
  color: rgba(254, 249, 195, var(--tw-text-opacity));
}

.focus-visible\:text-yellow-200:focus-visible {
  --tw-text-opacity: 1;
  color: rgba(254, 240, 138, var(--tw-text-opacity));
}

.focus-visible\:text-yellow-300:focus-visible {
  --tw-text-opacity: 1;
  color: rgba(253, 224, 71, var(--tw-text-opacity));
}

.focus-visible\:text-yellow-400:focus-visible {
  --tw-text-opacity: 1;
  color: rgba(250, 204, 21, var(--tw-text-opacity));
}

.focus-visible\:text-yellow-500:focus-visible {
  --tw-text-opacity: 1;
  color: rgba(234, 179, 8, var(--tw-text-opacity));
}

.focus-visible\:text-yellow-600:focus-visible {
  --tw-text-opacity: 1;
  color: rgba(202, 138, 4, var(--tw-text-opacity));
}

.focus-visible\:text-yellow-700:focus-visible {
  --tw-text-opacity: 1;
  color: rgba(161, 98, 7, var(--tw-text-opacity));
}

.focus-visible\:text-yellow-800:focus-visible {
  --tw-text-opacity: 1;
  color: rgba(133, 77, 14, var(--tw-text-opacity));
}

.focus-visible\:text-yellow-900:focus-visible {
  --tw-text-opacity: 1;
  color: rgba(113, 63, 18, var(--tw-text-opacity));
}

.focus-visible\:text-amber-50:focus-visible {
  --tw-text-opacity: 1;
  color: rgba(255, 251, 235, var(--tw-text-opacity));
}

.focus-visible\:text-amber-100:focus-visible {
  --tw-text-opacity: 1;
  color: rgba(254, 243, 199, var(--tw-text-opacity));
}

.focus-visible\:text-amber-200:focus-visible {
  --tw-text-opacity: 1;
  color: rgba(253, 230, 138, var(--tw-text-opacity));
}

.focus-visible\:text-amber-300:focus-visible {
  --tw-text-opacity: 1;
  color: rgba(252, 211, 77, var(--tw-text-opacity));
}

.focus-visible\:text-amber-400:focus-visible {
  --tw-text-opacity: 1;
  color: rgba(251, 191, 36, var(--tw-text-opacity));
}

.focus-visible\:text-amber-500:focus-visible {
  --tw-text-opacity: 1;
  color: rgba(245, 158, 11, var(--tw-text-opacity));
}

.focus-visible\:text-amber-600:focus-visible {
  --tw-text-opacity: 1;
  color: rgba(217, 119, 6, var(--tw-text-opacity));
}

.focus-visible\:text-amber-700:focus-visible {
  --tw-text-opacity: 1;
  color: rgba(180, 83, 9, var(--tw-text-opacity));
}

.focus-visible\:text-amber-800:focus-visible {
  --tw-text-opacity: 1;
  color: rgba(146, 64, 14, var(--tw-text-opacity));
}

.focus-visible\:text-amber-900:focus-visible {
  --tw-text-opacity: 1;
  color: rgba(120, 53, 15, var(--tw-text-opacity));
}

.focus-visible\:text-orange-50:focus-visible {
  --tw-text-opacity: 1;
  color: rgba(255, 247, 237, var(--tw-text-opacity));
}

.focus-visible\:text-orange-100:focus-visible {
  --tw-text-opacity: 1;
  color: rgba(255, 237, 213, var(--tw-text-opacity));
}

.focus-visible\:text-orange-200:focus-visible {
  --tw-text-opacity: 1;
  color: rgba(254, 215, 170, var(--tw-text-opacity));
}

.focus-visible\:text-orange-300:focus-visible {
  --tw-text-opacity: 1;
  color: rgba(253, 186, 116, var(--tw-text-opacity));
}

.focus-visible\:text-orange-400:focus-visible {
  --tw-text-opacity: 1;
  color: rgba(251, 146, 60, var(--tw-text-opacity));
}

.focus-visible\:text-orange-500:focus-visible {
  --tw-text-opacity: 1;
  color: rgba(249, 115, 22, var(--tw-text-opacity));
}

.focus-visible\:text-orange-600:focus-visible {
  --tw-text-opacity: 1;
  color: rgba(234, 88, 12, var(--tw-text-opacity));
}

.focus-visible\:text-orange-700:focus-visible {
  --tw-text-opacity: 1;
  color: rgba(194, 65, 12, var(--tw-text-opacity));
}

.focus-visible\:text-orange-800:focus-visible {
  --tw-text-opacity: 1;
  color: rgba(154, 52, 18, var(--tw-text-opacity));
}

.focus-visible\:text-orange-900:focus-visible {
  --tw-text-opacity: 1;
  color: rgba(124, 45, 18, var(--tw-text-opacity));
}

.focus-visible\:text-red-50:focus-visible {
  --tw-text-opacity: 1;
  color: rgba(254, 242, 242, var(--tw-text-opacity));
}

.focus-visible\:text-red-100:focus-visible {
  --tw-text-opacity: 1;
  color: rgba(254, 226, 226, var(--tw-text-opacity));
}

.focus-visible\:text-red-200:focus-visible {
  --tw-text-opacity: 1;
  color: rgba(254, 202, 202, var(--tw-text-opacity));
}

.focus-visible\:text-red-300:focus-visible {
  --tw-text-opacity: 1;
  color: rgba(252, 165, 165, var(--tw-text-opacity));
}

.focus-visible\:text-red-400:focus-visible {
  --tw-text-opacity: 1;
  color: rgba(248, 113, 113, var(--tw-text-opacity));
}

.focus-visible\:text-red-500:focus-visible {
  --tw-text-opacity: 1;
  color: rgba(239, 68, 68, var(--tw-text-opacity));
}

.focus-visible\:text-red-600:focus-visible {
  --tw-text-opacity: 1;
  color: rgba(220, 38, 38, var(--tw-text-opacity));
}

.focus-visible\:text-red-700:focus-visible {
  --tw-text-opacity: 1;
  color: rgba(185, 28, 28, var(--tw-text-opacity));
}

.focus-visible\:text-red-800:focus-visible {
  --tw-text-opacity: 1;
  color: rgba(153, 27, 27, var(--tw-text-opacity));
}

.focus-visible\:text-red-900:focus-visible {
  --tw-text-opacity: 1;
  color: rgba(127, 29, 29, var(--tw-text-opacity));
}

.focus-visible\:text-warmGray-50:focus-visible {
  --tw-text-opacity: 1;
  color: rgba(250, 250, 249, var(--tw-text-opacity));
}

.focus-visible\:text-warmGray-100:focus-visible {
  --tw-text-opacity: 1;
  color: rgba(245, 245, 244, var(--tw-text-opacity));
}

.focus-visible\:text-warmGray-200:focus-visible {
  --tw-text-opacity: 1;
  color: rgba(231, 229, 228, var(--tw-text-opacity));
}

.focus-visible\:text-warmGray-300:focus-visible {
  --tw-text-opacity: 1;
  color: rgba(214, 211, 209, var(--tw-text-opacity));
}

.focus-visible\:text-warmGray-400:focus-visible {
  --tw-text-opacity: 1;
  color: rgba(168, 162, 158, var(--tw-text-opacity));
}

.focus-visible\:text-warmGray-500:focus-visible {
  --tw-text-opacity: 1;
  color: rgba(120, 113, 108, var(--tw-text-opacity));
}

.focus-visible\:text-warmGray-600:focus-visible {
  --tw-text-opacity: 1;
  color: rgba(87, 83, 78, var(--tw-text-opacity));
}

.focus-visible\:text-warmGray-700:focus-visible {
  --tw-text-opacity: 1;
  color: rgba(68, 64, 60, var(--tw-text-opacity));
}

.focus-visible\:text-warmGray-800:focus-visible {
  --tw-text-opacity: 1;
  color: rgba(41, 37, 36, var(--tw-text-opacity));
}

.focus-visible\:text-warmGray-900:focus-visible {
  --tw-text-opacity: 1;
  color: rgba(28, 25, 23, var(--tw-text-opacity));
}

.focus-visible\:text-trueGray-50:focus-visible {
  --tw-text-opacity: 1;
  color: rgba(250, 250, 250, var(--tw-text-opacity));
}

.focus-visible\:text-trueGray-100:focus-visible {
  --tw-text-opacity: 1;
  color: rgba(245, 245, 245, var(--tw-text-opacity));
}

.focus-visible\:text-trueGray-200:focus-visible {
  --tw-text-opacity: 1;
  color: rgba(229, 229, 229, var(--tw-text-opacity));
}

.focus-visible\:text-trueGray-300:focus-visible {
  --tw-text-opacity: 1;
  color: rgba(212, 212, 212, var(--tw-text-opacity));
}

.focus-visible\:text-trueGray-400:focus-visible {
  --tw-text-opacity: 1;
  color: rgba(163, 163, 163, var(--tw-text-opacity));
}

.focus-visible\:text-trueGray-500:focus-visible {
  --tw-text-opacity: 1;
  color: rgba(115, 115, 115, var(--tw-text-opacity));
}

.focus-visible\:text-trueGray-600:focus-visible {
  --tw-text-opacity: 1;
  color: rgba(82, 82, 82, var(--tw-text-opacity));
}

.focus-visible\:text-trueGray-700:focus-visible {
  --tw-text-opacity: 1;
  color: rgba(64, 64, 64, var(--tw-text-opacity));
}

.focus-visible\:text-trueGray-800:focus-visible {
  --tw-text-opacity: 1;
  color: rgba(38, 38, 38, var(--tw-text-opacity));
}

.focus-visible\:text-trueGray-900:focus-visible {
  --tw-text-opacity: 1;
  color: rgba(23, 23, 23, var(--tw-text-opacity));
}

.focus-visible\:text-gray-50:focus-visible {
  --tw-text-opacity: 1;
  color: rgba(250, 250, 250, var(--tw-text-opacity));
}

.focus-visible\:text-gray-100:focus-visible {
  --tw-text-opacity: 1;
  color: rgba(244, 244, 245, var(--tw-text-opacity));
}

.focus-visible\:text-gray-200:focus-visible {
  --tw-text-opacity: 1;
  color: rgba(228, 228, 231, var(--tw-text-opacity));
}

.focus-visible\:text-gray-300:focus-visible {
  --tw-text-opacity: 1;
  color: rgba(212, 212, 216, var(--tw-text-opacity));
}

.focus-visible\:text-gray-400:focus-visible {
  --tw-text-opacity: 1;
  color: rgba(161, 161, 170, var(--tw-text-opacity));
}

.focus-visible\:text-gray-500:focus-visible {
  --tw-text-opacity: 1;
  color: rgba(113, 113, 122, var(--tw-text-opacity));
}

.focus-visible\:text-gray-600:focus-visible {
  --tw-text-opacity: 1;
  color: rgba(82, 82, 91, var(--tw-text-opacity));
}

.focus-visible\:text-gray-700:focus-visible {
  --tw-text-opacity: 1;
  color: rgba(63, 63, 70, var(--tw-text-opacity));
}

.focus-visible\:text-gray-800:focus-visible {
  --tw-text-opacity: 1;
  color: rgba(39, 39, 42, var(--tw-text-opacity));
}

.focus-visible\:text-gray-900:focus-visible {
  --tw-text-opacity: 1;
  color: rgba(24, 24, 27, var(--tw-text-opacity));
}

.focus-visible\:text-coolGray-50:focus-visible {
  --tw-text-opacity: 1;
  color: rgba(249, 250, 251, var(--tw-text-opacity));
}

.focus-visible\:text-coolGray-100:focus-visible {
  --tw-text-opacity: 1;
  color: rgba(243, 244, 246, var(--tw-text-opacity));
}

.focus-visible\:text-coolGray-200:focus-visible {
  --tw-text-opacity: 1;
  color: rgba(229, 231, 235, var(--tw-text-opacity));
}

.focus-visible\:text-coolGray-300:focus-visible {
  --tw-text-opacity: 1;
  color: rgba(209, 213, 219, var(--tw-text-opacity));
}

.focus-visible\:text-coolGray-400:focus-visible {
  --tw-text-opacity: 1;
  color: rgba(156, 163, 175, var(--tw-text-opacity));
}

.focus-visible\:text-coolGray-500:focus-visible {
  --tw-text-opacity: 1;
  color: rgba(107, 114, 128, var(--tw-text-opacity));
}

.focus-visible\:text-coolGray-600:focus-visible {
  --tw-text-opacity: 1;
  color: rgba(75, 85, 99, var(--tw-text-opacity));
}

.focus-visible\:text-coolGray-700:focus-visible {
  --tw-text-opacity: 1;
  color: rgba(55, 65, 81, var(--tw-text-opacity));
}

.focus-visible\:text-coolGray-800:focus-visible {
  --tw-text-opacity: 1;
  color: rgba(31, 41, 55, var(--tw-text-opacity));
}

.focus-visible\:text-coolGray-900:focus-visible {
  --tw-text-opacity: 1;
  color: rgba(17, 24, 39, var(--tw-text-opacity));
}

.focus-visible\:text-blueGray-50:focus-visible {
  --tw-text-opacity: 1;
  color: rgba(248, 250, 252, var(--tw-text-opacity));
}

.focus-visible\:text-blueGray-100:focus-visible {
  --tw-text-opacity: 1;
  color: rgba(241, 245, 249, var(--tw-text-opacity));
}

.focus-visible\:text-blueGray-200:focus-visible {
  --tw-text-opacity: 1;
  color: rgba(226, 232, 240, var(--tw-text-opacity));
}

.focus-visible\:text-blueGray-300:focus-visible {
  --tw-text-opacity: 1;
  color: rgba(203, 213, 225, var(--tw-text-opacity));
}

.focus-visible\:text-blueGray-400:focus-visible {
  --tw-text-opacity: 1;
  color: rgba(148, 163, 184, var(--tw-text-opacity));
}

.focus-visible\:text-blueGray-500:focus-visible {
  --tw-text-opacity: 1;
  color: rgba(100, 116, 139, var(--tw-text-opacity));
}

.focus-visible\:text-blueGray-600:focus-visible {
  --tw-text-opacity: 1;
  color: rgba(71, 85, 105, var(--tw-text-opacity));
}

.focus-visible\:text-blueGray-700:focus-visible {
  --tw-text-opacity: 1;
  color: rgba(51, 65, 85, var(--tw-text-opacity));
}

.focus-visible\:text-blueGray-800:focus-visible {
  --tw-text-opacity: 1;
  color: rgba(30, 41, 59, var(--tw-text-opacity));
}

.focus-visible\:text-blueGray-900:focus-visible {
  --tw-text-opacity: 1;
  color: rgba(15, 23, 42, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-current {
  color: currentColor;
}

.group:hover .group-hover\:text-transparent {
  color: transparent;
}

.group:hover .group-hover\:text-falcon {
  color: var(--falcon);
}

.group:hover .group-hover\:text-basement {
  color: var(--basement);
}

.group:hover .group-hover\:text-blue-50 {
  --tw-text-opacity: 1;
  color: rgba(239, 246, 255, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-blue-100 {
  --tw-text-opacity: 1;
  color: rgba(219, 234, 254, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-blue-200 {
  --tw-text-opacity: 1;
  color: rgba(191, 219, 254, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-blue-300 {
  --tw-text-opacity: 1;
  color: rgba(147, 197, 253, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-blue-400 {
  --tw-text-opacity: 1;
  color: rgba(96, 165, 250, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-blue-500 {
  --tw-text-opacity: 1;
  color: rgba(59, 130, 246, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-blue-600 {
  --tw-text-opacity: 1;
  color: rgba(37, 99, 235, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-blue-700 {
  --tw-text-opacity: 1;
  color: rgba(29, 78, 216, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-blue-800 {
  --tw-text-opacity: 1;
  color: rgba(30, 64, 175, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-blue-900 {
  --tw-text-opacity: 1;
  color: rgba(30, 58, 138, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-body-and-labels {
  color: var(--body-and-labels);
}

.group:hover .group-hover\:text-brand {
  color: var(--brand);
}

.group:hover .group-hover\:text-code-base-64 {
  color: var(--code-base-64);
}

.group:hover .group-hover\:text-code-bg {
  color: var(--code-bg);
}

.group:hover .group-hover\:text-code-outline {
  color: var(--code-outline);
}

.group:hover .group-hover\:text-code-text {
  color: var(--code-text);
}

.group:hover .group-hover\:text-critical {
  color: var(--critical);
}

.group:hover .group-hover\:text-destructive-hover {
  color: var(--destructive-hover);
}

.group:hover .group-hover\:text-destructive-idle {
  color: var(--destructive-idle);
}

.group:hover .group-hover\:text-destructive-pressed {
  color: var(--destructive-pressed);
}

.group:hover .group-hover\:text-disabled {
  color: var(--disabled);
}

.group:hover .group-hover\:text-disc-operations {
  color: var(--disc-operations);
}

.group:hover .group-hover\:text-dns-requests {
  color: var(--dns-requests);
}

.group:hover .group-hover\:text-focus {
  color: var(--focus);
}

.group:hover .group-hover\:text-graph-1 {
  color: var(--graph-1);
}

.group:hover .group-hover\:text-graph-10 {
  color: var(--graph-10);
}

.group:hover .group-hover\:text-graph-11 {
  color: var(--graph-11);
}

.group:hover .group-hover\:text-graph-2 {
  color: var(--graph-2);
}

.group:hover .group-hover\:text-graph-3 {
  color: var(--graph-3);
}

.group:hover .group-hover\:text-graph-4 {
  color: var(--graph-4);
}

.group:hover .group-hover\:text-graph-5 {
  color: var(--graph-5);
}

.group:hover .group-hover\:text-graph-6 {
  color: var(--graph-6);
}

.group:hover .group-hover\:text-graph-7 {
  color: var(--graph-7);
}

.group:hover .group-hover\:text-graph-8 {
  color: var(--graph-8);
}

.group:hover .group-hover\:text-graph-9 {
  color: var(--graph-9);
}

.group:hover .group-hover\:text-graph-disabled {
  color: var(--graph-disabled);
}

.group:hover .group-hover\:text-ground-floor {
  color: var(--ground-floor);
}

.group:hover .group-hover\:text-high {
  color: var(--high);
}

.group:hover .group-hover\:text-informational {
  color: var(--informational);
}

.group:hover .group-hover\:text-lines-dark {
  color: var(--lines-dark);
}

.group:hover .group-hover\:text-lines-light {
  color: var(--lines-light);
}

.group:hover .group-hover\:text-low {
  color: var(--low);
}

.group:hover .group-hover\:text-medium {
  color: var(--medium);
}

.group:hover .group-hover\:text-mezzanine {
  color: var(--mezzanine);
}

.group:hover .group-hover\:text-nav-text-and-icons {
  color: var(--nav-text-and-icons);
}

.group:hover .group-hover\:text-nav-text-secondary {
  color: var(--nav-text-secondary);
}

.group:hover .group-hover\:text-network-operations {
  color: var(--network-operations);
}

.group:hover .group-hover\:text-normal-hover {
  color: var(--normal-hover);
}

.group:hover .group-hover\:text-normal-idle {
  color: var(--normal-idle);
}

.group:hover .group-hover\:text-normal-pressed {
  color: var(--normal-pressed);
}

.group:hover .group-hover\:text-overlay-0\.5 {
  color: var(--overlay-0\.5);
}

.group:hover .group-hover\:text-overlay-1 {
  color: var(--overlay-1);
}

.group:hover .group-hover\:text-overlay-2 {
  color: var(--overlay-2);
}

.group:hover .group-hover\:text-positive {
  color: var(--positive);
}

.group:hover .group-hover\:text-primary-hover {
  color: var(--primary-hover);
}

.group:hover .group-hover\:text-primary-idle {
  color: var(--primary-idle);
}

.group:hover .group-hover\:text-primary-pressed {
  color: var(--primary-pressed);
}

.group:hover .group-hover\:text-process-operations {
  color: var(--process-operations);
}

.group:hover .group-hover\:text-purple-50 {
  --tw-text-opacity: 1;
  color: rgba(250, 245, 255, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-purple-100 {
  --tw-text-opacity: 1;
  color: rgba(243, 232, 255, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-purple-200 {
  --tw-text-opacity: 1;
  color: rgba(233, 213, 255, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-purple-300 {
  --tw-text-opacity: 1;
  color: rgba(216, 180, 254, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-purple-400 {
  --tw-text-opacity: 1;
  color: rgba(192, 132, 252, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-purple-500 {
  --tw-text-opacity: 1;
  color: rgba(168, 85, 247, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-purple-600 {
  --tw-text-opacity: 1;
  color: rgba(147, 51, 234, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-purple-700 {
  --tw-text-opacity: 1;
  color: rgba(126, 34, 206, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-purple-800 {
  --tw-text-opacity: 1;
  color: rgba(107, 33, 168, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-purple-900 {
  --tw-text-opacity: 1;
  color: rgba(88, 28, 135, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-registry-operations {
  color: var(--registry-operations);
}

.group:hover .group-hover\:text-selected {
  color: var(--selected);
}

.group:hover .group-hover\:text-surface-2xl {
  color: var(--surface-2xl);
}

.group:hover .group-hover\:text-surface-base {
  color: var(--surface-base);
}

.group:hover .group-hover\:text-surface-inner {
  color: var(--surface-inner);
}

.group:hover .group-hover\:text-surface-lg {
  color: var(--surface-lg);
}

.group:hover .group-hover\:text-surface-md {
  color: var(--surface-md);
}

.group:hover .group-hover\:text-surface-xl {
  color: var(--surface-xl);
}

.group:hover .group-hover\:text-text-and-icons {
  color: var(--text-and-icons);
}

.group:hover .group-hover\:text-titles-and-attributes {
  color: var(--titles-and-attributes);
}

.group:hover .group-hover\:text-black {
  --tw-text-opacity: 1;
  color: rgba(0, 0, 0, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-white {
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-rose-50 {
  --tw-text-opacity: 1;
  color: rgba(255, 241, 242, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-rose-100 {
  --tw-text-opacity: 1;
  color: rgba(255, 228, 230, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-rose-200 {
  --tw-text-opacity: 1;
  color: rgba(254, 205, 211, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-rose-300 {
  --tw-text-opacity: 1;
  color: rgba(253, 164, 175, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-rose-400 {
  --tw-text-opacity: 1;
  color: rgba(251, 113, 133, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-rose-500 {
  --tw-text-opacity: 1;
  color: rgba(244, 63, 94, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-rose-600 {
  --tw-text-opacity: 1;
  color: rgba(225, 29, 72, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-rose-700 {
  --tw-text-opacity: 1;
  color: rgba(190, 18, 60, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-rose-800 {
  --tw-text-opacity: 1;
  color: rgba(159, 18, 57, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-rose-900 {
  --tw-text-opacity: 1;
  color: rgba(136, 19, 55, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-pink-50 {
  --tw-text-opacity: 1;
  color: rgba(253, 242, 248, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-pink-100 {
  --tw-text-opacity: 1;
  color: rgba(252, 231, 243, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-pink-200 {
  --tw-text-opacity: 1;
  color: rgba(251, 207, 232, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-pink-300 {
  --tw-text-opacity: 1;
  color: rgba(249, 168, 212, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-pink-400 {
  --tw-text-opacity: 1;
  color: rgba(244, 114, 182, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-pink-500 {
  --tw-text-opacity: 1;
  color: rgba(236, 72, 153, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-pink-600 {
  --tw-text-opacity: 1;
  color: rgba(219, 39, 119, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-pink-700 {
  --tw-text-opacity: 1;
  color: rgba(190, 24, 93, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-pink-800 {
  --tw-text-opacity: 1;
  color: rgba(157, 23, 77, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-pink-900 {
  --tw-text-opacity: 1;
  color: rgba(131, 24, 67, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-fuchsia-50 {
  --tw-text-opacity: 1;
  color: rgba(253, 244, 255, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-fuchsia-100 {
  --tw-text-opacity: 1;
  color: rgba(250, 232, 255, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-fuchsia-200 {
  --tw-text-opacity: 1;
  color: rgba(245, 208, 254, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-fuchsia-300 {
  --tw-text-opacity: 1;
  color: rgba(240, 171, 252, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-fuchsia-400 {
  --tw-text-opacity: 1;
  color: rgba(232, 121, 249, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-fuchsia-500 {
  --tw-text-opacity: 1;
  color: rgba(217, 70, 239, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-fuchsia-600 {
  --tw-text-opacity: 1;
  color: rgba(192, 38, 211, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-fuchsia-700 {
  --tw-text-opacity: 1;
  color: rgba(162, 28, 175, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-fuchsia-800 {
  --tw-text-opacity: 1;
  color: rgba(134, 25, 143, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-fuchsia-900 {
  --tw-text-opacity: 1;
  color: rgba(112, 26, 117, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-violet-50 {
  --tw-text-opacity: 1;
  color: rgba(245, 243, 255, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-violet-100 {
  --tw-text-opacity: 1;
  color: rgba(237, 233, 254, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-violet-200 {
  --tw-text-opacity: 1;
  color: rgba(221, 214, 254, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-violet-300 {
  --tw-text-opacity: 1;
  color: rgba(196, 181, 253, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-violet-400 {
  --tw-text-opacity: 1;
  color: rgba(167, 139, 250, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-violet-500 {
  --tw-text-opacity: 1;
  color: rgba(139, 92, 246, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-violet-600 {
  --tw-text-opacity: 1;
  color: rgba(124, 58, 237, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-violet-700 {
  --tw-text-opacity: 1;
  color: rgba(109, 40, 217, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-violet-800 {
  --tw-text-opacity: 1;
  color: rgba(91, 33, 182, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-violet-900 {
  --tw-text-opacity: 1;
  color: rgba(76, 29, 149, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-indigo-50 {
  --tw-text-opacity: 1;
  color: rgba(238, 242, 255, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-indigo-100 {
  --tw-text-opacity: 1;
  color: rgba(224, 231, 255, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-indigo-200 {
  --tw-text-opacity: 1;
  color: rgba(199, 210, 254, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-indigo-300 {
  --tw-text-opacity: 1;
  color: rgba(165, 180, 252, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-indigo-400 {
  --tw-text-opacity: 1;
  color: rgba(129, 140, 248, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-indigo-500 {
  --tw-text-opacity: 1;
  color: rgba(99, 102, 241, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-indigo-600 {
  --tw-text-opacity: 1;
  color: rgba(79, 70, 229, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-indigo-700 {
  --tw-text-opacity: 1;
  color: rgba(67, 56, 202, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-indigo-800 {
  --tw-text-opacity: 1;
  color: rgba(55, 48, 163, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-indigo-900 {
  --tw-text-opacity: 1;
  color: rgba(49, 46, 129, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-lightBlue-50 {
  --tw-text-opacity: 1;
  color: rgba(240, 249, 255, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-lightBlue-100 {
  --tw-text-opacity: 1;
  color: rgba(224, 242, 254, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-lightBlue-200 {
  --tw-text-opacity: 1;
  color: rgba(186, 230, 253, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-lightBlue-300 {
  --tw-text-opacity: 1;
  color: rgba(125, 211, 252, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-lightBlue-400 {
  --tw-text-opacity: 1;
  color: rgba(56, 189, 248, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-lightBlue-500 {
  --tw-text-opacity: 1;
  color: rgba(14, 165, 233, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-lightBlue-600 {
  --tw-text-opacity: 1;
  color: rgba(2, 132, 199, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-lightBlue-700 {
  --tw-text-opacity: 1;
  color: rgba(3, 105, 161, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-lightBlue-800 {
  --tw-text-opacity: 1;
  color: rgba(7, 89, 133, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-lightBlue-900 {
  --tw-text-opacity: 1;
  color: rgba(12, 74, 110, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-cyan-50 {
  --tw-text-opacity: 1;
  color: rgba(236, 254, 255, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-cyan-100 {
  --tw-text-opacity: 1;
  color: rgba(207, 250, 254, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-cyan-200 {
  --tw-text-opacity: 1;
  color: rgba(165, 243, 252, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-cyan-300 {
  --tw-text-opacity: 1;
  color: rgba(103, 232, 249, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-cyan-400 {
  --tw-text-opacity: 1;
  color: rgba(34, 211, 238, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-cyan-500 {
  --tw-text-opacity: 1;
  color: rgba(6, 182, 212, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-cyan-600 {
  --tw-text-opacity: 1;
  color: rgba(8, 145, 178, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-cyan-700 {
  --tw-text-opacity: 1;
  color: rgba(14, 116, 144, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-cyan-800 {
  --tw-text-opacity: 1;
  color: rgba(21, 94, 117, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-cyan-900 {
  --tw-text-opacity: 1;
  color: rgba(22, 78, 99, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-teal-50 {
  --tw-text-opacity: 1;
  color: rgba(240, 253, 250, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-teal-100 {
  --tw-text-opacity: 1;
  color: rgba(204, 251, 241, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-teal-200 {
  --tw-text-opacity: 1;
  color: rgba(153, 246, 228, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-teal-300 {
  --tw-text-opacity: 1;
  color: rgba(94, 234, 212, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-teal-400 {
  --tw-text-opacity: 1;
  color: rgba(45, 212, 191, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-teal-500 {
  --tw-text-opacity: 1;
  color: rgba(20, 184, 166, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-teal-600 {
  --tw-text-opacity: 1;
  color: rgba(13, 148, 136, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-teal-700 {
  --tw-text-opacity: 1;
  color: rgba(15, 118, 110, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-teal-800 {
  --tw-text-opacity: 1;
  color: rgba(17, 94, 89, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-teal-900 {
  --tw-text-opacity: 1;
  color: rgba(19, 78, 74, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-emerald-50 {
  --tw-text-opacity: 1;
  color: rgba(236, 253, 245, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-emerald-100 {
  --tw-text-opacity: 1;
  color: rgba(209, 250, 229, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-emerald-200 {
  --tw-text-opacity: 1;
  color: rgba(167, 243, 208, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-emerald-300 {
  --tw-text-opacity: 1;
  color: rgba(110, 231, 183, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-emerald-400 {
  --tw-text-opacity: 1;
  color: rgba(52, 211, 153, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-emerald-500 {
  --tw-text-opacity: 1;
  color: rgba(16, 185, 129, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-emerald-600 {
  --tw-text-opacity: 1;
  color: rgba(5, 150, 105, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-emerald-700 {
  --tw-text-opacity: 1;
  color: rgba(4, 120, 87, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-emerald-800 {
  --tw-text-opacity: 1;
  color: rgba(6, 95, 70, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-emerald-900 {
  --tw-text-opacity: 1;
  color: rgba(6, 78, 59, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-green-50 {
  --tw-text-opacity: 1;
  color: rgba(240, 253, 244, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-green-100 {
  --tw-text-opacity: 1;
  color: rgba(220, 252, 231, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-green-200 {
  --tw-text-opacity: 1;
  color: rgba(187, 247, 208, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-green-300 {
  --tw-text-opacity: 1;
  color: rgba(134, 239, 172, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-green-400 {
  --tw-text-opacity: 1;
  color: rgba(74, 222, 128, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-green-500 {
  --tw-text-opacity: 1;
  color: rgba(34, 197, 94, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-green-600 {
  --tw-text-opacity: 1;
  color: rgba(22, 163, 74, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-green-700 {
  --tw-text-opacity: 1;
  color: rgba(21, 128, 61, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-green-800 {
  --tw-text-opacity: 1;
  color: rgba(22, 101, 52, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-green-900 {
  --tw-text-opacity: 1;
  color: rgba(20, 83, 45, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-lime-50 {
  --tw-text-opacity: 1;
  color: rgba(247, 254, 231, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-lime-100 {
  --tw-text-opacity: 1;
  color: rgba(236, 252, 203, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-lime-200 {
  --tw-text-opacity: 1;
  color: rgba(217, 249, 157, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-lime-300 {
  --tw-text-opacity: 1;
  color: rgba(190, 242, 100, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-lime-400 {
  --tw-text-opacity: 1;
  color: rgba(163, 230, 53, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-lime-500 {
  --tw-text-opacity: 1;
  color: rgba(132, 204, 22, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-lime-600 {
  --tw-text-opacity: 1;
  color: rgba(101, 163, 13, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-lime-700 {
  --tw-text-opacity: 1;
  color: rgba(77, 124, 15, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-lime-800 {
  --tw-text-opacity: 1;
  color: rgba(63, 98, 18, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-lime-900 {
  --tw-text-opacity: 1;
  color: rgba(54, 83, 20, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-yellow-50 {
  --tw-text-opacity: 1;
  color: rgba(254, 252, 232, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-yellow-100 {
  --tw-text-opacity: 1;
  color: rgba(254, 249, 195, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-yellow-200 {
  --tw-text-opacity: 1;
  color: rgba(254, 240, 138, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-yellow-300 {
  --tw-text-opacity: 1;
  color: rgba(253, 224, 71, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-yellow-400 {
  --tw-text-opacity: 1;
  color: rgba(250, 204, 21, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-yellow-500 {
  --tw-text-opacity: 1;
  color: rgba(234, 179, 8, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-yellow-600 {
  --tw-text-opacity: 1;
  color: rgba(202, 138, 4, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-yellow-700 {
  --tw-text-opacity: 1;
  color: rgba(161, 98, 7, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-yellow-800 {
  --tw-text-opacity: 1;
  color: rgba(133, 77, 14, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-yellow-900 {
  --tw-text-opacity: 1;
  color: rgba(113, 63, 18, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-amber-50 {
  --tw-text-opacity: 1;
  color: rgba(255, 251, 235, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-amber-100 {
  --tw-text-opacity: 1;
  color: rgba(254, 243, 199, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-amber-200 {
  --tw-text-opacity: 1;
  color: rgba(253, 230, 138, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-amber-300 {
  --tw-text-opacity: 1;
  color: rgba(252, 211, 77, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-amber-400 {
  --tw-text-opacity: 1;
  color: rgba(251, 191, 36, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-amber-500 {
  --tw-text-opacity: 1;
  color: rgba(245, 158, 11, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-amber-600 {
  --tw-text-opacity: 1;
  color: rgba(217, 119, 6, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-amber-700 {
  --tw-text-opacity: 1;
  color: rgba(180, 83, 9, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-amber-800 {
  --tw-text-opacity: 1;
  color: rgba(146, 64, 14, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-amber-900 {
  --tw-text-opacity: 1;
  color: rgba(120, 53, 15, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-orange-50 {
  --tw-text-opacity: 1;
  color: rgba(255, 247, 237, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-orange-100 {
  --tw-text-opacity: 1;
  color: rgba(255, 237, 213, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-orange-200 {
  --tw-text-opacity: 1;
  color: rgba(254, 215, 170, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-orange-300 {
  --tw-text-opacity: 1;
  color: rgba(253, 186, 116, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-orange-400 {
  --tw-text-opacity: 1;
  color: rgba(251, 146, 60, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-orange-500 {
  --tw-text-opacity: 1;
  color: rgba(249, 115, 22, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-orange-600 {
  --tw-text-opacity: 1;
  color: rgba(234, 88, 12, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-orange-700 {
  --tw-text-opacity: 1;
  color: rgba(194, 65, 12, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-orange-800 {
  --tw-text-opacity: 1;
  color: rgba(154, 52, 18, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-orange-900 {
  --tw-text-opacity: 1;
  color: rgba(124, 45, 18, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-red-50 {
  --tw-text-opacity: 1;
  color: rgba(254, 242, 242, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-red-100 {
  --tw-text-opacity: 1;
  color: rgba(254, 226, 226, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-red-200 {
  --tw-text-opacity: 1;
  color: rgba(254, 202, 202, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-red-300 {
  --tw-text-opacity: 1;
  color: rgba(252, 165, 165, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-red-400 {
  --tw-text-opacity: 1;
  color: rgba(248, 113, 113, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-red-500 {
  --tw-text-opacity: 1;
  color: rgba(239, 68, 68, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-red-600 {
  --tw-text-opacity: 1;
  color: rgba(220, 38, 38, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-red-700 {
  --tw-text-opacity: 1;
  color: rgba(185, 28, 28, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-red-800 {
  --tw-text-opacity: 1;
  color: rgba(153, 27, 27, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-red-900 {
  --tw-text-opacity: 1;
  color: rgba(127, 29, 29, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-warmGray-50 {
  --tw-text-opacity: 1;
  color: rgba(250, 250, 249, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-warmGray-100 {
  --tw-text-opacity: 1;
  color: rgba(245, 245, 244, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-warmGray-200 {
  --tw-text-opacity: 1;
  color: rgba(231, 229, 228, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-warmGray-300 {
  --tw-text-opacity: 1;
  color: rgba(214, 211, 209, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-warmGray-400 {
  --tw-text-opacity: 1;
  color: rgba(168, 162, 158, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-warmGray-500 {
  --tw-text-opacity: 1;
  color: rgba(120, 113, 108, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-warmGray-600 {
  --tw-text-opacity: 1;
  color: rgba(87, 83, 78, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-warmGray-700 {
  --tw-text-opacity: 1;
  color: rgba(68, 64, 60, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-warmGray-800 {
  --tw-text-opacity: 1;
  color: rgba(41, 37, 36, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-warmGray-900 {
  --tw-text-opacity: 1;
  color: rgba(28, 25, 23, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-trueGray-50 {
  --tw-text-opacity: 1;
  color: rgba(250, 250, 250, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-trueGray-100 {
  --tw-text-opacity: 1;
  color: rgba(245, 245, 245, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-trueGray-200 {
  --tw-text-opacity: 1;
  color: rgba(229, 229, 229, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-trueGray-300 {
  --tw-text-opacity: 1;
  color: rgba(212, 212, 212, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-trueGray-400 {
  --tw-text-opacity: 1;
  color: rgba(163, 163, 163, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-trueGray-500 {
  --tw-text-opacity: 1;
  color: rgba(115, 115, 115, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-trueGray-600 {
  --tw-text-opacity: 1;
  color: rgba(82, 82, 82, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-trueGray-700 {
  --tw-text-opacity: 1;
  color: rgba(64, 64, 64, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-trueGray-800 {
  --tw-text-opacity: 1;
  color: rgba(38, 38, 38, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-trueGray-900 {
  --tw-text-opacity: 1;
  color: rgba(23, 23, 23, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-gray-50 {
  --tw-text-opacity: 1;
  color: rgba(250, 250, 250, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-gray-100 {
  --tw-text-opacity: 1;
  color: rgba(244, 244, 245, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-gray-200 {
  --tw-text-opacity: 1;
  color: rgba(228, 228, 231, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-gray-300 {
  --tw-text-opacity: 1;
  color: rgba(212, 212, 216, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-gray-400 {
  --tw-text-opacity: 1;
  color: rgba(161, 161, 170, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-gray-500 {
  --tw-text-opacity: 1;
  color: rgba(113, 113, 122, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-gray-600 {
  --tw-text-opacity: 1;
  color: rgba(82, 82, 91, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-gray-700 {
  --tw-text-opacity: 1;
  color: rgba(63, 63, 70, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-gray-800 {
  --tw-text-opacity: 1;
  color: rgba(39, 39, 42, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-gray-900 {
  --tw-text-opacity: 1;
  color: rgba(24, 24, 27, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-coolGray-50 {
  --tw-text-opacity: 1;
  color: rgba(249, 250, 251, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-coolGray-100 {
  --tw-text-opacity: 1;
  color: rgba(243, 244, 246, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-coolGray-200 {
  --tw-text-opacity: 1;
  color: rgba(229, 231, 235, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-coolGray-300 {
  --tw-text-opacity: 1;
  color: rgba(209, 213, 219, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-coolGray-400 {
  --tw-text-opacity: 1;
  color: rgba(156, 163, 175, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-coolGray-500 {
  --tw-text-opacity: 1;
  color: rgba(107, 114, 128, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-coolGray-600 {
  --tw-text-opacity: 1;
  color: rgba(75, 85, 99, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-coolGray-700 {
  --tw-text-opacity: 1;
  color: rgba(55, 65, 81, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-coolGray-800 {
  --tw-text-opacity: 1;
  color: rgba(31, 41, 55, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-coolGray-900 {
  --tw-text-opacity: 1;
  color: rgba(17, 24, 39, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-blueGray-50 {
  --tw-text-opacity: 1;
  color: rgba(248, 250, 252, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-blueGray-100 {
  --tw-text-opacity: 1;
  color: rgba(241, 245, 249, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-blueGray-200 {
  --tw-text-opacity: 1;
  color: rgba(226, 232, 240, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-blueGray-300 {
  --tw-text-opacity: 1;
  color: rgba(203, 213, 225, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-blueGray-400 {
  --tw-text-opacity: 1;
  color: rgba(148, 163, 184, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-blueGray-500 {
  --tw-text-opacity: 1;
  color: rgba(100, 116, 139, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-blueGray-600 {
  --tw-text-opacity: 1;
  color: rgba(71, 85, 105, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-blueGray-700 {
  --tw-text-opacity: 1;
  color: rgba(51, 65, 85, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-blueGray-800 {
  --tw-text-opacity: 1;
  color: rgba(30, 41, 59, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-blueGray-900 {
  --tw-text-opacity: 1;
  color: rgba(15, 23, 42, var(--tw-text-opacity));
}

.active\:text-current:active {
  color: currentColor;
}

.active\:text-transparent:active {
  color: transparent;
}

.active\:text-falcon:active {
  color: var(--falcon);
}

.active\:text-basement:active {
  color: var(--basement);
}

.active\:text-blue-50:active {
  --tw-text-opacity: 1;
  color: rgba(239, 246, 255, var(--tw-text-opacity));
}

.active\:text-blue-100:active {
  --tw-text-opacity: 1;
  color: rgba(219, 234, 254, var(--tw-text-opacity));
}

.active\:text-blue-200:active {
  --tw-text-opacity: 1;
  color: rgba(191, 219, 254, var(--tw-text-opacity));
}

.active\:text-blue-300:active {
  --tw-text-opacity: 1;
  color: rgba(147, 197, 253, var(--tw-text-opacity));
}

.active\:text-blue-400:active {
  --tw-text-opacity: 1;
  color: rgba(96, 165, 250, var(--tw-text-opacity));
}

.active\:text-blue-500:active {
  --tw-text-opacity: 1;
  color: rgba(59, 130, 246, var(--tw-text-opacity));
}

.active\:text-blue-600:active {
  --tw-text-opacity: 1;
  color: rgba(37, 99, 235, var(--tw-text-opacity));
}

.active\:text-blue-700:active {
  --tw-text-opacity: 1;
  color: rgba(29, 78, 216, var(--tw-text-opacity));
}

.active\:text-blue-800:active {
  --tw-text-opacity: 1;
  color: rgba(30, 64, 175, var(--tw-text-opacity));
}

.active\:text-blue-900:active {
  --tw-text-opacity: 1;
  color: rgba(30, 58, 138, var(--tw-text-opacity));
}

.active\:text-body-and-labels:active {
  color: var(--body-and-labels);
}

.active\:text-brand:active {
  color: var(--brand);
}

.active\:text-code-base-64:active {
  color: var(--code-base-64);
}

.active\:text-code-bg:active {
  color: var(--code-bg);
}

.active\:text-code-outline:active {
  color: var(--code-outline);
}

.active\:text-code-text:active {
  color: var(--code-text);
}

.active\:text-critical:active {
  color: var(--critical);
}

.active\:text-destructive-hover:active {
  color: var(--destructive-hover);
}

.active\:text-destructive-idle:active {
  color: var(--destructive-idle);
}

.active\:text-destructive-pressed:active {
  color: var(--destructive-pressed);
}

.active\:text-disabled:active {
  color: var(--disabled);
}

.active\:text-disc-operations:active {
  color: var(--disc-operations);
}

.active\:text-dns-requests:active {
  color: var(--dns-requests);
}

.active\:text-focus:active {
  color: var(--focus);
}

.active\:text-graph-1:active {
  color: var(--graph-1);
}

.active\:text-graph-10:active {
  color: var(--graph-10);
}

.active\:text-graph-11:active {
  color: var(--graph-11);
}

.active\:text-graph-2:active {
  color: var(--graph-2);
}

.active\:text-graph-3:active {
  color: var(--graph-3);
}

.active\:text-graph-4:active {
  color: var(--graph-4);
}

.active\:text-graph-5:active {
  color: var(--graph-5);
}

.active\:text-graph-6:active {
  color: var(--graph-6);
}

.active\:text-graph-7:active {
  color: var(--graph-7);
}

.active\:text-graph-8:active {
  color: var(--graph-8);
}

.active\:text-graph-9:active {
  color: var(--graph-9);
}

.active\:text-graph-disabled:active {
  color: var(--graph-disabled);
}

.active\:text-ground-floor:active {
  color: var(--ground-floor);
}

.active\:text-high:active {
  color: var(--high);
}

.active\:text-informational:active {
  color: var(--informational);
}

.active\:text-lines-dark:active {
  color: var(--lines-dark);
}

.active\:text-lines-light:active {
  color: var(--lines-light);
}

.active\:text-low:active {
  color: var(--low);
}

.active\:text-medium:active {
  color: var(--medium);
}

.active\:text-mezzanine:active {
  color: var(--mezzanine);
}

.active\:text-nav-text-and-icons:active {
  color: var(--nav-text-and-icons);
}

.active\:text-nav-text-secondary:active {
  color: var(--nav-text-secondary);
}

.active\:text-network-operations:active {
  color: var(--network-operations);
}

.active\:text-normal-hover:active {
  color: var(--normal-hover);
}

.active\:text-normal-idle:active {
  color: var(--normal-idle);
}

.active\:text-normal-pressed:active {
  color: var(--normal-pressed);
}

.active\:text-overlay-0\.5:active {
  color: var(--overlay-0\.5);
}

.active\:text-overlay-1:active {
  color: var(--overlay-1);
}

.active\:text-overlay-2:active {
  color: var(--overlay-2);
}

.active\:text-positive:active {
  color: var(--positive);
}

.active\:text-primary-hover:active {
  color: var(--primary-hover);
}

.active\:text-primary-idle:active {
  color: var(--primary-idle);
}

.active\:text-primary-pressed:active {
  color: var(--primary-pressed);
}

.active\:text-process-operations:active {
  color: var(--process-operations);
}

.active\:text-purple-50:active {
  --tw-text-opacity: 1;
  color: rgba(250, 245, 255, var(--tw-text-opacity));
}

.active\:text-purple-100:active {
  --tw-text-opacity: 1;
  color: rgba(243, 232, 255, var(--tw-text-opacity));
}

.active\:text-purple-200:active {
  --tw-text-opacity: 1;
  color: rgba(233, 213, 255, var(--tw-text-opacity));
}

.active\:text-purple-300:active {
  --tw-text-opacity: 1;
  color: rgba(216, 180, 254, var(--tw-text-opacity));
}

.active\:text-purple-400:active {
  --tw-text-opacity: 1;
  color: rgba(192, 132, 252, var(--tw-text-opacity));
}

.active\:text-purple-500:active {
  --tw-text-opacity: 1;
  color: rgba(168, 85, 247, var(--tw-text-opacity));
}

.active\:text-purple-600:active {
  --tw-text-opacity: 1;
  color: rgba(147, 51, 234, var(--tw-text-opacity));
}

.active\:text-purple-700:active {
  --tw-text-opacity: 1;
  color: rgba(126, 34, 206, var(--tw-text-opacity));
}

.active\:text-purple-800:active {
  --tw-text-opacity: 1;
  color: rgba(107, 33, 168, var(--tw-text-opacity));
}

.active\:text-purple-900:active {
  --tw-text-opacity: 1;
  color: rgba(88, 28, 135, var(--tw-text-opacity));
}

.active\:text-registry-operations:active {
  color: var(--registry-operations);
}

.active\:text-selected:active {
  color: var(--selected);
}

.active\:text-surface-2xl:active {
  color: var(--surface-2xl);
}

.active\:text-surface-base:active {
  color: var(--surface-base);
}

.active\:text-surface-inner:active {
  color: var(--surface-inner);
}

.active\:text-surface-lg:active {
  color: var(--surface-lg);
}

.active\:text-surface-md:active {
  color: var(--surface-md);
}

.active\:text-surface-xl:active {
  color: var(--surface-xl);
}

.active\:text-text-and-icons:active {
  color: var(--text-and-icons);
}

.active\:text-titles-and-attributes:active {
  color: var(--titles-and-attributes);
}

.active\:text-black:active {
  --tw-text-opacity: 1;
  color: rgba(0, 0, 0, var(--tw-text-opacity));
}

.active\:text-white:active {
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
}

.active\:text-rose-50:active {
  --tw-text-opacity: 1;
  color: rgba(255, 241, 242, var(--tw-text-opacity));
}

.active\:text-rose-100:active {
  --tw-text-opacity: 1;
  color: rgba(255, 228, 230, var(--tw-text-opacity));
}

.active\:text-rose-200:active {
  --tw-text-opacity: 1;
  color: rgba(254, 205, 211, var(--tw-text-opacity));
}

.active\:text-rose-300:active {
  --tw-text-opacity: 1;
  color: rgba(253, 164, 175, var(--tw-text-opacity));
}

.active\:text-rose-400:active {
  --tw-text-opacity: 1;
  color: rgba(251, 113, 133, var(--tw-text-opacity));
}

.active\:text-rose-500:active {
  --tw-text-opacity: 1;
  color: rgba(244, 63, 94, var(--tw-text-opacity));
}

.active\:text-rose-600:active {
  --tw-text-opacity: 1;
  color: rgba(225, 29, 72, var(--tw-text-opacity));
}

.active\:text-rose-700:active {
  --tw-text-opacity: 1;
  color: rgba(190, 18, 60, var(--tw-text-opacity));
}

.active\:text-rose-800:active {
  --tw-text-opacity: 1;
  color: rgba(159, 18, 57, var(--tw-text-opacity));
}

.active\:text-rose-900:active {
  --tw-text-opacity: 1;
  color: rgba(136, 19, 55, var(--tw-text-opacity));
}

.active\:text-pink-50:active {
  --tw-text-opacity: 1;
  color: rgba(253, 242, 248, var(--tw-text-opacity));
}

.active\:text-pink-100:active {
  --tw-text-opacity: 1;
  color: rgba(252, 231, 243, var(--tw-text-opacity));
}

.active\:text-pink-200:active {
  --tw-text-opacity: 1;
  color: rgba(251, 207, 232, var(--tw-text-opacity));
}

.active\:text-pink-300:active {
  --tw-text-opacity: 1;
  color: rgba(249, 168, 212, var(--tw-text-opacity));
}

.active\:text-pink-400:active {
  --tw-text-opacity: 1;
  color: rgba(244, 114, 182, var(--tw-text-opacity));
}

.active\:text-pink-500:active {
  --tw-text-opacity: 1;
  color: rgba(236, 72, 153, var(--tw-text-opacity));
}

.active\:text-pink-600:active {
  --tw-text-opacity: 1;
  color: rgba(219, 39, 119, var(--tw-text-opacity));
}

.active\:text-pink-700:active {
  --tw-text-opacity: 1;
  color: rgba(190, 24, 93, var(--tw-text-opacity));
}

.active\:text-pink-800:active {
  --tw-text-opacity: 1;
  color: rgba(157, 23, 77, var(--tw-text-opacity));
}

.active\:text-pink-900:active {
  --tw-text-opacity: 1;
  color: rgba(131, 24, 67, var(--tw-text-opacity));
}

.active\:text-fuchsia-50:active {
  --tw-text-opacity: 1;
  color: rgba(253, 244, 255, var(--tw-text-opacity));
}

.active\:text-fuchsia-100:active {
  --tw-text-opacity: 1;
  color: rgba(250, 232, 255, var(--tw-text-opacity));
}

.active\:text-fuchsia-200:active {
  --tw-text-opacity: 1;
  color: rgba(245, 208, 254, var(--tw-text-opacity));
}

.active\:text-fuchsia-300:active {
  --tw-text-opacity: 1;
  color: rgba(240, 171, 252, var(--tw-text-opacity));
}

.active\:text-fuchsia-400:active {
  --tw-text-opacity: 1;
  color: rgba(232, 121, 249, var(--tw-text-opacity));
}

.active\:text-fuchsia-500:active {
  --tw-text-opacity: 1;
  color: rgba(217, 70, 239, var(--tw-text-opacity));
}

.active\:text-fuchsia-600:active {
  --tw-text-opacity: 1;
  color: rgba(192, 38, 211, var(--tw-text-opacity));
}

.active\:text-fuchsia-700:active {
  --tw-text-opacity: 1;
  color: rgba(162, 28, 175, var(--tw-text-opacity));
}

.active\:text-fuchsia-800:active {
  --tw-text-opacity: 1;
  color: rgba(134, 25, 143, var(--tw-text-opacity));
}

.active\:text-fuchsia-900:active {
  --tw-text-opacity: 1;
  color: rgba(112, 26, 117, var(--tw-text-opacity));
}

.active\:text-violet-50:active {
  --tw-text-opacity: 1;
  color: rgba(245, 243, 255, var(--tw-text-opacity));
}

.active\:text-violet-100:active {
  --tw-text-opacity: 1;
  color: rgba(237, 233, 254, var(--tw-text-opacity));
}

.active\:text-violet-200:active {
  --tw-text-opacity: 1;
  color: rgba(221, 214, 254, var(--tw-text-opacity));
}

.active\:text-violet-300:active {
  --tw-text-opacity: 1;
  color: rgba(196, 181, 253, var(--tw-text-opacity));
}

.active\:text-violet-400:active {
  --tw-text-opacity: 1;
  color: rgba(167, 139, 250, var(--tw-text-opacity));
}

.active\:text-violet-500:active {
  --tw-text-opacity: 1;
  color: rgba(139, 92, 246, var(--tw-text-opacity));
}

.active\:text-violet-600:active {
  --tw-text-opacity: 1;
  color: rgba(124, 58, 237, var(--tw-text-opacity));
}

.active\:text-violet-700:active {
  --tw-text-opacity: 1;
  color: rgba(109, 40, 217, var(--tw-text-opacity));
}

.active\:text-violet-800:active {
  --tw-text-opacity: 1;
  color: rgba(91, 33, 182, var(--tw-text-opacity));
}

.active\:text-violet-900:active {
  --tw-text-opacity: 1;
  color: rgba(76, 29, 149, var(--tw-text-opacity));
}

.active\:text-indigo-50:active {
  --tw-text-opacity: 1;
  color: rgba(238, 242, 255, var(--tw-text-opacity));
}

.active\:text-indigo-100:active {
  --tw-text-opacity: 1;
  color: rgba(224, 231, 255, var(--tw-text-opacity));
}

.active\:text-indigo-200:active {
  --tw-text-opacity: 1;
  color: rgba(199, 210, 254, var(--tw-text-opacity));
}

.active\:text-indigo-300:active {
  --tw-text-opacity: 1;
  color: rgba(165, 180, 252, var(--tw-text-opacity));
}

.active\:text-indigo-400:active {
  --tw-text-opacity: 1;
  color: rgba(129, 140, 248, var(--tw-text-opacity));
}

.active\:text-indigo-500:active {
  --tw-text-opacity: 1;
  color: rgba(99, 102, 241, var(--tw-text-opacity));
}

.active\:text-indigo-600:active {
  --tw-text-opacity: 1;
  color: rgba(79, 70, 229, var(--tw-text-opacity));
}

.active\:text-indigo-700:active {
  --tw-text-opacity: 1;
  color: rgba(67, 56, 202, var(--tw-text-opacity));
}

.active\:text-indigo-800:active {
  --tw-text-opacity: 1;
  color: rgba(55, 48, 163, var(--tw-text-opacity));
}

.active\:text-indigo-900:active {
  --tw-text-opacity: 1;
  color: rgba(49, 46, 129, var(--tw-text-opacity));
}

.active\:text-lightBlue-50:active {
  --tw-text-opacity: 1;
  color: rgba(240, 249, 255, var(--tw-text-opacity));
}

.active\:text-lightBlue-100:active {
  --tw-text-opacity: 1;
  color: rgba(224, 242, 254, var(--tw-text-opacity));
}

.active\:text-lightBlue-200:active {
  --tw-text-opacity: 1;
  color: rgba(186, 230, 253, var(--tw-text-opacity));
}

.active\:text-lightBlue-300:active {
  --tw-text-opacity: 1;
  color: rgba(125, 211, 252, var(--tw-text-opacity));
}

.active\:text-lightBlue-400:active {
  --tw-text-opacity: 1;
  color: rgba(56, 189, 248, var(--tw-text-opacity));
}

.active\:text-lightBlue-500:active {
  --tw-text-opacity: 1;
  color: rgba(14, 165, 233, var(--tw-text-opacity));
}

.active\:text-lightBlue-600:active {
  --tw-text-opacity: 1;
  color: rgba(2, 132, 199, var(--tw-text-opacity));
}

.active\:text-lightBlue-700:active {
  --tw-text-opacity: 1;
  color: rgba(3, 105, 161, var(--tw-text-opacity));
}

.active\:text-lightBlue-800:active {
  --tw-text-opacity: 1;
  color: rgba(7, 89, 133, var(--tw-text-opacity));
}

.active\:text-lightBlue-900:active {
  --tw-text-opacity: 1;
  color: rgba(12, 74, 110, var(--tw-text-opacity));
}

.active\:text-cyan-50:active {
  --tw-text-opacity: 1;
  color: rgba(236, 254, 255, var(--tw-text-opacity));
}

.active\:text-cyan-100:active {
  --tw-text-opacity: 1;
  color: rgba(207, 250, 254, var(--tw-text-opacity));
}

.active\:text-cyan-200:active {
  --tw-text-opacity: 1;
  color: rgba(165, 243, 252, var(--tw-text-opacity));
}

.active\:text-cyan-300:active {
  --tw-text-opacity: 1;
  color: rgba(103, 232, 249, var(--tw-text-opacity));
}

.active\:text-cyan-400:active {
  --tw-text-opacity: 1;
  color: rgba(34, 211, 238, var(--tw-text-opacity));
}

.active\:text-cyan-500:active {
  --tw-text-opacity: 1;
  color: rgba(6, 182, 212, var(--tw-text-opacity));
}

.active\:text-cyan-600:active {
  --tw-text-opacity: 1;
  color: rgba(8, 145, 178, var(--tw-text-opacity));
}

.active\:text-cyan-700:active {
  --tw-text-opacity: 1;
  color: rgba(14, 116, 144, var(--tw-text-opacity));
}

.active\:text-cyan-800:active {
  --tw-text-opacity: 1;
  color: rgba(21, 94, 117, var(--tw-text-opacity));
}

.active\:text-cyan-900:active {
  --tw-text-opacity: 1;
  color: rgba(22, 78, 99, var(--tw-text-opacity));
}

.active\:text-teal-50:active {
  --tw-text-opacity: 1;
  color: rgba(240, 253, 250, var(--tw-text-opacity));
}

.active\:text-teal-100:active {
  --tw-text-opacity: 1;
  color: rgba(204, 251, 241, var(--tw-text-opacity));
}

.active\:text-teal-200:active {
  --tw-text-opacity: 1;
  color: rgba(153, 246, 228, var(--tw-text-opacity));
}

.active\:text-teal-300:active {
  --tw-text-opacity: 1;
  color: rgba(94, 234, 212, var(--tw-text-opacity));
}

.active\:text-teal-400:active {
  --tw-text-opacity: 1;
  color: rgba(45, 212, 191, var(--tw-text-opacity));
}

.active\:text-teal-500:active {
  --tw-text-opacity: 1;
  color: rgba(20, 184, 166, var(--tw-text-opacity));
}

.active\:text-teal-600:active {
  --tw-text-opacity: 1;
  color: rgba(13, 148, 136, var(--tw-text-opacity));
}

.active\:text-teal-700:active {
  --tw-text-opacity: 1;
  color: rgba(15, 118, 110, var(--tw-text-opacity));
}

.active\:text-teal-800:active {
  --tw-text-opacity: 1;
  color: rgba(17, 94, 89, var(--tw-text-opacity));
}

.active\:text-teal-900:active {
  --tw-text-opacity: 1;
  color: rgba(19, 78, 74, var(--tw-text-opacity));
}

.active\:text-emerald-50:active {
  --tw-text-opacity: 1;
  color: rgba(236, 253, 245, var(--tw-text-opacity));
}

.active\:text-emerald-100:active {
  --tw-text-opacity: 1;
  color: rgba(209, 250, 229, var(--tw-text-opacity));
}

.active\:text-emerald-200:active {
  --tw-text-opacity: 1;
  color: rgba(167, 243, 208, var(--tw-text-opacity));
}

.active\:text-emerald-300:active {
  --tw-text-opacity: 1;
  color: rgba(110, 231, 183, var(--tw-text-opacity));
}

.active\:text-emerald-400:active {
  --tw-text-opacity: 1;
  color: rgba(52, 211, 153, var(--tw-text-opacity));
}

.active\:text-emerald-500:active {
  --tw-text-opacity: 1;
  color: rgba(16, 185, 129, var(--tw-text-opacity));
}

.active\:text-emerald-600:active {
  --tw-text-opacity: 1;
  color: rgba(5, 150, 105, var(--tw-text-opacity));
}

.active\:text-emerald-700:active {
  --tw-text-opacity: 1;
  color: rgba(4, 120, 87, var(--tw-text-opacity));
}

.active\:text-emerald-800:active {
  --tw-text-opacity: 1;
  color: rgba(6, 95, 70, var(--tw-text-opacity));
}

.active\:text-emerald-900:active {
  --tw-text-opacity: 1;
  color: rgba(6, 78, 59, var(--tw-text-opacity));
}

.active\:text-green-50:active {
  --tw-text-opacity: 1;
  color: rgba(240, 253, 244, var(--tw-text-opacity));
}

.active\:text-green-100:active {
  --tw-text-opacity: 1;
  color: rgba(220, 252, 231, var(--tw-text-opacity));
}

.active\:text-green-200:active {
  --tw-text-opacity: 1;
  color: rgba(187, 247, 208, var(--tw-text-opacity));
}

.active\:text-green-300:active {
  --tw-text-opacity: 1;
  color: rgba(134, 239, 172, var(--tw-text-opacity));
}

.active\:text-green-400:active {
  --tw-text-opacity: 1;
  color: rgba(74, 222, 128, var(--tw-text-opacity));
}

.active\:text-green-500:active {
  --tw-text-opacity: 1;
  color: rgba(34, 197, 94, var(--tw-text-opacity));
}

.active\:text-green-600:active {
  --tw-text-opacity: 1;
  color: rgba(22, 163, 74, var(--tw-text-opacity));
}

.active\:text-green-700:active {
  --tw-text-opacity: 1;
  color: rgba(21, 128, 61, var(--tw-text-opacity));
}

.active\:text-green-800:active {
  --tw-text-opacity: 1;
  color: rgba(22, 101, 52, var(--tw-text-opacity));
}

.active\:text-green-900:active {
  --tw-text-opacity: 1;
  color: rgba(20, 83, 45, var(--tw-text-opacity));
}

.active\:text-lime-50:active {
  --tw-text-opacity: 1;
  color: rgba(247, 254, 231, var(--tw-text-opacity));
}

.active\:text-lime-100:active {
  --tw-text-opacity: 1;
  color: rgba(236, 252, 203, var(--tw-text-opacity));
}

.active\:text-lime-200:active {
  --tw-text-opacity: 1;
  color: rgba(217, 249, 157, var(--tw-text-opacity));
}

.active\:text-lime-300:active {
  --tw-text-opacity: 1;
  color: rgba(190, 242, 100, var(--tw-text-opacity));
}

.active\:text-lime-400:active {
  --tw-text-opacity: 1;
  color: rgba(163, 230, 53, var(--tw-text-opacity));
}

.active\:text-lime-500:active {
  --tw-text-opacity: 1;
  color: rgba(132, 204, 22, var(--tw-text-opacity));
}

.active\:text-lime-600:active {
  --tw-text-opacity: 1;
  color: rgba(101, 163, 13, var(--tw-text-opacity));
}

.active\:text-lime-700:active {
  --tw-text-opacity: 1;
  color: rgba(77, 124, 15, var(--tw-text-opacity));
}

.active\:text-lime-800:active {
  --tw-text-opacity: 1;
  color: rgba(63, 98, 18, var(--tw-text-opacity));
}

.active\:text-lime-900:active {
  --tw-text-opacity: 1;
  color: rgba(54, 83, 20, var(--tw-text-opacity));
}

.active\:text-yellow-50:active {
  --tw-text-opacity: 1;
  color: rgba(254, 252, 232, var(--tw-text-opacity));
}

.active\:text-yellow-100:active {
  --tw-text-opacity: 1;
  color: rgba(254, 249, 195, var(--tw-text-opacity));
}

.active\:text-yellow-200:active {
  --tw-text-opacity: 1;
  color: rgba(254, 240, 138, var(--tw-text-opacity));
}

.active\:text-yellow-300:active {
  --tw-text-opacity: 1;
  color: rgba(253, 224, 71, var(--tw-text-opacity));
}

.active\:text-yellow-400:active {
  --tw-text-opacity: 1;
  color: rgba(250, 204, 21, var(--tw-text-opacity));
}

.active\:text-yellow-500:active {
  --tw-text-opacity: 1;
  color: rgba(234, 179, 8, var(--tw-text-opacity));
}

.active\:text-yellow-600:active {
  --tw-text-opacity: 1;
  color: rgba(202, 138, 4, var(--tw-text-opacity));
}

.active\:text-yellow-700:active {
  --tw-text-opacity: 1;
  color: rgba(161, 98, 7, var(--tw-text-opacity));
}

.active\:text-yellow-800:active {
  --tw-text-opacity: 1;
  color: rgba(133, 77, 14, var(--tw-text-opacity));
}

.active\:text-yellow-900:active {
  --tw-text-opacity: 1;
  color: rgba(113, 63, 18, var(--tw-text-opacity));
}

.active\:text-amber-50:active {
  --tw-text-opacity: 1;
  color: rgba(255, 251, 235, var(--tw-text-opacity));
}

.active\:text-amber-100:active {
  --tw-text-opacity: 1;
  color: rgba(254, 243, 199, var(--tw-text-opacity));
}

.active\:text-amber-200:active {
  --tw-text-opacity: 1;
  color: rgba(253, 230, 138, var(--tw-text-opacity));
}

.active\:text-amber-300:active {
  --tw-text-opacity: 1;
  color: rgba(252, 211, 77, var(--tw-text-opacity));
}

.active\:text-amber-400:active {
  --tw-text-opacity: 1;
  color: rgba(251, 191, 36, var(--tw-text-opacity));
}

.active\:text-amber-500:active {
  --tw-text-opacity: 1;
  color: rgba(245, 158, 11, var(--tw-text-opacity));
}

.active\:text-amber-600:active {
  --tw-text-opacity: 1;
  color: rgba(217, 119, 6, var(--tw-text-opacity));
}

.active\:text-amber-700:active {
  --tw-text-opacity: 1;
  color: rgba(180, 83, 9, var(--tw-text-opacity));
}

.active\:text-amber-800:active {
  --tw-text-opacity: 1;
  color: rgba(146, 64, 14, var(--tw-text-opacity));
}

.active\:text-amber-900:active {
  --tw-text-opacity: 1;
  color: rgba(120, 53, 15, var(--tw-text-opacity));
}

.active\:text-orange-50:active {
  --tw-text-opacity: 1;
  color: rgba(255, 247, 237, var(--tw-text-opacity));
}

.active\:text-orange-100:active {
  --tw-text-opacity: 1;
  color: rgba(255, 237, 213, var(--tw-text-opacity));
}

.active\:text-orange-200:active {
  --tw-text-opacity: 1;
  color: rgba(254, 215, 170, var(--tw-text-opacity));
}

.active\:text-orange-300:active {
  --tw-text-opacity: 1;
  color: rgba(253, 186, 116, var(--tw-text-opacity));
}

.active\:text-orange-400:active {
  --tw-text-opacity: 1;
  color: rgba(251, 146, 60, var(--tw-text-opacity));
}

.active\:text-orange-500:active {
  --tw-text-opacity: 1;
  color: rgba(249, 115, 22, var(--tw-text-opacity));
}

.active\:text-orange-600:active {
  --tw-text-opacity: 1;
  color: rgba(234, 88, 12, var(--tw-text-opacity));
}

.active\:text-orange-700:active {
  --tw-text-opacity: 1;
  color: rgba(194, 65, 12, var(--tw-text-opacity));
}

.active\:text-orange-800:active {
  --tw-text-opacity: 1;
  color: rgba(154, 52, 18, var(--tw-text-opacity));
}

.active\:text-orange-900:active {
  --tw-text-opacity: 1;
  color: rgba(124, 45, 18, var(--tw-text-opacity));
}

.active\:text-red-50:active {
  --tw-text-opacity: 1;
  color: rgba(254, 242, 242, var(--tw-text-opacity));
}

.active\:text-red-100:active {
  --tw-text-opacity: 1;
  color: rgba(254, 226, 226, var(--tw-text-opacity));
}

.active\:text-red-200:active {
  --tw-text-opacity: 1;
  color: rgba(254, 202, 202, var(--tw-text-opacity));
}

.active\:text-red-300:active {
  --tw-text-opacity: 1;
  color: rgba(252, 165, 165, var(--tw-text-opacity));
}

.active\:text-red-400:active {
  --tw-text-opacity: 1;
  color: rgba(248, 113, 113, var(--tw-text-opacity));
}

.active\:text-red-500:active {
  --tw-text-opacity: 1;
  color: rgba(239, 68, 68, var(--tw-text-opacity));
}

.active\:text-red-600:active {
  --tw-text-opacity: 1;
  color: rgba(220, 38, 38, var(--tw-text-opacity));
}

.active\:text-red-700:active {
  --tw-text-opacity: 1;
  color: rgba(185, 28, 28, var(--tw-text-opacity));
}

.active\:text-red-800:active {
  --tw-text-opacity: 1;
  color: rgba(153, 27, 27, var(--tw-text-opacity));
}

.active\:text-red-900:active {
  --tw-text-opacity: 1;
  color: rgba(127, 29, 29, var(--tw-text-opacity));
}

.active\:text-warmGray-50:active {
  --tw-text-opacity: 1;
  color: rgba(250, 250, 249, var(--tw-text-opacity));
}

.active\:text-warmGray-100:active {
  --tw-text-opacity: 1;
  color: rgba(245, 245, 244, var(--tw-text-opacity));
}

.active\:text-warmGray-200:active {
  --tw-text-opacity: 1;
  color: rgba(231, 229, 228, var(--tw-text-opacity));
}

.active\:text-warmGray-300:active {
  --tw-text-opacity: 1;
  color: rgba(214, 211, 209, var(--tw-text-opacity));
}

.active\:text-warmGray-400:active {
  --tw-text-opacity: 1;
  color: rgba(168, 162, 158, var(--tw-text-opacity));
}

.active\:text-warmGray-500:active {
  --tw-text-opacity: 1;
  color: rgba(120, 113, 108, var(--tw-text-opacity));
}

.active\:text-warmGray-600:active {
  --tw-text-opacity: 1;
  color: rgba(87, 83, 78, var(--tw-text-opacity));
}

.active\:text-warmGray-700:active {
  --tw-text-opacity: 1;
  color: rgba(68, 64, 60, var(--tw-text-opacity));
}

.active\:text-warmGray-800:active {
  --tw-text-opacity: 1;
  color: rgba(41, 37, 36, var(--tw-text-opacity));
}

.active\:text-warmGray-900:active {
  --tw-text-opacity: 1;
  color: rgba(28, 25, 23, var(--tw-text-opacity));
}

.active\:text-trueGray-50:active {
  --tw-text-opacity: 1;
  color: rgba(250, 250, 250, var(--tw-text-opacity));
}

.active\:text-trueGray-100:active {
  --tw-text-opacity: 1;
  color: rgba(245, 245, 245, var(--tw-text-opacity));
}

.active\:text-trueGray-200:active {
  --tw-text-opacity: 1;
  color: rgba(229, 229, 229, var(--tw-text-opacity));
}

.active\:text-trueGray-300:active {
  --tw-text-opacity: 1;
  color: rgba(212, 212, 212, var(--tw-text-opacity));
}

.active\:text-trueGray-400:active {
  --tw-text-opacity: 1;
  color: rgba(163, 163, 163, var(--tw-text-opacity));
}

.active\:text-trueGray-500:active {
  --tw-text-opacity: 1;
  color: rgba(115, 115, 115, var(--tw-text-opacity));
}

.active\:text-trueGray-600:active {
  --tw-text-opacity: 1;
  color: rgba(82, 82, 82, var(--tw-text-opacity));
}

.active\:text-trueGray-700:active {
  --tw-text-opacity: 1;
  color: rgba(64, 64, 64, var(--tw-text-opacity));
}

.active\:text-trueGray-800:active {
  --tw-text-opacity: 1;
  color: rgba(38, 38, 38, var(--tw-text-opacity));
}

.active\:text-trueGray-900:active {
  --tw-text-opacity: 1;
  color: rgba(23, 23, 23, var(--tw-text-opacity));
}

.active\:text-gray-50:active {
  --tw-text-opacity: 1;
  color: rgba(250, 250, 250, var(--tw-text-opacity));
}

.active\:text-gray-100:active {
  --tw-text-opacity: 1;
  color: rgba(244, 244, 245, var(--tw-text-opacity));
}

.active\:text-gray-200:active {
  --tw-text-opacity: 1;
  color: rgba(228, 228, 231, var(--tw-text-opacity));
}

.active\:text-gray-300:active {
  --tw-text-opacity: 1;
  color: rgba(212, 212, 216, var(--tw-text-opacity));
}

.active\:text-gray-400:active {
  --tw-text-opacity: 1;
  color: rgba(161, 161, 170, var(--tw-text-opacity));
}

.active\:text-gray-500:active {
  --tw-text-opacity: 1;
  color: rgba(113, 113, 122, var(--tw-text-opacity));
}

.active\:text-gray-600:active {
  --tw-text-opacity: 1;
  color: rgba(82, 82, 91, var(--tw-text-opacity));
}

.active\:text-gray-700:active {
  --tw-text-opacity: 1;
  color: rgba(63, 63, 70, var(--tw-text-opacity));
}

.active\:text-gray-800:active {
  --tw-text-opacity: 1;
  color: rgba(39, 39, 42, var(--tw-text-opacity));
}

.active\:text-gray-900:active {
  --tw-text-opacity: 1;
  color: rgba(24, 24, 27, var(--tw-text-opacity));
}

.active\:text-coolGray-50:active {
  --tw-text-opacity: 1;
  color: rgba(249, 250, 251, var(--tw-text-opacity));
}

.active\:text-coolGray-100:active {
  --tw-text-opacity: 1;
  color: rgba(243, 244, 246, var(--tw-text-opacity));
}

.active\:text-coolGray-200:active {
  --tw-text-opacity: 1;
  color: rgba(229, 231, 235, var(--tw-text-opacity));
}

.active\:text-coolGray-300:active {
  --tw-text-opacity: 1;
  color: rgba(209, 213, 219, var(--tw-text-opacity));
}

.active\:text-coolGray-400:active {
  --tw-text-opacity: 1;
  color: rgba(156, 163, 175, var(--tw-text-opacity));
}

.active\:text-coolGray-500:active {
  --tw-text-opacity: 1;
  color: rgba(107, 114, 128, var(--tw-text-opacity));
}

.active\:text-coolGray-600:active {
  --tw-text-opacity: 1;
  color: rgba(75, 85, 99, var(--tw-text-opacity));
}

.active\:text-coolGray-700:active {
  --tw-text-opacity: 1;
  color: rgba(55, 65, 81, var(--tw-text-opacity));
}

.active\:text-coolGray-800:active {
  --tw-text-opacity: 1;
  color: rgba(31, 41, 55, var(--tw-text-opacity));
}

.active\:text-coolGray-900:active {
  --tw-text-opacity: 1;
  color: rgba(17, 24, 39, var(--tw-text-opacity));
}

.active\:text-blueGray-50:active {
  --tw-text-opacity: 1;
  color: rgba(248, 250, 252, var(--tw-text-opacity));
}

.active\:text-blueGray-100:active {
  --tw-text-opacity: 1;
  color: rgba(241, 245, 249, var(--tw-text-opacity));
}

.active\:text-blueGray-200:active {
  --tw-text-opacity: 1;
  color: rgba(226, 232, 240, var(--tw-text-opacity));
}

.active\:text-blueGray-300:active {
  --tw-text-opacity: 1;
  color: rgba(203, 213, 225, var(--tw-text-opacity));
}

.active\:text-blueGray-400:active {
  --tw-text-opacity: 1;
  color: rgba(148, 163, 184, var(--tw-text-opacity));
}

.active\:text-blueGray-500:active {
  --tw-text-opacity: 1;
  color: rgba(100, 116, 139, var(--tw-text-opacity));
}

.active\:text-blueGray-600:active {
  --tw-text-opacity: 1;
  color: rgba(71, 85, 105, var(--tw-text-opacity));
}

.active\:text-blueGray-700:active {
  --tw-text-opacity: 1;
  color: rgba(51, 65, 85, var(--tw-text-opacity));
}

.active\:text-blueGray-800:active {
  --tw-text-opacity: 1;
  color: rgba(30, 41, 59, var(--tw-text-opacity));
}

.active\:text-blueGray-900:active {
  --tw-text-opacity: 1;
  color: rgba(15, 23, 42, var(--tw-text-opacity));
}

.disabled\:text-current:disabled {
  color: currentColor;
}

.disabled\:text-transparent:disabled {
  color: transparent;
}

.disabled\:text-falcon:disabled {
  color: var(--falcon);
}

.disabled\:text-basement:disabled {
  color: var(--basement);
}

.disabled\:text-blue-50:disabled {
  --tw-text-opacity: 1;
  color: rgba(239, 246, 255, var(--tw-text-opacity));
}

.disabled\:text-blue-100:disabled {
  --tw-text-opacity: 1;
  color: rgba(219, 234, 254, var(--tw-text-opacity));
}

.disabled\:text-blue-200:disabled {
  --tw-text-opacity: 1;
  color: rgba(191, 219, 254, var(--tw-text-opacity));
}

.disabled\:text-blue-300:disabled {
  --tw-text-opacity: 1;
  color: rgba(147, 197, 253, var(--tw-text-opacity));
}

.disabled\:text-blue-400:disabled {
  --tw-text-opacity: 1;
  color: rgba(96, 165, 250, var(--tw-text-opacity));
}

.disabled\:text-blue-500:disabled {
  --tw-text-opacity: 1;
  color: rgba(59, 130, 246, var(--tw-text-opacity));
}

.disabled\:text-blue-600:disabled {
  --tw-text-opacity: 1;
  color: rgba(37, 99, 235, var(--tw-text-opacity));
}

.disabled\:text-blue-700:disabled {
  --tw-text-opacity: 1;
  color: rgba(29, 78, 216, var(--tw-text-opacity));
}

.disabled\:text-blue-800:disabled {
  --tw-text-opacity: 1;
  color: rgba(30, 64, 175, var(--tw-text-opacity));
}

.disabled\:text-blue-900:disabled {
  --tw-text-opacity: 1;
  color: rgba(30, 58, 138, var(--tw-text-opacity));
}

.disabled\:text-body-and-labels:disabled {
  color: var(--body-and-labels);
}

.disabled\:text-brand:disabled {
  color: var(--brand);
}

.disabled\:text-code-base-64:disabled {
  color: var(--code-base-64);
}

.disabled\:text-code-bg:disabled {
  color: var(--code-bg);
}

.disabled\:text-code-outline:disabled {
  color: var(--code-outline);
}

.disabled\:text-code-text:disabled {
  color: var(--code-text);
}

.disabled\:text-critical:disabled {
  color: var(--critical);
}

.disabled\:text-destructive-hover:disabled {
  color: var(--destructive-hover);
}

.disabled\:text-destructive-idle:disabled {
  color: var(--destructive-idle);
}

.disabled\:text-destructive-pressed:disabled {
  color: var(--destructive-pressed);
}

.disabled\:text-disabled:disabled {
  color: var(--disabled);
}

.disabled\:text-disc-operations:disabled {
  color: var(--disc-operations);
}

.disabled\:text-dns-requests:disabled {
  color: var(--dns-requests);
}

.disabled\:text-focus:disabled {
  color: var(--focus);
}

.disabled\:text-graph-1:disabled {
  color: var(--graph-1);
}

.disabled\:text-graph-10:disabled {
  color: var(--graph-10);
}

.disabled\:text-graph-11:disabled {
  color: var(--graph-11);
}

.disabled\:text-graph-2:disabled {
  color: var(--graph-2);
}

.disabled\:text-graph-3:disabled {
  color: var(--graph-3);
}

.disabled\:text-graph-4:disabled {
  color: var(--graph-4);
}

.disabled\:text-graph-5:disabled {
  color: var(--graph-5);
}

.disabled\:text-graph-6:disabled {
  color: var(--graph-6);
}

.disabled\:text-graph-7:disabled {
  color: var(--graph-7);
}

.disabled\:text-graph-8:disabled {
  color: var(--graph-8);
}

.disabled\:text-graph-9:disabled {
  color: var(--graph-9);
}

.disabled\:text-graph-disabled:disabled {
  color: var(--graph-disabled);
}

.disabled\:text-ground-floor:disabled {
  color: var(--ground-floor);
}

.disabled\:text-high:disabled {
  color: var(--high);
}

.disabled\:text-informational:disabled {
  color: var(--informational);
}

.disabled\:text-lines-dark:disabled {
  color: var(--lines-dark);
}

.disabled\:text-lines-light:disabled {
  color: var(--lines-light);
}

.disabled\:text-low:disabled {
  color: var(--low);
}

.disabled\:text-medium:disabled {
  color: var(--medium);
}

.disabled\:text-mezzanine:disabled {
  color: var(--mezzanine);
}

.disabled\:text-nav-text-and-icons:disabled {
  color: var(--nav-text-and-icons);
}

.disabled\:text-nav-text-secondary:disabled {
  color: var(--nav-text-secondary);
}

.disabled\:text-network-operations:disabled {
  color: var(--network-operations);
}

.disabled\:text-normal-hover:disabled {
  color: var(--normal-hover);
}

.disabled\:text-normal-idle:disabled {
  color: var(--normal-idle);
}

.disabled\:text-normal-pressed:disabled {
  color: var(--normal-pressed);
}

.disabled\:text-overlay-0\.5:disabled {
  color: var(--overlay-0\.5);
}

.disabled\:text-overlay-1:disabled {
  color: var(--overlay-1);
}

.disabled\:text-overlay-2:disabled {
  color: var(--overlay-2);
}

.disabled\:text-positive:disabled {
  color: var(--positive);
}

.disabled\:text-primary-hover:disabled {
  color: var(--primary-hover);
}

.disabled\:text-primary-idle:disabled {
  color: var(--primary-idle);
}

.disabled\:text-primary-pressed:disabled {
  color: var(--primary-pressed);
}

.disabled\:text-process-operations:disabled {
  color: var(--process-operations);
}

.disabled\:text-purple-50:disabled {
  --tw-text-opacity: 1;
  color: rgba(250, 245, 255, var(--tw-text-opacity));
}

.disabled\:text-purple-100:disabled {
  --tw-text-opacity: 1;
  color: rgba(243, 232, 255, var(--tw-text-opacity));
}

.disabled\:text-purple-200:disabled {
  --tw-text-opacity: 1;
  color: rgba(233, 213, 255, var(--tw-text-opacity));
}

.disabled\:text-purple-300:disabled {
  --tw-text-opacity: 1;
  color: rgba(216, 180, 254, var(--tw-text-opacity));
}

.disabled\:text-purple-400:disabled {
  --tw-text-opacity: 1;
  color: rgba(192, 132, 252, var(--tw-text-opacity));
}

.disabled\:text-purple-500:disabled {
  --tw-text-opacity: 1;
  color: rgba(168, 85, 247, var(--tw-text-opacity));
}

.disabled\:text-purple-600:disabled {
  --tw-text-opacity: 1;
  color: rgba(147, 51, 234, var(--tw-text-opacity));
}

.disabled\:text-purple-700:disabled {
  --tw-text-opacity: 1;
  color: rgba(126, 34, 206, var(--tw-text-opacity));
}

.disabled\:text-purple-800:disabled {
  --tw-text-opacity: 1;
  color: rgba(107, 33, 168, var(--tw-text-opacity));
}

.disabled\:text-purple-900:disabled {
  --tw-text-opacity: 1;
  color: rgba(88, 28, 135, var(--tw-text-opacity));
}

.disabled\:text-registry-operations:disabled {
  color: var(--registry-operations);
}

.disabled\:text-selected:disabled {
  color: var(--selected);
}

.disabled\:text-surface-2xl:disabled {
  color: var(--surface-2xl);
}

.disabled\:text-surface-base:disabled {
  color: var(--surface-base);
}

.disabled\:text-surface-inner:disabled {
  color: var(--surface-inner);
}

.disabled\:text-surface-lg:disabled {
  color: var(--surface-lg);
}

.disabled\:text-surface-md:disabled {
  color: var(--surface-md);
}

.disabled\:text-surface-xl:disabled {
  color: var(--surface-xl);
}

.disabled\:text-text-and-icons:disabled {
  color: var(--text-and-icons);
}

.disabled\:text-titles-and-attributes:disabled {
  color: var(--titles-and-attributes);
}

.disabled\:text-black:disabled {
  --tw-text-opacity: 1;
  color: rgba(0, 0, 0, var(--tw-text-opacity));
}

.disabled\:text-white:disabled {
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
}

.disabled\:text-rose-50:disabled {
  --tw-text-opacity: 1;
  color: rgba(255, 241, 242, var(--tw-text-opacity));
}

.disabled\:text-rose-100:disabled {
  --tw-text-opacity: 1;
  color: rgba(255, 228, 230, var(--tw-text-opacity));
}

.disabled\:text-rose-200:disabled {
  --tw-text-opacity: 1;
  color: rgba(254, 205, 211, var(--tw-text-opacity));
}

.disabled\:text-rose-300:disabled {
  --tw-text-opacity: 1;
  color: rgba(253, 164, 175, var(--tw-text-opacity));
}

.disabled\:text-rose-400:disabled {
  --tw-text-opacity: 1;
  color: rgba(251, 113, 133, var(--tw-text-opacity));
}

.disabled\:text-rose-500:disabled {
  --tw-text-opacity: 1;
  color: rgba(244, 63, 94, var(--tw-text-opacity));
}

.disabled\:text-rose-600:disabled {
  --tw-text-opacity: 1;
  color: rgba(225, 29, 72, var(--tw-text-opacity));
}

.disabled\:text-rose-700:disabled {
  --tw-text-opacity: 1;
  color: rgba(190, 18, 60, var(--tw-text-opacity));
}

.disabled\:text-rose-800:disabled {
  --tw-text-opacity: 1;
  color: rgba(159, 18, 57, var(--tw-text-opacity));
}

.disabled\:text-rose-900:disabled {
  --tw-text-opacity: 1;
  color: rgba(136, 19, 55, var(--tw-text-opacity));
}

.disabled\:text-pink-50:disabled {
  --tw-text-opacity: 1;
  color: rgba(253, 242, 248, var(--tw-text-opacity));
}

.disabled\:text-pink-100:disabled {
  --tw-text-opacity: 1;
  color: rgba(252, 231, 243, var(--tw-text-opacity));
}

.disabled\:text-pink-200:disabled {
  --tw-text-opacity: 1;
  color: rgba(251, 207, 232, var(--tw-text-opacity));
}

.disabled\:text-pink-300:disabled {
  --tw-text-opacity: 1;
  color: rgba(249, 168, 212, var(--tw-text-opacity));
}

.disabled\:text-pink-400:disabled {
  --tw-text-opacity: 1;
  color: rgba(244, 114, 182, var(--tw-text-opacity));
}

.disabled\:text-pink-500:disabled {
  --tw-text-opacity: 1;
  color: rgba(236, 72, 153, var(--tw-text-opacity));
}

.disabled\:text-pink-600:disabled {
  --tw-text-opacity: 1;
  color: rgba(219, 39, 119, var(--tw-text-opacity));
}

.disabled\:text-pink-700:disabled {
  --tw-text-opacity: 1;
  color: rgba(190, 24, 93, var(--tw-text-opacity));
}

.disabled\:text-pink-800:disabled {
  --tw-text-opacity: 1;
  color: rgba(157, 23, 77, var(--tw-text-opacity));
}

.disabled\:text-pink-900:disabled {
  --tw-text-opacity: 1;
  color: rgba(131, 24, 67, var(--tw-text-opacity));
}

.disabled\:text-fuchsia-50:disabled {
  --tw-text-opacity: 1;
  color: rgba(253, 244, 255, var(--tw-text-opacity));
}

.disabled\:text-fuchsia-100:disabled {
  --tw-text-opacity: 1;
  color: rgba(250, 232, 255, var(--tw-text-opacity));
}

.disabled\:text-fuchsia-200:disabled {
  --tw-text-opacity: 1;
  color: rgba(245, 208, 254, var(--tw-text-opacity));
}

.disabled\:text-fuchsia-300:disabled {
  --tw-text-opacity: 1;
  color: rgba(240, 171, 252, var(--tw-text-opacity));
}

.disabled\:text-fuchsia-400:disabled {
  --tw-text-opacity: 1;
  color: rgba(232, 121, 249, var(--tw-text-opacity));
}

.disabled\:text-fuchsia-500:disabled {
  --tw-text-opacity: 1;
  color: rgba(217, 70, 239, var(--tw-text-opacity));
}

.disabled\:text-fuchsia-600:disabled {
  --tw-text-opacity: 1;
  color: rgba(192, 38, 211, var(--tw-text-opacity));
}

.disabled\:text-fuchsia-700:disabled {
  --tw-text-opacity: 1;
  color: rgba(162, 28, 175, var(--tw-text-opacity));
}

.disabled\:text-fuchsia-800:disabled {
  --tw-text-opacity: 1;
  color: rgba(134, 25, 143, var(--tw-text-opacity));
}

.disabled\:text-fuchsia-900:disabled {
  --tw-text-opacity: 1;
  color: rgba(112, 26, 117, var(--tw-text-opacity));
}

.disabled\:text-violet-50:disabled {
  --tw-text-opacity: 1;
  color: rgba(245, 243, 255, var(--tw-text-opacity));
}

.disabled\:text-violet-100:disabled {
  --tw-text-opacity: 1;
  color: rgba(237, 233, 254, var(--tw-text-opacity));
}

.disabled\:text-violet-200:disabled {
  --tw-text-opacity: 1;
  color: rgba(221, 214, 254, var(--tw-text-opacity));
}

.disabled\:text-violet-300:disabled {
  --tw-text-opacity: 1;
  color: rgba(196, 181, 253, var(--tw-text-opacity));
}

.disabled\:text-violet-400:disabled {
  --tw-text-opacity: 1;
  color: rgba(167, 139, 250, var(--tw-text-opacity));
}

.disabled\:text-violet-500:disabled {
  --tw-text-opacity: 1;
  color: rgba(139, 92, 246, var(--tw-text-opacity));
}

.disabled\:text-violet-600:disabled {
  --tw-text-opacity: 1;
  color: rgba(124, 58, 237, var(--tw-text-opacity));
}

.disabled\:text-violet-700:disabled {
  --tw-text-opacity: 1;
  color: rgba(109, 40, 217, var(--tw-text-opacity));
}

.disabled\:text-violet-800:disabled {
  --tw-text-opacity: 1;
  color: rgba(91, 33, 182, var(--tw-text-opacity));
}

.disabled\:text-violet-900:disabled {
  --tw-text-opacity: 1;
  color: rgba(76, 29, 149, var(--tw-text-opacity));
}

.disabled\:text-indigo-50:disabled {
  --tw-text-opacity: 1;
  color: rgba(238, 242, 255, var(--tw-text-opacity));
}

.disabled\:text-indigo-100:disabled {
  --tw-text-opacity: 1;
  color: rgba(224, 231, 255, var(--tw-text-opacity));
}

.disabled\:text-indigo-200:disabled {
  --tw-text-opacity: 1;
  color: rgba(199, 210, 254, var(--tw-text-opacity));
}

.disabled\:text-indigo-300:disabled {
  --tw-text-opacity: 1;
  color: rgba(165, 180, 252, var(--tw-text-opacity));
}

.disabled\:text-indigo-400:disabled {
  --tw-text-opacity: 1;
  color: rgba(129, 140, 248, var(--tw-text-opacity));
}

.disabled\:text-indigo-500:disabled {
  --tw-text-opacity: 1;
  color: rgba(99, 102, 241, var(--tw-text-opacity));
}

.disabled\:text-indigo-600:disabled {
  --tw-text-opacity: 1;
  color: rgba(79, 70, 229, var(--tw-text-opacity));
}

.disabled\:text-indigo-700:disabled {
  --tw-text-opacity: 1;
  color: rgba(67, 56, 202, var(--tw-text-opacity));
}

.disabled\:text-indigo-800:disabled {
  --tw-text-opacity: 1;
  color: rgba(55, 48, 163, var(--tw-text-opacity));
}

.disabled\:text-indigo-900:disabled {
  --tw-text-opacity: 1;
  color: rgba(49, 46, 129, var(--tw-text-opacity));
}

.disabled\:text-lightBlue-50:disabled {
  --tw-text-opacity: 1;
  color: rgba(240, 249, 255, var(--tw-text-opacity));
}

.disabled\:text-lightBlue-100:disabled {
  --tw-text-opacity: 1;
  color: rgba(224, 242, 254, var(--tw-text-opacity));
}

.disabled\:text-lightBlue-200:disabled {
  --tw-text-opacity: 1;
  color: rgba(186, 230, 253, var(--tw-text-opacity));
}

.disabled\:text-lightBlue-300:disabled {
  --tw-text-opacity: 1;
  color: rgba(125, 211, 252, var(--tw-text-opacity));
}

.disabled\:text-lightBlue-400:disabled {
  --tw-text-opacity: 1;
  color: rgba(56, 189, 248, var(--tw-text-opacity));
}

.disabled\:text-lightBlue-500:disabled {
  --tw-text-opacity: 1;
  color: rgba(14, 165, 233, var(--tw-text-opacity));
}

.disabled\:text-lightBlue-600:disabled {
  --tw-text-opacity: 1;
  color: rgba(2, 132, 199, var(--tw-text-opacity));
}

.disabled\:text-lightBlue-700:disabled {
  --tw-text-opacity: 1;
  color: rgba(3, 105, 161, var(--tw-text-opacity));
}

.disabled\:text-lightBlue-800:disabled {
  --tw-text-opacity: 1;
  color: rgba(7, 89, 133, var(--tw-text-opacity));
}

.disabled\:text-lightBlue-900:disabled {
  --tw-text-opacity: 1;
  color: rgba(12, 74, 110, var(--tw-text-opacity));
}

.disabled\:text-cyan-50:disabled {
  --tw-text-opacity: 1;
  color: rgba(236, 254, 255, var(--tw-text-opacity));
}

.disabled\:text-cyan-100:disabled {
  --tw-text-opacity: 1;
  color: rgba(207, 250, 254, var(--tw-text-opacity));
}

.disabled\:text-cyan-200:disabled {
  --tw-text-opacity: 1;
  color: rgba(165, 243, 252, var(--tw-text-opacity));
}

.disabled\:text-cyan-300:disabled {
  --tw-text-opacity: 1;
  color: rgba(103, 232, 249, var(--tw-text-opacity));
}

.disabled\:text-cyan-400:disabled {
  --tw-text-opacity: 1;
  color: rgba(34, 211, 238, var(--tw-text-opacity));
}

.disabled\:text-cyan-500:disabled {
  --tw-text-opacity: 1;
  color: rgba(6, 182, 212, var(--tw-text-opacity));
}

.disabled\:text-cyan-600:disabled {
  --tw-text-opacity: 1;
  color: rgba(8, 145, 178, var(--tw-text-opacity));
}

.disabled\:text-cyan-700:disabled {
  --tw-text-opacity: 1;
  color: rgba(14, 116, 144, var(--tw-text-opacity));
}

.disabled\:text-cyan-800:disabled {
  --tw-text-opacity: 1;
  color: rgba(21, 94, 117, var(--tw-text-opacity));
}

.disabled\:text-cyan-900:disabled {
  --tw-text-opacity: 1;
  color: rgba(22, 78, 99, var(--tw-text-opacity));
}

.disabled\:text-teal-50:disabled {
  --tw-text-opacity: 1;
  color: rgba(240, 253, 250, var(--tw-text-opacity));
}

.disabled\:text-teal-100:disabled {
  --tw-text-opacity: 1;
  color: rgba(204, 251, 241, var(--tw-text-opacity));
}

.disabled\:text-teal-200:disabled {
  --tw-text-opacity: 1;
  color: rgba(153, 246, 228, var(--tw-text-opacity));
}

.disabled\:text-teal-300:disabled {
  --tw-text-opacity: 1;
  color: rgba(94, 234, 212, var(--tw-text-opacity));
}

.disabled\:text-teal-400:disabled {
  --tw-text-opacity: 1;
  color: rgba(45, 212, 191, var(--tw-text-opacity));
}

.disabled\:text-teal-500:disabled {
  --tw-text-opacity: 1;
  color: rgba(20, 184, 166, var(--tw-text-opacity));
}

.disabled\:text-teal-600:disabled {
  --tw-text-opacity: 1;
  color: rgba(13, 148, 136, var(--tw-text-opacity));
}

.disabled\:text-teal-700:disabled {
  --tw-text-opacity: 1;
  color: rgba(15, 118, 110, var(--tw-text-opacity));
}

.disabled\:text-teal-800:disabled {
  --tw-text-opacity: 1;
  color: rgba(17, 94, 89, var(--tw-text-opacity));
}

.disabled\:text-teal-900:disabled {
  --tw-text-opacity: 1;
  color: rgba(19, 78, 74, var(--tw-text-opacity));
}

.disabled\:text-emerald-50:disabled {
  --tw-text-opacity: 1;
  color: rgba(236, 253, 245, var(--tw-text-opacity));
}

.disabled\:text-emerald-100:disabled {
  --tw-text-opacity: 1;
  color: rgba(209, 250, 229, var(--tw-text-opacity));
}

.disabled\:text-emerald-200:disabled {
  --tw-text-opacity: 1;
  color: rgba(167, 243, 208, var(--tw-text-opacity));
}

.disabled\:text-emerald-300:disabled {
  --tw-text-opacity: 1;
  color: rgba(110, 231, 183, var(--tw-text-opacity));
}

.disabled\:text-emerald-400:disabled {
  --tw-text-opacity: 1;
  color: rgba(52, 211, 153, var(--tw-text-opacity));
}

.disabled\:text-emerald-500:disabled {
  --tw-text-opacity: 1;
  color: rgba(16, 185, 129, var(--tw-text-opacity));
}

.disabled\:text-emerald-600:disabled {
  --tw-text-opacity: 1;
  color: rgba(5, 150, 105, var(--tw-text-opacity));
}

.disabled\:text-emerald-700:disabled {
  --tw-text-opacity: 1;
  color: rgba(4, 120, 87, var(--tw-text-opacity));
}

.disabled\:text-emerald-800:disabled {
  --tw-text-opacity: 1;
  color: rgba(6, 95, 70, var(--tw-text-opacity));
}

.disabled\:text-emerald-900:disabled {
  --tw-text-opacity: 1;
  color: rgba(6, 78, 59, var(--tw-text-opacity));
}

.disabled\:text-green-50:disabled {
  --tw-text-opacity: 1;
  color: rgba(240, 253, 244, var(--tw-text-opacity));
}

.disabled\:text-green-100:disabled {
  --tw-text-opacity: 1;
  color: rgba(220, 252, 231, var(--tw-text-opacity));
}

.disabled\:text-green-200:disabled {
  --tw-text-opacity: 1;
  color: rgba(187, 247, 208, var(--tw-text-opacity));
}

.disabled\:text-green-300:disabled {
  --tw-text-opacity: 1;
  color: rgba(134, 239, 172, var(--tw-text-opacity));
}

.disabled\:text-green-400:disabled {
  --tw-text-opacity: 1;
  color: rgba(74, 222, 128, var(--tw-text-opacity));
}

.disabled\:text-green-500:disabled {
  --tw-text-opacity: 1;
  color: rgba(34, 197, 94, var(--tw-text-opacity));
}

.disabled\:text-green-600:disabled {
  --tw-text-opacity: 1;
  color: rgba(22, 163, 74, var(--tw-text-opacity));
}

.disabled\:text-green-700:disabled {
  --tw-text-opacity: 1;
  color: rgba(21, 128, 61, var(--tw-text-opacity));
}

.disabled\:text-green-800:disabled {
  --tw-text-opacity: 1;
  color: rgba(22, 101, 52, var(--tw-text-opacity));
}

.disabled\:text-green-900:disabled {
  --tw-text-opacity: 1;
  color: rgba(20, 83, 45, var(--tw-text-opacity));
}

.disabled\:text-lime-50:disabled {
  --tw-text-opacity: 1;
  color: rgba(247, 254, 231, var(--tw-text-opacity));
}

.disabled\:text-lime-100:disabled {
  --tw-text-opacity: 1;
  color: rgba(236, 252, 203, var(--tw-text-opacity));
}

.disabled\:text-lime-200:disabled {
  --tw-text-opacity: 1;
  color: rgba(217, 249, 157, var(--tw-text-opacity));
}

.disabled\:text-lime-300:disabled {
  --tw-text-opacity: 1;
  color: rgba(190, 242, 100, var(--tw-text-opacity));
}

.disabled\:text-lime-400:disabled {
  --tw-text-opacity: 1;
  color: rgba(163, 230, 53, var(--tw-text-opacity));
}

.disabled\:text-lime-500:disabled {
  --tw-text-opacity: 1;
  color: rgba(132, 204, 22, var(--tw-text-opacity));
}

.disabled\:text-lime-600:disabled {
  --tw-text-opacity: 1;
  color: rgba(101, 163, 13, var(--tw-text-opacity));
}

.disabled\:text-lime-700:disabled {
  --tw-text-opacity: 1;
  color: rgba(77, 124, 15, var(--tw-text-opacity));
}

.disabled\:text-lime-800:disabled {
  --tw-text-opacity: 1;
  color: rgba(63, 98, 18, var(--tw-text-opacity));
}

.disabled\:text-lime-900:disabled {
  --tw-text-opacity: 1;
  color: rgba(54, 83, 20, var(--tw-text-opacity));
}

.disabled\:text-yellow-50:disabled {
  --tw-text-opacity: 1;
  color: rgba(254, 252, 232, var(--tw-text-opacity));
}

.disabled\:text-yellow-100:disabled {
  --tw-text-opacity: 1;
  color: rgba(254, 249, 195, var(--tw-text-opacity));
}

.disabled\:text-yellow-200:disabled {
  --tw-text-opacity: 1;
  color: rgba(254, 240, 138, var(--tw-text-opacity));
}

.disabled\:text-yellow-300:disabled {
  --tw-text-opacity: 1;
  color: rgba(253, 224, 71, var(--tw-text-opacity));
}

.disabled\:text-yellow-400:disabled {
  --tw-text-opacity: 1;
  color: rgba(250, 204, 21, var(--tw-text-opacity));
}

.disabled\:text-yellow-500:disabled {
  --tw-text-opacity: 1;
  color: rgba(234, 179, 8, var(--tw-text-opacity));
}

.disabled\:text-yellow-600:disabled {
  --tw-text-opacity: 1;
  color: rgba(202, 138, 4, var(--tw-text-opacity));
}

.disabled\:text-yellow-700:disabled {
  --tw-text-opacity: 1;
  color: rgba(161, 98, 7, var(--tw-text-opacity));
}

.disabled\:text-yellow-800:disabled {
  --tw-text-opacity: 1;
  color: rgba(133, 77, 14, var(--tw-text-opacity));
}

.disabled\:text-yellow-900:disabled {
  --tw-text-opacity: 1;
  color: rgba(113, 63, 18, var(--tw-text-opacity));
}

.disabled\:text-amber-50:disabled {
  --tw-text-opacity: 1;
  color: rgba(255, 251, 235, var(--tw-text-opacity));
}

.disabled\:text-amber-100:disabled {
  --tw-text-opacity: 1;
  color: rgba(254, 243, 199, var(--tw-text-opacity));
}

.disabled\:text-amber-200:disabled {
  --tw-text-opacity: 1;
  color: rgba(253, 230, 138, var(--tw-text-opacity));
}

.disabled\:text-amber-300:disabled {
  --tw-text-opacity: 1;
  color: rgba(252, 211, 77, var(--tw-text-opacity));
}

.disabled\:text-amber-400:disabled {
  --tw-text-opacity: 1;
  color: rgba(251, 191, 36, var(--tw-text-opacity));
}

.disabled\:text-amber-500:disabled {
  --tw-text-opacity: 1;
  color: rgba(245, 158, 11, var(--tw-text-opacity));
}

.disabled\:text-amber-600:disabled {
  --tw-text-opacity: 1;
  color: rgba(217, 119, 6, var(--tw-text-opacity));
}

.disabled\:text-amber-700:disabled {
  --tw-text-opacity: 1;
  color: rgba(180, 83, 9, var(--tw-text-opacity));
}

.disabled\:text-amber-800:disabled {
  --tw-text-opacity: 1;
  color: rgba(146, 64, 14, var(--tw-text-opacity));
}

.disabled\:text-amber-900:disabled {
  --tw-text-opacity: 1;
  color: rgba(120, 53, 15, var(--tw-text-opacity));
}

.disabled\:text-orange-50:disabled {
  --tw-text-opacity: 1;
  color: rgba(255, 247, 237, var(--tw-text-opacity));
}

.disabled\:text-orange-100:disabled {
  --tw-text-opacity: 1;
  color: rgba(255, 237, 213, var(--tw-text-opacity));
}

.disabled\:text-orange-200:disabled {
  --tw-text-opacity: 1;
  color: rgba(254, 215, 170, var(--tw-text-opacity));
}

.disabled\:text-orange-300:disabled {
  --tw-text-opacity: 1;
  color: rgba(253, 186, 116, var(--tw-text-opacity));
}

.disabled\:text-orange-400:disabled {
  --tw-text-opacity: 1;
  color: rgba(251, 146, 60, var(--tw-text-opacity));
}

.disabled\:text-orange-500:disabled {
  --tw-text-opacity: 1;
  color: rgba(249, 115, 22, var(--tw-text-opacity));
}

.disabled\:text-orange-600:disabled {
  --tw-text-opacity: 1;
  color: rgba(234, 88, 12, var(--tw-text-opacity));
}

.disabled\:text-orange-700:disabled {
  --tw-text-opacity: 1;
  color: rgba(194, 65, 12, var(--tw-text-opacity));
}

.disabled\:text-orange-800:disabled {
  --tw-text-opacity: 1;
  color: rgba(154, 52, 18, var(--tw-text-opacity));
}

.disabled\:text-orange-900:disabled {
  --tw-text-opacity: 1;
  color: rgba(124, 45, 18, var(--tw-text-opacity));
}

.disabled\:text-red-50:disabled {
  --tw-text-opacity: 1;
  color: rgba(254, 242, 242, var(--tw-text-opacity));
}

.disabled\:text-red-100:disabled {
  --tw-text-opacity: 1;
  color: rgba(254, 226, 226, var(--tw-text-opacity));
}

.disabled\:text-red-200:disabled {
  --tw-text-opacity: 1;
  color: rgba(254, 202, 202, var(--tw-text-opacity));
}

.disabled\:text-red-300:disabled {
  --tw-text-opacity: 1;
  color: rgba(252, 165, 165, var(--tw-text-opacity));
}

.disabled\:text-red-400:disabled {
  --tw-text-opacity: 1;
  color: rgba(248, 113, 113, var(--tw-text-opacity));
}

.disabled\:text-red-500:disabled {
  --tw-text-opacity: 1;
  color: rgba(239, 68, 68, var(--tw-text-opacity));
}

.disabled\:text-red-600:disabled {
  --tw-text-opacity: 1;
  color: rgba(220, 38, 38, var(--tw-text-opacity));
}

.disabled\:text-red-700:disabled {
  --tw-text-opacity: 1;
  color: rgba(185, 28, 28, var(--tw-text-opacity));
}

.disabled\:text-red-800:disabled {
  --tw-text-opacity: 1;
  color: rgba(153, 27, 27, var(--tw-text-opacity));
}

.disabled\:text-red-900:disabled {
  --tw-text-opacity: 1;
  color: rgba(127, 29, 29, var(--tw-text-opacity));
}

.disabled\:text-warmGray-50:disabled {
  --tw-text-opacity: 1;
  color: rgba(250, 250, 249, var(--tw-text-opacity));
}

.disabled\:text-warmGray-100:disabled {
  --tw-text-opacity: 1;
  color: rgba(245, 245, 244, var(--tw-text-opacity));
}

.disabled\:text-warmGray-200:disabled {
  --tw-text-opacity: 1;
  color: rgba(231, 229, 228, var(--tw-text-opacity));
}

.disabled\:text-warmGray-300:disabled {
  --tw-text-opacity: 1;
  color: rgba(214, 211, 209, var(--tw-text-opacity));
}

.disabled\:text-warmGray-400:disabled {
  --tw-text-opacity: 1;
  color: rgba(168, 162, 158, var(--tw-text-opacity));
}

.disabled\:text-warmGray-500:disabled {
  --tw-text-opacity: 1;
  color: rgba(120, 113, 108, var(--tw-text-opacity));
}

.disabled\:text-warmGray-600:disabled {
  --tw-text-opacity: 1;
  color: rgba(87, 83, 78, var(--tw-text-opacity));
}

.disabled\:text-warmGray-700:disabled {
  --tw-text-opacity: 1;
  color: rgba(68, 64, 60, var(--tw-text-opacity));
}

.disabled\:text-warmGray-800:disabled {
  --tw-text-opacity: 1;
  color: rgba(41, 37, 36, var(--tw-text-opacity));
}

.disabled\:text-warmGray-900:disabled {
  --tw-text-opacity: 1;
  color: rgba(28, 25, 23, var(--tw-text-opacity));
}

.disabled\:text-trueGray-50:disabled {
  --tw-text-opacity: 1;
  color: rgba(250, 250, 250, var(--tw-text-opacity));
}

.disabled\:text-trueGray-100:disabled {
  --tw-text-opacity: 1;
  color: rgba(245, 245, 245, var(--tw-text-opacity));
}

.disabled\:text-trueGray-200:disabled {
  --tw-text-opacity: 1;
  color: rgba(229, 229, 229, var(--tw-text-opacity));
}

.disabled\:text-trueGray-300:disabled {
  --tw-text-opacity: 1;
  color: rgba(212, 212, 212, var(--tw-text-opacity));
}

.disabled\:text-trueGray-400:disabled {
  --tw-text-opacity: 1;
  color: rgba(163, 163, 163, var(--tw-text-opacity));
}

.disabled\:text-trueGray-500:disabled {
  --tw-text-opacity: 1;
  color: rgba(115, 115, 115, var(--tw-text-opacity));
}

.disabled\:text-trueGray-600:disabled {
  --tw-text-opacity: 1;
  color: rgba(82, 82, 82, var(--tw-text-opacity));
}

.disabled\:text-trueGray-700:disabled {
  --tw-text-opacity: 1;
  color: rgba(64, 64, 64, var(--tw-text-opacity));
}

.disabled\:text-trueGray-800:disabled {
  --tw-text-opacity: 1;
  color: rgba(38, 38, 38, var(--tw-text-opacity));
}

.disabled\:text-trueGray-900:disabled {
  --tw-text-opacity: 1;
  color: rgba(23, 23, 23, var(--tw-text-opacity));
}

.disabled\:text-gray-50:disabled {
  --tw-text-opacity: 1;
  color: rgba(250, 250, 250, var(--tw-text-opacity));
}

.disabled\:text-gray-100:disabled {
  --tw-text-opacity: 1;
  color: rgba(244, 244, 245, var(--tw-text-opacity));
}

.disabled\:text-gray-200:disabled {
  --tw-text-opacity: 1;
  color: rgba(228, 228, 231, var(--tw-text-opacity));
}

.disabled\:text-gray-300:disabled {
  --tw-text-opacity: 1;
  color: rgba(212, 212, 216, var(--tw-text-opacity));
}

.disabled\:text-gray-400:disabled {
  --tw-text-opacity: 1;
  color: rgba(161, 161, 170, var(--tw-text-opacity));
}

.disabled\:text-gray-500:disabled {
  --tw-text-opacity: 1;
  color: rgba(113, 113, 122, var(--tw-text-opacity));
}

.disabled\:text-gray-600:disabled {
  --tw-text-opacity: 1;
  color: rgba(82, 82, 91, var(--tw-text-opacity));
}

.disabled\:text-gray-700:disabled {
  --tw-text-opacity: 1;
  color: rgba(63, 63, 70, var(--tw-text-opacity));
}

.disabled\:text-gray-800:disabled {
  --tw-text-opacity: 1;
  color: rgba(39, 39, 42, var(--tw-text-opacity));
}

.disabled\:text-gray-900:disabled {
  --tw-text-opacity: 1;
  color: rgba(24, 24, 27, var(--tw-text-opacity));
}

.disabled\:text-coolGray-50:disabled {
  --tw-text-opacity: 1;
  color: rgba(249, 250, 251, var(--tw-text-opacity));
}

.disabled\:text-coolGray-100:disabled {
  --tw-text-opacity: 1;
  color: rgba(243, 244, 246, var(--tw-text-opacity));
}

.disabled\:text-coolGray-200:disabled {
  --tw-text-opacity: 1;
  color: rgba(229, 231, 235, var(--tw-text-opacity));
}

.disabled\:text-coolGray-300:disabled {
  --tw-text-opacity: 1;
  color: rgba(209, 213, 219, var(--tw-text-opacity));
}

.disabled\:text-coolGray-400:disabled {
  --tw-text-opacity: 1;
  color: rgba(156, 163, 175, var(--tw-text-opacity));
}

.disabled\:text-coolGray-500:disabled {
  --tw-text-opacity: 1;
  color: rgba(107, 114, 128, var(--tw-text-opacity));
}

.disabled\:text-coolGray-600:disabled {
  --tw-text-opacity: 1;
  color: rgba(75, 85, 99, var(--tw-text-opacity));
}

.disabled\:text-coolGray-700:disabled {
  --tw-text-opacity: 1;
  color: rgba(55, 65, 81, var(--tw-text-opacity));
}

.disabled\:text-coolGray-800:disabled {
  --tw-text-opacity: 1;
  color: rgba(31, 41, 55, var(--tw-text-opacity));
}

.disabled\:text-coolGray-900:disabled {
  --tw-text-opacity: 1;
  color: rgba(17, 24, 39, var(--tw-text-opacity));
}

.disabled\:text-blueGray-50:disabled {
  --tw-text-opacity: 1;
  color: rgba(248, 250, 252, var(--tw-text-opacity));
}

.disabled\:text-blueGray-100:disabled {
  --tw-text-opacity: 1;
  color: rgba(241, 245, 249, var(--tw-text-opacity));
}

.disabled\:text-blueGray-200:disabled {
  --tw-text-opacity: 1;
  color: rgba(226, 232, 240, var(--tw-text-opacity));
}

.disabled\:text-blueGray-300:disabled {
  --tw-text-opacity: 1;
  color: rgba(203, 213, 225, var(--tw-text-opacity));
}

.disabled\:text-blueGray-400:disabled {
  --tw-text-opacity: 1;
  color: rgba(148, 163, 184, var(--tw-text-opacity));
}

.disabled\:text-blueGray-500:disabled {
  --tw-text-opacity: 1;
  color: rgba(100, 116, 139, var(--tw-text-opacity));
}

.disabled\:text-blueGray-600:disabled {
  --tw-text-opacity: 1;
  color: rgba(71, 85, 105, var(--tw-text-opacity));
}

.disabled\:text-blueGray-700:disabled {
  --tw-text-opacity: 1;
  color: rgba(51, 65, 85, var(--tw-text-opacity));
}

.disabled\:text-blueGray-800:disabled {
  --tw-text-opacity: 1;
  color: rgba(30, 41, 59, var(--tw-text-opacity));
}

.disabled\:text-blueGray-900:disabled {
  --tw-text-opacity: 1;
  color: rgba(15, 23, 42, var(--tw-text-opacity));
}

.text-opacity-0 {
  --tw-text-opacity: 0;
}

.text-opacity-5 {
  --tw-text-opacity: 0.05;
}

.text-opacity-10 {
  --tw-text-opacity: 0.1;
}

.text-opacity-20 {
  --tw-text-opacity: 0.2;
}

.text-opacity-25 {
  --tw-text-opacity: 0.25;
}

.text-opacity-30 {
  --tw-text-opacity: 0.3;
}

.text-opacity-40 {
  --tw-text-opacity: 0.4;
}

.text-opacity-50 {
  --tw-text-opacity: 0.5;
}

.text-opacity-60 {
  --tw-text-opacity: 0.6;
}

.text-opacity-70 {
  --tw-text-opacity: 0.7;
}

.text-opacity-75 {
  --tw-text-opacity: 0.75;
}

.text-opacity-80 {
  --tw-text-opacity: 0.8;
}

.text-opacity-90 {
  --tw-text-opacity: 0.9;
}

.text-opacity-95 {
  --tw-text-opacity: 0.95;
}

.text-opacity-100 {
  --tw-text-opacity: 1;
}

.hover\:text-opacity-0:hover {
  --tw-text-opacity: 0;
}

.hover\:text-opacity-5:hover {
  --tw-text-opacity: 0.05;
}

.hover\:text-opacity-10:hover {
  --tw-text-opacity: 0.1;
}

.hover\:text-opacity-20:hover {
  --tw-text-opacity: 0.2;
}

.hover\:text-opacity-25:hover {
  --tw-text-opacity: 0.25;
}

.hover\:text-opacity-30:hover {
  --tw-text-opacity: 0.3;
}

.hover\:text-opacity-40:hover {
  --tw-text-opacity: 0.4;
}

.hover\:text-opacity-50:hover {
  --tw-text-opacity: 0.5;
}

.hover\:text-opacity-60:hover {
  --tw-text-opacity: 0.6;
}

.hover\:text-opacity-70:hover {
  --tw-text-opacity: 0.7;
}

.hover\:text-opacity-75:hover {
  --tw-text-opacity: 0.75;
}

.hover\:text-opacity-80:hover {
  --tw-text-opacity: 0.8;
}

.hover\:text-opacity-90:hover {
  --tw-text-opacity: 0.9;
}

.hover\:text-opacity-95:hover {
  --tw-text-opacity: 0.95;
}

.hover\:text-opacity-100:hover {
  --tw-text-opacity: 1;
}

.focus\:text-opacity-0:focus {
  --tw-text-opacity: 0;
}

.focus\:text-opacity-5:focus {
  --tw-text-opacity: 0.05;
}

.focus\:text-opacity-10:focus {
  --tw-text-opacity: 0.1;
}

.focus\:text-opacity-20:focus {
  --tw-text-opacity: 0.2;
}

.focus\:text-opacity-25:focus {
  --tw-text-opacity: 0.25;
}

.focus\:text-opacity-30:focus {
  --tw-text-opacity: 0.3;
}

.focus\:text-opacity-40:focus {
  --tw-text-opacity: 0.4;
}

.focus\:text-opacity-50:focus {
  --tw-text-opacity: 0.5;
}

.focus\:text-opacity-60:focus {
  --tw-text-opacity: 0.6;
}

.focus\:text-opacity-70:focus {
  --tw-text-opacity: 0.7;
}

.focus\:text-opacity-75:focus {
  --tw-text-opacity: 0.75;
}

.focus\:text-opacity-80:focus {
  --tw-text-opacity: 0.8;
}

.focus\:text-opacity-90:focus {
  --tw-text-opacity: 0.9;
}

.focus\:text-opacity-95:focus {
  --tw-text-opacity: 0.95;
}

.focus\:text-opacity-100:focus {
  --tw-text-opacity: 1;
}

.underline {
  text-decoration: underline;
}

.line-through {
  text-decoration: line-through;
}

.no-underline {
  text-decoration: none;
}

.hover\:underline:hover {
  text-decoration: underline;
}

.hover\:line-through:hover {
  text-decoration: line-through;
}

.hover\:no-underline:hover {
  text-decoration: none;
}

.focus\:underline:focus {
  text-decoration: underline;
}

.focus\:line-through:focus {
  text-decoration: line-through;
}

.focus\:no-underline:focus {
  text-decoration: none;
}

.antialiased {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.subpixel-antialiased {
  -webkit-font-smoothing: auto;
  -moz-osx-font-smoothing: auto;
}

.placeholder-current::-webkit-input-placeholder {
  color: currentColor;
}

.placeholder-current::-moz-placeholder {
  color: currentColor;
}

.placeholder-current:-ms-input-placeholder {
  color: currentColor;
}

.placeholder-current::-ms-input-placeholder {
  color: currentColor;
}

.placeholder-current::placeholder {
  color: currentColor;
}

.placeholder-transparent::-webkit-input-placeholder {
  color: transparent;
}

.placeholder-transparent::-moz-placeholder {
  color: transparent;
}

.placeholder-transparent:-ms-input-placeholder {
  color: transparent;
}

.placeholder-transparent::-ms-input-placeholder {
  color: transparent;
}

.placeholder-transparent::placeholder {
  color: transparent;
}

.placeholder-falcon::-webkit-input-placeholder {
  color: var(--falcon);
}

.placeholder-falcon::-moz-placeholder {
  color: var(--falcon);
}

.placeholder-falcon:-ms-input-placeholder {
  color: var(--falcon);
}

.placeholder-falcon::-ms-input-placeholder {
  color: var(--falcon);
}

.placeholder-falcon::placeholder {
  color: var(--falcon);
}

.placeholder-basement::-webkit-input-placeholder {
  color: var(--basement);
}

.placeholder-basement::-moz-placeholder {
  color: var(--basement);
}

.placeholder-basement:-ms-input-placeholder {
  color: var(--basement);
}

.placeholder-basement::-ms-input-placeholder {
  color: var(--basement);
}

.placeholder-basement::placeholder {
  color: var(--basement);
}

.placeholder-blue-50::-webkit-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(239, 246, 255, var(--tw-placeholder-opacity));
}

.placeholder-blue-50::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(239, 246, 255, var(--tw-placeholder-opacity));
}

.placeholder-blue-50:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(239, 246, 255, var(--tw-placeholder-opacity));
}

.placeholder-blue-50::-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(239, 246, 255, var(--tw-placeholder-opacity));
}

.placeholder-blue-50::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(239, 246, 255, var(--tw-placeholder-opacity));
}

.placeholder-blue-100::-webkit-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(219, 234, 254, var(--tw-placeholder-opacity));
}

.placeholder-blue-100::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(219, 234, 254, var(--tw-placeholder-opacity));
}

.placeholder-blue-100:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(219, 234, 254, var(--tw-placeholder-opacity));
}

.placeholder-blue-100::-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(219, 234, 254, var(--tw-placeholder-opacity));
}

.placeholder-blue-100::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(219, 234, 254, var(--tw-placeholder-opacity));
}

.placeholder-blue-200::-webkit-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(191, 219, 254, var(--tw-placeholder-opacity));
}

.placeholder-blue-200::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(191, 219, 254, var(--tw-placeholder-opacity));
}

.placeholder-blue-200:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(191, 219, 254, var(--tw-placeholder-opacity));
}

.placeholder-blue-200::-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(191, 219, 254, var(--tw-placeholder-opacity));
}

.placeholder-blue-200::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(191, 219, 254, var(--tw-placeholder-opacity));
}

.placeholder-blue-300::-webkit-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(147, 197, 253, var(--tw-placeholder-opacity));
}

.placeholder-blue-300::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(147, 197, 253, var(--tw-placeholder-opacity));
}

.placeholder-blue-300:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(147, 197, 253, var(--tw-placeholder-opacity));
}

.placeholder-blue-300::-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(147, 197, 253, var(--tw-placeholder-opacity));
}

.placeholder-blue-300::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(147, 197, 253, var(--tw-placeholder-opacity));
}

.placeholder-blue-400::-webkit-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(96, 165, 250, var(--tw-placeholder-opacity));
}

.placeholder-blue-400::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(96, 165, 250, var(--tw-placeholder-opacity));
}

.placeholder-blue-400:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(96, 165, 250, var(--tw-placeholder-opacity));
}

.placeholder-blue-400::-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(96, 165, 250, var(--tw-placeholder-opacity));
}

.placeholder-blue-400::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(96, 165, 250, var(--tw-placeholder-opacity));
}

.placeholder-blue-500::-webkit-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(59, 130, 246, var(--tw-placeholder-opacity));
}

.placeholder-blue-500::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(59, 130, 246, var(--tw-placeholder-opacity));
}

.placeholder-blue-500:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(59, 130, 246, var(--tw-placeholder-opacity));
}

.placeholder-blue-500::-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(59, 130, 246, var(--tw-placeholder-opacity));
}

.placeholder-blue-500::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(59, 130, 246, var(--tw-placeholder-opacity));
}

.placeholder-blue-600::-webkit-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(37, 99, 235, var(--tw-placeholder-opacity));
}

.placeholder-blue-600::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(37, 99, 235, var(--tw-placeholder-opacity));
}

.placeholder-blue-600:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(37, 99, 235, var(--tw-placeholder-opacity));
}

.placeholder-blue-600::-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(37, 99, 235, var(--tw-placeholder-opacity));
}

.placeholder-blue-600::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(37, 99, 235, var(--tw-placeholder-opacity));
}

.placeholder-blue-700::-webkit-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(29, 78, 216, var(--tw-placeholder-opacity));
}

.placeholder-blue-700::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(29, 78, 216, var(--tw-placeholder-opacity));
}

.placeholder-blue-700:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(29, 78, 216, var(--tw-placeholder-opacity));
}

.placeholder-blue-700::-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(29, 78, 216, var(--tw-placeholder-opacity));
}

.placeholder-blue-700::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(29, 78, 216, var(--tw-placeholder-opacity));
}

.placeholder-blue-800::-webkit-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(30, 64, 175, var(--tw-placeholder-opacity));
}

.placeholder-blue-800::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(30, 64, 175, var(--tw-placeholder-opacity));
}

.placeholder-blue-800:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(30, 64, 175, var(--tw-placeholder-opacity));
}

.placeholder-blue-800::-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(30, 64, 175, var(--tw-placeholder-opacity));
}

.placeholder-blue-800::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(30, 64, 175, var(--tw-placeholder-opacity));
}

.placeholder-blue-900::-webkit-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(30, 58, 138, var(--tw-placeholder-opacity));
}

.placeholder-blue-900::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(30, 58, 138, var(--tw-placeholder-opacity));
}

.placeholder-blue-900:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(30, 58, 138, var(--tw-placeholder-opacity));
}

.placeholder-blue-900::-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(30, 58, 138, var(--tw-placeholder-opacity));
}

.placeholder-blue-900::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(30, 58, 138, var(--tw-placeholder-opacity));
}

.placeholder-body-and-labels::-webkit-input-placeholder {
  color: var(--body-and-labels);
}

.placeholder-body-and-labels::-moz-placeholder {
  color: var(--body-and-labels);
}

.placeholder-body-and-labels:-ms-input-placeholder {
  color: var(--body-and-labels);
}

.placeholder-body-and-labels::-ms-input-placeholder {
  color: var(--body-and-labels);
}

.placeholder-body-and-labels::placeholder {
  color: var(--body-and-labels);
}

.placeholder-brand::-webkit-input-placeholder {
  color: var(--brand);
}

.placeholder-brand::-moz-placeholder {
  color: var(--brand);
}

.placeholder-brand:-ms-input-placeholder {
  color: var(--brand);
}

.placeholder-brand::-ms-input-placeholder {
  color: var(--brand);
}

.placeholder-brand::placeholder {
  color: var(--brand);
}

.placeholder-code-base-64::-webkit-input-placeholder {
  color: var(--code-base-64);
}

.placeholder-code-base-64::-moz-placeholder {
  color: var(--code-base-64);
}

.placeholder-code-base-64:-ms-input-placeholder {
  color: var(--code-base-64);
}

.placeholder-code-base-64::-ms-input-placeholder {
  color: var(--code-base-64);
}

.placeholder-code-base-64::placeholder {
  color: var(--code-base-64);
}

.placeholder-code-bg::-webkit-input-placeholder {
  color: var(--code-bg);
}

.placeholder-code-bg::-moz-placeholder {
  color: var(--code-bg);
}

.placeholder-code-bg:-ms-input-placeholder {
  color: var(--code-bg);
}

.placeholder-code-bg::-ms-input-placeholder {
  color: var(--code-bg);
}

.placeholder-code-bg::placeholder {
  color: var(--code-bg);
}

.placeholder-code-outline::-webkit-input-placeholder {
  color: var(--code-outline);
}

.placeholder-code-outline::-moz-placeholder {
  color: var(--code-outline);
}

.placeholder-code-outline:-ms-input-placeholder {
  color: var(--code-outline);
}

.placeholder-code-outline::-ms-input-placeholder {
  color: var(--code-outline);
}

.placeholder-code-outline::placeholder {
  color: var(--code-outline);
}

.placeholder-code-text::-webkit-input-placeholder {
  color: var(--code-text);
}

.placeholder-code-text::-moz-placeholder {
  color: var(--code-text);
}

.placeholder-code-text:-ms-input-placeholder {
  color: var(--code-text);
}

.placeholder-code-text::-ms-input-placeholder {
  color: var(--code-text);
}

.placeholder-code-text::placeholder {
  color: var(--code-text);
}

.placeholder-critical::-webkit-input-placeholder {
  color: var(--critical);
}

.placeholder-critical::-moz-placeholder {
  color: var(--critical);
}

.placeholder-critical:-ms-input-placeholder {
  color: var(--critical);
}

.placeholder-critical::-ms-input-placeholder {
  color: var(--critical);
}

.placeholder-critical::placeholder {
  color: var(--critical);
}

.placeholder-destructive-hover::-webkit-input-placeholder {
  color: var(--destructive-hover);
}

.placeholder-destructive-hover::-moz-placeholder {
  color: var(--destructive-hover);
}

.placeholder-destructive-hover:-ms-input-placeholder {
  color: var(--destructive-hover);
}

.placeholder-destructive-hover::-ms-input-placeholder {
  color: var(--destructive-hover);
}

.placeholder-destructive-hover::placeholder {
  color: var(--destructive-hover);
}

.placeholder-destructive-idle::-webkit-input-placeholder {
  color: var(--destructive-idle);
}

.placeholder-destructive-idle::-moz-placeholder {
  color: var(--destructive-idle);
}

.placeholder-destructive-idle:-ms-input-placeholder {
  color: var(--destructive-idle);
}

.placeholder-destructive-idle::-ms-input-placeholder {
  color: var(--destructive-idle);
}

.placeholder-destructive-idle::placeholder {
  color: var(--destructive-idle);
}

.placeholder-destructive-pressed::-webkit-input-placeholder {
  color: var(--destructive-pressed);
}

.placeholder-destructive-pressed::-moz-placeholder {
  color: var(--destructive-pressed);
}

.placeholder-destructive-pressed:-ms-input-placeholder {
  color: var(--destructive-pressed);
}

.placeholder-destructive-pressed::-ms-input-placeholder {
  color: var(--destructive-pressed);
}

.placeholder-destructive-pressed::placeholder {
  color: var(--destructive-pressed);
}

.placeholder-disabled::-webkit-input-placeholder {
  color: var(--disabled);
}

.placeholder-disabled::-moz-placeholder {
  color: var(--disabled);
}

.placeholder-disabled:-ms-input-placeholder {
  color: var(--disabled);
}

.placeholder-disabled::-ms-input-placeholder {
  color: var(--disabled);
}

.placeholder-disabled::placeholder {
  color: var(--disabled);
}

.placeholder-disc-operations::-webkit-input-placeholder {
  color: var(--disc-operations);
}

.placeholder-disc-operations::-moz-placeholder {
  color: var(--disc-operations);
}

.placeholder-disc-operations:-ms-input-placeholder {
  color: var(--disc-operations);
}

.placeholder-disc-operations::-ms-input-placeholder {
  color: var(--disc-operations);
}

.placeholder-disc-operations::placeholder {
  color: var(--disc-operations);
}

.placeholder-dns-requests::-webkit-input-placeholder {
  color: var(--dns-requests);
}

.placeholder-dns-requests::-moz-placeholder {
  color: var(--dns-requests);
}

.placeholder-dns-requests:-ms-input-placeholder {
  color: var(--dns-requests);
}

.placeholder-dns-requests::-ms-input-placeholder {
  color: var(--dns-requests);
}

.placeholder-dns-requests::placeholder {
  color: var(--dns-requests);
}

.placeholder-focus::-webkit-input-placeholder {
  color: var(--focus);
}

.placeholder-focus::-moz-placeholder {
  color: var(--focus);
}

.placeholder-focus:-ms-input-placeholder {
  color: var(--focus);
}

.placeholder-focus::-ms-input-placeholder {
  color: var(--focus);
}

.placeholder-focus::placeholder {
  color: var(--focus);
}

.placeholder-graph-1::-webkit-input-placeholder {
  color: var(--graph-1);
}

.placeholder-graph-1::-moz-placeholder {
  color: var(--graph-1);
}

.placeholder-graph-1:-ms-input-placeholder {
  color: var(--graph-1);
}

.placeholder-graph-1::-ms-input-placeholder {
  color: var(--graph-1);
}

.placeholder-graph-1::placeholder {
  color: var(--graph-1);
}

.placeholder-graph-10::-webkit-input-placeholder {
  color: var(--graph-10);
}

.placeholder-graph-10::-moz-placeholder {
  color: var(--graph-10);
}

.placeholder-graph-10:-ms-input-placeholder {
  color: var(--graph-10);
}

.placeholder-graph-10::-ms-input-placeholder {
  color: var(--graph-10);
}

.placeholder-graph-10::placeholder {
  color: var(--graph-10);
}

.placeholder-graph-11::-webkit-input-placeholder {
  color: var(--graph-11);
}

.placeholder-graph-11::-moz-placeholder {
  color: var(--graph-11);
}

.placeholder-graph-11:-ms-input-placeholder {
  color: var(--graph-11);
}

.placeholder-graph-11::-ms-input-placeholder {
  color: var(--graph-11);
}

.placeholder-graph-11::placeholder {
  color: var(--graph-11);
}

.placeholder-graph-2::-webkit-input-placeholder {
  color: var(--graph-2);
}

.placeholder-graph-2::-moz-placeholder {
  color: var(--graph-2);
}

.placeholder-graph-2:-ms-input-placeholder {
  color: var(--graph-2);
}

.placeholder-graph-2::-ms-input-placeholder {
  color: var(--graph-2);
}

.placeholder-graph-2::placeholder {
  color: var(--graph-2);
}

.placeholder-graph-3::-webkit-input-placeholder {
  color: var(--graph-3);
}

.placeholder-graph-3::-moz-placeholder {
  color: var(--graph-3);
}

.placeholder-graph-3:-ms-input-placeholder {
  color: var(--graph-3);
}

.placeholder-graph-3::-ms-input-placeholder {
  color: var(--graph-3);
}

.placeholder-graph-3::placeholder {
  color: var(--graph-3);
}

.placeholder-graph-4::-webkit-input-placeholder {
  color: var(--graph-4);
}

.placeholder-graph-4::-moz-placeholder {
  color: var(--graph-4);
}

.placeholder-graph-4:-ms-input-placeholder {
  color: var(--graph-4);
}

.placeholder-graph-4::-ms-input-placeholder {
  color: var(--graph-4);
}

.placeholder-graph-4::placeholder {
  color: var(--graph-4);
}

.placeholder-graph-5::-webkit-input-placeholder {
  color: var(--graph-5);
}

.placeholder-graph-5::-moz-placeholder {
  color: var(--graph-5);
}

.placeholder-graph-5:-ms-input-placeholder {
  color: var(--graph-5);
}

.placeholder-graph-5::-ms-input-placeholder {
  color: var(--graph-5);
}

.placeholder-graph-5::placeholder {
  color: var(--graph-5);
}

.placeholder-graph-6::-webkit-input-placeholder {
  color: var(--graph-6);
}

.placeholder-graph-6::-moz-placeholder {
  color: var(--graph-6);
}

.placeholder-graph-6:-ms-input-placeholder {
  color: var(--graph-6);
}

.placeholder-graph-6::-ms-input-placeholder {
  color: var(--graph-6);
}

.placeholder-graph-6::placeholder {
  color: var(--graph-6);
}

.placeholder-graph-7::-webkit-input-placeholder {
  color: var(--graph-7);
}

.placeholder-graph-7::-moz-placeholder {
  color: var(--graph-7);
}

.placeholder-graph-7:-ms-input-placeholder {
  color: var(--graph-7);
}

.placeholder-graph-7::-ms-input-placeholder {
  color: var(--graph-7);
}

.placeholder-graph-7::placeholder {
  color: var(--graph-7);
}

.placeholder-graph-8::-webkit-input-placeholder {
  color: var(--graph-8);
}

.placeholder-graph-8::-moz-placeholder {
  color: var(--graph-8);
}

.placeholder-graph-8:-ms-input-placeholder {
  color: var(--graph-8);
}

.placeholder-graph-8::-ms-input-placeholder {
  color: var(--graph-8);
}

.placeholder-graph-8::placeholder {
  color: var(--graph-8);
}

.placeholder-graph-9::-webkit-input-placeholder {
  color: var(--graph-9);
}

.placeholder-graph-9::-moz-placeholder {
  color: var(--graph-9);
}

.placeholder-graph-9:-ms-input-placeholder {
  color: var(--graph-9);
}

.placeholder-graph-9::-ms-input-placeholder {
  color: var(--graph-9);
}

.placeholder-graph-9::placeholder {
  color: var(--graph-9);
}

.placeholder-graph-disabled::-webkit-input-placeholder {
  color: var(--graph-disabled);
}

.placeholder-graph-disabled::-moz-placeholder {
  color: var(--graph-disabled);
}

.placeholder-graph-disabled:-ms-input-placeholder {
  color: var(--graph-disabled);
}

.placeholder-graph-disabled::-ms-input-placeholder {
  color: var(--graph-disabled);
}

.placeholder-graph-disabled::placeholder {
  color: var(--graph-disabled);
}

.placeholder-ground-floor::-webkit-input-placeholder {
  color: var(--ground-floor);
}

.placeholder-ground-floor::-moz-placeholder {
  color: var(--ground-floor);
}

.placeholder-ground-floor:-ms-input-placeholder {
  color: var(--ground-floor);
}

.placeholder-ground-floor::-ms-input-placeholder {
  color: var(--ground-floor);
}

.placeholder-ground-floor::placeholder {
  color: var(--ground-floor);
}

.placeholder-high::-webkit-input-placeholder {
  color: var(--high);
}

.placeholder-high::-moz-placeholder {
  color: var(--high);
}

.placeholder-high:-ms-input-placeholder {
  color: var(--high);
}

.placeholder-high::-ms-input-placeholder {
  color: var(--high);
}

.placeholder-high::placeholder {
  color: var(--high);
}

.placeholder-informational::-webkit-input-placeholder {
  color: var(--informational);
}

.placeholder-informational::-moz-placeholder {
  color: var(--informational);
}

.placeholder-informational:-ms-input-placeholder {
  color: var(--informational);
}

.placeholder-informational::-ms-input-placeholder {
  color: var(--informational);
}

.placeholder-informational::placeholder {
  color: var(--informational);
}

.placeholder-lines-dark::-webkit-input-placeholder {
  color: var(--lines-dark);
}

.placeholder-lines-dark::-moz-placeholder {
  color: var(--lines-dark);
}

.placeholder-lines-dark:-ms-input-placeholder {
  color: var(--lines-dark);
}

.placeholder-lines-dark::-ms-input-placeholder {
  color: var(--lines-dark);
}

.placeholder-lines-dark::placeholder {
  color: var(--lines-dark);
}

.placeholder-lines-light::-webkit-input-placeholder {
  color: var(--lines-light);
}

.placeholder-lines-light::-moz-placeholder {
  color: var(--lines-light);
}

.placeholder-lines-light:-ms-input-placeholder {
  color: var(--lines-light);
}

.placeholder-lines-light::-ms-input-placeholder {
  color: var(--lines-light);
}

.placeholder-lines-light::placeholder {
  color: var(--lines-light);
}

.placeholder-low::-webkit-input-placeholder {
  color: var(--low);
}

.placeholder-low::-moz-placeholder {
  color: var(--low);
}

.placeholder-low:-ms-input-placeholder {
  color: var(--low);
}

.placeholder-low::-ms-input-placeholder {
  color: var(--low);
}

.placeholder-low::placeholder {
  color: var(--low);
}

.placeholder-medium::-webkit-input-placeholder {
  color: var(--medium);
}

.placeholder-medium::-moz-placeholder {
  color: var(--medium);
}

.placeholder-medium:-ms-input-placeholder {
  color: var(--medium);
}

.placeholder-medium::-ms-input-placeholder {
  color: var(--medium);
}

.placeholder-medium::placeholder {
  color: var(--medium);
}

.placeholder-mezzanine::-webkit-input-placeholder {
  color: var(--mezzanine);
}

.placeholder-mezzanine::-moz-placeholder {
  color: var(--mezzanine);
}

.placeholder-mezzanine:-ms-input-placeholder {
  color: var(--mezzanine);
}

.placeholder-mezzanine::-ms-input-placeholder {
  color: var(--mezzanine);
}

.placeholder-mezzanine::placeholder {
  color: var(--mezzanine);
}

.placeholder-nav-text-and-icons::-webkit-input-placeholder {
  color: var(--nav-text-and-icons);
}

.placeholder-nav-text-and-icons::-moz-placeholder {
  color: var(--nav-text-and-icons);
}

.placeholder-nav-text-and-icons:-ms-input-placeholder {
  color: var(--nav-text-and-icons);
}

.placeholder-nav-text-and-icons::-ms-input-placeholder {
  color: var(--nav-text-and-icons);
}

.placeholder-nav-text-and-icons::placeholder {
  color: var(--nav-text-and-icons);
}

.placeholder-nav-text-secondary::-webkit-input-placeholder {
  color: var(--nav-text-secondary);
}

.placeholder-nav-text-secondary::-moz-placeholder {
  color: var(--nav-text-secondary);
}

.placeholder-nav-text-secondary:-ms-input-placeholder {
  color: var(--nav-text-secondary);
}

.placeholder-nav-text-secondary::-ms-input-placeholder {
  color: var(--nav-text-secondary);
}

.placeholder-nav-text-secondary::placeholder {
  color: var(--nav-text-secondary);
}

.placeholder-network-operations::-webkit-input-placeholder {
  color: var(--network-operations);
}

.placeholder-network-operations::-moz-placeholder {
  color: var(--network-operations);
}

.placeholder-network-operations:-ms-input-placeholder {
  color: var(--network-operations);
}

.placeholder-network-operations::-ms-input-placeholder {
  color: var(--network-operations);
}

.placeholder-network-operations::placeholder {
  color: var(--network-operations);
}

.placeholder-normal-hover::-webkit-input-placeholder {
  color: var(--normal-hover);
}

.placeholder-normal-hover::-moz-placeholder {
  color: var(--normal-hover);
}

.placeholder-normal-hover:-ms-input-placeholder {
  color: var(--normal-hover);
}

.placeholder-normal-hover::-ms-input-placeholder {
  color: var(--normal-hover);
}

.placeholder-normal-hover::placeholder {
  color: var(--normal-hover);
}

.placeholder-normal-idle::-webkit-input-placeholder {
  color: var(--normal-idle);
}

.placeholder-normal-idle::-moz-placeholder {
  color: var(--normal-idle);
}

.placeholder-normal-idle:-ms-input-placeholder {
  color: var(--normal-idle);
}

.placeholder-normal-idle::-ms-input-placeholder {
  color: var(--normal-idle);
}

.placeholder-normal-idle::placeholder {
  color: var(--normal-idle);
}

.placeholder-normal-pressed::-webkit-input-placeholder {
  color: var(--normal-pressed);
}

.placeholder-normal-pressed::-moz-placeholder {
  color: var(--normal-pressed);
}

.placeholder-normal-pressed:-ms-input-placeholder {
  color: var(--normal-pressed);
}

.placeholder-normal-pressed::-ms-input-placeholder {
  color: var(--normal-pressed);
}

.placeholder-normal-pressed::placeholder {
  color: var(--normal-pressed);
}

.placeholder-overlay-0\.5::-webkit-input-placeholder {
  color: var(--overlay-0\.5);
}

.placeholder-overlay-0\.5::-moz-placeholder {
  color: var(--overlay-0\.5);
}

.placeholder-overlay-0\.5:-ms-input-placeholder {
  color: var(--overlay-0\.5);
}

.placeholder-overlay-0\.5::-ms-input-placeholder {
  color: var(--overlay-0\.5);
}

.placeholder-overlay-0\.5::placeholder {
  color: var(--overlay-0\.5);
}

.placeholder-overlay-1::-webkit-input-placeholder {
  color: var(--overlay-1);
}

.placeholder-overlay-1::-moz-placeholder {
  color: var(--overlay-1);
}

.placeholder-overlay-1:-ms-input-placeholder {
  color: var(--overlay-1);
}

.placeholder-overlay-1::-ms-input-placeholder {
  color: var(--overlay-1);
}

.placeholder-overlay-1::placeholder {
  color: var(--overlay-1);
}

.placeholder-overlay-2::-webkit-input-placeholder {
  color: var(--overlay-2);
}

.placeholder-overlay-2::-moz-placeholder {
  color: var(--overlay-2);
}

.placeholder-overlay-2:-ms-input-placeholder {
  color: var(--overlay-2);
}

.placeholder-overlay-2::-ms-input-placeholder {
  color: var(--overlay-2);
}

.placeholder-overlay-2::placeholder {
  color: var(--overlay-2);
}

.placeholder-positive::-webkit-input-placeholder {
  color: var(--positive);
}

.placeholder-positive::-moz-placeholder {
  color: var(--positive);
}

.placeholder-positive:-ms-input-placeholder {
  color: var(--positive);
}

.placeholder-positive::-ms-input-placeholder {
  color: var(--positive);
}

.placeholder-positive::placeholder {
  color: var(--positive);
}

.placeholder-primary-hover::-webkit-input-placeholder {
  color: var(--primary-hover);
}

.placeholder-primary-hover::-moz-placeholder {
  color: var(--primary-hover);
}

.placeholder-primary-hover:-ms-input-placeholder {
  color: var(--primary-hover);
}

.placeholder-primary-hover::-ms-input-placeholder {
  color: var(--primary-hover);
}

.placeholder-primary-hover::placeholder {
  color: var(--primary-hover);
}

.placeholder-primary-idle::-webkit-input-placeholder {
  color: var(--primary-idle);
}

.placeholder-primary-idle::-moz-placeholder {
  color: var(--primary-idle);
}

.placeholder-primary-idle:-ms-input-placeholder {
  color: var(--primary-idle);
}

.placeholder-primary-idle::-ms-input-placeholder {
  color: var(--primary-idle);
}

.placeholder-primary-idle::placeholder {
  color: var(--primary-idle);
}

.placeholder-primary-pressed::-webkit-input-placeholder {
  color: var(--primary-pressed);
}

.placeholder-primary-pressed::-moz-placeholder {
  color: var(--primary-pressed);
}

.placeholder-primary-pressed:-ms-input-placeholder {
  color: var(--primary-pressed);
}

.placeholder-primary-pressed::-ms-input-placeholder {
  color: var(--primary-pressed);
}

.placeholder-primary-pressed::placeholder {
  color: var(--primary-pressed);
}

.placeholder-process-operations::-webkit-input-placeholder {
  color: var(--process-operations);
}

.placeholder-process-operations::-moz-placeholder {
  color: var(--process-operations);
}

.placeholder-process-operations:-ms-input-placeholder {
  color: var(--process-operations);
}

.placeholder-process-operations::-ms-input-placeholder {
  color: var(--process-operations);
}

.placeholder-process-operations::placeholder {
  color: var(--process-operations);
}

.placeholder-purple-50::-webkit-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(250, 245, 255, var(--tw-placeholder-opacity));
}

.placeholder-purple-50::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(250, 245, 255, var(--tw-placeholder-opacity));
}

.placeholder-purple-50:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(250, 245, 255, var(--tw-placeholder-opacity));
}

.placeholder-purple-50::-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(250, 245, 255, var(--tw-placeholder-opacity));
}

.placeholder-purple-50::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(250, 245, 255, var(--tw-placeholder-opacity));
}

.placeholder-purple-100::-webkit-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(243, 232, 255, var(--tw-placeholder-opacity));
}

.placeholder-purple-100::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(243, 232, 255, var(--tw-placeholder-opacity));
}

.placeholder-purple-100:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(243, 232, 255, var(--tw-placeholder-opacity));
}

.placeholder-purple-100::-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(243, 232, 255, var(--tw-placeholder-opacity));
}

.placeholder-purple-100::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(243, 232, 255, var(--tw-placeholder-opacity));
}

.placeholder-purple-200::-webkit-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(233, 213, 255, var(--tw-placeholder-opacity));
}

.placeholder-purple-200::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(233, 213, 255, var(--tw-placeholder-opacity));
}

.placeholder-purple-200:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(233, 213, 255, var(--tw-placeholder-opacity));
}

.placeholder-purple-200::-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(233, 213, 255, var(--tw-placeholder-opacity));
}

.placeholder-purple-200::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(233, 213, 255, var(--tw-placeholder-opacity));
}

.placeholder-purple-300::-webkit-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(216, 180, 254, var(--tw-placeholder-opacity));
}

.placeholder-purple-300::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(216, 180, 254, var(--tw-placeholder-opacity));
}

.placeholder-purple-300:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(216, 180, 254, var(--tw-placeholder-opacity));
}

.placeholder-purple-300::-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(216, 180, 254, var(--tw-placeholder-opacity));
}

.placeholder-purple-300::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(216, 180, 254, var(--tw-placeholder-opacity));
}

.placeholder-purple-400::-webkit-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(192, 132, 252, var(--tw-placeholder-opacity));
}

.placeholder-purple-400::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(192, 132, 252, var(--tw-placeholder-opacity));
}

.placeholder-purple-400:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(192, 132, 252, var(--tw-placeholder-opacity));
}

.placeholder-purple-400::-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(192, 132, 252, var(--tw-placeholder-opacity));
}

.placeholder-purple-400::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(192, 132, 252, var(--tw-placeholder-opacity));
}

.placeholder-purple-500::-webkit-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(168, 85, 247, var(--tw-placeholder-opacity));
}

.placeholder-purple-500::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(168, 85, 247, var(--tw-placeholder-opacity));
}

.placeholder-purple-500:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(168, 85, 247, var(--tw-placeholder-opacity));
}

.placeholder-purple-500::-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(168, 85, 247, var(--tw-placeholder-opacity));
}

.placeholder-purple-500::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(168, 85, 247, var(--tw-placeholder-opacity));
}

.placeholder-purple-600::-webkit-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(147, 51, 234, var(--tw-placeholder-opacity));
}

.placeholder-purple-600::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(147, 51, 234, var(--tw-placeholder-opacity));
}

.placeholder-purple-600:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(147, 51, 234, var(--tw-placeholder-opacity));
}

.placeholder-purple-600::-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(147, 51, 234, var(--tw-placeholder-opacity));
}

.placeholder-purple-600::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(147, 51, 234, var(--tw-placeholder-opacity));
}

.placeholder-purple-700::-webkit-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(126, 34, 206, var(--tw-placeholder-opacity));
}

.placeholder-purple-700::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(126, 34, 206, var(--tw-placeholder-opacity));
}

.placeholder-purple-700:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(126, 34, 206, var(--tw-placeholder-opacity));
}

.placeholder-purple-700::-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(126, 34, 206, var(--tw-placeholder-opacity));
}

.placeholder-purple-700::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(126, 34, 206, var(--tw-placeholder-opacity));
}

.placeholder-purple-800::-webkit-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(107, 33, 168, var(--tw-placeholder-opacity));
}

.placeholder-purple-800::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(107, 33, 168, var(--tw-placeholder-opacity));
}

.placeholder-purple-800:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(107, 33, 168, var(--tw-placeholder-opacity));
}

.placeholder-purple-800::-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(107, 33, 168, var(--tw-placeholder-opacity));
}

.placeholder-purple-800::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(107, 33, 168, var(--tw-placeholder-opacity));
}

.placeholder-purple-900::-webkit-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(88, 28, 135, var(--tw-placeholder-opacity));
}

.placeholder-purple-900::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(88, 28, 135, var(--tw-placeholder-opacity));
}

.placeholder-purple-900:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(88, 28, 135, var(--tw-placeholder-opacity));
}

.placeholder-purple-900::-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(88, 28, 135, var(--tw-placeholder-opacity));
}

.placeholder-purple-900::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(88, 28, 135, var(--tw-placeholder-opacity));
}

.placeholder-registry-operations::-webkit-input-placeholder {
  color: var(--registry-operations);
}

.placeholder-registry-operations::-moz-placeholder {
  color: var(--registry-operations);
}

.placeholder-registry-operations:-ms-input-placeholder {
  color: var(--registry-operations);
}

.placeholder-registry-operations::-ms-input-placeholder {
  color: var(--registry-operations);
}

.placeholder-registry-operations::placeholder {
  color: var(--registry-operations);
}

.placeholder-selected::-webkit-input-placeholder {
  color: var(--selected);
}

.placeholder-selected::-moz-placeholder {
  color: var(--selected);
}

.placeholder-selected:-ms-input-placeholder {
  color: var(--selected);
}

.placeholder-selected::-ms-input-placeholder {
  color: var(--selected);
}

.placeholder-selected::placeholder {
  color: var(--selected);
}

.placeholder-surface-2xl::-webkit-input-placeholder {
  color: var(--surface-2xl);
}

.placeholder-surface-2xl::-moz-placeholder {
  color: var(--surface-2xl);
}

.placeholder-surface-2xl:-ms-input-placeholder {
  color: var(--surface-2xl);
}

.placeholder-surface-2xl::-ms-input-placeholder {
  color: var(--surface-2xl);
}

.placeholder-surface-2xl::placeholder {
  color: var(--surface-2xl);
}

.placeholder-surface-base::-webkit-input-placeholder {
  color: var(--surface-base);
}

.placeholder-surface-base::-moz-placeholder {
  color: var(--surface-base);
}

.placeholder-surface-base:-ms-input-placeholder {
  color: var(--surface-base);
}

.placeholder-surface-base::-ms-input-placeholder {
  color: var(--surface-base);
}

.placeholder-surface-base::placeholder {
  color: var(--surface-base);
}

.placeholder-surface-inner::-webkit-input-placeholder {
  color: var(--surface-inner);
}

.placeholder-surface-inner::-moz-placeholder {
  color: var(--surface-inner);
}

.placeholder-surface-inner:-ms-input-placeholder {
  color: var(--surface-inner);
}

.placeholder-surface-inner::-ms-input-placeholder {
  color: var(--surface-inner);
}

.placeholder-surface-inner::placeholder {
  color: var(--surface-inner);
}

.placeholder-surface-lg::-webkit-input-placeholder {
  color: var(--surface-lg);
}

.placeholder-surface-lg::-moz-placeholder {
  color: var(--surface-lg);
}

.placeholder-surface-lg:-ms-input-placeholder {
  color: var(--surface-lg);
}

.placeholder-surface-lg::-ms-input-placeholder {
  color: var(--surface-lg);
}

.placeholder-surface-lg::placeholder {
  color: var(--surface-lg);
}

.placeholder-surface-md::-webkit-input-placeholder {
  color: var(--surface-md);
}

.placeholder-surface-md::-moz-placeholder {
  color: var(--surface-md);
}

.placeholder-surface-md:-ms-input-placeholder {
  color: var(--surface-md);
}

.placeholder-surface-md::-ms-input-placeholder {
  color: var(--surface-md);
}

.placeholder-surface-md::placeholder {
  color: var(--surface-md);
}

.placeholder-surface-xl::-webkit-input-placeholder {
  color: var(--surface-xl);
}

.placeholder-surface-xl::-moz-placeholder {
  color: var(--surface-xl);
}

.placeholder-surface-xl:-ms-input-placeholder {
  color: var(--surface-xl);
}

.placeholder-surface-xl::-ms-input-placeholder {
  color: var(--surface-xl);
}

.placeholder-surface-xl::placeholder {
  color: var(--surface-xl);
}

.placeholder-text-and-icons::-webkit-input-placeholder {
  color: var(--text-and-icons);
}

.placeholder-text-and-icons::-moz-placeholder {
  color: var(--text-and-icons);
}

.placeholder-text-and-icons:-ms-input-placeholder {
  color: var(--text-and-icons);
}

.placeholder-text-and-icons::-ms-input-placeholder {
  color: var(--text-and-icons);
}

.placeholder-text-and-icons::placeholder {
  color: var(--text-and-icons);
}

.placeholder-titles-and-attributes::-webkit-input-placeholder {
  color: var(--titles-and-attributes);
}

.placeholder-titles-and-attributes::-moz-placeholder {
  color: var(--titles-and-attributes);
}

.placeholder-titles-and-attributes:-ms-input-placeholder {
  color: var(--titles-and-attributes);
}

.placeholder-titles-and-attributes::-ms-input-placeholder {
  color: var(--titles-and-attributes);
}

.placeholder-titles-and-attributes::placeholder {
  color: var(--titles-and-attributes);
}

.placeholder-black::-webkit-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(0, 0, 0, var(--tw-placeholder-opacity));
}

.placeholder-black::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(0, 0, 0, var(--tw-placeholder-opacity));
}

.placeholder-black:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(0, 0, 0, var(--tw-placeholder-opacity));
}

.placeholder-black::-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(0, 0, 0, var(--tw-placeholder-opacity));
}

.placeholder-black::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(0, 0, 0, var(--tw-placeholder-opacity));
}

.placeholder-white::-webkit-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-placeholder-opacity));
}

.placeholder-white::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-placeholder-opacity));
}

.placeholder-white:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-placeholder-opacity));
}

.placeholder-white::-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-placeholder-opacity));
}

.placeholder-white::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-placeholder-opacity));
}

.placeholder-rose-50::-webkit-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(255, 241, 242, var(--tw-placeholder-opacity));
}

.placeholder-rose-50::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(255, 241, 242, var(--tw-placeholder-opacity));
}

.placeholder-rose-50:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(255, 241, 242, var(--tw-placeholder-opacity));
}

.placeholder-rose-50::-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(255, 241, 242, var(--tw-placeholder-opacity));
}

.placeholder-rose-50::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(255, 241, 242, var(--tw-placeholder-opacity));
}

.placeholder-rose-100::-webkit-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(255, 228, 230, var(--tw-placeholder-opacity));
}

.placeholder-rose-100::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(255, 228, 230, var(--tw-placeholder-opacity));
}

.placeholder-rose-100:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(255, 228, 230, var(--tw-placeholder-opacity));
}

.placeholder-rose-100::-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(255, 228, 230, var(--tw-placeholder-opacity));
}

.placeholder-rose-100::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(255, 228, 230, var(--tw-placeholder-opacity));
}

.placeholder-rose-200::-webkit-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(254, 205, 211, var(--tw-placeholder-opacity));
}

.placeholder-rose-200::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(254, 205, 211, var(--tw-placeholder-opacity));
}

.placeholder-rose-200:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(254, 205, 211, var(--tw-placeholder-opacity));
}

.placeholder-rose-200::-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(254, 205, 211, var(--tw-placeholder-opacity));
}

.placeholder-rose-200::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(254, 205, 211, var(--tw-placeholder-opacity));
}

.placeholder-rose-300::-webkit-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(253, 164, 175, var(--tw-placeholder-opacity));
}

.placeholder-rose-300::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(253, 164, 175, var(--tw-placeholder-opacity));
}

.placeholder-rose-300:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(253, 164, 175, var(--tw-placeholder-opacity));
}

.placeholder-rose-300::-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(253, 164, 175, var(--tw-placeholder-opacity));
}

.placeholder-rose-300::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(253, 164, 175, var(--tw-placeholder-opacity));
}

.placeholder-rose-400::-webkit-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(251, 113, 133, var(--tw-placeholder-opacity));
}

.placeholder-rose-400::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(251, 113, 133, var(--tw-placeholder-opacity));
}

.placeholder-rose-400:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(251, 113, 133, var(--tw-placeholder-opacity));
}

.placeholder-rose-400::-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(251, 113, 133, var(--tw-placeholder-opacity));
}

.placeholder-rose-400::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(251, 113, 133, var(--tw-placeholder-opacity));
}

.placeholder-rose-500::-webkit-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(244, 63, 94, var(--tw-placeholder-opacity));
}

.placeholder-rose-500::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(244, 63, 94, var(--tw-placeholder-opacity));
}

.placeholder-rose-500:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(244, 63, 94, var(--tw-placeholder-opacity));
}

.placeholder-rose-500::-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(244, 63, 94, var(--tw-placeholder-opacity));
}

.placeholder-rose-500::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(244, 63, 94, var(--tw-placeholder-opacity));
}

.placeholder-rose-600::-webkit-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(225, 29, 72, var(--tw-placeholder-opacity));
}

.placeholder-rose-600::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(225, 29, 72, var(--tw-placeholder-opacity));
}

.placeholder-rose-600:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(225, 29, 72, var(--tw-placeholder-opacity));
}

.placeholder-rose-600::-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(225, 29, 72, var(--tw-placeholder-opacity));
}

.placeholder-rose-600::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(225, 29, 72, var(--tw-placeholder-opacity));
}

.placeholder-rose-700::-webkit-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(190, 18, 60, var(--tw-placeholder-opacity));
}

.placeholder-rose-700::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(190, 18, 60, var(--tw-placeholder-opacity));
}

.placeholder-rose-700:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(190, 18, 60, var(--tw-placeholder-opacity));
}

.placeholder-rose-700::-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(190, 18, 60, var(--tw-placeholder-opacity));
}

.placeholder-rose-700::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(190, 18, 60, var(--tw-placeholder-opacity));
}

.placeholder-rose-800::-webkit-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(159, 18, 57, var(--tw-placeholder-opacity));
}

.placeholder-rose-800::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(159, 18, 57, var(--tw-placeholder-opacity));
}

.placeholder-rose-800:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(159, 18, 57, var(--tw-placeholder-opacity));
}

.placeholder-rose-800::-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(159, 18, 57, var(--tw-placeholder-opacity));
}

.placeholder-rose-800::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(159, 18, 57, var(--tw-placeholder-opacity));
}

.placeholder-rose-900::-webkit-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(136, 19, 55, var(--tw-placeholder-opacity));
}

.placeholder-rose-900::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(136, 19, 55, var(--tw-placeholder-opacity));
}

.placeholder-rose-900:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(136, 19, 55, var(--tw-placeholder-opacity));
}

.placeholder-rose-900::-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(136, 19, 55, var(--tw-placeholder-opacity));
}

.placeholder-rose-900::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(136, 19, 55, var(--tw-placeholder-opacity));
}

.placeholder-pink-50::-webkit-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(253, 242, 248, var(--tw-placeholder-opacity));
}

.placeholder-pink-50::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(253, 242, 248, var(--tw-placeholder-opacity));
}

.placeholder-pink-50:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(253, 242, 248, var(--tw-placeholder-opacity));
}

.placeholder-pink-50::-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(253, 242, 248, var(--tw-placeholder-opacity));
}

.placeholder-pink-50::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(253, 242, 248, var(--tw-placeholder-opacity));
}

.placeholder-pink-100::-webkit-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(252, 231, 243, var(--tw-placeholder-opacity));
}

.placeholder-pink-100::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(252, 231, 243, var(--tw-placeholder-opacity));
}

.placeholder-pink-100:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(252, 231, 243, var(--tw-placeholder-opacity));
}

.placeholder-pink-100::-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(252, 231, 243, var(--tw-placeholder-opacity));
}

.placeholder-pink-100::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(252, 231, 243, var(--tw-placeholder-opacity));
}

.placeholder-pink-200::-webkit-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(251, 207, 232, var(--tw-placeholder-opacity));
}

.placeholder-pink-200::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(251, 207, 232, var(--tw-placeholder-opacity));
}

.placeholder-pink-200:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(251, 207, 232, var(--tw-placeholder-opacity));
}

.placeholder-pink-200::-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(251, 207, 232, var(--tw-placeholder-opacity));
}

.placeholder-pink-200::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(251, 207, 232, var(--tw-placeholder-opacity));
}

.placeholder-pink-300::-webkit-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(249, 168, 212, var(--tw-placeholder-opacity));
}

.placeholder-pink-300::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(249, 168, 212, var(--tw-placeholder-opacity));
}

.placeholder-pink-300:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(249, 168, 212, var(--tw-placeholder-opacity));
}

.placeholder-pink-300::-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(249, 168, 212, var(--tw-placeholder-opacity));
}

.placeholder-pink-300::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(249, 168, 212, var(--tw-placeholder-opacity));
}

.placeholder-pink-400::-webkit-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(244, 114, 182, var(--tw-placeholder-opacity));
}

.placeholder-pink-400::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(244, 114, 182, var(--tw-placeholder-opacity));
}

.placeholder-pink-400:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(244, 114, 182, var(--tw-placeholder-opacity));
}

.placeholder-pink-400::-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(244, 114, 182, var(--tw-placeholder-opacity));
}

.placeholder-pink-400::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(244, 114, 182, var(--tw-placeholder-opacity));
}

.placeholder-pink-500::-webkit-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(236, 72, 153, var(--tw-placeholder-opacity));
}

.placeholder-pink-500::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(236, 72, 153, var(--tw-placeholder-opacity));
}

.placeholder-pink-500:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(236, 72, 153, var(--tw-placeholder-opacity));
}

.placeholder-pink-500::-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(236, 72, 153, var(--tw-placeholder-opacity));
}

.placeholder-pink-500::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(236, 72, 153, var(--tw-placeholder-opacity));
}

.placeholder-pink-600::-webkit-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(219, 39, 119, var(--tw-placeholder-opacity));
}

.placeholder-pink-600::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(219, 39, 119, var(--tw-placeholder-opacity));
}

.placeholder-pink-600:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(219, 39, 119, var(--tw-placeholder-opacity));
}

.placeholder-pink-600::-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(219, 39, 119, var(--tw-placeholder-opacity));
}

.placeholder-pink-600::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(219, 39, 119, var(--tw-placeholder-opacity));
}

.placeholder-pink-700::-webkit-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(190, 24, 93, var(--tw-placeholder-opacity));
}

.placeholder-pink-700::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(190, 24, 93, var(--tw-placeholder-opacity));
}

.placeholder-pink-700:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(190, 24, 93, var(--tw-placeholder-opacity));
}

.placeholder-pink-700::-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(190, 24, 93, var(--tw-placeholder-opacity));
}

.placeholder-pink-700::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(190, 24, 93, var(--tw-placeholder-opacity));
}

.placeholder-pink-800::-webkit-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(157, 23, 77, var(--tw-placeholder-opacity));
}

.placeholder-pink-800::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(157, 23, 77, var(--tw-placeholder-opacity));
}

.placeholder-pink-800:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(157, 23, 77, var(--tw-placeholder-opacity));
}

.placeholder-pink-800::-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(157, 23, 77, var(--tw-placeholder-opacity));
}

.placeholder-pink-800::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(157, 23, 77, var(--tw-placeholder-opacity));
}

.placeholder-pink-900::-webkit-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(131, 24, 67, var(--tw-placeholder-opacity));
}

.placeholder-pink-900::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(131, 24, 67, var(--tw-placeholder-opacity));
}

.placeholder-pink-900:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(131, 24, 67, var(--tw-placeholder-opacity));
}

.placeholder-pink-900::-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(131, 24, 67, var(--tw-placeholder-opacity));
}

.placeholder-pink-900::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(131, 24, 67, var(--tw-placeholder-opacity));
}

.placeholder-fuchsia-50::-webkit-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(253, 244, 255, var(--tw-placeholder-opacity));
}

.placeholder-fuchsia-50::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(253, 244, 255, var(--tw-placeholder-opacity));
}

.placeholder-fuchsia-50:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(253, 244, 255, var(--tw-placeholder-opacity));
}

.placeholder-fuchsia-50::-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(253, 244, 255, var(--tw-placeholder-opacity));
}

.placeholder-fuchsia-50::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(253, 244, 255, var(--tw-placeholder-opacity));
}

.placeholder-fuchsia-100::-webkit-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(250, 232, 255, var(--tw-placeholder-opacity));
}

.placeholder-fuchsia-100::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(250, 232, 255, var(--tw-placeholder-opacity));
}

.placeholder-fuchsia-100:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(250, 232, 255, var(--tw-placeholder-opacity));
}

.placeholder-fuchsia-100::-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(250, 232, 255, var(--tw-placeholder-opacity));
}

.placeholder-fuchsia-100::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(250, 232, 255, var(--tw-placeholder-opacity));
}

.placeholder-fuchsia-200::-webkit-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(245, 208, 254, var(--tw-placeholder-opacity));
}

.placeholder-fuchsia-200::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(245, 208, 254, var(--tw-placeholder-opacity));
}

.placeholder-fuchsia-200:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(245, 208, 254, var(--tw-placeholder-opacity));
}

.placeholder-fuchsia-200::-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(245, 208, 254, var(--tw-placeholder-opacity));
}

.placeholder-fuchsia-200::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(245, 208, 254, var(--tw-placeholder-opacity));
}

.placeholder-fuchsia-300::-webkit-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(240, 171, 252, var(--tw-placeholder-opacity));
}

.placeholder-fuchsia-300::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(240, 171, 252, var(--tw-placeholder-opacity));
}

.placeholder-fuchsia-300:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(240, 171, 252, var(--tw-placeholder-opacity));
}

.placeholder-fuchsia-300::-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(240, 171, 252, var(--tw-placeholder-opacity));
}

.placeholder-fuchsia-300::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(240, 171, 252, var(--tw-placeholder-opacity));
}

.placeholder-fuchsia-400::-webkit-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(232, 121, 249, var(--tw-placeholder-opacity));
}

.placeholder-fuchsia-400::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(232, 121, 249, var(--tw-placeholder-opacity));
}

.placeholder-fuchsia-400:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(232, 121, 249, var(--tw-placeholder-opacity));
}

.placeholder-fuchsia-400::-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(232, 121, 249, var(--tw-placeholder-opacity));
}

.placeholder-fuchsia-400::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(232, 121, 249, var(--tw-placeholder-opacity));
}

.placeholder-fuchsia-500::-webkit-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(217, 70, 239, var(--tw-placeholder-opacity));
}

.placeholder-fuchsia-500::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(217, 70, 239, var(--tw-placeholder-opacity));
}

.placeholder-fuchsia-500:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(217, 70, 239, var(--tw-placeholder-opacity));
}

.placeholder-fuchsia-500::-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(217, 70, 239, var(--tw-placeholder-opacity));
}

.placeholder-fuchsia-500::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(217, 70, 239, var(--tw-placeholder-opacity));
}

.placeholder-fuchsia-600::-webkit-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(192, 38, 211, var(--tw-placeholder-opacity));
}

.placeholder-fuchsia-600::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(192, 38, 211, var(--tw-placeholder-opacity));
}

.placeholder-fuchsia-600:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(192, 38, 211, var(--tw-placeholder-opacity));
}

.placeholder-fuchsia-600::-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(192, 38, 211, var(--tw-placeholder-opacity));
}

.placeholder-fuchsia-600::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(192, 38, 211, var(--tw-placeholder-opacity));
}

.placeholder-fuchsia-700::-webkit-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(162, 28, 175, var(--tw-placeholder-opacity));
}

.placeholder-fuchsia-700::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(162, 28, 175, var(--tw-placeholder-opacity));
}

.placeholder-fuchsia-700:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(162, 28, 175, var(--tw-placeholder-opacity));
}

.placeholder-fuchsia-700::-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(162, 28, 175, var(--tw-placeholder-opacity));
}

.placeholder-fuchsia-700::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(162, 28, 175, var(--tw-placeholder-opacity));
}

.placeholder-fuchsia-800::-webkit-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(134, 25, 143, var(--tw-placeholder-opacity));
}

.placeholder-fuchsia-800::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(134, 25, 143, var(--tw-placeholder-opacity));
}

.placeholder-fuchsia-800:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(134, 25, 143, var(--tw-placeholder-opacity));
}

.placeholder-fuchsia-800::-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(134, 25, 143, var(--tw-placeholder-opacity));
}

.placeholder-fuchsia-800::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(134, 25, 143, var(--tw-placeholder-opacity));
}

.placeholder-fuchsia-900::-webkit-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(112, 26, 117, var(--tw-placeholder-opacity));
}

.placeholder-fuchsia-900::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(112, 26, 117, var(--tw-placeholder-opacity));
}

.placeholder-fuchsia-900:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(112, 26, 117, var(--tw-placeholder-opacity));
}

.placeholder-fuchsia-900::-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(112, 26, 117, var(--tw-placeholder-opacity));
}

.placeholder-fuchsia-900::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(112, 26, 117, var(--tw-placeholder-opacity));
}

.placeholder-violet-50::-webkit-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(245, 243, 255, var(--tw-placeholder-opacity));
}

.placeholder-violet-50::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(245, 243, 255, var(--tw-placeholder-opacity));
}

.placeholder-violet-50:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(245, 243, 255, var(--tw-placeholder-opacity));
}

.placeholder-violet-50::-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(245, 243, 255, var(--tw-placeholder-opacity));
}

.placeholder-violet-50::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(245, 243, 255, var(--tw-placeholder-opacity));
}

.placeholder-violet-100::-webkit-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(237, 233, 254, var(--tw-placeholder-opacity));
}

.placeholder-violet-100::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(237, 233, 254, var(--tw-placeholder-opacity));
}

.placeholder-violet-100:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(237, 233, 254, var(--tw-placeholder-opacity));
}

.placeholder-violet-100::-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(237, 233, 254, var(--tw-placeholder-opacity));
}

.placeholder-violet-100::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(237, 233, 254, var(--tw-placeholder-opacity));
}

.placeholder-violet-200::-webkit-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(221, 214, 254, var(--tw-placeholder-opacity));
}

.placeholder-violet-200::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(221, 214, 254, var(--tw-placeholder-opacity));
}

.placeholder-violet-200:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(221, 214, 254, var(--tw-placeholder-opacity));
}

.placeholder-violet-200::-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(221, 214, 254, var(--tw-placeholder-opacity));
}

.placeholder-violet-200::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(221, 214, 254, var(--tw-placeholder-opacity));
}

.placeholder-violet-300::-webkit-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(196, 181, 253, var(--tw-placeholder-opacity));
}

.placeholder-violet-300::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(196, 181, 253, var(--tw-placeholder-opacity));
}

.placeholder-violet-300:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(196, 181, 253, var(--tw-placeholder-opacity));
}

.placeholder-violet-300::-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(196, 181, 253, var(--tw-placeholder-opacity));
}

.placeholder-violet-300::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(196, 181, 253, var(--tw-placeholder-opacity));
}

.placeholder-violet-400::-webkit-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(167, 139, 250, var(--tw-placeholder-opacity));
}

.placeholder-violet-400::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(167, 139, 250, var(--tw-placeholder-opacity));
}

.placeholder-violet-400:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(167, 139, 250, var(--tw-placeholder-opacity));
}

.placeholder-violet-400::-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(167, 139, 250, var(--tw-placeholder-opacity));
}

.placeholder-violet-400::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(167, 139, 250, var(--tw-placeholder-opacity));
}

.placeholder-violet-500::-webkit-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(139, 92, 246, var(--tw-placeholder-opacity));
}

.placeholder-violet-500::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(139, 92, 246, var(--tw-placeholder-opacity));
}

.placeholder-violet-500:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(139, 92, 246, var(--tw-placeholder-opacity));
}

.placeholder-violet-500::-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(139, 92, 246, var(--tw-placeholder-opacity));
}

.placeholder-violet-500::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(139, 92, 246, var(--tw-placeholder-opacity));
}

.placeholder-violet-600::-webkit-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(124, 58, 237, var(--tw-placeholder-opacity));
}

.placeholder-violet-600::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(124, 58, 237, var(--tw-placeholder-opacity));
}

.placeholder-violet-600:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(124, 58, 237, var(--tw-placeholder-opacity));
}

.placeholder-violet-600::-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(124, 58, 237, var(--tw-placeholder-opacity));
}

.placeholder-violet-600::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(124, 58, 237, var(--tw-placeholder-opacity));
}

.placeholder-violet-700::-webkit-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(109, 40, 217, var(--tw-placeholder-opacity));
}

.placeholder-violet-700::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(109, 40, 217, var(--tw-placeholder-opacity));
}

.placeholder-violet-700:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(109, 40, 217, var(--tw-placeholder-opacity));
}

.placeholder-violet-700::-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(109, 40, 217, var(--tw-placeholder-opacity));
}

.placeholder-violet-700::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(109, 40, 217, var(--tw-placeholder-opacity));
}

.placeholder-violet-800::-webkit-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(91, 33, 182, var(--tw-placeholder-opacity));
}

.placeholder-violet-800::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(91, 33, 182, var(--tw-placeholder-opacity));
}

.placeholder-violet-800:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(91, 33, 182, var(--tw-placeholder-opacity));
}

.placeholder-violet-800::-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(91, 33, 182, var(--tw-placeholder-opacity));
}

.placeholder-violet-800::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(91, 33, 182, var(--tw-placeholder-opacity));
}

.placeholder-violet-900::-webkit-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(76, 29, 149, var(--tw-placeholder-opacity));
}

.placeholder-violet-900::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(76, 29, 149, var(--tw-placeholder-opacity));
}

.placeholder-violet-900:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(76, 29, 149, var(--tw-placeholder-opacity));
}

.placeholder-violet-900::-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(76, 29, 149, var(--tw-placeholder-opacity));
}

.placeholder-violet-900::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(76, 29, 149, var(--tw-placeholder-opacity));
}

.placeholder-indigo-50::-webkit-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(238, 242, 255, var(--tw-placeholder-opacity));
}

.placeholder-indigo-50::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(238, 242, 255, var(--tw-placeholder-opacity));
}

.placeholder-indigo-50:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(238, 242, 255, var(--tw-placeholder-opacity));
}

.placeholder-indigo-50::-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(238, 242, 255, var(--tw-placeholder-opacity));
}

.placeholder-indigo-50::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(238, 242, 255, var(--tw-placeholder-opacity));
}

.placeholder-indigo-100::-webkit-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(224, 231, 255, var(--tw-placeholder-opacity));
}

.placeholder-indigo-100::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(224, 231, 255, var(--tw-placeholder-opacity));
}

.placeholder-indigo-100:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(224, 231, 255, var(--tw-placeholder-opacity));
}

.placeholder-indigo-100::-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(224, 231, 255, var(--tw-placeholder-opacity));
}

.placeholder-indigo-100::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(224, 231, 255, var(--tw-placeholder-opacity));
}

.placeholder-indigo-200::-webkit-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(199, 210, 254, var(--tw-placeholder-opacity));
}

.placeholder-indigo-200::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(199, 210, 254, var(--tw-placeholder-opacity));
}

.placeholder-indigo-200:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(199, 210, 254, var(--tw-placeholder-opacity));
}

.placeholder-indigo-200::-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(199, 210, 254, var(--tw-placeholder-opacity));
}

.placeholder-indigo-200::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(199, 210, 254, var(--tw-placeholder-opacity));
}

.placeholder-indigo-300::-webkit-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(165, 180, 252, var(--tw-placeholder-opacity));
}

.placeholder-indigo-300::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(165, 180, 252, var(--tw-placeholder-opacity));
}

.placeholder-indigo-300:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(165, 180, 252, var(--tw-placeholder-opacity));
}

.placeholder-indigo-300::-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(165, 180, 252, var(--tw-placeholder-opacity));
}

.placeholder-indigo-300::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(165, 180, 252, var(--tw-placeholder-opacity));
}

.placeholder-indigo-400::-webkit-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(129, 140, 248, var(--tw-placeholder-opacity));
}

.placeholder-indigo-400::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(129, 140, 248, var(--tw-placeholder-opacity));
}

.placeholder-indigo-400:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(129, 140, 248, var(--tw-placeholder-opacity));
}

.placeholder-indigo-400::-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(129, 140, 248, var(--tw-placeholder-opacity));
}

.placeholder-indigo-400::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(129, 140, 248, var(--tw-placeholder-opacity));
}

.placeholder-indigo-500::-webkit-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(99, 102, 241, var(--tw-placeholder-opacity));
}

.placeholder-indigo-500::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(99, 102, 241, var(--tw-placeholder-opacity));
}

.placeholder-indigo-500:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(99, 102, 241, var(--tw-placeholder-opacity));
}

.placeholder-indigo-500::-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(99, 102, 241, var(--tw-placeholder-opacity));
}

.placeholder-indigo-500::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(99, 102, 241, var(--tw-placeholder-opacity));
}

.placeholder-indigo-600::-webkit-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(79, 70, 229, var(--tw-placeholder-opacity));
}

.placeholder-indigo-600::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(79, 70, 229, var(--tw-placeholder-opacity));
}

.placeholder-indigo-600:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(79, 70, 229, var(--tw-placeholder-opacity));
}

.placeholder-indigo-600::-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(79, 70, 229, var(--tw-placeholder-opacity));
}

.placeholder-indigo-600::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(79, 70, 229, var(--tw-placeholder-opacity));
}

.placeholder-indigo-700::-webkit-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(67, 56, 202, var(--tw-placeholder-opacity));
}

.placeholder-indigo-700::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(67, 56, 202, var(--tw-placeholder-opacity));
}

.placeholder-indigo-700:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(67, 56, 202, var(--tw-placeholder-opacity));
}

.placeholder-indigo-700::-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(67, 56, 202, var(--tw-placeholder-opacity));
}

.placeholder-indigo-700::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(67, 56, 202, var(--tw-placeholder-opacity));
}

.placeholder-indigo-800::-webkit-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(55, 48, 163, var(--tw-placeholder-opacity));
}

.placeholder-indigo-800::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(55, 48, 163, var(--tw-placeholder-opacity));
}

.placeholder-indigo-800:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(55, 48, 163, var(--tw-placeholder-opacity));
}

.placeholder-indigo-800::-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(55, 48, 163, var(--tw-placeholder-opacity));
}

.placeholder-indigo-800::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(55, 48, 163, var(--tw-placeholder-opacity));
}

.placeholder-indigo-900::-webkit-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(49, 46, 129, var(--tw-placeholder-opacity));
}

.placeholder-indigo-900::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(49, 46, 129, var(--tw-placeholder-opacity));
}

.placeholder-indigo-900:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(49, 46, 129, var(--tw-placeholder-opacity));
}

.placeholder-indigo-900::-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(49, 46, 129, var(--tw-placeholder-opacity));
}

.placeholder-indigo-900::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(49, 46, 129, var(--tw-placeholder-opacity));
}

.placeholder-lightBlue-50::-webkit-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(240, 249, 255, var(--tw-placeholder-opacity));
}

.placeholder-lightBlue-50::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(240, 249, 255, var(--tw-placeholder-opacity));
}

.placeholder-lightBlue-50:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(240, 249, 255, var(--tw-placeholder-opacity));
}

.placeholder-lightBlue-50::-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(240, 249, 255, var(--tw-placeholder-opacity));
}

.placeholder-lightBlue-50::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(240, 249, 255, var(--tw-placeholder-opacity));
}

.placeholder-lightBlue-100::-webkit-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(224, 242, 254, var(--tw-placeholder-opacity));
}

.placeholder-lightBlue-100::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(224, 242, 254, var(--tw-placeholder-opacity));
}

.placeholder-lightBlue-100:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(224, 242, 254, var(--tw-placeholder-opacity));
}

.placeholder-lightBlue-100::-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(224, 242, 254, var(--tw-placeholder-opacity));
}

.placeholder-lightBlue-100::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(224, 242, 254, var(--tw-placeholder-opacity));
}

.placeholder-lightBlue-200::-webkit-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(186, 230, 253, var(--tw-placeholder-opacity));
}

.placeholder-lightBlue-200::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(186, 230, 253, var(--tw-placeholder-opacity));
}

.placeholder-lightBlue-200:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(186, 230, 253, var(--tw-placeholder-opacity));
}

.placeholder-lightBlue-200::-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(186, 230, 253, var(--tw-placeholder-opacity));
}

.placeholder-lightBlue-200::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(186, 230, 253, var(--tw-placeholder-opacity));
}

.placeholder-lightBlue-300::-webkit-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(125, 211, 252, var(--tw-placeholder-opacity));
}

.placeholder-lightBlue-300::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(125, 211, 252, var(--tw-placeholder-opacity));
}

.placeholder-lightBlue-300:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(125, 211, 252, var(--tw-placeholder-opacity));
}

.placeholder-lightBlue-300::-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(125, 211, 252, var(--tw-placeholder-opacity));
}

.placeholder-lightBlue-300::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(125, 211, 252, var(--tw-placeholder-opacity));
}

.placeholder-lightBlue-400::-webkit-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(56, 189, 248, var(--tw-placeholder-opacity));
}

.placeholder-lightBlue-400::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(56, 189, 248, var(--tw-placeholder-opacity));
}

.placeholder-lightBlue-400:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(56, 189, 248, var(--tw-placeholder-opacity));
}

.placeholder-lightBlue-400::-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(56, 189, 248, var(--tw-placeholder-opacity));
}

.placeholder-lightBlue-400::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(56, 189, 248, var(--tw-placeholder-opacity));
}

.placeholder-lightBlue-500::-webkit-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(14, 165, 233, var(--tw-placeholder-opacity));
}

.placeholder-lightBlue-500::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(14, 165, 233, var(--tw-placeholder-opacity));
}

.placeholder-lightBlue-500:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(14, 165, 233, var(--tw-placeholder-opacity));
}

.placeholder-lightBlue-500::-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(14, 165, 233, var(--tw-placeholder-opacity));
}

.placeholder-lightBlue-500::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(14, 165, 233, var(--tw-placeholder-opacity));
}

.placeholder-lightBlue-600::-webkit-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(2, 132, 199, var(--tw-placeholder-opacity));
}

.placeholder-lightBlue-600::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(2, 132, 199, var(--tw-placeholder-opacity));
}

.placeholder-lightBlue-600:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(2, 132, 199, var(--tw-placeholder-opacity));
}

.placeholder-lightBlue-600::-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(2, 132, 199, var(--tw-placeholder-opacity));
}

.placeholder-lightBlue-600::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(2, 132, 199, var(--tw-placeholder-opacity));
}

.placeholder-lightBlue-700::-webkit-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(3, 105, 161, var(--tw-placeholder-opacity));
}

.placeholder-lightBlue-700::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(3, 105, 161, var(--tw-placeholder-opacity));
}

.placeholder-lightBlue-700:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(3, 105, 161, var(--tw-placeholder-opacity));
}

.placeholder-lightBlue-700::-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(3, 105, 161, var(--tw-placeholder-opacity));
}

.placeholder-lightBlue-700::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(3, 105, 161, var(--tw-placeholder-opacity));
}

.placeholder-lightBlue-800::-webkit-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(7, 89, 133, var(--tw-placeholder-opacity));
}

.placeholder-lightBlue-800::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(7, 89, 133, var(--tw-placeholder-opacity));
}

.placeholder-lightBlue-800:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(7, 89, 133, var(--tw-placeholder-opacity));
}

.placeholder-lightBlue-800::-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(7, 89, 133, var(--tw-placeholder-opacity));
}

.placeholder-lightBlue-800::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(7, 89, 133, var(--tw-placeholder-opacity));
}

.placeholder-lightBlue-900::-webkit-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(12, 74, 110, var(--tw-placeholder-opacity));
}

.placeholder-lightBlue-900::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(12, 74, 110, var(--tw-placeholder-opacity));
}

.placeholder-lightBlue-900:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(12, 74, 110, var(--tw-placeholder-opacity));
}

.placeholder-lightBlue-900::-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(12, 74, 110, var(--tw-placeholder-opacity));
}

.placeholder-lightBlue-900::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(12, 74, 110, var(--tw-placeholder-opacity));
}

.placeholder-cyan-50::-webkit-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(236, 254, 255, var(--tw-placeholder-opacity));
}

.placeholder-cyan-50::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(236, 254, 255, var(--tw-placeholder-opacity));
}

.placeholder-cyan-50:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(236, 254, 255, var(--tw-placeholder-opacity));
}

.placeholder-cyan-50::-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(236, 254, 255, var(--tw-placeholder-opacity));
}

.placeholder-cyan-50::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(236, 254, 255, var(--tw-placeholder-opacity));
}

.placeholder-cyan-100::-webkit-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(207, 250, 254, var(--tw-placeholder-opacity));
}

.placeholder-cyan-100::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(207, 250, 254, var(--tw-placeholder-opacity));
}

.placeholder-cyan-100:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(207, 250, 254, var(--tw-placeholder-opacity));
}

.placeholder-cyan-100::-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(207, 250, 254, var(--tw-placeholder-opacity));
}

.placeholder-cyan-100::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(207, 250, 254, var(--tw-placeholder-opacity));
}

.placeholder-cyan-200::-webkit-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(165, 243, 252, var(--tw-placeholder-opacity));
}

.placeholder-cyan-200::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(165, 243, 252, var(--tw-placeholder-opacity));
}

.placeholder-cyan-200:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(165, 243, 252, var(--tw-placeholder-opacity));
}

.placeholder-cyan-200::-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(165, 243, 252, var(--tw-placeholder-opacity));
}

.placeholder-cyan-200::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(165, 243, 252, var(--tw-placeholder-opacity));
}

.placeholder-cyan-300::-webkit-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(103, 232, 249, var(--tw-placeholder-opacity));
}

.placeholder-cyan-300::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(103, 232, 249, var(--tw-placeholder-opacity));
}

.placeholder-cyan-300:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(103, 232, 249, var(--tw-placeholder-opacity));
}

.placeholder-cyan-300::-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(103, 232, 249, var(--tw-placeholder-opacity));
}

.placeholder-cyan-300::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(103, 232, 249, var(--tw-placeholder-opacity));
}

.placeholder-cyan-400::-webkit-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(34, 211, 238, var(--tw-placeholder-opacity));
}

.placeholder-cyan-400::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(34, 211, 238, var(--tw-placeholder-opacity));
}

.placeholder-cyan-400:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(34, 211, 238, var(--tw-placeholder-opacity));
}

.placeholder-cyan-400::-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(34, 211, 238, var(--tw-placeholder-opacity));
}

.placeholder-cyan-400::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(34, 211, 238, var(--tw-placeholder-opacity));
}

.placeholder-cyan-500::-webkit-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(6, 182, 212, var(--tw-placeholder-opacity));
}

.placeholder-cyan-500::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(6, 182, 212, var(--tw-placeholder-opacity));
}

.placeholder-cyan-500:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(6, 182, 212, var(--tw-placeholder-opacity));
}

.placeholder-cyan-500::-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(6, 182, 212, var(--tw-placeholder-opacity));
}

.placeholder-cyan-500::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(6, 182, 212, var(--tw-placeholder-opacity));
}

.placeholder-cyan-600::-webkit-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(8, 145, 178, var(--tw-placeholder-opacity));
}

.placeholder-cyan-600::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(8, 145, 178, var(--tw-placeholder-opacity));
}

.placeholder-cyan-600:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(8, 145, 178, var(--tw-placeholder-opacity));
}

.placeholder-cyan-600::-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(8, 145, 178, var(--tw-placeholder-opacity));
}

.placeholder-cyan-600::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(8, 145, 178, var(--tw-placeholder-opacity));
}

.placeholder-cyan-700::-webkit-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(14, 116, 144, var(--tw-placeholder-opacity));
}

.placeholder-cyan-700::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(14, 116, 144, var(--tw-placeholder-opacity));
}

.placeholder-cyan-700:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(14, 116, 144, var(--tw-placeholder-opacity));
}

.placeholder-cyan-700::-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(14, 116, 144, var(--tw-placeholder-opacity));
}

.placeholder-cyan-700::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(14, 116, 144, var(--tw-placeholder-opacity));
}

.placeholder-cyan-800::-webkit-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(21, 94, 117, var(--tw-placeholder-opacity));
}

.placeholder-cyan-800::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(21, 94, 117, var(--tw-placeholder-opacity));
}

.placeholder-cyan-800:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(21, 94, 117, var(--tw-placeholder-opacity));
}

.placeholder-cyan-800::-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(21, 94, 117, var(--tw-placeholder-opacity));
}

.placeholder-cyan-800::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(21, 94, 117, var(--tw-placeholder-opacity));
}

.placeholder-cyan-900::-webkit-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(22, 78, 99, var(--tw-placeholder-opacity));
}

.placeholder-cyan-900::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(22, 78, 99, var(--tw-placeholder-opacity));
}

.placeholder-cyan-900:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(22, 78, 99, var(--tw-placeholder-opacity));
}

.placeholder-cyan-900::-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(22, 78, 99, var(--tw-placeholder-opacity));
}

.placeholder-cyan-900::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(22, 78, 99, var(--tw-placeholder-opacity));
}

.placeholder-teal-50::-webkit-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(240, 253, 250, var(--tw-placeholder-opacity));
}

.placeholder-teal-50::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(240, 253, 250, var(--tw-placeholder-opacity));
}

.placeholder-teal-50:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(240, 253, 250, var(--tw-placeholder-opacity));
}

.placeholder-teal-50::-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(240, 253, 250, var(--tw-placeholder-opacity));
}

.placeholder-teal-50::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(240, 253, 250, var(--tw-placeholder-opacity));
}

.placeholder-teal-100::-webkit-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(204, 251, 241, var(--tw-placeholder-opacity));
}

.placeholder-teal-100::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(204, 251, 241, var(--tw-placeholder-opacity));
}

.placeholder-teal-100:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(204, 251, 241, var(--tw-placeholder-opacity));
}

.placeholder-teal-100::-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(204, 251, 241, var(--tw-placeholder-opacity));
}

.placeholder-teal-100::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(204, 251, 241, var(--tw-placeholder-opacity));
}

.placeholder-teal-200::-webkit-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(153, 246, 228, var(--tw-placeholder-opacity));
}

.placeholder-teal-200::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(153, 246, 228, var(--tw-placeholder-opacity));
}

.placeholder-teal-200:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(153, 246, 228, var(--tw-placeholder-opacity));
}

.placeholder-teal-200::-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(153, 246, 228, var(--tw-placeholder-opacity));
}

.placeholder-teal-200::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(153, 246, 228, var(--tw-placeholder-opacity));
}

.placeholder-teal-300::-webkit-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(94, 234, 212, var(--tw-placeholder-opacity));
}

.placeholder-teal-300::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(94, 234, 212, var(--tw-placeholder-opacity));
}

.placeholder-teal-300:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(94, 234, 212, var(--tw-placeholder-opacity));
}

.placeholder-teal-300::-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(94, 234, 212, var(--tw-placeholder-opacity));
}

.placeholder-teal-300::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(94, 234, 212, var(--tw-placeholder-opacity));
}

.placeholder-teal-400::-webkit-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(45, 212, 191, var(--tw-placeholder-opacity));
}

.placeholder-teal-400::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(45, 212, 191, var(--tw-placeholder-opacity));
}

.placeholder-teal-400:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(45, 212, 191, var(--tw-placeholder-opacity));
}

.placeholder-teal-400::-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(45, 212, 191, var(--tw-placeholder-opacity));
}

.placeholder-teal-400::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(45, 212, 191, var(--tw-placeholder-opacity));
}

.placeholder-teal-500::-webkit-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(20, 184, 166, var(--tw-placeholder-opacity));
}

.placeholder-teal-500::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(20, 184, 166, var(--tw-placeholder-opacity));
}

.placeholder-teal-500:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(20, 184, 166, var(--tw-placeholder-opacity));
}

.placeholder-teal-500::-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(20, 184, 166, var(--tw-placeholder-opacity));
}

.placeholder-teal-500::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(20, 184, 166, var(--tw-placeholder-opacity));
}

.placeholder-teal-600::-webkit-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(13, 148, 136, var(--tw-placeholder-opacity));
}

.placeholder-teal-600::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(13, 148, 136, var(--tw-placeholder-opacity));
}

.placeholder-teal-600:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(13, 148, 136, var(--tw-placeholder-opacity));
}

.placeholder-teal-600::-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(13, 148, 136, var(--tw-placeholder-opacity));
}

.placeholder-teal-600::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(13, 148, 136, var(--tw-placeholder-opacity));
}

.placeholder-teal-700::-webkit-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(15, 118, 110, var(--tw-placeholder-opacity));
}

.placeholder-teal-700::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(15, 118, 110, var(--tw-placeholder-opacity));
}

.placeholder-teal-700:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(15, 118, 110, var(--tw-placeholder-opacity));
}

.placeholder-teal-700::-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(15, 118, 110, var(--tw-placeholder-opacity));
}

.placeholder-teal-700::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(15, 118, 110, var(--tw-placeholder-opacity));
}

.placeholder-teal-800::-webkit-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(17, 94, 89, var(--tw-placeholder-opacity));
}

.placeholder-teal-800::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(17, 94, 89, var(--tw-placeholder-opacity));
}

.placeholder-teal-800:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(17, 94, 89, var(--tw-placeholder-opacity));
}

.placeholder-teal-800::-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(17, 94, 89, var(--tw-placeholder-opacity));
}

.placeholder-teal-800::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(17, 94, 89, var(--tw-placeholder-opacity));
}

.placeholder-teal-900::-webkit-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(19, 78, 74, var(--tw-placeholder-opacity));
}

.placeholder-teal-900::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(19, 78, 74, var(--tw-placeholder-opacity));
}

.placeholder-teal-900:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(19, 78, 74, var(--tw-placeholder-opacity));
}

.placeholder-teal-900::-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(19, 78, 74, var(--tw-placeholder-opacity));
}

.placeholder-teal-900::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(19, 78, 74, var(--tw-placeholder-opacity));
}

.placeholder-emerald-50::-webkit-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(236, 253, 245, var(--tw-placeholder-opacity));
}

.placeholder-emerald-50::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(236, 253, 245, var(--tw-placeholder-opacity));
}

.placeholder-emerald-50:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(236, 253, 245, var(--tw-placeholder-opacity));
}

.placeholder-emerald-50::-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(236, 253, 245, var(--tw-placeholder-opacity));
}

.placeholder-emerald-50::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(236, 253, 245, var(--tw-placeholder-opacity));
}

.placeholder-emerald-100::-webkit-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(209, 250, 229, var(--tw-placeholder-opacity));
}

.placeholder-emerald-100::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(209, 250, 229, var(--tw-placeholder-opacity));
}

.placeholder-emerald-100:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(209, 250, 229, var(--tw-placeholder-opacity));
}

.placeholder-emerald-100::-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(209, 250, 229, var(--tw-placeholder-opacity));
}

.placeholder-emerald-100::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(209, 250, 229, var(--tw-placeholder-opacity));
}

.placeholder-emerald-200::-webkit-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(167, 243, 208, var(--tw-placeholder-opacity));
}

.placeholder-emerald-200::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(167, 243, 208, var(--tw-placeholder-opacity));
}

.placeholder-emerald-200:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(167, 243, 208, var(--tw-placeholder-opacity));
}

.placeholder-emerald-200::-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(167, 243, 208, var(--tw-placeholder-opacity));
}

.placeholder-emerald-200::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(167, 243, 208, var(--tw-placeholder-opacity));
}

.placeholder-emerald-300::-webkit-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(110, 231, 183, var(--tw-placeholder-opacity));
}

.placeholder-emerald-300::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(110, 231, 183, var(--tw-placeholder-opacity));
}

.placeholder-emerald-300:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(110, 231, 183, var(--tw-placeholder-opacity));
}

.placeholder-emerald-300::-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(110, 231, 183, var(--tw-placeholder-opacity));
}

.placeholder-emerald-300::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(110, 231, 183, var(--tw-placeholder-opacity));
}

.placeholder-emerald-400::-webkit-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(52, 211, 153, var(--tw-placeholder-opacity));
}

.placeholder-emerald-400::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(52, 211, 153, var(--tw-placeholder-opacity));
}

.placeholder-emerald-400:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(52, 211, 153, var(--tw-placeholder-opacity));
}

.placeholder-emerald-400::-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(52, 211, 153, var(--tw-placeholder-opacity));
}

.placeholder-emerald-400::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(52, 211, 153, var(--tw-placeholder-opacity));
}

.placeholder-emerald-500::-webkit-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(16, 185, 129, var(--tw-placeholder-opacity));
}

.placeholder-emerald-500::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(16, 185, 129, var(--tw-placeholder-opacity));
}

.placeholder-emerald-500:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(16, 185, 129, var(--tw-placeholder-opacity));
}

.placeholder-emerald-500::-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(16, 185, 129, var(--tw-placeholder-opacity));
}

.placeholder-emerald-500::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(16, 185, 129, var(--tw-placeholder-opacity));
}

.placeholder-emerald-600::-webkit-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(5, 150, 105, var(--tw-placeholder-opacity));
}

.placeholder-emerald-600::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(5, 150, 105, var(--tw-placeholder-opacity));
}

.placeholder-emerald-600:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(5, 150, 105, var(--tw-placeholder-opacity));
}

.placeholder-emerald-600::-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(5, 150, 105, var(--tw-placeholder-opacity));
}

.placeholder-emerald-600::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(5, 150, 105, var(--tw-placeholder-opacity));
}

.placeholder-emerald-700::-webkit-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(4, 120, 87, var(--tw-placeholder-opacity));
}

.placeholder-emerald-700::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(4, 120, 87, var(--tw-placeholder-opacity));
}

.placeholder-emerald-700:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(4, 120, 87, var(--tw-placeholder-opacity));
}

.placeholder-emerald-700::-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(4, 120, 87, var(--tw-placeholder-opacity));
}

.placeholder-emerald-700::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(4, 120, 87, var(--tw-placeholder-opacity));
}

.placeholder-emerald-800::-webkit-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(6, 95, 70, var(--tw-placeholder-opacity));
}

.placeholder-emerald-800::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(6, 95, 70, var(--tw-placeholder-opacity));
}

.placeholder-emerald-800:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(6, 95, 70, var(--tw-placeholder-opacity));
}

.placeholder-emerald-800::-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(6, 95, 70, var(--tw-placeholder-opacity));
}

.placeholder-emerald-800::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(6, 95, 70, var(--tw-placeholder-opacity));
}

.placeholder-emerald-900::-webkit-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(6, 78, 59, var(--tw-placeholder-opacity));
}

.placeholder-emerald-900::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(6, 78, 59, var(--tw-placeholder-opacity));
}

.placeholder-emerald-900:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(6, 78, 59, var(--tw-placeholder-opacity));
}

.placeholder-emerald-900::-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(6, 78, 59, var(--tw-placeholder-opacity));
}

.placeholder-emerald-900::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(6, 78, 59, var(--tw-placeholder-opacity));
}

.placeholder-green-50::-webkit-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(240, 253, 244, var(--tw-placeholder-opacity));
}

.placeholder-green-50::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(240, 253, 244, var(--tw-placeholder-opacity));
}

.placeholder-green-50:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(240, 253, 244, var(--tw-placeholder-opacity));
}

.placeholder-green-50::-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(240, 253, 244, var(--tw-placeholder-opacity));
}

.placeholder-green-50::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(240, 253, 244, var(--tw-placeholder-opacity));
}

.placeholder-green-100::-webkit-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(220, 252, 231, var(--tw-placeholder-opacity));
}

.placeholder-green-100::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(220, 252, 231, var(--tw-placeholder-opacity));
}

.placeholder-green-100:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(220, 252, 231, var(--tw-placeholder-opacity));
}

.placeholder-green-100::-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(220, 252, 231, var(--tw-placeholder-opacity));
}

.placeholder-green-100::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(220, 252, 231, var(--tw-placeholder-opacity));
}

.placeholder-green-200::-webkit-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(187, 247, 208, var(--tw-placeholder-opacity));
}

.placeholder-green-200::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(187, 247, 208, var(--tw-placeholder-opacity));
}

.placeholder-green-200:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(187, 247, 208, var(--tw-placeholder-opacity));
}

.placeholder-green-200::-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(187, 247, 208, var(--tw-placeholder-opacity));
}

.placeholder-green-200::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(187, 247, 208, var(--tw-placeholder-opacity));
}

.placeholder-green-300::-webkit-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(134, 239, 172, var(--tw-placeholder-opacity));
}

.placeholder-green-300::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(134, 239, 172, var(--tw-placeholder-opacity));
}

.placeholder-green-300:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(134, 239, 172, var(--tw-placeholder-opacity));
}

.placeholder-green-300::-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(134, 239, 172, var(--tw-placeholder-opacity));
}

.placeholder-green-300::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(134, 239, 172, var(--tw-placeholder-opacity));
}

.placeholder-green-400::-webkit-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(74, 222, 128, var(--tw-placeholder-opacity));
}

.placeholder-green-400::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(74, 222, 128, var(--tw-placeholder-opacity));
}

.placeholder-green-400:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(74, 222, 128, var(--tw-placeholder-opacity));
}

.placeholder-green-400::-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(74, 222, 128, var(--tw-placeholder-opacity));
}

.placeholder-green-400::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(74, 222, 128, var(--tw-placeholder-opacity));
}

.placeholder-green-500::-webkit-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(34, 197, 94, var(--tw-placeholder-opacity));
}

.placeholder-green-500::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(34, 197, 94, var(--tw-placeholder-opacity));
}

.placeholder-green-500:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(34, 197, 94, var(--tw-placeholder-opacity));
}

.placeholder-green-500::-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(34, 197, 94, var(--tw-placeholder-opacity));
}

.placeholder-green-500::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(34, 197, 94, var(--tw-placeholder-opacity));
}

.placeholder-green-600::-webkit-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(22, 163, 74, var(--tw-placeholder-opacity));
}

.placeholder-green-600::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(22, 163, 74, var(--tw-placeholder-opacity));
}

.placeholder-green-600:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(22, 163, 74, var(--tw-placeholder-opacity));
}

.placeholder-green-600::-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(22, 163, 74, var(--tw-placeholder-opacity));
}

.placeholder-green-600::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(22, 163, 74, var(--tw-placeholder-opacity));
}

.placeholder-green-700::-webkit-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(21, 128, 61, var(--tw-placeholder-opacity));
}

.placeholder-green-700::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(21, 128, 61, var(--tw-placeholder-opacity));
}

.placeholder-green-700:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(21, 128, 61, var(--tw-placeholder-opacity));
}

.placeholder-green-700::-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(21, 128, 61, var(--tw-placeholder-opacity));
}

.placeholder-green-700::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(21, 128, 61, var(--tw-placeholder-opacity));
}

.placeholder-green-800::-webkit-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(22, 101, 52, var(--tw-placeholder-opacity));
}

.placeholder-green-800::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(22, 101, 52, var(--tw-placeholder-opacity));
}

.placeholder-green-800:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(22, 101, 52, var(--tw-placeholder-opacity));
}

.placeholder-green-800::-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(22, 101, 52, var(--tw-placeholder-opacity));
}

.placeholder-green-800::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(22, 101, 52, var(--tw-placeholder-opacity));
}

.placeholder-green-900::-webkit-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(20, 83, 45, var(--tw-placeholder-opacity));
}

.placeholder-green-900::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(20, 83, 45, var(--tw-placeholder-opacity));
}

.placeholder-green-900:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(20, 83, 45, var(--tw-placeholder-opacity));
}

.placeholder-green-900::-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(20, 83, 45, var(--tw-placeholder-opacity));
}

.placeholder-green-900::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(20, 83, 45, var(--tw-placeholder-opacity));
}

.placeholder-lime-50::-webkit-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(247, 254, 231, var(--tw-placeholder-opacity));
}

.placeholder-lime-50::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(247, 254, 231, var(--tw-placeholder-opacity));
}

.placeholder-lime-50:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(247, 254, 231, var(--tw-placeholder-opacity));
}

.placeholder-lime-50::-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(247, 254, 231, var(--tw-placeholder-opacity));
}

.placeholder-lime-50::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(247, 254, 231, var(--tw-placeholder-opacity));
}

.placeholder-lime-100::-webkit-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(236, 252, 203, var(--tw-placeholder-opacity));
}

.placeholder-lime-100::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(236, 252, 203, var(--tw-placeholder-opacity));
}

.placeholder-lime-100:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(236, 252, 203, var(--tw-placeholder-opacity));
}

.placeholder-lime-100::-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(236, 252, 203, var(--tw-placeholder-opacity));
}

.placeholder-lime-100::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(236, 252, 203, var(--tw-placeholder-opacity));
}

.placeholder-lime-200::-webkit-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(217, 249, 157, var(--tw-placeholder-opacity));
}

.placeholder-lime-200::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(217, 249, 157, var(--tw-placeholder-opacity));
}

.placeholder-lime-200:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(217, 249, 157, var(--tw-placeholder-opacity));
}

.placeholder-lime-200::-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(217, 249, 157, var(--tw-placeholder-opacity));
}

.placeholder-lime-200::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(217, 249, 157, var(--tw-placeholder-opacity));
}

.placeholder-lime-300::-webkit-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(190, 242, 100, var(--tw-placeholder-opacity));
}

.placeholder-lime-300::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(190, 242, 100, var(--tw-placeholder-opacity));
}

.placeholder-lime-300:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(190, 242, 100, var(--tw-placeholder-opacity));
}

.placeholder-lime-300::-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(190, 242, 100, var(--tw-placeholder-opacity));
}

.placeholder-lime-300::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(190, 242, 100, var(--tw-placeholder-opacity));
}

.placeholder-lime-400::-webkit-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(163, 230, 53, var(--tw-placeholder-opacity));
}

.placeholder-lime-400::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(163, 230, 53, var(--tw-placeholder-opacity));
}

.placeholder-lime-400:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(163, 230, 53, var(--tw-placeholder-opacity));
}

.placeholder-lime-400::-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(163, 230, 53, var(--tw-placeholder-opacity));
}

.placeholder-lime-400::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(163, 230, 53, var(--tw-placeholder-opacity));
}

.placeholder-lime-500::-webkit-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(132, 204, 22, var(--tw-placeholder-opacity));
}

.placeholder-lime-500::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(132, 204, 22, var(--tw-placeholder-opacity));
}

.placeholder-lime-500:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(132, 204, 22, var(--tw-placeholder-opacity));
}

.placeholder-lime-500::-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(132, 204, 22, var(--tw-placeholder-opacity));
}

.placeholder-lime-500::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(132, 204, 22, var(--tw-placeholder-opacity));
}

.placeholder-lime-600::-webkit-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(101, 163, 13, var(--tw-placeholder-opacity));
}

.placeholder-lime-600::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(101, 163, 13, var(--tw-placeholder-opacity));
}

.placeholder-lime-600:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(101, 163, 13, var(--tw-placeholder-opacity));
}

.placeholder-lime-600::-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(101, 163, 13, var(--tw-placeholder-opacity));
}

.placeholder-lime-600::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(101, 163, 13, var(--tw-placeholder-opacity));
}

.placeholder-lime-700::-webkit-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(77, 124, 15, var(--tw-placeholder-opacity));
}

.placeholder-lime-700::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(77, 124, 15, var(--tw-placeholder-opacity));
}

.placeholder-lime-700:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(77, 124, 15, var(--tw-placeholder-opacity));
}

.placeholder-lime-700::-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(77, 124, 15, var(--tw-placeholder-opacity));
}

.placeholder-lime-700::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(77, 124, 15, var(--tw-placeholder-opacity));
}

.placeholder-lime-800::-webkit-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(63, 98, 18, var(--tw-placeholder-opacity));
}

.placeholder-lime-800::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(63, 98, 18, var(--tw-placeholder-opacity));
}

.placeholder-lime-800:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(63, 98, 18, var(--tw-placeholder-opacity));
}

.placeholder-lime-800::-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(63, 98, 18, var(--tw-placeholder-opacity));
}

.placeholder-lime-800::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(63, 98, 18, var(--tw-placeholder-opacity));
}

.placeholder-lime-900::-webkit-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(54, 83, 20, var(--tw-placeholder-opacity));
}

.placeholder-lime-900::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(54, 83, 20, var(--tw-placeholder-opacity));
}

.placeholder-lime-900:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(54, 83, 20, var(--tw-placeholder-opacity));
}

.placeholder-lime-900::-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(54, 83, 20, var(--tw-placeholder-opacity));
}

.placeholder-lime-900::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(54, 83, 20, var(--tw-placeholder-opacity));
}

.placeholder-yellow-50::-webkit-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(254, 252, 232, var(--tw-placeholder-opacity));
}

.placeholder-yellow-50::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(254, 252, 232, var(--tw-placeholder-opacity));
}

.placeholder-yellow-50:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(254, 252, 232, var(--tw-placeholder-opacity));
}

.placeholder-yellow-50::-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(254, 252, 232, var(--tw-placeholder-opacity));
}

.placeholder-yellow-50::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(254, 252, 232, var(--tw-placeholder-opacity));
}

.placeholder-yellow-100::-webkit-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(254, 249, 195, var(--tw-placeholder-opacity));
}

.placeholder-yellow-100::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(254, 249, 195, var(--tw-placeholder-opacity));
}

.placeholder-yellow-100:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(254, 249, 195, var(--tw-placeholder-opacity));
}

.placeholder-yellow-100::-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(254, 249, 195, var(--tw-placeholder-opacity));
}

.placeholder-yellow-100::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(254, 249, 195, var(--tw-placeholder-opacity));
}

.placeholder-yellow-200::-webkit-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(254, 240, 138, var(--tw-placeholder-opacity));
}

.placeholder-yellow-200::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(254, 240, 138, var(--tw-placeholder-opacity));
}

.placeholder-yellow-200:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(254, 240, 138, var(--tw-placeholder-opacity));
}

.placeholder-yellow-200::-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(254, 240, 138, var(--tw-placeholder-opacity));
}

.placeholder-yellow-200::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(254, 240, 138, var(--tw-placeholder-opacity));
}

.placeholder-yellow-300::-webkit-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(253, 224, 71, var(--tw-placeholder-opacity));
}

.placeholder-yellow-300::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(253, 224, 71, var(--tw-placeholder-opacity));
}

.placeholder-yellow-300:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(253, 224, 71, var(--tw-placeholder-opacity));
}

.placeholder-yellow-300::-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(253, 224, 71, var(--tw-placeholder-opacity));
}

.placeholder-yellow-300::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(253, 224, 71, var(--tw-placeholder-opacity));
}

.placeholder-yellow-400::-webkit-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(250, 204, 21, var(--tw-placeholder-opacity));
}

.placeholder-yellow-400::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(250, 204, 21, var(--tw-placeholder-opacity));
}

.placeholder-yellow-400:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(250, 204, 21, var(--tw-placeholder-opacity));
}

.placeholder-yellow-400::-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(250, 204, 21, var(--tw-placeholder-opacity));
}

.placeholder-yellow-400::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(250, 204, 21, var(--tw-placeholder-opacity));
}

.placeholder-yellow-500::-webkit-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(234, 179, 8, var(--tw-placeholder-opacity));
}

.placeholder-yellow-500::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(234, 179, 8, var(--tw-placeholder-opacity));
}

.placeholder-yellow-500:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(234, 179, 8, var(--tw-placeholder-opacity));
}

.placeholder-yellow-500::-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(234, 179, 8, var(--tw-placeholder-opacity));
}

.placeholder-yellow-500::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(234, 179, 8, var(--tw-placeholder-opacity));
}

.placeholder-yellow-600::-webkit-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(202, 138, 4, var(--tw-placeholder-opacity));
}

.placeholder-yellow-600::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(202, 138, 4, var(--tw-placeholder-opacity));
}

.placeholder-yellow-600:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(202, 138, 4, var(--tw-placeholder-opacity));
}

.placeholder-yellow-600::-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(202, 138, 4, var(--tw-placeholder-opacity));
}

.placeholder-yellow-600::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(202, 138, 4, var(--tw-placeholder-opacity));
}

.placeholder-yellow-700::-webkit-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(161, 98, 7, var(--tw-placeholder-opacity));
}

.placeholder-yellow-700::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(161, 98, 7, var(--tw-placeholder-opacity));
}

.placeholder-yellow-700:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(161, 98, 7, var(--tw-placeholder-opacity));
}

.placeholder-yellow-700::-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(161, 98, 7, var(--tw-placeholder-opacity));
}

.placeholder-yellow-700::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(161, 98, 7, var(--tw-placeholder-opacity));
}

.placeholder-yellow-800::-webkit-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(133, 77, 14, var(--tw-placeholder-opacity));
}

.placeholder-yellow-800::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(133, 77, 14, var(--tw-placeholder-opacity));
}

.placeholder-yellow-800:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(133, 77, 14, var(--tw-placeholder-opacity));
}

.placeholder-yellow-800::-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(133, 77, 14, var(--tw-placeholder-opacity));
}

.placeholder-yellow-800::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(133, 77, 14, var(--tw-placeholder-opacity));
}

.placeholder-yellow-900::-webkit-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(113, 63, 18, var(--tw-placeholder-opacity));
}

.placeholder-yellow-900::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(113, 63, 18, var(--tw-placeholder-opacity));
}

.placeholder-yellow-900:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(113, 63, 18, var(--tw-placeholder-opacity));
}

.placeholder-yellow-900::-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(113, 63, 18, var(--tw-placeholder-opacity));
}

.placeholder-yellow-900::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(113, 63, 18, var(--tw-placeholder-opacity));
}

.placeholder-amber-50::-webkit-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(255, 251, 235, var(--tw-placeholder-opacity));
}

.placeholder-amber-50::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(255, 251, 235, var(--tw-placeholder-opacity));
}

.placeholder-amber-50:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(255, 251, 235, var(--tw-placeholder-opacity));
}

.placeholder-amber-50::-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(255, 251, 235, var(--tw-placeholder-opacity));
}

.placeholder-amber-50::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(255, 251, 235, var(--tw-placeholder-opacity));
}

.placeholder-amber-100::-webkit-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(254, 243, 199, var(--tw-placeholder-opacity));
}

.placeholder-amber-100::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(254, 243, 199, var(--tw-placeholder-opacity));
}

.placeholder-amber-100:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(254, 243, 199, var(--tw-placeholder-opacity));
}

.placeholder-amber-100::-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(254, 243, 199, var(--tw-placeholder-opacity));
}

.placeholder-amber-100::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(254, 243, 199, var(--tw-placeholder-opacity));
}

.placeholder-amber-200::-webkit-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(253, 230, 138, var(--tw-placeholder-opacity));
}

.placeholder-amber-200::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(253, 230, 138, var(--tw-placeholder-opacity));
}

.placeholder-amber-200:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(253, 230, 138, var(--tw-placeholder-opacity));
}

.placeholder-amber-200::-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(253, 230, 138, var(--tw-placeholder-opacity));
}

.placeholder-amber-200::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(253, 230, 138, var(--tw-placeholder-opacity));
}

.placeholder-amber-300::-webkit-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(252, 211, 77, var(--tw-placeholder-opacity));
}

.placeholder-amber-300::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(252, 211, 77, var(--tw-placeholder-opacity));
}

.placeholder-amber-300:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(252, 211, 77, var(--tw-placeholder-opacity));
}

.placeholder-amber-300::-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(252, 211, 77, var(--tw-placeholder-opacity));
}

.placeholder-amber-300::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(252, 211, 77, var(--tw-placeholder-opacity));
}

.placeholder-amber-400::-webkit-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(251, 191, 36, var(--tw-placeholder-opacity));
}

.placeholder-amber-400::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(251, 191, 36, var(--tw-placeholder-opacity));
}

.placeholder-amber-400:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(251, 191, 36, var(--tw-placeholder-opacity));
}

.placeholder-amber-400::-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(251, 191, 36, var(--tw-placeholder-opacity));
}

.placeholder-amber-400::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(251, 191, 36, var(--tw-placeholder-opacity));
}

.placeholder-amber-500::-webkit-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(245, 158, 11, var(--tw-placeholder-opacity));
}

.placeholder-amber-500::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(245, 158, 11, var(--tw-placeholder-opacity));
}

.placeholder-amber-500:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(245, 158, 11, var(--tw-placeholder-opacity));
}

.placeholder-amber-500::-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(245, 158, 11, var(--tw-placeholder-opacity));
}

.placeholder-amber-500::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(245, 158, 11, var(--tw-placeholder-opacity));
}

.placeholder-amber-600::-webkit-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(217, 119, 6, var(--tw-placeholder-opacity));
}

.placeholder-amber-600::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(217, 119, 6, var(--tw-placeholder-opacity));
}

.placeholder-amber-600:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(217, 119, 6, var(--tw-placeholder-opacity));
}

.placeholder-amber-600::-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(217, 119, 6, var(--tw-placeholder-opacity));
}

.placeholder-amber-600::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(217, 119, 6, var(--tw-placeholder-opacity));
}

.placeholder-amber-700::-webkit-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(180, 83, 9, var(--tw-placeholder-opacity));
}

.placeholder-amber-700::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(180, 83, 9, var(--tw-placeholder-opacity));
}

.placeholder-amber-700:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(180, 83, 9, var(--tw-placeholder-opacity));
}

.placeholder-amber-700::-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(180, 83, 9, var(--tw-placeholder-opacity));
}

.placeholder-amber-700::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(180, 83, 9, var(--tw-placeholder-opacity));
}

.placeholder-amber-800::-webkit-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(146, 64, 14, var(--tw-placeholder-opacity));
}

.placeholder-amber-800::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(146, 64, 14, var(--tw-placeholder-opacity));
}

.placeholder-amber-800:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(146, 64, 14, var(--tw-placeholder-opacity));
}

.placeholder-amber-800::-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(146, 64, 14, var(--tw-placeholder-opacity));
}

.placeholder-amber-800::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(146, 64, 14, var(--tw-placeholder-opacity));
}

.placeholder-amber-900::-webkit-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(120, 53, 15, var(--tw-placeholder-opacity));
}

.placeholder-amber-900::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(120, 53, 15, var(--tw-placeholder-opacity));
}

.placeholder-amber-900:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(120, 53, 15, var(--tw-placeholder-opacity));
}

.placeholder-amber-900::-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(120, 53, 15, var(--tw-placeholder-opacity));
}

.placeholder-amber-900::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(120, 53, 15, var(--tw-placeholder-opacity));
}

.placeholder-orange-50::-webkit-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(255, 247, 237, var(--tw-placeholder-opacity));
}

.placeholder-orange-50::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(255, 247, 237, var(--tw-placeholder-opacity));
}

.placeholder-orange-50:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(255, 247, 237, var(--tw-placeholder-opacity));
}

.placeholder-orange-50::-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(255, 247, 237, var(--tw-placeholder-opacity));
}

.placeholder-orange-50::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(255, 247, 237, var(--tw-placeholder-opacity));
}

.placeholder-orange-100::-webkit-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(255, 237, 213, var(--tw-placeholder-opacity));
}

.placeholder-orange-100::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(255, 237, 213, var(--tw-placeholder-opacity));
}

.placeholder-orange-100:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(255, 237, 213, var(--tw-placeholder-opacity));
}

.placeholder-orange-100::-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(255, 237, 213, var(--tw-placeholder-opacity));
}

.placeholder-orange-100::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(255, 237, 213, var(--tw-placeholder-opacity));
}

.placeholder-orange-200::-webkit-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(254, 215, 170, var(--tw-placeholder-opacity));
}

.placeholder-orange-200::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(254, 215, 170, var(--tw-placeholder-opacity));
}

.placeholder-orange-200:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(254, 215, 170, var(--tw-placeholder-opacity));
}

.placeholder-orange-200::-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(254, 215, 170, var(--tw-placeholder-opacity));
}

.placeholder-orange-200::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(254, 215, 170, var(--tw-placeholder-opacity));
}

.placeholder-orange-300::-webkit-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(253, 186, 116, var(--tw-placeholder-opacity));
}

.placeholder-orange-300::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(253, 186, 116, var(--tw-placeholder-opacity));
}

.placeholder-orange-300:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(253, 186, 116, var(--tw-placeholder-opacity));
}

.placeholder-orange-300::-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(253, 186, 116, var(--tw-placeholder-opacity));
}

.placeholder-orange-300::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(253, 186, 116, var(--tw-placeholder-opacity));
}

.placeholder-orange-400::-webkit-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(251, 146, 60, var(--tw-placeholder-opacity));
}

.placeholder-orange-400::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(251, 146, 60, var(--tw-placeholder-opacity));
}

.placeholder-orange-400:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(251, 146, 60, var(--tw-placeholder-opacity));
}

.placeholder-orange-400::-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(251, 146, 60, var(--tw-placeholder-opacity));
}

.placeholder-orange-400::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(251, 146, 60, var(--tw-placeholder-opacity));
}

.placeholder-orange-500::-webkit-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(249, 115, 22, var(--tw-placeholder-opacity));
}

.placeholder-orange-500::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(249, 115, 22, var(--tw-placeholder-opacity));
}

.placeholder-orange-500:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(249, 115, 22, var(--tw-placeholder-opacity));
}

.placeholder-orange-500::-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(249, 115, 22, var(--tw-placeholder-opacity));
}

.placeholder-orange-500::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(249, 115, 22, var(--tw-placeholder-opacity));
}

.placeholder-orange-600::-webkit-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(234, 88, 12, var(--tw-placeholder-opacity));
}

.placeholder-orange-600::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(234, 88, 12, var(--tw-placeholder-opacity));
}

.placeholder-orange-600:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(234, 88, 12, var(--tw-placeholder-opacity));
}

.placeholder-orange-600::-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(234, 88, 12, var(--tw-placeholder-opacity));
}

.placeholder-orange-600::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(234, 88, 12, var(--tw-placeholder-opacity));
}

.placeholder-orange-700::-webkit-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(194, 65, 12, var(--tw-placeholder-opacity));
}

.placeholder-orange-700::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(194, 65, 12, var(--tw-placeholder-opacity));
}

.placeholder-orange-700:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(194, 65, 12, var(--tw-placeholder-opacity));
}

.placeholder-orange-700::-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(194, 65, 12, var(--tw-placeholder-opacity));
}

.placeholder-orange-700::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(194, 65, 12, var(--tw-placeholder-opacity));
}

.placeholder-orange-800::-webkit-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(154, 52, 18, var(--tw-placeholder-opacity));
}

.placeholder-orange-800::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(154, 52, 18, var(--tw-placeholder-opacity));
}

.placeholder-orange-800:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(154, 52, 18, var(--tw-placeholder-opacity));
}

.placeholder-orange-800::-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(154, 52, 18, var(--tw-placeholder-opacity));
}

.placeholder-orange-800::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(154, 52, 18, var(--tw-placeholder-opacity));
}

.placeholder-orange-900::-webkit-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(124, 45, 18, var(--tw-placeholder-opacity));
}

.placeholder-orange-900::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(124, 45, 18, var(--tw-placeholder-opacity));
}

.placeholder-orange-900:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(124, 45, 18, var(--tw-placeholder-opacity));
}

.placeholder-orange-900::-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(124, 45, 18, var(--tw-placeholder-opacity));
}

.placeholder-orange-900::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(124, 45, 18, var(--tw-placeholder-opacity));
}

.placeholder-red-50::-webkit-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(254, 242, 242, var(--tw-placeholder-opacity));
}

.placeholder-red-50::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(254, 242, 242, var(--tw-placeholder-opacity));
}

.placeholder-red-50:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(254, 242, 242, var(--tw-placeholder-opacity));
}

.placeholder-red-50::-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(254, 242, 242, var(--tw-placeholder-opacity));
}

.placeholder-red-50::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(254, 242, 242, var(--tw-placeholder-opacity));
}

.placeholder-red-100::-webkit-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(254, 226, 226, var(--tw-placeholder-opacity));
}

.placeholder-red-100::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(254, 226, 226, var(--tw-placeholder-opacity));
}

.placeholder-red-100:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(254, 226, 226, var(--tw-placeholder-opacity));
}

.placeholder-red-100::-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(254, 226, 226, var(--tw-placeholder-opacity));
}

.placeholder-red-100::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(254, 226, 226, var(--tw-placeholder-opacity));
}

.placeholder-red-200::-webkit-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(254, 202, 202, var(--tw-placeholder-opacity));
}

.placeholder-red-200::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(254, 202, 202, var(--tw-placeholder-opacity));
}

.placeholder-red-200:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(254, 202, 202, var(--tw-placeholder-opacity));
}

.placeholder-red-200::-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(254, 202, 202, var(--tw-placeholder-opacity));
}

.placeholder-red-200::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(254, 202, 202, var(--tw-placeholder-opacity));
}

.placeholder-red-300::-webkit-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(252, 165, 165, var(--tw-placeholder-opacity));
}

.placeholder-red-300::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(252, 165, 165, var(--tw-placeholder-opacity));
}

.placeholder-red-300:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(252, 165, 165, var(--tw-placeholder-opacity));
}

.placeholder-red-300::-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(252, 165, 165, var(--tw-placeholder-opacity));
}

.placeholder-red-300::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(252, 165, 165, var(--tw-placeholder-opacity));
}

.placeholder-red-400::-webkit-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(248, 113, 113, var(--tw-placeholder-opacity));
}

.placeholder-red-400::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(248, 113, 113, var(--tw-placeholder-opacity));
}

.placeholder-red-400:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(248, 113, 113, var(--tw-placeholder-opacity));
}

.placeholder-red-400::-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(248, 113, 113, var(--tw-placeholder-opacity));
}

.placeholder-red-400::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(248, 113, 113, var(--tw-placeholder-opacity));
}

.placeholder-red-500::-webkit-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(239, 68, 68, var(--tw-placeholder-opacity));
}

.placeholder-red-500::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(239, 68, 68, var(--tw-placeholder-opacity));
}

.placeholder-red-500:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(239, 68, 68, var(--tw-placeholder-opacity));
}

.placeholder-red-500::-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(239, 68, 68, var(--tw-placeholder-opacity));
}

.placeholder-red-500::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(239, 68, 68, var(--tw-placeholder-opacity));
}

.placeholder-red-600::-webkit-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(220, 38, 38, var(--tw-placeholder-opacity));
}

.placeholder-red-600::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(220, 38, 38, var(--tw-placeholder-opacity));
}

.placeholder-red-600:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(220, 38, 38, var(--tw-placeholder-opacity));
}

.placeholder-red-600::-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(220, 38, 38, var(--tw-placeholder-opacity));
}

.placeholder-red-600::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(220, 38, 38, var(--tw-placeholder-opacity));
}

.placeholder-red-700::-webkit-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(185, 28, 28, var(--tw-placeholder-opacity));
}

.placeholder-red-700::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(185, 28, 28, var(--tw-placeholder-opacity));
}

.placeholder-red-700:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(185, 28, 28, var(--tw-placeholder-opacity));
}

.placeholder-red-700::-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(185, 28, 28, var(--tw-placeholder-opacity));
}

.placeholder-red-700::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(185, 28, 28, var(--tw-placeholder-opacity));
}

.placeholder-red-800::-webkit-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(153, 27, 27, var(--tw-placeholder-opacity));
}

.placeholder-red-800::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(153, 27, 27, var(--tw-placeholder-opacity));
}

.placeholder-red-800:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(153, 27, 27, var(--tw-placeholder-opacity));
}

.placeholder-red-800::-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(153, 27, 27, var(--tw-placeholder-opacity));
}

.placeholder-red-800::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(153, 27, 27, var(--tw-placeholder-opacity));
}

.placeholder-red-900::-webkit-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(127, 29, 29, var(--tw-placeholder-opacity));
}

.placeholder-red-900::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(127, 29, 29, var(--tw-placeholder-opacity));
}

.placeholder-red-900:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(127, 29, 29, var(--tw-placeholder-opacity));
}

.placeholder-red-900::-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(127, 29, 29, var(--tw-placeholder-opacity));
}

.placeholder-red-900::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(127, 29, 29, var(--tw-placeholder-opacity));
}

.placeholder-warmGray-50::-webkit-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(250, 250, 249, var(--tw-placeholder-opacity));
}

.placeholder-warmGray-50::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(250, 250, 249, var(--tw-placeholder-opacity));
}

.placeholder-warmGray-50:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(250, 250, 249, var(--tw-placeholder-opacity));
}

.placeholder-warmGray-50::-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(250, 250, 249, var(--tw-placeholder-opacity));
}

.placeholder-warmGray-50::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(250, 250, 249, var(--tw-placeholder-opacity));
}

.placeholder-warmGray-100::-webkit-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(245, 245, 244, var(--tw-placeholder-opacity));
}

.placeholder-warmGray-100::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(245, 245, 244, var(--tw-placeholder-opacity));
}

.placeholder-warmGray-100:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(245, 245, 244, var(--tw-placeholder-opacity));
}

.placeholder-warmGray-100::-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(245, 245, 244, var(--tw-placeholder-opacity));
}

.placeholder-warmGray-100::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(245, 245, 244, var(--tw-placeholder-opacity));
}

.placeholder-warmGray-200::-webkit-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(231, 229, 228, var(--tw-placeholder-opacity));
}

.placeholder-warmGray-200::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(231, 229, 228, var(--tw-placeholder-opacity));
}

.placeholder-warmGray-200:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(231, 229, 228, var(--tw-placeholder-opacity));
}

.placeholder-warmGray-200::-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(231, 229, 228, var(--tw-placeholder-opacity));
}

.placeholder-warmGray-200::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(231, 229, 228, var(--tw-placeholder-opacity));
}

.placeholder-warmGray-300::-webkit-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(214, 211, 209, var(--tw-placeholder-opacity));
}

.placeholder-warmGray-300::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(214, 211, 209, var(--tw-placeholder-opacity));
}

.placeholder-warmGray-300:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(214, 211, 209, var(--tw-placeholder-opacity));
}

.placeholder-warmGray-300::-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(214, 211, 209, var(--tw-placeholder-opacity));
}

.placeholder-warmGray-300::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(214, 211, 209, var(--tw-placeholder-opacity));
}

.placeholder-warmGray-400::-webkit-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(168, 162, 158, var(--tw-placeholder-opacity));
}

.placeholder-warmGray-400::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(168, 162, 158, var(--tw-placeholder-opacity));
}

.placeholder-warmGray-400:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(168, 162, 158, var(--tw-placeholder-opacity));
}

.placeholder-warmGray-400::-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(168, 162, 158, var(--tw-placeholder-opacity));
}

.placeholder-warmGray-400::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(168, 162, 158, var(--tw-placeholder-opacity));
}

.placeholder-warmGray-500::-webkit-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(120, 113, 108, var(--tw-placeholder-opacity));
}

.placeholder-warmGray-500::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(120, 113, 108, var(--tw-placeholder-opacity));
}

.placeholder-warmGray-500:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(120, 113, 108, var(--tw-placeholder-opacity));
}

.placeholder-warmGray-500::-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(120, 113, 108, var(--tw-placeholder-opacity));
}

.placeholder-warmGray-500::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(120, 113, 108, var(--tw-placeholder-opacity));
}

.placeholder-warmGray-600::-webkit-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(87, 83, 78, var(--tw-placeholder-opacity));
}

.placeholder-warmGray-600::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(87, 83, 78, var(--tw-placeholder-opacity));
}

.placeholder-warmGray-600:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(87, 83, 78, var(--tw-placeholder-opacity));
}

.placeholder-warmGray-600::-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(87, 83, 78, var(--tw-placeholder-opacity));
}

.placeholder-warmGray-600::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(87, 83, 78, var(--tw-placeholder-opacity));
}

.placeholder-warmGray-700::-webkit-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(68, 64, 60, var(--tw-placeholder-opacity));
}

.placeholder-warmGray-700::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(68, 64, 60, var(--tw-placeholder-opacity));
}

.placeholder-warmGray-700:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(68, 64, 60, var(--tw-placeholder-opacity));
}

.placeholder-warmGray-700::-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(68, 64, 60, var(--tw-placeholder-opacity));
}

.placeholder-warmGray-700::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(68, 64, 60, var(--tw-placeholder-opacity));
}

.placeholder-warmGray-800::-webkit-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(41, 37, 36, var(--tw-placeholder-opacity));
}

.placeholder-warmGray-800::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(41, 37, 36, var(--tw-placeholder-opacity));
}

.placeholder-warmGray-800:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(41, 37, 36, var(--tw-placeholder-opacity));
}

.placeholder-warmGray-800::-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(41, 37, 36, var(--tw-placeholder-opacity));
}

.placeholder-warmGray-800::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(41, 37, 36, var(--tw-placeholder-opacity));
}

.placeholder-warmGray-900::-webkit-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(28, 25, 23, var(--tw-placeholder-opacity));
}

.placeholder-warmGray-900::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(28, 25, 23, var(--tw-placeholder-opacity));
}

.placeholder-warmGray-900:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(28, 25, 23, var(--tw-placeholder-opacity));
}

.placeholder-warmGray-900::-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(28, 25, 23, var(--tw-placeholder-opacity));
}

.placeholder-warmGray-900::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(28, 25, 23, var(--tw-placeholder-opacity));
}

.placeholder-trueGray-50::-webkit-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(250, 250, 250, var(--tw-placeholder-opacity));
}

.placeholder-trueGray-50::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(250, 250, 250, var(--tw-placeholder-opacity));
}

.placeholder-trueGray-50:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(250, 250, 250, var(--tw-placeholder-opacity));
}

.placeholder-trueGray-50::-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(250, 250, 250, var(--tw-placeholder-opacity));
}

.placeholder-trueGray-50::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(250, 250, 250, var(--tw-placeholder-opacity));
}

.placeholder-trueGray-100::-webkit-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(245, 245, 245, var(--tw-placeholder-opacity));
}

.placeholder-trueGray-100::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(245, 245, 245, var(--tw-placeholder-opacity));
}

.placeholder-trueGray-100:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(245, 245, 245, var(--tw-placeholder-opacity));
}

.placeholder-trueGray-100::-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(245, 245, 245, var(--tw-placeholder-opacity));
}

.placeholder-trueGray-100::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(245, 245, 245, var(--tw-placeholder-opacity));
}

.placeholder-trueGray-200::-webkit-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(229, 229, 229, var(--tw-placeholder-opacity));
}

.placeholder-trueGray-200::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(229, 229, 229, var(--tw-placeholder-opacity));
}

.placeholder-trueGray-200:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(229, 229, 229, var(--tw-placeholder-opacity));
}

.placeholder-trueGray-200::-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(229, 229, 229, var(--tw-placeholder-opacity));
}

.placeholder-trueGray-200::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(229, 229, 229, var(--tw-placeholder-opacity));
}

.placeholder-trueGray-300::-webkit-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(212, 212, 212, var(--tw-placeholder-opacity));
}

.placeholder-trueGray-300::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(212, 212, 212, var(--tw-placeholder-opacity));
}

.placeholder-trueGray-300:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(212, 212, 212, var(--tw-placeholder-opacity));
}

.placeholder-trueGray-300::-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(212, 212, 212, var(--tw-placeholder-opacity));
}

.placeholder-trueGray-300::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(212, 212, 212, var(--tw-placeholder-opacity));
}

.placeholder-trueGray-400::-webkit-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(163, 163, 163, var(--tw-placeholder-opacity));
}

.placeholder-trueGray-400::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(163, 163, 163, var(--tw-placeholder-opacity));
}

.placeholder-trueGray-400:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(163, 163, 163, var(--tw-placeholder-opacity));
}

.placeholder-trueGray-400::-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(163, 163, 163, var(--tw-placeholder-opacity));
}

.placeholder-trueGray-400::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(163, 163, 163, var(--tw-placeholder-opacity));
}

.placeholder-trueGray-500::-webkit-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(115, 115, 115, var(--tw-placeholder-opacity));
}

.placeholder-trueGray-500::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(115, 115, 115, var(--tw-placeholder-opacity));
}

.placeholder-trueGray-500:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(115, 115, 115, var(--tw-placeholder-opacity));
}

.placeholder-trueGray-500::-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(115, 115, 115, var(--tw-placeholder-opacity));
}

.placeholder-trueGray-500::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(115, 115, 115, var(--tw-placeholder-opacity));
}

.placeholder-trueGray-600::-webkit-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(82, 82, 82, var(--tw-placeholder-opacity));
}

.placeholder-trueGray-600::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(82, 82, 82, var(--tw-placeholder-opacity));
}

.placeholder-trueGray-600:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(82, 82, 82, var(--tw-placeholder-opacity));
}

.placeholder-trueGray-600::-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(82, 82, 82, var(--tw-placeholder-opacity));
}

.placeholder-trueGray-600::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(82, 82, 82, var(--tw-placeholder-opacity));
}

.placeholder-trueGray-700::-webkit-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(64, 64, 64, var(--tw-placeholder-opacity));
}

.placeholder-trueGray-700::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(64, 64, 64, var(--tw-placeholder-opacity));
}

.placeholder-trueGray-700:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(64, 64, 64, var(--tw-placeholder-opacity));
}

.placeholder-trueGray-700::-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(64, 64, 64, var(--tw-placeholder-opacity));
}

.placeholder-trueGray-700::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(64, 64, 64, var(--tw-placeholder-opacity));
}

.placeholder-trueGray-800::-webkit-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(38, 38, 38, var(--tw-placeholder-opacity));
}

.placeholder-trueGray-800::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(38, 38, 38, var(--tw-placeholder-opacity));
}

.placeholder-trueGray-800:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(38, 38, 38, var(--tw-placeholder-opacity));
}

.placeholder-trueGray-800::-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(38, 38, 38, var(--tw-placeholder-opacity));
}

.placeholder-trueGray-800::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(38, 38, 38, var(--tw-placeholder-opacity));
}

.placeholder-trueGray-900::-webkit-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(23, 23, 23, var(--tw-placeholder-opacity));
}

.placeholder-trueGray-900::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(23, 23, 23, var(--tw-placeholder-opacity));
}

.placeholder-trueGray-900:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(23, 23, 23, var(--tw-placeholder-opacity));
}

.placeholder-trueGray-900::-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(23, 23, 23, var(--tw-placeholder-opacity));
}

.placeholder-trueGray-900::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(23, 23, 23, var(--tw-placeholder-opacity));
}

.placeholder-gray-50::-webkit-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(250, 250, 250, var(--tw-placeholder-opacity));
}

.placeholder-gray-50::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(250, 250, 250, var(--tw-placeholder-opacity));
}

.placeholder-gray-50:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(250, 250, 250, var(--tw-placeholder-opacity));
}

.placeholder-gray-50::-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(250, 250, 250, var(--tw-placeholder-opacity));
}

.placeholder-gray-50::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(250, 250, 250, var(--tw-placeholder-opacity));
}

.placeholder-gray-100::-webkit-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(244, 244, 245, var(--tw-placeholder-opacity));
}

.placeholder-gray-100::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(244, 244, 245, var(--tw-placeholder-opacity));
}

.placeholder-gray-100:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(244, 244, 245, var(--tw-placeholder-opacity));
}

.placeholder-gray-100::-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(244, 244, 245, var(--tw-placeholder-opacity));
}

.placeholder-gray-100::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(244, 244, 245, var(--tw-placeholder-opacity));
}

.placeholder-gray-200::-webkit-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(228, 228, 231, var(--tw-placeholder-opacity));
}

.placeholder-gray-200::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(228, 228, 231, var(--tw-placeholder-opacity));
}

.placeholder-gray-200:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(228, 228, 231, var(--tw-placeholder-opacity));
}

.placeholder-gray-200::-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(228, 228, 231, var(--tw-placeholder-opacity));
}

.placeholder-gray-200::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(228, 228, 231, var(--tw-placeholder-opacity));
}

.placeholder-gray-300::-webkit-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(212, 212, 216, var(--tw-placeholder-opacity));
}

.placeholder-gray-300::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(212, 212, 216, var(--tw-placeholder-opacity));
}

.placeholder-gray-300:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(212, 212, 216, var(--tw-placeholder-opacity));
}

.placeholder-gray-300::-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(212, 212, 216, var(--tw-placeholder-opacity));
}

.placeholder-gray-300::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(212, 212, 216, var(--tw-placeholder-opacity));
}

.placeholder-gray-400::-webkit-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(161, 161, 170, var(--tw-placeholder-opacity));
}

.placeholder-gray-400::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(161, 161, 170, var(--tw-placeholder-opacity));
}

.placeholder-gray-400:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(161, 161, 170, var(--tw-placeholder-opacity));
}

.placeholder-gray-400::-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(161, 161, 170, var(--tw-placeholder-opacity));
}

.placeholder-gray-400::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(161, 161, 170, var(--tw-placeholder-opacity));
}

.placeholder-gray-500::-webkit-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(113, 113, 122, var(--tw-placeholder-opacity));
}

.placeholder-gray-500::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(113, 113, 122, var(--tw-placeholder-opacity));
}

.placeholder-gray-500:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(113, 113, 122, var(--tw-placeholder-opacity));
}

.placeholder-gray-500::-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(113, 113, 122, var(--tw-placeholder-opacity));
}

.placeholder-gray-500::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(113, 113, 122, var(--tw-placeholder-opacity));
}

.placeholder-gray-600::-webkit-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(82, 82, 91, var(--tw-placeholder-opacity));
}

.placeholder-gray-600::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(82, 82, 91, var(--tw-placeholder-opacity));
}

.placeholder-gray-600:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(82, 82, 91, var(--tw-placeholder-opacity));
}

.placeholder-gray-600::-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(82, 82, 91, var(--tw-placeholder-opacity));
}

.placeholder-gray-600::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(82, 82, 91, var(--tw-placeholder-opacity));
}

.placeholder-gray-700::-webkit-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(63, 63, 70, var(--tw-placeholder-opacity));
}

.placeholder-gray-700::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(63, 63, 70, var(--tw-placeholder-opacity));
}

.placeholder-gray-700:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(63, 63, 70, var(--tw-placeholder-opacity));
}

.placeholder-gray-700::-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(63, 63, 70, var(--tw-placeholder-opacity));
}

.placeholder-gray-700::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(63, 63, 70, var(--tw-placeholder-opacity));
}

.placeholder-gray-800::-webkit-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(39, 39, 42, var(--tw-placeholder-opacity));
}

.placeholder-gray-800::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(39, 39, 42, var(--tw-placeholder-opacity));
}

.placeholder-gray-800:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(39, 39, 42, var(--tw-placeholder-opacity));
}

.placeholder-gray-800::-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(39, 39, 42, var(--tw-placeholder-opacity));
}

.placeholder-gray-800::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(39, 39, 42, var(--tw-placeholder-opacity));
}

.placeholder-gray-900::-webkit-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(24, 24, 27, var(--tw-placeholder-opacity));
}

.placeholder-gray-900::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(24, 24, 27, var(--tw-placeholder-opacity));
}

.placeholder-gray-900:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(24, 24, 27, var(--tw-placeholder-opacity));
}

.placeholder-gray-900::-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(24, 24, 27, var(--tw-placeholder-opacity));
}

.placeholder-gray-900::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(24, 24, 27, var(--tw-placeholder-opacity));
}

.placeholder-coolGray-50::-webkit-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(249, 250, 251, var(--tw-placeholder-opacity));
}

.placeholder-coolGray-50::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(249, 250, 251, var(--tw-placeholder-opacity));
}

.placeholder-coolGray-50:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(249, 250, 251, var(--tw-placeholder-opacity));
}

.placeholder-coolGray-50::-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(249, 250, 251, var(--tw-placeholder-opacity));
}

.placeholder-coolGray-50::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(249, 250, 251, var(--tw-placeholder-opacity));
}

.placeholder-coolGray-100::-webkit-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(243, 244, 246, var(--tw-placeholder-opacity));
}

.placeholder-coolGray-100::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(243, 244, 246, var(--tw-placeholder-opacity));
}

.placeholder-coolGray-100:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(243, 244, 246, var(--tw-placeholder-opacity));
}

.placeholder-coolGray-100::-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(243, 244, 246, var(--tw-placeholder-opacity));
}

.placeholder-coolGray-100::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(243, 244, 246, var(--tw-placeholder-opacity));
}

.placeholder-coolGray-200::-webkit-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(229, 231, 235, var(--tw-placeholder-opacity));
}

.placeholder-coolGray-200::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(229, 231, 235, var(--tw-placeholder-opacity));
}

.placeholder-coolGray-200:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(229, 231, 235, var(--tw-placeholder-opacity));
}

.placeholder-coolGray-200::-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(229, 231, 235, var(--tw-placeholder-opacity));
}

.placeholder-coolGray-200::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(229, 231, 235, var(--tw-placeholder-opacity));
}

.placeholder-coolGray-300::-webkit-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(209, 213, 219, var(--tw-placeholder-opacity));
}

.placeholder-coolGray-300::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(209, 213, 219, var(--tw-placeholder-opacity));
}

.placeholder-coolGray-300:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(209, 213, 219, var(--tw-placeholder-opacity));
}

.placeholder-coolGray-300::-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(209, 213, 219, var(--tw-placeholder-opacity));
}

.placeholder-coolGray-300::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(209, 213, 219, var(--tw-placeholder-opacity));
}

.placeholder-coolGray-400::-webkit-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(156, 163, 175, var(--tw-placeholder-opacity));
}

.placeholder-coolGray-400::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(156, 163, 175, var(--tw-placeholder-opacity));
}

.placeholder-coolGray-400:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(156, 163, 175, var(--tw-placeholder-opacity));
}

.placeholder-coolGray-400::-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(156, 163, 175, var(--tw-placeholder-opacity));
}

.placeholder-coolGray-400::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(156, 163, 175, var(--tw-placeholder-opacity));
}

.placeholder-coolGray-500::-webkit-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(107, 114, 128, var(--tw-placeholder-opacity));
}

.placeholder-coolGray-500::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(107, 114, 128, var(--tw-placeholder-opacity));
}

.placeholder-coolGray-500:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(107, 114, 128, var(--tw-placeholder-opacity));
}

.placeholder-coolGray-500::-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(107, 114, 128, var(--tw-placeholder-opacity));
}

.placeholder-coolGray-500::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(107, 114, 128, var(--tw-placeholder-opacity));
}

.placeholder-coolGray-600::-webkit-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(75, 85, 99, var(--tw-placeholder-opacity));
}

.placeholder-coolGray-600::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(75, 85, 99, var(--tw-placeholder-opacity));
}

.placeholder-coolGray-600:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(75, 85, 99, var(--tw-placeholder-opacity));
}

.placeholder-coolGray-600::-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(75, 85, 99, var(--tw-placeholder-opacity));
}

.placeholder-coolGray-600::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(75, 85, 99, var(--tw-placeholder-opacity));
}

.placeholder-coolGray-700::-webkit-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(55, 65, 81, var(--tw-placeholder-opacity));
}

.placeholder-coolGray-700::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(55, 65, 81, var(--tw-placeholder-opacity));
}

.placeholder-coolGray-700:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(55, 65, 81, var(--tw-placeholder-opacity));
}

.placeholder-coolGray-700::-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(55, 65, 81, var(--tw-placeholder-opacity));
}

.placeholder-coolGray-700::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(55, 65, 81, var(--tw-placeholder-opacity));
}

.placeholder-coolGray-800::-webkit-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(31, 41, 55, var(--tw-placeholder-opacity));
}

.placeholder-coolGray-800::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(31, 41, 55, var(--tw-placeholder-opacity));
}

.placeholder-coolGray-800:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(31, 41, 55, var(--tw-placeholder-opacity));
}

.placeholder-coolGray-800::-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(31, 41, 55, var(--tw-placeholder-opacity));
}

.placeholder-coolGray-800::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(31, 41, 55, var(--tw-placeholder-opacity));
}

.placeholder-coolGray-900::-webkit-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(17, 24, 39, var(--tw-placeholder-opacity));
}

.placeholder-coolGray-900::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(17, 24, 39, var(--tw-placeholder-opacity));
}

.placeholder-coolGray-900:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(17, 24, 39, var(--tw-placeholder-opacity));
}

.placeholder-coolGray-900::-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(17, 24, 39, var(--tw-placeholder-opacity));
}

.placeholder-coolGray-900::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(17, 24, 39, var(--tw-placeholder-opacity));
}

.placeholder-blueGray-50::-webkit-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(248, 250, 252, var(--tw-placeholder-opacity));
}

.placeholder-blueGray-50::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(248, 250, 252, var(--tw-placeholder-opacity));
}

.placeholder-blueGray-50:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(248, 250, 252, var(--tw-placeholder-opacity));
}

.placeholder-blueGray-50::-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(248, 250, 252, var(--tw-placeholder-opacity));
}

.placeholder-blueGray-50::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(248, 250, 252, var(--tw-placeholder-opacity));
}

.placeholder-blueGray-100::-webkit-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(241, 245, 249, var(--tw-placeholder-opacity));
}

.placeholder-blueGray-100::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(241, 245, 249, var(--tw-placeholder-opacity));
}

.placeholder-blueGray-100:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(241, 245, 249, var(--tw-placeholder-opacity));
}

.placeholder-blueGray-100::-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(241, 245, 249, var(--tw-placeholder-opacity));
}

.placeholder-blueGray-100::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(241, 245, 249, var(--tw-placeholder-opacity));
}

.placeholder-blueGray-200::-webkit-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(226, 232, 240, var(--tw-placeholder-opacity));
}

.placeholder-blueGray-200::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(226, 232, 240, var(--tw-placeholder-opacity));
}

.placeholder-blueGray-200:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(226, 232, 240, var(--tw-placeholder-opacity));
}

.placeholder-blueGray-200::-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(226, 232, 240, var(--tw-placeholder-opacity));
}

.placeholder-blueGray-200::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(226, 232, 240, var(--tw-placeholder-opacity));
}

.placeholder-blueGray-300::-webkit-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(203, 213, 225, var(--tw-placeholder-opacity));
}

.placeholder-blueGray-300::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(203, 213, 225, var(--tw-placeholder-opacity));
}

.placeholder-blueGray-300:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(203, 213, 225, var(--tw-placeholder-opacity));
}

.placeholder-blueGray-300::-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(203, 213, 225, var(--tw-placeholder-opacity));
}

.placeholder-blueGray-300::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(203, 213, 225, var(--tw-placeholder-opacity));
}

.placeholder-blueGray-400::-webkit-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(148, 163, 184, var(--tw-placeholder-opacity));
}

.placeholder-blueGray-400::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(148, 163, 184, var(--tw-placeholder-opacity));
}

.placeholder-blueGray-400:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(148, 163, 184, var(--tw-placeholder-opacity));
}

.placeholder-blueGray-400::-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(148, 163, 184, var(--tw-placeholder-opacity));
}

.placeholder-blueGray-400::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(148, 163, 184, var(--tw-placeholder-opacity));
}

.placeholder-blueGray-500::-webkit-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(100, 116, 139, var(--tw-placeholder-opacity));
}

.placeholder-blueGray-500::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(100, 116, 139, var(--tw-placeholder-opacity));
}

.placeholder-blueGray-500:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(100, 116, 139, var(--tw-placeholder-opacity));
}

.placeholder-blueGray-500::-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(100, 116, 139, var(--tw-placeholder-opacity));
}

.placeholder-blueGray-500::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(100, 116, 139, var(--tw-placeholder-opacity));
}

.placeholder-blueGray-600::-webkit-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(71, 85, 105, var(--tw-placeholder-opacity));
}

.placeholder-blueGray-600::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(71, 85, 105, var(--tw-placeholder-opacity));
}

.placeholder-blueGray-600:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(71, 85, 105, var(--tw-placeholder-opacity));
}

.placeholder-blueGray-600::-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(71, 85, 105, var(--tw-placeholder-opacity));
}

.placeholder-blueGray-600::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(71, 85, 105, var(--tw-placeholder-opacity));
}

.placeholder-blueGray-700::-webkit-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(51, 65, 85, var(--tw-placeholder-opacity));
}

.placeholder-blueGray-700::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(51, 65, 85, var(--tw-placeholder-opacity));
}

.placeholder-blueGray-700:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(51, 65, 85, var(--tw-placeholder-opacity));
}

.placeholder-blueGray-700::-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(51, 65, 85, var(--tw-placeholder-opacity));
}

.placeholder-blueGray-700::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(51, 65, 85, var(--tw-placeholder-opacity));
}

.placeholder-blueGray-800::-webkit-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(30, 41, 59, var(--tw-placeholder-opacity));
}

.placeholder-blueGray-800::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(30, 41, 59, var(--tw-placeholder-opacity));
}

.placeholder-blueGray-800:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(30, 41, 59, var(--tw-placeholder-opacity));
}

.placeholder-blueGray-800::-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(30, 41, 59, var(--tw-placeholder-opacity));
}

.placeholder-blueGray-800::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(30, 41, 59, var(--tw-placeholder-opacity));
}

.placeholder-blueGray-900::-webkit-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(15, 23, 42, var(--tw-placeholder-opacity));
}

.placeholder-blueGray-900::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(15, 23, 42, var(--tw-placeholder-opacity));
}

.placeholder-blueGray-900:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(15, 23, 42, var(--tw-placeholder-opacity));
}

.placeholder-blueGray-900::-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(15, 23, 42, var(--tw-placeholder-opacity));
}

.placeholder-blueGray-900::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(15, 23, 42, var(--tw-placeholder-opacity));
}

.focus\:placeholder-current:focus::-webkit-input-placeholder {
  color: currentColor;
}

.focus\:placeholder-current:focus::-moz-placeholder {
  color: currentColor;
}

.focus\:placeholder-current:focus:-ms-input-placeholder {
  color: currentColor;
}

.focus\:placeholder-current:focus::-ms-input-placeholder {
  color: currentColor;
}

.focus\:placeholder-current:focus::placeholder {
  color: currentColor;
}

.focus\:placeholder-transparent:focus::-webkit-input-placeholder {
  color: transparent;
}

.focus\:placeholder-transparent:focus::-moz-placeholder {
  color: transparent;
}

.focus\:placeholder-transparent:focus:-ms-input-placeholder {
  color: transparent;
}

.focus\:placeholder-transparent:focus::-ms-input-placeholder {
  color: transparent;
}

.focus\:placeholder-transparent:focus::placeholder {
  color: transparent;
}

.focus\:placeholder-falcon:focus::-webkit-input-placeholder {
  color: var(--falcon);
}

.focus\:placeholder-falcon:focus::-moz-placeholder {
  color: var(--falcon);
}

.focus\:placeholder-falcon:focus:-ms-input-placeholder {
  color: var(--falcon);
}

.focus\:placeholder-falcon:focus::-ms-input-placeholder {
  color: var(--falcon);
}

.focus\:placeholder-falcon:focus::placeholder {
  color: var(--falcon);
}

.focus\:placeholder-basement:focus::-webkit-input-placeholder {
  color: var(--basement);
}

.focus\:placeholder-basement:focus::-moz-placeholder {
  color: var(--basement);
}

.focus\:placeholder-basement:focus:-ms-input-placeholder {
  color: var(--basement);
}

.focus\:placeholder-basement:focus::-ms-input-placeholder {
  color: var(--basement);
}

.focus\:placeholder-basement:focus::placeholder {
  color: var(--basement);
}

.focus\:placeholder-blue-50:focus::-webkit-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(239, 246, 255, var(--tw-placeholder-opacity));
}

.focus\:placeholder-blue-50:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(239, 246, 255, var(--tw-placeholder-opacity));
}

.focus\:placeholder-blue-50:focus:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(239, 246, 255, var(--tw-placeholder-opacity));
}

.focus\:placeholder-blue-50:focus::-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(239, 246, 255, var(--tw-placeholder-opacity));
}

.focus\:placeholder-blue-50:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(239, 246, 255, var(--tw-placeholder-opacity));
}

.focus\:placeholder-blue-100:focus::-webkit-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(219, 234, 254, var(--tw-placeholder-opacity));
}

.focus\:placeholder-blue-100:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(219, 234, 254, var(--tw-placeholder-opacity));
}

.focus\:placeholder-blue-100:focus:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(219, 234, 254, var(--tw-placeholder-opacity));
}

.focus\:placeholder-blue-100:focus::-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(219, 234, 254, var(--tw-placeholder-opacity));
}

.focus\:placeholder-blue-100:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(219, 234, 254, var(--tw-placeholder-opacity));
}

.focus\:placeholder-blue-200:focus::-webkit-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(191, 219, 254, var(--tw-placeholder-opacity));
}

.focus\:placeholder-blue-200:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(191, 219, 254, var(--tw-placeholder-opacity));
}

.focus\:placeholder-blue-200:focus:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(191, 219, 254, var(--tw-placeholder-opacity));
}

.focus\:placeholder-blue-200:focus::-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(191, 219, 254, var(--tw-placeholder-opacity));
}

.focus\:placeholder-blue-200:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(191, 219, 254, var(--tw-placeholder-opacity));
}

.focus\:placeholder-blue-300:focus::-webkit-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(147, 197, 253, var(--tw-placeholder-opacity));
}

.focus\:placeholder-blue-300:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(147, 197, 253, var(--tw-placeholder-opacity));
}

.focus\:placeholder-blue-300:focus:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(147, 197, 253, var(--tw-placeholder-opacity));
}

.focus\:placeholder-blue-300:focus::-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(147, 197, 253, var(--tw-placeholder-opacity));
}

.focus\:placeholder-blue-300:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(147, 197, 253, var(--tw-placeholder-opacity));
}

.focus\:placeholder-blue-400:focus::-webkit-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(96, 165, 250, var(--tw-placeholder-opacity));
}

.focus\:placeholder-blue-400:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(96, 165, 250, var(--tw-placeholder-opacity));
}

.focus\:placeholder-blue-400:focus:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(96, 165, 250, var(--tw-placeholder-opacity));
}

.focus\:placeholder-blue-400:focus::-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(96, 165, 250, var(--tw-placeholder-opacity));
}

.focus\:placeholder-blue-400:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(96, 165, 250, var(--tw-placeholder-opacity));
}

.focus\:placeholder-blue-500:focus::-webkit-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(59, 130, 246, var(--tw-placeholder-opacity));
}

.focus\:placeholder-blue-500:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(59, 130, 246, var(--tw-placeholder-opacity));
}

.focus\:placeholder-blue-500:focus:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(59, 130, 246, var(--tw-placeholder-opacity));
}

.focus\:placeholder-blue-500:focus::-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(59, 130, 246, var(--tw-placeholder-opacity));
}

.focus\:placeholder-blue-500:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(59, 130, 246, var(--tw-placeholder-opacity));
}

.focus\:placeholder-blue-600:focus::-webkit-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(37, 99, 235, var(--tw-placeholder-opacity));
}

.focus\:placeholder-blue-600:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(37, 99, 235, var(--tw-placeholder-opacity));
}

.focus\:placeholder-blue-600:focus:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(37, 99, 235, var(--tw-placeholder-opacity));
}

.focus\:placeholder-blue-600:focus::-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(37, 99, 235, var(--tw-placeholder-opacity));
}

.focus\:placeholder-blue-600:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(37, 99, 235, var(--tw-placeholder-opacity));
}

.focus\:placeholder-blue-700:focus::-webkit-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(29, 78, 216, var(--tw-placeholder-opacity));
}

.focus\:placeholder-blue-700:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(29, 78, 216, var(--tw-placeholder-opacity));
}

.focus\:placeholder-blue-700:focus:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(29, 78, 216, var(--tw-placeholder-opacity));
}

.focus\:placeholder-blue-700:focus::-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(29, 78, 216, var(--tw-placeholder-opacity));
}

.focus\:placeholder-blue-700:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(29, 78, 216, var(--tw-placeholder-opacity));
}

.focus\:placeholder-blue-800:focus::-webkit-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(30, 64, 175, var(--tw-placeholder-opacity));
}

.focus\:placeholder-blue-800:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(30, 64, 175, var(--tw-placeholder-opacity));
}

.focus\:placeholder-blue-800:focus:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(30, 64, 175, var(--tw-placeholder-opacity));
}

.focus\:placeholder-blue-800:focus::-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(30, 64, 175, var(--tw-placeholder-opacity));
}

.focus\:placeholder-blue-800:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(30, 64, 175, var(--tw-placeholder-opacity));
}

.focus\:placeholder-blue-900:focus::-webkit-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(30, 58, 138, var(--tw-placeholder-opacity));
}

.focus\:placeholder-blue-900:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(30, 58, 138, var(--tw-placeholder-opacity));
}

.focus\:placeholder-blue-900:focus:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(30, 58, 138, var(--tw-placeholder-opacity));
}

.focus\:placeholder-blue-900:focus::-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(30, 58, 138, var(--tw-placeholder-opacity));
}

.focus\:placeholder-blue-900:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(30, 58, 138, var(--tw-placeholder-opacity));
}

.focus\:placeholder-body-and-labels:focus::-webkit-input-placeholder {
  color: var(--body-and-labels);
}

.focus\:placeholder-body-and-labels:focus::-moz-placeholder {
  color: var(--body-and-labels);
}

.focus\:placeholder-body-and-labels:focus:-ms-input-placeholder {
  color: var(--body-and-labels);
}

.focus\:placeholder-body-and-labels:focus::-ms-input-placeholder {
  color: var(--body-and-labels);
}

.focus\:placeholder-body-and-labels:focus::placeholder {
  color: var(--body-and-labels);
}

.focus\:placeholder-brand:focus::-webkit-input-placeholder {
  color: var(--brand);
}

.focus\:placeholder-brand:focus::-moz-placeholder {
  color: var(--brand);
}

.focus\:placeholder-brand:focus:-ms-input-placeholder {
  color: var(--brand);
}

.focus\:placeholder-brand:focus::-ms-input-placeholder {
  color: var(--brand);
}

.focus\:placeholder-brand:focus::placeholder {
  color: var(--brand);
}

.focus\:placeholder-code-base-64:focus::-webkit-input-placeholder {
  color: var(--code-base-64);
}

.focus\:placeholder-code-base-64:focus::-moz-placeholder {
  color: var(--code-base-64);
}

.focus\:placeholder-code-base-64:focus:-ms-input-placeholder {
  color: var(--code-base-64);
}

.focus\:placeholder-code-base-64:focus::-ms-input-placeholder {
  color: var(--code-base-64);
}

.focus\:placeholder-code-base-64:focus::placeholder {
  color: var(--code-base-64);
}

.focus\:placeholder-code-bg:focus::-webkit-input-placeholder {
  color: var(--code-bg);
}

.focus\:placeholder-code-bg:focus::-moz-placeholder {
  color: var(--code-bg);
}

.focus\:placeholder-code-bg:focus:-ms-input-placeholder {
  color: var(--code-bg);
}

.focus\:placeholder-code-bg:focus::-ms-input-placeholder {
  color: var(--code-bg);
}

.focus\:placeholder-code-bg:focus::placeholder {
  color: var(--code-bg);
}

.focus\:placeholder-code-outline:focus::-webkit-input-placeholder {
  color: var(--code-outline);
}

.focus\:placeholder-code-outline:focus::-moz-placeholder {
  color: var(--code-outline);
}

.focus\:placeholder-code-outline:focus:-ms-input-placeholder {
  color: var(--code-outline);
}

.focus\:placeholder-code-outline:focus::-ms-input-placeholder {
  color: var(--code-outline);
}

.focus\:placeholder-code-outline:focus::placeholder {
  color: var(--code-outline);
}

.focus\:placeholder-code-text:focus::-webkit-input-placeholder {
  color: var(--code-text);
}

.focus\:placeholder-code-text:focus::-moz-placeholder {
  color: var(--code-text);
}

.focus\:placeholder-code-text:focus:-ms-input-placeholder {
  color: var(--code-text);
}

.focus\:placeholder-code-text:focus::-ms-input-placeholder {
  color: var(--code-text);
}

.focus\:placeholder-code-text:focus::placeholder {
  color: var(--code-text);
}

.focus\:placeholder-critical:focus::-webkit-input-placeholder {
  color: var(--critical);
}

.focus\:placeholder-critical:focus::-moz-placeholder {
  color: var(--critical);
}

.focus\:placeholder-critical:focus:-ms-input-placeholder {
  color: var(--critical);
}

.focus\:placeholder-critical:focus::-ms-input-placeholder {
  color: var(--critical);
}

.focus\:placeholder-critical:focus::placeholder {
  color: var(--critical);
}

.focus\:placeholder-destructive-hover:focus::-webkit-input-placeholder {
  color: var(--destructive-hover);
}

.focus\:placeholder-destructive-hover:focus::-moz-placeholder {
  color: var(--destructive-hover);
}

.focus\:placeholder-destructive-hover:focus:-ms-input-placeholder {
  color: var(--destructive-hover);
}

.focus\:placeholder-destructive-hover:focus::-ms-input-placeholder {
  color: var(--destructive-hover);
}

.focus\:placeholder-destructive-hover:focus::placeholder {
  color: var(--destructive-hover);
}

.focus\:placeholder-destructive-idle:focus::-webkit-input-placeholder {
  color: var(--destructive-idle);
}

.focus\:placeholder-destructive-idle:focus::-moz-placeholder {
  color: var(--destructive-idle);
}

.focus\:placeholder-destructive-idle:focus:-ms-input-placeholder {
  color: var(--destructive-idle);
}

.focus\:placeholder-destructive-idle:focus::-ms-input-placeholder {
  color: var(--destructive-idle);
}

.focus\:placeholder-destructive-idle:focus::placeholder {
  color: var(--destructive-idle);
}

.focus\:placeholder-destructive-pressed:focus::-webkit-input-placeholder {
  color: var(--destructive-pressed);
}

.focus\:placeholder-destructive-pressed:focus::-moz-placeholder {
  color: var(--destructive-pressed);
}

.focus\:placeholder-destructive-pressed:focus:-ms-input-placeholder {
  color: var(--destructive-pressed);
}

.focus\:placeholder-destructive-pressed:focus::-ms-input-placeholder {
  color: var(--destructive-pressed);
}

.focus\:placeholder-destructive-pressed:focus::placeholder {
  color: var(--destructive-pressed);
}

.focus\:placeholder-disabled:focus::-webkit-input-placeholder {
  color: var(--disabled);
}

.focus\:placeholder-disabled:focus::-moz-placeholder {
  color: var(--disabled);
}

.focus\:placeholder-disabled:focus:-ms-input-placeholder {
  color: var(--disabled);
}

.focus\:placeholder-disabled:focus::-ms-input-placeholder {
  color: var(--disabled);
}

.focus\:placeholder-disabled:focus::placeholder {
  color: var(--disabled);
}

.focus\:placeholder-disc-operations:focus::-webkit-input-placeholder {
  color: var(--disc-operations);
}

.focus\:placeholder-disc-operations:focus::-moz-placeholder {
  color: var(--disc-operations);
}

.focus\:placeholder-disc-operations:focus:-ms-input-placeholder {
  color: var(--disc-operations);
}

.focus\:placeholder-disc-operations:focus::-ms-input-placeholder {
  color: var(--disc-operations);
}

.focus\:placeholder-disc-operations:focus::placeholder {
  color: var(--disc-operations);
}

.focus\:placeholder-dns-requests:focus::-webkit-input-placeholder {
  color: var(--dns-requests);
}

.focus\:placeholder-dns-requests:focus::-moz-placeholder {
  color: var(--dns-requests);
}

.focus\:placeholder-dns-requests:focus:-ms-input-placeholder {
  color: var(--dns-requests);
}

.focus\:placeholder-dns-requests:focus::-ms-input-placeholder {
  color: var(--dns-requests);
}

.focus\:placeholder-dns-requests:focus::placeholder {
  color: var(--dns-requests);
}

.focus\:placeholder-focus:focus::-webkit-input-placeholder {
  color: var(--focus);
}

.focus\:placeholder-focus:focus::-moz-placeholder {
  color: var(--focus);
}

.focus\:placeholder-focus:focus:-ms-input-placeholder {
  color: var(--focus);
}

.focus\:placeholder-focus:focus::-ms-input-placeholder {
  color: var(--focus);
}

.focus\:placeholder-focus:focus::placeholder {
  color: var(--focus);
}

.focus\:placeholder-graph-1:focus::-webkit-input-placeholder {
  color: var(--graph-1);
}

.focus\:placeholder-graph-1:focus::-moz-placeholder {
  color: var(--graph-1);
}

.focus\:placeholder-graph-1:focus:-ms-input-placeholder {
  color: var(--graph-1);
}

.focus\:placeholder-graph-1:focus::-ms-input-placeholder {
  color: var(--graph-1);
}

.focus\:placeholder-graph-1:focus::placeholder {
  color: var(--graph-1);
}

.focus\:placeholder-graph-10:focus::-webkit-input-placeholder {
  color: var(--graph-10);
}

.focus\:placeholder-graph-10:focus::-moz-placeholder {
  color: var(--graph-10);
}

.focus\:placeholder-graph-10:focus:-ms-input-placeholder {
  color: var(--graph-10);
}

.focus\:placeholder-graph-10:focus::-ms-input-placeholder {
  color: var(--graph-10);
}

.focus\:placeholder-graph-10:focus::placeholder {
  color: var(--graph-10);
}

.focus\:placeholder-graph-11:focus::-webkit-input-placeholder {
  color: var(--graph-11);
}

.focus\:placeholder-graph-11:focus::-moz-placeholder {
  color: var(--graph-11);
}

.focus\:placeholder-graph-11:focus:-ms-input-placeholder {
  color: var(--graph-11);
}

.focus\:placeholder-graph-11:focus::-ms-input-placeholder {
  color: var(--graph-11);
}

.focus\:placeholder-graph-11:focus::placeholder {
  color: var(--graph-11);
}

.focus\:placeholder-graph-2:focus::-webkit-input-placeholder {
  color: var(--graph-2);
}

.focus\:placeholder-graph-2:focus::-moz-placeholder {
  color: var(--graph-2);
}

.focus\:placeholder-graph-2:focus:-ms-input-placeholder {
  color: var(--graph-2);
}

.focus\:placeholder-graph-2:focus::-ms-input-placeholder {
  color: var(--graph-2);
}

.focus\:placeholder-graph-2:focus::placeholder {
  color: var(--graph-2);
}

.focus\:placeholder-graph-3:focus::-webkit-input-placeholder {
  color: var(--graph-3);
}

.focus\:placeholder-graph-3:focus::-moz-placeholder {
  color: var(--graph-3);
}

.focus\:placeholder-graph-3:focus:-ms-input-placeholder {
  color: var(--graph-3);
}

.focus\:placeholder-graph-3:focus::-ms-input-placeholder {
  color: var(--graph-3);
}

.focus\:placeholder-graph-3:focus::placeholder {
  color: var(--graph-3);
}

.focus\:placeholder-graph-4:focus::-webkit-input-placeholder {
  color: var(--graph-4);
}

.focus\:placeholder-graph-4:focus::-moz-placeholder {
  color: var(--graph-4);
}

.focus\:placeholder-graph-4:focus:-ms-input-placeholder {
  color: var(--graph-4);
}

.focus\:placeholder-graph-4:focus::-ms-input-placeholder {
  color: var(--graph-4);
}

.focus\:placeholder-graph-4:focus::placeholder {
  color: var(--graph-4);
}

.focus\:placeholder-graph-5:focus::-webkit-input-placeholder {
  color: var(--graph-5);
}

.focus\:placeholder-graph-5:focus::-moz-placeholder {
  color: var(--graph-5);
}

.focus\:placeholder-graph-5:focus:-ms-input-placeholder {
  color: var(--graph-5);
}

.focus\:placeholder-graph-5:focus::-ms-input-placeholder {
  color: var(--graph-5);
}

.focus\:placeholder-graph-5:focus::placeholder {
  color: var(--graph-5);
}

.focus\:placeholder-graph-6:focus::-webkit-input-placeholder {
  color: var(--graph-6);
}

.focus\:placeholder-graph-6:focus::-moz-placeholder {
  color: var(--graph-6);
}

.focus\:placeholder-graph-6:focus:-ms-input-placeholder {
  color: var(--graph-6);
}

.focus\:placeholder-graph-6:focus::-ms-input-placeholder {
  color: var(--graph-6);
}

.focus\:placeholder-graph-6:focus::placeholder {
  color: var(--graph-6);
}

.focus\:placeholder-graph-7:focus::-webkit-input-placeholder {
  color: var(--graph-7);
}

.focus\:placeholder-graph-7:focus::-moz-placeholder {
  color: var(--graph-7);
}

.focus\:placeholder-graph-7:focus:-ms-input-placeholder {
  color: var(--graph-7);
}

.focus\:placeholder-graph-7:focus::-ms-input-placeholder {
  color: var(--graph-7);
}

.focus\:placeholder-graph-7:focus::placeholder {
  color: var(--graph-7);
}

.focus\:placeholder-graph-8:focus::-webkit-input-placeholder {
  color: var(--graph-8);
}

.focus\:placeholder-graph-8:focus::-moz-placeholder {
  color: var(--graph-8);
}

.focus\:placeholder-graph-8:focus:-ms-input-placeholder {
  color: var(--graph-8);
}

.focus\:placeholder-graph-8:focus::-ms-input-placeholder {
  color: var(--graph-8);
}

.focus\:placeholder-graph-8:focus::placeholder {
  color: var(--graph-8);
}

.focus\:placeholder-graph-9:focus::-webkit-input-placeholder {
  color: var(--graph-9);
}

.focus\:placeholder-graph-9:focus::-moz-placeholder {
  color: var(--graph-9);
}

.focus\:placeholder-graph-9:focus:-ms-input-placeholder {
  color: var(--graph-9);
}

.focus\:placeholder-graph-9:focus::-ms-input-placeholder {
  color: var(--graph-9);
}

.focus\:placeholder-graph-9:focus::placeholder {
  color: var(--graph-9);
}

.focus\:placeholder-graph-disabled:focus::-webkit-input-placeholder {
  color: var(--graph-disabled);
}

.focus\:placeholder-graph-disabled:focus::-moz-placeholder {
  color: var(--graph-disabled);
}

.focus\:placeholder-graph-disabled:focus:-ms-input-placeholder {
  color: var(--graph-disabled);
}

.focus\:placeholder-graph-disabled:focus::-ms-input-placeholder {
  color: var(--graph-disabled);
}

.focus\:placeholder-graph-disabled:focus::placeholder {
  color: var(--graph-disabled);
}

.focus\:placeholder-ground-floor:focus::-webkit-input-placeholder {
  color: var(--ground-floor);
}

.focus\:placeholder-ground-floor:focus::-moz-placeholder {
  color: var(--ground-floor);
}

.focus\:placeholder-ground-floor:focus:-ms-input-placeholder {
  color: var(--ground-floor);
}

.focus\:placeholder-ground-floor:focus::-ms-input-placeholder {
  color: var(--ground-floor);
}

.focus\:placeholder-ground-floor:focus::placeholder {
  color: var(--ground-floor);
}

.focus\:placeholder-high:focus::-webkit-input-placeholder {
  color: var(--high);
}

.focus\:placeholder-high:focus::-moz-placeholder {
  color: var(--high);
}

.focus\:placeholder-high:focus:-ms-input-placeholder {
  color: var(--high);
}

.focus\:placeholder-high:focus::-ms-input-placeholder {
  color: var(--high);
}

.focus\:placeholder-high:focus::placeholder {
  color: var(--high);
}

.focus\:placeholder-informational:focus::-webkit-input-placeholder {
  color: var(--informational);
}

.focus\:placeholder-informational:focus::-moz-placeholder {
  color: var(--informational);
}

.focus\:placeholder-informational:focus:-ms-input-placeholder {
  color: var(--informational);
}

.focus\:placeholder-informational:focus::-ms-input-placeholder {
  color: var(--informational);
}

.focus\:placeholder-informational:focus::placeholder {
  color: var(--informational);
}

.focus\:placeholder-lines-dark:focus::-webkit-input-placeholder {
  color: var(--lines-dark);
}

.focus\:placeholder-lines-dark:focus::-moz-placeholder {
  color: var(--lines-dark);
}

.focus\:placeholder-lines-dark:focus:-ms-input-placeholder {
  color: var(--lines-dark);
}

.focus\:placeholder-lines-dark:focus::-ms-input-placeholder {
  color: var(--lines-dark);
}

.focus\:placeholder-lines-dark:focus::placeholder {
  color: var(--lines-dark);
}

.focus\:placeholder-lines-light:focus::-webkit-input-placeholder {
  color: var(--lines-light);
}

.focus\:placeholder-lines-light:focus::-moz-placeholder {
  color: var(--lines-light);
}

.focus\:placeholder-lines-light:focus:-ms-input-placeholder {
  color: var(--lines-light);
}

.focus\:placeholder-lines-light:focus::-ms-input-placeholder {
  color: var(--lines-light);
}

.focus\:placeholder-lines-light:focus::placeholder {
  color: var(--lines-light);
}

.focus\:placeholder-low:focus::-webkit-input-placeholder {
  color: var(--low);
}

.focus\:placeholder-low:focus::-moz-placeholder {
  color: var(--low);
}

.focus\:placeholder-low:focus:-ms-input-placeholder {
  color: var(--low);
}

.focus\:placeholder-low:focus::-ms-input-placeholder {
  color: var(--low);
}

.focus\:placeholder-low:focus::placeholder {
  color: var(--low);
}

.focus\:placeholder-medium:focus::-webkit-input-placeholder {
  color: var(--medium);
}

.focus\:placeholder-medium:focus::-moz-placeholder {
  color: var(--medium);
}

.focus\:placeholder-medium:focus:-ms-input-placeholder {
  color: var(--medium);
}

.focus\:placeholder-medium:focus::-ms-input-placeholder {
  color: var(--medium);
}

.focus\:placeholder-medium:focus::placeholder {
  color: var(--medium);
}

.focus\:placeholder-mezzanine:focus::-webkit-input-placeholder {
  color: var(--mezzanine);
}

.focus\:placeholder-mezzanine:focus::-moz-placeholder {
  color: var(--mezzanine);
}

.focus\:placeholder-mezzanine:focus:-ms-input-placeholder {
  color: var(--mezzanine);
}

.focus\:placeholder-mezzanine:focus::-ms-input-placeholder {
  color: var(--mezzanine);
}

.focus\:placeholder-mezzanine:focus::placeholder {
  color: var(--mezzanine);
}

.focus\:placeholder-nav-text-and-icons:focus::-webkit-input-placeholder {
  color: var(--nav-text-and-icons);
}

.focus\:placeholder-nav-text-and-icons:focus::-moz-placeholder {
  color: var(--nav-text-and-icons);
}

.focus\:placeholder-nav-text-and-icons:focus:-ms-input-placeholder {
  color: var(--nav-text-and-icons);
}

.focus\:placeholder-nav-text-and-icons:focus::-ms-input-placeholder {
  color: var(--nav-text-and-icons);
}

.focus\:placeholder-nav-text-and-icons:focus::placeholder {
  color: var(--nav-text-and-icons);
}

.focus\:placeholder-nav-text-secondary:focus::-webkit-input-placeholder {
  color: var(--nav-text-secondary);
}

.focus\:placeholder-nav-text-secondary:focus::-moz-placeholder {
  color: var(--nav-text-secondary);
}

.focus\:placeholder-nav-text-secondary:focus:-ms-input-placeholder {
  color: var(--nav-text-secondary);
}

.focus\:placeholder-nav-text-secondary:focus::-ms-input-placeholder {
  color: var(--nav-text-secondary);
}

.focus\:placeholder-nav-text-secondary:focus::placeholder {
  color: var(--nav-text-secondary);
}

.focus\:placeholder-network-operations:focus::-webkit-input-placeholder {
  color: var(--network-operations);
}

.focus\:placeholder-network-operations:focus::-moz-placeholder {
  color: var(--network-operations);
}

.focus\:placeholder-network-operations:focus:-ms-input-placeholder {
  color: var(--network-operations);
}

.focus\:placeholder-network-operations:focus::-ms-input-placeholder {
  color: var(--network-operations);
}

.focus\:placeholder-network-operations:focus::placeholder {
  color: var(--network-operations);
}

.focus\:placeholder-normal-hover:focus::-webkit-input-placeholder {
  color: var(--normal-hover);
}

.focus\:placeholder-normal-hover:focus::-moz-placeholder {
  color: var(--normal-hover);
}

.focus\:placeholder-normal-hover:focus:-ms-input-placeholder {
  color: var(--normal-hover);
}

.focus\:placeholder-normal-hover:focus::-ms-input-placeholder {
  color: var(--normal-hover);
}

.focus\:placeholder-normal-hover:focus::placeholder {
  color: var(--normal-hover);
}

.focus\:placeholder-normal-idle:focus::-webkit-input-placeholder {
  color: var(--normal-idle);
}

.focus\:placeholder-normal-idle:focus::-moz-placeholder {
  color: var(--normal-idle);
}

.focus\:placeholder-normal-idle:focus:-ms-input-placeholder {
  color: var(--normal-idle);
}

.focus\:placeholder-normal-idle:focus::-ms-input-placeholder {
  color: var(--normal-idle);
}

.focus\:placeholder-normal-idle:focus::placeholder {
  color: var(--normal-idle);
}

.focus\:placeholder-normal-pressed:focus::-webkit-input-placeholder {
  color: var(--normal-pressed);
}

.focus\:placeholder-normal-pressed:focus::-moz-placeholder {
  color: var(--normal-pressed);
}

.focus\:placeholder-normal-pressed:focus:-ms-input-placeholder {
  color: var(--normal-pressed);
}

.focus\:placeholder-normal-pressed:focus::-ms-input-placeholder {
  color: var(--normal-pressed);
}

.focus\:placeholder-normal-pressed:focus::placeholder {
  color: var(--normal-pressed);
}

.focus\:placeholder-overlay-0\.5:focus::-webkit-input-placeholder {
  color: var(--overlay-0\.5);
}

.focus\:placeholder-overlay-0\.5:focus::-moz-placeholder {
  color: var(--overlay-0\.5);
}

.focus\:placeholder-overlay-0\.5:focus:-ms-input-placeholder {
  color: var(--overlay-0\.5);
}

.focus\:placeholder-overlay-0\.5:focus::-ms-input-placeholder {
  color: var(--overlay-0\.5);
}

.focus\:placeholder-overlay-0\.5:focus::placeholder {
  color: var(--overlay-0\.5);
}

.focus\:placeholder-overlay-1:focus::-webkit-input-placeholder {
  color: var(--overlay-1);
}

.focus\:placeholder-overlay-1:focus::-moz-placeholder {
  color: var(--overlay-1);
}

.focus\:placeholder-overlay-1:focus:-ms-input-placeholder {
  color: var(--overlay-1);
}

.focus\:placeholder-overlay-1:focus::-ms-input-placeholder {
  color: var(--overlay-1);
}

.focus\:placeholder-overlay-1:focus::placeholder {
  color: var(--overlay-1);
}

.focus\:placeholder-overlay-2:focus::-webkit-input-placeholder {
  color: var(--overlay-2);
}

.focus\:placeholder-overlay-2:focus::-moz-placeholder {
  color: var(--overlay-2);
}

.focus\:placeholder-overlay-2:focus:-ms-input-placeholder {
  color: var(--overlay-2);
}

.focus\:placeholder-overlay-2:focus::-ms-input-placeholder {
  color: var(--overlay-2);
}

.focus\:placeholder-overlay-2:focus::placeholder {
  color: var(--overlay-2);
}

.focus\:placeholder-positive:focus::-webkit-input-placeholder {
  color: var(--positive);
}

.focus\:placeholder-positive:focus::-moz-placeholder {
  color: var(--positive);
}

.focus\:placeholder-positive:focus:-ms-input-placeholder {
  color: var(--positive);
}

.focus\:placeholder-positive:focus::-ms-input-placeholder {
  color: var(--positive);
}

.focus\:placeholder-positive:focus::placeholder {
  color: var(--positive);
}

.focus\:placeholder-primary-hover:focus::-webkit-input-placeholder {
  color: var(--primary-hover);
}

.focus\:placeholder-primary-hover:focus::-moz-placeholder {
  color: var(--primary-hover);
}

.focus\:placeholder-primary-hover:focus:-ms-input-placeholder {
  color: var(--primary-hover);
}

.focus\:placeholder-primary-hover:focus::-ms-input-placeholder {
  color: var(--primary-hover);
}

.focus\:placeholder-primary-hover:focus::placeholder {
  color: var(--primary-hover);
}

.focus\:placeholder-primary-idle:focus::-webkit-input-placeholder {
  color: var(--primary-idle);
}

.focus\:placeholder-primary-idle:focus::-moz-placeholder {
  color: var(--primary-idle);
}

.focus\:placeholder-primary-idle:focus:-ms-input-placeholder {
  color: var(--primary-idle);
}

.focus\:placeholder-primary-idle:focus::-ms-input-placeholder {
  color: var(--primary-idle);
}

.focus\:placeholder-primary-idle:focus::placeholder {
  color: var(--primary-idle);
}

.focus\:placeholder-primary-pressed:focus::-webkit-input-placeholder {
  color: var(--primary-pressed);
}

.focus\:placeholder-primary-pressed:focus::-moz-placeholder {
  color: var(--primary-pressed);
}

.focus\:placeholder-primary-pressed:focus:-ms-input-placeholder {
  color: var(--primary-pressed);
}

.focus\:placeholder-primary-pressed:focus::-ms-input-placeholder {
  color: var(--primary-pressed);
}

.focus\:placeholder-primary-pressed:focus::placeholder {
  color: var(--primary-pressed);
}

.focus\:placeholder-process-operations:focus::-webkit-input-placeholder {
  color: var(--process-operations);
}

.focus\:placeholder-process-operations:focus::-moz-placeholder {
  color: var(--process-operations);
}

.focus\:placeholder-process-operations:focus:-ms-input-placeholder {
  color: var(--process-operations);
}

.focus\:placeholder-process-operations:focus::-ms-input-placeholder {
  color: var(--process-operations);
}

.focus\:placeholder-process-operations:focus::placeholder {
  color: var(--process-operations);
}

.focus\:placeholder-purple-50:focus::-webkit-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(250, 245, 255, var(--tw-placeholder-opacity));
}

.focus\:placeholder-purple-50:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(250, 245, 255, var(--tw-placeholder-opacity));
}

.focus\:placeholder-purple-50:focus:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(250, 245, 255, var(--tw-placeholder-opacity));
}

.focus\:placeholder-purple-50:focus::-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(250, 245, 255, var(--tw-placeholder-opacity));
}

.focus\:placeholder-purple-50:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(250, 245, 255, var(--tw-placeholder-opacity));
}

.focus\:placeholder-purple-100:focus::-webkit-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(243, 232, 255, var(--tw-placeholder-opacity));
}

.focus\:placeholder-purple-100:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(243, 232, 255, var(--tw-placeholder-opacity));
}

.focus\:placeholder-purple-100:focus:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(243, 232, 255, var(--tw-placeholder-opacity));
}

.focus\:placeholder-purple-100:focus::-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(243, 232, 255, var(--tw-placeholder-opacity));
}

.focus\:placeholder-purple-100:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(243, 232, 255, var(--tw-placeholder-opacity));
}

.focus\:placeholder-purple-200:focus::-webkit-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(233, 213, 255, var(--tw-placeholder-opacity));
}

.focus\:placeholder-purple-200:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(233, 213, 255, var(--tw-placeholder-opacity));
}

.focus\:placeholder-purple-200:focus:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(233, 213, 255, var(--tw-placeholder-opacity));
}

.focus\:placeholder-purple-200:focus::-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(233, 213, 255, var(--tw-placeholder-opacity));
}

.focus\:placeholder-purple-200:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(233, 213, 255, var(--tw-placeholder-opacity));
}

.focus\:placeholder-purple-300:focus::-webkit-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(216, 180, 254, var(--tw-placeholder-opacity));
}

.focus\:placeholder-purple-300:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(216, 180, 254, var(--tw-placeholder-opacity));
}

.focus\:placeholder-purple-300:focus:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(216, 180, 254, var(--tw-placeholder-opacity));
}

.focus\:placeholder-purple-300:focus::-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(216, 180, 254, var(--tw-placeholder-opacity));
}

.focus\:placeholder-purple-300:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(216, 180, 254, var(--tw-placeholder-opacity));
}

.focus\:placeholder-purple-400:focus::-webkit-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(192, 132, 252, var(--tw-placeholder-opacity));
}

.focus\:placeholder-purple-400:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(192, 132, 252, var(--tw-placeholder-opacity));
}

.focus\:placeholder-purple-400:focus:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(192, 132, 252, var(--tw-placeholder-opacity));
}

.focus\:placeholder-purple-400:focus::-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(192, 132, 252, var(--tw-placeholder-opacity));
}

.focus\:placeholder-purple-400:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(192, 132, 252, var(--tw-placeholder-opacity));
}

.focus\:placeholder-purple-500:focus::-webkit-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(168, 85, 247, var(--tw-placeholder-opacity));
}

.focus\:placeholder-purple-500:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(168, 85, 247, var(--tw-placeholder-opacity));
}

.focus\:placeholder-purple-500:focus:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(168, 85, 247, var(--tw-placeholder-opacity));
}

.focus\:placeholder-purple-500:focus::-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(168, 85, 247, var(--tw-placeholder-opacity));
}

.focus\:placeholder-purple-500:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(168, 85, 247, var(--tw-placeholder-opacity));
}

.focus\:placeholder-purple-600:focus::-webkit-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(147, 51, 234, var(--tw-placeholder-opacity));
}

.focus\:placeholder-purple-600:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(147, 51, 234, var(--tw-placeholder-opacity));
}

.focus\:placeholder-purple-600:focus:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(147, 51, 234, var(--tw-placeholder-opacity));
}

.focus\:placeholder-purple-600:focus::-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(147, 51, 234, var(--tw-placeholder-opacity));
}

.focus\:placeholder-purple-600:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(147, 51, 234, var(--tw-placeholder-opacity));
}

.focus\:placeholder-purple-700:focus::-webkit-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(126, 34, 206, var(--tw-placeholder-opacity));
}

.focus\:placeholder-purple-700:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(126, 34, 206, var(--tw-placeholder-opacity));
}

.focus\:placeholder-purple-700:focus:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(126, 34, 206, var(--tw-placeholder-opacity));
}

.focus\:placeholder-purple-700:focus::-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(126, 34, 206, var(--tw-placeholder-opacity));
}

.focus\:placeholder-purple-700:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(126, 34, 206, var(--tw-placeholder-opacity));
}

.focus\:placeholder-purple-800:focus::-webkit-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(107, 33, 168, var(--tw-placeholder-opacity));
}

.focus\:placeholder-purple-800:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(107, 33, 168, var(--tw-placeholder-opacity));
}

.focus\:placeholder-purple-800:focus:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(107, 33, 168, var(--tw-placeholder-opacity));
}

.focus\:placeholder-purple-800:focus::-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(107, 33, 168, var(--tw-placeholder-opacity));
}

.focus\:placeholder-purple-800:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(107, 33, 168, var(--tw-placeholder-opacity));
}

.focus\:placeholder-purple-900:focus::-webkit-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(88, 28, 135, var(--tw-placeholder-opacity));
}

.focus\:placeholder-purple-900:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(88, 28, 135, var(--tw-placeholder-opacity));
}

.focus\:placeholder-purple-900:focus:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(88, 28, 135, var(--tw-placeholder-opacity));
}

.focus\:placeholder-purple-900:focus::-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(88, 28, 135, var(--tw-placeholder-opacity));
}

.focus\:placeholder-purple-900:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(88, 28, 135, var(--tw-placeholder-opacity));
}

.focus\:placeholder-registry-operations:focus::-webkit-input-placeholder {
  color: var(--registry-operations);
}

.focus\:placeholder-registry-operations:focus::-moz-placeholder {
  color: var(--registry-operations);
}

.focus\:placeholder-registry-operations:focus:-ms-input-placeholder {
  color: var(--registry-operations);
}

.focus\:placeholder-registry-operations:focus::-ms-input-placeholder {
  color: var(--registry-operations);
}

.focus\:placeholder-registry-operations:focus::placeholder {
  color: var(--registry-operations);
}

.focus\:placeholder-selected:focus::-webkit-input-placeholder {
  color: var(--selected);
}

.focus\:placeholder-selected:focus::-moz-placeholder {
  color: var(--selected);
}

.focus\:placeholder-selected:focus:-ms-input-placeholder {
  color: var(--selected);
}

.focus\:placeholder-selected:focus::-ms-input-placeholder {
  color: var(--selected);
}

.focus\:placeholder-selected:focus::placeholder {
  color: var(--selected);
}

.focus\:placeholder-surface-2xl:focus::-webkit-input-placeholder {
  color: var(--surface-2xl);
}

.focus\:placeholder-surface-2xl:focus::-moz-placeholder {
  color: var(--surface-2xl);
}

.focus\:placeholder-surface-2xl:focus:-ms-input-placeholder {
  color: var(--surface-2xl);
}

.focus\:placeholder-surface-2xl:focus::-ms-input-placeholder {
  color: var(--surface-2xl);
}

.focus\:placeholder-surface-2xl:focus::placeholder {
  color: var(--surface-2xl);
}

.focus\:placeholder-surface-base:focus::-webkit-input-placeholder {
  color: var(--surface-base);
}

.focus\:placeholder-surface-base:focus::-moz-placeholder {
  color: var(--surface-base);
}

.focus\:placeholder-surface-base:focus:-ms-input-placeholder {
  color: var(--surface-base);
}

.focus\:placeholder-surface-base:focus::-ms-input-placeholder {
  color: var(--surface-base);
}

.focus\:placeholder-surface-base:focus::placeholder {
  color: var(--surface-base);
}

.focus\:placeholder-surface-inner:focus::-webkit-input-placeholder {
  color: var(--surface-inner);
}

.focus\:placeholder-surface-inner:focus::-moz-placeholder {
  color: var(--surface-inner);
}

.focus\:placeholder-surface-inner:focus:-ms-input-placeholder {
  color: var(--surface-inner);
}

.focus\:placeholder-surface-inner:focus::-ms-input-placeholder {
  color: var(--surface-inner);
}

.focus\:placeholder-surface-inner:focus::placeholder {
  color: var(--surface-inner);
}

.focus\:placeholder-surface-lg:focus::-webkit-input-placeholder {
  color: var(--surface-lg);
}

.focus\:placeholder-surface-lg:focus::-moz-placeholder {
  color: var(--surface-lg);
}

.focus\:placeholder-surface-lg:focus:-ms-input-placeholder {
  color: var(--surface-lg);
}

.focus\:placeholder-surface-lg:focus::-ms-input-placeholder {
  color: var(--surface-lg);
}

.focus\:placeholder-surface-lg:focus::placeholder {
  color: var(--surface-lg);
}

.focus\:placeholder-surface-md:focus::-webkit-input-placeholder {
  color: var(--surface-md);
}

.focus\:placeholder-surface-md:focus::-moz-placeholder {
  color: var(--surface-md);
}

.focus\:placeholder-surface-md:focus:-ms-input-placeholder {
  color: var(--surface-md);
}

.focus\:placeholder-surface-md:focus::-ms-input-placeholder {
  color: var(--surface-md);
}

.focus\:placeholder-surface-md:focus::placeholder {
  color: var(--surface-md);
}

.focus\:placeholder-surface-xl:focus::-webkit-input-placeholder {
  color: var(--surface-xl);
}

.focus\:placeholder-surface-xl:focus::-moz-placeholder {
  color: var(--surface-xl);
}

.focus\:placeholder-surface-xl:focus:-ms-input-placeholder {
  color: var(--surface-xl);
}

.focus\:placeholder-surface-xl:focus::-ms-input-placeholder {
  color: var(--surface-xl);
}

.focus\:placeholder-surface-xl:focus::placeholder {
  color: var(--surface-xl);
}

.focus\:placeholder-text-and-icons:focus::-webkit-input-placeholder {
  color: var(--text-and-icons);
}

.focus\:placeholder-text-and-icons:focus::-moz-placeholder {
  color: var(--text-and-icons);
}

.focus\:placeholder-text-and-icons:focus:-ms-input-placeholder {
  color: var(--text-and-icons);
}

.focus\:placeholder-text-and-icons:focus::-ms-input-placeholder {
  color: var(--text-and-icons);
}

.focus\:placeholder-text-and-icons:focus::placeholder {
  color: var(--text-and-icons);
}

.focus\:placeholder-titles-and-attributes:focus::-webkit-input-placeholder {
  color: var(--titles-and-attributes);
}

.focus\:placeholder-titles-and-attributes:focus::-moz-placeholder {
  color: var(--titles-and-attributes);
}

.focus\:placeholder-titles-and-attributes:focus:-ms-input-placeholder {
  color: var(--titles-and-attributes);
}

.focus\:placeholder-titles-and-attributes:focus::-ms-input-placeholder {
  color: var(--titles-and-attributes);
}

.focus\:placeholder-titles-and-attributes:focus::placeholder {
  color: var(--titles-and-attributes);
}

.focus\:placeholder-black:focus::-webkit-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(0, 0, 0, var(--tw-placeholder-opacity));
}

.focus\:placeholder-black:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(0, 0, 0, var(--tw-placeholder-opacity));
}

.focus\:placeholder-black:focus:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(0, 0, 0, var(--tw-placeholder-opacity));
}

.focus\:placeholder-black:focus::-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(0, 0, 0, var(--tw-placeholder-opacity));
}

.focus\:placeholder-black:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(0, 0, 0, var(--tw-placeholder-opacity));
}

.focus\:placeholder-white:focus::-webkit-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-placeholder-opacity));
}

.focus\:placeholder-white:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-placeholder-opacity));
}

.focus\:placeholder-white:focus:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-placeholder-opacity));
}

.focus\:placeholder-white:focus::-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-placeholder-opacity));
}

.focus\:placeholder-white:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-placeholder-opacity));
}

.focus\:placeholder-rose-50:focus::-webkit-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(255, 241, 242, var(--tw-placeholder-opacity));
}

.focus\:placeholder-rose-50:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(255, 241, 242, var(--tw-placeholder-opacity));
}

.focus\:placeholder-rose-50:focus:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(255, 241, 242, var(--tw-placeholder-opacity));
}

.focus\:placeholder-rose-50:focus::-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(255, 241, 242, var(--tw-placeholder-opacity));
}

.focus\:placeholder-rose-50:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(255, 241, 242, var(--tw-placeholder-opacity));
}

.focus\:placeholder-rose-100:focus::-webkit-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(255, 228, 230, var(--tw-placeholder-opacity));
}

.focus\:placeholder-rose-100:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(255, 228, 230, var(--tw-placeholder-opacity));
}

.focus\:placeholder-rose-100:focus:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(255, 228, 230, var(--tw-placeholder-opacity));
}

.focus\:placeholder-rose-100:focus::-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(255, 228, 230, var(--tw-placeholder-opacity));
}

.focus\:placeholder-rose-100:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(255, 228, 230, var(--tw-placeholder-opacity));
}

.focus\:placeholder-rose-200:focus::-webkit-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(254, 205, 211, var(--tw-placeholder-opacity));
}

.focus\:placeholder-rose-200:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(254, 205, 211, var(--tw-placeholder-opacity));
}

.focus\:placeholder-rose-200:focus:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(254, 205, 211, var(--tw-placeholder-opacity));
}

.focus\:placeholder-rose-200:focus::-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(254, 205, 211, var(--tw-placeholder-opacity));
}

.focus\:placeholder-rose-200:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(254, 205, 211, var(--tw-placeholder-opacity));
}

.focus\:placeholder-rose-300:focus::-webkit-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(253, 164, 175, var(--tw-placeholder-opacity));
}

.focus\:placeholder-rose-300:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(253, 164, 175, var(--tw-placeholder-opacity));
}

.focus\:placeholder-rose-300:focus:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(253, 164, 175, var(--tw-placeholder-opacity));
}

.focus\:placeholder-rose-300:focus::-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(253, 164, 175, var(--tw-placeholder-opacity));
}

.focus\:placeholder-rose-300:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(253, 164, 175, var(--tw-placeholder-opacity));
}

.focus\:placeholder-rose-400:focus::-webkit-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(251, 113, 133, var(--tw-placeholder-opacity));
}

.focus\:placeholder-rose-400:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(251, 113, 133, var(--tw-placeholder-opacity));
}

.focus\:placeholder-rose-400:focus:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(251, 113, 133, var(--tw-placeholder-opacity));
}

.focus\:placeholder-rose-400:focus::-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(251, 113, 133, var(--tw-placeholder-opacity));
}

.focus\:placeholder-rose-400:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(251, 113, 133, var(--tw-placeholder-opacity));
}

.focus\:placeholder-rose-500:focus::-webkit-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(244, 63, 94, var(--tw-placeholder-opacity));
}

.focus\:placeholder-rose-500:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(244, 63, 94, var(--tw-placeholder-opacity));
}

.focus\:placeholder-rose-500:focus:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(244, 63, 94, var(--tw-placeholder-opacity));
}

.focus\:placeholder-rose-500:focus::-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(244, 63, 94, var(--tw-placeholder-opacity));
}

.focus\:placeholder-rose-500:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(244, 63, 94, var(--tw-placeholder-opacity));
}

.focus\:placeholder-rose-600:focus::-webkit-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(225, 29, 72, var(--tw-placeholder-opacity));
}

.focus\:placeholder-rose-600:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(225, 29, 72, var(--tw-placeholder-opacity));
}

.focus\:placeholder-rose-600:focus:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(225, 29, 72, var(--tw-placeholder-opacity));
}

.focus\:placeholder-rose-600:focus::-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(225, 29, 72, var(--tw-placeholder-opacity));
}

.focus\:placeholder-rose-600:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(225, 29, 72, var(--tw-placeholder-opacity));
}

.focus\:placeholder-rose-700:focus::-webkit-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(190, 18, 60, var(--tw-placeholder-opacity));
}

.focus\:placeholder-rose-700:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(190, 18, 60, var(--tw-placeholder-opacity));
}

.focus\:placeholder-rose-700:focus:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(190, 18, 60, var(--tw-placeholder-opacity));
}

.focus\:placeholder-rose-700:focus::-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(190, 18, 60, var(--tw-placeholder-opacity));
}

.focus\:placeholder-rose-700:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(190, 18, 60, var(--tw-placeholder-opacity));
}

.focus\:placeholder-rose-800:focus::-webkit-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(159, 18, 57, var(--tw-placeholder-opacity));
}

.focus\:placeholder-rose-800:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(159, 18, 57, var(--tw-placeholder-opacity));
}

.focus\:placeholder-rose-800:focus:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(159, 18, 57, var(--tw-placeholder-opacity));
}

.focus\:placeholder-rose-800:focus::-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(159, 18, 57, var(--tw-placeholder-opacity));
}

.focus\:placeholder-rose-800:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(159, 18, 57, var(--tw-placeholder-opacity));
}

.focus\:placeholder-rose-900:focus::-webkit-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(136, 19, 55, var(--tw-placeholder-opacity));
}

.focus\:placeholder-rose-900:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(136, 19, 55, var(--tw-placeholder-opacity));
}

.focus\:placeholder-rose-900:focus:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(136, 19, 55, var(--tw-placeholder-opacity));
}

.focus\:placeholder-rose-900:focus::-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(136, 19, 55, var(--tw-placeholder-opacity));
}

.focus\:placeholder-rose-900:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(136, 19, 55, var(--tw-placeholder-opacity));
}

.focus\:placeholder-pink-50:focus::-webkit-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(253, 242, 248, var(--tw-placeholder-opacity));
}

.focus\:placeholder-pink-50:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(253, 242, 248, var(--tw-placeholder-opacity));
}

.focus\:placeholder-pink-50:focus:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(253, 242, 248, var(--tw-placeholder-opacity));
}

.focus\:placeholder-pink-50:focus::-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(253, 242, 248, var(--tw-placeholder-opacity));
}

.focus\:placeholder-pink-50:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(253, 242, 248, var(--tw-placeholder-opacity));
}

.focus\:placeholder-pink-100:focus::-webkit-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(252, 231, 243, var(--tw-placeholder-opacity));
}

.focus\:placeholder-pink-100:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(252, 231, 243, var(--tw-placeholder-opacity));
}

.focus\:placeholder-pink-100:focus:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(252, 231, 243, var(--tw-placeholder-opacity));
}

.focus\:placeholder-pink-100:focus::-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(252, 231, 243, var(--tw-placeholder-opacity));
}

.focus\:placeholder-pink-100:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(252, 231, 243, var(--tw-placeholder-opacity));
}

.focus\:placeholder-pink-200:focus::-webkit-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(251, 207, 232, var(--tw-placeholder-opacity));
}

.focus\:placeholder-pink-200:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(251, 207, 232, var(--tw-placeholder-opacity));
}

.focus\:placeholder-pink-200:focus:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(251, 207, 232, var(--tw-placeholder-opacity));
}

.focus\:placeholder-pink-200:focus::-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(251, 207, 232, var(--tw-placeholder-opacity));
}

.focus\:placeholder-pink-200:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(251, 207, 232, var(--tw-placeholder-opacity));
}

.focus\:placeholder-pink-300:focus::-webkit-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(249, 168, 212, var(--tw-placeholder-opacity));
}

.focus\:placeholder-pink-300:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(249, 168, 212, var(--tw-placeholder-opacity));
}

.focus\:placeholder-pink-300:focus:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(249, 168, 212, var(--tw-placeholder-opacity));
}

.focus\:placeholder-pink-300:focus::-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(249, 168, 212, var(--tw-placeholder-opacity));
}

.focus\:placeholder-pink-300:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(249, 168, 212, var(--tw-placeholder-opacity));
}

.focus\:placeholder-pink-400:focus::-webkit-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(244, 114, 182, var(--tw-placeholder-opacity));
}

.focus\:placeholder-pink-400:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(244, 114, 182, var(--tw-placeholder-opacity));
}

.focus\:placeholder-pink-400:focus:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(244, 114, 182, var(--tw-placeholder-opacity));
}

.focus\:placeholder-pink-400:focus::-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(244, 114, 182, var(--tw-placeholder-opacity));
}

.focus\:placeholder-pink-400:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(244, 114, 182, var(--tw-placeholder-opacity));
}

.focus\:placeholder-pink-500:focus::-webkit-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(236, 72, 153, var(--tw-placeholder-opacity));
}

.focus\:placeholder-pink-500:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(236, 72, 153, var(--tw-placeholder-opacity));
}

.focus\:placeholder-pink-500:focus:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(236, 72, 153, var(--tw-placeholder-opacity));
}

.focus\:placeholder-pink-500:focus::-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(236, 72, 153, var(--tw-placeholder-opacity));
}

.focus\:placeholder-pink-500:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(236, 72, 153, var(--tw-placeholder-opacity));
}

.focus\:placeholder-pink-600:focus::-webkit-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(219, 39, 119, var(--tw-placeholder-opacity));
}

.focus\:placeholder-pink-600:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(219, 39, 119, var(--tw-placeholder-opacity));
}

.focus\:placeholder-pink-600:focus:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(219, 39, 119, var(--tw-placeholder-opacity));
}

.focus\:placeholder-pink-600:focus::-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(219, 39, 119, var(--tw-placeholder-opacity));
}

.focus\:placeholder-pink-600:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(219, 39, 119, var(--tw-placeholder-opacity));
}

.focus\:placeholder-pink-700:focus::-webkit-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(190, 24, 93, var(--tw-placeholder-opacity));
}

.focus\:placeholder-pink-700:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(190, 24, 93, var(--tw-placeholder-opacity));
}

.focus\:placeholder-pink-700:focus:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(190, 24, 93, var(--tw-placeholder-opacity));
}

.focus\:placeholder-pink-700:focus::-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(190, 24, 93, var(--tw-placeholder-opacity));
}

.focus\:placeholder-pink-700:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(190, 24, 93, var(--tw-placeholder-opacity));
}

.focus\:placeholder-pink-800:focus::-webkit-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(157, 23, 77, var(--tw-placeholder-opacity));
}

.focus\:placeholder-pink-800:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(157, 23, 77, var(--tw-placeholder-opacity));
}

.focus\:placeholder-pink-800:focus:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(157, 23, 77, var(--tw-placeholder-opacity));
}

.focus\:placeholder-pink-800:focus::-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(157, 23, 77, var(--tw-placeholder-opacity));
}

.focus\:placeholder-pink-800:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(157, 23, 77, var(--tw-placeholder-opacity));
}

.focus\:placeholder-pink-900:focus::-webkit-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(131, 24, 67, var(--tw-placeholder-opacity));
}

.focus\:placeholder-pink-900:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(131, 24, 67, var(--tw-placeholder-opacity));
}

.focus\:placeholder-pink-900:focus:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(131, 24, 67, var(--tw-placeholder-opacity));
}

.focus\:placeholder-pink-900:focus::-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(131, 24, 67, var(--tw-placeholder-opacity));
}

.focus\:placeholder-pink-900:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(131, 24, 67, var(--tw-placeholder-opacity));
}

.focus\:placeholder-fuchsia-50:focus::-webkit-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(253, 244, 255, var(--tw-placeholder-opacity));
}

.focus\:placeholder-fuchsia-50:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(253, 244, 255, var(--tw-placeholder-opacity));
}

.focus\:placeholder-fuchsia-50:focus:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(253, 244, 255, var(--tw-placeholder-opacity));
}

.focus\:placeholder-fuchsia-50:focus::-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(253, 244, 255, var(--tw-placeholder-opacity));
}

.focus\:placeholder-fuchsia-50:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(253, 244, 255, var(--tw-placeholder-opacity));
}

.focus\:placeholder-fuchsia-100:focus::-webkit-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(250, 232, 255, var(--tw-placeholder-opacity));
}

.focus\:placeholder-fuchsia-100:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(250, 232, 255, var(--tw-placeholder-opacity));
}

.focus\:placeholder-fuchsia-100:focus:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(250, 232, 255, var(--tw-placeholder-opacity));
}

.focus\:placeholder-fuchsia-100:focus::-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(250, 232, 255, var(--tw-placeholder-opacity));
}

.focus\:placeholder-fuchsia-100:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(250, 232, 255, var(--tw-placeholder-opacity));
}

.focus\:placeholder-fuchsia-200:focus::-webkit-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(245, 208, 254, var(--tw-placeholder-opacity));
}

.focus\:placeholder-fuchsia-200:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(245, 208, 254, var(--tw-placeholder-opacity));
}

.focus\:placeholder-fuchsia-200:focus:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(245, 208, 254, var(--tw-placeholder-opacity));
}

.focus\:placeholder-fuchsia-200:focus::-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(245, 208, 254, var(--tw-placeholder-opacity));
}

.focus\:placeholder-fuchsia-200:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(245, 208, 254, var(--tw-placeholder-opacity));
}

.focus\:placeholder-fuchsia-300:focus::-webkit-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(240, 171, 252, var(--tw-placeholder-opacity));
}

.focus\:placeholder-fuchsia-300:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(240, 171, 252, var(--tw-placeholder-opacity));
}

.focus\:placeholder-fuchsia-300:focus:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(240, 171, 252, var(--tw-placeholder-opacity));
}

.focus\:placeholder-fuchsia-300:focus::-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(240, 171, 252, var(--tw-placeholder-opacity));
}

.focus\:placeholder-fuchsia-300:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(240, 171, 252, var(--tw-placeholder-opacity));
}

.focus\:placeholder-fuchsia-400:focus::-webkit-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(232, 121, 249, var(--tw-placeholder-opacity));
}

.focus\:placeholder-fuchsia-400:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(232, 121, 249, var(--tw-placeholder-opacity));
}

.focus\:placeholder-fuchsia-400:focus:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(232, 121, 249, var(--tw-placeholder-opacity));
}

.focus\:placeholder-fuchsia-400:focus::-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(232, 121, 249, var(--tw-placeholder-opacity));
}

.focus\:placeholder-fuchsia-400:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(232, 121, 249, var(--tw-placeholder-opacity));
}

.focus\:placeholder-fuchsia-500:focus::-webkit-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(217, 70, 239, var(--tw-placeholder-opacity));
}

.focus\:placeholder-fuchsia-500:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(217, 70, 239, var(--tw-placeholder-opacity));
}

.focus\:placeholder-fuchsia-500:focus:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(217, 70, 239, var(--tw-placeholder-opacity));
}

.focus\:placeholder-fuchsia-500:focus::-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(217, 70, 239, var(--tw-placeholder-opacity));
}

.focus\:placeholder-fuchsia-500:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(217, 70, 239, var(--tw-placeholder-opacity));
}

.focus\:placeholder-fuchsia-600:focus::-webkit-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(192, 38, 211, var(--tw-placeholder-opacity));
}

.focus\:placeholder-fuchsia-600:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(192, 38, 211, var(--tw-placeholder-opacity));
}

.focus\:placeholder-fuchsia-600:focus:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(192, 38, 211, var(--tw-placeholder-opacity));
}

.focus\:placeholder-fuchsia-600:focus::-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(192, 38, 211, var(--tw-placeholder-opacity));
}

.focus\:placeholder-fuchsia-600:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(192, 38, 211, var(--tw-placeholder-opacity));
}

.focus\:placeholder-fuchsia-700:focus::-webkit-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(162, 28, 175, var(--tw-placeholder-opacity));
}

.focus\:placeholder-fuchsia-700:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(162, 28, 175, var(--tw-placeholder-opacity));
}

.focus\:placeholder-fuchsia-700:focus:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(162, 28, 175, var(--tw-placeholder-opacity));
}

.focus\:placeholder-fuchsia-700:focus::-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(162, 28, 175, var(--tw-placeholder-opacity));
}

.focus\:placeholder-fuchsia-700:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(162, 28, 175, var(--tw-placeholder-opacity));
}

.focus\:placeholder-fuchsia-800:focus::-webkit-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(134, 25, 143, var(--tw-placeholder-opacity));
}

.focus\:placeholder-fuchsia-800:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(134, 25, 143, var(--tw-placeholder-opacity));
}

.focus\:placeholder-fuchsia-800:focus:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(134, 25, 143, var(--tw-placeholder-opacity));
}

.focus\:placeholder-fuchsia-800:focus::-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(134, 25, 143, var(--tw-placeholder-opacity));
}

.focus\:placeholder-fuchsia-800:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(134, 25, 143, var(--tw-placeholder-opacity));
}

.focus\:placeholder-fuchsia-900:focus::-webkit-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(112, 26, 117, var(--tw-placeholder-opacity));
}

.focus\:placeholder-fuchsia-900:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(112, 26, 117, var(--tw-placeholder-opacity));
}

.focus\:placeholder-fuchsia-900:focus:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(112, 26, 117, var(--tw-placeholder-opacity));
}

.focus\:placeholder-fuchsia-900:focus::-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(112, 26, 117, var(--tw-placeholder-opacity));
}

.focus\:placeholder-fuchsia-900:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(112, 26, 117, var(--tw-placeholder-opacity));
}

.focus\:placeholder-violet-50:focus::-webkit-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(245, 243, 255, var(--tw-placeholder-opacity));
}

.focus\:placeholder-violet-50:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(245, 243, 255, var(--tw-placeholder-opacity));
}

.focus\:placeholder-violet-50:focus:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(245, 243, 255, var(--tw-placeholder-opacity));
}

.focus\:placeholder-violet-50:focus::-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(245, 243, 255, var(--tw-placeholder-opacity));
}

.focus\:placeholder-violet-50:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(245, 243, 255, var(--tw-placeholder-opacity));
}

.focus\:placeholder-violet-100:focus::-webkit-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(237, 233, 254, var(--tw-placeholder-opacity));
}

.focus\:placeholder-violet-100:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(237, 233, 254, var(--tw-placeholder-opacity));
}

.focus\:placeholder-violet-100:focus:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(237, 233, 254, var(--tw-placeholder-opacity));
}

.focus\:placeholder-violet-100:focus::-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(237, 233, 254, var(--tw-placeholder-opacity));
}

.focus\:placeholder-violet-100:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(237, 233, 254, var(--tw-placeholder-opacity));
}

.focus\:placeholder-violet-200:focus::-webkit-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(221, 214, 254, var(--tw-placeholder-opacity));
}

.focus\:placeholder-violet-200:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(221, 214, 254, var(--tw-placeholder-opacity));
}

.focus\:placeholder-violet-200:focus:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(221, 214, 254, var(--tw-placeholder-opacity));
}

.focus\:placeholder-violet-200:focus::-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(221, 214, 254, var(--tw-placeholder-opacity));
}

.focus\:placeholder-violet-200:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(221, 214, 254, var(--tw-placeholder-opacity));
}

.focus\:placeholder-violet-300:focus::-webkit-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(196, 181, 253, var(--tw-placeholder-opacity));
}

.focus\:placeholder-violet-300:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(196, 181, 253, var(--tw-placeholder-opacity));
}

.focus\:placeholder-violet-300:focus:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(196, 181, 253, var(--tw-placeholder-opacity));
}

.focus\:placeholder-violet-300:focus::-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(196, 181, 253, var(--tw-placeholder-opacity));
}

.focus\:placeholder-violet-300:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(196, 181, 253, var(--tw-placeholder-opacity));
}

.focus\:placeholder-violet-400:focus::-webkit-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(167, 139, 250, var(--tw-placeholder-opacity));
}

.focus\:placeholder-violet-400:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(167, 139, 250, var(--tw-placeholder-opacity));
}

.focus\:placeholder-violet-400:focus:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(167, 139, 250, var(--tw-placeholder-opacity));
}

.focus\:placeholder-violet-400:focus::-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(167, 139, 250, var(--tw-placeholder-opacity));
}

.focus\:placeholder-violet-400:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(167, 139, 250, var(--tw-placeholder-opacity));
}

.focus\:placeholder-violet-500:focus::-webkit-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(139, 92, 246, var(--tw-placeholder-opacity));
}

.focus\:placeholder-violet-500:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(139, 92, 246, var(--tw-placeholder-opacity));
}

.focus\:placeholder-violet-500:focus:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(139, 92, 246, var(--tw-placeholder-opacity));
}

.focus\:placeholder-violet-500:focus::-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(139, 92, 246, var(--tw-placeholder-opacity));
}

.focus\:placeholder-violet-500:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(139, 92, 246, var(--tw-placeholder-opacity));
}

.focus\:placeholder-violet-600:focus::-webkit-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(124, 58, 237, var(--tw-placeholder-opacity));
}

.focus\:placeholder-violet-600:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(124, 58, 237, var(--tw-placeholder-opacity));
}

.focus\:placeholder-violet-600:focus:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(124, 58, 237, var(--tw-placeholder-opacity));
}

.focus\:placeholder-violet-600:focus::-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(124, 58, 237, var(--tw-placeholder-opacity));
}

.focus\:placeholder-violet-600:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(124, 58, 237, var(--tw-placeholder-opacity));
}

.focus\:placeholder-violet-700:focus::-webkit-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(109, 40, 217, var(--tw-placeholder-opacity));
}

.focus\:placeholder-violet-700:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(109, 40, 217, var(--tw-placeholder-opacity));
}

.focus\:placeholder-violet-700:focus:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(109, 40, 217, var(--tw-placeholder-opacity));
}

.focus\:placeholder-violet-700:focus::-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(109, 40, 217, var(--tw-placeholder-opacity));
}

.focus\:placeholder-violet-700:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(109, 40, 217, var(--tw-placeholder-opacity));
}

.focus\:placeholder-violet-800:focus::-webkit-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(91, 33, 182, var(--tw-placeholder-opacity));
}

.focus\:placeholder-violet-800:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(91, 33, 182, var(--tw-placeholder-opacity));
}

.focus\:placeholder-violet-800:focus:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(91, 33, 182, var(--tw-placeholder-opacity));
}

.focus\:placeholder-violet-800:focus::-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(91, 33, 182, var(--tw-placeholder-opacity));
}

.focus\:placeholder-violet-800:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(91, 33, 182, var(--tw-placeholder-opacity));
}

.focus\:placeholder-violet-900:focus::-webkit-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(76, 29, 149, var(--tw-placeholder-opacity));
}

.focus\:placeholder-violet-900:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(76, 29, 149, var(--tw-placeholder-opacity));
}

.focus\:placeholder-violet-900:focus:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(76, 29, 149, var(--tw-placeholder-opacity));
}

.focus\:placeholder-violet-900:focus::-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(76, 29, 149, var(--tw-placeholder-opacity));
}

.focus\:placeholder-violet-900:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(76, 29, 149, var(--tw-placeholder-opacity));
}

.focus\:placeholder-indigo-50:focus::-webkit-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(238, 242, 255, var(--tw-placeholder-opacity));
}

.focus\:placeholder-indigo-50:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(238, 242, 255, var(--tw-placeholder-opacity));
}

.focus\:placeholder-indigo-50:focus:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(238, 242, 255, var(--tw-placeholder-opacity));
}

.focus\:placeholder-indigo-50:focus::-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(238, 242, 255, var(--tw-placeholder-opacity));
}

.focus\:placeholder-indigo-50:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(238, 242, 255, var(--tw-placeholder-opacity));
}

.focus\:placeholder-indigo-100:focus::-webkit-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(224, 231, 255, var(--tw-placeholder-opacity));
}

.focus\:placeholder-indigo-100:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(224, 231, 255, var(--tw-placeholder-opacity));
}

.focus\:placeholder-indigo-100:focus:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(224, 231, 255, var(--tw-placeholder-opacity));
}

.focus\:placeholder-indigo-100:focus::-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(224, 231, 255, var(--tw-placeholder-opacity));
}

.focus\:placeholder-indigo-100:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(224, 231, 255, var(--tw-placeholder-opacity));
}

.focus\:placeholder-indigo-200:focus::-webkit-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(199, 210, 254, var(--tw-placeholder-opacity));
}

.focus\:placeholder-indigo-200:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(199, 210, 254, var(--tw-placeholder-opacity));
}

.focus\:placeholder-indigo-200:focus:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(199, 210, 254, var(--tw-placeholder-opacity));
}

.focus\:placeholder-indigo-200:focus::-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(199, 210, 254, var(--tw-placeholder-opacity));
}

.focus\:placeholder-indigo-200:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(199, 210, 254, var(--tw-placeholder-opacity));
}

.focus\:placeholder-indigo-300:focus::-webkit-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(165, 180, 252, var(--tw-placeholder-opacity));
}

.focus\:placeholder-indigo-300:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(165, 180, 252, var(--tw-placeholder-opacity));
}

.focus\:placeholder-indigo-300:focus:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(165, 180, 252, var(--tw-placeholder-opacity));
}

.focus\:placeholder-indigo-300:focus::-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(165, 180, 252, var(--tw-placeholder-opacity));
}

.focus\:placeholder-indigo-300:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(165, 180, 252, var(--tw-placeholder-opacity));
}

.focus\:placeholder-indigo-400:focus::-webkit-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(129, 140, 248, var(--tw-placeholder-opacity));
}

.focus\:placeholder-indigo-400:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(129, 140, 248, var(--tw-placeholder-opacity));
}

.focus\:placeholder-indigo-400:focus:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(129, 140, 248, var(--tw-placeholder-opacity));
}

.focus\:placeholder-indigo-400:focus::-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(129, 140, 248, var(--tw-placeholder-opacity));
}

.focus\:placeholder-indigo-400:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(129, 140, 248, var(--tw-placeholder-opacity));
}

.focus\:placeholder-indigo-500:focus::-webkit-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(99, 102, 241, var(--tw-placeholder-opacity));
}

.focus\:placeholder-indigo-500:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(99, 102, 241, var(--tw-placeholder-opacity));
}

.focus\:placeholder-indigo-500:focus:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(99, 102, 241, var(--tw-placeholder-opacity));
}

.focus\:placeholder-indigo-500:focus::-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(99, 102, 241, var(--tw-placeholder-opacity));
}

.focus\:placeholder-indigo-500:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(99, 102, 241, var(--tw-placeholder-opacity));
}

.focus\:placeholder-indigo-600:focus::-webkit-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(79, 70, 229, var(--tw-placeholder-opacity));
}

.focus\:placeholder-indigo-600:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(79, 70, 229, var(--tw-placeholder-opacity));
}

.focus\:placeholder-indigo-600:focus:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(79, 70, 229, var(--tw-placeholder-opacity));
}

.focus\:placeholder-indigo-600:focus::-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(79, 70, 229, var(--tw-placeholder-opacity));
}

.focus\:placeholder-indigo-600:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(79, 70, 229, var(--tw-placeholder-opacity));
}

.focus\:placeholder-indigo-700:focus::-webkit-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(67, 56, 202, var(--tw-placeholder-opacity));
}

.focus\:placeholder-indigo-700:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(67, 56, 202, var(--tw-placeholder-opacity));
}

.focus\:placeholder-indigo-700:focus:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(67, 56, 202, var(--tw-placeholder-opacity));
}

.focus\:placeholder-indigo-700:focus::-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(67, 56, 202, var(--tw-placeholder-opacity));
}

.focus\:placeholder-indigo-700:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(67, 56, 202, var(--tw-placeholder-opacity));
}

.focus\:placeholder-indigo-800:focus::-webkit-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(55, 48, 163, var(--tw-placeholder-opacity));
}

.focus\:placeholder-indigo-800:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(55, 48, 163, var(--tw-placeholder-opacity));
}

.focus\:placeholder-indigo-800:focus:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(55, 48, 163, var(--tw-placeholder-opacity));
}

.focus\:placeholder-indigo-800:focus::-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(55, 48, 163, var(--tw-placeholder-opacity));
}

.focus\:placeholder-indigo-800:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(55, 48, 163, var(--tw-placeholder-opacity));
}

.focus\:placeholder-indigo-900:focus::-webkit-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(49, 46, 129, var(--tw-placeholder-opacity));
}

.focus\:placeholder-indigo-900:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(49, 46, 129, var(--tw-placeholder-opacity));
}

.focus\:placeholder-indigo-900:focus:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(49, 46, 129, var(--tw-placeholder-opacity));
}

.focus\:placeholder-indigo-900:focus::-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(49, 46, 129, var(--tw-placeholder-opacity));
}

.focus\:placeholder-indigo-900:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(49, 46, 129, var(--tw-placeholder-opacity));
}

.focus\:placeholder-lightBlue-50:focus::-webkit-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(240, 249, 255, var(--tw-placeholder-opacity));
}

.focus\:placeholder-lightBlue-50:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(240, 249, 255, var(--tw-placeholder-opacity));
}

.focus\:placeholder-lightBlue-50:focus:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(240, 249, 255, var(--tw-placeholder-opacity));
}

.focus\:placeholder-lightBlue-50:focus::-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(240, 249, 255, var(--tw-placeholder-opacity));
}

.focus\:placeholder-lightBlue-50:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(240, 249, 255, var(--tw-placeholder-opacity));
}

.focus\:placeholder-lightBlue-100:focus::-webkit-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(224, 242, 254, var(--tw-placeholder-opacity));
}

.focus\:placeholder-lightBlue-100:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(224, 242, 254, var(--tw-placeholder-opacity));
}

.focus\:placeholder-lightBlue-100:focus:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(224, 242, 254, var(--tw-placeholder-opacity));
}

.focus\:placeholder-lightBlue-100:focus::-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(224, 242, 254, var(--tw-placeholder-opacity));
}

.focus\:placeholder-lightBlue-100:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(224, 242, 254, var(--tw-placeholder-opacity));
}

.focus\:placeholder-lightBlue-200:focus::-webkit-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(186, 230, 253, var(--tw-placeholder-opacity));
}

.focus\:placeholder-lightBlue-200:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(186, 230, 253, var(--tw-placeholder-opacity));
}

.focus\:placeholder-lightBlue-200:focus:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(186, 230, 253, var(--tw-placeholder-opacity));
}

.focus\:placeholder-lightBlue-200:focus::-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(186, 230, 253, var(--tw-placeholder-opacity));
}

.focus\:placeholder-lightBlue-200:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(186, 230, 253, var(--tw-placeholder-opacity));
}

.focus\:placeholder-lightBlue-300:focus::-webkit-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(125, 211, 252, var(--tw-placeholder-opacity));
}

.focus\:placeholder-lightBlue-300:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(125, 211, 252, var(--tw-placeholder-opacity));
}

.focus\:placeholder-lightBlue-300:focus:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(125, 211, 252, var(--tw-placeholder-opacity));
}

.focus\:placeholder-lightBlue-300:focus::-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(125, 211, 252, var(--tw-placeholder-opacity));
}

.focus\:placeholder-lightBlue-300:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(125, 211, 252, var(--tw-placeholder-opacity));
}

.focus\:placeholder-lightBlue-400:focus::-webkit-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(56, 189, 248, var(--tw-placeholder-opacity));
}

.focus\:placeholder-lightBlue-400:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(56, 189, 248, var(--tw-placeholder-opacity));
}

.focus\:placeholder-lightBlue-400:focus:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(56, 189, 248, var(--tw-placeholder-opacity));
}

.focus\:placeholder-lightBlue-400:focus::-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(56, 189, 248, var(--tw-placeholder-opacity));
}

.focus\:placeholder-lightBlue-400:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(56, 189, 248, var(--tw-placeholder-opacity));
}

.focus\:placeholder-lightBlue-500:focus::-webkit-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(14, 165, 233, var(--tw-placeholder-opacity));
}

.focus\:placeholder-lightBlue-500:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(14, 165, 233, var(--tw-placeholder-opacity));
}

.focus\:placeholder-lightBlue-500:focus:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(14, 165, 233, var(--tw-placeholder-opacity));
}

.focus\:placeholder-lightBlue-500:focus::-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(14, 165, 233, var(--tw-placeholder-opacity));
}

.focus\:placeholder-lightBlue-500:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(14, 165, 233, var(--tw-placeholder-opacity));
}

.focus\:placeholder-lightBlue-600:focus::-webkit-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(2, 132, 199, var(--tw-placeholder-opacity));
}

.focus\:placeholder-lightBlue-600:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(2, 132, 199, var(--tw-placeholder-opacity));
}

.focus\:placeholder-lightBlue-600:focus:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(2, 132, 199, var(--tw-placeholder-opacity));
}

.focus\:placeholder-lightBlue-600:focus::-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(2, 132, 199, var(--tw-placeholder-opacity));
}

.focus\:placeholder-lightBlue-600:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(2, 132, 199, var(--tw-placeholder-opacity));
}

.focus\:placeholder-lightBlue-700:focus::-webkit-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(3, 105, 161, var(--tw-placeholder-opacity));
}

.focus\:placeholder-lightBlue-700:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(3, 105, 161, var(--tw-placeholder-opacity));
}

.focus\:placeholder-lightBlue-700:focus:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(3, 105, 161, var(--tw-placeholder-opacity));
}

.focus\:placeholder-lightBlue-700:focus::-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(3, 105, 161, var(--tw-placeholder-opacity));
}

.focus\:placeholder-lightBlue-700:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(3, 105, 161, var(--tw-placeholder-opacity));
}

.focus\:placeholder-lightBlue-800:focus::-webkit-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(7, 89, 133, var(--tw-placeholder-opacity));
}

.focus\:placeholder-lightBlue-800:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(7, 89, 133, var(--tw-placeholder-opacity));
}

.focus\:placeholder-lightBlue-800:focus:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(7, 89, 133, var(--tw-placeholder-opacity));
}

.focus\:placeholder-lightBlue-800:focus::-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(7, 89, 133, var(--tw-placeholder-opacity));
}

.focus\:placeholder-lightBlue-800:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(7, 89, 133, var(--tw-placeholder-opacity));
}

.focus\:placeholder-lightBlue-900:focus::-webkit-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(12, 74, 110, var(--tw-placeholder-opacity));
}

.focus\:placeholder-lightBlue-900:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(12, 74, 110, var(--tw-placeholder-opacity));
}

.focus\:placeholder-lightBlue-900:focus:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(12, 74, 110, var(--tw-placeholder-opacity));
}

.focus\:placeholder-lightBlue-900:focus::-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(12, 74, 110, var(--tw-placeholder-opacity));
}

.focus\:placeholder-lightBlue-900:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(12, 74, 110, var(--tw-placeholder-opacity));
}

.focus\:placeholder-cyan-50:focus::-webkit-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(236, 254, 255, var(--tw-placeholder-opacity));
}

.focus\:placeholder-cyan-50:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(236, 254, 255, var(--tw-placeholder-opacity));
}

.focus\:placeholder-cyan-50:focus:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(236, 254, 255, var(--tw-placeholder-opacity));
}

.focus\:placeholder-cyan-50:focus::-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(236, 254, 255, var(--tw-placeholder-opacity));
}

.focus\:placeholder-cyan-50:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(236, 254, 255, var(--tw-placeholder-opacity));
}

.focus\:placeholder-cyan-100:focus::-webkit-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(207, 250, 254, var(--tw-placeholder-opacity));
}

.focus\:placeholder-cyan-100:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(207, 250, 254, var(--tw-placeholder-opacity));
}

.focus\:placeholder-cyan-100:focus:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(207, 250, 254, var(--tw-placeholder-opacity));
}

.focus\:placeholder-cyan-100:focus::-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(207, 250, 254, var(--tw-placeholder-opacity));
}

.focus\:placeholder-cyan-100:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(207, 250, 254, var(--tw-placeholder-opacity));
}

.focus\:placeholder-cyan-200:focus::-webkit-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(165, 243, 252, var(--tw-placeholder-opacity));
}

.focus\:placeholder-cyan-200:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(165, 243, 252, var(--tw-placeholder-opacity));
}

.focus\:placeholder-cyan-200:focus:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(165, 243, 252, var(--tw-placeholder-opacity));
}

.focus\:placeholder-cyan-200:focus::-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(165, 243, 252, var(--tw-placeholder-opacity));
}

.focus\:placeholder-cyan-200:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(165, 243, 252, var(--tw-placeholder-opacity));
}

.focus\:placeholder-cyan-300:focus::-webkit-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(103, 232, 249, var(--tw-placeholder-opacity));
}

.focus\:placeholder-cyan-300:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(103, 232, 249, var(--tw-placeholder-opacity));
}

.focus\:placeholder-cyan-300:focus:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(103, 232, 249, var(--tw-placeholder-opacity));
}

.focus\:placeholder-cyan-300:focus::-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(103, 232, 249, var(--tw-placeholder-opacity));
}

.focus\:placeholder-cyan-300:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(103, 232, 249, var(--tw-placeholder-opacity));
}

.focus\:placeholder-cyan-400:focus::-webkit-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(34, 211, 238, var(--tw-placeholder-opacity));
}

.focus\:placeholder-cyan-400:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(34, 211, 238, var(--tw-placeholder-opacity));
}

.focus\:placeholder-cyan-400:focus:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(34, 211, 238, var(--tw-placeholder-opacity));
}

.focus\:placeholder-cyan-400:focus::-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(34, 211, 238, var(--tw-placeholder-opacity));
}

.focus\:placeholder-cyan-400:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(34, 211, 238, var(--tw-placeholder-opacity));
}

.focus\:placeholder-cyan-500:focus::-webkit-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(6, 182, 212, var(--tw-placeholder-opacity));
}

.focus\:placeholder-cyan-500:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(6, 182, 212, var(--tw-placeholder-opacity));
}

.focus\:placeholder-cyan-500:focus:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(6, 182, 212, var(--tw-placeholder-opacity));
}

.focus\:placeholder-cyan-500:focus::-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(6, 182, 212, var(--tw-placeholder-opacity));
}

.focus\:placeholder-cyan-500:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(6, 182, 212, var(--tw-placeholder-opacity));
}

.focus\:placeholder-cyan-600:focus::-webkit-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(8, 145, 178, var(--tw-placeholder-opacity));
}

.focus\:placeholder-cyan-600:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(8, 145, 178, var(--tw-placeholder-opacity));
}

.focus\:placeholder-cyan-600:focus:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(8, 145, 178, var(--tw-placeholder-opacity));
}

.focus\:placeholder-cyan-600:focus::-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(8, 145, 178, var(--tw-placeholder-opacity));
}

.focus\:placeholder-cyan-600:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(8, 145, 178, var(--tw-placeholder-opacity));
}

.focus\:placeholder-cyan-700:focus::-webkit-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(14, 116, 144, var(--tw-placeholder-opacity));
}

.focus\:placeholder-cyan-700:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(14, 116, 144, var(--tw-placeholder-opacity));
}

.focus\:placeholder-cyan-700:focus:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(14, 116, 144, var(--tw-placeholder-opacity));
}

.focus\:placeholder-cyan-700:focus::-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(14, 116, 144, var(--tw-placeholder-opacity));
}

.focus\:placeholder-cyan-700:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(14, 116, 144, var(--tw-placeholder-opacity));
}

.focus\:placeholder-cyan-800:focus::-webkit-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(21, 94, 117, var(--tw-placeholder-opacity));
}

.focus\:placeholder-cyan-800:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(21, 94, 117, var(--tw-placeholder-opacity));
}

.focus\:placeholder-cyan-800:focus:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(21, 94, 117, var(--tw-placeholder-opacity));
}

.focus\:placeholder-cyan-800:focus::-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(21, 94, 117, var(--tw-placeholder-opacity));
}

.focus\:placeholder-cyan-800:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(21, 94, 117, var(--tw-placeholder-opacity));
}

.focus\:placeholder-cyan-900:focus::-webkit-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(22, 78, 99, var(--tw-placeholder-opacity));
}

.focus\:placeholder-cyan-900:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(22, 78, 99, var(--tw-placeholder-opacity));
}

.focus\:placeholder-cyan-900:focus:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(22, 78, 99, var(--tw-placeholder-opacity));
}

.focus\:placeholder-cyan-900:focus::-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(22, 78, 99, var(--tw-placeholder-opacity));
}

.focus\:placeholder-cyan-900:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(22, 78, 99, var(--tw-placeholder-opacity));
}

.focus\:placeholder-teal-50:focus::-webkit-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(240, 253, 250, var(--tw-placeholder-opacity));
}

.focus\:placeholder-teal-50:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(240, 253, 250, var(--tw-placeholder-opacity));
}

.focus\:placeholder-teal-50:focus:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(240, 253, 250, var(--tw-placeholder-opacity));
}

.focus\:placeholder-teal-50:focus::-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(240, 253, 250, var(--tw-placeholder-opacity));
}

.focus\:placeholder-teal-50:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(240, 253, 250, var(--tw-placeholder-opacity));
}

.focus\:placeholder-teal-100:focus::-webkit-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(204, 251, 241, var(--tw-placeholder-opacity));
}

.focus\:placeholder-teal-100:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(204, 251, 241, var(--tw-placeholder-opacity));
}

.focus\:placeholder-teal-100:focus:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(204, 251, 241, var(--tw-placeholder-opacity));
}

.focus\:placeholder-teal-100:focus::-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(204, 251, 241, var(--tw-placeholder-opacity));
}

.focus\:placeholder-teal-100:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(204, 251, 241, var(--tw-placeholder-opacity));
}

.focus\:placeholder-teal-200:focus::-webkit-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(153, 246, 228, var(--tw-placeholder-opacity));
}

.focus\:placeholder-teal-200:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(153, 246, 228, var(--tw-placeholder-opacity));
}

.focus\:placeholder-teal-200:focus:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(153, 246, 228, var(--tw-placeholder-opacity));
}

.focus\:placeholder-teal-200:focus::-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(153, 246, 228, var(--tw-placeholder-opacity));
}

.focus\:placeholder-teal-200:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(153, 246, 228, var(--tw-placeholder-opacity));
}

.focus\:placeholder-teal-300:focus::-webkit-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(94, 234, 212, var(--tw-placeholder-opacity));
}

.focus\:placeholder-teal-300:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(94, 234, 212, var(--tw-placeholder-opacity));
}

.focus\:placeholder-teal-300:focus:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(94, 234, 212, var(--tw-placeholder-opacity));
}

.focus\:placeholder-teal-300:focus::-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(94, 234, 212, var(--tw-placeholder-opacity));
}

.focus\:placeholder-teal-300:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(94, 234, 212, var(--tw-placeholder-opacity));
}

.focus\:placeholder-teal-400:focus::-webkit-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(45, 212, 191, var(--tw-placeholder-opacity));
}

.focus\:placeholder-teal-400:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(45, 212, 191, var(--tw-placeholder-opacity));
}

.focus\:placeholder-teal-400:focus:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(45, 212, 191, var(--tw-placeholder-opacity));
}

.focus\:placeholder-teal-400:focus::-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(45, 212, 191, var(--tw-placeholder-opacity));
}

.focus\:placeholder-teal-400:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(45, 212, 191, var(--tw-placeholder-opacity));
}

.focus\:placeholder-teal-500:focus::-webkit-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(20, 184, 166, var(--tw-placeholder-opacity));
}

.focus\:placeholder-teal-500:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(20, 184, 166, var(--tw-placeholder-opacity));
}

.focus\:placeholder-teal-500:focus:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(20, 184, 166, var(--tw-placeholder-opacity));
}

.focus\:placeholder-teal-500:focus::-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(20, 184, 166, var(--tw-placeholder-opacity));
}

.focus\:placeholder-teal-500:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(20, 184, 166, var(--tw-placeholder-opacity));
}

.focus\:placeholder-teal-600:focus::-webkit-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(13, 148, 136, var(--tw-placeholder-opacity));
}

.focus\:placeholder-teal-600:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(13, 148, 136, var(--tw-placeholder-opacity));
}

.focus\:placeholder-teal-600:focus:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(13, 148, 136, var(--tw-placeholder-opacity));
}

.focus\:placeholder-teal-600:focus::-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(13, 148, 136, var(--tw-placeholder-opacity));
}

.focus\:placeholder-teal-600:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(13, 148, 136, var(--tw-placeholder-opacity));
}

.focus\:placeholder-teal-700:focus::-webkit-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(15, 118, 110, var(--tw-placeholder-opacity));
}

.focus\:placeholder-teal-700:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(15, 118, 110, var(--tw-placeholder-opacity));
}

.focus\:placeholder-teal-700:focus:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(15, 118, 110, var(--tw-placeholder-opacity));
}

.focus\:placeholder-teal-700:focus::-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(15, 118, 110, var(--tw-placeholder-opacity));
}

.focus\:placeholder-teal-700:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(15, 118, 110, var(--tw-placeholder-opacity));
}

.focus\:placeholder-teal-800:focus::-webkit-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(17, 94, 89, var(--tw-placeholder-opacity));
}

.focus\:placeholder-teal-800:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(17, 94, 89, var(--tw-placeholder-opacity));
}

.focus\:placeholder-teal-800:focus:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(17, 94, 89, var(--tw-placeholder-opacity));
}

.focus\:placeholder-teal-800:focus::-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(17, 94, 89, var(--tw-placeholder-opacity));
}

.focus\:placeholder-teal-800:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(17, 94, 89, var(--tw-placeholder-opacity));
}

.focus\:placeholder-teal-900:focus::-webkit-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(19, 78, 74, var(--tw-placeholder-opacity));
}

.focus\:placeholder-teal-900:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(19, 78, 74, var(--tw-placeholder-opacity));
}

.focus\:placeholder-teal-900:focus:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(19, 78, 74, var(--tw-placeholder-opacity));
}

.focus\:placeholder-teal-900:focus::-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(19, 78, 74, var(--tw-placeholder-opacity));
}

.focus\:placeholder-teal-900:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(19, 78, 74, var(--tw-placeholder-opacity));
}

.focus\:placeholder-emerald-50:focus::-webkit-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(236, 253, 245, var(--tw-placeholder-opacity));
}

.focus\:placeholder-emerald-50:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(236, 253, 245, var(--tw-placeholder-opacity));
}

.focus\:placeholder-emerald-50:focus:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(236, 253, 245, var(--tw-placeholder-opacity));
}

.focus\:placeholder-emerald-50:focus::-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(236, 253, 245, var(--tw-placeholder-opacity));
}

.focus\:placeholder-emerald-50:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(236, 253, 245, var(--tw-placeholder-opacity));
}

.focus\:placeholder-emerald-100:focus::-webkit-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(209, 250, 229, var(--tw-placeholder-opacity));
}

.focus\:placeholder-emerald-100:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(209, 250, 229, var(--tw-placeholder-opacity));
}

.focus\:placeholder-emerald-100:focus:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(209, 250, 229, var(--tw-placeholder-opacity));
}

.focus\:placeholder-emerald-100:focus::-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(209, 250, 229, var(--tw-placeholder-opacity));
}

.focus\:placeholder-emerald-100:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(209, 250, 229, var(--tw-placeholder-opacity));
}

.focus\:placeholder-emerald-200:focus::-webkit-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(167, 243, 208, var(--tw-placeholder-opacity));
}

.focus\:placeholder-emerald-200:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(167, 243, 208, var(--tw-placeholder-opacity));
}

.focus\:placeholder-emerald-200:focus:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(167, 243, 208, var(--tw-placeholder-opacity));
}

.focus\:placeholder-emerald-200:focus::-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(167, 243, 208, var(--tw-placeholder-opacity));
}

.focus\:placeholder-emerald-200:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(167, 243, 208, var(--tw-placeholder-opacity));
}

.focus\:placeholder-emerald-300:focus::-webkit-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(110, 231, 183, var(--tw-placeholder-opacity));
}

.focus\:placeholder-emerald-300:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(110, 231, 183, var(--tw-placeholder-opacity));
}

.focus\:placeholder-emerald-300:focus:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(110, 231, 183, var(--tw-placeholder-opacity));
}

.focus\:placeholder-emerald-300:focus::-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(110, 231, 183, var(--tw-placeholder-opacity));
}

.focus\:placeholder-emerald-300:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(110, 231, 183, var(--tw-placeholder-opacity));
}

.focus\:placeholder-emerald-400:focus::-webkit-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(52, 211, 153, var(--tw-placeholder-opacity));
}

.focus\:placeholder-emerald-400:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(52, 211, 153, var(--tw-placeholder-opacity));
}

.focus\:placeholder-emerald-400:focus:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(52, 211, 153, var(--tw-placeholder-opacity));
}

.focus\:placeholder-emerald-400:focus::-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(52, 211, 153, var(--tw-placeholder-opacity));
}

.focus\:placeholder-emerald-400:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(52, 211, 153, var(--tw-placeholder-opacity));
}

.focus\:placeholder-emerald-500:focus::-webkit-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(16, 185, 129, var(--tw-placeholder-opacity));
}

.focus\:placeholder-emerald-500:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(16, 185, 129, var(--tw-placeholder-opacity));
}

.focus\:placeholder-emerald-500:focus:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(16, 185, 129, var(--tw-placeholder-opacity));
}

.focus\:placeholder-emerald-500:focus::-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(16, 185, 129, var(--tw-placeholder-opacity));
}

.focus\:placeholder-emerald-500:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(16, 185, 129, var(--tw-placeholder-opacity));
}

.focus\:placeholder-emerald-600:focus::-webkit-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(5, 150, 105, var(--tw-placeholder-opacity));
}

.focus\:placeholder-emerald-600:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(5, 150, 105, var(--tw-placeholder-opacity));
}

.focus\:placeholder-emerald-600:focus:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(5, 150, 105, var(--tw-placeholder-opacity));
}

.focus\:placeholder-emerald-600:focus::-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(5, 150, 105, var(--tw-placeholder-opacity));
}

.focus\:placeholder-emerald-600:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(5, 150, 105, var(--tw-placeholder-opacity));
}

.focus\:placeholder-emerald-700:focus::-webkit-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(4, 120, 87, var(--tw-placeholder-opacity));
}

.focus\:placeholder-emerald-700:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(4, 120, 87, var(--tw-placeholder-opacity));
}

.focus\:placeholder-emerald-700:focus:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(4, 120, 87, var(--tw-placeholder-opacity));
}

.focus\:placeholder-emerald-700:focus::-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(4, 120, 87, var(--tw-placeholder-opacity));
}

.focus\:placeholder-emerald-700:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(4, 120, 87, var(--tw-placeholder-opacity));
}

.focus\:placeholder-emerald-800:focus::-webkit-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(6, 95, 70, var(--tw-placeholder-opacity));
}

.focus\:placeholder-emerald-800:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(6, 95, 70, var(--tw-placeholder-opacity));
}

.focus\:placeholder-emerald-800:focus:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(6, 95, 70, var(--tw-placeholder-opacity));
}

.focus\:placeholder-emerald-800:focus::-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(6, 95, 70, var(--tw-placeholder-opacity));
}

.focus\:placeholder-emerald-800:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(6, 95, 70, var(--tw-placeholder-opacity));
}

.focus\:placeholder-emerald-900:focus::-webkit-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(6, 78, 59, var(--tw-placeholder-opacity));
}

.focus\:placeholder-emerald-900:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(6, 78, 59, var(--tw-placeholder-opacity));
}

.focus\:placeholder-emerald-900:focus:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(6, 78, 59, var(--tw-placeholder-opacity));
}

.focus\:placeholder-emerald-900:focus::-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(6, 78, 59, var(--tw-placeholder-opacity));
}

.focus\:placeholder-emerald-900:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(6, 78, 59, var(--tw-placeholder-opacity));
}

.focus\:placeholder-green-50:focus::-webkit-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(240, 253, 244, var(--tw-placeholder-opacity));
}

.focus\:placeholder-green-50:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(240, 253, 244, var(--tw-placeholder-opacity));
}

.focus\:placeholder-green-50:focus:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(240, 253, 244, var(--tw-placeholder-opacity));
}

.focus\:placeholder-green-50:focus::-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(240, 253, 244, var(--tw-placeholder-opacity));
}

.focus\:placeholder-green-50:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(240, 253, 244, var(--tw-placeholder-opacity));
}

.focus\:placeholder-green-100:focus::-webkit-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(220, 252, 231, var(--tw-placeholder-opacity));
}

.focus\:placeholder-green-100:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(220, 252, 231, var(--tw-placeholder-opacity));
}

.focus\:placeholder-green-100:focus:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(220, 252, 231, var(--tw-placeholder-opacity));
}

.focus\:placeholder-green-100:focus::-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(220, 252, 231, var(--tw-placeholder-opacity));
}

.focus\:placeholder-green-100:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(220, 252, 231, var(--tw-placeholder-opacity));
}

.focus\:placeholder-green-200:focus::-webkit-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(187, 247, 208, var(--tw-placeholder-opacity));
}

.focus\:placeholder-green-200:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(187, 247, 208, var(--tw-placeholder-opacity));
}

.focus\:placeholder-green-200:focus:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(187, 247, 208, var(--tw-placeholder-opacity));
}

.focus\:placeholder-green-200:focus::-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(187, 247, 208, var(--tw-placeholder-opacity));
}

.focus\:placeholder-green-200:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(187, 247, 208, var(--tw-placeholder-opacity));
}

.focus\:placeholder-green-300:focus::-webkit-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(134, 239, 172, var(--tw-placeholder-opacity));
}

.focus\:placeholder-green-300:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(134, 239, 172, var(--tw-placeholder-opacity));
}

.focus\:placeholder-green-300:focus:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(134, 239, 172, var(--tw-placeholder-opacity));
}

.focus\:placeholder-green-300:focus::-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(134, 239, 172, var(--tw-placeholder-opacity));
}

.focus\:placeholder-green-300:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(134, 239, 172, var(--tw-placeholder-opacity));
}

.focus\:placeholder-green-400:focus::-webkit-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(74, 222, 128, var(--tw-placeholder-opacity));
}

.focus\:placeholder-green-400:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(74, 222, 128, var(--tw-placeholder-opacity));
}

.focus\:placeholder-green-400:focus:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(74, 222, 128, var(--tw-placeholder-opacity));
}

.focus\:placeholder-green-400:focus::-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(74, 222, 128, var(--tw-placeholder-opacity));
}

.focus\:placeholder-green-400:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(74, 222, 128, var(--tw-placeholder-opacity));
}

.focus\:placeholder-green-500:focus::-webkit-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(34, 197, 94, var(--tw-placeholder-opacity));
}

.focus\:placeholder-green-500:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(34, 197, 94, var(--tw-placeholder-opacity));
}

.focus\:placeholder-green-500:focus:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(34, 197, 94, var(--tw-placeholder-opacity));
}

.focus\:placeholder-green-500:focus::-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(34, 197, 94, var(--tw-placeholder-opacity));
}

.focus\:placeholder-green-500:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(34, 197, 94, var(--tw-placeholder-opacity));
}

.focus\:placeholder-green-600:focus::-webkit-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(22, 163, 74, var(--tw-placeholder-opacity));
}

.focus\:placeholder-green-600:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(22, 163, 74, var(--tw-placeholder-opacity));
}

.focus\:placeholder-green-600:focus:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(22, 163, 74, var(--tw-placeholder-opacity));
}

.focus\:placeholder-green-600:focus::-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(22, 163, 74, var(--tw-placeholder-opacity));
}

.focus\:placeholder-green-600:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(22, 163, 74, var(--tw-placeholder-opacity));
}

.focus\:placeholder-green-700:focus::-webkit-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(21, 128, 61, var(--tw-placeholder-opacity));
}

.focus\:placeholder-green-700:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(21, 128, 61, var(--tw-placeholder-opacity));
}

.focus\:placeholder-green-700:focus:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(21, 128, 61, var(--tw-placeholder-opacity));
}

.focus\:placeholder-green-700:focus::-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(21, 128, 61, var(--tw-placeholder-opacity));
}

.focus\:placeholder-green-700:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(21, 128, 61, var(--tw-placeholder-opacity));
}

.focus\:placeholder-green-800:focus::-webkit-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(22, 101, 52, var(--tw-placeholder-opacity));
}

.focus\:placeholder-green-800:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(22, 101, 52, var(--tw-placeholder-opacity));
}

.focus\:placeholder-green-800:focus:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(22, 101, 52, var(--tw-placeholder-opacity));
}

.focus\:placeholder-green-800:focus::-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(22, 101, 52, var(--tw-placeholder-opacity));
}

.focus\:placeholder-green-800:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(22, 101, 52, var(--tw-placeholder-opacity));
}

.focus\:placeholder-green-900:focus::-webkit-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(20, 83, 45, var(--tw-placeholder-opacity));
}

.focus\:placeholder-green-900:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(20, 83, 45, var(--tw-placeholder-opacity));
}

.focus\:placeholder-green-900:focus:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(20, 83, 45, var(--tw-placeholder-opacity));
}

.focus\:placeholder-green-900:focus::-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(20, 83, 45, var(--tw-placeholder-opacity));
}

.focus\:placeholder-green-900:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(20, 83, 45, var(--tw-placeholder-opacity));
}

.focus\:placeholder-lime-50:focus::-webkit-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(247, 254, 231, var(--tw-placeholder-opacity));
}

.focus\:placeholder-lime-50:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(247, 254, 231, var(--tw-placeholder-opacity));
}

.focus\:placeholder-lime-50:focus:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(247, 254, 231, var(--tw-placeholder-opacity));
}

.focus\:placeholder-lime-50:focus::-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(247, 254, 231, var(--tw-placeholder-opacity));
}

.focus\:placeholder-lime-50:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(247, 254, 231, var(--tw-placeholder-opacity));
}

.focus\:placeholder-lime-100:focus::-webkit-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(236, 252, 203, var(--tw-placeholder-opacity));
}

.focus\:placeholder-lime-100:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(236, 252, 203, var(--tw-placeholder-opacity));
}

.focus\:placeholder-lime-100:focus:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(236, 252, 203, var(--tw-placeholder-opacity));
}

.focus\:placeholder-lime-100:focus::-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(236, 252, 203, var(--tw-placeholder-opacity));
}

.focus\:placeholder-lime-100:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(236, 252, 203, var(--tw-placeholder-opacity));
}

.focus\:placeholder-lime-200:focus::-webkit-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(217, 249, 157, var(--tw-placeholder-opacity));
}

.focus\:placeholder-lime-200:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(217, 249, 157, var(--tw-placeholder-opacity));
}

.focus\:placeholder-lime-200:focus:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(217, 249, 157, var(--tw-placeholder-opacity));
}

.focus\:placeholder-lime-200:focus::-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(217, 249, 157, var(--tw-placeholder-opacity));
}

.focus\:placeholder-lime-200:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(217, 249, 157, var(--tw-placeholder-opacity));
}

.focus\:placeholder-lime-300:focus::-webkit-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(190, 242, 100, var(--tw-placeholder-opacity));
}

.focus\:placeholder-lime-300:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(190, 242, 100, var(--tw-placeholder-opacity));
}

.focus\:placeholder-lime-300:focus:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(190, 242, 100, var(--tw-placeholder-opacity));
}

.focus\:placeholder-lime-300:focus::-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(190, 242, 100, var(--tw-placeholder-opacity));
}

.focus\:placeholder-lime-300:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(190, 242, 100, var(--tw-placeholder-opacity));
}

.focus\:placeholder-lime-400:focus::-webkit-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(163, 230, 53, var(--tw-placeholder-opacity));
}

.focus\:placeholder-lime-400:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(163, 230, 53, var(--tw-placeholder-opacity));
}

.focus\:placeholder-lime-400:focus:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(163, 230, 53, var(--tw-placeholder-opacity));
}

.focus\:placeholder-lime-400:focus::-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(163, 230, 53, var(--tw-placeholder-opacity));
}

.focus\:placeholder-lime-400:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(163, 230, 53, var(--tw-placeholder-opacity));
}

.focus\:placeholder-lime-500:focus::-webkit-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(132, 204, 22, var(--tw-placeholder-opacity));
}

.focus\:placeholder-lime-500:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(132, 204, 22, var(--tw-placeholder-opacity));
}

.focus\:placeholder-lime-500:focus:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(132, 204, 22, var(--tw-placeholder-opacity));
}

.focus\:placeholder-lime-500:focus::-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(132, 204, 22, var(--tw-placeholder-opacity));
}

.focus\:placeholder-lime-500:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(132, 204, 22, var(--tw-placeholder-opacity));
}

.focus\:placeholder-lime-600:focus::-webkit-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(101, 163, 13, var(--tw-placeholder-opacity));
}

.focus\:placeholder-lime-600:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(101, 163, 13, var(--tw-placeholder-opacity));
}

.focus\:placeholder-lime-600:focus:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(101, 163, 13, var(--tw-placeholder-opacity));
}

.focus\:placeholder-lime-600:focus::-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(101, 163, 13, var(--tw-placeholder-opacity));
}

.focus\:placeholder-lime-600:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(101, 163, 13, var(--tw-placeholder-opacity));
}

.focus\:placeholder-lime-700:focus::-webkit-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(77, 124, 15, var(--tw-placeholder-opacity));
}

.focus\:placeholder-lime-700:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(77, 124, 15, var(--tw-placeholder-opacity));
}

.focus\:placeholder-lime-700:focus:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(77, 124, 15, var(--tw-placeholder-opacity));
}

.focus\:placeholder-lime-700:focus::-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(77, 124, 15, var(--tw-placeholder-opacity));
}

.focus\:placeholder-lime-700:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(77, 124, 15, var(--tw-placeholder-opacity));
}

.focus\:placeholder-lime-800:focus::-webkit-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(63, 98, 18, var(--tw-placeholder-opacity));
}

.focus\:placeholder-lime-800:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(63, 98, 18, var(--tw-placeholder-opacity));
}

.focus\:placeholder-lime-800:focus:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(63, 98, 18, var(--tw-placeholder-opacity));
}

.focus\:placeholder-lime-800:focus::-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(63, 98, 18, var(--tw-placeholder-opacity));
}

.focus\:placeholder-lime-800:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(63, 98, 18, var(--tw-placeholder-opacity));
}

.focus\:placeholder-lime-900:focus::-webkit-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(54, 83, 20, var(--tw-placeholder-opacity));
}

.focus\:placeholder-lime-900:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(54, 83, 20, var(--tw-placeholder-opacity));
}

.focus\:placeholder-lime-900:focus:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(54, 83, 20, var(--tw-placeholder-opacity));
}

.focus\:placeholder-lime-900:focus::-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(54, 83, 20, var(--tw-placeholder-opacity));
}

.focus\:placeholder-lime-900:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(54, 83, 20, var(--tw-placeholder-opacity));
}

.focus\:placeholder-yellow-50:focus::-webkit-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(254, 252, 232, var(--tw-placeholder-opacity));
}

.focus\:placeholder-yellow-50:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(254, 252, 232, var(--tw-placeholder-opacity));
}

.focus\:placeholder-yellow-50:focus:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(254, 252, 232, var(--tw-placeholder-opacity));
}

.focus\:placeholder-yellow-50:focus::-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(254, 252, 232, var(--tw-placeholder-opacity));
}

.focus\:placeholder-yellow-50:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(254, 252, 232, var(--tw-placeholder-opacity));
}

.focus\:placeholder-yellow-100:focus::-webkit-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(254, 249, 195, var(--tw-placeholder-opacity));
}

.focus\:placeholder-yellow-100:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(254, 249, 195, var(--tw-placeholder-opacity));
}

.focus\:placeholder-yellow-100:focus:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(254, 249, 195, var(--tw-placeholder-opacity));
}

.focus\:placeholder-yellow-100:focus::-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(254, 249, 195, var(--tw-placeholder-opacity));
}

.focus\:placeholder-yellow-100:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(254, 249, 195, var(--tw-placeholder-opacity));
}

.focus\:placeholder-yellow-200:focus::-webkit-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(254, 240, 138, var(--tw-placeholder-opacity));
}

.focus\:placeholder-yellow-200:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(254, 240, 138, var(--tw-placeholder-opacity));
}

.focus\:placeholder-yellow-200:focus:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(254, 240, 138, var(--tw-placeholder-opacity));
}

.focus\:placeholder-yellow-200:focus::-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(254, 240, 138, var(--tw-placeholder-opacity));
}

.focus\:placeholder-yellow-200:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(254, 240, 138, var(--tw-placeholder-opacity));
}

.focus\:placeholder-yellow-300:focus::-webkit-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(253, 224, 71, var(--tw-placeholder-opacity));
}

.focus\:placeholder-yellow-300:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(253, 224, 71, var(--tw-placeholder-opacity));
}

.focus\:placeholder-yellow-300:focus:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(253, 224, 71, var(--tw-placeholder-opacity));
}

.focus\:placeholder-yellow-300:focus::-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(253, 224, 71, var(--tw-placeholder-opacity));
}

.focus\:placeholder-yellow-300:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(253, 224, 71, var(--tw-placeholder-opacity));
}

.focus\:placeholder-yellow-400:focus::-webkit-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(250, 204, 21, var(--tw-placeholder-opacity));
}

.focus\:placeholder-yellow-400:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(250, 204, 21, var(--tw-placeholder-opacity));
}

.focus\:placeholder-yellow-400:focus:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(250, 204, 21, var(--tw-placeholder-opacity));
}

.focus\:placeholder-yellow-400:focus::-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(250, 204, 21, var(--tw-placeholder-opacity));
}

.focus\:placeholder-yellow-400:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(250, 204, 21, var(--tw-placeholder-opacity));
}

.focus\:placeholder-yellow-500:focus::-webkit-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(234, 179, 8, var(--tw-placeholder-opacity));
}

.focus\:placeholder-yellow-500:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(234, 179, 8, var(--tw-placeholder-opacity));
}

.focus\:placeholder-yellow-500:focus:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(234, 179, 8, var(--tw-placeholder-opacity));
}

.focus\:placeholder-yellow-500:focus::-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(234, 179, 8, var(--tw-placeholder-opacity));
}

.focus\:placeholder-yellow-500:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(234, 179, 8, var(--tw-placeholder-opacity));
}

.focus\:placeholder-yellow-600:focus::-webkit-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(202, 138, 4, var(--tw-placeholder-opacity));
}

.focus\:placeholder-yellow-600:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(202, 138, 4, var(--tw-placeholder-opacity));
}

.focus\:placeholder-yellow-600:focus:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(202, 138, 4, var(--tw-placeholder-opacity));
}

.focus\:placeholder-yellow-600:focus::-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(202, 138, 4, var(--tw-placeholder-opacity));
}

.focus\:placeholder-yellow-600:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(202, 138, 4, var(--tw-placeholder-opacity));
}

.focus\:placeholder-yellow-700:focus::-webkit-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(161, 98, 7, var(--tw-placeholder-opacity));
}

.focus\:placeholder-yellow-700:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(161, 98, 7, var(--tw-placeholder-opacity));
}

.focus\:placeholder-yellow-700:focus:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(161, 98, 7, var(--tw-placeholder-opacity));
}

.focus\:placeholder-yellow-700:focus::-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(161, 98, 7, var(--tw-placeholder-opacity));
}

.focus\:placeholder-yellow-700:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(161, 98, 7, var(--tw-placeholder-opacity));
}

.focus\:placeholder-yellow-800:focus::-webkit-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(133, 77, 14, var(--tw-placeholder-opacity));
}

.focus\:placeholder-yellow-800:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(133, 77, 14, var(--tw-placeholder-opacity));
}

.focus\:placeholder-yellow-800:focus:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(133, 77, 14, var(--tw-placeholder-opacity));
}

.focus\:placeholder-yellow-800:focus::-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(133, 77, 14, var(--tw-placeholder-opacity));
}

.focus\:placeholder-yellow-800:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(133, 77, 14, var(--tw-placeholder-opacity));
}

.focus\:placeholder-yellow-900:focus::-webkit-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(113, 63, 18, var(--tw-placeholder-opacity));
}

.focus\:placeholder-yellow-900:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(113, 63, 18, var(--tw-placeholder-opacity));
}

.focus\:placeholder-yellow-900:focus:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(113, 63, 18, var(--tw-placeholder-opacity));
}

.focus\:placeholder-yellow-900:focus::-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(113, 63, 18, var(--tw-placeholder-opacity));
}

.focus\:placeholder-yellow-900:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(113, 63, 18, var(--tw-placeholder-opacity));
}

.focus\:placeholder-amber-50:focus::-webkit-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(255, 251, 235, var(--tw-placeholder-opacity));
}

.focus\:placeholder-amber-50:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(255, 251, 235, var(--tw-placeholder-opacity));
}

.focus\:placeholder-amber-50:focus:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(255, 251, 235, var(--tw-placeholder-opacity));
}

.focus\:placeholder-amber-50:focus::-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(255, 251, 235, var(--tw-placeholder-opacity));
}

.focus\:placeholder-amber-50:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(255, 251, 235, var(--tw-placeholder-opacity));
}

.focus\:placeholder-amber-100:focus::-webkit-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(254, 243, 199, var(--tw-placeholder-opacity));
}

.focus\:placeholder-amber-100:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(254, 243, 199, var(--tw-placeholder-opacity));
}

.focus\:placeholder-amber-100:focus:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(254, 243, 199, var(--tw-placeholder-opacity));
}

.focus\:placeholder-amber-100:focus::-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(254, 243, 199, var(--tw-placeholder-opacity));
}

.focus\:placeholder-amber-100:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(254, 243, 199, var(--tw-placeholder-opacity));
}

.focus\:placeholder-amber-200:focus::-webkit-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(253, 230, 138, var(--tw-placeholder-opacity));
}

.focus\:placeholder-amber-200:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(253, 230, 138, var(--tw-placeholder-opacity));
}

.focus\:placeholder-amber-200:focus:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(253, 230, 138, var(--tw-placeholder-opacity));
}

.focus\:placeholder-amber-200:focus::-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(253, 230, 138, var(--tw-placeholder-opacity));
}

.focus\:placeholder-amber-200:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(253, 230, 138, var(--tw-placeholder-opacity));
}

.focus\:placeholder-amber-300:focus::-webkit-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(252, 211, 77, var(--tw-placeholder-opacity));
}

.focus\:placeholder-amber-300:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(252, 211, 77, var(--tw-placeholder-opacity));
}

.focus\:placeholder-amber-300:focus:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(252, 211, 77, var(--tw-placeholder-opacity));
}

.focus\:placeholder-amber-300:focus::-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(252, 211, 77, var(--tw-placeholder-opacity));
}

.focus\:placeholder-amber-300:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(252, 211, 77, var(--tw-placeholder-opacity));
}

.focus\:placeholder-amber-400:focus::-webkit-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(251, 191, 36, var(--tw-placeholder-opacity));
}

.focus\:placeholder-amber-400:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(251, 191, 36, var(--tw-placeholder-opacity));
}

.focus\:placeholder-amber-400:focus:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(251, 191, 36, var(--tw-placeholder-opacity));
}

.focus\:placeholder-amber-400:focus::-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(251, 191, 36, var(--tw-placeholder-opacity));
}

.focus\:placeholder-amber-400:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(251, 191, 36, var(--tw-placeholder-opacity));
}

.focus\:placeholder-amber-500:focus::-webkit-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(245, 158, 11, var(--tw-placeholder-opacity));
}

.focus\:placeholder-amber-500:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(245, 158, 11, var(--tw-placeholder-opacity));
}

.focus\:placeholder-amber-500:focus:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(245, 158, 11, var(--tw-placeholder-opacity));
}

.focus\:placeholder-amber-500:focus::-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(245, 158, 11, var(--tw-placeholder-opacity));
}

.focus\:placeholder-amber-500:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(245, 158, 11, var(--tw-placeholder-opacity));
}

.focus\:placeholder-amber-600:focus::-webkit-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(217, 119, 6, var(--tw-placeholder-opacity));
}

.focus\:placeholder-amber-600:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(217, 119, 6, var(--tw-placeholder-opacity));
}

.focus\:placeholder-amber-600:focus:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(217, 119, 6, var(--tw-placeholder-opacity));
}

.focus\:placeholder-amber-600:focus::-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(217, 119, 6, var(--tw-placeholder-opacity));
}

.focus\:placeholder-amber-600:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(217, 119, 6, var(--tw-placeholder-opacity));
}

.focus\:placeholder-amber-700:focus::-webkit-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(180, 83, 9, var(--tw-placeholder-opacity));
}

.focus\:placeholder-amber-700:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(180, 83, 9, var(--tw-placeholder-opacity));
}

.focus\:placeholder-amber-700:focus:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(180, 83, 9, var(--tw-placeholder-opacity));
}

.focus\:placeholder-amber-700:focus::-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(180, 83, 9, var(--tw-placeholder-opacity));
}

.focus\:placeholder-amber-700:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(180, 83, 9, var(--tw-placeholder-opacity));
}

.focus\:placeholder-amber-800:focus::-webkit-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(146, 64, 14, var(--tw-placeholder-opacity));
}

.focus\:placeholder-amber-800:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(146, 64, 14, var(--tw-placeholder-opacity));
}

.focus\:placeholder-amber-800:focus:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(146, 64, 14, var(--tw-placeholder-opacity));
}

.focus\:placeholder-amber-800:focus::-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(146, 64, 14, var(--tw-placeholder-opacity));
}

.focus\:placeholder-amber-800:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(146, 64, 14, var(--tw-placeholder-opacity));
}

.focus\:placeholder-amber-900:focus::-webkit-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(120, 53, 15, var(--tw-placeholder-opacity));
}

.focus\:placeholder-amber-900:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(120, 53, 15, var(--tw-placeholder-opacity));
}

.focus\:placeholder-amber-900:focus:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(120, 53, 15, var(--tw-placeholder-opacity));
}

.focus\:placeholder-amber-900:focus::-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(120, 53, 15, var(--tw-placeholder-opacity));
}

.focus\:placeholder-amber-900:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(120, 53, 15, var(--tw-placeholder-opacity));
}

.focus\:placeholder-orange-50:focus::-webkit-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(255, 247, 237, var(--tw-placeholder-opacity));
}

.focus\:placeholder-orange-50:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(255, 247, 237, var(--tw-placeholder-opacity));
}

.focus\:placeholder-orange-50:focus:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(255, 247, 237, var(--tw-placeholder-opacity));
}

.focus\:placeholder-orange-50:focus::-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(255, 247, 237, var(--tw-placeholder-opacity));
}

.focus\:placeholder-orange-50:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(255, 247, 237, var(--tw-placeholder-opacity));
}

.focus\:placeholder-orange-100:focus::-webkit-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(255, 237, 213, var(--tw-placeholder-opacity));
}

.focus\:placeholder-orange-100:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(255, 237, 213, var(--tw-placeholder-opacity));
}

.focus\:placeholder-orange-100:focus:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(255, 237, 213, var(--tw-placeholder-opacity));
}

.focus\:placeholder-orange-100:focus::-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(255, 237, 213, var(--tw-placeholder-opacity));
}

.focus\:placeholder-orange-100:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(255, 237, 213, var(--tw-placeholder-opacity));
}

.focus\:placeholder-orange-200:focus::-webkit-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(254, 215, 170, var(--tw-placeholder-opacity));
}

.focus\:placeholder-orange-200:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(254, 215, 170, var(--tw-placeholder-opacity));
}

.focus\:placeholder-orange-200:focus:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(254, 215, 170, var(--tw-placeholder-opacity));
}

.focus\:placeholder-orange-200:focus::-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(254, 215, 170, var(--tw-placeholder-opacity));
}

.focus\:placeholder-orange-200:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(254, 215, 170, var(--tw-placeholder-opacity));
}

.focus\:placeholder-orange-300:focus::-webkit-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(253, 186, 116, var(--tw-placeholder-opacity));
}

.focus\:placeholder-orange-300:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(253, 186, 116, var(--tw-placeholder-opacity));
}

.focus\:placeholder-orange-300:focus:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(253, 186, 116, var(--tw-placeholder-opacity));
}

.focus\:placeholder-orange-300:focus::-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(253, 186, 116, var(--tw-placeholder-opacity));
}

.focus\:placeholder-orange-300:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(253, 186, 116, var(--tw-placeholder-opacity));
}

.focus\:placeholder-orange-400:focus::-webkit-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(251, 146, 60, var(--tw-placeholder-opacity));
}

.focus\:placeholder-orange-400:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(251, 146, 60, var(--tw-placeholder-opacity));
}

.focus\:placeholder-orange-400:focus:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(251, 146, 60, var(--tw-placeholder-opacity));
}

.focus\:placeholder-orange-400:focus::-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(251, 146, 60, var(--tw-placeholder-opacity));
}

.focus\:placeholder-orange-400:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(251, 146, 60, var(--tw-placeholder-opacity));
}

.focus\:placeholder-orange-500:focus::-webkit-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(249, 115, 22, var(--tw-placeholder-opacity));
}

.focus\:placeholder-orange-500:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(249, 115, 22, var(--tw-placeholder-opacity));
}

.focus\:placeholder-orange-500:focus:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(249, 115, 22, var(--tw-placeholder-opacity));
}

.focus\:placeholder-orange-500:focus::-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(249, 115, 22, var(--tw-placeholder-opacity));
}

.focus\:placeholder-orange-500:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(249, 115, 22, var(--tw-placeholder-opacity));
}

.focus\:placeholder-orange-600:focus::-webkit-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(234, 88, 12, var(--tw-placeholder-opacity));
}

.focus\:placeholder-orange-600:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(234, 88, 12, var(--tw-placeholder-opacity));
}

.focus\:placeholder-orange-600:focus:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(234, 88, 12, var(--tw-placeholder-opacity));
}

.focus\:placeholder-orange-600:focus::-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(234, 88, 12, var(--tw-placeholder-opacity));
}

.focus\:placeholder-orange-600:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(234, 88, 12, var(--tw-placeholder-opacity));
}

.focus\:placeholder-orange-700:focus::-webkit-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(194, 65, 12, var(--tw-placeholder-opacity));
}

.focus\:placeholder-orange-700:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(194, 65, 12, var(--tw-placeholder-opacity));
}

.focus\:placeholder-orange-700:focus:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(194, 65, 12, var(--tw-placeholder-opacity));
}

.focus\:placeholder-orange-700:focus::-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(194, 65, 12, var(--tw-placeholder-opacity));
}

.focus\:placeholder-orange-700:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(194, 65, 12, var(--tw-placeholder-opacity));
}

.focus\:placeholder-orange-800:focus::-webkit-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(154, 52, 18, var(--tw-placeholder-opacity));
}

.focus\:placeholder-orange-800:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(154, 52, 18, var(--tw-placeholder-opacity));
}

.focus\:placeholder-orange-800:focus:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(154, 52, 18, var(--tw-placeholder-opacity));
}

.focus\:placeholder-orange-800:focus::-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(154, 52, 18, var(--tw-placeholder-opacity));
}

.focus\:placeholder-orange-800:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(154, 52, 18, var(--tw-placeholder-opacity));
}

.focus\:placeholder-orange-900:focus::-webkit-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(124, 45, 18, var(--tw-placeholder-opacity));
}

.focus\:placeholder-orange-900:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(124, 45, 18, var(--tw-placeholder-opacity));
}

.focus\:placeholder-orange-900:focus:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(124, 45, 18, var(--tw-placeholder-opacity));
}

.focus\:placeholder-orange-900:focus::-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(124, 45, 18, var(--tw-placeholder-opacity));
}

.focus\:placeholder-orange-900:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(124, 45, 18, var(--tw-placeholder-opacity));
}

.focus\:placeholder-red-50:focus::-webkit-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(254, 242, 242, var(--tw-placeholder-opacity));
}

.focus\:placeholder-red-50:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(254, 242, 242, var(--tw-placeholder-opacity));
}

.focus\:placeholder-red-50:focus:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(254, 242, 242, var(--tw-placeholder-opacity));
}

.focus\:placeholder-red-50:focus::-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(254, 242, 242, var(--tw-placeholder-opacity));
}

.focus\:placeholder-red-50:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(254, 242, 242, var(--tw-placeholder-opacity));
}

.focus\:placeholder-red-100:focus::-webkit-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(254, 226, 226, var(--tw-placeholder-opacity));
}

.focus\:placeholder-red-100:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(254, 226, 226, var(--tw-placeholder-opacity));
}

.focus\:placeholder-red-100:focus:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(254, 226, 226, var(--tw-placeholder-opacity));
}

.focus\:placeholder-red-100:focus::-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(254, 226, 226, var(--tw-placeholder-opacity));
}

.focus\:placeholder-red-100:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(254, 226, 226, var(--tw-placeholder-opacity));
}

.focus\:placeholder-red-200:focus::-webkit-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(254, 202, 202, var(--tw-placeholder-opacity));
}

.focus\:placeholder-red-200:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(254, 202, 202, var(--tw-placeholder-opacity));
}

.focus\:placeholder-red-200:focus:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(254, 202, 202, var(--tw-placeholder-opacity));
}

.focus\:placeholder-red-200:focus::-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(254, 202, 202, var(--tw-placeholder-opacity));
}

.focus\:placeholder-red-200:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(254, 202, 202, var(--tw-placeholder-opacity));
}

.focus\:placeholder-red-300:focus::-webkit-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(252, 165, 165, var(--tw-placeholder-opacity));
}

.focus\:placeholder-red-300:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(252, 165, 165, var(--tw-placeholder-opacity));
}

.focus\:placeholder-red-300:focus:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(252, 165, 165, var(--tw-placeholder-opacity));
}

.focus\:placeholder-red-300:focus::-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(252, 165, 165, var(--tw-placeholder-opacity));
}

.focus\:placeholder-red-300:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(252, 165, 165, var(--tw-placeholder-opacity));
}

.focus\:placeholder-red-400:focus::-webkit-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(248, 113, 113, var(--tw-placeholder-opacity));
}

.focus\:placeholder-red-400:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(248, 113, 113, var(--tw-placeholder-opacity));
}

.focus\:placeholder-red-400:focus:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(248, 113, 113, var(--tw-placeholder-opacity));
}

.focus\:placeholder-red-400:focus::-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(248, 113, 113, var(--tw-placeholder-opacity));
}

.focus\:placeholder-red-400:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(248, 113, 113, var(--tw-placeholder-opacity));
}

.focus\:placeholder-red-500:focus::-webkit-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(239, 68, 68, var(--tw-placeholder-opacity));
}

.focus\:placeholder-red-500:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(239, 68, 68, var(--tw-placeholder-opacity));
}

.focus\:placeholder-red-500:focus:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(239, 68, 68, var(--tw-placeholder-opacity));
}

.focus\:placeholder-red-500:focus::-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(239, 68, 68, var(--tw-placeholder-opacity));
}

.focus\:placeholder-red-500:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(239, 68, 68, var(--tw-placeholder-opacity));
}

.focus\:placeholder-red-600:focus::-webkit-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(220, 38, 38, var(--tw-placeholder-opacity));
}

.focus\:placeholder-red-600:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(220, 38, 38, var(--tw-placeholder-opacity));
}

.focus\:placeholder-red-600:focus:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(220, 38, 38, var(--tw-placeholder-opacity));
}

.focus\:placeholder-red-600:focus::-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(220, 38, 38, var(--tw-placeholder-opacity));
}

.focus\:placeholder-red-600:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(220, 38, 38, var(--tw-placeholder-opacity));
}

.focus\:placeholder-red-700:focus::-webkit-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(185, 28, 28, var(--tw-placeholder-opacity));
}

.focus\:placeholder-red-700:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(185, 28, 28, var(--tw-placeholder-opacity));
}

.focus\:placeholder-red-700:focus:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(185, 28, 28, var(--tw-placeholder-opacity));
}

.focus\:placeholder-red-700:focus::-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(185, 28, 28, var(--tw-placeholder-opacity));
}

.focus\:placeholder-red-700:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(185, 28, 28, var(--tw-placeholder-opacity));
}

.focus\:placeholder-red-800:focus::-webkit-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(153, 27, 27, var(--tw-placeholder-opacity));
}

.focus\:placeholder-red-800:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(153, 27, 27, var(--tw-placeholder-opacity));
}

.focus\:placeholder-red-800:focus:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(153, 27, 27, var(--tw-placeholder-opacity));
}

.focus\:placeholder-red-800:focus::-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(153, 27, 27, var(--tw-placeholder-opacity));
}

.focus\:placeholder-red-800:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(153, 27, 27, var(--tw-placeholder-opacity));
}

.focus\:placeholder-red-900:focus::-webkit-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(127, 29, 29, var(--tw-placeholder-opacity));
}

.focus\:placeholder-red-900:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(127, 29, 29, var(--tw-placeholder-opacity));
}

.focus\:placeholder-red-900:focus:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(127, 29, 29, var(--tw-placeholder-opacity));
}

.focus\:placeholder-red-900:focus::-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(127, 29, 29, var(--tw-placeholder-opacity));
}

.focus\:placeholder-red-900:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(127, 29, 29, var(--tw-placeholder-opacity));
}

.focus\:placeholder-warmGray-50:focus::-webkit-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(250, 250, 249, var(--tw-placeholder-opacity));
}

.focus\:placeholder-warmGray-50:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(250, 250, 249, var(--tw-placeholder-opacity));
}

.focus\:placeholder-warmGray-50:focus:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(250, 250, 249, var(--tw-placeholder-opacity));
}

.focus\:placeholder-warmGray-50:focus::-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(250, 250, 249, var(--tw-placeholder-opacity));
}

.focus\:placeholder-warmGray-50:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(250, 250, 249, var(--tw-placeholder-opacity));
}

.focus\:placeholder-warmGray-100:focus::-webkit-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(245, 245, 244, var(--tw-placeholder-opacity));
}

.focus\:placeholder-warmGray-100:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(245, 245, 244, var(--tw-placeholder-opacity));
}

.focus\:placeholder-warmGray-100:focus:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(245, 245, 244, var(--tw-placeholder-opacity));
}

.focus\:placeholder-warmGray-100:focus::-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(245, 245, 244, var(--tw-placeholder-opacity));
}

.focus\:placeholder-warmGray-100:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(245, 245, 244, var(--tw-placeholder-opacity));
}

.focus\:placeholder-warmGray-200:focus::-webkit-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(231, 229, 228, var(--tw-placeholder-opacity));
}

.focus\:placeholder-warmGray-200:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(231, 229, 228, var(--tw-placeholder-opacity));
}

.focus\:placeholder-warmGray-200:focus:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(231, 229, 228, var(--tw-placeholder-opacity));
}

.focus\:placeholder-warmGray-200:focus::-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(231, 229, 228, var(--tw-placeholder-opacity));
}

.focus\:placeholder-warmGray-200:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(231, 229, 228, var(--tw-placeholder-opacity));
}

.focus\:placeholder-warmGray-300:focus::-webkit-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(214, 211, 209, var(--tw-placeholder-opacity));
}

.focus\:placeholder-warmGray-300:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(214, 211, 209, var(--tw-placeholder-opacity));
}

.focus\:placeholder-warmGray-300:focus:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(214, 211, 209, var(--tw-placeholder-opacity));
}

.focus\:placeholder-warmGray-300:focus::-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(214, 211, 209, var(--tw-placeholder-opacity));
}

.focus\:placeholder-warmGray-300:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(214, 211, 209, var(--tw-placeholder-opacity));
}

.focus\:placeholder-warmGray-400:focus::-webkit-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(168, 162, 158, var(--tw-placeholder-opacity));
}

.focus\:placeholder-warmGray-400:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(168, 162, 158, var(--tw-placeholder-opacity));
}

.focus\:placeholder-warmGray-400:focus:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(168, 162, 158, var(--tw-placeholder-opacity));
}

.focus\:placeholder-warmGray-400:focus::-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(168, 162, 158, var(--tw-placeholder-opacity));
}

.focus\:placeholder-warmGray-400:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(168, 162, 158, var(--tw-placeholder-opacity));
}

.focus\:placeholder-warmGray-500:focus::-webkit-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(120, 113, 108, var(--tw-placeholder-opacity));
}

.focus\:placeholder-warmGray-500:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(120, 113, 108, var(--tw-placeholder-opacity));
}

.focus\:placeholder-warmGray-500:focus:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(120, 113, 108, var(--tw-placeholder-opacity));
}

.focus\:placeholder-warmGray-500:focus::-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(120, 113, 108, var(--tw-placeholder-opacity));
}

.focus\:placeholder-warmGray-500:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(120, 113, 108, var(--tw-placeholder-opacity));
}

.focus\:placeholder-warmGray-600:focus::-webkit-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(87, 83, 78, var(--tw-placeholder-opacity));
}

.focus\:placeholder-warmGray-600:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(87, 83, 78, var(--tw-placeholder-opacity));
}

.focus\:placeholder-warmGray-600:focus:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(87, 83, 78, var(--tw-placeholder-opacity));
}

.focus\:placeholder-warmGray-600:focus::-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(87, 83, 78, var(--tw-placeholder-opacity));
}

.focus\:placeholder-warmGray-600:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(87, 83, 78, var(--tw-placeholder-opacity));
}

.focus\:placeholder-warmGray-700:focus::-webkit-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(68, 64, 60, var(--tw-placeholder-opacity));
}

.focus\:placeholder-warmGray-700:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(68, 64, 60, var(--tw-placeholder-opacity));
}

.focus\:placeholder-warmGray-700:focus:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(68, 64, 60, var(--tw-placeholder-opacity));
}

.focus\:placeholder-warmGray-700:focus::-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(68, 64, 60, var(--tw-placeholder-opacity));
}

.focus\:placeholder-warmGray-700:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(68, 64, 60, var(--tw-placeholder-opacity));
}

.focus\:placeholder-warmGray-800:focus::-webkit-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(41, 37, 36, var(--tw-placeholder-opacity));
}

.focus\:placeholder-warmGray-800:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(41, 37, 36, var(--tw-placeholder-opacity));
}

.focus\:placeholder-warmGray-800:focus:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(41, 37, 36, var(--tw-placeholder-opacity));
}

.focus\:placeholder-warmGray-800:focus::-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(41, 37, 36, var(--tw-placeholder-opacity));
}

.focus\:placeholder-warmGray-800:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(41, 37, 36, var(--tw-placeholder-opacity));
}

.focus\:placeholder-warmGray-900:focus::-webkit-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(28, 25, 23, var(--tw-placeholder-opacity));
}

.focus\:placeholder-warmGray-900:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(28, 25, 23, var(--tw-placeholder-opacity));
}

.focus\:placeholder-warmGray-900:focus:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(28, 25, 23, var(--tw-placeholder-opacity));
}

.focus\:placeholder-warmGray-900:focus::-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(28, 25, 23, var(--tw-placeholder-opacity));
}

.focus\:placeholder-warmGray-900:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(28, 25, 23, var(--tw-placeholder-opacity));
}

.focus\:placeholder-trueGray-50:focus::-webkit-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(250, 250, 250, var(--tw-placeholder-opacity));
}

.focus\:placeholder-trueGray-50:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(250, 250, 250, var(--tw-placeholder-opacity));
}

.focus\:placeholder-trueGray-50:focus:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(250, 250, 250, var(--tw-placeholder-opacity));
}

.focus\:placeholder-trueGray-50:focus::-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(250, 250, 250, var(--tw-placeholder-opacity));
}

.focus\:placeholder-trueGray-50:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(250, 250, 250, var(--tw-placeholder-opacity));
}

.focus\:placeholder-trueGray-100:focus::-webkit-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(245, 245, 245, var(--tw-placeholder-opacity));
}

.focus\:placeholder-trueGray-100:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(245, 245, 245, var(--tw-placeholder-opacity));
}

.focus\:placeholder-trueGray-100:focus:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(245, 245, 245, var(--tw-placeholder-opacity));
}

.focus\:placeholder-trueGray-100:focus::-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(245, 245, 245, var(--tw-placeholder-opacity));
}

.focus\:placeholder-trueGray-100:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(245, 245, 245, var(--tw-placeholder-opacity));
}

.focus\:placeholder-trueGray-200:focus::-webkit-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(229, 229, 229, var(--tw-placeholder-opacity));
}

.focus\:placeholder-trueGray-200:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(229, 229, 229, var(--tw-placeholder-opacity));
}

.focus\:placeholder-trueGray-200:focus:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(229, 229, 229, var(--tw-placeholder-opacity));
}

.focus\:placeholder-trueGray-200:focus::-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(229, 229, 229, var(--tw-placeholder-opacity));
}

.focus\:placeholder-trueGray-200:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(229, 229, 229, var(--tw-placeholder-opacity));
}

.focus\:placeholder-trueGray-300:focus::-webkit-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(212, 212, 212, var(--tw-placeholder-opacity));
}

.focus\:placeholder-trueGray-300:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(212, 212, 212, var(--tw-placeholder-opacity));
}

.focus\:placeholder-trueGray-300:focus:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(212, 212, 212, var(--tw-placeholder-opacity));
}

.focus\:placeholder-trueGray-300:focus::-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(212, 212, 212, var(--tw-placeholder-opacity));
}

.focus\:placeholder-trueGray-300:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(212, 212, 212, var(--tw-placeholder-opacity));
}

.focus\:placeholder-trueGray-400:focus::-webkit-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(163, 163, 163, var(--tw-placeholder-opacity));
}

.focus\:placeholder-trueGray-400:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(163, 163, 163, var(--tw-placeholder-opacity));
}

.focus\:placeholder-trueGray-400:focus:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(163, 163, 163, var(--tw-placeholder-opacity));
}

.focus\:placeholder-trueGray-400:focus::-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(163, 163, 163, var(--tw-placeholder-opacity));
}

.focus\:placeholder-trueGray-400:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(163, 163, 163, var(--tw-placeholder-opacity));
}

.focus\:placeholder-trueGray-500:focus::-webkit-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(115, 115, 115, var(--tw-placeholder-opacity));
}

.focus\:placeholder-trueGray-500:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(115, 115, 115, var(--tw-placeholder-opacity));
}

.focus\:placeholder-trueGray-500:focus:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(115, 115, 115, var(--tw-placeholder-opacity));
}

.focus\:placeholder-trueGray-500:focus::-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(115, 115, 115, var(--tw-placeholder-opacity));
}

.focus\:placeholder-trueGray-500:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(115, 115, 115, var(--tw-placeholder-opacity));
}

.focus\:placeholder-trueGray-600:focus::-webkit-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(82, 82, 82, var(--tw-placeholder-opacity));
}

.focus\:placeholder-trueGray-600:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(82, 82, 82, var(--tw-placeholder-opacity));
}

.focus\:placeholder-trueGray-600:focus:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(82, 82, 82, var(--tw-placeholder-opacity));
}

.focus\:placeholder-trueGray-600:focus::-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(82, 82, 82, var(--tw-placeholder-opacity));
}

.focus\:placeholder-trueGray-600:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(82, 82, 82, var(--tw-placeholder-opacity));
}

.focus\:placeholder-trueGray-700:focus::-webkit-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(64, 64, 64, var(--tw-placeholder-opacity));
}

.focus\:placeholder-trueGray-700:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(64, 64, 64, var(--tw-placeholder-opacity));
}

.focus\:placeholder-trueGray-700:focus:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(64, 64, 64, var(--tw-placeholder-opacity));
}

.focus\:placeholder-trueGray-700:focus::-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(64, 64, 64, var(--tw-placeholder-opacity));
}

.focus\:placeholder-trueGray-700:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(64, 64, 64, var(--tw-placeholder-opacity));
}

.focus\:placeholder-trueGray-800:focus::-webkit-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(38, 38, 38, var(--tw-placeholder-opacity));
}

.focus\:placeholder-trueGray-800:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(38, 38, 38, var(--tw-placeholder-opacity));
}

.focus\:placeholder-trueGray-800:focus:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(38, 38, 38, var(--tw-placeholder-opacity));
}

.focus\:placeholder-trueGray-800:focus::-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(38, 38, 38, var(--tw-placeholder-opacity));
}

.focus\:placeholder-trueGray-800:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(38, 38, 38, var(--tw-placeholder-opacity));
}

.focus\:placeholder-trueGray-900:focus::-webkit-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(23, 23, 23, var(--tw-placeholder-opacity));
}

.focus\:placeholder-trueGray-900:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(23, 23, 23, var(--tw-placeholder-opacity));
}

.focus\:placeholder-trueGray-900:focus:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(23, 23, 23, var(--tw-placeholder-opacity));
}

.focus\:placeholder-trueGray-900:focus::-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(23, 23, 23, var(--tw-placeholder-opacity));
}

.focus\:placeholder-trueGray-900:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(23, 23, 23, var(--tw-placeholder-opacity));
}

.focus\:placeholder-gray-50:focus::-webkit-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(250, 250, 250, var(--tw-placeholder-opacity));
}

.focus\:placeholder-gray-50:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(250, 250, 250, var(--tw-placeholder-opacity));
}

.focus\:placeholder-gray-50:focus:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(250, 250, 250, var(--tw-placeholder-opacity));
}

.focus\:placeholder-gray-50:focus::-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(250, 250, 250, var(--tw-placeholder-opacity));
}

.focus\:placeholder-gray-50:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(250, 250, 250, var(--tw-placeholder-opacity));
}

.focus\:placeholder-gray-100:focus::-webkit-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(244, 244, 245, var(--tw-placeholder-opacity));
}

.focus\:placeholder-gray-100:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(244, 244, 245, var(--tw-placeholder-opacity));
}

.focus\:placeholder-gray-100:focus:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(244, 244, 245, var(--tw-placeholder-opacity));
}

.focus\:placeholder-gray-100:focus::-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(244, 244, 245, var(--tw-placeholder-opacity));
}

.focus\:placeholder-gray-100:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(244, 244, 245, var(--tw-placeholder-opacity));
}

.focus\:placeholder-gray-200:focus::-webkit-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(228, 228, 231, var(--tw-placeholder-opacity));
}

.focus\:placeholder-gray-200:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(228, 228, 231, var(--tw-placeholder-opacity));
}

.focus\:placeholder-gray-200:focus:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(228, 228, 231, var(--tw-placeholder-opacity));
}

.focus\:placeholder-gray-200:focus::-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(228, 228, 231, var(--tw-placeholder-opacity));
}

.focus\:placeholder-gray-200:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(228, 228, 231, var(--tw-placeholder-opacity));
}

.focus\:placeholder-gray-300:focus::-webkit-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(212, 212, 216, var(--tw-placeholder-opacity));
}

.focus\:placeholder-gray-300:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(212, 212, 216, var(--tw-placeholder-opacity));
}

.focus\:placeholder-gray-300:focus:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(212, 212, 216, var(--tw-placeholder-opacity));
}

.focus\:placeholder-gray-300:focus::-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(212, 212, 216, var(--tw-placeholder-opacity));
}

.focus\:placeholder-gray-300:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(212, 212, 216, var(--tw-placeholder-opacity));
}

.focus\:placeholder-gray-400:focus::-webkit-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(161, 161, 170, var(--tw-placeholder-opacity));
}

.focus\:placeholder-gray-400:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(161, 161, 170, var(--tw-placeholder-opacity));
}

.focus\:placeholder-gray-400:focus:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(161, 161, 170, var(--tw-placeholder-opacity));
}

.focus\:placeholder-gray-400:focus::-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(161, 161, 170, var(--tw-placeholder-opacity));
}

.focus\:placeholder-gray-400:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(161, 161, 170, var(--tw-placeholder-opacity));
}

.focus\:placeholder-gray-500:focus::-webkit-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(113, 113, 122, var(--tw-placeholder-opacity));
}

.focus\:placeholder-gray-500:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(113, 113, 122, var(--tw-placeholder-opacity));
}

.focus\:placeholder-gray-500:focus:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(113, 113, 122, var(--tw-placeholder-opacity));
}

.focus\:placeholder-gray-500:focus::-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(113, 113, 122, var(--tw-placeholder-opacity));
}

.focus\:placeholder-gray-500:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(113, 113, 122, var(--tw-placeholder-opacity));
}

.focus\:placeholder-gray-600:focus::-webkit-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(82, 82, 91, var(--tw-placeholder-opacity));
}

.focus\:placeholder-gray-600:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(82, 82, 91, var(--tw-placeholder-opacity));
}

.focus\:placeholder-gray-600:focus:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(82, 82, 91, var(--tw-placeholder-opacity));
}

.focus\:placeholder-gray-600:focus::-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(82, 82, 91, var(--tw-placeholder-opacity));
}

.focus\:placeholder-gray-600:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(82, 82, 91, var(--tw-placeholder-opacity));
}

.focus\:placeholder-gray-700:focus::-webkit-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(63, 63, 70, var(--tw-placeholder-opacity));
}

.focus\:placeholder-gray-700:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(63, 63, 70, var(--tw-placeholder-opacity));
}

.focus\:placeholder-gray-700:focus:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(63, 63, 70, var(--tw-placeholder-opacity));
}

.focus\:placeholder-gray-700:focus::-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(63, 63, 70, var(--tw-placeholder-opacity));
}

.focus\:placeholder-gray-700:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(63, 63, 70, var(--tw-placeholder-opacity));
}

.focus\:placeholder-gray-800:focus::-webkit-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(39, 39, 42, var(--tw-placeholder-opacity));
}

.focus\:placeholder-gray-800:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(39, 39, 42, var(--tw-placeholder-opacity));
}

.focus\:placeholder-gray-800:focus:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(39, 39, 42, var(--tw-placeholder-opacity));
}

.focus\:placeholder-gray-800:focus::-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(39, 39, 42, var(--tw-placeholder-opacity));
}

.focus\:placeholder-gray-800:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(39, 39, 42, var(--tw-placeholder-opacity));
}

.focus\:placeholder-gray-900:focus::-webkit-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(24, 24, 27, var(--tw-placeholder-opacity));
}

.focus\:placeholder-gray-900:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(24, 24, 27, var(--tw-placeholder-opacity));
}

.focus\:placeholder-gray-900:focus:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(24, 24, 27, var(--tw-placeholder-opacity));
}

.focus\:placeholder-gray-900:focus::-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(24, 24, 27, var(--tw-placeholder-opacity));
}

.focus\:placeholder-gray-900:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(24, 24, 27, var(--tw-placeholder-opacity));
}

.focus\:placeholder-coolGray-50:focus::-webkit-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(249, 250, 251, var(--tw-placeholder-opacity));
}

.focus\:placeholder-coolGray-50:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(249, 250, 251, var(--tw-placeholder-opacity));
}

.focus\:placeholder-coolGray-50:focus:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(249, 250, 251, var(--tw-placeholder-opacity));
}

.focus\:placeholder-coolGray-50:focus::-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(249, 250, 251, var(--tw-placeholder-opacity));
}

.focus\:placeholder-coolGray-50:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(249, 250, 251, var(--tw-placeholder-opacity));
}

.focus\:placeholder-coolGray-100:focus::-webkit-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(243, 244, 246, var(--tw-placeholder-opacity));
}

.focus\:placeholder-coolGray-100:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(243, 244, 246, var(--tw-placeholder-opacity));
}

.focus\:placeholder-coolGray-100:focus:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(243, 244, 246, var(--tw-placeholder-opacity));
}

.focus\:placeholder-coolGray-100:focus::-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(243, 244, 246, var(--tw-placeholder-opacity));
}

.focus\:placeholder-coolGray-100:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(243, 244, 246, var(--tw-placeholder-opacity));
}

.focus\:placeholder-coolGray-200:focus::-webkit-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(229, 231, 235, var(--tw-placeholder-opacity));
}

.focus\:placeholder-coolGray-200:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(229, 231, 235, var(--tw-placeholder-opacity));
}

.focus\:placeholder-coolGray-200:focus:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(229, 231, 235, var(--tw-placeholder-opacity));
}

.focus\:placeholder-coolGray-200:focus::-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(229, 231, 235, var(--tw-placeholder-opacity));
}

.focus\:placeholder-coolGray-200:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(229, 231, 235, var(--tw-placeholder-opacity));
}

.focus\:placeholder-coolGray-300:focus::-webkit-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(209, 213, 219, var(--tw-placeholder-opacity));
}

.focus\:placeholder-coolGray-300:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(209, 213, 219, var(--tw-placeholder-opacity));
}

.focus\:placeholder-coolGray-300:focus:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(209, 213, 219, var(--tw-placeholder-opacity));
}

.focus\:placeholder-coolGray-300:focus::-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(209, 213, 219, var(--tw-placeholder-opacity));
}

.focus\:placeholder-coolGray-300:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(209, 213, 219, var(--tw-placeholder-opacity));
}

.focus\:placeholder-coolGray-400:focus::-webkit-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(156, 163, 175, var(--tw-placeholder-opacity));
}

.focus\:placeholder-coolGray-400:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(156, 163, 175, var(--tw-placeholder-opacity));
}

.focus\:placeholder-coolGray-400:focus:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(156, 163, 175, var(--tw-placeholder-opacity));
}

.focus\:placeholder-coolGray-400:focus::-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(156, 163, 175, var(--tw-placeholder-opacity));
}

.focus\:placeholder-coolGray-400:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(156, 163, 175, var(--tw-placeholder-opacity));
}

.focus\:placeholder-coolGray-500:focus::-webkit-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(107, 114, 128, var(--tw-placeholder-opacity));
}

.focus\:placeholder-coolGray-500:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(107, 114, 128, var(--tw-placeholder-opacity));
}

.focus\:placeholder-coolGray-500:focus:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(107, 114, 128, var(--tw-placeholder-opacity));
}

.focus\:placeholder-coolGray-500:focus::-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(107, 114, 128, var(--tw-placeholder-opacity));
}

.focus\:placeholder-coolGray-500:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(107, 114, 128, var(--tw-placeholder-opacity));
}

.focus\:placeholder-coolGray-600:focus::-webkit-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(75, 85, 99, var(--tw-placeholder-opacity));
}

.focus\:placeholder-coolGray-600:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(75, 85, 99, var(--tw-placeholder-opacity));
}

.focus\:placeholder-coolGray-600:focus:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(75, 85, 99, var(--tw-placeholder-opacity));
}

.focus\:placeholder-coolGray-600:focus::-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(75, 85, 99, var(--tw-placeholder-opacity));
}

.focus\:placeholder-coolGray-600:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(75, 85, 99, var(--tw-placeholder-opacity));
}

.focus\:placeholder-coolGray-700:focus::-webkit-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(55, 65, 81, var(--tw-placeholder-opacity));
}

.focus\:placeholder-coolGray-700:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(55, 65, 81, var(--tw-placeholder-opacity));
}

.focus\:placeholder-coolGray-700:focus:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(55, 65, 81, var(--tw-placeholder-opacity));
}

.focus\:placeholder-coolGray-700:focus::-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(55, 65, 81, var(--tw-placeholder-opacity));
}

.focus\:placeholder-coolGray-700:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(55, 65, 81, var(--tw-placeholder-opacity));
}

.focus\:placeholder-coolGray-800:focus::-webkit-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(31, 41, 55, var(--tw-placeholder-opacity));
}

.focus\:placeholder-coolGray-800:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(31, 41, 55, var(--tw-placeholder-opacity));
}

.focus\:placeholder-coolGray-800:focus:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(31, 41, 55, var(--tw-placeholder-opacity));
}

.focus\:placeholder-coolGray-800:focus::-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(31, 41, 55, var(--tw-placeholder-opacity));
}

.focus\:placeholder-coolGray-800:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(31, 41, 55, var(--tw-placeholder-opacity));
}

.focus\:placeholder-coolGray-900:focus::-webkit-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(17, 24, 39, var(--tw-placeholder-opacity));
}

.focus\:placeholder-coolGray-900:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(17, 24, 39, var(--tw-placeholder-opacity));
}

.focus\:placeholder-coolGray-900:focus:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(17, 24, 39, var(--tw-placeholder-opacity));
}

.focus\:placeholder-coolGray-900:focus::-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(17, 24, 39, var(--tw-placeholder-opacity));
}

.focus\:placeholder-coolGray-900:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(17, 24, 39, var(--tw-placeholder-opacity));
}

.focus\:placeholder-blueGray-50:focus::-webkit-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(248, 250, 252, var(--tw-placeholder-opacity));
}

.focus\:placeholder-blueGray-50:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(248, 250, 252, var(--tw-placeholder-opacity));
}

.focus\:placeholder-blueGray-50:focus:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(248, 250, 252, var(--tw-placeholder-opacity));
}

.focus\:placeholder-blueGray-50:focus::-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(248, 250, 252, var(--tw-placeholder-opacity));
}

.focus\:placeholder-blueGray-50:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(248, 250, 252, var(--tw-placeholder-opacity));
}

.focus\:placeholder-blueGray-100:focus::-webkit-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(241, 245, 249, var(--tw-placeholder-opacity));
}

.focus\:placeholder-blueGray-100:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(241, 245, 249, var(--tw-placeholder-opacity));
}

.focus\:placeholder-blueGray-100:focus:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(241, 245, 249, var(--tw-placeholder-opacity));
}

.focus\:placeholder-blueGray-100:focus::-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(241, 245, 249, var(--tw-placeholder-opacity));
}

.focus\:placeholder-blueGray-100:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(241, 245, 249, var(--tw-placeholder-opacity));
}

.focus\:placeholder-blueGray-200:focus::-webkit-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(226, 232, 240, var(--tw-placeholder-opacity));
}

.focus\:placeholder-blueGray-200:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(226, 232, 240, var(--tw-placeholder-opacity));
}

.focus\:placeholder-blueGray-200:focus:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(226, 232, 240, var(--tw-placeholder-opacity));
}

.focus\:placeholder-blueGray-200:focus::-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(226, 232, 240, var(--tw-placeholder-opacity));
}

.focus\:placeholder-blueGray-200:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(226, 232, 240, var(--tw-placeholder-opacity));
}

.focus\:placeholder-blueGray-300:focus::-webkit-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(203, 213, 225, var(--tw-placeholder-opacity));
}

.focus\:placeholder-blueGray-300:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(203, 213, 225, var(--tw-placeholder-opacity));
}

.focus\:placeholder-blueGray-300:focus:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(203, 213, 225, var(--tw-placeholder-opacity));
}

.focus\:placeholder-blueGray-300:focus::-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(203, 213, 225, var(--tw-placeholder-opacity));
}

.focus\:placeholder-blueGray-300:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(203, 213, 225, var(--tw-placeholder-opacity));
}

.focus\:placeholder-blueGray-400:focus::-webkit-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(148, 163, 184, var(--tw-placeholder-opacity));
}

.focus\:placeholder-blueGray-400:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(148, 163, 184, var(--tw-placeholder-opacity));
}

.focus\:placeholder-blueGray-400:focus:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(148, 163, 184, var(--tw-placeholder-opacity));
}

.focus\:placeholder-blueGray-400:focus::-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(148, 163, 184, var(--tw-placeholder-opacity));
}

.focus\:placeholder-blueGray-400:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(148, 163, 184, var(--tw-placeholder-opacity));
}

.focus\:placeholder-blueGray-500:focus::-webkit-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(100, 116, 139, var(--tw-placeholder-opacity));
}

.focus\:placeholder-blueGray-500:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(100, 116, 139, var(--tw-placeholder-opacity));
}

.focus\:placeholder-blueGray-500:focus:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(100, 116, 139, var(--tw-placeholder-opacity));
}

.focus\:placeholder-blueGray-500:focus::-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(100, 116, 139, var(--tw-placeholder-opacity));
}

.focus\:placeholder-blueGray-500:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(100, 116, 139, var(--tw-placeholder-opacity));
}

.focus\:placeholder-blueGray-600:focus::-webkit-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(71, 85, 105, var(--tw-placeholder-opacity));
}

.focus\:placeholder-blueGray-600:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(71, 85, 105, var(--tw-placeholder-opacity));
}

.focus\:placeholder-blueGray-600:focus:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(71, 85, 105, var(--tw-placeholder-opacity));
}

.focus\:placeholder-blueGray-600:focus::-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(71, 85, 105, var(--tw-placeholder-opacity));
}

.focus\:placeholder-blueGray-600:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(71, 85, 105, var(--tw-placeholder-opacity));
}

.focus\:placeholder-blueGray-700:focus::-webkit-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(51, 65, 85, var(--tw-placeholder-opacity));
}

.focus\:placeholder-blueGray-700:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(51, 65, 85, var(--tw-placeholder-opacity));
}

.focus\:placeholder-blueGray-700:focus:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(51, 65, 85, var(--tw-placeholder-opacity));
}

.focus\:placeholder-blueGray-700:focus::-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(51, 65, 85, var(--tw-placeholder-opacity));
}

.focus\:placeholder-blueGray-700:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(51, 65, 85, var(--tw-placeholder-opacity));
}

.focus\:placeholder-blueGray-800:focus::-webkit-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(30, 41, 59, var(--tw-placeholder-opacity));
}

.focus\:placeholder-blueGray-800:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(30, 41, 59, var(--tw-placeholder-opacity));
}

.focus\:placeholder-blueGray-800:focus:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(30, 41, 59, var(--tw-placeholder-opacity));
}

.focus\:placeholder-blueGray-800:focus::-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(30, 41, 59, var(--tw-placeholder-opacity));
}

.focus\:placeholder-blueGray-800:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(30, 41, 59, var(--tw-placeholder-opacity));
}

.focus\:placeholder-blueGray-900:focus::-webkit-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(15, 23, 42, var(--tw-placeholder-opacity));
}

.focus\:placeholder-blueGray-900:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(15, 23, 42, var(--tw-placeholder-opacity));
}

.focus\:placeholder-blueGray-900:focus:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(15, 23, 42, var(--tw-placeholder-opacity));
}

.focus\:placeholder-blueGray-900:focus::-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(15, 23, 42, var(--tw-placeholder-opacity));
}

.focus\:placeholder-blueGray-900:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(15, 23, 42, var(--tw-placeholder-opacity));
}

.placeholder-opacity-0::-webkit-input-placeholder {
  --tw-placeholder-opacity: 0;
}

.placeholder-opacity-0::-moz-placeholder {
  --tw-placeholder-opacity: 0;
}

.placeholder-opacity-0:-ms-input-placeholder {
  --tw-placeholder-opacity: 0;
}

.placeholder-opacity-0::-ms-input-placeholder {
  --tw-placeholder-opacity: 0;
}

.placeholder-opacity-0::placeholder {
  --tw-placeholder-opacity: 0;
}

.placeholder-opacity-5::-webkit-input-placeholder {
  --tw-placeholder-opacity: 0.05;
}

.placeholder-opacity-5::-moz-placeholder {
  --tw-placeholder-opacity: 0.05;
}

.placeholder-opacity-5:-ms-input-placeholder {
  --tw-placeholder-opacity: 0.05;
}

.placeholder-opacity-5::-ms-input-placeholder {
  --tw-placeholder-opacity: 0.05;
}

.placeholder-opacity-5::placeholder {
  --tw-placeholder-opacity: 0.05;
}

.placeholder-opacity-10::-webkit-input-placeholder {
  --tw-placeholder-opacity: 0.1;
}

.placeholder-opacity-10::-moz-placeholder {
  --tw-placeholder-opacity: 0.1;
}

.placeholder-opacity-10:-ms-input-placeholder {
  --tw-placeholder-opacity: 0.1;
}

.placeholder-opacity-10::-ms-input-placeholder {
  --tw-placeholder-opacity: 0.1;
}

.placeholder-opacity-10::placeholder {
  --tw-placeholder-opacity: 0.1;
}

.placeholder-opacity-20::-webkit-input-placeholder {
  --tw-placeholder-opacity: 0.2;
}

.placeholder-opacity-20::-moz-placeholder {
  --tw-placeholder-opacity: 0.2;
}

.placeholder-opacity-20:-ms-input-placeholder {
  --tw-placeholder-opacity: 0.2;
}

.placeholder-opacity-20::-ms-input-placeholder {
  --tw-placeholder-opacity: 0.2;
}

.placeholder-opacity-20::placeholder {
  --tw-placeholder-opacity: 0.2;
}

.placeholder-opacity-25::-webkit-input-placeholder {
  --tw-placeholder-opacity: 0.25;
}

.placeholder-opacity-25::-moz-placeholder {
  --tw-placeholder-opacity: 0.25;
}

.placeholder-opacity-25:-ms-input-placeholder {
  --tw-placeholder-opacity: 0.25;
}

.placeholder-opacity-25::-ms-input-placeholder {
  --tw-placeholder-opacity: 0.25;
}

.placeholder-opacity-25::placeholder {
  --tw-placeholder-opacity: 0.25;
}

.placeholder-opacity-30::-webkit-input-placeholder {
  --tw-placeholder-opacity: 0.3;
}

.placeholder-opacity-30::-moz-placeholder {
  --tw-placeholder-opacity: 0.3;
}

.placeholder-opacity-30:-ms-input-placeholder {
  --tw-placeholder-opacity: 0.3;
}

.placeholder-opacity-30::-ms-input-placeholder {
  --tw-placeholder-opacity: 0.3;
}

.placeholder-opacity-30::placeholder {
  --tw-placeholder-opacity: 0.3;
}

.placeholder-opacity-40::-webkit-input-placeholder {
  --tw-placeholder-opacity: 0.4;
}

.placeholder-opacity-40::-moz-placeholder {
  --tw-placeholder-opacity: 0.4;
}

.placeholder-opacity-40:-ms-input-placeholder {
  --tw-placeholder-opacity: 0.4;
}

.placeholder-opacity-40::-ms-input-placeholder {
  --tw-placeholder-opacity: 0.4;
}

.placeholder-opacity-40::placeholder {
  --tw-placeholder-opacity: 0.4;
}

.placeholder-opacity-50::-webkit-input-placeholder {
  --tw-placeholder-opacity: 0.5;
}

.placeholder-opacity-50::-moz-placeholder {
  --tw-placeholder-opacity: 0.5;
}

.placeholder-opacity-50:-ms-input-placeholder {
  --tw-placeholder-opacity: 0.5;
}

.placeholder-opacity-50::-ms-input-placeholder {
  --tw-placeholder-opacity: 0.5;
}

.placeholder-opacity-50::placeholder {
  --tw-placeholder-opacity: 0.5;
}

.placeholder-opacity-60::-webkit-input-placeholder {
  --tw-placeholder-opacity: 0.6;
}

.placeholder-opacity-60::-moz-placeholder {
  --tw-placeholder-opacity: 0.6;
}

.placeholder-opacity-60:-ms-input-placeholder {
  --tw-placeholder-opacity: 0.6;
}

.placeholder-opacity-60::-ms-input-placeholder {
  --tw-placeholder-opacity: 0.6;
}

.placeholder-opacity-60::placeholder {
  --tw-placeholder-opacity: 0.6;
}

.placeholder-opacity-70::-webkit-input-placeholder {
  --tw-placeholder-opacity: 0.7;
}

.placeholder-opacity-70::-moz-placeholder {
  --tw-placeholder-opacity: 0.7;
}

.placeholder-opacity-70:-ms-input-placeholder {
  --tw-placeholder-opacity: 0.7;
}

.placeholder-opacity-70::-ms-input-placeholder {
  --tw-placeholder-opacity: 0.7;
}

.placeholder-opacity-70::placeholder {
  --tw-placeholder-opacity: 0.7;
}

.placeholder-opacity-75::-webkit-input-placeholder {
  --tw-placeholder-opacity: 0.75;
}

.placeholder-opacity-75::-moz-placeholder {
  --tw-placeholder-opacity: 0.75;
}

.placeholder-opacity-75:-ms-input-placeholder {
  --tw-placeholder-opacity: 0.75;
}

.placeholder-opacity-75::-ms-input-placeholder {
  --tw-placeholder-opacity: 0.75;
}

.placeholder-opacity-75::placeholder {
  --tw-placeholder-opacity: 0.75;
}

.placeholder-opacity-80::-webkit-input-placeholder {
  --tw-placeholder-opacity: 0.8;
}

.placeholder-opacity-80::-moz-placeholder {
  --tw-placeholder-opacity: 0.8;
}

.placeholder-opacity-80:-ms-input-placeholder {
  --tw-placeholder-opacity: 0.8;
}

.placeholder-opacity-80::-ms-input-placeholder {
  --tw-placeholder-opacity: 0.8;
}

.placeholder-opacity-80::placeholder {
  --tw-placeholder-opacity: 0.8;
}

.placeholder-opacity-90::-webkit-input-placeholder {
  --tw-placeholder-opacity: 0.9;
}

.placeholder-opacity-90::-moz-placeholder {
  --tw-placeholder-opacity: 0.9;
}

.placeholder-opacity-90:-ms-input-placeholder {
  --tw-placeholder-opacity: 0.9;
}

.placeholder-opacity-90::-ms-input-placeholder {
  --tw-placeholder-opacity: 0.9;
}

.placeholder-opacity-90::placeholder {
  --tw-placeholder-opacity: 0.9;
}

.placeholder-opacity-95::-webkit-input-placeholder {
  --tw-placeholder-opacity: 0.95;
}

.placeholder-opacity-95::-moz-placeholder {
  --tw-placeholder-opacity: 0.95;
}

.placeholder-opacity-95:-ms-input-placeholder {
  --tw-placeholder-opacity: 0.95;
}

.placeholder-opacity-95::-ms-input-placeholder {
  --tw-placeholder-opacity: 0.95;
}

.placeholder-opacity-95::placeholder {
  --tw-placeholder-opacity: 0.95;
}

.placeholder-opacity-100::-webkit-input-placeholder {
  --tw-placeholder-opacity: 1;
}

.placeholder-opacity-100::-moz-placeholder {
  --tw-placeholder-opacity: 1;
}

.placeholder-opacity-100:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
}

.placeholder-opacity-100::-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
}

.placeholder-opacity-100::placeholder {
  --tw-placeholder-opacity: 1;
}

.focus\:placeholder-opacity-0:focus::-webkit-input-placeholder {
  --tw-placeholder-opacity: 0;
}

.focus\:placeholder-opacity-0:focus::-moz-placeholder {
  --tw-placeholder-opacity: 0;
}

.focus\:placeholder-opacity-0:focus:-ms-input-placeholder {
  --tw-placeholder-opacity: 0;
}

.focus\:placeholder-opacity-0:focus::-ms-input-placeholder {
  --tw-placeholder-opacity: 0;
}

.focus\:placeholder-opacity-0:focus::placeholder {
  --tw-placeholder-opacity: 0;
}

.focus\:placeholder-opacity-5:focus::-webkit-input-placeholder {
  --tw-placeholder-opacity: 0.05;
}

.focus\:placeholder-opacity-5:focus::-moz-placeholder {
  --tw-placeholder-opacity: 0.05;
}

.focus\:placeholder-opacity-5:focus:-ms-input-placeholder {
  --tw-placeholder-opacity: 0.05;
}

.focus\:placeholder-opacity-5:focus::-ms-input-placeholder {
  --tw-placeholder-opacity: 0.05;
}

.focus\:placeholder-opacity-5:focus::placeholder {
  --tw-placeholder-opacity: 0.05;
}

.focus\:placeholder-opacity-10:focus::-webkit-input-placeholder {
  --tw-placeholder-opacity: 0.1;
}

.focus\:placeholder-opacity-10:focus::-moz-placeholder {
  --tw-placeholder-opacity: 0.1;
}

.focus\:placeholder-opacity-10:focus:-ms-input-placeholder {
  --tw-placeholder-opacity: 0.1;
}

.focus\:placeholder-opacity-10:focus::-ms-input-placeholder {
  --tw-placeholder-opacity: 0.1;
}

.focus\:placeholder-opacity-10:focus::placeholder {
  --tw-placeholder-opacity: 0.1;
}

.focus\:placeholder-opacity-20:focus::-webkit-input-placeholder {
  --tw-placeholder-opacity: 0.2;
}

.focus\:placeholder-opacity-20:focus::-moz-placeholder {
  --tw-placeholder-opacity: 0.2;
}

.focus\:placeholder-opacity-20:focus:-ms-input-placeholder {
  --tw-placeholder-opacity: 0.2;
}

.focus\:placeholder-opacity-20:focus::-ms-input-placeholder {
  --tw-placeholder-opacity: 0.2;
}

.focus\:placeholder-opacity-20:focus::placeholder {
  --tw-placeholder-opacity: 0.2;
}

.focus\:placeholder-opacity-25:focus::-webkit-input-placeholder {
  --tw-placeholder-opacity: 0.25;
}

.focus\:placeholder-opacity-25:focus::-moz-placeholder {
  --tw-placeholder-opacity: 0.25;
}

.focus\:placeholder-opacity-25:focus:-ms-input-placeholder {
  --tw-placeholder-opacity: 0.25;
}

.focus\:placeholder-opacity-25:focus::-ms-input-placeholder {
  --tw-placeholder-opacity: 0.25;
}

.focus\:placeholder-opacity-25:focus::placeholder {
  --tw-placeholder-opacity: 0.25;
}

.focus\:placeholder-opacity-30:focus::-webkit-input-placeholder {
  --tw-placeholder-opacity: 0.3;
}

.focus\:placeholder-opacity-30:focus::-moz-placeholder {
  --tw-placeholder-opacity: 0.3;
}

.focus\:placeholder-opacity-30:focus:-ms-input-placeholder {
  --tw-placeholder-opacity: 0.3;
}

.focus\:placeholder-opacity-30:focus::-ms-input-placeholder {
  --tw-placeholder-opacity: 0.3;
}

.focus\:placeholder-opacity-30:focus::placeholder {
  --tw-placeholder-opacity: 0.3;
}

.focus\:placeholder-opacity-40:focus::-webkit-input-placeholder {
  --tw-placeholder-opacity: 0.4;
}

.focus\:placeholder-opacity-40:focus::-moz-placeholder {
  --tw-placeholder-opacity: 0.4;
}

.focus\:placeholder-opacity-40:focus:-ms-input-placeholder {
  --tw-placeholder-opacity: 0.4;
}

.focus\:placeholder-opacity-40:focus::-ms-input-placeholder {
  --tw-placeholder-opacity: 0.4;
}

.focus\:placeholder-opacity-40:focus::placeholder {
  --tw-placeholder-opacity: 0.4;
}

.focus\:placeholder-opacity-50:focus::-webkit-input-placeholder {
  --tw-placeholder-opacity: 0.5;
}

.focus\:placeholder-opacity-50:focus::-moz-placeholder {
  --tw-placeholder-opacity: 0.5;
}

.focus\:placeholder-opacity-50:focus:-ms-input-placeholder {
  --tw-placeholder-opacity: 0.5;
}

.focus\:placeholder-opacity-50:focus::-ms-input-placeholder {
  --tw-placeholder-opacity: 0.5;
}

.focus\:placeholder-opacity-50:focus::placeholder {
  --tw-placeholder-opacity: 0.5;
}

.focus\:placeholder-opacity-60:focus::-webkit-input-placeholder {
  --tw-placeholder-opacity: 0.6;
}

.focus\:placeholder-opacity-60:focus::-moz-placeholder {
  --tw-placeholder-opacity: 0.6;
}

.focus\:placeholder-opacity-60:focus:-ms-input-placeholder {
  --tw-placeholder-opacity: 0.6;
}

.focus\:placeholder-opacity-60:focus::-ms-input-placeholder {
  --tw-placeholder-opacity: 0.6;
}

.focus\:placeholder-opacity-60:focus::placeholder {
  --tw-placeholder-opacity: 0.6;
}

.focus\:placeholder-opacity-70:focus::-webkit-input-placeholder {
  --tw-placeholder-opacity: 0.7;
}

.focus\:placeholder-opacity-70:focus::-moz-placeholder {
  --tw-placeholder-opacity: 0.7;
}

.focus\:placeholder-opacity-70:focus:-ms-input-placeholder {
  --tw-placeholder-opacity: 0.7;
}

.focus\:placeholder-opacity-70:focus::-ms-input-placeholder {
  --tw-placeholder-opacity: 0.7;
}

.focus\:placeholder-opacity-70:focus::placeholder {
  --tw-placeholder-opacity: 0.7;
}

.focus\:placeholder-opacity-75:focus::-webkit-input-placeholder {
  --tw-placeholder-opacity: 0.75;
}

.focus\:placeholder-opacity-75:focus::-moz-placeholder {
  --tw-placeholder-opacity: 0.75;
}

.focus\:placeholder-opacity-75:focus:-ms-input-placeholder {
  --tw-placeholder-opacity: 0.75;
}

.focus\:placeholder-opacity-75:focus::-ms-input-placeholder {
  --tw-placeholder-opacity: 0.75;
}

.focus\:placeholder-opacity-75:focus::placeholder {
  --tw-placeholder-opacity: 0.75;
}

.focus\:placeholder-opacity-80:focus::-webkit-input-placeholder {
  --tw-placeholder-opacity: 0.8;
}

.focus\:placeholder-opacity-80:focus::-moz-placeholder {
  --tw-placeholder-opacity: 0.8;
}

.focus\:placeholder-opacity-80:focus:-ms-input-placeholder {
  --tw-placeholder-opacity: 0.8;
}

.focus\:placeholder-opacity-80:focus::-ms-input-placeholder {
  --tw-placeholder-opacity: 0.8;
}

.focus\:placeholder-opacity-80:focus::placeholder {
  --tw-placeholder-opacity: 0.8;
}

.focus\:placeholder-opacity-90:focus::-webkit-input-placeholder {
  --tw-placeholder-opacity: 0.9;
}

.focus\:placeholder-opacity-90:focus::-moz-placeholder {
  --tw-placeholder-opacity: 0.9;
}

.focus\:placeholder-opacity-90:focus:-ms-input-placeholder {
  --tw-placeholder-opacity: 0.9;
}

.focus\:placeholder-opacity-90:focus::-ms-input-placeholder {
  --tw-placeholder-opacity: 0.9;
}

.focus\:placeholder-opacity-90:focus::placeholder {
  --tw-placeholder-opacity: 0.9;
}

.focus\:placeholder-opacity-95:focus::-webkit-input-placeholder {
  --tw-placeholder-opacity: 0.95;
}

.focus\:placeholder-opacity-95:focus::-moz-placeholder {
  --tw-placeholder-opacity: 0.95;
}

.focus\:placeholder-opacity-95:focus:-ms-input-placeholder {
  --tw-placeholder-opacity: 0.95;
}

.focus\:placeholder-opacity-95:focus::-ms-input-placeholder {
  --tw-placeholder-opacity: 0.95;
}

.focus\:placeholder-opacity-95:focus::placeholder {
  --tw-placeholder-opacity: 0.95;
}

.focus\:placeholder-opacity-100:focus::-webkit-input-placeholder {
  --tw-placeholder-opacity: 1;
}

.focus\:placeholder-opacity-100:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
}

.focus\:placeholder-opacity-100:focus:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
}

.focus\:placeholder-opacity-100:focus::-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
}

.focus\:placeholder-opacity-100:focus::placeholder {
  --tw-placeholder-opacity: 1;
}

.opacity-0 {
  opacity: 0;
}

.opacity-5 {
  opacity: 0.05;
}

.opacity-10 {
  opacity: 0.1;
}

.opacity-20 {
  opacity: 0.2;
}

.opacity-25 {
  opacity: 0.25;
}

.opacity-30 {
  opacity: 0.3;
}

.opacity-40 {
  opacity: 0.4;
}

.opacity-50 {
  opacity: 0.5;
}

.opacity-60 {
  opacity: 0.6;
}

.opacity-70 {
  opacity: 0.7;
}

.opacity-75 {
  opacity: 0.75;
}

.opacity-80 {
  opacity: 0.8;
}

.opacity-90 {
  opacity: 0.9;
}

.opacity-95 {
  opacity: 0.95;
}

.opacity-100 {
  opacity: 1;
}

.hover\:opacity-0:hover {
  opacity: 0;
}

.hover\:opacity-5:hover {
  opacity: 0.05;
}

.hover\:opacity-10:hover {
  opacity: 0.1;
}

.hover\:opacity-20:hover {
  opacity: 0.2;
}

.hover\:opacity-25:hover {
  opacity: 0.25;
}

.hover\:opacity-30:hover {
  opacity: 0.3;
}

.hover\:opacity-40:hover {
  opacity: 0.4;
}

.hover\:opacity-50:hover {
  opacity: 0.5;
}

.hover\:opacity-60:hover {
  opacity: 0.6;
}

.hover\:opacity-70:hover {
  opacity: 0.7;
}

.hover\:opacity-75:hover {
  opacity: 0.75;
}

.hover\:opacity-80:hover {
  opacity: 0.8;
}

.hover\:opacity-90:hover {
  opacity: 0.9;
}

.hover\:opacity-95:hover {
  opacity: 0.95;
}

.hover\:opacity-100:hover {
  opacity: 1;
}

.focus\:opacity-0:focus {
  opacity: 0;
}

.focus\:opacity-5:focus {
  opacity: 0.05;
}

.focus\:opacity-10:focus {
  opacity: 0.1;
}

.focus\:opacity-20:focus {
  opacity: 0.2;
}

.focus\:opacity-25:focus {
  opacity: 0.25;
}

.focus\:opacity-30:focus {
  opacity: 0.3;
}

.focus\:opacity-40:focus {
  opacity: 0.4;
}

.focus\:opacity-50:focus {
  opacity: 0.5;
}

.focus\:opacity-60:focus {
  opacity: 0.6;
}

.focus\:opacity-70:focus {
  opacity: 0.7;
}

.focus\:opacity-75:focus {
  opacity: 0.75;
}

.focus\:opacity-80:focus {
  opacity: 0.8;
}

.focus\:opacity-90:focus {
  opacity: 0.9;
}

.focus\:opacity-95:focus {
  opacity: 0.95;
}

.focus\:opacity-100:focus {
  opacity: 1;
}

.group:hover .group-hover\:opacity-0 {
  opacity: 0;
}

.group:hover .group-hover\:opacity-5 {
  opacity: 0.05;
}

.group:hover .group-hover\:opacity-10 {
  opacity: 0.1;
}

.group:hover .group-hover\:opacity-20 {
  opacity: 0.2;
}

.group:hover .group-hover\:opacity-25 {
  opacity: 0.25;
}

.group:hover .group-hover\:opacity-30 {
  opacity: 0.3;
}

.group:hover .group-hover\:opacity-40 {
  opacity: 0.4;
}

.group:hover .group-hover\:opacity-50 {
  opacity: 0.5;
}

.group:hover .group-hover\:opacity-60 {
  opacity: 0.6;
}

.group:hover .group-hover\:opacity-70 {
  opacity: 0.7;
}

.group:hover .group-hover\:opacity-75 {
  opacity: 0.75;
}

.group:hover .group-hover\:opacity-80 {
  opacity: 0.8;
}

.group:hover .group-hover\:opacity-90 {
  opacity: 0.9;
}

.group:hover .group-hover\:opacity-95 {
  opacity: 0.95;
}

.group:hover .group-hover\:opacity-100 {
  opacity: 1;
}

.group:focus .group-focus\:opacity-0 {
  opacity: 0;
}

.group:focus .group-focus\:opacity-5 {
  opacity: 0.05;
}

.group:focus .group-focus\:opacity-10 {
  opacity: 0.1;
}

.group:focus .group-focus\:opacity-20 {
  opacity: 0.2;
}

.group:focus .group-focus\:opacity-25 {
  opacity: 0.25;
}

.group:focus .group-focus\:opacity-30 {
  opacity: 0.3;
}

.group:focus .group-focus\:opacity-40 {
  opacity: 0.4;
}

.group:focus .group-focus\:opacity-50 {
  opacity: 0.5;
}

.group:focus .group-focus\:opacity-60 {
  opacity: 0.6;
}

.group:focus .group-focus\:opacity-70 {
  opacity: 0.7;
}

.group:focus .group-focus\:opacity-75 {
  opacity: 0.75;
}

.group:focus .group-focus\:opacity-80 {
  opacity: 0.8;
}

.group:focus .group-focus\:opacity-90 {
  opacity: 0.9;
}

.group:focus .group-focus\:opacity-95 {
  opacity: 0.95;
}

.group:focus .group-focus\:opacity-100 {
  opacity: 1;
}

.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;
}

.mix-blend-normal {
  mix-blend-mode: normal;
}

.mix-blend-multiply {
  mix-blend-mode: multiply;
}

.mix-blend-screen {
  mix-blend-mode: screen;
}

.mix-blend-overlay {
  mix-blend-mode: overlay;
}

.mix-blend-darken {
  mix-blend-mode: darken;
}

.mix-blend-lighten {
  mix-blend-mode: lighten;
}

.mix-blend-color-dodge {
  mix-blend-mode: color-dodge;
}

.mix-blend-color-burn {
  mix-blend-mode: color-burn;
}

.mix-blend-hard-light {
  mix-blend-mode: hard-light;
}

.mix-blend-soft-light {
  mix-blend-mode: soft-light;
}

.mix-blend-difference {
  mix-blend-mode: difference;
}

.mix-blend-exclusion {
  mix-blend-mode: exclusion;
}

.mix-blend-hue {
  mix-blend-mode: hue;
}

.mix-blend-saturation {
  mix-blend-mode: saturation;
}

.mix-blend-color {
  mix-blend-mode: color;
}

.mix-blend-luminosity {
  mix-blend-mode: luminosity;
}

*, ::before, ::after {
  --tw-shadow: 0 0 #0000;
}

.shadow-none {
  --tw-shadow: 0 0 #0000;
  -webkit-box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
          box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.shadow-focusable-outline {
  --tw-shadow: inset 0 0 0 1px var(--lines-dark), var(--elevation-inner-md);
  -webkit-box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
          box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.shadow-focus-outline {
  --tw-shadow: inset 0 0 0 2px var(--focus);
  -webkit-box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
          box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.shadow-error-outline {
  --tw-shadow: inset 0 0 0 2px var(--critical);
  -webkit-box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
          box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.shadow-search-input {
  --tw-shadow: inset 0 0 0 1px var(--nav-text-secondary);
  -webkit-box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
          box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.shadow-2xl {
  --tw-shadow: var(--elevation-2xl);
  -webkit-box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
          box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.shadow-base {
  --tw-shadow: var(--elevation-base);
  -webkit-box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
          box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.shadow-inner-lg {
  --tw-shadow: var(--elevation-inner-lg);
  -webkit-box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
          box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.shadow-inner-md {
  --tw-shadow: var(--elevation-inner-md);
  -webkit-box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
          box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.shadow-lg {
  --tw-shadow: var(--elevation-lg);
  -webkit-box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
          box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.shadow-md {
  --tw-shadow: var(--elevation-md);
  -webkit-box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
          box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.shadow-xl {
  --tw-shadow: var(--elevation-xl);
  -webkit-box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
          box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.hover\:shadow-none:hover {
  --tw-shadow: 0 0 #0000;
  -webkit-box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
          box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.hover\:shadow-focusable-outline:hover {
  --tw-shadow: inset 0 0 0 1px var(--lines-dark), var(--elevation-inner-md);
  -webkit-box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
          box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.hover\:shadow-focus-outline:hover {
  --tw-shadow: inset 0 0 0 2px var(--focus);
  -webkit-box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
          box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.hover\:shadow-error-outline:hover {
  --tw-shadow: inset 0 0 0 2px var(--critical);
  -webkit-box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
          box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.hover\:shadow-search-input:hover {
  --tw-shadow: inset 0 0 0 1px var(--nav-text-secondary);
  -webkit-box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
          box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.hover\:shadow-2xl:hover {
  --tw-shadow: var(--elevation-2xl);
  -webkit-box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
          box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.hover\:shadow-base:hover {
  --tw-shadow: var(--elevation-base);
  -webkit-box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
          box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.hover\:shadow-inner-lg:hover {
  --tw-shadow: var(--elevation-inner-lg);
  -webkit-box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
          box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.hover\:shadow-inner-md:hover {
  --tw-shadow: var(--elevation-inner-md);
  -webkit-box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
          box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.hover\:shadow-lg:hover {
  --tw-shadow: var(--elevation-lg);
  -webkit-box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
          box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.hover\:shadow-md:hover {
  --tw-shadow: var(--elevation-md);
  -webkit-box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
          box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.hover\:shadow-xl:hover {
  --tw-shadow: var(--elevation-xl);
  -webkit-box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
          box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.group:hover .group-hover\:shadow-none {
  --tw-shadow: 0 0 #0000;
  -webkit-box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
          box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.group:hover .group-hover\:shadow-focusable-outline {
  --tw-shadow: inset 0 0 0 1px var(--lines-dark), var(--elevation-inner-md);
  -webkit-box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
          box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.group:hover .group-hover\:shadow-focus-outline {
  --tw-shadow: inset 0 0 0 2px var(--focus);
  -webkit-box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
          box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.group:hover .group-hover\:shadow-error-outline {
  --tw-shadow: inset 0 0 0 2px var(--critical);
  -webkit-box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
          box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.group:hover .group-hover\:shadow-search-input {
  --tw-shadow: inset 0 0 0 1px var(--nav-text-secondary);
  -webkit-box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
          box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.group:hover .group-hover\:shadow-2xl {
  --tw-shadow: var(--elevation-2xl);
  -webkit-box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
          box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.group:hover .group-hover\:shadow-base {
  --tw-shadow: var(--elevation-base);
  -webkit-box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
          box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.group:hover .group-hover\:shadow-inner-lg {
  --tw-shadow: var(--elevation-inner-lg);
  -webkit-box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
          box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.group:hover .group-hover\:shadow-inner-md {
  --tw-shadow: var(--elevation-inner-md);
  -webkit-box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
          box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.group:hover .group-hover\:shadow-lg {
  --tw-shadow: var(--elevation-lg);
  -webkit-box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
          box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.group:hover .group-hover\:shadow-md {
  --tw-shadow: var(--elevation-md);
  -webkit-box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
          box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.group:hover .group-hover\:shadow-xl {
  --tw-shadow: var(--elevation-xl);
  -webkit-box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
          box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.focus\:shadow-none:focus {
  --tw-shadow: 0 0 #0000;
  -webkit-box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
          box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.focus\:shadow-focusable-outline:focus {
  --tw-shadow: inset 0 0 0 1px var(--lines-dark), var(--elevation-inner-md);
  -webkit-box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
          box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.focus\:shadow-focus-outline:focus {
  --tw-shadow: inset 0 0 0 2px var(--focus);
  -webkit-box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
          box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.focus\:shadow-error-outline:focus {
  --tw-shadow: inset 0 0 0 2px var(--critical);
  -webkit-box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
          box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.focus\:shadow-search-input:focus {
  --tw-shadow: inset 0 0 0 1px var(--nav-text-secondary);
  -webkit-box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
          box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.focus\:shadow-2xl:focus {
  --tw-shadow: var(--elevation-2xl);
  -webkit-box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
          box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.focus\:shadow-base:focus {
  --tw-shadow: var(--elevation-base);
  -webkit-box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
          box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.focus\:shadow-inner-lg:focus {
  --tw-shadow: var(--elevation-inner-lg);
  -webkit-box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
          box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.focus\:shadow-inner-md:focus {
  --tw-shadow: var(--elevation-inner-md);
  -webkit-box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
          box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.focus\:shadow-lg:focus {
  --tw-shadow: var(--elevation-lg);
  -webkit-box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
          box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.focus\:shadow-md:focus {
  --tw-shadow: var(--elevation-md);
  -webkit-box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
          box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.focus\:shadow-xl:focus {
  --tw-shadow: var(--elevation-xl);
  -webkit-box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
          box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.focus-within\:shadow-none:focus-within {
  --tw-shadow: 0 0 #0000;
  -webkit-box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
          box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.focus-within\:shadow-focusable-outline:focus-within {
  --tw-shadow: inset 0 0 0 1px var(--lines-dark), var(--elevation-inner-md);
  -webkit-box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
          box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.focus-within\:shadow-focus-outline:focus-within {
  --tw-shadow: inset 0 0 0 2px var(--focus);
  -webkit-box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
          box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.focus-within\:shadow-error-outline:focus-within {
  --tw-shadow: inset 0 0 0 2px var(--critical);
  -webkit-box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
          box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.focus-within\:shadow-search-input:focus-within {
  --tw-shadow: inset 0 0 0 1px var(--nav-text-secondary);
  -webkit-box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
          box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.focus-within\:shadow-2xl:focus-within {
  --tw-shadow: var(--elevation-2xl);
  -webkit-box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
          box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.focus-within\:shadow-base:focus-within {
  --tw-shadow: var(--elevation-base);
  -webkit-box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
          box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.focus-within\:shadow-inner-lg:focus-within {
  --tw-shadow: var(--elevation-inner-lg);
  -webkit-box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
          box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.focus-within\:shadow-inner-md:focus-within {
  --tw-shadow: var(--elevation-inner-md);
  -webkit-box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
          box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.focus-within\:shadow-lg:focus-within {
  --tw-shadow: var(--elevation-lg);
  -webkit-box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
          box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.focus-within\:shadow-md:focus-within {
  --tw-shadow: var(--elevation-md);
  -webkit-box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
          box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.focus-within\:shadow-xl:focus-within {
  --tw-shadow: var(--elevation-xl);
  -webkit-box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
          box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.focus-visible\:shadow-none:focus-visible {
  --tw-shadow: 0 0 #0000;
  -webkit-box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
          box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.focus-visible\:shadow-focusable-outline:focus-visible {
  --tw-shadow: inset 0 0 0 1px var(--lines-dark), var(--elevation-inner-md);
  -webkit-box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
          box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.focus-visible\:shadow-focus-outline:focus-visible {
  --tw-shadow: inset 0 0 0 2px var(--focus);
  -webkit-box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
          box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.focus-visible\:shadow-error-outline:focus-visible {
  --tw-shadow: inset 0 0 0 2px var(--critical);
  -webkit-box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
          box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.focus-visible\:shadow-search-input:focus-visible {
  --tw-shadow: inset 0 0 0 1px var(--nav-text-secondary);
  -webkit-box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
          box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.focus-visible\:shadow-2xl:focus-visible {
  --tw-shadow: var(--elevation-2xl);
  -webkit-box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
          box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.focus-visible\:shadow-base:focus-visible {
  --tw-shadow: var(--elevation-base);
  -webkit-box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
          box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.focus-visible\:shadow-inner-lg:focus-visible {
  --tw-shadow: var(--elevation-inner-lg);
  -webkit-box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
          box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.focus-visible\:shadow-inner-md:focus-visible {
  --tw-shadow: var(--elevation-inner-md);
  -webkit-box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
          box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.focus-visible\:shadow-lg:focus-visible {
  --tw-shadow: var(--elevation-lg);
  -webkit-box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
          box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.focus-visible\:shadow-md:focus-visible {
  --tw-shadow: var(--elevation-md);
  -webkit-box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
          box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.focus-visible\:shadow-xl:focus-visible {
  --tw-shadow: var(--elevation-xl);
  -webkit-box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
          box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.active\:shadow-none:active {
  --tw-shadow: 0 0 #0000;
  -webkit-box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
          box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.active\:shadow-focusable-outline:active {
  --tw-shadow: inset 0 0 0 1px var(--lines-dark), var(--elevation-inner-md);
  -webkit-box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
          box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.active\:shadow-focus-outline:active {
  --tw-shadow: inset 0 0 0 2px var(--focus);
  -webkit-box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
          box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.active\:shadow-error-outline:active {
  --tw-shadow: inset 0 0 0 2px var(--critical);
  -webkit-box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
          box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.active\:shadow-search-input:active {
  --tw-shadow: inset 0 0 0 1px var(--nav-text-secondary);
  -webkit-box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
          box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.active\:shadow-2xl:active {
  --tw-shadow: var(--elevation-2xl);
  -webkit-box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
          box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.active\:shadow-base:active {
  --tw-shadow: var(--elevation-base);
  -webkit-box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
          box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.active\:shadow-inner-lg:active {
  --tw-shadow: var(--elevation-inner-lg);
  -webkit-box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
          box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.active\:shadow-inner-md:active {
  --tw-shadow: var(--elevation-inner-md);
  -webkit-box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
          box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.active\:shadow-lg:active {
  --tw-shadow: var(--elevation-lg);
  -webkit-box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
          box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.active\:shadow-md:active {
  --tw-shadow: var(--elevation-md);
  -webkit-box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
          box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.active\:shadow-xl:active {
  --tw-shadow: var(--elevation-xl);
  -webkit-box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
          box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.disabled\:shadow-none:disabled {
  --tw-shadow: 0 0 #0000;
  -webkit-box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
          box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.disabled\:shadow-focusable-outline:disabled {
  --tw-shadow: inset 0 0 0 1px var(--lines-dark), var(--elevation-inner-md);
  -webkit-box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
          box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.disabled\:shadow-focus-outline:disabled {
  --tw-shadow: inset 0 0 0 2px var(--focus);
  -webkit-box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
          box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.disabled\:shadow-error-outline:disabled {
  --tw-shadow: inset 0 0 0 2px var(--critical);
  -webkit-box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
          box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.disabled\:shadow-search-input:disabled {
  --tw-shadow: inset 0 0 0 1px var(--nav-text-secondary);
  -webkit-box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
          box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.disabled\:shadow-2xl:disabled {
  --tw-shadow: var(--elevation-2xl);
  -webkit-box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
          box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.disabled\:shadow-base:disabled {
  --tw-shadow: var(--elevation-base);
  -webkit-box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
          box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.disabled\:shadow-inner-lg:disabled {
  --tw-shadow: var(--elevation-inner-lg);
  -webkit-box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
          box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.disabled\:shadow-inner-md:disabled {
  --tw-shadow: var(--elevation-inner-md);
  -webkit-box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
          box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.disabled\:shadow-lg:disabled {
  --tw-shadow: var(--elevation-lg);
  -webkit-box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
          box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.disabled\:shadow-md:disabled {
  --tw-shadow: var(--elevation-md);
  -webkit-box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
          box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.disabled\:shadow-xl:disabled {
  --tw-shadow: var(--elevation-xl);
  -webkit-box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
          box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.outline-none {
  outline: 2px solid transparent;
  outline-offset: 2px;
}

.outline-white {
  outline: 2px dotted white;
  outline-offset: 2px;
}

.outline-black {
  outline: 2px dotted black;
  outline-offset: 2px;
}

.focus\:outline-none:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
}

.focus\:outline-white:focus {
  outline: 2px dotted white;
  outline-offset: 2px;
}

.focus\:outline-black:focus {
  outline: 2px dotted black;
  outline-offset: 2px;
}

*, ::before, ::after {
  --tw-ring-inset: var(--tw-empty,/*!*/ /*!*/);
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgba(59, 130, 246, 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
}

.ring-0 {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  -webkit-box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
          box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}

.ring-1 {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  -webkit-box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
          box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}

.ring-2 {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  -webkit-box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
          box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}

.ring-4 {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(4px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  -webkit-box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
          box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}

.ring-8 {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(8px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  -webkit-box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
          box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}

.ring {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  -webkit-box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
          box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}

.focus-within\:ring-0:focus-within {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  -webkit-box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
          box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}

.focus-within\:ring-1:focus-within {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  -webkit-box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
          box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}

.focus-within\:ring-2:focus-within {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  -webkit-box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
          box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}

.focus-within\:ring-4:focus-within {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(4px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  -webkit-box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
          box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}

.focus-within\:ring-8:focus-within {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(8px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  -webkit-box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
          box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}

.focus-within\:ring:focus-within {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  -webkit-box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
          box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}

.focus-visible\:ring-0:focus-visible {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  -webkit-box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
          box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}

.focus-visible\:ring-1:focus-visible {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  -webkit-box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
          box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}

.focus-visible\:ring-2:focus-visible {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  -webkit-box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
          box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}

.focus-visible\:ring-4:focus-visible {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(4px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  -webkit-box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
          box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}

.focus-visible\:ring-8:focus-visible {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(8px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  -webkit-box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
          box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}

.focus-visible\:ring:focus-visible {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  -webkit-box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
          box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}

.focus\:ring-0:focus {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  -webkit-box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
          box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}

.focus\:ring-1:focus {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  -webkit-box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
          box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}

.focus\:ring-2:focus {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  -webkit-box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
          box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}

.focus\:ring-4:focus {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(4px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  -webkit-box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
          box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}

.focus\:ring-8:focus {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(8px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  -webkit-box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
          box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}

.focus\:ring:focus {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  -webkit-box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
          box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}

.ring-inset {
  --tw-ring-inset: inset;
}

.focus-within\:ring-inset:focus-within {
  --tw-ring-inset: inset;
}

.focus-visible\:ring-inset:focus-visible {
  --tw-ring-inset: inset;
}

.focus\:ring-inset:focus {
  --tw-ring-inset: inset;
}

.ring-current {
  --tw-ring-color: currentColor;
}

.ring-transparent {
  --tw-ring-color: transparent;
}

.ring-falcon {
  --tw-ring-color: var(--falcon);
}

.ring-basement {
  --tw-ring-color: var(--basement);
}

.ring-blue-50 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(239, 246, 255, var(--tw-ring-opacity));
}

.ring-blue-100 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(219, 234, 254, var(--tw-ring-opacity));
}

.ring-blue-200 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(191, 219, 254, var(--tw-ring-opacity));
}

.ring-blue-300 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(147, 197, 253, var(--tw-ring-opacity));
}

.ring-blue-400 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(96, 165, 250, var(--tw-ring-opacity));
}

.ring-blue-500 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(59, 130, 246, var(--tw-ring-opacity));
}

.ring-blue-600 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(37, 99, 235, var(--tw-ring-opacity));
}

.ring-blue-700 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(29, 78, 216, var(--tw-ring-opacity));
}

.ring-blue-800 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(30, 64, 175, var(--tw-ring-opacity));
}

.ring-blue-900 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(30, 58, 138, var(--tw-ring-opacity));
}

.ring-body-and-labels {
  --tw-ring-color: var(--body-and-labels);
}

.ring-brand {
  --tw-ring-color: var(--brand);
}

.ring-code-base-64 {
  --tw-ring-color: var(--code-base-64);
}

.ring-code-bg {
  --tw-ring-color: var(--code-bg);
}

.ring-code-outline {
  --tw-ring-color: var(--code-outline);
}

.ring-code-text {
  --tw-ring-color: var(--code-text);
}

.ring-critical {
  --tw-ring-color: var(--critical);
}

.ring-destructive-hover {
  --tw-ring-color: var(--destructive-hover);
}

.ring-destructive-idle {
  --tw-ring-color: var(--destructive-idle);
}

.ring-destructive-pressed {
  --tw-ring-color: var(--destructive-pressed);
}

.ring-disabled {
  --tw-ring-color: var(--disabled);
}

.ring-disc-operations {
  --tw-ring-color: var(--disc-operations);
}

.ring-dns-requests {
  --tw-ring-color: var(--dns-requests);
}

.ring-focus {
  --tw-ring-color: var(--focus);
}

.ring-graph-1 {
  --tw-ring-color: var(--graph-1);
}

.ring-graph-10 {
  --tw-ring-color: var(--graph-10);
}

.ring-graph-11 {
  --tw-ring-color: var(--graph-11);
}

.ring-graph-2 {
  --tw-ring-color: var(--graph-2);
}

.ring-graph-3 {
  --tw-ring-color: var(--graph-3);
}

.ring-graph-4 {
  --tw-ring-color: var(--graph-4);
}

.ring-graph-5 {
  --tw-ring-color: var(--graph-5);
}

.ring-graph-6 {
  --tw-ring-color: var(--graph-6);
}

.ring-graph-7 {
  --tw-ring-color: var(--graph-7);
}

.ring-graph-8 {
  --tw-ring-color: var(--graph-8);
}

.ring-graph-9 {
  --tw-ring-color: var(--graph-9);
}

.ring-graph-disabled {
  --tw-ring-color: var(--graph-disabled);
}

.ring-ground-floor {
  --tw-ring-color: var(--ground-floor);
}

.ring-high {
  --tw-ring-color: var(--high);
}

.ring-informational {
  --tw-ring-color: var(--informational);
}

.ring-lines-dark {
  --tw-ring-color: var(--lines-dark);
}

.ring-lines-light {
  --tw-ring-color: var(--lines-light);
}

.ring-low {
  --tw-ring-color: var(--low);
}

.ring-medium {
  --tw-ring-color: var(--medium);
}

.ring-mezzanine {
  --tw-ring-color: var(--mezzanine);
}

.ring-nav-text-and-icons {
  --tw-ring-color: var(--nav-text-and-icons);
}

.ring-nav-text-secondary {
  --tw-ring-color: var(--nav-text-secondary);
}

.ring-network-operations {
  --tw-ring-color: var(--network-operations);
}

.ring-normal-hover {
  --tw-ring-color: var(--normal-hover);
}

.ring-normal-idle {
  --tw-ring-color: var(--normal-idle);
}

.ring-normal-pressed {
  --tw-ring-color: var(--normal-pressed);
}

.ring-overlay-0\.5 {
  --tw-ring-color: var(--overlay-0\.5);
}

.ring-overlay-1 {
  --tw-ring-color: var(--overlay-1);
}

.ring-overlay-2 {
  --tw-ring-color: var(--overlay-2);
}

.ring-positive {
  --tw-ring-color: var(--positive);
}

.ring-primary-hover {
  --tw-ring-color: var(--primary-hover);
}

.ring-primary-idle {
  --tw-ring-color: var(--primary-idle);
}

.ring-primary-pressed {
  --tw-ring-color: var(--primary-pressed);
}

.ring-process-operations {
  --tw-ring-color: var(--process-operations);
}

.ring-purple-50 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(250, 245, 255, var(--tw-ring-opacity));
}

.ring-purple-100 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(243, 232, 255, var(--tw-ring-opacity));
}

.ring-purple-200 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(233, 213, 255, var(--tw-ring-opacity));
}

.ring-purple-300 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(216, 180, 254, var(--tw-ring-opacity));
}

.ring-purple-400 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(192, 132, 252, var(--tw-ring-opacity));
}

.ring-purple-500 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(168, 85, 247, var(--tw-ring-opacity));
}

.ring-purple-600 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(147, 51, 234, var(--tw-ring-opacity));
}

.ring-purple-700 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(126, 34, 206, var(--tw-ring-opacity));
}

.ring-purple-800 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(107, 33, 168, var(--tw-ring-opacity));
}

.ring-purple-900 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(88, 28, 135, var(--tw-ring-opacity));
}

.ring-registry-operations {
  --tw-ring-color: var(--registry-operations);
}

.ring-selected {
  --tw-ring-color: var(--selected);
}

.ring-surface-2xl {
  --tw-ring-color: var(--surface-2xl);
}

.ring-surface-base {
  --tw-ring-color: var(--surface-base);
}

.ring-surface-inner {
  --tw-ring-color: var(--surface-inner);
}

.ring-surface-lg {
  --tw-ring-color: var(--surface-lg);
}

.ring-surface-md {
  --tw-ring-color: var(--surface-md);
}

.ring-surface-xl {
  --tw-ring-color: var(--surface-xl);
}

.ring-text-and-icons {
  --tw-ring-color: var(--text-and-icons);
}

.ring-titles-and-attributes {
  --tw-ring-color: var(--titles-and-attributes);
}

.ring-black {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(0, 0, 0, var(--tw-ring-opacity));
}

.ring-white {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(255, 255, 255, var(--tw-ring-opacity));
}

.ring-rose-50 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(255, 241, 242, var(--tw-ring-opacity));
}

.ring-rose-100 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(255, 228, 230, var(--tw-ring-opacity));
}

.ring-rose-200 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(254, 205, 211, var(--tw-ring-opacity));
}

.ring-rose-300 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(253, 164, 175, var(--tw-ring-opacity));
}

.ring-rose-400 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(251, 113, 133, var(--tw-ring-opacity));
}

.ring-rose-500 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(244, 63, 94, var(--tw-ring-opacity));
}

.ring-rose-600 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(225, 29, 72, var(--tw-ring-opacity));
}

.ring-rose-700 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(190, 18, 60, var(--tw-ring-opacity));
}

.ring-rose-800 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(159, 18, 57, var(--tw-ring-opacity));
}

.ring-rose-900 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(136, 19, 55, var(--tw-ring-opacity));
}

.ring-pink-50 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(253, 242, 248, var(--tw-ring-opacity));
}

.ring-pink-100 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(252, 231, 243, var(--tw-ring-opacity));
}

.ring-pink-200 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(251, 207, 232, var(--tw-ring-opacity));
}

.ring-pink-300 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(249, 168, 212, var(--tw-ring-opacity));
}

.ring-pink-400 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(244, 114, 182, var(--tw-ring-opacity));
}

.ring-pink-500 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(236, 72, 153, var(--tw-ring-opacity));
}

.ring-pink-600 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(219, 39, 119, var(--tw-ring-opacity));
}

.ring-pink-700 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(190, 24, 93, var(--tw-ring-opacity));
}

.ring-pink-800 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(157, 23, 77, var(--tw-ring-opacity));
}

.ring-pink-900 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(131, 24, 67, var(--tw-ring-opacity));
}

.ring-fuchsia-50 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(253, 244, 255, var(--tw-ring-opacity));
}

.ring-fuchsia-100 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(250, 232, 255, var(--tw-ring-opacity));
}

.ring-fuchsia-200 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(245, 208, 254, var(--tw-ring-opacity));
}

.ring-fuchsia-300 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(240, 171, 252, var(--tw-ring-opacity));
}

.ring-fuchsia-400 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(232, 121, 249, var(--tw-ring-opacity));
}

.ring-fuchsia-500 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(217, 70, 239, var(--tw-ring-opacity));
}

.ring-fuchsia-600 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(192, 38, 211, var(--tw-ring-opacity));
}

.ring-fuchsia-700 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(162, 28, 175, var(--tw-ring-opacity));
}

.ring-fuchsia-800 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(134, 25, 143, var(--tw-ring-opacity));
}

.ring-fuchsia-900 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(112, 26, 117, var(--tw-ring-opacity));
}

.ring-violet-50 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(245, 243, 255, var(--tw-ring-opacity));
}

.ring-violet-100 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(237, 233, 254, var(--tw-ring-opacity));
}

.ring-violet-200 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(221, 214, 254, var(--tw-ring-opacity));
}

.ring-violet-300 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(196, 181, 253, var(--tw-ring-opacity));
}

.ring-violet-400 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(167, 139, 250, var(--tw-ring-opacity));
}

.ring-violet-500 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(139, 92, 246, var(--tw-ring-opacity));
}

.ring-violet-600 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(124, 58, 237, var(--tw-ring-opacity));
}

.ring-violet-700 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(109, 40, 217, var(--tw-ring-opacity));
}

.ring-violet-800 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(91, 33, 182, var(--tw-ring-opacity));
}

.ring-violet-900 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(76, 29, 149, var(--tw-ring-opacity));
}

.ring-indigo-50 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(238, 242, 255, var(--tw-ring-opacity));
}

.ring-indigo-100 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(224, 231, 255, var(--tw-ring-opacity));
}

.ring-indigo-200 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(199, 210, 254, var(--tw-ring-opacity));
}

.ring-indigo-300 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(165, 180, 252, var(--tw-ring-opacity));
}

.ring-indigo-400 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(129, 140, 248, var(--tw-ring-opacity));
}

.ring-indigo-500 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(99, 102, 241, var(--tw-ring-opacity));
}

.ring-indigo-600 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(79, 70, 229, var(--tw-ring-opacity));
}

.ring-indigo-700 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(67, 56, 202, var(--tw-ring-opacity));
}

.ring-indigo-800 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(55, 48, 163, var(--tw-ring-opacity));
}

.ring-indigo-900 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(49, 46, 129, var(--tw-ring-opacity));
}

.ring-lightBlue-50 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(240, 249, 255, var(--tw-ring-opacity));
}

.ring-lightBlue-100 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(224, 242, 254, var(--tw-ring-opacity));
}

.ring-lightBlue-200 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(186, 230, 253, var(--tw-ring-opacity));
}

.ring-lightBlue-300 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(125, 211, 252, var(--tw-ring-opacity));
}

.ring-lightBlue-400 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(56, 189, 248, var(--tw-ring-opacity));
}

.ring-lightBlue-500 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(14, 165, 233, var(--tw-ring-opacity));
}

.ring-lightBlue-600 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(2, 132, 199, var(--tw-ring-opacity));
}

.ring-lightBlue-700 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(3, 105, 161, var(--tw-ring-opacity));
}

.ring-lightBlue-800 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(7, 89, 133, var(--tw-ring-opacity));
}

.ring-lightBlue-900 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(12, 74, 110, var(--tw-ring-opacity));
}

.ring-cyan-50 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(236, 254, 255, var(--tw-ring-opacity));
}

.ring-cyan-100 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(207, 250, 254, var(--tw-ring-opacity));
}

.ring-cyan-200 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(165, 243, 252, var(--tw-ring-opacity));
}

.ring-cyan-300 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(103, 232, 249, var(--tw-ring-opacity));
}

.ring-cyan-400 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(34, 211, 238, var(--tw-ring-opacity));
}

.ring-cyan-500 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(6, 182, 212, var(--tw-ring-opacity));
}

.ring-cyan-600 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(8, 145, 178, var(--tw-ring-opacity));
}

.ring-cyan-700 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(14, 116, 144, var(--tw-ring-opacity));
}

.ring-cyan-800 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(21, 94, 117, var(--tw-ring-opacity));
}

.ring-cyan-900 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(22, 78, 99, var(--tw-ring-opacity));
}

.ring-teal-50 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(240, 253, 250, var(--tw-ring-opacity));
}

.ring-teal-100 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(204, 251, 241, var(--tw-ring-opacity));
}

.ring-teal-200 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(153, 246, 228, var(--tw-ring-opacity));
}

.ring-teal-300 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(94, 234, 212, var(--tw-ring-opacity));
}

.ring-teal-400 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(45, 212, 191, var(--tw-ring-opacity));
}

.ring-teal-500 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(20, 184, 166, var(--tw-ring-opacity));
}

.ring-teal-600 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(13, 148, 136, var(--tw-ring-opacity));
}

.ring-teal-700 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(15, 118, 110, var(--tw-ring-opacity));
}

.ring-teal-800 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(17, 94, 89, var(--tw-ring-opacity));
}

.ring-teal-900 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(19, 78, 74, var(--tw-ring-opacity));
}

.ring-emerald-50 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(236, 253, 245, var(--tw-ring-opacity));
}

.ring-emerald-100 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(209, 250, 229, var(--tw-ring-opacity));
}

.ring-emerald-200 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(167, 243, 208, var(--tw-ring-opacity));
}

.ring-emerald-300 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(110, 231, 183, var(--tw-ring-opacity));
}

.ring-emerald-400 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(52, 211, 153, var(--tw-ring-opacity));
}

.ring-emerald-500 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(16, 185, 129, var(--tw-ring-opacity));
}

.ring-emerald-600 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(5, 150, 105, var(--tw-ring-opacity));
}

.ring-emerald-700 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(4, 120, 87, var(--tw-ring-opacity));
}

.ring-emerald-800 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(6, 95, 70, var(--tw-ring-opacity));
}

.ring-emerald-900 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(6, 78, 59, var(--tw-ring-opacity));
}

.ring-green-50 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(240, 253, 244, var(--tw-ring-opacity));
}

.ring-green-100 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(220, 252, 231, var(--tw-ring-opacity));
}

.ring-green-200 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(187, 247, 208, var(--tw-ring-opacity));
}

.ring-green-300 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(134, 239, 172, var(--tw-ring-opacity));
}

.ring-green-400 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(74, 222, 128, var(--tw-ring-opacity));
}

.ring-green-500 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(34, 197, 94, var(--tw-ring-opacity));
}

.ring-green-600 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(22, 163, 74, var(--tw-ring-opacity));
}

.ring-green-700 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(21, 128, 61, var(--tw-ring-opacity));
}

.ring-green-800 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(22, 101, 52, var(--tw-ring-opacity));
}

.ring-green-900 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(20, 83, 45, var(--tw-ring-opacity));
}

.ring-lime-50 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(247, 254, 231, var(--tw-ring-opacity));
}

.ring-lime-100 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(236, 252, 203, var(--tw-ring-opacity));
}

.ring-lime-200 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(217, 249, 157, var(--tw-ring-opacity));
}

.ring-lime-300 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(190, 242, 100, var(--tw-ring-opacity));
}

.ring-lime-400 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(163, 230, 53, var(--tw-ring-opacity));
}

.ring-lime-500 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(132, 204, 22, var(--tw-ring-opacity));
}

.ring-lime-600 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(101, 163, 13, var(--tw-ring-opacity));
}

.ring-lime-700 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(77, 124, 15, var(--tw-ring-opacity));
}

.ring-lime-800 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(63, 98, 18, var(--tw-ring-opacity));
}

.ring-lime-900 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(54, 83, 20, var(--tw-ring-opacity));
}

.ring-yellow-50 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(254, 252, 232, var(--tw-ring-opacity));
}

.ring-yellow-100 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(254, 249, 195, var(--tw-ring-opacity));
}

.ring-yellow-200 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(254, 240, 138, var(--tw-ring-opacity));
}

.ring-yellow-300 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(253, 224, 71, var(--tw-ring-opacity));
}

.ring-yellow-400 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(250, 204, 21, var(--tw-ring-opacity));
}

.ring-yellow-500 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(234, 179, 8, var(--tw-ring-opacity));
}

.ring-yellow-600 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(202, 138, 4, var(--tw-ring-opacity));
}

.ring-yellow-700 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(161, 98, 7, var(--tw-ring-opacity));
}

.ring-yellow-800 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(133, 77, 14, var(--tw-ring-opacity));
}

.ring-yellow-900 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(113, 63, 18, var(--tw-ring-opacity));
}

.ring-amber-50 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(255, 251, 235, var(--tw-ring-opacity));
}

.ring-amber-100 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(254, 243, 199, var(--tw-ring-opacity));
}

.ring-amber-200 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(253, 230, 138, var(--tw-ring-opacity));
}

.ring-amber-300 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(252, 211, 77, var(--tw-ring-opacity));
}

.ring-amber-400 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(251, 191, 36, var(--tw-ring-opacity));
}

.ring-amber-500 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(245, 158, 11, var(--tw-ring-opacity));
}

.ring-amber-600 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(217, 119, 6, var(--tw-ring-opacity));
}

.ring-amber-700 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(180, 83, 9, var(--tw-ring-opacity));
}

.ring-amber-800 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(146, 64, 14, var(--tw-ring-opacity));
}

.ring-amber-900 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(120, 53, 15, var(--tw-ring-opacity));
}

.ring-orange-50 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(255, 247, 237, var(--tw-ring-opacity));
}

.ring-orange-100 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(255, 237, 213, var(--tw-ring-opacity));
}

.ring-orange-200 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(254, 215, 170, var(--tw-ring-opacity));
}

.ring-orange-300 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(253, 186, 116, var(--tw-ring-opacity));
}

.ring-orange-400 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(251, 146, 60, var(--tw-ring-opacity));
}

.ring-orange-500 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(249, 115, 22, var(--tw-ring-opacity));
}

.ring-orange-600 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(234, 88, 12, var(--tw-ring-opacity));
}

.ring-orange-700 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(194, 65, 12, var(--tw-ring-opacity));
}

.ring-orange-800 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(154, 52, 18, var(--tw-ring-opacity));
}

.ring-orange-900 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(124, 45, 18, var(--tw-ring-opacity));
}

.ring-red-50 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(254, 242, 242, var(--tw-ring-opacity));
}

.ring-red-100 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(254, 226, 226, var(--tw-ring-opacity));
}

.ring-red-200 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(254, 202, 202, var(--tw-ring-opacity));
}

.ring-red-300 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(252, 165, 165, var(--tw-ring-opacity));
}

.ring-red-400 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(248, 113, 113, var(--tw-ring-opacity));
}

.ring-red-500 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(239, 68, 68, var(--tw-ring-opacity));
}

.ring-red-600 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(220, 38, 38, var(--tw-ring-opacity));
}

.ring-red-700 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(185, 28, 28, var(--tw-ring-opacity));
}

.ring-red-800 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(153, 27, 27, var(--tw-ring-opacity));
}

.ring-red-900 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(127, 29, 29, var(--tw-ring-opacity));
}

.ring-warmGray-50 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(250, 250, 249, var(--tw-ring-opacity));
}

.ring-warmGray-100 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(245, 245, 244, var(--tw-ring-opacity));
}

.ring-warmGray-200 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(231, 229, 228, var(--tw-ring-opacity));
}

.ring-warmGray-300 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(214, 211, 209, var(--tw-ring-opacity));
}

.ring-warmGray-400 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(168, 162, 158, var(--tw-ring-opacity));
}

.ring-warmGray-500 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(120, 113, 108, var(--tw-ring-opacity));
}

.ring-warmGray-600 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(87, 83, 78, var(--tw-ring-opacity));
}

.ring-warmGray-700 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(68, 64, 60, var(--tw-ring-opacity));
}

.ring-warmGray-800 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(41, 37, 36, var(--tw-ring-opacity));
}

.ring-warmGray-900 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(28, 25, 23, var(--tw-ring-opacity));
}

.ring-trueGray-50 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(250, 250, 250, var(--tw-ring-opacity));
}

.ring-trueGray-100 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(245, 245, 245, var(--tw-ring-opacity));
}

.ring-trueGray-200 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(229, 229, 229, var(--tw-ring-opacity));
}

.ring-trueGray-300 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(212, 212, 212, var(--tw-ring-opacity));
}

.ring-trueGray-400 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(163, 163, 163, var(--tw-ring-opacity));
}

.ring-trueGray-500 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(115, 115, 115, var(--tw-ring-opacity));
}

.ring-trueGray-600 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(82, 82, 82, var(--tw-ring-opacity));
}

.ring-trueGray-700 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(64, 64, 64, var(--tw-ring-opacity));
}

.ring-trueGray-800 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(38, 38, 38, var(--tw-ring-opacity));
}

.ring-trueGray-900 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(23, 23, 23, var(--tw-ring-opacity));
}

.ring-gray-50 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(250, 250, 250, var(--tw-ring-opacity));
}

.ring-gray-100 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(244, 244, 245, var(--tw-ring-opacity));
}

.ring-gray-200 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(228, 228, 231, var(--tw-ring-opacity));
}

.ring-gray-300 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(212, 212, 216, var(--tw-ring-opacity));
}

.ring-gray-400 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(161, 161, 170, var(--tw-ring-opacity));
}

.ring-gray-500 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(113, 113, 122, var(--tw-ring-opacity));
}

.ring-gray-600 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(82, 82, 91, var(--tw-ring-opacity));
}

.ring-gray-700 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(63, 63, 70, var(--tw-ring-opacity));
}

.ring-gray-800 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(39, 39, 42, var(--tw-ring-opacity));
}

.ring-gray-900 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(24, 24, 27, var(--tw-ring-opacity));
}

.ring-coolGray-50 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(249, 250, 251, var(--tw-ring-opacity));
}

.ring-coolGray-100 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(243, 244, 246, var(--tw-ring-opacity));
}

.ring-coolGray-200 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(229, 231, 235, var(--tw-ring-opacity));
}

.ring-coolGray-300 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(209, 213, 219, var(--tw-ring-opacity));
}

.ring-coolGray-400 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(156, 163, 175, var(--tw-ring-opacity));
}

.ring-coolGray-500 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(107, 114, 128, var(--tw-ring-opacity));
}

.ring-coolGray-600 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(75, 85, 99, var(--tw-ring-opacity));
}

.ring-coolGray-700 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(55, 65, 81, var(--tw-ring-opacity));
}

.ring-coolGray-800 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(31, 41, 55, var(--tw-ring-opacity));
}

.ring-coolGray-900 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(17, 24, 39, var(--tw-ring-opacity));
}

.ring-blueGray-50 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(248, 250, 252, var(--tw-ring-opacity));
}

.ring-blueGray-100 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(241, 245, 249, var(--tw-ring-opacity));
}

.ring-blueGray-200 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(226, 232, 240, var(--tw-ring-opacity));
}

.ring-blueGray-300 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(203, 213, 225, var(--tw-ring-opacity));
}

.ring-blueGray-400 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(148, 163, 184, var(--tw-ring-opacity));
}

.ring-blueGray-500 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(100, 116, 139, var(--tw-ring-opacity));
}

.ring-blueGray-600 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(71, 85, 105, var(--tw-ring-opacity));
}

.ring-blueGray-700 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(51, 65, 85, var(--tw-ring-opacity));
}

.ring-blueGray-800 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(30, 41, 59, var(--tw-ring-opacity));
}

.ring-blueGray-900 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(15, 23, 42, var(--tw-ring-opacity));
}

.focus-within\:ring-current:focus-within {
  --tw-ring-color: currentColor;
}

.focus-within\:ring-transparent:focus-within {
  --tw-ring-color: transparent;
}

.focus-within\:ring-falcon:focus-within {
  --tw-ring-color: var(--falcon);
}

.focus-within\:ring-basement:focus-within {
  --tw-ring-color: var(--basement);
}

.focus-within\:ring-blue-50:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(239, 246, 255, var(--tw-ring-opacity));
}

.focus-within\:ring-blue-100:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(219, 234, 254, var(--tw-ring-opacity));
}

.focus-within\:ring-blue-200:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(191, 219, 254, var(--tw-ring-opacity));
}

.focus-within\:ring-blue-300:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(147, 197, 253, var(--tw-ring-opacity));
}

.focus-within\:ring-blue-400:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(96, 165, 250, var(--tw-ring-opacity));
}

.focus-within\:ring-blue-500:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(59, 130, 246, var(--tw-ring-opacity));
}

.focus-within\:ring-blue-600:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(37, 99, 235, var(--tw-ring-opacity));
}

.focus-within\:ring-blue-700:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(29, 78, 216, var(--tw-ring-opacity));
}

.focus-within\:ring-blue-800:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(30, 64, 175, var(--tw-ring-opacity));
}

.focus-within\:ring-blue-900:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(30, 58, 138, var(--tw-ring-opacity));
}

.focus-within\:ring-body-and-labels:focus-within {
  --tw-ring-color: var(--body-and-labels);
}

.focus-within\:ring-brand:focus-within {
  --tw-ring-color: var(--brand);
}

.focus-within\:ring-code-base-64:focus-within {
  --tw-ring-color: var(--code-base-64);
}

.focus-within\:ring-code-bg:focus-within {
  --tw-ring-color: var(--code-bg);
}

.focus-within\:ring-code-outline:focus-within {
  --tw-ring-color: var(--code-outline);
}

.focus-within\:ring-code-text:focus-within {
  --tw-ring-color: var(--code-text);
}

.focus-within\:ring-critical:focus-within {
  --tw-ring-color: var(--critical);
}

.focus-within\:ring-destructive-hover:focus-within {
  --tw-ring-color: var(--destructive-hover);
}

.focus-within\:ring-destructive-idle:focus-within {
  --tw-ring-color: var(--destructive-idle);
}

.focus-within\:ring-destructive-pressed:focus-within {
  --tw-ring-color: var(--destructive-pressed);
}

.focus-within\:ring-disabled:focus-within {
  --tw-ring-color: var(--disabled);
}

.focus-within\:ring-disc-operations:focus-within {
  --tw-ring-color: var(--disc-operations);
}

.focus-within\:ring-dns-requests:focus-within {
  --tw-ring-color: var(--dns-requests);
}

.focus-within\:ring-focus:focus-within {
  --tw-ring-color: var(--focus);
}

.focus-within\:ring-graph-1:focus-within {
  --tw-ring-color: var(--graph-1);
}

.focus-within\:ring-graph-10:focus-within {
  --tw-ring-color: var(--graph-10);
}

.focus-within\:ring-graph-11:focus-within {
  --tw-ring-color: var(--graph-11);
}

.focus-within\:ring-graph-2:focus-within {
  --tw-ring-color: var(--graph-2);
}

.focus-within\:ring-graph-3:focus-within {
  --tw-ring-color: var(--graph-3);
}

.focus-within\:ring-graph-4:focus-within {
  --tw-ring-color: var(--graph-4);
}

.focus-within\:ring-graph-5:focus-within {
  --tw-ring-color: var(--graph-5);
}

.focus-within\:ring-graph-6:focus-within {
  --tw-ring-color: var(--graph-6);
}

.focus-within\:ring-graph-7:focus-within {
  --tw-ring-color: var(--graph-7);
}

.focus-within\:ring-graph-8:focus-within {
  --tw-ring-color: var(--graph-8);
}

.focus-within\:ring-graph-9:focus-within {
  --tw-ring-color: var(--graph-9);
}

.focus-within\:ring-graph-disabled:focus-within {
  --tw-ring-color: var(--graph-disabled);
}

.focus-within\:ring-ground-floor:focus-within {
  --tw-ring-color: var(--ground-floor);
}

.focus-within\:ring-high:focus-within {
  --tw-ring-color: var(--high);
}

.focus-within\:ring-informational:focus-within {
  --tw-ring-color: var(--informational);
}

.focus-within\:ring-lines-dark:focus-within {
  --tw-ring-color: var(--lines-dark);
}

.focus-within\:ring-lines-light:focus-within {
  --tw-ring-color: var(--lines-light);
}

.focus-within\:ring-low:focus-within {
  --tw-ring-color: var(--low);
}

.focus-within\:ring-medium:focus-within {
  --tw-ring-color: var(--medium);
}

.focus-within\:ring-mezzanine:focus-within {
  --tw-ring-color: var(--mezzanine);
}

.focus-within\:ring-nav-text-and-icons:focus-within {
  --tw-ring-color: var(--nav-text-and-icons);
}

.focus-within\:ring-nav-text-secondary:focus-within {
  --tw-ring-color: var(--nav-text-secondary);
}

.focus-within\:ring-network-operations:focus-within {
  --tw-ring-color: var(--network-operations);
}

.focus-within\:ring-normal-hover:focus-within {
  --tw-ring-color: var(--normal-hover);
}

.focus-within\:ring-normal-idle:focus-within {
  --tw-ring-color: var(--normal-idle);
}

.focus-within\:ring-normal-pressed:focus-within {
  --tw-ring-color: var(--normal-pressed);
}

.focus-within\:ring-overlay-0\.5:focus-within {
  --tw-ring-color: var(--overlay-0\.5);
}

.focus-within\:ring-overlay-1:focus-within {
  --tw-ring-color: var(--overlay-1);
}

.focus-within\:ring-overlay-2:focus-within {
  --tw-ring-color: var(--overlay-2);
}

.focus-within\:ring-positive:focus-within {
  --tw-ring-color: var(--positive);
}

.focus-within\:ring-primary-hover:focus-within {
  --tw-ring-color: var(--primary-hover);
}

.focus-within\:ring-primary-idle:focus-within {
  --tw-ring-color: var(--primary-idle);
}

.focus-within\:ring-primary-pressed:focus-within {
  --tw-ring-color: var(--primary-pressed);
}

.focus-within\:ring-process-operations:focus-within {
  --tw-ring-color: var(--process-operations);
}

.focus-within\:ring-purple-50:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(250, 245, 255, var(--tw-ring-opacity));
}

.focus-within\:ring-purple-100:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(243, 232, 255, var(--tw-ring-opacity));
}

.focus-within\:ring-purple-200:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(233, 213, 255, var(--tw-ring-opacity));
}

.focus-within\:ring-purple-300:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(216, 180, 254, var(--tw-ring-opacity));
}

.focus-within\:ring-purple-400:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(192, 132, 252, var(--tw-ring-opacity));
}

.focus-within\:ring-purple-500:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(168, 85, 247, var(--tw-ring-opacity));
}

.focus-within\:ring-purple-600:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(147, 51, 234, var(--tw-ring-opacity));
}

.focus-within\:ring-purple-700:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(126, 34, 206, var(--tw-ring-opacity));
}

.focus-within\:ring-purple-800:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(107, 33, 168, var(--tw-ring-opacity));
}

.focus-within\:ring-purple-900:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(88, 28, 135, var(--tw-ring-opacity));
}

.focus-within\:ring-registry-operations:focus-within {
  --tw-ring-color: var(--registry-operations);
}

.focus-within\:ring-selected:focus-within {
  --tw-ring-color: var(--selected);
}

.focus-within\:ring-surface-2xl:focus-within {
  --tw-ring-color: var(--surface-2xl);
}

.focus-within\:ring-surface-base:focus-within {
  --tw-ring-color: var(--surface-base);
}

.focus-within\:ring-surface-inner:focus-within {
  --tw-ring-color: var(--surface-inner);
}

.focus-within\:ring-surface-lg:focus-within {
  --tw-ring-color: var(--surface-lg);
}

.focus-within\:ring-surface-md:focus-within {
  --tw-ring-color: var(--surface-md);
}

.focus-within\:ring-surface-xl:focus-within {
  --tw-ring-color: var(--surface-xl);
}

.focus-within\:ring-text-and-icons:focus-within {
  --tw-ring-color: var(--text-and-icons);
}

.focus-within\:ring-titles-and-attributes:focus-within {
  --tw-ring-color: var(--titles-and-attributes);
}

.focus-within\:ring-black:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(0, 0, 0, var(--tw-ring-opacity));
}

.focus-within\:ring-white:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(255, 255, 255, var(--tw-ring-opacity));
}

.focus-within\:ring-rose-50:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(255, 241, 242, var(--tw-ring-opacity));
}

.focus-within\:ring-rose-100:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(255, 228, 230, var(--tw-ring-opacity));
}

.focus-within\:ring-rose-200:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(254, 205, 211, var(--tw-ring-opacity));
}

.focus-within\:ring-rose-300:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(253, 164, 175, var(--tw-ring-opacity));
}

.focus-within\:ring-rose-400:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(251, 113, 133, var(--tw-ring-opacity));
}

.focus-within\:ring-rose-500:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(244, 63, 94, var(--tw-ring-opacity));
}

.focus-within\:ring-rose-600:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(225, 29, 72, var(--tw-ring-opacity));
}

.focus-within\:ring-rose-700:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(190, 18, 60, var(--tw-ring-opacity));
}

.focus-within\:ring-rose-800:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(159, 18, 57, var(--tw-ring-opacity));
}

.focus-within\:ring-rose-900:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(136, 19, 55, var(--tw-ring-opacity));
}

.focus-within\:ring-pink-50:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(253, 242, 248, var(--tw-ring-opacity));
}

.focus-within\:ring-pink-100:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(252, 231, 243, var(--tw-ring-opacity));
}

.focus-within\:ring-pink-200:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(251, 207, 232, var(--tw-ring-opacity));
}

.focus-within\:ring-pink-300:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(249, 168, 212, var(--tw-ring-opacity));
}

.focus-within\:ring-pink-400:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(244, 114, 182, var(--tw-ring-opacity));
}

.focus-within\:ring-pink-500:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(236, 72, 153, var(--tw-ring-opacity));
}

.focus-within\:ring-pink-600:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(219, 39, 119, var(--tw-ring-opacity));
}

.focus-within\:ring-pink-700:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(190, 24, 93, var(--tw-ring-opacity));
}

.focus-within\:ring-pink-800:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(157, 23, 77, var(--tw-ring-opacity));
}

.focus-within\:ring-pink-900:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(131, 24, 67, var(--tw-ring-opacity));
}

.focus-within\:ring-fuchsia-50:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(253, 244, 255, var(--tw-ring-opacity));
}

.focus-within\:ring-fuchsia-100:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(250, 232, 255, var(--tw-ring-opacity));
}

.focus-within\:ring-fuchsia-200:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(245, 208, 254, var(--tw-ring-opacity));
}

.focus-within\:ring-fuchsia-300:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(240, 171, 252, var(--tw-ring-opacity));
}

.focus-within\:ring-fuchsia-400:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(232, 121, 249, var(--tw-ring-opacity));
}

.focus-within\:ring-fuchsia-500:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(217, 70, 239, var(--tw-ring-opacity));
}

.focus-within\:ring-fuchsia-600:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(192, 38, 211, var(--tw-ring-opacity));
}

.focus-within\:ring-fuchsia-700:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(162, 28, 175, var(--tw-ring-opacity));
}

.focus-within\:ring-fuchsia-800:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(134, 25, 143, var(--tw-ring-opacity));
}

.focus-within\:ring-fuchsia-900:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(112, 26, 117, var(--tw-ring-opacity));
}

.focus-within\:ring-violet-50:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(245, 243, 255, var(--tw-ring-opacity));
}

.focus-within\:ring-violet-100:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(237, 233, 254, var(--tw-ring-opacity));
}

.focus-within\:ring-violet-200:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(221, 214, 254, var(--tw-ring-opacity));
}

.focus-within\:ring-violet-300:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(196, 181, 253, var(--tw-ring-opacity));
}

.focus-within\:ring-violet-400:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(167, 139, 250, var(--tw-ring-opacity));
}

.focus-within\:ring-violet-500:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(139, 92, 246, var(--tw-ring-opacity));
}

.focus-within\:ring-violet-600:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(124, 58, 237, var(--tw-ring-opacity));
}

.focus-within\:ring-violet-700:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(109, 40, 217, var(--tw-ring-opacity));
}

.focus-within\:ring-violet-800:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(91, 33, 182, var(--tw-ring-opacity));
}

.focus-within\:ring-violet-900:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(76, 29, 149, var(--tw-ring-opacity));
}

.focus-within\:ring-indigo-50:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(238, 242, 255, var(--tw-ring-opacity));
}

.focus-within\:ring-indigo-100:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(224, 231, 255, var(--tw-ring-opacity));
}

.focus-within\:ring-indigo-200:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(199, 210, 254, var(--tw-ring-opacity));
}

.focus-within\:ring-indigo-300:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(165, 180, 252, var(--tw-ring-opacity));
}

.focus-within\:ring-indigo-400:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(129, 140, 248, var(--tw-ring-opacity));
}

.focus-within\:ring-indigo-500:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(99, 102, 241, var(--tw-ring-opacity));
}

.focus-within\:ring-indigo-600:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(79, 70, 229, var(--tw-ring-opacity));
}

.focus-within\:ring-indigo-700:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(67, 56, 202, var(--tw-ring-opacity));
}

.focus-within\:ring-indigo-800:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(55, 48, 163, var(--tw-ring-opacity));
}

.focus-within\:ring-indigo-900:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(49, 46, 129, var(--tw-ring-opacity));
}

.focus-within\:ring-lightBlue-50:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(240, 249, 255, var(--tw-ring-opacity));
}

.focus-within\:ring-lightBlue-100:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(224, 242, 254, var(--tw-ring-opacity));
}

.focus-within\:ring-lightBlue-200:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(186, 230, 253, var(--tw-ring-opacity));
}

.focus-within\:ring-lightBlue-300:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(125, 211, 252, var(--tw-ring-opacity));
}

.focus-within\:ring-lightBlue-400:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(56, 189, 248, var(--tw-ring-opacity));
}

.focus-within\:ring-lightBlue-500:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(14, 165, 233, var(--tw-ring-opacity));
}

.focus-within\:ring-lightBlue-600:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(2, 132, 199, var(--tw-ring-opacity));
}

.focus-within\:ring-lightBlue-700:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(3, 105, 161, var(--tw-ring-opacity));
}

.focus-within\:ring-lightBlue-800:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(7, 89, 133, var(--tw-ring-opacity));
}

.focus-within\:ring-lightBlue-900:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(12, 74, 110, var(--tw-ring-opacity));
}

.focus-within\:ring-cyan-50:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(236, 254, 255, var(--tw-ring-opacity));
}

.focus-within\:ring-cyan-100:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(207, 250, 254, var(--tw-ring-opacity));
}

.focus-within\:ring-cyan-200:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(165, 243, 252, var(--tw-ring-opacity));
}

.focus-within\:ring-cyan-300:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(103, 232, 249, var(--tw-ring-opacity));
}

.focus-within\:ring-cyan-400:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(34, 211, 238, var(--tw-ring-opacity));
}

.focus-within\:ring-cyan-500:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(6, 182, 212, var(--tw-ring-opacity));
}

.focus-within\:ring-cyan-600:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(8, 145, 178, var(--tw-ring-opacity));
}

.focus-within\:ring-cyan-700:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(14, 116, 144, var(--tw-ring-opacity));
}

.focus-within\:ring-cyan-800:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(21, 94, 117, var(--tw-ring-opacity));
}

.focus-within\:ring-cyan-900:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(22, 78, 99, var(--tw-ring-opacity));
}

.focus-within\:ring-teal-50:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(240, 253, 250, var(--tw-ring-opacity));
}

.focus-within\:ring-teal-100:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(204, 251, 241, var(--tw-ring-opacity));
}

.focus-within\:ring-teal-200:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(153, 246, 228, var(--tw-ring-opacity));
}

.focus-within\:ring-teal-300:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(94, 234, 212, var(--tw-ring-opacity));
}

.focus-within\:ring-teal-400:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(45, 212, 191, var(--tw-ring-opacity));
}

.focus-within\:ring-teal-500:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(20, 184, 166, var(--tw-ring-opacity));
}

.focus-within\:ring-teal-600:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(13, 148, 136, var(--tw-ring-opacity));
}

.focus-within\:ring-teal-700:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(15, 118, 110, var(--tw-ring-opacity));
}

.focus-within\:ring-teal-800:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(17, 94, 89, var(--tw-ring-opacity));
}

.focus-within\:ring-teal-900:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(19, 78, 74, var(--tw-ring-opacity));
}

.focus-within\:ring-emerald-50:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(236, 253, 245, var(--tw-ring-opacity));
}

.focus-within\:ring-emerald-100:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(209, 250, 229, var(--tw-ring-opacity));
}

.focus-within\:ring-emerald-200:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(167, 243, 208, var(--tw-ring-opacity));
}

.focus-within\:ring-emerald-300:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(110, 231, 183, var(--tw-ring-opacity));
}

.focus-within\:ring-emerald-400:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(52, 211, 153, var(--tw-ring-opacity));
}

.focus-within\:ring-emerald-500:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(16, 185, 129, var(--tw-ring-opacity));
}

.focus-within\:ring-emerald-600:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(5, 150, 105, var(--tw-ring-opacity));
}

.focus-within\:ring-emerald-700:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(4, 120, 87, var(--tw-ring-opacity));
}

.focus-within\:ring-emerald-800:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(6, 95, 70, var(--tw-ring-opacity));
}

.focus-within\:ring-emerald-900:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(6, 78, 59, var(--tw-ring-opacity));
}

.focus-within\:ring-green-50:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(240, 253, 244, var(--tw-ring-opacity));
}

.focus-within\:ring-green-100:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(220, 252, 231, var(--tw-ring-opacity));
}

.focus-within\:ring-green-200:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(187, 247, 208, var(--tw-ring-opacity));
}

.focus-within\:ring-green-300:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(134, 239, 172, var(--tw-ring-opacity));
}

.focus-within\:ring-green-400:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(74, 222, 128, var(--tw-ring-opacity));
}

.focus-within\:ring-green-500:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(34, 197, 94, var(--tw-ring-opacity));
}

.focus-within\:ring-green-600:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(22, 163, 74, var(--tw-ring-opacity));
}

.focus-within\:ring-green-700:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(21, 128, 61, var(--tw-ring-opacity));
}

.focus-within\:ring-green-800:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(22, 101, 52, var(--tw-ring-opacity));
}

.focus-within\:ring-green-900:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(20, 83, 45, var(--tw-ring-opacity));
}

.focus-within\:ring-lime-50:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(247, 254, 231, var(--tw-ring-opacity));
}

.focus-within\:ring-lime-100:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(236, 252, 203, var(--tw-ring-opacity));
}

.focus-within\:ring-lime-200:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(217, 249, 157, var(--tw-ring-opacity));
}

.focus-within\:ring-lime-300:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(190, 242, 100, var(--tw-ring-opacity));
}

.focus-within\:ring-lime-400:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(163, 230, 53, var(--tw-ring-opacity));
}

.focus-within\:ring-lime-500:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(132, 204, 22, var(--tw-ring-opacity));
}

.focus-within\:ring-lime-600:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(101, 163, 13, var(--tw-ring-opacity));
}

.focus-within\:ring-lime-700:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(77, 124, 15, var(--tw-ring-opacity));
}

.focus-within\:ring-lime-800:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(63, 98, 18, var(--tw-ring-opacity));
}

.focus-within\:ring-lime-900:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(54, 83, 20, var(--tw-ring-opacity));
}

.focus-within\:ring-yellow-50:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(254, 252, 232, var(--tw-ring-opacity));
}

.focus-within\:ring-yellow-100:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(254, 249, 195, var(--tw-ring-opacity));
}

.focus-within\:ring-yellow-200:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(254, 240, 138, var(--tw-ring-opacity));
}

.focus-within\:ring-yellow-300:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(253, 224, 71, var(--tw-ring-opacity));
}

.focus-within\:ring-yellow-400:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(250, 204, 21, var(--tw-ring-opacity));
}

.focus-within\:ring-yellow-500:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(234, 179, 8, var(--tw-ring-opacity));
}

.focus-within\:ring-yellow-600:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(202, 138, 4, var(--tw-ring-opacity));
}

.focus-within\:ring-yellow-700:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(161, 98, 7, var(--tw-ring-opacity));
}

.focus-within\:ring-yellow-800:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(133, 77, 14, var(--tw-ring-opacity));
}

.focus-within\:ring-yellow-900:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(113, 63, 18, var(--tw-ring-opacity));
}

.focus-within\:ring-amber-50:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(255, 251, 235, var(--tw-ring-opacity));
}

.focus-within\:ring-amber-100:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(254, 243, 199, var(--tw-ring-opacity));
}

.focus-within\:ring-amber-200:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(253, 230, 138, var(--tw-ring-opacity));
}

.focus-within\:ring-amber-300:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(252, 211, 77, var(--tw-ring-opacity));
}

.focus-within\:ring-amber-400:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(251, 191, 36, var(--tw-ring-opacity));
}

.focus-within\:ring-amber-500:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(245, 158, 11, var(--tw-ring-opacity));
}

.focus-within\:ring-amber-600:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(217, 119, 6, var(--tw-ring-opacity));
}

.focus-within\:ring-amber-700:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(180, 83, 9, var(--tw-ring-opacity));
}

.focus-within\:ring-amber-800:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(146, 64, 14, var(--tw-ring-opacity));
}

.focus-within\:ring-amber-900:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(120, 53, 15, var(--tw-ring-opacity));
}

.focus-within\:ring-orange-50:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(255, 247, 237, var(--tw-ring-opacity));
}

.focus-within\:ring-orange-100:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(255, 237, 213, var(--tw-ring-opacity));
}

.focus-within\:ring-orange-200:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(254, 215, 170, var(--tw-ring-opacity));
}

.focus-within\:ring-orange-300:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(253, 186, 116, var(--tw-ring-opacity));
}

.focus-within\:ring-orange-400:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(251, 146, 60, var(--tw-ring-opacity));
}

.focus-within\:ring-orange-500:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(249, 115, 22, var(--tw-ring-opacity));
}

.focus-within\:ring-orange-600:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(234, 88, 12, var(--tw-ring-opacity));
}

.focus-within\:ring-orange-700:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(194, 65, 12, var(--tw-ring-opacity));
}

.focus-within\:ring-orange-800:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(154, 52, 18, var(--tw-ring-opacity));
}

.focus-within\:ring-orange-900:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(124, 45, 18, var(--tw-ring-opacity));
}

.focus-within\:ring-red-50:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(254, 242, 242, var(--tw-ring-opacity));
}

.focus-within\:ring-red-100:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(254, 226, 226, var(--tw-ring-opacity));
}

.focus-within\:ring-red-200:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(254, 202, 202, var(--tw-ring-opacity));
}

.focus-within\:ring-red-300:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(252, 165, 165, var(--tw-ring-opacity));
}

.focus-within\:ring-red-400:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(248, 113, 113, var(--tw-ring-opacity));
}

.focus-within\:ring-red-500:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(239, 68, 68, var(--tw-ring-opacity));
}

.focus-within\:ring-red-600:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(220, 38, 38, var(--tw-ring-opacity));
}

.focus-within\:ring-red-700:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(185, 28, 28, var(--tw-ring-opacity));
}

.focus-within\:ring-red-800:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(153, 27, 27, var(--tw-ring-opacity));
}

.focus-within\:ring-red-900:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(127, 29, 29, var(--tw-ring-opacity));
}

.focus-within\:ring-warmGray-50:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(250, 250, 249, var(--tw-ring-opacity));
}

.focus-within\:ring-warmGray-100:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(245, 245, 244, var(--tw-ring-opacity));
}

.focus-within\:ring-warmGray-200:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(231, 229, 228, var(--tw-ring-opacity));
}

.focus-within\:ring-warmGray-300:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(214, 211, 209, var(--tw-ring-opacity));
}

.focus-within\:ring-warmGray-400:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(168, 162, 158, var(--tw-ring-opacity));
}

.focus-within\:ring-warmGray-500:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(120, 113, 108, var(--tw-ring-opacity));
}

.focus-within\:ring-warmGray-600:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(87, 83, 78, var(--tw-ring-opacity));
}

.focus-within\:ring-warmGray-700:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(68, 64, 60, var(--tw-ring-opacity));
}

.focus-within\:ring-warmGray-800:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(41, 37, 36, var(--tw-ring-opacity));
}

.focus-within\:ring-warmGray-900:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(28, 25, 23, var(--tw-ring-opacity));
}

.focus-within\:ring-trueGray-50:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(250, 250, 250, var(--tw-ring-opacity));
}

.focus-within\:ring-trueGray-100:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(245, 245, 245, var(--tw-ring-opacity));
}

.focus-within\:ring-trueGray-200:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(229, 229, 229, var(--tw-ring-opacity));
}

.focus-within\:ring-trueGray-300:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(212, 212, 212, var(--tw-ring-opacity));
}

.focus-within\:ring-trueGray-400:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(163, 163, 163, var(--tw-ring-opacity));
}

.focus-within\:ring-trueGray-500:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(115, 115, 115, var(--tw-ring-opacity));
}

.focus-within\:ring-trueGray-600:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(82, 82, 82, var(--tw-ring-opacity));
}

.focus-within\:ring-trueGray-700:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(64, 64, 64, var(--tw-ring-opacity));
}

.focus-within\:ring-trueGray-800:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(38, 38, 38, var(--tw-ring-opacity));
}

.focus-within\:ring-trueGray-900:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(23, 23, 23, var(--tw-ring-opacity));
}

.focus-within\:ring-gray-50:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(250, 250, 250, var(--tw-ring-opacity));
}

.focus-within\:ring-gray-100:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(244, 244, 245, var(--tw-ring-opacity));
}

.focus-within\:ring-gray-200:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(228, 228, 231, var(--tw-ring-opacity));
}

.focus-within\:ring-gray-300:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(212, 212, 216, var(--tw-ring-opacity));
}

.focus-within\:ring-gray-400:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(161, 161, 170, var(--tw-ring-opacity));
}

.focus-within\:ring-gray-500:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(113, 113, 122, var(--tw-ring-opacity));
}

.focus-within\:ring-gray-600:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(82, 82, 91, var(--tw-ring-opacity));
}

.focus-within\:ring-gray-700:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(63, 63, 70, var(--tw-ring-opacity));
}

.focus-within\:ring-gray-800:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(39, 39, 42, var(--tw-ring-opacity));
}

.focus-within\:ring-gray-900:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(24, 24, 27, var(--tw-ring-opacity));
}

.focus-within\:ring-coolGray-50:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(249, 250, 251, var(--tw-ring-opacity));
}

.focus-within\:ring-coolGray-100:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(243, 244, 246, var(--tw-ring-opacity));
}

.focus-within\:ring-coolGray-200:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(229, 231, 235, var(--tw-ring-opacity));
}

.focus-within\:ring-coolGray-300:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(209, 213, 219, var(--tw-ring-opacity));
}

.focus-within\:ring-coolGray-400:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(156, 163, 175, var(--tw-ring-opacity));
}

.focus-within\:ring-coolGray-500:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(107, 114, 128, var(--tw-ring-opacity));
}

.focus-within\:ring-coolGray-600:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(75, 85, 99, var(--tw-ring-opacity));
}

.focus-within\:ring-coolGray-700:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(55, 65, 81, var(--tw-ring-opacity));
}

.focus-within\:ring-coolGray-800:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(31, 41, 55, var(--tw-ring-opacity));
}

.focus-within\:ring-coolGray-900:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(17, 24, 39, var(--tw-ring-opacity));
}

.focus-within\:ring-blueGray-50:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(248, 250, 252, var(--tw-ring-opacity));
}

.focus-within\:ring-blueGray-100:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(241, 245, 249, var(--tw-ring-opacity));
}

.focus-within\:ring-blueGray-200:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(226, 232, 240, var(--tw-ring-opacity));
}

.focus-within\:ring-blueGray-300:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(203, 213, 225, var(--tw-ring-opacity));
}

.focus-within\:ring-blueGray-400:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(148, 163, 184, var(--tw-ring-opacity));
}

.focus-within\:ring-blueGray-500:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(100, 116, 139, var(--tw-ring-opacity));
}

.focus-within\:ring-blueGray-600:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(71, 85, 105, var(--tw-ring-opacity));
}

.focus-within\:ring-blueGray-700:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(51, 65, 85, var(--tw-ring-opacity));
}

.focus-within\:ring-blueGray-800:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(30, 41, 59, var(--tw-ring-opacity));
}

.focus-within\:ring-blueGray-900:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(15, 23, 42, var(--tw-ring-opacity));
}

.focus\:ring-current:focus {
  --tw-ring-color: currentColor;
}

.focus\:ring-transparent:focus {
  --tw-ring-color: transparent;
}

.focus\:ring-falcon:focus {
  --tw-ring-color: var(--falcon);
}

.focus\:ring-basement:focus {
  --tw-ring-color: var(--basement);
}

.focus\:ring-blue-50:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(239, 246, 255, var(--tw-ring-opacity));
}

.focus\:ring-blue-100:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(219, 234, 254, var(--tw-ring-opacity));
}

.focus\:ring-blue-200:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(191, 219, 254, var(--tw-ring-opacity));
}

.focus\:ring-blue-300:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(147, 197, 253, var(--tw-ring-opacity));
}

.focus\:ring-blue-400:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(96, 165, 250, var(--tw-ring-opacity));
}

.focus\:ring-blue-500:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(59, 130, 246, var(--tw-ring-opacity));
}

.focus\:ring-blue-600:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(37, 99, 235, var(--tw-ring-opacity));
}

.focus\:ring-blue-700:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(29, 78, 216, var(--tw-ring-opacity));
}

.focus\:ring-blue-800:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(30, 64, 175, var(--tw-ring-opacity));
}

.focus\:ring-blue-900:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(30, 58, 138, var(--tw-ring-opacity));
}

.focus\:ring-body-and-labels:focus {
  --tw-ring-color: var(--body-and-labels);
}

.focus\:ring-brand:focus {
  --tw-ring-color: var(--brand);
}

.focus\:ring-code-base-64:focus {
  --tw-ring-color: var(--code-base-64);
}

.focus\:ring-code-bg:focus {
  --tw-ring-color: var(--code-bg);
}

.focus\:ring-code-outline:focus {
  --tw-ring-color: var(--code-outline);
}

.focus\:ring-code-text:focus {
  --tw-ring-color: var(--code-text);
}

.focus\:ring-critical:focus {
  --tw-ring-color: var(--critical);
}

.focus\:ring-destructive-hover:focus {
  --tw-ring-color: var(--destructive-hover);
}

.focus\:ring-destructive-idle:focus {
  --tw-ring-color: var(--destructive-idle);
}

.focus\:ring-destructive-pressed:focus {
  --tw-ring-color: var(--destructive-pressed);
}

.focus\:ring-disabled:focus {
  --tw-ring-color: var(--disabled);
}

.focus\:ring-disc-operations:focus {
  --tw-ring-color: var(--disc-operations);
}

.focus\:ring-dns-requests:focus {
  --tw-ring-color: var(--dns-requests);
}

.focus\:ring-focus:focus {
  --tw-ring-color: var(--focus);
}

.focus\:ring-graph-1:focus {
  --tw-ring-color: var(--graph-1);
}

.focus\:ring-graph-10:focus {
  --tw-ring-color: var(--graph-10);
}

.focus\:ring-graph-11:focus {
  --tw-ring-color: var(--graph-11);
}

.focus\:ring-graph-2:focus {
  --tw-ring-color: var(--graph-2);
}

.focus\:ring-graph-3:focus {
  --tw-ring-color: var(--graph-3);
}

.focus\:ring-graph-4:focus {
  --tw-ring-color: var(--graph-4);
}

.focus\:ring-graph-5:focus {
  --tw-ring-color: var(--graph-5);
}

.focus\:ring-graph-6:focus {
  --tw-ring-color: var(--graph-6);
}

.focus\:ring-graph-7:focus {
  --tw-ring-color: var(--graph-7);
}

.focus\:ring-graph-8:focus {
  --tw-ring-color: var(--graph-8);
}

.focus\:ring-graph-9:focus {
  --tw-ring-color: var(--graph-9);
}

.focus\:ring-graph-disabled:focus {
  --tw-ring-color: var(--graph-disabled);
}

.focus\:ring-ground-floor:focus {
  --tw-ring-color: var(--ground-floor);
}

.focus\:ring-high:focus {
  --tw-ring-color: var(--high);
}

.focus\:ring-informational:focus {
  --tw-ring-color: var(--informational);
}

.focus\:ring-lines-dark:focus {
  --tw-ring-color: var(--lines-dark);
}

.focus\:ring-lines-light:focus {
  --tw-ring-color: var(--lines-light);
}

.focus\:ring-low:focus {
  --tw-ring-color: var(--low);
}

.focus\:ring-medium:focus {
  --tw-ring-color: var(--medium);
}

.focus\:ring-mezzanine:focus {
  --tw-ring-color: var(--mezzanine);
}

.focus\:ring-nav-text-and-icons:focus {
  --tw-ring-color: var(--nav-text-and-icons);
}

.focus\:ring-nav-text-secondary:focus {
  --tw-ring-color: var(--nav-text-secondary);
}

.focus\:ring-network-operations:focus {
  --tw-ring-color: var(--network-operations);
}

.focus\:ring-normal-hover:focus {
  --tw-ring-color: var(--normal-hover);
}

.focus\:ring-normal-idle:focus {
  --tw-ring-color: var(--normal-idle);
}

.focus\:ring-normal-pressed:focus {
  --tw-ring-color: var(--normal-pressed);
}

.focus\:ring-overlay-0\.5:focus {
  --tw-ring-color: var(--overlay-0\.5);
}

.focus\:ring-overlay-1:focus {
  --tw-ring-color: var(--overlay-1);
}

.focus\:ring-overlay-2:focus {
  --tw-ring-color: var(--overlay-2);
}

.focus\:ring-positive:focus {
  --tw-ring-color: var(--positive);
}

.focus\:ring-primary-hover:focus {
  --tw-ring-color: var(--primary-hover);
}

.focus\:ring-primary-idle:focus {
  --tw-ring-color: var(--primary-idle);
}

.focus\:ring-primary-pressed:focus {
  --tw-ring-color: var(--primary-pressed);
}

.focus\:ring-process-operations:focus {
  --tw-ring-color: var(--process-operations);
}

.focus\:ring-purple-50:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(250, 245, 255, var(--tw-ring-opacity));
}

.focus\:ring-purple-100:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(243, 232, 255, var(--tw-ring-opacity));
}

.focus\:ring-purple-200:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(233, 213, 255, var(--tw-ring-opacity));
}

.focus\:ring-purple-300:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(216, 180, 254, var(--tw-ring-opacity));
}

.focus\:ring-purple-400:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(192, 132, 252, var(--tw-ring-opacity));
}

.focus\:ring-purple-500:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(168, 85, 247, var(--tw-ring-opacity));
}

.focus\:ring-purple-600:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(147, 51, 234, var(--tw-ring-opacity));
}

.focus\:ring-purple-700:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(126, 34, 206, var(--tw-ring-opacity));
}

.focus\:ring-purple-800:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(107, 33, 168, var(--tw-ring-opacity));
}

.focus\:ring-purple-900:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(88, 28, 135, var(--tw-ring-opacity));
}

.focus\:ring-registry-operations:focus {
  --tw-ring-color: var(--registry-operations);
}

.focus\:ring-selected:focus {
  --tw-ring-color: var(--selected);
}

.focus\:ring-surface-2xl:focus {
  --tw-ring-color: var(--surface-2xl);
}

.focus\:ring-surface-base:focus {
  --tw-ring-color: var(--surface-base);
}

.focus\:ring-surface-inner:focus {
  --tw-ring-color: var(--surface-inner);
}

.focus\:ring-surface-lg:focus {
  --tw-ring-color: var(--surface-lg);
}

.focus\:ring-surface-md:focus {
  --tw-ring-color: var(--surface-md);
}

.focus\:ring-surface-xl:focus {
  --tw-ring-color: var(--surface-xl);
}

.focus\:ring-text-and-icons:focus {
  --tw-ring-color: var(--text-and-icons);
}

.focus\:ring-titles-and-attributes:focus {
  --tw-ring-color: var(--titles-and-attributes);
}

.focus\:ring-black:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(0, 0, 0, var(--tw-ring-opacity));
}

.focus\:ring-white:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(255, 255, 255, var(--tw-ring-opacity));
}

.focus\:ring-rose-50:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(255, 241, 242, var(--tw-ring-opacity));
}

.focus\:ring-rose-100:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(255, 228, 230, var(--tw-ring-opacity));
}

.focus\:ring-rose-200:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(254, 205, 211, var(--tw-ring-opacity));
}

.focus\:ring-rose-300:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(253, 164, 175, var(--tw-ring-opacity));
}

.focus\:ring-rose-400:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(251, 113, 133, var(--tw-ring-opacity));
}

.focus\:ring-rose-500:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(244, 63, 94, var(--tw-ring-opacity));
}

.focus\:ring-rose-600:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(225, 29, 72, var(--tw-ring-opacity));
}

.focus\:ring-rose-700:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(190, 18, 60, var(--tw-ring-opacity));
}

.focus\:ring-rose-800:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(159, 18, 57, var(--tw-ring-opacity));
}

.focus\:ring-rose-900:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(136, 19, 55, var(--tw-ring-opacity));
}

.focus\:ring-pink-50:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(253, 242, 248, var(--tw-ring-opacity));
}

.focus\:ring-pink-100:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(252, 231, 243, var(--tw-ring-opacity));
}

.focus\:ring-pink-200:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(251, 207, 232, var(--tw-ring-opacity));
}

.focus\:ring-pink-300:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(249, 168, 212, var(--tw-ring-opacity));
}

.focus\:ring-pink-400:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(244, 114, 182, var(--tw-ring-opacity));
}

.focus\:ring-pink-500:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(236, 72, 153, var(--tw-ring-opacity));
}

.focus\:ring-pink-600:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(219, 39, 119, var(--tw-ring-opacity));
}

.focus\:ring-pink-700:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(190, 24, 93, var(--tw-ring-opacity));
}

.focus\:ring-pink-800:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(157, 23, 77, var(--tw-ring-opacity));
}

.focus\:ring-pink-900:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(131, 24, 67, var(--tw-ring-opacity));
}

.focus\:ring-fuchsia-50:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(253, 244, 255, var(--tw-ring-opacity));
}

.focus\:ring-fuchsia-100:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(250, 232, 255, var(--tw-ring-opacity));
}

.focus\:ring-fuchsia-200:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(245, 208, 254, var(--tw-ring-opacity));
}

.focus\:ring-fuchsia-300:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(240, 171, 252, var(--tw-ring-opacity));
}

.focus\:ring-fuchsia-400:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(232, 121, 249, var(--tw-ring-opacity));
}

.focus\:ring-fuchsia-500:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(217, 70, 239, var(--tw-ring-opacity));
}

.focus\:ring-fuchsia-600:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(192, 38, 211, var(--tw-ring-opacity));
}

.focus\:ring-fuchsia-700:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(162, 28, 175, var(--tw-ring-opacity));
}

.focus\:ring-fuchsia-800:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(134, 25, 143, var(--tw-ring-opacity));
}

.focus\:ring-fuchsia-900:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(112, 26, 117, var(--tw-ring-opacity));
}

.focus\:ring-violet-50:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(245, 243, 255, var(--tw-ring-opacity));
}

.focus\:ring-violet-100:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(237, 233, 254, var(--tw-ring-opacity));
}

.focus\:ring-violet-200:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(221, 214, 254, var(--tw-ring-opacity));
}

.focus\:ring-violet-300:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(196, 181, 253, var(--tw-ring-opacity));
}

.focus\:ring-violet-400:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(167, 139, 250, var(--tw-ring-opacity));
}

.focus\:ring-violet-500:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(139, 92, 246, var(--tw-ring-opacity));
}

.focus\:ring-violet-600:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(124, 58, 237, var(--tw-ring-opacity));
}

.focus\:ring-violet-700:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(109, 40, 217, var(--tw-ring-opacity));
}

.focus\:ring-violet-800:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(91, 33, 182, var(--tw-ring-opacity));
}

.focus\:ring-violet-900:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(76, 29, 149, var(--tw-ring-opacity));
}

.focus\:ring-indigo-50:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(238, 242, 255, var(--tw-ring-opacity));
}

.focus\:ring-indigo-100:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(224, 231, 255, var(--tw-ring-opacity));
}

.focus\:ring-indigo-200:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(199, 210, 254, var(--tw-ring-opacity));
}

.focus\:ring-indigo-300:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(165, 180, 252, var(--tw-ring-opacity));
}

.focus\:ring-indigo-400:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(129, 140, 248, var(--tw-ring-opacity));
}

.focus\:ring-indigo-500:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(99, 102, 241, var(--tw-ring-opacity));
}

.focus\:ring-indigo-600:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(79, 70, 229, var(--tw-ring-opacity));
}

.focus\:ring-indigo-700:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(67, 56, 202, var(--tw-ring-opacity));
}

.focus\:ring-indigo-800:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(55, 48, 163, var(--tw-ring-opacity));
}

.focus\:ring-indigo-900:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(49, 46, 129, var(--tw-ring-opacity));
}

.focus\:ring-lightBlue-50:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(240, 249, 255, var(--tw-ring-opacity));
}

.focus\:ring-lightBlue-100:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(224, 242, 254, var(--tw-ring-opacity));
}

.focus\:ring-lightBlue-200:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(186, 230, 253, var(--tw-ring-opacity));
}

.focus\:ring-lightBlue-300:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(125, 211, 252, var(--tw-ring-opacity));
}

.focus\:ring-lightBlue-400:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(56, 189, 248, var(--tw-ring-opacity));
}

.focus\:ring-lightBlue-500:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(14, 165, 233, var(--tw-ring-opacity));
}

.focus\:ring-lightBlue-600:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(2, 132, 199, var(--tw-ring-opacity));
}

.focus\:ring-lightBlue-700:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(3, 105, 161, var(--tw-ring-opacity));
}

.focus\:ring-lightBlue-800:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(7, 89, 133, var(--tw-ring-opacity));
}

.focus\:ring-lightBlue-900:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(12, 74, 110, var(--tw-ring-opacity));
}

.focus\:ring-cyan-50:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(236, 254, 255, var(--tw-ring-opacity));
}

.focus\:ring-cyan-100:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(207, 250, 254, var(--tw-ring-opacity));
}

.focus\:ring-cyan-200:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(165, 243, 252, var(--tw-ring-opacity));
}

.focus\:ring-cyan-300:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(103, 232, 249, var(--tw-ring-opacity));
}

.focus\:ring-cyan-400:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(34, 211, 238, var(--tw-ring-opacity));
}

.focus\:ring-cyan-500:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(6, 182, 212, var(--tw-ring-opacity));
}

.focus\:ring-cyan-600:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(8, 145, 178, var(--tw-ring-opacity));
}

.focus\:ring-cyan-700:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(14, 116, 144, var(--tw-ring-opacity));
}

.focus\:ring-cyan-800:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(21, 94, 117, var(--tw-ring-opacity));
}

.focus\:ring-cyan-900:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(22, 78, 99, var(--tw-ring-opacity));
}

.focus\:ring-teal-50:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(240, 253, 250, var(--tw-ring-opacity));
}

.focus\:ring-teal-100:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(204, 251, 241, var(--tw-ring-opacity));
}

.focus\:ring-teal-200:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(153, 246, 228, var(--tw-ring-opacity));
}

.focus\:ring-teal-300:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(94, 234, 212, var(--tw-ring-opacity));
}

.focus\:ring-teal-400:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(45, 212, 191, var(--tw-ring-opacity));
}

.focus\:ring-teal-500:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(20, 184, 166, var(--tw-ring-opacity));
}

.focus\:ring-teal-600:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(13, 148, 136, var(--tw-ring-opacity));
}

.focus\:ring-teal-700:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(15, 118, 110, var(--tw-ring-opacity));
}

.focus\:ring-teal-800:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(17, 94, 89, var(--tw-ring-opacity));
}

.focus\:ring-teal-900:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(19, 78, 74, var(--tw-ring-opacity));
}

.focus\:ring-emerald-50:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(236, 253, 245, var(--tw-ring-opacity));
}

.focus\:ring-emerald-100:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(209, 250, 229, var(--tw-ring-opacity));
}

.focus\:ring-emerald-200:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(167, 243, 208, var(--tw-ring-opacity));
}

.focus\:ring-emerald-300:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(110, 231, 183, var(--tw-ring-opacity));
}

.focus\:ring-emerald-400:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(52, 211, 153, var(--tw-ring-opacity));
}

.focus\:ring-emerald-500:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(16, 185, 129, var(--tw-ring-opacity));
}

.focus\:ring-emerald-600:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(5, 150, 105, var(--tw-ring-opacity));
}

.focus\:ring-emerald-700:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(4, 120, 87, var(--tw-ring-opacity));
}

.focus\:ring-emerald-800:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(6, 95, 70, var(--tw-ring-opacity));
}

.focus\:ring-emerald-900:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(6, 78, 59, var(--tw-ring-opacity));
}

.focus\:ring-green-50:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(240, 253, 244, var(--tw-ring-opacity));
}

.focus\:ring-green-100:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(220, 252, 231, var(--tw-ring-opacity));
}

.focus\:ring-green-200:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(187, 247, 208, var(--tw-ring-opacity));
}

.focus\:ring-green-300:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(134, 239, 172, var(--tw-ring-opacity));
}

.focus\:ring-green-400:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(74, 222, 128, var(--tw-ring-opacity));
}

.focus\:ring-green-500:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(34, 197, 94, var(--tw-ring-opacity));
}

.focus\:ring-green-600:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(22, 163, 74, var(--tw-ring-opacity));
}

.focus\:ring-green-700:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(21, 128, 61, var(--tw-ring-opacity));
}

.focus\:ring-green-800:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(22, 101, 52, var(--tw-ring-opacity));
}

.focus\:ring-green-900:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(20, 83, 45, var(--tw-ring-opacity));
}

.focus\:ring-lime-50:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(247, 254, 231, var(--tw-ring-opacity));
}

.focus\:ring-lime-100:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(236, 252, 203, var(--tw-ring-opacity));
}

.focus\:ring-lime-200:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(217, 249, 157, var(--tw-ring-opacity));
}

.focus\:ring-lime-300:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(190, 242, 100, var(--tw-ring-opacity));
}

.focus\:ring-lime-400:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(163, 230, 53, var(--tw-ring-opacity));
}

.focus\:ring-lime-500:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(132, 204, 22, var(--tw-ring-opacity));
}

.focus\:ring-lime-600:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(101, 163, 13, var(--tw-ring-opacity));
}

.focus\:ring-lime-700:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(77, 124, 15, var(--tw-ring-opacity));
}

.focus\:ring-lime-800:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(63, 98, 18, var(--tw-ring-opacity));
}

.focus\:ring-lime-900:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(54, 83, 20, var(--tw-ring-opacity));
}

.focus\:ring-yellow-50:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(254, 252, 232, var(--tw-ring-opacity));
}

.focus\:ring-yellow-100:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(254, 249, 195, var(--tw-ring-opacity));
}

.focus\:ring-yellow-200:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(254, 240, 138, var(--tw-ring-opacity));
}

.focus\:ring-yellow-300:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(253, 224, 71, var(--tw-ring-opacity));
}

.focus\:ring-yellow-400:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(250, 204, 21, var(--tw-ring-opacity));
}

.focus\:ring-yellow-500:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(234, 179, 8, var(--tw-ring-opacity));
}

.focus\:ring-yellow-600:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(202, 138, 4, var(--tw-ring-opacity));
}

.focus\:ring-yellow-700:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(161, 98, 7, var(--tw-ring-opacity));
}

.focus\:ring-yellow-800:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(133, 77, 14, var(--tw-ring-opacity));
}

.focus\:ring-yellow-900:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(113, 63, 18, var(--tw-ring-opacity));
}

.focus\:ring-amber-50:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(255, 251, 235, var(--tw-ring-opacity));
}

.focus\:ring-amber-100:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(254, 243, 199, var(--tw-ring-opacity));
}

.focus\:ring-amber-200:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(253, 230, 138, var(--tw-ring-opacity));
}

.focus\:ring-amber-300:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(252, 211, 77, var(--tw-ring-opacity));
}

.focus\:ring-amber-400:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(251, 191, 36, var(--tw-ring-opacity));
}

.focus\:ring-amber-500:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(245, 158, 11, var(--tw-ring-opacity));
}

.focus\:ring-amber-600:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(217, 119, 6, var(--tw-ring-opacity));
}

.focus\:ring-amber-700:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(180, 83, 9, var(--tw-ring-opacity));
}

.focus\:ring-amber-800:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(146, 64, 14, var(--tw-ring-opacity));
}

.focus\:ring-amber-900:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(120, 53, 15, var(--tw-ring-opacity));
}

.focus\:ring-orange-50:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(255, 247, 237, var(--tw-ring-opacity));
}

.focus\:ring-orange-100:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(255, 237, 213, var(--tw-ring-opacity));
}

.focus\:ring-orange-200:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(254, 215, 170, var(--tw-ring-opacity));
}

.focus\:ring-orange-300:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(253, 186, 116, var(--tw-ring-opacity));
}

.focus\:ring-orange-400:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(251, 146, 60, var(--tw-ring-opacity));
}

.focus\:ring-orange-500:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(249, 115, 22, var(--tw-ring-opacity));
}

.focus\:ring-orange-600:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(234, 88, 12, var(--tw-ring-opacity));
}

.focus\:ring-orange-700:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(194, 65, 12, var(--tw-ring-opacity));
}

.focus\:ring-orange-800:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(154, 52, 18, var(--tw-ring-opacity));
}

.focus\:ring-orange-900:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(124, 45, 18, var(--tw-ring-opacity));
}

.focus\:ring-red-50:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(254, 242, 242, var(--tw-ring-opacity));
}

.focus\:ring-red-100:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(254, 226, 226, var(--tw-ring-opacity));
}

.focus\:ring-red-200:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(254, 202, 202, var(--tw-ring-opacity));
}

.focus\:ring-red-300:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(252, 165, 165, var(--tw-ring-opacity));
}

.focus\:ring-red-400:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(248, 113, 113, var(--tw-ring-opacity));
}

.focus\:ring-red-500:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(239, 68, 68, var(--tw-ring-opacity));
}

.focus\:ring-red-600:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(220, 38, 38, var(--tw-ring-opacity));
}

.focus\:ring-red-700:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(185, 28, 28, var(--tw-ring-opacity));
}

.focus\:ring-red-800:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(153, 27, 27, var(--tw-ring-opacity));
}

.focus\:ring-red-900:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(127, 29, 29, var(--tw-ring-opacity));
}

.focus\:ring-warmGray-50:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(250, 250, 249, var(--tw-ring-opacity));
}

.focus\:ring-warmGray-100:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(245, 245, 244, var(--tw-ring-opacity));
}

.focus\:ring-warmGray-200:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(231, 229, 228, var(--tw-ring-opacity));
}

.focus\:ring-warmGray-300:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(214, 211, 209, var(--tw-ring-opacity));
}

.focus\:ring-warmGray-400:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(168, 162, 158, var(--tw-ring-opacity));
}

.focus\:ring-warmGray-500:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(120, 113, 108, var(--tw-ring-opacity));
}

.focus\:ring-warmGray-600:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(87, 83, 78, var(--tw-ring-opacity));
}

.focus\:ring-warmGray-700:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(68, 64, 60, var(--tw-ring-opacity));
}

.focus\:ring-warmGray-800:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(41, 37, 36, var(--tw-ring-opacity));
}

.focus\:ring-warmGray-900:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(28, 25, 23, var(--tw-ring-opacity));
}

.focus\:ring-trueGray-50:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(250, 250, 250, var(--tw-ring-opacity));
}

.focus\:ring-trueGray-100:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(245, 245, 245, var(--tw-ring-opacity));
}

.focus\:ring-trueGray-200:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(229, 229, 229, var(--tw-ring-opacity));
}

.focus\:ring-trueGray-300:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(212, 212, 212, var(--tw-ring-opacity));
}

.focus\:ring-trueGray-400:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(163, 163, 163, var(--tw-ring-opacity));
}

.focus\:ring-trueGray-500:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(115, 115, 115, var(--tw-ring-opacity));
}

.focus\:ring-trueGray-600:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(82, 82, 82, var(--tw-ring-opacity));
}

.focus\:ring-trueGray-700:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(64, 64, 64, var(--tw-ring-opacity));
}

.focus\:ring-trueGray-800:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(38, 38, 38, var(--tw-ring-opacity));
}

.focus\:ring-trueGray-900:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(23, 23, 23, var(--tw-ring-opacity));
}

.focus\:ring-gray-50:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(250, 250, 250, var(--tw-ring-opacity));
}

.focus\:ring-gray-100:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(244, 244, 245, var(--tw-ring-opacity));
}

.focus\:ring-gray-200:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(228, 228, 231, var(--tw-ring-opacity));
}

.focus\:ring-gray-300:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(212, 212, 216, var(--tw-ring-opacity));
}

.focus\:ring-gray-400:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(161, 161, 170, var(--tw-ring-opacity));
}

.focus\:ring-gray-500:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(113, 113, 122, var(--tw-ring-opacity));
}

.focus\:ring-gray-600:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(82, 82, 91, var(--tw-ring-opacity));
}

.focus\:ring-gray-700:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(63, 63, 70, var(--tw-ring-opacity));
}

.focus\:ring-gray-800:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(39, 39, 42, var(--tw-ring-opacity));
}

.focus\:ring-gray-900:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(24, 24, 27, var(--tw-ring-opacity));
}

.focus\:ring-coolGray-50:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(249, 250, 251, var(--tw-ring-opacity));
}

.focus\:ring-coolGray-100:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(243, 244, 246, var(--tw-ring-opacity));
}

.focus\:ring-coolGray-200:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(229, 231, 235, var(--tw-ring-opacity));
}

.focus\:ring-coolGray-300:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(209, 213, 219, var(--tw-ring-opacity));
}

.focus\:ring-coolGray-400:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(156, 163, 175, var(--tw-ring-opacity));
}

.focus\:ring-coolGray-500:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(107, 114, 128, var(--tw-ring-opacity));
}

.focus\:ring-coolGray-600:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(75, 85, 99, var(--tw-ring-opacity));
}

.focus\:ring-coolGray-700:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(55, 65, 81, var(--tw-ring-opacity));
}

.focus\:ring-coolGray-800:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(31, 41, 55, var(--tw-ring-opacity));
}

.focus\:ring-coolGray-900:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(17, 24, 39, var(--tw-ring-opacity));
}

.focus\:ring-blueGray-50:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(248, 250, 252, var(--tw-ring-opacity));
}

.focus\:ring-blueGray-100:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(241, 245, 249, var(--tw-ring-opacity));
}

.focus\:ring-blueGray-200:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(226, 232, 240, var(--tw-ring-opacity));
}

.focus\:ring-blueGray-300:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(203, 213, 225, var(--tw-ring-opacity));
}

.focus\:ring-blueGray-400:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(148, 163, 184, var(--tw-ring-opacity));
}

.focus\:ring-blueGray-500:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(100, 116, 139, var(--tw-ring-opacity));
}

.focus\:ring-blueGray-600:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(71, 85, 105, var(--tw-ring-opacity));
}

.focus\:ring-blueGray-700:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(51, 65, 85, var(--tw-ring-opacity));
}

.focus\:ring-blueGray-800:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(30, 41, 59, var(--tw-ring-opacity));
}

.focus\:ring-blueGray-900:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(15, 23, 42, var(--tw-ring-opacity));
}

.ring-opacity-0 {
  --tw-ring-opacity: 0;
}

.ring-opacity-5 {
  --tw-ring-opacity: 0.05;
}

.ring-opacity-10 {
  --tw-ring-opacity: 0.1;
}

.ring-opacity-20 {
  --tw-ring-opacity: 0.2;
}

.ring-opacity-25 {
  --tw-ring-opacity: 0.25;
}

.ring-opacity-30 {
  --tw-ring-opacity: 0.3;
}

.ring-opacity-40 {
  --tw-ring-opacity: 0.4;
}

.ring-opacity-50 {
  --tw-ring-opacity: 0.5;
}

.ring-opacity-60 {
  --tw-ring-opacity: 0.6;
}

.ring-opacity-70 {
  --tw-ring-opacity: 0.7;
}

.ring-opacity-75 {
  --tw-ring-opacity: 0.75;
}

.ring-opacity-80 {
  --tw-ring-opacity: 0.8;
}

.ring-opacity-90 {
  --tw-ring-opacity: 0.9;
}

.ring-opacity-95 {
  --tw-ring-opacity: 0.95;
}

.ring-opacity-100 {
  --tw-ring-opacity: 1;
}

.focus-within\:ring-opacity-0:focus-within {
  --tw-ring-opacity: 0;
}

.focus-within\:ring-opacity-5:focus-within {
  --tw-ring-opacity: 0.05;
}

.focus-within\:ring-opacity-10:focus-within {
  --tw-ring-opacity: 0.1;
}

.focus-within\:ring-opacity-20:focus-within {
  --tw-ring-opacity: 0.2;
}

.focus-within\:ring-opacity-25:focus-within {
  --tw-ring-opacity: 0.25;
}

.focus-within\:ring-opacity-30:focus-within {
  --tw-ring-opacity: 0.3;
}

.focus-within\:ring-opacity-40:focus-within {
  --tw-ring-opacity: 0.4;
}

.focus-within\:ring-opacity-50:focus-within {
  --tw-ring-opacity: 0.5;
}

.focus-within\:ring-opacity-60:focus-within {
  --tw-ring-opacity: 0.6;
}

.focus-within\:ring-opacity-70:focus-within {
  --tw-ring-opacity: 0.7;
}

.focus-within\:ring-opacity-75:focus-within {
  --tw-ring-opacity: 0.75;
}

.focus-within\:ring-opacity-80:focus-within {
  --tw-ring-opacity: 0.8;
}

.focus-within\:ring-opacity-90:focus-within {
  --tw-ring-opacity: 0.9;
}

.focus-within\:ring-opacity-95:focus-within {
  --tw-ring-opacity: 0.95;
}

.focus-within\:ring-opacity-100:focus-within {
  --tw-ring-opacity: 1;
}

.focus\:ring-opacity-0:focus {
  --tw-ring-opacity: 0;
}

.focus\:ring-opacity-5:focus {
  --tw-ring-opacity: 0.05;
}

.focus\:ring-opacity-10:focus {
  --tw-ring-opacity: 0.1;
}

.focus\:ring-opacity-20:focus {
  --tw-ring-opacity: 0.2;
}

.focus\:ring-opacity-25:focus {
  --tw-ring-opacity: 0.25;
}

.focus\:ring-opacity-30:focus {
  --tw-ring-opacity: 0.3;
}

.focus\:ring-opacity-40:focus {
  --tw-ring-opacity: 0.4;
}

.focus\:ring-opacity-50:focus {
  --tw-ring-opacity: 0.5;
}

.focus\:ring-opacity-60:focus {
  --tw-ring-opacity: 0.6;
}

.focus\:ring-opacity-70:focus {
  --tw-ring-opacity: 0.7;
}

.focus\:ring-opacity-75:focus {
  --tw-ring-opacity: 0.75;
}

.focus\:ring-opacity-80:focus {
  --tw-ring-opacity: 0.8;
}

.focus\:ring-opacity-90:focus {
  --tw-ring-opacity: 0.9;
}

.focus\:ring-opacity-95:focus {
  --tw-ring-opacity: 0.95;
}

.focus\:ring-opacity-100:focus {
  --tw-ring-opacity: 1;
}

.ring-offset-0 {
  --tw-ring-offset-width: 0px;
}

.ring-offset-1 {
  --tw-ring-offset-width: 1px;
}

.ring-offset-2 {
  --tw-ring-offset-width: 2px;
}

.ring-offset-4 {
  --tw-ring-offset-width: 4px;
}

.ring-offset-8 {
  --tw-ring-offset-width: 8px;
}

.focus-within\:ring-offset-0:focus-within {
  --tw-ring-offset-width: 0px;
}

.focus-within\:ring-offset-1:focus-within {
  --tw-ring-offset-width: 1px;
}

.focus-within\:ring-offset-2:focus-within {
  --tw-ring-offset-width: 2px;
}

.focus-within\:ring-offset-4:focus-within {
  --tw-ring-offset-width: 4px;
}

.focus-within\:ring-offset-8:focus-within {
  --tw-ring-offset-width: 8px;
}

.focus\:ring-offset-0:focus {
  --tw-ring-offset-width: 0px;
}

.focus\:ring-offset-1:focus {
  --tw-ring-offset-width: 1px;
}

.focus\:ring-offset-2:focus {
  --tw-ring-offset-width: 2px;
}

.focus\:ring-offset-4:focus {
  --tw-ring-offset-width: 4px;
}

.focus\:ring-offset-8:focus {
  --tw-ring-offset-width: 8px;
}

.ring-offset-current {
  --tw-ring-offset-color: currentColor;
}

.ring-offset-transparent {
  --tw-ring-offset-color: transparent;
}

.ring-offset-falcon {
  --tw-ring-offset-color: var(--falcon);
}

.ring-offset-basement {
  --tw-ring-offset-color: var(--basement);
}

.ring-offset-blue-50 {
  --tw-ring-offset-color: #eff6ff;
}

.ring-offset-blue-100 {
  --tw-ring-offset-color: #dbeafe;
}

.ring-offset-blue-200 {
  --tw-ring-offset-color: #bfdbfe;
}

.ring-offset-blue-300 {
  --tw-ring-offset-color: #93c5fd;
}

.ring-offset-blue-400 {
  --tw-ring-offset-color: #60a5fa;
}

.ring-offset-blue-500 {
  --tw-ring-offset-color: #3b82f6;
}

.ring-offset-blue-600 {
  --tw-ring-offset-color: #2563eb;
}

.ring-offset-blue-700 {
  --tw-ring-offset-color: #1d4ed8;
}

.ring-offset-blue-800 {
  --tw-ring-offset-color: #1e40af;
}

.ring-offset-blue-900 {
  --tw-ring-offset-color: #1e3a8a;
}

.ring-offset-body-and-labels {
  --tw-ring-offset-color: var(--body-and-labels);
}

.ring-offset-brand {
  --tw-ring-offset-color: var(--brand);
}

.ring-offset-code-base-64 {
  --tw-ring-offset-color: var(--code-base-64);
}

.ring-offset-code-bg {
  --tw-ring-offset-color: var(--code-bg);
}

.ring-offset-code-outline {
  --tw-ring-offset-color: var(--code-outline);
}

.ring-offset-code-text {
  --tw-ring-offset-color: var(--code-text);
}

.ring-offset-critical {
  --tw-ring-offset-color: var(--critical);
}

.ring-offset-destructive-hover {
  --tw-ring-offset-color: var(--destructive-hover);
}

.ring-offset-destructive-idle {
  --tw-ring-offset-color: var(--destructive-idle);
}

.ring-offset-destructive-pressed {
  --tw-ring-offset-color: var(--destructive-pressed);
}

.ring-offset-disabled {
  --tw-ring-offset-color: var(--disabled);
}

.ring-offset-disc-operations {
  --tw-ring-offset-color: var(--disc-operations);
}

.ring-offset-dns-requests {
  --tw-ring-offset-color: var(--dns-requests);
}

.ring-offset-focus {
  --tw-ring-offset-color: var(--focus);
}

.ring-offset-graph-1 {
  --tw-ring-offset-color: var(--graph-1);
}

.ring-offset-graph-10 {
  --tw-ring-offset-color: var(--graph-10);
}

.ring-offset-graph-11 {
  --tw-ring-offset-color: var(--graph-11);
}

.ring-offset-graph-2 {
  --tw-ring-offset-color: var(--graph-2);
}

.ring-offset-graph-3 {
  --tw-ring-offset-color: var(--graph-3);
}

.ring-offset-graph-4 {
  --tw-ring-offset-color: var(--graph-4);
}

.ring-offset-graph-5 {
  --tw-ring-offset-color: var(--graph-5);
}

.ring-offset-graph-6 {
  --tw-ring-offset-color: var(--graph-6);
}

.ring-offset-graph-7 {
  --tw-ring-offset-color: var(--graph-7);
}

.ring-offset-graph-8 {
  --tw-ring-offset-color: var(--graph-8);
}

.ring-offset-graph-9 {
  --tw-ring-offset-color: var(--graph-9);
}

.ring-offset-graph-disabled {
  --tw-ring-offset-color: var(--graph-disabled);
}

.ring-offset-ground-floor {
  --tw-ring-offset-color: var(--ground-floor);
}

.ring-offset-high {
  --tw-ring-offset-color: var(--high);
}

.ring-offset-informational {
  --tw-ring-offset-color: var(--informational);
}

.ring-offset-lines-dark {
  --tw-ring-offset-color: var(--lines-dark);
}

.ring-offset-lines-light {
  --tw-ring-offset-color: var(--lines-light);
}

.ring-offset-low {
  --tw-ring-offset-color: var(--low);
}

.ring-offset-medium {
  --tw-ring-offset-color: var(--medium);
}

.ring-offset-mezzanine {
  --tw-ring-offset-color: var(--mezzanine);
}

.ring-offset-nav-text-and-icons {
  --tw-ring-offset-color: var(--nav-text-and-icons);
}

.ring-offset-nav-text-secondary {
  --tw-ring-offset-color: var(--nav-text-secondary);
}

.ring-offset-network-operations {
  --tw-ring-offset-color: var(--network-operations);
}

.ring-offset-normal-hover {
  --tw-ring-offset-color: var(--normal-hover);
}

.ring-offset-normal-idle {
  --tw-ring-offset-color: var(--normal-idle);
}

.ring-offset-normal-pressed {
  --tw-ring-offset-color: var(--normal-pressed);
}

.ring-offset-overlay-0\.5 {
  --tw-ring-offset-color: var(--overlay-0\.5);
}

.ring-offset-overlay-1 {
  --tw-ring-offset-color: var(--overlay-1);
}

.ring-offset-overlay-2 {
  --tw-ring-offset-color: var(--overlay-2);
}

.ring-offset-positive {
  --tw-ring-offset-color: var(--positive);
}

.ring-offset-primary-hover {
  --tw-ring-offset-color: var(--primary-hover);
}

.ring-offset-primary-idle {
  --tw-ring-offset-color: var(--primary-idle);
}

.ring-offset-primary-pressed {
  --tw-ring-offset-color: var(--primary-pressed);
}

.ring-offset-process-operations {
  --tw-ring-offset-color: var(--process-operations);
}

.ring-offset-purple-50 {
  --tw-ring-offset-color: #faf5ff;
}

.ring-offset-purple-100 {
  --tw-ring-offset-color: #f3e8ff;
}

.ring-offset-purple-200 {
  --tw-ring-offset-color: #e9d5ff;
}

.ring-offset-purple-300 {
  --tw-ring-offset-color: #d8b4fe;
}

.ring-offset-purple-400 {
  --tw-ring-offset-color: #c084fc;
}

.ring-offset-purple-500 {
  --tw-ring-offset-color: #a855f7;
}

.ring-offset-purple-600 {
  --tw-ring-offset-color: #9333ea;
}

.ring-offset-purple-700 {
  --tw-ring-offset-color: #7e22ce;
}

.ring-offset-purple-800 {
  --tw-ring-offset-color: #6b21a8;
}

.ring-offset-purple-900 {
  --tw-ring-offset-color: #581c87;
}

.ring-offset-registry-operations {
  --tw-ring-offset-color: var(--registry-operations);
}

.ring-offset-selected {
  --tw-ring-offset-color: var(--selected);
}

.ring-offset-surface-2xl {
  --tw-ring-offset-color: var(--surface-2xl);
}

.ring-offset-surface-base {
  --tw-ring-offset-color: var(--surface-base);
}

.ring-offset-surface-inner {
  --tw-ring-offset-color: var(--surface-inner);
}

.ring-offset-surface-lg {
  --tw-ring-offset-color: var(--surface-lg);
}

.ring-offset-surface-md {
  --tw-ring-offset-color: var(--surface-md);
}

.ring-offset-surface-xl {
  --tw-ring-offset-color: var(--surface-xl);
}

.ring-offset-text-and-icons {
  --tw-ring-offset-color: var(--text-and-icons);
}

.ring-offset-titles-and-attributes {
  --tw-ring-offset-color: var(--titles-and-attributes);
}

.ring-offset-black {
  --tw-ring-offset-color: #000;
}

.ring-offset-white {
  --tw-ring-offset-color: #fff;
}

.ring-offset-rose-50 {
  --tw-ring-offset-color: #fff1f2;
}

.ring-offset-rose-100 {
  --tw-ring-offset-color: #ffe4e6;
}

.ring-offset-rose-200 {
  --tw-ring-offset-color: #fecdd3;
}

.ring-offset-rose-300 {
  --tw-ring-offset-color: #fda4af;
}

.ring-offset-rose-400 {
  --tw-ring-offset-color: #fb7185;
}

.ring-offset-rose-500 {
  --tw-ring-offset-color: #f43f5e;
}

.ring-offset-rose-600 {
  --tw-ring-offset-color: #e11d48;
}

.ring-offset-rose-700 {
  --tw-ring-offset-color: #be123c;
}

.ring-offset-rose-800 {
  --tw-ring-offset-color: #9f1239;
}

.ring-offset-rose-900 {
  --tw-ring-offset-color: #881337;
}

.ring-offset-pink-50 {
  --tw-ring-offset-color: #fdf2f8;
}

.ring-offset-pink-100 {
  --tw-ring-offset-color: #fce7f3;
}

.ring-offset-pink-200 {
  --tw-ring-offset-color: #fbcfe8;
}

.ring-offset-pink-300 {
  --tw-ring-offset-color: #f9a8d4;
}

.ring-offset-pink-400 {
  --tw-ring-offset-color: #f472b6;
}

.ring-offset-pink-500 {
  --tw-ring-offset-color: #ec4899;
}

.ring-offset-pink-600 {
  --tw-ring-offset-color: #db2777;
}

.ring-offset-pink-700 {
  --tw-ring-offset-color: #be185d;
}

.ring-offset-pink-800 {
  --tw-ring-offset-color: #9d174d;
}

.ring-offset-pink-900 {
  --tw-ring-offset-color: #831843;
}

.ring-offset-fuchsia-50 {
  --tw-ring-offset-color: #fdf4ff;
}

.ring-offset-fuchsia-100 {
  --tw-ring-offset-color: #fae8ff;
}

.ring-offset-fuchsia-200 {
  --tw-ring-offset-color: #f5d0fe;
}

.ring-offset-fuchsia-300 {
  --tw-ring-offset-color: #f0abfc;
}

.ring-offset-fuchsia-400 {
  --tw-ring-offset-color: #e879f9;
}

.ring-offset-fuchsia-500 {
  --tw-ring-offset-color: #d946ef;
}

.ring-offset-fuchsia-600 {
  --tw-ring-offset-color: #c026d3;
}

.ring-offset-fuchsia-700 {
  --tw-ring-offset-color: #a21caf;
}

.ring-offset-fuchsia-800 {
  --tw-ring-offset-color: #86198f;
}

.ring-offset-fuchsia-900 {
  --tw-ring-offset-color: #701a75;
}

.ring-offset-violet-50 {
  --tw-ring-offset-color: #f5f3ff;
}

.ring-offset-violet-100 {
  --tw-ring-offset-color: #ede9fe;
}

.ring-offset-violet-200 {
  --tw-ring-offset-color: #ddd6fe;
}

.ring-offset-violet-300 {
  --tw-ring-offset-color: #c4b5fd;
}

.ring-offset-violet-400 {
  --tw-ring-offset-color: #a78bfa;
}

.ring-offset-violet-500 {
  --tw-ring-offset-color: #8b5cf6;
}

.ring-offset-violet-600 {
  --tw-ring-offset-color: #7c3aed;
}

.ring-offset-violet-700 {
  --tw-ring-offset-color: #6d28d9;
}

.ring-offset-violet-800 {
  --tw-ring-offset-color: #5b21b6;
}

.ring-offset-violet-900 {
  --tw-ring-offset-color: #4c1d95;
}

.ring-offset-indigo-50 {
  --tw-ring-offset-color: #eef2ff;
}

.ring-offset-indigo-100 {
  --tw-ring-offset-color: #e0e7ff;
}

.ring-offset-indigo-200 {
  --tw-ring-offset-color: #c7d2fe;
}

.ring-offset-indigo-300 {
  --tw-ring-offset-color: #a5b4fc;
}

.ring-offset-indigo-400 {
  --tw-ring-offset-color: #818cf8;
}

.ring-offset-indigo-500 {
  --tw-ring-offset-color: #6366f1;
}

.ring-offset-indigo-600 {
  --tw-ring-offset-color: #4f46e5;
}

.ring-offset-indigo-700 {
  --tw-ring-offset-color: #4338ca;
}

.ring-offset-indigo-800 {
  --tw-ring-offset-color: #3730a3;
}

.ring-offset-indigo-900 {
  --tw-ring-offset-color: #312e81;
}

.ring-offset-lightBlue-50 {
  --tw-ring-offset-color: #f0f9ff;
}

.ring-offset-lightBlue-100 {
  --tw-ring-offset-color: #e0f2fe;
}

.ring-offset-lightBlue-200 {
  --tw-ring-offset-color: #bae6fd;
}

.ring-offset-lightBlue-300 {
  --tw-ring-offset-color: #7dd3fc;
}

.ring-offset-lightBlue-400 {
  --tw-ring-offset-color: #38bdf8;
}

.ring-offset-lightBlue-500 {
  --tw-ring-offset-color: #0ea5e9;
}

.ring-offset-lightBlue-600 {
  --tw-ring-offset-color: #0284c7;
}

.ring-offset-lightBlue-700 {
  --tw-ring-offset-color: #0369a1;
}

.ring-offset-lightBlue-800 {
  --tw-ring-offset-color: #075985;
}

.ring-offset-lightBlue-900 {
  --tw-ring-offset-color: #0c4a6e;
}

.ring-offset-cyan-50 {
  --tw-ring-offset-color: #ecfeff;
}

.ring-offset-cyan-100 {
  --tw-ring-offset-color: #cffafe;
}

.ring-offset-cyan-200 {
  --tw-ring-offset-color: #a5f3fc;
}

.ring-offset-cyan-300 {
  --tw-ring-offset-color: #67e8f9;
}

.ring-offset-cyan-400 {
  --tw-ring-offset-color: #22d3ee;
}

.ring-offset-cyan-500 {
  --tw-ring-offset-color: #06b6d4;
}

.ring-offset-cyan-600 {
  --tw-ring-offset-color: #0891b2;
}

.ring-offset-cyan-700 {
  --tw-ring-offset-color: #0e7490;
}

.ring-offset-cyan-800 {
  --tw-ring-offset-color: #155e75;
}

.ring-offset-cyan-900 {
  --tw-ring-offset-color: #164e63;
}

.ring-offset-teal-50 {
  --tw-ring-offset-color: #f0fdfa;
}

.ring-offset-teal-100 {
  --tw-ring-offset-color: #ccfbf1;
}

.ring-offset-teal-200 {
  --tw-ring-offset-color: #99f6e4;
}

.ring-offset-teal-300 {
  --tw-ring-offset-color: #5eead4;
}

.ring-offset-teal-400 {
  --tw-ring-offset-color: #2dd4bf;
}

.ring-offset-teal-500 {
  --tw-ring-offset-color: #14b8a6;
}

.ring-offset-teal-600 {
  --tw-ring-offset-color: #0d9488;
}

.ring-offset-teal-700 {
  --tw-ring-offset-color: #0f766e;
}

.ring-offset-teal-800 {
  --tw-ring-offset-color: #115e59;
}

.ring-offset-teal-900 {
  --tw-ring-offset-color: #134e4a;
}

.ring-offset-emerald-50 {
  --tw-ring-offset-color: #ecfdf5;
}

.ring-offset-emerald-100 {
  --tw-ring-offset-color: #d1fae5;
}

.ring-offset-emerald-200 {
  --tw-ring-offset-color: #a7f3d0;
}

.ring-offset-emerald-300 {
  --tw-ring-offset-color: #6ee7b7;
}

.ring-offset-emerald-400 {
  --tw-ring-offset-color: #34d399;
}

.ring-offset-emerald-500 {
  --tw-ring-offset-color: #10b981;
}

.ring-offset-emerald-600 {
  --tw-ring-offset-color: #059669;
}

.ring-offset-emerald-700 {
  --tw-ring-offset-color: #047857;
}

.ring-offset-emerald-800 {
  --tw-ring-offset-color: #065f46;
}

.ring-offset-emerald-900 {
  --tw-ring-offset-color: #064e3b;
}

.ring-offset-green-50 {
  --tw-ring-offset-color: #f0fdf4;
}

.ring-offset-green-100 {
  --tw-ring-offset-color: #dcfce7;
}

.ring-offset-green-200 {
  --tw-ring-offset-color: #bbf7d0;
}

.ring-offset-green-300 {
  --tw-ring-offset-color: #86efac;
}

.ring-offset-green-400 {
  --tw-ring-offset-color: #4ade80;
}

.ring-offset-green-500 {
  --tw-ring-offset-color: #22c55e;
}

.ring-offset-green-600 {
  --tw-ring-offset-color: #16a34a;
}

.ring-offset-green-700 {
  --tw-ring-offset-color: #15803d;
}

.ring-offset-green-800 {
  --tw-ring-offset-color: #166534;
}

.ring-offset-green-900 {
  --tw-ring-offset-color: #14532d;
}

.ring-offset-lime-50 {
  --tw-ring-offset-color: #f7fee7;
}

.ring-offset-lime-100 {
  --tw-ring-offset-color: #ecfccb;
}

.ring-offset-lime-200 {
  --tw-ring-offset-color: #d9f99d;
}

.ring-offset-lime-300 {
  --tw-ring-offset-color: #bef264;
}

.ring-offset-lime-400 {
  --tw-ring-offset-color: #a3e635;
}

.ring-offset-lime-500 {
  --tw-ring-offset-color: #84cc16;
}

.ring-offset-lime-600 {
  --tw-ring-offset-color: #65a30d;
}

.ring-offset-lime-700 {
  --tw-ring-offset-color: #4d7c0f;
}

.ring-offset-lime-800 {
  --tw-ring-offset-color: #3f6212;
}

.ring-offset-lime-900 {
  --tw-ring-offset-color: #365314;
}

.ring-offset-yellow-50 {
  --tw-ring-offset-color: #fefce8;
}

.ring-offset-yellow-100 {
  --tw-ring-offset-color: #fef9c3;
}

.ring-offset-yellow-200 {
  --tw-ring-offset-color: #fef08a;
}

.ring-offset-yellow-300 {
  --tw-ring-offset-color: #fde047;
}

.ring-offset-yellow-400 {
  --tw-ring-offset-color: #facc15;
}

.ring-offset-yellow-500 {
  --tw-ring-offset-color: #eab308;
}

.ring-offset-yellow-600 {
  --tw-ring-offset-color: #ca8a04;
}

.ring-offset-yellow-700 {
  --tw-ring-offset-color: #a16207;
}

.ring-offset-yellow-800 {
  --tw-ring-offset-color: #854d0e;
}

.ring-offset-yellow-900 {
  --tw-ring-offset-color: #713f12;
}

.ring-offset-amber-50 {
  --tw-ring-offset-color: #fffbeb;
}

.ring-offset-amber-100 {
  --tw-ring-offset-color: #fef3c7;
}

.ring-offset-amber-200 {
  --tw-ring-offset-color: #fde68a;
}

.ring-offset-amber-300 {
  --tw-ring-offset-color: #fcd34d;
}

.ring-offset-amber-400 {
  --tw-ring-offset-color: #fbbf24;
}

.ring-offset-amber-500 {
  --tw-ring-offset-color: #f59e0b;
}

.ring-offset-amber-600 {
  --tw-ring-offset-color: #d97706;
}

.ring-offset-amber-700 {
  --tw-ring-offset-color: #b45309;
}

.ring-offset-amber-800 {
  --tw-ring-offset-color: #92400e;
}

.ring-offset-amber-900 {
  --tw-ring-offset-color: #78350f;
}

.ring-offset-orange-50 {
  --tw-ring-offset-color: #fff7ed;
}

.ring-offset-orange-100 {
  --tw-ring-offset-color: #ffedd5;
}

.ring-offset-orange-200 {
  --tw-ring-offset-color: #fed7aa;
}

.ring-offset-orange-300 {
  --tw-ring-offset-color: #fdba74;
}

.ring-offset-orange-400 {
  --tw-ring-offset-color: #fb923c;
}

.ring-offset-orange-500 {
  --tw-ring-offset-color: #f97316;
}

.ring-offset-orange-600 {
  --tw-ring-offset-color: #ea580c;
}

.ring-offset-orange-700 {
  --tw-ring-offset-color: #c2410c;
}

.ring-offset-orange-800 {
  --tw-ring-offset-color: #9a3412;
}

.ring-offset-orange-900 {
  --tw-ring-offset-color: #7c2d12;
}

.ring-offset-red-50 {
  --tw-ring-offset-color: #fef2f2;
}

.ring-offset-red-100 {
  --tw-ring-offset-color: #fee2e2;
}

.ring-offset-red-200 {
  --tw-ring-offset-color: #fecaca;
}

.ring-offset-red-300 {
  --tw-ring-offset-color: #fca5a5;
}

.ring-offset-red-400 {
  --tw-ring-offset-color: #f87171;
}

.ring-offset-red-500 {
  --tw-ring-offset-color: #ef4444;
}

.ring-offset-red-600 {
  --tw-ring-offset-color: #dc2626;
}

.ring-offset-red-700 {
  --tw-ring-offset-color: #b91c1c;
}

.ring-offset-red-800 {
  --tw-ring-offset-color: #991b1b;
}

.ring-offset-red-900 {
  --tw-ring-offset-color: #7f1d1d;
}

.ring-offset-warmGray-50 {
  --tw-ring-offset-color: #fafaf9;
}

.ring-offset-warmGray-100 {
  --tw-ring-offset-color: #f5f5f4;
}

.ring-offset-warmGray-200 {
  --tw-ring-offset-color: #e7e5e4;
}

.ring-offset-warmGray-300 {
  --tw-ring-offset-color: #d6d3d1;
}

.ring-offset-warmGray-400 {
  --tw-ring-offset-color: #a8a29e;
}

.ring-offset-warmGray-500 {
  --tw-ring-offset-color: #78716c;
}

.ring-offset-warmGray-600 {
  --tw-ring-offset-color: #57534e;
}

.ring-offset-warmGray-700 {
  --tw-ring-offset-color: #44403c;
}

.ring-offset-warmGray-800 {
  --tw-ring-offset-color: #292524;
}

.ring-offset-warmGray-900 {
  --tw-ring-offset-color: #1c1917;
}

.ring-offset-trueGray-50 {
  --tw-ring-offset-color: #fafafa;
}

.ring-offset-trueGray-100 {
  --tw-ring-offset-color: #f5f5f5;
}

.ring-offset-trueGray-200 {
  --tw-ring-offset-color: #e5e5e5;
}

.ring-offset-trueGray-300 {
  --tw-ring-offset-color: #d4d4d4;
}

.ring-offset-trueGray-400 {
  --tw-ring-offset-color: #a3a3a3;
}

.ring-offset-trueGray-500 {
  --tw-ring-offset-color: #737373;
}

.ring-offset-trueGray-600 {
  --tw-ring-offset-color: #525252;
}

.ring-offset-trueGray-700 {
  --tw-ring-offset-color: #404040;
}

.ring-offset-trueGray-800 {
  --tw-ring-offset-color: #262626;
}

.ring-offset-trueGray-900 {
  --tw-ring-offset-color: #171717;
}

.ring-offset-gray-50 {
  --tw-ring-offset-color: #fafafa;
}

.ring-offset-gray-100 {
  --tw-ring-offset-color: #f4f4f5;
}

.ring-offset-gray-200 {
  --tw-ring-offset-color: #e4e4e7;
}

.ring-offset-gray-300 {
  --tw-ring-offset-color: #d4d4d8;
}

.ring-offset-gray-400 {
  --tw-ring-offset-color: #a1a1aa;
}

.ring-offset-gray-500 {
  --tw-ring-offset-color: #71717a;
}

.ring-offset-gray-600 {
  --tw-ring-offset-color: #52525b;
}

.ring-offset-gray-700 {
  --tw-ring-offset-color: #3f3f46;
}

.ring-offset-gray-800 {
  --tw-ring-offset-color: #27272a;
}

.ring-offset-gray-900 {
  --tw-ring-offset-color: #18181b;
}

.ring-offset-coolGray-50 {
  --tw-ring-offset-color: #f9fafb;
}

.ring-offset-coolGray-100 {
  --tw-ring-offset-color: #f3f4f6;
}

.ring-offset-coolGray-200 {
  --tw-ring-offset-color: #e5e7eb;
}

.ring-offset-coolGray-300 {
  --tw-ring-offset-color: #d1d5db;
}

.ring-offset-coolGray-400 {
  --tw-ring-offset-color: #9ca3af;
}

.ring-offset-coolGray-500 {
  --tw-ring-offset-color: #6b7280;
}

.ring-offset-coolGray-600 {
  --tw-ring-offset-color: #4b5563;
}

.ring-offset-coolGray-700 {
  --tw-ring-offset-color: #374151;
}

.ring-offset-coolGray-800 {
  --tw-ring-offset-color: #1f2937;
}

.ring-offset-coolGray-900 {
  --tw-ring-offset-color: #111827;
}

.ring-offset-blueGray-50 {
  --tw-ring-offset-color: #f8fafc;
}

.ring-offset-blueGray-100 {
  --tw-ring-offset-color: #f1f5f9;
}

.ring-offset-blueGray-200 {
  --tw-ring-offset-color: #e2e8f0;
}

.ring-offset-blueGray-300 {
  --tw-ring-offset-color: #cbd5e1;
}

.ring-offset-blueGray-400 {
  --tw-ring-offset-color: #94a3b8;
}

.ring-offset-blueGray-500 {
  --tw-ring-offset-color: #64748b;
}

.ring-offset-blueGray-600 {
  --tw-ring-offset-color: #475569;
}

.ring-offset-blueGray-700 {
  --tw-ring-offset-color: #334155;
}

.ring-offset-blueGray-800 {
  --tw-ring-offset-color: #1e293b;
}

.ring-offset-blueGray-900 {
  --tw-ring-offset-color: #0f172a;
}

.focus-within\:ring-offset-current:focus-within {
  --tw-ring-offset-color: currentColor;
}

.focus-within\:ring-offset-transparent:focus-within {
  --tw-ring-offset-color: transparent;
}

.focus-within\:ring-offset-falcon:focus-within {
  --tw-ring-offset-color: var(--falcon);
}

.focus-within\:ring-offset-basement:focus-within {
  --tw-ring-offset-color: var(--basement);
}

.focus-within\:ring-offset-blue-50:focus-within {
  --tw-ring-offset-color: #eff6ff;
}

.focus-within\:ring-offset-blue-100:focus-within {
  --tw-ring-offset-color: #dbeafe;
}

.focus-within\:ring-offset-blue-200:focus-within {
  --tw-ring-offset-color: #bfdbfe;
}

.focus-within\:ring-offset-blue-300:focus-within {
  --tw-ring-offset-color: #93c5fd;
}

.focus-within\:ring-offset-blue-400:focus-within {
  --tw-ring-offset-color: #60a5fa;
}

.focus-within\:ring-offset-blue-500:focus-within {
  --tw-ring-offset-color: #3b82f6;
}

.focus-within\:ring-offset-blue-600:focus-within {
  --tw-ring-offset-color: #2563eb;
}

.focus-within\:ring-offset-blue-700:focus-within {
  --tw-ring-offset-color: #1d4ed8;
}

.focus-within\:ring-offset-blue-800:focus-within {
  --tw-ring-offset-color: #1e40af;
}

.focus-within\:ring-offset-blue-900:focus-within {
  --tw-ring-offset-color: #1e3a8a;
}

.focus-within\:ring-offset-body-and-labels:focus-within {
  --tw-ring-offset-color: var(--body-and-labels);
}

.focus-within\:ring-offset-brand:focus-within {
  --tw-ring-offset-color: var(--brand);
}

.focus-within\:ring-offset-code-base-64:focus-within {
  --tw-ring-offset-color: var(--code-base-64);
}

.focus-within\:ring-offset-code-bg:focus-within {
  --tw-ring-offset-color: var(--code-bg);
}

.focus-within\:ring-offset-code-outline:focus-within {
  --tw-ring-offset-color: var(--code-outline);
}

.focus-within\:ring-offset-code-text:focus-within {
  --tw-ring-offset-color: var(--code-text);
}

.focus-within\:ring-offset-critical:focus-within {
  --tw-ring-offset-color: var(--critical);
}

.focus-within\:ring-offset-destructive-hover:focus-within {
  --tw-ring-offset-color: var(--destructive-hover);
}

.focus-within\:ring-offset-destructive-idle:focus-within {
  --tw-ring-offset-color: var(--destructive-idle);
}

.focus-within\:ring-offset-destructive-pressed:focus-within {
  --tw-ring-offset-color: var(--destructive-pressed);
}

.focus-within\:ring-offset-disabled:focus-within {
  --tw-ring-offset-color: var(--disabled);
}

.focus-within\:ring-offset-disc-operations:focus-within {
  --tw-ring-offset-color: var(--disc-operations);
}

.focus-within\:ring-offset-dns-requests:focus-within {
  --tw-ring-offset-color: var(--dns-requests);
}

.focus-within\:ring-offset-focus:focus-within {
  --tw-ring-offset-color: var(--focus);
}

.focus-within\:ring-offset-graph-1:focus-within {
  --tw-ring-offset-color: var(--graph-1);
}

.focus-within\:ring-offset-graph-10:focus-within {
  --tw-ring-offset-color: var(--graph-10);
}

.focus-within\:ring-offset-graph-11:focus-within {
  --tw-ring-offset-color: var(--graph-11);
}

.focus-within\:ring-offset-graph-2:focus-within {
  --tw-ring-offset-color: var(--graph-2);
}

.focus-within\:ring-offset-graph-3:focus-within {
  --tw-ring-offset-color: var(--graph-3);
}

.focus-within\:ring-offset-graph-4:focus-within {
  --tw-ring-offset-color: var(--graph-4);
}

.focus-within\:ring-offset-graph-5:focus-within {
  --tw-ring-offset-color: var(--graph-5);
}

.focus-within\:ring-offset-graph-6:focus-within {
  --tw-ring-offset-color: var(--graph-6);
}

.focus-within\:ring-offset-graph-7:focus-within {
  --tw-ring-offset-color: var(--graph-7);
}

.focus-within\:ring-offset-graph-8:focus-within {
  --tw-ring-offset-color: var(--graph-8);
}

.focus-within\:ring-offset-graph-9:focus-within {
  --tw-ring-offset-color: var(--graph-9);
}

.focus-within\:ring-offset-graph-disabled:focus-within {
  --tw-ring-offset-color: var(--graph-disabled);
}

.focus-within\:ring-offset-ground-floor:focus-within {
  --tw-ring-offset-color: var(--ground-floor);
}

.focus-within\:ring-offset-high:focus-within {
  --tw-ring-offset-color: var(--high);
}

.focus-within\:ring-offset-informational:focus-within {
  --tw-ring-offset-color: var(--informational);
}

.focus-within\:ring-offset-lines-dark:focus-within {
  --tw-ring-offset-color: var(--lines-dark);
}

.focus-within\:ring-offset-lines-light:focus-within {
  --tw-ring-offset-color: var(--lines-light);
}

.focus-within\:ring-offset-low:focus-within {
  --tw-ring-offset-color: var(--low);
}

.focus-within\:ring-offset-medium:focus-within {
  --tw-ring-offset-color: var(--medium);
}

.focus-within\:ring-offset-mezzanine:focus-within {
  --tw-ring-offset-color: var(--mezzanine);
}

.focus-within\:ring-offset-nav-text-and-icons:focus-within {
  --tw-ring-offset-color: var(--nav-text-and-icons);
}

.focus-within\:ring-offset-nav-text-secondary:focus-within {
  --tw-ring-offset-color: var(--nav-text-secondary);
}

.focus-within\:ring-offset-network-operations:focus-within {
  --tw-ring-offset-color: var(--network-operations);
}

.focus-within\:ring-offset-normal-hover:focus-within {
  --tw-ring-offset-color: var(--normal-hover);
}

.focus-within\:ring-offset-normal-idle:focus-within {
  --tw-ring-offset-color: var(--normal-idle);
}

.focus-within\:ring-offset-normal-pressed:focus-within {
  --tw-ring-offset-color: var(--normal-pressed);
}

.focus-within\:ring-offset-overlay-0\.5:focus-within {
  --tw-ring-offset-color: var(--overlay-0\.5);
}

.focus-within\:ring-offset-overlay-1:focus-within {
  --tw-ring-offset-color: var(--overlay-1);
}

.focus-within\:ring-offset-overlay-2:focus-within {
  --tw-ring-offset-color: var(--overlay-2);
}

.focus-within\:ring-offset-positive:focus-within {
  --tw-ring-offset-color: var(--positive);
}

.focus-within\:ring-offset-primary-hover:focus-within {
  --tw-ring-offset-color: var(--primary-hover);
}

.focus-within\:ring-offset-primary-idle:focus-within {
  --tw-ring-offset-color: var(--primary-idle);
}

.focus-within\:ring-offset-primary-pressed:focus-within {
  --tw-ring-offset-color: var(--primary-pressed);
}

.focus-within\:ring-offset-process-operations:focus-within {
  --tw-ring-offset-color: var(--process-operations);
}

.focus-within\:ring-offset-purple-50:focus-within {
  --tw-ring-offset-color: #faf5ff;
}

.focus-within\:ring-offset-purple-100:focus-within {
  --tw-ring-offset-color: #f3e8ff;
}

.focus-within\:ring-offset-purple-200:focus-within {
  --tw-ring-offset-color: #e9d5ff;
}

.focus-within\:ring-offset-purple-300:focus-within {
  --tw-ring-offset-color: #d8b4fe;
}

.focus-within\:ring-offset-purple-400:focus-within {
  --tw-ring-offset-color: #c084fc;
}

.focus-within\:ring-offset-purple-500:focus-within {
  --tw-ring-offset-color: #a855f7;
}

.focus-within\:ring-offset-purple-600:focus-within {
  --tw-ring-offset-color: #9333ea;
}

.focus-within\:ring-offset-purple-700:focus-within {
  --tw-ring-offset-color: #7e22ce;
}

.focus-within\:ring-offset-purple-800:focus-within {
  --tw-ring-offset-color: #6b21a8;
}

.focus-within\:ring-offset-purple-900:focus-within {
  --tw-ring-offset-color: #581c87;
}

.focus-within\:ring-offset-registry-operations:focus-within {
  --tw-ring-offset-color: var(--registry-operations);
}

.focus-within\:ring-offset-selected:focus-within {
  --tw-ring-offset-color: var(--selected);
}

.focus-within\:ring-offset-surface-2xl:focus-within {
  --tw-ring-offset-color: var(--surface-2xl);
}

.focus-within\:ring-offset-surface-base:focus-within {
  --tw-ring-offset-color: var(--surface-base);
}

.focus-within\:ring-offset-surface-inner:focus-within {
  --tw-ring-offset-color: var(--surface-inner);
}

.focus-within\:ring-offset-surface-lg:focus-within {
  --tw-ring-offset-color: var(--surface-lg);
}

.focus-within\:ring-offset-surface-md:focus-within {
  --tw-ring-offset-color: var(--surface-md);
}

.focus-within\:ring-offset-surface-xl:focus-within {
  --tw-ring-offset-color: var(--surface-xl);
}

.focus-within\:ring-offset-text-and-icons:focus-within {
  --tw-ring-offset-color: var(--text-and-icons);
}

.focus-within\:ring-offset-titles-and-attributes:focus-within {
  --tw-ring-offset-color: var(--titles-and-attributes);
}

.focus-within\:ring-offset-black:focus-within {
  --tw-ring-offset-color: #000;
}

.focus-within\:ring-offset-white:focus-within {
  --tw-ring-offset-color: #fff;
}

.focus-within\:ring-offset-rose-50:focus-within {
  --tw-ring-offset-color: #fff1f2;
}

.focus-within\:ring-offset-rose-100:focus-within {
  --tw-ring-offset-color: #ffe4e6;
}

.focus-within\:ring-offset-rose-200:focus-within {
  --tw-ring-offset-color: #fecdd3;
}

.focus-within\:ring-offset-rose-300:focus-within {
  --tw-ring-offset-color: #fda4af;
}

.focus-within\:ring-offset-rose-400:focus-within {
  --tw-ring-offset-color: #fb7185;
}

.focus-within\:ring-offset-rose-500:focus-within {
  --tw-ring-offset-color: #f43f5e;
}

.focus-within\:ring-offset-rose-600:focus-within {
  --tw-ring-offset-color: #e11d48;
}

.focus-within\:ring-offset-rose-700:focus-within {
  --tw-ring-offset-color: #be123c;
}

.focus-within\:ring-offset-rose-800:focus-within {
  --tw-ring-offset-color: #9f1239;
}

.focus-within\:ring-offset-rose-900:focus-within {
  --tw-ring-offset-color: #881337;
}

.focus-within\:ring-offset-pink-50:focus-within {
  --tw-ring-offset-color: #fdf2f8;
}

.focus-within\:ring-offset-pink-100:focus-within {
  --tw-ring-offset-color: #fce7f3;
}

.focus-within\:ring-offset-pink-200:focus-within {
  --tw-ring-offset-color: #fbcfe8;
}

.focus-within\:ring-offset-pink-300:focus-within {
  --tw-ring-offset-color: #f9a8d4;
}

.focus-within\:ring-offset-pink-400:focus-within {
  --tw-ring-offset-color: #f472b6;
}

.focus-within\:ring-offset-pink-500:focus-within {
  --tw-ring-offset-color: #ec4899;
}

.focus-within\:ring-offset-pink-600:focus-within {
  --tw-ring-offset-color: #db2777;
}

.focus-within\:ring-offset-pink-700:focus-within {
  --tw-ring-offset-color: #be185d;
}

.focus-within\:ring-offset-pink-800:focus-within {
  --tw-ring-offset-color: #9d174d;
}

.focus-within\:ring-offset-pink-900:focus-within {
  --tw-ring-offset-color: #831843;
}

.focus-within\:ring-offset-fuchsia-50:focus-within {
  --tw-ring-offset-color: #fdf4ff;
}

.focus-within\:ring-offset-fuchsia-100:focus-within {
  --tw-ring-offset-color: #fae8ff;
}

.focus-within\:ring-offset-fuchsia-200:focus-within {
  --tw-ring-offset-color: #f5d0fe;
}

.focus-within\:ring-offset-fuchsia-300:focus-within {
  --tw-ring-offset-color: #f0abfc;
}

.focus-within\:ring-offset-fuchsia-400:focus-within {
  --tw-ring-offset-color: #e879f9;
}

.focus-within\:ring-offset-fuchsia-500:focus-within {
  --tw-ring-offset-color: #d946ef;
}

.focus-within\:ring-offset-fuchsia-600:focus-within {
  --tw-ring-offset-color: #c026d3;
}

.focus-within\:ring-offset-fuchsia-700:focus-within {
  --tw-ring-offset-color: #a21caf;
}

.focus-within\:ring-offset-fuchsia-800:focus-within {
  --tw-ring-offset-color: #86198f;
}

.focus-within\:ring-offset-fuchsia-900:focus-within {
  --tw-ring-offset-color: #701a75;
}

.focus-within\:ring-offset-violet-50:focus-within {
  --tw-ring-offset-color: #f5f3ff;
}

.focus-within\:ring-offset-violet-100:focus-within {
  --tw-ring-offset-color: #ede9fe;
}

.focus-within\:ring-offset-violet-200:focus-within {
  --tw-ring-offset-color: #ddd6fe;
}

.focus-within\:ring-offset-violet-300:focus-within {
  --tw-ring-offset-color: #c4b5fd;
}

.focus-within\:ring-offset-violet-400:focus-within {
  --tw-ring-offset-color: #a78bfa;
}

.focus-within\:ring-offset-violet-500:focus-within {
  --tw-ring-offset-color: #8b5cf6;
}

.focus-within\:ring-offset-violet-600:focus-within {
  --tw-ring-offset-color: #7c3aed;
}

.focus-within\:ring-offset-violet-700:focus-within {
  --tw-ring-offset-color: #6d28d9;
}

.focus-within\:ring-offset-violet-800:focus-within {
  --tw-ring-offset-color: #5b21b6;
}

.focus-within\:ring-offset-violet-900:focus-within {
  --tw-ring-offset-color: #4c1d95;
}

.focus-within\:ring-offset-indigo-50:focus-within {
  --tw-ring-offset-color: #eef2ff;
}

.focus-within\:ring-offset-indigo-100:focus-within {
  --tw-ring-offset-color: #e0e7ff;
}

.focus-within\:ring-offset-indigo-200:focus-within {
  --tw-ring-offset-color: #c7d2fe;
}

.focus-within\:ring-offset-indigo-300:focus-within {
  --tw-ring-offset-color: #a5b4fc;
}

.focus-within\:ring-offset-indigo-400:focus-within {
  --tw-ring-offset-color: #818cf8;
}

.focus-within\:ring-offset-indigo-500:focus-within {
  --tw-ring-offset-color: #6366f1;
}

.focus-within\:ring-offset-indigo-600:focus-within {
  --tw-ring-offset-color: #4f46e5;
}

.focus-within\:ring-offset-indigo-700:focus-within {
  --tw-ring-offset-color: #4338ca;
}

.focus-within\:ring-offset-indigo-800:focus-within {
  --tw-ring-offset-color: #3730a3;
}

.focus-within\:ring-offset-indigo-900:focus-within {
  --tw-ring-offset-color: #312e81;
}

.focus-within\:ring-offset-lightBlue-50:focus-within {
  --tw-ring-offset-color: #f0f9ff;
}

.focus-within\:ring-offset-lightBlue-100:focus-within {
  --tw-ring-offset-color: #e0f2fe;
}

.focus-within\:ring-offset-lightBlue-200:focus-within {
  --tw-ring-offset-color: #bae6fd;
}

.focus-within\:ring-offset-lightBlue-300:focus-within {
  --tw-ring-offset-color: #7dd3fc;
}

.focus-within\:ring-offset-lightBlue-400:focus-within {
  --tw-ring-offset-color: #38bdf8;
}

.focus-within\:ring-offset-lightBlue-500:focus-within {
  --tw-ring-offset-color: #0ea5e9;
}

.focus-within\:ring-offset-lightBlue-600:focus-within {
  --tw-ring-offset-color: #0284c7;
}

.focus-within\:ring-offset-lightBlue-700:focus-within {
  --tw-ring-offset-color: #0369a1;
}

.focus-within\:ring-offset-lightBlue-800:focus-within {
  --tw-ring-offset-color: #075985;
}

.focus-within\:ring-offset-lightBlue-900:focus-within {
  --tw-ring-offset-color: #0c4a6e;
}

.focus-within\:ring-offset-cyan-50:focus-within {
  --tw-ring-offset-color: #ecfeff;
}

.focus-within\:ring-offset-cyan-100:focus-within {
  --tw-ring-offset-color: #cffafe;
}

.focus-within\:ring-offset-cyan-200:focus-within {
  --tw-ring-offset-color: #a5f3fc;
}

.focus-within\:ring-offset-cyan-300:focus-within {
  --tw-ring-offset-color: #67e8f9;
}

.focus-within\:ring-offset-cyan-400:focus-within {
  --tw-ring-offset-color: #22d3ee;
}

.focus-within\:ring-offset-cyan-500:focus-within {
  --tw-ring-offset-color: #06b6d4;
}

.focus-within\:ring-offset-cyan-600:focus-within {
  --tw-ring-offset-color: #0891b2;
}

.focus-within\:ring-offset-cyan-700:focus-within {
  --tw-ring-offset-color: #0e7490;
}

.focus-within\:ring-offset-cyan-800:focus-within {
  --tw-ring-offset-color: #155e75;
}

.focus-within\:ring-offset-cyan-900:focus-within {
  --tw-ring-offset-color: #164e63;
}

.focus-within\:ring-offset-teal-50:focus-within {
  --tw-ring-offset-color: #f0fdfa;
}

.focus-within\:ring-offset-teal-100:focus-within {
  --tw-ring-offset-color: #ccfbf1;
}

.focus-within\:ring-offset-teal-200:focus-within {
  --tw-ring-offset-color: #99f6e4;
}

.focus-within\:ring-offset-teal-300:focus-within {
  --tw-ring-offset-color: #5eead4;
}

.focus-within\:ring-offset-teal-400:focus-within {
  --tw-ring-offset-color: #2dd4bf;
}

.focus-within\:ring-offset-teal-500:focus-within {
  --tw-ring-offset-color: #14b8a6;
}

.focus-within\:ring-offset-teal-600:focus-within {
  --tw-ring-offset-color: #0d9488;
}

.focus-within\:ring-offset-teal-700:focus-within {
  --tw-ring-offset-color: #0f766e;
}

.focus-within\:ring-offset-teal-800:focus-within {
  --tw-ring-offset-color: #115e59;
}

.focus-within\:ring-offset-teal-900:focus-within {
  --tw-ring-offset-color: #134e4a;
}

.focus-within\:ring-offset-emerald-50:focus-within {
  --tw-ring-offset-color: #ecfdf5;
}

.focus-within\:ring-offset-emerald-100:focus-within {
  --tw-ring-offset-color: #d1fae5;
}

.focus-within\:ring-offset-emerald-200:focus-within {
  --tw-ring-offset-color: #a7f3d0;
}

.focus-within\:ring-offset-emerald-300:focus-within {
  --tw-ring-offset-color: #6ee7b7;
}

.focus-within\:ring-offset-emerald-400:focus-within {
  --tw-ring-offset-color: #34d399;
}

.focus-within\:ring-offset-emerald-500:focus-within {
  --tw-ring-offset-color: #10b981;
}

.focus-within\:ring-offset-emerald-600:focus-within {
  --tw-ring-offset-color: #059669;
}

.focus-within\:ring-offset-emerald-700:focus-within {
  --tw-ring-offset-color: #047857;
}

.focus-within\:ring-offset-emerald-800:focus-within {
  --tw-ring-offset-color: #065f46;
}

.focus-within\:ring-offset-emerald-900:focus-within {
  --tw-ring-offset-color: #064e3b;
}

.focus-within\:ring-offset-green-50:focus-within {
  --tw-ring-offset-color: #f0fdf4;
}

.focus-within\:ring-offset-green-100:focus-within {
  --tw-ring-offset-color: #dcfce7;
}

.focus-within\:ring-offset-green-200:focus-within {
  --tw-ring-offset-color: #bbf7d0;
}

.focus-within\:ring-offset-green-300:focus-within {
  --tw-ring-offset-color: #86efac;
}

.focus-within\:ring-offset-green-400:focus-within {
  --tw-ring-offset-color: #4ade80;
}

.focus-within\:ring-offset-green-500:focus-within {
  --tw-ring-offset-color: #22c55e;
}

.focus-within\:ring-offset-green-600:focus-within {
  --tw-ring-offset-color: #16a34a;
}

.focus-within\:ring-offset-green-700:focus-within {
  --tw-ring-offset-color: #15803d;
}

.focus-within\:ring-offset-green-800:focus-within {
  --tw-ring-offset-color: #166534;
}

.focus-within\:ring-offset-green-900:focus-within {
  --tw-ring-offset-color: #14532d;
}

.focus-within\:ring-offset-lime-50:focus-within {
  --tw-ring-offset-color: #f7fee7;
}

.focus-within\:ring-offset-lime-100:focus-within {
  --tw-ring-offset-color: #ecfccb;
}

.focus-within\:ring-offset-lime-200:focus-within {
  --tw-ring-offset-color: #d9f99d;
}

.focus-within\:ring-offset-lime-300:focus-within {
  --tw-ring-offset-color: #bef264;
}

.focus-within\:ring-offset-lime-400:focus-within {
  --tw-ring-offset-color: #a3e635;
}

.focus-within\:ring-offset-lime-500:focus-within {
  --tw-ring-offset-color: #84cc16;
}

.focus-within\:ring-offset-lime-600:focus-within {
  --tw-ring-offset-color: #65a30d;
}

.focus-within\:ring-offset-lime-700:focus-within {
  --tw-ring-offset-color: #4d7c0f;
}

.focus-within\:ring-offset-lime-800:focus-within {
  --tw-ring-offset-color: #3f6212;
}

.focus-within\:ring-offset-lime-900:focus-within {
  --tw-ring-offset-color: #365314;
}

.focus-within\:ring-offset-yellow-50:focus-within {
  --tw-ring-offset-color: #fefce8;
}

.focus-within\:ring-offset-yellow-100:focus-within {
  --tw-ring-offset-color: #fef9c3;
}

.focus-within\:ring-offset-yellow-200:focus-within {
  --tw-ring-offset-color: #fef08a;
}

.focus-within\:ring-offset-yellow-300:focus-within {
  --tw-ring-offset-color: #fde047;
}

.focus-within\:ring-offset-yellow-400:focus-within {
  --tw-ring-offset-color: #facc15;
}

.focus-within\:ring-offset-yellow-500:focus-within {
  --tw-ring-offset-color: #eab308;
}

.focus-within\:ring-offset-yellow-600:focus-within {
  --tw-ring-offset-color: #ca8a04;
}

.focus-within\:ring-offset-yellow-700:focus-within {
  --tw-ring-offset-color: #a16207;
}

.focus-within\:ring-offset-yellow-800:focus-within {
  --tw-ring-offset-color: #854d0e;
}

.focus-within\:ring-offset-yellow-900:focus-within {
  --tw-ring-offset-color: #713f12;
}

.focus-within\:ring-offset-amber-50:focus-within {
  --tw-ring-offset-color: #fffbeb;
}

.focus-within\:ring-offset-amber-100:focus-within {
  --tw-ring-offset-color: #fef3c7;
}

.focus-within\:ring-offset-amber-200:focus-within {
  --tw-ring-offset-color: #fde68a;
}

.focus-within\:ring-offset-amber-300:focus-within {
  --tw-ring-offset-color: #fcd34d;
}

.focus-within\:ring-offset-amber-400:focus-within {
  --tw-ring-offset-color: #fbbf24;
}

.focus-within\:ring-offset-amber-500:focus-within {
  --tw-ring-offset-color: #f59e0b;
}

.focus-within\:ring-offset-amber-600:focus-within {
  --tw-ring-offset-color: #d97706;
}

.focus-within\:ring-offset-amber-700:focus-within {
  --tw-ring-offset-color: #b45309;
}

.focus-within\:ring-offset-amber-800:focus-within {
  --tw-ring-offset-color: #92400e;
}

.focus-within\:ring-offset-amber-900:focus-within {
  --tw-ring-offset-color: #78350f;
}

.focus-within\:ring-offset-orange-50:focus-within {
  --tw-ring-offset-color: #fff7ed;
}

.focus-within\:ring-offset-orange-100:focus-within {
  --tw-ring-offset-color: #ffedd5;
}

.focus-within\:ring-offset-orange-200:focus-within {
  --tw-ring-offset-color: #fed7aa;
}

.focus-within\:ring-offset-orange-300:focus-within {
  --tw-ring-offset-color: #fdba74;
}

.focus-within\:ring-offset-orange-400:focus-within {
  --tw-ring-offset-color: #fb923c;
}

.focus-within\:ring-offset-orange-500:focus-within {
  --tw-ring-offset-color: #f97316;
}

.focus-within\:ring-offset-orange-600:focus-within {
  --tw-ring-offset-color: #ea580c;
}

.focus-within\:ring-offset-orange-700:focus-within {
  --tw-ring-offset-color: #c2410c;
}

.focus-within\:ring-offset-orange-800:focus-within {
  --tw-ring-offset-color: #9a3412;
}

.focus-within\:ring-offset-orange-900:focus-within {
  --tw-ring-offset-color: #7c2d12;
}

.focus-within\:ring-offset-red-50:focus-within {
  --tw-ring-offset-color: #fef2f2;
}

.focus-within\:ring-offset-red-100:focus-within {
  --tw-ring-offset-color: #fee2e2;
}

.focus-within\:ring-offset-red-200:focus-within {
  --tw-ring-offset-color: #fecaca;
}

.focus-within\:ring-offset-red-300:focus-within {
  --tw-ring-offset-color: #fca5a5;
}

.focus-within\:ring-offset-red-400:focus-within {
  --tw-ring-offset-color: #f87171;
}

.focus-within\:ring-offset-red-500:focus-within {
  --tw-ring-offset-color: #ef4444;
}

.focus-within\:ring-offset-red-600:focus-within {
  --tw-ring-offset-color: #dc2626;
}

.focus-within\:ring-offset-red-700:focus-within {
  --tw-ring-offset-color: #b91c1c;
}

.focus-within\:ring-offset-red-800:focus-within {
  --tw-ring-offset-color: #991b1b;
}

.focus-within\:ring-offset-red-900:focus-within {
  --tw-ring-offset-color: #7f1d1d;
}

.focus-within\:ring-offset-warmGray-50:focus-within {
  --tw-ring-offset-color: #fafaf9;
}

.focus-within\:ring-offset-warmGray-100:focus-within {
  --tw-ring-offset-color: #f5f5f4;
}

.focus-within\:ring-offset-warmGray-200:focus-within {
  --tw-ring-offset-color: #e7e5e4;
}

.focus-within\:ring-offset-warmGray-300:focus-within {
  --tw-ring-offset-color: #d6d3d1;
}

.focus-within\:ring-offset-warmGray-400:focus-within {
  --tw-ring-offset-color: #a8a29e;
}

.focus-within\:ring-offset-warmGray-500:focus-within {
  --tw-ring-offset-color: #78716c;
}

.focus-within\:ring-offset-warmGray-600:focus-within {
  --tw-ring-offset-color: #57534e;
}

.focus-within\:ring-offset-warmGray-700:focus-within {
  --tw-ring-offset-color: #44403c;
}

.focus-within\:ring-offset-warmGray-800:focus-within {
  --tw-ring-offset-color: #292524;
}

.focus-within\:ring-offset-warmGray-900:focus-within {
  --tw-ring-offset-color: #1c1917;
}

.focus-within\:ring-offset-trueGray-50:focus-within {
  --tw-ring-offset-color: #fafafa;
}

.focus-within\:ring-offset-trueGray-100:focus-within {
  --tw-ring-offset-color: #f5f5f5;
}

.focus-within\:ring-offset-trueGray-200:focus-within {
  --tw-ring-offset-color: #e5e5e5;
}

.focus-within\:ring-offset-trueGray-300:focus-within {
  --tw-ring-offset-color: #d4d4d4;
}

.focus-within\:ring-offset-trueGray-400:focus-within {
  --tw-ring-offset-color: #a3a3a3;
}

.focus-within\:ring-offset-trueGray-500:focus-within {
  --tw-ring-offset-color: #737373;
}

.focus-within\:ring-offset-trueGray-600:focus-within {
  --tw-ring-offset-color: #525252;
}

.focus-within\:ring-offset-trueGray-700:focus-within {
  --tw-ring-offset-color: #404040;
}

.focus-within\:ring-offset-trueGray-800:focus-within {
  --tw-ring-offset-color: #262626;
}

.focus-within\:ring-offset-trueGray-900:focus-within {
  --tw-ring-offset-color: #171717;
}

.focus-within\:ring-offset-gray-50:focus-within {
  --tw-ring-offset-color: #fafafa;
}

.focus-within\:ring-offset-gray-100:focus-within {
  --tw-ring-offset-color: #f4f4f5;
}

.focus-within\:ring-offset-gray-200:focus-within {
  --tw-ring-offset-color: #e4e4e7;
}

.focus-within\:ring-offset-gray-300:focus-within {
  --tw-ring-offset-color: #d4d4d8;
}

.focus-within\:ring-offset-gray-400:focus-within {
  --tw-ring-offset-color: #a1a1aa;
}

.focus-within\:ring-offset-gray-500:focus-within {
  --tw-ring-offset-color: #71717a;
}

.focus-within\:ring-offset-gray-600:focus-within {
  --tw-ring-offset-color: #52525b;
}

.focus-within\:ring-offset-gray-700:focus-within {
  --tw-ring-offset-color: #3f3f46;
}

.focus-within\:ring-offset-gray-800:focus-within {
  --tw-ring-offset-color: #27272a;
}

.focus-within\:ring-offset-gray-900:focus-within {
  --tw-ring-offset-color: #18181b;
}

.focus-within\:ring-offset-coolGray-50:focus-within {
  --tw-ring-offset-color: #f9fafb;
}

.focus-within\:ring-offset-coolGray-100:focus-within {
  --tw-ring-offset-color: #f3f4f6;
}

.focus-within\:ring-offset-coolGray-200:focus-within {
  --tw-ring-offset-color: #e5e7eb;
}

.focus-within\:ring-offset-coolGray-300:focus-within {
  --tw-ring-offset-color: #d1d5db;
}

.focus-within\:ring-offset-coolGray-400:focus-within {
  --tw-ring-offset-color: #9ca3af;
}

.focus-within\:ring-offset-coolGray-500:focus-within {
  --tw-ring-offset-color: #6b7280;
}

.focus-within\:ring-offset-coolGray-600:focus-within {
  --tw-ring-offset-color: #4b5563;
}

.focus-within\:ring-offset-coolGray-700:focus-within {
  --tw-ring-offset-color: #374151;
}

.focus-within\:ring-offset-coolGray-800:focus-within {
  --tw-ring-offset-color: #1f2937;
}

.focus-within\:ring-offset-coolGray-900:focus-within {
  --tw-ring-offset-color: #111827;
}

.focus-within\:ring-offset-blueGray-50:focus-within {
  --tw-ring-offset-color: #f8fafc;
}

.focus-within\:ring-offset-blueGray-100:focus-within {
  --tw-ring-offset-color: #f1f5f9;
}

.focus-within\:ring-offset-blueGray-200:focus-within {
  --tw-ring-offset-color: #e2e8f0;
}

.focus-within\:ring-offset-blueGray-300:focus-within {
  --tw-ring-offset-color: #cbd5e1;
}

.focus-within\:ring-offset-blueGray-400:focus-within {
  --tw-ring-offset-color: #94a3b8;
}

.focus-within\:ring-offset-blueGray-500:focus-within {
  --tw-ring-offset-color: #64748b;
}

.focus-within\:ring-offset-blueGray-600:focus-within {
  --tw-ring-offset-color: #475569;
}

.focus-within\:ring-offset-blueGray-700:focus-within {
  --tw-ring-offset-color: #334155;
}

.focus-within\:ring-offset-blueGray-800:focus-within {
  --tw-ring-offset-color: #1e293b;
}

.focus-within\:ring-offset-blueGray-900:focus-within {
  --tw-ring-offset-color: #0f172a;
}

.focus\:ring-offset-current:focus {
  --tw-ring-offset-color: currentColor;
}

.focus\:ring-offset-transparent:focus {
  --tw-ring-offset-color: transparent;
}

.focus\:ring-offset-falcon:focus {
  --tw-ring-offset-color: var(--falcon);
}

.focus\:ring-offset-basement:focus {
  --tw-ring-offset-color: var(--basement);
}

.focus\:ring-offset-blue-50:focus {
  --tw-ring-offset-color: #eff6ff;
}

.focus\:ring-offset-blue-100:focus {
  --tw-ring-offset-color: #dbeafe;
}

.focus\:ring-offset-blue-200:focus {
  --tw-ring-offset-color: #bfdbfe;
}

.focus\:ring-offset-blue-300:focus {
  --tw-ring-offset-color: #93c5fd;
}

.focus\:ring-offset-blue-400:focus {
  --tw-ring-offset-color: #60a5fa;
}

.focus\:ring-offset-blue-500:focus {
  --tw-ring-offset-color: #3b82f6;
}

.focus\:ring-offset-blue-600:focus {
  --tw-ring-offset-color: #2563eb;
}

.focus\:ring-offset-blue-700:focus {
  --tw-ring-offset-color: #1d4ed8;
}

.focus\:ring-offset-blue-800:focus {
  --tw-ring-offset-color: #1e40af;
}

.focus\:ring-offset-blue-900:focus {
  --tw-ring-offset-color: #1e3a8a;
}

.focus\:ring-offset-body-and-labels:focus {
  --tw-ring-offset-color: var(--body-and-labels);
}

.focus\:ring-offset-brand:focus {
  --tw-ring-offset-color: var(--brand);
}

.focus\:ring-offset-code-base-64:focus {
  --tw-ring-offset-color: var(--code-base-64);
}

.focus\:ring-offset-code-bg:focus {
  --tw-ring-offset-color: var(--code-bg);
}

.focus\:ring-offset-code-outline:focus {
  --tw-ring-offset-color: var(--code-outline);
}

.focus\:ring-offset-code-text:focus {
  --tw-ring-offset-color: var(--code-text);
}

.focus\:ring-offset-critical:focus {
  --tw-ring-offset-color: var(--critical);
}

.focus\:ring-offset-destructive-hover:focus {
  --tw-ring-offset-color: var(--destructive-hover);
}

.focus\:ring-offset-destructive-idle:focus {
  --tw-ring-offset-color: var(--destructive-idle);
}

.focus\:ring-offset-destructive-pressed:focus {
  --tw-ring-offset-color: var(--destructive-pressed);
}

.focus\:ring-offset-disabled:focus {
  --tw-ring-offset-color: var(--disabled);
}

.focus\:ring-offset-disc-operations:focus {
  --tw-ring-offset-color: var(--disc-operations);
}

.focus\:ring-offset-dns-requests:focus {
  --tw-ring-offset-color: var(--dns-requests);
}

.focus\:ring-offset-focus:focus {
  --tw-ring-offset-color: var(--focus);
}

.focus\:ring-offset-graph-1:focus {
  --tw-ring-offset-color: var(--graph-1);
}

.focus\:ring-offset-graph-10:focus {
  --tw-ring-offset-color: var(--graph-10);
}

.focus\:ring-offset-graph-11:focus {
  --tw-ring-offset-color: var(--graph-11);
}

.focus\:ring-offset-graph-2:focus {
  --tw-ring-offset-color: var(--graph-2);
}

.focus\:ring-offset-graph-3:focus {
  --tw-ring-offset-color: var(--graph-3);
}

.focus\:ring-offset-graph-4:focus {
  --tw-ring-offset-color: var(--graph-4);
}

.focus\:ring-offset-graph-5:focus {
  --tw-ring-offset-color: var(--graph-5);
}

.focus\:ring-offset-graph-6:focus {
  --tw-ring-offset-color: var(--graph-6);
}

.focus\:ring-offset-graph-7:focus {
  --tw-ring-offset-color: var(--graph-7);
}

.focus\:ring-offset-graph-8:focus {
  --tw-ring-offset-color: var(--graph-8);
}

.focus\:ring-offset-graph-9:focus {
  --tw-ring-offset-color: var(--graph-9);
}

.focus\:ring-offset-graph-disabled:focus {
  --tw-ring-offset-color: var(--graph-disabled);
}

.focus\:ring-offset-ground-floor:focus {
  --tw-ring-offset-color: var(--ground-floor);
}

.focus\:ring-offset-high:focus {
  --tw-ring-offset-color: var(--high);
}

.focus\:ring-offset-informational:focus {
  --tw-ring-offset-color: var(--informational);
}

.focus\:ring-offset-lines-dark:focus {
  --tw-ring-offset-color: var(--lines-dark);
}

.focus\:ring-offset-lines-light:focus {
  --tw-ring-offset-color: var(--lines-light);
}

.focus\:ring-offset-low:focus {
  --tw-ring-offset-color: var(--low);
}

.focus\:ring-offset-medium:focus {
  --tw-ring-offset-color: var(--medium);
}

.focus\:ring-offset-mezzanine:focus {
  --tw-ring-offset-color: var(--mezzanine);
}

.focus\:ring-offset-nav-text-and-icons:focus {
  --tw-ring-offset-color: var(--nav-text-and-icons);
}

.focus\:ring-offset-nav-text-secondary:focus {
  --tw-ring-offset-color: var(--nav-text-secondary);
}

.focus\:ring-offset-network-operations:focus {
  --tw-ring-offset-color: var(--network-operations);
}

.focus\:ring-offset-normal-hover:focus {
  --tw-ring-offset-color: var(--normal-hover);
}

.focus\:ring-offset-normal-idle:focus {
  --tw-ring-offset-color: var(--normal-idle);
}

.focus\:ring-offset-normal-pressed:focus {
  --tw-ring-offset-color: var(--normal-pressed);
}

.focus\:ring-offset-overlay-0\.5:focus {
  --tw-ring-offset-color: var(--overlay-0\.5);
}

.focus\:ring-offset-overlay-1:focus {
  --tw-ring-offset-color: var(--overlay-1);
}

.focus\:ring-offset-overlay-2:focus {
  --tw-ring-offset-color: var(--overlay-2);
}

.focus\:ring-offset-positive:focus {
  --tw-ring-offset-color: var(--positive);
}

.focus\:ring-offset-primary-hover:focus {
  --tw-ring-offset-color: var(--primary-hover);
}

.focus\:ring-offset-primary-idle:focus {
  --tw-ring-offset-color: var(--primary-idle);
}

.focus\:ring-offset-primary-pressed:focus {
  --tw-ring-offset-color: var(--primary-pressed);
}

.focus\:ring-offset-process-operations:focus {
  --tw-ring-offset-color: var(--process-operations);
}

.focus\:ring-offset-purple-50:focus {
  --tw-ring-offset-color: #faf5ff;
}

.focus\:ring-offset-purple-100:focus {
  --tw-ring-offset-color: #f3e8ff;
}

.focus\:ring-offset-purple-200:focus {
  --tw-ring-offset-color: #e9d5ff;
}

.focus\:ring-offset-purple-300:focus {
  --tw-ring-offset-color: #d8b4fe;
}

.focus\:ring-offset-purple-400:focus {
  --tw-ring-offset-color: #c084fc;
}

.focus\:ring-offset-purple-500:focus {
  --tw-ring-offset-color: #a855f7;
}

.focus\:ring-offset-purple-600:focus {
  --tw-ring-offset-color: #9333ea;
}

.focus\:ring-offset-purple-700:focus {
  --tw-ring-offset-color: #7e22ce;
}

.focus\:ring-offset-purple-800:focus {
  --tw-ring-offset-color: #6b21a8;
}

.focus\:ring-offset-purple-900:focus {
  --tw-ring-offset-color: #581c87;
}

.focus\:ring-offset-registry-operations:focus {
  --tw-ring-offset-color: var(--registry-operations);
}

.focus\:ring-offset-selected:focus {
  --tw-ring-offset-color: var(--selected);
}

.focus\:ring-offset-surface-2xl:focus {
  --tw-ring-offset-color: var(--surface-2xl);
}

.focus\:ring-offset-surface-base:focus {
  --tw-ring-offset-color: var(--surface-base);
}

.focus\:ring-offset-surface-inner:focus {
  --tw-ring-offset-color: var(--surface-inner);
}

.focus\:ring-offset-surface-lg:focus {
  --tw-ring-offset-color: var(--surface-lg);
}

.focus\:ring-offset-surface-md:focus {
  --tw-ring-offset-color: var(--surface-md);
}

.focus\:ring-offset-surface-xl:focus {
  --tw-ring-offset-color: var(--surface-xl);
}

.focus\:ring-offset-text-and-icons:focus {
  --tw-ring-offset-color: var(--text-and-icons);
}

.focus\:ring-offset-titles-and-attributes:focus {
  --tw-ring-offset-color: var(--titles-and-attributes);
}

.focus\:ring-offset-black:focus {
  --tw-ring-offset-color: #000;
}

.focus\:ring-offset-white:focus {
  --tw-ring-offset-color: #fff;
}

.focus\:ring-offset-rose-50:focus {
  --tw-ring-offset-color: #fff1f2;
}

.focus\:ring-offset-rose-100:focus {
  --tw-ring-offset-color: #ffe4e6;
}

.focus\:ring-offset-rose-200:focus {
  --tw-ring-offset-color: #fecdd3;
}

.focus\:ring-offset-rose-300:focus {
  --tw-ring-offset-color: #fda4af;
}

.focus\:ring-offset-rose-400:focus {
  --tw-ring-offset-color: #fb7185;
}

.focus\:ring-offset-rose-500:focus {
  --tw-ring-offset-color: #f43f5e;
}

.focus\:ring-offset-rose-600:focus {
  --tw-ring-offset-color: #e11d48;
}

.focus\:ring-offset-rose-700:focus {
  --tw-ring-offset-color: #be123c;
}

.focus\:ring-offset-rose-800:focus {
  --tw-ring-offset-color: #9f1239;
}

.focus\:ring-offset-rose-900:focus {
  --tw-ring-offset-color: #881337;
}

.focus\:ring-offset-pink-50:focus {
  --tw-ring-offset-color: #fdf2f8;
}

.focus\:ring-offset-pink-100:focus {
  --tw-ring-offset-color: #fce7f3;
}

.focus\:ring-offset-pink-200:focus {
  --tw-ring-offset-color: #fbcfe8;
}

.focus\:ring-offset-pink-300:focus {
  --tw-ring-offset-color: #f9a8d4;
}

.focus\:ring-offset-pink-400:focus {
  --tw-ring-offset-color: #f472b6;
}

.focus\:ring-offset-pink-500:focus {
  --tw-ring-offset-color: #ec4899;
}

.focus\:ring-offset-pink-600:focus {
  --tw-ring-offset-color: #db2777;
}

.focus\:ring-offset-pink-700:focus {
  --tw-ring-offset-color: #be185d;
}

.focus\:ring-offset-pink-800:focus {
  --tw-ring-offset-color: #9d174d;
}

.focus\:ring-offset-pink-900:focus {
  --tw-ring-offset-color: #831843;
}

.focus\:ring-offset-fuchsia-50:focus {
  --tw-ring-offset-color: #fdf4ff;
}

.focus\:ring-offset-fuchsia-100:focus {
  --tw-ring-offset-color: #fae8ff;
}

.focus\:ring-offset-fuchsia-200:focus {
  --tw-ring-offset-color: #f5d0fe;
}

.focus\:ring-offset-fuchsia-300:focus {
  --tw-ring-offset-color: #f0abfc;
}

.focus\:ring-offset-fuchsia-400:focus {
  --tw-ring-offset-color: #e879f9;
}

.focus\:ring-offset-fuchsia-500:focus {
  --tw-ring-offset-color: #d946ef;
}

.focus\:ring-offset-fuchsia-600:focus {
  --tw-ring-offset-color: #c026d3;
}

.focus\:ring-offset-fuchsia-700:focus {
  --tw-ring-offset-color: #a21caf;
}

.focus\:ring-offset-fuchsia-800:focus {
  --tw-ring-offset-color: #86198f;
}

.focus\:ring-offset-fuchsia-900:focus {
  --tw-ring-offset-color: #701a75;
}

.focus\:ring-offset-violet-50:focus {
  --tw-ring-offset-color: #f5f3ff;
}

.focus\:ring-offset-violet-100:focus {
  --tw-ring-offset-color: #ede9fe;
}

.focus\:ring-offset-violet-200:focus {
  --tw-ring-offset-color: #ddd6fe;
}

.focus\:ring-offset-violet-300:focus {
  --tw-ring-offset-color: #c4b5fd;
}

.focus\:ring-offset-violet-400:focus {
  --tw-ring-offset-color: #a78bfa;
}

.focus\:ring-offset-violet-500:focus {
  --tw-ring-offset-color: #8b5cf6;
}

.focus\:ring-offset-violet-600:focus {
  --tw-ring-offset-color: #7c3aed;
}

.focus\:ring-offset-violet-700:focus {
  --tw-ring-offset-color: #6d28d9;
}

.focus\:ring-offset-violet-800:focus {
  --tw-ring-offset-color: #5b21b6;
}

.focus\:ring-offset-violet-900:focus {
  --tw-ring-offset-color: #4c1d95;
}

.focus\:ring-offset-indigo-50:focus {
  --tw-ring-offset-color: #eef2ff;
}

.focus\:ring-offset-indigo-100:focus {
  --tw-ring-offset-color: #e0e7ff;
}

.focus\:ring-offset-indigo-200:focus {
  --tw-ring-offset-color: #c7d2fe;
}

.focus\:ring-offset-indigo-300:focus {
  --tw-ring-offset-color: #a5b4fc;
}

.focus\:ring-offset-indigo-400:focus {
  --tw-ring-offset-color: #818cf8;
}

.focus\:ring-offset-indigo-500:focus {
  --tw-ring-offset-color: #6366f1;
}

.focus\:ring-offset-indigo-600:focus {
  --tw-ring-offset-color: #4f46e5;
}

.focus\:ring-offset-indigo-700:focus {
  --tw-ring-offset-color: #4338ca;
}

.focus\:ring-offset-indigo-800:focus {
  --tw-ring-offset-color: #3730a3;
}

.focus\:ring-offset-indigo-900:focus {
  --tw-ring-offset-color: #312e81;
}

.focus\:ring-offset-lightBlue-50:focus {
  --tw-ring-offset-color: #f0f9ff;
}

.focus\:ring-offset-lightBlue-100:focus {
  --tw-ring-offset-color: #e0f2fe;
}

.focus\:ring-offset-lightBlue-200:focus {
  --tw-ring-offset-color: #bae6fd;
}

.focus\:ring-offset-lightBlue-300:focus {
  --tw-ring-offset-color: #7dd3fc;
}

.focus\:ring-offset-lightBlue-400:focus {
  --tw-ring-offset-color: #38bdf8;
}

.focus\:ring-offset-lightBlue-500:focus {
  --tw-ring-offset-color: #0ea5e9;
}

.focus\:ring-offset-lightBlue-600:focus {
  --tw-ring-offset-color: #0284c7;
}

.focus\:ring-offset-lightBlue-700:focus {
  --tw-ring-offset-color: #0369a1;
}

.focus\:ring-offset-lightBlue-800:focus {
  --tw-ring-offset-color: #075985;
}

.focus\:ring-offset-lightBlue-900:focus {
  --tw-ring-offset-color: #0c4a6e;
}

.focus\:ring-offset-cyan-50:focus {
  --tw-ring-offset-color: #ecfeff;
}

.focus\:ring-offset-cyan-100:focus {
  --tw-ring-offset-color: #cffafe;
}

.focus\:ring-offset-cyan-200:focus {
  --tw-ring-offset-color: #a5f3fc;
}

.focus\:ring-offset-cyan-300:focus {
  --tw-ring-offset-color: #67e8f9;
}

.focus\:ring-offset-cyan-400:focus {
  --tw-ring-offset-color: #22d3ee;
}

.focus\:ring-offset-cyan-500:focus {
  --tw-ring-offset-color: #06b6d4;
}

.focus\:ring-offset-cyan-600:focus {
  --tw-ring-offset-color: #0891b2;
}

.focus\:ring-offset-cyan-700:focus {
  --tw-ring-offset-color: #0e7490;
}

.focus\:ring-offset-cyan-800:focus {
  --tw-ring-offset-color: #155e75;
}

.focus\:ring-offset-cyan-900:focus {
  --tw-ring-offset-color: #164e63;
}

.focus\:ring-offset-teal-50:focus {
  --tw-ring-offset-color: #f0fdfa;
}

.focus\:ring-offset-teal-100:focus {
  --tw-ring-offset-color: #ccfbf1;
}

.focus\:ring-offset-teal-200:focus {
  --tw-ring-offset-color: #99f6e4;
}

.focus\:ring-offset-teal-300:focus {
  --tw-ring-offset-color: #5eead4;
}

.focus\:ring-offset-teal-400:focus {
  --tw-ring-offset-color: #2dd4bf;
}

.focus\:ring-offset-teal-500:focus {
  --tw-ring-offset-color: #14b8a6;
}

.focus\:ring-offset-teal-600:focus {
  --tw-ring-offset-color: #0d9488;
}

.focus\:ring-offset-teal-700:focus {
  --tw-ring-offset-color: #0f766e;
}

.focus\:ring-offset-teal-800:focus {
  --tw-ring-offset-color: #115e59;
}

.focus\:ring-offset-teal-900:focus {
  --tw-ring-offset-color: #134e4a;
}

.focus\:ring-offset-emerald-50:focus {
  --tw-ring-offset-color: #ecfdf5;
}

.focus\:ring-offset-emerald-100:focus {
  --tw-ring-offset-color: #d1fae5;
}

.focus\:ring-offset-emerald-200:focus {
  --tw-ring-offset-color: #a7f3d0;
}

.focus\:ring-offset-emerald-300:focus {
  --tw-ring-offset-color: #6ee7b7;
}

.focus\:ring-offset-emerald-400:focus {
  --tw-ring-offset-color: #34d399;
}

.focus\:ring-offset-emerald-500:focus {
  --tw-ring-offset-color: #10b981;
}

.focus\:ring-offset-emerald-600:focus {
  --tw-ring-offset-color: #059669;
}

.focus\:ring-offset-emerald-700:focus {
  --tw-ring-offset-color: #047857;
}

.focus\:ring-offset-emerald-800:focus {
  --tw-ring-offset-color: #065f46;
}

.focus\:ring-offset-emerald-900:focus {
  --tw-ring-offset-color: #064e3b;
}

.focus\:ring-offset-green-50:focus {
  --tw-ring-offset-color: #f0fdf4;
}

.focus\:ring-offset-green-100:focus {
  --tw-ring-offset-color: #dcfce7;
}

.focus\:ring-offset-green-200:focus {
  --tw-ring-offset-color: #bbf7d0;
}

.focus\:ring-offset-green-300:focus {
  --tw-ring-offset-color: #86efac;
}

.focus\:ring-offset-green-400:focus {
  --tw-ring-offset-color: #4ade80;
}

.focus\:ring-offset-green-500:focus {
  --tw-ring-offset-color: #22c55e;
}

.focus\:ring-offset-green-600:focus {
  --tw-ring-offset-color: #16a34a;
}

.focus\:ring-offset-green-700:focus {
  --tw-ring-offset-color: #15803d;
}

.focus\:ring-offset-green-800:focus {
  --tw-ring-offset-color: #166534;
}

.focus\:ring-offset-green-900:focus {
  --tw-ring-offset-color: #14532d;
}

.focus\:ring-offset-lime-50:focus {
  --tw-ring-offset-color: #f7fee7;
}

.focus\:ring-offset-lime-100:focus {
  --tw-ring-offset-color: #ecfccb;
}

.focus\:ring-offset-lime-200:focus {
  --tw-ring-offset-color: #d9f99d;
}

.focus\:ring-offset-lime-300:focus {
  --tw-ring-offset-color: #bef264;
}

.focus\:ring-offset-lime-400:focus {
  --tw-ring-offset-color: #a3e635;
}

.focus\:ring-offset-lime-500:focus {
  --tw-ring-offset-color: #84cc16;
}

.focus\:ring-offset-lime-600:focus {
  --tw-ring-offset-color: #65a30d;
}

.focus\:ring-offset-lime-700:focus {
  --tw-ring-offset-color: #4d7c0f;
}

.focus\:ring-offset-lime-800:focus {
  --tw-ring-offset-color: #3f6212;
}

.focus\:ring-offset-lime-900:focus {
  --tw-ring-offset-color: #365314;
}

.focus\:ring-offset-yellow-50:focus {
  --tw-ring-offset-color: #fefce8;
}

.focus\:ring-offset-yellow-100:focus {
  --tw-ring-offset-color: #fef9c3;
}

.focus\:ring-offset-yellow-200:focus {
  --tw-ring-offset-color: #fef08a;
}

.focus\:ring-offset-yellow-300:focus {
  --tw-ring-offset-color: #fde047;
}

.focus\:ring-offset-yellow-400:focus {
  --tw-ring-offset-color: #facc15;
}

.focus\:ring-offset-yellow-500:focus {
  --tw-ring-offset-color: #eab308;
}

.focus\:ring-offset-yellow-600:focus {
  --tw-ring-offset-color: #ca8a04;
}

.focus\:ring-offset-yellow-700:focus {
  --tw-ring-offset-color: #a16207;
}

.focus\:ring-offset-yellow-800:focus {
  --tw-ring-offset-color: #854d0e;
}

.focus\:ring-offset-yellow-900:focus {
  --tw-ring-offset-color: #713f12;
}

.focus\:ring-offset-amber-50:focus {
  --tw-ring-offset-color: #fffbeb;
}

.focus\:ring-offset-amber-100:focus {
  --tw-ring-offset-color: #fef3c7;
}

.focus\:ring-offset-amber-200:focus {
  --tw-ring-offset-color: #fde68a;
}

.focus\:ring-offset-amber-300:focus {
  --tw-ring-offset-color: #fcd34d;
}

.focus\:ring-offset-amber-400:focus {
  --tw-ring-offset-color: #fbbf24;
}

.focus\:ring-offset-amber-500:focus {
  --tw-ring-offset-color: #f59e0b;
}

.focus\:ring-offset-amber-600:focus {
  --tw-ring-offset-color: #d97706;
}

.focus\:ring-offset-amber-700:focus {
  --tw-ring-offset-color: #b45309;
}

.focus\:ring-offset-amber-800:focus {
  --tw-ring-offset-color: #92400e;
}

.focus\:ring-offset-amber-900:focus {
  --tw-ring-offset-color: #78350f;
}

.focus\:ring-offset-orange-50:focus {
  --tw-ring-offset-color: #fff7ed;
}

.focus\:ring-offset-orange-100:focus {
  --tw-ring-offset-color: #ffedd5;
}

.focus\:ring-offset-orange-200:focus {
  --tw-ring-offset-color: #fed7aa;
}

.focus\:ring-offset-orange-300:focus {
  --tw-ring-offset-color: #fdba74;
}

.focus\:ring-offset-orange-400:focus {
  --tw-ring-offset-color: #fb923c;
}

.focus\:ring-offset-orange-500:focus {
  --tw-ring-offset-color: #f97316;
}

.focus\:ring-offset-orange-600:focus {
  --tw-ring-offset-color: #ea580c;
}

.focus\:ring-offset-orange-700:focus {
  --tw-ring-offset-color: #c2410c;
}

.focus\:ring-offset-orange-800:focus {
  --tw-ring-offset-color: #9a3412;
}

.focus\:ring-offset-orange-900:focus {
  --tw-ring-offset-color: #7c2d12;
}

.focus\:ring-offset-red-50:focus {
  --tw-ring-offset-color: #fef2f2;
}

.focus\:ring-offset-red-100:focus {
  --tw-ring-offset-color: #fee2e2;
}

.focus\:ring-offset-red-200:focus {
  --tw-ring-offset-color: #fecaca;
}

.focus\:ring-offset-red-300:focus {
  --tw-ring-offset-color: #fca5a5;
}

.focus\:ring-offset-red-400:focus {
  --tw-ring-offset-color: #f87171;
}

.focus\:ring-offset-red-500:focus {
  --tw-ring-offset-color: #ef4444;
}

.focus\:ring-offset-red-600:focus {
  --tw-ring-offset-color: #dc2626;
}

.focus\:ring-offset-red-700:focus {
  --tw-ring-offset-color: #b91c1c;
}

.focus\:ring-offset-red-800:focus {
  --tw-ring-offset-color: #991b1b;
}

.focus\:ring-offset-red-900:focus {
  --tw-ring-offset-color: #7f1d1d;
}

.focus\:ring-offset-warmGray-50:focus {
  --tw-ring-offset-color: #fafaf9;
}

.focus\:ring-offset-warmGray-100:focus {
  --tw-ring-offset-color: #f5f5f4;
}

.focus\:ring-offset-warmGray-200:focus {
  --tw-ring-offset-color: #e7e5e4;
}

.focus\:ring-offset-warmGray-300:focus {
  --tw-ring-offset-color: #d6d3d1;
}

.focus\:ring-offset-warmGray-400:focus {
  --tw-ring-offset-color: #a8a29e;
}

.focus\:ring-offset-warmGray-500:focus {
  --tw-ring-offset-color: #78716c;
}

.focus\:ring-offset-warmGray-600:focus {
  --tw-ring-offset-color: #57534e;
}

.focus\:ring-offset-warmGray-700:focus {
  --tw-ring-offset-color: #44403c;
}

.focus\:ring-offset-warmGray-800:focus {
  --tw-ring-offset-color: #292524;
}

.focus\:ring-offset-warmGray-900:focus {
  --tw-ring-offset-color: #1c1917;
}

.focus\:ring-offset-trueGray-50:focus {
  --tw-ring-offset-color: #fafafa;
}

.focus\:ring-offset-trueGray-100:focus {
  --tw-ring-offset-color: #f5f5f5;
}

.focus\:ring-offset-trueGray-200:focus {
  --tw-ring-offset-color: #e5e5e5;
}

.focus\:ring-offset-trueGray-300:focus {
  --tw-ring-offset-color: #d4d4d4;
}

.focus\:ring-offset-trueGray-400:focus {
  --tw-ring-offset-color: #a3a3a3;
}

.focus\:ring-offset-trueGray-500:focus {
  --tw-ring-offset-color: #737373;
}

.focus\:ring-offset-trueGray-600:focus {
  --tw-ring-offset-color: #525252;
}

.focus\:ring-offset-trueGray-700:focus {
  --tw-ring-offset-color: #404040;
}

.focus\:ring-offset-trueGray-800:focus {
  --tw-ring-offset-color: #262626;
}

.focus\:ring-offset-trueGray-900:focus {
  --tw-ring-offset-color: #171717;
}

.focus\:ring-offset-gray-50:focus {
  --tw-ring-offset-color: #fafafa;
}

.focus\:ring-offset-gray-100:focus {
  --tw-ring-offset-color: #f4f4f5;
}

.focus\:ring-offset-gray-200:focus {
  --tw-ring-offset-color: #e4e4e7;
}

.focus\:ring-offset-gray-300:focus {
  --tw-ring-offset-color: #d4d4d8;
}

.focus\:ring-offset-gray-400:focus {
  --tw-ring-offset-color: #a1a1aa;
}

.focus\:ring-offset-gray-500:focus {
  --tw-ring-offset-color: #71717a;
}

.focus\:ring-offset-gray-600:focus {
  --tw-ring-offset-color: #52525b;
}

.focus\:ring-offset-gray-700:focus {
  --tw-ring-offset-color: #3f3f46;
}

.focus\:ring-offset-gray-800:focus {
  --tw-ring-offset-color: #27272a;
}

.focus\:ring-offset-gray-900:focus {
  --tw-ring-offset-color: #18181b;
}

.focus\:ring-offset-coolGray-50:focus {
  --tw-ring-offset-color: #f9fafb;
}

.focus\:ring-offset-coolGray-100:focus {
  --tw-ring-offset-color: #f3f4f6;
}

.focus\:ring-offset-coolGray-200:focus {
  --tw-ring-offset-color: #e5e7eb;
}

.focus\:ring-offset-coolGray-300:focus {
  --tw-ring-offset-color: #d1d5db;
}

.focus\:ring-offset-coolGray-400:focus {
  --tw-ring-offset-color: #9ca3af;
}

.focus\:ring-offset-coolGray-500:focus {
  --tw-ring-offset-color: #6b7280;
}

.focus\:ring-offset-coolGray-600:focus {
  --tw-ring-offset-color: #4b5563;
}

.focus\:ring-offset-coolGray-700:focus {
  --tw-ring-offset-color: #374151;
}

.focus\:ring-offset-coolGray-800:focus {
  --tw-ring-offset-color: #1f2937;
}

.focus\:ring-offset-coolGray-900:focus {
  --tw-ring-offset-color: #111827;
}

.focus\:ring-offset-blueGray-50:focus {
  --tw-ring-offset-color: #f8fafc;
}

.focus\:ring-offset-blueGray-100:focus {
  --tw-ring-offset-color: #f1f5f9;
}

.focus\:ring-offset-blueGray-200:focus {
  --tw-ring-offset-color: #e2e8f0;
}

.focus\:ring-offset-blueGray-300:focus {
  --tw-ring-offset-color: #cbd5e1;
}

.focus\:ring-offset-blueGray-400:focus {
  --tw-ring-offset-color: #94a3b8;
}

.focus\:ring-offset-blueGray-500:focus {
  --tw-ring-offset-color: #64748b;
}

.focus\:ring-offset-blueGray-600:focus {
  --tw-ring-offset-color: #475569;
}

.focus\:ring-offset-blueGray-700:focus {
  --tw-ring-offset-color: #334155;
}

.focus\:ring-offset-blueGray-800:focus {
  --tw-ring-offset-color: #1e293b;
}

.focus\:ring-offset-blueGray-900:focus {
  --tw-ring-offset-color: #0f172a;
}

.filter {
  --tw-blur: var(--tw-empty,/*!*/ /*!*/);
  --tw-brightness: var(--tw-empty,/*!*/ /*!*/);
  --tw-contrast: var(--tw-empty,/*!*/ /*!*/);
  --tw-grayscale: var(--tw-empty,/*!*/ /*!*/);
  --tw-hue-rotate: var(--tw-empty,/*!*/ /*!*/);
  --tw-invert: var(--tw-empty,/*!*/ /*!*/);
  --tw-saturate: var(--tw-empty,/*!*/ /*!*/);
  --tw-sepia: var(--tw-empty,/*!*/ /*!*/);
  --tw-drop-shadow: var(--tw-empty,/*!*/ /*!*/);
  -webkit-filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
          filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

.filter-none {
  -webkit-filter: none;
          filter: none;
}

.blur-0 {
  --tw-blur: blur(0);
}

.blur-none {
  --tw-blur: blur(0);
}

.blur-sm {
  --tw-blur: blur(4px);
}

.blur {
  --tw-blur: blur(8px);
}

.blur-md {
  --tw-blur: blur(12px);
}

.blur-lg {
  --tw-blur: blur(16px);
}

.blur-xl {
  --tw-blur: blur(24px);
}

.blur-2xl {
  --tw-blur: blur(40px);
}

.blur-3xl {
  --tw-blur: blur(64px);
}

.brightness-0 {
  --tw-brightness: brightness(0);
}

.brightness-50 {
  --tw-brightness: brightness(.5);
}

.brightness-75 {
  --tw-brightness: brightness(.75);
}

.brightness-90 {
  --tw-brightness: brightness(.9);
}

.brightness-95 {
  --tw-brightness: brightness(.95);
}

.brightness-100 {
  --tw-brightness: brightness(1);
}

.brightness-105 {
  --tw-brightness: brightness(1.05);
}

.brightness-110 {
  --tw-brightness: brightness(1.1);
}

.brightness-125 {
  --tw-brightness: brightness(1.25);
}

.brightness-150 {
  --tw-brightness: brightness(1.5);
}

.brightness-200 {
  --tw-brightness: brightness(2);
}

.contrast-0 {
  --tw-contrast: contrast(0);
}

.contrast-50 {
  --tw-contrast: contrast(.5);
}

.contrast-75 {
  --tw-contrast: contrast(.75);
}

.contrast-100 {
  --tw-contrast: contrast(1);
}

.contrast-125 {
  --tw-contrast: contrast(1.25);
}

.contrast-150 {
  --tw-contrast: contrast(1.5);
}

.contrast-200 {
  --tw-contrast: contrast(2);
}

.drop-shadow-sm {
  --tw-drop-shadow: drop-shadow(0 1px 1px rgba(0,0,0,0.05));
}

.drop-shadow {
  --tw-drop-shadow: drop-shadow(0 1px 2px rgba(0, 0, 0, 0.1)) drop-shadow(0 1px 1px rgba(0, 0, 0, 0.06));
}

.drop-shadow-md {
  --tw-drop-shadow: drop-shadow(0 4px 3px rgba(0, 0, 0, 0.07)) drop-shadow(0 2px 2px rgba(0, 0, 0, 0.06));
}

.drop-shadow-lg {
  --tw-drop-shadow: drop-shadow(0 10px 8px rgba(0, 0, 0, 0.04)) drop-shadow(0 4px 3px rgba(0, 0, 0, 0.1));
}

.drop-shadow-xl {
  --tw-drop-shadow: drop-shadow(0 20px 13px rgba(0, 0, 0, 0.03)) drop-shadow(0 8px 5px rgba(0, 0, 0, 0.08));
}

.drop-shadow-2xl {
  --tw-drop-shadow: drop-shadow(0 25px 25px rgba(0, 0, 0, 0.15));
}

.drop-shadow-none {
  --tw-drop-shadow: drop-shadow(0 0 #0000);
}

.grayscale-0 {
  --tw-grayscale: grayscale(0);
}

.grayscale {
  --tw-grayscale: grayscale(100%);
}

.hue-rotate-0 {
  --tw-hue-rotate: hue-rotate(0deg);
}

.hue-rotate-15 {
  --tw-hue-rotate: hue-rotate(15deg);
}

.hue-rotate-30 {
  --tw-hue-rotate: hue-rotate(30deg);
}

.hue-rotate-60 {
  --tw-hue-rotate: hue-rotate(60deg);
}

.hue-rotate-90 {
  --tw-hue-rotate: hue-rotate(90deg);
}

.hue-rotate-180 {
  --tw-hue-rotate: hue-rotate(180deg);
}

.-hue-rotate-180 {
  --tw-hue-rotate: hue-rotate(-180deg);
}

.-hue-rotate-90 {
  --tw-hue-rotate: hue-rotate(-90deg);
}

.-hue-rotate-60 {
  --tw-hue-rotate: hue-rotate(-60deg);
}

.-hue-rotate-30 {
  --tw-hue-rotate: hue-rotate(-30deg);
}

.-hue-rotate-15 {
  --tw-hue-rotate: hue-rotate(-15deg);
}

.invert-0 {
  --tw-invert: invert(0);
}

.invert {
  --tw-invert: invert(100%);
}

.saturate-0 {
  --tw-saturate: saturate(0);
}

.saturate-50 {
  --tw-saturate: saturate(.5);
}

.saturate-100 {
  --tw-saturate: saturate(1);
}

.saturate-150 {
  --tw-saturate: saturate(1.5);
}

.saturate-200 {
  --tw-saturate: saturate(2);
}

.sepia-0 {
  --tw-sepia: sepia(0);
}

.sepia {
  --tw-sepia: sepia(100%);
}

.backdrop-filter {
  --tw-backdrop-blur: var(--tw-empty,/*!*/ /*!*/);
  --tw-backdrop-brightness: var(--tw-empty,/*!*/ /*!*/);
  --tw-backdrop-contrast: var(--tw-empty,/*!*/ /*!*/);
  --tw-backdrop-grayscale: var(--tw-empty,/*!*/ /*!*/);
  --tw-backdrop-hue-rotate: var(--tw-empty,/*!*/ /*!*/);
  --tw-backdrop-invert: var(--tw-empty,/*!*/ /*!*/);
  --tw-backdrop-opacity: var(--tw-empty,/*!*/ /*!*/);
  --tw-backdrop-saturate: var(--tw-empty,/*!*/ /*!*/);
  --tw-backdrop-sepia: var(--tw-empty,/*!*/ /*!*/);
  -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
          backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}

.backdrop-filter-none {
  -webkit-backdrop-filter: none;
          backdrop-filter: none;
}

.backdrop-blur-0 {
  --tw-backdrop-blur: blur(0);
}

.backdrop-blur-none {
  --tw-backdrop-blur: blur(0);
}

.backdrop-blur-sm {
  --tw-backdrop-blur: blur(4px);
}

.backdrop-blur {
  --tw-backdrop-blur: blur(8px);
}

.backdrop-blur-md {
  --tw-backdrop-blur: blur(12px);
}

.backdrop-blur-lg {
  --tw-backdrop-blur: blur(16px);
}

.backdrop-blur-xl {
  --tw-backdrop-blur: blur(24px);
}

.backdrop-blur-2xl {
  --tw-backdrop-blur: blur(40px);
}

.backdrop-blur-3xl {
  --tw-backdrop-blur: blur(64px);
}

.backdrop-brightness-0 {
  --tw-backdrop-brightness: brightness(0);
}

.backdrop-brightness-50 {
  --tw-backdrop-brightness: brightness(.5);
}

.backdrop-brightness-75 {
  --tw-backdrop-brightness: brightness(.75);
}

.backdrop-brightness-90 {
  --tw-backdrop-brightness: brightness(.9);
}

.backdrop-brightness-95 {
  --tw-backdrop-brightness: brightness(.95);
}

.backdrop-brightness-100 {
  --tw-backdrop-brightness: brightness(1);
}

.backdrop-brightness-105 {
  --tw-backdrop-brightness: brightness(1.05);
}

.backdrop-brightness-110 {
  --tw-backdrop-brightness: brightness(1.1);
}

.backdrop-brightness-125 {
  --tw-backdrop-brightness: brightness(1.25);
}

.backdrop-brightness-150 {
  --tw-backdrop-brightness: brightness(1.5);
}

.backdrop-brightness-200 {
  --tw-backdrop-brightness: brightness(2);
}

.backdrop-contrast-0 {
  --tw-backdrop-contrast: contrast(0);
}

.backdrop-contrast-50 {
  --tw-backdrop-contrast: contrast(.5);
}

.backdrop-contrast-75 {
  --tw-backdrop-contrast: contrast(.75);
}

.backdrop-contrast-100 {
  --tw-backdrop-contrast: contrast(1);
}

.backdrop-contrast-125 {
  --tw-backdrop-contrast: contrast(1.25);
}

.backdrop-contrast-150 {
  --tw-backdrop-contrast: contrast(1.5);
}

.backdrop-contrast-200 {
  --tw-backdrop-contrast: contrast(2);
}

.backdrop-grayscale-0 {
  --tw-backdrop-grayscale: grayscale(0);
}

.backdrop-grayscale {
  --tw-backdrop-grayscale: grayscale(100%);
}

.backdrop-hue-rotate-0 {
  --tw-backdrop-hue-rotate: hue-rotate(0deg);
}

.backdrop-hue-rotate-15 {
  --tw-backdrop-hue-rotate: hue-rotate(15deg);
}

.backdrop-hue-rotate-30 {
  --tw-backdrop-hue-rotate: hue-rotate(30deg);
}

.backdrop-hue-rotate-60 {
  --tw-backdrop-hue-rotate: hue-rotate(60deg);
}

.backdrop-hue-rotate-90 {
  --tw-backdrop-hue-rotate: hue-rotate(90deg);
}

.backdrop-hue-rotate-180 {
  --tw-backdrop-hue-rotate: hue-rotate(180deg);
}

.-backdrop-hue-rotate-180 {
  --tw-backdrop-hue-rotate: hue-rotate(-180deg);
}

.-backdrop-hue-rotate-90 {
  --tw-backdrop-hue-rotate: hue-rotate(-90deg);
}

.-backdrop-hue-rotate-60 {
  --tw-backdrop-hue-rotate: hue-rotate(-60deg);
}

.-backdrop-hue-rotate-30 {
  --tw-backdrop-hue-rotate: hue-rotate(-30deg);
}

.-backdrop-hue-rotate-15 {
  --tw-backdrop-hue-rotate: hue-rotate(-15deg);
}

.backdrop-invert-0 {
  --tw-backdrop-invert: invert(0);
}

.backdrop-invert {
  --tw-backdrop-invert: invert(100%);
}

.backdrop-opacity-0 {
  --tw-backdrop-opacity: opacity(0);
}

.backdrop-opacity-5 {
  --tw-backdrop-opacity: opacity(0.05);
}

.backdrop-opacity-10 {
  --tw-backdrop-opacity: opacity(0.1);
}

.backdrop-opacity-20 {
  --tw-backdrop-opacity: opacity(0.2);
}

.backdrop-opacity-25 {
  --tw-backdrop-opacity: opacity(0.25);
}

.backdrop-opacity-30 {
  --tw-backdrop-opacity: opacity(0.3);
}

.backdrop-opacity-40 {
  --tw-backdrop-opacity: opacity(0.4);
}

.backdrop-opacity-50 {
  --tw-backdrop-opacity: opacity(0.5);
}

.backdrop-opacity-60 {
  --tw-backdrop-opacity: opacity(0.6);
}

.backdrop-opacity-70 {
  --tw-backdrop-opacity: opacity(0.7);
}

.backdrop-opacity-75 {
  --tw-backdrop-opacity: opacity(0.75);
}

.backdrop-opacity-80 {
  --tw-backdrop-opacity: opacity(0.8);
}

.backdrop-opacity-90 {
  --tw-backdrop-opacity: opacity(0.9);
}

.backdrop-opacity-95 {
  --tw-backdrop-opacity: opacity(0.95);
}

.backdrop-opacity-100 {
  --tw-backdrop-opacity: opacity(1);
}

.backdrop-saturate-0 {
  --tw-backdrop-saturate: saturate(0);
}

.backdrop-saturate-50 {
  --tw-backdrop-saturate: saturate(.5);
}

.backdrop-saturate-100 {
  --tw-backdrop-saturate: saturate(1);
}

.backdrop-saturate-150 {
  --tw-backdrop-saturate: saturate(1.5);
}

.backdrop-saturate-200 {
  --tw-backdrop-saturate: saturate(2);
}

.backdrop-sepia-0 {
  --tw-backdrop-sepia: sepia(0);
}

.backdrop-sepia {
  --tw-backdrop-sepia: sepia(100%);
}

.transition-none {
  -webkit-transition-property: none;
  transition-property: none;
}

.transition-all {
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
          transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  -webkit-transition-duration: 150ms;
          transition-duration: 150ms;
}

.transition {
  -webkit-transition-property: background-color, border-color, color, fill, stroke, opacity, -webkit-box-shadow, -webkit-transform, -webkit-filter, -webkit-backdrop-filter;
  transition-property: background-color, border-color, color, fill, stroke, opacity, -webkit-box-shadow, -webkit-transform, -webkit-filter, -webkit-backdrop-filter;
  transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-box-shadow, -webkit-transform, -webkit-filter, -webkit-backdrop-filter;
  -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
          transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  -webkit-transition-duration: 150ms;
          transition-duration: 150ms;
}

.transition-colors {
  -webkit-transition-property: background-color, border-color, color, fill, stroke;
  transition-property: background-color, border-color, color, fill, stroke;
  -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
          transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  -webkit-transition-duration: 150ms;
          transition-duration: 150ms;
}

.transition-opacity {
  -webkit-transition-property: opacity;
  transition-property: opacity;
  -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
          transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  -webkit-transition-duration: 150ms;
          transition-duration: 150ms;
}

.transition-shadow {
  -webkit-transition-property: -webkit-box-shadow;
  transition-property: -webkit-box-shadow;
  transition-property: box-shadow;
  transition-property: box-shadow, -webkit-box-shadow;
  -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
          transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  -webkit-transition-duration: 150ms;
          transition-duration: 150ms;
}

.transition-transform {
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
          transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  -webkit-transition-duration: 150ms;
          transition-duration: 150ms;
}

.transition-width {
  -webkit-transition-property: width;
  transition-property: width;
  -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
          transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  -webkit-transition-duration: 150ms;
          transition-duration: 150ms;
}

.active\:transition-none:active {
  -webkit-transition-property: none;
  transition-property: none;
}

.active\:transition-all:active {
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
          transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  -webkit-transition-duration: 150ms;
          transition-duration: 150ms;
}

.active\:transition:active {
  -webkit-transition-property: background-color, border-color, color, fill, stroke, opacity, -webkit-box-shadow, -webkit-transform, -webkit-filter, -webkit-backdrop-filter;
  transition-property: background-color, border-color, color, fill, stroke, opacity, -webkit-box-shadow, -webkit-transform, -webkit-filter, -webkit-backdrop-filter;
  transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-box-shadow, -webkit-transform, -webkit-filter, -webkit-backdrop-filter;
  -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
          transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  -webkit-transition-duration: 150ms;
          transition-duration: 150ms;
}

.active\:transition-colors:active {
  -webkit-transition-property: background-color, border-color, color, fill, stroke;
  transition-property: background-color, border-color, color, fill, stroke;
  -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
          transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  -webkit-transition-duration: 150ms;
          transition-duration: 150ms;
}

.active\:transition-opacity:active {
  -webkit-transition-property: opacity;
  transition-property: opacity;
  -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
          transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  -webkit-transition-duration: 150ms;
          transition-duration: 150ms;
}

.active\:transition-shadow:active {
  -webkit-transition-property: -webkit-box-shadow;
  transition-property: -webkit-box-shadow;
  transition-property: box-shadow;
  transition-property: box-shadow, -webkit-box-shadow;
  -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
          transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  -webkit-transition-duration: 150ms;
          transition-duration: 150ms;
}

.active\:transition-transform:active {
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
          transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  -webkit-transition-duration: 150ms;
          transition-duration: 150ms;
}

.active\:transition-width:active {
  -webkit-transition-property: width;
  transition-property: width;
  -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
          transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  -webkit-transition-duration: 150ms;
          transition-duration: 150ms;
}

.delay-75 {
  -webkit-transition-delay: 75ms;
          transition-delay: 75ms;
}

.delay-100 {
  -webkit-transition-delay: 100ms;
          transition-delay: 100ms;
}

.delay-150 {
  -webkit-transition-delay: 150ms;
          transition-delay: 150ms;
}

.delay-200 {
  -webkit-transition-delay: 200ms;
          transition-delay: 200ms;
}

.delay-300 {
  -webkit-transition-delay: 300ms;
          transition-delay: 300ms;
}

.delay-500 {
  -webkit-transition-delay: 500ms;
          transition-delay: 500ms;
}

.delay-700 {
  -webkit-transition-delay: 700ms;
          transition-delay: 700ms;
}

.delay-1000 {
  -webkit-transition-delay: 1000ms;
          transition-delay: 1000ms;
}

.duration-75 {
  -webkit-transition-duration: 75ms;
          transition-duration: 75ms;
}

.duration-100 {
  -webkit-transition-duration: 100ms;
          transition-duration: 100ms;
}

.duration-150 {
  -webkit-transition-duration: 150ms;
          transition-duration: 150ms;
}

.duration-200 {
  -webkit-transition-duration: 200ms;
          transition-duration: 200ms;
}

.duration-300 {
  -webkit-transition-duration: 300ms;
          transition-duration: 300ms;
}

.duration-500 {
  -webkit-transition-duration: 500ms;
          transition-duration: 500ms;
}

.duration-700 {
  -webkit-transition-duration: 700ms;
          transition-duration: 700ms;
}

.duration-1000 {
  -webkit-transition-duration: 1000ms;
          transition-duration: 1000ms;
}

.ease-linear {
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
}

.ease-in {
  -webkit-transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
          transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
}

.ease-out {
  -webkit-transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
          transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
}

.ease-in-out {
  -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
          transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.clamp-1 {
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.clamp-2 {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.clamp-3 {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.clamp-4 {
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.clamp-5 {
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.clamp-6 {
  display: -webkit-box;
  -webkit-line-clamp: 6;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.clamp-7 {
  display: -webkit-box;
  -webkit-line-clamp: 7;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.clamp-8 {
  display: -webkit-box;
  -webkit-line-clamp: 8;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.clamp-9 {
  display: -webkit-box;
  -webkit-line-clamp: 9;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.clamp-10 {
  display: -webkit-box;
  -webkit-line-clamp: 10;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

@media print {
  .print\:prose {
    color: #3f3f46;
    max-width: 65ch;
  }

  .print\:prose [class~="lead"] {
    color: #52525b;
    font-size: 1.25em;
    line-height: 1.6;
    margin-top: 1.2em;
    margin-bottom: 1.2em;
  }

  .print\:prose a {
    color: #18181b;
    text-decoration: underline;
    font-weight: 500;
  }

  .print\:prose strong {
    color: #18181b;
    font-weight: 600;
  }

  .print\:prose ol[type="A"] {
    --list-counter-style: upper-alpha;
  }

  .print\:prose ol[type="a"] {
    --list-counter-style: lower-alpha;
  }

  .print\:prose ol[type="A" s] {
    --list-counter-style: upper-alpha;
  }

  .print\:prose ol[type="a" s] {
    --list-counter-style: lower-alpha;
  }

  .print\:prose ol[type="I"] {
    --list-counter-style: upper-roman;
  }

  .print\:prose ol[type="i"] {
    --list-counter-style: lower-roman;
  }

  .print\:prose ol[type="I" s] {
    --list-counter-style: upper-roman;
  }

  .print\:prose ol[type="i" s] {
    --list-counter-style: lower-roman;
  }

  .print\:prose ol[type="1"] {
    --list-counter-style: decimal;
  }

  .print\:prose ol > li {
    position: relative;
    padding-left: 1.75em;
  }

  .print\:prose ol > li::before {
    content: counter(list-item, var(--list-counter-style, decimal)) ".";
    position: absolute;
    font-weight: 400;
    color: #71717a;
    left: 0;
  }

  .print\:prose ul > li {
    position: relative;
    padding-left: 1.75em;
  }

  .print\:prose ul > li::before {
    content: "";
    position: absolute;
    background-color: #d4d4d8;
    border-radius: 50%;
    width: 0.375em;
    height: 0.375em;
    top: calc(0.875em - 0.1875em);
    left: 0.25em;
  }

  .print\:prose hr {
    border-color: #e4e4e7;
    border-top-width: 1px;
    margin-top: 3em;
    margin-bottom: 3em;
  }

  .print\:prose blockquote {
    font-weight: 500;
    font-style: italic;
    color: #18181b;
    border-left-width: 0.25rem;
    border-left-color: #e4e4e7;
    quotes: "\201C""\201D""\2018""\2019";
    margin-top: 1.6em;
    margin-bottom: 1.6em;
    padding-left: 1em;
  }

  .print\:prose blockquote p:first-of-type::before {
    content: open-quote;
  }

  .print\:prose blockquote p:last-of-type::after {
    content: close-quote;
  }

  .print\:prose h1 {
    color: #18181b;
    font-weight: 800;
    font-size: 2.25em;
    margin-top: 0;
    margin-bottom: 0.8888889em;
    line-height: 1.1111111;
  }

  .print\:prose h2 {
    color: #18181b;
    font-weight: 700;
    font-size: 1.5em;
    margin-top: 2em;
    margin-bottom: 1em;
    line-height: 1.3333333;
  }

  .print\:prose h3 {
    color: #18181b;
    font-weight: 600;
    font-size: 1.25em;
    margin-top: 1.6em;
    margin-bottom: 0.6em;
    line-height: 1.6;
  }

  .print\:prose h4 {
    color: #18181b;
    font-weight: 600;
    margin-top: 1.5em;
    margin-bottom: 0.5em;
    line-height: 1.5;
  }

  .print\:prose figure figcaption {
    color: #71717a;
    font-size: 0.875em;
    line-height: 1.4285714;
    margin-top: 0.8571429em;
  }

  .print\:prose code {
    color: #18181b;
    font-weight: 600;
    font-size: 0.875em;
  }

  .print\:prose code::before {
    content: "`";
  }

  .print\:prose code::after {
    content: "`";
  }

  .print\:prose a code {
    color: #18181b;
  }

  .print\:prose pre {
    color: #e4e4e7;
    background-color: #27272a;
    overflow-x: auto;
    font-size: 0.875em;
    line-height: 1.7142857;
    margin-top: 1.7142857em;
    margin-bottom: 1.7142857em;
    border-radius: 0.375rem;
    padding-top: 0.8571429em;
    padding-right: 1.1428571em;
    padding-bottom: 0.8571429em;
    padding-left: 1.1428571em;
  }

  .print\:prose pre code {
    background-color: transparent;
    border-width: 0;
    border-radius: 0;
    padding: 0;
    font-weight: 400;
    color: inherit;
    font-size: inherit;
    font-family: inherit;
    line-height: inherit;
  }

  .print\:prose pre code::before {
    content: none;
  }

  .print\:prose pre code::after {
    content: none;
  }

  .print\:prose table {
    width: 100%;
    table-layout: auto;
    text-align: left;
    margin-top: 2em;
    margin-bottom: 2em;
    font-size: 0.875em;
    line-height: 1.7142857;
  }

  .print\:prose thead {
    color: #18181b;
    font-weight: 600;
    border-bottom-width: 1px;
    border-bottom-color: #d4d4d8;
  }

  .print\:prose thead th {
    vertical-align: bottom;
    padding-right: 0.5714286em;
    padding-bottom: 0.5714286em;
    padding-left: 0.5714286em;
  }

  .print\:prose tbody tr {
    border-bottom-width: 1px;
    border-bottom-color: #e4e4e7;
  }

  .print\:prose tbody tr:last-child {
    border-bottom-width: 0;
  }

  .print\:prose tbody td {
    vertical-align: top;
    padding-top: 0.5714286em;
    padding-right: 0.5714286em;
    padding-bottom: 0.5714286em;
    padding-left: 0.5714286em;
  }

  .print\:prose {
    font-size: 1rem;
    line-height: 1.75;
  }

  .print\:prose p {
    margin-top: 1.25em;
    margin-bottom: 1.25em;
  }

  .print\:prose img {
    margin-top: 2em;
    margin-bottom: 2em;
  }

  .print\:prose video {
    margin-top: 2em;
    margin-bottom: 2em;
  }

  .print\:prose figure {
    margin-top: 2em;
    margin-bottom: 2em;
  }

  .print\:prose figure > * {
    margin-top: 0;
    margin-bottom: 0;
  }

  .print\:prose h2 code {
    font-size: 0.875em;
  }

  .print\:prose h3 code {
    font-size: 0.9em;
  }

  .print\:prose ol {
    margin-top: 1.25em;
    margin-bottom: 1.25em;
  }

  .print\:prose ul {
    margin-top: 1.25em;
    margin-bottom: 1.25em;
  }

  .print\:prose li {
    margin-top: 0.5em;
    margin-bottom: 0.5em;
  }

  .print\:prose > ul > li p {
    margin-top: 0.75em;
    margin-bottom: 0.75em;
  }

  .print\:prose > ul > li > *:first-child {
    margin-top: 1.25em;
  }

  .print\:prose > ul > li > *:last-child {
    margin-bottom: 1.25em;
  }

  .print\:prose > ol > li > *:first-child {
    margin-top: 1.25em;
  }

  .print\:prose > ol > li > *:last-child {
    margin-bottom: 1.25em;
  }

  .print\:prose ul ul, .print\:prose ul ol, .print\:prose ol ul, .print\:prose ol ol {
    margin-top: 0.75em;
    margin-bottom: 0.75em;
  }

  .print\:prose hr + * {
    margin-top: 0;
  }

  .print\:prose h2 + * {
    margin-top: 0;
  }

  .print\:prose h3 + * {
    margin-top: 0;
  }

  .print\:prose h4 + * {
    margin-top: 0;
  }

  .print\:prose thead th:first-child {
    padding-left: 0;
  }

  .print\:prose thead th:last-child {
    padding-right: 0;
  }

  .print\:prose tbody td:first-child {
    padding-left: 0;
  }

  .print\:prose tbody td:last-child {
    padding-right: 0;
  }

  .print\:prose > :first-child {
    margin-top: 0;
  }

  .print\:prose > :last-child {
    margin-bottom: 0;
  }

  .print\:prose-sm {
    font-size: 0.875rem;
    line-height: 1.7142857;
  }

  .print\:prose-sm p {
    margin-top: 1.1428571em;
    margin-bottom: 1.1428571em;
  }

  .print\:prose-sm [class~="lead"] {
    font-size: 1.2857143em;
    line-height: 1.5555556;
    margin-top: 0.8888889em;
    margin-bottom: 0.8888889em;
  }

  .print\:prose-sm blockquote {
    margin-top: 1.3333333em;
    margin-bottom: 1.3333333em;
    padding-left: 1.1111111em;
  }

  .print\:prose-sm h1 {
    font-size: 2.1428571em;
    margin-top: 0;
    margin-bottom: 0.8em;
    line-height: 1.2;
  }

  .print\:prose-sm h2 {
    font-size: 1.4285714em;
    margin-top: 1.6em;
    margin-bottom: 0.8em;
    line-height: 1.4;
  }

  .print\:prose-sm h3 {
    font-size: 1.2857143em;
    margin-top: 1.5555556em;
    margin-bottom: 0.4444444em;
    line-height: 1.5555556;
  }

  .print\:prose-sm h4 {
    margin-top: 1.4285714em;
    margin-bottom: 0.5714286em;
    line-height: 1.4285714;
  }

  .print\:prose-sm img {
    margin-top: 1.7142857em;
    margin-bottom: 1.7142857em;
  }

  .print\:prose-sm video {
    margin-top: 1.7142857em;
    margin-bottom: 1.7142857em;
  }

  .print\:prose-sm figure {
    margin-top: 1.7142857em;
    margin-bottom: 1.7142857em;
  }

  .print\:prose-sm figure > * {
    margin-top: 0;
    margin-bottom: 0;
  }

  .print\:prose-sm figure figcaption {
    font-size: 0.8571429em;
    line-height: 1.3333333;
    margin-top: 0.6666667em;
  }

  .print\:prose-sm code {
    font-size: 0.8571429em;
  }

  .print\:prose-sm h2 code {
    font-size: 0.9em;
  }

  .print\:prose-sm h3 code {
    font-size: 0.8888889em;
  }

  .print\:prose-sm pre {
    font-size: 0.8571429em;
    line-height: 1.6666667;
    margin-top: 1.6666667em;
    margin-bottom: 1.6666667em;
    border-radius: 0.25rem;
    padding-top: 0.6666667em;
    padding-right: 1em;
    padding-bottom: 0.6666667em;
    padding-left: 1em;
  }

  .print\:prose-sm ol {
    margin-top: 1.1428571em;
    margin-bottom: 1.1428571em;
  }

  .print\:prose-sm ul {
    margin-top: 1.1428571em;
    margin-bottom: 1.1428571em;
  }

  .print\:prose-sm li {
    margin-top: 0.2857143em;
    margin-bottom: 0.2857143em;
  }

  .print\:prose-sm ol > li {
    padding-left: 1.5714286em;
  }

  .print\:prose-sm ol > li::before {
    left: 0;
  }

  .print\:prose-sm ul > li {
    padding-left: 1.5714286em;
  }

  .print\:prose-sm ul > li::before {
    height: 0.3571429em;
    width: 0.3571429em;
    top: calc(0.8571429em - 0.1785714em);
    left: 0.2142857em;
  }

  .print\:prose-sm > ul > li p {
    margin-top: 0.5714286em;
    margin-bottom: 0.5714286em;
  }

  .print\:prose-sm > ul > li > *:first-child {
    margin-top: 1.1428571em;
  }

  .print\:prose-sm > ul > li > *:last-child {
    margin-bottom: 1.1428571em;
  }

  .print\:prose-sm > ol > li > *:first-child {
    margin-top: 1.1428571em;
  }

  .print\:prose-sm > ol > li > *:last-child {
    margin-bottom: 1.1428571em;
  }

  .print\:prose-sm ul ul, .print\:prose-sm ul ol, .print\:prose-sm ol ul, .print\:prose-sm ol ol {
    margin-top: 0.5714286em;
    margin-bottom: 0.5714286em;
  }

  .print\:prose-sm hr {
    margin-top: 2.8571429em;
    margin-bottom: 2.8571429em;
  }

  .print\:prose-sm hr + * {
    margin-top: 0;
  }

  .print\:prose-sm h2 + * {
    margin-top: 0;
  }

  .print\:prose-sm h3 + * {
    margin-top: 0;
  }

  .print\:prose-sm h4 + * {
    margin-top: 0;
  }

  .print\:prose-sm table {
    font-size: 0.8571429em;
    line-height: 1.5;
  }

  .print\:prose-sm thead th {
    padding-right: 1em;
    padding-bottom: 0.6666667em;
    padding-left: 1em;
  }

  .print\:prose-sm thead th:first-child {
    padding-left: 0;
  }

  .print\:prose-sm thead th:last-child {
    padding-right: 0;
  }

  .print\:prose-sm tbody td {
    padding-top: 0.6666667em;
    padding-right: 1em;
    padding-bottom: 0.6666667em;
    padding-left: 1em;
  }

  .print\:prose-sm tbody td:first-child {
    padding-left: 0;
  }

  .print\:prose-sm tbody td:last-child {
    padding-right: 0;
  }

  .print\:prose-sm > :first-child {
    margin-top: 0;
  }

  .print\:prose-sm > :last-child {
    margin-bottom: 0;
  }

  .print\:prose-lg {
    font-size: 1.125rem;
    line-height: 1.7777778;
  }

  .print\:prose-lg p {
    margin-top: 1.3333333em;
    margin-bottom: 1.3333333em;
  }

  .print\:prose-lg [class~="lead"] {
    font-size: 1.2222222em;
    line-height: 1.4545455;
    margin-top: 1.0909091em;
    margin-bottom: 1.0909091em;
  }

  .print\:prose-lg blockquote {
    margin-top: 1.6666667em;
    margin-bottom: 1.6666667em;
    padding-left: 1em;
  }

  .print\:prose-lg h1 {
    font-size: 2.6666667em;
    margin-top: 0;
    margin-bottom: 0.8333333em;
    line-height: 1;
  }

  .print\:prose-lg h2 {
    font-size: 1.6666667em;
    margin-top: 1.8666667em;
    margin-bottom: 1.0666667em;
    line-height: 1.3333333;
  }

  .print\:prose-lg h3 {
    font-size: 1.3333333em;
    margin-top: 1.6666667em;
    margin-bottom: 0.6666667em;
    line-height: 1.5;
  }

  .print\:prose-lg h4 {
    margin-top: 1.7777778em;
    margin-bottom: 0.4444444em;
    line-height: 1.5555556;
  }

  .print\:prose-lg img {
    margin-top: 1.7777778em;
    margin-bottom: 1.7777778em;
  }

  .print\:prose-lg video {
    margin-top: 1.7777778em;
    margin-bottom: 1.7777778em;
  }

  .print\:prose-lg figure {
    margin-top: 1.7777778em;
    margin-bottom: 1.7777778em;
  }

  .print\:prose-lg figure > * {
    margin-top: 0;
    margin-bottom: 0;
  }

  .print\:prose-lg figure figcaption {
    font-size: 0.8888889em;
    line-height: 1.5;
    margin-top: 1em;
  }

  .print\:prose-lg code {
    font-size: 0.8888889em;
  }

  .print\:prose-lg h2 code {
    font-size: 0.8666667em;
  }

  .print\:prose-lg h3 code {
    font-size: 0.875em;
  }

  .print\:prose-lg pre {
    font-size: 0.8888889em;
    line-height: 1.75;
    margin-top: 2em;
    margin-bottom: 2em;
    border-radius: 0.375rem;
    padding-top: 1em;
    padding-right: 1.5em;
    padding-bottom: 1em;
    padding-left: 1.5em;
  }

  .print\:prose-lg ol {
    margin-top: 1.3333333em;
    margin-bottom: 1.3333333em;
  }

  .print\:prose-lg ul {
    margin-top: 1.3333333em;
    margin-bottom: 1.3333333em;
  }

  .print\:prose-lg li {
    margin-top: 0.6666667em;
    margin-bottom: 0.6666667em;
  }

  .print\:prose-lg ol > li {
    padding-left: 1.6666667em;
  }

  .print\:prose-lg ol > li::before {
    left: 0;
  }

  .print\:prose-lg ul > li {
    padding-left: 1.6666667em;
  }

  .print\:prose-lg ul > li::before {
    width: 0.3333333em;
    height: 0.3333333em;
    top: calc(0.8888889em - 0.1666667em);
    left: 0.2222222em;
  }

  .print\:prose-lg > ul > li p {
    margin-top: 0.8888889em;
    margin-bottom: 0.8888889em;
  }

  .print\:prose-lg > ul > li > *:first-child {
    margin-top: 1.3333333em;
  }

  .print\:prose-lg > ul > li > *:last-child {
    margin-bottom: 1.3333333em;
  }

  .print\:prose-lg > ol > li > *:first-child {
    margin-top: 1.3333333em;
  }

  .print\:prose-lg > ol > li > *:last-child {
    margin-bottom: 1.3333333em;
  }

  .print\:prose-lg ul ul, .print\:prose-lg ul ol, .print\:prose-lg ol ul, .print\:prose-lg ol ol {
    margin-top: 0.8888889em;
    margin-bottom: 0.8888889em;
  }

  .print\:prose-lg hr {
    margin-top: 3.1111111em;
    margin-bottom: 3.1111111em;
  }

  .print\:prose-lg hr + * {
    margin-top: 0;
  }

  .print\:prose-lg h2 + * {
    margin-top: 0;
  }

  .print\:prose-lg h3 + * {
    margin-top: 0;
  }

  .print\:prose-lg h4 + * {
    margin-top: 0;
  }

  .print\:prose-lg table {
    font-size: 0.8888889em;
    line-height: 1.5;
  }

  .print\:prose-lg thead th {
    padding-right: 0.75em;
    padding-bottom: 0.75em;
    padding-left: 0.75em;
  }

  .print\:prose-lg thead th:first-child {
    padding-left: 0;
  }

  .print\:prose-lg thead th:last-child {
    padding-right: 0;
  }

  .print\:prose-lg tbody td {
    padding-top: 0.75em;
    padding-right: 0.75em;
    padding-bottom: 0.75em;
    padding-left: 0.75em;
  }

  .print\:prose-lg tbody td:first-child {
    padding-left: 0;
  }

  .print\:prose-lg tbody td:last-child {
    padding-right: 0;
  }

  .print\:prose-lg > :first-child {
    margin-top: 0;
  }

  .print\:prose-lg > :last-child {
    margin-bottom: 0;
  }

  .print\:prose-xl {
    font-size: 1.25rem;
    line-height: 1.8;
  }

  .print\:prose-xl p {
    margin-top: 1.2em;
    margin-bottom: 1.2em;
  }

  .print\:prose-xl [class~="lead"] {
    font-size: 1.2em;
    line-height: 1.5;
    margin-top: 1em;
    margin-bottom: 1em;
  }

  .print\:prose-xl blockquote {
    margin-top: 1.6em;
    margin-bottom: 1.6em;
    padding-left: 1.0666667em;
  }

  .print\:prose-xl h1 {
    font-size: 2.8em;
    margin-top: 0;
    margin-bottom: 0.8571429em;
    line-height: 1;
  }

  .print\:prose-xl h2 {
    font-size: 1.8em;
    margin-top: 1.5555556em;
    margin-bottom: 0.8888889em;
    line-height: 1.1111111;
  }

  .print\:prose-xl h3 {
    font-size: 1.5em;
    margin-top: 1.6em;
    margin-bottom: 0.6666667em;
    line-height: 1.3333333;
  }

  .print\:prose-xl h4 {
    margin-top: 1.8em;
    margin-bottom: 0.6em;
    line-height: 1.6;
  }

  .print\:prose-xl img {
    margin-top: 2em;
    margin-bottom: 2em;
  }

  .print\:prose-xl video {
    margin-top: 2em;
    margin-bottom: 2em;
  }

  .print\:prose-xl figure {
    margin-top: 2em;
    margin-bottom: 2em;
  }

  .print\:prose-xl figure > * {
    margin-top: 0;
    margin-bottom: 0;
  }

  .print\:prose-xl figure figcaption {
    font-size: 0.9em;
    line-height: 1.5555556;
    margin-top: 1em;
  }

  .print\:prose-xl code {
    font-size: 0.9em;
  }

  .print\:prose-xl h2 code {
    font-size: 0.8611111em;
  }

  .print\:prose-xl h3 code {
    font-size: 0.9em;
  }

  .print\:prose-xl pre {
    font-size: 0.9em;
    line-height: 1.7777778;
    margin-top: 2em;
    margin-bottom: 2em;
    border-radius: 0.5rem;
    padding-top: 1.1111111em;
    padding-right: 1.3333333em;
    padding-bottom: 1.1111111em;
    padding-left: 1.3333333em;
  }

  .print\:prose-xl ol {
    margin-top: 1.2em;
    margin-bottom: 1.2em;
  }

  .print\:prose-xl ul {
    margin-top: 1.2em;
    margin-bottom: 1.2em;
  }

  .print\:prose-xl li {
    margin-top: 0.6em;
    margin-bottom: 0.6em;
  }

  .print\:prose-xl ol > li {
    padding-left: 1.8em;
  }

  .print\:prose-xl ol > li::before {
    left: 0;
  }

  .print\:prose-xl ul > li {
    padding-left: 1.8em;
  }

  .print\:prose-xl ul > li::before {
    width: 0.35em;
    height: 0.35em;
    top: calc(0.9em - 0.175em);
    left: 0.25em;
  }

  .print\:prose-xl > ul > li p {
    margin-top: 0.8em;
    margin-bottom: 0.8em;
  }

  .print\:prose-xl > ul > li > *:first-child {
    margin-top: 1.2em;
  }

  .print\:prose-xl > ul > li > *:last-child {
    margin-bottom: 1.2em;
  }

  .print\:prose-xl > ol > li > *:first-child {
    margin-top: 1.2em;
  }

  .print\:prose-xl > ol > li > *:last-child {
    margin-bottom: 1.2em;
  }

  .print\:prose-xl ul ul, .print\:prose-xl ul ol, .print\:prose-xl ol ul, .print\:prose-xl ol ol {
    margin-top: 0.8em;
    margin-bottom: 0.8em;
  }

  .print\:prose-xl hr {
    margin-top: 2.8em;
    margin-bottom: 2.8em;
  }

  .print\:prose-xl hr + * {
    margin-top: 0;
  }

  .print\:prose-xl h2 + * {
    margin-top: 0;
  }

  .print\:prose-xl h3 + * {
    margin-top: 0;
  }

  .print\:prose-xl h4 + * {
    margin-top: 0;
  }

  .print\:prose-xl table {
    font-size: 0.9em;
    line-height: 1.5555556;
  }

  .print\:prose-xl thead th {
    padding-right: 0.6666667em;
    padding-bottom: 0.8888889em;
    padding-left: 0.6666667em;
  }

  .print\:prose-xl thead th:first-child {
    padding-left: 0;
  }

  .print\:prose-xl thead th:last-child {
    padding-right: 0;
  }

  .print\:prose-xl tbody td {
    padding-top: 0.8888889em;
    padding-right: 0.6666667em;
    padding-bottom: 0.8888889em;
    padding-left: 0.6666667em;
  }

  .print\:prose-xl tbody td:first-child {
    padding-left: 0;
  }

  .print\:prose-xl tbody td:last-child {
    padding-right: 0;
  }

  .print\:prose-xl > :first-child {
    margin-top: 0;
  }

  .print\:prose-xl > :last-child {
    margin-bottom: 0;
  }

  .print\:prose-2xl {
    font-size: 1.5rem;
    line-height: 1.6666667;
  }

  .print\:prose-2xl p {
    margin-top: 1.3333333em;
    margin-bottom: 1.3333333em;
  }

  .print\:prose-2xl [class~="lead"] {
    font-size: 1.25em;
    line-height: 1.4666667;
    margin-top: 1.0666667em;
    margin-bottom: 1.0666667em;
  }

  .print\:prose-2xl blockquote {
    margin-top: 1.7777778em;
    margin-bottom: 1.7777778em;
    padding-left: 1.1111111em;
  }

  .print\:prose-2xl h1 {
    font-size: 2.6666667em;
    margin-top: 0;
    margin-bottom: 0.875em;
    line-height: 1;
  }

  .print\:prose-2xl h2 {
    font-size: 2em;
    margin-top: 1.5em;
    margin-bottom: 0.8333333em;
    line-height: 1.0833333;
  }

  .print\:prose-2xl h3 {
    font-size: 1.5em;
    margin-top: 1.5555556em;
    margin-bottom: 0.6666667em;
    line-height: 1.2222222;
  }

  .print\:prose-2xl h4 {
    margin-top: 1.6666667em;
    margin-bottom: 0.6666667em;
    line-height: 1.5;
  }

  .print\:prose-2xl img {
    margin-top: 2em;
    margin-bottom: 2em;
  }

  .print\:prose-2xl video {
    margin-top: 2em;
    margin-bottom: 2em;
  }

  .print\:prose-2xl figure {
    margin-top: 2em;
    margin-bottom: 2em;
  }

  .print\:prose-2xl figure > * {
    margin-top: 0;
    margin-bottom: 0;
  }

  .print\:prose-2xl figure figcaption {
    font-size: 0.8333333em;
    line-height: 1.6;
    margin-top: 1em;
  }

  .print\:prose-2xl code {
    font-size: 0.8333333em;
  }

  .print\:prose-2xl h2 code {
    font-size: 0.875em;
  }

  .print\:prose-2xl h3 code {
    font-size: 0.8888889em;
  }

  .print\:prose-2xl pre {
    font-size: 0.8333333em;
    line-height: 1.8;
    margin-top: 2em;
    margin-bottom: 2em;
    border-radius: 0.5rem;
    padding-top: 1.2em;
    padding-right: 1.6em;
    padding-bottom: 1.2em;
    padding-left: 1.6em;
  }

  .print\:prose-2xl ol {
    margin-top: 1.3333333em;
    margin-bottom: 1.3333333em;
  }

  .print\:prose-2xl ul {
    margin-top: 1.3333333em;
    margin-bottom: 1.3333333em;
  }

  .print\:prose-2xl li {
    margin-top: 0.5em;
    margin-bottom: 0.5em;
  }

  .print\:prose-2xl ol > li {
    padding-left: 1.6666667em;
  }

  .print\:prose-2xl ol > li::before {
    left: 0;
  }

  .print\:prose-2xl ul > li {
    padding-left: 1.6666667em;
  }

  .print\:prose-2xl ul > li::before {
    width: 0.3333333em;
    height: 0.3333333em;
    top: calc(0.8333333em - 0.1666667em);
    left: 0.25em;
  }

  .print\:prose-2xl > ul > li p {
    margin-top: 0.8333333em;
    margin-bottom: 0.8333333em;
  }

  .print\:prose-2xl > ul > li > *:first-child {
    margin-top: 1.3333333em;
  }

  .print\:prose-2xl > ul > li > *:last-child {
    margin-bottom: 1.3333333em;
  }

  .print\:prose-2xl > ol > li > *:first-child {
    margin-top: 1.3333333em;
  }

  .print\:prose-2xl > ol > li > *:last-child {
    margin-bottom: 1.3333333em;
  }

  .print\:prose-2xl ul ul, .print\:prose-2xl ul ol, .print\:prose-2xl ol ul, .print\:prose-2xl ol ol {
    margin-top: 0.6666667em;
    margin-bottom: 0.6666667em;
  }

  .print\:prose-2xl hr {
    margin-top: 3em;
    margin-bottom: 3em;
  }

  .print\:prose-2xl hr + * {
    margin-top: 0;
  }

  .print\:prose-2xl h2 + * {
    margin-top: 0;
  }

  .print\:prose-2xl h3 + * {
    margin-top: 0;
  }

  .print\:prose-2xl h4 + * {
    margin-top: 0;
  }

  .print\:prose-2xl table {
    font-size: 0.8333333em;
    line-height: 1.4;
  }

  .print\:prose-2xl thead th {
    padding-right: 0.6em;
    padding-bottom: 0.8em;
    padding-left: 0.6em;
  }

  .print\:prose-2xl thead th:first-child {
    padding-left: 0;
  }

  .print\:prose-2xl thead th:last-child {
    padding-right: 0;
  }

  .print\:prose-2xl tbody td {
    padding-top: 0.8em;
    padding-right: 0.6em;
    padding-bottom: 0.8em;
    padding-left: 0.6em;
  }

  .print\:prose-2xl tbody td:first-child {
    padding-left: 0;
  }

  .print\:prose-2xl tbody td:last-child {
    padding-right: 0;
  }

  .print\:prose-2xl > :first-child {
    margin-top: 0;
  }

  .print\:prose-2xl > :last-child {
    margin-bottom: 0;
  }

  .print\:prose-blue a {
    color: #2563eb;
  }

  .print\:prose-blue a code {
    color: #2563eb;
  }

  .print\:prose-purple a {
    color: #9333ea;
  }

  .print\:prose-purple a code {
    color: #9333ea;
  }

  .print\:prose-rose a {
    color: #e11d48;
  }

  .print\:prose-rose a code {
    color: #e11d48;
  }

  .print\:prose-pink a {
    color: #db2777;
  }

  .print\:prose-pink a code {
    color: #db2777;
  }

  .print\:prose-fuchsia a {
    color: #c026d3;
  }

  .print\:prose-fuchsia a code {
    color: #c026d3;
  }

  .print\:prose-violet a {
    color: #7c3aed;
  }

  .print\:prose-violet a code {
    color: #7c3aed;
  }

  .print\:prose-indigo a {
    color: #4f46e5;
  }

  .print\:prose-indigo a code {
    color: #4f46e5;
  }

  .print\:prose-lightBlue a {
    color: #0284c7;
  }

  .print\:prose-lightBlue a code {
    color: #0284c7;
  }

  .print\:prose-cyan a {
    color: #0891b2;
  }

  .print\:prose-cyan a code {
    color: #0891b2;
  }

  .print\:prose-teal a {
    color: #0d9488;
  }

  .print\:prose-teal a code {
    color: #0d9488;
  }

  .print\:prose-emerald a {
    color: #059669;
  }

  .print\:prose-emerald a code {
    color: #059669;
  }

  .print\:prose-green a {
    color: #16a34a;
  }

  .print\:prose-green a code {
    color: #16a34a;
  }

  .print\:prose-lime a {
    color: #65a30d;
  }

  .print\:prose-lime a code {
    color: #65a30d;
  }

  .print\:prose-yellow a {
    color: #ca8a04;
  }

  .print\:prose-yellow a code {
    color: #ca8a04;
  }

  .print\:prose-amber a {
    color: #d97706;
  }

  .print\:prose-amber a code {
    color: #d97706;
  }

  .print\:prose-orange a {
    color: #ea580c;
  }

  .print\:prose-orange a code {
    color: #ea580c;
  }

  .print\:prose-red a {
    color: #dc2626;
  }

  .print\:prose-red a code {
    color: #dc2626;
  }

  .print\:prose-warmGray a {
    color: #57534e;
  }

  .print\:prose-warmGray a code {
    color: #57534e;
  }

  .print\:prose-trueGray a {
    color: #525252;
  }

  .print\:prose-trueGray a code {
    color: #525252;
  }

  .print\:prose-coolGray a {
    color: #4b5563;
  }

  .print\:prose-coolGray a code {
    color: #4b5563;
  }

  .print\:prose-blueGray a {
    color: #475569;
  }

  .print\:prose-blueGray a code {
    color: #475569;
  }

  .print\:aspect-w-1,
.print\:aspect-w-2,
.print\:aspect-w-3,
.print\:aspect-w-4,
.print\:aspect-w-5,
.print\:aspect-w-6,
.print\:aspect-w-7,
.print\:aspect-w-8,
.print\:aspect-w-9,
.print\:aspect-w-10,
.print\:aspect-w-11,
.print\:aspect-w-12,
.print\:aspect-w-13,
.print\:aspect-w-14,
.print\:aspect-w-15,
.print\:aspect-w-16 {
    position: relative;
    padding-bottom: calc(var(--tw-aspect-h) / var(--tw-aspect-w) * 100%);
  }

  .print\:aspect-w-1 > *,
.print\:aspect-w-2 > *,
.print\:aspect-w-3 > *,
.print\:aspect-w-4 > *,
.print\:aspect-w-5 > *,
.print\:aspect-w-6 > *,
.print\:aspect-w-7 > *,
.print\:aspect-w-8 > *,
.print\:aspect-w-9 > *,
.print\:aspect-w-10 > *,
.print\:aspect-w-11 > *,
.print\:aspect-w-12 > *,
.print\:aspect-w-13 > *,
.print\:aspect-w-14 > *,
.print\:aspect-w-15 > *,
.print\:aspect-w-16 > * {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
  }

  .print\:aspect-none {
    position: static;
    padding-bottom: 0;
  }

  .print\:aspect-none > * {
    position: static;
    height: auto;
    width: auto;
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
  }

  .print\:aspect-w-1 {
    --tw-aspect-w: 1;
  }

  .print\:aspect-w-2 {
    --tw-aspect-w: 2;
  }

  .print\:aspect-w-3 {
    --tw-aspect-w: 3;
  }

  .print\:aspect-w-4 {
    --tw-aspect-w: 4;
  }

  .print\:aspect-w-5 {
    --tw-aspect-w: 5;
  }

  .print\:aspect-w-6 {
    --tw-aspect-w: 6;
  }

  .print\:aspect-w-7 {
    --tw-aspect-w: 7;
  }

  .print\:aspect-w-8 {
    --tw-aspect-w: 8;
  }

  .print\:aspect-w-9 {
    --tw-aspect-w: 9;
  }

  .print\:aspect-w-10 {
    --tw-aspect-w: 10;
  }

  .print\:aspect-w-11 {
    --tw-aspect-w: 11;
  }

  .print\:aspect-w-12 {
    --tw-aspect-w: 12;
  }

  .print\:aspect-w-13 {
    --tw-aspect-w: 13;
  }

  .print\:aspect-w-14 {
    --tw-aspect-w: 14;
  }

  .print\:aspect-w-15 {
    --tw-aspect-w: 15;
  }

  .print\:aspect-w-16 {
    --tw-aspect-w: 16;
  }

  .print\:aspect-h-1 {
    --tw-aspect-h: 1;
  }

  .print\:aspect-h-2 {
    --tw-aspect-h: 2;
  }

  .print\:aspect-h-3 {
    --tw-aspect-h: 3;
  }

  .print\:aspect-h-4 {
    --tw-aspect-h: 4;
  }

  .print\:aspect-h-5 {
    --tw-aspect-h: 5;
  }

  .print\:aspect-h-6 {
    --tw-aspect-h: 6;
  }

  .print\:aspect-h-7 {
    --tw-aspect-h: 7;
  }

  .print\:aspect-h-8 {
    --tw-aspect-h: 8;
  }

  .print\:aspect-h-9 {
    --tw-aspect-h: 9;
  }

  .print\:aspect-h-10 {
    --tw-aspect-h: 10;
  }

  .print\:aspect-h-11 {
    --tw-aspect-h: 11;
  }

  .print\:aspect-h-12 {
    --tw-aspect-h: 12;
  }

  .print\:aspect-h-13 {
    --tw-aspect-h: 13;
  }

  .print\:aspect-h-14 {
    --tw-aspect-h: 14;
  }

  .print\:aspect-h-15 {
    --tw-aspect-h: 15;
  }

  .print\:aspect-h-16 {
    --tw-aspect-h: 16;
  }

  .print\:block {
    display: block;
  }

  .print\:inline-block {
    display: inline-block;
  }

  .print\:inline {
    display: inline;
  }

  .print\:flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .print\:inline-flex {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
  }

  .print\:table {
    display: table;
  }

  .print\:inline-table {
    display: inline-table;
  }

  .print\:table-caption {
    display: table-caption;
  }

  .print\:table-cell {
    display: table-cell;
  }

  .print\:table-column {
    display: table-column;
  }

  .print\:table-column-group {
    display: table-column-group;
  }

  .print\:table-footer-group {
    display: table-footer-group;
  }

  .print\:table-header-group {
    display: table-header-group;
  }

  .print\:table-row-group {
    display: table-row-group;
  }

  .print\:table-row {
    display: table-row;
  }

  .print\:flow-root {
    display: flow-root;
  }

  .print\:grid {
    display: grid;
  }

  .print\:inline-grid {
    display: inline-grid;
  }

  .print\:contents {
    display: contents;
  }

  .print\:list-item {
    display: list-item;
  }

  .print\:hidden {
    display: none;
  }

  .group:hover .print\:group-hover\:block {
    display: block;
  }

  .group:hover .print\:group-hover\:inline-block {
    display: inline-block;
  }

  .group:hover .print\:group-hover\:inline {
    display: inline;
  }

  .group:hover .print\:group-hover\:flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .group:hover .print\:group-hover\:inline-flex {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
  }

  .group:hover .print\:group-hover\:table {
    display: table;
  }

  .group:hover .print\:group-hover\:inline-table {
    display: inline-table;
  }

  .group:hover .print\:group-hover\:table-caption {
    display: table-caption;
  }

  .group:hover .print\:group-hover\:table-cell {
    display: table-cell;
  }

  .group:hover .print\:group-hover\:table-column {
    display: table-column;
  }

  .group:hover .print\:group-hover\:table-column-group {
    display: table-column-group;
  }

  .group:hover .print\:group-hover\:table-footer-group {
    display: table-footer-group;
  }

  .group:hover .print\:group-hover\:table-header-group {
    display: table-header-group;
  }

  .group:hover .print\:group-hover\:table-row-group {
    display: table-row-group;
  }

  .group:hover .print\:group-hover\:table-row {
    display: table-row;
  }

  .group:hover .print\:group-hover\:flow-root {
    display: flow-root;
  }

  .group:hover .print\:group-hover\:grid {
    display: grid;
  }

  .group:hover .print\:group-hover\:inline-grid {
    display: inline-grid;
  }

  .group:hover .print\:group-hover\:contents {
    display: contents;
  }

  .group:hover .print\:group-hover\:list-item {
    display: list-item;
  }

  .group:hover .print\:group-hover\:hidden {
    display: none;
  }

  .print\:grid-cols-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }

  .print\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .print\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .print\:grid-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .print\:grid-cols-5 {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }

  .print\:grid-cols-6 {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }

  .print\:grid-cols-7 {
    grid-template-columns: repeat(7, minmax(0, 1fr));
  }

  .print\:grid-cols-8 {
    grid-template-columns: repeat(8, minmax(0, 1fr));
  }

  .print\:grid-cols-9 {
    grid-template-columns: repeat(9, minmax(0, 1fr));
  }

  .print\:grid-cols-10 {
    grid-template-columns: repeat(10, minmax(0, 1fr));
  }

  .print\:grid-cols-11 {
    grid-template-columns: repeat(11, minmax(0, 1fr));
  }

  .print\:grid-cols-12 {
    grid-template-columns: repeat(12, minmax(0, 1fr));
  }

  .print\:grid-cols-none {
    grid-template-columns: none;
  }

  .print\:grid-cols-centered-2\/3 {
    grid-template-columns: 2fr 8fr 2fr;
  }

  .print\:grid-cols-auto-2 {
    grid-template-columns: auto auto;
  }

  .print\:grid-cols-max-content-4 {
    grid-template-columns: repeat(4, minmax(-webkit-max-content, 1fr));
    grid-template-columns: repeat(4, minmax(max-content, 1fr));
  }

  .print\:grid-cols-max-content-6 {
    grid-template-columns: repeat(6, minmax(-webkit-max-content, 1fr));
    grid-template-columns: repeat(6, minmax(max-content, 1fr));
  }

  .print\:bg-origin-border {
    background-origin: border-box;
  }

  .print\:bg-origin-padding {
    background-origin: padding-box;
  }

  .print\:bg-origin-content {
    background-origin: content-box;
  }

  .print\:backdrop-opacity-0 {
    --tw-backdrop-opacity: opacity(0);
  }

  .print\:backdrop-opacity-5 {
    --tw-backdrop-opacity: opacity(0.05);
  }

  .print\:backdrop-opacity-10 {
    --tw-backdrop-opacity: opacity(0.1);
  }

  .print\:backdrop-opacity-20 {
    --tw-backdrop-opacity: opacity(0.2);
  }

  .print\:backdrop-opacity-25 {
    --tw-backdrop-opacity: opacity(0.25);
  }

  .print\:backdrop-opacity-30 {
    --tw-backdrop-opacity: opacity(0.3);
  }

  .print\:backdrop-opacity-40 {
    --tw-backdrop-opacity: opacity(0.4);
  }

  .print\:backdrop-opacity-50 {
    --tw-backdrop-opacity: opacity(0.5);
  }

  .print\:backdrop-opacity-60 {
    --tw-backdrop-opacity: opacity(0.6);
  }

  .print\:backdrop-opacity-70 {
    --tw-backdrop-opacity: opacity(0.7);
  }

  .print\:backdrop-opacity-75 {
    --tw-backdrop-opacity: opacity(0.75);
  }

  .print\:backdrop-opacity-80 {
    --tw-backdrop-opacity: opacity(0.8);
  }

  .print\:backdrop-opacity-90 {
    --tw-backdrop-opacity: opacity(0.9);
  }

  .print\:backdrop-opacity-95 {
    --tw-backdrop-opacity: opacity(0.95);
  }

  .print\:backdrop-opacity-100 {
    --tw-backdrop-opacity: opacity(1);
  }
}

@media (min-width: 1120px) {
  .lg\:prose {
    color: #3f3f46;
    max-width: 65ch;
  }

  .lg\:prose [class~="lead"] {
    color: #52525b;
    font-size: 1.25em;
    line-height: 1.6;
    margin-top: 1.2em;
    margin-bottom: 1.2em;
  }

  .lg\:prose a {
    color: #18181b;
    text-decoration: underline;
    font-weight: 500;
  }

  .lg\:prose strong {
    color: #18181b;
    font-weight: 600;
  }

  .lg\:prose ol[type="A"] {
    --list-counter-style: upper-alpha;
  }

  .lg\:prose ol[type="a"] {
    --list-counter-style: lower-alpha;
  }

  .lg\:prose ol[type="A" s] {
    --list-counter-style: upper-alpha;
  }

  .lg\:prose ol[type="a" s] {
    --list-counter-style: lower-alpha;
  }

  .lg\:prose ol[type="I"] {
    --list-counter-style: upper-roman;
  }

  .lg\:prose ol[type="i"] {
    --list-counter-style: lower-roman;
  }

  .lg\:prose ol[type="I" s] {
    --list-counter-style: upper-roman;
  }

  .lg\:prose ol[type="i" s] {
    --list-counter-style: lower-roman;
  }

  .lg\:prose ol[type="1"] {
    --list-counter-style: decimal;
  }

  .lg\:prose ol > li {
    position: relative;
    padding-left: 1.75em;
  }

  .lg\:prose ol > li::before {
    content: counter(list-item, var(--list-counter-style, decimal)) ".";
    position: absolute;
    font-weight: 400;
    color: #71717a;
    left: 0;
  }

  .lg\:prose ul > li {
    position: relative;
    padding-left: 1.75em;
  }

  .lg\:prose ul > li::before {
    content: "";
    position: absolute;
    background-color: #d4d4d8;
    border-radius: 50%;
    width: 0.375em;
    height: 0.375em;
    top: calc(0.875em - 0.1875em);
    left: 0.25em;
  }

  .lg\:prose hr {
    border-color: #e4e4e7;
    border-top-width: 1px;
    margin-top: 3em;
    margin-bottom: 3em;
  }

  .lg\:prose blockquote {
    font-weight: 500;
    font-style: italic;
    color: #18181b;
    border-left-width: 0.25rem;
    border-left-color: #e4e4e7;
    quotes: "\201C""\201D""\2018""\2019";
    margin-top: 1.6em;
    margin-bottom: 1.6em;
    padding-left: 1em;
  }

  .lg\:prose blockquote p:first-of-type::before {
    content: open-quote;
  }

  .lg\:prose blockquote p:last-of-type::after {
    content: close-quote;
  }

  .lg\:prose h1 {
    color: #18181b;
    font-weight: 800;
    font-size: 2.25em;
    margin-top: 0;
    margin-bottom: 0.8888889em;
    line-height: 1.1111111;
  }

  .lg\:prose h2 {
    color: #18181b;
    font-weight: 700;
    font-size: 1.5em;
    margin-top: 2em;
    margin-bottom: 1em;
    line-height: 1.3333333;
  }

  .lg\:prose h3 {
    color: #18181b;
    font-weight: 600;
    font-size: 1.25em;
    margin-top: 1.6em;
    margin-bottom: 0.6em;
    line-height: 1.6;
  }

  .lg\:prose h4 {
    color: #18181b;
    font-weight: 600;
    margin-top: 1.5em;
    margin-bottom: 0.5em;
    line-height: 1.5;
  }

  .lg\:prose figure figcaption {
    color: #71717a;
    font-size: 0.875em;
    line-height: 1.4285714;
    margin-top: 0.8571429em;
  }

  .lg\:prose code {
    color: #18181b;
    font-weight: 600;
    font-size: 0.875em;
  }

  .lg\:prose code::before {
    content: "`";
  }

  .lg\:prose code::after {
    content: "`";
  }

  .lg\:prose a code {
    color: #18181b;
  }

  .lg\:prose pre {
    color: #e4e4e7;
    background-color: #27272a;
    overflow-x: auto;
    font-size: 0.875em;
    line-height: 1.7142857;
    margin-top: 1.7142857em;
    margin-bottom: 1.7142857em;
    border-radius: 0.375rem;
    padding-top: 0.8571429em;
    padding-right: 1.1428571em;
    padding-bottom: 0.8571429em;
    padding-left: 1.1428571em;
  }

  .lg\:prose pre code {
    background-color: transparent;
    border-width: 0;
    border-radius: 0;
    padding: 0;
    font-weight: 400;
    color: inherit;
    font-size: inherit;
    font-family: inherit;
    line-height: inherit;
  }

  .lg\:prose pre code::before {
    content: none;
  }

  .lg\:prose pre code::after {
    content: none;
  }

  .lg\:prose table {
    width: 100%;
    table-layout: auto;
    text-align: left;
    margin-top: 2em;
    margin-bottom: 2em;
    font-size: 0.875em;
    line-height: 1.7142857;
  }

  .lg\:prose thead {
    color: #18181b;
    font-weight: 600;
    border-bottom-width: 1px;
    border-bottom-color: #d4d4d8;
  }

  .lg\:prose thead th {
    vertical-align: bottom;
    padding-right: 0.5714286em;
    padding-bottom: 0.5714286em;
    padding-left: 0.5714286em;
  }

  .lg\:prose tbody tr {
    border-bottom-width: 1px;
    border-bottom-color: #e4e4e7;
  }

  .lg\:prose tbody tr:last-child {
    border-bottom-width: 0;
  }

  .lg\:prose tbody td {
    vertical-align: top;
    padding-top: 0.5714286em;
    padding-right: 0.5714286em;
    padding-bottom: 0.5714286em;
    padding-left: 0.5714286em;
  }

  .lg\:prose {
    font-size: 1rem;
    line-height: 1.75;
  }

  .lg\:prose p {
    margin-top: 1.25em;
    margin-bottom: 1.25em;
  }

  .lg\:prose img {
    margin-top: 2em;
    margin-bottom: 2em;
  }

  .lg\:prose video {
    margin-top: 2em;
    margin-bottom: 2em;
  }

  .lg\:prose figure {
    margin-top: 2em;
    margin-bottom: 2em;
  }

  .lg\:prose figure > * {
    margin-top: 0;
    margin-bottom: 0;
  }

  .lg\:prose h2 code {
    font-size: 0.875em;
  }

  .lg\:prose h3 code {
    font-size: 0.9em;
  }

  .lg\:prose ol {
    margin-top: 1.25em;
    margin-bottom: 1.25em;
  }

  .lg\:prose ul {
    margin-top: 1.25em;
    margin-bottom: 1.25em;
  }

  .lg\:prose li {
    margin-top: 0.5em;
    margin-bottom: 0.5em;
  }

  .lg\:prose > ul > li p {
    margin-top: 0.75em;
    margin-bottom: 0.75em;
  }

  .lg\:prose > ul > li > *:first-child {
    margin-top: 1.25em;
  }

  .lg\:prose > ul > li > *:last-child {
    margin-bottom: 1.25em;
  }

  .lg\:prose > ol > li > *:first-child {
    margin-top: 1.25em;
  }

  .lg\:prose > ol > li > *:last-child {
    margin-bottom: 1.25em;
  }

  .lg\:prose ul ul, .lg\:prose ul ol, .lg\:prose ol ul, .lg\:prose ol ol {
    margin-top: 0.75em;
    margin-bottom: 0.75em;
  }

  .lg\:prose hr + * {
    margin-top: 0;
  }

  .lg\:prose h2 + * {
    margin-top: 0;
  }

  .lg\:prose h3 + * {
    margin-top: 0;
  }

  .lg\:prose h4 + * {
    margin-top: 0;
  }

  .lg\:prose thead th:first-child {
    padding-left: 0;
  }

  .lg\:prose thead th:last-child {
    padding-right: 0;
  }

  .lg\:prose tbody td:first-child {
    padding-left: 0;
  }

  .lg\:prose tbody td:last-child {
    padding-right: 0;
  }

  .lg\:prose > :first-child {
    margin-top: 0;
  }

  .lg\:prose > :last-child {
    margin-bottom: 0;
  }

  .lg\:prose-sm {
    font-size: 0.875rem;
    line-height: 1.7142857;
  }

  .lg\:prose-sm p {
    margin-top: 1.1428571em;
    margin-bottom: 1.1428571em;
  }

  .lg\:prose-sm [class~="lead"] {
    font-size: 1.2857143em;
    line-height: 1.5555556;
    margin-top: 0.8888889em;
    margin-bottom: 0.8888889em;
  }

  .lg\:prose-sm blockquote {
    margin-top: 1.3333333em;
    margin-bottom: 1.3333333em;
    padding-left: 1.1111111em;
  }

  .lg\:prose-sm h1 {
    font-size: 2.1428571em;
    margin-top: 0;
    margin-bottom: 0.8em;
    line-height: 1.2;
  }

  .lg\:prose-sm h2 {
    font-size: 1.4285714em;
    margin-top: 1.6em;
    margin-bottom: 0.8em;
    line-height: 1.4;
  }

  .lg\:prose-sm h3 {
    font-size: 1.2857143em;
    margin-top: 1.5555556em;
    margin-bottom: 0.4444444em;
    line-height: 1.5555556;
  }

  .lg\:prose-sm h4 {
    margin-top: 1.4285714em;
    margin-bottom: 0.5714286em;
    line-height: 1.4285714;
  }

  .lg\:prose-sm img {
    margin-top: 1.7142857em;
    margin-bottom: 1.7142857em;
  }

  .lg\:prose-sm video {
    margin-top: 1.7142857em;
    margin-bottom: 1.7142857em;
  }

  .lg\:prose-sm figure {
    margin-top: 1.7142857em;
    margin-bottom: 1.7142857em;
  }

  .lg\:prose-sm figure > * {
    margin-top: 0;
    margin-bottom: 0;
  }

  .lg\:prose-sm figure figcaption {
    font-size: 0.8571429em;
    line-height: 1.3333333;
    margin-top: 0.6666667em;
  }

  .lg\:prose-sm code {
    font-size: 0.8571429em;
  }

  .lg\:prose-sm h2 code {
    font-size: 0.9em;
  }

  .lg\:prose-sm h3 code {
    font-size: 0.8888889em;
  }

  .lg\:prose-sm pre {
    font-size: 0.8571429em;
    line-height: 1.6666667;
    margin-top: 1.6666667em;
    margin-bottom: 1.6666667em;
    border-radius: 0.25rem;
    padding-top: 0.6666667em;
    padding-right: 1em;
    padding-bottom: 0.6666667em;
    padding-left: 1em;
  }

  .lg\:prose-sm ol {
    margin-top: 1.1428571em;
    margin-bottom: 1.1428571em;
  }

  .lg\:prose-sm ul {
    margin-top: 1.1428571em;
    margin-bottom: 1.1428571em;
  }

  .lg\:prose-sm li {
    margin-top: 0.2857143em;
    margin-bottom: 0.2857143em;
  }

  .lg\:prose-sm ol > li {
    padding-left: 1.5714286em;
  }

  .lg\:prose-sm ol > li::before {
    left: 0;
  }

  .lg\:prose-sm ul > li {
    padding-left: 1.5714286em;
  }

  .lg\:prose-sm ul > li::before {
    height: 0.3571429em;
    width: 0.3571429em;
    top: calc(0.8571429em - 0.1785714em);
    left: 0.2142857em;
  }

  .lg\:prose-sm > ul > li p {
    margin-top: 0.5714286em;
    margin-bottom: 0.5714286em;
  }

  .lg\:prose-sm > ul > li > *:first-child {
    margin-top: 1.1428571em;
  }

  .lg\:prose-sm > ul > li > *:last-child {
    margin-bottom: 1.1428571em;
  }

  .lg\:prose-sm > ol > li > *:first-child {
    margin-top: 1.1428571em;
  }

  .lg\:prose-sm > ol > li > *:last-child {
    margin-bottom: 1.1428571em;
  }

  .lg\:prose-sm ul ul, .lg\:prose-sm ul ol, .lg\:prose-sm ol ul, .lg\:prose-sm ol ol {
    margin-top: 0.5714286em;
    margin-bottom: 0.5714286em;
  }

  .lg\:prose-sm hr {
    margin-top: 2.8571429em;
    margin-bottom: 2.8571429em;
  }

  .lg\:prose-sm hr + * {
    margin-top: 0;
  }

  .lg\:prose-sm h2 + * {
    margin-top: 0;
  }

  .lg\:prose-sm h3 + * {
    margin-top: 0;
  }

  .lg\:prose-sm h4 + * {
    margin-top: 0;
  }

  .lg\:prose-sm table {
    font-size: 0.8571429em;
    line-height: 1.5;
  }

  .lg\:prose-sm thead th {
    padding-right: 1em;
    padding-bottom: 0.6666667em;
    padding-left: 1em;
  }

  .lg\:prose-sm thead th:first-child {
    padding-left: 0;
  }

  .lg\:prose-sm thead th:last-child {
    padding-right: 0;
  }

  .lg\:prose-sm tbody td {
    padding-top: 0.6666667em;
    padding-right: 1em;
    padding-bottom: 0.6666667em;
    padding-left: 1em;
  }

  .lg\:prose-sm tbody td:first-child {
    padding-left: 0;
  }

  .lg\:prose-sm tbody td:last-child {
    padding-right: 0;
  }

  .lg\:prose-sm > :first-child {
    margin-top: 0;
  }

  .lg\:prose-sm > :last-child {
    margin-bottom: 0;
  }

  .lg\:prose-lg {
    font-size: 1.125rem;
    line-height: 1.7777778;
  }

  .lg\:prose-lg p {
    margin-top: 1.3333333em;
    margin-bottom: 1.3333333em;
  }

  .lg\:prose-lg [class~="lead"] {
    font-size: 1.2222222em;
    line-height: 1.4545455;
    margin-top: 1.0909091em;
    margin-bottom: 1.0909091em;
  }

  .lg\:prose-lg blockquote {
    margin-top: 1.6666667em;
    margin-bottom: 1.6666667em;
    padding-left: 1em;
  }

  .lg\:prose-lg h1 {
    font-size: 2.6666667em;
    margin-top: 0;
    margin-bottom: 0.8333333em;
    line-height: 1;
  }

  .lg\:prose-lg h2 {
    font-size: 1.6666667em;
    margin-top: 1.8666667em;
    margin-bottom: 1.0666667em;
    line-height: 1.3333333;
  }

  .lg\:prose-lg h3 {
    font-size: 1.3333333em;
    margin-top: 1.6666667em;
    margin-bottom: 0.6666667em;
    line-height: 1.5;
  }

  .lg\:prose-lg h4 {
    margin-top: 1.7777778em;
    margin-bottom: 0.4444444em;
    line-height: 1.5555556;
  }

  .lg\:prose-lg img {
    margin-top: 1.7777778em;
    margin-bottom: 1.7777778em;
  }

  .lg\:prose-lg video {
    margin-top: 1.7777778em;
    margin-bottom: 1.7777778em;
  }

  .lg\:prose-lg figure {
    margin-top: 1.7777778em;
    margin-bottom: 1.7777778em;
  }

  .lg\:prose-lg figure > * {
    margin-top: 0;
    margin-bottom: 0;
  }

  .lg\:prose-lg figure figcaption {
    font-size: 0.8888889em;
    line-height: 1.5;
    margin-top: 1em;
  }

  .lg\:prose-lg code {
    font-size: 0.8888889em;
  }

  .lg\:prose-lg h2 code {
    font-size: 0.8666667em;
  }

  .lg\:prose-lg h3 code {
    font-size: 0.875em;
  }

  .lg\:prose-lg pre {
    font-size: 0.8888889em;
    line-height: 1.75;
    margin-top: 2em;
    margin-bottom: 2em;
    border-radius: 0.375rem;
    padding-top: 1em;
    padding-right: 1.5em;
    padding-bottom: 1em;
    padding-left: 1.5em;
  }

  .lg\:prose-lg ol {
    margin-top: 1.3333333em;
    margin-bottom: 1.3333333em;
  }

  .lg\:prose-lg ul {
    margin-top: 1.3333333em;
    margin-bottom: 1.3333333em;
  }

  .lg\:prose-lg li {
    margin-top: 0.6666667em;
    margin-bottom: 0.6666667em;
  }

  .lg\:prose-lg ol > li {
    padding-left: 1.6666667em;
  }

  .lg\:prose-lg ol > li::before {
    left: 0;
  }

  .lg\:prose-lg ul > li {
    padding-left: 1.6666667em;
  }

  .lg\:prose-lg ul > li::before {
    width: 0.3333333em;
    height: 0.3333333em;
    top: calc(0.8888889em - 0.1666667em);
    left: 0.2222222em;
  }

  .lg\:prose-lg > ul > li p {
    margin-top: 0.8888889em;
    margin-bottom: 0.8888889em;
  }

  .lg\:prose-lg > ul > li > *:first-child {
    margin-top: 1.3333333em;
  }

  .lg\:prose-lg > ul > li > *:last-child {
    margin-bottom: 1.3333333em;
  }

  .lg\:prose-lg > ol > li > *:first-child {
    margin-top: 1.3333333em;
  }

  .lg\:prose-lg > ol > li > *:last-child {
    margin-bottom: 1.3333333em;
  }

  .lg\:prose-lg ul ul, .lg\:prose-lg ul ol, .lg\:prose-lg ol ul, .lg\:prose-lg ol ol {
    margin-top: 0.8888889em;
    margin-bottom: 0.8888889em;
  }

  .lg\:prose-lg hr {
    margin-top: 3.1111111em;
    margin-bottom: 3.1111111em;
  }

  .lg\:prose-lg hr + * {
    margin-top: 0;
  }

  .lg\:prose-lg h2 + * {
    margin-top: 0;
  }

  .lg\:prose-lg h3 + * {
    margin-top: 0;
  }

  .lg\:prose-lg h4 + * {
    margin-top: 0;
  }

  .lg\:prose-lg table {
    font-size: 0.8888889em;
    line-height: 1.5;
  }

  .lg\:prose-lg thead th {
    padding-right: 0.75em;
    padding-bottom: 0.75em;
    padding-left: 0.75em;
  }

  .lg\:prose-lg thead th:first-child {
    padding-left: 0;
  }

  .lg\:prose-lg thead th:last-child {
    padding-right: 0;
  }

  .lg\:prose-lg tbody td {
    padding-top: 0.75em;
    padding-right: 0.75em;
    padding-bottom: 0.75em;
    padding-left: 0.75em;
  }

  .lg\:prose-lg tbody td:first-child {
    padding-left: 0;
  }

  .lg\:prose-lg tbody td:last-child {
    padding-right: 0;
  }

  .lg\:prose-lg > :first-child {
    margin-top: 0;
  }

  .lg\:prose-lg > :last-child {
    margin-bottom: 0;
  }

  .lg\:prose-xl {
    font-size: 1.25rem;
    line-height: 1.8;
  }

  .lg\:prose-xl p {
    margin-top: 1.2em;
    margin-bottom: 1.2em;
  }

  .lg\:prose-xl [class~="lead"] {
    font-size: 1.2em;
    line-height: 1.5;
    margin-top: 1em;
    margin-bottom: 1em;
  }

  .lg\:prose-xl blockquote {
    margin-top: 1.6em;
    margin-bottom: 1.6em;
    padding-left: 1.0666667em;
  }

  .lg\:prose-xl h1 {
    font-size: 2.8em;
    margin-top: 0;
    margin-bottom: 0.8571429em;
    line-height: 1;
  }

  .lg\:prose-xl h2 {
    font-size: 1.8em;
    margin-top: 1.5555556em;
    margin-bottom: 0.8888889em;
    line-height: 1.1111111;
  }

  .lg\:prose-xl h3 {
    font-size: 1.5em;
    margin-top: 1.6em;
    margin-bottom: 0.6666667em;
    line-height: 1.3333333;
  }

  .lg\:prose-xl h4 {
    margin-top: 1.8em;
    margin-bottom: 0.6em;
    line-height: 1.6;
  }

  .lg\:prose-xl img {
    margin-top: 2em;
    margin-bottom: 2em;
  }

  .lg\:prose-xl video {
    margin-top: 2em;
    margin-bottom: 2em;
  }

  .lg\:prose-xl figure {
    margin-top: 2em;
    margin-bottom: 2em;
  }

  .lg\:prose-xl figure > * {
    margin-top: 0;
    margin-bottom: 0;
  }

  .lg\:prose-xl figure figcaption {
    font-size: 0.9em;
    line-height: 1.5555556;
    margin-top: 1em;
  }

  .lg\:prose-xl code {
    font-size: 0.9em;
  }

  .lg\:prose-xl h2 code {
    font-size: 0.8611111em;
  }

  .lg\:prose-xl h3 code {
    font-size: 0.9em;
  }

  .lg\:prose-xl pre {
    font-size: 0.9em;
    line-height: 1.7777778;
    margin-top: 2em;
    margin-bottom: 2em;
    border-radius: 0.5rem;
    padding-top: 1.1111111em;
    padding-right: 1.3333333em;
    padding-bottom: 1.1111111em;
    padding-left: 1.3333333em;
  }

  .lg\:prose-xl ol {
    margin-top: 1.2em;
    margin-bottom: 1.2em;
  }

  .lg\:prose-xl ul {
    margin-top: 1.2em;
    margin-bottom: 1.2em;
  }

  .lg\:prose-xl li {
    margin-top: 0.6em;
    margin-bottom: 0.6em;
  }

  .lg\:prose-xl ol > li {
    padding-left: 1.8em;
  }

  .lg\:prose-xl ol > li::before {
    left: 0;
  }

  .lg\:prose-xl ul > li {
    padding-left: 1.8em;
  }

  .lg\:prose-xl ul > li::before {
    width: 0.35em;
    height: 0.35em;
    top: calc(0.9em - 0.175em);
    left: 0.25em;
  }

  .lg\:prose-xl > ul > li p {
    margin-top: 0.8em;
    margin-bottom: 0.8em;
  }

  .lg\:prose-xl > ul > li > *:first-child {
    margin-top: 1.2em;
  }

  .lg\:prose-xl > ul > li > *:last-child {
    margin-bottom: 1.2em;
  }

  .lg\:prose-xl > ol > li > *:first-child {
    margin-top: 1.2em;
  }

  .lg\:prose-xl > ol > li > *:last-child {
    margin-bottom: 1.2em;
  }

  .lg\:prose-xl ul ul, .lg\:prose-xl ul ol, .lg\:prose-xl ol ul, .lg\:prose-xl ol ol {
    margin-top: 0.8em;
    margin-bottom: 0.8em;
  }

  .lg\:prose-xl hr {
    margin-top: 2.8em;
    margin-bottom: 2.8em;
  }

  .lg\:prose-xl hr + * {
    margin-top: 0;
  }

  .lg\:prose-xl h2 + * {
    margin-top: 0;
  }

  .lg\:prose-xl h3 + * {
    margin-top: 0;
  }

  .lg\:prose-xl h4 + * {
    margin-top: 0;
  }

  .lg\:prose-xl table {
    font-size: 0.9em;
    line-height: 1.5555556;
  }

  .lg\:prose-xl thead th {
    padding-right: 0.6666667em;
    padding-bottom: 0.8888889em;
    padding-left: 0.6666667em;
  }

  .lg\:prose-xl thead th:first-child {
    padding-left: 0;
  }

  .lg\:prose-xl thead th:last-child {
    padding-right: 0;
  }

  .lg\:prose-xl tbody td {
    padding-top: 0.8888889em;
    padding-right: 0.6666667em;
    padding-bottom: 0.8888889em;
    padding-left: 0.6666667em;
  }

  .lg\:prose-xl tbody td:first-child {
    padding-left: 0;
  }

  .lg\:prose-xl tbody td:last-child {
    padding-right: 0;
  }

  .lg\:prose-xl > :first-child {
    margin-top: 0;
  }

  .lg\:prose-xl > :last-child {
    margin-bottom: 0;
  }

  .lg\:prose-2xl {
    font-size: 1.5rem;
    line-height: 1.6666667;
  }

  .lg\:prose-2xl p {
    margin-top: 1.3333333em;
    margin-bottom: 1.3333333em;
  }

  .lg\:prose-2xl [class~="lead"] {
    font-size: 1.25em;
    line-height: 1.4666667;
    margin-top: 1.0666667em;
    margin-bottom: 1.0666667em;
  }

  .lg\:prose-2xl blockquote {
    margin-top: 1.7777778em;
    margin-bottom: 1.7777778em;
    padding-left: 1.1111111em;
  }

  .lg\:prose-2xl h1 {
    font-size: 2.6666667em;
    margin-top: 0;
    margin-bottom: 0.875em;
    line-height: 1;
  }

  .lg\:prose-2xl h2 {
    font-size: 2em;
    margin-top: 1.5em;
    margin-bottom: 0.8333333em;
    line-height: 1.0833333;
  }

  .lg\:prose-2xl h3 {
    font-size: 1.5em;
    margin-top: 1.5555556em;
    margin-bottom: 0.6666667em;
    line-height: 1.2222222;
  }

  .lg\:prose-2xl h4 {
    margin-top: 1.6666667em;
    margin-bottom: 0.6666667em;
    line-height: 1.5;
  }

  .lg\:prose-2xl img {
    margin-top: 2em;
    margin-bottom: 2em;
  }

  .lg\:prose-2xl video {
    margin-top: 2em;
    margin-bottom: 2em;
  }

  .lg\:prose-2xl figure {
    margin-top: 2em;
    margin-bottom: 2em;
  }

  .lg\:prose-2xl figure > * {
    margin-top: 0;
    margin-bottom: 0;
  }

  .lg\:prose-2xl figure figcaption {
    font-size: 0.8333333em;
    line-height: 1.6;
    margin-top: 1em;
  }

  .lg\:prose-2xl code {
    font-size: 0.8333333em;
  }

  .lg\:prose-2xl h2 code {
    font-size: 0.875em;
  }

  .lg\:prose-2xl h3 code {
    font-size: 0.8888889em;
  }

  .lg\:prose-2xl pre {
    font-size: 0.8333333em;
    line-height: 1.8;
    margin-top: 2em;
    margin-bottom: 2em;
    border-radius: 0.5rem;
    padding-top: 1.2em;
    padding-right: 1.6em;
    padding-bottom: 1.2em;
    padding-left: 1.6em;
  }

  .lg\:prose-2xl ol {
    margin-top: 1.3333333em;
    margin-bottom: 1.3333333em;
  }

  .lg\:prose-2xl ul {
    margin-top: 1.3333333em;
    margin-bottom: 1.3333333em;
  }

  .lg\:prose-2xl li {
    margin-top: 0.5em;
    margin-bottom: 0.5em;
  }

  .lg\:prose-2xl ol > li {
    padding-left: 1.6666667em;
  }

  .lg\:prose-2xl ol > li::before {
    left: 0;
  }

  .lg\:prose-2xl ul > li {
    padding-left: 1.6666667em;
  }

  .lg\:prose-2xl ul > li::before {
    width: 0.3333333em;
    height: 0.3333333em;
    top: calc(0.8333333em - 0.1666667em);
    left: 0.25em;
  }

  .lg\:prose-2xl > ul > li p {
    margin-top: 0.8333333em;
    margin-bottom: 0.8333333em;
  }

  .lg\:prose-2xl > ul > li > *:first-child {
    margin-top: 1.3333333em;
  }

  .lg\:prose-2xl > ul > li > *:last-child {
    margin-bottom: 1.3333333em;
  }

  .lg\:prose-2xl > ol > li > *:first-child {
    margin-top: 1.3333333em;
  }

  .lg\:prose-2xl > ol > li > *:last-child {
    margin-bottom: 1.3333333em;
  }

  .lg\:prose-2xl ul ul, .lg\:prose-2xl ul ol, .lg\:prose-2xl ol ul, .lg\:prose-2xl ol ol {
    margin-top: 0.6666667em;
    margin-bottom: 0.6666667em;
  }

  .lg\:prose-2xl hr {
    margin-top: 3em;
    margin-bottom: 3em;
  }

  .lg\:prose-2xl hr + * {
    margin-top: 0;
  }

  .lg\:prose-2xl h2 + * {
    margin-top: 0;
  }

  .lg\:prose-2xl h3 + * {
    margin-top: 0;
  }

  .lg\:prose-2xl h4 + * {
    margin-top: 0;
  }

  .lg\:prose-2xl table {
    font-size: 0.8333333em;
    line-height: 1.4;
  }

  .lg\:prose-2xl thead th {
    padding-right: 0.6em;
    padding-bottom: 0.8em;
    padding-left: 0.6em;
  }

  .lg\:prose-2xl thead th:first-child {
    padding-left: 0;
  }

  .lg\:prose-2xl thead th:last-child {
    padding-right: 0;
  }

  .lg\:prose-2xl tbody td {
    padding-top: 0.8em;
    padding-right: 0.6em;
    padding-bottom: 0.8em;
    padding-left: 0.6em;
  }

  .lg\:prose-2xl tbody td:first-child {
    padding-left: 0;
  }

  .lg\:prose-2xl tbody td:last-child {
    padding-right: 0;
  }

  .lg\:prose-2xl > :first-child {
    margin-top: 0;
  }

  .lg\:prose-2xl > :last-child {
    margin-bottom: 0;
  }

  .lg\:prose-blue a {
    color: #2563eb;
  }

  .lg\:prose-blue a code {
    color: #2563eb;
  }

  .lg\:prose-purple a {
    color: #9333ea;
  }

  .lg\:prose-purple a code {
    color: #9333ea;
  }

  .lg\:prose-rose a {
    color: #e11d48;
  }

  .lg\:prose-rose a code {
    color: #e11d48;
  }

  .lg\:prose-pink a {
    color: #db2777;
  }

  .lg\:prose-pink a code {
    color: #db2777;
  }

  .lg\:prose-fuchsia a {
    color: #c026d3;
  }

  .lg\:prose-fuchsia a code {
    color: #c026d3;
  }

  .lg\:prose-violet a {
    color: #7c3aed;
  }

  .lg\:prose-violet a code {
    color: #7c3aed;
  }

  .lg\:prose-indigo a {
    color: #4f46e5;
  }

  .lg\:prose-indigo a code {
    color: #4f46e5;
  }

  .lg\:prose-lightBlue a {
    color: #0284c7;
  }

  .lg\:prose-lightBlue a code {
    color: #0284c7;
  }

  .lg\:prose-cyan a {
    color: #0891b2;
  }

  .lg\:prose-cyan a code {
    color: #0891b2;
  }

  .lg\:prose-teal a {
    color: #0d9488;
  }

  .lg\:prose-teal a code {
    color: #0d9488;
  }

  .lg\:prose-emerald a {
    color: #059669;
  }

  .lg\:prose-emerald a code {
    color: #059669;
  }

  .lg\:prose-green a {
    color: #16a34a;
  }

  .lg\:prose-green a code {
    color: #16a34a;
  }

  .lg\:prose-lime a {
    color: #65a30d;
  }

  .lg\:prose-lime a code {
    color: #65a30d;
  }

  .lg\:prose-yellow a {
    color: #ca8a04;
  }

  .lg\:prose-yellow a code {
    color: #ca8a04;
  }

  .lg\:prose-amber a {
    color: #d97706;
  }

  .lg\:prose-amber a code {
    color: #d97706;
  }

  .lg\:prose-orange a {
    color: #ea580c;
  }

  .lg\:prose-orange a code {
    color: #ea580c;
  }

  .lg\:prose-red a {
    color: #dc2626;
  }

  .lg\:prose-red a code {
    color: #dc2626;
  }

  .lg\:prose-warmGray a {
    color: #57534e;
  }

  .lg\:prose-warmGray a code {
    color: #57534e;
  }

  .lg\:prose-trueGray a {
    color: #525252;
  }

  .lg\:prose-trueGray a code {
    color: #525252;
  }

  .lg\:prose-coolGray a {
    color: #4b5563;
  }

  .lg\:prose-coolGray a code {
    color: #4b5563;
  }

  .lg\:prose-blueGray a {
    color: #475569;
  }

  .lg\:prose-blueGray a code {
    color: #475569;
  }

  .lg\:aspect-w-1,
.lg\:aspect-w-2,
.lg\:aspect-w-3,
.lg\:aspect-w-4,
.lg\:aspect-w-5,
.lg\:aspect-w-6,
.lg\:aspect-w-7,
.lg\:aspect-w-8,
.lg\:aspect-w-9,
.lg\:aspect-w-10,
.lg\:aspect-w-11,
.lg\:aspect-w-12,
.lg\:aspect-w-13,
.lg\:aspect-w-14,
.lg\:aspect-w-15,
.lg\:aspect-w-16 {
    position: relative;
    padding-bottom: calc(var(--tw-aspect-h) / var(--tw-aspect-w) * 100%);
  }

  .lg\:aspect-w-1 > *,
.lg\:aspect-w-2 > *,
.lg\:aspect-w-3 > *,
.lg\:aspect-w-4 > *,
.lg\:aspect-w-5 > *,
.lg\:aspect-w-6 > *,
.lg\:aspect-w-7 > *,
.lg\:aspect-w-8 > *,
.lg\:aspect-w-9 > *,
.lg\:aspect-w-10 > *,
.lg\:aspect-w-11 > *,
.lg\:aspect-w-12 > *,
.lg\:aspect-w-13 > *,
.lg\:aspect-w-14 > *,
.lg\:aspect-w-15 > *,
.lg\:aspect-w-16 > * {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
  }

  .lg\:aspect-none {
    position: static;
    padding-bottom: 0;
  }

  .lg\:aspect-none > * {
    position: static;
    height: auto;
    width: auto;
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
  }

  .lg\:aspect-w-1 {
    --tw-aspect-w: 1;
  }

  .lg\:aspect-w-2 {
    --tw-aspect-w: 2;
  }

  .lg\:aspect-w-3 {
    --tw-aspect-w: 3;
  }

  .lg\:aspect-w-4 {
    --tw-aspect-w: 4;
  }

  .lg\:aspect-w-5 {
    --tw-aspect-w: 5;
  }

  .lg\:aspect-w-6 {
    --tw-aspect-w: 6;
  }

  .lg\:aspect-w-7 {
    --tw-aspect-w: 7;
  }

  .lg\:aspect-w-8 {
    --tw-aspect-w: 8;
  }

  .lg\:aspect-w-9 {
    --tw-aspect-w: 9;
  }

  .lg\:aspect-w-10 {
    --tw-aspect-w: 10;
  }

  .lg\:aspect-w-11 {
    --tw-aspect-w: 11;
  }

  .lg\:aspect-w-12 {
    --tw-aspect-w: 12;
  }

  .lg\:aspect-w-13 {
    --tw-aspect-w: 13;
  }

  .lg\:aspect-w-14 {
    --tw-aspect-w: 14;
  }

  .lg\:aspect-w-15 {
    --tw-aspect-w: 15;
  }

  .lg\:aspect-w-16 {
    --tw-aspect-w: 16;
  }

  .lg\:aspect-h-1 {
    --tw-aspect-h: 1;
  }

  .lg\:aspect-h-2 {
    --tw-aspect-h: 2;
  }

  .lg\:aspect-h-3 {
    --tw-aspect-h: 3;
  }

  .lg\:aspect-h-4 {
    --tw-aspect-h: 4;
  }

  .lg\:aspect-h-5 {
    --tw-aspect-h: 5;
  }

  .lg\:aspect-h-6 {
    --tw-aspect-h: 6;
  }

  .lg\:aspect-h-7 {
    --tw-aspect-h: 7;
  }

  .lg\:aspect-h-8 {
    --tw-aspect-h: 8;
  }

  .lg\:aspect-h-9 {
    --tw-aspect-h: 9;
  }

  .lg\:aspect-h-10 {
    --tw-aspect-h: 10;
  }

  .lg\:aspect-h-11 {
    --tw-aspect-h: 11;
  }

  .lg\:aspect-h-12 {
    --tw-aspect-h: 12;
  }

  .lg\:aspect-h-13 {
    --tw-aspect-h: 13;
  }

  .lg\:aspect-h-14 {
    --tw-aspect-h: 14;
  }

  .lg\:aspect-h-15 {
    --tw-aspect-h: 15;
  }

  .lg\:aspect-h-16 {
    --tw-aspect-h: 16;
  }

  .lg\:block {
    display: block;
  }

  .lg\:inline-block {
    display: inline-block;
  }

  .lg\:inline {
    display: inline;
  }

  .lg\:flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .lg\:inline-flex {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
  }

  .lg\:table {
    display: table;
  }

  .lg\:inline-table {
    display: inline-table;
  }

  .lg\:table-caption {
    display: table-caption;
  }

  .lg\:table-cell {
    display: table-cell;
  }

  .lg\:table-column {
    display: table-column;
  }

  .lg\:table-column-group {
    display: table-column-group;
  }

  .lg\:table-footer-group {
    display: table-footer-group;
  }

  .lg\:table-header-group {
    display: table-header-group;
  }

  .lg\:table-row-group {
    display: table-row-group;
  }

  .lg\:table-row {
    display: table-row;
  }

  .lg\:flow-root {
    display: flow-root;
  }

  .lg\:grid {
    display: grid;
  }

  .lg\:inline-grid {
    display: inline-grid;
  }

  .lg\:contents {
    display: contents;
  }

  .lg\:list-item {
    display: list-item;
  }

  .lg\:hidden {
    display: none;
  }

  .group:hover .lg\:group-hover\:block {
    display: block;
  }

  .group:hover .lg\:group-hover\:inline-block {
    display: inline-block;
  }

  .group:hover .lg\:group-hover\:inline {
    display: inline;
  }

  .group:hover .lg\:group-hover\:flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .group:hover .lg\:group-hover\:inline-flex {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
  }

  .group:hover .lg\:group-hover\:table {
    display: table;
  }

  .group:hover .lg\:group-hover\:inline-table {
    display: inline-table;
  }

  .group:hover .lg\:group-hover\:table-caption {
    display: table-caption;
  }

  .group:hover .lg\:group-hover\:table-cell {
    display: table-cell;
  }

  .group:hover .lg\:group-hover\:table-column {
    display: table-column;
  }

  .group:hover .lg\:group-hover\:table-column-group {
    display: table-column-group;
  }

  .group:hover .lg\:group-hover\:table-footer-group {
    display: table-footer-group;
  }

  .group:hover .lg\:group-hover\:table-header-group {
    display: table-header-group;
  }

  .group:hover .lg\:group-hover\:table-row-group {
    display: table-row-group;
  }

  .group:hover .lg\:group-hover\:table-row {
    display: table-row;
  }

  .group:hover .lg\:group-hover\:flow-root {
    display: flow-root;
  }

  .group:hover .lg\:group-hover\:grid {
    display: grid;
  }

  .group:hover .lg\:group-hover\:inline-grid {
    display: inline-grid;
  }

  .group:hover .lg\:group-hover\:contents {
    display: contents;
  }

  .group:hover .lg\:group-hover\:list-item {
    display: list-item;
  }

  .group:hover .lg\:group-hover\:hidden {
    display: none;
  }

  .lg\:grid-cols-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }

  .lg\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .lg\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .lg\:grid-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .lg\:grid-cols-5 {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }

  .lg\:grid-cols-6 {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }

  .lg\:grid-cols-7 {
    grid-template-columns: repeat(7, minmax(0, 1fr));
  }

  .lg\:grid-cols-8 {
    grid-template-columns: repeat(8, minmax(0, 1fr));
  }

  .lg\:grid-cols-9 {
    grid-template-columns: repeat(9, minmax(0, 1fr));
  }

  .lg\:grid-cols-10 {
    grid-template-columns: repeat(10, minmax(0, 1fr));
  }

  .lg\:grid-cols-11 {
    grid-template-columns: repeat(11, minmax(0, 1fr));
  }

  .lg\:grid-cols-12 {
    grid-template-columns: repeat(12, minmax(0, 1fr));
  }

  .lg\:grid-cols-none {
    grid-template-columns: none;
  }

  .lg\:grid-cols-centered-2\/3 {
    grid-template-columns: 2fr 8fr 2fr;
  }

  .lg\:grid-cols-auto-2 {
    grid-template-columns: auto auto;
  }

  .lg\:grid-cols-max-content-4 {
    grid-template-columns: repeat(4, minmax(-webkit-max-content, 1fr));
    grid-template-columns: repeat(4, minmax(max-content, 1fr));
  }

  .lg\:grid-cols-max-content-6 {
    grid-template-columns: repeat(6, minmax(-webkit-max-content, 1fr));
    grid-template-columns: repeat(6, minmax(max-content, 1fr));
  }

  .lg\:bg-origin-border {
    background-origin: border-box;
  }

  .lg\:bg-origin-padding {
    background-origin: padding-box;
  }

  .lg\:bg-origin-content {
    background-origin: content-box;
  }

  .lg\:backdrop-opacity-0 {
    --tw-backdrop-opacity: opacity(0);
  }

  .lg\:backdrop-opacity-5 {
    --tw-backdrop-opacity: opacity(0.05);
  }

  .lg\:backdrop-opacity-10 {
    --tw-backdrop-opacity: opacity(0.1);
  }

  .lg\:backdrop-opacity-20 {
    --tw-backdrop-opacity: opacity(0.2);
  }

  .lg\:backdrop-opacity-25 {
    --tw-backdrop-opacity: opacity(0.25);
  }

  .lg\:backdrop-opacity-30 {
    --tw-backdrop-opacity: opacity(0.3);
  }

  .lg\:backdrop-opacity-40 {
    --tw-backdrop-opacity: opacity(0.4);
  }

  .lg\:backdrop-opacity-50 {
    --tw-backdrop-opacity: opacity(0.5);
  }

  .lg\:backdrop-opacity-60 {
    --tw-backdrop-opacity: opacity(0.6);
  }

  .lg\:backdrop-opacity-70 {
    --tw-backdrop-opacity: opacity(0.7);
  }

  .lg\:backdrop-opacity-75 {
    --tw-backdrop-opacity: opacity(0.75);
  }

  .lg\:backdrop-opacity-80 {
    --tw-backdrop-opacity: opacity(0.8);
  }

  .lg\:backdrop-opacity-90 {
    --tw-backdrop-opacity: opacity(0.9);
  }

  .lg\:backdrop-opacity-95 {
    --tw-backdrop-opacity: opacity(0.95);
  }

  .lg\:backdrop-opacity-100 {
    --tw-backdrop-opacity: opacity(1);
  }
}

@media (min-width: 1536px) {
  .\32xl\:prose {
    color: #3f3f46;
    max-width: 65ch;
  }

  .\32xl\:prose [class~="lead"] {
    color: #52525b;
    font-size: 1.25em;
    line-height: 1.6;
    margin-top: 1.2em;
    margin-bottom: 1.2em;
  }

  .\32xl\:prose a {
    color: #18181b;
    text-decoration: underline;
    font-weight: 500;
  }

  .\32xl\:prose strong {
    color: #18181b;
    font-weight: 600;
  }

  .\32xl\:prose ol[type="A"] {
    --list-counter-style: upper-alpha;
  }

  .\32xl\:prose ol[type="a"] {
    --list-counter-style: lower-alpha;
  }

  .\32xl\:prose ol[type="A" s] {
    --list-counter-style: upper-alpha;
  }

  .\32xl\:prose ol[type="a" s] {
    --list-counter-style: lower-alpha;
  }

  .\32xl\:prose ol[type="I"] {
    --list-counter-style: upper-roman;
  }

  .\32xl\:prose ol[type="i"] {
    --list-counter-style: lower-roman;
  }

  .\32xl\:prose ol[type="I" s] {
    --list-counter-style: upper-roman;
  }

  .\32xl\:prose ol[type="i" s] {
    --list-counter-style: lower-roman;
  }

  .\32xl\:prose ol[type="1"] {
    --list-counter-style: decimal;
  }

  .\32xl\:prose ol > li {
    position: relative;
    padding-left: 1.75em;
  }

  .\32xl\:prose ol > li::before {
    content: counter(list-item, var(--list-counter-style, decimal)) ".";
    position: absolute;
    font-weight: 400;
    color: #71717a;
    left: 0;
  }

  .\32xl\:prose ul > li {
    position: relative;
    padding-left: 1.75em;
  }

  .\32xl\:prose ul > li::before {
    content: "";
    position: absolute;
    background-color: #d4d4d8;
    border-radius: 50%;
    width: 0.375em;
    height: 0.375em;
    top: calc(0.875em - 0.1875em);
    left: 0.25em;
  }

  .\32xl\:prose hr {
    border-color: #e4e4e7;
    border-top-width: 1px;
    margin-top: 3em;
    margin-bottom: 3em;
  }

  .\32xl\:prose blockquote {
    font-weight: 500;
    font-style: italic;
    color: #18181b;
    border-left-width: 0.25rem;
    border-left-color: #e4e4e7;
    quotes: "\201C""\201D""\2018""\2019";
    margin-top: 1.6em;
    margin-bottom: 1.6em;
    padding-left: 1em;
  }

  .\32xl\:prose blockquote p:first-of-type::before {
    content: open-quote;
  }

  .\32xl\:prose blockquote p:last-of-type::after {
    content: close-quote;
  }

  .\32xl\:prose h1 {
    color: #18181b;
    font-weight: 800;
    font-size: 2.25em;
    margin-top: 0;
    margin-bottom: 0.8888889em;
    line-height: 1.1111111;
  }

  .\32xl\:prose h2 {
    color: #18181b;
    font-weight: 700;
    font-size: 1.5em;
    margin-top: 2em;
    margin-bottom: 1em;
    line-height: 1.3333333;
  }

  .\32xl\:prose h3 {
    color: #18181b;
    font-weight: 600;
    font-size: 1.25em;
    margin-top: 1.6em;
    margin-bottom: 0.6em;
    line-height: 1.6;
  }

  .\32xl\:prose h4 {
    color: #18181b;
    font-weight: 600;
    margin-top: 1.5em;
    margin-bottom: 0.5em;
    line-height: 1.5;
  }

  .\32xl\:prose figure figcaption {
    color: #71717a;
    font-size: 0.875em;
    line-height: 1.4285714;
    margin-top: 0.8571429em;
  }

  .\32xl\:prose code {
    color: #18181b;
    font-weight: 600;
    font-size: 0.875em;
  }

  .\32xl\:prose code::before {
    content: "`";
  }

  .\32xl\:prose code::after {
    content: "`";
  }

  .\32xl\:prose a code {
    color: #18181b;
  }

  .\32xl\:prose pre {
    color: #e4e4e7;
    background-color: #27272a;
    overflow-x: auto;
    font-size: 0.875em;
    line-height: 1.7142857;
    margin-top: 1.7142857em;
    margin-bottom: 1.7142857em;
    border-radius: 0.375rem;
    padding-top: 0.8571429em;
    padding-right: 1.1428571em;
    padding-bottom: 0.8571429em;
    padding-left: 1.1428571em;
  }

  .\32xl\:prose pre code {
    background-color: transparent;
    border-width: 0;
    border-radius: 0;
    padding: 0;
    font-weight: 400;
    color: inherit;
    font-size: inherit;
    font-family: inherit;
    line-height: inherit;
  }

  .\32xl\:prose pre code::before {
    content: none;
  }

  .\32xl\:prose pre code::after {
    content: none;
  }

  .\32xl\:prose table {
    width: 100%;
    table-layout: auto;
    text-align: left;
    margin-top: 2em;
    margin-bottom: 2em;
    font-size: 0.875em;
    line-height: 1.7142857;
  }

  .\32xl\:prose thead {
    color: #18181b;
    font-weight: 600;
    border-bottom-width: 1px;
    border-bottom-color: #d4d4d8;
  }

  .\32xl\:prose thead th {
    vertical-align: bottom;
    padding-right: 0.5714286em;
    padding-bottom: 0.5714286em;
    padding-left: 0.5714286em;
  }

  .\32xl\:prose tbody tr {
    border-bottom-width: 1px;
    border-bottom-color: #e4e4e7;
  }

  .\32xl\:prose tbody tr:last-child {
    border-bottom-width: 0;
  }

  .\32xl\:prose tbody td {
    vertical-align: top;
    padding-top: 0.5714286em;
    padding-right: 0.5714286em;
    padding-bottom: 0.5714286em;
    padding-left: 0.5714286em;
  }

  .\32xl\:prose {
    font-size: 1rem;
    line-height: 1.75;
  }

  .\32xl\:prose p {
    margin-top: 1.25em;
    margin-bottom: 1.25em;
  }

  .\32xl\:prose img {
    margin-top: 2em;
    margin-bottom: 2em;
  }

  .\32xl\:prose video {
    margin-top: 2em;
    margin-bottom: 2em;
  }

  .\32xl\:prose figure {
    margin-top: 2em;
    margin-bottom: 2em;
  }

  .\32xl\:prose figure > * {
    margin-top: 0;
    margin-bottom: 0;
  }

  .\32xl\:prose h2 code {
    font-size: 0.875em;
  }

  .\32xl\:prose h3 code {
    font-size: 0.9em;
  }

  .\32xl\:prose ol {
    margin-top: 1.25em;
    margin-bottom: 1.25em;
  }

  .\32xl\:prose ul {
    margin-top: 1.25em;
    margin-bottom: 1.25em;
  }

  .\32xl\:prose li {
    margin-top: 0.5em;
    margin-bottom: 0.5em;
  }

  .\32xl\:prose > ul > li p {
    margin-top: 0.75em;
    margin-bottom: 0.75em;
  }

  .\32xl\:prose > ul > li > *:first-child {
    margin-top: 1.25em;
  }

  .\32xl\:prose > ul > li > *:last-child {
    margin-bottom: 1.25em;
  }

  .\32xl\:prose > ol > li > *:first-child {
    margin-top: 1.25em;
  }

  .\32xl\:prose > ol > li > *:last-child {
    margin-bottom: 1.25em;
  }

  .\32xl\:prose ul ul, .\32xl\:prose ul ol, .\32xl\:prose ol ul, .\32xl\:prose ol ol {
    margin-top: 0.75em;
    margin-bottom: 0.75em;
  }

  .\32xl\:prose hr + * {
    margin-top: 0;
  }

  .\32xl\:prose h2 + * {
    margin-top: 0;
  }

  .\32xl\:prose h3 + * {
    margin-top: 0;
  }

  .\32xl\:prose h4 + * {
    margin-top: 0;
  }

  .\32xl\:prose thead th:first-child {
    padding-left: 0;
  }

  .\32xl\:prose thead th:last-child {
    padding-right: 0;
  }

  .\32xl\:prose tbody td:first-child {
    padding-left: 0;
  }

  .\32xl\:prose tbody td:last-child {
    padding-right: 0;
  }

  .\32xl\:prose > :first-child {
    margin-top: 0;
  }

  .\32xl\:prose > :last-child {
    margin-bottom: 0;
  }

  .\32xl\:prose-sm {
    font-size: 0.875rem;
    line-height: 1.7142857;
  }

  .\32xl\:prose-sm p {
    margin-top: 1.1428571em;
    margin-bottom: 1.1428571em;
  }

  .\32xl\:prose-sm [class~="lead"] {
    font-size: 1.2857143em;
    line-height: 1.5555556;
    margin-top: 0.8888889em;
    margin-bottom: 0.8888889em;
  }

  .\32xl\:prose-sm blockquote {
    margin-top: 1.3333333em;
    margin-bottom: 1.3333333em;
    padding-left: 1.1111111em;
  }

  .\32xl\:prose-sm h1 {
    font-size: 2.1428571em;
    margin-top: 0;
    margin-bottom: 0.8em;
    line-height: 1.2;
  }

  .\32xl\:prose-sm h2 {
    font-size: 1.4285714em;
    margin-top: 1.6em;
    margin-bottom: 0.8em;
    line-height: 1.4;
  }

  .\32xl\:prose-sm h3 {
    font-size: 1.2857143em;
    margin-top: 1.5555556em;
    margin-bottom: 0.4444444em;
    line-height: 1.5555556;
  }

  .\32xl\:prose-sm h4 {
    margin-top: 1.4285714em;
    margin-bottom: 0.5714286em;
    line-height: 1.4285714;
  }

  .\32xl\:prose-sm img {
    margin-top: 1.7142857em;
    margin-bottom: 1.7142857em;
  }

  .\32xl\:prose-sm video {
    margin-top: 1.7142857em;
    margin-bottom: 1.7142857em;
  }

  .\32xl\:prose-sm figure {
    margin-top: 1.7142857em;
    margin-bottom: 1.7142857em;
  }

  .\32xl\:prose-sm figure > * {
    margin-top: 0;
    margin-bottom: 0;
  }

  .\32xl\:prose-sm figure figcaption {
    font-size: 0.8571429em;
    line-height: 1.3333333;
    margin-top: 0.6666667em;
  }

  .\32xl\:prose-sm code {
    font-size: 0.8571429em;
  }

  .\32xl\:prose-sm h2 code {
    font-size: 0.9em;
  }

  .\32xl\:prose-sm h3 code {
    font-size: 0.8888889em;
  }

  .\32xl\:prose-sm pre {
    font-size: 0.8571429em;
    line-height: 1.6666667;
    margin-top: 1.6666667em;
    margin-bottom: 1.6666667em;
    border-radius: 0.25rem;
    padding-top: 0.6666667em;
    padding-right: 1em;
    padding-bottom: 0.6666667em;
    padding-left: 1em;
  }

  .\32xl\:prose-sm ol {
    margin-top: 1.1428571em;
    margin-bottom: 1.1428571em;
  }

  .\32xl\:prose-sm ul {
    margin-top: 1.1428571em;
    margin-bottom: 1.1428571em;
  }

  .\32xl\:prose-sm li {
    margin-top: 0.2857143em;
    margin-bottom: 0.2857143em;
  }

  .\32xl\:prose-sm ol > li {
    padding-left: 1.5714286em;
  }

  .\32xl\:prose-sm ol > li::before {
    left: 0;
  }

  .\32xl\:prose-sm ul > li {
    padding-left: 1.5714286em;
  }

  .\32xl\:prose-sm ul > li::before {
    height: 0.3571429em;
    width: 0.3571429em;
    top: calc(0.8571429em - 0.1785714em);
    left: 0.2142857em;
  }

  .\32xl\:prose-sm > ul > li p {
    margin-top: 0.5714286em;
    margin-bottom: 0.5714286em;
  }

  .\32xl\:prose-sm > ul > li > *:first-child {
    margin-top: 1.1428571em;
  }

  .\32xl\:prose-sm > ul > li > *:last-child {
    margin-bottom: 1.1428571em;
  }

  .\32xl\:prose-sm > ol > li > *:first-child {
    margin-top: 1.1428571em;
  }

  .\32xl\:prose-sm > ol > li > *:last-child {
    margin-bottom: 1.1428571em;
  }

  .\32xl\:prose-sm ul ul, .\32xl\:prose-sm ul ol, .\32xl\:prose-sm ol ul, .\32xl\:prose-sm ol ol {
    margin-top: 0.5714286em;
    margin-bottom: 0.5714286em;
  }

  .\32xl\:prose-sm hr {
    margin-top: 2.8571429em;
    margin-bottom: 2.8571429em;
  }

  .\32xl\:prose-sm hr + * {
    margin-top: 0;
  }

  .\32xl\:prose-sm h2 + * {
    margin-top: 0;
  }

  .\32xl\:prose-sm h3 + * {
    margin-top: 0;
  }

  .\32xl\:prose-sm h4 + * {
    margin-top: 0;
  }

  .\32xl\:prose-sm table {
    font-size: 0.8571429em;
    line-height: 1.5;
  }

  .\32xl\:prose-sm thead th {
    padding-right: 1em;
    padding-bottom: 0.6666667em;
    padding-left: 1em;
  }

  .\32xl\:prose-sm thead th:first-child {
    padding-left: 0;
  }

  .\32xl\:prose-sm thead th:last-child {
    padding-right: 0;
  }

  .\32xl\:prose-sm tbody td {
    padding-top: 0.6666667em;
    padding-right: 1em;
    padding-bottom: 0.6666667em;
    padding-left: 1em;
  }

  .\32xl\:prose-sm tbody td:first-child {
    padding-left: 0;
  }

  .\32xl\:prose-sm tbody td:last-child {
    padding-right: 0;
  }

  .\32xl\:prose-sm > :first-child {
    margin-top: 0;
  }

  .\32xl\:prose-sm > :last-child {
    margin-bottom: 0;
  }

  .\32xl\:prose-lg {
    font-size: 1.125rem;
    line-height: 1.7777778;
  }

  .\32xl\:prose-lg p {
    margin-top: 1.3333333em;
    margin-bottom: 1.3333333em;
  }

  .\32xl\:prose-lg [class~="lead"] {
    font-size: 1.2222222em;
    line-height: 1.4545455;
    margin-top: 1.0909091em;
    margin-bottom: 1.0909091em;
  }

  .\32xl\:prose-lg blockquote {
    margin-top: 1.6666667em;
    margin-bottom: 1.6666667em;
    padding-left: 1em;
  }

  .\32xl\:prose-lg h1 {
    font-size: 2.6666667em;
    margin-top: 0;
    margin-bottom: 0.8333333em;
    line-height: 1;
  }

  .\32xl\:prose-lg h2 {
    font-size: 1.6666667em;
    margin-top: 1.8666667em;
    margin-bottom: 1.0666667em;
    line-height: 1.3333333;
  }

  .\32xl\:prose-lg h3 {
    font-size: 1.3333333em;
    margin-top: 1.6666667em;
    margin-bottom: 0.6666667em;
    line-height: 1.5;
  }

  .\32xl\:prose-lg h4 {
    margin-top: 1.7777778em;
    margin-bottom: 0.4444444em;
    line-height: 1.5555556;
  }

  .\32xl\:prose-lg img {
    margin-top: 1.7777778em;
    margin-bottom: 1.7777778em;
  }

  .\32xl\:prose-lg video {
    margin-top: 1.7777778em;
    margin-bottom: 1.7777778em;
  }

  .\32xl\:prose-lg figure {
    margin-top: 1.7777778em;
    margin-bottom: 1.7777778em;
  }

  .\32xl\:prose-lg figure > * {
    margin-top: 0;
    margin-bottom: 0;
  }

  .\32xl\:prose-lg figure figcaption {
    font-size: 0.8888889em;
    line-height: 1.5;
    margin-top: 1em;
  }

  .\32xl\:prose-lg code {
    font-size: 0.8888889em;
  }

  .\32xl\:prose-lg h2 code {
    font-size: 0.8666667em;
  }

  .\32xl\:prose-lg h3 code {
    font-size: 0.875em;
  }

  .\32xl\:prose-lg pre {
    font-size: 0.8888889em;
    line-height: 1.75;
    margin-top: 2em;
    margin-bottom: 2em;
    border-radius: 0.375rem;
    padding-top: 1em;
    padding-right: 1.5em;
    padding-bottom: 1em;
    padding-left: 1.5em;
  }

  .\32xl\:prose-lg ol {
    margin-top: 1.3333333em;
    margin-bottom: 1.3333333em;
  }

  .\32xl\:prose-lg ul {
    margin-top: 1.3333333em;
    margin-bottom: 1.3333333em;
  }

  .\32xl\:prose-lg li {
    margin-top: 0.6666667em;
    margin-bottom: 0.6666667em;
  }

  .\32xl\:prose-lg ol > li {
    padding-left: 1.6666667em;
  }

  .\32xl\:prose-lg ol > li::before {
    left: 0;
  }

  .\32xl\:prose-lg ul > li {
    padding-left: 1.6666667em;
  }

  .\32xl\:prose-lg ul > li::before {
    width: 0.3333333em;
    height: 0.3333333em;
    top: calc(0.8888889em - 0.1666667em);
    left: 0.2222222em;
  }

  .\32xl\:prose-lg > ul > li p {
    margin-top: 0.8888889em;
    margin-bottom: 0.8888889em;
  }

  .\32xl\:prose-lg > ul > li > *:first-child {
    margin-top: 1.3333333em;
  }

  .\32xl\:prose-lg > ul > li > *:last-child {
    margin-bottom: 1.3333333em;
  }

  .\32xl\:prose-lg > ol > li > *:first-child {
    margin-top: 1.3333333em;
  }

  .\32xl\:prose-lg > ol > li > *:last-child {
    margin-bottom: 1.3333333em;
  }

  .\32xl\:prose-lg ul ul, .\32xl\:prose-lg ul ol, .\32xl\:prose-lg ol ul, .\32xl\:prose-lg ol ol {
    margin-top: 0.8888889em;
    margin-bottom: 0.8888889em;
  }

  .\32xl\:prose-lg hr {
    margin-top: 3.1111111em;
    margin-bottom: 3.1111111em;
  }

  .\32xl\:prose-lg hr + * {
    margin-top: 0;
  }

  .\32xl\:prose-lg h2 + * {
    margin-top: 0;
  }

  .\32xl\:prose-lg h3 + * {
    margin-top: 0;
  }

  .\32xl\:prose-lg h4 + * {
    margin-top: 0;
  }

  .\32xl\:prose-lg table {
    font-size: 0.8888889em;
    line-height: 1.5;
  }

  .\32xl\:prose-lg thead th {
    padding-right: 0.75em;
    padding-bottom: 0.75em;
    padding-left: 0.75em;
  }

  .\32xl\:prose-lg thead th:first-child {
    padding-left: 0;
  }

  .\32xl\:prose-lg thead th:last-child {
    padding-right: 0;
  }

  .\32xl\:prose-lg tbody td {
    padding-top: 0.75em;
    padding-right: 0.75em;
    padding-bottom: 0.75em;
    padding-left: 0.75em;
  }

  .\32xl\:prose-lg tbody td:first-child {
    padding-left: 0;
  }

  .\32xl\:prose-lg tbody td:last-child {
    padding-right: 0;
  }

  .\32xl\:prose-lg > :first-child {
    margin-top: 0;
  }

  .\32xl\:prose-lg > :last-child {
    margin-bottom: 0;
  }

  .\32xl\:prose-xl {
    font-size: 1.25rem;
    line-height: 1.8;
  }

  .\32xl\:prose-xl p {
    margin-top: 1.2em;
    margin-bottom: 1.2em;
  }

  .\32xl\:prose-xl [class~="lead"] {
    font-size: 1.2em;
    line-height: 1.5;
    margin-top: 1em;
    margin-bottom: 1em;
  }

  .\32xl\:prose-xl blockquote {
    margin-top: 1.6em;
    margin-bottom: 1.6em;
    padding-left: 1.0666667em;
  }

  .\32xl\:prose-xl h1 {
    font-size: 2.8em;
    margin-top: 0;
    margin-bottom: 0.8571429em;
    line-height: 1;
  }

  .\32xl\:prose-xl h2 {
    font-size: 1.8em;
    margin-top: 1.5555556em;
    margin-bottom: 0.8888889em;
    line-height: 1.1111111;
  }

  .\32xl\:prose-xl h3 {
    font-size: 1.5em;
    margin-top: 1.6em;
    margin-bottom: 0.6666667em;
    line-height: 1.3333333;
  }

  .\32xl\:prose-xl h4 {
    margin-top: 1.8em;
    margin-bottom: 0.6em;
    line-height: 1.6;
  }

  .\32xl\:prose-xl img {
    margin-top: 2em;
    margin-bottom: 2em;
  }

  .\32xl\:prose-xl video {
    margin-top: 2em;
    margin-bottom: 2em;
  }

  .\32xl\:prose-xl figure {
    margin-top: 2em;
    margin-bottom: 2em;
  }

  .\32xl\:prose-xl figure > * {
    margin-top: 0;
    margin-bottom: 0;
  }

  .\32xl\:prose-xl figure figcaption {
    font-size: 0.9em;
    line-height: 1.5555556;
    margin-top: 1em;
  }

  .\32xl\:prose-xl code {
    font-size: 0.9em;
  }

  .\32xl\:prose-xl h2 code {
    font-size: 0.8611111em;
  }

  .\32xl\:prose-xl h3 code {
    font-size: 0.9em;
  }

  .\32xl\:prose-xl pre {
    font-size: 0.9em;
    line-height: 1.7777778;
    margin-top: 2em;
    margin-bottom: 2em;
    border-radius: 0.5rem;
    padding-top: 1.1111111em;
    padding-right: 1.3333333em;
    padding-bottom: 1.1111111em;
    padding-left: 1.3333333em;
  }

  .\32xl\:prose-xl ol {
    margin-top: 1.2em;
    margin-bottom: 1.2em;
  }

  .\32xl\:prose-xl ul {
    margin-top: 1.2em;
    margin-bottom: 1.2em;
  }

  .\32xl\:prose-xl li {
    margin-top: 0.6em;
    margin-bottom: 0.6em;
  }

  .\32xl\:prose-xl ol > li {
    padding-left: 1.8em;
  }

  .\32xl\:prose-xl ol > li::before {
    left: 0;
  }

  .\32xl\:prose-xl ul > li {
    padding-left: 1.8em;
  }

  .\32xl\:prose-xl ul > li::before {
    width: 0.35em;
    height: 0.35em;
    top: calc(0.9em - 0.175em);
    left: 0.25em;
  }

  .\32xl\:prose-xl > ul > li p {
    margin-top: 0.8em;
    margin-bottom: 0.8em;
  }

  .\32xl\:prose-xl > ul > li > *:first-child {
    margin-top: 1.2em;
  }

  .\32xl\:prose-xl > ul > li > *:last-child {
    margin-bottom: 1.2em;
  }

  .\32xl\:prose-xl > ol > li > *:first-child {
    margin-top: 1.2em;
  }

  .\32xl\:prose-xl > ol > li > *:last-child {
    margin-bottom: 1.2em;
  }

  .\32xl\:prose-xl ul ul, .\32xl\:prose-xl ul ol, .\32xl\:prose-xl ol ul, .\32xl\:prose-xl ol ol {
    margin-top: 0.8em;
    margin-bottom: 0.8em;
  }

  .\32xl\:prose-xl hr {
    margin-top: 2.8em;
    margin-bottom: 2.8em;
  }

  .\32xl\:prose-xl hr + * {
    margin-top: 0;
  }

  .\32xl\:prose-xl h2 + * {
    margin-top: 0;
  }

  .\32xl\:prose-xl h3 + * {
    margin-top: 0;
  }

  .\32xl\:prose-xl h4 + * {
    margin-top: 0;
  }

  .\32xl\:prose-xl table {
    font-size: 0.9em;
    line-height: 1.5555556;
  }

  .\32xl\:prose-xl thead th {
    padding-right: 0.6666667em;
    padding-bottom: 0.8888889em;
    padding-left: 0.6666667em;
  }

  .\32xl\:prose-xl thead th:first-child {
    padding-left: 0;
  }

  .\32xl\:prose-xl thead th:last-child {
    padding-right: 0;
  }

  .\32xl\:prose-xl tbody td {
    padding-top: 0.8888889em;
    padding-right: 0.6666667em;
    padding-bottom: 0.8888889em;
    padding-left: 0.6666667em;
  }

  .\32xl\:prose-xl tbody td:first-child {
    padding-left: 0;
  }

  .\32xl\:prose-xl tbody td:last-child {
    padding-right: 0;
  }

  .\32xl\:prose-xl > :first-child {
    margin-top: 0;
  }

  .\32xl\:prose-xl > :last-child {
    margin-bottom: 0;
  }

  .\32xl\:prose-2xl {
    font-size: 1.5rem;
    line-height: 1.6666667;
  }

  .\32xl\:prose-2xl p {
    margin-top: 1.3333333em;
    margin-bottom: 1.3333333em;
  }

  .\32xl\:prose-2xl [class~="lead"] {
    font-size: 1.25em;
    line-height: 1.4666667;
    margin-top: 1.0666667em;
    margin-bottom: 1.0666667em;
  }

  .\32xl\:prose-2xl blockquote {
    margin-top: 1.7777778em;
    margin-bottom: 1.7777778em;
    padding-left: 1.1111111em;
  }

  .\32xl\:prose-2xl h1 {
    font-size: 2.6666667em;
    margin-top: 0;
    margin-bottom: 0.875em;
    line-height: 1;
  }

  .\32xl\:prose-2xl h2 {
    font-size: 2em;
    margin-top: 1.5em;
    margin-bottom: 0.8333333em;
    line-height: 1.0833333;
  }

  .\32xl\:prose-2xl h3 {
    font-size: 1.5em;
    margin-top: 1.5555556em;
    margin-bottom: 0.6666667em;
    line-height: 1.2222222;
  }

  .\32xl\:prose-2xl h4 {
    margin-top: 1.6666667em;
    margin-bottom: 0.6666667em;
    line-height: 1.5;
  }

  .\32xl\:prose-2xl img {
    margin-top: 2em;
    margin-bottom: 2em;
  }

  .\32xl\:prose-2xl video {
    margin-top: 2em;
    margin-bottom: 2em;
  }

  .\32xl\:prose-2xl figure {
    margin-top: 2em;
    margin-bottom: 2em;
  }

  .\32xl\:prose-2xl figure > * {
    margin-top: 0;
    margin-bottom: 0;
  }

  .\32xl\:prose-2xl figure figcaption {
    font-size: 0.8333333em;
    line-height: 1.6;
    margin-top: 1em;
  }

  .\32xl\:prose-2xl code {
    font-size: 0.8333333em;
  }

  .\32xl\:prose-2xl h2 code {
    font-size: 0.875em;
  }

  .\32xl\:prose-2xl h3 code {
    font-size: 0.8888889em;
  }

  .\32xl\:prose-2xl pre {
    font-size: 0.8333333em;
    line-height: 1.8;
    margin-top: 2em;
    margin-bottom: 2em;
    border-radius: 0.5rem;
    padding-top: 1.2em;
    padding-right: 1.6em;
    padding-bottom: 1.2em;
    padding-left: 1.6em;
  }

  .\32xl\:prose-2xl ol {
    margin-top: 1.3333333em;
    margin-bottom: 1.3333333em;
  }

  .\32xl\:prose-2xl ul {
    margin-top: 1.3333333em;
    margin-bottom: 1.3333333em;
  }

  .\32xl\:prose-2xl li {
    margin-top: 0.5em;
    margin-bottom: 0.5em;
  }

  .\32xl\:prose-2xl ol > li {
    padding-left: 1.6666667em;
  }

  .\32xl\:prose-2xl ol > li::before {
    left: 0;
  }

  .\32xl\:prose-2xl ul > li {
    padding-left: 1.6666667em;
  }

  .\32xl\:prose-2xl ul > li::before {
    width: 0.3333333em;
    height: 0.3333333em;
    top: calc(0.8333333em - 0.1666667em);
    left: 0.25em;
  }

  .\32xl\:prose-2xl > ul > li p {
    margin-top: 0.8333333em;
    margin-bottom: 0.8333333em;
  }

  .\32xl\:prose-2xl > ul > li > *:first-child {
    margin-top: 1.3333333em;
  }

  .\32xl\:prose-2xl > ul > li > *:last-child {
    margin-bottom: 1.3333333em;
  }

  .\32xl\:prose-2xl > ol > li > *:first-child {
    margin-top: 1.3333333em;
  }

  .\32xl\:prose-2xl > ol > li > *:last-child {
    margin-bottom: 1.3333333em;
  }

  .\32xl\:prose-2xl ul ul, .\32xl\:prose-2xl ul ol, .\32xl\:prose-2xl ol ul, .\32xl\:prose-2xl ol ol {
    margin-top: 0.6666667em;
    margin-bottom: 0.6666667em;
  }

  .\32xl\:prose-2xl hr {
    margin-top: 3em;
    margin-bottom: 3em;
  }

  .\32xl\:prose-2xl hr + * {
    margin-top: 0;
  }

  .\32xl\:prose-2xl h2 + * {
    margin-top: 0;
  }

  .\32xl\:prose-2xl h3 + * {
    margin-top: 0;
  }

  .\32xl\:prose-2xl h4 + * {
    margin-top: 0;
  }

  .\32xl\:prose-2xl table {
    font-size: 0.8333333em;
    line-height: 1.4;
  }

  .\32xl\:prose-2xl thead th {
    padding-right: 0.6em;
    padding-bottom: 0.8em;
    padding-left: 0.6em;
  }

  .\32xl\:prose-2xl thead th:first-child {
    padding-left: 0;
  }

  .\32xl\:prose-2xl thead th:last-child {
    padding-right: 0;
  }

  .\32xl\:prose-2xl tbody td {
    padding-top: 0.8em;
    padding-right: 0.6em;
    padding-bottom: 0.8em;
    padding-left: 0.6em;
  }

  .\32xl\:prose-2xl tbody td:first-child {
    padding-left: 0;
  }

  .\32xl\:prose-2xl tbody td:last-child {
    padding-right: 0;
  }

  .\32xl\:prose-2xl > :first-child {
    margin-top: 0;
  }

  .\32xl\:prose-2xl > :last-child {
    margin-bottom: 0;
  }

  .\32xl\:prose-blue a {
    color: #2563eb;
  }

  .\32xl\:prose-blue a code {
    color: #2563eb;
  }

  .\32xl\:prose-purple a {
    color: #9333ea;
  }

  .\32xl\:prose-purple a code {
    color: #9333ea;
  }

  .\32xl\:prose-rose a {
    color: #e11d48;
  }

  .\32xl\:prose-rose a code {
    color: #e11d48;
  }

  .\32xl\:prose-pink a {
    color: #db2777;
  }

  .\32xl\:prose-pink a code {
    color: #db2777;
  }

  .\32xl\:prose-fuchsia a {
    color: #c026d3;
  }

  .\32xl\:prose-fuchsia a code {
    color: #c026d3;
  }

  .\32xl\:prose-violet a {
    color: #7c3aed;
  }

  .\32xl\:prose-violet a code {
    color: #7c3aed;
  }

  .\32xl\:prose-indigo a {
    color: #4f46e5;
  }

  .\32xl\:prose-indigo a code {
    color: #4f46e5;
  }

  .\32xl\:prose-lightBlue a {
    color: #0284c7;
  }

  .\32xl\:prose-lightBlue a code {
    color: #0284c7;
  }

  .\32xl\:prose-cyan a {
    color: #0891b2;
  }

  .\32xl\:prose-cyan a code {
    color: #0891b2;
  }

  .\32xl\:prose-teal a {
    color: #0d9488;
  }

  .\32xl\:prose-teal a code {
    color: #0d9488;
  }

  .\32xl\:prose-emerald a {
    color: #059669;
  }

  .\32xl\:prose-emerald a code {
    color: #059669;
  }

  .\32xl\:prose-green a {
    color: #16a34a;
  }

  .\32xl\:prose-green a code {
    color: #16a34a;
  }

  .\32xl\:prose-lime a {
    color: #65a30d;
  }

  .\32xl\:prose-lime a code {
    color: #65a30d;
  }

  .\32xl\:prose-yellow a {
    color: #ca8a04;
  }

  .\32xl\:prose-yellow a code {
    color: #ca8a04;
  }

  .\32xl\:prose-amber a {
    color: #d97706;
  }

  .\32xl\:prose-amber a code {
    color: #d97706;
  }

  .\32xl\:prose-orange a {
    color: #ea580c;
  }

  .\32xl\:prose-orange a code {
    color: #ea580c;
  }

  .\32xl\:prose-red a {
    color: #dc2626;
  }

  .\32xl\:prose-red a code {
    color: #dc2626;
  }

  .\32xl\:prose-warmGray a {
    color: #57534e;
  }

  .\32xl\:prose-warmGray a code {
    color: #57534e;
  }

  .\32xl\:prose-trueGray a {
    color: #525252;
  }

  .\32xl\:prose-trueGray a code {
    color: #525252;
  }

  .\32xl\:prose-coolGray a {
    color: #4b5563;
  }

  .\32xl\:prose-coolGray a code {
    color: #4b5563;
  }

  .\32xl\:prose-blueGray a {
    color: #475569;
  }

  .\32xl\:prose-blueGray a code {
    color: #475569;
  }

  .\32xl\:aspect-w-1,
.\32xl\:aspect-w-2,
.\32xl\:aspect-w-3,
.\32xl\:aspect-w-4,
.\32xl\:aspect-w-5,
.\32xl\:aspect-w-6,
.\32xl\:aspect-w-7,
.\32xl\:aspect-w-8,
.\32xl\:aspect-w-9,
.\32xl\:aspect-w-10,
.\32xl\:aspect-w-11,
.\32xl\:aspect-w-12,
.\32xl\:aspect-w-13,
.\32xl\:aspect-w-14,
.\32xl\:aspect-w-15,
.\32xl\:aspect-w-16 {
    position: relative;
    padding-bottom: calc(var(--tw-aspect-h) / var(--tw-aspect-w) * 100%);
  }

  .\32xl\:aspect-w-1 > *,
.\32xl\:aspect-w-2 > *,
.\32xl\:aspect-w-3 > *,
.\32xl\:aspect-w-4 > *,
.\32xl\:aspect-w-5 > *,
.\32xl\:aspect-w-6 > *,
.\32xl\:aspect-w-7 > *,
.\32xl\:aspect-w-8 > *,
.\32xl\:aspect-w-9 > *,
.\32xl\:aspect-w-10 > *,
.\32xl\:aspect-w-11 > *,
.\32xl\:aspect-w-12 > *,
.\32xl\:aspect-w-13 > *,
.\32xl\:aspect-w-14 > *,
.\32xl\:aspect-w-15 > *,
.\32xl\:aspect-w-16 > * {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
  }

  .\32xl\:aspect-none {
    position: static;
    padding-bottom: 0;
  }

  .\32xl\:aspect-none > * {
    position: static;
    height: auto;
    width: auto;
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
  }

  .\32xl\:aspect-w-1 {
    --tw-aspect-w: 1;
  }

  .\32xl\:aspect-w-2 {
    --tw-aspect-w: 2;
  }

  .\32xl\:aspect-w-3 {
    --tw-aspect-w: 3;
  }

  .\32xl\:aspect-w-4 {
    --tw-aspect-w: 4;
  }

  .\32xl\:aspect-w-5 {
    --tw-aspect-w: 5;
  }

  .\32xl\:aspect-w-6 {
    --tw-aspect-w: 6;
  }

  .\32xl\:aspect-w-7 {
    --tw-aspect-w: 7;
  }

  .\32xl\:aspect-w-8 {
    --tw-aspect-w: 8;
  }

  .\32xl\:aspect-w-9 {
    --tw-aspect-w: 9;
  }

  .\32xl\:aspect-w-10 {
    --tw-aspect-w: 10;
  }

  .\32xl\:aspect-w-11 {
    --tw-aspect-w: 11;
  }

  .\32xl\:aspect-w-12 {
    --tw-aspect-w: 12;
  }

  .\32xl\:aspect-w-13 {
    --tw-aspect-w: 13;
  }

  .\32xl\:aspect-w-14 {
    --tw-aspect-w: 14;
  }

  .\32xl\:aspect-w-15 {
    --tw-aspect-w: 15;
  }

  .\32xl\:aspect-w-16 {
    --tw-aspect-w: 16;
  }

  .\32xl\:aspect-h-1 {
    --tw-aspect-h: 1;
  }

  .\32xl\:aspect-h-2 {
    --tw-aspect-h: 2;
  }

  .\32xl\:aspect-h-3 {
    --tw-aspect-h: 3;
  }

  .\32xl\:aspect-h-4 {
    --tw-aspect-h: 4;
  }

  .\32xl\:aspect-h-5 {
    --tw-aspect-h: 5;
  }

  .\32xl\:aspect-h-6 {
    --tw-aspect-h: 6;
  }

  .\32xl\:aspect-h-7 {
    --tw-aspect-h: 7;
  }

  .\32xl\:aspect-h-8 {
    --tw-aspect-h: 8;
  }

  .\32xl\:aspect-h-9 {
    --tw-aspect-h: 9;
  }

  .\32xl\:aspect-h-10 {
    --tw-aspect-h: 10;
  }

  .\32xl\:aspect-h-11 {
    --tw-aspect-h: 11;
  }

  .\32xl\:aspect-h-12 {
    --tw-aspect-h: 12;
  }

  .\32xl\:aspect-h-13 {
    --tw-aspect-h: 13;
  }

  .\32xl\:aspect-h-14 {
    --tw-aspect-h: 14;
  }

  .\32xl\:aspect-h-15 {
    --tw-aspect-h: 15;
  }

  .\32xl\:aspect-h-16 {
    --tw-aspect-h: 16;
  }

  .\32xl\:block {
    display: block;
  }

  .\32xl\:inline-block {
    display: inline-block;
  }

  .\32xl\:inline {
    display: inline;
  }

  .\32xl\:flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .\32xl\:inline-flex {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
  }

  .\32xl\:table {
    display: table;
  }

  .\32xl\:inline-table {
    display: inline-table;
  }

  .\32xl\:table-caption {
    display: table-caption;
  }

  .\32xl\:table-cell {
    display: table-cell;
  }

  .\32xl\:table-column {
    display: table-column;
  }

  .\32xl\:table-column-group {
    display: table-column-group;
  }

  .\32xl\:table-footer-group {
    display: table-footer-group;
  }

  .\32xl\:table-header-group {
    display: table-header-group;
  }

  .\32xl\:table-row-group {
    display: table-row-group;
  }

  .\32xl\:table-row {
    display: table-row;
  }

  .\32xl\:flow-root {
    display: flow-root;
  }

  .\32xl\:grid {
    display: grid;
  }

  .\32xl\:inline-grid {
    display: inline-grid;
  }

  .\32xl\:contents {
    display: contents;
  }

  .\32xl\:list-item {
    display: list-item;
  }

  .\32xl\:hidden {
    display: none;
  }

  .group:hover .\32xl\:group-hover\:block {
    display: block;
  }

  .group:hover .\32xl\:group-hover\:inline-block {
    display: inline-block;
  }

  .group:hover .\32xl\:group-hover\:inline {
    display: inline;
  }

  .group:hover .\32xl\:group-hover\:flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .group:hover .\32xl\:group-hover\:inline-flex {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
  }

  .group:hover .\32xl\:group-hover\:table {
    display: table;
  }

  .group:hover .\32xl\:group-hover\:inline-table {
    display: inline-table;
  }

  .group:hover .\32xl\:group-hover\:table-caption {
    display: table-caption;
  }

  .group:hover .\32xl\:group-hover\:table-cell {
    display: table-cell;
  }

  .group:hover .\32xl\:group-hover\:table-column {
    display: table-column;
  }

  .group:hover .\32xl\:group-hover\:table-column-group {
    display: table-column-group;
  }

  .group:hover .\32xl\:group-hover\:table-footer-group {
    display: table-footer-group;
  }

  .group:hover .\32xl\:group-hover\:table-header-group {
    display: table-header-group;
  }

  .group:hover .\32xl\:group-hover\:table-row-group {
    display: table-row-group;
  }

  .group:hover .\32xl\:group-hover\:table-row {
    display: table-row;
  }

  .group:hover .\32xl\:group-hover\:flow-root {
    display: flow-root;
  }

  .group:hover .\32xl\:group-hover\:grid {
    display: grid;
  }

  .group:hover .\32xl\:group-hover\:inline-grid {
    display: inline-grid;
  }

  .group:hover .\32xl\:group-hover\:contents {
    display: contents;
  }

  .group:hover .\32xl\:group-hover\:list-item {
    display: list-item;
  }

  .group:hover .\32xl\:group-hover\:hidden {
    display: none;
  }

  .\32xl\:grid-cols-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }

  .\32xl\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .\32xl\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .\32xl\:grid-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .\32xl\:grid-cols-5 {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }

  .\32xl\:grid-cols-6 {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }

  .\32xl\:grid-cols-7 {
    grid-template-columns: repeat(7, minmax(0, 1fr));
  }

  .\32xl\:grid-cols-8 {
    grid-template-columns: repeat(8, minmax(0, 1fr));
  }

  .\32xl\:grid-cols-9 {
    grid-template-columns: repeat(9, minmax(0, 1fr));
  }

  .\32xl\:grid-cols-10 {
    grid-template-columns: repeat(10, minmax(0, 1fr));
  }

  .\32xl\:grid-cols-11 {
    grid-template-columns: repeat(11, minmax(0, 1fr));
  }

  .\32xl\:grid-cols-12 {
    grid-template-columns: repeat(12, minmax(0, 1fr));
  }

  .\32xl\:grid-cols-none {
    grid-template-columns: none;
  }

  .\32xl\:grid-cols-centered-2\/3 {
    grid-template-columns: 2fr 8fr 2fr;
  }

  .\32xl\:grid-cols-auto-2 {
    grid-template-columns: auto auto;
  }

  .\32xl\:grid-cols-max-content-4 {
    grid-template-columns: repeat(4, minmax(-webkit-max-content, 1fr));
    grid-template-columns: repeat(4, minmax(max-content, 1fr));
  }

  .\32xl\:grid-cols-max-content-6 {
    grid-template-columns: repeat(6, minmax(-webkit-max-content, 1fr));
    grid-template-columns: repeat(6, minmax(max-content, 1fr));
  }

  .\32xl\:bg-origin-border {
    background-origin: border-box;
  }

  .\32xl\:bg-origin-padding {
    background-origin: padding-box;
  }

  .\32xl\:bg-origin-content {
    background-origin: content-box;
  }

  .\32xl\:backdrop-opacity-0 {
    --tw-backdrop-opacity: opacity(0);
  }

  .\32xl\:backdrop-opacity-5 {
    --tw-backdrop-opacity: opacity(0.05);
  }

  .\32xl\:backdrop-opacity-10 {
    --tw-backdrop-opacity: opacity(0.1);
  }

  .\32xl\:backdrop-opacity-20 {
    --tw-backdrop-opacity: opacity(0.2);
  }

  .\32xl\:backdrop-opacity-25 {
    --tw-backdrop-opacity: opacity(0.25);
  }

  .\32xl\:backdrop-opacity-30 {
    --tw-backdrop-opacity: opacity(0.3);
  }

  .\32xl\:backdrop-opacity-40 {
    --tw-backdrop-opacity: opacity(0.4);
  }

  .\32xl\:backdrop-opacity-50 {
    --tw-backdrop-opacity: opacity(0.5);
  }

  .\32xl\:backdrop-opacity-60 {
    --tw-backdrop-opacity: opacity(0.6);
  }

  .\32xl\:backdrop-opacity-70 {
    --tw-backdrop-opacity: opacity(0.7);
  }

  .\32xl\:backdrop-opacity-75 {
    --tw-backdrop-opacity: opacity(0.75);
  }

  .\32xl\:backdrop-opacity-80 {
    --tw-backdrop-opacity: opacity(0.8);
  }

  .\32xl\:backdrop-opacity-90 {
    --tw-backdrop-opacity: opacity(0.9);
  }

  .\32xl\:backdrop-opacity-95 {
    --tw-backdrop-opacity: opacity(0.95);
  }

  .\32xl\:backdrop-opacity-100 {
    --tw-backdrop-opacity: opacity(1);
  }
}

/* styles for @fixparts/ui/components/business-version-switcher/index.css */
._business-version-switcher_1l3ek0 {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 8px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
  -ms-flex-item-align: stretch;
      align-self: stretch;
  min-height: calc(8px + 8px + 32px);
  max-height: calc(8px + 8px + 32px);
  border-bottom: 1px solid #686868;
  background: #323232;
  font-family: Inter;
}

._business-version-switcher_1l3ek0 ._label_1l3ek0 {
  color: #fff;
  font-weight: 400;
  font-size: 15px;
  line-height: 24px;
}

._business-version-switcher_1l3ek0 ._redirect_1l3ek0 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  border-radius: 3px;
  background: #2B6476;
  padding: 8px 16px;
  color: #FFF;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 17px;
  text-decoration: none;
  cursor: pointer;
}

._business-version-switcher_1l3ek0 ._redirect_1l3ek0:hover {
  background: #2c5767;
  color: #FFF;
}

._business-version-switcher_1l3ek0 ._redirect_1l3ek0:active,
._business-version-switcher_1l3ek0 ._redirect_1l3ek0:focus {
  background: #274856;
  color: #FFF;
}

._slider_1l3ek0 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 4px;
}

._slider-label_1l3ek0 {
  color: #FFF;
  font-weight: 600;
  font-size: 15px;
  line-height: 24px;
}

._slider-list_1l3ek0 {
  color: #FFF;
  font-weight: 400;
  font-size: 15px;
  line-height: 24px;
  list-style: none;
  padding: 0;
  margin: 0;
  height: 24px;
  overflow: hidden;
  position: relative;
}

._slider-list_1l3ek0 li {
  height: 24px;
  line-height: 24px;
  margin: 0;
}

@-webkit-keyframes _slide-up_1l3ek0 {
  0%, 16% { -webkit-transform: translateY(0); transform: translateY(0);
  }

  20%, 36% { -webkit-transform: translateY(-24px); transform: translateY(-24px);
  }

  40%, 56% { -webkit-transform: translateY(-48px); transform: translateY(-48px);
  }

  60%, 76% { -webkit-transform: translateY(-72px); transform: translateY(-72px);
  }

  80%, 96% { -webkit-transform: translateY(-96px); transform: translateY(-96px);
  }

  100% { -webkit-transform: translateY(0); transform: translateY(0);
  }
}

@keyframes _slide-up_1l3ek0 {
  0%, 16% { -webkit-transform: translateY(0); transform: translateY(0);
  }

  20%, 36% { -webkit-transform: translateY(-24px); transform: translateY(-24px);
  }

  40%, 56% { -webkit-transform: translateY(-48px); transform: translateY(-48px);
  }

  60%, 76% { -webkit-transform: translateY(-72px); transform: translateY(-72px);
  }

  80%, 96% { -webkit-transform: translateY(-96px); transform: translateY(-96px);
  }

  100% { -webkit-transform: translateY(0); transform: translateY(0);
  }
}

._slider-list_1l3ek0 li {
  -webkit-animation: _slide-up_1l3ek0 10s infinite;
          animation: _slide-up_1l3ek0 10s infinite;
}

/* styles for @fixparts/ui/components/calendar-picker/date/index.css */
/* stylelint-disable no-descending-specificity */

._calendar-picker_1256gd {
  background-color: var(--surface-2xl);
  border: 1px solid var(--surface-inner);
  /*margin-top: var(--space-3);*/
  max-width: 332px;
}

._calendar-picker_1256gd .ember-power-calendar {
  padding: var(--space-3);
}

._calendar-picker_1256gd .ember-power-calendar-row,
._calendar-picker_1256gd .ember-power-calendar-day-grid {
  display: grid;
}

._calendar-picker_1256gd .ember-power-calendar-row {
  grid-template-columns: repeat(7, 14.3% [col-start]);
}

._calendar-picker_1256gd .ember-power-calendar-weekdays {
  text-align: center;
}

._calendar-picker_1256gd .ember-power-calendar-day--other-month {
  visibility: hidden;
}

._calendar-picker_1256gd .ember-power-calendar-day[disabled] {
  color: var(--disabled);
  cursor: default;
}

._calendar-picker_1256gd .ember-power-calendar-day[disabled]:hover {
  background-color: transparent;
}

._calendar-picker_1256gd .ember-power-calendar-day:hover {
  background-color: var(--overlay-1);
  border-radius: var(--border-radius);
  -webkit-transition: background-color 0.15s ease-out;
  transition: background-color 0.15s ease-out;
}

._calendar-picker_1256gd .ember-power-calendar-day--selected,
._calendar-picker_1256gd .ember-power-calendar-day--range-end,
._calendar-picker_1256gd .ember-power-calendar-day--range-start,
._calendar-picker_1256gd .ember-power-calendar-day--selected:hover,
._calendar-picker_1256gd .ember-power-calendar-day--range-end:hover,
._calendar-picker_1256gd .ember-power-calendar-day--range-start:hover {
  background-color: var(--primary-idle);
  border-radius: var(--border-radius);
  color: var(--ground-floor);
}

._calendar-picker_1256gd ._calendar-picker-nav_1256gd {
  border-bottom: 1px solid var(--surface-inner);
  color: var(--titles-and-attributes);
  display: grid;
  grid-template-columns: -webkit-max-content 1fr -webkit-max-content;
  grid-template-columns: max-content 1fr max-content;
  margin-bottom: var(--space-3);
  padding-bottom: var(--space-3);
  text-align: center;
}

._calendar-picker_1256gd .calendar-custom-button:hover {
  -webkit-filter: brightness(0.7);
          filter: brightness(0.7);
}
/* styles for @fixparts/ui/components/calendar-picker/range/calendar/index.css */
/* stylelint-disable no-descending-specificity */

._calendar-range__calendar_q4gpge .ember-power-calendar-row,
._calendar-range__calendar_q4gpge .ember-power-calendar-day-grid {
  display: grid;
}

._calendar-range__calendar_q4gpge .ember-power-calendar-day-grid {
  grid-template-rows: repeat(6, minmax(0, 1fr));
}

._calendar-range__calendar_q4gpge .ember-power-calendar-row {
  grid-template-columns: repeat(7, 14.3% [col-start]);
}

._calendar-range__calendar_q4gpge .ember-power-calendar-day {
  color: var(--titles-and-attributes);
}

._calendar-range__calendar_q4gpge .ember-power-calendar-weekday {
  color: var(--body-and-labels);
}

._calendar-range__calendar_q4gpge .ember-power-calendar-day,
._calendar-range__calendar_q4gpge .ember-power-calendar-weekday {
  margin: var(--space-1) 0;
  padding: var(--space-3);
}

._calendar-range__calendar_q4gpge .ember-power-calendar-weekdays {
  text-align: center;
}

._calendar-range__calendar_q4gpge .ember-power-calendar-day--other-month {
  visibility: hidden;
}

._calendar-range__calendar_q4gpge .ember-power-calendar-day[disabled] {
  color: var(--disabled);
  cursor: default;
}

._calendar-range__calendar_q4gpge .ember-power-calendar-day[disabled]:hover {
  background-color: transparent;
}

._calendar-range__calendar_q4gpge .ember-power-calendar-day:hover {
  background-color: var(--overlay-1);
  border-radius: var(--border-radius);
  -webkit-transition: background-color 0.15s ease-out;
  transition: background-color 0.15s ease-out;
}

._calendar-range__calendar_q4gpge .ember-power-calendar-day--selected {
  background-color: var(--overlay-1);
}

._calendar-range__calendar_q4gpge .ember-power-calendar-day--range-end,
._calendar-range__calendar_q4gpge .ember-power-calendar-day--range-start,
._calendar-range__calendar_q4gpge .ember-power-calendar-day--range-end[disabled],
._calendar-range__calendar_q4gpge .ember-power-calendar-day--range-start[disabled],
._calendar-range__calendar_q4gpge .ember-power-calendar-day--range-end:hover,
._calendar-range__calendar_q4gpge .ember-power-calendar-day--range-start:hover,
._calendar-range__calendar_q4gpge .ember-power-calendar-day--range-end[disabled]:hover,
._calendar-range__calendar_q4gpge .ember-power-calendar-day--range-start[disabled]:hover {
  background-color: var(--primary-idle);
  border-radius: var(--border-radius);
  color: var(--ground-floor);
}

/* styles for @fixparts/ui/components/fix-open-button/index.css */
._open-button_15t8k9 {
  --green1: #E9FAC6;
  --green2: #4F6C12;
  --white: #FFFFFF;
  --background: var(--green1);
  --color: var(--green2);
}

._open-button_15t8k9:hover {
  --markWidth: 100px;
  --markMargin: 8px;
}

._open-button_15t8k9:active {
  --background: var(--green2);
  --color: var(--white);
}

._open-button_15t8k9 {
  background-color: var(--background);
  color: var(--color);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-family: 'Inter';
  white-space: nowrap;
  line-height: 1em;
  border-radius: 4px;
  padding: 6px 8px;
  position: relative;
}

._open-button_15t8k9,
  ._open-button_15t8k9 svg {
  -webkit-transition-property: background-color, color;
  transition-property: background-color, color;
  -webkit-transition-duration: 70ms;
          transition-duration: 70ms;
  -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
          transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

._open-button_15t8k9 ._button-mark_15t8k9 {
  -webkit-transition-property: margin-left, max-width;
  transition-property: margin-left, max-width;
  -webkit-transition-duration: 100ms;
          transition-duration: 100ms;
  -webkit-transition-timing-function: cubic-bezier(0.7, -0.4, 0.4, 1.4);
          transition-timing-function: cubic-bezier(0.7, -0.4, 0.4, 1.4);
}

._open-button_15t8k9 ._button-text_15t8k9 {
  font-size: 12px;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 144px;
}

._open-button_15t8k9 ._button-mark_15t8k9 {
  font-size: 8px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

._open-button_15t8k9 ._button-mark_15t8k9 {
  margin-left: var(--markMargin, 0px);
  max-width: var(--markWidth, 0px);
  font-size: 8px;
  overflow: hidden;
}

._open-button_15t8k9 ._button-icon_15t8k9 {
  width: 16px;
  height: 16px;
  margin-left: 2px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

._open-button_15t8k9 ._button-icon_15t8k9 svg {
  color: var(--color);
  width: 10px;
}
/* styles for @fixparts/ui/components/fix-tooltip/index.css */
._fix-tooltip_1017hr {
  --arrow-width: 10px;
}

._arrow_1017hr,
._arrow_1017hr::before {
  height: var(--arrow-width);
  position: absolute;
  width: var(--arrow-width);
  z-index: -1;
}

._arrow_1017hr::before {
  background: var(--surface-2xl);
  content: '';
  left: 0;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

._fix-tooltip_1017hr[data-popper-placement^='top'] > ._arrow_1017hr {
  bottom: calc(-1 * var(--arrow-width) / 2);
}

._fix-tooltip_1017hr[data-popper-placement^='bottom'] > ._arrow_1017hr {
  top: calc(-1 * var(--arrow-width) / 2);
}

._fix-tooltip_1017hr[data-popper-placement^='left'] > ._arrow_1017hr {
  right: calc(-1 * var(--arrow-width) / 2);
}

._fix-tooltip_1017hr[data-popper-placement^='right'] > ._arrow_1017hr {
  left: calc(-1 * var(--arrow-width) / 2);
}

/* styles for @fixparts/ui/components/fix-velcro/index.css */
[data-popper-reference-hidden],
[data-popper-intersects-sticky] {
  opacity: 0;
  pointer-events: none;
}

/* styles for @fixparts/ui/components/form/do-file-upload/index.css */
.do-file-upload .preview-item {
  width: 10rem;
}

.do-file-upload .preview-item-image {
  max-width: 10rem;
  height: 7rem;
  background: #f3f4f6;
  position: relative;
}

.do-file-upload .preview-item-image img {
  max-width: 100%;
  max-height: 100%;
  pointer-events: none;
}

.do-file-upload .preview-item-remove {
  position: absolute;
  right: 0;
  top: 0;
  background: rgba(255, 255, 255, 0.5);
  cursor: pointer;
}

.do-file-upload .preview-item-status {
  display: inline-block;
  margin-right: 1px;
  vertical-align: middle;
}

.do-file-upload input {
  display: none;
}

.do-file-upload .preview-item-name {
  max-height: 2rem;
  overflow: hidden;
  text-overflow: ellipsis;
}

/* styles for @fixparts/ui/components/form/file-upload/index.css */
._file-upload_1epeou ._file-upload-head_1epeou {
  height: auto;
  min-height: 2rem;
}
/* styles for @fixparts/ui/components/form/input-group/radio/index.css */
._radio_1j32c8::after {
  background: var(--swatch-12);
  border-radius: 99999px;
  content: ' ';
  height: 6px;
  left: 50%;
  margin-left: -3px;
  margin-top: -3px;
  position: absolute;
  top: 50%;
  width: 6px;
}
/* styles for @fixparts/ui/components/form/password/index.css */
.form-password .form-input_error {
  right: 3.4rem;
}

/* styles for @fixparts/ui/components/form/phone/index.css */
.form-phone .iti {
  display: block;
}

/* styles for @fixparts/ui/components/the-accordion/index.css */
._accordion-last-sub-section_1vhh0r
  [data-css-selector="properties-panel-section"]:last-of-type
  [data-css-selector="header-button"] {
  margin: 0;
  padding-left: 12px;
  padding-right: 16px;
}

/* styles for @fixparts/ui/components/the-button-group/index.css */
._the-button-group_w1mee2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

._the-button-group_w1mee2 button {
  border-radius: 0;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

._the-button-group_w1mee2 button:first-child {
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px;
}

._the-button-group_w1mee2 button:last-child {
  border-bottom-right-radius: 2px;
  border-top-right-radius: 2px;
}

/* styles for @fixparts/ui/components/the-data-filters/item/date-range/index.css */
button._button_1utkeo:last-child {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

/* styles for @fixparts/ui/components/the-data-filters/item/value/index.css */
/* Note: used in exclude component */

._value-item_db1f7y:hover ._value-item__excluded_db1f7y,
._value-item_db1f7y:hover ._value-item__exclude_db1f7y,
._value-item_db1f7y:focus-within ._value-item__excluded_db1f7y,
._value-item_db1f7y:focus-within ._value-item__exclude_db1f7y {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

._value-item_db1f7y:hover ._value-item__excluded_db1f7y:focus,
._value-item_db1f7y:hover ._value-item__excluded_db1f7y:hover,
._value-item_db1f7y:hover ._value-item__exclude_db1f7y:focus,
._value-item_db1f7y:hover ._value-item__exclude_db1f7y:hover,
._value-item_db1f7y:focus-within ._value-item__excluded_db1f7y:focus,
._value-item_db1f7y:focus-within ._value-item__excluded_db1f7y:hover,
._value-item_db1f7y:focus-within ._value-item__exclude_db1f7y:focus,
._value-item_db1f7y:focus-within ._value-item__exclude_db1f7y:hover {
  color: var(--positive);
  outline: none;
}

._value-item_db1f7y:hover ._value-item__count_db1f7y,
._value-item_db1f7y:focus-within ._value-item__count_db1f7y {
  display: none;
}

/* styles for @fixparts/ui/components/the-modal/content/index.css */
@-webkit-keyframes _fade-in_cwqfv7 {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@keyframes _fade-in_cwqfv7 {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

._dialog_cwqfv7 {
  -webkit-animation-duration: 0.25s;
          animation-duration: 0.25s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-name: _fade-in_cwqfv7;
          animation-name: _fade-in_cwqfv7;
}

._dialog--md_cwqfv7 {
  width: 640px;
}

._dialog--lg_cwqfv7 {
  width: 840px;
}

._dialog--xl_cwqfv7 {
  width: 1280px;
}

/* styles for @fixparts/ui/components/the-popover/content/index.css */
._popover-dropdown_slgv7d {
  --arrow-width: 10px;
}

._popover-dropdown-arrow_slgv7d,
._popover-dropdown-arrow_slgv7d::before {
  height: var(--arrow-width);
  position: absolute;
  width: var(--arrow-width);
  z-index: -1;
}

._popover-dropdown-arrow_slgv7d::before {
  background: var(--surface-2xl);
  content: '';
  left: 0;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

._popover-dropdown_slgv7d[data-popper-placement^='top'] > ._popover-dropdown-arrow_slgv7d {
  bottom: calc(-1 * var(--arrow-width) / 2);
}

._popover-dropdown_slgv7d[data-popper-placement^='bottom'] > ._popover-dropdown-arrow_slgv7d {
  top: calc(-1 * var(--arrow-width) / 2);
}

._popover-dropdown_slgv7d[data-popper-placement^='left'] > ._popover-dropdown-arrow_slgv7d {
  right: calc(-1 * var(--arrow-width) / 2);
}

._popover-dropdown_slgv7d[data-popper-placement^='right'] > ._popover-dropdown-arrow_slgv7d {
  left: calc(-1 * var(--arrow-width) / 2);
}

/* styles for @fixparts/ui/components/the-spinner/index.css */
@-webkit-keyframes _spinner_divbqb {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes _spinner_divbqb {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

._spinner_divbqb {
  --spinner-size-small: 20px;
  --spinner-size-medium: 40px;
  --spinner-size-large: 64px;
  display: inline-block;
}

._spinner_divbqb::after {
  -webkit-animation: _spinner_divbqb 1s linear infinite;
          animation: _spinner_divbqb 1s linear infinite;
  border-radius: 50%;
  content: ' ';
  display: block;
}

._spinner--s_divbqb {
  height: var(--spinner-size-small);
  width: var(--spinner-size-small);
}

._spinner--s_divbqb::after {
  height: var(--spinner-size-small);
  width: var(--spinner-size-small);
}

._spinner--m_divbqb {
  height: var(--spinner-size-medium);
  width: var(--spinner-size-medium);
}

._spinner--m_divbqb::after {
  height: var(--spinner-size-medium);
  width: var(--spinner-size-medium);
}

._spinner--l_divbqb {
  height: var(--spinner-size-large);
  width: var(--spinner-size-large);
}

._spinner--l_divbqb::after {
  height: var(--spinner-size-large);
  width: var(--spinner-size-large);
}

._spinner--color-12_divbqb::after {
  border: 1px solid var(--ground-floor);
  border-color: var(--ground-floor) transparent var(--ground-floor) transparent;
}

._spinner--color-2_divbqb::after {
  border: 1px solid var(--primary-idle);
  border-color: var(--primary-idle) transparent var(--primary-idle) transparent;
}

._spinner--color-5_divbqb::after {
  border: 1px solid var(--body-and-labels);
  border-color: var(--body-and-labels) transparent var(--body-and-labels) transparent;
}

/* styles for @fixparts/ui/styles/addon.css */
/*! tailwindcss v2.2.19 | MIT License | https://tailwindcss.com */

/*! modern-normalize v1.1.0 | MIT License | https://github.com/sindresorhus/modern-normalize */

/*
Document
========
*/

/**
Use a better box model (opinionated).
*/

*,
::before,
::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/**
Use a more readable tab size (opinionated).
*/

html {
  -moz-tab-size: 4;
  -o-tab-size: 4;
     tab-size: 4;
}

/**
1. Correct the line height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
*/

html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/*
Sections
========
*/

/**
Remove the margin in all browsers.
*/

body {
  margin: 0;
}

/**
Improve consistency of default fonts in all browsers. (https://github.com/sindresorhus/modern-normalize/issues/3)
*/

body {
  font-family:
		system-ui,
		-apple-system, /* Firefox supports this but not yet `system-ui` */
		'Segoe UI',
		Roboto,
		Helvetica,
		Arial,
		sans-serif,
		'Apple Color Emoji',
		'Segoe UI Emoji';
}

/*
Grouping content
================
*/

/**
1. Add the correct height in Firefox.
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
*/

hr {
  height: 0; /* 1 */
  color: inherit; /* 2 */
}

/*
Text-level semantics
====================
*/

/**
Add the correct text decoration in Chrome, Edge, and Safari.
*/

abbr[title] {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

/**
Add the correct font weight in Edge and Safari.
*/

b,
strong {
  font-weight: bolder;
}

/**
1. Improve consistency of default fonts in all browsers. (https://github.com/sindresorhus/modern-normalize/issues/3)
2. Correct the odd 'em' font sizing in all browsers.
*/

code,
kbd,
samp,
pre {
  font-family:
		ui-monospace,
		SFMono-Regular,
		Consolas,
		'Liberation Mono',
		Menlo,
		monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
Add the correct font size in all browsers.
*/

small {
  font-size: 80%;
}

/**
Prevent 'sub' and 'sup' elements from affecting the line height in all browsers.
*/

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/*
Tabular data
============
*/

/**
1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
*/

table {
  text-indent: 0; /* 1 */
  border-color: inherit; /* 2 */
}

/*
Forms
=====
*/

/**
1. Change the font styles in all browsers.
2. Remove the margin in Firefox and Safari.
*/

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
Remove the inheritance of text transform in Edge and Firefox.
1. Remove the inheritance of text transform in Firefox.
*/

button,
select { /* 1 */
  text-transform: none;
}

/**
Correct the inability to style clickable types in iOS and Safari.
*/

button,
[type='button'],
[type='reset'],
[type='submit'] {
  -webkit-appearance: button;
}

/**
Remove the inner border and padding in Firefox.
*/

::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
Restore the focus styles unset by the previous rule.
*/

:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
Remove the additional ':invalid' styles in Firefox.
See: https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737
*/

:-moz-ui-invalid {
  box-shadow: none;
}

/**
Remove the padding so developers are not caught out when they zero out 'fieldset' elements in all browsers.
*/

legend {
  padding: 0;
}

/**
Add the correct vertical alignment in Chrome and Firefox.
*/

progress {
  vertical-align: baseline;
}

/**
Correct the cursor style of increment and decrement buttons in Safari.
*/

::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}

/**
1. Correct the odd appearance in Chrome and Safari.
2. Correct the outline style in Safari.
*/

[type='search'] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
Remove the inner padding in Chrome and Safari on macOS.
*/

::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
1. Correct the inability to style clickable types in iOS and Safari.
2. Change font properties to 'inherit' in Safari.
*/

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/*
Interactive
===========
*/

/*
Add the correct display in Chrome and Safari.
*/

summary {
  display: list-item;
}

/**
 * Manually forked from SUIT CSS Base: https://github.com/suitcss/base
 * A thin layer on top of normalize.css that provides a starting point more
 * suitable for web applications.
 */

/**
 * Removes the default spacing and border for appropriate elements.
 */

blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
  margin: 0;
}

button {
  background-color: transparent;
  background-image: none;
}

fieldset {
  margin: 0;
  padding: 0;
}

ol,
ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

/**
 * Tailwind custom reset styles
 */

/**
 * 1. Use the user's configured `sans` font-family (with Tailwind's default
 *    sans-serif font stack as a fallback) as a sane default.
 * 2. Use Tailwind's default "normal" line-height so the user isn't forced
 *    to override it to ensure consistency even when using the default theme.
 */

html {
  font-family: Calibre, sans-serif; /* 1 */
  line-height: 1.5; /* 2 */
}

/**
 * Inherit font-family and line-height from `html` so users can set them as
 * a class directly on the `html` element.
 */

body {
  font-family: inherit;
  line-height: inherit;
}

/**
 * 1. Prevent padding and border from affecting element width.
 *
 *    We used to set this in the html element and inherit from
 *    the parent element for everything else. This caused issues
 *    in shadow-dom-enhanced elements like <details> where the content
 *    is wrapped by a div with box-sizing set to `content-box`.
 *
 *    https://github.com/mozdevs/cssremedy/issues/4
 *
 *
 * 2. Allow adding a border to an element by just adding a border-width.
 *
 *    By default, the way the browser specifies that an element should have no
 *    border is by setting it's border-style to `none` in the user-agent
 *    stylesheet.
 *
 *    In order to easily add borders to elements by just setting the `border-width`
 *    property, we change the default border-style for all elements to `solid`, and
 *    use border-width to hide them instead. This way our `border` utilities only
 *    need to set the `border-width` property instead of the entire `border`
 *    shorthand, making our border utilities much more straightforward to compose.
 *
 *    https://github.com/tailwindcss/tailwindcss/pull/116
 */

*,
::before,
::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; /* 1 */
  border-width: 0; /* 2 */
  border-style: solid; /* 2 */
  border-color: currentColor; /* 2 */
}

/*
 * Ensure horizontal rules are visible by default
 */

hr {
  border-top-width: 1px;
}

/**
 * Undo the `border-style: none` reset that Normalize applies to images so that
 * our `border-{width}` utilities have the expected effect.
 *
 * The Normalize reset is unnecessary for us since we default the border-width
 * to 0 on all elements.
 *
 * https://github.com/tailwindcss/tailwindcss/issues/362
 */

img {
  border-style: solid;
}

textarea {
  resize: vertical;
}

input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  opacity: 1;
  color: #a1a1aa;
}

input::-moz-placeholder, textarea::-moz-placeholder {
  opacity: 1;
  color: #a1a1aa;
}

input:-ms-input-placeholder, textarea:-ms-input-placeholder {
  opacity: 1;
  color: #a1a1aa;
}

input::-ms-input-placeholder, textarea::-ms-input-placeholder {
  opacity: 1;
  color: #a1a1aa;
}

input::placeholder,
textarea::placeholder {
  opacity: 1;
  color: #a1a1aa;
}

button,
[role="button"] {
  cursor: pointer;
}

/**
 * Override legacy focus reset from Normalize with modern Firefox focus styles.
 *
 * This is actually an improvement over the new defaults in Firefox in our testing,
 * as it triggers the better focus styles even for links, which still use a dotted
 * outline in Firefox by default.
 */

:-moz-focusring {
  outline: auto;
}

table {
  border-collapse: collapse;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}

/**
 * Reset links to optimize for opt-in styling instead of
 * opt-out.
 */

a {
  color: inherit;
  text-decoration: inherit;
}

/**
 * Reset form element properties that are easy to forget to
 * style explicitly so you don't inadvertently introduce
 * styles that deviate from your design system. These styles
 * supplement a partial reset that is already applied by
 * normalize.css.
 */

button,
input,
optgroup,
select,
textarea {
  padding: 0;
  line-height: inherit;
  color: inherit;
}

/**
 * Use the configured 'mono' font family for elements that
 * are expected to be rendered with a monospace font, falling
 * back to the system monospace stack if there is no configured
 * 'mono' font family.
 */

pre,
code,
kbd,
samp {
  font-family: Monaco, monospace;
}

/**
 * 1. Make replaced elements `display: block` by default as that's
 *    the behavior you want almost all of the time. Inspired by
 *    CSS Remedy, with `svg` added as well.
 *
 *    https://github.com/mozdevs/cssremedy/issues/14
 * 
 * 2. Add `vertical-align: middle` to align replaced elements more
 *    sensibly by default when overriding `display` by adding a
 *    utility like `inline`.
 *
 *    This can trigger a poorly considered linting error in some
 *    tools but is included by design.
 * 
 *    https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210
 */

img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
  display: block; /* 1 */
  vertical-align: middle; /* 2 */
}

/**
 * Constrain images and videos to the parent width and preserve
 * their intrinsic aspect ratio.
 *
 * https://github.com/mozdevs/cssremedy/issues/14
 */

img,
video {
  max-width: 100%;
  height: auto;
}

/**
 * Ensure the default browser behavior of the `hidden` attribute.
 */

[hidden] {
  display: none;
}

*, ::before, ::after {
  --tw-border-opacity: 1;
  border-color: rgba(228, 228, 231, var(--tw-border-opacity));
}

.theme-dark {
  --basement: #131217;
  --blue: #1c9cfe;
  --body-and-labels: #a6acb0;
  --brand: #d31912;
  --code-base-64: #e96e9d;
  --code-bg: #232326;
  --code-outline: #1c1c21;
  --code-text: #9dc1fd;
  --critical: #fa4147;
  --destructive-hover: #fa9497;
  --destructive-idle: #1e1d20;
  --destructive-pressed: #f9585d;
  --disabled: #77798f;
  --disc-operations: #db62f9;
  --dns-requests: #8556fe;
  --focus: #6688ff;
  --graph-1: #4cd7f5;
  --graph-10: #b7b7b7;
  --graph-11: #efefef;
  --graph-2: #8280ff;
  --graph-3: #c179f6;
  --graph-4: #ffc6c6;
  --graph-5: #ef91b3;
  --graph-6: #f69667;
  --graph-7: #9cefae;
  --graph-8: #fcdc5c;
  --graph-9: #a06e6e;
  --graph-disabled: #505265;
  --ground-floor: #27262c;
  --high: #f77d40;
  --informational: #9dc1fd;
  --lines-dark: #09090c;
  --lines-light: #14141a;
  --low: #cef2ce;
  --medium: #ffcc00;
  --mezzanine: #212121;
  --nav-text-and-icons: #fafafa;
  --nav-text-secondary: #a6acb0;
  --network-operations: #fb5093;
  --normal-hover: #63646e;
  --normal-idle: #4e4f5a;
  --normal-pressed: #3d3d48;
  --overlay-0\.5: #00000021;
  --overlay-1: #00000040;
  --overlay-2: #00000099;
  --positive: #06e5b7;
  --primary-hover: #e1ecfe;
  --primary-idle: #c8dcfe;
  --primary-pressed: #7d9bff;
  --process-operations: #629cfb;
  --purple: #b15af2;
  --registry-operations: #5d63fe;
  --selected: #7d9bff1a;
  --surface-2xl: #3d3c40;
  --surface-base: #26252a;
  --surface-inner: #17161a;
  --surface-lg: #343337;
  --surface-md: #2d2c31;
  --surface-xl: #38373c;
  --text-and-icons: #fafafa;
  --titles-and-attributes: #e2e2e4;
}

.theme-light {
  --basement: #ebebeb;
  --blue: #2469f0;
  --body-and-labels: #767676;
  --brand: #d31c12;
  --code-base-64: #a8154e;
  --code-bg: #ffffff;
  --code-outline: #e5e5e5;
  --code-text: #0b54c1;
  --critical: #e9181f;
  --destructive-hover: #f47479;
  --destructive-idle: #ffffff;
  --destructive-pressed: #e8121a;
  --disabled: #949494;
  --disc-operations: #b308dd;
  --dns-requests: #4902fd;
  --focus: #039eba;
  --graph-1: #0f99a1;
  --graph-10: #7478a1;
  --graph-11: #3b364a;
  --graph-2: #1c3cae;
  --graph-3: #6b30ab;
  --graph-4: #961574;
  --graph-5: #ce4789;
  --graph-6: #bf4815;
  --graph-7: #946613;
  --graph-8: #2e5c0e;
  --graph-9: #684444;
  --graph-disabled: #d3d3d3;
  --ground-floor: #ffffff;
  --high: #ff7e00;
  --informational: #5082d2;
  --lines-dark: #d9d9d9;
  --lines-light: #eeeeee;
  --low: #649f64;
  --medium: #edb000;
  --mezzanine: #242424;
  --nav-text-and-icons: #fafafa;
  --nav-text-secondary: #adadad;
  --network-operations: #c70f57;
  --normal-hover: #e8e8e8;
  --normal-idle: #e0e0e0;
  --normal-pressed: #adadad;
  --overlay-0\.5: #00000008;
  --overlay-1: #0000000d;
  --overlay-2: #00000026;
  --positive: #1b8e67;
  --primary-hover: #168093;
  --primary-idle: #036678;
  --primary-pressed: #025564;
  --process-operations: #1055c6;
  --purple: #8532c2;
  --registry-operations: #0108c6;
  --selected: #036d801a;
  --surface-2xl: #ffffff;
  --surface-base: #ffffff;
  --surface-inner: #ededed;
  --surface-lg: #ffffff;
  --surface-md: #ffffff;
  --surface-xl: #ffffff;
  --text-and-icons: #202020;
  --titles-and-attributes: #3d3d3d;
}

.theme-light .theme-mezzanine {
  --blue: #1c9cfe;
  --body-and-labels: #a6acb0;
  --code-base-64: #e96e9d;
  --code-text: #9dc1fd;
  --critical: #f64147;
  --destructive-hover: #fa9497;
  --destructive-idle: #1e1d20;
  --destructive-pressed: #f9585d;
  --disabled: #77798f;
  --disc-operations: #db62f9;
  --dns-requests: #8556fe;
  --focus: #039eba;
  --ground-floor: #27262c;
  --high: #f77d40;
  --informational: #9dc1fd;
  --lines-dark: #09090c;
  --lines-light: #14141a;
  --low: #cef2ce;
  --medium: #ffcc00;
  --mezzanine: #212121;
  --network-operations: #fb5093;
  --normal-hover: #5b5b5b;
  --normal-idle: #454545;
  --normal-pressed: #3a3a3a;
  --overlay-1: #00000040;
  --overlay-2: #00000099;
  --positive: #06e5b7;
  --primary-hover: #e9fbfb;
  --primary-idle: #c9f8fd;
  --primary-pressed: #039eba;
  --process-operations: #629cfb;
  --purple: #b15af2;
  --registry-operations: #5d63fe;
  --selected: #039eba1a;
  --surface-2xl: #3c3c3c;
  --surface-base: #252525;
  --surface-inner: #1a1a1a;
  --surface-lg: #333333;
  --surface-md: #2c2c2c;
  --surface-xl: #373737;
  --text-and-icons: #fafafa;
  --titles-and-attributes: #e2e2e4;
}

.theme-dark {
  --elevation-2xl: 0px 25px 50px 0px rgba(0, 0, 0, 0.62);
  --elevation-base: 0px 1px 2px 0px rgba(0, 0, 0, 0.46), 0px 1px 3px 0px rgba(0, 0, 0, 0.1);
  --elevation-inner-lg: inset 0px 2px 4px 0px rgba(0, 0, 0, 0.36);
  --elevation-inner-md: inset 0px 1px 2px 0px rgba(0, 0, 0, 0.25);
  --elevation-lg: 0px 10px 15px 0px rgba(0, 0, 0, 0.3), 0px 4px 6px 0px rgba(0, 0, 0, 0.15);
  --elevation-md: 0px 2px 4px 0px rgba(0, 0, 0, 0.33), 0px 4px 6px 0px rgba(0, 0, 0, 0.1);
  --elevation-xl: 0px 20px 25px 0px rgba(0, 0, 0, 0.3), 0px 10px 10px 0px rgba(0, 0, 0, 0.12);
}

.theme-light {
  --elevation-2xl: 0px 0px 7px 0px rgba(0, 0, 0, 0.08), 0px 25px 50px 0px rgba(0, 0, 0, 0.15);
  --elevation-base: 0px 0px 1px 0px rgba(0, 0, 0, 0.07), 0px 1px 2px 0px rgba(0, 0, 0, 0.15);
  --elevation-inner-lg: inset 0px 2px 5px 0px rgba(0, 0, 0, 0.09);
  --elevation-inner-md: inset 0px 2px 4px 0px rgba(0, 0, 0, 0.08);
  --elevation-lg: 0px 10px 15px 0px rgba(0, 0, 0, 0.08), 0px 0px 3px 0px rgba(0, 0, 0, 0.07);
  --elevation-md: 0px 0px 4px 0px rgba(0, 0, 0, 0.06), 0px 3px 6px 0px rgba(0, 0, 0, 0.1);
  --elevation-xl: 0px 20px 25px 0px rgba(0, 0, 0, 0.08), 0px 0px 4px 0px rgba(0, 0, 0, 0.08);
}

.theme-light .theme-mezzanine {
  --elevation-2xl: 0px 25px 50px 0px rgba(0, 0, 0, 0.2);
  --elevation-base: 0px 1px 2px 0px rgba(0, 0, 0, 0.06), 0px 1px 3px 0px rgba(0, 0, 0, 0.1);
  --elevation-inner-lg: inset 0px 2px 5px 0px rgba(0, 0, 0, 0.09);
  --elevation-inner-md: inset 0px 2px 4px 0px rgba(0, 0, 0, 0.08);
  --elevation-lg: 0px 10px 15px 0px rgba(0, 0, 0, 0.1), 0px 4px 6px 0px rgba(0, 0, 0, 0.05);
  --elevation-md: 0px 2px 4px 0px rgba(0, 0, 0, 0.06), 0px 4px 6px 0px rgba(0, 0, 0, 0.1);
  --elevation-xl: 0px 20px 25px 0px rgba(0, 0, 0, 0.1), 0px 10px 10px 0px rgba(0, 0, 0, 0.04);
}

.container {
  width: 100%;
}

@media (min-width: 1120px) {
  .container {
    max-width: 1120px;
  }
}

@media (min-width: 1536px) {
  .container {
    max-width: 1536px;
  }
}

.focusable {
  --tw-ring-color: var(--ground-floor);
  --tw-ring-inset: inset;
  --tw-ring-offset-width: 2px;
  --tw-ring-offset-color: var(--focus);
}

.focusable:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
}

.focusable:focus-visible {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  -webkit-box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
          box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}

.focusable-destructive {
  --tw-ring-offset-color: var(--destructive-pressed);
}

.focusable-outer {
  --tw-ring-offset-color: var(--ground-floor);
  --tw-ring-offset-width: 1px;
  --tw-ring-color: var(--focus);
}

.focusable-outer:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
}

.focusable-outer:focus-visible {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  -webkit-box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
          box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}

.interactive-normal {
  background-color: var(--normal-idle);
  --tw-shadow: var(--elevation-base);
  -webkit-box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
          box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  color: var(--text-and-icons);
}

.interactive-normal:not(.interactive-disabled):hover {
  background-color: var(--normal-hover);
  --tw-shadow: var(--elevation-md);
  -webkit-box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
          box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.interactive-normal:not(.interactive-disabled):focus-visible {
  background-color: var(--normal-hover);
}

.interactive-normal:not(.interactive-disabled):active {
  background-color: var(--normal-pressed);
  --tw-shadow: var(--elevation-inner-md);
  -webkit-box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
          box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.interactive-primary {
  background-color: var(--primary-idle);
  --tw-shadow: var(--elevation-base);
  -webkit-box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
          box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  color: var(--ground-floor);
}

.interactive-primary:not(.interactive-disabled):focus-visible {
  background-color: var(--primary-hover);
}

.interactive-primary:not(.interactive-disabled):hover {
  background-color: var(--primary-hover);
  --tw-shadow: var(--elevation-md);
  -webkit-box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
          box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.interactive-primary:not(.interactive-disabled):active {
  background-color: var(--primary-pressed);
  --tw-shadow: var(--elevation-inner-md);
  -webkit-box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
          box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.interactive-destructive {
  background-color: var(--destructive-idle);
  --tw-shadow: var(--elevation-base);
  -webkit-box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
          box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  color: var(--destructive-pressed);
}

.interactive-destructive:not(.interactive-disabled):focus-visible {
  background-color: var(--destructive-hover);
  color: var(--ground-floor);
}

.interactive-destructive:not(.interactive-disabled):hover {
  --tw-shadow: var(--elevation-md);
  -webkit-box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
          box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  background-color: var(--destructive-hover);
  color: var(--ground-floor);
}

.interactive-destructive:not(.interactive-disabled):active {
  background-color: var(--destructive-pressed);
  color: var(--ground-floor);
  --tw-shadow: var(--elevation-inner-md);
  -webkit-box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
          box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.interactive-link {
  background-color: transparent;
  color: var(--primary-idle);
}

.interactive-link:not(.interactive-disabled):hover {
  --tw-bg-opacity: 0;
  color: var(--primary-hover);
}

.interactive-link:not(.interactive-disabled):active {
  color: var(--primary-pressed);
}

.interactive-quiet {
  background-color: transparent;
  color: var(--text-and-icons);
}

.interactive-quiet:not(.interactive-disabled):focus-visible {
  background-color: var(--normal-hover);
}

.interactive-quiet:not(.interactive-disabled):hover {
  background-color: var(--normal-hover);
  --tw-shadow: var(--elevation-md);
  -webkit-box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
          box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.interactive-quiet:not(.interactive-disabled):active {
  background-color: var(--normal-pressed);
  --tw-shadow: var(--elevation-inner-md);
  -webkit-box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
          box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.interactive-disabled {
  background-color: var(--overlay-1);
  cursor: default;
  --tw-shadow: 0 0 #0000;
  -webkit-box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
          box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  color: var(--disabled);
}

.interactive-quiet.interactive-disabled {
  background-color: transparent;
}

.textbox {
  background-color: var(--overlay-1);
  border-radius: var(--border-radius);
  -webkit-box-shadow: inset 0 0 0 1px var(--lines-dark), var(--elevation-inner-md);
          box-shadow: inset 0 0 0 1px var(--lines-dark), var(--elevation-inner-md);
  color: var(--titles-and-attributes);
  display: block;
  font-family: inherit;
  font-size: 1rem;
  line-height: 1.5;
  padding: var(--space-1) var(--space-2);
  width: 100%;
}

.textbox:focus {
  -webkit-box-shadow: inset 0 0 0 2px var(--focus);;
          box-shadow: inset 0 0 0 2px var(--focus);;
  outline: 0;
}

.textbox::-webkit-input-placeholder {
  color: var(--disabled);
}

.textbox::-moz-placeholder {
  color: var(--disabled);
}

.textbox:-ms-input-placeholder {
  color: var(--disabled);
}

.textbox::-ms-input-placeholder {
  color: var(--disabled);
}

.textbox::placeholder {
  color: var(--disabled);
}

.textarea {
  background-color: var(--overlay-1);
  border-radius: var(--border-radius);
  -webkit-box-shadow: inset 0 0 0 1px var(--lines-dark), var(--elevation-inner-md);
          box-shadow: inset 0 0 0 1px var(--lines-dark), var(--elevation-inner-md);
  color: var(--titles-and-attributes);
  display: block;
  font-family: inherit;
  font-size: 1rem;
  line-height: 1.5;
  padding: var(--space-1) var(--space-2);
  width: 100%;
}

.textarea:focus {
  -webkit-box-shadow: inset 0 0 0 2px var(--focus);;
          box-shadow: inset 0 0 0 2px var(--focus);;
  outline: 0;
}

.textarea::-webkit-input-placeholder {
  color: var(--disabled);
}

.textarea::-moz-placeholder {
  color: var(--disabled);
}

.textarea:-ms-input-placeholder {
  color: var(--disabled);
}

.textarea::-ms-input-placeholder {
  color: var(--disabled);
}

.textarea::placeholder {
  color: var(--disabled);
}

.textarea {
  min-height: 150px;
  resize: vertical;
}

.type-4xl {
  font-size: 3rem;
  line-height: 3.25rem;
  font-weight: 500;
  letter-spacing: -0.025em;
}

.type-3xl {
  font-size: 2.5rem;
  line-height: 3rem;
  font-weight: 500;
  letter-spacing: -0.025em;
}

.type-2xl {
  font-size: 2rem;
  line-height: 2.5rem;
  font-weight: 500;
}

.type-xl {
  font-size: 1.5rem;
  line-height: 2rem;
  font-weight: 500;
  text-rendering: geometricPrecision;
}

.type-lg {
  font-size: 1.25rem;
  line-height: 2rem;
}

.type-lg-medium {
  font-size: 1.25rem;
  line-height: 2rem;
  font-weight: 500;
}

.type-lg-tight-medium {
  font-size: 1.25rem;
  line-height: 1.5rem;
  font-weight: 500;
  text-rendering: geometricPrecision;
}

.type-md {
  font-size: 1rem;
  line-height: 1.5rem;
}

.type-md-medium {
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 500;
}

.type-md-underline {
  font-size: 1rem;
  line-height: 1.5rem;
  text-decoration: underline;
}

.type-md-tight {
  font-size: 1rem;
  line-height: 1.25rem;
}

.type-md-tight-medium {
  font-size: 1rem;
  line-height: 1.25rem;
  font-weight: 500;
  text-rendering: geometricPrecision;
}

.type-md-tight-underline {
  font-size: 1rem;
  line-height: 1.25rem;
  text-decoration: underline;
}

.type-sm-mono {
  font-size: .875rem;
  line-height: 1.5rem;
  font-family: Monaco, monospace;
}

.type-sm-mono-tight {
  font-size: .875rem;
  font-family: Monaco, monospace;
  line-height: 1.25rem;
}

.type-sm-mono-underline {
  font-size: .875rem;
  line-height: 1.5rem;
  font-family: Monaco, monospace;
  text-decoration: underline;
}

.type-xs {
  font-size: .75rem;
  line-height: 1.25rem;
}

.type-xs-tight {
  font-size: .75rem;
  line-height: 1rem;
}

.type-xs-tight-underline {
  font-size: .75rem;
  line-height: 1rem;
  text-decoration: underline;
}

.type-xs-mono {
  font-size: .75rem;
  line-height: 1.5rem;
  font-family: Monaco, monospace;
}

.type-xxs-mono {
  font-size: .5625rem;
  line-height: 1rem;
  font-family: Monaco, monospace;
}

.geometric-precision-text {
  text-rendering: geometricPrecision;
}

:root {
  --space-0: 0px;
  --space-1: 0.25rem;
  --space-2: 0.5rem;
  --space-3: 0.75rem;
  --space-4: 1rem;
  --space-5: 1.25rem;
  --space-6: 1.5rem;
  --space-7: 1.75rem;
  --space-8: 2rem;
  --space-9: 2.25rem;
  --space-10: 2.5rem;
  --space-11: 2.75rem;
  --space-12: 3rem;
  --space-14: 3.5rem;
  --space-16: 4rem;
  --space-20: 5rem;
  --space-24: 6rem;
  --space-28: 7rem;
  --space-32: 8rem;
  --space-36: 9rem;
  --space-40: 10rem;
  --space-44: 11rem;
  --space-48: 12rem;
  --space-52: 13rem;
  --space-56: 14rem;
  --space-60: 15rem;
  --space-64: 16rem;
  --space-72: 18rem;
  --space-80: 20rem;
  --space-96: 24rem;
  --space-px: 1px;
  --space-0.5: 0.125rem;
  --space-1.5: 0.375rem;
  --space-2.5: 0.625rem;
  --space-3.5: 0.875rem;
  --space--0: 0px;
  --space--1: -0.25rem;
  --space--2: -0.5rem;
  --space--3: -0.75rem;
  --space--4: -1rem;
  --space--5: -1.25rem;
  --space--6: -1.5rem;
  --space--7: -1.75rem;
  --space--8: -2rem;
  --space--9: -2.25rem;
  --space--10: -2.5rem;
  --space--11: -2.75rem;
  --space--12: -3rem;
  --space--14: -3.5rem;
  --space--16: -4rem;
  --space--20: -5rem;
  --space--24: -6rem;
  --space--28: -7rem;
  --space--32: -8rem;
  --space--36: -9rem;
  --space--40: -10rem;
  --space--44: -11rem;
  --space--48: -12rem;
  --space--52: -13rem;
  --space--56: -14rem;
  --space--60: -15rem;
  --space--64: -16rem;
  --space--72: -18rem;
  --space--80: -20rem;
  --space--96: -24rem;
  --space--px: -1px;
  --space--0.5: -0.125rem;
  --space--1.5: -0.375rem;
  --space--2.5: -0.625rem;
  --space--3.5: -0.875rem;
  --side-nav-width-collapsed: 122px;
  --side-nav-width-expanded: 247px;
  --tab-list-height: 40px;
  --tab-height: 40px;
  --tab-border-radius: 8px;
  --process-offset-top: 40px;
  --default-animation-duration: 125ms;
  --default-animation-timing-function: ease-out;
  --default-animation-settings: var(--default-animation-duration) var(--default-animation-timing-function);
}

.prose {
  color: #3f3f46;
  max-width: 65ch;
}

.prose [class~="lead"] {
  color: #52525b;
  font-size: 1.25em;
  line-height: 1.6;
  margin-top: 1.2em;
  margin-bottom: 1.2em;
}

.prose a {
  color: #18181b;
  text-decoration: underline;
  font-weight: 500;
}

.prose strong {
  color: #18181b;
  font-weight: 600;
}

.prose ol[type="A"] {
  --list-counter-style: upper-alpha;
}

.prose ol[type="a"] {
  --list-counter-style: lower-alpha;
}

.prose ol[type="A" s] {
  --list-counter-style: upper-alpha;
}

.prose ol[type="a" s] {
  --list-counter-style: lower-alpha;
}

.prose ol[type="I"] {
  --list-counter-style: upper-roman;
}

.prose ol[type="i"] {
  --list-counter-style: lower-roman;
}

.prose ol[type="I" s] {
  --list-counter-style: upper-roman;
}

.prose ol[type="i" s] {
  --list-counter-style: lower-roman;
}

.prose ol[type="1"] {
  --list-counter-style: decimal;
}

.prose ol > li {
  position: relative;
  padding-left: 1.75em;
}

.prose ol > li::before {
  content: counter(list-item, var(--list-counter-style, decimal)) ".";
  position: absolute;
  font-weight: 400;
  color: #71717a;
  left: 0;
}

.prose ul > li {
  position: relative;
  padding-left: 1.75em;
}

.prose ul > li::before {
  content: "";
  position: absolute;
  background-color: #d4d4d8;
  border-radius: 50%;
  width: 0.375em;
  height: 0.375em;
  top: calc(0.875em - 0.1875em);
  left: 0.25em;
}

.prose hr {
  border-color: #e4e4e7;
  border-top-width: 1px;
  margin-top: 3em;
  margin-bottom: 3em;
}

.prose blockquote {
  font-weight: 500;
  font-style: italic;
  color: #18181b;
  border-left-width: 0.25rem;
  border-left-color: #e4e4e7;
  quotes: "\201C""\201D""\2018""\2019";
  margin-top: 1.6em;
  margin-bottom: 1.6em;
  padding-left: 1em;
}

.prose blockquote p:first-of-type::before {
  content: open-quote;
}

.prose blockquote p:last-of-type::after {
  content: close-quote;
}

.prose h1 {
  color: #18181b;
  font-weight: 800;
  font-size: 2.25em;
  margin-top: 0;
  margin-bottom: 0.8888889em;
  line-height: 1.1111111;
}

.prose h2 {
  color: #18181b;
  font-weight: 700;
  font-size: 1.5em;
  margin-top: 2em;
  margin-bottom: 1em;
  line-height: 1.3333333;
}

.prose h3 {
  color: #18181b;
  font-weight: 600;
  font-size: 1.25em;
  margin-top: 1.6em;
  margin-bottom: 0.6em;
  line-height: 1.6;
}

.prose h4 {
  color: #18181b;
  font-weight: 600;
  margin-top: 1.5em;
  margin-bottom: 0.5em;
  line-height: 1.5;
}

.prose figure figcaption {
  color: #71717a;
  font-size: 0.875em;
  line-height: 1.4285714;
  margin-top: 0.8571429em;
}

.prose code {
  color: #18181b;
  font-weight: 600;
  font-size: 0.875em;
}

.prose code::before {
  content: "`";
}

.prose code::after {
  content: "`";
}

.prose a code {
  color: #18181b;
}

.prose pre {
  color: #e4e4e7;
  background-color: #27272a;
  overflow-x: auto;
  font-size: 0.875em;
  line-height: 1.7142857;
  margin-top: 1.7142857em;
  margin-bottom: 1.7142857em;
  border-radius: 0.375rem;
  padding-top: 0.8571429em;
  padding-right: 1.1428571em;
  padding-bottom: 0.8571429em;
  padding-left: 1.1428571em;
}

.prose pre code {
  background-color: transparent;
  border-width: 0;
  border-radius: 0;
  padding: 0;
  font-weight: 400;
  color: inherit;
  font-size: inherit;
  font-family: inherit;
  line-height: inherit;
}

.prose pre code::before {
  content: none;
}

.prose pre code::after {
  content: none;
}

.prose table {
  width: 100%;
  table-layout: auto;
  text-align: left;
  margin-top: 2em;
  margin-bottom: 2em;
  font-size: 0.875em;
  line-height: 1.7142857;
}

.prose thead {
  color: #18181b;
  font-weight: 600;
  border-bottom-width: 1px;
  border-bottom-color: #d4d4d8;
}

.prose thead th {
  vertical-align: bottom;
  padding-right: 0.5714286em;
  padding-bottom: 0.5714286em;
  padding-left: 0.5714286em;
}

.prose tbody tr {
  border-bottom-width: 1px;
  border-bottom-color: #e4e4e7;
}

.prose tbody tr:last-child {
  border-bottom-width: 0;
}

.prose tbody td {
  vertical-align: top;
  padding-top: 0.5714286em;
  padding-right: 0.5714286em;
  padding-bottom: 0.5714286em;
  padding-left: 0.5714286em;
}

.prose {
  font-size: 1rem;
  line-height: 1.75;
}

.prose p {
  margin-top: 1.25em;
  margin-bottom: 1.25em;
}

.prose img {
  margin-top: 2em;
  margin-bottom: 2em;
}

.prose video {
  margin-top: 2em;
  margin-bottom: 2em;
}

.prose figure {
  margin-top: 2em;
  margin-bottom: 2em;
}

.prose figure > * {
  margin-top: 0;
  margin-bottom: 0;
}

.prose h2 code {
  font-size: 0.875em;
}

.prose h3 code {
  font-size: 0.9em;
}

.prose ol {
  margin-top: 1.25em;
  margin-bottom: 1.25em;
}

.prose ul {
  margin-top: 1.25em;
  margin-bottom: 1.25em;
}

.prose li {
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}

.prose > ul > li p {
  margin-top: 0.75em;
  margin-bottom: 0.75em;
}

.prose > ul > li > *:first-child {
  margin-top: 1.25em;
}

.prose > ul > li > *:last-child {
  margin-bottom: 1.25em;
}

.prose > ol > li > *:first-child {
  margin-top: 1.25em;
}

.prose > ol > li > *:last-child {
  margin-bottom: 1.25em;
}

.prose ul ul, .prose ul ol, .prose ol ul, .prose ol ol {
  margin-top: 0.75em;
  margin-bottom: 0.75em;
}

.prose hr + * {
  margin-top: 0;
}

.prose h2 + * {
  margin-top: 0;
}

.prose h3 + * {
  margin-top: 0;
}

.prose h4 + * {
  margin-top: 0;
}

.prose thead th:first-child {
  padding-left: 0;
}

.prose thead th:last-child {
  padding-right: 0;
}

.prose tbody td:first-child {
  padding-left: 0;
}

.prose tbody td:last-child {
  padding-right: 0;
}

.prose > :first-child {
  margin-top: 0;
}

.prose > :last-child {
  margin-bottom: 0;
}

.prose-sm {
  font-size: 0.875rem;
  line-height: 1.7142857;
}

.prose-sm p {
  margin-top: 1.1428571em;
  margin-bottom: 1.1428571em;
}

.prose-sm [class~="lead"] {
  font-size: 1.2857143em;
  line-height: 1.5555556;
  margin-top: 0.8888889em;
  margin-bottom: 0.8888889em;
}

.prose-sm blockquote {
  margin-top: 1.3333333em;
  margin-bottom: 1.3333333em;
  padding-left: 1.1111111em;
}

.prose-sm h1 {
  font-size: 2.1428571em;
  margin-top: 0;
  margin-bottom: 0.8em;
  line-height: 1.2;
}

.prose-sm h2 {
  font-size: 1.4285714em;
  margin-top: 1.6em;
  margin-bottom: 0.8em;
  line-height: 1.4;
}

.prose-sm h3 {
  font-size: 1.2857143em;
  margin-top: 1.5555556em;
  margin-bottom: 0.4444444em;
  line-height: 1.5555556;
}

.prose-sm h4 {
  margin-top: 1.4285714em;
  margin-bottom: 0.5714286em;
  line-height: 1.4285714;
}

.prose-sm img {
  margin-top: 1.7142857em;
  margin-bottom: 1.7142857em;
}

.prose-sm video {
  margin-top: 1.7142857em;
  margin-bottom: 1.7142857em;
}

.prose-sm figure {
  margin-top: 1.7142857em;
  margin-bottom: 1.7142857em;
}

.prose-sm figure > * {
  margin-top: 0;
  margin-bottom: 0;
}

.prose-sm figure figcaption {
  font-size: 0.8571429em;
  line-height: 1.3333333;
  margin-top: 0.6666667em;
}

.prose-sm code {
  font-size: 0.8571429em;
}

.prose-sm h2 code {
  font-size: 0.9em;
}

.prose-sm h3 code {
  font-size: 0.8888889em;
}

.prose-sm pre {
  font-size: 0.8571429em;
  line-height: 1.6666667;
  margin-top: 1.6666667em;
  margin-bottom: 1.6666667em;
  border-radius: 0.25rem;
  padding-top: 0.6666667em;
  padding-right: 1em;
  padding-bottom: 0.6666667em;
  padding-left: 1em;
}

.prose-sm ol {
  margin-top: 1.1428571em;
  margin-bottom: 1.1428571em;
}

.prose-sm ul {
  margin-top: 1.1428571em;
  margin-bottom: 1.1428571em;
}

.prose-sm li {
  margin-top: 0.2857143em;
  margin-bottom: 0.2857143em;
}

.prose-sm ol > li {
  padding-left: 1.5714286em;
}

.prose-sm ol > li::before {
  left: 0;
}

.prose-sm ul > li {
  padding-left: 1.5714286em;
}

.prose-sm ul > li::before {
  height: 0.3571429em;
  width: 0.3571429em;
  top: calc(0.8571429em - 0.1785714em);
  left: 0.2142857em;
}

.prose-sm > ul > li p {
  margin-top: 0.5714286em;
  margin-bottom: 0.5714286em;
}

.prose-sm > ul > li > *:first-child {
  margin-top: 1.1428571em;
}

.prose-sm > ul > li > *:last-child {
  margin-bottom: 1.1428571em;
}

.prose-sm > ol > li > *:first-child {
  margin-top: 1.1428571em;
}

.prose-sm > ol > li > *:last-child {
  margin-bottom: 1.1428571em;
}

.prose-sm ul ul, .prose-sm ul ol, .prose-sm ol ul, .prose-sm ol ol {
  margin-top: 0.5714286em;
  margin-bottom: 0.5714286em;
}

.prose-sm hr {
  margin-top: 2.8571429em;
  margin-bottom: 2.8571429em;
}

.prose-sm hr + * {
  margin-top: 0;
}

.prose-sm h2 + * {
  margin-top: 0;
}

.prose-sm h3 + * {
  margin-top: 0;
}

.prose-sm h4 + * {
  margin-top: 0;
}

.prose-sm table {
  font-size: 0.8571429em;
  line-height: 1.5;
}

.prose-sm thead th {
  padding-right: 1em;
  padding-bottom: 0.6666667em;
  padding-left: 1em;
}

.prose-sm thead th:first-child {
  padding-left: 0;
}

.prose-sm thead th:last-child {
  padding-right: 0;
}

.prose-sm tbody td {
  padding-top: 0.6666667em;
  padding-right: 1em;
  padding-bottom: 0.6666667em;
  padding-left: 1em;
}

.prose-sm tbody td:first-child {
  padding-left: 0;
}

.prose-sm tbody td:last-child {
  padding-right: 0;
}

.prose-sm > :first-child {
  margin-top: 0;
}

.prose-sm > :last-child {
  margin-bottom: 0;
}

.prose-lg {
  font-size: 1.125rem;
  line-height: 1.7777778;
}

.prose-lg p {
  margin-top: 1.3333333em;
  margin-bottom: 1.3333333em;
}

.prose-lg [class~="lead"] {
  font-size: 1.2222222em;
  line-height: 1.4545455;
  margin-top: 1.0909091em;
  margin-bottom: 1.0909091em;
}

.prose-lg blockquote {
  margin-top: 1.6666667em;
  margin-bottom: 1.6666667em;
  padding-left: 1em;
}

.prose-lg h1 {
  font-size: 2.6666667em;
  margin-top: 0;
  margin-bottom: 0.8333333em;
  line-height: 1;
}

.prose-lg h2 {
  font-size: 1.6666667em;
  margin-top: 1.8666667em;
  margin-bottom: 1.0666667em;
  line-height: 1.3333333;
}

.prose-lg h3 {
  font-size: 1.3333333em;
  margin-top: 1.6666667em;
  margin-bottom: 0.6666667em;
  line-height: 1.5;
}

.prose-lg h4 {
  margin-top: 1.7777778em;
  margin-bottom: 0.4444444em;
  line-height: 1.5555556;
}

.prose-lg img {
  margin-top: 1.7777778em;
  margin-bottom: 1.7777778em;
}

.prose-lg video {
  margin-top: 1.7777778em;
  margin-bottom: 1.7777778em;
}

.prose-lg figure {
  margin-top: 1.7777778em;
  margin-bottom: 1.7777778em;
}

.prose-lg figure > * {
  margin-top: 0;
  margin-bottom: 0;
}

.prose-lg figure figcaption {
  font-size: 0.8888889em;
  line-height: 1.5;
  margin-top: 1em;
}

.prose-lg code {
  font-size: 0.8888889em;
}

.prose-lg h2 code {
  font-size: 0.8666667em;
}

.prose-lg h3 code {
  font-size: 0.875em;
}

.prose-lg pre {
  font-size: 0.8888889em;
  line-height: 1.75;
  margin-top: 2em;
  margin-bottom: 2em;
  border-radius: 0.375rem;
  padding-top: 1em;
  padding-right: 1.5em;
  padding-bottom: 1em;
  padding-left: 1.5em;
}

.prose-lg ol {
  margin-top: 1.3333333em;
  margin-bottom: 1.3333333em;
}

.prose-lg ul {
  margin-top: 1.3333333em;
  margin-bottom: 1.3333333em;
}

.prose-lg li {
  margin-top: 0.6666667em;
  margin-bottom: 0.6666667em;
}

.prose-lg ol > li {
  padding-left: 1.6666667em;
}

.prose-lg ol > li::before {
  left: 0;
}

.prose-lg ul > li {
  padding-left: 1.6666667em;
}

.prose-lg ul > li::before {
  width: 0.3333333em;
  height: 0.3333333em;
  top: calc(0.8888889em - 0.1666667em);
  left: 0.2222222em;
}

.prose-lg > ul > li p {
  margin-top: 0.8888889em;
  margin-bottom: 0.8888889em;
}

.prose-lg > ul > li > *:first-child {
  margin-top: 1.3333333em;
}

.prose-lg > ul > li > *:last-child {
  margin-bottom: 1.3333333em;
}

.prose-lg > ol > li > *:first-child {
  margin-top: 1.3333333em;
}

.prose-lg > ol > li > *:last-child {
  margin-bottom: 1.3333333em;
}

.prose-lg ul ul, .prose-lg ul ol, .prose-lg ol ul, .prose-lg ol ol {
  margin-top: 0.8888889em;
  margin-bottom: 0.8888889em;
}

.prose-lg hr {
  margin-top: 3.1111111em;
  margin-bottom: 3.1111111em;
}

.prose-lg hr + * {
  margin-top: 0;
}

.prose-lg h2 + * {
  margin-top: 0;
}

.prose-lg h3 + * {
  margin-top: 0;
}

.prose-lg h4 + * {
  margin-top: 0;
}

.prose-lg table {
  font-size: 0.8888889em;
  line-height: 1.5;
}

.prose-lg thead th {
  padding-right: 0.75em;
  padding-bottom: 0.75em;
  padding-left: 0.75em;
}

.prose-lg thead th:first-child {
  padding-left: 0;
}

.prose-lg thead th:last-child {
  padding-right: 0;
}

.prose-lg tbody td {
  padding-top: 0.75em;
  padding-right: 0.75em;
  padding-bottom: 0.75em;
  padding-left: 0.75em;
}

.prose-lg tbody td:first-child {
  padding-left: 0;
}

.prose-lg tbody td:last-child {
  padding-right: 0;
}

.prose-lg > :first-child {
  margin-top: 0;
}

.prose-lg > :last-child {
  margin-bottom: 0;
}

.prose-xl {
  font-size: 1.25rem;
  line-height: 1.8;
}

.prose-xl p {
  margin-top: 1.2em;
  margin-bottom: 1.2em;
}

.prose-xl [class~="lead"] {
  font-size: 1.2em;
  line-height: 1.5;
  margin-top: 1em;
  margin-bottom: 1em;
}

.prose-xl blockquote {
  margin-top: 1.6em;
  margin-bottom: 1.6em;
  padding-left: 1.0666667em;
}

.prose-xl h1 {
  font-size: 2.8em;
  margin-top: 0;
  margin-bottom: 0.8571429em;
  line-height: 1;
}

.prose-xl h2 {
  font-size: 1.8em;
  margin-top: 1.5555556em;
  margin-bottom: 0.8888889em;
  line-height: 1.1111111;
}

.prose-xl h3 {
  font-size: 1.5em;
  margin-top: 1.6em;
  margin-bottom: 0.6666667em;
  line-height: 1.3333333;
}

.prose-xl h4 {
  margin-top: 1.8em;
  margin-bottom: 0.6em;
  line-height: 1.6;
}

.prose-xl img {
  margin-top: 2em;
  margin-bottom: 2em;
}

.prose-xl video {
  margin-top: 2em;
  margin-bottom: 2em;
}

.prose-xl figure {
  margin-top: 2em;
  margin-bottom: 2em;
}

.prose-xl figure > * {
  margin-top: 0;
  margin-bottom: 0;
}

.prose-xl figure figcaption {
  font-size: 0.9em;
  line-height: 1.5555556;
  margin-top: 1em;
}

.prose-xl code {
  font-size: 0.9em;
}

.prose-xl h2 code {
  font-size: 0.8611111em;
}

.prose-xl h3 code {
  font-size: 0.9em;
}

.prose-xl pre {
  font-size: 0.9em;
  line-height: 1.7777778;
  margin-top: 2em;
  margin-bottom: 2em;
  border-radius: 0.5rem;
  padding-top: 1.1111111em;
  padding-right: 1.3333333em;
  padding-bottom: 1.1111111em;
  padding-left: 1.3333333em;
}

.prose-xl ol {
  margin-top: 1.2em;
  margin-bottom: 1.2em;
}

.prose-xl ul {
  margin-top: 1.2em;
  margin-bottom: 1.2em;
}

.prose-xl li {
  margin-top: 0.6em;
  margin-bottom: 0.6em;
}

.prose-xl ol > li {
  padding-left: 1.8em;
}

.prose-xl ol > li::before {
  left: 0;
}

.prose-xl ul > li {
  padding-left: 1.8em;
}

.prose-xl ul > li::before {
  width: 0.35em;
  height: 0.35em;
  top: calc(0.9em - 0.175em);
  left: 0.25em;
}

.prose-xl > ul > li p {
  margin-top: 0.8em;
  margin-bottom: 0.8em;
}

.prose-xl > ul > li > *:first-child {
  margin-top: 1.2em;
}

.prose-xl > ul > li > *:last-child {
  margin-bottom: 1.2em;
}

.prose-xl > ol > li > *:first-child {
  margin-top: 1.2em;
}

.prose-xl > ol > li > *:last-child {
  margin-bottom: 1.2em;
}

.prose-xl ul ul, .prose-xl ul ol, .prose-xl ol ul, .prose-xl ol ol {
  margin-top: 0.8em;
  margin-bottom: 0.8em;
}

.prose-xl hr {
  margin-top: 2.8em;
  margin-bottom: 2.8em;
}

.prose-xl hr + * {
  margin-top: 0;
}

.prose-xl h2 + * {
  margin-top: 0;
}

.prose-xl h3 + * {
  margin-top: 0;
}

.prose-xl h4 + * {
  margin-top: 0;
}

.prose-xl table {
  font-size: 0.9em;
  line-height: 1.5555556;
}

.prose-xl thead th {
  padding-right: 0.6666667em;
  padding-bottom: 0.8888889em;
  padding-left: 0.6666667em;
}

.prose-xl thead th:first-child {
  padding-left: 0;
}

.prose-xl thead th:last-child {
  padding-right: 0;
}

.prose-xl tbody td {
  padding-top: 0.8888889em;
  padding-right: 0.6666667em;
  padding-bottom: 0.8888889em;
  padding-left: 0.6666667em;
}

.prose-xl tbody td:first-child {
  padding-left: 0;
}

.prose-xl tbody td:last-child {
  padding-right: 0;
}

.prose-xl > :first-child {
  margin-top: 0;
}

.prose-xl > :last-child {
  margin-bottom: 0;
}

.prose-2xl {
  font-size: 1.5rem;
  line-height: 1.6666667;
}

.prose-2xl p {
  margin-top: 1.3333333em;
  margin-bottom: 1.3333333em;
}

.prose-2xl [class~="lead"] {
  font-size: 1.25em;
  line-height: 1.4666667;
  margin-top: 1.0666667em;
  margin-bottom: 1.0666667em;
}

.prose-2xl blockquote {
  margin-top: 1.7777778em;
  margin-bottom: 1.7777778em;
  padding-left: 1.1111111em;
}

.prose-2xl h1 {
  font-size: 2.6666667em;
  margin-top: 0;
  margin-bottom: 0.875em;
  line-height: 1;
}

.prose-2xl h2 {
  font-size: 2em;
  margin-top: 1.5em;
  margin-bottom: 0.8333333em;
  line-height: 1.0833333;
}

.prose-2xl h3 {
  font-size: 1.5em;
  margin-top: 1.5555556em;
  margin-bottom: 0.6666667em;
  line-height: 1.2222222;
}

.prose-2xl h4 {
  margin-top: 1.6666667em;
  margin-bottom: 0.6666667em;
  line-height: 1.5;
}

.prose-2xl img {
  margin-top: 2em;
  margin-bottom: 2em;
}

.prose-2xl video {
  margin-top: 2em;
  margin-bottom: 2em;
}

.prose-2xl figure {
  margin-top: 2em;
  margin-bottom: 2em;
}

.prose-2xl figure > * {
  margin-top: 0;
  margin-bottom: 0;
}

.prose-2xl figure figcaption {
  font-size: 0.8333333em;
  line-height: 1.6;
  margin-top: 1em;
}

.prose-2xl code {
  font-size: 0.8333333em;
}

.prose-2xl h2 code {
  font-size: 0.875em;
}

.prose-2xl h3 code {
  font-size: 0.8888889em;
}

.prose-2xl pre {
  font-size: 0.8333333em;
  line-height: 1.8;
  margin-top: 2em;
  margin-bottom: 2em;
  border-radius: 0.5rem;
  padding-top: 1.2em;
  padding-right: 1.6em;
  padding-bottom: 1.2em;
  padding-left: 1.6em;
}

.prose-2xl ol {
  margin-top: 1.3333333em;
  margin-bottom: 1.3333333em;
}

.prose-2xl ul {
  margin-top: 1.3333333em;
  margin-bottom: 1.3333333em;
}

.prose-2xl li {
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}

.prose-2xl ol > li {
  padding-left: 1.6666667em;
}

.prose-2xl ol > li::before {
  left: 0;
}

.prose-2xl ul > li {
  padding-left: 1.6666667em;
}

.prose-2xl ul > li::before {
  width: 0.3333333em;
  height: 0.3333333em;
  top: calc(0.8333333em - 0.1666667em);
  left: 0.25em;
}

.prose-2xl > ul > li p {
  margin-top: 0.8333333em;
  margin-bottom: 0.8333333em;
}

.prose-2xl > ul > li > *:first-child {
  margin-top: 1.3333333em;
}

.prose-2xl > ul > li > *:last-child {
  margin-bottom: 1.3333333em;
}

.prose-2xl > ol > li > *:first-child {
  margin-top: 1.3333333em;
}

.prose-2xl > ol > li > *:last-child {
  margin-bottom: 1.3333333em;
}

.prose-2xl ul ul, .prose-2xl ul ol, .prose-2xl ol ul, .prose-2xl ol ol {
  margin-top: 0.6666667em;
  margin-bottom: 0.6666667em;
}

.prose-2xl hr {
  margin-top: 3em;
  margin-bottom: 3em;
}

.prose-2xl hr + * {
  margin-top: 0;
}

.prose-2xl h2 + * {
  margin-top: 0;
}

.prose-2xl h3 + * {
  margin-top: 0;
}

.prose-2xl h4 + * {
  margin-top: 0;
}

.prose-2xl table {
  font-size: 0.8333333em;
  line-height: 1.4;
}

.prose-2xl thead th {
  padding-right: 0.6em;
  padding-bottom: 0.8em;
  padding-left: 0.6em;
}

.prose-2xl thead th:first-child {
  padding-left: 0;
}

.prose-2xl thead th:last-child {
  padding-right: 0;
}

.prose-2xl tbody td {
  padding-top: 0.8em;
  padding-right: 0.6em;
  padding-bottom: 0.8em;
  padding-left: 0.6em;
}

.prose-2xl tbody td:first-child {
  padding-left: 0;
}

.prose-2xl tbody td:last-child {
  padding-right: 0;
}

.prose-2xl > :first-child {
  margin-top: 0;
}

.prose-2xl > :last-child {
  margin-bottom: 0;
}

.prose-blue a {
  color: #2563eb;
}

.prose-blue a code {
  color: #2563eb;
}

.prose-purple a {
  color: #9333ea;
}

.prose-purple a code {
  color: #9333ea;
}

.prose-rose a {
  color: #e11d48;
}

.prose-rose a code {
  color: #e11d48;
}

.prose-pink a {
  color: #db2777;
}

.prose-pink a code {
  color: #db2777;
}

.prose-fuchsia a {
  color: #c026d3;
}

.prose-fuchsia a code {
  color: #c026d3;
}

.prose-violet a {
  color: #7c3aed;
}

.prose-violet a code {
  color: #7c3aed;
}

.prose-indigo a {
  color: #4f46e5;
}

.prose-indigo a code {
  color: #4f46e5;
}

.prose-lightBlue a {
  color: #0284c7;
}

.prose-lightBlue a code {
  color: #0284c7;
}

.prose-cyan a {
  color: #0891b2;
}

.prose-cyan a code {
  color: #0891b2;
}

.prose-teal a {
  color: #0d9488;
}

.prose-teal a code {
  color: #0d9488;
}

.prose-emerald a {
  color: #059669;
}

.prose-emerald a code {
  color: #059669;
}

.prose-green a {
  color: #16a34a;
}

.prose-green a code {
  color: #16a34a;
}

.prose-lime a {
  color: #65a30d;
}

.prose-lime a code {
  color: #65a30d;
}

.prose-yellow a {
  color: #ca8a04;
}

.prose-yellow a code {
  color: #ca8a04;
}

.prose-amber a {
  color: #d97706;
}

.prose-amber a code {
  color: #d97706;
}

.prose-orange a {
  color: #ea580c;
}

.prose-orange a code {
  color: #ea580c;
}

.prose-red a {
  color: #dc2626;
}

.prose-red a code {
  color: #dc2626;
}

.prose-warmGray a {
  color: #57534e;
}

.prose-warmGray a code {
  color: #57534e;
}

.prose-trueGray a {
  color: #525252;
}

.prose-trueGray a code {
  color: #525252;
}

.prose-coolGray a {
  color: #4b5563;
}

.prose-coolGray a code {
  color: #4b5563;
}

.prose-blueGray a {
  color: #475569;
}

.prose-blueGray a code {
  color: #475569;
}

.aspect-w-1,
.aspect-w-2,
.aspect-w-3,
.aspect-w-4,
.aspect-w-5,
.aspect-w-6,
.aspect-w-7,
.aspect-w-8,
.aspect-w-9,
.aspect-w-10,
.aspect-w-11,
.aspect-w-12,
.aspect-w-13,
.aspect-w-14,
.aspect-w-15,
.aspect-w-16 {
  position: relative;
  padding-bottom: calc(var(--tw-aspect-h) / var(--tw-aspect-w) * 100%);
}

.aspect-w-1 > *,
.aspect-w-2 > *,
.aspect-w-3 > *,
.aspect-w-4 > *,
.aspect-w-5 > *,
.aspect-w-6 > *,
.aspect-w-7 > *,
.aspect-w-8 > *,
.aspect-w-9 > *,
.aspect-w-10 > *,
.aspect-w-11 > *,
.aspect-w-12 > *,
.aspect-w-13 > *,
.aspect-w-14 > *,
.aspect-w-15 > *,
.aspect-w-16 > * {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.aspect-none {
  position: static;
  padding-bottom: 0;
}

.aspect-none > * {
  position: static;
  height: auto;
  width: auto;
  top: auto;
  right: auto;
  bottom: auto;
  left: auto;
}

.aspect-w-1 {
  --tw-aspect-w: 1;
}

.aspect-w-2 {
  --tw-aspect-w: 2;
}

.aspect-w-3 {
  --tw-aspect-w: 3;
}

.aspect-w-4 {
  --tw-aspect-w: 4;
}

.aspect-w-5 {
  --tw-aspect-w: 5;
}

.aspect-w-6 {
  --tw-aspect-w: 6;
}

.aspect-w-7 {
  --tw-aspect-w: 7;
}

.aspect-w-8 {
  --tw-aspect-w: 8;
}

.aspect-w-9 {
  --tw-aspect-w: 9;
}

.aspect-w-10 {
  --tw-aspect-w: 10;
}

.aspect-w-11 {
  --tw-aspect-w: 11;
}

.aspect-w-12 {
  --tw-aspect-w: 12;
}

.aspect-w-13 {
  --tw-aspect-w: 13;
}

.aspect-w-14 {
  --tw-aspect-w: 14;
}

.aspect-w-15 {
  --tw-aspect-w: 15;
}

.aspect-w-16 {
  --tw-aspect-w: 16;
}

.aspect-h-1 {
  --tw-aspect-h: 1;
}

.aspect-h-2 {
  --tw-aspect-h: 2;
}

.aspect-h-3 {
  --tw-aspect-h: 3;
}

.aspect-h-4 {
  --tw-aspect-h: 4;
}

.aspect-h-5 {
  --tw-aspect-h: 5;
}

.aspect-h-6 {
  --tw-aspect-h: 6;
}

.aspect-h-7 {
  --tw-aspect-h: 7;
}

.aspect-h-8 {
  --tw-aspect-h: 8;
}

.aspect-h-9 {
  --tw-aspect-h: 9;
}

.aspect-h-10 {
  --tw-aspect-h: 10;
}

.aspect-h-11 {
  --tw-aspect-h: 11;
}

.aspect-h-12 {
  --tw-aspect-h: 12;
}

.aspect-h-13 {
  --tw-aspect-h: 13;
}

.aspect-h-14 {
  --tw-aspect-h: 14;
}

.aspect-h-15 {
  --tw-aspect-h: 15;
}

.aspect-h-16 {
  --tw-aspect-h: 16;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}

.not-sr-only {
  position: static;
  width: auto;
  height: auto;
  padding: 0;
  margin: 0;
  overflow: visible;
  clip: auto;
  white-space: normal;
}

.focus\:sr-only:focus {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}

.focus\:not-sr-only:focus {
  position: static;
  width: auto;
  height: auto;
  padding: 0;
  margin: 0;
  overflow: visible;
  clip: auto;
  white-space: normal;
}

.pointer-events-none {
  pointer-events: none;
}

.pointer-events-auto {
  pointer-events: auto;
}

.disabled\:pointer-events-none:disabled {
  pointer-events: none;
}

.disabled\:pointer-events-auto:disabled {
  pointer-events: auto;
}

.visible {
  visibility: visible;
}

.invisible {
  visibility: hidden;
}

.static {
  position: static;
}

.fixed {
  position: fixed;
}

.absolute {
  position: absolute;
}

.relative {
  position: relative;
}

.sticky {
  position: sticky;
}

.hover\:static:hover {
  position: static;
}

.hover\:fixed:hover {
  position: fixed;
}

.hover\:absolute:hover {
  position: absolute;
}

.hover\:relative:hover {
  position: relative;
}

.hover\:sticky:hover {
  position: sticky;
}

.inset-0 {
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
}

.inset-1 {
  top: 0.25rem;
  right: 0.25rem;
  bottom: 0.25rem;
  left: 0.25rem;
}

.inset-2 {
  top: 0.5rem;
  right: 0.5rem;
  bottom: 0.5rem;
  left: 0.5rem;
}

.inset-3 {
  top: 0.75rem;
  right: 0.75rem;
  bottom: 0.75rem;
  left: 0.75rem;
}

.inset-4 {
  top: 1rem;
  right: 1rem;
  bottom: 1rem;
  left: 1rem;
}

.inset-5 {
  top: 1.25rem;
  right: 1.25rem;
  bottom: 1.25rem;
  left: 1.25rem;
}

.inset-6 {
  top: 1.5rem;
  right: 1.5rem;
  bottom: 1.5rem;
  left: 1.5rem;
}

.inset-7 {
  top: 1.75rem;
  right: 1.75rem;
  bottom: 1.75rem;
  left: 1.75rem;
}

.inset-8 {
  top: 2rem;
  right: 2rem;
  bottom: 2rem;
  left: 2rem;
}

.inset-9 {
  top: 2.25rem;
  right: 2.25rem;
  bottom: 2.25rem;
  left: 2.25rem;
}

.inset-10 {
  top: 2.5rem;
  right: 2.5rem;
  bottom: 2.5rem;
  left: 2.5rem;
}

.inset-11 {
  top: 2.75rem;
  right: 2.75rem;
  bottom: 2.75rem;
  left: 2.75rem;
}

.inset-12 {
  top: 3rem;
  right: 3rem;
  bottom: 3rem;
  left: 3rem;
}

.inset-14 {
  top: 3.5rem;
  right: 3.5rem;
  bottom: 3.5rem;
  left: 3.5rem;
}

.inset-16 {
  top: 4rem;
  right: 4rem;
  bottom: 4rem;
  left: 4rem;
}

.inset-20 {
  top: 5rem;
  right: 5rem;
  bottom: 5rem;
  left: 5rem;
}

.inset-24 {
  top: 6rem;
  right: 6rem;
  bottom: 6rem;
  left: 6rem;
}

.inset-28 {
  top: 7rem;
  right: 7rem;
  bottom: 7rem;
  left: 7rem;
}

.inset-32 {
  top: 8rem;
  right: 8rem;
  bottom: 8rem;
  left: 8rem;
}

.inset-36 {
  top: 9rem;
  right: 9rem;
  bottom: 9rem;
  left: 9rem;
}

.inset-40 {
  top: 10rem;
  right: 10rem;
  bottom: 10rem;
  left: 10rem;
}

.inset-44 {
  top: 11rem;
  right: 11rem;
  bottom: 11rem;
  left: 11rem;
}

.inset-48 {
  top: 12rem;
  right: 12rem;
  bottom: 12rem;
  left: 12rem;
}

.inset-52 {
  top: 13rem;
  right: 13rem;
  bottom: 13rem;
  left: 13rem;
}

.inset-56 {
  top: 14rem;
  right: 14rem;
  bottom: 14rem;
  left: 14rem;
}

.inset-60 {
  top: 15rem;
  right: 15rem;
  bottom: 15rem;
  left: 15rem;
}

.inset-64 {
  top: 16rem;
  right: 16rem;
  bottom: 16rem;
  left: 16rem;
}

.inset-72 {
  top: 18rem;
  right: 18rem;
  bottom: 18rem;
  left: 18rem;
}

.inset-80 {
  top: 20rem;
  right: 20rem;
  bottom: 20rem;
  left: 20rem;
}

.inset-96 {
  top: 24rem;
  right: 24rem;
  bottom: 24rem;
  left: 24rem;
}

.inset-auto {
  top: auto;
  right: auto;
  bottom: auto;
  left: auto;
}

.inset-px {
  top: 1px;
  right: 1px;
  bottom: 1px;
  left: 1px;
}

.inset-0\.5 {
  top: 0.125rem;
  right: 0.125rem;
  bottom: 0.125rem;
  left: 0.125rem;
}

.inset-1\.5 {
  top: 0.375rem;
  right: 0.375rem;
  bottom: 0.375rem;
  left: 0.375rem;
}

.inset-2\.5 {
  top: 0.625rem;
  right: 0.625rem;
  bottom: 0.625rem;
  left: 0.625rem;
}

.inset-3\.5 {
  top: 0.875rem;
  right: 0.875rem;
  bottom: 0.875rem;
  left: 0.875rem;
}

.-inset-0 {
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
}

.-inset-1 {
  top: -0.25rem;
  right: -0.25rem;
  bottom: -0.25rem;
  left: -0.25rem;
}

.-inset-2 {
  top: -0.5rem;
  right: -0.5rem;
  bottom: -0.5rem;
  left: -0.5rem;
}

.-inset-3 {
  top: -0.75rem;
  right: -0.75rem;
  bottom: -0.75rem;
  left: -0.75rem;
}

.-inset-4 {
  top: -1rem;
  right: -1rem;
  bottom: -1rem;
  left: -1rem;
}

.-inset-5 {
  top: -1.25rem;
  right: -1.25rem;
  bottom: -1.25rem;
  left: -1.25rem;
}

.-inset-6 {
  top: -1.5rem;
  right: -1.5rem;
  bottom: -1.5rem;
  left: -1.5rem;
}

.-inset-7 {
  top: -1.75rem;
  right: -1.75rem;
  bottom: -1.75rem;
  left: -1.75rem;
}

.-inset-8 {
  top: -2rem;
  right: -2rem;
  bottom: -2rem;
  left: -2rem;
}

.-inset-9 {
  top: -2.25rem;
  right: -2.25rem;
  bottom: -2.25rem;
  left: -2.25rem;
}

.-inset-10 {
  top: -2.5rem;
  right: -2.5rem;
  bottom: -2.5rem;
  left: -2.5rem;
}

.-inset-11 {
  top: -2.75rem;
  right: -2.75rem;
  bottom: -2.75rem;
  left: -2.75rem;
}

.-inset-12 {
  top: -3rem;
  right: -3rem;
  bottom: -3rem;
  left: -3rem;
}

.-inset-14 {
  top: -3.5rem;
  right: -3.5rem;
  bottom: -3.5rem;
  left: -3.5rem;
}

.-inset-16 {
  top: -4rem;
  right: -4rem;
  bottom: -4rem;
  left: -4rem;
}

.-inset-20 {
  top: -5rem;
  right: -5rem;
  bottom: -5rem;
  left: -5rem;
}

.-inset-24 {
  top: -6rem;
  right: -6rem;
  bottom: -6rem;
  left: -6rem;
}

.-inset-28 {
  top: -7rem;
  right: -7rem;
  bottom: -7rem;
  left: -7rem;
}

.-inset-32 {
  top: -8rem;
  right: -8rem;
  bottom: -8rem;
  left: -8rem;
}

.-inset-36 {
  top: -9rem;
  right: -9rem;
  bottom: -9rem;
  left: -9rem;
}

.-inset-40 {
  top: -10rem;
  right: -10rem;
  bottom: -10rem;
  left: -10rem;
}

.-inset-44 {
  top: -11rem;
  right: -11rem;
  bottom: -11rem;
  left: -11rem;
}

.-inset-48 {
  top: -12rem;
  right: -12rem;
  bottom: -12rem;
  left: -12rem;
}

.-inset-52 {
  top: -13rem;
  right: -13rem;
  bottom: -13rem;
  left: -13rem;
}

.-inset-56 {
  top: -14rem;
  right: -14rem;
  bottom: -14rem;
  left: -14rem;
}

.-inset-60 {
  top: -15rem;
  right: -15rem;
  bottom: -15rem;
  left: -15rem;
}

.-inset-64 {
  top: -16rem;
  right: -16rem;
  bottom: -16rem;
  left: -16rem;
}

.-inset-72 {
  top: -18rem;
  right: -18rem;
  bottom: -18rem;
  left: -18rem;
}

.-inset-80 {
  top: -20rem;
  right: -20rem;
  bottom: -20rem;
  left: -20rem;
}

.-inset-96 {
  top: -24rem;
  right: -24rem;
  bottom: -24rem;
  left: -24rem;
}

.-inset-px {
  top: -1px;
  right: -1px;
  bottom: -1px;
  left: -1px;
}

.-inset-0\.5 {
  top: -0.125rem;
  right: -0.125rem;
  bottom: -0.125rem;
  left: -0.125rem;
}

.-inset-1\.5 {
  top: -0.375rem;
  right: -0.375rem;
  bottom: -0.375rem;
  left: -0.375rem;
}

.-inset-2\.5 {
  top: -0.625rem;
  right: -0.625rem;
  bottom: -0.625rem;
  left: -0.625rem;
}

.-inset-3\.5 {
  top: -0.875rem;
  right: -0.875rem;
  bottom: -0.875rem;
  left: -0.875rem;
}

.inset-1\/2 {
  top: 50%;
  right: 50%;
  bottom: 50%;
  left: 50%;
}

.inset-1\/3 {
  top: 33.333333%;
  right: 33.333333%;
  bottom: 33.333333%;
  left: 33.333333%;
}

.inset-2\/3 {
  top: 66.666667%;
  right: 66.666667%;
  bottom: 66.666667%;
  left: 66.666667%;
}

.inset-1\/4 {
  top: 25%;
  right: 25%;
  bottom: 25%;
  left: 25%;
}

.inset-2\/4 {
  top: 50%;
  right: 50%;
  bottom: 50%;
  left: 50%;
}

.inset-3\/4 {
  top: 75%;
  right: 75%;
  bottom: 75%;
  left: 75%;
}

.inset-full {
  top: 100%;
  right: 100%;
  bottom: 100%;
  left: 100%;
}

.-inset-1\/2 {
  top: -50%;
  right: -50%;
  bottom: -50%;
  left: -50%;
}

.-inset-1\/3 {
  top: -33.333333%;
  right: -33.333333%;
  bottom: -33.333333%;
  left: -33.333333%;
}

.-inset-2\/3 {
  top: -66.666667%;
  right: -66.666667%;
  bottom: -66.666667%;
  left: -66.666667%;
}

.-inset-1\/4 {
  top: -25%;
  right: -25%;
  bottom: -25%;
  left: -25%;
}

.-inset-2\/4 {
  top: -50%;
  right: -50%;
  bottom: -50%;
  left: -50%;
}

.-inset-3\/4 {
  top: -75%;
  right: -75%;
  bottom: -75%;
  left: -75%;
}

.-inset-full {
  top: -100%;
  right: -100%;
  bottom: -100%;
  left: -100%;
}

.focus\:inset-0:focus {
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
}

.focus\:inset-1:focus {
  top: 0.25rem;
  right: 0.25rem;
  bottom: 0.25rem;
  left: 0.25rem;
}

.focus\:inset-2:focus {
  top: 0.5rem;
  right: 0.5rem;
  bottom: 0.5rem;
  left: 0.5rem;
}

.focus\:inset-3:focus {
  top: 0.75rem;
  right: 0.75rem;
  bottom: 0.75rem;
  left: 0.75rem;
}

.focus\:inset-4:focus {
  top: 1rem;
  right: 1rem;
  bottom: 1rem;
  left: 1rem;
}

.focus\:inset-5:focus {
  top: 1.25rem;
  right: 1.25rem;
  bottom: 1.25rem;
  left: 1.25rem;
}

.focus\:inset-6:focus {
  top: 1.5rem;
  right: 1.5rem;
  bottom: 1.5rem;
  left: 1.5rem;
}

.focus\:inset-7:focus {
  top: 1.75rem;
  right: 1.75rem;
  bottom: 1.75rem;
  left: 1.75rem;
}

.focus\:inset-8:focus {
  top: 2rem;
  right: 2rem;
  bottom: 2rem;
  left: 2rem;
}

.focus\:inset-9:focus {
  top: 2.25rem;
  right: 2.25rem;
  bottom: 2.25rem;
  left: 2.25rem;
}

.focus\:inset-10:focus {
  top: 2.5rem;
  right: 2.5rem;
  bottom: 2.5rem;
  left: 2.5rem;
}

.focus\:inset-11:focus {
  top: 2.75rem;
  right: 2.75rem;
  bottom: 2.75rem;
  left: 2.75rem;
}

.focus\:inset-12:focus {
  top: 3rem;
  right: 3rem;
  bottom: 3rem;
  left: 3rem;
}

.focus\:inset-14:focus {
  top: 3.5rem;
  right: 3.5rem;
  bottom: 3.5rem;
  left: 3.5rem;
}

.focus\:inset-16:focus {
  top: 4rem;
  right: 4rem;
  bottom: 4rem;
  left: 4rem;
}

.focus\:inset-20:focus {
  top: 5rem;
  right: 5rem;
  bottom: 5rem;
  left: 5rem;
}

.focus\:inset-24:focus {
  top: 6rem;
  right: 6rem;
  bottom: 6rem;
  left: 6rem;
}

.focus\:inset-28:focus {
  top: 7rem;
  right: 7rem;
  bottom: 7rem;
  left: 7rem;
}

.focus\:inset-32:focus {
  top: 8rem;
  right: 8rem;
  bottom: 8rem;
  left: 8rem;
}

.focus\:inset-36:focus {
  top: 9rem;
  right: 9rem;
  bottom: 9rem;
  left: 9rem;
}

.focus\:inset-40:focus {
  top: 10rem;
  right: 10rem;
  bottom: 10rem;
  left: 10rem;
}

.focus\:inset-44:focus {
  top: 11rem;
  right: 11rem;
  bottom: 11rem;
  left: 11rem;
}

.focus\:inset-48:focus {
  top: 12rem;
  right: 12rem;
  bottom: 12rem;
  left: 12rem;
}

.focus\:inset-52:focus {
  top: 13rem;
  right: 13rem;
  bottom: 13rem;
  left: 13rem;
}

.focus\:inset-56:focus {
  top: 14rem;
  right: 14rem;
  bottom: 14rem;
  left: 14rem;
}

.focus\:inset-60:focus {
  top: 15rem;
  right: 15rem;
  bottom: 15rem;
  left: 15rem;
}

.focus\:inset-64:focus {
  top: 16rem;
  right: 16rem;
  bottom: 16rem;
  left: 16rem;
}

.focus\:inset-72:focus {
  top: 18rem;
  right: 18rem;
  bottom: 18rem;
  left: 18rem;
}

.focus\:inset-80:focus {
  top: 20rem;
  right: 20rem;
  bottom: 20rem;
  left: 20rem;
}

.focus\:inset-96:focus {
  top: 24rem;
  right: 24rem;
  bottom: 24rem;
  left: 24rem;
}

.focus\:inset-auto:focus {
  top: auto;
  right: auto;
  bottom: auto;
  left: auto;
}

.focus\:inset-px:focus {
  top: 1px;
  right: 1px;
  bottom: 1px;
  left: 1px;
}

.focus\:inset-0\.5:focus {
  top: 0.125rem;
  right: 0.125rem;
  bottom: 0.125rem;
  left: 0.125rem;
}

.focus\:inset-1\.5:focus {
  top: 0.375rem;
  right: 0.375rem;
  bottom: 0.375rem;
  left: 0.375rem;
}

.focus\:inset-2\.5:focus {
  top: 0.625rem;
  right: 0.625rem;
  bottom: 0.625rem;
  left: 0.625rem;
}

.focus\:inset-3\.5:focus {
  top: 0.875rem;
  right: 0.875rem;
  bottom: 0.875rem;
  left: 0.875rem;
}

.focus\:-inset-0:focus {
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
}

.focus\:-inset-1:focus {
  top: -0.25rem;
  right: -0.25rem;
  bottom: -0.25rem;
  left: -0.25rem;
}

.focus\:-inset-2:focus {
  top: -0.5rem;
  right: -0.5rem;
  bottom: -0.5rem;
  left: -0.5rem;
}

.focus\:-inset-3:focus {
  top: -0.75rem;
  right: -0.75rem;
  bottom: -0.75rem;
  left: -0.75rem;
}

.focus\:-inset-4:focus {
  top: -1rem;
  right: -1rem;
  bottom: -1rem;
  left: -1rem;
}

.focus\:-inset-5:focus {
  top: -1.25rem;
  right: -1.25rem;
  bottom: -1.25rem;
  left: -1.25rem;
}

.focus\:-inset-6:focus {
  top: -1.5rem;
  right: -1.5rem;
  bottom: -1.5rem;
  left: -1.5rem;
}

.focus\:-inset-7:focus {
  top: -1.75rem;
  right: -1.75rem;
  bottom: -1.75rem;
  left: -1.75rem;
}

.focus\:-inset-8:focus {
  top: -2rem;
  right: -2rem;
  bottom: -2rem;
  left: -2rem;
}

.focus\:-inset-9:focus {
  top: -2.25rem;
  right: -2.25rem;
  bottom: -2.25rem;
  left: -2.25rem;
}

.focus\:-inset-10:focus {
  top: -2.5rem;
  right: -2.5rem;
  bottom: -2.5rem;
  left: -2.5rem;
}

.focus\:-inset-11:focus {
  top: -2.75rem;
  right: -2.75rem;
  bottom: -2.75rem;
  left: -2.75rem;
}

.focus\:-inset-12:focus {
  top: -3rem;
  right: -3rem;
  bottom: -3rem;
  left: -3rem;
}

.focus\:-inset-14:focus {
  top: -3.5rem;
  right: -3.5rem;
  bottom: -3.5rem;
  left: -3.5rem;
}

.focus\:-inset-16:focus {
  top: -4rem;
  right: -4rem;
  bottom: -4rem;
  left: -4rem;
}

.focus\:-inset-20:focus {
  top: -5rem;
  right: -5rem;
  bottom: -5rem;
  left: -5rem;
}

.focus\:-inset-24:focus {
  top: -6rem;
  right: -6rem;
  bottom: -6rem;
  left: -6rem;
}

.focus\:-inset-28:focus {
  top: -7rem;
  right: -7rem;
  bottom: -7rem;
  left: -7rem;
}

.focus\:-inset-32:focus {
  top: -8rem;
  right: -8rem;
  bottom: -8rem;
  left: -8rem;
}

.focus\:-inset-36:focus {
  top: -9rem;
  right: -9rem;
  bottom: -9rem;
  left: -9rem;
}

.focus\:-inset-40:focus {
  top: -10rem;
  right: -10rem;
  bottom: -10rem;
  left: -10rem;
}

.focus\:-inset-44:focus {
  top: -11rem;
  right: -11rem;
  bottom: -11rem;
  left: -11rem;
}

.focus\:-inset-48:focus {
  top: -12rem;
  right: -12rem;
  bottom: -12rem;
  left: -12rem;
}

.focus\:-inset-52:focus {
  top: -13rem;
  right: -13rem;
  bottom: -13rem;
  left: -13rem;
}

.focus\:-inset-56:focus {
  top: -14rem;
  right: -14rem;
  bottom: -14rem;
  left: -14rem;
}

.focus\:-inset-60:focus {
  top: -15rem;
  right: -15rem;
  bottom: -15rem;
  left: -15rem;
}

.focus\:-inset-64:focus {
  top: -16rem;
  right: -16rem;
  bottom: -16rem;
  left: -16rem;
}

.focus\:-inset-72:focus {
  top: -18rem;
  right: -18rem;
  bottom: -18rem;
  left: -18rem;
}

.focus\:-inset-80:focus {
  top: -20rem;
  right: -20rem;
  bottom: -20rem;
  left: -20rem;
}

.focus\:-inset-96:focus {
  top: -24rem;
  right: -24rem;
  bottom: -24rem;
  left: -24rem;
}

.focus\:-inset-px:focus {
  top: -1px;
  right: -1px;
  bottom: -1px;
  left: -1px;
}

.focus\:-inset-0\.5:focus {
  top: -0.125rem;
  right: -0.125rem;
  bottom: -0.125rem;
  left: -0.125rem;
}

.focus\:-inset-1\.5:focus {
  top: -0.375rem;
  right: -0.375rem;
  bottom: -0.375rem;
  left: -0.375rem;
}

.focus\:-inset-2\.5:focus {
  top: -0.625rem;
  right: -0.625rem;
  bottom: -0.625rem;
  left: -0.625rem;
}

.focus\:-inset-3\.5:focus {
  top: -0.875rem;
  right: -0.875rem;
  bottom: -0.875rem;
  left: -0.875rem;
}

.focus\:inset-1\/2:focus {
  top: 50%;
  right: 50%;
  bottom: 50%;
  left: 50%;
}

.focus\:inset-1\/3:focus {
  top: 33.333333%;
  right: 33.333333%;
  bottom: 33.333333%;
  left: 33.333333%;
}

.focus\:inset-2\/3:focus {
  top: 66.666667%;
  right: 66.666667%;
  bottom: 66.666667%;
  left: 66.666667%;
}

.focus\:inset-1\/4:focus {
  top: 25%;
  right: 25%;
  bottom: 25%;
  left: 25%;
}

.focus\:inset-2\/4:focus {
  top: 50%;
  right: 50%;
  bottom: 50%;
  left: 50%;
}

.focus\:inset-3\/4:focus {
  top: 75%;
  right: 75%;
  bottom: 75%;
  left: 75%;
}

.focus\:inset-full:focus {
  top: 100%;
  right: 100%;
  bottom: 100%;
  left: 100%;
}

.focus\:-inset-1\/2:focus {
  top: -50%;
  right: -50%;
  bottom: -50%;
  left: -50%;
}

.focus\:-inset-1\/3:focus {
  top: -33.333333%;
  right: -33.333333%;
  bottom: -33.333333%;
  left: -33.333333%;
}

.focus\:-inset-2\/3:focus {
  top: -66.666667%;
  right: -66.666667%;
  bottom: -66.666667%;
  left: -66.666667%;
}

.focus\:-inset-1\/4:focus {
  top: -25%;
  right: -25%;
  bottom: -25%;
  left: -25%;
}

.focus\:-inset-2\/4:focus {
  top: -50%;
  right: -50%;
  bottom: -50%;
  left: -50%;
}

.focus\:-inset-3\/4:focus {
  top: -75%;
  right: -75%;
  bottom: -75%;
  left: -75%;
}

.focus\:-inset-full:focus {
  top: -100%;
  right: -100%;
  bottom: -100%;
  left: -100%;
}

.inset-x-0 {
  left: 0px;
  right: 0px;
}

.inset-x-1 {
  left: 0.25rem;
  right: 0.25rem;
}

.inset-x-2 {
  left: 0.5rem;
  right: 0.5rem;
}

.inset-x-3 {
  left: 0.75rem;
  right: 0.75rem;
}

.inset-x-4 {
  left: 1rem;
  right: 1rem;
}

.inset-x-5 {
  left: 1.25rem;
  right: 1.25rem;
}

.inset-x-6 {
  left: 1.5rem;
  right: 1.5rem;
}

.inset-x-7 {
  left: 1.75rem;
  right: 1.75rem;
}

.inset-x-8 {
  left: 2rem;
  right: 2rem;
}

.inset-x-9 {
  left: 2.25rem;
  right: 2.25rem;
}

.inset-x-10 {
  left: 2.5rem;
  right: 2.5rem;
}

.inset-x-11 {
  left: 2.75rem;
  right: 2.75rem;
}

.inset-x-12 {
  left: 3rem;
  right: 3rem;
}

.inset-x-14 {
  left: 3.5rem;
  right: 3.5rem;
}

.inset-x-16 {
  left: 4rem;
  right: 4rem;
}

.inset-x-20 {
  left: 5rem;
  right: 5rem;
}

.inset-x-24 {
  left: 6rem;
  right: 6rem;
}

.inset-x-28 {
  left: 7rem;
  right: 7rem;
}

.inset-x-32 {
  left: 8rem;
  right: 8rem;
}

.inset-x-36 {
  left: 9rem;
  right: 9rem;
}

.inset-x-40 {
  left: 10rem;
  right: 10rem;
}

.inset-x-44 {
  left: 11rem;
  right: 11rem;
}

.inset-x-48 {
  left: 12rem;
  right: 12rem;
}

.inset-x-52 {
  left: 13rem;
  right: 13rem;
}

.inset-x-56 {
  left: 14rem;
  right: 14rem;
}

.inset-x-60 {
  left: 15rem;
  right: 15rem;
}

.inset-x-64 {
  left: 16rem;
  right: 16rem;
}

.inset-x-72 {
  left: 18rem;
  right: 18rem;
}

.inset-x-80 {
  left: 20rem;
  right: 20rem;
}

.inset-x-96 {
  left: 24rem;
  right: 24rem;
}

.inset-x-auto {
  left: auto;
  right: auto;
}

.inset-x-px {
  left: 1px;
  right: 1px;
}

.inset-x-0\.5 {
  left: 0.125rem;
  right: 0.125rem;
}

.inset-x-1\.5 {
  left: 0.375rem;
  right: 0.375rem;
}

.inset-x-2\.5 {
  left: 0.625rem;
  right: 0.625rem;
}

.inset-x-3\.5 {
  left: 0.875rem;
  right: 0.875rem;
}

.-inset-x-0 {
  left: 0px;
  right: 0px;
}

.-inset-x-1 {
  left: -0.25rem;
  right: -0.25rem;
}

.-inset-x-2 {
  left: -0.5rem;
  right: -0.5rem;
}

.-inset-x-3 {
  left: -0.75rem;
  right: -0.75rem;
}

.-inset-x-4 {
  left: -1rem;
  right: -1rem;
}

.-inset-x-5 {
  left: -1.25rem;
  right: -1.25rem;
}

.-inset-x-6 {
  left: -1.5rem;
  right: -1.5rem;
}

.-inset-x-7 {
  left: -1.75rem;
  right: -1.75rem;
}

.-inset-x-8 {
  left: -2rem;
  right: -2rem;
}

.-inset-x-9 {
  left: -2.25rem;
  right: -2.25rem;
}

.-inset-x-10 {
  left: -2.5rem;
  right: -2.5rem;
}

.-inset-x-11 {
  left: -2.75rem;
  right: -2.75rem;
}

.-inset-x-12 {
  left: -3rem;
  right: -3rem;
}

.-inset-x-14 {
  left: -3.5rem;
  right: -3.5rem;
}

.-inset-x-16 {
  left: -4rem;
  right: -4rem;
}

.-inset-x-20 {
  left: -5rem;
  right: -5rem;
}

.-inset-x-24 {
  left: -6rem;
  right: -6rem;
}

.-inset-x-28 {
  left: -7rem;
  right: -7rem;
}

.-inset-x-32 {
  left: -8rem;
  right: -8rem;
}

.-inset-x-36 {
  left: -9rem;
  right: -9rem;
}

.-inset-x-40 {
  left: -10rem;
  right: -10rem;
}

.-inset-x-44 {
  left: -11rem;
  right: -11rem;
}

.-inset-x-48 {
  left: -12rem;
  right: -12rem;
}

.-inset-x-52 {
  left: -13rem;
  right: -13rem;
}

.-inset-x-56 {
  left: -14rem;
  right: -14rem;
}

.-inset-x-60 {
  left: -15rem;
  right: -15rem;
}

.-inset-x-64 {
  left: -16rem;
  right: -16rem;
}

.-inset-x-72 {
  left: -18rem;
  right: -18rem;
}

.-inset-x-80 {
  left: -20rem;
  right: -20rem;
}

.-inset-x-96 {
  left: -24rem;
  right: -24rem;
}

.-inset-x-px {
  left: -1px;
  right: -1px;
}

.-inset-x-0\.5 {
  left: -0.125rem;
  right: -0.125rem;
}

.-inset-x-1\.5 {
  left: -0.375rem;
  right: -0.375rem;
}

.-inset-x-2\.5 {
  left: -0.625rem;
  right: -0.625rem;
}

.-inset-x-3\.5 {
  left: -0.875rem;
  right: -0.875rem;
}

.inset-x-1\/2 {
  left: 50%;
  right: 50%;
}

.inset-x-1\/3 {
  left: 33.333333%;
  right: 33.333333%;
}

.inset-x-2\/3 {
  left: 66.666667%;
  right: 66.666667%;
}

.inset-x-1\/4 {
  left: 25%;
  right: 25%;
}

.inset-x-2\/4 {
  left: 50%;
  right: 50%;
}

.inset-x-3\/4 {
  left: 75%;
  right: 75%;
}

.inset-x-full {
  left: 100%;
  right: 100%;
}

.-inset-x-1\/2 {
  left: -50%;
  right: -50%;
}

.-inset-x-1\/3 {
  left: -33.333333%;
  right: -33.333333%;
}

.-inset-x-2\/3 {
  left: -66.666667%;
  right: -66.666667%;
}

.-inset-x-1\/4 {
  left: -25%;
  right: -25%;
}

.-inset-x-2\/4 {
  left: -50%;
  right: -50%;
}

.-inset-x-3\/4 {
  left: -75%;
  right: -75%;
}

.-inset-x-full {
  left: -100%;
  right: -100%;
}

.inset-y-0 {
  top: 0px;
  bottom: 0px;
}

.inset-y-1 {
  top: 0.25rem;
  bottom: 0.25rem;
}

.inset-y-2 {
  top: 0.5rem;
  bottom: 0.5rem;
}

.inset-y-3 {
  top: 0.75rem;
  bottom: 0.75rem;
}

.inset-y-4 {
  top: 1rem;
  bottom: 1rem;
}

.inset-y-5 {
  top: 1.25rem;
  bottom: 1.25rem;
}

.inset-y-6 {
  top: 1.5rem;
  bottom: 1.5rem;
}

.inset-y-7 {
  top: 1.75rem;
  bottom: 1.75rem;
}

.inset-y-8 {
  top: 2rem;
  bottom: 2rem;
}

.inset-y-9 {
  top: 2.25rem;
  bottom: 2.25rem;
}

.inset-y-10 {
  top: 2.5rem;
  bottom: 2.5rem;
}

.inset-y-11 {
  top: 2.75rem;
  bottom: 2.75rem;
}

.inset-y-12 {
  top: 3rem;
  bottom: 3rem;
}

.inset-y-14 {
  top: 3.5rem;
  bottom: 3.5rem;
}

.inset-y-16 {
  top: 4rem;
  bottom: 4rem;
}

.inset-y-20 {
  top: 5rem;
  bottom: 5rem;
}

.inset-y-24 {
  top: 6rem;
  bottom: 6rem;
}

.inset-y-28 {
  top: 7rem;
  bottom: 7rem;
}

.inset-y-32 {
  top: 8rem;
  bottom: 8rem;
}

.inset-y-36 {
  top: 9rem;
  bottom: 9rem;
}

.inset-y-40 {
  top: 10rem;
  bottom: 10rem;
}

.inset-y-44 {
  top: 11rem;
  bottom: 11rem;
}

.inset-y-48 {
  top: 12rem;
  bottom: 12rem;
}

.inset-y-52 {
  top: 13rem;
  bottom: 13rem;
}

.inset-y-56 {
  top: 14rem;
  bottom: 14rem;
}

.inset-y-60 {
  top: 15rem;
  bottom: 15rem;
}

.inset-y-64 {
  top: 16rem;
  bottom: 16rem;
}

.inset-y-72 {
  top: 18rem;
  bottom: 18rem;
}

.inset-y-80 {
  top: 20rem;
  bottom: 20rem;
}

.inset-y-96 {
  top: 24rem;
  bottom: 24rem;
}

.inset-y-auto {
  top: auto;
  bottom: auto;
}

.inset-y-px {
  top: 1px;
  bottom: 1px;
}

.inset-y-0\.5 {
  top: 0.125rem;
  bottom: 0.125rem;
}

.inset-y-1\.5 {
  top: 0.375rem;
  bottom: 0.375rem;
}

.inset-y-2\.5 {
  top: 0.625rem;
  bottom: 0.625rem;
}

.inset-y-3\.5 {
  top: 0.875rem;
  bottom: 0.875rem;
}

.-inset-y-0 {
  top: 0px;
  bottom: 0px;
}

.-inset-y-1 {
  top: -0.25rem;
  bottom: -0.25rem;
}

.-inset-y-2 {
  top: -0.5rem;
  bottom: -0.5rem;
}

.-inset-y-3 {
  top: -0.75rem;
  bottom: -0.75rem;
}

.-inset-y-4 {
  top: -1rem;
  bottom: -1rem;
}

.-inset-y-5 {
  top: -1.25rem;
  bottom: -1.25rem;
}

.-inset-y-6 {
  top: -1.5rem;
  bottom: -1.5rem;
}

.-inset-y-7 {
  top: -1.75rem;
  bottom: -1.75rem;
}

.-inset-y-8 {
  top: -2rem;
  bottom: -2rem;
}

.-inset-y-9 {
  top: -2.25rem;
  bottom: -2.25rem;
}

.-inset-y-10 {
  top: -2.5rem;
  bottom: -2.5rem;
}

.-inset-y-11 {
  top: -2.75rem;
  bottom: -2.75rem;
}

.-inset-y-12 {
  top: -3rem;
  bottom: -3rem;
}

.-inset-y-14 {
  top: -3.5rem;
  bottom: -3.5rem;
}

.-inset-y-16 {
  top: -4rem;
  bottom: -4rem;
}

.-inset-y-20 {
  top: -5rem;
  bottom: -5rem;
}

.-inset-y-24 {
  top: -6rem;
  bottom: -6rem;
}

.-inset-y-28 {
  top: -7rem;
  bottom: -7rem;
}

.-inset-y-32 {
  top: -8rem;
  bottom: -8rem;
}

.-inset-y-36 {
  top: -9rem;
  bottom: -9rem;
}

.-inset-y-40 {
  top: -10rem;
  bottom: -10rem;
}

.-inset-y-44 {
  top: -11rem;
  bottom: -11rem;
}

.-inset-y-48 {
  top: -12rem;
  bottom: -12rem;
}

.-inset-y-52 {
  top: -13rem;
  bottom: -13rem;
}

.-inset-y-56 {
  top: -14rem;
  bottom: -14rem;
}

.-inset-y-60 {
  top: -15rem;
  bottom: -15rem;
}

.-inset-y-64 {
  top: -16rem;
  bottom: -16rem;
}

.-inset-y-72 {
  top: -18rem;
  bottom: -18rem;
}

.-inset-y-80 {
  top: -20rem;
  bottom: -20rem;
}

.-inset-y-96 {
  top: -24rem;
  bottom: -24rem;
}

.-inset-y-px {
  top: -1px;
  bottom: -1px;
}

.-inset-y-0\.5 {
  top: -0.125rem;
  bottom: -0.125rem;
}

.-inset-y-1\.5 {
  top: -0.375rem;
  bottom: -0.375rem;
}

.-inset-y-2\.5 {
  top: -0.625rem;
  bottom: -0.625rem;
}

.-inset-y-3\.5 {
  top: -0.875rem;
  bottom: -0.875rem;
}

.inset-y-1\/2 {
  top: 50%;
  bottom: 50%;
}

.inset-y-1\/3 {
  top: 33.333333%;
  bottom: 33.333333%;
}

.inset-y-2\/3 {
  top: 66.666667%;
  bottom: 66.666667%;
}

.inset-y-1\/4 {
  top: 25%;
  bottom: 25%;
}

.inset-y-2\/4 {
  top: 50%;
  bottom: 50%;
}

.inset-y-3\/4 {
  top: 75%;
  bottom: 75%;
}

.inset-y-full {
  top: 100%;
  bottom: 100%;
}

.-inset-y-1\/2 {
  top: -50%;
  bottom: -50%;
}

.-inset-y-1\/3 {
  top: -33.333333%;
  bottom: -33.333333%;
}

.-inset-y-2\/3 {
  top: -66.666667%;
  bottom: -66.666667%;
}

.-inset-y-1\/4 {
  top: -25%;
  bottom: -25%;
}

.-inset-y-2\/4 {
  top: -50%;
  bottom: -50%;
}

.-inset-y-3\/4 {
  top: -75%;
  bottom: -75%;
}

.-inset-y-full {
  top: -100%;
  bottom: -100%;
}

.focus\:inset-x-0:focus {
  left: 0px;
  right: 0px;
}

.focus\:inset-x-1:focus {
  left: 0.25rem;
  right: 0.25rem;
}

.focus\:inset-x-2:focus {
  left: 0.5rem;
  right: 0.5rem;
}

.focus\:inset-x-3:focus {
  left: 0.75rem;
  right: 0.75rem;
}

.focus\:inset-x-4:focus {
  left: 1rem;
  right: 1rem;
}

.focus\:inset-x-5:focus {
  left: 1.25rem;
  right: 1.25rem;
}

.focus\:inset-x-6:focus {
  left: 1.5rem;
  right: 1.5rem;
}

.focus\:inset-x-7:focus {
  left: 1.75rem;
  right: 1.75rem;
}

.focus\:inset-x-8:focus {
  left: 2rem;
  right: 2rem;
}

.focus\:inset-x-9:focus {
  left: 2.25rem;
  right: 2.25rem;
}

.focus\:inset-x-10:focus {
  left: 2.5rem;
  right: 2.5rem;
}

.focus\:inset-x-11:focus {
  left: 2.75rem;
  right: 2.75rem;
}

.focus\:inset-x-12:focus {
  left: 3rem;
  right: 3rem;
}

.focus\:inset-x-14:focus {
  left: 3.5rem;
  right: 3.5rem;
}

.focus\:inset-x-16:focus {
  left: 4rem;
  right: 4rem;
}

.focus\:inset-x-20:focus {
  left: 5rem;
  right: 5rem;
}

.focus\:inset-x-24:focus {
  left: 6rem;
  right: 6rem;
}

.focus\:inset-x-28:focus {
  left: 7rem;
  right: 7rem;
}

.focus\:inset-x-32:focus {
  left: 8rem;
  right: 8rem;
}

.focus\:inset-x-36:focus {
  left: 9rem;
  right: 9rem;
}

.focus\:inset-x-40:focus {
  left: 10rem;
  right: 10rem;
}

.focus\:inset-x-44:focus {
  left: 11rem;
  right: 11rem;
}

.focus\:inset-x-48:focus {
  left: 12rem;
  right: 12rem;
}

.focus\:inset-x-52:focus {
  left: 13rem;
  right: 13rem;
}

.focus\:inset-x-56:focus {
  left: 14rem;
  right: 14rem;
}

.focus\:inset-x-60:focus {
  left: 15rem;
  right: 15rem;
}

.focus\:inset-x-64:focus {
  left: 16rem;
  right: 16rem;
}

.focus\:inset-x-72:focus {
  left: 18rem;
  right: 18rem;
}

.focus\:inset-x-80:focus {
  left: 20rem;
  right: 20rem;
}

.focus\:inset-x-96:focus {
  left: 24rem;
  right: 24rem;
}

.focus\:inset-x-auto:focus {
  left: auto;
  right: auto;
}

.focus\:inset-x-px:focus {
  left: 1px;
  right: 1px;
}

.focus\:inset-x-0\.5:focus {
  left: 0.125rem;
  right: 0.125rem;
}

.focus\:inset-x-1\.5:focus {
  left: 0.375rem;
  right: 0.375rem;
}

.focus\:inset-x-2\.5:focus {
  left: 0.625rem;
  right: 0.625rem;
}

.focus\:inset-x-3\.5:focus {
  left: 0.875rem;
  right: 0.875rem;
}

.focus\:-inset-x-0:focus {
  left: 0px;
  right: 0px;
}

.focus\:-inset-x-1:focus {
  left: -0.25rem;
  right: -0.25rem;
}

.focus\:-inset-x-2:focus {
  left: -0.5rem;
  right: -0.5rem;
}

.focus\:-inset-x-3:focus {
  left: -0.75rem;
  right: -0.75rem;
}

.focus\:-inset-x-4:focus {
  left: -1rem;
  right: -1rem;
}

.focus\:-inset-x-5:focus {
  left: -1.25rem;
  right: -1.25rem;
}

.focus\:-inset-x-6:focus {
  left: -1.5rem;
  right: -1.5rem;
}

.focus\:-inset-x-7:focus {
  left: -1.75rem;
  right: -1.75rem;
}

.focus\:-inset-x-8:focus {
  left: -2rem;
  right: -2rem;
}

.focus\:-inset-x-9:focus {
  left: -2.25rem;
  right: -2.25rem;
}

.focus\:-inset-x-10:focus {
  left: -2.5rem;
  right: -2.5rem;
}

.focus\:-inset-x-11:focus {
  left: -2.75rem;
  right: -2.75rem;
}

.focus\:-inset-x-12:focus {
  left: -3rem;
  right: -3rem;
}

.focus\:-inset-x-14:focus {
  left: -3.5rem;
  right: -3.5rem;
}

.focus\:-inset-x-16:focus {
  left: -4rem;
  right: -4rem;
}

.focus\:-inset-x-20:focus {
  left: -5rem;
  right: -5rem;
}

.focus\:-inset-x-24:focus {
  left: -6rem;
  right: -6rem;
}

.focus\:-inset-x-28:focus {
  left: -7rem;
  right: -7rem;
}

.focus\:-inset-x-32:focus {
  left: -8rem;
  right: -8rem;
}

.focus\:-inset-x-36:focus {
  left: -9rem;
  right: -9rem;
}

.focus\:-inset-x-40:focus {
  left: -10rem;
  right: -10rem;
}

.focus\:-inset-x-44:focus {
  left: -11rem;
  right: -11rem;
}

.focus\:-inset-x-48:focus {
  left: -12rem;
  right: -12rem;
}

.focus\:-inset-x-52:focus {
  left: -13rem;
  right: -13rem;
}

.focus\:-inset-x-56:focus {
  left: -14rem;
  right: -14rem;
}

.focus\:-inset-x-60:focus {
  left: -15rem;
  right: -15rem;
}

.focus\:-inset-x-64:focus {
  left: -16rem;
  right: -16rem;
}

.focus\:-inset-x-72:focus {
  left: -18rem;
  right: -18rem;
}

.focus\:-inset-x-80:focus {
  left: -20rem;
  right: -20rem;
}

.focus\:-inset-x-96:focus {
  left: -24rem;
  right: -24rem;
}

.focus\:-inset-x-px:focus {
  left: -1px;
  right: -1px;
}

.focus\:-inset-x-0\.5:focus {
  left: -0.125rem;
  right: -0.125rem;
}

.focus\:-inset-x-1\.5:focus {
  left: -0.375rem;
  right: -0.375rem;
}

.focus\:-inset-x-2\.5:focus {
  left: -0.625rem;
  right: -0.625rem;
}

.focus\:-inset-x-3\.5:focus {
  left: -0.875rem;
  right: -0.875rem;
}

.focus\:inset-x-1\/2:focus {
  left: 50%;
  right: 50%;
}

.focus\:inset-x-1\/3:focus {
  left: 33.333333%;
  right: 33.333333%;
}

.focus\:inset-x-2\/3:focus {
  left: 66.666667%;
  right: 66.666667%;
}

.focus\:inset-x-1\/4:focus {
  left: 25%;
  right: 25%;
}

.focus\:inset-x-2\/4:focus {
  left: 50%;
  right: 50%;
}

.focus\:inset-x-3\/4:focus {
  left: 75%;
  right: 75%;
}

.focus\:inset-x-full:focus {
  left: 100%;
  right: 100%;
}

.focus\:-inset-x-1\/2:focus {
  left: -50%;
  right: -50%;
}

.focus\:-inset-x-1\/3:focus {
  left: -33.333333%;
  right: -33.333333%;
}

.focus\:-inset-x-2\/3:focus {
  left: -66.666667%;
  right: -66.666667%;
}

.focus\:-inset-x-1\/4:focus {
  left: -25%;
  right: -25%;
}

.focus\:-inset-x-2\/4:focus {
  left: -50%;
  right: -50%;
}

.focus\:-inset-x-3\/4:focus {
  left: -75%;
  right: -75%;
}

.focus\:-inset-x-full:focus {
  left: -100%;
  right: -100%;
}

.focus\:inset-y-0:focus {
  top: 0px;
  bottom: 0px;
}

.focus\:inset-y-1:focus {
  top: 0.25rem;
  bottom: 0.25rem;
}

.focus\:inset-y-2:focus {
  top: 0.5rem;
  bottom: 0.5rem;
}

.focus\:inset-y-3:focus {
  top: 0.75rem;
  bottom: 0.75rem;
}

.focus\:inset-y-4:focus {
  top: 1rem;
  bottom: 1rem;
}

.focus\:inset-y-5:focus {
  top: 1.25rem;
  bottom: 1.25rem;
}

.focus\:inset-y-6:focus {
  top: 1.5rem;
  bottom: 1.5rem;
}

.focus\:inset-y-7:focus {
  top: 1.75rem;
  bottom: 1.75rem;
}

.focus\:inset-y-8:focus {
  top: 2rem;
  bottom: 2rem;
}

.focus\:inset-y-9:focus {
  top: 2.25rem;
  bottom: 2.25rem;
}

.focus\:inset-y-10:focus {
  top: 2.5rem;
  bottom: 2.5rem;
}

.focus\:inset-y-11:focus {
  top: 2.75rem;
  bottom: 2.75rem;
}

.focus\:inset-y-12:focus {
  top: 3rem;
  bottom: 3rem;
}

.focus\:inset-y-14:focus {
  top: 3.5rem;
  bottom: 3.5rem;
}

.focus\:inset-y-16:focus {
  top: 4rem;
  bottom: 4rem;
}

.focus\:inset-y-20:focus {
  top: 5rem;
  bottom: 5rem;
}

.focus\:inset-y-24:focus {
  top: 6rem;
  bottom: 6rem;
}

.focus\:inset-y-28:focus {
  top: 7rem;
  bottom: 7rem;
}

.focus\:inset-y-32:focus {
  top: 8rem;
  bottom: 8rem;
}

.focus\:inset-y-36:focus {
  top: 9rem;
  bottom: 9rem;
}

.focus\:inset-y-40:focus {
  top: 10rem;
  bottom: 10rem;
}

.focus\:inset-y-44:focus {
  top: 11rem;
  bottom: 11rem;
}

.focus\:inset-y-48:focus {
  top: 12rem;
  bottom: 12rem;
}

.focus\:inset-y-52:focus {
  top: 13rem;
  bottom: 13rem;
}

.focus\:inset-y-56:focus {
  top: 14rem;
  bottom: 14rem;
}

.focus\:inset-y-60:focus {
  top: 15rem;
  bottom: 15rem;
}

.focus\:inset-y-64:focus {
  top: 16rem;
  bottom: 16rem;
}

.focus\:inset-y-72:focus {
  top: 18rem;
  bottom: 18rem;
}

.focus\:inset-y-80:focus {
  top: 20rem;
  bottom: 20rem;
}

.focus\:inset-y-96:focus {
  top: 24rem;
  bottom: 24rem;
}

.focus\:inset-y-auto:focus {
  top: auto;
  bottom: auto;
}

.focus\:inset-y-px:focus {
  top: 1px;
  bottom: 1px;
}

.focus\:inset-y-0\.5:focus {
  top: 0.125rem;
  bottom: 0.125rem;
}

.focus\:inset-y-1\.5:focus {
  top: 0.375rem;
  bottom: 0.375rem;
}

.focus\:inset-y-2\.5:focus {
  top: 0.625rem;
  bottom: 0.625rem;
}

.focus\:inset-y-3\.5:focus {
  top: 0.875rem;
  bottom: 0.875rem;
}

.focus\:-inset-y-0:focus {
  top: 0px;
  bottom: 0px;
}

.focus\:-inset-y-1:focus {
  top: -0.25rem;
  bottom: -0.25rem;
}

.focus\:-inset-y-2:focus {
  top: -0.5rem;
  bottom: -0.5rem;
}

.focus\:-inset-y-3:focus {
  top: -0.75rem;
  bottom: -0.75rem;
}

.focus\:-inset-y-4:focus {
  top: -1rem;
  bottom: -1rem;
}

.focus\:-inset-y-5:focus {
  top: -1.25rem;
  bottom: -1.25rem;
}

.focus\:-inset-y-6:focus {
  top: -1.5rem;
  bottom: -1.5rem;
}

.focus\:-inset-y-7:focus {
  top: -1.75rem;
  bottom: -1.75rem;
}

.focus\:-inset-y-8:focus {
  top: -2rem;
  bottom: -2rem;
}

.focus\:-inset-y-9:focus {
  top: -2.25rem;
  bottom: -2.25rem;
}

.focus\:-inset-y-10:focus {
  top: -2.5rem;
  bottom: -2.5rem;
}

.focus\:-inset-y-11:focus {
  top: -2.75rem;
  bottom: -2.75rem;
}

.focus\:-inset-y-12:focus {
  top: -3rem;
  bottom: -3rem;
}

.focus\:-inset-y-14:focus {
  top: -3.5rem;
  bottom: -3.5rem;
}

.focus\:-inset-y-16:focus {
  top: -4rem;
  bottom: -4rem;
}

.focus\:-inset-y-20:focus {
  top: -5rem;
  bottom: -5rem;
}

.focus\:-inset-y-24:focus {
  top: -6rem;
  bottom: -6rem;
}

.focus\:-inset-y-28:focus {
  top: -7rem;
  bottom: -7rem;
}

.focus\:-inset-y-32:focus {
  top: -8rem;
  bottom: -8rem;
}

.focus\:-inset-y-36:focus {
  top: -9rem;
  bottom: -9rem;
}

.focus\:-inset-y-40:focus {
  top: -10rem;
  bottom: -10rem;
}

.focus\:-inset-y-44:focus {
  top: -11rem;
  bottom: -11rem;
}

.focus\:-inset-y-48:focus {
  top: -12rem;
  bottom: -12rem;
}

.focus\:-inset-y-52:focus {
  top: -13rem;
  bottom: -13rem;
}

.focus\:-inset-y-56:focus {
  top: -14rem;
  bottom: -14rem;
}

.focus\:-inset-y-60:focus {
  top: -15rem;
  bottom: -15rem;
}

.focus\:-inset-y-64:focus {
  top: -16rem;
  bottom: -16rem;
}

.focus\:-inset-y-72:focus {
  top: -18rem;
  bottom: -18rem;
}

.focus\:-inset-y-80:focus {
  top: -20rem;
  bottom: -20rem;
}

.focus\:-inset-y-96:focus {
  top: -24rem;
  bottom: -24rem;
}

.focus\:-inset-y-px:focus {
  top: -1px;
  bottom: -1px;
}

.focus\:-inset-y-0\.5:focus {
  top: -0.125rem;
  bottom: -0.125rem;
}

.focus\:-inset-y-1\.5:focus {
  top: -0.375rem;
  bottom: -0.375rem;
}

.focus\:-inset-y-2\.5:focus {
  top: -0.625rem;
  bottom: -0.625rem;
}

.focus\:-inset-y-3\.5:focus {
  top: -0.875rem;
  bottom: -0.875rem;
}

.focus\:inset-y-1\/2:focus {
  top: 50%;
  bottom: 50%;
}

.focus\:inset-y-1\/3:focus {
  top: 33.333333%;
  bottom: 33.333333%;
}

.focus\:inset-y-2\/3:focus {
  top: 66.666667%;
  bottom: 66.666667%;
}

.focus\:inset-y-1\/4:focus {
  top: 25%;
  bottom: 25%;
}

.focus\:inset-y-2\/4:focus {
  top: 50%;
  bottom: 50%;
}

.focus\:inset-y-3\/4:focus {
  top: 75%;
  bottom: 75%;
}

.focus\:inset-y-full:focus {
  top: 100%;
  bottom: 100%;
}

.focus\:-inset-y-1\/2:focus {
  top: -50%;
  bottom: -50%;
}

.focus\:-inset-y-1\/3:focus {
  top: -33.333333%;
  bottom: -33.333333%;
}

.focus\:-inset-y-2\/3:focus {
  top: -66.666667%;
  bottom: -66.666667%;
}

.focus\:-inset-y-1\/4:focus {
  top: -25%;
  bottom: -25%;
}

.focus\:-inset-y-2\/4:focus {
  top: -50%;
  bottom: -50%;
}

.focus\:-inset-y-3\/4:focus {
  top: -75%;
  bottom: -75%;
}

.focus\:-inset-y-full:focus {
  top: -100%;
  bottom: -100%;
}

.top-0 {
  top: 0px;
}

.top-1 {
  top: 0.25rem;
}

.top-2 {
  top: 0.5rem;
}

.top-3 {
  top: 0.75rem;
}

.top-4 {
  top: 1rem;
}

.top-5 {
  top: 1.25rem;
}

.top-6 {
  top: 1.5rem;
}

.top-7 {
  top: 1.75rem;
}

.top-8 {
  top: 2rem;
}

.top-9 {
  top: 2.25rem;
}

.top-10 {
  top: 2.5rem;
}

.top-11 {
  top: 2.75rem;
}

.top-12 {
  top: 3rem;
}

.top-14 {
  top: 3.5rem;
}

.top-16 {
  top: 4rem;
}

.top-20 {
  top: 5rem;
}

.top-24 {
  top: 6rem;
}

.top-28 {
  top: 7rem;
}

.top-32 {
  top: 8rem;
}

.top-36 {
  top: 9rem;
}

.top-40 {
  top: 10rem;
}

.top-44 {
  top: 11rem;
}

.top-48 {
  top: 12rem;
}

.top-52 {
  top: 13rem;
}

.top-56 {
  top: 14rem;
}

.top-60 {
  top: 15rem;
}

.top-64 {
  top: 16rem;
}

.top-72 {
  top: 18rem;
}

.top-80 {
  top: 20rem;
}

.top-96 {
  top: 24rem;
}

.top-auto {
  top: auto;
}

.top-px {
  top: 1px;
}

.top-0\.5 {
  top: 0.125rem;
}

.top-1\.5 {
  top: 0.375rem;
}

.top-2\.5 {
  top: 0.625rem;
}

.top-3\.5 {
  top: 0.875rem;
}

.-top-0 {
  top: 0px;
}

.-top-1 {
  top: -0.25rem;
}

.-top-2 {
  top: -0.5rem;
}

.-top-3 {
  top: -0.75rem;
}

.-top-4 {
  top: -1rem;
}

.-top-5 {
  top: -1.25rem;
}

.-top-6 {
  top: -1.5rem;
}

.-top-7 {
  top: -1.75rem;
}

.-top-8 {
  top: -2rem;
}

.-top-9 {
  top: -2.25rem;
}

.-top-10 {
  top: -2.5rem;
}

.-top-11 {
  top: -2.75rem;
}

.-top-12 {
  top: -3rem;
}

.-top-14 {
  top: -3.5rem;
}

.-top-16 {
  top: -4rem;
}

.-top-20 {
  top: -5rem;
}

.-top-24 {
  top: -6rem;
}

.-top-28 {
  top: -7rem;
}

.-top-32 {
  top: -8rem;
}

.-top-36 {
  top: -9rem;
}

.-top-40 {
  top: -10rem;
}

.-top-44 {
  top: -11rem;
}

.-top-48 {
  top: -12rem;
}

.-top-52 {
  top: -13rem;
}

.-top-56 {
  top: -14rem;
}

.-top-60 {
  top: -15rem;
}

.-top-64 {
  top: -16rem;
}

.-top-72 {
  top: -18rem;
}

.-top-80 {
  top: -20rem;
}

.-top-96 {
  top: -24rem;
}

.-top-px {
  top: -1px;
}

.-top-0\.5 {
  top: -0.125rem;
}

.-top-1\.5 {
  top: -0.375rem;
}

.-top-2\.5 {
  top: -0.625rem;
}

.-top-3\.5 {
  top: -0.875rem;
}

.top-1\/2 {
  top: 50%;
}

.top-1\/3 {
  top: 33.333333%;
}

.top-2\/3 {
  top: 66.666667%;
}

.top-1\/4 {
  top: 25%;
}

.top-2\/4 {
  top: 50%;
}

.top-3\/4 {
  top: 75%;
}

.top-full {
  top: 100%;
}

.-top-1\/2 {
  top: -50%;
}

.-top-1\/3 {
  top: -33.333333%;
}

.-top-2\/3 {
  top: -66.666667%;
}

.-top-1\/4 {
  top: -25%;
}

.-top-2\/4 {
  top: -50%;
}

.-top-3\/4 {
  top: -75%;
}

.-top-full {
  top: -100%;
}

.right-0 {
  right: 0px;
}

.right-1 {
  right: 0.25rem;
}

.right-2 {
  right: 0.5rem;
}

.right-3 {
  right: 0.75rem;
}

.right-4 {
  right: 1rem;
}

.right-5 {
  right: 1.25rem;
}

.right-6 {
  right: 1.5rem;
}

.right-7 {
  right: 1.75rem;
}

.right-8 {
  right: 2rem;
}

.right-9 {
  right: 2.25rem;
}

.right-10 {
  right: 2.5rem;
}

.right-11 {
  right: 2.75rem;
}

.right-12 {
  right: 3rem;
}

.right-14 {
  right: 3.5rem;
}

.right-16 {
  right: 4rem;
}

.right-20 {
  right: 5rem;
}

.right-24 {
  right: 6rem;
}

.right-28 {
  right: 7rem;
}

.right-32 {
  right: 8rem;
}

.right-36 {
  right: 9rem;
}

.right-40 {
  right: 10rem;
}

.right-44 {
  right: 11rem;
}

.right-48 {
  right: 12rem;
}

.right-52 {
  right: 13rem;
}

.right-56 {
  right: 14rem;
}

.right-60 {
  right: 15rem;
}

.right-64 {
  right: 16rem;
}

.right-72 {
  right: 18rem;
}

.right-80 {
  right: 20rem;
}

.right-96 {
  right: 24rem;
}

.right-auto {
  right: auto;
}

.right-px {
  right: 1px;
}

.right-0\.5 {
  right: 0.125rem;
}

.right-1\.5 {
  right: 0.375rem;
}

.right-2\.5 {
  right: 0.625rem;
}

.right-3\.5 {
  right: 0.875rem;
}

.-right-0 {
  right: 0px;
}

.-right-1 {
  right: -0.25rem;
}

.-right-2 {
  right: -0.5rem;
}

.-right-3 {
  right: -0.75rem;
}

.-right-4 {
  right: -1rem;
}

.-right-5 {
  right: -1.25rem;
}

.-right-6 {
  right: -1.5rem;
}

.-right-7 {
  right: -1.75rem;
}

.-right-8 {
  right: -2rem;
}

.-right-9 {
  right: -2.25rem;
}

.-right-10 {
  right: -2.5rem;
}

.-right-11 {
  right: -2.75rem;
}

.-right-12 {
  right: -3rem;
}

.-right-14 {
  right: -3.5rem;
}

.-right-16 {
  right: -4rem;
}

.-right-20 {
  right: -5rem;
}

.-right-24 {
  right: -6rem;
}

.-right-28 {
  right: -7rem;
}

.-right-32 {
  right: -8rem;
}

.-right-36 {
  right: -9rem;
}

.-right-40 {
  right: -10rem;
}

.-right-44 {
  right: -11rem;
}

.-right-48 {
  right: -12rem;
}

.-right-52 {
  right: -13rem;
}

.-right-56 {
  right: -14rem;
}

.-right-60 {
  right: -15rem;
}

.-right-64 {
  right: -16rem;
}

.-right-72 {
  right: -18rem;
}

.-right-80 {
  right: -20rem;
}

.-right-96 {
  right: -24rem;
}

.-right-px {
  right: -1px;
}

.-right-0\.5 {
  right: -0.125rem;
}

.-right-1\.5 {
  right: -0.375rem;
}

.-right-2\.5 {
  right: -0.625rem;
}

.-right-3\.5 {
  right: -0.875rem;
}

.right-1\/2 {
  right: 50%;
}

.right-1\/3 {
  right: 33.333333%;
}

.right-2\/3 {
  right: 66.666667%;
}

.right-1\/4 {
  right: 25%;
}

.right-2\/4 {
  right: 50%;
}

.right-3\/4 {
  right: 75%;
}

.right-full {
  right: 100%;
}

.-right-1\/2 {
  right: -50%;
}

.-right-1\/3 {
  right: -33.333333%;
}

.-right-2\/3 {
  right: -66.666667%;
}

.-right-1\/4 {
  right: -25%;
}

.-right-2\/4 {
  right: -50%;
}

.-right-3\/4 {
  right: -75%;
}

.-right-full {
  right: -100%;
}

.bottom-0 {
  bottom: 0px;
}

.bottom-1 {
  bottom: 0.25rem;
}

.bottom-2 {
  bottom: 0.5rem;
}

.bottom-3 {
  bottom: 0.75rem;
}

.bottom-4 {
  bottom: 1rem;
}

.bottom-5 {
  bottom: 1.25rem;
}

.bottom-6 {
  bottom: 1.5rem;
}

.bottom-7 {
  bottom: 1.75rem;
}

.bottom-8 {
  bottom: 2rem;
}

.bottom-9 {
  bottom: 2.25rem;
}

.bottom-10 {
  bottom: 2.5rem;
}

.bottom-11 {
  bottom: 2.75rem;
}

.bottom-12 {
  bottom: 3rem;
}

.bottom-14 {
  bottom: 3.5rem;
}

.bottom-16 {
  bottom: 4rem;
}

.bottom-20 {
  bottom: 5rem;
}

.bottom-24 {
  bottom: 6rem;
}

.bottom-28 {
  bottom: 7rem;
}

.bottom-32 {
  bottom: 8rem;
}

.bottom-36 {
  bottom: 9rem;
}

.bottom-40 {
  bottom: 10rem;
}

.bottom-44 {
  bottom: 11rem;
}

.bottom-48 {
  bottom: 12rem;
}

.bottom-52 {
  bottom: 13rem;
}

.bottom-56 {
  bottom: 14rem;
}

.bottom-60 {
  bottom: 15rem;
}

.bottom-64 {
  bottom: 16rem;
}

.bottom-72 {
  bottom: 18rem;
}

.bottom-80 {
  bottom: 20rem;
}

.bottom-96 {
  bottom: 24rem;
}

.bottom-auto {
  bottom: auto;
}

.bottom-px {
  bottom: 1px;
}

.bottom-0\.5 {
  bottom: 0.125rem;
}

.bottom-1\.5 {
  bottom: 0.375rem;
}

.bottom-2\.5 {
  bottom: 0.625rem;
}

.bottom-3\.5 {
  bottom: 0.875rem;
}

.-bottom-0 {
  bottom: 0px;
}

.-bottom-1 {
  bottom: -0.25rem;
}

.-bottom-2 {
  bottom: -0.5rem;
}

.-bottom-3 {
  bottom: -0.75rem;
}

.-bottom-4 {
  bottom: -1rem;
}

.-bottom-5 {
  bottom: -1.25rem;
}

.-bottom-6 {
  bottom: -1.5rem;
}

.-bottom-7 {
  bottom: -1.75rem;
}

.-bottom-8 {
  bottom: -2rem;
}

.-bottom-9 {
  bottom: -2.25rem;
}

.-bottom-10 {
  bottom: -2.5rem;
}

.-bottom-11 {
  bottom: -2.75rem;
}

.-bottom-12 {
  bottom: -3rem;
}

.-bottom-14 {
  bottom: -3.5rem;
}

.-bottom-16 {
  bottom: -4rem;
}

.-bottom-20 {
  bottom: -5rem;
}

.-bottom-24 {
  bottom: -6rem;
}

.-bottom-28 {
  bottom: -7rem;
}

.-bottom-32 {
  bottom: -8rem;
}

.-bottom-36 {
  bottom: -9rem;
}

.-bottom-40 {
  bottom: -10rem;
}

.-bottom-44 {
  bottom: -11rem;
}

.-bottom-48 {
  bottom: -12rem;
}

.-bottom-52 {
  bottom: -13rem;
}

.-bottom-56 {
  bottom: -14rem;
}

.-bottom-60 {
  bottom: -15rem;
}

.-bottom-64 {
  bottom: -16rem;
}

.-bottom-72 {
  bottom: -18rem;
}

.-bottom-80 {
  bottom: -20rem;
}

.-bottom-96 {
  bottom: -24rem;
}

.-bottom-px {
  bottom: -1px;
}

.-bottom-0\.5 {
  bottom: -0.125rem;
}

.-bottom-1\.5 {
  bottom: -0.375rem;
}

.-bottom-2\.5 {
  bottom: -0.625rem;
}

.-bottom-3\.5 {
  bottom: -0.875rem;
}

.bottom-1\/2 {
  bottom: 50%;
}

.bottom-1\/3 {
  bottom: 33.333333%;
}

.bottom-2\/3 {
  bottom: 66.666667%;
}

.bottom-1\/4 {
  bottom: 25%;
}

.bottom-2\/4 {
  bottom: 50%;
}

.bottom-3\/4 {
  bottom: 75%;
}

.bottom-full {
  bottom: 100%;
}

.-bottom-1\/2 {
  bottom: -50%;
}

.-bottom-1\/3 {
  bottom: -33.333333%;
}

.-bottom-2\/3 {
  bottom: -66.666667%;
}

.-bottom-1\/4 {
  bottom: -25%;
}

.-bottom-2\/4 {
  bottom: -50%;
}

.-bottom-3\/4 {
  bottom: -75%;
}

.-bottom-full {
  bottom: -100%;
}

.left-0 {
  left: 0px;
}

.left-1 {
  left: 0.25rem;
}

.left-2 {
  left: 0.5rem;
}

.left-3 {
  left: 0.75rem;
}

.left-4 {
  left: 1rem;
}

.left-5 {
  left: 1.25rem;
}

.left-6 {
  left: 1.5rem;
}

.left-7 {
  left: 1.75rem;
}

.left-8 {
  left: 2rem;
}

.left-9 {
  left: 2.25rem;
}

.left-10 {
  left: 2.5rem;
}

.left-11 {
  left: 2.75rem;
}

.left-12 {
  left: 3rem;
}

.left-14 {
  left: 3.5rem;
}

.left-16 {
  left: 4rem;
}

.left-20 {
  left: 5rem;
}

.left-24 {
  left: 6rem;
}

.left-28 {
  left: 7rem;
}

.left-32 {
  left: 8rem;
}

.left-36 {
  left: 9rem;
}

.left-40 {
  left: 10rem;
}

.left-44 {
  left: 11rem;
}

.left-48 {
  left: 12rem;
}

.left-52 {
  left: 13rem;
}

.left-56 {
  left: 14rem;
}

.left-60 {
  left: 15rem;
}

.left-64 {
  left: 16rem;
}

.left-72 {
  left: 18rem;
}

.left-80 {
  left: 20rem;
}

.left-96 {
  left: 24rem;
}

.left-auto {
  left: auto;
}

.left-px {
  left: 1px;
}

.left-0\.5 {
  left: 0.125rem;
}

.left-1\.5 {
  left: 0.375rem;
}

.left-2\.5 {
  left: 0.625rem;
}

.left-3\.5 {
  left: 0.875rem;
}

.-left-0 {
  left: 0px;
}

.-left-1 {
  left: -0.25rem;
}

.-left-2 {
  left: -0.5rem;
}

.-left-3 {
  left: -0.75rem;
}

.-left-4 {
  left: -1rem;
}

.-left-5 {
  left: -1.25rem;
}

.-left-6 {
  left: -1.5rem;
}

.-left-7 {
  left: -1.75rem;
}

.-left-8 {
  left: -2rem;
}

.-left-9 {
  left: -2.25rem;
}

.-left-10 {
  left: -2.5rem;
}

.-left-11 {
  left: -2.75rem;
}

.-left-12 {
  left: -3rem;
}

.-left-14 {
  left: -3.5rem;
}

.-left-16 {
  left: -4rem;
}

.-left-20 {
  left: -5rem;
}

.-left-24 {
  left: -6rem;
}

.-left-28 {
  left: -7rem;
}

.-left-32 {
  left: -8rem;
}

.-left-36 {
  left: -9rem;
}

.-left-40 {
  left: -10rem;
}

.-left-44 {
  left: -11rem;
}

.-left-48 {
  left: -12rem;
}

.-left-52 {
  left: -13rem;
}

.-left-56 {
  left: -14rem;
}

.-left-60 {
  left: -15rem;
}

.-left-64 {
  left: -16rem;
}

.-left-72 {
  left: -18rem;
}

.-left-80 {
  left: -20rem;
}

.-left-96 {
  left: -24rem;
}

.-left-px {
  left: -1px;
}

.-left-0\.5 {
  left: -0.125rem;
}

.-left-1\.5 {
  left: -0.375rem;
}

.-left-2\.5 {
  left: -0.625rem;
}

.-left-3\.5 {
  left: -0.875rem;
}

.left-1\/2 {
  left: 50%;
}

.left-1\/3 {
  left: 33.333333%;
}

.left-2\/3 {
  left: 66.666667%;
}

.left-1\/4 {
  left: 25%;
}

.left-2\/4 {
  left: 50%;
}

.left-3\/4 {
  left: 75%;
}

.left-full {
  left: 100%;
}

.-left-1\/2 {
  left: -50%;
}

.-left-1\/3 {
  left: -33.333333%;
}

.-left-2\/3 {
  left: -66.666667%;
}

.-left-1\/4 {
  left: -25%;
}

.-left-2\/4 {
  left: -50%;
}

.-left-3\/4 {
  left: -75%;
}

.-left-full {
  left: -100%;
}

.focus\:top-0:focus {
  top: 0px;
}

.focus\:top-1:focus {
  top: 0.25rem;
}

.focus\:top-2:focus {
  top: 0.5rem;
}

.focus\:top-3:focus {
  top: 0.75rem;
}

.focus\:top-4:focus {
  top: 1rem;
}

.focus\:top-5:focus {
  top: 1.25rem;
}

.focus\:top-6:focus {
  top: 1.5rem;
}

.focus\:top-7:focus {
  top: 1.75rem;
}

.focus\:top-8:focus {
  top: 2rem;
}

.focus\:top-9:focus {
  top: 2.25rem;
}

.focus\:top-10:focus {
  top: 2.5rem;
}

.focus\:top-11:focus {
  top: 2.75rem;
}

.focus\:top-12:focus {
  top: 3rem;
}

.focus\:top-14:focus {
  top: 3.5rem;
}

.focus\:top-16:focus {
  top: 4rem;
}

.focus\:top-20:focus {
  top: 5rem;
}

.focus\:top-24:focus {
  top: 6rem;
}

.focus\:top-28:focus {
  top: 7rem;
}

.focus\:top-32:focus {
  top: 8rem;
}

.focus\:top-36:focus {
  top: 9rem;
}

.focus\:top-40:focus {
  top: 10rem;
}

.focus\:top-44:focus {
  top: 11rem;
}

.focus\:top-48:focus {
  top: 12rem;
}

.focus\:top-52:focus {
  top: 13rem;
}

.focus\:top-56:focus {
  top: 14rem;
}

.focus\:top-60:focus {
  top: 15rem;
}

.focus\:top-64:focus {
  top: 16rem;
}

.focus\:top-72:focus {
  top: 18rem;
}

.focus\:top-80:focus {
  top: 20rem;
}

.focus\:top-96:focus {
  top: 24rem;
}

.focus\:top-auto:focus {
  top: auto;
}

.focus\:top-px:focus {
  top: 1px;
}

.focus\:top-0\.5:focus {
  top: 0.125rem;
}

.focus\:top-1\.5:focus {
  top: 0.375rem;
}

.focus\:top-2\.5:focus {
  top: 0.625rem;
}

.focus\:top-3\.5:focus {
  top: 0.875rem;
}

.focus\:-top-0:focus {
  top: 0px;
}

.focus\:-top-1:focus {
  top: -0.25rem;
}

.focus\:-top-2:focus {
  top: -0.5rem;
}

.focus\:-top-3:focus {
  top: -0.75rem;
}

.focus\:-top-4:focus {
  top: -1rem;
}

.focus\:-top-5:focus {
  top: -1.25rem;
}

.focus\:-top-6:focus {
  top: -1.5rem;
}

.focus\:-top-7:focus {
  top: -1.75rem;
}

.focus\:-top-8:focus {
  top: -2rem;
}

.focus\:-top-9:focus {
  top: -2.25rem;
}

.focus\:-top-10:focus {
  top: -2.5rem;
}

.focus\:-top-11:focus {
  top: -2.75rem;
}

.focus\:-top-12:focus {
  top: -3rem;
}

.focus\:-top-14:focus {
  top: -3.5rem;
}

.focus\:-top-16:focus {
  top: -4rem;
}

.focus\:-top-20:focus {
  top: -5rem;
}

.focus\:-top-24:focus {
  top: -6rem;
}

.focus\:-top-28:focus {
  top: -7rem;
}

.focus\:-top-32:focus {
  top: -8rem;
}

.focus\:-top-36:focus {
  top: -9rem;
}

.focus\:-top-40:focus {
  top: -10rem;
}

.focus\:-top-44:focus {
  top: -11rem;
}

.focus\:-top-48:focus {
  top: -12rem;
}

.focus\:-top-52:focus {
  top: -13rem;
}

.focus\:-top-56:focus {
  top: -14rem;
}

.focus\:-top-60:focus {
  top: -15rem;
}

.focus\:-top-64:focus {
  top: -16rem;
}

.focus\:-top-72:focus {
  top: -18rem;
}

.focus\:-top-80:focus {
  top: -20rem;
}

.focus\:-top-96:focus {
  top: -24rem;
}

.focus\:-top-px:focus {
  top: -1px;
}

.focus\:-top-0\.5:focus {
  top: -0.125rem;
}

.focus\:-top-1\.5:focus {
  top: -0.375rem;
}

.focus\:-top-2\.5:focus {
  top: -0.625rem;
}

.focus\:-top-3\.5:focus {
  top: -0.875rem;
}

.focus\:top-1\/2:focus {
  top: 50%;
}

.focus\:top-1\/3:focus {
  top: 33.333333%;
}

.focus\:top-2\/3:focus {
  top: 66.666667%;
}

.focus\:top-1\/4:focus {
  top: 25%;
}

.focus\:top-2\/4:focus {
  top: 50%;
}

.focus\:top-3\/4:focus {
  top: 75%;
}

.focus\:top-full:focus {
  top: 100%;
}

.focus\:-top-1\/2:focus {
  top: -50%;
}

.focus\:-top-1\/3:focus {
  top: -33.333333%;
}

.focus\:-top-2\/3:focus {
  top: -66.666667%;
}

.focus\:-top-1\/4:focus {
  top: -25%;
}

.focus\:-top-2\/4:focus {
  top: -50%;
}

.focus\:-top-3\/4:focus {
  top: -75%;
}

.focus\:-top-full:focus {
  top: -100%;
}

.focus\:right-0:focus {
  right: 0px;
}

.focus\:right-1:focus {
  right: 0.25rem;
}

.focus\:right-2:focus {
  right: 0.5rem;
}

.focus\:right-3:focus {
  right: 0.75rem;
}

.focus\:right-4:focus {
  right: 1rem;
}

.focus\:right-5:focus {
  right: 1.25rem;
}

.focus\:right-6:focus {
  right: 1.5rem;
}

.focus\:right-7:focus {
  right: 1.75rem;
}

.focus\:right-8:focus {
  right: 2rem;
}

.focus\:right-9:focus {
  right: 2.25rem;
}

.focus\:right-10:focus {
  right: 2.5rem;
}

.focus\:right-11:focus {
  right: 2.75rem;
}

.focus\:right-12:focus {
  right: 3rem;
}

.focus\:right-14:focus {
  right: 3.5rem;
}

.focus\:right-16:focus {
  right: 4rem;
}

.focus\:right-20:focus {
  right: 5rem;
}

.focus\:right-24:focus {
  right: 6rem;
}

.focus\:right-28:focus {
  right: 7rem;
}

.focus\:right-32:focus {
  right: 8rem;
}

.focus\:right-36:focus {
  right: 9rem;
}

.focus\:right-40:focus {
  right: 10rem;
}

.focus\:right-44:focus {
  right: 11rem;
}

.focus\:right-48:focus {
  right: 12rem;
}

.focus\:right-52:focus {
  right: 13rem;
}

.focus\:right-56:focus {
  right: 14rem;
}

.focus\:right-60:focus {
  right: 15rem;
}

.focus\:right-64:focus {
  right: 16rem;
}

.focus\:right-72:focus {
  right: 18rem;
}

.focus\:right-80:focus {
  right: 20rem;
}

.focus\:right-96:focus {
  right: 24rem;
}

.focus\:right-auto:focus {
  right: auto;
}

.focus\:right-px:focus {
  right: 1px;
}

.focus\:right-0\.5:focus {
  right: 0.125rem;
}

.focus\:right-1\.5:focus {
  right: 0.375rem;
}

.focus\:right-2\.5:focus {
  right: 0.625rem;
}

.focus\:right-3\.5:focus {
  right: 0.875rem;
}

.focus\:-right-0:focus {
  right: 0px;
}

.focus\:-right-1:focus {
  right: -0.25rem;
}

.focus\:-right-2:focus {
  right: -0.5rem;
}

.focus\:-right-3:focus {
  right: -0.75rem;
}

.focus\:-right-4:focus {
  right: -1rem;
}

.focus\:-right-5:focus {
  right: -1.25rem;
}

.focus\:-right-6:focus {
  right: -1.5rem;
}

.focus\:-right-7:focus {
  right: -1.75rem;
}

.focus\:-right-8:focus {
  right: -2rem;
}

.focus\:-right-9:focus {
  right: -2.25rem;
}

.focus\:-right-10:focus {
  right: -2.5rem;
}

.focus\:-right-11:focus {
  right: -2.75rem;
}

.focus\:-right-12:focus {
  right: -3rem;
}

.focus\:-right-14:focus {
  right: -3.5rem;
}

.focus\:-right-16:focus {
  right: -4rem;
}

.focus\:-right-20:focus {
  right: -5rem;
}

.focus\:-right-24:focus {
  right: -6rem;
}

.focus\:-right-28:focus {
  right: -7rem;
}

.focus\:-right-32:focus {
  right: -8rem;
}

.focus\:-right-36:focus {
  right: -9rem;
}

.focus\:-right-40:focus {
  right: -10rem;
}

.focus\:-right-44:focus {
  right: -11rem;
}

.focus\:-right-48:focus {
  right: -12rem;
}

.focus\:-right-52:focus {
  right: -13rem;
}

.focus\:-right-56:focus {
  right: -14rem;
}

.focus\:-right-60:focus {
  right: -15rem;
}

.focus\:-right-64:focus {
  right: -16rem;
}

.focus\:-right-72:focus {
  right: -18rem;
}

.focus\:-right-80:focus {
  right: -20rem;
}

.focus\:-right-96:focus {
  right: -24rem;
}

.focus\:-right-px:focus {
  right: -1px;
}

.focus\:-right-0\.5:focus {
  right: -0.125rem;
}

.focus\:-right-1\.5:focus {
  right: -0.375rem;
}

.focus\:-right-2\.5:focus {
  right: -0.625rem;
}

.focus\:-right-3\.5:focus {
  right: -0.875rem;
}

.focus\:right-1\/2:focus {
  right: 50%;
}

.focus\:right-1\/3:focus {
  right: 33.333333%;
}

.focus\:right-2\/3:focus {
  right: 66.666667%;
}

.focus\:right-1\/4:focus {
  right: 25%;
}

.focus\:right-2\/4:focus {
  right: 50%;
}

.focus\:right-3\/4:focus {
  right: 75%;
}

.focus\:right-full:focus {
  right: 100%;
}

.focus\:-right-1\/2:focus {
  right: -50%;
}

.focus\:-right-1\/3:focus {
  right: -33.333333%;
}

.focus\:-right-2\/3:focus {
  right: -66.666667%;
}

.focus\:-right-1\/4:focus {
  right: -25%;
}

.focus\:-right-2\/4:focus {
  right: -50%;
}

.focus\:-right-3\/4:focus {
  right: -75%;
}

.focus\:-right-full:focus {
  right: -100%;
}

.focus\:bottom-0:focus {
  bottom: 0px;
}

.focus\:bottom-1:focus {
  bottom: 0.25rem;
}

.focus\:bottom-2:focus {
  bottom: 0.5rem;
}

.focus\:bottom-3:focus {
  bottom: 0.75rem;
}

.focus\:bottom-4:focus {
  bottom: 1rem;
}

.focus\:bottom-5:focus {
  bottom: 1.25rem;
}

.focus\:bottom-6:focus {
  bottom: 1.5rem;
}

.focus\:bottom-7:focus {
  bottom: 1.75rem;
}

.focus\:bottom-8:focus {
  bottom: 2rem;
}

.focus\:bottom-9:focus {
  bottom: 2.25rem;
}

.focus\:bottom-10:focus {
  bottom: 2.5rem;
}

.focus\:bottom-11:focus {
  bottom: 2.75rem;
}

.focus\:bottom-12:focus {
  bottom: 3rem;
}

.focus\:bottom-14:focus {
  bottom: 3.5rem;
}

.focus\:bottom-16:focus {
  bottom: 4rem;
}

.focus\:bottom-20:focus {
  bottom: 5rem;
}

.focus\:bottom-24:focus {
  bottom: 6rem;
}

.focus\:bottom-28:focus {
  bottom: 7rem;
}

.focus\:bottom-32:focus {
  bottom: 8rem;
}

.focus\:bottom-36:focus {
  bottom: 9rem;
}

.focus\:bottom-40:focus {
  bottom: 10rem;
}

.focus\:bottom-44:focus {
  bottom: 11rem;
}

.focus\:bottom-48:focus {
  bottom: 12rem;
}

.focus\:bottom-52:focus {
  bottom: 13rem;
}

.focus\:bottom-56:focus {
  bottom: 14rem;
}

.focus\:bottom-60:focus {
  bottom: 15rem;
}

.focus\:bottom-64:focus {
  bottom: 16rem;
}

.focus\:bottom-72:focus {
  bottom: 18rem;
}

.focus\:bottom-80:focus {
  bottom: 20rem;
}

.focus\:bottom-96:focus {
  bottom: 24rem;
}

.focus\:bottom-auto:focus {
  bottom: auto;
}

.focus\:bottom-px:focus {
  bottom: 1px;
}

.focus\:bottom-0\.5:focus {
  bottom: 0.125rem;
}

.focus\:bottom-1\.5:focus {
  bottom: 0.375rem;
}

.focus\:bottom-2\.5:focus {
  bottom: 0.625rem;
}

.focus\:bottom-3\.5:focus {
  bottom: 0.875rem;
}

.focus\:-bottom-0:focus {
  bottom: 0px;
}

.focus\:-bottom-1:focus {
  bottom: -0.25rem;
}

.focus\:-bottom-2:focus {
  bottom: -0.5rem;
}

.focus\:-bottom-3:focus {
  bottom: -0.75rem;
}

.focus\:-bottom-4:focus {
  bottom: -1rem;
}

.focus\:-bottom-5:focus {
  bottom: -1.25rem;
}

.focus\:-bottom-6:focus {
  bottom: -1.5rem;
}

.focus\:-bottom-7:focus {
  bottom: -1.75rem;
}

.focus\:-bottom-8:focus {
  bottom: -2rem;
}

.focus\:-bottom-9:focus {
  bottom: -2.25rem;
}

.focus\:-bottom-10:focus {
  bottom: -2.5rem;
}

.focus\:-bottom-11:focus {
  bottom: -2.75rem;
}

.focus\:-bottom-12:focus {
  bottom: -3rem;
}

.focus\:-bottom-14:focus {
  bottom: -3.5rem;
}

.focus\:-bottom-16:focus {
  bottom: -4rem;
}

.focus\:-bottom-20:focus {
  bottom: -5rem;
}

.focus\:-bottom-24:focus {
  bottom: -6rem;
}

.focus\:-bottom-28:focus {
  bottom: -7rem;
}

.focus\:-bottom-32:focus {
  bottom: -8rem;
}

.focus\:-bottom-36:focus {
  bottom: -9rem;
}

.focus\:-bottom-40:focus {
  bottom: -10rem;
}

.focus\:-bottom-44:focus {
  bottom: -11rem;
}

.focus\:-bottom-48:focus {
  bottom: -12rem;
}

.focus\:-bottom-52:focus {
  bottom: -13rem;
}

.focus\:-bottom-56:focus {
  bottom: -14rem;
}

.focus\:-bottom-60:focus {
  bottom: -15rem;
}

.focus\:-bottom-64:focus {
  bottom: -16rem;
}

.focus\:-bottom-72:focus {
  bottom: -18rem;
}

.focus\:-bottom-80:focus {
  bottom: -20rem;
}

.focus\:-bottom-96:focus {
  bottom: -24rem;
}

.focus\:-bottom-px:focus {
  bottom: -1px;
}

.focus\:-bottom-0\.5:focus {
  bottom: -0.125rem;
}

.focus\:-bottom-1\.5:focus {
  bottom: -0.375rem;
}

.focus\:-bottom-2\.5:focus {
  bottom: -0.625rem;
}

.focus\:-bottom-3\.5:focus {
  bottom: -0.875rem;
}

.focus\:bottom-1\/2:focus {
  bottom: 50%;
}

.focus\:bottom-1\/3:focus {
  bottom: 33.333333%;
}

.focus\:bottom-2\/3:focus {
  bottom: 66.666667%;
}

.focus\:bottom-1\/4:focus {
  bottom: 25%;
}

.focus\:bottom-2\/4:focus {
  bottom: 50%;
}

.focus\:bottom-3\/4:focus {
  bottom: 75%;
}

.focus\:bottom-full:focus {
  bottom: 100%;
}

.focus\:-bottom-1\/2:focus {
  bottom: -50%;
}

.focus\:-bottom-1\/3:focus {
  bottom: -33.333333%;
}

.focus\:-bottom-2\/3:focus {
  bottom: -66.666667%;
}

.focus\:-bottom-1\/4:focus {
  bottom: -25%;
}

.focus\:-bottom-2\/4:focus {
  bottom: -50%;
}

.focus\:-bottom-3\/4:focus {
  bottom: -75%;
}

.focus\:-bottom-full:focus {
  bottom: -100%;
}

.focus\:left-0:focus {
  left: 0px;
}

.focus\:left-1:focus {
  left: 0.25rem;
}

.focus\:left-2:focus {
  left: 0.5rem;
}

.focus\:left-3:focus {
  left: 0.75rem;
}

.focus\:left-4:focus {
  left: 1rem;
}

.focus\:left-5:focus {
  left: 1.25rem;
}

.focus\:left-6:focus {
  left: 1.5rem;
}

.focus\:left-7:focus {
  left: 1.75rem;
}

.focus\:left-8:focus {
  left: 2rem;
}

.focus\:left-9:focus {
  left: 2.25rem;
}

.focus\:left-10:focus {
  left: 2.5rem;
}

.focus\:left-11:focus {
  left: 2.75rem;
}

.focus\:left-12:focus {
  left: 3rem;
}

.focus\:left-14:focus {
  left: 3.5rem;
}

.focus\:left-16:focus {
  left: 4rem;
}

.focus\:left-20:focus {
  left: 5rem;
}

.focus\:left-24:focus {
  left: 6rem;
}

.focus\:left-28:focus {
  left: 7rem;
}

.focus\:left-32:focus {
  left: 8rem;
}

.focus\:left-36:focus {
  left: 9rem;
}

.focus\:left-40:focus {
  left: 10rem;
}

.focus\:left-44:focus {
  left: 11rem;
}

.focus\:left-48:focus {
  left: 12rem;
}

.focus\:left-52:focus {
  left: 13rem;
}

.focus\:left-56:focus {
  left: 14rem;
}

.focus\:left-60:focus {
  left: 15rem;
}

.focus\:left-64:focus {
  left: 16rem;
}

.focus\:left-72:focus {
  left: 18rem;
}

.focus\:left-80:focus {
  left: 20rem;
}

.focus\:left-96:focus {
  left: 24rem;
}

.focus\:left-auto:focus {
  left: auto;
}

.focus\:left-px:focus {
  left: 1px;
}

.focus\:left-0\.5:focus {
  left: 0.125rem;
}

.focus\:left-1\.5:focus {
  left: 0.375rem;
}

.focus\:left-2\.5:focus {
  left: 0.625rem;
}

.focus\:left-3\.5:focus {
  left: 0.875rem;
}

.focus\:-left-0:focus {
  left: 0px;
}

.focus\:-left-1:focus {
  left: -0.25rem;
}

.focus\:-left-2:focus {
  left: -0.5rem;
}

.focus\:-left-3:focus {
  left: -0.75rem;
}

.focus\:-left-4:focus {
  left: -1rem;
}

.focus\:-left-5:focus {
  left: -1.25rem;
}

.focus\:-left-6:focus {
  left: -1.5rem;
}

.focus\:-left-7:focus {
  left: -1.75rem;
}

.focus\:-left-8:focus {
  left: -2rem;
}

.focus\:-left-9:focus {
  left: -2.25rem;
}

.focus\:-left-10:focus {
  left: -2.5rem;
}

.focus\:-left-11:focus {
  left: -2.75rem;
}

.focus\:-left-12:focus {
  left: -3rem;
}

.focus\:-left-14:focus {
  left: -3.5rem;
}

.focus\:-left-16:focus {
  left: -4rem;
}

.focus\:-left-20:focus {
  left: -5rem;
}

.focus\:-left-24:focus {
  left: -6rem;
}

.focus\:-left-28:focus {
  left: -7rem;
}

.focus\:-left-32:focus {
  left: -8rem;
}

.focus\:-left-36:focus {
  left: -9rem;
}

.focus\:-left-40:focus {
  left: -10rem;
}

.focus\:-left-44:focus {
  left: -11rem;
}

.focus\:-left-48:focus {
  left: -12rem;
}

.focus\:-left-52:focus {
  left: -13rem;
}

.focus\:-left-56:focus {
  left: -14rem;
}

.focus\:-left-60:focus {
  left: -15rem;
}

.focus\:-left-64:focus {
  left: -16rem;
}

.focus\:-left-72:focus {
  left: -18rem;
}

.focus\:-left-80:focus {
  left: -20rem;
}

.focus\:-left-96:focus {
  left: -24rem;
}

.focus\:-left-px:focus {
  left: -1px;
}

.focus\:-left-0\.5:focus {
  left: -0.125rem;
}

.focus\:-left-1\.5:focus {
  left: -0.375rem;
}

.focus\:-left-2\.5:focus {
  left: -0.625rem;
}

.focus\:-left-3\.5:focus {
  left: -0.875rem;
}

.focus\:left-1\/2:focus {
  left: 50%;
}

.focus\:left-1\/3:focus {
  left: 33.333333%;
}

.focus\:left-2\/3:focus {
  left: 66.666667%;
}

.focus\:left-1\/4:focus {
  left: 25%;
}

.focus\:left-2\/4:focus {
  left: 50%;
}

.focus\:left-3\/4:focus {
  left: 75%;
}

.focus\:left-full:focus {
  left: 100%;
}

.focus\:-left-1\/2:focus {
  left: -50%;
}

.focus\:-left-1\/3:focus {
  left: -33.333333%;
}

.focus\:-left-2\/3:focus {
  left: -66.666667%;
}

.focus\:-left-1\/4:focus {
  left: -25%;
}

.focus\:-left-2\/4:focus {
  left: -50%;
}

.focus\:-left-3\/4:focus {
  left: -75%;
}

.focus\:-left-full:focus {
  left: -100%;
}

.isolate {
  isolation: isolate;
}

.isolation-auto {
  isolation: auto;
}

.z-1 {
  z-index: 1;
}

.z-2 {
  z-index: 2;
}

.z-3 {
  z-index: 3;
}

.z-4 {
  z-index: 4;
}

.z-5 {
  z-index: 5;
}

.z-6 {
  z-index: 6;
}

.z-7 {
  z-index: 7;
}

.z-8 {
  z-index: 8;
}

.z-9 {
  z-index: 9;
}

.z-10 {
  z-index: 10;
}

.-z-1 {
  z-index: -1;
}

.z-flash-messages {
  z-index: var(--z-index-flash-messages);
}

.z-overlay {
  z-index: var(--z-index-overlay);
}

.z-overlay-loader {
  z-index: var(--z-index-overlay-loader);
}

.z-tooltip {
  z-index: var(--z-index-tooltip);
}

.z-popover-sticky {
  z-index: var(--z-index-popover-sticky);
}

.z-popover {
  z-index: var(--z-index-popover);
}

.z-skip-to-content {
  z-index: var(--z-index-skip-to-content);
}

.z-tablist {
  z-index: var(--z-index-tablist);
}

.z-tabpanel {
  z-index: var(--z-index-tabpanel);
}

.z-tabpanel-scrim {
  z-index: var(--z-index-tabpanel-scrim);
}

.z-template-head {
  z-index: var(--z-index-template-head);
}

.z-template-main-head-sticky {
  z-index: var(--z-index-template-main-head-sticky);
}

.z-template-main-head {
  z-index: var(--z-index-template-main-head);
}

.z-template-main {
  z-index: var(--z-index-template-main);
}

.z-search-results-navigation {
  z-index: var(--z-index-navigation-search);
}

.hover\:z-1:hover {
  z-index: 1;
}

.hover\:z-2:hover {
  z-index: 2;
}

.hover\:z-3:hover {
  z-index: 3;
}

.hover\:z-4:hover {
  z-index: 4;
}

.hover\:z-5:hover {
  z-index: 5;
}

.hover\:z-6:hover {
  z-index: 6;
}

.hover\:z-7:hover {
  z-index: 7;
}

.hover\:z-8:hover {
  z-index: 8;
}

.hover\:z-9:hover {
  z-index: 9;
}

.hover\:z-10:hover {
  z-index: 10;
}

.hover\:-z-1:hover {
  z-index: -1;
}

.hover\:z-flash-messages:hover {
  z-index: var(--z-index-flash-messages);
}

.hover\:z-overlay:hover {
  z-index: var(--z-index-overlay);
}

.hover\:z-overlay-loader:hover {
  z-index: var(--z-index-overlay-loader);
}

.hover\:z-tooltip:hover {
  z-index: var(--z-index-tooltip);
}

.hover\:z-popover-sticky:hover {
  z-index: var(--z-index-popover-sticky);
}

.hover\:z-popover:hover {
  z-index: var(--z-index-popover);
}

.hover\:z-skip-to-content:hover {
  z-index: var(--z-index-skip-to-content);
}

.hover\:z-tablist:hover {
  z-index: var(--z-index-tablist);
}

.hover\:z-tabpanel:hover {
  z-index: var(--z-index-tabpanel);
}

.hover\:z-tabpanel-scrim:hover {
  z-index: var(--z-index-tabpanel-scrim);
}

.hover\:z-template-head:hover {
  z-index: var(--z-index-template-head);
}

.hover\:z-template-main-head-sticky:hover {
  z-index: var(--z-index-template-main-head-sticky);
}

.hover\:z-template-main-head:hover {
  z-index: var(--z-index-template-main-head);
}

.hover\:z-template-main:hover {
  z-index: var(--z-index-template-main);
}

.hover\:z-search-results-navigation:hover {
  z-index: var(--z-index-navigation-search);
}

.active\:z-1:active {
  z-index: 1;
}

.active\:z-2:active {
  z-index: 2;
}

.active\:z-3:active {
  z-index: 3;
}

.active\:z-4:active {
  z-index: 4;
}

.active\:z-5:active {
  z-index: 5;
}

.active\:z-6:active {
  z-index: 6;
}

.active\:z-7:active {
  z-index: 7;
}

.active\:z-8:active {
  z-index: 8;
}

.active\:z-9:active {
  z-index: 9;
}

.active\:z-10:active {
  z-index: 10;
}

.active\:-z-1:active {
  z-index: -1;
}

.active\:z-flash-messages:active {
  z-index: var(--z-index-flash-messages);
}

.active\:z-overlay:active {
  z-index: var(--z-index-overlay);
}

.active\:z-overlay-loader:active {
  z-index: var(--z-index-overlay-loader);
}

.active\:z-tooltip:active {
  z-index: var(--z-index-tooltip);
}

.active\:z-popover-sticky:active {
  z-index: var(--z-index-popover-sticky);
}

.active\:z-popover:active {
  z-index: var(--z-index-popover);
}

.active\:z-skip-to-content:active {
  z-index: var(--z-index-skip-to-content);
}

.active\:z-tablist:active {
  z-index: var(--z-index-tablist);
}

.active\:z-tabpanel:active {
  z-index: var(--z-index-tabpanel);
}

.active\:z-tabpanel-scrim:active {
  z-index: var(--z-index-tabpanel-scrim);
}

.active\:z-template-head:active {
  z-index: var(--z-index-template-head);
}

.active\:z-template-main-head-sticky:active {
  z-index: var(--z-index-template-main-head-sticky);
}

.active\:z-template-main-head:active {
  z-index: var(--z-index-template-main-head);
}

.active\:z-template-main:active {
  z-index: var(--z-index-template-main);
}

.active\:z-search-results-navigation:active {
  z-index: var(--z-index-navigation-search);
}

.group:hover .group-hover\:z-1 {
  z-index: 1;
}

.group:hover .group-hover\:z-2 {
  z-index: 2;
}

.group:hover .group-hover\:z-3 {
  z-index: 3;
}

.group:hover .group-hover\:z-4 {
  z-index: 4;
}

.group:hover .group-hover\:z-5 {
  z-index: 5;
}

.group:hover .group-hover\:z-6 {
  z-index: 6;
}

.group:hover .group-hover\:z-7 {
  z-index: 7;
}

.group:hover .group-hover\:z-8 {
  z-index: 8;
}

.group:hover .group-hover\:z-9 {
  z-index: 9;
}

.group:hover .group-hover\:z-10 {
  z-index: 10;
}

.group:hover .group-hover\:-z-1 {
  z-index: -1;
}

.group:hover .group-hover\:z-flash-messages {
  z-index: var(--z-index-flash-messages);
}

.group:hover .group-hover\:z-overlay {
  z-index: var(--z-index-overlay);
}

.group:hover .group-hover\:z-overlay-loader {
  z-index: var(--z-index-overlay-loader);
}

.group:hover .group-hover\:z-tooltip {
  z-index: var(--z-index-tooltip);
}

.group:hover .group-hover\:z-popover-sticky {
  z-index: var(--z-index-popover-sticky);
}

.group:hover .group-hover\:z-popover {
  z-index: var(--z-index-popover);
}

.group:hover .group-hover\:z-skip-to-content {
  z-index: var(--z-index-skip-to-content);
}

.group:hover .group-hover\:z-tablist {
  z-index: var(--z-index-tablist);
}

.group:hover .group-hover\:z-tabpanel {
  z-index: var(--z-index-tabpanel);
}

.group:hover .group-hover\:z-tabpanel-scrim {
  z-index: var(--z-index-tabpanel-scrim);
}

.group:hover .group-hover\:z-template-head {
  z-index: var(--z-index-template-head);
}

.group:hover .group-hover\:z-template-main-head-sticky {
  z-index: var(--z-index-template-main-head-sticky);
}

.group:hover .group-hover\:z-template-main-head {
  z-index: var(--z-index-template-main-head);
}

.group:hover .group-hover\:z-template-main {
  z-index: var(--z-index-template-main);
}

.group:hover .group-hover\:z-search-results-navigation {
  z-index: var(--z-index-navigation-search);
}

.order-1 {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

.order-2 {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}

.order-3 {
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
}

.order-4 {
  -webkit-box-ordinal-group: 5;
      -ms-flex-order: 4;
          order: 4;
}

.order-5 {
  -webkit-box-ordinal-group: 6;
      -ms-flex-order: 5;
          order: 5;
}

.order-6 {
  -webkit-box-ordinal-group: 7;
      -ms-flex-order: 6;
          order: 6;
}

.order-7 {
  -webkit-box-ordinal-group: 8;
      -ms-flex-order: 7;
          order: 7;
}

.order-8 {
  -webkit-box-ordinal-group: 9;
      -ms-flex-order: 8;
          order: 8;
}

.order-9 {
  -webkit-box-ordinal-group: 10;
      -ms-flex-order: 9;
          order: 9;
}

.order-10 {
  -webkit-box-ordinal-group: 11;
      -ms-flex-order: 10;
          order: 10;
}

.order-11 {
  -webkit-box-ordinal-group: 12;
      -ms-flex-order: 11;
          order: 11;
}

.order-12 {
  -webkit-box-ordinal-group: 13;
      -ms-flex-order: 12;
          order: 12;
}

.order-first {
  -webkit-box-ordinal-group: -9998;
      -ms-flex-order: -9999;
          order: -9999;
}

.order-last {
  -webkit-box-ordinal-group: 10000;
      -ms-flex-order: 9999;
          order: 9999;
}

.order-none {
  -webkit-box-ordinal-group: 1;
      -ms-flex-order: 0;
          order: 0;
}

.col-auto {
  grid-column: auto;
}

.col-span-1 {
  grid-column: span 1 / span 1;
}

.col-span-2 {
  grid-column: span 2 / span 2;
}

.col-span-3 {
  grid-column: span 3 / span 3;
}

.col-span-4 {
  grid-column: span 4 / span 4;
}

.col-span-5 {
  grid-column: span 5 / span 5;
}

.col-span-6 {
  grid-column: span 6 / span 6;
}

.col-span-7 {
  grid-column: span 7 / span 7;
}

.col-span-8 {
  grid-column: span 8 / span 8;
}

.col-span-9 {
  grid-column: span 9 / span 9;
}

.col-span-10 {
  grid-column: span 10 / span 10;
}

.col-span-11 {
  grid-column: span 11 / span 11;
}

.col-span-12 {
  grid-column: span 12 / span 12;
}

.col-span-full {
  grid-column: 1 / -1;
}

.col-start-1 {
  grid-column-start: 1;
}

.col-start-2 {
  grid-column-start: 2;
}

.col-start-3 {
  grid-column-start: 3;
}

.col-start-4 {
  grid-column-start: 4;
}

.col-start-5 {
  grid-column-start: 5;
}

.col-start-6 {
  grid-column-start: 6;
}

.col-start-7 {
  grid-column-start: 7;
}

.col-start-8 {
  grid-column-start: 8;
}

.col-start-9 {
  grid-column-start: 9;
}

.col-start-10 {
  grid-column-start: 10;
}

.col-start-11 {
  grid-column-start: 11;
}

.col-start-12 {
  grid-column-start: 12;
}

.col-start-13 {
  grid-column-start: 13;
}

.col-start-auto {
  grid-column-start: auto;
}

.col-end-1 {
  grid-column-end: 1;
}

.col-end-2 {
  grid-column-end: 2;
}

.col-end-3 {
  grid-column-end: 3;
}

.col-end-4 {
  grid-column-end: 4;
}

.col-end-5 {
  grid-column-end: 5;
}

.col-end-6 {
  grid-column-end: 6;
}

.col-end-7 {
  grid-column-end: 7;
}

.col-end-8 {
  grid-column-end: 8;
}

.col-end-9 {
  grid-column-end: 9;
}

.col-end-10 {
  grid-column-end: 10;
}

.col-end-11 {
  grid-column-end: 11;
}

.col-end-12 {
  grid-column-end: 12;
}

.col-end-13 {
  grid-column-end: 13;
}

.col-end-auto {
  grid-column-end: auto;
}

.row-auto {
  grid-row: auto;
}

.row-span-1 {
  grid-row: span 1 / span 1;
}

.row-span-2 {
  grid-row: span 2 / span 2;
}

.row-span-3 {
  grid-row: span 3 / span 3;
}

.row-span-4 {
  grid-row: span 4 / span 4;
}

.row-span-5 {
  grid-row: span 5 / span 5;
}

.row-span-6 {
  grid-row: span 6 / span 6;
}

.row-span-full {
  grid-row: 1 / -1;
}

.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-5 {
  grid-row-start: 5;
}

.row-start-6 {
  grid-row-start: 6;
}

.row-start-7 {
  grid-row-start: 7;
}

.row-start-auto {
  grid-row-start: auto;
}

.row-end-1 {
  grid-row-end: 1;
}

.row-end-2 {
  grid-row-end: 2;
}

.row-end-3 {
  grid-row-end: 3;
}

.row-end-4 {
  grid-row-end: 4;
}

.row-end-5 {
  grid-row-end: 5;
}

.row-end-6 {
  grid-row-end: 6;
}

.row-end-7 {
  grid-row-end: 7;
}

.row-end-auto {
  grid-row-end: auto;
}

.float-right {
  float: right;
}

.float-left {
  float: left;
}

.float-none {
  float: none;
}

.clear-left {
  clear: left;
}

.clear-right {
  clear: right;
}

.clear-both {
  clear: both;
}

.clear-none {
  clear: none;
}

.m-0 {
  margin: 0px;
}

.m-1 {
  margin: 0.25rem;
}

.m-2 {
  margin: 0.5rem;
}

.m-3 {
  margin: 0.75rem;
}

.m-4 {
  margin: 1rem;
}

.m-5 {
  margin: 1.25rem;
}

.m-6 {
  margin: 1.5rem;
}

.m-7 {
  margin: 1.75rem;
}

.m-8 {
  margin: 2rem;
}

.m-9 {
  margin: 2.25rem;
}

.m-10 {
  margin: 2.5rem;
}

.m-11 {
  margin: 2.75rem;
}

.m-12 {
  margin: 3rem;
}

.m-14 {
  margin: 3.5rem;
}

.m-16 {
  margin: 4rem;
}

.m-20 {
  margin: 5rem;
}

.m-24 {
  margin: 6rem;
}

.m-28 {
  margin: 7rem;
}

.m-32 {
  margin: 8rem;
}

.m-36 {
  margin: 9rem;
}

.m-40 {
  margin: 10rem;
}

.m-44 {
  margin: 11rem;
}

.m-48 {
  margin: 12rem;
}

.m-52 {
  margin: 13rem;
}

.m-56 {
  margin: 14rem;
}

.m-60 {
  margin: 15rem;
}

.m-64 {
  margin: 16rem;
}

.m-72 {
  margin: 18rem;
}

.m-80 {
  margin: 20rem;
}

.m-96 {
  margin: 24rem;
}

.m-auto {
  margin: auto;
}

.m-px {
  margin: 1px;
}

.m-0\.5 {
  margin: 0.125rem;
}

.m-1\.5 {
  margin: 0.375rem;
}

.m-2\.5 {
  margin: 0.625rem;
}

.m-3\.5 {
  margin: 0.875rem;
}

.-m-0 {
  margin: 0px;
}

.-m-1 {
  margin: -0.25rem;
}

.-m-2 {
  margin: -0.5rem;
}

.-m-3 {
  margin: -0.75rem;
}

.-m-4 {
  margin: -1rem;
}

.-m-5 {
  margin: -1.25rem;
}

.-m-6 {
  margin: -1.5rem;
}

.-m-7 {
  margin: -1.75rem;
}

.-m-8 {
  margin: -2rem;
}

.-m-9 {
  margin: -2.25rem;
}

.-m-10 {
  margin: -2.5rem;
}

.-m-11 {
  margin: -2.75rem;
}

.-m-12 {
  margin: -3rem;
}

.-m-14 {
  margin: -3.5rem;
}

.-m-16 {
  margin: -4rem;
}

.-m-20 {
  margin: -5rem;
}

.-m-24 {
  margin: -6rem;
}

.-m-28 {
  margin: -7rem;
}

.-m-32 {
  margin: -8rem;
}

.-m-36 {
  margin: -9rem;
}

.-m-40 {
  margin: -10rem;
}

.-m-44 {
  margin: -11rem;
}

.-m-48 {
  margin: -12rem;
}

.-m-52 {
  margin: -13rem;
}

.-m-56 {
  margin: -14rem;
}

.-m-60 {
  margin: -15rem;
}

.-m-64 {
  margin: -16rem;
}

.-m-72 {
  margin: -18rem;
}

.-m-80 {
  margin: -20rem;
}

.-m-96 {
  margin: -24rem;
}

.-m-px {
  margin: -1px;
}

.-m-0\.5 {
  margin: -0.125rem;
}

.-m-1\.5 {
  margin: -0.375rem;
}

.-m-2\.5 {
  margin: -0.625rem;
}

.-m-3\.5 {
  margin: -0.875rem;
}

.first\:m-0:first-child {
  margin: 0px;
}

.first\:m-1:first-child {
  margin: 0.25rem;
}

.first\:m-2:first-child {
  margin: 0.5rem;
}

.first\:m-3:first-child {
  margin: 0.75rem;
}

.first\:m-4:first-child {
  margin: 1rem;
}

.first\:m-5:first-child {
  margin: 1.25rem;
}

.first\:m-6:first-child {
  margin: 1.5rem;
}

.first\:m-7:first-child {
  margin: 1.75rem;
}

.first\:m-8:first-child {
  margin: 2rem;
}

.first\:m-9:first-child {
  margin: 2.25rem;
}

.first\:m-10:first-child {
  margin: 2.5rem;
}

.first\:m-11:first-child {
  margin: 2.75rem;
}

.first\:m-12:first-child {
  margin: 3rem;
}

.first\:m-14:first-child {
  margin: 3.5rem;
}

.first\:m-16:first-child {
  margin: 4rem;
}

.first\:m-20:first-child {
  margin: 5rem;
}

.first\:m-24:first-child {
  margin: 6rem;
}

.first\:m-28:first-child {
  margin: 7rem;
}

.first\:m-32:first-child {
  margin: 8rem;
}

.first\:m-36:first-child {
  margin: 9rem;
}

.first\:m-40:first-child {
  margin: 10rem;
}

.first\:m-44:first-child {
  margin: 11rem;
}

.first\:m-48:first-child {
  margin: 12rem;
}

.first\:m-52:first-child {
  margin: 13rem;
}

.first\:m-56:first-child {
  margin: 14rem;
}

.first\:m-60:first-child {
  margin: 15rem;
}

.first\:m-64:first-child {
  margin: 16rem;
}

.first\:m-72:first-child {
  margin: 18rem;
}

.first\:m-80:first-child {
  margin: 20rem;
}

.first\:m-96:first-child {
  margin: 24rem;
}

.first\:m-auto:first-child {
  margin: auto;
}

.first\:m-px:first-child {
  margin: 1px;
}

.first\:m-0\.5:first-child {
  margin: 0.125rem;
}

.first\:m-1\.5:first-child {
  margin: 0.375rem;
}

.first\:m-2\.5:first-child {
  margin: 0.625rem;
}

.first\:m-3\.5:first-child {
  margin: 0.875rem;
}

.first\:-m-0:first-child {
  margin: 0px;
}

.first\:-m-1:first-child {
  margin: -0.25rem;
}

.first\:-m-2:first-child {
  margin: -0.5rem;
}

.first\:-m-3:first-child {
  margin: -0.75rem;
}

.first\:-m-4:first-child {
  margin: -1rem;
}

.first\:-m-5:first-child {
  margin: -1.25rem;
}

.first\:-m-6:first-child {
  margin: -1.5rem;
}

.first\:-m-7:first-child {
  margin: -1.75rem;
}

.first\:-m-8:first-child {
  margin: -2rem;
}

.first\:-m-9:first-child {
  margin: -2.25rem;
}

.first\:-m-10:first-child {
  margin: -2.5rem;
}

.first\:-m-11:first-child {
  margin: -2.75rem;
}

.first\:-m-12:first-child {
  margin: -3rem;
}

.first\:-m-14:first-child {
  margin: -3.5rem;
}

.first\:-m-16:first-child {
  margin: -4rem;
}

.first\:-m-20:first-child {
  margin: -5rem;
}

.first\:-m-24:first-child {
  margin: -6rem;
}

.first\:-m-28:first-child {
  margin: -7rem;
}

.first\:-m-32:first-child {
  margin: -8rem;
}

.first\:-m-36:first-child {
  margin: -9rem;
}

.first\:-m-40:first-child {
  margin: -10rem;
}

.first\:-m-44:first-child {
  margin: -11rem;
}

.first\:-m-48:first-child {
  margin: -12rem;
}

.first\:-m-52:first-child {
  margin: -13rem;
}

.first\:-m-56:first-child {
  margin: -14rem;
}

.first\:-m-60:first-child {
  margin: -15rem;
}

.first\:-m-64:first-child {
  margin: -16rem;
}

.first\:-m-72:first-child {
  margin: -18rem;
}

.first\:-m-80:first-child {
  margin: -20rem;
}

.first\:-m-96:first-child {
  margin: -24rem;
}

.first\:-m-px:first-child {
  margin: -1px;
}

.first\:-m-0\.5:first-child {
  margin: -0.125rem;
}

.first\:-m-1\.5:first-child {
  margin: -0.375rem;
}

.first\:-m-2\.5:first-child {
  margin: -0.625rem;
}

.first\:-m-3\.5:first-child {
  margin: -0.875rem;
}

.last\:m-0:last-child {
  margin: 0px;
}

.last\:m-1:last-child {
  margin: 0.25rem;
}

.last\:m-2:last-child {
  margin: 0.5rem;
}

.last\:m-3:last-child {
  margin: 0.75rem;
}

.last\:m-4:last-child {
  margin: 1rem;
}

.last\:m-5:last-child {
  margin: 1.25rem;
}

.last\:m-6:last-child {
  margin: 1.5rem;
}

.last\:m-7:last-child {
  margin: 1.75rem;
}

.last\:m-8:last-child {
  margin: 2rem;
}

.last\:m-9:last-child {
  margin: 2.25rem;
}

.last\:m-10:last-child {
  margin: 2.5rem;
}

.last\:m-11:last-child {
  margin: 2.75rem;
}

.last\:m-12:last-child {
  margin: 3rem;
}

.last\:m-14:last-child {
  margin: 3.5rem;
}

.last\:m-16:last-child {
  margin: 4rem;
}

.last\:m-20:last-child {
  margin: 5rem;
}

.last\:m-24:last-child {
  margin: 6rem;
}

.last\:m-28:last-child {
  margin: 7rem;
}

.last\:m-32:last-child {
  margin: 8rem;
}

.last\:m-36:last-child {
  margin: 9rem;
}

.last\:m-40:last-child {
  margin: 10rem;
}

.last\:m-44:last-child {
  margin: 11rem;
}

.last\:m-48:last-child {
  margin: 12rem;
}

.last\:m-52:last-child {
  margin: 13rem;
}

.last\:m-56:last-child {
  margin: 14rem;
}

.last\:m-60:last-child {
  margin: 15rem;
}

.last\:m-64:last-child {
  margin: 16rem;
}

.last\:m-72:last-child {
  margin: 18rem;
}

.last\:m-80:last-child {
  margin: 20rem;
}

.last\:m-96:last-child {
  margin: 24rem;
}

.last\:m-auto:last-child {
  margin: auto;
}

.last\:m-px:last-child {
  margin: 1px;
}

.last\:m-0\.5:last-child {
  margin: 0.125rem;
}

.last\:m-1\.5:last-child {
  margin: 0.375rem;
}

.last\:m-2\.5:last-child {
  margin: 0.625rem;
}

.last\:m-3\.5:last-child {
  margin: 0.875rem;
}

.last\:-m-0:last-child {
  margin: 0px;
}

.last\:-m-1:last-child {
  margin: -0.25rem;
}

.last\:-m-2:last-child {
  margin: -0.5rem;
}

.last\:-m-3:last-child {
  margin: -0.75rem;
}

.last\:-m-4:last-child {
  margin: -1rem;
}

.last\:-m-5:last-child {
  margin: -1.25rem;
}

.last\:-m-6:last-child {
  margin: -1.5rem;
}

.last\:-m-7:last-child {
  margin: -1.75rem;
}

.last\:-m-8:last-child {
  margin: -2rem;
}

.last\:-m-9:last-child {
  margin: -2.25rem;
}

.last\:-m-10:last-child {
  margin: -2.5rem;
}

.last\:-m-11:last-child {
  margin: -2.75rem;
}

.last\:-m-12:last-child {
  margin: -3rem;
}

.last\:-m-14:last-child {
  margin: -3.5rem;
}

.last\:-m-16:last-child {
  margin: -4rem;
}

.last\:-m-20:last-child {
  margin: -5rem;
}

.last\:-m-24:last-child {
  margin: -6rem;
}

.last\:-m-28:last-child {
  margin: -7rem;
}

.last\:-m-32:last-child {
  margin: -8rem;
}

.last\:-m-36:last-child {
  margin: -9rem;
}

.last\:-m-40:last-child {
  margin: -10rem;
}

.last\:-m-44:last-child {
  margin: -11rem;
}

.last\:-m-48:last-child {
  margin: -12rem;
}

.last\:-m-52:last-child {
  margin: -13rem;
}

.last\:-m-56:last-child {
  margin: -14rem;
}

.last\:-m-60:last-child {
  margin: -15rem;
}

.last\:-m-64:last-child {
  margin: -16rem;
}

.last\:-m-72:last-child {
  margin: -18rem;
}

.last\:-m-80:last-child {
  margin: -20rem;
}

.last\:-m-96:last-child {
  margin: -24rem;
}

.last\:-m-px:last-child {
  margin: -1px;
}

.last\:-m-0\.5:last-child {
  margin: -0.125rem;
}

.last\:-m-1\.5:last-child {
  margin: -0.375rem;
}

.last\:-m-2\.5:last-child {
  margin: -0.625rem;
}

.last\:-m-3\.5:last-child {
  margin: -0.875rem;
}

.mx-0 {
  margin-left: 0px;
  margin-right: 0px;
}

.mx-1 {
  margin-left: 0.25rem;
  margin-right: 0.25rem;
}

.mx-2 {
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}

.mx-3 {
  margin-left: 0.75rem;
  margin-right: 0.75rem;
}

.mx-4 {
  margin-left: 1rem;
  margin-right: 1rem;
}

.mx-5 {
  margin-left: 1.25rem;
  margin-right: 1.25rem;
}

.mx-6 {
  margin-left: 1.5rem;
  margin-right: 1.5rem;
}

.mx-7 {
  margin-left: 1.75rem;
  margin-right: 1.75rem;
}

.mx-8 {
  margin-left: 2rem;
  margin-right: 2rem;
}

.mx-9 {
  margin-left: 2.25rem;
  margin-right: 2.25rem;
}

.mx-10 {
  margin-left: 2.5rem;
  margin-right: 2.5rem;
}

.mx-11 {
  margin-left: 2.75rem;
  margin-right: 2.75rem;
}

.mx-12 {
  margin-left: 3rem;
  margin-right: 3rem;
}

.mx-14 {
  margin-left: 3.5rem;
  margin-right: 3.5rem;
}

.mx-16 {
  margin-left: 4rem;
  margin-right: 4rem;
}

.mx-20 {
  margin-left: 5rem;
  margin-right: 5rem;
}

.mx-24 {
  margin-left: 6rem;
  margin-right: 6rem;
}

.mx-28 {
  margin-left: 7rem;
  margin-right: 7rem;
}

.mx-32 {
  margin-left: 8rem;
  margin-right: 8rem;
}

.mx-36 {
  margin-left: 9rem;
  margin-right: 9rem;
}

.mx-40 {
  margin-left: 10rem;
  margin-right: 10rem;
}

.mx-44 {
  margin-left: 11rem;
  margin-right: 11rem;
}

.mx-48 {
  margin-left: 12rem;
  margin-right: 12rem;
}

.mx-52 {
  margin-left: 13rem;
  margin-right: 13rem;
}

.mx-56 {
  margin-left: 14rem;
  margin-right: 14rem;
}

.mx-60 {
  margin-left: 15rem;
  margin-right: 15rem;
}

.mx-64 {
  margin-left: 16rem;
  margin-right: 16rem;
}

.mx-72 {
  margin-left: 18rem;
  margin-right: 18rem;
}

.mx-80 {
  margin-left: 20rem;
  margin-right: 20rem;
}

.mx-96 {
  margin-left: 24rem;
  margin-right: 24rem;
}

.mx-auto {
  margin-left: auto;
  margin-right: auto;
}

.mx-px {
  margin-left: 1px;
  margin-right: 1px;
}

.mx-0\.5 {
  margin-left: 0.125rem;
  margin-right: 0.125rem;
}

.mx-1\.5 {
  margin-left: 0.375rem;
  margin-right: 0.375rem;
}

.mx-2\.5 {
  margin-left: 0.625rem;
  margin-right: 0.625rem;
}

.mx-3\.5 {
  margin-left: 0.875rem;
  margin-right: 0.875rem;
}

.-mx-0 {
  margin-left: 0px;
  margin-right: 0px;
}

.-mx-1 {
  margin-left: -0.25rem;
  margin-right: -0.25rem;
}

.-mx-2 {
  margin-left: -0.5rem;
  margin-right: -0.5rem;
}

.-mx-3 {
  margin-left: -0.75rem;
  margin-right: -0.75rem;
}

.-mx-4 {
  margin-left: -1rem;
  margin-right: -1rem;
}

.-mx-5 {
  margin-left: -1.25rem;
  margin-right: -1.25rem;
}

.-mx-6 {
  margin-left: -1.5rem;
  margin-right: -1.5rem;
}

.-mx-7 {
  margin-left: -1.75rem;
  margin-right: -1.75rem;
}

.-mx-8 {
  margin-left: -2rem;
  margin-right: -2rem;
}

.-mx-9 {
  margin-left: -2.25rem;
  margin-right: -2.25rem;
}

.-mx-10 {
  margin-left: -2.5rem;
  margin-right: -2.5rem;
}

.-mx-11 {
  margin-left: -2.75rem;
  margin-right: -2.75rem;
}

.-mx-12 {
  margin-left: -3rem;
  margin-right: -3rem;
}

.-mx-14 {
  margin-left: -3.5rem;
  margin-right: -3.5rem;
}

.-mx-16 {
  margin-left: -4rem;
  margin-right: -4rem;
}

.-mx-20 {
  margin-left: -5rem;
  margin-right: -5rem;
}

.-mx-24 {
  margin-left: -6rem;
  margin-right: -6rem;
}

.-mx-28 {
  margin-left: -7rem;
  margin-right: -7rem;
}

.-mx-32 {
  margin-left: -8rem;
  margin-right: -8rem;
}

.-mx-36 {
  margin-left: -9rem;
  margin-right: -9rem;
}

.-mx-40 {
  margin-left: -10rem;
  margin-right: -10rem;
}

.-mx-44 {
  margin-left: -11rem;
  margin-right: -11rem;
}

.-mx-48 {
  margin-left: -12rem;
  margin-right: -12rem;
}

.-mx-52 {
  margin-left: -13rem;
  margin-right: -13rem;
}

.-mx-56 {
  margin-left: -14rem;
  margin-right: -14rem;
}

.-mx-60 {
  margin-left: -15rem;
  margin-right: -15rem;
}

.-mx-64 {
  margin-left: -16rem;
  margin-right: -16rem;
}

.-mx-72 {
  margin-left: -18rem;
  margin-right: -18rem;
}

.-mx-80 {
  margin-left: -20rem;
  margin-right: -20rem;
}

.-mx-96 {
  margin-left: -24rem;
  margin-right: -24rem;
}

.-mx-px {
  margin-left: -1px;
  margin-right: -1px;
}

.-mx-0\.5 {
  margin-left: -0.125rem;
  margin-right: -0.125rem;
}

.-mx-1\.5 {
  margin-left: -0.375rem;
  margin-right: -0.375rem;
}

.-mx-2\.5 {
  margin-left: -0.625rem;
  margin-right: -0.625rem;
}

.-mx-3\.5 {
  margin-left: -0.875rem;
  margin-right: -0.875rem;
}

.my-0 {
  margin-top: 0px;
  margin-bottom: 0px;
}

.my-1 {
  margin-top: 0.25rem;
  margin-bottom: 0.25rem;
}

.my-2 {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}

.my-3 {
  margin-top: 0.75rem;
  margin-bottom: 0.75rem;
}

.my-4 {
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.my-5 {
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
}

.my-6 {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}

.my-7 {
  margin-top: 1.75rem;
  margin-bottom: 1.75rem;
}

.my-8 {
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.my-9 {
  margin-top: 2.25rem;
  margin-bottom: 2.25rem;
}

.my-10 {
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
}

.my-11 {
  margin-top: 2.75rem;
  margin-bottom: 2.75rem;
}

.my-12 {
  margin-top: 3rem;
  margin-bottom: 3rem;
}

.my-14 {
  margin-top: 3.5rem;
  margin-bottom: 3.5rem;
}

.my-16 {
  margin-top: 4rem;
  margin-bottom: 4rem;
}

.my-20 {
  margin-top: 5rem;
  margin-bottom: 5rem;
}

.my-24 {
  margin-top: 6rem;
  margin-bottom: 6rem;
}

.my-28 {
  margin-top: 7rem;
  margin-bottom: 7rem;
}

.my-32 {
  margin-top: 8rem;
  margin-bottom: 8rem;
}

.my-36 {
  margin-top: 9rem;
  margin-bottom: 9rem;
}

.my-40 {
  margin-top: 10rem;
  margin-bottom: 10rem;
}

.my-44 {
  margin-top: 11rem;
  margin-bottom: 11rem;
}

.my-48 {
  margin-top: 12rem;
  margin-bottom: 12rem;
}

.my-52 {
  margin-top: 13rem;
  margin-bottom: 13rem;
}

.my-56 {
  margin-top: 14rem;
  margin-bottom: 14rem;
}

.my-60 {
  margin-top: 15rem;
  margin-bottom: 15rem;
}

.my-64 {
  margin-top: 16rem;
  margin-bottom: 16rem;
}

.my-72 {
  margin-top: 18rem;
  margin-bottom: 18rem;
}

.my-80 {
  margin-top: 20rem;
  margin-bottom: 20rem;
}

.my-96 {
  margin-top: 24rem;
  margin-bottom: 24rem;
}

.my-auto {
  margin-top: auto;
  margin-bottom: auto;
}

.my-px {
  margin-top: 1px;
  margin-bottom: 1px;
}

.my-0\.5 {
  margin-top: 0.125rem;
  margin-bottom: 0.125rem;
}

.my-1\.5 {
  margin-top: 0.375rem;
  margin-bottom: 0.375rem;
}

.my-2\.5 {
  margin-top: 0.625rem;
  margin-bottom: 0.625rem;
}

.my-3\.5 {
  margin-top: 0.875rem;
  margin-bottom: 0.875rem;
}

.-my-0 {
  margin-top: 0px;
  margin-bottom: 0px;
}

.-my-1 {
  margin-top: -0.25rem;
  margin-bottom: -0.25rem;
}

.-my-2 {
  margin-top: -0.5rem;
  margin-bottom: -0.5rem;
}

.-my-3 {
  margin-top: -0.75rem;
  margin-bottom: -0.75rem;
}

.-my-4 {
  margin-top: -1rem;
  margin-bottom: -1rem;
}

.-my-5 {
  margin-top: -1.25rem;
  margin-bottom: -1.25rem;
}

.-my-6 {
  margin-top: -1.5rem;
  margin-bottom: -1.5rem;
}

.-my-7 {
  margin-top: -1.75rem;
  margin-bottom: -1.75rem;
}

.-my-8 {
  margin-top: -2rem;
  margin-bottom: -2rem;
}

.-my-9 {
  margin-top: -2.25rem;
  margin-bottom: -2.25rem;
}

.-my-10 {
  margin-top: -2.5rem;
  margin-bottom: -2.5rem;
}

.-my-11 {
  margin-top: -2.75rem;
  margin-bottom: -2.75rem;
}

.-my-12 {
  margin-top: -3rem;
  margin-bottom: -3rem;
}

.-my-14 {
  margin-top: -3.5rem;
  margin-bottom: -3.5rem;
}

.-my-16 {
  margin-top: -4rem;
  margin-bottom: -4rem;
}

.-my-20 {
  margin-top: -5rem;
  margin-bottom: -5rem;
}

.-my-24 {
  margin-top: -6rem;
  margin-bottom: -6rem;
}

.-my-28 {
  margin-top: -7rem;
  margin-bottom: -7rem;
}

.-my-32 {
  margin-top: -8rem;
  margin-bottom: -8rem;
}

.-my-36 {
  margin-top: -9rem;
  margin-bottom: -9rem;
}

.-my-40 {
  margin-top: -10rem;
  margin-bottom: -10rem;
}

.-my-44 {
  margin-top: -11rem;
  margin-bottom: -11rem;
}

.-my-48 {
  margin-top: -12rem;
  margin-bottom: -12rem;
}

.-my-52 {
  margin-top: -13rem;
  margin-bottom: -13rem;
}

.-my-56 {
  margin-top: -14rem;
  margin-bottom: -14rem;
}

.-my-60 {
  margin-top: -15rem;
  margin-bottom: -15rem;
}

.-my-64 {
  margin-top: -16rem;
  margin-bottom: -16rem;
}

.-my-72 {
  margin-top: -18rem;
  margin-bottom: -18rem;
}

.-my-80 {
  margin-top: -20rem;
  margin-bottom: -20rem;
}

.-my-96 {
  margin-top: -24rem;
  margin-bottom: -24rem;
}

.-my-px {
  margin-top: -1px;
  margin-bottom: -1px;
}

.-my-0\.5 {
  margin-top: -0.125rem;
  margin-bottom: -0.125rem;
}

.-my-1\.5 {
  margin-top: -0.375rem;
  margin-bottom: -0.375rem;
}

.-my-2\.5 {
  margin-top: -0.625rem;
  margin-bottom: -0.625rem;
}

.-my-3\.5 {
  margin-top: -0.875rem;
  margin-bottom: -0.875rem;
}

.first\:mx-0:first-child {
  margin-left: 0px;
  margin-right: 0px;
}

.first\:mx-1:first-child {
  margin-left: 0.25rem;
  margin-right: 0.25rem;
}

.first\:mx-2:first-child {
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}

.first\:mx-3:first-child {
  margin-left: 0.75rem;
  margin-right: 0.75rem;
}

.first\:mx-4:first-child {
  margin-left: 1rem;
  margin-right: 1rem;
}

.first\:mx-5:first-child {
  margin-left: 1.25rem;
  margin-right: 1.25rem;
}

.first\:mx-6:first-child {
  margin-left: 1.5rem;
  margin-right: 1.5rem;
}

.first\:mx-7:first-child {
  margin-left: 1.75rem;
  margin-right: 1.75rem;
}

.first\:mx-8:first-child {
  margin-left: 2rem;
  margin-right: 2rem;
}

.first\:mx-9:first-child {
  margin-left: 2.25rem;
  margin-right: 2.25rem;
}

.first\:mx-10:first-child {
  margin-left: 2.5rem;
  margin-right: 2.5rem;
}

.first\:mx-11:first-child {
  margin-left: 2.75rem;
  margin-right: 2.75rem;
}

.first\:mx-12:first-child {
  margin-left: 3rem;
  margin-right: 3rem;
}

.first\:mx-14:first-child {
  margin-left: 3.5rem;
  margin-right: 3.5rem;
}

.first\:mx-16:first-child {
  margin-left: 4rem;
  margin-right: 4rem;
}

.first\:mx-20:first-child {
  margin-left: 5rem;
  margin-right: 5rem;
}

.first\:mx-24:first-child {
  margin-left: 6rem;
  margin-right: 6rem;
}

.first\:mx-28:first-child {
  margin-left: 7rem;
  margin-right: 7rem;
}

.first\:mx-32:first-child {
  margin-left: 8rem;
  margin-right: 8rem;
}

.first\:mx-36:first-child {
  margin-left: 9rem;
  margin-right: 9rem;
}

.first\:mx-40:first-child {
  margin-left: 10rem;
  margin-right: 10rem;
}

.first\:mx-44:first-child {
  margin-left: 11rem;
  margin-right: 11rem;
}

.first\:mx-48:first-child {
  margin-left: 12rem;
  margin-right: 12rem;
}

.first\:mx-52:first-child {
  margin-left: 13rem;
  margin-right: 13rem;
}

.first\:mx-56:first-child {
  margin-left: 14rem;
  margin-right: 14rem;
}

.first\:mx-60:first-child {
  margin-left: 15rem;
  margin-right: 15rem;
}

.first\:mx-64:first-child {
  margin-left: 16rem;
  margin-right: 16rem;
}

.first\:mx-72:first-child {
  margin-left: 18rem;
  margin-right: 18rem;
}

.first\:mx-80:first-child {
  margin-left: 20rem;
  margin-right: 20rem;
}

.first\:mx-96:first-child {
  margin-left: 24rem;
  margin-right: 24rem;
}

.first\:mx-auto:first-child {
  margin-left: auto;
  margin-right: auto;
}

.first\:mx-px:first-child {
  margin-left: 1px;
  margin-right: 1px;
}

.first\:mx-0\.5:first-child {
  margin-left: 0.125rem;
  margin-right: 0.125rem;
}

.first\:mx-1\.5:first-child {
  margin-left: 0.375rem;
  margin-right: 0.375rem;
}

.first\:mx-2\.5:first-child {
  margin-left: 0.625rem;
  margin-right: 0.625rem;
}

.first\:mx-3\.5:first-child {
  margin-left: 0.875rem;
  margin-right: 0.875rem;
}

.first\:-mx-0:first-child {
  margin-left: 0px;
  margin-right: 0px;
}

.first\:-mx-1:first-child {
  margin-left: -0.25rem;
  margin-right: -0.25rem;
}

.first\:-mx-2:first-child {
  margin-left: -0.5rem;
  margin-right: -0.5rem;
}

.first\:-mx-3:first-child {
  margin-left: -0.75rem;
  margin-right: -0.75rem;
}

.first\:-mx-4:first-child {
  margin-left: -1rem;
  margin-right: -1rem;
}

.first\:-mx-5:first-child {
  margin-left: -1.25rem;
  margin-right: -1.25rem;
}

.first\:-mx-6:first-child {
  margin-left: -1.5rem;
  margin-right: -1.5rem;
}

.first\:-mx-7:first-child {
  margin-left: -1.75rem;
  margin-right: -1.75rem;
}

.first\:-mx-8:first-child {
  margin-left: -2rem;
  margin-right: -2rem;
}

.first\:-mx-9:first-child {
  margin-left: -2.25rem;
  margin-right: -2.25rem;
}

.first\:-mx-10:first-child {
  margin-left: -2.5rem;
  margin-right: -2.5rem;
}

.first\:-mx-11:first-child {
  margin-left: -2.75rem;
  margin-right: -2.75rem;
}

.first\:-mx-12:first-child {
  margin-left: -3rem;
  margin-right: -3rem;
}

.first\:-mx-14:first-child {
  margin-left: -3.5rem;
  margin-right: -3.5rem;
}

.first\:-mx-16:first-child {
  margin-left: -4rem;
  margin-right: -4rem;
}

.first\:-mx-20:first-child {
  margin-left: -5rem;
  margin-right: -5rem;
}

.first\:-mx-24:first-child {
  margin-left: -6rem;
  margin-right: -6rem;
}

.first\:-mx-28:first-child {
  margin-left: -7rem;
  margin-right: -7rem;
}

.first\:-mx-32:first-child {
  margin-left: -8rem;
  margin-right: -8rem;
}

.first\:-mx-36:first-child {
  margin-left: -9rem;
  margin-right: -9rem;
}

.first\:-mx-40:first-child {
  margin-left: -10rem;
  margin-right: -10rem;
}

.first\:-mx-44:first-child {
  margin-left: -11rem;
  margin-right: -11rem;
}

.first\:-mx-48:first-child {
  margin-left: -12rem;
  margin-right: -12rem;
}

.first\:-mx-52:first-child {
  margin-left: -13rem;
  margin-right: -13rem;
}

.first\:-mx-56:first-child {
  margin-left: -14rem;
  margin-right: -14rem;
}

.first\:-mx-60:first-child {
  margin-left: -15rem;
  margin-right: -15rem;
}

.first\:-mx-64:first-child {
  margin-left: -16rem;
  margin-right: -16rem;
}

.first\:-mx-72:first-child {
  margin-left: -18rem;
  margin-right: -18rem;
}

.first\:-mx-80:first-child {
  margin-left: -20rem;
  margin-right: -20rem;
}

.first\:-mx-96:first-child {
  margin-left: -24rem;
  margin-right: -24rem;
}

.first\:-mx-px:first-child {
  margin-left: -1px;
  margin-right: -1px;
}

.first\:-mx-0\.5:first-child {
  margin-left: -0.125rem;
  margin-right: -0.125rem;
}

.first\:-mx-1\.5:first-child {
  margin-left: -0.375rem;
  margin-right: -0.375rem;
}

.first\:-mx-2\.5:first-child {
  margin-left: -0.625rem;
  margin-right: -0.625rem;
}

.first\:-mx-3\.5:first-child {
  margin-left: -0.875rem;
  margin-right: -0.875rem;
}

.first\:my-0:first-child {
  margin-top: 0px;
  margin-bottom: 0px;
}

.first\:my-1:first-child {
  margin-top: 0.25rem;
  margin-bottom: 0.25rem;
}

.first\:my-2:first-child {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}

.first\:my-3:first-child {
  margin-top: 0.75rem;
  margin-bottom: 0.75rem;
}

.first\:my-4:first-child {
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.first\:my-5:first-child {
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
}

.first\:my-6:first-child {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}

.first\:my-7:first-child {
  margin-top: 1.75rem;
  margin-bottom: 1.75rem;
}

.first\:my-8:first-child {
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.first\:my-9:first-child {
  margin-top: 2.25rem;
  margin-bottom: 2.25rem;
}

.first\:my-10:first-child {
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
}

.first\:my-11:first-child {
  margin-top: 2.75rem;
  margin-bottom: 2.75rem;
}

.first\:my-12:first-child {
  margin-top: 3rem;
  margin-bottom: 3rem;
}

.first\:my-14:first-child {
  margin-top: 3.5rem;
  margin-bottom: 3.5rem;
}

.first\:my-16:first-child {
  margin-top: 4rem;
  margin-bottom: 4rem;
}

.first\:my-20:first-child {
  margin-top: 5rem;
  margin-bottom: 5rem;
}

.first\:my-24:first-child {
  margin-top: 6rem;
  margin-bottom: 6rem;
}

.first\:my-28:first-child {
  margin-top: 7rem;
  margin-bottom: 7rem;
}

.first\:my-32:first-child {
  margin-top: 8rem;
  margin-bottom: 8rem;
}

.first\:my-36:first-child {
  margin-top: 9rem;
  margin-bottom: 9rem;
}

.first\:my-40:first-child {
  margin-top: 10rem;
  margin-bottom: 10rem;
}

.first\:my-44:first-child {
  margin-top: 11rem;
  margin-bottom: 11rem;
}

.first\:my-48:first-child {
  margin-top: 12rem;
  margin-bottom: 12rem;
}

.first\:my-52:first-child {
  margin-top: 13rem;
  margin-bottom: 13rem;
}

.first\:my-56:first-child {
  margin-top: 14rem;
  margin-bottom: 14rem;
}

.first\:my-60:first-child {
  margin-top: 15rem;
  margin-bottom: 15rem;
}

.first\:my-64:first-child {
  margin-top: 16rem;
  margin-bottom: 16rem;
}

.first\:my-72:first-child {
  margin-top: 18rem;
  margin-bottom: 18rem;
}

.first\:my-80:first-child {
  margin-top: 20rem;
  margin-bottom: 20rem;
}

.first\:my-96:first-child {
  margin-top: 24rem;
  margin-bottom: 24rem;
}

.first\:my-auto:first-child {
  margin-top: auto;
  margin-bottom: auto;
}

.first\:my-px:first-child {
  margin-top: 1px;
  margin-bottom: 1px;
}

.first\:my-0\.5:first-child {
  margin-top: 0.125rem;
  margin-bottom: 0.125rem;
}

.first\:my-1\.5:first-child {
  margin-top: 0.375rem;
  margin-bottom: 0.375rem;
}

.first\:my-2\.5:first-child {
  margin-top: 0.625rem;
  margin-bottom: 0.625rem;
}

.first\:my-3\.5:first-child {
  margin-top: 0.875rem;
  margin-bottom: 0.875rem;
}

.first\:-my-0:first-child {
  margin-top: 0px;
  margin-bottom: 0px;
}

.first\:-my-1:first-child {
  margin-top: -0.25rem;
  margin-bottom: -0.25rem;
}

.first\:-my-2:first-child {
  margin-top: -0.5rem;
  margin-bottom: -0.5rem;
}

.first\:-my-3:first-child {
  margin-top: -0.75rem;
  margin-bottom: -0.75rem;
}

.first\:-my-4:first-child {
  margin-top: -1rem;
  margin-bottom: -1rem;
}

.first\:-my-5:first-child {
  margin-top: -1.25rem;
  margin-bottom: -1.25rem;
}

.first\:-my-6:first-child {
  margin-top: -1.5rem;
  margin-bottom: -1.5rem;
}

.first\:-my-7:first-child {
  margin-top: -1.75rem;
  margin-bottom: -1.75rem;
}

.first\:-my-8:first-child {
  margin-top: -2rem;
  margin-bottom: -2rem;
}

.first\:-my-9:first-child {
  margin-top: -2.25rem;
  margin-bottom: -2.25rem;
}

.first\:-my-10:first-child {
  margin-top: -2.5rem;
  margin-bottom: -2.5rem;
}

.first\:-my-11:first-child {
  margin-top: -2.75rem;
  margin-bottom: -2.75rem;
}

.first\:-my-12:first-child {
  margin-top: -3rem;
  margin-bottom: -3rem;
}

.first\:-my-14:first-child {
  margin-top: -3.5rem;
  margin-bottom: -3.5rem;
}

.first\:-my-16:first-child {
  margin-top: -4rem;
  margin-bottom: -4rem;
}

.first\:-my-20:first-child {
  margin-top: -5rem;
  margin-bottom: -5rem;
}

.first\:-my-24:first-child {
  margin-top: -6rem;
  margin-bottom: -6rem;
}

.first\:-my-28:first-child {
  margin-top: -7rem;
  margin-bottom: -7rem;
}

.first\:-my-32:first-child {
  margin-top: -8rem;
  margin-bottom: -8rem;
}

.first\:-my-36:first-child {
  margin-top: -9rem;
  margin-bottom: -9rem;
}

.first\:-my-40:first-child {
  margin-top: -10rem;
  margin-bottom: -10rem;
}

.first\:-my-44:first-child {
  margin-top: -11rem;
  margin-bottom: -11rem;
}

.first\:-my-48:first-child {
  margin-top: -12rem;
  margin-bottom: -12rem;
}

.first\:-my-52:first-child {
  margin-top: -13rem;
  margin-bottom: -13rem;
}

.first\:-my-56:first-child {
  margin-top: -14rem;
  margin-bottom: -14rem;
}

.first\:-my-60:first-child {
  margin-top: -15rem;
  margin-bottom: -15rem;
}

.first\:-my-64:first-child {
  margin-top: -16rem;
  margin-bottom: -16rem;
}

.first\:-my-72:first-child {
  margin-top: -18rem;
  margin-bottom: -18rem;
}

.first\:-my-80:first-child {
  margin-top: -20rem;
  margin-bottom: -20rem;
}

.first\:-my-96:first-child {
  margin-top: -24rem;
  margin-bottom: -24rem;
}

.first\:-my-px:first-child {
  margin-top: -1px;
  margin-bottom: -1px;
}

.first\:-my-0\.5:first-child {
  margin-top: -0.125rem;
  margin-bottom: -0.125rem;
}

.first\:-my-1\.5:first-child {
  margin-top: -0.375rem;
  margin-bottom: -0.375rem;
}

.first\:-my-2\.5:first-child {
  margin-top: -0.625rem;
  margin-bottom: -0.625rem;
}

.first\:-my-3\.5:first-child {
  margin-top: -0.875rem;
  margin-bottom: -0.875rem;
}

.last\:mx-0:last-child {
  margin-left: 0px;
  margin-right: 0px;
}

.last\:mx-1:last-child {
  margin-left: 0.25rem;
  margin-right: 0.25rem;
}

.last\:mx-2:last-child {
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}

.last\:mx-3:last-child {
  margin-left: 0.75rem;
  margin-right: 0.75rem;
}

.last\:mx-4:last-child {
  margin-left: 1rem;
  margin-right: 1rem;
}

.last\:mx-5:last-child {
  margin-left: 1.25rem;
  margin-right: 1.25rem;
}

.last\:mx-6:last-child {
  margin-left: 1.5rem;
  margin-right: 1.5rem;
}

.last\:mx-7:last-child {
  margin-left: 1.75rem;
  margin-right: 1.75rem;
}

.last\:mx-8:last-child {
  margin-left: 2rem;
  margin-right: 2rem;
}

.last\:mx-9:last-child {
  margin-left: 2.25rem;
  margin-right: 2.25rem;
}

.last\:mx-10:last-child {
  margin-left: 2.5rem;
  margin-right: 2.5rem;
}

.last\:mx-11:last-child {
  margin-left: 2.75rem;
  margin-right: 2.75rem;
}

.last\:mx-12:last-child {
  margin-left: 3rem;
  margin-right: 3rem;
}

.last\:mx-14:last-child {
  margin-left: 3.5rem;
  margin-right: 3.5rem;
}

.last\:mx-16:last-child {
  margin-left: 4rem;
  margin-right: 4rem;
}

.last\:mx-20:last-child {
  margin-left: 5rem;
  margin-right: 5rem;
}

.last\:mx-24:last-child {
  margin-left: 6rem;
  margin-right: 6rem;
}

.last\:mx-28:last-child {
  margin-left: 7rem;
  margin-right: 7rem;
}

.last\:mx-32:last-child {
  margin-left: 8rem;
  margin-right: 8rem;
}

.last\:mx-36:last-child {
  margin-left: 9rem;
  margin-right: 9rem;
}

.last\:mx-40:last-child {
  margin-left: 10rem;
  margin-right: 10rem;
}

.last\:mx-44:last-child {
  margin-left: 11rem;
  margin-right: 11rem;
}

.last\:mx-48:last-child {
  margin-left: 12rem;
  margin-right: 12rem;
}

.last\:mx-52:last-child {
  margin-left: 13rem;
  margin-right: 13rem;
}

.last\:mx-56:last-child {
  margin-left: 14rem;
  margin-right: 14rem;
}

.last\:mx-60:last-child {
  margin-left: 15rem;
  margin-right: 15rem;
}

.last\:mx-64:last-child {
  margin-left: 16rem;
  margin-right: 16rem;
}

.last\:mx-72:last-child {
  margin-left: 18rem;
  margin-right: 18rem;
}

.last\:mx-80:last-child {
  margin-left: 20rem;
  margin-right: 20rem;
}

.last\:mx-96:last-child {
  margin-left: 24rem;
  margin-right: 24rem;
}

.last\:mx-auto:last-child {
  margin-left: auto;
  margin-right: auto;
}

.last\:mx-px:last-child {
  margin-left: 1px;
  margin-right: 1px;
}

.last\:mx-0\.5:last-child {
  margin-left: 0.125rem;
  margin-right: 0.125rem;
}

.last\:mx-1\.5:last-child {
  margin-left: 0.375rem;
  margin-right: 0.375rem;
}

.last\:mx-2\.5:last-child {
  margin-left: 0.625rem;
  margin-right: 0.625rem;
}

.last\:mx-3\.5:last-child {
  margin-left: 0.875rem;
  margin-right: 0.875rem;
}

.last\:-mx-0:last-child {
  margin-left: 0px;
  margin-right: 0px;
}

.last\:-mx-1:last-child {
  margin-left: -0.25rem;
  margin-right: -0.25rem;
}

.last\:-mx-2:last-child {
  margin-left: -0.5rem;
  margin-right: -0.5rem;
}

.last\:-mx-3:last-child {
  margin-left: -0.75rem;
  margin-right: -0.75rem;
}

.last\:-mx-4:last-child {
  margin-left: -1rem;
  margin-right: -1rem;
}

.last\:-mx-5:last-child {
  margin-left: -1.25rem;
  margin-right: -1.25rem;
}

.last\:-mx-6:last-child {
  margin-left: -1.5rem;
  margin-right: -1.5rem;
}

.last\:-mx-7:last-child {
  margin-left: -1.75rem;
  margin-right: -1.75rem;
}

.last\:-mx-8:last-child {
  margin-left: -2rem;
  margin-right: -2rem;
}

.last\:-mx-9:last-child {
  margin-left: -2.25rem;
  margin-right: -2.25rem;
}

.last\:-mx-10:last-child {
  margin-left: -2.5rem;
  margin-right: -2.5rem;
}

.last\:-mx-11:last-child {
  margin-left: -2.75rem;
  margin-right: -2.75rem;
}

.last\:-mx-12:last-child {
  margin-left: -3rem;
  margin-right: -3rem;
}

.last\:-mx-14:last-child {
  margin-left: -3.5rem;
  margin-right: -3.5rem;
}

.last\:-mx-16:last-child {
  margin-left: -4rem;
  margin-right: -4rem;
}

.last\:-mx-20:last-child {
  margin-left: -5rem;
  margin-right: -5rem;
}

.last\:-mx-24:last-child {
  margin-left: -6rem;
  margin-right: -6rem;
}

.last\:-mx-28:last-child {
  margin-left: -7rem;
  margin-right: -7rem;
}

.last\:-mx-32:last-child {
  margin-left: -8rem;
  margin-right: -8rem;
}

.last\:-mx-36:last-child {
  margin-left: -9rem;
  margin-right: -9rem;
}

.last\:-mx-40:last-child {
  margin-left: -10rem;
  margin-right: -10rem;
}

.last\:-mx-44:last-child {
  margin-left: -11rem;
  margin-right: -11rem;
}

.last\:-mx-48:last-child {
  margin-left: -12rem;
  margin-right: -12rem;
}

.last\:-mx-52:last-child {
  margin-left: -13rem;
  margin-right: -13rem;
}

.last\:-mx-56:last-child {
  margin-left: -14rem;
  margin-right: -14rem;
}

.last\:-mx-60:last-child {
  margin-left: -15rem;
  margin-right: -15rem;
}

.last\:-mx-64:last-child {
  margin-left: -16rem;
  margin-right: -16rem;
}

.last\:-mx-72:last-child {
  margin-left: -18rem;
  margin-right: -18rem;
}

.last\:-mx-80:last-child {
  margin-left: -20rem;
  margin-right: -20rem;
}

.last\:-mx-96:last-child {
  margin-left: -24rem;
  margin-right: -24rem;
}

.last\:-mx-px:last-child {
  margin-left: -1px;
  margin-right: -1px;
}

.last\:-mx-0\.5:last-child {
  margin-left: -0.125rem;
  margin-right: -0.125rem;
}

.last\:-mx-1\.5:last-child {
  margin-left: -0.375rem;
  margin-right: -0.375rem;
}

.last\:-mx-2\.5:last-child {
  margin-left: -0.625rem;
  margin-right: -0.625rem;
}

.last\:-mx-3\.5:last-child {
  margin-left: -0.875rem;
  margin-right: -0.875rem;
}

.last\:my-0:last-child {
  margin-top: 0px;
  margin-bottom: 0px;
}

.last\:my-1:last-child {
  margin-top: 0.25rem;
  margin-bottom: 0.25rem;
}

.last\:my-2:last-child {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}

.last\:my-3:last-child {
  margin-top: 0.75rem;
  margin-bottom: 0.75rem;
}

.last\:my-4:last-child {
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.last\:my-5:last-child {
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
}

.last\:my-6:last-child {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}

.last\:my-7:last-child {
  margin-top: 1.75rem;
  margin-bottom: 1.75rem;
}

.last\:my-8:last-child {
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.last\:my-9:last-child {
  margin-top: 2.25rem;
  margin-bottom: 2.25rem;
}

.last\:my-10:last-child {
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
}

.last\:my-11:last-child {
  margin-top: 2.75rem;
  margin-bottom: 2.75rem;
}

.last\:my-12:last-child {
  margin-top: 3rem;
  margin-bottom: 3rem;
}

.last\:my-14:last-child {
  margin-top: 3.5rem;
  margin-bottom: 3.5rem;
}

.last\:my-16:last-child {
  margin-top: 4rem;
  margin-bottom: 4rem;
}

.last\:my-20:last-child {
  margin-top: 5rem;
  margin-bottom: 5rem;
}

.last\:my-24:last-child {
  margin-top: 6rem;
  margin-bottom: 6rem;
}

.last\:my-28:last-child {
  margin-top: 7rem;
  margin-bottom: 7rem;
}

.last\:my-32:last-child {
  margin-top: 8rem;
  margin-bottom: 8rem;
}

.last\:my-36:last-child {
  margin-top: 9rem;
  margin-bottom: 9rem;
}

.last\:my-40:last-child {
  margin-top: 10rem;
  margin-bottom: 10rem;
}

.last\:my-44:last-child {
  margin-top: 11rem;
  margin-bottom: 11rem;
}

.last\:my-48:last-child {
  margin-top: 12rem;
  margin-bottom: 12rem;
}

.last\:my-52:last-child {
  margin-top: 13rem;
  margin-bottom: 13rem;
}

.last\:my-56:last-child {
  margin-top: 14rem;
  margin-bottom: 14rem;
}

.last\:my-60:last-child {
  margin-top: 15rem;
  margin-bottom: 15rem;
}

.last\:my-64:last-child {
  margin-top: 16rem;
  margin-bottom: 16rem;
}

.last\:my-72:last-child {
  margin-top: 18rem;
  margin-bottom: 18rem;
}

.last\:my-80:last-child {
  margin-top: 20rem;
  margin-bottom: 20rem;
}

.last\:my-96:last-child {
  margin-top: 24rem;
  margin-bottom: 24rem;
}

.last\:my-auto:last-child {
  margin-top: auto;
  margin-bottom: auto;
}

.last\:my-px:last-child {
  margin-top: 1px;
  margin-bottom: 1px;
}

.last\:my-0\.5:last-child {
  margin-top: 0.125rem;
  margin-bottom: 0.125rem;
}

.last\:my-1\.5:last-child {
  margin-top: 0.375rem;
  margin-bottom: 0.375rem;
}

.last\:my-2\.5:last-child {
  margin-top: 0.625rem;
  margin-bottom: 0.625rem;
}

.last\:my-3\.5:last-child {
  margin-top: 0.875rem;
  margin-bottom: 0.875rem;
}

.last\:-my-0:last-child {
  margin-top: 0px;
  margin-bottom: 0px;
}

.last\:-my-1:last-child {
  margin-top: -0.25rem;
  margin-bottom: -0.25rem;
}

.last\:-my-2:last-child {
  margin-top: -0.5rem;
  margin-bottom: -0.5rem;
}

.last\:-my-3:last-child {
  margin-top: -0.75rem;
  margin-bottom: -0.75rem;
}

.last\:-my-4:last-child {
  margin-top: -1rem;
  margin-bottom: -1rem;
}

.last\:-my-5:last-child {
  margin-top: -1.25rem;
  margin-bottom: -1.25rem;
}

.last\:-my-6:last-child {
  margin-top: -1.5rem;
  margin-bottom: -1.5rem;
}

.last\:-my-7:last-child {
  margin-top: -1.75rem;
  margin-bottom: -1.75rem;
}

.last\:-my-8:last-child {
  margin-top: -2rem;
  margin-bottom: -2rem;
}

.last\:-my-9:last-child {
  margin-top: -2.25rem;
  margin-bottom: -2.25rem;
}

.last\:-my-10:last-child {
  margin-top: -2.5rem;
  margin-bottom: -2.5rem;
}

.last\:-my-11:last-child {
  margin-top: -2.75rem;
  margin-bottom: -2.75rem;
}

.last\:-my-12:last-child {
  margin-top: -3rem;
  margin-bottom: -3rem;
}

.last\:-my-14:last-child {
  margin-top: -3.5rem;
  margin-bottom: -3.5rem;
}

.last\:-my-16:last-child {
  margin-top: -4rem;
  margin-bottom: -4rem;
}

.last\:-my-20:last-child {
  margin-top: -5rem;
  margin-bottom: -5rem;
}

.last\:-my-24:last-child {
  margin-top: -6rem;
  margin-bottom: -6rem;
}

.last\:-my-28:last-child {
  margin-top: -7rem;
  margin-bottom: -7rem;
}

.last\:-my-32:last-child {
  margin-top: -8rem;
  margin-bottom: -8rem;
}

.last\:-my-36:last-child {
  margin-top: -9rem;
  margin-bottom: -9rem;
}

.last\:-my-40:last-child {
  margin-top: -10rem;
  margin-bottom: -10rem;
}

.last\:-my-44:last-child {
  margin-top: -11rem;
  margin-bottom: -11rem;
}

.last\:-my-48:last-child {
  margin-top: -12rem;
  margin-bottom: -12rem;
}

.last\:-my-52:last-child {
  margin-top: -13rem;
  margin-bottom: -13rem;
}

.last\:-my-56:last-child {
  margin-top: -14rem;
  margin-bottom: -14rem;
}

.last\:-my-60:last-child {
  margin-top: -15rem;
  margin-bottom: -15rem;
}

.last\:-my-64:last-child {
  margin-top: -16rem;
  margin-bottom: -16rem;
}

.last\:-my-72:last-child {
  margin-top: -18rem;
  margin-bottom: -18rem;
}

.last\:-my-80:last-child {
  margin-top: -20rem;
  margin-bottom: -20rem;
}

.last\:-my-96:last-child {
  margin-top: -24rem;
  margin-bottom: -24rem;
}

.last\:-my-px:last-child {
  margin-top: -1px;
  margin-bottom: -1px;
}

.last\:-my-0\.5:last-child {
  margin-top: -0.125rem;
  margin-bottom: -0.125rem;
}

.last\:-my-1\.5:last-child {
  margin-top: -0.375rem;
  margin-bottom: -0.375rem;
}

.last\:-my-2\.5:last-child {
  margin-top: -0.625rem;
  margin-bottom: -0.625rem;
}

.last\:-my-3\.5:last-child {
  margin-top: -0.875rem;
  margin-bottom: -0.875rem;
}

.mt-0 {
  margin-top: 0px;
}

.mt-1 {
  margin-top: 0.25rem;
}

.mt-2 {
  margin-top: 0.5rem;
}

.mt-3 {
  margin-top: 0.75rem;
}

.mt-4 {
  margin-top: 1rem;
}

.mt-5 {
  margin-top: 1.25rem;
}

.mt-6 {
  margin-top: 1.5rem;
}

.mt-7 {
  margin-top: 1.75rem;
}

.mt-8 {
  margin-top: 2rem;
}

.mt-9 {
  margin-top: 2.25rem;
}

.mt-10 {
  margin-top: 2.5rem;
}

.mt-11 {
  margin-top: 2.75rem;
}

.mt-12 {
  margin-top: 3rem;
}

.mt-14 {
  margin-top: 3.5rem;
}

.mt-16 {
  margin-top: 4rem;
}

.mt-20 {
  margin-top: 5rem;
}

.mt-24 {
  margin-top: 6rem;
}

.mt-28 {
  margin-top: 7rem;
}

.mt-32 {
  margin-top: 8rem;
}

.mt-36 {
  margin-top: 9rem;
}

.mt-40 {
  margin-top: 10rem;
}

.mt-44 {
  margin-top: 11rem;
}

.mt-48 {
  margin-top: 12rem;
}

.mt-52 {
  margin-top: 13rem;
}

.mt-56 {
  margin-top: 14rem;
}

.mt-60 {
  margin-top: 15rem;
}

.mt-64 {
  margin-top: 16rem;
}

.mt-72 {
  margin-top: 18rem;
}

.mt-80 {
  margin-top: 20rem;
}

.mt-96 {
  margin-top: 24rem;
}

.mt-auto {
  margin-top: auto;
}

.mt-px {
  margin-top: 1px;
}

.mt-0\.5 {
  margin-top: 0.125rem;
}

.mt-1\.5 {
  margin-top: 0.375rem;
}

.mt-2\.5 {
  margin-top: 0.625rem;
}

.mt-3\.5 {
  margin-top: 0.875rem;
}

.-mt-0 {
  margin-top: 0px;
}

.-mt-1 {
  margin-top: -0.25rem;
}

.-mt-2 {
  margin-top: -0.5rem;
}

.-mt-3 {
  margin-top: -0.75rem;
}

.-mt-4 {
  margin-top: -1rem;
}

.-mt-5 {
  margin-top: -1.25rem;
}

.-mt-6 {
  margin-top: -1.5rem;
}

.-mt-7 {
  margin-top: -1.75rem;
}

.-mt-8 {
  margin-top: -2rem;
}

.-mt-9 {
  margin-top: -2.25rem;
}

.-mt-10 {
  margin-top: -2.5rem;
}

.-mt-11 {
  margin-top: -2.75rem;
}

.-mt-12 {
  margin-top: -3rem;
}

.-mt-14 {
  margin-top: -3.5rem;
}

.-mt-16 {
  margin-top: -4rem;
}

.-mt-20 {
  margin-top: -5rem;
}

.-mt-24 {
  margin-top: -6rem;
}

.-mt-28 {
  margin-top: -7rem;
}

.-mt-32 {
  margin-top: -8rem;
}

.-mt-36 {
  margin-top: -9rem;
}

.-mt-40 {
  margin-top: -10rem;
}

.-mt-44 {
  margin-top: -11rem;
}

.-mt-48 {
  margin-top: -12rem;
}

.-mt-52 {
  margin-top: -13rem;
}

.-mt-56 {
  margin-top: -14rem;
}

.-mt-60 {
  margin-top: -15rem;
}

.-mt-64 {
  margin-top: -16rem;
}

.-mt-72 {
  margin-top: -18rem;
}

.-mt-80 {
  margin-top: -20rem;
}

.-mt-96 {
  margin-top: -24rem;
}

.-mt-px {
  margin-top: -1px;
}

.-mt-0\.5 {
  margin-top: -0.125rem;
}

.-mt-1\.5 {
  margin-top: -0.375rem;
}

.-mt-2\.5 {
  margin-top: -0.625rem;
}

.-mt-3\.5 {
  margin-top: -0.875rem;
}

.mr-0 {
  margin-right: 0px;
}

.mr-1 {
  margin-right: 0.25rem;
}

.mr-2 {
  margin-right: 0.5rem;
}

.mr-3 {
  margin-right: 0.75rem;
}

.mr-4 {
  margin-right: 1rem;
}

.mr-5 {
  margin-right: 1.25rem;
}

.mr-6 {
  margin-right: 1.5rem;
}

.mr-7 {
  margin-right: 1.75rem;
}

.mr-8 {
  margin-right: 2rem;
}

.mr-9 {
  margin-right: 2.25rem;
}

.mr-10 {
  margin-right: 2.5rem;
}

.mr-11 {
  margin-right: 2.75rem;
}

.mr-12 {
  margin-right: 3rem;
}

.mr-14 {
  margin-right: 3.5rem;
}

.mr-16 {
  margin-right: 4rem;
}

.mr-20 {
  margin-right: 5rem;
}

.mr-24 {
  margin-right: 6rem;
}

.mr-28 {
  margin-right: 7rem;
}

.mr-32 {
  margin-right: 8rem;
}

.mr-36 {
  margin-right: 9rem;
}

.mr-40 {
  margin-right: 10rem;
}

.mr-44 {
  margin-right: 11rem;
}

.mr-48 {
  margin-right: 12rem;
}

.mr-52 {
  margin-right: 13rem;
}

.mr-56 {
  margin-right: 14rem;
}

.mr-60 {
  margin-right: 15rem;
}

.mr-64 {
  margin-right: 16rem;
}

.mr-72 {
  margin-right: 18rem;
}

.mr-80 {
  margin-right: 20rem;
}

.mr-96 {
  margin-right: 24rem;
}

.mr-auto {
  margin-right: auto;
}

.mr-px {
  margin-right: 1px;
}

.mr-0\.5 {
  margin-right: 0.125rem;
}

.mr-1\.5 {
  margin-right: 0.375rem;
}

.mr-2\.5 {
  margin-right: 0.625rem;
}

.mr-3\.5 {
  margin-right: 0.875rem;
}

.-mr-0 {
  margin-right: 0px;
}

.-mr-1 {
  margin-right: -0.25rem;
}

.-mr-2 {
  margin-right: -0.5rem;
}

.-mr-3 {
  margin-right: -0.75rem;
}

.-mr-4 {
  margin-right: -1rem;
}

.-mr-5 {
  margin-right: -1.25rem;
}

.-mr-6 {
  margin-right: -1.5rem;
}

.-mr-7 {
  margin-right: -1.75rem;
}

.-mr-8 {
  margin-right: -2rem;
}

.-mr-9 {
  margin-right: -2.25rem;
}

.-mr-10 {
  margin-right: -2.5rem;
}

.-mr-11 {
  margin-right: -2.75rem;
}

.-mr-12 {
  margin-right: -3rem;
}

.-mr-14 {
  margin-right: -3.5rem;
}

.-mr-16 {
  margin-right: -4rem;
}

.-mr-20 {
  margin-right: -5rem;
}

.-mr-24 {
  margin-right: -6rem;
}

.-mr-28 {
  margin-right: -7rem;
}

.-mr-32 {
  margin-right: -8rem;
}

.-mr-36 {
  margin-right: -9rem;
}

.-mr-40 {
  margin-right: -10rem;
}

.-mr-44 {
  margin-right: -11rem;
}

.-mr-48 {
  margin-right: -12rem;
}

.-mr-52 {
  margin-right: -13rem;
}

.-mr-56 {
  margin-right: -14rem;
}

.-mr-60 {
  margin-right: -15rem;
}

.-mr-64 {
  margin-right: -16rem;
}

.-mr-72 {
  margin-right: -18rem;
}

.-mr-80 {
  margin-right: -20rem;
}

.-mr-96 {
  margin-right: -24rem;
}

.-mr-px {
  margin-right: -1px;
}

.-mr-0\.5 {
  margin-right: -0.125rem;
}

.-mr-1\.5 {
  margin-right: -0.375rem;
}

.-mr-2\.5 {
  margin-right: -0.625rem;
}

.-mr-3\.5 {
  margin-right: -0.875rem;
}

.mb-0 {
  margin-bottom: 0px;
}

.mb-1 {
  margin-bottom: 0.25rem;
}

.mb-2 {
  margin-bottom: 0.5rem;
}

.mb-3 {
  margin-bottom: 0.75rem;
}

.mb-4 {
  margin-bottom: 1rem;
}

.mb-5 {
  margin-bottom: 1.25rem;
}

.mb-6 {
  margin-bottom: 1.5rem;
}

.mb-7 {
  margin-bottom: 1.75rem;
}

.mb-8 {
  margin-bottom: 2rem;
}

.mb-9 {
  margin-bottom: 2.25rem;
}

.mb-10 {
  margin-bottom: 2.5rem;
}

.mb-11 {
  margin-bottom: 2.75rem;
}

.mb-12 {
  margin-bottom: 3rem;
}

.mb-14 {
  margin-bottom: 3.5rem;
}

.mb-16 {
  margin-bottom: 4rem;
}

.mb-20 {
  margin-bottom: 5rem;
}

.mb-24 {
  margin-bottom: 6rem;
}

.mb-28 {
  margin-bottom: 7rem;
}

.mb-32 {
  margin-bottom: 8rem;
}

.mb-36 {
  margin-bottom: 9rem;
}

.mb-40 {
  margin-bottom: 10rem;
}

.mb-44 {
  margin-bottom: 11rem;
}

.mb-48 {
  margin-bottom: 12rem;
}

.mb-52 {
  margin-bottom: 13rem;
}

.mb-56 {
  margin-bottom: 14rem;
}

.mb-60 {
  margin-bottom: 15rem;
}

.mb-64 {
  margin-bottom: 16rem;
}

.mb-72 {
  margin-bottom: 18rem;
}

.mb-80 {
  margin-bottom: 20rem;
}

.mb-96 {
  margin-bottom: 24rem;
}

.mb-auto {
  margin-bottom: auto;
}

.mb-px {
  margin-bottom: 1px;
}

.mb-0\.5 {
  margin-bottom: 0.125rem;
}

.mb-1\.5 {
  margin-bottom: 0.375rem;
}

.mb-2\.5 {
  margin-bottom: 0.625rem;
}

.mb-3\.5 {
  margin-bottom: 0.875rem;
}

.-mb-0 {
  margin-bottom: 0px;
}

.-mb-1 {
  margin-bottom: -0.25rem;
}

.-mb-2 {
  margin-bottom: -0.5rem;
}

.-mb-3 {
  margin-bottom: -0.75rem;
}

.-mb-4 {
  margin-bottom: -1rem;
}

.-mb-5 {
  margin-bottom: -1.25rem;
}

.-mb-6 {
  margin-bottom: -1.5rem;
}

.-mb-7 {
  margin-bottom: -1.75rem;
}

.-mb-8 {
  margin-bottom: -2rem;
}

.-mb-9 {
  margin-bottom: -2.25rem;
}

.-mb-10 {
  margin-bottom: -2.5rem;
}

.-mb-11 {
  margin-bottom: -2.75rem;
}

.-mb-12 {
  margin-bottom: -3rem;
}

.-mb-14 {
  margin-bottom: -3.5rem;
}

.-mb-16 {
  margin-bottom: -4rem;
}

.-mb-20 {
  margin-bottom: -5rem;
}

.-mb-24 {
  margin-bottom: -6rem;
}

.-mb-28 {
  margin-bottom: -7rem;
}

.-mb-32 {
  margin-bottom: -8rem;
}

.-mb-36 {
  margin-bottom: -9rem;
}

.-mb-40 {
  margin-bottom: -10rem;
}

.-mb-44 {
  margin-bottom: -11rem;
}

.-mb-48 {
  margin-bottom: -12rem;
}

.-mb-52 {
  margin-bottom: -13rem;
}

.-mb-56 {
  margin-bottom: -14rem;
}

.-mb-60 {
  margin-bottom: -15rem;
}

.-mb-64 {
  margin-bottom: -16rem;
}

.-mb-72 {
  margin-bottom: -18rem;
}

.-mb-80 {
  margin-bottom: -20rem;
}

.-mb-96 {
  margin-bottom: -24rem;
}

.-mb-px {
  margin-bottom: -1px;
}

.-mb-0\.5 {
  margin-bottom: -0.125rem;
}

.-mb-1\.5 {
  margin-bottom: -0.375rem;
}

.-mb-2\.5 {
  margin-bottom: -0.625rem;
}

.-mb-3\.5 {
  margin-bottom: -0.875rem;
}

.ml-0 {
  margin-left: 0px;
}

.ml-1 {
  margin-left: 0.25rem;
}

.ml-2 {
  margin-left: 0.5rem;
}

.ml-3 {
  margin-left: 0.75rem;
}

.ml-4 {
  margin-left: 1rem;
}

.ml-5 {
  margin-left: 1.25rem;
}

.ml-6 {
  margin-left: 1.5rem;
}

.ml-7 {
  margin-left: 1.75rem;
}

.ml-8 {
  margin-left: 2rem;
}

.ml-9 {
  margin-left: 2.25rem;
}

.ml-10 {
  margin-left: 2.5rem;
}

.ml-11 {
  margin-left: 2.75rem;
}

.ml-12 {
  margin-left: 3rem;
}

.ml-14 {
  margin-left: 3.5rem;
}

.ml-16 {
  margin-left: 4rem;
}

.ml-20 {
  margin-left: 5rem;
}

.ml-24 {
  margin-left: 6rem;
}

.ml-28 {
  margin-left: 7rem;
}

.ml-32 {
  margin-left: 8rem;
}

.ml-36 {
  margin-left: 9rem;
}

.ml-40 {
  margin-left: 10rem;
}

.ml-44 {
  margin-left: 11rem;
}

.ml-48 {
  margin-left: 12rem;
}

.ml-52 {
  margin-left: 13rem;
}

.ml-56 {
  margin-left: 14rem;
}

.ml-60 {
  margin-left: 15rem;
}

.ml-64 {
  margin-left: 16rem;
}

.ml-72 {
  margin-left: 18rem;
}

.ml-80 {
  margin-left: 20rem;
}

.ml-96 {
  margin-left: 24rem;
}

.ml-auto {
  margin-left: auto;
}

.ml-px {
  margin-left: 1px;
}

.ml-0\.5 {
  margin-left: 0.125rem;
}

.ml-1\.5 {
  margin-left: 0.375rem;
}

.ml-2\.5 {
  margin-left: 0.625rem;
}

.ml-3\.5 {
  margin-left: 0.875rem;
}

.-ml-0 {
  margin-left: 0px;
}

.-ml-1 {
  margin-left: -0.25rem;
}

.-ml-2 {
  margin-left: -0.5rem;
}

.-ml-3 {
  margin-left: -0.75rem;
}

.-ml-4 {
  margin-left: -1rem;
}

.-ml-5 {
  margin-left: -1.25rem;
}

.-ml-6 {
  margin-left: -1.5rem;
}

.-ml-7 {
  margin-left: -1.75rem;
}

.-ml-8 {
  margin-left: -2rem;
}

.-ml-9 {
  margin-left: -2.25rem;
}

.-ml-10 {
  margin-left: -2.5rem;
}

.-ml-11 {
  margin-left: -2.75rem;
}

.-ml-12 {
  margin-left: -3rem;
}

.-ml-14 {
  margin-left: -3.5rem;
}

.-ml-16 {
  margin-left: -4rem;
}

.-ml-20 {
  margin-left: -5rem;
}

.-ml-24 {
  margin-left: -6rem;
}

.-ml-28 {
  margin-left: -7rem;
}

.-ml-32 {
  margin-left: -8rem;
}

.-ml-36 {
  margin-left: -9rem;
}

.-ml-40 {
  margin-left: -10rem;
}

.-ml-44 {
  margin-left: -11rem;
}

.-ml-48 {
  margin-left: -12rem;
}

.-ml-52 {
  margin-left: -13rem;
}

.-ml-56 {
  margin-left: -14rem;
}

.-ml-60 {
  margin-left: -15rem;
}

.-ml-64 {
  margin-left: -16rem;
}

.-ml-72 {
  margin-left: -18rem;
}

.-ml-80 {
  margin-left: -20rem;
}

.-ml-96 {
  margin-left: -24rem;
}

.-ml-px {
  margin-left: -1px;
}

.-ml-0\.5 {
  margin-left: -0.125rem;
}

.-ml-1\.5 {
  margin-left: -0.375rem;
}

.-ml-2\.5 {
  margin-left: -0.625rem;
}

.-ml-3\.5 {
  margin-left: -0.875rem;
}

.first\:mt-0:first-child {
  margin-top: 0px;
}

.first\:mt-1:first-child {
  margin-top: 0.25rem;
}

.first\:mt-2:first-child {
  margin-top: 0.5rem;
}

.first\:mt-3:first-child {
  margin-top: 0.75rem;
}

.first\:mt-4:first-child {
  margin-top: 1rem;
}

.first\:mt-5:first-child {
  margin-top: 1.25rem;
}

.first\:mt-6:first-child {
  margin-top: 1.5rem;
}

.first\:mt-7:first-child {
  margin-top: 1.75rem;
}

.first\:mt-8:first-child {
  margin-top: 2rem;
}

.first\:mt-9:first-child {
  margin-top: 2.25rem;
}

.first\:mt-10:first-child {
  margin-top: 2.5rem;
}

.first\:mt-11:first-child {
  margin-top: 2.75rem;
}

.first\:mt-12:first-child {
  margin-top: 3rem;
}

.first\:mt-14:first-child {
  margin-top: 3.5rem;
}

.first\:mt-16:first-child {
  margin-top: 4rem;
}

.first\:mt-20:first-child {
  margin-top: 5rem;
}

.first\:mt-24:first-child {
  margin-top: 6rem;
}

.first\:mt-28:first-child {
  margin-top: 7rem;
}

.first\:mt-32:first-child {
  margin-top: 8rem;
}

.first\:mt-36:first-child {
  margin-top: 9rem;
}

.first\:mt-40:first-child {
  margin-top: 10rem;
}

.first\:mt-44:first-child {
  margin-top: 11rem;
}

.first\:mt-48:first-child {
  margin-top: 12rem;
}

.first\:mt-52:first-child {
  margin-top: 13rem;
}

.first\:mt-56:first-child {
  margin-top: 14rem;
}

.first\:mt-60:first-child {
  margin-top: 15rem;
}

.first\:mt-64:first-child {
  margin-top: 16rem;
}

.first\:mt-72:first-child {
  margin-top: 18rem;
}

.first\:mt-80:first-child {
  margin-top: 20rem;
}

.first\:mt-96:first-child {
  margin-top: 24rem;
}

.first\:mt-auto:first-child {
  margin-top: auto;
}

.first\:mt-px:first-child {
  margin-top: 1px;
}

.first\:mt-0\.5:first-child {
  margin-top: 0.125rem;
}

.first\:mt-1\.5:first-child {
  margin-top: 0.375rem;
}

.first\:mt-2\.5:first-child {
  margin-top: 0.625rem;
}

.first\:mt-3\.5:first-child {
  margin-top: 0.875rem;
}

.first\:-mt-0:first-child {
  margin-top: 0px;
}

.first\:-mt-1:first-child {
  margin-top: -0.25rem;
}

.first\:-mt-2:first-child {
  margin-top: -0.5rem;
}

.first\:-mt-3:first-child {
  margin-top: -0.75rem;
}

.first\:-mt-4:first-child {
  margin-top: -1rem;
}

.first\:-mt-5:first-child {
  margin-top: -1.25rem;
}

.first\:-mt-6:first-child {
  margin-top: -1.5rem;
}

.first\:-mt-7:first-child {
  margin-top: -1.75rem;
}

.first\:-mt-8:first-child {
  margin-top: -2rem;
}

.first\:-mt-9:first-child {
  margin-top: -2.25rem;
}

.first\:-mt-10:first-child {
  margin-top: -2.5rem;
}

.first\:-mt-11:first-child {
  margin-top: -2.75rem;
}

.first\:-mt-12:first-child {
  margin-top: -3rem;
}

.first\:-mt-14:first-child {
  margin-top: -3.5rem;
}

.first\:-mt-16:first-child {
  margin-top: -4rem;
}

.first\:-mt-20:first-child {
  margin-top: -5rem;
}

.first\:-mt-24:first-child {
  margin-top: -6rem;
}

.first\:-mt-28:first-child {
  margin-top: -7rem;
}

.first\:-mt-32:first-child {
  margin-top: -8rem;
}

.first\:-mt-36:first-child {
  margin-top: -9rem;
}

.first\:-mt-40:first-child {
  margin-top: -10rem;
}

.first\:-mt-44:first-child {
  margin-top: -11rem;
}

.first\:-mt-48:first-child {
  margin-top: -12rem;
}

.first\:-mt-52:first-child {
  margin-top: -13rem;
}

.first\:-mt-56:first-child {
  margin-top: -14rem;
}

.first\:-mt-60:first-child {
  margin-top: -15rem;
}

.first\:-mt-64:first-child {
  margin-top: -16rem;
}

.first\:-mt-72:first-child {
  margin-top: -18rem;
}

.first\:-mt-80:first-child {
  margin-top: -20rem;
}

.first\:-mt-96:first-child {
  margin-top: -24rem;
}

.first\:-mt-px:first-child {
  margin-top: -1px;
}

.first\:-mt-0\.5:first-child {
  margin-top: -0.125rem;
}

.first\:-mt-1\.5:first-child {
  margin-top: -0.375rem;
}

.first\:-mt-2\.5:first-child {
  margin-top: -0.625rem;
}

.first\:-mt-3\.5:first-child {
  margin-top: -0.875rem;
}

.first\:mr-0:first-child {
  margin-right: 0px;
}

.first\:mr-1:first-child {
  margin-right: 0.25rem;
}

.first\:mr-2:first-child {
  margin-right: 0.5rem;
}

.first\:mr-3:first-child {
  margin-right: 0.75rem;
}

.first\:mr-4:first-child {
  margin-right: 1rem;
}

.first\:mr-5:first-child {
  margin-right: 1.25rem;
}

.first\:mr-6:first-child {
  margin-right: 1.5rem;
}

.first\:mr-7:first-child {
  margin-right: 1.75rem;
}

.first\:mr-8:first-child {
  margin-right: 2rem;
}

.first\:mr-9:first-child {
  margin-right: 2.25rem;
}

.first\:mr-10:first-child {
  margin-right: 2.5rem;
}

.first\:mr-11:first-child {
  margin-right: 2.75rem;
}

.first\:mr-12:first-child {
  margin-right: 3rem;
}

.first\:mr-14:first-child {
  margin-right: 3.5rem;
}

.first\:mr-16:first-child {
  margin-right: 4rem;
}

.first\:mr-20:first-child {
  margin-right: 5rem;
}

.first\:mr-24:first-child {
  margin-right: 6rem;
}

.first\:mr-28:first-child {
  margin-right: 7rem;
}

.first\:mr-32:first-child {
  margin-right: 8rem;
}

.first\:mr-36:first-child {
  margin-right: 9rem;
}

.first\:mr-40:first-child {
  margin-right: 10rem;
}

.first\:mr-44:first-child {
  margin-right: 11rem;
}

.first\:mr-48:first-child {
  margin-right: 12rem;
}

.first\:mr-52:first-child {
  margin-right: 13rem;
}

.first\:mr-56:first-child {
  margin-right: 14rem;
}

.first\:mr-60:first-child {
  margin-right: 15rem;
}

.first\:mr-64:first-child {
  margin-right: 16rem;
}

.first\:mr-72:first-child {
  margin-right: 18rem;
}

.first\:mr-80:first-child {
  margin-right: 20rem;
}

.first\:mr-96:first-child {
  margin-right: 24rem;
}

.first\:mr-auto:first-child {
  margin-right: auto;
}

.first\:mr-px:first-child {
  margin-right: 1px;
}

.first\:mr-0\.5:first-child {
  margin-right: 0.125rem;
}

.first\:mr-1\.5:first-child {
  margin-right: 0.375rem;
}

.first\:mr-2\.5:first-child {
  margin-right: 0.625rem;
}

.first\:mr-3\.5:first-child {
  margin-right: 0.875rem;
}

.first\:-mr-0:first-child {
  margin-right: 0px;
}

.first\:-mr-1:first-child {
  margin-right: -0.25rem;
}

.first\:-mr-2:first-child {
  margin-right: -0.5rem;
}

.first\:-mr-3:first-child {
  margin-right: -0.75rem;
}

.first\:-mr-4:first-child {
  margin-right: -1rem;
}

.first\:-mr-5:first-child {
  margin-right: -1.25rem;
}

.first\:-mr-6:first-child {
  margin-right: -1.5rem;
}

.first\:-mr-7:first-child {
  margin-right: -1.75rem;
}

.first\:-mr-8:first-child {
  margin-right: -2rem;
}

.first\:-mr-9:first-child {
  margin-right: -2.25rem;
}

.first\:-mr-10:first-child {
  margin-right: -2.5rem;
}

.first\:-mr-11:first-child {
  margin-right: -2.75rem;
}

.first\:-mr-12:first-child {
  margin-right: -3rem;
}

.first\:-mr-14:first-child {
  margin-right: -3.5rem;
}

.first\:-mr-16:first-child {
  margin-right: -4rem;
}

.first\:-mr-20:first-child {
  margin-right: -5rem;
}

.first\:-mr-24:first-child {
  margin-right: -6rem;
}

.first\:-mr-28:first-child {
  margin-right: -7rem;
}

.first\:-mr-32:first-child {
  margin-right: -8rem;
}

.first\:-mr-36:first-child {
  margin-right: -9rem;
}

.first\:-mr-40:first-child {
  margin-right: -10rem;
}

.first\:-mr-44:first-child {
  margin-right: -11rem;
}

.first\:-mr-48:first-child {
  margin-right: -12rem;
}

.first\:-mr-52:first-child {
  margin-right: -13rem;
}

.first\:-mr-56:first-child {
  margin-right: -14rem;
}

.first\:-mr-60:first-child {
  margin-right: -15rem;
}

.first\:-mr-64:first-child {
  margin-right: -16rem;
}

.first\:-mr-72:first-child {
  margin-right: -18rem;
}

.first\:-mr-80:first-child {
  margin-right: -20rem;
}

.first\:-mr-96:first-child {
  margin-right: -24rem;
}

.first\:-mr-px:first-child {
  margin-right: -1px;
}

.first\:-mr-0\.5:first-child {
  margin-right: -0.125rem;
}

.first\:-mr-1\.5:first-child {
  margin-right: -0.375rem;
}

.first\:-mr-2\.5:first-child {
  margin-right: -0.625rem;
}

.first\:-mr-3\.5:first-child {
  margin-right: -0.875rem;
}

.first\:mb-0:first-child {
  margin-bottom: 0px;
}

.first\:mb-1:first-child {
  margin-bottom: 0.25rem;
}

.first\:mb-2:first-child {
  margin-bottom: 0.5rem;
}

.first\:mb-3:first-child {
  margin-bottom: 0.75rem;
}

.first\:mb-4:first-child {
  margin-bottom: 1rem;
}

.first\:mb-5:first-child {
  margin-bottom: 1.25rem;
}

.first\:mb-6:first-child {
  margin-bottom: 1.5rem;
}

.first\:mb-7:first-child {
  margin-bottom: 1.75rem;
}

.first\:mb-8:first-child {
  margin-bottom: 2rem;
}

.first\:mb-9:first-child {
  margin-bottom: 2.25rem;
}

.first\:mb-10:first-child {
  margin-bottom: 2.5rem;
}

.first\:mb-11:first-child {
  margin-bottom: 2.75rem;
}

.first\:mb-12:first-child {
  margin-bottom: 3rem;
}

.first\:mb-14:first-child {
  margin-bottom: 3.5rem;
}

.first\:mb-16:first-child {
  margin-bottom: 4rem;
}

.first\:mb-20:first-child {
  margin-bottom: 5rem;
}

.first\:mb-24:first-child {
  margin-bottom: 6rem;
}

.first\:mb-28:first-child {
  margin-bottom: 7rem;
}

.first\:mb-32:first-child {
  margin-bottom: 8rem;
}

.first\:mb-36:first-child {
  margin-bottom: 9rem;
}

.first\:mb-40:first-child {
  margin-bottom: 10rem;
}

.first\:mb-44:first-child {
  margin-bottom: 11rem;
}

.first\:mb-48:first-child {
  margin-bottom: 12rem;
}

.first\:mb-52:first-child {
  margin-bottom: 13rem;
}

.first\:mb-56:first-child {
  margin-bottom: 14rem;
}

.first\:mb-60:first-child {
  margin-bottom: 15rem;
}

.first\:mb-64:first-child {
  margin-bottom: 16rem;
}

.first\:mb-72:first-child {
  margin-bottom: 18rem;
}

.first\:mb-80:first-child {
  margin-bottom: 20rem;
}

.first\:mb-96:first-child {
  margin-bottom: 24rem;
}

.first\:mb-auto:first-child {
  margin-bottom: auto;
}

.first\:mb-px:first-child {
  margin-bottom: 1px;
}

.first\:mb-0\.5:first-child {
  margin-bottom: 0.125rem;
}

.first\:mb-1\.5:first-child {
  margin-bottom: 0.375rem;
}

.first\:mb-2\.5:first-child {
  margin-bottom: 0.625rem;
}

.first\:mb-3\.5:first-child {
  margin-bottom: 0.875rem;
}

.first\:-mb-0:first-child {
  margin-bottom: 0px;
}

.first\:-mb-1:first-child {
  margin-bottom: -0.25rem;
}

.first\:-mb-2:first-child {
  margin-bottom: -0.5rem;
}

.first\:-mb-3:first-child {
  margin-bottom: -0.75rem;
}

.first\:-mb-4:first-child {
  margin-bottom: -1rem;
}

.first\:-mb-5:first-child {
  margin-bottom: -1.25rem;
}

.first\:-mb-6:first-child {
  margin-bottom: -1.5rem;
}

.first\:-mb-7:first-child {
  margin-bottom: -1.75rem;
}

.first\:-mb-8:first-child {
  margin-bottom: -2rem;
}

.first\:-mb-9:first-child {
  margin-bottom: -2.25rem;
}

.first\:-mb-10:first-child {
  margin-bottom: -2.5rem;
}

.first\:-mb-11:first-child {
  margin-bottom: -2.75rem;
}

.first\:-mb-12:first-child {
  margin-bottom: -3rem;
}

.first\:-mb-14:first-child {
  margin-bottom: -3.5rem;
}

.first\:-mb-16:first-child {
  margin-bottom: -4rem;
}

.first\:-mb-20:first-child {
  margin-bottom: -5rem;
}

.first\:-mb-24:first-child {
  margin-bottom: -6rem;
}

.first\:-mb-28:first-child {
  margin-bottom: -7rem;
}

.first\:-mb-32:first-child {
  margin-bottom: -8rem;
}

.first\:-mb-36:first-child {
  margin-bottom: -9rem;
}

.first\:-mb-40:first-child {
  margin-bottom: -10rem;
}

.first\:-mb-44:first-child {
  margin-bottom: -11rem;
}

.first\:-mb-48:first-child {
  margin-bottom: -12rem;
}

.first\:-mb-52:first-child {
  margin-bottom: -13rem;
}

.first\:-mb-56:first-child {
  margin-bottom: -14rem;
}

.first\:-mb-60:first-child {
  margin-bottom: -15rem;
}

.first\:-mb-64:first-child {
  margin-bottom: -16rem;
}

.first\:-mb-72:first-child {
  margin-bottom: -18rem;
}

.first\:-mb-80:first-child {
  margin-bottom: -20rem;
}

.first\:-mb-96:first-child {
  margin-bottom: -24rem;
}

.first\:-mb-px:first-child {
  margin-bottom: -1px;
}

.first\:-mb-0\.5:first-child {
  margin-bottom: -0.125rem;
}

.first\:-mb-1\.5:first-child {
  margin-bottom: -0.375rem;
}

.first\:-mb-2\.5:first-child {
  margin-bottom: -0.625rem;
}

.first\:-mb-3\.5:first-child {
  margin-bottom: -0.875rem;
}

.first\:ml-0:first-child {
  margin-left: 0px;
}

.first\:ml-1:first-child {
  margin-left: 0.25rem;
}

.first\:ml-2:first-child {
  margin-left: 0.5rem;
}

.first\:ml-3:first-child {
  margin-left: 0.75rem;
}

.first\:ml-4:first-child {
  margin-left: 1rem;
}

.first\:ml-5:first-child {
  margin-left: 1.25rem;
}

.first\:ml-6:first-child {
  margin-left: 1.5rem;
}

.first\:ml-7:first-child {
  margin-left: 1.75rem;
}

.first\:ml-8:first-child {
  margin-left: 2rem;
}

.first\:ml-9:first-child {
  margin-left: 2.25rem;
}

.first\:ml-10:first-child {
  margin-left: 2.5rem;
}

.first\:ml-11:first-child {
  margin-left: 2.75rem;
}

.first\:ml-12:first-child {
  margin-left: 3rem;
}

.first\:ml-14:first-child {
  margin-left: 3.5rem;
}

.first\:ml-16:first-child {
  margin-left: 4rem;
}

.first\:ml-20:first-child {
  margin-left: 5rem;
}

.first\:ml-24:first-child {
  margin-left: 6rem;
}

.first\:ml-28:first-child {
  margin-left: 7rem;
}

.first\:ml-32:first-child {
  margin-left: 8rem;
}

.first\:ml-36:first-child {
  margin-left: 9rem;
}

.first\:ml-40:first-child {
  margin-left: 10rem;
}

.first\:ml-44:first-child {
  margin-left: 11rem;
}

.first\:ml-48:first-child {
  margin-left: 12rem;
}

.first\:ml-52:first-child {
  margin-left: 13rem;
}

.first\:ml-56:first-child {
  margin-left: 14rem;
}

.first\:ml-60:first-child {
  margin-left: 15rem;
}

.first\:ml-64:first-child {
  margin-left: 16rem;
}

.first\:ml-72:first-child {
  margin-left: 18rem;
}

.first\:ml-80:first-child {
  margin-left: 20rem;
}

.first\:ml-96:first-child {
  margin-left: 24rem;
}

.first\:ml-auto:first-child {
  margin-left: auto;
}

.first\:ml-px:first-child {
  margin-left: 1px;
}

.first\:ml-0\.5:first-child {
  margin-left: 0.125rem;
}

.first\:ml-1\.5:first-child {
  margin-left: 0.375rem;
}

.first\:ml-2\.5:first-child {
  margin-left: 0.625rem;
}

.first\:ml-3\.5:first-child {
  margin-left: 0.875rem;
}

.first\:-ml-0:first-child {
  margin-left: 0px;
}

.first\:-ml-1:first-child {
  margin-left: -0.25rem;
}

.first\:-ml-2:first-child {
  margin-left: -0.5rem;
}

.first\:-ml-3:first-child {
  margin-left: -0.75rem;
}

.first\:-ml-4:first-child {
  margin-left: -1rem;
}

.first\:-ml-5:first-child {
  margin-left: -1.25rem;
}

.first\:-ml-6:first-child {
  margin-left: -1.5rem;
}

.first\:-ml-7:first-child {
  margin-left: -1.75rem;
}

.first\:-ml-8:first-child {
  margin-left: -2rem;
}

.first\:-ml-9:first-child {
  margin-left: -2.25rem;
}

.first\:-ml-10:first-child {
  margin-left: -2.5rem;
}

.first\:-ml-11:first-child {
  margin-left: -2.75rem;
}

.first\:-ml-12:first-child {
  margin-left: -3rem;
}

.first\:-ml-14:first-child {
  margin-left: -3.5rem;
}

.first\:-ml-16:first-child {
  margin-left: -4rem;
}

.first\:-ml-20:first-child {
  margin-left: -5rem;
}

.first\:-ml-24:first-child {
  margin-left: -6rem;
}

.first\:-ml-28:first-child {
  margin-left: -7rem;
}

.first\:-ml-32:first-child {
  margin-left: -8rem;
}

.first\:-ml-36:first-child {
  margin-left: -9rem;
}

.first\:-ml-40:first-child {
  margin-left: -10rem;
}

.first\:-ml-44:first-child {
  margin-left: -11rem;
}

.first\:-ml-48:first-child {
  margin-left: -12rem;
}

.first\:-ml-52:first-child {
  margin-left: -13rem;
}

.first\:-ml-56:first-child {
  margin-left: -14rem;
}

.first\:-ml-60:first-child {
  margin-left: -15rem;
}

.first\:-ml-64:first-child {
  margin-left: -16rem;
}

.first\:-ml-72:first-child {
  margin-left: -18rem;
}

.first\:-ml-80:first-child {
  margin-left: -20rem;
}

.first\:-ml-96:first-child {
  margin-left: -24rem;
}

.first\:-ml-px:first-child {
  margin-left: -1px;
}

.first\:-ml-0\.5:first-child {
  margin-left: -0.125rem;
}

.first\:-ml-1\.5:first-child {
  margin-left: -0.375rem;
}

.first\:-ml-2\.5:first-child {
  margin-left: -0.625rem;
}

.first\:-ml-3\.5:first-child {
  margin-left: -0.875rem;
}

.last\:mt-0:last-child {
  margin-top: 0px;
}

.last\:mt-1:last-child {
  margin-top: 0.25rem;
}

.last\:mt-2:last-child {
  margin-top: 0.5rem;
}

.last\:mt-3:last-child {
  margin-top: 0.75rem;
}

.last\:mt-4:last-child {
  margin-top: 1rem;
}

.last\:mt-5:last-child {
  margin-top: 1.25rem;
}

.last\:mt-6:last-child {
  margin-top: 1.5rem;
}

.last\:mt-7:last-child {
  margin-top: 1.75rem;
}

.last\:mt-8:last-child {
  margin-top: 2rem;
}

.last\:mt-9:last-child {
  margin-top: 2.25rem;
}

.last\:mt-10:last-child {
  margin-top: 2.5rem;
}

.last\:mt-11:last-child {
  margin-top: 2.75rem;
}

.last\:mt-12:last-child {
  margin-top: 3rem;
}

.last\:mt-14:last-child {
  margin-top: 3.5rem;
}

.last\:mt-16:last-child {
  margin-top: 4rem;
}

.last\:mt-20:last-child {
  margin-top: 5rem;
}

.last\:mt-24:last-child {
  margin-top: 6rem;
}

.last\:mt-28:last-child {
  margin-top: 7rem;
}

.last\:mt-32:last-child {
  margin-top: 8rem;
}

.last\:mt-36:last-child {
  margin-top: 9rem;
}

.last\:mt-40:last-child {
  margin-top: 10rem;
}

.last\:mt-44:last-child {
  margin-top: 11rem;
}

.last\:mt-48:last-child {
  margin-top: 12rem;
}

.last\:mt-52:last-child {
  margin-top: 13rem;
}

.last\:mt-56:last-child {
  margin-top: 14rem;
}

.last\:mt-60:last-child {
  margin-top: 15rem;
}

.last\:mt-64:last-child {
  margin-top: 16rem;
}

.last\:mt-72:last-child {
  margin-top: 18rem;
}

.last\:mt-80:last-child {
  margin-top: 20rem;
}

.last\:mt-96:last-child {
  margin-top: 24rem;
}

.last\:mt-auto:last-child {
  margin-top: auto;
}

.last\:mt-px:last-child {
  margin-top: 1px;
}

.last\:mt-0\.5:last-child {
  margin-top: 0.125rem;
}

.last\:mt-1\.5:last-child {
  margin-top: 0.375rem;
}

.last\:mt-2\.5:last-child {
  margin-top: 0.625rem;
}

.last\:mt-3\.5:last-child {
  margin-top: 0.875rem;
}

.last\:-mt-0:last-child {
  margin-top: 0px;
}

.last\:-mt-1:last-child {
  margin-top: -0.25rem;
}

.last\:-mt-2:last-child {
  margin-top: -0.5rem;
}

.last\:-mt-3:last-child {
  margin-top: -0.75rem;
}

.last\:-mt-4:last-child {
  margin-top: -1rem;
}

.last\:-mt-5:last-child {
  margin-top: -1.25rem;
}

.last\:-mt-6:last-child {
  margin-top: -1.5rem;
}

.last\:-mt-7:last-child {
  margin-top: -1.75rem;
}

.last\:-mt-8:last-child {
  margin-top: -2rem;
}

.last\:-mt-9:last-child {
  margin-top: -2.25rem;
}

.last\:-mt-10:last-child {
  margin-top: -2.5rem;
}

.last\:-mt-11:last-child {
  margin-top: -2.75rem;
}

.last\:-mt-12:last-child {
  margin-top: -3rem;
}

.last\:-mt-14:last-child {
  margin-top: -3.5rem;
}

.last\:-mt-16:last-child {
  margin-top: -4rem;
}

.last\:-mt-20:last-child {
  margin-top: -5rem;
}

.last\:-mt-24:last-child {
  margin-top: -6rem;
}

.last\:-mt-28:last-child {
  margin-top: -7rem;
}

.last\:-mt-32:last-child {
  margin-top: -8rem;
}

.last\:-mt-36:last-child {
  margin-top: -9rem;
}

.last\:-mt-40:last-child {
  margin-top: -10rem;
}

.last\:-mt-44:last-child {
  margin-top: -11rem;
}

.last\:-mt-48:last-child {
  margin-top: -12rem;
}

.last\:-mt-52:last-child {
  margin-top: -13rem;
}

.last\:-mt-56:last-child {
  margin-top: -14rem;
}

.last\:-mt-60:last-child {
  margin-top: -15rem;
}

.last\:-mt-64:last-child {
  margin-top: -16rem;
}

.last\:-mt-72:last-child {
  margin-top: -18rem;
}

.last\:-mt-80:last-child {
  margin-top: -20rem;
}

.last\:-mt-96:last-child {
  margin-top: -24rem;
}

.last\:-mt-px:last-child {
  margin-top: -1px;
}

.last\:-mt-0\.5:last-child {
  margin-top: -0.125rem;
}

.last\:-mt-1\.5:last-child {
  margin-top: -0.375rem;
}

.last\:-mt-2\.5:last-child {
  margin-top: -0.625rem;
}

.last\:-mt-3\.5:last-child {
  margin-top: -0.875rem;
}

.last\:mr-0:last-child {
  margin-right: 0px;
}

.last\:mr-1:last-child {
  margin-right: 0.25rem;
}

.last\:mr-2:last-child {
  margin-right: 0.5rem;
}

.last\:mr-3:last-child {
  margin-right: 0.75rem;
}

.last\:mr-4:last-child {
  margin-right: 1rem;
}

.last\:mr-5:last-child {
  margin-right: 1.25rem;
}

.last\:mr-6:last-child {
  margin-right: 1.5rem;
}

.last\:mr-7:last-child {
  margin-right: 1.75rem;
}

.last\:mr-8:last-child {
  margin-right: 2rem;
}

.last\:mr-9:last-child {
  margin-right: 2.25rem;
}

.last\:mr-10:last-child {
  margin-right: 2.5rem;
}

.last\:mr-11:last-child {
  margin-right: 2.75rem;
}

.last\:mr-12:last-child {
  margin-right: 3rem;
}

.last\:mr-14:last-child {
  margin-right: 3.5rem;
}

.last\:mr-16:last-child {
  margin-right: 4rem;
}

.last\:mr-20:last-child {
  margin-right: 5rem;
}

.last\:mr-24:last-child {
  margin-right: 6rem;
}

.last\:mr-28:last-child {
  margin-right: 7rem;
}

.last\:mr-32:last-child {
  margin-right: 8rem;
}

.last\:mr-36:last-child {
  margin-right: 9rem;
}

.last\:mr-40:last-child {
  margin-right: 10rem;
}

.last\:mr-44:last-child {
  margin-right: 11rem;
}

.last\:mr-48:last-child {
  margin-right: 12rem;
}

.last\:mr-52:last-child {
  margin-right: 13rem;
}

.last\:mr-56:last-child {
  margin-right: 14rem;
}

.last\:mr-60:last-child {
  margin-right: 15rem;
}

.last\:mr-64:last-child {
  margin-right: 16rem;
}

.last\:mr-72:last-child {
  margin-right: 18rem;
}

.last\:mr-80:last-child {
  margin-right: 20rem;
}

.last\:mr-96:last-child {
  margin-right: 24rem;
}

.last\:mr-auto:last-child {
  margin-right: auto;
}

.last\:mr-px:last-child {
  margin-right: 1px;
}

.last\:mr-0\.5:last-child {
  margin-right: 0.125rem;
}

.last\:mr-1\.5:last-child {
  margin-right: 0.375rem;
}

.last\:mr-2\.5:last-child {
  margin-right: 0.625rem;
}

.last\:mr-3\.5:last-child {
  margin-right: 0.875rem;
}

.last\:-mr-0:last-child {
  margin-right: 0px;
}

.last\:-mr-1:last-child {
  margin-right: -0.25rem;
}

.last\:-mr-2:last-child {
  margin-right: -0.5rem;
}

.last\:-mr-3:last-child {
  margin-right: -0.75rem;
}

.last\:-mr-4:last-child {
  margin-right: -1rem;
}

.last\:-mr-5:last-child {
  margin-right: -1.25rem;
}

.last\:-mr-6:last-child {
  margin-right: -1.5rem;
}

.last\:-mr-7:last-child {
  margin-right: -1.75rem;
}

.last\:-mr-8:last-child {
  margin-right: -2rem;
}

.last\:-mr-9:last-child {
  margin-right: -2.25rem;
}

.last\:-mr-10:last-child {
  margin-right: -2.5rem;
}

.last\:-mr-11:last-child {
  margin-right: -2.75rem;
}

.last\:-mr-12:last-child {
  margin-right: -3rem;
}

.last\:-mr-14:last-child {
  margin-right: -3.5rem;
}

.last\:-mr-16:last-child {
  margin-right: -4rem;
}

.last\:-mr-20:last-child {
  margin-right: -5rem;
}

.last\:-mr-24:last-child {
  margin-right: -6rem;
}

.last\:-mr-28:last-child {
  margin-right: -7rem;
}

.last\:-mr-32:last-child {
  margin-right: -8rem;
}

.last\:-mr-36:last-child {
  margin-right: -9rem;
}

.last\:-mr-40:last-child {
  margin-right: -10rem;
}

.last\:-mr-44:last-child {
  margin-right: -11rem;
}

.last\:-mr-48:last-child {
  margin-right: -12rem;
}

.last\:-mr-52:last-child {
  margin-right: -13rem;
}

.last\:-mr-56:last-child {
  margin-right: -14rem;
}

.last\:-mr-60:last-child {
  margin-right: -15rem;
}

.last\:-mr-64:last-child {
  margin-right: -16rem;
}

.last\:-mr-72:last-child {
  margin-right: -18rem;
}

.last\:-mr-80:last-child {
  margin-right: -20rem;
}

.last\:-mr-96:last-child {
  margin-right: -24rem;
}

.last\:-mr-px:last-child {
  margin-right: -1px;
}

.last\:-mr-0\.5:last-child {
  margin-right: -0.125rem;
}

.last\:-mr-1\.5:last-child {
  margin-right: -0.375rem;
}

.last\:-mr-2\.5:last-child {
  margin-right: -0.625rem;
}

.last\:-mr-3\.5:last-child {
  margin-right: -0.875rem;
}

.last\:mb-0:last-child {
  margin-bottom: 0px;
}

.last\:mb-1:last-child {
  margin-bottom: 0.25rem;
}

.last\:mb-2:last-child {
  margin-bottom: 0.5rem;
}

.last\:mb-3:last-child {
  margin-bottom: 0.75rem;
}

.last\:mb-4:last-child {
  margin-bottom: 1rem;
}

.last\:mb-5:last-child {
  margin-bottom: 1.25rem;
}

.last\:mb-6:last-child {
  margin-bottom: 1.5rem;
}

.last\:mb-7:last-child {
  margin-bottom: 1.75rem;
}

.last\:mb-8:last-child {
  margin-bottom: 2rem;
}

.last\:mb-9:last-child {
  margin-bottom: 2.25rem;
}

.last\:mb-10:last-child {
  margin-bottom: 2.5rem;
}

.last\:mb-11:last-child {
  margin-bottom: 2.75rem;
}

.last\:mb-12:last-child {
  margin-bottom: 3rem;
}

.last\:mb-14:last-child {
  margin-bottom: 3.5rem;
}

.last\:mb-16:last-child {
  margin-bottom: 4rem;
}

.last\:mb-20:last-child {
  margin-bottom: 5rem;
}

.last\:mb-24:last-child {
  margin-bottom: 6rem;
}

.last\:mb-28:last-child {
  margin-bottom: 7rem;
}

.last\:mb-32:last-child {
  margin-bottom: 8rem;
}

.last\:mb-36:last-child {
  margin-bottom: 9rem;
}

.last\:mb-40:last-child {
  margin-bottom: 10rem;
}

.last\:mb-44:last-child {
  margin-bottom: 11rem;
}

.last\:mb-48:last-child {
  margin-bottom: 12rem;
}

.last\:mb-52:last-child {
  margin-bottom: 13rem;
}

.last\:mb-56:last-child {
  margin-bottom: 14rem;
}

.last\:mb-60:last-child {
  margin-bottom: 15rem;
}

.last\:mb-64:last-child {
  margin-bottom: 16rem;
}

.last\:mb-72:last-child {
  margin-bottom: 18rem;
}

.last\:mb-80:last-child {
  margin-bottom: 20rem;
}

.last\:mb-96:last-child {
  margin-bottom: 24rem;
}

.last\:mb-auto:last-child {
  margin-bottom: auto;
}

.last\:mb-px:last-child {
  margin-bottom: 1px;
}

.last\:mb-0\.5:last-child {
  margin-bottom: 0.125rem;
}

.last\:mb-1\.5:last-child {
  margin-bottom: 0.375rem;
}

.last\:mb-2\.5:last-child {
  margin-bottom: 0.625rem;
}

.last\:mb-3\.5:last-child {
  margin-bottom: 0.875rem;
}

.last\:-mb-0:last-child {
  margin-bottom: 0px;
}

.last\:-mb-1:last-child {
  margin-bottom: -0.25rem;
}

.last\:-mb-2:last-child {
  margin-bottom: -0.5rem;
}

.last\:-mb-3:last-child {
  margin-bottom: -0.75rem;
}

.last\:-mb-4:last-child {
  margin-bottom: -1rem;
}

.last\:-mb-5:last-child {
  margin-bottom: -1.25rem;
}

.last\:-mb-6:last-child {
  margin-bottom: -1.5rem;
}

.last\:-mb-7:last-child {
  margin-bottom: -1.75rem;
}

.last\:-mb-8:last-child {
  margin-bottom: -2rem;
}

.last\:-mb-9:last-child {
  margin-bottom: -2.25rem;
}

.last\:-mb-10:last-child {
  margin-bottom: -2.5rem;
}

.last\:-mb-11:last-child {
  margin-bottom: -2.75rem;
}

.last\:-mb-12:last-child {
  margin-bottom: -3rem;
}

.last\:-mb-14:last-child {
  margin-bottom: -3.5rem;
}

.last\:-mb-16:last-child {
  margin-bottom: -4rem;
}

.last\:-mb-20:last-child {
  margin-bottom: -5rem;
}

.last\:-mb-24:last-child {
  margin-bottom: -6rem;
}

.last\:-mb-28:last-child {
  margin-bottom: -7rem;
}

.last\:-mb-32:last-child {
  margin-bottom: -8rem;
}

.last\:-mb-36:last-child {
  margin-bottom: -9rem;
}

.last\:-mb-40:last-child {
  margin-bottom: -10rem;
}

.last\:-mb-44:last-child {
  margin-bottom: -11rem;
}

.last\:-mb-48:last-child {
  margin-bottom: -12rem;
}

.last\:-mb-52:last-child {
  margin-bottom: -13rem;
}

.last\:-mb-56:last-child {
  margin-bottom: -14rem;
}

.last\:-mb-60:last-child {
  margin-bottom: -15rem;
}

.last\:-mb-64:last-child {
  margin-bottom: -16rem;
}

.last\:-mb-72:last-child {
  margin-bottom: -18rem;
}

.last\:-mb-80:last-child {
  margin-bottom: -20rem;
}

.last\:-mb-96:last-child {
  margin-bottom: -24rem;
}

.last\:-mb-px:last-child {
  margin-bottom: -1px;
}

.last\:-mb-0\.5:last-child {
  margin-bottom: -0.125rem;
}

.last\:-mb-1\.5:last-child {
  margin-bottom: -0.375rem;
}

.last\:-mb-2\.5:last-child {
  margin-bottom: -0.625rem;
}

.last\:-mb-3\.5:last-child {
  margin-bottom: -0.875rem;
}

.last\:ml-0:last-child {
  margin-left: 0px;
}

.last\:ml-1:last-child {
  margin-left: 0.25rem;
}

.last\:ml-2:last-child {
  margin-left: 0.5rem;
}

.last\:ml-3:last-child {
  margin-left: 0.75rem;
}

.last\:ml-4:last-child {
  margin-left: 1rem;
}

.last\:ml-5:last-child {
  margin-left: 1.25rem;
}

.last\:ml-6:last-child {
  margin-left: 1.5rem;
}

.last\:ml-7:last-child {
  margin-left: 1.75rem;
}

.last\:ml-8:last-child {
  margin-left: 2rem;
}

.last\:ml-9:last-child {
  margin-left: 2.25rem;
}

.last\:ml-10:last-child {
  margin-left: 2.5rem;
}

.last\:ml-11:last-child {
  margin-left: 2.75rem;
}

.last\:ml-12:last-child {
  margin-left: 3rem;
}

.last\:ml-14:last-child {
  margin-left: 3.5rem;
}

.last\:ml-16:last-child {
  margin-left: 4rem;
}

.last\:ml-20:last-child {
  margin-left: 5rem;
}

.last\:ml-24:last-child {
  margin-left: 6rem;
}

.last\:ml-28:last-child {
  margin-left: 7rem;
}

.last\:ml-32:last-child {
  margin-left: 8rem;
}

.last\:ml-36:last-child {
  margin-left: 9rem;
}

.last\:ml-40:last-child {
  margin-left: 10rem;
}

.last\:ml-44:last-child {
  margin-left: 11rem;
}

.last\:ml-48:last-child {
  margin-left: 12rem;
}

.last\:ml-52:last-child {
  margin-left: 13rem;
}

.last\:ml-56:last-child {
  margin-left: 14rem;
}

.last\:ml-60:last-child {
  margin-left: 15rem;
}

.last\:ml-64:last-child {
  margin-left: 16rem;
}

.last\:ml-72:last-child {
  margin-left: 18rem;
}

.last\:ml-80:last-child {
  margin-left: 20rem;
}

.last\:ml-96:last-child {
  margin-left: 24rem;
}

.last\:ml-auto:last-child {
  margin-left: auto;
}

.last\:ml-px:last-child {
  margin-left: 1px;
}

.last\:ml-0\.5:last-child {
  margin-left: 0.125rem;
}

.last\:ml-1\.5:last-child {
  margin-left: 0.375rem;
}

.last\:ml-2\.5:last-child {
  margin-left: 0.625rem;
}

.last\:ml-3\.5:last-child {
  margin-left: 0.875rem;
}

.last\:-ml-0:last-child {
  margin-left: 0px;
}

.last\:-ml-1:last-child {
  margin-left: -0.25rem;
}

.last\:-ml-2:last-child {
  margin-left: -0.5rem;
}

.last\:-ml-3:last-child {
  margin-left: -0.75rem;
}

.last\:-ml-4:last-child {
  margin-left: -1rem;
}

.last\:-ml-5:last-child {
  margin-left: -1.25rem;
}

.last\:-ml-6:last-child {
  margin-left: -1.5rem;
}

.last\:-ml-7:last-child {
  margin-left: -1.75rem;
}

.last\:-ml-8:last-child {
  margin-left: -2rem;
}

.last\:-ml-9:last-child {
  margin-left: -2.25rem;
}

.last\:-ml-10:last-child {
  margin-left: -2.5rem;
}

.last\:-ml-11:last-child {
  margin-left: -2.75rem;
}

.last\:-ml-12:last-child {
  margin-left: -3rem;
}

.last\:-ml-14:last-child {
  margin-left: -3.5rem;
}

.last\:-ml-16:last-child {
  margin-left: -4rem;
}

.last\:-ml-20:last-child {
  margin-left: -5rem;
}

.last\:-ml-24:last-child {
  margin-left: -6rem;
}

.last\:-ml-28:last-child {
  margin-left: -7rem;
}

.last\:-ml-32:last-child {
  margin-left: -8rem;
}

.last\:-ml-36:last-child {
  margin-left: -9rem;
}

.last\:-ml-40:last-child {
  margin-left: -10rem;
}

.last\:-ml-44:last-child {
  margin-left: -11rem;
}

.last\:-ml-48:last-child {
  margin-left: -12rem;
}

.last\:-ml-52:last-child {
  margin-left: -13rem;
}

.last\:-ml-56:last-child {
  margin-left: -14rem;
}

.last\:-ml-60:last-child {
  margin-left: -15rem;
}

.last\:-ml-64:last-child {
  margin-left: -16rem;
}

.last\:-ml-72:last-child {
  margin-left: -18rem;
}

.last\:-ml-80:last-child {
  margin-left: -20rem;
}

.last\:-ml-96:last-child {
  margin-left: -24rem;
}

.last\:-ml-px:last-child {
  margin-left: -1px;
}

.last\:-ml-0\.5:last-child {
  margin-left: -0.125rem;
}

.last\:-ml-1\.5:last-child {
  margin-left: -0.375rem;
}

.last\:-ml-2\.5:last-child {
  margin-left: -0.625rem;
}

.last\:-ml-3\.5:last-child {
  margin-left: -0.875rem;
}

.box-border {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.box-content {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}

.block {
  display: block;
}

.inline-block {
  display: inline-block;
}

.inline {
  display: inline;
}

.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.inline-flex {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.table {
  display: table;
}

.inline-table {
  display: inline-table;
}

.table-caption {
  display: table-caption;
}

.table-cell {
  display: table-cell;
}

.table-column {
  display: table-column;
}

.table-column-group {
  display: table-column-group;
}

.table-footer-group {
  display: table-footer-group;
}

.table-header-group {
  display: table-header-group;
}

.table-row-group {
  display: table-row-group;
}

.table-row {
  display: table-row;
}

.flow-root {
  display: flow-root;
}

.grid {
  display: grid;
}

.inline-grid {
  display: inline-grid;
}

.contents {
  display: contents;
}

.list-item {
  display: list-item;
}

.hidden {
  display: none;
}

.group:hover .group-hover\:block {
  display: block;
}

.group:hover .group-hover\:inline-block {
  display: inline-block;
}

.group:hover .group-hover\:inline {
  display: inline;
}

.group:hover .group-hover\:flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.group:hover .group-hover\:inline-flex {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.group:hover .group-hover\:table {
  display: table;
}

.group:hover .group-hover\:inline-table {
  display: inline-table;
}

.group:hover .group-hover\:table-caption {
  display: table-caption;
}

.group:hover .group-hover\:table-cell {
  display: table-cell;
}

.group:hover .group-hover\:table-column {
  display: table-column;
}

.group:hover .group-hover\:table-column-group {
  display: table-column-group;
}

.group:hover .group-hover\:table-footer-group {
  display: table-footer-group;
}

.group:hover .group-hover\:table-header-group {
  display: table-header-group;
}

.group:hover .group-hover\:table-row-group {
  display: table-row-group;
}

.group:hover .group-hover\:table-row {
  display: table-row;
}

.group:hover .group-hover\:flow-root {
  display: flow-root;
}

.group:hover .group-hover\:grid {
  display: grid;
}

.group:hover .group-hover\:inline-grid {
  display: inline-grid;
}

.group:hover .group-hover\:contents {
  display: contents;
}

.group:hover .group-hover\:list-item {
  display: list-item;
}

.group:hover .group-hover\:hidden {
  display: none;
}

.h-0 {
  height: 0px;
}

.h-1 {
  height: 0.25rem;
}

.h-2 {
  height: 0.5rem;
}

.h-3 {
  height: 0.75rem;
}

.h-4 {
  height: 1rem;
}

.h-5 {
  height: 1.25rem;
}

.h-6 {
  height: 1.5rem;
}

.h-7 {
  height: 1.75rem;
}

.h-8 {
  height: 2rem;
}

.h-9 {
  height: 2.25rem;
}

.h-10 {
  height: 2.5rem;
}

.h-11 {
  height: 2.75rem;
}

.h-12 {
  height: 3rem;
}

.h-14 {
  height: 3.5rem;
}

.h-16 {
  height: 4rem;
}

.h-20 {
  height: 5rem;
}

.h-24 {
  height: 6rem;
}

.h-28 {
  height: 7rem;
}

.h-32 {
  height: 8rem;
}

.h-36 {
  height: 9rem;
}

.h-40 {
  height: 10rem;
}

.h-44 {
  height: 11rem;
}

.h-48 {
  height: 12rem;
}

.h-52 {
  height: 13rem;
}

.h-56 {
  height: 14rem;
}

.h-60 {
  height: 15rem;
}

.h-64 {
  height: 16rem;
}

.h-72 {
  height: 18rem;
}

.h-80 {
  height: 20rem;
}

.h-96 {
  height: 24rem;
}

.h-auto {
  height: auto;
}

.h-px {
  height: 1px;
}

.h-0\.5 {
  height: 0.125rem;
}

.h-1\.5 {
  height: 0.375rem;
}

.h-2\.5 {
  height: 0.375rem;
}

.h-3\.5 {
  height: 0.875rem;
}

.h-1\/2 {
  height: 50%;
}

.h-1\/3 {
  height: 33.333333%;
}

.h-2\/3 {
  height: 66.666667%;
}

.h-1\/4 {
  height: 25%;
}

.h-2\/4 {
  height: 50%;
}

.h-3\/4 {
  height: 75%;
}

.h-1\/5 {
  height: 20%;
}

.h-2\/5 {
  height: 40%;
}

.h-3\/5 {
  height: 60%;
}

.h-4\/5 {
  height: 80%;
}

.h-1\/6 {
  height: 16.666667%;
}

.h-2\/6 {
  height: 33.333333%;
}

.h-3\/6 {
  height: 50%;
}

.h-4\/6 {
  height: 66.666667%;
}

.h-5\/6 {
  height: 83.333333%;
}

.h-full {
  height: 100%;
}

.h-screen {
  height: 100vh;
}

.h-main-content-area {
  height: calc(100vh - var(--template-head-height));
}

.hover\:h-0:hover {
  height: 0px;
}

.hover\:h-1:hover {
  height: 0.25rem;
}

.hover\:h-2:hover {
  height: 0.5rem;
}

.hover\:h-3:hover {
  height: 0.75rem;
}

.hover\:h-4:hover {
  height: 1rem;
}

.hover\:h-5:hover {
  height: 1.25rem;
}

.hover\:h-6:hover {
  height: 1.5rem;
}

.hover\:h-7:hover {
  height: 1.75rem;
}

.hover\:h-8:hover {
  height: 2rem;
}

.hover\:h-9:hover {
  height: 2.25rem;
}

.hover\:h-10:hover {
  height: 2.5rem;
}

.hover\:h-11:hover {
  height: 2.75rem;
}

.hover\:h-12:hover {
  height: 3rem;
}

.hover\:h-14:hover {
  height: 3.5rem;
}

.hover\:h-16:hover {
  height: 4rem;
}

.hover\:h-20:hover {
  height: 5rem;
}

.hover\:h-24:hover {
  height: 6rem;
}

.hover\:h-28:hover {
  height: 7rem;
}

.hover\:h-32:hover {
  height: 8rem;
}

.hover\:h-36:hover {
  height: 9rem;
}

.hover\:h-40:hover {
  height: 10rem;
}

.hover\:h-44:hover {
  height: 11rem;
}

.hover\:h-48:hover {
  height: 12rem;
}

.hover\:h-52:hover {
  height: 13rem;
}

.hover\:h-56:hover {
  height: 14rem;
}

.hover\:h-60:hover {
  height: 15rem;
}

.hover\:h-64:hover {
  height: 16rem;
}

.hover\:h-72:hover {
  height: 18rem;
}

.hover\:h-80:hover {
  height: 20rem;
}

.hover\:h-96:hover {
  height: 24rem;
}

.hover\:h-auto:hover {
  height: auto;
}

.hover\:h-px:hover {
  height: 1px;
}

.hover\:h-0\.5:hover {
  height: 0.125rem;
}

.hover\:h-1\.5:hover {
  height: 0.375rem;
}

.hover\:h-2\.5:hover {
  height: 0.375rem;
}

.hover\:h-3\.5:hover {
  height: 0.875rem;
}

.hover\:h-1\/2:hover {
  height: 50%;
}

.hover\:h-1\/3:hover {
  height: 33.333333%;
}

.hover\:h-2\/3:hover {
  height: 66.666667%;
}

.hover\:h-1\/4:hover {
  height: 25%;
}

.hover\:h-2\/4:hover {
  height: 50%;
}

.hover\:h-3\/4:hover {
  height: 75%;
}

.hover\:h-1\/5:hover {
  height: 20%;
}

.hover\:h-2\/5:hover {
  height: 40%;
}

.hover\:h-3\/5:hover {
  height: 60%;
}

.hover\:h-4\/5:hover {
  height: 80%;
}

.hover\:h-1\/6:hover {
  height: 16.666667%;
}

.hover\:h-2\/6:hover {
  height: 33.333333%;
}

.hover\:h-3\/6:hover {
  height: 50%;
}

.hover\:h-4\/6:hover {
  height: 66.666667%;
}

.hover\:h-5\/6:hover {
  height: 83.333333%;
}

.hover\:h-full:hover {
  height: 100%;
}

.hover\:h-screen:hover {
  height: 100vh;
}

.hover\:h-main-content-area:hover {
  height: calc(100vh - var(--template-head-height));
}

.max-h-0 {
  max-height: 0px;
}

.max-h-1 {
  max-height: 0.25rem;
}

.max-h-2 {
  max-height: 0.5rem;
}

.max-h-3 {
  max-height: 0.75rem;
}

.max-h-4 {
  max-height: 1rem;
}

.max-h-5 {
  max-height: 1.25rem;
}

.max-h-6 {
  max-height: 1.5rem;
}

.max-h-7 {
  max-height: 1.75rem;
}

.max-h-8 {
  max-height: 2rem;
}

.max-h-9 {
  max-height: 2.25rem;
}

.max-h-10 {
  max-height: 2.5rem;
}

.max-h-11 {
  max-height: 2.75rem;
}

.max-h-12 {
  max-height: 3rem;
}

.max-h-14 {
  max-height: 3.5rem;
}

.max-h-16 {
  max-height: 4rem;
}

.max-h-20 {
  max-height: 5rem;
}

.max-h-24 {
  max-height: 6rem;
}

.max-h-28 {
  max-height: 7rem;
}

.max-h-32 {
  max-height: 8rem;
}

.max-h-36 {
  max-height: 9rem;
}

.max-h-40 {
  max-height: 10rem;
}

.max-h-44 {
  max-height: 11rem;
}

.max-h-48 {
  max-height: 12rem;
}

.max-h-52 {
  max-height: 13rem;
}

.max-h-56 {
  max-height: 14rem;
}

.max-h-60 {
  max-height: 15rem;
}

.max-h-64 {
  max-height: 16rem;
}

.max-h-72 {
  max-height: 18rem;
}

.max-h-80 {
  max-height: 20rem;
}

.max-h-96 {
  max-height: 24rem;
}

.max-h-px {
  max-height: 1px;
}

.max-h-0\.5 {
  max-height: 0.125rem;
}

.max-h-1\.5 {
  max-height: 0.375rem;
}

.max-h-2\.5 {
  max-height: 0.625rem;
}

.max-h-3\.5 {
  max-height: 0.875rem;
}

.max-h-full {
  max-height: 100%;
}

.max-h-screen {
  max-height: 100vh;
}

.max-h-listbox {
  max-height: 12em;
}

.max-h-under-header {
  max-height: calc(100vh - var(--template-head-height));
}

.min-h-0 {
  min-height: 0px;
}

.min-h-3 {
  min-height: 0.75rem;
}

.min-h-4 {
  min-height: 1rem;
}

.min-h-6 {
  min-height: 1.5rem;
}

.min-h-16 {
  min-height: 4rem;
}

.min-h-full {
  min-height: 100%;
}

.min-h-screen {
  min-height: 100vh;
}

.w-0 {
  width: 0px;
}

.w-1 {
  width: 0.25rem;
}

.w-2 {
  width: 0.5rem;
}

.w-3 {
  width: 0.75rem;
}

.w-4 {
  width: 1rem;
}

.w-5 {
  width: 1.25rem;
}

.w-6 {
  width: 1.5rem;
}

.w-7 {
  width: 1.75rem;
}

.w-8 {
  width: 2rem;
}

.w-9 {
  width: 2.25rem;
}

.w-10 {
  width: 2.5rem;
}

.w-11 {
  width: 2.75rem;
}

.w-12 {
  width: 3rem;
}

.w-14 {
  width: 3.5rem;
}

.w-15 {
  width: 3.75rem;
}

.w-16 {
  width: 4rem;
}

.w-20 {
  width: 5rem;
}

.w-24 {
  width: 6rem;
}

.w-28 {
  width: 7rem;
}

.w-32 {
  width: 8rem;
}

.w-36 {
  width: 9rem;
}

.w-40 {
  width: 10rem;
}

.w-44 {
  width: 11rem;
}

.w-48 {
  width: 12rem;
}

.w-52 {
  width: 13rem;
}

.w-56 {
  width: 14rem;
}

.w-60 {
  width: 15rem;
}

.w-64 {
  width: 16rem;
}

.w-72 {
  width: 18rem;
}

.w-80 {
  width: 20rem;
}

.w-96 {
  width: 24rem;
}

.w-auto {
  width: auto;
}

.w-px {
  width: 1px;
}

.w-0\.5 {
  width: 0.125rem;
}

.w-1\.5 {
  width: 0.375rem;
}

.w-2\.5 {
  width: 0.375rem;
}

.w-3\.5 {
  width: 0.875rem;
}

.w-1\/2 {
  width: 50%;
}

.w-1\/3 {
  width: 33.333333%;
}

.w-2\/3 {
  width: 66.666667%;
}

.w-1\/4 {
  width: 25%;
}

.w-2\/4 {
  width: 50%;
}

.w-3\/4 {
  width: 75%;
}

.w-1\/5 {
  width: 20%;
}

.w-2\/5 {
  width: 40%;
}

.w-3\/5 {
  width: 60%;
}

.w-4\/5 {
  width: 80%;
}

.w-1\/6 {
  width: 16.666667%;
}

.w-2\/6 {
  width: 33.333333%;
}

.w-3\/6 {
  width: 50%;
}

.w-4\/6 {
  width: 66.666667%;
}

.w-5\/6 {
  width: 83.333333%;
}

.w-1\/12 {
  width: 8.333333%;
}

.w-2\/12 {
  width: 16.666667%;
}

.w-3\/12 {
  width: 25%;
}

.w-4\/12 {
  width: 33.333333%;
}

.w-5\/12 {
  width: 41.666667%;
}

.w-6\/12 {
  width: 50%;
}

.w-7\/12 {
  width: 58.333333%;
}

.w-8\/12 {
  width: 66.666667%;
}

.w-9\/12 {
  width: 75%;
}

.w-10\/12 {
  width: 83.333333%;
}

.w-11\/12 {
  width: 91.666667%;
}

.w-full {
  width: 100%;
}

.w-screen {
  width: 100vw;
}

.w-min {
  width: -webkit-min-content;
  width: -moz-min-content;
  width: min-content;
}

.w-max {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}

.w-max-content {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}

.min-w-0 {
  min-width: 0px;
}

.min-w-3 {
  min-width: 0.75rem;
}

.min-w-4 {
  min-width: 1rem;
}

.min-w-6 {
  min-width: 1.5rem;
}

.min-w-16 {
  min-width: 4rem;
}

.min-w-24 {
  min-width: 6rem;
}

.min-w-48 {
  min-width: 12rem;
}

.min-w-full {
  min-width: 100%;
}

.min-w-min {
  min-width: -webkit-min-content;
  min-width: -moz-min-content;
  min-width: min-content;
}

.min-w-max {
  min-width: -webkit-max-content;
  min-width: -moz-max-content;
  min-width: max-content;
}

.min-w-phoenix {
  min-width: 1024px;
}

.min-w-popover {
  min-width: 140px;
}

.min-w-toucan {
  min-width: 1380px;
}

.max-w-0 {
  max-width: 0rem;
}

.max-w-none {
  max-width: none;
}

.max-w-xs {
  max-width: 20rem;
}

.max-w-sm {
  max-width: 24rem;
}

.max-w-md {
  max-width: 28rem;
}

.max-w-lg {
  max-width: 32rem;
}

.max-w-xl {
  max-width: 36rem;
}

.max-w-2xl {
  max-width: 42rem;
}

.max-w-3xl {
  max-width: 48rem;
}

.max-w-4xl {
  max-width: 56rem;
}

.max-w-5xl {
  max-width: 64rem;
}

.max-w-6xl {
  max-width: 72rem;
}

.max-w-7xl {
  max-width: 80rem;
}

.max-w-full {
  max-width: 100%;
}

.max-w-min {
  max-width: -webkit-min-content;
  max-width: -moz-min-content;
  max-width: min-content;
}

.max-w-max {
  max-width: -webkit-max-content;
  max-width: -moz-max-content;
  max-width: max-content;
}

.max-w-prose {
  max-width: 65ch;
}

.max-w-screen-lg {
  max-width: 1120px;
}

.max-w-screen-2xl {
  max-width: 1536px;
}

.max-w-paragraph {
  max-width: 34rem;
}

.flex-1 {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 0%;
          flex: 1 1 0%;
}

.flex-2 {
  -webkit-box-flex: 2;
      -ms-flex: 2 2 0%;
          flex: 2 2 0%;
}

.flex-3 {
  -webkit-box-flex: 3;
      -ms-flex: 3 3 0%;
          flex: 3 3 0%;
}

.flex-4 {
  -webkit-box-flex: 4;
      -ms-flex: 4 4 0%;
          flex: 4 4 0%;
}

.flex-auto {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}

.flex-initial {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
}

.flex-none {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
}

.flex-shrink-0 {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.flex-shrink {
  -ms-flex-negative: 1;
      flex-shrink: 1;
}

.flex-grow-0 {
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
}

.flex-grow {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.table-auto {
  table-layout: auto;
}

.table-fixed {
  table-layout: fixed;
}

.border-collapse {
  border-collapse: collapse;
}

.border-separate {
  border-collapse: separate;
}

.origin-center {
  -webkit-transform-origin: center;
          transform-origin: center;
}

.origin-top {
  -webkit-transform-origin: top;
          transform-origin: top;
}

.origin-top-right {
  -webkit-transform-origin: top right;
          transform-origin: top right;
}

.origin-right {
  -webkit-transform-origin: right;
          transform-origin: right;
}

.origin-bottom-right {
  -webkit-transform-origin: bottom right;
          transform-origin: bottom right;
}

.origin-bottom {
  -webkit-transform-origin: bottom;
          transform-origin: bottom;
}

.origin-bottom-left {
  -webkit-transform-origin: bottom left;
          transform-origin: bottom left;
}

.origin-left {
  -webkit-transform-origin: left;
          transform-origin: left;
}

.origin-top-left {
  -webkit-transform-origin: top left;
          transform-origin: top left;
}

.transform {
  --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;
  -webkit-transform: translateX(var(--tw-translate-x)) translateY(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: translateX(var(--tw-translate-x)) translateY(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 {
  --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;
  -webkit-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));
          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));
}

.transform-none {
  -webkit-transform: none;
          transform: none;
}

.translate-x-0 {
  --tw-translate-x: 0px;
}

.translate-x-1 {
  --tw-translate-x: 0.25rem;
}

.translate-x-2 {
  --tw-translate-x: 0.5rem;
}

.translate-x-3 {
  --tw-translate-x: 0.75rem;
}

.translate-x-4 {
  --tw-translate-x: 1rem;
}

.translate-x-5 {
  --tw-translate-x: 1.25rem;
}

.translate-x-6 {
  --tw-translate-x: 1.5rem;
}

.translate-x-7 {
  --tw-translate-x: 1.75rem;
}

.translate-x-8 {
  --tw-translate-x: 2rem;
}

.translate-x-9 {
  --tw-translate-x: 2.25rem;
}

.translate-x-10 {
  --tw-translate-x: 2.5rem;
}

.translate-x-11 {
  --tw-translate-x: 2.75rem;
}

.translate-x-12 {
  --tw-translate-x: 3rem;
}

.translate-x-14 {
  --tw-translate-x: 3.5rem;
}

.translate-x-16 {
  --tw-translate-x: 4rem;
}

.translate-x-20 {
  --tw-translate-x: 5rem;
}

.translate-x-24 {
  --tw-translate-x: 6rem;
}

.translate-x-28 {
  --tw-translate-x: 7rem;
}

.translate-x-32 {
  --tw-translate-x: 8rem;
}

.translate-x-36 {
  --tw-translate-x: 9rem;
}

.translate-x-40 {
  --tw-translate-x: 10rem;
}

.translate-x-44 {
  --tw-translate-x: 11rem;
}

.translate-x-48 {
  --tw-translate-x: 12rem;
}

.translate-x-52 {
  --tw-translate-x: 13rem;
}

.translate-x-56 {
  --tw-translate-x: 14rem;
}

.translate-x-60 {
  --tw-translate-x: 15rem;
}

.translate-x-64 {
  --tw-translate-x: 16rem;
}

.translate-x-72 {
  --tw-translate-x: 18rem;
}

.translate-x-80 {
  --tw-translate-x: 20rem;
}

.translate-x-96 {
  --tw-translate-x: 24rem;
}

.translate-x-px {
  --tw-translate-x: 1px;
}

.translate-x-0\.5 {
  --tw-translate-x: 0.125rem;
}

.translate-x-1\.5 {
  --tw-translate-x: 0.375rem;
}

.translate-x-2\.5 {
  --tw-translate-x: 0.625rem;
}

.translate-x-3\.5 {
  --tw-translate-x: 0.875rem;
}

.-translate-x-0 {
  --tw-translate-x: 0px;
}

.-translate-x-1 {
  --tw-translate-x: -0.25rem;
}

.-translate-x-2 {
  --tw-translate-x: -0.5rem;
}

.-translate-x-3 {
  --tw-translate-x: -0.75rem;
}

.-translate-x-4 {
  --tw-translate-x: -1rem;
}

.-translate-x-5 {
  --tw-translate-x: -1.25rem;
}

.-translate-x-6 {
  --tw-translate-x: -1.5rem;
}

.-translate-x-7 {
  --tw-translate-x: -1.75rem;
}

.-translate-x-8 {
  --tw-translate-x: -2rem;
}

.-translate-x-9 {
  --tw-translate-x: -2.25rem;
}

.-translate-x-10 {
  --tw-translate-x: -2.5rem;
}

.-translate-x-11 {
  --tw-translate-x: -2.75rem;
}

.-translate-x-12 {
  --tw-translate-x: -3rem;
}

.-translate-x-14 {
  --tw-translate-x: -3.5rem;
}

.-translate-x-16 {
  --tw-translate-x: -4rem;
}

.-translate-x-20 {
  --tw-translate-x: -5rem;
}

.-translate-x-24 {
  --tw-translate-x: -6rem;
}

.-translate-x-28 {
  --tw-translate-x: -7rem;
}

.-translate-x-32 {
  --tw-translate-x: -8rem;
}

.-translate-x-36 {
  --tw-translate-x: -9rem;
}

.-translate-x-40 {
  --tw-translate-x: -10rem;
}

.-translate-x-44 {
  --tw-translate-x: -11rem;
}

.-translate-x-48 {
  --tw-translate-x: -12rem;
}

.-translate-x-52 {
  --tw-translate-x: -13rem;
}

.-translate-x-56 {
  --tw-translate-x: -14rem;
}

.-translate-x-60 {
  --tw-translate-x: -15rem;
}

.-translate-x-64 {
  --tw-translate-x: -16rem;
}

.-translate-x-72 {
  --tw-translate-x: -18rem;
}

.-translate-x-80 {
  --tw-translate-x: -20rem;
}

.-translate-x-96 {
  --tw-translate-x: -24rem;
}

.-translate-x-px {
  --tw-translate-x: -1px;
}

.-translate-x-0\.5 {
  --tw-translate-x: -0.125rem;
}

.-translate-x-1\.5 {
  --tw-translate-x: -0.375rem;
}

.-translate-x-2\.5 {
  --tw-translate-x: -0.625rem;
}

.-translate-x-3\.5 {
  --tw-translate-x: -0.875rem;
}

.translate-x-1\/2 {
  --tw-translate-x: 50%;
}

.translate-x-1\/3 {
  --tw-translate-x: 33.333333%;
}

.translate-x-2\/3 {
  --tw-translate-x: 66.666667%;
}

.translate-x-1\/4 {
  --tw-translate-x: 25%;
}

.translate-x-2\/4 {
  --tw-translate-x: 50%;
}

.translate-x-3\/4 {
  --tw-translate-x: 75%;
}

.translate-x-full {
  --tw-translate-x: 100%;
}

.-translate-x-1\/2 {
  --tw-translate-x: -50%;
}

.-translate-x-1\/3 {
  --tw-translate-x: -33.333333%;
}

.-translate-x-2\/3 {
  --tw-translate-x: -66.666667%;
}

.-translate-x-1\/4 {
  --tw-translate-x: -25%;
}

.-translate-x-2\/4 {
  --tw-translate-x: -50%;
}

.-translate-x-3\/4 {
  --tw-translate-x: -75%;
}

.-translate-x-full {
  --tw-translate-x: -100%;
}

.translate-y-0 {
  --tw-translate-y: 0px;
}

.translate-y-1 {
  --tw-translate-y: 0.25rem;
}

.translate-y-2 {
  --tw-translate-y: 0.5rem;
}

.translate-y-3 {
  --tw-translate-y: 0.75rem;
}

.translate-y-4 {
  --tw-translate-y: 1rem;
}

.translate-y-5 {
  --tw-translate-y: 1.25rem;
}

.translate-y-6 {
  --tw-translate-y: 1.5rem;
}

.translate-y-7 {
  --tw-translate-y: 1.75rem;
}

.translate-y-8 {
  --tw-translate-y: 2rem;
}

.translate-y-9 {
  --tw-translate-y: 2.25rem;
}

.translate-y-10 {
  --tw-translate-y: 2.5rem;
}

.translate-y-11 {
  --tw-translate-y: 2.75rem;
}

.translate-y-12 {
  --tw-translate-y: 3rem;
}

.translate-y-14 {
  --tw-translate-y: 3.5rem;
}

.translate-y-16 {
  --tw-translate-y: 4rem;
}

.translate-y-20 {
  --tw-translate-y: 5rem;
}

.translate-y-24 {
  --tw-translate-y: 6rem;
}

.translate-y-28 {
  --tw-translate-y: 7rem;
}

.translate-y-32 {
  --tw-translate-y: 8rem;
}

.translate-y-36 {
  --tw-translate-y: 9rem;
}

.translate-y-40 {
  --tw-translate-y: 10rem;
}

.translate-y-44 {
  --tw-translate-y: 11rem;
}

.translate-y-48 {
  --tw-translate-y: 12rem;
}

.translate-y-52 {
  --tw-translate-y: 13rem;
}

.translate-y-56 {
  --tw-translate-y: 14rem;
}

.translate-y-60 {
  --tw-translate-y: 15rem;
}

.translate-y-64 {
  --tw-translate-y: 16rem;
}

.translate-y-72 {
  --tw-translate-y: 18rem;
}

.translate-y-80 {
  --tw-translate-y: 20rem;
}

.translate-y-96 {
  --tw-translate-y: 24rem;
}

.translate-y-px {
  --tw-translate-y: 1px;
}

.translate-y-0\.5 {
  --tw-translate-y: 0.125rem;
}

.translate-y-1\.5 {
  --tw-translate-y: 0.375rem;
}

.translate-y-2\.5 {
  --tw-translate-y: 0.625rem;
}

.translate-y-3\.5 {
  --tw-translate-y: 0.875rem;
}

.-translate-y-0 {
  --tw-translate-y: 0px;
}

.-translate-y-1 {
  --tw-translate-y: -0.25rem;
}

.-translate-y-2 {
  --tw-translate-y: -0.5rem;
}

.-translate-y-3 {
  --tw-translate-y: -0.75rem;
}

.-translate-y-4 {
  --tw-translate-y: -1rem;
}

.-translate-y-5 {
  --tw-translate-y: -1.25rem;
}

.-translate-y-6 {
  --tw-translate-y: -1.5rem;
}

.-translate-y-7 {
  --tw-translate-y: -1.75rem;
}

.-translate-y-8 {
  --tw-translate-y: -2rem;
}

.-translate-y-9 {
  --tw-translate-y: -2.25rem;
}

.-translate-y-10 {
  --tw-translate-y: -2.5rem;
}

.-translate-y-11 {
  --tw-translate-y: -2.75rem;
}

.-translate-y-12 {
  --tw-translate-y: -3rem;
}

.-translate-y-14 {
  --tw-translate-y: -3.5rem;
}

.-translate-y-16 {
  --tw-translate-y: -4rem;
}

.-translate-y-20 {
  --tw-translate-y: -5rem;
}

.-translate-y-24 {
  --tw-translate-y: -6rem;
}

.-translate-y-28 {
  --tw-translate-y: -7rem;
}

.-translate-y-32 {
  --tw-translate-y: -8rem;
}

.-translate-y-36 {
  --tw-translate-y: -9rem;
}

.-translate-y-40 {
  --tw-translate-y: -10rem;
}

.-translate-y-44 {
  --tw-translate-y: -11rem;
}

.-translate-y-48 {
  --tw-translate-y: -12rem;
}

.-translate-y-52 {
  --tw-translate-y: -13rem;
}

.-translate-y-56 {
  --tw-translate-y: -14rem;
}

.-translate-y-60 {
  --tw-translate-y: -15rem;
}

.-translate-y-64 {
  --tw-translate-y: -16rem;
}

.-translate-y-72 {
  --tw-translate-y: -18rem;
}

.-translate-y-80 {
  --tw-translate-y: -20rem;
}

.-translate-y-96 {
  --tw-translate-y: -24rem;
}

.-translate-y-px {
  --tw-translate-y: -1px;
}

.-translate-y-0\.5 {
  --tw-translate-y: -0.125rem;
}

.-translate-y-1\.5 {
  --tw-translate-y: -0.375rem;
}

.-translate-y-2\.5 {
  --tw-translate-y: -0.625rem;
}

.-translate-y-3\.5 {
  --tw-translate-y: -0.875rem;
}

.translate-y-1\/2 {
  --tw-translate-y: 50%;
}

.translate-y-1\/3 {
  --tw-translate-y: 33.333333%;
}

.translate-y-2\/3 {
  --tw-translate-y: 66.666667%;
}

.translate-y-1\/4 {
  --tw-translate-y: 25%;
}

.translate-y-2\/4 {
  --tw-translate-y: 50%;
}

.translate-y-3\/4 {
  --tw-translate-y: 75%;
}

.translate-y-full {
  --tw-translate-y: 100%;
}

.-translate-y-1\/2 {
  --tw-translate-y: -50%;
}

.-translate-y-1\/3 {
  --tw-translate-y: -33.333333%;
}

.-translate-y-2\/3 {
  --tw-translate-y: -66.666667%;
}

.-translate-y-1\/4 {
  --tw-translate-y: -25%;
}

.-translate-y-2\/4 {
  --tw-translate-y: -50%;
}

.-translate-y-3\/4 {
  --tw-translate-y: -75%;
}

.-translate-y-full {
  --tw-translate-y: -100%;
}

.hover\:translate-x-0:hover {
  --tw-translate-x: 0px;
}

.hover\:translate-x-1:hover {
  --tw-translate-x: 0.25rem;
}

.hover\:translate-x-2:hover {
  --tw-translate-x: 0.5rem;
}

.hover\:translate-x-3:hover {
  --tw-translate-x: 0.75rem;
}

.hover\:translate-x-4:hover {
  --tw-translate-x: 1rem;
}

.hover\:translate-x-5:hover {
  --tw-translate-x: 1.25rem;
}

.hover\:translate-x-6:hover {
  --tw-translate-x: 1.5rem;
}

.hover\:translate-x-7:hover {
  --tw-translate-x: 1.75rem;
}

.hover\:translate-x-8:hover {
  --tw-translate-x: 2rem;
}

.hover\:translate-x-9:hover {
  --tw-translate-x: 2.25rem;
}

.hover\:translate-x-10:hover {
  --tw-translate-x: 2.5rem;
}

.hover\:translate-x-11:hover {
  --tw-translate-x: 2.75rem;
}

.hover\:translate-x-12:hover {
  --tw-translate-x: 3rem;
}

.hover\:translate-x-14:hover {
  --tw-translate-x: 3.5rem;
}

.hover\:translate-x-16:hover {
  --tw-translate-x: 4rem;
}

.hover\:translate-x-20:hover {
  --tw-translate-x: 5rem;
}

.hover\:translate-x-24:hover {
  --tw-translate-x: 6rem;
}

.hover\:translate-x-28:hover {
  --tw-translate-x: 7rem;
}

.hover\:translate-x-32:hover {
  --tw-translate-x: 8rem;
}

.hover\:translate-x-36:hover {
  --tw-translate-x: 9rem;
}

.hover\:translate-x-40:hover {
  --tw-translate-x: 10rem;
}

.hover\:translate-x-44:hover {
  --tw-translate-x: 11rem;
}

.hover\:translate-x-48:hover {
  --tw-translate-x: 12rem;
}

.hover\:translate-x-52:hover {
  --tw-translate-x: 13rem;
}

.hover\:translate-x-56:hover {
  --tw-translate-x: 14rem;
}

.hover\:translate-x-60:hover {
  --tw-translate-x: 15rem;
}

.hover\:translate-x-64:hover {
  --tw-translate-x: 16rem;
}

.hover\:translate-x-72:hover {
  --tw-translate-x: 18rem;
}

.hover\:translate-x-80:hover {
  --tw-translate-x: 20rem;
}

.hover\:translate-x-96:hover {
  --tw-translate-x: 24rem;
}

.hover\:translate-x-px:hover {
  --tw-translate-x: 1px;
}

.hover\:translate-x-0\.5:hover {
  --tw-translate-x: 0.125rem;
}

.hover\:translate-x-1\.5:hover {
  --tw-translate-x: 0.375rem;
}

.hover\:translate-x-2\.5:hover {
  --tw-translate-x: 0.625rem;
}

.hover\:translate-x-3\.5:hover {
  --tw-translate-x: 0.875rem;
}

.hover\:-translate-x-0:hover {
  --tw-translate-x: 0px;
}

.hover\:-translate-x-1:hover {
  --tw-translate-x: -0.25rem;
}

.hover\:-translate-x-2:hover {
  --tw-translate-x: -0.5rem;
}

.hover\:-translate-x-3:hover {
  --tw-translate-x: -0.75rem;
}

.hover\:-translate-x-4:hover {
  --tw-translate-x: -1rem;
}

.hover\:-translate-x-5:hover {
  --tw-translate-x: -1.25rem;
}

.hover\:-translate-x-6:hover {
  --tw-translate-x: -1.5rem;
}

.hover\:-translate-x-7:hover {
  --tw-translate-x: -1.75rem;
}

.hover\:-translate-x-8:hover {
  --tw-translate-x: -2rem;
}

.hover\:-translate-x-9:hover {
  --tw-translate-x: -2.25rem;
}

.hover\:-translate-x-10:hover {
  --tw-translate-x: -2.5rem;
}

.hover\:-translate-x-11:hover {
  --tw-translate-x: -2.75rem;
}

.hover\:-translate-x-12:hover {
  --tw-translate-x: -3rem;
}

.hover\:-translate-x-14:hover {
  --tw-translate-x: -3.5rem;
}

.hover\:-translate-x-16:hover {
  --tw-translate-x: -4rem;
}

.hover\:-translate-x-20:hover {
  --tw-translate-x: -5rem;
}

.hover\:-translate-x-24:hover {
  --tw-translate-x: -6rem;
}

.hover\:-translate-x-28:hover {
  --tw-translate-x: -7rem;
}

.hover\:-translate-x-32:hover {
  --tw-translate-x: -8rem;
}

.hover\:-translate-x-36:hover {
  --tw-translate-x: -9rem;
}

.hover\:-translate-x-40:hover {
  --tw-translate-x: -10rem;
}

.hover\:-translate-x-44:hover {
  --tw-translate-x: -11rem;
}

.hover\:-translate-x-48:hover {
  --tw-translate-x: -12rem;
}

.hover\:-translate-x-52:hover {
  --tw-translate-x: -13rem;
}

.hover\:-translate-x-56:hover {
  --tw-translate-x: -14rem;
}

.hover\:-translate-x-60:hover {
  --tw-translate-x: -15rem;
}

.hover\:-translate-x-64:hover {
  --tw-translate-x: -16rem;
}

.hover\:-translate-x-72:hover {
  --tw-translate-x: -18rem;
}

.hover\:-translate-x-80:hover {
  --tw-translate-x: -20rem;
}

.hover\:-translate-x-96:hover {
  --tw-translate-x: -24rem;
}

.hover\:-translate-x-px:hover {
  --tw-translate-x: -1px;
}

.hover\:-translate-x-0\.5:hover {
  --tw-translate-x: -0.125rem;
}

.hover\:-translate-x-1\.5:hover {
  --tw-translate-x: -0.375rem;
}

.hover\:-translate-x-2\.5:hover {
  --tw-translate-x: -0.625rem;
}

.hover\:-translate-x-3\.5:hover {
  --tw-translate-x: -0.875rem;
}

.hover\:translate-x-1\/2:hover {
  --tw-translate-x: 50%;
}

.hover\:translate-x-1\/3:hover {
  --tw-translate-x: 33.333333%;
}

.hover\:translate-x-2\/3:hover {
  --tw-translate-x: 66.666667%;
}

.hover\:translate-x-1\/4:hover {
  --tw-translate-x: 25%;
}

.hover\:translate-x-2\/4:hover {
  --tw-translate-x: 50%;
}

.hover\:translate-x-3\/4:hover {
  --tw-translate-x: 75%;
}

.hover\:translate-x-full:hover {
  --tw-translate-x: 100%;
}

.hover\:-translate-x-1\/2:hover {
  --tw-translate-x: -50%;
}

.hover\:-translate-x-1\/3:hover {
  --tw-translate-x: -33.333333%;
}

.hover\:-translate-x-2\/3:hover {
  --tw-translate-x: -66.666667%;
}

.hover\:-translate-x-1\/4:hover {
  --tw-translate-x: -25%;
}

.hover\:-translate-x-2\/4:hover {
  --tw-translate-x: -50%;
}

.hover\:-translate-x-3\/4:hover {
  --tw-translate-x: -75%;
}

.hover\:-translate-x-full:hover {
  --tw-translate-x: -100%;
}

.hover\:translate-y-0:hover {
  --tw-translate-y: 0px;
}

.hover\:translate-y-1:hover {
  --tw-translate-y: 0.25rem;
}

.hover\:translate-y-2:hover {
  --tw-translate-y: 0.5rem;
}

.hover\:translate-y-3:hover {
  --tw-translate-y: 0.75rem;
}

.hover\:translate-y-4:hover {
  --tw-translate-y: 1rem;
}

.hover\:translate-y-5:hover {
  --tw-translate-y: 1.25rem;
}

.hover\:translate-y-6:hover {
  --tw-translate-y: 1.5rem;
}

.hover\:translate-y-7:hover {
  --tw-translate-y: 1.75rem;
}

.hover\:translate-y-8:hover {
  --tw-translate-y: 2rem;
}

.hover\:translate-y-9:hover {
  --tw-translate-y: 2.25rem;
}

.hover\:translate-y-10:hover {
  --tw-translate-y: 2.5rem;
}

.hover\:translate-y-11:hover {
  --tw-translate-y: 2.75rem;
}

.hover\:translate-y-12:hover {
  --tw-translate-y: 3rem;
}

.hover\:translate-y-14:hover {
  --tw-translate-y: 3.5rem;
}

.hover\:translate-y-16:hover {
  --tw-translate-y: 4rem;
}

.hover\:translate-y-20:hover {
  --tw-translate-y: 5rem;
}

.hover\:translate-y-24:hover {
  --tw-translate-y: 6rem;
}

.hover\:translate-y-28:hover {
  --tw-translate-y: 7rem;
}

.hover\:translate-y-32:hover {
  --tw-translate-y: 8rem;
}

.hover\:translate-y-36:hover {
  --tw-translate-y: 9rem;
}

.hover\:translate-y-40:hover {
  --tw-translate-y: 10rem;
}

.hover\:translate-y-44:hover {
  --tw-translate-y: 11rem;
}

.hover\:translate-y-48:hover {
  --tw-translate-y: 12rem;
}

.hover\:translate-y-52:hover {
  --tw-translate-y: 13rem;
}

.hover\:translate-y-56:hover {
  --tw-translate-y: 14rem;
}

.hover\:translate-y-60:hover {
  --tw-translate-y: 15rem;
}

.hover\:translate-y-64:hover {
  --tw-translate-y: 16rem;
}

.hover\:translate-y-72:hover {
  --tw-translate-y: 18rem;
}

.hover\:translate-y-80:hover {
  --tw-translate-y: 20rem;
}

.hover\:translate-y-96:hover {
  --tw-translate-y: 24rem;
}

.hover\:translate-y-px:hover {
  --tw-translate-y: 1px;
}

.hover\:translate-y-0\.5:hover {
  --tw-translate-y: 0.125rem;
}

.hover\:translate-y-1\.5:hover {
  --tw-translate-y: 0.375rem;
}

.hover\:translate-y-2\.5:hover {
  --tw-translate-y: 0.625rem;
}

.hover\:translate-y-3\.5:hover {
  --tw-translate-y: 0.875rem;
}

.hover\:-translate-y-0:hover {
  --tw-translate-y: 0px;
}

.hover\:-translate-y-1:hover {
  --tw-translate-y: -0.25rem;
}

.hover\:-translate-y-2:hover {
  --tw-translate-y: -0.5rem;
}

.hover\:-translate-y-3:hover {
  --tw-translate-y: -0.75rem;
}

.hover\:-translate-y-4:hover {
  --tw-translate-y: -1rem;
}

.hover\:-translate-y-5:hover {
  --tw-translate-y: -1.25rem;
}

.hover\:-translate-y-6:hover {
  --tw-translate-y: -1.5rem;
}

.hover\:-translate-y-7:hover {
  --tw-translate-y: -1.75rem;
}

.hover\:-translate-y-8:hover {
  --tw-translate-y: -2rem;
}

.hover\:-translate-y-9:hover {
  --tw-translate-y: -2.25rem;
}

.hover\:-translate-y-10:hover {
  --tw-translate-y: -2.5rem;
}

.hover\:-translate-y-11:hover {
  --tw-translate-y: -2.75rem;
}

.hover\:-translate-y-12:hover {
  --tw-translate-y: -3rem;
}

.hover\:-translate-y-14:hover {
  --tw-translate-y: -3.5rem;
}

.hover\:-translate-y-16:hover {
  --tw-translate-y: -4rem;
}

.hover\:-translate-y-20:hover {
  --tw-translate-y: -5rem;
}

.hover\:-translate-y-24:hover {
  --tw-translate-y: -6rem;
}

.hover\:-translate-y-28:hover {
  --tw-translate-y: -7rem;
}

.hover\:-translate-y-32:hover {
  --tw-translate-y: -8rem;
}

.hover\:-translate-y-36:hover {
  --tw-translate-y: -9rem;
}

.hover\:-translate-y-40:hover {
  --tw-translate-y: -10rem;
}

.hover\:-translate-y-44:hover {
  --tw-translate-y: -11rem;
}

.hover\:-translate-y-48:hover {
  --tw-translate-y: -12rem;
}

.hover\:-translate-y-52:hover {
  --tw-translate-y: -13rem;
}

.hover\:-translate-y-56:hover {
  --tw-translate-y: -14rem;
}

.hover\:-translate-y-60:hover {
  --tw-translate-y: -15rem;
}

.hover\:-translate-y-64:hover {
  --tw-translate-y: -16rem;
}

.hover\:-translate-y-72:hover {
  --tw-translate-y: -18rem;
}

.hover\:-translate-y-80:hover {
  --tw-translate-y: -20rem;
}

.hover\:-translate-y-96:hover {
  --tw-translate-y: -24rem;
}

.hover\:-translate-y-px:hover {
  --tw-translate-y: -1px;
}

.hover\:-translate-y-0\.5:hover {
  --tw-translate-y: -0.125rem;
}

.hover\:-translate-y-1\.5:hover {
  --tw-translate-y: -0.375rem;
}

.hover\:-translate-y-2\.5:hover {
  --tw-translate-y: -0.625rem;
}

.hover\:-translate-y-3\.5:hover {
  --tw-translate-y: -0.875rem;
}

.hover\:translate-y-1\/2:hover {
  --tw-translate-y: 50%;
}

.hover\:translate-y-1\/3:hover {
  --tw-translate-y: 33.333333%;
}

.hover\:translate-y-2\/3:hover {
  --tw-translate-y: 66.666667%;
}

.hover\:translate-y-1\/4:hover {
  --tw-translate-y: 25%;
}

.hover\:translate-y-2\/4:hover {
  --tw-translate-y: 50%;
}

.hover\:translate-y-3\/4:hover {
  --tw-translate-y: 75%;
}

.hover\:translate-y-full:hover {
  --tw-translate-y: 100%;
}

.hover\:-translate-y-1\/2:hover {
  --tw-translate-y: -50%;
}

.hover\:-translate-y-1\/3:hover {
  --tw-translate-y: -33.333333%;
}

.hover\:-translate-y-2\/3:hover {
  --tw-translate-y: -66.666667%;
}

.hover\:-translate-y-1\/4:hover {
  --tw-translate-y: -25%;
}

.hover\:-translate-y-2\/4:hover {
  --tw-translate-y: -50%;
}

.hover\:-translate-y-3\/4:hover {
  --tw-translate-y: -75%;
}

.hover\:-translate-y-full:hover {
  --tw-translate-y: -100%;
}

.focus\:translate-x-0:focus {
  --tw-translate-x: 0px;
}

.focus\:translate-x-1:focus {
  --tw-translate-x: 0.25rem;
}

.focus\:translate-x-2:focus {
  --tw-translate-x: 0.5rem;
}

.focus\:translate-x-3:focus {
  --tw-translate-x: 0.75rem;
}

.focus\:translate-x-4:focus {
  --tw-translate-x: 1rem;
}

.focus\:translate-x-5:focus {
  --tw-translate-x: 1.25rem;
}

.focus\:translate-x-6:focus {
  --tw-translate-x: 1.5rem;
}

.focus\:translate-x-7:focus {
  --tw-translate-x: 1.75rem;
}

.focus\:translate-x-8:focus {
  --tw-translate-x: 2rem;
}

.focus\:translate-x-9:focus {
  --tw-translate-x: 2.25rem;
}

.focus\:translate-x-10:focus {
  --tw-translate-x: 2.5rem;
}

.focus\:translate-x-11:focus {
  --tw-translate-x: 2.75rem;
}

.focus\:translate-x-12:focus {
  --tw-translate-x: 3rem;
}

.focus\:translate-x-14:focus {
  --tw-translate-x: 3.5rem;
}

.focus\:translate-x-16:focus {
  --tw-translate-x: 4rem;
}

.focus\:translate-x-20:focus {
  --tw-translate-x: 5rem;
}

.focus\:translate-x-24:focus {
  --tw-translate-x: 6rem;
}

.focus\:translate-x-28:focus {
  --tw-translate-x: 7rem;
}

.focus\:translate-x-32:focus {
  --tw-translate-x: 8rem;
}

.focus\:translate-x-36:focus {
  --tw-translate-x: 9rem;
}

.focus\:translate-x-40:focus {
  --tw-translate-x: 10rem;
}

.focus\:translate-x-44:focus {
  --tw-translate-x: 11rem;
}

.focus\:translate-x-48:focus {
  --tw-translate-x: 12rem;
}

.focus\:translate-x-52:focus {
  --tw-translate-x: 13rem;
}

.focus\:translate-x-56:focus {
  --tw-translate-x: 14rem;
}

.focus\:translate-x-60:focus {
  --tw-translate-x: 15rem;
}

.focus\:translate-x-64:focus {
  --tw-translate-x: 16rem;
}

.focus\:translate-x-72:focus {
  --tw-translate-x: 18rem;
}

.focus\:translate-x-80:focus {
  --tw-translate-x: 20rem;
}

.focus\:translate-x-96:focus {
  --tw-translate-x: 24rem;
}

.focus\:translate-x-px:focus {
  --tw-translate-x: 1px;
}

.focus\:translate-x-0\.5:focus {
  --tw-translate-x: 0.125rem;
}

.focus\:translate-x-1\.5:focus {
  --tw-translate-x: 0.375rem;
}

.focus\:translate-x-2\.5:focus {
  --tw-translate-x: 0.625rem;
}

.focus\:translate-x-3\.5:focus {
  --tw-translate-x: 0.875rem;
}

.focus\:-translate-x-0:focus {
  --tw-translate-x: 0px;
}

.focus\:-translate-x-1:focus {
  --tw-translate-x: -0.25rem;
}

.focus\:-translate-x-2:focus {
  --tw-translate-x: -0.5rem;
}

.focus\:-translate-x-3:focus {
  --tw-translate-x: -0.75rem;
}

.focus\:-translate-x-4:focus {
  --tw-translate-x: -1rem;
}

.focus\:-translate-x-5:focus {
  --tw-translate-x: -1.25rem;
}

.focus\:-translate-x-6:focus {
  --tw-translate-x: -1.5rem;
}

.focus\:-translate-x-7:focus {
  --tw-translate-x: -1.75rem;
}

.focus\:-translate-x-8:focus {
  --tw-translate-x: -2rem;
}

.focus\:-translate-x-9:focus {
  --tw-translate-x: -2.25rem;
}

.focus\:-translate-x-10:focus {
  --tw-translate-x: -2.5rem;
}

.focus\:-translate-x-11:focus {
  --tw-translate-x: -2.75rem;
}

.focus\:-translate-x-12:focus {
  --tw-translate-x: -3rem;
}

.focus\:-translate-x-14:focus {
  --tw-translate-x: -3.5rem;
}

.focus\:-translate-x-16:focus {
  --tw-translate-x: -4rem;
}

.focus\:-translate-x-20:focus {
  --tw-translate-x: -5rem;
}

.focus\:-translate-x-24:focus {
  --tw-translate-x: -6rem;
}

.focus\:-translate-x-28:focus {
  --tw-translate-x: -7rem;
}

.focus\:-translate-x-32:focus {
  --tw-translate-x: -8rem;
}

.focus\:-translate-x-36:focus {
  --tw-translate-x: -9rem;
}

.focus\:-translate-x-40:focus {
  --tw-translate-x: -10rem;
}

.focus\:-translate-x-44:focus {
  --tw-translate-x: -11rem;
}

.focus\:-translate-x-48:focus {
  --tw-translate-x: -12rem;
}

.focus\:-translate-x-52:focus {
  --tw-translate-x: -13rem;
}

.focus\:-translate-x-56:focus {
  --tw-translate-x: -14rem;
}

.focus\:-translate-x-60:focus {
  --tw-translate-x: -15rem;
}

.focus\:-translate-x-64:focus {
  --tw-translate-x: -16rem;
}

.focus\:-translate-x-72:focus {
  --tw-translate-x: -18rem;
}

.focus\:-translate-x-80:focus {
  --tw-translate-x: -20rem;
}

.focus\:-translate-x-96:focus {
  --tw-translate-x: -24rem;
}

.focus\:-translate-x-px:focus {
  --tw-translate-x: -1px;
}

.focus\:-translate-x-0\.5:focus {
  --tw-translate-x: -0.125rem;
}

.focus\:-translate-x-1\.5:focus {
  --tw-translate-x: -0.375rem;
}

.focus\:-translate-x-2\.5:focus {
  --tw-translate-x: -0.625rem;
}

.focus\:-translate-x-3\.5:focus {
  --tw-translate-x: -0.875rem;
}

.focus\:translate-x-1\/2:focus {
  --tw-translate-x: 50%;
}

.focus\:translate-x-1\/3:focus {
  --tw-translate-x: 33.333333%;
}

.focus\:translate-x-2\/3:focus {
  --tw-translate-x: 66.666667%;
}

.focus\:translate-x-1\/4:focus {
  --tw-translate-x: 25%;
}

.focus\:translate-x-2\/4:focus {
  --tw-translate-x: 50%;
}

.focus\:translate-x-3\/4:focus {
  --tw-translate-x: 75%;
}

.focus\:translate-x-full:focus {
  --tw-translate-x: 100%;
}

.focus\:-translate-x-1\/2:focus {
  --tw-translate-x: -50%;
}

.focus\:-translate-x-1\/3:focus {
  --tw-translate-x: -33.333333%;
}

.focus\:-translate-x-2\/3:focus {
  --tw-translate-x: -66.666667%;
}

.focus\:-translate-x-1\/4:focus {
  --tw-translate-x: -25%;
}

.focus\:-translate-x-2\/4:focus {
  --tw-translate-x: -50%;
}

.focus\:-translate-x-3\/4:focus {
  --tw-translate-x: -75%;
}

.focus\:-translate-x-full:focus {
  --tw-translate-x: -100%;
}

.focus\:translate-y-0:focus {
  --tw-translate-y: 0px;
}

.focus\:translate-y-1:focus {
  --tw-translate-y: 0.25rem;
}

.focus\:translate-y-2:focus {
  --tw-translate-y: 0.5rem;
}

.focus\:translate-y-3:focus {
  --tw-translate-y: 0.75rem;
}

.focus\:translate-y-4:focus {
  --tw-translate-y: 1rem;
}

.focus\:translate-y-5:focus {
  --tw-translate-y: 1.25rem;
}

.focus\:translate-y-6:focus {
  --tw-translate-y: 1.5rem;
}

.focus\:translate-y-7:focus {
  --tw-translate-y: 1.75rem;
}

.focus\:translate-y-8:focus {
  --tw-translate-y: 2rem;
}

.focus\:translate-y-9:focus {
  --tw-translate-y: 2.25rem;
}

.focus\:translate-y-10:focus {
  --tw-translate-y: 2.5rem;
}

.focus\:translate-y-11:focus {
  --tw-translate-y: 2.75rem;
}

.focus\:translate-y-12:focus {
  --tw-translate-y: 3rem;
}

.focus\:translate-y-14:focus {
  --tw-translate-y: 3.5rem;
}

.focus\:translate-y-16:focus {
  --tw-translate-y: 4rem;
}

.focus\:translate-y-20:focus {
  --tw-translate-y: 5rem;
}

.focus\:translate-y-24:focus {
  --tw-translate-y: 6rem;
}

.focus\:translate-y-28:focus {
  --tw-translate-y: 7rem;
}

.focus\:translate-y-32:focus {
  --tw-translate-y: 8rem;
}

.focus\:translate-y-36:focus {
  --tw-translate-y: 9rem;
}

.focus\:translate-y-40:focus {
  --tw-translate-y: 10rem;
}

.focus\:translate-y-44:focus {
  --tw-translate-y: 11rem;
}

.focus\:translate-y-48:focus {
  --tw-translate-y: 12rem;
}

.focus\:translate-y-52:focus {
  --tw-translate-y: 13rem;
}

.focus\:translate-y-56:focus {
  --tw-translate-y: 14rem;
}

.focus\:translate-y-60:focus {
  --tw-translate-y: 15rem;
}

.focus\:translate-y-64:focus {
  --tw-translate-y: 16rem;
}

.focus\:translate-y-72:focus {
  --tw-translate-y: 18rem;
}

.focus\:translate-y-80:focus {
  --tw-translate-y: 20rem;
}

.focus\:translate-y-96:focus {
  --tw-translate-y: 24rem;
}

.focus\:translate-y-px:focus {
  --tw-translate-y: 1px;
}

.focus\:translate-y-0\.5:focus {
  --tw-translate-y: 0.125rem;
}

.focus\:translate-y-1\.5:focus {
  --tw-translate-y: 0.375rem;
}

.focus\:translate-y-2\.5:focus {
  --tw-translate-y: 0.625rem;
}

.focus\:translate-y-3\.5:focus {
  --tw-translate-y: 0.875rem;
}

.focus\:-translate-y-0:focus {
  --tw-translate-y: 0px;
}

.focus\:-translate-y-1:focus {
  --tw-translate-y: -0.25rem;
}

.focus\:-translate-y-2:focus {
  --tw-translate-y: -0.5rem;
}

.focus\:-translate-y-3:focus {
  --tw-translate-y: -0.75rem;
}

.focus\:-translate-y-4:focus {
  --tw-translate-y: -1rem;
}

.focus\:-translate-y-5:focus {
  --tw-translate-y: -1.25rem;
}

.focus\:-translate-y-6:focus {
  --tw-translate-y: -1.5rem;
}

.focus\:-translate-y-7:focus {
  --tw-translate-y: -1.75rem;
}

.focus\:-translate-y-8:focus {
  --tw-translate-y: -2rem;
}

.focus\:-translate-y-9:focus {
  --tw-translate-y: -2.25rem;
}

.focus\:-translate-y-10:focus {
  --tw-translate-y: -2.5rem;
}

.focus\:-translate-y-11:focus {
  --tw-translate-y: -2.75rem;
}

.focus\:-translate-y-12:focus {
  --tw-translate-y: -3rem;
}

.focus\:-translate-y-14:focus {
  --tw-translate-y: -3.5rem;
}

.focus\:-translate-y-16:focus {
  --tw-translate-y: -4rem;
}

.focus\:-translate-y-20:focus {
  --tw-translate-y: -5rem;
}

.focus\:-translate-y-24:focus {
  --tw-translate-y: -6rem;
}

.focus\:-translate-y-28:focus {
  --tw-translate-y: -7rem;
}

.focus\:-translate-y-32:focus {
  --tw-translate-y: -8rem;
}

.focus\:-translate-y-36:focus {
  --tw-translate-y: -9rem;
}

.focus\:-translate-y-40:focus {
  --tw-translate-y: -10rem;
}

.focus\:-translate-y-44:focus {
  --tw-translate-y: -11rem;
}

.focus\:-translate-y-48:focus {
  --tw-translate-y: -12rem;
}

.focus\:-translate-y-52:focus {
  --tw-translate-y: -13rem;
}

.focus\:-translate-y-56:focus {
  --tw-translate-y: -14rem;
}

.focus\:-translate-y-60:focus {
  --tw-translate-y: -15rem;
}

.focus\:-translate-y-64:focus {
  --tw-translate-y: -16rem;
}

.focus\:-translate-y-72:focus {
  --tw-translate-y: -18rem;
}

.focus\:-translate-y-80:focus {
  --tw-translate-y: -20rem;
}

.focus\:-translate-y-96:focus {
  --tw-translate-y: -24rem;
}

.focus\:-translate-y-px:focus {
  --tw-translate-y: -1px;
}

.focus\:-translate-y-0\.5:focus {
  --tw-translate-y: -0.125rem;
}

.focus\:-translate-y-1\.5:focus {
  --tw-translate-y: -0.375rem;
}

.focus\:-translate-y-2\.5:focus {
  --tw-translate-y: -0.625rem;
}

.focus\:-translate-y-3\.5:focus {
  --tw-translate-y: -0.875rem;
}

.focus\:translate-y-1\/2:focus {
  --tw-translate-y: 50%;
}

.focus\:translate-y-1\/3:focus {
  --tw-translate-y: 33.333333%;
}

.focus\:translate-y-2\/3:focus {
  --tw-translate-y: 66.666667%;
}

.focus\:translate-y-1\/4:focus {
  --tw-translate-y: 25%;
}

.focus\:translate-y-2\/4:focus {
  --tw-translate-y: 50%;
}

.focus\:translate-y-3\/4:focus {
  --tw-translate-y: 75%;
}

.focus\:translate-y-full:focus {
  --tw-translate-y: 100%;
}

.focus\:-translate-y-1\/2:focus {
  --tw-translate-y: -50%;
}

.focus\:-translate-y-1\/3:focus {
  --tw-translate-y: -33.333333%;
}

.focus\:-translate-y-2\/3:focus {
  --tw-translate-y: -66.666667%;
}

.focus\:-translate-y-1\/4:focus {
  --tw-translate-y: -25%;
}

.focus\:-translate-y-2\/4:focus {
  --tw-translate-y: -50%;
}

.focus\:-translate-y-3\/4:focus {
  --tw-translate-y: -75%;
}

.focus\:-translate-y-full:focus {
  --tw-translate-y: -100%;
}

.rotate-0 {
  --tw-rotate: 0deg;
}

.rotate-1 {
  --tw-rotate: 1deg;
}

.rotate-2 {
  --tw-rotate: 2deg;
}

.rotate-3 {
  --tw-rotate: 3deg;
}

.rotate-6 {
  --tw-rotate: 6deg;
}

.rotate-12 {
  --tw-rotate: 12deg;
}

.rotate-45 {
  --tw-rotate: 45deg;
}

.rotate-90 {
  --tw-rotate: 90deg;
}

.rotate-180 {
  --tw-rotate: 180deg;
}

.-rotate-180 {
  --tw-rotate: -180deg;
}

.-rotate-90 {
  --tw-rotate: -90deg;
}

.-rotate-45 {
  --tw-rotate: -45deg;
}

.-rotate-12 {
  --tw-rotate: -12deg;
}

.-rotate-6 {
  --tw-rotate: -6deg;
}

.-rotate-3 {
  --tw-rotate: -3deg;
}

.-rotate-2 {
  --tw-rotate: -2deg;
}

.-rotate-1 {
  --tw-rotate: -1deg;
}

.-rotate-5 {
  --tw-rotate: -5deg;
}

.active\:rotate-0:active {
  --tw-rotate: 0deg;
}

.active\:rotate-1:active {
  --tw-rotate: 1deg;
}

.active\:rotate-2:active {
  --tw-rotate: 2deg;
}

.active\:rotate-3:active {
  --tw-rotate: 3deg;
}

.active\:rotate-6:active {
  --tw-rotate: 6deg;
}

.active\:rotate-12:active {
  --tw-rotate: 12deg;
}

.active\:rotate-45:active {
  --tw-rotate: 45deg;
}

.active\:rotate-90:active {
  --tw-rotate: 90deg;
}

.active\:rotate-180:active {
  --tw-rotate: 180deg;
}

.active\:-rotate-180:active {
  --tw-rotate: -180deg;
}

.active\:-rotate-90:active {
  --tw-rotate: -90deg;
}

.active\:-rotate-45:active {
  --tw-rotate: -45deg;
}

.active\:-rotate-12:active {
  --tw-rotate: -12deg;
}

.active\:-rotate-6:active {
  --tw-rotate: -6deg;
}

.active\:-rotate-3:active {
  --tw-rotate: -3deg;
}

.active\:-rotate-2:active {
  --tw-rotate: -2deg;
}

.active\:-rotate-1:active {
  --tw-rotate: -1deg;
}

.active\:-rotate-5:active {
  --tw-rotate: -5deg;
}

.skew-x-0 {
  --tw-skew-x: 0deg;
}

.skew-x-1 {
  --tw-skew-x: 1deg;
}

.skew-x-2 {
  --tw-skew-x: 2deg;
}

.skew-x-3 {
  --tw-skew-x: 3deg;
}

.skew-x-6 {
  --tw-skew-x: 6deg;
}

.skew-x-12 {
  --tw-skew-x: 12deg;
}

.-skew-x-12 {
  --tw-skew-x: -12deg;
}

.-skew-x-6 {
  --tw-skew-x: -6deg;
}

.-skew-x-3 {
  --tw-skew-x: -3deg;
}

.-skew-x-2 {
  --tw-skew-x: -2deg;
}

.-skew-x-1 {
  --tw-skew-x: -1deg;
}

.skew-y-0 {
  --tw-skew-y: 0deg;
}

.skew-y-1 {
  --tw-skew-y: 1deg;
}

.skew-y-2 {
  --tw-skew-y: 2deg;
}

.skew-y-3 {
  --tw-skew-y: 3deg;
}

.skew-y-6 {
  --tw-skew-y: 6deg;
}

.skew-y-12 {
  --tw-skew-y: 12deg;
}

.-skew-y-12 {
  --tw-skew-y: -12deg;
}

.-skew-y-6 {
  --tw-skew-y: -6deg;
}

.-skew-y-3 {
  --tw-skew-y: -3deg;
}

.-skew-y-2 {
  --tw-skew-y: -2deg;
}

.-skew-y-1 {
  --tw-skew-y: -1deg;
}

.hover\:skew-x-0:hover {
  --tw-skew-x: 0deg;
}

.hover\:skew-x-1:hover {
  --tw-skew-x: 1deg;
}

.hover\:skew-x-2:hover {
  --tw-skew-x: 2deg;
}

.hover\:skew-x-3:hover {
  --tw-skew-x: 3deg;
}

.hover\:skew-x-6:hover {
  --tw-skew-x: 6deg;
}

.hover\:skew-x-12:hover {
  --tw-skew-x: 12deg;
}

.hover\:-skew-x-12:hover {
  --tw-skew-x: -12deg;
}

.hover\:-skew-x-6:hover {
  --tw-skew-x: -6deg;
}

.hover\:-skew-x-3:hover {
  --tw-skew-x: -3deg;
}

.hover\:-skew-x-2:hover {
  --tw-skew-x: -2deg;
}

.hover\:-skew-x-1:hover {
  --tw-skew-x: -1deg;
}

.hover\:skew-y-0:hover {
  --tw-skew-y: 0deg;
}

.hover\:skew-y-1:hover {
  --tw-skew-y: 1deg;
}

.hover\:skew-y-2:hover {
  --tw-skew-y: 2deg;
}

.hover\:skew-y-3:hover {
  --tw-skew-y: 3deg;
}

.hover\:skew-y-6:hover {
  --tw-skew-y: 6deg;
}

.hover\:skew-y-12:hover {
  --tw-skew-y: 12deg;
}

.hover\:-skew-y-12:hover {
  --tw-skew-y: -12deg;
}

.hover\:-skew-y-6:hover {
  --tw-skew-y: -6deg;
}

.hover\:-skew-y-3:hover {
  --tw-skew-y: -3deg;
}

.hover\:-skew-y-2:hover {
  --tw-skew-y: -2deg;
}

.hover\:-skew-y-1:hover {
  --tw-skew-y: -1deg;
}

.focus\:skew-x-0:focus {
  --tw-skew-x: 0deg;
}

.focus\:skew-x-1:focus {
  --tw-skew-x: 1deg;
}

.focus\:skew-x-2:focus {
  --tw-skew-x: 2deg;
}

.focus\:skew-x-3:focus {
  --tw-skew-x: 3deg;
}

.focus\:skew-x-6:focus {
  --tw-skew-x: 6deg;
}

.focus\:skew-x-12:focus {
  --tw-skew-x: 12deg;
}

.focus\:-skew-x-12:focus {
  --tw-skew-x: -12deg;
}

.focus\:-skew-x-6:focus {
  --tw-skew-x: -6deg;
}

.focus\:-skew-x-3:focus {
  --tw-skew-x: -3deg;
}

.focus\:-skew-x-2:focus {
  --tw-skew-x: -2deg;
}

.focus\:-skew-x-1:focus {
  --tw-skew-x: -1deg;
}

.focus\:skew-y-0:focus {
  --tw-skew-y: 0deg;
}

.focus\:skew-y-1:focus {
  --tw-skew-y: 1deg;
}

.focus\:skew-y-2:focus {
  --tw-skew-y: 2deg;
}

.focus\:skew-y-3:focus {
  --tw-skew-y: 3deg;
}

.focus\:skew-y-6:focus {
  --tw-skew-y: 6deg;
}

.focus\:skew-y-12:focus {
  --tw-skew-y: 12deg;
}

.focus\:-skew-y-12:focus {
  --tw-skew-y: -12deg;
}

.focus\:-skew-y-6:focus {
  --tw-skew-y: -6deg;
}

.focus\:-skew-y-3:focus {
  --tw-skew-y: -3deg;
}

.focus\:-skew-y-2:focus {
  --tw-skew-y: -2deg;
}

.focus\:-skew-y-1:focus {
  --tw-skew-y: -1deg;
}

.scale-0 {
  --tw-scale-x: 0;
  --tw-scale-y: 0;
}

.scale-50 {
  --tw-scale-x: .5;
  --tw-scale-y: .5;
}

.scale-75 {
  --tw-scale-x: .75;
  --tw-scale-y: .75;
}

.scale-90 {
  --tw-scale-x: .9;
  --tw-scale-y: .9;
}

.scale-95 {
  --tw-scale-x: .95;
  --tw-scale-y: .95;
}

.scale-100 {
  --tw-scale-x: 1;
  --tw-scale-y: 1;
}

.scale-105 {
  --tw-scale-x: 1.05;
  --tw-scale-y: 1.05;
}

.scale-110 {
  --tw-scale-x: 1.1;
  --tw-scale-y: 1.1;
}

.scale-125 {
  --tw-scale-x: 1.25;
  --tw-scale-y: 1.25;
}

.scale-150 {
  --tw-scale-x: 1.5;
  --tw-scale-y: 1.5;
}

.hover\:scale-0:hover {
  --tw-scale-x: 0;
  --tw-scale-y: 0;
}

.hover\:scale-50:hover {
  --tw-scale-x: .5;
  --tw-scale-y: .5;
}

.hover\:scale-75:hover {
  --tw-scale-x: .75;
  --tw-scale-y: .75;
}

.hover\:scale-90:hover {
  --tw-scale-x: .9;
  --tw-scale-y: .9;
}

.hover\:scale-95:hover {
  --tw-scale-x: .95;
  --tw-scale-y: .95;
}

.hover\:scale-100:hover {
  --tw-scale-x: 1;
  --tw-scale-y: 1;
}

.hover\:scale-105:hover {
  --tw-scale-x: 1.05;
  --tw-scale-y: 1.05;
}

.hover\:scale-110:hover {
  --tw-scale-x: 1.1;
  --tw-scale-y: 1.1;
}

.hover\:scale-125:hover {
  --tw-scale-x: 1.25;
  --tw-scale-y: 1.25;
}

.hover\:scale-150:hover {
  --tw-scale-x: 1.5;
  --tw-scale-y: 1.5;
}

.focus\:scale-0:focus {
  --tw-scale-x: 0;
  --tw-scale-y: 0;
}

.focus\:scale-50:focus {
  --tw-scale-x: .5;
  --tw-scale-y: .5;
}

.focus\:scale-75:focus {
  --tw-scale-x: .75;
  --tw-scale-y: .75;
}

.focus\:scale-90:focus {
  --tw-scale-x: .9;
  --tw-scale-y: .9;
}

.focus\:scale-95:focus {
  --tw-scale-x: .95;
  --tw-scale-y: .95;
}

.focus\:scale-100:focus {
  --tw-scale-x: 1;
  --tw-scale-y: 1;
}

.focus\:scale-105:focus {
  --tw-scale-x: 1.05;
  --tw-scale-y: 1.05;
}

.focus\:scale-110:focus {
  --tw-scale-x: 1.1;
  --tw-scale-y: 1.1;
}

.focus\:scale-125:focus {
  --tw-scale-x: 1.25;
  --tw-scale-y: 1.25;
}

.focus\:scale-150:focus {
  --tw-scale-x: 1.5;
  --tw-scale-y: 1.5;
}

.active\:scale-0:active {
  --tw-scale-x: 0;
  --tw-scale-y: 0;
}

.active\:scale-50:active {
  --tw-scale-x: .5;
  --tw-scale-y: .5;
}

.active\:scale-75:active {
  --tw-scale-x: .75;
  --tw-scale-y: .75;
}

.active\:scale-90:active {
  --tw-scale-x: .9;
  --tw-scale-y: .9;
}

.active\:scale-95:active {
  --tw-scale-x: .95;
  --tw-scale-y: .95;
}

.active\:scale-100:active {
  --tw-scale-x: 1;
  --tw-scale-y: 1;
}

.active\:scale-105:active {
  --tw-scale-x: 1.05;
  --tw-scale-y: 1.05;
}

.active\:scale-110:active {
  --tw-scale-x: 1.1;
  --tw-scale-y: 1.1;
}

.active\:scale-125:active {
  --tw-scale-x: 1.25;
  --tw-scale-y: 1.25;
}

.active\:scale-150:active {
  --tw-scale-x: 1.5;
  --tw-scale-y: 1.5;
}

.scale-x-0 {
  --tw-scale-x: 0;
}

.scale-x-50 {
  --tw-scale-x: .5;
}

.scale-x-75 {
  --tw-scale-x: .75;
}

.scale-x-90 {
  --tw-scale-x: .9;
}

.scale-x-95 {
  --tw-scale-x: .95;
}

.scale-x-100 {
  --tw-scale-x: 1;
}

.scale-x-105 {
  --tw-scale-x: 1.05;
}

.scale-x-110 {
  --tw-scale-x: 1.1;
}

.scale-x-125 {
  --tw-scale-x: 1.25;
}

.scale-x-150 {
  --tw-scale-x: 1.5;
}

.scale-y-0 {
  --tw-scale-y: 0;
}

.scale-y-50 {
  --tw-scale-y: .5;
}

.scale-y-75 {
  --tw-scale-y: .75;
}

.scale-y-90 {
  --tw-scale-y: .9;
}

.scale-y-95 {
  --tw-scale-y: .95;
}

.scale-y-100 {
  --tw-scale-y: 1;
}

.scale-y-105 {
  --tw-scale-y: 1.05;
}

.scale-y-110 {
  --tw-scale-y: 1.1;
}

.scale-y-125 {
  --tw-scale-y: 1.25;
}

.scale-y-150 {
  --tw-scale-y: 1.5;
}

.hover\:scale-x-0:hover {
  --tw-scale-x: 0;
}

.hover\:scale-x-50:hover {
  --tw-scale-x: .5;
}

.hover\:scale-x-75:hover {
  --tw-scale-x: .75;
}

.hover\:scale-x-90:hover {
  --tw-scale-x: .9;
}

.hover\:scale-x-95:hover {
  --tw-scale-x: .95;
}

.hover\:scale-x-100:hover {
  --tw-scale-x: 1;
}

.hover\:scale-x-105:hover {
  --tw-scale-x: 1.05;
}

.hover\:scale-x-110:hover {
  --tw-scale-x: 1.1;
}

.hover\:scale-x-125:hover {
  --tw-scale-x: 1.25;
}

.hover\:scale-x-150:hover {
  --tw-scale-x: 1.5;
}

.hover\:scale-y-0:hover {
  --tw-scale-y: 0;
}

.hover\:scale-y-50:hover {
  --tw-scale-y: .5;
}

.hover\:scale-y-75:hover {
  --tw-scale-y: .75;
}

.hover\:scale-y-90:hover {
  --tw-scale-y: .9;
}

.hover\:scale-y-95:hover {
  --tw-scale-y: .95;
}

.hover\:scale-y-100:hover {
  --tw-scale-y: 1;
}

.hover\:scale-y-105:hover {
  --tw-scale-y: 1.05;
}

.hover\:scale-y-110:hover {
  --tw-scale-y: 1.1;
}

.hover\:scale-y-125:hover {
  --tw-scale-y: 1.25;
}

.hover\:scale-y-150:hover {
  --tw-scale-y: 1.5;
}

.focus\:scale-x-0:focus {
  --tw-scale-x: 0;
}

.focus\:scale-x-50:focus {
  --tw-scale-x: .5;
}

.focus\:scale-x-75:focus {
  --tw-scale-x: .75;
}

.focus\:scale-x-90:focus {
  --tw-scale-x: .9;
}

.focus\:scale-x-95:focus {
  --tw-scale-x: .95;
}

.focus\:scale-x-100:focus {
  --tw-scale-x: 1;
}

.focus\:scale-x-105:focus {
  --tw-scale-x: 1.05;
}

.focus\:scale-x-110:focus {
  --tw-scale-x: 1.1;
}

.focus\:scale-x-125:focus {
  --tw-scale-x: 1.25;
}

.focus\:scale-x-150:focus {
  --tw-scale-x: 1.5;
}

.focus\:scale-y-0:focus {
  --tw-scale-y: 0;
}

.focus\:scale-y-50:focus {
  --tw-scale-y: .5;
}

.focus\:scale-y-75:focus {
  --tw-scale-y: .75;
}

.focus\:scale-y-90:focus {
  --tw-scale-y: .9;
}

.focus\:scale-y-95:focus {
  --tw-scale-y: .95;
}

.focus\:scale-y-100:focus {
  --tw-scale-y: 1;
}

.focus\:scale-y-105:focus {
  --tw-scale-y: 1.05;
}

.focus\:scale-y-110:focus {
  --tw-scale-y: 1.1;
}

.focus\:scale-y-125:focus {
  --tw-scale-y: 1.25;
}

.focus\:scale-y-150:focus {
  --tw-scale-y: 1.5;
}

.active\:scale-x-0:active {
  --tw-scale-x: 0;
}

.active\:scale-x-50:active {
  --tw-scale-x: .5;
}

.active\:scale-x-75:active {
  --tw-scale-x: .75;
}

.active\:scale-x-90:active {
  --tw-scale-x: .9;
}

.active\:scale-x-95:active {
  --tw-scale-x: .95;
}

.active\:scale-x-100:active {
  --tw-scale-x: 1;
}

.active\:scale-x-105:active {
  --tw-scale-x: 1.05;
}

.active\:scale-x-110:active {
  --tw-scale-x: 1.1;
}

.active\:scale-x-125:active {
  --tw-scale-x: 1.25;
}

.active\:scale-x-150:active {
  --tw-scale-x: 1.5;
}

.active\:scale-y-0:active {
  --tw-scale-y: 0;
}

.active\:scale-y-50:active {
  --tw-scale-y: .5;
}

.active\:scale-y-75:active {
  --tw-scale-y: .75;
}

.active\:scale-y-90:active {
  --tw-scale-y: .9;
}

.active\:scale-y-95:active {
  --tw-scale-y: .95;
}

.active\:scale-y-100:active {
  --tw-scale-y: 1;
}

.active\:scale-y-105:active {
  --tw-scale-y: 1.05;
}

.active\:scale-y-110:active {
  --tw-scale-y: 1.1;
}

.active\:scale-y-125:active {
  --tw-scale-y: 1.25;
}

.active\:scale-y-150:active {
  --tw-scale-y: 1.5;
}

@-webkit-keyframes spin {
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes spin {
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@-webkit-keyframes ping {
  75%, 100% {
    -webkit-transform: scale(2);
            transform: scale(2);
    opacity: 0;
  }
}

@keyframes ping {
  75%, 100% {
    -webkit-transform: scale(2);
            transform: scale(2);
    opacity: 0;
  }
}

@-webkit-keyframes pulse {
  50% {
    opacity: .5;
  }
}

@keyframes pulse {
  50% {
    opacity: .5;
  }
}

@-webkit-keyframes bounce {
  0%, 100% {
    -webkit-transform: translateY(-25%);
            transform: translateY(-25%);
    -webkit-animation-timing-function: cubic-bezier(0.8,0,1,1);
            animation-timing-function: cubic-bezier(0.8,0,1,1);
  }

  50% {
    -webkit-transform: none;
            transform: none;
    -webkit-animation-timing-function: cubic-bezier(0,0,0.2,1);
            animation-timing-function: cubic-bezier(0,0,0.2,1);
  }
}

@keyframes bounce {
  0%, 100% {
    -webkit-transform: translateY(-25%);
            transform: translateY(-25%);
    -webkit-animation-timing-function: cubic-bezier(0.8,0,1,1);
            animation-timing-function: cubic-bezier(0.8,0,1,1);
  }

  50% {
    -webkit-transform: none;
            transform: none;
    -webkit-animation-timing-function: cubic-bezier(0,0,0.2,1);
            animation-timing-function: cubic-bezier(0,0,0.2,1);
  }
}

@-webkit-keyframes fade-in {
  0% {
    opacity: 0%;
  }

  100% {
    opacity: 100%;
  }
}

@keyframes fade-in {
  0% {
    opacity: 0%;
  }

  100% {
    opacity: 100%;
  }
}

.animate-none {
  -webkit-animation: none;
          animation: none;
}

.animate-spin {
  -webkit-animation: spin 1s linear infinite;
          animation: spin 1s linear infinite;
}

.animate-ping {
  -webkit-animation: ping 1s cubic-bezier(0, 0, 0.2, 1) infinite;
          animation: ping 1s cubic-bezier(0, 0, 0.2, 1) infinite;
}

.animate-pulse {
  -webkit-animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
          animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
}

.animate-bounce {
  -webkit-animation: bounce 1s infinite;
          animation: bounce 1s infinite;
}

.animate-fade-in {
  -webkit-animation: fade-in .25s linear;
          animation: fade-in .25s linear;
}

.cursor-auto {
  cursor: auto;
}

.cursor-default {
  cursor: default;
}

.cursor-pointer {
  cursor: pointer;
}

.cursor-wait {
  cursor: wait;
}

.cursor-text {
  cursor: text;
}

.cursor-move {
  cursor: move;
}

.cursor-help {
  cursor: help;
}

.cursor-not-allowed {
  cursor: not-allowed;
}

.cursor-col-resize {
  cursor: col-resize;
}

.cursor-copy {
  cursor: copy;
}

.disabled\:cursor-auto:disabled {
  cursor: auto;
}

.disabled\:cursor-default:disabled {
  cursor: default;
}

.disabled\:cursor-pointer:disabled {
  cursor: pointer;
}

.disabled\:cursor-wait:disabled {
  cursor: wait;
}

.disabled\:cursor-text:disabled {
  cursor: text;
}

.disabled\:cursor-move:disabled {
  cursor: move;
}

.disabled\:cursor-help:disabled {
  cursor: help;
}

.disabled\:cursor-not-allowed:disabled {
  cursor: not-allowed;
}

.disabled\:cursor-col-resize:disabled {
  cursor: col-resize;
}

.disabled\:cursor-copy:disabled {
  cursor: copy;
}

.select-none {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.select-text {
  -webkit-user-select: text;
     -moz-user-select: text;
      -ms-user-select: text;
          user-select: text;
}

.select-all {
  -webkit-user-select: all;
     -moz-user-select: all;
          user-select: all;
}

.select-auto {
  -webkit-user-select: auto;
     -moz-user-select: auto;
      -ms-user-select: auto;
          user-select: auto;
}

.resize-none {
  resize: none;
}

.resize-y {
  resize: vertical;
}

.resize-x {
  resize: horizontal;
}

.resize {
  resize: both;
}

.list-inside {
  list-style-position: inside;
}

.list-outside {
  list-style-position: outside;
}

.list-none {
  list-style-type: none;
}

.list-disc {
  list-style-type: disc;
}

.list-decimal {
  list-style-type: decimal;
}

.appearance-none {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

.auto-cols-auto {
  grid-auto-columns: auto;
}

.auto-cols-min {
  grid-auto-columns: -webkit-min-content;
  grid-auto-columns: min-content;
}

.auto-cols-max {
  grid-auto-columns: -webkit-max-content;
  grid-auto-columns: max-content;
}

.auto-cols-fr {
  grid-auto-columns: minmax(0, 1fr);
}

.grid-flow-row {
  grid-auto-flow: row;
}

.grid-flow-col {
  grid-auto-flow: column;
}

.grid-flow-row-dense {
  grid-auto-flow: row dense;
}

.grid-flow-col-dense {
  grid-auto-flow: column dense;
}

.auto-rows-auto {
  grid-auto-rows: auto;
}

.auto-rows-min {
  grid-auto-rows: -webkit-min-content;
  grid-auto-rows: min-content;
}

.auto-rows-max {
  grid-auto-rows: -webkit-max-content;
  grid-auto-rows: max-content;
}

.auto-rows-fr {
  grid-auto-rows: minmax(0, 1fr);
}

.grid-cols-1 {
  grid-template-columns: repeat(1, minmax(0, 1fr));
}

.grid-cols-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.grid-cols-3 {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.grid-cols-4 {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.grid-cols-5 {
  grid-template-columns: repeat(5, minmax(0, 1fr));
}

.grid-cols-6 {
  grid-template-columns: repeat(6, minmax(0, 1fr));
}

.grid-cols-7 {
  grid-template-columns: repeat(7, minmax(0, 1fr));
}

.grid-cols-8 {
  grid-template-columns: repeat(8, minmax(0, 1fr));
}

.grid-cols-9 {
  grid-template-columns: repeat(9, minmax(0, 1fr));
}

.grid-cols-10 {
  grid-template-columns: repeat(10, minmax(0, 1fr));
}

.grid-cols-11 {
  grid-template-columns: repeat(11, minmax(0, 1fr));
}

.grid-cols-12 {
  grid-template-columns: repeat(12, minmax(0, 1fr));
}

.grid-cols-none {
  grid-template-columns: none;
}

.grid-cols-centered-2\/3 {
  grid-template-columns: 2fr 8fr 2fr;
}

.grid-cols-auto-2 {
  grid-template-columns: auto auto;
}

.grid-cols-max-content-4 {
  grid-template-columns: repeat(4, minmax(-webkit-max-content, 1fr));
  grid-template-columns: repeat(4, minmax(max-content, 1fr));
}

.grid-cols-max-content-6 {
  grid-template-columns: repeat(6, minmax(-webkit-max-content, 1fr));
  grid-template-columns: repeat(6, minmax(max-content, 1fr));
}

.grid-rows-1 {
  grid-template-rows: repeat(1, minmax(0, 1fr));
}

.grid-rows-2 {
  grid-template-rows: repeat(2, minmax(0, 1fr));
}

.grid-rows-3 {
  grid-template-rows: repeat(3, minmax(0, 1fr));
}

.grid-rows-4 {
  grid-template-rows: repeat(4, minmax(0, 1fr));
}

.grid-rows-5 {
  grid-template-rows: repeat(5, minmax(0, 1fr));
}

.grid-rows-6 {
  grid-template-rows: repeat(6, minmax(0, 1fr));
}

.grid-rows-none {
  grid-template-rows: none;
}

.flex-row {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

.flex-row-reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.flex-col {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.flex-col-reverse {
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
}

.flex-wrap {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.flex-wrap-reverse {
  -ms-flex-wrap: wrap-reverse;
      flex-wrap: wrap-reverse;
}

.flex-nowrap {
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}

.place-content-center {
  place-content: center;
}

.place-content-start {
  place-content: start;
}

.place-content-end {
  place-content: end;
}

.place-content-between {
  place-content: space-between;
}

.place-content-around {
  place-content: space-around;
}

.place-content-evenly {
  place-content: space-evenly;
}

.place-content-stretch {
  place-content: stretch;
}

.place-items-start {
  place-items: start;
}

.place-items-end {
  place-items: end;
}

.place-items-center {
  place-items: center;
}

.place-items-stretch {
  place-items: stretch;
}

.content-center {
  -ms-flex-line-pack: center;
      align-content: center;
}

.content-start {
  -ms-flex-line-pack: start;
      align-content: flex-start;
}

.content-end {
  -ms-flex-line-pack: end;
      align-content: flex-end;
}

.content-between {
  -ms-flex-line-pack: justify;
      align-content: space-between;
}

.content-around {
  -ms-flex-line-pack: distribute;
      align-content: space-around;
}

.content-evenly {
  -ms-flex-line-pack: space-evenly;
      align-content: space-evenly;
}

.items-start {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.items-end {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.items-center {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.items-baseline {
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}

.items-stretch {
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}

.justify-start {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.justify-end {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.justify-center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.justify-between {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.justify-around {
  -ms-flex-pack: distribute;
      justify-content: space-around;
}

.justify-evenly {
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
}

.justify-items-start {
  justify-items: start;
}

.justify-items-end {
  justify-items: end;
}

.justify-items-center {
  justify-items: center;
}

.justify-items-stretch {
  justify-items: stretch;
}

.gap-0 {
  gap: 0px;
}

.gap-1 {
  gap: 0.25rem;
}

.gap-2 {
  gap: 0.5rem;
}

.gap-3 {
  gap: 0.75rem;
}

.gap-4 {
  gap: 1rem;
}

.gap-5 {
  gap: 1.25rem;
}

.gap-6 {
  gap: 1.5rem;
}

.gap-7 {
  gap: 1.75rem;
}

.gap-8 {
  gap: 2rem;
}

.gap-9 {
  gap: 2.25rem;
}

.gap-10 {
  gap: 2.5rem;
}

.gap-11 {
  gap: 2.75rem;
}

.gap-12 {
  gap: 3rem;
}

.gap-14 {
  gap: 3.5rem;
}

.gap-16 {
  gap: 4rem;
}

.gap-20 {
  gap: 5rem;
}

.gap-24 {
  gap: 6rem;
}

.gap-28 {
  gap: 7rem;
}

.gap-32 {
  gap: 8rem;
}

.gap-36 {
  gap: 9rem;
}

.gap-40 {
  gap: 10rem;
}

.gap-44 {
  gap: 11rem;
}

.gap-48 {
  gap: 12rem;
}

.gap-52 {
  gap: 13rem;
}

.gap-56 {
  gap: 14rem;
}

.gap-60 {
  gap: 15rem;
}

.gap-64 {
  gap: 16rem;
}

.gap-72 {
  gap: 18rem;
}

.gap-80 {
  gap: 20rem;
}

.gap-96 {
  gap: 24rem;
}

.gap-px {
  gap: 1px;
}

.gap-0\.5 {
  gap: 0.125rem;
}

.gap-1\.5 {
  gap: 0.375rem;
}

.gap-2\.5 {
  gap: 0.625rem;
}

.gap-3\.5 {
  gap: 0.875rem;
}

.gap-x-0 {
  -webkit-column-gap: 0px;
     -moz-column-gap: 0px;
          column-gap: 0px;
}

.gap-x-1 {
  -webkit-column-gap: 0.25rem;
     -moz-column-gap: 0.25rem;
          column-gap: 0.25rem;
}

.gap-x-2 {
  -webkit-column-gap: 0.5rem;
     -moz-column-gap: 0.5rem;
          column-gap: 0.5rem;
}

.gap-x-3 {
  -webkit-column-gap: 0.75rem;
     -moz-column-gap: 0.75rem;
          column-gap: 0.75rem;
}

.gap-x-4 {
  -webkit-column-gap: 1rem;
     -moz-column-gap: 1rem;
          column-gap: 1rem;
}

.gap-x-5 {
  -webkit-column-gap: 1.25rem;
     -moz-column-gap: 1.25rem;
          column-gap: 1.25rem;
}

.gap-x-6 {
  -webkit-column-gap: 1.5rem;
     -moz-column-gap: 1.5rem;
          column-gap: 1.5rem;
}

.gap-x-7 {
  -webkit-column-gap: 1.75rem;
     -moz-column-gap: 1.75rem;
          column-gap: 1.75rem;
}

.gap-x-8 {
  -webkit-column-gap: 2rem;
     -moz-column-gap: 2rem;
          column-gap: 2rem;
}

.gap-x-9 {
  -webkit-column-gap: 2.25rem;
     -moz-column-gap: 2.25rem;
          column-gap: 2.25rem;
}

.gap-x-10 {
  -webkit-column-gap: 2.5rem;
     -moz-column-gap: 2.5rem;
          column-gap: 2.5rem;
}

.gap-x-11 {
  -webkit-column-gap: 2.75rem;
     -moz-column-gap: 2.75rem;
          column-gap: 2.75rem;
}

.gap-x-12 {
  -webkit-column-gap: 3rem;
     -moz-column-gap: 3rem;
          column-gap: 3rem;
}

.gap-x-14 {
  -webkit-column-gap: 3.5rem;
     -moz-column-gap: 3.5rem;
          column-gap: 3.5rem;
}

.gap-x-16 {
  -webkit-column-gap: 4rem;
     -moz-column-gap: 4rem;
          column-gap: 4rem;
}

.gap-x-20 {
  -webkit-column-gap: 5rem;
     -moz-column-gap: 5rem;
          column-gap: 5rem;
}

.gap-x-24 {
  -webkit-column-gap: 6rem;
     -moz-column-gap: 6rem;
          column-gap: 6rem;
}

.gap-x-28 {
  -webkit-column-gap: 7rem;
     -moz-column-gap: 7rem;
          column-gap: 7rem;
}

.gap-x-32 {
  -webkit-column-gap: 8rem;
     -moz-column-gap: 8rem;
          column-gap: 8rem;
}

.gap-x-36 {
  -webkit-column-gap: 9rem;
     -moz-column-gap: 9rem;
          column-gap: 9rem;
}

.gap-x-40 {
  -webkit-column-gap: 10rem;
     -moz-column-gap: 10rem;
          column-gap: 10rem;
}

.gap-x-44 {
  -webkit-column-gap: 11rem;
     -moz-column-gap: 11rem;
          column-gap: 11rem;
}

.gap-x-48 {
  -webkit-column-gap: 12rem;
     -moz-column-gap: 12rem;
          column-gap: 12rem;
}

.gap-x-52 {
  -webkit-column-gap: 13rem;
     -moz-column-gap: 13rem;
          column-gap: 13rem;
}

.gap-x-56 {
  -webkit-column-gap: 14rem;
     -moz-column-gap: 14rem;
          column-gap: 14rem;
}

.gap-x-60 {
  -webkit-column-gap: 15rem;
     -moz-column-gap: 15rem;
          column-gap: 15rem;
}

.gap-x-64 {
  -webkit-column-gap: 16rem;
     -moz-column-gap: 16rem;
          column-gap: 16rem;
}

.gap-x-72 {
  -webkit-column-gap: 18rem;
     -moz-column-gap: 18rem;
          column-gap: 18rem;
}

.gap-x-80 {
  -webkit-column-gap: 20rem;
     -moz-column-gap: 20rem;
          column-gap: 20rem;
}

.gap-x-96 {
  -webkit-column-gap: 24rem;
     -moz-column-gap: 24rem;
          column-gap: 24rem;
}

.gap-x-px {
  -webkit-column-gap: 1px;
     -moz-column-gap: 1px;
          column-gap: 1px;
}

.gap-x-0\.5 {
  -webkit-column-gap: 0.125rem;
     -moz-column-gap: 0.125rem;
          column-gap: 0.125rem;
}

.gap-x-1\.5 {
  -webkit-column-gap: 0.375rem;
     -moz-column-gap: 0.375rem;
          column-gap: 0.375rem;
}

.gap-x-2\.5 {
  -webkit-column-gap: 0.625rem;
     -moz-column-gap: 0.625rem;
          column-gap: 0.625rem;
}

.gap-x-3\.5 {
  -webkit-column-gap: 0.875rem;
     -moz-column-gap: 0.875rem;
          column-gap: 0.875rem;
}

.gap-y-0 {
  row-gap: 0px;
}

.gap-y-1 {
  row-gap: 0.25rem;
}

.gap-y-2 {
  row-gap: 0.5rem;
}

.gap-y-3 {
  row-gap: 0.75rem;
}

.gap-y-4 {
  row-gap: 1rem;
}

.gap-y-5 {
  row-gap: 1.25rem;
}

.gap-y-6 {
  row-gap: 1.5rem;
}

.gap-y-7 {
  row-gap: 1.75rem;
}

.gap-y-8 {
  row-gap: 2rem;
}

.gap-y-9 {
  row-gap: 2.25rem;
}

.gap-y-10 {
  row-gap: 2.5rem;
}

.gap-y-11 {
  row-gap: 2.75rem;
}

.gap-y-12 {
  row-gap: 3rem;
}

.gap-y-14 {
  row-gap: 3.5rem;
}

.gap-y-16 {
  row-gap: 4rem;
}

.gap-y-20 {
  row-gap: 5rem;
}

.gap-y-24 {
  row-gap: 6rem;
}

.gap-y-28 {
  row-gap: 7rem;
}

.gap-y-32 {
  row-gap: 8rem;
}

.gap-y-36 {
  row-gap: 9rem;
}

.gap-y-40 {
  row-gap: 10rem;
}

.gap-y-44 {
  row-gap: 11rem;
}

.gap-y-48 {
  row-gap: 12rem;
}

.gap-y-52 {
  row-gap: 13rem;
}

.gap-y-56 {
  row-gap: 14rem;
}

.gap-y-60 {
  row-gap: 15rem;
}

.gap-y-64 {
  row-gap: 16rem;
}

.gap-y-72 {
  row-gap: 18rem;
}

.gap-y-80 {
  row-gap: 20rem;
}

.gap-y-96 {
  row-gap: 24rem;
}

.gap-y-px {
  row-gap: 1px;
}

.gap-y-0\.5 {
  row-gap: 0.125rem;
}

.gap-y-1\.5 {
  row-gap: 0.375rem;
}

.gap-y-2\.5 {
  row-gap: 0.625rem;
}

.gap-y-3\.5 {
  row-gap: 0.875rem;
}

.space-x-0 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(0px * var(--tw-space-x-reverse));
  margin-left: calc(0px * calc(1 - var(--tw-space-x-reverse)));
}

.space-x-1 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(0.25rem * var(--tw-space-x-reverse));
  margin-left: calc(0.25rem * calc(1 - var(--tw-space-x-reverse)));
}

.space-x-2 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(0.5rem * var(--tw-space-x-reverse));
  margin-left: calc(0.5rem * calc(1 - var(--tw-space-x-reverse)));
}

.space-x-3 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(0.75rem * var(--tw-space-x-reverse));
  margin-left: calc(0.75rem * calc(1 - var(--tw-space-x-reverse)));
}

.space-x-4 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(1rem * var(--tw-space-x-reverse));
  margin-left: calc(1rem * calc(1 - var(--tw-space-x-reverse)));
}

.space-x-5 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(1.25rem * var(--tw-space-x-reverse));
  margin-left: calc(1.25rem * calc(1 - var(--tw-space-x-reverse)));
}

.space-x-6 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(1.5rem * var(--tw-space-x-reverse));
  margin-left: calc(1.5rem * calc(1 - var(--tw-space-x-reverse)));
}

.space-x-7 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(1.75rem * var(--tw-space-x-reverse));
  margin-left: calc(1.75rem * calc(1 - var(--tw-space-x-reverse)));
}

.space-x-8 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(2rem * var(--tw-space-x-reverse));
  margin-left: calc(2rem * calc(1 - var(--tw-space-x-reverse)));
}

.space-x-9 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(2.25rem * var(--tw-space-x-reverse));
  margin-left: calc(2.25rem * calc(1 - var(--tw-space-x-reverse)));
}

.space-x-10 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(2.5rem * var(--tw-space-x-reverse));
  margin-left: calc(2.5rem * calc(1 - var(--tw-space-x-reverse)));
}

.space-x-11 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(2.75rem * var(--tw-space-x-reverse));
  margin-left: calc(2.75rem * calc(1 - var(--tw-space-x-reverse)));
}

.space-x-12 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(3rem * var(--tw-space-x-reverse));
  margin-left: calc(3rem * calc(1 - var(--tw-space-x-reverse)));
}

.space-x-14 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(3.5rem * var(--tw-space-x-reverse));
  margin-left: calc(3.5rem * calc(1 - var(--tw-space-x-reverse)));
}

.space-x-16 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(4rem * var(--tw-space-x-reverse));
  margin-left: calc(4rem * calc(1 - var(--tw-space-x-reverse)));
}

.space-x-20 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(5rem * var(--tw-space-x-reverse));
  margin-left: calc(5rem * calc(1 - var(--tw-space-x-reverse)));
}

.space-x-24 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(6rem * var(--tw-space-x-reverse));
  margin-left: calc(6rem * calc(1 - var(--tw-space-x-reverse)));
}

.space-x-28 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(7rem * var(--tw-space-x-reverse));
  margin-left: calc(7rem * calc(1 - var(--tw-space-x-reverse)));
}

.space-x-32 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(8rem * var(--tw-space-x-reverse));
  margin-left: calc(8rem * calc(1 - var(--tw-space-x-reverse)));
}

.space-x-36 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(9rem * var(--tw-space-x-reverse));
  margin-left: calc(9rem * calc(1 - var(--tw-space-x-reverse)));
}

.space-x-40 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(10rem * var(--tw-space-x-reverse));
  margin-left: calc(10rem * calc(1 - var(--tw-space-x-reverse)));
}

.space-x-44 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(11rem * var(--tw-space-x-reverse));
  margin-left: calc(11rem * calc(1 - var(--tw-space-x-reverse)));
}

.space-x-48 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(12rem * var(--tw-space-x-reverse));
  margin-left: calc(12rem * calc(1 - var(--tw-space-x-reverse)));
}

.space-x-52 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(13rem * var(--tw-space-x-reverse));
  margin-left: calc(13rem * calc(1 - var(--tw-space-x-reverse)));
}

.space-x-56 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(14rem * var(--tw-space-x-reverse));
  margin-left: calc(14rem * calc(1 - var(--tw-space-x-reverse)));
}

.space-x-60 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(15rem * var(--tw-space-x-reverse));
  margin-left: calc(15rem * calc(1 - var(--tw-space-x-reverse)));
}

.space-x-64 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(16rem * var(--tw-space-x-reverse));
  margin-left: calc(16rem * calc(1 - var(--tw-space-x-reverse)));
}

.space-x-72 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(18rem * var(--tw-space-x-reverse));
  margin-left: calc(18rem * calc(1 - var(--tw-space-x-reverse)));
}

.space-x-80 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(20rem * var(--tw-space-x-reverse));
  margin-left: calc(20rem * calc(1 - var(--tw-space-x-reverse)));
}

.space-x-96 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(24rem * var(--tw-space-x-reverse));
  margin-left: calc(24rem * calc(1 - var(--tw-space-x-reverse)));
}

.space-x-px > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(1px * var(--tw-space-x-reverse));
  margin-left: calc(1px * calc(1 - var(--tw-space-x-reverse)));
}

.space-x-0\.5 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(0.125rem * var(--tw-space-x-reverse));
  margin-left: calc(0.125rem * calc(1 - var(--tw-space-x-reverse)));
}

.space-x-1\.5 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(0.375rem * var(--tw-space-x-reverse));
  margin-left: calc(0.375rem * calc(1 - var(--tw-space-x-reverse)));
}

.space-x-2\.5 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(0.625rem * var(--tw-space-x-reverse));
  margin-left: calc(0.625rem * calc(1 - var(--tw-space-x-reverse)));
}

.space-x-3\.5 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(0.875rem * var(--tw-space-x-reverse));
  margin-left: calc(0.875rem * calc(1 - var(--tw-space-x-reverse)));
}

.-space-x-0 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(0px * var(--tw-space-x-reverse));
  margin-left: calc(0px * calc(1 - var(--tw-space-x-reverse)));
}

.-space-x-1 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(-0.25rem * var(--tw-space-x-reverse));
  margin-left: calc(-0.25rem * calc(1 - var(--tw-space-x-reverse)));
}

.-space-x-2 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(-0.5rem * var(--tw-space-x-reverse));
  margin-left: calc(-0.5rem * calc(1 - var(--tw-space-x-reverse)));
}

.-space-x-3 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(-0.75rem * var(--tw-space-x-reverse));
  margin-left: calc(-0.75rem * calc(1 - var(--tw-space-x-reverse)));
}

.-space-x-4 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(-1rem * var(--tw-space-x-reverse));
  margin-left: calc(-1rem * calc(1 - var(--tw-space-x-reverse)));
}

.-space-x-5 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(-1.25rem * var(--tw-space-x-reverse));
  margin-left: calc(-1.25rem * calc(1 - var(--tw-space-x-reverse)));
}

.-space-x-6 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(-1.5rem * var(--tw-space-x-reverse));
  margin-left: calc(-1.5rem * calc(1 - var(--tw-space-x-reverse)));
}

.-space-x-7 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(-1.75rem * var(--tw-space-x-reverse));
  margin-left: calc(-1.75rem * calc(1 - var(--tw-space-x-reverse)));
}

.-space-x-8 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(-2rem * var(--tw-space-x-reverse));
  margin-left: calc(-2rem * calc(1 - var(--tw-space-x-reverse)));
}

.-space-x-9 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(-2.25rem * var(--tw-space-x-reverse));
  margin-left: calc(-2.25rem * calc(1 - var(--tw-space-x-reverse)));
}

.-space-x-10 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(-2.5rem * var(--tw-space-x-reverse));
  margin-left: calc(-2.5rem * calc(1 - var(--tw-space-x-reverse)));
}

.-space-x-11 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(-2.75rem * var(--tw-space-x-reverse));
  margin-left: calc(-2.75rem * calc(1 - var(--tw-space-x-reverse)));
}

.-space-x-12 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(-3rem * var(--tw-space-x-reverse));
  margin-left: calc(-3rem * calc(1 - var(--tw-space-x-reverse)));
}

.-space-x-14 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(-3.5rem * var(--tw-space-x-reverse));
  margin-left: calc(-3.5rem * calc(1 - var(--tw-space-x-reverse)));
}

.-space-x-16 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(-4rem * var(--tw-space-x-reverse));
  margin-left: calc(-4rem * calc(1 - var(--tw-space-x-reverse)));
}

.-space-x-20 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(-5rem * var(--tw-space-x-reverse));
  margin-left: calc(-5rem * calc(1 - var(--tw-space-x-reverse)));
}

.-space-x-24 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(-6rem * var(--tw-space-x-reverse));
  margin-left: calc(-6rem * calc(1 - var(--tw-space-x-reverse)));
}

.-space-x-28 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(-7rem * var(--tw-space-x-reverse));
  margin-left: calc(-7rem * calc(1 - var(--tw-space-x-reverse)));
}

.-space-x-32 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(-8rem * var(--tw-space-x-reverse));
  margin-left: calc(-8rem * calc(1 - var(--tw-space-x-reverse)));
}

.-space-x-36 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(-9rem * var(--tw-space-x-reverse));
  margin-left: calc(-9rem * calc(1 - var(--tw-space-x-reverse)));
}

.-space-x-40 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(-10rem * var(--tw-space-x-reverse));
  margin-left: calc(-10rem * calc(1 - var(--tw-space-x-reverse)));
}

.-space-x-44 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(-11rem * var(--tw-space-x-reverse));
  margin-left: calc(-11rem * calc(1 - var(--tw-space-x-reverse)));
}

.-space-x-48 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(-12rem * var(--tw-space-x-reverse));
  margin-left: calc(-12rem * calc(1 - var(--tw-space-x-reverse)));
}

.-space-x-52 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(-13rem * var(--tw-space-x-reverse));
  margin-left: calc(-13rem * calc(1 - var(--tw-space-x-reverse)));
}

.-space-x-56 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(-14rem * var(--tw-space-x-reverse));
  margin-left: calc(-14rem * calc(1 - var(--tw-space-x-reverse)));
}

.-space-x-60 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(-15rem * var(--tw-space-x-reverse));
  margin-left: calc(-15rem * calc(1 - var(--tw-space-x-reverse)));
}

.-space-x-64 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(-16rem * var(--tw-space-x-reverse));
  margin-left: calc(-16rem * calc(1 - var(--tw-space-x-reverse)));
}

.-space-x-72 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(-18rem * var(--tw-space-x-reverse));
  margin-left: calc(-18rem * calc(1 - var(--tw-space-x-reverse)));
}

.-space-x-80 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(-20rem * var(--tw-space-x-reverse));
  margin-left: calc(-20rem * calc(1 - var(--tw-space-x-reverse)));
}

.-space-x-96 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(-24rem * var(--tw-space-x-reverse));
  margin-left: calc(-24rem * calc(1 - var(--tw-space-x-reverse)));
}

.-space-x-px > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(-1px * var(--tw-space-x-reverse));
  margin-left: calc(-1px * calc(1 - var(--tw-space-x-reverse)));
}

.-space-x-0\.5 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(-0.125rem * var(--tw-space-x-reverse));
  margin-left: calc(-0.125rem * calc(1 - var(--tw-space-x-reverse)));
}

.-space-x-1\.5 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(-0.375rem * var(--tw-space-x-reverse));
  margin-left: calc(-0.375rem * calc(1 - var(--tw-space-x-reverse)));
}

.-space-x-2\.5 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(-0.625rem * var(--tw-space-x-reverse));
  margin-left: calc(-0.625rem * calc(1 - var(--tw-space-x-reverse)));
}

.-space-x-3\.5 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(-0.875rem * var(--tw-space-x-reverse));
  margin-left: calc(-0.875rem * calc(1 - var(--tw-space-x-reverse)));
}

.space-y-0 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(0px * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0px * var(--tw-space-y-reverse));
}

.space-y-1 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(0.25rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.25rem * var(--tw-space-y-reverse));
}

.space-y-2 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(0.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.5rem * var(--tw-space-y-reverse));
}

.space-y-3 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(0.75rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.75rem * var(--tw-space-y-reverse));
}

.space-y-4 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(1rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1rem * var(--tw-space-y-reverse));
}

.space-y-5 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(1.25rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1.25rem * var(--tw-space-y-reverse));
}

.space-y-6 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(1.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1.5rem * var(--tw-space-y-reverse));
}

.space-y-7 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(1.75rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1.75rem * var(--tw-space-y-reverse));
}

.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));
}

.space-y-9 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(2.25rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(2.25rem * var(--tw-space-y-reverse));
}

.space-y-10 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(2.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(2.5rem * var(--tw-space-y-reverse));
}

.space-y-11 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(2.75rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(2.75rem * var(--tw-space-y-reverse));
}

.space-y-12 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(3rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(3rem * var(--tw-space-y-reverse));
}

.space-y-14 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(3.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(3.5rem * var(--tw-space-y-reverse));
}

.space-y-16 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(4rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(4rem * var(--tw-space-y-reverse));
}

.space-y-20 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(5rem * var(--tw-space-y-reverse));
}

.space-y-24 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(6rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(6rem * var(--tw-space-y-reverse));
}

.space-y-28 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(7rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(7rem * var(--tw-space-y-reverse));
}

.space-y-32 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(8rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(8rem * var(--tw-space-y-reverse));
}

.space-y-36 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(9rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(9rem * var(--tw-space-y-reverse));
}

.space-y-40 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(10rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(10rem * var(--tw-space-y-reverse));
}

.space-y-44 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(11rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(11rem * var(--tw-space-y-reverse));
}

.space-y-48 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(12rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(12rem * var(--tw-space-y-reverse));
}

.space-y-52 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(13rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(13rem * var(--tw-space-y-reverse));
}

.space-y-56 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(14rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(14rem * var(--tw-space-y-reverse));
}

.space-y-60 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(15rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(15rem * var(--tw-space-y-reverse));
}

.space-y-64 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(16rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(16rem * var(--tw-space-y-reverse));
}

.space-y-72 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(18rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(18rem * var(--tw-space-y-reverse));
}

.space-y-80 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(20rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(20rem * var(--tw-space-y-reverse));
}

.space-y-96 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(24rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(24rem * var(--tw-space-y-reverse));
}

.space-y-px > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(1px * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1px * var(--tw-space-y-reverse));
}

.space-y-0\.5 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(0.125rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.125rem * var(--tw-space-y-reverse));
}

.space-y-1\.5 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(0.375rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.375rem * var(--tw-space-y-reverse));
}

.space-y-2\.5 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(0.625rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.625rem * var(--tw-space-y-reverse));
}

.space-y-3\.5 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(0.875rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.875rem * var(--tw-space-y-reverse));
}

.-space-y-0 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(0px * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0px * var(--tw-space-y-reverse));
}

.-space-y-1 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(-0.25rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(-0.25rem * var(--tw-space-y-reverse));
}

.-space-y-2 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(-0.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(-0.5rem * var(--tw-space-y-reverse));
}

.-space-y-3 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(-0.75rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(-0.75rem * var(--tw-space-y-reverse));
}

.-space-y-4 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(-1rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(-1rem * var(--tw-space-y-reverse));
}

.-space-y-5 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(-1.25rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(-1.25rem * var(--tw-space-y-reverse));
}

.-space-y-6 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(-1.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(-1.5rem * var(--tw-space-y-reverse));
}

.-space-y-7 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(-1.75rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(-1.75rem * var(--tw-space-y-reverse));
}

.-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));
}

.-space-y-9 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(-2.25rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(-2.25rem * var(--tw-space-y-reverse));
}

.-space-y-10 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(-2.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(-2.5rem * var(--tw-space-y-reverse));
}

.-space-y-11 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(-2.75rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(-2.75rem * var(--tw-space-y-reverse));
}

.-space-y-12 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(-3rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(-3rem * var(--tw-space-y-reverse));
}

.-space-y-14 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(-3.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(-3.5rem * var(--tw-space-y-reverse));
}

.-space-y-16 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(-4rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(-4rem * var(--tw-space-y-reverse));
}

.-space-y-20 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(-5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(-5rem * var(--tw-space-y-reverse));
}

.-space-y-24 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(-6rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(-6rem * var(--tw-space-y-reverse));
}

.-space-y-28 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(-7rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(-7rem * var(--tw-space-y-reverse));
}

.-space-y-32 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(-8rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(-8rem * var(--tw-space-y-reverse));
}

.-space-y-36 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(-9rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(-9rem * var(--tw-space-y-reverse));
}

.-space-y-40 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(-10rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(-10rem * var(--tw-space-y-reverse));
}

.-space-y-44 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(-11rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(-11rem * var(--tw-space-y-reverse));
}

.-space-y-48 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(-12rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(-12rem * var(--tw-space-y-reverse));
}

.-space-y-52 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(-13rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(-13rem * var(--tw-space-y-reverse));
}

.-space-y-56 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(-14rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(-14rem * var(--tw-space-y-reverse));
}

.-space-y-60 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(-15rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(-15rem * var(--tw-space-y-reverse));
}

.-space-y-64 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(-16rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(-16rem * var(--tw-space-y-reverse));
}

.-space-y-72 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(-18rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(-18rem * var(--tw-space-y-reverse));
}

.-space-y-80 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(-20rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(-20rem * var(--tw-space-y-reverse));
}

.-space-y-96 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(-24rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(-24rem * var(--tw-space-y-reverse));
}

.-space-y-px > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(-1px * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(-1px * var(--tw-space-y-reverse));
}

.-space-y-0\.5 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(-0.125rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(-0.125rem * var(--tw-space-y-reverse));
}

.-space-y-1\.5 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(-0.375rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(-0.375rem * var(--tw-space-y-reverse));
}

.-space-y-2\.5 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(-0.625rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(-0.625rem * var(--tw-space-y-reverse));
}

.-space-y-3\.5 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(-0.875rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(-0.875rem * var(--tw-space-y-reverse));
}

.space-y-reverse > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 1;
}

.space-x-reverse > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 1;
}

.divide-x-0 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-x-reverse: 0;
  border-right-width: calc(0px * var(--tw-divide-x-reverse));
  border-left-width: calc(0px * calc(1 - var(--tw-divide-x-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-x-4 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-x-reverse: 0;
  border-right-width: calc(4px * var(--tw-divide-x-reverse));
  border-left-width: calc(4px * calc(1 - var(--tw-divide-x-reverse)));
}

.divide-x-8 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-x-reverse: 0;
  border-right-width: calc(8px * var(--tw-divide-x-reverse));
  border-left-width: calc(8px * calc(1 - var(--tw-divide-x-reverse)));
}

.divide-x > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-x-reverse: 0;
  border-right-width: calc(1px * var(--tw-divide-x-reverse));
  border-left-width: calc(1px * calc(1 - var(--tw-divide-x-reverse)));
}

.divide-y-0 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-y-reverse: 0;
  border-top-width: calc(0px * calc(1 - var(--tw-divide-y-reverse)));
  border-bottom-width: calc(0px * var(--tw-divide-y-reverse));
}

.divide-y-2 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-y-reverse: 0;
  border-top-width: calc(2px * calc(1 - var(--tw-divide-y-reverse)));
  border-bottom-width: calc(2px * var(--tw-divide-y-reverse));
}

.divide-y-4 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-y-reverse: 0;
  border-top-width: calc(4px * calc(1 - var(--tw-divide-y-reverse)));
  border-bottom-width: calc(4px * var(--tw-divide-y-reverse));
}

.divide-y-8 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-y-reverse: 0;
  border-top-width: calc(8px * calc(1 - var(--tw-divide-y-reverse)));
  border-bottom-width: calc(8px * var(--tw-divide-y-reverse));
}

.divide-y > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-y-reverse: 0;
  border-top-width: calc(1px * calc(1 - var(--tw-divide-y-reverse)));
  border-bottom-width: calc(1px * var(--tw-divide-y-reverse));
}

.divide-y-reverse > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-y-reverse: 1;
}

.divide-x-reverse > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-x-reverse: 1;
}

.divide-solid > :not([hidden]) ~ :not([hidden]) {
  border-style: solid;
}

.divide-dashed > :not([hidden]) ~ :not([hidden]) {
  border-style: dashed;
}

.divide-dotted > :not([hidden]) ~ :not([hidden]) {
  border-style: dotted;
}

.divide-double > :not([hidden]) ~ :not([hidden]) {
  border-style: double;
}

.divide-none > :not([hidden]) ~ :not([hidden]) {
  border-style: none;
}

.divide-current > :not([hidden]) ~ :not([hidden]) {
  border-color: currentColor;
}

.divide-transparent > :not([hidden]) ~ :not([hidden]) {
  border-color: transparent;
}

.divide-falcon > :not([hidden]) ~ :not([hidden]) {
  border-color: var(--falcon);
}

.divide-basement > :not([hidden]) ~ :not([hidden]) {
  border-color: var(--basement);
}

.divide-blue-50 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(239, 246, 255, var(--tw-divide-opacity));
}

.divide-blue-100 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(219, 234, 254, var(--tw-divide-opacity));
}

.divide-blue-200 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(191, 219, 254, var(--tw-divide-opacity));
}

.divide-blue-300 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(147, 197, 253, var(--tw-divide-opacity));
}

.divide-blue-400 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(96, 165, 250, var(--tw-divide-opacity));
}

.divide-blue-500 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(59, 130, 246, var(--tw-divide-opacity));
}

.divide-blue-600 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(37, 99, 235, var(--tw-divide-opacity));
}

.divide-blue-700 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(29, 78, 216, var(--tw-divide-opacity));
}

.divide-blue-800 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(30, 64, 175, var(--tw-divide-opacity));
}

.divide-blue-900 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(30, 58, 138, var(--tw-divide-opacity));
}

.divide-body-and-labels > :not([hidden]) ~ :not([hidden]) {
  border-color: var(--body-and-labels);
}

.divide-brand > :not([hidden]) ~ :not([hidden]) {
  border-color: var(--brand);
}

.divide-code-base-64 > :not([hidden]) ~ :not([hidden]) {
  border-color: var(--code-base-64);
}

.divide-code-bg > :not([hidden]) ~ :not([hidden]) {
  border-color: var(--code-bg);
}

.divide-code-outline > :not([hidden]) ~ :not([hidden]) {
  border-color: var(--code-outline);
}

.divide-code-text > :not([hidden]) ~ :not([hidden]) {
  border-color: var(--code-text);
}

.divide-critical > :not([hidden]) ~ :not([hidden]) {
  border-color: var(--critical);
}

.divide-destructive-hover > :not([hidden]) ~ :not([hidden]) {
  border-color: var(--destructive-hover);
}

.divide-destructive-idle > :not([hidden]) ~ :not([hidden]) {
  border-color: var(--destructive-idle);
}

.divide-destructive-pressed > :not([hidden]) ~ :not([hidden]) {
  border-color: var(--destructive-pressed);
}

.divide-disabled > :not([hidden]) ~ :not([hidden]) {
  border-color: var(--disabled);
}

.divide-disc-operations > :not([hidden]) ~ :not([hidden]) {
  border-color: var(--disc-operations);
}

.divide-dns-requests > :not([hidden]) ~ :not([hidden]) {
  border-color: var(--dns-requests);
}

.divide-focus > :not([hidden]) ~ :not([hidden]) {
  border-color: var(--focus);
}

.divide-graph-1 > :not([hidden]) ~ :not([hidden]) {
  border-color: var(--graph-1);
}

.divide-graph-10 > :not([hidden]) ~ :not([hidden]) {
  border-color: var(--graph-10);
}

.divide-graph-11 > :not([hidden]) ~ :not([hidden]) {
  border-color: var(--graph-11);
}

.divide-graph-2 > :not([hidden]) ~ :not([hidden]) {
  border-color: var(--graph-2);
}

.divide-graph-3 > :not([hidden]) ~ :not([hidden]) {
  border-color: var(--graph-3);
}

.divide-graph-4 > :not([hidden]) ~ :not([hidden]) {
  border-color: var(--graph-4);
}

.divide-graph-5 > :not([hidden]) ~ :not([hidden]) {
  border-color: var(--graph-5);
}

.divide-graph-6 > :not([hidden]) ~ :not([hidden]) {
  border-color: var(--graph-6);
}

.divide-graph-7 > :not([hidden]) ~ :not([hidden]) {
  border-color: var(--graph-7);
}

.divide-graph-8 > :not([hidden]) ~ :not([hidden]) {
  border-color: var(--graph-8);
}

.divide-graph-9 > :not([hidden]) ~ :not([hidden]) {
  border-color: var(--graph-9);
}

.divide-graph-disabled > :not([hidden]) ~ :not([hidden]) {
  border-color: var(--graph-disabled);
}

.divide-ground-floor > :not([hidden]) ~ :not([hidden]) {
  border-color: var(--ground-floor);
}

.divide-high > :not([hidden]) ~ :not([hidden]) {
  border-color: var(--high);
}

.divide-informational > :not([hidden]) ~ :not([hidden]) {
  border-color: var(--informational);
}

.divide-lines-dark > :not([hidden]) ~ :not([hidden]) {
  border-color: var(--lines-dark);
}

.divide-lines-light > :not([hidden]) ~ :not([hidden]) {
  border-color: var(--lines-light);
}

.divide-low > :not([hidden]) ~ :not([hidden]) {
  border-color: var(--low);
}

.divide-medium > :not([hidden]) ~ :not([hidden]) {
  border-color: var(--medium);
}

.divide-mezzanine > :not([hidden]) ~ :not([hidden]) {
  border-color: var(--mezzanine);
}

.divide-nav-text-and-icons > :not([hidden]) ~ :not([hidden]) {
  border-color: var(--nav-text-and-icons);
}

.divide-nav-text-secondary > :not([hidden]) ~ :not([hidden]) {
  border-color: var(--nav-text-secondary);
}

.divide-network-operations > :not([hidden]) ~ :not([hidden]) {
  border-color: var(--network-operations);
}

.divide-normal-hover > :not([hidden]) ~ :not([hidden]) {
  border-color: var(--normal-hover);
}

.divide-normal-idle > :not([hidden]) ~ :not([hidden]) {
  border-color: var(--normal-idle);
}

.divide-normal-pressed > :not([hidden]) ~ :not([hidden]) {
  border-color: var(--normal-pressed);
}

.divide-overlay-0\.5 > :not([hidden]) ~ :not([hidden]) {
  border-color: var(--overlay-0\.5);
}

.divide-overlay-1 > :not([hidden]) ~ :not([hidden]) {
  border-color: var(--overlay-1);
}

.divide-overlay-2 > :not([hidden]) ~ :not([hidden]) {
  border-color: var(--overlay-2);
}

.divide-positive > :not([hidden]) ~ :not([hidden]) {
  border-color: var(--positive);
}

.divide-primary-hover > :not([hidden]) ~ :not([hidden]) {
  border-color: var(--primary-hover);
}

.divide-primary-idle > :not([hidden]) ~ :not([hidden]) {
  border-color: var(--primary-idle);
}

.divide-primary-pressed > :not([hidden]) ~ :not([hidden]) {
  border-color: var(--primary-pressed);
}

.divide-process-operations > :not([hidden]) ~ :not([hidden]) {
  border-color: var(--process-operations);
}

.divide-purple-50 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(250, 245, 255, var(--tw-divide-opacity));
}

.divide-purple-100 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(243, 232, 255, var(--tw-divide-opacity));
}

.divide-purple-200 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(233, 213, 255, var(--tw-divide-opacity));
}

.divide-purple-300 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(216, 180, 254, var(--tw-divide-opacity));
}

.divide-purple-400 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(192, 132, 252, var(--tw-divide-opacity));
}

.divide-purple-500 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(168, 85, 247, var(--tw-divide-opacity));
}

.divide-purple-600 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(147, 51, 234, var(--tw-divide-opacity));
}

.divide-purple-700 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(126, 34, 206, var(--tw-divide-opacity));
}

.divide-purple-800 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(107, 33, 168, var(--tw-divide-opacity));
}

.divide-purple-900 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(88, 28, 135, var(--tw-divide-opacity));
}

.divide-registry-operations > :not([hidden]) ~ :not([hidden]) {
  border-color: var(--registry-operations);
}

.divide-selected > :not([hidden]) ~ :not([hidden]) {
  border-color: var(--selected);
}

.divide-surface-2xl > :not([hidden]) ~ :not([hidden]) {
  border-color: var(--surface-2xl);
}

.divide-surface-base > :not([hidden]) ~ :not([hidden]) {
  border-color: var(--surface-base);
}

.divide-surface-inner > :not([hidden]) ~ :not([hidden]) {
  border-color: var(--surface-inner);
}

.divide-surface-lg > :not([hidden]) ~ :not([hidden]) {
  border-color: var(--surface-lg);
}

.divide-surface-md > :not([hidden]) ~ :not([hidden]) {
  border-color: var(--surface-md);
}

.divide-surface-xl > :not([hidden]) ~ :not([hidden]) {
  border-color: var(--surface-xl);
}

.divide-text-and-icons > :not([hidden]) ~ :not([hidden]) {
  border-color: var(--text-and-icons);
}

.divide-titles-and-attributes > :not([hidden]) ~ :not([hidden]) {
  border-color: var(--titles-and-attributes);
}

.divide-black > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(0, 0, 0, var(--tw-divide-opacity));
}

.divide-white > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(255, 255, 255, var(--tw-divide-opacity));
}

.divide-rose-50 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(255, 241, 242, var(--tw-divide-opacity));
}

.divide-rose-100 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(255, 228, 230, var(--tw-divide-opacity));
}

.divide-rose-200 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(254, 205, 211, var(--tw-divide-opacity));
}

.divide-rose-300 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(253, 164, 175, var(--tw-divide-opacity));
}

.divide-rose-400 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(251, 113, 133, var(--tw-divide-opacity));
}

.divide-rose-500 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(244, 63, 94, var(--tw-divide-opacity));
}

.divide-rose-600 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(225, 29, 72, var(--tw-divide-opacity));
}

.divide-rose-700 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(190, 18, 60, var(--tw-divide-opacity));
}

.divide-rose-800 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(159, 18, 57, var(--tw-divide-opacity));
}

.divide-rose-900 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(136, 19, 55, var(--tw-divide-opacity));
}

.divide-pink-50 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(253, 242, 248, var(--tw-divide-opacity));
}

.divide-pink-100 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(252, 231, 243, var(--tw-divide-opacity));
}

.divide-pink-200 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(251, 207, 232, var(--tw-divide-opacity));
}

.divide-pink-300 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(249, 168, 212, var(--tw-divide-opacity));
}

.divide-pink-400 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(244, 114, 182, var(--tw-divide-opacity));
}

.divide-pink-500 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(236, 72, 153, var(--tw-divide-opacity));
}

.divide-pink-600 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(219, 39, 119, var(--tw-divide-opacity));
}

.divide-pink-700 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(190, 24, 93, var(--tw-divide-opacity));
}

.divide-pink-800 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(157, 23, 77, var(--tw-divide-opacity));
}

.divide-pink-900 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(131, 24, 67, var(--tw-divide-opacity));
}

.divide-fuchsia-50 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(253, 244, 255, var(--tw-divide-opacity));
}

.divide-fuchsia-100 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(250, 232, 255, var(--tw-divide-opacity));
}

.divide-fuchsia-200 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(245, 208, 254, var(--tw-divide-opacity));
}

.divide-fuchsia-300 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(240, 171, 252, var(--tw-divide-opacity));
}

.divide-fuchsia-400 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(232, 121, 249, var(--tw-divide-opacity));
}

.divide-fuchsia-500 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(217, 70, 239, var(--tw-divide-opacity));
}

.divide-fuchsia-600 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(192, 38, 211, var(--tw-divide-opacity));
}

.divide-fuchsia-700 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(162, 28, 175, var(--tw-divide-opacity));
}

.divide-fuchsia-800 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(134, 25, 143, var(--tw-divide-opacity));
}

.divide-fuchsia-900 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(112, 26, 117, var(--tw-divide-opacity));
}

.divide-violet-50 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(245, 243, 255, var(--tw-divide-opacity));
}

.divide-violet-100 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(237, 233, 254, var(--tw-divide-opacity));
}

.divide-violet-200 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(221, 214, 254, var(--tw-divide-opacity));
}

.divide-violet-300 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(196, 181, 253, var(--tw-divide-opacity));
}

.divide-violet-400 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(167, 139, 250, var(--tw-divide-opacity));
}

.divide-violet-500 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(139, 92, 246, var(--tw-divide-opacity));
}

.divide-violet-600 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(124, 58, 237, var(--tw-divide-opacity));
}

.divide-violet-700 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(109, 40, 217, var(--tw-divide-opacity));
}

.divide-violet-800 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(91, 33, 182, var(--tw-divide-opacity));
}

.divide-violet-900 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(76, 29, 149, var(--tw-divide-opacity));
}

.divide-indigo-50 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(238, 242, 255, var(--tw-divide-opacity));
}

.divide-indigo-100 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(224, 231, 255, var(--tw-divide-opacity));
}

.divide-indigo-200 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(199, 210, 254, var(--tw-divide-opacity));
}

.divide-indigo-300 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(165, 180, 252, var(--tw-divide-opacity));
}

.divide-indigo-400 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(129, 140, 248, var(--tw-divide-opacity));
}

.divide-indigo-500 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(99, 102, 241, var(--tw-divide-opacity));
}

.divide-indigo-600 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(79, 70, 229, var(--tw-divide-opacity));
}

.divide-indigo-700 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(67, 56, 202, var(--tw-divide-opacity));
}

.divide-indigo-800 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(55, 48, 163, var(--tw-divide-opacity));
}

.divide-indigo-900 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(49, 46, 129, var(--tw-divide-opacity));
}

.divide-lightBlue-50 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(240, 249, 255, var(--tw-divide-opacity));
}

.divide-lightBlue-100 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(224, 242, 254, var(--tw-divide-opacity));
}

.divide-lightBlue-200 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(186, 230, 253, var(--tw-divide-opacity));
}

.divide-lightBlue-300 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(125, 211, 252, var(--tw-divide-opacity));
}

.divide-lightBlue-400 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(56, 189, 248, var(--tw-divide-opacity));
}

.divide-lightBlue-500 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(14, 165, 233, var(--tw-divide-opacity));
}

.divide-lightBlue-600 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(2, 132, 199, var(--tw-divide-opacity));
}

.divide-lightBlue-700 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(3, 105, 161, var(--tw-divide-opacity));
}

.divide-lightBlue-800 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(7, 89, 133, var(--tw-divide-opacity));
}

.divide-lightBlue-900 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(12, 74, 110, var(--tw-divide-opacity));
}

.divide-cyan-50 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(236, 254, 255, var(--tw-divide-opacity));
}

.divide-cyan-100 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(207, 250, 254, var(--tw-divide-opacity));
}

.divide-cyan-200 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(165, 243, 252, var(--tw-divide-opacity));
}

.divide-cyan-300 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(103, 232, 249, var(--tw-divide-opacity));
}

.divide-cyan-400 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(34, 211, 238, var(--tw-divide-opacity));
}

.divide-cyan-500 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(6, 182, 212, var(--tw-divide-opacity));
}

.divide-cyan-600 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(8, 145, 178, var(--tw-divide-opacity));
}

.divide-cyan-700 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(14, 116, 144, var(--tw-divide-opacity));
}

.divide-cyan-800 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(21, 94, 117, var(--tw-divide-opacity));
}

.divide-cyan-900 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(22, 78, 99, var(--tw-divide-opacity));
}

.divide-teal-50 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(240, 253, 250, var(--tw-divide-opacity));
}

.divide-teal-100 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(204, 251, 241, var(--tw-divide-opacity));
}

.divide-teal-200 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(153, 246, 228, var(--tw-divide-opacity));
}

.divide-teal-300 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(94, 234, 212, var(--tw-divide-opacity));
}

.divide-teal-400 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(45, 212, 191, var(--tw-divide-opacity));
}

.divide-teal-500 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(20, 184, 166, var(--tw-divide-opacity));
}

.divide-teal-600 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(13, 148, 136, var(--tw-divide-opacity));
}

.divide-teal-700 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(15, 118, 110, var(--tw-divide-opacity));
}

.divide-teal-800 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(17, 94, 89, var(--tw-divide-opacity));
}

.divide-teal-900 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(19, 78, 74, var(--tw-divide-opacity));
}

.divide-emerald-50 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(236, 253, 245, var(--tw-divide-opacity));
}

.divide-emerald-100 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(209, 250, 229, var(--tw-divide-opacity));
}

.divide-emerald-200 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(167, 243, 208, var(--tw-divide-opacity));
}

.divide-emerald-300 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(110, 231, 183, var(--tw-divide-opacity));
}

.divide-emerald-400 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(52, 211, 153, var(--tw-divide-opacity));
}

.divide-emerald-500 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(16, 185, 129, var(--tw-divide-opacity));
}

.divide-emerald-600 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(5, 150, 105, var(--tw-divide-opacity));
}

.divide-emerald-700 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(4, 120, 87, var(--tw-divide-opacity));
}

.divide-emerald-800 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(6, 95, 70, var(--tw-divide-opacity));
}

.divide-emerald-900 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(6, 78, 59, var(--tw-divide-opacity));
}

.divide-green-50 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(240, 253, 244, var(--tw-divide-opacity));
}

.divide-green-100 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(220, 252, 231, var(--tw-divide-opacity));
}

.divide-green-200 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(187, 247, 208, var(--tw-divide-opacity));
}

.divide-green-300 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(134, 239, 172, var(--tw-divide-opacity));
}

.divide-green-400 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(74, 222, 128, var(--tw-divide-opacity));
}

.divide-green-500 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(34, 197, 94, var(--tw-divide-opacity));
}

.divide-green-600 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(22, 163, 74, var(--tw-divide-opacity));
}

.divide-green-700 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(21, 128, 61, var(--tw-divide-opacity));
}

.divide-green-800 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(22, 101, 52, var(--tw-divide-opacity));
}

.divide-green-900 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(20, 83, 45, var(--tw-divide-opacity));
}

.divide-lime-50 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(247, 254, 231, var(--tw-divide-opacity));
}

.divide-lime-100 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(236, 252, 203, var(--tw-divide-opacity));
}

.divide-lime-200 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(217, 249, 157, var(--tw-divide-opacity));
}

.divide-lime-300 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(190, 242, 100, var(--tw-divide-opacity));
}

.divide-lime-400 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(163, 230, 53, var(--tw-divide-opacity));
}

.divide-lime-500 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(132, 204, 22, var(--tw-divide-opacity));
}

.divide-lime-600 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(101, 163, 13, var(--tw-divide-opacity));
}

.divide-lime-700 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(77, 124, 15, var(--tw-divide-opacity));
}

.divide-lime-800 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(63, 98, 18, var(--tw-divide-opacity));
}

.divide-lime-900 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(54, 83, 20, var(--tw-divide-opacity));
}

.divide-yellow-50 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(254, 252, 232, var(--tw-divide-opacity));
}

.divide-yellow-100 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(254, 249, 195, var(--tw-divide-opacity));
}

.divide-yellow-200 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(254, 240, 138, var(--tw-divide-opacity));
}

.divide-yellow-300 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(253, 224, 71, var(--tw-divide-opacity));
}

.divide-yellow-400 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(250, 204, 21, var(--tw-divide-opacity));
}

.divide-yellow-500 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(234, 179, 8, var(--tw-divide-opacity));
}

.divide-yellow-600 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(202, 138, 4, var(--tw-divide-opacity));
}

.divide-yellow-700 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(161, 98, 7, var(--tw-divide-opacity));
}

.divide-yellow-800 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(133, 77, 14, var(--tw-divide-opacity));
}

.divide-yellow-900 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(113, 63, 18, var(--tw-divide-opacity));
}

.divide-amber-50 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(255, 251, 235, var(--tw-divide-opacity));
}

.divide-amber-100 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(254, 243, 199, var(--tw-divide-opacity));
}

.divide-amber-200 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(253, 230, 138, var(--tw-divide-opacity));
}

.divide-amber-300 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(252, 211, 77, var(--tw-divide-opacity));
}

.divide-amber-400 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(251, 191, 36, var(--tw-divide-opacity));
}

.divide-amber-500 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(245, 158, 11, var(--tw-divide-opacity));
}

.divide-amber-600 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(217, 119, 6, var(--tw-divide-opacity));
}

.divide-amber-700 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(180, 83, 9, var(--tw-divide-opacity));
}

.divide-amber-800 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(146, 64, 14, var(--tw-divide-opacity));
}

.divide-amber-900 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(120, 53, 15, var(--tw-divide-opacity));
}

.divide-orange-50 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(255, 247, 237, var(--tw-divide-opacity));
}

.divide-orange-100 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(255, 237, 213, var(--tw-divide-opacity));
}

.divide-orange-200 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(254, 215, 170, var(--tw-divide-opacity));
}

.divide-orange-300 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(253, 186, 116, var(--tw-divide-opacity));
}

.divide-orange-400 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(251, 146, 60, var(--tw-divide-opacity));
}

.divide-orange-500 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(249, 115, 22, var(--tw-divide-opacity));
}

.divide-orange-600 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(234, 88, 12, var(--tw-divide-opacity));
}

.divide-orange-700 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(194, 65, 12, var(--tw-divide-opacity));
}

.divide-orange-800 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(154, 52, 18, var(--tw-divide-opacity));
}

.divide-orange-900 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(124, 45, 18, var(--tw-divide-opacity));
}

.divide-red-50 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(254, 242, 242, var(--tw-divide-opacity));
}

.divide-red-100 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(254, 226, 226, var(--tw-divide-opacity));
}

.divide-red-200 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(254, 202, 202, var(--tw-divide-opacity));
}

.divide-red-300 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(252, 165, 165, var(--tw-divide-opacity));
}

.divide-red-400 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(248, 113, 113, var(--tw-divide-opacity));
}

.divide-red-500 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(239, 68, 68, var(--tw-divide-opacity));
}

.divide-red-600 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(220, 38, 38, var(--tw-divide-opacity));
}

.divide-red-700 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(185, 28, 28, var(--tw-divide-opacity));
}

.divide-red-800 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(153, 27, 27, var(--tw-divide-opacity));
}

.divide-red-900 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(127, 29, 29, var(--tw-divide-opacity));
}

.divide-warmGray-50 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(250, 250, 249, var(--tw-divide-opacity));
}

.divide-warmGray-100 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(245, 245, 244, var(--tw-divide-opacity));
}

.divide-warmGray-200 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(231, 229, 228, var(--tw-divide-opacity));
}

.divide-warmGray-300 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(214, 211, 209, var(--tw-divide-opacity));
}

.divide-warmGray-400 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(168, 162, 158, var(--tw-divide-opacity));
}

.divide-warmGray-500 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(120, 113, 108, var(--tw-divide-opacity));
}

.divide-warmGray-600 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(87, 83, 78, var(--tw-divide-opacity));
}

.divide-warmGray-700 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(68, 64, 60, var(--tw-divide-opacity));
}

.divide-warmGray-800 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(41, 37, 36, var(--tw-divide-opacity));
}

.divide-warmGray-900 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(28, 25, 23, var(--tw-divide-opacity));
}

.divide-trueGray-50 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(250, 250, 250, var(--tw-divide-opacity));
}

.divide-trueGray-100 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(245, 245, 245, var(--tw-divide-opacity));
}

.divide-trueGray-200 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(229, 229, 229, var(--tw-divide-opacity));
}

.divide-trueGray-300 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(212, 212, 212, var(--tw-divide-opacity));
}

.divide-trueGray-400 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(163, 163, 163, var(--tw-divide-opacity));
}

.divide-trueGray-500 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(115, 115, 115, var(--tw-divide-opacity));
}

.divide-trueGray-600 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(82, 82, 82, var(--tw-divide-opacity));
}

.divide-trueGray-700 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(64, 64, 64, var(--tw-divide-opacity));
}

.divide-trueGray-800 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(38, 38, 38, var(--tw-divide-opacity));
}

.divide-trueGray-900 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(23, 23, 23, var(--tw-divide-opacity));
}

.divide-gray-50 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(250, 250, 250, var(--tw-divide-opacity));
}

.divide-gray-100 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(244, 244, 245, var(--tw-divide-opacity));
}

.divide-gray-200 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(228, 228, 231, var(--tw-divide-opacity));
}

.divide-gray-300 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(212, 212, 216, var(--tw-divide-opacity));
}

.divide-gray-400 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(161, 161, 170, var(--tw-divide-opacity));
}

.divide-gray-500 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(113, 113, 122, var(--tw-divide-opacity));
}

.divide-gray-600 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(82, 82, 91, var(--tw-divide-opacity));
}

.divide-gray-700 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(63, 63, 70, var(--tw-divide-opacity));
}

.divide-gray-800 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(39, 39, 42, var(--tw-divide-opacity));
}

.divide-gray-900 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(24, 24, 27, var(--tw-divide-opacity));
}

.divide-coolGray-50 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(249, 250, 251, var(--tw-divide-opacity));
}

.divide-coolGray-100 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(243, 244, 246, var(--tw-divide-opacity));
}

.divide-coolGray-200 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(229, 231, 235, var(--tw-divide-opacity));
}

.divide-coolGray-300 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(209, 213, 219, var(--tw-divide-opacity));
}

.divide-coolGray-400 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(156, 163, 175, var(--tw-divide-opacity));
}

.divide-coolGray-500 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(107, 114, 128, var(--tw-divide-opacity));
}

.divide-coolGray-600 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(75, 85, 99, var(--tw-divide-opacity));
}

.divide-coolGray-700 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(55, 65, 81, var(--tw-divide-opacity));
}

.divide-coolGray-800 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(31, 41, 55, var(--tw-divide-opacity));
}

.divide-coolGray-900 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(17, 24, 39, var(--tw-divide-opacity));
}

.divide-blueGray-50 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(248, 250, 252, var(--tw-divide-opacity));
}

.divide-blueGray-100 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(241, 245, 249, var(--tw-divide-opacity));
}

.divide-blueGray-200 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(226, 232, 240, var(--tw-divide-opacity));
}

.divide-blueGray-300 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(203, 213, 225, var(--tw-divide-opacity));
}

.divide-blueGray-400 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(148, 163, 184, var(--tw-divide-opacity));
}

.divide-blueGray-500 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(100, 116, 139, var(--tw-divide-opacity));
}

.divide-blueGray-600 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(71, 85, 105, var(--tw-divide-opacity));
}

.divide-blueGray-700 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(51, 65, 85, var(--tw-divide-opacity));
}

.divide-blueGray-800 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(30, 41, 59, var(--tw-divide-opacity));
}

.divide-blueGray-900 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(15, 23, 42, var(--tw-divide-opacity));
}

.divide-opacity-0 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 0;
}

.divide-opacity-5 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 0.05;
}

.divide-opacity-10 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 0.1;
}

.divide-opacity-20 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 0.2;
}

.divide-opacity-25 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 0.25;
}

.divide-opacity-30 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 0.3;
}

.divide-opacity-40 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 0.4;
}

.divide-opacity-50 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 0.5;
}

.divide-opacity-60 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 0.6;
}

.divide-opacity-70 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 0.7;
}

.divide-opacity-75 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 0.75;
}

.divide-opacity-80 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 0.8;
}

.divide-opacity-90 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 0.9;
}

.divide-opacity-95 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 0.95;
}

.divide-opacity-100 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
}

.place-self-auto {
  place-self: auto;
}

.place-self-start {
  place-self: start;
}

.place-self-end {
  place-self: end;
}

.place-self-center {
  place-self: center;
}

.place-self-stretch {
  place-self: stretch;
}

.self-auto {
  -ms-flex-item-align: auto;
      align-self: auto;
}

.self-start {
  -ms-flex-item-align: start;
      align-self: flex-start;
}

.self-end {
  -ms-flex-item-align: end;
      align-self: flex-end;
}

.self-center {
  -ms-flex-item-align: center;
      align-self: center;
}

.self-stretch {
  -ms-flex-item-align: stretch;
      align-self: stretch;
}

.self-baseline {
  -ms-flex-item-align: baseline;
      align-self: baseline;
}

.justify-self-auto {
  justify-self: auto;
}

.justify-self-start {
  justify-self: start;
}

.justify-self-end {
  justify-self: end;
}

.justify-self-center {
  justify-self: center;
}

.justify-self-stretch {
  justify-self: stretch;
}

.overflow-auto {
  overflow: auto;
}

.overflow-hidden {
  overflow: hidden;
}

.overflow-visible {
  overflow: visible;
}

.overflow-scroll {
  overflow: scroll;
}

.overflow-x-auto {
  overflow-x: auto;
}

.overflow-y-auto {
  overflow-y: auto;
}

.overflow-x-hidden {
  overflow-x: hidden;
}

.overflow-y-hidden {
  overflow-y: hidden;
}

.overflow-x-visible {
  overflow-x: visible;
}

.overflow-y-visible {
  overflow-y: visible;
}

.overflow-x-scroll {
  overflow-x: scroll;
}

.overflow-y-scroll {
  overflow-y: scroll;
}

.hover\:overflow-auto:hover {
  overflow: auto;
}

.hover\:overflow-hidden:hover {
  overflow: hidden;
}

.hover\:overflow-visible:hover {
  overflow: visible;
}

.hover\:overflow-scroll:hover {
  overflow: scroll;
}

.hover\:overflow-x-auto:hover {
  overflow-x: auto;
}

.hover\:overflow-y-auto:hover {
  overflow-y: auto;
}

.hover\:overflow-x-hidden:hover {
  overflow-x: hidden;
}

.hover\:overflow-y-hidden:hover {
  overflow-y: hidden;
}

.hover\:overflow-x-visible:hover {
  overflow-x: visible;
}

.hover\:overflow-y-visible:hover {
  overflow-y: visible;
}

.hover\:overflow-x-scroll:hover {
  overflow-x: scroll;
}

.hover\:overflow-y-scroll:hover {
  overflow-y: scroll;
}

.overscroll-auto {
  -ms-scroll-chaining: chained;
      overscroll-behavior: auto;
}

.overscroll-contain {
  -ms-scroll-chaining: none;
      overscroll-behavior: contain;
}

.overscroll-none {
  -ms-scroll-chaining: none;
      overscroll-behavior: none;
}

.overscroll-y-auto {
  overscroll-behavior-y: auto;
}

.overscroll-y-contain {
  overscroll-behavior-y: contain;
}

.overscroll-y-none {
  overscroll-behavior-y: none;
}

.overscroll-x-auto {
  overscroll-behavior-x: auto;
}

.overscroll-x-contain {
  overscroll-behavior-x: contain;
}

.overscroll-x-none {
  overscroll-behavior-x: none;
}

.truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.overflow-ellipsis {
  text-overflow: ellipsis;
}

.overflow-clip {
  text-overflow: clip;
}

.whitespace-normal {
  white-space: normal;
}

.whitespace-nowrap {
  white-space: nowrap;
}

.whitespace-pre {
  white-space: pre;
}

.whitespace-pre-line {
  white-space: pre-line;
}

.whitespace-pre-wrap {
  white-space: pre-wrap;
}

.break-normal {
  overflow-wrap: normal;
  word-break: normal;
}

.break-words {
  overflow-wrap: break-word;
}

.break-all {
  word-break: break-all;
}

.rounded-none {
  border-radius: 0px;
}

.rounded-sm {
  border-radius: 0.125rem;
}

.rounded {
  border-radius: 0.25rem;
}

.rounded-md {
  border-radius: 0.375rem;
}

.rounded-lg {
  border-radius: 0.5rem;
}

.rounded-xl {
  border-radius: 0.75rem;
}

.rounded-2xl {
  border-radius: 1rem;
}

.rounded-3xl {
  border-radius: 1.5rem;
}

.rounded-full {
  border-radius: 9999px;
}

.focus\:rounded-none:focus {
  border-radius: 0px;
}

.focus\:rounded-sm:focus {
  border-radius: 0.125rem;
}

.focus\:rounded:focus {
  border-radius: 0.25rem;
}

.focus\:rounded-md:focus {
  border-radius: 0.375rem;
}

.focus\:rounded-lg:focus {
  border-radius: 0.5rem;
}

.focus\:rounded-xl:focus {
  border-radius: 0.75rem;
}

.focus\:rounded-2xl:focus {
  border-radius: 1rem;
}

.focus\:rounded-3xl:focus {
  border-radius: 1.5rem;
}

.focus\:rounded-full:focus {
  border-radius: 9999px;
}

.first\:rounded-none:first-child {
  border-radius: 0px;
}

.first\:rounded-sm:first-child {
  border-radius: 0.125rem;
}

.first\:rounded:first-child {
  border-radius: 0.25rem;
}

.first\:rounded-md:first-child {
  border-radius: 0.375rem;
}

.first\:rounded-lg:first-child {
  border-radius: 0.5rem;
}

.first\:rounded-xl:first-child {
  border-radius: 0.75rem;
}

.first\:rounded-2xl:first-child {
  border-radius: 1rem;
}

.first\:rounded-3xl:first-child {
  border-radius: 1.5rem;
}

.first\:rounded-full:first-child {
  border-radius: 9999px;
}

.last\:rounded-none:last-child {
  border-radius: 0px;
}

.last\:rounded-sm:last-child {
  border-radius: 0.125rem;
}

.last\:rounded:last-child {
  border-radius: 0.25rem;
}

.last\:rounded-md:last-child {
  border-radius: 0.375rem;
}

.last\:rounded-lg:last-child {
  border-radius: 0.5rem;
}

.last\:rounded-xl:last-child {
  border-radius: 0.75rem;
}

.last\:rounded-2xl:last-child {
  border-radius: 1rem;
}

.last\:rounded-3xl:last-child {
  border-radius: 1.5rem;
}

.last\:rounded-full:last-child {
  border-radius: 9999px;
}

.rounded-t-none {
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
}

.rounded-t-sm {
  border-top-left-radius: 0.125rem;
  border-top-right-radius: 0.125rem;
}

.rounded-t {
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}

.rounded-t-md {
  border-top-left-radius: 0.375rem;
  border-top-right-radius: 0.375rem;
}

.rounded-t-lg {
  border-top-left-radius: 0.5rem;
  border-top-right-radius: 0.5rem;
}

.rounded-t-xl {
  border-top-left-radius: 0.75rem;
  border-top-right-radius: 0.75rem;
}

.rounded-t-2xl {
  border-top-left-radius: 1rem;
  border-top-right-radius: 1rem;
}

.rounded-t-3xl {
  border-top-left-radius: 1.5rem;
  border-top-right-radius: 1.5rem;
}

.rounded-t-full {
  border-top-left-radius: 9999px;
  border-top-right-radius: 9999px;
}

.rounded-r-none {
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
}

.rounded-r-sm {
  border-top-right-radius: 0.125rem;
  border-bottom-right-radius: 0.125rem;
}

.rounded-r {
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
}

.rounded-r-md {
  border-top-right-radius: 0.375rem;
  border-bottom-right-radius: 0.375rem;
}

.rounded-r-lg {
  border-top-right-radius: 0.5rem;
  border-bottom-right-radius: 0.5rem;
}

.rounded-r-xl {
  border-top-right-radius: 0.75rem;
  border-bottom-right-radius: 0.75rem;
}

.rounded-r-2xl {
  border-top-right-radius: 1rem;
  border-bottom-right-radius: 1rem;
}

.rounded-r-3xl {
  border-top-right-radius: 1.5rem;
  border-bottom-right-radius: 1.5rem;
}

.rounded-r-full {
  border-top-right-radius: 9999px;
  border-bottom-right-radius: 9999px;
}

.rounded-b-none {
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
}

.rounded-b-sm {
  border-bottom-right-radius: 0.125rem;
  border-bottom-left-radius: 0.125rem;
}

.rounded-b {
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

.rounded-b-md {
  border-bottom-right-radius: 0.375rem;
  border-bottom-left-radius: 0.375rem;
}

.rounded-b-lg {
  border-bottom-right-radius: 0.5rem;
  border-bottom-left-radius: 0.5rem;
}

.rounded-b-xl {
  border-bottom-right-radius: 0.75rem;
  border-bottom-left-radius: 0.75rem;
}

.rounded-b-2xl {
  border-bottom-right-radius: 1rem;
  border-bottom-left-radius: 1rem;
}

.rounded-b-3xl {
  border-bottom-right-radius: 1.5rem;
  border-bottom-left-radius: 1.5rem;
}

.rounded-b-full {
  border-bottom-right-radius: 9999px;
  border-bottom-left-radius: 9999px;
}

.rounded-l-none {
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
}

.rounded-l-sm {
  border-top-left-radius: 0.125rem;
  border-bottom-left-radius: 0.125rem;
}

.rounded-l {
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

.rounded-l-md {
  border-top-left-radius: 0.375rem;
  border-bottom-left-radius: 0.375rem;
}

.rounded-l-lg {
  border-top-left-radius: 0.5rem;
  border-bottom-left-radius: 0.5rem;
}

.rounded-l-xl {
  border-top-left-radius: 0.75rem;
  border-bottom-left-radius: 0.75rem;
}

.rounded-l-2xl {
  border-top-left-radius: 1rem;
  border-bottom-left-radius: 1rem;
}

.rounded-l-3xl {
  border-top-left-radius: 1.5rem;
  border-bottom-left-radius: 1.5rem;
}

.rounded-l-full {
  border-top-left-radius: 9999px;
  border-bottom-left-radius: 9999px;
}

.focus\:rounded-t-none:focus {
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
}

.focus\:rounded-t-sm:focus {
  border-top-left-radius: 0.125rem;
  border-top-right-radius: 0.125rem;
}

.focus\:rounded-t:focus {
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}

.focus\:rounded-t-md:focus {
  border-top-left-radius: 0.375rem;
  border-top-right-radius: 0.375rem;
}

.focus\:rounded-t-lg:focus {
  border-top-left-radius: 0.5rem;
  border-top-right-radius: 0.5rem;
}

.focus\:rounded-t-xl:focus {
  border-top-left-radius: 0.75rem;
  border-top-right-radius: 0.75rem;
}

.focus\:rounded-t-2xl:focus {
  border-top-left-radius: 1rem;
  border-top-right-radius: 1rem;
}

.focus\:rounded-t-3xl:focus {
  border-top-left-radius: 1.5rem;
  border-top-right-radius: 1.5rem;
}

.focus\:rounded-t-full:focus {
  border-top-left-radius: 9999px;
  border-top-right-radius: 9999px;
}

.focus\:rounded-r-none:focus {
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
}

.focus\:rounded-r-sm:focus {
  border-top-right-radius: 0.125rem;
  border-bottom-right-radius: 0.125rem;
}

.focus\:rounded-r:focus {
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
}

.focus\:rounded-r-md:focus {
  border-top-right-radius: 0.375rem;
  border-bottom-right-radius: 0.375rem;
}

.focus\:rounded-r-lg:focus {
  border-top-right-radius: 0.5rem;
  border-bottom-right-radius: 0.5rem;
}

.focus\:rounded-r-xl:focus {
  border-top-right-radius: 0.75rem;
  border-bottom-right-radius: 0.75rem;
}

.focus\:rounded-r-2xl:focus {
  border-top-right-radius: 1rem;
  border-bottom-right-radius: 1rem;
}

.focus\:rounded-r-3xl:focus {
  border-top-right-radius: 1.5rem;
  border-bottom-right-radius: 1.5rem;
}

.focus\:rounded-r-full:focus {
  border-top-right-radius: 9999px;
  border-bottom-right-radius: 9999px;
}

.focus\:rounded-b-none:focus {
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
}

.focus\:rounded-b-sm:focus {
  border-bottom-right-radius: 0.125rem;
  border-bottom-left-radius: 0.125rem;
}

.focus\:rounded-b:focus {
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

.focus\:rounded-b-md:focus {
  border-bottom-right-radius: 0.375rem;
  border-bottom-left-radius: 0.375rem;
}

.focus\:rounded-b-lg:focus {
  border-bottom-right-radius: 0.5rem;
  border-bottom-left-radius: 0.5rem;
}

.focus\:rounded-b-xl:focus {
  border-bottom-right-radius: 0.75rem;
  border-bottom-left-radius: 0.75rem;
}

.focus\:rounded-b-2xl:focus {
  border-bottom-right-radius: 1rem;
  border-bottom-left-radius: 1rem;
}

.focus\:rounded-b-3xl:focus {
  border-bottom-right-radius: 1.5rem;
  border-bottom-left-radius: 1.5rem;
}

.focus\:rounded-b-full:focus {
  border-bottom-right-radius: 9999px;
  border-bottom-left-radius: 9999px;
}

.focus\:rounded-l-none:focus {
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
}

.focus\:rounded-l-sm:focus {
  border-top-left-radius: 0.125rem;
  border-bottom-left-radius: 0.125rem;
}

.focus\:rounded-l:focus {
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

.focus\:rounded-l-md:focus {
  border-top-left-radius: 0.375rem;
  border-bottom-left-radius: 0.375rem;
}

.focus\:rounded-l-lg:focus {
  border-top-left-radius: 0.5rem;
  border-bottom-left-radius: 0.5rem;
}

.focus\:rounded-l-xl:focus {
  border-top-left-radius: 0.75rem;
  border-bottom-left-radius: 0.75rem;
}

.focus\:rounded-l-2xl:focus {
  border-top-left-radius: 1rem;
  border-bottom-left-radius: 1rem;
}

.focus\:rounded-l-3xl:focus {
  border-top-left-radius: 1.5rem;
  border-bottom-left-radius: 1.5rem;
}

.focus\:rounded-l-full:focus {
  border-top-left-radius: 9999px;
  border-bottom-left-radius: 9999px;
}

.first\:rounded-t-none:first-child {
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
}

.first\:rounded-t-sm:first-child {
  border-top-left-radius: 0.125rem;
  border-top-right-radius: 0.125rem;
}

.first\:rounded-t:first-child {
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}

.first\:rounded-t-md:first-child {
  border-top-left-radius: 0.375rem;
  border-top-right-radius: 0.375rem;
}

.first\:rounded-t-lg:first-child {
  border-top-left-radius: 0.5rem;
  border-top-right-radius: 0.5rem;
}

.first\:rounded-t-xl:first-child {
  border-top-left-radius: 0.75rem;
  border-top-right-radius: 0.75rem;
}

.first\:rounded-t-2xl:first-child {
  border-top-left-radius: 1rem;
  border-top-right-radius: 1rem;
}

.first\:rounded-t-3xl:first-child {
  border-top-left-radius: 1.5rem;
  border-top-right-radius: 1.5rem;
}

.first\:rounded-t-full:first-child {
  border-top-left-radius: 9999px;
  border-top-right-radius: 9999px;
}

.first\:rounded-r-none:first-child {
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
}

.first\:rounded-r-sm:first-child {
  border-top-right-radius: 0.125rem;
  border-bottom-right-radius: 0.125rem;
}

.first\:rounded-r:first-child {
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
}

.first\:rounded-r-md:first-child {
  border-top-right-radius: 0.375rem;
  border-bottom-right-radius: 0.375rem;
}

.first\:rounded-r-lg:first-child {
  border-top-right-radius: 0.5rem;
  border-bottom-right-radius: 0.5rem;
}

.first\:rounded-r-xl:first-child {
  border-top-right-radius: 0.75rem;
  border-bottom-right-radius: 0.75rem;
}

.first\:rounded-r-2xl:first-child {
  border-top-right-radius: 1rem;
  border-bottom-right-radius: 1rem;
}

.first\:rounded-r-3xl:first-child {
  border-top-right-radius: 1.5rem;
  border-bottom-right-radius: 1.5rem;
}

.first\:rounded-r-full:first-child {
  border-top-right-radius: 9999px;
  border-bottom-right-radius: 9999px;
}

.first\:rounded-b-none:first-child {
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
}

.first\:rounded-b-sm:first-child {
  border-bottom-right-radius: 0.125rem;
  border-bottom-left-radius: 0.125rem;
}

.first\:rounded-b:first-child {
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

.first\:rounded-b-md:first-child {
  border-bottom-right-radius: 0.375rem;
  border-bottom-left-radius: 0.375rem;
}

.first\:rounded-b-lg:first-child {
  border-bottom-right-radius: 0.5rem;
  border-bottom-left-radius: 0.5rem;
}

.first\:rounded-b-xl:first-child {
  border-bottom-right-radius: 0.75rem;
  border-bottom-left-radius: 0.75rem;
}

.first\:rounded-b-2xl:first-child {
  border-bottom-right-radius: 1rem;
  border-bottom-left-radius: 1rem;
}

.first\:rounded-b-3xl:first-child {
  border-bottom-right-radius: 1.5rem;
  border-bottom-left-radius: 1.5rem;
}

.first\:rounded-b-full:first-child {
  border-bottom-right-radius: 9999px;
  border-bottom-left-radius: 9999px;
}

.first\:rounded-l-none:first-child {
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
}

.first\:rounded-l-sm:first-child {
  border-top-left-radius: 0.125rem;
  border-bottom-left-radius: 0.125rem;
}

.first\:rounded-l:first-child {
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

.first\:rounded-l-md:first-child {
  border-top-left-radius: 0.375rem;
  border-bottom-left-radius: 0.375rem;
}

.first\:rounded-l-lg:first-child {
  border-top-left-radius: 0.5rem;
  border-bottom-left-radius: 0.5rem;
}

.first\:rounded-l-xl:first-child {
  border-top-left-radius: 0.75rem;
  border-bottom-left-radius: 0.75rem;
}

.first\:rounded-l-2xl:first-child {
  border-top-left-radius: 1rem;
  border-bottom-left-radius: 1rem;
}

.first\:rounded-l-3xl:first-child {
  border-top-left-radius: 1.5rem;
  border-bottom-left-radius: 1.5rem;
}

.first\:rounded-l-full:first-child {
  border-top-left-radius: 9999px;
  border-bottom-left-radius: 9999px;
}

.last\:rounded-t-none:last-child {
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
}

.last\:rounded-t-sm:last-child {
  border-top-left-radius: 0.125rem;
  border-top-right-radius: 0.125rem;
}

.last\:rounded-t:last-child {
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}

.last\:rounded-t-md:last-child {
  border-top-left-radius: 0.375rem;
  border-top-right-radius: 0.375rem;
}

.last\:rounded-t-lg:last-child {
  border-top-left-radius: 0.5rem;
  border-top-right-radius: 0.5rem;
}

.last\:rounded-t-xl:last-child {
  border-top-left-radius: 0.75rem;
  border-top-right-radius: 0.75rem;
}

.last\:rounded-t-2xl:last-child {
  border-top-left-radius: 1rem;
  border-top-right-radius: 1rem;
}

.last\:rounded-t-3xl:last-child {
  border-top-left-radius: 1.5rem;
  border-top-right-radius: 1.5rem;
}

.last\:rounded-t-full:last-child {
  border-top-left-radius: 9999px;
  border-top-right-radius: 9999px;
}

.last\:rounded-r-none:last-child {
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
}

.last\:rounded-r-sm:last-child {
  border-top-right-radius: 0.125rem;
  border-bottom-right-radius: 0.125rem;
}

.last\:rounded-r:last-child {
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
}

.last\:rounded-r-md:last-child {
  border-top-right-radius: 0.375rem;
  border-bottom-right-radius: 0.375rem;
}

.last\:rounded-r-lg:last-child {
  border-top-right-radius: 0.5rem;
  border-bottom-right-radius: 0.5rem;
}

.last\:rounded-r-xl:last-child {
  border-top-right-radius: 0.75rem;
  border-bottom-right-radius: 0.75rem;
}

.last\:rounded-r-2xl:last-child {
  border-top-right-radius: 1rem;
  border-bottom-right-radius: 1rem;
}

.last\:rounded-r-3xl:last-child {
  border-top-right-radius: 1.5rem;
  border-bottom-right-radius: 1.5rem;
}

.last\:rounded-r-full:last-child {
  border-top-right-radius: 9999px;
  border-bottom-right-radius: 9999px;
}

.last\:rounded-b-none:last-child {
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
}

.last\:rounded-b-sm:last-child {
  border-bottom-right-radius: 0.125rem;
  border-bottom-left-radius: 0.125rem;
}

.last\:rounded-b:last-child {
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

.last\:rounded-b-md:last-child {
  border-bottom-right-radius: 0.375rem;
  border-bottom-left-radius: 0.375rem;
}

.last\:rounded-b-lg:last-child {
  border-bottom-right-radius: 0.5rem;
  border-bottom-left-radius: 0.5rem;
}

.last\:rounded-b-xl:last-child {
  border-bottom-right-radius: 0.75rem;
  border-bottom-left-radius: 0.75rem;
}

.last\:rounded-b-2xl:last-child {
  border-bottom-right-radius: 1rem;
  border-bottom-left-radius: 1rem;
}

.last\:rounded-b-3xl:last-child {
  border-bottom-right-radius: 1.5rem;
  border-bottom-left-radius: 1.5rem;
}

.last\:rounded-b-full:last-child {
  border-bottom-right-radius: 9999px;
  border-bottom-left-radius: 9999px;
}

.last\:rounded-l-none:last-child {
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
}

.last\:rounded-l-sm:last-child {
  border-top-left-radius: 0.125rem;
  border-bottom-left-radius: 0.125rem;
}

.last\:rounded-l:last-child {
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

.last\:rounded-l-md:last-child {
  border-top-left-radius: 0.375rem;
  border-bottom-left-radius: 0.375rem;
}

.last\:rounded-l-lg:last-child {
  border-top-left-radius: 0.5rem;
  border-bottom-left-radius: 0.5rem;
}

.last\:rounded-l-xl:last-child {
  border-top-left-radius: 0.75rem;
  border-bottom-left-radius: 0.75rem;
}

.last\:rounded-l-2xl:last-child {
  border-top-left-radius: 1rem;
  border-bottom-left-radius: 1rem;
}

.last\:rounded-l-3xl:last-child {
  border-top-left-radius: 1.5rem;
  border-bottom-left-radius: 1.5rem;
}

.last\:rounded-l-full:last-child {
  border-top-left-radius: 9999px;
  border-bottom-left-radius: 9999px;
}

.rounded-tl-none {
  border-top-left-radius: 0px;
}

.rounded-tl-sm {
  border-top-left-radius: 0.125rem;
}

.rounded-tl {
  border-top-left-radius: 0.25rem;
}

.rounded-tl-md {
  border-top-left-radius: 0.375rem;
}

.rounded-tl-lg {
  border-top-left-radius: 0.5rem;
}

.rounded-tl-xl {
  border-top-left-radius: 0.75rem;
}

.rounded-tl-2xl {
  border-top-left-radius: 1rem;
}

.rounded-tl-3xl {
  border-top-left-radius: 1.5rem;
}

.rounded-tl-full {
  border-top-left-radius: 9999px;
}

.rounded-tr-none {
  border-top-right-radius: 0px;
}

.rounded-tr-sm {
  border-top-right-radius: 0.125rem;
}

.rounded-tr {
  border-top-right-radius: 0.25rem;
}

.rounded-tr-md {
  border-top-right-radius: 0.375rem;
}

.rounded-tr-lg {
  border-top-right-radius: 0.5rem;
}

.rounded-tr-xl {
  border-top-right-radius: 0.75rem;
}

.rounded-tr-2xl {
  border-top-right-radius: 1rem;
}

.rounded-tr-3xl {
  border-top-right-radius: 1.5rem;
}

.rounded-tr-full {
  border-top-right-radius: 9999px;
}

.rounded-br-none {
  border-bottom-right-radius: 0px;
}

.rounded-br-sm {
  border-bottom-right-radius: 0.125rem;
}

.rounded-br {
  border-bottom-right-radius: 0.25rem;
}

.rounded-br-md {
  border-bottom-right-radius: 0.375rem;
}

.rounded-br-lg {
  border-bottom-right-radius: 0.5rem;
}

.rounded-br-xl {
  border-bottom-right-radius: 0.75rem;
}

.rounded-br-2xl {
  border-bottom-right-radius: 1rem;
}

.rounded-br-3xl {
  border-bottom-right-radius: 1.5rem;
}

.rounded-br-full {
  border-bottom-right-radius: 9999px;
}

.rounded-bl-none {
  border-bottom-left-radius: 0px;
}

.rounded-bl-sm {
  border-bottom-left-radius: 0.125rem;
}

.rounded-bl {
  border-bottom-left-radius: 0.25rem;
}

.rounded-bl-md {
  border-bottom-left-radius: 0.375rem;
}

.rounded-bl-lg {
  border-bottom-left-radius: 0.5rem;
}

.rounded-bl-xl {
  border-bottom-left-radius: 0.75rem;
}

.rounded-bl-2xl {
  border-bottom-left-radius: 1rem;
}

.rounded-bl-3xl {
  border-bottom-left-radius: 1.5rem;
}

.rounded-bl-full {
  border-bottom-left-radius: 9999px;
}

.focus\:rounded-tl-none:focus {
  border-top-left-radius: 0px;
}

.focus\:rounded-tl-sm:focus {
  border-top-left-radius: 0.125rem;
}

.focus\:rounded-tl:focus {
  border-top-left-radius: 0.25rem;
}

.focus\:rounded-tl-md:focus {
  border-top-left-radius: 0.375rem;
}

.focus\:rounded-tl-lg:focus {
  border-top-left-radius: 0.5rem;
}

.focus\:rounded-tl-xl:focus {
  border-top-left-radius: 0.75rem;
}

.focus\:rounded-tl-2xl:focus {
  border-top-left-radius: 1rem;
}

.focus\:rounded-tl-3xl:focus {
  border-top-left-radius: 1.5rem;
}

.focus\:rounded-tl-full:focus {
  border-top-left-radius: 9999px;
}

.focus\:rounded-tr-none:focus {
  border-top-right-radius: 0px;
}

.focus\:rounded-tr-sm:focus {
  border-top-right-radius: 0.125rem;
}

.focus\:rounded-tr:focus {
  border-top-right-radius: 0.25rem;
}

.focus\:rounded-tr-md:focus {
  border-top-right-radius: 0.375rem;
}

.focus\:rounded-tr-lg:focus {
  border-top-right-radius: 0.5rem;
}

.focus\:rounded-tr-xl:focus {
  border-top-right-radius: 0.75rem;
}

.focus\:rounded-tr-2xl:focus {
  border-top-right-radius: 1rem;
}

.focus\:rounded-tr-3xl:focus {
  border-top-right-radius: 1.5rem;
}

.focus\:rounded-tr-full:focus {
  border-top-right-radius: 9999px;
}

.focus\:rounded-br-none:focus {
  border-bottom-right-radius: 0px;
}

.focus\:rounded-br-sm:focus {
  border-bottom-right-radius: 0.125rem;
}

.focus\:rounded-br:focus {
  border-bottom-right-radius: 0.25rem;
}

.focus\:rounded-br-md:focus {
  border-bottom-right-radius: 0.375rem;
}

.focus\:rounded-br-lg:focus {
  border-bottom-right-radius: 0.5rem;
}

.focus\:rounded-br-xl:focus {
  border-bottom-right-radius: 0.75rem;
}

.focus\:rounded-br-2xl:focus {
  border-bottom-right-radius: 1rem;
}

.focus\:rounded-br-3xl:focus {
  border-bottom-right-radius: 1.5rem;
}

.focus\:rounded-br-full:focus {
  border-bottom-right-radius: 9999px;
}

.focus\:rounded-bl-none:focus {
  border-bottom-left-radius: 0px;
}

.focus\:rounded-bl-sm:focus {
  border-bottom-left-radius: 0.125rem;
}

.focus\:rounded-bl:focus {
  border-bottom-left-radius: 0.25rem;
}

.focus\:rounded-bl-md:focus {
  border-bottom-left-radius: 0.375rem;
}

.focus\:rounded-bl-lg:focus {
  border-bottom-left-radius: 0.5rem;
}

.focus\:rounded-bl-xl:focus {
  border-bottom-left-radius: 0.75rem;
}

.focus\:rounded-bl-2xl:focus {
  border-bottom-left-radius: 1rem;
}

.focus\:rounded-bl-3xl:focus {
  border-bottom-left-radius: 1.5rem;
}

.focus\:rounded-bl-full:focus {
  border-bottom-left-radius: 9999px;
}

.first\:rounded-tl-none:first-child {
  border-top-left-radius: 0px;
}

.first\:rounded-tl-sm:first-child {
  border-top-left-radius: 0.125rem;
}

.first\:rounded-tl:first-child {
  border-top-left-radius: 0.25rem;
}

.first\:rounded-tl-md:first-child {
  border-top-left-radius: 0.375rem;
}

.first\:rounded-tl-lg:first-child {
  border-top-left-radius: 0.5rem;
}

.first\:rounded-tl-xl:first-child {
  border-top-left-radius: 0.75rem;
}

.first\:rounded-tl-2xl:first-child {
  border-top-left-radius: 1rem;
}

.first\:rounded-tl-3xl:first-child {
  border-top-left-radius: 1.5rem;
}

.first\:rounded-tl-full:first-child {
  border-top-left-radius: 9999px;
}

.first\:rounded-tr-none:first-child {
  border-top-right-radius: 0px;
}

.first\:rounded-tr-sm:first-child {
  border-top-right-radius: 0.125rem;
}

.first\:rounded-tr:first-child {
  border-top-right-radius: 0.25rem;
}

.first\:rounded-tr-md:first-child {
  border-top-right-radius: 0.375rem;
}

.first\:rounded-tr-lg:first-child {
  border-top-right-radius: 0.5rem;
}

.first\:rounded-tr-xl:first-child {
  border-top-right-radius: 0.75rem;
}

.first\:rounded-tr-2xl:first-child {
  border-top-right-radius: 1rem;
}

.first\:rounded-tr-3xl:first-child {
  border-top-right-radius: 1.5rem;
}

.first\:rounded-tr-full:first-child {
  border-top-right-radius: 9999px;
}

.first\:rounded-br-none:first-child {
  border-bottom-right-radius: 0px;
}

.first\:rounded-br-sm:first-child {
  border-bottom-right-radius: 0.125rem;
}

.first\:rounded-br:first-child {
  border-bottom-right-radius: 0.25rem;
}

.first\:rounded-br-md:first-child {
  border-bottom-right-radius: 0.375rem;
}

.first\:rounded-br-lg:first-child {
  border-bottom-right-radius: 0.5rem;
}

.first\:rounded-br-xl:first-child {
  border-bottom-right-radius: 0.75rem;
}

.first\:rounded-br-2xl:first-child {
  border-bottom-right-radius: 1rem;
}

.first\:rounded-br-3xl:first-child {
  border-bottom-right-radius: 1.5rem;
}

.first\:rounded-br-full:first-child {
  border-bottom-right-radius: 9999px;
}

.first\:rounded-bl-none:first-child {
  border-bottom-left-radius: 0px;
}

.first\:rounded-bl-sm:first-child {
  border-bottom-left-radius: 0.125rem;
}

.first\:rounded-bl:first-child {
  border-bottom-left-radius: 0.25rem;
}

.first\:rounded-bl-md:first-child {
  border-bottom-left-radius: 0.375rem;
}

.first\:rounded-bl-lg:first-child {
  border-bottom-left-radius: 0.5rem;
}

.first\:rounded-bl-xl:first-child {
  border-bottom-left-radius: 0.75rem;
}

.first\:rounded-bl-2xl:first-child {
  border-bottom-left-radius: 1rem;
}

.first\:rounded-bl-3xl:first-child {
  border-bottom-left-radius: 1.5rem;
}

.first\:rounded-bl-full:first-child {
  border-bottom-left-radius: 9999px;
}

.last\:rounded-tl-none:last-child {
  border-top-left-radius: 0px;
}

.last\:rounded-tl-sm:last-child {
  border-top-left-radius: 0.125rem;
}

.last\:rounded-tl:last-child {
  border-top-left-radius: 0.25rem;
}

.last\:rounded-tl-md:last-child {
  border-top-left-radius: 0.375rem;
}

.last\:rounded-tl-lg:last-child {
  border-top-left-radius: 0.5rem;
}

.last\:rounded-tl-xl:last-child {
  border-top-left-radius: 0.75rem;
}

.last\:rounded-tl-2xl:last-child {
  border-top-left-radius: 1rem;
}

.last\:rounded-tl-3xl:last-child {
  border-top-left-radius: 1.5rem;
}

.last\:rounded-tl-full:last-child {
  border-top-left-radius: 9999px;
}

.last\:rounded-tr-none:last-child {
  border-top-right-radius: 0px;
}

.last\:rounded-tr-sm:last-child {
  border-top-right-radius: 0.125rem;
}

.last\:rounded-tr:last-child {
  border-top-right-radius: 0.25rem;
}

.last\:rounded-tr-md:last-child {
  border-top-right-radius: 0.375rem;
}

.last\:rounded-tr-lg:last-child {
  border-top-right-radius: 0.5rem;
}

.last\:rounded-tr-xl:last-child {
  border-top-right-radius: 0.75rem;
}

.last\:rounded-tr-2xl:last-child {
  border-top-right-radius: 1rem;
}

.last\:rounded-tr-3xl:last-child {
  border-top-right-radius: 1.5rem;
}

.last\:rounded-tr-full:last-child {
  border-top-right-radius: 9999px;
}

.last\:rounded-br-none:last-child {
  border-bottom-right-radius: 0px;
}

.last\:rounded-br-sm:last-child {
  border-bottom-right-radius: 0.125rem;
}

.last\:rounded-br:last-child {
  border-bottom-right-radius: 0.25rem;
}

.last\:rounded-br-md:last-child {
  border-bottom-right-radius: 0.375rem;
}

.last\:rounded-br-lg:last-child {
  border-bottom-right-radius: 0.5rem;
}

.last\:rounded-br-xl:last-child {
  border-bottom-right-radius: 0.75rem;
}

.last\:rounded-br-2xl:last-child {
  border-bottom-right-radius: 1rem;
}

.last\:rounded-br-3xl:last-child {
  border-bottom-right-radius: 1.5rem;
}

.last\:rounded-br-full:last-child {
  border-bottom-right-radius: 9999px;
}

.last\:rounded-bl-none:last-child {
  border-bottom-left-radius: 0px;
}

.last\:rounded-bl-sm:last-child {
  border-bottom-left-radius: 0.125rem;
}

.last\:rounded-bl:last-child {
  border-bottom-left-radius: 0.25rem;
}

.last\:rounded-bl-md:last-child {
  border-bottom-left-radius: 0.375rem;
}

.last\:rounded-bl-lg:last-child {
  border-bottom-left-radius: 0.5rem;
}

.last\:rounded-bl-xl:last-child {
  border-bottom-left-radius: 0.75rem;
}

.last\:rounded-bl-2xl:last-child {
  border-bottom-left-radius: 1rem;
}

.last\:rounded-bl-3xl:last-child {
  border-bottom-left-radius: 1.5rem;
}

.last\:rounded-bl-full:last-child {
  border-bottom-left-radius: 9999px;
}

.border-0 {
  border-width: 0px;
}

.border-2 {
  border-width: 2px;
}

.border-4 {
  border-width: 4px;
}

.border-8 {
  border-width: 8px;
}

.border {
  border-width: 1px;
}

.first\:border-0:first-child {
  border-width: 0px;
}

.first\:border-2:first-child {
  border-width: 2px;
}

.first\:border-4:first-child {
  border-width: 4px;
}

.first\:border-8:first-child {
  border-width: 8px;
}

.first\:border:first-child {
  border-width: 1px;
}

.last\:border-0:last-child {
  border-width: 0px;
}

.last\:border-2:last-child {
  border-width: 2px;
}

.last\:border-4:last-child {
  border-width: 4px;
}

.last\:border-8:last-child {
  border-width: 8px;
}

.last\:border:last-child {
  border-width: 1px;
}

.active\:border-0:active {
  border-width: 0px;
}

.active\:border-2:active {
  border-width: 2px;
}

.active\:border-4:active {
  border-width: 4px;
}

.active\:border-8:active {
  border-width: 8px;
}

.active\:border:active {
  border-width: 1px;
}

.border-t-0 {
  border-top-width: 0px;
}

.border-t-2 {
  border-top-width: 2px;
}

.border-t-4 {
  border-top-width: 4px;
}

.border-t-8 {
  border-top-width: 8px;
}

.border-t {
  border-top-width: 1px;
}

.border-r-0 {
  border-right-width: 0px;
}

.border-r-2 {
  border-right-width: 2px;
}

.border-r-4 {
  border-right-width: 4px;
}

.border-r-8 {
  border-right-width: 8px;
}

.border-r {
  border-right-width: 1px;
}

.border-b-0 {
  border-bottom-width: 0px;
}

.border-b-2 {
  border-bottom-width: 2px;
}

.border-b-4 {
  border-bottom-width: 4px;
}

.border-b-8 {
  border-bottom-width: 8px;
}

.border-b {
  border-bottom-width: 1px;
}

.border-l-0 {
  border-left-width: 0px;
}

.border-l-2 {
  border-left-width: 2px;
}

.border-l-4 {
  border-left-width: 4px;
}

.border-l-8 {
  border-left-width: 8px;
}

.border-l {
  border-left-width: 1px;
}

.first\:border-t-0:first-child {
  border-top-width: 0px;
}

.first\:border-t-2:first-child {
  border-top-width: 2px;
}

.first\:border-t-4:first-child {
  border-top-width: 4px;
}

.first\:border-t-8:first-child {
  border-top-width: 8px;
}

.first\:border-t:first-child {
  border-top-width: 1px;
}

.first\:border-r-0:first-child {
  border-right-width: 0px;
}

.first\:border-r-2:first-child {
  border-right-width: 2px;
}

.first\:border-r-4:first-child {
  border-right-width: 4px;
}

.first\:border-r-8:first-child {
  border-right-width: 8px;
}

.first\:border-r:first-child {
  border-right-width: 1px;
}

.first\:border-b-0:first-child {
  border-bottom-width: 0px;
}

.first\:border-b-2:first-child {
  border-bottom-width: 2px;
}

.first\:border-b-4:first-child {
  border-bottom-width: 4px;
}

.first\:border-b-8:first-child {
  border-bottom-width: 8px;
}

.first\:border-b:first-child {
  border-bottom-width: 1px;
}

.first\:border-l-0:first-child {
  border-left-width: 0px;
}

.first\:border-l-2:first-child {
  border-left-width: 2px;
}

.first\:border-l-4:first-child {
  border-left-width: 4px;
}

.first\:border-l-8:first-child {
  border-left-width: 8px;
}

.first\:border-l:first-child {
  border-left-width: 1px;
}

.last\:border-t-0:last-child {
  border-top-width: 0px;
}

.last\:border-t-2:last-child {
  border-top-width: 2px;
}

.last\:border-t-4:last-child {
  border-top-width: 4px;
}

.last\:border-t-8:last-child {
  border-top-width: 8px;
}

.last\:border-t:last-child {
  border-top-width: 1px;
}

.last\:border-r-0:last-child {
  border-right-width: 0px;
}

.last\:border-r-2:last-child {
  border-right-width: 2px;
}

.last\:border-r-4:last-child {
  border-right-width: 4px;
}

.last\:border-r-8:last-child {
  border-right-width: 8px;
}

.last\:border-r:last-child {
  border-right-width: 1px;
}

.last\:border-b-0:last-child {
  border-bottom-width: 0px;
}

.last\:border-b-2:last-child {
  border-bottom-width: 2px;
}

.last\:border-b-4:last-child {
  border-bottom-width: 4px;
}

.last\:border-b-8:last-child {
  border-bottom-width: 8px;
}

.last\:border-b:last-child {
  border-bottom-width: 1px;
}

.last\:border-l-0:last-child {
  border-left-width: 0px;
}

.last\:border-l-2:last-child {
  border-left-width: 2px;
}

.last\:border-l-4:last-child {
  border-left-width: 4px;
}

.last\:border-l-8:last-child {
  border-left-width: 8px;
}

.last\:border-l:last-child {
  border-left-width: 1px;
}

.active\:border-t-0:active {
  border-top-width: 0px;
}

.active\:border-t-2:active {
  border-top-width: 2px;
}

.active\:border-t-4:active {
  border-top-width: 4px;
}

.active\:border-t-8:active {
  border-top-width: 8px;
}

.active\:border-t:active {
  border-top-width: 1px;
}

.active\:border-r-0:active {
  border-right-width: 0px;
}

.active\:border-r-2:active {
  border-right-width: 2px;
}

.active\:border-r-4:active {
  border-right-width: 4px;
}

.active\:border-r-8:active {
  border-right-width: 8px;
}

.active\:border-r:active {
  border-right-width: 1px;
}

.active\:border-b-0:active {
  border-bottom-width: 0px;
}

.active\:border-b-2:active {
  border-bottom-width: 2px;
}

.active\:border-b-4:active {
  border-bottom-width: 4px;
}

.active\:border-b-8:active {
  border-bottom-width: 8px;
}

.active\:border-b:active {
  border-bottom-width: 1px;
}

.active\:border-l-0:active {
  border-left-width: 0px;
}

.active\:border-l-2:active {
  border-left-width: 2px;
}

.active\:border-l-4:active {
  border-left-width: 4px;
}

.active\:border-l-8:active {
  border-left-width: 8px;
}

.active\:border-l:active {
  border-left-width: 1px;
}

.border-solid {
  border-style: solid;
}

.border-dashed {
  border-style: dashed;
}

.border-dotted {
  border-style: dotted;
}

.border-double {
  border-style: double;
}

.border-none {
  border-style: none;
}

.border-current {
  border-color: currentColor;
}

.border-transparent {
  border-color: transparent;
}

.border-falcon {
  border-color: var(--falcon);
}

.border-basement {
  border-color: var(--basement);
}

.border-blue-50 {
  --tw-border-opacity: 1;
  border-color: rgba(239, 246, 255, var(--tw-border-opacity));
}

.border-blue-100 {
  --tw-border-opacity: 1;
  border-color: rgba(219, 234, 254, var(--tw-border-opacity));
}

.border-blue-200 {
  --tw-border-opacity: 1;
  border-color: rgba(191, 219, 254, var(--tw-border-opacity));
}

.border-blue-300 {
  --tw-border-opacity: 1;
  border-color: rgba(147, 197, 253, var(--tw-border-opacity));
}

.border-blue-400 {
  --tw-border-opacity: 1;
  border-color: rgba(96, 165, 250, var(--tw-border-opacity));
}

.border-blue-500 {
  --tw-border-opacity: 1;
  border-color: rgba(59, 130, 246, var(--tw-border-opacity));
}

.border-blue-600 {
  --tw-border-opacity: 1;
  border-color: rgba(37, 99, 235, var(--tw-border-opacity));
}

.border-blue-700 {
  --tw-border-opacity: 1;
  border-color: rgba(29, 78, 216, var(--tw-border-opacity));
}

.border-blue-800 {
  --tw-border-opacity: 1;
  border-color: rgba(30, 64, 175, var(--tw-border-opacity));
}

.border-blue-900 {
  --tw-border-opacity: 1;
  border-color: rgba(30, 58, 138, var(--tw-border-opacity));
}

.border-body-and-labels {
  border-color: var(--body-and-labels);
}

.border-brand {
  border-color: var(--brand);
}

.border-code-base-64 {
  border-color: var(--code-base-64);
}

.border-code-bg {
  border-color: var(--code-bg);
}

.border-code-outline {
  border-color: var(--code-outline);
}

.border-code-text {
  border-color: var(--code-text);
}

.border-critical {
  border-color: var(--critical);
}

.border-destructive-hover {
  border-color: var(--destructive-hover);
}

.border-destructive-idle {
  border-color: var(--destructive-idle);
}

.border-destructive-pressed {
  border-color: var(--destructive-pressed);
}

.border-disabled {
  border-color: var(--disabled);
}

.border-disc-operations {
  border-color: var(--disc-operations);
}

.border-dns-requests {
  border-color: var(--dns-requests);
}

.border-focus {
  border-color: var(--focus);
}

.border-graph-1 {
  border-color: var(--graph-1);
}

.border-graph-10 {
  border-color: var(--graph-10);
}

.border-graph-11 {
  border-color: var(--graph-11);
}

.border-graph-2 {
  border-color: var(--graph-2);
}

.border-graph-3 {
  border-color: var(--graph-3);
}

.border-graph-4 {
  border-color: var(--graph-4);
}

.border-graph-5 {
  border-color: var(--graph-5);
}

.border-graph-6 {
  border-color: var(--graph-6);
}

.border-graph-7 {
  border-color: var(--graph-7);
}

.border-graph-8 {
  border-color: var(--graph-8);
}

.border-graph-9 {
  border-color: var(--graph-9);
}

.border-graph-disabled {
  border-color: var(--graph-disabled);
}

.border-ground-floor {
  border-color: var(--ground-floor);
}

.border-high {
  border-color: var(--high);
}

.border-informational {
  border-color: var(--informational);
}

.border-lines-dark {
  border-color: var(--lines-dark);
}

.border-lines-light {
  border-color: var(--lines-light);
}

.border-low {
  border-color: var(--low);
}

.border-medium {
  border-color: var(--medium);
}

.border-mezzanine {
  border-color: var(--mezzanine);
}

.border-nav-text-and-icons {
  border-color: var(--nav-text-and-icons);
}

.border-nav-text-secondary {
  border-color: var(--nav-text-secondary);
}

.border-network-operations {
  border-color: var(--network-operations);
}

.border-normal-hover {
  border-color: var(--normal-hover);
}

.border-normal-idle {
  border-color: var(--normal-idle);
}

.border-normal-pressed {
  border-color: var(--normal-pressed);
}

.border-overlay-0\.5 {
  border-color: var(--overlay-0\.5);
}

.border-overlay-1 {
  border-color: var(--overlay-1);
}

.border-overlay-2 {
  border-color: var(--overlay-2);
}

.border-positive {
  border-color: var(--positive);
}

.border-primary-hover {
  border-color: var(--primary-hover);
}

.border-primary-idle {
  border-color: var(--primary-idle);
}

.border-primary-pressed {
  border-color: var(--primary-pressed);
}

.border-process-operations {
  border-color: var(--process-operations);
}

.border-purple-50 {
  --tw-border-opacity: 1;
  border-color: rgba(250, 245, 255, var(--tw-border-opacity));
}

.border-purple-100 {
  --tw-border-opacity: 1;
  border-color: rgba(243, 232, 255, var(--tw-border-opacity));
}

.border-purple-200 {
  --tw-border-opacity: 1;
  border-color: rgba(233, 213, 255, var(--tw-border-opacity));
}

.border-purple-300 {
  --tw-border-opacity: 1;
  border-color: rgba(216, 180, 254, var(--tw-border-opacity));
}

.border-purple-400 {
  --tw-border-opacity: 1;
  border-color: rgba(192, 132, 252, var(--tw-border-opacity));
}

.border-purple-500 {
  --tw-border-opacity: 1;
  border-color: rgba(168, 85, 247, var(--tw-border-opacity));
}

.border-purple-600 {
  --tw-border-opacity: 1;
  border-color: rgba(147, 51, 234, var(--tw-border-opacity));
}

.border-purple-700 {
  --tw-border-opacity: 1;
  border-color: rgba(126, 34, 206, var(--tw-border-opacity));
}

.border-purple-800 {
  --tw-border-opacity: 1;
  border-color: rgba(107, 33, 168, var(--tw-border-opacity));
}

.border-purple-900 {
  --tw-border-opacity: 1;
  border-color: rgba(88, 28, 135, var(--tw-border-opacity));
}

.border-registry-operations {
  border-color: var(--registry-operations);
}

.border-selected {
  border-color: var(--selected);
}

.border-surface-2xl {
  border-color: var(--surface-2xl);
}

.border-surface-base {
  border-color: var(--surface-base);
}

.border-surface-inner {
  border-color: var(--surface-inner);
}

.border-surface-lg {
  border-color: var(--surface-lg);
}

.border-surface-md {
  border-color: var(--surface-md);
}

.border-surface-xl {
  border-color: var(--surface-xl);
}

.border-text-and-icons {
  border-color: var(--text-and-icons);
}

.border-titles-and-attributes {
  border-color: var(--titles-and-attributes);
}

.border-black {
  --tw-border-opacity: 1;
  border-color: rgba(0, 0, 0, var(--tw-border-opacity));
}

.border-white {
  --tw-border-opacity: 1;
  border-color: rgba(255, 255, 255, var(--tw-border-opacity));
}

.border-rose-50 {
  --tw-border-opacity: 1;
  border-color: rgba(255, 241, 242, var(--tw-border-opacity));
}

.border-rose-100 {
  --tw-border-opacity: 1;
  border-color: rgba(255, 228, 230, var(--tw-border-opacity));
}

.border-rose-200 {
  --tw-border-opacity: 1;
  border-color: rgba(254, 205, 211, var(--tw-border-opacity));
}

.border-rose-300 {
  --tw-border-opacity: 1;
  border-color: rgba(253, 164, 175, var(--tw-border-opacity));
}

.border-rose-400 {
  --tw-border-opacity: 1;
  border-color: rgba(251, 113, 133, var(--tw-border-opacity));
}

.border-rose-500 {
  --tw-border-opacity: 1;
  border-color: rgba(244, 63, 94, var(--tw-border-opacity));
}

.border-rose-600 {
  --tw-border-opacity: 1;
  border-color: rgba(225, 29, 72, var(--tw-border-opacity));
}

.border-rose-700 {
  --tw-border-opacity: 1;
  border-color: rgba(190, 18, 60, var(--tw-border-opacity));
}

.border-rose-800 {
  --tw-border-opacity: 1;
  border-color: rgba(159, 18, 57, var(--tw-border-opacity));
}

.border-rose-900 {
  --tw-border-opacity: 1;
  border-color: rgba(136, 19, 55, var(--tw-border-opacity));
}

.border-pink-50 {
  --tw-border-opacity: 1;
  border-color: rgba(253, 242, 248, var(--tw-border-opacity));
}

.border-pink-100 {
  --tw-border-opacity: 1;
  border-color: rgba(252, 231, 243, var(--tw-border-opacity));
}

.border-pink-200 {
  --tw-border-opacity: 1;
  border-color: rgba(251, 207, 232, var(--tw-border-opacity));
}

.border-pink-300 {
  --tw-border-opacity: 1;
  border-color: rgba(249, 168, 212, var(--tw-border-opacity));
}

.border-pink-400 {
  --tw-border-opacity: 1;
  border-color: rgba(244, 114, 182, var(--tw-border-opacity));
}

.border-pink-500 {
  --tw-border-opacity: 1;
  border-color: rgba(236, 72, 153, var(--tw-border-opacity));
}

.border-pink-600 {
  --tw-border-opacity: 1;
  border-color: rgba(219, 39, 119, var(--tw-border-opacity));
}

.border-pink-700 {
  --tw-border-opacity: 1;
  border-color: rgba(190, 24, 93, var(--tw-border-opacity));
}

.border-pink-800 {
  --tw-border-opacity: 1;
  border-color: rgba(157, 23, 77, var(--tw-border-opacity));
}

.border-pink-900 {
  --tw-border-opacity: 1;
  border-color: rgba(131, 24, 67, var(--tw-border-opacity));
}

.border-fuchsia-50 {
  --tw-border-opacity: 1;
  border-color: rgba(253, 244, 255, var(--tw-border-opacity));
}

.border-fuchsia-100 {
  --tw-border-opacity: 1;
  border-color: rgba(250, 232, 255, var(--tw-border-opacity));
}

.border-fuchsia-200 {
  --tw-border-opacity: 1;
  border-color: rgba(245, 208, 254, var(--tw-border-opacity));
}

.border-fuchsia-300 {
  --tw-border-opacity: 1;
  border-color: rgba(240, 171, 252, var(--tw-border-opacity));
}

.border-fuchsia-400 {
  --tw-border-opacity: 1;
  border-color: rgba(232, 121, 249, var(--tw-border-opacity));
}

.border-fuchsia-500 {
  --tw-border-opacity: 1;
  border-color: rgba(217, 70, 239, var(--tw-border-opacity));
}

.border-fuchsia-600 {
  --tw-border-opacity: 1;
  border-color: rgba(192, 38, 211, var(--tw-border-opacity));
}

.border-fuchsia-700 {
  --tw-border-opacity: 1;
  border-color: rgba(162, 28, 175, var(--tw-border-opacity));
}

.border-fuchsia-800 {
  --tw-border-opacity: 1;
  border-color: rgba(134, 25, 143, var(--tw-border-opacity));
}

.border-fuchsia-900 {
  --tw-border-opacity: 1;
  border-color: rgba(112, 26, 117, var(--tw-border-opacity));
}

.border-violet-50 {
  --tw-border-opacity: 1;
  border-color: rgba(245, 243, 255, var(--tw-border-opacity));
}

.border-violet-100 {
  --tw-border-opacity: 1;
  border-color: rgba(237, 233, 254, var(--tw-border-opacity));
}

.border-violet-200 {
  --tw-border-opacity: 1;
  border-color: rgba(221, 214, 254, var(--tw-border-opacity));
}

.border-violet-300 {
  --tw-border-opacity: 1;
  border-color: rgba(196, 181, 253, var(--tw-border-opacity));
}

.border-violet-400 {
  --tw-border-opacity: 1;
  border-color: rgba(167, 139, 250, var(--tw-border-opacity));
}

.border-violet-500 {
  --tw-border-opacity: 1;
  border-color: rgba(139, 92, 246, var(--tw-border-opacity));
}

.border-violet-600 {
  --tw-border-opacity: 1;
  border-color: rgba(124, 58, 237, var(--tw-border-opacity));
}

.border-violet-700 {
  --tw-border-opacity: 1;
  border-color: rgba(109, 40, 217, var(--tw-border-opacity));
}

.border-violet-800 {
  --tw-border-opacity: 1;
  border-color: rgba(91, 33, 182, var(--tw-border-opacity));
}

.border-violet-900 {
  --tw-border-opacity: 1;
  border-color: rgba(76, 29, 149, var(--tw-border-opacity));
}

.border-indigo-50 {
  --tw-border-opacity: 1;
  border-color: rgba(238, 242, 255, var(--tw-border-opacity));
}

.border-indigo-100 {
  --tw-border-opacity: 1;
  border-color: rgba(224, 231, 255, var(--tw-border-opacity));
}

.border-indigo-200 {
  --tw-border-opacity: 1;
  border-color: rgba(199, 210, 254, var(--tw-border-opacity));
}

.border-indigo-300 {
  --tw-border-opacity: 1;
  border-color: rgba(165, 180, 252, var(--tw-border-opacity));
}

.border-indigo-400 {
  --tw-border-opacity: 1;
  border-color: rgba(129, 140, 248, var(--tw-border-opacity));
}

.border-indigo-500 {
  --tw-border-opacity: 1;
  border-color: rgba(99, 102, 241, var(--tw-border-opacity));
}

.border-indigo-600 {
  --tw-border-opacity: 1;
  border-color: rgba(79, 70, 229, var(--tw-border-opacity));
}

.border-indigo-700 {
  --tw-border-opacity: 1;
  border-color: rgba(67, 56, 202, var(--tw-border-opacity));
}

.border-indigo-800 {
  --tw-border-opacity: 1;
  border-color: rgba(55, 48, 163, var(--tw-border-opacity));
}

.border-indigo-900 {
  --tw-border-opacity: 1;
  border-color: rgba(49, 46, 129, var(--tw-border-opacity));
}

.border-lightBlue-50 {
  --tw-border-opacity: 1;
  border-color: rgba(240, 249, 255, var(--tw-border-opacity));
}

.border-lightBlue-100 {
  --tw-border-opacity: 1;
  border-color: rgba(224, 242, 254, var(--tw-border-opacity));
}

.border-lightBlue-200 {
  --tw-border-opacity: 1;
  border-color: rgba(186, 230, 253, var(--tw-border-opacity));
}

.border-lightBlue-300 {
  --tw-border-opacity: 1;
  border-color: rgba(125, 211, 252, var(--tw-border-opacity));
}

.border-lightBlue-400 {
  --tw-border-opacity: 1;
  border-color: rgba(56, 189, 248, var(--tw-border-opacity));
}

.border-lightBlue-500 {
  --tw-border-opacity: 1;
  border-color: rgba(14, 165, 233, var(--tw-border-opacity));
}

.border-lightBlue-600 {
  --tw-border-opacity: 1;
  border-color: rgba(2, 132, 199, var(--tw-border-opacity));
}

.border-lightBlue-700 {
  --tw-border-opacity: 1;
  border-color: rgba(3, 105, 161, var(--tw-border-opacity));
}

.border-lightBlue-800 {
  --tw-border-opacity: 1;
  border-color: rgba(7, 89, 133, var(--tw-border-opacity));
}

.border-lightBlue-900 {
  --tw-border-opacity: 1;
  border-color: rgba(12, 74, 110, var(--tw-border-opacity));
}

.border-cyan-50 {
  --tw-border-opacity: 1;
  border-color: rgba(236, 254, 255, var(--tw-border-opacity));
}

.border-cyan-100 {
  --tw-border-opacity: 1;
  border-color: rgba(207, 250, 254, var(--tw-border-opacity));
}

.border-cyan-200 {
  --tw-border-opacity: 1;
  border-color: rgba(165, 243, 252, var(--tw-border-opacity));
}

.border-cyan-300 {
  --tw-border-opacity: 1;
  border-color: rgba(103, 232, 249, var(--tw-border-opacity));
}

.border-cyan-400 {
  --tw-border-opacity: 1;
  border-color: rgba(34, 211, 238, var(--tw-border-opacity));
}

.border-cyan-500 {
  --tw-border-opacity: 1;
  border-color: rgba(6, 182, 212, var(--tw-border-opacity));
}

.border-cyan-600 {
  --tw-border-opacity: 1;
  border-color: rgba(8, 145, 178, var(--tw-border-opacity));
}

.border-cyan-700 {
  --tw-border-opacity: 1;
  border-color: rgba(14, 116, 144, var(--tw-border-opacity));
}

.border-cyan-800 {
  --tw-border-opacity: 1;
  border-color: rgba(21, 94, 117, var(--tw-border-opacity));
}

.border-cyan-900 {
  --tw-border-opacity: 1;
  border-color: rgba(22, 78, 99, var(--tw-border-opacity));
}

.border-teal-50 {
  --tw-border-opacity: 1;
  border-color: rgba(240, 253, 250, var(--tw-border-opacity));
}

.border-teal-100 {
  --tw-border-opacity: 1;
  border-color: rgba(204, 251, 241, var(--tw-border-opacity));
}

.border-teal-200 {
  --tw-border-opacity: 1;
  border-color: rgba(153, 246, 228, var(--tw-border-opacity));
}

.border-teal-300 {
  --tw-border-opacity: 1;
  border-color: rgba(94, 234, 212, var(--tw-border-opacity));
}

.border-teal-400 {
  --tw-border-opacity: 1;
  border-color: rgba(45, 212, 191, var(--tw-border-opacity));
}

.border-teal-500 {
  --tw-border-opacity: 1;
  border-color: rgba(20, 184, 166, var(--tw-border-opacity));
}

.border-teal-600 {
  --tw-border-opacity: 1;
  border-color: rgba(13, 148, 136, var(--tw-border-opacity));
}

.border-teal-700 {
  --tw-border-opacity: 1;
  border-color: rgba(15, 118, 110, var(--tw-border-opacity));
}

.border-teal-800 {
  --tw-border-opacity: 1;
  border-color: rgba(17, 94, 89, var(--tw-border-opacity));
}

.border-teal-900 {
  --tw-border-opacity: 1;
  border-color: rgba(19, 78, 74, var(--tw-border-opacity));
}

.border-emerald-50 {
  --tw-border-opacity: 1;
  border-color: rgba(236, 253, 245, var(--tw-border-opacity));
}

.border-emerald-100 {
  --tw-border-opacity: 1;
  border-color: rgba(209, 250, 229, var(--tw-border-opacity));
}

.border-emerald-200 {
  --tw-border-opacity: 1;
  border-color: rgba(167, 243, 208, var(--tw-border-opacity));
}

.border-emerald-300 {
  --tw-border-opacity: 1;
  border-color: rgba(110, 231, 183, var(--tw-border-opacity));
}

.border-emerald-400 {
  --tw-border-opacity: 1;
  border-color: rgba(52, 211, 153, var(--tw-border-opacity));
}

.border-emerald-500 {
  --tw-border-opacity: 1;
  border-color: rgba(16, 185, 129, var(--tw-border-opacity));
}

.border-emerald-600 {
  --tw-border-opacity: 1;
  border-color: rgba(5, 150, 105, var(--tw-border-opacity));
}

.border-emerald-700 {
  --tw-border-opacity: 1;
  border-color: rgba(4, 120, 87, var(--tw-border-opacity));
}

.border-emerald-800 {
  --tw-border-opacity: 1;
  border-color: rgba(6, 95, 70, var(--tw-border-opacity));
}

.border-emerald-900 {
  --tw-border-opacity: 1;
  border-color: rgba(6, 78, 59, var(--tw-border-opacity));
}

.border-green-50 {
  --tw-border-opacity: 1;
  border-color: rgba(240, 253, 244, var(--tw-border-opacity));
}

.border-green-100 {
  --tw-border-opacity: 1;
  border-color: rgba(220, 252, 231, var(--tw-border-opacity));
}

.border-green-200 {
  --tw-border-opacity: 1;
  border-color: rgba(187, 247, 208, var(--tw-border-opacity));
}

.border-green-300 {
  --tw-border-opacity: 1;
  border-color: rgba(134, 239, 172, var(--tw-border-opacity));
}

.border-green-400 {
  --tw-border-opacity: 1;
  border-color: rgba(74, 222, 128, var(--tw-border-opacity));
}

.border-green-500 {
  --tw-border-opacity: 1;
  border-color: rgba(34, 197, 94, var(--tw-border-opacity));
}

.border-green-600 {
  --tw-border-opacity: 1;
  border-color: rgba(22, 163, 74, var(--tw-border-opacity));
}

.border-green-700 {
  --tw-border-opacity: 1;
  border-color: rgba(21, 128, 61, var(--tw-border-opacity));
}

.border-green-800 {
  --tw-border-opacity: 1;
  border-color: rgba(22, 101, 52, var(--tw-border-opacity));
}

.border-green-900 {
  --tw-border-opacity: 1;
  border-color: rgba(20, 83, 45, var(--tw-border-opacity));
}

.border-lime-50 {
  --tw-border-opacity: 1;
  border-color: rgba(247, 254, 231, var(--tw-border-opacity));
}

.border-lime-100 {
  --tw-border-opacity: 1;
  border-color: rgba(236, 252, 203, var(--tw-border-opacity));
}

.border-lime-200 {
  --tw-border-opacity: 1;
  border-color: rgba(217, 249, 157, var(--tw-border-opacity));
}

.border-lime-300 {
  --tw-border-opacity: 1;
  border-color: rgba(190, 242, 100, var(--tw-border-opacity));
}

.border-lime-400 {
  --tw-border-opacity: 1;
  border-color: rgba(163, 230, 53, var(--tw-border-opacity));
}

.border-lime-500 {
  --tw-border-opacity: 1;
  border-color: rgba(132, 204, 22, var(--tw-border-opacity));
}

.border-lime-600 {
  --tw-border-opacity: 1;
  border-color: rgba(101, 163, 13, var(--tw-border-opacity));
}

.border-lime-700 {
  --tw-border-opacity: 1;
  border-color: rgba(77, 124, 15, var(--tw-border-opacity));
}

.border-lime-800 {
  --tw-border-opacity: 1;
  border-color: rgba(63, 98, 18, var(--tw-border-opacity));
}

.border-lime-900 {
  --tw-border-opacity: 1;
  border-color: rgba(54, 83, 20, var(--tw-border-opacity));
}

.border-yellow-50 {
  --tw-border-opacity: 1;
  border-color: rgba(254, 252, 232, var(--tw-border-opacity));
}

.border-yellow-100 {
  --tw-border-opacity: 1;
  border-color: rgba(254, 249, 195, var(--tw-border-opacity));
}

.border-yellow-200 {
  --tw-border-opacity: 1;
  border-color: rgba(254, 240, 138, var(--tw-border-opacity));
}

.border-yellow-300 {
  --tw-border-opacity: 1;
  border-color: rgba(253, 224, 71, var(--tw-border-opacity));
}

.border-yellow-400 {
  --tw-border-opacity: 1;
  border-color: rgba(250, 204, 21, var(--tw-border-opacity));
}

.border-yellow-500 {
  --tw-border-opacity: 1;
  border-color: rgba(234, 179, 8, var(--tw-border-opacity));
}

.border-yellow-600 {
  --tw-border-opacity: 1;
  border-color: rgba(202, 138, 4, var(--tw-border-opacity));
}

.border-yellow-700 {
  --tw-border-opacity: 1;
  border-color: rgba(161, 98, 7, var(--tw-border-opacity));
}

.border-yellow-800 {
  --tw-border-opacity: 1;
  border-color: rgba(133, 77, 14, var(--tw-border-opacity));
}

.border-yellow-900 {
  --tw-border-opacity: 1;
  border-color: rgba(113, 63, 18, var(--tw-border-opacity));
}

.border-amber-50 {
  --tw-border-opacity: 1;
  border-color: rgba(255, 251, 235, var(--tw-border-opacity));
}

.border-amber-100 {
  --tw-border-opacity: 1;
  border-color: rgba(254, 243, 199, var(--tw-border-opacity));
}

.border-amber-200 {
  --tw-border-opacity: 1;
  border-color: rgba(253, 230, 138, var(--tw-border-opacity));
}

.border-amber-300 {
  --tw-border-opacity: 1;
  border-color: rgba(252, 211, 77, var(--tw-border-opacity));
}

.border-amber-400 {
  --tw-border-opacity: 1;
  border-color: rgba(251, 191, 36, var(--tw-border-opacity));
}

.border-amber-500 {
  --tw-border-opacity: 1;
  border-color: rgba(245, 158, 11, var(--tw-border-opacity));
}

.border-amber-600 {
  --tw-border-opacity: 1;
  border-color: rgba(217, 119, 6, var(--tw-border-opacity));
}

.border-amber-700 {
  --tw-border-opacity: 1;
  border-color: rgba(180, 83, 9, var(--tw-border-opacity));
}

.border-amber-800 {
  --tw-border-opacity: 1;
  border-color: rgba(146, 64, 14, var(--tw-border-opacity));
}

.border-amber-900 {
  --tw-border-opacity: 1;
  border-color: rgba(120, 53, 15, var(--tw-border-opacity));
}

.border-orange-50 {
  --tw-border-opacity: 1;
  border-color: rgba(255, 247, 237, var(--tw-border-opacity));
}

.border-orange-100 {
  --tw-border-opacity: 1;
  border-color: rgba(255, 237, 213, var(--tw-border-opacity));
}

.border-orange-200 {
  --tw-border-opacity: 1;
  border-color: rgba(254, 215, 170, var(--tw-border-opacity));
}

.border-orange-300 {
  --tw-border-opacity: 1;
  border-color: rgba(253, 186, 116, var(--tw-border-opacity));
}

.border-orange-400 {
  --tw-border-opacity: 1;
  border-color: rgba(251, 146, 60, var(--tw-border-opacity));
}

.border-orange-500 {
  --tw-border-opacity: 1;
  border-color: rgba(249, 115, 22, var(--tw-border-opacity));
}

.border-orange-600 {
  --tw-border-opacity: 1;
  border-color: rgba(234, 88, 12, var(--tw-border-opacity));
}

.border-orange-700 {
  --tw-border-opacity: 1;
  border-color: rgba(194, 65, 12, var(--tw-border-opacity));
}

.border-orange-800 {
  --tw-border-opacity: 1;
  border-color: rgba(154, 52, 18, var(--tw-border-opacity));
}

.border-orange-900 {
  --tw-border-opacity: 1;
  border-color: rgba(124, 45, 18, var(--tw-border-opacity));
}

.border-red-50 {
  --tw-border-opacity: 1;
  border-color: rgba(254, 242, 242, var(--tw-border-opacity));
}

.border-red-100 {
  --tw-border-opacity: 1;
  border-color: rgba(254, 226, 226, var(--tw-border-opacity));
}

.border-red-200 {
  --tw-border-opacity: 1;
  border-color: rgba(254, 202, 202, var(--tw-border-opacity));
}

.border-red-300 {
  --tw-border-opacity: 1;
  border-color: rgba(252, 165, 165, var(--tw-border-opacity));
}

.border-red-400 {
  --tw-border-opacity: 1;
  border-color: rgba(248, 113, 113, var(--tw-border-opacity));
}

.border-red-500 {
  --tw-border-opacity: 1;
  border-color: rgba(239, 68, 68, var(--tw-border-opacity));
}

.border-red-600 {
  --tw-border-opacity: 1;
  border-color: rgba(220, 38, 38, var(--tw-border-opacity));
}

.border-red-700 {
  --tw-border-opacity: 1;
  border-color: rgba(185, 28, 28, var(--tw-border-opacity));
}

.border-red-800 {
  --tw-border-opacity: 1;
  border-color: rgba(153, 27, 27, var(--tw-border-opacity));
}

.border-red-900 {
  --tw-border-opacity: 1;
  border-color: rgba(127, 29, 29, var(--tw-border-opacity));
}

.border-warmGray-50 {
  --tw-border-opacity: 1;
  border-color: rgba(250, 250, 249, var(--tw-border-opacity));
}

.border-warmGray-100 {
  --tw-border-opacity: 1;
  border-color: rgba(245, 245, 244, var(--tw-border-opacity));
}

.border-warmGray-200 {
  --tw-border-opacity: 1;
  border-color: rgba(231, 229, 228, var(--tw-border-opacity));
}

.border-warmGray-300 {
  --tw-border-opacity: 1;
  border-color: rgba(214, 211, 209, var(--tw-border-opacity));
}

.border-warmGray-400 {
  --tw-border-opacity: 1;
  border-color: rgba(168, 162, 158, var(--tw-border-opacity));
}

.border-warmGray-500 {
  --tw-border-opacity: 1;
  border-color: rgba(120, 113, 108, var(--tw-border-opacity));
}

.border-warmGray-600 {
  --tw-border-opacity: 1;
  border-color: rgba(87, 83, 78, var(--tw-border-opacity));
}

.border-warmGray-700 {
  --tw-border-opacity: 1;
  border-color: rgba(68, 64, 60, var(--tw-border-opacity));
}

.border-warmGray-800 {
  --tw-border-opacity: 1;
  border-color: rgba(41, 37, 36, var(--tw-border-opacity));
}

.border-warmGray-900 {
  --tw-border-opacity: 1;
  border-color: rgba(28, 25, 23, var(--tw-border-opacity));
}

.border-trueGray-50 {
  --tw-border-opacity: 1;
  border-color: rgba(250, 250, 250, var(--tw-border-opacity));
}

.border-trueGray-100 {
  --tw-border-opacity: 1;
  border-color: rgba(245, 245, 245, var(--tw-border-opacity));
}

.border-trueGray-200 {
  --tw-border-opacity: 1;
  border-color: rgba(229, 229, 229, var(--tw-border-opacity));
}

.border-trueGray-300 {
  --tw-border-opacity: 1;
  border-color: rgba(212, 212, 212, var(--tw-border-opacity));
}

.border-trueGray-400 {
  --tw-border-opacity: 1;
  border-color: rgba(163, 163, 163, var(--tw-border-opacity));
}

.border-trueGray-500 {
  --tw-border-opacity: 1;
  border-color: rgba(115, 115, 115, var(--tw-border-opacity));
}

.border-trueGray-600 {
  --tw-border-opacity: 1;
  border-color: rgba(82, 82, 82, var(--tw-border-opacity));
}

.border-trueGray-700 {
  --tw-border-opacity: 1;
  border-color: rgba(64, 64, 64, var(--tw-border-opacity));
}

.border-trueGray-800 {
  --tw-border-opacity: 1;
  border-color: rgba(38, 38, 38, var(--tw-border-opacity));
}

.border-trueGray-900 {
  --tw-border-opacity: 1;
  border-color: rgba(23, 23, 23, var(--tw-border-opacity));
}

.border-gray-50 {
  --tw-border-opacity: 1;
  border-color: rgba(250, 250, 250, var(--tw-border-opacity));
}

.border-gray-100 {
  --tw-border-opacity: 1;
  border-color: rgba(244, 244, 245, var(--tw-border-opacity));
}

.border-gray-200 {
  --tw-border-opacity: 1;
  border-color: rgba(228, 228, 231, var(--tw-border-opacity));
}

.border-gray-300 {
  --tw-border-opacity: 1;
  border-color: rgba(212, 212, 216, var(--tw-border-opacity));
}

.border-gray-400 {
  --tw-border-opacity: 1;
  border-color: rgba(161, 161, 170, var(--tw-border-opacity));
}

.border-gray-500 {
  --tw-border-opacity: 1;
  border-color: rgba(113, 113, 122, var(--tw-border-opacity));
}

.border-gray-600 {
  --tw-border-opacity: 1;
  border-color: rgba(82, 82, 91, var(--tw-border-opacity));
}

.border-gray-700 {
  --tw-border-opacity: 1;
  border-color: rgba(63, 63, 70, var(--tw-border-opacity));
}

.border-gray-800 {
  --tw-border-opacity: 1;
  border-color: rgba(39, 39, 42, var(--tw-border-opacity));
}

.border-gray-900 {
  --tw-border-opacity: 1;
  border-color: rgba(24, 24, 27, var(--tw-border-opacity));
}

.border-coolGray-50 {
  --tw-border-opacity: 1;
  border-color: rgba(249, 250, 251, var(--tw-border-opacity));
}

.border-coolGray-100 {
  --tw-border-opacity: 1;
  border-color: rgba(243, 244, 246, var(--tw-border-opacity));
}

.border-coolGray-200 {
  --tw-border-opacity: 1;
  border-color: rgba(229, 231, 235, var(--tw-border-opacity));
}

.border-coolGray-300 {
  --tw-border-opacity: 1;
  border-color: rgba(209, 213, 219, var(--tw-border-opacity));
}

.border-coolGray-400 {
  --tw-border-opacity: 1;
  border-color: rgba(156, 163, 175, var(--tw-border-opacity));
}

.border-coolGray-500 {
  --tw-border-opacity: 1;
  border-color: rgba(107, 114, 128, var(--tw-border-opacity));
}

.border-coolGray-600 {
  --tw-border-opacity: 1;
  border-color: rgba(75, 85, 99, var(--tw-border-opacity));
}

.border-coolGray-700 {
  --tw-border-opacity: 1;
  border-color: rgba(55, 65, 81, var(--tw-border-opacity));
}

.border-coolGray-800 {
  --tw-border-opacity: 1;
  border-color: rgba(31, 41, 55, var(--tw-border-opacity));
}

.border-coolGray-900 {
  --tw-border-opacity: 1;
  border-color: rgba(17, 24, 39, var(--tw-border-opacity));
}

.border-blueGray-50 {
  --tw-border-opacity: 1;
  border-color: rgba(248, 250, 252, var(--tw-border-opacity));
}

.border-blueGray-100 {
  --tw-border-opacity: 1;
  border-color: rgba(241, 245, 249, var(--tw-border-opacity));
}

.border-blueGray-200 {
  --tw-border-opacity: 1;
  border-color: rgba(226, 232, 240, var(--tw-border-opacity));
}

.border-blueGray-300 {
  --tw-border-opacity: 1;
  border-color: rgba(203, 213, 225, var(--tw-border-opacity));
}

.border-blueGray-400 {
  --tw-border-opacity: 1;
  border-color: rgba(148, 163, 184, var(--tw-border-opacity));
}

.border-blueGray-500 {
  --tw-border-opacity: 1;
  border-color: rgba(100, 116, 139, var(--tw-border-opacity));
}

.border-blueGray-600 {
  --tw-border-opacity: 1;
  border-color: rgba(71, 85, 105, var(--tw-border-opacity));
}

.border-blueGray-700 {
  --tw-border-opacity: 1;
  border-color: rgba(51, 65, 85, var(--tw-border-opacity));
}

.border-blueGray-800 {
  --tw-border-opacity: 1;
  border-color: rgba(30, 41, 59, var(--tw-border-opacity));
}

.border-blueGray-900 {
  --tw-border-opacity: 1;
  border-color: rgba(15, 23, 42, var(--tw-border-opacity));
}

.hover\:border-current:hover {
  border-color: currentColor;
}

.hover\:border-transparent:hover {
  border-color: transparent;
}

.hover\:border-falcon:hover {
  border-color: var(--falcon);
}

.hover\:border-basement:hover {
  border-color: var(--basement);
}

.hover\:border-blue-50:hover {
  --tw-border-opacity: 1;
  border-color: rgba(239, 246, 255, var(--tw-border-opacity));
}

.hover\:border-blue-100:hover {
  --tw-border-opacity: 1;
  border-color: rgba(219, 234, 254, var(--tw-border-opacity));
}

.hover\:border-blue-200:hover {
  --tw-border-opacity: 1;
  border-color: rgba(191, 219, 254, var(--tw-border-opacity));
}

.hover\:border-blue-300:hover {
  --tw-border-opacity: 1;
  border-color: rgba(147, 197, 253, var(--tw-border-opacity));
}

.hover\:border-blue-400:hover {
  --tw-border-opacity: 1;
  border-color: rgba(96, 165, 250, var(--tw-border-opacity));
}

.hover\:border-blue-500:hover {
  --tw-border-opacity: 1;
  border-color: rgba(59, 130, 246, var(--tw-border-opacity));
}

.hover\:border-blue-600:hover {
  --tw-border-opacity: 1;
  border-color: rgba(37, 99, 235, var(--tw-border-opacity));
}

.hover\:border-blue-700:hover {
  --tw-border-opacity: 1;
  border-color: rgba(29, 78, 216, var(--tw-border-opacity));
}

.hover\:border-blue-800:hover {
  --tw-border-opacity: 1;
  border-color: rgba(30, 64, 175, var(--tw-border-opacity));
}

.hover\:border-blue-900:hover {
  --tw-border-opacity: 1;
  border-color: rgba(30, 58, 138, var(--tw-border-opacity));
}

.hover\:border-body-and-labels:hover {
  border-color: var(--body-and-labels);
}

.hover\:border-brand:hover {
  border-color: var(--brand);
}

.hover\:border-code-base-64:hover {
  border-color: var(--code-base-64);
}

.hover\:border-code-bg:hover {
  border-color: var(--code-bg);
}

.hover\:border-code-outline:hover {
  border-color: var(--code-outline);
}

.hover\:border-code-text:hover {
  border-color: var(--code-text);
}

.hover\:border-critical:hover {
  border-color: var(--critical);
}

.hover\:border-destructive-hover:hover {
  border-color: var(--destructive-hover);
}

.hover\:border-destructive-idle:hover {
  border-color: var(--destructive-idle);
}

.hover\:border-destructive-pressed:hover {
  border-color: var(--destructive-pressed);
}

.hover\:border-disabled:hover {
  border-color: var(--disabled);
}

.hover\:border-disc-operations:hover {
  border-color: var(--disc-operations);
}

.hover\:border-dns-requests:hover {
  border-color: var(--dns-requests);
}

.hover\:border-focus:hover {
  border-color: var(--focus);
}

.hover\:border-graph-1:hover {
  border-color: var(--graph-1);
}

.hover\:border-graph-10:hover {
  border-color: var(--graph-10);
}

.hover\:border-graph-11:hover {
  border-color: var(--graph-11);
}

.hover\:border-graph-2:hover {
  border-color: var(--graph-2);
}

.hover\:border-graph-3:hover {
  border-color: var(--graph-3);
}

.hover\:border-graph-4:hover {
  border-color: var(--graph-4);
}

.hover\:border-graph-5:hover {
  border-color: var(--graph-5);
}

.hover\:border-graph-6:hover {
  border-color: var(--graph-6);
}

.hover\:border-graph-7:hover {
  border-color: var(--graph-7);
}

.hover\:border-graph-8:hover {
  border-color: var(--graph-8);
}

.hover\:border-graph-9:hover {
  border-color: var(--graph-9);
}

.hover\:border-graph-disabled:hover {
  border-color: var(--graph-disabled);
}

.hover\:border-ground-floor:hover {
  border-color: var(--ground-floor);
}

.hover\:border-high:hover {
  border-color: var(--high);
}

.hover\:border-informational:hover {
  border-color: var(--informational);
}

.hover\:border-lines-dark:hover {
  border-color: var(--lines-dark);
}

.hover\:border-lines-light:hover {
  border-color: var(--lines-light);
}

.hover\:border-low:hover {
  border-color: var(--low);
}

.hover\:border-medium:hover {
  border-color: var(--medium);
}

.hover\:border-mezzanine:hover {
  border-color: var(--mezzanine);
}

.hover\:border-nav-text-and-icons:hover {
  border-color: var(--nav-text-and-icons);
}

.hover\:border-nav-text-secondary:hover {
  border-color: var(--nav-text-secondary);
}

.hover\:border-network-operations:hover {
  border-color: var(--network-operations);
}

.hover\:border-normal-hover:hover {
  border-color: var(--normal-hover);
}

.hover\:border-normal-idle:hover {
  border-color: var(--normal-idle);
}

.hover\:border-normal-pressed:hover {
  border-color: var(--normal-pressed);
}

.hover\:border-overlay-0\.5:hover {
  border-color: var(--overlay-0\.5);
}

.hover\:border-overlay-1:hover {
  border-color: var(--overlay-1);
}

.hover\:border-overlay-2:hover {
  border-color: var(--overlay-2);
}

.hover\:border-positive:hover {
  border-color: var(--positive);
}

.hover\:border-primary-hover:hover {
  border-color: var(--primary-hover);
}

.hover\:border-primary-idle:hover {
  border-color: var(--primary-idle);
}

.hover\:border-primary-pressed:hover {
  border-color: var(--primary-pressed);
}

.hover\:border-process-operations:hover {
  border-color: var(--process-operations);
}

.hover\:border-purple-50:hover {
  --tw-border-opacity: 1;
  border-color: rgba(250, 245, 255, var(--tw-border-opacity));
}

.hover\:border-purple-100:hover {
  --tw-border-opacity: 1;
  border-color: rgba(243, 232, 255, var(--tw-border-opacity));
}

.hover\:border-purple-200:hover {
  --tw-border-opacity: 1;
  border-color: rgba(233, 213, 255, var(--tw-border-opacity));
}

.hover\:border-purple-300:hover {
  --tw-border-opacity: 1;
  border-color: rgba(216, 180, 254, var(--tw-border-opacity));
}

.hover\:border-purple-400:hover {
  --tw-border-opacity: 1;
  border-color: rgba(192, 132, 252, var(--tw-border-opacity));
}

.hover\:border-purple-500:hover {
  --tw-border-opacity: 1;
  border-color: rgba(168, 85, 247, var(--tw-border-opacity));
}

.hover\:border-purple-600:hover {
  --tw-border-opacity: 1;
  border-color: rgba(147, 51, 234, var(--tw-border-opacity));
}

.hover\:border-purple-700:hover {
  --tw-border-opacity: 1;
  border-color: rgba(126, 34, 206, var(--tw-border-opacity));
}

.hover\:border-purple-800:hover {
  --tw-border-opacity: 1;
  border-color: rgba(107, 33, 168, var(--tw-border-opacity));
}

.hover\:border-purple-900:hover {
  --tw-border-opacity: 1;
  border-color: rgba(88, 28, 135, var(--tw-border-opacity));
}

.hover\:border-registry-operations:hover {
  border-color: var(--registry-operations);
}

.hover\:border-selected:hover {
  border-color: var(--selected);
}

.hover\:border-surface-2xl:hover {
  border-color: var(--surface-2xl);
}

.hover\:border-surface-base:hover {
  border-color: var(--surface-base);
}

.hover\:border-surface-inner:hover {
  border-color: var(--surface-inner);
}

.hover\:border-surface-lg:hover {
  border-color: var(--surface-lg);
}

.hover\:border-surface-md:hover {
  border-color: var(--surface-md);
}

.hover\:border-surface-xl:hover {
  border-color: var(--surface-xl);
}

.hover\:border-text-and-icons:hover {
  border-color: var(--text-and-icons);
}

.hover\:border-titles-and-attributes:hover {
  border-color: var(--titles-and-attributes);
}

.hover\:border-black:hover {
  --tw-border-opacity: 1;
  border-color: rgba(0, 0, 0, var(--tw-border-opacity));
}

.hover\:border-white:hover {
  --tw-border-opacity: 1;
  border-color: rgba(255, 255, 255, var(--tw-border-opacity));
}

.hover\:border-rose-50:hover {
  --tw-border-opacity: 1;
  border-color: rgba(255, 241, 242, var(--tw-border-opacity));
}

.hover\:border-rose-100:hover {
  --tw-border-opacity: 1;
  border-color: rgba(255, 228, 230, var(--tw-border-opacity));
}

.hover\:border-rose-200:hover {
  --tw-border-opacity: 1;
  border-color: rgba(254, 205, 211, var(--tw-border-opacity));
}

.hover\:border-rose-300:hover {
  --tw-border-opacity: 1;
  border-color: rgba(253, 164, 175, var(--tw-border-opacity));
}

.hover\:border-rose-400:hover {
  --tw-border-opacity: 1;
  border-color: rgba(251, 113, 133, var(--tw-border-opacity));
}

.hover\:border-rose-500:hover {
  --tw-border-opacity: 1;
  border-color: rgba(244, 63, 94, var(--tw-border-opacity));
}

.hover\:border-rose-600:hover {
  --tw-border-opacity: 1;
  border-color: rgba(225, 29, 72, var(--tw-border-opacity));
}

.hover\:border-rose-700:hover {
  --tw-border-opacity: 1;
  border-color: rgba(190, 18, 60, var(--tw-border-opacity));
}

.hover\:border-rose-800:hover {
  --tw-border-opacity: 1;
  border-color: rgba(159, 18, 57, var(--tw-border-opacity));
}

.hover\:border-rose-900:hover {
  --tw-border-opacity: 1;
  border-color: rgba(136, 19, 55, var(--tw-border-opacity));
}

.hover\:border-pink-50:hover {
  --tw-border-opacity: 1;
  border-color: rgba(253, 242, 248, var(--tw-border-opacity));
}

.hover\:border-pink-100:hover {
  --tw-border-opacity: 1;
  border-color: rgba(252, 231, 243, var(--tw-border-opacity));
}

.hover\:border-pink-200:hover {
  --tw-border-opacity: 1;
  border-color: rgba(251, 207, 232, var(--tw-border-opacity));
}

.hover\:border-pink-300:hover {
  --tw-border-opacity: 1;
  border-color: rgba(249, 168, 212, var(--tw-border-opacity));
}

.hover\:border-pink-400:hover {
  --tw-border-opacity: 1;
  border-color: rgba(244, 114, 182, var(--tw-border-opacity));
}

.hover\:border-pink-500:hover {
  --tw-border-opacity: 1;
  border-color: rgba(236, 72, 153, var(--tw-border-opacity));
}

.hover\:border-pink-600:hover {
  --tw-border-opacity: 1;
  border-color: rgba(219, 39, 119, var(--tw-border-opacity));
}

.hover\:border-pink-700:hover {
  --tw-border-opacity: 1;
  border-color: rgba(190, 24, 93, var(--tw-border-opacity));
}

.hover\:border-pink-800:hover {
  --tw-border-opacity: 1;
  border-color: rgba(157, 23, 77, var(--tw-border-opacity));
}

.hover\:border-pink-900:hover {
  --tw-border-opacity: 1;
  border-color: rgba(131, 24, 67, var(--tw-border-opacity));
}

.hover\:border-fuchsia-50:hover {
  --tw-border-opacity: 1;
  border-color: rgba(253, 244, 255, var(--tw-border-opacity));
}

.hover\:border-fuchsia-100:hover {
  --tw-border-opacity: 1;
  border-color: rgba(250, 232, 255, var(--tw-border-opacity));
}

.hover\:border-fuchsia-200:hover {
  --tw-border-opacity: 1;
  border-color: rgba(245, 208, 254, var(--tw-border-opacity));
}

.hover\:border-fuchsia-300:hover {
  --tw-border-opacity: 1;
  border-color: rgba(240, 171, 252, var(--tw-border-opacity));
}

.hover\:border-fuchsia-400:hover {
  --tw-border-opacity: 1;
  border-color: rgba(232, 121, 249, var(--tw-border-opacity));
}

.hover\:border-fuchsia-500:hover {
  --tw-border-opacity: 1;
  border-color: rgba(217, 70, 239, var(--tw-border-opacity));
}

.hover\:border-fuchsia-600:hover {
  --tw-border-opacity: 1;
  border-color: rgba(192, 38, 211, var(--tw-border-opacity));
}

.hover\:border-fuchsia-700:hover {
  --tw-border-opacity: 1;
  border-color: rgba(162, 28, 175, var(--tw-border-opacity));
}

.hover\:border-fuchsia-800:hover {
  --tw-border-opacity: 1;
  border-color: rgba(134, 25, 143, var(--tw-border-opacity));
}

.hover\:border-fuchsia-900:hover {
  --tw-border-opacity: 1;
  border-color: rgba(112, 26, 117, var(--tw-border-opacity));
}

.hover\:border-violet-50:hover {
  --tw-border-opacity: 1;
  border-color: rgba(245, 243, 255, var(--tw-border-opacity));
}

.hover\:border-violet-100:hover {
  --tw-border-opacity: 1;
  border-color: rgba(237, 233, 254, var(--tw-border-opacity));
}

.hover\:border-violet-200:hover {
  --tw-border-opacity: 1;
  border-color: rgba(221, 214, 254, var(--tw-border-opacity));
}

.hover\:border-violet-300:hover {
  --tw-border-opacity: 1;
  border-color: rgba(196, 181, 253, var(--tw-border-opacity));
}

.hover\:border-violet-400:hover {
  --tw-border-opacity: 1;
  border-color: rgba(167, 139, 250, var(--tw-border-opacity));
}

.hover\:border-violet-500:hover {
  --tw-border-opacity: 1;
  border-color: rgba(139, 92, 246, var(--tw-border-opacity));
}

.hover\:border-violet-600:hover {
  --tw-border-opacity: 1;
  border-color: rgba(124, 58, 237, var(--tw-border-opacity));
}

.hover\:border-violet-700:hover {
  --tw-border-opacity: 1;
  border-color: rgba(109, 40, 217, var(--tw-border-opacity));
}

.hover\:border-violet-800:hover {
  --tw-border-opacity: 1;
  border-color: rgba(91, 33, 182, var(--tw-border-opacity));
}

.hover\:border-violet-900:hover {
  --tw-border-opacity: 1;
  border-color: rgba(76, 29, 149, var(--tw-border-opacity));
}

.hover\:border-indigo-50:hover {
  --tw-border-opacity: 1;
  border-color: rgba(238, 242, 255, var(--tw-border-opacity));
}

.hover\:border-indigo-100:hover {
  --tw-border-opacity: 1;
  border-color: rgba(224, 231, 255, var(--tw-border-opacity));
}

.hover\:border-indigo-200:hover {
  --tw-border-opacity: 1;
  border-color: rgba(199, 210, 254, var(--tw-border-opacity));
}

.hover\:border-indigo-300:hover {
  --tw-border-opacity: 1;
  border-color: rgba(165, 180, 252, var(--tw-border-opacity));
}

.hover\:border-indigo-400:hover {
  --tw-border-opacity: 1;
  border-color: rgba(129, 140, 248, var(--tw-border-opacity));
}

.hover\:border-indigo-500:hover {
  --tw-border-opacity: 1;
  border-color: rgba(99, 102, 241, var(--tw-border-opacity));
}

.hover\:border-indigo-600:hover {
  --tw-border-opacity: 1;
  border-color: rgba(79, 70, 229, var(--tw-border-opacity));
}

.hover\:border-indigo-700:hover {
  --tw-border-opacity: 1;
  border-color: rgba(67, 56, 202, var(--tw-border-opacity));
}

.hover\:border-indigo-800:hover {
  --tw-border-opacity: 1;
  border-color: rgba(55, 48, 163, var(--tw-border-opacity));
}

.hover\:border-indigo-900:hover {
  --tw-border-opacity: 1;
  border-color: rgba(49, 46, 129, var(--tw-border-opacity));
}

.hover\:border-lightBlue-50:hover {
  --tw-border-opacity: 1;
  border-color: rgba(240, 249, 255, var(--tw-border-opacity));
}

.hover\:border-lightBlue-100:hover {
  --tw-border-opacity: 1;
  border-color: rgba(224, 242, 254, var(--tw-border-opacity));
}

.hover\:border-lightBlue-200:hover {
  --tw-border-opacity: 1;
  border-color: rgba(186, 230, 253, var(--tw-border-opacity));
}

.hover\:border-lightBlue-300:hover {
  --tw-border-opacity: 1;
  border-color: rgba(125, 211, 252, var(--tw-border-opacity));
}

.hover\:border-lightBlue-400:hover {
  --tw-border-opacity: 1;
  border-color: rgba(56, 189, 248, var(--tw-border-opacity));
}

.hover\:border-lightBlue-500:hover {
  --tw-border-opacity: 1;
  border-color: rgba(14, 165, 233, var(--tw-border-opacity));
}

.hover\:border-lightBlue-600:hover {
  --tw-border-opacity: 1;
  border-color: rgba(2, 132, 199, var(--tw-border-opacity));
}

.hover\:border-lightBlue-700:hover {
  --tw-border-opacity: 1;
  border-color: rgba(3, 105, 161, var(--tw-border-opacity));
}

.hover\:border-lightBlue-800:hover {
  --tw-border-opacity: 1;
  border-color: rgba(7, 89, 133, var(--tw-border-opacity));
}

.hover\:border-lightBlue-900:hover {
  --tw-border-opacity: 1;
  border-color: rgba(12, 74, 110, var(--tw-border-opacity));
}

.hover\:border-cyan-50:hover {
  --tw-border-opacity: 1;
  border-color: rgba(236, 254, 255, var(--tw-border-opacity));
}

.hover\:border-cyan-100:hover {
  --tw-border-opacity: 1;
  border-color: rgba(207, 250, 254, var(--tw-border-opacity));
}

.hover\:border-cyan-200:hover {
  --tw-border-opacity: 1;
  border-color: rgba(165, 243, 252, var(--tw-border-opacity));
}

.hover\:border-cyan-300:hover {
  --tw-border-opacity: 1;
  border-color: rgba(103, 232, 249, var(--tw-border-opacity));
}

.hover\:border-cyan-400:hover {
  --tw-border-opacity: 1;
  border-color: rgba(34, 211, 238, var(--tw-border-opacity));
}

.hover\:border-cyan-500:hover {
  --tw-border-opacity: 1;
  border-color: rgba(6, 182, 212, var(--tw-border-opacity));
}

.hover\:border-cyan-600:hover {
  --tw-border-opacity: 1;
  border-color: rgba(8, 145, 178, var(--tw-border-opacity));
}

.hover\:border-cyan-700:hover {
  --tw-border-opacity: 1;
  border-color: rgba(14, 116, 144, var(--tw-border-opacity));
}

.hover\:border-cyan-800:hover {
  --tw-border-opacity: 1;
  border-color: rgba(21, 94, 117, var(--tw-border-opacity));
}

.hover\:border-cyan-900:hover {
  --tw-border-opacity: 1;
  border-color: rgba(22, 78, 99, var(--tw-border-opacity));
}

.hover\:border-teal-50:hover {
  --tw-border-opacity: 1;
  border-color: rgba(240, 253, 250, var(--tw-border-opacity));
}

.hover\:border-teal-100:hover {
  --tw-border-opacity: 1;
  border-color: rgba(204, 251, 241, var(--tw-border-opacity));
}

.hover\:border-teal-200:hover {
  --tw-border-opacity: 1;
  border-color: rgba(153, 246, 228, var(--tw-border-opacity));
}

.hover\:border-teal-300:hover {
  --tw-border-opacity: 1;
  border-color: rgba(94, 234, 212, var(--tw-border-opacity));
}

.hover\:border-teal-400:hover {
  --tw-border-opacity: 1;
  border-color: rgba(45, 212, 191, var(--tw-border-opacity));
}

.hover\:border-teal-500:hover {
  --tw-border-opacity: 1;
  border-color: rgba(20, 184, 166, var(--tw-border-opacity));
}

.hover\:border-teal-600:hover {
  --tw-border-opacity: 1;
  border-color: rgba(13, 148, 136, var(--tw-border-opacity));
}

.hover\:border-teal-700:hover {
  --tw-border-opacity: 1;
  border-color: rgba(15, 118, 110, var(--tw-border-opacity));
}

.hover\:border-teal-800:hover {
  --tw-border-opacity: 1;
  border-color: rgba(17, 94, 89, var(--tw-border-opacity));
}

.hover\:border-teal-900:hover {
  --tw-border-opacity: 1;
  border-color: rgba(19, 78, 74, var(--tw-border-opacity));
}

.hover\:border-emerald-50:hover {
  --tw-border-opacity: 1;
  border-color: rgba(236, 253, 245, var(--tw-border-opacity));
}

.hover\:border-emerald-100:hover {
  --tw-border-opacity: 1;
  border-color: rgba(209, 250, 229, var(--tw-border-opacity));
}

.hover\:border-emerald-200:hover {
  --tw-border-opacity: 1;
  border-color: rgba(167, 243, 208, var(--tw-border-opacity));
}

.hover\:border-emerald-300:hover {
  --tw-border-opacity: 1;
  border-color: rgba(110, 231, 183, var(--tw-border-opacity));
}

.hover\:border-emerald-400:hover {
  --tw-border-opacity: 1;
  border-color: rgba(52, 211, 153, var(--tw-border-opacity));
}

.hover\:border-emerald-500:hover {
  --tw-border-opacity: 1;
  border-color: rgba(16, 185, 129, var(--tw-border-opacity));
}

.hover\:border-emerald-600:hover {
  --tw-border-opacity: 1;
  border-color: rgba(5, 150, 105, var(--tw-border-opacity));
}

.hover\:border-emerald-700:hover {
  --tw-border-opacity: 1;
  border-color: rgba(4, 120, 87, var(--tw-border-opacity));
}

.hover\:border-emerald-800:hover {
  --tw-border-opacity: 1;
  border-color: rgba(6, 95, 70, var(--tw-border-opacity));
}

.hover\:border-emerald-900:hover {
  --tw-border-opacity: 1;
  border-color: rgba(6, 78, 59, var(--tw-border-opacity));
}

.hover\:border-green-50:hover {
  --tw-border-opacity: 1;
  border-color: rgba(240, 253, 244, var(--tw-border-opacity));
}

.hover\:border-green-100:hover {
  --tw-border-opacity: 1;
  border-color: rgba(220, 252, 231, var(--tw-border-opacity));
}

.hover\:border-green-200:hover {
  --tw-border-opacity: 1;
  border-color: rgba(187, 247, 208, var(--tw-border-opacity));
}

.hover\:border-green-300:hover {
  --tw-border-opacity: 1;
  border-color: rgba(134, 239, 172, var(--tw-border-opacity));
}

.hover\:border-green-400:hover {
  --tw-border-opacity: 1;
  border-color: rgba(74, 222, 128, var(--tw-border-opacity));
}

.hover\:border-green-500:hover {
  --tw-border-opacity: 1;
  border-color: rgba(34, 197, 94, var(--tw-border-opacity));
}

.hover\:border-green-600:hover {
  --tw-border-opacity: 1;
  border-color: rgba(22, 163, 74, var(--tw-border-opacity));
}

.hover\:border-green-700:hover {
  --tw-border-opacity: 1;
  border-color: rgba(21, 128, 61, var(--tw-border-opacity));
}

.hover\:border-green-800:hover {
  --tw-border-opacity: 1;
  border-color: rgba(22, 101, 52, var(--tw-border-opacity));
}

.hover\:border-green-900:hover {
  --tw-border-opacity: 1;
  border-color: rgba(20, 83, 45, var(--tw-border-opacity));
}

.hover\:border-lime-50:hover {
  --tw-border-opacity: 1;
  border-color: rgba(247, 254, 231, var(--tw-border-opacity));
}

.hover\:border-lime-100:hover {
  --tw-border-opacity: 1;
  border-color: rgba(236, 252, 203, var(--tw-border-opacity));
}

.hover\:border-lime-200:hover {
  --tw-border-opacity: 1;
  border-color: rgba(217, 249, 157, var(--tw-border-opacity));
}

.hover\:border-lime-300:hover {
  --tw-border-opacity: 1;
  border-color: rgba(190, 242, 100, var(--tw-border-opacity));
}

.hover\:border-lime-400:hover {
  --tw-border-opacity: 1;
  border-color: rgba(163, 230, 53, var(--tw-border-opacity));
}

.hover\:border-lime-500:hover {
  --tw-border-opacity: 1;
  border-color: rgba(132, 204, 22, var(--tw-border-opacity));
}

.hover\:border-lime-600:hover {
  --tw-border-opacity: 1;
  border-color: rgba(101, 163, 13, var(--tw-border-opacity));
}

.hover\:border-lime-700:hover {
  --tw-border-opacity: 1;
  border-color: rgba(77, 124, 15, var(--tw-border-opacity));
}

.hover\:border-lime-800:hover {
  --tw-border-opacity: 1;
  border-color: rgba(63, 98, 18, var(--tw-border-opacity));
}

.hover\:border-lime-900:hover {
  --tw-border-opacity: 1;
  border-color: rgba(54, 83, 20, var(--tw-border-opacity));
}

.hover\:border-yellow-50:hover {
  --tw-border-opacity: 1;
  border-color: rgba(254, 252, 232, var(--tw-border-opacity));
}

.hover\:border-yellow-100:hover {
  --tw-border-opacity: 1;
  border-color: rgba(254, 249, 195, var(--tw-border-opacity));
}

.hover\:border-yellow-200:hover {
  --tw-border-opacity: 1;
  border-color: rgba(254, 240, 138, var(--tw-border-opacity));
}

.hover\:border-yellow-300:hover {
  --tw-border-opacity: 1;
  border-color: rgba(253, 224, 71, var(--tw-border-opacity));
}

.hover\:border-yellow-400:hover {
  --tw-border-opacity: 1;
  border-color: rgba(250, 204, 21, var(--tw-border-opacity));
}

.hover\:border-yellow-500:hover {
  --tw-border-opacity: 1;
  border-color: rgba(234, 179, 8, var(--tw-border-opacity));
}

.hover\:border-yellow-600:hover {
  --tw-border-opacity: 1;
  border-color: rgba(202, 138, 4, var(--tw-border-opacity));
}

.hover\:border-yellow-700:hover {
  --tw-border-opacity: 1;
  border-color: rgba(161, 98, 7, var(--tw-border-opacity));
}

.hover\:border-yellow-800:hover {
  --tw-border-opacity: 1;
  border-color: rgba(133, 77, 14, var(--tw-border-opacity));
}

.hover\:border-yellow-900:hover {
  --tw-border-opacity: 1;
  border-color: rgba(113, 63, 18, var(--tw-border-opacity));
}

.hover\:border-amber-50:hover {
  --tw-border-opacity: 1;
  border-color: rgba(255, 251, 235, var(--tw-border-opacity));
}

.hover\:border-amber-100:hover {
  --tw-border-opacity: 1;
  border-color: rgba(254, 243, 199, var(--tw-border-opacity));
}

.hover\:border-amber-200:hover {
  --tw-border-opacity: 1;
  border-color: rgba(253, 230, 138, var(--tw-border-opacity));
}

.hover\:border-amber-300:hover {
  --tw-border-opacity: 1;
  border-color: rgba(252, 211, 77, var(--tw-border-opacity));
}

.hover\:border-amber-400:hover {
  --tw-border-opacity: 1;
  border-color: rgba(251, 191, 36, var(--tw-border-opacity));
}

.hover\:border-amber-500:hover {
  --tw-border-opacity: 1;
  border-color: rgba(245, 158, 11, var(--tw-border-opacity));
}

.hover\:border-amber-600:hover {
  --tw-border-opacity: 1;
  border-color: rgba(217, 119, 6, var(--tw-border-opacity));
}

.hover\:border-amber-700:hover {
  --tw-border-opacity: 1;
  border-color: rgba(180, 83, 9, var(--tw-border-opacity));
}

.hover\:border-amber-800:hover {
  --tw-border-opacity: 1;
  border-color: rgba(146, 64, 14, var(--tw-border-opacity));
}

.hover\:border-amber-900:hover {
  --tw-border-opacity: 1;
  border-color: rgba(120, 53, 15, var(--tw-border-opacity));
}

.hover\:border-orange-50:hover {
  --tw-border-opacity: 1;
  border-color: rgba(255, 247, 237, var(--tw-border-opacity));
}

.hover\:border-orange-100:hover {
  --tw-border-opacity: 1;
  border-color: rgba(255, 237, 213, var(--tw-border-opacity));
}

.hover\:border-orange-200:hover {
  --tw-border-opacity: 1;
  border-color: rgba(254, 215, 170, var(--tw-border-opacity));
}

.hover\:border-orange-300:hover {
  --tw-border-opacity: 1;
  border-color: rgba(253, 186, 116, var(--tw-border-opacity));
}

.hover\:border-orange-400:hover {
  --tw-border-opacity: 1;
  border-color: rgba(251, 146, 60, var(--tw-border-opacity));
}

.hover\:border-orange-500:hover {
  --tw-border-opacity: 1;
  border-color: rgba(249, 115, 22, var(--tw-border-opacity));
}

.hover\:border-orange-600:hover {
  --tw-border-opacity: 1;
  border-color: rgba(234, 88, 12, var(--tw-border-opacity));
}

.hover\:border-orange-700:hover {
  --tw-border-opacity: 1;
  border-color: rgba(194, 65, 12, var(--tw-border-opacity));
}

.hover\:border-orange-800:hover {
  --tw-border-opacity: 1;
  border-color: rgba(154, 52, 18, var(--tw-border-opacity));
}

.hover\:border-orange-900:hover {
  --tw-border-opacity: 1;
  border-color: rgba(124, 45, 18, var(--tw-border-opacity));
}

.hover\:border-red-50:hover {
  --tw-border-opacity: 1;
  border-color: rgba(254, 242, 242, var(--tw-border-opacity));
}

.hover\:border-red-100:hover {
  --tw-border-opacity: 1;
  border-color: rgba(254, 226, 226, var(--tw-border-opacity));
}

.hover\:border-red-200:hover {
  --tw-border-opacity: 1;
  border-color: rgba(254, 202, 202, var(--tw-border-opacity));
}

.hover\:border-red-300:hover {
  --tw-border-opacity: 1;
  border-color: rgba(252, 165, 165, var(--tw-border-opacity));
}

.hover\:border-red-400:hover {
  --tw-border-opacity: 1;
  border-color: rgba(248, 113, 113, var(--tw-border-opacity));
}

.hover\:border-red-500:hover {
  --tw-border-opacity: 1;
  border-color: rgba(239, 68, 68, var(--tw-border-opacity));
}

.hover\:border-red-600:hover {
  --tw-border-opacity: 1;
  border-color: rgba(220, 38, 38, var(--tw-border-opacity));
}

.hover\:border-red-700:hover {
  --tw-border-opacity: 1;
  border-color: rgba(185, 28, 28, var(--tw-border-opacity));
}

.hover\:border-red-800:hover {
  --tw-border-opacity: 1;
  border-color: rgba(153, 27, 27, var(--tw-border-opacity));
}

.hover\:border-red-900:hover {
  --tw-border-opacity: 1;
  border-color: rgba(127, 29, 29, var(--tw-border-opacity));
}

.hover\:border-warmGray-50:hover {
  --tw-border-opacity: 1;
  border-color: rgba(250, 250, 249, var(--tw-border-opacity));
}

.hover\:border-warmGray-100:hover {
  --tw-border-opacity: 1;
  border-color: rgba(245, 245, 244, var(--tw-border-opacity));
}

.hover\:border-warmGray-200:hover {
  --tw-border-opacity: 1;
  border-color: rgba(231, 229, 228, var(--tw-border-opacity));
}

.hover\:border-warmGray-300:hover {
  --tw-border-opacity: 1;
  border-color: rgba(214, 211, 209, var(--tw-border-opacity));
}

.hover\:border-warmGray-400:hover {
  --tw-border-opacity: 1;
  border-color: rgba(168, 162, 158, var(--tw-border-opacity));
}

.hover\:border-warmGray-500:hover {
  --tw-border-opacity: 1;
  border-color: rgba(120, 113, 108, var(--tw-border-opacity));
}

.hover\:border-warmGray-600:hover {
  --tw-border-opacity: 1;
  border-color: rgba(87, 83, 78, var(--tw-border-opacity));
}

.hover\:border-warmGray-700:hover {
  --tw-border-opacity: 1;
  border-color: rgba(68, 64, 60, var(--tw-border-opacity));
}

.hover\:border-warmGray-800:hover {
  --tw-border-opacity: 1;
  border-color: rgba(41, 37, 36, var(--tw-border-opacity));
}

.hover\:border-warmGray-900:hover {
  --tw-border-opacity: 1;
  border-color: rgba(28, 25, 23, var(--tw-border-opacity));
}

.hover\:border-trueGray-50:hover {
  --tw-border-opacity: 1;
  border-color: rgba(250, 250, 250, var(--tw-border-opacity));
}

.hover\:border-trueGray-100:hover {
  --tw-border-opacity: 1;
  border-color: rgba(245, 245, 245, var(--tw-border-opacity));
}

.hover\:border-trueGray-200:hover {
  --tw-border-opacity: 1;
  border-color: rgba(229, 229, 229, var(--tw-border-opacity));
}

.hover\:border-trueGray-300:hover {
  --tw-border-opacity: 1;
  border-color: rgba(212, 212, 212, var(--tw-border-opacity));
}

.hover\:border-trueGray-400:hover {
  --tw-border-opacity: 1;
  border-color: rgba(163, 163, 163, var(--tw-border-opacity));
}

.hover\:border-trueGray-500:hover {
  --tw-border-opacity: 1;
  border-color: rgba(115, 115, 115, var(--tw-border-opacity));
}

.hover\:border-trueGray-600:hover {
  --tw-border-opacity: 1;
  border-color: rgba(82, 82, 82, var(--tw-border-opacity));
}

.hover\:border-trueGray-700:hover {
  --tw-border-opacity: 1;
  border-color: rgba(64, 64, 64, var(--tw-border-opacity));
}

.hover\:border-trueGray-800:hover {
  --tw-border-opacity: 1;
  border-color: rgba(38, 38, 38, var(--tw-border-opacity));
}

.hover\:border-trueGray-900:hover {
  --tw-border-opacity: 1;
  border-color: rgba(23, 23, 23, var(--tw-border-opacity));
}

.hover\:border-gray-50:hover {
  --tw-border-opacity: 1;
  border-color: rgba(250, 250, 250, var(--tw-border-opacity));
}

.hover\:border-gray-100:hover {
  --tw-border-opacity: 1;
  border-color: rgba(244, 244, 245, var(--tw-border-opacity));
}

.hover\:border-gray-200:hover {
  --tw-border-opacity: 1;
  border-color: rgba(228, 228, 231, var(--tw-border-opacity));
}

.hover\:border-gray-300:hover {
  --tw-border-opacity: 1;
  border-color: rgba(212, 212, 216, var(--tw-border-opacity));
}

.hover\:border-gray-400:hover {
  --tw-border-opacity: 1;
  border-color: rgba(161, 161, 170, var(--tw-border-opacity));
}

.hover\:border-gray-500:hover {
  --tw-border-opacity: 1;
  border-color: rgba(113, 113, 122, var(--tw-border-opacity));
}

.hover\:border-gray-600:hover {
  --tw-border-opacity: 1;
  border-color: rgba(82, 82, 91, var(--tw-border-opacity));
}

.hover\:border-gray-700:hover {
  --tw-border-opacity: 1;
  border-color: rgba(63, 63, 70, var(--tw-border-opacity));
}

.hover\:border-gray-800:hover {
  --tw-border-opacity: 1;
  border-color: rgba(39, 39, 42, var(--tw-border-opacity));
}

.hover\:border-gray-900:hover {
  --tw-border-opacity: 1;
  border-color: rgba(24, 24, 27, var(--tw-border-opacity));
}

.hover\:border-coolGray-50:hover {
  --tw-border-opacity: 1;
  border-color: rgba(249, 250, 251, var(--tw-border-opacity));
}

.hover\:border-coolGray-100:hover {
  --tw-border-opacity: 1;
  border-color: rgba(243, 244, 246, var(--tw-border-opacity));
}

.hover\:border-coolGray-200:hover {
  --tw-border-opacity: 1;
  border-color: rgba(229, 231, 235, var(--tw-border-opacity));
}

.hover\:border-coolGray-300:hover {
  --tw-border-opacity: 1;
  border-color: rgba(209, 213, 219, var(--tw-border-opacity));
}

.hover\:border-coolGray-400:hover {
  --tw-border-opacity: 1;
  border-color: rgba(156, 163, 175, var(--tw-border-opacity));
}

.hover\:border-coolGray-500:hover {
  --tw-border-opacity: 1;
  border-color: rgba(107, 114, 128, var(--tw-border-opacity));
}

.hover\:border-coolGray-600:hover {
  --tw-border-opacity: 1;
  border-color: rgba(75, 85, 99, var(--tw-border-opacity));
}

.hover\:border-coolGray-700:hover {
  --tw-border-opacity: 1;
  border-color: rgba(55, 65, 81, var(--tw-border-opacity));
}

.hover\:border-coolGray-800:hover {
  --tw-border-opacity: 1;
  border-color: rgba(31, 41, 55, var(--tw-border-opacity));
}

.hover\:border-coolGray-900:hover {
  --tw-border-opacity: 1;
  border-color: rgba(17, 24, 39, var(--tw-border-opacity));
}

.hover\:border-blueGray-50:hover {
  --tw-border-opacity: 1;
  border-color: rgba(248, 250, 252, var(--tw-border-opacity));
}

.hover\:border-blueGray-100:hover {
  --tw-border-opacity: 1;
  border-color: rgba(241, 245, 249, var(--tw-border-opacity));
}

.hover\:border-blueGray-200:hover {
  --tw-border-opacity: 1;
  border-color: rgba(226, 232, 240, var(--tw-border-opacity));
}

.hover\:border-blueGray-300:hover {
  --tw-border-opacity: 1;
  border-color: rgba(203, 213, 225, var(--tw-border-opacity));
}

.hover\:border-blueGray-400:hover {
  --tw-border-opacity: 1;
  border-color: rgba(148, 163, 184, var(--tw-border-opacity));
}

.hover\:border-blueGray-500:hover {
  --tw-border-opacity: 1;
  border-color: rgba(100, 116, 139, var(--tw-border-opacity));
}

.hover\:border-blueGray-600:hover {
  --tw-border-opacity: 1;
  border-color: rgba(71, 85, 105, var(--tw-border-opacity));
}

.hover\:border-blueGray-700:hover {
  --tw-border-opacity: 1;
  border-color: rgba(51, 65, 85, var(--tw-border-opacity));
}

.hover\:border-blueGray-800:hover {
  --tw-border-opacity: 1;
  border-color: rgba(30, 41, 59, var(--tw-border-opacity));
}

.hover\:border-blueGray-900:hover {
  --tw-border-opacity: 1;
  border-color: rgba(15, 23, 42, var(--tw-border-opacity));
}

.active\:border-current:active {
  border-color: currentColor;
}

.active\:border-transparent:active {
  border-color: transparent;
}

.active\:border-falcon:active {
  border-color: var(--falcon);
}

.active\:border-basement:active {
  border-color: var(--basement);
}

.active\:border-blue-50:active {
  --tw-border-opacity: 1;
  border-color: rgba(239, 246, 255, var(--tw-border-opacity));
}

.active\:border-blue-100:active {
  --tw-border-opacity: 1;
  border-color: rgba(219, 234, 254, var(--tw-border-opacity));
}

.active\:border-blue-200:active {
  --tw-border-opacity: 1;
  border-color: rgba(191, 219, 254, var(--tw-border-opacity));
}

.active\:border-blue-300:active {
  --tw-border-opacity: 1;
  border-color: rgba(147, 197, 253, var(--tw-border-opacity));
}

.active\:border-blue-400:active {
  --tw-border-opacity: 1;
  border-color: rgba(96, 165, 250, var(--tw-border-opacity));
}

.active\:border-blue-500:active {
  --tw-border-opacity: 1;
  border-color: rgba(59, 130, 246, var(--tw-border-opacity));
}

.active\:border-blue-600:active {
  --tw-border-opacity: 1;
  border-color: rgba(37, 99, 235, var(--tw-border-opacity));
}

.active\:border-blue-700:active {
  --tw-border-opacity: 1;
  border-color: rgba(29, 78, 216, var(--tw-border-opacity));
}

.active\:border-blue-800:active {
  --tw-border-opacity: 1;
  border-color: rgba(30, 64, 175, var(--tw-border-opacity));
}

.active\:border-blue-900:active {
  --tw-border-opacity: 1;
  border-color: rgba(30, 58, 138, var(--tw-border-opacity));
}

.active\:border-body-and-labels:active {
  border-color: var(--body-and-labels);
}

.active\:border-brand:active {
  border-color: var(--brand);
}

.active\:border-code-base-64:active {
  border-color: var(--code-base-64);
}

.active\:border-code-bg:active {
  border-color: var(--code-bg);
}

.active\:border-code-outline:active {
  border-color: var(--code-outline);
}

.active\:border-code-text:active {
  border-color: var(--code-text);
}

.active\:border-critical:active {
  border-color: var(--critical);
}

.active\:border-destructive-hover:active {
  border-color: var(--destructive-hover);
}

.active\:border-destructive-idle:active {
  border-color: var(--destructive-idle);
}

.active\:border-destructive-pressed:active {
  border-color: var(--destructive-pressed);
}

.active\:border-disabled:active {
  border-color: var(--disabled);
}

.active\:border-disc-operations:active {
  border-color: var(--disc-operations);
}

.active\:border-dns-requests:active {
  border-color: var(--dns-requests);
}

.active\:border-focus:active {
  border-color: var(--focus);
}

.active\:border-graph-1:active {
  border-color: var(--graph-1);
}

.active\:border-graph-10:active {
  border-color: var(--graph-10);
}

.active\:border-graph-11:active {
  border-color: var(--graph-11);
}

.active\:border-graph-2:active {
  border-color: var(--graph-2);
}

.active\:border-graph-3:active {
  border-color: var(--graph-3);
}

.active\:border-graph-4:active {
  border-color: var(--graph-4);
}

.active\:border-graph-5:active {
  border-color: var(--graph-5);
}

.active\:border-graph-6:active {
  border-color: var(--graph-6);
}

.active\:border-graph-7:active {
  border-color: var(--graph-7);
}

.active\:border-graph-8:active {
  border-color: var(--graph-8);
}

.active\:border-graph-9:active {
  border-color: var(--graph-9);
}

.active\:border-graph-disabled:active {
  border-color: var(--graph-disabled);
}

.active\:border-ground-floor:active {
  border-color: var(--ground-floor);
}

.active\:border-high:active {
  border-color: var(--high);
}

.active\:border-informational:active {
  border-color: var(--informational);
}

.active\:border-lines-dark:active {
  border-color: var(--lines-dark);
}

.active\:border-lines-light:active {
  border-color: var(--lines-light);
}

.active\:border-low:active {
  border-color: var(--low);
}

.active\:border-medium:active {
  border-color: var(--medium);
}

.active\:border-mezzanine:active {
  border-color: var(--mezzanine);
}

.active\:border-nav-text-and-icons:active {
  border-color: var(--nav-text-and-icons);
}

.active\:border-nav-text-secondary:active {
  border-color: var(--nav-text-secondary);
}

.active\:border-network-operations:active {
  border-color: var(--network-operations);
}

.active\:border-normal-hover:active {
  border-color: var(--normal-hover);
}

.active\:border-normal-idle:active {
  border-color: var(--normal-idle);
}

.active\:border-normal-pressed:active {
  border-color: var(--normal-pressed);
}

.active\:border-overlay-0\.5:active {
  border-color: var(--overlay-0\.5);
}

.active\:border-overlay-1:active {
  border-color: var(--overlay-1);
}

.active\:border-overlay-2:active {
  border-color: var(--overlay-2);
}

.active\:border-positive:active {
  border-color: var(--positive);
}

.active\:border-primary-hover:active {
  border-color: var(--primary-hover);
}

.active\:border-primary-idle:active {
  border-color: var(--primary-idle);
}

.active\:border-primary-pressed:active {
  border-color: var(--primary-pressed);
}

.active\:border-process-operations:active {
  border-color: var(--process-operations);
}

.active\:border-purple-50:active {
  --tw-border-opacity: 1;
  border-color: rgba(250, 245, 255, var(--tw-border-opacity));
}

.active\:border-purple-100:active {
  --tw-border-opacity: 1;
  border-color: rgba(243, 232, 255, var(--tw-border-opacity));
}

.active\:border-purple-200:active {
  --tw-border-opacity: 1;
  border-color: rgba(233, 213, 255, var(--tw-border-opacity));
}

.active\:border-purple-300:active {
  --tw-border-opacity: 1;
  border-color: rgba(216, 180, 254, var(--tw-border-opacity));
}

.active\:border-purple-400:active {
  --tw-border-opacity: 1;
  border-color: rgba(192, 132, 252, var(--tw-border-opacity));
}

.active\:border-purple-500:active {
  --tw-border-opacity: 1;
  border-color: rgba(168, 85, 247, var(--tw-border-opacity));
}

.active\:border-purple-600:active {
  --tw-border-opacity: 1;
  border-color: rgba(147, 51, 234, var(--tw-border-opacity));
}

.active\:border-purple-700:active {
  --tw-border-opacity: 1;
  border-color: rgba(126, 34, 206, var(--tw-border-opacity));
}

.active\:border-purple-800:active {
  --tw-border-opacity: 1;
  border-color: rgba(107, 33, 168, var(--tw-border-opacity));
}

.active\:border-purple-900:active {
  --tw-border-opacity: 1;
  border-color: rgba(88, 28, 135, var(--tw-border-opacity));
}

.active\:border-registry-operations:active {
  border-color: var(--registry-operations);
}

.active\:border-selected:active {
  border-color: var(--selected);
}

.active\:border-surface-2xl:active {
  border-color: var(--surface-2xl);
}

.active\:border-surface-base:active {
  border-color: var(--surface-base);
}

.active\:border-surface-inner:active {
  border-color: var(--surface-inner);
}

.active\:border-surface-lg:active {
  border-color: var(--surface-lg);
}

.active\:border-surface-md:active {
  border-color: var(--surface-md);
}

.active\:border-surface-xl:active {
  border-color: var(--surface-xl);
}

.active\:border-text-and-icons:active {
  border-color: var(--text-and-icons);
}

.active\:border-titles-and-attributes:active {
  border-color: var(--titles-and-attributes);
}

.active\:border-black:active {
  --tw-border-opacity: 1;
  border-color: rgba(0, 0, 0, var(--tw-border-opacity));
}

.active\:border-white:active {
  --tw-border-opacity: 1;
  border-color: rgba(255, 255, 255, var(--tw-border-opacity));
}

.active\:border-rose-50:active {
  --tw-border-opacity: 1;
  border-color: rgba(255, 241, 242, var(--tw-border-opacity));
}

.active\:border-rose-100:active {
  --tw-border-opacity: 1;
  border-color: rgba(255, 228, 230, var(--tw-border-opacity));
}

.active\:border-rose-200:active {
  --tw-border-opacity: 1;
  border-color: rgba(254, 205, 211, var(--tw-border-opacity));
}

.active\:border-rose-300:active {
  --tw-border-opacity: 1;
  border-color: rgba(253, 164, 175, var(--tw-border-opacity));
}

.active\:border-rose-400:active {
  --tw-border-opacity: 1;
  border-color: rgba(251, 113, 133, var(--tw-border-opacity));
}

.active\:border-rose-500:active {
  --tw-border-opacity: 1;
  border-color: rgba(244, 63, 94, var(--tw-border-opacity));
}

.active\:border-rose-600:active {
  --tw-border-opacity: 1;
  border-color: rgba(225, 29, 72, var(--tw-border-opacity));
}

.active\:border-rose-700:active {
  --tw-border-opacity: 1;
  border-color: rgba(190, 18, 60, var(--tw-border-opacity));
}

.active\:border-rose-800:active {
  --tw-border-opacity: 1;
  border-color: rgba(159, 18, 57, var(--tw-border-opacity));
}

.active\:border-rose-900:active {
  --tw-border-opacity: 1;
  border-color: rgba(136, 19, 55, var(--tw-border-opacity));
}

.active\:border-pink-50:active {
  --tw-border-opacity: 1;
  border-color: rgba(253, 242, 248, var(--tw-border-opacity));
}

.active\:border-pink-100:active {
  --tw-border-opacity: 1;
  border-color: rgba(252, 231, 243, var(--tw-border-opacity));
}

.active\:border-pink-200:active {
  --tw-border-opacity: 1;
  border-color: rgba(251, 207, 232, var(--tw-border-opacity));
}

.active\:border-pink-300:active {
  --tw-border-opacity: 1;
  border-color: rgba(249, 168, 212, var(--tw-border-opacity));
}

.active\:border-pink-400:active {
  --tw-border-opacity: 1;
  border-color: rgba(244, 114, 182, var(--tw-border-opacity));
}

.active\:border-pink-500:active {
  --tw-border-opacity: 1;
  border-color: rgba(236, 72, 153, var(--tw-border-opacity));
}

.active\:border-pink-600:active {
  --tw-border-opacity: 1;
  border-color: rgba(219, 39, 119, var(--tw-border-opacity));
}

.active\:border-pink-700:active {
  --tw-border-opacity: 1;
  border-color: rgba(190, 24, 93, var(--tw-border-opacity));
}

.active\:border-pink-800:active {
  --tw-border-opacity: 1;
  border-color: rgba(157, 23, 77, var(--tw-border-opacity));
}

.active\:border-pink-900:active {
  --tw-border-opacity: 1;
  border-color: rgba(131, 24, 67, var(--tw-border-opacity));
}

.active\:border-fuchsia-50:active {
  --tw-border-opacity: 1;
  border-color: rgba(253, 244, 255, var(--tw-border-opacity));
}

.active\:border-fuchsia-100:active {
  --tw-border-opacity: 1;
  border-color: rgba(250, 232, 255, var(--tw-border-opacity));
}

.active\:border-fuchsia-200:active {
  --tw-border-opacity: 1;
  border-color: rgba(245, 208, 254, var(--tw-border-opacity));
}

.active\:border-fuchsia-300:active {
  --tw-border-opacity: 1;
  border-color: rgba(240, 171, 252, var(--tw-border-opacity));
}

.active\:border-fuchsia-400:active {
  --tw-border-opacity: 1;
  border-color: rgba(232, 121, 249, var(--tw-border-opacity));
}

.active\:border-fuchsia-500:active {
  --tw-border-opacity: 1;
  border-color: rgba(217, 70, 239, var(--tw-border-opacity));
}

.active\:border-fuchsia-600:active {
  --tw-border-opacity: 1;
  border-color: rgba(192, 38, 211, var(--tw-border-opacity));
}

.active\:border-fuchsia-700:active {
  --tw-border-opacity: 1;
  border-color: rgba(162, 28, 175, var(--tw-border-opacity));
}

.active\:border-fuchsia-800:active {
  --tw-border-opacity: 1;
  border-color: rgba(134, 25, 143, var(--tw-border-opacity));
}

.active\:border-fuchsia-900:active {
  --tw-border-opacity: 1;
  border-color: rgba(112, 26, 117, var(--tw-border-opacity));
}

.active\:border-violet-50:active {
  --tw-border-opacity: 1;
  border-color: rgba(245, 243, 255, var(--tw-border-opacity));
}

.active\:border-violet-100:active {
  --tw-border-opacity: 1;
  border-color: rgba(237, 233, 254, var(--tw-border-opacity));
}

.active\:border-violet-200:active {
  --tw-border-opacity: 1;
  border-color: rgba(221, 214, 254, var(--tw-border-opacity));
}

.active\:border-violet-300:active {
  --tw-border-opacity: 1;
  border-color: rgba(196, 181, 253, var(--tw-border-opacity));
}

.active\:border-violet-400:active {
  --tw-border-opacity: 1;
  border-color: rgba(167, 139, 250, var(--tw-border-opacity));
}

.active\:border-violet-500:active {
  --tw-border-opacity: 1;
  border-color: rgba(139, 92, 246, var(--tw-border-opacity));
}

.active\:border-violet-600:active {
  --tw-border-opacity: 1;
  border-color: rgba(124, 58, 237, var(--tw-border-opacity));
}

.active\:border-violet-700:active {
  --tw-border-opacity: 1;
  border-color: rgba(109, 40, 217, var(--tw-border-opacity));
}

.active\:border-violet-800:active {
  --tw-border-opacity: 1;
  border-color: rgba(91, 33, 182, var(--tw-border-opacity));
}

.active\:border-violet-900:active {
  --tw-border-opacity: 1;
  border-color: rgba(76, 29, 149, var(--tw-border-opacity));
}

.active\:border-indigo-50:active {
  --tw-border-opacity: 1;
  border-color: rgba(238, 242, 255, var(--tw-border-opacity));
}

.active\:border-indigo-100:active {
  --tw-border-opacity: 1;
  border-color: rgba(224, 231, 255, var(--tw-border-opacity));
}

.active\:border-indigo-200:active {
  --tw-border-opacity: 1;
  border-color: rgba(199, 210, 254, var(--tw-border-opacity));
}

.active\:border-indigo-300:active {
  --tw-border-opacity: 1;
  border-color: rgba(165, 180, 252, var(--tw-border-opacity));
}

.active\:border-indigo-400:active {
  --tw-border-opacity: 1;
  border-color: rgba(129, 140, 248, var(--tw-border-opacity));
}

.active\:border-indigo-500:active {
  --tw-border-opacity: 1;
  border-color: rgba(99, 102, 241, var(--tw-border-opacity));
}

.active\:border-indigo-600:active {
  --tw-border-opacity: 1;
  border-color: rgba(79, 70, 229, var(--tw-border-opacity));
}

.active\:border-indigo-700:active {
  --tw-border-opacity: 1;
  border-color: rgba(67, 56, 202, var(--tw-border-opacity));
}

.active\:border-indigo-800:active {
  --tw-border-opacity: 1;
  border-color: rgba(55, 48, 163, var(--tw-border-opacity));
}

.active\:border-indigo-900:active {
  --tw-border-opacity: 1;
  border-color: rgba(49, 46, 129, var(--tw-border-opacity));
}

.active\:border-lightBlue-50:active {
  --tw-border-opacity: 1;
  border-color: rgba(240, 249, 255, var(--tw-border-opacity));
}

.active\:border-lightBlue-100:active {
  --tw-border-opacity: 1;
  border-color: rgba(224, 242, 254, var(--tw-border-opacity));
}

.active\:border-lightBlue-200:active {
  --tw-border-opacity: 1;
  border-color: rgba(186, 230, 253, var(--tw-border-opacity));
}

.active\:border-lightBlue-300:active {
  --tw-border-opacity: 1;
  border-color: rgba(125, 211, 252, var(--tw-border-opacity));
}

.active\:border-lightBlue-400:active {
  --tw-border-opacity: 1;
  border-color: rgba(56, 189, 248, var(--tw-border-opacity));
}

.active\:border-lightBlue-500:active {
  --tw-border-opacity: 1;
  border-color: rgba(14, 165, 233, var(--tw-border-opacity));
}

.active\:border-lightBlue-600:active {
  --tw-border-opacity: 1;
  border-color: rgba(2, 132, 199, var(--tw-border-opacity));
}

.active\:border-lightBlue-700:active {
  --tw-border-opacity: 1;
  border-color: rgba(3, 105, 161, var(--tw-border-opacity));
}

.active\:border-lightBlue-800:active {
  --tw-border-opacity: 1;
  border-color: rgba(7, 89, 133, var(--tw-border-opacity));
}

.active\:border-lightBlue-900:active {
  --tw-border-opacity: 1;
  border-color: rgba(12, 74, 110, var(--tw-border-opacity));
}

.active\:border-cyan-50:active {
  --tw-border-opacity: 1;
  border-color: rgba(236, 254, 255, var(--tw-border-opacity));
}

.active\:border-cyan-100:active {
  --tw-border-opacity: 1;
  border-color: rgba(207, 250, 254, var(--tw-border-opacity));
}

.active\:border-cyan-200:active {
  --tw-border-opacity: 1;
  border-color: rgba(165, 243, 252, var(--tw-border-opacity));
}

.active\:border-cyan-300:active {
  --tw-border-opacity: 1;
  border-color: rgba(103, 232, 249, var(--tw-border-opacity));
}

.active\:border-cyan-400:active {
  --tw-border-opacity: 1;
  border-color: rgba(34, 211, 238, var(--tw-border-opacity));
}

.active\:border-cyan-500:active {
  --tw-border-opacity: 1;
  border-color: rgba(6, 182, 212, var(--tw-border-opacity));
}

.active\:border-cyan-600:active {
  --tw-border-opacity: 1;
  border-color: rgba(8, 145, 178, var(--tw-border-opacity));
}

.active\:border-cyan-700:active {
  --tw-border-opacity: 1;
  border-color: rgba(14, 116, 144, var(--tw-border-opacity));
}

.active\:border-cyan-800:active {
  --tw-border-opacity: 1;
  border-color: rgba(21, 94, 117, var(--tw-border-opacity));
}

.active\:border-cyan-900:active {
  --tw-border-opacity: 1;
  border-color: rgba(22, 78, 99, var(--tw-border-opacity));
}

.active\:border-teal-50:active {
  --tw-border-opacity: 1;
  border-color: rgba(240, 253, 250, var(--tw-border-opacity));
}

.active\:border-teal-100:active {
  --tw-border-opacity: 1;
  border-color: rgba(204, 251, 241, var(--tw-border-opacity));
}

.active\:border-teal-200:active {
  --tw-border-opacity: 1;
  border-color: rgba(153, 246, 228, var(--tw-border-opacity));
}

.active\:border-teal-300:active {
  --tw-border-opacity: 1;
  border-color: rgba(94, 234, 212, var(--tw-border-opacity));
}

.active\:border-teal-400:active {
  --tw-border-opacity: 1;
  border-color: rgba(45, 212, 191, var(--tw-border-opacity));
}

.active\:border-teal-500:active {
  --tw-border-opacity: 1;
  border-color: rgba(20, 184, 166, var(--tw-border-opacity));
}

.active\:border-teal-600:active {
  --tw-border-opacity: 1;
  border-color: rgba(13, 148, 136, var(--tw-border-opacity));
}

.active\:border-teal-700:active {
  --tw-border-opacity: 1;
  border-color: rgba(15, 118, 110, var(--tw-border-opacity));
}

.active\:border-teal-800:active {
  --tw-border-opacity: 1;
  border-color: rgba(17, 94, 89, var(--tw-border-opacity));
}

.active\:border-teal-900:active {
  --tw-border-opacity: 1;
  border-color: rgba(19, 78, 74, var(--tw-border-opacity));
}

.active\:border-emerald-50:active {
  --tw-border-opacity: 1;
  border-color: rgba(236, 253, 245, var(--tw-border-opacity));
}

.active\:border-emerald-100:active {
  --tw-border-opacity: 1;
  border-color: rgba(209, 250, 229, var(--tw-border-opacity));
}

.active\:border-emerald-200:active {
  --tw-border-opacity: 1;
  border-color: rgba(167, 243, 208, var(--tw-border-opacity));
}

.active\:border-emerald-300:active {
  --tw-border-opacity: 1;
  border-color: rgba(110, 231, 183, var(--tw-border-opacity));
}

.active\:border-emerald-400:active {
  --tw-border-opacity: 1;
  border-color: rgba(52, 211, 153, var(--tw-border-opacity));
}

.active\:border-emerald-500:active {
  --tw-border-opacity: 1;
  border-color: rgba(16, 185, 129, var(--tw-border-opacity));
}

.active\:border-emerald-600:active {
  --tw-border-opacity: 1;
  border-color: rgba(5, 150, 105, var(--tw-border-opacity));
}

.active\:border-emerald-700:active {
  --tw-border-opacity: 1;
  border-color: rgba(4, 120, 87, var(--tw-border-opacity));
}

.active\:border-emerald-800:active {
  --tw-border-opacity: 1;
  border-color: rgba(6, 95, 70, var(--tw-border-opacity));
}

.active\:border-emerald-900:active {
  --tw-border-opacity: 1;
  border-color: rgba(6, 78, 59, var(--tw-border-opacity));
}

.active\:border-green-50:active {
  --tw-border-opacity: 1;
  border-color: rgba(240, 253, 244, var(--tw-border-opacity));
}

.active\:border-green-100:active {
  --tw-border-opacity: 1;
  border-color: rgba(220, 252, 231, var(--tw-border-opacity));
}

.active\:border-green-200:active {
  --tw-border-opacity: 1;
  border-color: rgba(187, 247, 208, var(--tw-border-opacity));
}

.active\:border-green-300:active {
  --tw-border-opacity: 1;
  border-color: rgba(134, 239, 172, var(--tw-border-opacity));
}

.active\:border-green-400:active {
  --tw-border-opacity: 1;
  border-color: rgba(74, 222, 128, var(--tw-border-opacity));
}

.active\:border-green-500:active {
  --tw-border-opacity: 1;
  border-color: rgba(34, 197, 94, var(--tw-border-opacity));
}

.active\:border-green-600:active {
  --tw-border-opacity: 1;
  border-color: rgba(22, 163, 74, var(--tw-border-opacity));
}

.active\:border-green-700:active {
  --tw-border-opacity: 1;
  border-color: rgba(21, 128, 61, var(--tw-border-opacity));
}

.active\:border-green-800:active {
  --tw-border-opacity: 1;
  border-color: rgba(22, 101, 52, var(--tw-border-opacity));
}

.active\:border-green-900:active {
  --tw-border-opacity: 1;
  border-color: rgba(20, 83, 45, var(--tw-border-opacity));
}

.active\:border-lime-50:active {
  --tw-border-opacity: 1;
  border-color: rgba(247, 254, 231, var(--tw-border-opacity));
}

.active\:border-lime-100:active {
  --tw-border-opacity: 1;
  border-color: rgba(236, 252, 203, var(--tw-border-opacity));
}

.active\:border-lime-200:active {
  --tw-border-opacity: 1;
  border-color: rgba(217, 249, 157, var(--tw-border-opacity));
}

.active\:border-lime-300:active {
  --tw-border-opacity: 1;
  border-color: rgba(190, 242, 100, var(--tw-border-opacity));
}

.active\:border-lime-400:active {
  --tw-border-opacity: 1;
  border-color: rgba(163, 230, 53, var(--tw-border-opacity));
}

.active\:border-lime-500:active {
  --tw-border-opacity: 1;
  border-color: rgba(132, 204, 22, var(--tw-border-opacity));
}

.active\:border-lime-600:active {
  --tw-border-opacity: 1;
  border-color: rgba(101, 163, 13, var(--tw-border-opacity));
}

.active\:border-lime-700:active {
  --tw-border-opacity: 1;
  border-color: rgba(77, 124, 15, var(--tw-border-opacity));
}

.active\:border-lime-800:active {
  --tw-border-opacity: 1;
  border-color: rgba(63, 98, 18, var(--tw-border-opacity));
}

.active\:border-lime-900:active {
  --tw-border-opacity: 1;
  border-color: rgba(54, 83, 20, var(--tw-border-opacity));
}

.active\:border-yellow-50:active {
  --tw-border-opacity: 1;
  border-color: rgba(254, 252, 232, var(--tw-border-opacity));
}

.active\:border-yellow-100:active {
  --tw-border-opacity: 1;
  border-color: rgba(254, 249, 195, var(--tw-border-opacity));
}

.active\:border-yellow-200:active {
  --tw-border-opacity: 1;
  border-color: rgba(254, 240, 138, var(--tw-border-opacity));
}

.active\:border-yellow-300:active {
  --tw-border-opacity: 1;
  border-color: rgba(253, 224, 71, var(--tw-border-opacity));
}

.active\:border-yellow-400:active {
  --tw-border-opacity: 1;
  border-color: rgba(250, 204, 21, var(--tw-border-opacity));
}

.active\:border-yellow-500:active {
  --tw-border-opacity: 1;
  border-color: rgba(234, 179, 8, var(--tw-border-opacity));
}

.active\:border-yellow-600:active {
  --tw-border-opacity: 1;
  border-color: rgba(202, 138, 4, var(--tw-border-opacity));
}

.active\:border-yellow-700:active {
  --tw-border-opacity: 1;
  border-color: rgba(161, 98, 7, var(--tw-border-opacity));
}

.active\:border-yellow-800:active {
  --tw-border-opacity: 1;
  border-color: rgba(133, 77, 14, var(--tw-border-opacity));
}

.active\:border-yellow-900:active {
  --tw-border-opacity: 1;
  border-color: rgba(113, 63, 18, var(--tw-border-opacity));
}

.active\:border-amber-50:active {
  --tw-border-opacity: 1;
  border-color: rgba(255, 251, 235, var(--tw-border-opacity));
}

.active\:border-amber-100:active {
  --tw-border-opacity: 1;
  border-color: rgba(254, 243, 199, var(--tw-border-opacity));
}

.active\:border-amber-200:active {
  --tw-border-opacity: 1;
  border-color: rgba(253, 230, 138, var(--tw-border-opacity));
}

.active\:border-amber-300:active {
  --tw-border-opacity: 1;
  border-color: rgba(252, 211, 77, var(--tw-border-opacity));
}

.active\:border-amber-400:active {
  --tw-border-opacity: 1;
  border-color: rgba(251, 191, 36, var(--tw-border-opacity));
}

.active\:border-amber-500:active {
  --tw-border-opacity: 1;
  border-color: rgba(245, 158, 11, var(--tw-border-opacity));
}

.active\:border-amber-600:active {
  --tw-border-opacity: 1;
  border-color: rgba(217, 119, 6, var(--tw-border-opacity));
}

.active\:border-amber-700:active {
  --tw-border-opacity: 1;
  border-color: rgba(180, 83, 9, var(--tw-border-opacity));
}

.active\:border-amber-800:active {
  --tw-border-opacity: 1;
  border-color: rgba(146, 64, 14, var(--tw-border-opacity));
}

.active\:border-amber-900:active {
  --tw-border-opacity: 1;
  border-color: rgba(120, 53, 15, var(--tw-border-opacity));
}

.active\:border-orange-50:active {
  --tw-border-opacity: 1;
  border-color: rgba(255, 247, 237, var(--tw-border-opacity));
}

.active\:border-orange-100:active {
  --tw-border-opacity: 1;
  border-color: rgba(255, 237, 213, var(--tw-border-opacity));
}

.active\:border-orange-200:active {
  --tw-border-opacity: 1;
  border-color: rgba(254, 215, 170, var(--tw-border-opacity));
}

.active\:border-orange-300:active {
  --tw-border-opacity: 1;
  border-color: rgba(253, 186, 116, var(--tw-border-opacity));
}

.active\:border-orange-400:active {
  --tw-border-opacity: 1;
  border-color: rgba(251, 146, 60, var(--tw-border-opacity));
}

.active\:border-orange-500:active {
  --tw-border-opacity: 1;
  border-color: rgba(249, 115, 22, var(--tw-border-opacity));
}

.active\:border-orange-600:active {
  --tw-border-opacity: 1;
  border-color: rgba(234, 88, 12, var(--tw-border-opacity));
}

.active\:border-orange-700:active {
  --tw-border-opacity: 1;
  border-color: rgba(194, 65, 12, var(--tw-border-opacity));
}

.active\:border-orange-800:active {
  --tw-border-opacity: 1;
  border-color: rgba(154, 52, 18, var(--tw-border-opacity));
}

.active\:border-orange-900:active {
  --tw-border-opacity: 1;
  border-color: rgba(124, 45, 18, var(--tw-border-opacity));
}

.active\:border-red-50:active {
  --tw-border-opacity: 1;
  border-color: rgba(254, 242, 242, var(--tw-border-opacity));
}

.active\:border-red-100:active {
  --tw-border-opacity: 1;
  border-color: rgba(254, 226, 226, var(--tw-border-opacity));
}

.active\:border-red-200:active {
  --tw-border-opacity: 1;
  border-color: rgba(254, 202, 202, var(--tw-border-opacity));
}

.active\:border-red-300:active {
  --tw-border-opacity: 1;
  border-color: rgba(252, 165, 165, var(--tw-border-opacity));
}

.active\:border-red-400:active {
  --tw-border-opacity: 1;
  border-color: rgba(248, 113, 113, var(--tw-border-opacity));
}

.active\:border-red-500:active {
  --tw-border-opacity: 1;
  border-color: rgba(239, 68, 68, var(--tw-border-opacity));
}

.active\:border-red-600:active {
  --tw-border-opacity: 1;
  border-color: rgba(220, 38, 38, var(--tw-border-opacity));
}

.active\:border-red-700:active {
  --tw-border-opacity: 1;
  border-color: rgba(185, 28, 28, var(--tw-border-opacity));
}

.active\:border-red-800:active {
  --tw-border-opacity: 1;
  border-color: rgba(153, 27, 27, var(--tw-border-opacity));
}

.active\:border-red-900:active {
  --tw-border-opacity: 1;
  border-color: rgba(127, 29, 29, var(--tw-border-opacity));
}

.active\:border-warmGray-50:active {
  --tw-border-opacity: 1;
  border-color: rgba(250, 250, 249, var(--tw-border-opacity));
}

.active\:border-warmGray-100:active {
  --tw-border-opacity: 1;
  border-color: rgba(245, 245, 244, var(--tw-border-opacity));
}

.active\:border-warmGray-200:active {
  --tw-border-opacity: 1;
  border-color: rgba(231, 229, 228, var(--tw-border-opacity));
}

.active\:border-warmGray-300:active {
  --tw-border-opacity: 1;
  border-color: rgba(214, 211, 209, var(--tw-border-opacity));
}

.active\:border-warmGray-400:active {
  --tw-border-opacity: 1;
  border-color: rgba(168, 162, 158, var(--tw-border-opacity));
}

.active\:border-warmGray-500:active {
  --tw-border-opacity: 1;
  border-color: rgba(120, 113, 108, var(--tw-border-opacity));
}

.active\:border-warmGray-600:active {
  --tw-border-opacity: 1;
  border-color: rgba(87, 83, 78, var(--tw-border-opacity));
}

.active\:border-warmGray-700:active {
  --tw-border-opacity: 1;
  border-color: rgba(68, 64, 60, var(--tw-border-opacity));
}

.active\:border-warmGray-800:active {
  --tw-border-opacity: 1;
  border-color: rgba(41, 37, 36, var(--tw-border-opacity));
}

.active\:border-warmGray-900:active {
  --tw-border-opacity: 1;
  border-color: rgba(28, 25, 23, var(--tw-border-opacity));
}

.active\:border-trueGray-50:active {
  --tw-border-opacity: 1;
  border-color: rgba(250, 250, 250, var(--tw-border-opacity));
}

.active\:border-trueGray-100:active {
  --tw-border-opacity: 1;
  border-color: rgba(245, 245, 245, var(--tw-border-opacity));
}

.active\:border-trueGray-200:active {
  --tw-border-opacity: 1;
  border-color: rgba(229, 229, 229, var(--tw-border-opacity));
}

.active\:border-trueGray-300:active {
  --tw-border-opacity: 1;
  border-color: rgba(212, 212, 212, var(--tw-border-opacity));
}

.active\:border-trueGray-400:active {
  --tw-border-opacity: 1;
  border-color: rgba(163, 163, 163, var(--tw-border-opacity));
}

.active\:border-trueGray-500:active {
  --tw-border-opacity: 1;
  border-color: rgba(115, 115, 115, var(--tw-border-opacity));
}

.active\:border-trueGray-600:active {
  --tw-border-opacity: 1;
  border-color: rgba(82, 82, 82, var(--tw-border-opacity));
}

.active\:border-trueGray-700:active {
  --tw-border-opacity: 1;
  border-color: rgba(64, 64, 64, var(--tw-border-opacity));
}

.active\:border-trueGray-800:active {
  --tw-border-opacity: 1;
  border-color: rgba(38, 38, 38, var(--tw-border-opacity));
}

.active\:border-trueGray-900:active {
  --tw-border-opacity: 1;
  border-color: rgba(23, 23, 23, var(--tw-border-opacity));
}

.active\:border-gray-50:active {
  --tw-border-opacity: 1;
  border-color: rgba(250, 250, 250, var(--tw-border-opacity));
}

.active\:border-gray-100:active {
  --tw-border-opacity: 1;
  border-color: rgba(244, 244, 245, var(--tw-border-opacity));
}

.active\:border-gray-200:active {
  --tw-border-opacity: 1;
  border-color: rgba(228, 228, 231, var(--tw-border-opacity));
}

.active\:border-gray-300:active {
  --tw-border-opacity: 1;
  border-color: rgba(212, 212, 216, var(--tw-border-opacity));
}

.active\:border-gray-400:active {
  --tw-border-opacity: 1;
  border-color: rgba(161, 161, 170, var(--tw-border-opacity));
}

.active\:border-gray-500:active {
  --tw-border-opacity: 1;
  border-color: rgba(113, 113, 122, var(--tw-border-opacity));
}

.active\:border-gray-600:active {
  --tw-border-opacity: 1;
  border-color: rgba(82, 82, 91, var(--tw-border-opacity));
}

.active\:border-gray-700:active {
  --tw-border-opacity: 1;
  border-color: rgba(63, 63, 70, var(--tw-border-opacity));
}

.active\:border-gray-800:active {
  --tw-border-opacity: 1;
  border-color: rgba(39, 39, 42, var(--tw-border-opacity));
}

.active\:border-gray-900:active {
  --tw-border-opacity: 1;
  border-color: rgba(24, 24, 27, var(--tw-border-opacity));
}

.active\:border-coolGray-50:active {
  --tw-border-opacity: 1;
  border-color: rgba(249, 250, 251, var(--tw-border-opacity));
}

.active\:border-coolGray-100:active {
  --tw-border-opacity: 1;
  border-color: rgba(243, 244, 246, var(--tw-border-opacity));
}

.active\:border-coolGray-200:active {
  --tw-border-opacity: 1;
  border-color: rgba(229, 231, 235, var(--tw-border-opacity));
}

.active\:border-coolGray-300:active {
  --tw-border-opacity: 1;
  border-color: rgba(209, 213, 219, var(--tw-border-opacity));
}

.active\:border-coolGray-400:active {
  --tw-border-opacity: 1;
  border-color: rgba(156, 163, 175, var(--tw-border-opacity));
}

.active\:border-coolGray-500:active {
  --tw-border-opacity: 1;
  border-color: rgba(107, 114, 128, var(--tw-border-opacity));
}

.active\:border-coolGray-600:active {
  --tw-border-opacity: 1;
  border-color: rgba(75, 85, 99, var(--tw-border-opacity));
}

.active\:border-coolGray-700:active {
  --tw-border-opacity: 1;
  border-color: rgba(55, 65, 81, var(--tw-border-opacity));
}

.active\:border-coolGray-800:active {
  --tw-border-opacity: 1;
  border-color: rgba(31, 41, 55, var(--tw-border-opacity));
}

.active\:border-coolGray-900:active {
  --tw-border-opacity: 1;
  border-color: rgba(17, 24, 39, var(--tw-border-opacity));
}

.active\:border-blueGray-50:active {
  --tw-border-opacity: 1;
  border-color: rgba(248, 250, 252, var(--tw-border-opacity));
}

.active\:border-blueGray-100:active {
  --tw-border-opacity: 1;
  border-color: rgba(241, 245, 249, var(--tw-border-opacity));
}

.active\:border-blueGray-200:active {
  --tw-border-opacity: 1;
  border-color: rgba(226, 232, 240, var(--tw-border-opacity));
}

.active\:border-blueGray-300:active {
  --tw-border-opacity: 1;
  border-color: rgba(203, 213, 225, var(--tw-border-opacity));
}

.active\:border-blueGray-400:active {
  --tw-border-opacity: 1;
  border-color: rgba(148, 163, 184, var(--tw-border-opacity));
}

.active\:border-blueGray-500:active {
  --tw-border-opacity: 1;
  border-color: rgba(100, 116, 139, var(--tw-border-opacity));
}

.active\:border-blueGray-600:active {
  --tw-border-opacity: 1;
  border-color: rgba(71, 85, 105, var(--tw-border-opacity));
}

.active\:border-blueGray-700:active {
  --tw-border-opacity: 1;
  border-color: rgba(51, 65, 85, var(--tw-border-opacity));
}

.active\:border-blueGray-800:active {
  --tw-border-opacity: 1;
  border-color: rgba(30, 41, 59, var(--tw-border-opacity));
}

.active\:border-blueGray-900:active {
  --tw-border-opacity: 1;
  border-color: rgba(15, 23, 42, var(--tw-border-opacity));
}

.border-opacity-0 {
  --tw-border-opacity: 0;
}

.border-opacity-5 {
  --tw-border-opacity: 0.05;
}

.border-opacity-10 {
  --tw-border-opacity: 0.1;
}

.border-opacity-20 {
  --tw-border-opacity: 0.2;
}

.border-opacity-25 {
  --tw-border-opacity: 0.25;
}

.border-opacity-30 {
  --tw-border-opacity: 0.3;
}

.border-opacity-40 {
  --tw-border-opacity: 0.4;
}

.border-opacity-50 {
  --tw-border-opacity: 0.5;
}

.border-opacity-60 {
  --tw-border-opacity: 0.6;
}

.border-opacity-70 {
  --tw-border-opacity: 0.7;
}

.border-opacity-75 {
  --tw-border-opacity: 0.75;
}

.border-opacity-80 {
  --tw-border-opacity: 0.8;
}

.border-opacity-90 {
  --tw-border-opacity: 0.9;
}

.border-opacity-95 {
  --tw-border-opacity: 0.95;
}

.border-opacity-100 {
  --tw-border-opacity: 1;
}

.hover\:border-opacity-0:hover {
  --tw-border-opacity: 0;
}

.hover\:border-opacity-5:hover {
  --tw-border-opacity: 0.05;
}

.hover\:border-opacity-10:hover {
  --tw-border-opacity: 0.1;
}

.hover\:border-opacity-20:hover {
  --tw-border-opacity: 0.2;
}

.hover\:border-opacity-25:hover {
  --tw-border-opacity: 0.25;
}

.hover\:border-opacity-30:hover {
  --tw-border-opacity: 0.3;
}

.hover\:border-opacity-40:hover {
  --tw-border-opacity: 0.4;
}

.hover\:border-opacity-50:hover {
  --tw-border-opacity: 0.5;
}

.hover\:border-opacity-60:hover {
  --tw-border-opacity: 0.6;
}

.hover\:border-opacity-70:hover {
  --tw-border-opacity: 0.7;
}

.hover\:border-opacity-75:hover {
  --tw-border-opacity: 0.75;
}

.hover\:border-opacity-80:hover {
  --tw-border-opacity: 0.8;
}

.hover\:border-opacity-90:hover {
  --tw-border-opacity: 0.9;
}

.hover\:border-opacity-95:hover {
  --tw-border-opacity: 0.95;
}

.hover\:border-opacity-100:hover {
  --tw-border-opacity: 1;
}

.focus\:border-opacity-0:focus {
  --tw-border-opacity: 0;
}

.focus\:border-opacity-5:focus {
  --tw-border-opacity: 0.05;
}

.focus\:border-opacity-10:focus {
  --tw-border-opacity: 0.1;
}

.focus\:border-opacity-20:focus {
  --tw-border-opacity: 0.2;
}

.focus\:border-opacity-25:focus {
  --tw-border-opacity: 0.25;
}

.focus\:border-opacity-30:focus {
  --tw-border-opacity: 0.3;
}

.focus\:border-opacity-40:focus {
  --tw-border-opacity: 0.4;
}

.focus\:border-opacity-50:focus {
  --tw-border-opacity: 0.5;
}

.focus\:border-opacity-60:focus {
  --tw-border-opacity: 0.6;
}

.focus\:border-opacity-70:focus {
  --tw-border-opacity: 0.7;
}

.focus\:border-opacity-75:focus {
  --tw-border-opacity: 0.75;
}

.focus\:border-opacity-80:focus {
  --tw-border-opacity: 0.8;
}

.focus\:border-opacity-90:focus {
  --tw-border-opacity: 0.9;
}

.focus\:border-opacity-95:focus {
  --tw-border-opacity: 0.95;
}

.focus\:border-opacity-100:focus {
  --tw-border-opacity: 1;
}

.bg-current {
  background-color: currentColor;
}

.bg-transparent {
  background-color: transparent;
}

.bg-falcon {
  background-color: var(--falcon);
}

.bg-basement {
  background-color: var(--basement);
}

.bg-blue-50 {
  --tw-bg-opacity: 1;
  background-color: rgba(239, 246, 255, var(--tw-bg-opacity));
}

.bg-blue-100 {
  --tw-bg-opacity: 1;
  background-color: rgba(219, 234, 254, var(--tw-bg-opacity));
}

.bg-blue-200 {
  --tw-bg-opacity: 1;
  background-color: rgba(191, 219, 254, var(--tw-bg-opacity));
}

.bg-blue-300 {
  --tw-bg-opacity: 1;
  background-color: rgba(147, 197, 253, var(--tw-bg-opacity));
}

.bg-blue-400 {
  --tw-bg-opacity: 1;
  background-color: rgba(96, 165, 250, var(--tw-bg-opacity));
}

.bg-blue-500 {
  --tw-bg-opacity: 1;
  background-color: rgba(59, 130, 246, var(--tw-bg-opacity));
}

.bg-blue-600 {
  --tw-bg-opacity: 1;
  background-color: rgba(37, 99, 235, var(--tw-bg-opacity));
}

.bg-blue-700 {
  --tw-bg-opacity: 1;
  background-color: rgba(29, 78, 216, var(--tw-bg-opacity));
}

.bg-blue-800 {
  --tw-bg-opacity: 1;
  background-color: rgba(30, 64, 175, var(--tw-bg-opacity));
}

.bg-blue-900 {
  --tw-bg-opacity: 1;
  background-color: rgba(30, 58, 138, var(--tw-bg-opacity));
}

.bg-body-and-labels {
  background-color: var(--body-and-labels);
}

.bg-brand {
  background-color: var(--brand);
}

.bg-code-base-64 {
  background-color: var(--code-base-64);
}

.bg-code-bg {
  background-color: var(--code-bg);
}

.bg-code-outline {
  background-color: var(--code-outline);
}

.bg-code-text {
  background-color: var(--code-text);
}

.bg-critical {
  background-color: var(--critical);
}

.bg-destructive-hover {
  background-color: var(--destructive-hover);
}

.bg-destructive-idle {
  background-color: var(--destructive-idle);
}

.bg-destructive-pressed {
  background-color: var(--destructive-pressed);
}

.bg-disabled {
  background-color: var(--disabled);
}

.bg-disc-operations {
  background-color: var(--disc-operations);
}

.bg-dns-requests {
  background-color: var(--dns-requests);
}

.bg-focus {
  background-color: var(--focus);
}

.bg-graph-1 {
  background-color: var(--graph-1);
}

.bg-graph-10 {
  background-color: var(--graph-10);
}

.bg-graph-11 {
  background-color: var(--graph-11);
}

.bg-graph-2 {
  background-color: var(--graph-2);
}

.bg-graph-3 {
  background-color: var(--graph-3);
}

.bg-graph-4 {
  background-color: var(--graph-4);
}

.bg-graph-5 {
  background-color: var(--graph-5);
}

.bg-graph-6 {
  background-color: var(--graph-6);
}

.bg-graph-7 {
  background-color: var(--graph-7);
}

.bg-graph-8 {
  background-color: var(--graph-8);
}

.bg-graph-9 {
  background-color: var(--graph-9);
}

.bg-graph-disabled {
  background-color: var(--graph-disabled);
}

.bg-ground-floor {
  background-color: var(--ground-floor);
}

.bg-high {
  background-color: var(--high);
}

.bg-informational {
  background-color: var(--informational);
}

.bg-lines-dark {
  background-color: var(--lines-dark);
}

.bg-lines-light {
  background-color: var(--lines-light);
}

.bg-low {
  background-color: var(--low);
}

.bg-medium {
  background-color: var(--medium);
}

.bg-mezzanine {
  background-color: var(--mezzanine);
}

.bg-nav-text-and-icons {
  background-color: var(--nav-text-and-icons);
}

.bg-nav-text-secondary {
  background-color: var(--nav-text-secondary);
}

.bg-network-operations {
  background-color: var(--network-operations);
}

.bg-normal-hover {
  background-color: var(--normal-hover);
}

.bg-normal-idle {
  background-color: var(--normal-idle);
}

.bg-normal-pressed {
  background-color: var(--normal-pressed);
}

.bg-overlay-0\.5 {
  background-color: var(--overlay-0\.5);
}

.bg-overlay-1 {
  background-color: var(--overlay-1);
}

.bg-overlay-2 {
  background-color: var(--overlay-2);
}

.bg-positive {
  background-color: var(--positive);
}

.bg-primary-hover {
  background-color: var(--primary-hover);
}

.bg-primary-idle {
  background-color: var(--primary-idle);
}

.bg-primary-pressed {
  background-color: var(--primary-pressed);
}

.bg-process-operations {
  background-color: var(--process-operations);
}

.bg-purple-50 {
  --tw-bg-opacity: 1;
  background-color: rgba(250, 245, 255, var(--tw-bg-opacity));
}

.bg-purple-100 {
  --tw-bg-opacity: 1;
  background-color: rgba(243, 232, 255, var(--tw-bg-opacity));
}

.bg-purple-200 {
  --tw-bg-opacity: 1;
  background-color: rgba(233, 213, 255, var(--tw-bg-opacity));
}

.bg-purple-300 {
  --tw-bg-opacity: 1;
  background-color: rgba(216, 180, 254, var(--tw-bg-opacity));
}

.bg-purple-400 {
  --tw-bg-opacity: 1;
  background-color: rgba(192, 132, 252, var(--tw-bg-opacity));
}

.bg-purple-500 {
  --tw-bg-opacity: 1;
  background-color: rgba(168, 85, 247, var(--tw-bg-opacity));
}

.bg-purple-600 {
  --tw-bg-opacity: 1;
  background-color: rgba(147, 51, 234, var(--tw-bg-opacity));
}

.bg-purple-700 {
  --tw-bg-opacity: 1;
  background-color: rgba(126, 34, 206, var(--tw-bg-opacity));
}

.bg-purple-800 {
  --tw-bg-opacity: 1;
  background-color: rgba(107, 33, 168, var(--tw-bg-opacity));
}

.bg-purple-900 {
  --tw-bg-opacity: 1;
  background-color: rgba(88, 28, 135, var(--tw-bg-opacity));
}

.bg-registry-operations {
  background-color: var(--registry-operations);
}

.bg-selected {
  background-color: var(--selected);
}

.bg-surface-2xl {
  background-color: var(--surface-2xl);
}

.bg-surface-base {
  background-color: var(--surface-base);
}

.bg-surface-inner {
  background-color: var(--surface-inner);
}

.bg-surface-lg {
  background-color: var(--surface-lg);
}

.bg-surface-md {
  background-color: var(--surface-md);
}

.bg-surface-xl {
  background-color: var(--surface-xl);
}

.bg-text-and-icons {
  background-color: var(--text-and-icons);
}

.bg-titles-and-attributes {
  background-color: var(--titles-and-attributes);
}

.bg-black {
  --tw-bg-opacity: 1;
  background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
}

.bg-white {
  --tw-bg-opacity: 1;
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
}

.bg-rose-50 {
  --tw-bg-opacity: 1;
  background-color: rgba(255, 241, 242, var(--tw-bg-opacity));
}

.bg-rose-100 {
  --tw-bg-opacity: 1;
  background-color: rgba(255, 228, 230, var(--tw-bg-opacity));
}

.bg-rose-200 {
  --tw-bg-opacity: 1;
  background-color: rgba(254, 205, 211, var(--tw-bg-opacity));
}

.bg-rose-300 {
  --tw-bg-opacity: 1;
  background-color: rgba(253, 164, 175, var(--tw-bg-opacity));
}

.bg-rose-400 {
  --tw-bg-opacity: 1;
  background-color: rgba(251, 113, 133, var(--tw-bg-opacity));
}

.bg-rose-500 {
  --tw-bg-opacity: 1;
  background-color: rgba(244, 63, 94, var(--tw-bg-opacity));
}

.bg-rose-600 {
  --tw-bg-opacity: 1;
  background-color: rgba(225, 29, 72, var(--tw-bg-opacity));
}

.bg-rose-700 {
  --tw-bg-opacity: 1;
  background-color: rgba(190, 18, 60, var(--tw-bg-opacity));
}

.bg-rose-800 {
  --tw-bg-opacity: 1;
  background-color: rgba(159, 18, 57, var(--tw-bg-opacity));
}

.bg-rose-900 {
  --tw-bg-opacity: 1;
  background-color: rgba(136, 19, 55, var(--tw-bg-opacity));
}

.bg-pink-50 {
  --tw-bg-opacity: 1;
  background-color: rgba(253, 242, 248, var(--tw-bg-opacity));
}

.bg-pink-100 {
  --tw-bg-opacity: 1;
  background-color: rgba(252, 231, 243, var(--tw-bg-opacity));
}

.bg-pink-200 {
  --tw-bg-opacity: 1;
  background-color: rgba(251, 207, 232, var(--tw-bg-opacity));
}

.bg-pink-300 {
  --tw-bg-opacity: 1;
  background-color: rgba(249, 168, 212, var(--tw-bg-opacity));
}

.bg-pink-400 {
  --tw-bg-opacity: 1;
  background-color: rgba(244, 114, 182, var(--tw-bg-opacity));
}

.bg-pink-500 {
  --tw-bg-opacity: 1;
  background-color: rgba(236, 72, 153, var(--tw-bg-opacity));
}

.bg-pink-600 {
  --tw-bg-opacity: 1;
  background-color: rgba(219, 39, 119, var(--tw-bg-opacity));
}

.bg-pink-700 {
  --tw-bg-opacity: 1;
  background-color: rgba(190, 24, 93, var(--tw-bg-opacity));
}

.bg-pink-800 {
  --tw-bg-opacity: 1;
  background-color: rgba(157, 23, 77, var(--tw-bg-opacity));
}

.bg-pink-900 {
  --tw-bg-opacity: 1;
  background-color: rgba(131, 24, 67, var(--tw-bg-opacity));
}

.bg-fuchsia-50 {
  --tw-bg-opacity: 1;
  background-color: rgba(253, 244, 255, var(--tw-bg-opacity));
}

.bg-fuchsia-100 {
  --tw-bg-opacity: 1;
  background-color: rgba(250, 232, 255, var(--tw-bg-opacity));
}

.bg-fuchsia-200 {
  --tw-bg-opacity: 1;
  background-color: rgba(245, 208, 254, var(--tw-bg-opacity));
}

.bg-fuchsia-300 {
  --tw-bg-opacity: 1;
  background-color: rgba(240, 171, 252, var(--tw-bg-opacity));
}

.bg-fuchsia-400 {
  --tw-bg-opacity: 1;
  background-color: rgba(232, 121, 249, var(--tw-bg-opacity));
}

.bg-fuchsia-500 {
  --tw-bg-opacity: 1;
  background-color: rgba(217, 70, 239, var(--tw-bg-opacity));
}

.bg-fuchsia-600 {
  --tw-bg-opacity: 1;
  background-color: rgba(192, 38, 211, var(--tw-bg-opacity));
}

.bg-fuchsia-700 {
  --tw-bg-opacity: 1;
  background-color: rgba(162, 28, 175, var(--tw-bg-opacity));
}

.bg-fuchsia-800 {
  --tw-bg-opacity: 1;
  background-color: rgba(134, 25, 143, var(--tw-bg-opacity));
}

.bg-fuchsia-900 {
  --tw-bg-opacity: 1;
  background-color: rgba(112, 26, 117, var(--tw-bg-opacity));
}

.bg-violet-50 {
  --tw-bg-opacity: 1;
  background-color: rgba(245, 243, 255, var(--tw-bg-opacity));
}

.bg-violet-100 {
  --tw-bg-opacity: 1;
  background-color: rgba(237, 233, 254, var(--tw-bg-opacity));
}

.bg-violet-200 {
  --tw-bg-opacity: 1;
  background-color: rgba(221, 214, 254, var(--tw-bg-opacity));
}

.bg-violet-300 {
  --tw-bg-opacity: 1;
  background-color: rgba(196, 181, 253, var(--tw-bg-opacity));
}

.bg-violet-400 {
  --tw-bg-opacity: 1;
  background-color: rgba(167, 139, 250, var(--tw-bg-opacity));
}

.bg-violet-500 {
  --tw-bg-opacity: 1;
  background-color: rgba(139, 92, 246, var(--tw-bg-opacity));
}

.bg-violet-600 {
  --tw-bg-opacity: 1;
  background-color: rgba(124, 58, 237, var(--tw-bg-opacity));
}

.bg-violet-700 {
  --tw-bg-opacity: 1;
  background-color: rgba(109, 40, 217, var(--tw-bg-opacity));
}

.bg-violet-800 {
  --tw-bg-opacity: 1;
  background-color: rgba(91, 33, 182, var(--tw-bg-opacity));
}

.bg-violet-900 {
  --tw-bg-opacity: 1;
  background-color: rgba(76, 29, 149, var(--tw-bg-opacity));
}

.bg-indigo-50 {
  --tw-bg-opacity: 1;
  background-color: rgba(238, 242, 255, var(--tw-bg-opacity));
}

.bg-indigo-100 {
  --tw-bg-opacity: 1;
  background-color: rgba(224, 231, 255, var(--tw-bg-opacity));
}

.bg-indigo-200 {
  --tw-bg-opacity: 1;
  background-color: rgba(199, 210, 254, var(--tw-bg-opacity));
}

.bg-indigo-300 {
  --tw-bg-opacity: 1;
  background-color: rgba(165, 180, 252, var(--tw-bg-opacity));
}

.bg-indigo-400 {
  --tw-bg-opacity: 1;
  background-color: rgba(129, 140, 248, var(--tw-bg-opacity));
}

.bg-indigo-500 {
  --tw-bg-opacity: 1;
  background-color: rgba(99, 102, 241, var(--tw-bg-opacity));
}

.bg-indigo-600 {
  --tw-bg-opacity: 1;
  background-color: rgba(79, 70, 229, var(--tw-bg-opacity));
}

.bg-indigo-700 {
  --tw-bg-opacity: 1;
  background-color: rgba(67, 56, 202, var(--tw-bg-opacity));
}

.bg-indigo-800 {
  --tw-bg-opacity: 1;
  background-color: rgba(55, 48, 163, var(--tw-bg-opacity));
}

.bg-indigo-900 {
  --tw-bg-opacity: 1;
  background-color: rgba(49, 46, 129, var(--tw-bg-opacity));
}

.bg-lightBlue-50 {
  --tw-bg-opacity: 1;
  background-color: rgba(240, 249, 255, var(--tw-bg-opacity));
}

.bg-lightBlue-100 {
  --tw-bg-opacity: 1;
  background-color: rgba(224, 242, 254, var(--tw-bg-opacity));
}

.bg-lightBlue-200 {
  --tw-bg-opacity: 1;
  background-color: rgba(186, 230, 253, var(--tw-bg-opacity));
}

.bg-lightBlue-300 {
  --tw-bg-opacity: 1;
  background-color: rgba(125, 211, 252, var(--tw-bg-opacity));
}

.bg-lightBlue-400 {
  --tw-bg-opacity: 1;
  background-color: rgba(56, 189, 248, var(--tw-bg-opacity));
}

.bg-lightBlue-500 {
  --tw-bg-opacity: 1;
  background-color: rgba(14, 165, 233, var(--tw-bg-opacity));
}

.bg-lightBlue-600 {
  --tw-bg-opacity: 1;
  background-color: rgba(2, 132, 199, var(--tw-bg-opacity));
}

.bg-lightBlue-700 {
  --tw-bg-opacity: 1;
  background-color: rgba(3, 105, 161, var(--tw-bg-opacity));
}

.bg-lightBlue-800 {
  --tw-bg-opacity: 1;
  background-color: rgba(7, 89, 133, var(--tw-bg-opacity));
}

.bg-lightBlue-900 {
  --tw-bg-opacity: 1;
  background-color: rgba(12, 74, 110, var(--tw-bg-opacity));
}

.bg-cyan-50 {
  --tw-bg-opacity: 1;
  background-color: rgba(236, 254, 255, var(--tw-bg-opacity));
}

.bg-cyan-100 {
  --tw-bg-opacity: 1;
  background-color: rgba(207, 250, 254, var(--tw-bg-opacity));
}

.bg-cyan-200 {
  --tw-bg-opacity: 1;
  background-color: rgba(165, 243, 252, var(--tw-bg-opacity));
}

.bg-cyan-300 {
  --tw-bg-opacity: 1;
  background-color: rgba(103, 232, 249, var(--tw-bg-opacity));
}

.bg-cyan-400 {
  --tw-bg-opacity: 1;
  background-color: rgba(34, 211, 238, var(--tw-bg-opacity));
}

.bg-cyan-500 {
  --tw-bg-opacity: 1;
  background-color: rgba(6, 182, 212, var(--tw-bg-opacity));
}

.bg-cyan-600 {
  --tw-bg-opacity: 1;
  background-color: rgba(8, 145, 178, var(--tw-bg-opacity));
}

.bg-cyan-700 {
  --tw-bg-opacity: 1;
  background-color: rgba(14, 116, 144, var(--tw-bg-opacity));
}

.bg-cyan-800 {
  --tw-bg-opacity: 1;
  background-color: rgba(21, 94, 117, var(--tw-bg-opacity));
}

.bg-cyan-900 {
  --tw-bg-opacity: 1;
  background-color: rgba(22, 78, 99, var(--tw-bg-opacity));
}

.bg-teal-50 {
  --tw-bg-opacity: 1;
  background-color: rgba(240, 253, 250, var(--tw-bg-opacity));
}

.bg-teal-100 {
  --tw-bg-opacity: 1;
  background-color: rgba(204, 251, 241, var(--tw-bg-opacity));
}

.bg-teal-200 {
  --tw-bg-opacity: 1;
  background-color: rgba(153, 246, 228, var(--tw-bg-opacity));
}

.bg-teal-300 {
  --tw-bg-opacity: 1;
  background-color: rgba(94, 234, 212, var(--tw-bg-opacity));
}

.bg-teal-400 {
  --tw-bg-opacity: 1;
  background-color: rgba(45, 212, 191, var(--tw-bg-opacity));
}

.bg-teal-500 {
  --tw-bg-opacity: 1;
  background-color: rgba(20, 184, 166, var(--tw-bg-opacity));
}

.bg-teal-600 {
  --tw-bg-opacity: 1;
  background-color: rgba(13, 148, 136, var(--tw-bg-opacity));
}

.bg-teal-700 {
  --tw-bg-opacity: 1;
  background-color: rgba(15, 118, 110, var(--tw-bg-opacity));
}

.bg-teal-800 {
  --tw-bg-opacity: 1;
  background-color: rgba(17, 94, 89, var(--tw-bg-opacity));
}

.bg-teal-900 {
  --tw-bg-opacity: 1;
  background-color: rgba(19, 78, 74, var(--tw-bg-opacity));
}

.bg-emerald-50 {
  --tw-bg-opacity: 1;
  background-color: rgba(236, 253, 245, var(--tw-bg-opacity));
}

.bg-emerald-100 {
  --tw-bg-opacity: 1;
  background-color: rgba(209, 250, 229, var(--tw-bg-opacity));
}

.bg-emerald-200 {
  --tw-bg-opacity: 1;
  background-color: rgba(167, 243, 208, var(--tw-bg-opacity));
}

.bg-emerald-300 {
  --tw-bg-opacity: 1;
  background-color: rgba(110, 231, 183, var(--tw-bg-opacity));
}

.bg-emerald-400 {
  --tw-bg-opacity: 1;
  background-color: rgba(52, 211, 153, var(--tw-bg-opacity));
}

.bg-emerald-500 {
  --tw-bg-opacity: 1;
  background-color: rgba(16, 185, 129, var(--tw-bg-opacity));
}

.bg-emerald-600 {
  --tw-bg-opacity: 1;
  background-color: rgba(5, 150, 105, var(--tw-bg-opacity));
}

.bg-emerald-700 {
  --tw-bg-opacity: 1;
  background-color: rgba(4, 120, 87, var(--tw-bg-opacity));
}

.bg-emerald-800 {
  --tw-bg-opacity: 1;
  background-color: rgba(6, 95, 70, var(--tw-bg-opacity));
}

.bg-emerald-900 {
  --tw-bg-opacity: 1;
  background-color: rgba(6, 78, 59, var(--tw-bg-opacity));
}

.bg-green-50 {
  --tw-bg-opacity: 1;
  background-color: rgba(240, 253, 244, var(--tw-bg-opacity));
}

.bg-green-100 {
  --tw-bg-opacity: 1;
  background-color: rgba(220, 252, 231, var(--tw-bg-opacity));
}

.bg-green-200 {
  --tw-bg-opacity: 1;
  background-color: rgba(187, 247, 208, var(--tw-bg-opacity));
}

.bg-green-300 {
  --tw-bg-opacity: 1;
  background-color: rgba(134, 239, 172, var(--tw-bg-opacity));
}

.bg-green-400 {
  --tw-bg-opacity: 1;
  background-color: rgba(74, 222, 128, var(--tw-bg-opacity));
}

.bg-green-500 {
  --tw-bg-opacity: 1;
  background-color: rgba(34, 197, 94, var(--tw-bg-opacity));
}

.bg-green-600 {
  --tw-bg-opacity: 1;
  background-color: rgba(22, 163, 74, var(--tw-bg-opacity));
}

.bg-green-700 {
  --tw-bg-opacity: 1;
  background-color: rgba(21, 128, 61, var(--tw-bg-opacity));
}

.bg-green-800 {
  --tw-bg-opacity: 1;
  background-color: rgba(22, 101, 52, var(--tw-bg-opacity));
}

.bg-green-900 {
  --tw-bg-opacity: 1;
  background-color: rgba(20, 83, 45, var(--tw-bg-opacity));
}

.bg-lime-50 {
  --tw-bg-opacity: 1;
  background-color: rgba(247, 254, 231, var(--tw-bg-opacity));
}

.bg-lime-100 {
  --tw-bg-opacity: 1;
  background-color: rgba(236, 252, 203, var(--tw-bg-opacity));
}

.bg-lime-200 {
  --tw-bg-opacity: 1;
  background-color: rgba(217, 249, 157, var(--tw-bg-opacity));
}

.bg-lime-300 {
  --tw-bg-opacity: 1;
  background-color: rgba(190, 242, 100, var(--tw-bg-opacity));
}

.bg-lime-400 {
  --tw-bg-opacity: 1;
  background-color: rgba(163, 230, 53, var(--tw-bg-opacity));
}

.bg-lime-500 {
  --tw-bg-opacity: 1;
  background-color: rgba(132, 204, 22, var(--tw-bg-opacity));
}

.bg-lime-600 {
  --tw-bg-opacity: 1;
  background-color: rgba(101, 163, 13, var(--tw-bg-opacity));
}

.bg-lime-700 {
  --tw-bg-opacity: 1;
  background-color: rgba(77, 124, 15, var(--tw-bg-opacity));
}

.bg-lime-800 {
  --tw-bg-opacity: 1;
  background-color: rgba(63, 98, 18, var(--tw-bg-opacity));
}

.bg-lime-900 {
  --tw-bg-opacity: 1;
  background-color: rgba(54, 83, 20, var(--tw-bg-opacity));
}

.bg-yellow-50 {
  --tw-bg-opacity: 1;
  background-color: rgba(254, 252, 232, var(--tw-bg-opacity));
}

.bg-yellow-100 {
  --tw-bg-opacity: 1;
  background-color: rgba(254, 249, 195, var(--tw-bg-opacity));
}

.bg-yellow-200 {
  --tw-bg-opacity: 1;
  background-color: rgba(254, 240, 138, var(--tw-bg-opacity));
}

.bg-yellow-300 {
  --tw-bg-opacity: 1;
  background-color: rgba(253, 224, 71, var(--tw-bg-opacity));
}

.bg-yellow-400 {
  --tw-bg-opacity: 1;
  background-color: rgba(250, 204, 21, var(--tw-bg-opacity));
}

.bg-yellow-500 {
  --tw-bg-opacity: 1;
  background-color: rgba(234, 179, 8, var(--tw-bg-opacity));
}

.bg-yellow-600 {
  --tw-bg-opacity: 1;
  background-color: rgba(202, 138, 4, var(--tw-bg-opacity));
}

.bg-yellow-700 {
  --tw-bg-opacity: 1;
  background-color: rgba(161, 98, 7, var(--tw-bg-opacity));
}

.bg-yellow-800 {
  --tw-bg-opacity: 1;
  background-color: rgba(133, 77, 14, var(--tw-bg-opacity));
}

.bg-yellow-900 {
  --tw-bg-opacity: 1;
  background-color: rgba(113, 63, 18, var(--tw-bg-opacity));
}

.bg-amber-50 {
  --tw-bg-opacity: 1;
  background-color: rgba(255, 251, 235, var(--tw-bg-opacity));
}

.bg-amber-100 {
  --tw-bg-opacity: 1;
  background-color: rgba(254, 243, 199, var(--tw-bg-opacity));
}

.bg-amber-200 {
  --tw-bg-opacity: 1;
  background-color: rgba(253, 230, 138, var(--tw-bg-opacity));
}

.bg-amber-300 {
  --tw-bg-opacity: 1;
  background-color: rgba(252, 211, 77, var(--tw-bg-opacity));
}

.bg-amber-400 {
  --tw-bg-opacity: 1;
  background-color: rgba(251, 191, 36, var(--tw-bg-opacity));
}

.bg-amber-500 {
  --tw-bg-opacity: 1;
  background-color: rgba(245, 158, 11, var(--tw-bg-opacity));
}

.bg-amber-600 {
  --tw-bg-opacity: 1;
  background-color: rgba(217, 119, 6, var(--tw-bg-opacity));
}

.bg-amber-700 {
  --tw-bg-opacity: 1;
  background-color: rgba(180, 83, 9, var(--tw-bg-opacity));
}

.bg-amber-800 {
  --tw-bg-opacity: 1;
  background-color: rgba(146, 64, 14, var(--tw-bg-opacity));
}

.bg-amber-900 {
  --tw-bg-opacity: 1;
  background-color: rgba(120, 53, 15, var(--tw-bg-opacity));
}

.bg-orange-50 {
  --tw-bg-opacity: 1;
  background-color: rgba(255, 247, 237, var(--tw-bg-opacity));
}

.bg-orange-100 {
  --tw-bg-opacity: 1;
  background-color: rgba(255, 237, 213, var(--tw-bg-opacity));
}

.bg-orange-200 {
  --tw-bg-opacity: 1;
  background-color: rgba(254, 215, 170, var(--tw-bg-opacity));
}

.bg-orange-300 {
  --tw-bg-opacity: 1;
  background-color: rgba(253, 186, 116, var(--tw-bg-opacity));
}

.bg-orange-400 {
  --tw-bg-opacity: 1;
  background-color: rgba(251, 146, 60, var(--tw-bg-opacity));
}

.bg-orange-500 {
  --tw-bg-opacity: 1;
  background-color: rgba(249, 115, 22, var(--tw-bg-opacity));
}

.bg-orange-600 {
  --tw-bg-opacity: 1;
  background-color: rgba(234, 88, 12, var(--tw-bg-opacity));
}

.bg-orange-700 {
  --tw-bg-opacity: 1;
  background-color: rgba(194, 65, 12, var(--tw-bg-opacity));
}

.bg-orange-800 {
  --tw-bg-opacity: 1;
  background-color: rgba(154, 52, 18, var(--tw-bg-opacity));
}

.bg-orange-900 {
  --tw-bg-opacity: 1;
  background-color: rgba(124, 45, 18, var(--tw-bg-opacity));
}

.bg-red-50 {
  --tw-bg-opacity: 1;
  background-color: rgba(254, 242, 242, var(--tw-bg-opacity));
}

.bg-red-100 {
  --tw-bg-opacity: 1;
  background-color: rgba(254, 226, 226, var(--tw-bg-opacity));
}

.bg-red-200 {
  --tw-bg-opacity: 1;
  background-color: rgba(254, 202, 202, var(--tw-bg-opacity));
}

.bg-red-300 {
  --tw-bg-opacity: 1;
  background-color: rgba(252, 165, 165, var(--tw-bg-opacity));
}

.bg-red-400 {
  --tw-bg-opacity: 1;
  background-color: rgba(248, 113, 113, var(--tw-bg-opacity));
}

.bg-red-500 {
  --tw-bg-opacity: 1;
  background-color: rgba(239, 68, 68, var(--tw-bg-opacity));
}

.bg-red-600 {
  --tw-bg-opacity: 1;
  background-color: rgba(220, 38, 38, var(--tw-bg-opacity));
}

.bg-red-700 {
  --tw-bg-opacity: 1;
  background-color: rgba(185, 28, 28, var(--tw-bg-opacity));
}

.bg-red-800 {
  --tw-bg-opacity: 1;
  background-color: rgba(153, 27, 27, var(--tw-bg-opacity));
}

.bg-red-900 {
  --tw-bg-opacity: 1;
  background-color: rgba(127, 29, 29, var(--tw-bg-opacity));
}

.bg-warmGray-50 {
  --tw-bg-opacity: 1;
  background-color: rgba(250, 250, 249, var(--tw-bg-opacity));
}

.bg-warmGray-100 {
  --tw-bg-opacity: 1;
  background-color: rgba(245, 245, 244, var(--tw-bg-opacity));
}

.bg-warmGray-200 {
  --tw-bg-opacity: 1;
  background-color: rgba(231, 229, 228, var(--tw-bg-opacity));
}

.bg-warmGray-300 {
  --tw-bg-opacity: 1;
  background-color: rgba(214, 211, 209, var(--tw-bg-opacity));
}

.bg-warmGray-400 {
  --tw-bg-opacity: 1;
  background-color: rgba(168, 162, 158, var(--tw-bg-opacity));
}

.bg-warmGray-500 {
  --tw-bg-opacity: 1;
  background-color: rgba(120, 113, 108, var(--tw-bg-opacity));
}

.bg-warmGray-600 {
  --tw-bg-opacity: 1;
  background-color: rgba(87, 83, 78, var(--tw-bg-opacity));
}

.bg-warmGray-700 {
  --tw-bg-opacity: 1;
  background-color: rgba(68, 64, 60, var(--tw-bg-opacity));
}

.bg-warmGray-800 {
  --tw-bg-opacity: 1;
  background-color: rgba(41, 37, 36, var(--tw-bg-opacity));
}

.bg-warmGray-900 {
  --tw-bg-opacity: 1;
  background-color: rgba(28, 25, 23, var(--tw-bg-opacity));
}

.bg-trueGray-50 {
  --tw-bg-opacity: 1;
  background-color: rgba(250, 250, 250, var(--tw-bg-opacity));
}

.bg-trueGray-100 {
  --tw-bg-opacity: 1;
  background-color: rgba(245, 245, 245, var(--tw-bg-opacity));
}

.bg-trueGray-200 {
  --tw-bg-opacity: 1;
  background-color: rgba(229, 229, 229, var(--tw-bg-opacity));
}

.bg-trueGray-300 {
  --tw-bg-opacity: 1;
  background-color: rgba(212, 212, 212, var(--tw-bg-opacity));
}

.bg-trueGray-400 {
  --tw-bg-opacity: 1;
  background-color: rgba(163, 163, 163, var(--tw-bg-opacity));
}

.bg-trueGray-500 {
  --tw-bg-opacity: 1;
  background-color: rgba(115, 115, 115, var(--tw-bg-opacity));
}

.bg-trueGray-600 {
  --tw-bg-opacity: 1;
  background-color: rgba(82, 82, 82, var(--tw-bg-opacity));
}

.bg-trueGray-700 {
  --tw-bg-opacity: 1;
  background-color: rgba(64, 64, 64, var(--tw-bg-opacity));
}

.bg-trueGray-800 {
  --tw-bg-opacity: 1;
  background-color: rgba(38, 38, 38, var(--tw-bg-opacity));
}

.bg-trueGray-900 {
  --tw-bg-opacity: 1;
  background-color: rgba(23, 23, 23, var(--tw-bg-opacity));
}

.bg-gray-50 {
  --tw-bg-opacity: 1;
  background-color: rgba(250, 250, 250, var(--tw-bg-opacity));
}

.bg-gray-100 {
  --tw-bg-opacity: 1;
  background-color: rgba(244, 244, 245, var(--tw-bg-opacity));
}

.bg-gray-200 {
  --tw-bg-opacity: 1;
  background-color: rgba(228, 228, 231, var(--tw-bg-opacity));
}

.bg-gray-300 {
  --tw-bg-opacity: 1;
  background-color: rgba(212, 212, 216, var(--tw-bg-opacity));
}

.bg-gray-400 {
  --tw-bg-opacity: 1;
  background-color: rgba(161, 161, 170, var(--tw-bg-opacity));
}

.bg-gray-500 {
  --tw-bg-opacity: 1;
  background-color: rgba(113, 113, 122, var(--tw-bg-opacity));
}

.bg-gray-600 {
  --tw-bg-opacity: 1;
  background-color: rgba(82, 82, 91, var(--tw-bg-opacity));
}

.bg-gray-700 {
  --tw-bg-opacity: 1;
  background-color: rgba(63, 63, 70, var(--tw-bg-opacity));
}

.bg-gray-800 {
  --tw-bg-opacity: 1;
  background-color: rgba(39, 39, 42, var(--tw-bg-opacity));
}

.bg-gray-900 {
  --tw-bg-opacity: 1;
  background-color: rgba(24, 24, 27, var(--tw-bg-opacity));
}

.bg-coolGray-50 {
  --tw-bg-opacity: 1;
  background-color: rgba(249, 250, 251, var(--tw-bg-opacity));
}

.bg-coolGray-100 {
  --tw-bg-opacity: 1;
  background-color: rgba(243, 244, 246, var(--tw-bg-opacity));
}

.bg-coolGray-200 {
  --tw-bg-opacity: 1;
  background-color: rgba(229, 231, 235, var(--tw-bg-opacity));
}

.bg-coolGray-300 {
  --tw-bg-opacity: 1;
  background-color: rgba(209, 213, 219, var(--tw-bg-opacity));
}

.bg-coolGray-400 {
  --tw-bg-opacity: 1;
  background-color: rgba(156, 163, 175, var(--tw-bg-opacity));
}

.bg-coolGray-500 {
  --tw-bg-opacity: 1;
  background-color: rgba(107, 114, 128, var(--tw-bg-opacity));
}

.bg-coolGray-600 {
  --tw-bg-opacity: 1;
  background-color: rgba(75, 85, 99, var(--tw-bg-opacity));
}

.bg-coolGray-700 {
  --tw-bg-opacity: 1;
  background-color: rgba(55, 65, 81, var(--tw-bg-opacity));
}

.bg-coolGray-800 {
  --tw-bg-opacity: 1;
  background-color: rgba(31, 41, 55, var(--tw-bg-opacity));
}

.bg-coolGray-900 {
  --tw-bg-opacity: 1;
  background-color: rgba(17, 24, 39, var(--tw-bg-opacity));
}

.bg-blueGray-50 {
  --tw-bg-opacity: 1;
  background-color: rgba(248, 250, 252, var(--tw-bg-opacity));
}

.bg-blueGray-100 {
  --tw-bg-opacity: 1;
  background-color: rgba(241, 245, 249, var(--tw-bg-opacity));
}

.bg-blueGray-200 {
  --tw-bg-opacity: 1;
  background-color: rgba(226, 232, 240, var(--tw-bg-opacity));
}

.bg-blueGray-300 {
  --tw-bg-opacity: 1;
  background-color: rgba(203, 213, 225, var(--tw-bg-opacity));
}

.bg-blueGray-400 {
  --tw-bg-opacity: 1;
  background-color: rgba(148, 163, 184, var(--tw-bg-opacity));
}

.bg-blueGray-500 {
  --tw-bg-opacity: 1;
  background-color: rgba(100, 116, 139, var(--tw-bg-opacity));
}

.bg-blueGray-600 {
  --tw-bg-opacity: 1;
  background-color: rgba(71, 85, 105, var(--tw-bg-opacity));
}

.bg-blueGray-700 {
  --tw-bg-opacity: 1;
  background-color: rgba(51, 65, 85, var(--tw-bg-opacity));
}

.bg-blueGray-800 {
  --tw-bg-opacity: 1;
  background-color: rgba(30, 41, 59, var(--tw-bg-opacity));
}

.bg-blueGray-900 {
  --tw-bg-opacity: 1;
  background-color: rgba(15, 23, 42, var(--tw-bg-opacity));
}

.even\:bg-current:nth-child(even) {
  background-color: currentColor;
}

.even\:bg-transparent:nth-child(even) {
  background-color: transparent;
}

.even\:bg-falcon:nth-child(even) {
  background-color: var(--falcon);
}

.even\:bg-basement:nth-child(even) {
  background-color: var(--basement);
}

.even\:bg-blue-50:nth-child(even) {
  --tw-bg-opacity: 1;
  background-color: rgba(239, 246, 255, var(--tw-bg-opacity));
}

.even\:bg-blue-100:nth-child(even) {
  --tw-bg-opacity: 1;
  background-color: rgba(219, 234, 254, var(--tw-bg-opacity));
}

.even\:bg-blue-200:nth-child(even) {
  --tw-bg-opacity: 1;
  background-color: rgba(191, 219, 254, var(--tw-bg-opacity));
}

.even\:bg-blue-300:nth-child(even) {
  --tw-bg-opacity: 1;
  background-color: rgba(147, 197, 253, var(--tw-bg-opacity));
}

.even\:bg-blue-400:nth-child(even) {
  --tw-bg-opacity: 1;
  background-color: rgba(96, 165, 250, var(--tw-bg-opacity));
}

.even\:bg-blue-500:nth-child(even) {
  --tw-bg-opacity: 1;
  background-color: rgba(59, 130, 246, var(--tw-bg-opacity));
}

.even\:bg-blue-600:nth-child(even) {
  --tw-bg-opacity: 1;
  background-color: rgba(37, 99, 235, var(--tw-bg-opacity));
}

.even\:bg-blue-700:nth-child(even) {
  --tw-bg-opacity: 1;
  background-color: rgba(29, 78, 216, var(--tw-bg-opacity));
}

.even\:bg-blue-800:nth-child(even) {
  --tw-bg-opacity: 1;
  background-color: rgba(30, 64, 175, var(--tw-bg-opacity));
}

.even\:bg-blue-900:nth-child(even) {
  --tw-bg-opacity: 1;
  background-color: rgba(30, 58, 138, var(--tw-bg-opacity));
}

.even\:bg-body-and-labels:nth-child(even) {
  background-color: var(--body-and-labels);
}

.even\:bg-brand:nth-child(even) {
  background-color: var(--brand);
}

.even\:bg-code-base-64:nth-child(even) {
  background-color: var(--code-base-64);
}

.even\:bg-code-bg:nth-child(even) {
  background-color: var(--code-bg);
}

.even\:bg-code-outline:nth-child(even) {
  background-color: var(--code-outline);
}

.even\:bg-code-text:nth-child(even) {
  background-color: var(--code-text);
}

.even\:bg-critical:nth-child(even) {
  background-color: var(--critical);
}

.even\:bg-destructive-hover:nth-child(even) {
  background-color: var(--destructive-hover);
}

.even\:bg-destructive-idle:nth-child(even) {
  background-color: var(--destructive-idle);
}

.even\:bg-destructive-pressed:nth-child(even) {
  background-color: var(--destructive-pressed);
}

.even\:bg-disabled:nth-child(even) {
  background-color: var(--disabled);
}

.even\:bg-disc-operations:nth-child(even) {
  background-color: var(--disc-operations);
}

.even\:bg-dns-requests:nth-child(even) {
  background-color: var(--dns-requests);
}

.even\:bg-focus:nth-child(even) {
  background-color: var(--focus);
}

.even\:bg-graph-1:nth-child(even) {
  background-color: var(--graph-1);
}

.even\:bg-graph-10:nth-child(even) {
  background-color: var(--graph-10);
}

.even\:bg-graph-11:nth-child(even) {
  background-color: var(--graph-11);
}

.even\:bg-graph-2:nth-child(even) {
  background-color: var(--graph-2);
}

.even\:bg-graph-3:nth-child(even) {
  background-color: var(--graph-3);
}

.even\:bg-graph-4:nth-child(even) {
  background-color: var(--graph-4);
}

.even\:bg-graph-5:nth-child(even) {
  background-color: var(--graph-5);
}

.even\:bg-graph-6:nth-child(even) {
  background-color: var(--graph-6);
}

.even\:bg-graph-7:nth-child(even) {
  background-color: var(--graph-7);
}

.even\:bg-graph-8:nth-child(even) {
  background-color: var(--graph-8);
}

.even\:bg-graph-9:nth-child(even) {
  background-color: var(--graph-9);
}

.even\:bg-graph-disabled:nth-child(even) {
  background-color: var(--graph-disabled);
}

.even\:bg-ground-floor:nth-child(even) {
  background-color: var(--ground-floor);
}

.even\:bg-high:nth-child(even) {
  background-color: var(--high);
}

.even\:bg-informational:nth-child(even) {
  background-color: var(--informational);
}

.even\:bg-lines-dark:nth-child(even) {
  background-color: var(--lines-dark);
}

.even\:bg-lines-light:nth-child(even) {
  background-color: var(--lines-light);
}

.even\:bg-low:nth-child(even) {
  background-color: var(--low);
}

.even\:bg-medium:nth-child(even) {
  background-color: var(--medium);
}

.even\:bg-mezzanine:nth-child(even) {
  background-color: var(--mezzanine);
}

.even\:bg-nav-text-and-icons:nth-child(even) {
  background-color: var(--nav-text-and-icons);
}

.even\:bg-nav-text-secondary:nth-child(even) {
  background-color: var(--nav-text-secondary);
}

.even\:bg-network-operations:nth-child(even) {
  background-color: var(--network-operations);
}

.even\:bg-normal-hover:nth-child(even) {
  background-color: var(--normal-hover);
}

.even\:bg-normal-idle:nth-child(even) {
  background-color: var(--normal-idle);
}

.even\:bg-normal-pressed:nth-child(even) {
  background-color: var(--normal-pressed);
}

.even\:bg-overlay-0\.5:nth-child(even) {
  background-color: var(--overlay-0\.5);
}

.even\:bg-overlay-1:nth-child(even) {
  background-color: var(--overlay-1);
}

.even\:bg-overlay-2:nth-child(even) {
  background-color: var(--overlay-2);
}

.even\:bg-positive:nth-child(even) {
  background-color: var(--positive);
}

.even\:bg-primary-hover:nth-child(even) {
  background-color: var(--primary-hover);
}

.even\:bg-primary-idle:nth-child(even) {
  background-color: var(--primary-idle);
}

.even\:bg-primary-pressed:nth-child(even) {
  background-color: var(--primary-pressed);
}

.even\:bg-process-operations:nth-child(even) {
  background-color: var(--process-operations);
}

.even\:bg-purple-50:nth-child(even) {
  --tw-bg-opacity: 1;
  background-color: rgba(250, 245, 255, var(--tw-bg-opacity));
}

.even\:bg-purple-100:nth-child(even) {
  --tw-bg-opacity: 1;
  background-color: rgba(243, 232, 255, var(--tw-bg-opacity));
}

.even\:bg-purple-200:nth-child(even) {
  --tw-bg-opacity: 1;
  background-color: rgba(233, 213, 255, var(--tw-bg-opacity));
}

.even\:bg-purple-300:nth-child(even) {
  --tw-bg-opacity: 1;
  background-color: rgba(216, 180, 254, var(--tw-bg-opacity));
}

.even\:bg-purple-400:nth-child(even) {
  --tw-bg-opacity: 1;
  background-color: rgba(192, 132, 252, var(--tw-bg-opacity));
}

.even\:bg-purple-500:nth-child(even) {
  --tw-bg-opacity: 1;
  background-color: rgba(168, 85, 247, var(--tw-bg-opacity));
}

.even\:bg-purple-600:nth-child(even) {
  --tw-bg-opacity: 1;
  background-color: rgba(147, 51, 234, var(--tw-bg-opacity));
}

.even\:bg-purple-700:nth-child(even) {
  --tw-bg-opacity: 1;
  background-color: rgba(126, 34, 206, var(--tw-bg-opacity));
}

.even\:bg-purple-800:nth-child(even) {
  --tw-bg-opacity: 1;
  background-color: rgba(107, 33, 168, var(--tw-bg-opacity));
}

.even\:bg-purple-900:nth-child(even) {
  --tw-bg-opacity: 1;
  background-color: rgba(88, 28, 135, var(--tw-bg-opacity));
}

.even\:bg-registry-operations:nth-child(even) {
  background-color: var(--registry-operations);
}

.even\:bg-selected:nth-child(even) {
  background-color: var(--selected);
}

.even\:bg-surface-2xl:nth-child(even) {
  background-color: var(--surface-2xl);
}

.even\:bg-surface-base:nth-child(even) {
  background-color: var(--surface-base);
}

.even\:bg-surface-inner:nth-child(even) {
  background-color: var(--surface-inner);
}

.even\:bg-surface-lg:nth-child(even) {
  background-color: var(--surface-lg);
}

.even\:bg-surface-md:nth-child(even) {
  background-color: var(--surface-md);
}

.even\:bg-surface-xl:nth-child(even) {
  background-color: var(--surface-xl);
}

.even\:bg-text-and-icons:nth-child(even) {
  background-color: var(--text-and-icons);
}

.even\:bg-titles-and-attributes:nth-child(even) {
  background-color: var(--titles-and-attributes);
}

.even\:bg-black:nth-child(even) {
  --tw-bg-opacity: 1;
  background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
}

.even\:bg-white:nth-child(even) {
  --tw-bg-opacity: 1;
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
}

.even\:bg-rose-50:nth-child(even) {
  --tw-bg-opacity: 1;
  background-color: rgba(255, 241, 242, var(--tw-bg-opacity));
}

.even\:bg-rose-100:nth-child(even) {
  --tw-bg-opacity: 1;
  background-color: rgba(255, 228, 230, var(--tw-bg-opacity));
}

.even\:bg-rose-200:nth-child(even) {
  --tw-bg-opacity: 1;
  background-color: rgba(254, 205, 211, var(--tw-bg-opacity));
}

.even\:bg-rose-300:nth-child(even) {
  --tw-bg-opacity: 1;
  background-color: rgba(253, 164, 175, var(--tw-bg-opacity));
}

.even\:bg-rose-400:nth-child(even) {
  --tw-bg-opacity: 1;
  background-color: rgba(251, 113, 133, var(--tw-bg-opacity));
}

.even\:bg-rose-500:nth-child(even) {
  --tw-bg-opacity: 1;
  background-color: rgba(244, 63, 94, var(--tw-bg-opacity));
}

.even\:bg-rose-600:nth-child(even) {
  --tw-bg-opacity: 1;
  background-color: rgba(225, 29, 72, var(--tw-bg-opacity));
}

.even\:bg-rose-700:nth-child(even) {
  --tw-bg-opacity: 1;
  background-color: rgba(190, 18, 60, var(--tw-bg-opacity));
}

.even\:bg-rose-800:nth-child(even) {
  --tw-bg-opacity: 1;
  background-color: rgba(159, 18, 57, var(--tw-bg-opacity));
}

.even\:bg-rose-900:nth-child(even) {
  --tw-bg-opacity: 1;
  background-color: rgba(136, 19, 55, var(--tw-bg-opacity));
}

.even\:bg-pink-50:nth-child(even) {
  --tw-bg-opacity: 1;
  background-color: rgba(253, 242, 248, var(--tw-bg-opacity));
}

.even\:bg-pink-100:nth-child(even) {
  --tw-bg-opacity: 1;
  background-color: rgba(252, 231, 243, var(--tw-bg-opacity));
}

.even\:bg-pink-200:nth-child(even) {
  --tw-bg-opacity: 1;
  background-color: rgba(251, 207, 232, var(--tw-bg-opacity));
}

.even\:bg-pink-300:nth-child(even) {
  --tw-bg-opacity: 1;
  background-color: rgba(249, 168, 212, var(--tw-bg-opacity));
}

.even\:bg-pink-400:nth-child(even) {
  --tw-bg-opacity: 1;
  background-color: rgba(244, 114, 182, var(--tw-bg-opacity));
}

.even\:bg-pink-500:nth-child(even) {
  --tw-bg-opacity: 1;
  background-color: rgba(236, 72, 153, var(--tw-bg-opacity));
}

.even\:bg-pink-600:nth-child(even) {
  --tw-bg-opacity: 1;
  background-color: rgba(219, 39, 119, var(--tw-bg-opacity));
}

.even\:bg-pink-700:nth-child(even) {
  --tw-bg-opacity: 1;
  background-color: rgba(190, 24, 93, var(--tw-bg-opacity));
}

.even\:bg-pink-800:nth-child(even) {
  --tw-bg-opacity: 1;
  background-color: rgba(157, 23, 77, var(--tw-bg-opacity));
}

.even\:bg-pink-900:nth-child(even) {
  --tw-bg-opacity: 1;
  background-color: rgba(131, 24, 67, var(--tw-bg-opacity));
}

.even\:bg-fuchsia-50:nth-child(even) {
  --tw-bg-opacity: 1;
  background-color: rgba(253, 244, 255, var(--tw-bg-opacity));
}

.even\:bg-fuchsia-100:nth-child(even) {
  --tw-bg-opacity: 1;
  background-color: rgba(250, 232, 255, var(--tw-bg-opacity));
}

.even\:bg-fuchsia-200:nth-child(even) {
  --tw-bg-opacity: 1;
  background-color: rgba(245, 208, 254, var(--tw-bg-opacity));
}

.even\:bg-fuchsia-300:nth-child(even) {
  --tw-bg-opacity: 1;
  background-color: rgba(240, 171, 252, var(--tw-bg-opacity));
}

.even\:bg-fuchsia-400:nth-child(even) {
  --tw-bg-opacity: 1;
  background-color: rgba(232, 121, 249, var(--tw-bg-opacity));
}

.even\:bg-fuchsia-500:nth-child(even) {
  --tw-bg-opacity: 1;
  background-color: rgba(217, 70, 239, var(--tw-bg-opacity));
}

.even\:bg-fuchsia-600:nth-child(even) {
  --tw-bg-opacity: 1;
  background-color: rgba(192, 38, 211, var(--tw-bg-opacity));
}

.even\:bg-fuchsia-700:nth-child(even) {
  --tw-bg-opacity: 1;
  background-color: rgba(162, 28, 175, var(--tw-bg-opacity));
}

.even\:bg-fuchsia-800:nth-child(even) {
  --tw-bg-opacity: 1;
  background-color: rgba(134, 25, 143, var(--tw-bg-opacity));
}

.even\:bg-fuchsia-900:nth-child(even) {
  --tw-bg-opacity: 1;
  background-color: rgba(112, 26, 117, var(--tw-bg-opacity));
}

.even\:bg-violet-50:nth-child(even) {
  --tw-bg-opacity: 1;
  background-color: rgba(245, 243, 255, var(--tw-bg-opacity));
}

.even\:bg-violet-100:nth-child(even) {
  --tw-bg-opacity: 1;
  background-color: rgba(237, 233, 254, var(--tw-bg-opacity));
}

.even\:bg-violet-200:nth-child(even) {
  --tw-bg-opacity: 1;
  background-color: rgba(221, 214, 254, var(--tw-bg-opacity));
}

.even\:bg-violet-300:nth-child(even) {
  --tw-bg-opacity: 1;
  background-color: rgba(196, 181, 253, var(--tw-bg-opacity));
}

.even\:bg-violet-400:nth-child(even) {
  --tw-bg-opacity: 1;
  background-color: rgba(167, 139, 250, var(--tw-bg-opacity));
}

.even\:bg-violet-500:nth-child(even) {
  --tw-bg-opacity: 1;
  background-color: rgba(139, 92, 246, var(--tw-bg-opacity));
}

.even\:bg-violet-600:nth-child(even) {
  --tw-bg-opacity: 1;
  background-color: rgba(124, 58, 237, var(--tw-bg-opacity));
}

.even\:bg-violet-700:nth-child(even) {
  --tw-bg-opacity: 1;
  background-color: rgba(109, 40, 217, var(--tw-bg-opacity));
}

.even\:bg-violet-800:nth-child(even) {
  --tw-bg-opacity: 1;
  background-color: rgba(91, 33, 182, var(--tw-bg-opacity));
}

.even\:bg-violet-900:nth-child(even) {
  --tw-bg-opacity: 1;
  background-color: rgba(76, 29, 149, var(--tw-bg-opacity));
}

.even\:bg-indigo-50:nth-child(even) {
  --tw-bg-opacity: 1;
  background-color: rgba(238, 242, 255, var(--tw-bg-opacity));
}

.even\:bg-indigo-100:nth-child(even) {
  --tw-bg-opacity: 1;
  background-color: rgba(224, 231, 255, var(--tw-bg-opacity));
}

.even\:bg-indigo-200:nth-child(even) {
  --tw-bg-opacity: 1;
  background-color: rgba(199, 210, 254, var(--tw-bg-opacity));
}

.even\:bg-indigo-300:nth-child(even) {
  --tw-bg-opacity: 1;
  background-color: rgba(165, 180, 252, var(--tw-bg-opacity));
}

.even\:bg-indigo-400:nth-child(even) {
  --tw-bg-opacity: 1;
  background-color: rgba(129, 140, 248, var(--tw-bg-opacity));
}

.even\:bg-indigo-500:nth-child(even) {
  --tw-bg-opacity: 1;
  background-color: rgba(99, 102, 241, var(--tw-bg-opacity));
}

.even\:bg-indigo-600:nth-child(even) {
  --tw-bg-opacity: 1;
  background-color: rgba(79, 70, 229, var(--tw-bg-opacity));
}

.even\:bg-indigo-700:nth-child(even) {
  --tw-bg-opacity: 1;
  background-color: rgba(67, 56, 202, var(--tw-bg-opacity));
}

.even\:bg-indigo-800:nth-child(even) {
  --tw-bg-opacity: 1;
  background-color: rgba(55, 48, 163, var(--tw-bg-opacity));
}

.even\:bg-indigo-900:nth-child(even) {
  --tw-bg-opacity: 1;
  background-color: rgba(49, 46, 129, var(--tw-bg-opacity));
}

.even\:bg-lightBlue-50:nth-child(even) {
  --tw-bg-opacity: 1;
  background-color: rgba(240, 249, 255, var(--tw-bg-opacity));
}

.even\:bg-lightBlue-100:nth-child(even) {
  --tw-bg-opacity: 1;
  background-color: rgba(224, 242, 254, var(--tw-bg-opacity));
}

.even\:bg-lightBlue-200:nth-child(even) {
  --tw-bg-opacity: 1;
  background-color: rgba(186, 230, 253, var(--tw-bg-opacity));
}

.even\:bg-lightBlue-300:nth-child(even) {
  --tw-bg-opacity: 1;
  background-color: rgba(125, 211, 252, var(--tw-bg-opacity));
}

.even\:bg-lightBlue-400:nth-child(even) {
  --tw-bg-opacity: 1;
  background-color: rgba(56, 189, 248, var(--tw-bg-opacity));
}

.even\:bg-lightBlue-500:nth-child(even) {
  --tw-bg-opacity: 1;
  background-color: rgba(14, 165, 233, var(--tw-bg-opacity));
}

.even\:bg-lightBlue-600:nth-child(even) {
  --tw-bg-opacity: 1;
  background-color: rgba(2, 132, 199, var(--tw-bg-opacity));
}

.even\:bg-lightBlue-700:nth-child(even) {
  --tw-bg-opacity: 1;
  background-color: rgba(3, 105, 161, var(--tw-bg-opacity));
}

.even\:bg-lightBlue-800:nth-child(even) {
  --tw-bg-opacity: 1;
  background-color: rgba(7, 89, 133, var(--tw-bg-opacity));
}

.even\:bg-lightBlue-900:nth-child(even) {
  --tw-bg-opacity: 1;
  background-color: rgba(12, 74, 110, var(--tw-bg-opacity));
}

.even\:bg-cyan-50:nth-child(even) {
  --tw-bg-opacity: 1;
  background-color: rgba(236, 254, 255, var(--tw-bg-opacity));
}

.even\:bg-cyan-100:nth-child(even) {
  --tw-bg-opacity: 1;
  background-color: rgba(207, 250, 254, var(--tw-bg-opacity));
}

.even\:bg-cyan-200:nth-child(even) {
  --tw-bg-opacity: 1;
  background-color: rgba(165, 243, 252, var(--tw-bg-opacity));
}

.even\:bg-cyan-300:nth-child(even) {
  --tw-bg-opacity: 1;
  background-color: rgba(103, 232, 249, var(--tw-bg-opacity));
}

.even\:bg-cyan-400:nth-child(even) {
  --tw-bg-opacity: 1;
  background-color: rgba(34, 211, 238, var(--tw-bg-opacity));
}

.even\:bg-cyan-500:nth-child(even) {
  --tw-bg-opacity: 1;
  background-color: rgba(6, 182, 212, var(--tw-bg-opacity));
}

.even\:bg-cyan-600:nth-child(even) {
  --tw-bg-opacity: 1;
  background-color: rgba(8, 145, 178, var(--tw-bg-opacity));
}

.even\:bg-cyan-700:nth-child(even) {
  --tw-bg-opacity: 1;
  background-color: rgba(14, 116, 144, var(--tw-bg-opacity));
}

.even\:bg-cyan-800:nth-child(even) {
  --tw-bg-opacity: 1;
  background-color: rgba(21, 94, 117, var(--tw-bg-opacity));
}

.even\:bg-cyan-900:nth-child(even) {
  --tw-bg-opacity: 1;
  background-color: rgba(22, 78, 99, var(--tw-bg-opacity));
}

.even\:bg-teal-50:nth-child(even) {
  --tw-bg-opacity: 1;
  background-color: rgba(240, 253, 250, var(--tw-bg-opacity));
}

.even\:bg-teal-100:nth-child(even) {
  --tw-bg-opacity: 1;
  background-color: rgba(204, 251, 241, var(--tw-bg-opacity));
}

.even\:bg-teal-200:nth-child(even) {
  --tw-bg-opacity: 1;
  background-color: rgba(153, 246, 228, var(--tw-bg-opacity));
}

.even\:bg-teal-300:nth-child(even) {
  --tw-bg-opacity: 1;
  background-color: rgba(94, 234, 212, var(--tw-bg-opacity));
}

.even\:bg-teal-400:nth-child(even) {
  --tw-bg-opacity: 1;
  background-color: rgba(45, 212, 191, var(--tw-bg-opacity));
}

.even\:bg-teal-500:nth-child(even) {
  --tw-bg-opacity: 1;
  background-color: rgba(20, 184, 166, var(--tw-bg-opacity));
}

.even\:bg-teal-600:nth-child(even) {
  --tw-bg-opacity: 1;
  background-color: rgba(13, 148, 136, var(--tw-bg-opacity));
}

.even\:bg-teal-700:nth-child(even) {
  --tw-bg-opacity: 1;
  background-color: rgba(15, 118, 110, var(--tw-bg-opacity));
}

.even\:bg-teal-800:nth-child(even) {
  --tw-bg-opacity: 1;
  background-color: rgba(17, 94, 89, var(--tw-bg-opacity));
}

.even\:bg-teal-900:nth-child(even) {
  --tw-bg-opacity: 1;
  background-color: rgba(19, 78, 74, var(--tw-bg-opacity));
}

.even\:bg-emerald-50:nth-child(even) {
  --tw-bg-opacity: 1;
  background-color: rgba(236, 253, 245, var(--tw-bg-opacity));
}

.even\:bg-emerald-100:nth-child(even) {
  --tw-bg-opacity: 1;
  background-color: rgba(209, 250, 229, var(--tw-bg-opacity));
}

.even\:bg-emerald-200:nth-child(even) {
  --tw-bg-opacity: 1;
  background-color: rgba(167, 243, 208, var(--tw-bg-opacity));
}

.even\:bg-emerald-300:nth-child(even) {
  --tw-bg-opacity: 1;
  background-color: rgba(110, 231, 183, var(--tw-bg-opacity));
}

.even\:bg-emerald-400:nth-child(even) {
  --tw-bg-opacity: 1;
  background-color: rgba(52, 211, 153, var(--tw-bg-opacity));
}

.even\:bg-emerald-500:nth-child(even) {
  --tw-bg-opacity: 1;
  background-color: rgba(16, 185, 129, var(--tw-bg-opacity));
}

.even\:bg-emerald-600:nth-child(even) {
  --tw-bg-opacity: 1;
  background-color: rgba(5, 150, 105, var(--tw-bg-opacity));
}

.even\:bg-emerald-700:nth-child(even) {
  --tw-bg-opacity: 1;
  background-color: rgba(4, 120, 87, var(--tw-bg-opacity));
}

.even\:bg-emerald-800:nth-child(even) {
  --tw-bg-opacity: 1;
  background-color: rgba(6, 95, 70, var(--tw-bg-opacity));
}

.even\:bg-emerald-900:nth-child(even) {
  --tw-bg-opacity: 1;
  background-color: rgba(6, 78, 59, var(--tw-bg-opacity));
}

.even\:bg-green-50:nth-child(even) {
  --tw-bg-opacity: 1;
  background-color: rgba(240, 253, 244, var(--tw-bg-opacity));
}

.even\:bg-green-100:nth-child(even) {
  --tw-bg-opacity: 1;
  background-color: rgba(220, 252, 231, var(--tw-bg-opacity));
}

.even\:bg-green-200:nth-child(even) {
  --tw-bg-opacity: 1;
  background-color: rgba(187, 247, 208, var(--tw-bg-opacity));
}

.even\:bg-green-300:nth-child(even) {
  --tw-bg-opacity: 1;
  background-color: rgba(134, 239, 172, var(--tw-bg-opacity));
}

.even\:bg-green-400:nth-child(even) {
  --tw-bg-opacity: 1;
  background-color: rgba(74, 222, 128, var(--tw-bg-opacity));
}

.even\:bg-green-500:nth-child(even) {
  --tw-bg-opacity: 1;
  background-color: rgba(34, 197, 94, var(--tw-bg-opacity));
}

.even\:bg-green-600:nth-child(even) {
  --tw-bg-opacity: 1;
  background-color: rgba(22, 163, 74, var(--tw-bg-opacity));
}

.even\:bg-green-700:nth-child(even) {
  --tw-bg-opacity: 1;
  background-color: rgba(21, 128, 61, var(--tw-bg-opacity));
}

.even\:bg-green-800:nth-child(even) {
  --tw-bg-opacity: 1;
  background-color: rgba(22, 101, 52, var(--tw-bg-opacity));
}

.even\:bg-green-900:nth-child(even) {
  --tw-bg-opacity: 1;
  background-color: rgba(20, 83, 45, var(--tw-bg-opacity));
}

.even\:bg-lime-50:nth-child(even) {
  --tw-bg-opacity: 1;
  background-color: rgba(247, 254, 231, var(--tw-bg-opacity));
}

.even\:bg-lime-100:nth-child(even) {
  --tw-bg-opacity: 1;
  background-color: rgba(236, 252, 203, var(--tw-bg-opacity));
}

.even\:bg-lime-200:nth-child(even) {
  --tw-bg-opacity: 1;
  background-color: rgba(217, 249, 157, var(--tw-bg-opacity));
}

.even\:bg-lime-300:nth-child(even) {
  --tw-bg-opacity: 1;
  background-color: rgba(190, 242, 100, var(--tw-bg-opacity));
}

.even\:bg-lime-400:nth-child(even) {
  --tw-bg-opacity: 1;
  background-color: rgba(163, 230, 53, var(--tw-bg-opacity));
}

.even\:bg-lime-500:nth-child(even) {
  --tw-bg-opacity: 1;
  background-color: rgba(132, 204, 22, var(--tw-bg-opacity));
}

.even\:bg-lime-600:nth-child(even) {
  --tw-bg-opacity: 1;
  background-color: rgba(101, 163, 13, var(--tw-bg-opacity));
}

.even\:bg-lime-700:nth-child(even) {
  --tw-bg-opacity: 1;
  background-color: rgba(77, 124, 15, var(--tw-bg-opacity));
}

.even\:bg-lime-800:nth-child(even) {
  --tw-bg-opacity: 1;
  background-color: rgba(63, 98, 18, var(--tw-bg-opacity));
}

.even\:bg-lime-900:nth-child(even) {
  --tw-bg-opacity: 1;
  background-color: rgba(54, 83, 20, var(--tw-bg-opacity));
}

.even\:bg-yellow-50:nth-child(even) {
  --tw-bg-opacity: 1;
  background-color: rgba(254, 252, 232, var(--tw-bg-opacity));
}

.even\:bg-yellow-100:nth-child(even) {
  --tw-bg-opacity: 1;
  background-color: rgba(254, 249, 195, var(--tw-bg-opacity));
}

.even\:bg-yellow-200:nth-child(even) {
  --tw-bg-opacity: 1;
  background-color: rgba(254, 240, 138, var(--tw-bg-opacity));
}

.even\:bg-yellow-300:nth-child(even) {
  --tw-bg-opacity: 1;
  background-color: rgba(253, 224, 71, var(--tw-bg-opacity));
}

.even\:bg-yellow-400:nth-child(even) {
  --tw-bg-opacity: 1;
  background-color: rgba(250, 204, 21, var(--tw-bg-opacity));
}

.even\:bg-yellow-500:nth-child(even) {
  --tw-bg-opacity: 1;
  background-color: rgba(234, 179, 8, var(--tw-bg-opacity));
}

.even\:bg-yellow-600:nth-child(even) {
  --tw-bg-opacity: 1;
  background-color: rgba(202, 138, 4, var(--tw-bg-opacity));
}

.even\:bg-yellow-700:nth-child(even) {
  --tw-bg-opacity: 1;
  background-color: rgba(161, 98, 7, var(--tw-bg-opacity));
}

.even\:bg-yellow-800:nth-child(even) {
  --tw-bg-opacity: 1;
  background-color: rgba(133, 77, 14, var(--tw-bg-opacity));
}

.even\:bg-yellow-900:nth-child(even) {
  --tw-bg-opacity: 1;
  background-color: rgba(113, 63, 18, var(--tw-bg-opacity));
}

.even\:bg-amber-50:nth-child(even) {
  --tw-bg-opacity: 1;
  background-color: rgba(255, 251, 235, var(--tw-bg-opacity));
}

.even\:bg-amber-100:nth-child(even) {
  --tw-bg-opacity: 1;
  background-color: rgba(254, 243, 199, var(--tw-bg-opacity));
}

.even\:bg-amber-200:nth-child(even) {
  --tw-bg-opacity: 1;
  background-color: rgba(253, 230, 138, var(--tw-bg-opacity));
}

.even\:bg-amber-300:nth-child(even) {
  --tw-bg-opacity: 1;
  background-color: rgba(252, 211, 77, var(--tw-bg-opacity));
}

.even\:bg-amber-400:nth-child(even) {
  --tw-bg-opacity: 1;
  background-color: rgba(251, 191, 36, var(--tw-bg-opacity));
}

.even\:bg-amber-500:nth-child(even) {
  --tw-bg-opacity: 1;
  background-color: rgba(245, 158, 11, var(--tw-bg-opacity));
}

.even\:bg-amber-600:nth-child(even) {
  --tw-bg-opacity: 1;
  background-color: rgba(217, 119, 6, var(--tw-bg-opacity));
}

.even\:bg-amber-700:nth-child(even) {
  --tw-bg-opacity: 1;
  background-color: rgba(180, 83, 9, var(--tw-bg-opacity));
}

.even\:bg-amber-800:nth-child(even) {
  --tw-bg-opacity: 1;
  background-color: rgba(146, 64, 14, var(--tw-bg-opacity));
}

.even\:bg-amber-900:nth-child(even) {
  --tw-bg-opacity: 1;
  background-color: rgba(120, 53, 15, var(--tw-bg-opacity));
}

.even\:bg-orange-50:nth-child(even) {
  --tw-bg-opacity: 1;
  background-color: rgba(255, 247, 237, var(--tw-bg-opacity));
}

.even\:bg-orange-100:nth-child(even) {
  --tw-bg-opacity: 1;
  background-color: rgba(255, 237, 213, var(--tw-bg-opacity));
}

.even\:bg-orange-200:nth-child(even) {
  --tw-bg-opacity: 1;
  background-color: rgba(254, 215, 170, var(--tw-bg-opacity));
}

.even\:bg-orange-300:nth-child(even) {
  --tw-bg-opacity: 1;
  background-color: rgba(253, 186, 116, var(--tw-bg-opacity));
}

.even\:bg-orange-400:nth-child(even) {
  --tw-bg-opacity: 1;
  background-color: rgba(251, 146, 60, var(--tw-bg-opacity));
}

.even\:bg-orange-500:nth-child(even) {
  --tw-bg-opacity: 1;
  background-color: rgba(249, 115, 22, var(--tw-bg-opacity));
}

.even\:bg-orange-600:nth-child(even) {
  --tw-bg-opacity: 1;
  background-color: rgba(234, 88, 12, var(--tw-bg-opacity));
}

.even\:bg-orange-700:nth-child(even) {
  --tw-bg-opacity: 1;
  background-color: rgba(194, 65, 12, var(--tw-bg-opacity));
}

.even\:bg-orange-800:nth-child(even) {
  --tw-bg-opacity: 1;
  background-color: rgba(154, 52, 18, var(--tw-bg-opacity));
}

.even\:bg-orange-900:nth-child(even) {
  --tw-bg-opacity: 1;
  background-color: rgba(124, 45, 18, var(--tw-bg-opacity));
}

.even\:bg-red-50:nth-child(even) {
  --tw-bg-opacity: 1;
  background-color: rgba(254, 242, 242, var(--tw-bg-opacity));
}

.even\:bg-red-100:nth-child(even) {
  --tw-bg-opacity: 1;
  background-color: rgba(254, 226, 226, var(--tw-bg-opacity));
}

.even\:bg-red-200:nth-child(even) {
  --tw-bg-opacity: 1;
  background-color: rgba(254, 202, 202, var(--tw-bg-opacity));
}

.even\:bg-red-300:nth-child(even) {
  --tw-bg-opacity: 1;
  background-color: rgba(252, 165, 165, var(--tw-bg-opacity));
}

.even\:bg-red-400:nth-child(even) {
  --tw-bg-opacity: 1;
  background-color: rgba(248, 113, 113, var(--tw-bg-opacity));
}

.even\:bg-red-500:nth-child(even) {
  --tw-bg-opacity: 1;
  background-color: rgba(239, 68, 68, var(--tw-bg-opacity));
}

.even\:bg-red-600:nth-child(even) {
  --tw-bg-opacity: 1;
  background-color: rgba(220, 38, 38, var(--tw-bg-opacity));
}

.even\:bg-red-700:nth-child(even) {
  --tw-bg-opacity: 1;
  background-color: rgba(185, 28, 28, var(--tw-bg-opacity));
}

.even\:bg-red-800:nth-child(even) {
  --tw-bg-opacity: 1;
  background-color: rgba(153, 27, 27, var(--tw-bg-opacity));
}

.even\:bg-red-900:nth-child(even) {
  --tw-bg-opacity: 1;
  background-color: rgba(127, 29, 29, var(--tw-bg-opacity));
}

.even\:bg-warmGray-50:nth-child(even) {
  --tw-bg-opacity: 1;
  background-color: rgba(250, 250, 249, var(--tw-bg-opacity));
}

.even\:bg-warmGray-100:nth-child(even) {
  --tw-bg-opacity: 1;
  background-color: rgba(245, 245, 244, var(--tw-bg-opacity));
}

.even\:bg-warmGray-200:nth-child(even) {
  --tw-bg-opacity: 1;
  background-color: rgba(231, 229, 228, var(--tw-bg-opacity));
}

.even\:bg-warmGray-300:nth-child(even) {
  --tw-bg-opacity: 1;
  background-color: rgba(214, 211, 209, var(--tw-bg-opacity));
}

.even\:bg-warmGray-400:nth-child(even) {
  --tw-bg-opacity: 1;
  background-color: rgba(168, 162, 158, var(--tw-bg-opacity));
}

.even\:bg-warmGray-500:nth-child(even) {
  --tw-bg-opacity: 1;
  background-color: rgba(120, 113, 108, var(--tw-bg-opacity));
}

.even\:bg-warmGray-600:nth-child(even) {
  --tw-bg-opacity: 1;
  background-color: rgba(87, 83, 78, var(--tw-bg-opacity));
}

.even\:bg-warmGray-700:nth-child(even) {
  --tw-bg-opacity: 1;
  background-color: rgba(68, 64, 60, var(--tw-bg-opacity));
}

.even\:bg-warmGray-800:nth-child(even) {
  --tw-bg-opacity: 1;
  background-color: rgba(41, 37, 36, var(--tw-bg-opacity));
}

.even\:bg-warmGray-900:nth-child(even) {
  --tw-bg-opacity: 1;
  background-color: rgba(28, 25, 23, var(--tw-bg-opacity));
}

.even\:bg-trueGray-50:nth-child(even) {
  --tw-bg-opacity: 1;
  background-color: rgba(250, 250, 250, var(--tw-bg-opacity));
}

.even\:bg-trueGray-100:nth-child(even) {
  --tw-bg-opacity: 1;
  background-color: rgba(245, 245, 245, var(--tw-bg-opacity));
}

.even\:bg-trueGray-200:nth-child(even) {
  --tw-bg-opacity: 1;
  background-color: rgba(229, 229, 229, var(--tw-bg-opacity));
}

.even\:bg-trueGray-300:nth-child(even) {
  --tw-bg-opacity: 1;
  background-color: rgba(212, 212, 212, var(--tw-bg-opacity));
}

.even\:bg-trueGray-400:nth-child(even) {
  --tw-bg-opacity: 1;
  background-color: rgba(163, 163, 163, var(--tw-bg-opacity));
}

.even\:bg-trueGray-500:nth-child(even) {
  --tw-bg-opacity: 1;
  background-color: rgba(115, 115, 115, var(--tw-bg-opacity));
}

.even\:bg-trueGray-600:nth-child(even) {
  --tw-bg-opacity: 1;
  background-color: rgba(82, 82, 82, var(--tw-bg-opacity));
}

.even\:bg-trueGray-700:nth-child(even) {
  --tw-bg-opacity: 1;
  background-color: rgba(64, 64, 64, var(--tw-bg-opacity));
}

.even\:bg-trueGray-800:nth-child(even) {
  --tw-bg-opacity: 1;
  background-color: rgba(38, 38, 38, var(--tw-bg-opacity));
}

.even\:bg-trueGray-900:nth-child(even) {
  --tw-bg-opacity: 1;
  background-color: rgba(23, 23, 23, var(--tw-bg-opacity));
}

.even\:bg-gray-50:nth-child(even) {
  --tw-bg-opacity: 1;
  background-color: rgba(250, 250, 250, var(--tw-bg-opacity));
}

.even\:bg-gray-100:nth-child(even) {
  --tw-bg-opacity: 1;
  background-color: rgba(244, 244, 245, var(--tw-bg-opacity));
}

.even\:bg-gray-200:nth-child(even) {
  --tw-bg-opacity: 1;
  background-color: rgba(228, 228, 231, var(--tw-bg-opacity));
}

.even\:bg-gray-300:nth-child(even) {
  --tw-bg-opacity: 1;
  background-color: rgba(212, 212, 216, var(--tw-bg-opacity));
}

.even\:bg-gray-400:nth-child(even) {
  --tw-bg-opacity: 1;
  background-color: rgba(161, 161, 170, var(--tw-bg-opacity));
}

.even\:bg-gray-500:nth-child(even) {
  --tw-bg-opacity: 1;
  background-color: rgba(113, 113, 122, var(--tw-bg-opacity));
}

.even\:bg-gray-600:nth-child(even) {
  --tw-bg-opacity: 1;
  background-color: rgba(82, 82, 91, var(--tw-bg-opacity));
}

.even\:bg-gray-700:nth-child(even) {
  --tw-bg-opacity: 1;
  background-color: rgba(63, 63, 70, var(--tw-bg-opacity));
}

.even\:bg-gray-800:nth-child(even) {
  --tw-bg-opacity: 1;
  background-color: rgba(39, 39, 42, var(--tw-bg-opacity));
}

.even\:bg-gray-900:nth-child(even) {
  --tw-bg-opacity: 1;
  background-color: rgba(24, 24, 27, var(--tw-bg-opacity));
}

.even\:bg-coolGray-50:nth-child(even) {
  --tw-bg-opacity: 1;
  background-color: rgba(249, 250, 251, var(--tw-bg-opacity));
}

.even\:bg-coolGray-100:nth-child(even) {
  --tw-bg-opacity: 1;
  background-color: rgba(243, 244, 246, var(--tw-bg-opacity));
}

.even\:bg-coolGray-200:nth-child(even) {
  --tw-bg-opacity: 1;
  background-color: rgba(229, 231, 235, var(--tw-bg-opacity));
}

.even\:bg-coolGray-300:nth-child(even) {
  --tw-bg-opacity: 1;
  background-color: rgba(209, 213, 219, var(--tw-bg-opacity));
}

.even\:bg-coolGray-400:nth-child(even) {
  --tw-bg-opacity: 1;
  background-color: rgba(156, 163, 175, var(--tw-bg-opacity));
}

.even\:bg-coolGray-500:nth-child(even) {
  --tw-bg-opacity: 1;
  background-color: rgba(107, 114, 128, var(--tw-bg-opacity));
}

.even\:bg-coolGray-600:nth-child(even) {
  --tw-bg-opacity: 1;
  background-color: rgba(75, 85, 99, var(--tw-bg-opacity));
}

.even\:bg-coolGray-700:nth-child(even) {
  --tw-bg-opacity: 1;
  background-color: rgba(55, 65, 81, var(--tw-bg-opacity));
}

.even\:bg-coolGray-800:nth-child(even) {
  --tw-bg-opacity: 1;
  background-color: rgba(31, 41, 55, var(--tw-bg-opacity));
}

.even\:bg-coolGray-900:nth-child(even) {
  --tw-bg-opacity: 1;
  background-color: rgba(17, 24, 39, var(--tw-bg-opacity));
}

.even\:bg-blueGray-50:nth-child(even) {
  --tw-bg-opacity: 1;
  background-color: rgba(248, 250, 252, var(--tw-bg-opacity));
}

.even\:bg-blueGray-100:nth-child(even) {
  --tw-bg-opacity: 1;
  background-color: rgba(241, 245, 249, var(--tw-bg-opacity));
}

.even\:bg-blueGray-200:nth-child(even) {
  --tw-bg-opacity: 1;
  background-color: rgba(226, 232, 240, var(--tw-bg-opacity));
}

.even\:bg-blueGray-300:nth-child(even) {
  --tw-bg-opacity: 1;
  background-color: rgba(203, 213, 225, var(--tw-bg-opacity));
}

.even\:bg-blueGray-400:nth-child(even) {
  --tw-bg-opacity: 1;
  background-color: rgba(148, 163, 184, var(--tw-bg-opacity));
}

.even\:bg-blueGray-500:nth-child(even) {
  --tw-bg-opacity: 1;
  background-color: rgba(100, 116, 139, var(--tw-bg-opacity));
}

.even\:bg-blueGray-600:nth-child(even) {
  --tw-bg-opacity: 1;
  background-color: rgba(71, 85, 105, var(--tw-bg-opacity));
}

.even\:bg-blueGray-700:nth-child(even) {
  --tw-bg-opacity: 1;
  background-color: rgba(51, 65, 85, var(--tw-bg-opacity));
}

.even\:bg-blueGray-800:nth-child(even) {
  --tw-bg-opacity: 1;
  background-color: rgba(30, 41, 59, var(--tw-bg-opacity));
}

.even\:bg-blueGray-900:nth-child(even) {
  --tw-bg-opacity: 1;
  background-color: rgba(15, 23, 42, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-current {
  background-color: currentColor;
}

.group:hover .group-hover\:bg-transparent {
  background-color: transparent;
}

.group:hover .group-hover\:bg-falcon {
  background-color: var(--falcon);
}

.group:hover .group-hover\:bg-basement {
  background-color: var(--basement);
}

.group:hover .group-hover\:bg-blue-50 {
  --tw-bg-opacity: 1;
  background-color: rgba(239, 246, 255, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-blue-100 {
  --tw-bg-opacity: 1;
  background-color: rgba(219, 234, 254, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-blue-200 {
  --tw-bg-opacity: 1;
  background-color: rgba(191, 219, 254, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-blue-300 {
  --tw-bg-opacity: 1;
  background-color: rgba(147, 197, 253, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-blue-400 {
  --tw-bg-opacity: 1;
  background-color: rgba(96, 165, 250, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-blue-500 {
  --tw-bg-opacity: 1;
  background-color: rgba(59, 130, 246, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-blue-600 {
  --tw-bg-opacity: 1;
  background-color: rgba(37, 99, 235, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-blue-700 {
  --tw-bg-opacity: 1;
  background-color: rgba(29, 78, 216, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-blue-800 {
  --tw-bg-opacity: 1;
  background-color: rgba(30, 64, 175, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-blue-900 {
  --tw-bg-opacity: 1;
  background-color: rgba(30, 58, 138, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-body-and-labels {
  background-color: var(--body-and-labels);
}

.group:hover .group-hover\:bg-brand {
  background-color: var(--brand);
}

.group:hover .group-hover\:bg-code-base-64 {
  background-color: var(--code-base-64);
}

.group:hover .group-hover\:bg-code-bg {
  background-color: var(--code-bg);
}

.group:hover .group-hover\:bg-code-outline {
  background-color: var(--code-outline);
}

.group:hover .group-hover\:bg-code-text {
  background-color: var(--code-text);
}

.group:hover .group-hover\:bg-critical {
  background-color: var(--critical);
}

.group:hover .group-hover\:bg-destructive-hover {
  background-color: var(--destructive-hover);
}

.group:hover .group-hover\:bg-destructive-idle {
  background-color: var(--destructive-idle);
}

.group:hover .group-hover\:bg-destructive-pressed {
  background-color: var(--destructive-pressed);
}

.group:hover .group-hover\:bg-disabled {
  background-color: var(--disabled);
}

.group:hover .group-hover\:bg-disc-operations {
  background-color: var(--disc-operations);
}

.group:hover .group-hover\:bg-dns-requests {
  background-color: var(--dns-requests);
}

.group:hover .group-hover\:bg-focus {
  background-color: var(--focus);
}

.group:hover .group-hover\:bg-graph-1 {
  background-color: var(--graph-1);
}

.group:hover .group-hover\:bg-graph-10 {
  background-color: var(--graph-10);
}

.group:hover .group-hover\:bg-graph-11 {
  background-color: var(--graph-11);
}

.group:hover .group-hover\:bg-graph-2 {
  background-color: var(--graph-2);
}

.group:hover .group-hover\:bg-graph-3 {
  background-color: var(--graph-3);
}

.group:hover .group-hover\:bg-graph-4 {
  background-color: var(--graph-4);
}

.group:hover .group-hover\:bg-graph-5 {
  background-color: var(--graph-5);
}

.group:hover .group-hover\:bg-graph-6 {
  background-color: var(--graph-6);
}

.group:hover .group-hover\:bg-graph-7 {
  background-color: var(--graph-7);
}

.group:hover .group-hover\:bg-graph-8 {
  background-color: var(--graph-8);
}

.group:hover .group-hover\:bg-graph-9 {
  background-color: var(--graph-9);
}

.group:hover .group-hover\:bg-graph-disabled {
  background-color: var(--graph-disabled);
}

.group:hover .group-hover\:bg-ground-floor {
  background-color: var(--ground-floor);
}

.group:hover .group-hover\:bg-high {
  background-color: var(--high);
}

.group:hover .group-hover\:bg-informational {
  background-color: var(--informational);
}

.group:hover .group-hover\:bg-lines-dark {
  background-color: var(--lines-dark);
}

.group:hover .group-hover\:bg-lines-light {
  background-color: var(--lines-light);
}

.group:hover .group-hover\:bg-low {
  background-color: var(--low);
}

.group:hover .group-hover\:bg-medium {
  background-color: var(--medium);
}

.group:hover .group-hover\:bg-mezzanine {
  background-color: var(--mezzanine);
}

.group:hover .group-hover\:bg-nav-text-and-icons {
  background-color: var(--nav-text-and-icons);
}

.group:hover .group-hover\:bg-nav-text-secondary {
  background-color: var(--nav-text-secondary);
}

.group:hover .group-hover\:bg-network-operations {
  background-color: var(--network-operations);
}

.group:hover .group-hover\:bg-normal-hover {
  background-color: var(--normal-hover);
}

.group:hover .group-hover\:bg-normal-idle {
  background-color: var(--normal-idle);
}

.group:hover .group-hover\:bg-normal-pressed {
  background-color: var(--normal-pressed);
}

.group:hover .group-hover\:bg-overlay-0\.5 {
  background-color: var(--overlay-0\.5);
}

.group:hover .group-hover\:bg-overlay-1 {
  background-color: var(--overlay-1);
}

.group:hover .group-hover\:bg-overlay-2 {
  background-color: var(--overlay-2);
}

.group:hover .group-hover\:bg-positive {
  background-color: var(--positive);
}

.group:hover .group-hover\:bg-primary-hover {
  background-color: var(--primary-hover);
}

.group:hover .group-hover\:bg-primary-idle {
  background-color: var(--primary-idle);
}

.group:hover .group-hover\:bg-primary-pressed {
  background-color: var(--primary-pressed);
}

.group:hover .group-hover\:bg-process-operations {
  background-color: var(--process-operations);
}

.group:hover .group-hover\:bg-purple-50 {
  --tw-bg-opacity: 1;
  background-color: rgba(250, 245, 255, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-purple-100 {
  --tw-bg-opacity: 1;
  background-color: rgba(243, 232, 255, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-purple-200 {
  --tw-bg-opacity: 1;
  background-color: rgba(233, 213, 255, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-purple-300 {
  --tw-bg-opacity: 1;
  background-color: rgba(216, 180, 254, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-purple-400 {
  --tw-bg-opacity: 1;
  background-color: rgba(192, 132, 252, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-purple-500 {
  --tw-bg-opacity: 1;
  background-color: rgba(168, 85, 247, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-purple-600 {
  --tw-bg-opacity: 1;
  background-color: rgba(147, 51, 234, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-purple-700 {
  --tw-bg-opacity: 1;
  background-color: rgba(126, 34, 206, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-purple-800 {
  --tw-bg-opacity: 1;
  background-color: rgba(107, 33, 168, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-purple-900 {
  --tw-bg-opacity: 1;
  background-color: rgba(88, 28, 135, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-registry-operations {
  background-color: var(--registry-operations);
}

.group:hover .group-hover\:bg-selected {
  background-color: var(--selected);
}

.group:hover .group-hover\:bg-surface-2xl {
  background-color: var(--surface-2xl);
}

.group:hover .group-hover\:bg-surface-base {
  background-color: var(--surface-base);
}

.group:hover .group-hover\:bg-surface-inner {
  background-color: var(--surface-inner);
}

.group:hover .group-hover\:bg-surface-lg {
  background-color: var(--surface-lg);
}

.group:hover .group-hover\:bg-surface-md {
  background-color: var(--surface-md);
}

.group:hover .group-hover\:bg-surface-xl {
  background-color: var(--surface-xl);
}

.group:hover .group-hover\:bg-text-and-icons {
  background-color: var(--text-and-icons);
}

.group:hover .group-hover\:bg-titles-and-attributes {
  background-color: var(--titles-and-attributes);
}

.group:hover .group-hover\:bg-black {
  --tw-bg-opacity: 1;
  background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-white {
  --tw-bg-opacity: 1;
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-rose-50 {
  --tw-bg-opacity: 1;
  background-color: rgba(255, 241, 242, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-rose-100 {
  --tw-bg-opacity: 1;
  background-color: rgba(255, 228, 230, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-rose-200 {
  --tw-bg-opacity: 1;
  background-color: rgba(254, 205, 211, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-rose-300 {
  --tw-bg-opacity: 1;
  background-color: rgba(253, 164, 175, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-rose-400 {
  --tw-bg-opacity: 1;
  background-color: rgba(251, 113, 133, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-rose-500 {
  --tw-bg-opacity: 1;
  background-color: rgba(244, 63, 94, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-rose-600 {
  --tw-bg-opacity: 1;
  background-color: rgba(225, 29, 72, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-rose-700 {
  --tw-bg-opacity: 1;
  background-color: rgba(190, 18, 60, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-rose-800 {
  --tw-bg-opacity: 1;
  background-color: rgba(159, 18, 57, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-rose-900 {
  --tw-bg-opacity: 1;
  background-color: rgba(136, 19, 55, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-pink-50 {
  --tw-bg-opacity: 1;
  background-color: rgba(253, 242, 248, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-pink-100 {
  --tw-bg-opacity: 1;
  background-color: rgba(252, 231, 243, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-pink-200 {
  --tw-bg-opacity: 1;
  background-color: rgba(251, 207, 232, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-pink-300 {
  --tw-bg-opacity: 1;
  background-color: rgba(249, 168, 212, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-pink-400 {
  --tw-bg-opacity: 1;
  background-color: rgba(244, 114, 182, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-pink-500 {
  --tw-bg-opacity: 1;
  background-color: rgba(236, 72, 153, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-pink-600 {
  --tw-bg-opacity: 1;
  background-color: rgba(219, 39, 119, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-pink-700 {
  --tw-bg-opacity: 1;
  background-color: rgba(190, 24, 93, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-pink-800 {
  --tw-bg-opacity: 1;
  background-color: rgba(157, 23, 77, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-pink-900 {
  --tw-bg-opacity: 1;
  background-color: rgba(131, 24, 67, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-fuchsia-50 {
  --tw-bg-opacity: 1;
  background-color: rgba(253, 244, 255, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-fuchsia-100 {
  --tw-bg-opacity: 1;
  background-color: rgba(250, 232, 255, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-fuchsia-200 {
  --tw-bg-opacity: 1;
  background-color: rgba(245, 208, 254, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-fuchsia-300 {
  --tw-bg-opacity: 1;
  background-color: rgba(240, 171, 252, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-fuchsia-400 {
  --tw-bg-opacity: 1;
  background-color: rgba(232, 121, 249, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-fuchsia-500 {
  --tw-bg-opacity: 1;
  background-color: rgba(217, 70, 239, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-fuchsia-600 {
  --tw-bg-opacity: 1;
  background-color: rgba(192, 38, 211, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-fuchsia-700 {
  --tw-bg-opacity: 1;
  background-color: rgba(162, 28, 175, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-fuchsia-800 {
  --tw-bg-opacity: 1;
  background-color: rgba(134, 25, 143, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-fuchsia-900 {
  --tw-bg-opacity: 1;
  background-color: rgba(112, 26, 117, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-violet-50 {
  --tw-bg-opacity: 1;
  background-color: rgba(245, 243, 255, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-violet-100 {
  --tw-bg-opacity: 1;
  background-color: rgba(237, 233, 254, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-violet-200 {
  --tw-bg-opacity: 1;
  background-color: rgba(221, 214, 254, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-violet-300 {
  --tw-bg-opacity: 1;
  background-color: rgba(196, 181, 253, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-violet-400 {
  --tw-bg-opacity: 1;
  background-color: rgba(167, 139, 250, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-violet-500 {
  --tw-bg-opacity: 1;
  background-color: rgba(139, 92, 246, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-violet-600 {
  --tw-bg-opacity: 1;
  background-color: rgba(124, 58, 237, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-violet-700 {
  --tw-bg-opacity: 1;
  background-color: rgba(109, 40, 217, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-violet-800 {
  --tw-bg-opacity: 1;
  background-color: rgba(91, 33, 182, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-violet-900 {
  --tw-bg-opacity: 1;
  background-color: rgba(76, 29, 149, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-indigo-50 {
  --tw-bg-opacity: 1;
  background-color: rgba(238, 242, 255, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-indigo-100 {
  --tw-bg-opacity: 1;
  background-color: rgba(224, 231, 255, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-indigo-200 {
  --tw-bg-opacity: 1;
  background-color: rgba(199, 210, 254, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-indigo-300 {
  --tw-bg-opacity: 1;
  background-color: rgba(165, 180, 252, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-indigo-400 {
  --tw-bg-opacity: 1;
  background-color: rgba(129, 140, 248, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-indigo-500 {
  --tw-bg-opacity: 1;
  background-color: rgba(99, 102, 241, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-indigo-600 {
  --tw-bg-opacity: 1;
  background-color: rgba(79, 70, 229, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-indigo-700 {
  --tw-bg-opacity: 1;
  background-color: rgba(67, 56, 202, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-indigo-800 {
  --tw-bg-opacity: 1;
  background-color: rgba(55, 48, 163, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-indigo-900 {
  --tw-bg-opacity: 1;
  background-color: rgba(49, 46, 129, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-lightBlue-50 {
  --tw-bg-opacity: 1;
  background-color: rgba(240, 249, 255, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-lightBlue-100 {
  --tw-bg-opacity: 1;
  background-color: rgba(224, 242, 254, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-lightBlue-200 {
  --tw-bg-opacity: 1;
  background-color: rgba(186, 230, 253, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-lightBlue-300 {
  --tw-bg-opacity: 1;
  background-color: rgba(125, 211, 252, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-lightBlue-400 {
  --tw-bg-opacity: 1;
  background-color: rgba(56, 189, 248, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-lightBlue-500 {
  --tw-bg-opacity: 1;
  background-color: rgba(14, 165, 233, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-lightBlue-600 {
  --tw-bg-opacity: 1;
  background-color: rgba(2, 132, 199, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-lightBlue-700 {
  --tw-bg-opacity: 1;
  background-color: rgba(3, 105, 161, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-lightBlue-800 {
  --tw-bg-opacity: 1;
  background-color: rgba(7, 89, 133, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-lightBlue-900 {
  --tw-bg-opacity: 1;
  background-color: rgba(12, 74, 110, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-cyan-50 {
  --tw-bg-opacity: 1;
  background-color: rgba(236, 254, 255, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-cyan-100 {
  --tw-bg-opacity: 1;
  background-color: rgba(207, 250, 254, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-cyan-200 {
  --tw-bg-opacity: 1;
  background-color: rgba(165, 243, 252, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-cyan-300 {
  --tw-bg-opacity: 1;
  background-color: rgba(103, 232, 249, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-cyan-400 {
  --tw-bg-opacity: 1;
  background-color: rgba(34, 211, 238, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-cyan-500 {
  --tw-bg-opacity: 1;
  background-color: rgba(6, 182, 212, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-cyan-600 {
  --tw-bg-opacity: 1;
  background-color: rgba(8, 145, 178, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-cyan-700 {
  --tw-bg-opacity: 1;
  background-color: rgba(14, 116, 144, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-cyan-800 {
  --tw-bg-opacity: 1;
  background-color: rgba(21, 94, 117, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-cyan-900 {
  --tw-bg-opacity: 1;
  background-color: rgba(22, 78, 99, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-teal-50 {
  --tw-bg-opacity: 1;
  background-color: rgba(240, 253, 250, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-teal-100 {
  --tw-bg-opacity: 1;
  background-color: rgba(204, 251, 241, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-teal-200 {
  --tw-bg-opacity: 1;
  background-color: rgba(153, 246, 228, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-teal-300 {
  --tw-bg-opacity: 1;
  background-color: rgba(94, 234, 212, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-teal-400 {
  --tw-bg-opacity: 1;
  background-color: rgba(45, 212, 191, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-teal-500 {
  --tw-bg-opacity: 1;
  background-color: rgba(20, 184, 166, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-teal-600 {
  --tw-bg-opacity: 1;
  background-color: rgba(13, 148, 136, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-teal-700 {
  --tw-bg-opacity: 1;
  background-color: rgba(15, 118, 110, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-teal-800 {
  --tw-bg-opacity: 1;
  background-color: rgba(17, 94, 89, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-teal-900 {
  --tw-bg-opacity: 1;
  background-color: rgba(19, 78, 74, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-emerald-50 {
  --tw-bg-opacity: 1;
  background-color: rgba(236, 253, 245, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-emerald-100 {
  --tw-bg-opacity: 1;
  background-color: rgba(209, 250, 229, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-emerald-200 {
  --tw-bg-opacity: 1;
  background-color: rgba(167, 243, 208, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-emerald-300 {
  --tw-bg-opacity: 1;
  background-color: rgba(110, 231, 183, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-emerald-400 {
  --tw-bg-opacity: 1;
  background-color: rgba(52, 211, 153, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-emerald-500 {
  --tw-bg-opacity: 1;
  background-color: rgba(16, 185, 129, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-emerald-600 {
  --tw-bg-opacity: 1;
  background-color: rgba(5, 150, 105, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-emerald-700 {
  --tw-bg-opacity: 1;
  background-color: rgba(4, 120, 87, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-emerald-800 {
  --tw-bg-opacity: 1;
  background-color: rgba(6, 95, 70, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-emerald-900 {
  --tw-bg-opacity: 1;
  background-color: rgba(6, 78, 59, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-green-50 {
  --tw-bg-opacity: 1;
  background-color: rgba(240, 253, 244, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-green-100 {
  --tw-bg-opacity: 1;
  background-color: rgba(220, 252, 231, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-green-200 {
  --tw-bg-opacity: 1;
  background-color: rgba(187, 247, 208, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-green-300 {
  --tw-bg-opacity: 1;
  background-color: rgba(134, 239, 172, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-green-400 {
  --tw-bg-opacity: 1;
  background-color: rgba(74, 222, 128, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-green-500 {
  --tw-bg-opacity: 1;
  background-color: rgba(34, 197, 94, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-green-600 {
  --tw-bg-opacity: 1;
  background-color: rgba(22, 163, 74, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-green-700 {
  --tw-bg-opacity: 1;
  background-color: rgba(21, 128, 61, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-green-800 {
  --tw-bg-opacity: 1;
  background-color: rgba(22, 101, 52, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-green-900 {
  --tw-bg-opacity: 1;
  background-color: rgba(20, 83, 45, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-lime-50 {
  --tw-bg-opacity: 1;
  background-color: rgba(247, 254, 231, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-lime-100 {
  --tw-bg-opacity: 1;
  background-color: rgba(236, 252, 203, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-lime-200 {
  --tw-bg-opacity: 1;
  background-color: rgba(217, 249, 157, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-lime-300 {
  --tw-bg-opacity: 1;
  background-color: rgba(190, 242, 100, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-lime-400 {
  --tw-bg-opacity: 1;
  background-color: rgba(163, 230, 53, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-lime-500 {
  --tw-bg-opacity: 1;
  background-color: rgba(132, 204, 22, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-lime-600 {
  --tw-bg-opacity: 1;
  background-color: rgba(101, 163, 13, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-lime-700 {
  --tw-bg-opacity: 1;
  background-color: rgba(77, 124, 15, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-lime-800 {
  --tw-bg-opacity: 1;
  background-color: rgba(63, 98, 18, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-lime-900 {
  --tw-bg-opacity: 1;
  background-color: rgba(54, 83, 20, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-yellow-50 {
  --tw-bg-opacity: 1;
  background-color: rgba(254, 252, 232, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-yellow-100 {
  --tw-bg-opacity: 1;
  background-color: rgba(254, 249, 195, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-yellow-200 {
  --tw-bg-opacity: 1;
  background-color: rgba(254, 240, 138, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-yellow-300 {
  --tw-bg-opacity: 1;
  background-color: rgba(253, 224, 71, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-yellow-400 {
  --tw-bg-opacity: 1;
  background-color: rgba(250, 204, 21, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-yellow-500 {
  --tw-bg-opacity: 1;
  background-color: rgba(234, 179, 8, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-yellow-600 {
  --tw-bg-opacity: 1;
  background-color: rgba(202, 138, 4, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-yellow-700 {
  --tw-bg-opacity: 1;
  background-color: rgba(161, 98, 7, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-yellow-800 {
  --tw-bg-opacity: 1;
  background-color: rgba(133, 77, 14, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-yellow-900 {
  --tw-bg-opacity: 1;
  background-color: rgba(113, 63, 18, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-amber-50 {
  --tw-bg-opacity: 1;
  background-color: rgba(255, 251, 235, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-amber-100 {
  --tw-bg-opacity: 1;
  background-color: rgba(254, 243, 199, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-amber-200 {
  --tw-bg-opacity: 1;
  background-color: rgba(253, 230, 138, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-amber-300 {
  --tw-bg-opacity: 1;
  background-color: rgba(252, 211, 77, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-amber-400 {
  --tw-bg-opacity: 1;
  background-color: rgba(251, 191, 36, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-amber-500 {
  --tw-bg-opacity: 1;
  background-color: rgba(245, 158, 11, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-amber-600 {
  --tw-bg-opacity: 1;
  background-color: rgba(217, 119, 6, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-amber-700 {
  --tw-bg-opacity: 1;
  background-color: rgba(180, 83, 9, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-amber-800 {
  --tw-bg-opacity: 1;
  background-color: rgba(146, 64, 14, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-amber-900 {
  --tw-bg-opacity: 1;
  background-color: rgba(120, 53, 15, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-orange-50 {
  --tw-bg-opacity: 1;
  background-color: rgba(255, 247, 237, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-orange-100 {
  --tw-bg-opacity: 1;
  background-color: rgba(255, 237, 213, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-orange-200 {
  --tw-bg-opacity: 1;
  background-color: rgba(254, 215, 170, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-orange-300 {
  --tw-bg-opacity: 1;
  background-color: rgba(253, 186, 116, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-orange-400 {
  --tw-bg-opacity: 1;
  background-color: rgba(251, 146, 60, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-orange-500 {
  --tw-bg-opacity: 1;
  background-color: rgba(249, 115, 22, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-orange-600 {
  --tw-bg-opacity: 1;
  background-color: rgba(234, 88, 12, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-orange-700 {
  --tw-bg-opacity: 1;
  background-color: rgba(194, 65, 12, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-orange-800 {
  --tw-bg-opacity: 1;
  background-color: rgba(154, 52, 18, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-orange-900 {
  --tw-bg-opacity: 1;
  background-color: rgba(124, 45, 18, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-red-50 {
  --tw-bg-opacity: 1;
  background-color: rgba(254, 242, 242, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-red-100 {
  --tw-bg-opacity: 1;
  background-color: rgba(254, 226, 226, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-red-200 {
  --tw-bg-opacity: 1;
  background-color: rgba(254, 202, 202, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-red-300 {
  --tw-bg-opacity: 1;
  background-color: rgba(252, 165, 165, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-red-400 {
  --tw-bg-opacity: 1;
  background-color: rgba(248, 113, 113, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-red-500 {
  --tw-bg-opacity: 1;
  background-color: rgba(239, 68, 68, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-red-600 {
  --tw-bg-opacity: 1;
  background-color: rgba(220, 38, 38, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-red-700 {
  --tw-bg-opacity: 1;
  background-color: rgba(185, 28, 28, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-red-800 {
  --tw-bg-opacity: 1;
  background-color: rgba(153, 27, 27, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-red-900 {
  --tw-bg-opacity: 1;
  background-color: rgba(127, 29, 29, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-warmGray-50 {
  --tw-bg-opacity: 1;
  background-color: rgba(250, 250, 249, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-warmGray-100 {
  --tw-bg-opacity: 1;
  background-color: rgba(245, 245, 244, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-warmGray-200 {
  --tw-bg-opacity: 1;
  background-color: rgba(231, 229, 228, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-warmGray-300 {
  --tw-bg-opacity: 1;
  background-color: rgba(214, 211, 209, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-warmGray-400 {
  --tw-bg-opacity: 1;
  background-color: rgba(168, 162, 158, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-warmGray-500 {
  --tw-bg-opacity: 1;
  background-color: rgba(120, 113, 108, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-warmGray-600 {
  --tw-bg-opacity: 1;
  background-color: rgba(87, 83, 78, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-warmGray-700 {
  --tw-bg-opacity: 1;
  background-color: rgba(68, 64, 60, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-warmGray-800 {
  --tw-bg-opacity: 1;
  background-color: rgba(41, 37, 36, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-warmGray-900 {
  --tw-bg-opacity: 1;
  background-color: rgba(28, 25, 23, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-trueGray-50 {
  --tw-bg-opacity: 1;
  background-color: rgba(250, 250, 250, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-trueGray-100 {
  --tw-bg-opacity: 1;
  background-color: rgba(245, 245, 245, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-trueGray-200 {
  --tw-bg-opacity: 1;
  background-color: rgba(229, 229, 229, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-trueGray-300 {
  --tw-bg-opacity: 1;
  background-color: rgba(212, 212, 212, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-trueGray-400 {
  --tw-bg-opacity: 1;
  background-color: rgba(163, 163, 163, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-trueGray-500 {
  --tw-bg-opacity: 1;
  background-color: rgba(115, 115, 115, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-trueGray-600 {
  --tw-bg-opacity: 1;
  background-color: rgba(82, 82, 82, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-trueGray-700 {
  --tw-bg-opacity: 1;
  background-color: rgba(64, 64, 64, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-trueGray-800 {
  --tw-bg-opacity: 1;
  background-color: rgba(38, 38, 38, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-trueGray-900 {
  --tw-bg-opacity: 1;
  background-color: rgba(23, 23, 23, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-gray-50 {
  --tw-bg-opacity: 1;
  background-color: rgba(250, 250, 250, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-gray-100 {
  --tw-bg-opacity: 1;
  background-color: rgba(244, 244, 245, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-gray-200 {
  --tw-bg-opacity: 1;
  background-color: rgba(228, 228, 231, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-gray-300 {
  --tw-bg-opacity: 1;
  background-color: rgba(212, 212, 216, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-gray-400 {
  --tw-bg-opacity: 1;
  background-color: rgba(161, 161, 170, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-gray-500 {
  --tw-bg-opacity: 1;
  background-color: rgba(113, 113, 122, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-gray-600 {
  --tw-bg-opacity: 1;
  background-color: rgba(82, 82, 91, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-gray-700 {
  --tw-bg-opacity: 1;
  background-color: rgba(63, 63, 70, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-gray-800 {
  --tw-bg-opacity: 1;
  background-color: rgba(39, 39, 42, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-gray-900 {
  --tw-bg-opacity: 1;
  background-color: rgba(24, 24, 27, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-coolGray-50 {
  --tw-bg-opacity: 1;
  background-color: rgba(249, 250, 251, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-coolGray-100 {
  --tw-bg-opacity: 1;
  background-color: rgba(243, 244, 246, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-coolGray-200 {
  --tw-bg-opacity: 1;
  background-color: rgba(229, 231, 235, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-coolGray-300 {
  --tw-bg-opacity: 1;
  background-color: rgba(209, 213, 219, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-coolGray-400 {
  --tw-bg-opacity: 1;
  background-color: rgba(156, 163, 175, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-coolGray-500 {
  --tw-bg-opacity: 1;
  background-color: rgba(107, 114, 128, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-coolGray-600 {
  --tw-bg-opacity: 1;
  background-color: rgba(75, 85, 99, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-coolGray-700 {
  --tw-bg-opacity: 1;
  background-color: rgba(55, 65, 81, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-coolGray-800 {
  --tw-bg-opacity: 1;
  background-color: rgba(31, 41, 55, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-coolGray-900 {
  --tw-bg-opacity: 1;
  background-color: rgba(17, 24, 39, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-blueGray-50 {
  --tw-bg-opacity: 1;
  background-color: rgba(248, 250, 252, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-blueGray-100 {
  --tw-bg-opacity: 1;
  background-color: rgba(241, 245, 249, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-blueGray-200 {
  --tw-bg-opacity: 1;
  background-color: rgba(226, 232, 240, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-blueGray-300 {
  --tw-bg-opacity: 1;
  background-color: rgba(203, 213, 225, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-blueGray-400 {
  --tw-bg-opacity: 1;
  background-color: rgba(148, 163, 184, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-blueGray-500 {
  --tw-bg-opacity: 1;
  background-color: rgba(100, 116, 139, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-blueGray-600 {
  --tw-bg-opacity: 1;
  background-color: rgba(71, 85, 105, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-blueGray-700 {
  --tw-bg-opacity: 1;
  background-color: rgba(51, 65, 85, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-blueGray-800 {
  --tw-bg-opacity: 1;
  background-color: rgba(30, 41, 59, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-blueGray-900 {
  --tw-bg-opacity: 1;
  background-color: rgba(15, 23, 42, var(--tw-bg-opacity));
}

.hover\:bg-current:hover {
  background-color: currentColor;
}

.hover\:bg-transparent:hover {
  background-color: transparent;
}

.hover\:bg-falcon:hover {
  background-color: var(--falcon);
}

.hover\:bg-basement:hover {
  background-color: var(--basement);
}

.hover\:bg-blue-50:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(239, 246, 255, var(--tw-bg-opacity));
}

.hover\:bg-blue-100:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(219, 234, 254, var(--tw-bg-opacity));
}

.hover\:bg-blue-200:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(191, 219, 254, var(--tw-bg-opacity));
}

.hover\:bg-blue-300:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(147, 197, 253, var(--tw-bg-opacity));
}

.hover\:bg-blue-400:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(96, 165, 250, var(--tw-bg-opacity));
}

.hover\:bg-blue-500:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(59, 130, 246, var(--tw-bg-opacity));
}

.hover\:bg-blue-600:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(37, 99, 235, var(--tw-bg-opacity));
}

.hover\:bg-blue-700:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(29, 78, 216, var(--tw-bg-opacity));
}

.hover\:bg-blue-800:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(30, 64, 175, var(--tw-bg-opacity));
}

.hover\:bg-blue-900:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(30, 58, 138, var(--tw-bg-opacity));
}

.hover\:bg-body-and-labels:hover {
  background-color: var(--body-and-labels);
}

.hover\:bg-brand:hover {
  background-color: var(--brand);
}

.hover\:bg-code-base-64:hover {
  background-color: var(--code-base-64);
}

.hover\:bg-code-bg:hover {
  background-color: var(--code-bg);
}

.hover\:bg-code-outline:hover {
  background-color: var(--code-outline);
}

.hover\:bg-code-text:hover {
  background-color: var(--code-text);
}

.hover\:bg-critical:hover {
  background-color: var(--critical);
}

.hover\:bg-destructive-hover:hover {
  background-color: var(--destructive-hover);
}

.hover\:bg-destructive-idle:hover {
  background-color: var(--destructive-idle);
}

.hover\:bg-destructive-pressed:hover {
  background-color: var(--destructive-pressed);
}

.hover\:bg-disabled:hover {
  background-color: var(--disabled);
}

.hover\:bg-disc-operations:hover {
  background-color: var(--disc-operations);
}

.hover\:bg-dns-requests:hover {
  background-color: var(--dns-requests);
}

.hover\:bg-focus:hover {
  background-color: var(--focus);
}

.hover\:bg-graph-1:hover {
  background-color: var(--graph-1);
}

.hover\:bg-graph-10:hover {
  background-color: var(--graph-10);
}

.hover\:bg-graph-11:hover {
  background-color: var(--graph-11);
}

.hover\:bg-graph-2:hover {
  background-color: var(--graph-2);
}

.hover\:bg-graph-3:hover {
  background-color: var(--graph-3);
}

.hover\:bg-graph-4:hover {
  background-color: var(--graph-4);
}

.hover\:bg-graph-5:hover {
  background-color: var(--graph-5);
}

.hover\:bg-graph-6:hover {
  background-color: var(--graph-6);
}

.hover\:bg-graph-7:hover {
  background-color: var(--graph-7);
}

.hover\:bg-graph-8:hover {
  background-color: var(--graph-8);
}

.hover\:bg-graph-9:hover {
  background-color: var(--graph-9);
}

.hover\:bg-graph-disabled:hover {
  background-color: var(--graph-disabled);
}

.hover\:bg-ground-floor:hover {
  background-color: var(--ground-floor);
}

.hover\:bg-high:hover {
  background-color: var(--high);
}

.hover\:bg-informational:hover {
  background-color: var(--informational);
}

.hover\:bg-lines-dark:hover {
  background-color: var(--lines-dark);
}

.hover\:bg-lines-light:hover {
  background-color: var(--lines-light);
}

.hover\:bg-low:hover {
  background-color: var(--low);
}

.hover\:bg-medium:hover {
  background-color: var(--medium);
}

.hover\:bg-mezzanine:hover {
  background-color: var(--mezzanine);
}

.hover\:bg-nav-text-and-icons:hover {
  background-color: var(--nav-text-and-icons);
}

.hover\:bg-nav-text-secondary:hover {
  background-color: var(--nav-text-secondary);
}

.hover\:bg-network-operations:hover {
  background-color: var(--network-operations);
}

.hover\:bg-normal-hover:hover {
  background-color: var(--normal-hover);
}

.hover\:bg-normal-idle:hover {
  background-color: var(--normal-idle);
}

.hover\:bg-normal-pressed:hover {
  background-color: var(--normal-pressed);
}

.hover\:bg-overlay-0\.5:hover {
  background-color: var(--overlay-0\.5);
}

.hover\:bg-overlay-1:hover {
  background-color: var(--overlay-1);
}

.hover\:bg-overlay-2:hover {
  background-color: var(--overlay-2);
}

.hover\:bg-positive:hover {
  background-color: var(--positive);
}

.hover\:bg-primary-hover:hover {
  background-color: var(--primary-hover);
}

.hover\:bg-primary-idle:hover {
  background-color: var(--primary-idle);
}

.hover\:bg-primary-pressed:hover {
  background-color: var(--primary-pressed);
}

.hover\:bg-process-operations:hover {
  background-color: var(--process-operations);
}

.hover\:bg-purple-50:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(250, 245, 255, var(--tw-bg-opacity));
}

.hover\:bg-purple-100:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(243, 232, 255, var(--tw-bg-opacity));
}

.hover\:bg-purple-200:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(233, 213, 255, var(--tw-bg-opacity));
}

.hover\:bg-purple-300:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(216, 180, 254, var(--tw-bg-opacity));
}

.hover\:bg-purple-400:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(192, 132, 252, var(--tw-bg-opacity));
}

.hover\:bg-purple-500:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(168, 85, 247, var(--tw-bg-opacity));
}

.hover\:bg-purple-600:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(147, 51, 234, var(--tw-bg-opacity));
}

.hover\:bg-purple-700:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(126, 34, 206, var(--tw-bg-opacity));
}

.hover\:bg-purple-800:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(107, 33, 168, var(--tw-bg-opacity));
}

.hover\:bg-purple-900:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(88, 28, 135, var(--tw-bg-opacity));
}

.hover\:bg-registry-operations:hover {
  background-color: var(--registry-operations);
}

.hover\:bg-selected:hover {
  background-color: var(--selected);
}

.hover\:bg-surface-2xl:hover {
  background-color: var(--surface-2xl);
}

.hover\:bg-surface-base:hover {
  background-color: var(--surface-base);
}

.hover\:bg-surface-inner:hover {
  background-color: var(--surface-inner);
}

.hover\:bg-surface-lg:hover {
  background-color: var(--surface-lg);
}

.hover\:bg-surface-md:hover {
  background-color: var(--surface-md);
}

.hover\:bg-surface-xl:hover {
  background-color: var(--surface-xl);
}

.hover\:bg-text-and-icons:hover {
  background-color: var(--text-and-icons);
}

.hover\:bg-titles-and-attributes:hover {
  background-color: var(--titles-and-attributes);
}

.hover\:bg-black:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
}

.hover\:bg-white:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
}

.hover\:bg-rose-50:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(255, 241, 242, var(--tw-bg-opacity));
}

.hover\:bg-rose-100:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(255, 228, 230, var(--tw-bg-opacity));
}

.hover\:bg-rose-200:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(254, 205, 211, var(--tw-bg-opacity));
}

.hover\:bg-rose-300:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(253, 164, 175, var(--tw-bg-opacity));
}

.hover\:bg-rose-400:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(251, 113, 133, var(--tw-bg-opacity));
}

.hover\:bg-rose-500:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(244, 63, 94, var(--tw-bg-opacity));
}

.hover\:bg-rose-600:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(225, 29, 72, var(--tw-bg-opacity));
}

.hover\:bg-rose-700:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(190, 18, 60, var(--tw-bg-opacity));
}

.hover\:bg-rose-800:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(159, 18, 57, var(--tw-bg-opacity));
}

.hover\:bg-rose-900:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(136, 19, 55, var(--tw-bg-opacity));
}

.hover\:bg-pink-50:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(253, 242, 248, var(--tw-bg-opacity));
}

.hover\:bg-pink-100:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(252, 231, 243, var(--tw-bg-opacity));
}

.hover\:bg-pink-200:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(251, 207, 232, var(--tw-bg-opacity));
}

.hover\:bg-pink-300:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(249, 168, 212, var(--tw-bg-opacity));
}

.hover\:bg-pink-400:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(244, 114, 182, var(--tw-bg-opacity));
}

.hover\:bg-pink-500:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(236, 72, 153, var(--tw-bg-opacity));
}

.hover\:bg-pink-600:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(219, 39, 119, var(--tw-bg-opacity));
}

.hover\:bg-pink-700:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(190, 24, 93, var(--tw-bg-opacity));
}

.hover\:bg-pink-800:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(157, 23, 77, var(--tw-bg-opacity));
}

.hover\:bg-pink-900:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(131, 24, 67, var(--tw-bg-opacity));
}

.hover\:bg-fuchsia-50:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(253, 244, 255, var(--tw-bg-opacity));
}

.hover\:bg-fuchsia-100:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(250, 232, 255, var(--tw-bg-opacity));
}

.hover\:bg-fuchsia-200:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(245, 208, 254, var(--tw-bg-opacity));
}

.hover\:bg-fuchsia-300:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(240, 171, 252, var(--tw-bg-opacity));
}

.hover\:bg-fuchsia-400:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(232, 121, 249, var(--tw-bg-opacity));
}

.hover\:bg-fuchsia-500:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(217, 70, 239, var(--tw-bg-opacity));
}

.hover\:bg-fuchsia-600:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(192, 38, 211, var(--tw-bg-opacity));
}

.hover\:bg-fuchsia-700:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(162, 28, 175, var(--tw-bg-opacity));
}

.hover\:bg-fuchsia-800:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(134, 25, 143, var(--tw-bg-opacity));
}

.hover\:bg-fuchsia-900:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(112, 26, 117, var(--tw-bg-opacity));
}

.hover\:bg-violet-50:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(245, 243, 255, var(--tw-bg-opacity));
}

.hover\:bg-violet-100:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(237, 233, 254, var(--tw-bg-opacity));
}

.hover\:bg-violet-200:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(221, 214, 254, var(--tw-bg-opacity));
}

.hover\:bg-violet-300:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(196, 181, 253, var(--tw-bg-opacity));
}

.hover\:bg-violet-400:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(167, 139, 250, var(--tw-bg-opacity));
}

.hover\:bg-violet-500:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(139, 92, 246, var(--tw-bg-opacity));
}

.hover\:bg-violet-600:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(124, 58, 237, var(--tw-bg-opacity));
}

.hover\:bg-violet-700:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(109, 40, 217, var(--tw-bg-opacity));
}

.hover\:bg-violet-800:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(91, 33, 182, var(--tw-bg-opacity));
}

.hover\:bg-violet-900:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(76, 29, 149, var(--tw-bg-opacity));
}

.hover\:bg-indigo-50:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(238, 242, 255, var(--tw-bg-opacity));
}

.hover\:bg-indigo-100:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(224, 231, 255, var(--tw-bg-opacity));
}

.hover\:bg-indigo-200:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(199, 210, 254, var(--tw-bg-opacity));
}

.hover\:bg-indigo-300:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(165, 180, 252, var(--tw-bg-opacity));
}

.hover\:bg-indigo-400:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(129, 140, 248, var(--tw-bg-opacity));
}

.hover\:bg-indigo-500:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(99, 102, 241, var(--tw-bg-opacity));
}

.hover\:bg-indigo-600:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(79, 70, 229, var(--tw-bg-opacity));
}

.hover\:bg-indigo-700:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(67, 56, 202, var(--tw-bg-opacity));
}

.hover\:bg-indigo-800:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(55, 48, 163, var(--tw-bg-opacity));
}

.hover\:bg-indigo-900:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(49, 46, 129, var(--tw-bg-opacity));
}

.hover\:bg-lightBlue-50:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(240, 249, 255, var(--tw-bg-opacity));
}

.hover\:bg-lightBlue-100:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(224, 242, 254, var(--tw-bg-opacity));
}

.hover\:bg-lightBlue-200:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(186, 230, 253, var(--tw-bg-opacity));
}

.hover\:bg-lightBlue-300:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(125, 211, 252, var(--tw-bg-opacity));
}

.hover\:bg-lightBlue-400:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(56, 189, 248, var(--tw-bg-opacity));
}

.hover\:bg-lightBlue-500:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(14, 165, 233, var(--tw-bg-opacity));
}

.hover\:bg-lightBlue-600:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(2, 132, 199, var(--tw-bg-opacity));
}

.hover\:bg-lightBlue-700:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(3, 105, 161, var(--tw-bg-opacity));
}

.hover\:bg-lightBlue-800:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(7, 89, 133, var(--tw-bg-opacity));
}

.hover\:bg-lightBlue-900:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(12, 74, 110, var(--tw-bg-opacity));
}

.hover\:bg-cyan-50:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(236, 254, 255, var(--tw-bg-opacity));
}

.hover\:bg-cyan-100:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(207, 250, 254, var(--tw-bg-opacity));
}

.hover\:bg-cyan-200:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(165, 243, 252, var(--tw-bg-opacity));
}

.hover\:bg-cyan-300:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(103, 232, 249, var(--tw-bg-opacity));
}

.hover\:bg-cyan-400:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(34, 211, 238, var(--tw-bg-opacity));
}

.hover\:bg-cyan-500:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(6, 182, 212, var(--tw-bg-opacity));
}

.hover\:bg-cyan-600:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(8, 145, 178, var(--tw-bg-opacity));
}

.hover\:bg-cyan-700:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(14, 116, 144, var(--tw-bg-opacity));
}

.hover\:bg-cyan-800:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(21, 94, 117, var(--tw-bg-opacity));
}

.hover\:bg-cyan-900:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(22, 78, 99, var(--tw-bg-opacity));
}

.hover\:bg-teal-50:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(240, 253, 250, var(--tw-bg-opacity));
}

.hover\:bg-teal-100:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(204, 251, 241, var(--tw-bg-opacity));
}

.hover\:bg-teal-200:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(153, 246, 228, var(--tw-bg-opacity));
}

.hover\:bg-teal-300:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(94, 234, 212, var(--tw-bg-opacity));
}

.hover\:bg-teal-400:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(45, 212, 191, var(--tw-bg-opacity));
}

.hover\:bg-teal-500:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(20, 184, 166, var(--tw-bg-opacity));
}

.hover\:bg-teal-600:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(13, 148, 136, var(--tw-bg-opacity));
}

.hover\:bg-teal-700:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(15, 118, 110, var(--tw-bg-opacity));
}

.hover\:bg-teal-800:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(17, 94, 89, var(--tw-bg-opacity));
}

.hover\:bg-teal-900:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(19, 78, 74, var(--tw-bg-opacity));
}

.hover\:bg-emerald-50:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(236, 253, 245, var(--tw-bg-opacity));
}

.hover\:bg-emerald-100:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(209, 250, 229, var(--tw-bg-opacity));
}

.hover\:bg-emerald-200:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(167, 243, 208, var(--tw-bg-opacity));
}

.hover\:bg-emerald-300:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(110, 231, 183, var(--tw-bg-opacity));
}

.hover\:bg-emerald-400:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(52, 211, 153, var(--tw-bg-opacity));
}

.hover\:bg-emerald-500:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(16, 185, 129, var(--tw-bg-opacity));
}

.hover\:bg-emerald-600:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(5, 150, 105, var(--tw-bg-opacity));
}

.hover\:bg-emerald-700:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(4, 120, 87, var(--tw-bg-opacity));
}

.hover\:bg-emerald-800:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(6, 95, 70, var(--tw-bg-opacity));
}

.hover\:bg-emerald-900:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(6, 78, 59, var(--tw-bg-opacity));
}

.hover\:bg-green-50:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(240, 253, 244, var(--tw-bg-opacity));
}

.hover\:bg-green-100:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(220, 252, 231, var(--tw-bg-opacity));
}

.hover\:bg-green-200:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(187, 247, 208, var(--tw-bg-opacity));
}

.hover\:bg-green-300:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(134, 239, 172, var(--tw-bg-opacity));
}

.hover\:bg-green-400:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(74, 222, 128, var(--tw-bg-opacity));
}

.hover\:bg-green-500:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(34, 197, 94, var(--tw-bg-opacity));
}

.hover\:bg-green-600:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(22, 163, 74, var(--tw-bg-opacity));
}

.hover\:bg-green-700:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(21, 128, 61, var(--tw-bg-opacity));
}

.hover\:bg-green-800:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(22, 101, 52, var(--tw-bg-opacity));
}

.hover\:bg-green-900:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(20, 83, 45, var(--tw-bg-opacity));
}

.hover\:bg-lime-50:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(247, 254, 231, var(--tw-bg-opacity));
}

.hover\:bg-lime-100:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(236, 252, 203, var(--tw-bg-opacity));
}

.hover\:bg-lime-200:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(217, 249, 157, var(--tw-bg-opacity));
}

.hover\:bg-lime-300:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(190, 242, 100, var(--tw-bg-opacity));
}

.hover\:bg-lime-400:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(163, 230, 53, var(--tw-bg-opacity));
}

.hover\:bg-lime-500:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(132, 204, 22, var(--tw-bg-opacity));
}

.hover\:bg-lime-600:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(101, 163, 13, var(--tw-bg-opacity));
}

.hover\:bg-lime-700:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(77, 124, 15, var(--tw-bg-opacity));
}

.hover\:bg-lime-800:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(63, 98, 18, var(--tw-bg-opacity));
}

.hover\:bg-lime-900:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(54, 83, 20, var(--tw-bg-opacity));
}

.hover\:bg-yellow-50:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(254, 252, 232, var(--tw-bg-opacity));
}

.hover\:bg-yellow-100:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(254, 249, 195, var(--tw-bg-opacity));
}

.hover\:bg-yellow-200:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(254, 240, 138, var(--tw-bg-opacity));
}

.hover\:bg-yellow-300:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(253, 224, 71, var(--tw-bg-opacity));
}

.hover\:bg-yellow-400:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(250, 204, 21, var(--tw-bg-opacity));
}

.hover\:bg-yellow-500:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(234, 179, 8, var(--tw-bg-opacity));
}

.hover\:bg-yellow-600:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(202, 138, 4, var(--tw-bg-opacity));
}

.hover\:bg-yellow-700:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(161, 98, 7, var(--tw-bg-opacity));
}

.hover\:bg-yellow-800:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(133, 77, 14, var(--tw-bg-opacity));
}

.hover\:bg-yellow-900:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(113, 63, 18, var(--tw-bg-opacity));
}

.hover\:bg-amber-50:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(255, 251, 235, var(--tw-bg-opacity));
}

.hover\:bg-amber-100:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(254, 243, 199, var(--tw-bg-opacity));
}

.hover\:bg-amber-200:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(253, 230, 138, var(--tw-bg-opacity));
}

.hover\:bg-amber-300:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(252, 211, 77, var(--tw-bg-opacity));
}

.hover\:bg-amber-400:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(251, 191, 36, var(--tw-bg-opacity));
}

.hover\:bg-amber-500:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(245, 158, 11, var(--tw-bg-opacity));
}

.hover\:bg-amber-600:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(217, 119, 6, var(--tw-bg-opacity));
}

.hover\:bg-amber-700:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(180, 83, 9, var(--tw-bg-opacity));
}

.hover\:bg-amber-800:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(146, 64, 14, var(--tw-bg-opacity));
}

.hover\:bg-amber-900:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(120, 53, 15, var(--tw-bg-opacity));
}

.hover\:bg-orange-50:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(255, 247, 237, var(--tw-bg-opacity));
}

.hover\:bg-orange-100:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(255, 237, 213, var(--tw-bg-opacity));
}

.hover\:bg-orange-200:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(254, 215, 170, var(--tw-bg-opacity));
}

.hover\:bg-orange-300:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(253, 186, 116, var(--tw-bg-opacity));
}

.hover\:bg-orange-400:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(251, 146, 60, var(--tw-bg-opacity));
}

.hover\:bg-orange-500:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(249, 115, 22, var(--tw-bg-opacity));
}

.hover\:bg-orange-600:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(234, 88, 12, var(--tw-bg-opacity));
}

.hover\:bg-orange-700:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(194, 65, 12, var(--tw-bg-opacity));
}

.hover\:bg-orange-800:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(154, 52, 18, var(--tw-bg-opacity));
}

.hover\:bg-orange-900:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(124, 45, 18, var(--tw-bg-opacity));
}

.hover\:bg-red-50:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(254, 242, 242, var(--tw-bg-opacity));
}

.hover\:bg-red-100:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(254, 226, 226, var(--tw-bg-opacity));
}

.hover\:bg-red-200:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(254, 202, 202, var(--tw-bg-opacity));
}

.hover\:bg-red-300:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(252, 165, 165, var(--tw-bg-opacity));
}

.hover\:bg-red-400:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(248, 113, 113, var(--tw-bg-opacity));
}

.hover\:bg-red-500:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(239, 68, 68, var(--tw-bg-opacity));
}

.hover\:bg-red-600:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(220, 38, 38, var(--tw-bg-opacity));
}

.hover\:bg-red-700:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(185, 28, 28, var(--tw-bg-opacity));
}

.hover\:bg-red-800:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(153, 27, 27, var(--tw-bg-opacity));
}

.hover\:bg-red-900:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(127, 29, 29, var(--tw-bg-opacity));
}

.hover\:bg-warmGray-50:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(250, 250, 249, var(--tw-bg-opacity));
}

.hover\:bg-warmGray-100:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(245, 245, 244, var(--tw-bg-opacity));
}

.hover\:bg-warmGray-200:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(231, 229, 228, var(--tw-bg-opacity));
}

.hover\:bg-warmGray-300:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(214, 211, 209, var(--tw-bg-opacity));
}

.hover\:bg-warmGray-400:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(168, 162, 158, var(--tw-bg-opacity));
}

.hover\:bg-warmGray-500:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(120, 113, 108, var(--tw-bg-opacity));
}

.hover\:bg-warmGray-600:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(87, 83, 78, var(--tw-bg-opacity));
}

.hover\:bg-warmGray-700:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(68, 64, 60, var(--tw-bg-opacity));
}

.hover\:bg-warmGray-800:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(41, 37, 36, var(--tw-bg-opacity));
}

.hover\:bg-warmGray-900:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(28, 25, 23, var(--tw-bg-opacity));
}

.hover\:bg-trueGray-50:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(250, 250, 250, var(--tw-bg-opacity));
}

.hover\:bg-trueGray-100:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(245, 245, 245, var(--tw-bg-opacity));
}

.hover\:bg-trueGray-200:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(229, 229, 229, var(--tw-bg-opacity));
}

.hover\:bg-trueGray-300:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(212, 212, 212, var(--tw-bg-opacity));
}

.hover\:bg-trueGray-400:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(163, 163, 163, var(--tw-bg-opacity));
}

.hover\:bg-trueGray-500:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(115, 115, 115, var(--tw-bg-opacity));
}

.hover\:bg-trueGray-600:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(82, 82, 82, var(--tw-bg-opacity));
}

.hover\:bg-trueGray-700:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(64, 64, 64, var(--tw-bg-opacity));
}

.hover\:bg-trueGray-800:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(38, 38, 38, var(--tw-bg-opacity));
}

.hover\:bg-trueGray-900:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(23, 23, 23, var(--tw-bg-opacity));
}

.hover\:bg-gray-50:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(250, 250, 250, var(--tw-bg-opacity));
}

.hover\:bg-gray-100:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(244, 244, 245, var(--tw-bg-opacity));
}

.hover\:bg-gray-200:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(228, 228, 231, var(--tw-bg-opacity));
}

.hover\:bg-gray-300:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(212, 212, 216, var(--tw-bg-opacity));
}

.hover\:bg-gray-400:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(161, 161, 170, var(--tw-bg-opacity));
}

.hover\:bg-gray-500:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(113, 113, 122, var(--tw-bg-opacity));
}

.hover\:bg-gray-600:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(82, 82, 91, var(--tw-bg-opacity));
}

.hover\:bg-gray-700:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(63, 63, 70, var(--tw-bg-opacity));
}

.hover\:bg-gray-800:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(39, 39, 42, var(--tw-bg-opacity));
}

.hover\:bg-gray-900:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(24, 24, 27, var(--tw-bg-opacity));
}

.hover\:bg-coolGray-50:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(249, 250, 251, var(--tw-bg-opacity));
}

.hover\:bg-coolGray-100:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(243, 244, 246, var(--tw-bg-opacity));
}

.hover\:bg-coolGray-200:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(229, 231, 235, var(--tw-bg-opacity));
}

.hover\:bg-coolGray-300:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(209, 213, 219, var(--tw-bg-opacity));
}

.hover\:bg-coolGray-400:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(156, 163, 175, var(--tw-bg-opacity));
}

.hover\:bg-coolGray-500:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(107, 114, 128, var(--tw-bg-opacity));
}

.hover\:bg-coolGray-600:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(75, 85, 99, var(--tw-bg-opacity));
}

.hover\:bg-coolGray-700:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(55, 65, 81, var(--tw-bg-opacity));
}

.hover\:bg-coolGray-800:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(31, 41, 55, var(--tw-bg-opacity));
}

.hover\:bg-coolGray-900:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(17, 24, 39, var(--tw-bg-opacity));
}

.hover\:bg-blueGray-50:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(248, 250, 252, var(--tw-bg-opacity));
}

.hover\:bg-blueGray-100:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(241, 245, 249, var(--tw-bg-opacity));
}

.hover\:bg-blueGray-200:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(226, 232, 240, var(--tw-bg-opacity));
}

.hover\:bg-blueGray-300:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(203, 213, 225, var(--tw-bg-opacity));
}

.hover\:bg-blueGray-400:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(148, 163, 184, var(--tw-bg-opacity));
}

.hover\:bg-blueGray-500:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(100, 116, 139, var(--tw-bg-opacity));
}

.hover\:bg-blueGray-600:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(71, 85, 105, var(--tw-bg-opacity));
}

.hover\:bg-blueGray-700:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(51, 65, 85, var(--tw-bg-opacity));
}

.hover\:bg-blueGray-800:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(30, 41, 59, var(--tw-bg-opacity));
}

.hover\:bg-blueGray-900:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(15, 23, 42, var(--tw-bg-opacity));
}

.focus\:bg-current:focus {
  background-color: currentColor;
}

.focus\:bg-transparent:focus {
  background-color: transparent;
}

.focus\:bg-falcon:focus {
  background-color: var(--falcon);
}

.focus\:bg-basement:focus {
  background-color: var(--basement);
}

.focus\:bg-blue-50:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(239, 246, 255, var(--tw-bg-opacity));
}

.focus\:bg-blue-100:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(219, 234, 254, var(--tw-bg-opacity));
}

.focus\:bg-blue-200:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(191, 219, 254, var(--tw-bg-opacity));
}

.focus\:bg-blue-300:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(147, 197, 253, var(--tw-bg-opacity));
}

.focus\:bg-blue-400:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(96, 165, 250, var(--tw-bg-opacity));
}

.focus\:bg-blue-500:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(59, 130, 246, var(--tw-bg-opacity));
}

.focus\:bg-blue-600:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(37, 99, 235, var(--tw-bg-opacity));
}

.focus\:bg-blue-700:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(29, 78, 216, var(--tw-bg-opacity));
}

.focus\:bg-blue-800:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(30, 64, 175, var(--tw-bg-opacity));
}

.focus\:bg-blue-900:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(30, 58, 138, var(--tw-bg-opacity));
}

.focus\:bg-body-and-labels:focus {
  background-color: var(--body-and-labels);
}

.focus\:bg-brand:focus {
  background-color: var(--brand);
}

.focus\:bg-code-base-64:focus {
  background-color: var(--code-base-64);
}

.focus\:bg-code-bg:focus {
  background-color: var(--code-bg);
}

.focus\:bg-code-outline:focus {
  background-color: var(--code-outline);
}

.focus\:bg-code-text:focus {
  background-color: var(--code-text);
}

.focus\:bg-critical:focus {
  background-color: var(--critical);
}

.focus\:bg-destructive-hover:focus {
  background-color: var(--destructive-hover);
}

.focus\:bg-destructive-idle:focus {
  background-color: var(--destructive-idle);
}

.focus\:bg-destructive-pressed:focus {
  background-color: var(--destructive-pressed);
}

.focus\:bg-disabled:focus {
  background-color: var(--disabled);
}

.focus\:bg-disc-operations:focus {
  background-color: var(--disc-operations);
}

.focus\:bg-dns-requests:focus {
  background-color: var(--dns-requests);
}

.focus\:bg-focus:focus {
  background-color: var(--focus);
}

.focus\:bg-graph-1:focus {
  background-color: var(--graph-1);
}

.focus\:bg-graph-10:focus {
  background-color: var(--graph-10);
}

.focus\:bg-graph-11:focus {
  background-color: var(--graph-11);
}

.focus\:bg-graph-2:focus {
  background-color: var(--graph-2);
}

.focus\:bg-graph-3:focus {
  background-color: var(--graph-3);
}

.focus\:bg-graph-4:focus {
  background-color: var(--graph-4);
}

.focus\:bg-graph-5:focus {
  background-color: var(--graph-5);
}

.focus\:bg-graph-6:focus {
  background-color: var(--graph-6);
}

.focus\:bg-graph-7:focus {
  background-color: var(--graph-7);
}

.focus\:bg-graph-8:focus {
  background-color: var(--graph-8);
}

.focus\:bg-graph-9:focus {
  background-color: var(--graph-9);
}

.focus\:bg-graph-disabled:focus {
  background-color: var(--graph-disabled);
}

.focus\:bg-ground-floor:focus {
  background-color: var(--ground-floor);
}

.focus\:bg-high:focus {
  background-color: var(--high);
}

.focus\:bg-informational:focus {
  background-color: var(--informational);
}

.focus\:bg-lines-dark:focus {
  background-color: var(--lines-dark);
}

.focus\:bg-lines-light:focus {
  background-color: var(--lines-light);
}

.focus\:bg-low:focus {
  background-color: var(--low);
}

.focus\:bg-medium:focus {
  background-color: var(--medium);
}

.focus\:bg-mezzanine:focus {
  background-color: var(--mezzanine);
}

.focus\:bg-nav-text-and-icons:focus {
  background-color: var(--nav-text-and-icons);
}

.focus\:bg-nav-text-secondary:focus {
  background-color: var(--nav-text-secondary);
}

.focus\:bg-network-operations:focus {
  background-color: var(--network-operations);
}

.focus\:bg-normal-hover:focus {
  background-color: var(--normal-hover);
}

.focus\:bg-normal-idle:focus {
  background-color: var(--normal-idle);
}

.focus\:bg-normal-pressed:focus {
  background-color: var(--normal-pressed);
}

.focus\:bg-overlay-0\.5:focus {
  background-color: var(--overlay-0\.5);
}

.focus\:bg-overlay-1:focus {
  background-color: var(--overlay-1);
}

.focus\:bg-overlay-2:focus {
  background-color: var(--overlay-2);
}

.focus\:bg-positive:focus {
  background-color: var(--positive);
}

.focus\:bg-primary-hover:focus {
  background-color: var(--primary-hover);
}

.focus\:bg-primary-idle:focus {
  background-color: var(--primary-idle);
}

.focus\:bg-primary-pressed:focus {
  background-color: var(--primary-pressed);
}

.focus\:bg-process-operations:focus {
  background-color: var(--process-operations);
}

.focus\:bg-purple-50:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(250, 245, 255, var(--tw-bg-opacity));
}

.focus\:bg-purple-100:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(243, 232, 255, var(--tw-bg-opacity));
}

.focus\:bg-purple-200:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(233, 213, 255, var(--tw-bg-opacity));
}

.focus\:bg-purple-300:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(216, 180, 254, var(--tw-bg-opacity));
}

.focus\:bg-purple-400:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(192, 132, 252, var(--tw-bg-opacity));
}

.focus\:bg-purple-500:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(168, 85, 247, var(--tw-bg-opacity));
}

.focus\:bg-purple-600:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(147, 51, 234, var(--tw-bg-opacity));
}

.focus\:bg-purple-700:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(126, 34, 206, var(--tw-bg-opacity));
}

.focus\:bg-purple-800:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(107, 33, 168, var(--tw-bg-opacity));
}

.focus\:bg-purple-900:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(88, 28, 135, var(--tw-bg-opacity));
}

.focus\:bg-registry-operations:focus {
  background-color: var(--registry-operations);
}

.focus\:bg-selected:focus {
  background-color: var(--selected);
}

.focus\:bg-surface-2xl:focus {
  background-color: var(--surface-2xl);
}

.focus\:bg-surface-base:focus {
  background-color: var(--surface-base);
}

.focus\:bg-surface-inner:focus {
  background-color: var(--surface-inner);
}

.focus\:bg-surface-lg:focus {
  background-color: var(--surface-lg);
}

.focus\:bg-surface-md:focus {
  background-color: var(--surface-md);
}

.focus\:bg-surface-xl:focus {
  background-color: var(--surface-xl);
}

.focus\:bg-text-and-icons:focus {
  background-color: var(--text-and-icons);
}

.focus\:bg-titles-and-attributes:focus {
  background-color: var(--titles-and-attributes);
}

.focus\:bg-black:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
}

.focus\:bg-white:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
}

.focus\:bg-rose-50:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(255, 241, 242, var(--tw-bg-opacity));
}

.focus\:bg-rose-100:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(255, 228, 230, var(--tw-bg-opacity));
}

.focus\:bg-rose-200:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(254, 205, 211, var(--tw-bg-opacity));
}

.focus\:bg-rose-300:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(253, 164, 175, var(--tw-bg-opacity));
}

.focus\:bg-rose-400:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(251, 113, 133, var(--tw-bg-opacity));
}

.focus\:bg-rose-500:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(244, 63, 94, var(--tw-bg-opacity));
}

.focus\:bg-rose-600:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(225, 29, 72, var(--tw-bg-opacity));
}

.focus\:bg-rose-700:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(190, 18, 60, var(--tw-bg-opacity));
}

.focus\:bg-rose-800:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(159, 18, 57, var(--tw-bg-opacity));
}

.focus\:bg-rose-900:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(136, 19, 55, var(--tw-bg-opacity));
}

.focus\:bg-pink-50:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(253, 242, 248, var(--tw-bg-opacity));
}

.focus\:bg-pink-100:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(252, 231, 243, var(--tw-bg-opacity));
}

.focus\:bg-pink-200:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(251, 207, 232, var(--tw-bg-opacity));
}

.focus\:bg-pink-300:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(249, 168, 212, var(--tw-bg-opacity));
}

.focus\:bg-pink-400:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(244, 114, 182, var(--tw-bg-opacity));
}

.focus\:bg-pink-500:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(236, 72, 153, var(--tw-bg-opacity));
}

.focus\:bg-pink-600:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(219, 39, 119, var(--tw-bg-opacity));
}

.focus\:bg-pink-700:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(190, 24, 93, var(--tw-bg-opacity));
}

.focus\:bg-pink-800:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(157, 23, 77, var(--tw-bg-opacity));
}

.focus\:bg-pink-900:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(131, 24, 67, var(--tw-bg-opacity));
}

.focus\:bg-fuchsia-50:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(253, 244, 255, var(--tw-bg-opacity));
}

.focus\:bg-fuchsia-100:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(250, 232, 255, var(--tw-bg-opacity));
}

.focus\:bg-fuchsia-200:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(245, 208, 254, var(--tw-bg-opacity));
}

.focus\:bg-fuchsia-300:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(240, 171, 252, var(--tw-bg-opacity));
}

.focus\:bg-fuchsia-400:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(232, 121, 249, var(--tw-bg-opacity));
}

.focus\:bg-fuchsia-500:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(217, 70, 239, var(--tw-bg-opacity));
}

.focus\:bg-fuchsia-600:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(192, 38, 211, var(--tw-bg-opacity));
}

.focus\:bg-fuchsia-700:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(162, 28, 175, var(--tw-bg-opacity));
}

.focus\:bg-fuchsia-800:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(134, 25, 143, var(--tw-bg-opacity));
}

.focus\:bg-fuchsia-900:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(112, 26, 117, var(--tw-bg-opacity));
}

.focus\:bg-violet-50:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(245, 243, 255, var(--tw-bg-opacity));
}

.focus\:bg-violet-100:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(237, 233, 254, var(--tw-bg-opacity));
}

.focus\:bg-violet-200:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(221, 214, 254, var(--tw-bg-opacity));
}

.focus\:bg-violet-300:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(196, 181, 253, var(--tw-bg-opacity));
}

.focus\:bg-violet-400:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(167, 139, 250, var(--tw-bg-opacity));
}

.focus\:bg-violet-500:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(139, 92, 246, var(--tw-bg-opacity));
}

.focus\:bg-violet-600:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(124, 58, 237, var(--tw-bg-opacity));
}

.focus\:bg-violet-700:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(109, 40, 217, var(--tw-bg-opacity));
}

.focus\:bg-violet-800:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(91, 33, 182, var(--tw-bg-opacity));
}

.focus\:bg-violet-900:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(76, 29, 149, var(--tw-bg-opacity));
}

.focus\:bg-indigo-50:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(238, 242, 255, var(--tw-bg-opacity));
}

.focus\:bg-indigo-100:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(224, 231, 255, var(--tw-bg-opacity));
}

.focus\:bg-indigo-200:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(199, 210, 254, var(--tw-bg-opacity));
}

.focus\:bg-indigo-300:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(165, 180, 252, var(--tw-bg-opacity));
}

.focus\:bg-indigo-400:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(129, 140, 248, var(--tw-bg-opacity));
}

.focus\:bg-indigo-500:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(99, 102, 241, var(--tw-bg-opacity));
}

.focus\:bg-indigo-600:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(79, 70, 229, var(--tw-bg-opacity));
}

.focus\:bg-indigo-700:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(67, 56, 202, var(--tw-bg-opacity));
}

.focus\:bg-indigo-800:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(55, 48, 163, var(--tw-bg-opacity));
}

.focus\:bg-indigo-900:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(49, 46, 129, var(--tw-bg-opacity));
}

.focus\:bg-lightBlue-50:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(240, 249, 255, var(--tw-bg-opacity));
}

.focus\:bg-lightBlue-100:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(224, 242, 254, var(--tw-bg-opacity));
}

.focus\:bg-lightBlue-200:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(186, 230, 253, var(--tw-bg-opacity));
}

.focus\:bg-lightBlue-300:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(125, 211, 252, var(--tw-bg-opacity));
}

.focus\:bg-lightBlue-400:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(56, 189, 248, var(--tw-bg-opacity));
}

.focus\:bg-lightBlue-500:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(14, 165, 233, var(--tw-bg-opacity));
}

.focus\:bg-lightBlue-600:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(2, 132, 199, var(--tw-bg-opacity));
}

.focus\:bg-lightBlue-700:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(3, 105, 161, var(--tw-bg-opacity));
}

.focus\:bg-lightBlue-800:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(7, 89, 133, var(--tw-bg-opacity));
}

.focus\:bg-lightBlue-900:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(12, 74, 110, var(--tw-bg-opacity));
}

.focus\:bg-cyan-50:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(236, 254, 255, var(--tw-bg-opacity));
}

.focus\:bg-cyan-100:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(207, 250, 254, var(--tw-bg-opacity));
}

.focus\:bg-cyan-200:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(165, 243, 252, var(--tw-bg-opacity));
}

.focus\:bg-cyan-300:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(103, 232, 249, var(--tw-bg-opacity));
}

.focus\:bg-cyan-400:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(34, 211, 238, var(--tw-bg-opacity));
}

.focus\:bg-cyan-500:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(6, 182, 212, var(--tw-bg-opacity));
}

.focus\:bg-cyan-600:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(8, 145, 178, var(--tw-bg-opacity));
}

.focus\:bg-cyan-700:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(14, 116, 144, var(--tw-bg-opacity));
}

.focus\:bg-cyan-800:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(21, 94, 117, var(--tw-bg-opacity));
}

.focus\:bg-cyan-900:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(22, 78, 99, var(--tw-bg-opacity));
}

.focus\:bg-teal-50:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(240, 253, 250, var(--tw-bg-opacity));
}

.focus\:bg-teal-100:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(204, 251, 241, var(--tw-bg-opacity));
}

.focus\:bg-teal-200:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(153, 246, 228, var(--tw-bg-opacity));
}

.focus\:bg-teal-300:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(94, 234, 212, var(--tw-bg-opacity));
}

.focus\:bg-teal-400:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(45, 212, 191, var(--tw-bg-opacity));
}

.focus\:bg-teal-500:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(20, 184, 166, var(--tw-bg-opacity));
}

.focus\:bg-teal-600:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(13, 148, 136, var(--tw-bg-opacity));
}

.focus\:bg-teal-700:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(15, 118, 110, var(--tw-bg-opacity));
}

.focus\:bg-teal-800:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(17, 94, 89, var(--tw-bg-opacity));
}

.focus\:bg-teal-900:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(19, 78, 74, var(--tw-bg-opacity));
}

.focus\:bg-emerald-50:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(236, 253, 245, var(--tw-bg-opacity));
}

.focus\:bg-emerald-100:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(209, 250, 229, var(--tw-bg-opacity));
}

.focus\:bg-emerald-200:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(167, 243, 208, var(--tw-bg-opacity));
}

.focus\:bg-emerald-300:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(110, 231, 183, var(--tw-bg-opacity));
}

.focus\:bg-emerald-400:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(52, 211, 153, var(--tw-bg-opacity));
}

.focus\:bg-emerald-500:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(16, 185, 129, var(--tw-bg-opacity));
}

.focus\:bg-emerald-600:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(5, 150, 105, var(--tw-bg-opacity));
}

.focus\:bg-emerald-700:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(4, 120, 87, var(--tw-bg-opacity));
}

.focus\:bg-emerald-800:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(6, 95, 70, var(--tw-bg-opacity));
}

.focus\:bg-emerald-900:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(6, 78, 59, var(--tw-bg-opacity));
}

.focus\:bg-green-50:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(240, 253, 244, var(--tw-bg-opacity));
}

.focus\:bg-green-100:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(220, 252, 231, var(--tw-bg-opacity));
}

.focus\:bg-green-200:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(187, 247, 208, var(--tw-bg-opacity));
}

.focus\:bg-green-300:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(134, 239, 172, var(--tw-bg-opacity));
}

.focus\:bg-green-400:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(74, 222, 128, var(--tw-bg-opacity));
}

.focus\:bg-green-500:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(34, 197, 94, var(--tw-bg-opacity));
}

.focus\:bg-green-600:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(22, 163, 74, var(--tw-bg-opacity));
}

.focus\:bg-green-700:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(21, 128, 61, var(--tw-bg-opacity));
}

.focus\:bg-green-800:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(22, 101, 52, var(--tw-bg-opacity));
}

.focus\:bg-green-900:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(20, 83, 45, var(--tw-bg-opacity));
}

.focus\:bg-lime-50:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(247, 254, 231, var(--tw-bg-opacity));
}

.focus\:bg-lime-100:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(236, 252, 203, var(--tw-bg-opacity));
}

.focus\:bg-lime-200:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(217, 249, 157, var(--tw-bg-opacity));
}

.focus\:bg-lime-300:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(190, 242, 100, var(--tw-bg-opacity));
}

.focus\:bg-lime-400:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(163, 230, 53, var(--tw-bg-opacity));
}

.focus\:bg-lime-500:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(132, 204, 22, var(--tw-bg-opacity));
}

.focus\:bg-lime-600:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(101, 163, 13, var(--tw-bg-opacity));
}

.focus\:bg-lime-700:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(77, 124, 15, var(--tw-bg-opacity));
}

.focus\:bg-lime-800:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(63, 98, 18, var(--tw-bg-opacity));
}

.focus\:bg-lime-900:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(54, 83, 20, var(--tw-bg-opacity));
}

.focus\:bg-yellow-50:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(254, 252, 232, var(--tw-bg-opacity));
}

.focus\:bg-yellow-100:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(254, 249, 195, var(--tw-bg-opacity));
}

.focus\:bg-yellow-200:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(254, 240, 138, var(--tw-bg-opacity));
}

.focus\:bg-yellow-300:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(253, 224, 71, var(--tw-bg-opacity));
}

.focus\:bg-yellow-400:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(250, 204, 21, var(--tw-bg-opacity));
}

.focus\:bg-yellow-500:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(234, 179, 8, var(--tw-bg-opacity));
}

.focus\:bg-yellow-600:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(202, 138, 4, var(--tw-bg-opacity));
}

.focus\:bg-yellow-700:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(161, 98, 7, var(--tw-bg-opacity));
}

.focus\:bg-yellow-800:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(133, 77, 14, var(--tw-bg-opacity));
}

.focus\:bg-yellow-900:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(113, 63, 18, var(--tw-bg-opacity));
}

.focus\:bg-amber-50:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(255, 251, 235, var(--tw-bg-opacity));
}

.focus\:bg-amber-100:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(254, 243, 199, var(--tw-bg-opacity));
}

.focus\:bg-amber-200:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(253, 230, 138, var(--tw-bg-opacity));
}

.focus\:bg-amber-300:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(252, 211, 77, var(--tw-bg-opacity));
}

.focus\:bg-amber-400:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(251, 191, 36, var(--tw-bg-opacity));
}

.focus\:bg-amber-500:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(245, 158, 11, var(--tw-bg-opacity));
}

.focus\:bg-amber-600:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(217, 119, 6, var(--tw-bg-opacity));
}

.focus\:bg-amber-700:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(180, 83, 9, var(--tw-bg-opacity));
}

.focus\:bg-amber-800:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(146, 64, 14, var(--tw-bg-opacity));
}

.focus\:bg-amber-900:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(120, 53, 15, var(--tw-bg-opacity));
}

.focus\:bg-orange-50:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(255, 247, 237, var(--tw-bg-opacity));
}

.focus\:bg-orange-100:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(255, 237, 213, var(--tw-bg-opacity));
}

.focus\:bg-orange-200:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(254, 215, 170, var(--tw-bg-opacity));
}

.focus\:bg-orange-300:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(253, 186, 116, var(--tw-bg-opacity));
}

.focus\:bg-orange-400:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(251, 146, 60, var(--tw-bg-opacity));
}

.focus\:bg-orange-500:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(249, 115, 22, var(--tw-bg-opacity));
}

.focus\:bg-orange-600:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(234, 88, 12, var(--tw-bg-opacity));
}

.focus\:bg-orange-700:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(194, 65, 12, var(--tw-bg-opacity));
}

.focus\:bg-orange-800:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(154, 52, 18, var(--tw-bg-opacity));
}

.focus\:bg-orange-900:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(124, 45, 18, var(--tw-bg-opacity));
}

.focus\:bg-red-50:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(254, 242, 242, var(--tw-bg-opacity));
}

.focus\:bg-red-100:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(254, 226, 226, var(--tw-bg-opacity));
}

.focus\:bg-red-200:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(254, 202, 202, var(--tw-bg-opacity));
}

.focus\:bg-red-300:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(252, 165, 165, var(--tw-bg-opacity));
}

.focus\:bg-red-400:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(248, 113, 113, var(--tw-bg-opacity));
}

.focus\:bg-red-500:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(239, 68, 68, var(--tw-bg-opacity));
}

.focus\:bg-red-600:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(220, 38, 38, var(--tw-bg-opacity));
}

.focus\:bg-red-700:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(185, 28, 28, var(--tw-bg-opacity));
}

.focus\:bg-red-800:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(153, 27, 27, var(--tw-bg-opacity));
}

.focus\:bg-red-900:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(127, 29, 29, var(--tw-bg-opacity));
}

.focus\:bg-warmGray-50:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(250, 250, 249, var(--tw-bg-opacity));
}

.focus\:bg-warmGray-100:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(245, 245, 244, var(--tw-bg-opacity));
}

.focus\:bg-warmGray-200:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(231, 229, 228, var(--tw-bg-opacity));
}

.focus\:bg-warmGray-300:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(214, 211, 209, var(--tw-bg-opacity));
}

.focus\:bg-warmGray-400:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(168, 162, 158, var(--tw-bg-opacity));
}

.focus\:bg-warmGray-500:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(120, 113, 108, var(--tw-bg-opacity));
}

.focus\:bg-warmGray-600:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(87, 83, 78, var(--tw-bg-opacity));
}

.focus\:bg-warmGray-700:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(68, 64, 60, var(--tw-bg-opacity));
}

.focus\:bg-warmGray-800:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(41, 37, 36, var(--tw-bg-opacity));
}

.focus\:bg-warmGray-900:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(28, 25, 23, var(--tw-bg-opacity));
}

.focus\:bg-trueGray-50:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(250, 250, 250, var(--tw-bg-opacity));
}

.focus\:bg-trueGray-100:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(245, 245, 245, var(--tw-bg-opacity));
}

.focus\:bg-trueGray-200:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(229, 229, 229, var(--tw-bg-opacity));
}

.focus\:bg-trueGray-300:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(212, 212, 212, var(--tw-bg-opacity));
}

.focus\:bg-trueGray-400:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(163, 163, 163, var(--tw-bg-opacity));
}

.focus\:bg-trueGray-500:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(115, 115, 115, var(--tw-bg-opacity));
}

.focus\:bg-trueGray-600:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(82, 82, 82, var(--tw-bg-opacity));
}

.focus\:bg-trueGray-700:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(64, 64, 64, var(--tw-bg-opacity));
}

.focus\:bg-trueGray-800:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(38, 38, 38, var(--tw-bg-opacity));
}

.focus\:bg-trueGray-900:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(23, 23, 23, var(--tw-bg-opacity));
}

.focus\:bg-gray-50:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(250, 250, 250, var(--tw-bg-opacity));
}

.focus\:bg-gray-100:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(244, 244, 245, var(--tw-bg-opacity));
}

.focus\:bg-gray-200:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(228, 228, 231, var(--tw-bg-opacity));
}

.focus\:bg-gray-300:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(212, 212, 216, var(--tw-bg-opacity));
}

.focus\:bg-gray-400:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(161, 161, 170, var(--tw-bg-opacity));
}

.focus\:bg-gray-500:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(113, 113, 122, var(--tw-bg-opacity));
}

.focus\:bg-gray-600:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(82, 82, 91, var(--tw-bg-opacity));
}

.focus\:bg-gray-700:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(63, 63, 70, var(--tw-bg-opacity));
}

.focus\:bg-gray-800:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(39, 39, 42, var(--tw-bg-opacity));
}

.focus\:bg-gray-900:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(24, 24, 27, var(--tw-bg-opacity));
}

.focus\:bg-coolGray-50:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(249, 250, 251, var(--tw-bg-opacity));
}

.focus\:bg-coolGray-100:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(243, 244, 246, var(--tw-bg-opacity));
}

.focus\:bg-coolGray-200:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(229, 231, 235, var(--tw-bg-opacity));
}

.focus\:bg-coolGray-300:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(209, 213, 219, var(--tw-bg-opacity));
}

.focus\:bg-coolGray-400:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(156, 163, 175, var(--tw-bg-opacity));
}

.focus\:bg-coolGray-500:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(107, 114, 128, var(--tw-bg-opacity));
}

.focus\:bg-coolGray-600:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(75, 85, 99, var(--tw-bg-opacity));
}

.focus\:bg-coolGray-700:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(55, 65, 81, var(--tw-bg-opacity));
}

.focus\:bg-coolGray-800:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(31, 41, 55, var(--tw-bg-opacity));
}

.focus\:bg-coolGray-900:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(17, 24, 39, var(--tw-bg-opacity));
}

.focus\:bg-blueGray-50:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(248, 250, 252, var(--tw-bg-opacity));
}

.focus\:bg-blueGray-100:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(241, 245, 249, var(--tw-bg-opacity));
}

.focus\:bg-blueGray-200:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(226, 232, 240, var(--tw-bg-opacity));
}

.focus\:bg-blueGray-300:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(203, 213, 225, var(--tw-bg-opacity));
}

.focus\:bg-blueGray-400:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(148, 163, 184, var(--tw-bg-opacity));
}

.focus\:bg-blueGray-500:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(100, 116, 139, var(--tw-bg-opacity));
}

.focus\:bg-blueGray-600:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(71, 85, 105, var(--tw-bg-opacity));
}

.focus\:bg-blueGray-700:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(51, 65, 85, var(--tw-bg-opacity));
}

.focus\:bg-blueGray-800:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(30, 41, 59, var(--tw-bg-opacity));
}

.focus\:bg-blueGray-900:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(15, 23, 42, var(--tw-bg-opacity));
}

.focus-within\:bg-current:focus-within {
  background-color: currentColor;
}

.focus-within\:bg-transparent:focus-within {
  background-color: transparent;
}

.focus-within\:bg-falcon:focus-within {
  background-color: var(--falcon);
}

.focus-within\:bg-basement:focus-within {
  background-color: var(--basement);
}

.focus-within\:bg-blue-50:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(239, 246, 255, var(--tw-bg-opacity));
}

.focus-within\:bg-blue-100:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(219, 234, 254, var(--tw-bg-opacity));
}

.focus-within\:bg-blue-200:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(191, 219, 254, var(--tw-bg-opacity));
}

.focus-within\:bg-blue-300:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(147, 197, 253, var(--tw-bg-opacity));
}

.focus-within\:bg-blue-400:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(96, 165, 250, var(--tw-bg-opacity));
}

.focus-within\:bg-blue-500:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(59, 130, 246, var(--tw-bg-opacity));
}

.focus-within\:bg-blue-600:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(37, 99, 235, var(--tw-bg-opacity));
}

.focus-within\:bg-blue-700:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(29, 78, 216, var(--tw-bg-opacity));
}

.focus-within\:bg-blue-800:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(30, 64, 175, var(--tw-bg-opacity));
}

.focus-within\:bg-blue-900:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(30, 58, 138, var(--tw-bg-opacity));
}

.focus-within\:bg-body-and-labels:focus-within {
  background-color: var(--body-and-labels);
}

.focus-within\:bg-brand:focus-within {
  background-color: var(--brand);
}

.focus-within\:bg-code-base-64:focus-within {
  background-color: var(--code-base-64);
}

.focus-within\:bg-code-bg:focus-within {
  background-color: var(--code-bg);
}

.focus-within\:bg-code-outline:focus-within {
  background-color: var(--code-outline);
}

.focus-within\:bg-code-text:focus-within {
  background-color: var(--code-text);
}

.focus-within\:bg-critical:focus-within {
  background-color: var(--critical);
}

.focus-within\:bg-destructive-hover:focus-within {
  background-color: var(--destructive-hover);
}

.focus-within\:bg-destructive-idle:focus-within {
  background-color: var(--destructive-idle);
}

.focus-within\:bg-destructive-pressed:focus-within {
  background-color: var(--destructive-pressed);
}

.focus-within\:bg-disabled:focus-within {
  background-color: var(--disabled);
}

.focus-within\:bg-disc-operations:focus-within {
  background-color: var(--disc-operations);
}

.focus-within\:bg-dns-requests:focus-within {
  background-color: var(--dns-requests);
}

.focus-within\:bg-focus:focus-within {
  background-color: var(--focus);
}

.focus-within\:bg-graph-1:focus-within {
  background-color: var(--graph-1);
}

.focus-within\:bg-graph-10:focus-within {
  background-color: var(--graph-10);
}

.focus-within\:bg-graph-11:focus-within {
  background-color: var(--graph-11);
}

.focus-within\:bg-graph-2:focus-within {
  background-color: var(--graph-2);
}

.focus-within\:bg-graph-3:focus-within {
  background-color: var(--graph-3);
}

.focus-within\:bg-graph-4:focus-within {
  background-color: var(--graph-4);
}

.focus-within\:bg-graph-5:focus-within {
  background-color: var(--graph-5);
}

.focus-within\:bg-graph-6:focus-within {
  background-color: var(--graph-6);
}

.focus-within\:bg-graph-7:focus-within {
  background-color: var(--graph-7);
}

.focus-within\:bg-graph-8:focus-within {
  background-color: var(--graph-8);
}

.focus-within\:bg-graph-9:focus-within {
  background-color: var(--graph-9);
}

.focus-within\:bg-graph-disabled:focus-within {
  background-color: var(--graph-disabled);
}

.focus-within\:bg-ground-floor:focus-within {
  background-color: var(--ground-floor);
}

.focus-within\:bg-high:focus-within {
  background-color: var(--high);
}

.focus-within\:bg-informational:focus-within {
  background-color: var(--informational);
}

.focus-within\:bg-lines-dark:focus-within {
  background-color: var(--lines-dark);
}

.focus-within\:bg-lines-light:focus-within {
  background-color: var(--lines-light);
}

.focus-within\:bg-low:focus-within {
  background-color: var(--low);
}

.focus-within\:bg-medium:focus-within {
  background-color: var(--medium);
}

.focus-within\:bg-mezzanine:focus-within {
  background-color: var(--mezzanine);
}

.focus-within\:bg-nav-text-and-icons:focus-within {
  background-color: var(--nav-text-and-icons);
}

.focus-within\:bg-nav-text-secondary:focus-within {
  background-color: var(--nav-text-secondary);
}

.focus-within\:bg-network-operations:focus-within {
  background-color: var(--network-operations);
}

.focus-within\:bg-normal-hover:focus-within {
  background-color: var(--normal-hover);
}

.focus-within\:bg-normal-idle:focus-within {
  background-color: var(--normal-idle);
}

.focus-within\:bg-normal-pressed:focus-within {
  background-color: var(--normal-pressed);
}

.focus-within\:bg-overlay-0\.5:focus-within {
  background-color: var(--overlay-0\.5);
}

.focus-within\:bg-overlay-1:focus-within {
  background-color: var(--overlay-1);
}

.focus-within\:bg-overlay-2:focus-within {
  background-color: var(--overlay-2);
}

.focus-within\:bg-positive:focus-within {
  background-color: var(--positive);
}

.focus-within\:bg-primary-hover:focus-within {
  background-color: var(--primary-hover);
}

.focus-within\:bg-primary-idle:focus-within {
  background-color: var(--primary-idle);
}

.focus-within\:bg-primary-pressed:focus-within {
  background-color: var(--primary-pressed);
}

.focus-within\:bg-process-operations:focus-within {
  background-color: var(--process-operations);
}

.focus-within\:bg-purple-50:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(250, 245, 255, var(--tw-bg-opacity));
}

.focus-within\:bg-purple-100:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(243, 232, 255, var(--tw-bg-opacity));
}

.focus-within\:bg-purple-200:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(233, 213, 255, var(--tw-bg-opacity));
}

.focus-within\:bg-purple-300:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(216, 180, 254, var(--tw-bg-opacity));
}

.focus-within\:bg-purple-400:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(192, 132, 252, var(--tw-bg-opacity));
}

.focus-within\:bg-purple-500:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(168, 85, 247, var(--tw-bg-opacity));
}

.focus-within\:bg-purple-600:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(147, 51, 234, var(--tw-bg-opacity));
}

.focus-within\:bg-purple-700:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(126, 34, 206, var(--tw-bg-opacity));
}

.focus-within\:bg-purple-800:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(107, 33, 168, var(--tw-bg-opacity));
}

.focus-within\:bg-purple-900:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(88, 28, 135, var(--tw-bg-opacity));
}

.focus-within\:bg-registry-operations:focus-within {
  background-color: var(--registry-operations);
}

.focus-within\:bg-selected:focus-within {
  background-color: var(--selected);
}

.focus-within\:bg-surface-2xl:focus-within {
  background-color: var(--surface-2xl);
}

.focus-within\:bg-surface-base:focus-within {
  background-color: var(--surface-base);
}

.focus-within\:bg-surface-inner:focus-within {
  background-color: var(--surface-inner);
}

.focus-within\:bg-surface-lg:focus-within {
  background-color: var(--surface-lg);
}

.focus-within\:bg-surface-md:focus-within {
  background-color: var(--surface-md);
}

.focus-within\:bg-surface-xl:focus-within {
  background-color: var(--surface-xl);
}

.focus-within\:bg-text-and-icons:focus-within {
  background-color: var(--text-and-icons);
}

.focus-within\:bg-titles-and-attributes:focus-within {
  background-color: var(--titles-and-attributes);
}

.focus-within\:bg-black:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
}

.focus-within\:bg-white:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
}

.focus-within\:bg-rose-50:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(255, 241, 242, var(--tw-bg-opacity));
}

.focus-within\:bg-rose-100:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(255, 228, 230, var(--tw-bg-opacity));
}

.focus-within\:bg-rose-200:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(254, 205, 211, var(--tw-bg-opacity));
}

.focus-within\:bg-rose-300:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(253, 164, 175, var(--tw-bg-opacity));
}

.focus-within\:bg-rose-400:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(251, 113, 133, var(--tw-bg-opacity));
}

.focus-within\:bg-rose-500:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(244, 63, 94, var(--tw-bg-opacity));
}

.focus-within\:bg-rose-600:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(225, 29, 72, var(--tw-bg-opacity));
}

.focus-within\:bg-rose-700:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(190, 18, 60, var(--tw-bg-opacity));
}

.focus-within\:bg-rose-800:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(159, 18, 57, var(--tw-bg-opacity));
}

.focus-within\:bg-rose-900:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(136, 19, 55, var(--tw-bg-opacity));
}

.focus-within\:bg-pink-50:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(253, 242, 248, var(--tw-bg-opacity));
}

.focus-within\:bg-pink-100:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(252, 231, 243, var(--tw-bg-opacity));
}

.focus-within\:bg-pink-200:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(251, 207, 232, var(--tw-bg-opacity));
}

.focus-within\:bg-pink-300:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(249, 168, 212, var(--tw-bg-opacity));
}

.focus-within\:bg-pink-400:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(244, 114, 182, var(--tw-bg-opacity));
}

.focus-within\:bg-pink-500:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(236, 72, 153, var(--tw-bg-opacity));
}

.focus-within\:bg-pink-600:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(219, 39, 119, var(--tw-bg-opacity));
}

.focus-within\:bg-pink-700:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(190, 24, 93, var(--tw-bg-opacity));
}

.focus-within\:bg-pink-800:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(157, 23, 77, var(--tw-bg-opacity));
}

.focus-within\:bg-pink-900:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(131, 24, 67, var(--tw-bg-opacity));
}

.focus-within\:bg-fuchsia-50:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(253, 244, 255, var(--tw-bg-opacity));
}

.focus-within\:bg-fuchsia-100:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(250, 232, 255, var(--tw-bg-opacity));
}

.focus-within\:bg-fuchsia-200:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(245, 208, 254, var(--tw-bg-opacity));
}

.focus-within\:bg-fuchsia-300:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(240, 171, 252, var(--tw-bg-opacity));
}

.focus-within\:bg-fuchsia-400:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(232, 121, 249, var(--tw-bg-opacity));
}

.focus-within\:bg-fuchsia-500:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(217, 70, 239, var(--tw-bg-opacity));
}

.focus-within\:bg-fuchsia-600:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(192, 38, 211, var(--tw-bg-opacity));
}

.focus-within\:bg-fuchsia-700:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(162, 28, 175, var(--tw-bg-opacity));
}

.focus-within\:bg-fuchsia-800:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(134, 25, 143, var(--tw-bg-opacity));
}

.focus-within\:bg-fuchsia-900:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(112, 26, 117, var(--tw-bg-opacity));
}

.focus-within\:bg-violet-50:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(245, 243, 255, var(--tw-bg-opacity));
}

.focus-within\:bg-violet-100:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(237, 233, 254, var(--tw-bg-opacity));
}

.focus-within\:bg-violet-200:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(221, 214, 254, var(--tw-bg-opacity));
}

.focus-within\:bg-violet-300:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(196, 181, 253, var(--tw-bg-opacity));
}

.focus-within\:bg-violet-400:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(167, 139, 250, var(--tw-bg-opacity));
}

.focus-within\:bg-violet-500:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(139, 92, 246, var(--tw-bg-opacity));
}

.focus-within\:bg-violet-600:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(124, 58, 237, var(--tw-bg-opacity));
}

.focus-within\:bg-violet-700:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(109, 40, 217, var(--tw-bg-opacity));
}

.focus-within\:bg-violet-800:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(91, 33, 182, var(--tw-bg-opacity));
}

.focus-within\:bg-violet-900:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(76, 29, 149, var(--tw-bg-opacity));
}

.focus-within\:bg-indigo-50:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(238, 242, 255, var(--tw-bg-opacity));
}

.focus-within\:bg-indigo-100:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(224, 231, 255, var(--tw-bg-opacity));
}

.focus-within\:bg-indigo-200:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(199, 210, 254, var(--tw-bg-opacity));
}

.focus-within\:bg-indigo-300:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(165, 180, 252, var(--tw-bg-opacity));
}

.focus-within\:bg-indigo-400:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(129, 140, 248, var(--tw-bg-opacity));
}

.focus-within\:bg-indigo-500:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(99, 102, 241, var(--tw-bg-opacity));
}

.focus-within\:bg-indigo-600:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(79, 70, 229, var(--tw-bg-opacity));
}

.focus-within\:bg-indigo-700:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(67, 56, 202, var(--tw-bg-opacity));
}

.focus-within\:bg-indigo-800:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(55, 48, 163, var(--tw-bg-opacity));
}

.focus-within\:bg-indigo-900:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(49, 46, 129, var(--tw-bg-opacity));
}

.focus-within\:bg-lightBlue-50:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(240, 249, 255, var(--tw-bg-opacity));
}

.focus-within\:bg-lightBlue-100:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(224, 242, 254, var(--tw-bg-opacity));
}

.focus-within\:bg-lightBlue-200:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(186, 230, 253, var(--tw-bg-opacity));
}

.focus-within\:bg-lightBlue-300:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(125, 211, 252, var(--tw-bg-opacity));
}

.focus-within\:bg-lightBlue-400:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(56, 189, 248, var(--tw-bg-opacity));
}

.focus-within\:bg-lightBlue-500:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(14, 165, 233, var(--tw-bg-opacity));
}

.focus-within\:bg-lightBlue-600:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(2, 132, 199, var(--tw-bg-opacity));
}

.focus-within\:bg-lightBlue-700:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(3, 105, 161, var(--tw-bg-opacity));
}

.focus-within\:bg-lightBlue-800:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(7, 89, 133, var(--tw-bg-opacity));
}

.focus-within\:bg-lightBlue-900:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(12, 74, 110, var(--tw-bg-opacity));
}

.focus-within\:bg-cyan-50:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(236, 254, 255, var(--tw-bg-opacity));
}

.focus-within\:bg-cyan-100:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(207, 250, 254, var(--tw-bg-opacity));
}

.focus-within\:bg-cyan-200:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(165, 243, 252, var(--tw-bg-opacity));
}

.focus-within\:bg-cyan-300:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(103, 232, 249, var(--tw-bg-opacity));
}

.focus-within\:bg-cyan-400:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(34, 211, 238, var(--tw-bg-opacity));
}

.focus-within\:bg-cyan-500:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(6, 182, 212, var(--tw-bg-opacity));
}

.focus-within\:bg-cyan-600:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(8, 145, 178, var(--tw-bg-opacity));
}

.focus-within\:bg-cyan-700:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(14, 116, 144, var(--tw-bg-opacity));
}

.focus-within\:bg-cyan-800:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(21, 94, 117, var(--tw-bg-opacity));
}

.focus-within\:bg-cyan-900:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(22, 78, 99, var(--tw-bg-opacity));
}

.focus-within\:bg-teal-50:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(240, 253, 250, var(--tw-bg-opacity));
}

.focus-within\:bg-teal-100:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(204, 251, 241, var(--tw-bg-opacity));
}

.focus-within\:bg-teal-200:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(153, 246, 228, var(--tw-bg-opacity));
}

.focus-within\:bg-teal-300:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(94, 234, 212, var(--tw-bg-opacity));
}

.focus-within\:bg-teal-400:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(45, 212, 191, var(--tw-bg-opacity));
}

.focus-within\:bg-teal-500:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(20, 184, 166, var(--tw-bg-opacity));
}

.focus-within\:bg-teal-600:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(13, 148, 136, var(--tw-bg-opacity));
}

.focus-within\:bg-teal-700:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(15, 118, 110, var(--tw-bg-opacity));
}

.focus-within\:bg-teal-800:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(17, 94, 89, var(--tw-bg-opacity));
}

.focus-within\:bg-teal-900:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(19, 78, 74, var(--tw-bg-opacity));
}

.focus-within\:bg-emerald-50:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(236, 253, 245, var(--tw-bg-opacity));
}

.focus-within\:bg-emerald-100:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(209, 250, 229, var(--tw-bg-opacity));
}

.focus-within\:bg-emerald-200:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(167, 243, 208, var(--tw-bg-opacity));
}

.focus-within\:bg-emerald-300:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(110, 231, 183, var(--tw-bg-opacity));
}

.focus-within\:bg-emerald-400:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(52, 211, 153, var(--tw-bg-opacity));
}

.focus-within\:bg-emerald-500:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(16, 185, 129, var(--tw-bg-opacity));
}

.focus-within\:bg-emerald-600:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(5, 150, 105, var(--tw-bg-opacity));
}

.focus-within\:bg-emerald-700:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(4, 120, 87, var(--tw-bg-opacity));
}

.focus-within\:bg-emerald-800:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(6, 95, 70, var(--tw-bg-opacity));
}

.focus-within\:bg-emerald-900:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(6, 78, 59, var(--tw-bg-opacity));
}

.focus-within\:bg-green-50:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(240, 253, 244, var(--tw-bg-opacity));
}

.focus-within\:bg-green-100:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(220, 252, 231, var(--tw-bg-opacity));
}

.focus-within\:bg-green-200:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(187, 247, 208, var(--tw-bg-opacity));
}

.focus-within\:bg-green-300:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(134, 239, 172, var(--tw-bg-opacity));
}

.focus-within\:bg-green-400:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(74, 222, 128, var(--tw-bg-opacity));
}

.focus-within\:bg-green-500:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(34, 197, 94, var(--tw-bg-opacity));
}

.focus-within\:bg-green-600:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(22, 163, 74, var(--tw-bg-opacity));
}

.focus-within\:bg-green-700:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(21, 128, 61, var(--tw-bg-opacity));
}

.focus-within\:bg-green-800:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(22, 101, 52, var(--tw-bg-opacity));
}

.focus-within\:bg-green-900:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(20, 83, 45, var(--tw-bg-opacity));
}

.focus-within\:bg-lime-50:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(247, 254, 231, var(--tw-bg-opacity));
}

.focus-within\:bg-lime-100:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(236, 252, 203, var(--tw-bg-opacity));
}

.focus-within\:bg-lime-200:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(217, 249, 157, var(--tw-bg-opacity));
}

.focus-within\:bg-lime-300:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(190, 242, 100, var(--tw-bg-opacity));
}

.focus-within\:bg-lime-400:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(163, 230, 53, var(--tw-bg-opacity));
}

.focus-within\:bg-lime-500:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(132, 204, 22, var(--tw-bg-opacity));
}

.focus-within\:bg-lime-600:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(101, 163, 13, var(--tw-bg-opacity));
}

.focus-within\:bg-lime-700:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(77, 124, 15, var(--tw-bg-opacity));
}

.focus-within\:bg-lime-800:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(63, 98, 18, var(--tw-bg-opacity));
}

.focus-within\:bg-lime-900:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(54, 83, 20, var(--tw-bg-opacity));
}

.focus-within\:bg-yellow-50:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(254, 252, 232, var(--tw-bg-opacity));
}

.focus-within\:bg-yellow-100:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(254, 249, 195, var(--tw-bg-opacity));
}

.focus-within\:bg-yellow-200:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(254, 240, 138, var(--tw-bg-opacity));
}

.focus-within\:bg-yellow-300:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(253, 224, 71, var(--tw-bg-opacity));
}

.focus-within\:bg-yellow-400:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(250, 204, 21, var(--tw-bg-opacity));
}

.focus-within\:bg-yellow-500:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(234, 179, 8, var(--tw-bg-opacity));
}

.focus-within\:bg-yellow-600:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(202, 138, 4, var(--tw-bg-opacity));
}

.focus-within\:bg-yellow-700:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(161, 98, 7, var(--tw-bg-opacity));
}

.focus-within\:bg-yellow-800:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(133, 77, 14, var(--tw-bg-opacity));
}

.focus-within\:bg-yellow-900:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(113, 63, 18, var(--tw-bg-opacity));
}

.focus-within\:bg-amber-50:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(255, 251, 235, var(--tw-bg-opacity));
}

.focus-within\:bg-amber-100:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(254, 243, 199, var(--tw-bg-opacity));
}

.focus-within\:bg-amber-200:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(253, 230, 138, var(--tw-bg-opacity));
}

.focus-within\:bg-amber-300:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(252, 211, 77, var(--tw-bg-opacity));
}

.focus-within\:bg-amber-400:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(251, 191, 36, var(--tw-bg-opacity));
}

.focus-within\:bg-amber-500:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(245, 158, 11, var(--tw-bg-opacity));
}

.focus-within\:bg-amber-600:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(217, 119, 6, var(--tw-bg-opacity));
}

.focus-within\:bg-amber-700:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(180, 83, 9, var(--tw-bg-opacity));
}

.focus-within\:bg-amber-800:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(146, 64, 14, var(--tw-bg-opacity));
}

.focus-within\:bg-amber-900:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(120, 53, 15, var(--tw-bg-opacity));
}

.focus-within\:bg-orange-50:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(255, 247, 237, var(--tw-bg-opacity));
}

.focus-within\:bg-orange-100:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(255, 237, 213, var(--tw-bg-opacity));
}

.focus-within\:bg-orange-200:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(254, 215, 170, var(--tw-bg-opacity));
}

.focus-within\:bg-orange-300:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(253, 186, 116, var(--tw-bg-opacity));
}

.focus-within\:bg-orange-400:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(251, 146, 60, var(--tw-bg-opacity));
}

.focus-within\:bg-orange-500:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(249, 115, 22, var(--tw-bg-opacity));
}

.focus-within\:bg-orange-600:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(234, 88, 12, var(--tw-bg-opacity));
}

.focus-within\:bg-orange-700:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(194, 65, 12, var(--tw-bg-opacity));
}

.focus-within\:bg-orange-800:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(154, 52, 18, var(--tw-bg-opacity));
}

.focus-within\:bg-orange-900:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(124, 45, 18, var(--tw-bg-opacity));
}

.focus-within\:bg-red-50:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(254, 242, 242, var(--tw-bg-opacity));
}

.focus-within\:bg-red-100:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(254, 226, 226, var(--tw-bg-opacity));
}

.focus-within\:bg-red-200:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(254, 202, 202, var(--tw-bg-opacity));
}

.focus-within\:bg-red-300:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(252, 165, 165, var(--tw-bg-opacity));
}

.focus-within\:bg-red-400:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(248, 113, 113, var(--tw-bg-opacity));
}

.focus-within\:bg-red-500:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(239, 68, 68, var(--tw-bg-opacity));
}

.focus-within\:bg-red-600:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(220, 38, 38, var(--tw-bg-opacity));
}

.focus-within\:bg-red-700:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(185, 28, 28, var(--tw-bg-opacity));
}

.focus-within\:bg-red-800:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(153, 27, 27, var(--tw-bg-opacity));
}

.focus-within\:bg-red-900:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(127, 29, 29, var(--tw-bg-opacity));
}

.focus-within\:bg-warmGray-50:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(250, 250, 249, var(--tw-bg-opacity));
}

.focus-within\:bg-warmGray-100:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(245, 245, 244, var(--tw-bg-opacity));
}

.focus-within\:bg-warmGray-200:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(231, 229, 228, var(--tw-bg-opacity));
}

.focus-within\:bg-warmGray-300:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(214, 211, 209, var(--tw-bg-opacity));
}

.focus-within\:bg-warmGray-400:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(168, 162, 158, var(--tw-bg-opacity));
}

.focus-within\:bg-warmGray-500:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(120, 113, 108, var(--tw-bg-opacity));
}

.focus-within\:bg-warmGray-600:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(87, 83, 78, var(--tw-bg-opacity));
}

.focus-within\:bg-warmGray-700:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(68, 64, 60, var(--tw-bg-opacity));
}

.focus-within\:bg-warmGray-800:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(41, 37, 36, var(--tw-bg-opacity));
}

.focus-within\:bg-warmGray-900:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(28, 25, 23, var(--tw-bg-opacity));
}

.focus-within\:bg-trueGray-50:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(250, 250, 250, var(--tw-bg-opacity));
}

.focus-within\:bg-trueGray-100:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(245, 245, 245, var(--tw-bg-opacity));
}

.focus-within\:bg-trueGray-200:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(229, 229, 229, var(--tw-bg-opacity));
}

.focus-within\:bg-trueGray-300:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(212, 212, 212, var(--tw-bg-opacity));
}

.focus-within\:bg-trueGray-400:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(163, 163, 163, var(--tw-bg-opacity));
}

.focus-within\:bg-trueGray-500:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(115, 115, 115, var(--tw-bg-opacity));
}

.focus-within\:bg-trueGray-600:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(82, 82, 82, var(--tw-bg-opacity));
}

.focus-within\:bg-trueGray-700:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(64, 64, 64, var(--tw-bg-opacity));
}

.focus-within\:bg-trueGray-800:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(38, 38, 38, var(--tw-bg-opacity));
}

.focus-within\:bg-trueGray-900:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(23, 23, 23, var(--tw-bg-opacity));
}

.focus-within\:bg-gray-50:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(250, 250, 250, var(--tw-bg-opacity));
}

.focus-within\:bg-gray-100:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(244, 244, 245, var(--tw-bg-opacity));
}

.focus-within\:bg-gray-200:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(228, 228, 231, var(--tw-bg-opacity));
}

.focus-within\:bg-gray-300:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(212, 212, 216, var(--tw-bg-opacity));
}

.focus-within\:bg-gray-400:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(161, 161, 170, var(--tw-bg-opacity));
}

.focus-within\:bg-gray-500:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(113, 113, 122, var(--tw-bg-opacity));
}

.focus-within\:bg-gray-600:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(82, 82, 91, var(--tw-bg-opacity));
}

.focus-within\:bg-gray-700:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(63, 63, 70, var(--tw-bg-opacity));
}

.focus-within\:bg-gray-800:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(39, 39, 42, var(--tw-bg-opacity));
}

.focus-within\:bg-gray-900:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(24, 24, 27, var(--tw-bg-opacity));
}

.focus-within\:bg-coolGray-50:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(249, 250, 251, var(--tw-bg-opacity));
}

.focus-within\:bg-coolGray-100:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(243, 244, 246, var(--tw-bg-opacity));
}

.focus-within\:bg-coolGray-200:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(229, 231, 235, var(--tw-bg-opacity));
}

.focus-within\:bg-coolGray-300:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(209, 213, 219, var(--tw-bg-opacity));
}

.focus-within\:bg-coolGray-400:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(156, 163, 175, var(--tw-bg-opacity));
}

.focus-within\:bg-coolGray-500:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(107, 114, 128, var(--tw-bg-opacity));
}

.focus-within\:bg-coolGray-600:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(75, 85, 99, var(--tw-bg-opacity));
}

.focus-within\:bg-coolGray-700:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(55, 65, 81, var(--tw-bg-opacity));
}

.focus-within\:bg-coolGray-800:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(31, 41, 55, var(--tw-bg-opacity));
}

.focus-within\:bg-coolGray-900:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(17, 24, 39, var(--tw-bg-opacity));
}

.focus-within\:bg-blueGray-50:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(248, 250, 252, var(--tw-bg-opacity));
}

.focus-within\:bg-blueGray-100:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(241, 245, 249, var(--tw-bg-opacity));
}

.focus-within\:bg-blueGray-200:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(226, 232, 240, var(--tw-bg-opacity));
}

.focus-within\:bg-blueGray-300:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(203, 213, 225, var(--tw-bg-opacity));
}

.focus-within\:bg-blueGray-400:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(148, 163, 184, var(--tw-bg-opacity));
}

.focus-within\:bg-blueGray-500:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(100, 116, 139, var(--tw-bg-opacity));
}

.focus-within\:bg-blueGray-600:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(71, 85, 105, var(--tw-bg-opacity));
}

.focus-within\:bg-blueGray-700:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(51, 65, 85, var(--tw-bg-opacity));
}

.focus-within\:bg-blueGray-800:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(30, 41, 59, var(--tw-bg-opacity));
}

.focus-within\:bg-blueGray-900:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(15, 23, 42, var(--tw-bg-opacity));
}

.focus-visible\:bg-current:focus-visible {
  background-color: currentColor;
}

.focus-visible\:bg-transparent:focus-visible {
  background-color: transparent;
}

.focus-visible\:bg-falcon:focus-visible {
  background-color: var(--falcon);
}

.focus-visible\:bg-basement:focus-visible {
  background-color: var(--basement);
}

.focus-visible\:bg-blue-50:focus-visible {
  --tw-bg-opacity: 1;
  background-color: rgba(239, 246, 255, var(--tw-bg-opacity));
}

.focus-visible\:bg-blue-100:focus-visible {
  --tw-bg-opacity: 1;
  background-color: rgba(219, 234, 254, var(--tw-bg-opacity));
}

.focus-visible\:bg-blue-200:focus-visible {
  --tw-bg-opacity: 1;
  background-color: rgba(191, 219, 254, var(--tw-bg-opacity));
}

.focus-visible\:bg-blue-300:focus-visible {
  --tw-bg-opacity: 1;
  background-color: rgba(147, 197, 253, var(--tw-bg-opacity));
}

.focus-visible\:bg-blue-400:focus-visible {
  --tw-bg-opacity: 1;
  background-color: rgba(96, 165, 250, var(--tw-bg-opacity));
}

.focus-visible\:bg-blue-500:focus-visible {
  --tw-bg-opacity: 1;
  background-color: rgba(59, 130, 246, var(--tw-bg-opacity));
}

.focus-visible\:bg-blue-600:focus-visible {
  --tw-bg-opacity: 1;
  background-color: rgba(37, 99, 235, var(--tw-bg-opacity));
}

.focus-visible\:bg-blue-700:focus-visible {
  --tw-bg-opacity: 1;
  background-color: rgba(29, 78, 216, var(--tw-bg-opacity));
}

.focus-visible\:bg-blue-800:focus-visible {
  --tw-bg-opacity: 1;
  background-color: rgba(30, 64, 175, var(--tw-bg-opacity));
}

.focus-visible\:bg-blue-900:focus-visible {
  --tw-bg-opacity: 1;
  background-color: rgba(30, 58, 138, var(--tw-bg-opacity));
}

.focus-visible\:bg-body-and-labels:focus-visible {
  background-color: var(--body-and-labels);
}

.focus-visible\:bg-brand:focus-visible {
  background-color: var(--brand);
}

.focus-visible\:bg-code-base-64:focus-visible {
  background-color: var(--code-base-64);
}

.focus-visible\:bg-code-bg:focus-visible {
  background-color: var(--code-bg);
}

.focus-visible\:bg-code-outline:focus-visible {
  background-color: var(--code-outline);
}

.focus-visible\:bg-code-text:focus-visible {
  background-color: var(--code-text);
}

.focus-visible\:bg-critical:focus-visible {
  background-color: var(--critical);
}

.focus-visible\:bg-destructive-hover:focus-visible {
  background-color: var(--destructive-hover);
}

.focus-visible\:bg-destructive-idle:focus-visible {
  background-color: var(--destructive-idle);
}

.focus-visible\:bg-destructive-pressed:focus-visible {
  background-color: var(--destructive-pressed);
}

.focus-visible\:bg-disabled:focus-visible {
  background-color: var(--disabled);
}

.focus-visible\:bg-disc-operations:focus-visible {
  background-color: var(--disc-operations);
}

.focus-visible\:bg-dns-requests:focus-visible {
  background-color: var(--dns-requests);
}

.focus-visible\:bg-focus:focus-visible {
  background-color: var(--focus);
}

.focus-visible\:bg-graph-1:focus-visible {
  background-color: var(--graph-1);
}

.focus-visible\:bg-graph-10:focus-visible {
  background-color: var(--graph-10);
}

.focus-visible\:bg-graph-11:focus-visible {
  background-color: var(--graph-11);
}

.focus-visible\:bg-graph-2:focus-visible {
  background-color: var(--graph-2);
}

.focus-visible\:bg-graph-3:focus-visible {
  background-color: var(--graph-3);
}

.focus-visible\:bg-graph-4:focus-visible {
  background-color: var(--graph-4);
}

.focus-visible\:bg-graph-5:focus-visible {
  background-color: var(--graph-5);
}

.focus-visible\:bg-graph-6:focus-visible {
  background-color: var(--graph-6);
}

.focus-visible\:bg-graph-7:focus-visible {
  background-color: var(--graph-7);
}

.focus-visible\:bg-graph-8:focus-visible {
  background-color: var(--graph-8);
}

.focus-visible\:bg-graph-9:focus-visible {
  background-color: var(--graph-9);
}

.focus-visible\:bg-graph-disabled:focus-visible {
  background-color: var(--graph-disabled);
}

.focus-visible\:bg-ground-floor:focus-visible {
  background-color: var(--ground-floor);
}

.focus-visible\:bg-high:focus-visible {
  background-color: var(--high);
}

.focus-visible\:bg-informational:focus-visible {
  background-color: var(--informational);
}

.focus-visible\:bg-lines-dark:focus-visible {
  background-color: var(--lines-dark);
}

.focus-visible\:bg-lines-light:focus-visible {
  background-color: var(--lines-light);
}

.focus-visible\:bg-low:focus-visible {
  background-color: var(--low);
}

.focus-visible\:bg-medium:focus-visible {
  background-color: var(--medium);
}

.focus-visible\:bg-mezzanine:focus-visible {
  background-color: var(--mezzanine);
}

.focus-visible\:bg-nav-text-and-icons:focus-visible {
  background-color: var(--nav-text-and-icons);
}

.focus-visible\:bg-nav-text-secondary:focus-visible {
  background-color: var(--nav-text-secondary);
}

.focus-visible\:bg-network-operations:focus-visible {
  background-color: var(--network-operations);
}

.focus-visible\:bg-normal-hover:focus-visible {
  background-color: var(--normal-hover);
}

.focus-visible\:bg-normal-idle:focus-visible {
  background-color: var(--normal-idle);
}

.focus-visible\:bg-normal-pressed:focus-visible {
  background-color: var(--normal-pressed);
}

.focus-visible\:bg-overlay-0\.5:focus-visible {
  background-color: var(--overlay-0\.5);
}

.focus-visible\:bg-overlay-1:focus-visible {
  background-color: var(--overlay-1);
}

.focus-visible\:bg-overlay-2:focus-visible {
  background-color: var(--overlay-2);
}

.focus-visible\:bg-positive:focus-visible {
  background-color: var(--positive);
}

.focus-visible\:bg-primary-hover:focus-visible {
  background-color: var(--primary-hover);
}

.focus-visible\:bg-primary-idle:focus-visible {
  background-color: var(--primary-idle);
}

.focus-visible\:bg-primary-pressed:focus-visible {
  background-color: var(--primary-pressed);
}

.focus-visible\:bg-process-operations:focus-visible {
  background-color: var(--process-operations);
}

.focus-visible\:bg-purple-50:focus-visible {
  --tw-bg-opacity: 1;
  background-color: rgba(250, 245, 255, var(--tw-bg-opacity));
}

.focus-visible\:bg-purple-100:focus-visible {
  --tw-bg-opacity: 1;
  background-color: rgba(243, 232, 255, var(--tw-bg-opacity));
}

.focus-visible\:bg-purple-200:focus-visible {
  --tw-bg-opacity: 1;
  background-color: rgba(233, 213, 255, var(--tw-bg-opacity));
}

.focus-visible\:bg-purple-300:focus-visible {
  --tw-bg-opacity: 1;
  background-color: rgba(216, 180, 254, var(--tw-bg-opacity));
}

.focus-visible\:bg-purple-400:focus-visible {
  --tw-bg-opacity: 1;
  background-color: rgba(192, 132, 252, var(--tw-bg-opacity));
}

.focus-visible\:bg-purple-500:focus-visible {
  --tw-bg-opacity: 1;
  background-color: rgba(168, 85, 247, var(--tw-bg-opacity));
}

.focus-visible\:bg-purple-600:focus-visible {
  --tw-bg-opacity: 1;
  background-color: rgba(147, 51, 234, var(--tw-bg-opacity));
}

.focus-visible\:bg-purple-700:focus-visible {
  --tw-bg-opacity: 1;
  background-color: rgba(126, 34, 206, var(--tw-bg-opacity));
}

.focus-visible\:bg-purple-800:focus-visible {
  --tw-bg-opacity: 1;
  background-color: rgba(107, 33, 168, var(--tw-bg-opacity));
}

.focus-visible\:bg-purple-900:focus-visible {
  --tw-bg-opacity: 1;
  background-color: rgba(88, 28, 135, var(--tw-bg-opacity));
}

.focus-visible\:bg-registry-operations:focus-visible {
  background-color: var(--registry-operations);
}

.focus-visible\:bg-selected:focus-visible {
  background-color: var(--selected);
}

.focus-visible\:bg-surface-2xl:focus-visible {
  background-color: var(--surface-2xl);
}

.focus-visible\:bg-surface-base:focus-visible {
  background-color: var(--surface-base);
}

.focus-visible\:bg-surface-inner:focus-visible {
  background-color: var(--surface-inner);
}

.focus-visible\:bg-surface-lg:focus-visible {
  background-color: var(--surface-lg);
}

.focus-visible\:bg-surface-md:focus-visible {
  background-color: var(--surface-md);
}

.focus-visible\:bg-surface-xl:focus-visible {
  background-color: var(--surface-xl);
}

.focus-visible\:bg-text-and-icons:focus-visible {
  background-color: var(--text-and-icons);
}

.focus-visible\:bg-titles-and-attributes:focus-visible {
  background-color: var(--titles-and-attributes);
}

.focus-visible\:bg-black:focus-visible {
  --tw-bg-opacity: 1;
  background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
}

.focus-visible\:bg-white:focus-visible {
  --tw-bg-opacity: 1;
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
}

.focus-visible\:bg-rose-50:focus-visible {
  --tw-bg-opacity: 1;
  background-color: rgba(255, 241, 242, var(--tw-bg-opacity));
}

.focus-visible\:bg-rose-100:focus-visible {
  --tw-bg-opacity: 1;
  background-color: rgba(255, 228, 230, var(--tw-bg-opacity));
}

.focus-visible\:bg-rose-200:focus-visible {
  --tw-bg-opacity: 1;
  background-color: rgba(254, 205, 211, var(--tw-bg-opacity));
}

.focus-visible\:bg-rose-300:focus-visible {
  --tw-bg-opacity: 1;
  background-color: rgba(253, 164, 175, var(--tw-bg-opacity));
}

.focus-visible\:bg-rose-400:focus-visible {
  --tw-bg-opacity: 1;
  background-color: rgba(251, 113, 133, var(--tw-bg-opacity));
}

.focus-visible\:bg-rose-500:focus-visible {
  --tw-bg-opacity: 1;
  background-color: rgba(244, 63, 94, var(--tw-bg-opacity));
}

.focus-visible\:bg-rose-600:focus-visible {
  --tw-bg-opacity: 1;
  background-color: rgba(225, 29, 72, var(--tw-bg-opacity));
}

.focus-visible\:bg-rose-700:focus-visible {
  --tw-bg-opacity: 1;
  background-color: rgba(190, 18, 60, var(--tw-bg-opacity));
}

.focus-visible\:bg-rose-800:focus-visible {
  --tw-bg-opacity: 1;
  background-color: rgba(159, 18, 57, var(--tw-bg-opacity));
}

.focus-visible\:bg-rose-900:focus-visible {
  --tw-bg-opacity: 1;
  background-color: rgba(136, 19, 55, var(--tw-bg-opacity));
}

.focus-visible\:bg-pink-50:focus-visible {
  --tw-bg-opacity: 1;
  background-color: rgba(253, 242, 248, var(--tw-bg-opacity));
}

.focus-visible\:bg-pink-100:focus-visible {
  --tw-bg-opacity: 1;
  background-color: rgba(252, 231, 243, var(--tw-bg-opacity));
}

.focus-visible\:bg-pink-200:focus-visible {
  --tw-bg-opacity: 1;
  background-color: rgba(251, 207, 232, var(--tw-bg-opacity));
}

.focus-visible\:bg-pink-300:focus-visible {
  --tw-bg-opacity: 1;
  background-color: rgba(249, 168, 212, var(--tw-bg-opacity));
}

.focus-visible\:bg-pink-400:focus-visible {
  --tw-bg-opacity: 1;
  background-color: rgba(244, 114, 182, var(--tw-bg-opacity));
}

.focus-visible\:bg-pink-500:focus-visible {
  --tw-bg-opacity: 1;
  background-color: rgba(236, 72, 153, var(--tw-bg-opacity));
}

.focus-visible\:bg-pink-600:focus-visible {
  --tw-bg-opacity: 1;
  background-color: rgba(219, 39, 119, var(--tw-bg-opacity));
}

.focus-visible\:bg-pink-700:focus-visible {
  --tw-bg-opacity: 1;
  background-color: rgba(190, 24, 93, var(--tw-bg-opacity));
}

.focus-visible\:bg-pink-800:focus-visible {
  --tw-bg-opacity: 1;
  background-color: rgba(157, 23, 77, var(--tw-bg-opacity));
}

.focus-visible\:bg-pink-900:focus-visible {
  --tw-bg-opacity: 1;
  background-color: rgba(131, 24, 67, var(--tw-bg-opacity));
}

.focus-visible\:bg-fuchsia-50:focus-visible {
  --tw-bg-opacity: 1;
  background-color: rgba(253, 244, 255, var(--tw-bg-opacity));
}

.focus-visible\:bg-fuchsia-100:focus-visible {
  --tw-bg-opacity: 1;
  background-color: rgba(250, 232, 255, var(--tw-bg-opacity));
}

.focus-visible\:bg-fuchsia-200:focus-visible {
  --tw-bg-opacity: 1;
  background-color: rgba(245, 208, 254, var(--tw-bg-opacity));
}

.focus-visible\:bg-fuchsia-300:focus-visible {
  --tw-bg-opacity: 1;
  background-color: rgba(240, 171, 252, var(--tw-bg-opacity));
}

.focus-visible\:bg-fuchsia-400:focus-visible {
  --tw-bg-opacity: 1;
  background-color: rgba(232, 121, 249, var(--tw-bg-opacity));
}

.focus-visible\:bg-fuchsia-500:focus-visible {
  --tw-bg-opacity: 1;
  background-color: rgba(217, 70, 239, var(--tw-bg-opacity));
}

.focus-visible\:bg-fuchsia-600:focus-visible {
  --tw-bg-opacity: 1;
  background-color: rgba(192, 38, 211, var(--tw-bg-opacity));
}

.focus-visible\:bg-fuchsia-700:focus-visible {
  --tw-bg-opacity: 1;
  background-color: rgba(162, 28, 175, var(--tw-bg-opacity));
}

.focus-visible\:bg-fuchsia-800:focus-visible {
  --tw-bg-opacity: 1;
  background-color: rgba(134, 25, 143, var(--tw-bg-opacity));
}

.focus-visible\:bg-fuchsia-900:focus-visible {
  --tw-bg-opacity: 1;
  background-color: rgba(112, 26, 117, var(--tw-bg-opacity));
}

.focus-visible\:bg-violet-50:focus-visible {
  --tw-bg-opacity: 1;
  background-color: rgba(245, 243, 255, var(--tw-bg-opacity));
}

.focus-visible\:bg-violet-100:focus-visible {
  --tw-bg-opacity: 1;
  background-color: rgba(237, 233, 254, var(--tw-bg-opacity));
}

.focus-visible\:bg-violet-200:focus-visible {
  --tw-bg-opacity: 1;
  background-color: rgba(221, 214, 254, var(--tw-bg-opacity));
}

.focus-visible\:bg-violet-300:focus-visible {
  --tw-bg-opacity: 1;
  background-color: rgba(196, 181, 253, var(--tw-bg-opacity));
}

.focus-visible\:bg-violet-400:focus-visible {
  --tw-bg-opacity: 1;
  background-color: rgba(167, 139, 250, var(--tw-bg-opacity));
}

.focus-visible\:bg-violet-500:focus-visible {
  --tw-bg-opacity: 1;
  background-color: rgba(139, 92, 246, var(--tw-bg-opacity));
}

.focus-visible\:bg-violet-600:focus-visible {
  --tw-bg-opacity: 1;
  background-color: rgba(124, 58, 237, var(--tw-bg-opacity));
}

.focus-visible\:bg-violet-700:focus-visible {
  --tw-bg-opacity: 1;
  background-color: rgba(109, 40, 217, var(--tw-bg-opacity));
}

.focus-visible\:bg-violet-800:focus-visible {
  --tw-bg-opacity: 1;
  background-color: rgba(91, 33, 182, var(--tw-bg-opacity));
}

.focus-visible\:bg-violet-900:focus-visible {
  --tw-bg-opacity: 1;
  background-color: rgba(76, 29, 149, var(--tw-bg-opacity));
}

.focus-visible\:bg-indigo-50:focus-visible {
  --tw-bg-opacity: 1;
  background-color: rgba(238, 242, 255, var(--tw-bg-opacity));
}

.focus-visible\:bg-indigo-100:focus-visible {
  --tw-bg-opacity: 1;
  background-color: rgba(224, 231, 255, var(--tw-bg-opacity));
}

.focus-visible\:bg-indigo-200:focus-visible {
  --tw-bg-opacity: 1;
  background-color: rgba(199, 210, 254, var(--tw-bg-opacity));
}

.focus-visible\:bg-indigo-300:focus-visible {
  --tw-bg-opacity: 1;
  background-color: rgba(165, 180, 252, var(--tw-bg-opacity));
}

.focus-visible\:bg-indigo-400:focus-visible {
  --tw-bg-opacity: 1;
  background-color: rgba(129, 140, 248, var(--tw-bg-opacity));
}

.focus-visible\:bg-indigo-500:focus-visible {
  --tw-bg-opacity: 1;
  background-color: rgba(99, 102, 241, var(--tw-bg-opacity));
}

.focus-visible\:bg-indigo-600:focus-visible {
  --tw-bg-opacity: 1;
  background-color: rgba(79, 70, 229, var(--tw-bg-opacity));
}

.focus-visible\:bg-indigo-700:focus-visible {
  --tw-bg-opacity: 1;
  background-color: rgba(67, 56, 202, var(--tw-bg-opacity));
}

.focus-visible\:bg-indigo-800:focus-visible {
  --tw-bg-opacity: 1;
  background-color: rgba(55, 48, 163, var(--tw-bg-opacity));
}

.focus-visible\:bg-indigo-900:focus-visible {
  --tw-bg-opacity: 1;
  background-color: rgba(49, 46, 129, var(--tw-bg-opacity));
}

.focus-visible\:bg-lightBlue-50:focus-visible {
  --tw-bg-opacity: 1;
  background-color: rgba(240, 249, 255, var(--tw-bg-opacity));
}

.focus-visible\:bg-lightBlue-100:focus-visible {
  --tw-bg-opacity: 1;
  background-color: rgba(224, 242, 254, var(--tw-bg-opacity));
}

.focus-visible\:bg-lightBlue-200:focus-visible {
  --tw-bg-opacity: 1;
  background-color: rgba(186, 230, 253, var(--tw-bg-opacity));
}

.focus-visible\:bg-lightBlue-300:focus-visible {
  --tw-bg-opacity: 1;
  background-color: rgba(125, 211, 252, var(--tw-bg-opacity));
}

.focus-visible\:bg-lightBlue-400:focus-visible {
  --tw-bg-opacity: 1;
  background-color: rgba(56, 189, 248, var(--tw-bg-opacity));
}

.focus-visible\:bg-lightBlue-500:focus-visible {
  --tw-bg-opacity: 1;
  background-color: rgba(14, 165, 233, var(--tw-bg-opacity));
}

.focus-visible\:bg-lightBlue-600:focus-visible {
  --tw-bg-opacity: 1;
  background-color: rgba(2, 132, 199, var(--tw-bg-opacity));
}

.focus-visible\:bg-lightBlue-700:focus-visible {
  --tw-bg-opacity: 1;
  background-color: rgba(3, 105, 161, var(--tw-bg-opacity));
}

.focus-visible\:bg-lightBlue-800:focus-visible {
  --tw-bg-opacity: 1;
  background-color: rgba(7, 89, 133, var(--tw-bg-opacity));
}

.focus-visible\:bg-lightBlue-900:focus-visible {
  --tw-bg-opacity: 1;
  background-color: rgba(12, 74, 110, var(--tw-bg-opacity));
}

.focus-visible\:bg-cyan-50:focus-visible {
  --tw-bg-opacity: 1;
  background-color: rgba(236, 254, 255, var(--tw-bg-opacity));
}

.focus-visible\:bg-cyan-100:focus-visible {
  --tw-bg-opacity: 1;
  background-color: rgba(207, 250, 254, var(--tw-bg-opacity));
}

.focus-visible\:bg-cyan-200:focus-visible {
  --tw-bg-opacity: 1;
  background-color: rgba(165, 243, 252, var(--tw-bg-opacity));
}

.focus-visible\:bg-cyan-300:focus-visible {
  --tw-bg-opacity: 1;
  background-color: rgba(103, 232, 249, var(--tw-bg-opacity));
}

.focus-visible\:bg-cyan-400:focus-visible {
  --tw-bg-opacity: 1;
  background-color: rgba(34, 211, 238, var(--tw-bg-opacity));
}

.focus-visible\:bg-cyan-500:focus-visible {
  --tw-bg-opacity: 1;
  background-color: rgba(6, 182, 212, var(--tw-bg-opacity));
}

.focus-visible\:bg-cyan-600:focus-visible {
  --tw-bg-opacity: 1;
  background-color: rgba(8, 145, 178, var(--tw-bg-opacity));
}

.focus-visible\:bg-cyan-700:focus-visible {
  --tw-bg-opacity: 1;
  background-color: rgba(14, 116, 144, var(--tw-bg-opacity));
}

.focus-visible\:bg-cyan-800:focus-visible {
  --tw-bg-opacity: 1;
  background-color: rgba(21, 94, 117, var(--tw-bg-opacity));
}

.focus-visible\:bg-cyan-900:focus-visible {
  --tw-bg-opacity: 1;
  background-color: rgba(22, 78, 99, var(--tw-bg-opacity));
}

.focus-visible\:bg-teal-50:focus-visible {
  --tw-bg-opacity: 1;
  background-color: rgba(240, 253, 250, var(--tw-bg-opacity));
}

.focus-visible\:bg-teal-100:focus-visible {
  --tw-bg-opacity: 1;
  background-color: rgba(204, 251, 241, var(--tw-bg-opacity));
}

.focus-visible\:bg-teal-200:focus-visible {
  --tw-bg-opacity: 1;
  background-color: rgba(153, 246, 228, var(--tw-bg-opacity));
}

.focus-visible\:bg-teal-300:focus-visible {
  --tw-bg-opacity: 1;
  background-color: rgba(94, 234, 212, var(--tw-bg-opacity));
}

.focus-visible\:bg-teal-400:focus-visible {
  --tw-bg-opacity: 1;
  background-color: rgba(45, 212, 191, var(--tw-bg-opacity));
}

.focus-visible\:bg-teal-500:focus-visible {
  --tw-bg-opacity: 1;
  background-color: rgba(20, 184, 166, var(--tw-bg-opacity));
}

.focus-visible\:bg-teal-600:focus-visible {
  --tw-bg-opacity: 1;
  background-color: rgba(13, 148, 136, var(--tw-bg-opacity));
}

.focus-visible\:bg-teal-700:focus-visible {
  --tw-bg-opacity: 1;
  background-color: rgba(15, 118, 110, var(--tw-bg-opacity));
}

.focus-visible\:bg-teal-800:focus-visible {
  --tw-bg-opacity: 1;
  background-color: rgba(17, 94, 89, var(--tw-bg-opacity));
}

.focus-visible\:bg-teal-900:focus-visible {
  --tw-bg-opacity: 1;
  background-color: rgba(19, 78, 74, var(--tw-bg-opacity));
}

.focus-visible\:bg-emerald-50:focus-visible {
  --tw-bg-opacity: 1;
  background-color: rgba(236, 253, 245, var(--tw-bg-opacity));
}

.focus-visible\:bg-emerald-100:focus-visible {
  --tw-bg-opacity: 1;
  background-color: rgba(209, 250, 229, var(--tw-bg-opacity));
}

.focus-visible\:bg-emerald-200:focus-visible {
  --tw-bg-opacity: 1;
  background-color: rgba(167, 243, 208, var(--tw-bg-opacity));
}

.focus-visible\:bg-emerald-300:focus-visible {
  --tw-bg-opacity: 1;
  background-color: rgba(110, 231, 183, var(--tw-bg-opacity));
}

.focus-visible\:bg-emerald-400:focus-visible {
  --tw-bg-opacity: 1;
  background-color: rgba(52, 211, 153, var(--tw-bg-opacity));
}

.focus-visible\:bg-emerald-500:focus-visible {
  --tw-bg-opacity: 1;
  background-color: rgba(16, 185, 129, var(--tw-bg-opacity));
}

.focus-visible\:bg-emerald-600:focus-visible {
  --tw-bg-opacity: 1;
  background-color: rgba(5, 150, 105, var(--tw-bg-opacity));
}

.focus-visible\:bg-emerald-700:focus-visible {
  --tw-bg-opacity: 1;
  background-color: rgba(4, 120, 87, var(--tw-bg-opacity));
}

.focus-visible\:bg-emerald-800:focus-visible {
  --tw-bg-opacity: 1;
  background-color: rgba(6, 95, 70, var(--tw-bg-opacity));
}

.focus-visible\:bg-emerald-900:focus-visible {
  --tw-bg-opacity: 1;
  background-color: rgba(6, 78, 59, var(--tw-bg-opacity));
}

.focus-visible\:bg-green-50:focus-visible {
  --tw-bg-opacity: 1;
  background-color: rgba(240, 253, 244, var(--tw-bg-opacity));
}

.focus-visible\:bg-green-100:focus-visible {
  --tw-bg-opacity: 1;
  background-color: rgba(220, 252, 231, var(--tw-bg-opacity));
}

.focus-visible\:bg-green-200:focus-visible {
  --tw-bg-opacity: 1;
  background-color: rgba(187, 247, 208, var(--tw-bg-opacity));
}

.focus-visible\:bg-green-300:focus-visible {
  --tw-bg-opacity: 1;
  background-color: rgba(134, 239, 172, var(--tw-bg-opacity));
}

.focus-visible\:bg-green-400:focus-visible {
  --tw-bg-opacity: 1;
  background-color: rgba(74, 222, 128, var(--tw-bg-opacity));
}

.focus-visible\:bg-green-500:focus-visible {
  --tw-bg-opacity: 1;
  background-color: rgba(34, 197, 94, var(--tw-bg-opacity));
}

.focus-visible\:bg-green-600:focus-visible {
  --tw-bg-opacity: 1;
  background-color: rgba(22, 163, 74, var(--tw-bg-opacity));
}

.focus-visible\:bg-green-700:focus-visible {
  --tw-bg-opacity: 1;
  background-color: rgba(21, 128, 61, var(--tw-bg-opacity));
}

.focus-visible\:bg-green-800:focus-visible {
  --tw-bg-opacity: 1;
  background-color: rgba(22, 101, 52, var(--tw-bg-opacity));
}

.focus-visible\:bg-green-900:focus-visible {
  --tw-bg-opacity: 1;
  background-color: rgba(20, 83, 45, var(--tw-bg-opacity));
}

.focus-visible\:bg-lime-50:focus-visible {
  --tw-bg-opacity: 1;
  background-color: rgba(247, 254, 231, var(--tw-bg-opacity));
}

.focus-visible\:bg-lime-100:focus-visible {
  --tw-bg-opacity: 1;
  background-color: rgba(236, 252, 203, var(--tw-bg-opacity));
}

.focus-visible\:bg-lime-200:focus-visible {
  --tw-bg-opacity: 1;
  background-color: rgba(217, 249, 157, var(--tw-bg-opacity));
}

.focus-visible\:bg-lime-300:focus-visible {
  --tw-bg-opacity: 1;
  background-color: rgba(190, 242, 100, var(--tw-bg-opacity));
}

.focus-visible\:bg-lime-400:focus-visible {
  --tw-bg-opacity: 1;
  background-color: rgba(163, 230, 53, var(--tw-bg-opacity));
}

.focus-visible\:bg-lime-500:focus-visible {
  --tw-bg-opacity: 1;
  background-color: rgba(132, 204, 22, var(--tw-bg-opacity));
}

.focus-visible\:bg-lime-600:focus-visible {
  --tw-bg-opacity: 1;
  background-color: rgba(101, 163, 13, var(--tw-bg-opacity));
}

.focus-visible\:bg-lime-700:focus-visible {
  --tw-bg-opacity: 1;
  background-color: rgba(77, 124, 15, var(--tw-bg-opacity));
}

.focus-visible\:bg-lime-800:focus-visible {
  --tw-bg-opacity: 1;
  background-color: rgba(63, 98, 18, var(--tw-bg-opacity));
}

.focus-visible\:bg-lime-900:focus-visible {
  --tw-bg-opacity: 1;
  background-color: rgba(54, 83, 20, var(--tw-bg-opacity));
}

.focus-visible\:bg-yellow-50:focus-visible {
  --tw-bg-opacity: 1;
  background-color: rgba(254, 252, 232, var(--tw-bg-opacity));
}

.focus-visible\:bg-yellow-100:focus-visible {
  --tw-bg-opacity: 1;
  background-color: rgba(254, 249, 195, var(--tw-bg-opacity));
}

.focus-visible\:bg-yellow-200:focus-visible {
  --tw-bg-opacity: 1;
  background-color: rgba(254, 240, 138, var(--tw-bg-opacity));
}

.focus-visible\:bg-yellow-300:focus-visible {
  --tw-bg-opacity: 1;
  background-color: rgba(253, 224, 71, var(--tw-bg-opacity));
}

.focus-visible\:bg-yellow-400:focus-visible {
  --tw-bg-opacity: 1;
  background-color: rgba(250, 204, 21, var(--tw-bg-opacity));
}

.focus-visible\:bg-yellow-500:focus-visible {
  --tw-bg-opacity: 1;
  background-color: rgba(234, 179, 8, var(--tw-bg-opacity));
}

.focus-visible\:bg-yellow-600:focus-visible {
  --tw-bg-opacity: 1;
  background-color: rgba(202, 138, 4, var(--tw-bg-opacity));
}

.focus-visible\:bg-yellow-700:focus-visible {
  --tw-bg-opacity: 1;
  background-color: rgba(161, 98, 7, var(--tw-bg-opacity));
}

.focus-visible\:bg-yellow-800:focus-visible {
  --tw-bg-opacity: 1;
  background-color: rgba(133, 77, 14, var(--tw-bg-opacity));
}

.focus-visible\:bg-yellow-900:focus-visible {
  --tw-bg-opacity: 1;
  background-color: rgba(113, 63, 18, var(--tw-bg-opacity));
}

.focus-visible\:bg-amber-50:focus-visible {
  --tw-bg-opacity: 1;
  background-color: rgba(255, 251, 235, var(--tw-bg-opacity));
}

.focus-visible\:bg-amber-100:focus-visible {
  --tw-bg-opacity: 1;
  background-color: rgba(254, 243, 199, var(--tw-bg-opacity));
}

.focus-visible\:bg-amber-200:focus-visible {
  --tw-bg-opacity: 1;
  background-color: rgba(253, 230, 138, var(--tw-bg-opacity));
}

.focus-visible\:bg-amber-300:focus-visible {
  --tw-bg-opacity: 1;
  background-color: rgba(252, 211, 77, var(--tw-bg-opacity));
}

.focus-visible\:bg-amber-400:focus-visible {
  --tw-bg-opacity: 1;
  background-color: rgba(251, 191, 36, var(--tw-bg-opacity));
}

.focus-visible\:bg-amber-500:focus-visible {
  --tw-bg-opacity: 1;
  background-color: rgba(245, 158, 11, var(--tw-bg-opacity));
}

.focus-visible\:bg-amber-600:focus-visible {
  --tw-bg-opacity: 1;
  background-color: rgba(217, 119, 6, var(--tw-bg-opacity));
}

.focus-visible\:bg-amber-700:focus-visible {
  --tw-bg-opacity: 1;
  background-color: rgba(180, 83, 9, var(--tw-bg-opacity));
}

.focus-visible\:bg-amber-800:focus-visible {
  --tw-bg-opacity: 1;
  background-color: rgba(146, 64, 14, var(--tw-bg-opacity));
}

.focus-visible\:bg-amber-900:focus-visible {
  --tw-bg-opacity: 1;
  background-color: rgba(120, 53, 15, var(--tw-bg-opacity));
}

.focus-visible\:bg-orange-50:focus-visible {
  --tw-bg-opacity: 1;
  background-color: rgba(255, 247, 237, var(--tw-bg-opacity));
}

.focus-visible\:bg-orange-100:focus-visible {
  --tw-bg-opacity: 1;
  background-color: rgba(255, 237, 213, var(--tw-bg-opacity));
}

.focus-visible\:bg-orange-200:focus-visible {
  --tw-bg-opacity: 1;
  background-color: rgba(254, 215, 170, var(--tw-bg-opacity));
}

.focus-visible\:bg-orange-300:focus-visible {
  --tw-bg-opacity: 1;
  background-color: rgba(253, 186, 116, var(--tw-bg-opacity));
}

.focus-visible\:bg-orange-400:focus-visible {
  --tw-bg-opacity: 1;
  background-color: rgba(251, 146, 60, var(--tw-bg-opacity));
}

.focus-visible\:bg-orange-500:focus-visible {
  --tw-bg-opacity: 1;
  background-color: rgba(249, 115, 22, var(--tw-bg-opacity));
}

.focus-visible\:bg-orange-600:focus-visible {
  --tw-bg-opacity: 1;
  background-color: rgba(234, 88, 12, var(--tw-bg-opacity));
}

.focus-visible\:bg-orange-700:focus-visible {
  --tw-bg-opacity: 1;
  background-color: rgba(194, 65, 12, var(--tw-bg-opacity));
}

.focus-visible\:bg-orange-800:focus-visible {
  --tw-bg-opacity: 1;
  background-color: rgba(154, 52, 18, var(--tw-bg-opacity));
}

.focus-visible\:bg-orange-900:focus-visible {
  --tw-bg-opacity: 1;
  background-color: rgba(124, 45, 18, var(--tw-bg-opacity));
}

.focus-visible\:bg-red-50:focus-visible {
  --tw-bg-opacity: 1;
  background-color: rgba(254, 242, 242, var(--tw-bg-opacity));
}

.focus-visible\:bg-red-100:focus-visible {
  --tw-bg-opacity: 1;
  background-color: rgba(254, 226, 226, var(--tw-bg-opacity));
}

.focus-visible\:bg-red-200:focus-visible {
  --tw-bg-opacity: 1;
  background-color: rgba(254, 202, 202, var(--tw-bg-opacity));
}

.focus-visible\:bg-red-300:focus-visible {
  --tw-bg-opacity: 1;
  background-color: rgba(252, 165, 165, var(--tw-bg-opacity));
}

.focus-visible\:bg-red-400:focus-visible {
  --tw-bg-opacity: 1;
  background-color: rgba(248, 113, 113, var(--tw-bg-opacity));
}

.focus-visible\:bg-red-500:focus-visible {
  --tw-bg-opacity: 1;
  background-color: rgba(239, 68, 68, var(--tw-bg-opacity));
}

.focus-visible\:bg-red-600:focus-visible {
  --tw-bg-opacity: 1;
  background-color: rgba(220, 38, 38, var(--tw-bg-opacity));
}

.focus-visible\:bg-red-700:focus-visible {
  --tw-bg-opacity: 1;
  background-color: rgba(185, 28, 28, var(--tw-bg-opacity));
}

.focus-visible\:bg-red-800:focus-visible {
  --tw-bg-opacity: 1;
  background-color: rgba(153, 27, 27, var(--tw-bg-opacity));
}

.focus-visible\:bg-red-900:focus-visible {
  --tw-bg-opacity: 1;
  background-color: rgba(127, 29, 29, var(--tw-bg-opacity));
}

.focus-visible\:bg-warmGray-50:focus-visible {
  --tw-bg-opacity: 1;
  background-color: rgba(250, 250, 249, var(--tw-bg-opacity));
}

.focus-visible\:bg-warmGray-100:focus-visible {
  --tw-bg-opacity: 1;
  background-color: rgba(245, 245, 244, var(--tw-bg-opacity));
}

.focus-visible\:bg-warmGray-200:focus-visible {
  --tw-bg-opacity: 1;
  background-color: rgba(231, 229, 228, var(--tw-bg-opacity));
}

.focus-visible\:bg-warmGray-300:focus-visible {
  --tw-bg-opacity: 1;
  background-color: rgba(214, 211, 209, var(--tw-bg-opacity));
}

.focus-visible\:bg-warmGray-400:focus-visible {
  --tw-bg-opacity: 1;
  background-color: rgba(168, 162, 158, var(--tw-bg-opacity));
}

.focus-visible\:bg-warmGray-500:focus-visible {
  --tw-bg-opacity: 1;
  background-color: rgba(120, 113, 108, var(--tw-bg-opacity));
}

.focus-visible\:bg-warmGray-600:focus-visible {
  --tw-bg-opacity: 1;
  background-color: rgba(87, 83, 78, var(--tw-bg-opacity));
}

.focus-visible\:bg-warmGray-700:focus-visible {
  --tw-bg-opacity: 1;
  background-color: rgba(68, 64, 60, var(--tw-bg-opacity));
}

.focus-visible\:bg-warmGray-800:focus-visible {
  --tw-bg-opacity: 1;
  background-color: rgba(41, 37, 36, var(--tw-bg-opacity));
}

.focus-visible\:bg-warmGray-900:focus-visible {
  --tw-bg-opacity: 1;
  background-color: rgba(28, 25, 23, var(--tw-bg-opacity));
}

.focus-visible\:bg-trueGray-50:focus-visible {
  --tw-bg-opacity: 1;
  background-color: rgba(250, 250, 250, var(--tw-bg-opacity));
}

.focus-visible\:bg-trueGray-100:focus-visible {
  --tw-bg-opacity: 1;
  background-color: rgba(245, 245, 245, var(--tw-bg-opacity));
}

.focus-visible\:bg-trueGray-200:focus-visible {
  --tw-bg-opacity: 1;
  background-color: rgba(229, 229, 229, var(--tw-bg-opacity));
}

.focus-visible\:bg-trueGray-300:focus-visible {
  --tw-bg-opacity: 1;
  background-color: rgba(212, 212, 212, var(--tw-bg-opacity));
}

.focus-visible\:bg-trueGray-400:focus-visible {
  --tw-bg-opacity: 1;
  background-color: rgba(163, 163, 163, var(--tw-bg-opacity));
}

.focus-visible\:bg-trueGray-500:focus-visible {
  --tw-bg-opacity: 1;
  background-color: rgba(115, 115, 115, var(--tw-bg-opacity));
}

.focus-visible\:bg-trueGray-600:focus-visible {
  --tw-bg-opacity: 1;
  background-color: rgba(82, 82, 82, var(--tw-bg-opacity));
}

.focus-visible\:bg-trueGray-700:focus-visible {
  --tw-bg-opacity: 1;
  background-color: rgba(64, 64, 64, var(--tw-bg-opacity));
}

.focus-visible\:bg-trueGray-800:focus-visible {
  --tw-bg-opacity: 1;
  background-color: rgba(38, 38, 38, var(--tw-bg-opacity));
}

.focus-visible\:bg-trueGray-900:focus-visible {
  --tw-bg-opacity: 1;
  background-color: rgba(23, 23, 23, var(--tw-bg-opacity));
}

.focus-visible\:bg-gray-50:focus-visible {
  --tw-bg-opacity: 1;
  background-color: rgba(250, 250, 250, var(--tw-bg-opacity));
}

.focus-visible\:bg-gray-100:focus-visible {
  --tw-bg-opacity: 1;
  background-color: rgba(244, 244, 245, var(--tw-bg-opacity));
}

.focus-visible\:bg-gray-200:focus-visible {
  --tw-bg-opacity: 1;
  background-color: rgba(228, 228, 231, var(--tw-bg-opacity));
}

.focus-visible\:bg-gray-300:focus-visible {
  --tw-bg-opacity: 1;
  background-color: rgba(212, 212, 216, var(--tw-bg-opacity));
}

.focus-visible\:bg-gray-400:focus-visible {
  --tw-bg-opacity: 1;
  background-color: rgba(161, 161, 170, var(--tw-bg-opacity));
}

.focus-visible\:bg-gray-500:focus-visible {
  --tw-bg-opacity: 1;
  background-color: rgba(113, 113, 122, var(--tw-bg-opacity));
}

.focus-visible\:bg-gray-600:focus-visible {
  --tw-bg-opacity: 1;
  background-color: rgba(82, 82, 91, var(--tw-bg-opacity));
}

.focus-visible\:bg-gray-700:focus-visible {
  --tw-bg-opacity: 1;
  background-color: rgba(63, 63, 70, var(--tw-bg-opacity));
}

.focus-visible\:bg-gray-800:focus-visible {
  --tw-bg-opacity: 1;
  background-color: rgba(39, 39, 42, var(--tw-bg-opacity));
}

.focus-visible\:bg-gray-900:focus-visible {
  --tw-bg-opacity: 1;
  background-color: rgba(24, 24, 27, var(--tw-bg-opacity));
}

.focus-visible\:bg-coolGray-50:focus-visible {
  --tw-bg-opacity: 1;
  background-color: rgba(249, 250, 251, var(--tw-bg-opacity));
}

.focus-visible\:bg-coolGray-100:focus-visible {
  --tw-bg-opacity: 1;
  background-color: rgba(243, 244, 246, var(--tw-bg-opacity));
}

.focus-visible\:bg-coolGray-200:focus-visible {
  --tw-bg-opacity: 1;
  background-color: rgba(229, 231, 235, var(--tw-bg-opacity));
}

.focus-visible\:bg-coolGray-300:focus-visible {
  --tw-bg-opacity: 1;
  background-color: rgba(209, 213, 219, var(--tw-bg-opacity));
}

.focus-visible\:bg-coolGray-400:focus-visible {
  --tw-bg-opacity: 1;
  background-color: rgba(156, 163, 175, var(--tw-bg-opacity));
}

.focus-visible\:bg-coolGray-500:focus-visible {
  --tw-bg-opacity: 1;
  background-color: rgba(107, 114, 128, var(--tw-bg-opacity));
}

.focus-visible\:bg-coolGray-600:focus-visible {
  --tw-bg-opacity: 1;
  background-color: rgba(75, 85, 99, var(--tw-bg-opacity));
}

.focus-visible\:bg-coolGray-700:focus-visible {
  --tw-bg-opacity: 1;
  background-color: rgba(55, 65, 81, var(--tw-bg-opacity));
}

.focus-visible\:bg-coolGray-800:focus-visible {
  --tw-bg-opacity: 1;
  background-color: rgba(31, 41, 55, var(--tw-bg-opacity));
}

.focus-visible\:bg-coolGray-900:focus-visible {
  --tw-bg-opacity: 1;
  background-color: rgba(17, 24, 39, var(--tw-bg-opacity));
}

.focus-visible\:bg-blueGray-50:focus-visible {
  --tw-bg-opacity: 1;
  background-color: rgba(248, 250, 252, var(--tw-bg-opacity));
}

.focus-visible\:bg-blueGray-100:focus-visible {
  --tw-bg-opacity: 1;
  background-color: rgba(241, 245, 249, var(--tw-bg-opacity));
}

.focus-visible\:bg-blueGray-200:focus-visible {
  --tw-bg-opacity: 1;
  background-color: rgba(226, 232, 240, var(--tw-bg-opacity));
}

.focus-visible\:bg-blueGray-300:focus-visible {
  --tw-bg-opacity: 1;
  background-color: rgba(203, 213, 225, var(--tw-bg-opacity));
}

.focus-visible\:bg-blueGray-400:focus-visible {
  --tw-bg-opacity: 1;
  background-color: rgba(148, 163, 184, var(--tw-bg-opacity));
}

.focus-visible\:bg-blueGray-500:focus-visible {
  --tw-bg-opacity: 1;
  background-color: rgba(100, 116, 139, var(--tw-bg-opacity));
}

.focus-visible\:bg-blueGray-600:focus-visible {
  --tw-bg-opacity: 1;
  background-color: rgba(71, 85, 105, var(--tw-bg-opacity));
}

.focus-visible\:bg-blueGray-700:focus-visible {
  --tw-bg-opacity: 1;
  background-color: rgba(51, 65, 85, var(--tw-bg-opacity));
}

.focus-visible\:bg-blueGray-800:focus-visible {
  --tw-bg-opacity: 1;
  background-color: rgba(30, 41, 59, var(--tw-bg-opacity));
}

.focus-visible\:bg-blueGray-900:focus-visible {
  --tw-bg-opacity: 1;
  background-color: rgba(15, 23, 42, var(--tw-bg-opacity));
}

.active\:bg-current:active {
  background-color: currentColor;
}

.active\:bg-transparent:active {
  background-color: transparent;
}

.active\:bg-falcon:active {
  background-color: var(--falcon);
}

.active\:bg-basement:active {
  background-color: var(--basement);
}

.active\:bg-blue-50:active {
  --tw-bg-opacity: 1;
  background-color: rgba(239, 246, 255, var(--tw-bg-opacity));
}

.active\:bg-blue-100:active {
  --tw-bg-opacity: 1;
  background-color: rgba(219, 234, 254, var(--tw-bg-opacity));
}

.active\:bg-blue-200:active {
  --tw-bg-opacity: 1;
  background-color: rgba(191, 219, 254, var(--tw-bg-opacity));
}

.active\:bg-blue-300:active {
  --tw-bg-opacity: 1;
  background-color: rgba(147, 197, 253, var(--tw-bg-opacity));
}

.active\:bg-blue-400:active {
  --tw-bg-opacity: 1;
  background-color: rgba(96, 165, 250, var(--tw-bg-opacity));
}

.active\:bg-blue-500:active {
  --tw-bg-opacity: 1;
  background-color: rgba(59, 130, 246, var(--tw-bg-opacity));
}

.active\:bg-blue-600:active {
  --tw-bg-opacity: 1;
  background-color: rgba(37, 99, 235, var(--tw-bg-opacity));
}

.active\:bg-blue-700:active {
  --tw-bg-opacity: 1;
  background-color: rgba(29, 78, 216, var(--tw-bg-opacity));
}

.active\:bg-blue-800:active {
  --tw-bg-opacity: 1;
  background-color: rgba(30, 64, 175, var(--tw-bg-opacity));
}

.active\:bg-blue-900:active {
  --tw-bg-opacity: 1;
  background-color: rgba(30, 58, 138, var(--tw-bg-opacity));
}

.active\:bg-body-and-labels:active {
  background-color: var(--body-and-labels);
}

.active\:bg-brand:active {
  background-color: var(--brand);
}

.active\:bg-code-base-64:active {
  background-color: var(--code-base-64);
}

.active\:bg-code-bg:active {
  background-color: var(--code-bg);
}

.active\:bg-code-outline:active {
  background-color: var(--code-outline);
}

.active\:bg-code-text:active {
  background-color: var(--code-text);
}

.active\:bg-critical:active {
  background-color: var(--critical);
}

.active\:bg-destructive-hover:active {
  background-color: var(--destructive-hover);
}

.active\:bg-destructive-idle:active {
  background-color: var(--destructive-idle);
}

.active\:bg-destructive-pressed:active {
  background-color: var(--destructive-pressed);
}

.active\:bg-disabled:active {
  background-color: var(--disabled);
}

.active\:bg-disc-operations:active {
  background-color: var(--disc-operations);
}

.active\:bg-dns-requests:active {
  background-color: var(--dns-requests);
}

.active\:bg-focus:active {
  background-color: var(--focus);
}

.active\:bg-graph-1:active {
  background-color: var(--graph-1);
}

.active\:bg-graph-10:active {
  background-color: var(--graph-10);
}

.active\:bg-graph-11:active {
  background-color: var(--graph-11);
}

.active\:bg-graph-2:active {
  background-color: var(--graph-2);
}

.active\:bg-graph-3:active {
  background-color: var(--graph-3);
}

.active\:bg-graph-4:active {
  background-color: var(--graph-4);
}

.active\:bg-graph-5:active {
  background-color: var(--graph-5);
}

.active\:bg-graph-6:active {
  background-color: var(--graph-6);
}

.active\:bg-graph-7:active {
  background-color: var(--graph-7);
}

.active\:bg-graph-8:active {
  background-color: var(--graph-8);
}

.active\:bg-graph-9:active {
  background-color: var(--graph-9);
}

.active\:bg-graph-disabled:active {
  background-color: var(--graph-disabled);
}

.active\:bg-ground-floor:active {
  background-color: var(--ground-floor);
}

.active\:bg-high:active {
  background-color: var(--high);
}

.active\:bg-informational:active {
  background-color: var(--informational);
}

.active\:bg-lines-dark:active {
  background-color: var(--lines-dark);
}

.active\:bg-lines-light:active {
  background-color: var(--lines-light);
}

.active\:bg-low:active {
  background-color: var(--low);
}

.active\:bg-medium:active {
  background-color: var(--medium);
}

.active\:bg-mezzanine:active {
  background-color: var(--mezzanine);
}

.active\:bg-nav-text-and-icons:active {
  background-color: var(--nav-text-and-icons);
}

.active\:bg-nav-text-secondary:active {
  background-color: var(--nav-text-secondary);
}

.active\:bg-network-operations:active {
  background-color: var(--network-operations);
}

.active\:bg-normal-hover:active {
  background-color: var(--normal-hover);
}

.active\:bg-normal-idle:active {
  background-color: var(--normal-idle);
}

.active\:bg-normal-pressed:active {
  background-color: var(--normal-pressed);
}

.active\:bg-overlay-0\.5:active {
  background-color: var(--overlay-0\.5);
}

.active\:bg-overlay-1:active {
  background-color: var(--overlay-1);
}

.active\:bg-overlay-2:active {
  background-color: var(--overlay-2);
}

.active\:bg-positive:active {
  background-color: var(--positive);
}

.active\:bg-primary-hover:active {
  background-color: var(--primary-hover);
}

.active\:bg-primary-idle:active {
  background-color: var(--primary-idle);
}

.active\:bg-primary-pressed:active {
  background-color: var(--primary-pressed);
}

.active\:bg-process-operations:active {
  background-color: var(--process-operations);
}

.active\:bg-purple-50:active {
  --tw-bg-opacity: 1;
  background-color: rgba(250, 245, 255, var(--tw-bg-opacity));
}

.active\:bg-purple-100:active {
  --tw-bg-opacity: 1;
  background-color: rgba(243, 232, 255, var(--tw-bg-opacity));
}

.active\:bg-purple-200:active {
  --tw-bg-opacity: 1;
  background-color: rgba(233, 213, 255, var(--tw-bg-opacity));
}

.active\:bg-purple-300:active {
  --tw-bg-opacity: 1;
  background-color: rgba(216, 180, 254, var(--tw-bg-opacity));
}

.active\:bg-purple-400:active {
  --tw-bg-opacity: 1;
  background-color: rgba(192, 132, 252, var(--tw-bg-opacity));
}

.active\:bg-purple-500:active {
  --tw-bg-opacity: 1;
  background-color: rgba(168, 85, 247, var(--tw-bg-opacity));
}

.active\:bg-purple-600:active {
  --tw-bg-opacity: 1;
  background-color: rgba(147, 51, 234, var(--tw-bg-opacity));
}

.active\:bg-purple-700:active {
  --tw-bg-opacity: 1;
  background-color: rgba(126, 34, 206, var(--tw-bg-opacity));
}

.active\:bg-purple-800:active {
  --tw-bg-opacity: 1;
  background-color: rgba(107, 33, 168, var(--tw-bg-opacity));
}

.active\:bg-purple-900:active {
  --tw-bg-opacity: 1;
  background-color: rgba(88, 28, 135, var(--tw-bg-opacity));
}

.active\:bg-registry-operations:active {
  background-color: var(--registry-operations);
}

.active\:bg-selected:active {
  background-color: var(--selected);
}

.active\:bg-surface-2xl:active {
  background-color: var(--surface-2xl);
}

.active\:bg-surface-base:active {
  background-color: var(--surface-base);
}

.active\:bg-surface-inner:active {
  background-color: var(--surface-inner);
}

.active\:bg-surface-lg:active {
  background-color: var(--surface-lg);
}

.active\:bg-surface-md:active {
  background-color: var(--surface-md);
}

.active\:bg-surface-xl:active {
  background-color: var(--surface-xl);
}

.active\:bg-text-and-icons:active {
  background-color: var(--text-and-icons);
}

.active\:bg-titles-and-attributes:active {
  background-color: var(--titles-and-attributes);
}

.active\:bg-black:active {
  --tw-bg-opacity: 1;
  background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
}

.active\:bg-white:active {
  --tw-bg-opacity: 1;
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
}

.active\:bg-rose-50:active {
  --tw-bg-opacity: 1;
  background-color: rgba(255, 241, 242, var(--tw-bg-opacity));
}

.active\:bg-rose-100:active {
  --tw-bg-opacity: 1;
  background-color: rgba(255, 228, 230, var(--tw-bg-opacity));
}

.active\:bg-rose-200:active {
  --tw-bg-opacity: 1;
  background-color: rgba(254, 205, 211, var(--tw-bg-opacity));
}

.active\:bg-rose-300:active {
  --tw-bg-opacity: 1;
  background-color: rgba(253, 164, 175, var(--tw-bg-opacity));
}

.active\:bg-rose-400:active {
  --tw-bg-opacity: 1;
  background-color: rgba(251, 113, 133, var(--tw-bg-opacity));
}

.active\:bg-rose-500:active {
  --tw-bg-opacity: 1;
  background-color: rgba(244, 63, 94, var(--tw-bg-opacity));
}

.active\:bg-rose-600:active {
  --tw-bg-opacity: 1;
  background-color: rgba(225, 29, 72, var(--tw-bg-opacity));
}

.active\:bg-rose-700:active {
  --tw-bg-opacity: 1;
  background-color: rgba(190, 18, 60, var(--tw-bg-opacity));
}

.active\:bg-rose-800:active {
  --tw-bg-opacity: 1;
  background-color: rgba(159, 18, 57, var(--tw-bg-opacity));
}

.active\:bg-rose-900:active {
  --tw-bg-opacity: 1;
  background-color: rgba(136, 19, 55, var(--tw-bg-opacity));
}

.active\:bg-pink-50:active {
  --tw-bg-opacity: 1;
  background-color: rgba(253, 242, 248, var(--tw-bg-opacity));
}

.active\:bg-pink-100:active {
  --tw-bg-opacity: 1;
  background-color: rgba(252, 231, 243, var(--tw-bg-opacity));
}

.active\:bg-pink-200:active {
  --tw-bg-opacity: 1;
  background-color: rgba(251, 207, 232, var(--tw-bg-opacity));
}

.active\:bg-pink-300:active {
  --tw-bg-opacity: 1;
  background-color: rgba(249, 168, 212, var(--tw-bg-opacity));
}

.active\:bg-pink-400:active {
  --tw-bg-opacity: 1;
  background-color: rgba(244, 114, 182, var(--tw-bg-opacity));
}

.active\:bg-pink-500:active {
  --tw-bg-opacity: 1;
  background-color: rgba(236, 72, 153, var(--tw-bg-opacity));
}

.active\:bg-pink-600:active {
  --tw-bg-opacity: 1;
  background-color: rgba(219, 39, 119, var(--tw-bg-opacity));
}

.active\:bg-pink-700:active {
  --tw-bg-opacity: 1;
  background-color: rgba(190, 24, 93, var(--tw-bg-opacity));
}

.active\:bg-pink-800:active {
  --tw-bg-opacity: 1;
  background-color: rgba(157, 23, 77, var(--tw-bg-opacity));
}

.active\:bg-pink-900:active {
  --tw-bg-opacity: 1;
  background-color: rgba(131, 24, 67, var(--tw-bg-opacity));
}

.active\:bg-fuchsia-50:active {
  --tw-bg-opacity: 1;
  background-color: rgba(253, 244, 255, var(--tw-bg-opacity));
}

.active\:bg-fuchsia-100:active {
  --tw-bg-opacity: 1;
  background-color: rgba(250, 232, 255, var(--tw-bg-opacity));
}

.active\:bg-fuchsia-200:active {
  --tw-bg-opacity: 1;
  background-color: rgba(245, 208, 254, var(--tw-bg-opacity));
}

.active\:bg-fuchsia-300:active {
  --tw-bg-opacity: 1;
  background-color: rgba(240, 171, 252, var(--tw-bg-opacity));
}

.active\:bg-fuchsia-400:active {
  --tw-bg-opacity: 1;
  background-color: rgba(232, 121, 249, var(--tw-bg-opacity));
}

.active\:bg-fuchsia-500:active {
  --tw-bg-opacity: 1;
  background-color: rgba(217, 70, 239, var(--tw-bg-opacity));
}

.active\:bg-fuchsia-600:active {
  --tw-bg-opacity: 1;
  background-color: rgba(192, 38, 211, var(--tw-bg-opacity));
}

.active\:bg-fuchsia-700:active {
  --tw-bg-opacity: 1;
  background-color: rgba(162, 28, 175, var(--tw-bg-opacity));
}

.active\:bg-fuchsia-800:active {
  --tw-bg-opacity: 1;
  background-color: rgba(134, 25, 143, var(--tw-bg-opacity));
}

.active\:bg-fuchsia-900:active {
  --tw-bg-opacity: 1;
  background-color: rgba(112, 26, 117, var(--tw-bg-opacity));
}

.active\:bg-violet-50:active {
  --tw-bg-opacity: 1;
  background-color: rgba(245, 243, 255, var(--tw-bg-opacity));
}

.active\:bg-violet-100:active {
  --tw-bg-opacity: 1;
  background-color: rgba(237, 233, 254, var(--tw-bg-opacity));
}

.active\:bg-violet-200:active {
  --tw-bg-opacity: 1;
  background-color: rgba(221, 214, 254, var(--tw-bg-opacity));
}

.active\:bg-violet-300:active {
  --tw-bg-opacity: 1;
  background-color: rgba(196, 181, 253, var(--tw-bg-opacity));
}

.active\:bg-violet-400:active {
  --tw-bg-opacity: 1;
  background-color: rgba(167, 139, 250, var(--tw-bg-opacity));
}

.active\:bg-violet-500:active {
  --tw-bg-opacity: 1;
  background-color: rgba(139, 92, 246, var(--tw-bg-opacity));
}

.active\:bg-violet-600:active {
  --tw-bg-opacity: 1;
  background-color: rgba(124, 58, 237, var(--tw-bg-opacity));
}

.active\:bg-violet-700:active {
  --tw-bg-opacity: 1;
  background-color: rgba(109, 40, 217, var(--tw-bg-opacity));
}

.active\:bg-violet-800:active {
  --tw-bg-opacity: 1;
  background-color: rgba(91, 33, 182, var(--tw-bg-opacity));
}

.active\:bg-violet-900:active {
  --tw-bg-opacity: 1;
  background-color: rgba(76, 29, 149, var(--tw-bg-opacity));
}

.active\:bg-indigo-50:active {
  --tw-bg-opacity: 1;
  background-color: rgba(238, 242, 255, var(--tw-bg-opacity));
}

.active\:bg-indigo-100:active {
  --tw-bg-opacity: 1;
  background-color: rgba(224, 231, 255, var(--tw-bg-opacity));
}

.active\:bg-indigo-200:active {
  --tw-bg-opacity: 1;
  background-color: rgba(199, 210, 254, var(--tw-bg-opacity));
}

.active\:bg-indigo-300:active {
  --tw-bg-opacity: 1;
  background-color: rgba(165, 180, 252, var(--tw-bg-opacity));
}

.active\:bg-indigo-400:active {
  --tw-bg-opacity: 1;
  background-color: rgba(129, 140, 248, var(--tw-bg-opacity));
}

.active\:bg-indigo-500:active {
  --tw-bg-opacity: 1;
  background-color: rgba(99, 102, 241, var(--tw-bg-opacity));
}

.active\:bg-indigo-600:active {
  --tw-bg-opacity: 1;
  background-color: rgba(79, 70, 229, var(--tw-bg-opacity));
}

.active\:bg-indigo-700:active {
  --tw-bg-opacity: 1;
  background-color: rgba(67, 56, 202, var(--tw-bg-opacity));
}

.active\:bg-indigo-800:active {
  --tw-bg-opacity: 1;
  background-color: rgba(55, 48, 163, var(--tw-bg-opacity));
}

.active\:bg-indigo-900:active {
  --tw-bg-opacity: 1;
  background-color: rgba(49, 46, 129, var(--tw-bg-opacity));
}

.active\:bg-lightBlue-50:active {
  --tw-bg-opacity: 1;
  background-color: rgba(240, 249, 255, var(--tw-bg-opacity));
}

.active\:bg-lightBlue-100:active {
  --tw-bg-opacity: 1;
  background-color: rgba(224, 242, 254, var(--tw-bg-opacity));
}

.active\:bg-lightBlue-200:active {
  --tw-bg-opacity: 1;
  background-color: rgba(186, 230, 253, var(--tw-bg-opacity));
}

.active\:bg-lightBlue-300:active {
  --tw-bg-opacity: 1;
  background-color: rgba(125, 211, 252, var(--tw-bg-opacity));
}

.active\:bg-lightBlue-400:active {
  --tw-bg-opacity: 1;
  background-color: rgba(56, 189, 248, var(--tw-bg-opacity));
}

.active\:bg-lightBlue-500:active {
  --tw-bg-opacity: 1;
  background-color: rgba(14, 165, 233, var(--tw-bg-opacity));
}

.active\:bg-lightBlue-600:active {
  --tw-bg-opacity: 1;
  background-color: rgba(2, 132, 199, var(--tw-bg-opacity));
}

.active\:bg-lightBlue-700:active {
  --tw-bg-opacity: 1;
  background-color: rgba(3, 105, 161, var(--tw-bg-opacity));
}

.active\:bg-lightBlue-800:active {
  --tw-bg-opacity: 1;
  background-color: rgba(7, 89, 133, var(--tw-bg-opacity));
}

.active\:bg-lightBlue-900:active {
  --tw-bg-opacity: 1;
  background-color: rgba(12, 74, 110, var(--tw-bg-opacity));
}

.active\:bg-cyan-50:active {
  --tw-bg-opacity: 1;
  background-color: rgba(236, 254, 255, var(--tw-bg-opacity));
}

.active\:bg-cyan-100:active {
  --tw-bg-opacity: 1;
  background-color: rgba(207, 250, 254, var(--tw-bg-opacity));
}

.active\:bg-cyan-200:active {
  --tw-bg-opacity: 1;
  background-color: rgba(165, 243, 252, var(--tw-bg-opacity));
}

.active\:bg-cyan-300:active {
  --tw-bg-opacity: 1;
  background-color: rgba(103, 232, 249, var(--tw-bg-opacity));
}

.active\:bg-cyan-400:active {
  --tw-bg-opacity: 1;
  background-color: rgba(34, 211, 238, var(--tw-bg-opacity));
}

.active\:bg-cyan-500:active {
  --tw-bg-opacity: 1;
  background-color: rgba(6, 182, 212, var(--tw-bg-opacity));
}

.active\:bg-cyan-600:active {
  --tw-bg-opacity: 1;
  background-color: rgba(8, 145, 178, var(--tw-bg-opacity));
}

.active\:bg-cyan-700:active {
  --tw-bg-opacity: 1;
  background-color: rgba(14, 116, 144, var(--tw-bg-opacity));
}

.active\:bg-cyan-800:active {
  --tw-bg-opacity: 1;
  background-color: rgba(21, 94, 117, var(--tw-bg-opacity));
}

.active\:bg-cyan-900:active {
  --tw-bg-opacity: 1;
  background-color: rgba(22, 78, 99, var(--tw-bg-opacity));
}

.active\:bg-teal-50:active {
  --tw-bg-opacity: 1;
  background-color: rgba(240, 253, 250, var(--tw-bg-opacity));
}

.active\:bg-teal-100:active {
  --tw-bg-opacity: 1;
  background-color: rgba(204, 251, 241, var(--tw-bg-opacity));
}

.active\:bg-teal-200:active {
  --tw-bg-opacity: 1;
  background-color: rgba(153, 246, 228, var(--tw-bg-opacity));
}

.active\:bg-teal-300:active {
  --tw-bg-opacity: 1;
  background-color: rgba(94, 234, 212, var(--tw-bg-opacity));
}

.active\:bg-teal-400:active {
  --tw-bg-opacity: 1;
  background-color: rgba(45, 212, 191, var(--tw-bg-opacity));
}

.active\:bg-teal-500:active {
  --tw-bg-opacity: 1;
  background-color: rgba(20, 184, 166, var(--tw-bg-opacity));
}

.active\:bg-teal-600:active {
  --tw-bg-opacity: 1;
  background-color: rgba(13, 148, 136, var(--tw-bg-opacity));
}

.active\:bg-teal-700:active {
  --tw-bg-opacity: 1;
  background-color: rgba(15, 118, 110, var(--tw-bg-opacity));
}

.active\:bg-teal-800:active {
  --tw-bg-opacity: 1;
  background-color: rgba(17, 94, 89, var(--tw-bg-opacity));
}

.active\:bg-teal-900:active {
  --tw-bg-opacity: 1;
  background-color: rgba(19, 78, 74, var(--tw-bg-opacity));
}

.active\:bg-emerald-50:active {
  --tw-bg-opacity: 1;
  background-color: rgba(236, 253, 245, var(--tw-bg-opacity));
}

.active\:bg-emerald-100:active {
  --tw-bg-opacity: 1;
  background-color: rgba(209, 250, 229, var(--tw-bg-opacity));
}

.active\:bg-emerald-200:active {
  --tw-bg-opacity: 1;
  background-color: rgba(167, 243, 208, var(--tw-bg-opacity));
}

.active\:bg-emerald-300:active {
  --tw-bg-opacity: 1;
  background-color: rgba(110, 231, 183, var(--tw-bg-opacity));
}

.active\:bg-emerald-400:active {
  --tw-bg-opacity: 1;
  background-color: rgba(52, 211, 153, var(--tw-bg-opacity));
}

.active\:bg-emerald-500:active {
  --tw-bg-opacity: 1;
  background-color: rgba(16, 185, 129, var(--tw-bg-opacity));
}

.active\:bg-emerald-600:active {
  --tw-bg-opacity: 1;
  background-color: rgba(5, 150, 105, var(--tw-bg-opacity));
}

.active\:bg-emerald-700:active {
  --tw-bg-opacity: 1;
  background-color: rgba(4, 120, 87, var(--tw-bg-opacity));
}

.active\:bg-emerald-800:active {
  --tw-bg-opacity: 1;
  background-color: rgba(6, 95, 70, var(--tw-bg-opacity));
}

.active\:bg-emerald-900:active {
  --tw-bg-opacity: 1;
  background-color: rgba(6, 78, 59, var(--tw-bg-opacity));
}

.active\:bg-green-50:active {
  --tw-bg-opacity: 1;
  background-color: rgba(240, 253, 244, var(--tw-bg-opacity));
}

.active\:bg-green-100:active {
  --tw-bg-opacity: 1;
  background-color: rgba(220, 252, 231, var(--tw-bg-opacity));
}

.active\:bg-green-200:active {
  --tw-bg-opacity: 1;
  background-color: rgba(187, 247, 208, var(--tw-bg-opacity));
}

.active\:bg-green-300:active {
  --tw-bg-opacity: 1;
  background-color: rgba(134, 239, 172, var(--tw-bg-opacity));
}

.active\:bg-green-400:active {
  --tw-bg-opacity: 1;
  background-color: rgba(74, 222, 128, var(--tw-bg-opacity));
}

.active\:bg-green-500:active {
  --tw-bg-opacity: 1;
  background-color: rgba(34, 197, 94, var(--tw-bg-opacity));
}

.active\:bg-green-600:active {
  --tw-bg-opacity: 1;
  background-color: rgba(22, 163, 74, var(--tw-bg-opacity));
}

.active\:bg-green-700:active {
  --tw-bg-opacity: 1;
  background-color: rgba(21, 128, 61, var(--tw-bg-opacity));
}

.active\:bg-green-800:active {
  --tw-bg-opacity: 1;
  background-color: rgba(22, 101, 52, var(--tw-bg-opacity));
}

.active\:bg-green-900:active {
  --tw-bg-opacity: 1;
  background-color: rgba(20, 83, 45, var(--tw-bg-opacity));
}

.active\:bg-lime-50:active {
  --tw-bg-opacity: 1;
  background-color: rgba(247, 254, 231, var(--tw-bg-opacity));
}

.active\:bg-lime-100:active {
  --tw-bg-opacity: 1;
  background-color: rgba(236, 252, 203, var(--tw-bg-opacity));
}

.active\:bg-lime-200:active {
  --tw-bg-opacity: 1;
  background-color: rgba(217, 249, 157, var(--tw-bg-opacity));
}

.active\:bg-lime-300:active {
  --tw-bg-opacity: 1;
  background-color: rgba(190, 242, 100, var(--tw-bg-opacity));
}

.active\:bg-lime-400:active {
  --tw-bg-opacity: 1;
  background-color: rgba(163, 230, 53, var(--tw-bg-opacity));
}

.active\:bg-lime-500:active {
  --tw-bg-opacity: 1;
  background-color: rgba(132, 204, 22, var(--tw-bg-opacity));
}

.active\:bg-lime-600:active {
  --tw-bg-opacity: 1;
  background-color: rgba(101, 163, 13, var(--tw-bg-opacity));
}

.active\:bg-lime-700:active {
  --tw-bg-opacity: 1;
  background-color: rgba(77, 124, 15, var(--tw-bg-opacity));
}

.active\:bg-lime-800:active {
  --tw-bg-opacity: 1;
  background-color: rgba(63, 98, 18, var(--tw-bg-opacity));
}

.active\:bg-lime-900:active {
  --tw-bg-opacity: 1;
  background-color: rgba(54, 83, 20, var(--tw-bg-opacity));
}

.active\:bg-yellow-50:active {
  --tw-bg-opacity: 1;
  background-color: rgba(254, 252, 232, var(--tw-bg-opacity));
}

.active\:bg-yellow-100:active {
  --tw-bg-opacity: 1;
  background-color: rgba(254, 249, 195, var(--tw-bg-opacity));
}

.active\:bg-yellow-200:active {
  --tw-bg-opacity: 1;
  background-color: rgba(254, 240, 138, var(--tw-bg-opacity));
}

.active\:bg-yellow-300:active {
  --tw-bg-opacity: 1;
  background-color: rgba(253, 224, 71, var(--tw-bg-opacity));
}

.active\:bg-yellow-400:active {
  --tw-bg-opacity: 1;
  background-color: rgba(250, 204, 21, var(--tw-bg-opacity));
}

.active\:bg-yellow-500:active {
  --tw-bg-opacity: 1;
  background-color: rgba(234, 179, 8, var(--tw-bg-opacity));
}

.active\:bg-yellow-600:active {
  --tw-bg-opacity: 1;
  background-color: rgba(202, 138, 4, var(--tw-bg-opacity));
}

.active\:bg-yellow-700:active {
  --tw-bg-opacity: 1;
  background-color: rgba(161, 98, 7, var(--tw-bg-opacity));
}

.active\:bg-yellow-800:active {
  --tw-bg-opacity: 1;
  background-color: rgba(133, 77, 14, var(--tw-bg-opacity));
}

.active\:bg-yellow-900:active {
  --tw-bg-opacity: 1;
  background-color: rgba(113, 63, 18, var(--tw-bg-opacity));
}

.active\:bg-amber-50:active {
  --tw-bg-opacity: 1;
  background-color: rgba(255, 251, 235, var(--tw-bg-opacity));
}

.active\:bg-amber-100:active {
  --tw-bg-opacity: 1;
  background-color: rgba(254, 243, 199, var(--tw-bg-opacity));
}

.active\:bg-amber-200:active {
  --tw-bg-opacity: 1;
  background-color: rgba(253, 230, 138, var(--tw-bg-opacity));
}

.active\:bg-amber-300:active {
  --tw-bg-opacity: 1;
  background-color: rgba(252, 211, 77, var(--tw-bg-opacity));
}

.active\:bg-amber-400:active {
  --tw-bg-opacity: 1;
  background-color: rgba(251, 191, 36, var(--tw-bg-opacity));
}

.active\:bg-amber-500:active {
  --tw-bg-opacity: 1;
  background-color: rgba(245, 158, 11, var(--tw-bg-opacity));
}

.active\:bg-amber-600:active {
  --tw-bg-opacity: 1;
  background-color: rgba(217, 119, 6, var(--tw-bg-opacity));
}

.active\:bg-amber-700:active {
  --tw-bg-opacity: 1;
  background-color: rgba(180, 83, 9, var(--tw-bg-opacity));
}

.active\:bg-amber-800:active {
  --tw-bg-opacity: 1;
  background-color: rgba(146, 64, 14, var(--tw-bg-opacity));
}

.active\:bg-amber-900:active {
  --tw-bg-opacity: 1;
  background-color: rgba(120, 53, 15, var(--tw-bg-opacity));
}

.active\:bg-orange-50:active {
  --tw-bg-opacity: 1;
  background-color: rgba(255, 247, 237, var(--tw-bg-opacity));
}

.active\:bg-orange-100:active {
  --tw-bg-opacity: 1;
  background-color: rgba(255, 237, 213, var(--tw-bg-opacity));
}

.active\:bg-orange-200:active {
  --tw-bg-opacity: 1;
  background-color: rgba(254, 215, 170, var(--tw-bg-opacity));
}

.active\:bg-orange-300:active {
  --tw-bg-opacity: 1;
  background-color: rgba(253, 186, 116, var(--tw-bg-opacity));
}

.active\:bg-orange-400:active {
  --tw-bg-opacity: 1;
  background-color: rgba(251, 146, 60, var(--tw-bg-opacity));
}

.active\:bg-orange-500:active {
  --tw-bg-opacity: 1;
  background-color: rgba(249, 115, 22, var(--tw-bg-opacity));
}

.active\:bg-orange-600:active {
  --tw-bg-opacity: 1;
  background-color: rgba(234, 88, 12, var(--tw-bg-opacity));
}

.active\:bg-orange-700:active {
  --tw-bg-opacity: 1;
  background-color: rgba(194, 65, 12, var(--tw-bg-opacity));
}

.active\:bg-orange-800:active {
  --tw-bg-opacity: 1;
  background-color: rgba(154, 52, 18, var(--tw-bg-opacity));
}

.active\:bg-orange-900:active {
  --tw-bg-opacity: 1;
  background-color: rgba(124, 45, 18, var(--tw-bg-opacity));
}

.active\:bg-red-50:active {
  --tw-bg-opacity: 1;
  background-color: rgba(254, 242, 242, var(--tw-bg-opacity));
}

.active\:bg-red-100:active {
  --tw-bg-opacity: 1;
  background-color: rgba(254, 226, 226, var(--tw-bg-opacity));
}

.active\:bg-red-200:active {
  --tw-bg-opacity: 1;
  background-color: rgba(254, 202, 202, var(--tw-bg-opacity));
}

.active\:bg-red-300:active {
  --tw-bg-opacity: 1;
  background-color: rgba(252, 165, 165, var(--tw-bg-opacity));
}

.active\:bg-red-400:active {
  --tw-bg-opacity: 1;
  background-color: rgba(248, 113, 113, var(--tw-bg-opacity));
}

.active\:bg-red-500:active {
  --tw-bg-opacity: 1;
  background-color: rgba(239, 68, 68, var(--tw-bg-opacity));
}

.active\:bg-red-600:active {
  --tw-bg-opacity: 1;
  background-color: rgba(220, 38, 38, var(--tw-bg-opacity));
}

.active\:bg-red-700:active {
  --tw-bg-opacity: 1;
  background-color: rgba(185, 28, 28, var(--tw-bg-opacity));
}

.active\:bg-red-800:active {
  --tw-bg-opacity: 1;
  background-color: rgba(153, 27, 27, var(--tw-bg-opacity));
}

.active\:bg-red-900:active {
  --tw-bg-opacity: 1;
  background-color: rgba(127, 29, 29, var(--tw-bg-opacity));
}

.active\:bg-warmGray-50:active {
  --tw-bg-opacity: 1;
  background-color: rgba(250, 250, 249, var(--tw-bg-opacity));
}

.active\:bg-warmGray-100:active {
  --tw-bg-opacity: 1;
  background-color: rgba(245, 245, 244, var(--tw-bg-opacity));
}

.active\:bg-warmGray-200:active {
  --tw-bg-opacity: 1;
  background-color: rgba(231, 229, 228, var(--tw-bg-opacity));
}

.active\:bg-warmGray-300:active {
  --tw-bg-opacity: 1;
  background-color: rgba(214, 211, 209, var(--tw-bg-opacity));
}

.active\:bg-warmGray-400:active {
  --tw-bg-opacity: 1;
  background-color: rgba(168, 162, 158, var(--tw-bg-opacity));
}

.active\:bg-warmGray-500:active {
  --tw-bg-opacity: 1;
  background-color: rgba(120, 113, 108, var(--tw-bg-opacity));
}

.active\:bg-warmGray-600:active {
  --tw-bg-opacity: 1;
  background-color: rgba(87, 83, 78, var(--tw-bg-opacity));
}

.active\:bg-warmGray-700:active {
  --tw-bg-opacity: 1;
  background-color: rgba(68, 64, 60, var(--tw-bg-opacity));
}

.active\:bg-warmGray-800:active {
  --tw-bg-opacity: 1;
  background-color: rgba(41, 37, 36, var(--tw-bg-opacity));
}

.active\:bg-warmGray-900:active {
  --tw-bg-opacity: 1;
  background-color: rgba(28, 25, 23, var(--tw-bg-opacity));
}

.active\:bg-trueGray-50:active {
  --tw-bg-opacity: 1;
  background-color: rgba(250, 250, 250, var(--tw-bg-opacity));
}

.active\:bg-trueGray-100:active {
  --tw-bg-opacity: 1;
  background-color: rgba(245, 245, 245, var(--tw-bg-opacity));
}

.active\:bg-trueGray-200:active {
  --tw-bg-opacity: 1;
  background-color: rgba(229, 229, 229, var(--tw-bg-opacity));
}

.active\:bg-trueGray-300:active {
  --tw-bg-opacity: 1;
  background-color: rgba(212, 212, 212, var(--tw-bg-opacity));
}

.active\:bg-trueGray-400:active {
  --tw-bg-opacity: 1;
  background-color: rgba(163, 163, 163, var(--tw-bg-opacity));
}

.active\:bg-trueGray-500:active {
  --tw-bg-opacity: 1;
  background-color: rgba(115, 115, 115, var(--tw-bg-opacity));
}

.active\:bg-trueGray-600:active {
  --tw-bg-opacity: 1;
  background-color: rgba(82, 82, 82, var(--tw-bg-opacity));
}

.active\:bg-trueGray-700:active {
  --tw-bg-opacity: 1;
  background-color: rgba(64, 64, 64, var(--tw-bg-opacity));
}

.active\:bg-trueGray-800:active {
  --tw-bg-opacity: 1;
  background-color: rgba(38, 38, 38, var(--tw-bg-opacity));
}

.active\:bg-trueGray-900:active {
  --tw-bg-opacity: 1;
  background-color: rgba(23, 23, 23, var(--tw-bg-opacity));
}

.active\:bg-gray-50:active {
  --tw-bg-opacity: 1;
  background-color: rgba(250, 250, 250, var(--tw-bg-opacity));
}

.active\:bg-gray-100:active {
  --tw-bg-opacity: 1;
  background-color: rgba(244, 244, 245, var(--tw-bg-opacity));
}

.active\:bg-gray-200:active {
  --tw-bg-opacity: 1;
  background-color: rgba(228, 228, 231, var(--tw-bg-opacity));
}

.active\:bg-gray-300:active {
  --tw-bg-opacity: 1;
  background-color: rgba(212, 212, 216, var(--tw-bg-opacity));
}

.active\:bg-gray-400:active {
  --tw-bg-opacity: 1;
  background-color: rgba(161, 161, 170, var(--tw-bg-opacity));
}

.active\:bg-gray-500:active {
  --tw-bg-opacity: 1;
  background-color: rgba(113, 113, 122, var(--tw-bg-opacity));
}

.active\:bg-gray-600:active {
  --tw-bg-opacity: 1;
  background-color: rgba(82, 82, 91, var(--tw-bg-opacity));
}

.active\:bg-gray-700:active {
  --tw-bg-opacity: 1;
  background-color: rgba(63, 63, 70, var(--tw-bg-opacity));
}

.active\:bg-gray-800:active {
  --tw-bg-opacity: 1;
  background-color: rgba(39, 39, 42, var(--tw-bg-opacity));
}

.active\:bg-gray-900:active {
  --tw-bg-opacity: 1;
  background-color: rgba(24, 24, 27, var(--tw-bg-opacity));
}

.active\:bg-coolGray-50:active {
  --tw-bg-opacity: 1;
  background-color: rgba(249, 250, 251, var(--tw-bg-opacity));
}

.active\:bg-coolGray-100:active {
  --tw-bg-opacity: 1;
  background-color: rgba(243, 244, 246, var(--tw-bg-opacity));
}

.active\:bg-coolGray-200:active {
  --tw-bg-opacity: 1;
  background-color: rgba(229, 231, 235, var(--tw-bg-opacity));
}

.active\:bg-coolGray-300:active {
  --tw-bg-opacity: 1;
  background-color: rgba(209, 213, 219, var(--tw-bg-opacity));
}

.active\:bg-coolGray-400:active {
  --tw-bg-opacity: 1;
  background-color: rgba(156, 163, 175, var(--tw-bg-opacity));
}

.active\:bg-coolGray-500:active {
  --tw-bg-opacity: 1;
  background-color: rgba(107, 114, 128, var(--tw-bg-opacity));
}

.active\:bg-coolGray-600:active {
  --tw-bg-opacity: 1;
  background-color: rgba(75, 85, 99, var(--tw-bg-opacity));
}

.active\:bg-coolGray-700:active {
  --tw-bg-opacity: 1;
  background-color: rgba(55, 65, 81, var(--tw-bg-opacity));
}

.active\:bg-coolGray-800:active {
  --tw-bg-opacity: 1;
  background-color: rgba(31, 41, 55, var(--tw-bg-opacity));
}

.active\:bg-coolGray-900:active {
  --tw-bg-opacity: 1;
  background-color: rgba(17, 24, 39, var(--tw-bg-opacity));
}

.active\:bg-blueGray-50:active {
  --tw-bg-opacity: 1;
  background-color: rgba(248, 250, 252, var(--tw-bg-opacity));
}

.active\:bg-blueGray-100:active {
  --tw-bg-opacity: 1;
  background-color: rgba(241, 245, 249, var(--tw-bg-opacity));
}

.active\:bg-blueGray-200:active {
  --tw-bg-opacity: 1;
  background-color: rgba(226, 232, 240, var(--tw-bg-opacity));
}

.active\:bg-blueGray-300:active {
  --tw-bg-opacity: 1;
  background-color: rgba(203, 213, 225, var(--tw-bg-opacity));
}

.active\:bg-blueGray-400:active {
  --tw-bg-opacity: 1;
  background-color: rgba(148, 163, 184, var(--tw-bg-opacity));
}

.active\:bg-blueGray-500:active {
  --tw-bg-opacity: 1;
  background-color: rgba(100, 116, 139, var(--tw-bg-opacity));
}

.active\:bg-blueGray-600:active {
  --tw-bg-opacity: 1;
  background-color: rgba(71, 85, 105, var(--tw-bg-opacity));
}

.active\:bg-blueGray-700:active {
  --tw-bg-opacity: 1;
  background-color: rgba(51, 65, 85, var(--tw-bg-opacity));
}

.active\:bg-blueGray-800:active {
  --tw-bg-opacity: 1;
  background-color: rgba(30, 41, 59, var(--tw-bg-opacity));
}

.active\:bg-blueGray-900:active {
  --tw-bg-opacity: 1;
  background-color: rgba(15, 23, 42, var(--tw-bg-opacity));
}

.disabled\:bg-current:disabled {
  background-color: currentColor;
}

.disabled\:bg-transparent:disabled {
  background-color: transparent;
}

.disabled\:bg-falcon:disabled {
  background-color: var(--falcon);
}

.disabled\:bg-basement:disabled {
  background-color: var(--basement);
}

.disabled\:bg-blue-50:disabled {
  --tw-bg-opacity: 1;
  background-color: rgba(239, 246, 255, var(--tw-bg-opacity));
}

.disabled\:bg-blue-100:disabled {
  --tw-bg-opacity: 1;
  background-color: rgba(219, 234, 254, var(--tw-bg-opacity));
}

.disabled\:bg-blue-200:disabled {
  --tw-bg-opacity: 1;
  background-color: rgba(191, 219, 254, var(--tw-bg-opacity));
}

.disabled\:bg-blue-300:disabled {
  --tw-bg-opacity: 1;
  background-color: rgba(147, 197, 253, var(--tw-bg-opacity));
}

.disabled\:bg-blue-400:disabled {
  --tw-bg-opacity: 1;
  background-color: rgba(96, 165, 250, var(--tw-bg-opacity));
}

.disabled\:bg-blue-500:disabled {
  --tw-bg-opacity: 1;
  background-color: rgba(59, 130, 246, var(--tw-bg-opacity));
}

.disabled\:bg-blue-600:disabled {
  --tw-bg-opacity: 1;
  background-color: rgba(37, 99, 235, var(--tw-bg-opacity));
}

.disabled\:bg-blue-700:disabled {
  --tw-bg-opacity: 1;
  background-color: rgba(29, 78, 216, var(--tw-bg-opacity));
}

.disabled\:bg-blue-800:disabled {
  --tw-bg-opacity: 1;
  background-color: rgba(30, 64, 175, var(--tw-bg-opacity));
}

.disabled\:bg-blue-900:disabled {
  --tw-bg-opacity: 1;
  background-color: rgba(30, 58, 138, var(--tw-bg-opacity));
}

.disabled\:bg-body-and-labels:disabled {
  background-color: var(--body-and-labels);
}

.disabled\:bg-brand:disabled {
  background-color: var(--brand);
}

.disabled\:bg-code-base-64:disabled {
  background-color: var(--code-base-64);
}

.disabled\:bg-code-bg:disabled {
  background-color: var(--code-bg);
}

.disabled\:bg-code-outline:disabled {
  background-color: var(--code-outline);
}

.disabled\:bg-code-text:disabled {
  background-color: var(--code-text);
}

.disabled\:bg-critical:disabled {
  background-color: var(--critical);
}

.disabled\:bg-destructive-hover:disabled {
  background-color: var(--destructive-hover);
}

.disabled\:bg-destructive-idle:disabled {
  background-color: var(--destructive-idle);
}

.disabled\:bg-destructive-pressed:disabled {
  background-color: var(--destructive-pressed);
}

.disabled\:bg-disabled:disabled {
  background-color: var(--disabled);
}

.disabled\:bg-disc-operations:disabled {
  background-color: var(--disc-operations);
}

.disabled\:bg-dns-requests:disabled {
  background-color: var(--dns-requests);
}

.disabled\:bg-focus:disabled {
  background-color: var(--focus);
}

.disabled\:bg-graph-1:disabled {
  background-color: var(--graph-1);
}

.disabled\:bg-graph-10:disabled {
  background-color: var(--graph-10);
}

.disabled\:bg-graph-11:disabled {
  background-color: var(--graph-11);
}

.disabled\:bg-graph-2:disabled {
  background-color: var(--graph-2);
}

.disabled\:bg-graph-3:disabled {
  background-color: var(--graph-3);
}

.disabled\:bg-graph-4:disabled {
  background-color: var(--graph-4);
}

.disabled\:bg-graph-5:disabled {
  background-color: var(--graph-5);
}

.disabled\:bg-graph-6:disabled {
  background-color: var(--graph-6);
}

.disabled\:bg-graph-7:disabled {
  background-color: var(--graph-7);
}

.disabled\:bg-graph-8:disabled {
  background-color: var(--graph-8);
}

.disabled\:bg-graph-9:disabled {
  background-color: var(--graph-9);
}

.disabled\:bg-graph-disabled:disabled {
  background-color: var(--graph-disabled);
}

.disabled\:bg-ground-floor:disabled {
  background-color: var(--ground-floor);
}

.disabled\:bg-high:disabled {
  background-color: var(--high);
}

.disabled\:bg-informational:disabled {
  background-color: var(--informational);
}

.disabled\:bg-lines-dark:disabled {
  background-color: var(--lines-dark);
}

.disabled\:bg-lines-light:disabled {
  background-color: var(--lines-light);
}

.disabled\:bg-low:disabled {
  background-color: var(--low);
}

.disabled\:bg-medium:disabled {
  background-color: var(--medium);
}

.disabled\:bg-mezzanine:disabled {
  background-color: var(--mezzanine);
}

.disabled\:bg-nav-text-and-icons:disabled {
  background-color: var(--nav-text-and-icons);
}

.disabled\:bg-nav-text-secondary:disabled {
  background-color: var(--nav-text-secondary);
}

.disabled\:bg-network-operations:disabled {
  background-color: var(--network-operations);
}

.disabled\:bg-normal-hover:disabled {
  background-color: var(--normal-hover);
}

.disabled\:bg-normal-idle:disabled {
  background-color: var(--normal-idle);
}

.disabled\:bg-normal-pressed:disabled {
  background-color: var(--normal-pressed);
}

.disabled\:bg-overlay-0\.5:disabled {
  background-color: var(--overlay-0\.5);
}

.disabled\:bg-overlay-1:disabled {
  background-color: var(--overlay-1);
}

.disabled\:bg-overlay-2:disabled {
  background-color: var(--overlay-2);
}

.disabled\:bg-positive:disabled {
  background-color: var(--positive);
}

.disabled\:bg-primary-hover:disabled {
  background-color: var(--primary-hover);
}

.disabled\:bg-primary-idle:disabled {
  background-color: var(--primary-idle);
}

.disabled\:bg-primary-pressed:disabled {
  background-color: var(--primary-pressed);
}

.disabled\:bg-process-operations:disabled {
  background-color: var(--process-operations);
}

.disabled\:bg-purple-50:disabled {
  --tw-bg-opacity: 1;
  background-color: rgba(250, 245, 255, var(--tw-bg-opacity));
}

.disabled\:bg-purple-100:disabled {
  --tw-bg-opacity: 1;
  background-color: rgba(243, 232, 255, var(--tw-bg-opacity));
}

.disabled\:bg-purple-200:disabled {
  --tw-bg-opacity: 1;
  background-color: rgba(233, 213, 255, var(--tw-bg-opacity));
}

.disabled\:bg-purple-300:disabled {
  --tw-bg-opacity: 1;
  background-color: rgba(216, 180, 254, var(--tw-bg-opacity));
}

.disabled\:bg-purple-400:disabled {
  --tw-bg-opacity: 1;
  background-color: rgba(192, 132, 252, var(--tw-bg-opacity));
}

.disabled\:bg-purple-500:disabled {
  --tw-bg-opacity: 1;
  background-color: rgba(168, 85, 247, var(--tw-bg-opacity));
}

.disabled\:bg-purple-600:disabled {
  --tw-bg-opacity: 1;
  background-color: rgba(147, 51, 234, var(--tw-bg-opacity));
}

.disabled\:bg-purple-700:disabled {
  --tw-bg-opacity: 1;
  background-color: rgba(126, 34, 206, var(--tw-bg-opacity));
}

.disabled\:bg-purple-800:disabled {
  --tw-bg-opacity: 1;
  background-color: rgba(107, 33, 168, var(--tw-bg-opacity));
}

.disabled\:bg-purple-900:disabled {
  --tw-bg-opacity: 1;
  background-color: rgba(88, 28, 135, var(--tw-bg-opacity));
}

.disabled\:bg-registry-operations:disabled {
  background-color: var(--registry-operations);
}

.disabled\:bg-selected:disabled {
  background-color: var(--selected);
}

.disabled\:bg-surface-2xl:disabled {
  background-color: var(--surface-2xl);
}

.disabled\:bg-surface-base:disabled {
  background-color: var(--surface-base);
}

.disabled\:bg-surface-inner:disabled {
  background-color: var(--surface-inner);
}

.disabled\:bg-surface-lg:disabled {
  background-color: var(--surface-lg);
}

.disabled\:bg-surface-md:disabled {
  background-color: var(--surface-md);
}

.disabled\:bg-surface-xl:disabled {
  background-color: var(--surface-xl);
}

.disabled\:bg-text-and-icons:disabled {
  background-color: var(--text-and-icons);
}

.disabled\:bg-titles-and-attributes:disabled {
  background-color: var(--titles-and-attributes);
}

.disabled\:bg-black:disabled {
  --tw-bg-opacity: 1;
  background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
}

.disabled\:bg-white:disabled {
  --tw-bg-opacity: 1;
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
}

.disabled\:bg-rose-50:disabled {
  --tw-bg-opacity: 1;
  background-color: rgba(255, 241, 242, var(--tw-bg-opacity));
}

.disabled\:bg-rose-100:disabled {
  --tw-bg-opacity: 1;
  background-color: rgba(255, 228, 230, var(--tw-bg-opacity));
}

.disabled\:bg-rose-200:disabled {
  --tw-bg-opacity: 1;
  background-color: rgba(254, 205, 211, var(--tw-bg-opacity));
}

.disabled\:bg-rose-300:disabled {
  --tw-bg-opacity: 1;
  background-color: rgba(253, 164, 175, var(--tw-bg-opacity));
}

.disabled\:bg-rose-400:disabled {
  --tw-bg-opacity: 1;
  background-color: rgba(251, 113, 133, var(--tw-bg-opacity));
}

.disabled\:bg-rose-500:disabled {
  --tw-bg-opacity: 1;
  background-color: rgba(244, 63, 94, var(--tw-bg-opacity));
}

.disabled\:bg-rose-600:disabled {
  --tw-bg-opacity: 1;
  background-color: rgba(225, 29, 72, var(--tw-bg-opacity));
}

.disabled\:bg-rose-700:disabled {
  --tw-bg-opacity: 1;
  background-color: rgba(190, 18, 60, var(--tw-bg-opacity));
}

.disabled\:bg-rose-800:disabled {
  --tw-bg-opacity: 1;
  background-color: rgba(159, 18, 57, var(--tw-bg-opacity));
}

.disabled\:bg-rose-900:disabled {
  --tw-bg-opacity: 1;
  background-color: rgba(136, 19, 55, var(--tw-bg-opacity));
}

.disabled\:bg-pink-50:disabled {
  --tw-bg-opacity: 1;
  background-color: rgba(253, 242, 248, var(--tw-bg-opacity));
}

.disabled\:bg-pink-100:disabled {
  --tw-bg-opacity: 1;
  background-color: rgba(252, 231, 243, var(--tw-bg-opacity));
}

.disabled\:bg-pink-200:disabled {
  --tw-bg-opacity: 1;
  background-color: rgba(251, 207, 232, var(--tw-bg-opacity));
}

.disabled\:bg-pink-300:disabled {
  --tw-bg-opacity: 1;
  background-color: rgba(249, 168, 212, var(--tw-bg-opacity));
}

.disabled\:bg-pink-400:disabled {
  --tw-bg-opacity: 1;
  background-color: rgba(244, 114, 182, var(--tw-bg-opacity));
}

.disabled\:bg-pink-500:disabled {
  --tw-bg-opacity: 1;
  background-color: rgba(236, 72, 153, var(--tw-bg-opacity));
}

.disabled\:bg-pink-600:disabled {
  --tw-bg-opacity: 1;
  background-color: rgba(219, 39, 119, var(--tw-bg-opacity));
}

.disabled\:bg-pink-700:disabled {
  --tw-bg-opacity: 1;
  background-color: rgba(190, 24, 93, var(--tw-bg-opacity));
}

.disabled\:bg-pink-800:disabled {
  --tw-bg-opacity: 1;
  background-color: rgba(157, 23, 77, var(--tw-bg-opacity));
}

.disabled\:bg-pink-900:disabled {
  --tw-bg-opacity: 1;
  background-color: rgba(131, 24, 67, var(--tw-bg-opacity));
}

.disabled\:bg-fuchsia-50:disabled {
  --tw-bg-opacity: 1;
  background-color: rgba(253, 244, 255, var(--tw-bg-opacity));
}

.disabled\:bg-fuchsia-100:disabled {
  --tw-bg-opacity: 1;
  background-color: rgba(250, 232, 255, var(--tw-bg-opacity));
}

.disabled\:bg-fuchsia-200:disabled {
  --tw-bg-opacity: 1;
  background-color: rgba(245, 208, 254, var(--tw-bg-opacity));
}

.disabled\:bg-fuchsia-300:disabled {
  --tw-bg-opacity: 1;
  background-color: rgba(240, 171, 252, var(--tw-bg-opacity));
}

.disabled\:bg-fuchsia-400:disabled {
  --tw-bg-opacity: 1;
  background-color: rgba(232, 121, 249, var(--tw-bg-opacity));
}

.disabled\:bg-fuchsia-500:disabled {
  --tw-bg-opacity: 1;
  background-color: rgba(217, 70, 239, var(--tw-bg-opacity));
}

.disabled\:bg-fuchsia-600:disabled {
  --tw-bg-opacity: 1;
  background-color: rgba(192, 38, 211, var(--tw-bg-opacity));
}

.disabled\:bg-fuchsia-700:disabled {
  --tw-bg-opacity: 1;
  background-color: rgba(162, 28, 175, var(--tw-bg-opacity));
}

.disabled\:bg-fuchsia-800:disabled {
  --tw-bg-opacity: 1;
  background-color: rgba(134, 25, 143, var(--tw-bg-opacity));
}

.disabled\:bg-fuchsia-900:disabled {
  --tw-bg-opacity: 1;
  background-color: rgba(112, 26, 117, var(--tw-bg-opacity));
}

.disabled\:bg-violet-50:disabled {
  --tw-bg-opacity: 1;
  background-color: rgba(245, 243, 255, var(--tw-bg-opacity));
}

.disabled\:bg-violet-100:disabled {
  --tw-bg-opacity: 1;
  background-color: rgba(237, 233, 254, var(--tw-bg-opacity));
}

.disabled\:bg-violet-200:disabled {
  --tw-bg-opacity: 1;
  background-color: rgba(221, 214, 254, var(--tw-bg-opacity));
}

.disabled\:bg-violet-300:disabled {
  --tw-bg-opacity: 1;
  background-color: rgba(196, 181, 253, var(--tw-bg-opacity));
}

.disabled\:bg-violet-400:disabled {
  --tw-bg-opacity: 1;
  background-color: rgba(167, 139, 250, var(--tw-bg-opacity));
}

.disabled\:bg-violet-500:disabled {
  --tw-bg-opacity: 1;
  background-color: rgba(139, 92, 246, var(--tw-bg-opacity));
}

.disabled\:bg-violet-600:disabled {
  --tw-bg-opacity: 1;
  background-color: rgba(124, 58, 237, var(--tw-bg-opacity));
}

.disabled\:bg-violet-700:disabled {
  --tw-bg-opacity: 1;
  background-color: rgba(109, 40, 217, var(--tw-bg-opacity));
}

.disabled\:bg-violet-800:disabled {
  --tw-bg-opacity: 1;
  background-color: rgba(91, 33, 182, var(--tw-bg-opacity));
}

.disabled\:bg-violet-900:disabled {
  --tw-bg-opacity: 1;
  background-color: rgba(76, 29, 149, var(--tw-bg-opacity));
}

.disabled\:bg-indigo-50:disabled {
  --tw-bg-opacity: 1;
  background-color: rgba(238, 242, 255, var(--tw-bg-opacity));
}

.disabled\:bg-indigo-100:disabled {
  --tw-bg-opacity: 1;
  background-color: rgba(224, 231, 255, var(--tw-bg-opacity));
}

.disabled\:bg-indigo-200:disabled {
  --tw-bg-opacity: 1;
  background-color: rgba(199, 210, 254, var(--tw-bg-opacity));
}

.disabled\:bg-indigo-300:disabled {
  --tw-bg-opacity: 1;
  background-color: rgba(165, 180, 252, var(--tw-bg-opacity));
}

.disabled\:bg-indigo-400:disabled {
  --tw-bg-opacity: 1;
  background-color: rgba(129, 140, 248, var(--tw-bg-opacity));
}

.disabled\:bg-indigo-500:disabled {
  --tw-bg-opacity: 1;
  background-color: rgba(99, 102, 241, var(--tw-bg-opacity));
}

.disabled\:bg-indigo-600:disabled {
  --tw-bg-opacity: 1;
  background-color: rgba(79, 70, 229, var(--tw-bg-opacity));
}

.disabled\:bg-indigo-700:disabled {
  --tw-bg-opacity: 1;
  background-color: rgba(67, 56, 202, var(--tw-bg-opacity));
}

.disabled\:bg-indigo-800:disabled {
  --tw-bg-opacity: 1;
  background-color: rgba(55, 48, 163, var(--tw-bg-opacity));
}

.disabled\:bg-indigo-900:disabled {
  --tw-bg-opacity: 1;
  background-color: rgba(49, 46, 129, var(--tw-bg-opacity));
}

.disabled\:bg-lightBlue-50:disabled {
  --tw-bg-opacity: 1;
  background-color: rgba(240, 249, 255, var(--tw-bg-opacity));
}

.disabled\:bg-lightBlue-100:disabled {
  --tw-bg-opacity: 1;
  background-color: rgba(224, 242, 254, var(--tw-bg-opacity));
}

.disabled\:bg-lightBlue-200:disabled {
  --tw-bg-opacity: 1;
  background-color: rgba(186, 230, 253, var(--tw-bg-opacity));
}

.disabled\:bg-lightBlue-300:disabled {
  --tw-bg-opacity: 1;
  background-color: rgba(125, 211, 252, var(--tw-bg-opacity));
}

.disabled\:bg-lightBlue-400:disabled {
  --tw-bg-opacity: 1;
  background-color: rgba(56, 189, 248, var(--tw-bg-opacity));
}

.disabled\:bg-lightBlue-500:disabled {
  --tw-bg-opacity: 1;
  background-color: rgba(14, 165, 233, var(--tw-bg-opacity));
}

.disabled\:bg-lightBlue-600:disabled {
  --tw-bg-opacity: 1;
  background-color: rgba(2, 132, 199, var(--tw-bg-opacity));
}

.disabled\:bg-lightBlue-700:disabled {
  --tw-bg-opacity: 1;
  background-color: rgba(3, 105, 161, var(--tw-bg-opacity));
}

.disabled\:bg-lightBlue-800:disabled {
  --tw-bg-opacity: 1;
  background-color: rgba(7, 89, 133, var(--tw-bg-opacity));
}

.disabled\:bg-lightBlue-900:disabled {
  --tw-bg-opacity: 1;
  background-color: rgba(12, 74, 110, var(--tw-bg-opacity));
}

.disabled\:bg-cyan-50:disabled {
  --tw-bg-opacity: 1;
  background-color: rgba(236, 254, 255, var(--tw-bg-opacity));
}

.disabled\:bg-cyan-100:disabled {
  --tw-bg-opacity: 1;
  background-color: rgba(207, 250, 254, var(--tw-bg-opacity));
}

.disabled\:bg-cyan-200:disabled {
  --tw-bg-opacity: 1;
  background-color: rgba(165, 243, 252, var(--tw-bg-opacity));
}

.disabled\:bg-cyan-300:disabled {
  --tw-bg-opacity: 1;
  background-color: rgba(103, 232, 249, var(--tw-bg-opacity));
}

.disabled\:bg-cyan-400:disabled {
  --tw-bg-opacity: 1;
  background-color: rgba(34, 211, 238, var(--tw-bg-opacity));
}

.disabled\:bg-cyan-500:disabled {
  --tw-bg-opacity: 1;
  background-color: rgba(6, 182, 212, var(--tw-bg-opacity));
}

.disabled\:bg-cyan-600:disabled {
  --tw-bg-opacity: 1;
  background-color: rgba(8, 145, 178, var(--tw-bg-opacity));
}

.disabled\:bg-cyan-700:disabled {
  --tw-bg-opacity: 1;
  background-color: rgba(14, 116, 144, var(--tw-bg-opacity));
}

.disabled\:bg-cyan-800:disabled {
  --tw-bg-opacity: 1;
  background-color: rgba(21, 94, 117, var(--tw-bg-opacity));
}

.disabled\:bg-cyan-900:disabled {
  --tw-bg-opacity: 1;
  background-color: rgba(22, 78, 99, var(--tw-bg-opacity));
}

.disabled\:bg-teal-50:disabled {
  --tw-bg-opacity: 1;
  background-color: rgba(240, 253, 250, var(--tw-bg-opacity));
}

.disabled\:bg-teal-100:disabled {
  --tw-bg-opacity: 1;
  background-color: rgba(204, 251, 241, var(--tw-bg-opacity));
}

.disabled\:bg-teal-200:disabled {
  --tw-bg-opacity: 1;
  background-color: rgba(153, 246, 228, var(--tw-bg-opacity));
}

.disabled\:bg-teal-300:disabled {
  --tw-bg-opacity: 1;
  background-color: rgba(94, 234, 212, var(--tw-bg-opacity));
}

.disabled\:bg-teal-400:disabled {
  --tw-bg-opacity: 1;
  background-color: rgba(45, 212, 191, var(--tw-bg-opacity));
}

.disabled\:bg-teal-500:disabled {
  --tw-bg-opacity: 1;
  background-color: rgba(20, 184, 166, var(--tw-bg-opacity));
}

.disabled\:bg-teal-600:disabled {
  --tw-bg-opacity: 1;
  background-color: rgba(13, 148, 136, var(--tw-bg-opacity));
}

.disabled\:bg-teal-700:disabled {
  --tw-bg-opacity: 1;
  background-color: rgba(15, 118, 110, var(--tw-bg-opacity));
}

.disabled\:bg-teal-800:disabled {
  --tw-bg-opacity: 1;
  background-color: rgba(17, 94, 89, var(--tw-bg-opacity));
}

.disabled\:bg-teal-900:disabled {
  --tw-bg-opacity: 1;
  background-color: rgba(19, 78, 74, var(--tw-bg-opacity));
}

.disabled\:bg-emerald-50:disabled {
  --tw-bg-opacity: 1;
  background-color: rgba(236, 253, 245, var(--tw-bg-opacity));
}

.disabled\:bg-emerald-100:disabled {
  --tw-bg-opacity: 1;
  background-color: rgba(209, 250, 229, var(--tw-bg-opacity));
}

.disabled\:bg-emerald-200:disabled {
  --tw-bg-opacity: 1;
  background-color: rgba(167, 243, 208, var(--tw-bg-opacity));
}

.disabled\:bg-emerald-300:disabled {
  --tw-bg-opacity: 1;
  background-color: rgba(110, 231, 183, var(--tw-bg-opacity));
}

.disabled\:bg-emerald-400:disabled {
  --tw-bg-opacity: 1;
  background-color: rgba(52, 211, 153, var(--tw-bg-opacity));
}

.disabled\:bg-emerald-500:disabled {
  --tw-bg-opacity: 1;
  background-color: rgba(16, 185, 129, var(--tw-bg-opacity));
}

.disabled\:bg-emerald-600:disabled {
  --tw-bg-opacity: 1;
  background-color: rgba(5, 150, 105, var(--tw-bg-opacity));
}

.disabled\:bg-emerald-700:disabled {
  --tw-bg-opacity: 1;
  background-color: rgba(4, 120, 87, var(--tw-bg-opacity));
}

.disabled\:bg-emerald-800:disabled {
  --tw-bg-opacity: 1;
  background-color: rgba(6, 95, 70, var(--tw-bg-opacity));
}

.disabled\:bg-emerald-900:disabled {
  --tw-bg-opacity: 1;
  background-color: rgba(6, 78, 59, var(--tw-bg-opacity));
}

.disabled\:bg-green-50:disabled {
  --tw-bg-opacity: 1;
  background-color: rgba(240, 253, 244, var(--tw-bg-opacity));
}

.disabled\:bg-green-100:disabled {
  --tw-bg-opacity: 1;
  background-color: rgba(220, 252, 231, var(--tw-bg-opacity));
}

.disabled\:bg-green-200:disabled {
  --tw-bg-opacity: 1;
  background-color: rgba(187, 247, 208, var(--tw-bg-opacity));
}

.disabled\:bg-green-300:disabled {
  --tw-bg-opacity: 1;
  background-color: rgba(134, 239, 172, var(--tw-bg-opacity));
}

.disabled\:bg-green-400:disabled {
  --tw-bg-opacity: 1;
  background-color: rgba(74, 222, 128, var(--tw-bg-opacity));
}

.disabled\:bg-green-500:disabled {
  --tw-bg-opacity: 1;
  background-color: rgba(34, 197, 94, var(--tw-bg-opacity));
}

.disabled\:bg-green-600:disabled {
  --tw-bg-opacity: 1;
  background-color: rgba(22, 163, 74, var(--tw-bg-opacity));
}

.disabled\:bg-green-700:disabled {
  --tw-bg-opacity: 1;
  background-color: rgba(21, 128, 61, var(--tw-bg-opacity));
}

.disabled\:bg-green-800:disabled {
  --tw-bg-opacity: 1;
  background-color: rgba(22, 101, 52, var(--tw-bg-opacity));
}

.disabled\:bg-green-900:disabled {
  --tw-bg-opacity: 1;
  background-color: rgba(20, 83, 45, var(--tw-bg-opacity));
}

.disabled\:bg-lime-50:disabled {
  --tw-bg-opacity: 1;
  background-color: rgba(247, 254, 231, var(--tw-bg-opacity));
}

.disabled\:bg-lime-100:disabled {
  --tw-bg-opacity: 1;
  background-color: rgba(236, 252, 203, var(--tw-bg-opacity));
}

.disabled\:bg-lime-200:disabled {
  --tw-bg-opacity: 1;
  background-color: rgba(217, 249, 157, var(--tw-bg-opacity));
}

.disabled\:bg-lime-300:disabled {
  --tw-bg-opacity: 1;
  background-color: rgba(190, 242, 100, var(--tw-bg-opacity));
}

.disabled\:bg-lime-400:disabled {
  --tw-bg-opacity: 1;
  background-color: rgba(163, 230, 53, var(--tw-bg-opacity));
}

.disabled\:bg-lime-500:disabled {
  --tw-bg-opacity: 1;
  background-color: rgba(132, 204, 22, var(--tw-bg-opacity));
}

.disabled\:bg-lime-600:disabled {
  --tw-bg-opacity: 1;
  background-color: rgba(101, 163, 13, var(--tw-bg-opacity));
}

.disabled\:bg-lime-700:disabled {
  --tw-bg-opacity: 1;
  background-color: rgba(77, 124, 15, var(--tw-bg-opacity));
}

.disabled\:bg-lime-800:disabled {
  --tw-bg-opacity: 1;
  background-color: rgba(63, 98, 18, var(--tw-bg-opacity));
}

.disabled\:bg-lime-900:disabled {
  --tw-bg-opacity: 1;
  background-color: rgba(54, 83, 20, var(--tw-bg-opacity));
}

.disabled\:bg-yellow-50:disabled {
  --tw-bg-opacity: 1;
  background-color: rgba(254, 252, 232, var(--tw-bg-opacity));
}

.disabled\:bg-yellow-100:disabled {
  --tw-bg-opacity: 1;
  background-color: rgba(254, 249, 195, var(--tw-bg-opacity));
}

.disabled\:bg-yellow-200:disabled {
  --tw-bg-opacity: 1;
  background-color: rgba(254, 240, 138, var(--tw-bg-opacity));
}

.disabled\:bg-yellow-300:disabled {
  --tw-bg-opacity: 1;
  background-color: rgba(253, 224, 71, var(--tw-bg-opacity));
}

.disabled\:bg-yellow-400:disabled {
  --tw-bg-opacity: 1;
  background-color: rgba(250, 204, 21, var(--tw-bg-opacity));
}

.disabled\:bg-yellow-500:disabled {
  --tw-bg-opacity: 1;
  background-color: rgba(234, 179, 8, var(--tw-bg-opacity));
}

.disabled\:bg-yellow-600:disabled {
  --tw-bg-opacity: 1;
  background-color: rgba(202, 138, 4, var(--tw-bg-opacity));
}

.disabled\:bg-yellow-700:disabled {
  --tw-bg-opacity: 1;
  background-color: rgba(161, 98, 7, var(--tw-bg-opacity));
}

.disabled\:bg-yellow-800:disabled {
  --tw-bg-opacity: 1;
  background-color: rgba(133, 77, 14, var(--tw-bg-opacity));
}

.disabled\:bg-yellow-900:disabled {
  --tw-bg-opacity: 1;
  background-color: rgba(113, 63, 18, var(--tw-bg-opacity));
}

.disabled\:bg-amber-50:disabled {
  --tw-bg-opacity: 1;
  background-color: rgba(255, 251, 235, var(--tw-bg-opacity));
}

.disabled\:bg-amber-100:disabled {
  --tw-bg-opacity: 1;
  background-color: rgba(254, 243, 199, var(--tw-bg-opacity));
}

.disabled\:bg-amber-200:disabled {
  --tw-bg-opacity: 1;
  background-color: rgba(253, 230, 138, var(--tw-bg-opacity));
}

.disabled\:bg-amber-300:disabled {
  --tw-bg-opacity: 1;
  background-color: rgba(252, 211, 77, var(--tw-bg-opacity));
}

.disabled\:bg-amber-400:disabled {
  --tw-bg-opacity: 1;
  background-color: rgba(251, 191, 36, var(--tw-bg-opacity));
}

.disabled\:bg-amber-500:disabled {
  --tw-bg-opacity: 1;
  background-color: rgba(245, 158, 11, var(--tw-bg-opacity));
}

.disabled\:bg-amber-600:disabled {
  --tw-bg-opacity: 1;
  background-color: rgba(217, 119, 6, var(--tw-bg-opacity));
}

.disabled\:bg-amber-700:disabled {
  --tw-bg-opacity: 1;
  background-color: rgba(180, 83, 9, var(--tw-bg-opacity));
}

.disabled\:bg-amber-800:disabled {
  --tw-bg-opacity: 1;
  background-color: rgba(146, 64, 14, var(--tw-bg-opacity));
}

.disabled\:bg-amber-900:disabled {
  --tw-bg-opacity: 1;
  background-color: rgba(120, 53, 15, var(--tw-bg-opacity));
}

.disabled\:bg-orange-50:disabled {
  --tw-bg-opacity: 1;
  background-color: rgba(255, 247, 237, var(--tw-bg-opacity));
}

.disabled\:bg-orange-100:disabled {
  --tw-bg-opacity: 1;
  background-color: rgba(255, 237, 213, var(--tw-bg-opacity));
}

.disabled\:bg-orange-200:disabled {
  --tw-bg-opacity: 1;
  background-color: rgba(254, 215, 170, var(--tw-bg-opacity));
}

.disabled\:bg-orange-300:disabled {
  --tw-bg-opacity: 1;
  background-color: rgba(253, 186, 116, var(--tw-bg-opacity));
}

.disabled\:bg-orange-400:disabled {
  --tw-bg-opacity: 1;
  background-color: rgba(251, 146, 60, var(--tw-bg-opacity));
}

.disabled\:bg-orange-500:disabled {
  --tw-bg-opacity: 1;
  background-color: rgba(249, 115, 22, var(--tw-bg-opacity));
}

.disabled\:bg-orange-600:disabled {
  --tw-bg-opacity: 1;
  background-color: rgba(234, 88, 12, var(--tw-bg-opacity));
}

.disabled\:bg-orange-700:disabled {
  --tw-bg-opacity: 1;
  background-color: rgba(194, 65, 12, var(--tw-bg-opacity));
}

.disabled\:bg-orange-800:disabled {
  --tw-bg-opacity: 1;
  background-color: rgba(154, 52, 18, var(--tw-bg-opacity));
}

.disabled\:bg-orange-900:disabled {
  --tw-bg-opacity: 1;
  background-color: rgba(124, 45, 18, var(--tw-bg-opacity));
}

.disabled\:bg-red-50:disabled {
  --tw-bg-opacity: 1;
  background-color: rgba(254, 242, 242, var(--tw-bg-opacity));
}

.disabled\:bg-red-100:disabled {
  --tw-bg-opacity: 1;
  background-color: rgba(254, 226, 226, var(--tw-bg-opacity));
}

.disabled\:bg-red-200:disabled {
  --tw-bg-opacity: 1;
  background-color: rgba(254, 202, 202, var(--tw-bg-opacity));
}

.disabled\:bg-red-300:disabled {
  --tw-bg-opacity: 1;
  background-color: rgba(252, 165, 165, var(--tw-bg-opacity));
}

.disabled\:bg-red-400:disabled {
  --tw-bg-opacity: 1;
  background-color: rgba(248, 113, 113, var(--tw-bg-opacity));
}

.disabled\:bg-red-500:disabled {
  --tw-bg-opacity: 1;
  background-color: rgba(239, 68, 68, var(--tw-bg-opacity));
}

.disabled\:bg-red-600:disabled {
  --tw-bg-opacity: 1;
  background-color: rgba(220, 38, 38, var(--tw-bg-opacity));
}

.disabled\:bg-red-700:disabled {
  --tw-bg-opacity: 1;
  background-color: rgba(185, 28, 28, var(--tw-bg-opacity));
}

.disabled\:bg-red-800:disabled {
  --tw-bg-opacity: 1;
  background-color: rgba(153, 27, 27, var(--tw-bg-opacity));
}

.disabled\:bg-red-900:disabled {
  --tw-bg-opacity: 1;
  background-color: rgba(127, 29, 29, var(--tw-bg-opacity));
}

.disabled\:bg-warmGray-50:disabled {
  --tw-bg-opacity: 1;
  background-color: rgba(250, 250, 249, var(--tw-bg-opacity));
}

.disabled\:bg-warmGray-100:disabled {
  --tw-bg-opacity: 1;
  background-color: rgba(245, 245, 244, var(--tw-bg-opacity));
}

.disabled\:bg-warmGray-200:disabled {
  --tw-bg-opacity: 1;
  background-color: rgba(231, 229, 228, var(--tw-bg-opacity));
}

.disabled\:bg-warmGray-300:disabled {
  --tw-bg-opacity: 1;
  background-color: rgba(214, 211, 209, var(--tw-bg-opacity));
}

.disabled\:bg-warmGray-400:disabled {
  --tw-bg-opacity: 1;
  background-color: rgba(168, 162, 158, var(--tw-bg-opacity));
}

.disabled\:bg-warmGray-500:disabled {
  --tw-bg-opacity: 1;
  background-color: rgba(120, 113, 108, var(--tw-bg-opacity));
}

.disabled\:bg-warmGray-600:disabled {
  --tw-bg-opacity: 1;
  background-color: rgba(87, 83, 78, var(--tw-bg-opacity));
}

.disabled\:bg-warmGray-700:disabled {
  --tw-bg-opacity: 1;
  background-color: rgba(68, 64, 60, var(--tw-bg-opacity));
}

.disabled\:bg-warmGray-800:disabled {
  --tw-bg-opacity: 1;
  background-color: rgba(41, 37, 36, var(--tw-bg-opacity));
}

.disabled\:bg-warmGray-900:disabled {
  --tw-bg-opacity: 1;
  background-color: rgba(28, 25, 23, var(--tw-bg-opacity));
}

.disabled\:bg-trueGray-50:disabled {
  --tw-bg-opacity: 1;
  background-color: rgba(250, 250, 250, var(--tw-bg-opacity));
}

.disabled\:bg-trueGray-100:disabled {
  --tw-bg-opacity: 1;
  background-color: rgba(245, 245, 245, var(--tw-bg-opacity));
}

.disabled\:bg-trueGray-200:disabled {
  --tw-bg-opacity: 1;
  background-color: rgba(229, 229, 229, var(--tw-bg-opacity));
}

.disabled\:bg-trueGray-300:disabled {
  --tw-bg-opacity: 1;
  background-color: rgba(212, 212, 212, var(--tw-bg-opacity));
}

.disabled\:bg-trueGray-400:disabled {
  --tw-bg-opacity: 1;
  background-color: rgba(163, 163, 163, var(--tw-bg-opacity));
}

.disabled\:bg-trueGray-500:disabled {
  --tw-bg-opacity: 1;
  background-color: rgba(115, 115, 115, var(--tw-bg-opacity));
}

.disabled\:bg-trueGray-600:disabled {
  --tw-bg-opacity: 1;
  background-color: rgba(82, 82, 82, var(--tw-bg-opacity));
}

.disabled\:bg-trueGray-700:disabled {
  --tw-bg-opacity: 1;
  background-color: rgba(64, 64, 64, var(--tw-bg-opacity));
}

.disabled\:bg-trueGray-800:disabled {
  --tw-bg-opacity: 1;
  background-color: rgba(38, 38, 38, var(--tw-bg-opacity));
}

.disabled\:bg-trueGray-900:disabled {
  --tw-bg-opacity: 1;
  background-color: rgba(23, 23, 23, var(--tw-bg-opacity));
}

.disabled\:bg-gray-50:disabled {
  --tw-bg-opacity: 1;
  background-color: rgba(250, 250, 250, var(--tw-bg-opacity));
}

.disabled\:bg-gray-100:disabled {
  --tw-bg-opacity: 1;
  background-color: rgba(244, 244, 245, var(--tw-bg-opacity));
}

.disabled\:bg-gray-200:disabled {
  --tw-bg-opacity: 1;
  background-color: rgba(228, 228, 231, var(--tw-bg-opacity));
}

.disabled\:bg-gray-300:disabled {
  --tw-bg-opacity: 1;
  background-color: rgba(212, 212, 216, var(--tw-bg-opacity));
}

.disabled\:bg-gray-400:disabled {
  --tw-bg-opacity: 1;
  background-color: rgba(161, 161, 170, var(--tw-bg-opacity));
}

.disabled\:bg-gray-500:disabled {
  --tw-bg-opacity: 1;
  background-color: rgba(113, 113, 122, var(--tw-bg-opacity));
}

.disabled\:bg-gray-600:disabled {
  --tw-bg-opacity: 1;
  background-color: rgba(82, 82, 91, var(--tw-bg-opacity));
}

.disabled\:bg-gray-700:disabled {
  --tw-bg-opacity: 1;
  background-color: rgba(63, 63, 70, var(--tw-bg-opacity));
}

.disabled\:bg-gray-800:disabled {
  --tw-bg-opacity: 1;
  background-color: rgba(39, 39, 42, var(--tw-bg-opacity));
}

.disabled\:bg-gray-900:disabled {
  --tw-bg-opacity: 1;
  background-color: rgba(24, 24, 27, var(--tw-bg-opacity));
}

.disabled\:bg-coolGray-50:disabled {
  --tw-bg-opacity: 1;
  background-color: rgba(249, 250, 251, var(--tw-bg-opacity));
}

.disabled\:bg-coolGray-100:disabled {
  --tw-bg-opacity: 1;
  background-color: rgba(243, 244, 246, var(--tw-bg-opacity));
}

.disabled\:bg-coolGray-200:disabled {
  --tw-bg-opacity: 1;
  background-color: rgba(229, 231, 235, var(--tw-bg-opacity));
}

.disabled\:bg-coolGray-300:disabled {
  --tw-bg-opacity: 1;
  background-color: rgba(209, 213, 219, var(--tw-bg-opacity));
}

.disabled\:bg-coolGray-400:disabled {
  --tw-bg-opacity: 1;
  background-color: rgba(156, 163, 175, var(--tw-bg-opacity));
}

.disabled\:bg-coolGray-500:disabled {
  --tw-bg-opacity: 1;
  background-color: rgba(107, 114, 128, var(--tw-bg-opacity));
}

.disabled\:bg-coolGray-600:disabled {
  --tw-bg-opacity: 1;
  background-color: rgba(75, 85, 99, var(--tw-bg-opacity));
}

.disabled\:bg-coolGray-700:disabled {
  --tw-bg-opacity: 1;
  background-color: rgba(55, 65, 81, var(--tw-bg-opacity));
}

.disabled\:bg-coolGray-800:disabled {
  --tw-bg-opacity: 1;
  background-color: rgba(31, 41, 55, var(--tw-bg-opacity));
}

.disabled\:bg-coolGray-900:disabled {
  --tw-bg-opacity: 1;
  background-color: rgba(17, 24, 39, var(--tw-bg-opacity));
}

.disabled\:bg-blueGray-50:disabled {
  --tw-bg-opacity: 1;
  background-color: rgba(248, 250, 252, var(--tw-bg-opacity));
}

.disabled\:bg-blueGray-100:disabled {
  --tw-bg-opacity: 1;
  background-color: rgba(241, 245, 249, var(--tw-bg-opacity));
}

.disabled\:bg-blueGray-200:disabled {
  --tw-bg-opacity: 1;
  background-color: rgba(226, 232, 240, var(--tw-bg-opacity));
}

.disabled\:bg-blueGray-300:disabled {
  --tw-bg-opacity: 1;
  background-color: rgba(203, 213, 225, var(--tw-bg-opacity));
}

.disabled\:bg-blueGray-400:disabled {
  --tw-bg-opacity: 1;
  background-color: rgba(148, 163, 184, var(--tw-bg-opacity));
}

.disabled\:bg-blueGray-500:disabled {
  --tw-bg-opacity: 1;
  background-color: rgba(100, 116, 139, var(--tw-bg-opacity));
}

.disabled\:bg-blueGray-600:disabled {
  --tw-bg-opacity: 1;
  background-color: rgba(71, 85, 105, var(--tw-bg-opacity));
}

.disabled\:bg-blueGray-700:disabled {
  --tw-bg-opacity: 1;
  background-color: rgba(51, 65, 85, var(--tw-bg-opacity));
}

.disabled\:bg-blueGray-800:disabled {
  --tw-bg-opacity: 1;
  background-color: rgba(30, 41, 59, var(--tw-bg-opacity));
}

.disabled\:bg-blueGray-900:disabled {
  --tw-bg-opacity: 1;
  background-color: rgba(15, 23, 42, var(--tw-bg-opacity));
}

.bg-opacity-0 {
  --tw-bg-opacity: 0;
}

.bg-opacity-5 {
  --tw-bg-opacity: 0.05;
}

.bg-opacity-10 {
  --tw-bg-opacity: 0.1;
}

.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-40 {
  --tw-bg-opacity: 0.4;
}

.bg-opacity-50 {
  --tw-bg-opacity: 0.5;
}

.bg-opacity-60 {
  --tw-bg-opacity: 0.6;
}

.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-90 {
  --tw-bg-opacity: 0.9;
}

.bg-opacity-95 {
  --tw-bg-opacity: 0.95;
}

.bg-opacity-100 {
  --tw-bg-opacity: 1;
}

.hover\:bg-opacity-0:hover {
  --tw-bg-opacity: 0;
}

.hover\:bg-opacity-5:hover {
  --tw-bg-opacity: 0.05;
}

.hover\:bg-opacity-10:hover {
  --tw-bg-opacity: 0.1;
}

.hover\:bg-opacity-20:hover {
  --tw-bg-opacity: 0.2;
}

.hover\:bg-opacity-25:hover {
  --tw-bg-opacity: 0.25;
}

.hover\:bg-opacity-30:hover {
  --tw-bg-opacity: 0.3;
}

.hover\:bg-opacity-40:hover {
  --tw-bg-opacity: 0.4;
}

.hover\:bg-opacity-50:hover {
  --tw-bg-opacity: 0.5;
}

.hover\:bg-opacity-60:hover {
  --tw-bg-opacity: 0.6;
}

.hover\:bg-opacity-70:hover {
  --tw-bg-opacity: 0.7;
}

.hover\:bg-opacity-75:hover {
  --tw-bg-opacity: 0.75;
}

.hover\:bg-opacity-80:hover {
  --tw-bg-opacity: 0.8;
}

.hover\:bg-opacity-90:hover {
  --tw-bg-opacity: 0.9;
}

.hover\:bg-opacity-95:hover {
  --tw-bg-opacity: 0.95;
}

.hover\:bg-opacity-100:hover {
  --tw-bg-opacity: 1;
}

.focus\:bg-opacity-0:focus {
  --tw-bg-opacity: 0;
}

.focus\:bg-opacity-5:focus {
  --tw-bg-opacity: 0.05;
}

.focus\:bg-opacity-10:focus {
  --tw-bg-opacity: 0.1;
}

.focus\:bg-opacity-20:focus {
  --tw-bg-opacity: 0.2;
}

.focus\:bg-opacity-25:focus {
  --tw-bg-opacity: 0.25;
}

.focus\:bg-opacity-30:focus {
  --tw-bg-opacity: 0.3;
}

.focus\:bg-opacity-40:focus {
  --tw-bg-opacity: 0.4;
}

.focus\:bg-opacity-50:focus {
  --tw-bg-opacity: 0.5;
}

.focus\:bg-opacity-60:focus {
  --tw-bg-opacity: 0.6;
}

.focus\:bg-opacity-70:focus {
  --tw-bg-opacity: 0.7;
}

.focus\:bg-opacity-75:focus {
  --tw-bg-opacity: 0.75;
}

.focus\:bg-opacity-80:focus {
  --tw-bg-opacity: 0.8;
}

.focus\:bg-opacity-90:focus {
  --tw-bg-opacity: 0.9;
}

.focus\:bg-opacity-95:focus {
  --tw-bg-opacity: 0.95;
}

.focus\:bg-opacity-100:focus {
  --tw-bg-opacity: 1;
}

.bg-none {
  background-image: none;
}

.bg-gradient-to-t {
  background-image: -webkit-gradient(linear, left bottom, left top, from(var(--tw-gradient-stops)));
  background-image: linear-gradient(to top, var(--tw-gradient-stops));
}

.bg-gradient-to-tr {
  background-image: -webkit-gradient(linear, left bottom, right top, from(var(--tw-gradient-stops)));
  background-image: linear-gradient(to top right, var(--tw-gradient-stops));
}

.bg-gradient-to-r {
  background-image: -webkit-gradient(linear, left top, right top, from(var(--tw-gradient-stops)));
  background-image: linear-gradient(to right, var(--tw-gradient-stops));
}

.bg-gradient-to-br {
  background-image: -webkit-gradient(linear, left top, right bottom, from(var(--tw-gradient-stops)));
  background-image: linear-gradient(to bottom right, var(--tw-gradient-stops));
}

.bg-gradient-to-b {
  background-image: -webkit-gradient(linear, left top, left bottom, from(var(--tw-gradient-stops)));
  background-image: linear-gradient(to bottom, var(--tw-gradient-stops));
}

.bg-gradient-to-bl {
  background-image: -webkit-gradient(linear, right top, left bottom, from(var(--tw-gradient-stops)));
  background-image: linear-gradient(to bottom left, var(--tw-gradient-stops));
}

.bg-gradient-to-l {
  background-image: -webkit-gradient(linear, right top, left top, from(var(--tw-gradient-stops)));
  background-image: linear-gradient(to left, var(--tw-gradient-stops));
}

.bg-gradient-to-tl {
  background-image: -webkit-gradient(linear, right bottom, left top, from(var(--tw-gradient-stops)));
  background-image: linear-gradient(to top left, var(--tw-gradient-stops));
}

.from-current {
  --tw-gradient-from: currentColor;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.from-transparent {
  --tw-gradient-from: transparent;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
}

.from-falcon {
  --tw-gradient-from: var(--falcon);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.from-basement {
  --tw-gradient-from: var(--basement);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.from-blue-50 {
  --tw-gradient-from: #eff6ff;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(239, 246, 255, 0));
}

.from-blue-100 {
  --tw-gradient-from: #dbeafe;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(219, 234, 254, 0));
}

.from-blue-200 {
  --tw-gradient-from: #bfdbfe;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(191, 219, 254, 0));
}

.from-blue-300 {
  --tw-gradient-from: #93c5fd;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(147, 197, 253, 0));
}

.from-blue-400 {
  --tw-gradient-from: #60a5fa;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(96, 165, 250, 0));
}

.from-blue-500 {
  --tw-gradient-from: #3b82f6;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(59, 130, 246, 0));
}

.from-blue-600 {
  --tw-gradient-from: #2563eb;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(37, 99, 235, 0));
}

.from-blue-700 {
  --tw-gradient-from: #1d4ed8;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(29, 78, 216, 0));
}

.from-blue-800 {
  --tw-gradient-from: #1e40af;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(30, 64, 175, 0));
}

.from-blue-900 {
  --tw-gradient-from: #1e3a8a;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(30, 58, 138, 0));
}

.from-body-and-labels {
  --tw-gradient-from: var(--body-and-labels);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.from-brand {
  --tw-gradient-from: var(--brand);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.from-code-base-64 {
  --tw-gradient-from: var(--code-base-64);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.from-code-bg {
  --tw-gradient-from: var(--code-bg);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.from-code-outline {
  --tw-gradient-from: var(--code-outline);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.from-code-text {
  --tw-gradient-from: var(--code-text);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.from-critical {
  --tw-gradient-from: var(--critical);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.from-destructive-hover {
  --tw-gradient-from: var(--destructive-hover);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.from-destructive-idle {
  --tw-gradient-from: var(--destructive-idle);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.from-destructive-pressed {
  --tw-gradient-from: var(--destructive-pressed);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.from-disabled {
  --tw-gradient-from: var(--disabled);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.from-disc-operations {
  --tw-gradient-from: var(--disc-operations);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.from-dns-requests {
  --tw-gradient-from: var(--dns-requests);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.from-focus {
  --tw-gradient-from: var(--focus);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.from-graph-1 {
  --tw-gradient-from: var(--graph-1);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.from-graph-10 {
  --tw-gradient-from: var(--graph-10);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.from-graph-11 {
  --tw-gradient-from: var(--graph-11);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.from-graph-2 {
  --tw-gradient-from: var(--graph-2);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.from-graph-3 {
  --tw-gradient-from: var(--graph-3);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.from-graph-4 {
  --tw-gradient-from: var(--graph-4);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.from-graph-5 {
  --tw-gradient-from: var(--graph-5);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.from-graph-6 {
  --tw-gradient-from: var(--graph-6);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.from-graph-7 {
  --tw-gradient-from: var(--graph-7);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.from-graph-8 {
  --tw-gradient-from: var(--graph-8);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.from-graph-9 {
  --tw-gradient-from: var(--graph-9);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.from-graph-disabled {
  --tw-gradient-from: var(--graph-disabled);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.from-ground-floor {
  --tw-gradient-from: var(--ground-floor);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.from-high {
  --tw-gradient-from: var(--high);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.from-informational {
  --tw-gradient-from: var(--informational);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.from-lines-dark {
  --tw-gradient-from: var(--lines-dark);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.from-lines-light {
  --tw-gradient-from: var(--lines-light);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.from-low {
  --tw-gradient-from: var(--low);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.from-medium {
  --tw-gradient-from: var(--medium);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.from-mezzanine {
  --tw-gradient-from: var(--mezzanine);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.from-nav-text-and-icons {
  --tw-gradient-from: var(--nav-text-and-icons);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.from-nav-text-secondary {
  --tw-gradient-from: var(--nav-text-secondary);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.from-network-operations {
  --tw-gradient-from: var(--network-operations);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.from-normal-hover {
  --tw-gradient-from: var(--normal-hover);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.from-normal-idle {
  --tw-gradient-from: var(--normal-idle);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.from-normal-pressed {
  --tw-gradient-from: var(--normal-pressed);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.from-overlay-0\.5 {
  --tw-gradient-from: var(--overlay-0\.5);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.from-overlay-1 {
  --tw-gradient-from: var(--overlay-1);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.from-overlay-2 {
  --tw-gradient-from: var(--overlay-2);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.from-positive {
  --tw-gradient-from: var(--positive);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.from-primary-hover {
  --tw-gradient-from: var(--primary-hover);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.from-primary-idle {
  --tw-gradient-from: var(--primary-idle);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.from-primary-pressed {
  --tw-gradient-from: var(--primary-pressed);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.from-process-operations {
  --tw-gradient-from: var(--process-operations);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.from-purple-50 {
  --tw-gradient-from: #faf5ff;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(250, 245, 255, 0));
}

.from-purple-100 {
  --tw-gradient-from: #f3e8ff;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(243, 232, 255, 0));
}

.from-purple-200 {
  --tw-gradient-from: #e9d5ff;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(233, 213, 255, 0));
}

.from-purple-300 {
  --tw-gradient-from: #d8b4fe;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(216, 180, 254, 0));
}

.from-purple-400 {
  --tw-gradient-from: #c084fc;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(192, 132, 252, 0));
}

.from-purple-500 {
  --tw-gradient-from: #a855f7;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(168, 85, 247, 0));
}

.from-purple-600 {
  --tw-gradient-from: #9333ea;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(147, 51, 234, 0));
}

.from-purple-700 {
  --tw-gradient-from: #7e22ce;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(126, 34, 206, 0));
}

.from-purple-800 {
  --tw-gradient-from: #6b21a8;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(107, 33, 168, 0));
}

.from-purple-900 {
  --tw-gradient-from: #581c87;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(88, 28, 135, 0));
}

.from-registry-operations {
  --tw-gradient-from: var(--registry-operations);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.from-selected {
  --tw-gradient-from: var(--selected);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.from-surface-2xl {
  --tw-gradient-from: var(--surface-2xl);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.from-surface-base {
  --tw-gradient-from: var(--surface-base);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.from-surface-inner {
  --tw-gradient-from: var(--surface-inner);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.from-surface-lg {
  --tw-gradient-from: var(--surface-lg);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.from-surface-md {
  --tw-gradient-from: var(--surface-md);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.from-surface-xl {
  --tw-gradient-from: var(--surface-xl);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.from-text-and-icons {
  --tw-gradient-from: var(--text-and-icons);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.from-titles-and-attributes {
  --tw-gradient-from: var(--titles-and-attributes);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.from-black {
  --tw-gradient-from: #000;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
}

.from-white {
  --tw-gradient-from: #fff;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.from-rose-50 {
  --tw-gradient-from: #fff1f2;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 241, 242, 0));
}

.from-rose-100 {
  --tw-gradient-from: #ffe4e6;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 228, 230, 0));
}

.from-rose-200 {
  --tw-gradient-from: #fecdd3;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 205, 211, 0));
}

.from-rose-300 {
  --tw-gradient-from: #fda4af;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 164, 175, 0));
}

.from-rose-400 {
  --tw-gradient-from: #fb7185;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(251, 113, 133, 0));
}

.from-rose-500 {
  --tw-gradient-from: #f43f5e;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(244, 63, 94, 0));
}

.from-rose-600 {
  --tw-gradient-from: #e11d48;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(225, 29, 72, 0));
}

.from-rose-700 {
  --tw-gradient-from: #be123c;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(190, 18, 60, 0));
}

.from-rose-800 {
  --tw-gradient-from: #9f1239;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(159, 18, 57, 0));
}

.from-rose-900 {
  --tw-gradient-from: #881337;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(136, 19, 55, 0));
}

.from-pink-50 {
  --tw-gradient-from: #fdf2f8;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 242, 248, 0));
}

.from-pink-100 {
  --tw-gradient-from: #fce7f3;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(252, 231, 243, 0));
}

.from-pink-200 {
  --tw-gradient-from: #fbcfe8;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(251, 207, 232, 0));
}

.from-pink-300 {
  --tw-gradient-from: #f9a8d4;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(249, 168, 212, 0));
}

.from-pink-400 {
  --tw-gradient-from: #f472b6;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(244, 114, 182, 0));
}

.from-pink-500 {
  --tw-gradient-from: #ec4899;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(236, 72, 153, 0));
}

.from-pink-600 {
  --tw-gradient-from: #db2777;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(219, 39, 119, 0));
}

.from-pink-700 {
  --tw-gradient-from: #be185d;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(190, 24, 93, 0));
}

.from-pink-800 {
  --tw-gradient-from: #9d174d;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(157, 23, 77, 0));
}

.from-pink-900 {
  --tw-gradient-from: #831843;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(131, 24, 67, 0));
}

.from-fuchsia-50 {
  --tw-gradient-from: #fdf4ff;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 244, 255, 0));
}

.from-fuchsia-100 {
  --tw-gradient-from: #fae8ff;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(250, 232, 255, 0));
}

.from-fuchsia-200 {
  --tw-gradient-from: #f5d0fe;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(245, 208, 254, 0));
}

.from-fuchsia-300 {
  --tw-gradient-from: #f0abfc;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(240, 171, 252, 0));
}

.from-fuchsia-400 {
  --tw-gradient-from: #e879f9;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(232, 121, 249, 0));
}

.from-fuchsia-500 {
  --tw-gradient-from: #d946ef;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(217, 70, 239, 0));
}

.from-fuchsia-600 {
  --tw-gradient-from: #c026d3;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(192, 38, 211, 0));
}

.from-fuchsia-700 {
  --tw-gradient-from: #a21caf;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(162, 28, 175, 0));
}

.from-fuchsia-800 {
  --tw-gradient-from: #86198f;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(134, 25, 143, 0));
}

.from-fuchsia-900 {
  --tw-gradient-from: #701a75;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(112, 26, 117, 0));
}

.from-violet-50 {
  --tw-gradient-from: #f5f3ff;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(245, 243, 255, 0));
}

.from-violet-100 {
  --tw-gradient-from: #ede9fe;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(237, 233, 254, 0));
}

.from-violet-200 {
  --tw-gradient-from: #ddd6fe;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(221, 214, 254, 0));
}

.from-violet-300 {
  --tw-gradient-from: #c4b5fd;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(196, 181, 253, 0));
}

.from-violet-400 {
  --tw-gradient-from: #a78bfa;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(167, 139, 250, 0));
}

.from-violet-500 {
  --tw-gradient-from: #8b5cf6;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(139, 92, 246, 0));
}

.from-violet-600 {
  --tw-gradient-from: #7c3aed;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(124, 58, 237, 0));
}

.from-violet-700 {
  --tw-gradient-from: #6d28d9;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(109, 40, 217, 0));
}

.from-violet-800 {
  --tw-gradient-from: #5b21b6;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(91, 33, 182, 0));
}

.from-violet-900 {
  --tw-gradient-from: #4c1d95;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(76, 29, 149, 0));
}

.from-indigo-50 {
  --tw-gradient-from: #eef2ff;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(238, 242, 255, 0));
}

.from-indigo-100 {
  --tw-gradient-from: #e0e7ff;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(224, 231, 255, 0));
}

.from-indigo-200 {
  --tw-gradient-from: #c7d2fe;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(199, 210, 254, 0));
}

.from-indigo-300 {
  --tw-gradient-from: #a5b4fc;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(165, 180, 252, 0));
}

.from-indigo-400 {
  --tw-gradient-from: #818cf8;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(129, 140, 248, 0));
}

.from-indigo-500 {
  --tw-gradient-from: #6366f1;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(99, 102, 241, 0));
}

.from-indigo-600 {
  --tw-gradient-from: #4f46e5;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(79, 70, 229, 0));
}

.from-indigo-700 {
  --tw-gradient-from: #4338ca;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(67, 56, 202, 0));
}

.from-indigo-800 {
  --tw-gradient-from: #3730a3;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(55, 48, 163, 0));
}

.from-indigo-900 {
  --tw-gradient-from: #312e81;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(49, 46, 129, 0));
}

.from-lightBlue-50 {
  --tw-gradient-from: #f0f9ff;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(240, 249, 255, 0));
}

.from-lightBlue-100 {
  --tw-gradient-from: #e0f2fe;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(224, 242, 254, 0));
}

.from-lightBlue-200 {
  --tw-gradient-from: #bae6fd;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(186, 230, 253, 0));
}

.from-lightBlue-300 {
  --tw-gradient-from: #7dd3fc;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(125, 211, 252, 0));
}

.from-lightBlue-400 {
  --tw-gradient-from: #38bdf8;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(56, 189, 248, 0));
}

.from-lightBlue-500 {
  --tw-gradient-from: #0ea5e9;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(14, 165, 233, 0));
}

.from-lightBlue-600 {
  --tw-gradient-from: #0284c7;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(2, 132, 199, 0));
}

.from-lightBlue-700 {
  --tw-gradient-from: #0369a1;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(3, 105, 161, 0));
}

.from-lightBlue-800 {
  --tw-gradient-from: #075985;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(7, 89, 133, 0));
}

.from-lightBlue-900 {
  --tw-gradient-from: #0c4a6e;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(12, 74, 110, 0));
}

.from-cyan-50 {
  --tw-gradient-from: #ecfeff;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(236, 254, 255, 0));
}

.from-cyan-100 {
  --tw-gradient-from: #cffafe;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(207, 250, 254, 0));
}

.from-cyan-200 {
  --tw-gradient-from: #a5f3fc;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(165, 243, 252, 0));
}

.from-cyan-300 {
  --tw-gradient-from: #67e8f9;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(103, 232, 249, 0));
}

.from-cyan-400 {
  --tw-gradient-from: #22d3ee;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(34, 211, 238, 0));
}

.from-cyan-500 {
  --tw-gradient-from: #06b6d4;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(6, 182, 212, 0));
}

.from-cyan-600 {
  --tw-gradient-from: #0891b2;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(8, 145, 178, 0));
}

.from-cyan-700 {
  --tw-gradient-from: #0e7490;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(14, 116, 144, 0));
}

.from-cyan-800 {
  --tw-gradient-from: #155e75;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(21, 94, 117, 0));
}

.from-cyan-900 {
  --tw-gradient-from: #164e63;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(22, 78, 99, 0));
}

.from-teal-50 {
  --tw-gradient-from: #f0fdfa;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(240, 253, 250, 0));
}

.from-teal-100 {
  --tw-gradient-from: #ccfbf1;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(204, 251, 241, 0));
}

.from-teal-200 {
  --tw-gradient-from: #99f6e4;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(153, 246, 228, 0));
}

.from-teal-300 {
  --tw-gradient-from: #5eead4;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(94, 234, 212, 0));
}

.from-teal-400 {
  --tw-gradient-from: #2dd4bf;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(45, 212, 191, 0));
}

.from-teal-500 {
  --tw-gradient-from: #14b8a6;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(20, 184, 166, 0));
}

.from-teal-600 {
  --tw-gradient-from: #0d9488;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(13, 148, 136, 0));
}

.from-teal-700 {
  --tw-gradient-from: #0f766e;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(15, 118, 110, 0));
}

.from-teal-800 {
  --tw-gradient-from: #115e59;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(17, 94, 89, 0));
}

.from-teal-900 {
  --tw-gradient-from: #134e4a;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(19, 78, 74, 0));
}

.from-emerald-50 {
  --tw-gradient-from: #ecfdf5;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(236, 253, 245, 0));
}

.from-emerald-100 {
  --tw-gradient-from: #d1fae5;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(209, 250, 229, 0));
}

.from-emerald-200 {
  --tw-gradient-from: #a7f3d0;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(167, 243, 208, 0));
}

.from-emerald-300 {
  --tw-gradient-from: #6ee7b7;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(110, 231, 183, 0));
}

.from-emerald-400 {
  --tw-gradient-from: #34d399;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(52, 211, 153, 0));
}

.from-emerald-500 {
  --tw-gradient-from: #10b981;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(16, 185, 129, 0));
}

.from-emerald-600 {
  --tw-gradient-from: #059669;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(5, 150, 105, 0));
}

.from-emerald-700 {
  --tw-gradient-from: #047857;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(4, 120, 87, 0));
}

.from-emerald-800 {
  --tw-gradient-from: #065f46;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(6, 95, 70, 0));
}

.from-emerald-900 {
  --tw-gradient-from: #064e3b;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(6, 78, 59, 0));
}

.from-green-50 {
  --tw-gradient-from: #f0fdf4;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(240, 253, 244, 0));
}

.from-green-100 {
  --tw-gradient-from: #dcfce7;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(220, 252, 231, 0));
}

.from-green-200 {
  --tw-gradient-from: #bbf7d0;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(187, 247, 208, 0));
}

.from-green-300 {
  --tw-gradient-from: #86efac;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(134, 239, 172, 0));
}

.from-green-400 {
  --tw-gradient-from: #4ade80;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(74, 222, 128, 0));
}

.from-green-500 {
  --tw-gradient-from: #22c55e;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(34, 197, 94, 0));
}

.from-green-600 {
  --tw-gradient-from: #16a34a;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(22, 163, 74, 0));
}

.from-green-700 {
  --tw-gradient-from: #15803d;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(21, 128, 61, 0));
}

.from-green-800 {
  --tw-gradient-from: #166534;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(22, 101, 52, 0));
}

.from-green-900 {
  --tw-gradient-from: #14532d;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(20, 83, 45, 0));
}

.from-lime-50 {
  --tw-gradient-from: #f7fee7;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(247, 254, 231, 0));
}

.from-lime-100 {
  --tw-gradient-from: #ecfccb;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(236, 252, 203, 0));
}

.from-lime-200 {
  --tw-gradient-from: #d9f99d;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(217, 249, 157, 0));
}

.from-lime-300 {
  --tw-gradient-from: #bef264;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(190, 242, 100, 0));
}

.from-lime-400 {
  --tw-gradient-from: #a3e635;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(163, 230, 53, 0));
}

.from-lime-500 {
  --tw-gradient-from: #84cc16;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(132, 204, 22, 0));
}

.from-lime-600 {
  --tw-gradient-from: #65a30d;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(101, 163, 13, 0));
}

.from-lime-700 {
  --tw-gradient-from: #4d7c0f;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(77, 124, 15, 0));
}

.from-lime-800 {
  --tw-gradient-from: #3f6212;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(63, 98, 18, 0));
}

.from-lime-900 {
  --tw-gradient-from: #365314;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(54, 83, 20, 0));
}

.from-yellow-50 {
  --tw-gradient-from: #fefce8;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 252, 232, 0));
}

.from-yellow-100 {
  --tw-gradient-from: #fef9c3;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 249, 195, 0));
}

.from-yellow-200 {
  --tw-gradient-from: #fef08a;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 240, 138, 0));
}

.from-yellow-300 {
  --tw-gradient-from: #fde047;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 224, 71, 0));
}

.from-yellow-400 {
  --tw-gradient-from: #facc15;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(250, 204, 21, 0));
}

.from-yellow-500 {
  --tw-gradient-from: #eab308;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(234, 179, 8, 0));
}

.from-yellow-600 {
  --tw-gradient-from: #ca8a04;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(202, 138, 4, 0));
}

.from-yellow-700 {
  --tw-gradient-from: #a16207;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(161, 98, 7, 0));
}

.from-yellow-800 {
  --tw-gradient-from: #854d0e;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(133, 77, 14, 0));
}

.from-yellow-900 {
  --tw-gradient-from: #713f12;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(113, 63, 18, 0));
}

.from-amber-50 {
  --tw-gradient-from: #fffbeb;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 251, 235, 0));
}

.from-amber-100 {
  --tw-gradient-from: #fef3c7;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 243, 199, 0));
}

.from-amber-200 {
  --tw-gradient-from: #fde68a;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 230, 138, 0));
}

.from-amber-300 {
  --tw-gradient-from: #fcd34d;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(252, 211, 77, 0));
}

.from-amber-400 {
  --tw-gradient-from: #fbbf24;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(251, 191, 36, 0));
}

.from-amber-500 {
  --tw-gradient-from: #f59e0b;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(245, 158, 11, 0));
}

.from-amber-600 {
  --tw-gradient-from: #d97706;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(217, 119, 6, 0));
}

.from-amber-700 {
  --tw-gradient-from: #b45309;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(180, 83, 9, 0));
}

.from-amber-800 {
  --tw-gradient-from: #92400e;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(146, 64, 14, 0));
}

.from-amber-900 {
  --tw-gradient-from: #78350f;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(120, 53, 15, 0));
}

.from-orange-50 {
  --tw-gradient-from: #fff7ed;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 247, 237, 0));
}

.from-orange-100 {
  --tw-gradient-from: #ffedd5;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 237, 213, 0));
}

.from-orange-200 {
  --tw-gradient-from: #fed7aa;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 215, 170, 0));
}

.from-orange-300 {
  --tw-gradient-from: #fdba74;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 186, 116, 0));
}

.from-orange-400 {
  --tw-gradient-from: #fb923c;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(251, 146, 60, 0));
}

.from-orange-500 {
  --tw-gradient-from: #f97316;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(249, 115, 22, 0));
}

.from-orange-600 {
  --tw-gradient-from: #ea580c;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(234, 88, 12, 0));
}

.from-orange-700 {
  --tw-gradient-from: #c2410c;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(194, 65, 12, 0));
}

.from-orange-800 {
  --tw-gradient-from: #9a3412;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(154, 52, 18, 0));
}

.from-orange-900 {
  --tw-gradient-from: #7c2d12;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(124, 45, 18, 0));
}

.from-red-50 {
  --tw-gradient-from: #fef2f2;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 242, 242, 0));
}

.from-red-100 {
  --tw-gradient-from: #fee2e2;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 226, 226, 0));
}

.from-red-200 {
  --tw-gradient-from: #fecaca;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 202, 202, 0));
}

.from-red-300 {
  --tw-gradient-from: #fca5a5;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(252, 165, 165, 0));
}

.from-red-400 {
  --tw-gradient-from: #f87171;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(248, 113, 113, 0));
}

.from-red-500 {
  --tw-gradient-from: #ef4444;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(239, 68, 68, 0));
}

.from-red-600 {
  --tw-gradient-from: #dc2626;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(220, 38, 38, 0));
}

.from-red-700 {
  --tw-gradient-from: #b91c1c;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(185, 28, 28, 0));
}

.from-red-800 {
  --tw-gradient-from: #991b1b;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(153, 27, 27, 0));
}

.from-red-900 {
  --tw-gradient-from: #7f1d1d;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(127, 29, 29, 0));
}

.from-warmGray-50 {
  --tw-gradient-from: #fafaf9;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(250, 250, 249, 0));
}

.from-warmGray-100 {
  --tw-gradient-from: #f5f5f4;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(245, 245, 244, 0));
}

.from-warmGray-200 {
  --tw-gradient-from: #e7e5e4;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(231, 229, 228, 0));
}

.from-warmGray-300 {
  --tw-gradient-from: #d6d3d1;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(214, 211, 209, 0));
}

.from-warmGray-400 {
  --tw-gradient-from: #a8a29e;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(168, 162, 158, 0));
}

.from-warmGray-500 {
  --tw-gradient-from: #78716c;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(120, 113, 108, 0));
}

.from-warmGray-600 {
  --tw-gradient-from: #57534e;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(87, 83, 78, 0));
}

.from-warmGray-700 {
  --tw-gradient-from: #44403c;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(68, 64, 60, 0));
}

.from-warmGray-800 {
  --tw-gradient-from: #292524;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(41, 37, 36, 0));
}

.from-warmGray-900 {
  --tw-gradient-from: #1c1917;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(28, 25, 23, 0));
}

.from-trueGray-50 {
  --tw-gradient-from: #fafafa;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(250, 250, 250, 0));
}

.from-trueGray-100 {
  --tw-gradient-from: #f5f5f5;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(245, 245, 245, 0));
}

.from-trueGray-200 {
  --tw-gradient-from: #e5e5e5;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(229, 229, 229, 0));
}

.from-trueGray-300 {
  --tw-gradient-from: #d4d4d4;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(212, 212, 212, 0));
}

.from-trueGray-400 {
  --tw-gradient-from: #a3a3a3;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(163, 163, 163, 0));
}

.from-trueGray-500 {
  --tw-gradient-from: #737373;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(115, 115, 115, 0));
}

.from-trueGray-600 {
  --tw-gradient-from: #525252;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(82, 82, 82, 0));
}

.from-trueGray-700 {
  --tw-gradient-from: #404040;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(64, 64, 64, 0));
}

.from-trueGray-800 {
  --tw-gradient-from: #262626;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(38, 38, 38, 0));
}

.from-trueGray-900 {
  --tw-gradient-from: #171717;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(23, 23, 23, 0));
}

.from-gray-50 {
  --tw-gradient-from: #fafafa;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(250, 250, 250, 0));
}

.from-gray-100 {
  --tw-gradient-from: #f4f4f5;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(244, 244, 245, 0));
}

.from-gray-200 {
  --tw-gradient-from: #e4e4e7;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(228, 228, 231, 0));
}

.from-gray-300 {
  --tw-gradient-from: #d4d4d8;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(212, 212, 216, 0));
}

.from-gray-400 {
  --tw-gradient-from: #a1a1aa;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(161, 161, 170, 0));
}

.from-gray-500 {
  --tw-gradient-from: #71717a;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(113, 113, 122, 0));
}

.from-gray-600 {
  --tw-gradient-from: #52525b;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(82, 82, 91, 0));
}

.from-gray-700 {
  --tw-gradient-from: #3f3f46;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(63, 63, 70, 0));
}

.from-gray-800 {
  --tw-gradient-from: #27272a;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(39, 39, 42, 0));
}

.from-gray-900 {
  --tw-gradient-from: #18181b;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(24, 24, 27, 0));
}

.from-coolGray-50 {
  --tw-gradient-from: #f9fafb;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(249, 250, 251, 0));
}

.from-coolGray-100 {
  --tw-gradient-from: #f3f4f6;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(243, 244, 246, 0));
}

.from-coolGray-200 {
  --tw-gradient-from: #e5e7eb;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(229, 231, 235, 0));
}

.from-coolGray-300 {
  --tw-gradient-from: #d1d5db;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(209, 213, 219, 0));
}

.from-coolGray-400 {
  --tw-gradient-from: #9ca3af;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(156, 163, 175, 0));
}

.from-coolGray-500 {
  --tw-gradient-from: #6b7280;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(107, 114, 128, 0));
}

.from-coolGray-600 {
  --tw-gradient-from: #4b5563;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(75, 85, 99, 0));
}

.from-coolGray-700 {
  --tw-gradient-from: #374151;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(55, 65, 81, 0));
}

.from-coolGray-800 {
  --tw-gradient-from: #1f2937;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(31, 41, 55, 0));
}

.from-coolGray-900 {
  --tw-gradient-from: #111827;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(17, 24, 39, 0));
}

.from-blueGray-50 {
  --tw-gradient-from: #f8fafc;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(248, 250, 252, 0));
}

.from-blueGray-100 {
  --tw-gradient-from: #f1f5f9;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(241, 245, 249, 0));
}

.from-blueGray-200 {
  --tw-gradient-from: #e2e8f0;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(226, 232, 240, 0));
}

.from-blueGray-300 {
  --tw-gradient-from: #cbd5e1;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(203, 213, 225, 0));
}

.from-blueGray-400 {
  --tw-gradient-from: #94a3b8;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(148, 163, 184, 0));
}

.from-blueGray-500 {
  --tw-gradient-from: #64748b;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(100, 116, 139, 0));
}

.from-blueGray-600 {
  --tw-gradient-from: #475569;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(71, 85, 105, 0));
}

.from-blueGray-700 {
  --tw-gradient-from: #334155;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(51, 65, 85, 0));
}

.from-blueGray-800 {
  --tw-gradient-from: #1e293b;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(30, 41, 59, 0));
}

.from-blueGray-900 {
  --tw-gradient-from: #0f172a;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(15, 23, 42, 0));
}

.hover\:from-current:hover {
  --tw-gradient-from: currentColor;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.hover\:from-transparent:hover {
  --tw-gradient-from: transparent;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
}

.hover\:from-falcon:hover {
  --tw-gradient-from: var(--falcon);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.hover\:from-basement:hover {
  --tw-gradient-from: var(--basement);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.hover\:from-blue-50:hover {
  --tw-gradient-from: #eff6ff;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(239, 246, 255, 0));
}

.hover\:from-blue-100:hover {
  --tw-gradient-from: #dbeafe;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(219, 234, 254, 0));
}

.hover\:from-blue-200:hover {
  --tw-gradient-from: #bfdbfe;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(191, 219, 254, 0));
}

.hover\:from-blue-300:hover {
  --tw-gradient-from: #93c5fd;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(147, 197, 253, 0));
}

.hover\:from-blue-400:hover {
  --tw-gradient-from: #60a5fa;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(96, 165, 250, 0));
}

.hover\:from-blue-500:hover {
  --tw-gradient-from: #3b82f6;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(59, 130, 246, 0));
}

.hover\:from-blue-600:hover {
  --tw-gradient-from: #2563eb;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(37, 99, 235, 0));
}

.hover\:from-blue-700:hover {
  --tw-gradient-from: #1d4ed8;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(29, 78, 216, 0));
}

.hover\:from-blue-800:hover {
  --tw-gradient-from: #1e40af;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(30, 64, 175, 0));
}

.hover\:from-blue-900:hover {
  --tw-gradient-from: #1e3a8a;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(30, 58, 138, 0));
}

.hover\:from-body-and-labels:hover {
  --tw-gradient-from: var(--body-and-labels);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.hover\:from-brand:hover {
  --tw-gradient-from: var(--brand);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.hover\:from-code-base-64:hover {
  --tw-gradient-from: var(--code-base-64);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.hover\:from-code-bg:hover {
  --tw-gradient-from: var(--code-bg);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.hover\:from-code-outline:hover {
  --tw-gradient-from: var(--code-outline);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.hover\:from-code-text:hover {
  --tw-gradient-from: var(--code-text);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.hover\:from-critical:hover {
  --tw-gradient-from: var(--critical);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.hover\:from-destructive-hover:hover {
  --tw-gradient-from: var(--destructive-hover);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.hover\:from-destructive-idle:hover {
  --tw-gradient-from: var(--destructive-idle);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.hover\:from-destructive-pressed:hover {
  --tw-gradient-from: var(--destructive-pressed);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.hover\:from-disabled:hover {
  --tw-gradient-from: var(--disabled);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.hover\:from-disc-operations:hover {
  --tw-gradient-from: var(--disc-operations);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.hover\:from-dns-requests:hover {
  --tw-gradient-from: var(--dns-requests);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.hover\:from-focus:hover {
  --tw-gradient-from: var(--focus);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.hover\:from-graph-1:hover {
  --tw-gradient-from: var(--graph-1);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.hover\:from-graph-10:hover {
  --tw-gradient-from: var(--graph-10);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.hover\:from-graph-11:hover {
  --tw-gradient-from: var(--graph-11);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.hover\:from-graph-2:hover {
  --tw-gradient-from: var(--graph-2);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.hover\:from-graph-3:hover {
  --tw-gradient-from: var(--graph-3);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.hover\:from-graph-4:hover {
  --tw-gradient-from: var(--graph-4);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.hover\:from-graph-5:hover {
  --tw-gradient-from: var(--graph-5);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.hover\:from-graph-6:hover {
  --tw-gradient-from: var(--graph-6);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.hover\:from-graph-7:hover {
  --tw-gradient-from: var(--graph-7);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.hover\:from-graph-8:hover {
  --tw-gradient-from: var(--graph-8);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.hover\:from-graph-9:hover {
  --tw-gradient-from: var(--graph-9);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.hover\:from-graph-disabled:hover {
  --tw-gradient-from: var(--graph-disabled);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.hover\:from-ground-floor:hover {
  --tw-gradient-from: var(--ground-floor);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.hover\:from-high:hover {
  --tw-gradient-from: var(--high);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.hover\:from-informational:hover {
  --tw-gradient-from: var(--informational);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.hover\:from-lines-dark:hover {
  --tw-gradient-from: var(--lines-dark);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.hover\:from-lines-light:hover {
  --tw-gradient-from: var(--lines-light);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.hover\:from-low:hover {
  --tw-gradient-from: var(--low);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.hover\:from-medium:hover {
  --tw-gradient-from: var(--medium);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.hover\:from-mezzanine:hover {
  --tw-gradient-from: var(--mezzanine);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.hover\:from-nav-text-and-icons:hover {
  --tw-gradient-from: var(--nav-text-and-icons);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.hover\:from-nav-text-secondary:hover {
  --tw-gradient-from: var(--nav-text-secondary);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.hover\:from-network-operations:hover {
  --tw-gradient-from: var(--network-operations);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.hover\:from-normal-hover:hover {
  --tw-gradient-from: var(--normal-hover);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.hover\:from-normal-idle:hover {
  --tw-gradient-from: var(--normal-idle);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.hover\:from-normal-pressed:hover {
  --tw-gradient-from: var(--normal-pressed);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.hover\:from-overlay-0\.5:hover {
  --tw-gradient-from: var(--overlay-0\.5);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.hover\:from-overlay-1:hover {
  --tw-gradient-from: var(--overlay-1);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.hover\:from-overlay-2:hover {
  --tw-gradient-from: var(--overlay-2);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.hover\:from-positive:hover {
  --tw-gradient-from: var(--positive);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.hover\:from-primary-hover:hover {
  --tw-gradient-from: var(--primary-hover);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.hover\:from-primary-idle:hover {
  --tw-gradient-from: var(--primary-idle);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.hover\:from-primary-pressed:hover {
  --tw-gradient-from: var(--primary-pressed);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.hover\:from-process-operations:hover {
  --tw-gradient-from: var(--process-operations);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.hover\:from-purple-50:hover {
  --tw-gradient-from: #faf5ff;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(250, 245, 255, 0));
}

.hover\:from-purple-100:hover {
  --tw-gradient-from: #f3e8ff;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(243, 232, 255, 0));
}

.hover\:from-purple-200:hover {
  --tw-gradient-from: #e9d5ff;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(233, 213, 255, 0));
}

.hover\:from-purple-300:hover {
  --tw-gradient-from: #d8b4fe;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(216, 180, 254, 0));
}

.hover\:from-purple-400:hover {
  --tw-gradient-from: #c084fc;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(192, 132, 252, 0));
}

.hover\:from-purple-500:hover {
  --tw-gradient-from: #a855f7;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(168, 85, 247, 0));
}

.hover\:from-purple-600:hover {
  --tw-gradient-from: #9333ea;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(147, 51, 234, 0));
}

.hover\:from-purple-700:hover {
  --tw-gradient-from: #7e22ce;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(126, 34, 206, 0));
}

.hover\:from-purple-800:hover {
  --tw-gradient-from: #6b21a8;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(107, 33, 168, 0));
}

.hover\:from-purple-900:hover {
  --tw-gradient-from: #581c87;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(88, 28, 135, 0));
}

.hover\:from-registry-operations:hover {
  --tw-gradient-from: var(--registry-operations);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.hover\:from-selected:hover {
  --tw-gradient-from: var(--selected);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.hover\:from-surface-2xl:hover {
  --tw-gradient-from: var(--surface-2xl);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.hover\:from-surface-base:hover {
  --tw-gradient-from: var(--surface-base);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.hover\:from-surface-inner:hover {
  --tw-gradient-from: var(--surface-inner);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.hover\:from-surface-lg:hover {
  --tw-gradient-from: var(--surface-lg);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.hover\:from-surface-md:hover {
  --tw-gradient-from: var(--surface-md);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.hover\:from-surface-xl:hover {
  --tw-gradient-from: var(--surface-xl);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.hover\:from-text-and-icons:hover {
  --tw-gradient-from: var(--text-and-icons);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.hover\:from-titles-and-attributes:hover {
  --tw-gradient-from: var(--titles-and-attributes);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.hover\:from-black:hover {
  --tw-gradient-from: #000;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
}

.hover\:from-white:hover {
  --tw-gradient-from: #fff;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.hover\:from-rose-50:hover {
  --tw-gradient-from: #fff1f2;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 241, 242, 0));
}

.hover\:from-rose-100:hover {
  --tw-gradient-from: #ffe4e6;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 228, 230, 0));
}

.hover\:from-rose-200:hover {
  --tw-gradient-from: #fecdd3;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 205, 211, 0));
}

.hover\:from-rose-300:hover {
  --tw-gradient-from: #fda4af;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 164, 175, 0));
}

.hover\:from-rose-400:hover {
  --tw-gradient-from: #fb7185;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(251, 113, 133, 0));
}

.hover\:from-rose-500:hover {
  --tw-gradient-from: #f43f5e;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(244, 63, 94, 0));
}

.hover\:from-rose-600:hover {
  --tw-gradient-from: #e11d48;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(225, 29, 72, 0));
}

.hover\:from-rose-700:hover {
  --tw-gradient-from: #be123c;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(190, 18, 60, 0));
}

.hover\:from-rose-800:hover {
  --tw-gradient-from: #9f1239;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(159, 18, 57, 0));
}

.hover\:from-rose-900:hover {
  --tw-gradient-from: #881337;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(136, 19, 55, 0));
}

.hover\:from-pink-50:hover {
  --tw-gradient-from: #fdf2f8;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 242, 248, 0));
}

.hover\:from-pink-100:hover {
  --tw-gradient-from: #fce7f3;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(252, 231, 243, 0));
}

.hover\:from-pink-200:hover {
  --tw-gradient-from: #fbcfe8;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(251, 207, 232, 0));
}

.hover\:from-pink-300:hover {
  --tw-gradient-from: #f9a8d4;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(249, 168, 212, 0));
}

.hover\:from-pink-400:hover {
  --tw-gradient-from: #f472b6;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(244, 114, 182, 0));
}

.hover\:from-pink-500:hover {
  --tw-gradient-from: #ec4899;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(236, 72, 153, 0));
}

.hover\:from-pink-600:hover {
  --tw-gradient-from: #db2777;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(219, 39, 119, 0));
}

.hover\:from-pink-700:hover {
  --tw-gradient-from: #be185d;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(190, 24, 93, 0));
}

.hover\:from-pink-800:hover {
  --tw-gradient-from: #9d174d;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(157, 23, 77, 0));
}

.hover\:from-pink-900:hover {
  --tw-gradient-from: #831843;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(131, 24, 67, 0));
}

.hover\:from-fuchsia-50:hover {
  --tw-gradient-from: #fdf4ff;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 244, 255, 0));
}

.hover\:from-fuchsia-100:hover {
  --tw-gradient-from: #fae8ff;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(250, 232, 255, 0));
}

.hover\:from-fuchsia-200:hover {
  --tw-gradient-from: #f5d0fe;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(245, 208, 254, 0));
}

.hover\:from-fuchsia-300:hover {
  --tw-gradient-from: #f0abfc;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(240, 171, 252, 0));
}

.hover\:from-fuchsia-400:hover {
  --tw-gradient-from: #e879f9;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(232, 121, 249, 0));
}

.hover\:from-fuchsia-500:hover {
  --tw-gradient-from: #d946ef;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(217, 70, 239, 0));
}

.hover\:from-fuchsia-600:hover {
  --tw-gradient-from: #c026d3;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(192, 38, 211, 0));
}

.hover\:from-fuchsia-700:hover {
  --tw-gradient-from: #a21caf;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(162, 28, 175, 0));
}

.hover\:from-fuchsia-800:hover {
  --tw-gradient-from: #86198f;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(134, 25, 143, 0));
}

.hover\:from-fuchsia-900:hover {
  --tw-gradient-from: #701a75;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(112, 26, 117, 0));
}

.hover\:from-violet-50:hover {
  --tw-gradient-from: #f5f3ff;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(245, 243, 255, 0));
}

.hover\:from-violet-100:hover {
  --tw-gradient-from: #ede9fe;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(237, 233, 254, 0));
}

.hover\:from-violet-200:hover {
  --tw-gradient-from: #ddd6fe;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(221, 214, 254, 0));
}

.hover\:from-violet-300:hover {
  --tw-gradient-from: #c4b5fd;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(196, 181, 253, 0));
}

.hover\:from-violet-400:hover {
  --tw-gradient-from: #a78bfa;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(167, 139, 250, 0));
}

.hover\:from-violet-500:hover {
  --tw-gradient-from: #8b5cf6;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(139, 92, 246, 0));
}

.hover\:from-violet-600:hover {
  --tw-gradient-from: #7c3aed;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(124, 58, 237, 0));
}

.hover\:from-violet-700:hover {
  --tw-gradient-from: #6d28d9;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(109, 40, 217, 0));
}

.hover\:from-violet-800:hover {
  --tw-gradient-from: #5b21b6;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(91, 33, 182, 0));
}

.hover\:from-violet-900:hover {
  --tw-gradient-from: #4c1d95;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(76, 29, 149, 0));
}

.hover\:from-indigo-50:hover {
  --tw-gradient-from: #eef2ff;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(238, 242, 255, 0));
}

.hover\:from-indigo-100:hover {
  --tw-gradient-from: #e0e7ff;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(224, 231, 255, 0));
}

.hover\:from-indigo-200:hover {
  --tw-gradient-from: #c7d2fe;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(199, 210, 254, 0));
}

.hover\:from-indigo-300:hover {
  --tw-gradient-from: #a5b4fc;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(165, 180, 252, 0));
}

.hover\:from-indigo-400:hover {
  --tw-gradient-from: #818cf8;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(129, 140, 248, 0));
}

.hover\:from-indigo-500:hover {
  --tw-gradient-from: #6366f1;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(99, 102, 241, 0));
}

.hover\:from-indigo-600:hover {
  --tw-gradient-from: #4f46e5;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(79, 70, 229, 0));
}

.hover\:from-indigo-700:hover {
  --tw-gradient-from: #4338ca;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(67, 56, 202, 0));
}

.hover\:from-indigo-800:hover {
  --tw-gradient-from: #3730a3;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(55, 48, 163, 0));
}

.hover\:from-indigo-900:hover {
  --tw-gradient-from: #312e81;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(49, 46, 129, 0));
}

.hover\:from-lightBlue-50:hover {
  --tw-gradient-from: #f0f9ff;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(240, 249, 255, 0));
}

.hover\:from-lightBlue-100:hover {
  --tw-gradient-from: #e0f2fe;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(224, 242, 254, 0));
}

.hover\:from-lightBlue-200:hover {
  --tw-gradient-from: #bae6fd;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(186, 230, 253, 0));
}

.hover\:from-lightBlue-300:hover {
  --tw-gradient-from: #7dd3fc;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(125, 211, 252, 0));
}

.hover\:from-lightBlue-400:hover {
  --tw-gradient-from: #38bdf8;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(56, 189, 248, 0));
}

.hover\:from-lightBlue-500:hover {
  --tw-gradient-from: #0ea5e9;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(14, 165, 233, 0));
}

.hover\:from-lightBlue-600:hover {
  --tw-gradient-from: #0284c7;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(2, 132, 199, 0));
}

.hover\:from-lightBlue-700:hover {
  --tw-gradient-from: #0369a1;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(3, 105, 161, 0));
}

.hover\:from-lightBlue-800:hover {
  --tw-gradient-from: #075985;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(7, 89, 133, 0));
}

.hover\:from-lightBlue-900:hover {
  --tw-gradient-from: #0c4a6e;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(12, 74, 110, 0));
}

.hover\:from-cyan-50:hover {
  --tw-gradient-from: #ecfeff;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(236, 254, 255, 0));
}

.hover\:from-cyan-100:hover {
  --tw-gradient-from: #cffafe;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(207, 250, 254, 0));
}

.hover\:from-cyan-200:hover {
  --tw-gradient-from: #a5f3fc;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(165, 243, 252, 0));
}

.hover\:from-cyan-300:hover {
  --tw-gradient-from: #67e8f9;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(103, 232, 249, 0));
}

.hover\:from-cyan-400:hover {
  --tw-gradient-from: #22d3ee;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(34, 211, 238, 0));
}

.hover\:from-cyan-500:hover {
  --tw-gradient-from: #06b6d4;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(6, 182, 212, 0));
}

.hover\:from-cyan-600:hover {
  --tw-gradient-from: #0891b2;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(8, 145, 178, 0));
}

.hover\:from-cyan-700:hover {
  --tw-gradient-from: #0e7490;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(14, 116, 144, 0));
}

.hover\:from-cyan-800:hover {
  --tw-gradient-from: #155e75;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(21, 94, 117, 0));
}

.hover\:from-cyan-900:hover {
  --tw-gradient-from: #164e63;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(22, 78, 99, 0));
}

.hover\:from-teal-50:hover {
  --tw-gradient-from: #f0fdfa;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(240, 253, 250, 0));
}

.hover\:from-teal-100:hover {
  --tw-gradient-from: #ccfbf1;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(204, 251, 241, 0));
}

.hover\:from-teal-200:hover {
  --tw-gradient-from: #99f6e4;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(153, 246, 228, 0));
}

.hover\:from-teal-300:hover {
  --tw-gradient-from: #5eead4;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(94, 234, 212, 0));
}

.hover\:from-teal-400:hover {
  --tw-gradient-from: #2dd4bf;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(45, 212, 191, 0));
}

.hover\:from-teal-500:hover {
  --tw-gradient-from: #14b8a6;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(20, 184, 166, 0));
}

.hover\:from-teal-600:hover {
  --tw-gradient-from: #0d9488;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(13, 148, 136, 0));
}

.hover\:from-teal-700:hover {
  --tw-gradient-from: #0f766e;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(15, 118, 110, 0));
}

.hover\:from-teal-800:hover {
  --tw-gradient-from: #115e59;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(17, 94, 89, 0));
}

.hover\:from-teal-900:hover {
  --tw-gradient-from: #134e4a;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(19, 78, 74, 0));
}

.hover\:from-emerald-50:hover {
  --tw-gradient-from: #ecfdf5;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(236, 253, 245, 0));
}

.hover\:from-emerald-100:hover {
  --tw-gradient-from: #d1fae5;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(209, 250, 229, 0));
}

.hover\:from-emerald-200:hover {
  --tw-gradient-from: #a7f3d0;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(167, 243, 208, 0));
}

.hover\:from-emerald-300:hover {
  --tw-gradient-from: #6ee7b7;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(110, 231, 183, 0));
}

.hover\:from-emerald-400:hover {
  --tw-gradient-from: #34d399;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(52, 211, 153, 0));
}

.hover\:from-emerald-500:hover {
  --tw-gradient-from: #10b981;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(16, 185, 129, 0));
}

.hover\:from-emerald-600:hover {
  --tw-gradient-from: #059669;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(5, 150, 105, 0));
}

.hover\:from-emerald-700:hover {
  --tw-gradient-from: #047857;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(4, 120, 87, 0));
}

.hover\:from-emerald-800:hover {
  --tw-gradient-from: #065f46;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(6, 95, 70, 0));
}

.hover\:from-emerald-900:hover {
  --tw-gradient-from: #064e3b;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(6, 78, 59, 0));
}

.hover\:from-green-50:hover {
  --tw-gradient-from: #f0fdf4;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(240, 253, 244, 0));
}

.hover\:from-green-100:hover {
  --tw-gradient-from: #dcfce7;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(220, 252, 231, 0));
}

.hover\:from-green-200:hover {
  --tw-gradient-from: #bbf7d0;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(187, 247, 208, 0));
}

.hover\:from-green-300:hover {
  --tw-gradient-from: #86efac;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(134, 239, 172, 0));
}

.hover\:from-green-400:hover {
  --tw-gradient-from: #4ade80;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(74, 222, 128, 0));
}

.hover\:from-green-500:hover {
  --tw-gradient-from: #22c55e;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(34, 197, 94, 0));
}

.hover\:from-green-600:hover {
  --tw-gradient-from: #16a34a;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(22, 163, 74, 0));
}

.hover\:from-green-700:hover {
  --tw-gradient-from: #15803d;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(21, 128, 61, 0));
}

.hover\:from-green-800:hover {
  --tw-gradient-from: #166534;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(22, 101, 52, 0));
}

.hover\:from-green-900:hover {
  --tw-gradient-from: #14532d;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(20, 83, 45, 0));
}

.hover\:from-lime-50:hover {
  --tw-gradient-from: #f7fee7;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(247, 254, 231, 0));
}

.hover\:from-lime-100:hover {
  --tw-gradient-from: #ecfccb;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(236, 252, 203, 0));
}

.hover\:from-lime-200:hover {
  --tw-gradient-from: #d9f99d;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(217, 249, 157, 0));
}

.hover\:from-lime-300:hover {
  --tw-gradient-from: #bef264;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(190, 242, 100, 0));
}

.hover\:from-lime-400:hover {
  --tw-gradient-from: #a3e635;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(163, 230, 53, 0));
}

.hover\:from-lime-500:hover {
  --tw-gradient-from: #84cc16;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(132, 204, 22, 0));
}

.hover\:from-lime-600:hover {
  --tw-gradient-from: #65a30d;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(101, 163, 13, 0));
}

.hover\:from-lime-700:hover {
  --tw-gradient-from: #4d7c0f;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(77, 124, 15, 0));
}

.hover\:from-lime-800:hover {
  --tw-gradient-from: #3f6212;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(63, 98, 18, 0));
}

.hover\:from-lime-900:hover {
  --tw-gradient-from: #365314;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(54, 83, 20, 0));
}

.hover\:from-yellow-50:hover {
  --tw-gradient-from: #fefce8;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 252, 232, 0));
}

.hover\:from-yellow-100:hover {
  --tw-gradient-from: #fef9c3;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 249, 195, 0));
}

.hover\:from-yellow-200:hover {
  --tw-gradient-from: #fef08a;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 240, 138, 0));
}

.hover\:from-yellow-300:hover {
  --tw-gradient-from: #fde047;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 224, 71, 0));
}

.hover\:from-yellow-400:hover {
  --tw-gradient-from: #facc15;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(250, 204, 21, 0));
}

.hover\:from-yellow-500:hover {
  --tw-gradient-from: #eab308;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(234, 179, 8, 0));
}

.hover\:from-yellow-600:hover {
  --tw-gradient-from: #ca8a04;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(202, 138, 4, 0));
}

.hover\:from-yellow-700:hover {
  --tw-gradient-from: #a16207;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(161, 98, 7, 0));
}

.hover\:from-yellow-800:hover {
  --tw-gradient-from: #854d0e;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(133, 77, 14, 0));
}

.hover\:from-yellow-900:hover {
  --tw-gradient-from: #713f12;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(113, 63, 18, 0));
}

.hover\:from-amber-50:hover {
  --tw-gradient-from: #fffbeb;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 251, 235, 0));
}

.hover\:from-amber-100:hover {
  --tw-gradient-from: #fef3c7;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 243, 199, 0));
}

.hover\:from-amber-200:hover {
  --tw-gradient-from: #fde68a;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 230, 138, 0));
}

.hover\:from-amber-300:hover {
  --tw-gradient-from: #fcd34d;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(252, 211, 77, 0));
}

.hover\:from-amber-400:hover {
  --tw-gradient-from: #fbbf24;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(251, 191, 36, 0));
}

.hover\:from-amber-500:hover {
  --tw-gradient-from: #f59e0b;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(245, 158, 11, 0));
}

.hover\:from-amber-600:hover {
  --tw-gradient-from: #d97706;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(217, 119, 6, 0));
}

.hover\:from-amber-700:hover {
  --tw-gradient-from: #b45309;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(180, 83, 9, 0));
}

.hover\:from-amber-800:hover {
  --tw-gradient-from: #92400e;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(146, 64, 14, 0));
}

.hover\:from-amber-900:hover {
  --tw-gradient-from: #78350f;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(120, 53, 15, 0));
}

.hover\:from-orange-50:hover {
  --tw-gradient-from: #fff7ed;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 247, 237, 0));
}

.hover\:from-orange-100:hover {
  --tw-gradient-from: #ffedd5;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 237, 213, 0));
}

.hover\:from-orange-200:hover {
  --tw-gradient-from: #fed7aa;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 215, 170, 0));
}

.hover\:from-orange-300:hover {
  --tw-gradient-from: #fdba74;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 186, 116, 0));
}

.hover\:from-orange-400:hover {
  --tw-gradient-from: #fb923c;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(251, 146, 60, 0));
}

.hover\:from-orange-500:hover {
  --tw-gradient-from: #f97316;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(249, 115, 22, 0));
}

.hover\:from-orange-600:hover {
  --tw-gradient-from: #ea580c;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(234, 88, 12, 0));
}

.hover\:from-orange-700:hover {
  --tw-gradient-from: #c2410c;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(194, 65, 12, 0));
}

.hover\:from-orange-800:hover {
  --tw-gradient-from: #9a3412;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(154, 52, 18, 0));
}

.hover\:from-orange-900:hover {
  --tw-gradient-from: #7c2d12;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(124, 45, 18, 0));
}

.hover\:from-red-50:hover {
  --tw-gradient-from: #fef2f2;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 242, 242, 0));
}

.hover\:from-red-100:hover {
  --tw-gradient-from: #fee2e2;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 226, 226, 0));
}

.hover\:from-red-200:hover {
  --tw-gradient-from: #fecaca;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 202, 202, 0));
}

.hover\:from-red-300:hover {
  --tw-gradient-from: #fca5a5;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(252, 165, 165, 0));
}

.hover\:from-red-400:hover {
  --tw-gradient-from: #f87171;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(248, 113, 113, 0));
}

.hover\:from-red-500:hover {
  --tw-gradient-from: #ef4444;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(239, 68, 68, 0));
}

.hover\:from-red-600:hover {
  --tw-gradient-from: #dc2626;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(220, 38, 38, 0));
}

.hover\:from-red-700:hover {
  --tw-gradient-from: #b91c1c;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(185, 28, 28, 0));
}

.hover\:from-red-800:hover {
  --tw-gradient-from: #991b1b;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(153, 27, 27, 0));
}

.hover\:from-red-900:hover {
  --tw-gradient-from: #7f1d1d;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(127, 29, 29, 0));
}

.hover\:from-warmGray-50:hover {
  --tw-gradient-from: #fafaf9;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(250, 250, 249, 0));
}

.hover\:from-warmGray-100:hover {
  --tw-gradient-from: #f5f5f4;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(245, 245, 244, 0));
}

.hover\:from-warmGray-200:hover {
  --tw-gradient-from: #e7e5e4;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(231, 229, 228, 0));
}

.hover\:from-warmGray-300:hover {
  --tw-gradient-from: #d6d3d1;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(214, 211, 209, 0));
}

.hover\:from-warmGray-400:hover {
  --tw-gradient-from: #a8a29e;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(168, 162, 158, 0));
}

.hover\:from-warmGray-500:hover {
  --tw-gradient-from: #78716c;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(120, 113, 108, 0));
}

.hover\:from-warmGray-600:hover {
  --tw-gradient-from: #57534e;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(87, 83, 78, 0));
}

.hover\:from-warmGray-700:hover {
  --tw-gradient-from: #44403c;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(68, 64, 60, 0));
}

.hover\:from-warmGray-800:hover {
  --tw-gradient-from: #292524;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(41, 37, 36, 0));
}

.hover\:from-warmGray-900:hover {
  --tw-gradient-from: #1c1917;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(28, 25, 23, 0));
}

.hover\:from-trueGray-50:hover {
  --tw-gradient-from: #fafafa;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(250, 250, 250, 0));
}

.hover\:from-trueGray-100:hover {
  --tw-gradient-from: #f5f5f5;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(245, 245, 245, 0));
}

.hover\:from-trueGray-200:hover {
  --tw-gradient-from: #e5e5e5;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(229, 229, 229, 0));
}

.hover\:from-trueGray-300:hover {
  --tw-gradient-from: #d4d4d4;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(212, 212, 212, 0));
}

.hover\:from-trueGray-400:hover {
  --tw-gradient-from: #a3a3a3;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(163, 163, 163, 0));
}

.hover\:from-trueGray-500:hover {
  --tw-gradient-from: #737373;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(115, 115, 115, 0));
}

.hover\:from-trueGray-600:hover {
  --tw-gradient-from: #525252;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(82, 82, 82, 0));
}

.hover\:from-trueGray-700:hover {
  --tw-gradient-from: #404040;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(64, 64, 64, 0));
}

.hover\:from-trueGray-800:hover {
  --tw-gradient-from: #262626;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(38, 38, 38, 0));
}

.hover\:from-trueGray-900:hover {
  --tw-gradient-from: #171717;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(23, 23, 23, 0));
}

.hover\:from-gray-50:hover {
  --tw-gradient-from: #fafafa;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(250, 250, 250, 0));
}

.hover\:from-gray-100:hover {
  --tw-gradient-from: #f4f4f5;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(244, 244, 245, 0));
}

.hover\:from-gray-200:hover {
  --tw-gradient-from: #e4e4e7;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(228, 228, 231, 0));
}

.hover\:from-gray-300:hover {
  --tw-gradient-from: #d4d4d8;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(212, 212, 216, 0));
}

.hover\:from-gray-400:hover {
  --tw-gradient-from: #a1a1aa;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(161, 161, 170, 0));
}

.hover\:from-gray-500:hover {
  --tw-gradient-from: #71717a;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(113, 113, 122, 0));
}

.hover\:from-gray-600:hover {
  --tw-gradient-from: #52525b;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(82, 82, 91, 0));
}

.hover\:from-gray-700:hover {
  --tw-gradient-from: #3f3f46;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(63, 63, 70, 0));
}

.hover\:from-gray-800:hover {
  --tw-gradient-from: #27272a;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(39, 39, 42, 0));
}

.hover\:from-gray-900:hover {
  --tw-gradient-from: #18181b;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(24, 24, 27, 0));
}

.hover\:from-coolGray-50:hover {
  --tw-gradient-from: #f9fafb;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(249, 250, 251, 0));
}

.hover\:from-coolGray-100:hover {
  --tw-gradient-from: #f3f4f6;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(243, 244, 246, 0));
}

.hover\:from-coolGray-200:hover {
  --tw-gradient-from: #e5e7eb;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(229, 231, 235, 0));
}

.hover\:from-coolGray-300:hover {
  --tw-gradient-from: #d1d5db;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(209, 213, 219, 0));
}

.hover\:from-coolGray-400:hover {
  --tw-gradient-from: #9ca3af;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(156, 163, 175, 0));
}

.hover\:from-coolGray-500:hover {
  --tw-gradient-from: #6b7280;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(107, 114, 128, 0));
}

.hover\:from-coolGray-600:hover {
  --tw-gradient-from: #4b5563;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(75, 85, 99, 0));
}

.hover\:from-coolGray-700:hover {
  --tw-gradient-from: #374151;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(55, 65, 81, 0));
}

.hover\:from-coolGray-800:hover {
  --tw-gradient-from: #1f2937;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(31, 41, 55, 0));
}

.hover\:from-coolGray-900:hover {
  --tw-gradient-from: #111827;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(17, 24, 39, 0));
}

.hover\:from-blueGray-50:hover {
  --tw-gradient-from: #f8fafc;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(248, 250, 252, 0));
}

.hover\:from-blueGray-100:hover {
  --tw-gradient-from: #f1f5f9;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(241, 245, 249, 0));
}

.hover\:from-blueGray-200:hover {
  --tw-gradient-from: #e2e8f0;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(226, 232, 240, 0));
}

.hover\:from-blueGray-300:hover {
  --tw-gradient-from: #cbd5e1;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(203, 213, 225, 0));
}

.hover\:from-blueGray-400:hover {
  --tw-gradient-from: #94a3b8;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(148, 163, 184, 0));
}

.hover\:from-blueGray-500:hover {
  --tw-gradient-from: #64748b;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(100, 116, 139, 0));
}

.hover\:from-blueGray-600:hover {
  --tw-gradient-from: #475569;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(71, 85, 105, 0));
}

.hover\:from-blueGray-700:hover {
  --tw-gradient-from: #334155;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(51, 65, 85, 0));
}

.hover\:from-blueGray-800:hover {
  --tw-gradient-from: #1e293b;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(30, 41, 59, 0));
}

.hover\:from-blueGray-900:hover {
  --tw-gradient-from: #0f172a;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(15, 23, 42, 0));
}

.focus\:from-current:focus {
  --tw-gradient-from: currentColor;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.focus\:from-transparent:focus {
  --tw-gradient-from: transparent;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
}

.focus\:from-falcon:focus {
  --tw-gradient-from: var(--falcon);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.focus\:from-basement:focus {
  --tw-gradient-from: var(--basement);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.focus\:from-blue-50:focus {
  --tw-gradient-from: #eff6ff;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(239, 246, 255, 0));
}

.focus\:from-blue-100:focus {
  --tw-gradient-from: #dbeafe;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(219, 234, 254, 0));
}

.focus\:from-blue-200:focus {
  --tw-gradient-from: #bfdbfe;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(191, 219, 254, 0));
}

.focus\:from-blue-300:focus {
  --tw-gradient-from: #93c5fd;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(147, 197, 253, 0));
}

.focus\:from-blue-400:focus {
  --tw-gradient-from: #60a5fa;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(96, 165, 250, 0));
}

.focus\:from-blue-500:focus {
  --tw-gradient-from: #3b82f6;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(59, 130, 246, 0));
}

.focus\:from-blue-600:focus {
  --tw-gradient-from: #2563eb;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(37, 99, 235, 0));
}

.focus\:from-blue-700:focus {
  --tw-gradient-from: #1d4ed8;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(29, 78, 216, 0));
}

.focus\:from-blue-800:focus {
  --tw-gradient-from: #1e40af;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(30, 64, 175, 0));
}

.focus\:from-blue-900:focus {
  --tw-gradient-from: #1e3a8a;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(30, 58, 138, 0));
}

.focus\:from-body-and-labels:focus {
  --tw-gradient-from: var(--body-and-labels);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.focus\:from-brand:focus {
  --tw-gradient-from: var(--brand);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.focus\:from-code-base-64:focus {
  --tw-gradient-from: var(--code-base-64);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.focus\:from-code-bg:focus {
  --tw-gradient-from: var(--code-bg);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.focus\:from-code-outline:focus {
  --tw-gradient-from: var(--code-outline);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.focus\:from-code-text:focus {
  --tw-gradient-from: var(--code-text);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.focus\:from-critical:focus {
  --tw-gradient-from: var(--critical);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.focus\:from-destructive-hover:focus {
  --tw-gradient-from: var(--destructive-hover);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.focus\:from-destructive-idle:focus {
  --tw-gradient-from: var(--destructive-idle);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.focus\:from-destructive-pressed:focus {
  --tw-gradient-from: var(--destructive-pressed);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.focus\:from-disabled:focus {
  --tw-gradient-from: var(--disabled);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.focus\:from-disc-operations:focus {
  --tw-gradient-from: var(--disc-operations);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.focus\:from-dns-requests:focus {
  --tw-gradient-from: var(--dns-requests);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.focus\:from-focus:focus {
  --tw-gradient-from: var(--focus);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.focus\:from-graph-1:focus {
  --tw-gradient-from: var(--graph-1);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.focus\:from-graph-10:focus {
  --tw-gradient-from: var(--graph-10);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.focus\:from-graph-11:focus {
  --tw-gradient-from: var(--graph-11);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.focus\:from-graph-2:focus {
  --tw-gradient-from: var(--graph-2);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.focus\:from-graph-3:focus {
  --tw-gradient-from: var(--graph-3);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.focus\:from-graph-4:focus {
  --tw-gradient-from: var(--graph-4);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.focus\:from-graph-5:focus {
  --tw-gradient-from: var(--graph-5);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.focus\:from-graph-6:focus {
  --tw-gradient-from: var(--graph-6);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.focus\:from-graph-7:focus {
  --tw-gradient-from: var(--graph-7);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.focus\:from-graph-8:focus {
  --tw-gradient-from: var(--graph-8);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.focus\:from-graph-9:focus {
  --tw-gradient-from: var(--graph-9);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.focus\:from-graph-disabled:focus {
  --tw-gradient-from: var(--graph-disabled);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.focus\:from-ground-floor:focus {
  --tw-gradient-from: var(--ground-floor);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.focus\:from-high:focus {
  --tw-gradient-from: var(--high);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.focus\:from-informational:focus {
  --tw-gradient-from: var(--informational);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.focus\:from-lines-dark:focus {
  --tw-gradient-from: var(--lines-dark);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.focus\:from-lines-light:focus {
  --tw-gradient-from: var(--lines-light);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.focus\:from-low:focus {
  --tw-gradient-from: var(--low);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.focus\:from-medium:focus {
  --tw-gradient-from: var(--medium);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.focus\:from-mezzanine:focus {
  --tw-gradient-from: var(--mezzanine);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.focus\:from-nav-text-and-icons:focus {
  --tw-gradient-from: var(--nav-text-and-icons);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.focus\:from-nav-text-secondary:focus {
  --tw-gradient-from: var(--nav-text-secondary);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.focus\:from-network-operations:focus {
  --tw-gradient-from: var(--network-operations);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.focus\:from-normal-hover:focus {
  --tw-gradient-from: var(--normal-hover);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.focus\:from-normal-idle:focus {
  --tw-gradient-from: var(--normal-idle);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.focus\:from-normal-pressed:focus {
  --tw-gradient-from: var(--normal-pressed);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.focus\:from-overlay-0\.5:focus {
  --tw-gradient-from: var(--overlay-0\.5);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.focus\:from-overlay-1:focus {
  --tw-gradient-from: var(--overlay-1);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.focus\:from-overlay-2:focus {
  --tw-gradient-from: var(--overlay-2);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.focus\:from-positive:focus {
  --tw-gradient-from: var(--positive);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.focus\:from-primary-hover:focus {
  --tw-gradient-from: var(--primary-hover);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.focus\:from-primary-idle:focus {
  --tw-gradient-from: var(--primary-idle);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.focus\:from-primary-pressed:focus {
  --tw-gradient-from: var(--primary-pressed);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.focus\:from-process-operations:focus {
  --tw-gradient-from: var(--process-operations);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.focus\:from-purple-50:focus {
  --tw-gradient-from: #faf5ff;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(250, 245, 255, 0));
}

.focus\:from-purple-100:focus {
  --tw-gradient-from: #f3e8ff;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(243, 232, 255, 0));
}

.focus\:from-purple-200:focus {
  --tw-gradient-from: #e9d5ff;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(233, 213, 255, 0));
}

.focus\:from-purple-300:focus {
  --tw-gradient-from: #d8b4fe;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(216, 180, 254, 0));
}

.focus\:from-purple-400:focus {
  --tw-gradient-from: #c084fc;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(192, 132, 252, 0));
}

.focus\:from-purple-500:focus {
  --tw-gradient-from: #a855f7;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(168, 85, 247, 0));
}

.focus\:from-purple-600:focus {
  --tw-gradient-from: #9333ea;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(147, 51, 234, 0));
}

.focus\:from-purple-700:focus {
  --tw-gradient-from: #7e22ce;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(126, 34, 206, 0));
}

.focus\:from-purple-800:focus {
  --tw-gradient-from: #6b21a8;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(107, 33, 168, 0));
}

.focus\:from-purple-900:focus {
  --tw-gradient-from: #581c87;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(88, 28, 135, 0));
}

.focus\:from-registry-operations:focus {
  --tw-gradient-from: var(--registry-operations);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.focus\:from-selected:focus {
  --tw-gradient-from: var(--selected);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.focus\:from-surface-2xl:focus {
  --tw-gradient-from: var(--surface-2xl);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.focus\:from-surface-base:focus {
  --tw-gradient-from: var(--surface-base);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.focus\:from-surface-inner:focus {
  --tw-gradient-from: var(--surface-inner);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.focus\:from-surface-lg:focus {
  --tw-gradient-from: var(--surface-lg);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.focus\:from-surface-md:focus {
  --tw-gradient-from: var(--surface-md);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.focus\:from-surface-xl:focus {
  --tw-gradient-from: var(--surface-xl);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.focus\:from-text-and-icons:focus {
  --tw-gradient-from: var(--text-and-icons);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.focus\:from-titles-and-attributes:focus {
  --tw-gradient-from: var(--titles-and-attributes);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.focus\:from-black:focus {
  --tw-gradient-from: #000;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
}

.focus\:from-white:focus {
  --tw-gradient-from: #fff;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.focus\:from-rose-50:focus {
  --tw-gradient-from: #fff1f2;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 241, 242, 0));
}

.focus\:from-rose-100:focus {
  --tw-gradient-from: #ffe4e6;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 228, 230, 0));
}

.focus\:from-rose-200:focus {
  --tw-gradient-from: #fecdd3;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 205, 211, 0));
}

.focus\:from-rose-300:focus {
  --tw-gradient-from: #fda4af;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 164, 175, 0));
}

.focus\:from-rose-400:focus {
  --tw-gradient-from: #fb7185;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(251, 113, 133, 0));
}

.focus\:from-rose-500:focus {
  --tw-gradient-from: #f43f5e;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(244, 63, 94, 0));
}

.focus\:from-rose-600:focus {
  --tw-gradient-from: #e11d48;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(225, 29, 72, 0));
}

.focus\:from-rose-700:focus {
  --tw-gradient-from: #be123c;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(190, 18, 60, 0));
}

.focus\:from-rose-800:focus {
  --tw-gradient-from: #9f1239;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(159, 18, 57, 0));
}

.focus\:from-rose-900:focus {
  --tw-gradient-from: #881337;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(136, 19, 55, 0));
}

.focus\:from-pink-50:focus {
  --tw-gradient-from: #fdf2f8;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 242, 248, 0));
}

.focus\:from-pink-100:focus {
  --tw-gradient-from: #fce7f3;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(252, 231, 243, 0));
}

.focus\:from-pink-200:focus {
  --tw-gradient-from: #fbcfe8;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(251, 207, 232, 0));
}

.focus\:from-pink-300:focus {
  --tw-gradient-from: #f9a8d4;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(249, 168, 212, 0));
}

.focus\:from-pink-400:focus {
  --tw-gradient-from: #f472b6;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(244, 114, 182, 0));
}

.focus\:from-pink-500:focus {
  --tw-gradient-from: #ec4899;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(236, 72, 153, 0));
}

.focus\:from-pink-600:focus {
  --tw-gradient-from: #db2777;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(219, 39, 119, 0));
}

.focus\:from-pink-700:focus {
  --tw-gradient-from: #be185d;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(190, 24, 93, 0));
}

.focus\:from-pink-800:focus {
  --tw-gradient-from: #9d174d;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(157, 23, 77, 0));
}

.focus\:from-pink-900:focus {
  --tw-gradient-from: #831843;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(131, 24, 67, 0));
}

.focus\:from-fuchsia-50:focus {
  --tw-gradient-from: #fdf4ff;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 244, 255, 0));
}

.focus\:from-fuchsia-100:focus {
  --tw-gradient-from: #fae8ff;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(250, 232, 255, 0));
}

.focus\:from-fuchsia-200:focus {
  --tw-gradient-from: #f5d0fe;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(245, 208, 254, 0));
}

.focus\:from-fuchsia-300:focus {
  --tw-gradient-from: #f0abfc;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(240, 171, 252, 0));
}

.focus\:from-fuchsia-400:focus {
  --tw-gradient-from: #e879f9;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(232, 121, 249, 0));
}

.focus\:from-fuchsia-500:focus {
  --tw-gradient-from: #d946ef;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(217, 70, 239, 0));
}

.focus\:from-fuchsia-600:focus {
  --tw-gradient-from: #c026d3;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(192, 38, 211, 0));
}

.focus\:from-fuchsia-700:focus {
  --tw-gradient-from: #a21caf;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(162, 28, 175, 0));
}

.focus\:from-fuchsia-800:focus {
  --tw-gradient-from: #86198f;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(134, 25, 143, 0));
}

.focus\:from-fuchsia-900:focus {
  --tw-gradient-from: #701a75;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(112, 26, 117, 0));
}

.focus\:from-violet-50:focus {
  --tw-gradient-from: #f5f3ff;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(245, 243, 255, 0));
}

.focus\:from-violet-100:focus {
  --tw-gradient-from: #ede9fe;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(237, 233, 254, 0));
}

.focus\:from-violet-200:focus {
  --tw-gradient-from: #ddd6fe;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(221, 214, 254, 0));
}

.focus\:from-violet-300:focus {
  --tw-gradient-from: #c4b5fd;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(196, 181, 253, 0));
}

.focus\:from-violet-400:focus {
  --tw-gradient-from: #a78bfa;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(167, 139, 250, 0));
}

.focus\:from-violet-500:focus {
  --tw-gradient-from: #8b5cf6;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(139, 92, 246, 0));
}

.focus\:from-violet-600:focus {
  --tw-gradient-from: #7c3aed;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(124, 58, 237, 0));
}

.focus\:from-violet-700:focus {
  --tw-gradient-from: #6d28d9;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(109, 40, 217, 0));
}

.focus\:from-violet-800:focus {
  --tw-gradient-from: #5b21b6;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(91, 33, 182, 0));
}

.focus\:from-violet-900:focus {
  --tw-gradient-from: #4c1d95;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(76, 29, 149, 0));
}

.focus\:from-indigo-50:focus {
  --tw-gradient-from: #eef2ff;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(238, 242, 255, 0));
}

.focus\:from-indigo-100:focus {
  --tw-gradient-from: #e0e7ff;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(224, 231, 255, 0));
}

.focus\:from-indigo-200:focus {
  --tw-gradient-from: #c7d2fe;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(199, 210, 254, 0));
}

.focus\:from-indigo-300:focus {
  --tw-gradient-from: #a5b4fc;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(165, 180, 252, 0));
}

.focus\:from-indigo-400:focus {
  --tw-gradient-from: #818cf8;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(129, 140, 248, 0));
}

.focus\:from-indigo-500:focus {
  --tw-gradient-from: #6366f1;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(99, 102, 241, 0));
}

.focus\:from-indigo-600:focus {
  --tw-gradient-from: #4f46e5;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(79, 70, 229, 0));
}

.focus\:from-indigo-700:focus {
  --tw-gradient-from: #4338ca;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(67, 56, 202, 0));
}

.focus\:from-indigo-800:focus {
  --tw-gradient-from: #3730a3;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(55, 48, 163, 0));
}

.focus\:from-indigo-900:focus {
  --tw-gradient-from: #312e81;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(49, 46, 129, 0));
}

.focus\:from-lightBlue-50:focus {
  --tw-gradient-from: #f0f9ff;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(240, 249, 255, 0));
}

.focus\:from-lightBlue-100:focus {
  --tw-gradient-from: #e0f2fe;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(224, 242, 254, 0));
}

.focus\:from-lightBlue-200:focus {
  --tw-gradient-from: #bae6fd;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(186, 230, 253, 0));
}

.focus\:from-lightBlue-300:focus {
  --tw-gradient-from: #7dd3fc;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(125, 211, 252, 0));
}

.focus\:from-lightBlue-400:focus {
  --tw-gradient-from: #38bdf8;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(56, 189, 248, 0));
}

.focus\:from-lightBlue-500:focus {
  --tw-gradient-from: #0ea5e9;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(14, 165, 233, 0));
}

.focus\:from-lightBlue-600:focus {
  --tw-gradient-from: #0284c7;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(2, 132, 199, 0));
}

.focus\:from-lightBlue-700:focus {
  --tw-gradient-from: #0369a1;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(3, 105, 161, 0));
}

.focus\:from-lightBlue-800:focus {
  --tw-gradient-from: #075985;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(7, 89, 133, 0));
}

.focus\:from-lightBlue-900:focus {
  --tw-gradient-from: #0c4a6e;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(12, 74, 110, 0));
}

.focus\:from-cyan-50:focus {
  --tw-gradient-from: #ecfeff;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(236, 254, 255, 0));
}

.focus\:from-cyan-100:focus {
  --tw-gradient-from: #cffafe;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(207, 250, 254, 0));
}

.focus\:from-cyan-200:focus {
  --tw-gradient-from: #a5f3fc;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(165, 243, 252, 0));
}

.focus\:from-cyan-300:focus {
  --tw-gradient-from: #67e8f9;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(103, 232, 249, 0));
}

.focus\:from-cyan-400:focus {
  --tw-gradient-from: #22d3ee;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(34, 211, 238, 0));
}

.focus\:from-cyan-500:focus {
  --tw-gradient-from: #06b6d4;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(6, 182, 212, 0));
}

.focus\:from-cyan-600:focus {
  --tw-gradient-from: #0891b2;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(8, 145, 178, 0));
}

.focus\:from-cyan-700:focus {
  --tw-gradient-from: #0e7490;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(14, 116, 144, 0));
}

.focus\:from-cyan-800:focus {
  --tw-gradient-from: #155e75;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(21, 94, 117, 0));
}

.focus\:from-cyan-900:focus {
  --tw-gradient-from: #164e63;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(22, 78, 99, 0));
}

.focus\:from-teal-50:focus {
  --tw-gradient-from: #f0fdfa;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(240, 253, 250, 0));
}

.focus\:from-teal-100:focus {
  --tw-gradient-from: #ccfbf1;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(204, 251, 241, 0));
}

.focus\:from-teal-200:focus {
  --tw-gradient-from: #99f6e4;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(153, 246, 228, 0));
}

.focus\:from-teal-300:focus {
  --tw-gradient-from: #5eead4;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(94, 234, 212, 0));
}

.focus\:from-teal-400:focus {
  --tw-gradient-from: #2dd4bf;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(45, 212, 191, 0));
}

.focus\:from-teal-500:focus {
  --tw-gradient-from: #14b8a6;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(20, 184, 166, 0));
}

.focus\:from-teal-600:focus {
  --tw-gradient-from: #0d9488;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(13, 148, 136, 0));
}

.focus\:from-teal-700:focus {
  --tw-gradient-from: #0f766e;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(15, 118, 110, 0));
}

.focus\:from-teal-800:focus {
  --tw-gradient-from: #115e59;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(17, 94, 89, 0));
}

.focus\:from-teal-900:focus {
  --tw-gradient-from: #134e4a;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(19, 78, 74, 0));
}

.focus\:from-emerald-50:focus {
  --tw-gradient-from: #ecfdf5;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(236, 253, 245, 0));
}

.focus\:from-emerald-100:focus {
  --tw-gradient-from: #d1fae5;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(209, 250, 229, 0));
}

.focus\:from-emerald-200:focus {
  --tw-gradient-from: #a7f3d0;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(167, 243, 208, 0));
}

.focus\:from-emerald-300:focus {
  --tw-gradient-from: #6ee7b7;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(110, 231, 183, 0));
}

.focus\:from-emerald-400:focus {
  --tw-gradient-from: #34d399;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(52, 211, 153, 0));
}

.focus\:from-emerald-500:focus {
  --tw-gradient-from: #10b981;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(16, 185, 129, 0));
}

.focus\:from-emerald-600:focus {
  --tw-gradient-from: #059669;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(5, 150, 105, 0));
}

.focus\:from-emerald-700:focus {
  --tw-gradient-from: #047857;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(4, 120, 87, 0));
}

.focus\:from-emerald-800:focus {
  --tw-gradient-from: #065f46;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(6, 95, 70, 0));
}

.focus\:from-emerald-900:focus {
  --tw-gradient-from: #064e3b;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(6, 78, 59, 0));
}

.focus\:from-green-50:focus {
  --tw-gradient-from: #f0fdf4;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(240, 253, 244, 0));
}

.focus\:from-green-100:focus {
  --tw-gradient-from: #dcfce7;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(220, 252, 231, 0));
}

.focus\:from-green-200:focus {
  --tw-gradient-from: #bbf7d0;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(187, 247, 208, 0));
}

.focus\:from-green-300:focus {
  --tw-gradient-from: #86efac;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(134, 239, 172, 0));
}

.focus\:from-green-400:focus {
  --tw-gradient-from: #4ade80;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(74, 222, 128, 0));
}

.focus\:from-green-500:focus {
  --tw-gradient-from: #22c55e;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(34, 197, 94, 0));
}

.focus\:from-green-600:focus {
  --tw-gradient-from: #16a34a;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(22, 163, 74, 0));
}

.focus\:from-green-700:focus {
  --tw-gradient-from: #15803d;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(21, 128, 61, 0));
}

.focus\:from-green-800:focus {
  --tw-gradient-from: #166534;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(22, 101, 52, 0));
}

.focus\:from-green-900:focus {
  --tw-gradient-from: #14532d;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(20, 83, 45, 0));
}

.focus\:from-lime-50:focus {
  --tw-gradient-from: #f7fee7;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(247, 254, 231, 0));
}

.focus\:from-lime-100:focus {
  --tw-gradient-from: #ecfccb;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(236, 252, 203, 0));
}

.focus\:from-lime-200:focus {
  --tw-gradient-from: #d9f99d;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(217, 249, 157, 0));
}

.focus\:from-lime-300:focus {
  --tw-gradient-from: #bef264;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(190, 242, 100, 0));
}

.focus\:from-lime-400:focus {
  --tw-gradient-from: #a3e635;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(163, 230, 53, 0));
}

.focus\:from-lime-500:focus {
  --tw-gradient-from: #84cc16;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(132, 204, 22, 0));
}

.focus\:from-lime-600:focus {
  --tw-gradient-from: #65a30d;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(101, 163, 13, 0));
}

.focus\:from-lime-700:focus {
  --tw-gradient-from: #4d7c0f;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(77, 124, 15, 0));
}

.focus\:from-lime-800:focus {
  --tw-gradient-from: #3f6212;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(63, 98, 18, 0));
}

.focus\:from-lime-900:focus {
  --tw-gradient-from: #365314;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(54, 83, 20, 0));
}

.focus\:from-yellow-50:focus {
  --tw-gradient-from: #fefce8;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 252, 232, 0));
}

.focus\:from-yellow-100:focus {
  --tw-gradient-from: #fef9c3;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 249, 195, 0));
}

.focus\:from-yellow-200:focus {
  --tw-gradient-from: #fef08a;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 240, 138, 0));
}

.focus\:from-yellow-300:focus {
  --tw-gradient-from: #fde047;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 224, 71, 0));
}

.focus\:from-yellow-400:focus {
  --tw-gradient-from: #facc15;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(250, 204, 21, 0));
}

.focus\:from-yellow-500:focus {
  --tw-gradient-from: #eab308;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(234, 179, 8, 0));
}

.focus\:from-yellow-600:focus {
  --tw-gradient-from: #ca8a04;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(202, 138, 4, 0));
}

.focus\:from-yellow-700:focus {
  --tw-gradient-from: #a16207;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(161, 98, 7, 0));
}

.focus\:from-yellow-800:focus {
  --tw-gradient-from: #854d0e;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(133, 77, 14, 0));
}

.focus\:from-yellow-900:focus {
  --tw-gradient-from: #713f12;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(113, 63, 18, 0));
}

.focus\:from-amber-50:focus {
  --tw-gradient-from: #fffbeb;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 251, 235, 0));
}

.focus\:from-amber-100:focus {
  --tw-gradient-from: #fef3c7;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 243, 199, 0));
}

.focus\:from-amber-200:focus {
  --tw-gradient-from: #fde68a;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 230, 138, 0));
}

.focus\:from-amber-300:focus {
  --tw-gradient-from: #fcd34d;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(252, 211, 77, 0));
}

.focus\:from-amber-400:focus {
  --tw-gradient-from: #fbbf24;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(251, 191, 36, 0));
}

.focus\:from-amber-500:focus {
  --tw-gradient-from: #f59e0b;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(245, 158, 11, 0));
}

.focus\:from-amber-600:focus {
  --tw-gradient-from: #d97706;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(217, 119, 6, 0));
}

.focus\:from-amber-700:focus {
  --tw-gradient-from: #b45309;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(180, 83, 9, 0));
}

.focus\:from-amber-800:focus {
  --tw-gradient-from: #92400e;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(146, 64, 14, 0));
}

.focus\:from-amber-900:focus {
  --tw-gradient-from: #78350f;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(120, 53, 15, 0));
}

.focus\:from-orange-50:focus {
  --tw-gradient-from: #fff7ed;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 247, 237, 0));
}

.focus\:from-orange-100:focus {
  --tw-gradient-from: #ffedd5;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 237, 213, 0));
}

.focus\:from-orange-200:focus {
  --tw-gradient-from: #fed7aa;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 215, 170, 0));
}

.focus\:from-orange-300:focus {
  --tw-gradient-from: #fdba74;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 186, 116, 0));
}

.focus\:from-orange-400:focus {
  --tw-gradient-from: #fb923c;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(251, 146, 60, 0));
}

.focus\:from-orange-500:focus {
  --tw-gradient-from: #f97316;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(249, 115, 22, 0));
}

.focus\:from-orange-600:focus {
  --tw-gradient-from: #ea580c;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(234, 88, 12, 0));
}

.focus\:from-orange-700:focus {
  --tw-gradient-from: #c2410c;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(194, 65, 12, 0));
}

.focus\:from-orange-800:focus {
  --tw-gradient-from: #9a3412;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(154, 52, 18, 0));
}

.focus\:from-orange-900:focus {
  --tw-gradient-from: #7c2d12;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(124, 45, 18, 0));
}

.focus\:from-red-50:focus {
  --tw-gradient-from: #fef2f2;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 242, 242, 0));
}

.focus\:from-red-100:focus {
  --tw-gradient-from: #fee2e2;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 226, 226, 0));
}

.focus\:from-red-200:focus {
  --tw-gradient-from: #fecaca;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 202, 202, 0));
}

.focus\:from-red-300:focus {
  --tw-gradient-from: #fca5a5;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(252, 165, 165, 0));
}

.focus\:from-red-400:focus {
  --tw-gradient-from: #f87171;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(248, 113, 113, 0));
}

.focus\:from-red-500:focus {
  --tw-gradient-from: #ef4444;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(239, 68, 68, 0));
}

.focus\:from-red-600:focus {
  --tw-gradient-from: #dc2626;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(220, 38, 38, 0));
}

.focus\:from-red-700:focus {
  --tw-gradient-from: #b91c1c;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(185, 28, 28, 0));
}

.focus\:from-red-800:focus {
  --tw-gradient-from: #991b1b;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(153, 27, 27, 0));
}

.focus\:from-red-900:focus {
  --tw-gradient-from: #7f1d1d;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(127, 29, 29, 0));
}

.focus\:from-warmGray-50:focus {
  --tw-gradient-from: #fafaf9;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(250, 250, 249, 0));
}

.focus\:from-warmGray-100:focus {
  --tw-gradient-from: #f5f5f4;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(245, 245, 244, 0));
}

.focus\:from-warmGray-200:focus {
  --tw-gradient-from: #e7e5e4;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(231, 229, 228, 0));
}

.focus\:from-warmGray-300:focus {
  --tw-gradient-from: #d6d3d1;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(214, 211, 209, 0));
}

.focus\:from-warmGray-400:focus {
  --tw-gradient-from: #a8a29e;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(168, 162, 158, 0));
}

.focus\:from-warmGray-500:focus {
  --tw-gradient-from: #78716c;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(120, 113, 108, 0));
}

.focus\:from-warmGray-600:focus {
  --tw-gradient-from: #57534e;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(87, 83, 78, 0));
}

.focus\:from-warmGray-700:focus {
  --tw-gradient-from: #44403c;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(68, 64, 60, 0));
}

.focus\:from-warmGray-800:focus {
  --tw-gradient-from: #292524;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(41, 37, 36, 0));
}

.focus\:from-warmGray-900:focus {
  --tw-gradient-from: #1c1917;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(28, 25, 23, 0));
}

.focus\:from-trueGray-50:focus {
  --tw-gradient-from: #fafafa;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(250, 250, 250, 0));
}

.focus\:from-trueGray-100:focus {
  --tw-gradient-from: #f5f5f5;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(245, 245, 245, 0));
}

.focus\:from-trueGray-200:focus {
  --tw-gradient-from: #e5e5e5;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(229, 229, 229, 0));
}

.focus\:from-trueGray-300:focus {
  --tw-gradient-from: #d4d4d4;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(212, 212, 212, 0));
}

.focus\:from-trueGray-400:focus {
  --tw-gradient-from: #a3a3a3;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(163, 163, 163, 0));
}

.focus\:from-trueGray-500:focus {
  --tw-gradient-from: #737373;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(115, 115, 115, 0));
}

.focus\:from-trueGray-600:focus {
  --tw-gradient-from: #525252;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(82, 82, 82, 0));
}

.focus\:from-trueGray-700:focus {
  --tw-gradient-from: #404040;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(64, 64, 64, 0));
}

.focus\:from-trueGray-800:focus {
  --tw-gradient-from: #262626;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(38, 38, 38, 0));
}

.focus\:from-trueGray-900:focus {
  --tw-gradient-from: #171717;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(23, 23, 23, 0));
}

.focus\:from-gray-50:focus {
  --tw-gradient-from: #fafafa;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(250, 250, 250, 0));
}

.focus\:from-gray-100:focus {
  --tw-gradient-from: #f4f4f5;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(244, 244, 245, 0));
}

.focus\:from-gray-200:focus {
  --tw-gradient-from: #e4e4e7;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(228, 228, 231, 0));
}

.focus\:from-gray-300:focus {
  --tw-gradient-from: #d4d4d8;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(212, 212, 216, 0));
}

.focus\:from-gray-400:focus {
  --tw-gradient-from: #a1a1aa;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(161, 161, 170, 0));
}

.focus\:from-gray-500:focus {
  --tw-gradient-from: #71717a;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(113, 113, 122, 0));
}

.focus\:from-gray-600:focus {
  --tw-gradient-from: #52525b;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(82, 82, 91, 0));
}

.focus\:from-gray-700:focus {
  --tw-gradient-from: #3f3f46;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(63, 63, 70, 0));
}

.focus\:from-gray-800:focus {
  --tw-gradient-from: #27272a;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(39, 39, 42, 0));
}

.focus\:from-gray-900:focus {
  --tw-gradient-from: #18181b;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(24, 24, 27, 0));
}

.focus\:from-coolGray-50:focus {
  --tw-gradient-from: #f9fafb;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(249, 250, 251, 0));
}

.focus\:from-coolGray-100:focus {
  --tw-gradient-from: #f3f4f6;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(243, 244, 246, 0));
}

.focus\:from-coolGray-200:focus {
  --tw-gradient-from: #e5e7eb;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(229, 231, 235, 0));
}

.focus\:from-coolGray-300:focus {
  --tw-gradient-from: #d1d5db;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(209, 213, 219, 0));
}

.focus\:from-coolGray-400:focus {
  --tw-gradient-from: #9ca3af;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(156, 163, 175, 0));
}

.focus\:from-coolGray-500:focus {
  --tw-gradient-from: #6b7280;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(107, 114, 128, 0));
}

.focus\:from-coolGray-600:focus {
  --tw-gradient-from: #4b5563;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(75, 85, 99, 0));
}

.focus\:from-coolGray-700:focus {
  --tw-gradient-from: #374151;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(55, 65, 81, 0));
}

.focus\:from-coolGray-800:focus {
  --tw-gradient-from: #1f2937;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(31, 41, 55, 0));
}

.focus\:from-coolGray-900:focus {
  --tw-gradient-from: #111827;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(17, 24, 39, 0));
}

.focus\:from-blueGray-50:focus {
  --tw-gradient-from: #f8fafc;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(248, 250, 252, 0));
}

.focus\:from-blueGray-100:focus {
  --tw-gradient-from: #f1f5f9;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(241, 245, 249, 0));
}

.focus\:from-blueGray-200:focus {
  --tw-gradient-from: #e2e8f0;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(226, 232, 240, 0));
}

.focus\:from-blueGray-300:focus {
  --tw-gradient-from: #cbd5e1;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(203, 213, 225, 0));
}

.focus\:from-blueGray-400:focus {
  --tw-gradient-from: #94a3b8;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(148, 163, 184, 0));
}

.focus\:from-blueGray-500:focus {
  --tw-gradient-from: #64748b;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(100, 116, 139, 0));
}

.focus\:from-blueGray-600:focus {
  --tw-gradient-from: #475569;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(71, 85, 105, 0));
}

.focus\:from-blueGray-700:focus {
  --tw-gradient-from: #334155;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(51, 65, 85, 0));
}

.focus\:from-blueGray-800:focus {
  --tw-gradient-from: #1e293b;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(30, 41, 59, 0));
}

.focus\:from-blueGray-900:focus {
  --tw-gradient-from: #0f172a;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(15, 23, 42, 0));
}

.via-current {
  --tw-gradient-stops: var(--tw-gradient-from), currentColor, var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.via-transparent {
  --tw-gradient-stops: var(--tw-gradient-from), transparent, var(--tw-gradient-to, rgba(0, 0, 0, 0));
}

.via-falcon {
  --tw-gradient-stops: var(--tw-gradient-from), var(--falcon), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.via-basement {
  --tw-gradient-stops: var(--tw-gradient-from), var(--basement), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.via-blue-50 {
  --tw-gradient-stops: var(--tw-gradient-from), #eff6ff, var(--tw-gradient-to, rgba(239, 246, 255, 0));
}

.via-blue-100 {
  --tw-gradient-stops: var(--tw-gradient-from), #dbeafe, var(--tw-gradient-to, rgba(219, 234, 254, 0));
}

.via-blue-200 {
  --tw-gradient-stops: var(--tw-gradient-from), #bfdbfe, var(--tw-gradient-to, rgba(191, 219, 254, 0));
}

.via-blue-300 {
  --tw-gradient-stops: var(--tw-gradient-from), #93c5fd, var(--tw-gradient-to, rgba(147, 197, 253, 0));
}

.via-blue-400 {
  --tw-gradient-stops: var(--tw-gradient-from), #60a5fa, var(--tw-gradient-to, rgba(96, 165, 250, 0));
}

.via-blue-500 {
  --tw-gradient-stops: var(--tw-gradient-from), #3b82f6, var(--tw-gradient-to, rgba(59, 130, 246, 0));
}

.via-blue-600 {
  --tw-gradient-stops: var(--tw-gradient-from), #2563eb, var(--tw-gradient-to, rgba(37, 99, 235, 0));
}

.via-blue-700 {
  --tw-gradient-stops: var(--tw-gradient-from), #1d4ed8, var(--tw-gradient-to, rgba(29, 78, 216, 0));
}

.via-blue-800 {
  --tw-gradient-stops: var(--tw-gradient-from), #1e40af, var(--tw-gradient-to, rgba(30, 64, 175, 0));
}

.via-blue-900 {
  --tw-gradient-stops: var(--tw-gradient-from), #1e3a8a, var(--tw-gradient-to, rgba(30, 58, 138, 0));
}

.via-body-and-labels {
  --tw-gradient-stops: var(--tw-gradient-from), var(--body-and-labels), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.via-brand {
  --tw-gradient-stops: var(--tw-gradient-from), var(--brand), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.via-code-base-64 {
  --tw-gradient-stops: var(--tw-gradient-from), var(--code-base-64), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.via-code-bg {
  --tw-gradient-stops: var(--tw-gradient-from), var(--code-bg), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.via-code-outline {
  --tw-gradient-stops: var(--tw-gradient-from), var(--code-outline), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.via-code-text {
  --tw-gradient-stops: var(--tw-gradient-from), var(--code-text), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.via-critical {
  --tw-gradient-stops: var(--tw-gradient-from), var(--critical), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.via-destructive-hover {
  --tw-gradient-stops: var(--tw-gradient-from), var(--destructive-hover), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.via-destructive-idle {
  --tw-gradient-stops: var(--tw-gradient-from), var(--destructive-idle), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.via-destructive-pressed {
  --tw-gradient-stops: var(--tw-gradient-from), var(--destructive-pressed), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.via-disabled {
  --tw-gradient-stops: var(--tw-gradient-from), var(--disabled), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.via-disc-operations {
  --tw-gradient-stops: var(--tw-gradient-from), var(--disc-operations), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.via-dns-requests {
  --tw-gradient-stops: var(--tw-gradient-from), var(--dns-requests), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.via-focus {
  --tw-gradient-stops: var(--tw-gradient-from), var(--focus), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.via-graph-1 {
  --tw-gradient-stops: var(--tw-gradient-from), var(--graph-1), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.via-graph-10 {
  --tw-gradient-stops: var(--tw-gradient-from), var(--graph-10), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.via-graph-11 {
  --tw-gradient-stops: var(--tw-gradient-from), var(--graph-11), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.via-graph-2 {
  --tw-gradient-stops: var(--tw-gradient-from), var(--graph-2), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.via-graph-3 {
  --tw-gradient-stops: var(--tw-gradient-from), var(--graph-3), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.via-graph-4 {
  --tw-gradient-stops: var(--tw-gradient-from), var(--graph-4), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.via-graph-5 {
  --tw-gradient-stops: var(--tw-gradient-from), var(--graph-5), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.via-graph-6 {
  --tw-gradient-stops: var(--tw-gradient-from), var(--graph-6), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.via-graph-7 {
  --tw-gradient-stops: var(--tw-gradient-from), var(--graph-7), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.via-graph-8 {
  --tw-gradient-stops: var(--tw-gradient-from), var(--graph-8), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.via-graph-9 {
  --tw-gradient-stops: var(--tw-gradient-from), var(--graph-9), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.via-graph-disabled {
  --tw-gradient-stops: var(--tw-gradient-from), var(--graph-disabled), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.via-ground-floor {
  --tw-gradient-stops: var(--tw-gradient-from), var(--ground-floor), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.via-high {
  --tw-gradient-stops: var(--tw-gradient-from), var(--high), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.via-informational {
  --tw-gradient-stops: var(--tw-gradient-from), var(--informational), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.via-lines-dark {
  --tw-gradient-stops: var(--tw-gradient-from), var(--lines-dark), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.via-lines-light {
  --tw-gradient-stops: var(--tw-gradient-from), var(--lines-light), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.via-low {
  --tw-gradient-stops: var(--tw-gradient-from), var(--low), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.via-medium {
  --tw-gradient-stops: var(--tw-gradient-from), var(--medium), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.via-mezzanine {
  --tw-gradient-stops: var(--tw-gradient-from), var(--mezzanine), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.via-nav-text-and-icons {
  --tw-gradient-stops: var(--tw-gradient-from), var(--nav-text-and-icons), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.via-nav-text-secondary {
  --tw-gradient-stops: var(--tw-gradient-from), var(--nav-text-secondary), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.via-network-operations {
  --tw-gradient-stops: var(--tw-gradient-from), var(--network-operations), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.via-normal-hover {
  --tw-gradient-stops: var(--tw-gradient-from), var(--normal-hover), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.via-normal-idle {
  --tw-gradient-stops: var(--tw-gradient-from), var(--normal-idle), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.via-normal-pressed {
  --tw-gradient-stops: var(--tw-gradient-from), var(--normal-pressed), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.via-overlay-0\.5 {
  --tw-gradient-stops: var(--tw-gradient-from), var(--overlay-0\.5), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.via-overlay-1 {
  --tw-gradient-stops: var(--tw-gradient-from), var(--overlay-1), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.via-overlay-2 {
  --tw-gradient-stops: var(--tw-gradient-from), var(--overlay-2), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.via-positive {
  --tw-gradient-stops: var(--tw-gradient-from), var(--positive), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.via-primary-hover {
  --tw-gradient-stops: var(--tw-gradient-from), var(--primary-hover), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.via-primary-idle {
  --tw-gradient-stops: var(--tw-gradient-from), var(--primary-idle), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.via-primary-pressed {
  --tw-gradient-stops: var(--tw-gradient-from), var(--primary-pressed), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.via-process-operations {
  --tw-gradient-stops: var(--tw-gradient-from), var(--process-operations), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.via-purple-50 {
  --tw-gradient-stops: var(--tw-gradient-from), #faf5ff, var(--tw-gradient-to, rgba(250, 245, 255, 0));
}

.via-purple-100 {
  --tw-gradient-stops: var(--tw-gradient-from), #f3e8ff, var(--tw-gradient-to, rgba(243, 232, 255, 0));
}

.via-purple-200 {
  --tw-gradient-stops: var(--tw-gradient-from), #e9d5ff, var(--tw-gradient-to, rgba(233, 213, 255, 0));
}

.via-purple-300 {
  --tw-gradient-stops: var(--tw-gradient-from), #d8b4fe, var(--tw-gradient-to, rgba(216, 180, 254, 0));
}

.via-purple-400 {
  --tw-gradient-stops: var(--tw-gradient-from), #c084fc, var(--tw-gradient-to, rgba(192, 132, 252, 0));
}

.via-purple-500 {
  --tw-gradient-stops: var(--tw-gradient-from), #a855f7, var(--tw-gradient-to, rgba(168, 85, 247, 0));
}

.via-purple-600 {
  --tw-gradient-stops: var(--tw-gradient-from), #9333ea, var(--tw-gradient-to, rgba(147, 51, 234, 0));
}

.via-purple-700 {
  --tw-gradient-stops: var(--tw-gradient-from), #7e22ce, var(--tw-gradient-to, rgba(126, 34, 206, 0));
}

.via-purple-800 {
  --tw-gradient-stops: var(--tw-gradient-from), #6b21a8, var(--tw-gradient-to, rgba(107, 33, 168, 0));
}

.via-purple-900 {
  --tw-gradient-stops: var(--tw-gradient-from), #581c87, var(--tw-gradient-to, rgba(88, 28, 135, 0));
}

.via-registry-operations {
  --tw-gradient-stops: var(--tw-gradient-from), var(--registry-operations), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.via-selected {
  --tw-gradient-stops: var(--tw-gradient-from), var(--selected), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.via-surface-2xl {
  --tw-gradient-stops: var(--tw-gradient-from), var(--surface-2xl), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.via-surface-base {
  --tw-gradient-stops: var(--tw-gradient-from), var(--surface-base), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.via-surface-inner {
  --tw-gradient-stops: var(--tw-gradient-from), var(--surface-inner), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.via-surface-lg {
  --tw-gradient-stops: var(--tw-gradient-from), var(--surface-lg), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.via-surface-md {
  --tw-gradient-stops: var(--tw-gradient-from), var(--surface-md), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.via-surface-xl {
  --tw-gradient-stops: var(--tw-gradient-from), var(--surface-xl), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.via-text-and-icons {
  --tw-gradient-stops: var(--tw-gradient-from), var(--text-and-icons), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.via-titles-and-attributes {
  --tw-gradient-stops: var(--tw-gradient-from), var(--titles-and-attributes), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.via-black {
  --tw-gradient-stops: var(--tw-gradient-from), #000, var(--tw-gradient-to, rgba(0, 0, 0, 0));
}

.via-white {
  --tw-gradient-stops: var(--tw-gradient-from), #fff, var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.via-rose-50 {
  --tw-gradient-stops: var(--tw-gradient-from), #fff1f2, var(--tw-gradient-to, rgba(255, 241, 242, 0));
}

.via-rose-100 {
  --tw-gradient-stops: var(--tw-gradient-from), #ffe4e6, var(--tw-gradient-to, rgba(255, 228, 230, 0));
}

.via-rose-200 {
  --tw-gradient-stops: var(--tw-gradient-from), #fecdd3, var(--tw-gradient-to, rgba(254, 205, 211, 0));
}

.via-rose-300 {
  --tw-gradient-stops: var(--tw-gradient-from), #fda4af, var(--tw-gradient-to, rgba(253, 164, 175, 0));
}

.via-rose-400 {
  --tw-gradient-stops: var(--tw-gradient-from), #fb7185, var(--tw-gradient-to, rgba(251, 113, 133, 0));
}

.via-rose-500 {
  --tw-gradient-stops: var(--tw-gradient-from), #f43f5e, var(--tw-gradient-to, rgba(244, 63, 94, 0));
}

.via-rose-600 {
  --tw-gradient-stops: var(--tw-gradient-from), #e11d48, var(--tw-gradient-to, rgba(225, 29, 72, 0));
}

.via-rose-700 {
  --tw-gradient-stops: var(--tw-gradient-from), #be123c, var(--tw-gradient-to, rgba(190, 18, 60, 0));
}

.via-rose-800 {
  --tw-gradient-stops: var(--tw-gradient-from), #9f1239, var(--tw-gradient-to, rgba(159, 18, 57, 0));
}

.via-rose-900 {
  --tw-gradient-stops: var(--tw-gradient-from), #881337, var(--tw-gradient-to, rgba(136, 19, 55, 0));
}

.via-pink-50 {
  --tw-gradient-stops: var(--tw-gradient-from), #fdf2f8, var(--tw-gradient-to, rgba(253, 242, 248, 0));
}

.via-pink-100 {
  --tw-gradient-stops: var(--tw-gradient-from), #fce7f3, var(--tw-gradient-to, rgba(252, 231, 243, 0));
}

.via-pink-200 {
  --tw-gradient-stops: var(--tw-gradient-from), #fbcfe8, var(--tw-gradient-to, rgba(251, 207, 232, 0));
}

.via-pink-300 {
  --tw-gradient-stops: var(--tw-gradient-from), #f9a8d4, var(--tw-gradient-to, rgba(249, 168, 212, 0));
}

.via-pink-400 {
  --tw-gradient-stops: var(--tw-gradient-from), #f472b6, var(--tw-gradient-to, rgba(244, 114, 182, 0));
}

.via-pink-500 {
  --tw-gradient-stops: var(--tw-gradient-from), #ec4899, var(--tw-gradient-to, rgba(236, 72, 153, 0));
}

.via-pink-600 {
  --tw-gradient-stops: var(--tw-gradient-from), #db2777, var(--tw-gradient-to, rgba(219, 39, 119, 0));
}

.via-pink-700 {
  --tw-gradient-stops: var(--tw-gradient-from), #be185d, var(--tw-gradient-to, rgba(190, 24, 93, 0));
}

.via-pink-800 {
  --tw-gradient-stops: var(--tw-gradient-from), #9d174d, var(--tw-gradient-to, rgba(157, 23, 77, 0));
}

.via-pink-900 {
  --tw-gradient-stops: var(--tw-gradient-from), #831843, var(--tw-gradient-to, rgba(131, 24, 67, 0));
}

.via-fuchsia-50 {
  --tw-gradient-stops: var(--tw-gradient-from), #fdf4ff, var(--tw-gradient-to, rgba(253, 244, 255, 0));
}

.via-fuchsia-100 {
  --tw-gradient-stops: var(--tw-gradient-from), #fae8ff, var(--tw-gradient-to, rgba(250, 232, 255, 0));
}

.via-fuchsia-200 {
  --tw-gradient-stops: var(--tw-gradient-from), #f5d0fe, var(--tw-gradient-to, rgba(245, 208, 254, 0));
}

.via-fuchsia-300 {
  --tw-gradient-stops: var(--tw-gradient-from), #f0abfc, var(--tw-gradient-to, rgba(240, 171, 252, 0));
}

.via-fuchsia-400 {
  --tw-gradient-stops: var(--tw-gradient-from), #e879f9, var(--tw-gradient-to, rgba(232, 121, 249, 0));
}

.via-fuchsia-500 {
  --tw-gradient-stops: var(--tw-gradient-from), #d946ef, var(--tw-gradient-to, rgba(217, 70, 239, 0));
}

.via-fuchsia-600 {
  --tw-gradient-stops: var(--tw-gradient-from), #c026d3, var(--tw-gradient-to, rgba(192, 38, 211, 0));
}

.via-fuchsia-700 {
  --tw-gradient-stops: var(--tw-gradient-from), #a21caf, var(--tw-gradient-to, rgba(162, 28, 175, 0));
}

.via-fuchsia-800 {
  --tw-gradient-stops: var(--tw-gradient-from), #86198f, var(--tw-gradient-to, rgba(134, 25, 143, 0));
}

.via-fuchsia-900 {
  --tw-gradient-stops: var(--tw-gradient-from), #701a75, var(--tw-gradient-to, rgba(112, 26, 117, 0));
}

.via-violet-50 {
  --tw-gradient-stops: var(--tw-gradient-from), #f5f3ff, var(--tw-gradient-to, rgba(245, 243, 255, 0));
}

.via-violet-100 {
  --tw-gradient-stops: var(--tw-gradient-from), #ede9fe, var(--tw-gradient-to, rgba(237, 233, 254, 0));
}

.via-violet-200 {
  --tw-gradient-stops: var(--tw-gradient-from), #ddd6fe, var(--tw-gradient-to, rgba(221, 214, 254, 0));
}

.via-violet-300 {
  --tw-gradient-stops: var(--tw-gradient-from), #c4b5fd, var(--tw-gradient-to, rgba(196, 181, 253, 0));
}

.via-violet-400 {
  --tw-gradient-stops: var(--tw-gradient-from), #a78bfa, var(--tw-gradient-to, rgba(167, 139, 250, 0));
}

.via-violet-500 {
  --tw-gradient-stops: var(--tw-gradient-from), #8b5cf6, var(--tw-gradient-to, rgba(139, 92, 246, 0));
}

.via-violet-600 {
  --tw-gradient-stops: var(--tw-gradient-from), #7c3aed, var(--tw-gradient-to, rgba(124, 58, 237, 0));
}

.via-violet-700 {
  --tw-gradient-stops: var(--tw-gradient-from), #6d28d9, var(--tw-gradient-to, rgba(109, 40, 217, 0));
}

.via-violet-800 {
  --tw-gradient-stops: var(--tw-gradient-from), #5b21b6, var(--tw-gradient-to, rgba(91, 33, 182, 0));
}

.via-violet-900 {
  --tw-gradient-stops: var(--tw-gradient-from), #4c1d95, var(--tw-gradient-to, rgba(76, 29, 149, 0));
}

.via-indigo-50 {
  --tw-gradient-stops: var(--tw-gradient-from), #eef2ff, var(--tw-gradient-to, rgba(238, 242, 255, 0));
}

.via-indigo-100 {
  --tw-gradient-stops: var(--tw-gradient-from), #e0e7ff, var(--tw-gradient-to, rgba(224, 231, 255, 0));
}

.via-indigo-200 {
  --tw-gradient-stops: var(--tw-gradient-from), #c7d2fe, var(--tw-gradient-to, rgba(199, 210, 254, 0));
}

.via-indigo-300 {
  --tw-gradient-stops: var(--tw-gradient-from), #a5b4fc, var(--tw-gradient-to, rgba(165, 180, 252, 0));
}

.via-indigo-400 {
  --tw-gradient-stops: var(--tw-gradient-from), #818cf8, var(--tw-gradient-to, rgba(129, 140, 248, 0));
}

.via-indigo-500 {
  --tw-gradient-stops: var(--tw-gradient-from), #6366f1, var(--tw-gradient-to, rgba(99, 102, 241, 0));
}

.via-indigo-600 {
  --tw-gradient-stops: var(--tw-gradient-from), #4f46e5, var(--tw-gradient-to, rgba(79, 70, 229, 0));
}

.via-indigo-700 {
  --tw-gradient-stops: var(--tw-gradient-from), #4338ca, var(--tw-gradient-to, rgba(67, 56, 202, 0));
}

.via-indigo-800 {
  --tw-gradient-stops: var(--tw-gradient-from), #3730a3, var(--tw-gradient-to, rgba(55, 48, 163, 0));
}

.via-indigo-900 {
  --tw-gradient-stops: var(--tw-gradient-from), #312e81, var(--tw-gradient-to, rgba(49, 46, 129, 0));
}

.via-lightBlue-50 {
  --tw-gradient-stops: var(--tw-gradient-from), #f0f9ff, var(--tw-gradient-to, rgba(240, 249, 255, 0));
}

.via-lightBlue-100 {
  --tw-gradient-stops: var(--tw-gradient-from), #e0f2fe, var(--tw-gradient-to, rgba(224, 242, 254, 0));
}

.via-lightBlue-200 {
  --tw-gradient-stops: var(--tw-gradient-from), #bae6fd, var(--tw-gradient-to, rgba(186, 230, 253, 0));
}

.via-lightBlue-300 {
  --tw-gradient-stops: var(--tw-gradient-from), #7dd3fc, var(--tw-gradient-to, rgba(125, 211, 252, 0));
}

.via-lightBlue-400 {
  --tw-gradient-stops: var(--tw-gradient-from), #38bdf8, var(--tw-gradient-to, rgba(56, 189, 248, 0));
}

.via-lightBlue-500 {
  --tw-gradient-stops: var(--tw-gradient-from), #0ea5e9, var(--tw-gradient-to, rgba(14, 165, 233, 0));
}

.via-lightBlue-600 {
  --tw-gradient-stops: var(--tw-gradient-from), #0284c7, var(--tw-gradient-to, rgba(2, 132, 199, 0));
}

.via-lightBlue-700 {
  --tw-gradient-stops: var(--tw-gradient-from), #0369a1, var(--tw-gradient-to, rgba(3, 105, 161, 0));
}

.via-lightBlue-800 {
  --tw-gradient-stops: var(--tw-gradient-from), #075985, var(--tw-gradient-to, rgba(7, 89, 133, 0));
}

.via-lightBlue-900 {
  --tw-gradient-stops: var(--tw-gradient-from), #0c4a6e, var(--tw-gradient-to, rgba(12, 74, 110, 0));
}

.via-cyan-50 {
  --tw-gradient-stops: var(--tw-gradient-from), #ecfeff, var(--tw-gradient-to, rgba(236, 254, 255, 0));
}

.via-cyan-100 {
  --tw-gradient-stops: var(--tw-gradient-from), #cffafe, var(--tw-gradient-to, rgba(207, 250, 254, 0));
}

.via-cyan-200 {
  --tw-gradient-stops: var(--tw-gradient-from), #a5f3fc, var(--tw-gradient-to, rgba(165, 243, 252, 0));
}

.via-cyan-300 {
  --tw-gradient-stops: var(--tw-gradient-from), #67e8f9, var(--tw-gradient-to, rgba(103, 232, 249, 0));
}

.via-cyan-400 {
  --tw-gradient-stops: var(--tw-gradient-from), #22d3ee, var(--tw-gradient-to, rgba(34, 211, 238, 0));
}

.via-cyan-500 {
  --tw-gradient-stops: var(--tw-gradient-from), #06b6d4, var(--tw-gradient-to, rgba(6, 182, 212, 0));
}

.via-cyan-600 {
  --tw-gradient-stops: var(--tw-gradient-from), #0891b2, var(--tw-gradient-to, rgba(8, 145, 178, 0));
}

.via-cyan-700 {
  --tw-gradient-stops: var(--tw-gradient-from), #0e7490, var(--tw-gradient-to, rgba(14, 116, 144, 0));
}

.via-cyan-800 {
  --tw-gradient-stops: var(--tw-gradient-from), #155e75, var(--tw-gradient-to, rgba(21, 94, 117, 0));
}

.via-cyan-900 {
  --tw-gradient-stops: var(--tw-gradient-from), #164e63, var(--tw-gradient-to, rgba(22, 78, 99, 0));
}

.via-teal-50 {
  --tw-gradient-stops: var(--tw-gradient-from), #f0fdfa, var(--tw-gradient-to, rgba(240, 253, 250, 0));
}

.via-teal-100 {
  --tw-gradient-stops: var(--tw-gradient-from), #ccfbf1, var(--tw-gradient-to, rgba(204, 251, 241, 0));
}

.via-teal-200 {
  --tw-gradient-stops: var(--tw-gradient-from), #99f6e4, var(--tw-gradient-to, rgba(153, 246, 228, 0));
}

.via-teal-300 {
  --tw-gradient-stops: var(--tw-gradient-from), #5eead4, var(--tw-gradient-to, rgba(94, 234, 212, 0));
}

.via-teal-400 {
  --tw-gradient-stops: var(--tw-gradient-from), #2dd4bf, var(--tw-gradient-to, rgba(45, 212, 191, 0));
}

.via-teal-500 {
  --tw-gradient-stops: var(--tw-gradient-from), #14b8a6, var(--tw-gradient-to, rgba(20, 184, 166, 0));
}

.via-teal-600 {
  --tw-gradient-stops: var(--tw-gradient-from), #0d9488, var(--tw-gradient-to, rgba(13, 148, 136, 0));
}

.via-teal-700 {
  --tw-gradient-stops: var(--tw-gradient-from), #0f766e, var(--tw-gradient-to, rgba(15, 118, 110, 0));
}

.via-teal-800 {
  --tw-gradient-stops: var(--tw-gradient-from), #115e59, var(--tw-gradient-to, rgba(17, 94, 89, 0));
}

.via-teal-900 {
  --tw-gradient-stops: var(--tw-gradient-from), #134e4a, var(--tw-gradient-to, rgba(19, 78, 74, 0));
}

.via-emerald-50 {
  --tw-gradient-stops: var(--tw-gradient-from), #ecfdf5, var(--tw-gradient-to, rgba(236, 253, 245, 0));
}

.via-emerald-100 {
  --tw-gradient-stops: var(--tw-gradient-from), #d1fae5, var(--tw-gradient-to, rgba(209, 250, 229, 0));
}

.via-emerald-200 {
  --tw-gradient-stops: var(--tw-gradient-from), #a7f3d0, var(--tw-gradient-to, rgba(167, 243, 208, 0));
}

.via-emerald-300 {
  --tw-gradient-stops: var(--tw-gradient-from), #6ee7b7, var(--tw-gradient-to, rgba(110, 231, 183, 0));
}

.via-emerald-400 {
  --tw-gradient-stops: var(--tw-gradient-from), #34d399, var(--tw-gradient-to, rgba(52, 211, 153, 0));
}

.via-emerald-500 {
  --tw-gradient-stops: var(--tw-gradient-from), #10b981, var(--tw-gradient-to, rgba(16, 185, 129, 0));
}

.via-emerald-600 {
  --tw-gradient-stops: var(--tw-gradient-from), #059669, var(--tw-gradient-to, rgba(5, 150, 105, 0));
}

.via-emerald-700 {
  --tw-gradient-stops: var(--tw-gradient-from), #047857, var(--tw-gradient-to, rgba(4, 120, 87, 0));
}

.via-emerald-800 {
  --tw-gradient-stops: var(--tw-gradient-from), #065f46, var(--tw-gradient-to, rgba(6, 95, 70, 0));
}

.via-emerald-900 {
  --tw-gradient-stops: var(--tw-gradient-from), #064e3b, var(--tw-gradient-to, rgba(6, 78, 59, 0));
}

.via-green-50 {
  --tw-gradient-stops: var(--tw-gradient-from), #f0fdf4, var(--tw-gradient-to, rgba(240, 253, 244, 0));
}

.via-green-100 {
  --tw-gradient-stops: var(--tw-gradient-from), #dcfce7, var(--tw-gradient-to, rgba(220, 252, 231, 0));
}

.via-green-200 {
  --tw-gradient-stops: var(--tw-gradient-from), #bbf7d0, var(--tw-gradient-to, rgba(187, 247, 208, 0));
}

.via-green-300 {
  --tw-gradient-stops: var(--tw-gradient-from), #86efac, var(--tw-gradient-to, rgba(134, 239, 172, 0));
}

.via-green-400 {
  --tw-gradient-stops: var(--tw-gradient-from), #4ade80, var(--tw-gradient-to, rgba(74, 222, 128, 0));
}

.via-green-500 {
  --tw-gradient-stops: var(--tw-gradient-from), #22c55e, var(--tw-gradient-to, rgba(34, 197, 94, 0));
}

.via-green-600 {
  --tw-gradient-stops: var(--tw-gradient-from), #16a34a, var(--tw-gradient-to, rgba(22, 163, 74, 0));
}

.via-green-700 {
  --tw-gradient-stops: var(--tw-gradient-from), #15803d, var(--tw-gradient-to, rgba(21, 128, 61, 0));
}

.via-green-800 {
  --tw-gradient-stops: var(--tw-gradient-from), #166534, var(--tw-gradient-to, rgba(22, 101, 52, 0));
}

.via-green-900 {
  --tw-gradient-stops: var(--tw-gradient-from), #14532d, var(--tw-gradient-to, rgba(20, 83, 45, 0));
}

.via-lime-50 {
  --tw-gradient-stops: var(--tw-gradient-from), #f7fee7, var(--tw-gradient-to, rgba(247, 254, 231, 0));
}

.via-lime-100 {
  --tw-gradient-stops: var(--tw-gradient-from), #ecfccb, var(--tw-gradient-to, rgba(236, 252, 203, 0));
}

.via-lime-200 {
  --tw-gradient-stops: var(--tw-gradient-from), #d9f99d, var(--tw-gradient-to, rgba(217, 249, 157, 0));
}

.via-lime-300 {
  --tw-gradient-stops: var(--tw-gradient-from), #bef264, var(--tw-gradient-to, rgba(190, 242, 100, 0));
}

.via-lime-400 {
  --tw-gradient-stops: var(--tw-gradient-from), #a3e635, var(--tw-gradient-to, rgba(163, 230, 53, 0));
}

.via-lime-500 {
  --tw-gradient-stops: var(--tw-gradient-from), #84cc16, var(--tw-gradient-to, rgba(132, 204, 22, 0));
}

.via-lime-600 {
  --tw-gradient-stops: var(--tw-gradient-from), #65a30d, var(--tw-gradient-to, rgba(101, 163, 13, 0));
}

.via-lime-700 {
  --tw-gradient-stops: var(--tw-gradient-from), #4d7c0f, var(--tw-gradient-to, rgba(77, 124, 15, 0));
}

.via-lime-800 {
  --tw-gradient-stops: var(--tw-gradient-from), #3f6212, var(--tw-gradient-to, rgba(63, 98, 18, 0));
}

.via-lime-900 {
  --tw-gradient-stops: var(--tw-gradient-from), #365314, var(--tw-gradient-to, rgba(54, 83, 20, 0));
}

.via-yellow-50 {
  --tw-gradient-stops: var(--tw-gradient-from), #fefce8, var(--tw-gradient-to, rgba(254, 252, 232, 0));
}

.via-yellow-100 {
  --tw-gradient-stops: var(--tw-gradient-from), #fef9c3, var(--tw-gradient-to, rgba(254, 249, 195, 0));
}

.via-yellow-200 {
  --tw-gradient-stops: var(--tw-gradient-from), #fef08a, var(--tw-gradient-to, rgba(254, 240, 138, 0));
}

.via-yellow-300 {
  --tw-gradient-stops: var(--tw-gradient-from), #fde047, var(--tw-gradient-to, rgba(253, 224, 71, 0));
}

.via-yellow-400 {
  --tw-gradient-stops: var(--tw-gradient-from), #facc15, var(--tw-gradient-to, rgba(250, 204, 21, 0));
}

.via-yellow-500 {
  --tw-gradient-stops: var(--tw-gradient-from), #eab308, var(--tw-gradient-to, rgba(234, 179, 8, 0));
}

.via-yellow-600 {
  --tw-gradient-stops: var(--tw-gradient-from), #ca8a04, var(--tw-gradient-to, rgba(202, 138, 4, 0));
}

.via-yellow-700 {
  --tw-gradient-stops: var(--tw-gradient-from), #a16207, var(--tw-gradient-to, rgba(161, 98, 7, 0));
}

.via-yellow-800 {
  --tw-gradient-stops: var(--tw-gradient-from), #854d0e, var(--tw-gradient-to, rgba(133, 77, 14, 0));
}

.via-yellow-900 {
  --tw-gradient-stops: var(--tw-gradient-from), #713f12, var(--tw-gradient-to, rgba(113, 63, 18, 0));
}

.via-amber-50 {
  --tw-gradient-stops: var(--tw-gradient-from), #fffbeb, var(--tw-gradient-to, rgba(255, 251, 235, 0));
}

.via-amber-100 {
  --tw-gradient-stops: var(--tw-gradient-from), #fef3c7, var(--tw-gradient-to, rgba(254, 243, 199, 0));
}

.via-amber-200 {
  --tw-gradient-stops: var(--tw-gradient-from), #fde68a, var(--tw-gradient-to, rgba(253, 230, 138, 0));
}

.via-amber-300 {
  --tw-gradient-stops: var(--tw-gradient-from), #fcd34d, var(--tw-gradient-to, rgba(252, 211, 77, 0));
}

.via-amber-400 {
  --tw-gradient-stops: var(--tw-gradient-from), #fbbf24, var(--tw-gradient-to, rgba(251, 191, 36, 0));
}

.via-amber-500 {
  --tw-gradient-stops: var(--tw-gradient-from), #f59e0b, var(--tw-gradient-to, rgba(245, 158, 11, 0));
}

.via-amber-600 {
  --tw-gradient-stops: var(--tw-gradient-from), #d97706, var(--tw-gradient-to, rgba(217, 119, 6, 0));
}

.via-amber-700 {
  --tw-gradient-stops: var(--tw-gradient-from), #b45309, var(--tw-gradient-to, rgba(180, 83, 9, 0));
}

.via-amber-800 {
  --tw-gradient-stops: var(--tw-gradient-from), #92400e, var(--tw-gradient-to, rgba(146, 64, 14, 0));
}

.via-amber-900 {
  --tw-gradient-stops: var(--tw-gradient-from), #78350f, var(--tw-gradient-to, rgba(120, 53, 15, 0));
}

.via-orange-50 {
  --tw-gradient-stops: var(--tw-gradient-from), #fff7ed, var(--tw-gradient-to, rgba(255, 247, 237, 0));
}

.via-orange-100 {
  --tw-gradient-stops: var(--tw-gradient-from), #ffedd5, var(--tw-gradient-to, rgba(255, 237, 213, 0));
}

.via-orange-200 {
  --tw-gradient-stops: var(--tw-gradient-from), #fed7aa, var(--tw-gradient-to, rgba(254, 215, 170, 0));
}

.via-orange-300 {
  --tw-gradient-stops: var(--tw-gradient-from), #fdba74, var(--tw-gradient-to, rgba(253, 186, 116, 0));
}

.via-orange-400 {
  --tw-gradient-stops: var(--tw-gradient-from), #fb923c, var(--tw-gradient-to, rgba(251, 146, 60, 0));
}

.via-orange-500 {
  --tw-gradient-stops: var(--tw-gradient-from), #f97316, var(--tw-gradient-to, rgba(249, 115, 22, 0));
}

.via-orange-600 {
  --tw-gradient-stops: var(--tw-gradient-from), #ea580c, var(--tw-gradient-to, rgba(234, 88, 12, 0));
}

.via-orange-700 {
  --tw-gradient-stops: var(--tw-gradient-from), #c2410c, var(--tw-gradient-to, rgba(194, 65, 12, 0));
}

.via-orange-800 {
  --tw-gradient-stops: var(--tw-gradient-from), #9a3412, var(--tw-gradient-to, rgba(154, 52, 18, 0));
}

.via-orange-900 {
  --tw-gradient-stops: var(--tw-gradient-from), #7c2d12, var(--tw-gradient-to, rgba(124, 45, 18, 0));
}

.via-red-50 {
  --tw-gradient-stops: var(--tw-gradient-from), #fef2f2, var(--tw-gradient-to, rgba(254, 242, 242, 0));
}

.via-red-100 {
  --tw-gradient-stops: var(--tw-gradient-from), #fee2e2, var(--tw-gradient-to, rgba(254, 226, 226, 0));
}

.via-red-200 {
  --tw-gradient-stops: var(--tw-gradient-from), #fecaca, var(--tw-gradient-to, rgba(254, 202, 202, 0));
}

.via-red-300 {
  --tw-gradient-stops: var(--tw-gradient-from), #fca5a5, var(--tw-gradient-to, rgba(252, 165, 165, 0));
}

.via-red-400 {
  --tw-gradient-stops: var(--tw-gradient-from), #f87171, var(--tw-gradient-to, rgba(248, 113, 113, 0));
}

.via-red-500 {
  --tw-gradient-stops: var(--tw-gradient-from), #ef4444, var(--tw-gradient-to, rgba(239, 68, 68, 0));
}

.via-red-600 {
  --tw-gradient-stops: var(--tw-gradient-from), #dc2626, var(--tw-gradient-to, rgba(220, 38, 38, 0));
}

.via-red-700 {
  --tw-gradient-stops: var(--tw-gradient-from), #b91c1c, var(--tw-gradient-to, rgba(185, 28, 28, 0));
}

.via-red-800 {
  --tw-gradient-stops: var(--tw-gradient-from), #991b1b, var(--tw-gradient-to, rgba(153, 27, 27, 0));
}

.via-red-900 {
  --tw-gradient-stops: var(--tw-gradient-from), #7f1d1d, var(--tw-gradient-to, rgba(127, 29, 29, 0));
}

.via-warmGray-50 {
  --tw-gradient-stops: var(--tw-gradient-from), #fafaf9, var(--tw-gradient-to, rgba(250, 250, 249, 0));
}

.via-warmGray-100 {
  --tw-gradient-stops: var(--tw-gradient-from), #f5f5f4, var(--tw-gradient-to, rgba(245, 245, 244, 0));
}

.via-warmGray-200 {
  --tw-gradient-stops: var(--tw-gradient-from), #e7e5e4, var(--tw-gradient-to, rgba(231, 229, 228, 0));
}

.via-warmGray-300 {
  --tw-gradient-stops: var(--tw-gradient-from), #d6d3d1, var(--tw-gradient-to, rgba(214, 211, 209, 0));
}

.via-warmGray-400 {
  --tw-gradient-stops: var(--tw-gradient-from), #a8a29e, var(--tw-gradient-to, rgba(168, 162, 158, 0));
}

.via-warmGray-500 {
  --tw-gradient-stops: var(--tw-gradient-from), #78716c, var(--tw-gradient-to, rgba(120, 113, 108, 0));
}

.via-warmGray-600 {
  --tw-gradient-stops: var(--tw-gradient-from), #57534e, var(--tw-gradient-to, rgba(87, 83, 78, 0));
}

.via-warmGray-700 {
  --tw-gradient-stops: var(--tw-gradient-from), #44403c, var(--tw-gradient-to, rgba(68, 64, 60, 0));
}

.via-warmGray-800 {
  --tw-gradient-stops: var(--tw-gradient-from), #292524, var(--tw-gradient-to, rgba(41, 37, 36, 0));
}

.via-warmGray-900 {
  --tw-gradient-stops: var(--tw-gradient-from), #1c1917, var(--tw-gradient-to, rgba(28, 25, 23, 0));
}

.via-trueGray-50 {
  --tw-gradient-stops: var(--tw-gradient-from), #fafafa, var(--tw-gradient-to, rgba(250, 250, 250, 0));
}

.via-trueGray-100 {
  --tw-gradient-stops: var(--tw-gradient-from), #f5f5f5, var(--tw-gradient-to, rgba(245, 245, 245, 0));
}

.via-trueGray-200 {
  --tw-gradient-stops: var(--tw-gradient-from), #e5e5e5, var(--tw-gradient-to, rgba(229, 229, 229, 0));
}

.via-trueGray-300 {
  --tw-gradient-stops: var(--tw-gradient-from), #d4d4d4, var(--tw-gradient-to, rgba(212, 212, 212, 0));
}

.via-trueGray-400 {
  --tw-gradient-stops: var(--tw-gradient-from), #a3a3a3, var(--tw-gradient-to, rgba(163, 163, 163, 0));
}

.via-trueGray-500 {
  --tw-gradient-stops: var(--tw-gradient-from), #737373, var(--tw-gradient-to, rgba(115, 115, 115, 0));
}

.via-trueGray-600 {
  --tw-gradient-stops: var(--tw-gradient-from), #525252, var(--tw-gradient-to, rgba(82, 82, 82, 0));
}

.via-trueGray-700 {
  --tw-gradient-stops: var(--tw-gradient-from), #404040, var(--tw-gradient-to, rgba(64, 64, 64, 0));
}

.via-trueGray-800 {
  --tw-gradient-stops: var(--tw-gradient-from), #262626, var(--tw-gradient-to, rgba(38, 38, 38, 0));
}

.via-trueGray-900 {
  --tw-gradient-stops: var(--tw-gradient-from), #171717, var(--tw-gradient-to, rgba(23, 23, 23, 0));
}

.via-gray-50 {
  --tw-gradient-stops: var(--tw-gradient-from), #fafafa, var(--tw-gradient-to, rgba(250, 250, 250, 0));
}

.via-gray-100 {
  --tw-gradient-stops: var(--tw-gradient-from), #f4f4f5, var(--tw-gradient-to, rgba(244, 244, 245, 0));
}

.via-gray-200 {
  --tw-gradient-stops: var(--tw-gradient-from), #e4e4e7, var(--tw-gradient-to, rgba(228, 228, 231, 0));
}

.via-gray-300 {
  --tw-gradient-stops: var(--tw-gradient-from), #d4d4d8, var(--tw-gradient-to, rgba(212, 212, 216, 0));
}

.via-gray-400 {
  --tw-gradient-stops: var(--tw-gradient-from), #a1a1aa, var(--tw-gradient-to, rgba(161, 161, 170, 0));
}

.via-gray-500 {
  --tw-gradient-stops: var(--tw-gradient-from), #71717a, var(--tw-gradient-to, rgba(113, 113, 122, 0));
}

.via-gray-600 {
  --tw-gradient-stops: var(--tw-gradient-from), #52525b, var(--tw-gradient-to, rgba(82, 82, 91, 0));
}

.via-gray-700 {
  --tw-gradient-stops: var(--tw-gradient-from), #3f3f46, var(--tw-gradient-to, rgba(63, 63, 70, 0));
}

.via-gray-800 {
  --tw-gradient-stops: var(--tw-gradient-from), #27272a, var(--tw-gradient-to, rgba(39, 39, 42, 0));
}

.via-gray-900 {
  --tw-gradient-stops: var(--tw-gradient-from), #18181b, var(--tw-gradient-to, rgba(24, 24, 27, 0));
}

.via-coolGray-50 {
  --tw-gradient-stops: var(--tw-gradient-from), #f9fafb, var(--tw-gradient-to, rgba(249, 250, 251, 0));
}

.via-coolGray-100 {
  --tw-gradient-stops: var(--tw-gradient-from), #f3f4f6, var(--tw-gradient-to, rgba(243, 244, 246, 0));
}

.via-coolGray-200 {
  --tw-gradient-stops: var(--tw-gradient-from), #e5e7eb, var(--tw-gradient-to, rgba(229, 231, 235, 0));
}

.via-coolGray-300 {
  --tw-gradient-stops: var(--tw-gradient-from), #d1d5db, var(--tw-gradient-to, rgba(209, 213, 219, 0));
}

.via-coolGray-400 {
  --tw-gradient-stops: var(--tw-gradient-from), #9ca3af, var(--tw-gradient-to, rgba(156, 163, 175, 0));
}

.via-coolGray-500 {
  --tw-gradient-stops: var(--tw-gradient-from), #6b7280, var(--tw-gradient-to, rgba(107, 114, 128, 0));
}

.via-coolGray-600 {
  --tw-gradient-stops: var(--tw-gradient-from), #4b5563, var(--tw-gradient-to, rgba(75, 85, 99, 0));
}

.via-coolGray-700 {
  --tw-gradient-stops: var(--tw-gradient-from), #374151, var(--tw-gradient-to, rgba(55, 65, 81, 0));
}

.via-coolGray-800 {
  --tw-gradient-stops: var(--tw-gradient-from), #1f2937, var(--tw-gradient-to, rgba(31, 41, 55, 0));
}

.via-coolGray-900 {
  --tw-gradient-stops: var(--tw-gradient-from), #111827, var(--tw-gradient-to, rgba(17, 24, 39, 0));
}

.via-blueGray-50 {
  --tw-gradient-stops: var(--tw-gradient-from), #f8fafc, var(--tw-gradient-to, rgba(248, 250, 252, 0));
}

.via-blueGray-100 {
  --tw-gradient-stops: var(--tw-gradient-from), #f1f5f9, var(--tw-gradient-to, rgba(241, 245, 249, 0));
}

.via-blueGray-200 {
  --tw-gradient-stops: var(--tw-gradient-from), #e2e8f0, var(--tw-gradient-to, rgba(226, 232, 240, 0));
}

.via-blueGray-300 {
  --tw-gradient-stops: var(--tw-gradient-from), #cbd5e1, var(--tw-gradient-to, rgba(203, 213, 225, 0));
}

.via-blueGray-400 {
  --tw-gradient-stops: var(--tw-gradient-from), #94a3b8, var(--tw-gradient-to, rgba(148, 163, 184, 0));
}

.via-blueGray-500 {
  --tw-gradient-stops: var(--tw-gradient-from), #64748b, var(--tw-gradient-to, rgba(100, 116, 139, 0));
}

.via-blueGray-600 {
  --tw-gradient-stops: var(--tw-gradient-from), #475569, var(--tw-gradient-to, rgba(71, 85, 105, 0));
}

.via-blueGray-700 {
  --tw-gradient-stops: var(--tw-gradient-from), #334155, var(--tw-gradient-to, rgba(51, 65, 85, 0));
}

.via-blueGray-800 {
  --tw-gradient-stops: var(--tw-gradient-from), #1e293b, var(--tw-gradient-to, rgba(30, 41, 59, 0));
}

.via-blueGray-900 {
  --tw-gradient-stops: var(--tw-gradient-from), #0f172a, var(--tw-gradient-to, rgba(15, 23, 42, 0));
}

.hover\:via-current:hover {
  --tw-gradient-stops: var(--tw-gradient-from), currentColor, var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.hover\:via-transparent:hover {
  --tw-gradient-stops: var(--tw-gradient-from), transparent, var(--tw-gradient-to, rgba(0, 0, 0, 0));
}

.hover\:via-falcon:hover {
  --tw-gradient-stops: var(--tw-gradient-from), var(--falcon), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.hover\:via-basement:hover {
  --tw-gradient-stops: var(--tw-gradient-from), var(--basement), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.hover\:via-blue-50:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #eff6ff, var(--tw-gradient-to, rgba(239, 246, 255, 0));
}

.hover\:via-blue-100:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #dbeafe, var(--tw-gradient-to, rgba(219, 234, 254, 0));
}

.hover\:via-blue-200:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #bfdbfe, var(--tw-gradient-to, rgba(191, 219, 254, 0));
}

.hover\:via-blue-300:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #93c5fd, var(--tw-gradient-to, rgba(147, 197, 253, 0));
}

.hover\:via-blue-400:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #60a5fa, var(--tw-gradient-to, rgba(96, 165, 250, 0));
}

.hover\:via-blue-500:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #3b82f6, var(--tw-gradient-to, rgba(59, 130, 246, 0));
}

.hover\:via-blue-600:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #2563eb, var(--tw-gradient-to, rgba(37, 99, 235, 0));
}

.hover\:via-blue-700:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #1d4ed8, var(--tw-gradient-to, rgba(29, 78, 216, 0));
}

.hover\:via-blue-800:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #1e40af, var(--tw-gradient-to, rgba(30, 64, 175, 0));
}

.hover\:via-blue-900:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #1e3a8a, var(--tw-gradient-to, rgba(30, 58, 138, 0));
}

.hover\:via-body-and-labels:hover {
  --tw-gradient-stops: var(--tw-gradient-from), var(--body-and-labels), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.hover\:via-brand:hover {
  --tw-gradient-stops: var(--tw-gradient-from), var(--brand), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.hover\:via-code-base-64:hover {
  --tw-gradient-stops: var(--tw-gradient-from), var(--code-base-64), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.hover\:via-code-bg:hover {
  --tw-gradient-stops: var(--tw-gradient-from), var(--code-bg), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.hover\:via-code-outline:hover {
  --tw-gradient-stops: var(--tw-gradient-from), var(--code-outline), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.hover\:via-code-text:hover {
  --tw-gradient-stops: var(--tw-gradient-from), var(--code-text), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.hover\:via-critical:hover {
  --tw-gradient-stops: var(--tw-gradient-from), var(--critical), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.hover\:via-destructive-hover:hover {
  --tw-gradient-stops: var(--tw-gradient-from), var(--destructive-hover), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.hover\:via-destructive-idle:hover {
  --tw-gradient-stops: var(--tw-gradient-from), var(--destructive-idle), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.hover\:via-destructive-pressed:hover {
  --tw-gradient-stops: var(--tw-gradient-from), var(--destructive-pressed), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.hover\:via-disabled:hover {
  --tw-gradient-stops: var(--tw-gradient-from), var(--disabled), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.hover\:via-disc-operations:hover {
  --tw-gradient-stops: var(--tw-gradient-from), var(--disc-operations), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.hover\:via-dns-requests:hover {
  --tw-gradient-stops: var(--tw-gradient-from), var(--dns-requests), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.hover\:via-focus:hover {
  --tw-gradient-stops: var(--tw-gradient-from), var(--focus), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.hover\:via-graph-1:hover {
  --tw-gradient-stops: var(--tw-gradient-from), var(--graph-1), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.hover\:via-graph-10:hover {
  --tw-gradient-stops: var(--tw-gradient-from), var(--graph-10), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.hover\:via-graph-11:hover {
  --tw-gradient-stops: var(--tw-gradient-from), var(--graph-11), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.hover\:via-graph-2:hover {
  --tw-gradient-stops: var(--tw-gradient-from), var(--graph-2), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.hover\:via-graph-3:hover {
  --tw-gradient-stops: var(--tw-gradient-from), var(--graph-3), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.hover\:via-graph-4:hover {
  --tw-gradient-stops: var(--tw-gradient-from), var(--graph-4), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.hover\:via-graph-5:hover {
  --tw-gradient-stops: var(--tw-gradient-from), var(--graph-5), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.hover\:via-graph-6:hover {
  --tw-gradient-stops: var(--tw-gradient-from), var(--graph-6), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.hover\:via-graph-7:hover {
  --tw-gradient-stops: var(--tw-gradient-from), var(--graph-7), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.hover\:via-graph-8:hover {
  --tw-gradient-stops: var(--tw-gradient-from), var(--graph-8), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.hover\:via-graph-9:hover {
  --tw-gradient-stops: var(--tw-gradient-from), var(--graph-9), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.hover\:via-graph-disabled:hover {
  --tw-gradient-stops: var(--tw-gradient-from), var(--graph-disabled), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.hover\:via-ground-floor:hover {
  --tw-gradient-stops: var(--tw-gradient-from), var(--ground-floor), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.hover\:via-high:hover {
  --tw-gradient-stops: var(--tw-gradient-from), var(--high), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.hover\:via-informational:hover {
  --tw-gradient-stops: var(--tw-gradient-from), var(--informational), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.hover\:via-lines-dark:hover {
  --tw-gradient-stops: var(--tw-gradient-from), var(--lines-dark), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.hover\:via-lines-light:hover {
  --tw-gradient-stops: var(--tw-gradient-from), var(--lines-light), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.hover\:via-low:hover {
  --tw-gradient-stops: var(--tw-gradient-from), var(--low), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.hover\:via-medium:hover {
  --tw-gradient-stops: var(--tw-gradient-from), var(--medium), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.hover\:via-mezzanine:hover {
  --tw-gradient-stops: var(--tw-gradient-from), var(--mezzanine), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.hover\:via-nav-text-and-icons:hover {
  --tw-gradient-stops: var(--tw-gradient-from), var(--nav-text-and-icons), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.hover\:via-nav-text-secondary:hover {
  --tw-gradient-stops: var(--tw-gradient-from), var(--nav-text-secondary), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.hover\:via-network-operations:hover {
  --tw-gradient-stops: var(--tw-gradient-from), var(--network-operations), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.hover\:via-normal-hover:hover {
  --tw-gradient-stops: var(--tw-gradient-from), var(--normal-hover), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.hover\:via-normal-idle:hover {
  --tw-gradient-stops: var(--tw-gradient-from), var(--normal-idle), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.hover\:via-normal-pressed:hover {
  --tw-gradient-stops: var(--tw-gradient-from), var(--normal-pressed), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.hover\:via-overlay-0\.5:hover {
  --tw-gradient-stops: var(--tw-gradient-from), var(--overlay-0\.5), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.hover\:via-overlay-1:hover {
  --tw-gradient-stops: var(--tw-gradient-from), var(--overlay-1), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.hover\:via-overlay-2:hover {
  --tw-gradient-stops: var(--tw-gradient-from), var(--overlay-2), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.hover\:via-positive:hover {
  --tw-gradient-stops: var(--tw-gradient-from), var(--positive), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.hover\:via-primary-hover:hover {
  --tw-gradient-stops: var(--tw-gradient-from), var(--primary-hover), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.hover\:via-primary-idle:hover {
  --tw-gradient-stops: var(--tw-gradient-from), var(--primary-idle), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.hover\:via-primary-pressed:hover {
  --tw-gradient-stops: var(--tw-gradient-from), var(--primary-pressed), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.hover\:via-process-operations:hover {
  --tw-gradient-stops: var(--tw-gradient-from), var(--process-operations), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.hover\:via-purple-50:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #faf5ff, var(--tw-gradient-to, rgba(250, 245, 255, 0));
}

.hover\:via-purple-100:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #f3e8ff, var(--tw-gradient-to, rgba(243, 232, 255, 0));
}

.hover\:via-purple-200:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #e9d5ff, var(--tw-gradient-to, rgba(233, 213, 255, 0));
}

.hover\:via-purple-300:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #d8b4fe, var(--tw-gradient-to, rgba(216, 180, 254, 0));
}

.hover\:via-purple-400:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #c084fc, var(--tw-gradient-to, rgba(192, 132, 252, 0));
}

.hover\:via-purple-500:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #a855f7, var(--tw-gradient-to, rgba(168, 85, 247, 0));
}

.hover\:via-purple-600:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #9333ea, var(--tw-gradient-to, rgba(147, 51, 234, 0));
}

.hover\:via-purple-700:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #7e22ce, var(--tw-gradient-to, rgba(126, 34, 206, 0));
}

.hover\:via-purple-800:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #6b21a8, var(--tw-gradient-to, rgba(107, 33, 168, 0));
}

.hover\:via-purple-900:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #581c87, var(--tw-gradient-to, rgba(88, 28, 135, 0));
}

.hover\:via-registry-operations:hover {
  --tw-gradient-stops: var(--tw-gradient-from), var(--registry-operations), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.hover\:via-selected:hover {
  --tw-gradient-stops: var(--tw-gradient-from), var(--selected), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.hover\:via-surface-2xl:hover {
  --tw-gradient-stops: var(--tw-gradient-from), var(--surface-2xl), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.hover\:via-surface-base:hover {
  --tw-gradient-stops: var(--tw-gradient-from), var(--surface-base), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.hover\:via-surface-inner:hover {
  --tw-gradient-stops: var(--tw-gradient-from), var(--surface-inner), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.hover\:via-surface-lg:hover {
  --tw-gradient-stops: var(--tw-gradient-from), var(--surface-lg), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.hover\:via-surface-md:hover {
  --tw-gradient-stops: var(--tw-gradient-from), var(--surface-md), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.hover\:via-surface-xl:hover {
  --tw-gradient-stops: var(--tw-gradient-from), var(--surface-xl), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.hover\:via-text-and-icons:hover {
  --tw-gradient-stops: var(--tw-gradient-from), var(--text-and-icons), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.hover\:via-titles-and-attributes:hover {
  --tw-gradient-stops: var(--tw-gradient-from), var(--titles-and-attributes), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.hover\:via-black:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #000, var(--tw-gradient-to, rgba(0, 0, 0, 0));
}

.hover\:via-white:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #fff, var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.hover\:via-rose-50:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #fff1f2, var(--tw-gradient-to, rgba(255, 241, 242, 0));
}

.hover\:via-rose-100:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #ffe4e6, var(--tw-gradient-to, rgba(255, 228, 230, 0));
}

.hover\:via-rose-200:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #fecdd3, var(--tw-gradient-to, rgba(254, 205, 211, 0));
}

.hover\:via-rose-300:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #fda4af, var(--tw-gradient-to, rgba(253, 164, 175, 0));
}

.hover\:via-rose-400:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #fb7185, var(--tw-gradient-to, rgba(251, 113, 133, 0));
}

.hover\:via-rose-500:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #f43f5e, var(--tw-gradient-to, rgba(244, 63, 94, 0));
}

.hover\:via-rose-600:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #e11d48, var(--tw-gradient-to, rgba(225, 29, 72, 0));
}

.hover\:via-rose-700:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #be123c, var(--tw-gradient-to, rgba(190, 18, 60, 0));
}

.hover\:via-rose-800:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #9f1239, var(--tw-gradient-to, rgba(159, 18, 57, 0));
}

.hover\:via-rose-900:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #881337, var(--tw-gradient-to, rgba(136, 19, 55, 0));
}

.hover\:via-pink-50:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #fdf2f8, var(--tw-gradient-to, rgba(253, 242, 248, 0));
}

.hover\:via-pink-100:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #fce7f3, var(--tw-gradient-to, rgba(252, 231, 243, 0));
}

.hover\:via-pink-200:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #fbcfe8, var(--tw-gradient-to, rgba(251, 207, 232, 0));
}

.hover\:via-pink-300:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #f9a8d4, var(--tw-gradient-to, rgba(249, 168, 212, 0));
}

.hover\:via-pink-400:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #f472b6, var(--tw-gradient-to, rgba(244, 114, 182, 0));
}

.hover\:via-pink-500:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #ec4899, var(--tw-gradient-to, rgba(236, 72, 153, 0));
}

.hover\:via-pink-600:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #db2777, var(--tw-gradient-to, rgba(219, 39, 119, 0));
}

.hover\:via-pink-700:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #be185d, var(--tw-gradient-to, rgba(190, 24, 93, 0));
}

.hover\:via-pink-800:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #9d174d, var(--tw-gradient-to, rgba(157, 23, 77, 0));
}

.hover\:via-pink-900:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #831843, var(--tw-gradient-to, rgba(131, 24, 67, 0));
}

.hover\:via-fuchsia-50:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #fdf4ff, var(--tw-gradient-to, rgba(253, 244, 255, 0));
}

.hover\:via-fuchsia-100:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #fae8ff, var(--tw-gradient-to, rgba(250, 232, 255, 0));
}

.hover\:via-fuchsia-200:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #f5d0fe, var(--tw-gradient-to, rgba(245, 208, 254, 0));
}

.hover\:via-fuchsia-300:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #f0abfc, var(--tw-gradient-to, rgba(240, 171, 252, 0));
}

.hover\:via-fuchsia-400:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #e879f9, var(--tw-gradient-to, rgba(232, 121, 249, 0));
}

.hover\:via-fuchsia-500:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #d946ef, var(--tw-gradient-to, rgba(217, 70, 239, 0));
}

.hover\:via-fuchsia-600:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #c026d3, var(--tw-gradient-to, rgba(192, 38, 211, 0));
}

.hover\:via-fuchsia-700:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #a21caf, var(--tw-gradient-to, rgba(162, 28, 175, 0));
}

.hover\:via-fuchsia-800:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #86198f, var(--tw-gradient-to, rgba(134, 25, 143, 0));
}

.hover\:via-fuchsia-900:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #701a75, var(--tw-gradient-to, rgba(112, 26, 117, 0));
}

.hover\:via-violet-50:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #f5f3ff, var(--tw-gradient-to, rgba(245, 243, 255, 0));
}

.hover\:via-violet-100:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #ede9fe, var(--tw-gradient-to, rgba(237, 233, 254, 0));
}

.hover\:via-violet-200:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #ddd6fe, var(--tw-gradient-to, rgba(221, 214, 254, 0));
}

.hover\:via-violet-300:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #c4b5fd, var(--tw-gradient-to, rgba(196, 181, 253, 0));
}

.hover\:via-violet-400:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #a78bfa, var(--tw-gradient-to, rgba(167, 139, 250, 0));
}

.hover\:via-violet-500:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #8b5cf6, var(--tw-gradient-to, rgba(139, 92, 246, 0));
}

.hover\:via-violet-600:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #7c3aed, var(--tw-gradient-to, rgba(124, 58, 237, 0));
}

.hover\:via-violet-700:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #6d28d9, var(--tw-gradient-to, rgba(109, 40, 217, 0));
}

.hover\:via-violet-800:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #5b21b6, var(--tw-gradient-to, rgba(91, 33, 182, 0));
}

.hover\:via-violet-900:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #4c1d95, var(--tw-gradient-to, rgba(76, 29, 149, 0));
}

.hover\:via-indigo-50:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #eef2ff, var(--tw-gradient-to, rgba(238, 242, 255, 0));
}

.hover\:via-indigo-100:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #e0e7ff, var(--tw-gradient-to, rgba(224, 231, 255, 0));
}

.hover\:via-indigo-200:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #c7d2fe, var(--tw-gradient-to, rgba(199, 210, 254, 0));
}

.hover\:via-indigo-300:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #a5b4fc, var(--tw-gradient-to, rgba(165, 180, 252, 0));
}

.hover\:via-indigo-400:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #818cf8, var(--tw-gradient-to, rgba(129, 140, 248, 0));
}

.hover\:via-indigo-500:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #6366f1, var(--tw-gradient-to, rgba(99, 102, 241, 0));
}

.hover\:via-indigo-600:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #4f46e5, var(--tw-gradient-to, rgba(79, 70, 229, 0));
}

.hover\:via-indigo-700:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #4338ca, var(--tw-gradient-to, rgba(67, 56, 202, 0));
}

.hover\:via-indigo-800:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #3730a3, var(--tw-gradient-to, rgba(55, 48, 163, 0));
}

.hover\:via-indigo-900:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #312e81, var(--tw-gradient-to, rgba(49, 46, 129, 0));
}

.hover\:via-lightBlue-50:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #f0f9ff, var(--tw-gradient-to, rgba(240, 249, 255, 0));
}

.hover\:via-lightBlue-100:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #e0f2fe, var(--tw-gradient-to, rgba(224, 242, 254, 0));
}

.hover\:via-lightBlue-200:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #bae6fd, var(--tw-gradient-to, rgba(186, 230, 253, 0));
}

.hover\:via-lightBlue-300:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #7dd3fc, var(--tw-gradient-to, rgba(125, 211, 252, 0));
}

.hover\:via-lightBlue-400:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #38bdf8, var(--tw-gradient-to, rgba(56, 189, 248, 0));
}

.hover\:via-lightBlue-500:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #0ea5e9, var(--tw-gradient-to, rgba(14, 165, 233, 0));
}

.hover\:via-lightBlue-600:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #0284c7, var(--tw-gradient-to, rgba(2, 132, 199, 0));
}

.hover\:via-lightBlue-700:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #0369a1, var(--tw-gradient-to, rgba(3, 105, 161, 0));
}

.hover\:via-lightBlue-800:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #075985, var(--tw-gradient-to, rgba(7, 89, 133, 0));
}

.hover\:via-lightBlue-900:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #0c4a6e, var(--tw-gradient-to, rgba(12, 74, 110, 0));
}

.hover\:via-cyan-50:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #ecfeff, var(--tw-gradient-to, rgba(236, 254, 255, 0));
}

.hover\:via-cyan-100:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #cffafe, var(--tw-gradient-to, rgba(207, 250, 254, 0));
}

.hover\:via-cyan-200:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #a5f3fc, var(--tw-gradient-to, rgba(165, 243, 252, 0));
}

.hover\:via-cyan-300:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #67e8f9, var(--tw-gradient-to, rgba(103, 232, 249, 0));
}

.hover\:via-cyan-400:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #22d3ee, var(--tw-gradient-to, rgba(34, 211, 238, 0));
}

.hover\:via-cyan-500:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #06b6d4, var(--tw-gradient-to, rgba(6, 182, 212, 0));
}

.hover\:via-cyan-600:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #0891b2, var(--tw-gradient-to, rgba(8, 145, 178, 0));
}

.hover\:via-cyan-700:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #0e7490, var(--tw-gradient-to, rgba(14, 116, 144, 0));
}

.hover\:via-cyan-800:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #155e75, var(--tw-gradient-to, rgba(21, 94, 117, 0));
}

.hover\:via-cyan-900:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #164e63, var(--tw-gradient-to, rgba(22, 78, 99, 0));
}

.hover\:via-teal-50:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #f0fdfa, var(--tw-gradient-to, rgba(240, 253, 250, 0));
}

.hover\:via-teal-100:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #ccfbf1, var(--tw-gradient-to, rgba(204, 251, 241, 0));
}

.hover\:via-teal-200:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #99f6e4, var(--tw-gradient-to, rgba(153, 246, 228, 0));
}

.hover\:via-teal-300:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #5eead4, var(--tw-gradient-to, rgba(94, 234, 212, 0));
}

.hover\:via-teal-400:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #2dd4bf, var(--tw-gradient-to, rgba(45, 212, 191, 0));
}

.hover\:via-teal-500:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #14b8a6, var(--tw-gradient-to, rgba(20, 184, 166, 0));
}

.hover\:via-teal-600:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #0d9488, var(--tw-gradient-to, rgba(13, 148, 136, 0));
}

.hover\:via-teal-700:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #0f766e, var(--tw-gradient-to, rgba(15, 118, 110, 0));
}

.hover\:via-teal-800:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #115e59, var(--tw-gradient-to, rgba(17, 94, 89, 0));
}

.hover\:via-teal-900:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #134e4a, var(--tw-gradient-to, rgba(19, 78, 74, 0));
}

.hover\:via-emerald-50:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #ecfdf5, var(--tw-gradient-to, rgba(236, 253, 245, 0));
}

.hover\:via-emerald-100:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #d1fae5, var(--tw-gradient-to, rgba(209, 250, 229, 0));
}

.hover\:via-emerald-200:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #a7f3d0, var(--tw-gradient-to, rgba(167, 243, 208, 0));
}

.hover\:via-emerald-300:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #6ee7b7, var(--tw-gradient-to, rgba(110, 231, 183, 0));
}

.hover\:via-emerald-400:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #34d399, var(--tw-gradient-to, rgba(52, 211, 153, 0));
}

.hover\:via-emerald-500:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #10b981, var(--tw-gradient-to, rgba(16, 185, 129, 0));
}

.hover\:via-emerald-600:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #059669, var(--tw-gradient-to, rgba(5, 150, 105, 0));
}

.hover\:via-emerald-700:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #047857, var(--tw-gradient-to, rgba(4, 120, 87, 0));
}

.hover\:via-emerald-800:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #065f46, var(--tw-gradient-to, rgba(6, 95, 70, 0));
}

.hover\:via-emerald-900:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #064e3b, var(--tw-gradient-to, rgba(6, 78, 59, 0));
}

.hover\:via-green-50:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #f0fdf4, var(--tw-gradient-to, rgba(240, 253, 244, 0));
}

.hover\:via-green-100:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #dcfce7, var(--tw-gradient-to, rgba(220, 252, 231, 0));
}

.hover\:via-green-200:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #bbf7d0, var(--tw-gradient-to, rgba(187, 247, 208, 0));
}

.hover\:via-green-300:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #86efac, var(--tw-gradient-to, rgba(134, 239, 172, 0));
}

.hover\:via-green-400:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #4ade80, var(--tw-gradient-to, rgba(74, 222, 128, 0));
}

.hover\:via-green-500:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #22c55e, var(--tw-gradient-to, rgba(34, 197, 94, 0));
}

.hover\:via-green-600:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #16a34a, var(--tw-gradient-to, rgba(22, 163, 74, 0));
}

.hover\:via-green-700:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #15803d, var(--tw-gradient-to, rgba(21, 128, 61, 0));
}

.hover\:via-green-800:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #166534, var(--tw-gradient-to, rgba(22, 101, 52, 0));
}

.hover\:via-green-900:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #14532d, var(--tw-gradient-to, rgba(20, 83, 45, 0));
}

.hover\:via-lime-50:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #f7fee7, var(--tw-gradient-to, rgba(247, 254, 231, 0));
}

.hover\:via-lime-100:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #ecfccb, var(--tw-gradient-to, rgba(236, 252, 203, 0));
}

.hover\:via-lime-200:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #d9f99d, var(--tw-gradient-to, rgba(217, 249, 157, 0));
}

.hover\:via-lime-300:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #bef264, var(--tw-gradient-to, rgba(190, 242, 100, 0));
}

.hover\:via-lime-400:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #a3e635, var(--tw-gradient-to, rgba(163, 230, 53, 0));
}

.hover\:via-lime-500:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #84cc16, var(--tw-gradient-to, rgba(132, 204, 22, 0));
}

.hover\:via-lime-600:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #65a30d, var(--tw-gradient-to, rgba(101, 163, 13, 0));
}

.hover\:via-lime-700:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #4d7c0f, var(--tw-gradient-to, rgba(77, 124, 15, 0));
}

.hover\:via-lime-800:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #3f6212, var(--tw-gradient-to, rgba(63, 98, 18, 0));
}

.hover\:via-lime-900:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #365314, var(--tw-gradient-to, rgba(54, 83, 20, 0));
}

.hover\:via-yellow-50:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #fefce8, var(--tw-gradient-to, rgba(254, 252, 232, 0));
}

.hover\:via-yellow-100:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #fef9c3, var(--tw-gradient-to, rgba(254, 249, 195, 0));
}

.hover\:via-yellow-200:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #fef08a, var(--tw-gradient-to, rgba(254, 240, 138, 0));
}

.hover\:via-yellow-300:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #fde047, var(--tw-gradient-to, rgba(253, 224, 71, 0));
}

.hover\:via-yellow-400:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #facc15, var(--tw-gradient-to, rgba(250, 204, 21, 0));
}

.hover\:via-yellow-500:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #eab308, var(--tw-gradient-to, rgba(234, 179, 8, 0));
}

.hover\:via-yellow-600:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #ca8a04, var(--tw-gradient-to, rgba(202, 138, 4, 0));
}

.hover\:via-yellow-700:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #a16207, var(--tw-gradient-to, rgba(161, 98, 7, 0));
}

.hover\:via-yellow-800:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #854d0e, var(--tw-gradient-to, rgba(133, 77, 14, 0));
}

.hover\:via-yellow-900:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #713f12, var(--tw-gradient-to, rgba(113, 63, 18, 0));
}

.hover\:via-amber-50:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #fffbeb, var(--tw-gradient-to, rgba(255, 251, 235, 0));
}

.hover\:via-amber-100:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #fef3c7, var(--tw-gradient-to, rgba(254, 243, 199, 0));
}

.hover\:via-amber-200:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #fde68a, var(--tw-gradient-to, rgba(253, 230, 138, 0));
}

.hover\:via-amber-300:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #fcd34d, var(--tw-gradient-to, rgba(252, 211, 77, 0));
}

.hover\:via-amber-400:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #fbbf24, var(--tw-gradient-to, rgba(251, 191, 36, 0));
}

.hover\:via-amber-500:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #f59e0b, var(--tw-gradient-to, rgba(245, 158, 11, 0));
}

.hover\:via-amber-600:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #d97706, var(--tw-gradient-to, rgba(217, 119, 6, 0));
}

.hover\:via-amber-700:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #b45309, var(--tw-gradient-to, rgba(180, 83, 9, 0));
}

.hover\:via-amber-800:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #92400e, var(--tw-gradient-to, rgba(146, 64, 14, 0));
}

.hover\:via-amber-900:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #78350f, var(--tw-gradient-to, rgba(120, 53, 15, 0));
}

.hover\:via-orange-50:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #fff7ed, var(--tw-gradient-to, rgba(255, 247, 237, 0));
}

.hover\:via-orange-100:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #ffedd5, var(--tw-gradient-to, rgba(255, 237, 213, 0));
}

.hover\:via-orange-200:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #fed7aa, var(--tw-gradient-to, rgba(254, 215, 170, 0));
}

.hover\:via-orange-300:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #fdba74, var(--tw-gradient-to, rgba(253, 186, 116, 0));
}

.hover\:via-orange-400:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #fb923c, var(--tw-gradient-to, rgba(251, 146, 60, 0));
}

.hover\:via-orange-500:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #f97316, var(--tw-gradient-to, rgba(249, 115, 22, 0));
}

.hover\:via-orange-600:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #ea580c, var(--tw-gradient-to, rgba(234, 88, 12, 0));
}

.hover\:via-orange-700:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #c2410c, var(--tw-gradient-to, rgba(194, 65, 12, 0));
}

.hover\:via-orange-800:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #9a3412, var(--tw-gradient-to, rgba(154, 52, 18, 0));
}

.hover\:via-orange-900:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #7c2d12, var(--tw-gradient-to, rgba(124, 45, 18, 0));
}

.hover\:via-red-50:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #fef2f2, var(--tw-gradient-to, rgba(254, 242, 242, 0));
}

.hover\:via-red-100:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #fee2e2, var(--tw-gradient-to, rgba(254, 226, 226, 0));
}

.hover\:via-red-200:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #fecaca, var(--tw-gradient-to, rgba(254, 202, 202, 0));
}

.hover\:via-red-300:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #fca5a5, var(--tw-gradient-to, rgba(252, 165, 165, 0));
}

.hover\:via-red-400:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #f87171, var(--tw-gradient-to, rgba(248, 113, 113, 0));
}

.hover\:via-red-500:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #ef4444, var(--tw-gradient-to, rgba(239, 68, 68, 0));
}

.hover\:via-red-600:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #dc2626, var(--tw-gradient-to, rgba(220, 38, 38, 0));
}

.hover\:via-red-700:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #b91c1c, var(--tw-gradient-to, rgba(185, 28, 28, 0));
}

.hover\:via-red-800:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #991b1b, var(--tw-gradient-to, rgba(153, 27, 27, 0));
}

.hover\:via-red-900:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #7f1d1d, var(--tw-gradient-to, rgba(127, 29, 29, 0));
}

.hover\:via-warmGray-50:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #fafaf9, var(--tw-gradient-to, rgba(250, 250, 249, 0));
}

.hover\:via-warmGray-100:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #f5f5f4, var(--tw-gradient-to, rgba(245, 245, 244, 0));
}

.hover\:via-warmGray-200:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #e7e5e4, var(--tw-gradient-to, rgba(231, 229, 228, 0));
}

.hover\:via-warmGray-300:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #d6d3d1, var(--tw-gradient-to, rgba(214, 211, 209, 0));
}

.hover\:via-warmGray-400:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #a8a29e, var(--tw-gradient-to, rgba(168, 162, 158, 0));
}

.hover\:via-warmGray-500:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #78716c, var(--tw-gradient-to, rgba(120, 113, 108, 0));
}

.hover\:via-warmGray-600:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #57534e, var(--tw-gradient-to, rgba(87, 83, 78, 0));
}

.hover\:via-warmGray-700:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #44403c, var(--tw-gradient-to, rgba(68, 64, 60, 0));
}

.hover\:via-warmGray-800:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #292524, var(--tw-gradient-to, rgba(41, 37, 36, 0));
}

.hover\:via-warmGray-900:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #1c1917, var(--tw-gradient-to, rgba(28, 25, 23, 0));
}

.hover\:via-trueGray-50:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #fafafa, var(--tw-gradient-to, rgba(250, 250, 250, 0));
}

.hover\:via-trueGray-100:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #f5f5f5, var(--tw-gradient-to, rgba(245, 245, 245, 0));
}

.hover\:via-trueGray-200:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #e5e5e5, var(--tw-gradient-to, rgba(229, 229, 229, 0));
}

.hover\:via-trueGray-300:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #d4d4d4, var(--tw-gradient-to, rgba(212, 212, 212, 0));
}

.hover\:via-trueGray-400:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #a3a3a3, var(--tw-gradient-to, rgba(163, 163, 163, 0));
}

.hover\:via-trueGray-500:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #737373, var(--tw-gradient-to, rgba(115, 115, 115, 0));
}

.hover\:via-trueGray-600:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #525252, var(--tw-gradient-to, rgba(82, 82, 82, 0));
}

.hover\:via-trueGray-700:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #404040, var(--tw-gradient-to, rgba(64, 64, 64, 0));
}

.hover\:via-trueGray-800:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #262626, var(--tw-gradient-to, rgba(38, 38, 38, 0));
}

.hover\:via-trueGray-900:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #171717, var(--tw-gradient-to, rgba(23, 23, 23, 0));
}

.hover\:via-gray-50:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #fafafa, var(--tw-gradient-to, rgba(250, 250, 250, 0));
}

.hover\:via-gray-100:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #f4f4f5, var(--tw-gradient-to, rgba(244, 244, 245, 0));
}

.hover\:via-gray-200:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #e4e4e7, var(--tw-gradient-to, rgba(228, 228, 231, 0));
}

.hover\:via-gray-300:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #d4d4d8, var(--tw-gradient-to, rgba(212, 212, 216, 0));
}

.hover\:via-gray-400:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #a1a1aa, var(--tw-gradient-to, rgba(161, 161, 170, 0));
}

.hover\:via-gray-500:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #71717a, var(--tw-gradient-to, rgba(113, 113, 122, 0));
}

.hover\:via-gray-600:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #52525b, var(--tw-gradient-to, rgba(82, 82, 91, 0));
}

.hover\:via-gray-700:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #3f3f46, var(--tw-gradient-to, rgba(63, 63, 70, 0));
}

.hover\:via-gray-800:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #27272a, var(--tw-gradient-to, rgba(39, 39, 42, 0));
}

.hover\:via-gray-900:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #18181b, var(--tw-gradient-to, rgba(24, 24, 27, 0));
}

.hover\:via-coolGray-50:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #f9fafb, var(--tw-gradient-to, rgba(249, 250, 251, 0));
}

.hover\:via-coolGray-100:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #f3f4f6, var(--tw-gradient-to, rgba(243, 244, 246, 0));
}

.hover\:via-coolGray-200:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #e5e7eb, var(--tw-gradient-to, rgba(229, 231, 235, 0));
}

.hover\:via-coolGray-300:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #d1d5db, var(--tw-gradient-to, rgba(209, 213, 219, 0));
}

.hover\:via-coolGray-400:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #9ca3af, var(--tw-gradient-to, rgba(156, 163, 175, 0));
}

.hover\:via-coolGray-500:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #6b7280, var(--tw-gradient-to, rgba(107, 114, 128, 0));
}

.hover\:via-coolGray-600:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #4b5563, var(--tw-gradient-to, rgba(75, 85, 99, 0));
}

.hover\:via-coolGray-700:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #374151, var(--tw-gradient-to, rgba(55, 65, 81, 0));
}

.hover\:via-coolGray-800:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #1f2937, var(--tw-gradient-to, rgba(31, 41, 55, 0));
}

.hover\:via-coolGray-900:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #111827, var(--tw-gradient-to, rgba(17, 24, 39, 0));
}

.hover\:via-blueGray-50:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #f8fafc, var(--tw-gradient-to, rgba(248, 250, 252, 0));
}

.hover\:via-blueGray-100:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #f1f5f9, var(--tw-gradient-to, rgba(241, 245, 249, 0));
}

.hover\:via-blueGray-200:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #e2e8f0, var(--tw-gradient-to, rgba(226, 232, 240, 0));
}

.hover\:via-blueGray-300:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #cbd5e1, var(--tw-gradient-to, rgba(203, 213, 225, 0));
}

.hover\:via-blueGray-400:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #94a3b8, var(--tw-gradient-to, rgba(148, 163, 184, 0));
}

.hover\:via-blueGray-500:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #64748b, var(--tw-gradient-to, rgba(100, 116, 139, 0));
}

.hover\:via-blueGray-600:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #475569, var(--tw-gradient-to, rgba(71, 85, 105, 0));
}

.hover\:via-blueGray-700:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #334155, var(--tw-gradient-to, rgba(51, 65, 85, 0));
}

.hover\:via-blueGray-800:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #1e293b, var(--tw-gradient-to, rgba(30, 41, 59, 0));
}

.hover\:via-blueGray-900:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #0f172a, var(--tw-gradient-to, rgba(15, 23, 42, 0));
}

.focus\:via-current:focus {
  --tw-gradient-stops: var(--tw-gradient-from), currentColor, var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.focus\:via-transparent:focus {
  --tw-gradient-stops: var(--tw-gradient-from), transparent, var(--tw-gradient-to, rgba(0, 0, 0, 0));
}

.focus\:via-falcon:focus {
  --tw-gradient-stops: var(--tw-gradient-from), var(--falcon), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.focus\:via-basement:focus {
  --tw-gradient-stops: var(--tw-gradient-from), var(--basement), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.focus\:via-blue-50:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #eff6ff, var(--tw-gradient-to, rgba(239, 246, 255, 0));
}

.focus\:via-blue-100:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #dbeafe, var(--tw-gradient-to, rgba(219, 234, 254, 0));
}

.focus\:via-blue-200:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #bfdbfe, var(--tw-gradient-to, rgba(191, 219, 254, 0));
}

.focus\:via-blue-300:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #93c5fd, var(--tw-gradient-to, rgba(147, 197, 253, 0));
}

.focus\:via-blue-400:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #60a5fa, var(--tw-gradient-to, rgba(96, 165, 250, 0));
}

.focus\:via-blue-500:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #3b82f6, var(--tw-gradient-to, rgba(59, 130, 246, 0));
}

.focus\:via-blue-600:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #2563eb, var(--tw-gradient-to, rgba(37, 99, 235, 0));
}

.focus\:via-blue-700:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #1d4ed8, var(--tw-gradient-to, rgba(29, 78, 216, 0));
}

.focus\:via-blue-800:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #1e40af, var(--tw-gradient-to, rgba(30, 64, 175, 0));
}

.focus\:via-blue-900:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #1e3a8a, var(--tw-gradient-to, rgba(30, 58, 138, 0));
}

.focus\:via-body-and-labels:focus {
  --tw-gradient-stops: var(--tw-gradient-from), var(--body-and-labels), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.focus\:via-brand:focus {
  --tw-gradient-stops: var(--tw-gradient-from), var(--brand), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.focus\:via-code-base-64:focus {
  --tw-gradient-stops: var(--tw-gradient-from), var(--code-base-64), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.focus\:via-code-bg:focus {
  --tw-gradient-stops: var(--tw-gradient-from), var(--code-bg), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.focus\:via-code-outline:focus {
  --tw-gradient-stops: var(--tw-gradient-from), var(--code-outline), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.focus\:via-code-text:focus {
  --tw-gradient-stops: var(--tw-gradient-from), var(--code-text), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.focus\:via-critical:focus {
  --tw-gradient-stops: var(--tw-gradient-from), var(--critical), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.focus\:via-destructive-hover:focus {
  --tw-gradient-stops: var(--tw-gradient-from), var(--destructive-hover), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.focus\:via-destructive-idle:focus {
  --tw-gradient-stops: var(--tw-gradient-from), var(--destructive-idle), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.focus\:via-destructive-pressed:focus {
  --tw-gradient-stops: var(--tw-gradient-from), var(--destructive-pressed), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.focus\:via-disabled:focus {
  --tw-gradient-stops: var(--tw-gradient-from), var(--disabled), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.focus\:via-disc-operations:focus {
  --tw-gradient-stops: var(--tw-gradient-from), var(--disc-operations), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.focus\:via-dns-requests:focus {
  --tw-gradient-stops: var(--tw-gradient-from), var(--dns-requests), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.focus\:via-focus:focus {
  --tw-gradient-stops: var(--tw-gradient-from), var(--focus), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.focus\:via-graph-1:focus {
  --tw-gradient-stops: var(--tw-gradient-from), var(--graph-1), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.focus\:via-graph-10:focus {
  --tw-gradient-stops: var(--tw-gradient-from), var(--graph-10), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.focus\:via-graph-11:focus {
  --tw-gradient-stops: var(--tw-gradient-from), var(--graph-11), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.focus\:via-graph-2:focus {
  --tw-gradient-stops: var(--tw-gradient-from), var(--graph-2), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.focus\:via-graph-3:focus {
  --tw-gradient-stops: var(--tw-gradient-from), var(--graph-3), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.focus\:via-graph-4:focus {
  --tw-gradient-stops: var(--tw-gradient-from), var(--graph-4), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.focus\:via-graph-5:focus {
  --tw-gradient-stops: var(--tw-gradient-from), var(--graph-5), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.focus\:via-graph-6:focus {
  --tw-gradient-stops: var(--tw-gradient-from), var(--graph-6), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.focus\:via-graph-7:focus {
  --tw-gradient-stops: var(--tw-gradient-from), var(--graph-7), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.focus\:via-graph-8:focus {
  --tw-gradient-stops: var(--tw-gradient-from), var(--graph-8), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.focus\:via-graph-9:focus {
  --tw-gradient-stops: var(--tw-gradient-from), var(--graph-9), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.focus\:via-graph-disabled:focus {
  --tw-gradient-stops: var(--tw-gradient-from), var(--graph-disabled), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.focus\:via-ground-floor:focus {
  --tw-gradient-stops: var(--tw-gradient-from), var(--ground-floor), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.focus\:via-high:focus {
  --tw-gradient-stops: var(--tw-gradient-from), var(--high), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.focus\:via-informational:focus {
  --tw-gradient-stops: var(--tw-gradient-from), var(--informational), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.focus\:via-lines-dark:focus {
  --tw-gradient-stops: var(--tw-gradient-from), var(--lines-dark), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.focus\:via-lines-light:focus {
  --tw-gradient-stops: var(--tw-gradient-from), var(--lines-light), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.focus\:via-low:focus {
  --tw-gradient-stops: var(--tw-gradient-from), var(--low), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.focus\:via-medium:focus {
  --tw-gradient-stops: var(--tw-gradient-from), var(--medium), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.focus\:via-mezzanine:focus {
  --tw-gradient-stops: var(--tw-gradient-from), var(--mezzanine), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.focus\:via-nav-text-and-icons:focus {
  --tw-gradient-stops: var(--tw-gradient-from), var(--nav-text-and-icons), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.focus\:via-nav-text-secondary:focus {
  --tw-gradient-stops: var(--tw-gradient-from), var(--nav-text-secondary), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.focus\:via-network-operations:focus {
  --tw-gradient-stops: var(--tw-gradient-from), var(--network-operations), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.focus\:via-normal-hover:focus {
  --tw-gradient-stops: var(--tw-gradient-from), var(--normal-hover), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.focus\:via-normal-idle:focus {
  --tw-gradient-stops: var(--tw-gradient-from), var(--normal-idle), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.focus\:via-normal-pressed:focus {
  --tw-gradient-stops: var(--tw-gradient-from), var(--normal-pressed), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.focus\:via-overlay-0\.5:focus {
  --tw-gradient-stops: var(--tw-gradient-from), var(--overlay-0\.5), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.focus\:via-overlay-1:focus {
  --tw-gradient-stops: var(--tw-gradient-from), var(--overlay-1), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.focus\:via-overlay-2:focus {
  --tw-gradient-stops: var(--tw-gradient-from), var(--overlay-2), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.focus\:via-positive:focus {
  --tw-gradient-stops: var(--tw-gradient-from), var(--positive), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.focus\:via-primary-hover:focus {
  --tw-gradient-stops: var(--tw-gradient-from), var(--primary-hover), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.focus\:via-primary-idle:focus {
  --tw-gradient-stops: var(--tw-gradient-from), var(--primary-idle), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.focus\:via-primary-pressed:focus {
  --tw-gradient-stops: var(--tw-gradient-from), var(--primary-pressed), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.focus\:via-process-operations:focus {
  --tw-gradient-stops: var(--tw-gradient-from), var(--process-operations), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.focus\:via-purple-50:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #faf5ff, var(--tw-gradient-to, rgba(250, 245, 255, 0));
}

.focus\:via-purple-100:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #f3e8ff, var(--tw-gradient-to, rgba(243, 232, 255, 0));
}

.focus\:via-purple-200:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #e9d5ff, var(--tw-gradient-to, rgba(233, 213, 255, 0));
}

.focus\:via-purple-300:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #d8b4fe, var(--tw-gradient-to, rgba(216, 180, 254, 0));
}

.focus\:via-purple-400:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #c084fc, var(--tw-gradient-to, rgba(192, 132, 252, 0));
}

.focus\:via-purple-500:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #a855f7, var(--tw-gradient-to, rgba(168, 85, 247, 0));
}

.focus\:via-purple-600:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #9333ea, var(--tw-gradient-to, rgba(147, 51, 234, 0));
}

.focus\:via-purple-700:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #7e22ce, var(--tw-gradient-to, rgba(126, 34, 206, 0));
}

.focus\:via-purple-800:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #6b21a8, var(--tw-gradient-to, rgba(107, 33, 168, 0));
}

.focus\:via-purple-900:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #581c87, var(--tw-gradient-to, rgba(88, 28, 135, 0));
}

.focus\:via-registry-operations:focus {
  --tw-gradient-stops: var(--tw-gradient-from), var(--registry-operations), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.focus\:via-selected:focus {
  --tw-gradient-stops: var(--tw-gradient-from), var(--selected), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.focus\:via-surface-2xl:focus {
  --tw-gradient-stops: var(--tw-gradient-from), var(--surface-2xl), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.focus\:via-surface-base:focus {
  --tw-gradient-stops: var(--tw-gradient-from), var(--surface-base), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.focus\:via-surface-inner:focus {
  --tw-gradient-stops: var(--tw-gradient-from), var(--surface-inner), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.focus\:via-surface-lg:focus {
  --tw-gradient-stops: var(--tw-gradient-from), var(--surface-lg), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.focus\:via-surface-md:focus {
  --tw-gradient-stops: var(--tw-gradient-from), var(--surface-md), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.focus\:via-surface-xl:focus {
  --tw-gradient-stops: var(--tw-gradient-from), var(--surface-xl), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.focus\:via-text-and-icons:focus {
  --tw-gradient-stops: var(--tw-gradient-from), var(--text-and-icons), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.focus\:via-titles-and-attributes:focus {
  --tw-gradient-stops: var(--tw-gradient-from), var(--titles-and-attributes), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.focus\:via-black:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #000, var(--tw-gradient-to, rgba(0, 0, 0, 0));
}

.focus\:via-white:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #fff, var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.focus\:via-rose-50:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #fff1f2, var(--tw-gradient-to, rgba(255, 241, 242, 0));
}

.focus\:via-rose-100:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #ffe4e6, var(--tw-gradient-to, rgba(255, 228, 230, 0));
}

.focus\:via-rose-200:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #fecdd3, var(--tw-gradient-to, rgba(254, 205, 211, 0));
}

.focus\:via-rose-300:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #fda4af, var(--tw-gradient-to, rgba(253, 164, 175, 0));
}

.focus\:via-rose-400:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #fb7185, var(--tw-gradient-to, rgba(251, 113, 133, 0));
}

.focus\:via-rose-500:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #f43f5e, var(--tw-gradient-to, rgba(244, 63, 94, 0));
}

.focus\:via-rose-600:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #e11d48, var(--tw-gradient-to, rgba(225, 29, 72, 0));
}

.focus\:via-rose-700:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #be123c, var(--tw-gradient-to, rgba(190, 18, 60, 0));
}

.focus\:via-rose-800:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #9f1239, var(--tw-gradient-to, rgba(159, 18, 57, 0));
}

.focus\:via-rose-900:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #881337, var(--tw-gradient-to, rgba(136, 19, 55, 0));
}

.focus\:via-pink-50:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #fdf2f8, var(--tw-gradient-to, rgba(253, 242, 248, 0));
}

.focus\:via-pink-100:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #fce7f3, var(--tw-gradient-to, rgba(252, 231, 243, 0));
}

.focus\:via-pink-200:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #fbcfe8, var(--tw-gradient-to, rgba(251, 207, 232, 0));
}

.focus\:via-pink-300:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #f9a8d4, var(--tw-gradient-to, rgba(249, 168, 212, 0));
}

.focus\:via-pink-400:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #f472b6, var(--tw-gradient-to, rgba(244, 114, 182, 0));
}

.focus\:via-pink-500:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #ec4899, var(--tw-gradient-to, rgba(236, 72, 153, 0));
}

.focus\:via-pink-600:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #db2777, var(--tw-gradient-to, rgba(219, 39, 119, 0));
}

.focus\:via-pink-700:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #be185d, var(--tw-gradient-to, rgba(190, 24, 93, 0));
}

.focus\:via-pink-800:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #9d174d, var(--tw-gradient-to, rgba(157, 23, 77, 0));
}

.focus\:via-pink-900:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #831843, var(--tw-gradient-to, rgba(131, 24, 67, 0));
}

.focus\:via-fuchsia-50:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #fdf4ff, var(--tw-gradient-to, rgba(253, 244, 255, 0));
}

.focus\:via-fuchsia-100:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #fae8ff, var(--tw-gradient-to, rgba(250, 232, 255, 0));
}

.focus\:via-fuchsia-200:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #f5d0fe, var(--tw-gradient-to, rgba(245, 208, 254, 0));
}

.focus\:via-fuchsia-300:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #f0abfc, var(--tw-gradient-to, rgba(240, 171, 252, 0));
}

.focus\:via-fuchsia-400:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #e879f9, var(--tw-gradient-to, rgba(232, 121, 249, 0));
}

.focus\:via-fuchsia-500:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #d946ef, var(--tw-gradient-to, rgba(217, 70, 239, 0));
}

.focus\:via-fuchsia-600:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #c026d3, var(--tw-gradient-to, rgba(192, 38, 211, 0));
}

.focus\:via-fuchsia-700:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #a21caf, var(--tw-gradient-to, rgba(162, 28, 175, 0));
}

.focus\:via-fuchsia-800:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #86198f, var(--tw-gradient-to, rgba(134, 25, 143, 0));
}

.focus\:via-fuchsia-900:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #701a75, var(--tw-gradient-to, rgba(112, 26, 117, 0));
}

.focus\:via-violet-50:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #f5f3ff, var(--tw-gradient-to, rgba(245, 243, 255, 0));
}

.focus\:via-violet-100:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #ede9fe, var(--tw-gradient-to, rgba(237, 233, 254, 0));
}

.focus\:via-violet-200:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #ddd6fe, var(--tw-gradient-to, rgba(221, 214, 254, 0));
}

.focus\:via-violet-300:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #c4b5fd, var(--tw-gradient-to, rgba(196, 181, 253, 0));
}

.focus\:via-violet-400:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #a78bfa, var(--tw-gradient-to, rgba(167, 139, 250, 0));
}

.focus\:via-violet-500:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #8b5cf6, var(--tw-gradient-to, rgba(139, 92, 246, 0));
}

.focus\:via-violet-600:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #7c3aed, var(--tw-gradient-to, rgba(124, 58, 237, 0));
}

.focus\:via-violet-700:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #6d28d9, var(--tw-gradient-to, rgba(109, 40, 217, 0));
}

.focus\:via-violet-800:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #5b21b6, var(--tw-gradient-to, rgba(91, 33, 182, 0));
}

.focus\:via-violet-900:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #4c1d95, var(--tw-gradient-to, rgba(76, 29, 149, 0));
}

.focus\:via-indigo-50:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #eef2ff, var(--tw-gradient-to, rgba(238, 242, 255, 0));
}

.focus\:via-indigo-100:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #e0e7ff, var(--tw-gradient-to, rgba(224, 231, 255, 0));
}

.focus\:via-indigo-200:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #c7d2fe, var(--tw-gradient-to, rgba(199, 210, 254, 0));
}

.focus\:via-indigo-300:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #a5b4fc, var(--tw-gradient-to, rgba(165, 180, 252, 0));
}

.focus\:via-indigo-400:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #818cf8, var(--tw-gradient-to, rgba(129, 140, 248, 0));
}

.focus\:via-indigo-500:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #6366f1, var(--tw-gradient-to, rgba(99, 102, 241, 0));
}

.focus\:via-indigo-600:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #4f46e5, var(--tw-gradient-to, rgba(79, 70, 229, 0));
}

.focus\:via-indigo-700:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #4338ca, var(--tw-gradient-to, rgba(67, 56, 202, 0));
}

.focus\:via-indigo-800:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #3730a3, var(--tw-gradient-to, rgba(55, 48, 163, 0));
}

.focus\:via-indigo-900:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #312e81, var(--tw-gradient-to, rgba(49, 46, 129, 0));
}

.focus\:via-lightBlue-50:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #f0f9ff, var(--tw-gradient-to, rgba(240, 249, 255, 0));
}

.focus\:via-lightBlue-100:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #e0f2fe, var(--tw-gradient-to, rgba(224, 242, 254, 0));
}

.focus\:via-lightBlue-200:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #bae6fd, var(--tw-gradient-to, rgba(186, 230, 253, 0));
}

.focus\:via-lightBlue-300:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #7dd3fc, var(--tw-gradient-to, rgba(125, 211, 252, 0));
}

.focus\:via-lightBlue-400:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #38bdf8, var(--tw-gradient-to, rgba(56, 189, 248, 0));
}

.focus\:via-lightBlue-500:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #0ea5e9, var(--tw-gradient-to, rgba(14, 165, 233, 0));
}

.focus\:via-lightBlue-600:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #0284c7, var(--tw-gradient-to, rgba(2, 132, 199, 0));
}

.focus\:via-lightBlue-700:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #0369a1, var(--tw-gradient-to, rgba(3, 105, 161, 0));
}

.focus\:via-lightBlue-800:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #075985, var(--tw-gradient-to, rgba(7, 89, 133, 0));
}

.focus\:via-lightBlue-900:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #0c4a6e, var(--tw-gradient-to, rgba(12, 74, 110, 0));
}

.focus\:via-cyan-50:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #ecfeff, var(--tw-gradient-to, rgba(236, 254, 255, 0));
}

.focus\:via-cyan-100:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #cffafe, var(--tw-gradient-to, rgba(207, 250, 254, 0));
}

.focus\:via-cyan-200:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #a5f3fc, var(--tw-gradient-to, rgba(165, 243, 252, 0));
}

.focus\:via-cyan-300:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #67e8f9, var(--tw-gradient-to, rgba(103, 232, 249, 0));
}

.focus\:via-cyan-400:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #22d3ee, var(--tw-gradient-to, rgba(34, 211, 238, 0));
}

.focus\:via-cyan-500:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #06b6d4, var(--tw-gradient-to, rgba(6, 182, 212, 0));
}

.focus\:via-cyan-600:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #0891b2, var(--tw-gradient-to, rgba(8, 145, 178, 0));
}

.focus\:via-cyan-700:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #0e7490, var(--tw-gradient-to, rgba(14, 116, 144, 0));
}

.focus\:via-cyan-800:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #155e75, var(--tw-gradient-to, rgba(21, 94, 117, 0));
}

.focus\:via-cyan-900:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #164e63, var(--tw-gradient-to, rgba(22, 78, 99, 0));
}

.focus\:via-teal-50:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #f0fdfa, var(--tw-gradient-to, rgba(240, 253, 250, 0));
}

.focus\:via-teal-100:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #ccfbf1, var(--tw-gradient-to, rgba(204, 251, 241, 0));
}

.focus\:via-teal-200:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #99f6e4, var(--tw-gradient-to, rgba(153, 246, 228, 0));
}

.focus\:via-teal-300:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #5eead4, var(--tw-gradient-to, rgba(94, 234, 212, 0));
}

.focus\:via-teal-400:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #2dd4bf, var(--tw-gradient-to, rgba(45, 212, 191, 0));
}

.focus\:via-teal-500:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #14b8a6, var(--tw-gradient-to, rgba(20, 184, 166, 0));
}

.focus\:via-teal-600:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #0d9488, var(--tw-gradient-to, rgba(13, 148, 136, 0));
}

.focus\:via-teal-700:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #0f766e, var(--tw-gradient-to, rgba(15, 118, 110, 0));
}

.focus\:via-teal-800:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #115e59, var(--tw-gradient-to, rgba(17, 94, 89, 0));
}

.focus\:via-teal-900:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #134e4a, var(--tw-gradient-to, rgba(19, 78, 74, 0));
}

.focus\:via-emerald-50:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #ecfdf5, var(--tw-gradient-to, rgba(236, 253, 245, 0));
}

.focus\:via-emerald-100:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #d1fae5, var(--tw-gradient-to, rgba(209, 250, 229, 0));
}

.focus\:via-emerald-200:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #a7f3d0, var(--tw-gradient-to, rgba(167, 243, 208, 0));
}

.focus\:via-emerald-300:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #6ee7b7, var(--tw-gradient-to, rgba(110, 231, 183, 0));
}

.focus\:via-emerald-400:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #34d399, var(--tw-gradient-to, rgba(52, 211, 153, 0));
}

.focus\:via-emerald-500:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #10b981, var(--tw-gradient-to, rgba(16, 185, 129, 0));
}

.focus\:via-emerald-600:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #059669, var(--tw-gradient-to, rgba(5, 150, 105, 0));
}

.focus\:via-emerald-700:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #047857, var(--tw-gradient-to, rgba(4, 120, 87, 0));
}

.focus\:via-emerald-800:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #065f46, var(--tw-gradient-to, rgba(6, 95, 70, 0));
}

.focus\:via-emerald-900:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #064e3b, var(--tw-gradient-to, rgba(6, 78, 59, 0));
}

.focus\:via-green-50:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #f0fdf4, var(--tw-gradient-to, rgba(240, 253, 244, 0));
}

.focus\:via-green-100:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #dcfce7, var(--tw-gradient-to, rgba(220, 252, 231, 0));
}

.focus\:via-green-200:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #bbf7d0, var(--tw-gradient-to, rgba(187, 247, 208, 0));
}

.focus\:via-green-300:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #86efac, var(--tw-gradient-to, rgba(134, 239, 172, 0));
}

.focus\:via-green-400:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #4ade80, var(--tw-gradient-to, rgba(74, 222, 128, 0));
}

.focus\:via-green-500:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #22c55e, var(--tw-gradient-to, rgba(34, 197, 94, 0));
}

.focus\:via-green-600:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #16a34a, var(--tw-gradient-to, rgba(22, 163, 74, 0));
}

.focus\:via-green-700:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #15803d, var(--tw-gradient-to, rgba(21, 128, 61, 0));
}

.focus\:via-green-800:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #166534, var(--tw-gradient-to, rgba(22, 101, 52, 0));
}

.focus\:via-green-900:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #14532d, var(--tw-gradient-to, rgba(20, 83, 45, 0));
}

.focus\:via-lime-50:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #f7fee7, var(--tw-gradient-to, rgba(247, 254, 231, 0));
}

.focus\:via-lime-100:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #ecfccb, var(--tw-gradient-to, rgba(236, 252, 203, 0));
}

.focus\:via-lime-200:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #d9f99d, var(--tw-gradient-to, rgba(217, 249, 157, 0));
}

.focus\:via-lime-300:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #bef264, var(--tw-gradient-to, rgba(190, 242, 100, 0));
}

.focus\:via-lime-400:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #a3e635, var(--tw-gradient-to, rgba(163, 230, 53, 0));
}

.focus\:via-lime-500:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #84cc16, var(--tw-gradient-to, rgba(132, 204, 22, 0));
}

.focus\:via-lime-600:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #65a30d, var(--tw-gradient-to, rgba(101, 163, 13, 0));
}

.focus\:via-lime-700:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #4d7c0f, var(--tw-gradient-to, rgba(77, 124, 15, 0));
}

.focus\:via-lime-800:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #3f6212, var(--tw-gradient-to, rgba(63, 98, 18, 0));
}

.focus\:via-lime-900:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #365314, var(--tw-gradient-to, rgba(54, 83, 20, 0));
}

.focus\:via-yellow-50:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #fefce8, var(--tw-gradient-to, rgba(254, 252, 232, 0));
}

.focus\:via-yellow-100:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #fef9c3, var(--tw-gradient-to, rgba(254, 249, 195, 0));
}

.focus\:via-yellow-200:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #fef08a, var(--tw-gradient-to, rgba(254, 240, 138, 0));
}

.focus\:via-yellow-300:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #fde047, var(--tw-gradient-to, rgba(253, 224, 71, 0));
}

.focus\:via-yellow-400:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #facc15, var(--tw-gradient-to, rgba(250, 204, 21, 0));
}

.focus\:via-yellow-500:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #eab308, var(--tw-gradient-to, rgba(234, 179, 8, 0));
}

.focus\:via-yellow-600:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #ca8a04, var(--tw-gradient-to, rgba(202, 138, 4, 0));
}

.focus\:via-yellow-700:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #a16207, var(--tw-gradient-to, rgba(161, 98, 7, 0));
}

.focus\:via-yellow-800:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #854d0e, var(--tw-gradient-to, rgba(133, 77, 14, 0));
}

.focus\:via-yellow-900:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #713f12, var(--tw-gradient-to, rgba(113, 63, 18, 0));
}

.focus\:via-amber-50:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #fffbeb, var(--tw-gradient-to, rgba(255, 251, 235, 0));
}

.focus\:via-amber-100:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #fef3c7, var(--tw-gradient-to, rgba(254, 243, 199, 0));
}

.focus\:via-amber-200:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #fde68a, var(--tw-gradient-to, rgba(253, 230, 138, 0));
}

.focus\:via-amber-300:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #fcd34d, var(--tw-gradient-to, rgba(252, 211, 77, 0));
}

.focus\:via-amber-400:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #fbbf24, var(--tw-gradient-to, rgba(251, 191, 36, 0));
}

.focus\:via-amber-500:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #f59e0b, var(--tw-gradient-to, rgba(245, 158, 11, 0));
}

.focus\:via-amber-600:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #d97706, var(--tw-gradient-to, rgba(217, 119, 6, 0));
}

.focus\:via-amber-700:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #b45309, var(--tw-gradient-to, rgba(180, 83, 9, 0));
}

.focus\:via-amber-800:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #92400e, var(--tw-gradient-to, rgba(146, 64, 14, 0));
}

.focus\:via-amber-900:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #78350f, var(--tw-gradient-to, rgba(120, 53, 15, 0));
}

.focus\:via-orange-50:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #fff7ed, var(--tw-gradient-to, rgba(255, 247, 237, 0));
}

.focus\:via-orange-100:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #ffedd5, var(--tw-gradient-to, rgba(255, 237, 213, 0));
}

.focus\:via-orange-200:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #fed7aa, var(--tw-gradient-to, rgba(254, 215, 170, 0));
}

.focus\:via-orange-300:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #fdba74, var(--tw-gradient-to, rgba(253, 186, 116, 0));
}

.focus\:via-orange-400:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #fb923c, var(--tw-gradient-to, rgba(251, 146, 60, 0));
}

.focus\:via-orange-500:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #f97316, var(--tw-gradient-to, rgba(249, 115, 22, 0));
}

.focus\:via-orange-600:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #ea580c, var(--tw-gradient-to, rgba(234, 88, 12, 0));
}

.focus\:via-orange-700:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #c2410c, var(--tw-gradient-to, rgba(194, 65, 12, 0));
}

.focus\:via-orange-800:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #9a3412, var(--tw-gradient-to, rgba(154, 52, 18, 0));
}

.focus\:via-orange-900:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #7c2d12, var(--tw-gradient-to, rgba(124, 45, 18, 0));
}

.focus\:via-red-50:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #fef2f2, var(--tw-gradient-to, rgba(254, 242, 242, 0));
}

.focus\:via-red-100:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #fee2e2, var(--tw-gradient-to, rgba(254, 226, 226, 0));
}

.focus\:via-red-200:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #fecaca, var(--tw-gradient-to, rgba(254, 202, 202, 0));
}

.focus\:via-red-300:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #fca5a5, var(--tw-gradient-to, rgba(252, 165, 165, 0));
}

.focus\:via-red-400:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #f87171, var(--tw-gradient-to, rgba(248, 113, 113, 0));
}

.focus\:via-red-500:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #ef4444, var(--tw-gradient-to, rgba(239, 68, 68, 0));
}

.focus\:via-red-600:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #dc2626, var(--tw-gradient-to, rgba(220, 38, 38, 0));
}

.focus\:via-red-700:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #b91c1c, var(--tw-gradient-to, rgba(185, 28, 28, 0));
}

.focus\:via-red-800:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #991b1b, var(--tw-gradient-to, rgba(153, 27, 27, 0));
}

.focus\:via-red-900:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #7f1d1d, var(--tw-gradient-to, rgba(127, 29, 29, 0));
}

.focus\:via-warmGray-50:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #fafaf9, var(--tw-gradient-to, rgba(250, 250, 249, 0));
}

.focus\:via-warmGray-100:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #f5f5f4, var(--tw-gradient-to, rgba(245, 245, 244, 0));
}

.focus\:via-warmGray-200:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #e7e5e4, var(--tw-gradient-to, rgba(231, 229, 228, 0));
}

.focus\:via-warmGray-300:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #d6d3d1, var(--tw-gradient-to, rgba(214, 211, 209, 0));
}

.focus\:via-warmGray-400:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #a8a29e, var(--tw-gradient-to, rgba(168, 162, 158, 0));
}

.focus\:via-warmGray-500:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #78716c, var(--tw-gradient-to, rgba(120, 113, 108, 0));
}

.focus\:via-warmGray-600:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #57534e, var(--tw-gradient-to, rgba(87, 83, 78, 0));
}

.focus\:via-warmGray-700:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #44403c, var(--tw-gradient-to, rgba(68, 64, 60, 0));
}

.focus\:via-warmGray-800:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #292524, var(--tw-gradient-to, rgba(41, 37, 36, 0));
}

.focus\:via-warmGray-900:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #1c1917, var(--tw-gradient-to, rgba(28, 25, 23, 0));
}

.focus\:via-trueGray-50:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #fafafa, var(--tw-gradient-to, rgba(250, 250, 250, 0));
}

.focus\:via-trueGray-100:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #f5f5f5, var(--tw-gradient-to, rgba(245, 245, 245, 0));
}

.focus\:via-trueGray-200:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #e5e5e5, var(--tw-gradient-to, rgba(229, 229, 229, 0));
}

.focus\:via-trueGray-300:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #d4d4d4, var(--tw-gradient-to, rgba(212, 212, 212, 0));
}

.focus\:via-trueGray-400:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #a3a3a3, var(--tw-gradient-to, rgba(163, 163, 163, 0));
}

.focus\:via-trueGray-500:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #737373, var(--tw-gradient-to, rgba(115, 115, 115, 0));
}

.focus\:via-trueGray-600:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #525252, var(--tw-gradient-to, rgba(82, 82, 82, 0));
}

.focus\:via-trueGray-700:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #404040, var(--tw-gradient-to, rgba(64, 64, 64, 0));
}

.focus\:via-trueGray-800:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #262626, var(--tw-gradient-to, rgba(38, 38, 38, 0));
}

.focus\:via-trueGray-900:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #171717, var(--tw-gradient-to, rgba(23, 23, 23, 0));
}

.focus\:via-gray-50:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #fafafa, var(--tw-gradient-to, rgba(250, 250, 250, 0));
}

.focus\:via-gray-100:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #f4f4f5, var(--tw-gradient-to, rgba(244, 244, 245, 0));
}

.focus\:via-gray-200:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #e4e4e7, var(--tw-gradient-to, rgba(228, 228, 231, 0));
}

.focus\:via-gray-300:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #d4d4d8, var(--tw-gradient-to, rgba(212, 212, 216, 0));
}

.focus\:via-gray-400:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #a1a1aa, var(--tw-gradient-to, rgba(161, 161, 170, 0));
}

.focus\:via-gray-500:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #71717a, var(--tw-gradient-to, rgba(113, 113, 122, 0));
}

.focus\:via-gray-600:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #52525b, var(--tw-gradient-to, rgba(82, 82, 91, 0));
}

.focus\:via-gray-700:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #3f3f46, var(--tw-gradient-to, rgba(63, 63, 70, 0));
}

.focus\:via-gray-800:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #27272a, var(--tw-gradient-to, rgba(39, 39, 42, 0));
}

.focus\:via-gray-900:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #18181b, var(--tw-gradient-to, rgba(24, 24, 27, 0));
}

.focus\:via-coolGray-50:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #f9fafb, var(--tw-gradient-to, rgba(249, 250, 251, 0));
}

.focus\:via-coolGray-100:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #f3f4f6, var(--tw-gradient-to, rgba(243, 244, 246, 0));
}

.focus\:via-coolGray-200:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #e5e7eb, var(--tw-gradient-to, rgba(229, 231, 235, 0));
}

.focus\:via-coolGray-300:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #d1d5db, var(--tw-gradient-to, rgba(209, 213, 219, 0));
}

.focus\:via-coolGray-400:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #9ca3af, var(--tw-gradient-to, rgba(156, 163, 175, 0));
}

.focus\:via-coolGray-500:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #6b7280, var(--tw-gradient-to, rgba(107, 114, 128, 0));
}

.focus\:via-coolGray-600:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #4b5563, var(--tw-gradient-to, rgba(75, 85, 99, 0));
}

.focus\:via-coolGray-700:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #374151, var(--tw-gradient-to, rgba(55, 65, 81, 0));
}

.focus\:via-coolGray-800:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #1f2937, var(--tw-gradient-to, rgba(31, 41, 55, 0));
}

.focus\:via-coolGray-900:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #111827, var(--tw-gradient-to, rgba(17, 24, 39, 0));
}

.focus\:via-blueGray-50:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #f8fafc, var(--tw-gradient-to, rgba(248, 250, 252, 0));
}

.focus\:via-blueGray-100:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #f1f5f9, var(--tw-gradient-to, rgba(241, 245, 249, 0));
}

.focus\:via-blueGray-200:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #e2e8f0, var(--tw-gradient-to, rgba(226, 232, 240, 0));
}

.focus\:via-blueGray-300:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #cbd5e1, var(--tw-gradient-to, rgba(203, 213, 225, 0));
}

.focus\:via-blueGray-400:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #94a3b8, var(--tw-gradient-to, rgba(148, 163, 184, 0));
}

.focus\:via-blueGray-500:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #64748b, var(--tw-gradient-to, rgba(100, 116, 139, 0));
}

.focus\:via-blueGray-600:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #475569, var(--tw-gradient-to, rgba(71, 85, 105, 0));
}

.focus\:via-blueGray-700:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #334155, var(--tw-gradient-to, rgba(51, 65, 85, 0));
}

.focus\:via-blueGray-800:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #1e293b, var(--tw-gradient-to, rgba(30, 41, 59, 0));
}

.focus\:via-blueGray-900:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #0f172a, var(--tw-gradient-to, rgba(15, 23, 42, 0));
}

.to-current {
  --tw-gradient-to: currentColor;
}

.to-transparent {
  --tw-gradient-to: transparent;
}

.to-falcon {
  --tw-gradient-to: var(--falcon);
}

.to-basement {
  --tw-gradient-to: var(--basement);
}

.to-blue-50 {
  --tw-gradient-to: #eff6ff;
}

.to-blue-100 {
  --tw-gradient-to: #dbeafe;
}

.to-blue-200 {
  --tw-gradient-to: #bfdbfe;
}

.to-blue-300 {
  --tw-gradient-to: #93c5fd;
}

.to-blue-400 {
  --tw-gradient-to: #60a5fa;
}

.to-blue-500 {
  --tw-gradient-to: #3b82f6;
}

.to-blue-600 {
  --tw-gradient-to: #2563eb;
}

.to-blue-700 {
  --tw-gradient-to: #1d4ed8;
}

.to-blue-800 {
  --tw-gradient-to: #1e40af;
}

.to-blue-900 {
  --tw-gradient-to: #1e3a8a;
}

.to-body-and-labels {
  --tw-gradient-to: var(--body-and-labels);
}

.to-brand {
  --tw-gradient-to: var(--brand);
}

.to-code-base-64 {
  --tw-gradient-to: var(--code-base-64);
}

.to-code-bg {
  --tw-gradient-to: var(--code-bg);
}

.to-code-outline {
  --tw-gradient-to: var(--code-outline);
}

.to-code-text {
  --tw-gradient-to: var(--code-text);
}

.to-critical {
  --tw-gradient-to: var(--critical);
}

.to-destructive-hover {
  --tw-gradient-to: var(--destructive-hover);
}

.to-destructive-idle {
  --tw-gradient-to: var(--destructive-idle);
}

.to-destructive-pressed {
  --tw-gradient-to: var(--destructive-pressed);
}

.to-disabled {
  --tw-gradient-to: var(--disabled);
}

.to-disc-operations {
  --tw-gradient-to: var(--disc-operations);
}

.to-dns-requests {
  --tw-gradient-to: var(--dns-requests);
}

.to-focus {
  --tw-gradient-to: var(--focus);
}

.to-graph-1 {
  --tw-gradient-to: var(--graph-1);
}

.to-graph-10 {
  --tw-gradient-to: var(--graph-10);
}

.to-graph-11 {
  --tw-gradient-to: var(--graph-11);
}

.to-graph-2 {
  --tw-gradient-to: var(--graph-2);
}

.to-graph-3 {
  --tw-gradient-to: var(--graph-3);
}

.to-graph-4 {
  --tw-gradient-to: var(--graph-4);
}

.to-graph-5 {
  --tw-gradient-to: var(--graph-5);
}

.to-graph-6 {
  --tw-gradient-to: var(--graph-6);
}

.to-graph-7 {
  --tw-gradient-to: var(--graph-7);
}

.to-graph-8 {
  --tw-gradient-to: var(--graph-8);
}

.to-graph-9 {
  --tw-gradient-to: var(--graph-9);
}

.to-graph-disabled {
  --tw-gradient-to: var(--graph-disabled);
}

.to-ground-floor {
  --tw-gradient-to: var(--ground-floor);
}

.to-high {
  --tw-gradient-to: var(--high);
}

.to-informational {
  --tw-gradient-to: var(--informational);
}

.to-lines-dark {
  --tw-gradient-to: var(--lines-dark);
}

.to-lines-light {
  --tw-gradient-to: var(--lines-light);
}

.to-low {
  --tw-gradient-to: var(--low);
}

.to-medium {
  --tw-gradient-to: var(--medium);
}

.to-mezzanine {
  --tw-gradient-to: var(--mezzanine);
}

.to-nav-text-and-icons {
  --tw-gradient-to: var(--nav-text-and-icons);
}

.to-nav-text-secondary {
  --tw-gradient-to: var(--nav-text-secondary);
}

.to-network-operations {
  --tw-gradient-to: var(--network-operations);
}

.to-normal-hover {
  --tw-gradient-to: var(--normal-hover);
}

.to-normal-idle {
  --tw-gradient-to: var(--normal-idle);
}

.to-normal-pressed {
  --tw-gradient-to: var(--normal-pressed);
}

.to-overlay-0\.5 {
  --tw-gradient-to: var(--overlay-0\.5);
}

.to-overlay-1 {
  --tw-gradient-to: var(--overlay-1);
}

.to-overlay-2 {
  --tw-gradient-to: var(--overlay-2);
}

.to-positive {
  --tw-gradient-to: var(--positive);
}

.to-primary-hover {
  --tw-gradient-to: var(--primary-hover);
}

.to-primary-idle {
  --tw-gradient-to: var(--primary-idle);
}

.to-primary-pressed {
  --tw-gradient-to: var(--primary-pressed);
}

.to-process-operations {
  --tw-gradient-to: var(--process-operations);
}

.to-purple-50 {
  --tw-gradient-to: #faf5ff;
}

.to-purple-100 {
  --tw-gradient-to: #f3e8ff;
}

.to-purple-200 {
  --tw-gradient-to: #e9d5ff;
}

.to-purple-300 {
  --tw-gradient-to: #d8b4fe;
}

.to-purple-400 {
  --tw-gradient-to: #c084fc;
}

.to-purple-500 {
  --tw-gradient-to: #a855f7;
}

.to-purple-600 {
  --tw-gradient-to: #9333ea;
}

.to-purple-700 {
  --tw-gradient-to: #7e22ce;
}

.to-purple-800 {
  --tw-gradient-to: #6b21a8;
}

.to-purple-900 {
  --tw-gradient-to: #581c87;
}

.to-registry-operations {
  --tw-gradient-to: var(--registry-operations);
}

.to-selected {
  --tw-gradient-to: var(--selected);
}

.to-surface-2xl {
  --tw-gradient-to: var(--surface-2xl);
}

.to-surface-base {
  --tw-gradient-to: var(--surface-base);
}

.to-surface-inner {
  --tw-gradient-to: var(--surface-inner);
}

.to-surface-lg {
  --tw-gradient-to: var(--surface-lg);
}

.to-surface-md {
  --tw-gradient-to: var(--surface-md);
}

.to-surface-xl {
  --tw-gradient-to: var(--surface-xl);
}

.to-text-and-icons {
  --tw-gradient-to: var(--text-and-icons);
}

.to-titles-and-attributes {
  --tw-gradient-to: var(--titles-and-attributes);
}

.to-black {
  --tw-gradient-to: #000;
}

.to-white {
  --tw-gradient-to: #fff;
}

.to-rose-50 {
  --tw-gradient-to: #fff1f2;
}

.to-rose-100 {
  --tw-gradient-to: #ffe4e6;
}

.to-rose-200 {
  --tw-gradient-to: #fecdd3;
}

.to-rose-300 {
  --tw-gradient-to: #fda4af;
}

.to-rose-400 {
  --tw-gradient-to: #fb7185;
}

.to-rose-500 {
  --tw-gradient-to: #f43f5e;
}

.to-rose-600 {
  --tw-gradient-to: #e11d48;
}

.to-rose-700 {
  --tw-gradient-to: #be123c;
}

.to-rose-800 {
  --tw-gradient-to: #9f1239;
}

.to-rose-900 {
  --tw-gradient-to: #881337;
}

.to-pink-50 {
  --tw-gradient-to: #fdf2f8;
}

.to-pink-100 {
  --tw-gradient-to: #fce7f3;
}

.to-pink-200 {
  --tw-gradient-to: #fbcfe8;
}

.to-pink-300 {
  --tw-gradient-to: #f9a8d4;
}

.to-pink-400 {
  --tw-gradient-to: #f472b6;
}

.to-pink-500 {
  --tw-gradient-to: #ec4899;
}

.to-pink-600 {
  --tw-gradient-to: #db2777;
}

.to-pink-700 {
  --tw-gradient-to: #be185d;
}

.to-pink-800 {
  --tw-gradient-to: #9d174d;
}

.to-pink-900 {
  --tw-gradient-to: #831843;
}

.to-fuchsia-50 {
  --tw-gradient-to: #fdf4ff;
}

.to-fuchsia-100 {
  --tw-gradient-to: #fae8ff;
}

.to-fuchsia-200 {
  --tw-gradient-to: #f5d0fe;
}

.to-fuchsia-300 {
  --tw-gradient-to: #f0abfc;
}

.to-fuchsia-400 {
  --tw-gradient-to: #e879f9;
}

.to-fuchsia-500 {
  --tw-gradient-to: #d946ef;
}

.to-fuchsia-600 {
  --tw-gradient-to: #c026d3;
}

.to-fuchsia-700 {
  --tw-gradient-to: #a21caf;
}

.to-fuchsia-800 {
  --tw-gradient-to: #86198f;
}

.to-fuchsia-900 {
  --tw-gradient-to: #701a75;
}

.to-violet-50 {
  --tw-gradient-to: #f5f3ff;
}

.to-violet-100 {
  --tw-gradient-to: #ede9fe;
}

.to-violet-200 {
  --tw-gradient-to: #ddd6fe;
}

.to-violet-300 {
  --tw-gradient-to: #c4b5fd;
}

.to-violet-400 {
  --tw-gradient-to: #a78bfa;
}

.to-violet-500 {
  --tw-gradient-to: #8b5cf6;
}

.to-violet-600 {
  --tw-gradient-to: #7c3aed;
}

.to-violet-700 {
  --tw-gradient-to: #6d28d9;
}

.to-violet-800 {
  --tw-gradient-to: #5b21b6;
}

.to-violet-900 {
  --tw-gradient-to: #4c1d95;
}

.to-indigo-50 {
  --tw-gradient-to: #eef2ff;
}

.to-indigo-100 {
  --tw-gradient-to: #e0e7ff;
}

.to-indigo-200 {
  --tw-gradient-to: #c7d2fe;
}

.to-indigo-300 {
  --tw-gradient-to: #a5b4fc;
}

.to-indigo-400 {
  --tw-gradient-to: #818cf8;
}

.to-indigo-500 {
  --tw-gradient-to: #6366f1;
}

.to-indigo-600 {
  --tw-gradient-to: #4f46e5;
}

.to-indigo-700 {
  --tw-gradient-to: #4338ca;
}

.to-indigo-800 {
  --tw-gradient-to: #3730a3;
}

.to-indigo-900 {
  --tw-gradient-to: #312e81;
}

.to-lightBlue-50 {
  --tw-gradient-to: #f0f9ff;
}

.to-lightBlue-100 {
  --tw-gradient-to: #e0f2fe;
}

.to-lightBlue-200 {
  --tw-gradient-to: #bae6fd;
}

.to-lightBlue-300 {
  --tw-gradient-to: #7dd3fc;
}

.to-lightBlue-400 {
  --tw-gradient-to: #38bdf8;
}

.to-lightBlue-500 {
  --tw-gradient-to: #0ea5e9;
}

.to-lightBlue-600 {
  --tw-gradient-to: #0284c7;
}

.to-lightBlue-700 {
  --tw-gradient-to: #0369a1;
}

.to-lightBlue-800 {
  --tw-gradient-to: #075985;
}

.to-lightBlue-900 {
  --tw-gradient-to: #0c4a6e;
}

.to-cyan-50 {
  --tw-gradient-to: #ecfeff;
}

.to-cyan-100 {
  --tw-gradient-to: #cffafe;
}

.to-cyan-200 {
  --tw-gradient-to: #a5f3fc;
}

.to-cyan-300 {
  --tw-gradient-to: #67e8f9;
}

.to-cyan-400 {
  --tw-gradient-to: #22d3ee;
}

.to-cyan-500 {
  --tw-gradient-to: #06b6d4;
}

.to-cyan-600 {
  --tw-gradient-to: #0891b2;
}

.to-cyan-700 {
  --tw-gradient-to: #0e7490;
}

.to-cyan-800 {
  --tw-gradient-to: #155e75;
}

.to-cyan-900 {
  --tw-gradient-to: #164e63;
}

.to-teal-50 {
  --tw-gradient-to: #f0fdfa;
}

.to-teal-100 {
  --tw-gradient-to: #ccfbf1;
}

.to-teal-200 {
  --tw-gradient-to: #99f6e4;
}

.to-teal-300 {
  --tw-gradient-to: #5eead4;
}

.to-teal-400 {
  --tw-gradient-to: #2dd4bf;
}

.to-teal-500 {
  --tw-gradient-to: #14b8a6;
}

.to-teal-600 {
  --tw-gradient-to: #0d9488;
}

.to-teal-700 {
  --tw-gradient-to: #0f766e;
}

.to-teal-800 {
  --tw-gradient-to: #115e59;
}

.to-teal-900 {
  --tw-gradient-to: #134e4a;
}

.to-emerald-50 {
  --tw-gradient-to: #ecfdf5;
}

.to-emerald-100 {
  --tw-gradient-to: #d1fae5;
}

.to-emerald-200 {
  --tw-gradient-to: #a7f3d0;
}

.to-emerald-300 {
  --tw-gradient-to: #6ee7b7;
}

.to-emerald-400 {
  --tw-gradient-to: #34d399;
}

.to-emerald-500 {
  --tw-gradient-to: #10b981;
}

.to-emerald-600 {
  --tw-gradient-to: #059669;
}

.to-emerald-700 {
  --tw-gradient-to: #047857;
}

.to-emerald-800 {
  --tw-gradient-to: #065f46;
}

.to-emerald-900 {
  --tw-gradient-to: #064e3b;
}

.to-green-50 {
  --tw-gradient-to: #f0fdf4;
}

.to-green-100 {
  --tw-gradient-to: #dcfce7;
}

.to-green-200 {
  --tw-gradient-to: #bbf7d0;
}

.to-green-300 {
  --tw-gradient-to: #86efac;
}

.to-green-400 {
  --tw-gradient-to: #4ade80;
}

.to-green-500 {
  --tw-gradient-to: #22c55e;
}

.to-green-600 {
  --tw-gradient-to: #16a34a;
}

.to-green-700 {
  --tw-gradient-to: #15803d;
}

.to-green-800 {
  --tw-gradient-to: #166534;
}

.to-green-900 {
  --tw-gradient-to: #14532d;
}

.to-lime-50 {
  --tw-gradient-to: #f7fee7;
}

.to-lime-100 {
  --tw-gradient-to: #ecfccb;
}

.to-lime-200 {
  --tw-gradient-to: #d9f99d;
}

.to-lime-300 {
  --tw-gradient-to: #bef264;
}

.to-lime-400 {
  --tw-gradient-to: #a3e635;
}

.to-lime-500 {
  --tw-gradient-to: #84cc16;
}

.to-lime-600 {
  --tw-gradient-to: #65a30d;
}

.to-lime-700 {
  --tw-gradient-to: #4d7c0f;
}

.to-lime-800 {
  --tw-gradient-to: #3f6212;
}

.to-lime-900 {
  --tw-gradient-to: #365314;
}

.to-yellow-50 {
  --tw-gradient-to: #fefce8;
}

.to-yellow-100 {
  --tw-gradient-to: #fef9c3;
}

.to-yellow-200 {
  --tw-gradient-to: #fef08a;
}

.to-yellow-300 {
  --tw-gradient-to: #fde047;
}

.to-yellow-400 {
  --tw-gradient-to: #facc15;
}

.to-yellow-500 {
  --tw-gradient-to: #eab308;
}

.to-yellow-600 {
  --tw-gradient-to: #ca8a04;
}

.to-yellow-700 {
  --tw-gradient-to: #a16207;
}

.to-yellow-800 {
  --tw-gradient-to: #854d0e;
}

.to-yellow-900 {
  --tw-gradient-to: #713f12;
}

.to-amber-50 {
  --tw-gradient-to: #fffbeb;
}

.to-amber-100 {
  --tw-gradient-to: #fef3c7;
}

.to-amber-200 {
  --tw-gradient-to: #fde68a;
}

.to-amber-300 {
  --tw-gradient-to: #fcd34d;
}

.to-amber-400 {
  --tw-gradient-to: #fbbf24;
}

.to-amber-500 {
  --tw-gradient-to: #f59e0b;
}

.to-amber-600 {
  --tw-gradient-to: #d97706;
}

.to-amber-700 {
  --tw-gradient-to: #b45309;
}

.to-amber-800 {
  --tw-gradient-to: #92400e;
}

.to-amber-900 {
  --tw-gradient-to: #78350f;
}

.to-orange-50 {
  --tw-gradient-to: #fff7ed;
}

.to-orange-100 {
  --tw-gradient-to: #ffedd5;
}

.to-orange-200 {
  --tw-gradient-to: #fed7aa;
}

.to-orange-300 {
  --tw-gradient-to: #fdba74;
}

.to-orange-400 {
  --tw-gradient-to: #fb923c;
}

.to-orange-500 {
  --tw-gradient-to: #f97316;
}

.to-orange-600 {
  --tw-gradient-to: #ea580c;
}

.to-orange-700 {
  --tw-gradient-to: #c2410c;
}

.to-orange-800 {
  --tw-gradient-to: #9a3412;
}

.to-orange-900 {
  --tw-gradient-to: #7c2d12;
}

.to-red-50 {
  --tw-gradient-to: #fef2f2;
}

.to-red-100 {
  --tw-gradient-to: #fee2e2;
}

.to-red-200 {
  --tw-gradient-to: #fecaca;
}

.to-red-300 {
  --tw-gradient-to: #fca5a5;
}

.to-red-400 {
  --tw-gradient-to: #f87171;
}

.to-red-500 {
  --tw-gradient-to: #ef4444;
}

.to-red-600 {
  --tw-gradient-to: #dc2626;
}

.to-red-700 {
  --tw-gradient-to: #b91c1c;
}

.to-red-800 {
  --tw-gradient-to: #991b1b;
}

.to-red-900 {
  --tw-gradient-to: #7f1d1d;
}

.to-warmGray-50 {
  --tw-gradient-to: #fafaf9;
}

.to-warmGray-100 {
  --tw-gradient-to: #f5f5f4;
}

.to-warmGray-200 {
  --tw-gradient-to: #e7e5e4;
}

.to-warmGray-300 {
  --tw-gradient-to: #d6d3d1;
}

.to-warmGray-400 {
  --tw-gradient-to: #a8a29e;
}

.to-warmGray-500 {
  --tw-gradient-to: #78716c;
}

.to-warmGray-600 {
  --tw-gradient-to: #57534e;
}

.to-warmGray-700 {
  --tw-gradient-to: #44403c;
}

.to-warmGray-800 {
  --tw-gradient-to: #292524;
}

.to-warmGray-900 {
  --tw-gradient-to: #1c1917;
}

.to-trueGray-50 {
  --tw-gradient-to: #fafafa;
}

.to-trueGray-100 {
  --tw-gradient-to: #f5f5f5;
}

.to-trueGray-200 {
  --tw-gradient-to: #e5e5e5;
}

.to-trueGray-300 {
  --tw-gradient-to: #d4d4d4;
}

.to-trueGray-400 {
  --tw-gradient-to: #a3a3a3;
}

.to-trueGray-500 {
  --tw-gradient-to: #737373;
}

.to-trueGray-600 {
  --tw-gradient-to: #525252;
}

.to-trueGray-700 {
  --tw-gradient-to: #404040;
}

.to-trueGray-800 {
  --tw-gradient-to: #262626;
}

.to-trueGray-900 {
  --tw-gradient-to: #171717;
}

.to-gray-50 {
  --tw-gradient-to: #fafafa;
}

.to-gray-100 {
  --tw-gradient-to: #f4f4f5;
}

.to-gray-200 {
  --tw-gradient-to: #e4e4e7;
}

.to-gray-300 {
  --tw-gradient-to: #d4d4d8;
}

.to-gray-400 {
  --tw-gradient-to: #a1a1aa;
}

.to-gray-500 {
  --tw-gradient-to: #71717a;
}

.to-gray-600 {
  --tw-gradient-to: #52525b;
}

.to-gray-700 {
  --tw-gradient-to: #3f3f46;
}

.to-gray-800 {
  --tw-gradient-to: #27272a;
}

.to-gray-900 {
  --tw-gradient-to: #18181b;
}

.to-coolGray-50 {
  --tw-gradient-to: #f9fafb;
}

.to-coolGray-100 {
  --tw-gradient-to: #f3f4f6;
}

.to-coolGray-200 {
  --tw-gradient-to: #e5e7eb;
}

.to-coolGray-300 {
  --tw-gradient-to: #d1d5db;
}

.to-coolGray-400 {
  --tw-gradient-to: #9ca3af;
}

.to-coolGray-500 {
  --tw-gradient-to: #6b7280;
}

.to-coolGray-600 {
  --tw-gradient-to: #4b5563;
}

.to-coolGray-700 {
  --tw-gradient-to: #374151;
}

.to-coolGray-800 {
  --tw-gradient-to: #1f2937;
}

.to-coolGray-900 {
  --tw-gradient-to: #111827;
}

.to-blueGray-50 {
  --tw-gradient-to: #f8fafc;
}

.to-blueGray-100 {
  --tw-gradient-to: #f1f5f9;
}

.to-blueGray-200 {
  --tw-gradient-to: #e2e8f0;
}

.to-blueGray-300 {
  --tw-gradient-to: #cbd5e1;
}

.to-blueGray-400 {
  --tw-gradient-to: #94a3b8;
}

.to-blueGray-500 {
  --tw-gradient-to: #64748b;
}

.to-blueGray-600 {
  --tw-gradient-to: #475569;
}

.to-blueGray-700 {
  --tw-gradient-to: #334155;
}

.to-blueGray-800 {
  --tw-gradient-to: #1e293b;
}

.to-blueGray-900 {
  --tw-gradient-to: #0f172a;
}

.hover\:to-current:hover {
  --tw-gradient-to: currentColor;
}

.hover\:to-transparent:hover {
  --tw-gradient-to: transparent;
}

.hover\:to-falcon:hover {
  --tw-gradient-to: var(--falcon);
}

.hover\:to-basement:hover {
  --tw-gradient-to: var(--basement);
}

.hover\:to-blue-50:hover {
  --tw-gradient-to: #eff6ff;
}

.hover\:to-blue-100:hover {
  --tw-gradient-to: #dbeafe;
}

.hover\:to-blue-200:hover {
  --tw-gradient-to: #bfdbfe;
}

.hover\:to-blue-300:hover {
  --tw-gradient-to: #93c5fd;
}

.hover\:to-blue-400:hover {
  --tw-gradient-to: #60a5fa;
}

.hover\:to-blue-500:hover {
  --tw-gradient-to: #3b82f6;
}

.hover\:to-blue-600:hover {
  --tw-gradient-to: #2563eb;
}

.hover\:to-blue-700:hover {
  --tw-gradient-to: #1d4ed8;
}

.hover\:to-blue-800:hover {
  --tw-gradient-to: #1e40af;
}

.hover\:to-blue-900:hover {
  --tw-gradient-to: #1e3a8a;
}

.hover\:to-body-and-labels:hover {
  --tw-gradient-to: var(--body-and-labels);
}

.hover\:to-brand:hover {
  --tw-gradient-to: var(--brand);
}

.hover\:to-code-base-64:hover {
  --tw-gradient-to: var(--code-base-64);
}

.hover\:to-code-bg:hover {
  --tw-gradient-to: var(--code-bg);
}

.hover\:to-code-outline:hover {
  --tw-gradient-to: var(--code-outline);
}

.hover\:to-code-text:hover {
  --tw-gradient-to: var(--code-text);
}

.hover\:to-critical:hover {
  --tw-gradient-to: var(--critical);
}

.hover\:to-destructive-hover:hover {
  --tw-gradient-to: var(--destructive-hover);
}

.hover\:to-destructive-idle:hover {
  --tw-gradient-to: var(--destructive-idle);
}

.hover\:to-destructive-pressed:hover {
  --tw-gradient-to: var(--destructive-pressed);
}

.hover\:to-disabled:hover {
  --tw-gradient-to: var(--disabled);
}

.hover\:to-disc-operations:hover {
  --tw-gradient-to: var(--disc-operations);
}

.hover\:to-dns-requests:hover {
  --tw-gradient-to: var(--dns-requests);
}

.hover\:to-focus:hover {
  --tw-gradient-to: var(--focus);
}

.hover\:to-graph-1:hover {
  --tw-gradient-to: var(--graph-1);
}

.hover\:to-graph-10:hover {
  --tw-gradient-to: var(--graph-10);
}

.hover\:to-graph-11:hover {
  --tw-gradient-to: var(--graph-11);
}

.hover\:to-graph-2:hover {
  --tw-gradient-to: var(--graph-2);
}

.hover\:to-graph-3:hover {
  --tw-gradient-to: var(--graph-3);
}

.hover\:to-graph-4:hover {
  --tw-gradient-to: var(--graph-4);
}

.hover\:to-graph-5:hover {
  --tw-gradient-to: var(--graph-5);
}

.hover\:to-graph-6:hover {
  --tw-gradient-to: var(--graph-6);
}

.hover\:to-graph-7:hover {
  --tw-gradient-to: var(--graph-7);
}

.hover\:to-graph-8:hover {
  --tw-gradient-to: var(--graph-8);
}

.hover\:to-graph-9:hover {
  --tw-gradient-to: var(--graph-9);
}

.hover\:to-graph-disabled:hover {
  --tw-gradient-to: var(--graph-disabled);
}

.hover\:to-ground-floor:hover {
  --tw-gradient-to: var(--ground-floor);
}

.hover\:to-high:hover {
  --tw-gradient-to: var(--high);
}

.hover\:to-informational:hover {
  --tw-gradient-to: var(--informational);
}

.hover\:to-lines-dark:hover {
  --tw-gradient-to: var(--lines-dark);
}

.hover\:to-lines-light:hover {
  --tw-gradient-to: var(--lines-light);
}

.hover\:to-low:hover {
  --tw-gradient-to: var(--low);
}

.hover\:to-medium:hover {
  --tw-gradient-to: var(--medium);
}

.hover\:to-mezzanine:hover {
  --tw-gradient-to: var(--mezzanine);
}

.hover\:to-nav-text-and-icons:hover {
  --tw-gradient-to: var(--nav-text-and-icons);
}

.hover\:to-nav-text-secondary:hover {
  --tw-gradient-to: var(--nav-text-secondary);
}

.hover\:to-network-operations:hover {
  --tw-gradient-to: var(--network-operations);
}

.hover\:to-normal-hover:hover {
  --tw-gradient-to: var(--normal-hover);
}

.hover\:to-normal-idle:hover {
  --tw-gradient-to: var(--normal-idle);
}

.hover\:to-normal-pressed:hover {
  --tw-gradient-to: var(--normal-pressed);
}

.hover\:to-overlay-0\.5:hover {
  --tw-gradient-to: var(--overlay-0\.5);
}

.hover\:to-overlay-1:hover {
  --tw-gradient-to: var(--overlay-1);
}

.hover\:to-overlay-2:hover {
  --tw-gradient-to: var(--overlay-2);
}

.hover\:to-positive:hover {
  --tw-gradient-to: var(--positive);
}

.hover\:to-primary-hover:hover {
  --tw-gradient-to: var(--primary-hover);
}

.hover\:to-primary-idle:hover {
  --tw-gradient-to: var(--primary-idle);
}

.hover\:to-primary-pressed:hover {
  --tw-gradient-to: var(--primary-pressed);
}

.hover\:to-process-operations:hover {
  --tw-gradient-to: var(--process-operations);
}

.hover\:to-purple-50:hover {
  --tw-gradient-to: #faf5ff;
}

.hover\:to-purple-100:hover {
  --tw-gradient-to: #f3e8ff;
}

.hover\:to-purple-200:hover {
  --tw-gradient-to: #e9d5ff;
}

.hover\:to-purple-300:hover {
  --tw-gradient-to: #d8b4fe;
}

.hover\:to-purple-400:hover {
  --tw-gradient-to: #c084fc;
}

.hover\:to-purple-500:hover {
  --tw-gradient-to: #a855f7;
}

.hover\:to-purple-600:hover {
  --tw-gradient-to: #9333ea;
}

.hover\:to-purple-700:hover {
  --tw-gradient-to: #7e22ce;
}

.hover\:to-purple-800:hover {
  --tw-gradient-to: #6b21a8;
}

.hover\:to-purple-900:hover {
  --tw-gradient-to: #581c87;
}

.hover\:to-registry-operations:hover {
  --tw-gradient-to: var(--registry-operations);
}

.hover\:to-selected:hover {
  --tw-gradient-to: var(--selected);
}

.hover\:to-surface-2xl:hover {
  --tw-gradient-to: var(--surface-2xl);
}

.hover\:to-surface-base:hover {
  --tw-gradient-to: var(--surface-base);
}

.hover\:to-surface-inner:hover {
  --tw-gradient-to: var(--surface-inner);
}

.hover\:to-surface-lg:hover {
  --tw-gradient-to: var(--surface-lg);
}

.hover\:to-surface-md:hover {
  --tw-gradient-to: var(--surface-md);
}

.hover\:to-surface-xl:hover {
  --tw-gradient-to: var(--surface-xl);
}

.hover\:to-text-and-icons:hover {
  --tw-gradient-to: var(--text-and-icons);
}

.hover\:to-titles-and-attributes:hover {
  --tw-gradient-to: var(--titles-and-attributes);
}

.hover\:to-black:hover {
  --tw-gradient-to: #000;
}

.hover\:to-white:hover {
  --tw-gradient-to: #fff;
}

.hover\:to-rose-50:hover {
  --tw-gradient-to: #fff1f2;
}

.hover\:to-rose-100:hover {
  --tw-gradient-to: #ffe4e6;
}

.hover\:to-rose-200:hover {
  --tw-gradient-to: #fecdd3;
}

.hover\:to-rose-300:hover {
  --tw-gradient-to: #fda4af;
}

.hover\:to-rose-400:hover {
  --tw-gradient-to: #fb7185;
}

.hover\:to-rose-500:hover {
  --tw-gradient-to: #f43f5e;
}

.hover\:to-rose-600:hover {
  --tw-gradient-to: #e11d48;
}

.hover\:to-rose-700:hover {
  --tw-gradient-to: #be123c;
}

.hover\:to-rose-800:hover {
  --tw-gradient-to: #9f1239;
}

.hover\:to-rose-900:hover {
  --tw-gradient-to: #881337;
}

.hover\:to-pink-50:hover {
  --tw-gradient-to: #fdf2f8;
}

.hover\:to-pink-100:hover {
  --tw-gradient-to: #fce7f3;
}

.hover\:to-pink-200:hover {
  --tw-gradient-to: #fbcfe8;
}

.hover\:to-pink-300:hover {
  --tw-gradient-to: #f9a8d4;
}

.hover\:to-pink-400:hover {
  --tw-gradient-to: #f472b6;
}

.hover\:to-pink-500:hover {
  --tw-gradient-to: #ec4899;
}

.hover\:to-pink-600:hover {
  --tw-gradient-to: #db2777;
}

.hover\:to-pink-700:hover {
  --tw-gradient-to: #be185d;
}

.hover\:to-pink-800:hover {
  --tw-gradient-to: #9d174d;
}

.hover\:to-pink-900:hover {
  --tw-gradient-to: #831843;
}

.hover\:to-fuchsia-50:hover {
  --tw-gradient-to: #fdf4ff;
}

.hover\:to-fuchsia-100:hover {
  --tw-gradient-to: #fae8ff;
}

.hover\:to-fuchsia-200:hover {
  --tw-gradient-to: #f5d0fe;
}

.hover\:to-fuchsia-300:hover {
  --tw-gradient-to: #f0abfc;
}

.hover\:to-fuchsia-400:hover {
  --tw-gradient-to: #e879f9;
}

.hover\:to-fuchsia-500:hover {
  --tw-gradient-to: #d946ef;
}

.hover\:to-fuchsia-600:hover {
  --tw-gradient-to: #c026d3;
}

.hover\:to-fuchsia-700:hover {
  --tw-gradient-to: #a21caf;
}

.hover\:to-fuchsia-800:hover {
  --tw-gradient-to: #86198f;
}

.hover\:to-fuchsia-900:hover {
  --tw-gradient-to: #701a75;
}

.hover\:to-violet-50:hover {
  --tw-gradient-to: #f5f3ff;
}

.hover\:to-violet-100:hover {
  --tw-gradient-to: #ede9fe;
}

.hover\:to-violet-200:hover {
  --tw-gradient-to: #ddd6fe;
}

.hover\:to-violet-300:hover {
  --tw-gradient-to: #c4b5fd;
}

.hover\:to-violet-400:hover {
  --tw-gradient-to: #a78bfa;
}

.hover\:to-violet-500:hover {
  --tw-gradient-to: #8b5cf6;
}

.hover\:to-violet-600:hover {
  --tw-gradient-to: #7c3aed;
}

.hover\:to-violet-700:hover {
  --tw-gradient-to: #6d28d9;
}

.hover\:to-violet-800:hover {
  --tw-gradient-to: #5b21b6;
}

.hover\:to-violet-900:hover {
  --tw-gradient-to: #4c1d95;
}

.hover\:to-indigo-50:hover {
  --tw-gradient-to: #eef2ff;
}

.hover\:to-indigo-100:hover {
  --tw-gradient-to: #e0e7ff;
}

.hover\:to-indigo-200:hover {
  --tw-gradient-to: #c7d2fe;
}

.hover\:to-indigo-300:hover {
  --tw-gradient-to: #a5b4fc;
}

.hover\:to-indigo-400:hover {
  --tw-gradient-to: #818cf8;
}

.hover\:to-indigo-500:hover {
  --tw-gradient-to: #6366f1;
}

.hover\:to-indigo-600:hover {
  --tw-gradient-to: #4f46e5;
}

.hover\:to-indigo-700:hover {
  --tw-gradient-to: #4338ca;
}

.hover\:to-indigo-800:hover {
  --tw-gradient-to: #3730a3;
}

.hover\:to-indigo-900:hover {
  --tw-gradient-to: #312e81;
}

.hover\:to-lightBlue-50:hover {
  --tw-gradient-to: #f0f9ff;
}

.hover\:to-lightBlue-100:hover {
  --tw-gradient-to: #e0f2fe;
}

.hover\:to-lightBlue-200:hover {
  --tw-gradient-to: #bae6fd;
}

.hover\:to-lightBlue-300:hover {
  --tw-gradient-to: #7dd3fc;
}

.hover\:to-lightBlue-400:hover {
  --tw-gradient-to: #38bdf8;
}

.hover\:to-lightBlue-500:hover {
  --tw-gradient-to: #0ea5e9;
}

.hover\:to-lightBlue-600:hover {
  --tw-gradient-to: #0284c7;
}

.hover\:to-lightBlue-700:hover {
  --tw-gradient-to: #0369a1;
}

.hover\:to-lightBlue-800:hover {
  --tw-gradient-to: #075985;
}

.hover\:to-lightBlue-900:hover {
  --tw-gradient-to: #0c4a6e;
}

.hover\:to-cyan-50:hover {
  --tw-gradient-to: #ecfeff;
}

.hover\:to-cyan-100:hover {
  --tw-gradient-to: #cffafe;
}

.hover\:to-cyan-200:hover {
  --tw-gradient-to: #a5f3fc;
}

.hover\:to-cyan-300:hover {
  --tw-gradient-to: #67e8f9;
}

.hover\:to-cyan-400:hover {
  --tw-gradient-to: #22d3ee;
}

.hover\:to-cyan-500:hover {
  --tw-gradient-to: #06b6d4;
}

.hover\:to-cyan-600:hover {
  --tw-gradient-to: #0891b2;
}

.hover\:to-cyan-700:hover {
  --tw-gradient-to: #0e7490;
}

.hover\:to-cyan-800:hover {
  --tw-gradient-to: #155e75;
}

.hover\:to-cyan-900:hover {
  --tw-gradient-to: #164e63;
}

.hover\:to-teal-50:hover {
  --tw-gradient-to: #f0fdfa;
}

.hover\:to-teal-100:hover {
  --tw-gradient-to: #ccfbf1;
}

.hover\:to-teal-200:hover {
  --tw-gradient-to: #99f6e4;
}

.hover\:to-teal-300:hover {
  --tw-gradient-to: #5eead4;
}

.hover\:to-teal-400:hover {
  --tw-gradient-to: #2dd4bf;
}

.hover\:to-teal-500:hover {
  --tw-gradient-to: #14b8a6;
}

.hover\:to-teal-600:hover {
  --tw-gradient-to: #0d9488;
}

.hover\:to-teal-700:hover {
  --tw-gradient-to: #0f766e;
}

.hover\:to-teal-800:hover {
  --tw-gradient-to: #115e59;
}

.hover\:to-teal-900:hover {
  --tw-gradient-to: #134e4a;
}

.hover\:to-emerald-50:hover {
  --tw-gradient-to: #ecfdf5;
}

.hover\:to-emerald-100:hover {
  --tw-gradient-to: #d1fae5;
}

.hover\:to-emerald-200:hover {
  --tw-gradient-to: #a7f3d0;
}

.hover\:to-emerald-300:hover {
  --tw-gradient-to: #6ee7b7;
}

.hover\:to-emerald-400:hover {
  --tw-gradient-to: #34d399;
}

.hover\:to-emerald-500:hover {
  --tw-gradient-to: #10b981;
}

.hover\:to-emerald-600:hover {
  --tw-gradient-to: #059669;
}

.hover\:to-emerald-700:hover {
  --tw-gradient-to: #047857;
}

.hover\:to-emerald-800:hover {
  --tw-gradient-to: #065f46;
}

.hover\:to-emerald-900:hover {
  --tw-gradient-to: #064e3b;
}

.hover\:to-green-50:hover {
  --tw-gradient-to: #f0fdf4;
}

.hover\:to-green-100:hover {
  --tw-gradient-to: #dcfce7;
}

.hover\:to-green-200:hover {
  --tw-gradient-to: #bbf7d0;
}

.hover\:to-green-300:hover {
  --tw-gradient-to: #86efac;
}

.hover\:to-green-400:hover {
  --tw-gradient-to: #4ade80;
}

.hover\:to-green-500:hover {
  --tw-gradient-to: #22c55e;
}

.hover\:to-green-600:hover {
  --tw-gradient-to: #16a34a;
}

.hover\:to-green-700:hover {
  --tw-gradient-to: #15803d;
}

.hover\:to-green-800:hover {
  --tw-gradient-to: #166534;
}

.hover\:to-green-900:hover {
  --tw-gradient-to: #14532d;
}

.hover\:to-lime-50:hover {
  --tw-gradient-to: #f7fee7;
}

.hover\:to-lime-100:hover {
  --tw-gradient-to: #ecfccb;
}

.hover\:to-lime-200:hover {
  --tw-gradient-to: #d9f99d;
}

.hover\:to-lime-300:hover {
  --tw-gradient-to: #bef264;
}

.hover\:to-lime-400:hover {
  --tw-gradient-to: #a3e635;
}

.hover\:to-lime-500:hover {
  --tw-gradient-to: #84cc16;
}

.hover\:to-lime-600:hover {
  --tw-gradient-to: #65a30d;
}

.hover\:to-lime-700:hover {
  --tw-gradient-to: #4d7c0f;
}

.hover\:to-lime-800:hover {
  --tw-gradient-to: #3f6212;
}

.hover\:to-lime-900:hover {
  --tw-gradient-to: #365314;
}

.hover\:to-yellow-50:hover {
  --tw-gradient-to: #fefce8;
}

.hover\:to-yellow-100:hover {
  --tw-gradient-to: #fef9c3;
}

.hover\:to-yellow-200:hover {
  --tw-gradient-to: #fef08a;
}

.hover\:to-yellow-300:hover {
  --tw-gradient-to: #fde047;
}

.hover\:to-yellow-400:hover {
  --tw-gradient-to: #facc15;
}

.hover\:to-yellow-500:hover {
  --tw-gradient-to: #eab308;
}

.hover\:to-yellow-600:hover {
  --tw-gradient-to: #ca8a04;
}

.hover\:to-yellow-700:hover {
  --tw-gradient-to: #a16207;
}

.hover\:to-yellow-800:hover {
  --tw-gradient-to: #854d0e;
}

.hover\:to-yellow-900:hover {
  --tw-gradient-to: #713f12;
}

.hover\:to-amber-50:hover {
  --tw-gradient-to: #fffbeb;
}

.hover\:to-amber-100:hover {
  --tw-gradient-to: #fef3c7;
}

.hover\:to-amber-200:hover {
  --tw-gradient-to: #fde68a;
}

.hover\:to-amber-300:hover {
  --tw-gradient-to: #fcd34d;
}

.hover\:to-amber-400:hover {
  --tw-gradient-to: #fbbf24;
}

.hover\:to-amber-500:hover {
  --tw-gradient-to: #f59e0b;
}

.hover\:to-amber-600:hover {
  --tw-gradient-to: #d97706;
}

.hover\:to-amber-700:hover {
  --tw-gradient-to: #b45309;
}

.hover\:to-amber-800:hover {
  --tw-gradient-to: #92400e;
}

.hover\:to-amber-900:hover {
  --tw-gradient-to: #78350f;
}

.hover\:to-orange-50:hover {
  --tw-gradient-to: #fff7ed;
}

.hover\:to-orange-100:hover {
  --tw-gradient-to: #ffedd5;
}

.hover\:to-orange-200:hover {
  --tw-gradient-to: #fed7aa;
}

.hover\:to-orange-300:hover {
  --tw-gradient-to: #fdba74;
}

.hover\:to-orange-400:hover {
  --tw-gradient-to: #fb923c;
}

.hover\:to-orange-500:hover {
  --tw-gradient-to: #f97316;
}

.hover\:to-orange-600:hover {
  --tw-gradient-to: #ea580c;
}

.hover\:to-orange-700:hover {
  --tw-gradient-to: #c2410c;
}

.hover\:to-orange-800:hover {
  --tw-gradient-to: #9a3412;
}

.hover\:to-orange-900:hover {
  --tw-gradient-to: #7c2d12;
}

.hover\:to-red-50:hover {
  --tw-gradient-to: #fef2f2;
}

.hover\:to-red-100:hover {
  --tw-gradient-to: #fee2e2;
}

.hover\:to-red-200:hover {
  --tw-gradient-to: #fecaca;
}

.hover\:to-red-300:hover {
  --tw-gradient-to: #fca5a5;
}

.hover\:to-red-400:hover {
  --tw-gradient-to: #f87171;
}

.hover\:to-red-500:hover {
  --tw-gradient-to: #ef4444;
}

.hover\:to-red-600:hover {
  --tw-gradient-to: #dc2626;
}

.hover\:to-red-700:hover {
  --tw-gradient-to: #b91c1c;
}

.hover\:to-red-800:hover {
  --tw-gradient-to: #991b1b;
}

.hover\:to-red-900:hover {
  --tw-gradient-to: #7f1d1d;
}

.hover\:to-warmGray-50:hover {
  --tw-gradient-to: #fafaf9;
}

.hover\:to-warmGray-100:hover {
  --tw-gradient-to: #f5f5f4;
}

.hover\:to-warmGray-200:hover {
  --tw-gradient-to: #e7e5e4;
}

.hover\:to-warmGray-300:hover {
  --tw-gradient-to: #d6d3d1;
}

.hover\:to-warmGray-400:hover {
  --tw-gradient-to: #a8a29e;
}

.hover\:to-warmGray-500:hover {
  --tw-gradient-to: #78716c;
}

.hover\:to-warmGray-600:hover {
  --tw-gradient-to: #57534e;
}

.hover\:to-warmGray-700:hover {
  --tw-gradient-to: #44403c;
}

.hover\:to-warmGray-800:hover {
  --tw-gradient-to: #292524;
}

.hover\:to-warmGray-900:hover {
  --tw-gradient-to: #1c1917;
}

.hover\:to-trueGray-50:hover {
  --tw-gradient-to: #fafafa;
}

.hover\:to-trueGray-100:hover {
  --tw-gradient-to: #f5f5f5;
}

.hover\:to-trueGray-200:hover {
  --tw-gradient-to: #e5e5e5;
}

.hover\:to-trueGray-300:hover {
  --tw-gradient-to: #d4d4d4;
}

.hover\:to-trueGray-400:hover {
  --tw-gradient-to: #a3a3a3;
}

.hover\:to-trueGray-500:hover {
  --tw-gradient-to: #737373;
}

.hover\:to-trueGray-600:hover {
  --tw-gradient-to: #525252;
}

.hover\:to-trueGray-700:hover {
  --tw-gradient-to: #404040;
}

.hover\:to-trueGray-800:hover {
  --tw-gradient-to: #262626;
}

.hover\:to-trueGray-900:hover {
  --tw-gradient-to: #171717;
}

.hover\:to-gray-50:hover {
  --tw-gradient-to: #fafafa;
}

.hover\:to-gray-100:hover {
  --tw-gradient-to: #f4f4f5;
}

.hover\:to-gray-200:hover {
  --tw-gradient-to: #e4e4e7;
}

.hover\:to-gray-300:hover {
  --tw-gradient-to: #d4d4d8;
}

.hover\:to-gray-400:hover {
  --tw-gradient-to: #a1a1aa;
}

.hover\:to-gray-500:hover {
  --tw-gradient-to: #71717a;
}

.hover\:to-gray-600:hover {
  --tw-gradient-to: #52525b;
}

.hover\:to-gray-700:hover {
  --tw-gradient-to: #3f3f46;
}

.hover\:to-gray-800:hover {
  --tw-gradient-to: #27272a;
}

.hover\:to-gray-900:hover {
  --tw-gradient-to: #18181b;
}

.hover\:to-coolGray-50:hover {
  --tw-gradient-to: #f9fafb;
}

.hover\:to-coolGray-100:hover {
  --tw-gradient-to: #f3f4f6;
}

.hover\:to-coolGray-200:hover {
  --tw-gradient-to: #e5e7eb;
}

.hover\:to-coolGray-300:hover {
  --tw-gradient-to: #d1d5db;
}

.hover\:to-coolGray-400:hover {
  --tw-gradient-to: #9ca3af;
}

.hover\:to-coolGray-500:hover {
  --tw-gradient-to: #6b7280;
}

.hover\:to-coolGray-600:hover {
  --tw-gradient-to: #4b5563;
}

.hover\:to-coolGray-700:hover {
  --tw-gradient-to: #374151;
}

.hover\:to-coolGray-800:hover {
  --tw-gradient-to: #1f2937;
}

.hover\:to-coolGray-900:hover {
  --tw-gradient-to: #111827;
}

.hover\:to-blueGray-50:hover {
  --tw-gradient-to: #f8fafc;
}

.hover\:to-blueGray-100:hover {
  --tw-gradient-to: #f1f5f9;
}

.hover\:to-blueGray-200:hover {
  --tw-gradient-to: #e2e8f0;
}

.hover\:to-blueGray-300:hover {
  --tw-gradient-to: #cbd5e1;
}

.hover\:to-blueGray-400:hover {
  --tw-gradient-to: #94a3b8;
}

.hover\:to-blueGray-500:hover {
  --tw-gradient-to: #64748b;
}

.hover\:to-blueGray-600:hover {
  --tw-gradient-to: #475569;
}

.hover\:to-blueGray-700:hover {
  --tw-gradient-to: #334155;
}

.hover\:to-blueGray-800:hover {
  --tw-gradient-to: #1e293b;
}

.hover\:to-blueGray-900:hover {
  --tw-gradient-to: #0f172a;
}

.focus\:to-current:focus {
  --tw-gradient-to: currentColor;
}

.focus\:to-transparent:focus {
  --tw-gradient-to: transparent;
}

.focus\:to-falcon:focus {
  --tw-gradient-to: var(--falcon);
}

.focus\:to-basement:focus {
  --tw-gradient-to: var(--basement);
}

.focus\:to-blue-50:focus {
  --tw-gradient-to: #eff6ff;
}

.focus\:to-blue-100:focus {
  --tw-gradient-to: #dbeafe;
}

.focus\:to-blue-200:focus {
  --tw-gradient-to: #bfdbfe;
}

.focus\:to-blue-300:focus {
  --tw-gradient-to: #93c5fd;
}

.focus\:to-blue-400:focus {
  --tw-gradient-to: #60a5fa;
}

.focus\:to-blue-500:focus {
  --tw-gradient-to: #3b82f6;
}

.focus\:to-blue-600:focus {
  --tw-gradient-to: #2563eb;
}

.focus\:to-blue-700:focus {
  --tw-gradient-to: #1d4ed8;
}

.focus\:to-blue-800:focus {
  --tw-gradient-to: #1e40af;
}

.focus\:to-blue-900:focus {
  --tw-gradient-to: #1e3a8a;
}

.focus\:to-body-and-labels:focus {
  --tw-gradient-to: var(--body-and-labels);
}

.focus\:to-brand:focus {
  --tw-gradient-to: var(--brand);
}

.focus\:to-code-base-64:focus {
  --tw-gradient-to: var(--code-base-64);
}

.focus\:to-code-bg:focus {
  --tw-gradient-to: var(--code-bg);
}

.focus\:to-code-outline:focus {
  --tw-gradient-to: var(--code-outline);
}

.focus\:to-code-text:focus {
  --tw-gradient-to: var(--code-text);
}

.focus\:to-critical:focus {
  --tw-gradient-to: var(--critical);
}

.focus\:to-destructive-hover:focus {
  --tw-gradient-to: var(--destructive-hover);
}

.focus\:to-destructive-idle:focus {
  --tw-gradient-to: var(--destructive-idle);
}

.focus\:to-destructive-pressed:focus {
  --tw-gradient-to: var(--destructive-pressed);
}

.focus\:to-disabled:focus {
  --tw-gradient-to: var(--disabled);
}

.focus\:to-disc-operations:focus {
  --tw-gradient-to: var(--disc-operations);
}

.focus\:to-dns-requests:focus {
  --tw-gradient-to: var(--dns-requests);
}

.focus\:to-focus:focus {
  --tw-gradient-to: var(--focus);
}

.focus\:to-graph-1:focus {
  --tw-gradient-to: var(--graph-1);
}

.focus\:to-graph-10:focus {
  --tw-gradient-to: var(--graph-10);
}

.focus\:to-graph-11:focus {
  --tw-gradient-to: var(--graph-11);
}

.focus\:to-graph-2:focus {
  --tw-gradient-to: var(--graph-2);
}

.focus\:to-graph-3:focus {
  --tw-gradient-to: var(--graph-3);
}

.focus\:to-graph-4:focus {
  --tw-gradient-to: var(--graph-4);
}

.focus\:to-graph-5:focus {
  --tw-gradient-to: var(--graph-5);
}

.focus\:to-graph-6:focus {
  --tw-gradient-to: var(--graph-6);
}

.focus\:to-graph-7:focus {
  --tw-gradient-to: var(--graph-7);
}

.focus\:to-graph-8:focus {
  --tw-gradient-to: var(--graph-8);
}

.focus\:to-graph-9:focus {
  --tw-gradient-to: var(--graph-9);
}

.focus\:to-graph-disabled:focus {
  --tw-gradient-to: var(--graph-disabled);
}

.focus\:to-ground-floor:focus {
  --tw-gradient-to: var(--ground-floor);
}

.focus\:to-high:focus {
  --tw-gradient-to: var(--high);
}

.focus\:to-informational:focus {
  --tw-gradient-to: var(--informational);
}

.focus\:to-lines-dark:focus {
  --tw-gradient-to: var(--lines-dark);
}

.focus\:to-lines-light:focus {
  --tw-gradient-to: var(--lines-light);
}

.focus\:to-low:focus {
  --tw-gradient-to: var(--low);
}

.focus\:to-medium:focus {
  --tw-gradient-to: var(--medium);
}

.focus\:to-mezzanine:focus {
  --tw-gradient-to: var(--mezzanine);
}

.focus\:to-nav-text-and-icons:focus {
  --tw-gradient-to: var(--nav-text-and-icons);
}

.focus\:to-nav-text-secondary:focus {
  --tw-gradient-to: var(--nav-text-secondary);
}

.focus\:to-network-operations:focus {
  --tw-gradient-to: var(--network-operations);
}

.focus\:to-normal-hover:focus {
  --tw-gradient-to: var(--normal-hover);
}

.focus\:to-normal-idle:focus {
  --tw-gradient-to: var(--normal-idle);
}

.focus\:to-normal-pressed:focus {
  --tw-gradient-to: var(--normal-pressed);
}

.focus\:to-overlay-0\.5:focus {
  --tw-gradient-to: var(--overlay-0\.5);
}

.focus\:to-overlay-1:focus {
  --tw-gradient-to: var(--overlay-1);
}

.focus\:to-overlay-2:focus {
  --tw-gradient-to: var(--overlay-2);
}

.focus\:to-positive:focus {
  --tw-gradient-to: var(--positive);
}

.focus\:to-primary-hover:focus {
  --tw-gradient-to: var(--primary-hover);
}

.focus\:to-primary-idle:focus {
  --tw-gradient-to: var(--primary-idle);
}

.focus\:to-primary-pressed:focus {
  --tw-gradient-to: var(--primary-pressed);
}

.focus\:to-process-operations:focus {
  --tw-gradient-to: var(--process-operations);
}

.focus\:to-purple-50:focus {
  --tw-gradient-to: #faf5ff;
}

.focus\:to-purple-100:focus {
  --tw-gradient-to: #f3e8ff;
}

.focus\:to-purple-200:focus {
  --tw-gradient-to: #e9d5ff;
}

.focus\:to-purple-300:focus {
  --tw-gradient-to: #d8b4fe;
}

.focus\:to-purple-400:focus {
  --tw-gradient-to: #c084fc;
}

.focus\:to-purple-500:focus {
  --tw-gradient-to: #a855f7;
}

.focus\:to-purple-600:focus {
  --tw-gradient-to: #9333ea;
}

.focus\:to-purple-700:focus {
  --tw-gradient-to: #7e22ce;
}

.focus\:to-purple-800:focus {
  --tw-gradient-to: #6b21a8;
}

.focus\:to-purple-900:focus {
  --tw-gradient-to: #581c87;
}

.focus\:to-registry-operations:focus {
  --tw-gradient-to: var(--registry-operations);
}

.focus\:to-selected:focus {
  --tw-gradient-to: var(--selected);
}

.focus\:to-surface-2xl:focus {
  --tw-gradient-to: var(--surface-2xl);
}

.focus\:to-surface-base:focus {
  --tw-gradient-to: var(--surface-base);
}

.focus\:to-surface-inner:focus {
  --tw-gradient-to: var(--surface-inner);
}

.focus\:to-surface-lg:focus {
  --tw-gradient-to: var(--surface-lg);
}

.focus\:to-surface-md:focus {
  --tw-gradient-to: var(--surface-md);
}

.focus\:to-surface-xl:focus {
  --tw-gradient-to: var(--surface-xl);
}

.focus\:to-text-and-icons:focus {
  --tw-gradient-to: var(--text-and-icons);
}

.focus\:to-titles-and-attributes:focus {
  --tw-gradient-to: var(--titles-and-attributes);
}

.focus\:to-black:focus {
  --tw-gradient-to: #000;
}

.focus\:to-white:focus {
  --tw-gradient-to: #fff;
}

.focus\:to-rose-50:focus {
  --tw-gradient-to: #fff1f2;
}

.focus\:to-rose-100:focus {
  --tw-gradient-to: #ffe4e6;
}

.focus\:to-rose-200:focus {
  --tw-gradient-to: #fecdd3;
}

.focus\:to-rose-300:focus {
  --tw-gradient-to: #fda4af;
}

.focus\:to-rose-400:focus {
  --tw-gradient-to: #fb7185;
}

.focus\:to-rose-500:focus {
  --tw-gradient-to: #f43f5e;
}

.focus\:to-rose-600:focus {
  --tw-gradient-to: #e11d48;
}

.focus\:to-rose-700:focus {
  --tw-gradient-to: #be123c;
}

.focus\:to-rose-800:focus {
  --tw-gradient-to: #9f1239;
}

.focus\:to-rose-900:focus {
  --tw-gradient-to: #881337;
}

.focus\:to-pink-50:focus {
  --tw-gradient-to: #fdf2f8;
}

.focus\:to-pink-100:focus {
  --tw-gradient-to: #fce7f3;
}

.focus\:to-pink-200:focus {
  --tw-gradient-to: #fbcfe8;
}

.focus\:to-pink-300:focus {
  --tw-gradient-to: #f9a8d4;
}

.focus\:to-pink-400:focus {
  --tw-gradient-to: #f472b6;
}

.focus\:to-pink-500:focus {
  --tw-gradient-to: #ec4899;
}

.focus\:to-pink-600:focus {
  --tw-gradient-to: #db2777;
}

.focus\:to-pink-700:focus {
  --tw-gradient-to: #be185d;
}

.focus\:to-pink-800:focus {
  --tw-gradient-to: #9d174d;
}

.focus\:to-pink-900:focus {
  --tw-gradient-to: #831843;
}

.focus\:to-fuchsia-50:focus {
  --tw-gradient-to: #fdf4ff;
}

.focus\:to-fuchsia-100:focus {
  --tw-gradient-to: #fae8ff;
}

.focus\:to-fuchsia-200:focus {
  --tw-gradient-to: #f5d0fe;
}

.focus\:to-fuchsia-300:focus {
  --tw-gradient-to: #f0abfc;
}

.focus\:to-fuchsia-400:focus {
  --tw-gradient-to: #e879f9;
}

.focus\:to-fuchsia-500:focus {
  --tw-gradient-to: #d946ef;
}

.focus\:to-fuchsia-600:focus {
  --tw-gradient-to: #c026d3;
}

.focus\:to-fuchsia-700:focus {
  --tw-gradient-to: #a21caf;
}

.focus\:to-fuchsia-800:focus {
  --tw-gradient-to: #86198f;
}

.focus\:to-fuchsia-900:focus {
  --tw-gradient-to: #701a75;
}

.focus\:to-violet-50:focus {
  --tw-gradient-to: #f5f3ff;
}

.focus\:to-violet-100:focus {
  --tw-gradient-to: #ede9fe;
}

.focus\:to-violet-200:focus {
  --tw-gradient-to: #ddd6fe;
}

.focus\:to-violet-300:focus {
  --tw-gradient-to: #c4b5fd;
}

.focus\:to-violet-400:focus {
  --tw-gradient-to: #a78bfa;
}

.focus\:to-violet-500:focus {
  --tw-gradient-to: #8b5cf6;
}

.focus\:to-violet-600:focus {
  --tw-gradient-to: #7c3aed;
}

.focus\:to-violet-700:focus {
  --tw-gradient-to: #6d28d9;
}

.focus\:to-violet-800:focus {
  --tw-gradient-to: #5b21b6;
}

.focus\:to-violet-900:focus {
  --tw-gradient-to: #4c1d95;
}

.focus\:to-indigo-50:focus {
  --tw-gradient-to: #eef2ff;
}

.focus\:to-indigo-100:focus {
  --tw-gradient-to: #e0e7ff;
}

.focus\:to-indigo-200:focus {
  --tw-gradient-to: #c7d2fe;
}

.focus\:to-indigo-300:focus {
  --tw-gradient-to: #a5b4fc;
}

.focus\:to-indigo-400:focus {
  --tw-gradient-to: #818cf8;
}

.focus\:to-indigo-500:focus {
  --tw-gradient-to: #6366f1;
}

.focus\:to-indigo-600:focus {
  --tw-gradient-to: #4f46e5;
}

.focus\:to-indigo-700:focus {
  --tw-gradient-to: #4338ca;
}

.focus\:to-indigo-800:focus {
  --tw-gradient-to: #3730a3;
}

.focus\:to-indigo-900:focus {
  --tw-gradient-to: #312e81;
}

.focus\:to-lightBlue-50:focus {
  --tw-gradient-to: #f0f9ff;
}

.focus\:to-lightBlue-100:focus {
  --tw-gradient-to: #e0f2fe;
}

.focus\:to-lightBlue-200:focus {
  --tw-gradient-to: #bae6fd;
}

.focus\:to-lightBlue-300:focus {
  --tw-gradient-to: #7dd3fc;
}

.focus\:to-lightBlue-400:focus {
  --tw-gradient-to: #38bdf8;
}

.focus\:to-lightBlue-500:focus {
  --tw-gradient-to: #0ea5e9;
}

.focus\:to-lightBlue-600:focus {
  --tw-gradient-to: #0284c7;
}

.focus\:to-lightBlue-700:focus {
  --tw-gradient-to: #0369a1;
}

.focus\:to-lightBlue-800:focus {
  --tw-gradient-to: #075985;
}

.focus\:to-lightBlue-900:focus {
  --tw-gradient-to: #0c4a6e;
}

.focus\:to-cyan-50:focus {
  --tw-gradient-to: #ecfeff;
}

.focus\:to-cyan-100:focus {
  --tw-gradient-to: #cffafe;
}

.focus\:to-cyan-200:focus {
  --tw-gradient-to: #a5f3fc;
}

.focus\:to-cyan-300:focus {
  --tw-gradient-to: #67e8f9;
}

.focus\:to-cyan-400:focus {
  --tw-gradient-to: #22d3ee;
}

.focus\:to-cyan-500:focus {
  --tw-gradient-to: #06b6d4;
}

.focus\:to-cyan-600:focus {
  --tw-gradient-to: #0891b2;
}

.focus\:to-cyan-700:focus {
  --tw-gradient-to: #0e7490;
}

.focus\:to-cyan-800:focus {
  --tw-gradient-to: #155e75;
}

.focus\:to-cyan-900:focus {
  --tw-gradient-to: #164e63;
}

.focus\:to-teal-50:focus {
  --tw-gradient-to: #f0fdfa;
}

.focus\:to-teal-100:focus {
  --tw-gradient-to: #ccfbf1;
}

.focus\:to-teal-200:focus {
  --tw-gradient-to: #99f6e4;
}

.focus\:to-teal-300:focus {
  --tw-gradient-to: #5eead4;
}

.focus\:to-teal-400:focus {
  --tw-gradient-to: #2dd4bf;
}

.focus\:to-teal-500:focus {
  --tw-gradient-to: #14b8a6;
}

.focus\:to-teal-600:focus {
  --tw-gradient-to: #0d9488;
}

.focus\:to-teal-700:focus {
  --tw-gradient-to: #0f766e;
}

.focus\:to-teal-800:focus {
  --tw-gradient-to: #115e59;
}

.focus\:to-teal-900:focus {
  --tw-gradient-to: #134e4a;
}

.focus\:to-emerald-50:focus {
  --tw-gradient-to: #ecfdf5;
}

.focus\:to-emerald-100:focus {
  --tw-gradient-to: #d1fae5;
}

.focus\:to-emerald-200:focus {
  --tw-gradient-to: #a7f3d0;
}

.focus\:to-emerald-300:focus {
  --tw-gradient-to: #6ee7b7;
}

.focus\:to-emerald-400:focus {
  --tw-gradient-to: #34d399;
}

.focus\:to-emerald-500:focus {
  --tw-gradient-to: #10b981;
}

.focus\:to-emerald-600:focus {
  --tw-gradient-to: #059669;
}

.focus\:to-emerald-700:focus {
  --tw-gradient-to: #047857;
}

.focus\:to-emerald-800:focus {
  --tw-gradient-to: #065f46;
}

.focus\:to-emerald-900:focus {
  --tw-gradient-to: #064e3b;
}

.focus\:to-green-50:focus {
  --tw-gradient-to: #f0fdf4;
}

.focus\:to-green-100:focus {
  --tw-gradient-to: #dcfce7;
}

.focus\:to-green-200:focus {
  --tw-gradient-to: #bbf7d0;
}

.focus\:to-green-300:focus {
  --tw-gradient-to: #86efac;
}

.focus\:to-green-400:focus {
  --tw-gradient-to: #4ade80;
}

.focus\:to-green-500:focus {
  --tw-gradient-to: #22c55e;
}

.focus\:to-green-600:focus {
  --tw-gradient-to: #16a34a;
}

.focus\:to-green-700:focus {
  --tw-gradient-to: #15803d;
}

.focus\:to-green-800:focus {
  --tw-gradient-to: #166534;
}

.focus\:to-green-900:focus {
  --tw-gradient-to: #14532d;
}

.focus\:to-lime-50:focus {
  --tw-gradient-to: #f7fee7;
}

.focus\:to-lime-100:focus {
  --tw-gradient-to: #ecfccb;
}

.focus\:to-lime-200:focus {
  --tw-gradient-to: #d9f99d;
}

.focus\:to-lime-300:focus {
  --tw-gradient-to: #bef264;
}

.focus\:to-lime-400:focus {
  --tw-gradient-to: #a3e635;
}

.focus\:to-lime-500:focus {
  --tw-gradient-to: #84cc16;
}

.focus\:to-lime-600:focus {
  --tw-gradient-to: #65a30d;
}

.focus\:to-lime-700:focus {
  --tw-gradient-to: #4d7c0f;
}

.focus\:to-lime-800:focus {
  --tw-gradient-to: #3f6212;
}

.focus\:to-lime-900:focus {
  --tw-gradient-to: #365314;
}

.focus\:to-yellow-50:focus {
  --tw-gradient-to: #fefce8;
}

.focus\:to-yellow-100:focus {
  --tw-gradient-to: #fef9c3;
}

.focus\:to-yellow-200:focus {
  --tw-gradient-to: #fef08a;
}

.focus\:to-yellow-300:focus {
  --tw-gradient-to: #fde047;
}

.focus\:to-yellow-400:focus {
  --tw-gradient-to: #facc15;
}

.focus\:to-yellow-500:focus {
  --tw-gradient-to: #eab308;
}

.focus\:to-yellow-600:focus {
  --tw-gradient-to: #ca8a04;
}

.focus\:to-yellow-700:focus {
  --tw-gradient-to: #a16207;
}

.focus\:to-yellow-800:focus {
  --tw-gradient-to: #854d0e;
}

.focus\:to-yellow-900:focus {
  --tw-gradient-to: #713f12;
}

.focus\:to-amber-50:focus {
  --tw-gradient-to: #fffbeb;
}

.focus\:to-amber-100:focus {
  --tw-gradient-to: #fef3c7;
}

.focus\:to-amber-200:focus {
  --tw-gradient-to: #fde68a;
}

.focus\:to-amber-300:focus {
  --tw-gradient-to: #fcd34d;
}

.focus\:to-amber-400:focus {
  --tw-gradient-to: #fbbf24;
}

.focus\:to-amber-500:focus {
  --tw-gradient-to: #f59e0b;
}

.focus\:to-amber-600:focus {
  --tw-gradient-to: #d97706;
}

.focus\:to-amber-700:focus {
  --tw-gradient-to: #b45309;
}

.focus\:to-amber-800:focus {
  --tw-gradient-to: #92400e;
}

.focus\:to-amber-900:focus {
  --tw-gradient-to: #78350f;
}

.focus\:to-orange-50:focus {
  --tw-gradient-to: #fff7ed;
}

.focus\:to-orange-100:focus {
  --tw-gradient-to: #ffedd5;
}

.focus\:to-orange-200:focus {
  --tw-gradient-to: #fed7aa;
}

.focus\:to-orange-300:focus {
  --tw-gradient-to: #fdba74;
}

.focus\:to-orange-400:focus {
  --tw-gradient-to: #fb923c;
}

.focus\:to-orange-500:focus {
  --tw-gradient-to: #f97316;
}

.focus\:to-orange-600:focus {
  --tw-gradient-to: #ea580c;
}

.focus\:to-orange-700:focus {
  --tw-gradient-to: #c2410c;
}

.focus\:to-orange-800:focus {
  --tw-gradient-to: #9a3412;
}

.focus\:to-orange-900:focus {
  --tw-gradient-to: #7c2d12;
}

.focus\:to-red-50:focus {
  --tw-gradient-to: #fef2f2;
}

.focus\:to-red-100:focus {
  --tw-gradient-to: #fee2e2;
}

.focus\:to-red-200:focus {
  --tw-gradient-to: #fecaca;
}

.focus\:to-red-300:focus {
  --tw-gradient-to: #fca5a5;
}

.focus\:to-red-400:focus {
  --tw-gradient-to: #f87171;
}

.focus\:to-red-500:focus {
  --tw-gradient-to: #ef4444;
}

.focus\:to-red-600:focus {
  --tw-gradient-to: #dc2626;
}

.focus\:to-red-700:focus {
  --tw-gradient-to: #b91c1c;
}

.focus\:to-red-800:focus {
  --tw-gradient-to: #991b1b;
}

.focus\:to-red-900:focus {
  --tw-gradient-to: #7f1d1d;
}

.focus\:to-warmGray-50:focus {
  --tw-gradient-to: #fafaf9;
}

.focus\:to-warmGray-100:focus {
  --tw-gradient-to: #f5f5f4;
}

.focus\:to-warmGray-200:focus {
  --tw-gradient-to: #e7e5e4;
}

.focus\:to-warmGray-300:focus {
  --tw-gradient-to: #d6d3d1;
}

.focus\:to-warmGray-400:focus {
  --tw-gradient-to: #a8a29e;
}

.focus\:to-warmGray-500:focus {
  --tw-gradient-to: #78716c;
}

.focus\:to-warmGray-600:focus {
  --tw-gradient-to: #57534e;
}

.focus\:to-warmGray-700:focus {
  --tw-gradient-to: #44403c;
}

.focus\:to-warmGray-800:focus {
  --tw-gradient-to: #292524;
}

.focus\:to-warmGray-900:focus {
  --tw-gradient-to: #1c1917;
}

.focus\:to-trueGray-50:focus {
  --tw-gradient-to: #fafafa;
}

.focus\:to-trueGray-100:focus {
  --tw-gradient-to: #f5f5f5;
}

.focus\:to-trueGray-200:focus {
  --tw-gradient-to: #e5e5e5;
}

.focus\:to-trueGray-300:focus {
  --tw-gradient-to: #d4d4d4;
}

.focus\:to-trueGray-400:focus {
  --tw-gradient-to: #a3a3a3;
}

.focus\:to-trueGray-500:focus {
  --tw-gradient-to: #737373;
}

.focus\:to-trueGray-600:focus {
  --tw-gradient-to: #525252;
}

.focus\:to-trueGray-700:focus {
  --tw-gradient-to: #404040;
}

.focus\:to-trueGray-800:focus {
  --tw-gradient-to: #262626;
}

.focus\:to-trueGray-900:focus {
  --tw-gradient-to: #171717;
}

.focus\:to-gray-50:focus {
  --tw-gradient-to: #fafafa;
}

.focus\:to-gray-100:focus {
  --tw-gradient-to: #f4f4f5;
}

.focus\:to-gray-200:focus {
  --tw-gradient-to: #e4e4e7;
}

.focus\:to-gray-300:focus {
  --tw-gradient-to: #d4d4d8;
}

.focus\:to-gray-400:focus {
  --tw-gradient-to: #a1a1aa;
}

.focus\:to-gray-500:focus {
  --tw-gradient-to: #71717a;
}

.focus\:to-gray-600:focus {
  --tw-gradient-to: #52525b;
}

.focus\:to-gray-700:focus {
  --tw-gradient-to: #3f3f46;
}

.focus\:to-gray-800:focus {
  --tw-gradient-to: #27272a;
}

.focus\:to-gray-900:focus {
  --tw-gradient-to: #18181b;
}

.focus\:to-coolGray-50:focus {
  --tw-gradient-to: #f9fafb;
}

.focus\:to-coolGray-100:focus {
  --tw-gradient-to: #f3f4f6;
}

.focus\:to-coolGray-200:focus {
  --tw-gradient-to: #e5e7eb;
}

.focus\:to-coolGray-300:focus {
  --tw-gradient-to: #d1d5db;
}

.focus\:to-coolGray-400:focus {
  --tw-gradient-to: #9ca3af;
}

.focus\:to-coolGray-500:focus {
  --tw-gradient-to: #6b7280;
}

.focus\:to-coolGray-600:focus {
  --tw-gradient-to: #4b5563;
}

.focus\:to-coolGray-700:focus {
  --tw-gradient-to: #374151;
}

.focus\:to-coolGray-800:focus {
  --tw-gradient-to: #1f2937;
}

.focus\:to-coolGray-900:focus {
  --tw-gradient-to: #111827;
}

.focus\:to-blueGray-50:focus {
  --tw-gradient-to: #f8fafc;
}

.focus\:to-blueGray-100:focus {
  --tw-gradient-to: #f1f5f9;
}

.focus\:to-blueGray-200:focus {
  --tw-gradient-to: #e2e8f0;
}

.focus\:to-blueGray-300:focus {
  --tw-gradient-to: #cbd5e1;
}

.focus\:to-blueGray-400:focus {
  --tw-gradient-to: #94a3b8;
}

.focus\:to-blueGray-500:focus {
  --tw-gradient-to: #64748b;
}

.focus\:to-blueGray-600:focus {
  --tw-gradient-to: #475569;
}

.focus\:to-blueGray-700:focus {
  --tw-gradient-to: #334155;
}

.focus\:to-blueGray-800:focus {
  --tw-gradient-to: #1e293b;
}

.focus\:to-blueGray-900:focus {
  --tw-gradient-to: #0f172a;
}

.decoration-slice {
  -webkit-box-decoration-break: slice;
          box-decoration-break: slice;
}

.decoration-clone {
  -webkit-box-decoration-break: clone;
          box-decoration-break: clone;
}

.bg-auto {
  background-size: auto;
}

.bg-cover {
  background-size: cover;
}

.bg-contain {
  background-size: contain;
}

.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: center;
}

.bg-left {
  background-position: left;
}

.bg-left-bottom {
  background-position: left bottom;
}

.bg-left-top {
  background-position: left top;
}

.bg-right {
  background-position: right;
}

.bg-right-bottom {
  background-position: right bottom;
}

.bg-right-top {
  background-position: right top;
}

.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;
}

.fill-current {
  fill: currentColor;
}

.stroke-current {
  stroke: currentColor;
}

.stroke-0 {
  stroke-width: 0;
}

.stroke-1 {
  stroke-width: 1;
}

.stroke-2 {
  stroke-width: 2;
}

.object-contain {
  -o-object-fit: contain;
     object-fit: contain;
}

.object-cover {
  -o-object-fit: cover;
     object-fit: cover;
}

.object-fill {
  -o-object-fit: fill;
     object-fit: fill;
}

.object-none {
  -o-object-fit: none;
     object-fit: none;
}

.object-scale-down {
  -o-object-fit: scale-down;
     object-fit: scale-down;
}

.object-bottom {
  -o-object-position: bottom;
     object-position: bottom;
}

.object-center {
  -o-object-position: center;
     object-position: center;
}

.object-left {
  -o-object-position: left;
     object-position: left;
}

.object-left-bottom {
  -o-object-position: left bottom;
     object-position: left bottom;
}

.object-left-top {
  -o-object-position: left top;
     object-position: left top;
}

.object-right {
  -o-object-position: right;
     object-position: right;
}

.object-right-bottom {
  -o-object-position: right bottom;
     object-position: right bottom;
}

.object-right-top {
  -o-object-position: right top;
     object-position: right top;
}

.object-top {
  -o-object-position: top;
     object-position: top;
}

.p-0 {
  padding: 0px;
}

.p-1 {
  padding: 0.25rem;
}

.p-2 {
  padding: 0.5rem;
}

.p-3 {
  padding: 0.75rem;
}

.p-4 {
  padding: 1rem;
}

.p-5 {
  padding: 1.25rem;
}

.p-6 {
  padding: 1.5rem;
}

.p-7 {
  padding: 1.75rem;
}

.p-8 {
  padding: 2rem;
}

.p-9 {
  padding: 2.25rem;
}

.p-10 {
  padding: 2.5rem;
}

.p-11 {
  padding: 2.75rem;
}

.p-12 {
  padding: 3rem;
}

.p-14 {
  padding: 3.5rem;
}

.p-16 {
  padding: 4rem;
}

.p-20 {
  padding: 5rem;
}

.p-24 {
  padding: 6rem;
}

.p-28 {
  padding: 7rem;
}

.p-32 {
  padding: 8rem;
}

.p-36 {
  padding: 9rem;
}

.p-40 {
  padding: 10rem;
}

.p-44 {
  padding: 11rem;
}

.p-48 {
  padding: 12rem;
}

.p-52 {
  padding: 13rem;
}

.p-56 {
  padding: 14rem;
}

.p-60 {
  padding: 15rem;
}

.p-64 {
  padding: 16rem;
}

.p-72 {
  padding: 18rem;
}

.p-80 {
  padding: 20rem;
}

.p-96 {
  padding: 24rem;
}

.p-px {
  padding: 1px;
}

.p-0\.5 {
  padding: 0.125rem;
}

.p-1\.5 {
  padding: 0.375rem;
}

.p-2\.5 {
  padding: 0.625rem;
}

.p-3\.5 {
  padding: 0.875rem;
}

.p-0\.25 {
  padding: 0.063rem;
}

.p-property-tabs-top {
  padding: var(--property-tabs-top);
}

.p-unset {
  padding: unset;
}

.px-0 {
  padding-left: 0px;
  padding-right: 0px;
}

.px-1 {
  padding-left: 0.25rem;
  padding-right: 0.25rem;
}

.px-2 {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}

.px-3 {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}

.px-4 {
  padding-left: 1rem;
  padding-right: 1rem;
}

.px-5 {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

.px-6 {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.px-7 {
  padding-left: 1.75rem;
  padding-right: 1.75rem;
}

.px-8 {
  padding-left: 2rem;
  padding-right: 2rem;
}

.px-9 {
  padding-left: 2.25rem;
  padding-right: 2.25rem;
}

.px-10 {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}

.px-11 {
  padding-left: 2.75rem;
  padding-right: 2.75rem;
}

.px-12 {
  padding-left: 3rem;
  padding-right: 3rem;
}

.px-14 {
  padding-left: 3.5rem;
  padding-right: 3.5rem;
}

.px-16 {
  padding-left: 4rem;
  padding-right: 4rem;
}

.px-20 {
  padding-left: 5rem;
  padding-right: 5rem;
}

.px-24 {
  padding-left: 6rem;
  padding-right: 6rem;
}

.px-28 {
  padding-left: 7rem;
  padding-right: 7rem;
}

.px-32 {
  padding-left: 8rem;
  padding-right: 8rem;
}

.px-36 {
  padding-left: 9rem;
  padding-right: 9rem;
}

.px-40 {
  padding-left: 10rem;
  padding-right: 10rem;
}

.px-44 {
  padding-left: 11rem;
  padding-right: 11rem;
}

.px-48 {
  padding-left: 12rem;
  padding-right: 12rem;
}

.px-52 {
  padding-left: 13rem;
  padding-right: 13rem;
}

.px-56 {
  padding-left: 14rem;
  padding-right: 14rem;
}

.px-60 {
  padding-left: 15rem;
  padding-right: 15rem;
}

.px-64 {
  padding-left: 16rem;
  padding-right: 16rem;
}

.px-72 {
  padding-left: 18rem;
  padding-right: 18rem;
}

.px-80 {
  padding-left: 20rem;
  padding-right: 20rem;
}

.px-96 {
  padding-left: 24rem;
  padding-right: 24rem;
}

.px-px {
  padding-left: 1px;
  padding-right: 1px;
}

.px-0\.5 {
  padding-left: 0.125rem;
  padding-right: 0.125rem;
}

.px-1\.5 {
  padding-left: 0.375rem;
  padding-right: 0.375rem;
}

.px-2\.5 {
  padding-left: 0.625rem;
  padding-right: 0.625rem;
}

.px-3\.5 {
  padding-left: 0.875rem;
  padding-right: 0.875rem;
}

.px-0\.25 {
  padding-left: 0.063rem;
  padding-right: 0.063rem;
}

.px-property-tabs-top {
  padding-left: var(--property-tabs-top);
  padding-right: var(--property-tabs-top);
}

.px-unset {
  padding-left: unset;
  padding-right: unset;
}

.py-0 {
  padding-top: 0px;
  padding-bottom: 0px;
}

.py-1 {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}

.py-2 {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.py-3 {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}

.py-4 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.py-5 {
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}

.py-6 {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}

.py-7 {
  padding-top: 1.75rem;
  padding-bottom: 1.75rem;
}

.py-8 {
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.py-9 {
  padding-top: 2.25rem;
  padding-bottom: 2.25rem;
}

.py-10 {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}

.py-11 {
  padding-top: 2.75rem;
  padding-bottom: 2.75rem;
}

.py-12 {
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.py-14 {
  padding-top: 3.5rem;
  padding-bottom: 3.5rem;
}

.py-16 {
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.py-20 {
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.py-24 {
  padding-top: 6rem;
  padding-bottom: 6rem;
}

.py-28 {
  padding-top: 7rem;
  padding-bottom: 7rem;
}

.py-32 {
  padding-top: 8rem;
  padding-bottom: 8rem;
}

.py-36 {
  padding-top: 9rem;
  padding-bottom: 9rem;
}

.py-40 {
  padding-top: 10rem;
  padding-bottom: 10rem;
}

.py-44 {
  padding-top: 11rem;
  padding-bottom: 11rem;
}

.py-48 {
  padding-top: 12rem;
  padding-bottom: 12rem;
}

.py-52 {
  padding-top: 13rem;
  padding-bottom: 13rem;
}

.py-56 {
  padding-top: 14rem;
  padding-bottom: 14rem;
}

.py-60 {
  padding-top: 15rem;
  padding-bottom: 15rem;
}

.py-64 {
  padding-top: 16rem;
  padding-bottom: 16rem;
}

.py-72 {
  padding-top: 18rem;
  padding-bottom: 18rem;
}

.py-80 {
  padding-top: 20rem;
  padding-bottom: 20rem;
}

.py-96 {
  padding-top: 24rem;
  padding-bottom: 24rem;
}

.py-px {
  padding-top: 1px;
  padding-bottom: 1px;
}

.py-0\.5 {
  padding-top: 0.125rem;
  padding-bottom: 0.125rem;
}

.py-1\.5 {
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
}

.py-2\.5 {
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
}

.py-3\.5 {
  padding-top: 0.875rem;
  padding-bottom: 0.875rem;
}

.py-0\.25 {
  padding-top: 0.063rem;
  padding-bottom: 0.063rem;
}

.py-property-tabs-top {
  padding-top: var(--property-tabs-top);
  padding-bottom: var(--property-tabs-top);
}

.py-unset {
  padding-top: unset;
  padding-bottom: unset;
}

.pt-0 {
  padding-top: 0px;
}

.pt-1 {
  padding-top: 0.25rem;
}

.pt-2 {
  padding-top: 0.5rem;
}

.pt-3 {
  padding-top: 0.75rem;
}

.pt-4 {
  padding-top: 1rem;
}

.pt-5 {
  padding-top: 1.25rem;
}

.pt-6 {
  padding-top: 1.5rem;
}

.pt-7 {
  padding-top: 1.75rem;
}

.pt-8 {
  padding-top: 2rem;
}

.pt-9 {
  padding-top: 2.25rem;
}

.pt-10 {
  padding-top: 2.5rem;
}

.pt-11 {
  padding-top: 2.75rem;
}

.pt-12 {
  padding-top: 3rem;
}

.pt-14 {
  padding-top: 3.5rem;
}

.pt-16 {
  padding-top: 4rem;
}

.pt-20 {
  padding-top: 5rem;
}

.pt-24 {
  padding-top: 6rem;
}

.pt-28 {
  padding-top: 7rem;
}

.pt-32 {
  padding-top: 8rem;
}

.pt-36 {
  padding-top: 9rem;
}

.pt-40 {
  padding-top: 10rem;
}

.pt-44 {
  padding-top: 11rem;
}

.pt-48 {
  padding-top: 12rem;
}

.pt-52 {
  padding-top: 13rem;
}

.pt-56 {
  padding-top: 14rem;
}

.pt-60 {
  padding-top: 15rem;
}

.pt-64 {
  padding-top: 16rem;
}

.pt-72 {
  padding-top: 18rem;
}

.pt-80 {
  padding-top: 20rem;
}

.pt-96 {
  padding-top: 24rem;
}

.pt-px {
  padding-top: 1px;
}

.pt-0\.5 {
  padding-top: 0.125rem;
}

.pt-1\.5 {
  padding-top: 0.375rem;
}

.pt-2\.5 {
  padding-top: 0.625rem;
}

.pt-3\.5 {
  padding-top: 0.875rem;
}

.pt-0\.25 {
  padding-top: 0.063rem;
}

.pt-property-tabs-top {
  padding-top: var(--property-tabs-top);
}

.pt-unset {
  padding-top: unset;
}

.pr-0 {
  padding-right: 0px;
}

.pr-1 {
  padding-right: 0.25rem;
}

.pr-2 {
  padding-right: 0.5rem;
}

.pr-3 {
  padding-right: 0.75rem;
}

.pr-4 {
  padding-right: 1rem;
}

.pr-5 {
  padding-right: 1.25rem;
}

.pr-6 {
  padding-right: 1.5rem;
}

.pr-7 {
  padding-right: 1.75rem;
}

.pr-8 {
  padding-right: 2rem;
}

.pr-9 {
  padding-right: 2.25rem;
}

.pr-10 {
  padding-right: 2.5rem;
}

.pr-11 {
  padding-right: 2.75rem;
}

.pr-12 {
  padding-right: 3rem;
}

.pr-14 {
  padding-right: 3.5rem;
}

.pr-16 {
  padding-right: 4rem;
}

.pr-20 {
  padding-right: 5rem;
}

.pr-24 {
  padding-right: 6rem;
}

.pr-28 {
  padding-right: 7rem;
}

.pr-32 {
  padding-right: 8rem;
}

.pr-36 {
  padding-right: 9rem;
}

.pr-40 {
  padding-right: 10rem;
}

.pr-44 {
  padding-right: 11rem;
}

.pr-48 {
  padding-right: 12rem;
}

.pr-52 {
  padding-right: 13rem;
}

.pr-56 {
  padding-right: 14rem;
}

.pr-60 {
  padding-right: 15rem;
}

.pr-64 {
  padding-right: 16rem;
}

.pr-72 {
  padding-right: 18rem;
}

.pr-80 {
  padding-right: 20rem;
}

.pr-96 {
  padding-right: 24rem;
}

.pr-px {
  padding-right: 1px;
}

.pr-0\.5 {
  padding-right: 0.125rem;
}

.pr-1\.5 {
  padding-right: 0.375rem;
}

.pr-2\.5 {
  padding-right: 0.625rem;
}

.pr-3\.5 {
  padding-right: 0.875rem;
}

.pr-0\.25 {
  padding-right: 0.063rem;
}

.pr-property-tabs-top {
  padding-right: var(--property-tabs-top);
}

.pr-unset {
  padding-right: unset;
}

.pb-0 {
  padding-bottom: 0px;
}

.pb-1 {
  padding-bottom: 0.25rem;
}

.pb-2 {
  padding-bottom: 0.5rem;
}

.pb-3 {
  padding-bottom: 0.75rem;
}

.pb-4 {
  padding-bottom: 1rem;
}

.pb-5 {
  padding-bottom: 1.25rem;
}

.pb-6 {
  padding-bottom: 1.5rem;
}

.pb-7 {
  padding-bottom: 1.75rem;
}

.pb-8 {
  padding-bottom: 2rem;
}

.pb-9 {
  padding-bottom: 2.25rem;
}

.pb-10 {
  padding-bottom: 2.5rem;
}

.pb-11 {
  padding-bottom: 2.75rem;
}

.pb-12 {
  padding-bottom: 3rem;
}

.pb-14 {
  padding-bottom: 3.5rem;
}

.pb-16 {
  padding-bottom: 4rem;
}

.pb-20 {
  padding-bottom: 5rem;
}

.pb-24 {
  padding-bottom: 6rem;
}

.pb-28 {
  padding-bottom: 7rem;
}

.pb-32 {
  padding-bottom: 8rem;
}

.pb-36 {
  padding-bottom: 9rem;
}

.pb-40 {
  padding-bottom: 10rem;
}

.pb-44 {
  padding-bottom: 11rem;
}

.pb-48 {
  padding-bottom: 12rem;
}

.pb-52 {
  padding-bottom: 13rem;
}

.pb-56 {
  padding-bottom: 14rem;
}

.pb-60 {
  padding-bottom: 15rem;
}

.pb-64 {
  padding-bottom: 16rem;
}

.pb-72 {
  padding-bottom: 18rem;
}

.pb-80 {
  padding-bottom: 20rem;
}

.pb-96 {
  padding-bottom: 24rem;
}

.pb-px {
  padding-bottom: 1px;
}

.pb-0\.5 {
  padding-bottom: 0.125rem;
}

.pb-1\.5 {
  padding-bottom: 0.375rem;
}

.pb-2\.5 {
  padding-bottom: 0.625rem;
}

.pb-3\.5 {
  padding-bottom: 0.875rem;
}

.pb-0\.25 {
  padding-bottom: 0.063rem;
}

.pb-property-tabs-top {
  padding-bottom: var(--property-tabs-top);
}

.pb-unset {
  padding-bottom: unset;
}

.pl-0 {
  padding-left: 0px;
}

.pl-1 {
  padding-left: 0.25rem;
}

.pl-2 {
  padding-left: 0.5rem;
}

.pl-3 {
  padding-left: 0.75rem;
}

.pl-4 {
  padding-left: 1rem;
}

.pl-5 {
  padding-left: 1.25rem;
}

.pl-6 {
  padding-left: 1.5rem;
}

.pl-7 {
  padding-left: 1.75rem;
}

.pl-8 {
  padding-left: 2rem;
}

.pl-9 {
  padding-left: 2.25rem;
}

.pl-10 {
  padding-left: 2.5rem;
}

.pl-11 {
  padding-left: 2.75rem;
}

.pl-12 {
  padding-left: 3rem;
}

.pl-14 {
  padding-left: 3.5rem;
}

.pl-16 {
  padding-left: 4rem;
}

.pl-20 {
  padding-left: 5rem;
}

.pl-24 {
  padding-left: 6rem;
}

.pl-28 {
  padding-left: 7rem;
}

.pl-32 {
  padding-left: 8rem;
}

.pl-36 {
  padding-left: 9rem;
}

.pl-40 {
  padding-left: 10rem;
}

.pl-44 {
  padding-left: 11rem;
}

.pl-48 {
  padding-left: 12rem;
}

.pl-52 {
  padding-left: 13rem;
}

.pl-56 {
  padding-left: 14rem;
}

.pl-60 {
  padding-left: 15rem;
}

.pl-64 {
  padding-left: 16rem;
}

.pl-72 {
  padding-left: 18rem;
}

.pl-80 {
  padding-left: 20rem;
}

.pl-96 {
  padding-left: 24rem;
}

.pl-px {
  padding-left: 1px;
}

.pl-0\.5 {
  padding-left: 0.125rem;
}

.pl-1\.5 {
  padding-left: 0.375rem;
}

.pl-2\.5 {
  padding-left: 0.625rem;
}

.pl-3\.5 {
  padding-left: 0.875rem;
}

.pl-0\.25 {
  padding-left: 0.063rem;
}

.pl-property-tabs-top {
  padding-left: var(--property-tabs-top);
}

.pl-unset {
  padding-left: unset;
}

.text-left {
  text-align: left;
}

.text-center {
  text-align: center;
}

.text-right {
  text-align: right;
}

.text-justify {
  text-align: justify;
}

.align-baseline {
  vertical-align: baseline;
}

.align-top {
  vertical-align: top;
}

.align-middle {
  vertical-align: middle;
}

.align-bottom {
  vertical-align: bottom;
}

.align-text-top {
  vertical-align: text-top;
}

.align-text-bottom {
  vertical-align: text-bottom;
}

.font-sans {
  font-family: Calibre, sans-serif;
}

.font-mono {
  font-family: Monaco, monospace;
}

.text-xxs {
  font-size: .5625rem;
  line-height: 1rem;
}

.text-xs {
  font-size: .75rem;
  line-height: 1.25rem;
}

.text-sm {
  font-size: .875rem;
  line-height: 1.5rem;
}

.text-md {
  font-size: 1rem;
  line-height: 1.5rem;
}

.text-lg {
  font-size: 1.25rem;
  line-height: 2rem;
}

.text-xl {
  font-size: 1.5rem;
  line-height: 2rem;
}

.text-2xl {
  font-size: 2rem;
  line-height: 2.5rem;
}

.text-3xl {
  font-size: 2.5rem;
  line-height: 3rem;
}

.text-4xl {
  font-size: 3rem;
  line-height: 3.25rem;
}

.font-thin {
  font-weight: 100;
}

.font-extralight {
  font-weight: 200;
}

.font-light {
  font-weight: 300;
}

.font-normal {
  font-weight: 400;
}

.font-medium {
  font-weight: 500;
}

.font-semibold {
  font-weight: 600;
}

.font-bold {
  font-weight: 700;
}

.font-extrabold {
  font-weight: 800;
}

.font-black {
  font-weight: 900;
}

.hover\:font-thin:hover {
  font-weight: 100;
}

.hover\:font-extralight:hover {
  font-weight: 200;
}

.hover\:font-light:hover {
  font-weight: 300;
}

.hover\:font-normal:hover {
  font-weight: 400;
}

.hover\:font-medium:hover {
  font-weight: 500;
}

.hover\:font-semibold:hover {
  font-weight: 600;
}

.hover\:font-bold:hover {
  font-weight: 700;
}

.hover\:font-extrabold:hover {
  font-weight: 800;
}

.hover\:font-black:hover {
  font-weight: 900;
}

.focus\:font-thin:focus {
  font-weight: 100;
}

.focus\:font-extralight:focus {
  font-weight: 200;
}

.focus\:font-light:focus {
  font-weight: 300;
}

.focus\:font-normal:focus {
  font-weight: 400;
}

.focus\:font-medium:focus {
  font-weight: 500;
}

.focus\:font-semibold:focus {
  font-weight: 600;
}

.focus\:font-bold:focus {
  font-weight: 700;
}

.focus\:font-extrabold:focus {
  font-weight: 800;
}

.focus\:font-black:focus {
  font-weight: 900;
}

.uppercase {
  text-transform: uppercase;
}

.lowercase {
  text-transform: lowercase;
}

.capitalize {
  text-transform: capitalize;
}

.normal-case {
  text-transform: none;
}

.italic {
  font-style: italic;
}

.not-italic {
  font-style: normal;
}

.ordinal, .slashed-zero, .lining-nums, .oldstyle-nums, .proportional-nums, .tabular-nums, .diagonal-fractions, .stacked-fractions {
  --tw-ordinal: var(--tw-empty,/*!*/ /*!*/);
  --tw-slashed-zero: var(--tw-empty,/*!*/ /*!*/);
  --tw-numeric-figure: var(--tw-empty,/*!*/ /*!*/);
  --tw-numeric-spacing: var(--tw-empty,/*!*/ /*!*/);
  --tw-numeric-fraction: var(--tw-empty,/*!*/ /*!*/);
  font-variant-numeric: var(--tw-ordinal) var(--tw-slashed-zero) var(--tw-numeric-figure) var(--tw-numeric-spacing) var(--tw-numeric-fraction);
}

.normal-nums {
  font-variant-numeric: normal;
}

.ordinal {
  --tw-ordinal: ordinal;
}

.slashed-zero {
  --tw-slashed-zero: slashed-zero;
}

.lining-nums {
  --tw-numeric-figure: lining-nums;
}

.oldstyle-nums {
  --tw-numeric-figure: oldstyle-nums;
}

.proportional-nums {
  --tw-numeric-spacing: proportional-nums;
}

.tabular-nums {
  --tw-numeric-spacing: tabular-nums;
}

.diagonal-fractions {
  --tw-numeric-fraction: diagonal-fractions;
}

.stacked-fractions {
  --tw-numeric-fraction: stacked-fractions;
}

.leading-3 {
  line-height: .75rem;
}

.leading-4 {
  line-height: 1rem;
}

.leading-5 {
  line-height: 1.25rem;
}

.leading-6 {
  line-height: 1.5rem;
}

.leading-7 {
  line-height: 1.75rem;
}

.leading-8 {
  line-height: 2rem;
}

.leading-9 {
  line-height: 2.25rem;
}

.leading-10 {
  line-height: 2.5rem;
}

.leading-12 {
  line-height: 3rem;
}

.leading-13 {
  line-height: 3.25rem;
}

.leading-none {
  line-height: 1;
}

.leading-tight {
  line-height: 1.25;
}

.leading-snug {
  line-height: 1.375;
}

.leading-normal {
  line-height: 1.5;
}

.leading-relaxed {
  line-height: 1.625;
}

.leading-loose {
  line-height: 2;
}

.tracking-tighter {
  letter-spacing: -0.05em;
}

.tracking-tight {
  letter-spacing: -0.025em;
}

.tracking-normal {
  letter-spacing: 0em;
}

.tracking-wide {
  letter-spacing: 0.025em;
}

.tracking-wider {
  letter-spacing: 0.05em;
}

.tracking-widest {
  letter-spacing: 0.1em;
}

.text-current {
  color: currentColor;
}

.text-transparent {
  color: transparent;
}

.text-falcon {
  color: var(--falcon);
}

.text-basement {
  color: var(--basement);
}

.text-blue-50 {
  --tw-text-opacity: 1;
  color: rgba(239, 246, 255, var(--tw-text-opacity));
}

.text-blue-100 {
  --tw-text-opacity: 1;
  color: rgba(219, 234, 254, var(--tw-text-opacity));
}

.text-blue-200 {
  --tw-text-opacity: 1;
  color: rgba(191, 219, 254, var(--tw-text-opacity));
}

.text-blue-300 {
  --tw-text-opacity: 1;
  color: rgba(147, 197, 253, var(--tw-text-opacity));
}

.text-blue-400 {
  --tw-text-opacity: 1;
  color: rgba(96, 165, 250, var(--tw-text-opacity));
}

.text-blue-500 {
  --tw-text-opacity: 1;
  color: rgba(59, 130, 246, var(--tw-text-opacity));
}

.text-blue-600 {
  --tw-text-opacity: 1;
  color: rgba(37, 99, 235, var(--tw-text-opacity));
}

.text-blue-700 {
  --tw-text-opacity: 1;
  color: rgba(29, 78, 216, var(--tw-text-opacity));
}

.text-blue-800 {
  --tw-text-opacity: 1;
  color: rgba(30, 64, 175, var(--tw-text-opacity));
}

.text-blue-900 {
  --tw-text-opacity: 1;
  color: rgba(30, 58, 138, var(--tw-text-opacity));
}

.text-body-and-labels {
  color: var(--body-and-labels);
}

.text-brand {
  color: var(--brand);
}

.text-code-base-64 {
  color: var(--code-base-64);
}

.text-code-bg {
  color: var(--code-bg);
}

.text-code-outline {
  color: var(--code-outline);
}

.text-code-text {
  color: var(--code-text);
}

.text-critical {
  color: var(--critical);
}

.text-destructive-hover {
  color: var(--destructive-hover);
}

.text-destructive-idle {
  color: var(--destructive-idle);
}

.text-destructive-pressed {
  color: var(--destructive-pressed);
}

.text-disabled {
  color: var(--disabled);
}

.text-disc-operations {
  color: var(--disc-operations);
}

.text-dns-requests {
  color: var(--dns-requests);
}

.text-focus {
  color: var(--focus);
}

.text-graph-1 {
  color: var(--graph-1);
}

.text-graph-10 {
  color: var(--graph-10);
}

.text-graph-11 {
  color: var(--graph-11);
}

.text-graph-2 {
  color: var(--graph-2);
}

.text-graph-3 {
  color: var(--graph-3);
}

.text-graph-4 {
  color: var(--graph-4);
}

.text-graph-5 {
  color: var(--graph-5);
}

.text-graph-6 {
  color: var(--graph-6);
}

.text-graph-7 {
  color: var(--graph-7);
}

.text-graph-8 {
  color: var(--graph-8);
}

.text-graph-9 {
  color: var(--graph-9);
}

.text-graph-disabled {
  color: var(--graph-disabled);
}

.text-ground-floor {
  color: var(--ground-floor);
}

.text-high {
  color: var(--high);
}

.text-informational {
  color: var(--informational);
}

.text-lines-dark {
  color: var(--lines-dark);
}

.text-lines-light {
  color: var(--lines-light);
}

.text-low {
  color: var(--low);
}

.text-medium {
  color: var(--medium);
}

.text-mezzanine {
  color: var(--mezzanine);
}

.text-nav-text-and-icons {
  color: var(--nav-text-and-icons);
}

.text-nav-text-secondary {
  color: var(--nav-text-secondary);
}

.text-network-operations {
  color: var(--network-operations);
}

.text-normal-hover {
  color: var(--normal-hover);
}

.text-normal-idle {
  color: var(--normal-idle);
}

.text-normal-pressed {
  color: var(--normal-pressed);
}

.text-overlay-0\.5 {
  color: var(--overlay-0\.5);
}

.text-overlay-1 {
  color: var(--overlay-1);
}

.text-overlay-2 {
  color: var(--overlay-2);
}

.text-positive {
  color: var(--positive);
}

.text-primary-hover {
  color: var(--primary-hover);
}

.text-primary-idle {
  color: var(--primary-idle);
}

.text-primary-pressed {
  color: var(--primary-pressed);
}

.text-process-operations {
  color: var(--process-operations);
}

.text-purple-50 {
  --tw-text-opacity: 1;
  color: rgba(250, 245, 255, var(--tw-text-opacity));
}

.text-purple-100 {
  --tw-text-opacity: 1;
  color: rgba(243, 232, 255, var(--tw-text-opacity));
}

.text-purple-200 {
  --tw-text-opacity: 1;
  color: rgba(233, 213, 255, var(--tw-text-opacity));
}

.text-purple-300 {
  --tw-text-opacity: 1;
  color: rgba(216, 180, 254, var(--tw-text-opacity));
}

.text-purple-400 {
  --tw-text-opacity: 1;
  color: rgba(192, 132, 252, var(--tw-text-opacity));
}

.text-purple-500 {
  --tw-text-opacity: 1;
  color: rgba(168, 85, 247, var(--tw-text-opacity));
}

.text-purple-600 {
  --tw-text-opacity: 1;
  color: rgba(147, 51, 234, var(--tw-text-opacity));
}

.text-purple-700 {
  --tw-text-opacity: 1;
  color: rgba(126, 34, 206, var(--tw-text-opacity));
}

.text-purple-800 {
  --tw-text-opacity: 1;
  color: rgba(107, 33, 168, var(--tw-text-opacity));
}

.text-purple-900 {
  --tw-text-opacity: 1;
  color: rgba(88, 28, 135, var(--tw-text-opacity));
}

.text-registry-operations {
  color: var(--registry-operations);
}

.text-selected {
  color: var(--selected);
}

.text-surface-2xl {
  color: var(--surface-2xl);
}

.text-surface-base {
  color: var(--surface-base);
}

.text-surface-inner {
  color: var(--surface-inner);
}

.text-surface-lg {
  color: var(--surface-lg);
}

.text-surface-md {
  color: var(--surface-md);
}

.text-surface-xl {
  color: var(--surface-xl);
}

.text-text-and-icons {
  color: var(--text-and-icons);
}

.text-titles-and-attributes {
  color: var(--titles-and-attributes);
}

.text-black {
  --tw-text-opacity: 1;
  color: rgba(0, 0, 0, var(--tw-text-opacity));
}

.text-white {
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
}

.text-rose-50 {
  --tw-text-opacity: 1;
  color: rgba(255, 241, 242, var(--tw-text-opacity));
}

.text-rose-100 {
  --tw-text-opacity: 1;
  color: rgba(255, 228, 230, var(--tw-text-opacity));
}

.text-rose-200 {
  --tw-text-opacity: 1;
  color: rgba(254, 205, 211, var(--tw-text-opacity));
}

.text-rose-300 {
  --tw-text-opacity: 1;
  color: rgba(253, 164, 175, var(--tw-text-opacity));
}

.text-rose-400 {
  --tw-text-opacity: 1;
  color: rgba(251, 113, 133, var(--tw-text-opacity));
}

.text-rose-500 {
  --tw-text-opacity: 1;
  color: rgba(244, 63, 94, var(--tw-text-opacity));
}

.text-rose-600 {
  --tw-text-opacity: 1;
  color: rgba(225, 29, 72, var(--tw-text-opacity));
}

.text-rose-700 {
  --tw-text-opacity: 1;
  color: rgba(190, 18, 60, var(--tw-text-opacity));
}

.text-rose-800 {
  --tw-text-opacity: 1;
  color: rgba(159, 18, 57, var(--tw-text-opacity));
}

.text-rose-900 {
  --tw-text-opacity: 1;
  color: rgba(136, 19, 55, var(--tw-text-opacity));
}

.text-pink-50 {
  --tw-text-opacity: 1;
  color: rgba(253, 242, 248, var(--tw-text-opacity));
}

.text-pink-100 {
  --tw-text-opacity: 1;
  color: rgba(252, 231, 243, var(--tw-text-opacity));
}

.text-pink-200 {
  --tw-text-opacity: 1;
  color: rgba(251, 207, 232, var(--tw-text-opacity));
}

.text-pink-300 {
  --tw-text-opacity: 1;
  color: rgba(249, 168, 212, var(--tw-text-opacity));
}

.text-pink-400 {
  --tw-text-opacity: 1;
  color: rgba(244, 114, 182, var(--tw-text-opacity));
}

.text-pink-500 {
  --tw-text-opacity: 1;
  color: rgba(236, 72, 153, var(--tw-text-opacity));
}

.text-pink-600 {
  --tw-text-opacity: 1;
  color: rgba(219, 39, 119, var(--tw-text-opacity));
}

.text-pink-700 {
  --tw-text-opacity: 1;
  color: rgba(190, 24, 93, var(--tw-text-opacity));
}

.text-pink-800 {
  --tw-text-opacity: 1;
  color: rgba(157, 23, 77, var(--tw-text-opacity));
}

.text-pink-900 {
  --tw-text-opacity: 1;
  color: rgba(131, 24, 67, var(--tw-text-opacity));
}

.text-fuchsia-50 {
  --tw-text-opacity: 1;
  color: rgba(253, 244, 255, var(--tw-text-opacity));
}

.text-fuchsia-100 {
  --tw-text-opacity: 1;
  color: rgba(250, 232, 255, var(--tw-text-opacity));
}

.text-fuchsia-200 {
  --tw-text-opacity: 1;
  color: rgba(245, 208, 254, var(--tw-text-opacity));
}

.text-fuchsia-300 {
  --tw-text-opacity: 1;
  color: rgba(240, 171, 252, var(--tw-text-opacity));
}

.text-fuchsia-400 {
  --tw-text-opacity: 1;
  color: rgba(232, 121, 249, var(--tw-text-opacity));
}

.text-fuchsia-500 {
  --tw-text-opacity: 1;
  color: rgba(217, 70, 239, var(--tw-text-opacity));
}

.text-fuchsia-600 {
  --tw-text-opacity: 1;
  color: rgba(192, 38, 211, var(--tw-text-opacity));
}

.text-fuchsia-700 {
  --tw-text-opacity: 1;
  color: rgba(162, 28, 175, var(--tw-text-opacity));
}

.text-fuchsia-800 {
  --tw-text-opacity: 1;
  color: rgba(134, 25, 143, var(--tw-text-opacity));
}

.text-fuchsia-900 {
  --tw-text-opacity: 1;
  color: rgba(112, 26, 117, var(--tw-text-opacity));
}

.text-violet-50 {
  --tw-text-opacity: 1;
  color: rgba(245, 243, 255, var(--tw-text-opacity));
}

.text-violet-100 {
  --tw-text-opacity: 1;
  color: rgba(237, 233, 254, var(--tw-text-opacity));
}

.text-violet-200 {
  --tw-text-opacity: 1;
  color: rgba(221, 214, 254, var(--tw-text-opacity));
}

.text-violet-300 {
  --tw-text-opacity: 1;
  color: rgba(196, 181, 253, var(--tw-text-opacity));
}

.text-violet-400 {
  --tw-text-opacity: 1;
  color: rgba(167, 139, 250, var(--tw-text-opacity));
}

.text-violet-500 {
  --tw-text-opacity: 1;
  color: rgba(139, 92, 246, var(--tw-text-opacity));
}

.text-violet-600 {
  --tw-text-opacity: 1;
  color: rgba(124, 58, 237, var(--tw-text-opacity));
}

.text-violet-700 {
  --tw-text-opacity: 1;
  color: rgba(109, 40, 217, var(--tw-text-opacity));
}

.text-violet-800 {
  --tw-text-opacity: 1;
  color: rgba(91, 33, 182, var(--tw-text-opacity));
}

.text-violet-900 {
  --tw-text-opacity: 1;
  color: rgba(76, 29, 149, var(--tw-text-opacity));
}

.text-indigo-50 {
  --tw-text-opacity: 1;
  color: rgba(238, 242, 255, var(--tw-text-opacity));
}

.text-indigo-100 {
  --tw-text-opacity: 1;
  color: rgba(224, 231, 255, var(--tw-text-opacity));
}

.text-indigo-200 {
  --tw-text-opacity: 1;
  color: rgba(199, 210, 254, var(--tw-text-opacity));
}

.text-indigo-300 {
  --tw-text-opacity: 1;
  color: rgba(165, 180, 252, var(--tw-text-opacity));
}

.text-indigo-400 {
  --tw-text-opacity: 1;
  color: rgba(129, 140, 248, var(--tw-text-opacity));
}

.text-indigo-500 {
  --tw-text-opacity: 1;
  color: rgba(99, 102, 241, var(--tw-text-opacity));
}

.text-indigo-600 {
  --tw-text-opacity: 1;
  color: rgba(79, 70, 229, var(--tw-text-opacity));
}

.text-indigo-700 {
  --tw-text-opacity: 1;
  color: rgba(67, 56, 202, var(--tw-text-opacity));
}

.text-indigo-800 {
  --tw-text-opacity: 1;
  color: rgba(55, 48, 163, var(--tw-text-opacity));
}

.text-indigo-900 {
  --tw-text-opacity: 1;
  color: rgba(49, 46, 129, var(--tw-text-opacity));
}

.text-lightBlue-50 {
  --tw-text-opacity: 1;
  color: rgba(240, 249, 255, var(--tw-text-opacity));
}

.text-lightBlue-100 {
  --tw-text-opacity: 1;
  color: rgba(224, 242, 254, var(--tw-text-opacity));
}

.text-lightBlue-200 {
  --tw-text-opacity: 1;
  color: rgba(186, 230, 253, var(--tw-text-opacity));
}

.text-lightBlue-300 {
  --tw-text-opacity: 1;
  color: rgba(125, 211, 252, var(--tw-text-opacity));
}

.text-lightBlue-400 {
  --tw-text-opacity: 1;
  color: rgba(56, 189, 248, var(--tw-text-opacity));
}

.text-lightBlue-500 {
  --tw-text-opacity: 1;
  color: rgba(14, 165, 233, var(--tw-text-opacity));
}

.text-lightBlue-600 {
  --tw-text-opacity: 1;
  color: rgba(2, 132, 199, var(--tw-text-opacity));
}

.text-lightBlue-700 {
  --tw-text-opacity: 1;
  color: rgba(3, 105, 161, var(--tw-text-opacity));
}

.text-lightBlue-800 {
  --tw-text-opacity: 1;
  color: rgba(7, 89, 133, var(--tw-text-opacity));
}

.text-lightBlue-900 {
  --tw-text-opacity: 1;
  color: rgba(12, 74, 110, var(--tw-text-opacity));
}

.text-cyan-50 {
  --tw-text-opacity: 1;
  color: rgba(236, 254, 255, var(--tw-text-opacity));
}

.text-cyan-100 {
  --tw-text-opacity: 1;
  color: rgba(207, 250, 254, var(--tw-text-opacity));
}

.text-cyan-200 {
  --tw-text-opacity: 1;
  color: rgba(165, 243, 252, var(--tw-text-opacity));
}

.text-cyan-300 {
  --tw-text-opacity: 1;
  color: rgba(103, 232, 249, var(--tw-text-opacity));
}

.text-cyan-400 {
  --tw-text-opacity: 1;
  color: rgba(34, 211, 238, var(--tw-text-opacity));
}

.text-cyan-500 {
  --tw-text-opacity: 1;
  color: rgba(6, 182, 212, var(--tw-text-opacity));
}

.text-cyan-600 {
  --tw-text-opacity: 1;
  color: rgba(8, 145, 178, var(--tw-text-opacity));
}

.text-cyan-700 {
  --tw-text-opacity: 1;
  color: rgba(14, 116, 144, var(--tw-text-opacity));
}

.text-cyan-800 {
  --tw-text-opacity: 1;
  color: rgba(21, 94, 117, var(--tw-text-opacity));
}

.text-cyan-900 {
  --tw-text-opacity: 1;
  color: rgba(22, 78, 99, var(--tw-text-opacity));
}

.text-teal-50 {
  --tw-text-opacity: 1;
  color: rgba(240, 253, 250, var(--tw-text-opacity));
}

.text-teal-100 {
  --tw-text-opacity: 1;
  color: rgba(204, 251, 241, var(--tw-text-opacity));
}

.text-teal-200 {
  --tw-text-opacity: 1;
  color: rgba(153, 246, 228, var(--tw-text-opacity));
}

.text-teal-300 {
  --tw-text-opacity: 1;
  color: rgba(94, 234, 212, var(--tw-text-opacity));
}

.text-teal-400 {
  --tw-text-opacity: 1;
  color: rgba(45, 212, 191, var(--tw-text-opacity));
}

.text-teal-500 {
  --tw-text-opacity: 1;
  color: rgba(20, 184, 166, var(--tw-text-opacity));
}

.text-teal-600 {
  --tw-text-opacity: 1;
  color: rgba(13, 148, 136, var(--tw-text-opacity));
}

.text-teal-700 {
  --tw-text-opacity: 1;
  color: rgba(15, 118, 110, var(--tw-text-opacity));
}

.text-teal-800 {
  --tw-text-opacity: 1;
  color: rgba(17, 94, 89, var(--tw-text-opacity));
}

.text-teal-900 {
  --tw-text-opacity: 1;
  color: rgba(19, 78, 74, var(--tw-text-opacity));
}

.text-emerald-50 {
  --tw-text-opacity: 1;
  color: rgba(236, 253, 245, var(--tw-text-opacity));
}

.text-emerald-100 {
  --tw-text-opacity: 1;
  color: rgba(209, 250, 229, var(--tw-text-opacity));
}

.text-emerald-200 {
  --tw-text-opacity: 1;
  color: rgba(167, 243, 208, var(--tw-text-opacity));
}

.text-emerald-300 {
  --tw-text-opacity: 1;
  color: rgba(110, 231, 183, var(--tw-text-opacity));
}

.text-emerald-400 {
  --tw-text-opacity: 1;
  color: rgba(52, 211, 153, var(--tw-text-opacity));
}

.text-emerald-500 {
  --tw-text-opacity: 1;
  color: rgba(16, 185, 129, var(--tw-text-opacity));
}

.text-emerald-600 {
  --tw-text-opacity: 1;
  color: rgba(5, 150, 105, var(--tw-text-opacity));
}

.text-emerald-700 {
  --tw-text-opacity: 1;
  color: rgba(4, 120, 87, var(--tw-text-opacity));
}

.text-emerald-800 {
  --tw-text-opacity: 1;
  color: rgba(6, 95, 70, var(--tw-text-opacity));
}

.text-emerald-900 {
  --tw-text-opacity: 1;
  color: rgba(6, 78, 59, var(--tw-text-opacity));
}

.text-green-50 {
  --tw-text-opacity: 1;
  color: rgba(240, 253, 244, var(--tw-text-opacity));
}

.text-green-100 {
  --tw-text-opacity: 1;
  color: rgba(220, 252, 231, var(--tw-text-opacity));
}

.text-green-200 {
  --tw-text-opacity: 1;
  color: rgba(187, 247, 208, var(--tw-text-opacity));
}

.text-green-300 {
  --tw-text-opacity: 1;
  color: rgba(134, 239, 172, var(--tw-text-opacity));
}

.text-green-400 {
  --tw-text-opacity: 1;
  color: rgba(74, 222, 128, var(--tw-text-opacity));
}

.text-green-500 {
  --tw-text-opacity: 1;
  color: rgba(34, 197, 94, var(--tw-text-opacity));
}

.text-green-600 {
  --tw-text-opacity: 1;
  color: rgba(22, 163, 74, var(--tw-text-opacity));
}

.text-green-700 {
  --tw-text-opacity: 1;
  color: rgba(21, 128, 61, var(--tw-text-opacity));
}

.text-green-800 {
  --tw-text-opacity: 1;
  color: rgba(22, 101, 52, var(--tw-text-opacity));
}

.text-green-900 {
  --tw-text-opacity: 1;
  color: rgba(20, 83, 45, var(--tw-text-opacity));
}

.text-lime-50 {
  --tw-text-opacity: 1;
  color: rgba(247, 254, 231, var(--tw-text-opacity));
}

.text-lime-100 {
  --tw-text-opacity: 1;
  color: rgba(236, 252, 203, var(--tw-text-opacity));
}

.text-lime-200 {
  --tw-text-opacity: 1;
  color: rgba(217, 249, 157, var(--tw-text-opacity));
}

.text-lime-300 {
  --tw-text-opacity: 1;
  color: rgba(190, 242, 100, var(--tw-text-opacity));
}

.text-lime-400 {
  --tw-text-opacity: 1;
  color: rgba(163, 230, 53, var(--tw-text-opacity));
}

.text-lime-500 {
  --tw-text-opacity: 1;
  color: rgba(132, 204, 22, var(--tw-text-opacity));
}

.text-lime-600 {
  --tw-text-opacity: 1;
  color: rgba(101, 163, 13, var(--tw-text-opacity));
}

.text-lime-700 {
  --tw-text-opacity: 1;
  color: rgba(77, 124, 15, var(--tw-text-opacity));
}

.text-lime-800 {
  --tw-text-opacity: 1;
  color: rgba(63, 98, 18, var(--tw-text-opacity));
}

.text-lime-900 {
  --tw-text-opacity: 1;
  color: rgba(54, 83, 20, var(--tw-text-opacity));
}

.text-yellow-50 {
  --tw-text-opacity: 1;
  color: rgba(254, 252, 232, var(--tw-text-opacity));
}

.text-yellow-100 {
  --tw-text-opacity: 1;
  color: rgba(254, 249, 195, var(--tw-text-opacity));
}

.text-yellow-200 {
  --tw-text-opacity: 1;
  color: rgba(254, 240, 138, var(--tw-text-opacity));
}

.text-yellow-300 {
  --tw-text-opacity: 1;
  color: rgba(253, 224, 71, var(--tw-text-opacity));
}

.text-yellow-400 {
  --tw-text-opacity: 1;
  color: rgba(250, 204, 21, var(--tw-text-opacity));
}

.text-yellow-500 {
  --tw-text-opacity: 1;
  color: rgba(234, 179, 8, var(--tw-text-opacity));
}

.text-yellow-600 {
  --tw-text-opacity: 1;
  color: rgba(202, 138, 4, var(--tw-text-opacity));
}

.text-yellow-700 {
  --tw-text-opacity: 1;
  color: rgba(161, 98, 7, var(--tw-text-opacity));
}

.text-yellow-800 {
  --tw-text-opacity: 1;
  color: rgba(133, 77, 14, var(--tw-text-opacity));
}

.text-yellow-900 {
  --tw-text-opacity: 1;
  color: rgba(113, 63, 18, var(--tw-text-opacity));
}

.text-amber-50 {
  --tw-text-opacity: 1;
  color: rgba(255, 251, 235, var(--tw-text-opacity));
}

.text-amber-100 {
  --tw-text-opacity: 1;
  color: rgba(254, 243, 199, var(--tw-text-opacity));
}

.text-amber-200 {
  --tw-text-opacity: 1;
  color: rgba(253, 230, 138, var(--tw-text-opacity));
}

.text-amber-300 {
  --tw-text-opacity: 1;
  color: rgba(252, 211, 77, var(--tw-text-opacity));
}

.text-amber-400 {
  --tw-text-opacity: 1;
  color: rgba(251, 191, 36, var(--tw-text-opacity));
}

.text-amber-500 {
  --tw-text-opacity: 1;
  color: rgba(245, 158, 11, var(--tw-text-opacity));
}

.text-amber-600 {
  --tw-text-opacity: 1;
  color: rgba(217, 119, 6, var(--tw-text-opacity));
}

.text-amber-700 {
  --tw-text-opacity: 1;
  color: rgba(180, 83, 9, var(--tw-text-opacity));
}

.text-amber-800 {
  --tw-text-opacity: 1;
  color: rgba(146, 64, 14, var(--tw-text-opacity));
}

.text-amber-900 {
  --tw-text-opacity: 1;
  color: rgba(120, 53, 15, var(--tw-text-opacity));
}

.text-orange-50 {
  --tw-text-opacity: 1;
  color: rgba(255, 247, 237, var(--tw-text-opacity));
}

.text-orange-100 {
  --tw-text-opacity: 1;
  color: rgba(255, 237, 213, var(--tw-text-opacity));
}

.text-orange-200 {
  --tw-text-opacity: 1;
  color: rgba(254, 215, 170, var(--tw-text-opacity));
}

.text-orange-300 {
  --tw-text-opacity: 1;
  color: rgba(253, 186, 116, var(--tw-text-opacity));
}

.text-orange-400 {
  --tw-text-opacity: 1;
  color: rgba(251, 146, 60, var(--tw-text-opacity));
}

.text-orange-500 {
  --tw-text-opacity: 1;
  color: rgba(249, 115, 22, var(--tw-text-opacity));
}

.text-orange-600 {
  --tw-text-opacity: 1;
  color: rgba(234, 88, 12, var(--tw-text-opacity));
}

.text-orange-700 {
  --tw-text-opacity: 1;
  color: rgba(194, 65, 12, var(--tw-text-opacity));
}

.text-orange-800 {
  --tw-text-opacity: 1;
  color: rgba(154, 52, 18, var(--tw-text-opacity));
}

.text-orange-900 {
  --tw-text-opacity: 1;
  color: rgba(124, 45, 18, var(--tw-text-opacity));
}

.text-red-50 {
  --tw-text-opacity: 1;
  color: rgba(254, 242, 242, var(--tw-text-opacity));
}

.text-red-100 {
  --tw-text-opacity: 1;
  color: rgba(254, 226, 226, var(--tw-text-opacity));
}

.text-red-200 {
  --tw-text-opacity: 1;
  color: rgba(254, 202, 202, var(--tw-text-opacity));
}

.text-red-300 {
  --tw-text-opacity: 1;
  color: rgba(252, 165, 165, var(--tw-text-opacity));
}

.text-red-400 {
  --tw-text-opacity: 1;
  color: rgba(248, 113, 113, var(--tw-text-opacity));
}

.text-red-500 {
  --tw-text-opacity: 1;
  color: rgba(239, 68, 68, var(--tw-text-opacity));
}

.text-red-600 {
  --tw-text-opacity: 1;
  color: rgba(220, 38, 38, var(--tw-text-opacity));
}

.text-red-700 {
  --tw-text-opacity: 1;
  color: rgba(185, 28, 28, var(--tw-text-opacity));
}

.text-red-800 {
  --tw-text-opacity: 1;
  color: rgba(153, 27, 27, var(--tw-text-opacity));
}

.text-red-900 {
  --tw-text-opacity: 1;
  color: rgba(127, 29, 29, var(--tw-text-opacity));
}

.text-warmGray-50 {
  --tw-text-opacity: 1;
  color: rgba(250, 250, 249, var(--tw-text-opacity));
}

.text-warmGray-100 {
  --tw-text-opacity: 1;
  color: rgba(245, 245, 244, var(--tw-text-opacity));
}

.text-warmGray-200 {
  --tw-text-opacity: 1;
  color: rgba(231, 229, 228, var(--tw-text-opacity));
}

.text-warmGray-300 {
  --tw-text-opacity: 1;
  color: rgba(214, 211, 209, var(--tw-text-opacity));
}

.text-warmGray-400 {
  --tw-text-opacity: 1;
  color: rgba(168, 162, 158, var(--tw-text-opacity));
}

.text-warmGray-500 {
  --tw-text-opacity: 1;
  color: rgba(120, 113, 108, var(--tw-text-opacity));
}

.text-warmGray-600 {
  --tw-text-opacity: 1;
  color: rgba(87, 83, 78, var(--tw-text-opacity));
}

.text-warmGray-700 {
  --tw-text-opacity: 1;
  color: rgba(68, 64, 60, var(--tw-text-opacity));
}

.text-warmGray-800 {
  --tw-text-opacity: 1;
  color: rgba(41, 37, 36, var(--tw-text-opacity));
}

.text-warmGray-900 {
  --tw-text-opacity: 1;
  color: rgba(28, 25, 23, var(--tw-text-opacity));
}

.text-trueGray-50 {
  --tw-text-opacity: 1;
  color: rgba(250, 250, 250, var(--tw-text-opacity));
}

.text-trueGray-100 {
  --tw-text-opacity: 1;
  color: rgba(245, 245, 245, var(--tw-text-opacity));
}

.text-trueGray-200 {
  --tw-text-opacity: 1;
  color: rgba(229, 229, 229, var(--tw-text-opacity));
}

.text-trueGray-300 {
  --tw-text-opacity: 1;
  color: rgba(212, 212, 212, var(--tw-text-opacity));
}

.text-trueGray-400 {
  --tw-text-opacity: 1;
  color: rgba(163, 163, 163, var(--tw-text-opacity));
}

.text-trueGray-500 {
  --tw-text-opacity: 1;
  color: rgba(115, 115, 115, var(--tw-text-opacity));
}

.text-trueGray-600 {
  --tw-text-opacity: 1;
  color: rgba(82, 82, 82, var(--tw-text-opacity));
}

.text-trueGray-700 {
  --tw-text-opacity: 1;
  color: rgba(64, 64, 64, var(--tw-text-opacity));
}

.text-trueGray-800 {
  --tw-text-opacity: 1;
  color: rgba(38, 38, 38, var(--tw-text-opacity));
}

.text-trueGray-900 {
  --tw-text-opacity: 1;
  color: rgba(23, 23, 23, var(--tw-text-opacity));
}

.text-gray-50 {
  --tw-text-opacity: 1;
  color: rgba(250, 250, 250, var(--tw-text-opacity));
}

.text-gray-100 {
  --tw-text-opacity: 1;
  color: rgba(244, 244, 245, var(--tw-text-opacity));
}

.text-gray-200 {
  --tw-text-opacity: 1;
  color: rgba(228, 228, 231, var(--tw-text-opacity));
}

.text-gray-300 {
  --tw-text-opacity: 1;
  color: rgba(212, 212, 216, var(--tw-text-opacity));
}

.text-gray-400 {
  --tw-text-opacity: 1;
  color: rgba(161, 161, 170, var(--tw-text-opacity));
}

.text-gray-500 {
  --tw-text-opacity: 1;
  color: rgba(113, 113, 122, var(--tw-text-opacity));
}

.text-gray-600 {
  --tw-text-opacity: 1;
  color: rgba(82, 82, 91, var(--tw-text-opacity));
}

.text-gray-700 {
  --tw-text-opacity: 1;
  color: rgba(63, 63, 70, var(--tw-text-opacity));
}

.text-gray-800 {
  --tw-text-opacity: 1;
  color: rgba(39, 39, 42, var(--tw-text-opacity));
}

.text-gray-900 {
  --tw-text-opacity: 1;
  color: rgba(24, 24, 27, var(--tw-text-opacity));
}

.text-coolGray-50 {
  --tw-text-opacity: 1;
  color: rgba(249, 250, 251, var(--tw-text-opacity));
}

.text-coolGray-100 {
  --tw-text-opacity: 1;
  color: rgba(243, 244, 246, var(--tw-text-opacity));
}

.text-coolGray-200 {
  --tw-text-opacity: 1;
  color: rgba(229, 231, 235, var(--tw-text-opacity));
}

.text-coolGray-300 {
  --tw-text-opacity: 1;
  color: rgba(209, 213, 219, var(--tw-text-opacity));
}

.text-coolGray-400 {
  --tw-text-opacity: 1;
  color: rgba(156, 163, 175, var(--tw-text-opacity));
}

.text-coolGray-500 {
  --tw-text-opacity: 1;
  color: rgba(107, 114, 128, var(--tw-text-opacity));
}

.text-coolGray-600 {
  --tw-text-opacity: 1;
  color: rgba(75, 85, 99, var(--tw-text-opacity));
}

.text-coolGray-700 {
  --tw-text-opacity: 1;
  color: rgba(55, 65, 81, var(--tw-text-opacity));
}

.text-coolGray-800 {
  --tw-text-opacity: 1;
  color: rgba(31, 41, 55, var(--tw-text-opacity));
}

.text-coolGray-900 {
  --tw-text-opacity: 1;
  color: rgba(17, 24, 39, var(--tw-text-opacity));
}

.text-blueGray-50 {
  --tw-text-opacity: 1;
  color: rgba(248, 250, 252, var(--tw-text-opacity));
}

.text-blueGray-100 {
  --tw-text-opacity: 1;
  color: rgba(241, 245, 249, var(--tw-text-opacity));
}

.text-blueGray-200 {
  --tw-text-opacity: 1;
  color: rgba(226, 232, 240, var(--tw-text-opacity));
}

.text-blueGray-300 {
  --tw-text-opacity: 1;
  color: rgba(203, 213, 225, var(--tw-text-opacity));
}

.text-blueGray-400 {
  --tw-text-opacity: 1;
  color: rgba(148, 163, 184, var(--tw-text-opacity));
}

.text-blueGray-500 {
  --tw-text-opacity: 1;
  color: rgba(100, 116, 139, var(--tw-text-opacity));
}

.text-blueGray-600 {
  --tw-text-opacity: 1;
  color: rgba(71, 85, 105, var(--tw-text-opacity));
}

.text-blueGray-700 {
  --tw-text-opacity: 1;
  color: rgba(51, 65, 85, var(--tw-text-opacity));
}

.text-blueGray-800 {
  --tw-text-opacity: 1;
  color: rgba(30, 41, 59, var(--tw-text-opacity));
}

.text-blueGray-900 {
  --tw-text-opacity: 1;
  color: rgba(15, 23, 42, var(--tw-text-opacity));
}

.hover\:text-current:hover {
  color: currentColor;
}

.hover\:text-transparent:hover {
  color: transparent;
}

.hover\:text-falcon:hover {
  color: var(--falcon);
}

.hover\:text-basement:hover {
  color: var(--basement);
}

.hover\:text-blue-50:hover {
  --tw-text-opacity: 1;
  color: rgba(239, 246, 255, var(--tw-text-opacity));
}

.hover\:text-blue-100:hover {
  --tw-text-opacity: 1;
  color: rgba(219, 234, 254, var(--tw-text-opacity));
}

.hover\:text-blue-200:hover {
  --tw-text-opacity: 1;
  color: rgba(191, 219, 254, var(--tw-text-opacity));
}

.hover\:text-blue-300:hover {
  --tw-text-opacity: 1;
  color: rgba(147, 197, 253, var(--tw-text-opacity));
}

.hover\:text-blue-400:hover {
  --tw-text-opacity: 1;
  color: rgba(96, 165, 250, var(--tw-text-opacity));
}

.hover\:text-blue-500:hover {
  --tw-text-opacity: 1;
  color: rgba(59, 130, 246, var(--tw-text-opacity));
}

.hover\:text-blue-600:hover {
  --tw-text-opacity: 1;
  color: rgba(37, 99, 235, var(--tw-text-opacity));
}

.hover\:text-blue-700:hover {
  --tw-text-opacity: 1;
  color: rgba(29, 78, 216, var(--tw-text-opacity));
}

.hover\:text-blue-800:hover {
  --tw-text-opacity: 1;
  color: rgba(30, 64, 175, var(--tw-text-opacity));
}

.hover\:text-blue-900:hover {
  --tw-text-opacity: 1;
  color: rgba(30, 58, 138, var(--tw-text-opacity));
}

.hover\:text-body-and-labels:hover {
  color: var(--body-and-labels);
}

.hover\:text-brand:hover {
  color: var(--brand);
}

.hover\:text-code-base-64:hover {
  color: var(--code-base-64);
}

.hover\:text-code-bg:hover {
  color: var(--code-bg);
}

.hover\:text-code-outline:hover {
  color: var(--code-outline);
}

.hover\:text-code-text:hover {
  color: var(--code-text);
}

.hover\:text-critical:hover {
  color: var(--critical);
}

.hover\:text-destructive-hover:hover {
  color: var(--destructive-hover);
}

.hover\:text-destructive-idle:hover {
  color: var(--destructive-idle);
}

.hover\:text-destructive-pressed:hover {
  color: var(--destructive-pressed);
}

.hover\:text-disabled:hover {
  color: var(--disabled);
}

.hover\:text-disc-operations:hover {
  color: var(--disc-operations);
}

.hover\:text-dns-requests:hover {
  color: var(--dns-requests);
}

.hover\:text-focus:hover {
  color: var(--focus);
}

.hover\:text-graph-1:hover {
  color: var(--graph-1);
}

.hover\:text-graph-10:hover {
  color: var(--graph-10);
}

.hover\:text-graph-11:hover {
  color: var(--graph-11);
}

.hover\:text-graph-2:hover {
  color: var(--graph-2);
}

.hover\:text-graph-3:hover {
  color: var(--graph-3);
}

.hover\:text-graph-4:hover {
  color: var(--graph-4);
}

.hover\:text-graph-5:hover {
  color: var(--graph-5);
}

.hover\:text-graph-6:hover {
  color: var(--graph-6);
}

.hover\:text-graph-7:hover {
  color: var(--graph-7);
}

.hover\:text-graph-8:hover {
  color: var(--graph-8);
}

.hover\:text-graph-9:hover {
  color: var(--graph-9);
}

.hover\:text-graph-disabled:hover {
  color: var(--graph-disabled);
}

.hover\:text-ground-floor:hover {
  color: var(--ground-floor);
}

.hover\:text-high:hover {
  color: var(--high);
}

.hover\:text-informational:hover {
  color: var(--informational);
}

.hover\:text-lines-dark:hover {
  color: var(--lines-dark);
}

.hover\:text-lines-light:hover {
  color: var(--lines-light);
}

.hover\:text-low:hover {
  color: var(--low);
}

.hover\:text-medium:hover {
  color: var(--medium);
}

.hover\:text-mezzanine:hover {
  color: var(--mezzanine);
}

.hover\:text-nav-text-and-icons:hover {
  color: var(--nav-text-and-icons);
}

.hover\:text-nav-text-secondary:hover {
  color: var(--nav-text-secondary);
}

.hover\:text-network-operations:hover {
  color: var(--network-operations);
}

.hover\:text-normal-hover:hover {
  color: var(--normal-hover);
}

.hover\:text-normal-idle:hover {
  color: var(--normal-idle);
}

.hover\:text-normal-pressed:hover {
  color: var(--normal-pressed);
}

.hover\:text-overlay-0\.5:hover {
  color: var(--overlay-0\.5);
}

.hover\:text-overlay-1:hover {
  color: var(--overlay-1);
}

.hover\:text-overlay-2:hover {
  color: var(--overlay-2);
}

.hover\:text-positive:hover {
  color: var(--positive);
}

.hover\:text-primary-hover:hover {
  color: var(--primary-hover);
}

.hover\:text-primary-idle:hover {
  color: var(--primary-idle);
}

.hover\:text-primary-pressed:hover {
  color: var(--primary-pressed);
}

.hover\:text-process-operations:hover {
  color: var(--process-operations);
}

.hover\:text-purple-50:hover {
  --tw-text-opacity: 1;
  color: rgba(250, 245, 255, var(--tw-text-opacity));
}

.hover\:text-purple-100:hover {
  --tw-text-opacity: 1;
  color: rgba(243, 232, 255, var(--tw-text-opacity));
}

.hover\:text-purple-200:hover {
  --tw-text-opacity: 1;
  color: rgba(233, 213, 255, var(--tw-text-opacity));
}

.hover\:text-purple-300:hover {
  --tw-text-opacity: 1;
  color: rgba(216, 180, 254, var(--tw-text-opacity));
}

.hover\:text-purple-400:hover {
  --tw-text-opacity: 1;
  color: rgba(192, 132, 252, var(--tw-text-opacity));
}

.hover\:text-purple-500:hover {
  --tw-text-opacity: 1;
  color: rgba(168, 85, 247, var(--tw-text-opacity));
}

.hover\:text-purple-600:hover {
  --tw-text-opacity: 1;
  color: rgba(147, 51, 234, var(--tw-text-opacity));
}

.hover\:text-purple-700:hover {
  --tw-text-opacity: 1;
  color: rgba(126, 34, 206, var(--tw-text-opacity));
}

.hover\:text-purple-800:hover {
  --tw-text-opacity: 1;
  color: rgba(107, 33, 168, var(--tw-text-opacity));
}

.hover\:text-purple-900:hover {
  --tw-text-opacity: 1;
  color: rgba(88, 28, 135, var(--tw-text-opacity));
}

.hover\:text-registry-operations:hover {
  color: var(--registry-operations);
}

.hover\:text-selected:hover {
  color: var(--selected);
}

.hover\:text-surface-2xl:hover {
  color: var(--surface-2xl);
}

.hover\:text-surface-base:hover {
  color: var(--surface-base);
}

.hover\:text-surface-inner:hover {
  color: var(--surface-inner);
}

.hover\:text-surface-lg:hover {
  color: var(--surface-lg);
}

.hover\:text-surface-md:hover {
  color: var(--surface-md);
}

.hover\:text-surface-xl:hover {
  color: var(--surface-xl);
}

.hover\:text-text-and-icons:hover {
  color: var(--text-and-icons);
}

.hover\:text-titles-and-attributes:hover {
  color: var(--titles-and-attributes);
}

.hover\:text-black:hover {
  --tw-text-opacity: 1;
  color: rgba(0, 0, 0, var(--tw-text-opacity));
}

.hover\:text-white:hover {
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
}

.hover\:text-rose-50:hover {
  --tw-text-opacity: 1;
  color: rgba(255, 241, 242, var(--tw-text-opacity));
}

.hover\:text-rose-100:hover {
  --tw-text-opacity: 1;
  color: rgba(255, 228, 230, var(--tw-text-opacity));
}

.hover\:text-rose-200:hover {
  --tw-text-opacity: 1;
  color: rgba(254, 205, 211, var(--tw-text-opacity));
}

.hover\:text-rose-300:hover {
  --tw-text-opacity: 1;
  color: rgba(253, 164, 175, var(--tw-text-opacity));
}

.hover\:text-rose-400:hover {
  --tw-text-opacity: 1;
  color: rgba(251, 113, 133, var(--tw-text-opacity));
}

.hover\:text-rose-500:hover {
  --tw-text-opacity: 1;
  color: rgba(244, 63, 94, var(--tw-text-opacity));
}

.hover\:text-rose-600:hover {
  --tw-text-opacity: 1;
  color: rgba(225, 29, 72, var(--tw-text-opacity));
}

.hover\:text-rose-700:hover {
  --tw-text-opacity: 1;
  color: rgba(190, 18, 60, var(--tw-text-opacity));
}

.hover\:text-rose-800:hover {
  --tw-text-opacity: 1;
  color: rgba(159, 18, 57, var(--tw-text-opacity));
}

.hover\:text-rose-900:hover {
  --tw-text-opacity: 1;
  color: rgba(136, 19, 55, var(--tw-text-opacity));
}

.hover\:text-pink-50:hover {
  --tw-text-opacity: 1;
  color: rgba(253, 242, 248, var(--tw-text-opacity));
}

.hover\:text-pink-100:hover {
  --tw-text-opacity: 1;
  color: rgba(252, 231, 243, var(--tw-text-opacity));
}

.hover\:text-pink-200:hover {
  --tw-text-opacity: 1;
  color: rgba(251, 207, 232, var(--tw-text-opacity));
}

.hover\:text-pink-300:hover {
  --tw-text-opacity: 1;
  color: rgba(249, 168, 212, var(--tw-text-opacity));
}

.hover\:text-pink-400:hover {
  --tw-text-opacity: 1;
  color: rgba(244, 114, 182, var(--tw-text-opacity));
}

.hover\:text-pink-500:hover {
  --tw-text-opacity: 1;
  color: rgba(236, 72, 153, var(--tw-text-opacity));
}

.hover\:text-pink-600:hover {
  --tw-text-opacity: 1;
  color: rgba(219, 39, 119, var(--tw-text-opacity));
}

.hover\:text-pink-700:hover {
  --tw-text-opacity: 1;
  color: rgba(190, 24, 93, var(--tw-text-opacity));
}

.hover\:text-pink-800:hover {
  --tw-text-opacity: 1;
  color: rgba(157, 23, 77, var(--tw-text-opacity));
}

.hover\:text-pink-900:hover {
  --tw-text-opacity: 1;
  color: rgba(131, 24, 67, var(--tw-text-opacity));
}

.hover\:text-fuchsia-50:hover {
  --tw-text-opacity: 1;
  color: rgba(253, 244, 255, var(--tw-text-opacity));
}

.hover\:text-fuchsia-100:hover {
  --tw-text-opacity: 1;
  color: rgba(250, 232, 255, var(--tw-text-opacity));
}

.hover\:text-fuchsia-200:hover {
  --tw-text-opacity: 1;
  color: rgba(245, 208, 254, var(--tw-text-opacity));
}

.hover\:text-fuchsia-300:hover {
  --tw-text-opacity: 1;
  color: rgba(240, 171, 252, var(--tw-text-opacity));
}

.hover\:text-fuchsia-400:hover {
  --tw-text-opacity: 1;
  color: rgba(232, 121, 249, var(--tw-text-opacity));
}

.hover\:text-fuchsia-500:hover {
  --tw-text-opacity: 1;
  color: rgba(217, 70, 239, var(--tw-text-opacity));
}

.hover\:text-fuchsia-600:hover {
  --tw-text-opacity: 1;
  color: rgba(192, 38, 211, var(--tw-text-opacity));
}

.hover\:text-fuchsia-700:hover {
  --tw-text-opacity: 1;
  color: rgba(162, 28, 175, var(--tw-text-opacity));
}

.hover\:text-fuchsia-800:hover {
  --tw-text-opacity: 1;
  color: rgba(134, 25, 143, var(--tw-text-opacity));
}

.hover\:text-fuchsia-900:hover {
  --tw-text-opacity: 1;
  color: rgba(112, 26, 117, var(--tw-text-opacity));
}

.hover\:text-violet-50:hover {
  --tw-text-opacity: 1;
  color: rgba(245, 243, 255, var(--tw-text-opacity));
}

.hover\:text-violet-100:hover {
  --tw-text-opacity: 1;
  color: rgba(237, 233, 254, var(--tw-text-opacity));
}

.hover\:text-violet-200:hover {
  --tw-text-opacity: 1;
  color: rgba(221, 214, 254, var(--tw-text-opacity));
}

.hover\:text-violet-300:hover {
  --tw-text-opacity: 1;
  color: rgba(196, 181, 253, var(--tw-text-opacity));
}

.hover\:text-violet-400:hover {
  --tw-text-opacity: 1;
  color: rgba(167, 139, 250, var(--tw-text-opacity));
}

.hover\:text-violet-500:hover {
  --tw-text-opacity: 1;
  color: rgba(139, 92, 246, var(--tw-text-opacity));
}

.hover\:text-violet-600:hover {
  --tw-text-opacity: 1;
  color: rgba(124, 58, 237, var(--tw-text-opacity));
}

.hover\:text-violet-700:hover {
  --tw-text-opacity: 1;
  color: rgba(109, 40, 217, var(--tw-text-opacity));
}

.hover\:text-violet-800:hover {
  --tw-text-opacity: 1;
  color: rgba(91, 33, 182, var(--tw-text-opacity));
}

.hover\:text-violet-900:hover {
  --tw-text-opacity: 1;
  color: rgba(76, 29, 149, var(--tw-text-opacity));
}

.hover\:text-indigo-50:hover {
  --tw-text-opacity: 1;
  color: rgba(238, 242, 255, var(--tw-text-opacity));
}

.hover\:text-indigo-100:hover {
  --tw-text-opacity: 1;
  color: rgba(224, 231, 255, var(--tw-text-opacity));
}

.hover\:text-indigo-200:hover {
  --tw-text-opacity: 1;
  color: rgba(199, 210, 254, var(--tw-text-opacity));
}

.hover\:text-indigo-300:hover {
  --tw-text-opacity: 1;
  color: rgba(165, 180, 252, var(--tw-text-opacity));
}

.hover\:text-indigo-400:hover {
  --tw-text-opacity: 1;
  color: rgba(129, 140, 248, var(--tw-text-opacity));
}

.hover\:text-indigo-500:hover {
  --tw-text-opacity: 1;
  color: rgba(99, 102, 241, var(--tw-text-opacity));
}

.hover\:text-indigo-600:hover {
  --tw-text-opacity: 1;
  color: rgba(79, 70, 229, var(--tw-text-opacity));
}

.hover\:text-indigo-700:hover {
  --tw-text-opacity: 1;
  color: rgba(67, 56, 202, var(--tw-text-opacity));
}

.hover\:text-indigo-800:hover {
  --tw-text-opacity: 1;
  color: rgba(55, 48, 163, var(--tw-text-opacity));
}

.hover\:text-indigo-900:hover {
  --tw-text-opacity: 1;
  color: rgba(49, 46, 129, var(--tw-text-opacity));
}

.hover\:text-lightBlue-50:hover {
  --tw-text-opacity: 1;
  color: rgba(240, 249, 255, var(--tw-text-opacity));
}

.hover\:text-lightBlue-100:hover {
  --tw-text-opacity: 1;
  color: rgba(224, 242, 254, var(--tw-text-opacity));
}

.hover\:text-lightBlue-200:hover {
  --tw-text-opacity: 1;
  color: rgba(186, 230, 253, var(--tw-text-opacity));
}

.hover\:text-lightBlue-300:hover {
  --tw-text-opacity: 1;
  color: rgba(125, 211, 252, var(--tw-text-opacity));
}

.hover\:text-lightBlue-400:hover {
  --tw-text-opacity: 1;
  color: rgba(56, 189, 248, var(--tw-text-opacity));
}

.hover\:text-lightBlue-500:hover {
  --tw-text-opacity: 1;
  color: rgba(14, 165, 233, var(--tw-text-opacity));
}

.hover\:text-lightBlue-600:hover {
  --tw-text-opacity: 1;
  color: rgba(2, 132, 199, var(--tw-text-opacity));
}

.hover\:text-lightBlue-700:hover {
  --tw-text-opacity: 1;
  color: rgba(3, 105, 161, var(--tw-text-opacity));
}

.hover\:text-lightBlue-800:hover {
  --tw-text-opacity: 1;
  color: rgba(7, 89, 133, var(--tw-text-opacity));
}

.hover\:text-lightBlue-900:hover {
  --tw-text-opacity: 1;
  color: rgba(12, 74, 110, var(--tw-text-opacity));
}

.hover\:text-cyan-50:hover {
  --tw-text-opacity: 1;
  color: rgba(236, 254, 255, var(--tw-text-opacity));
}

.hover\:text-cyan-100:hover {
  --tw-text-opacity: 1;
  color: rgba(207, 250, 254, var(--tw-text-opacity));
}

.hover\:text-cyan-200:hover {
  --tw-text-opacity: 1;
  color: rgba(165, 243, 252, var(--tw-text-opacity));
}

.hover\:text-cyan-300:hover {
  --tw-text-opacity: 1;
  color: rgba(103, 232, 249, var(--tw-text-opacity));
}

.hover\:text-cyan-400:hover {
  --tw-text-opacity: 1;
  color: rgba(34, 211, 238, var(--tw-text-opacity));
}

.hover\:text-cyan-500:hover {
  --tw-text-opacity: 1;
  color: rgba(6, 182, 212, var(--tw-text-opacity));
}

.hover\:text-cyan-600:hover {
  --tw-text-opacity: 1;
  color: rgba(8, 145, 178, var(--tw-text-opacity));
}

.hover\:text-cyan-700:hover {
  --tw-text-opacity: 1;
  color: rgba(14, 116, 144, var(--tw-text-opacity));
}

.hover\:text-cyan-800:hover {
  --tw-text-opacity: 1;
  color: rgba(21, 94, 117, var(--tw-text-opacity));
}

.hover\:text-cyan-900:hover {
  --tw-text-opacity: 1;
  color: rgba(22, 78, 99, var(--tw-text-opacity));
}

.hover\:text-teal-50:hover {
  --tw-text-opacity: 1;
  color: rgba(240, 253, 250, var(--tw-text-opacity));
}

.hover\:text-teal-100:hover {
  --tw-text-opacity: 1;
  color: rgba(204, 251, 241, var(--tw-text-opacity));
}

.hover\:text-teal-200:hover {
  --tw-text-opacity: 1;
  color: rgba(153, 246, 228, var(--tw-text-opacity));
}

.hover\:text-teal-300:hover {
  --tw-text-opacity: 1;
  color: rgba(94, 234, 212, var(--tw-text-opacity));
}

.hover\:text-teal-400:hover {
  --tw-text-opacity: 1;
  color: rgba(45, 212, 191, var(--tw-text-opacity));
}

.hover\:text-teal-500:hover {
  --tw-text-opacity: 1;
  color: rgba(20, 184, 166, var(--tw-text-opacity));
}

.hover\:text-teal-600:hover {
  --tw-text-opacity: 1;
  color: rgba(13, 148, 136, var(--tw-text-opacity));
}

.hover\:text-teal-700:hover {
  --tw-text-opacity: 1;
  color: rgba(15, 118, 110, var(--tw-text-opacity));
}

.hover\:text-teal-800:hover {
  --tw-text-opacity: 1;
  color: rgba(17, 94, 89, var(--tw-text-opacity));
}

.hover\:text-teal-900:hover {
  --tw-text-opacity: 1;
  color: rgba(19, 78, 74, var(--tw-text-opacity));
}

.hover\:text-emerald-50:hover {
  --tw-text-opacity: 1;
  color: rgba(236, 253, 245, var(--tw-text-opacity));
}

.hover\:text-emerald-100:hover {
  --tw-text-opacity: 1;
  color: rgba(209, 250, 229, var(--tw-text-opacity));
}

.hover\:text-emerald-200:hover {
  --tw-text-opacity: 1;
  color: rgba(167, 243, 208, var(--tw-text-opacity));
}

.hover\:text-emerald-300:hover {
  --tw-text-opacity: 1;
  color: rgba(110, 231, 183, var(--tw-text-opacity));
}

.hover\:text-emerald-400:hover {
  --tw-text-opacity: 1;
  color: rgba(52, 211, 153, var(--tw-text-opacity));
}

.hover\:text-emerald-500:hover {
  --tw-text-opacity: 1;
  color: rgba(16, 185, 129, var(--tw-text-opacity));
}

.hover\:text-emerald-600:hover {
  --tw-text-opacity: 1;
  color: rgba(5, 150, 105, var(--tw-text-opacity));
}

.hover\:text-emerald-700:hover {
  --tw-text-opacity: 1;
  color: rgba(4, 120, 87, var(--tw-text-opacity));
}

.hover\:text-emerald-800:hover {
  --tw-text-opacity: 1;
  color: rgba(6, 95, 70, var(--tw-text-opacity));
}

.hover\:text-emerald-900:hover {
  --tw-text-opacity: 1;
  color: rgba(6, 78, 59, var(--tw-text-opacity));
}

.hover\:text-green-50:hover {
  --tw-text-opacity: 1;
  color: rgba(240, 253, 244, var(--tw-text-opacity));
}

.hover\:text-green-100:hover {
  --tw-text-opacity: 1;
  color: rgba(220, 252, 231, var(--tw-text-opacity));
}

.hover\:text-green-200:hover {
  --tw-text-opacity: 1;
  color: rgba(187, 247, 208, var(--tw-text-opacity));
}

.hover\:text-green-300:hover {
  --tw-text-opacity: 1;
  color: rgba(134, 239, 172, var(--tw-text-opacity));
}

.hover\:text-green-400:hover {
  --tw-text-opacity: 1;
  color: rgba(74, 222, 128, var(--tw-text-opacity));
}

.hover\:text-green-500:hover {
  --tw-text-opacity: 1;
  color: rgba(34, 197, 94, var(--tw-text-opacity));
}

.hover\:text-green-600:hover {
  --tw-text-opacity: 1;
  color: rgba(22, 163, 74, var(--tw-text-opacity));
}

.hover\:text-green-700:hover {
  --tw-text-opacity: 1;
  color: rgba(21, 128, 61, var(--tw-text-opacity));
}

.hover\:text-green-800:hover {
  --tw-text-opacity: 1;
  color: rgba(22, 101, 52, var(--tw-text-opacity));
}

.hover\:text-green-900:hover {
  --tw-text-opacity: 1;
  color: rgba(20, 83, 45, var(--tw-text-opacity));
}

.hover\:text-lime-50:hover {
  --tw-text-opacity: 1;
  color: rgba(247, 254, 231, var(--tw-text-opacity));
}

.hover\:text-lime-100:hover {
  --tw-text-opacity: 1;
  color: rgba(236, 252, 203, var(--tw-text-opacity));
}

.hover\:text-lime-200:hover {
  --tw-text-opacity: 1;
  color: rgba(217, 249, 157, var(--tw-text-opacity));
}

.hover\:text-lime-300:hover {
  --tw-text-opacity: 1;
  color: rgba(190, 242, 100, var(--tw-text-opacity));
}

.hover\:text-lime-400:hover {
  --tw-text-opacity: 1;
  color: rgba(163, 230, 53, var(--tw-text-opacity));
}

.hover\:text-lime-500:hover {
  --tw-text-opacity: 1;
  color: rgba(132, 204, 22, var(--tw-text-opacity));
}

.hover\:text-lime-600:hover {
  --tw-text-opacity: 1;
  color: rgba(101, 163, 13, var(--tw-text-opacity));
}

.hover\:text-lime-700:hover {
  --tw-text-opacity: 1;
  color: rgba(77, 124, 15, var(--tw-text-opacity));
}

.hover\:text-lime-800:hover {
  --tw-text-opacity: 1;
  color: rgba(63, 98, 18, var(--tw-text-opacity));
}

.hover\:text-lime-900:hover {
  --tw-text-opacity: 1;
  color: rgba(54, 83, 20, var(--tw-text-opacity));
}

.hover\:text-yellow-50:hover {
  --tw-text-opacity: 1;
  color: rgba(254, 252, 232, var(--tw-text-opacity));
}

.hover\:text-yellow-100:hover {
  --tw-text-opacity: 1;
  color: rgba(254, 249, 195, var(--tw-text-opacity));
}

.hover\:text-yellow-200:hover {
  --tw-text-opacity: 1;
  color: rgba(254, 240, 138, var(--tw-text-opacity));
}

.hover\:text-yellow-300:hover {
  --tw-text-opacity: 1;
  color: rgba(253, 224, 71, var(--tw-text-opacity));
}

.hover\:text-yellow-400:hover {
  --tw-text-opacity: 1;
  color: rgba(250, 204, 21, var(--tw-text-opacity));
}

.hover\:text-yellow-500:hover {
  --tw-text-opacity: 1;
  color: rgba(234, 179, 8, var(--tw-text-opacity));
}

.hover\:text-yellow-600:hover {
  --tw-text-opacity: 1;
  color: rgba(202, 138, 4, var(--tw-text-opacity));
}

.hover\:text-yellow-700:hover {
  --tw-text-opacity: 1;
  color: rgba(161, 98, 7, var(--tw-text-opacity));
}

.hover\:text-yellow-800:hover {
  --tw-text-opacity: 1;
  color: rgba(133, 77, 14, var(--tw-text-opacity));
}

.hover\:text-yellow-900:hover {
  --tw-text-opacity: 1;
  color: rgba(113, 63, 18, var(--tw-text-opacity));
}

.hover\:text-amber-50:hover {
  --tw-text-opacity: 1;
  color: rgba(255, 251, 235, var(--tw-text-opacity));
}

.hover\:text-amber-100:hover {
  --tw-text-opacity: 1;
  color: rgba(254, 243, 199, var(--tw-text-opacity));
}

.hover\:text-amber-200:hover {
  --tw-text-opacity: 1;
  color: rgba(253, 230, 138, var(--tw-text-opacity));
}

.hover\:text-amber-300:hover {
  --tw-text-opacity: 1;
  color: rgba(252, 211, 77, var(--tw-text-opacity));
}

.hover\:text-amber-400:hover {
  --tw-text-opacity: 1;
  color: rgba(251, 191, 36, var(--tw-text-opacity));
}

.hover\:text-amber-500:hover {
  --tw-text-opacity: 1;
  color: rgba(245, 158, 11, var(--tw-text-opacity));
}

.hover\:text-amber-600:hover {
  --tw-text-opacity: 1;
  color: rgba(217, 119, 6, var(--tw-text-opacity));
}

.hover\:text-amber-700:hover {
  --tw-text-opacity: 1;
  color: rgba(180, 83, 9, var(--tw-text-opacity));
}

.hover\:text-amber-800:hover {
  --tw-text-opacity: 1;
  color: rgba(146, 64, 14, var(--tw-text-opacity));
}

.hover\:text-amber-900:hover {
  --tw-text-opacity: 1;
  color: rgba(120, 53, 15, var(--tw-text-opacity));
}

.hover\:text-orange-50:hover {
  --tw-text-opacity: 1;
  color: rgba(255, 247, 237, var(--tw-text-opacity));
}

.hover\:text-orange-100:hover {
  --tw-text-opacity: 1;
  color: rgba(255, 237, 213, var(--tw-text-opacity));
}

.hover\:text-orange-200:hover {
  --tw-text-opacity: 1;
  color: rgba(254, 215, 170, var(--tw-text-opacity));
}

.hover\:text-orange-300:hover {
  --tw-text-opacity: 1;
  color: rgba(253, 186, 116, var(--tw-text-opacity));
}

.hover\:text-orange-400:hover {
  --tw-text-opacity: 1;
  color: rgba(251, 146, 60, var(--tw-text-opacity));
}

.hover\:text-orange-500:hover {
  --tw-text-opacity: 1;
  color: rgba(249, 115, 22, var(--tw-text-opacity));
}

.hover\:text-orange-600:hover {
  --tw-text-opacity: 1;
  color: rgba(234, 88, 12, var(--tw-text-opacity));
}

.hover\:text-orange-700:hover {
  --tw-text-opacity: 1;
  color: rgba(194, 65, 12, var(--tw-text-opacity));
}

.hover\:text-orange-800:hover {
  --tw-text-opacity: 1;
  color: rgba(154, 52, 18, var(--tw-text-opacity));
}

.hover\:text-orange-900:hover {
  --tw-text-opacity: 1;
  color: rgba(124, 45, 18, var(--tw-text-opacity));
}

.hover\:text-red-50:hover {
  --tw-text-opacity: 1;
  color: rgba(254, 242, 242, var(--tw-text-opacity));
}

.hover\:text-red-100:hover {
  --tw-text-opacity: 1;
  color: rgba(254, 226, 226, var(--tw-text-opacity));
}

.hover\:text-red-200:hover {
  --tw-text-opacity: 1;
  color: rgba(254, 202, 202, var(--tw-text-opacity));
}

.hover\:text-red-300:hover {
  --tw-text-opacity: 1;
  color: rgba(252, 165, 165, var(--tw-text-opacity));
}

.hover\:text-red-400:hover {
  --tw-text-opacity: 1;
  color: rgba(248, 113, 113, var(--tw-text-opacity));
}

.hover\:text-red-500:hover {
  --tw-text-opacity: 1;
  color: rgba(239, 68, 68, var(--tw-text-opacity));
}

.hover\:text-red-600:hover {
  --tw-text-opacity: 1;
  color: rgba(220, 38, 38, var(--tw-text-opacity));
}

.hover\:text-red-700:hover {
  --tw-text-opacity: 1;
  color: rgba(185, 28, 28, var(--tw-text-opacity));
}

.hover\:text-red-800:hover {
  --tw-text-opacity: 1;
  color: rgba(153, 27, 27, var(--tw-text-opacity));
}

.hover\:text-red-900:hover {
  --tw-text-opacity: 1;
  color: rgba(127, 29, 29, var(--tw-text-opacity));
}

.hover\:text-warmGray-50:hover {
  --tw-text-opacity: 1;
  color: rgba(250, 250, 249, var(--tw-text-opacity));
}

.hover\:text-warmGray-100:hover {
  --tw-text-opacity: 1;
  color: rgba(245, 245, 244, var(--tw-text-opacity));
}

.hover\:text-warmGray-200:hover {
  --tw-text-opacity: 1;
  color: rgba(231, 229, 228, var(--tw-text-opacity));
}

.hover\:text-warmGray-300:hover {
  --tw-text-opacity: 1;
  color: rgba(214, 211, 209, var(--tw-text-opacity));
}

.hover\:text-warmGray-400:hover {
  --tw-text-opacity: 1;
  color: rgba(168, 162, 158, var(--tw-text-opacity));
}

.hover\:text-warmGray-500:hover {
  --tw-text-opacity: 1;
  color: rgba(120, 113, 108, var(--tw-text-opacity));
}

.hover\:text-warmGray-600:hover {
  --tw-text-opacity: 1;
  color: rgba(87, 83, 78, var(--tw-text-opacity));
}

.hover\:text-warmGray-700:hover {
  --tw-text-opacity: 1;
  color: rgba(68, 64, 60, var(--tw-text-opacity));
}

.hover\:text-warmGray-800:hover {
  --tw-text-opacity: 1;
  color: rgba(41, 37, 36, var(--tw-text-opacity));
}

.hover\:text-warmGray-900:hover {
  --tw-text-opacity: 1;
  color: rgba(28, 25, 23, var(--tw-text-opacity));
}

.hover\:text-trueGray-50:hover {
  --tw-text-opacity: 1;
  color: rgba(250, 250, 250, var(--tw-text-opacity));
}

.hover\:text-trueGray-100:hover {
  --tw-text-opacity: 1;
  color: rgba(245, 245, 245, var(--tw-text-opacity));
}

.hover\:text-trueGray-200:hover {
  --tw-text-opacity: 1;
  color: rgba(229, 229, 229, var(--tw-text-opacity));
}

.hover\:text-trueGray-300:hover {
  --tw-text-opacity: 1;
  color: rgba(212, 212, 212, var(--tw-text-opacity));
}

.hover\:text-trueGray-400:hover {
  --tw-text-opacity: 1;
  color: rgba(163, 163, 163, var(--tw-text-opacity));
}

.hover\:text-trueGray-500:hover {
  --tw-text-opacity: 1;
  color: rgba(115, 115, 115, var(--tw-text-opacity));
}

.hover\:text-trueGray-600:hover {
  --tw-text-opacity: 1;
  color: rgba(82, 82, 82, var(--tw-text-opacity));
}

.hover\:text-trueGray-700:hover {
  --tw-text-opacity: 1;
  color: rgba(64, 64, 64, var(--tw-text-opacity));
}

.hover\:text-trueGray-800:hover {
  --tw-text-opacity: 1;
  color: rgba(38, 38, 38, var(--tw-text-opacity));
}

.hover\:text-trueGray-900:hover {
  --tw-text-opacity: 1;
  color: rgba(23, 23, 23, var(--tw-text-opacity));
}

.hover\:text-gray-50:hover {
  --tw-text-opacity: 1;
  color: rgba(250, 250, 250, var(--tw-text-opacity));
}

.hover\:text-gray-100:hover {
  --tw-text-opacity: 1;
  color: rgba(244, 244, 245, var(--tw-text-opacity));
}

.hover\:text-gray-200:hover {
  --tw-text-opacity: 1;
  color: rgba(228, 228, 231, var(--tw-text-opacity));
}

.hover\:text-gray-300:hover {
  --tw-text-opacity: 1;
  color: rgba(212, 212, 216, var(--tw-text-opacity));
}

.hover\:text-gray-400:hover {
  --tw-text-opacity: 1;
  color: rgba(161, 161, 170, var(--tw-text-opacity));
}

.hover\:text-gray-500:hover {
  --tw-text-opacity: 1;
  color: rgba(113, 113, 122, var(--tw-text-opacity));
}

.hover\:text-gray-600:hover {
  --tw-text-opacity: 1;
  color: rgba(82, 82, 91, var(--tw-text-opacity));
}

.hover\:text-gray-700:hover {
  --tw-text-opacity: 1;
  color: rgba(63, 63, 70, var(--tw-text-opacity));
}

.hover\:text-gray-800:hover {
  --tw-text-opacity: 1;
  color: rgba(39, 39, 42, var(--tw-text-opacity));
}

.hover\:text-gray-900:hover {
  --tw-text-opacity: 1;
  color: rgba(24, 24, 27, var(--tw-text-opacity));
}

.hover\:text-coolGray-50:hover {
  --tw-text-opacity: 1;
  color: rgba(249, 250, 251, var(--tw-text-opacity));
}

.hover\:text-coolGray-100:hover {
  --tw-text-opacity: 1;
  color: rgba(243, 244, 246, var(--tw-text-opacity));
}

.hover\:text-coolGray-200:hover {
  --tw-text-opacity: 1;
  color: rgba(229, 231, 235, var(--tw-text-opacity));
}

.hover\:text-coolGray-300:hover {
  --tw-text-opacity: 1;
  color: rgba(209, 213, 219, var(--tw-text-opacity));
}

.hover\:text-coolGray-400:hover {
  --tw-text-opacity: 1;
  color: rgba(156, 163, 175, var(--tw-text-opacity));
}

.hover\:text-coolGray-500:hover {
  --tw-text-opacity: 1;
  color: rgba(107, 114, 128, var(--tw-text-opacity));
}

.hover\:text-coolGray-600:hover {
  --tw-text-opacity: 1;
  color: rgba(75, 85, 99, var(--tw-text-opacity));
}

.hover\:text-coolGray-700:hover {
  --tw-text-opacity: 1;
  color: rgba(55, 65, 81, var(--tw-text-opacity));
}

.hover\:text-coolGray-800:hover {
  --tw-text-opacity: 1;
  color: rgba(31, 41, 55, var(--tw-text-opacity));
}

.hover\:text-coolGray-900:hover {
  --tw-text-opacity: 1;
  color: rgba(17, 24, 39, var(--tw-text-opacity));
}

.hover\:text-blueGray-50:hover {
  --tw-text-opacity: 1;
  color: rgba(248, 250, 252, var(--tw-text-opacity));
}

.hover\:text-blueGray-100:hover {
  --tw-text-opacity: 1;
  color: rgba(241, 245, 249, var(--tw-text-opacity));
}

.hover\:text-blueGray-200:hover {
  --tw-text-opacity: 1;
  color: rgba(226, 232, 240, var(--tw-text-opacity));
}

.hover\:text-blueGray-300:hover {
  --tw-text-opacity: 1;
  color: rgba(203, 213, 225, var(--tw-text-opacity));
}

.hover\:text-blueGray-400:hover {
  --tw-text-opacity: 1;
  color: rgba(148, 163, 184, var(--tw-text-opacity));
}

.hover\:text-blueGray-500:hover {
  --tw-text-opacity: 1;
  color: rgba(100, 116, 139, var(--tw-text-opacity));
}

.hover\:text-blueGray-600:hover {
  --tw-text-opacity: 1;
  color: rgba(71, 85, 105, var(--tw-text-opacity));
}

.hover\:text-blueGray-700:hover {
  --tw-text-opacity: 1;
  color: rgba(51, 65, 85, var(--tw-text-opacity));
}

.hover\:text-blueGray-800:hover {
  --tw-text-opacity: 1;
  color: rgba(30, 41, 59, var(--tw-text-opacity));
}

.hover\:text-blueGray-900:hover {
  --tw-text-opacity: 1;
  color: rgba(15, 23, 42, var(--tw-text-opacity));
}

.focus\:text-current:focus {
  color: currentColor;
}

.focus\:text-transparent:focus {
  color: transparent;
}

.focus\:text-falcon:focus {
  color: var(--falcon);
}

.focus\:text-basement:focus {
  color: var(--basement);
}

.focus\:text-blue-50:focus {
  --tw-text-opacity: 1;
  color: rgba(239, 246, 255, var(--tw-text-opacity));
}

.focus\:text-blue-100:focus {
  --tw-text-opacity: 1;
  color: rgba(219, 234, 254, var(--tw-text-opacity));
}

.focus\:text-blue-200:focus {
  --tw-text-opacity: 1;
  color: rgba(191, 219, 254, var(--tw-text-opacity));
}

.focus\:text-blue-300:focus {
  --tw-text-opacity: 1;
  color: rgba(147, 197, 253, var(--tw-text-opacity));
}

.focus\:text-blue-400:focus {
  --tw-text-opacity: 1;
  color: rgba(96, 165, 250, var(--tw-text-opacity));
}

.focus\:text-blue-500:focus {
  --tw-text-opacity: 1;
  color: rgba(59, 130, 246, var(--tw-text-opacity));
}

.focus\:text-blue-600:focus {
  --tw-text-opacity: 1;
  color: rgba(37, 99, 235, var(--tw-text-opacity));
}

.focus\:text-blue-700:focus {
  --tw-text-opacity: 1;
  color: rgba(29, 78, 216, var(--tw-text-opacity));
}

.focus\:text-blue-800:focus {
  --tw-text-opacity: 1;
  color: rgba(30, 64, 175, var(--tw-text-opacity));
}

.focus\:text-blue-900:focus {
  --tw-text-opacity: 1;
  color: rgba(30, 58, 138, var(--tw-text-opacity));
}

.focus\:text-body-and-labels:focus {
  color: var(--body-and-labels);
}

.focus\:text-brand:focus {
  color: var(--brand);
}

.focus\:text-code-base-64:focus {
  color: var(--code-base-64);
}

.focus\:text-code-bg:focus {
  color: var(--code-bg);
}

.focus\:text-code-outline:focus {
  color: var(--code-outline);
}

.focus\:text-code-text:focus {
  color: var(--code-text);
}

.focus\:text-critical:focus {
  color: var(--critical);
}

.focus\:text-destructive-hover:focus {
  color: var(--destructive-hover);
}

.focus\:text-destructive-idle:focus {
  color: var(--destructive-idle);
}

.focus\:text-destructive-pressed:focus {
  color: var(--destructive-pressed);
}

.focus\:text-disabled:focus {
  color: var(--disabled);
}

.focus\:text-disc-operations:focus {
  color: var(--disc-operations);
}

.focus\:text-dns-requests:focus {
  color: var(--dns-requests);
}

.focus\:text-focus:focus {
  color: var(--focus);
}

.focus\:text-graph-1:focus {
  color: var(--graph-1);
}

.focus\:text-graph-10:focus {
  color: var(--graph-10);
}

.focus\:text-graph-11:focus {
  color: var(--graph-11);
}

.focus\:text-graph-2:focus {
  color: var(--graph-2);
}

.focus\:text-graph-3:focus {
  color: var(--graph-3);
}

.focus\:text-graph-4:focus {
  color: var(--graph-4);
}

.focus\:text-graph-5:focus {
  color: var(--graph-5);
}

.focus\:text-graph-6:focus {
  color: var(--graph-6);
}

.focus\:text-graph-7:focus {
  color: var(--graph-7);
}

.focus\:text-graph-8:focus {
  color: var(--graph-8);
}

.focus\:text-graph-9:focus {
  color: var(--graph-9);
}

.focus\:text-graph-disabled:focus {
  color: var(--graph-disabled);
}

.focus\:text-ground-floor:focus {
  color: var(--ground-floor);
}

.focus\:text-high:focus {
  color: var(--high);
}

.focus\:text-informational:focus {
  color: var(--informational);
}

.focus\:text-lines-dark:focus {
  color: var(--lines-dark);
}

.focus\:text-lines-light:focus {
  color: var(--lines-light);
}

.focus\:text-low:focus {
  color: var(--low);
}

.focus\:text-medium:focus {
  color: var(--medium);
}

.focus\:text-mezzanine:focus {
  color: var(--mezzanine);
}

.focus\:text-nav-text-and-icons:focus {
  color: var(--nav-text-and-icons);
}

.focus\:text-nav-text-secondary:focus {
  color: var(--nav-text-secondary);
}

.focus\:text-network-operations:focus {
  color: var(--network-operations);
}

.focus\:text-normal-hover:focus {
  color: var(--normal-hover);
}

.focus\:text-normal-idle:focus {
  color: var(--normal-idle);
}

.focus\:text-normal-pressed:focus {
  color: var(--normal-pressed);
}

.focus\:text-overlay-0\.5:focus {
  color: var(--overlay-0\.5);
}

.focus\:text-overlay-1:focus {
  color: var(--overlay-1);
}

.focus\:text-overlay-2:focus {
  color: var(--overlay-2);
}

.focus\:text-positive:focus {
  color: var(--positive);
}

.focus\:text-primary-hover:focus {
  color: var(--primary-hover);
}

.focus\:text-primary-idle:focus {
  color: var(--primary-idle);
}

.focus\:text-primary-pressed:focus {
  color: var(--primary-pressed);
}

.focus\:text-process-operations:focus {
  color: var(--process-operations);
}

.focus\:text-purple-50:focus {
  --tw-text-opacity: 1;
  color: rgba(250, 245, 255, var(--tw-text-opacity));
}

.focus\:text-purple-100:focus {
  --tw-text-opacity: 1;
  color: rgba(243, 232, 255, var(--tw-text-opacity));
}

.focus\:text-purple-200:focus {
  --tw-text-opacity: 1;
  color: rgba(233, 213, 255, var(--tw-text-opacity));
}

.focus\:text-purple-300:focus {
  --tw-text-opacity: 1;
  color: rgba(216, 180, 254, var(--tw-text-opacity));
}

.focus\:text-purple-400:focus {
  --tw-text-opacity: 1;
  color: rgba(192, 132, 252, var(--tw-text-opacity));
}

.focus\:text-purple-500:focus {
  --tw-text-opacity: 1;
  color: rgba(168, 85, 247, var(--tw-text-opacity));
}

.focus\:text-purple-600:focus {
  --tw-text-opacity: 1;
  color: rgba(147, 51, 234, var(--tw-text-opacity));
}

.focus\:text-purple-700:focus {
  --tw-text-opacity: 1;
  color: rgba(126, 34, 206, var(--tw-text-opacity));
}

.focus\:text-purple-800:focus {
  --tw-text-opacity: 1;
  color: rgba(107, 33, 168, var(--tw-text-opacity));
}

.focus\:text-purple-900:focus {
  --tw-text-opacity: 1;
  color: rgba(88, 28, 135, var(--tw-text-opacity));
}

.focus\:text-registry-operations:focus {
  color: var(--registry-operations);
}

.focus\:text-selected:focus {
  color: var(--selected);
}

.focus\:text-surface-2xl:focus {
  color: var(--surface-2xl);
}

.focus\:text-surface-base:focus {
  color: var(--surface-base);
}

.focus\:text-surface-inner:focus {
  color: var(--surface-inner);
}

.focus\:text-surface-lg:focus {
  color: var(--surface-lg);
}

.focus\:text-surface-md:focus {
  color: var(--surface-md);
}

.focus\:text-surface-xl:focus {
  color: var(--surface-xl);
}

.focus\:text-text-and-icons:focus {
  color: var(--text-and-icons);
}

.focus\:text-titles-and-attributes:focus {
  color: var(--titles-and-attributes);
}

.focus\:text-black:focus {
  --tw-text-opacity: 1;
  color: rgba(0, 0, 0, var(--tw-text-opacity));
}

.focus\:text-white:focus {
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
}

.focus\:text-rose-50:focus {
  --tw-text-opacity: 1;
  color: rgba(255, 241, 242, var(--tw-text-opacity));
}

.focus\:text-rose-100:focus {
  --tw-text-opacity: 1;
  color: rgba(255, 228, 230, var(--tw-text-opacity));
}

.focus\:text-rose-200:focus {
  --tw-text-opacity: 1;
  color: rgba(254, 205, 211, var(--tw-text-opacity));
}

.focus\:text-rose-300:focus {
  --tw-text-opacity: 1;
  color: rgba(253, 164, 175, var(--tw-text-opacity));
}

.focus\:text-rose-400:focus {
  --tw-text-opacity: 1;
  color: rgba(251, 113, 133, var(--tw-text-opacity));
}

.focus\:text-rose-500:focus {
  --tw-text-opacity: 1;
  color: rgba(244, 63, 94, var(--tw-text-opacity));
}

.focus\:text-rose-600:focus {
  --tw-text-opacity: 1;
  color: rgba(225, 29, 72, var(--tw-text-opacity));
}

.focus\:text-rose-700:focus {
  --tw-text-opacity: 1;
  color: rgba(190, 18, 60, var(--tw-text-opacity));
}

.focus\:text-rose-800:focus {
  --tw-text-opacity: 1;
  color: rgba(159, 18, 57, var(--tw-text-opacity));
}

.focus\:text-rose-900:focus {
  --tw-text-opacity: 1;
  color: rgba(136, 19, 55, var(--tw-text-opacity));
}

.focus\:text-pink-50:focus {
  --tw-text-opacity: 1;
  color: rgba(253, 242, 248, var(--tw-text-opacity));
}

.focus\:text-pink-100:focus {
  --tw-text-opacity: 1;
  color: rgba(252, 231, 243, var(--tw-text-opacity));
}

.focus\:text-pink-200:focus {
  --tw-text-opacity: 1;
  color: rgba(251, 207, 232, var(--tw-text-opacity));
}

.focus\:text-pink-300:focus {
  --tw-text-opacity: 1;
  color: rgba(249, 168, 212, var(--tw-text-opacity));
}

.focus\:text-pink-400:focus {
  --tw-text-opacity: 1;
  color: rgba(244, 114, 182, var(--tw-text-opacity));
}

.focus\:text-pink-500:focus {
  --tw-text-opacity: 1;
  color: rgba(236, 72, 153, var(--tw-text-opacity));
}

.focus\:text-pink-600:focus {
  --tw-text-opacity: 1;
  color: rgba(219, 39, 119, var(--tw-text-opacity));
}

.focus\:text-pink-700:focus {
  --tw-text-opacity: 1;
  color: rgba(190, 24, 93, var(--tw-text-opacity));
}

.focus\:text-pink-800:focus {
  --tw-text-opacity: 1;
  color: rgba(157, 23, 77, var(--tw-text-opacity));
}

.focus\:text-pink-900:focus {
  --tw-text-opacity: 1;
  color: rgba(131, 24, 67, var(--tw-text-opacity));
}

.focus\:text-fuchsia-50:focus {
  --tw-text-opacity: 1;
  color: rgba(253, 244, 255, var(--tw-text-opacity));
}

.focus\:text-fuchsia-100:focus {
  --tw-text-opacity: 1;
  color: rgba(250, 232, 255, var(--tw-text-opacity));
}

.focus\:text-fuchsia-200:focus {
  --tw-text-opacity: 1;
  color: rgba(245, 208, 254, var(--tw-text-opacity));
}

.focus\:text-fuchsia-300:focus {
  --tw-text-opacity: 1;
  color: rgba(240, 171, 252, var(--tw-text-opacity));
}

.focus\:text-fuchsia-400:focus {
  --tw-text-opacity: 1;
  color: rgba(232, 121, 249, var(--tw-text-opacity));
}

.focus\:text-fuchsia-500:focus {
  --tw-text-opacity: 1;
  color: rgba(217, 70, 239, var(--tw-text-opacity));
}

.focus\:text-fuchsia-600:focus {
  --tw-text-opacity: 1;
  color: rgba(192, 38, 211, var(--tw-text-opacity));
}

.focus\:text-fuchsia-700:focus {
  --tw-text-opacity: 1;
  color: rgba(162, 28, 175, var(--tw-text-opacity));
}

.focus\:text-fuchsia-800:focus {
  --tw-text-opacity: 1;
  color: rgba(134, 25, 143, var(--tw-text-opacity));
}

.focus\:text-fuchsia-900:focus {
  --tw-text-opacity: 1;
  color: rgba(112, 26, 117, var(--tw-text-opacity));
}

.focus\:text-violet-50:focus {
  --tw-text-opacity: 1;
  color: rgba(245, 243, 255, var(--tw-text-opacity));
}

.focus\:text-violet-100:focus {
  --tw-text-opacity: 1;
  color: rgba(237, 233, 254, var(--tw-text-opacity));
}

.focus\:text-violet-200:focus {
  --tw-text-opacity: 1;
  color: rgba(221, 214, 254, var(--tw-text-opacity));
}

.focus\:text-violet-300:focus {
  --tw-text-opacity: 1;
  color: rgba(196, 181, 253, var(--tw-text-opacity));
}

.focus\:text-violet-400:focus {
  --tw-text-opacity: 1;
  color: rgba(167, 139, 250, var(--tw-text-opacity));
}

.focus\:text-violet-500:focus {
  --tw-text-opacity: 1;
  color: rgba(139, 92, 246, var(--tw-text-opacity));
}

.focus\:text-violet-600:focus {
  --tw-text-opacity: 1;
  color: rgba(124, 58, 237, var(--tw-text-opacity));
}

.focus\:text-violet-700:focus {
  --tw-text-opacity: 1;
  color: rgba(109, 40, 217, var(--tw-text-opacity));
}

.focus\:text-violet-800:focus {
  --tw-text-opacity: 1;
  color: rgba(91, 33, 182, var(--tw-text-opacity));
}

.focus\:text-violet-900:focus {
  --tw-text-opacity: 1;
  color: rgba(76, 29, 149, var(--tw-text-opacity));
}

.focus\:text-indigo-50:focus {
  --tw-text-opacity: 1;
  color: rgba(238, 242, 255, var(--tw-text-opacity));
}

.focus\:text-indigo-100:focus {
  --tw-text-opacity: 1;
  color: rgba(224, 231, 255, var(--tw-text-opacity));
}

.focus\:text-indigo-200:focus {
  --tw-text-opacity: 1;
  color: rgba(199, 210, 254, var(--tw-text-opacity));
}

.focus\:text-indigo-300:focus {
  --tw-text-opacity: 1;
  color: rgba(165, 180, 252, var(--tw-text-opacity));
}

.focus\:text-indigo-400:focus {
  --tw-text-opacity: 1;
  color: rgba(129, 140, 248, var(--tw-text-opacity));
}

.focus\:text-indigo-500:focus {
  --tw-text-opacity: 1;
  color: rgba(99, 102, 241, var(--tw-text-opacity));
}

.focus\:text-indigo-600:focus {
  --tw-text-opacity: 1;
  color: rgba(79, 70, 229, var(--tw-text-opacity));
}

.focus\:text-indigo-700:focus {
  --tw-text-opacity: 1;
  color: rgba(67, 56, 202, var(--tw-text-opacity));
}

.focus\:text-indigo-800:focus {
  --tw-text-opacity: 1;
  color: rgba(55, 48, 163, var(--tw-text-opacity));
}

.focus\:text-indigo-900:focus {
  --tw-text-opacity: 1;
  color: rgba(49, 46, 129, var(--tw-text-opacity));
}

.focus\:text-lightBlue-50:focus {
  --tw-text-opacity: 1;
  color: rgba(240, 249, 255, var(--tw-text-opacity));
}

.focus\:text-lightBlue-100:focus {
  --tw-text-opacity: 1;
  color: rgba(224, 242, 254, var(--tw-text-opacity));
}

.focus\:text-lightBlue-200:focus {
  --tw-text-opacity: 1;
  color: rgba(186, 230, 253, var(--tw-text-opacity));
}

.focus\:text-lightBlue-300:focus {
  --tw-text-opacity: 1;
  color: rgba(125, 211, 252, var(--tw-text-opacity));
}

.focus\:text-lightBlue-400:focus {
  --tw-text-opacity: 1;
  color: rgba(56, 189, 248, var(--tw-text-opacity));
}

.focus\:text-lightBlue-500:focus {
  --tw-text-opacity: 1;
  color: rgba(14, 165, 233, var(--tw-text-opacity));
}

.focus\:text-lightBlue-600:focus {
  --tw-text-opacity: 1;
  color: rgba(2, 132, 199, var(--tw-text-opacity));
}

.focus\:text-lightBlue-700:focus {
  --tw-text-opacity: 1;
  color: rgba(3, 105, 161, var(--tw-text-opacity));
}

.focus\:text-lightBlue-800:focus {
  --tw-text-opacity: 1;
  color: rgba(7, 89, 133, var(--tw-text-opacity));
}

.focus\:text-lightBlue-900:focus {
  --tw-text-opacity: 1;
  color: rgba(12, 74, 110, var(--tw-text-opacity));
}

.focus\:text-cyan-50:focus {
  --tw-text-opacity: 1;
  color: rgba(236, 254, 255, var(--tw-text-opacity));
}

.focus\:text-cyan-100:focus {
  --tw-text-opacity: 1;
  color: rgba(207, 250, 254, var(--tw-text-opacity));
}

.focus\:text-cyan-200:focus {
  --tw-text-opacity: 1;
  color: rgba(165, 243, 252, var(--tw-text-opacity));
}

.focus\:text-cyan-300:focus {
  --tw-text-opacity: 1;
  color: rgba(103, 232, 249, var(--tw-text-opacity));
}

.focus\:text-cyan-400:focus {
  --tw-text-opacity: 1;
  color: rgba(34, 211, 238, var(--tw-text-opacity));
}

.focus\:text-cyan-500:focus {
  --tw-text-opacity: 1;
  color: rgba(6, 182, 212, var(--tw-text-opacity));
}

.focus\:text-cyan-600:focus {
  --tw-text-opacity: 1;
  color: rgba(8, 145, 178, var(--tw-text-opacity));
}

.focus\:text-cyan-700:focus {
  --tw-text-opacity: 1;
  color: rgba(14, 116, 144, var(--tw-text-opacity));
}

.focus\:text-cyan-800:focus {
  --tw-text-opacity: 1;
  color: rgba(21, 94, 117, var(--tw-text-opacity));
}

.focus\:text-cyan-900:focus {
  --tw-text-opacity: 1;
  color: rgba(22, 78, 99, var(--tw-text-opacity));
}

.focus\:text-teal-50:focus {
  --tw-text-opacity: 1;
  color: rgba(240, 253, 250, var(--tw-text-opacity));
}

.focus\:text-teal-100:focus {
  --tw-text-opacity: 1;
  color: rgba(204, 251, 241, var(--tw-text-opacity));
}

.focus\:text-teal-200:focus {
  --tw-text-opacity: 1;
  color: rgba(153, 246, 228, var(--tw-text-opacity));
}

.focus\:text-teal-300:focus {
  --tw-text-opacity: 1;
  color: rgba(94, 234, 212, var(--tw-text-opacity));
}

.focus\:text-teal-400:focus {
  --tw-text-opacity: 1;
  color: rgba(45, 212, 191, var(--tw-text-opacity));
}

.focus\:text-teal-500:focus {
  --tw-text-opacity: 1;
  color: rgba(20, 184, 166, var(--tw-text-opacity));
}

.focus\:text-teal-600:focus {
  --tw-text-opacity: 1;
  color: rgba(13, 148, 136, var(--tw-text-opacity));
}

.focus\:text-teal-700:focus {
  --tw-text-opacity: 1;
  color: rgba(15, 118, 110, var(--tw-text-opacity));
}

.focus\:text-teal-800:focus {
  --tw-text-opacity: 1;
  color: rgba(17, 94, 89, var(--tw-text-opacity));
}

.focus\:text-teal-900:focus {
  --tw-text-opacity: 1;
  color: rgba(19, 78, 74, var(--tw-text-opacity));
}

.focus\:text-emerald-50:focus {
  --tw-text-opacity: 1;
  color: rgba(236, 253, 245, var(--tw-text-opacity));
}

.focus\:text-emerald-100:focus {
  --tw-text-opacity: 1;
  color: rgba(209, 250, 229, var(--tw-text-opacity));
}

.focus\:text-emerald-200:focus {
  --tw-text-opacity: 1;
  color: rgba(167, 243, 208, var(--tw-text-opacity));
}

.focus\:text-emerald-300:focus {
  --tw-text-opacity: 1;
  color: rgba(110, 231, 183, var(--tw-text-opacity));
}

.focus\:text-emerald-400:focus {
  --tw-text-opacity: 1;
  color: rgba(52, 211, 153, var(--tw-text-opacity));
}

.focus\:text-emerald-500:focus {
  --tw-text-opacity: 1;
  color: rgba(16, 185, 129, var(--tw-text-opacity));
}

.focus\:text-emerald-600:focus {
  --tw-text-opacity: 1;
  color: rgba(5, 150, 105, var(--tw-text-opacity));
}

.focus\:text-emerald-700:focus {
  --tw-text-opacity: 1;
  color: rgba(4, 120, 87, var(--tw-text-opacity));
}

.focus\:text-emerald-800:focus {
  --tw-text-opacity: 1;
  color: rgba(6, 95, 70, var(--tw-text-opacity));
}

.focus\:text-emerald-900:focus {
  --tw-text-opacity: 1;
  color: rgba(6, 78, 59, var(--tw-text-opacity));
}

.focus\:text-green-50:focus {
  --tw-text-opacity: 1;
  color: rgba(240, 253, 244, var(--tw-text-opacity));
}

.focus\:text-green-100:focus {
  --tw-text-opacity: 1;
  color: rgba(220, 252, 231, var(--tw-text-opacity));
}

.focus\:text-green-200:focus {
  --tw-text-opacity: 1;
  color: rgba(187, 247, 208, var(--tw-text-opacity));
}

.focus\:text-green-300:focus {
  --tw-text-opacity: 1;
  color: rgba(134, 239, 172, var(--tw-text-opacity));
}

.focus\:text-green-400:focus {
  --tw-text-opacity: 1;
  color: rgba(74, 222, 128, var(--tw-text-opacity));
}

.focus\:text-green-500:focus {
  --tw-text-opacity: 1;
  color: rgba(34, 197, 94, var(--tw-text-opacity));
}

.focus\:text-green-600:focus {
  --tw-text-opacity: 1;
  color: rgba(22, 163, 74, var(--tw-text-opacity));
}

.focus\:text-green-700:focus {
  --tw-text-opacity: 1;
  color: rgba(21, 128, 61, var(--tw-text-opacity));
}

.focus\:text-green-800:focus {
  --tw-text-opacity: 1;
  color: rgba(22, 101, 52, var(--tw-text-opacity));
}

.focus\:text-green-900:focus {
  --tw-text-opacity: 1;
  color: rgba(20, 83, 45, var(--tw-text-opacity));
}

.focus\:text-lime-50:focus {
  --tw-text-opacity: 1;
  color: rgba(247, 254, 231, var(--tw-text-opacity));
}

.focus\:text-lime-100:focus {
  --tw-text-opacity: 1;
  color: rgba(236, 252, 203, var(--tw-text-opacity));
}

.focus\:text-lime-200:focus {
  --tw-text-opacity: 1;
  color: rgba(217, 249, 157, var(--tw-text-opacity));
}

.focus\:text-lime-300:focus {
  --tw-text-opacity: 1;
  color: rgba(190, 242, 100, var(--tw-text-opacity));
}

.focus\:text-lime-400:focus {
  --tw-text-opacity: 1;
  color: rgba(163, 230, 53, var(--tw-text-opacity));
}

.focus\:text-lime-500:focus {
  --tw-text-opacity: 1;
  color: rgba(132, 204, 22, var(--tw-text-opacity));
}

.focus\:text-lime-600:focus {
  --tw-text-opacity: 1;
  color: rgba(101, 163, 13, var(--tw-text-opacity));
}

.focus\:text-lime-700:focus {
  --tw-text-opacity: 1;
  color: rgba(77, 124, 15, var(--tw-text-opacity));
}

.focus\:text-lime-800:focus {
  --tw-text-opacity: 1;
  color: rgba(63, 98, 18, var(--tw-text-opacity));
}

.focus\:text-lime-900:focus {
  --tw-text-opacity: 1;
  color: rgba(54, 83, 20, var(--tw-text-opacity));
}

.focus\:text-yellow-50:focus {
  --tw-text-opacity: 1;
  color: rgba(254, 252, 232, var(--tw-text-opacity));
}

.focus\:text-yellow-100:focus {
  --tw-text-opacity: 1;
  color: rgba(254, 249, 195, var(--tw-text-opacity));
}

.focus\:text-yellow-200:focus {
  --tw-text-opacity: 1;
  color: rgba(254, 240, 138, var(--tw-text-opacity));
}

.focus\:text-yellow-300:focus {
  --tw-text-opacity: 1;
  color: rgba(253, 224, 71, var(--tw-text-opacity));
}

.focus\:text-yellow-400:focus {
  --tw-text-opacity: 1;
  color: rgba(250, 204, 21, var(--tw-text-opacity));
}

.focus\:text-yellow-500:focus {
  --tw-text-opacity: 1;
  color: rgba(234, 179, 8, var(--tw-text-opacity));
}

.focus\:text-yellow-600:focus {
  --tw-text-opacity: 1;
  color: rgba(202, 138, 4, var(--tw-text-opacity));
}

.focus\:text-yellow-700:focus {
  --tw-text-opacity: 1;
  color: rgba(161, 98, 7, var(--tw-text-opacity));
}

.focus\:text-yellow-800:focus {
  --tw-text-opacity: 1;
  color: rgba(133, 77, 14, var(--tw-text-opacity));
}

.focus\:text-yellow-900:focus {
  --tw-text-opacity: 1;
  color: rgba(113, 63, 18, var(--tw-text-opacity));
}

.focus\:text-amber-50:focus {
  --tw-text-opacity: 1;
  color: rgba(255, 251, 235, var(--tw-text-opacity));
}

.focus\:text-amber-100:focus {
  --tw-text-opacity: 1;
  color: rgba(254, 243, 199, var(--tw-text-opacity));
}

.focus\:text-amber-200:focus {
  --tw-text-opacity: 1;
  color: rgba(253, 230, 138, var(--tw-text-opacity));
}

.focus\:text-amber-300:focus {
  --tw-text-opacity: 1;
  color: rgba(252, 211, 77, var(--tw-text-opacity));
}

.focus\:text-amber-400:focus {
  --tw-text-opacity: 1;
  color: rgba(251, 191, 36, var(--tw-text-opacity));
}

.focus\:text-amber-500:focus {
  --tw-text-opacity: 1;
  color: rgba(245, 158, 11, var(--tw-text-opacity));
}

.focus\:text-amber-600:focus {
  --tw-text-opacity: 1;
  color: rgba(217, 119, 6, var(--tw-text-opacity));
}

.focus\:text-amber-700:focus {
  --tw-text-opacity: 1;
  color: rgba(180, 83, 9, var(--tw-text-opacity));
}

.focus\:text-amber-800:focus {
  --tw-text-opacity: 1;
  color: rgba(146, 64, 14, var(--tw-text-opacity));
}

.focus\:text-amber-900:focus {
  --tw-text-opacity: 1;
  color: rgba(120, 53, 15, var(--tw-text-opacity));
}

.focus\:text-orange-50:focus {
  --tw-text-opacity: 1;
  color: rgba(255, 247, 237, var(--tw-text-opacity));
}

.focus\:text-orange-100:focus {
  --tw-text-opacity: 1;
  color: rgba(255, 237, 213, var(--tw-text-opacity));
}

.focus\:text-orange-200:focus {
  --tw-text-opacity: 1;
  color: rgba(254, 215, 170, var(--tw-text-opacity));
}

.focus\:text-orange-300:focus {
  --tw-text-opacity: 1;
  color: rgba(253, 186, 116, var(--tw-text-opacity));
}

.focus\:text-orange-400:focus {
  --tw-text-opacity: 1;
  color: rgba(251, 146, 60, var(--tw-text-opacity));
}

.focus\:text-orange-500:focus {
  --tw-text-opacity: 1;
  color: rgba(249, 115, 22, var(--tw-text-opacity));
}

.focus\:text-orange-600:focus {
  --tw-text-opacity: 1;
  color: rgba(234, 88, 12, var(--tw-text-opacity));
}

.focus\:text-orange-700:focus {
  --tw-text-opacity: 1;
  color: rgba(194, 65, 12, var(--tw-text-opacity));
}

.focus\:text-orange-800:focus {
  --tw-text-opacity: 1;
  color: rgba(154, 52, 18, var(--tw-text-opacity));
}

.focus\:text-orange-900:focus {
  --tw-text-opacity: 1;
  color: rgba(124, 45, 18, var(--tw-text-opacity));
}

.focus\:text-red-50:focus {
  --tw-text-opacity: 1;
  color: rgba(254, 242, 242, var(--tw-text-opacity));
}

.focus\:text-red-100:focus {
  --tw-text-opacity: 1;
  color: rgba(254, 226, 226, var(--tw-text-opacity));
}

.focus\:text-red-200:focus {
  --tw-text-opacity: 1;
  color: rgba(254, 202, 202, var(--tw-text-opacity));
}

.focus\:text-red-300:focus {
  --tw-text-opacity: 1;
  color: rgba(252, 165, 165, var(--tw-text-opacity));
}

.focus\:text-red-400:focus {
  --tw-text-opacity: 1;
  color: rgba(248, 113, 113, var(--tw-text-opacity));
}

.focus\:text-red-500:focus {
  --tw-text-opacity: 1;
  color: rgba(239, 68, 68, var(--tw-text-opacity));
}

.focus\:text-red-600:focus {
  --tw-text-opacity: 1;
  color: rgba(220, 38, 38, var(--tw-text-opacity));
}

.focus\:text-red-700:focus {
  --tw-text-opacity: 1;
  color: rgba(185, 28, 28, var(--tw-text-opacity));
}

.focus\:text-red-800:focus {
  --tw-text-opacity: 1;
  color: rgba(153, 27, 27, var(--tw-text-opacity));
}

.focus\:text-red-900:focus {
  --tw-text-opacity: 1;
  color: rgba(127, 29, 29, var(--tw-text-opacity));
}

.focus\:text-warmGray-50:focus {
  --tw-text-opacity: 1;
  color: rgba(250, 250, 249, var(--tw-text-opacity));
}

.focus\:text-warmGray-100:focus {
  --tw-text-opacity: 1;
  color: rgba(245, 245, 244, var(--tw-text-opacity));
}

.focus\:text-warmGray-200:focus {
  --tw-text-opacity: 1;
  color: rgba(231, 229, 228, var(--tw-text-opacity));
}

.focus\:text-warmGray-300:focus {
  --tw-text-opacity: 1;
  color: rgba(214, 211, 209, var(--tw-text-opacity));
}

.focus\:text-warmGray-400:focus {
  --tw-text-opacity: 1;
  color: rgba(168, 162, 158, var(--tw-text-opacity));
}

.focus\:text-warmGray-500:focus {
  --tw-text-opacity: 1;
  color: rgba(120, 113, 108, var(--tw-text-opacity));
}

.focus\:text-warmGray-600:focus {
  --tw-text-opacity: 1;
  color: rgba(87, 83, 78, var(--tw-text-opacity));
}

.focus\:text-warmGray-700:focus {
  --tw-text-opacity: 1;
  color: rgba(68, 64, 60, var(--tw-text-opacity));
}

.focus\:text-warmGray-800:focus {
  --tw-text-opacity: 1;
  color: rgba(41, 37, 36, var(--tw-text-opacity));
}

.focus\:text-warmGray-900:focus {
  --tw-text-opacity: 1;
  color: rgba(28, 25, 23, var(--tw-text-opacity));
}

.focus\:text-trueGray-50:focus {
  --tw-text-opacity: 1;
  color: rgba(250, 250, 250, var(--tw-text-opacity));
}

.focus\:text-trueGray-100:focus {
  --tw-text-opacity: 1;
  color: rgba(245, 245, 245, var(--tw-text-opacity));
}

.focus\:text-trueGray-200:focus {
  --tw-text-opacity: 1;
  color: rgba(229, 229, 229, var(--tw-text-opacity));
}

.focus\:text-trueGray-300:focus {
  --tw-text-opacity: 1;
  color: rgba(212, 212, 212, var(--tw-text-opacity));
}

.focus\:text-trueGray-400:focus {
  --tw-text-opacity: 1;
  color: rgba(163, 163, 163, var(--tw-text-opacity));
}

.focus\:text-trueGray-500:focus {
  --tw-text-opacity: 1;
  color: rgba(115, 115, 115, var(--tw-text-opacity));
}

.focus\:text-trueGray-600:focus {
  --tw-text-opacity: 1;
  color: rgba(82, 82, 82, var(--tw-text-opacity));
}

.focus\:text-trueGray-700:focus {
  --tw-text-opacity: 1;
  color: rgba(64, 64, 64, var(--tw-text-opacity));
}

.focus\:text-trueGray-800:focus {
  --tw-text-opacity: 1;
  color: rgba(38, 38, 38, var(--tw-text-opacity));
}

.focus\:text-trueGray-900:focus {
  --tw-text-opacity: 1;
  color: rgba(23, 23, 23, var(--tw-text-opacity));
}

.focus\:text-gray-50:focus {
  --tw-text-opacity: 1;
  color: rgba(250, 250, 250, var(--tw-text-opacity));
}

.focus\:text-gray-100:focus {
  --tw-text-opacity: 1;
  color: rgba(244, 244, 245, var(--tw-text-opacity));
}

.focus\:text-gray-200:focus {
  --tw-text-opacity: 1;
  color: rgba(228, 228, 231, var(--tw-text-opacity));
}

.focus\:text-gray-300:focus {
  --tw-text-opacity: 1;
  color: rgba(212, 212, 216, var(--tw-text-opacity));
}

.focus\:text-gray-400:focus {
  --tw-text-opacity: 1;
  color: rgba(161, 161, 170, var(--tw-text-opacity));
}

.focus\:text-gray-500:focus {
  --tw-text-opacity: 1;
  color: rgba(113, 113, 122, var(--tw-text-opacity));
}

.focus\:text-gray-600:focus {
  --tw-text-opacity: 1;
  color: rgba(82, 82, 91, var(--tw-text-opacity));
}

.focus\:text-gray-700:focus {
  --tw-text-opacity: 1;
  color: rgba(63, 63, 70, var(--tw-text-opacity));
}

.focus\:text-gray-800:focus {
  --tw-text-opacity: 1;
  color: rgba(39, 39, 42, var(--tw-text-opacity));
}

.focus\:text-gray-900:focus {
  --tw-text-opacity: 1;
  color: rgba(24, 24, 27, var(--tw-text-opacity));
}

.focus\:text-coolGray-50:focus {
  --tw-text-opacity: 1;
  color: rgba(249, 250, 251, var(--tw-text-opacity));
}

.focus\:text-coolGray-100:focus {
  --tw-text-opacity: 1;
  color: rgba(243, 244, 246, var(--tw-text-opacity));
}

.focus\:text-coolGray-200:focus {
  --tw-text-opacity: 1;
  color: rgba(229, 231, 235, var(--tw-text-opacity));
}

.focus\:text-coolGray-300:focus {
  --tw-text-opacity: 1;
  color: rgba(209, 213, 219, var(--tw-text-opacity));
}

.focus\:text-coolGray-400:focus {
  --tw-text-opacity: 1;
  color: rgba(156, 163, 175, var(--tw-text-opacity));
}

.focus\:text-coolGray-500:focus {
  --tw-text-opacity: 1;
  color: rgba(107, 114, 128, var(--tw-text-opacity));
}

.focus\:text-coolGray-600:focus {
  --tw-text-opacity: 1;
  color: rgba(75, 85, 99, var(--tw-text-opacity));
}

.focus\:text-coolGray-700:focus {
  --tw-text-opacity: 1;
  color: rgba(55, 65, 81, var(--tw-text-opacity));
}

.focus\:text-coolGray-800:focus {
  --tw-text-opacity: 1;
  color: rgba(31, 41, 55, var(--tw-text-opacity));
}

.focus\:text-coolGray-900:focus {
  --tw-text-opacity: 1;
  color: rgba(17, 24, 39, var(--tw-text-opacity));
}

.focus\:text-blueGray-50:focus {
  --tw-text-opacity: 1;
  color: rgba(248, 250, 252, var(--tw-text-opacity));
}

.focus\:text-blueGray-100:focus {
  --tw-text-opacity: 1;
  color: rgba(241, 245, 249, var(--tw-text-opacity));
}

.focus\:text-blueGray-200:focus {
  --tw-text-opacity: 1;
  color: rgba(226, 232, 240, var(--tw-text-opacity));
}

.focus\:text-blueGray-300:focus {
  --tw-text-opacity: 1;
  color: rgba(203, 213, 225, var(--tw-text-opacity));
}

.focus\:text-blueGray-400:focus {
  --tw-text-opacity: 1;
  color: rgba(148, 163, 184, var(--tw-text-opacity));
}

.focus\:text-blueGray-500:focus {
  --tw-text-opacity: 1;
  color: rgba(100, 116, 139, var(--tw-text-opacity));
}

.focus\:text-blueGray-600:focus {
  --tw-text-opacity: 1;
  color: rgba(71, 85, 105, var(--tw-text-opacity));
}

.focus\:text-blueGray-700:focus {
  --tw-text-opacity: 1;
  color: rgba(51, 65, 85, var(--tw-text-opacity));
}

.focus\:text-blueGray-800:focus {
  --tw-text-opacity: 1;
  color: rgba(30, 41, 59, var(--tw-text-opacity));
}

.focus\:text-blueGray-900:focus {
  --tw-text-opacity: 1;
  color: rgba(15, 23, 42, var(--tw-text-opacity));
}

.focus-visible\:text-current:focus-visible {
  color: currentColor;
}

.focus-visible\:text-transparent:focus-visible {
  color: transparent;
}

.focus-visible\:text-falcon:focus-visible {
  color: var(--falcon);
}

.focus-visible\:text-basement:focus-visible {
  color: var(--basement);
}

.focus-visible\:text-blue-50:focus-visible {
  --tw-text-opacity: 1;
  color: rgba(239, 246, 255, var(--tw-text-opacity));
}

.focus-visible\:text-blue-100:focus-visible {
  --tw-text-opacity: 1;
  color: rgba(219, 234, 254, var(--tw-text-opacity));
}

.focus-visible\:text-blue-200:focus-visible {
  --tw-text-opacity: 1;
  color: rgba(191, 219, 254, var(--tw-text-opacity));
}

.focus-visible\:text-blue-300:focus-visible {
  --tw-text-opacity: 1;
  color: rgba(147, 197, 253, var(--tw-text-opacity));
}

.focus-visible\:text-blue-400:focus-visible {
  --tw-text-opacity: 1;
  color: rgba(96, 165, 250, var(--tw-text-opacity));
}

.focus-visible\:text-blue-500:focus-visible {
  --tw-text-opacity: 1;
  color: rgba(59, 130, 246, var(--tw-text-opacity));
}

.focus-visible\:text-blue-600:focus-visible {
  --tw-text-opacity: 1;
  color: rgba(37, 99, 235, var(--tw-text-opacity));
}

.focus-visible\:text-blue-700:focus-visible {
  --tw-text-opacity: 1;
  color: rgba(29, 78, 216, var(--tw-text-opacity));
}

.focus-visible\:text-blue-800:focus-visible {
  --tw-text-opacity: 1;
  color: rgba(30, 64, 175, var(--tw-text-opacity));
}

.focus-visible\:text-blue-900:focus-visible {
  --tw-text-opacity: 1;
  color: rgba(30, 58, 138, var(--tw-text-opacity));
}

.focus-visible\:text-body-and-labels:focus-visible {
  color: var(--body-and-labels);
}

.focus-visible\:text-brand:focus-visible {
  color: var(--brand);
}

.focus-visible\:text-code-base-64:focus-visible {
  color: var(--code-base-64);
}

.focus-visible\:text-code-bg:focus-visible {
  color: var(--code-bg);
}

.focus-visible\:text-code-outline:focus-visible {
  color: var(--code-outline);
}

.focus-visible\:text-code-text:focus-visible {
  color: var(--code-text);
}

.focus-visible\:text-critical:focus-visible {
  color: var(--critical);
}

.focus-visible\:text-destructive-hover:focus-visible {
  color: var(--destructive-hover);
}

.focus-visible\:text-destructive-idle:focus-visible {
  color: var(--destructive-idle);
}

.focus-visible\:text-destructive-pressed:focus-visible {
  color: var(--destructive-pressed);
}

.focus-visible\:text-disabled:focus-visible {
  color: var(--disabled);
}

.focus-visible\:text-disc-operations:focus-visible {
  color: var(--disc-operations);
}

.focus-visible\:text-dns-requests:focus-visible {
  color: var(--dns-requests);
}

.focus-visible\:text-focus:focus-visible {
  color: var(--focus);
}

.focus-visible\:text-graph-1:focus-visible {
  color: var(--graph-1);
}

.focus-visible\:text-graph-10:focus-visible {
  color: var(--graph-10);
}

.focus-visible\:text-graph-11:focus-visible {
  color: var(--graph-11);
}

.focus-visible\:text-graph-2:focus-visible {
  color: var(--graph-2);
}

.focus-visible\:text-graph-3:focus-visible {
  color: var(--graph-3);
}

.focus-visible\:text-graph-4:focus-visible {
  color: var(--graph-4);
}

.focus-visible\:text-graph-5:focus-visible {
  color: var(--graph-5);
}

.focus-visible\:text-graph-6:focus-visible {
  color: var(--graph-6);
}

.focus-visible\:text-graph-7:focus-visible {
  color: var(--graph-7);
}

.focus-visible\:text-graph-8:focus-visible {
  color: var(--graph-8);
}

.focus-visible\:text-graph-9:focus-visible {
  color: var(--graph-9);
}

.focus-visible\:text-graph-disabled:focus-visible {
  color: var(--graph-disabled);
}

.focus-visible\:text-ground-floor:focus-visible {
  color: var(--ground-floor);
}

.focus-visible\:text-high:focus-visible {
  color: var(--high);
}

.focus-visible\:text-informational:focus-visible {
  color: var(--informational);
}

.focus-visible\:text-lines-dark:focus-visible {
  color: var(--lines-dark);
}

.focus-visible\:text-lines-light:focus-visible {
  color: var(--lines-light);
}

.focus-visible\:text-low:focus-visible {
  color: var(--low);
}

.focus-visible\:text-medium:focus-visible {
  color: var(--medium);
}

.focus-visible\:text-mezzanine:focus-visible {
  color: var(--mezzanine);
}

.focus-visible\:text-nav-text-and-icons:focus-visible {
  color: var(--nav-text-and-icons);
}

.focus-visible\:text-nav-text-secondary:focus-visible {
  color: var(--nav-text-secondary);
}

.focus-visible\:text-network-operations:focus-visible {
  color: var(--network-operations);
}

.focus-visible\:text-normal-hover:focus-visible {
  color: var(--normal-hover);
}

.focus-visible\:text-normal-idle:focus-visible {
  color: var(--normal-idle);
}

.focus-visible\:text-normal-pressed:focus-visible {
  color: var(--normal-pressed);
}

.focus-visible\:text-overlay-0\.5:focus-visible {
  color: var(--overlay-0\.5);
}

.focus-visible\:text-overlay-1:focus-visible {
  color: var(--overlay-1);
}

.focus-visible\:text-overlay-2:focus-visible {
  color: var(--overlay-2);
}

.focus-visible\:text-positive:focus-visible {
  color: var(--positive);
}

.focus-visible\:text-primary-hover:focus-visible {
  color: var(--primary-hover);
}

.focus-visible\:text-primary-idle:focus-visible {
  color: var(--primary-idle);
}

.focus-visible\:text-primary-pressed:focus-visible {
  color: var(--primary-pressed);
}

.focus-visible\:text-process-operations:focus-visible {
  color: var(--process-operations);
}

.focus-visible\:text-purple-50:focus-visible {
  --tw-text-opacity: 1;
  color: rgba(250, 245, 255, var(--tw-text-opacity));
}

.focus-visible\:text-purple-100:focus-visible {
  --tw-text-opacity: 1;
  color: rgba(243, 232, 255, var(--tw-text-opacity));
}

.focus-visible\:text-purple-200:focus-visible {
  --tw-text-opacity: 1;
  color: rgba(233, 213, 255, var(--tw-text-opacity));
}

.focus-visible\:text-purple-300:focus-visible {
  --tw-text-opacity: 1;
  color: rgba(216, 180, 254, var(--tw-text-opacity));
}

.focus-visible\:text-purple-400:focus-visible {
  --tw-text-opacity: 1;
  color: rgba(192, 132, 252, var(--tw-text-opacity));
}

.focus-visible\:text-purple-500:focus-visible {
  --tw-text-opacity: 1;
  color: rgba(168, 85, 247, var(--tw-text-opacity));
}

.focus-visible\:text-purple-600:focus-visible {
  --tw-text-opacity: 1;
  color: rgba(147, 51, 234, var(--tw-text-opacity));
}

.focus-visible\:text-purple-700:focus-visible {
  --tw-text-opacity: 1;
  color: rgba(126, 34, 206, var(--tw-text-opacity));
}

.focus-visible\:text-purple-800:focus-visible {
  --tw-text-opacity: 1;
  color: rgba(107, 33, 168, var(--tw-text-opacity));
}

.focus-visible\:text-purple-900:focus-visible {
  --tw-text-opacity: 1;
  color: rgba(88, 28, 135, var(--tw-text-opacity));
}

.focus-visible\:text-registry-operations:focus-visible {
  color: var(--registry-operations);
}

.focus-visible\:text-selected:focus-visible {
  color: var(--selected);
}

.focus-visible\:text-surface-2xl:focus-visible {
  color: var(--surface-2xl);
}

.focus-visible\:text-surface-base:focus-visible {
  color: var(--surface-base);
}

.focus-visible\:text-surface-inner:focus-visible {
  color: var(--surface-inner);
}

.focus-visible\:text-surface-lg:focus-visible {
  color: var(--surface-lg);
}

.focus-visible\:text-surface-md:focus-visible {
  color: var(--surface-md);
}

.focus-visible\:text-surface-xl:focus-visible {
  color: var(--surface-xl);
}

.focus-visible\:text-text-and-icons:focus-visible {
  color: var(--text-and-icons);
}

.focus-visible\:text-titles-and-attributes:focus-visible {
  color: var(--titles-and-attributes);
}

.focus-visible\:text-black:focus-visible {
  --tw-text-opacity: 1;
  color: rgba(0, 0, 0, var(--tw-text-opacity));
}

.focus-visible\:text-white:focus-visible {
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
}

.focus-visible\:text-rose-50:focus-visible {
  --tw-text-opacity: 1;
  color: rgba(255, 241, 242, var(--tw-text-opacity));
}

.focus-visible\:text-rose-100:focus-visible {
  --tw-text-opacity: 1;
  color: rgba(255, 228, 230, var(--tw-text-opacity));
}

.focus-visible\:text-rose-200:focus-visible {
  --tw-text-opacity: 1;
  color: rgba(254, 205, 211, var(--tw-text-opacity));
}

.focus-visible\:text-rose-300:focus-visible {
  --tw-text-opacity: 1;
  color: rgba(253, 164, 175, var(--tw-text-opacity));
}

.focus-visible\:text-rose-400:focus-visible {
  --tw-text-opacity: 1;
  color: rgba(251, 113, 133, var(--tw-text-opacity));
}

.focus-visible\:text-rose-500:focus-visible {
  --tw-text-opacity: 1;
  color: rgba(244, 63, 94, var(--tw-text-opacity));
}

.focus-visible\:text-rose-600:focus-visible {
  --tw-text-opacity: 1;
  color: rgba(225, 29, 72, var(--tw-text-opacity));
}

.focus-visible\:text-rose-700:focus-visible {
  --tw-text-opacity: 1;
  color: rgba(190, 18, 60, var(--tw-text-opacity));
}

.focus-visible\:text-rose-800:focus-visible {
  --tw-text-opacity: 1;
  color: rgba(159, 18, 57, var(--tw-text-opacity));
}

.focus-visible\:text-rose-900:focus-visible {
  --tw-text-opacity: 1;
  color: rgba(136, 19, 55, var(--tw-text-opacity));
}

.focus-visible\:text-pink-50:focus-visible {
  --tw-text-opacity: 1;
  color: rgba(253, 242, 248, var(--tw-text-opacity));
}

.focus-visible\:text-pink-100:focus-visible {
  --tw-text-opacity: 1;
  color: rgba(252, 231, 243, var(--tw-text-opacity));
}

.focus-visible\:text-pink-200:focus-visible {
  --tw-text-opacity: 1;
  color: rgba(251, 207, 232, var(--tw-text-opacity));
}

.focus-visible\:text-pink-300:focus-visible {
  --tw-text-opacity: 1;
  color: rgba(249, 168, 212, var(--tw-text-opacity));
}

.focus-visible\:text-pink-400:focus-visible {
  --tw-text-opacity: 1;
  color: rgba(244, 114, 182, var(--tw-text-opacity));
}

.focus-visible\:text-pink-500:focus-visible {
  --tw-text-opacity: 1;
  color: rgba(236, 72, 153, var(--tw-text-opacity));
}

.focus-visible\:text-pink-600:focus-visible {
  --tw-text-opacity: 1;
  color: rgba(219, 39, 119, var(--tw-text-opacity));
}

.focus-visible\:text-pink-700:focus-visible {
  --tw-text-opacity: 1;
  color: rgba(190, 24, 93, var(--tw-text-opacity));
}

.focus-visible\:text-pink-800:focus-visible {
  --tw-text-opacity: 1;
  color: rgba(157, 23, 77, var(--tw-text-opacity));
}

.focus-visible\:text-pink-900:focus-visible {
  --tw-text-opacity: 1;
  color: rgba(131, 24, 67, var(--tw-text-opacity));
}

.focus-visible\:text-fuchsia-50:focus-visible {
  --tw-text-opacity: 1;
  color: rgba(253, 244, 255, var(--tw-text-opacity));
}

.focus-visible\:text-fuchsia-100:focus-visible {
  --tw-text-opacity: 1;
  color: rgba(250, 232, 255, var(--tw-text-opacity));
}

.focus-visible\:text-fuchsia-200:focus-visible {
  --tw-text-opacity: 1;
  color: rgba(245, 208, 254, var(--tw-text-opacity));
}

.focus-visible\:text-fuchsia-300:focus-visible {
  --tw-text-opacity: 1;
  color: rgba(240, 171, 252, var(--tw-text-opacity));
}

.focus-visible\:text-fuchsia-400:focus-visible {
  --tw-text-opacity: 1;
  color: rgba(232, 121, 249, var(--tw-text-opacity));
}

.focus-visible\:text-fuchsia-500:focus-visible {
  --tw-text-opacity: 1;
  color: rgba(217, 70, 239, var(--tw-text-opacity));
}

.focus-visible\:text-fuchsia-600:focus-visible {
  --tw-text-opacity: 1;
  color: rgba(192, 38, 211, var(--tw-text-opacity));
}

.focus-visible\:text-fuchsia-700:focus-visible {
  --tw-text-opacity: 1;
  color: rgba(162, 28, 175, var(--tw-text-opacity));
}

.focus-visible\:text-fuchsia-800:focus-visible {
  --tw-text-opacity: 1;
  color: rgba(134, 25, 143, var(--tw-text-opacity));
}

.focus-visible\:text-fuchsia-900:focus-visible {
  --tw-text-opacity: 1;
  color: rgba(112, 26, 117, var(--tw-text-opacity));
}

.focus-visible\:text-violet-50:focus-visible {
  --tw-text-opacity: 1;
  color: rgba(245, 243, 255, var(--tw-text-opacity));
}

.focus-visible\:text-violet-100:focus-visible {
  --tw-text-opacity: 1;
  color: rgba(237, 233, 254, var(--tw-text-opacity));
}

.focus-visible\:text-violet-200:focus-visible {
  --tw-text-opacity: 1;
  color: rgba(221, 214, 254, var(--tw-text-opacity));
}

.focus-visible\:text-violet-300:focus-visible {
  --tw-text-opacity: 1;
  color: rgba(196, 181, 253, var(--tw-text-opacity));
}

.focus-visible\:text-violet-400:focus-visible {
  --tw-text-opacity: 1;
  color: rgba(167, 139, 250, var(--tw-text-opacity));
}

.focus-visible\:text-violet-500:focus-visible {
  --tw-text-opacity: 1;
  color: rgba(139, 92, 246, var(--tw-text-opacity));
}

.focus-visible\:text-violet-600:focus-visible {
  --tw-text-opacity: 1;
  color: rgba(124, 58, 237, var(--tw-text-opacity));
}

.focus-visible\:text-violet-700:focus-visible {
  --tw-text-opacity: 1;
  color: rgba(109, 40, 217, var(--tw-text-opacity));
}

.focus-visible\:text-violet-800:focus-visible {
  --tw-text-opacity: 1;
  color: rgba(91, 33, 182, var(--tw-text-opacity));
}

.focus-visible\:text-violet-900:focus-visible {
  --tw-text-opacity: 1;
  color: rgba(76, 29, 149, var(--tw-text-opacity));
}

.focus-visible\:text-indigo-50:focus-visible {
  --tw-text-opacity: 1;
  color: rgba(238, 242, 255, var(--tw-text-opacity));
}

.focus-visible\:text-indigo-100:focus-visible {
  --tw-text-opacity: 1;
  color: rgba(224, 231, 255, var(--tw-text-opacity));
}

.focus-visible\:text-indigo-200:focus-visible {
  --tw-text-opacity: 1;
  color: rgba(199, 210, 254, var(--tw-text-opacity));
}

.focus-visible\:text-indigo-300:focus-visible {
  --tw-text-opacity: 1;
  color: rgba(165, 180, 252, var(--tw-text-opacity));
}

.focus-visible\:text-indigo-400:focus-visible {
  --tw-text-opacity: 1;
  color: rgba(129, 140, 248, var(--tw-text-opacity));
}

.focus-visible\:text-indigo-500:focus-visible {
  --tw-text-opacity: 1;
  color: rgba(99, 102, 241, var(--tw-text-opacity));
}

.focus-visible\:text-indigo-600:focus-visible {
  --tw-text-opacity: 1;
  color: rgba(79, 70, 229, var(--tw-text-opacity));
}

.focus-visible\:text-indigo-700:focus-visible {
  --tw-text-opacity: 1;
  color: rgba(67, 56, 202, var(--tw-text-opacity));
}

.focus-visible\:text-indigo-800:focus-visible {
  --tw-text-opacity: 1;
  color: rgba(55, 48, 163, var(--tw-text-opacity));
}

.focus-visible\:text-indigo-900:focus-visible {
  --tw-text-opacity: 1;
  color: rgba(49, 46, 129, var(--tw-text-opacity));
}

.focus-visible\:text-lightBlue-50:focus-visible {
  --tw-text-opacity: 1;
  color: rgba(240, 249, 255, var(--tw-text-opacity));
}

.focus-visible\:text-lightBlue-100:focus-visible {
  --tw-text-opacity: 1;
  color: rgba(224, 242, 254, var(--tw-text-opacity));
}

.focus-visible\:text-lightBlue-200:focus-visible {
  --tw-text-opacity: 1;
  color: rgba(186, 230, 253, var(--tw-text-opacity));
}

.focus-visible\:text-lightBlue-300:focus-visible {
  --tw-text-opacity: 1;
  color: rgba(125, 211, 252, var(--tw-text-opacity));
}

.focus-visible\:text-lightBlue-400:focus-visible {
  --tw-text-opacity: 1;
  color: rgba(56, 189, 248, var(--tw-text-opacity));
}

.focus-visible\:text-lightBlue-500:focus-visible {
  --tw-text-opacity: 1;
  color: rgba(14, 165, 233, var(--tw-text-opacity));
}

.focus-visible\:text-lightBlue-600:focus-visible {
  --tw-text-opacity: 1;
  color: rgba(2, 132, 199, var(--tw-text-opacity));
}

.focus-visible\:text-lightBlue-700:focus-visible {
  --tw-text-opacity: 1;
  color: rgba(3, 105, 161, var(--tw-text-opacity));
}

.focus-visible\:text-lightBlue-800:focus-visible {
  --tw-text-opacity: 1;
  color: rgba(7, 89, 133, var(--tw-text-opacity));
}

.focus-visible\:text-lightBlue-900:focus-visible {
  --tw-text-opacity: 1;
  color: rgba(12, 74, 110, var(--tw-text-opacity));
}

.focus-visible\:text-cyan-50:focus-visible {
  --tw-text-opacity: 1;
  color: rgba(236, 254, 255, var(--tw-text-opacity));
}

.focus-visible\:text-cyan-100:focus-visible {
  --tw-text-opacity: 1;
  color: rgba(207, 250, 254, var(--tw-text-opacity));
}

.focus-visible\:text-cyan-200:focus-visible {
  --tw-text-opacity: 1;
  color: rgba(165, 243, 252, var(--tw-text-opacity));
}

.focus-visible\:text-cyan-300:focus-visible {
  --tw-text-opacity: 1;
  color: rgba(103, 232, 249, var(--tw-text-opacity));
}

.focus-visible\:text-cyan-400:focus-visible {
  --tw-text-opacity: 1;
  color: rgba(34, 211, 238, var(--tw-text-opacity));
}

.focus-visible\:text-cyan-500:focus-visible {
  --tw-text-opacity: 1;
  color: rgba(6, 182, 212, var(--tw-text-opacity));
}

.focus-visible\:text-cyan-600:focus-visible {
  --tw-text-opacity: 1;
  color: rgba(8, 145, 178, var(--tw-text-opacity));
}

.focus-visible\:text-cyan-700:focus-visible {
  --tw-text-opacity: 1;
  color: rgba(14, 116, 144, var(--tw-text-opacity));
}

.focus-visible\:text-cyan-800:focus-visible {
  --tw-text-opacity: 1;
  color: rgba(21, 94, 117, var(--tw-text-opacity));
}

.focus-visible\:text-cyan-900:focus-visible {
  --tw-text-opacity: 1;
  color: rgba(22, 78, 99, var(--tw-text-opacity));
}

.focus-visible\:text-teal-50:focus-visible {
  --tw-text-opacity: 1;
  color: rgba(240, 253, 250, var(--tw-text-opacity));
}

.focus-visible\:text-teal-100:focus-visible {
  --tw-text-opacity: 1;
  color: rgba(204, 251, 241, var(--tw-text-opacity));
}

.focus-visible\:text-teal-200:focus-visible {
  --tw-text-opacity: 1;
  color: rgba(153, 246, 228, var(--tw-text-opacity));
}

.focus-visible\:text-teal-300:focus-visible {
  --tw-text-opacity: 1;
  color: rgba(94, 234, 212, var(--tw-text-opacity));
}

.focus-visible\:text-teal-400:focus-visible {
  --tw-text-opacity: 1;
  color: rgba(45, 212, 191, var(--tw-text-opacity));
}

.focus-visible\:text-teal-500:focus-visible {
  --tw-text-opacity: 1;
  color: rgba(20, 184, 166, var(--tw-text-opacity));
}

.focus-visible\:text-teal-600:focus-visible {
  --tw-text-opacity: 1;
  color: rgba(13, 148, 136, var(--tw-text-opacity));
}

.focus-visible\:text-teal-700:focus-visible {
  --tw-text-opacity: 1;
  color: rgba(15, 118, 110, var(--tw-text-opacity));
}

.focus-visible\:text-teal-800:focus-visible {
  --tw-text-opacity: 1;
  color: rgba(17, 94, 89, var(--tw-text-opacity));
}

.focus-visible\:text-teal-900:focus-visible {
  --tw-text-opacity: 1;
  color: rgba(19, 78, 74, var(--tw-text-opacity));
}

.focus-visible\:text-emerald-50:focus-visible {
  --tw-text-opacity: 1;
  color: rgba(236, 253, 245, var(--tw-text-opacity));
}

.focus-visible\:text-emerald-100:focus-visible {
  --tw-text-opacity: 1;
  color: rgba(209, 250, 229, var(--tw-text-opacity));
}

.focus-visible\:text-emerald-200:focus-visible {
  --tw-text-opacity: 1;
  color: rgba(167, 243, 208, var(--tw-text-opacity));
}

.focus-visible\:text-emerald-300:focus-visible {
  --tw-text-opacity: 1;
  color: rgba(110, 231, 183, var(--tw-text-opacity));
}

.focus-visible\:text-emerald-400:focus-visible {
  --tw-text-opacity: 1;
  color: rgba(52, 211, 153, var(--tw-text-opacity));
}

.focus-visible\:text-emerald-500:focus-visible {
  --tw-text-opacity: 1;
  color: rgba(16, 185, 129, var(--tw-text-opacity));
}

.focus-visible\:text-emerald-600:focus-visible {
  --tw-text-opacity: 1;
  color: rgba(5, 150, 105, var(--tw-text-opacity));
}

.focus-visible\:text-emerald-700:focus-visible {
  --tw-text-opacity: 1;
  color: rgba(4, 120, 87, var(--tw-text-opacity));
}

.focus-visible\:text-emerald-800:focus-visible {
  --tw-text-opacity: 1;
  color: rgba(6, 95, 70, var(--tw-text-opacity));
}

.focus-visible\:text-emerald-900:focus-visible {
  --tw-text-opacity: 1;
  color: rgba(6, 78, 59, var(--tw-text-opacity));
}

.focus-visible\:text-green-50:focus-visible {
  --tw-text-opacity: 1;
  color: rgba(240, 253, 244, var(--tw-text-opacity));
}

.focus-visible\:text-green-100:focus-visible {
  --tw-text-opacity: 1;
  color: rgba(220, 252, 231, var(--tw-text-opacity));
}

.focus-visible\:text-green-200:focus-visible {
  --tw-text-opacity: 1;
  color: rgba(187, 247, 208, var(--tw-text-opacity));
}

.focus-visible\:text-green-300:focus-visible {
  --tw-text-opacity: 1;
  color: rgba(134, 239, 172, var(--tw-text-opacity));
}

.focus-visible\:text-green-400:focus-visible {
  --tw-text-opacity: 1;
  color: rgba(74, 222, 128, var(--tw-text-opacity));
}

.focus-visible\:text-green-500:focus-visible {
  --tw-text-opacity: 1;
  color: rgba(34, 197, 94, var(--tw-text-opacity));
}

.focus-visible\:text-green-600:focus-visible {
  --tw-text-opacity: 1;
  color: rgba(22, 163, 74, var(--tw-text-opacity));
}

.focus-visible\:text-green-700:focus-visible {
  --tw-text-opacity: 1;
  color: rgba(21, 128, 61, var(--tw-text-opacity));
}

.focus-visible\:text-green-800:focus-visible {
  --tw-text-opacity: 1;
  color: rgba(22, 101, 52, var(--tw-text-opacity));
}

.focus-visible\:text-green-900:focus-visible {
  --tw-text-opacity: 1;
  color: rgba(20, 83, 45, var(--tw-text-opacity));
}

.focus-visible\:text-lime-50:focus-visible {
  --tw-text-opacity: 1;
  color: rgba(247, 254, 231, var(--tw-text-opacity));
}

.focus-visible\:text-lime-100:focus-visible {
  --tw-text-opacity: 1;
  color: rgba(236, 252, 203, var(--tw-text-opacity));
}

.focus-visible\:text-lime-200:focus-visible {
  --tw-text-opacity: 1;
  color: rgba(217, 249, 157, var(--tw-text-opacity));
}

.focus-visible\:text-lime-300:focus-visible {
  --tw-text-opacity: 1;
  color: rgba(190, 242, 100, var(--tw-text-opacity));
}

.focus-visible\:text-lime-400:focus-visible {
  --tw-text-opacity: 1;
  color: rgba(163, 230, 53, var(--tw-text-opacity));
}

.focus-visible\:text-lime-500:focus-visible {
  --tw-text-opacity: 1;
  color: rgba(132, 204, 22, var(--tw-text-opacity));
}

.focus-visible\:text-lime-600:focus-visible {
  --tw-text-opacity: 1;
  color: rgba(101, 163, 13, var(--tw-text-opacity));
}

.focus-visible\:text-lime-700:focus-visible {
  --tw-text-opacity: 1;
  color: rgba(77, 124, 15, var(--tw-text-opacity));
}

.focus-visible\:text-lime-800:focus-visible {
  --tw-text-opacity: 1;
  color: rgba(63, 98, 18, var(--tw-text-opacity));
}

.focus-visible\:text-lime-900:focus-visible {
  --tw-text-opacity: 1;
  color: rgba(54, 83, 20, var(--tw-text-opacity));
}

.focus-visible\:text-yellow-50:focus-visible {
  --tw-text-opacity: 1;
  color: rgba(254, 252, 232, var(--tw-text-opacity));
}

.focus-visible\:text-yellow-100:focus-visible {
  --tw-text-opacity: 1;
  color: rgba(254, 249, 195, var(--tw-text-opacity));
}

.focus-visible\:text-yellow-200:focus-visible {
  --tw-text-opacity: 1;
  color: rgba(254, 240, 138, var(--tw-text-opacity));
}

.focus-visible\:text-yellow-300:focus-visible {
  --tw-text-opacity: 1;
  color: rgba(253, 224, 71, var(--tw-text-opacity));
}

.focus-visible\:text-yellow-400:focus-visible {
  --tw-text-opacity: 1;
  color: rgba(250, 204, 21, var(--tw-text-opacity));
}

.focus-visible\:text-yellow-500:focus-visible {
  --tw-text-opacity: 1;
  color: rgba(234, 179, 8, var(--tw-text-opacity));
}

.focus-visible\:text-yellow-600:focus-visible {
  --tw-text-opacity: 1;
  color: rgba(202, 138, 4, var(--tw-text-opacity));
}

.focus-visible\:text-yellow-700:focus-visible {
  --tw-text-opacity: 1;
  color: rgba(161, 98, 7, var(--tw-text-opacity));
}

.focus-visible\:text-yellow-800:focus-visible {
  --tw-text-opacity: 1;
  color: rgba(133, 77, 14, var(--tw-text-opacity));
}

.focus-visible\:text-yellow-900:focus-visible {
  --tw-text-opacity: 1;
  color: rgba(113, 63, 18, var(--tw-text-opacity));
}

.focus-visible\:text-amber-50:focus-visible {
  --tw-text-opacity: 1;
  color: rgba(255, 251, 235, var(--tw-text-opacity));
}

.focus-visible\:text-amber-100:focus-visible {
  --tw-text-opacity: 1;
  color: rgba(254, 243, 199, var(--tw-text-opacity));
}

.focus-visible\:text-amber-200:focus-visible {
  --tw-text-opacity: 1;
  color: rgba(253, 230, 138, var(--tw-text-opacity));
}

.focus-visible\:text-amber-300:focus-visible {
  --tw-text-opacity: 1;
  color: rgba(252, 211, 77, var(--tw-text-opacity));
}

.focus-visible\:text-amber-400:focus-visible {
  --tw-text-opacity: 1;
  color: rgba(251, 191, 36, var(--tw-text-opacity));
}

.focus-visible\:text-amber-500:focus-visible {
  --tw-text-opacity: 1;
  color: rgba(245, 158, 11, var(--tw-text-opacity));
}

.focus-visible\:text-amber-600:focus-visible {
  --tw-text-opacity: 1;
  color: rgba(217, 119, 6, var(--tw-text-opacity));
}

.focus-visible\:text-amber-700:focus-visible {
  --tw-text-opacity: 1;
  color: rgba(180, 83, 9, var(--tw-text-opacity));
}

.focus-visible\:text-amber-800:focus-visible {
  --tw-text-opacity: 1;
  color: rgba(146, 64, 14, var(--tw-text-opacity));
}

.focus-visible\:text-amber-900:focus-visible {
  --tw-text-opacity: 1;
  color: rgba(120, 53, 15, var(--tw-text-opacity));
}

.focus-visible\:text-orange-50:focus-visible {
  --tw-text-opacity: 1;
  color: rgba(255, 247, 237, var(--tw-text-opacity));
}

.focus-visible\:text-orange-100:focus-visible {
  --tw-text-opacity: 1;
  color: rgba(255, 237, 213, var(--tw-text-opacity));
}

.focus-visible\:text-orange-200:focus-visible {
  --tw-text-opacity: 1;
  color: rgba(254, 215, 170, var(--tw-text-opacity));
}

.focus-visible\:text-orange-300:focus-visible {
  --tw-text-opacity: 1;
  color: rgba(253, 186, 116, var(--tw-text-opacity));
}

.focus-visible\:text-orange-400:focus-visible {
  --tw-text-opacity: 1;
  color: rgba(251, 146, 60, var(--tw-text-opacity));
}

.focus-visible\:text-orange-500:focus-visible {
  --tw-text-opacity: 1;
  color: rgba(249, 115, 22, var(--tw-text-opacity));
}

.focus-visible\:text-orange-600:focus-visible {
  --tw-text-opacity: 1;
  color: rgba(234, 88, 12, var(--tw-text-opacity));
}

.focus-visible\:text-orange-700:focus-visible {
  --tw-text-opacity: 1;
  color: rgba(194, 65, 12, var(--tw-text-opacity));
}

.focus-visible\:text-orange-800:focus-visible {
  --tw-text-opacity: 1;
  color: rgba(154, 52, 18, var(--tw-text-opacity));
}

.focus-visible\:text-orange-900:focus-visible {
  --tw-text-opacity: 1;
  color: rgba(124, 45, 18, var(--tw-text-opacity));
}

.focus-visible\:text-red-50:focus-visible {
  --tw-text-opacity: 1;
  color: rgba(254, 242, 242, var(--tw-text-opacity));
}

.focus-visible\:text-red-100:focus-visible {
  --tw-text-opacity: 1;
  color: rgba(254, 226, 226, var(--tw-text-opacity));
}

.focus-visible\:text-red-200:focus-visible {
  --tw-text-opacity: 1;
  color: rgba(254, 202, 202, var(--tw-text-opacity));
}

.focus-visible\:text-red-300:focus-visible {
  --tw-text-opacity: 1;
  color: rgba(252, 165, 165, var(--tw-text-opacity));
}

.focus-visible\:text-red-400:focus-visible {
  --tw-text-opacity: 1;
  color: rgba(248, 113, 113, var(--tw-text-opacity));
}

.focus-visible\:text-red-500:focus-visible {
  --tw-text-opacity: 1;
  color: rgba(239, 68, 68, var(--tw-text-opacity));
}

.focus-visible\:text-red-600:focus-visible {
  --tw-text-opacity: 1;
  color: rgba(220, 38, 38, var(--tw-text-opacity));
}

.focus-visible\:text-red-700:focus-visible {
  --tw-text-opacity: 1;
  color: rgba(185, 28, 28, var(--tw-text-opacity));
}

.focus-visible\:text-red-800:focus-visible {
  --tw-text-opacity: 1;
  color: rgba(153, 27, 27, var(--tw-text-opacity));
}

.focus-visible\:text-red-900:focus-visible {
  --tw-text-opacity: 1;
  color: rgba(127, 29, 29, var(--tw-text-opacity));
}

.focus-visible\:text-warmGray-50:focus-visible {
  --tw-text-opacity: 1;
  color: rgba(250, 250, 249, var(--tw-text-opacity));
}

.focus-visible\:text-warmGray-100:focus-visible {
  --tw-text-opacity: 1;
  color: rgba(245, 245, 244, var(--tw-text-opacity));
}

.focus-visible\:text-warmGray-200:focus-visible {
  --tw-text-opacity: 1;
  color: rgba(231, 229, 228, var(--tw-text-opacity));
}

.focus-visible\:text-warmGray-300:focus-visible {
  --tw-text-opacity: 1;
  color: rgba(214, 211, 209, var(--tw-text-opacity));
}

.focus-visible\:text-warmGray-400:focus-visible {
  --tw-text-opacity: 1;
  color: rgba(168, 162, 158, var(--tw-text-opacity));
}

.focus-visible\:text-warmGray-500:focus-visible {
  --tw-text-opacity: 1;
  color: rgba(120, 113, 108, var(--tw-text-opacity));
}

.focus-visible\:text-warmGray-600:focus-visible {
  --tw-text-opacity: 1;
  color: rgba(87, 83, 78, var(--tw-text-opacity));
}

.focus-visible\:text-warmGray-700:focus-visible {
  --tw-text-opacity: 1;
  color: rgba(68, 64, 60, var(--tw-text-opacity));
}

.focus-visible\:text-warmGray-800:focus-visible {
  --tw-text-opacity: 1;
  color: rgba(41, 37, 36, var(--tw-text-opacity));
}

.focus-visible\:text-warmGray-900:focus-visible {
  --tw-text-opacity: 1;
  color: rgba(28, 25, 23, var(--tw-text-opacity));
}

.focus-visible\:text-trueGray-50:focus-visible {
  --tw-text-opacity: 1;
  color: rgba(250, 250, 250, var(--tw-text-opacity));
}

.focus-visible\:text-trueGray-100:focus-visible {
  --tw-text-opacity: 1;
  color: rgba(245, 245, 245, var(--tw-text-opacity));
}

.focus-visible\:text-trueGray-200:focus-visible {
  --tw-text-opacity: 1;
  color: rgba(229, 229, 229, var(--tw-text-opacity));
}

.focus-visible\:text-trueGray-300:focus-visible {
  --tw-text-opacity: 1;
  color: rgba(212, 212, 212, var(--tw-text-opacity));
}

.focus-visible\:text-trueGray-400:focus-visible {
  --tw-text-opacity: 1;
  color: rgba(163, 163, 163, var(--tw-text-opacity));
}

.focus-visible\:text-trueGray-500:focus-visible {
  --tw-text-opacity: 1;
  color: rgba(115, 115, 115, var(--tw-text-opacity));
}

.focus-visible\:text-trueGray-600:focus-visible {
  --tw-text-opacity: 1;
  color: rgba(82, 82, 82, var(--tw-text-opacity));
}

.focus-visible\:text-trueGray-700:focus-visible {
  --tw-text-opacity: 1;
  color: rgba(64, 64, 64, var(--tw-text-opacity));
}

.focus-visible\:text-trueGray-800:focus-visible {
  --tw-text-opacity: 1;
  color: rgba(38, 38, 38, var(--tw-text-opacity));
}

.focus-visible\:text-trueGray-900:focus-visible {
  --tw-text-opacity: 1;
  color: rgba(23, 23, 23, var(--tw-text-opacity));
}

.focus-visible\:text-gray-50:focus-visible {
  --tw-text-opacity: 1;
  color: rgba(250, 250, 250, var(--tw-text-opacity));
}

.focus-visible\:text-gray-100:focus-visible {
  --tw-text-opacity: 1;
  color: rgba(244, 244, 245, var(--tw-text-opacity));
}

.focus-visible\:text-gray-200:focus-visible {
  --tw-text-opacity: 1;
  color: rgba(228, 228, 231, var(--tw-text-opacity));
}

.focus-visible\:text-gray-300:focus-visible {
  --tw-text-opacity: 1;
  color: rgba(212, 212, 216, var(--tw-text-opacity));
}

.focus-visible\:text-gray-400:focus-visible {
  --tw-text-opacity: 1;
  color: rgba(161, 161, 170, var(--tw-text-opacity));
}

.focus-visible\:text-gray-500:focus-visible {
  --tw-text-opacity: 1;
  color: rgba(113, 113, 122, var(--tw-text-opacity));
}

.focus-visible\:text-gray-600:focus-visible {
  --tw-text-opacity: 1;
  color: rgba(82, 82, 91, var(--tw-text-opacity));
}

.focus-visible\:text-gray-700:focus-visible {
  --tw-text-opacity: 1;
  color: rgba(63, 63, 70, var(--tw-text-opacity));
}

.focus-visible\:text-gray-800:focus-visible {
  --tw-text-opacity: 1;
  color: rgba(39, 39, 42, var(--tw-text-opacity));
}

.focus-visible\:text-gray-900:focus-visible {
  --tw-text-opacity: 1;
  color: rgba(24, 24, 27, var(--tw-text-opacity));
}

.focus-visible\:text-coolGray-50:focus-visible {
  --tw-text-opacity: 1;
  color: rgba(249, 250, 251, var(--tw-text-opacity));
}

.focus-visible\:text-coolGray-100:focus-visible {
  --tw-text-opacity: 1;
  color: rgba(243, 244, 246, var(--tw-text-opacity));
}

.focus-visible\:text-coolGray-200:focus-visible {
  --tw-text-opacity: 1;
  color: rgba(229, 231, 235, var(--tw-text-opacity));
}

.focus-visible\:text-coolGray-300:focus-visible {
  --tw-text-opacity: 1;
  color: rgba(209, 213, 219, var(--tw-text-opacity));
}

.focus-visible\:text-coolGray-400:focus-visible {
  --tw-text-opacity: 1;
  color: rgba(156, 163, 175, var(--tw-text-opacity));
}

.focus-visible\:text-coolGray-500:focus-visible {
  --tw-text-opacity: 1;
  color: rgba(107, 114, 128, var(--tw-text-opacity));
}

.focus-visible\:text-coolGray-600:focus-visible {
  --tw-text-opacity: 1;
  color: rgba(75, 85, 99, var(--tw-text-opacity));
}

.focus-visible\:text-coolGray-700:focus-visible {
  --tw-text-opacity: 1;
  color: rgba(55, 65, 81, var(--tw-text-opacity));
}

.focus-visible\:text-coolGray-800:focus-visible {
  --tw-text-opacity: 1;
  color: rgba(31, 41, 55, var(--tw-text-opacity));
}

.focus-visible\:text-coolGray-900:focus-visible {
  --tw-text-opacity: 1;
  color: rgba(17, 24, 39, var(--tw-text-opacity));
}

.focus-visible\:text-blueGray-50:focus-visible {
  --tw-text-opacity: 1;
  color: rgba(248, 250, 252, var(--tw-text-opacity));
}

.focus-visible\:text-blueGray-100:focus-visible {
  --tw-text-opacity: 1;
  color: rgba(241, 245, 249, var(--tw-text-opacity));
}

.focus-visible\:text-blueGray-200:focus-visible {
  --tw-text-opacity: 1;
  color: rgba(226, 232, 240, var(--tw-text-opacity));
}

.focus-visible\:text-blueGray-300:focus-visible {
  --tw-text-opacity: 1;
  color: rgba(203, 213, 225, var(--tw-text-opacity));
}

.focus-visible\:text-blueGray-400:focus-visible {
  --tw-text-opacity: 1;
  color: rgba(148, 163, 184, var(--tw-text-opacity));
}

.focus-visible\:text-blueGray-500:focus-visible {
  --tw-text-opacity: 1;
  color: rgba(100, 116, 139, var(--tw-text-opacity));
}

.focus-visible\:text-blueGray-600:focus-visible {
  --tw-text-opacity: 1;
  color: rgba(71, 85, 105, var(--tw-text-opacity));
}

.focus-visible\:text-blueGray-700:focus-visible {
  --tw-text-opacity: 1;
  color: rgba(51, 65, 85, var(--tw-text-opacity));
}

.focus-visible\:text-blueGray-800:focus-visible {
  --tw-text-opacity: 1;
  color: rgba(30, 41, 59, var(--tw-text-opacity));
}

.focus-visible\:text-blueGray-900:focus-visible {
  --tw-text-opacity: 1;
  color: rgba(15, 23, 42, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-current {
  color: currentColor;
}

.group:hover .group-hover\:text-transparent {
  color: transparent;
}

.group:hover .group-hover\:text-falcon {
  color: var(--falcon);
}

.group:hover .group-hover\:text-basement {
  color: var(--basement);
}

.group:hover .group-hover\:text-blue-50 {
  --tw-text-opacity: 1;
  color: rgba(239, 246, 255, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-blue-100 {
  --tw-text-opacity: 1;
  color: rgba(219, 234, 254, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-blue-200 {
  --tw-text-opacity: 1;
  color: rgba(191, 219, 254, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-blue-300 {
  --tw-text-opacity: 1;
  color: rgba(147, 197, 253, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-blue-400 {
  --tw-text-opacity: 1;
  color: rgba(96, 165, 250, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-blue-500 {
  --tw-text-opacity: 1;
  color: rgba(59, 130, 246, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-blue-600 {
  --tw-text-opacity: 1;
  color: rgba(37, 99, 235, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-blue-700 {
  --tw-text-opacity: 1;
  color: rgba(29, 78, 216, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-blue-800 {
  --tw-text-opacity: 1;
  color: rgba(30, 64, 175, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-blue-900 {
  --tw-text-opacity: 1;
  color: rgba(30, 58, 138, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-body-and-labels {
  color: var(--body-and-labels);
}

.group:hover .group-hover\:text-brand {
  color: var(--brand);
}

.group:hover .group-hover\:text-code-base-64 {
  color: var(--code-base-64);
}

.group:hover .group-hover\:text-code-bg {
  color: var(--code-bg);
}

.group:hover .group-hover\:text-code-outline {
  color: var(--code-outline);
}

.group:hover .group-hover\:text-code-text {
  color: var(--code-text);
}

.group:hover .group-hover\:text-critical {
  color: var(--critical);
}

.group:hover .group-hover\:text-destructive-hover {
  color: var(--destructive-hover);
}

.group:hover .group-hover\:text-destructive-idle {
  color: var(--destructive-idle);
}

.group:hover .group-hover\:text-destructive-pressed {
  color: var(--destructive-pressed);
}

.group:hover .group-hover\:text-disabled {
  color: var(--disabled);
}

.group:hover .group-hover\:text-disc-operations {
  color: var(--disc-operations);
}

.group:hover .group-hover\:text-dns-requests {
  color: var(--dns-requests);
}

.group:hover .group-hover\:text-focus {
  color: var(--focus);
}

.group:hover .group-hover\:text-graph-1 {
  color: var(--graph-1);
}

.group:hover .group-hover\:text-graph-10 {
  color: var(--graph-10);
}

.group:hover .group-hover\:text-graph-11 {
  color: var(--graph-11);
}

.group:hover .group-hover\:text-graph-2 {
  color: var(--graph-2);
}

.group:hover .group-hover\:text-graph-3 {
  color: var(--graph-3);
}

.group:hover .group-hover\:text-graph-4 {
  color: var(--graph-4);
}

.group:hover .group-hover\:text-graph-5 {
  color: var(--graph-5);
}

.group:hover .group-hover\:text-graph-6 {
  color: var(--graph-6);
}

.group:hover .group-hover\:text-graph-7 {
  color: var(--graph-7);
}

.group:hover .group-hover\:text-graph-8 {
  color: var(--graph-8);
}

.group:hover .group-hover\:text-graph-9 {
  color: var(--graph-9);
}

.group:hover .group-hover\:text-graph-disabled {
  color: var(--graph-disabled);
}

.group:hover .group-hover\:text-ground-floor {
  color: var(--ground-floor);
}

.group:hover .group-hover\:text-high {
  color: var(--high);
}

.group:hover .group-hover\:text-informational {
  color: var(--informational);
}

.group:hover .group-hover\:text-lines-dark {
  color: var(--lines-dark);
}

.group:hover .group-hover\:text-lines-light {
  color: var(--lines-light);
}

.group:hover .group-hover\:text-low {
  color: var(--low);
}

.group:hover .group-hover\:text-medium {
  color: var(--medium);
}

.group:hover .group-hover\:text-mezzanine {
  color: var(--mezzanine);
}

.group:hover .group-hover\:text-nav-text-and-icons {
  color: var(--nav-text-and-icons);
}

.group:hover .group-hover\:text-nav-text-secondary {
  color: var(--nav-text-secondary);
}

.group:hover .group-hover\:text-network-operations {
  color: var(--network-operations);
}

.group:hover .group-hover\:text-normal-hover {
  color: var(--normal-hover);
}

.group:hover .group-hover\:text-normal-idle {
  color: var(--normal-idle);
}

.group:hover .group-hover\:text-normal-pressed {
  color: var(--normal-pressed);
}

.group:hover .group-hover\:text-overlay-0\.5 {
  color: var(--overlay-0\.5);
}

.group:hover .group-hover\:text-overlay-1 {
  color: var(--overlay-1);
}

.group:hover .group-hover\:text-overlay-2 {
  color: var(--overlay-2);
}

.group:hover .group-hover\:text-positive {
  color: var(--positive);
}

.group:hover .group-hover\:text-primary-hover {
  color: var(--primary-hover);
}

.group:hover .group-hover\:text-primary-idle {
  color: var(--primary-idle);
}

.group:hover .group-hover\:text-primary-pressed {
  color: var(--primary-pressed);
}

.group:hover .group-hover\:text-process-operations {
  color: var(--process-operations);
}

.group:hover .group-hover\:text-purple-50 {
  --tw-text-opacity: 1;
  color: rgba(250, 245, 255, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-purple-100 {
  --tw-text-opacity: 1;
  color: rgba(243, 232, 255, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-purple-200 {
  --tw-text-opacity: 1;
  color: rgba(233, 213, 255, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-purple-300 {
  --tw-text-opacity: 1;
  color: rgba(216, 180, 254, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-purple-400 {
  --tw-text-opacity: 1;
  color: rgba(192, 132, 252, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-purple-500 {
  --tw-text-opacity: 1;
  color: rgba(168, 85, 247, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-purple-600 {
  --tw-text-opacity: 1;
  color: rgba(147, 51, 234, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-purple-700 {
  --tw-text-opacity: 1;
  color: rgba(126, 34, 206, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-purple-800 {
  --tw-text-opacity: 1;
  color: rgba(107, 33, 168, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-purple-900 {
  --tw-text-opacity: 1;
  color: rgba(88, 28, 135, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-registry-operations {
  color: var(--registry-operations);
}

.group:hover .group-hover\:text-selected {
  color: var(--selected);
}

.group:hover .group-hover\:text-surface-2xl {
  color: var(--surface-2xl);
}

.group:hover .group-hover\:text-surface-base {
  color: var(--surface-base);
}

.group:hover .group-hover\:text-surface-inner {
  color: var(--surface-inner);
}

.group:hover .group-hover\:text-surface-lg {
  color: var(--surface-lg);
}

.group:hover .group-hover\:text-surface-md {
  color: var(--surface-md);
}

.group:hover .group-hover\:text-surface-xl {
  color: var(--surface-xl);
}

.group:hover .group-hover\:text-text-and-icons {
  color: var(--text-and-icons);
}

.group:hover .group-hover\:text-titles-and-attributes {
  color: var(--titles-and-attributes);
}

.group:hover .group-hover\:text-black {
  --tw-text-opacity: 1;
  color: rgba(0, 0, 0, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-white {
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-rose-50 {
  --tw-text-opacity: 1;
  color: rgba(255, 241, 242, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-rose-100 {
  --tw-text-opacity: 1;
  color: rgba(255, 228, 230, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-rose-200 {
  --tw-text-opacity: 1;
  color: rgba(254, 205, 211, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-rose-300 {
  --tw-text-opacity: 1;
  color: rgba(253, 164, 175, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-rose-400 {
  --tw-text-opacity: 1;
  color: rgba(251, 113, 133, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-rose-500 {
  --tw-text-opacity: 1;
  color: rgba(244, 63, 94, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-rose-600 {
  --tw-text-opacity: 1;
  color: rgba(225, 29, 72, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-rose-700 {
  --tw-text-opacity: 1;
  color: rgba(190, 18, 60, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-rose-800 {
  --tw-text-opacity: 1;
  color: rgba(159, 18, 57, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-rose-900 {
  --tw-text-opacity: 1;
  color: rgba(136, 19, 55, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-pink-50 {
  --tw-text-opacity: 1;
  color: rgba(253, 242, 248, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-pink-100 {
  --tw-text-opacity: 1;
  color: rgba(252, 231, 243, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-pink-200 {
  --tw-text-opacity: 1;
  color: rgba(251, 207, 232, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-pink-300 {
  --tw-text-opacity: 1;
  color: rgba(249, 168, 212, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-pink-400 {
  --tw-text-opacity: 1;
  color: rgba(244, 114, 182, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-pink-500 {
  --tw-text-opacity: 1;
  color: rgba(236, 72, 153, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-pink-600 {
  --tw-text-opacity: 1;
  color: rgba(219, 39, 119, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-pink-700 {
  --tw-text-opacity: 1;
  color: rgba(190, 24, 93, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-pink-800 {
  --tw-text-opacity: 1;
  color: rgba(157, 23, 77, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-pink-900 {
  --tw-text-opacity: 1;
  color: rgba(131, 24, 67, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-fuchsia-50 {
  --tw-text-opacity: 1;
  color: rgba(253, 244, 255, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-fuchsia-100 {
  --tw-text-opacity: 1;
  color: rgba(250, 232, 255, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-fuchsia-200 {
  --tw-text-opacity: 1;
  color: rgba(245, 208, 254, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-fuchsia-300 {
  --tw-text-opacity: 1;
  color: rgba(240, 171, 252, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-fuchsia-400 {
  --tw-text-opacity: 1;
  color: rgba(232, 121, 249, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-fuchsia-500 {
  --tw-text-opacity: 1;
  color: rgba(217, 70, 239, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-fuchsia-600 {
  --tw-text-opacity: 1;
  color: rgba(192, 38, 211, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-fuchsia-700 {
  --tw-text-opacity: 1;
  color: rgba(162, 28, 175, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-fuchsia-800 {
  --tw-text-opacity: 1;
  color: rgba(134, 25, 143, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-fuchsia-900 {
  --tw-text-opacity: 1;
  color: rgba(112, 26, 117, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-violet-50 {
  --tw-text-opacity: 1;
  color: rgba(245, 243, 255, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-violet-100 {
  --tw-text-opacity: 1;
  color: rgba(237, 233, 254, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-violet-200 {
  --tw-text-opacity: 1;
  color: rgba(221, 214, 254, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-violet-300 {
  --tw-text-opacity: 1;
  color: rgba(196, 181, 253, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-violet-400 {
  --tw-text-opacity: 1;
  color: rgba(167, 139, 250, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-violet-500 {
  --tw-text-opacity: 1;
  color: rgba(139, 92, 246, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-violet-600 {
  --tw-text-opacity: 1;
  color: rgba(124, 58, 237, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-violet-700 {
  --tw-text-opacity: 1;
  color: rgba(109, 40, 217, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-violet-800 {
  --tw-text-opacity: 1;
  color: rgba(91, 33, 182, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-violet-900 {
  --tw-text-opacity: 1;
  color: rgba(76, 29, 149, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-indigo-50 {
  --tw-text-opacity: 1;
  color: rgba(238, 242, 255, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-indigo-100 {
  --tw-text-opacity: 1;
  color: rgba(224, 231, 255, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-indigo-200 {
  --tw-text-opacity: 1;
  color: rgba(199, 210, 254, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-indigo-300 {
  --tw-text-opacity: 1;
  color: rgba(165, 180, 252, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-indigo-400 {
  --tw-text-opacity: 1;
  color: rgba(129, 140, 248, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-indigo-500 {
  --tw-text-opacity: 1;
  color: rgba(99, 102, 241, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-indigo-600 {
  --tw-text-opacity: 1;
  color: rgba(79, 70, 229, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-indigo-700 {
  --tw-text-opacity: 1;
  color: rgba(67, 56, 202, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-indigo-800 {
  --tw-text-opacity: 1;
  color: rgba(55, 48, 163, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-indigo-900 {
  --tw-text-opacity: 1;
  color: rgba(49, 46, 129, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-lightBlue-50 {
  --tw-text-opacity: 1;
  color: rgba(240, 249, 255, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-lightBlue-100 {
  --tw-text-opacity: 1;
  color: rgba(224, 242, 254, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-lightBlue-200 {
  --tw-text-opacity: 1;
  color: rgba(186, 230, 253, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-lightBlue-300 {
  --tw-text-opacity: 1;
  color: rgba(125, 211, 252, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-lightBlue-400 {
  --tw-text-opacity: 1;
  color: rgba(56, 189, 248, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-lightBlue-500 {
  --tw-text-opacity: 1;
  color: rgba(14, 165, 233, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-lightBlue-600 {
  --tw-text-opacity: 1;
  color: rgba(2, 132, 199, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-lightBlue-700 {
  --tw-text-opacity: 1;
  color: rgba(3, 105, 161, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-lightBlue-800 {
  --tw-text-opacity: 1;
  color: rgba(7, 89, 133, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-lightBlue-900 {
  --tw-text-opacity: 1;
  color: rgba(12, 74, 110, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-cyan-50 {
  --tw-text-opacity: 1;
  color: rgba(236, 254, 255, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-cyan-100 {
  --tw-text-opacity: 1;
  color: rgba(207, 250, 254, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-cyan-200 {
  --tw-text-opacity: 1;
  color: rgba(165, 243, 252, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-cyan-300 {
  --tw-text-opacity: 1;
  color: rgba(103, 232, 249, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-cyan-400 {
  --tw-text-opacity: 1;
  color: rgba(34, 211, 238, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-cyan-500 {
  --tw-text-opacity: 1;
  color: rgba(6, 182, 212, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-cyan-600 {
  --tw-text-opacity: 1;
  color: rgba(8, 145, 178, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-cyan-700 {
  --tw-text-opacity: 1;
  color: rgba(14, 116, 144, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-cyan-800 {
  --tw-text-opacity: 1;
  color: rgba(21, 94, 117, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-cyan-900 {
  --tw-text-opacity: 1;
  color: rgba(22, 78, 99, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-teal-50 {
  --tw-text-opacity: 1;
  color: rgba(240, 253, 250, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-teal-100 {
  --tw-text-opacity: 1;
  color: rgba(204, 251, 241, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-teal-200 {
  --tw-text-opacity: 1;
  color: rgba(153, 246, 228, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-teal-300 {
  --tw-text-opacity: 1;
  color: rgba(94, 234, 212, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-teal-400 {
  --tw-text-opacity: 1;
  color: rgba(45, 212, 191, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-teal-500 {
  --tw-text-opacity: 1;
  color: rgba(20, 184, 166, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-teal-600 {
  --tw-text-opacity: 1;
  color: rgba(13, 148, 136, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-teal-700 {
  --tw-text-opacity: 1;
  color: rgba(15, 118, 110, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-teal-800 {
  --tw-text-opacity: 1;
  color: rgba(17, 94, 89, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-teal-900 {
  --tw-text-opacity: 1;
  color: rgba(19, 78, 74, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-emerald-50 {
  --tw-text-opacity: 1;
  color: rgba(236, 253, 245, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-emerald-100 {
  --tw-text-opacity: 1;
  color: rgba(209, 250, 229, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-emerald-200 {
  --tw-text-opacity: 1;
  color: rgba(167, 243, 208, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-emerald-300 {
  --tw-text-opacity: 1;
  color: rgba(110, 231, 183, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-emerald-400 {
  --tw-text-opacity: 1;
  color: rgba(52, 211, 153, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-emerald-500 {
  --tw-text-opacity: 1;
  color: rgba(16, 185, 129, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-emerald-600 {
  --tw-text-opacity: 1;
  color: rgba(5, 150, 105, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-emerald-700 {
  --tw-text-opacity: 1;
  color: rgba(4, 120, 87, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-emerald-800 {
  --tw-text-opacity: 1;
  color: rgba(6, 95, 70, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-emerald-900 {
  --tw-text-opacity: 1;
  color: rgba(6, 78, 59, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-green-50 {
  --tw-text-opacity: 1;
  color: rgba(240, 253, 244, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-green-100 {
  --tw-text-opacity: 1;
  color: rgba(220, 252, 231, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-green-200 {
  --tw-text-opacity: 1;
  color: rgba(187, 247, 208, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-green-300 {
  --tw-text-opacity: 1;
  color: rgba(134, 239, 172, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-green-400 {
  --tw-text-opacity: 1;
  color: rgba(74, 222, 128, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-green-500 {
  --tw-text-opacity: 1;
  color: rgba(34, 197, 94, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-green-600 {
  --tw-text-opacity: 1;
  color: rgba(22, 163, 74, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-green-700 {
  --tw-text-opacity: 1;
  color: rgba(21, 128, 61, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-green-800 {
  --tw-text-opacity: 1;
  color: rgba(22, 101, 52, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-green-900 {
  --tw-text-opacity: 1;
  color: rgba(20, 83, 45, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-lime-50 {
  --tw-text-opacity: 1;
  color: rgba(247, 254, 231, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-lime-100 {
  --tw-text-opacity: 1;
  color: rgba(236, 252, 203, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-lime-200 {
  --tw-text-opacity: 1;
  color: rgba(217, 249, 157, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-lime-300 {
  --tw-text-opacity: 1;
  color: rgba(190, 242, 100, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-lime-400 {
  --tw-text-opacity: 1;
  color: rgba(163, 230, 53, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-lime-500 {
  --tw-text-opacity: 1;
  color: rgba(132, 204, 22, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-lime-600 {
  --tw-text-opacity: 1;
  color: rgba(101, 163, 13, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-lime-700 {
  --tw-text-opacity: 1;
  color: rgba(77, 124, 15, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-lime-800 {
  --tw-text-opacity: 1;
  color: rgba(63, 98, 18, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-lime-900 {
  --tw-text-opacity: 1;
  color: rgba(54, 83, 20, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-yellow-50 {
  --tw-text-opacity: 1;
  color: rgba(254, 252, 232, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-yellow-100 {
  --tw-text-opacity: 1;
  color: rgba(254, 249, 195, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-yellow-200 {
  --tw-text-opacity: 1;
  color: rgba(254, 240, 138, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-yellow-300 {
  --tw-text-opacity: 1;
  color: rgba(253, 224, 71, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-yellow-400 {
  --tw-text-opacity: 1;
  color: rgba(250, 204, 21, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-yellow-500 {
  --tw-text-opacity: 1;
  color: rgba(234, 179, 8, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-yellow-600 {
  --tw-text-opacity: 1;
  color: rgba(202, 138, 4, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-yellow-700 {
  --tw-text-opacity: 1;
  color: rgba(161, 98, 7, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-yellow-800 {
  --tw-text-opacity: 1;
  color: rgba(133, 77, 14, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-yellow-900 {
  --tw-text-opacity: 1;
  color: rgba(113, 63, 18, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-amber-50 {
  --tw-text-opacity: 1;
  color: rgba(255, 251, 235, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-amber-100 {
  --tw-text-opacity: 1;
  color: rgba(254, 243, 199, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-amber-200 {
  --tw-text-opacity: 1;
  color: rgba(253, 230, 138, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-amber-300 {
  --tw-text-opacity: 1;
  color: rgba(252, 211, 77, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-amber-400 {
  --tw-text-opacity: 1;
  color: rgba(251, 191, 36, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-amber-500 {
  --tw-text-opacity: 1;
  color: rgba(245, 158, 11, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-amber-600 {
  --tw-text-opacity: 1;
  color: rgba(217, 119, 6, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-amber-700 {
  --tw-text-opacity: 1;
  color: rgba(180, 83, 9, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-amber-800 {
  --tw-text-opacity: 1;
  color: rgba(146, 64, 14, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-amber-900 {
  --tw-text-opacity: 1;
  color: rgba(120, 53, 15, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-orange-50 {
  --tw-text-opacity: 1;
  color: rgba(255, 247, 237, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-orange-100 {
  --tw-text-opacity: 1;
  color: rgba(255, 237, 213, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-orange-200 {
  --tw-text-opacity: 1;
  color: rgba(254, 215, 170, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-orange-300 {
  --tw-text-opacity: 1;
  color: rgba(253, 186, 116, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-orange-400 {
  --tw-text-opacity: 1;
  color: rgba(251, 146, 60, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-orange-500 {
  --tw-text-opacity: 1;
  color: rgba(249, 115, 22, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-orange-600 {
  --tw-text-opacity: 1;
  color: rgba(234, 88, 12, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-orange-700 {
  --tw-text-opacity: 1;
  color: rgba(194, 65, 12, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-orange-800 {
  --tw-text-opacity: 1;
  color: rgba(154, 52, 18, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-orange-900 {
  --tw-text-opacity: 1;
  color: rgba(124, 45, 18, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-red-50 {
  --tw-text-opacity: 1;
  color: rgba(254, 242, 242, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-red-100 {
  --tw-text-opacity: 1;
  color: rgba(254, 226, 226, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-red-200 {
  --tw-text-opacity: 1;
  color: rgba(254, 202, 202, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-red-300 {
  --tw-text-opacity: 1;
  color: rgba(252, 165, 165, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-red-400 {
  --tw-text-opacity: 1;
  color: rgba(248, 113, 113, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-red-500 {
  --tw-text-opacity: 1;
  color: rgba(239, 68, 68, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-red-600 {
  --tw-text-opacity: 1;
  color: rgba(220, 38, 38, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-red-700 {
  --tw-text-opacity: 1;
  color: rgba(185, 28, 28, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-red-800 {
  --tw-text-opacity: 1;
  color: rgba(153, 27, 27, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-red-900 {
  --tw-text-opacity: 1;
  color: rgba(127, 29, 29, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-warmGray-50 {
  --tw-text-opacity: 1;
  color: rgba(250, 250, 249, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-warmGray-100 {
  --tw-text-opacity: 1;
  color: rgba(245, 245, 244, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-warmGray-200 {
  --tw-text-opacity: 1;
  color: rgba(231, 229, 228, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-warmGray-300 {
  --tw-text-opacity: 1;
  color: rgba(214, 211, 209, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-warmGray-400 {
  --tw-text-opacity: 1;
  color: rgba(168, 162, 158, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-warmGray-500 {
  --tw-text-opacity: 1;
  color: rgba(120, 113, 108, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-warmGray-600 {
  --tw-text-opacity: 1;
  color: rgba(87, 83, 78, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-warmGray-700 {
  --tw-text-opacity: 1;
  color: rgba(68, 64, 60, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-warmGray-800 {
  --tw-text-opacity: 1;
  color: rgba(41, 37, 36, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-warmGray-900 {
  --tw-text-opacity: 1;
  color: rgba(28, 25, 23, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-trueGray-50 {
  --tw-text-opacity: 1;
  color: rgba(250, 250, 250, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-trueGray-100 {
  --tw-text-opacity: 1;
  color: rgba(245, 245, 245, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-trueGray-200 {
  --tw-text-opacity: 1;
  color: rgba(229, 229, 229, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-trueGray-300 {
  --tw-text-opacity: 1;
  color: rgba(212, 212, 212, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-trueGray-400 {
  --tw-text-opacity: 1;
  color: rgba(163, 163, 163, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-trueGray-500 {
  --tw-text-opacity: 1;
  color: rgba(115, 115, 115, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-trueGray-600 {
  --tw-text-opacity: 1;
  color: rgba(82, 82, 82, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-trueGray-700 {
  --tw-text-opacity: 1;
  color: rgba(64, 64, 64, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-trueGray-800 {
  --tw-text-opacity: 1;
  color: rgba(38, 38, 38, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-trueGray-900 {
  --tw-text-opacity: 1;
  color: rgba(23, 23, 23, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-gray-50 {
  --tw-text-opacity: 1;
  color: rgba(250, 250, 250, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-gray-100 {
  --tw-text-opacity: 1;
  color: rgba(244, 244, 245, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-gray-200 {
  --tw-text-opacity: 1;
  color: rgba(228, 228, 231, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-gray-300 {
  --tw-text-opacity: 1;
  color: rgba(212, 212, 216, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-gray-400 {
  --tw-text-opacity: 1;
  color: rgba(161, 161, 170, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-gray-500 {
  --tw-text-opacity: 1;
  color: rgba(113, 113, 122, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-gray-600 {
  --tw-text-opacity: 1;
  color: rgba(82, 82, 91, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-gray-700 {
  --tw-text-opacity: 1;
  color: rgba(63, 63, 70, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-gray-800 {
  --tw-text-opacity: 1;
  color: rgba(39, 39, 42, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-gray-900 {
  --tw-text-opacity: 1;
  color: rgba(24, 24, 27, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-coolGray-50 {
  --tw-text-opacity: 1;
  color: rgba(249, 250, 251, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-coolGray-100 {
  --tw-text-opacity: 1;
  color: rgba(243, 244, 246, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-coolGray-200 {
  --tw-text-opacity: 1;
  color: rgba(229, 231, 235, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-coolGray-300 {
  --tw-text-opacity: 1;
  color: rgba(209, 213, 219, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-coolGray-400 {
  --tw-text-opacity: 1;
  color: rgba(156, 163, 175, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-coolGray-500 {
  --tw-text-opacity: 1;
  color: rgba(107, 114, 128, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-coolGray-600 {
  --tw-text-opacity: 1;
  color: rgba(75, 85, 99, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-coolGray-700 {
  --tw-text-opacity: 1;
  color: rgba(55, 65, 81, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-coolGray-800 {
  --tw-text-opacity: 1;
  color: rgba(31, 41, 55, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-coolGray-900 {
  --tw-text-opacity: 1;
  color: rgba(17, 24, 39, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-blueGray-50 {
  --tw-text-opacity: 1;
  color: rgba(248, 250, 252, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-blueGray-100 {
  --tw-text-opacity: 1;
  color: rgba(241, 245, 249, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-blueGray-200 {
  --tw-text-opacity: 1;
  color: rgba(226, 232, 240, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-blueGray-300 {
  --tw-text-opacity: 1;
  color: rgba(203, 213, 225, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-blueGray-400 {
  --tw-text-opacity: 1;
  color: rgba(148, 163, 184, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-blueGray-500 {
  --tw-text-opacity: 1;
  color: rgba(100, 116, 139, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-blueGray-600 {
  --tw-text-opacity: 1;
  color: rgba(71, 85, 105, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-blueGray-700 {
  --tw-text-opacity: 1;
  color: rgba(51, 65, 85, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-blueGray-800 {
  --tw-text-opacity: 1;
  color: rgba(30, 41, 59, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-blueGray-900 {
  --tw-text-opacity: 1;
  color: rgba(15, 23, 42, var(--tw-text-opacity));
}

.active\:text-current:active {
  color: currentColor;
}

.active\:text-transparent:active {
  color: transparent;
}

.active\:text-falcon:active {
  color: var(--falcon);
}

.active\:text-basement:active {
  color: var(--basement);
}

.active\:text-blue-50:active {
  --tw-text-opacity: 1;
  color: rgba(239, 246, 255, var(--tw-text-opacity));
}

.active\:text-blue-100:active {
  --tw-text-opacity: 1;
  color: rgba(219, 234, 254, var(--tw-text-opacity));
}

.active\:text-blue-200:active {
  --tw-text-opacity: 1;
  color: rgba(191, 219, 254, var(--tw-text-opacity));
}

.active\:text-blue-300:active {
  --tw-text-opacity: 1;
  color: rgba(147, 197, 253, var(--tw-text-opacity));
}

.active\:text-blue-400:active {
  --tw-text-opacity: 1;
  color: rgba(96, 165, 250, var(--tw-text-opacity));
}

.active\:text-blue-500:active {
  --tw-text-opacity: 1;
  color: rgba(59, 130, 246, var(--tw-text-opacity));
}

.active\:text-blue-600:active {
  --tw-text-opacity: 1;
  color: rgba(37, 99, 235, var(--tw-text-opacity));
}

.active\:text-blue-700:active {
  --tw-text-opacity: 1;
  color: rgba(29, 78, 216, var(--tw-text-opacity));
}

.active\:text-blue-800:active {
  --tw-text-opacity: 1;
  color: rgba(30, 64, 175, var(--tw-text-opacity));
}

.active\:text-blue-900:active {
  --tw-text-opacity: 1;
  color: rgba(30, 58, 138, var(--tw-text-opacity));
}

.active\:text-body-and-labels:active {
  color: var(--body-and-labels);
}

.active\:text-brand:active {
  color: var(--brand);
}

.active\:text-code-base-64:active {
  color: var(--code-base-64);
}

.active\:text-code-bg:active {
  color: var(--code-bg);
}

.active\:text-code-outline:active {
  color: var(--code-outline);
}

.active\:text-code-text:active {
  color: var(--code-text);
}

.active\:text-critical:active {
  color: var(--critical);
}

.active\:text-destructive-hover:active {
  color: var(--destructive-hover);
}

.active\:text-destructive-idle:active {
  color: var(--destructive-idle);
}

.active\:text-destructive-pressed:active {
  color: var(--destructive-pressed);
}

.active\:text-disabled:active {
  color: var(--disabled);
}

.active\:text-disc-operations:active {
  color: var(--disc-operations);
}

.active\:text-dns-requests:active {
  color: var(--dns-requests);
}

.active\:text-focus:active {
  color: var(--focus);
}

.active\:text-graph-1:active {
  color: var(--graph-1);
}

.active\:text-graph-10:active {
  color: var(--graph-10);
}

.active\:text-graph-11:active {
  color: var(--graph-11);
}

.active\:text-graph-2:active {
  color: var(--graph-2);
}

.active\:text-graph-3:active {
  color: var(--graph-3);
}

.active\:text-graph-4:active {
  color: var(--graph-4);
}

.active\:text-graph-5:active {
  color: var(--graph-5);
}

.active\:text-graph-6:active {
  color: var(--graph-6);
}

.active\:text-graph-7:active {
  color: var(--graph-7);
}

.active\:text-graph-8:active {
  color: var(--graph-8);
}

.active\:text-graph-9:active {
  color: var(--graph-9);
}

.active\:text-graph-disabled:active {
  color: var(--graph-disabled);
}

.active\:text-ground-floor:active {
  color: var(--ground-floor);
}

.active\:text-high:active {
  color: var(--high);
}

.active\:text-informational:active {
  color: var(--informational);
}

.active\:text-lines-dark:active {
  color: var(--lines-dark);
}

.active\:text-lines-light:active {
  color: var(--lines-light);
}

.active\:text-low:active {
  color: var(--low);
}

.active\:text-medium:active {
  color: var(--medium);
}

.active\:text-mezzanine:active {
  color: var(--mezzanine);
}

.active\:text-nav-text-and-icons:active {
  color: var(--nav-text-and-icons);
}

.active\:text-nav-text-secondary:active {
  color: var(--nav-text-secondary);
}

.active\:text-network-operations:active {
  color: var(--network-operations);
}

.active\:text-normal-hover:active {
  color: var(--normal-hover);
}

.active\:text-normal-idle:active {
  color: var(--normal-idle);
}

.active\:text-normal-pressed:active {
  color: var(--normal-pressed);
}

.active\:text-overlay-0\.5:active {
  color: var(--overlay-0\.5);
}

.active\:text-overlay-1:active {
  color: var(--overlay-1);
}

.active\:text-overlay-2:active {
  color: var(--overlay-2);
}

.active\:text-positive:active {
  color: var(--positive);
}

.active\:text-primary-hover:active {
  color: var(--primary-hover);
}

.active\:text-primary-idle:active {
  color: var(--primary-idle);
}

.active\:text-primary-pressed:active {
  color: var(--primary-pressed);
}

.active\:text-process-operations:active {
  color: var(--process-operations);
}

.active\:text-purple-50:active {
  --tw-text-opacity: 1;
  color: rgba(250, 245, 255, var(--tw-text-opacity));
}

.active\:text-purple-100:active {
  --tw-text-opacity: 1;
  color: rgba(243, 232, 255, var(--tw-text-opacity));
}

.active\:text-purple-200:active {
  --tw-text-opacity: 1;
  color: rgba(233, 213, 255, var(--tw-text-opacity));
}

.active\:text-purple-300:active {
  --tw-text-opacity: 1;
  color: rgba(216, 180, 254, var(--tw-text-opacity));
}

.active\:text-purple-400:active {
  --tw-text-opacity: 1;
  color: rgba(192, 132, 252, var(--tw-text-opacity));
}

.active\:text-purple-500:active {
  --tw-text-opacity: 1;
  color: rgba(168, 85, 247, var(--tw-text-opacity));
}

.active\:text-purple-600:active {
  --tw-text-opacity: 1;
  color: rgba(147, 51, 234, var(--tw-text-opacity));
}

.active\:text-purple-700:active {
  --tw-text-opacity: 1;
  color: rgba(126, 34, 206, var(--tw-text-opacity));
}

.active\:text-purple-800:active {
  --tw-text-opacity: 1;
  color: rgba(107, 33, 168, var(--tw-text-opacity));
}

.active\:text-purple-900:active {
  --tw-text-opacity: 1;
  color: rgba(88, 28, 135, var(--tw-text-opacity));
}

.active\:text-registry-operations:active {
  color: var(--registry-operations);
}

.active\:text-selected:active {
  color: var(--selected);
}

.active\:text-surface-2xl:active {
  color: var(--surface-2xl);
}

.active\:text-surface-base:active {
  color: var(--surface-base);
}

.active\:text-surface-inner:active {
  color: var(--surface-inner);
}

.active\:text-surface-lg:active {
  color: var(--surface-lg);
}

.active\:text-surface-md:active {
  color: var(--surface-md);
}

.active\:text-surface-xl:active {
  color: var(--surface-xl);
}

.active\:text-text-and-icons:active {
  color: var(--text-and-icons);
}

.active\:text-titles-and-attributes:active {
  color: var(--titles-and-attributes);
}

.active\:text-black:active {
  --tw-text-opacity: 1;
  color: rgba(0, 0, 0, var(--tw-text-opacity));
}

.active\:text-white:active {
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
}

.active\:text-rose-50:active {
  --tw-text-opacity: 1;
  color: rgba(255, 241, 242, var(--tw-text-opacity));
}

.active\:text-rose-100:active {
  --tw-text-opacity: 1;
  color: rgba(255, 228, 230, var(--tw-text-opacity));
}

.active\:text-rose-200:active {
  --tw-text-opacity: 1;
  color: rgba(254, 205, 211, var(--tw-text-opacity));
}

.active\:text-rose-300:active {
  --tw-text-opacity: 1;
  color: rgba(253, 164, 175, var(--tw-text-opacity));
}

.active\:text-rose-400:active {
  --tw-text-opacity: 1;
  color: rgba(251, 113, 133, var(--tw-text-opacity));
}

.active\:text-rose-500:active {
  --tw-text-opacity: 1;
  color: rgba(244, 63, 94, var(--tw-text-opacity));
}

.active\:text-rose-600:active {
  --tw-text-opacity: 1;
  color: rgba(225, 29, 72, var(--tw-text-opacity));
}

.active\:text-rose-700:active {
  --tw-text-opacity: 1;
  color: rgba(190, 18, 60, var(--tw-text-opacity));
}

.active\:text-rose-800:active {
  --tw-text-opacity: 1;
  color: rgba(159, 18, 57, var(--tw-text-opacity));
}

.active\:text-rose-900:active {
  --tw-text-opacity: 1;
  color: rgba(136, 19, 55, var(--tw-text-opacity));
}

.active\:text-pink-50:active {
  --tw-text-opacity: 1;
  color: rgba(253, 242, 248, var(--tw-text-opacity));
}

.active\:text-pink-100:active {
  --tw-text-opacity: 1;
  color: rgba(252, 231, 243, var(--tw-text-opacity));
}

.active\:text-pink-200:active {
  --tw-text-opacity: 1;
  color: rgba(251, 207, 232, var(--tw-text-opacity));
}

.active\:text-pink-300:active {
  --tw-text-opacity: 1;
  color: rgba(249, 168, 212, var(--tw-text-opacity));
}

.active\:text-pink-400:active {
  --tw-text-opacity: 1;
  color: rgba(244, 114, 182, var(--tw-text-opacity));
}

.active\:text-pink-500:active {
  --tw-text-opacity: 1;
  color: rgba(236, 72, 153, var(--tw-text-opacity));
}

.active\:text-pink-600:active {
  --tw-text-opacity: 1;
  color: rgba(219, 39, 119, var(--tw-text-opacity));
}

.active\:text-pink-700:active {
  --tw-text-opacity: 1;
  color: rgba(190, 24, 93, var(--tw-text-opacity));
}

.active\:text-pink-800:active {
  --tw-text-opacity: 1;
  color: rgba(157, 23, 77, var(--tw-text-opacity));
}

.active\:text-pink-900:active {
  --tw-text-opacity: 1;
  color: rgba(131, 24, 67, var(--tw-text-opacity));
}

.active\:text-fuchsia-50:active {
  --tw-text-opacity: 1;
  color: rgba(253, 244, 255, var(--tw-text-opacity));
}

.active\:text-fuchsia-100:active {
  --tw-text-opacity: 1;
  color: rgba(250, 232, 255, var(--tw-text-opacity));
}

.active\:text-fuchsia-200:active {
  --tw-text-opacity: 1;
  color: rgba(245, 208, 254, var(--tw-text-opacity));
}

.active\:text-fuchsia-300:active {
  --tw-text-opacity: 1;
  color: rgba(240, 171, 252, var(--tw-text-opacity));
}

.active\:text-fuchsia-400:active {
  --tw-text-opacity: 1;
  color: rgba(232, 121, 249, var(--tw-text-opacity));
}

.active\:text-fuchsia-500:active {
  --tw-text-opacity: 1;
  color: rgba(217, 70, 239, var(--tw-text-opacity));
}

.active\:text-fuchsia-600:active {
  --tw-text-opacity: 1;
  color: rgba(192, 38, 211, var(--tw-text-opacity));
}

.active\:text-fuchsia-700:active {
  --tw-text-opacity: 1;
  color: rgba(162, 28, 175, var(--tw-text-opacity));
}

.active\:text-fuchsia-800:active {
  --tw-text-opacity: 1;
  color: rgba(134, 25, 143, var(--tw-text-opacity));
}

.active\:text-fuchsia-900:active {
  --tw-text-opacity: 1;
  color: rgba(112, 26, 117, var(--tw-text-opacity));
}

.active\:text-violet-50:active {
  --tw-text-opacity: 1;
  color: rgba(245, 243, 255, var(--tw-text-opacity));
}

.active\:text-violet-100:active {
  --tw-text-opacity: 1;
  color: rgba(237, 233, 254, var(--tw-text-opacity));
}

.active\:text-violet-200:active {
  --tw-text-opacity: 1;
  color: rgba(221, 214, 254, var(--tw-text-opacity));
}

.active\:text-violet-300:active {
  --tw-text-opacity: 1;
  color: rgba(196, 181, 253, var(--tw-text-opacity));
}

.active\:text-violet-400:active {
  --tw-text-opacity: 1;
  color: rgba(167, 139, 250, var(--tw-text-opacity));
}

.active\:text-violet-500:active {
  --tw-text-opacity: 1;
  color: rgba(139, 92, 246, var(--tw-text-opacity));
}

.active\:text-violet-600:active {
  --tw-text-opacity: 1;
  color: rgba(124, 58, 237, var(--tw-text-opacity));
}

.active\:text-violet-700:active {
  --tw-text-opacity: 1;
  color: rgba(109, 40, 217, var(--tw-text-opacity));
}

.active\:text-violet-800:active {
  --tw-text-opacity: 1;
  color: rgba(91, 33, 182, var(--tw-text-opacity));
}

.active\:text-violet-900:active {
  --tw-text-opacity: 1;
  color: rgba(76, 29, 149, var(--tw-text-opacity));
}

.active\:text-indigo-50:active {
  --tw-text-opacity: 1;
  color: rgba(238, 242, 255, var(--tw-text-opacity));
}

.active\:text-indigo-100:active {
  --tw-text-opacity: 1;
  color: rgba(224, 231, 255, var(--tw-text-opacity));
}

.active\:text-indigo-200:active {
  --tw-text-opacity: 1;
  color: rgba(199, 210, 254, var(--tw-text-opacity));
}

.active\:text-indigo-300:active {
  --tw-text-opacity: 1;
  color: rgba(165, 180, 252, var(--tw-text-opacity));
}

.active\:text-indigo-400:active {
  --tw-text-opacity: 1;
  color: rgba(129, 140, 248, var(--tw-text-opacity));
}

.active\:text-indigo-500:active {
  --tw-text-opacity: 1;
  color: rgba(99, 102, 241, var(--tw-text-opacity));
}

.active\:text-indigo-600:active {
  --tw-text-opacity: 1;
  color: rgba(79, 70, 229, var(--tw-text-opacity));
}

.active\:text-indigo-700:active {
  --tw-text-opacity: 1;
  color: rgba(67, 56, 202, var(--tw-text-opacity));
}

.active\:text-indigo-800:active {
  --tw-text-opacity: 1;
  color: rgba(55, 48, 163, var(--tw-text-opacity));
}

.active\:text-indigo-900:active {
  --tw-text-opacity: 1;
  color: rgba(49, 46, 129, var(--tw-text-opacity));
}

.active\:text-lightBlue-50:active {
  --tw-text-opacity: 1;
  color: rgba(240, 249, 255, var(--tw-text-opacity));
}

.active\:text-lightBlue-100:active {
  --tw-text-opacity: 1;
  color: rgba(224, 242, 254, var(--tw-text-opacity));
}

.active\:text-lightBlue-200:active {
  --tw-text-opacity: 1;
  color: rgba(186, 230, 253, var(--tw-text-opacity));
}

.active\:text-lightBlue-300:active {
  --tw-text-opacity: 1;
  color: rgba(125, 211, 252, var(--tw-text-opacity));
}

.active\:text-lightBlue-400:active {
  --tw-text-opacity: 1;
  color: rgba(56, 189, 248, var(--tw-text-opacity));
}

.active\:text-lightBlue-500:active {
  --tw-text-opacity: 1;
  color: rgba(14, 165, 233, var(--tw-text-opacity));
}

.active\:text-lightBlue-600:active {
  --tw-text-opacity: 1;
  color: rgba(2, 132, 199, var(--tw-text-opacity));
}

.active\:text-lightBlue-700:active {
  --tw-text-opacity: 1;
  color: rgba(3, 105, 161, var(--tw-text-opacity));
}

.active\:text-lightBlue-800:active {
  --tw-text-opacity: 1;
  color: rgba(7, 89, 133, var(--tw-text-opacity));
}

.active\:text-lightBlue-900:active {
  --tw-text-opacity: 1;
  color: rgba(12, 74, 110, var(--tw-text-opacity));
}

.active\:text-cyan-50:active {
  --tw-text-opacity: 1;
  color: rgba(236, 254, 255, var(--tw-text-opacity));
}

.active\:text-cyan-100:active {
  --tw-text-opacity: 1;
  color: rgba(207, 250, 254, var(--tw-text-opacity));
}

.active\:text-cyan-200:active {
  --tw-text-opacity: 1;
  color: rgba(165, 243, 252, var(--tw-text-opacity));
}

.active\:text-cyan-300:active {
  --tw-text-opacity: 1;
  color: rgba(103, 232, 249, var(--tw-text-opacity));
}

.active\:text-cyan-400:active {
  --tw-text-opacity: 1;
  color: rgba(34, 211, 238, var(--tw-text-opacity));
}

.active\:text-cyan-500:active {
  --tw-text-opacity: 1;
  color: rgba(6, 182, 212, var(--tw-text-opacity));
}

.active\:text-cyan-600:active {
  --tw-text-opacity: 1;
  color: rgba(8, 145, 178, var(--tw-text-opacity));
}

.active\:text-cyan-700:active {
  --tw-text-opacity: 1;
  color: rgba(14, 116, 144, var(--tw-text-opacity));
}

.active\:text-cyan-800:active {
  --tw-text-opacity: 1;
  color: rgba(21, 94, 117, var(--tw-text-opacity));
}

.active\:text-cyan-900:active {
  --tw-text-opacity: 1;
  color: rgba(22, 78, 99, var(--tw-text-opacity));
}

.active\:text-teal-50:active {
  --tw-text-opacity: 1;
  color: rgba(240, 253, 250, var(--tw-text-opacity));
}

.active\:text-teal-100:active {
  --tw-text-opacity: 1;
  color: rgba(204, 251, 241, var(--tw-text-opacity));
}

.active\:text-teal-200:active {
  --tw-text-opacity: 1;
  color: rgba(153, 246, 228, var(--tw-text-opacity));
}

.active\:text-teal-300:active {
  --tw-text-opacity: 1;
  color: rgba(94, 234, 212, var(--tw-text-opacity));
}

.active\:text-teal-400:active {
  --tw-text-opacity: 1;
  color: rgba(45, 212, 191, var(--tw-text-opacity));
}

.active\:text-teal-500:active {
  --tw-text-opacity: 1;
  color: rgba(20, 184, 166, var(--tw-text-opacity));
}

.active\:text-teal-600:active {
  --tw-text-opacity: 1;
  color: rgba(13, 148, 136, var(--tw-text-opacity));
}

.active\:text-teal-700:active {
  --tw-text-opacity: 1;
  color: rgba(15, 118, 110, var(--tw-text-opacity));
}

.active\:text-teal-800:active {
  --tw-text-opacity: 1;
  color: rgba(17, 94, 89, var(--tw-text-opacity));
}

.active\:text-teal-900:active {
  --tw-text-opacity: 1;
  color: rgba(19, 78, 74, var(--tw-text-opacity));
}

.active\:text-emerald-50:active {
  --tw-text-opacity: 1;
  color: rgba(236, 253, 245, var(--tw-text-opacity));
}

.active\:text-emerald-100:active {
  --tw-text-opacity: 1;
  color: rgba(209, 250, 229, var(--tw-text-opacity));
}

.active\:text-emerald-200:active {
  --tw-text-opacity: 1;
  color: rgba(167, 243, 208, var(--tw-text-opacity));
}

.active\:text-emerald-300:active {
  --tw-text-opacity: 1;
  color: rgba(110, 231, 183, var(--tw-text-opacity));
}

.active\:text-emerald-400:active {
  --tw-text-opacity: 1;
  color: rgba(52, 211, 153, var(--tw-text-opacity));
}

.active\:text-emerald-500:active {
  --tw-text-opacity: 1;
  color: rgba(16, 185, 129, var(--tw-text-opacity));
}

.active\:text-emerald-600:active {
  --tw-text-opacity: 1;
  color: rgba(5, 150, 105, var(--tw-text-opacity));
}

.active\:text-emerald-700:active {
  --tw-text-opacity: 1;
  color: rgba(4, 120, 87, var(--tw-text-opacity));
}

.active\:text-emerald-800:active {
  --tw-text-opacity: 1;
  color: rgba(6, 95, 70, var(--tw-text-opacity));
}

.active\:text-emerald-900:active {
  --tw-text-opacity: 1;
  color: rgba(6, 78, 59, var(--tw-text-opacity));
}

.active\:text-green-50:active {
  --tw-text-opacity: 1;
  color: rgba(240, 253, 244, var(--tw-text-opacity));
}

.active\:text-green-100:active {
  --tw-text-opacity: 1;
  color: rgba(220, 252, 231, var(--tw-text-opacity));
}

.active\:text-green-200:active {
  --tw-text-opacity: 1;
  color: rgba(187, 247, 208, var(--tw-text-opacity));
}

.active\:text-green-300:active {
  --tw-text-opacity: 1;
  color: rgba(134, 239, 172, var(--tw-text-opacity));
}

.active\:text-green-400:active {
  --tw-text-opacity: 1;
  color: rgba(74, 222, 128, var(--tw-text-opacity));
}

.active\:text-green-500:active {
  --tw-text-opacity: 1;
  color: rgba(34, 197, 94, var(--tw-text-opacity));
}

.active\:text-green-600:active {
  --tw-text-opacity: 1;
  color: rgba(22, 163, 74, var(--tw-text-opacity));
}

.active\:text-green-700:active {
  --tw-text-opacity: 1;
  color: rgba(21, 128, 61, var(--tw-text-opacity));
}

.active\:text-green-800:active {
  --tw-text-opacity: 1;
  color: rgba(22, 101, 52, var(--tw-text-opacity));
}

.active\:text-green-900:active {
  --tw-text-opacity: 1;
  color: rgba(20, 83, 45, var(--tw-text-opacity));
}

.active\:text-lime-50:active {
  --tw-text-opacity: 1;
  color: rgba(247, 254, 231, var(--tw-text-opacity));
}

.active\:text-lime-100:active {
  --tw-text-opacity: 1;
  color: rgba(236, 252, 203, var(--tw-text-opacity));
}

.active\:text-lime-200:active {
  --tw-text-opacity: 1;
  color: rgba(217, 249, 157, var(--tw-text-opacity));
}

.active\:text-lime-300:active {
  --tw-text-opacity: 1;
  color: rgba(190, 242, 100, var(--tw-text-opacity));
}

.active\:text-lime-400:active {
  --tw-text-opacity: 1;
  color: rgba(163, 230, 53, var(--tw-text-opacity));
}

.active\:text-lime-500:active {
  --tw-text-opacity: 1;
  color: rgba(132, 204, 22, var(--tw-text-opacity));
}

.active\:text-lime-600:active {
  --tw-text-opacity: 1;
  color: rgba(101, 163, 13, var(--tw-text-opacity));
}

.active\:text-lime-700:active {
  --tw-text-opacity: 1;
  color: rgba(77, 124, 15, var(--tw-text-opacity));
}

.active\:text-lime-800:active {
  --tw-text-opacity: 1;
  color: rgba(63, 98, 18, var(--tw-text-opacity));
}

.active\:text-lime-900:active {
  --tw-text-opacity: 1;
  color: rgba(54, 83, 20, var(--tw-text-opacity));
}

.active\:text-yellow-50:active {
  --tw-text-opacity: 1;
  color: rgba(254, 252, 232, var(--tw-text-opacity));
}

.active\:text-yellow-100:active {
  --tw-text-opacity: 1;
  color: rgba(254, 249, 195, var(--tw-text-opacity));
}

.active\:text-yellow-200:active {
  --tw-text-opacity: 1;
  color: rgba(254, 240, 138, var(--tw-text-opacity));
}

.active\:text-yellow-300:active {
  --tw-text-opacity: 1;
  color: rgba(253, 224, 71, var(--tw-text-opacity));
}

.active\:text-yellow-400:active {
  --tw-text-opacity: 1;
  color: rgba(250, 204, 21, var(--tw-text-opacity));
}

.active\:text-yellow-500:active {
  --tw-text-opacity: 1;
  color: rgba(234, 179, 8, var(--tw-text-opacity));
}

.active\:text-yellow-600:active {
  --tw-text-opacity: 1;
  color: rgba(202, 138, 4, var(--tw-text-opacity));
}

.active\:text-yellow-700:active {
  --tw-text-opacity: 1;
  color: rgba(161, 98, 7, var(--tw-text-opacity));
}

.active\:text-yellow-800:active {
  --tw-text-opacity: 1;
  color: rgba(133, 77, 14, var(--tw-text-opacity));
}

.active\:text-yellow-900:active {
  --tw-text-opacity: 1;
  color: rgba(113, 63, 18, var(--tw-text-opacity));
}

.active\:text-amber-50:active {
  --tw-text-opacity: 1;
  color: rgba(255, 251, 235, var(--tw-text-opacity));
}

.active\:text-amber-100:active {
  --tw-text-opacity: 1;
  color: rgba(254, 243, 199, var(--tw-text-opacity));
}

.active\:text-amber-200:active {
  --tw-text-opacity: 1;
  color: rgba(253, 230, 138, var(--tw-text-opacity));
}

.active\:text-amber-300:active {
  --tw-text-opacity: 1;
  color: rgba(252, 211, 77, var(--tw-text-opacity));
}

.active\:text-amber-400:active {
  --tw-text-opacity: 1;
  color: rgba(251, 191, 36, var(--tw-text-opacity));
}

.active\:text-amber-500:active {
  --tw-text-opacity: 1;
  color: rgba(245, 158, 11, var(--tw-text-opacity));
}

.active\:text-amber-600:active {
  --tw-text-opacity: 1;
  color: rgba(217, 119, 6, var(--tw-text-opacity));
}

.active\:text-amber-700:active {
  --tw-text-opacity: 1;
  color: rgba(180, 83, 9, var(--tw-text-opacity));
}

.active\:text-amber-800:active {
  --tw-text-opacity: 1;
  color: rgba(146, 64, 14, var(--tw-text-opacity));
}

.active\:text-amber-900:active {
  --tw-text-opacity: 1;
  color: rgba(120, 53, 15, var(--tw-text-opacity));
}

.active\:text-orange-50:active {
  --tw-text-opacity: 1;
  color: rgba(255, 247, 237, var(--tw-text-opacity));
}

.active\:text-orange-100:active {
  --tw-text-opacity: 1;
  color: rgba(255, 237, 213, var(--tw-text-opacity));
}

.active\:text-orange-200:active {
  --tw-text-opacity: 1;
  color: rgba(254, 215, 170, var(--tw-text-opacity));
}

.active\:text-orange-300:active {
  --tw-text-opacity: 1;
  color: rgba(253, 186, 116, var(--tw-text-opacity));
}

.active\:text-orange-400:active {
  --tw-text-opacity: 1;
  color: rgba(251, 146, 60, var(--tw-text-opacity));
}

.active\:text-orange-500:active {
  --tw-text-opacity: 1;
  color: rgba(249, 115, 22, var(--tw-text-opacity));
}

.active\:text-orange-600:active {
  --tw-text-opacity: 1;
  color: rgba(234, 88, 12, var(--tw-text-opacity));
}

.active\:text-orange-700:active {
  --tw-text-opacity: 1;
  color: rgba(194, 65, 12, var(--tw-text-opacity));
}

.active\:text-orange-800:active {
  --tw-text-opacity: 1;
  color: rgba(154, 52, 18, var(--tw-text-opacity));
}

.active\:text-orange-900:active {
  --tw-text-opacity: 1;
  color: rgba(124, 45, 18, var(--tw-text-opacity));
}

.active\:text-red-50:active {
  --tw-text-opacity: 1;
  color: rgba(254, 242, 242, var(--tw-text-opacity));
}

.active\:text-red-100:active {
  --tw-text-opacity: 1;
  color: rgba(254, 226, 226, var(--tw-text-opacity));
}

.active\:text-red-200:active {
  --tw-text-opacity: 1;
  color: rgba(254, 202, 202, var(--tw-text-opacity));
}

.active\:text-red-300:active {
  --tw-text-opacity: 1;
  color: rgba(252, 165, 165, var(--tw-text-opacity));
}

.active\:text-red-400:active {
  --tw-text-opacity: 1;
  color: rgba(248, 113, 113, var(--tw-text-opacity));
}

.active\:text-red-500:active {
  --tw-text-opacity: 1;
  color: rgba(239, 68, 68, var(--tw-text-opacity));
}

.active\:text-red-600:active {
  --tw-text-opacity: 1;
  color: rgba(220, 38, 38, var(--tw-text-opacity));
}

.active\:text-red-700:active {
  --tw-text-opacity: 1;
  color: rgba(185, 28, 28, var(--tw-text-opacity));
}

.active\:text-red-800:active {
  --tw-text-opacity: 1;
  color: rgba(153, 27, 27, var(--tw-text-opacity));
}

.active\:text-red-900:active {
  --tw-text-opacity: 1;
  color: rgba(127, 29, 29, var(--tw-text-opacity));
}

.active\:text-warmGray-50:active {
  --tw-text-opacity: 1;
  color: rgba(250, 250, 249, var(--tw-text-opacity));
}

.active\:text-warmGray-100:active {
  --tw-text-opacity: 1;
  color: rgba(245, 245, 244, var(--tw-text-opacity));
}

.active\:text-warmGray-200:active {
  --tw-text-opacity: 1;
  color: rgba(231, 229, 228, var(--tw-text-opacity));
}

.active\:text-warmGray-300:active {
  --tw-text-opacity: 1;
  color: rgba(214, 211, 209, var(--tw-text-opacity));
}

.active\:text-warmGray-400:active {
  --tw-text-opacity: 1;
  color: rgba(168, 162, 158, var(--tw-text-opacity));
}

.active\:text-warmGray-500:active {
  --tw-text-opacity: 1;
  color: rgba(120, 113, 108, var(--tw-text-opacity));
}

.active\:text-warmGray-600:active {
  --tw-text-opacity: 1;
  color: rgba(87, 83, 78, var(--tw-text-opacity));
}

.active\:text-warmGray-700:active {
  --tw-text-opacity: 1;
  color: rgba(68, 64, 60, var(--tw-text-opacity));
}

.active\:text-warmGray-800:active {
  --tw-text-opacity: 1;
  color: rgba(41, 37, 36, var(--tw-text-opacity));
}

.active\:text-warmGray-900:active {
  --tw-text-opacity: 1;
  color: rgba(28, 25, 23, var(--tw-text-opacity));
}

.active\:text-trueGray-50:active {
  --tw-text-opacity: 1;
  color: rgba(250, 250, 250, var(--tw-text-opacity));
}

.active\:text-trueGray-100:active {
  --tw-text-opacity: 1;
  color: rgba(245, 245, 245, var(--tw-text-opacity));
}

.active\:text-trueGray-200:active {
  --tw-text-opacity: 1;
  color: rgba(229, 229, 229, var(--tw-text-opacity));
}

.active\:text-trueGray-300:active {
  --tw-text-opacity: 1;
  color: rgba(212, 212, 212, var(--tw-text-opacity));
}

.active\:text-trueGray-400:active {
  --tw-text-opacity: 1;
  color: rgba(163, 163, 163, var(--tw-text-opacity));
}

.active\:text-trueGray-500:active {
  --tw-text-opacity: 1;
  color: rgba(115, 115, 115, var(--tw-text-opacity));
}

.active\:text-trueGray-600:active {
  --tw-text-opacity: 1;
  color: rgba(82, 82, 82, var(--tw-text-opacity));
}

.active\:text-trueGray-700:active {
  --tw-text-opacity: 1;
  color: rgba(64, 64, 64, var(--tw-text-opacity));
}

.active\:text-trueGray-800:active {
  --tw-text-opacity: 1;
  color: rgba(38, 38, 38, var(--tw-text-opacity));
}

.active\:text-trueGray-900:active {
  --tw-text-opacity: 1;
  color: rgba(23, 23, 23, var(--tw-text-opacity));
}

.active\:text-gray-50:active {
  --tw-text-opacity: 1;
  color: rgba(250, 250, 250, var(--tw-text-opacity));
}

.active\:text-gray-100:active {
  --tw-text-opacity: 1;
  color: rgba(244, 244, 245, var(--tw-text-opacity));
}

.active\:text-gray-200:active {
  --tw-text-opacity: 1;
  color: rgba(228, 228, 231, var(--tw-text-opacity));
}

.active\:text-gray-300:active {
  --tw-text-opacity: 1;
  color: rgba(212, 212, 216, var(--tw-text-opacity));
}

.active\:text-gray-400:active {
  --tw-text-opacity: 1;
  color: rgba(161, 161, 170, var(--tw-text-opacity));
}

.active\:text-gray-500:active {
  --tw-text-opacity: 1;
  color: rgba(113, 113, 122, var(--tw-text-opacity));
}

.active\:text-gray-600:active {
  --tw-text-opacity: 1;
  color: rgba(82, 82, 91, var(--tw-text-opacity));
}

.active\:text-gray-700:active {
  --tw-text-opacity: 1;
  color: rgba(63, 63, 70, var(--tw-text-opacity));
}

.active\:text-gray-800:active {
  --tw-text-opacity: 1;
  color: rgba(39, 39, 42, var(--tw-text-opacity));
}

.active\:text-gray-900:active {
  --tw-text-opacity: 1;
  color: rgba(24, 24, 27, var(--tw-text-opacity));
}

.active\:text-coolGray-50:active {
  --tw-text-opacity: 1;
  color: rgba(249, 250, 251, var(--tw-text-opacity));
}

.active\:text-coolGray-100:active {
  --tw-text-opacity: 1;
  color: rgba(243, 244, 246, var(--tw-text-opacity));
}

.active\:text-coolGray-200:active {
  --tw-text-opacity: 1;
  color: rgba(229, 231, 235, var(--tw-text-opacity));
}

.active\:text-coolGray-300:active {
  --tw-text-opacity: 1;
  color: rgba(209, 213, 219, var(--tw-text-opacity));
}

.active\:text-coolGray-400:active {
  --tw-text-opacity: 1;
  color: rgba(156, 163, 175, var(--tw-text-opacity));
}

.active\:text-coolGray-500:active {
  --tw-text-opacity: 1;
  color: rgba(107, 114, 128, var(--tw-text-opacity));
}

.active\:text-coolGray-600:active {
  --tw-text-opacity: 1;
  color: rgba(75, 85, 99, var(--tw-text-opacity));
}

.active\:text-coolGray-700:active {
  --tw-text-opacity: 1;
  color: rgba(55, 65, 81, var(--tw-text-opacity));
}

.active\:text-coolGray-800:active {
  --tw-text-opacity: 1;
  color: rgba(31, 41, 55, var(--tw-text-opacity));
}

.active\:text-coolGray-900:active {
  --tw-text-opacity: 1;
  color: rgba(17, 24, 39, var(--tw-text-opacity));
}

.active\:text-blueGray-50:active {
  --tw-text-opacity: 1;
  color: rgba(248, 250, 252, var(--tw-text-opacity));
}

.active\:text-blueGray-100:active {
  --tw-text-opacity: 1;
  color: rgba(241, 245, 249, var(--tw-text-opacity));
}

.active\:text-blueGray-200:active {
  --tw-text-opacity: 1;
  color: rgba(226, 232, 240, var(--tw-text-opacity));
}

.active\:text-blueGray-300:active {
  --tw-text-opacity: 1;
  color: rgba(203, 213, 225, var(--tw-text-opacity));
}

.active\:text-blueGray-400:active {
  --tw-text-opacity: 1;
  color: rgba(148, 163, 184, var(--tw-text-opacity));
}

.active\:text-blueGray-500:active {
  --tw-text-opacity: 1;
  color: rgba(100, 116, 139, var(--tw-text-opacity));
}

.active\:text-blueGray-600:active {
  --tw-text-opacity: 1;
  color: rgba(71, 85, 105, var(--tw-text-opacity));
}

.active\:text-blueGray-700:active {
  --tw-text-opacity: 1;
  color: rgba(51, 65, 85, var(--tw-text-opacity));
}

.active\:text-blueGray-800:active {
  --tw-text-opacity: 1;
  color: rgba(30, 41, 59, var(--tw-text-opacity));
}

.active\:text-blueGray-900:active {
  --tw-text-opacity: 1;
  color: rgba(15, 23, 42, var(--tw-text-opacity));
}

.disabled\:text-current:disabled {
  color: currentColor;
}

.disabled\:text-transparent:disabled {
  color: transparent;
}

.disabled\:text-falcon:disabled {
  color: var(--falcon);
}

.disabled\:text-basement:disabled {
  color: var(--basement);
}

.disabled\:text-blue-50:disabled {
  --tw-text-opacity: 1;
  color: rgba(239, 246, 255, var(--tw-text-opacity));
}

.disabled\:text-blue-100:disabled {
  --tw-text-opacity: 1;
  color: rgba(219, 234, 254, var(--tw-text-opacity));
}

.disabled\:text-blue-200:disabled {
  --tw-text-opacity: 1;
  color: rgba(191, 219, 254, var(--tw-text-opacity));
}

.disabled\:text-blue-300:disabled {
  --tw-text-opacity: 1;
  color: rgba(147, 197, 253, var(--tw-text-opacity));
}

.disabled\:text-blue-400:disabled {
  --tw-text-opacity: 1;
  color: rgba(96, 165, 250, var(--tw-text-opacity));
}

.disabled\:text-blue-500:disabled {
  --tw-text-opacity: 1;
  color: rgba(59, 130, 246, var(--tw-text-opacity));
}

.disabled\:text-blue-600:disabled {
  --tw-text-opacity: 1;
  color: rgba(37, 99, 235, var(--tw-text-opacity));
}

.disabled\:text-blue-700:disabled {
  --tw-text-opacity: 1;
  color: rgba(29, 78, 216, var(--tw-text-opacity));
}

.disabled\:text-blue-800:disabled {
  --tw-text-opacity: 1;
  color: rgba(30, 64, 175, var(--tw-text-opacity));
}

.disabled\:text-blue-900:disabled {
  --tw-text-opacity: 1;
  color: rgba(30, 58, 138, var(--tw-text-opacity));
}

.disabled\:text-body-and-labels:disabled {
  color: var(--body-and-labels);
}

.disabled\:text-brand:disabled {
  color: var(--brand);
}

.disabled\:text-code-base-64:disabled {
  color: var(--code-base-64);
}

.disabled\:text-code-bg:disabled {
  color: var(--code-bg);
}

.disabled\:text-code-outline:disabled {
  color: var(--code-outline);
}

.disabled\:text-code-text:disabled {
  color: var(--code-text);
}

.disabled\:text-critical:disabled {
  color: var(--critical);
}

.disabled\:text-destructive-hover:disabled {
  color: var(--destructive-hover);
}

.disabled\:text-destructive-idle:disabled {
  color: var(--destructive-idle);
}

.disabled\:text-destructive-pressed:disabled {
  color: var(--destructive-pressed);
}

.disabled\:text-disabled:disabled {
  color: var(--disabled);
}

.disabled\:text-disc-operations:disabled {
  color: var(--disc-operations);
}

.disabled\:text-dns-requests:disabled {
  color: var(--dns-requests);
}

.disabled\:text-focus:disabled {
  color: var(--focus);
}

.disabled\:text-graph-1:disabled {
  color: var(--graph-1);
}

.disabled\:text-graph-10:disabled {
  color: var(--graph-10);
}

.disabled\:text-graph-11:disabled {
  color: var(--graph-11);
}

.disabled\:text-graph-2:disabled {
  color: var(--graph-2);
}

.disabled\:text-graph-3:disabled {
  color: var(--graph-3);
}

.disabled\:text-graph-4:disabled {
  color: var(--graph-4);
}

.disabled\:text-graph-5:disabled {
  color: var(--graph-5);
}

.disabled\:text-graph-6:disabled {
  color: var(--graph-6);
}

.disabled\:text-graph-7:disabled {
  color: var(--graph-7);
}

.disabled\:text-graph-8:disabled {
  color: var(--graph-8);
}

.disabled\:text-graph-9:disabled {
  color: var(--graph-9);
}

.disabled\:text-graph-disabled:disabled {
  color: var(--graph-disabled);
}

.disabled\:text-ground-floor:disabled {
  color: var(--ground-floor);
}

.disabled\:text-high:disabled {
  color: var(--high);
}

.disabled\:text-informational:disabled {
  color: var(--informational);
}

.disabled\:text-lines-dark:disabled {
  color: var(--lines-dark);
}

.disabled\:text-lines-light:disabled {
  color: var(--lines-light);
}

.disabled\:text-low:disabled {
  color: var(--low);
}

.disabled\:text-medium:disabled {
  color: var(--medium);
}

.disabled\:text-mezzanine:disabled {
  color: var(--mezzanine);
}

.disabled\:text-nav-text-and-icons:disabled {
  color: var(--nav-text-and-icons);
}

.disabled\:text-nav-text-secondary:disabled {
  color: var(--nav-text-secondary);
}

.disabled\:text-network-operations:disabled {
  color: var(--network-operations);
}

.disabled\:text-normal-hover:disabled {
  color: var(--normal-hover);
}

.disabled\:text-normal-idle:disabled {
  color: var(--normal-idle);
}

.disabled\:text-normal-pressed:disabled {
  color: var(--normal-pressed);
}

.disabled\:text-overlay-0\.5:disabled {
  color: var(--overlay-0\.5);
}

.disabled\:text-overlay-1:disabled {
  color: var(--overlay-1);
}

.disabled\:text-overlay-2:disabled {
  color: var(--overlay-2);
}

.disabled\:text-positive:disabled {
  color: var(--positive);
}

.disabled\:text-primary-hover:disabled {
  color: var(--primary-hover);
}

.disabled\:text-primary-idle:disabled {
  color: var(--primary-idle);
}

.disabled\:text-primary-pressed:disabled {
  color: var(--primary-pressed);
}

.disabled\:text-process-operations:disabled {
  color: var(--process-operations);
}

.disabled\:text-purple-50:disabled {
  --tw-text-opacity: 1;
  color: rgba(250, 245, 255, var(--tw-text-opacity));
}

.disabled\:text-purple-100:disabled {
  --tw-text-opacity: 1;
  color: rgba(243, 232, 255, var(--tw-text-opacity));
}

.disabled\:text-purple-200:disabled {
  --tw-text-opacity: 1;
  color: rgba(233, 213, 255, var(--tw-text-opacity));
}

.disabled\:text-purple-300:disabled {
  --tw-text-opacity: 1;
  color: rgba(216, 180, 254, var(--tw-text-opacity));
}

.disabled\:text-purple-400:disabled {
  --tw-text-opacity: 1;
  color: rgba(192, 132, 252, var(--tw-text-opacity));
}

.disabled\:text-purple-500:disabled {
  --tw-text-opacity: 1;
  color: rgba(168, 85, 247, var(--tw-text-opacity));
}

.disabled\:text-purple-600:disabled {
  --tw-text-opacity: 1;
  color: rgba(147, 51, 234, var(--tw-text-opacity));
}

.disabled\:text-purple-700:disabled {
  --tw-text-opacity: 1;
  color: rgba(126, 34, 206, var(--tw-text-opacity));
}

.disabled\:text-purple-800:disabled {
  --tw-text-opacity: 1;
  color: rgba(107, 33, 168, var(--tw-text-opacity));
}

.disabled\:text-purple-900:disabled {
  --tw-text-opacity: 1;
  color: rgba(88, 28, 135, var(--tw-text-opacity));
}

.disabled\:text-registry-operations:disabled {
  color: var(--registry-operations);
}

.disabled\:text-selected:disabled {
  color: var(--selected);
}

.disabled\:text-surface-2xl:disabled {
  color: var(--surface-2xl);
}

.disabled\:text-surface-base:disabled {
  color: var(--surface-base);
}

.disabled\:text-surface-inner:disabled {
  color: var(--surface-inner);
}

.disabled\:text-surface-lg:disabled {
  color: var(--surface-lg);
}

.disabled\:text-surface-md:disabled {
  color: var(--surface-md);
}

.disabled\:text-surface-xl:disabled {
  color: var(--surface-xl);
}

.disabled\:text-text-and-icons:disabled {
  color: var(--text-and-icons);
}

.disabled\:text-titles-and-attributes:disabled {
  color: var(--titles-and-attributes);
}

.disabled\:text-black:disabled {
  --tw-text-opacity: 1;
  color: rgba(0, 0, 0, var(--tw-text-opacity));
}

.disabled\:text-white:disabled {
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
}

.disabled\:text-rose-50:disabled {
  --tw-text-opacity: 1;
  color: rgba(255, 241, 242, var(--tw-text-opacity));
}

.disabled\:text-rose-100:disabled {
  --tw-text-opacity: 1;
  color: rgba(255, 228, 230, var(--tw-text-opacity));
}

.disabled\:text-rose-200:disabled {
  --tw-text-opacity: 1;
  color: rgba(254, 205, 211, var(--tw-text-opacity));
}

.disabled\:text-rose-300:disabled {
  --tw-text-opacity: 1;
  color: rgba(253, 164, 175, var(--tw-text-opacity));
}

.disabled\:text-rose-400:disabled {
  --tw-text-opacity: 1;
  color: rgba(251, 113, 133, var(--tw-text-opacity));
}

.disabled\:text-rose-500:disabled {
  --tw-text-opacity: 1;
  color: rgba(244, 63, 94, var(--tw-text-opacity));
}

.disabled\:text-rose-600:disabled {
  --tw-text-opacity: 1;
  color: rgba(225, 29, 72, var(--tw-text-opacity));
}

.disabled\:text-rose-700:disabled {
  --tw-text-opacity: 1;
  color: rgba(190, 18, 60, var(--tw-text-opacity));
}

.disabled\:text-rose-800:disabled {
  --tw-text-opacity: 1;
  color: rgba(159, 18, 57, var(--tw-text-opacity));
}

.disabled\:text-rose-900:disabled {
  --tw-text-opacity: 1;
  color: rgba(136, 19, 55, var(--tw-text-opacity));
}

.disabled\:text-pink-50:disabled {
  --tw-text-opacity: 1;
  color: rgba(253, 242, 248, var(--tw-text-opacity));
}

.disabled\:text-pink-100:disabled {
  --tw-text-opacity: 1;
  color: rgba(252, 231, 243, var(--tw-text-opacity));
}

.disabled\:text-pink-200:disabled {
  --tw-text-opacity: 1;
  color: rgba(251, 207, 232, var(--tw-text-opacity));
}

.disabled\:text-pink-300:disabled {
  --tw-text-opacity: 1;
  color: rgba(249, 168, 212, var(--tw-text-opacity));
}

.disabled\:text-pink-400:disabled {
  --tw-text-opacity: 1;
  color: rgba(244, 114, 182, var(--tw-text-opacity));
}

.disabled\:text-pink-500:disabled {
  --tw-text-opacity: 1;
  color: rgba(236, 72, 153, var(--tw-text-opacity));
}

.disabled\:text-pink-600:disabled {
  --tw-text-opacity: 1;
  color: rgba(219, 39, 119, var(--tw-text-opacity));
}

.disabled\:text-pink-700:disabled {
  --tw-text-opacity: 1;
  color: rgba(190, 24, 93, var(--tw-text-opacity));
}

.disabled\:text-pink-800:disabled {
  --tw-text-opacity: 1;
  color: rgba(157, 23, 77, var(--tw-text-opacity));
}

.disabled\:text-pink-900:disabled {
  --tw-text-opacity: 1;
  color: rgba(131, 24, 67, var(--tw-text-opacity));
}

.disabled\:text-fuchsia-50:disabled {
  --tw-text-opacity: 1;
  color: rgba(253, 244, 255, var(--tw-text-opacity));
}

.disabled\:text-fuchsia-100:disabled {
  --tw-text-opacity: 1;
  color: rgba(250, 232, 255, var(--tw-text-opacity));
}

.disabled\:text-fuchsia-200:disabled {
  --tw-text-opacity: 1;
  color: rgba(245, 208, 254, var(--tw-text-opacity));
}

.disabled\:text-fuchsia-300:disabled {
  --tw-text-opacity: 1;
  color: rgba(240, 171, 252, var(--tw-text-opacity));
}

.disabled\:text-fuchsia-400:disabled {
  --tw-text-opacity: 1;
  color: rgba(232, 121, 249, var(--tw-text-opacity));
}

.disabled\:text-fuchsia-500:disabled {
  --tw-text-opacity: 1;
  color: rgba(217, 70, 239, var(--tw-text-opacity));
}

.disabled\:text-fuchsia-600:disabled {
  --tw-text-opacity: 1;
  color: rgba(192, 38, 211, var(--tw-text-opacity));
}

.disabled\:text-fuchsia-700:disabled {
  --tw-text-opacity: 1;
  color: rgba(162, 28, 175, var(--tw-text-opacity));
}

.disabled\:text-fuchsia-800:disabled {
  --tw-text-opacity: 1;
  color: rgba(134, 25, 143, var(--tw-text-opacity));
}

.disabled\:text-fuchsia-900:disabled {
  --tw-text-opacity: 1;
  color: rgba(112, 26, 117, var(--tw-text-opacity));
}

.disabled\:text-violet-50:disabled {
  --tw-text-opacity: 1;
  color: rgba(245, 243, 255, var(--tw-text-opacity));
}

.disabled\:text-violet-100:disabled {
  --tw-text-opacity: 1;
  color: rgba(237, 233, 254, var(--tw-text-opacity));
}

.disabled\:text-violet-200:disabled {
  --tw-text-opacity: 1;
  color: rgba(221, 214, 254, var(--tw-text-opacity));
}

.disabled\:text-violet-300:disabled {
  --tw-text-opacity: 1;
  color: rgba(196, 181, 253, var(--tw-text-opacity));
}

.disabled\:text-violet-400:disabled {
  --tw-text-opacity: 1;
  color: rgba(167, 139, 250, var(--tw-text-opacity));
}

.disabled\:text-violet-500:disabled {
  --tw-text-opacity: 1;
  color: rgba(139, 92, 246, var(--tw-text-opacity));
}

.disabled\:text-violet-600:disabled {
  --tw-text-opacity: 1;
  color: rgba(124, 58, 237, var(--tw-text-opacity));
}

.disabled\:text-violet-700:disabled {
  --tw-text-opacity: 1;
  color: rgba(109, 40, 217, var(--tw-text-opacity));
}

.disabled\:text-violet-800:disabled {
  --tw-text-opacity: 1;
  color: rgba(91, 33, 182, var(--tw-text-opacity));
}

.disabled\:text-violet-900:disabled {
  --tw-text-opacity: 1;
  color: rgba(76, 29, 149, var(--tw-text-opacity));
}

.disabled\:text-indigo-50:disabled {
  --tw-text-opacity: 1;
  color: rgba(238, 242, 255, var(--tw-text-opacity));
}

.disabled\:text-indigo-100:disabled {
  --tw-text-opacity: 1;
  color: rgba(224, 231, 255, var(--tw-text-opacity));
}

.disabled\:text-indigo-200:disabled {
  --tw-text-opacity: 1;
  color: rgba(199, 210, 254, var(--tw-text-opacity));
}

.disabled\:text-indigo-300:disabled {
  --tw-text-opacity: 1;
  color: rgba(165, 180, 252, var(--tw-text-opacity));
}

.disabled\:text-indigo-400:disabled {
  --tw-text-opacity: 1;
  color: rgba(129, 140, 248, var(--tw-text-opacity));
}

.disabled\:text-indigo-500:disabled {
  --tw-text-opacity: 1;
  color: rgba(99, 102, 241, var(--tw-text-opacity));
}

.disabled\:text-indigo-600:disabled {
  --tw-text-opacity: 1;
  color: rgba(79, 70, 229, var(--tw-text-opacity));
}

.disabled\:text-indigo-700:disabled {
  --tw-text-opacity: 1;
  color: rgba(67, 56, 202, var(--tw-text-opacity));
}

.disabled\:text-indigo-800:disabled {
  --tw-text-opacity: 1;
  color: rgba(55, 48, 163, var(--tw-text-opacity));
}

.disabled\:text-indigo-900:disabled {
  --tw-text-opacity: 1;
  color: rgba(49, 46, 129, var(--tw-text-opacity));
}

.disabled\:text-lightBlue-50:disabled {
  --tw-text-opacity: 1;
  color: rgba(240, 249, 255, var(--tw-text-opacity));
}

.disabled\:text-lightBlue-100:disabled {
  --tw-text-opacity: 1;
  color: rgba(224, 242, 254, var(--tw-text-opacity));
}

.disabled\:text-lightBlue-200:disabled {
  --tw-text-opacity: 1;
  color: rgba(186, 230, 253, var(--tw-text-opacity));
}

.disabled\:text-lightBlue-300:disabled {
  --tw-text-opacity: 1;
  color: rgba(125, 211, 252, var(--tw-text-opacity));
}

.disabled\:text-lightBlue-400:disabled {
  --tw-text-opacity: 1;
  color: rgba(56, 189, 248, var(--tw-text-opacity));
}

.disabled\:text-lightBlue-500:disabled {
  --tw-text-opacity: 1;
  color: rgba(14, 165, 233, var(--tw-text-opacity));
}

.disabled\:text-lightBlue-600:disabled {
  --tw-text-opacity: 1;
  color: rgba(2, 132, 199, var(--tw-text-opacity));
}

.disabled\:text-lightBlue-700:disabled {
  --tw-text-opacity: 1;
  color: rgba(3, 105, 161, var(--tw-text-opacity));
}

.disabled\:text-lightBlue-800:disabled {
  --tw-text-opacity: 1;
  color: rgba(7, 89, 133, var(--tw-text-opacity));
}

.disabled\:text-lightBlue-900:disabled {
  --tw-text-opacity: 1;
  color: rgba(12, 74, 110, var(--tw-text-opacity));
}

.disabled\:text-cyan-50:disabled {
  --tw-text-opacity: 1;
  color: rgba(236, 254, 255, var(--tw-text-opacity));
}

.disabled\:text-cyan-100:disabled {
  --tw-text-opacity: 1;
  color: rgba(207, 250, 254, var(--tw-text-opacity));
}

.disabled\:text-cyan-200:disabled {
  --tw-text-opacity: 1;
  color: rgba(165, 243, 252, var(--tw-text-opacity));
}

.disabled\:text-cyan-300:disabled {
  --tw-text-opacity: 1;
  color: rgba(103, 232, 249, var(--tw-text-opacity));
}

.disabled\:text-cyan-400:disabled {
  --tw-text-opacity: 1;
  color: rgba(34, 211, 238, var(--tw-text-opacity));
}

.disabled\:text-cyan-500:disabled {
  --tw-text-opacity: 1;
  color: rgba(6, 182, 212, var(--tw-text-opacity));
}

.disabled\:text-cyan-600:disabled {
  --tw-text-opacity: 1;
  color: rgba(8, 145, 178, var(--tw-text-opacity));
}

.disabled\:text-cyan-700:disabled {
  --tw-text-opacity: 1;
  color: rgba(14, 116, 144, var(--tw-text-opacity));
}

.disabled\:text-cyan-800:disabled {
  --tw-text-opacity: 1;
  color: rgba(21, 94, 117, var(--tw-text-opacity));
}

.disabled\:text-cyan-900:disabled {
  --tw-text-opacity: 1;
  color: rgba(22, 78, 99, var(--tw-text-opacity));
}

.disabled\:text-teal-50:disabled {
  --tw-text-opacity: 1;
  color: rgba(240, 253, 250, var(--tw-text-opacity));
}

.disabled\:text-teal-100:disabled {
  --tw-text-opacity: 1;
  color: rgba(204, 251, 241, var(--tw-text-opacity));
}

.disabled\:text-teal-200:disabled {
  --tw-text-opacity: 1;
  color: rgba(153, 246, 228, var(--tw-text-opacity));
}

.disabled\:text-teal-300:disabled {
  --tw-text-opacity: 1;
  color: rgba(94, 234, 212, var(--tw-text-opacity));
}

.disabled\:text-teal-400:disabled {
  --tw-text-opacity: 1;
  color: rgba(45, 212, 191, var(--tw-text-opacity));
}

.disabled\:text-teal-500:disabled {
  --tw-text-opacity: 1;
  color: rgba(20, 184, 166, var(--tw-text-opacity));
}

.disabled\:text-teal-600:disabled {
  --tw-text-opacity: 1;
  color: rgba(13, 148, 136, var(--tw-text-opacity));
}

.disabled\:text-teal-700:disabled {
  --tw-text-opacity: 1;
  color: rgba(15, 118, 110, var(--tw-text-opacity));
}

.disabled\:text-teal-800:disabled {
  --tw-text-opacity: 1;
  color: rgba(17, 94, 89, var(--tw-text-opacity));
}

.disabled\:text-teal-900:disabled {
  --tw-text-opacity: 1;
  color: rgba(19, 78, 74, var(--tw-text-opacity));
}

.disabled\:text-emerald-50:disabled {
  --tw-text-opacity: 1;
  color: rgba(236, 253, 245, var(--tw-text-opacity));
}

.disabled\:text-emerald-100:disabled {
  --tw-text-opacity: 1;
  color: rgba(209, 250, 229, var(--tw-text-opacity));
}

.disabled\:text-emerald-200:disabled {
  --tw-text-opacity: 1;
  color: rgba(167, 243, 208, var(--tw-text-opacity));
}

.disabled\:text-emerald-300:disabled {
  --tw-text-opacity: 1;
  color: rgba(110, 231, 183, var(--tw-text-opacity));
}

.disabled\:text-emerald-400:disabled {
  --tw-text-opacity: 1;
  color: rgba(52, 211, 153, var(--tw-text-opacity));
}

.disabled\:text-emerald-500:disabled {
  --tw-text-opacity: 1;
  color: rgba(16, 185, 129, var(--tw-text-opacity));
}

.disabled\:text-emerald-600:disabled {
  --tw-text-opacity: 1;
  color: rgba(5, 150, 105, var(--tw-text-opacity));
}

.disabled\:text-emerald-700:disabled {
  --tw-text-opacity: 1;
  color: rgba(4, 120, 87, var(--tw-text-opacity));
}

.disabled\:text-emerald-800:disabled {
  --tw-text-opacity: 1;
  color: rgba(6, 95, 70, var(--tw-text-opacity));
}

.disabled\:text-emerald-900:disabled {
  --tw-text-opacity: 1;
  color: rgba(6, 78, 59, var(--tw-text-opacity));
}

.disabled\:text-green-50:disabled {
  --tw-text-opacity: 1;
  color: rgba(240, 253, 244, var(--tw-text-opacity));
}

.disabled\:text-green-100:disabled {
  --tw-text-opacity: 1;
  color: rgba(220, 252, 231, var(--tw-text-opacity));
}

.disabled\:text-green-200:disabled {
  --tw-text-opacity: 1;
  color: rgba(187, 247, 208, var(--tw-text-opacity));
}

.disabled\:text-green-300:disabled {
  --tw-text-opacity: 1;
  color: rgba(134, 239, 172, var(--tw-text-opacity));
}

.disabled\:text-green-400:disabled {
  --tw-text-opacity: 1;
  color: rgba(74, 222, 128, var(--tw-text-opacity));
}

.disabled\:text-green-500:disabled {
  --tw-text-opacity: 1;
  color: rgba(34, 197, 94, var(--tw-text-opacity));
}

.disabled\:text-green-600:disabled {
  --tw-text-opacity: 1;
  color: rgba(22, 163, 74, var(--tw-text-opacity));
}

.disabled\:text-green-700:disabled {
  --tw-text-opacity: 1;
  color: rgba(21, 128, 61, var(--tw-text-opacity));
}

.disabled\:text-green-800:disabled {
  --tw-text-opacity: 1;
  color: rgba(22, 101, 52, var(--tw-text-opacity));
}

.disabled\:text-green-900:disabled {
  --tw-text-opacity: 1;
  color: rgba(20, 83, 45, var(--tw-text-opacity));
}

.disabled\:text-lime-50:disabled {
  --tw-text-opacity: 1;
  color: rgba(247, 254, 231, var(--tw-text-opacity));
}

.disabled\:text-lime-100:disabled {
  --tw-text-opacity: 1;
  color: rgba(236, 252, 203, var(--tw-text-opacity));
}

.disabled\:text-lime-200:disabled {
  --tw-text-opacity: 1;
  color: rgba(217, 249, 157, var(--tw-text-opacity));
}

.disabled\:text-lime-300:disabled {
  --tw-text-opacity: 1;
  color: rgba(190, 242, 100, var(--tw-text-opacity));
}

.disabled\:text-lime-400:disabled {
  --tw-text-opacity: 1;
  color: rgba(163, 230, 53, var(--tw-text-opacity));
}

.disabled\:text-lime-500:disabled {
  --tw-text-opacity: 1;
  color: rgba(132, 204, 22, var(--tw-text-opacity));
}

.disabled\:text-lime-600:disabled {
  --tw-text-opacity: 1;
  color: rgba(101, 163, 13, var(--tw-text-opacity));
}

.disabled\:text-lime-700:disabled {
  --tw-text-opacity: 1;
  color: rgba(77, 124, 15, var(--tw-text-opacity));
}

.disabled\:text-lime-800:disabled {
  --tw-text-opacity: 1;
  color: rgba(63, 98, 18, var(--tw-text-opacity));
}

.disabled\:text-lime-900:disabled {
  --tw-text-opacity: 1;
  color: rgba(54, 83, 20, var(--tw-text-opacity));
}

.disabled\:text-yellow-50:disabled {
  --tw-text-opacity: 1;
  color: rgba(254, 252, 232, var(--tw-text-opacity));
}

.disabled\:text-yellow-100:disabled {
  --tw-text-opacity: 1;
  color: rgba(254, 249, 195, var(--tw-text-opacity));
}

.disabled\:text-yellow-200:disabled {
  --tw-text-opacity: 1;
  color: rgba(254, 240, 138, var(--tw-text-opacity));
}

.disabled\:text-yellow-300:disabled {
  --tw-text-opacity: 1;
  color: rgba(253, 224, 71, var(--tw-text-opacity));
}

.disabled\:text-yellow-400:disabled {
  --tw-text-opacity: 1;
  color: rgba(250, 204, 21, var(--tw-text-opacity));
}

.disabled\:text-yellow-500:disabled {
  --tw-text-opacity: 1;
  color: rgba(234, 179, 8, var(--tw-text-opacity));
}

.disabled\:text-yellow-600:disabled {
  --tw-text-opacity: 1;
  color: rgba(202, 138, 4, var(--tw-text-opacity));
}

.disabled\:text-yellow-700:disabled {
  --tw-text-opacity: 1;
  color: rgba(161, 98, 7, var(--tw-text-opacity));
}

.disabled\:text-yellow-800:disabled {
  --tw-text-opacity: 1;
  color: rgba(133, 77, 14, var(--tw-text-opacity));
}

.disabled\:text-yellow-900:disabled {
  --tw-text-opacity: 1;
  color: rgba(113, 63, 18, var(--tw-text-opacity));
}

.disabled\:text-amber-50:disabled {
  --tw-text-opacity: 1;
  color: rgba(255, 251, 235, var(--tw-text-opacity));
}

.disabled\:text-amber-100:disabled {
  --tw-text-opacity: 1;
  color: rgba(254, 243, 199, var(--tw-text-opacity));
}

.disabled\:text-amber-200:disabled {
  --tw-text-opacity: 1;
  color: rgba(253, 230, 138, var(--tw-text-opacity));
}

.disabled\:text-amber-300:disabled {
  --tw-text-opacity: 1;
  color: rgba(252, 211, 77, var(--tw-text-opacity));
}

.disabled\:text-amber-400:disabled {
  --tw-text-opacity: 1;
  color: rgba(251, 191, 36, var(--tw-text-opacity));
}

.disabled\:text-amber-500:disabled {
  --tw-text-opacity: 1;
  color: rgba(245, 158, 11, var(--tw-text-opacity));
}

.disabled\:text-amber-600:disabled {
  --tw-text-opacity: 1;
  color: rgba(217, 119, 6, var(--tw-text-opacity));
}

.disabled\:text-amber-700:disabled {
  --tw-text-opacity: 1;
  color: rgba(180, 83, 9, var(--tw-text-opacity));
}

.disabled\:text-amber-800:disabled {
  --tw-text-opacity: 1;
  color: rgba(146, 64, 14, var(--tw-text-opacity));
}

.disabled\:text-amber-900:disabled {
  --tw-text-opacity: 1;
  color: rgba(120, 53, 15, var(--tw-text-opacity));
}

.disabled\:text-orange-50:disabled {
  --tw-text-opacity: 1;
  color: rgba(255, 247, 237, var(--tw-text-opacity));
}

.disabled\:text-orange-100:disabled {
  --tw-text-opacity: 1;
  color: rgba(255, 237, 213, var(--tw-text-opacity));
}

.disabled\:text-orange-200:disabled {
  --tw-text-opacity: 1;
  color: rgba(254, 215, 170, var(--tw-text-opacity));
}

.disabled\:text-orange-300:disabled {
  --tw-text-opacity: 1;
  color: rgba(253, 186, 116, var(--tw-text-opacity));
}

.disabled\:text-orange-400:disabled {
  --tw-text-opacity: 1;
  color: rgba(251, 146, 60, var(--tw-text-opacity));
}

.disabled\:text-orange-500:disabled {
  --tw-text-opacity: 1;
  color: rgba(249, 115, 22, var(--tw-text-opacity));
}

.disabled\:text-orange-600:disabled {
  --tw-text-opacity: 1;
  color: rgba(234, 88, 12, var(--tw-text-opacity));
}

.disabled\:text-orange-700:disabled {
  --tw-text-opacity: 1;
  color: rgba(194, 65, 12, var(--tw-text-opacity));
}

.disabled\:text-orange-800:disabled {
  --tw-text-opacity: 1;
  color: rgba(154, 52, 18, var(--tw-text-opacity));
}

.disabled\:text-orange-900:disabled {
  --tw-text-opacity: 1;
  color: rgba(124, 45, 18, var(--tw-text-opacity));
}

.disabled\:text-red-50:disabled {
  --tw-text-opacity: 1;
  color: rgba(254, 242, 242, var(--tw-text-opacity));
}

.disabled\:text-red-100:disabled {
  --tw-text-opacity: 1;
  color: rgba(254, 226, 226, var(--tw-text-opacity));
}

.disabled\:text-red-200:disabled {
  --tw-text-opacity: 1;
  color: rgba(254, 202, 202, var(--tw-text-opacity));
}

.disabled\:text-red-300:disabled {
  --tw-text-opacity: 1;
  color: rgba(252, 165, 165, var(--tw-text-opacity));
}

.disabled\:text-red-400:disabled {
  --tw-text-opacity: 1;
  color: rgba(248, 113, 113, var(--tw-text-opacity));
}

.disabled\:text-red-500:disabled {
  --tw-text-opacity: 1;
  color: rgba(239, 68, 68, var(--tw-text-opacity));
}

.disabled\:text-red-600:disabled {
  --tw-text-opacity: 1;
  color: rgba(220, 38, 38, var(--tw-text-opacity));
}

.disabled\:text-red-700:disabled {
  --tw-text-opacity: 1;
  color: rgba(185, 28, 28, var(--tw-text-opacity));
}

.disabled\:text-red-800:disabled {
  --tw-text-opacity: 1;
  color: rgba(153, 27, 27, var(--tw-text-opacity));
}

.disabled\:text-red-900:disabled {
  --tw-text-opacity: 1;
  color: rgba(127, 29, 29, var(--tw-text-opacity));
}

.disabled\:text-warmGray-50:disabled {
  --tw-text-opacity: 1;
  color: rgba(250, 250, 249, var(--tw-text-opacity));
}

.disabled\:text-warmGray-100:disabled {
  --tw-text-opacity: 1;
  color: rgba(245, 245, 244, var(--tw-text-opacity));
}

.disabled\:text-warmGray-200:disabled {
  --tw-text-opacity: 1;
  color: rgba(231, 229, 228, var(--tw-text-opacity));
}

.disabled\:text-warmGray-300:disabled {
  --tw-text-opacity: 1;
  color: rgba(214, 211, 209, var(--tw-text-opacity));
}

.disabled\:text-warmGray-400:disabled {
  --tw-text-opacity: 1;
  color: rgba(168, 162, 158, var(--tw-text-opacity));
}

.disabled\:text-warmGray-500:disabled {
  --tw-text-opacity: 1;
  color: rgba(120, 113, 108, var(--tw-text-opacity));
}

.disabled\:text-warmGray-600:disabled {
  --tw-text-opacity: 1;
  color: rgba(87, 83, 78, var(--tw-text-opacity));
}

.disabled\:text-warmGray-700:disabled {
  --tw-text-opacity: 1;
  color: rgba(68, 64, 60, var(--tw-text-opacity));
}

.disabled\:text-warmGray-800:disabled {
  --tw-text-opacity: 1;
  color: rgba(41, 37, 36, var(--tw-text-opacity));
}

.disabled\:text-warmGray-900:disabled {
  --tw-text-opacity: 1;
  color: rgba(28, 25, 23, var(--tw-text-opacity));
}

.disabled\:text-trueGray-50:disabled {
  --tw-text-opacity: 1;
  color: rgba(250, 250, 250, var(--tw-text-opacity));
}

.disabled\:text-trueGray-100:disabled {
  --tw-text-opacity: 1;
  color: rgba(245, 245, 245, var(--tw-text-opacity));
}

.disabled\:text-trueGray-200:disabled {
  --tw-text-opacity: 1;
  color: rgba(229, 229, 229, var(--tw-text-opacity));
}

.disabled\:text-trueGray-300:disabled {
  --tw-text-opacity: 1;
  color: rgba(212, 212, 212, var(--tw-text-opacity));
}

.disabled\:text-trueGray-400:disabled {
  --tw-text-opacity: 1;
  color: rgba(163, 163, 163, var(--tw-text-opacity));
}

.disabled\:text-trueGray-500:disabled {
  --tw-text-opacity: 1;
  color: rgba(115, 115, 115, var(--tw-text-opacity));
}

.disabled\:text-trueGray-600:disabled {
  --tw-text-opacity: 1;
  color: rgba(82, 82, 82, var(--tw-text-opacity));
}

.disabled\:text-trueGray-700:disabled {
  --tw-text-opacity: 1;
  color: rgba(64, 64, 64, var(--tw-text-opacity));
}

.disabled\:text-trueGray-800:disabled {
  --tw-text-opacity: 1;
  color: rgba(38, 38, 38, var(--tw-text-opacity));
}

.disabled\:text-trueGray-900:disabled {
  --tw-text-opacity: 1;
  color: rgba(23, 23, 23, var(--tw-text-opacity));
}

.disabled\:text-gray-50:disabled {
  --tw-text-opacity: 1;
  color: rgba(250, 250, 250, var(--tw-text-opacity));
}

.disabled\:text-gray-100:disabled {
  --tw-text-opacity: 1;
  color: rgba(244, 244, 245, var(--tw-text-opacity));
}

.disabled\:text-gray-200:disabled {
  --tw-text-opacity: 1;
  color: rgba(228, 228, 231, var(--tw-text-opacity));
}

.disabled\:text-gray-300:disabled {
  --tw-text-opacity: 1;
  color: rgba(212, 212, 216, var(--tw-text-opacity));
}

.disabled\:text-gray-400:disabled {
  --tw-text-opacity: 1;
  color: rgba(161, 161, 170, var(--tw-text-opacity));
}

.disabled\:text-gray-500:disabled {
  --tw-text-opacity: 1;
  color: rgba(113, 113, 122, var(--tw-text-opacity));
}

.disabled\:text-gray-600:disabled {
  --tw-text-opacity: 1;
  color: rgba(82, 82, 91, var(--tw-text-opacity));
}

.disabled\:text-gray-700:disabled {
  --tw-text-opacity: 1;
  color: rgba(63, 63, 70, var(--tw-text-opacity));
}

.disabled\:text-gray-800:disabled {
  --tw-text-opacity: 1;
  color: rgba(39, 39, 42, var(--tw-text-opacity));
}

.disabled\:text-gray-900:disabled {
  --tw-text-opacity: 1;
  color: rgba(24, 24, 27, var(--tw-text-opacity));
}

.disabled\:text-coolGray-50:disabled {
  --tw-text-opacity: 1;
  color: rgba(249, 250, 251, var(--tw-text-opacity));
}

.disabled\:text-coolGray-100:disabled {
  --tw-text-opacity: 1;
  color: rgba(243, 244, 246, var(--tw-text-opacity));
}

.disabled\:text-coolGray-200:disabled {
  --tw-text-opacity: 1;
  color: rgba(229, 231, 235, var(--tw-text-opacity));
}

.disabled\:text-coolGray-300:disabled {
  --tw-text-opacity: 1;
  color: rgba(209, 213, 219, var(--tw-text-opacity));
}

.disabled\:text-coolGray-400:disabled {
  --tw-text-opacity: 1;
  color: rgba(156, 163, 175, var(--tw-text-opacity));
}

.disabled\:text-coolGray-500:disabled {
  --tw-text-opacity: 1;
  color: rgba(107, 114, 128, var(--tw-text-opacity));
}

.disabled\:text-coolGray-600:disabled {
  --tw-text-opacity: 1;
  color: rgba(75, 85, 99, var(--tw-text-opacity));
}

.disabled\:text-coolGray-700:disabled {
  --tw-text-opacity: 1;
  color: rgba(55, 65, 81, var(--tw-text-opacity));
}

.disabled\:text-coolGray-800:disabled {
  --tw-text-opacity: 1;
  color: rgba(31, 41, 55, var(--tw-text-opacity));
}

.disabled\:text-coolGray-900:disabled {
  --tw-text-opacity: 1;
  color: rgba(17, 24, 39, var(--tw-text-opacity));
}

.disabled\:text-blueGray-50:disabled {
  --tw-text-opacity: 1;
  color: rgba(248, 250, 252, var(--tw-text-opacity));
}

.disabled\:text-blueGray-100:disabled {
  --tw-text-opacity: 1;
  color: rgba(241, 245, 249, var(--tw-text-opacity));
}

.disabled\:text-blueGray-200:disabled {
  --tw-text-opacity: 1;
  color: rgba(226, 232, 240, var(--tw-text-opacity));
}

.disabled\:text-blueGray-300:disabled {
  --tw-text-opacity: 1;
  color: rgba(203, 213, 225, var(--tw-text-opacity));
}

.disabled\:text-blueGray-400:disabled {
  --tw-text-opacity: 1;
  color: rgba(148, 163, 184, var(--tw-text-opacity));
}

.disabled\:text-blueGray-500:disabled {
  --tw-text-opacity: 1;
  color: rgba(100, 116, 139, var(--tw-text-opacity));
}

.disabled\:text-blueGray-600:disabled {
  --tw-text-opacity: 1;
  color: rgba(71, 85, 105, var(--tw-text-opacity));
}

.disabled\:text-blueGray-700:disabled {
  --tw-text-opacity: 1;
  color: rgba(51, 65, 85, var(--tw-text-opacity));
}

.disabled\:text-blueGray-800:disabled {
  --tw-text-opacity: 1;
  color: rgba(30, 41, 59, var(--tw-text-opacity));
}

.disabled\:text-blueGray-900:disabled {
  --tw-text-opacity: 1;
  color: rgba(15, 23, 42, var(--tw-text-opacity));
}

.text-opacity-0 {
  --tw-text-opacity: 0;
}

.text-opacity-5 {
  --tw-text-opacity: 0.05;
}

.text-opacity-10 {
  --tw-text-opacity: 0.1;
}

.text-opacity-20 {
  --tw-text-opacity: 0.2;
}

.text-opacity-25 {
  --tw-text-opacity: 0.25;
}

.text-opacity-30 {
  --tw-text-opacity: 0.3;
}

.text-opacity-40 {
  --tw-text-opacity: 0.4;
}

.text-opacity-50 {
  --tw-text-opacity: 0.5;
}

.text-opacity-60 {
  --tw-text-opacity: 0.6;
}

.text-opacity-70 {
  --tw-text-opacity: 0.7;
}

.text-opacity-75 {
  --tw-text-opacity: 0.75;
}

.text-opacity-80 {
  --tw-text-opacity: 0.8;
}

.text-opacity-90 {
  --tw-text-opacity: 0.9;
}

.text-opacity-95 {
  --tw-text-opacity: 0.95;
}

.text-opacity-100 {
  --tw-text-opacity: 1;
}

.hover\:text-opacity-0:hover {
  --tw-text-opacity: 0;
}

.hover\:text-opacity-5:hover {
  --tw-text-opacity: 0.05;
}

.hover\:text-opacity-10:hover {
  --tw-text-opacity: 0.1;
}

.hover\:text-opacity-20:hover {
  --tw-text-opacity: 0.2;
}

.hover\:text-opacity-25:hover {
  --tw-text-opacity: 0.25;
}

.hover\:text-opacity-30:hover {
  --tw-text-opacity: 0.3;
}

.hover\:text-opacity-40:hover {
  --tw-text-opacity: 0.4;
}

.hover\:text-opacity-50:hover {
  --tw-text-opacity: 0.5;
}

.hover\:text-opacity-60:hover {
  --tw-text-opacity: 0.6;
}

.hover\:text-opacity-70:hover {
  --tw-text-opacity: 0.7;
}

.hover\:text-opacity-75:hover {
  --tw-text-opacity: 0.75;
}

.hover\:text-opacity-80:hover {
  --tw-text-opacity: 0.8;
}

.hover\:text-opacity-90:hover {
  --tw-text-opacity: 0.9;
}

.hover\:text-opacity-95:hover {
  --tw-text-opacity: 0.95;
}

.hover\:text-opacity-100:hover {
  --tw-text-opacity: 1;
}

.focus\:text-opacity-0:focus {
  --tw-text-opacity: 0;
}

.focus\:text-opacity-5:focus {
  --tw-text-opacity: 0.05;
}

.focus\:text-opacity-10:focus {
  --tw-text-opacity: 0.1;
}

.focus\:text-opacity-20:focus {
  --tw-text-opacity: 0.2;
}

.focus\:text-opacity-25:focus {
  --tw-text-opacity: 0.25;
}

.focus\:text-opacity-30:focus {
  --tw-text-opacity: 0.3;
}

.focus\:text-opacity-40:focus {
  --tw-text-opacity: 0.4;
}

.focus\:text-opacity-50:focus {
  --tw-text-opacity: 0.5;
}

.focus\:text-opacity-60:focus {
  --tw-text-opacity: 0.6;
}

.focus\:text-opacity-70:focus {
  --tw-text-opacity: 0.7;
}

.focus\:text-opacity-75:focus {
  --tw-text-opacity: 0.75;
}

.focus\:text-opacity-80:focus {
  --tw-text-opacity: 0.8;
}

.focus\:text-opacity-90:focus {
  --tw-text-opacity: 0.9;
}

.focus\:text-opacity-95:focus {
  --tw-text-opacity: 0.95;
}

.focus\:text-opacity-100:focus {
  --tw-text-opacity: 1;
}

.underline {
  text-decoration: underline;
}

.line-through {
  text-decoration: line-through;
}

.no-underline {
  text-decoration: none;
}

.hover\:underline:hover {
  text-decoration: underline;
}

.hover\:line-through:hover {
  text-decoration: line-through;
}

.hover\:no-underline:hover {
  text-decoration: none;
}

.focus\:underline:focus {
  text-decoration: underline;
}

.focus\:line-through:focus {
  text-decoration: line-through;
}

.focus\:no-underline:focus {
  text-decoration: none;
}

.antialiased {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.subpixel-antialiased {
  -webkit-font-smoothing: auto;
  -moz-osx-font-smoothing: auto;
}

.placeholder-current::-webkit-input-placeholder {
  color: currentColor;
}

.placeholder-current::-moz-placeholder {
  color: currentColor;
}

.placeholder-current:-ms-input-placeholder {
  color: currentColor;
}

.placeholder-current::-ms-input-placeholder {
  color: currentColor;
}

.placeholder-current::placeholder {
  color: currentColor;
}

.placeholder-transparent::-webkit-input-placeholder {
  color: transparent;
}

.placeholder-transparent::-moz-placeholder {
  color: transparent;
}

.placeholder-transparent:-ms-input-placeholder {
  color: transparent;
}

.placeholder-transparent::-ms-input-placeholder {
  color: transparent;
}

.placeholder-transparent::placeholder {
  color: transparent;
}

.placeholder-falcon::-webkit-input-placeholder {
  color: var(--falcon);
}

.placeholder-falcon::-moz-placeholder {
  color: var(--falcon);
}

.placeholder-falcon:-ms-input-placeholder {
  color: var(--falcon);
}

.placeholder-falcon::-ms-input-placeholder {
  color: var(--falcon);
}

.placeholder-falcon::placeholder {
  color: var(--falcon);
}

.placeholder-basement::-webkit-input-placeholder {
  color: var(--basement);
}

.placeholder-basement::-moz-placeholder {
  color: var(--basement);
}

.placeholder-basement:-ms-input-placeholder {
  color: var(--basement);
}

.placeholder-basement::-ms-input-placeholder {
  color: var(--basement);
}

.placeholder-basement::placeholder {
  color: var(--basement);
}

.placeholder-blue-50::-webkit-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(239, 246, 255, var(--tw-placeholder-opacity));
}

.placeholder-blue-50::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(239, 246, 255, var(--tw-placeholder-opacity));
}

.placeholder-blue-50:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(239, 246, 255, var(--tw-placeholder-opacity));
}

.placeholder-blue-50::-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(239, 246, 255, var(--tw-placeholder-opacity));
}

.placeholder-blue-50::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(239, 246, 255, var(--tw-placeholder-opacity));
}

.placeholder-blue-100::-webkit-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(219, 234, 254, var(--tw-placeholder-opacity));
}

.placeholder-blue-100::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(219, 234, 254, var(--tw-placeholder-opacity));
}

.placeholder-blue-100:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(219, 234, 254, var(--tw-placeholder-opacity));
}

.placeholder-blue-100::-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(219, 234, 254, var(--tw-placeholder-opacity));
}

.placeholder-blue-100::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(219, 234, 254, var(--tw-placeholder-opacity));
}

.placeholder-blue-200::-webkit-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(191, 219, 254, var(--tw-placeholder-opacity));
}

.placeholder-blue-200::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(191, 219, 254, var(--tw-placeholder-opacity));
}

.placeholder-blue-200:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(191, 219, 254, var(--tw-placeholder-opacity));
}

.placeholder-blue-200::-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(191, 219, 254, var(--tw-placeholder-opacity));
}

.placeholder-blue-200::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(191, 219, 254, var(--tw-placeholder-opacity));
}

.placeholder-blue-300::-webkit-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(147, 197, 253, var(--tw-placeholder-opacity));
}

.placeholder-blue-300::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(147, 197, 253, var(--tw-placeholder-opacity));
}

.placeholder-blue-300:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(147, 197, 253, var(--tw-placeholder-opacity));
}

.placeholder-blue-300::-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(147, 197, 253, var(--tw-placeholder-opacity));
}

.placeholder-blue-300::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(147, 197, 253, var(--tw-placeholder-opacity));
}

.placeholder-blue-400::-webkit-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(96, 165, 250, var(--tw-placeholder-opacity));
}

.placeholder-blue-400::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(96, 165, 250, var(--tw-placeholder-opacity));
}

.placeholder-blue-400:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(96, 165, 250, var(--tw-placeholder-opacity));
}

.placeholder-blue-400::-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(96, 165, 250, var(--tw-placeholder-opacity));
}

.placeholder-blue-400::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(96, 165, 250, var(--tw-placeholder-opacity));
}

.placeholder-blue-500::-webkit-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(59, 130, 246, var(--tw-placeholder-opacity));
}

.placeholder-blue-500::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(59, 130, 246, var(--tw-placeholder-opacity));
}

.placeholder-blue-500:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(59, 130, 246, var(--tw-placeholder-opacity));
}

.placeholder-blue-500::-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(59, 130, 246, var(--tw-placeholder-opacity));
}

.placeholder-blue-500::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(59, 130, 246, var(--tw-placeholder-opacity));
}

.placeholder-blue-600::-webkit-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(37, 99, 235, var(--tw-placeholder-opacity));
}

.placeholder-blue-600::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(37, 99, 235, var(--tw-placeholder-opacity));
}

.placeholder-blue-600:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(37, 99, 235, var(--tw-placeholder-opacity));
}

.placeholder-blue-600::-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(37, 99, 235, var(--tw-placeholder-opacity));
}

.placeholder-blue-600::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(37, 99, 235, var(--tw-placeholder-opacity));
}

.placeholder-blue-700::-webkit-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(29, 78, 216, var(--tw-placeholder-opacity));
}

.placeholder-blue-700::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(29, 78, 216, var(--tw-placeholder-opacity));
}

.placeholder-blue-700:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(29, 78, 216, var(--tw-placeholder-opacity));
}

.placeholder-blue-700::-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(29, 78, 216, var(--tw-placeholder-opacity));
}

.placeholder-blue-700::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(29, 78, 216, var(--tw-placeholder-opacity));
}

.placeholder-blue-800::-webkit-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(30, 64, 175, var(--tw-placeholder-opacity));
}

.placeholder-blue-800::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(30, 64, 175, var(--tw-placeholder-opacity));
}

.placeholder-blue-800:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(30, 64, 175, var(--tw-placeholder-opacity));
}

.placeholder-blue-800::-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(30, 64, 175, var(--tw-placeholder-opacity));
}

.placeholder-blue-800::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(30, 64, 175, var(--tw-placeholder-opacity));
}

.placeholder-blue-900::-webkit-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(30, 58, 138, var(--tw-placeholder-opacity));
}

.placeholder-blue-900::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(30, 58, 138, var(--tw-placeholder-opacity));
}

.placeholder-blue-900:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(30, 58, 138, var(--tw-placeholder-opacity));
}

.placeholder-blue-900::-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(30, 58, 138, var(--tw-placeholder-opacity));
}

.placeholder-blue-900::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(30, 58, 138, var(--tw-placeholder-opacity));
}

.placeholder-body-and-labels::-webkit-input-placeholder {
  color: var(--body-and-labels);
}

.placeholder-body-and-labels::-moz-placeholder {
  color: var(--body-and-labels);
}

.placeholder-body-and-labels:-ms-input-placeholder {
  color: var(--body-and-labels);
}

.placeholder-body-and-labels::-ms-input-placeholder {
  color: var(--body-and-labels);
}

.placeholder-body-and-labels::placeholder {
  color: var(--body-and-labels);
}

.placeholder-brand::-webkit-input-placeholder {
  color: var(--brand);
}

.placeholder-brand::-moz-placeholder {
  color: var(--brand);
}

.placeholder-brand:-ms-input-placeholder {
  color: var(--brand);
}

.placeholder-brand::-ms-input-placeholder {
  color: var(--brand);
}

.placeholder-brand::placeholder {
  color: var(--brand);
}

.placeholder-code-base-64::-webkit-input-placeholder {
  color: var(--code-base-64);
}

.placeholder-code-base-64::-moz-placeholder {
  color: var(--code-base-64);
}

.placeholder-code-base-64:-ms-input-placeholder {
  color: var(--code-base-64);
}

.placeholder-code-base-64::-ms-input-placeholder {
  color: var(--code-base-64);
}

.placeholder-code-base-64::placeholder {
  color: var(--code-base-64);
}

.placeholder-code-bg::-webkit-input-placeholder {
  color: var(--code-bg);
}

.placeholder-code-bg::-moz-placeholder {
  color: var(--code-bg);
}

.placeholder-code-bg:-ms-input-placeholder {
  color: var(--code-bg);
}

.placeholder-code-bg::-ms-input-placeholder {
  color: var(--code-bg);
}

.placeholder-code-bg::placeholder {
  color: var(--code-bg);
}

.placeholder-code-outline::-webkit-input-placeholder {
  color: var(--code-outline);
}

.placeholder-code-outline::-moz-placeholder {
  color: var(--code-outline);
}

.placeholder-code-outline:-ms-input-placeholder {
  color: var(--code-outline);
}

.placeholder-code-outline::-ms-input-placeholder {
  color: var(--code-outline);
}

.placeholder-code-outline::placeholder {
  color: var(--code-outline);
}

.placeholder-code-text::-webkit-input-placeholder {
  color: var(--code-text);
}

.placeholder-code-text::-moz-placeholder {
  color: var(--code-text);
}

.placeholder-code-text:-ms-input-placeholder {
  color: var(--code-text);
}

.placeholder-code-text::-ms-input-placeholder {
  color: var(--code-text);
}

.placeholder-code-text::placeholder {
  color: var(--code-text);
}

.placeholder-critical::-webkit-input-placeholder {
  color: var(--critical);
}

.placeholder-critical::-moz-placeholder {
  color: var(--critical);
}

.placeholder-critical:-ms-input-placeholder {
  color: var(--critical);
}

.placeholder-critical::-ms-input-placeholder {
  color: var(--critical);
}

.placeholder-critical::placeholder {
  color: var(--critical);
}

.placeholder-destructive-hover::-webkit-input-placeholder {
  color: var(--destructive-hover);
}

.placeholder-destructive-hover::-moz-placeholder {
  color: var(--destructive-hover);
}

.placeholder-destructive-hover:-ms-input-placeholder {
  color: var(--destructive-hover);
}

.placeholder-destructive-hover::-ms-input-placeholder {
  color: var(--destructive-hover);
}

.placeholder-destructive-hover::placeholder {
  color: var(--destructive-hover);
}

.placeholder-destructive-idle::-webkit-input-placeholder {
  color: var(--destructive-idle);
}

.placeholder-destructive-idle::-moz-placeholder {
  color: var(--destructive-idle);
}

.placeholder-destructive-idle:-ms-input-placeholder {
  color: var(--destructive-idle);
}

.placeholder-destructive-idle::-ms-input-placeholder {
  color: var(--destructive-idle);
}

.placeholder-destructive-idle::placeholder {
  color: var(--destructive-idle);
}

.placeholder-destructive-pressed::-webkit-input-placeholder {
  color: var(--destructive-pressed);
}

.placeholder-destructive-pressed::-moz-placeholder {
  color: var(--destructive-pressed);
}

.placeholder-destructive-pressed:-ms-input-placeholder {
  color: var(--destructive-pressed);
}

.placeholder-destructive-pressed::-ms-input-placeholder {
  color: var(--destructive-pressed);
}

.placeholder-destructive-pressed::placeholder {
  color: var(--destructive-pressed);
}

.placeholder-disabled::-webkit-input-placeholder {
  color: var(--disabled);
}

.placeholder-disabled::-moz-placeholder {
  color: var(--disabled);
}

.placeholder-disabled:-ms-input-placeholder {
  color: var(--disabled);
}

.placeholder-disabled::-ms-input-placeholder {
  color: var(--disabled);
}

.placeholder-disabled::placeholder {
  color: var(--disabled);
}

.placeholder-disc-operations::-webkit-input-placeholder {
  color: var(--disc-operations);
}

.placeholder-disc-operations::-moz-placeholder {
  color: var(--disc-operations);
}

.placeholder-disc-operations:-ms-input-placeholder {
  color: var(--disc-operations);
}

.placeholder-disc-operations::-ms-input-placeholder {
  color: var(--disc-operations);
}

.placeholder-disc-operations::placeholder {
  color: var(--disc-operations);
}

.placeholder-dns-requests::-webkit-input-placeholder {
  color: var(--dns-requests);
}

.placeholder-dns-requests::-moz-placeholder {
  color: var(--dns-requests);
}

.placeholder-dns-requests:-ms-input-placeholder {
  color: var(--dns-requests);
}

.placeholder-dns-requests::-ms-input-placeholder {
  color: var(--dns-requests);
}

.placeholder-dns-requests::placeholder {
  color: var(--dns-requests);
}

.placeholder-focus::-webkit-input-placeholder {
  color: var(--focus);
}

.placeholder-focus::-moz-placeholder {
  color: var(--focus);
}

.placeholder-focus:-ms-input-placeholder {
  color: var(--focus);
}

.placeholder-focus::-ms-input-placeholder {
  color: var(--focus);
}

.placeholder-focus::placeholder {
  color: var(--focus);
}

.placeholder-graph-1::-webkit-input-placeholder {
  color: var(--graph-1);
}

.placeholder-graph-1::-moz-placeholder {
  color: var(--graph-1);
}

.placeholder-graph-1:-ms-input-placeholder {
  color: var(--graph-1);
}

.placeholder-graph-1::-ms-input-placeholder {
  color: var(--graph-1);
}

.placeholder-graph-1::placeholder {
  color: var(--graph-1);
}

.placeholder-graph-10::-webkit-input-placeholder {
  color: var(--graph-10);
}

.placeholder-graph-10::-moz-placeholder {
  color: var(--graph-10);
}

.placeholder-graph-10:-ms-input-placeholder {
  color: var(--graph-10);
}

.placeholder-graph-10::-ms-input-placeholder {
  color: var(--graph-10);
}

.placeholder-graph-10::placeholder {
  color: var(--graph-10);
}

.placeholder-graph-11::-webkit-input-placeholder {
  color: var(--graph-11);
}

.placeholder-graph-11::-moz-placeholder {
  color: var(--graph-11);
}

.placeholder-graph-11:-ms-input-placeholder {
  color: var(--graph-11);
}

.placeholder-graph-11::-ms-input-placeholder {
  color: var(--graph-11);
}

.placeholder-graph-11::placeholder {
  color: var(--graph-11);
}

.placeholder-graph-2::-webkit-input-placeholder {
  color: var(--graph-2);
}

.placeholder-graph-2::-moz-placeholder {
  color: var(--graph-2);
}

.placeholder-graph-2:-ms-input-placeholder {
  color: var(--graph-2);
}

.placeholder-graph-2::-ms-input-placeholder {
  color: var(--graph-2);
}

.placeholder-graph-2::placeholder {
  color: var(--graph-2);
}

.placeholder-graph-3::-webkit-input-placeholder {
  color: var(--graph-3);
}

.placeholder-graph-3::-moz-placeholder {
  color: var(--graph-3);
}

.placeholder-graph-3:-ms-input-placeholder {
  color: var(--graph-3);
}

.placeholder-graph-3::-ms-input-placeholder {
  color: var(--graph-3);
}

.placeholder-graph-3::placeholder {
  color: var(--graph-3);
}

.placeholder-graph-4::-webkit-input-placeholder {
  color: var(--graph-4);
}

.placeholder-graph-4::-moz-placeholder {
  color: var(--graph-4);
}

.placeholder-graph-4:-ms-input-placeholder {
  color: var(--graph-4);
}

.placeholder-graph-4::-ms-input-placeholder {
  color: var(--graph-4);
}

.placeholder-graph-4::placeholder {
  color: var(--graph-4);
}

.placeholder-graph-5::-webkit-input-placeholder {
  color: var(--graph-5);
}

.placeholder-graph-5::-moz-placeholder {
  color: var(--graph-5);
}

.placeholder-graph-5:-ms-input-placeholder {
  color: var(--graph-5);
}

.placeholder-graph-5::-ms-input-placeholder {
  color: var(--graph-5);
}

.placeholder-graph-5::placeholder {
  color: var(--graph-5);
}

.placeholder-graph-6::-webkit-input-placeholder {
  color: var(--graph-6);
}

.placeholder-graph-6::-moz-placeholder {
  color: var(--graph-6);
}

.placeholder-graph-6:-ms-input-placeholder {
  color: var(--graph-6);
}

.placeholder-graph-6::-ms-input-placeholder {
  color: var(--graph-6);
}

.placeholder-graph-6::placeholder {
  color: var(--graph-6);
}

.placeholder-graph-7::-webkit-input-placeholder {
  color: var(--graph-7);
}

.placeholder-graph-7::-moz-placeholder {
  color: var(--graph-7);
}

.placeholder-graph-7:-ms-input-placeholder {
  color: var(--graph-7);
}

.placeholder-graph-7::-ms-input-placeholder {
  color: var(--graph-7);
}

.placeholder-graph-7::placeholder {
  color: var(--graph-7);
}

.placeholder-graph-8::-webkit-input-placeholder {
  color: var(--graph-8);
}

.placeholder-graph-8::-moz-placeholder {
  color: var(--graph-8);
}

.placeholder-graph-8:-ms-input-placeholder {
  color: var(--graph-8);
}

.placeholder-graph-8::-ms-input-placeholder {
  color: var(--graph-8);
}

.placeholder-graph-8::placeholder {
  color: var(--graph-8);
}

.placeholder-graph-9::-webkit-input-placeholder {
  color: var(--graph-9);
}

.placeholder-graph-9::-moz-placeholder {
  color: var(--graph-9);
}

.placeholder-graph-9:-ms-input-placeholder {
  color: var(--graph-9);
}

.placeholder-graph-9::-ms-input-placeholder {
  color: var(--graph-9);
}

.placeholder-graph-9::placeholder {
  color: var(--graph-9);
}

.placeholder-graph-disabled::-webkit-input-placeholder {
  color: var(--graph-disabled);
}

.placeholder-graph-disabled::-moz-placeholder {
  color: var(--graph-disabled);
}

.placeholder-graph-disabled:-ms-input-placeholder {
  color: var(--graph-disabled);
}

.placeholder-graph-disabled::-ms-input-placeholder {
  color: var(--graph-disabled);
}

.placeholder-graph-disabled::placeholder {
  color: var(--graph-disabled);
}

.placeholder-ground-floor::-webkit-input-placeholder {
  color: var(--ground-floor);
}

.placeholder-ground-floor::-moz-placeholder {
  color: var(--ground-floor);
}

.placeholder-ground-floor:-ms-input-placeholder {
  color: var(--ground-floor);
}

.placeholder-ground-floor::-ms-input-placeholder {
  color: var(--ground-floor);
}

.placeholder-ground-floor::placeholder {
  color: var(--ground-floor);
}

.placeholder-high::-webkit-input-placeholder {
  color: var(--high);
}

.placeholder-high::-moz-placeholder {
  color: var(--high);
}

.placeholder-high:-ms-input-placeholder {
  color: var(--high);
}

.placeholder-high::-ms-input-placeholder {
  color: var(--high);
}

.placeholder-high::placeholder {
  color: var(--high);
}

.placeholder-informational::-webkit-input-placeholder {
  color: var(--informational);
}

.placeholder-informational::-moz-placeholder {
  color: var(--informational);
}

.placeholder-informational:-ms-input-placeholder {
  color: var(--informational);
}

.placeholder-informational::-ms-input-placeholder {
  color: var(--informational);
}

.placeholder-informational::placeholder {
  color: var(--informational);
}

.placeholder-lines-dark::-webkit-input-placeholder {
  color: var(--lines-dark);
}

.placeholder-lines-dark::-moz-placeholder {
  color: var(--lines-dark);
}

.placeholder-lines-dark:-ms-input-placeholder {
  color: var(--lines-dark);
}

.placeholder-lines-dark::-ms-input-placeholder {
  color: var(--lines-dark);
}

.placeholder-lines-dark::placeholder {
  color: var(--lines-dark);
}

.placeholder-lines-light::-webkit-input-placeholder {
  color: var(--lines-light);
}

.placeholder-lines-light::-moz-placeholder {
  color: var(--lines-light);
}

.placeholder-lines-light:-ms-input-placeholder {
  color: var(--lines-light);
}

.placeholder-lines-light::-ms-input-placeholder {
  color: var(--lines-light);
}

.placeholder-lines-light::placeholder {
  color: var(--lines-light);
}

.placeholder-low::-webkit-input-placeholder {
  color: var(--low);
}

.placeholder-low::-moz-placeholder {
  color: var(--low);
}

.placeholder-low:-ms-input-placeholder {
  color: var(--low);
}

.placeholder-low::-ms-input-placeholder {
  color: var(--low);
}

.placeholder-low::placeholder {
  color: var(--low);
}

.placeholder-medium::-webkit-input-placeholder {
  color: var(--medium);
}

.placeholder-medium::-moz-placeholder {
  color: var(--medium);
}

.placeholder-medium:-ms-input-placeholder {
  color: var(--medium);
}

.placeholder-medium::-ms-input-placeholder {
  color: var(--medium);
}

.placeholder-medium::placeholder {
  color: var(--medium);
}

.placeholder-mezzanine::-webkit-input-placeholder {
  color: var(--mezzanine);
}

.placeholder-mezzanine::-moz-placeholder {
  color: var(--mezzanine);
}

.placeholder-mezzanine:-ms-input-placeholder {
  color: var(--mezzanine);
}

.placeholder-mezzanine::-ms-input-placeholder {
  color: var(--mezzanine);
}

.placeholder-mezzanine::placeholder {
  color: var(--mezzanine);
}

.placeholder-nav-text-and-icons::-webkit-input-placeholder {
  color: var(--nav-text-and-icons);
}

.placeholder-nav-text-and-icons::-moz-placeholder {
  color: var(--nav-text-and-icons);
}

.placeholder-nav-text-and-icons:-ms-input-placeholder {
  color: var(--nav-text-and-icons);
}

.placeholder-nav-text-and-icons::-ms-input-placeholder {
  color: var(--nav-text-and-icons);
}

.placeholder-nav-text-and-icons::placeholder {
  color: var(--nav-text-and-icons);
}

.placeholder-nav-text-secondary::-webkit-input-placeholder {
  color: var(--nav-text-secondary);
}

.placeholder-nav-text-secondary::-moz-placeholder {
  color: var(--nav-text-secondary);
}

.placeholder-nav-text-secondary:-ms-input-placeholder {
  color: var(--nav-text-secondary);
}

.placeholder-nav-text-secondary::-ms-input-placeholder {
  color: var(--nav-text-secondary);
}

.placeholder-nav-text-secondary::placeholder {
  color: var(--nav-text-secondary);
}

.placeholder-network-operations::-webkit-input-placeholder {
  color: var(--network-operations);
}

.placeholder-network-operations::-moz-placeholder {
  color: var(--network-operations);
}

.placeholder-network-operations:-ms-input-placeholder {
  color: var(--network-operations);
}

.placeholder-network-operations::-ms-input-placeholder {
  color: var(--network-operations);
}

.placeholder-network-operations::placeholder {
  color: var(--network-operations);
}

.placeholder-normal-hover::-webkit-input-placeholder {
  color: var(--normal-hover);
}

.placeholder-normal-hover::-moz-placeholder {
  color: var(--normal-hover);
}

.placeholder-normal-hover:-ms-input-placeholder {
  color: var(--normal-hover);
}

.placeholder-normal-hover::-ms-input-placeholder {
  color: var(--normal-hover);
}

.placeholder-normal-hover::placeholder {
  color: var(--normal-hover);
}

.placeholder-normal-idle::-webkit-input-placeholder {
  color: var(--normal-idle);
}

.placeholder-normal-idle::-moz-placeholder {
  color: var(--normal-idle);
}

.placeholder-normal-idle:-ms-input-placeholder {
  color: var(--normal-idle);
}

.placeholder-normal-idle::-ms-input-placeholder {
  color: var(--normal-idle);
}

.placeholder-normal-idle::placeholder {
  color: var(--normal-idle);
}

.placeholder-normal-pressed::-webkit-input-placeholder {
  color: var(--normal-pressed);
}

.placeholder-normal-pressed::-moz-placeholder {
  color: var(--normal-pressed);
}

.placeholder-normal-pressed:-ms-input-placeholder {
  color: var(--normal-pressed);
}

.placeholder-normal-pressed::-ms-input-placeholder {
  color: var(--normal-pressed);
}

.placeholder-normal-pressed::placeholder {
  color: var(--normal-pressed);
}

.placeholder-overlay-0\.5::-webkit-input-placeholder {
  color: var(--overlay-0\.5);
}

.placeholder-overlay-0\.5::-moz-placeholder {
  color: var(--overlay-0\.5);
}

.placeholder-overlay-0\.5:-ms-input-placeholder {
  color: var(--overlay-0\.5);
}

.placeholder-overlay-0\.5::-ms-input-placeholder {
  color: var(--overlay-0\.5);
}

.placeholder-overlay-0\.5::placeholder {
  color: var(--overlay-0\.5);
}

.placeholder-overlay-1::-webkit-input-placeholder {
  color: var(--overlay-1);
}

.placeholder-overlay-1::-moz-placeholder {
  color: var(--overlay-1);
}

.placeholder-overlay-1:-ms-input-placeholder {
  color: var(--overlay-1);
}

.placeholder-overlay-1::-ms-input-placeholder {
  color: var(--overlay-1);
}

.placeholder-overlay-1::placeholder {
  color: var(--overlay-1);
}

.placeholder-overlay-2::-webkit-input-placeholder {
  color: var(--overlay-2);
}

.placeholder-overlay-2::-moz-placeholder {
  color: var(--overlay-2);
}

.placeholder-overlay-2:-ms-input-placeholder {
  color: var(--overlay-2);
}

.placeholder-overlay-2::-ms-input-placeholder {
  color: var(--overlay-2);
}

.placeholder-overlay-2::placeholder {
  color: var(--overlay-2);
}

.placeholder-positive::-webkit-input-placeholder {
  color: var(--positive);
}

.placeholder-positive::-moz-placeholder {
  color: var(--positive);
}

.placeholder-positive:-ms-input-placeholder {
  color: var(--positive);
}

.placeholder-positive::-ms-input-placeholder {
  color: var(--positive);
}

.placeholder-positive::placeholder {
  color: var(--positive);
}

.placeholder-primary-hover::-webkit-input-placeholder {
  color: var(--primary-hover);
}

.placeholder-primary-hover::-moz-placeholder {
  color: var(--primary-hover);
}

.placeholder-primary-hover:-ms-input-placeholder {
  color: var(--primary-hover);
}

.placeholder-primary-hover::-ms-input-placeholder {
  color: var(--primary-hover);
}

.placeholder-primary-hover::placeholder {
  color: var(--primary-hover);
}

.placeholder-primary-idle::-webkit-input-placeholder {
  color: var(--primary-idle);
}

.placeholder-primary-idle::-moz-placeholder {
  color: var(--primary-idle);
}

.placeholder-primary-idle:-ms-input-placeholder {
  color: var(--primary-idle);
}

.placeholder-primary-idle::-ms-input-placeholder {
  color: var(--primary-idle);
}

.placeholder-primary-idle::placeholder {
  color: var(--primary-idle);
}

.placeholder-primary-pressed::-webkit-input-placeholder {
  color: var(--primary-pressed);
}

.placeholder-primary-pressed::-moz-placeholder {
  color: var(--primary-pressed);
}

.placeholder-primary-pressed:-ms-input-placeholder {
  color: var(--primary-pressed);
}

.placeholder-primary-pressed::-ms-input-placeholder {
  color: var(--primary-pressed);
}

.placeholder-primary-pressed::placeholder {
  color: var(--primary-pressed);
}

.placeholder-process-operations::-webkit-input-placeholder {
  color: var(--process-operations);
}

.placeholder-process-operations::-moz-placeholder {
  color: var(--process-operations);
}

.placeholder-process-operations:-ms-input-placeholder {
  color: var(--process-operations);
}

.placeholder-process-operations::-ms-input-placeholder {
  color: var(--process-operations);
}

.placeholder-process-operations::placeholder {
  color: var(--process-operations);
}

.placeholder-purple-50::-webkit-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(250, 245, 255, var(--tw-placeholder-opacity));
}

.placeholder-purple-50::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(250, 245, 255, var(--tw-placeholder-opacity));
}

.placeholder-purple-50:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(250, 245, 255, var(--tw-placeholder-opacity));
}

.placeholder-purple-50::-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(250, 245, 255, var(--tw-placeholder-opacity));
}

.placeholder-purple-50::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(250, 245, 255, var(--tw-placeholder-opacity));
}

.placeholder-purple-100::-webkit-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(243, 232, 255, var(--tw-placeholder-opacity));
}

.placeholder-purple-100::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(243, 232, 255, var(--tw-placeholder-opacity));
}

.placeholder-purple-100:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(243, 232, 255, var(--tw-placeholder-opacity));
}

.placeholder-purple-100::-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(243, 232, 255, var(--tw-placeholder-opacity));
}

.placeholder-purple-100::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(243, 232, 255, var(--tw-placeholder-opacity));
}

.placeholder-purple-200::-webkit-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(233, 213, 255, var(--tw-placeholder-opacity));
}

.placeholder-purple-200::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(233, 213, 255, var(--tw-placeholder-opacity));
}

.placeholder-purple-200:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(233, 213, 255, var(--tw-placeholder-opacity));
}

.placeholder-purple-200::-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(233, 213, 255, var(--tw-placeholder-opacity));
}

.placeholder-purple-200::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(233, 213, 255, var(--tw-placeholder-opacity));
}

.placeholder-purple-300::-webkit-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(216, 180, 254, var(--tw-placeholder-opacity));
}

.placeholder-purple-300::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(216, 180, 254, var(--tw-placeholder-opacity));
}

.placeholder-purple-300:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(216, 180, 254, var(--tw-placeholder-opacity));
}

.placeholder-purple-300::-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(216, 180, 254, var(--tw-placeholder-opacity));
}

.placeholder-purple-300::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(216, 180, 254, var(--tw-placeholder-opacity));
}

.placeholder-purple-400::-webkit-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(192, 132, 252, var(--tw-placeholder-opacity));
}

.placeholder-purple-400::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(192, 132, 252, var(--tw-placeholder-opacity));
}

.placeholder-purple-400:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(192, 132, 252, var(--tw-placeholder-opacity));
}

.placeholder-purple-400::-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(192, 132, 252, var(--tw-placeholder-opacity));
}

.placeholder-purple-400::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(192, 132, 252, var(--tw-placeholder-opacity));
}

.placeholder-purple-500::-webkit-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(168, 85, 247, var(--tw-placeholder-opacity));
}

.placeholder-purple-500::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(168, 85, 247, var(--tw-placeholder-opacity));
}

.placeholder-purple-500:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(168, 85, 247, var(--tw-placeholder-opacity));
}

.placeholder-purple-500::-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(168, 85, 247, var(--tw-placeholder-opacity));
}

.placeholder-purple-500::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(168, 85, 247, var(--tw-placeholder-opacity));
}

.placeholder-purple-600::-webkit-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(147, 51, 234, var(--tw-placeholder-opacity));
}

.placeholder-purple-600::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(147, 51, 234, var(--tw-placeholder-opacity));
}

.placeholder-purple-600:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(147, 51, 234, var(--tw-placeholder-opacity));
}

.placeholder-purple-600::-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(147, 51, 234, var(--tw-placeholder-opacity));
}

.placeholder-purple-600::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(147, 51, 234, var(--tw-placeholder-opacity));
}

.placeholder-purple-700::-webkit-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(126, 34, 206, var(--tw-placeholder-opacity));
}

.placeholder-purple-700::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(126, 34, 206, var(--tw-placeholder-opacity));
}

.placeholder-purple-700:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(126, 34, 206, var(--tw-placeholder-opacity));
}

.placeholder-purple-700::-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(126, 34, 206, var(--tw-placeholder-opacity));
}

.placeholder-purple-700::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(126, 34, 206, var(--tw-placeholder-opacity));
}

.placeholder-purple-800::-webkit-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(107, 33, 168, var(--tw-placeholder-opacity));
}

.placeholder-purple-800::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(107, 33, 168, var(--tw-placeholder-opacity));
}

.placeholder-purple-800:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(107, 33, 168, var(--tw-placeholder-opacity));
}

.placeholder-purple-800::-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(107, 33, 168, var(--tw-placeholder-opacity));
}

.placeholder-purple-800::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(107, 33, 168, var(--tw-placeholder-opacity));
}

.placeholder-purple-900::-webkit-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(88, 28, 135, var(--tw-placeholder-opacity));
}

.placeholder-purple-900::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(88, 28, 135, var(--tw-placeholder-opacity));
}

.placeholder-purple-900:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(88, 28, 135, var(--tw-placeholder-opacity));
}

.placeholder-purple-900::-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(88, 28, 135, var(--tw-placeholder-opacity));
}

.placeholder-purple-900::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(88, 28, 135, var(--tw-placeholder-opacity));
}

.placeholder-registry-operations::-webkit-input-placeholder {
  color: var(--registry-operations);
}

.placeholder-registry-operations::-moz-placeholder {
  color: var(--registry-operations);
}

.placeholder-registry-operations:-ms-input-placeholder {
  color: var(--registry-operations);
}

.placeholder-registry-operations::-ms-input-placeholder {
  color: var(--registry-operations);
}

.placeholder-registry-operations::placeholder {
  color: var(--registry-operations);
}

.placeholder-selected::-webkit-input-placeholder {
  color: var(--selected);
}

.placeholder-selected::-moz-placeholder {
  color: var(--selected);
}

.placeholder-selected:-ms-input-placeholder {
  color: var(--selected);
}

.placeholder-selected::-ms-input-placeholder {
  color: var(--selected);
}

.placeholder-selected::placeholder {
  color: var(--selected);
}

.placeholder-surface-2xl::-webkit-input-placeholder {
  color: var(--surface-2xl);
}

.placeholder-surface-2xl::-moz-placeholder {
  color: var(--surface-2xl);
}

.placeholder-surface-2xl:-ms-input-placeholder {
  color: var(--surface-2xl);
}

.placeholder-surface-2xl::-ms-input-placeholder {
  color: var(--surface-2xl);
}

.placeholder-surface-2xl::placeholder {
  color: var(--surface-2xl);
}

.placeholder-surface-base::-webkit-input-placeholder {
  color: var(--surface-base);
}

.placeholder-surface-base::-moz-placeholder {
  color: var(--surface-base);
}

.placeholder-surface-base:-ms-input-placeholder {
  color: var(--surface-base);
}

.placeholder-surface-base::-ms-input-placeholder {
  color: var(--surface-base);
}

.placeholder-surface-base::placeholder {
  color: var(--surface-base);
}

.placeholder-surface-inner::-webkit-input-placeholder {
  color: var(--surface-inner);
}

.placeholder-surface-inner::-moz-placeholder {
  color: var(--surface-inner);
}

.placeholder-surface-inner:-ms-input-placeholder {
  color: var(--surface-inner);
}

.placeholder-surface-inner::-ms-input-placeholder {
  color: var(--surface-inner);
}

.placeholder-surface-inner::placeholder {
  color: var(--surface-inner);
}

.placeholder-surface-lg::-webkit-input-placeholder {
  color: var(--surface-lg);
}

.placeholder-surface-lg::-moz-placeholder {
  color: var(--surface-lg);
}

.placeholder-surface-lg:-ms-input-placeholder {
  color: var(--surface-lg);
}

.placeholder-surface-lg::-ms-input-placeholder {
  color: var(--surface-lg);
}

.placeholder-surface-lg::placeholder {
  color: var(--surface-lg);
}

.placeholder-surface-md::-webkit-input-placeholder {
  color: var(--surface-md);
}

.placeholder-surface-md::-moz-placeholder {
  color: var(--surface-md);
}

.placeholder-surface-md:-ms-input-placeholder {
  color: var(--surface-md);
}

.placeholder-surface-md::-ms-input-placeholder {
  color: var(--surface-md);
}

.placeholder-surface-md::placeholder {
  color: var(--surface-md);
}

.placeholder-surface-xl::-webkit-input-placeholder {
  color: var(--surface-xl);
}

.placeholder-surface-xl::-moz-placeholder {
  color: var(--surface-xl);
}

.placeholder-surface-xl:-ms-input-placeholder {
  color: var(--surface-xl);
}

.placeholder-surface-xl::-ms-input-placeholder {
  color: var(--surface-xl);
}

.placeholder-surface-xl::placeholder {
  color: var(--surface-xl);
}

.placeholder-text-and-icons::-webkit-input-placeholder {
  color: var(--text-and-icons);
}

.placeholder-text-and-icons::-moz-placeholder {
  color: var(--text-and-icons);
}

.placeholder-text-and-icons:-ms-input-placeholder {
  color: var(--text-and-icons);
}

.placeholder-text-and-icons::-ms-input-placeholder {
  color: var(--text-and-icons);
}

.placeholder-text-and-icons::placeholder {
  color: var(--text-and-icons);
}

.placeholder-titles-and-attributes::-webkit-input-placeholder {
  color: var(--titles-and-attributes);
}

.placeholder-titles-and-attributes::-moz-placeholder {
  color: var(--titles-and-attributes);
}

.placeholder-titles-and-attributes:-ms-input-placeholder {
  color: var(--titles-and-attributes);
}

.placeholder-titles-and-attributes::-ms-input-placeholder {
  color: var(--titles-and-attributes);
}

.placeholder-titles-and-attributes::placeholder {
  color: var(--titles-and-attributes);
}

.placeholder-black::-webkit-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(0, 0, 0, var(--tw-placeholder-opacity));
}

.placeholder-black::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(0, 0, 0, var(--tw-placeholder-opacity));
}

.placeholder-black:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(0, 0, 0, var(--tw-placeholder-opacity));
}

.placeholder-black::-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(0, 0, 0, var(--tw-placeholder-opacity));
}

.placeholder-black::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(0, 0, 0, var(--tw-placeholder-opacity));
}

.placeholder-white::-webkit-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-placeholder-opacity));
}

.placeholder-white::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-placeholder-opacity));
}

.placeholder-white:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-placeholder-opacity));
}

.placeholder-white::-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-placeholder-opacity));
}

.placeholder-white::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-placeholder-opacity));
}

.placeholder-rose-50::-webkit-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(255, 241, 242, var(--tw-placeholder-opacity));
}

.placeholder-rose-50::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(255, 241, 242, var(--tw-placeholder-opacity));
}

.placeholder-rose-50:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(255, 241, 242, var(--tw-placeholder-opacity));
}

.placeholder-rose-50::-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(255, 241, 242, var(--tw-placeholder-opacity));
}

.placeholder-rose-50::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(255, 241, 242, var(--tw-placeholder-opacity));
}

.placeholder-rose-100::-webkit-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(255, 228, 230, var(--tw-placeholder-opacity));
}

.placeholder-rose-100::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(255, 228, 230, var(--tw-placeholder-opacity));
}

.placeholder-rose-100:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(255, 228, 230, var(--tw-placeholder-opacity));
}

.placeholder-rose-100::-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(255, 228, 230, var(--tw-placeholder-opacity));
}

.placeholder-rose-100::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(255, 228, 230, var(--tw-placeholder-opacity));
}

.placeholder-rose-200::-webkit-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(254, 205, 211, var(--tw-placeholder-opacity));
}

.placeholder-rose-200::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(254, 205, 211, var(--tw-placeholder-opacity));
}

.placeholder-rose-200:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(254, 205, 211, var(--tw-placeholder-opacity));
}

.placeholder-rose-200::-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(254, 205, 211, var(--tw-placeholder-opacity));
}

.placeholder-rose-200::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(254, 205, 211, var(--tw-placeholder-opacity));
}

.placeholder-rose-300::-webkit-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(253, 164, 175, var(--tw-placeholder-opacity));
}

.placeholder-rose-300::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(253, 164, 175, var(--tw-placeholder-opacity));
}

.placeholder-rose-300:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(253, 164, 175, var(--tw-placeholder-opacity));
}

.placeholder-rose-300::-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(253, 164, 175, var(--tw-placeholder-opacity));
}

.placeholder-rose-300::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(253, 164, 175, var(--tw-placeholder-opacity));
}

.placeholder-rose-400::-webkit-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(251, 113, 133, var(--tw-placeholder-opacity));
}

.placeholder-rose-400::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(251, 113, 133, var(--tw-placeholder-opacity));
}

.placeholder-rose-400:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(251, 113, 133, var(--tw-placeholder-opacity));
}

.placeholder-rose-400::-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(251, 113, 133, var(--tw-placeholder-opacity));
}

.placeholder-rose-400::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(251, 113, 133, var(--tw-placeholder-opacity));
}

.placeholder-rose-500::-webkit-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(244, 63, 94, var(--tw-placeholder-opacity));
}

.placeholder-rose-500::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(244, 63, 94, var(--tw-placeholder-opacity));
}

.placeholder-rose-500:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(244, 63, 94, var(--tw-placeholder-opacity));
}

.placeholder-rose-500::-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(244, 63, 94, var(--tw-placeholder-opacity));
}

.placeholder-rose-500::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(244, 63, 94, var(--tw-placeholder-opacity));
}

.placeholder-rose-600::-webkit-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(225, 29, 72, var(--tw-placeholder-opacity));
}

.placeholder-rose-600::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(225, 29, 72, var(--tw-placeholder-opacity));
}

.placeholder-rose-600:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(225, 29, 72, var(--tw-placeholder-opacity));
}

.placeholder-rose-600::-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(225, 29, 72, var(--tw-placeholder-opacity));
}

.placeholder-rose-600::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(225, 29, 72, var(--tw-placeholder-opacity));
}

.placeholder-rose-700::-webkit-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(190, 18, 60, var(--tw-placeholder-opacity));
}

.placeholder-rose-700::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(190, 18, 60, var(--tw-placeholder-opacity));
}

.placeholder-rose-700:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(190, 18, 60, var(--tw-placeholder-opacity));
}

.placeholder-rose-700::-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(190, 18, 60, var(--tw-placeholder-opacity));
}

.placeholder-rose-700::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(190, 18, 60, var(--tw-placeholder-opacity));
}

.placeholder-rose-800::-webkit-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(159, 18, 57, var(--tw-placeholder-opacity));
}

.placeholder-rose-800::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(159, 18, 57, var(--tw-placeholder-opacity));
}

.placeholder-rose-800:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(159, 18, 57, var(--tw-placeholder-opacity));
}

.placeholder-rose-800::-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(159, 18, 57, var(--tw-placeholder-opacity));
}

.placeholder-rose-800::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(159, 18, 57, var(--tw-placeholder-opacity));
}

.placeholder-rose-900::-webkit-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(136, 19, 55, var(--tw-placeholder-opacity));
}

.placeholder-rose-900::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(136, 19, 55, var(--tw-placeholder-opacity));
}

.placeholder-rose-900:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(136, 19, 55, var(--tw-placeholder-opacity));
}

.placeholder-rose-900::-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(136, 19, 55, var(--tw-placeholder-opacity));
}

.placeholder-rose-900::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(136, 19, 55, var(--tw-placeholder-opacity));
}

.placeholder-pink-50::-webkit-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(253, 242, 248, var(--tw-placeholder-opacity));
}

.placeholder-pink-50::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(253, 242, 248, var(--tw-placeholder-opacity));
}

.placeholder-pink-50:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(253, 242, 248, var(--tw-placeholder-opacity));
}

.placeholder-pink-50::-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(253, 242, 248, var(--tw-placeholder-opacity));
}

.placeholder-pink-50::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(253, 242, 248, var(--tw-placeholder-opacity));
}

.placeholder-pink-100::-webkit-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(252, 231, 243, var(--tw-placeholder-opacity));
}

.placeholder-pink-100::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(252, 231, 243, var(--tw-placeholder-opacity));
}

.placeholder-pink-100:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(252, 231, 243, var(--tw-placeholder-opacity));
}

.placeholder-pink-100::-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(252, 231, 243, var(--tw-placeholder-opacity));
}

.placeholder-pink-100::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(252, 231, 243, var(--tw-placeholder-opacity));
}

.placeholder-pink-200::-webkit-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(251, 207, 232, var(--tw-placeholder-opacity));
}

.placeholder-pink-200::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(251, 207, 232, var(--tw-placeholder-opacity));
}

.placeholder-pink-200:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(251, 207, 232, var(--tw-placeholder-opacity));
}

.placeholder-pink-200::-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(251, 207, 232, var(--tw-placeholder-opacity));
}

.placeholder-pink-200::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(251, 207, 232, var(--tw-placeholder-opacity));
}

.placeholder-pink-300::-webkit-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(249, 168, 212, var(--tw-placeholder-opacity));
}

.placeholder-pink-300::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(249, 168, 212, var(--tw-placeholder-opacity));
}

.placeholder-pink-300:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(249, 168, 212, var(--tw-placeholder-opacity));
}

.placeholder-pink-300::-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(249, 168, 212, var(--tw-placeholder-opacity));
}

.placeholder-pink-300::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(249, 168, 212, var(--tw-placeholder-opacity));
}

.placeholder-pink-400::-webkit-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(244, 114, 182, var(--tw-placeholder-opacity));
}

.placeholder-pink-400::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(244, 114, 182, var(--tw-placeholder-opacity));
}

.placeholder-pink-400:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(244, 114, 182, var(--tw-placeholder-opacity));
}

.placeholder-pink-400::-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(244, 114, 182, var(--tw-placeholder-opacity));
}

.placeholder-pink-400::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(244, 114, 182, var(--tw-placeholder-opacity));
}

.placeholder-pink-500::-webkit-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(236, 72, 153, var(--tw-placeholder-opacity));
}

.placeholder-pink-500::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(236, 72, 153, var(--tw-placeholder-opacity));
}

.placeholder-pink-500:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(236, 72, 153, var(--tw-placeholder-opacity));
}

.placeholder-pink-500::-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(236, 72, 153, var(--tw-placeholder-opacity));
}

.placeholder-pink-500::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(236, 72, 153, var(--tw-placeholder-opacity));
}

.placeholder-pink-600::-webkit-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(219, 39, 119, var(--tw-placeholder-opacity));
}

.placeholder-pink-600::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(219, 39, 119, var(--tw-placeholder-opacity));
}

.placeholder-pink-600:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(219, 39, 119, var(--tw-placeholder-opacity));
}

.placeholder-pink-600::-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(219, 39, 119, var(--tw-placeholder-opacity));
}

.placeholder-pink-600::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(219, 39, 119, var(--tw-placeholder-opacity));
}

.placeholder-pink-700::-webkit-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(190, 24, 93, var(--tw-placeholder-opacity));
}

.placeholder-pink-700::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(190, 24, 93, var(--tw-placeholder-opacity));
}

.placeholder-pink-700:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(190, 24, 93, var(--tw-placeholder-opacity));
}

.placeholder-pink-700::-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(190, 24, 93, var(--tw-placeholder-opacity));
}

.placeholder-pink-700::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(190, 24, 93, var(--tw-placeholder-opacity));
}

.placeholder-pink-800::-webkit-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(157, 23, 77, var(--tw-placeholder-opacity));
}

.placeholder-pink-800::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(157, 23, 77, var(--tw-placeholder-opacity));
}

.placeholder-pink-800:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(157, 23, 77, var(--tw-placeholder-opacity));
}

.placeholder-pink-800::-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(157, 23, 77, var(--tw-placeholder-opacity));
}

.placeholder-pink-800::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(157, 23, 77, var(--tw-placeholder-opacity));
}

.placeholder-pink-900::-webkit-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(131, 24, 67, var(--tw-placeholder-opacity));
}

.placeholder-pink-900::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(131, 24, 67, var(--tw-placeholder-opacity));
}

.placeholder-pink-900:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(131, 24, 67, var(--tw-placeholder-opacity));
}

.placeholder-pink-900::-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(131, 24, 67, var(--tw-placeholder-opacity));
}

.placeholder-pink-900::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(131, 24, 67, var(--tw-placeholder-opacity));
}

.placeholder-fuchsia-50::-webkit-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(253, 244, 255, var(--tw-placeholder-opacity));
}

.placeholder-fuchsia-50::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(253, 244, 255, var(--tw-placeholder-opacity));
}

.placeholder-fuchsia-50:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(253, 244, 255, var(--tw-placeholder-opacity));
}

.placeholder-fuchsia-50::-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(253, 244, 255, var(--tw-placeholder-opacity));
}

.placeholder-fuchsia-50::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(253, 244, 255, var(--tw-placeholder-opacity));
}

.placeholder-fuchsia-100::-webkit-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(250, 232, 255, var(--tw-placeholder-opacity));
}

.placeholder-fuchsia-100::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(250, 232, 255, var(--tw-placeholder-opacity));
}

.placeholder-fuchsia-100:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(250, 232, 255, var(--tw-placeholder-opacity));
}

.placeholder-fuchsia-100::-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(250, 232, 255, var(--tw-placeholder-opacity));
}

.placeholder-fuchsia-100::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(250, 232, 255, var(--tw-placeholder-opacity));
}

.placeholder-fuchsia-200::-webkit-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(245, 208, 254, var(--tw-placeholder-opacity));
}

.placeholder-fuchsia-200::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(245, 208, 254, var(--tw-placeholder-opacity));
}

.placeholder-fuchsia-200:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(245, 208, 254, var(--tw-placeholder-opacity));
}

.placeholder-fuchsia-200::-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(245, 208, 254, var(--tw-placeholder-opacity));
}

.placeholder-fuchsia-200::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(245, 208, 254, var(--tw-placeholder-opacity));
}

.placeholder-fuchsia-300::-webkit-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(240, 171, 252, var(--tw-placeholder-opacity));
}

.placeholder-fuchsia-300::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(240, 171, 252, var(--tw-placeholder-opacity));
}

.placeholder-fuchsia-300:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(240, 171, 252, var(--tw-placeholder-opacity));
}

.placeholder-fuchsia-300::-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(240, 171, 252, var(--tw-placeholder-opacity));
}

.placeholder-fuchsia-300::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(240, 171, 252, var(--tw-placeholder-opacity));
}

.placeholder-fuchsia-400::-webkit-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(232, 121, 249, var(--tw-placeholder-opacity));
}

.placeholder-fuchsia-400::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(232, 121, 249, var(--tw-placeholder-opacity));
}

.placeholder-fuchsia-400:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(232, 121, 249, var(--tw-placeholder-opacity));
}

.placeholder-fuchsia-400::-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(232, 121, 249, var(--tw-placeholder-opacity));
}

.placeholder-fuchsia-400::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(232, 121, 249, var(--tw-placeholder-opacity));
}

.placeholder-fuchsia-500::-webkit-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(217, 70, 239, var(--tw-placeholder-opacity));
}

.placeholder-fuchsia-500::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(217, 70, 239, var(--tw-placeholder-opacity));
}

.placeholder-fuchsia-500:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(217, 70, 239, var(--tw-placeholder-opacity));
}

.placeholder-fuchsia-500::-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(217, 70, 239, var(--tw-placeholder-opacity));
}

.placeholder-fuchsia-500::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(217, 70, 239, var(--tw-placeholder-opacity));
}

.placeholder-fuchsia-600::-webkit-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(192, 38, 211, var(--tw-placeholder-opacity));
}

.placeholder-fuchsia-600::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(192, 38, 211, var(--tw-placeholder-opacity));
}

.placeholder-fuchsia-600:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(192, 38, 211, var(--tw-placeholder-opacity));
}

.placeholder-fuchsia-600::-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(192, 38, 211, var(--tw-placeholder-opacity));
}

.placeholder-fuchsia-600::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(192, 38, 211, var(--tw-placeholder-opacity));
}

.placeholder-fuchsia-700::-webkit-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(162, 28, 175, var(--tw-placeholder-opacity));
}

.placeholder-fuchsia-700::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(162, 28, 175, var(--tw-placeholder-opacity));
}

.placeholder-fuchsia-700:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(162, 28, 175, var(--tw-placeholder-opacity));
}

.placeholder-fuchsia-700::-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(162, 28, 175, var(--tw-placeholder-opacity));
}

.placeholder-fuchsia-700::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(162, 28, 175, var(--tw-placeholder-opacity));
}

.placeholder-fuchsia-800::-webkit-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(134, 25, 143, var(--tw-placeholder-opacity));
}

.placeholder-fuchsia-800::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(134, 25, 143, var(--tw-placeholder-opacity));
}

.placeholder-fuchsia-800:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(134, 25, 143, var(--tw-placeholder-opacity));
}

.placeholder-fuchsia-800::-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(134, 25, 143, var(--tw-placeholder-opacity));
}

.placeholder-fuchsia-800::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(134, 25, 143, var(--tw-placeholder-opacity));
}

.placeholder-fuchsia-900::-webkit-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(112, 26, 117, var(--tw-placeholder-opacity));
}

.placeholder-fuchsia-900::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(112, 26, 117, var(--tw-placeholder-opacity));
}

.placeholder-fuchsia-900:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(112, 26, 117, var(--tw-placeholder-opacity));
}

.placeholder-fuchsia-900::-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(112, 26, 117, var(--tw-placeholder-opacity));
}

.placeholder-fuchsia-900::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(112, 26, 117, var(--tw-placeholder-opacity));
}

.placeholder-violet-50::-webkit-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(245, 243, 255, var(--tw-placeholder-opacity));
}

.placeholder-violet-50::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(245, 243, 255, var(--tw-placeholder-opacity));
}

.placeholder-violet-50:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(245, 243, 255, var(--tw-placeholder-opacity));
}

.placeholder-violet-50::-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(245, 243, 255, var(--tw-placeholder-opacity));
}

.placeholder-violet-50::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(245, 243, 255, var(--tw-placeholder-opacity));
}

.placeholder-violet-100::-webkit-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(237, 233, 254, var(--tw-placeholder-opacity));
}

.placeholder-violet-100::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(237, 233, 254, var(--tw-placeholder-opacity));
}

.placeholder-violet-100:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(237, 233, 254, var(--tw-placeholder-opacity));
}

.placeholder-violet-100::-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(237, 233, 254, var(--tw-placeholder-opacity));
}

.placeholder-violet-100::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(237, 233, 254, var(--tw-placeholder-opacity));
}

.placeholder-violet-200::-webkit-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(221, 214, 254, var(--tw-placeholder-opacity));
}

.placeholder-violet-200::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(221, 214, 254, var(--tw-placeholder-opacity));
}

.placeholder-violet-200:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(221, 214, 254, var(--tw-placeholder-opacity));
}

.placeholder-violet-200::-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(221, 214, 254, var(--tw-placeholder-opacity));
}

.placeholder-violet-200::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(221, 214, 254, var(--tw-placeholder-opacity));
}

.placeholder-violet-300::-webkit-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(196, 181, 253, var(--tw-placeholder-opacity));
}

.placeholder-violet-300::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(196, 181, 253, var(--tw-placeholder-opacity));
}

.placeholder-violet-300:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(196, 181, 253, var(--tw-placeholder-opacity));
}

.placeholder-violet-300::-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(196, 181, 253, var(--tw-placeholder-opacity));
}

.placeholder-violet-300::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(196, 181, 253, var(--tw-placeholder-opacity));
}

.placeholder-violet-400::-webkit-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(167, 139, 250, var(--tw-placeholder-opacity));
}

.placeholder-violet-400::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(167, 139, 250, var(--tw-placeholder-opacity));
}

.placeholder-violet-400:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(167, 139, 250, var(--tw-placeholder-opacity));
}

.placeholder-violet-400::-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(167, 139, 250, var(--tw-placeholder-opacity));
}

.placeholder-violet-400::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(167, 139, 250, var(--tw-placeholder-opacity));
}

.placeholder-violet-500::-webkit-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(139, 92, 246, var(--tw-placeholder-opacity));
}

.placeholder-violet-500::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(139, 92, 246, var(--tw-placeholder-opacity));
}

.placeholder-violet-500:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(139, 92, 246, var(--tw-placeholder-opacity));
}

.placeholder-violet-500::-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(139, 92, 246, var(--tw-placeholder-opacity));
}

.placeholder-violet-500::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(139, 92, 246, var(--tw-placeholder-opacity));
}

.placeholder-violet-600::-webkit-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(124, 58, 237, var(--tw-placeholder-opacity));
}

.placeholder-violet-600::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(124, 58, 237, var(--tw-placeholder-opacity));
}

.placeholder-violet-600:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(124, 58, 237, var(--tw-placeholder-opacity));
}

.placeholder-violet-600::-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(124, 58, 237, var(--tw-placeholder-opacity));
}

.placeholder-violet-600::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(124, 58, 237, var(--tw-placeholder-opacity));
}

.placeholder-violet-700::-webkit-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(109, 40, 217, var(--tw-placeholder-opacity));
}

.placeholder-violet-700::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(109, 40, 217, var(--tw-placeholder-opacity));
}

.placeholder-violet-700:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(109, 40, 217, var(--tw-placeholder-opacity));
}

.placeholder-violet-700::-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(109, 40, 217, var(--tw-placeholder-opacity));
}

.placeholder-violet-700::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(109, 40, 217, var(--tw-placeholder-opacity));
}

.placeholder-violet-800::-webkit-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(91, 33, 182, var(--tw-placeholder-opacity));
}

.placeholder-violet-800::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(91, 33, 182, var(--tw-placeholder-opacity));
}

.placeholder-violet-800:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(91, 33, 182, var(--tw-placeholder-opacity));
}

.placeholder-violet-800::-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(91, 33, 182, var(--tw-placeholder-opacity));
}

.placeholder-violet-800::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(91, 33, 182, var(--tw-placeholder-opacity));
}

.placeholder-violet-900::-webkit-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(76, 29, 149, var(--tw-placeholder-opacity));
}

.placeholder-violet-900::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(76, 29, 149, var(--tw-placeholder-opacity));
}

.placeholder-violet-900:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(76, 29, 149, var(--tw-placeholder-opacity));
}

.placeholder-violet-900::-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(76, 29, 149, var(--tw-placeholder-opacity));
}

.placeholder-violet-900::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(76, 29, 149, var(--tw-placeholder-opacity));
}

.placeholder-indigo-50::-webkit-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(238, 242, 255, var(--tw-placeholder-opacity));
}

.placeholder-indigo-50::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(238, 242, 255, var(--tw-placeholder-opacity));
}

.placeholder-indigo-50:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(238, 242, 255, var(--tw-placeholder-opacity));
}

.placeholder-indigo-50::-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(238, 242, 255, var(--tw-placeholder-opacity));
}

.placeholder-indigo-50::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(238, 242, 255, var(--tw-placeholder-opacity));
}

.placeholder-indigo-100::-webkit-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(224, 231, 255, var(--tw-placeholder-opacity));
}

.placeholder-indigo-100::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(224, 231, 255, var(--tw-placeholder-opacity));
}

.placeholder-indigo-100:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(224, 231, 255, var(--tw-placeholder-opacity));
}

.placeholder-indigo-100::-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(224, 231, 255, var(--tw-placeholder-opacity));
}

.placeholder-indigo-100::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(224, 231, 255, var(--tw-placeholder-opacity));
}

.placeholder-indigo-200::-webkit-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(199, 210, 254, var(--tw-placeholder-opacity));
}

.placeholder-indigo-200::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(199, 210, 254, var(--tw-placeholder-opacity));
}

.placeholder-indigo-200:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(199, 210, 254, var(--tw-placeholder-opacity));
}

.placeholder-indigo-200::-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(199, 210, 254, var(--tw-placeholder-opacity));
}

.placeholder-indigo-200::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(199, 210, 254, var(--tw-placeholder-opacity));
}

.placeholder-indigo-300::-webkit-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(165, 180, 252, var(--tw-placeholder-opacity));
}

.placeholder-indigo-300::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(165, 180, 252, var(--tw-placeholder-opacity));
}

.placeholder-indigo-300:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(165, 180, 252, var(--tw-placeholder-opacity));
}

.placeholder-indigo-300::-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(165, 180, 252, var(--tw-placeholder-opacity));
}

.placeholder-indigo-300::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(165, 180, 252, var(--tw-placeholder-opacity));
}

.placeholder-indigo-400::-webkit-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(129, 140, 248, var(--tw-placeholder-opacity));
}

.placeholder-indigo-400::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(129, 140, 248, var(--tw-placeholder-opacity));
}

.placeholder-indigo-400:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(129, 140, 248, var(--tw-placeholder-opacity));
}

.placeholder-indigo-400::-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(129, 140, 248, var(--tw-placeholder-opacity));
}

.placeholder-indigo-400::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(129, 140, 248, var(--tw-placeholder-opacity));
}

.placeholder-indigo-500::-webkit-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(99, 102, 241, var(--tw-placeholder-opacity));
}

.placeholder-indigo-500::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(99, 102, 241, var(--tw-placeholder-opacity));
}

.placeholder-indigo-500:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(99, 102, 241, var(--tw-placeholder-opacity));
}

.placeholder-indigo-500::-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(99, 102, 241, var(--tw-placeholder-opacity));
}

.placeholder-indigo-500::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(99, 102, 241, var(--tw-placeholder-opacity));
}

.placeholder-indigo-600::-webkit-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(79, 70, 229, var(--tw-placeholder-opacity));
}

.placeholder-indigo-600::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(79, 70, 229, var(--tw-placeholder-opacity));
}

.placeholder-indigo-600:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(79, 70, 229, var(--tw-placeholder-opacity));
}

.placeholder-indigo-600::-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(79, 70, 229, var(--tw-placeholder-opacity));
}

.placeholder-indigo-600::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(79, 70, 229, var(--tw-placeholder-opacity));
}

.placeholder-indigo-700::-webkit-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(67, 56, 202, var(--tw-placeholder-opacity));
}

.placeholder-indigo-700::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(67, 56, 202, var(--tw-placeholder-opacity));
}

.placeholder-indigo-700:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(67, 56, 202, var(--tw-placeholder-opacity));
}

.placeholder-indigo-700::-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(67, 56, 202, var(--tw-placeholder-opacity));
}

.placeholder-indigo-700::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(67, 56, 202, var(--tw-placeholder-opacity));
}

.placeholder-indigo-800::-webkit-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(55, 48, 163, var(--tw-placeholder-opacity));
}

.placeholder-indigo-800::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(55, 48, 163, var(--tw-placeholder-opacity));
}

.placeholder-indigo-800:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(55, 48, 163, var(--tw-placeholder-opacity));
}

.placeholder-indigo-800::-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(55, 48, 163, var(--tw-placeholder-opacity));
}

.placeholder-indigo-800::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(55, 48, 163, var(--tw-placeholder-opacity));
}

.placeholder-indigo-900::-webkit-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(49, 46, 129, var(--tw-placeholder-opacity));
}

.placeholder-indigo-900::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(49, 46, 129, var(--tw-placeholder-opacity));
}

.placeholder-indigo-900:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(49, 46, 129, var(--tw-placeholder-opacity));
}

.placeholder-indigo-900::-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(49, 46, 129, var(--tw-placeholder-opacity));
}

.placeholder-indigo-900::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(49, 46, 129, var(--tw-placeholder-opacity));
}

.placeholder-lightBlue-50::-webkit-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(240, 249, 255, var(--tw-placeholder-opacity));
}

.placeholder-lightBlue-50::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(240, 249, 255, var(--tw-placeholder-opacity));
}

.placeholder-lightBlue-50:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(240, 249, 255, var(--tw-placeholder-opacity));
}

.placeholder-lightBlue-50::-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(240, 249, 255, var(--tw-placeholder-opacity));
}

.placeholder-lightBlue-50::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(240, 249, 255, var(--tw-placeholder-opacity));
}

.placeholder-lightBlue-100::-webkit-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(224, 242, 254, var(--tw-placeholder-opacity));
}

.placeholder-lightBlue-100::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(224, 242, 254, var(--tw-placeholder-opacity));
}

.placeholder-lightBlue-100:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(224, 242, 254, var(--tw-placeholder-opacity));
}

.placeholder-lightBlue-100::-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(224, 242, 254, var(--tw-placeholder-opacity));
}

.placeholder-lightBlue-100::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(224, 242, 254, var(--tw-placeholder-opacity));
}

.placeholder-lightBlue-200::-webkit-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(186, 230, 253, var(--tw-placeholder-opacity));
}

.placeholder-lightBlue-200::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(186, 230, 253, var(--tw-placeholder-opacity));
}

.placeholder-lightBlue-200:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(186, 230, 253, var(--tw-placeholder-opacity));
}

.placeholder-lightBlue-200::-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(186, 230, 253, var(--tw-placeholder-opacity));
}

.placeholder-lightBlue-200::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(186, 230, 253, var(--tw-placeholder-opacity));
}

.placeholder-lightBlue-300::-webkit-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(125, 211, 252, var(--tw-placeholder-opacity));
}

.placeholder-lightBlue-300::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(125, 211, 252, var(--tw-placeholder-opacity));
}

.placeholder-lightBlue-300:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(125, 211, 252, var(--tw-placeholder-opacity));
}

.placeholder-lightBlue-300::-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(125, 211, 252, var(--tw-placeholder-opacity));
}

.placeholder-lightBlue-300::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(125, 211, 252, var(--tw-placeholder-opacity));
}

.placeholder-lightBlue-400::-webkit-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(56, 189, 248, var(--tw-placeholder-opacity));
}

.placeholder-lightBlue-400::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(56, 189, 248, var(--tw-placeholder-opacity));
}

.placeholder-lightBlue-400:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(56, 189, 248, var(--tw-placeholder-opacity));
}

.placeholder-lightBlue-400::-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(56, 189, 248, var(--tw-placeholder-opacity));
}

.placeholder-lightBlue-400::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(56, 189, 248, var(--tw-placeholder-opacity));
}

.placeholder-lightBlue-500::-webkit-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(14, 165, 233, var(--tw-placeholder-opacity));
}

.placeholder-lightBlue-500::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(14, 165, 233, var(--tw-placeholder-opacity));
}

.placeholder-lightBlue-500:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(14, 165, 233, var(--tw-placeholder-opacity));
}

.placeholder-lightBlue-500::-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(14, 165, 233, var(--tw-placeholder-opacity));
}

.placeholder-lightBlue-500::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(14, 165, 233, var(--tw-placeholder-opacity));
}

.placeholder-lightBlue-600::-webkit-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(2, 132, 199, var(--tw-placeholder-opacity));
}

.placeholder-lightBlue-600::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(2, 132, 199, var(--tw-placeholder-opacity));
}

.placeholder-lightBlue-600:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(2, 132, 199, var(--tw-placeholder-opacity));
}

.placeholder-lightBlue-600::-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(2, 132, 199, var(--tw-placeholder-opacity));
}

.placeholder-lightBlue-600::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(2, 132, 199, var(--tw-placeholder-opacity));
}

.placeholder-lightBlue-700::-webkit-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(3, 105, 161, var(--tw-placeholder-opacity));
}

.placeholder-lightBlue-700::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(3, 105, 161, var(--tw-placeholder-opacity));
}

.placeholder-lightBlue-700:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(3, 105, 161, var(--tw-placeholder-opacity));
}

.placeholder-lightBlue-700::-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(3, 105, 161, var(--tw-placeholder-opacity));
}

.placeholder-lightBlue-700::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(3, 105, 161, var(--tw-placeholder-opacity));
}

.placeholder-lightBlue-800::-webkit-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(7, 89, 133, var(--tw-placeholder-opacity));
}

.placeholder-lightBlue-800::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(7, 89, 133, var(--tw-placeholder-opacity));
}

.placeholder-lightBlue-800:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(7, 89, 133, var(--tw-placeholder-opacity));
}

.placeholder-lightBlue-800::-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(7, 89, 133, var(--tw-placeholder-opacity));
}

.placeholder-lightBlue-800::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(7, 89, 133, var(--tw-placeholder-opacity));
}

.placeholder-lightBlue-900::-webkit-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(12, 74, 110, var(--tw-placeholder-opacity));
}

.placeholder-lightBlue-900::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(12, 74, 110, var(--tw-placeholder-opacity));
}

.placeholder-lightBlue-900:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(12, 74, 110, var(--tw-placeholder-opacity));
}

.placeholder-lightBlue-900::-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(12, 74, 110, var(--tw-placeholder-opacity));
}

.placeholder-lightBlue-900::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(12, 74, 110, var(--tw-placeholder-opacity));
}

.placeholder-cyan-50::-webkit-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(236, 254, 255, var(--tw-placeholder-opacity));
}

.placeholder-cyan-50::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(236, 254, 255, var(--tw-placeholder-opacity));
}

.placeholder-cyan-50:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(236, 254, 255, var(--tw-placeholder-opacity));
}

.placeholder-cyan-50::-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(236, 254, 255, var(--tw-placeholder-opacity));
}

.placeholder-cyan-50::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(236, 254, 255, var(--tw-placeholder-opacity));
}

.placeholder-cyan-100::-webkit-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(207, 250, 254, var(--tw-placeholder-opacity));
}

.placeholder-cyan-100::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(207, 250, 254, var(--tw-placeholder-opacity));
}

.placeholder-cyan-100:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(207, 250, 254, var(--tw-placeholder-opacity));
}

.placeholder-cyan-100::-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(207, 250, 254, var(--tw-placeholder-opacity));
}

.placeholder-cyan-100::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(207, 250, 254, var(--tw-placeholder-opacity));
}

.placeholder-cyan-200::-webkit-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(165, 243, 252, var(--tw-placeholder-opacity));
}

.placeholder-cyan-200::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(165, 243, 252, var(--tw-placeholder-opacity));
}

.placeholder-cyan-200:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(165, 243, 252, var(--tw-placeholder-opacity));
}

.placeholder-cyan-200::-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(165, 243, 252, var(--tw-placeholder-opacity));
}

.placeholder-cyan-200::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(165, 243, 252, var(--tw-placeholder-opacity));
}

.placeholder-cyan-300::-webkit-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(103, 232, 249, var(--tw-placeholder-opacity));
}

.placeholder-cyan-300::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(103, 232, 249, var(--tw-placeholder-opacity));
}

.placeholder-cyan-300:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(103, 232, 249, var(--tw-placeholder-opacity));
}

.placeholder-cyan-300::-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(103, 232, 249, var(--tw-placeholder-opacity));
}

.placeholder-cyan-300::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(103, 232, 249, var(--tw-placeholder-opacity));
}

.placeholder-cyan-400::-webkit-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(34, 211, 238, var(--tw-placeholder-opacity));
}

.placeholder-cyan-400::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(34, 211, 238, var(--tw-placeholder-opacity));
}

.placeholder-cyan-400:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(34, 211, 238, var(--tw-placeholder-opacity));
}

.placeholder-cyan-400::-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(34, 211, 238, var(--tw-placeholder-opacity));
}

.placeholder-cyan-400::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(34, 211, 238, var(--tw-placeholder-opacity));
}

.placeholder-cyan-500::-webkit-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(6, 182, 212, var(--tw-placeholder-opacity));
}

.placeholder-cyan-500::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(6, 182, 212, var(--tw-placeholder-opacity));
}

.placeholder-cyan-500:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(6, 182, 212, var(--tw-placeholder-opacity));
}

.placeholder-cyan-500::-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(6, 182, 212, var(--tw-placeholder-opacity));
}

.placeholder-cyan-500::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(6, 182, 212, var(--tw-placeholder-opacity));
}

.placeholder-cyan-600::-webkit-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(8, 145, 178, var(--tw-placeholder-opacity));
}

.placeholder-cyan-600::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(8, 145, 178, var(--tw-placeholder-opacity));
}

.placeholder-cyan-600:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(8, 145, 178, var(--tw-placeholder-opacity));
}

.placeholder-cyan-600::-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(8, 145, 178, var(--tw-placeholder-opacity));
}

.placeholder-cyan-600::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(8, 145, 178, var(--tw-placeholder-opacity));
}

.placeholder-cyan-700::-webkit-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(14, 116, 144, var(--tw-placeholder-opacity));
}

.placeholder-cyan-700::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(14, 116, 144, var(--tw-placeholder-opacity));
}

.placeholder-cyan-700:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(14, 116, 144, var(--tw-placeholder-opacity));
}

.placeholder-cyan-700::-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(14, 116, 144, var(--tw-placeholder-opacity));
}

.placeholder-cyan-700::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(14, 116, 144, var(--tw-placeholder-opacity));
}

.placeholder-cyan-800::-webkit-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(21, 94, 117, var(--tw-placeholder-opacity));
}

.placeholder-cyan-800::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(21, 94, 117, var(--tw-placeholder-opacity));
}

.placeholder-cyan-800:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(21, 94, 117, var(--tw-placeholder-opacity));
}

.placeholder-cyan-800::-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(21, 94, 117, var(--tw-placeholder-opacity));
}

.placeholder-cyan-800::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(21, 94, 117, var(--tw-placeholder-opacity));
}

.placeholder-cyan-900::-webkit-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(22, 78, 99, var(--tw-placeholder-opacity));
}

.placeholder-cyan-900::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(22, 78, 99, var(--tw-placeholder-opacity));
}

.placeholder-cyan-900:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(22, 78, 99, var(--tw-placeholder-opacity));
}

.placeholder-cyan-900::-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(22, 78, 99, var(--tw-placeholder-opacity));
}

.placeholder-cyan-900::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(22, 78, 99, var(--tw-placeholder-opacity));
}

.placeholder-teal-50::-webkit-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(240, 253, 250, var(--tw-placeholder-opacity));
}

.placeholder-teal-50::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(240, 253, 250, var(--tw-placeholder-opacity));
}

.placeholder-teal-50:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(240, 253, 250, var(--tw-placeholder-opacity));
}

.placeholder-teal-50::-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(240, 253, 250, var(--tw-placeholder-opacity));
}

.placeholder-teal-50::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(240, 253, 250, var(--tw-placeholder-opacity));
}

.placeholder-teal-100::-webkit-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(204, 251, 241, var(--tw-placeholder-opacity));
}

.placeholder-teal-100::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(204, 251, 241, var(--tw-placeholder-opacity));
}

.placeholder-teal-100:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(204, 251, 241, var(--tw-placeholder-opacity));
}

.placeholder-teal-100::-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(204, 251, 241, var(--tw-placeholder-opacity));
}

.placeholder-teal-100::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(204, 251, 241, var(--tw-placeholder-opacity));
}

.placeholder-teal-200::-webkit-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(153, 246, 228, var(--tw-placeholder-opacity));
}

.placeholder-teal-200::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(153, 246, 228, var(--tw-placeholder-opacity));
}

.placeholder-teal-200:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(153, 246, 228, var(--tw-placeholder-opacity));
}

.placeholder-teal-200::-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(153, 246, 228, var(--tw-placeholder-opacity));
}

.placeholder-teal-200::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(153, 246, 228, var(--tw-placeholder-opacity));
}

.placeholder-teal-300::-webkit-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(94, 234, 212, var(--tw-placeholder-opacity));
}

.placeholder-teal-300::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(94, 234, 212, var(--tw-placeholder-opacity));
}

.placeholder-teal-300:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(94, 234, 212, var(--tw-placeholder-opacity));
}

.placeholder-teal-300::-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(94, 234, 212, var(--tw-placeholder-opacity));
}

.placeholder-teal-300::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(94, 234, 212, var(--tw-placeholder-opacity));
}

.placeholder-teal-400::-webkit-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(45, 212, 191, var(--tw-placeholder-opacity));
}

.placeholder-teal-400::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(45, 212, 191, var(--tw-placeholder-opacity));
}

.placeholder-teal-400:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(45, 212, 191, var(--tw-placeholder-opacity));
}

.placeholder-teal-400::-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(45, 212, 191, var(--tw-placeholder-opacity));
}

.placeholder-teal-400::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(45, 212, 191, var(--tw-placeholder-opacity));
}

.placeholder-teal-500::-webkit-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(20, 184, 166, var(--tw-placeholder-opacity));
}

.placeholder-teal-500::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(20, 184, 166, var(--tw-placeholder-opacity));
}

.placeholder-teal-500:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(20, 184, 166, var(--tw-placeholder-opacity));
}

.placeholder-teal-500::-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(20, 184, 166, var(--tw-placeholder-opacity));
}

.placeholder-teal-500::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(20, 184, 166, var(--tw-placeholder-opacity));
}

.placeholder-teal-600::-webkit-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(13, 148, 136, var(--tw-placeholder-opacity));
}

.placeholder-teal-600::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(13, 148, 136, var(--tw-placeholder-opacity));
}

.placeholder-teal-600:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(13, 148, 136, var(--tw-placeholder-opacity));
}

.placeholder-teal-600::-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(13, 148, 136, var(--tw-placeholder-opacity));
}

.placeholder-teal-600::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(13, 148, 136, var(--tw-placeholder-opacity));
}

.placeholder-teal-700::-webkit-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(15, 118, 110, var(--tw-placeholder-opacity));
}

.placeholder-teal-700::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(15, 118, 110, var(--tw-placeholder-opacity));
}

.placeholder-teal-700:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(15, 118, 110, var(--tw-placeholder-opacity));
}

.placeholder-teal-700::-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(15, 118, 110, var(--tw-placeholder-opacity));
}

.placeholder-teal-700::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(15, 118, 110, var(--tw-placeholder-opacity));
}

.placeholder-teal-800::-webkit-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(17, 94, 89, var(--tw-placeholder-opacity));
}

.placeholder-teal-800::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(17, 94, 89, var(--tw-placeholder-opacity));
}

.placeholder-teal-800:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(17, 94, 89, var(--tw-placeholder-opacity));
}

.placeholder-teal-800::-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(17, 94, 89, var(--tw-placeholder-opacity));
}

.placeholder-teal-800::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(17, 94, 89, var(--tw-placeholder-opacity));
}

.placeholder-teal-900::-webkit-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(19, 78, 74, var(--tw-placeholder-opacity));
}

.placeholder-teal-900::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(19, 78, 74, var(--tw-placeholder-opacity));
}

.placeholder-teal-900:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(19, 78, 74, var(--tw-placeholder-opacity));
}

.placeholder-teal-900::-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(19, 78, 74, var(--tw-placeholder-opacity));
}

.placeholder-teal-900::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(19, 78, 74, var(--tw-placeholder-opacity));
}

.placeholder-emerald-50::-webkit-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(236, 253, 245, var(--tw-placeholder-opacity));
}

.placeholder-emerald-50::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(236, 253, 245, var(--tw-placeholder-opacity));
}

.placeholder-emerald-50:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(236, 253, 245, var(--tw-placeholder-opacity));
}

.placeholder-emerald-50::-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(236, 253, 245, var(--tw-placeholder-opacity));
}

.placeholder-emerald-50::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(236, 253, 245, var(--tw-placeholder-opacity));
}

.placeholder-emerald-100::-webkit-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(209, 250, 229, var(--tw-placeholder-opacity));
}

.placeholder-emerald-100::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(209, 250, 229, var(--tw-placeholder-opacity));
}

.placeholder-emerald-100:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(209, 250, 229, var(--tw-placeholder-opacity));
}

.placeholder-emerald-100::-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(209, 250, 229, var(--tw-placeholder-opacity));
}

.placeholder-emerald-100::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(209, 250, 229, var(--tw-placeholder-opacity));
}

.placeholder-emerald-200::-webkit-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(167, 243, 208, var(--tw-placeholder-opacity));
}

.placeholder-emerald-200::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(167, 243, 208, var(--tw-placeholder-opacity));
}

.placeholder-emerald-200:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(167, 243, 208, var(--tw-placeholder-opacity));
}

.placeholder-emerald-200::-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(167, 243, 208, var(--tw-placeholder-opacity));
}

.placeholder-emerald-200::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(167, 243, 208, var(--tw-placeholder-opacity));
}

.placeholder-emerald-300::-webkit-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(110, 231, 183, var(--tw-placeholder-opacity));
}

.placeholder-emerald-300::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(110, 231, 183, var(--tw-placeholder-opacity));
}

.placeholder-emerald-300:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(110, 231, 183, var(--tw-placeholder-opacity));
}

.placeholder-emerald-300::-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(110, 231, 183, var(--tw-placeholder-opacity));
}

.placeholder-emerald-300::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(110, 231, 183, var(--tw-placeholder-opacity));
}

.placeholder-emerald-400::-webkit-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(52, 211, 153, var(--tw-placeholder-opacity));
}

.placeholder-emerald-400::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(52, 211, 153, var(--tw-placeholder-opacity));
}

.placeholder-emerald-400:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(52, 211, 153, var(--tw-placeholder-opacity));
}

.placeholder-emerald-400::-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(52, 211, 153, var(--tw-placeholder-opacity));
}

.placeholder-emerald-400::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(52, 211, 153, var(--tw-placeholder-opacity));
}

.placeholder-emerald-500::-webkit-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(16, 185, 129, var(--tw-placeholder-opacity));
}

.placeholder-emerald-500::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(16, 185, 129, var(--tw-placeholder-opacity));
}

.placeholder-emerald-500:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(16, 185, 129, var(--tw-placeholder-opacity));
}

.placeholder-emerald-500::-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(16, 185, 129, var(--tw-placeholder-opacity));
}

.placeholder-emerald-500::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(16, 185, 129, var(--tw-placeholder-opacity));
}

.placeholder-emerald-600::-webkit-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(5, 150, 105, var(--tw-placeholder-opacity));
}

.placeholder-emerald-600::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(5, 150, 105, var(--tw-placeholder-opacity));
}

.placeholder-emerald-600:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(5, 150, 105, var(--tw-placeholder-opacity));
}

.placeholder-emerald-600::-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(5, 150, 105, var(--tw-placeholder-opacity));
}

.placeholder-emerald-600::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(5, 150, 105, var(--tw-placeholder-opacity));
}

.placeholder-emerald-700::-webkit-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(4, 120, 87, var(--tw-placeholder-opacity));
}

.placeholder-emerald-700::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(4, 120, 87, var(--tw-placeholder-opacity));
}

.placeholder-emerald-700:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(4, 120, 87, var(--tw-placeholder-opacity));
}

.placeholder-emerald-700::-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(4, 120, 87, var(--tw-placeholder-opacity));
}

.placeholder-emerald-700::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(4, 120, 87, var(--tw-placeholder-opacity));
}

.placeholder-emerald-800::-webkit-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(6, 95, 70, var(--tw-placeholder-opacity));
}

.placeholder-emerald-800::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(6, 95, 70, var(--tw-placeholder-opacity));
}

.placeholder-emerald-800:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(6, 95, 70, var(--tw-placeholder-opacity));
}

.placeholder-emerald-800::-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(6, 95, 70, var(--tw-placeholder-opacity));
}

.placeholder-emerald-800::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(6, 95, 70, var(--tw-placeholder-opacity));
}

.placeholder-emerald-900::-webkit-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(6, 78, 59, var(--tw-placeholder-opacity));
}

.placeholder-emerald-900::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(6, 78, 59, var(--tw-placeholder-opacity));
}

.placeholder-emerald-900:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(6, 78, 59, var(--tw-placeholder-opacity));
}

.placeholder-emerald-900::-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(6, 78, 59, var(--tw-placeholder-opacity));
}

.placeholder-emerald-900::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(6, 78, 59, var(--tw-placeholder-opacity));
}

.placeholder-green-50::-webkit-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(240, 253, 244, var(--tw-placeholder-opacity));
}

.placeholder-green-50::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(240, 253, 244, var(--tw-placeholder-opacity));
}

.placeholder-green-50:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(240, 253, 244, var(--tw-placeholder-opacity));
}

.placeholder-green-50::-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(240, 253, 244, var(--tw-placeholder-opacity));
}

.placeholder-green-50::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(240, 253, 244, var(--tw-placeholder-opacity));
}

.placeholder-green-100::-webkit-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(220, 252, 231, var(--tw-placeholder-opacity));
}

.placeholder-green-100::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(220, 252, 231, var(--tw-placeholder-opacity));
}

.placeholder-green-100:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(220, 252, 231, var(--tw-placeholder-opacity));
}

.placeholder-green-100::-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(220, 252, 231, var(--tw-placeholder-opacity));
}

.placeholder-green-100::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(220, 252, 231, var(--tw-placeholder-opacity));
}

.placeholder-green-200::-webkit-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(187, 247, 208, var(--tw-placeholder-opacity));
}

.placeholder-green-200::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(187, 247, 208, var(--tw-placeholder-opacity));
}

.placeholder-green-200:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(187, 247, 208, var(--tw-placeholder-opacity));
}

.placeholder-green-200::-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(187, 247, 208, var(--tw-placeholder-opacity));
}

.placeholder-green-200::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(187, 247, 208, var(--tw-placeholder-opacity));
}

.placeholder-green-300::-webkit-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(134, 239, 172, var(--tw-placeholder-opacity));
}

.placeholder-green-300::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(134, 239, 172, var(--tw-placeholder-opacity));
}

.placeholder-green-300:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(134, 239, 172, var(--tw-placeholder-opacity));
}

.placeholder-green-300::-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(134, 239, 172, var(--tw-placeholder-opacity));
}

.placeholder-green-300::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(134, 239, 172, var(--tw-placeholder-opacity));
}

.placeholder-green-400::-webkit-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(74, 222, 128, var(--tw-placeholder-opacity));
}

.placeholder-green-400::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(74, 222, 128, var(--tw-placeholder-opacity));
}

.placeholder-green-400:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(74, 222, 128, var(--tw-placeholder-opacity));
}

.placeholder-green-400::-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(74, 222, 128, var(--tw-placeholder-opacity));
}

.placeholder-green-400::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(74, 222, 128, var(--tw-placeholder-opacity));
}

.placeholder-green-500::-webkit-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(34, 197, 94, var(--tw-placeholder-opacity));
}

.placeholder-green-500::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(34, 197, 94, var(--tw-placeholder-opacity));
}

.placeholder-green-500:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(34, 197, 94, var(--tw-placeholder-opacity));
}

.placeholder-green-500::-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(34, 197, 94, var(--tw-placeholder-opacity));
}

.placeholder-green-500::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(34, 197, 94, var(--tw-placeholder-opacity));
}

.placeholder-green-600::-webkit-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(22, 163, 74, var(--tw-placeholder-opacity));
}

.placeholder-green-600::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(22, 163, 74, var(--tw-placeholder-opacity));
}

.placeholder-green-600:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(22, 163, 74, var(--tw-placeholder-opacity));
}

.placeholder-green-600::-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(22, 163, 74, var(--tw-placeholder-opacity));
}

.placeholder-green-600::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(22, 163, 74, var(--tw-placeholder-opacity));
}

.placeholder-green-700::-webkit-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(21, 128, 61, var(--tw-placeholder-opacity));
}

.placeholder-green-700::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(21, 128, 61, var(--tw-placeholder-opacity));
}

.placeholder-green-700:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(21, 128, 61, var(--tw-placeholder-opacity));
}

.placeholder-green-700::-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(21, 128, 61, var(--tw-placeholder-opacity));
}

.placeholder-green-700::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(21, 128, 61, var(--tw-placeholder-opacity));
}

.placeholder-green-800::-webkit-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(22, 101, 52, var(--tw-placeholder-opacity));
}

.placeholder-green-800::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(22, 101, 52, var(--tw-placeholder-opacity));
}

.placeholder-green-800:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(22, 101, 52, var(--tw-placeholder-opacity));
}

.placeholder-green-800::-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(22, 101, 52, var(--tw-placeholder-opacity));
}

.placeholder-green-800::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(22, 101, 52, var(--tw-placeholder-opacity));
}

.placeholder-green-900::-webkit-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(20, 83, 45, var(--tw-placeholder-opacity));
}

.placeholder-green-900::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(20, 83, 45, var(--tw-placeholder-opacity));
}

.placeholder-green-900:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(20, 83, 45, var(--tw-placeholder-opacity));
}

.placeholder-green-900::-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(20, 83, 45, var(--tw-placeholder-opacity));
}

.placeholder-green-900::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(20, 83, 45, var(--tw-placeholder-opacity));
}

.placeholder-lime-50::-webkit-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(247, 254, 231, var(--tw-placeholder-opacity));
}

.placeholder-lime-50::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(247, 254, 231, var(--tw-placeholder-opacity));
}

.placeholder-lime-50:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(247, 254, 231, var(--tw-placeholder-opacity));
}

.placeholder-lime-50::-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(247, 254, 231, var(--tw-placeholder-opacity));
}

.placeholder-lime-50::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(247, 254, 231, var(--tw-placeholder-opacity));
}

.placeholder-lime-100::-webkit-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(236, 252, 203, var(--tw-placeholder-opacity));
}

.placeholder-lime-100::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(236, 252, 203, var(--tw-placeholder-opacity));
}

.placeholder-lime-100:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(236, 252, 203, var(--tw-placeholder-opacity));
}

.placeholder-lime-100::-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(236, 252, 203, var(--tw-placeholder-opacity));
}

.placeholder-lime-100::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(236, 252, 203, var(--tw-placeholder-opacity));
}

.placeholder-lime-200::-webkit-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(217, 249, 157, var(--tw-placeholder-opacity));
}

.placeholder-lime-200::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(217, 249, 157, var(--tw-placeholder-opacity));
}

.placeholder-lime-200:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(217, 249, 157, var(--tw-placeholder-opacity));
}

.placeholder-lime-200::-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(217, 249, 157, var(--tw-placeholder-opacity));
}

.placeholder-lime-200::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(217, 249, 157, var(--tw-placeholder-opacity));
}

.placeholder-lime-300::-webkit-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(190, 242, 100, var(--tw-placeholder-opacity));
}

.placeholder-lime-300::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(190, 242, 100, var(--tw-placeholder-opacity));
}

.placeholder-lime-300:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(190, 242, 100, var(--tw-placeholder-opacity));
}

.placeholder-lime-300::-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(190, 242, 100, var(--tw-placeholder-opacity));
}

.placeholder-lime-300::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(190, 242, 100, var(--tw-placeholder-opacity));
}

.placeholder-lime-400::-webkit-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(163, 230, 53, var(--tw-placeholder-opacity));
}

.placeholder-lime-400::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(163, 230, 53, var(--tw-placeholder-opacity));
}

.placeholder-lime-400:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(163, 230, 53, var(--tw-placeholder-opacity));
}

.placeholder-lime-400::-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(163, 230, 53, var(--tw-placeholder-opacity));
}

.placeholder-lime-400::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(163, 230, 53, var(--tw-placeholder-opacity));
}

.placeholder-lime-500::-webkit-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(132, 204, 22, var(--tw-placeholder-opacity));
}

.placeholder-lime-500::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(132, 204, 22, var(--tw-placeholder-opacity));
}

.placeholder-lime-500:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(132, 204, 22, var(--tw-placeholder-opacity));
}

.placeholder-lime-500::-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(132, 204, 22, var(--tw-placeholder-opacity));
}

.placeholder-lime-500::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(132, 204, 22, var(--tw-placeholder-opacity));
}

.placeholder-lime-600::-webkit-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(101, 163, 13, var(--tw-placeholder-opacity));
}

.placeholder-lime-600::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(101, 163, 13, var(--tw-placeholder-opacity));
}

.placeholder-lime-600:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(101, 163, 13, var(--tw-placeholder-opacity));
}

.placeholder-lime-600::-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(101, 163, 13, var(--tw-placeholder-opacity));
}

.placeholder-lime-600::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(101, 163, 13, var(--tw-placeholder-opacity));
}

.placeholder-lime-700::-webkit-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(77, 124, 15, var(--tw-placeholder-opacity));
}

.placeholder-lime-700::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(77, 124, 15, var(--tw-placeholder-opacity));
}

.placeholder-lime-700:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(77, 124, 15, var(--tw-placeholder-opacity));
}

.placeholder-lime-700::-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(77, 124, 15, var(--tw-placeholder-opacity));
}

.placeholder-lime-700::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(77, 124, 15, var(--tw-placeholder-opacity));
}

.placeholder-lime-800::-webkit-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(63, 98, 18, var(--tw-placeholder-opacity));
}

.placeholder-lime-800::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(63, 98, 18, var(--tw-placeholder-opacity));
}

.placeholder-lime-800:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(63, 98, 18, var(--tw-placeholder-opacity));
}

.placeholder-lime-800::-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(63, 98, 18, var(--tw-placeholder-opacity));
}

.placeholder-lime-800::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(63, 98, 18, var(--tw-placeholder-opacity));
}

.placeholder-lime-900::-webkit-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(54, 83, 20, var(--tw-placeholder-opacity));
}

.placeholder-lime-900::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(54, 83, 20, var(--tw-placeholder-opacity));
}

.placeholder-lime-900:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(54, 83, 20, var(--tw-placeholder-opacity));
}

.placeholder-lime-900::-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(54, 83, 20, var(--tw-placeholder-opacity));
}

.placeholder-lime-900::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(54, 83, 20, var(--tw-placeholder-opacity));
}

.placeholder-yellow-50::-webkit-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(254, 252, 232, var(--tw-placeholder-opacity));
}

.placeholder-yellow-50::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(254, 252, 232, var(--tw-placeholder-opacity));
}

.placeholder-yellow-50:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(254, 252, 232, var(--tw-placeholder-opacity));
}

.placeholder-yellow-50::-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(254, 252, 232, var(--tw-placeholder-opacity));
}

.placeholder-yellow-50::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(254, 252, 232, var(--tw-placeholder-opacity));
}

.placeholder-yellow-100::-webkit-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(254, 249, 195, var(--tw-placeholder-opacity));
}

.placeholder-yellow-100::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(254, 249, 195, var(--tw-placeholder-opacity));
}

.placeholder-yellow-100:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(254, 249, 195, var(--tw-placeholder-opacity));
}

.placeholder-yellow-100::-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(254, 249, 195, var(--tw-placeholder-opacity));
}

.placeholder-yellow-100::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(254, 249, 195, var(--tw-placeholder-opacity));
}

.placeholder-yellow-200::-webkit-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(254, 240, 138, var(--tw-placeholder-opacity));
}

.placeholder-yellow-200::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(254, 240, 138, var(--tw-placeholder-opacity));
}

.placeholder-yellow-200:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(254, 240, 138, var(--tw-placeholder-opacity));
}

.placeholder-yellow-200::-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(254, 240, 138, var(--tw-placeholder-opacity));
}

.placeholder-yellow-200::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(254, 240, 138, var(--tw-placeholder-opacity));
}

.placeholder-yellow-300::-webkit-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(253, 224, 71, var(--tw-placeholder-opacity));
}

.placeholder-yellow-300::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(253, 224, 71, var(--tw-placeholder-opacity));
}

.placeholder-yellow-300:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(253, 224, 71, var(--tw-placeholder-opacity));
}

.placeholder-yellow-300::-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(253, 224, 71, var(--tw-placeholder-opacity));
}

.placeholder-yellow-300::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(253, 224, 71, var(--tw-placeholder-opacity));
}

.placeholder-yellow-400::-webkit-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(250, 204, 21, var(--tw-placeholder-opacity));
}

.placeholder-yellow-400::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(250, 204, 21, var(--tw-placeholder-opacity));
}

.placeholder-yellow-400:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(250, 204, 21, var(--tw-placeholder-opacity));
}

.placeholder-yellow-400::-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(250, 204, 21, var(--tw-placeholder-opacity));
}

.placeholder-yellow-400::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(250, 204, 21, var(--tw-placeholder-opacity));
}

.placeholder-yellow-500::-webkit-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(234, 179, 8, var(--tw-placeholder-opacity));
}

.placeholder-yellow-500::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(234, 179, 8, var(--tw-placeholder-opacity));
}

.placeholder-yellow-500:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(234, 179, 8, var(--tw-placeholder-opacity));
}

.placeholder-yellow-500::-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(234, 179, 8, var(--tw-placeholder-opacity));
}

.placeholder-yellow-500::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(234, 179, 8, var(--tw-placeholder-opacity));
}

.placeholder-yellow-600::-webkit-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(202, 138, 4, var(--tw-placeholder-opacity));
}

.placeholder-yellow-600::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(202, 138, 4, var(--tw-placeholder-opacity));
}

.placeholder-yellow-600:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(202, 138, 4, var(--tw-placeholder-opacity));
}

.placeholder-yellow-600::-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(202, 138, 4, var(--tw-placeholder-opacity));
}

.placeholder-yellow-600::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(202, 138, 4, var(--tw-placeholder-opacity));
}

.placeholder-yellow-700::-webkit-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(161, 98, 7, var(--tw-placeholder-opacity));
}

.placeholder-yellow-700::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(161, 98, 7, var(--tw-placeholder-opacity));
}

.placeholder-yellow-700:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(161, 98, 7, var(--tw-placeholder-opacity));
}

.placeholder-yellow-700::-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(161, 98, 7, var(--tw-placeholder-opacity));
}

.placeholder-yellow-700::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(161, 98, 7, var(--tw-placeholder-opacity));
}

.placeholder-yellow-800::-webkit-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(133, 77, 14, var(--tw-placeholder-opacity));
}

.placeholder-yellow-800::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(133, 77, 14, var(--tw-placeholder-opacity));
}

.placeholder-yellow-800:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(133, 77, 14, var(--tw-placeholder-opacity));
}

.placeholder-yellow-800::-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(133, 77, 14, var(--tw-placeholder-opacity));
}

.placeholder-yellow-800::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(133, 77, 14, var(--tw-placeholder-opacity));
}

.placeholder-yellow-900::-webkit-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(113, 63, 18, var(--tw-placeholder-opacity));
}

.placeholder-yellow-900::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(113, 63, 18, var(--tw-placeholder-opacity));
}

.placeholder-yellow-900:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(113, 63, 18, var(--tw-placeholder-opacity));
}

.placeholder-yellow-900::-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(113, 63, 18, var(--tw-placeholder-opacity));
}

.placeholder-yellow-900::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(113, 63, 18, var(--tw-placeholder-opacity));
}

.placeholder-amber-50::-webkit-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(255, 251, 235, var(--tw-placeholder-opacity));
}

.placeholder-amber-50::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(255, 251, 235, var(--tw-placeholder-opacity));
}

.placeholder-amber-50:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(255, 251, 235, var(--tw-placeholder-opacity));
}

.placeholder-amber-50::-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(255, 251, 235, var(--tw-placeholder-opacity));
}

.placeholder-amber-50::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(255, 251, 235, var(--tw-placeholder-opacity));
}

.placeholder-amber-100::-webkit-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(254, 243, 199, var(--tw-placeholder-opacity));
}

.placeholder-amber-100::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(254, 243, 199, var(--tw-placeholder-opacity));
}

.placeholder-amber-100:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(254, 243, 199, var(--tw-placeholder-opacity));
}

.placeholder-amber-100::-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(254, 243, 199, var(--tw-placeholder-opacity));
}

.placeholder-amber-100::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(254, 243, 199, var(--tw-placeholder-opacity));
}

.placeholder-amber-200::-webkit-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(253, 230, 138, var(--tw-placeholder-opacity));
}

.placeholder-amber-200::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(253, 230, 138, var(--tw-placeholder-opacity));
}

.placeholder-amber-200:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(253, 230, 138, var(--tw-placeholder-opacity));
}

.placeholder-amber-200::-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(253, 230, 138, var(--tw-placeholder-opacity));
}

.placeholder-amber-200::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(253, 230, 138, var(--tw-placeholder-opacity));
}

.placeholder-amber-300::-webkit-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(252, 211, 77, var(--tw-placeholder-opacity));
}

.placeholder-amber-300::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(252, 211, 77, var(--tw-placeholder-opacity));
}

.placeholder-amber-300:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(252, 211, 77, var(--tw-placeholder-opacity));
}

.placeholder-amber-300::-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(252, 211, 77, var(--tw-placeholder-opacity));
}

.placeholder-amber-300::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(252, 211, 77, var(--tw-placeholder-opacity));
}

.placeholder-amber-400::-webkit-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(251, 191, 36, var(--tw-placeholder-opacity));
}

.placeholder-amber-400::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(251, 191, 36, var(--tw-placeholder-opacity));
}

.placeholder-amber-400:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(251, 191, 36, var(--tw-placeholder-opacity));
}

.placeholder-amber-400::-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(251, 191, 36, var(--tw-placeholder-opacity));
}

.placeholder-amber-400::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(251, 191, 36, var(--tw-placeholder-opacity));
}

.placeholder-amber-500::-webkit-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(245, 158, 11, var(--tw-placeholder-opacity));
}

.placeholder-amber-500::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(245, 158, 11, var(--tw-placeholder-opacity));
}

.placeholder-amber-500:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(245, 158, 11, var(--tw-placeholder-opacity));
}

.placeholder-amber-500::-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(245, 158, 11, var(--tw-placeholder-opacity));
}

.placeholder-amber-500::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(245, 158, 11, var(--tw-placeholder-opacity));
}

.placeholder-amber-600::-webkit-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(217, 119, 6, var(--tw-placeholder-opacity));
}

.placeholder-amber-600::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(217, 119, 6, var(--tw-placeholder-opacity));
}

.placeholder-amber-600:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(217, 119, 6, var(--tw-placeholder-opacity));
}

.placeholder-amber-600::-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(217, 119, 6, var(--tw-placeholder-opacity));
}

.placeholder-amber-600::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(217, 119, 6, var(--tw-placeholder-opacity));
}

.placeholder-amber-700::-webkit-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(180, 83, 9, var(--tw-placeholder-opacity));
}

.placeholder-amber-700::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(180, 83, 9, var(--tw-placeholder-opacity));
}

.placeholder-amber-700:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(180, 83, 9, var(--tw-placeholder-opacity));
}

.placeholder-amber-700::-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(180, 83, 9, var(--tw-placeholder-opacity));
}

.placeholder-amber-700::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(180, 83, 9, var(--tw-placeholder-opacity));
}

.placeholder-amber-800::-webkit-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(146, 64, 14, var(--tw-placeholder-opacity));
}

.placeholder-amber-800::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(146, 64, 14, var(--tw-placeholder-opacity));
}

.placeholder-amber-800:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(146, 64, 14, var(--tw-placeholder-opacity));
}

.placeholder-amber-800::-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(146, 64, 14, var(--tw-placeholder-opacity));
}

.placeholder-amber-800::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(146, 64, 14, var(--tw-placeholder-opacity));
}

.placeholder-amber-900::-webkit-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(120, 53, 15, var(--tw-placeholder-opacity));
}

.placeholder-amber-900::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(120, 53, 15, var(--tw-placeholder-opacity));
}

.placeholder-amber-900:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(120, 53, 15, var(--tw-placeholder-opacity));
}

.placeholder-amber-900::-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(120, 53, 15, var(--tw-placeholder-opacity));
}

.placeholder-amber-900::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(120, 53, 15, var(--tw-placeholder-opacity));
}

.placeholder-orange-50::-webkit-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(255, 247, 237, var(--tw-placeholder-opacity));
}

.placeholder-orange-50::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(255, 247, 237, var(--tw-placeholder-opacity));
}

.placeholder-orange-50:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(255, 247, 237, var(--tw-placeholder-opacity));
}

.placeholder-orange-50::-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(255, 247, 237, var(--tw-placeholder-opacity));
}

.placeholder-orange-50::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(255, 247, 237, var(--tw-placeholder-opacity));
}

.placeholder-orange-100::-webkit-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(255, 237, 213, var(--tw-placeholder-opacity));
}

.placeholder-orange-100::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(255, 237, 213, var(--tw-placeholder-opacity));
}

.placeholder-orange-100:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(255, 237, 213, var(--tw-placeholder-opacity));
}

.placeholder-orange-100::-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(255, 237, 213, var(--tw-placeholder-opacity));
}

.placeholder-orange-100::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(255, 237, 213, var(--tw-placeholder-opacity));
}

.placeholder-orange-200::-webkit-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(254, 215, 170, var(--tw-placeholder-opacity));
}

.placeholder-orange-200::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(254, 215, 170, var(--tw-placeholder-opacity));
}

.placeholder-orange-200:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(254, 215, 170, var(--tw-placeholder-opacity));
}

.placeholder-orange-200::-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(254, 215, 170, var(--tw-placeholder-opacity));
}

.placeholder-orange-200::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(254, 215, 170, var(--tw-placeholder-opacity));
}

.placeholder-orange-300::-webkit-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(253, 186, 116, var(--tw-placeholder-opacity));
}

.placeholder-orange-300::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(253, 186, 116, var(--tw-placeholder-opacity));
}

.placeholder-orange-300:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(253, 186, 116, var(--tw-placeholder-opacity));
}

.placeholder-orange-300::-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(253, 186, 116, var(--tw-placeholder-opacity));
}

.placeholder-orange-300::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(253, 186, 116, var(--tw-placeholder-opacity));
}

.placeholder-orange-400::-webkit-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(251, 146, 60, var(--tw-placeholder-opacity));
}

.placeholder-orange-400::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(251, 146, 60, var(--tw-placeholder-opacity));
}

.placeholder-orange-400:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(251, 146, 60, var(--tw-placeholder-opacity));
}

.placeholder-orange-400::-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(251, 146, 60, var(--tw-placeholder-opacity));
}

.placeholder-orange-400::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(251, 146, 60, var(--tw-placeholder-opacity));
}

.placeholder-orange-500::-webkit-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(249, 115, 22, var(--tw-placeholder-opacity));
}

.placeholder-orange-500::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(249, 115, 22, var(--tw-placeholder-opacity));
}

.placeholder-orange-500:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(249, 115, 22, var(--tw-placeholder-opacity));
}

.placeholder-orange-500::-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(249, 115, 22, var(--tw-placeholder-opacity));
}

.placeholder-orange-500::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(249, 115, 22, var(--tw-placeholder-opacity));
}

.placeholder-orange-600::-webkit-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(234, 88, 12, var(--tw-placeholder-opacity));
}

.placeholder-orange-600::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(234, 88, 12, var(--tw-placeholder-opacity));
}

.placeholder-orange-600:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(234, 88, 12, var(--tw-placeholder-opacity));
}

.placeholder-orange-600::-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(234, 88, 12, var(--tw-placeholder-opacity));
}

.placeholder-orange-600::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(234, 88, 12, var(--tw-placeholder-opacity));
}

.placeholder-orange-700::-webkit-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(194, 65, 12, var(--tw-placeholder-opacity));
}

.placeholder-orange-700::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(194, 65, 12, var(--tw-placeholder-opacity));
}

.placeholder-orange-700:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(194, 65, 12, var(--tw-placeholder-opacity));
}

.placeholder-orange-700::-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(194, 65, 12, var(--tw-placeholder-opacity));
}

.placeholder-orange-700::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(194, 65, 12, var(--tw-placeholder-opacity));
}

.placeholder-orange-800::-webkit-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(154, 52, 18, var(--tw-placeholder-opacity));
}

.placeholder-orange-800::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(154, 52, 18, var(--tw-placeholder-opacity));
}

.placeholder-orange-800:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(154, 52, 18, var(--tw-placeholder-opacity));
}

.placeholder-orange-800::-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(154, 52, 18, var(--tw-placeholder-opacity));
}

.placeholder-orange-800::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(154, 52, 18, var(--tw-placeholder-opacity));
}

.placeholder-orange-900::-webkit-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(124, 45, 18, var(--tw-placeholder-opacity));
}

.placeholder-orange-900::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(124, 45, 18, var(--tw-placeholder-opacity));
}

.placeholder-orange-900:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(124, 45, 18, var(--tw-placeholder-opacity));
}

.placeholder-orange-900::-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(124, 45, 18, var(--tw-placeholder-opacity));
}

.placeholder-orange-900::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(124, 45, 18, var(--tw-placeholder-opacity));
}

.placeholder-red-50::-webkit-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(254, 242, 242, var(--tw-placeholder-opacity));
}

.placeholder-red-50::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(254, 242, 242, var(--tw-placeholder-opacity));
}

.placeholder-red-50:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(254, 242, 242, var(--tw-placeholder-opacity));
}

.placeholder-red-50::-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(254, 242, 242, var(--tw-placeholder-opacity));
}

.placeholder-red-50::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(254, 242, 242, var(--tw-placeholder-opacity));
}

.placeholder-red-100::-webkit-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(254, 226, 226, var(--tw-placeholder-opacity));
}

.placeholder-red-100::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(254, 226, 226, var(--tw-placeholder-opacity));
}

.placeholder-red-100:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(254, 226, 226, var(--tw-placeholder-opacity));
}

.placeholder-red-100::-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(254, 226, 226, var(--tw-placeholder-opacity));
}

.placeholder-red-100::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(254, 226, 226, var(--tw-placeholder-opacity));
}

.placeholder-red-200::-webkit-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(254, 202, 202, var(--tw-placeholder-opacity));
}

.placeholder-red-200::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(254, 202, 202, var(--tw-placeholder-opacity));
}

.placeholder-red-200:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(254, 202, 202, var(--tw-placeholder-opacity));
}

.placeholder-red-200::-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(254, 202, 202, var(--tw-placeholder-opacity));
}

.placeholder-red-200::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(254, 202, 202, var(--tw-placeholder-opacity));
}

.placeholder-red-300::-webkit-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(252, 165, 165, var(--tw-placeholder-opacity));
}

.placeholder-red-300::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(252, 165, 165, var(--tw-placeholder-opacity));
}

.placeholder-red-300:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(252, 165, 165, var(--tw-placeholder-opacity));
}

.placeholder-red-300::-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(252, 165, 165, var(--tw-placeholder-opacity));
}

.placeholder-red-300::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(252, 165, 165, var(--tw-placeholder-opacity));
}

.placeholder-red-400::-webkit-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(248, 113, 113, var(--tw-placeholder-opacity));
}

.placeholder-red-400::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(248, 113, 113, var(--tw-placeholder-opacity));
}

.placeholder-red-400:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(248, 113, 113, var(--tw-placeholder-opacity));
}

.placeholder-red-400::-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(248, 113, 113, var(--tw-placeholder-opacity));
}

.placeholder-red-400::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(248, 113, 113, var(--tw-placeholder-opacity));
}

.placeholder-red-500::-webkit-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(239, 68, 68, var(--tw-placeholder-opacity));
}

.placeholder-red-500::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(239, 68, 68, var(--tw-placeholder-opacity));
}

.placeholder-red-500:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(239, 68, 68, var(--tw-placeholder-opacity));
}

.placeholder-red-500::-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(239, 68, 68, var(--tw-placeholder-opacity));
}

.placeholder-red-500::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(239, 68, 68, var(--tw-placeholder-opacity));
}

.placeholder-red-600::-webkit-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(220, 38, 38, var(--tw-placeholder-opacity));
}

.placeholder-red-600::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(220, 38, 38, var(--tw-placeholder-opacity));
}

.placeholder-red-600:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(220, 38, 38, var(--tw-placeholder-opacity));
}

.placeholder-red-600::-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(220, 38, 38, var(--tw-placeholder-opacity));
}

.placeholder-red-600::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(220, 38, 38, var(--tw-placeholder-opacity));
}

.placeholder-red-700::-webkit-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(185, 28, 28, var(--tw-placeholder-opacity));
}

.placeholder-red-700::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(185, 28, 28, var(--tw-placeholder-opacity));
}

.placeholder-red-700:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(185, 28, 28, var(--tw-placeholder-opacity));
}

.placeholder-red-700::-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(185, 28, 28, var(--tw-placeholder-opacity));
}

.placeholder-red-700::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(185, 28, 28, var(--tw-placeholder-opacity));
}

.placeholder-red-800::-webkit-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(153, 27, 27, var(--tw-placeholder-opacity));
}

.placeholder-red-800::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(153, 27, 27, var(--tw-placeholder-opacity));
}

.placeholder-red-800:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(153, 27, 27, var(--tw-placeholder-opacity));
}

.placeholder-red-800::-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(153, 27, 27, var(--tw-placeholder-opacity));
}

.placeholder-red-800::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(153, 27, 27, var(--tw-placeholder-opacity));
}

.placeholder-red-900::-webkit-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(127, 29, 29, var(--tw-placeholder-opacity));
}

.placeholder-red-900::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(127, 29, 29, var(--tw-placeholder-opacity));
}

.placeholder-red-900:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(127, 29, 29, var(--tw-placeholder-opacity));
}

.placeholder-red-900::-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(127, 29, 29, var(--tw-placeholder-opacity));
}

.placeholder-red-900::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(127, 29, 29, var(--tw-placeholder-opacity));
}

.placeholder-warmGray-50::-webkit-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(250, 250, 249, var(--tw-placeholder-opacity));
}

.placeholder-warmGray-50::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(250, 250, 249, var(--tw-placeholder-opacity));
}

.placeholder-warmGray-50:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(250, 250, 249, var(--tw-placeholder-opacity));
}

.placeholder-warmGray-50::-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(250, 250, 249, var(--tw-placeholder-opacity));
}

.placeholder-warmGray-50::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(250, 250, 249, var(--tw-placeholder-opacity));
}

.placeholder-warmGray-100::-webkit-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(245, 245, 244, var(--tw-placeholder-opacity));
}

.placeholder-warmGray-100::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(245, 245, 244, var(--tw-placeholder-opacity));
}

.placeholder-warmGray-100:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(245, 245, 244, var(--tw-placeholder-opacity));
}

.placeholder-warmGray-100::-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(245, 245, 244, var(--tw-placeholder-opacity));
}

.placeholder-warmGray-100::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(245, 245, 244, var(--tw-placeholder-opacity));
}

.placeholder-warmGray-200::-webkit-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(231, 229, 228, var(--tw-placeholder-opacity));
}

.placeholder-warmGray-200::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(231, 229, 228, var(--tw-placeholder-opacity));
}

.placeholder-warmGray-200:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(231, 229, 228, var(--tw-placeholder-opacity));
}

.placeholder-warmGray-200::-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(231, 229, 228, var(--tw-placeholder-opacity));
}

.placeholder-warmGray-200::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(231, 229, 228, var(--tw-placeholder-opacity));
}

.placeholder-warmGray-300::-webkit-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(214, 211, 209, var(--tw-placeholder-opacity));
}

.placeholder-warmGray-300::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(214, 211, 209, var(--tw-placeholder-opacity));
}

.placeholder-warmGray-300:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(214, 211, 209, var(--tw-placeholder-opacity));
}

.placeholder-warmGray-300::-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(214, 211, 209, var(--tw-placeholder-opacity));
}

.placeholder-warmGray-300::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(214, 211, 209, var(--tw-placeholder-opacity));
}

.placeholder-warmGray-400::-webkit-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(168, 162, 158, var(--tw-placeholder-opacity));
}

.placeholder-warmGray-400::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(168, 162, 158, var(--tw-placeholder-opacity));
}

.placeholder-warmGray-400:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(168, 162, 158, var(--tw-placeholder-opacity));
}

.placeholder-warmGray-400::-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(168, 162, 158, var(--tw-placeholder-opacity));
}

.placeholder-warmGray-400::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(168, 162, 158, var(--tw-placeholder-opacity));
}

.placeholder-warmGray-500::-webkit-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(120, 113, 108, var(--tw-placeholder-opacity));
}

.placeholder-warmGray-500::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(120, 113, 108, var(--tw-placeholder-opacity));
}

.placeholder-warmGray-500:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(120, 113, 108, var(--tw-placeholder-opacity));
}

.placeholder-warmGray-500::-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(120, 113, 108, var(--tw-placeholder-opacity));
}

.placeholder-warmGray-500::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(120, 113, 108, var(--tw-placeholder-opacity));
}

.placeholder-warmGray-600::-webkit-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(87, 83, 78, var(--tw-placeholder-opacity));
}

.placeholder-warmGray-600::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(87, 83, 78, var(--tw-placeholder-opacity));
}

.placeholder-warmGray-600:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(87, 83, 78, var(--tw-placeholder-opacity));
}

.placeholder-warmGray-600::-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(87, 83, 78, var(--tw-placeholder-opacity));
}

.placeholder-warmGray-600::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(87, 83, 78, var(--tw-placeholder-opacity));
}

.placeholder-warmGray-700::-webkit-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(68, 64, 60, var(--tw-placeholder-opacity));
}

.placeholder-warmGray-700::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(68, 64, 60, var(--tw-placeholder-opacity));
}

.placeholder-warmGray-700:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(68, 64, 60, var(--tw-placeholder-opacity));
}

.placeholder-warmGray-700::-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(68, 64, 60, var(--tw-placeholder-opacity));
}

.placeholder-warmGray-700::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(68, 64, 60, var(--tw-placeholder-opacity));
}

.placeholder-warmGray-800::-webkit-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(41, 37, 36, var(--tw-placeholder-opacity));
}

.placeholder-warmGray-800::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(41, 37, 36, var(--tw-placeholder-opacity));
}

.placeholder-warmGray-800:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(41, 37, 36, var(--tw-placeholder-opacity));
}

.placeholder-warmGray-800::-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(41, 37, 36, var(--tw-placeholder-opacity));
}

.placeholder-warmGray-800::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(41, 37, 36, var(--tw-placeholder-opacity));
}

.placeholder-warmGray-900::-webkit-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(28, 25, 23, var(--tw-placeholder-opacity));
}

.placeholder-warmGray-900::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(28, 25, 23, var(--tw-placeholder-opacity));
}

.placeholder-warmGray-900:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(28, 25, 23, var(--tw-placeholder-opacity));
}

.placeholder-warmGray-900::-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(28, 25, 23, var(--tw-placeholder-opacity));
}

.placeholder-warmGray-900::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(28, 25, 23, var(--tw-placeholder-opacity));
}

.placeholder-trueGray-50::-webkit-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(250, 250, 250, var(--tw-placeholder-opacity));
}

.placeholder-trueGray-50::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(250, 250, 250, var(--tw-placeholder-opacity));
}

.placeholder-trueGray-50:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(250, 250, 250, var(--tw-placeholder-opacity));
}

.placeholder-trueGray-50::-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(250, 250, 250, var(--tw-placeholder-opacity));
}

.placeholder-trueGray-50::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(250, 250, 250, var(--tw-placeholder-opacity));
}

.placeholder-trueGray-100::-webkit-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(245, 245, 245, var(--tw-placeholder-opacity));
}

.placeholder-trueGray-100::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(245, 245, 245, var(--tw-placeholder-opacity));
}

.placeholder-trueGray-100:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(245, 245, 245, var(--tw-placeholder-opacity));
}

.placeholder-trueGray-100::-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(245, 245, 245, var(--tw-placeholder-opacity));
}

.placeholder-trueGray-100::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(245, 245, 245, var(--tw-placeholder-opacity));
}

.placeholder-trueGray-200::-webkit-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(229, 229, 229, var(--tw-placeholder-opacity));
}

.placeholder-trueGray-200::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(229, 229, 229, var(--tw-placeholder-opacity));
}

.placeholder-trueGray-200:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(229, 229, 229, var(--tw-placeholder-opacity));
}

.placeholder-trueGray-200::-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(229, 229, 229, var(--tw-placeholder-opacity));
}

.placeholder-trueGray-200::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(229, 229, 229, var(--tw-placeholder-opacity));
}

.placeholder-trueGray-300::-webkit-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(212, 212, 212, var(--tw-placeholder-opacity));
}

.placeholder-trueGray-300::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(212, 212, 212, var(--tw-placeholder-opacity));
}

.placeholder-trueGray-300:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(212, 212, 212, var(--tw-placeholder-opacity));
}

.placeholder-trueGray-300::-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(212, 212, 212, var(--tw-placeholder-opacity));
}

.placeholder-trueGray-300::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(212, 212, 212, var(--tw-placeholder-opacity));
}

.placeholder-trueGray-400::-webkit-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(163, 163, 163, var(--tw-placeholder-opacity));
}

.placeholder-trueGray-400::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(163, 163, 163, var(--tw-placeholder-opacity));
}

.placeholder-trueGray-400:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(163, 163, 163, var(--tw-placeholder-opacity));
}

.placeholder-trueGray-400::-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(163, 163, 163, var(--tw-placeholder-opacity));
}

.placeholder-trueGray-400::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(163, 163, 163, var(--tw-placeholder-opacity));
}

.placeholder-trueGray-500::-webkit-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(115, 115, 115, var(--tw-placeholder-opacity));
}

.placeholder-trueGray-500::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(115, 115, 115, var(--tw-placeholder-opacity));
}

.placeholder-trueGray-500:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(115, 115, 115, var(--tw-placeholder-opacity));
}

.placeholder-trueGray-500::-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(115, 115, 115, var(--tw-placeholder-opacity));
}

.placeholder-trueGray-500::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(115, 115, 115, var(--tw-placeholder-opacity));
}

.placeholder-trueGray-600::-webkit-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(82, 82, 82, var(--tw-placeholder-opacity));
}

.placeholder-trueGray-600::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(82, 82, 82, var(--tw-placeholder-opacity));
}

.placeholder-trueGray-600:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(82, 82, 82, var(--tw-placeholder-opacity));
}

.placeholder-trueGray-600::-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(82, 82, 82, var(--tw-placeholder-opacity));
}

.placeholder-trueGray-600::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(82, 82, 82, var(--tw-placeholder-opacity));
}

.placeholder-trueGray-700::-webkit-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(64, 64, 64, var(--tw-placeholder-opacity));
}

.placeholder-trueGray-700::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(64, 64, 64, var(--tw-placeholder-opacity));
}

.placeholder-trueGray-700:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(64, 64, 64, var(--tw-placeholder-opacity));
}

.placeholder-trueGray-700::-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(64, 64, 64, var(--tw-placeholder-opacity));
}

.placeholder-trueGray-700::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(64, 64, 64, var(--tw-placeholder-opacity));
}

.placeholder-trueGray-800::-webkit-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(38, 38, 38, var(--tw-placeholder-opacity));
}

.placeholder-trueGray-800::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(38, 38, 38, var(--tw-placeholder-opacity));
}

.placeholder-trueGray-800:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(38, 38, 38, var(--tw-placeholder-opacity));
}

.placeholder-trueGray-800::-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(38, 38, 38, var(--tw-placeholder-opacity));
}

.placeholder-trueGray-800::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(38, 38, 38, var(--tw-placeholder-opacity));
}

.placeholder-trueGray-900::-webkit-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(23, 23, 23, var(--tw-placeholder-opacity));
}

.placeholder-trueGray-900::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(23, 23, 23, var(--tw-placeholder-opacity));
}

.placeholder-trueGray-900:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(23, 23, 23, var(--tw-placeholder-opacity));
}

.placeholder-trueGray-900::-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(23, 23, 23, var(--tw-placeholder-opacity));
}

.placeholder-trueGray-900::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(23, 23, 23, var(--tw-placeholder-opacity));
}

.placeholder-gray-50::-webkit-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(250, 250, 250, var(--tw-placeholder-opacity));
}

.placeholder-gray-50::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(250, 250, 250, var(--tw-placeholder-opacity));
}

.placeholder-gray-50:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(250, 250, 250, var(--tw-placeholder-opacity));
}

.placeholder-gray-50::-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(250, 250, 250, var(--tw-placeholder-opacity));
}

.placeholder-gray-50::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(250, 250, 250, var(--tw-placeholder-opacity));
}

.placeholder-gray-100::-webkit-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(244, 244, 245, var(--tw-placeholder-opacity));
}

.placeholder-gray-100::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(244, 244, 245, var(--tw-placeholder-opacity));
}

.placeholder-gray-100:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(244, 244, 245, var(--tw-placeholder-opacity));
}

.placeholder-gray-100::-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(244, 244, 245, var(--tw-placeholder-opacity));
}

.placeholder-gray-100::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(244, 244, 245, var(--tw-placeholder-opacity));
}

.placeholder-gray-200::-webkit-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(228, 228, 231, var(--tw-placeholder-opacity));
}

.placeholder-gray-200::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(228, 228, 231, var(--tw-placeholder-opacity));
}

.placeholder-gray-200:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(228, 228, 231, var(--tw-placeholder-opacity));
}

.placeholder-gray-200::-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(228, 228, 231, var(--tw-placeholder-opacity));
}

.placeholder-gray-200::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(228, 228, 231, var(--tw-placeholder-opacity));
}

.placeholder-gray-300::-webkit-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(212, 212, 216, var(--tw-placeholder-opacity));
}

.placeholder-gray-300::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(212, 212, 216, var(--tw-placeholder-opacity));
}

.placeholder-gray-300:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(212, 212, 216, var(--tw-placeholder-opacity));
}

.placeholder-gray-300::-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(212, 212, 216, var(--tw-placeholder-opacity));
}

.placeholder-gray-300::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(212, 212, 216, var(--tw-placeholder-opacity));
}

.placeholder-gray-400::-webkit-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(161, 161, 170, var(--tw-placeholder-opacity));
}

.placeholder-gray-400::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(161, 161, 170, var(--tw-placeholder-opacity));
}

.placeholder-gray-400:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(161, 161, 170, var(--tw-placeholder-opacity));
}

.placeholder-gray-400::-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(161, 161, 170, var(--tw-placeholder-opacity));
}

.placeholder-gray-400::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(161, 161, 170, var(--tw-placeholder-opacity));
}

.placeholder-gray-500::-webkit-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(113, 113, 122, var(--tw-placeholder-opacity));
}

.placeholder-gray-500::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(113, 113, 122, var(--tw-placeholder-opacity));
}

.placeholder-gray-500:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(113, 113, 122, var(--tw-placeholder-opacity));
}

.placeholder-gray-500::-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(113, 113, 122, var(--tw-placeholder-opacity));
}

.placeholder-gray-500::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(113, 113, 122, var(--tw-placeholder-opacity));
}

.placeholder-gray-600::-webkit-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(82, 82, 91, var(--tw-placeholder-opacity));
}

.placeholder-gray-600::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(82, 82, 91, var(--tw-placeholder-opacity));
}

.placeholder-gray-600:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(82, 82, 91, var(--tw-placeholder-opacity));
}

.placeholder-gray-600::-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(82, 82, 91, var(--tw-placeholder-opacity));
}

.placeholder-gray-600::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(82, 82, 91, var(--tw-placeholder-opacity));
}

.placeholder-gray-700::-webkit-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(63, 63, 70, var(--tw-placeholder-opacity));
}

.placeholder-gray-700::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(63, 63, 70, var(--tw-placeholder-opacity));
}

.placeholder-gray-700:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(63, 63, 70, var(--tw-placeholder-opacity));
}

.placeholder-gray-700::-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(63, 63, 70, var(--tw-placeholder-opacity));
}

.placeholder-gray-700::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(63, 63, 70, var(--tw-placeholder-opacity));
}

.placeholder-gray-800::-webkit-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(39, 39, 42, var(--tw-placeholder-opacity));
}

.placeholder-gray-800::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(39, 39, 42, var(--tw-placeholder-opacity));
}

.placeholder-gray-800:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(39, 39, 42, var(--tw-placeholder-opacity));
}

.placeholder-gray-800::-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(39, 39, 42, var(--tw-placeholder-opacity));
}

.placeholder-gray-800::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(39, 39, 42, var(--tw-placeholder-opacity));
}

.placeholder-gray-900::-webkit-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(24, 24, 27, var(--tw-placeholder-opacity));
}

.placeholder-gray-900::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(24, 24, 27, var(--tw-placeholder-opacity));
}

.placeholder-gray-900:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(24, 24, 27, var(--tw-placeholder-opacity));
}

.placeholder-gray-900::-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(24, 24, 27, var(--tw-placeholder-opacity));
}

.placeholder-gray-900::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(24, 24, 27, var(--tw-placeholder-opacity));
}

.placeholder-coolGray-50::-webkit-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(249, 250, 251, var(--tw-placeholder-opacity));
}

.placeholder-coolGray-50::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(249, 250, 251, var(--tw-placeholder-opacity));
}

.placeholder-coolGray-50:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(249, 250, 251, var(--tw-placeholder-opacity));
}

.placeholder-coolGray-50::-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(249, 250, 251, var(--tw-placeholder-opacity));
}

.placeholder-coolGray-50::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(249, 250, 251, var(--tw-placeholder-opacity));
}

.placeholder-coolGray-100::-webkit-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(243, 244, 246, var(--tw-placeholder-opacity));
}

.placeholder-coolGray-100::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(243, 244, 246, var(--tw-placeholder-opacity));
}

.placeholder-coolGray-100:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(243, 244, 246, var(--tw-placeholder-opacity));
}

.placeholder-coolGray-100::-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(243, 244, 246, var(--tw-placeholder-opacity));
}

.placeholder-coolGray-100::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(243, 244, 246, var(--tw-placeholder-opacity));
}

.placeholder-coolGray-200::-webkit-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(229, 231, 235, var(--tw-placeholder-opacity));
}

.placeholder-coolGray-200::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(229, 231, 235, var(--tw-placeholder-opacity));
}

.placeholder-coolGray-200:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(229, 231, 235, var(--tw-placeholder-opacity));
}

.placeholder-coolGray-200::-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(229, 231, 235, var(--tw-placeholder-opacity));
}

.placeholder-coolGray-200::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(229, 231, 235, var(--tw-placeholder-opacity));
}

.placeholder-coolGray-300::-webkit-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(209, 213, 219, var(--tw-placeholder-opacity));
}

.placeholder-coolGray-300::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(209, 213, 219, var(--tw-placeholder-opacity));
}

.placeholder-coolGray-300:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(209, 213, 219, var(--tw-placeholder-opacity));
}

.placeholder-coolGray-300::-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(209, 213, 219, var(--tw-placeholder-opacity));
}

.placeholder-coolGray-300::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(209, 213, 219, var(--tw-placeholder-opacity));
}

.placeholder-coolGray-400::-webkit-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(156, 163, 175, var(--tw-placeholder-opacity));
}

.placeholder-coolGray-400::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(156, 163, 175, var(--tw-placeholder-opacity));
}

.placeholder-coolGray-400:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(156, 163, 175, var(--tw-placeholder-opacity));
}

.placeholder-coolGray-400::-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(156, 163, 175, var(--tw-placeholder-opacity));
}

.placeholder-coolGray-400::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(156, 163, 175, var(--tw-placeholder-opacity));
}

.placeholder-coolGray-500::-webkit-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(107, 114, 128, var(--tw-placeholder-opacity));
}

.placeholder-coolGray-500::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(107, 114, 128, var(--tw-placeholder-opacity));
}

.placeholder-coolGray-500:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(107, 114, 128, var(--tw-placeholder-opacity));
}

.placeholder-coolGray-500::-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(107, 114, 128, var(--tw-placeholder-opacity));
}

.placeholder-coolGray-500::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(107, 114, 128, var(--tw-placeholder-opacity));
}

.placeholder-coolGray-600::-webkit-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(75, 85, 99, var(--tw-placeholder-opacity));
}

.placeholder-coolGray-600::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(75, 85, 99, var(--tw-placeholder-opacity));
}

.placeholder-coolGray-600:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(75, 85, 99, var(--tw-placeholder-opacity));
}

.placeholder-coolGray-600::-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(75, 85, 99, var(--tw-placeholder-opacity));
}

.placeholder-coolGray-600::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(75, 85, 99, var(--tw-placeholder-opacity));
}

.placeholder-coolGray-700::-webkit-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(55, 65, 81, var(--tw-placeholder-opacity));
}

.placeholder-coolGray-700::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(55, 65, 81, var(--tw-placeholder-opacity));
}

.placeholder-coolGray-700:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(55, 65, 81, var(--tw-placeholder-opacity));
}

.placeholder-coolGray-700::-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(55, 65, 81, var(--tw-placeholder-opacity));
}

.placeholder-coolGray-700::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(55, 65, 81, var(--tw-placeholder-opacity));
}

.placeholder-coolGray-800::-webkit-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(31, 41, 55, var(--tw-placeholder-opacity));
}

.placeholder-coolGray-800::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(31, 41, 55, var(--tw-placeholder-opacity));
}

.placeholder-coolGray-800:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(31, 41, 55, var(--tw-placeholder-opacity));
}

.placeholder-coolGray-800::-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(31, 41, 55, var(--tw-placeholder-opacity));
}

.placeholder-coolGray-800::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(31, 41, 55, var(--tw-placeholder-opacity));
}

.placeholder-coolGray-900::-webkit-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(17, 24, 39, var(--tw-placeholder-opacity));
}

.placeholder-coolGray-900::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(17, 24, 39, var(--tw-placeholder-opacity));
}

.placeholder-coolGray-900:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(17, 24, 39, var(--tw-placeholder-opacity));
}

.placeholder-coolGray-900::-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(17, 24, 39, var(--tw-placeholder-opacity));
}

.placeholder-coolGray-900::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(17, 24, 39, var(--tw-placeholder-opacity));
}

.placeholder-blueGray-50::-webkit-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(248, 250, 252, var(--tw-placeholder-opacity));
}

.placeholder-blueGray-50::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(248, 250, 252, var(--tw-placeholder-opacity));
}

.placeholder-blueGray-50:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(248, 250, 252, var(--tw-placeholder-opacity));
}

.placeholder-blueGray-50::-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(248, 250, 252, var(--tw-placeholder-opacity));
}

.placeholder-blueGray-50::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(248, 250, 252, var(--tw-placeholder-opacity));
}

.placeholder-blueGray-100::-webkit-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(241, 245, 249, var(--tw-placeholder-opacity));
}

.placeholder-blueGray-100::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(241, 245, 249, var(--tw-placeholder-opacity));
}

.placeholder-blueGray-100:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(241, 245, 249, var(--tw-placeholder-opacity));
}

.placeholder-blueGray-100::-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(241, 245, 249, var(--tw-placeholder-opacity));
}

.placeholder-blueGray-100::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(241, 245, 249, var(--tw-placeholder-opacity));
}

.placeholder-blueGray-200::-webkit-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(226, 232, 240, var(--tw-placeholder-opacity));
}

.placeholder-blueGray-200::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(226, 232, 240, var(--tw-placeholder-opacity));
}

.placeholder-blueGray-200:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(226, 232, 240, var(--tw-placeholder-opacity));
}

.placeholder-blueGray-200::-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(226, 232, 240, var(--tw-placeholder-opacity));
}

.placeholder-blueGray-200::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(226, 232, 240, var(--tw-placeholder-opacity));
}

.placeholder-blueGray-300::-webkit-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(203, 213, 225, var(--tw-placeholder-opacity));
}

.placeholder-blueGray-300::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(203, 213, 225, var(--tw-placeholder-opacity));
}

.placeholder-blueGray-300:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(203, 213, 225, var(--tw-placeholder-opacity));
}

.placeholder-blueGray-300::-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(203, 213, 225, var(--tw-placeholder-opacity));
}

.placeholder-blueGray-300::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(203, 213, 225, var(--tw-placeholder-opacity));
}

.placeholder-blueGray-400::-webkit-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(148, 163, 184, var(--tw-placeholder-opacity));
}

.placeholder-blueGray-400::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(148, 163, 184, var(--tw-placeholder-opacity));
}

.placeholder-blueGray-400:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(148, 163, 184, var(--tw-placeholder-opacity));
}

.placeholder-blueGray-400::-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(148, 163, 184, var(--tw-placeholder-opacity));
}

.placeholder-blueGray-400::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(148, 163, 184, var(--tw-placeholder-opacity));
}

.placeholder-blueGray-500::-webkit-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(100, 116, 139, var(--tw-placeholder-opacity));
}

.placeholder-blueGray-500::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(100, 116, 139, var(--tw-placeholder-opacity));
}

.placeholder-blueGray-500:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(100, 116, 139, var(--tw-placeholder-opacity));
}

.placeholder-blueGray-500::-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(100, 116, 139, var(--tw-placeholder-opacity));
}

.placeholder-blueGray-500::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(100, 116, 139, var(--tw-placeholder-opacity));
}

.placeholder-blueGray-600::-webkit-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(71, 85, 105, var(--tw-placeholder-opacity));
}

.placeholder-blueGray-600::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(71, 85, 105, var(--tw-placeholder-opacity));
}

.placeholder-blueGray-600:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(71, 85, 105, var(--tw-placeholder-opacity));
}

.placeholder-blueGray-600::-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(71, 85, 105, var(--tw-placeholder-opacity));
}

.placeholder-blueGray-600::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(71, 85, 105, var(--tw-placeholder-opacity));
}

.placeholder-blueGray-700::-webkit-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(51, 65, 85, var(--tw-placeholder-opacity));
}

.placeholder-blueGray-700::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(51, 65, 85, var(--tw-placeholder-opacity));
}

.placeholder-blueGray-700:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(51, 65, 85, var(--tw-placeholder-opacity));
}

.placeholder-blueGray-700::-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(51, 65, 85, var(--tw-placeholder-opacity));
}

.placeholder-blueGray-700::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(51, 65, 85, var(--tw-placeholder-opacity));
}

.placeholder-blueGray-800::-webkit-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(30, 41, 59, var(--tw-placeholder-opacity));
}

.placeholder-blueGray-800::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(30, 41, 59, var(--tw-placeholder-opacity));
}

.placeholder-blueGray-800:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(30, 41, 59, var(--tw-placeholder-opacity));
}

.placeholder-blueGray-800::-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(30, 41, 59, var(--tw-placeholder-opacity));
}

.placeholder-blueGray-800::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(30, 41, 59, var(--tw-placeholder-opacity));
}

.placeholder-blueGray-900::-webkit-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(15, 23, 42, var(--tw-placeholder-opacity));
}

.placeholder-blueGray-900::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(15, 23, 42, var(--tw-placeholder-opacity));
}

.placeholder-blueGray-900:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(15, 23, 42, var(--tw-placeholder-opacity));
}

.placeholder-blueGray-900::-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(15, 23, 42, var(--tw-placeholder-opacity));
}

.placeholder-blueGray-900::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(15, 23, 42, var(--tw-placeholder-opacity));
}

.focus\:placeholder-current:focus::-webkit-input-placeholder {
  color: currentColor;
}

.focus\:placeholder-current:focus::-moz-placeholder {
  color: currentColor;
}

.focus\:placeholder-current:focus:-ms-input-placeholder {
  color: currentColor;
}

.focus\:placeholder-current:focus::-ms-input-placeholder {
  color: currentColor;
}

.focus\:placeholder-current:focus::placeholder {
  color: currentColor;
}

.focus\:placeholder-transparent:focus::-webkit-input-placeholder {
  color: transparent;
}

.focus\:placeholder-transparent:focus::-moz-placeholder {
  color: transparent;
}

.focus\:placeholder-transparent:focus:-ms-input-placeholder {
  color: transparent;
}

.focus\:placeholder-transparent:focus::-ms-input-placeholder {
  color: transparent;
}

.focus\:placeholder-transparent:focus::placeholder {
  color: transparent;
}

.focus\:placeholder-falcon:focus::-webkit-input-placeholder {
  color: var(--falcon);
}

.focus\:placeholder-falcon:focus::-moz-placeholder {
  color: var(--falcon);
}

.focus\:placeholder-falcon:focus:-ms-input-placeholder {
  color: var(--falcon);
}

.focus\:placeholder-falcon:focus::-ms-input-placeholder {
  color: var(--falcon);
}

.focus\:placeholder-falcon:focus::placeholder {
  color: var(--falcon);
}

.focus\:placeholder-basement:focus::-webkit-input-placeholder {
  color: var(--basement);
}

.focus\:placeholder-basement:focus::-moz-placeholder {
  color: var(--basement);
}

.focus\:placeholder-basement:focus:-ms-input-placeholder {
  color: var(--basement);
}

.focus\:placeholder-basement:focus::-ms-input-placeholder {
  color: var(--basement);
}

.focus\:placeholder-basement:focus::placeholder {
  color: var(--basement);
}

.focus\:placeholder-blue-50:focus::-webkit-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(239, 246, 255, var(--tw-placeholder-opacity));
}

.focus\:placeholder-blue-50:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(239, 246, 255, var(--tw-placeholder-opacity));
}

.focus\:placeholder-blue-50:focus:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(239, 246, 255, var(--tw-placeholder-opacity));
}

.focus\:placeholder-blue-50:focus::-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(239, 246, 255, var(--tw-placeholder-opacity));
}

.focus\:placeholder-blue-50:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(239, 246, 255, var(--tw-placeholder-opacity));
}

.focus\:placeholder-blue-100:focus::-webkit-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(219, 234, 254, var(--tw-placeholder-opacity));
}

.focus\:placeholder-blue-100:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(219, 234, 254, var(--tw-placeholder-opacity));
}

.focus\:placeholder-blue-100:focus:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(219, 234, 254, var(--tw-placeholder-opacity));
}

.focus\:placeholder-blue-100:focus::-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(219, 234, 254, var(--tw-placeholder-opacity));
}

.focus\:placeholder-blue-100:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(219, 234, 254, var(--tw-placeholder-opacity));
}

.focus\:placeholder-blue-200:focus::-webkit-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(191, 219, 254, var(--tw-placeholder-opacity));
}

.focus\:placeholder-blue-200:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(191, 219, 254, var(--tw-placeholder-opacity));
}

.focus\:placeholder-blue-200:focus:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(191, 219, 254, var(--tw-placeholder-opacity));
}

.focus\:placeholder-blue-200:focus::-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(191, 219, 254, var(--tw-placeholder-opacity));
}

.focus\:placeholder-blue-200:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(191, 219, 254, var(--tw-placeholder-opacity));
}

.focus\:placeholder-blue-300:focus::-webkit-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(147, 197, 253, var(--tw-placeholder-opacity));
}

.focus\:placeholder-blue-300:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(147, 197, 253, var(--tw-placeholder-opacity));
}

.focus\:placeholder-blue-300:focus:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(147, 197, 253, var(--tw-placeholder-opacity));
}

.focus\:placeholder-blue-300:focus::-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(147, 197, 253, var(--tw-placeholder-opacity));
}

.focus\:placeholder-blue-300:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(147, 197, 253, var(--tw-placeholder-opacity));
}

.focus\:placeholder-blue-400:focus::-webkit-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(96, 165, 250, var(--tw-placeholder-opacity));
}

.focus\:placeholder-blue-400:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(96, 165, 250, var(--tw-placeholder-opacity));
}

.focus\:placeholder-blue-400:focus:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(96, 165, 250, var(--tw-placeholder-opacity));
}

.focus\:placeholder-blue-400:focus::-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(96, 165, 250, var(--tw-placeholder-opacity));
}

.focus\:placeholder-blue-400:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(96, 165, 250, var(--tw-placeholder-opacity));
}

.focus\:placeholder-blue-500:focus::-webkit-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(59, 130, 246, var(--tw-placeholder-opacity));
}

.focus\:placeholder-blue-500:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(59, 130, 246, var(--tw-placeholder-opacity));
}

.focus\:placeholder-blue-500:focus:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(59, 130, 246, var(--tw-placeholder-opacity));
}

.focus\:placeholder-blue-500:focus::-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(59, 130, 246, var(--tw-placeholder-opacity));
}

.focus\:placeholder-blue-500:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(59, 130, 246, var(--tw-placeholder-opacity));
}

.focus\:placeholder-blue-600:focus::-webkit-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(37, 99, 235, var(--tw-placeholder-opacity));
}

.focus\:placeholder-blue-600:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(37, 99, 235, var(--tw-placeholder-opacity));
}

.focus\:placeholder-blue-600:focus:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(37, 99, 235, var(--tw-placeholder-opacity));
}

.focus\:placeholder-blue-600:focus::-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(37, 99, 235, var(--tw-placeholder-opacity));
}

.focus\:placeholder-blue-600:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(37, 99, 235, var(--tw-placeholder-opacity));
}

.focus\:placeholder-blue-700:focus::-webkit-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(29, 78, 216, var(--tw-placeholder-opacity));
}

.focus\:placeholder-blue-700:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(29, 78, 216, var(--tw-placeholder-opacity));
}

.focus\:placeholder-blue-700:focus:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(29, 78, 216, var(--tw-placeholder-opacity));
}

.focus\:placeholder-blue-700:focus::-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(29, 78, 216, var(--tw-placeholder-opacity));
}

.focus\:placeholder-blue-700:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(29, 78, 216, var(--tw-placeholder-opacity));
}

.focus\:placeholder-blue-800:focus::-webkit-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(30, 64, 175, var(--tw-placeholder-opacity));
}

.focus\:placeholder-blue-800:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(30, 64, 175, var(--tw-placeholder-opacity));
}

.focus\:placeholder-blue-800:focus:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(30, 64, 175, var(--tw-placeholder-opacity));
}

.focus\:placeholder-blue-800:focus::-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(30, 64, 175, var(--tw-placeholder-opacity));
}

.focus\:placeholder-blue-800:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(30, 64, 175, var(--tw-placeholder-opacity));
}

.focus\:placeholder-blue-900:focus::-webkit-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(30, 58, 138, var(--tw-placeholder-opacity));
}

.focus\:placeholder-blue-900:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(30, 58, 138, var(--tw-placeholder-opacity));
}

.focus\:placeholder-blue-900:focus:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(30, 58, 138, var(--tw-placeholder-opacity));
}

.focus\:placeholder-blue-900:focus::-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(30, 58, 138, var(--tw-placeholder-opacity));
}

.focus\:placeholder-blue-900:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(30, 58, 138, var(--tw-placeholder-opacity));
}

.focus\:placeholder-body-and-labels:focus::-webkit-input-placeholder {
  color: var(--body-and-labels);
}

.focus\:placeholder-body-and-labels:focus::-moz-placeholder {
  color: var(--body-and-labels);
}

.focus\:placeholder-body-and-labels:focus:-ms-input-placeholder {
  color: var(--body-and-labels);
}

.focus\:placeholder-body-and-labels:focus::-ms-input-placeholder {
  color: var(--body-and-labels);
}

.focus\:placeholder-body-and-labels:focus::placeholder {
  color: var(--body-and-labels);
}

.focus\:placeholder-brand:focus::-webkit-input-placeholder {
  color: var(--brand);
}

.focus\:placeholder-brand:focus::-moz-placeholder {
  color: var(--brand);
}

.focus\:placeholder-brand:focus:-ms-input-placeholder {
  color: var(--brand);
}

.focus\:placeholder-brand:focus::-ms-input-placeholder {
  color: var(--brand);
}

.focus\:placeholder-brand:focus::placeholder {
  color: var(--brand);
}

.focus\:placeholder-code-base-64:focus::-webkit-input-placeholder {
  color: var(--code-base-64);
}

.focus\:placeholder-code-base-64:focus::-moz-placeholder {
  color: var(--code-base-64);
}

.focus\:placeholder-code-base-64:focus:-ms-input-placeholder {
  color: var(--code-base-64);
}

.focus\:placeholder-code-base-64:focus::-ms-input-placeholder {
  color: var(--code-base-64);
}

.focus\:placeholder-code-base-64:focus::placeholder {
  color: var(--code-base-64);
}

.focus\:placeholder-code-bg:focus::-webkit-input-placeholder {
  color: var(--code-bg);
}

.focus\:placeholder-code-bg:focus::-moz-placeholder {
  color: var(--code-bg);
}

.focus\:placeholder-code-bg:focus:-ms-input-placeholder {
  color: var(--code-bg);
}

.focus\:placeholder-code-bg:focus::-ms-input-placeholder {
  color: var(--code-bg);
}

.focus\:placeholder-code-bg:focus::placeholder {
  color: var(--code-bg);
}

.focus\:placeholder-code-outline:focus::-webkit-input-placeholder {
  color: var(--code-outline);
}

.focus\:placeholder-code-outline:focus::-moz-placeholder {
  color: var(--code-outline);
}

.focus\:placeholder-code-outline:focus:-ms-input-placeholder {
  color: var(--code-outline);
}

.focus\:placeholder-code-outline:focus::-ms-input-placeholder {
  color: var(--code-outline);
}

.focus\:placeholder-code-outline:focus::placeholder {
  color: var(--code-outline);
}

.focus\:placeholder-code-text:focus::-webkit-input-placeholder {
  color: var(--code-text);
}

.focus\:placeholder-code-text:focus::-moz-placeholder {
  color: var(--code-text);
}

.focus\:placeholder-code-text:focus:-ms-input-placeholder {
  color: var(--code-text);
}

.focus\:placeholder-code-text:focus::-ms-input-placeholder {
  color: var(--code-text);
}

.focus\:placeholder-code-text:focus::placeholder {
  color: var(--code-text);
}

.focus\:placeholder-critical:focus::-webkit-input-placeholder {
  color: var(--critical);
}

.focus\:placeholder-critical:focus::-moz-placeholder {
  color: var(--critical);
}

.focus\:placeholder-critical:focus:-ms-input-placeholder {
  color: var(--critical);
}

.focus\:placeholder-critical:focus::-ms-input-placeholder {
  color: var(--critical);
}

.focus\:placeholder-critical:focus::placeholder {
  color: var(--critical);
}

.focus\:placeholder-destructive-hover:focus::-webkit-input-placeholder {
  color: var(--destructive-hover);
}

.focus\:placeholder-destructive-hover:focus::-moz-placeholder {
  color: var(--destructive-hover);
}

.focus\:placeholder-destructive-hover:focus:-ms-input-placeholder {
  color: var(--destructive-hover);
}

.focus\:placeholder-destructive-hover:focus::-ms-input-placeholder {
  color: var(--destructive-hover);
}

.focus\:placeholder-destructive-hover:focus::placeholder {
  color: var(--destructive-hover);
}

.focus\:placeholder-destructive-idle:focus::-webkit-input-placeholder {
  color: var(--destructive-idle);
}

.focus\:placeholder-destructive-idle:focus::-moz-placeholder {
  color: var(--destructive-idle);
}

.focus\:placeholder-destructive-idle:focus:-ms-input-placeholder {
  color: var(--destructive-idle);
}

.focus\:placeholder-destructive-idle:focus::-ms-input-placeholder {
  color: var(--destructive-idle);
}

.focus\:placeholder-destructive-idle:focus::placeholder {
  color: var(--destructive-idle);
}

.focus\:placeholder-destructive-pressed:focus::-webkit-input-placeholder {
  color: var(--destructive-pressed);
}

.focus\:placeholder-destructive-pressed:focus::-moz-placeholder {
  color: var(--destructive-pressed);
}

.focus\:placeholder-destructive-pressed:focus:-ms-input-placeholder {
  color: var(--destructive-pressed);
}

.focus\:placeholder-destructive-pressed:focus::-ms-input-placeholder {
  color: var(--destructive-pressed);
}

.focus\:placeholder-destructive-pressed:focus::placeholder {
  color: var(--destructive-pressed);
}

.focus\:placeholder-disabled:focus::-webkit-input-placeholder {
  color: var(--disabled);
}

.focus\:placeholder-disabled:focus::-moz-placeholder {
  color: var(--disabled);
}

.focus\:placeholder-disabled:focus:-ms-input-placeholder {
  color: var(--disabled);
}

.focus\:placeholder-disabled:focus::-ms-input-placeholder {
  color: var(--disabled);
}

.focus\:placeholder-disabled:focus::placeholder {
  color: var(--disabled);
}

.focus\:placeholder-disc-operations:focus::-webkit-input-placeholder {
  color: var(--disc-operations);
}

.focus\:placeholder-disc-operations:focus::-moz-placeholder {
  color: var(--disc-operations);
}

.focus\:placeholder-disc-operations:focus:-ms-input-placeholder {
  color: var(--disc-operations);
}

.focus\:placeholder-disc-operations:focus::-ms-input-placeholder {
  color: var(--disc-operations);
}

.focus\:placeholder-disc-operations:focus::placeholder {
  color: var(--disc-operations);
}

.focus\:placeholder-dns-requests:focus::-webkit-input-placeholder {
  color: var(--dns-requests);
}

.focus\:placeholder-dns-requests:focus::-moz-placeholder {
  color: var(--dns-requests);
}

.focus\:placeholder-dns-requests:focus:-ms-input-placeholder {
  color: var(--dns-requests);
}

.focus\:placeholder-dns-requests:focus::-ms-input-placeholder {
  color: var(--dns-requests);
}

.focus\:placeholder-dns-requests:focus::placeholder {
  color: var(--dns-requests);
}

.focus\:placeholder-focus:focus::-webkit-input-placeholder {
  color: var(--focus);
}

.focus\:placeholder-focus:focus::-moz-placeholder {
  color: var(--focus);
}

.focus\:placeholder-focus:focus:-ms-input-placeholder {
  color: var(--focus);
}

.focus\:placeholder-focus:focus::-ms-input-placeholder {
  color: var(--focus);
}

.focus\:placeholder-focus:focus::placeholder {
  color: var(--focus);
}

.focus\:placeholder-graph-1:focus::-webkit-input-placeholder {
  color: var(--graph-1);
}

.focus\:placeholder-graph-1:focus::-moz-placeholder {
  color: var(--graph-1);
}

.focus\:placeholder-graph-1:focus:-ms-input-placeholder {
  color: var(--graph-1);
}

.focus\:placeholder-graph-1:focus::-ms-input-placeholder {
  color: var(--graph-1);
}

.focus\:placeholder-graph-1:focus::placeholder {
  color: var(--graph-1);
}

.focus\:placeholder-graph-10:focus::-webkit-input-placeholder {
  color: var(--graph-10);
}

.focus\:placeholder-graph-10:focus::-moz-placeholder {
  color: var(--graph-10);
}

.focus\:placeholder-graph-10:focus:-ms-input-placeholder {
  color: var(--graph-10);
}

.focus\:placeholder-graph-10:focus::-ms-input-placeholder {
  color: var(--graph-10);
}

.focus\:placeholder-graph-10:focus::placeholder {
  color: var(--graph-10);
}

.focus\:placeholder-graph-11:focus::-webkit-input-placeholder {
  color: var(--graph-11);
}

.focus\:placeholder-graph-11:focus::-moz-placeholder {
  color: var(--graph-11);
}

.focus\:placeholder-graph-11:focus:-ms-input-placeholder {
  color: var(--graph-11);
}

.focus\:placeholder-graph-11:focus::-ms-input-placeholder {
  color: var(--graph-11);
}

.focus\:placeholder-graph-11:focus::placeholder {
  color: var(--graph-11);
}

.focus\:placeholder-graph-2:focus::-webkit-input-placeholder {
  color: var(--graph-2);
}

.focus\:placeholder-graph-2:focus::-moz-placeholder {
  color: var(--graph-2);
}

.focus\:placeholder-graph-2:focus:-ms-input-placeholder {
  color: var(--graph-2);
}

.focus\:placeholder-graph-2:focus::-ms-input-placeholder {
  color: var(--graph-2);
}

.focus\:placeholder-graph-2:focus::placeholder {
  color: var(--graph-2);
}

.focus\:placeholder-graph-3:focus::-webkit-input-placeholder {
  color: var(--graph-3);
}

.focus\:placeholder-graph-3:focus::-moz-placeholder {
  color: var(--graph-3);
}

.focus\:placeholder-graph-3:focus:-ms-input-placeholder {
  color: var(--graph-3);
}

.focus\:placeholder-graph-3:focus::-ms-input-placeholder {
  color: var(--graph-3);
}

.focus\:placeholder-graph-3:focus::placeholder {
  color: var(--graph-3);
}

.focus\:placeholder-graph-4:focus::-webkit-input-placeholder {
  color: var(--graph-4);
}

.focus\:placeholder-graph-4:focus::-moz-placeholder {
  color: var(--graph-4);
}

.focus\:placeholder-graph-4:focus:-ms-input-placeholder {
  color: var(--graph-4);
}

.focus\:placeholder-graph-4:focus::-ms-input-placeholder {
  color: var(--graph-4);
}

.focus\:placeholder-graph-4:focus::placeholder {
  color: var(--graph-4);
}

.focus\:placeholder-graph-5:focus::-webkit-input-placeholder {
  color: var(--graph-5);
}

.focus\:placeholder-graph-5:focus::-moz-placeholder {
  color: var(--graph-5);
}

.focus\:placeholder-graph-5:focus:-ms-input-placeholder {
  color: var(--graph-5);
}

.focus\:placeholder-graph-5:focus::-ms-input-placeholder {
  color: var(--graph-5);
}

.focus\:placeholder-graph-5:focus::placeholder {
  color: var(--graph-5);
}

.focus\:placeholder-graph-6:focus::-webkit-input-placeholder {
  color: var(--graph-6);
}

.focus\:placeholder-graph-6:focus::-moz-placeholder {
  color: var(--graph-6);
}

.focus\:placeholder-graph-6:focus:-ms-input-placeholder {
  color: var(--graph-6);
}

.focus\:placeholder-graph-6:focus::-ms-input-placeholder {
  color: var(--graph-6);
}

.focus\:placeholder-graph-6:focus::placeholder {
  color: var(--graph-6);
}

.focus\:placeholder-graph-7:focus::-webkit-input-placeholder {
  color: var(--graph-7);
}

.focus\:placeholder-graph-7:focus::-moz-placeholder {
  color: var(--graph-7);
}

.focus\:placeholder-graph-7:focus:-ms-input-placeholder {
  color: var(--graph-7);
}

.focus\:placeholder-graph-7:focus::-ms-input-placeholder {
  color: var(--graph-7);
}

.focus\:placeholder-graph-7:focus::placeholder {
  color: var(--graph-7);
}

.focus\:placeholder-graph-8:focus::-webkit-input-placeholder {
  color: var(--graph-8);
}

.focus\:placeholder-graph-8:focus::-moz-placeholder {
  color: var(--graph-8);
}

.focus\:placeholder-graph-8:focus:-ms-input-placeholder {
  color: var(--graph-8);
}

.focus\:placeholder-graph-8:focus::-ms-input-placeholder {
  color: var(--graph-8);
}

.focus\:placeholder-graph-8:focus::placeholder {
  color: var(--graph-8);
}

.focus\:placeholder-graph-9:focus::-webkit-input-placeholder {
  color: var(--graph-9);
}

.focus\:placeholder-graph-9:focus::-moz-placeholder {
  color: var(--graph-9);
}

.focus\:placeholder-graph-9:focus:-ms-input-placeholder {
  color: var(--graph-9);
}

.focus\:placeholder-graph-9:focus::-ms-input-placeholder {
  color: var(--graph-9);
}

.focus\:placeholder-graph-9:focus::placeholder {
  color: var(--graph-9);
}

.focus\:placeholder-graph-disabled:focus::-webkit-input-placeholder {
  color: var(--graph-disabled);
}

.focus\:placeholder-graph-disabled:focus::-moz-placeholder {
  color: var(--graph-disabled);
}

.focus\:placeholder-graph-disabled:focus:-ms-input-placeholder {
  color: var(--graph-disabled);
}

.focus\:placeholder-graph-disabled:focus::-ms-input-placeholder {
  color: var(--graph-disabled);
}

.focus\:placeholder-graph-disabled:focus::placeholder {
  color: var(--graph-disabled);
}

.focus\:placeholder-ground-floor:focus::-webkit-input-placeholder {
  color: var(--ground-floor);
}

.focus\:placeholder-ground-floor:focus::-moz-placeholder {
  color: var(--ground-floor);
}

.focus\:placeholder-ground-floor:focus:-ms-input-placeholder {
  color: var(--ground-floor);
}

.focus\:placeholder-ground-floor:focus::-ms-input-placeholder {
  color: var(--ground-floor);
}

.focus\:placeholder-ground-floor:focus::placeholder {
  color: var(--ground-floor);
}

.focus\:placeholder-high:focus::-webkit-input-placeholder {
  color: var(--high);
}

.focus\:placeholder-high:focus::-moz-placeholder {
  color: var(--high);
}

.focus\:placeholder-high:focus:-ms-input-placeholder {
  color: var(--high);
}

.focus\:placeholder-high:focus::-ms-input-placeholder {
  color: var(--high);
}

.focus\:placeholder-high:focus::placeholder {
  color: var(--high);
}

.focus\:placeholder-informational:focus::-webkit-input-placeholder {
  color: var(--informational);
}

.focus\:placeholder-informational:focus::-moz-placeholder {
  color: var(--informational);
}

.focus\:placeholder-informational:focus:-ms-input-placeholder {
  color: var(--informational);
}

.focus\:placeholder-informational:focus::-ms-input-placeholder {
  color: var(--informational);
}

.focus\:placeholder-informational:focus::placeholder {
  color: var(--informational);
}

.focus\:placeholder-lines-dark:focus::-webkit-input-placeholder {
  color: var(--lines-dark);
}

.focus\:placeholder-lines-dark:focus::-moz-placeholder {
  color: var(--lines-dark);
}

.focus\:placeholder-lines-dark:focus:-ms-input-placeholder {
  color: var(--lines-dark);
}

.focus\:placeholder-lines-dark:focus::-ms-input-placeholder {
  color: var(--lines-dark);
}

.focus\:placeholder-lines-dark:focus::placeholder {
  color: var(--lines-dark);
}

.focus\:placeholder-lines-light:focus::-webkit-input-placeholder {
  color: var(--lines-light);
}

.focus\:placeholder-lines-light:focus::-moz-placeholder {
  color: var(--lines-light);
}

.focus\:placeholder-lines-light:focus:-ms-input-placeholder {
  color: var(--lines-light);
}

.focus\:placeholder-lines-light:focus::-ms-input-placeholder {
  color: var(--lines-light);
}

.focus\:placeholder-lines-light:focus::placeholder {
  color: var(--lines-light);
}

.focus\:placeholder-low:focus::-webkit-input-placeholder {
  color: var(--low);
}

.focus\:placeholder-low:focus::-moz-placeholder {
  color: var(--low);
}

.focus\:placeholder-low:focus:-ms-input-placeholder {
  color: var(--low);
}

.focus\:placeholder-low:focus::-ms-input-placeholder {
  color: var(--low);
}

.focus\:placeholder-low:focus::placeholder {
  color: var(--low);
}

.focus\:placeholder-medium:focus::-webkit-input-placeholder {
  color: var(--medium);
}

.focus\:placeholder-medium:focus::-moz-placeholder {
  color: var(--medium);
}

.focus\:placeholder-medium:focus:-ms-input-placeholder {
  color: var(--medium);
}

.focus\:placeholder-medium:focus::-ms-input-placeholder {
  color: var(--medium);
}

.focus\:placeholder-medium:focus::placeholder {
  color: var(--medium);
}

.focus\:placeholder-mezzanine:focus::-webkit-input-placeholder {
  color: var(--mezzanine);
}

.focus\:placeholder-mezzanine:focus::-moz-placeholder {
  color: var(--mezzanine);
}

.focus\:placeholder-mezzanine:focus:-ms-input-placeholder {
  color: var(--mezzanine);
}

.focus\:placeholder-mezzanine:focus::-ms-input-placeholder {
  color: var(--mezzanine);
}

.focus\:placeholder-mezzanine:focus::placeholder {
  color: var(--mezzanine);
}

.focus\:placeholder-nav-text-and-icons:focus::-webkit-input-placeholder {
  color: var(--nav-text-and-icons);
}

.focus\:placeholder-nav-text-and-icons:focus::-moz-placeholder {
  color: var(--nav-text-and-icons);
}

.focus\:placeholder-nav-text-and-icons:focus:-ms-input-placeholder {
  color: var(--nav-text-and-icons);
}

.focus\:placeholder-nav-text-and-icons:focus::-ms-input-placeholder {
  color: var(--nav-text-and-icons);
}

.focus\:placeholder-nav-text-and-icons:focus::placeholder {
  color: var(--nav-text-and-icons);
}

.focus\:placeholder-nav-text-secondary:focus::-webkit-input-placeholder {
  color: var(--nav-text-secondary);
}

.focus\:placeholder-nav-text-secondary:focus::-moz-placeholder {
  color: var(--nav-text-secondary);
}

.focus\:placeholder-nav-text-secondary:focus:-ms-input-placeholder {
  color: var(--nav-text-secondary);
}

.focus\:placeholder-nav-text-secondary:focus::-ms-input-placeholder {
  color: var(--nav-text-secondary);
}

.focus\:placeholder-nav-text-secondary:focus::placeholder {
  color: var(--nav-text-secondary);
}

.focus\:placeholder-network-operations:focus::-webkit-input-placeholder {
  color: var(--network-operations);
}

.focus\:placeholder-network-operations:focus::-moz-placeholder {
  color: var(--network-operations);
}

.focus\:placeholder-network-operations:focus:-ms-input-placeholder {
  color: var(--network-operations);
}

.focus\:placeholder-network-operations:focus::-ms-input-placeholder {
  color: var(--network-operations);
}

.focus\:placeholder-network-operations:focus::placeholder {
  color: var(--network-operations);
}

.focus\:placeholder-normal-hover:focus::-webkit-input-placeholder {
  color: var(--normal-hover);
}

.focus\:placeholder-normal-hover:focus::-moz-placeholder {
  color: var(--normal-hover);
}

.focus\:placeholder-normal-hover:focus:-ms-input-placeholder {
  color: var(--normal-hover);
}

.focus\:placeholder-normal-hover:focus::-ms-input-placeholder {
  color: var(--normal-hover);
}

.focus\:placeholder-normal-hover:focus::placeholder {
  color: var(--normal-hover);
}

.focus\:placeholder-normal-idle:focus::-webkit-input-placeholder {
  color: var(--normal-idle);
}

.focus\:placeholder-normal-idle:focus::-moz-placeholder {
  color: var(--normal-idle);
}

.focus\:placeholder-normal-idle:focus:-ms-input-placeholder {
  color: var(--normal-idle);
}

.focus\:placeholder-normal-idle:focus::-ms-input-placeholder {
  color: var(--normal-idle);
}

.focus\:placeholder-normal-idle:focus::placeholder {
  color: var(--normal-idle);
}

.focus\:placeholder-normal-pressed:focus::-webkit-input-placeholder {
  color: var(--normal-pressed);
}

.focus\:placeholder-normal-pressed:focus::-moz-placeholder {
  color: var(--normal-pressed);
}

.focus\:placeholder-normal-pressed:focus:-ms-input-placeholder {
  color: var(--normal-pressed);
}

.focus\:placeholder-normal-pressed:focus::-ms-input-placeholder {
  color: var(--normal-pressed);
}

.focus\:placeholder-normal-pressed:focus::placeholder {
  color: var(--normal-pressed);
}

.focus\:placeholder-overlay-0\.5:focus::-webkit-input-placeholder {
  color: var(--overlay-0\.5);
}

.focus\:placeholder-overlay-0\.5:focus::-moz-placeholder {
  color: var(--overlay-0\.5);
}

.focus\:placeholder-overlay-0\.5:focus:-ms-input-placeholder {
  color: var(--overlay-0\.5);
}

.focus\:placeholder-overlay-0\.5:focus::-ms-input-placeholder {
  color: var(--overlay-0\.5);
}

.focus\:placeholder-overlay-0\.5:focus::placeholder {
  color: var(--overlay-0\.5);
}

.focus\:placeholder-overlay-1:focus::-webkit-input-placeholder {
  color: var(--overlay-1);
}

.focus\:placeholder-overlay-1:focus::-moz-placeholder {
  color: var(--overlay-1);
}

.focus\:placeholder-overlay-1:focus:-ms-input-placeholder {
  color: var(--overlay-1);
}

.focus\:placeholder-overlay-1:focus::-ms-input-placeholder {
  color: var(--overlay-1);
}

.focus\:placeholder-overlay-1:focus::placeholder {
  color: var(--overlay-1);
}

.focus\:placeholder-overlay-2:focus::-webkit-input-placeholder {
  color: var(--overlay-2);
}

.focus\:placeholder-overlay-2:focus::-moz-placeholder {
  color: var(--overlay-2);
}

.focus\:placeholder-overlay-2:focus:-ms-input-placeholder {
  color: var(--overlay-2);
}

.focus\:placeholder-overlay-2:focus::-ms-input-placeholder {
  color: var(--overlay-2);
}

.focus\:placeholder-overlay-2:focus::placeholder {
  color: var(--overlay-2);
}

.focus\:placeholder-positive:focus::-webkit-input-placeholder {
  color: var(--positive);
}

.focus\:placeholder-positive:focus::-moz-placeholder {
  color: var(--positive);
}

.focus\:placeholder-positive:focus:-ms-input-placeholder {
  color: var(--positive);
}

.focus\:placeholder-positive:focus::-ms-input-placeholder {
  color: var(--positive);
}

.focus\:placeholder-positive:focus::placeholder {
  color: var(--positive);
}

.focus\:placeholder-primary-hover:focus::-webkit-input-placeholder {
  color: var(--primary-hover);
}

.focus\:placeholder-primary-hover:focus::-moz-placeholder {
  color: var(--primary-hover);
}

.focus\:placeholder-primary-hover:focus:-ms-input-placeholder {
  color: var(--primary-hover);
}

.focus\:placeholder-primary-hover:focus::-ms-input-placeholder {
  color: var(--primary-hover);
}

.focus\:placeholder-primary-hover:focus::placeholder {
  color: var(--primary-hover);
}

.focus\:placeholder-primary-idle:focus::-webkit-input-placeholder {
  color: var(--primary-idle);
}

.focus\:placeholder-primary-idle:focus::-moz-placeholder {
  color: var(--primary-idle);
}

.focus\:placeholder-primary-idle:focus:-ms-input-placeholder {
  color: var(--primary-idle);
}

.focus\:placeholder-primary-idle:focus::-ms-input-placeholder {
  color: var(--primary-idle);
}

.focus\:placeholder-primary-idle:focus::placeholder {
  color: var(--primary-idle);
}

.focus\:placeholder-primary-pressed:focus::-webkit-input-placeholder {
  color: var(--primary-pressed);
}

.focus\:placeholder-primary-pressed:focus::-moz-placeholder {
  color: var(--primary-pressed);
}

.focus\:placeholder-primary-pressed:focus:-ms-input-placeholder {
  color: var(--primary-pressed);
}

.focus\:placeholder-primary-pressed:focus::-ms-input-placeholder {
  color: var(--primary-pressed);
}

.focus\:placeholder-primary-pressed:focus::placeholder {
  color: var(--primary-pressed);
}

.focus\:placeholder-process-operations:focus::-webkit-input-placeholder {
  color: var(--process-operations);
}

.focus\:placeholder-process-operations:focus::-moz-placeholder {
  color: var(--process-operations);
}

.focus\:placeholder-process-operations:focus:-ms-input-placeholder {
  color: var(--process-operations);
}

.focus\:placeholder-process-operations:focus::-ms-input-placeholder {
  color: var(--process-operations);
}

.focus\:placeholder-process-operations:focus::placeholder {
  color: var(--process-operations);
}

.focus\:placeholder-purple-50:focus::-webkit-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(250, 245, 255, var(--tw-placeholder-opacity));
}

.focus\:placeholder-purple-50:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(250, 245, 255, var(--tw-placeholder-opacity));
}

.focus\:placeholder-purple-50:focus:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(250, 245, 255, var(--tw-placeholder-opacity));
}

.focus\:placeholder-purple-50:focus::-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(250, 245, 255, var(--tw-placeholder-opacity));
}

.focus\:placeholder-purple-50:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(250, 245, 255, var(--tw-placeholder-opacity));
}

.focus\:placeholder-purple-100:focus::-webkit-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(243, 232, 255, var(--tw-placeholder-opacity));
}

.focus\:placeholder-purple-100:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(243, 232, 255, var(--tw-placeholder-opacity));
}

.focus\:placeholder-purple-100:focus:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(243, 232, 255, var(--tw-placeholder-opacity));
}

.focus\:placeholder-purple-100:focus::-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(243, 232, 255, var(--tw-placeholder-opacity));
}

.focus\:placeholder-purple-100:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(243, 232, 255, var(--tw-placeholder-opacity));
}

.focus\:placeholder-purple-200:focus::-webkit-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(233, 213, 255, var(--tw-placeholder-opacity));
}

.focus\:placeholder-purple-200:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(233, 213, 255, var(--tw-placeholder-opacity));
}

.focus\:placeholder-purple-200:focus:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(233, 213, 255, var(--tw-placeholder-opacity));
}

.focus\:placeholder-purple-200:focus::-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(233, 213, 255, var(--tw-placeholder-opacity));
}

.focus\:placeholder-purple-200:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(233, 213, 255, var(--tw-placeholder-opacity));
}

.focus\:placeholder-purple-300:focus::-webkit-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(216, 180, 254, var(--tw-placeholder-opacity));
}

.focus\:placeholder-purple-300:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(216, 180, 254, var(--tw-placeholder-opacity));
}

.focus\:placeholder-purple-300:focus:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(216, 180, 254, var(--tw-placeholder-opacity));
}

.focus\:placeholder-purple-300:focus::-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(216, 180, 254, var(--tw-placeholder-opacity));
}

.focus\:placeholder-purple-300:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(216, 180, 254, var(--tw-placeholder-opacity));
}

.focus\:placeholder-purple-400:focus::-webkit-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(192, 132, 252, var(--tw-placeholder-opacity));
}

.focus\:placeholder-purple-400:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(192, 132, 252, var(--tw-placeholder-opacity));
}

.focus\:placeholder-purple-400:focus:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(192, 132, 252, var(--tw-placeholder-opacity));
}

.focus\:placeholder-purple-400:focus::-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(192, 132, 252, var(--tw-placeholder-opacity));
}

.focus\:placeholder-purple-400:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(192, 132, 252, var(--tw-placeholder-opacity));
}

.focus\:placeholder-purple-500:focus::-webkit-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(168, 85, 247, var(--tw-placeholder-opacity));
}

.focus\:placeholder-purple-500:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(168, 85, 247, var(--tw-placeholder-opacity));
}

.focus\:placeholder-purple-500:focus:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(168, 85, 247, var(--tw-placeholder-opacity));
}

.focus\:placeholder-purple-500:focus::-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(168, 85, 247, var(--tw-placeholder-opacity));
}

.focus\:placeholder-purple-500:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(168, 85, 247, var(--tw-placeholder-opacity));
}

.focus\:placeholder-purple-600:focus::-webkit-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(147, 51, 234, var(--tw-placeholder-opacity));
}

.focus\:placeholder-purple-600:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(147, 51, 234, var(--tw-placeholder-opacity));
}

.focus\:placeholder-purple-600:focus:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(147, 51, 234, var(--tw-placeholder-opacity));
}

.focus\:placeholder-purple-600:focus::-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(147, 51, 234, var(--tw-placeholder-opacity));
}

.focus\:placeholder-purple-600:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(147, 51, 234, var(--tw-placeholder-opacity));
}

.focus\:placeholder-purple-700:focus::-webkit-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(126, 34, 206, var(--tw-placeholder-opacity));
}

.focus\:placeholder-purple-700:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(126, 34, 206, var(--tw-placeholder-opacity));
}

.focus\:placeholder-purple-700:focus:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(126, 34, 206, var(--tw-placeholder-opacity));
}

.focus\:placeholder-purple-700:focus::-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(126, 34, 206, var(--tw-placeholder-opacity));
}

.focus\:placeholder-purple-700:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(126, 34, 206, var(--tw-placeholder-opacity));
}

.focus\:placeholder-purple-800:focus::-webkit-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(107, 33, 168, var(--tw-placeholder-opacity));
}

.focus\:placeholder-purple-800:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(107, 33, 168, var(--tw-placeholder-opacity));
}

.focus\:placeholder-purple-800:focus:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(107, 33, 168, var(--tw-placeholder-opacity));
}

.focus\:placeholder-purple-800:focus::-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(107, 33, 168, var(--tw-placeholder-opacity));
}

.focus\:placeholder-purple-800:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(107, 33, 168, var(--tw-placeholder-opacity));
}

.focus\:placeholder-purple-900:focus::-webkit-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(88, 28, 135, var(--tw-placeholder-opacity));
}

.focus\:placeholder-purple-900:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(88, 28, 135, var(--tw-placeholder-opacity));
}

.focus\:placeholder-purple-900:focus:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(88, 28, 135, var(--tw-placeholder-opacity));
}

.focus\:placeholder-purple-900:focus::-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(88, 28, 135, var(--tw-placeholder-opacity));
}

.focus\:placeholder-purple-900:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(88, 28, 135, var(--tw-placeholder-opacity));
}

.focus\:placeholder-registry-operations:focus::-webkit-input-placeholder {
  color: var(--registry-operations);
}

.focus\:placeholder-registry-operations:focus::-moz-placeholder {
  color: var(--registry-operations);
}

.focus\:placeholder-registry-operations:focus:-ms-input-placeholder {
  color: var(--registry-operations);
}

.focus\:placeholder-registry-operations:focus::-ms-input-placeholder {
  color: var(--registry-operations);
}

.focus\:placeholder-registry-operations:focus::placeholder {
  color: var(--registry-operations);
}

.focus\:placeholder-selected:focus::-webkit-input-placeholder {
  color: var(--selected);
}

.focus\:placeholder-selected:focus::-moz-placeholder {
  color: var(--selected);
}

.focus\:placeholder-selected:focus:-ms-input-placeholder {
  color: var(--selected);
}

.focus\:placeholder-selected:focus::-ms-input-placeholder {
  color: var(--selected);
}

.focus\:placeholder-selected:focus::placeholder {
  color: var(--selected);
}

.focus\:placeholder-surface-2xl:focus::-webkit-input-placeholder {
  color: var(--surface-2xl);
}

.focus\:placeholder-surface-2xl:focus::-moz-placeholder {
  color: var(--surface-2xl);
}

.focus\:placeholder-surface-2xl:focus:-ms-input-placeholder {
  color: var(--surface-2xl);
}

.focus\:placeholder-surface-2xl:focus::-ms-input-placeholder {
  color: var(--surface-2xl);
}

.focus\:placeholder-surface-2xl:focus::placeholder {
  color: var(--surface-2xl);
}

.focus\:placeholder-surface-base:focus::-webkit-input-placeholder {
  color: var(--surface-base);
}

.focus\:placeholder-surface-base:focus::-moz-placeholder {
  color: var(--surface-base);
}

.focus\:placeholder-surface-base:focus:-ms-input-placeholder {
  color: var(--surface-base);
}

.focus\:placeholder-surface-base:focus::-ms-input-placeholder {
  color: var(--surface-base);
}

.focus\:placeholder-surface-base:focus::placeholder {
  color: var(--surface-base);
}

.focus\:placeholder-surface-inner:focus::-webkit-input-placeholder {
  color: var(--surface-inner);
}

.focus\:placeholder-surface-inner:focus::-moz-placeholder {
  color: var(--surface-inner);
}

.focus\:placeholder-surface-inner:focus:-ms-input-placeholder {
  color: var(--surface-inner);
}

.focus\:placeholder-surface-inner:focus::-ms-input-placeholder {
  color: var(--surface-inner);
}

.focus\:placeholder-surface-inner:focus::placeholder {
  color: var(--surface-inner);
}

.focus\:placeholder-surface-lg:focus::-webkit-input-placeholder {
  color: var(--surface-lg);
}

.focus\:placeholder-surface-lg:focus::-moz-placeholder {
  color: var(--surface-lg);
}

.focus\:placeholder-surface-lg:focus:-ms-input-placeholder {
  color: var(--surface-lg);
}

.focus\:placeholder-surface-lg:focus::-ms-input-placeholder {
  color: var(--surface-lg);
}

.focus\:placeholder-surface-lg:focus::placeholder {
  color: var(--surface-lg);
}

.focus\:placeholder-surface-md:focus::-webkit-input-placeholder {
  color: var(--surface-md);
}

.focus\:placeholder-surface-md:focus::-moz-placeholder {
  color: var(--surface-md);
}

.focus\:placeholder-surface-md:focus:-ms-input-placeholder {
  color: var(--surface-md);
}

.focus\:placeholder-surface-md:focus::-ms-input-placeholder {
  color: var(--surface-md);
}

.focus\:placeholder-surface-md:focus::placeholder {
  color: var(--surface-md);
}

.focus\:placeholder-surface-xl:focus::-webkit-input-placeholder {
  color: var(--surface-xl);
}

.focus\:placeholder-surface-xl:focus::-moz-placeholder {
  color: var(--surface-xl);
}

.focus\:placeholder-surface-xl:focus:-ms-input-placeholder {
  color: var(--surface-xl);
}

.focus\:placeholder-surface-xl:focus::-ms-input-placeholder {
  color: var(--surface-xl);
}

.focus\:placeholder-surface-xl:focus::placeholder {
  color: var(--surface-xl);
}

.focus\:placeholder-text-and-icons:focus::-webkit-input-placeholder {
  color: var(--text-and-icons);
}

.focus\:placeholder-text-and-icons:focus::-moz-placeholder {
  color: var(--text-and-icons);
}

.focus\:placeholder-text-and-icons:focus:-ms-input-placeholder {
  color: var(--text-and-icons);
}

.focus\:placeholder-text-and-icons:focus::-ms-input-placeholder {
  color: var(--text-and-icons);
}

.focus\:placeholder-text-and-icons:focus::placeholder {
  color: var(--text-and-icons);
}

.focus\:placeholder-titles-and-attributes:focus::-webkit-input-placeholder {
  color: var(--titles-and-attributes);
}

.focus\:placeholder-titles-and-attributes:focus::-moz-placeholder {
  color: var(--titles-and-attributes);
}

.focus\:placeholder-titles-and-attributes:focus:-ms-input-placeholder {
  color: var(--titles-and-attributes);
}

.focus\:placeholder-titles-and-attributes:focus::-ms-input-placeholder {
  color: var(--titles-and-attributes);
}

.focus\:placeholder-titles-and-attributes:focus::placeholder {
  color: var(--titles-and-attributes);
}

.focus\:placeholder-black:focus::-webkit-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(0, 0, 0, var(--tw-placeholder-opacity));
}

.focus\:placeholder-black:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(0, 0, 0, var(--tw-placeholder-opacity));
}

.focus\:placeholder-black:focus:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(0, 0, 0, var(--tw-placeholder-opacity));
}

.focus\:placeholder-black:focus::-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(0, 0, 0, var(--tw-placeholder-opacity));
}

.focus\:placeholder-black:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(0, 0, 0, var(--tw-placeholder-opacity));
}

.focus\:placeholder-white:focus::-webkit-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-placeholder-opacity));
}

.focus\:placeholder-white:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-placeholder-opacity));
}

.focus\:placeholder-white:focus:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-placeholder-opacity));
}

.focus\:placeholder-white:focus::-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-placeholder-opacity));
}

.focus\:placeholder-white:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-placeholder-opacity));
}

.focus\:placeholder-rose-50:focus::-webkit-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(255, 241, 242, var(--tw-placeholder-opacity));
}

.focus\:placeholder-rose-50:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(255, 241, 242, var(--tw-placeholder-opacity));
}

.focus\:placeholder-rose-50:focus:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(255, 241, 242, var(--tw-placeholder-opacity));
}

.focus\:placeholder-rose-50:focus::-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(255, 241, 242, var(--tw-placeholder-opacity));
}

.focus\:placeholder-rose-50:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(255, 241, 242, var(--tw-placeholder-opacity));
}

.focus\:placeholder-rose-100:focus::-webkit-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(255, 228, 230, var(--tw-placeholder-opacity));
}

.focus\:placeholder-rose-100:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(255, 228, 230, var(--tw-placeholder-opacity));
}

.focus\:placeholder-rose-100:focus:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(255, 228, 230, var(--tw-placeholder-opacity));
}

.focus\:placeholder-rose-100:focus::-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(255, 228, 230, var(--tw-placeholder-opacity));
}

.focus\:placeholder-rose-100:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(255, 228, 230, var(--tw-placeholder-opacity));
}

.focus\:placeholder-rose-200:focus::-webkit-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(254, 205, 211, var(--tw-placeholder-opacity));
}

.focus\:placeholder-rose-200:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(254, 205, 211, var(--tw-placeholder-opacity));
}

.focus\:placeholder-rose-200:focus:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(254, 205, 211, var(--tw-placeholder-opacity));
}

.focus\:placeholder-rose-200:focus::-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(254, 205, 211, var(--tw-placeholder-opacity));
}

.focus\:placeholder-rose-200:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(254, 205, 211, var(--tw-placeholder-opacity));
}

.focus\:placeholder-rose-300:focus::-webkit-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(253, 164, 175, var(--tw-placeholder-opacity));
}

.focus\:placeholder-rose-300:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(253, 164, 175, var(--tw-placeholder-opacity));
}

.focus\:placeholder-rose-300:focus:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(253, 164, 175, var(--tw-placeholder-opacity));
}

.focus\:placeholder-rose-300:focus::-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(253, 164, 175, var(--tw-placeholder-opacity));
}

.focus\:placeholder-rose-300:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(253, 164, 175, var(--tw-placeholder-opacity));
}

.focus\:placeholder-rose-400:focus::-webkit-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(251, 113, 133, var(--tw-placeholder-opacity));
}

.focus\:placeholder-rose-400:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(251, 113, 133, var(--tw-placeholder-opacity));
}

.focus\:placeholder-rose-400:focus:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(251, 113, 133, var(--tw-placeholder-opacity));
}

.focus\:placeholder-rose-400:focus::-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(251, 113, 133, var(--tw-placeholder-opacity));
}

.focus\:placeholder-rose-400:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(251, 113, 133, var(--tw-placeholder-opacity));
}

.focus\:placeholder-rose-500:focus::-webkit-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(244, 63, 94, var(--tw-placeholder-opacity));
}

.focus\:placeholder-rose-500:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(244, 63, 94, var(--tw-placeholder-opacity));
}

.focus\:placeholder-rose-500:focus:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(244, 63, 94, var(--tw-placeholder-opacity));
}

.focus\:placeholder-rose-500:focus::-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(244, 63, 94, var(--tw-placeholder-opacity));
}

.focus\:placeholder-rose-500:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(244, 63, 94, var(--tw-placeholder-opacity));
}

.focus\:placeholder-rose-600:focus::-webkit-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(225, 29, 72, var(--tw-placeholder-opacity));
}

.focus\:placeholder-rose-600:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(225, 29, 72, var(--tw-placeholder-opacity));
}

.focus\:placeholder-rose-600:focus:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(225, 29, 72, var(--tw-placeholder-opacity));
}

.focus\:placeholder-rose-600:focus::-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(225, 29, 72, var(--tw-placeholder-opacity));
}

.focus\:placeholder-rose-600:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(225, 29, 72, var(--tw-placeholder-opacity));
}

.focus\:placeholder-rose-700:focus::-webkit-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(190, 18, 60, var(--tw-placeholder-opacity));
}

.focus\:placeholder-rose-700:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(190, 18, 60, var(--tw-placeholder-opacity));
}

.focus\:placeholder-rose-700:focus:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(190, 18, 60, var(--tw-placeholder-opacity));
}

.focus\:placeholder-rose-700:focus::-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(190, 18, 60, var(--tw-placeholder-opacity));
}

.focus\:placeholder-rose-700:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(190, 18, 60, var(--tw-placeholder-opacity));
}

.focus\:placeholder-rose-800:focus::-webkit-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(159, 18, 57, var(--tw-placeholder-opacity));
}

.focus\:placeholder-rose-800:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(159, 18, 57, var(--tw-placeholder-opacity));
}

.focus\:placeholder-rose-800:focus:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(159, 18, 57, var(--tw-placeholder-opacity));
}

.focus\:placeholder-rose-800:focus::-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(159, 18, 57, var(--tw-placeholder-opacity));
}

.focus\:placeholder-rose-800:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(159, 18, 57, var(--tw-placeholder-opacity));
}

.focus\:placeholder-rose-900:focus::-webkit-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(136, 19, 55, var(--tw-placeholder-opacity));
}

.focus\:placeholder-rose-900:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(136, 19, 55, var(--tw-placeholder-opacity));
}

.focus\:placeholder-rose-900:focus:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(136, 19, 55, var(--tw-placeholder-opacity));
}

.focus\:placeholder-rose-900:focus::-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(136, 19, 55, var(--tw-placeholder-opacity));
}

.focus\:placeholder-rose-900:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(136, 19, 55, var(--tw-placeholder-opacity));
}

.focus\:placeholder-pink-50:focus::-webkit-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(253, 242, 248, var(--tw-placeholder-opacity));
}

.focus\:placeholder-pink-50:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(253, 242, 248, var(--tw-placeholder-opacity));
}

.focus\:placeholder-pink-50:focus:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(253, 242, 248, var(--tw-placeholder-opacity));
}

.focus\:placeholder-pink-50:focus::-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(253, 242, 248, var(--tw-placeholder-opacity));
}

.focus\:placeholder-pink-50:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(253, 242, 248, var(--tw-placeholder-opacity));
}

.focus\:placeholder-pink-100:focus::-webkit-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(252, 231, 243, var(--tw-placeholder-opacity));
}

.focus\:placeholder-pink-100:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(252, 231, 243, var(--tw-placeholder-opacity));
}

.focus\:placeholder-pink-100:focus:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(252, 231, 243, var(--tw-placeholder-opacity));
}

.focus\:placeholder-pink-100:focus::-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(252, 231, 243, var(--tw-placeholder-opacity));
}

.focus\:placeholder-pink-100:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(252, 231, 243, var(--tw-placeholder-opacity));
}

.focus\:placeholder-pink-200:focus::-webkit-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(251, 207, 232, var(--tw-placeholder-opacity));
}

.focus\:placeholder-pink-200:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(251, 207, 232, var(--tw-placeholder-opacity));
}

.focus\:placeholder-pink-200:focus:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(251, 207, 232, var(--tw-placeholder-opacity));
}

.focus\:placeholder-pink-200:focus::-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(251, 207, 232, var(--tw-placeholder-opacity));
}

.focus\:placeholder-pink-200:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(251, 207, 232, var(--tw-placeholder-opacity));
}

.focus\:placeholder-pink-300:focus::-webkit-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(249, 168, 212, var(--tw-placeholder-opacity));
}

.focus\:placeholder-pink-300:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(249, 168, 212, var(--tw-placeholder-opacity));
}

.focus\:placeholder-pink-300:focus:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(249, 168, 212, var(--tw-placeholder-opacity));
}

.focus\:placeholder-pink-300:focus::-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(249, 168, 212, var(--tw-placeholder-opacity));
}

.focus\:placeholder-pink-300:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(249, 168, 212, var(--tw-placeholder-opacity));
}

.focus\:placeholder-pink-400:focus::-webkit-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(244, 114, 182, var(--tw-placeholder-opacity));
}

.focus\:placeholder-pink-400:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(244, 114, 182, var(--tw-placeholder-opacity));
}

.focus\:placeholder-pink-400:focus:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(244, 114, 182, var(--tw-placeholder-opacity));
}

.focus\:placeholder-pink-400:focus::-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(244, 114, 182, var(--tw-placeholder-opacity));
}

.focus\:placeholder-pink-400:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(244, 114, 182, var(--tw-placeholder-opacity));
}

.focus\:placeholder-pink-500:focus::-webkit-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(236, 72, 153, var(--tw-placeholder-opacity));
}

.focus\:placeholder-pink-500:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(236, 72, 153, var(--tw-placeholder-opacity));
}

.focus\:placeholder-pink-500:focus:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(236, 72, 153, var(--tw-placeholder-opacity));
}

.focus\:placeholder-pink-500:focus::-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(236, 72, 153, var(--tw-placeholder-opacity));
}

.focus\:placeholder-pink-500:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(236, 72, 153, var(--tw-placeholder-opacity));
}

.focus\:placeholder-pink-600:focus::-webkit-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(219, 39, 119, var(--tw-placeholder-opacity));
}

.focus\:placeholder-pink-600:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(219, 39, 119, var(--tw-placeholder-opacity));
}

.focus\:placeholder-pink-600:focus:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(219, 39, 119, var(--tw-placeholder-opacity));
}

.focus\:placeholder-pink-600:focus::-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(219, 39, 119, var(--tw-placeholder-opacity));
}

.focus\:placeholder-pink-600:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(219, 39, 119, var(--tw-placeholder-opacity));
}

.focus\:placeholder-pink-700:focus::-webkit-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(190, 24, 93, var(--tw-placeholder-opacity));
}

.focus\:placeholder-pink-700:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(190, 24, 93, var(--tw-placeholder-opacity));
}

.focus\:placeholder-pink-700:focus:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(190, 24, 93, var(--tw-placeholder-opacity));
}

.focus\:placeholder-pink-700:focus::-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(190, 24, 93, var(--tw-placeholder-opacity));
}

.focus\:placeholder-pink-700:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(190, 24, 93, var(--tw-placeholder-opacity));
}

.focus\:placeholder-pink-800:focus::-webkit-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(157, 23, 77, var(--tw-placeholder-opacity));
}

.focus\:placeholder-pink-800:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(157, 23, 77, var(--tw-placeholder-opacity));
}

.focus\:placeholder-pink-800:focus:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(157, 23, 77, var(--tw-placeholder-opacity));
}

.focus\:placeholder-pink-800:focus::-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(157, 23, 77, var(--tw-placeholder-opacity));
}

.focus\:placeholder-pink-800:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(157, 23, 77, var(--tw-placeholder-opacity));
}

.focus\:placeholder-pink-900:focus::-webkit-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(131, 24, 67, var(--tw-placeholder-opacity));
}

.focus\:placeholder-pink-900:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(131, 24, 67, var(--tw-placeholder-opacity));
}

.focus\:placeholder-pink-900:focus:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(131, 24, 67, var(--tw-placeholder-opacity));
}

.focus\:placeholder-pink-900:focus::-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(131, 24, 67, var(--tw-placeholder-opacity));
}

.focus\:placeholder-pink-900:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(131, 24, 67, var(--tw-placeholder-opacity));
}

.focus\:placeholder-fuchsia-50:focus::-webkit-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(253, 244, 255, var(--tw-placeholder-opacity));
}

.focus\:placeholder-fuchsia-50:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(253, 244, 255, var(--tw-placeholder-opacity));
}

.focus\:placeholder-fuchsia-50:focus:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(253, 244, 255, var(--tw-placeholder-opacity));
}

.focus\:placeholder-fuchsia-50:focus::-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(253, 244, 255, var(--tw-placeholder-opacity));
}

.focus\:placeholder-fuchsia-50:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(253, 244, 255, var(--tw-placeholder-opacity));
}

.focus\:placeholder-fuchsia-100:focus::-webkit-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(250, 232, 255, var(--tw-placeholder-opacity));
}

.focus\:placeholder-fuchsia-100:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(250, 232, 255, var(--tw-placeholder-opacity));
}

.focus\:placeholder-fuchsia-100:focus:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(250, 232, 255, var(--tw-placeholder-opacity));
}

.focus\:placeholder-fuchsia-100:focus::-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(250, 232, 255, var(--tw-placeholder-opacity));
}

.focus\:placeholder-fuchsia-100:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(250, 232, 255, var(--tw-placeholder-opacity));
}

.focus\:placeholder-fuchsia-200:focus::-webkit-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(245, 208, 254, var(--tw-placeholder-opacity));
}

.focus\:placeholder-fuchsia-200:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(245, 208, 254, var(--tw-placeholder-opacity));
}

.focus\:placeholder-fuchsia-200:focus:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(245, 208, 254, var(--tw-placeholder-opacity));
}

.focus\:placeholder-fuchsia-200:focus::-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(245, 208, 254, var(--tw-placeholder-opacity));
}

.focus\:placeholder-fuchsia-200:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(245, 208, 254, var(--tw-placeholder-opacity));
}

.focus\:placeholder-fuchsia-300:focus::-webkit-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(240, 171, 252, var(--tw-placeholder-opacity));
}

.focus\:placeholder-fuchsia-300:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(240, 171, 252, var(--tw-placeholder-opacity));
}

.focus\:placeholder-fuchsia-300:focus:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(240, 171, 252, var(--tw-placeholder-opacity));
}

.focus\:placeholder-fuchsia-300:focus::-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(240, 171, 252, var(--tw-placeholder-opacity));
}

.focus\:placeholder-fuchsia-300:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(240, 171, 252, var(--tw-placeholder-opacity));
}

.focus\:placeholder-fuchsia-400:focus::-webkit-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(232, 121, 249, var(--tw-placeholder-opacity));
}

.focus\:placeholder-fuchsia-400:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(232, 121, 249, var(--tw-placeholder-opacity));
}

.focus\:placeholder-fuchsia-400:focus:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(232, 121, 249, var(--tw-placeholder-opacity));
}

.focus\:placeholder-fuchsia-400:focus::-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(232, 121, 249, var(--tw-placeholder-opacity));
}

.focus\:placeholder-fuchsia-400:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(232, 121, 249, var(--tw-placeholder-opacity));
}

.focus\:placeholder-fuchsia-500:focus::-webkit-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(217, 70, 239, var(--tw-placeholder-opacity));
}

.focus\:placeholder-fuchsia-500:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(217, 70, 239, var(--tw-placeholder-opacity));
}

.focus\:placeholder-fuchsia-500:focus:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(217, 70, 239, var(--tw-placeholder-opacity));
}

.focus\:placeholder-fuchsia-500:focus::-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(217, 70, 239, var(--tw-placeholder-opacity));
}

.focus\:placeholder-fuchsia-500:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(217, 70, 239, var(--tw-placeholder-opacity));
}

.focus\:placeholder-fuchsia-600:focus::-webkit-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(192, 38, 211, var(--tw-placeholder-opacity));
}

.focus\:placeholder-fuchsia-600:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(192, 38, 211, var(--tw-placeholder-opacity));
}

.focus\:placeholder-fuchsia-600:focus:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(192, 38, 211, var(--tw-placeholder-opacity));
}

.focus\:placeholder-fuchsia-600:focus::-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(192, 38, 211, var(--tw-placeholder-opacity));
}

.focus\:placeholder-fuchsia-600:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(192, 38, 211, var(--tw-placeholder-opacity));
}

.focus\:placeholder-fuchsia-700:focus::-webkit-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(162, 28, 175, var(--tw-placeholder-opacity));
}

.focus\:placeholder-fuchsia-700:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(162, 28, 175, var(--tw-placeholder-opacity));
}

.focus\:placeholder-fuchsia-700:focus:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(162, 28, 175, var(--tw-placeholder-opacity));
}

.focus\:placeholder-fuchsia-700:focus::-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(162, 28, 175, var(--tw-placeholder-opacity));
}

.focus\:placeholder-fuchsia-700:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(162, 28, 175, var(--tw-placeholder-opacity));
}

.focus\:placeholder-fuchsia-800:focus::-webkit-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(134, 25, 143, var(--tw-placeholder-opacity));
}

.focus\:placeholder-fuchsia-800:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(134, 25, 143, var(--tw-placeholder-opacity));
}

.focus\:placeholder-fuchsia-800:focus:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(134, 25, 143, var(--tw-placeholder-opacity));
}

.focus\:placeholder-fuchsia-800:focus::-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(134, 25, 143, var(--tw-placeholder-opacity));
}

.focus\:placeholder-fuchsia-800:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(134, 25, 143, var(--tw-placeholder-opacity));
}

.focus\:placeholder-fuchsia-900:focus::-webkit-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(112, 26, 117, var(--tw-placeholder-opacity));
}

.focus\:placeholder-fuchsia-900:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(112, 26, 117, var(--tw-placeholder-opacity));
}

.focus\:placeholder-fuchsia-900:focus:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(112, 26, 117, var(--tw-placeholder-opacity));
}

.focus\:placeholder-fuchsia-900:focus::-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(112, 26, 117, var(--tw-placeholder-opacity));
}

.focus\:placeholder-fuchsia-900:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(112, 26, 117, var(--tw-placeholder-opacity));
}

.focus\:placeholder-violet-50:focus::-webkit-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(245, 243, 255, var(--tw-placeholder-opacity));
}

.focus\:placeholder-violet-50:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(245, 243, 255, var(--tw-placeholder-opacity));
}

.focus\:placeholder-violet-50:focus:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(245, 243, 255, var(--tw-placeholder-opacity));
}

.focus\:placeholder-violet-50:focus::-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(245, 243, 255, var(--tw-placeholder-opacity));
}

.focus\:placeholder-violet-50:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(245, 243, 255, var(--tw-placeholder-opacity));
}

.focus\:placeholder-violet-100:focus::-webkit-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(237, 233, 254, var(--tw-placeholder-opacity));
}

.focus\:placeholder-violet-100:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(237, 233, 254, var(--tw-placeholder-opacity));
}

.focus\:placeholder-violet-100:focus:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(237, 233, 254, var(--tw-placeholder-opacity));
}

.focus\:placeholder-violet-100:focus::-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(237, 233, 254, var(--tw-placeholder-opacity));
}

.focus\:placeholder-violet-100:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(237, 233, 254, var(--tw-placeholder-opacity));
}

.focus\:placeholder-violet-200:focus::-webkit-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(221, 214, 254, var(--tw-placeholder-opacity));
}

.focus\:placeholder-violet-200:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(221, 214, 254, var(--tw-placeholder-opacity));
}

.focus\:placeholder-violet-200:focus:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(221, 214, 254, var(--tw-placeholder-opacity));
}

.focus\:placeholder-violet-200:focus::-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(221, 214, 254, var(--tw-placeholder-opacity));
}

.focus\:placeholder-violet-200:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(221, 214, 254, var(--tw-placeholder-opacity));
}

.focus\:placeholder-violet-300:focus::-webkit-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(196, 181, 253, var(--tw-placeholder-opacity));
}

.focus\:placeholder-violet-300:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(196, 181, 253, var(--tw-placeholder-opacity));
}

.focus\:placeholder-violet-300:focus:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(196, 181, 253, var(--tw-placeholder-opacity));
}

.focus\:placeholder-violet-300:focus::-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(196, 181, 253, var(--tw-placeholder-opacity));
}

.focus\:placeholder-violet-300:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(196, 181, 253, var(--tw-placeholder-opacity));
}

.focus\:placeholder-violet-400:focus::-webkit-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(167, 139, 250, var(--tw-placeholder-opacity));
}

.focus\:placeholder-violet-400:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(167, 139, 250, var(--tw-placeholder-opacity));
}

.focus\:placeholder-violet-400:focus:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(167, 139, 250, var(--tw-placeholder-opacity));
}

.focus\:placeholder-violet-400:focus::-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(167, 139, 250, var(--tw-placeholder-opacity));
}

.focus\:placeholder-violet-400:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(167, 139, 250, var(--tw-placeholder-opacity));
}

.focus\:placeholder-violet-500:focus::-webkit-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(139, 92, 246, var(--tw-placeholder-opacity));
}

.focus\:placeholder-violet-500:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(139, 92, 246, var(--tw-placeholder-opacity));
}

.focus\:placeholder-violet-500:focus:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(139, 92, 246, var(--tw-placeholder-opacity));
}

.focus\:placeholder-violet-500:focus::-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(139, 92, 246, var(--tw-placeholder-opacity));
}

.focus\:placeholder-violet-500:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(139, 92, 246, var(--tw-placeholder-opacity));
}

.focus\:placeholder-violet-600:focus::-webkit-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(124, 58, 237, var(--tw-placeholder-opacity));
}

.focus\:placeholder-violet-600:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(124, 58, 237, var(--tw-placeholder-opacity));
}

.focus\:placeholder-violet-600:focus:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(124, 58, 237, var(--tw-placeholder-opacity));
}

.focus\:placeholder-violet-600:focus::-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(124, 58, 237, var(--tw-placeholder-opacity));
}

.focus\:placeholder-violet-600:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(124, 58, 237, var(--tw-placeholder-opacity));
}

.focus\:placeholder-violet-700:focus::-webkit-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(109, 40, 217, var(--tw-placeholder-opacity));
}

.focus\:placeholder-violet-700:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(109, 40, 217, var(--tw-placeholder-opacity));
}

.focus\:placeholder-violet-700:focus:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(109, 40, 217, var(--tw-placeholder-opacity));
}

.focus\:placeholder-violet-700:focus::-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(109, 40, 217, var(--tw-placeholder-opacity));
}

.focus\:placeholder-violet-700:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(109, 40, 217, var(--tw-placeholder-opacity));
}

.focus\:placeholder-violet-800:focus::-webkit-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(91, 33, 182, var(--tw-placeholder-opacity));
}

.focus\:placeholder-violet-800:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(91, 33, 182, var(--tw-placeholder-opacity));
}

.focus\:placeholder-violet-800:focus:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(91, 33, 182, var(--tw-placeholder-opacity));
}

.focus\:placeholder-violet-800:focus::-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(91, 33, 182, var(--tw-placeholder-opacity));
}

.focus\:placeholder-violet-800:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(91, 33, 182, var(--tw-placeholder-opacity));
}

.focus\:placeholder-violet-900:focus::-webkit-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(76, 29, 149, var(--tw-placeholder-opacity));
}

.focus\:placeholder-violet-900:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(76, 29, 149, var(--tw-placeholder-opacity));
}

.focus\:placeholder-violet-900:focus:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(76, 29, 149, var(--tw-placeholder-opacity));
}

.focus\:placeholder-violet-900:focus::-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(76, 29, 149, var(--tw-placeholder-opacity));
}

.focus\:placeholder-violet-900:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(76, 29, 149, var(--tw-placeholder-opacity));
}

.focus\:placeholder-indigo-50:focus::-webkit-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(238, 242, 255, var(--tw-placeholder-opacity));
}

.focus\:placeholder-indigo-50:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(238, 242, 255, var(--tw-placeholder-opacity));
}

.focus\:placeholder-indigo-50:focus:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(238, 242, 255, var(--tw-placeholder-opacity));
}

.focus\:placeholder-indigo-50:focus::-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(238, 242, 255, var(--tw-placeholder-opacity));
}

.focus\:placeholder-indigo-50:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(238, 242, 255, var(--tw-placeholder-opacity));
}

.focus\:placeholder-indigo-100:focus::-webkit-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(224, 231, 255, var(--tw-placeholder-opacity));
}

.focus\:placeholder-indigo-100:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(224, 231, 255, var(--tw-placeholder-opacity));
}

.focus\:placeholder-indigo-100:focus:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(224, 231, 255, var(--tw-placeholder-opacity));
}

.focus\:placeholder-indigo-100:focus::-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(224, 231, 255, var(--tw-placeholder-opacity));
}

.focus\:placeholder-indigo-100:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(224, 231, 255, var(--tw-placeholder-opacity));
}

.focus\:placeholder-indigo-200:focus::-webkit-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(199, 210, 254, var(--tw-placeholder-opacity));
}

.focus\:placeholder-indigo-200:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(199, 210, 254, var(--tw-placeholder-opacity));
}

.focus\:placeholder-indigo-200:focus:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(199, 210, 254, var(--tw-placeholder-opacity));
}

.focus\:placeholder-indigo-200:focus::-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(199, 210, 254, var(--tw-placeholder-opacity));
}

.focus\:placeholder-indigo-200:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(199, 210, 254, var(--tw-placeholder-opacity));
}

.focus\:placeholder-indigo-300:focus::-webkit-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(165, 180, 252, var(--tw-placeholder-opacity));
}

.focus\:placeholder-indigo-300:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(165, 180, 252, var(--tw-placeholder-opacity));
}

.focus\:placeholder-indigo-300:focus:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(165, 180, 252, var(--tw-placeholder-opacity));
}

.focus\:placeholder-indigo-300:focus::-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(165, 180, 252, var(--tw-placeholder-opacity));
}

.focus\:placeholder-indigo-300:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(165, 180, 252, var(--tw-placeholder-opacity));
}

.focus\:placeholder-indigo-400:focus::-webkit-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(129, 140, 248, var(--tw-placeholder-opacity));
}

.focus\:placeholder-indigo-400:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(129, 140, 248, var(--tw-placeholder-opacity));
}

.focus\:placeholder-indigo-400:focus:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(129, 140, 248, var(--tw-placeholder-opacity));
}

.focus\:placeholder-indigo-400:focus::-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(129, 140, 248, var(--tw-placeholder-opacity));
}

.focus\:placeholder-indigo-400:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(129, 140, 248, var(--tw-placeholder-opacity));
}

.focus\:placeholder-indigo-500:focus::-webkit-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(99, 102, 241, var(--tw-placeholder-opacity));
}

.focus\:placeholder-indigo-500:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(99, 102, 241, var(--tw-placeholder-opacity));
}

.focus\:placeholder-indigo-500:focus:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(99, 102, 241, var(--tw-placeholder-opacity));
}

.focus\:placeholder-indigo-500:focus::-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(99, 102, 241, var(--tw-placeholder-opacity));
}

.focus\:placeholder-indigo-500:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(99, 102, 241, var(--tw-placeholder-opacity));
}

.focus\:placeholder-indigo-600:focus::-webkit-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(79, 70, 229, var(--tw-placeholder-opacity));
}

.focus\:placeholder-indigo-600:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(79, 70, 229, var(--tw-placeholder-opacity));
}

.focus\:placeholder-indigo-600:focus:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(79, 70, 229, var(--tw-placeholder-opacity));
}

.focus\:placeholder-indigo-600:focus::-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(79, 70, 229, var(--tw-placeholder-opacity));
}

.focus\:placeholder-indigo-600:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(79, 70, 229, var(--tw-placeholder-opacity));
}

.focus\:placeholder-indigo-700:focus::-webkit-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(67, 56, 202, var(--tw-placeholder-opacity));
}

.focus\:placeholder-indigo-700:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(67, 56, 202, var(--tw-placeholder-opacity));
}

.focus\:placeholder-indigo-700:focus:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(67, 56, 202, var(--tw-placeholder-opacity));
}

.focus\:placeholder-indigo-700:focus::-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(67, 56, 202, var(--tw-placeholder-opacity));
}

.focus\:placeholder-indigo-700:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(67, 56, 202, var(--tw-placeholder-opacity));
}

.focus\:placeholder-indigo-800:focus::-webkit-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(55, 48, 163, var(--tw-placeholder-opacity));
}

.focus\:placeholder-indigo-800:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(55, 48, 163, var(--tw-placeholder-opacity));
}

.focus\:placeholder-indigo-800:focus:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(55, 48, 163, var(--tw-placeholder-opacity));
}

.focus\:placeholder-indigo-800:focus::-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(55, 48, 163, var(--tw-placeholder-opacity));
}

.focus\:placeholder-indigo-800:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(55, 48, 163, var(--tw-placeholder-opacity));
}

.focus\:placeholder-indigo-900:focus::-webkit-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(49, 46, 129, var(--tw-placeholder-opacity));
}

.focus\:placeholder-indigo-900:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(49, 46, 129, var(--tw-placeholder-opacity));
}

.focus\:placeholder-indigo-900:focus:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(49, 46, 129, var(--tw-placeholder-opacity));
}

.focus\:placeholder-indigo-900:focus::-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(49, 46, 129, var(--tw-placeholder-opacity));
}

.focus\:placeholder-indigo-900:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(49, 46, 129, var(--tw-placeholder-opacity));
}

.focus\:placeholder-lightBlue-50:focus::-webkit-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(240, 249, 255, var(--tw-placeholder-opacity));
}

.focus\:placeholder-lightBlue-50:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(240, 249, 255, var(--tw-placeholder-opacity));
}

.focus\:placeholder-lightBlue-50:focus:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(240, 249, 255, var(--tw-placeholder-opacity));
}

.focus\:placeholder-lightBlue-50:focus::-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(240, 249, 255, var(--tw-placeholder-opacity));
}

.focus\:placeholder-lightBlue-50:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(240, 249, 255, var(--tw-placeholder-opacity));
}

.focus\:placeholder-lightBlue-100:focus::-webkit-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(224, 242, 254, var(--tw-placeholder-opacity));
}

.focus\:placeholder-lightBlue-100:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(224, 242, 254, var(--tw-placeholder-opacity));
}

.focus\:placeholder-lightBlue-100:focus:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(224, 242, 254, var(--tw-placeholder-opacity));
}

.focus\:placeholder-lightBlue-100:focus::-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(224, 242, 254, var(--tw-placeholder-opacity));
}

.focus\:placeholder-lightBlue-100:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(224, 242, 254, var(--tw-placeholder-opacity));
}

.focus\:placeholder-lightBlue-200:focus::-webkit-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(186, 230, 253, var(--tw-placeholder-opacity));
}

.focus\:placeholder-lightBlue-200:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(186, 230, 253, var(--tw-placeholder-opacity));
}

.focus\:placeholder-lightBlue-200:focus:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(186, 230, 253, var(--tw-placeholder-opacity));
}

.focus\:placeholder-lightBlue-200:focus::-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(186, 230, 253, var(--tw-placeholder-opacity));
}

.focus\:placeholder-lightBlue-200:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(186, 230, 253, var(--tw-placeholder-opacity));
}

.focus\:placeholder-lightBlue-300:focus::-webkit-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(125, 211, 252, var(--tw-placeholder-opacity));
}

.focus\:placeholder-lightBlue-300:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(125, 211, 252, var(--tw-placeholder-opacity));
}

.focus\:placeholder-lightBlue-300:focus:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(125, 211, 252, var(--tw-placeholder-opacity));
}

.focus\:placeholder-lightBlue-300:focus::-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(125, 211, 252, var(--tw-placeholder-opacity));
}

.focus\:placeholder-lightBlue-300:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(125, 211, 252, var(--tw-placeholder-opacity));
}

.focus\:placeholder-lightBlue-400:focus::-webkit-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(56, 189, 248, var(--tw-placeholder-opacity));
}

.focus\:placeholder-lightBlue-400:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(56, 189, 248, var(--tw-placeholder-opacity));
}

.focus\:placeholder-lightBlue-400:focus:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(56, 189, 248, var(--tw-placeholder-opacity));
}

.focus\:placeholder-lightBlue-400:focus::-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(56, 189, 248, var(--tw-placeholder-opacity));
}

.focus\:placeholder-lightBlue-400:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(56, 189, 248, var(--tw-placeholder-opacity));
}

.focus\:placeholder-lightBlue-500:focus::-webkit-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(14, 165, 233, var(--tw-placeholder-opacity));
}

.focus\:placeholder-lightBlue-500:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(14, 165, 233, var(--tw-placeholder-opacity));
}

.focus\:placeholder-lightBlue-500:focus:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(14, 165, 233, var(--tw-placeholder-opacity));
}

.focus\:placeholder-lightBlue-500:focus::-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(14, 165, 233, var(--tw-placeholder-opacity));
}

.focus\:placeholder-lightBlue-500:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(14, 165, 233, var(--tw-placeholder-opacity));
}

.focus\:placeholder-lightBlue-600:focus::-webkit-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(2, 132, 199, var(--tw-placeholder-opacity));
}

.focus\:placeholder-lightBlue-600:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(2, 132, 199, var(--tw-placeholder-opacity));
}

.focus\:placeholder-lightBlue-600:focus:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(2, 132, 199, var(--tw-placeholder-opacity));
}

.focus\:placeholder-lightBlue-600:focus::-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(2, 132, 199, var(--tw-placeholder-opacity));
}

.focus\:placeholder-lightBlue-600:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(2, 132, 199, var(--tw-placeholder-opacity));
}

.focus\:placeholder-lightBlue-700:focus::-webkit-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(3, 105, 161, var(--tw-placeholder-opacity));
}

.focus\:placeholder-lightBlue-700:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(3, 105, 161, var(--tw-placeholder-opacity));
}

.focus\:placeholder-lightBlue-700:focus:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(3, 105, 161, var(--tw-placeholder-opacity));
}

.focus\:placeholder-lightBlue-700:focus::-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(3, 105, 161, var(--tw-placeholder-opacity));
}

.focus\:placeholder-lightBlue-700:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(3, 105, 161, var(--tw-placeholder-opacity));
}

.focus\:placeholder-lightBlue-800:focus::-webkit-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(7, 89, 133, var(--tw-placeholder-opacity));
}

.focus\:placeholder-lightBlue-800:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(7, 89, 133, var(--tw-placeholder-opacity));
}

.focus\:placeholder-lightBlue-800:focus:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(7, 89, 133, var(--tw-placeholder-opacity));
}

.focus\:placeholder-lightBlue-800:focus::-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(7, 89, 133, var(--tw-placeholder-opacity));
}

.focus\:placeholder-lightBlue-800:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(7, 89, 133, var(--tw-placeholder-opacity));
}

.focus\:placeholder-lightBlue-900:focus::-webkit-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(12, 74, 110, var(--tw-placeholder-opacity));
}

.focus\:placeholder-lightBlue-900:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(12, 74, 110, var(--tw-placeholder-opacity));
}

.focus\:placeholder-lightBlue-900:focus:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(12, 74, 110, var(--tw-placeholder-opacity));
}

.focus\:placeholder-lightBlue-900:focus::-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(12, 74, 110, var(--tw-placeholder-opacity));
}

.focus\:placeholder-lightBlue-900:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(12, 74, 110, var(--tw-placeholder-opacity));
}

.focus\:placeholder-cyan-50:focus::-webkit-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(236, 254, 255, var(--tw-placeholder-opacity));
}

.focus\:placeholder-cyan-50:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(236, 254, 255, var(--tw-placeholder-opacity));
}

.focus\:placeholder-cyan-50:focus:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(236, 254, 255, var(--tw-placeholder-opacity));
}

.focus\:placeholder-cyan-50:focus::-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(236, 254, 255, var(--tw-placeholder-opacity));
}

.focus\:placeholder-cyan-50:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(236, 254, 255, var(--tw-placeholder-opacity));
}

.focus\:placeholder-cyan-100:focus::-webkit-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(207, 250, 254, var(--tw-placeholder-opacity));
}

.focus\:placeholder-cyan-100:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(207, 250, 254, var(--tw-placeholder-opacity));
}

.focus\:placeholder-cyan-100:focus:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(207, 250, 254, var(--tw-placeholder-opacity));
}

.focus\:placeholder-cyan-100:focus::-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(207, 250, 254, var(--tw-placeholder-opacity));
}

.focus\:placeholder-cyan-100:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(207, 250, 254, var(--tw-placeholder-opacity));
}

.focus\:placeholder-cyan-200:focus::-webkit-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(165, 243, 252, var(--tw-placeholder-opacity));
}

.focus\:placeholder-cyan-200:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(165, 243, 252, var(--tw-placeholder-opacity));
}

.focus\:placeholder-cyan-200:focus:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(165, 243, 252, var(--tw-placeholder-opacity));
}

.focus\:placeholder-cyan-200:focus::-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(165, 243, 252, var(--tw-placeholder-opacity));
}

.focus\:placeholder-cyan-200:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(165, 243, 252, var(--tw-placeholder-opacity));
}

.focus\:placeholder-cyan-300:focus::-webkit-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(103, 232, 249, var(--tw-placeholder-opacity));
}

.focus\:placeholder-cyan-300:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(103, 232, 249, var(--tw-placeholder-opacity));
}

.focus\:placeholder-cyan-300:focus:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(103, 232, 249, var(--tw-placeholder-opacity));
}

.focus\:placeholder-cyan-300:focus::-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(103, 232, 249, var(--tw-placeholder-opacity));
}

.focus\:placeholder-cyan-300:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(103, 232, 249, var(--tw-placeholder-opacity));
}

.focus\:placeholder-cyan-400:focus::-webkit-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(34, 211, 238, var(--tw-placeholder-opacity));
}

.focus\:placeholder-cyan-400:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(34, 211, 238, var(--tw-placeholder-opacity));
}

.focus\:placeholder-cyan-400:focus:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(34, 211, 238, var(--tw-placeholder-opacity));
}

.focus\:placeholder-cyan-400:focus::-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(34, 211, 238, var(--tw-placeholder-opacity));
}

.focus\:placeholder-cyan-400:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(34, 211, 238, var(--tw-placeholder-opacity));
}

.focus\:placeholder-cyan-500:focus::-webkit-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(6, 182, 212, var(--tw-placeholder-opacity));
}

.focus\:placeholder-cyan-500:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(6, 182, 212, var(--tw-placeholder-opacity));
}

.focus\:placeholder-cyan-500:focus:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(6, 182, 212, var(--tw-placeholder-opacity));
}

.focus\:placeholder-cyan-500:focus::-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(6, 182, 212, var(--tw-placeholder-opacity));
}

.focus\:placeholder-cyan-500:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(6, 182, 212, var(--tw-placeholder-opacity));
}

.focus\:placeholder-cyan-600:focus::-webkit-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(8, 145, 178, var(--tw-placeholder-opacity));
}

.focus\:placeholder-cyan-600:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(8, 145, 178, var(--tw-placeholder-opacity));
}

.focus\:placeholder-cyan-600:focus:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(8, 145, 178, var(--tw-placeholder-opacity));
}

.focus\:placeholder-cyan-600:focus::-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(8, 145, 178, var(--tw-placeholder-opacity));
}

.focus\:placeholder-cyan-600:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(8, 145, 178, var(--tw-placeholder-opacity));
}

.focus\:placeholder-cyan-700:focus::-webkit-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(14, 116, 144, var(--tw-placeholder-opacity));
}

.focus\:placeholder-cyan-700:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(14, 116, 144, var(--tw-placeholder-opacity));
}

.focus\:placeholder-cyan-700:focus:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(14, 116, 144, var(--tw-placeholder-opacity));
}

.focus\:placeholder-cyan-700:focus::-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(14, 116, 144, var(--tw-placeholder-opacity));
}

.focus\:placeholder-cyan-700:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(14, 116, 144, var(--tw-placeholder-opacity));
}

.focus\:placeholder-cyan-800:focus::-webkit-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(21, 94, 117, var(--tw-placeholder-opacity));
}

.focus\:placeholder-cyan-800:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(21, 94, 117, var(--tw-placeholder-opacity));
}

.focus\:placeholder-cyan-800:focus:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(21, 94, 117, var(--tw-placeholder-opacity));
}

.focus\:placeholder-cyan-800:focus::-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(21, 94, 117, var(--tw-placeholder-opacity));
}

.focus\:placeholder-cyan-800:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(21, 94, 117, var(--tw-placeholder-opacity));
}

.focus\:placeholder-cyan-900:focus::-webkit-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(22, 78, 99, var(--tw-placeholder-opacity));
}

.focus\:placeholder-cyan-900:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(22, 78, 99, var(--tw-placeholder-opacity));
}

.focus\:placeholder-cyan-900:focus:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(22, 78, 99, var(--tw-placeholder-opacity));
}

.focus\:placeholder-cyan-900:focus::-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(22, 78, 99, var(--tw-placeholder-opacity));
}

.focus\:placeholder-cyan-900:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(22, 78, 99, var(--tw-placeholder-opacity));
}

.focus\:placeholder-teal-50:focus::-webkit-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(240, 253, 250, var(--tw-placeholder-opacity));
}

.focus\:placeholder-teal-50:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(240, 253, 250, var(--tw-placeholder-opacity));
}

.focus\:placeholder-teal-50:focus:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(240, 253, 250, var(--tw-placeholder-opacity));
}

.focus\:placeholder-teal-50:focus::-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(240, 253, 250, var(--tw-placeholder-opacity));
}

.focus\:placeholder-teal-50:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(240, 253, 250, var(--tw-placeholder-opacity));
}

.focus\:placeholder-teal-100:focus::-webkit-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(204, 251, 241, var(--tw-placeholder-opacity));
}

.focus\:placeholder-teal-100:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(204, 251, 241, var(--tw-placeholder-opacity));
}

.focus\:placeholder-teal-100:focus:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(204, 251, 241, var(--tw-placeholder-opacity));
}

.focus\:placeholder-teal-100:focus::-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(204, 251, 241, var(--tw-placeholder-opacity));
}

.focus\:placeholder-teal-100:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(204, 251, 241, var(--tw-placeholder-opacity));
}

.focus\:placeholder-teal-200:focus::-webkit-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(153, 246, 228, var(--tw-placeholder-opacity));
}

.focus\:placeholder-teal-200:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(153, 246, 228, var(--tw-placeholder-opacity));
}

.focus\:placeholder-teal-200:focus:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(153, 246, 228, var(--tw-placeholder-opacity));
}

.focus\:placeholder-teal-200:focus::-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(153, 246, 228, var(--tw-placeholder-opacity));
}

.focus\:placeholder-teal-200:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(153, 246, 228, var(--tw-placeholder-opacity));
}

.focus\:placeholder-teal-300:focus::-webkit-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(94, 234, 212, var(--tw-placeholder-opacity));
}

.focus\:placeholder-teal-300:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(94, 234, 212, var(--tw-placeholder-opacity));
}

.focus\:placeholder-teal-300:focus:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(94, 234, 212, var(--tw-placeholder-opacity));
}

.focus\:placeholder-teal-300:focus::-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(94, 234, 212, var(--tw-placeholder-opacity));
}

.focus\:placeholder-teal-300:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(94, 234, 212, var(--tw-placeholder-opacity));
}

.focus\:placeholder-teal-400:focus::-webkit-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(45, 212, 191, var(--tw-placeholder-opacity));
}

.focus\:placeholder-teal-400:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(45, 212, 191, var(--tw-placeholder-opacity));
}

.focus\:placeholder-teal-400:focus:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(45, 212, 191, var(--tw-placeholder-opacity));
}

.focus\:placeholder-teal-400:focus::-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(45, 212, 191, var(--tw-placeholder-opacity));
}

.focus\:placeholder-teal-400:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(45, 212, 191, var(--tw-placeholder-opacity));
}

.focus\:placeholder-teal-500:focus::-webkit-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(20, 184, 166, var(--tw-placeholder-opacity));
}

.focus\:placeholder-teal-500:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(20, 184, 166, var(--tw-placeholder-opacity));
}

.focus\:placeholder-teal-500:focus:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(20, 184, 166, var(--tw-placeholder-opacity));
}

.focus\:placeholder-teal-500:focus::-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(20, 184, 166, var(--tw-placeholder-opacity));
}

.focus\:placeholder-teal-500:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(20, 184, 166, var(--tw-placeholder-opacity));
}

.focus\:placeholder-teal-600:focus::-webkit-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(13, 148, 136, var(--tw-placeholder-opacity));
}

.focus\:placeholder-teal-600:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(13, 148, 136, var(--tw-placeholder-opacity));
}

.focus\:placeholder-teal-600:focus:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(13, 148, 136, var(--tw-placeholder-opacity));
}

.focus\:placeholder-teal-600:focus::-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(13, 148, 136, var(--tw-placeholder-opacity));
}

.focus\:placeholder-teal-600:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(13, 148, 136, var(--tw-placeholder-opacity));
}

.focus\:placeholder-teal-700:focus::-webkit-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(15, 118, 110, var(--tw-placeholder-opacity));
}

.focus\:placeholder-teal-700:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(15, 118, 110, var(--tw-placeholder-opacity));
}

.focus\:placeholder-teal-700:focus:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(15, 118, 110, var(--tw-placeholder-opacity));
}

.focus\:placeholder-teal-700:focus::-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(15, 118, 110, var(--tw-placeholder-opacity));
}

.focus\:placeholder-teal-700:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(15, 118, 110, var(--tw-placeholder-opacity));
}

.focus\:placeholder-teal-800:focus::-webkit-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(17, 94, 89, var(--tw-placeholder-opacity));
}

.focus\:placeholder-teal-800:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(17, 94, 89, var(--tw-placeholder-opacity));
}

.focus\:placeholder-teal-800:focus:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(17, 94, 89, var(--tw-placeholder-opacity));
}

.focus\:placeholder-teal-800:focus::-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(17, 94, 89, var(--tw-placeholder-opacity));
}

.focus\:placeholder-teal-800:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(17, 94, 89, var(--tw-placeholder-opacity));
}

.focus\:placeholder-teal-900:focus::-webkit-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(19, 78, 74, var(--tw-placeholder-opacity));
}

.focus\:placeholder-teal-900:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(19, 78, 74, var(--tw-placeholder-opacity));
}

.focus\:placeholder-teal-900:focus:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(19, 78, 74, var(--tw-placeholder-opacity));
}

.focus\:placeholder-teal-900:focus::-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(19, 78, 74, var(--tw-placeholder-opacity));
}

.focus\:placeholder-teal-900:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(19, 78, 74, var(--tw-placeholder-opacity));
}

.focus\:placeholder-emerald-50:focus::-webkit-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(236, 253, 245, var(--tw-placeholder-opacity));
}

.focus\:placeholder-emerald-50:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(236, 253, 245, var(--tw-placeholder-opacity));
}

.focus\:placeholder-emerald-50:focus:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(236, 253, 245, var(--tw-placeholder-opacity));
}

.focus\:placeholder-emerald-50:focus::-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(236, 253, 245, var(--tw-placeholder-opacity));
}

.focus\:placeholder-emerald-50:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(236, 253, 245, var(--tw-placeholder-opacity));
}

.focus\:placeholder-emerald-100:focus::-webkit-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(209, 250, 229, var(--tw-placeholder-opacity));
}

.focus\:placeholder-emerald-100:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(209, 250, 229, var(--tw-placeholder-opacity));
}

.focus\:placeholder-emerald-100:focus:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(209, 250, 229, var(--tw-placeholder-opacity));
}

.focus\:placeholder-emerald-100:focus::-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(209, 250, 229, var(--tw-placeholder-opacity));
}

.focus\:placeholder-emerald-100:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(209, 250, 229, var(--tw-placeholder-opacity));
}

.focus\:placeholder-emerald-200:focus::-webkit-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(167, 243, 208, var(--tw-placeholder-opacity));
}

.focus\:placeholder-emerald-200:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(167, 243, 208, var(--tw-placeholder-opacity));
}

.focus\:placeholder-emerald-200:focus:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(167, 243, 208, var(--tw-placeholder-opacity));
}

.focus\:placeholder-emerald-200:focus::-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(167, 243, 208, var(--tw-placeholder-opacity));
}

.focus\:placeholder-emerald-200:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(167, 243, 208, var(--tw-placeholder-opacity));
}

.focus\:placeholder-emerald-300:focus::-webkit-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(110, 231, 183, var(--tw-placeholder-opacity));
}

.focus\:placeholder-emerald-300:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(110, 231, 183, var(--tw-placeholder-opacity));
}

.focus\:placeholder-emerald-300:focus:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(110, 231, 183, var(--tw-placeholder-opacity));
}

.focus\:placeholder-emerald-300:focus::-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(110, 231, 183, var(--tw-placeholder-opacity));
}

.focus\:placeholder-emerald-300:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(110, 231, 183, var(--tw-placeholder-opacity));
}

.focus\:placeholder-emerald-400:focus::-webkit-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(52, 211, 153, var(--tw-placeholder-opacity));
}

.focus\:placeholder-emerald-400:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(52, 211, 153, var(--tw-placeholder-opacity));
}

.focus\:placeholder-emerald-400:focus:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(52, 211, 153, var(--tw-placeholder-opacity));
}

.focus\:placeholder-emerald-400:focus::-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(52, 211, 153, var(--tw-placeholder-opacity));
}

.focus\:placeholder-emerald-400:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(52, 211, 153, var(--tw-placeholder-opacity));
}

.focus\:placeholder-emerald-500:focus::-webkit-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(16, 185, 129, var(--tw-placeholder-opacity));
}

.focus\:placeholder-emerald-500:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(16, 185, 129, var(--tw-placeholder-opacity));
}

.focus\:placeholder-emerald-500:focus:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(16, 185, 129, var(--tw-placeholder-opacity));
}

.focus\:placeholder-emerald-500:focus::-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(16, 185, 129, var(--tw-placeholder-opacity));
}

.focus\:placeholder-emerald-500:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(16, 185, 129, var(--tw-placeholder-opacity));
}

.focus\:placeholder-emerald-600:focus::-webkit-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(5, 150, 105, var(--tw-placeholder-opacity));
}

.focus\:placeholder-emerald-600:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(5, 150, 105, var(--tw-placeholder-opacity));
}

.focus\:placeholder-emerald-600:focus:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(5, 150, 105, var(--tw-placeholder-opacity));
}

.focus\:placeholder-emerald-600:focus::-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(5, 150, 105, var(--tw-placeholder-opacity));
}

.focus\:placeholder-emerald-600:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(5, 150, 105, var(--tw-placeholder-opacity));
}

.focus\:placeholder-emerald-700:focus::-webkit-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(4, 120, 87, var(--tw-placeholder-opacity));
}

.focus\:placeholder-emerald-700:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(4, 120, 87, var(--tw-placeholder-opacity));
}

.focus\:placeholder-emerald-700:focus:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(4, 120, 87, var(--tw-placeholder-opacity));
}

.focus\:placeholder-emerald-700:focus::-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(4, 120, 87, var(--tw-placeholder-opacity));
}

.focus\:placeholder-emerald-700:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(4, 120, 87, var(--tw-placeholder-opacity));
}

.focus\:placeholder-emerald-800:focus::-webkit-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(6, 95, 70, var(--tw-placeholder-opacity));
}

.focus\:placeholder-emerald-800:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(6, 95, 70, var(--tw-placeholder-opacity));
}

.focus\:placeholder-emerald-800:focus:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(6, 95, 70, var(--tw-placeholder-opacity));
}

.focus\:placeholder-emerald-800:focus::-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(6, 95, 70, var(--tw-placeholder-opacity));
}

.focus\:placeholder-emerald-800:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(6, 95, 70, var(--tw-placeholder-opacity));
}

.focus\:placeholder-emerald-900:focus::-webkit-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(6, 78, 59, var(--tw-placeholder-opacity));
}

.focus\:placeholder-emerald-900:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(6, 78, 59, var(--tw-placeholder-opacity));
}

.focus\:placeholder-emerald-900:focus:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(6, 78, 59, var(--tw-placeholder-opacity));
}

.focus\:placeholder-emerald-900:focus::-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(6, 78, 59, var(--tw-placeholder-opacity));
}

.focus\:placeholder-emerald-900:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(6, 78, 59, var(--tw-placeholder-opacity));
}

.focus\:placeholder-green-50:focus::-webkit-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(240, 253, 244, var(--tw-placeholder-opacity));
}

.focus\:placeholder-green-50:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(240, 253, 244, var(--tw-placeholder-opacity));
}

.focus\:placeholder-green-50:focus:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(240, 253, 244, var(--tw-placeholder-opacity));
}

.focus\:placeholder-green-50:focus::-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(240, 253, 244, var(--tw-placeholder-opacity));
}

.focus\:placeholder-green-50:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(240, 253, 244, var(--tw-placeholder-opacity));
}

.focus\:placeholder-green-100:focus::-webkit-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(220, 252, 231, var(--tw-placeholder-opacity));
}

.focus\:placeholder-green-100:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(220, 252, 231, var(--tw-placeholder-opacity));
}

.focus\:placeholder-green-100:focus:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(220, 252, 231, var(--tw-placeholder-opacity));
}

.focus\:placeholder-green-100:focus::-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(220, 252, 231, var(--tw-placeholder-opacity));
}

.focus\:placeholder-green-100:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(220, 252, 231, var(--tw-placeholder-opacity));
}

.focus\:placeholder-green-200:focus::-webkit-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(187, 247, 208, var(--tw-placeholder-opacity));
}

.focus\:placeholder-green-200:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(187, 247, 208, var(--tw-placeholder-opacity));
}

.focus\:placeholder-green-200:focus:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(187, 247, 208, var(--tw-placeholder-opacity));
}

.focus\:placeholder-green-200:focus::-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(187, 247, 208, var(--tw-placeholder-opacity));
}

.focus\:placeholder-green-200:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(187, 247, 208, var(--tw-placeholder-opacity));
}

.focus\:placeholder-green-300:focus::-webkit-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(134, 239, 172, var(--tw-placeholder-opacity));
}

.focus\:placeholder-green-300:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(134, 239, 172, var(--tw-placeholder-opacity));
}

.focus\:placeholder-green-300:focus:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(134, 239, 172, var(--tw-placeholder-opacity));
}

.focus\:placeholder-green-300:focus::-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(134, 239, 172, var(--tw-placeholder-opacity));
}

.focus\:placeholder-green-300:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(134, 239, 172, var(--tw-placeholder-opacity));
}

.focus\:placeholder-green-400:focus::-webkit-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(74, 222, 128, var(--tw-placeholder-opacity));
}

.focus\:placeholder-green-400:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(74, 222, 128, var(--tw-placeholder-opacity));
}

.focus\:placeholder-green-400:focus:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(74, 222, 128, var(--tw-placeholder-opacity));
}

.focus\:placeholder-green-400:focus::-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(74, 222, 128, var(--tw-placeholder-opacity));
}

.focus\:placeholder-green-400:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(74, 222, 128, var(--tw-placeholder-opacity));
}

.focus\:placeholder-green-500:focus::-webkit-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(34, 197, 94, var(--tw-placeholder-opacity));
}

.focus\:placeholder-green-500:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(34, 197, 94, var(--tw-placeholder-opacity));
}

.focus\:placeholder-green-500:focus:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(34, 197, 94, var(--tw-placeholder-opacity));
}

.focus\:placeholder-green-500:focus::-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(34, 197, 94, var(--tw-placeholder-opacity));
}

.focus\:placeholder-green-500:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(34, 197, 94, var(--tw-placeholder-opacity));
}

.focus\:placeholder-green-600:focus::-webkit-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(22, 163, 74, var(--tw-placeholder-opacity));
}

.focus\:placeholder-green-600:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(22, 163, 74, var(--tw-placeholder-opacity));
}

.focus\:placeholder-green-600:focus:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(22, 163, 74, var(--tw-placeholder-opacity));
}

.focus\:placeholder-green-600:focus::-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(22, 163, 74, var(--tw-placeholder-opacity));
}

.focus\:placeholder-green-600:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(22, 163, 74, var(--tw-placeholder-opacity));
}

.focus\:placeholder-green-700:focus::-webkit-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(21, 128, 61, var(--tw-placeholder-opacity));
}

.focus\:placeholder-green-700:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(21, 128, 61, var(--tw-placeholder-opacity));
}

.focus\:placeholder-green-700:focus:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(21, 128, 61, var(--tw-placeholder-opacity));
}

.focus\:placeholder-green-700:focus::-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(21, 128, 61, var(--tw-placeholder-opacity));
}

.focus\:placeholder-green-700:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(21, 128, 61, var(--tw-placeholder-opacity));
}

.focus\:placeholder-green-800:focus::-webkit-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(22, 101, 52, var(--tw-placeholder-opacity));
}

.focus\:placeholder-green-800:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(22, 101, 52, var(--tw-placeholder-opacity));
}

.focus\:placeholder-green-800:focus:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(22, 101, 52, var(--tw-placeholder-opacity));
}

.focus\:placeholder-green-800:focus::-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(22, 101, 52, var(--tw-placeholder-opacity));
}

.focus\:placeholder-green-800:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(22, 101, 52, var(--tw-placeholder-opacity));
}

.focus\:placeholder-green-900:focus::-webkit-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(20, 83, 45, var(--tw-placeholder-opacity));
}

.focus\:placeholder-green-900:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(20, 83, 45, var(--tw-placeholder-opacity));
}

.focus\:placeholder-green-900:focus:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(20, 83, 45, var(--tw-placeholder-opacity));
}

.focus\:placeholder-green-900:focus::-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(20, 83, 45, var(--tw-placeholder-opacity));
}

.focus\:placeholder-green-900:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(20, 83, 45, var(--tw-placeholder-opacity));
}

.focus\:placeholder-lime-50:focus::-webkit-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(247, 254, 231, var(--tw-placeholder-opacity));
}

.focus\:placeholder-lime-50:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(247, 254, 231, var(--tw-placeholder-opacity));
}

.focus\:placeholder-lime-50:focus:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(247, 254, 231, var(--tw-placeholder-opacity));
}

.focus\:placeholder-lime-50:focus::-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(247, 254, 231, var(--tw-placeholder-opacity));
}

.focus\:placeholder-lime-50:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(247, 254, 231, var(--tw-placeholder-opacity));
}

.focus\:placeholder-lime-100:focus::-webkit-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(236, 252, 203, var(--tw-placeholder-opacity));
}

.focus\:placeholder-lime-100:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(236, 252, 203, var(--tw-placeholder-opacity));
}

.focus\:placeholder-lime-100:focus:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(236, 252, 203, var(--tw-placeholder-opacity));
}

.focus\:placeholder-lime-100:focus::-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(236, 252, 203, var(--tw-placeholder-opacity));
}

.focus\:placeholder-lime-100:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(236, 252, 203, var(--tw-placeholder-opacity));
}

.focus\:placeholder-lime-200:focus::-webkit-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(217, 249, 157, var(--tw-placeholder-opacity));
}

.focus\:placeholder-lime-200:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(217, 249, 157, var(--tw-placeholder-opacity));
}

.focus\:placeholder-lime-200:focus:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(217, 249, 157, var(--tw-placeholder-opacity));
}

.focus\:placeholder-lime-200:focus::-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(217, 249, 157, var(--tw-placeholder-opacity));
}

.focus\:placeholder-lime-200:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(217, 249, 157, var(--tw-placeholder-opacity));
}

.focus\:placeholder-lime-300:focus::-webkit-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(190, 242, 100, var(--tw-placeholder-opacity));
}

.focus\:placeholder-lime-300:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(190, 242, 100, var(--tw-placeholder-opacity));
}

.focus\:placeholder-lime-300:focus:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(190, 242, 100, var(--tw-placeholder-opacity));
}

.focus\:placeholder-lime-300:focus::-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(190, 242, 100, var(--tw-placeholder-opacity));
}

.focus\:placeholder-lime-300:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(190, 242, 100, var(--tw-placeholder-opacity));
}

.focus\:placeholder-lime-400:focus::-webkit-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(163, 230, 53, var(--tw-placeholder-opacity));
}

.focus\:placeholder-lime-400:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(163, 230, 53, var(--tw-placeholder-opacity));
}

.focus\:placeholder-lime-400:focus:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(163, 230, 53, var(--tw-placeholder-opacity));
}

.focus\:placeholder-lime-400:focus::-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(163, 230, 53, var(--tw-placeholder-opacity));
}

.focus\:placeholder-lime-400:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(163, 230, 53, var(--tw-placeholder-opacity));
}

.focus\:placeholder-lime-500:focus::-webkit-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(132, 204, 22, var(--tw-placeholder-opacity));
}

.focus\:placeholder-lime-500:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(132, 204, 22, var(--tw-placeholder-opacity));
}

.focus\:placeholder-lime-500:focus:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(132, 204, 22, var(--tw-placeholder-opacity));
}

.focus\:placeholder-lime-500:focus::-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(132, 204, 22, var(--tw-placeholder-opacity));
}

.focus\:placeholder-lime-500:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(132, 204, 22, var(--tw-placeholder-opacity));
}

.focus\:placeholder-lime-600:focus::-webkit-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(101, 163, 13, var(--tw-placeholder-opacity));
}

.focus\:placeholder-lime-600:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(101, 163, 13, var(--tw-placeholder-opacity));
}

.focus\:placeholder-lime-600:focus:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(101, 163, 13, var(--tw-placeholder-opacity));
}

.focus\:placeholder-lime-600:focus::-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(101, 163, 13, var(--tw-placeholder-opacity));
}

.focus\:placeholder-lime-600:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(101, 163, 13, var(--tw-placeholder-opacity));
}

.focus\:placeholder-lime-700:focus::-webkit-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(77, 124, 15, var(--tw-placeholder-opacity));
}

.focus\:placeholder-lime-700:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(77, 124, 15, var(--tw-placeholder-opacity));
}

.focus\:placeholder-lime-700:focus:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(77, 124, 15, var(--tw-placeholder-opacity));
}

.focus\:placeholder-lime-700:focus::-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(77, 124, 15, var(--tw-placeholder-opacity));
}

.focus\:placeholder-lime-700:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(77, 124, 15, var(--tw-placeholder-opacity));
}

.focus\:placeholder-lime-800:focus::-webkit-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(63, 98, 18, var(--tw-placeholder-opacity));
}

.focus\:placeholder-lime-800:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(63, 98, 18, var(--tw-placeholder-opacity));
}

.focus\:placeholder-lime-800:focus:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(63, 98, 18, var(--tw-placeholder-opacity));
}

.focus\:placeholder-lime-800:focus::-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(63, 98, 18, var(--tw-placeholder-opacity));
}

.focus\:placeholder-lime-800:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(63, 98, 18, var(--tw-placeholder-opacity));
}

.focus\:placeholder-lime-900:focus::-webkit-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(54, 83, 20, var(--tw-placeholder-opacity));
}

.focus\:placeholder-lime-900:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(54, 83, 20, var(--tw-placeholder-opacity));
}

.focus\:placeholder-lime-900:focus:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(54, 83, 20, var(--tw-placeholder-opacity));
}

.focus\:placeholder-lime-900:focus::-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(54, 83, 20, var(--tw-placeholder-opacity));
}

.focus\:placeholder-lime-900:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(54, 83, 20, var(--tw-placeholder-opacity));
}

.focus\:placeholder-yellow-50:focus::-webkit-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(254, 252, 232, var(--tw-placeholder-opacity));
}

.focus\:placeholder-yellow-50:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(254, 252, 232, var(--tw-placeholder-opacity));
}

.focus\:placeholder-yellow-50:focus:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(254, 252, 232, var(--tw-placeholder-opacity));
}

.focus\:placeholder-yellow-50:focus::-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(254, 252, 232, var(--tw-placeholder-opacity));
}

.focus\:placeholder-yellow-50:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(254, 252, 232, var(--tw-placeholder-opacity));
}

.focus\:placeholder-yellow-100:focus::-webkit-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(254, 249, 195, var(--tw-placeholder-opacity));
}

.focus\:placeholder-yellow-100:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(254, 249, 195, var(--tw-placeholder-opacity));
}

.focus\:placeholder-yellow-100:focus:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(254, 249, 195, var(--tw-placeholder-opacity));
}

.focus\:placeholder-yellow-100:focus::-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(254, 249, 195, var(--tw-placeholder-opacity));
}

.focus\:placeholder-yellow-100:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(254, 249, 195, var(--tw-placeholder-opacity));
}

.focus\:placeholder-yellow-200:focus::-webkit-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(254, 240, 138, var(--tw-placeholder-opacity));
}

.focus\:placeholder-yellow-200:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(254, 240, 138, var(--tw-placeholder-opacity));
}

.focus\:placeholder-yellow-200:focus:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(254, 240, 138, var(--tw-placeholder-opacity));
}

.focus\:placeholder-yellow-200:focus::-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(254, 240, 138, var(--tw-placeholder-opacity));
}

.focus\:placeholder-yellow-200:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(254, 240, 138, var(--tw-placeholder-opacity));
}

.focus\:placeholder-yellow-300:focus::-webkit-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(253, 224, 71, var(--tw-placeholder-opacity));
}

.focus\:placeholder-yellow-300:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(253, 224, 71, var(--tw-placeholder-opacity));
}

.focus\:placeholder-yellow-300:focus:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(253, 224, 71, var(--tw-placeholder-opacity));
}

.focus\:placeholder-yellow-300:focus::-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(253, 224, 71, var(--tw-placeholder-opacity));
}

.focus\:placeholder-yellow-300:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(253, 224, 71, var(--tw-placeholder-opacity));
}

.focus\:placeholder-yellow-400:focus::-webkit-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(250, 204, 21, var(--tw-placeholder-opacity));
}

.focus\:placeholder-yellow-400:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(250, 204, 21, var(--tw-placeholder-opacity));
}

.focus\:placeholder-yellow-400:focus:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(250, 204, 21, var(--tw-placeholder-opacity));
}

.focus\:placeholder-yellow-400:focus::-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(250, 204, 21, var(--tw-placeholder-opacity));
}

.focus\:placeholder-yellow-400:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(250, 204, 21, var(--tw-placeholder-opacity));
}

.focus\:placeholder-yellow-500:focus::-webkit-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(234, 179, 8, var(--tw-placeholder-opacity));
}

.focus\:placeholder-yellow-500:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(234, 179, 8, var(--tw-placeholder-opacity));
}

.focus\:placeholder-yellow-500:focus:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(234, 179, 8, var(--tw-placeholder-opacity));
}

.focus\:placeholder-yellow-500:focus::-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(234, 179, 8, var(--tw-placeholder-opacity));
}

.focus\:placeholder-yellow-500:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(234, 179, 8, var(--tw-placeholder-opacity));
}

.focus\:placeholder-yellow-600:focus::-webkit-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(202, 138, 4, var(--tw-placeholder-opacity));
}

.focus\:placeholder-yellow-600:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(202, 138, 4, var(--tw-placeholder-opacity));
}

.focus\:placeholder-yellow-600:focus:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(202, 138, 4, var(--tw-placeholder-opacity));
}

.focus\:placeholder-yellow-600:focus::-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(202, 138, 4, var(--tw-placeholder-opacity));
}

.focus\:placeholder-yellow-600:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(202, 138, 4, var(--tw-placeholder-opacity));
}

.focus\:placeholder-yellow-700:focus::-webkit-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(161, 98, 7, var(--tw-placeholder-opacity));
}

.focus\:placeholder-yellow-700:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(161, 98, 7, var(--tw-placeholder-opacity));
}

.focus\:placeholder-yellow-700:focus:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(161, 98, 7, var(--tw-placeholder-opacity));
}

.focus\:placeholder-yellow-700:focus::-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(161, 98, 7, var(--tw-placeholder-opacity));
}

.focus\:placeholder-yellow-700:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(161, 98, 7, var(--tw-placeholder-opacity));
}

.focus\:placeholder-yellow-800:focus::-webkit-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(133, 77, 14, var(--tw-placeholder-opacity));
}

.focus\:placeholder-yellow-800:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(133, 77, 14, var(--tw-placeholder-opacity));
}

.focus\:placeholder-yellow-800:focus:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(133, 77, 14, var(--tw-placeholder-opacity));
}

.focus\:placeholder-yellow-800:focus::-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(133, 77, 14, var(--tw-placeholder-opacity));
}

.focus\:placeholder-yellow-800:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(133, 77, 14, var(--tw-placeholder-opacity));
}

.focus\:placeholder-yellow-900:focus::-webkit-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(113, 63, 18, var(--tw-placeholder-opacity));
}

.focus\:placeholder-yellow-900:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(113, 63, 18, var(--tw-placeholder-opacity));
}

.focus\:placeholder-yellow-900:focus:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(113, 63, 18, var(--tw-placeholder-opacity));
}

.focus\:placeholder-yellow-900:focus::-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(113, 63, 18, var(--tw-placeholder-opacity));
}

.focus\:placeholder-yellow-900:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(113, 63, 18, var(--tw-placeholder-opacity));
}

.focus\:placeholder-amber-50:focus::-webkit-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(255, 251, 235, var(--tw-placeholder-opacity));
}

.focus\:placeholder-amber-50:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(255, 251, 235, var(--tw-placeholder-opacity));
}

.focus\:placeholder-amber-50:focus:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(255, 251, 235, var(--tw-placeholder-opacity));
}

.focus\:placeholder-amber-50:focus::-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(255, 251, 235, var(--tw-placeholder-opacity));
}

.focus\:placeholder-amber-50:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(255, 251, 235, var(--tw-placeholder-opacity));
}

.focus\:placeholder-amber-100:focus::-webkit-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(254, 243, 199, var(--tw-placeholder-opacity));
}

.focus\:placeholder-amber-100:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(254, 243, 199, var(--tw-placeholder-opacity));
}

.focus\:placeholder-amber-100:focus:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(254, 243, 199, var(--tw-placeholder-opacity));
}

.focus\:placeholder-amber-100:focus::-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(254, 243, 199, var(--tw-placeholder-opacity));
}

.focus\:placeholder-amber-100:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(254, 243, 199, var(--tw-placeholder-opacity));
}

.focus\:placeholder-amber-200:focus::-webkit-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(253, 230, 138, var(--tw-placeholder-opacity));
}

.focus\:placeholder-amber-200:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(253, 230, 138, var(--tw-placeholder-opacity));
}

.focus\:placeholder-amber-200:focus:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(253, 230, 138, var(--tw-placeholder-opacity));
}

.focus\:placeholder-amber-200:focus::-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(253, 230, 138, var(--tw-placeholder-opacity));
}

.focus\:placeholder-amber-200:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(253, 230, 138, var(--tw-placeholder-opacity));
}

.focus\:placeholder-amber-300:focus::-webkit-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(252, 211, 77, var(--tw-placeholder-opacity));
}

.focus\:placeholder-amber-300:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(252, 211, 77, var(--tw-placeholder-opacity));
}

.focus\:placeholder-amber-300:focus:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(252, 211, 77, var(--tw-placeholder-opacity));
}

.focus\:placeholder-amber-300:focus::-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(252, 211, 77, var(--tw-placeholder-opacity));
}

.focus\:placeholder-amber-300:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(252, 211, 77, var(--tw-placeholder-opacity));
}

.focus\:placeholder-amber-400:focus::-webkit-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(251, 191, 36, var(--tw-placeholder-opacity));
}

.focus\:placeholder-amber-400:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(251, 191, 36, var(--tw-placeholder-opacity));
}

.focus\:placeholder-amber-400:focus:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(251, 191, 36, var(--tw-placeholder-opacity));
}

.focus\:placeholder-amber-400:focus::-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(251, 191, 36, var(--tw-placeholder-opacity));
}

.focus\:placeholder-amber-400:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(251, 191, 36, var(--tw-placeholder-opacity));
}

.focus\:placeholder-amber-500:focus::-webkit-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(245, 158, 11, var(--tw-placeholder-opacity));
}

.focus\:placeholder-amber-500:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(245, 158, 11, var(--tw-placeholder-opacity));
}

.focus\:placeholder-amber-500:focus:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(245, 158, 11, var(--tw-placeholder-opacity));
}

.focus\:placeholder-amber-500:focus::-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(245, 158, 11, var(--tw-placeholder-opacity));
}

.focus\:placeholder-amber-500:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(245, 158, 11, var(--tw-placeholder-opacity));
}

.focus\:placeholder-amber-600:focus::-webkit-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(217, 119, 6, var(--tw-placeholder-opacity));
}

.focus\:placeholder-amber-600:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(217, 119, 6, var(--tw-placeholder-opacity));
}

.focus\:placeholder-amber-600:focus:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(217, 119, 6, var(--tw-placeholder-opacity));
}

.focus\:placeholder-amber-600:focus::-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(217, 119, 6, var(--tw-placeholder-opacity));
}

.focus\:placeholder-amber-600:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(217, 119, 6, var(--tw-placeholder-opacity));
}

.focus\:placeholder-amber-700:focus::-webkit-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(180, 83, 9, var(--tw-placeholder-opacity));
}

.focus\:placeholder-amber-700:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(180, 83, 9, var(--tw-placeholder-opacity));
}

.focus\:placeholder-amber-700:focus:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(180, 83, 9, var(--tw-placeholder-opacity));
}

.focus\:placeholder-amber-700:focus::-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(180, 83, 9, var(--tw-placeholder-opacity));
}

.focus\:placeholder-amber-700:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(180, 83, 9, var(--tw-placeholder-opacity));
}

.focus\:placeholder-amber-800:focus::-webkit-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(146, 64, 14, var(--tw-placeholder-opacity));
}

.focus\:placeholder-amber-800:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(146, 64, 14, var(--tw-placeholder-opacity));
}

.focus\:placeholder-amber-800:focus:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(146, 64, 14, var(--tw-placeholder-opacity));
}

.focus\:placeholder-amber-800:focus::-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(146, 64, 14, var(--tw-placeholder-opacity));
}

.focus\:placeholder-amber-800:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(146, 64, 14, var(--tw-placeholder-opacity));
}

.focus\:placeholder-amber-900:focus::-webkit-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(120, 53, 15, var(--tw-placeholder-opacity));
}

.focus\:placeholder-amber-900:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(120, 53, 15, var(--tw-placeholder-opacity));
}

.focus\:placeholder-amber-900:focus:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(120, 53, 15, var(--tw-placeholder-opacity));
}

.focus\:placeholder-amber-900:focus::-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(120, 53, 15, var(--tw-placeholder-opacity));
}

.focus\:placeholder-amber-900:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(120, 53, 15, var(--tw-placeholder-opacity));
}

.focus\:placeholder-orange-50:focus::-webkit-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(255, 247, 237, var(--tw-placeholder-opacity));
}

.focus\:placeholder-orange-50:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(255, 247, 237, var(--tw-placeholder-opacity));
}

.focus\:placeholder-orange-50:focus:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(255, 247, 237, var(--tw-placeholder-opacity));
}

.focus\:placeholder-orange-50:focus::-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(255, 247, 237, var(--tw-placeholder-opacity));
}

.focus\:placeholder-orange-50:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(255, 247, 237, var(--tw-placeholder-opacity));
}

.focus\:placeholder-orange-100:focus::-webkit-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(255, 237, 213, var(--tw-placeholder-opacity));
}

.focus\:placeholder-orange-100:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(255, 237, 213, var(--tw-placeholder-opacity));
}

.focus\:placeholder-orange-100:focus:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(255, 237, 213, var(--tw-placeholder-opacity));
}

.focus\:placeholder-orange-100:focus::-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(255, 237, 213, var(--tw-placeholder-opacity));
}

.focus\:placeholder-orange-100:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(255, 237, 213, var(--tw-placeholder-opacity));
}

.focus\:placeholder-orange-200:focus::-webkit-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(254, 215, 170, var(--tw-placeholder-opacity));
}

.focus\:placeholder-orange-200:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(254, 215, 170, var(--tw-placeholder-opacity));
}

.focus\:placeholder-orange-200:focus:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(254, 215, 170, var(--tw-placeholder-opacity));
}

.focus\:placeholder-orange-200:focus::-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(254, 215, 170, var(--tw-placeholder-opacity));
}

.focus\:placeholder-orange-200:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(254, 215, 170, var(--tw-placeholder-opacity));
}

.focus\:placeholder-orange-300:focus::-webkit-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(253, 186, 116, var(--tw-placeholder-opacity));
}

.focus\:placeholder-orange-300:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(253, 186, 116, var(--tw-placeholder-opacity));
}

.focus\:placeholder-orange-300:focus:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(253, 186, 116, var(--tw-placeholder-opacity));
}

.focus\:placeholder-orange-300:focus::-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(253, 186, 116, var(--tw-placeholder-opacity));
}

.focus\:placeholder-orange-300:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(253, 186, 116, var(--tw-placeholder-opacity));
}

.focus\:placeholder-orange-400:focus::-webkit-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(251, 146, 60, var(--tw-placeholder-opacity));
}

.focus\:placeholder-orange-400:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(251, 146, 60, var(--tw-placeholder-opacity));
}

.focus\:placeholder-orange-400:focus:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(251, 146, 60, var(--tw-placeholder-opacity));
}

.focus\:placeholder-orange-400:focus::-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(251, 146, 60, var(--tw-placeholder-opacity));
}

.focus\:placeholder-orange-400:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(251, 146, 60, var(--tw-placeholder-opacity));
}

.focus\:placeholder-orange-500:focus::-webkit-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(249, 115, 22, var(--tw-placeholder-opacity));
}

.focus\:placeholder-orange-500:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(249, 115, 22, var(--tw-placeholder-opacity));
}

.focus\:placeholder-orange-500:focus:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(249, 115, 22, var(--tw-placeholder-opacity));
}

.focus\:placeholder-orange-500:focus::-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(249, 115, 22, var(--tw-placeholder-opacity));
}

.focus\:placeholder-orange-500:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(249, 115, 22, var(--tw-placeholder-opacity));
}

.focus\:placeholder-orange-600:focus::-webkit-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(234, 88, 12, var(--tw-placeholder-opacity));
}

.focus\:placeholder-orange-600:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(234, 88, 12, var(--tw-placeholder-opacity));
}

.focus\:placeholder-orange-600:focus:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(234, 88, 12, var(--tw-placeholder-opacity));
}

.focus\:placeholder-orange-600:focus::-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(234, 88, 12, var(--tw-placeholder-opacity));
}

.focus\:placeholder-orange-600:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(234, 88, 12, var(--tw-placeholder-opacity));
}

.focus\:placeholder-orange-700:focus::-webkit-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(194, 65, 12, var(--tw-placeholder-opacity));
}

.focus\:placeholder-orange-700:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(194, 65, 12, var(--tw-placeholder-opacity));
}

.focus\:placeholder-orange-700:focus:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(194, 65, 12, var(--tw-placeholder-opacity));
}

.focus\:placeholder-orange-700:focus::-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(194, 65, 12, var(--tw-placeholder-opacity));
}

.focus\:placeholder-orange-700:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(194, 65, 12, var(--tw-placeholder-opacity));
}

.focus\:placeholder-orange-800:focus::-webkit-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(154, 52, 18, var(--tw-placeholder-opacity));
}

.focus\:placeholder-orange-800:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(154, 52, 18, var(--tw-placeholder-opacity));
}

.focus\:placeholder-orange-800:focus:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(154, 52, 18, var(--tw-placeholder-opacity));
}

.focus\:placeholder-orange-800:focus::-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(154, 52, 18, var(--tw-placeholder-opacity));
}

.focus\:placeholder-orange-800:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(154, 52, 18, var(--tw-placeholder-opacity));
}

.focus\:placeholder-orange-900:focus::-webkit-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(124, 45, 18, var(--tw-placeholder-opacity));
}

.focus\:placeholder-orange-900:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(124, 45, 18, var(--tw-placeholder-opacity));
}

.focus\:placeholder-orange-900:focus:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(124, 45, 18, var(--tw-placeholder-opacity));
}

.focus\:placeholder-orange-900:focus::-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(124, 45, 18, var(--tw-placeholder-opacity));
}

.focus\:placeholder-orange-900:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(124, 45, 18, var(--tw-placeholder-opacity));
}

.focus\:placeholder-red-50:focus::-webkit-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(254, 242, 242, var(--tw-placeholder-opacity));
}

.focus\:placeholder-red-50:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(254, 242, 242, var(--tw-placeholder-opacity));
}

.focus\:placeholder-red-50:focus:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(254, 242, 242, var(--tw-placeholder-opacity));
}

.focus\:placeholder-red-50:focus::-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(254, 242, 242, var(--tw-placeholder-opacity));
}

.focus\:placeholder-red-50:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(254, 242, 242, var(--tw-placeholder-opacity));
}

.focus\:placeholder-red-100:focus::-webkit-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(254, 226, 226, var(--tw-placeholder-opacity));
}

.focus\:placeholder-red-100:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(254, 226, 226, var(--tw-placeholder-opacity));
}

.focus\:placeholder-red-100:focus:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(254, 226, 226, var(--tw-placeholder-opacity));
}

.focus\:placeholder-red-100:focus::-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(254, 226, 226, var(--tw-placeholder-opacity));
}

.focus\:placeholder-red-100:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(254, 226, 226, var(--tw-placeholder-opacity));
}

.focus\:placeholder-red-200:focus::-webkit-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(254, 202, 202, var(--tw-placeholder-opacity));
}

.focus\:placeholder-red-200:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(254, 202, 202, var(--tw-placeholder-opacity));
}

.focus\:placeholder-red-200:focus:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(254, 202, 202, var(--tw-placeholder-opacity));
}

.focus\:placeholder-red-200:focus::-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(254, 202, 202, var(--tw-placeholder-opacity));
}

.focus\:placeholder-red-200:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(254, 202, 202, var(--tw-placeholder-opacity));
}

.focus\:placeholder-red-300:focus::-webkit-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(252, 165, 165, var(--tw-placeholder-opacity));
}

.focus\:placeholder-red-300:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(252, 165, 165, var(--tw-placeholder-opacity));
}

.focus\:placeholder-red-300:focus:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(252, 165, 165, var(--tw-placeholder-opacity));
}

.focus\:placeholder-red-300:focus::-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(252, 165, 165, var(--tw-placeholder-opacity));
}

.focus\:placeholder-red-300:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(252, 165, 165, var(--tw-placeholder-opacity));
}

.focus\:placeholder-red-400:focus::-webkit-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(248, 113, 113, var(--tw-placeholder-opacity));
}

.focus\:placeholder-red-400:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(248, 113, 113, var(--tw-placeholder-opacity));
}

.focus\:placeholder-red-400:focus:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(248, 113, 113, var(--tw-placeholder-opacity));
}

.focus\:placeholder-red-400:focus::-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(248, 113, 113, var(--tw-placeholder-opacity));
}

.focus\:placeholder-red-400:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(248, 113, 113, var(--tw-placeholder-opacity));
}

.focus\:placeholder-red-500:focus::-webkit-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(239, 68, 68, var(--tw-placeholder-opacity));
}

.focus\:placeholder-red-500:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(239, 68, 68, var(--tw-placeholder-opacity));
}

.focus\:placeholder-red-500:focus:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(239, 68, 68, var(--tw-placeholder-opacity));
}

.focus\:placeholder-red-500:focus::-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(239, 68, 68, var(--tw-placeholder-opacity));
}

.focus\:placeholder-red-500:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(239, 68, 68, var(--tw-placeholder-opacity));
}

.focus\:placeholder-red-600:focus::-webkit-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(220, 38, 38, var(--tw-placeholder-opacity));
}

.focus\:placeholder-red-600:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(220, 38, 38, var(--tw-placeholder-opacity));
}

.focus\:placeholder-red-600:focus:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(220, 38, 38, var(--tw-placeholder-opacity));
}

.focus\:placeholder-red-600:focus::-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(220, 38, 38, var(--tw-placeholder-opacity));
}

.focus\:placeholder-red-600:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(220, 38, 38, var(--tw-placeholder-opacity));
}

.focus\:placeholder-red-700:focus::-webkit-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(185, 28, 28, var(--tw-placeholder-opacity));
}

.focus\:placeholder-red-700:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(185, 28, 28, var(--tw-placeholder-opacity));
}

.focus\:placeholder-red-700:focus:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(185, 28, 28, var(--tw-placeholder-opacity));
}

.focus\:placeholder-red-700:focus::-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(185, 28, 28, var(--tw-placeholder-opacity));
}

.focus\:placeholder-red-700:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(185, 28, 28, var(--tw-placeholder-opacity));
}

.focus\:placeholder-red-800:focus::-webkit-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(153, 27, 27, var(--tw-placeholder-opacity));
}

.focus\:placeholder-red-800:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(153, 27, 27, var(--tw-placeholder-opacity));
}

.focus\:placeholder-red-800:focus:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(153, 27, 27, var(--tw-placeholder-opacity));
}

.focus\:placeholder-red-800:focus::-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(153, 27, 27, var(--tw-placeholder-opacity));
}

.focus\:placeholder-red-800:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(153, 27, 27, var(--tw-placeholder-opacity));
}

.focus\:placeholder-red-900:focus::-webkit-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(127, 29, 29, var(--tw-placeholder-opacity));
}

.focus\:placeholder-red-900:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(127, 29, 29, var(--tw-placeholder-opacity));
}

.focus\:placeholder-red-900:focus:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(127, 29, 29, var(--tw-placeholder-opacity));
}

.focus\:placeholder-red-900:focus::-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(127, 29, 29, var(--tw-placeholder-opacity));
}

.focus\:placeholder-red-900:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(127, 29, 29, var(--tw-placeholder-opacity));
}

.focus\:placeholder-warmGray-50:focus::-webkit-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(250, 250, 249, var(--tw-placeholder-opacity));
}

.focus\:placeholder-warmGray-50:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(250, 250, 249, var(--tw-placeholder-opacity));
}

.focus\:placeholder-warmGray-50:focus:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(250, 250, 249, var(--tw-placeholder-opacity));
}

.focus\:placeholder-warmGray-50:focus::-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(250, 250, 249, var(--tw-placeholder-opacity));
}

.focus\:placeholder-warmGray-50:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(250, 250, 249, var(--tw-placeholder-opacity));
}

.focus\:placeholder-warmGray-100:focus::-webkit-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(245, 245, 244, var(--tw-placeholder-opacity));
}

.focus\:placeholder-warmGray-100:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(245, 245, 244, var(--tw-placeholder-opacity));
}

.focus\:placeholder-warmGray-100:focus:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(245, 245, 244, var(--tw-placeholder-opacity));
}

.focus\:placeholder-warmGray-100:focus::-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(245, 245, 244, var(--tw-placeholder-opacity));
}

.focus\:placeholder-warmGray-100:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(245, 245, 244, var(--tw-placeholder-opacity));
}

.focus\:placeholder-warmGray-200:focus::-webkit-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(231, 229, 228, var(--tw-placeholder-opacity));
}

.focus\:placeholder-warmGray-200:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(231, 229, 228, var(--tw-placeholder-opacity));
}

.focus\:placeholder-warmGray-200:focus:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(231, 229, 228, var(--tw-placeholder-opacity));
}

.focus\:placeholder-warmGray-200:focus::-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(231, 229, 228, var(--tw-placeholder-opacity));
}

.focus\:placeholder-warmGray-200:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(231, 229, 228, var(--tw-placeholder-opacity));
}

.focus\:placeholder-warmGray-300:focus::-webkit-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(214, 211, 209, var(--tw-placeholder-opacity));
}

.focus\:placeholder-warmGray-300:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(214, 211, 209, var(--tw-placeholder-opacity));
}

.focus\:placeholder-warmGray-300:focus:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(214, 211, 209, var(--tw-placeholder-opacity));
}

.focus\:placeholder-warmGray-300:focus::-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(214, 211, 209, var(--tw-placeholder-opacity));
}

.focus\:placeholder-warmGray-300:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(214, 211, 209, var(--tw-placeholder-opacity));
}

.focus\:placeholder-warmGray-400:focus::-webkit-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(168, 162, 158, var(--tw-placeholder-opacity));
}

.focus\:placeholder-warmGray-400:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(168, 162, 158, var(--tw-placeholder-opacity));
}

.focus\:placeholder-warmGray-400:focus:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(168, 162, 158, var(--tw-placeholder-opacity));
}

.focus\:placeholder-warmGray-400:focus::-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(168, 162, 158, var(--tw-placeholder-opacity));
}

.focus\:placeholder-warmGray-400:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(168, 162, 158, var(--tw-placeholder-opacity));
}

.focus\:placeholder-warmGray-500:focus::-webkit-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(120, 113, 108, var(--tw-placeholder-opacity));
}

.focus\:placeholder-warmGray-500:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(120, 113, 108, var(--tw-placeholder-opacity));
}

.focus\:placeholder-warmGray-500:focus:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(120, 113, 108, var(--tw-placeholder-opacity));
}

.focus\:placeholder-warmGray-500:focus::-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(120, 113, 108, var(--tw-placeholder-opacity));
}

.focus\:placeholder-warmGray-500:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(120, 113, 108, var(--tw-placeholder-opacity));
}

.focus\:placeholder-warmGray-600:focus::-webkit-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(87, 83, 78, var(--tw-placeholder-opacity));
}

.focus\:placeholder-warmGray-600:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(87, 83, 78, var(--tw-placeholder-opacity));
}

.focus\:placeholder-warmGray-600:focus:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(87, 83, 78, var(--tw-placeholder-opacity));
}

.focus\:placeholder-warmGray-600:focus::-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(87, 83, 78, var(--tw-placeholder-opacity));
}

.focus\:placeholder-warmGray-600:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(87, 83, 78, var(--tw-placeholder-opacity));
}

.focus\:placeholder-warmGray-700:focus::-webkit-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(68, 64, 60, var(--tw-placeholder-opacity));
}

.focus\:placeholder-warmGray-700:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(68, 64, 60, var(--tw-placeholder-opacity));
}

.focus\:placeholder-warmGray-700:focus:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(68, 64, 60, var(--tw-placeholder-opacity));
}

.focus\:placeholder-warmGray-700:focus::-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(68, 64, 60, var(--tw-placeholder-opacity));
}

.focus\:placeholder-warmGray-700:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(68, 64, 60, var(--tw-placeholder-opacity));
}

.focus\:placeholder-warmGray-800:focus::-webkit-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(41, 37, 36, var(--tw-placeholder-opacity));
}

.focus\:placeholder-warmGray-800:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(41, 37, 36, var(--tw-placeholder-opacity));
}

.focus\:placeholder-warmGray-800:focus:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(41, 37, 36, var(--tw-placeholder-opacity));
}

.focus\:placeholder-warmGray-800:focus::-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(41, 37, 36, var(--tw-placeholder-opacity));
}

.focus\:placeholder-warmGray-800:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(41, 37, 36, var(--tw-placeholder-opacity));
}

.focus\:placeholder-warmGray-900:focus::-webkit-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(28, 25, 23, var(--tw-placeholder-opacity));
}

.focus\:placeholder-warmGray-900:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(28, 25, 23, var(--tw-placeholder-opacity));
}

.focus\:placeholder-warmGray-900:focus:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(28, 25, 23, var(--tw-placeholder-opacity));
}

.focus\:placeholder-warmGray-900:focus::-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(28, 25, 23, var(--tw-placeholder-opacity));
}

.focus\:placeholder-warmGray-900:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(28, 25, 23, var(--tw-placeholder-opacity));
}

.focus\:placeholder-trueGray-50:focus::-webkit-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(250, 250, 250, var(--tw-placeholder-opacity));
}

.focus\:placeholder-trueGray-50:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(250, 250, 250, var(--tw-placeholder-opacity));
}

.focus\:placeholder-trueGray-50:focus:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(250, 250, 250, var(--tw-placeholder-opacity));
}

.focus\:placeholder-trueGray-50:focus::-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(250, 250, 250, var(--tw-placeholder-opacity));
}

.focus\:placeholder-trueGray-50:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(250, 250, 250, var(--tw-placeholder-opacity));
}

.focus\:placeholder-trueGray-100:focus::-webkit-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(245, 245, 245, var(--tw-placeholder-opacity));
}

.focus\:placeholder-trueGray-100:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(245, 245, 245, var(--tw-placeholder-opacity));
}

.focus\:placeholder-trueGray-100:focus:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(245, 245, 245, var(--tw-placeholder-opacity));
}

.focus\:placeholder-trueGray-100:focus::-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(245, 245, 245, var(--tw-placeholder-opacity));
}

.focus\:placeholder-trueGray-100:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(245, 245, 245, var(--tw-placeholder-opacity));
}

.focus\:placeholder-trueGray-200:focus::-webkit-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(229, 229, 229, var(--tw-placeholder-opacity));
}

.focus\:placeholder-trueGray-200:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(229, 229, 229, var(--tw-placeholder-opacity));
}

.focus\:placeholder-trueGray-200:focus:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(229, 229, 229, var(--tw-placeholder-opacity));
}

.focus\:placeholder-trueGray-200:focus::-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(229, 229, 229, var(--tw-placeholder-opacity));
}

.focus\:placeholder-trueGray-200:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(229, 229, 229, var(--tw-placeholder-opacity));
}

.focus\:placeholder-trueGray-300:focus::-webkit-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(212, 212, 212, var(--tw-placeholder-opacity));
}

.focus\:placeholder-trueGray-300:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(212, 212, 212, var(--tw-placeholder-opacity));
}

.focus\:placeholder-trueGray-300:focus:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(212, 212, 212, var(--tw-placeholder-opacity));
}

.focus\:placeholder-trueGray-300:focus::-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(212, 212, 212, var(--tw-placeholder-opacity));
}

.focus\:placeholder-trueGray-300:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(212, 212, 212, var(--tw-placeholder-opacity));
}

.focus\:placeholder-trueGray-400:focus::-webkit-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(163, 163, 163, var(--tw-placeholder-opacity));
}

.focus\:placeholder-trueGray-400:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(163, 163, 163, var(--tw-placeholder-opacity));
}

.focus\:placeholder-trueGray-400:focus:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(163, 163, 163, var(--tw-placeholder-opacity));
}

.focus\:placeholder-trueGray-400:focus::-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(163, 163, 163, var(--tw-placeholder-opacity));
}

.focus\:placeholder-trueGray-400:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(163, 163, 163, var(--tw-placeholder-opacity));
}

.focus\:placeholder-trueGray-500:focus::-webkit-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(115, 115, 115, var(--tw-placeholder-opacity));
}

.focus\:placeholder-trueGray-500:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(115, 115, 115, var(--tw-placeholder-opacity));
}

.focus\:placeholder-trueGray-500:focus:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(115, 115, 115, var(--tw-placeholder-opacity));
}

.focus\:placeholder-trueGray-500:focus::-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(115, 115, 115, var(--tw-placeholder-opacity));
}

.focus\:placeholder-trueGray-500:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(115, 115, 115, var(--tw-placeholder-opacity));
}

.focus\:placeholder-trueGray-600:focus::-webkit-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(82, 82, 82, var(--tw-placeholder-opacity));
}

.focus\:placeholder-trueGray-600:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(82, 82, 82, var(--tw-placeholder-opacity));
}

.focus\:placeholder-trueGray-600:focus:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(82, 82, 82, var(--tw-placeholder-opacity));
}

.focus\:placeholder-trueGray-600:focus::-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(82, 82, 82, var(--tw-placeholder-opacity));
}

.focus\:placeholder-trueGray-600:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(82, 82, 82, var(--tw-placeholder-opacity));
}

.focus\:placeholder-trueGray-700:focus::-webkit-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(64, 64, 64, var(--tw-placeholder-opacity));
}

.focus\:placeholder-trueGray-700:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(64, 64, 64, var(--tw-placeholder-opacity));
}

.focus\:placeholder-trueGray-700:focus:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(64, 64, 64, var(--tw-placeholder-opacity));
}

.focus\:placeholder-trueGray-700:focus::-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(64, 64, 64, var(--tw-placeholder-opacity));
}

.focus\:placeholder-trueGray-700:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(64, 64, 64, var(--tw-placeholder-opacity));
}

.focus\:placeholder-trueGray-800:focus::-webkit-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(38, 38, 38, var(--tw-placeholder-opacity));
}

.focus\:placeholder-trueGray-800:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(38, 38, 38, var(--tw-placeholder-opacity));
}

.focus\:placeholder-trueGray-800:focus:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(38, 38, 38, var(--tw-placeholder-opacity));
}

.focus\:placeholder-trueGray-800:focus::-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(38, 38, 38, var(--tw-placeholder-opacity));
}

.focus\:placeholder-trueGray-800:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(38, 38, 38, var(--tw-placeholder-opacity));
}

.focus\:placeholder-trueGray-900:focus::-webkit-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(23, 23, 23, var(--tw-placeholder-opacity));
}

.focus\:placeholder-trueGray-900:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(23, 23, 23, var(--tw-placeholder-opacity));
}

.focus\:placeholder-trueGray-900:focus:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(23, 23, 23, var(--tw-placeholder-opacity));
}

.focus\:placeholder-trueGray-900:focus::-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(23, 23, 23, var(--tw-placeholder-opacity));
}

.focus\:placeholder-trueGray-900:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(23, 23, 23, var(--tw-placeholder-opacity));
}

.focus\:placeholder-gray-50:focus::-webkit-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(250, 250, 250, var(--tw-placeholder-opacity));
}

.focus\:placeholder-gray-50:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(250, 250, 250, var(--tw-placeholder-opacity));
}

.focus\:placeholder-gray-50:focus:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(250, 250, 250, var(--tw-placeholder-opacity));
}

.focus\:placeholder-gray-50:focus::-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(250, 250, 250, var(--tw-placeholder-opacity));
}

.focus\:placeholder-gray-50:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(250, 250, 250, var(--tw-placeholder-opacity));
}

.focus\:placeholder-gray-100:focus::-webkit-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(244, 244, 245, var(--tw-placeholder-opacity));
}

.focus\:placeholder-gray-100:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(244, 244, 245, var(--tw-placeholder-opacity));
}

.focus\:placeholder-gray-100:focus:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(244, 244, 245, var(--tw-placeholder-opacity));
}

.focus\:placeholder-gray-100:focus::-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(244, 244, 245, var(--tw-placeholder-opacity));
}

.focus\:placeholder-gray-100:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(244, 244, 245, var(--tw-placeholder-opacity));
}

.focus\:placeholder-gray-200:focus::-webkit-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(228, 228, 231, var(--tw-placeholder-opacity));
}

.focus\:placeholder-gray-200:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(228, 228, 231, var(--tw-placeholder-opacity));
}

.focus\:placeholder-gray-200:focus:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(228, 228, 231, var(--tw-placeholder-opacity));
}

.focus\:placeholder-gray-200:focus::-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(228, 228, 231, var(--tw-placeholder-opacity));
}

.focus\:placeholder-gray-200:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(228, 228, 231, var(--tw-placeholder-opacity));
}

.focus\:placeholder-gray-300:focus::-webkit-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(212, 212, 216, var(--tw-placeholder-opacity));
}

.focus\:placeholder-gray-300:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(212, 212, 216, var(--tw-placeholder-opacity));
}

.focus\:placeholder-gray-300:focus:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(212, 212, 216, var(--tw-placeholder-opacity));
}

.focus\:placeholder-gray-300:focus::-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(212, 212, 216, var(--tw-placeholder-opacity));
}

.focus\:placeholder-gray-300:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(212, 212, 216, var(--tw-placeholder-opacity));
}

.focus\:placeholder-gray-400:focus::-webkit-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(161, 161, 170, var(--tw-placeholder-opacity));
}

.focus\:placeholder-gray-400:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(161, 161, 170, var(--tw-placeholder-opacity));
}

.focus\:placeholder-gray-400:focus:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(161, 161, 170, var(--tw-placeholder-opacity));
}

.focus\:placeholder-gray-400:focus::-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(161, 161, 170, var(--tw-placeholder-opacity));
}

.focus\:placeholder-gray-400:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(161, 161, 170, var(--tw-placeholder-opacity));
}

.focus\:placeholder-gray-500:focus::-webkit-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(113, 113, 122, var(--tw-placeholder-opacity));
}

.focus\:placeholder-gray-500:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(113, 113, 122, var(--tw-placeholder-opacity));
}

.focus\:placeholder-gray-500:focus:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(113, 113, 122, var(--tw-placeholder-opacity));
}

.focus\:placeholder-gray-500:focus::-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(113, 113, 122, var(--tw-placeholder-opacity));
}

.focus\:placeholder-gray-500:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(113, 113, 122, var(--tw-placeholder-opacity));
}

.focus\:placeholder-gray-600:focus::-webkit-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(82, 82, 91, var(--tw-placeholder-opacity));
}

.focus\:placeholder-gray-600:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(82, 82, 91, var(--tw-placeholder-opacity));
}

.focus\:placeholder-gray-600:focus:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(82, 82, 91, var(--tw-placeholder-opacity));
}

.focus\:placeholder-gray-600:focus::-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(82, 82, 91, var(--tw-placeholder-opacity));
}

.focus\:placeholder-gray-600:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(82, 82, 91, var(--tw-placeholder-opacity));
}

.focus\:placeholder-gray-700:focus::-webkit-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(63, 63, 70, var(--tw-placeholder-opacity));
}

.focus\:placeholder-gray-700:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(63, 63, 70, var(--tw-placeholder-opacity));
}

.focus\:placeholder-gray-700:focus:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(63, 63, 70, var(--tw-placeholder-opacity));
}

.focus\:placeholder-gray-700:focus::-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(63, 63, 70, var(--tw-placeholder-opacity));
}

.focus\:placeholder-gray-700:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(63, 63, 70, var(--tw-placeholder-opacity));
}

.focus\:placeholder-gray-800:focus::-webkit-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(39, 39, 42, var(--tw-placeholder-opacity));
}

.focus\:placeholder-gray-800:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(39, 39, 42, var(--tw-placeholder-opacity));
}

.focus\:placeholder-gray-800:focus:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(39, 39, 42, var(--tw-placeholder-opacity));
}

.focus\:placeholder-gray-800:focus::-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(39, 39, 42, var(--tw-placeholder-opacity));
}

.focus\:placeholder-gray-800:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(39, 39, 42, var(--tw-placeholder-opacity));
}

.focus\:placeholder-gray-900:focus::-webkit-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(24, 24, 27, var(--tw-placeholder-opacity));
}

.focus\:placeholder-gray-900:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(24, 24, 27, var(--tw-placeholder-opacity));
}

.focus\:placeholder-gray-900:focus:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(24, 24, 27, var(--tw-placeholder-opacity));
}

.focus\:placeholder-gray-900:focus::-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(24, 24, 27, var(--tw-placeholder-opacity));
}

.focus\:placeholder-gray-900:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(24, 24, 27, var(--tw-placeholder-opacity));
}

.focus\:placeholder-coolGray-50:focus::-webkit-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(249, 250, 251, var(--tw-placeholder-opacity));
}

.focus\:placeholder-coolGray-50:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(249, 250, 251, var(--tw-placeholder-opacity));
}

.focus\:placeholder-coolGray-50:focus:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(249, 250, 251, var(--tw-placeholder-opacity));
}

.focus\:placeholder-coolGray-50:focus::-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(249, 250, 251, var(--tw-placeholder-opacity));
}

.focus\:placeholder-coolGray-50:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(249, 250, 251, var(--tw-placeholder-opacity));
}

.focus\:placeholder-coolGray-100:focus::-webkit-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(243, 244, 246, var(--tw-placeholder-opacity));
}

.focus\:placeholder-coolGray-100:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(243, 244, 246, var(--tw-placeholder-opacity));
}

.focus\:placeholder-coolGray-100:focus:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(243, 244, 246, var(--tw-placeholder-opacity));
}

.focus\:placeholder-coolGray-100:focus::-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(243, 244, 246, var(--tw-placeholder-opacity));
}

.focus\:placeholder-coolGray-100:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(243, 244, 246, var(--tw-placeholder-opacity));
}

.focus\:placeholder-coolGray-200:focus::-webkit-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(229, 231, 235, var(--tw-placeholder-opacity));
}

.focus\:placeholder-coolGray-200:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(229, 231, 235, var(--tw-placeholder-opacity));
}

.focus\:placeholder-coolGray-200:focus:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(229, 231, 235, var(--tw-placeholder-opacity));
}

.focus\:placeholder-coolGray-200:focus::-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(229, 231, 235, var(--tw-placeholder-opacity));
}

.focus\:placeholder-coolGray-200:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(229, 231, 235, var(--tw-placeholder-opacity));
}

.focus\:placeholder-coolGray-300:focus::-webkit-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(209, 213, 219, var(--tw-placeholder-opacity));
}

.focus\:placeholder-coolGray-300:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(209, 213, 219, var(--tw-placeholder-opacity));
}

.focus\:placeholder-coolGray-300:focus:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(209, 213, 219, var(--tw-placeholder-opacity));
}

.focus\:placeholder-coolGray-300:focus::-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(209, 213, 219, var(--tw-placeholder-opacity));
}

.focus\:placeholder-coolGray-300:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(209, 213, 219, var(--tw-placeholder-opacity));
}

.focus\:placeholder-coolGray-400:focus::-webkit-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(156, 163, 175, var(--tw-placeholder-opacity));
}

.focus\:placeholder-coolGray-400:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(156, 163, 175, var(--tw-placeholder-opacity));
}

.focus\:placeholder-coolGray-400:focus:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(156, 163, 175, var(--tw-placeholder-opacity));
}

.focus\:placeholder-coolGray-400:focus::-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(156, 163, 175, var(--tw-placeholder-opacity));
}

.focus\:placeholder-coolGray-400:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(156, 163, 175, var(--tw-placeholder-opacity));
}

.focus\:placeholder-coolGray-500:focus::-webkit-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(107, 114, 128, var(--tw-placeholder-opacity));
}

.focus\:placeholder-coolGray-500:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(107, 114, 128, var(--tw-placeholder-opacity));
}

.focus\:placeholder-coolGray-500:focus:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(107, 114, 128, var(--tw-placeholder-opacity));
}

.focus\:placeholder-coolGray-500:focus::-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(107, 114, 128, var(--tw-placeholder-opacity));
}

.focus\:placeholder-coolGray-500:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(107, 114, 128, var(--tw-placeholder-opacity));
}

.focus\:placeholder-coolGray-600:focus::-webkit-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(75, 85, 99, var(--tw-placeholder-opacity));
}

.focus\:placeholder-coolGray-600:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(75, 85, 99, var(--tw-placeholder-opacity));
}

.focus\:placeholder-coolGray-600:focus:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(75, 85, 99, var(--tw-placeholder-opacity));
}

.focus\:placeholder-coolGray-600:focus::-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(75, 85, 99, var(--tw-placeholder-opacity));
}

.focus\:placeholder-coolGray-600:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(75, 85, 99, var(--tw-placeholder-opacity));
}

.focus\:placeholder-coolGray-700:focus::-webkit-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(55, 65, 81, var(--tw-placeholder-opacity));
}

.focus\:placeholder-coolGray-700:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(55, 65, 81, var(--tw-placeholder-opacity));
}

.focus\:placeholder-coolGray-700:focus:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(55, 65, 81, var(--tw-placeholder-opacity));
}

.focus\:placeholder-coolGray-700:focus::-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(55, 65, 81, var(--tw-placeholder-opacity));
}

.focus\:placeholder-coolGray-700:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(55, 65, 81, var(--tw-placeholder-opacity));
}

.focus\:placeholder-coolGray-800:focus::-webkit-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(31, 41, 55, var(--tw-placeholder-opacity));
}

.focus\:placeholder-coolGray-800:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(31, 41, 55, var(--tw-placeholder-opacity));
}

.focus\:placeholder-coolGray-800:focus:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(31, 41, 55, var(--tw-placeholder-opacity));
}

.focus\:placeholder-coolGray-800:focus::-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(31, 41, 55, var(--tw-placeholder-opacity));
}

.focus\:placeholder-coolGray-800:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(31, 41, 55, var(--tw-placeholder-opacity));
}

.focus\:placeholder-coolGray-900:focus::-webkit-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(17, 24, 39, var(--tw-placeholder-opacity));
}

.focus\:placeholder-coolGray-900:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(17, 24, 39, var(--tw-placeholder-opacity));
}

.focus\:placeholder-coolGray-900:focus:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(17, 24, 39, var(--tw-placeholder-opacity));
}

.focus\:placeholder-coolGray-900:focus::-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(17, 24, 39, var(--tw-placeholder-opacity));
}

.focus\:placeholder-coolGray-900:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(17, 24, 39, var(--tw-placeholder-opacity));
}

.focus\:placeholder-blueGray-50:focus::-webkit-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(248, 250, 252, var(--tw-placeholder-opacity));
}

.focus\:placeholder-blueGray-50:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(248, 250, 252, var(--tw-placeholder-opacity));
}

.focus\:placeholder-blueGray-50:focus:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(248, 250, 252, var(--tw-placeholder-opacity));
}

.focus\:placeholder-blueGray-50:focus::-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(248, 250, 252, var(--tw-placeholder-opacity));
}

.focus\:placeholder-blueGray-50:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(248, 250, 252, var(--tw-placeholder-opacity));
}

.focus\:placeholder-blueGray-100:focus::-webkit-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(241, 245, 249, var(--tw-placeholder-opacity));
}

.focus\:placeholder-blueGray-100:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(241, 245, 249, var(--tw-placeholder-opacity));
}

.focus\:placeholder-blueGray-100:focus:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(241, 245, 249, var(--tw-placeholder-opacity));
}

.focus\:placeholder-blueGray-100:focus::-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(241, 245, 249, var(--tw-placeholder-opacity));
}

.focus\:placeholder-blueGray-100:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(241, 245, 249, var(--tw-placeholder-opacity));
}

.focus\:placeholder-blueGray-200:focus::-webkit-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(226, 232, 240, var(--tw-placeholder-opacity));
}

.focus\:placeholder-blueGray-200:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(226, 232, 240, var(--tw-placeholder-opacity));
}

.focus\:placeholder-blueGray-200:focus:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(226, 232, 240, var(--tw-placeholder-opacity));
}

.focus\:placeholder-blueGray-200:focus::-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(226, 232, 240, var(--tw-placeholder-opacity));
}

.focus\:placeholder-blueGray-200:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(226, 232, 240, var(--tw-placeholder-opacity));
}

.focus\:placeholder-blueGray-300:focus::-webkit-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(203, 213, 225, var(--tw-placeholder-opacity));
}

.focus\:placeholder-blueGray-300:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(203, 213, 225, var(--tw-placeholder-opacity));
}

.focus\:placeholder-blueGray-300:focus:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(203, 213, 225, var(--tw-placeholder-opacity));
}

.focus\:placeholder-blueGray-300:focus::-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(203, 213, 225, var(--tw-placeholder-opacity));
}

.focus\:placeholder-blueGray-300:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(203, 213, 225, var(--tw-placeholder-opacity));
}

.focus\:placeholder-blueGray-400:focus::-webkit-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(148, 163, 184, var(--tw-placeholder-opacity));
}

.focus\:placeholder-blueGray-400:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(148, 163, 184, var(--tw-placeholder-opacity));
}

.focus\:placeholder-blueGray-400:focus:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(148, 163, 184, var(--tw-placeholder-opacity));
}

.focus\:placeholder-blueGray-400:focus::-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(148, 163, 184, var(--tw-placeholder-opacity));
}

.focus\:placeholder-blueGray-400:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(148, 163, 184, var(--tw-placeholder-opacity));
}

.focus\:placeholder-blueGray-500:focus::-webkit-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(100, 116, 139, var(--tw-placeholder-opacity));
}

.focus\:placeholder-blueGray-500:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(100, 116, 139, var(--tw-placeholder-opacity));
}

.focus\:placeholder-blueGray-500:focus:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(100, 116, 139, var(--tw-placeholder-opacity));
}

.focus\:placeholder-blueGray-500:focus::-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(100, 116, 139, var(--tw-placeholder-opacity));
}

.focus\:placeholder-blueGray-500:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(100, 116, 139, var(--tw-placeholder-opacity));
}

.focus\:placeholder-blueGray-600:focus::-webkit-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(71, 85, 105, var(--tw-placeholder-opacity));
}

.focus\:placeholder-blueGray-600:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(71, 85, 105, var(--tw-placeholder-opacity));
}

.focus\:placeholder-blueGray-600:focus:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(71, 85, 105, var(--tw-placeholder-opacity));
}

.focus\:placeholder-blueGray-600:focus::-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(71, 85, 105, var(--tw-placeholder-opacity));
}

.focus\:placeholder-blueGray-600:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(71, 85, 105, var(--tw-placeholder-opacity));
}

.focus\:placeholder-blueGray-700:focus::-webkit-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(51, 65, 85, var(--tw-placeholder-opacity));
}

.focus\:placeholder-blueGray-700:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(51, 65, 85, var(--tw-placeholder-opacity));
}

.focus\:placeholder-blueGray-700:focus:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(51, 65, 85, var(--tw-placeholder-opacity));
}

.focus\:placeholder-blueGray-700:focus::-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(51, 65, 85, var(--tw-placeholder-opacity));
}

.focus\:placeholder-blueGray-700:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(51, 65, 85, var(--tw-placeholder-opacity));
}

.focus\:placeholder-blueGray-800:focus::-webkit-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(30, 41, 59, var(--tw-placeholder-opacity));
}

.focus\:placeholder-blueGray-800:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(30, 41, 59, var(--tw-placeholder-opacity));
}

.focus\:placeholder-blueGray-800:focus:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(30, 41, 59, var(--tw-placeholder-opacity));
}

.focus\:placeholder-blueGray-800:focus::-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(30, 41, 59, var(--tw-placeholder-opacity));
}

.focus\:placeholder-blueGray-800:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(30, 41, 59, var(--tw-placeholder-opacity));
}

.focus\:placeholder-blueGray-900:focus::-webkit-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(15, 23, 42, var(--tw-placeholder-opacity));
}

.focus\:placeholder-blueGray-900:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(15, 23, 42, var(--tw-placeholder-opacity));
}

.focus\:placeholder-blueGray-900:focus:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(15, 23, 42, var(--tw-placeholder-opacity));
}

.focus\:placeholder-blueGray-900:focus::-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(15, 23, 42, var(--tw-placeholder-opacity));
}

.focus\:placeholder-blueGray-900:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(15, 23, 42, var(--tw-placeholder-opacity));
}

.placeholder-opacity-0::-webkit-input-placeholder {
  --tw-placeholder-opacity: 0;
}

.placeholder-opacity-0::-moz-placeholder {
  --tw-placeholder-opacity: 0;
}

.placeholder-opacity-0:-ms-input-placeholder {
  --tw-placeholder-opacity: 0;
}

.placeholder-opacity-0::-ms-input-placeholder {
  --tw-placeholder-opacity: 0;
}

.placeholder-opacity-0::placeholder {
  --tw-placeholder-opacity: 0;
}

.placeholder-opacity-5::-webkit-input-placeholder {
  --tw-placeholder-opacity: 0.05;
}

.placeholder-opacity-5::-moz-placeholder {
  --tw-placeholder-opacity: 0.05;
}

.placeholder-opacity-5:-ms-input-placeholder {
  --tw-placeholder-opacity: 0.05;
}

.placeholder-opacity-5::-ms-input-placeholder {
  --tw-placeholder-opacity: 0.05;
}

.placeholder-opacity-5::placeholder {
  --tw-placeholder-opacity: 0.05;
}

.placeholder-opacity-10::-webkit-input-placeholder {
  --tw-placeholder-opacity: 0.1;
}

.placeholder-opacity-10::-moz-placeholder {
  --tw-placeholder-opacity: 0.1;
}

.placeholder-opacity-10:-ms-input-placeholder {
  --tw-placeholder-opacity: 0.1;
}

.placeholder-opacity-10::-ms-input-placeholder {
  --tw-placeholder-opacity: 0.1;
}

.placeholder-opacity-10::placeholder {
  --tw-placeholder-opacity: 0.1;
}

.placeholder-opacity-20::-webkit-input-placeholder {
  --tw-placeholder-opacity: 0.2;
}

.placeholder-opacity-20::-moz-placeholder {
  --tw-placeholder-opacity: 0.2;
}

.placeholder-opacity-20:-ms-input-placeholder {
  --tw-placeholder-opacity: 0.2;
}

.placeholder-opacity-20::-ms-input-placeholder {
  --tw-placeholder-opacity: 0.2;
}

.placeholder-opacity-20::placeholder {
  --tw-placeholder-opacity: 0.2;
}

.placeholder-opacity-25::-webkit-input-placeholder {
  --tw-placeholder-opacity: 0.25;
}

.placeholder-opacity-25::-moz-placeholder {
  --tw-placeholder-opacity: 0.25;
}

.placeholder-opacity-25:-ms-input-placeholder {
  --tw-placeholder-opacity: 0.25;
}

.placeholder-opacity-25::-ms-input-placeholder {
  --tw-placeholder-opacity: 0.25;
}

.placeholder-opacity-25::placeholder {
  --tw-placeholder-opacity: 0.25;
}

.placeholder-opacity-30::-webkit-input-placeholder {
  --tw-placeholder-opacity: 0.3;
}

.placeholder-opacity-30::-moz-placeholder {
  --tw-placeholder-opacity: 0.3;
}

.placeholder-opacity-30:-ms-input-placeholder {
  --tw-placeholder-opacity: 0.3;
}

.placeholder-opacity-30::-ms-input-placeholder {
  --tw-placeholder-opacity: 0.3;
}

.placeholder-opacity-30::placeholder {
  --tw-placeholder-opacity: 0.3;
}

.placeholder-opacity-40::-webkit-input-placeholder {
  --tw-placeholder-opacity: 0.4;
}

.placeholder-opacity-40::-moz-placeholder {
  --tw-placeholder-opacity: 0.4;
}

.placeholder-opacity-40:-ms-input-placeholder {
  --tw-placeholder-opacity: 0.4;
}

.placeholder-opacity-40::-ms-input-placeholder {
  --tw-placeholder-opacity: 0.4;
}

.placeholder-opacity-40::placeholder {
  --tw-placeholder-opacity: 0.4;
}

.placeholder-opacity-50::-webkit-input-placeholder {
  --tw-placeholder-opacity: 0.5;
}

.placeholder-opacity-50::-moz-placeholder {
  --tw-placeholder-opacity: 0.5;
}

.placeholder-opacity-50:-ms-input-placeholder {
  --tw-placeholder-opacity: 0.5;
}

.placeholder-opacity-50::-ms-input-placeholder {
  --tw-placeholder-opacity: 0.5;
}

.placeholder-opacity-50::placeholder {
  --tw-placeholder-opacity: 0.5;
}

.placeholder-opacity-60::-webkit-input-placeholder {
  --tw-placeholder-opacity: 0.6;
}

.placeholder-opacity-60::-moz-placeholder {
  --tw-placeholder-opacity: 0.6;
}

.placeholder-opacity-60:-ms-input-placeholder {
  --tw-placeholder-opacity: 0.6;
}

.placeholder-opacity-60::-ms-input-placeholder {
  --tw-placeholder-opacity: 0.6;
}

.placeholder-opacity-60::placeholder {
  --tw-placeholder-opacity: 0.6;
}

.placeholder-opacity-70::-webkit-input-placeholder {
  --tw-placeholder-opacity: 0.7;
}

.placeholder-opacity-70::-moz-placeholder {
  --tw-placeholder-opacity: 0.7;
}

.placeholder-opacity-70:-ms-input-placeholder {
  --tw-placeholder-opacity: 0.7;
}

.placeholder-opacity-70::-ms-input-placeholder {
  --tw-placeholder-opacity: 0.7;
}

.placeholder-opacity-70::placeholder {
  --tw-placeholder-opacity: 0.7;
}

.placeholder-opacity-75::-webkit-input-placeholder {
  --tw-placeholder-opacity: 0.75;
}

.placeholder-opacity-75::-moz-placeholder {
  --tw-placeholder-opacity: 0.75;
}

.placeholder-opacity-75:-ms-input-placeholder {
  --tw-placeholder-opacity: 0.75;
}

.placeholder-opacity-75::-ms-input-placeholder {
  --tw-placeholder-opacity: 0.75;
}

.placeholder-opacity-75::placeholder {
  --tw-placeholder-opacity: 0.75;
}

.placeholder-opacity-80::-webkit-input-placeholder {
  --tw-placeholder-opacity: 0.8;
}

.placeholder-opacity-80::-moz-placeholder {
  --tw-placeholder-opacity: 0.8;
}

.placeholder-opacity-80:-ms-input-placeholder {
  --tw-placeholder-opacity: 0.8;
}

.placeholder-opacity-80::-ms-input-placeholder {
  --tw-placeholder-opacity: 0.8;
}

.placeholder-opacity-80::placeholder {
  --tw-placeholder-opacity: 0.8;
}

.placeholder-opacity-90::-webkit-input-placeholder {
  --tw-placeholder-opacity: 0.9;
}

.placeholder-opacity-90::-moz-placeholder {
  --tw-placeholder-opacity: 0.9;
}

.placeholder-opacity-90:-ms-input-placeholder {
  --tw-placeholder-opacity: 0.9;
}

.placeholder-opacity-90::-ms-input-placeholder {
  --tw-placeholder-opacity: 0.9;
}

.placeholder-opacity-90::placeholder {
  --tw-placeholder-opacity: 0.9;
}

.placeholder-opacity-95::-webkit-input-placeholder {
  --tw-placeholder-opacity: 0.95;
}

.placeholder-opacity-95::-moz-placeholder {
  --tw-placeholder-opacity: 0.95;
}

.placeholder-opacity-95:-ms-input-placeholder {
  --tw-placeholder-opacity: 0.95;
}

.placeholder-opacity-95::-ms-input-placeholder {
  --tw-placeholder-opacity: 0.95;
}

.placeholder-opacity-95::placeholder {
  --tw-placeholder-opacity: 0.95;
}

.placeholder-opacity-100::-webkit-input-placeholder {
  --tw-placeholder-opacity: 1;
}

.placeholder-opacity-100::-moz-placeholder {
  --tw-placeholder-opacity: 1;
}

.placeholder-opacity-100:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
}

.placeholder-opacity-100::-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
}

.placeholder-opacity-100::placeholder {
  --tw-placeholder-opacity: 1;
}

.focus\:placeholder-opacity-0:focus::-webkit-input-placeholder {
  --tw-placeholder-opacity: 0;
}

.focus\:placeholder-opacity-0:focus::-moz-placeholder {
  --tw-placeholder-opacity: 0;
}

.focus\:placeholder-opacity-0:focus:-ms-input-placeholder {
  --tw-placeholder-opacity: 0;
}

.focus\:placeholder-opacity-0:focus::-ms-input-placeholder {
  --tw-placeholder-opacity: 0;
}

.focus\:placeholder-opacity-0:focus::placeholder {
  --tw-placeholder-opacity: 0;
}

.focus\:placeholder-opacity-5:focus::-webkit-input-placeholder {
  --tw-placeholder-opacity: 0.05;
}

.focus\:placeholder-opacity-5:focus::-moz-placeholder {
  --tw-placeholder-opacity: 0.05;
}

.focus\:placeholder-opacity-5:focus:-ms-input-placeholder {
  --tw-placeholder-opacity: 0.05;
}

.focus\:placeholder-opacity-5:focus::-ms-input-placeholder {
  --tw-placeholder-opacity: 0.05;
}

.focus\:placeholder-opacity-5:focus::placeholder {
  --tw-placeholder-opacity: 0.05;
}

.focus\:placeholder-opacity-10:focus::-webkit-input-placeholder {
  --tw-placeholder-opacity: 0.1;
}

.focus\:placeholder-opacity-10:focus::-moz-placeholder {
  --tw-placeholder-opacity: 0.1;
}

.focus\:placeholder-opacity-10:focus:-ms-input-placeholder {
  --tw-placeholder-opacity: 0.1;
}

.focus\:placeholder-opacity-10:focus::-ms-input-placeholder {
  --tw-placeholder-opacity: 0.1;
}

.focus\:placeholder-opacity-10:focus::placeholder {
  --tw-placeholder-opacity: 0.1;
}

.focus\:placeholder-opacity-20:focus::-webkit-input-placeholder {
  --tw-placeholder-opacity: 0.2;
}

.focus\:placeholder-opacity-20:focus::-moz-placeholder {
  --tw-placeholder-opacity: 0.2;
}

.focus\:placeholder-opacity-20:focus:-ms-input-placeholder {
  --tw-placeholder-opacity: 0.2;
}

.focus\:placeholder-opacity-20:focus::-ms-input-placeholder {
  --tw-placeholder-opacity: 0.2;
}

.focus\:placeholder-opacity-20:focus::placeholder {
  --tw-placeholder-opacity: 0.2;
}

.focus\:placeholder-opacity-25:focus::-webkit-input-placeholder {
  --tw-placeholder-opacity: 0.25;
}

.focus\:placeholder-opacity-25:focus::-moz-placeholder {
  --tw-placeholder-opacity: 0.25;
}

.focus\:placeholder-opacity-25:focus:-ms-input-placeholder {
  --tw-placeholder-opacity: 0.25;
}

.focus\:placeholder-opacity-25:focus::-ms-input-placeholder {
  --tw-placeholder-opacity: 0.25;
}

.focus\:placeholder-opacity-25:focus::placeholder {
  --tw-placeholder-opacity: 0.25;
}

.focus\:placeholder-opacity-30:focus::-webkit-input-placeholder {
  --tw-placeholder-opacity: 0.3;
}

.focus\:placeholder-opacity-30:focus::-moz-placeholder {
  --tw-placeholder-opacity: 0.3;
}

.focus\:placeholder-opacity-30:focus:-ms-input-placeholder {
  --tw-placeholder-opacity: 0.3;
}

.focus\:placeholder-opacity-30:focus::-ms-input-placeholder {
  --tw-placeholder-opacity: 0.3;
}

.focus\:placeholder-opacity-30:focus::placeholder {
  --tw-placeholder-opacity: 0.3;
}

.focus\:placeholder-opacity-40:focus::-webkit-input-placeholder {
  --tw-placeholder-opacity: 0.4;
}

.focus\:placeholder-opacity-40:focus::-moz-placeholder {
  --tw-placeholder-opacity: 0.4;
}

.focus\:placeholder-opacity-40:focus:-ms-input-placeholder {
  --tw-placeholder-opacity: 0.4;
}

.focus\:placeholder-opacity-40:focus::-ms-input-placeholder {
  --tw-placeholder-opacity: 0.4;
}

.focus\:placeholder-opacity-40:focus::placeholder {
  --tw-placeholder-opacity: 0.4;
}

.focus\:placeholder-opacity-50:focus::-webkit-input-placeholder {
  --tw-placeholder-opacity: 0.5;
}

.focus\:placeholder-opacity-50:focus::-moz-placeholder {
  --tw-placeholder-opacity: 0.5;
}

.focus\:placeholder-opacity-50:focus:-ms-input-placeholder {
  --tw-placeholder-opacity: 0.5;
}

.focus\:placeholder-opacity-50:focus::-ms-input-placeholder {
  --tw-placeholder-opacity: 0.5;
}

.focus\:placeholder-opacity-50:focus::placeholder {
  --tw-placeholder-opacity: 0.5;
}

.focus\:placeholder-opacity-60:focus::-webkit-input-placeholder {
  --tw-placeholder-opacity: 0.6;
}

.focus\:placeholder-opacity-60:focus::-moz-placeholder {
  --tw-placeholder-opacity: 0.6;
}

.focus\:placeholder-opacity-60:focus:-ms-input-placeholder {
  --tw-placeholder-opacity: 0.6;
}

.focus\:placeholder-opacity-60:focus::-ms-input-placeholder {
  --tw-placeholder-opacity: 0.6;
}

.focus\:placeholder-opacity-60:focus::placeholder {
  --tw-placeholder-opacity: 0.6;
}

.focus\:placeholder-opacity-70:focus::-webkit-input-placeholder {
  --tw-placeholder-opacity: 0.7;
}

.focus\:placeholder-opacity-70:focus::-moz-placeholder {
  --tw-placeholder-opacity: 0.7;
}

.focus\:placeholder-opacity-70:focus:-ms-input-placeholder {
  --tw-placeholder-opacity: 0.7;
}

.focus\:placeholder-opacity-70:focus::-ms-input-placeholder {
  --tw-placeholder-opacity: 0.7;
}

.focus\:placeholder-opacity-70:focus::placeholder {
  --tw-placeholder-opacity: 0.7;
}

.focus\:placeholder-opacity-75:focus::-webkit-input-placeholder {
  --tw-placeholder-opacity: 0.75;
}

.focus\:placeholder-opacity-75:focus::-moz-placeholder {
  --tw-placeholder-opacity: 0.75;
}

.focus\:placeholder-opacity-75:focus:-ms-input-placeholder {
  --tw-placeholder-opacity: 0.75;
}

.focus\:placeholder-opacity-75:focus::-ms-input-placeholder {
  --tw-placeholder-opacity: 0.75;
}

.focus\:placeholder-opacity-75:focus::placeholder {
  --tw-placeholder-opacity: 0.75;
}

.focus\:placeholder-opacity-80:focus::-webkit-input-placeholder {
  --tw-placeholder-opacity: 0.8;
}

.focus\:placeholder-opacity-80:focus::-moz-placeholder {
  --tw-placeholder-opacity: 0.8;
}

.focus\:placeholder-opacity-80:focus:-ms-input-placeholder {
  --tw-placeholder-opacity: 0.8;
}

.focus\:placeholder-opacity-80:focus::-ms-input-placeholder {
  --tw-placeholder-opacity: 0.8;
}

.focus\:placeholder-opacity-80:focus::placeholder {
  --tw-placeholder-opacity: 0.8;
}

.focus\:placeholder-opacity-90:focus::-webkit-input-placeholder {
  --tw-placeholder-opacity: 0.9;
}

.focus\:placeholder-opacity-90:focus::-moz-placeholder {
  --tw-placeholder-opacity: 0.9;
}

.focus\:placeholder-opacity-90:focus:-ms-input-placeholder {
  --tw-placeholder-opacity: 0.9;
}

.focus\:placeholder-opacity-90:focus::-ms-input-placeholder {
  --tw-placeholder-opacity: 0.9;
}

.focus\:placeholder-opacity-90:focus::placeholder {
  --tw-placeholder-opacity: 0.9;
}

.focus\:placeholder-opacity-95:focus::-webkit-input-placeholder {
  --tw-placeholder-opacity: 0.95;
}

.focus\:placeholder-opacity-95:focus::-moz-placeholder {
  --tw-placeholder-opacity: 0.95;
}

.focus\:placeholder-opacity-95:focus:-ms-input-placeholder {
  --tw-placeholder-opacity: 0.95;
}

.focus\:placeholder-opacity-95:focus::-ms-input-placeholder {
  --tw-placeholder-opacity: 0.95;
}

.focus\:placeholder-opacity-95:focus::placeholder {
  --tw-placeholder-opacity: 0.95;
}

.focus\:placeholder-opacity-100:focus::-webkit-input-placeholder {
  --tw-placeholder-opacity: 1;
}

.focus\:placeholder-opacity-100:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
}

.focus\:placeholder-opacity-100:focus:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
}

.focus\:placeholder-opacity-100:focus::-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
}

.focus\:placeholder-opacity-100:focus::placeholder {
  --tw-placeholder-opacity: 1;
}

.opacity-0 {
  opacity: 0;
}

.opacity-5 {
  opacity: 0.05;
}

.opacity-10 {
  opacity: 0.1;
}

.opacity-20 {
  opacity: 0.2;
}

.opacity-25 {
  opacity: 0.25;
}

.opacity-30 {
  opacity: 0.3;
}

.opacity-40 {
  opacity: 0.4;
}

.opacity-50 {
  opacity: 0.5;
}

.opacity-60 {
  opacity: 0.6;
}

.opacity-70 {
  opacity: 0.7;
}

.opacity-75 {
  opacity: 0.75;
}

.opacity-80 {
  opacity: 0.8;
}

.opacity-90 {
  opacity: 0.9;
}

.opacity-95 {
  opacity: 0.95;
}

.opacity-100 {
  opacity: 1;
}

.hover\:opacity-0:hover {
  opacity: 0;
}

.hover\:opacity-5:hover {
  opacity: 0.05;
}

.hover\:opacity-10:hover {
  opacity: 0.1;
}

.hover\:opacity-20:hover {
  opacity: 0.2;
}

.hover\:opacity-25:hover {
  opacity: 0.25;
}

.hover\:opacity-30:hover {
  opacity: 0.3;
}

.hover\:opacity-40:hover {
  opacity: 0.4;
}

.hover\:opacity-50:hover {
  opacity: 0.5;
}

.hover\:opacity-60:hover {
  opacity: 0.6;
}

.hover\:opacity-70:hover {
  opacity: 0.7;
}

.hover\:opacity-75:hover {
  opacity: 0.75;
}

.hover\:opacity-80:hover {
  opacity: 0.8;
}

.hover\:opacity-90:hover {
  opacity: 0.9;
}

.hover\:opacity-95:hover {
  opacity: 0.95;
}

.hover\:opacity-100:hover {
  opacity: 1;
}

.focus\:opacity-0:focus {
  opacity: 0;
}

.focus\:opacity-5:focus {
  opacity: 0.05;
}

.focus\:opacity-10:focus {
  opacity: 0.1;
}

.focus\:opacity-20:focus {
  opacity: 0.2;
}

.focus\:opacity-25:focus {
  opacity: 0.25;
}

.focus\:opacity-30:focus {
  opacity: 0.3;
}

.focus\:opacity-40:focus {
  opacity: 0.4;
}

.focus\:opacity-50:focus {
  opacity: 0.5;
}

.focus\:opacity-60:focus {
  opacity: 0.6;
}

.focus\:opacity-70:focus {
  opacity: 0.7;
}

.focus\:opacity-75:focus {
  opacity: 0.75;
}

.focus\:opacity-80:focus {
  opacity: 0.8;
}

.focus\:opacity-90:focus {
  opacity: 0.9;
}

.focus\:opacity-95:focus {
  opacity: 0.95;
}

.focus\:opacity-100:focus {
  opacity: 1;
}

.group:hover .group-hover\:opacity-0 {
  opacity: 0;
}

.group:hover .group-hover\:opacity-5 {
  opacity: 0.05;
}

.group:hover .group-hover\:opacity-10 {
  opacity: 0.1;
}

.group:hover .group-hover\:opacity-20 {
  opacity: 0.2;
}

.group:hover .group-hover\:opacity-25 {
  opacity: 0.25;
}

.group:hover .group-hover\:opacity-30 {
  opacity: 0.3;
}

.group:hover .group-hover\:opacity-40 {
  opacity: 0.4;
}

.group:hover .group-hover\:opacity-50 {
  opacity: 0.5;
}

.group:hover .group-hover\:opacity-60 {
  opacity: 0.6;
}

.group:hover .group-hover\:opacity-70 {
  opacity: 0.7;
}

.group:hover .group-hover\:opacity-75 {
  opacity: 0.75;
}

.group:hover .group-hover\:opacity-80 {
  opacity: 0.8;
}

.group:hover .group-hover\:opacity-90 {
  opacity: 0.9;
}

.group:hover .group-hover\:opacity-95 {
  opacity: 0.95;
}

.group:hover .group-hover\:opacity-100 {
  opacity: 1;
}

.group:focus .group-focus\:opacity-0 {
  opacity: 0;
}

.group:focus .group-focus\:opacity-5 {
  opacity: 0.05;
}

.group:focus .group-focus\:opacity-10 {
  opacity: 0.1;
}

.group:focus .group-focus\:opacity-20 {
  opacity: 0.2;
}

.group:focus .group-focus\:opacity-25 {
  opacity: 0.25;
}

.group:focus .group-focus\:opacity-30 {
  opacity: 0.3;
}

.group:focus .group-focus\:opacity-40 {
  opacity: 0.4;
}

.group:focus .group-focus\:opacity-50 {
  opacity: 0.5;
}

.group:focus .group-focus\:opacity-60 {
  opacity: 0.6;
}

.group:focus .group-focus\:opacity-70 {
  opacity: 0.7;
}

.group:focus .group-focus\:opacity-75 {
  opacity: 0.75;
}

.group:focus .group-focus\:opacity-80 {
  opacity: 0.8;
}

.group:focus .group-focus\:opacity-90 {
  opacity: 0.9;
}

.group:focus .group-focus\:opacity-95 {
  opacity: 0.95;
}

.group:focus .group-focus\:opacity-100 {
  opacity: 1;
}

.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;
}

.mix-blend-normal {
  mix-blend-mode: normal;
}

.mix-blend-multiply {
  mix-blend-mode: multiply;
}

.mix-blend-screen {
  mix-blend-mode: screen;
}

.mix-blend-overlay {
  mix-blend-mode: overlay;
}

.mix-blend-darken {
  mix-blend-mode: darken;
}

.mix-blend-lighten {
  mix-blend-mode: lighten;
}

.mix-blend-color-dodge {
  mix-blend-mode: color-dodge;
}

.mix-blend-color-burn {
  mix-blend-mode: color-burn;
}

.mix-blend-hard-light {
  mix-blend-mode: hard-light;
}

.mix-blend-soft-light {
  mix-blend-mode: soft-light;
}

.mix-blend-difference {
  mix-blend-mode: difference;
}

.mix-blend-exclusion {
  mix-blend-mode: exclusion;
}

.mix-blend-hue {
  mix-blend-mode: hue;
}

.mix-blend-saturation {
  mix-blend-mode: saturation;
}

.mix-blend-color {
  mix-blend-mode: color;
}

.mix-blend-luminosity {
  mix-blend-mode: luminosity;
}

*, ::before, ::after {
  --tw-shadow: 0 0 #0000;
}

.shadow-none {
  --tw-shadow: 0 0 #0000;
  -webkit-box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
          box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.shadow-focusable-outline {
  --tw-shadow: inset 0 0 0 1px var(--lines-dark), var(--elevation-inner-md);
  -webkit-box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
          box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.shadow-focus-outline {
  --tw-shadow: inset 0 0 0 2px var(--focus);
  -webkit-box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
          box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.shadow-error-outline {
  --tw-shadow: inset 0 0 0 2px var(--critical);
  -webkit-box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
          box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.shadow-search-input {
  --tw-shadow: inset 0 0 0 1px var(--nav-text-secondary);
  -webkit-box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
          box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.shadow-2xl {
  --tw-shadow: var(--elevation-2xl);
  -webkit-box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
          box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.shadow-base {
  --tw-shadow: var(--elevation-base);
  -webkit-box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
          box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.shadow-inner-lg {
  --tw-shadow: var(--elevation-inner-lg);
  -webkit-box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
          box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.shadow-inner-md {
  --tw-shadow: var(--elevation-inner-md);
  -webkit-box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
          box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.shadow-lg {
  --tw-shadow: var(--elevation-lg);
  -webkit-box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
          box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.shadow-md {
  --tw-shadow: var(--elevation-md);
  -webkit-box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
          box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.shadow-xl {
  --tw-shadow: var(--elevation-xl);
  -webkit-box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
          box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.hover\:shadow-none:hover {
  --tw-shadow: 0 0 #0000;
  -webkit-box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
          box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.hover\:shadow-focusable-outline:hover {
  --tw-shadow: inset 0 0 0 1px var(--lines-dark), var(--elevation-inner-md);
  -webkit-box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
          box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.hover\:shadow-focus-outline:hover {
  --tw-shadow: inset 0 0 0 2px var(--focus);
  -webkit-box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
          box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.hover\:shadow-error-outline:hover {
  --tw-shadow: inset 0 0 0 2px var(--critical);
  -webkit-box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
          box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.hover\:shadow-search-input:hover {
  --tw-shadow: inset 0 0 0 1px var(--nav-text-secondary);
  -webkit-box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
          box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.hover\:shadow-2xl:hover {
  --tw-shadow: var(--elevation-2xl);
  -webkit-box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
          box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.hover\:shadow-base:hover {
  --tw-shadow: var(--elevation-base);
  -webkit-box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
          box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.hover\:shadow-inner-lg:hover {
  --tw-shadow: var(--elevation-inner-lg);
  -webkit-box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
          box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.hover\:shadow-inner-md:hover {
  --tw-shadow: var(--elevation-inner-md);
  -webkit-box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
          box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.hover\:shadow-lg:hover {
  --tw-shadow: var(--elevation-lg);
  -webkit-box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
          box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.hover\:shadow-md:hover {
  --tw-shadow: var(--elevation-md);
  -webkit-box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
          box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.hover\:shadow-xl:hover {
  --tw-shadow: var(--elevation-xl);
  -webkit-box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
          box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.group:hover .group-hover\:shadow-none {
  --tw-shadow: 0 0 #0000;
  -webkit-box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
          box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.group:hover .group-hover\:shadow-focusable-outline {
  --tw-shadow: inset 0 0 0 1px var(--lines-dark), var(--elevation-inner-md);
  -webkit-box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
          box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.group:hover .group-hover\:shadow-focus-outline {
  --tw-shadow: inset 0 0 0 2px var(--focus);
  -webkit-box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
          box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.group:hover .group-hover\:shadow-error-outline {
  --tw-shadow: inset 0 0 0 2px var(--critical);
  -webkit-box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
          box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.group:hover .group-hover\:shadow-search-input {
  --tw-shadow: inset 0 0 0 1px var(--nav-text-secondary);
  -webkit-box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
          box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.group:hover .group-hover\:shadow-2xl {
  --tw-shadow: var(--elevation-2xl);
  -webkit-box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
          box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.group:hover .group-hover\:shadow-base {
  --tw-shadow: var(--elevation-base);
  -webkit-box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
          box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.group:hover .group-hover\:shadow-inner-lg {
  --tw-shadow: var(--elevation-inner-lg);
  -webkit-box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
          box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.group:hover .group-hover\:shadow-inner-md {
  --tw-shadow: var(--elevation-inner-md);
  -webkit-box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
          box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.group:hover .group-hover\:shadow-lg {
  --tw-shadow: var(--elevation-lg);
  -webkit-box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
          box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.group:hover .group-hover\:shadow-md {
  --tw-shadow: var(--elevation-md);
  -webkit-box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
          box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.group:hover .group-hover\:shadow-xl {
  --tw-shadow: var(--elevation-xl);
  -webkit-box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
          box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.focus\:shadow-none:focus {
  --tw-shadow: 0 0 #0000;
  -webkit-box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
          box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.focus\:shadow-focusable-outline:focus {
  --tw-shadow: inset 0 0 0 1px var(--lines-dark), var(--elevation-inner-md);
  -webkit-box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
          box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.focus\:shadow-focus-outline:focus {
  --tw-shadow: inset 0 0 0 2px var(--focus);
  -webkit-box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
          box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.focus\:shadow-error-outline:focus {
  --tw-shadow: inset 0 0 0 2px var(--critical);
  -webkit-box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
          box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.focus\:shadow-search-input:focus {
  --tw-shadow: inset 0 0 0 1px var(--nav-text-secondary);
  -webkit-box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
          box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.focus\:shadow-2xl:focus {
  --tw-shadow: var(--elevation-2xl);
  -webkit-box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
          box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.focus\:shadow-base:focus {
  --tw-shadow: var(--elevation-base);
  -webkit-box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
          box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.focus\:shadow-inner-lg:focus {
  --tw-shadow: var(--elevation-inner-lg);
  -webkit-box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
          box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.focus\:shadow-inner-md:focus {
  --tw-shadow: var(--elevation-inner-md);
  -webkit-box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
          box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.focus\:shadow-lg:focus {
  --tw-shadow: var(--elevation-lg);
  -webkit-box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
          box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.focus\:shadow-md:focus {
  --tw-shadow: var(--elevation-md);
  -webkit-box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
          box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.focus\:shadow-xl:focus {
  --tw-shadow: var(--elevation-xl);
  -webkit-box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
          box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.focus-within\:shadow-none:focus-within {
  --tw-shadow: 0 0 #0000;
  -webkit-box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
          box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.focus-within\:shadow-focusable-outline:focus-within {
  --tw-shadow: inset 0 0 0 1px var(--lines-dark), var(--elevation-inner-md);
  -webkit-box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
          box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.focus-within\:shadow-focus-outline:focus-within {
  --tw-shadow: inset 0 0 0 2px var(--focus);
  -webkit-box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
          box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.focus-within\:shadow-error-outline:focus-within {
  --tw-shadow: inset 0 0 0 2px var(--critical);
  -webkit-box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
          box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.focus-within\:shadow-search-input:focus-within {
  --tw-shadow: inset 0 0 0 1px var(--nav-text-secondary);
  -webkit-box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
          box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.focus-within\:shadow-2xl:focus-within {
  --tw-shadow: var(--elevation-2xl);
  -webkit-box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
          box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.focus-within\:shadow-base:focus-within {
  --tw-shadow: var(--elevation-base);
  -webkit-box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
          box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.focus-within\:shadow-inner-lg:focus-within {
  --tw-shadow: var(--elevation-inner-lg);
  -webkit-box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
          box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.focus-within\:shadow-inner-md:focus-within {
  --tw-shadow: var(--elevation-inner-md);
  -webkit-box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
          box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.focus-within\:shadow-lg:focus-within {
  --tw-shadow: var(--elevation-lg);
  -webkit-box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
          box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.focus-within\:shadow-md:focus-within {
  --tw-shadow: var(--elevation-md);
  -webkit-box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
          box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.focus-within\:shadow-xl:focus-within {
  --tw-shadow: var(--elevation-xl);
  -webkit-box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
          box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.focus-visible\:shadow-none:focus-visible {
  --tw-shadow: 0 0 #0000;
  -webkit-box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
          box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.focus-visible\:shadow-focusable-outline:focus-visible {
  --tw-shadow: inset 0 0 0 1px var(--lines-dark), var(--elevation-inner-md);
  -webkit-box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
          box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.focus-visible\:shadow-focus-outline:focus-visible {
  --tw-shadow: inset 0 0 0 2px var(--focus);
  -webkit-box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
          box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.focus-visible\:shadow-error-outline:focus-visible {
  --tw-shadow: inset 0 0 0 2px var(--critical);
  -webkit-box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
          box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.focus-visible\:shadow-search-input:focus-visible {
  --tw-shadow: inset 0 0 0 1px var(--nav-text-secondary);
  -webkit-box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
          box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.focus-visible\:shadow-2xl:focus-visible {
  --tw-shadow: var(--elevation-2xl);
  -webkit-box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
          box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.focus-visible\:shadow-base:focus-visible {
  --tw-shadow: var(--elevation-base);
  -webkit-box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
          box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.focus-visible\:shadow-inner-lg:focus-visible {
  --tw-shadow: var(--elevation-inner-lg);
  -webkit-box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
          box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.focus-visible\:shadow-inner-md:focus-visible {
  --tw-shadow: var(--elevation-inner-md);
  -webkit-box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
          box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.focus-visible\:shadow-lg:focus-visible {
  --tw-shadow: var(--elevation-lg);
  -webkit-box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
          box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.focus-visible\:shadow-md:focus-visible {
  --tw-shadow: var(--elevation-md);
  -webkit-box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
          box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.focus-visible\:shadow-xl:focus-visible {
  --tw-shadow: var(--elevation-xl);
  -webkit-box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
          box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.active\:shadow-none:active {
  --tw-shadow: 0 0 #0000;
  -webkit-box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
          box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.active\:shadow-focusable-outline:active {
  --tw-shadow: inset 0 0 0 1px var(--lines-dark), var(--elevation-inner-md);
  -webkit-box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
          box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.active\:shadow-focus-outline:active {
  --tw-shadow: inset 0 0 0 2px var(--focus);
  -webkit-box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
          box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.active\:shadow-error-outline:active {
  --tw-shadow: inset 0 0 0 2px var(--critical);
  -webkit-box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
          box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.active\:shadow-search-input:active {
  --tw-shadow: inset 0 0 0 1px var(--nav-text-secondary);
  -webkit-box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
          box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.active\:shadow-2xl:active {
  --tw-shadow: var(--elevation-2xl);
  -webkit-box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
          box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.active\:shadow-base:active {
  --tw-shadow: var(--elevation-base);
  -webkit-box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
          box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.active\:shadow-inner-lg:active {
  --tw-shadow: var(--elevation-inner-lg);
  -webkit-box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
          box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.active\:shadow-inner-md:active {
  --tw-shadow: var(--elevation-inner-md);
  -webkit-box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
          box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.active\:shadow-lg:active {
  --tw-shadow: var(--elevation-lg);
  -webkit-box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
          box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.active\:shadow-md:active {
  --tw-shadow: var(--elevation-md);
  -webkit-box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
          box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.active\:shadow-xl:active {
  --tw-shadow: var(--elevation-xl);
  -webkit-box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
          box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.disabled\:shadow-none:disabled {
  --tw-shadow: 0 0 #0000;
  -webkit-box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
          box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.disabled\:shadow-focusable-outline:disabled {
  --tw-shadow: inset 0 0 0 1px var(--lines-dark), var(--elevation-inner-md);
  -webkit-box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
          box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.disabled\:shadow-focus-outline:disabled {
  --tw-shadow: inset 0 0 0 2px var(--focus);
  -webkit-box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
          box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.disabled\:shadow-error-outline:disabled {
  --tw-shadow: inset 0 0 0 2px var(--critical);
  -webkit-box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
          box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.disabled\:shadow-search-input:disabled {
  --tw-shadow: inset 0 0 0 1px var(--nav-text-secondary);
  -webkit-box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
          box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.disabled\:shadow-2xl:disabled {
  --tw-shadow: var(--elevation-2xl);
  -webkit-box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
          box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.disabled\:shadow-base:disabled {
  --tw-shadow: var(--elevation-base);
  -webkit-box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
          box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.disabled\:shadow-inner-lg:disabled {
  --tw-shadow: var(--elevation-inner-lg);
  -webkit-box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
          box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.disabled\:shadow-inner-md:disabled {
  --tw-shadow: var(--elevation-inner-md);
  -webkit-box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
          box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.disabled\:shadow-lg:disabled {
  --tw-shadow: var(--elevation-lg);
  -webkit-box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
          box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.disabled\:shadow-md:disabled {
  --tw-shadow: var(--elevation-md);
  -webkit-box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
          box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.disabled\:shadow-xl:disabled {
  --tw-shadow: var(--elevation-xl);
  -webkit-box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
          box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.outline-none {
  outline: 2px solid transparent;
  outline-offset: 2px;
}

.outline-white {
  outline: 2px dotted white;
  outline-offset: 2px;
}

.outline-black {
  outline: 2px dotted black;
  outline-offset: 2px;
}

.focus\:outline-none:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
}

.focus\:outline-white:focus {
  outline: 2px dotted white;
  outline-offset: 2px;
}

.focus\:outline-black:focus {
  outline: 2px dotted black;
  outline-offset: 2px;
}

*, ::before, ::after {
  --tw-ring-inset: var(--tw-empty,/*!*/ /*!*/);
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgba(59, 130, 246, 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
}

.ring-0 {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  -webkit-box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
          box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}

.ring-1 {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  -webkit-box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
          box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}

.ring-2 {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  -webkit-box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
          box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}

.ring-4 {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(4px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  -webkit-box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
          box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}

.ring-8 {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(8px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  -webkit-box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
          box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}

.ring {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  -webkit-box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
          box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}

.focus-within\:ring-0:focus-within {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  -webkit-box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
          box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}

.focus-within\:ring-1:focus-within {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  -webkit-box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
          box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}

.focus-within\:ring-2:focus-within {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  -webkit-box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
          box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}

.focus-within\:ring-4:focus-within {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(4px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  -webkit-box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
          box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}

.focus-within\:ring-8:focus-within {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(8px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  -webkit-box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
          box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}

.focus-within\:ring:focus-within {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  -webkit-box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
          box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}

.focus-visible\:ring-0:focus-visible {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  -webkit-box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
          box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}

.focus-visible\:ring-1:focus-visible {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  -webkit-box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
          box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}

.focus-visible\:ring-2:focus-visible {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  -webkit-box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
          box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}

.focus-visible\:ring-4:focus-visible {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(4px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  -webkit-box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
          box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}

.focus-visible\:ring-8:focus-visible {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(8px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  -webkit-box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
          box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}

.focus-visible\:ring:focus-visible {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  -webkit-box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
          box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}

.focus\:ring-0:focus {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  -webkit-box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
          box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}

.focus\:ring-1:focus {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  -webkit-box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
          box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}

.focus\:ring-2:focus {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  -webkit-box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
          box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}

.focus\:ring-4:focus {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(4px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  -webkit-box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
          box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}

.focus\:ring-8:focus {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(8px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  -webkit-box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
          box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}

.focus\:ring:focus {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  -webkit-box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
          box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}

.ring-inset {
  --tw-ring-inset: inset;
}

.focus-within\:ring-inset:focus-within {
  --tw-ring-inset: inset;
}

.focus-visible\:ring-inset:focus-visible {
  --tw-ring-inset: inset;
}

.focus\:ring-inset:focus {
  --tw-ring-inset: inset;
}

.ring-current {
  --tw-ring-color: currentColor;
}

.ring-transparent {
  --tw-ring-color: transparent;
}

.ring-falcon {
  --tw-ring-color: var(--falcon);
}

.ring-basement {
  --tw-ring-color: var(--basement);
}

.ring-blue-50 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(239, 246, 255, var(--tw-ring-opacity));
}

.ring-blue-100 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(219, 234, 254, var(--tw-ring-opacity));
}

.ring-blue-200 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(191, 219, 254, var(--tw-ring-opacity));
}

.ring-blue-300 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(147, 197, 253, var(--tw-ring-opacity));
}

.ring-blue-400 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(96, 165, 250, var(--tw-ring-opacity));
}

.ring-blue-500 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(59, 130, 246, var(--tw-ring-opacity));
}

.ring-blue-600 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(37, 99, 235, var(--tw-ring-opacity));
}

.ring-blue-700 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(29, 78, 216, var(--tw-ring-opacity));
}

.ring-blue-800 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(30, 64, 175, var(--tw-ring-opacity));
}

.ring-blue-900 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(30, 58, 138, var(--tw-ring-opacity));
}

.ring-body-and-labels {
  --tw-ring-color: var(--body-and-labels);
}

.ring-brand {
  --tw-ring-color: var(--brand);
}

.ring-code-base-64 {
  --tw-ring-color: var(--code-base-64);
}

.ring-code-bg {
  --tw-ring-color: var(--code-bg);
}

.ring-code-outline {
  --tw-ring-color: var(--code-outline);
}

.ring-code-text {
  --tw-ring-color: var(--code-text);
}

.ring-critical {
  --tw-ring-color: var(--critical);
}

.ring-destructive-hover {
  --tw-ring-color: var(--destructive-hover);
}

.ring-destructive-idle {
  --tw-ring-color: var(--destructive-idle);
}

.ring-destructive-pressed {
  --tw-ring-color: var(--destructive-pressed);
}

.ring-disabled {
  --tw-ring-color: var(--disabled);
}

.ring-disc-operations {
  --tw-ring-color: var(--disc-operations);
}

.ring-dns-requests {
  --tw-ring-color: var(--dns-requests);
}

.ring-focus {
  --tw-ring-color: var(--focus);
}

.ring-graph-1 {
  --tw-ring-color: var(--graph-1);
}

.ring-graph-10 {
  --tw-ring-color: var(--graph-10);
}

.ring-graph-11 {
  --tw-ring-color: var(--graph-11);
}

.ring-graph-2 {
  --tw-ring-color: var(--graph-2);
}

.ring-graph-3 {
  --tw-ring-color: var(--graph-3);
}

.ring-graph-4 {
  --tw-ring-color: var(--graph-4);
}

.ring-graph-5 {
  --tw-ring-color: var(--graph-5);
}

.ring-graph-6 {
  --tw-ring-color: var(--graph-6);
}

.ring-graph-7 {
  --tw-ring-color: var(--graph-7);
}

.ring-graph-8 {
  --tw-ring-color: var(--graph-8);
}

.ring-graph-9 {
  --tw-ring-color: var(--graph-9);
}

.ring-graph-disabled {
  --tw-ring-color: var(--graph-disabled);
}

.ring-ground-floor {
  --tw-ring-color: var(--ground-floor);
}

.ring-high {
  --tw-ring-color: var(--high);
}

.ring-informational {
  --tw-ring-color: var(--informational);
}

.ring-lines-dark {
  --tw-ring-color: var(--lines-dark);
}

.ring-lines-light {
  --tw-ring-color: var(--lines-light);
}

.ring-low {
  --tw-ring-color: var(--low);
}

.ring-medium {
  --tw-ring-color: var(--medium);
}

.ring-mezzanine {
  --tw-ring-color: var(--mezzanine);
}

.ring-nav-text-and-icons {
  --tw-ring-color: var(--nav-text-and-icons);
}

.ring-nav-text-secondary {
  --tw-ring-color: var(--nav-text-secondary);
}

.ring-network-operations {
  --tw-ring-color: var(--network-operations);
}

.ring-normal-hover {
  --tw-ring-color: var(--normal-hover);
}

.ring-normal-idle {
  --tw-ring-color: var(--normal-idle);
}

.ring-normal-pressed {
  --tw-ring-color: var(--normal-pressed);
}

.ring-overlay-0\.5 {
  --tw-ring-color: var(--overlay-0\.5);
}

.ring-overlay-1 {
  --tw-ring-color: var(--overlay-1);
}

.ring-overlay-2 {
  --tw-ring-color: var(--overlay-2);
}

.ring-positive {
  --tw-ring-color: var(--positive);
}

.ring-primary-hover {
  --tw-ring-color: var(--primary-hover);
}

.ring-primary-idle {
  --tw-ring-color: var(--primary-idle);
}

.ring-primary-pressed {
  --tw-ring-color: var(--primary-pressed);
}

.ring-process-operations {
  --tw-ring-color: var(--process-operations);
}

.ring-purple-50 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(250, 245, 255, var(--tw-ring-opacity));
}

.ring-purple-100 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(243, 232, 255, var(--tw-ring-opacity));
}

.ring-purple-200 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(233, 213, 255, var(--tw-ring-opacity));
}

.ring-purple-300 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(216, 180, 254, var(--tw-ring-opacity));
}

.ring-purple-400 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(192, 132, 252, var(--tw-ring-opacity));
}

.ring-purple-500 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(168, 85, 247, var(--tw-ring-opacity));
}

.ring-purple-600 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(147, 51, 234, var(--tw-ring-opacity));
}

.ring-purple-700 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(126, 34, 206, var(--tw-ring-opacity));
}

.ring-purple-800 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(107, 33, 168, var(--tw-ring-opacity));
}

.ring-purple-900 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(88, 28, 135, var(--tw-ring-opacity));
}

.ring-registry-operations {
  --tw-ring-color: var(--registry-operations);
}

.ring-selected {
  --tw-ring-color: var(--selected);
}

.ring-surface-2xl {
  --tw-ring-color: var(--surface-2xl);
}

.ring-surface-base {
  --tw-ring-color: var(--surface-base);
}

.ring-surface-inner {
  --tw-ring-color: var(--surface-inner);
}

.ring-surface-lg {
  --tw-ring-color: var(--surface-lg);
}

.ring-surface-md {
  --tw-ring-color: var(--surface-md);
}

.ring-surface-xl {
  --tw-ring-color: var(--surface-xl);
}

.ring-text-and-icons {
  --tw-ring-color: var(--text-and-icons);
}

.ring-titles-and-attributes {
  --tw-ring-color: var(--titles-and-attributes);
}

.ring-black {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(0, 0, 0, var(--tw-ring-opacity));
}

.ring-white {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(255, 255, 255, var(--tw-ring-opacity));
}

.ring-rose-50 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(255, 241, 242, var(--tw-ring-opacity));
}

.ring-rose-100 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(255, 228, 230, var(--tw-ring-opacity));
}

.ring-rose-200 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(254, 205, 211, var(--tw-ring-opacity));
}

.ring-rose-300 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(253, 164, 175, var(--tw-ring-opacity));
}

.ring-rose-400 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(251, 113, 133, var(--tw-ring-opacity));
}

.ring-rose-500 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(244, 63, 94, var(--tw-ring-opacity));
}

.ring-rose-600 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(225, 29, 72, var(--tw-ring-opacity));
}

.ring-rose-700 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(190, 18, 60, var(--tw-ring-opacity));
}

.ring-rose-800 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(159, 18, 57, var(--tw-ring-opacity));
}

.ring-rose-900 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(136, 19, 55, var(--tw-ring-opacity));
}

.ring-pink-50 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(253, 242, 248, var(--tw-ring-opacity));
}

.ring-pink-100 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(252, 231, 243, var(--tw-ring-opacity));
}

.ring-pink-200 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(251, 207, 232, var(--tw-ring-opacity));
}

.ring-pink-300 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(249, 168, 212, var(--tw-ring-opacity));
}

.ring-pink-400 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(244, 114, 182, var(--tw-ring-opacity));
}

.ring-pink-500 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(236, 72, 153, var(--tw-ring-opacity));
}

.ring-pink-600 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(219, 39, 119, var(--tw-ring-opacity));
}

.ring-pink-700 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(190, 24, 93, var(--tw-ring-opacity));
}

.ring-pink-800 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(157, 23, 77, var(--tw-ring-opacity));
}

.ring-pink-900 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(131, 24, 67, var(--tw-ring-opacity));
}

.ring-fuchsia-50 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(253, 244, 255, var(--tw-ring-opacity));
}

.ring-fuchsia-100 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(250, 232, 255, var(--tw-ring-opacity));
}

.ring-fuchsia-200 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(245, 208, 254, var(--tw-ring-opacity));
}

.ring-fuchsia-300 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(240, 171, 252, var(--tw-ring-opacity));
}

.ring-fuchsia-400 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(232, 121, 249, var(--tw-ring-opacity));
}

.ring-fuchsia-500 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(217, 70, 239, var(--tw-ring-opacity));
}

.ring-fuchsia-600 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(192, 38, 211, var(--tw-ring-opacity));
}

.ring-fuchsia-700 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(162, 28, 175, var(--tw-ring-opacity));
}

.ring-fuchsia-800 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(134, 25, 143, var(--tw-ring-opacity));
}

.ring-fuchsia-900 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(112, 26, 117, var(--tw-ring-opacity));
}

.ring-violet-50 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(245, 243, 255, var(--tw-ring-opacity));
}

.ring-violet-100 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(237, 233, 254, var(--tw-ring-opacity));
}

.ring-violet-200 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(221, 214, 254, var(--tw-ring-opacity));
}

.ring-violet-300 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(196, 181, 253, var(--tw-ring-opacity));
}

.ring-violet-400 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(167, 139, 250, var(--tw-ring-opacity));
}

.ring-violet-500 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(139, 92, 246, var(--tw-ring-opacity));
}

.ring-violet-600 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(124, 58, 237, var(--tw-ring-opacity));
}

.ring-violet-700 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(109, 40, 217, var(--tw-ring-opacity));
}

.ring-violet-800 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(91, 33, 182, var(--tw-ring-opacity));
}

.ring-violet-900 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(76, 29, 149, var(--tw-ring-opacity));
}

.ring-indigo-50 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(238, 242, 255, var(--tw-ring-opacity));
}

.ring-indigo-100 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(224, 231, 255, var(--tw-ring-opacity));
}

.ring-indigo-200 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(199, 210, 254, var(--tw-ring-opacity));
}

.ring-indigo-300 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(165, 180, 252, var(--tw-ring-opacity));
}

.ring-indigo-400 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(129, 140, 248, var(--tw-ring-opacity));
}

.ring-indigo-500 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(99, 102, 241, var(--tw-ring-opacity));
}

.ring-indigo-600 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(79, 70, 229, var(--tw-ring-opacity));
}

.ring-indigo-700 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(67, 56, 202, var(--tw-ring-opacity));
}

.ring-indigo-800 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(55, 48, 163, var(--tw-ring-opacity));
}

.ring-indigo-900 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(49, 46, 129, var(--tw-ring-opacity));
}

.ring-lightBlue-50 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(240, 249, 255, var(--tw-ring-opacity));
}

.ring-lightBlue-100 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(224, 242, 254, var(--tw-ring-opacity));
}

.ring-lightBlue-200 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(186, 230, 253, var(--tw-ring-opacity));
}

.ring-lightBlue-300 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(125, 211, 252, var(--tw-ring-opacity));
}

.ring-lightBlue-400 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(56, 189, 248, var(--tw-ring-opacity));
}

.ring-lightBlue-500 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(14, 165, 233, var(--tw-ring-opacity));
}

.ring-lightBlue-600 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(2, 132, 199, var(--tw-ring-opacity));
}

.ring-lightBlue-700 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(3, 105, 161, var(--tw-ring-opacity));
}

.ring-lightBlue-800 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(7, 89, 133, var(--tw-ring-opacity));
}

.ring-lightBlue-900 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(12, 74, 110, var(--tw-ring-opacity));
}

.ring-cyan-50 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(236, 254, 255, var(--tw-ring-opacity));
}

.ring-cyan-100 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(207, 250, 254, var(--tw-ring-opacity));
}

.ring-cyan-200 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(165, 243, 252, var(--tw-ring-opacity));
}

.ring-cyan-300 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(103, 232, 249, var(--tw-ring-opacity));
}

.ring-cyan-400 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(34, 211, 238, var(--tw-ring-opacity));
}

.ring-cyan-500 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(6, 182, 212, var(--tw-ring-opacity));
}

.ring-cyan-600 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(8, 145, 178, var(--tw-ring-opacity));
}

.ring-cyan-700 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(14, 116, 144, var(--tw-ring-opacity));
}

.ring-cyan-800 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(21, 94, 117, var(--tw-ring-opacity));
}

.ring-cyan-900 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(22, 78, 99, var(--tw-ring-opacity));
}

.ring-teal-50 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(240, 253, 250, var(--tw-ring-opacity));
}

.ring-teal-100 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(204, 251, 241, var(--tw-ring-opacity));
}

.ring-teal-200 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(153, 246, 228, var(--tw-ring-opacity));
}

.ring-teal-300 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(94, 234, 212, var(--tw-ring-opacity));
}

.ring-teal-400 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(45, 212, 191, var(--tw-ring-opacity));
}

.ring-teal-500 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(20, 184, 166, var(--tw-ring-opacity));
}

.ring-teal-600 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(13, 148, 136, var(--tw-ring-opacity));
}

.ring-teal-700 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(15, 118, 110, var(--tw-ring-opacity));
}

.ring-teal-800 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(17, 94, 89, var(--tw-ring-opacity));
}

.ring-teal-900 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(19, 78, 74, var(--tw-ring-opacity));
}

.ring-emerald-50 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(236, 253, 245, var(--tw-ring-opacity));
}

.ring-emerald-100 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(209, 250, 229, var(--tw-ring-opacity));
}

.ring-emerald-200 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(167, 243, 208, var(--tw-ring-opacity));
}

.ring-emerald-300 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(110, 231, 183, var(--tw-ring-opacity));
}

.ring-emerald-400 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(52, 211, 153, var(--tw-ring-opacity));
}

.ring-emerald-500 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(16, 185, 129, var(--tw-ring-opacity));
}

.ring-emerald-600 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(5, 150, 105, var(--tw-ring-opacity));
}

.ring-emerald-700 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(4, 120, 87, var(--tw-ring-opacity));
}

.ring-emerald-800 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(6, 95, 70, var(--tw-ring-opacity));
}

.ring-emerald-900 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(6, 78, 59, var(--tw-ring-opacity));
}

.ring-green-50 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(240, 253, 244, var(--tw-ring-opacity));
}

.ring-green-100 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(220, 252, 231, var(--tw-ring-opacity));
}

.ring-green-200 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(187, 247, 208, var(--tw-ring-opacity));
}

.ring-green-300 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(134, 239, 172, var(--tw-ring-opacity));
}

.ring-green-400 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(74, 222, 128, var(--tw-ring-opacity));
}

.ring-green-500 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(34, 197, 94, var(--tw-ring-opacity));
}

.ring-green-600 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(22, 163, 74, var(--tw-ring-opacity));
}

.ring-green-700 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(21, 128, 61, var(--tw-ring-opacity));
}

.ring-green-800 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(22, 101, 52, var(--tw-ring-opacity));
}

.ring-green-900 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(20, 83, 45, var(--tw-ring-opacity));
}

.ring-lime-50 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(247, 254, 231, var(--tw-ring-opacity));
}

.ring-lime-100 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(236, 252, 203, var(--tw-ring-opacity));
}

.ring-lime-200 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(217, 249, 157, var(--tw-ring-opacity));
}

.ring-lime-300 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(190, 242, 100, var(--tw-ring-opacity));
}

.ring-lime-400 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(163, 230, 53, var(--tw-ring-opacity));
}

.ring-lime-500 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(132, 204, 22, var(--tw-ring-opacity));
}

.ring-lime-600 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(101, 163, 13, var(--tw-ring-opacity));
}

.ring-lime-700 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(77, 124, 15, var(--tw-ring-opacity));
}

.ring-lime-800 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(63, 98, 18, var(--tw-ring-opacity));
}

.ring-lime-900 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(54, 83, 20, var(--tw-ring-opacity));
}

.ring-yellow-50 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(254, 252, 232, var(--tw-ring-opacity));
}

.ring-yellow-100 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(254, 249, 195, var(--tw-ring-opacity));
}

.ring-yellow-200 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(254, 240, 138, var(--tw-ring-opacity));
}

.ring-yellow-300 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(253, 224, 71, var(--tw-ring-opacity));
}

.ring-yellow-400 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(250, 204, 21, var(--tw-ring-opacity));
}

.ring-yellow-500 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(234, 179, 8, var(--tw-ring-opacity));
}

.ring-yellow-600 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(202, 138, 4, var(--tw-ring-opacity));
}

.ring-yellow-700 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(161, 98, 7, var(--tw-ring-opacity));
}

.ring-yellow-800 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(133, 77, 14, var(--tw-ring-opacity));
}

.ring-yellow-900 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(113, 63, 18, var(--tw-ring-opacity));
}

.ring-amber-50 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(255, 251, 235, var(--tw-ring-opacity));
}

.ring-amber-100 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(254, 243, 199, var(--tw-ring-opacity));
}

.ring-amber-200 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(253, 230, 138, var(--tw-ring-opacity));
}

.ring-amber-300 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(252, 211, 77, var(--tw-ring-opacity));
}

.ring-amber-400 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(251, 191, 36, var(--tw-ring-opacity));
}

.ring-amber-500 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(245, 158, 11, var(--tw-ring-opacity));
}

.ring-amber-600 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(217, 119, 6, var(--tw-ring-opacity));
}

.ring-amber-700 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(180, 83, 9, var(--tw-ring-opacity));
}

.ring-amber-800 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(146, 64, 14, var(--tw-ring-opacity));
}

.ring-amber-900 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(120, 53, 15, var(--tw-ring-opacity));
}

.ring-orange-50 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(255, 247, 237, var(--tw-ring-opacity));
}

.ring-orange-100 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(255, 237, 213, var(--tw-ring-opacity));
}

.ring-orange-200 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(254, 215, 170, var(--tw-ring-opacity));
}

.ring-orange-300 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(253, 186, 116, var(--tw-ring-opacity));
}

.ring-orange-400 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(251, 146, 60, var(--tw-ring-opacity));
}

.ring-orange-500 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(249, 115, 22, var(--tw-ring-opacity));
}

.ring-orange-600 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(234, 88, 12, var(--tw-ring-opacity));
}

.ring-orange-700 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(194, 65, 12, var(--tw-ring-opacity));
}

.ring-orange-800 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(154, 52, 18, var(--tw-ring-opacity));
}

.ring-orange-900 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(124, 45, 18, var(--tw-ring-opacity));
}

.ring-red-50 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(254, 242, 242, var(--tw-ring-opacity));
}

.ring-red-100 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(254, 226, 226, var(--tw-ring-opacity));
}

.ring-red-200 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(254, 202, 202, var(--tw-ring-opacity));
}

.ring-red-300 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(252, 165, 165, var(--tw-ring-opacity));
}

.ring-red-400 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(248, 113, 113, var(--tw-ring-opacity));
}

.ring-red-500 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(239, 68, 68, var(--tw-ring-opacity));
}

.ring-red-600 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(220, 38, 38, var(--tw-ring-opacity));
}

.ring-red-700 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(185, 28, 28, var(--tw-ring-opacity));
}

.ring-red-800 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(153, 27, 27, var(--tw-ring-opacity));
}

.ring-red-900 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(127, 29, 29, var(--tw-ring-opacity));
}

.ring-warmGray-50 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(250, 250, 249, var(--tw-ring-opacity));
}

.ring-warmGray-100 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(245, 245, 244, var(--tw-ring-opacity));
}

.ring-warmGray-200 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(231, 229, 228, var(--tw-ring-opacity));
}

.ring-warmGray-300 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(214, 211, 209, var(--tw-ring-opacity));
}

.ring-warmGray-400 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(168, 162, 158, var(--tw-ring-opacity));
}

.ring-warmGray-500 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(120, 113, 108, var(--tw-ring-opacity));
}

.ring-warmGray-600 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(87, 83, 78, var(--tw-ring-opacity));
}

.ring-warmGray-700 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(68, 64, 60, var(--tw-ring-opacity));
}

.ring-warmGray-800 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(41, 37, 36, var(--tw-ring-opacity));
}

.ring-warmGray-900 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(28, 25, 23, var(--tw-ring-opacity));
}

.ring-trueGray-50 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(250, 250, 250, var(--tw-ring-opacity));
}

.ring-trueGray-100 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(245, 245, 245, var(--tw-ring-opacity));
}

.ring-trueGray-200 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(229, 229, 229, var(--tw-ring-opacity));
}

.ring-trueGray-300 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(212, 212, 212, var(--tw-ring-opacity));
}

.ring-trueGray-400 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(163, 163, 163, var(--tw-ring-opacity));
}

.ring-trueGray-500 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(115, 115, 115, var(--tw-ring-opacity));
}

.ring-trueGray-600 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(82, 82, 82, var(--tw-ring-opacity));
}

.ring-trueGray-700 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(64, 64, 64, var(--tw-ring-opacity));
}

.ring-trueGray-800 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(38, 38, 38, var(--tw-ring-opacity));
}

.ring-trueGray-900 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(23, 23, 23, var(--tw-ring-opacity));
}

.ring-gray-50 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(250, 250, 250, var(--tw-ring-opacity));
}

.ring-gray-100 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(244, 244, 245, var(--tw-ring-opacity));
}

.ring-gray-200 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(228, 228, 231, var(--tw-ring-opacity));
}

.ring-gray-300 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(212, 212, 216, var(--tw-ring-opacity));
}

.ring-gray-400 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(161, 161, 170, var(--tw-ring-opacity));
}

.ring-gray-500 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(113, 113, 122, var(--tw-ring-opacity));
}

.ring-gray-600 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(82, 82, 91, var(--tw-ring-opacity));
}

.ring-gray-700 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(63, 63, 70, var(--tw-ring-opacity));
}

.ring-gray-800 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(39, 39, 42, var(--tw-ring-opacity));
}

.ring-gray-900 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(24, 24, 27, var(--tw-ring-opacity));
}

.ring-coolGray-50 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(249, 250, 251, var(--tw-ring-opacity));
}

.ring-coolGray-100 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(243, 244, 246, var(--tw-ring-opacity));
}

.ring-coolGray-200 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(229, 231, 235, var(--tw-ring-opacity));
}

.ring-coolGray-300 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(209, 213, 219, var(--tw-ring-opacity));
}

.ring-coolGray-400 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(156, 163, 175, var(--tw-ring-opacity));
}

.ring-coolGray-500 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(107, 114, 128, var(--tw-ring-opacity));
}

.ring-coolGray-600 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(75, 85, 99, var(--tw-ring-opacity));
}

.ring-coolGray-700 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(55, 65, 81, var(--tw-ring-opacity));
}

.ring-coolGray-800 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(31, 41, 55, var(--tw-ring-opacity));
}

.ring-coolGray-900 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(17, 24, 39, var(--tw-ring-opacity));
}

.ring-blueGray-50 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(248, 250, 252, var(--tw-ring-opacity));
}

.ring-blueGray-100 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(241, 245, 249, var(--tw-ring-opacity));
}

.ring-blueGray-200 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(226, 232, 240, var(--tw-ring-opacity));
}

.ring-blueGray-300 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(203, 213, 225, var(--tw-ring-opacity));
}

.ring-blueGray-400 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(148, 163, 184, var(--tw-ring-opacity));
}

.ring-blueGray-500 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(100, 116, 139, var(--tw-ring-opacity));
}

.ring-blueGray-600 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(71, 85, 105, var(--tw-ring-opacity));
}

.ring-blueGray-700 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(51, 65, 85, var(--tw-ring-opacity));
}

.ring-blueGray-800 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(30, 41, 59, var(--tw-ring-opacity));
}

.ring-blueGray-900 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(15, 23, 42, var(--tw-ring-opacity));
}

.focus-within\:ring-current:focus-within {
  --tw-ring-color: currentColor;
}

.focus-within\:ring-transparent:focus-within {
  --tw-ring-color: transparent;
}

.focus-within\:ring-falcon:focus-within {
  --tw-ring-color: var(--falcon);
}

.focus-within\:ring-basement:focus-within {
  --tw-ring-color: var(--basement);
}

.focus-within\:ring-blue-50:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(239, 246, 255, var(--tw-ring-opacity));
}

.focus-within\:ring-blue-100:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(219, 234, 254, var(--tw-ring-opacity));
}

.focus-within\:ring-blue-200:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(191, 219, 254, var(--tw-ring-opacity));
}

.focus-within\:ring-blue-300:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(147, 197, 253, var(--tw-ring-opacity));
}

.focus-within\:ring-blue-400:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(96, 165, 250, var(--tw-ring-opacity));
}

.focus-within\:ring-blue-500:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(59, 130, 246, var(--tw-ring-opacity));
}

.focus-within\:ring-blue-600:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(37, 99, 235, var(--tw-ring-opacity));
}

.focus-within\:ring-blue-700:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(29, 78, 216, var(--tw-ring-opacity));
}

.focus-within\:ring-blue-800:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(30, 64, 175, var(--tw-ring-opacity));
}

.focus-within\:ring-blue-900:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(30, 58, 138, var(--tw-ring-opacity));
}

.focus-within\:ring-body-and-labels:focus-within {
  --tw-ring-color: var(--body-and-labels);
}

.focus-within\:ring-brand:focus-within {
  --tw-ring-color: var(--brand);
}

.focus-within\:ring-code-base-64:focus-within {
  --tw-ring-color: var(--code-base-64);
}

.focus-within\:ring-code-bg:focus-within {
  --tw-ring-color: var(--code-bg);
}

.focus-within\:ring-code-outline:focus-within {
  --tw-ring-color: var(--code-outline);
}

.focus-within\:ring-code-text:focus-within {
  --tw-ring-color: var(--code-text);
}

.focus-within\:ring-critical:focus-within {
  --tw-ring-color: var(--critical);
}

.focus-within\:ring-destructive-hover:focus-within {
  --tw-ring-color: var(--destructive-hover);
}

.focus-within\:ring-destructive-idle:focus-within {
  --tw-ring-color: var(--destructive-idle);
}

.focus-within\:ring-destructive-pressed:focus-within {
  --tw-ring-color: var(--destructive-pressed);
}

.focus-within\:ring-disabled:focus-within {
  --tw-ring-color: var(--disabled);
}

.focus-within\:ring-disc-operations:focus-within {
  --tw-ring-color: var(--disc-operations);
}

.focus-within\:ring-dns-requests:focus-within {
  --tw-ring-color: var(--dns-requests);
}

.focus-within\:ring-focus:focus-within {
  --tw-ring-color: var(--focus);
}

.focus-within\:ring-graph-1:focus-within {
  --tw-ring-color: var(--graph-1);
}

.focus-within\:ring-graph-10:focus-within {
  --tw-ring-color: var(--graph-10);
}

.focus-within\:ring-graph-11:focus-within {
  --tw-ring-color: var(--graph-11);
}

.focus-within\:ring-graph-2:focus-within {
  --tw-ring-color: var(--graph-2);
}

.focus-within\:ring-graph-3:focus-within {
  --tw-ring-color: var(--graph-3);
}

.focus-within\:ring-graph-4:focus-within {
  --tw-ring-color: var(--graph-4);
}

.focus-within\:ring-graph-5:focus-within {
  --tw-ring-color: var(--graph-5);
}

.focus-within\:ring-graph-6:focus-within {
  --tw-ring-color: var(--graph-6);
}

.focus-within\:ring-graph-7:focus-within {
  --tw-ring-color: var(--graph-7);
}

.focus-within\:ring-graph-8:focus-within {
  --tw-ring-color: var(--graph-8);
}

.focus-within\:ring-graph-9:focus-within {
  --tw-ring-color: var(--graph-9);
}

.focus-within\:ring-graph-disabled:focus-within {
  --tw-ring-color: var(--graph-disabled);
}

.focus-within\:ring-ground-floor:focus-within {
  --tw-ring-color: var(--ground-floor);
}

.focus-within\:ring-high:focus-within {
  --tw-ring-color: var(--high);
}

.focus-within\:ring-informational:focus-within {
  --tw-ring-color: var(--informational);
}

.focus-within\:ring-lines-dark:focus-within {
  --tw-ring-color: var(--lines-dark);
}

.focus-within\:ring-lines-light:focus-within {
  --tw-ring-color: var(--lines-light);
}

.focus-within\:ring-low:focus-within {
  --tw-ring-color: var(--low);
}

.focus-within\:ring-medium:focus-within {
  --tw-ring-color: var(--medium);
}

.focus-within\:ring-mezzanine:focus-within {
  --tw-ring-color: var(--mezzanine);
}

.focus-within\:ring-nav-text-and-icons:focus-within {
  --tw-ring-color: var(--nav-text-and-icons);
}

.focus-within\:ring-nav-text-secondary:focus-within {
  --tw-ring-color: var(--nav-text-secondary);
}

.focus-within\:ring-network-operations:focus-within {
  --tw-ring-color: var(--network-operations);
}

.focus-within\:ring-normal-hover:focus-within {
  --tw-ring-color: var(--normal-hover);
}

.focus-within\:ring-normal-idle:focus-within {
  --tw-ring-color: var(--normal-idle);
}

.focus-within\:ring-normal-pressed:focus-within {
  --tw-ring-color: var(--normal-pressed);
}

.focus-within\:ring-overlay-0\.5:focus-within {
  --tw-ring-color: var(--overlay-0\.5);
}

.focus-within\:ring-overlay-1:focus-within {
  --tw-ring-color: var(--overlay-1);
}

.focus-within\:ring-overlay-2:focus-within {
  --tw-ring-color: var(--overlay-2);
}

.focus-within\:ring-positive:focus-within {
  --tw-ring-color: var(--positive);
}

.focus-within\:ring-primary-hover:focus-within {
  --tw-ring-color: var(--primary-hover);
}

.focus-within\:ring-primary-idle:focus-within {
  --tw-ring-color: var(--primary-idle);
}

.focus-within\:ring-primary-pressed:focus-within {
  --tw-ring-color: var(--primary-pressed);
}

.focus-within\:ring-process-operations:focus-within {
  --tw-ring-color: var(--process-operations);
}

.focus-within\:ring-purple-50:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(250, 245, 255, var(--tw-ring-opacity));
}

.focus-within\:ring-purple-100:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(243, 232, 255, var(--tw-ring-opacity));
}

.focus-within\:ring-purple-200:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(233, 213, 255, var(--tw-ring-opacity));
}

.focus-within\:ring-purple-300:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(216, 180, 254, var(--tw-ring-opacity));
}

.focus-within\:ring-purple-400:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(192, 132, 252, var(--tw-ring-opacity));
}

.focus-within\:ring-purple-500:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(168, 85, 247, var(--tw-ring-opacity));
}

.focus-within\:ring-purple-600:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(147, 51, 234, var(--tw-ring-opacity));
}

.focus-within\:ring-purple-700:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(126, 34, 206, var(--tw-ring-opacity));
}

.focus-within\:ring-purple-800:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(107, 33, 168, var(--tw-ring-opacity));
}

.focus-within\:ring-purple-900:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(88, 28, 135, var(--tw-ring-opacity));
}

.focus-within\:ring-registry-operations:focus-within {
  --tw-ring-color: var(--registry-operations);
}

.focus-within\:ring-selected:focus-within {
  --tw-ring-color: var(--selected);
}

.focus-within\:ring-surface-2xl:focus-within {
  --tw-ring-color: var(--surface-2xl);
}

.focus-within\:ring-surface-base:focus-within {
  --tw-ring-color: var(--surface-base);
}

.focus-within\:ring-surface-inner:focus-within {
  --tw-ring-color: var(--surface-inner);
}

.focus-within\:ring-surface-lg:focus-within {
  --tw-ring-color: var(--surface-lg);
}

.focus-within\:ring-surface-md:focus-within {
  --tw-ring-color: var(--surface-md);
}

.focus-within\:ring-surface-xl:focus-within {
  --tw-ring-color: var(--surface-xl);
}

.focus-within\:ring-text-and-icons:focus-within {
  --tw-ring-color: var(--text-and-icons);
}

.focus-within\:ring-titles-and-attributes:focus-within {
  --tw-ring-color: var(--titles-and-attributes);
}

.focus-within\:ring-black:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(0, 0, 0, var(--tw-ring-opacity));
}

.focus-within\:ring-white:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(255, 255, 255, var(--tw-ring-opacity));
}

.focus-within\:ring-rose-50:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(255, 241, 242, var(--tw-ring-opacity));
}

.focus-within\:ring-rose-100:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(255, 228, 230, var(--tw-ring-opacity));
}

.focus-within\:ring-rose-200:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(254, 205, 211, var(--tw-ring-opacity));
}

.focus-within\:ring-rose-300:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(253, 164, 175, var(--tw-ring-opacity));
}

.focus-within\:ring-rose-400:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(251, 113, 133, var(--tw-ring-opacity));
}

.focus-within\:ring-rose-500:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(244, 63, 94, var(--tw-ring-opacity));
}

.focus-within\:ring-rose-600:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(225, 29, 72, var(--tw-ring-opacity));
}

.focus-within\:ring-rose-700:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(190, 18, 60, var(--tw-ring-opacity));
}

.focus-within\:ring-rose-800:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(159, 18, 57, var(--tw-ring-opacity));
}

.focus-within\:ring-rose-900:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(136, 19, 55, var(--tw-ring-opacity));
}

.focus-within\:ring-pink-50:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(253, 242, 248, var(--tw-ring-opacity));
}

.focus-within\:ring-pink-100:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(252, 231, 243, var(--tw-ring-opacity));
}

.focus-within\:ring-pink-200:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(251, 207, 232, var(--tw-ring-opacity));
}

.focus-within\:ring-pink-300:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(249, 168, 212, var(--tw-ring-opacity));
}

.focus-within\:ring-pink-400:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(244, 114, 182, var(--tw-ring-opacity));
}

.focus-within\:ring-pink-500:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(236, 72, 153, var(--tw-ring-opacity));
}

.focus-within\:ring-pink-600:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(219, 39, 119, var(--tw-ring-opacity));
}

.focus-within\:ring-pink-700:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(190, 24, 93, var(--tw-ring-opacity));
}

.focus-within\:ring-pink-800:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(157, 23, 77, var(--tw-ring-opacity));
}

.focus-within\:ring-pink-900:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(131, 24, 67, var(--tw-ring-opacity));
}

.focus-within\:ring-fuchsia-50:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(253, 244, 255, var(--tw-ring-opacity));
}

.focus-within\:ring-fuchsia-100:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(250, 232, 255, var(--tw-ring-opacity));
}

.focus-within\:ring-fuchsia-200:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(245, 208, 254, var(--tw-ring-opacity));
}

.focus-within\:ring-fuchsia-300:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(240, 171, 252, var(--tw-ring-opacity));
}

.focus-within\:ring-fuchsia-400:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(232, 121, 249, var(--tw-ring-opacity));
}

.focus-within\:ring-fuchsia-500:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(217, 70, 239, var(--tw-ring-opacity));
}

.focus-within\:ring-fuchsia-600:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(192, 38, 211, var(--tw-ring-opacity));
}

.focus-within\:ring-fuchsia-700:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(162, 28, 175, var(--tw-ring-opacity));
}

.focus-within\:ring-fuchsia-800:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(134, 25, 143, var(--tw-ring-opacity));
}

.focus-within\:ring-fuchsia-900:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(112, 26, 117, var(--tw-ring-opacity));
}

.focus-within\:ring-violet-50:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(245, 243, 255, var(--tw-ring-opacity));
}

.focus-within\:ring-violet-100:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(237, 233, 254, var(--tw-ring-opacity));
}

.focus-within\:ring-violet-200:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(221, 214, 254, var(--tw-ring-opacity));
}

.focus-within\:ring-violet-300:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(196, 181, 253, var(--tw-ring-opacity));
}

.focus-within\:ring-violet-400:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(167, 139, 250, var(--tw-ring-opacity));
}

.focus-within\:ring-violet-500:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(139, 92, 246, var(--tw-ring-opacity));
}

.focus-within\:ring-violet-600:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(124, 58, 237, var(--tw-ring-opacity));
}

.focus-within\:ring-violet-700:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(109, 40, 217, var(--tw-ring-opacity));
}

.focus-within\:ring-violet-800:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(91, 33, 182, var(--tw-ring-opacity));
}

.focus-within\:ring-violet-900:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(76, 29, 149, var(--tw-ring-opacity));
}

.focus-within\:ring-indigo-50:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(238, 242, 255, var(--tw-ring-opacity));
}

.focus-within\:ring-indigo-100:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(224, 231, 255, var(--tw-ring-opacity));
}

.focus-within\:ring-indigo-200:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(199, 210, 254, var(--tw-ring-opacity));
}

.focus-within\:ring-indigo-300:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(165, 180, 252, var(--tw-ring-opacity));
}

.focus-within\:ring-indigo-400:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(129, 140, 248, var(--tw-ring-opacity));
}

.focus-within\:ring-indigo-500:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(99, 102, 241, var(--tw-ring-opacity));
}

.focus-within\:ring-indigo-600:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(79, 70, 229, var(--tw-ring-opacity));
}

.focus-within\:ring-indigo-700:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(67, 56, 202, var(--tw-ring-opacity));
}

.focus-within\:ring-indigo-800:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(55, 48, 163, var(--tw-ring-opacity));
}

.focus-within\:ring-indigo-900:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(49, 46, 129, var(--tw-ring-opacity));
}

.focus-within\:ring-lightBlue-50:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(240, 249, 255, var(--tw-ring-opacity));
}

.focus-within\:ring-lightBlue-100:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(224, 242, 254, var(--tw-ring-opacity));
}

.focus-within\:ring-lightBlue-200:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(186, 230, 253, var(--tw-ring-opacity));
}

.focus-within\:ring-lightBlue-300:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(125, 211, 252, var(--tw-ring-opacity));
}

.focus-within\:ring-lightBlue-400:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(56, 189, 248, var(--tw-ring-opacity));
}

.focus-within\:ring-lightBlue-500:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(14, 165, 233, var(--tw-ring-opacity));
}

.focus-within\:ring-lightBlue-600:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(2, 132, 199, var(--tw-ring-opacity));
}

.focus-within\:ring-lightBlue-700:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(3, 105, 161, var(--tw-ring-opacity));
}

.focus-within\:ring-lightBlue-800:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(7, 89, 133, var(--tw-ring-opacity));
}

.focus-within\:ring-lightBlue-900:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(12, 74, 110, var(--tw-ring-opacity));
}

.focus-within\:ring-cyan-50:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(236, 254, 255, var(--tw-ring-opacity));
}

.focus-within\:ring-cyan-100:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(207, 250, 254, var(--tw-ring-opacity));
}

.focus-within\:ring-cyan-200:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(165, 243, 252, var(--tw-ring-opacity));
}

.focus-within\:ring-cyan-300:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(103, 232, 249, var(--tw-ring-opacity));
}

.focus-within\:ring-cyan-400:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(34, 211, 238, var(--tw-ring-opacity));
}

.focus-within\:ring-cyan-500:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(6, 182, 212, var(--tw-ring-opacity));
}

.focus-within\:ring-cyan-600:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(8, 145, 178, var(--tw-ring-opacity));
}

.focus-within\:ring-cyan-700:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(14, 116, 144, var(--tw-ring-opacity));
}

.focus-within\:ring-cyan-800:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(21, 94, 117, var(--tw-ring-opacity));
}

.focus-within\:ring-cyan-900:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(22, 78, 99, var(--tw-ring-opacity));
}

.focus-within\:ring-teal-50:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(240, 253, 250, var(--tw-ring-opacity));
}

.focus-within\:ring-teal-100:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(204, 251, 241, var(--tw-ring-opacity));
}

.focus-within\:ring-teal-200:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(153, 246, 228, var(--tw-ring-opacity));
}

.focus-within\:ring-teal-300:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(94, 234, 212, var(--tw-ring-opacity));
}

.focus-within\:ring-teal-400:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(45, 212, 191, var(--tw-ring-opacity));
}

.focus-within\:ring-teal-500:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(20, 184, 166, var(--tw-ring-opacity));
}

.focus-within\:ring-teal-600:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(13, 148, 136, var(--tw-ring-opacity));
}

.focus-within\:ring-teal-700:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(15, 118, 110, var(--tw-ring-opacity));
}

.focus-within\:ring-teal-800:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(17, 94, 89, var(--tw-ring-opacity));
}

.focus-within\:ring-teal-900:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(19, 78, 74, var(--tw-ring-opacity));
}

.focus-within\:ring-emerald-50:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(236, 253, 245, var(--tw-ring-opacity));
}

.focus-within\:ring-emerald-100:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(209, 250, 229, var(--tw-ring-opacity));
}

.focus-within\:ring-emerald-200:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(167, 243, 208, var(--tw-ring-opacity));
}

.focus-within\:ring-emerald-300:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(110, 231, 183, var(--tw-ring-opacity));
}

.focus-within\:ring-emerald-400:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(52, 211, 153, var(--tw-ring-opacity));
}

.focus-within\:ring-emerald-500:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(16, 185, 129, var(--tw-ring-opacity));
}

.focus-within\:ring-emerald-600:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(5, 150, 105, var(--tw-ring-opacity));
}

.focus-within\:ring-emerald-700:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(4, 120, 87, var(--tw-ring-opacity));
}

.focus-within\:ring-emerald-800:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(6, 95, 70, var(--tw-ring-opacity));
}

.focus-within\:ring-emerald-900:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(6, 78, 59, var(--tw-ring-opacity));
}

.focus-within\:ring-green-50:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(240, 253, 244, var(--tw-ring-opacity));
}

.focus-within\:ring-green-100:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(220, 252, 231, var(--tw-ring-opacity));
}

.focus-within\:ring-green-200:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(187, 247, 208, var(--tw-ring-opacity));
}

.focus-within\:ring-green-300:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(134, 239, 172, var(--tw-ring-opacity));
}

.focus-within\:ring-green-400:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(74, 222, 128, var(--tw-ring-opacity));
}

.focus-within\:ring-green-500:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(34, 197, 94, var(--tw-ring-opacity));
}

.focus-within\:ring-green-600:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(22, 163, 74, var(--tw-ring-opacity));
}

.focus-within\:ring-green-700:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(21, 128, 61, var(--tw-ring-opacity));
}

.focus-within\:ring-green-800:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(22, 101, 52, var(--tw-ring-opacity));
}

.focus-within\:ring-green-900:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(20, 83, 45, var(--tw-ring-opacity));
}

.focus-within\:ring-lime-50:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(247, 254, 231, var(--tw-ring-opacity));
}

.focus-within\:ring-lime-100:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(236, 252, 203, var(--tw-ring-opacity));
}

.focus-within\:ring-lime-200:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(217, 249, 157, var(--tw-ring-opacity));
}

.focus-within\:ring-lime-300:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(190, 242, 100, var(--tw-ring-opacity));
}

.focus-within\:ring-lime-400:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(163, 230, 53, var(--tw-ring-opacity));
}

.focus-within\:ring-lime-500:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(132, 204, 22, var(--tw-ring-opacity));
}

.focus-within\:ring-lime-600:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(101, 163, 13, var(--tw-ring-opacity));
}

.focus-within\:ring-lime-700:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(77, 124, 15, var(--tw-ring-opacity));
}

.focus-within\:ring-lime-800:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(63, 98, 18, var(--tw-ring-opacity));
}

.focus-within\:ring-lime-900:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(54, 83, 20, var(--tw-ring-opacity));
}

.focus-within\:ring-yellow-50:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(254, 252, 232, var(--tw-ring-opacity));
}

.focus-within\:ring-yellow-100:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(254, 249, 195, var(--tw-ring-opacity));
}

.focus-within\:ring-yellow-200:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(254, 240, 138, var(--tw-ring-opacity));
}

.focus-within\:ring-yellow-300:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(253, 224, 71, var(--tw-ring-opacity));
}

.focus-within\:ring-yellow-400:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(250, 204, 21, var(--tw-ring-opacity));
}

.focus-within\:ring-yellow-500:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(234, 179, 8, var(--tw-ring-opacity));
}

.focus-within\:ring-yellow-600:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(202, 138, 4, var(--tw-ring-opacity));
}

.focus-within\:ring-yellow-700:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(161, 98, 7, var(--tw-ring-opacity));
}

.focus-within\:ring-yellow-800:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(133, 77, 14, var(--tw-ring-opacity));
}

.focus-within\:ring-yellow-900:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(113, 63, 18, var(--tw-ring-opacity));
}

.focus-within\:ring-amber-50:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(255, 251, 235, var(--tw-ring-opacity));
}

.focus-within\:ring-amber-100:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(254, 243, 199, var(--tw-ring-opacity));
}

.focus-within\:ring-amber-200:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(253, 230, 138, var(--tw-ring-opacity));
}

.focus-within\:ring-amber-300:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(252, 211, 77, var(--tw-ring-opacity));
}

.focus-within\:ring-amber-400:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(251, 191, 36, var(--tw-ring-opacity));
}

.focus-within\:ring-amber-500:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(245, 158, 11, var(--tw-ring-opacity));
}

.focus-within\:ring-amber-600:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(217, 119, 6, var(--tw-ring-opacity));
}

.focus-within\:ring-amber-700:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(180, 83, 9, var(--tw-ring-opacity));
}

.focus-within\:ring-amber-800:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(146, 64, 14, var(--tw-ring-opacity));
}

.focus-within\:ring-amber-900:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(120, 53, 15, var(--tw-ring-opacity));
}

.focus-within\:ring-orange-50:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(255, 247, 237, var(--tw-ring-opacity));
}

.focus-within\:ring-orange-100:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(255, 237, 213, var(--tw-ring-opacity));
}

.focus-within\:ring-orange-200:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(254, 215, 170, var(--tw-ring-opacity));
}

.focus-within\:ring-orange-300:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(253, 186, 116, var(--tw-ring-opacity));
}

.focus-within\:ring-orange-400:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(251, 146, 60, var(--tw-ring-opacity));
}

.focus-within\:ring-orange-500:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(249, 115, 22, var(--tw-ring-opacity));
}

.focus-within\:ring-orange-600:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(234, 88, 12, var(--tw-ring-opacity));
}

.focus-within\:ring-orange-700:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(194, 65, 12, var(--tw-ring-opacity));
}

.focus-within\:ring-orange-800:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(154, 52, 18, var(--tw-ring-opacity));
}

.focus-within\:ring-orange-900:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(124, 45, 18, var(--tw-ring-opacity));
}

.focus-within\:ring-red-50:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(254, 242, 242, var(--tw-ring-opacity));
}

.focus-within\:ring-red-100:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(254, 226, 226, var(--tw-ring-opacity));
}

.focus-within\:ring-red-200:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(254, 202, 202, var(--tw-ring-opacity));
}

.focus-within\:ring-red-300:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(252, 165, 165, var(--tw-ring-opacity));
}

.focus-within\:ring-red-400:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(248, 113, 113, var(--tw-ring-opacity));
}

.focus-within\:ring-red-500:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(239, 68, 68, var(--tw-ring-opacity));
}

.focus-within\:ring-red-600:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(220, 38, 38, var(--tw-ring-opacity));
}

.focus-within\:ring-red-700:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(185, 28, 28, var(--tw-ring-opacity));
}

.focus-within\:ring-red-800:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(153, 27, 27, var(--tw-ring-opacity));
}

.focus-within\:ring-red-900:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(127, 29, 29, var(--tw-ring-opacity));
}

.focus-within\:ring-warmGray-50:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(250, 250, 249, var(--tw-ring-opacity));
}

.focus-within\:ring-warmGray-100:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(245, 245, 244, var(--tw-ring-opacity));
}

.focus-within\:ring-warmGray-200:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(231, 229, 228, var(--tw-ring-opacity));
}

.focus-within\:ring-warmGray-300:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(214, 211, 209, var(--tw-ring-opacity));
}

.focus-within\:ring-warmGray-400:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(168, 162, 158, var(--tw-ring-opacity));
}

.focus-within\:ring-warmGray-500:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(120, 113, 108, var(--tw-ring-opacity));
}

.focus-within\:ring-warmGray-600:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(87, 83, 78, var(--tw-ring-opacity));
}

.focus-within\:ring-warmGray-700:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(68, 64, 60, var(--tw-ring-opacity));
}

.focus-within\:ring-warmGray-800:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(41, 37, 36, var(--tw-ring-opacity));
}

.focus-within\:ring-warmGray-900:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(28, 25, 23, var(--tw-ring-opacity));
}

.focus-within\:ring-trueGray-50:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(250, 250, 250, var(--tw-ring-opacity));
}

.focus-within\:ring-trueGray-100:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(245, 245, 245, var(--tw-ring-opacity));
}

.focus-within\:ring-trueGray-200:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(229, 229, 229, var(--tw-ring-opacity));
}

.focus-within\:ring-trueGray-300:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(212, 212, 212, var(--tw-ring-opacity));
}

.focus-within\:ring-trueGray-400:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(163, 163, 163, var(--tw-ring-opacity));
}

.focus-within\:ring-trueGray-500:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(115, 115, 115, var(--tw-ring-opacity));
}

.focus-within\:ring-trueGray-600:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(82, 82, 82, var(--tw-ring-opacity));
}

.focus-within\:ring-trueGray-700:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(64, 64, 64, var(--tw-ring-opacity));
}

.focus-within\:ring-trueGray-800:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(38, 38, 38, var(--tw-ring-opacity));
}

.focus-within\:ring-trueGray-900:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(23, 23, 23, var(--tw-ring-opacity));
}

.focus-within\:ring-gray-50:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(250, 250, 250, var(--tw-ring-opacity));
}

.focus-within\:ring-gray-100:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(244, 244, 245, var(--tw-ring-opacity));
}

.focus-within\:ring-gray-200:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(228, 228, 231, var(--tw-ring-opacity));
}

.focus-within\:ring-gray-300:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(212, 212, 216, var(--tw-ring-opacity));
}

.focus-within\:ring-gray-400:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(161, 161, 170, var(--tw-ring-opacity));
}

.focus-within\:ring-gray-500:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(113, 113, 122, var(--tw-ring-opacity));
}

.focus-within\:ring-gray-600:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(82, 82, 91, var(--tw-ring-opacity));
}

.focus-within\:ring-gray-700:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(63, 63, 70, var(--tw-ring-opacity));
}

.focus-within\:ring-gray-800:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(39, 39, 42, var(--tw-ring-opacity));
}

.focus-within\:ring-gray-900:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(24, 24, 27, var(--tw-ring-opacity));
}

.focus-within\:ring-coolGray-50:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(249, 250, 251, var(--tw-ring-opacity));
}

.focus-within\:ring-coolGray-100:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(243, 244, 246, var(--tw-ring-opacity));
}

.focus-within\:ring-coolGray-200:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(229, 231, 235, var(--tw-ring-opacity));
}

.focus-within\:ring-coolGray-300:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(209, 213, 219, var(--tw-ring-opacity));
}

.focus-within\:ring-coolGray-400:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(156, 163, 175, var(--tw-ring-opacity));
}

.focus-within\:ring-coolGray-500:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(107, 114, 128, var(--tw-ring-opacity));
}

.focus-within\:ring-coolGray-600:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(75, 85, 99, var(--tw-ring-opacity));
}

.focus-within\:ring-coolGray-700:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(55, 65, 81, var(--tw-ring-opacity));
}

.focus-within\:ring-coolGray-800:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(31, 41, 55, var(--tw-ring-opacity));
}

.focus-within\:ring-coolGray-900:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(17, 24, 39, var(--tw-ring-opacity));
}

.focus-within\:ring-blueGray-50:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(248, 250, 252, var(--tw-ring-opacity));
}

.focus-within\:ring-blueGray-100:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(241, 245, 249, var(--tw-ring-opacity));
}

.focus-within\:ring-blueGray-200:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(226, 232, 240, var(--tw-ring-opacity));
}

.focus-within\:ring-blueGray-300:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(203, 213, 225, var(--tw-ring-opacity));
}

.focus-within\:ring-blueGray-400:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(148, 163, 184, var(--tw-ring-opacity));
}

.focus-within\:ring-blueGray-500:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(100, 116, 139, var(--tw-ring-opacity));
}

.focus-within\:ring-blueGray-600:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(71, 85, 105, var(--tw-ring-opacity));
}

.focus-within\:ring-blueGray-700:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(51, 65, 85, var(--tw-ring-opacity));
}

.focus-within\:ring-blueGray-800:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(30, 41, 59, var(--tw-ring-opacity));
}

.focus-within\:ring-blueGray-900:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(15, 23, 42, var(--tw-ring-opacity));
}

.focus\:ring-current:focus {
  --tw-ring-color: currentColor;
}

.focus\:ring-transparent:focus {
  --tw-ring-color: transparent;
}

.focus\:ring-falcon:focus {
  --tw-ring-color: var(--falcon);
}

.focus\:ring-basement:focus {
  --tw-ring-color: var(--basement);
}

.focus\:ring-blue-50:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(239, 246, 255, var(--tw-ring-opacity));
}

.focus\:ring-blue-100:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(219, 234, 254, var(--tw-ring-opacity));
}

.focus\:ring-blue-200:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(191, 219, 254, var(--tw-ring-opacity));
}

.focus\:ring-blue-300:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(147, 197, 253, var(--tw-ring-opacity));
}

.focus\:ring-blue-400:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(96, 165, 250, var(--tw-ring-opacity));
}

.focus\:ring-blue-500:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(59, 130, 246, var(--tw-ring-opacity));
}

.focus\:ring-blue-600:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(37, 99, 235, var(--tw-ring-opacity));
}

.focus\:ring-blue-700:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(29, 78, 216, var(--tw-ring-opacity));
}

.focus\:ring-blue-800:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(30, 64, 175, var(--tw-ring-opacity));
}

.focus\:ring-blue-900:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(30, 58, 138, var(--tw-ring-opacity));
}

.focus\:ring-body-and-labels:focus {
  --tw-ring-color: var(--body-and-labels);
}

.focus\:ring-brand:focus {
  --tw-ring-color: var(--brand);
}

.focus\:ring-code-base-64:focus {
  --tw-ring-color: var(--code-base-64);
}

.focus\:ring-code-bg:focus {
  --tw-ring-color: var(--code-bg);
}

.focus\:ring-code-outline:focus {
  --tw-ring-color: var(--code-outline);
}

.focus\:ring-code-text:focus {
  --tw-ring-color: var(--code-text);
}

.focus\:ring-critical:focus {
  --tw-ring-color: var(--critical);
}

.focus\:ring-destructive-hover:focus {
  --tw-ring-color: var(--destructive-hover);
}

.focus\:ring-destructive-idle:focus {
  --tw-ring-color: var(--destructive-idle);
}

.focus\:ring-destructive-pressed:focus {
  --tw-ring-color: var(--destructive-pressed);
}

.focus\:ring-disabled:focus {
  --tw-ring-color: var(--disabled);
}

.focus\:ring-disc-operations:focus {
  --tw-ring-color: var(--disc-operations);
}

.focus\:ring-dns-requests:focus {
  --tw-ring-color: var(--dns-requests);
}

.focus\:ring-focus:focus {
  --tw-ring-color: var(--focus);
}

.focus\:ring-graph-1:focus {
  --tw-ring-color: var(--graph-1);
}

.focus\:ring-graph-10:focus {
  --tw-ring-color: var(--graph-10);
}

.focus\:ring-graph-11:focus {
  --tw-ring-color: var(--graph-11);
}

.focus\:ring-graph-2:focus {
  --tw-ring-color: var(--graph-2);
}

.focus\:ring-graph-3:focus {
  --tw-ring-color: var(--graph-3);
}

.focus\:ring-graph-4:focus {
  --tw-ring-color: var(--graph-4);
}

.focus\:ring-graph-5:focus {
  --tw-ring-color: var(--graph-5);
}

.focus\:ring-graph-6:focus {
  --tw-ring-color: var(--graph-6);
}

.focus\:ring-graph-7:focus {
  --tw-ring-color: var(--graph-7);
}

.focus\:ring-graph-8:focus {
  --tw-ring-color: var(--graph-8);
}

.focus\:ring-graph-9:focus {
  --tw-ring-color: var(--graph-9);
}

.focus\:ring-graph-disabled:focus {
  --tw-ring-color: var(--graph-disabled);
}

.focus\:ring-ground-floor:focus {
  --tw-ring-color: var(--ground-floor);
}

.focus\:ring-high:focus {
  --tw-ring-color: var(--high);
}

.focus\:ring-informational:focus {
  --tw-ring-color: var(--informational);
}

.focus\:ring-lines-dark:focus {
  --tw-ring-color: var(--lines-dark);
}

.focus\:ring-lines-light:focus {
  --tw-ring-color: var(--lines-light);
}

.focus\:ring-low:focus {
  --tw-ring-color: var(--low);
}

.focus\:ring-medium:focus {
  --tw-ring-color: var(--medium);
}

.focus\:ring-mezzanine:focus {
  --tw-ring-color: var(--mezzanine);
}

.focus\:ring-nav-text-and-icons:focus {
  --tw-ring-color: var(--nav-text-and-icons);
}

.focus\:ring-nav-text-secondary:focus {
  --tw-ring-color: var(--nav-text-secondary);
}

.focus\:ring-network-operations:focus {
  --tw-ring-color: var(--network-operations);
}

.focus\:ring-normal-hover:focus {
  --tw-ring-color: var(--normal-hover);
}

.focus\:ring-normal-idle:focus {
  --tw-ring-color: var(--normal-idle);
}

.focus\:ring-normal-pressed:focus {
  --tw-ring-color: var(--normal-pressed);
}

.focus\:ring-overlay-0\.5:focus {
  --tw-ring-color: var(--overlay-0\.5);
}

.focus\:ring-overlay-1:focus {
  --tw-ring-color: var(--overlay-1);
}

.focus\:ring-overlay-2:focus {
  --tw-ring-color: var(--overlay-2);
}

.focus\:ring-positive:focus {
  --tw-ring-color: var(--positive);
}

.focus\:ring-primary-hover:focus {
  --tw-ring-color: var(--primary-hover);
}

.focus\:ring-primary-idle:focus {
  --tw-ring-color: var(--primary-idle);
}

.focus\:ring-primary-pressed:focus {
  --tw-ring-color: var(--primary-pressed);
}

.focus\:ring-process-operations:focus {
  --tw-ring-color: var(--process-operations);
}

.focus\:ring-purple-50:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(250, 245, 255, var(--tw-ring-opacity));
}

.focus\:ring-purple-100:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(243, 232, 255, var(--tw-ring-opacity));
}

.focus\:ring-purple-200:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(233, 213, 255, var(--tw-ring-opacity));
}

.focus\:ring-purple-300:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(216, 180, 254, var(--tw-ring-opacity));
}

.focus\:ring-purple-400:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(192, 132, 252, var(--tw-ring-opacity));
}

.focus\:ring-purple-500:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(168, 85, 247, var(--tw-ring-opacity));
}

.focus\:ring-purple-600:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(147, 51, 234, var(--tw-ring-opacity));
}

.focus\:ring-purple-700:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(126, 34, 206, var(--tw-ring-opacity));
}

.focus\:ring-purple-800:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(107, 33, 168, var(--tw-ring-opacity));
}

.focus\:ring-purple-900:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(88, 28, 135, var(--tw-ring-opacity));
}

.focus\:ring-registry-operations:focus {
  --tw-ring-color: var(--registry-operations);
}

.focus\:ring-selected:focus {
  --tw-ring-color: var(--selected);
}

.focus\:ring-surface-2xl:focus {
  --tw-ring-color: var(--surface-2xl);
}

.focus\:ring-surface-base:focus {
  --tw-ring-color: var(--surface-base);
}

.focus\:ring-surface-inner:focus {
  --tw-ring-color: var(--surface-inner);
}

.focus\:ring-surface-lg:focus {
  --tw-ring-color: var(--surface-lg);
}

.focus\:ring-surface-md:focus {
  --tw-ring-color: var(--surface-md);
}

.focus\:ring-surface-xl:focus {
  --tw-ring-color: var(--surface-xl);
}

.focus\:ring-text-and-icons:focus {
  --tw-ring-color: var(--text-and-icons);
}

.focus\:ring-titles-and-attributes:focus {
  --tw-ring-color: var(--titles-and-attributes);
}

.focus\:ring-black:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(0, 0, 0, var(--tw-ring-opacity));
}

.focus\:ring-white:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(255, 255, 255, var(--tw-ring-opacity));
}

.focus\:ring-rose-50:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(255, 241, 242, var(--tw-ring-opacity));
}

.focus\:ring-rose-100:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(255, 228, 230, var(--tw-ring-opacity));
}

.focus\:ring-rose-200:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(254, 205, 211, var(--tw-ring-opacity));
}

.focus\:ring-rose-300:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(253, 164, 175, var(--tw-ring-opacity));
}

.focus\:ring-rose-400:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(251, 113, 133, var(--tw-ring-opacity));
}

.focus\:ring-rose-500:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(244, 63, 94, var(--tw-ring-opacity));
}

.focus\:ring-rose-600:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(225, 29, 72, var(--tw-ring-opacity));
}

.focus\:ring-rose-700:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(190, 18, 60, var(--tw-ring-opacity));
}

.focus\:ring-rose-800:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(159, 18, 57, var(--tw-ring-opacity));
}

.focus\:ring-rose-900:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(136, 19, 55, var(--tw-ring-opacity));
}

.focus\:ring-pink-50:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(253, 242, 248, var(--tw-ring-opacity));
}

.focus\:ring-pink-100:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(252, 231, 243, var(--tw-ring-opacity));
}

.focus\:ring-pink-200:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(251, 207, 232, var(--tw-ring-opacity));
}

.focus\:ring-pink-300:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(249, 168, 212, var(--tw-ring-opacity));
}

.focus\:ring-pink-400:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(244, 114, 182, var(--tw-ring-opacity));
}

.focus\:ring-pink-500:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(236, 72, 153, var(--tw-ring-opacity));
}

.focus\:ring-pink-600:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(219, 39, 119, var(--tw-ring-opacity));
}

.focus\:ring-pink-700:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(190, 24, 93, var(--tw-ring-opacity));
}

.focus\:ring-pink-800:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(157, 23, 77, var(--tw-ring-opacity));
}

.focus\:ring-pink-900:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(131, 24, 67, var(--tw-ring-opacity));
}

.focus\:ring-fuchsia-50:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(253, 244, 255, var(--tw-ring-opacity));
}

.focus\:ring-fuchsia-100:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(250, 232, 255, var(--tw-ring-opacity));
}

.focus\:ring-fuchsia-200:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(245, 208, 254, var(--tw-ring-opacity));
}

.focus\:ring-fuchsia-300:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(240, 171, 252, var(--tw-ring-opacity));
}

.focus\:ring-fuchsia-400:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(232, 121, 249, var(--tw-ring-opacity));
}

.focus\:ring-fuchsia-500:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(217, 70, 239, var(--tw-ring-opacity));
}

.focus\:ring-fuchsia-600:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(192, 38, 211, var(--tw-ring-opacity));
}

.focus\:ring-fuchsia-700:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(162, 28, 175, var(--tw-ring-opacity));
}

.focus\:ring-fuchsia-800:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(134, 25, 143, var(--tw-ring-opacity));
}

.focus\:ring-fuchsia-900:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(112, 26, 117, var(--tw-ring-opacity));
}

.focus\:ring-violet-50:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(245, 243, 255, var(--tw-ring-opacity));
}

.focus\:ring-violet-100:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(237, 233, 254, var(--tw-ring-opacity));
}

.focus\:ring-violet-200:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(221, 214, 254, var(--tw-ring-opacity));
}

.focus\:ring-violet-300:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(196, 181, 253, var(--tw-ring-opacity));
}

.focus\:ring-violet-400:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(167, 139, 250, var(--tw-ring-opacity));
}

.focus\:ring-violet-500:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(139, 92, 246, var(--tw-ring-opacity));
}

.focus\:ring-violet-600:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(124, 58, 237, var(--tw-ring-opacity));
}

.focus\:ring-violet-700:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(109, 40, 217, var(--tw-ring-opacity));
}

.focus\:ring-violet-800:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(91, 33, 182, var(--tw-ring-opacity));
}

.focus\:ring-violet-900:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(76, 29, 149, var(--tw-ring-opacity));
}

.focus\:ring-indigo-50:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(238, 242, 255, var(--tw-ring-opacity));
}

.focus\:ring-indigo-100:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(224, 231, 255, var(--tw-ring-opacity));
}

.focus\:ring-indigo-200:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(199, 210, 254, var(--tw-ring-opacity));
}

.focus\:ring-indigo-300:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(165, 180, 252, var(--tw-ring-opacity));
}

.focus\:ring-indigo-400:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(129, 140, 248, var(--tw-ring-opacity));
}

.focus\:ring-indigo-500:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(99, 102, 241, var(--tw-ring-opacity));
}

.focus\:ring-indigo-600:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(79, 70, 229, var(--tw-ring-opacity));
}

.focus\:ring-indigo-700:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(67, 56, 202, var(--tw-ring-opacity));
}

.focus\:ring-indigo-800:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(55, 48, 163, var(--tw-ring-opacity));
}

.focus\:ring-indigo-900:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(49, 46, 129, var(--tw-ring-opacity));
}

.focus\:ring-lightBlue-50:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(240, 249, 255, var(--tw-ring-opacity));
}

.focus\:ring-lightBlue-100:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(224, 242, 254, var(--tw-ring-opacity));
}

.focus\:ring-lightBlue-200:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(186, 230, 253, var(--tw-ring-opacity));
}

.focus\:ring-lightBlue-300:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(125, 211, 252, var(--tw-ring-opacity));
}

.focus\:ring-lightBlue-400:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(56, 189, 248, var(--tw-ring-opacity));
}

.focus\:ring-lightBlue-500:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(14, 165, 233, var(--tw-ring-opacity));
}

.focus\:ring-lightBlue-600:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(2, 132, 199, var(--tw-ring-opacity));
}

.focus\:ring-lightBlue-700:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(3, 105, 161, var(--tw-ring-opacity));
}

.focus\:ring-lightBlue-800:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(7, 89, 133, var(--tw-ring-opacity));
}

.focus\:ring-lightBlue-900:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(12, 74, 110, var(--tw-ring-opacity));
}

.focus\:ring-cyan-50:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(236, 254, 255, var(--tw-ring-opacity));
}

.focus\:ring-cyan-100:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(207, 250, 254, var(--tw-ring-opacity));
}

.focus\:ring-cyan-200:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(165, 243, 252, var(--tw-ring-opacity));
}

.focus\:ring-cyan-300:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(103, 232, 249, var(--tw-ring-opacity));
}

.focus\:ring-cyan-400:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(34, 211, 238, var(--tw-ring-opacity));
}

.focus\:ring-cyan-500:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(6, 182, 212, var(--tw-ring-opacity));
}

.focus\:ring-cyan-600:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(8, 145, 178, var(--tw-ring-opacity));
}

.focus\:ring-cyan-700:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(14, 116, 144, var(--tw-ring-opacity));
}

.focus\:ring-cyan-800:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(21, 94, 117, var(--tw-ring-opacity));
}

.focus\:ring-cyan-900:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(22, 78, 99, var(--tw-ring-opacity));
}

.focus\:ring-teal-50:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(240, 253, 250, var(--tw-ring-opacity));
}

.focus\:ring-teal-100:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(204, 251, 241, var(--tw-ring-opacity));
}

.focus\:ring-teal-200:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(153, 246, 228, var(--tw-ring-opacity));
}

.focus\:ring-teal-300:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(94, 234, 212, var(--tw-ring-opacity));
}

.focus\:ring-teal-400:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(45, 212, 191, var(--tw-ring-opacity));
}

.focus\:ring-teal-500:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(20, 184, 166, var(--tw-ring-opacity));
}

.focus\:ring-teal-600:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(13, 148, 136, var(--tw-ring-opacity));
}

.focus\:ring-teal-700:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(15, 118, 110, var(--tw-ring-opacity));
}

.focus\:ring-teal-800:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(17, 94, 89, var(--tw-ring-opacity));
}

.focus\:ring-teal-900:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(19, 78, 74, var(--tw-ring-opacity));
}

.focus\:ring-emerald-50:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(236, 253, 245, var(--tw-ring-opacity));
}

.focus\:ring-emerald-100:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(209, 250, 229, var(--tw-ring-opacity));
}

.focus\:ring-emerald-200:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(167, 243, 208, var(--tw-ring-opacity));
}

.focus\:ring-emerald-300:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(110, 231, 183, var(--tw-ring-opacity));
}

.focus\:ring-emerald-400:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(52, 211, 153, var(--tw-ring-opacity));
}

.focus\:ring-emerald-500:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(16, 185, 129, var(--tw-ring-opacity));
}

.focus\:ring-emerald-600:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(5, 150, 105, var(--tw-ring-opacity));
}

.focus\:ring-emerald-700:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(4, 120, 87, var(--tw-ring-opacity));
}

.focus\:ring-emerald-800:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(6, 95, 70, var(--tw-ring-opacity));
}

.focus\:ring-emerald-900:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(6, 78, 59, var(--tw-ring-opacity));
}

.focus\:ring-green-50:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(240, 253, 244, var(--tw-ring-opacity));
}

.focus\:ring-green-100:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(220, 252, 231, var(--tw-ring-opacity));
}

.focus\:ring-green-200:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(187, 247, 208, var(--tw-ring-opacity));
}

.focus\:ring-green-300:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(134, 239, 172, var(--tw-ring-opacity));
}

.focus\:ring-green-400:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(74, 222, 128, var(--tw-ring-opacity));
}

.focus\:ring-green-500:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(34, 197, 94, var(--tw-ring-opacity));
}

.focus\:ring-green-600:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(22, 163, 74, var(--tw-ring-opacity));
}

.focus\:ring-green-700:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(21, 128, 61, var(--tw-ring-opacity));
}

.focus\:ring-green-800:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(22, 101, 52, var(--tw-ring-opacity));
}

.focus\:ring-green-900:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(20, 83, 45, var(--tw-ring-opacity));
}

.focus\:ring-lime-50:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(247, 254, 231, var(--tw-ring-opacity));
}

.focus\:ring-lime-100:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(236, 252, 203, var(--tw-ring-opacity));
}

.focus\:ring-lime-200:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(217, 249, 157, var(--tw-ring-opacity));
}

.focus\:ring-lime-300:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(190, 242, 100, var(--tw-ring-opacity));
}

.focus\:ring-lime-400:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(163, 230, 53, var(--tw-ring-opacity));
}

.focus\:ring-lime-500:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(132, 204, 22, var(--tw-ring-opacity));
}

.focus\:ring-lime-600:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(101, 163, 13, var(--tw-ring-opacity));
}

.focus\:ring-lime-700:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(77, 124, 15, var(--tw-ring-opacity));
}

.focus\:ring-lime-800:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(63, 98, 18, var(--tw-ring-opacity));
}

.focus\:ring-lime-900:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(54, 83, 20, var(--tw-ring-opacity));
}

.focus\:ring-yellow-50:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(254, 252, 232, var(--tw-ring-opacity));
}

.focus\:ring-yellow-100:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(254, 249, 195, var(--tw-ring-opacity));
}

.focus\:ring-yellow-200:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(254, 240, 138, var(--tw-ring-opacity));
}

.focus\:ring-yellow-300:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(253, 224, 71, var(--tw-ring-opacity));
}

.focus\:ring-yellow-400:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(250, 204, 21, var(--tw-ring-opacity));
}

.focus\:ring-yellow-500:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(234, 179, 8, var(--tw-ring-opacity));
}

.focus\:ring-yellow-600:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(202, 138, 4, var(--tw-ring-opacity));
}

.focus\:ring-yellow-700:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(161, 98, 7, var(--tw-ring-opacity));
}

.focus\:ring-yellow-800:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(133, 77, 14, var(--tw-ring-opacity));
}

.focus\:ring-yellow-900:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(113, 63, 18, var(--tw-ring-opacity));
}

.focus\:ring-amber-50:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(255, 251, 235, var(--tw-ring-opacity));
}

.focus\:ring-amber-100:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(254, 243, 199, var(--tw-ring-opacity));
}

.focus\:ring-amber-200:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(253, 230, 138, var(--tw-ring-opacity));
}

.focus\:ring-amber-300:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(252, 211, 77, var(--tw-ring-opacity));
}

.focus\:ring-amber-400:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(251, 191, 36, var(--tw-ring-opacity));
}

.focus\:ring-amber-500:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(245, 158, 11, var(--tw-ring-opacity));
}

.focus\:ring-amber-600:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(217, 119, 6, var(--tw-ring-opacity));
}

.focus\:ring-amber-700:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(180, 83, 9, var(--tw-ring-opacity));
}

.focus\:ring-amber-800:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(146, 64, 14, var(--tw-ring-opacity));
}

.focus\:ring-amber-900:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(120, 53, 15, var(--tw-ring-opacity));
}

.focus\:ring-orange-50:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(255, 247, 237, var(--tw-ring-opacity));
}

.focus\:ring-orange-100:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(255, 237, 213, var(--tw-ring-opacity));
}

.focus\:ring-orange-200:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(254, 215, 170, var(--tw-ring-opacity));
}

.focus\:ring-orange-300:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(253, 186, 116, var(--tw-ring-opacity));
}

.focus\:ring-orange-400:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(251, 146, 60, var(--tw-ring-opacity));
}

.focus\:ring-orange-500:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(249, 115, 22, var(--tw-ring-opacity));
}

.focus\:ring-orange-600:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(234, 88, 12, var(--tw-ring-opacity));
}

.focus\:ring-orange-700:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(194, 65, 12, var(--tw-ring-opacity));
}

.focus\:ring-orange-800:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(154, 52, 18, var(--tw-ring-opacity));
}

.focus\:ring-orange-900:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(124, 45, 18, var(--tw-ring-opacity));
}

.focus\:ring-red-50:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(254, 242, 242, var(--tw-ring-opacity));
}

.focus\:ring-red-100:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(254, 226, 226, var(--tw-ring-opacity));
}

.focus\:ring-red-200:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(254, 202, 202, var(--tw-ring-opacity));
}

.focus\:ring-red-300:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(252, 165, 165, var(--tw-ring-opacity));
}

.focus\:ring-red-400:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(248, 113, 113, var(--tw-ring-opacity));
}

.focus\:ring-red-500:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(239, 68, 68, var(--tw-ring-opacity));
}

.focus\:ring-red-600:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(220, 38, 38, var(--tw-ring-opacity));
}

.focus\:ring-red-700:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(185, 28, 28, var(--tw-ring-opacity));
}

.focus\:ring-red-800:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(153, 27, 27, var(--tw-ring-opacity));
}

.focus\:ring-red-900:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(127, 29, 29, var(--tw-ring-opacity));
}

.focus\:ring-warmGray-50:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(250, 250, 249, var(--tw-ring-opacity));
}

.focus\:ring-warmGray-100:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(245, 245, 244, var(--tw-ring-opacity));
}

.focus\:ring-warmGray-200:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(231, 229, 228, var(--tw-ring-opacity));
}

.focus\:ring-warmGray-300:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(214, 211, 209, var(--tw-ring-opacity));
}

.focus\:ring-warmGray-400:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(168, 162, 158, var(--tw-ring-opacity));
}

.focus\:ring-warmGray-500:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(120, 113, 108, var(--tw-ring-opacity));
}

.focus\:ring-warmGray-600:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(87, 83, 78, var(--tw-ring-opacity));
}

.focus\:ring-warmGray-700:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(68, 64, 60, var(--tw-ring-opacity));
}

.focus\:ring-warmGray-800:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(41, 37, 36, var(--tw-ring-opacity));
}

.focus\:ring-warmGray-900:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(28, 25, 23, var(--tw-ring-opacity));
}

.focus\:ring-trueGray-50:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(250, 250, 250, var(--tw-ring-opacity));
}

.focus\:ring-trueGray-100:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(245, 245, 245, var(--tw-ring-opacity));
}

.focus\:ring-trueGray-200:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(229, 229, 229, var(--tw-ring-opacity));
}

.focus\:ring-trueGray-300:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(212, 212, 212, var(--tw-ring-opacity));
}

.focus\:ring-trueGray-400:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(163, 163, 163, var(--tw-ring-opacity));
}

.focus\:ring-trueGray-500:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(115, 115, 115, var(--tw-ring-opacity));
}

.focus\:ring-trueGray-600:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(82, 82, 82, var(--tw-ring-opacity));
}

.focus\:ring-trueGray-700:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(64, 64, 64, var(--tw-ring-opacity));
}

.focus\:ring-trueGray-800:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(38, 38, 38, var(--tw-ring-opacity));
}

.focus\:ring-trueGray-900:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(23, 23, 23, var(--tw-ring-opacity));
}

.focus\:ring-gray-50:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(250, 250, 250, var(--tw-ring-opacity));
}

.focus\:ring-gray-100:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(244, 244, 245, var(--tw-ring-opacity));
}

.focus\:ring-gray-200:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(228, 228, 231, var(--tw-ring-opacity));
}

.focus\:ring-gray-300:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(212, 212, 216, var(--tw-ring-opacity));
}

.focus\:ring-gray-400:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(161, 161, 170, var(--tw-ring-opacity));
}

.focus\:ring-gray-500:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(113, 113, 122, var(--tw-ring-opacity));
}

.focus\:ring-gray-600:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(82, 82, 91, var(--tw-ring-opacity));
}

.focus\:ring-gray-700:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(63, 63, 70, var(--tw-ring-opacity));
}

.focus\:ring-gray-800:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(39, 39, 42, var(--tw-ring-opacity));
}

.focus\:ring-gray-900:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(24, 24, 27, var(--tw-ring-opacity));
}

.focus\:ring-coolGray-50:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(249, 250, 251, var(--tw-ring-opacity));
}

.focus\:ring-coolGray-100:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(243, 244, 246, var(--tw-ring-opacity));
}

.focus\:ring-coolGray-200:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(229, 231, 235, var(--tw-ring-opacity));
}

.focus\:ring-coolGray-300:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(209, 213, 219, var(--tw-ring-opacity));
}

.focus\:ring-coolGray-400:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(156, 163, 175, var(--tw-ring-opacity));
}

.focus\:ring-coolGray-500:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(107, 114, 128, var(--tw-ring-opacity));
}

.focus\:ring-coolGray-600:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(75, 85, 99, var(--tw-ring-opacity));
}

.focus\:ring-coolGray-700:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(55, 65, 81, var(--tw-ring-opacity));
}

.focus\:ring-coolGray-800:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(31, 41, 55, var(--tw-ring-opacity));
}

.focus\:ring-coolGray-900:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(17, 24, 39, var(--tw-ring-opacity));
}

.focus\:ring-blueGray-50:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(248, 250, 252, var(--tw-ring-opacity));
}

.focus\:ring-blueGray-100:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(241, 245, 249, var(--tw-ring-opacity));
}

.focus\:ring-blueGray-200:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(226, 232, 240, var(--tw-ring-opacity));
}

.focus\:ring-blueGray-300:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(203, 213, 225, var(--tw-ring-opacity));
}

.focus\:ring-blueGray-400:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(148, 163, 184, var(--tw-ring-opacity));
}

.focus\:ring-blueGray-500:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(100, 116, 139, var(--tw-ring-opacity));
}

.focus\:ring-blueGray-600:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(71, 85, 105, var(--tw-ring-opacity));
}

.focus\:ring-blueGray-700:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(51, 65, 85, var(--tw-ring-opacity));
}

.focus\:ring-blueGray-800:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(30, 41, 59, var(--tw-ring-opacity));
}

.focus\:ring-blueGray-900:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(15, 23, 42, var(--tw-ring-opacity));
}

.ring-opacity-0 {
  --tw-ring-opacity: 0;
}

.ring-opacity-5 {
  --tw-ring-opacity: 0.05;
}

.ring-opacity-10 {
  --tw-ring-opacity: 0.1;
}

.ring-opacity-20 {
  --tw-ring-opacity: 0.2;
}

.ring-opacity-25 {
  --tw-ring-opacity: 0.25;
}

.ring-opacity-30 {
  --tw-ring-opacity: 0.3;
}

.ring-opacity-40 {
  --tw-ring-opacity: 0.4;
}

.ring-opacity-50 {
  --tw-ring-opacity: 0.5;
}

.ring-opacity-60 {
  --tw-ring-opacity: 0.6;
}

.ring-opacity-70 {
  --tw-ring-opacity: 0.7;
}

.ring-opacity-75 {
  --tw-ring-opacity: 0.75;
}

.ring-opacity-80 {
  --tw-ring-opacity: 0.8;
}

.ring-opacity-90 {
  --tw-ring-opacity: 0.9;
}

.ring-opacity-95 {
  --tw-ring-opacity: 0.95;
}

.ring-opacity-100 {
  --tw-ring-opacity: 1;
}

.focus-within\:ring-opacity-0:focus-within {
  --tw-ring-opacity: 0;
}

.focus-within\:ring-opacity-5:focus-within {
  --tw-ring-opacity: 0.05;
}

.focus-within\:ring-opacity-10:focus-within {
  --tw-ring-opacity: 0.1;
}

.focus-within\:ring-opacity-20:focus-within {
  --tw-ring-opacity: 0.2;
}

.focus-within\:ring-opacity-25:focus-within {
  --tw-ring-opacity: 0.25;
}

.focus-within\:ring-opacity-30:focus-within {
  --tw-ring-opacity: 0.3;
}

.focus-within\:ring-opacity-40:focus-within {
  --tw-ring-opacity: 0.4;
}

.focus-within\:ring-opacity-50:focus-within {
  --tw-ring-opacity: 0.5;
}

.focus-within\:ring-opacity-60:focus-within {
  --tw-ring-opacity: 0.6;
}

.focus-within\:ring-opacity-70:focus-within {
  --tw-ring-opacity: 0.7;
}

.focus-within\:ring-opacity-75:focus-within {
  --tw-ring-opacity: 0.75;
}

.focus-within\:ring-opacity-80:focus-within {
  --tw-ring-opacity: 0.8;
}

.focus-within\:ring-opacity-90:focus-within {
  --tw-ring-opacity: 0.9;
}

.focus-within\:ring-opacity-95:focus-within {
  --tw-ring-opacity: 0.95;
}

.focus-within\:ring-opacity-100:focus-within {
  --tw-ring-opacity: 1;
}

.focus\:ring-opacity-0:focus {
  --tw-ring-opacity: 0;
}

.focus\:ring-opacity-5:focus {
  --tw-ring-opacity: 0.05;
}

.focus\:ring-opacity-10:focus {
  --tw-ring-opacity: 0.1;
}

.focus\:ring-opacity-20:focus {
  --tw-ring-opacity: 0.2;
}

.focus\:ring-opacity-25:focus {
  --tw-ring-opacity: 0.25;
}

.focus\:ring-opacity-30:focus {
  --tw-ring-opacity: 0.3;
}

.focus\:ring-opacity-40:focus {
  --tw-ring-opacity: 0.4;
}

.focus\:ring-opacity-50:focus {
  --tw-ring-opacity: 0.5;
}

.focus\:ring-opacity-60:focus {
  --tw-ring-opacity: 0.6;
}

.focus\:ring-opacity-70:focus {
  --tw-ring-opacity: 0.7;
}

.focus\:ring-opacity-75:focus {
  --tw-ring-opacity: 0.75;
}

.focus\:ring-opacity-80:focus {
  --tw-ring-opacity: 0.8;
}

.focus\:ring-opacity-90:focus {
  --tw-ring-opacity: 0.9;
}

.focus\:ring-opacity-95:focus {
  --tw-ring-opacity: 0.95;
}

.focus\:ring-opacity-100:focus {
  --tw-ring-opacity: 1;
}

.ring-offset-0 {
  --tw-ring-offset-width: 0px;
}

.ring-offset-1 {
  --tw-ring-offset-width: 1px;
}

.ring-offset-2 {
  --tw-ring-offset-width: 2px;
}

.ring-offset-4 {
  --tw-ring-offset-width: 4px;
}

.ring-offset-8 {
  --tw-ring-offset-width: 8px;
}

.focus-within\:ring-offset-0:focus-within {
  --tw-ring-offset-width: 0px;
}

.focus-within\:ring-offset-1:focus-within {
  --tw-ring-offset-width: 1px;
}

.focus-within\:ring-offset-2:focus-within {
  --tw-ring-offset-width: 2px;
}

.focus-within\:ring-offset-4:focus-within {
  --tw-ring-offset-width: 4px;
}

.focus-within\:ring-offset-8:focus-within {
  --tw-ring-offset-width: 8px;
}

.focus\:ring-offset-0:focus {
  --tw-ring-offset-width: 0px;
}

.focus\:ring-offset-1:focus {
  --tw-ring-offset-width: 1px;
}

.focus\:ring-offset-2:focus {
  --tw-ring-offset-width: 2px;
}

.focus\:ring-offset-4:focus {
  --tw-ring-offset-width: 4px;
}

.focus\:ring-offset-8:focus {
  --tw-ring-offset-width: 8px;
}

.ring-offset-current {
  --tw-ring-offset-color: currentColor;
}

.ring-offset-transparent {
  --tw-ring-offset-color: transparent;
}

.ring-offset-falcon {
  --tw-ring-offset-color: var(--falcon);
}

.ring-offset-basement {
  --tw-ring-offset-color: var(--basement);
}

.ring-offset-blue-50 {
  --tw-ring-offset-color: #eff6ff;
}

.ring-offset-blue-100 {
  --tw-ring-offset-color: #dbeafe;
}

.ring-offset-blue-200 {
  --tw-ring-offset-color: #bfdbfe;
}

.ring-offset-blue-300 {
  --tw-ring-offset-color: #93c5fd;
}

.ring-offset-blue-400 {
  --tw-ring-offset-color: #60a5fa;
}

.ring-offset-blue-500 {
  --tw-ring-offset-color: #3b82f6;
}

.ring-offset-blue-600 {
  --tw-ring-offset-color: #2563eb;
}

.ring-offset-blue-700 {
  --tw-ring-offset-color: #1d4ed8;
}

.ring-offset-blue-800 {
  --tw-ring-offset-color: #1e40af;
}

.ring-offset-blue-900 {
  --tw-ring-offset-color: #1e3a8a;
}

.ring-offset-body-and-labels {
  --tw-ring-offset-color: var(--body-and-labels);
}

.ring-offset-brand {
  --tw-ring-offset-color: var(--brand);
}

.ring-offset-code-base-64 {
  --tw-ring-offset-color: var(--code-base-64);
}

.ring-offset-code-bg {
  --tw-ring-offset-color: var(--code-bg);
}

.ring-offset-code-outline {
  --tw-ring-offset-color: var(--code-outline);
}

.ring-offset-code-text {
  --tw-ring-offset-color: var(--code-text);
}

.ring-offset-critical {
  --tw-ring-offset-color: var(--critical);
}

.ring-offset-destructive-hover {
  --tw-ring-offset-color: var(--destructive-hover);
}

.ring-offset-destructive-idle {
  --tw-ring-offset-color: var(--destructive-idle);
}

.ring-offset-destructive-pressed {
  --tw-ring-offset-color: var(--destructive-pressed);
}

.ring-offset-disabled {
  --tw-ring-offset-color: var(--disabled);
}

.ring-offset-disc-operations {
  --tw-ring-offset-color: var(--disc-operations);
}

.ring-offset-dns-requests {
  --tw-ring-offset-color: var(--dns-requests);
}

.ring-offset-focus {
  --tw-ring-offset-color: var(--focus);
}

.ring-offset-graph-1 {
  --tw-ring-offset-color: var(--graph-1);
}

.ring-offset-graph-10 {
  --tw-ring-offset-color: var(--graph-10);
}

.ring-offset-graph-11 {
  --tw-ring-offset-color: var(--graph-11);
}

.ring-offset-graph-2 {
  --tw-ring-offset-color: var(--graph-2);
}

.ring-offset-graph-3 {
  --tw-ring-offset-color: var(--graph-3);
}

.ring-offset-graph-4 {
  --tw-ring-offset-color: var(--graph-4);
}

.ring-offset-graph-5 {
  --tw-ring-offset-color: var(--graph-5);
}

.ring-offset-graph-6 {
  --tw-ring-offset-color: var(--graph-6);
}

.ring-offset-graph-7 {
  --tw-ring-offset-color: var(--graph-7);
}

.ring-offset-graph-8 {
  --tw-ring-offset-color: var(--graph-8);
}

.ring-offset-graph-9 {
  --tw-ring-offset-color: var(--graph-9);
}

.ring-offset-graph-disabled {
  --tw-ring-offset-color: var(--graph-disabled);
}

.ring-offset-ground-floor {
  --tw-ring-offset-color: var(--ground-floor);
}

.ring-offset-high {
  --tw-ring-offset-color: var(--high);
}

.ring-offset-informational {
  --tw-ring-offset-color: var(--informational);
}

.ring-offset-lines-dark {
  --tw-ring-offset-color: var(--lines-dark);
}

.ring-offset-lines-light {
  --tw-ring-offset-color: var(--lines-light);
}

.ring-offset-low {
  --tw-ring-offset-color: var(--low);
}

.ring-offset-medium {
  --tw-ring-offset-color: var(--medium);
}

.ring-offset-mezzanine {
  --tw-ring-offset-color: var(--mezzanine);
}

.ring-offset-nav-text-and-icons {
  --tw-ring-offset-color: var(--nav-text-and-icons);
}

.ring-offset-nav-text-secondary {
  --tw-ring-offset-color: var(--nav-text-secondary);
}

.ring-offset-network-operations {
  --tw-ring-offset-color: var(--network-operations);
}

.ring-offset-normal-hover {
  --tw-ring-offset-color: var(--normal-hover);
}

.ring-offset-normal-idle {
  --tw-ring-offset-color: var(--normal-idle);
}

.ring-offset-normal-pressed {
  --tw-ring-offset-color: var(--normal-pressed);
}

.ring-offset-overlay-0\.5 {
  --tw-ring-offset-color: var(--overlay-0\.5);
}

.ring-offset-overlay-1 {
  --tw-ring-offset-color: var(--overlay-1);
}

.ring-offset-overlay-2 {
  --tw-ring-offset-color: var(--overlay-2);
}

.ring-offset-positive {
  --tw-ring-offset-color: var(--positive);
}

.ring-offset-primary-hover {
  --tw-ring-offset-color: var(--primary-hover);
}

.ring-offset-primary-idle {
  --tw-ring-offset-color: var(--primary-idle);
}

.ring-offset-primary-pressed {
  --tw-ring-offset-color: var(--primary-pressed);
}

.ring-offset-process-operations {
  --tw-ring-offset-color: var(--process-operations);
}

.ring-offset-purple-50 {
  --tw-ring-offset-color: #faf5ff;
}

.ring-offset-purple-100 {
  --tw-ring-offset-color: #f3e8ff;
}

.ring-offset-purple-200 {
  --tw-ring-offset-color: #e9d5ff;
}

.ring-offset-purple-300 {
  --tw-ring-offset-color: #d8b4fe;
}

.ring-offset-purple-400 {
  --tw-ring-offset-color: #c084fc;
}

.ring-offset-purple-500 {
  --tw-ring-offset-color: #a855f7;
}

.ring-offset-purple-600 {
  --tw-ring-offset-color: #9333ea;
}

.ring-offset-purple-700 {
  --tw-ring-offset-color: #7e22ce;
}

.ring-offset-purple-800 {
  --tw-ring-offset-color: #6b21a8;
}

.ring-offset-purple-900 {
  --tw-ring-offset-color: #581c87;
}

.ring-offset-registry-operations {
  --tw-ring-offset-color: var(--registry-operations);
}

.ring-offset-selected {
  --tw-ring-offset-color: var(--selected);
}

.ring-offset-surface-2xl {
  --tw-ring-offset-color: var(--surface-2xl);
}

.ring-offset-surface-base {
  --tw-ring-offset-color: var(--surface-base);
}

.ring-offset-surface-inner {
  --tw-ring-offset-color: var(--surface-inner);
}

.ring-offset-surface-lg {
  --tw-ring-offset-color: var(--surface-lg);
}

.ring-offset-surface-md {
  --tw-ring-offset-color: var(--surface-md);
}

.ring-offset-surface-xl {
  --tw-ring-offset-color: var(--surface-xl);
}

.ring-offset-text-and-icons {
  --tw-ring-offset-color: var(--text-and-icons);
}

.ring-offset-titles-and-attributes {
  --tw-ring-offset-color: var(--titles-and-attributes);
}

.ring-offset-black {
  --tw-ring-offset-color: #000;
}

.ring-offset-white {
  --tw-ring-offset-color: #fff;
}

.ring-offset-rose-50 {
  --tw-ring-offset-color: #fff1f2;
}

.ring-offset-rose-100 {
  --tw-ring-offset-color: #ffe4e6;
}

.ring-offset-rose-200 {
  --tw-ring-offset-color: #fecdd3;
}

.ring-offset-rose-300 {
  --tw-ring-offset-color: #fda4af;
}

.ring-offset-rose-400 {
  --tw-ring-offset-color: #fb7185;
}

.ring-offset-rose-500 {
  --tw-ring-offset-color: #f43f5e;
}

.ring-offset-rose-600 {
  --tw-ring-offset-color: #e11d48;
}

.ring-offset-rose-700 {
  --tw-ring-offset-color: #be123c;
}

.ring-offset-rose-800 {
  --tw-ring-offset-color: #9f1239;
}

.ring-offset-rose-900 {
  --tw-ring-offset-color: #881337;
}

.ring-offset-pink-50 {
  --tw-ring-offset-color: #fdf2f8;
}

.ring-offset-pink-100 {
  --tw-ring-offset-color: #fce7f3;
}

.ring-offset-pink-200 {
  --tw-ring-offset-color: #fbcfe8;
}

.ring-offset-pink-300 {
  --tw-ring-offset-color: #f9a8d4;
}

.ring-offset-pink-400 {
  --tw-ring-offset-color: #f472b6;
}

.ring-offset-pink-500 {
  --tw-ring-offset-color: #ec4899;
}

.ring-offset-pink-600 {
  --tw-ring-offset-color: #db2777;
}

.ring-offset-pink-700 {
  --tw-ring-offset-color: #be185d;
}

.ring-offset-pink-800 {
  --tw-ring-offset-color: #9d174d;
}

.ring-offset-pink-900 {
  --tw-ring-offset-color: #831843;
}

.ring-offset-fuchsia-50 {
  --tw-ring-offset-color: #fdf4ff;
}

.ring-offset-fuchsia-100 {
  --tw-ring-offset-color: #fae8ff;
}

.ring-offset-fuchsia-200 {
  --tw-ring-offset-color: #f5d0fe;
}

.ring-offset-fuchsia-300 {
  --tw-ring-offset-color: #f0abfc;
}

.ring-offset-fuchsia-400 {
  --tw-ring-offset-color: #e879f9;
}

.ring-offset-fuchsia-500 {
  --tw-ring-offset-color: #d946ef;
}

.ring-offset-fuchsia-600 {
  --tw-ring-offset-color: #c026d3;
}

.ring-offset-fuchsia-700 {
  --tw-ring-offset-color: #a21caf;
}

.ring-offset-fuchsia-800 {
  --tw-ring-offset-color: #86198f;
}

.ring-offset-fuchsia-900 {
  --tw-ring-offset-color: #701a75;
}

.ring-offset-violet-50 {
  --tw-ring-offset-color: #f5f3ff;
}

.ring-offset-violet-100 {
  --tw-ring-offset-color: #ede9fe;
}

.ring-offset-violet-200 {
  --tw-ring-offset-color: #ddd6fe;
}

.ring-offset-violet-300 {
  --tw-ring-offset-color: #c4b5fd;
}

.ring-offset-violet-400 {
  --tw-ring-offset-color: #a78bfa;
}

.ring-offset-violet-500 {
  --tw-ring-offset-color: #8b5cf6;
}

.ring-offset-violet-600 {
  --tw-ring-offset-color: #7c3aed;
}

.ring-offset-violet-700 {
  --tw-ring-offset-color: #6d28d9;
}

.ring-offset-violet-800 {
  --tw-ring-offset-color: #5b21b6;
}

.ring-offset-violet-900 {
  --tw-ring-offset-color: #4c1d95;
}

.ring-offset-indigo-50 {
  --tw-ring-offset-color: #eef2ff;
}

.ring-offset-indigo-100 {
  --tw-ring-offset-color: #e0e7ff;
}

.ring-offset-indigo-200 {
  --tw-ring-offset-color: #c7d2fe;
}

.ring-offset-indigo-300 {
  --tw-ring-offset-color: #a5b4fc;
}

.ring-offset-indigo-400 {
  --tw-ring-offset-color: #818cf8;
}

.ring-offset-indigo-500 {
  --tw-ring-offset-color: #6366f1;
}

.ring-offset-indigo-600 {
  --tw-ring-offset-color: #4f46e5;
}

.ring-offset-indigo-700 {
  --tw-ring-offset-color: #4338ca;
}

.ring-offset-indigo-800 {
  --tw-ring-offset-color: #3730a3;
}

.ring-offset-indigo-900 {
  --tw-ring-offset-color: #312e81;
}

.ring-offset-lightBlue-50 {
  --tw-ring-offset-color: #f0f9ff;
}

.ring-offset-lightBlue-100 {
  --tw-ring-offset-color: #e0f2fe;
}

.ring-offset-lightBlue-200 {
  --tw-ring-offset-color: #bae6fd;
}

.ring-offset-lightBlue-300 {
  --tw-ring-offset-color: #7dd3fc;
}

.ring-offset-lightBlue-400 {
  --tw-ring-offset-color: #38bdf8;
}

.ring-offset-lightBlue-500 {
  --tw-ring-offset-color: #0ea5e9;
}

.ring-offset-lightBlue-600 {
  --tw-ring-offset-color: #0284c7;
}

.ring-offset-lightBlue-700 {
  --tw-ring-offset-color: #0369a1;
}

.ring-offset-lightBlue-800 {
  --tw-ring-offset-color: #075985;
}

.ring-offset-lightBlue-900 {
  --tw-ring-offset-color: #0c4a6e;
}

.ring-offset-cyan-50 {
  --tw-ring-offset-color: #ecfeff;
}

.ring-offset-cyan-100 {
  --tw-ring-offset-color: #cffafe;
}

.ring-offset-cyan-200 {
  --tw-ring-offset-color: #a5f3fc;
}

.ring-offset-cyan-300 {
  --tw-ring-offset-color: #67e8f9;
}

.ring-offset-cyan-400 {
  --tw-ring-offset-color: #22d3ee;
}

.ring-offset-cyan-500 {
  --tw-ring-offset-color: #06b6d4;
}

.ring-offset-cyan-600 {
  --tw-ring-offset-color: #0891b2;
}

.ring-offset-cyan-700 {
  --tw-ring-offset-color: #0e7490;
}

.ring-offset-cyan-800 {
  --tw-ring-offset-color: #155e75;
}

.ring-offset-cyan-900 {
  --tw-ring-offset-color: #164e63;
}

.ring-offset-teal-50 {
  --tw-ring-offset-color: #f0fdfa;
}

.ring-offset-teal-100 {
  --tw-ring-offset-color: #ccfbf1;
}

.ring-offset-teal-200 {
  --tw-ring-offset-color: #99f6e4;
}

.ring-offset-teal-300 {
  --tw-ring-offset-color: #5eead4;
}

.ring-offset-teal-400 {
  --tw-ring-offset-color: #2dd4bf;
}

.ring-offset-teal-500 {
  --tw-ring-offset-color: #14b8a6;
}

.ring-offset-teal-600 {
  --tw-ring-offset-color: #0d9488;
}

.ring-offset-teal-700 {
  --tw-ring-offset-color: #0f766e;
}

.ring-offset-teal-800 {
  --tw-ring-offset-color: #115e59;
}

.ring-offset-teal-900 {
  --tw-ring-offset-color: #134e4a;
}

.ring-offset-emerald-50 {
  --tw-ring-offset-color: #ecfdf5;
}

.ring-offset-emerald-100 {
  --tw-ring-offset-color: #d1fae5;
}

.ring-offset-emerald-200 {
  --tw-ring-offset-color: #a7f3d0;
}

.ring-offset-emerald-300 {
  --tw-ring-offset-color: #6ee7b7;
}

.ring-offset-emerald-400 {
  --tw-ring-offset-color: #34d399;
}

.ring-offset-emerald-500 {
  --tw-ring-offset-color: #10b981;
}

.ring-offset-emerald-600 {
  --tw-ring-offset-color: #059669;
}

.ring-offset-emerald-700 {
  --tw-ring-offset-color: #047857;
}

.ring-offset-emerald-800 {
  --tw-ring-offset-color: #065f46;
}

.ring-offset-emerald-900 {
  --tw-ring-offset-color: #064e3b;
}

.ring-offset-green-50 {
  --tw-ring-offset-color: #f0fdf4;
}

.ring-offset-green-100 {
  --tw-ring-offset-color: #dcfce7;
}

.ring-offset-green-200 {
  --tw-ring-offset-color: #bbf7d0;
}

.ring-offset-green-300 {
  --tw-ring-offset-color: #86efac;
}

.ring-offset-green-400 {
  --tw-ring-offset-color: #4ade80;
}

.ring-offset-green-500 {
  --tw-ring-offset-color: #22c55e;
}

.ring-offset-green-600 {
  --tw-ring-offset-color: #16a34a;
}

.ring-offset-green-700 {
  --tw-ring-offset-color: #15803d;
}

.ring-offset-green-800 {
  --tw-ring-offset-color: #166534;
}

.ring-offset-green-900 {
  --tw-ring-offset-color: #14532d;
}

.ring-offset-lime-50 {
  --tw-ring-offset-color: #f7fee7;
}

.ring-offset-lime-100 {
  --tw-ring-offset-color: #ecfccb;
}

.ring-offset-lime-200 {
  --tw-ring-offset-color: #d9f99d;
}

.ring-offset-lime-300 {
  --tw-ring-offset-color: #bef264;
}

.ring-offset-lime-400 {
  --tw-ring-offset-color: #a3e635;
}

.ring-offset-lime-500 {
  --tw-ring-offset-color: #84cc16;
}

.ring-offset-lime-600 {
  --tw-ring-offset-color: #65a30d;
}

.ring-offset-lime-700 {
  --tw-ring-offset-color: #4d7c0f;
}

.ring-offset-lime-800 {
  --tw-ring-offset-color: #3f6212;
}

.ring-offset-lime-900 {
  --tw-ring-offset-color: #365314;
}

.ring-offset-yellow-50 {
  --tw-ring-offset-color: #fefce8;
}

.ring-offset-yellow-100 {
  --tw-ring-offset-color: #fef9c3;
}

.ring-offset-yellow-200 {
  --tw-ring-offset-color: #fef08a;
}

.ring-offset-yellow-300 {
  --tw-ring-offset-color: #fde047;
}

.ring-offset-yellow-400 {
  --tw-ring-offset-color: #facc15;
}

.ring-offset-yellow-500 {
  --tw-ring-offset-color: #eab308;
}

.ring-offset-yellow-600 {
  --tw-ring-offset-color: #ca8a04;
}

.ring-offset-yellow-700 {
  --tw-ring-offset-color: #a16207;
}

.ring-offset-yellow-800 {
  --tw-ring-offset-color: #854d0e;
}

.ring-offset-yellow-900 {
  --tw-ring-offset-color: #713f12;
}

.ring-offset-amber-50 {
  --tw-ring-offset-color: #fffbeb;
}

.ring-offset-amber-100 {
  --tw-ring-offset-color: #fef3c7;
}

.ring-offset-amber-200 {
  --tw-ring-offset-color: #fde68a;
}

.ring-offset-amber-300 {
  --tw-ring-offset-color: #fcd34d;
}

.ring-offset-amber-400 {
  --tw-ring-offset-color: #fbbf24;
}

.ring-offset-amber-500 {
  --tw-ring-offset-color: #f59e0b;
}

.ring-offset-amber-600 {
  --tw-ring-offset-color: #d97706;
}

.ring-offset-amber-700 {
  --tw-ring-offset-color: #b45309;
}

.ring-offset-amber-800 {
  --tw-ring-offset-color: #92400e;
}

.ring-offset-amber-900 {
  --tw-ring-offset-color: #78350f;
}

.ring-offset-orange-50 {
  --tw-ring-offset-color: #fff7ed;
}

.ring-offset-orange-100 {
  --tw-ring-offset-color: #ffedd5;
}

.ring-offset-orange-200 {
  --tw-ring-offset-color: #fed7aa;
}

.ring-offset-orange-300 {
  --tw-ring-offset-color: #fdba74;
}

.ring-offset-orange-400 {
  --tw-ring-offset-color: #fb923c;
}

.ring-offset-orange-500 {
  --tw-ring-offset-color: #f97316;
}

.ring-offset-orange-600 {
  --tw-ring-offset-color: #ea580c;
}

.ring-offset-orange-700 {
  --tw-ring-offset-color: #c2410c;
}

.ring-offset-orange-800 {
  --tw-ring-offset-color: #9a3412;
}

.ring-offset-orange-900 {
  --tw-ring-offset-color: #7c2d12;
}

.ring-offset-red-50 {
  --tw-ring-offset-color: #fef2f2;
}

.ring-offset-red-100 {
  --tw-ring-offset-color: #fee2e2;
}

.ring-offset-red-200 {
  --tw-ring-offset-color: #fecaca;
}

.ring-offset-red-300 {
  --tw-ring-offset-color: #fca5a5;
}

.ring-offset-red-400 {
  --tw-ring-offset-color: #f87171;
}

.ring-offset-red-500 {
  --tw-ring-offset-color: #ef4444;
}

.ring-offset-red-600 {
  --tw-ring-offset-color: #dc2626;
}

.ring-offset-red-700 {
  --tw-ring-offset-color: #b91c1c;
}

.ring-offset-red-800 {
  --tw-ring-offset-color: #991b1b;
}

.ring-offset-red-900 {
  --tw-ring-offset-color: #7f1d1d;
}

.ring-offset-warmGray-50 {
  --tw-ring-offset-color: #fafaf9;
}

.ring-offset-warmGray-100 {
  --tw-ring-offset-color: #f5f5f4;
}

.ring-offset-warmGray-200 {
  --tw-ring-offset-color: #e7e5e4;
}

.ring-offset-warmGray-300 {
  --tw-ring-offset-color: #d6d3d1;
}

.ring-offset-warmGray-400 {
  --tw-ring-offset-color: #a8a29e;
}

.ring-offset-warmGray-500 {
  --tw-ring-offset-color: #78716c;
}

.ring-offset-warmGray-600 {
  --tw-ring-offset-color: #57534e;
}

.ring-offset-warmGray-700 {
  --tw-ring-offset-color: #44403c;
}

.ring-offset-warmGray-800 {
  --tw-ring-offset-color: #292524;
}

.ring-offset-warmGray-900 {
  --tw-ring-offset-color: #1c1917;
}

.ring-offset-trueGray-50 {
  --tw-ring-offset-color: #fafafa;
}

.ring-offset-trueGray-100 {
  --tw-ring-offset-color: #f5f5f5;
}

.ring-offset-trueGray-200 {
  --tw-ring-offset-color: #e5e5e5;
}

.ring-offset-trueGray-300 {
  --tw-ring-offset-color: #d4d4d4;
}

.ring-offset-trueGray-400 {
  --tw-ring-offset-color: #a3a3a3;
}

.ring-offset-trueGray-500 {
  --tw-ring-offset-color: #737373;
}

.ring-offset-trueGray-600 {
  --tw-ring-offset-color: #525252;
}

.ring-offset-trueGray-700 {
  --tw-ring-offset-color: #404040;
}

.ring-offset-trueGray-800 {
  --tw-ring-offset-color: #262626;
}

.ring-offset-trueGray-900 {
  --tw-ring-offset-color: #171717;
}

.ring-offset-gray-50 {
  --tw-ring-offset-color: #fafafa;
}

.ring-offset-gray-100 {
  --tw-ring-offset-color: #f4f4f5;
}

.ring-offset-gray-200 {
  --tw-ring-offset-color: #e4e4e7;
}

.ring-offset-gray-300 {
  --tw-ring-offset-color: #d4d4d8;
}

.ring-offset-gray-400 {
  --tw-ring-offset-color: #a1a1aa;
}

.ring-offset-gray-500 {
  --tw-ring-offset-color: #71717a;
}

.ring-offset-gray-600 {
  --tw-ring-offset-color: #52525b;
}

.ring-offset-gray-700 {
  --tw-ring-offset-color: #3f3f46;
}

.ring-offset-gray-800 {
  --tw-ring-offset-color: #27272a;
}

.ring-offset-gray-900 {
  --tw-ring-offset-color: #18181b;
}

.ring-offset-coolGray-50 {
  --tw-ring-offset-color: #f9fafb;
}

.ring-offset-coolGray-100 {
  --tw-ring-offset-color: #f3f4f6;
}

.ring-offset-coolGray-200 {
  --tw-ring-offset-color: #e5e7eb;
}

.ring-offset-coolGray-300 {
  --tw-ring-offset-color: #d1d5db;
}

.ring-offset-coolGray-400 {
  --tw-ring-offset-color: #9ca3af;
}

.ring-offset-coolGray-500 {
  --tw-ring-offset-color: #6b7280;
}

.ring-offset-coolGray-600 {
  --tw-ring-offset-color: #4b5563;
}

.ring-offset-coolGray-700 {
  --tw-ring-offset-color: #374151;
}

.ring-offset-coolGray-800 {
  --tw-ring-offset-color: #1f2937;
}

.ring-offset-coolGray-900 {
  --tw-ring-offset-color: #111827;
}

.ring-offset-blueGray-50 {
  --tw-ring-offset-color: #f8fafc;
}

.ring-offset-blueGray-100 {
  --tw-ring-offset-color: #f1f5f9;
}

.ring-offset-blueGray-200 {
  --tw-ring-offset-color: #e2e8f0;
}

.ring-offset-blueGray-300 {
  --tw-ring-offset-color: #cbd5e1;
}

.ring-offset-blueGray-400 {
  --tw-ring-offset-color: #94a3b8;
}

.ring-offset-blueGray-500 {
  --tw-ring-offset-color: #64748b;
}

.ring-offset-blueGray-600 {
  --tw-ring-offset-color: #475569;
}

.ring-offset-blueGray-700 {
  --tw-ring-offset-color: #334155;
}

.ring-offset-blueGray-800 {
  --tw-ring-offset-color: #1e293b;
}

.ring-offset-blueGray-900 {
  --tw-ring-offset-color: #0f172a;
}

.focus-within\:ring-offset-current:focus-within {
  --tw-ring-offset-color: currentColor;
}

.focus-within\:ring-offset-transparent:focus-within {
  --tw-ring-offset-color: transparent;
}

.focus-within\:ring-offset-falcon:focus-within {
  --tw-ring-offset-color: var(--falcon);
}

.focus-within\:ring-offset-basement:focus-within {
  --tw-ring-offset-color: var(--basement);
}

.focus-within\:ring-offset-blue-50:focus-within {
  --tw-ring-offset-color: #eff6ff;
}

.focus-within\:ring-offset-blue-100:focus-within {
  --tw-ring-offset-color: #dbeafe;
}

.focus-within\:ring-offset-blue-200:focus-within {
  --tw-ring-offset-color: #bfdbfe;
}

.focus-within\:ring-offset-blue-300:focus-within {
  --tw-ring-offset-color: #93c5fd;
}

.focus-within\:ring-offset-blue-400:focus-within {
  --tw-ring-offset-color: #60a5fa;
}

.focus-within\:ring-offset-blue-500:focus-within {
  --tw-ring-offset-color: #3b82f6;
}

.focus-within\:ring-offset-blue-600:focus-within {
  --tw-ring-offset-color: #2563eb;
}

.focus-within\:ring-offset-blue-700:focus-within {
  --tw-ring-offset-color: #1d4ed8;
}

.focus-within\:ring-offset-blue-800:focus-within {
  --tw-ring-offset-color: #1e40af;
}

.focus-within\:ring-offset-blue-900:focus-within {
  --tw-ring-offset-color: #1e3a8a;
}

.focus-within\:ring-offset-body-and-labels:focus-within {
  --tw-ring-offset-color: var(--body-and-labels);
}

.focus-within\:ring-offset-brand:focus-within {
  --tw-ring-offset-color: var(--brand);
}

.focus-within\:ring-offset-code-base-64:focus-within {
  --tw-ring-offset-color: var(--code-base-64);
}

.focus-within\:ring-offset-code-bg:focus-within {
  --tw-ring-offset-color: var(--code-bg);
}

.focus-within\:ring-offset-code-outline:focus-within {
  --tw-ring-offset-color: var(--code-outline);
}

.focus-within\:ring-offset-code-text:focus-within {
  --tw-ring-offset-color: var(--code-text);
}

.focus-within\:ring-offset-critical:focus-within {
  --tw-ring-offset-color: var(--critical);
}

.focus-within\:ring-offset-destructive-hover:focus-within {
  --tw-ring-offset-color: var(--destructive-hover);
}

.focus-within\:ring-offset-destructive-idle:focus-within {
  --tw-ring-offset-color: var(--destructive-idle);
}

.focus-within\:ring-offset-destructive-pressed:focus-within {
  --tw-ring-offset-color: var(--destructive-pressed);
}

.focus-within\:ring-offset-disabled:focus-within {
  --tw-ring-offset-color: var(--disabled);
}

.focus-within\:ring-offset-disc-operations:focus-within {
  --tw-ring-offset-color: var(--disc-operations);
}

.focus-within\:ring-offset-dns-requests:focus-within {
  --tw-ring-offset-color: var(--dns-requests);
}

.focus-within\:ring-offset-focus:focus-within {
  --tw-ring-offset-color: var(--focus);
}

.focus-within\:ring-offset-graph-1:focus-within {
  --tw-ring-offset-color: var(--graph-1);
}

.focus-within\:ring-offset-graph-10:focus-within {
  --tw-ring-offset-color: var(--graph-10);
}

.focus-within\:ring-offset-graph-11:focus-within {
  --tw-ring-offset-color: var(--graph-11);
}

.focus-within\:ring-offset-graph-2:focus-within {
  --tw-ring-offset-color: var(--graph-2);
}

.focus-within\:ring-offset-graph-3:focus-within {
  --tw-ring-offset-color: var(--graph-3);
}

.focus-within\:ring-offset-graph-4:focus-within {
  --tw-ring-offset-color: var(--graph-4);
}

.focus-within\:ring-offset-graph-5:focus-within {
  --tw-ring-offset-color: var(--graph-5);
}

.focus-within\:ring-offset-graph-6:focus-within {
  --tw-ring-offset-color: var(--graph-6);
}

.focus-within\:ring-offset-graph-7:focus-within {
  --tw-ring-offset-color: var(--graph-7);
}

.focus-within\:ring-offset-graph-8:focus-within {
  --tw-ring-offset-color: var(--graph-8);
}

.focus-within\:ring-offset-graph-9:focus-within {
  --tw-ring-offset-color: var(--graph-9);
}

.focus-within\:ring-offset-graph-disabled:focus-within {
  --tw-ring-offset-color: var(--graph-disabled);
}

.focus-within\:ring-offset-ground-floor:focus-within {
  --tw-ring-offset-color: var(--ground-floor);
}

.focus-within\:ring-offset-high:focus-within {
  --tw-ring-offset-color: var(--high);
}

.focus-within\:ring-offset-informational:focus-within {
  --tw-ring-offset-color: var(--informational);
}

.focus-within\:ring-offset-lines-dark:focus-within {
  --tw-ring-offset-color: var(--lines-dark);
}

.focus-within\:ring-offset-lines-light:focus-within {
  --tw-ring-offset-color: var(--lines-light);
}

.focus-within\:ring-offset-low:focus-within {
  --tw-ring-offset-color: var(--low);
}

.focus-within\:ring-offset-medium:focus-within {
  --tw-ring-offset-color: var(--medium);
}

.focus-within\:ring-offset-mezzanine:focus-within {
  --tw-ring-offset-color: var(--mezzanine);
}

.focus-within\:ring-offset-nav-text-and-icons:focus-within {
  --tw-ring-offset-color: var(--nav-text-and-icons);
}

.focus-within\:ring-offset-nav-text-secondary:focus-within {
  --tw-ring-offset-color: var(--nav-text-secondary);
}

.focus-within\:ring-offset-network-operations:focus-within {
  --tw-ring-offset-color: var(--network-operations);
}

.focus-within\:ring-offset-normal-hover:focus-within {
  --tw-ring-offset-color: var(--normal-hover);
}

.focus-within\:ring-offset-normal-idle:focus-within {
  --tw-ring-offset-color: var(--normal-idle);
}

.focus-within\:ring-offset-normal-pressed:focus-within {
  --tw-ring-offset-color: var(--normal-pressed);
}

.focus-within\:ring-offset-overlay-0\.5:focus-within {
  --tw-ring-offset-color: var(--overlay-0\.5);
}

.focus-within\:ring-offset-overlay-1:focus-within {
  --tw-ring-offset-color: var(--overlay-1);
}

.focus-within\:ring-offset-overlay-2:focus-within {
  --tw-ring-offset-color: var(--overlay-2);
}

.focus-within\:ring-offset-positive:focus-within {
  --tw-ring-offset-color: var(--positive);
}

.focus-within\:ring-offset-primary-hover:focus-within {
  --tw-ring-offset-color: var(--primary-hover);
}

.focus-within\:ring-offset-primary-idle:focus-within {
  --tw-ring-offset-color: var(--primary-idle);
}

.focus-within\:ring-offset-primary-pressed:focus-within {
  --tw-ring-offset-color: var(--primary-pressed);
}

.focus-within\:ring-offset-process-operations:focus-within {
  --tw-ring-offset-color: var(--process-operations);
}

.focus-within\:ring-offset-purple-50:focus-within {
  --tw-ring-offset-color: #faf5ff;
}

.focus-within\:ring-offset-purple-100:focus-within {
  --tw-ring-offset-color: #f3e8ff;
}

.focus-within\:ring-offset-purple-200:focus-within {
  --tw-ring-offset-color: #e9d5ff;
}

.focus-within\:ring-offset-purple-300:focus-within {
  --tw-ring-offset-color: #d8b4fe;
}

.focus-within\:ring-offset-purple-400:focus-within {
  --tw-ring-offset-color: #c084fc;
}

.focus-within\:ring-offset-purple-500:focus-within {
  --tw-ring-offset-color: #a855f7;
}

.focus-within\:ring-offset-purple-600:focus-within {
  --tw-ring-offset-color: #9333ea;
}

.focus-within\:ring-offset-purple-700:focus-within {
  --tw-ring-offset-color: #7e22ce;
}

.focus-within\:ring-offset-purple-800:focus-within {
  --tw-ring-offset-color: #6b21a8;
}

.focus-within\:ring-offset-purple-900:focus-within {
  --tw-ring-offset-color: #581c87;
}

.focus-within\:ring-offset-registry-operations:focus-within {
  --tw-ring-offset-color: var(--registry-operations);
}

.focus-within\:ring-offset-selected:focus-within {
  --tw-ring-offset-color: var(--selected);
}

.focus-within\:ring-offset-surface-2xl:focus-within {
  --tw-ring-offset-color: var(--surface-2xl);
}

.focus-within\:ring-offset-surface-base:focus-within {
  --tw-ring-offset-color: var(--surface-base);
}

.focus-within\:ring-offset-surface-inner:focus-within {
  --tw-ring-offset-color: var(--surface-inner);
}

.focus-within\:ring-offset-surface-lg:focus-within {
  --tw-ring-offset-color: var(--surface-lg);
}

.focus-within\:ring-offset-surface-md:focus-within {
  --tw-ring-offset-color: var(--surface-md);
}

.focus-within\:ring-offset-surface-xl:focus-within {
  --tw-ring-offset-color: var(--surface-xl);
}

.focus-within\:ring-offset-text-and-icons:focus-within {
  --tw-ring-offset-color: var(--text-and-icons);
}

.focus-within\:ring-offset-titles-and-attributes:focus-within {
  --tw-ring-offset-color: var(--titles-and-attributes);
}

.focus-within\:ring-offset-black:focus-within {
  --tw-ring-offset-color: #000;
}

.focus-within\:ring-offset-white:focus-within {
  --tw-ring-offset-color: #fff;
}

.focus-within\:ring-offset-rose-50:focus-within {
  --tw-ring-offset-color: #fff1f2;
}

.focus-within\:ring-offset-rose-100:focus-within {
  --tw-ring-offset-color: #ffe4e6;
}

.focus-within\:ring-offset-rose-200:focus-within {
  --tw-ring-offset-color: #fecdd3;
}

.focus-within\:ring-offset-rose-300:focus-within {
  --tw-ring-offset-color: #fda4af;
}

.focus-within\:ring-offset-rose-400:focus-within {
  --tw-ring-offset-color: #fb7185;
}

.focus-within\:ring-offset-rose-500:focus-within {
  --tw-ring-offset-color: #f43f5e;
}

.focus-within\:ring-offset-rose-600:focus-within {
  --tw-ring-offset-color: #e11d48;
}

.focus-within\:ring-offset-rose-700:focus-within {
  --tw-ring-offset-color: #be123c;
}

.focus-within\:ring-offset-rose-800:focus-within {
  --tw-ring-offset-color: #9f1239;
}

.focus-within\:ring-offset-rose-900:focus-within {
  --tw-ring-offset-color: #881337;
}

.focus-within\:ring-offset-pink-50:focus-within {
  --tw-ring-offset-color: #fdf2f8;
}

.focus-within\:ring-offset-pink-100:focus-within {
  --tw-ring-offset-color: #fce7f3;
}

.focus-within\:ring-offset-pink-200:focus-within {
  --tw-ring-offset-color: #fbcfe8;
}

.focus-within\:ring-offset-pink-300:focus-within {
  --tw-ring-offset-color: #f9a8d4;
}

.focus-within\:ring-offset-pink-400:focus-within {
  --tw-ring-offset-color: #f472b6;
}

.focus-within\:ring-offset-pink-500:focus-within {
  --tw-ring-offset-color: #ec4899;
}

.focus-within\:ring-offset-pink-600:focus-within {
  --tw-ring-offset-color: #db2777;
}

.focus-within\:ring-offset-pink-700:focus-within {
  --tw-ring-offset-color: #be185d;
}

.focus-within\:ring-offset-pink-800:focus-within {
  --tw-ring-offset-color: #9d174d;
}

.focus-within\:ring-offset-pink-900:focus-within {
  --tw-ring-offset-color: #831843;
}

.focus-within\:ring-offset-fuchsia-50:focus-within {
  --tw-ring-offset-color: #fdf4ff;
}

.focus-within\:ring-offset-fuchsia-100:focus-within {
  --tw-ring-offset-color: #fae8ff;
}

.focus-within\:ring-offset-fuchsia-200:focus-within {
  --tw-ring-offset-color: #f5d0fe;
}

.focus-within\:ring-offset-fuchsia-300:focus-within {
  --tw-ring-offset-color: #f0abfc;
}

.focus-within\:ring-offset-fuchsia-400:focus-within {
  --tw-ring-offset-color: #e879f9;
}

.focus-within\:ring-offset-fuchsia-500:focus-within {
  --tw-ring-offset-color: #d946ef;
}

.focus-within\:ring-offset-fuchsia-600:focus-within {
  --tw-ring-offset-color: #c026d3;
}

.focus-within\:ring-offset-fuchsia-700:focus-within {
  --tw-ring-offset-color: #a21caf;
}

.focus-within\:ring-offset-fuchsia-800:focus-within {
  --tw-ring-offset-color: #86198f;
}

.focus-within\:ring-offset-fuchsia-900:focus-within {
  --tw-ring-offset-color: #701a75;
}

.focus-within\:ring-offset-violet-50:focus-within {
  --tw-ring-offset-color: #f5f3ff;
}

.focus-within\:ring-offset-violet-100:focus-within {
  --tw-ring-offset-color: #ede9fe;
}

.focus-within\:ring-offset-violet-200:focus-within {
  --tw-ring-offset-color: #ddd6fe;
}

.focus-within\:ring-offset-violet-300:focus-within {
  --tw-ring-offset-color: #c4b5fd;
}

.focus-within\:ring-offset-violet-400:focus-within {
  --tw-ring-offset-color: #a78bfa;
}

.focus-within\:ring-offset-violet-500:focus-within {
  --tw-ring-offset-color: #8b5cf6;
}

.focus-within\:ring-offset-violet-600:focus-within {
  --tw-ring-offset-color: #7c3aed;
}

.focus-within\:ring-offset-violet-700:focus-within {
  --tw-ring-offset-color: #6d28d9;
}

.focus-within\:ring-offset-violet-800:focus-within {
  --tw-ring-offset-color: #5b21b6;
}

.focus-within\:ring-offset-violet-900:focus-within {
  --tw-ring-offset-color: #4c1d95;
}

.focus-within\:ring-offset-indigo-50:focus-within {
  --tw-ring-offset-color: #eef2ff;
}

.focus-within\:ring-offset-indigo-100:focus-within {
  --tw-ring-offset-color: #e0e7ff;
}

.focus-within\:ring-offset-indigo-200:focus-within {
  --tw-ring-offset-color: #c7d2fe;
}

.focus-within\:ring-offset-indigo-300:focus-within {
  --tw-ring-offset-color: #a5b4fc;
}

.focus-within\:ring-offset-indigo-400:focus-within {
  --tw-ring-offset-color: #818cf8;
}

.focus-within\:ring-offset-indigo-500:focus-within {
  --tw-ring-offset-color: #6366f1;
}

.focus-within\:ring-offset-indigo-600:focus-within {
  --tw-ring-offset-color: #4f46e5;
}

.focus-within\:ring-offset-indigo-700:focus-within {
  --tw-ring-offset-color: #4338ca;
}

.focus-within\:ring-offset-indigo-800:focus-within {
  --tw-ring-offset-color: #3730a3;
}

.focus-within\:ring-offset-indigo-900:focus-within {
  --tw-ring-offset-color: #312e81;
}

.focus-within\:ring-offset-lightBlue-50:focus-within {
  --tw-ring-offset-color: #f0f9ff;
}

.focus-within\:ring-offset-lightBlue-100:focus-within {
  --tw-ring-offset-color: #e0f2fe;
}

.focus-within\:ring-offset-lightBlue-200:focus-within {
  --tw-ring-offset-color: #bae6fd;
}

.focus-within\:ring-offset-lightBlue-300:focus-within {
  --tw-ring-offset-color: #7dd3fc;
}

.focus-within\:ring-offset-lightBlue-400:focus-within {
  --tw-ring-offset-color: #38bdf8;
}

.focus-within\:ring-offset-lightBlue-500:focus-within {
  --tw-ring-offset-color: #0ea5e9;
}

.focus-within\:ring-offset-lightBlue-600:focus-within {
  --tw-ring-offset-color: #0284c7;
}

.focus-within\:ring-offset-lightBlue-700:focus-within {
  --tw-ring-offset-color: #0369a1;
}

.focus-within\:ring-offset-lightBlue-800:focus-within {
  --tw-ring-offset-color: #075985;
}

.focus-within\:ring-offset-lightBlue-900:focus-within {
  --tw-ring-offset-color: #0c4a6e;
}

.focus-within\:ring-offset-cyan-50:focus-within {
  --tw-ring-offset-color: #ecfeff;
}

.focus-within\:ring-offset-cyan-100:focus-within {
  --tw-ring-offset-color: #cffafe;
}

.focus-within\:ring-offset-cyan-200:focus-within {
  --tw-ring-offset-color: #a5f3fc;
}

.focus-within\:ring-offset-cyan-300:focus-within {
  --tw-ring-offset-color: #67e8f9;
}

.focus-within\:ring-offset-cyan-400:focus-within {
  --tw-ring-offset-color: #22d3ee;
}

.focus-within\:ring-offset-cyan-500:focus-within {
  --tw-ring-offset-color: #06b6d4;
}

.focus-within\:ring-offset-cyan-600:focus-within {
  --tw-ring-offset-color: #0891b2;
}

.focus-within\:ring-offset-cyan-700:focus-within {
  --tw-ring-offset-color: #0e7490;
}

.focus-within\:ring-offset-cyan-800:focus-within {
  --tw-ring-offset-color: #155e75;
}

.focus-within\:ring-offset-cyan-900:focus-within {
  --tw-ring-offset-color: #164e63;
}

.focus-within\:ring-offset-teal-50:focus-within {
  --tw-ring-offset-color: #f0fdfa;
}

.focus-within\:ring-offset-teal-100:focus-within {
  --tw-ring-offset-color: #ccfbf1;
}

.focus-within\:ring-offset-teal-200:focus-within {
  --tw-ring-offset-color: #99f6e4;
}

.focus-within\:ring-offset-teal-300:focus-within {
  --tw-ring-offset-color: #5eead4;
}

.focus-within\:ring-offset-teal-400:focus-within {
  --tw-ring-offset-color: #2dd4bf;
}

.focus-within\:ring-offset-teal-500:focus-within {
  --tw-ring-offset-color: #14b8a6;
}

.focus-within\:ring-offset-teal-600:focus-within {
  --tw-ring-offset-color: #0d9488;
}

.focus-within\:ring-offset-teal-700:focus-within {
  --tw-ring-offset-color: #0f766e;
}

.focus-within\:ring-offset-teal-800:focus-within {
  --tw-ring-offset-color: #115e59;
}

.focus-within\:ring-offset-teal-900:focus-within {
  --tw-ring-offset-color: #134e4a;
}

.focus-within\:ring-offset-emerald-50:focus-within {
  --tw-ring-offset-color: #ecfdf5;
}

.focus-within\:ring-offset-emerald-100:focus-within {
  --tw-ring-offset-color: #d1fae5;
}

.focus-within\:ring-offset-emerald-200:focus-within {
  --tw-ring-offset-color: #a7f3d0;
}

.focus-within\:ring-offset-emerald-300:focus-within {
  --tw-ring-offset-color: #6ee7b7;
}

.focus-within\:ring-offset-emerald-400:focus-within {
  --tw-ring-offset-color: #34d399;
}

.focus-within\:ring-offset-emerald-500:focus-within {
  --tw-ring-offset-color: #10b981;
}

.focus-within\:ring-offset-emerald-600:focus-within {
  --tw-ring-offset-color: #059669;
}

.focus-within\:ring-offset-emerald-700:focus-within {
  --tw-ring-offset-color: #047857;
}

.focus-within\:ring-offset-emerald-800:focus-within {
  --tw-ring-offset-color: #065f46;
}

.focus-within\:ring-offset-emerald-900:focus-within {
  --tw-ring-offset-color: #064e3b;
}

.focus-within\:ring-offset-green-50:focus-within {
  --tw-ring-offset-color: #f0fdf4;
}

.focus-within\:ring-offset-green-100:focus-within {
  --tw-ring-offset-color: #dcfce7;
}

.focus-within\:ring-offset-green-200:focus-within {
  --tw-ring-offset-color: #bbf7d0;
}

.focus-within\:ring-offset-green-300:focus-within {
  --tw-ring-offset-color: #86efac;
}

.focus-within\:ring-offset-green-400:focus-within {
  --tw-ring-offset-color: #4ade80;
}

.focus-within\:ring-offset-green-500:focus-within {
  --tw-ring-offset-color: #22c55e;
}

.focus-within\:ring-offset-green-600:focus-within {
  --tw-ring-offset-color: #16a34a;
}

.focus-within\:ring-offset-green-700:focus-within {
  --tw-ring-offset-color: #15803d;
}

.focus-within\:ring-offset-green-800:focus-within {
  --tw-ring-offset-color: #166534;
}

.focus-within\:ring-offset-green-900:focus-within {
  --tw-ring-offset-color: #14532d;
}

.focus-within\:ring-offset-lime-50:focus-within {
  --tw-ring-offset-color: #f7fee7;
}

.focus-within\:ring-offset-lime-100:focus-within {
  --tw-ring-offset-color: #ecfccb;
}

.focus-within\:ring-offset-lime-200:focus-within {
  --tw-ring-offset-color: #d9f99d;
}

.focus-within\:ring-offset-lime-300:focus-within {
  --tw-ring-offset-color: #bef264;
}

.focus-within\:ring-offset-lime-400:focus-within {
  --tw-ring-offset-color: #a3e635;
}

.focus-within\:ring-offset-lime-500:focus-within {
  --tw-ring-offset-color: #84cc16;
}

.focus-within\:ring-offset-lime-600:focus-within {
  --tw-ring-offset-color: #65a30d;
}

.focus-within\:ring-offset-lime-700:focus-within {
  --tw-ring-offset-color: #4d7c0f;
}

.focus-within\:ring-offset-lime-800:focus-within {
  --tw-ring-offset-color: #3f6212;
}

.focus-within\:ring-offset-lime-900:focus-within {
  --tw-ring-offset-color: #365314;
}

.focus-within\:ring-offset-yellow-50:focus-within {
  --tw-ring-offset-color: #fefce8;
}

.focus-within\:ring-offset-yellow-100:focus-within {
  --tw-ring-offset-color: #fef9c3;
}

.focus-within\:ring-offset-yellow-200:focus-within {
  --tw-ring-offset-color: #fef08a;
}

.focus-within\:ring-offset-yellow-300:focus-within {
  --tw-ring-offset-color: #fde047;
}

.focus-within\:ring-offset-yellow-400:focus-within {
  --tw-ring-offset-color: #facc15;
}

.focus-within\:ring-offset-yellow-500:focus-within {
  --tw-ring-offset-color: #eab308;
}

.focus-within\:ring-offset-yellow-600:focus-within {
  --tw-ring-offset-color: #ca8a04;
}

.focus-within\:ring-offset-yellow-700:focus-within {
  --tw-ring-offset-color: #a16207;
}

.focus-within\:ring-offset-yellow-800:focus-within {
  --tw-ring-offset-color: #854d0e;
}

.focus-within\:ring-offset-yellow-900:focus-within {
  --tw-ring-offset-color: #713f12;
}

.focus-within\:ring-offset-amber-50:focus-within {
  --tw-ring-offset-color: #fffbeb;
}

.focus-within\:ring-offset-amber-100:focus-within {
  --tw-ring-offset-color: #fef3c7;
}

.focus-within\:ring-offset-amber-200:focus-within {
  --tw-ring-offset-color: #fde68a;
}

.focus-within\:ring-offset-amber-300:focus-within {
  --tw-ring-offset-color: #fcd34d;
}

.focus-within\:ring-offset-amber-400:focus-within {
  --tw-ring-offset-color: #fbbf24;
}

.focus-within\:ring-offset-amber-500:focus-within {
  --tw-ring-offset-color: #f59e0b;
}

.focus-within\:ring-offset-amber-600:focus-within {
  --tw-ring-offset-color: #d97706;
}

.focus-within\:ring-offset-amber-700:focus-within {
  --tw-ring-offset-color: #b45309;
}

.focus-within\:ring-offset-amber-800:focus-within {
  --tw-ring-offset-color: #92400e;
}

.focus-within\:ring-offset-amber-900:focus-within {
  --tw-ring-offset-color: #78350f;
}

.focus-within\:ring-offset-orange-50:focus-within {
  --tw-ring-offset-color: #fff7ed;
}

.focus-within\:ring-offset-orange-100:focus-within {
  --tw-ring-offset-color: #ffedd5;
}

.focus-within\:ring-offset-orange-200:focus-within {
  --tw-ring-offset-color: #fed7aa;
}

.focus-within\:ring-offset-orange-300:focus-within {
  --tw-ring-offset-color: #fdba74;
}

.focus-within\:ring-offset-orange-400:focus-within {
  --tw-ring-offset-color: #fb923c;
}

.focus-within\:ring-offset-orange-500:focus-within {
  --tw-ring-offset-color: #f97316;
}

.focus-within\:ring-offset-orange-600:focus-within {
  --tw-ring-offset-color: #ea580c;
}

.focus-within\:ring-offset-orange-700:focus-within {
  --tw-ring-offset-color: #c2410c;
}

.focus-within\:ring-offset-orange-800:focus-within {
  --tw-ring-offset-color: #9a3412;
}

.focus-within\:ring-offset-orange-900:focus-within {
  --tw-ring-offset-color: #7c2d12;
}

.focus-within\:ring-offset-red-50:focus-within {
  --tw-ring-offset-color: #fef2f2;
}

.focus-within\:ring-offset-red-100:focus-within {
  --tw-ring-offset-color: #fee2e2;
}

.focus-within\:ring-offset-red-200:focus-within {
  --tw-ring-offset-color: #fecaca;
}

.focus-within\:ring-offset-red-300:focus-within {
  --tw-ring-offset-color: #fca5a5;
}

.focus-within\:ring-offset-red-400:focus-within {
  --tw-ring-offset-color: #f87171;
}

.focus-within\:ring-offset-red-500:focus-within {
  --tw-ring-offset-color: #ef4444;
}

.focus-within\:ring-offset-red-600:focus-within {
  --tw-ring-offset-color: #dc2626;
}

.focus-within\:ring-offset-red-700:focus-within {
  --tw-ring-offset-color: #b91c1c;
}

.focus-within\:ring-offset-red-800:focus-within {
  --tw-ring-offset-color: #991b1b;
}

.focus-within\:ring-offset-red-900:focus-within {
  --tw-ring-offset-color: #7f1d1d;
}

.focus-within\:ring-offset-warmGray-50:focus-within {
  --tw-ring-offset-color: #fafaf9;
}

.focus-within\:ring-offset-warmGray-100:focus-within {
  --tw-ring-offset-color: #f5f5f4;
}

.focus-within\:ring-offset-warmGray-200:focus-within {
  --tw-ring-offset-color: #e7e5e4;
}

.focus-within\:ring-offset-warmGray-300:focus-within {
  --tw-ring-offset-color: #d6d3d1;
}

.focus-within\:ring-offset-warmGray-400:focus-within {
  --tw-ring-offset-color: #a8a29e;
}

.focus-within\:ring-offset-warmGray-500:focus-within {
  --tw-ring-offset-color: #78716c;
}

.focus-within\:ring-offset-warmGray-600:focus-within {
  --tw-ring-offset-color: #57534e;
}

.focus-within\:ring-offset-warmGray-700:focus-within {
  --tw-ring-offset-color: #44403c;
}

.focus-within\:ring-offset-warmGray-800:focus-within {
  --tw-ring-offset-color: #292524;
}

.focus-within\:ring-offset-warmGray-900:focus-within {
  --tw-ring-offset-color: #1c1917;
}

.focus-within\:ring-offset-trueGray-50:focus-within {
  --tw-ring-offset-color: #fafafa;
}

.focus-within\:ring-offset-trueGray-100:focus-within {
  --tw-ring-offset-color: #f5f5f5;
}

.focus-within\:ring-offset-trueGray-200:focus-within {
  --tw-ring-offset-color: #e5e5e5;
}

.focus-within\:ring-offset-trueGray-300:focus-within {
  --tw-ring-offset-color: #d4d4d4;
}

.focus-within\:ring-offset-trueGray-400:focus-within {
  --tw-ring-offset-color: #a3a3a3;
}

.focus-within\:ring-offset-trueGray-500:focus-within {
  --tw-ring-offset-color: #737373;
}

.focus-within\:ring-offset-trueGray-600:focus-within {
  --tw-ring-offset-color: #525252;
}

.focus-within\:ring-offset-trueGray-700:focus-within {
  --tw-ring-offset-color: #404040;
}

.focus-within\:ring-offset-trueGray-800:focus-within {
  --tw-ring-offset-color: #262626;
}

.focus-within\:ring-offset-trueGray-900:focus-within {
  --tw-ring-offset-color: #171717;
}

.focus-within\:ring-offset-gray-50:focus-within {
  --tw-ring-offset-color: #fafafa;
}

.focus-within\:ring-offset-gray-100:focus-within {
  --tw-ring-offset-color: #f4f4f5;
}

.focus-within\:ring-offset-gray-200:focus-within {
  --tw-ring-offset-color: #e4e4e7;
}

.focus-within\:ring-offset-gray-300:focus-within {
  --tw-ring-offset-color: #d4d4d8;
}

.focus-within\:ring-offset-gray-400:focus-within {
  --tw-ring-offset-color: #a1a1aa;
}

.focus-within\:ring-offset-gray-500:focus-within {
  --tw-ring-offset-color: #71717a;
}

.focus-within\:ring-offset-gray-600:focus-within {
  --tw-ring-offset-color: #52525b;
}

.focus-within\:ring-offset-gray-700:focus-within {
  --tw-ring-offset-color: #3f3f46;
}

.focus-within\:ring-offset-gray-800:focus-within {
  --tw-ring-offset-color: #27272a;
}

.focus-within\:ring-offset-gray-900:focus-within {
  --tw-ring-offset-color: #18181b;
}

.focus-within\:ring-offset-coolGray-50:focus-within {
  --tw-ring-offset-color: #f9fafb;
}

.focus-within\:ring-offset-coolGray-100:focus-within {
  --tw-ring-offset-color: #f3f4f6;
}

.focus-within\:ring-offset-coolGray-200:focus-within {
  --tw-ring-offset-color: #e5e7eb;
}

.focus-within\:ring-offset-coolGray-300:focus-within {
  --tw-ring-offset-color: #d1d5db;
}

.focus-within\:ring-offset-coolGray-400:focus-within {
  --tw-ring-offset-color: #9ca3af;
}

.focus-within\:ring-offset-coolGray-500:focus-within {
  --tw-ring-offset-color: #6b7280;
}

.focus-within\:ring-offset-coolGray-600:focus-within {
  --tw-ring-offset-color: #4b5563;
}

.focus-within\:ring-offset-coolGray-700:focus-within {
  --tw-ring-offset-color: #374151;
}

.focus-within\:ring-offset-coolGray-800:focus-within {
  --tw-ring-offset-color: #1f2937;
}

.focus-within\:ring-offset-coolGray-900:focus-within {
  --tw-ring-offset-color: #111827;
}

.focus-within\:ring-offset-blueGray-50:focus-within {
  --tw-ring-offset-color: #f8fafc;
}

.focus-within\:ring-offset-blueGray-100:focus-within {
  --tw-ring-offset-color: #f1f5f9;
}

.focus-within\:ring-offset-blueGray-200:focus-within {
  --tw-ring-offset-color: #e2e8f0;
}

.focus-within\:ring-offset-blueGray-300:focus-within {
  --tw-ring-offset-color: #cbd5e1;
}

.focus-within\:ring-offset-blueGray-400:focus-within {
  --tw-ring-offset-color: #94a3b8;
}

.focus-within\:ring-offset-blueGray-500:focus-within {
  --tw-ring-offset-color: #64748b;
}

.focus-within\:ring-offset-blueGray-600:focus-within {
  --tw-ring-offset-color: #475569;
}

.focus-within\:ring-offset-blueGray-700:focus-within {
  --tw-ring-offset-color: #334155;
}

.focus-within\:ring-offset-blueGray-800:focus-within {
  --tw-ring-offset-color: #1e293b;
}

.focus-within\:ring-offset-blueGray-900:focus-within {
  --tw-ring-offset-color: #0f172a;
}

.focus\:ring-offset-current:focus {
  --tw-ring-offset-color: currentColor;
}

.focus\:ring-offset-transparent:focus {
  --tw-ring-offset-color: transparent;
}

.focus\:ring-offset-falcon:focus {
  --tw-ring-offset-color: var(--falcon);
}

.focus\:ring-offset-basement:focus {
  --tw-ring-offset-color: var(--basement);
}

.focus\:ring-offset-blue-50:focus {
  --tw-ring-offset-color: #eff6ff;
}

.focus\:ring-offset-blue-100:focus {
  --tw-ring-offset-color: #dbeafe;
}

.focus\:ring-offset-blue-200:focus {
  --tw-ring-offset-color: #bfdbfe;
}

.focus\:ring-offset-blue-300:focus {
  --tw-ring-offset-color: #93c5fd;
}

.focus\:ring-offset-blue-400:focus {
  --tw-ring-offset-color: #60a5fa;
}

.focus\:ring-offset-blue-500:focus {
  --tw-ring-offset-color: #3b82f6;
}

.focus\:ring-offset-blue-600:focus {
  --tw-ring-offset-color: #2563eb;
}

.focus\:ring-offset-blue-700:focus {
  --tw-ring-offset-color: #1d4ed8;
}

.focus\:ring-offset-blue-800:focus {
  --tw-ring-offset-color: #1e40af;
}

.focus\:ring-offset-blue-900:focus {
  --tw-ring-offset-color: #1e3a8a;
}

.focus\:ring-offset-body-and-labels:focus {
  --tw-ring-offset-color: var(--body-and-labels);
}

.focus\:ring-offset-brand:focus {
  --tw-ring-offset-color: var(--brand);
}

.focus\:ring-offset-code-base-64:focus {
  --tw-ring-offset-color: var(--code-base-64);
}

.focus\:ring-offset-code-bg:focus {
  --tw-ring-offset-color: var(--code-bg);
}

.focus\:ring-offset-code-outline:focus {
  --tw-ring-offset-color: var(--code-outline);
}

.focus\:ring-offset-code-text:focus {
  --tw-ring-offset-color: var(--code-text);
}

.focus\:ring-offset-critical:focus {
  --tw-ring-offset-color: var(--critical);
}

.focus\:ring-offset-destructive-hover:focus {
  --tw-ring-offset-color: var(--destructive-hover);
}

.focus\:ring-offset-destructive-idle:focus {
  --tw-ring-offset-color: var(--destructive-idle);
}

.focus\:ring-offset-destructive-pressed:focus {
  --tw-ring-offset-color: var(--destructive-pressed);
}

.focus\:ring-offset-disabled:focus {
  --tw-ring-offset-color: var(--disabled);
}

.focus\:ring-offset-disc-operations:focus {
  --tw-ring-offset-color: var(--disc-operations);
}

.focus\:ring-offset-dns-requests:focus {
  --tw-ring-offset-color: var(--dns-requests);
}

.focus\:ring-offset-focus:focus {
  --tw-ring-offset-color: var(--focus);
}

.focus\:ring-offset-graph-1:focus {
  --tw-ring-offset-color: var(--graph-1);
}

.focus\:ring-offset-graph-10:focus {
  --tw-ring-offset-color: var(--graph-10);
}

.focus\:ring-offset-graph-11:focus {
  --tw-ring-offset-color: var(--graph-11);
}

.focus\:ring-offset-graph-2:focus {
  --tw-ring-offset-color: var(--graph-2);
}

.focus\:ring-offset-graph-3:focus {
  --tw-ring-offset-color: var(--graph-3);
}

.focus\:ring-offset-graph-4:focus {
  --tw-ring-offset-color: var(--graph-4);
}

.focus\:ring-offset-graph-5:focus {
  --tw-ring-offset-color: var(--graph-5);
}

.focus\:ring-offset-graph-6:focus {
  --tw-ring-offset-color: var(--graph-6);
}

.focus\:ring-offset-graph-7:focus {
  --tw-ring-offset-color: var(--graph-7);
}

.focus\:ring-offset-graph-8:focus {
  --tw-ring-offset-color: var(--graph-8);
}

.focus\:ring-offset-graph-9:focus {
  --tw-ring-offset-color: var(--graph-9);
}

.focus\:ring-offset-graph-disabled:focus {
  --tw-ring-offset-color: var(--graph-disabled);
}

.focus\:ring-offset-ground-floor:focus {
  --tw-ring-offset-color: var(--ground-floor);
}

.focus\:ring-offset-high:focus {
  --tw-ring-offset-color: var(--high);
}

.focus\:ring-offset-informational:focus {
  --tw-ring-offset-color: var(--informational);
}

.focus\:ring-offset-lines-dark:focus {
  --tw-ring-offset-color: var(--lines-dark);
}

.focus\:ring-offset-lines-light:focus {
  --tw-ring-offset-color: var(--lines-light);
}

.focus\:ring-offset-low:focus {
  --tw-ring-offset-color: var(--low);
}

.focus\:ring-offset-medium:focus {
  --tw-ring-offset-color: var(--medium);
}

.focus\:ring-offset-mezzanine:focus {
  --tw-ring-offset-color: var(--mezzanine);
}

.focus\:ring-offset-nav-text-and-icons:focus {
  --tw-ring-offset-color: var(--nav-text-and-icons);
}

.focus\:ring-offset-nav-text-secondary:focus {
  --tw-ring-offset-color: var(--nav-text-secondary);
}

.focus\:ring-offset-network-operations:focus {
  --tw-ring-offset-color: var(--network-operations);
}

.focus\:ring-offset-normal-hover:focus {
  --tw-ring-offset-color: var(--normal-hover);
}

.focus\:ring-offset-normal-idle:focus {
  --tw-ring-offset-color: var(--normal-idle);
}

.focus\:ring-offset-normal-pressed:focus {
  --tw-ring-offset-color: var(--normal-pressed);
}

.focus\:ring-offset-overlay-0\.5:focus {
  --tw-ring-offset-color: var(--overlay-0\.5);
}

.focus\:ring-offset-overlay-1:focus {
  --tw-ring-offset-color: var(--overlay-1);
}

.focus\:ring-offset-overlay-2:focus {
  --tw-ring-offset-color: var(--overlay-2);
}

.focus\:ring-offset-positive:focus {
  --tw-ring-offset-color: var(--positive);
}

.focus\:ring-offset-primary-hover:focus {
  --tw-ring-offset-color: var(--primary-hover);
}

.focus\:ring-offset-primary-idle:focus {
  --tw-ring-offset-color: var(--primary-idle);
}

.focus\:ring-offset-primary-pressed:focus {
  --tw-ring-offset-color: var(--primary-pressed);
}

.focus\:ring-offset-process-operations:focus {
  --tw-ring-offset-color: var(--process-operations);
}

.focus\:ring-offset-purple-50:focus {
  --tw-ring-offset-color: #faf5ff;
}

.focus\:ring-offset-purple-100:focus {
  --tw-ring-offset-color: #f3e8ff;
}

.focus\:ring-offset-purple-200:focus {
  --tw-ring-offset-color: #e9d5ff;
}

.focus\:ring-offset-purple-300:focus {
  --tw-ring-offset-color: #d8b4fe;
}

.focus\:ring-offset-purple-400:focus {
  --tw-ring-offset-color: #c084fc;
}

.focus\:ring-offset-purple-500:focus {
  --tw-ring-offset-color: #a855f7;
}

.focus\:ring-offset-purple-600:focus {
  --tw-ring-offset-color: #9333ea;
}

.focus\:ring-offset-purple-700:focus {
  --tw-ring-offset-color: #7e22ce;
}

.focus\:ring-offset-purple-800:focus {
  --tw-ring-offset-color: #6b21a8;
}

.focus\:ring-offset-purple-900:focus {
  --tw-ring-offset-color: #581c87;
}

.focus\:ring-offset-registry-operations:focus {
  --tw-ring-offset-color: var(--registry-operations);
}

.focus\:ring-offset-selected:focus {
  --tw-ring-offset-color: var(--selected);
}

.focus\:ring-offset-surface-2xl:focus {
  --tw-ring-offset-color: var(--surface-2xl);
}

.focus\:ring-offset-surface-base:focus {
  --tw-ring-offset-color: var(--surface-base);
}

.focus\:ring-offset-surface-inner:focus {
  --tw-ring-offset-color: var(--surface-inner);
}

.focus\:ring-offset-surface-lg:focus {
  --tw-ring-offset-color: var(--surface-lg);
}

.focus\:ring-offset-surface-md:focus {
  --tw-ring-offset-color: var(--surface-md);
}

.focus\:ring-offset-surface-xl:focus {
  --tw-ring-offset-color: var(--surface-xl);
}

.focus\:ring-offset-text-and-icons:focus {
  --tw-ring-offset-color: var(--text-and-icons);
}

.focus\:ring-offset-titles-and-attributes:focus {
  --tw-ring-offset-color: var(--titles-and-attributes);
}

.focus\:ring-offset-black:focus {
  --tw-ring-offset-color: #000;
}

.focus\:ring-offset-white:focus {
  --tw-ring-offset-color: #fff;
}

.focus\:ring-offset-rose-50:focus {
  --tw-ring-offset-color: #fff1f2;
}

.focus\:ring-offset-rose-100:focus {
  --tw-ring-offset-color: #ffe4e6;
}

.focus\:ring-offset-rose-200:focus {
  --tw-ring-offset-color: #fecdd3;
}

.focus\:ring-offset-rose-300:focus {
  --tw-ring-offset-color: #fda4af;
}

.focus\:ring-offset-rose-400:focus {
  --tw-ring-offset-color: #fb7185;
}

.focus\:ring-offset-rose-500:focus {
  --tw-ring-offset-color: #f43f5e;
}

.focus\:ring-offset-rose-600:focus {
  --tw-ring-offset-color: #e11d48;
}

.focus\:ring-offset-rose-700:focus {
  --tw-ring-offset-color: #be123c;
}

.focus\:ring-offset-rose-800:focus {
  --tw-ring-offset-color: #9f1239;
}

.focus\:ring-offset-rose-900:focus {
  --tw-ring-offset-color: #881337;
}

.focus\:ring-offset-pink-50:focus {
  --tw-ring-offset-color: #fdf2f8;
}

.focus\:ring-offset-pink-100:focus {
  --tw-ring-offset-color: #fce7f3;
}

.focus\:ring-offset-pink-200:focus {
  --tw-ring-offset-color: #fbcfe8;
}

.focus\:ring-offset-pink-300:focus {
  --tw-ring-offset-color: #f9a8d4;
}

.focus\:ring-offset-pink-400:focus {
  --tw-ring-offset-color: #f472b6;
}

.focus\:ring-offset-pink-500:focus {
  --tw-ring-offset-color: #ec4899;
}

.focus\:ring-offset-pink-600:focus {
  --tw-ring-offset-color: #db2777;
}

.focus\:ring-offset-pink-700:focus {
  --tw-ring-offset-color: #be185d;
}

.focus\:ring-offset-pink-800:focus {
  --tw-ring-offset-color: #9d174d;
}

.focus\:ring-offset-pink-900:focus {
  --tw-ring-offset-color: #831843;
}

.focus\:ring-offset-fuchsia-50:focus {
  --tw-ring-offset-color: #fdf4ff;
}

.focus\:ring-offset-fuchsia-100:focus {
  --tw-ring-offset-color: #fae8ff;
}

.focus\:ring-offset-fuchsia-200:focus {
  --tw-ring-offset-color: #f5d0fe;
}

.focus\:ring-offset-fuchsia-300:focus {
  --tw-ring-offset-color: #f0abfc;
}

.focus\:ring-offset-fuchsia-400:focus {
  --tw-ring-offset-color: #e879f9;
}

.focus\:ring-offset-fuchsia-500:focus {
  --tw-ring-offset-color: #d946ef;
}

.focus\:ring-offset-fuchsia-600:focus {
  --tw-ring-offset-color: #c026d3;
}

.focus\:ring-offset-fuchsia-700:focus {
  --tw-ring-offset-color: #a21caf;
}

.focus\:ring-offset-fuchsia-800:focus {
  --tw-ring-offset-color: #86198f;
}

.focus\:ring-offset-fuchsia-900:focus {
  --tw-ring-offset-color: #701a75;
}

.focus\:ring-offset-violet-50:focus {
  --tw-ring-offset-color: #f5f3ff;
}

.focus\:ring-offset-violet-100:focus {
  --tw-ring-offset-color: #ede9fe;
}

.focus\:ring-offset-violet-200:focus {
  --tw-ring-offset-color: #ddd6fe;
}

.focus\:ring-offset-violet-300:focus {
  --tw-ring-offset-color: #c4b5fd;
}

.focus\:ring-offset-violet-400:focus {
  --tw-ring-offset-color: #a78bfa;
}

.focus\:ring-offset-violet-500:focus {
  --tw-ring-offset-color: #8b5cf6;
}

.focus\:ring-offset-violet-600:focus {
  --tw-ring-offset-color: #7c3aed;
}

.focus\:ring-offset-violet-700:focus {
  --tw-ring-offset-color: #6d28d9;
}

.focus\:ring-offset-violet-800:focus {
  --tw-ring-offset-color: #5b21b6;
}

.focus\:ring-offset-violet-900:focus {
  --tw-ring-offset-color: #4c1d95;
}

.focus\:ring-offset-indigo-50:focus {
  --tw-ring-offset-color: #eef2ff;
}

.focus\:ring-offset-indigo-100:focus {
  --tw-ring-offset-color: #e0e7ff;
}

.focus\:ring-offset-indigo-200:focus {
  --tw-ring-offset-color: #c7d2fe;
}

.focus\:ring-offset-indigo-300:focus {
  --tw-ring-offset-color: #a5b4fc;
}

.focus\:ring-offset-indigo-400:focus {
  --tw-ring-offset-color: #818cf8;
}

.focus\:ring-offset-indigo-500:focus {
  --tw-ring-offset-color: #6366f1;
}

.focus\:ring-offset-indigo-600:focus {
  --tw-ring-offset-color: #4f46e5;
}

.focus\:ring-offset-indigo-700:focus {
  --tw-ring-offset-color: #4338ca;
}

.focus\:ring-offset-indigo-800:focus {
  --tw-ring-offset-color: #3730a3;
}

.focus\:ring-offset-indigo-900:focus {
  --tw-ring-offset-color: #312e81;
}

.focus\:ring-offset-lightBlue-50:focus {
  --tw-ring-offset-color: #f0f9ff;
}

.focus\:ring-offset-lightBlue-100:focus {
  --tw-ring-offset-color: #e0f2fe;
}

.focus\:ring-offset-lightBlue-200:focus {
  --tw-ring-offset-color: #bae6fd;
}

.focus\:ring-offset-lightBlue-300:focus {
  --tw-ring-offset-color: #7dd3fc;
}

.focus\:ring-offset-lightBlue-400:focus {
  --tw-ring-offset-color: #38bdf8;
}

.focus\:ring-offset-lightBlue-500:focus {
  --tw-ring-offset-color: #0ea5e9;
}

.focus\:ring-offset-lightBlue-600:focus {
  --tw-ring-offset-color: #0284c7;
}

.focus\:ring-offset-lightBlue-700:focus {
  --tw-ring-offset-color: #0369a1;
}

.focus\:ring-offset-lightBlue-800:focus {
  --tw-ring-offset-color: #075985;
}

.focus\:ring-offset-lightBlue-900:focus {
  --tw-ring-offset-color: #0c4a6e;
}

.focus\:ring-offset-cyan-50:focus {
  --tw-ring-offset-color: #ecfeff;
}

.focus\:ring-offset-cyan-100:focus {
  --tw-ring-offset-color: #cffafe;
}

.focus\:ring-offset-cyan-200:focus {
  --tw-ring-offset-color: #a5f3fc;
}

.focus\:ring-offset-cyan-300:focus {
  --tw-ring-offset-color: #67e8f9;
}

.focus\:ring-offset-cyan-400:focus {
  --tw-ring-offset-color: #22d3ee;
}

.focus\:ring-offset-cyan-500:focus {
  --tw-ring-offset-color: #06b6d4;
}

.focus\:ring-offset-cyan-600:focus {
  --tw-ring-offset-color: #0891b2;
}

.focus\:ring-offset-cyan-700:focus {
  --tw-ring-offset-color: #0e7490;
}

.focus\:ring-offset-cyan-800:focus {
  --tw-ring-offset-color: #155e75;
}

.focus\:ring-offset-cyan-900:focus {
  --tw-ring-offset-color: #164e63;
}

.focus\:ring-offset-teal-50:focus {
  --tw-ring-offset-color: #f0fdfa;
}

.focus\:ring-offset-teal-100:focus {
  --tw-ring-offset-color: #ccfbf1;
}

.focus\:ring-offset-teal-200:focus {
  --tw-ring-offset-color: #99f6e4;
}

.focus\:ring-offset-teal-300:focus {
  --tw-ring-offset-color: #5eead4;
}

.focus\:ring-offset-teal-400:focus {
  --tw-ring-offset-color: #2dd4bf;
}

.focus\:ring-offset-teal-500:focus {
  --tw-ring-offset-color: #14b8a6;
}

.focus\:ring-offset-teal-600:focus {
  --tw-ring-offset-color: #0d9488;
}

.focus\:ring-offset-teal-700:focus {
  --tw-ring-offset-color: #0f766e;
}

.focus\:ring-offset-teal-800:focus {
  --tw-ring-offset-color: #115e59;
}

.focus\:ring-offset-teal-900:focus {
  --tw-ring-offset-color: #134e4a;
}

.focus\:ring-offset-emerald-50:focus {
  --tw-ring-offset-color: #ecfdf5;
}

.focus\:ring-offset-emerald-100:focus {
  --tw-ring-offset-color: #d1fae5;
}

.focus\:ring-offset-emerald-200:focus {
  --tw-ring-offset-color: #a7f3d0;
}

.focus\:ring-offset-emerald-300:focus {
  --tw-ring-offset-color: #6ee7b7;
}

.focus\:ring-offset-emerald-400:focus {
  --tw-ring-offset-color: #34d399;
}

.focus\:ring-offset-emerald-500:focus {
  --tw-ring-offset-color: #10b981;
}

.focus\:ring-offset-emerald-600:focus {
  --tw-ring-offset-color: #059669;
}

.focus\:ring-offset-emerald-700:focus {
  --tw-ring-offset-color: #047857;
}

.focus\:ring-offset-emerald-800:focus {
  --tw-ring-offset-color: #065f46;
}

.focus\:ring-offset-emerald-900:focus {
  --tw-ring-offset-color: #064e3b;
}

.focus\:ring-offset-green-50:focus {
  --tw-ring-offset-color: #f0fdf4;
}

.focus\:ring-offset-green-100:focus {
  --tw-ring-offset-color: #dcfce7;
}

.focus\:ring-offset-green-200:focus {
  --tw-ring-offset-color: #bbf7d0;
}

.focus\:ring-offset-green-300:focus {
  --tw-ring-offset-color: #86efac;
}

.focus\:ring-offset-green-400:focus {
  --tw-ring-offset-color: #4ade80;
}

.focus\:ring-offset-green-500:focus {
  --tw-ring-offset-color: #22c55e;
}

.focus\:ring-offset-green-600:focus {
  --tw-ring-offset-color: #16a34a;
}

.focus\:ring-offset-green-700:focus {
  --tw-ring-offset-color: #15803d;
}

.focus\:ring-offset-green-800:focus {
  --tw-ring-offset-color: #166534;
}

.focus\:ring-offset-green-900:focus {
  --tw-ring-offset-color: #14532d;
}

.focus\:ring-offset-lime-50:focus {
  --tw-ring-offset-color: #f7fee7;
}

.focus\:ring-offset-lime-100:focus {
  --tw-ring-offset-color: #ecfccb;
}

.focus\:ring-offset-lime-200:focus {
  --tw-ring-offset-color: #d9f99d;
}

.focus\:ring-offset-lime-300:focus {
  --tw-ring-offset-color: #bef264;
}

.focus\:ring-offset-lime-400:focus {
  --tw-ring-offset-color: #a3e635;
}

.focus\:ring-offset-lime-500:focus {
  --tw-ring-offset-color: #84cc16;
}

.focus\:ring-offset-lime-600:focus {
  --tw-ring-offset-color: #65a30d;
}

.focus\:ring-offset-lime-700:focus {
  --tw-ring-offset-color: #4d7c0f;
}

.focus\:ring-offset-lime-800:focus {
  --tw-ring-offset-color: #3f6212;
}

.focus\:ring-offset-lime-900:focus {
  --tw-ring-offset-color: #365314;
}

.focus\:ring-offset-yellow-50:focus {
  --tw-ring-offset-color: #fefce8;
}

.focus\:ring-offset-yellow-100:focus {
  --tw-ring-offset-color: #fef9c3;
}

.focus\:ring-offset-yellow-200:focus {
  --tw-ring-offset-color: #fef08a;
}

.focus\:ring-offset-yellow-300:focus {
  --tw-ring-offset-color: #fde047;
}

.focus\:ring-offset-yellow-400:focus {
  --tw-ring-offset-color: #facc15;
}

.focus\:ring-offset-yellow-500:focus {
  --tw-ring-offset-color: #eab308;
}

.focus\:ring-offset-yellow-600:focus {
  --tw-ring-offset-color: #ca8a04;
}

.focus\:ring-offset-yellow-700:focus {
  --tw-ring-offset-color: #a16207;
}

.focus\:ring-offset-yellow-800:focus {
  --tw-ring-offset-color: #854d0e;
}

.focus\:ring-offset-yellow-900:focus {
  --tw-ring-offset-color: #713f12;
}

.focus\:ring-offset-amber-50:focus {
  --tw-ring-offset-color: #fffbeb;
}

.focus\:ring-offset-amber-100:focus {
  --tw-ring-offset-color: #fef3c7;
}

.focus\:ring-offset-amber-200:focus {
  --tw-ring-offset-color: #fde68a;
}

.focus\:ring-offset-amber-300:focus {
  --tw-ring-offset-color: #fcd34d;
}

.focus\:ring-offset-amber-400:focus {
  --tw-ring-offset-color: #fbbf24;
}

.focus\:ring-offset-amber-500:focus {
  --tw-ring-offset-color: #f59e0b;
}

.focus\:ring-offset-amber-600:focus {
  --tw-ring-offset-color: #d97706;
}

.focus\:ring-offset-amber-700:focus {
  --tw-ring-offset-color: #b45309;
}

.focus\:ring-offset-amber-800:focus {
  --tw-ring-offset-color: #92400e;
}

.focus\:ring-offset-amber-900:focus {
  --tw-ring-offset-color: #78350f;
}

.focus\:ring-offset-orange-50:focus {
  --tw-ring-offset-color: #fff7ed;
}

.focus\:ring-offset-orange-100:focus {
  --tw-ring-offset-color: #ffedd5;
}

.focus\:ring-offset-orange-200:focus {
  --tw-ring-offset-color: #fed7aa;
}

.focus\:ring-offset-orange-300:focus {
  --tw-ring-offset-color: #fdba74;
}

.focus\:ring-offset-orange-400:focus {
  --tw-ring-offset-color: #fb923c;
}

.focus\:ring-offset-orange-500:focus {
  --tw-ring-offset-color: #f97316;
}

.focus\:ring-offset-orange-600:focus {
  --tw-ring-offset-color: #ea580c;
}

.focus\:ring-offset-orange-700:focus {
  --tw-ring-offset-color: #c2410c;
}

.focus\:ring-offset-orange-800:focus {
  --tw-ring-offset-color: #9a3412;
}

.focus\:ring-offset-orange-900:focus {
  --tw-ring-offset-color: #7c2d12;
}

.focus\:ring-offset-red-50:focus {
  --tw-ring-offset-color: #fef2f2;
}

.focus\:ring-offset-red-100:focus {
  --tw-ring-offset-color: #fee2e2;
}

.focus\:ring-offset-red-200:focus {
  --tw-ring-offset-color: #fecaca;
}

.focus\:ring-offset-red-300:focus {
  --tw-ring-offset-color: #fca5a5;
}

.focus\:ring-offset-red-400:focus {
  --tw-ring-offset-color: #f87171;
}

.focus\:ring-offset-red-500:focus {
  --tw-ring-offset-color: #ef4444;
}

.focus\:ring-offset-red-600:focus {
  --tw-ring-offset-color: #dc2626;
}

.focus\:ring-offset-red-700:focus {
  --tw-ring-offset-color: #b91c1c;
}

.focus\:ring-offset-red-800:focus {
  --tw-ring-offset-color: #991b1b;
}

.focus\:ring-offset-red-900:focus {
  --tw-ring-offset-color: #7f1d1d;
}

.focus\:ring-offset-warmGray-50:focus {
  --tw-ring-offset-color: #fafaf9;
}

.focus\:ring-offset-warmGray-100:focus {
  --tw-ring-offset-color: #f5f5f4;
}

.focus\:ring-offset-warmGray-200:focus {
  --tw-ring-offset-color: #e7e5e4;
}

.focus\:ring-offset-warmGray-300:focus {
  --tw-ring-offset-color: #d6d3d1;
}

.focus\:ring-offset-warmGray-400:focus {
  --tw-ring-offset-color: #a8a29e;
}

.focus\:ring-offset-warmGray-500:focus {
  --tw-ring-offset-color: #78716c;
}

.focus\:ring-offset-warmGray-600:focus {
  --tw-ring-offset-color: #57534e;
}

.focus\:ring-offset-warmGray-700:focus {
  --tw-ring-offset-color: #44403c;
}

.focus\:ring-offset-warmGray-800:focus {
  --tw-ring-offset-color: #292524;
}

.focus\:ring-offset-warmGray-900:focus {
  --tw-ring-offset-color: #1c1917;
}

.focus\:ring-offset-trueGray-50:focus {
  --tw-ring-offset-color: #fafafa;
}

.focus\:ring-offset-trueGray-100:focus {
  --tw-ring-offset-color: #f5f5f5;
}

.focus\:ring-offset-trueGray-200:focus {
  --tw-ring-offset-color: #e5e5e5;
}

.focus\:ring-offset-trueGray-300:focus {
  --tw-ring-offset-color: #d4d4d4;
}

.focus\:ring-offset-trueGray-400:focus {
  --tw-ring-offset-color: #a3a3a3;
}

.focus\:ring-offset-trueGray-500:focus {
  --tw-ring-offset-color: #737373;
}

.focus\:ring-offset-trueGray-600:focus {
  --tw-ring-offset-color: #525252;
}

.focus\:ring-offset-trueGray-700:focus {
  --tw-ring-offset-color: #404040;
}

.focus\:ring-offset-trueGray-800:focus {
  --tw-ring-offset-color: #262626;
}

.focus\:ring-offset-trueGray-900:focus {
  --tw-ring-offset-color: #171717;
}

.focus\:ring-offset-gray-50:focus {
  --tw-ring-offset-color: #fafafa;
}

.focus\:ring-offset-gray-100:focus {
  --tw-ring-offset-color: #f4f4f5;
}

.focus\:ring-offset-gray-200:focus {
  --tw-ring-offset-color: #e4e4e7;
}

.focus\:ring-offset-gray-300:focus {
  --tw-ring-offset-color: #d4d4d8;
}

.focus\:ring-offset-gray-400:focus {
  --tw-ring-offset-color: #a1a1aa;
}

.focus\:ring-offset-gray-500:focus {
  --tw-ring-offset-color: #71717a;
}

.focus\:ring-offset-gray-600:focus {
  --tw-ring-offset-color: #52525b;
}

.focus\:ring-offset-gray-700:focus {
  --tw-ring-offset-color: #3f3f46;
}

.focus\:ring-offset-gray-800:focus {
  --tw-ring-offset-color: #27272a;
}

.focus\:ring-offset-gray-900:focus {
  --tw-ring-offset-color: #18181b;
}

.focus\:ring-offset-coolGray-50:focus {
  --tw-ring-offset-color: #f9fafb;
}

.focus\:ring-offset-coolGray-100:focus {
  --tw-ring-offset-color: #f3f4f6;
}

.focus\:ring-offset-coolGray-200:focus {
  --tw-ring-offset-color: #e5e7eb;
}

.focus\:ring-offset-coolGray-300:focus {
  --tw-ring-offset-color: #d1d5db;
}

.focus\:ring-offset-coolGray-400:focus {
  --tw-ring-offset-color: #9ca3af;
}

.focus\:ring-offset-coolGray-500:focus {
  --tw-ring-offset-color: #6b7280;
}

.focus\:ring-offset-coolGray-600:focus {
  --tw-ring-offset-color: #4b5563;
}

.focus\:ring-offset-coolGray-700:focus {
  --tw-ring-offset-color: #374151;
}

.focus\:ring-offset-coolGray-800:focus {
  --tw-ring-offset-color: #1f2937;
}

.focus\:ring-offset-coolGray-900:focus {
  --tw-ring-offset-color: #111827;
}

.focus\:ring-offset-blueGray-50:focus {
  --tw-ring-offset-color: #f8fafc;
}

.focus\:ring-offset-blueGray-100:focus {
  --tw-ring-offset-color: #f1f5f9;
}

.focus\:ring-offset-blueGray-200:focus {
  --tw-ring-offset-color: #e2e8f0;
}

.focus\:ring-offset-blueGray-300:focus {
  --tw-ring-offset-color: #cbd5e1;
}

.focus\:ring-offset-blueGray-400:focus {
  --tw-ring-offset-color: #94a3b8;
}

.focus\:ring-offset-blueGray-500:focus {
  --tw-ring-offset-color: #64748b;
}

.focus\:ring-offset-blueGray-600:focus {
  --tw-ring-offset-color: #475569;
}

.focus\:ring-offset-blueGray-700:focus {
  --tw-ring-offset-color: #334155;
}

.focus\:ring-offset-blueGray-800:focus {
  --tw-ring-offset-color: #1e293b;
}

.focus\:ring-offset-blueGray-900:focus {
  --tw-ring-offset-color: #0f172a;
}

.filter {
  --tw-blur: var(--tw-empty,/*!*/ /*!*/);
  --tw-brightness: var(--tw-empty,/*!*/ /*!*/);
  --tw-contrast: var(--tw-empty,/*!*/ /*!*/);
  --tw-grayscale: var(--tw-empty,/*!*/ /*!*/);
  --tw-hue-rotate: var(--tw-empty,/*!*/ /*!*/);
  --tw-invert: var(--tw-empty,/*!*/ /*!*/);
  --tw-saturate: var(--tw-empty,/*!*/ /*!*/);
  --tw-sepia: var(--tw-empty,/*!*/ /*!*/);
  --tw-drop-shadow: var(--tw-empty,/*!*/ /*!*/);
  -webkit-filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
          filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

.filter-none {
  -webkit-filter: none;
          filter: none;
}

.blur-0 {
  --tw-blur: blur(0);
}

.blur-none {
  --tw-blur: blur(0);
}

.blur-sm {
  --tw-blur: blur(4px);
}

.blur {
  --tw-blur: blur(8px);
}

.blur-md {
  --tw-blur: blur(12px);
}

.blur-lg {
  --tw-blur: blur(16px);
}

.blur-xl {
  --tw-blur: blur(24px);
}

.blur-2xl {
  --tw-blur: blur(40px);
}

.blur-3xl {
  --tw-blur: blur(64px);
}

.brightness-0 {
  --tw-brightness: brightness(0);
}

.brightness-50 {
  --tw-brightness: brightness(.5);
}

.brightness-75 {
  --tw-brightness: brightness(.75);
}

.brightness-90 {
  --tw-brightness: brightness(.9);
}

.brightness-95 {
  --tw-brightness: brightness(.95);
}

.brightness-100 {
  --tw-brightness: brightness(1);
}

.brightness-105 {
  --tw-brightness: brightness(1.05);
}

.brightness-110 {
  --tw-brightness: brightness(1.1);
}

.brightness-125 {
  --tw-brightness: brightness(1.25);
}

.brightness-150 {
  --tw-brightness: brightness(1.5);
}

.brightness-200 {
  --tw-brightness: brightness(2);
}

.contrast-0 {
  --tw-contrast: contrast(0);
}

.contrast-50 {
  --tw-contrast: contrast(.5);
}

.contrast-75 {
  --tw-contrast: contrast(.75);
}

.contrast-100 {
  --tw-contrast: contrast(1);
}

.contrast-125 {
  --tw-contrast: contrast(1.25);
}

.contrast-150 {
  --tw-contrast: contrast(1.5);
}

.contrast-200 {
  --tw-contrast: contrast(2);
}

.drop-shadow-sm {
  --tw-drop-shadow: drop-shadow(0 1px 1px rgba(0,0,0,0.05));
}

.drop-shadow {
  --tw-drop-shadow: drop-shadow(0 1px 2px rgba(0, 0, 0, 0.1)) drop-shadow(0 1px 1px rgba(0, 0, 0, 0.06));
}

.drop-shadow-md {
  --tw-drop-shadow: drop-shadow(0 4px 3px rgba(0, 0, 0, 0.07)) drop-shadow(0 2px 2px rgba(0, 0, 0, 0.06));
}

.drop-shadow-lg {
  --tw-drop-shadow: drop-shadow(0 10px 8px rgba(0, 0, 0, 0.04)) drop-shadow(0 4px 3px rgba(0, 0, 0, 0.1));
}

.drop-shadow-xl {
  --tw-drop-shadow: drop-shadow(0 20px 13px rgba(0, 0, 0, 0.03)) drop-shadow(0 8px 5px rgba(0, 0, 0, 0.08));
}

.drop-shadow-2xl {
  --tw-drop-shadow: drop-shadow(0 25px 25px rgba(0, 0, 0, 0.15));
}

.drop-shadow-none {
  --tw-drop-shadow: drop-shadow(0 0 #0000);
}

.grayscale-0 {
  --tw-grayscale: grayscale(0);
}

.grayscale {
  --tw-grayscale: grayscale(100%);
}

.hue-rotate-0 {
  --tw-hue-rotate: hue-rotate(0deg);
}

.hue-rotate-15 {
  --tw-hue-rotate: hue-rotate(15deg);
}

.hue-rotate-30 {
  --tw-hue-rotate: hue-rotate(30deg);
}

.hue-rotate-60 {
  --tw-hue-rotate: hue-rotate(60deg);
}

.hue-rotate-90 {
  --tw-hue-rotate: hue-rotate(90deg);
}

.hue-rotate-180 {
  --tw-hue-rotate: hue-rotate(180deg);
}

.-hue-rotate-180 {
  --tw-hue-rotate: hue-rotate(-180deg);
}

.-hue-rotate-90 {
  --tw-hue-rotate: hue-rotate(-90deg);
}

.-hue-rotate-60 {
  --tw-hue-rotate: hue-rotate(-60deg);
}

.-hue-rotate-30 {
  --tw-hue-rotate: hue-rotate(-30deg);
}

.-hue-rotate-15 {
  --tw-hue-rotate: hue-rotate(-15deg);
}

.invert-0 {
  --tw-invert: invert(0);
}

.invert {
  --tw-invert: invert(100%);
}

.saturate-0 {
  --tw-saturate: saturate(0);
}

.saturate-50 {
  --tw-saturate: saturate(.5);
}

.saturate-100 {
  --tw-saturate: saturate(1);
}

.saturate-150 {
  --tw-saturate: saturate(1.5);
}

.saturate-200 {
  --tw-saturate: saturate(2);
}

.sepia-0 {
  --tw-sepia: sepia(0);
}

.sepia {
  --tw-sepia: sepia(100%);
}

.backdrop-filter {
  --tw-backdrop-blur: var(--tw-empty,/*!*/ /*!*/);
  --tw-backdrop-brightness: var(--tw-empty,/*!*/ /*!*/);
  --tw-backdrop-contrast: var(--tw-empty,/*!*/ /*!*/);
  --tw-backdrop-grayscale: var(--tw-empty,/*!*/ /*!*/);
  --tw-backdrop-hue-rotate: var(--tw-empty,/*!*/ /*!*/);
  --tw-backdrop-invert: var(--tw-empty,/*!*/ /*!*/);
  --tw-backdrop-opacity: var(--tw-empty,/*!*/ /*!*/);
  --tw-backdrop-saturate: var(--tw-empty,/*!*/ /*!*/);
  --tw-backdrop-sepia: var(--tw-empty,/*!*/ /*!*/);
  -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
          backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}

.backdrop-filter-none {
  -webkit-backdrop-filter: none;
          backdrop-filter: none;
}

.backdrop-blur-0 {
  --tw-backdrop-blur: blur(0);
}

.backdrop-blur-none {
  --tw-backdrop-blur: blur(0);
}

.backdrop-blur-sm {
  --tw-backdrop-blur: blur(4px);
}

.backdrop-blur {
  --tw-backdrop-blur: blur(8px);
}

.backdrop-blur-md {
  --tw-backdrop-blur: blur(12px);
}

.backdrop-blur-lg {
  --tw-backdrop-blur: blur(16px);
}

.backdrop-blur-xl {
  --tw-backdrop-blur: blur(24px);
}

.backdrop-blur-2xl {
  --tw-backdrop-blur: blur(40px);
}

.backdrop-blur-3xl {
  --tw-backdrop-blur: blur(64px);
}

.backdrop-brightness-0 {
  --tw-backdrop-brightness: brightness(0);
}

.backdrop-brightness-50 {
  --tw-backdrop-brightness: brightness(.5);
}

.backdrop-brightness-75 {
  --tw-backdrop-brightness: brightness(.75);
}

.backdrop-brightness-90 {
  --tw-backdrop-brightness: brightness(.9);
}

.backdrop-brightness-95 {
  --tw-backdrop-brightness: brightness(.95);
}

.backdrop-brightness-100 {
  --tw-backdrop-brightness: brightness(1);
}

.backdrop-brightness-105 {
  --tw-backdrop-brightness: brightness(1.05);
}

.backdrop-brightness-110 {
  --tw-backdrop-brightness: brightness(1.1);
}

.backdrop-brightness-125 {
  --tw-backdrop-brightness: brightness(1.25);
}

.backdrop-brightness-150 {
  --tw-backdrop-brightness: brightness(1.5);
}

.backdrop-brightness-200 {
  --tw-backdrop-brightness: brightness(2);
}

.backdrop-contrast-0 {
  --tw-backdrop-contrast: contrast(0);
}

.backdrop-contrast-50 {
  --tw-backdrop-contrast: contrast(.5);
}

.backdrop-contrast-75 {
  --tw-backdrop-contrast: contrast(.75);
}

.backdrop-contrast-100 {
  --tw-backdrop-contrast: contrast(1);
}

.backdrop-contrast-125 {
  --tw-backdrop-contrast: contrast(1.25);
}

.backdrop-contrast-150 {
  --tw-backdrop-contrast: contrast(1.5);
}

.backdrop-contrast-200 {
  --tw-backdrop-contrast: contrast(2);
}

.backdrop-grayscale-0 {
  --tw-backdrop-grayscale: grayscale(0);
}

.backdrop-grayscale {
  --tw-backdrop-grayscale: grayscale(100%);
}

.backdrop-hue-rotate-0 {
  --tw-backdrop-hue-rotate: hue-rotate(0deg);
}

.backdrop-hue-rotate-15 {
  --tw-backdrop-hue-rotate: hue-rotate(15deg);
}

.backdrop-hue-rotate-30 {
  --tw-backdrop-hue-rotate: hue-rotate(30deg);
}

.backdrop-hue-rotate-60 {
  --tw-backdrop-hue-rotate: hue-rotate(60deg);
}

.backdrop-hue-rotate-90 {
  --tw-backdrop-hue-rotate: hue-rotate(90deg);
}

.backdrop-hue-rotate-180 {
  --tw-backdrop-hue-rotate: hue-rotate(180deg);
}

.-backdrop-hue-rotate-180 {
  --tw-backdrop-hue-rotate: hue-rotate(-180deg);
}

.-backdrop-hue-rotate-90 {
  --tw-backdrop-hue-rotate: hue-rotate(-90deg);
}

.-backdrop-hue-rotate-60 {
  --tw-backdrop-hue-rotate: hue-rotate(-60deg);
}

.-backdrop-hue-rotate-30 {
  --tw-backdrop-hue-rotate: hue-rotate(-30deg);
}

.-backdrop-hue-rotate-15 {
  --tw-backdrop-hue-rotate: hue-rotate(-15deg);
}

.backdrop-invert-0 {
  --tw-backdrop-invert: invert(0);
}

.backdrop-invert {
  --tw-backdrop-invert: invert(100%);
}

.backdrop-opacity-0 {
  --tw-backdrop-opacity: opacity(0);
}

.backdrop-opacity-5 {
  --tw-backdrop-opacity: opacity(0.05);
}

.backdrop-opacity-10 {
  --tw-backdrop-opacity: opacity(0.1);
}

.backdrop-opacity-20 {
  --tw-backdrop-opacity: opacity(0.2);
}

.backdrop-opacity-25 {
  --tw-backdrop-opacity: opacity(0.25);
}

.backdrop-opacity-30 {
  --tw-backdrop-opacity: opacity(0.3);
}

.backdrop-opacity-40 {
  --tw-backdrop-opacity: opacity(0.4);
}

.backdrop-opacity-50 {
  --tw-backdrop-opacity: opacity(0.5);
}

.backdrop-opacity-60 {
  --tw-backdrop-opacity: opacity(0.6);
}

.backdrop-opacity-70 {
  --tw-backdrop-opacity: opacity(0.7);
}

.backdrop-opacity-75 {
  --tw-backdrop-opacity: opacity(0.75);
}

.backdrop-opacity-80 {
  --tw-backdrop-opacity: opacity(0.8);
}

.backdrop-opacity-90 {
  --tw-backdrop-opacity: opacity(0.9);
}

.backdrop-opacity-95 {
  --tw-backdrop-opacity: opacity(0.95);
}

.backdrop-opacity-100 {
  --tw-backdrop-opacity: opacity(1);
}

.backdrop-saturate-0 {
  --tw-backdrop-saturate: saturate(0);
}

.backdrop-saturate-50 {
  --tw-backdrop-saturate: saturate(.5);
}

.backdrop-saturate-100 {
  --tw-backdrop-saturate: saturate(1);
}

.backdrop-saturate-150 {
  --tw-backdrop-saturate: saturate(1.5);
}

.backdrop-saturate-200 {
  --tw-backdrop-saturate: saturate(2);
}

.backdrop-sepia-0 {
  --tw-backdrop-sepia: sepia(0);
}

.backdrop-sepia {
  --tw-backdrop-sepia: sepia(100%);
}

.transition-none {
  -webkit-transition-property: none;
  transition-property: none;
}

.transition-all {
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
          transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  -webkit-transition-duration: 150ms;
          transition-duration: 150ms;
}

.transition {
  -webkit-transition-property: background-color, border-color, color, fill, stroke, opacity, -webkit-box-shadow, -webkit-transform, -webkit-filter, -webkit-backdrop-filter;
  transition-property: background-color, border-color, color, fill, stroke, opacity, -webkit-box-shadow, -webkit-transform, -webkit-filter, -webkit-backdrop-filter;
  transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-box-shadow, -webkit-transform, -webkit-filter, -webkit-backdrop-filter;
  -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
          transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  -webkit-transition-duration: 150ms;
          transition-duration: 150ms;
}

.transition-colors {
  -webkit-transition-property: background-color, border-color, color, fill, stroke;
  transition-property: background-color, border-color, color, fill, stroke;
  -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
          transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  -webkit-transition-duration: 150ms;
          transition-duration: 150ms;
}

.transition-opacity {
  -webkit-transition-property: opacity;
  transition-property: opacity;
  -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
          transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  -webkit-transition-duration: 150ms;
          transition-duration: 150ms;
}

.transition-shadow {
  -webkit-transition-property: -webkit-box-shadow;
  transition-property: -webkit-box-shadow;
  transition-property: box-shadow;
  transition-property: box-shadow, -webkit-box-shadow;
  -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
          transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  -webkit-transition-duration: 150ms;
          transition-duration: 150ms;
}

.transition-transform {
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
          transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  -webkit-transition-duration: 150ms;
          transition-duration: 150ms;
}

.transition-width {
  -webkit-transition-property: width;
  transition-property: width;
  -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
          transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  -webkit-transition-duration: 150ms;
          transition-duration: 150ms;
}

.active\:transition-none:active {
  -webkit-transition-property: none;
  transition-property: none;
}

.active\:transition-all:active {
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
          transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  -webkit-transition-duration: 150ms;
          transition-duration: 150ms;
}

.active\:transition:active {
  -webkit-transition-property: background-color, border-color, color, fill, stroke, opacity, -webkit-box-shadow, -webkit-transform, -webkit-filter, -webkit-backdrop-filter;
  transition-property: background-color, border-color, color, fill, stroke, opacity, -webkit-box-shadow, -webkit-transform, -webkit-filter, -webkit-backdrop-filter;
  transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-box-shadow, -webkit-transform, -webkit-filter, -webkit-backdrop-filter;
  -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
          transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  -webkit-transition-duration: 150ms;
          transition-duration: 150ms;
}

.active\:transition-colors:active {
  -webkit-transition-property: background-color, border-color, color, fill, stroke;
  transition-property: background-color, border-color, color, fill, stroke;
  -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
          transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  -webkit-transition-duration: 150ms;
          transition-duration: 150ms;
}

.active\:transition-opacity:active {
  -webkit-transition-property: opacity;
  transition-property: opacity;
  -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
          transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  -webkit-transition-duration: 150ms;
          transition-duration: 150ms;
}

.active\:transition-shadow:active {
  -webkit-transition-property: -webkit-box-shadow;
  transition-property: -webkit-box-shadow;
  transition-property: box-shadow;
  transition-property: box-shadow, -webkit-box-shadow;
  -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
          transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  -webkit-transition-duration: 150ms;
          transition-duration: 150ms;
}

.active\:transition-transform:active {
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
          transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  -webkit-transition-duration: 150ms;
          transition-duration: 150ms;
}

.active\:transition-width:active {
  -webkit-transition-property: width;
  transition-property: width;
  -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
          transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  -webkit-transition-duration: 150ms;
          transition-duration: 150ms;
}

.delay-75 {
  -webkit-transition-delay: 75ms;
          transition-delay: 75ms;
}

.delay-100 {
  -webkit-transition-delay: 100ms;
          transition-delay: 100ms;
}

.delay-150 {
  -webkit-transition-delay: 150ms;
          transition-delay: 150ms;
}

.delay-200 {
  -webkit-transition-delay: 200ms;
          transition-delay: 200ms;
}

.delay-300 {
  -webkit-transition-delay: 300ms;
          transition-delay: 300ms;
}

.delay-500 {
  -webkit-transition-delay: 500ms;
          transition-delay: 500ms;
}

.delay-700 {
  -webkit-transition-delay: 700ms;
          transition-delay: 700ms;
}

.delay-1000 {
  -webkit-transition-delay: 1000ms;
          transition-delay: 1000ms;
}

.duration-75 {
  -webkit-transition-duration: 75ms;
          transition-duration: 75ms;
}

.duration-100 {
  -webkit-transition-duration: 100ms;
          transition-duration: 100ms;
}

.duration-150 {
  -webkit-transition-duration: 150ms;
          transition-duration: 150ms;
}

.duration-200 {
  -webkit-transition-duration: 200ms;
          transition-duration: 200ms;
}

.duration-300 {
  -webkit-transition-duration: 300ms;
          transition-duration: 300ms;
}

.duration-500 {
  -webkit-transition-duration: 500ms;
          transition-duration: 500ms;
}

.duration-700 {
  -webkit-transition-duration: 700ms;
          transition-duration: 700ms;
}

.duration-1000 {
  -webkit-transition-duration: 1000ms;
          transition-duration: 1000ms;
}

.ease-linear {
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
}

.ease-in {
  -webkit-transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
          transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
}

.ease-out {
  -webkit-transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
          transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
}

.ease-in-out {
  -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
          transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.clamp-1 {
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.clamp-2 {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.clamp-3 {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.clamp-4 {
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.clamp-5 {
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.clamp-6 {
  display: -webkit-box;
  -webkit-line-clamp: 6;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.clamp-7 {
  display: -webkit-box;
  -webkit-line-clamp: 7;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.clamp-8 {
  display: -webkit-box;
  -webkit-line-clamp: 8;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.clamp-9 {
  display: -webkit-box;
  -webkit-line-clamp: 9;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.clamp-10 {
  display: -webkit-box;
  -webkit-line-clamp: 10;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

[data-popper-reference-hidden],
[data-popper-intersects-sticky] {
  opacity: 0;
  pointer-events: none;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

@media print {
  .print\:prose {
    color: #3f3f46;
    max-width: 65ch;
  }

  .print\:prose [class~="lead"] {
    color: #52525b;
    font-size: 1.25em;
    line-height: 1.6;
    margin-top: 1.2em;
    margin-bottom: 1.2em;
  }

  .print\:prose a {
    color: #18181b;
    text-decoration: underline;
    font-weight: 500;
  }

  .print\:prose strong {
    color: #18181b;
    font-weight: 600;
  }

  .print\:prose ol[type="A"] {
    --list-counter-style: upper-alpha;
  }

  .print\:prose ol[type="a"] {
    --list-counter-style: lower-alpha;
  }

  .print\:prose ol[type="A" s] {
    --list-counter-style: upper-alpha;
  }

  .print\:prose ol[type="a" s] {
    --list-counter-style: lower-alpha;
  }

  .print\:prose ol[type="I"] {
    --list-counter-style: upper-roman;
  }

  .print\:prose ol[type="i"] {
    --list-counter-style: lower-roman;
  }

  .print\:prose ol[type="I" s] {
    --list-counter-style: upper-roman;
  }

  .print\:prose ol[type="i" s] {
    --list-counter-style: lower-roman;
  }

  .print\:prose ol[type="1"] {
    --list-counter-style: decimal;
  }

  .print\:prose ol > li {
    position: relative;
    padding-left: 1.75em;
  }

  .print\:prose ol > li::before {
    content: counter(list-item, var(--list-counter-style, decimal)) ".";
    position: absolute;
    font-weight: 400;
    color: #71717a;
    left: 0;
  }

  .print\:prose ul > li {
    position: relative;
    padding-left: 1.75em;
  }

  .print\:prose ul > li::before {
    content: "";
    position: absolute;
    background-color: #d4d4d8;
    border-radius: 50%;
    width: 0.375em;
    height: 0.375em;
    top: calc(0.875em - 0.1875em);
    left: 0.25em;
  }

  .print\:prose hr {
    border-color: #e4e4e7;
    border-top-width: 1px;
    margin-top: 3em;
    margin-bottom: 3em;
  }

  .print\:prose blockquote {
    font-weight: 500;
    font-style: italic;
    color: #18181b;
    border-left-width: 0.25rem;
    border-left-color: #e4e4e7;
    quotes: "\201C""\201D""\2018""\2019";
    margin-top: 1.6em;
    margin-bottom: 1.6em;
    padding-left: 1em;
  }

  .print\:prose blockquote p:first-of-type::before {
    content: open-quote;
  }

  .print\:prose blockquote p:last-of-type::after {
    content: close-quote;
  }

  .print\:prose h1 {
    color: #18181b;
    font-weight: 800;
    font-size: 2.25em;
    margin-top: 0;
    margin-bottom: 0.8888889em;
    line-height: 1.1111111;
  }

  .print\:prose h2 {
    color: #18181b;
    font-weight: 700;
    font-size: 1.5em;
    margin-top: 2em;
    margin-bottom: 1em;
    line-height: 1.3333333;
  }

  .print\:prose h3 {
    color: #18181b;
    font-weight: 600;
    font-size: 1.25em;
    margin-top: 1.6em;
    margin-bottom: 0.6em;
    line-height: 1.6;
  }

  .print\:prose h4 {
    color: #18181b;
    font-weight: 600;
    margin-top: 1.5em;
    margin-bottom: 0.5em;
    line-height: 1.5;
  }

  .print\:prose figure figcaption {
    color: #71717a;
    font-size: 0.875em;
    line-height: 1.4285714;
    margin-top: 0.8571429em;
  }

  .print\:prose code {
    color: #18181b;
    font-weight: 600;
    font-size: 0.875em;
  }

  .print\:prose code::before {
    content: "`";
  }

  .print\:prose code::after {
    content: "`";
  }

  .print\:prose a code {
    color: #18181b;
  }

  .print\:prose pre {
    color: #e4e4e7;
    background-color: #27272a;
    overflow-x: auto;
    font-size: 0.875em;
    line-height: 1.7142857;
    margin-top: 1.7142857em;
    margin-bottom: 1.7142857em;
    border-radius: 0.375rem;
    padding-top: 0.8571429em;
    padding-right: 1.1428571em;
    padding-bottom: 0.8571429em;
    padding-left: 1.1428571em;
  }

  .print\:prose pre code {
    background-color: transparent;
    border-width: 0;
    border-radius: 0;
    padding: 0;
    font-weight: 400;
    color: inherit;
    font-size: inherit;
    font-family: inherit;
    line-height: inherit;
  }

  .print\:prose pre code::before {
    content: none;
  }

  .print\:prose pre code::after {
    content: none;
  }

  .print\:prose table {
    width: 100%;
    table-layout: auto;
    text-align: left;
    margin-top: 2em;
    margin-bottom: 2em;
    font-size: 0.875em;
    line-height: 1.7142857;
  }

  .print\:prose thead {
    color: #18181b;
    font-weight: 600;
    border-bottom-width: 1px;
    border-bottom-color: #d4d4d8;
  }

  .print\:prose thead th {
    vertical-align: bottom;
    padding-right: 0.5714286em;
    padding-bottom: 0.5714286em;
    padding-left: 0.5714286em;
  }

  .print\:prose tbody tr {
    border-bottom-width: 1px;
    border-bottom-color: #e4e4e7;
  }

  .print\:prose tbody tr:last-child {
    border-bottom-width: 0;
  }

  .print\:prose tbody td {
    vertical-align: top;
    padding-top: 0.5714286em;
    padding-right: 0.5714286em;
    padding-bottom: 0.5714286em;
    padding-left: 0.5714286em;
  }

  .print\:prose {
    font-size: 1rem;
    line-height: 1.75;
  }

  .print\:prose p {
    margin-top: 1.25em;
    margin-bottom: 1.25em;
  }

  .print\:prose img {
    margin-top: 2em;
    margin-bottom: 2em;
  }

  .print\:prose video {
    margin-top: 2em;
    margin-bottom: 2em;
  }

  .print\:prose figure {
    margin-top: 2em;
    margin-bottom: 2em;
  }

  .print\:prose figure > * {
    margin-top: 0;
    margin-bottom: 0;
  }

  .print\:prose h2 code {
    font-size: 0.875em;
  }

  .print\:prose h3 code {
    font-size: 0.9em;
  }

  .print\:prose ol {
    margin-top: 1.25em;
    margin-bottom: 1.25em;
  }

  .print\:prose ul {
    margin-top: 1.25em;
    margin-bottom: 1.25em;
  }

  .print\:prose li {
    margin-top: 0.5em;
    margin-bottom: 0.5em;
  }

  .print\:prose > ul > li p {
    margin-top: 0.75em;
    margin-bottom: 0.75em;
  }

  .print\:prose > ul > li > *:first-child {
    margin-top: 1.25em;
  }

  .print\:prose > ul > li > *:last-child {
    margin-bottom: 1.25em;
  }

  .print\:prose > ol > li > *:first-child {
    margin-top: 1.25em;
  }

  .print\:prose > ol > li > *:last-child {
    margin-bottom: 1.25em;
  }

  .print\:prose ul ul, .print\:prose ul ol, .print\:prose ol ul, .print\:prose ol ol {
    margin-top: 0.75em;
    margin-bottom: 0.75em;
  }

  .print\:prose hr + * {
    margin-top: 0;
  }

  .print\:prose h2 + * {
    margin-top: 0;
  }

  .print\:prose h3 + * {
    margin-top: 0;
  }

  .print\:prose h4 + * {
    margin-top: 0;
  }

  .print\:prose thead th:first-child {
    padding-left: 0;
  }

  .print\:prose thead th:last-child {
    padding-right: 0;
  }

  .print\:prose tbody td:first-child {
    padding-left: 0;
  }

  .print\:prose tbody td:last-child {
    padding-right: 0;
  }

  .print\:prose > :first-child {
    margin-top: 0;
  }

  .print\:prose > :last-child {
    margin-bottom: 0;
  }

  .print\:prose-sm {
    font-size: 0.875rem;
    line-height: 1.7142857;
  }

  .print\:prose-sm p {
    margin-top: 1.1428571em;
    margin-bottom: 1.1428571em;
  }

  .print\:prose-sm [class~="lead"] {
    font-size: 1.2857143em;
    line-height: 1.5555556;
    margin-top: 0.8888889em;
    margin-bottom: 0.8888889em;
  }

  .print\:prose-sm blockquote {
    margin-top: 1.3333333em;
    margin-bottom: 1.3333333em;
    padding-left: 1.1111111em;
  }

  .print\:prose-sm h1 {
    font-size: 2.1428571em;
    margin-top: 0;
    margin-bottom: 0.8em;
    line-height: 1.2;
  }

  .print\:prose-sm h2 {
    font-size: 1.4285714em;
    margin-top: 1.6em;
    margin-bottom: 0.8em;
    line-height: 1.4;
  }

  .print\:prose-sm h3 {
    font-size: 1.2857143em;
    margin-top: 1.5555556em;
    margin-bottom: 0.4444444em;
    line-height: 1.5555556;
  }

  .print\:prose-sm h4 {
    margin-top: 1.4285714em;
    margin-bottom: 0.5714286em;
    line-height: 1.4285714;
  }

  .print\:prose-sm img {
    margin-top: 1.7142857em;
    margin-bottom: 1.7142857em;
  }

  .print\:prose-sm video {
    margin-top: 1.7142857em;
    margin-bottom: 1.7142857em;
  }

  .print\:prose-sm figure {
    margin-top: 1.7142857em;
    margin-bottom: 1.7142857em;
  }

  .print\:prose-sm figure > * {
    margin-top: 0;
    margin-bottom: 0;
  }

  .print\:prose-sm figure figcaption {
    font-size: 0.8571429em;
    line-height: 1.3333333;
    margin-top: 0.6666667em;
  }

  .print\:prose-sm code {
    font-size: 0.8571429em;
  }

  .print\:prose-sm h2 code {
    font-size: 0.9em;
  }

  .print\:prose-sm h3 code {
    font-size: 0.8888889em;
  }

  .print\:prose-sm pre {
    font-size: 0.8571429em;
    line-height: 1.6666667;
    margin-top: 1.6666667em;
    margin-bottom: 1.6666667em;
    border-radius: 0.25rem;
    padding-top: 0.6666667em;
    padding-right: 1em;
    padding-bottom: 0.6666667em;
    padding-left: 1em;
  }

  .print\:prose-sm ol {
    margin-top: 1.1428571em;
    margin-bottom: 1.1428571em;
  }

  .print\:prose-sm ul {
    margin-top: 1.1428571em;
    margin-bottom: 1.1428571em;
  }

  .print\:prose-sm li {
    margin-top: 0.2857143em;
    margin-bottom: 0.2857143em;
  }

  .print\:prose-sm ol > li {
    padding-left: 1.5714286em;
  }

  .print\:prose-sm ol > li::before {
    left: 0;
  }

  .print\:prose-sm ul > li {
    padding-left: 1.5714286em;
  }

  .print\:prose-sm ul > li::before {
    height: 0.3571429em;
    width: 0.3571429em;
    top: calc(0.8571429em - 0.1785714em);
    left: 0.2142857em;
  }

  .print\:prose-sm > ul > li p {
    margin-top: 0.5714286em;
    margin-bottom: 0.5714286em;
  }

  .print\:prose-sm > ul > li > *:first-child {
    margin-top: 1.1428571em;
  }

  .print\:prose-sm > ul > li > *:last-child {
    margin-bottom: 1.1428571em;
  }

  .print\:prose-sm > ol > li > *:first-child {
    margin-top: 1.1428571em;
  }

  .print\:prose-sm > ol > li > *:last-child {
    margin-bottom: 1.1428571em;
  }

  .print\:prose-sm ul ul, .print\:prose-sm ul ol, .print\:prose-sm ol ul, .print\:prose-sm ol ol {
    margin-top: 0.5714286em;
    margin-bottom: 0.5714286em;
  }

  .print\:prose-sm hr {
    margin-top: 2.8571429em;
    margin-bottom: 2.8571429em;
  }

  .print\:prose-sm hr + * {
    margin-top: 0;
  }

  .print\:prose-sm h2 + * {
    margin-top: 0;
  }

  .print\:prose-sm h3 + * {
    margin-top: 0;
  }

  .print\:prose-sm h4 + * {
    margin-top: 0;
  }

  .print\:prose-sm table {
    font-size: 0.8571429em;
    line-height: 1.5;
  }

  .print\:prose-sm thead th {
    padding-right: 1em;
    padding-bottom: 0.6666667em;
    padding-left: 1em;
  }

  .print\:prose-sm thead th:first-child {
    padding-left: 0;
  }

  .print\:prose-sm thead th:last-child {
    padding-right: 0;
  }

  .print\:prose-sm tbody td {
    padding-top: 0.6666667em;
    padding-right: 1em;
    padding-bottom: 0.6666667em;
    padding-left: 1em;
  }

  .print\:prose-sm tbody td:first-child {
    padding-left: 0;
  }

  .print\:prose-sm tbody td:last-child {
    padding-right: 0;
  }

  .print\:prose-sm > :first-child {
    margin-top: 0;
  }

  .print\:prose-sm > :last-child {
    margin-bottom: 0;
  }

  .print\:prose-lg {
    font-size: 1.125rem;
    line-height: 1.7777778;
  }

  .print\:prose-lg p {
    margin-top: 1.3333333em;
    margin-bottom: 1.3333333em;
  }

  .print\:prose-lg [class~="lead"] {
    font-size: 1.2222222em;
    line-height: 1.4545455;
    margin-top: 1.0909091em;
    margin-bottom: 1.0909091em;
  }

  .print\:prose-lg blockquote {
    margin-top: 1.6666667em;
    margin-bottom: 1.6666667em;
    padding-left: 1em;
  }

  .print\:prose-lg h1 {
    font-size: 2.6666667em;
    margin-top: 0;
    margin-bottom: 0.8333333em;
    line-height: 1;
  }

  .print\:prose-lg h2 {
    font-size: 1.6666667em;
    margin-top: 1.8666667em;
    margin-bottom: 1.0666667em;
    line-height: 1.3333333;
  }

  .print\:prose-lg h3 {
    font-size: 1.3333333em;
    margin-top: 1.6666667em;
    margin-bottom: 0.6666667em;
    line-height: 1.5;
  }

  .print\:prose-lg h4 {
    margin-top: 1.7777778em;
    margin-bottom: 0.4444444em;
    line-height: 1.5555556;
  }

  .print\:prose-lg img {
    margin-top: 1.7777778em;
    margin-bottom: 1.7777778em;
  }

  .print\:prose-lg video {
    margin-top: 1.7777778em;
    margin-bottom: 1.7777778em;
  }

  .print\:prose-lg figure {
    margin-top: 1.7777778em;
    margin-bottom: 1.7777778em;
  }

  .print\:prose-lg figure > * {
    margin-top: 0;
    margin-bottom: 0;
  }

  .print\:prose-lg figure figcaption {
    font-size: 0.8888889em;
    line-height: 1.5;
    margin-top: 1em;
  }

  .print\:prose-lg code {
    font-size: 0.8888889em;
  }

  .print\:prose-lg h2 code {
    font-size: 0.8666667em;
  }

  .print\:prose-lg h3 code {
    font-size: 0.875em;
  }

  .print\:prose-lg pre {
    font-size: 0.8888889em;
    line-height: 1.75;
    margin-top: 2em;
    margin-bottom: 2em;
    border-radius: 0.375rem;
    padding-top: 1em;
    padding-right: 1.5em;
    padding-bottom: 1em;
    padding-left: 1.5em;
  }

  .print\:prose-lg ol {
    margin-top: 1.3333333em;
    margin-bottom: 1.3333333em;
  }

  .print\:prose-lg ul {
    margin-top: 1.3333333em;
    margin-bottom: 1.3333333em;
  }

  .print\:prose-lg li {
    margin-top: 0.6666667em;
    margin-bottom: 0.6666667em;
  }

  .print\:prose-lg ol > li {
    padding-left: 1.6666667em;
  }

  .print\:prose-lg ol > li::before {
    left: 0;
  }

  .print\:prose-lg ul > li {
    padding-left: 1.6666667em;
  }

  .print\:prose-lg ul > li::before {
    width: 0.3333333em;
    height: 0.3333333em;
    top: calc(0.8888889em - 0.1666667em);
    left: 0.2222222em;
  }

  .print\:prose-lg > ul > li p {
    margin-top: 0.8888889em;
    margin-bottom: 0.8888889em;
  }

  .print\:prose-lg > ul > li > *:first-child {
    margin-top: 1.3333333em;
  }

  .print\:prose-lg > ul > li > *:last-child {
    margin-bottom: 1.3333333em;
  }

  .print\:prose-lg > ol > li > *:first-child {
    margin-top: 1.3333333em;
  }

  .print\:prose-lg > ol > li > *:last-child {
    margin-bottom: 1.3333333em;
  }

  .print\:prose-lg ul ul, .print\:prose-lg ul ol, .print\:prose-lg ol ul, .print\:prose-lg ol ol {
    margin-top: 0.8888889em;
    margin-bottom: 0.8888889em;
  }

  .print\:prose-lg hr {
    margin-top: 3.1111111em;
    margin-bottom: 3.1111111em;
  }

  .print\:prose-lg hr + * {
    margin-top: 0;
  }

  .print\:prose-lg h2 + * {
    margin-top: 0;
  }

  .print\:prose-lg h3 + * {
    margin-top: 0;
  }

  .print\:prose-lg h4 + * {
    margin-top: 0;
  }

  .print\:prose-lg table {
    font-size: 0.8888889em;
    line-height: 1.5;
  }

  .print\:prose-lg thead th {
    padding-right: 0.75em;
    padding-bottom: 0.75em;
    padding-left: 0.75em;
  }

  .print\:prose-lg thead th:first-child {
    padding-left: 0;
  }

  .print\:prose-lg thead th:last-child {
    padding-right: 0;
  }

  .print\:prose-lg tbody td {
    padding-top: 0.75em;
    padding-right: 0.75em;
    padding-bottom: 0.75em;
    padding-left: 0.75em;
  }

  .print\:prose-lg tbody td:first-child {
    padding-left: 0;
  }

  .print\:prose-lg tbody td:last-child {
    padding-right: 0;
  }

  .print\:prose-lg > :first-child {
    margin-top: 0;
  }

  .print\:prose-lg > :last-child {
    margin-bottom: 0;
  }

  .print\:prose-xl {
    font-size: 1.25rem;
    line-height: 1.8;
  }

  .print\:prose-xl p {
    margin-top: 1.2em;
    margin-bottom: 1.2em;
  }

  .print\:prose-xl [class~="lead"] {
    font-size: 1.2em;
    line-height: 1.5;
    margin-top: 1em;
    margin-bottom: 1em;
  }

  .print\:prose-xl blockquote {
    margin-top: 1.6em;
    margin-bottom: 1.6em;
    padding-left: 1.0666667em;
  }

  .print\:prose-xl h1 {
    font-size: 2.8em;
    margin-top: 0;
    margin-bottom: 0.8571429em;
    line-height: 1;
  }

  .print\:prose-xl h2 {
    font-size: 1.8em;
    margin-top: 1.5555556em;
    margin-bottom: 0.8888889em;
    line-height: 1.1111111;
  }

  .print\:prose-xl h3 {
    font-size: 1.5em;
    margin-top: 1.6em;
    margin-bottom: 0.6666667em;
    line-height: 1.3333333;
  }

  .print\:prose-xl h4 {
    margin-top: 1.8em;
    margin-bottom: 0.6em;
    line-height: 1.6;
  }

  .print\:prose-xl img {
    margin-top: 2em;
    margin-bottom: 2em;
  }

  .print\:prose-xl video {
    margin-top: 2em;
    margin-bottom: 2em;
  }

  .print\:prose-xl figure {
    margin-top: 2em;
    margin-bottom: 2em;
  }

  .print\:prose-xl figure > * {
    margin-top: 0;
    margin-bottom: 0;
  }

  .print\:prose-xl figure figcaption {
    font-size: 0.9em;
    line-height: 1.5555556;
    margin-top: 1em;
  }

  .print\:prose-xl code {
    font-size: 0.9em;
  }

  .print\:prose-xl h2 code {
    font-size: 0.8611111em;
  }

  .print\:prose-xl h3 code {
    font-size: 0.9em;
  }

  .print\:prose-xl pre {
    font-size: 0.9em;
    line-height: 1.7777778;
    margin-top: 2em;
    margin-bottom: 2em;
    border-radius: 0.5rem;
    padding-top: 1.1111111em;
    padding-right: 1.3333333em;
    padding-bottom: 1.1111111em;
    padding-left: 1.3333333em;
  }

  .print\:prose-xl ol {
    margin-top: 1.2em;
    margin-bottom: 1.2em;
  }

  .print\:prose-xl ul {
    margin-top: 1.2em;
    margin-bottom: 1.2em;
  }

  .print\:prose-xl li {
    margin-top: 0.6em;
    margin-bottom: 0.6em;
  }

  .print\:prose-xl ol > li {
    padding-left: 1.8em;
  }

  .print\:prose-xl ol > li::before {
    left: 0;
  }

  .print\:prose-xl ul > li {
    padding-left: 1.8em;
  }

  .print\:prose-xl ul > li::before {
    width: 0.35em;
    height: 0.35em;
    top: calc(0.9em - 0.175em);
    left: 0.25em;
  }

  .print\:prose-xl > ul > li p {
    margin-top: 0.8em;
    margin-bottom: 0.8em;
  }

  .print\:prose-xl > ul > li > *:first-child {
    margin-top: 1.2em;
  }

  .print\:prose-xl > ul > li > *:last-child {
    margin-bottom: 1.2em;
  }

  .print\:prose-xl > ol > li > *:first-child {
    margin-top: 1.2em;
  }

  .print\:prose-xl > ol > li > *:last-child {
    margin-bottom: 1.2em;
  }

  .print\:prose-xl ul ul, .print\:prose-xl ul ol, .print\:prose-xl ol ul, .print\:prose-xl ol ol {
    margin-top: 0.8em;
    margin-bottom: 0.8em;
  }

  .print\:prose-xl hr {
    margin-top: 2.8em;
    margin-bottom: 2.8em;
  }

  .print\:prose-xl hr + * {
    margin-top: 0;
  }

  .print\:prose-xl h2 + * {
    margin-top: 0;
  }

  .print\:prose-xl h3 + * {
    margin-top: 0;
  }

  .print\:prose-xl h4 + * {
    margin-top: 0;
  }

  .print\:prose-xl table {
    font-size: 0.9em;
    line-height: 1.5555556;
  }

  .print\:prose-xl thead th {
    padding-right: 0.6666667em;
    padding-bottom: 0.8888889em;
    padding-left: 0.6666667em;
  }

  .print\:prose-xl thead th:first-child {
    padding-left: 0;
  }

  .print\:prose-xl thead th:last-child {
    padding-right: 0;
  }

  .print\:prose-xl tbody td {
    padding-top: 0.8888889em;
    padding-right: 0.6666667em;
    padding-bottom: 0.8888889em;
    padding-left: 0.6666667em;
  }

  .print\:prose-xl tbody td:first-child {
    padding-left: 0;
  }

  .print\:prose-xl tbody td:last-child {
    padding-right: 0;
  }

  .print\:prose-xl > :first-child {
    margin-top: 0;
  }

  .print\:prose-xl > :last-child {
    margin-bottom: 0;
  }

  .print\:prose-2xl {
    font-size: 1.5rem;
    line-height: 1.6666667;
  }

  .print\:prose-2xl p {
    margin-top: 1.3333333em;
    margin-bottom: 1.3333333em;
  }

  .print\:prose-2xl [class~="lead"] {
    font-size: 1.25em;
    line-height: 1.4666667;
    margin-top: 1.0666667em;
    margin-bottom: 1.0666667em;
  }

  .print\:prose-2xl blockquote {
    margin-top: 1.7777778em;
    margin-bottom: 1.7777778em;
    padding-left: 1.1111111em;
  }

  .print\:prose-2xl h1 {
    font-size: 2.6666667em;
    margin-top: 0;
    margin-bottom: 0.875em;
    line-height: 1;
  }

  .print\:prose-2xl h2 {
    font-size: 2em;
    margin-top: 1.5em;
    margin-bottom: 0.8333333em;
    line-height: 1.0833333;
  }

  .print\:prose-2xl h3 {
    font-size: 1.5em;
    margin-top: 1.5555556em;
    margin-bottom: 0.6666667em;
    line-height: 1.2222222;
  }

  .print\:prose-2xl h4 {
    margin-top: 1.6666667em;
    margin-bottom: 0.6666667em;
    line-height: 1.5;
  }

  .print\:prose-2xl img {
    margin-top: 2em;
    margin-bottom: 2em;
  }

  .print\:prose-2xl video {
    margin-top: 2em;
    margin-bottom: 2em;
  }

  .print\:prose-2xl figure {
    margin-top: 2em;
    margin-bottom: 2em;
  }

  .print\:prose-2xl figure > * {
    margin-top: 0;
    margin-bottom: 0;
  }

  .print\:prose-2xl figure figcaption {
    font-size: 0.8333333em;
    line-height: 1.6;
    margin-top: 1em;
  }

  .print\:prose-2xl code {
    font-size: 0.8333333em;
  }

  .print\:prose-2xl h2 code {
    font-size: 0.875em;
  }

  .print\:prose-2xl h3 code {
    font-size: 0.8888889em;
  }

  .print\:prose-2xl pre {
    font-size: 0.8333333em;
    line-height: 1.8;
    margin-top: 2em;
    margin-bottom: 2em;
    border-radius: 0.5rem;
    padding-top: 1.2em;
    padding-right: 1.6em;
    padding-bottom: 1.2em;
    padding-left: 1.6em;
  }

  .print\:prose-2xl ol {
    margin-top: 1.3333333em;
    margin-bottom: 1.3333333em;
  }

  .print\:prose-2xl ul {
    margin-top: 1.3333333em;
    margin-bottom: 1.3333333em;
  }

  .print\:prose-2xl li {
    margin-top: 0.5em;
    margin-bottom: 0.5em;
  }

  .print\:prose-2xl ol > li {
    padding-left: 1.6666667em;
  }

  .print\:prose-2xl ol > li::before {
    left: 0;
  }

  .print\:prose-2xl ul > li {
    padding-left: 1.6666667em;
  }

  .print\:prose-2xl ul > li::before {
    width: 0.3333333em;
    height: 0.3333333em;
    top: calc(0.8333333em - 0.1666667em);
    left: 0.25em;
  }

  .print\:prose-2xl > ul > li p {
    margin-top: 0.8333333em;
    margin-bottom: 0.8333333em;
  }

  .print\:prose-2xl > ul > li > *:first-child {
    margin-top: 1.3333333em;
  }

  .print\:prose-2xl > ul > li > *:last-child {
    margin-bottom: 1.3333333em;
  }

  .print\:prose-2xl > ol > li > *:first-child {
    margin-top: 1.3333333em;
  }

  .print\:prose-2xl > ol > li > *:last-child {
    margin-bottom: 1.3333333em;
  }

  .print\:prose-2xl ul ul, .print\:prose-2xl ul ol, .print\:prose-2xl ol ul, .print\:prose-2xl ol ol {
    margin-top: 0.6666667em;
    margin-bottom: 0.6666667em;
  }

  .print\:prose-2xl hr {
    margin-top: 3em;
    margin-bottom: 3em;
  }

  .print\:prose-2xl hr + * {
    margin-top: 0;
  }

  .print\:prose-2xl h2 + * {
    margin-top: 0;
  }

  .print\:prose-2xl h3 + * {
    margin-top: 0;
  }

  .print\:prose-2xl h4 + * {
    margin-top: 0;
  }

  .print\:prose-2xl table {
    font-size: 0.8333333em;
    line-height: 1.4;
  }

  .print\:prose-2xl thead th {
    padding-right: 0.6em;
    padding-bottom: 0.8em;
    padding-left: 0.6em;
  }

  .print\:prose-2xl thead th:first-child {
    padding-left: 0;
  }

  .print\:prose-2xl thead th:last-child {
    padding-right: 0;
  }

  .print\:prose-2xl tbody td {
    padding-top: 0.8em;
    padding-right: 0.6em;
    padding-bottom: 0.8em;
    padding-left: 0.6em;
  }

  .print\:prose-2xl tbody td:first-child {
    padding-left: 0;
  }

  .print\:prose-2xl tbody td:last-child {
    padding-right: 0;
  }

  .print\:prose-2xl > :first-child {
    margin-top: 0;
  }

  .print\:prose-2xl > :last-child {
    margin-bottom: 0;
  }

  .print\:prose-blue a {
    color: #2563eb;
  }

  .print\:prose-blue a code {
    color: #2563eb;
  }

  .print\:prose-purple a {
    color: #9333ea;
  }

  .print\:prose-purple a code {
    color: #9333ea;
  }

  .print\:prose-rose a {
    color: #e11d48;
  }

  .print\:prose-rose a code {
    color: #e11d48;
  }

  .print\:prose-pink a {
    color: #db2777;
  }

  .print\:prose-pink a code {
    color: #db2777;
  }

  .print\:prose-fuchsia a {
    color: #c026d3;
  }

  .print\:prose-fuchsia a code {
    color: #c026d3;
  }

  .print\:prose-violet a {
    color: #7c3aed;
  }

  .print\:prose-violet a code {
    color: #7c3aed;
  }

  .print\:prose-indigo a {
    color: #4f46e5;
  }

  .print\:prose-indigo a code {
    color: #4f46e5;
  }

  .print\:prose-lightBlue a {
    color: #0284c7;
  }

  .print\:prose-lightBlue a code {
    color: #0284c7;
  }

  .print\:prose-cyan a {
    color: #0891b2;
  }

  .print\:prose-cyan a code {
    color: #0891b2;
  }

  .print\:prose-teal a {
    color: #0d9488;
  }

  .print\:prose-teal a code {
    color: #0d9488;
  }

  .print\:prose-emerald a {
    color: #059669;
  }

  .print\:prose-emerald a code {
    color: #059669;
  }

  .print\:prose-green a {
    color: #16a34a;
  }

  .print\:prose-green a code {
    color: #16a34a;
  }

  .print\:prose-lime a {
    color: #65a30d;
  }

  .print\:prose-lime a code {
    color: #65a30d;
  }

  .print\:prose-yellow a {
    color: #ca8a04;
  }

  .print\:prose-yellow a code {
    color: #ca8a04;
  }

  .print\:prose-amber a {
    color: #d97706;
  }

  .print\:prose-amber a code {
    color: #d97706;
  }

  .print\:prose-orange a {
    color: #ea580c;
  }

  .print\:prose-orange a code {
    color: #ea580c;
  }

  .print\:prose-red a {
    color: #dc2626;
  }

  .print\:prose-red a code {
    color: #dc2626;
  }

  .print\:prose-warmGray a {
    color: #57534e;
  }

  .print\:prose-warmGray a code {
    color: #57534e;
  }

  .print\:prose-trueGray a {
    color: #525252;
  }

  .print\:prose-trueGray a code {
    color: #525252;
  }

  .print\:prose-coolGray a {
    color: #4b5563;
  }

  .print\:prose-coolGray a code {
    color: #4b5563;
  }

  .print\:prose-blueGray a {
    color: #475569;
  }

  .print\:prose-blueGray a code {
    color: #475569;
  }

  .print\:aspect-w-1,
.print\:aspect-w-2,
.print\:aspect-w-3,
.print\:aspect-w-4,
.print\:aspect-w-5,
.print\:aspect-w-6,
.print\:aspect-w-7,
.print\:aspect-w-8,
.print\:aspect-w-9,
.print\:aspect-w-10,
.print\:aspect-w-11,
.print\:aspect-w-12,
.print\:aspect-w-13,
.print\:aspect-w-14,
.print\:aspect-w-15,
.print\:aspect-w-16 {
    position: relative;
    padding-bottom: calc(var(--tw-aspect-h) / var(--tw-aspect-w) * 100%);
  }

  .print\:aspect-w-1 > *,
.print\:aspect-w-2 > *,
.print\:aspect-w-3 > *,
.print\:aspect-w-4 > *,
.print\:aspect-w-5 > *,
.print\:aspect-w-6 > *,
.print\:aspect-w-7 > *,
.print\:aspect-w-8 > *,
.print\:aspect-w-9 > *,
.print\:aspect-w-10 > *,
.print\:aspect-w-11 > *,
.print\:aspect-w-12 > *,
.print\:aspect-w-13 > *,
.print\:aspect-w-14 > *,
.print\:aspect-w-15 > *,
.print\:aspect-w-16 > * {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
  }

  .print\:aspect-none {
    position: static;
    padding-bottom: 0;
  }

  .print\:aspect-none > * {
    position: static;
    height: auto;
    width: auto;
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
  }

  .print\:aspect-w-1 {
    --tw-aspect-w: 1;
  }

  .print\:aspect-w-2 {
    --tw-aspect-w: 2;
  }

  .print\:aspect-w-3 {
    --tw-aspect-w: 3;
  }

  .print\:aspect-w-4 {
    --tw-aspect-w: 4;
  }

  .print\:aspect-w-5 {
    --tw-aspect-w: 5;
  }

  .print\:aspect-w-6 {
    --tw-aspect-w: 6;
  }

  .print\:aspect-w-7 {
    --tw-aspect-w: 7;
  }

  .print\:aspect-w-8 {
    --tw-aspect-w: 8;
  }

  .print\:aspect-w-9 {
    --tw-aspect-w: 9;
  }

  .print\:aspect-w-10 {
    --tw-aspect-w: 10;
  }

  .print\:aspect-w-11 {
    --tw-aspect-w: 11;
  }

  .print\:aspect-w-12 {
    --tw-aspect-w: 12;
  }

  .print\:aspect-w-13 {
    --tw-aspect-w: 13;
  }

  .print\:aspect-w-14 {
    --tw-aspect-w: 14;
  }

  .print\:aspect-w-15 {
    --tw-aspect-w: 15;
  }

  .print\:aspect-w-16 {
    --tw-aspect-w: 16;
  }

  .print\:aspect-h-1 {
    --tw-aspect-h: 1;
  }

  .print\:aspect-h-2 {
    --tw-aspect-h: 2;
  }

  .print\:aspect-h-3 {
    --tw-aspect-h: 3;
  }

  .print\:aspect-h-4 {
    --tw-aspect-h: 4;
  }

  .print\:aspect-h-5 {
    --tw-aspect-h: 5;
  }

  .print\:aspect-h-6 {
    --tw-aspect-h: 6;
  }

  .print\:aspect-h-7 {
    --tw-aspect-h: 7;
  }

  .print\:aspect-h-8 {
    --tw-aspect-h: 8;
  }

  .print\:aspect-h-9 {
    --tw-aspect-h: 9;
  }

  .print\:aspect-h-10 {
    --tw-aspect-h: 10;
  }

  .print\:aspect-h-11 {
    --tw-aspect-h: 11;
  }

  .print\:aspect-h-12 {
    --tw-aspect-h: 12;
  }

  .print\:aspect-h-13 {
    --tw-aspect-h: 13;
  }

  .print\:aspect-h-14 {
    --tw-aspect-h: 14;
  }

  .print\:aspect-h-15 {
    --tw-aspect-h: 15;
  }

  .print\:aspect-h-16 {
    --tw-aspect-h: 16;
  }

  .print\:block {
    display: block;
  }

  .print\:inline-block {
    display: inline-block;
  }

  .print\:inline {
    display: inline;
  }

  .print\:flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .print\:inline-flex {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
  }

  .print\:table {
    display: table;
  }

  .print\:inline-table {
    display: inline-table;
  }

  .print\:table-caption {
    display: table-caption;
  }

  .print\:table-cell {
    display: table-cell;
  }

  .print\:table-column {
    display: table-column;
  }

  .print\:table-column-group {
    display: table-column-group;
  }

  .print\:table-footer-group {
    display: table-footer-group;
  }

  .print\:table-header-group {
    display: table-header-group;
  }

  .print\:table-row-group {
    display: table-row-group;
  }

  .print\:table-row {
    display: table-row;
  }

  .print\:flow-root {
    display: flow-root;
  }

  .print\:grid {
    display: grid;
  }

  .print\:inline-grid {
    display: inline-grid;
  }

  .print\:contents {
    display: contents;
  }

  .print\:list-item {
    display: list-item;
  }

  .print\:hidden {
    display: none;
  }

  .group:hover .print\:group-hover\:block {
    display: block;
  }

  .group:hover .print\:group-hover\:inline-block {
    display: inline-block;
  }

  .group:hover .print\:group-hover\:inline {
    display: inline;
  }

  .group:hover .print\:group-hover\:flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .group:hover .print\:group-hover\:inline-flex {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
  }

  .group:hover .print\:group-hover\:table {
    display: table;
  }

  .group:hover .print\:group-hover\:inline-table {
    display: inline-table;
  }

  .group:hover .print\:group-hover\:table-caption {
    display: table-caption;
  }

  .group:hover .print\:group-hover\:table-cell {
    display: table-cell;
  }

  .group:hover .print\:group-hover\:table-column {
    display: table-column;
  }

  .group:hover .print\:group-hover\:table-column-group {
    display: table-column-group;
  }

  .group:hover .print\:group-hover\:table-footer-group {
    display: table-footer-group;
  }

  .group:hover .print\:group-hover\:table-header-group {
    display: table-header-group;
  }

  .group:hover .print\:group-hover\:table-row-group {
    display: table-row-group;
  }

  .group:hover .print\:group-hover\:table-row {
    display: table-row;
  }

  .group:hover .print\:group-hover\:flow-root {
    display: flow-root;
  }

  .group:hover .print\:group-hover\:grid {
    display: grid;
  }

  .group:hover .print\:group-hover\:inline-grid {
    display: inline-grid;
  }

  .group:hover .print\:group-hover\:contents {
    display: contents;
  }

  .group:hover .print\:group-hover\:list-item {
    display: list-item;
  }

  .group:hover .print\:group-hover\:hidden {
    display: none;
  }

  .print\:grid-cols-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }

  .print\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .print\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .print\:grid-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .print\:grid-cols-5 {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }

  .print\:grid-cols-6 {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }

  .print\:grid-cols-7 {
    grid-template-columns: repeat(7, minmax(0, 1fr));
  }

  .print\:grid-cols-8 {
    grid-template-columns: repeat(8, minmax(0, 1fr));
  }

  .print\:grid-cols-9 {
    grid-template-columns: repeat(9, minmax(0, 1fr));
  }

  .print\:grid-cols-10 {
    grid-template-columns: repeat(10, minmax(0, 1fr));
  }

  .print\:grid-cols-11 {
    grid-template-columns: repeat(11, minmax(0, 1fr));
  }

  .print\:grid-cols-12 {
    grid-template-columns: repeat(12, minmax(0, 1fr));
  }

  .print\:grid-cols-none {
    grid-template-columns: none;
  }

  .print\:grid-cols-centered-2\/3 {
    grid-template-columns: 2fr 8fr 2fr;
  }

  .print\:grid-cols-auto-2 {
    grid-template-columns: auto auto;
  }

  .print\:grid-cols-max-content-4 {
    grid-template-columns: repeat(4, minmax(-webkit-max-content, 1fr));
    grid-template-columns: repeat(4, minmax(max-content, 1fr));
  }

  .print\:grid-cols-max-content-6 {
    grid-template-columns: repeat(6, minmax(-webkit-max-content, 1fr));
    grid-template-columns: repeat(6, minmax(max-content, 1fr));
  }

  .print\:bg-origin-border {
    background-origin: border-box;
  }

  .print\:bg-origin-padding {
    background-origin: padding-box;
  }

  .print\:bg-origin-content {
    background-origin: content-box;
  }

  .print\:backdrop-opacity-0 {
    --tw-backdrop-opacity: opacity(0);
  }

  .print\:backdrop-opacity-5 {
    --tw-backdrop-opacity: opacity(0.05);
  }

  .print\:backdrop-opacity-10 {
    --tw-backdrop-opacity: opacity(0.1);
  }

  .print\:backdrop-opacity-20 {
    --tw-backdrop-opacity: opacity(0.2);
  }

  .print\:backdrop-opacity-25 {
    --tw-backdrop-opacity: opacity(0.25);
  }

  .print\:backdrop-opacity-30 {
    --tw-backdrop-opacity: opacity(0.3);
  }

  .print\:backdrop-opacity-40 {
    --tw-backdrop-opacity: opacity(0.4);
  }

  .print\:backdrop-opacity-50 {
    --tw-backdrop-opacity: opacity(0.5);
  }

  .print\:backdrop-opacity-60 {
    --tw-backdrop-opacity: opacity(0.6);
  }

  .print\:backdrop-opacity-70 {
    --tw-backdrop-opacity: opacity(0.7);
  }

  .print\:backdrop-opacity-75 {
    --tw-backdrop-opacity: opacity(0.75);
  }

  .print\:backdrop-opacity-80 {
    --tw-backdrop-opacity: opacity(0.8);
  }

  .print\:backdrop-opacity-90 {
    --tw-backdrop-opacity: opacity(0.9);
  }

  .print\:backdrop-opacity-95 {
    --tw-backdrop-opacity: opacity(0.95);
  }

  .print\:backdrop-opacity-100 {
    --tw-backdrop-opacity: opacity(1);
  }
}

@media (min-width: 1120px) {
  .lg\:prose {
    color: #3f3f46;
    max-width: 65ch;
  }

  .lg\:prose [class~="lead"] {
    color: #52525b;
    font-size: 1.25em;
    line-height: 1.6;
    margin-top: 1.2em;
    margin-bottom: 1.2em;
  }

  .lg\:prose a {
    color: #18181b;
    text-decoration: underline;
    font-weight: 500;
  }

  .lg\:prose strong {
    color: #18181b;
    font-weight: 600;
  }

  .lg\:prose ol[type="A"] {
    --list-counter-style: upper-alpha;
  }

  .lg\:prose ol[type="a"] {
    --list-counter-style: lower-alpha;
  }

  .lg\:prose ol[type="A" s] {
    --list-counter-style: upper-alpha;
  }

  .lg\:prose ol[type="a" s] {
    --list-counter-style: lower-alpha;
  }

  .lg\:prose ol[type="I"] {
    --list-counter-style: upper-roman;
  }

  .lg\:prose ol[type="i"] {
    --list-counter-style: lower-roman;
  }

  .lg\:prose ol[type="I" s] {
    --list-counter-style: upper-roman;
  }

  .lg\:prose ol[type="i" s] {
    --list-counter-style: lower-roman;
  }

  .lg\:prose ol[type="1"] {
    --list-counter-style: decimal;
  }

  .lg\:prose ol > li {
    position: relative;
    padding-left: 1.75em;
  }

  .lg\:prose ol > li::before {
    content: counter(list-item, var(--list-counter-style, decimal)) ".";
    position: absolute;
    font-weight: 400;
    color: #71717a;
    left: 0;
  }

  .lg\:prose ul > li {
    position: relative;
    padding-left: 1.75em;
  }

  .lg\:prose ul > li::before {
    content: "";
    position: absolute;
    background-color: #d4d4d8;
    border-radius: 50%;
    width: 0.375em;
    height: 0.375em;
    top: calc(0.875em - 0.1875em);
    left: 0.25em;
  }

  .lg\:prose hr {
    border-color: #e4e4e7;
    border-top-width: 1px;
    margin-top: 3em;
    margin-bottom: 3em;
  }

  .lg\:prose blockquote {
    font-weight: 500;
    font-style: italic;
    color: #18181b;
    border-left-width: 0.25rem;
    border-left-color: #e4e4e7;
    quotes: "\201C""\201D""\2018""\2019";
    margin-top: 1.6em;
    margin-bottom: 1.6em;
    padding-left: 1em;
  }

  .lg\:prose blockquote p:first-of-type::before {
    content: open-quote;
  }

  .lg\:prose blockquote p:last-of-type::after {
    content: close-quote;
  }

  .lg\:prose h1 {
    color: #18181b;
    font-weight: 800;
    font-size: 2.25em;
    margin-top: 0;
    margin-bottom: 0.8888889em;
    line-height: 1.1111111;
  }

  .lg\:prose h2 {
    color: #18181b;
    font-weight: 700;
    font-size: 1.5em;
    margin-top: 2em;
    margin-bottom: 1em;
    line-height: 1.3333333;
  }

  .lg\:prose h3 {
    color: #18181b;
    font-weight: 600;
    font-size: 1.25em;
    margin-top: 1.6em;
    margin-bottom: 0.6em;
    line-height: 1.6;
  }

  .lg\:prose h4 {
    color: #18181b;
    font-weight: 600;
    margin-top: 1.5em;
    margin-bottom: 0.5em;
    line-height: 1.5;
  }

  .lg\:prose figure figcaption {
    color: #71717a;
    font-size: 0.875em;
    line-height: 1.4285714;
    margin-top: 0.8571429em;
  }

  .lg\:prose code {
    color: #18181b;
    font-weight: 600;
    font-size: 0.875em;
  }

  .lg\:prose code::before {
    content: "`";
  }

  .lg\:prose code::after {
    content: "`";
  }

  .lg\:prose a code {
    color: #18181b;
  }

  .lg\:prose pre {
    color: #e4e4e7;
    background-color: #27272a;
    overflow-x: auto;
    font-size: 0.875em;
    line-height: 1.7142857;
    margin-top: 1.7142857em;
    margin-bottom: 1.7142857em;
    border-radius: 0.375rem;
    padding-top: 0.8571429em;
    padding-right: 1.1428571em;
    padding-bottom: 0.8571429em;
    padding-left: 1.1428571em;
  }

  .lg\:prose pre code {
    background-color: transparent;
    border-width: 0;
    border-radius: 0;
    padding: 0;
    font-weight: 400;
    color: inherit;
    font-size: inherit;
    font-family: inherit;
    line-height: inherit;
  }

  .lg\:prose pre code::before {
    content: none;
  }

  .lg\:prose pre code::after {
    content: none;
  }

  .lg\:prose table {
    width: 100%;
    table-layout: auto;
    text-align: left;
    margin-top: 2em;
    margin-bottom: 2em;
    font-size: 0.875em;
    line-height: 1.7142857;
  }

  .lg\:prose thead {
    color: #18181b;
    font-weight: 600;
    border-bottom-width: 1px;
    border-bottom-color: #d4d4d8;
  }

  .lg\:prose thead th {
    vertical-align: bottom;
    padding-right: 0.5714286em;
    padding-bottom: 0.5714286em;
    padding-left: 0.5714286em;
  }

  .lg\:prose tbody tr {
    border-bottom-width: 1px;
    border-bottom-color: #e4e4e7;
  }

  .lg\:prose tbody tr:last-child {
    border-bottom-width: 0;
  }

  .lg\:prose tbody td {
    vertical-align: top;
    padding-top: 0.5714286em;
    padding-right: 0.5714286em;
    padding-bottom: 0.5714286em;
    padding-left: 0.5714286em;
  }

  .lg\:prose {
    font-size: 1rem;
    line-height: 1.75;
  }

  .lg\:prose p {
    margin-top: 1.25em;
    margin-bottom: 1.25em;
  }

  .lg\:prose img {
    margin-top: 2em;
    margin-bottom: 2em;
  }

  .lg\:prose video {
    margin-top: 2em;
    margin-bottom: 2em;
  }

  .lg\:prose figure {
    margin-top: 2em;
    margin-bottom: 2em;
  }

  .lg\:prose figure > * {
    margin-top: 0;
    margin-bottom: 0;
  }

  .lg\:prose h2 code {
    font-size: 0.875em;
  }

  .lg\:prose h3 code {
    font-size: 0.9em;
  }

  .lg\:prose ol {
    margin-top: 1.25em;
    margin-bottom: 1.25em;
  }

  .lg\:prose ul {
    margin-top: 1.25em;
    margin-bottom: 1.25em;
  }

  .lg\:prose li {
    margin-top: 0.5em;
    margin-bottom: 0.5em;
  }

  .lg\:prose > ul > li p {
    margin-top: 0.75em;
    margin-bottom: 0.75em;
  }

  .lg\:prose > ul > li > *:first-child {
    margin-top: 1.25em;
  }

  .lg\:prose > ul > li > *:last-child {
    margin-bottom: 1.25em;
  }

  .lg\:prose > ol > li > *:first-child {
    margin-top: 1.25em;
  }

  .lg\:prose > ol > li > *:last-child {
    margin-bottom: 1.25em;
  }

  .lg\:prose ul ul, .lg\:prose ul ol, .lg\:prose ol ul, .lg\:prose ol ol {
    margin-top: 0.75em;
    margin-bottom: 0.75em;
  }

  .lg\:prose hr + * {
    margin-top: 0;
  }

  .lg\:prose h2 + * {
    margin-top: 0;
  }

  .lg\:prose h3 + * {
    margin-top: 0;
  }

  .lg\:prose h4 + * {
    margin-top: 0;
  }

  .lg\:prose thead th:first-child {
    padding-left: 0;
  }

  .lg\:prose thead th:last-child {
    padding-right: 0;
  }

  .lg\:prose tbody td:first-child {
    padding-left: 0;
  }

  .lg\:prose tbody td:last-child {
    padding-right: 0;
  }

  .lg\:prose > :first-child {
    margin-top: 0;
  }

  .lg\:prose > :last-child {
    margin-bottom: 0;
  }

  .lg\:prose-sm {
    font-size: 0.875rem;
    line-height: 1.7142857;
  }

  .lg\:prose-sm p {
    margin-top: 1.1428571em;
    margin-bottom: 1.1428571em;
  }

  .lg\:prose-sm [class~="lead"] {
    font-size: 1.2857143em;
    line-height: 1.5555556;
    margin-top: 0.8888889em;
    margin-bottom: 0.8888889em;
  }

  .lg\:prose-sm blockquote {
    margin-top: 1.3333333em;
    margin-bottom: 1.3333333em;
    padding-left: 1.1111111em;
  }

  .lg\:prose-sm h1 {
    font-size: 2.1428571em;
    margin-top: 0;
    margin-bottom: 0.8em;
    line-height: 1.2;
  }

  .lg\:prose-sm h2 {
    font-size: 1.4285714em;
    margin-top: 1.6em;
    margin-bottom: 0.8em;
    line-height: 1.4;
  }

  .lg\:prose-sm h3 {
    font-size: 1.2857143em;
    margin-top: 1.5555556em;
    margin-bottom: 0.4444444em;
    line-height: 1.5555556;
  }

  .lg\:prose-sm h4 {
    margin-top: 1.4285714em;
    margin-bottom: 0.5714286em;
    line-height: 1.4285714;
  }

  .lg\:prose-sm img {
    margin-top: 1.7142857em;
    margin-bottom: 1.7142857em;
  }

  .lg\:prose-sm video {
    margin-top: 1.7142857em;
    margin-bottom: 1.7142857em;
  }

  .lg\:prose-sm figure {
    margin-top: 1.7142857em;
    margin-bottom: 1.7142857em;
  }

  .lg\:prose-sm figure > * {
    margin-top: 0;
    margin-bottom: 0;
  }

  .lg\:prose-sm figure figcaption {
    font-size: 0.8571429em;
    line-height: 1.3333333;
    margin-top: 0.6666667em;
  }

  .lg\:prose-sm code {
    font-size: 0.8571429em;
  }

  .lg\:prose-sm h2 code {
    font-size: 0.9em;
  }

  .lg\:prose-sm h3 code {
    font-size: 0.8888889em;
  }

  .lg\:prose-sm pre {
    font-size: 0.8571429em;
    line-height: 1.6666667;
    margin-top: 1.6666667em;
    margin-bottom: 1.6666667em;
    border-radius: 0.25rem;
    padding-top: 0.6666667em;
    padding-right: 1em;
    padding-bottom: 0.6666667em;
    padding-left: 1em;
  }

  .lg\:prose-sm ol {
    margin-top: 1.1428571em;
    margin-bottom: 1.1428571em;
  }

  .lg\:prose-sm ul {
    margin-top: 1.1428571em;
    margin-bottom: 1.1428571em;
  }

  .lg\:prose-sm li {
    margin-top: 0.2857143em;
    margin-bottom: 0.2857143em;
  }

  .lg\:prose-sm ol > li {
    padding-left: 1.5714286em;
  }

  .lg\:prose-sm ol > li::before {
    left: 0;
  }

  .lg\:prose-sm ul > li {
    padding-left: 1.5714286em;
  }

  .lg\:prose-sm ul > li::before {
    height: 0.3571429em;
    width: 0.3571429em;
    top: calc(0.8571429em - 0.1785714em);
    left: 0.2142857em;
  }

  .lg\:prose-sm > ul > li p {
    margin-top: 0.5714286em;
    margin-bottom: 0.5714286em;
  }

  .lg\:prose-sm > ul > li > *:first-child {
    margin-top: 1.1428571em;
  }

  .lg\:prose-sm > ul > li > *:last-child {
    margin-bottom: 1.1428571em;
  }

  .lg\:prose-sm > ol > li > *:first-child {
    margin-top: 1.1428571em;
  }

  .lg\:prose-sm > ol > li > *:last-child {
    margin-bottom: 1.1428571em;
  }

  .lg\:prose-sm ul ul, .lg\:prose-sm ul ol, .lg\:prose-sm ol ul, .lg\:prose-sm ol ol {
    margin-top: 0.5714286em;
    margin-bottom: 0.5714286em;
  }

  .lg\:prose-sm hr {
    margin-top: 2.8571429em;
    margin-bottom: 2.8571429em;
  }

  .lg\:prose-sm hr + * {
    margin-top: 0;
  }

  .lg\:prose-sm h2 + * {
    margin-top: 0;
  }

  .lg\:prose-sm h3 + * {
    margin-top: 0;
  }

  .lg\:prose-sm h4 + * {
    margin-top: 0;
  }

  .lg\:prose-sm table {
    font-size: 0.8571429em;
    line-height: 1.5;
  }

  .lg\:prose-sm thead th {
    padding-right: 1em;
    padding-bottom: 0.6666667em;
    padding-left: 1em;
  }

  .lg\:prose-sm thead th:first-child {
    padding-left: 0;
  }

  .lg\:prose-sm thead th:last-child {
    padding-right: 0;
  }

  .lg\:prose-sm tbody td {
    padding-top: 0.6666667em;
    padding-right: 1em;
    padding-bottom: 0.6666667em;
    padding-left: 1em;
  }

  .lg\:prose-sm tbody td:first-child {
    padding-left: 0;
  }

  .lg\:prose-sm tbody td:last-child {
    padding-right: 0;
  }

  .lg\:prose-sm > :first-child {
    margin-top: 0;
  }

  .lg\:prose-sm > :last-child {
    margin-bottom: 0;
  }

  .lg\:prose-lg {
    font-size: 1.125rem;
    line-height: 1.7777778;
  }

  .lg\:prose-lg p {
    margin-top: 1.3333333em;
    margin-bottom: 1.3333333em;
  }

  .lg\:prose-lg [class~="lead"] {
    font-size: 1.2222222em;
    line-height: 1.4545455;
    margin-top: 1.0909091em;
    margin-bottom: 1.0909091em;
  }

  .lg\:prose-lg blockquote {
    margin-top: 1.6666667em;
    margin-bottom: 1.6666667em;
    padding-left: 1em;
  }

  .lg\:prose-lg h1 {
    font-size: 2.6666667em;
    margin-top: 0;
    margin-bottom: 0.8333333em;
    line-height: 1;
  }

  .lg\:prose-lg h2 {
    font-size: 1.6666667em;
    margin-top: 1.8666667em;
    margin-bottom: 1.0666667em;
    line-height: 1.3333333;
  }

  .lg\:prose-lg h3 {
    font-size: 1.3333333em;
    margin-top: 1.6666667em;
    margin-bottom: 0.6666667em;
    line-height: 1.5;
  }

  .lg\:prose-lg h4 {
    margin-top: 1.7777778em;
    margin-bottom: 0.4444444em;
    line-height: 1.5555556;
  }

  .lg\:prose-lg img {
    margin-top: 1.7777778em;
    margin-bottom: 1.7777778em;
  }

  .lg\:prose-lg video {
    margin-top: 1.7777778em;
    margin-bottom: 1.7777778em;
  }

  .lg\:prose-lg figure {
    margin-top: 1.7777778em;
    margin-bottom: 1.7777778em;
  }

  .lg\:prose-lg figure > * {
    margin-top: 0;
    margin-bottom: 0;
  }

  .lg\:prose-lg figure figcaption {
    font-size: 0.8888889em;
    line-height: 1.5;
    margin-top: 1em;
  }

  .lg\:prose-lg code {
    font-size: 0.8888889em;
  }

  .lg\:prose-lg h2 code {
    font-size: 0.8666667em;
  }

  .lg\:prose-lg h3 code {
    font-size: 0.875em;
  }

  .lg\:prose-lg pre {
    font-size: 0.8888889em;
    line-height: 1.75;
    margin-top: 2em;
    margin-bottom: 2em;
    border-radius: 0.375rem;
    padding-top: 1em;
    padding-right: 1.5em;
    padding-bottom: 1em;
    padding-left: 1.5em;
  }

  .lg\:prose-lg ol {
    margin-top: 1.3333333em;
    margin-bottom: 1.3333333em;
  }

  .lg\:prose-lg ul {
    margin-top: 1.3333333em;
    margin-bottom: 1.3333333em;
  }

  .lg\:prose-lg li {
    margin-top: 0.6666667em;
    margin-bottom: 0.6666667em;
  }

  .lg\:prose-lg ol > li {
    padding-left: 1.6666667em;
  }

  .lg\:prose-lg ol > li::before {
    left: 0;
  }

  .lg\:prose-lg ul > li {
    padding-left: 1.6666667em;
  }

  .lg\:prose-lg ul > li::before {
    width: 0.3333333em;
    height: 0.3333333em;
    top: calc(0.8888889em - 0.1666667em);
    left: 0.2222222em;
  }

  .lg\:prose-lg > ul > li p {
    margin-top: 0.8888889em;
    margin-bottom: 0.8888889em;
  }

  .lg\:prose-lg > ul > li > *:first-child {
    margin-top: 1.3333333em;
  }

  .lg\:prose-lg > ul > li > *:last-child {
    margin-bottom: 1.3333333em;
  }

  .lg\:prose-lg > ol > li > *:first-child {
    margin-top: 1.3333333em;
  }

  .lg\:prose-lg > ol > li > *:last-child {
    margin-bottom: 1.3333333em;
  }

  .lg\:prose-lg ul ul, .lg\:prose-lg ul ol, .lg\:prose-lg ol ul, .lg\:prose-lg ol ol {
    margin-top: 0.8888889em;
    margin-bottom: 0.8888889em;
  }

  .lg\:prose-lg hr {
    margin-top: 3.1111111em;
    margin-bottom: 3.1111111em;
  }

  .lg\:prose-lg hr + * {
    margin-top: 0;
  }

  .lg\:prose-lg h2 + * {
    margin-top: 0;
  }

  .lg\:prose-lg h3 + * {
    margin-top: 0;
  }

  .lg\:prose-lg h4 + * {
    margin-top: 0;
  }

  .lg\:prose-lg table {
    font-size: 0.8888889em;
    line-height: 1.5;
  }

  .lg\:prose-lg thead th {
    padding-right: 0.75em;
    padding-bottom: 0.75em;
    padding-left: 0.75em;
  }

  .lg\:prose-lg thead th:first-child {
    padding-left: 0;
  }

  .lg\:prose-lg thead th:last-child {
    padding-right: 0;
  }

  .lg\:prose-lg tbody td {
    padding-top: 0.75em;
    padding-right: 0.75em;
    padding-bottom: 0.75em;
    padding-left: 0.75em;
  }

  .lg\:prose-lg tbody td:first-child {
    padding-left: 0;
  }

  .lg\:prose-lg tbody td:last-child {
    padding-right: 0;
  }

  .lg\:prose-lg > :first-child {
    margin-top: 0;
  }

  .lg\:prose-lg > :last-child {
    margin-bottom: 0;
  }

  .lg\:prose-xl {
    font-size: 1.25rem;
    line-height: 1.8;
  }

  .lg\:prose-xl p {
    margin-top: 1.2em;
    margin-bottom: 1.2em;
  }

  .lg\:prose-xl [class~="lead"] {
    font-size: 1.2em;
    line-height: 1.5;
    margin-top: 1em;
    margin-bottom: 1em;
  }

  .lg\:prose-xl blockquote {
    margin-top: 1.6em;
    margin-bottom: 1.6em;
    padding-left: 1.0666667em;
  }

  .lg\:prose-xl h1 {
    font-size: 2.8em;
    margin-top: 0;
    margin-bottom: 0.8571429em;
    line-height: 1;
  }

  .lg\:prose-xl h2 {
    font-size: 1.8em;
    margin-top: 1.5555556em;
    margin-bottom: 0.8888889em;
    line-height: 1.1111111;
  }

  .lg\:prose-xl h3 {
    font-size: 1.5em;
    margin-top: 1.6em;
    margin-bottom: 0.6666667em;
    line-height: 1.3333333;
  }

  .lg\:prose-xl h4 {
    margin-top: 1.8em;
    margin-bottom: 0.6em;
    line-height: 1.6;
  }

  .lg\:prose-xl img {
    margin-top: 2em;
    margin-bottom: 2em;
  }

  .lg\:prose-xl video {
    margin-top: 2em;
    margin-bottom: 2em;
  }

  .lg\:prose-xl figure {
    margin-top: 2em;
    margin-bottom: 2em;
  }

  .lg\:prose-xl figure > * {
    margin-top: 0;
    margin-bottom: 0;
  }

  .lg\:prose-xl figure figcaption {
    font-size: 0.9em;
    line-height: 1.5555556;
    margin-top: 1em;
  }

  .lg\:prose-xl code {
    font-size: 0.9em;
  }

  .lg\:prose-xl h2 code {
    font-size: 0.8611111em;
  }

  .lg\:prose-xl h3 code {
    font-size: 0.9em;
  }

  .lg\:prose-xl pre {
    font-size: 0.9em;
    line-height: 1.7777778;
    margin-top: 2em;
    margin-bottom: 2em;
    border-radius: 0.5rem;
    padding-top: 1.1111111em;
    padding-right: 1.3333333em;
    padding-bottom: 1.1111111em;
    padding-left: 1.3333333em;
  }

  .lg\:prose-xl ol {
    margin-top: 1.2em;
    margin-bottom: 1.2em;
  }

  .lg\:prose-xl ul {
    margin-top: 1.2em;
    margin-bottom: 1.2em;
  }

  .lg\:prose-xl li {
    margin-top: 0.6em;
    margin-bottom: 0.6em;
  }

  .lg\:prose-xl ol > li {
    padding-left: 1.8em;
  }

  .lg\:prose-xl ol > li::before {
    left: 0;
  }

  .lg\:prose-xl ul > li {
    padding-left: 1.8em;
  }

  .lg\:prose-xl ul > li::before {
    width: 0.35em;
    height: 0.35em;
    top: calc(0.9em - 0.175em);
    left: 0.25em;
  }

  .lg\:prose-xl > ul > li p {
    margin-top: 0.8em;
    margin-bottom: 0.8em;
  }

  .lg\:prose-xl > ul > li > *:first-child {
    margin-top: 1.2em;
  }

  .lg\:prose-xl > ul > li > *:last-child {
    margin-bottom: 1.2em;
  }

  .lg\:prose-xl > ol > li > *:first-child {
    margin-top: 1.2em;
  }

  .lg\:prose-xl > ol > li > *:last-child {
    margin-bottom: 1.2em;
  }

  .lg\:prose-xl ul ul, .lg\:prose-xl ul ol, .lg\:prose-xl ol ul, .lg\:prose-xl ol ol {
    margin-top: 0.8em;
    margin-bottom: 0.8em;
  }

  .lg\:prose-xl hr {
    margin-top: 2.8em;
    margin-bottom: 2.8em;
  }

  .lg\:prose-xl hr + * {
    margin-top: 0;
  }

  .lg\:prose-xl h2 + * {
    margin-top: 0;
  }

  .lg\:prose-xl h3 + * {
    margin-top: 0;
  }

  .lg\:prose-xl h4 + * {
    margin-top: 0;
  }

  .lg\:prose-xl table {
    font-size: 0.9em;
    line-height: 1.5555556;
  }

  .lg\:prose-xl thead th {
    padding-right: 0.6666667em;
    padding-bottom: 0.8888889em;
    padding-left: 0.6666667em;
  }

  .lg\:prose-xl thead th:first-child {
    padding-left: 0;
  }

  .lg\:prose-xl thead th:last-child {
    padding-right: 0;
  }

  .lg\:prose-xl tbody td {
    padding-top: 0.8888889em;
    padding-right: 0.6666667em;
    padding-bottom: 0.8888889em;
    padding-left: 0.6666667em;
  }

  .lg\:prose-xl tbody td:first-child {
    padding-left: 0;
  }

  .lg\:prose-xl tbody td:last-child {
    padding-right: 0;
  }

  .lg\:prose-xl > :first-child {
    margin-top: 0;
  }

  .lg\:prose-xl > :last-child {
    margin-bottom: 0;
  }

  .lg\:prose-2xl {
    font-size: 1.5rem;
    line-height: 1.6666667;
  }

  .lg\:prose-2xl p {
    margin-top: 1.3333333em;
    margin-bottom: 1.3333333em;
  }

  .lg\:prose-2xl [class~="lead"] {
    font-size: 1.25em;
    line-height: 1.4666667;
    margin-top: 1.0666667em;
    margin-bottom: 1.0666667em;
  }

  .lg\:prose-2xl blockquote {
    margin-top: 1.7777778em;
    margin-bottom: 1.7777778em;
    padding-left: 1.1111111em;
  }

  .lg\:prose-2xl h1 {
    font-size: 2.6666667em;
    margin-top: 0;
    margin-bottom: 0.875em;
    line-height: 1;
  }

  .lg\:prose-2xl h2 {
    font-size: 2em;
    margin-top: 1.5em;
    margin-bottom: 0.8333333em;
    line-height: 1.0833333;
  }

  .lg\:prose-2xl h3 {
    font-size: 1.5em;
    margin-top: 1.5555556em;
    margin-bottom: 0.6666667em;
    line-height: 1.2222222;
  }

  .lg\:prose-2xl h4 {
    margin-top: 1.6666667em;
    margin-bottom: 0.6666667em;
    line-height: 1.5;
  }

  .lg\:prose-2xl img {
    margin-top: 2em;
    margin-bottom: 2em;
  }

  .lg\:prose-2xl video {
    margin-top: 2em;
    margin-bottom: 2em;
  }

  .lg\:prose-2xl figure {
    margin-top: 2em;
    margin-bottom: 2em;
  }

  .lg\:prose-2xl figure > * {
    margin-top: 0;
    margin-bottom: 0;
  }

  .lg\:prose-2xl figure figcaption {
    font-size: 0.8333333em;
    line-height: 1.6;
    margin-top: 1em;
  }

  .lg\:prose-2xl code {
    font-size: 0.8333333em;
  }

  .lg\:prose-2xl h2 code {
    font-size: 0.875em;
  }

  .lg\:prose-2xl h3 code {
    font-size: 0.8888889em;
  }

  .lg\:prose-2xl pre {
    font-size: 0.8333333em;
    line-height: 1.8;
    margin-top: 2em;
    margin-bottom: 2em;
    border-radius: 0.5rem;
    padding-top: 1.2em;
    padding-right: 1.6em;
    padding-bottom: 1.2em;
    padding-left: 1.6em;
  }

  .lg\:prose-2xl ol {
    margin-top: 1.3333333em;
    margin-bottom: 1.3333333em;
  }

  .lg\:prose-2xl ul {
    margin-top: 1.3333333em;
    margin-bottom: 1.3333333em;
  }

  .lg\:prose-2xl li {
    margin-top: 0.5em;
    margin-bottom: 0.5em;
  }

  .lg\:prose-2xl ol > li {
    padding-left: 1.6666667em;
  }

  .lg\:prose-2xl ol > li::before {
    left: 0;
  }

  .lg\:prose-2xl ul > li {
    padding-left: 1.6666667em;
  }

  .lg\:prose-2xl ul > li::before {
    width: 0.3333333em;
    height: 0.3333333em;
    top: calc(0.8333333em - 0.1666667em);
    left: 0.25em;
  }

  .lg\:prose-2xl > ul > li p {
    margin-top: 0.8333333em;
    margin-bottom: 0.8333333em;
  }

  .lg\:prose-2xl > ul > li > *:first-child {
    margin-top: 1.3333333em;
  }

  .lg\:prose-2xl > ul > li > *:last-child {
    margin-bottom: 1.3333333em;
  }

  .lg\:prose-2xl > ol > li > *:first-child {
    margin-top: 1.3333333em;
  }

  .lg\:prose-2xl > ol > li > *:last-child {
    margin-bottom: 1.3333333em;
  }

  .lg\:prose-2xl ul ul, .lg\:prose-2xl ul ol, .lg\:prose-2xl ol ul, .lg\:prose-2xl ol ol {
    margin-top: 0.6666667em;
    margin-bottom: 0.6666667em;
  }

  .lg\:prose-2xl hr {
    margin-top: 3em;
    margin-bottom: 3em;
  }

  .lg\:prose-2xl hr + * {
    margin-top: 0;
  }

  .lg\:prose-2xl h2 + * {
    margin-top: 0;
  }

  .lg\:prose-2xl h3 + * {
    margin-top: 0;
  }

  .lg\:prose-2xl h4 + * {
    margin-top: 0;
  }

  .lg\:prose-2xl table {
    font-size: 0.8333333em;
    line-height: 1.4;
  }

  .lg\:prose-2xl thead th {
    padding-right: 0.6em;
    padding-bottom: 0.8em;
    padding-left: 0.6em;
  }

  .lg\:prose-2xl thead th:first-child {
    padding-left: 0;
  }

  .lg\:prose-2xl thead th:last-child {
    padding-right: 0;
  }

  .lg\:prose-2xl tbody td {
    padding-top: 0.8em;
    padding-right: 0.6em;
    padding-bottom: 0.8em;
    padding-left: 0.6em;
  }

  .lg\:prose-2xl tbody td:first-child {
    padding-left: 0;
  }

  .lg\:prose-2xl tbody td:last-child {
    padding-right: 0;
  }

  .lg\:prose-2xl > :first-child {
    margin-top: 0;
  }

  .lg\:prose-2xl > :last-child {
    margin-bottom: 0;
  }

  .lg\:prose-blue a {
    color: #2563eb;
  }

  .lg\:prose-blue a code {
    color: #2563eb;
  }

  .lg\:prose-purple a {
    color: #9333ea;
  }

  .lg\:prose-purple a code {
    color: #9333ea;
  }

  .lg\:prose-rose a {
    color: #e11d48;
  }

  .lg\:prose-rose a code {
    color: #e11d48;
  }

  .lg\:prose-pink a {
    color: #db2777;
  }

  .lg\:prose-pink a code {
    color: #db2777;
  }

  .lg\:prose-fuchsia a {
    color: #c026d3;
  }

  .lg\:prose-fuchsia a code {
    color: #c026d3;
  }

  .lg\:prose-violet a {
    color: #7c3aed;
  }

  .lg\:prose-violet a code {
    color: #7c3aed;
  }

  .lg\:prose-indigo a {
    color: #4f46e5;
  }

  .lg\:prose-indigo a code {
    color: #4f46e5;
  }

  .lg\:prose-lightBlue a {
    color: #0284c7;
  }

  .lg\:prose-lightBlue a code {
    color: #0284c7;
  }

  .lg\:prose-cyan a {
    color: #0891b2;
  }

  .lg\:prose-cyan a code {
    color: #0891b2;
  }

  .lg\:prose-teal a {
    color: #0d9488;
  }

  .lg\:prose-teal a code {
    color: #0d9488;
  }

  .lg\:prose-emerald a {
    color: #059669;
  }

  .lg\:prose-emerald a code {
    color: #059669;
  }

  .lg\:prose-green a {
    color: #16a34a;
  }

  .lg\:prose-green a code {
    color: #16a34a;
  }

  .lg\:prose-lime a {
    color: #65a30d;
  }

  .lg\:prose-lime a code {
    color: #65a30d;
  }

  .lg\:prose-yellow a {
    color: #ca8a04;
  }

  .lg\:prose-yellow a code {
    color: #ca8a04;
  }

  .lg\:prose-amber a {
    color: #d97706;
  }

  .lg\:prose-amber a code {
    color: #d97706;
  }

  .lg\:prose-orange a {
    color: #ea580c;
  }

  .lg\:prose-orange a code {
    color: #ea580c;
  }

  .lg\:prose-red a {
    color: #dc2626;
  }

  .lg\:prose-red a code {
    color: #dc2626;
  }

  .lg\:prose-warmGray a {
    color: #57534e;
  }

  .lg\:prose-warmGray a code {
    color: #57534e;
  }

  .lg\:prose-trueGray a {
    color: #525252;
  }

  .lg\:prose-trueGray a code {
    color: #525252;
  }

  .lg\:prose-coolGray a {
    color: #4b5563;
  }

  .lg\:prose-coolGray a code {
    color: #4b5563;
  }

  .lg\:prose-blueGray a {
    color: #475569;
  }

  .lg\:prose-blueGray a code {
    color: #475569;
  }

  .lg\:aspect-w-1,
.lg\:aspect-w-2,
.lg\:aspect-w-3,
.lg\:aspect-w-4,
.lg\:aspect-w-5,
.lg\:aspect-w-6,
.lg\:aspect-w-7,
.lg\:aspect-w-8,
.lg\:aspect-w-9,
.lg\:aspect-w-10,
.lg\:aspect-w-11,
.lg\:aspect-w-12,
.lg\:aspect-w-13,
.lg\:aspect-w-14,
.lg\:aspect-w-15,
.lg\:aspect-w-16 {
    position: relative;
    padding-bottom: calc(var(--tw-aspect-h) / var(--tw-aspect-w) * 100%);
  }

  .lg\:aspect-w-1 > *,
.lg\:aspect-w-2 > *,
.lg\:aspect-w-3 > *,
.lg\:aspect-w-4 > *,
.lg\:aspect-w-5 > *,
.lg\:aspect-w-6 > *,
.lg\:aspect-w-7 > *,
.lg\:aspect-w-8 > *,
.lg\:aspect-w-9 > *,
.lg\:aspect-w-10 > *,
.lg\:aspect-w-11 > *,
.lg\:aspect-w-12 > *,
.lg\:aspect-w-13 > *,
.lg\:aspect-w-14 > *,
.lg\:aspect-w-15 > *,
.lg\:aspect-w-16 > * {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
  }

  .lg\:aspect-none {
    position: static;
    padding-bottom: 0;
  }

  .lg\:aspect-none > * {
    position: static;
    height: auto;
    width: auto;
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
  }

  .lg\:aspect-w-1 {
    --tw-aspect-w: 1;
  }

  .lg\:aspect-w-2 {
    --tw-aspect-w: 2;
  }

  .lg\:aspect-w-3 {
    --tw-aspect-w: 3;
  }

  .lg\:aspect-w-4 {
    --tw-aspect-w: 4;
  }

  .lg\:aspect-w-5 {
    --tw-aspect-w: 5;
  }

  .lg\:aspect-w-6 {
    --tw-aspect-w: 6;
  }

  .lg\:aspect-w-7 {
    --tw-aspect-w: 7;
  }

  .lg\:aspect-w-8 {
    --tw-aspect-w: 8;
  }

  .lg\:aspect-w-9 {
    --tw-aspect-w: 9;
  }

  .lg\:aspect-w-10 {
    --tw-aspect-w: 10;
  }

  .lg\:aspect-w-11 {
    --tw-aspect-w: 11;
  }

  .lg\:aspect-w-12 {
    --tw-aspect-w: 12;
  }

  .lg\:aspect-w-13 {
    --tw-aspect-w: 13;
  }

  .lg\:aspect-w-14 {
    --tw-aspect-w: 14;
  }

  .lg\:aspect-w-15 {
    --tw-aspect-w: 15;
  }

  .lg\:aspect-w-16 {
    --tw-aspect-w: 16;
  }

  .lg\:aspect-h-1 {
    --tw-aspect-h: 1;
  }

  .lg\:aspect-h-2 {
    --tw-aspect-h: 2;
  }

  .lg\:aspect-h-3 {
    --tw-aspect-h: 3;
  }

  .lg\:aspect-h-4 {
    --tw-aspect-h: 4;
  }

  .lg\:aspect-h-5 {
    --tw-aspect-h: 5;
  }

  .lg\:aspect-h-6 {
    --tw-aspect-h: 6;
  }

  .lg\:aspect-h-7 {
    --tw-aspect-h: 7;
  }

  .lg\:aspect-h-8 {
    --tw-aspect-h: 8;
  }

  .lg\:aspect-h-9 {
    --tw-aspect-h: 9;
  }

  .lg\:aspect-h-10 {
    --tw-aspect-h: 10;
  }

  .lg\:aspect-h-11 {
    --tw-aspect-h: 11;
  }

  .lg\:aspect-h-12 {
    --tw-aspect-h: 12;
  }

  .lg\:aspect-h-13 {
    --tw-aspect-h: 13;
  }

  .lg\:aspect-h-14 {
    --tw-aspect-h: 14;
  }

  .lg\:aspect-h-15 {
    --tw-aspect-h: 15;
  }

  .lg\:aspect-h-16 {
    --tw-aspect-h: 16;
  }

  .lg\:block {
    display: block;
  }

  .lg\:inline-block {
    display: inline-block;
  }

  .lg\:inline {
    display: inline;
  }

  .lg\:flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .lg\:inline-flex {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
  }

  .lg\:table {
    display: table;
  }

  .lg\:inline-table {
    display: inline-table;
  }

  .lg\:table-caption {
    display: table-caption;
  }

  .lg\:table-cell {
    display: table-cell;
  }

  .lg\:table-column {
    display: table-column;
  }

  .lg\:table-column-group {
    display: table-column-group;
  }

  .lg\:table-footer-group {
    display: table-footer-group;
  }

  .lg\:table-header-group {
    display: table-header-group;
  }

  .lg\:table-row-group {
    display: table-row-group;
  }

  .lg\:table-row {
    display: table-row;
  }

  .lg\:flow-root {
    display: flow-root;
  }

  .lg\:grid {
    display: grid;
  }

  .lg\:inline-grid {
    display: inline-grid;
  }

  .lg\:contents {
    display: contents;
  }

  .lg\:list-item {
    display: list-item;
  }

  .lg\:hidden {
    display: none;
  }

  .group:hover .lg\:group-hover\:block {
    display: block;
  }

  .group:hover .lg\:group-hover\:inline-block {
    display: inline-block;
  }

  .group:hover .lg\:group-hover\:inline {
    display: inline;
  }

  .group:hover .lg\:group-hover\:flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .group:hover .lg\:group-hover\:inline-flex {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
  }

  .group:hover .lg\:group-hover\:table {
    display: table;
  }

  .group:hover .lg\:group-hover\:inline-table {
    display: inline-table;
  }

  .group:hover .lg\:group-hover\:table-caption {
    display: table-caption;
  }

  .group:hover .lg\:group-hover\:table-cell {
    display: table-cell;
  }

  .group:hover .lg\:group-hover\:table-column {
    display: table-column;
  }

  .group:hover .lg\:group-hover\:table-column-group {
    display: table-column-group;
  }

  .group:hover .lg\:group-hover\:table-footer-group {
    display: table-footer-group;
  }

  .group:hover .lg\:group-hover\:table-header-group {
    display: table-header-group;
  }

  .group:hover .lg\:group-hover\:table-row-group {
    display: table-row-group;
  }

  .group:hover .lg\:group-hover\:table-row {
    display: table-row;
  }

  .group:hover .lg\:group-hover\:flow-root {
    display: flow-root;
  }

  .group:hover .lg\:group-hover\:grid {
    display: grid;
  }

  .group:hover .lg\:group-hover\:inline-grid {
    display: inline-grid;
  }

  .group:hover .lg\:group-hover\:contents {
    display: contents;
  }

  .group:hover .lg\:group-hover\:list-item {
    display: list-item;
  }

  .group:hover .lg\:group-hover\:hidden {
    display: none;
  }

  .lg\:grid-cols-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }

  .lg\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .lg\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .lg\:grid-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .lg\:grid-cols-5 {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }

  .lg\:grid-cols-6 {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }

  .lg\:grid-cols-7 {
    grid-template-columns: repeat(7, minmax(0, 1fr));
  }

  .lg\:grid-cols-8 {
    grid-template-columns: repeat(8, minmax(0, 1fr));
  }

  .lg\:grid-cols-9 {
    grid-template-columns: repeat(9, minmax(0, 1fr));
  }

  .lg\:grid-cols-10 {
    grid-template-columns: repeat(10, minmax(0, 1fr));
  }

  .lg\:grid-cols-11 {
    grid-template-columns: repeat(11, minmax(0, 1fr));
  }

  .lg\:grid-cols-12 {
    grid-template-columns: repeat(12, minmax(0, 1fr));
  }

  .lg\:grid-cols-none {
    grid-template-columns: none;
  }

  .lg\:grid-cols-centered-2\/3 {
    grid-template-columns: 2fr 8fr 2fr;
  }

  .lg\:grid-cols-auto-2 {
    grid-template-columns: auto auto;
  }

  .lg\:grid-cols-max-content-4 {
    grid-template-columns: repeat(4, minmax(-webkit-max-content, 1fr));
    grid-template-columns: repeat(4, minmax(max-content, 1fr));
  }

  .lg\:grid-cols-max-content-6 {
    grid-template-columns: repeat(6, minmax(-webkit-max-content, 1fr));
    grid-template-columns: repeat(6, minmax(max-content, 1fr));
  }

  .lg\:bg-origin-border {
    background-origin: border-box;
  }

  .lg\:bg-origin-padding {
    background-origin: padding-box;
  }

  .lg\:bg-origin-content {
    background-origin: content-box;
  }

  .lg\:backdrop-opacity-0 {
    --tw-backdrop-opacity: opacity(0);
  }

  .lg\:backdrop-opacity-5 {
    --tw-backdrop-opacity: opacity(0.05);
  }

  .lg\:backdrop-opacity-10 {
    --tw-backdrop-opacity: opacity(0.1);
  }

  .lg\:backdrop-opacity-20 {
    --tw-backdrop-opacity: opacity(0.2);
  }

  .lg\:backdrop-opacity-25 {
    --tw-backdrop-opacity: opacity(0.25);
  }

  .lg\:backdrop-opacity-30 {
    --tw-backdrop-opacity: opacity(0.3);
  }

  .lg\:backdrop-opacity-40 {
    --tw-backdrop-opacity: opacity(0.4);
  }

  .lg\:backdrop-opacity-50 {
    --tw-backdrop-opacity: opacity(0.5);
  }

  .lg\:backdrop-opacity-60 {
    --tw-backdrop-opacity: opacity(0.6);
  }

  .lg\:backdrop-opacity-70 {
    --tw-backdrop-opacity: opacity(0.7);
  }

  .lg\:backdrop-opacity-75 {
    --tw-backdrop-opacity: opacity(0.75);
  }

  .lg\:backdrop-opacity-80 {
    --tw-backdrop-opacity: opacity(0.8);
  }

  .lg\:backdrop-opacity-90 {
    --tw-backdrop-opacity: opacity(0.9);
  }

  .lg\:backdrop-opacity-95 {
    --tw-backdrop-opacity: opacity(0.95);
  }

  .lg\:backdrop-opacity-100 {
    --tw-backdrop-opacity: opacity(1);
  }
}

@media (min-width: 1536px) {
  .\32xl\:prose {
    color: #3f3f46;
    max-width: 65ch;
  }

  .\32xl\:prose [class~="lead"] {
    color: #52525b;
    font-size: 1.25em;
    line-height: 1.6;
    margin-top: 1.2em;
    margin-bottom: 1.2em;
  }

  .\32xl\:prose a {
    color: #18181b;
    text-decoration: underline;
    font-weight: 500;
  }

  .\32xl\:prose strong {
    color: #18181b;
    font-weight: 600;
  }

  .\32xl\:prose ol[type="A"] {
    --list-counter-style: upper-alpha;
  }

  .\32xl\:prose ol[type="a"] {
    --list-counter-style: lower-alpha;
  }

  .\32xl\:prose ol[type="A" s] {
    --list-counter-style: upper-alpha;
  }

  .\32xl\:prose ol[type="a" s] {
    --list-counter-style: lower-alpha;
  }

  .\32xl\:prose ol[type="I"] {
    --list-counter-style: upper-roman;
  }

  .\32xl\:prose ol[type="i"] {
    --list-counter-style: lower-roman;
  }

  .\32xl\:prose ol[type="I" s] {
    --list-counter-style: upper-roman;
  }

  .\32xl\:prose ol[type="i" s] {
    --list-counter-style: lower-roman;
  }

  .\32xl\:prose ol[type="1"] {
    --list-counter-style: decimal;
  }

  .\32xl\:prose ol > li {
    position: relative;
    padding-left: 1.75em;
  }

  .\32xl\:prose ol > li::before {
    content: counter(list-item, var(--list-counter-style, decimal)) ".";
    position: absolute;
    font-weight: 400;
    color: #71717a;
    left: 0;
  }

  .\32xl\:prose ul > li {
    position: relative;
    padding-left: 1.75em;
  }

  .\32xl\:prose ul > li::before {
    content: "";
    position: absolute;
    background-color: #d4d4d8;
    border-radius: 50%;
    width: 0.375em;
    height: 0.375em;
    top: calc(0.875em - 0.1875em);
    left: 0.25em;
  }

  .\32xl\:prose hr {
    border-color: #e4e4e7;
    border-top-width: 1px;
    margin-top: 3em;
    margin-bottom: 3em;
  }

  .\32xl\:prose blockquote {
    font-weight: 500;
    font-style: italic;
    color: #18181b;
    border-left-width: 0.25rem;
    border-left-color: #e4e4e7;
    quotes: "\201C""\201D""\2018""\2019";
    margin-top: 1.6em;
    margin-bottom: 1.6em;
    padding-left: 1em;
  }

  .\32xl\:prose blockquote p:first-of-type::before {
    content: open-quote;
  }

  .\32xl\:prose blockquote p:last-of-type::after {
    content: close-quote;
  }

  .\32xl\:prose h1 {
    color: #18181b;
    font-weight: 800;
    font-size: 2.25em;
    margin-top: 0;
    margin-bottom: 0.8888889em;
    line-height: 1.1111111;
  }

  .\32xl\:prose h2 {
    color: #18181b;
    font-weight: 700;
    font-size: 1.5em;
    margin-top: 2em;
    margin-bottom: 1em;
    line-height: 1.3333333;
  }

  .\32xl\:prose h3 {
    color: #18181b;
    font-weight: 600;
    font-size: 1.25em;
    margin-top: 1.6em;
    margin-bottom: 0.6em;
    line-height: 1.6;
  }

  .\32xl\:prose h4 {
    color: #18181b;
    font-weight: 600;
    margin-top: 1.5em;
    margin-bottom: 0.5em;
    line-height: 1.5;
  }

  .\32xl\:prose figure figcaption {
    color: #71717a;
    font-size: 0.875em;
    line-height: 1.4285714;
    margin-top: 0.8571429em;
  }

  .\32xl\:prose code {
    color: #18181b;
    font-weight: 600;
    font-size: 0.875em;
  }

  .\32xl\:prose code::before {
    content: "`";
  }

  .\32xl\:prose code::after {
    content: "`";
  }

  .\32xl\:prose a code {
    color: #18181b;
  }

  .\32xl\:prose pre {
    color: #e4e4e7;
    background-color: #27272a;
    overflow-x: auto;
    font-size: 0.875em;
    line-height: 1.7142857;
    margin-top: 1.7142857em;
    margin-bottom: 1.7142857em;
    border-radius: 0.375rem;
    padding-top: 0.8571429em;
    padding-right: 1.1428571em;
    padding-bottom: 0.8571429em;
    padding-left: 1.1428571em;
  }

  .\32xl\:prose pre code {
    background-color: transparent;
    border-width: 0;
    border-radius: 0;
    padding: 0;
    font-weight: 400;
    color: inherit;
    font-size: inherit;
    font-family: inherit;
    line-height: inherit;
  }

  .\32xl\:prose pre code::before {
    content: none;
  }

  .\32xl\:prose pre code::after {
    content: none;
  }

  .\32xl\:prose table {
    width: 100%;
    table-layout: auto;
    text-align: left;
    margin-top: 2em;
    margin-bottom: 2em;
    font-size: 0.875em;
    line-height: 1.7142857;
  }

  .\32xl\:prose thead {
    color: #18181b;
    font-weight: 600;
    border-bottom-width: 1px;
    border-bottom-color: #d4d4d8;
  }

  .\32xl\:prose thead th {
    vertical-align: bottom;
    padding-right: 0.5714286em;
    padding-bottom: 0.5714286em;
    padding-left: 0.5714286em;
  }

  .\32xl\:prose tbody tr {
    border-bottom-width: 1px;
    border-bottom-color: #e4e4e7;
  }

  .\32xl\:prose tbody tr:last-child {
    border-bottom-width: 0;
  }

  .\32xl\:prose tbody td {
    vertical-align: top;
    padding-top: 0.5714286em;
    padding-right: 0.5714286em;
    padding-bottom: 0.5714286em;
    padding-left: 0.5714286em;
  }

  .\32xl\:prose {
    font-size: 1rem;
    line-height: 1.75;
  }

  .\32xl\:prose p {
    margin-top: 1.25em;
    margin-bottom: 1.25em;
  }

  .\32xl\:prose img {
    margin-top: 2em;
    margin-bottom: 2em;
  }

  .\32xl\:prose video {
    margin-top: 2em;
    margin-bottom: 2em;
  }

  .\32xl\:prose figure {
    margin-top: 2em;
    margin-bottom: 2em;
  }

  .\32xl\:prose figure > * {
    margin-top: 0;
    margin-bottom: 0;
  }

  .\32xl\:prose h2 code {
    font-size: 0.875em;
  }

  .\32xl\:prose h3 code {
    font-size: 0.9em;
  }

  .\32xl\:prose ol {
    margin-top: 1.25em;
    margin-bottom: 1.25em;
  }

  .\32xl\:prose ul {
    margin-top: 1.25em;
    margin-bottom: 1.25em;
  }

  .\32xl\:prose li {
    margin-top: 0.5em;
    margin-bottom: 0.5em;
  }

  .\32xl\:prose > ul > li p {
    margin-top: 0.75em;
    margin-bottom: 0.75em;
  }

  .\32xl\:prose > ul > li > *:first-child {
    margin-top: 1.25em;
  }

  .\32xl\:prose > ul > li > *:last-child {
    margin-bottom: 1.25em;
  }

  .\32xl\:prose > ol > li > *:first-child {
    margin-top: 1.25em;
  }

  .\32xl\:prose > ol > li > *:last-child {
    margin-bottom: 1.25em;
  }

  .\32xl\:prose ul ul, .\32xl\:prose ul ol, .\32xl\:prose ol ul, .\32xl\:prose ol ol {
    margin-top: 0.75em;
    margin-bottom: 0.75em;
  }

  .\32xl\:prose hr + * {
    margin-top: 0;
  }

  .\32xl\:prose h2 + * {
    margin-top: 0;
  }

  .\32xl\:prose h3 + * {
    margin-top: 0;
  }

  .\32xl\:prose h4 + * {
    margin-top: 0;
  }

  .\32xl\:prose thead th:first-child {
    padding-left: 0;
  }

  .\32xl\:prose thead th:last-child {
    padding-right: 0;
  }

  .\32xl\:prose tbody td:first-child {
    padding-left: 0;
  }

  .\32xl\:prose tbody td:last-child {
    padding-right: 0;
  }

  .\32xl\:prose > :first-child {
    margin-top: 0;
  }

  .\32xl\:prose > :last-child {
    margin-bottom: 0;
  }

  .\32xl\:prose-sm {
    font-size: 0.875rem;
    line-height: 1.7142857;
  }

  .\32xl\:prose-sm p {
    margin-top: 1.1428571em;
    margin-bottom: 1.1428571em;
  }

  .\32xl\:prose-sm [class~="lead"] {
    font-size: 1.2857143em;
    line-height: 1.5555556;
    margin-top: 0.8888889em;
    margin-bottom: 0.8888889em;
  }

  .\32xl\:prose-sm blockquote {
    margin-top: 1.3333333em;
    margin-bottom: 1.3333333em;
    padding-left: 1.1111111em;
  }

  .\32xl\:prose-sm h1 {
    font-size: 2.1428571em;
    margin-top: 0;
    margin-bottom: 0.8em;
    line-height: 1.2;
  }

  .\32xl\:prose-sm h2 {
    font-size: 1.4285714em;
    margin-top: 1.6em;
    margin-bottom: 0.8em;
    line-height: 1.4;
  }

  .\32xl\:prose-sm h3 {
    font-size: 1.2857143em;
    margin-top: 1.5555556em;
    margin-bottom: 0.4444444em;
    line-height: 1.5555556;
  }

  .\32xl\:prose-sm h4 {
    margin-top: 1.4285714em;
    margin-bottom: 0.5714286em;
    line-height: 1.4285714;
  }

  .\32xl\:prose-sm img {
    margin-top: 1.7142857em;
    margin-bottom: 1.7142857em;
  }

  .\32xl\:prose-sm video {
    margin-top: 1.7142857em;
    margin-bottom: 1.7142857em;
  }

  .\32xl\:prose-sm figure {
    margin-top: 1.7142857em;
    margin-bottom: 1.7142857em;
  }

  .\32xl\:prose-sm figure > * {
    margin-top: 0;
    margin-bottom: 0;
  }

  .\32xl\:prose-sm figure figcaption {
    font-size: 0.8571429em;
    line-height: 1.3333333;
    margin-top: 0.6666667em;
  }

  .\32xl\:prose-sm code {
    font-size: 0.8571429em;
  }

  .\32xl\:prose-sm h2 code {
    font-size: 0.9em;
  }

  .\32xl\:prose-sm h3 code {
    font-size: 0.8888889em;
  }

  .\32xl\:prose-sm pre {
    font-size: 0.8571429em;
    line-height: 1.6666667;
    margin-top: 1.6666667em;
    margin-bottom: 1.6666667em;
    border-radius: 0.25rem;
    padding-top: 0.6666667em;
    padding-right: 1em;
    padding-bottom: 0.6666667em;
    padding-left: 1em;
  }

  .\32xl\:prose-sm ol {
    margin-top: 1.1428571em;
    margin-bottom: 1.1428571em;
  }

  .\32xl\:prose-sm ul {
    margin-top: 1.1428571em;
    margin-bottom: 1.1428571em;
  }

  .\32xl\:prose-sm li {
    margin-top: 0.2857143em;
    margin-bottom: 0.2857143em;
  }

  .\32xl\:prose-sm ol > li {
    padding-left: 1.5714286em;
  }

  .\32xl\:prose-sm ol > li::before {
    left: 0;
  }

  .\32xl\:prose-sm ul > li {
    padding-left: 1.5714286em;
  }

  .\32xl\:prose-sm ul > li::before {
    height: 0.3571429em;
    width: 0.3571429em;
    top: calc(0.8571429em - 0.1785714em);
    left: 0.2142857em;
  }

  .\32xl\:prose-sm > ul > li p {
    margin-top: 0.5714286em;
    margin-bottom: 0.5714286em;
  }

  .\32xl\:prose-sm > ul > li > *:first-child {
    margin-top: 1.1428571em;
  }

  .\32xl\:prose-sm > ul > li > *:last-child {
    margin-bottom: 1.1428571em;
  }

  .\32xl\:prose-sm > ol > li > *:first-child {
    margin-top: 1.1428571em;
  }

  .\32xl\:prose-sm > ol > li > *:last-child {
    margin-bottom: 1.1428571em;
  }

  .\32xl\:prose-sm ul ul, .\32xl\:prose-sm ul ol, .\32xl\:prose-sm ol ul, .\32xl\:prose-sm ol ol {
    margin-top: 0.5714286em;
    margin-bottom: 0.5714286em;
  }

  .\32xl\:prose-sm hr {
    margin-top: 2.8571429em;
    margin-bottom: 2.8571429em;
  }

  .\32xl\:prose-sm hr + * {
    margin-top: 0;
  }

  .\32xl\:prose-sm h2 + * {
    margin-top: 0;
  }

  .\32xl\:prose-sm h3 + * {
    margin-top: 0;
  }

  .\32xl\:prose-sm h4 + * {
    margin-top: 0;
  }

  .\32xl\:prose-sm table {
    font-size: 0.8571429em;
    line-height: 1.5;
  }

  .\32xl\:prose-sm thead th {
    padding-right: 1em;
    padding-bottom: 0.6666667em;
    padding-left: 1em;
  }

  .\32xl\:prose-sm thead th:first-child {
    padding-left: 0;
  }

  .\32xl\:prose-sm thead th:last-child {
    padding-right: 0;
  }

  .\32xl\:prose-sm tbody td {
    padding-top: 0.6666667em;
    padding-right: 1em;
    padding-bottom: 0.6666667em;
    padding-left: 1em;
  }

  .\32xl\:prose-sm tbody td:first-child {
    padding-left: 0;
  }

  .\32xl\:prose-sm tbody td:last-child {
    padding-right: 0;
  }

  .\32xl\:prose-sm > :first-child {
    margin-top: 0;
  }

  .\32xl\:prose-sm > :last-child {
    margin-bottom: 0;
  }

  .\32xl\:prose-lg {
    font-size: 1.125rem;
    line-height: 1.7777778;
  }

  .\32xl\:prose-lg p {
    margin-top: 1.3333333em;
    margin-bottom: 1.3333333em;
  }

  .\32xl\:prose-lg [class~="lead"] {
    font-size: 1.2222222em;
    line-height: 1.4545455;
    margin-top: 1.0909091em;
    margin-bottom: 1.0909091em;
  }

  .\32xl\:prose-lg blockquote {
    margin-top: 1.6666667em;
    margin-bottom: 1.6666667em;
    padding-left: 1em;
  }

  .\32xl\:prose-lg h1 {
    font-size: 2.6666667em;
    margin-top: 0;
    margin-bottom: 0.8333333em;
    line-height: 1;
  }

  .\32xl\:prose-lg h2 {
    font-size: 1.6666667em;
    margin-top: 1.8666667em;
    margin-bottom: 1.0666667em;
    line-height: 1.3333333;
  }

  .\32xl\:prose-lg h3 {
    font-size: 1.3333333em;
    margin-top: 1.6666667em;
    margin-bottom: 0.6666667em;
    line-height: 1.5;
  }

  .\32xl\:prose-lg h4 {
    margin-top: 1.7777778em;
    margin-bottom: 0.4444444em;
    line-height: 1.5555556;
  }

  .\32xl\:prose-lg img {
    margin-top: 1.7777778em;
    margin-bottom: 1.7777778em;
  }

  .\32xl\:prose-lg video {
    margin-top: 1.7777778em;
    margin-bottom: 1.7777778em;
  }

  .\32xl\:prose-lg figure {
    margin-top: 1.7777778em;
    margin-bottom: 1.7777778em;
  }

  .\32xl\:prose-lg figure > * {
    margin-top: 0;
    margin-bottom: 0;
  }

  .\32xl\:prose-lg figure figcaption {
    font-size: 0.8888889em;
    line-height: 1.5;
    margin-top: 1em;
  }

  .\32xl\:prose-lg code {
    font-size: 0.8888889em;
  }

  .\32xl\:prose-lg h2 code {
    font-size: 0.8666667em;
  }

  .\32xl\:prose-lg h3 code {
    font-size: 0.875em;
  }

  .\32xl\:prose-lg pre {
    font-size: 0.8888889em;
    line-height: 1.75;
    margin-top: 2em;
    margin-bottom: 2em;
    border-radius: 0.375rem;
    padding-top: 1em;
    padding-right: 1.5em;
    padding-bottom: 1em;
    padding-left: 1.5em;
  }

  .\32xl\:prose-lg ol {
    margin-top: 1.3333333em;
    margin-bottom: 1.3333333em;
  }

  .\32xl\:prose-lg ul {
    margin-top: 1.3333333em;
    margin-bottom: 1.3333333em;
  }

  .\32xl\:prose-lg li {
    margin-top: 0.6666667em;
    margin-bottom: 0.6666667em;
  }

  .\32xl\:prose-lg ol > li {
    padding-left: 1.6666667em;
  }

  .\32xl\:prose-lg ol > li::before {
    left: 0;
  }

  .\32xl\:prose-lg ul > li {
    padding-left: 1.6666667em;
  }

  .\32xl\:prose-lg ul > li::before {
    width: 0.3333333em;
    height: 0.3333333em;
    top: calc(0.8888889em - 0.1666667em);
    left: 0.2222222em;
  }

  .\32xl\:prose-lg > ul > li p {
    margin-top: 0.8888889em;
    margin-bottom: 0.8888889em;
  }

  .\32xl\:prose-lg > ul > li > *:first-child {
    margin-top: 1.3333333em;
  }

  .\32xl\:prose-lg > ul > li > *:last-child {
    margin-bottom: 1.3333333em;
  }

  .\32xl\:prose-lg > ol > li > *:first-child {
    margin-top: 1.3333333em;
  }

  .\32xl\:prose-lg > ol > li > *:last-child {
    margin-bottom: 1.3333333em;
  }

  .\32xl\:prose-lg ul ul, .\32xl\:prose-lg ul ol, .\32xl\:prose-lg ol ul, .\32xl\:prose-lg ol ol {
    margin-top: 0.8888889em;
    margin-bottom: 0.8888889em;
  }

  .\32xl\:prose-lg hr {
    margin-top: 3.1111111em;
    margin-bottom: 3.1111111em;
  }

  .\32xl\:prose-lg hr + * {
    margin-top: 0;
  }

  .\32xl\:prose-lg h2 + * {
    margin-top: 0;
  }

  .\32xl\:prose-lg h3 + * {
    margin-top: 0;
  }

  .\32xl\:prose-lg h4 + * {
    margin-top: 0;
  }

  .\32xl\:prose-lg table {
    font-size: 0.8888889em;
    line-height: 1.5;
  }

  .\32xl\:prose-lg thead th {
    padding-right: 0.75em;
    padding-bottom: 0.75em;
    padding-left: 0.75em;
  }

  .\32xl\:prose-lg thead th:first-child {
    padding-left: 0;
  }

  .\32xl\:prose-lg thead th:last-child {
    padding-right: 0;
  }

  .\32xl\:prose-lg tbody td {
    padding-top: 0.75em;
    padding-right: 0.75em;
    padding-bottom: 0.75em;
    padding-left: 0.75em;
  }

  .\32xl\:prose-lg tbody td:first-child {
    padding-left: 0;
  }

  .\32xl\:prose-lg tbody td:last-child {
    padding-right: 0;
  }

  .\32xl\:prose-lg > :first-child {
    margin-top: 0;
  }

  .\32xl\:prose-lg > :last-child {
    margin-bottom: 0;
  }

  .\32xl\:prose-xl {
    font-size: 1.25rem;
    line-height: 1.8;
  }

  .\32xl\:prose-xl p {
    margin-top: 1.2em;
    margin-bottom: 1.2em;
  }

  .\32xl\:prose-xl [class~="lead"] {
    font-size: 1.2em;
    line-height: 1.5;
    margin-top: 1em;
    margin-bottom: 1em;
  }

  .\32xl\:prose-xl blockquote {
    margin-top: 1.6em;
    margin-bottom: 1.6em;
    padding-left: 1.0666667em;
  }

  .\32xl\:prose-xl h1 {
    font-size: 2.8em;
    margin-top: 0;
    margin-bottom: 0.8571429em;
    line-height: 1;
  }

  .\32xl\:prose-xl h2 {
    font-size: 1.8em;
    margin-top: 1.5555556em;
    margin-bottom: 0.8888889em;
    line-height: 1.1111111;
  }

  .\32xl\:prose-xl h3 {
    font-size: 1.5em;
    margin-top: 1.6em;
    margin-bottom: 0.6666667em;
    line-height: 1.3333333;
  }

  .\32xl\:prose-xl h4 {
    margin-top: 1.8em;
    margin-bottom: 0.6em;
    line-height: 1.6;
  }

  .\32xl\:prose-xl img {
    margin-top: 2em;
    margin-bottom: 2em;
  }

  .\32xl\:prose-xl video {
    margin-top: 2em;
    margin-bottom: 2em;
  }

  .\32xl\:prose-xl figure {
    margin-top: 2em;
    margin-bottom: 2em;
  }

  .\32xl\:prose-xl figure > * {
    margin-top: 0;
    margin-bottom: 0;
  }

  .\32xl\:prose-xl figure figcaption {
    font-size: 0.9em;
    line-height: 1.5555556;
    margin-top: 1em;
  }

  .\32xl\:prose-xl code {
    font-size: 0.9em;
  }

  .\32xl\:prose-xl h2 code {
    font-size: 0.8611111em;
  }

  .\32xl\:prose-xl h3 code {
    font-size: 0.9em;
  }

  .\32xl\:prose-xl pre {
    font-size: 0.9em;
    line-height: 1.7777778;
    margin-top: 2em;
    margin-bottom: 2em;
    border-radius: 0.5rem;
    padding-top: 1.1111111em;
    padding-right: 1.3333333em;
    padding-bottom: 1.1111111em;
    padding-left: 1.3333333em;
  }

  .\32xl\:prose-xl ol {
    margin-top: 1.2em;
    margin-bottom: 1.2em;
  }

  .\32xl\:prose-xl ul {
    margin-top: 1.2em;
    margin-bottom: 1.2em;
  }

  .\32xl\:prose-xl li {
    margin-top: 0.6em;
    margin-bottom: 0.6em;
  }

  .\32xl\:prose-xl ol > li {
    padding-left: 1.8em;
  }

  .\32xl\:prose-xl ol > li::before {
    left: 0;
  }

  .\32xl\:prose-xl ul > li {
    padding-left: 1.8em;
  }

  .\32xl\:prose-xl ul > li::before {
    width: 0.35em;
    height: 0.35em;
    top: calc(0.9em - 0.175em);
    left: 0.25em;
  }

  .\32xl\:prose-xl > ul > li p {
    margin-top: 0.8em;
    margin-bottom: 0.8em;
  }

  .\32xl\:prose-xl > ul > li > *:first-child {
    margin-top: 1.2em;
  }

  .\32xl\:prose-xl > ul > li > *:last-child {
    margin-bottom: 1.2em;
  }

  .\32xl\:prose-xl > ol > li > *:first-child {
    margin-top: 1.2em;
  }

  .\32xl\:prose-xl > ol > li > *:last-child {
    margin-bottom: 1.2em;
  }

  .\32xl\:prose-xl ul ul, .\32xl\:prose-xl ul ol, .\32xl\:prose-xl ol ul, .\32xl\:prose-xl ol ol {
    margin-top: 0.8em;
    margin-bottom: 0.8em;
  }

  .\32xl\:prose-xl hr {
    margin-top: 2.8em;
    margin-bottom: 2.8em;
  }

  .\32xl\:prose-xl hr + * {
    margin-top: 0;
  }

  .\32xl\:prose-xl h2 + * {
    margin-top: 0;
  }

  .\32xl\:prose-xl h3 + * {
    margin-top: 0;
  }

  .\32xl\:prose-xl h4 + * {
    margin-top: 0;
  }

  .\32xl\:prose-xl table {
    font-size: 0.9em;
    line-height: 1.5555556;
  }

  .\32xl\:prose-xl thead th {
    padding-right: 0.6666667em;
    padding-bottom: 0.8888889em;
    padding-left: 0.6666667em;
  }

  .\32xl\:prose-xl thead th:first-child {
    padding-left: 0;
  }

  .\32xl\:prose-xl thead th:last-child {
    padding-right: 0;
  }

  .\32xl\:prose-xl tbody td {
    padding-top: 0.8888889em;
    padding-right: 0.6666667em;
    padding-bottom: 0.8888889em;
    padding-left: 0.6666667em;
  }

  .\32xl\:prose-xl tbody td:first-child {
    padding-left: 0;
  }

  .\32xl\:prose-xl tbody td:last-child {
    padding-right: 0;
  }

  .\32xl\:prose-xl > :first-child {
    margin-top: 0;
  }

  .\32xl\:prose-xl > :last-child {
    margin-bottom: 0;
  }

  .\32xl\:prose-2xl {
    font-size: 1.5rem;
    line-height: 1.6666667;
  }

  .\32xl\:prose-2xl p {
    margin-top: 1.3333333em;
    margin-bottom: 1.3333333em;
  }

  .\32xl\:prose-2xl [class~="lead"] {
    font-size: 1.25em;
    line-height: 1.4666667;
    margin-top: 1.0666667em;
    margin-bottom: 1.0666667em;
  }

  .\32xl\:prose-2xl blockquote {
    margin-top: 1.7777778em;
    margin-bottom: 1.7777778em;
    padding-left: 1.1111111em;
  }

  .\32xl\:prose-2xl h1 {
    font-size: 2.6666667em;
    margin-top: 0;
    margin-bottom: 0.875em;
    line-height: 1;
  }

  .\32xl\:prose-2xl h2 {
    font-size: 2em;
    margin-top: 1.5em;
    margin-bottom: 0.8333333em;
    line-height: 1.0833333;
  }

  .\32xl\:prose-2xl h3 {
    font-size: 1.5em;
    margin-top: 1.5555556em;
    margin-bottom: 0.6666667em;
    line-height: 1.2222222;
  }

  .\32xl\:prose-2xl h4 {
    margin-top: 1.6666667em;
    margin-bottom: 0.6666667em;
    line-height: 1.5;
  }

  .\32xl\:prose-2xl img {
    margin-top: 2em;
    margin-bottom: 2em;
  }

  .\32xl\:prose-2xl video {
    margin-top: 2em;
    margin-bottom: 2em;
  }

  .\32xl\:prose-2xl figure {
    margin-top: 2em;
    margin-bottom: 2em;
  }

  .\32xl\:prose-2xl figure > * {
    margin-top: 0;
    margin-bottom: 0;
  }

  .\32xl\:prose-2xl figure figcaption {
    font-size: 0.8333333em;
    line-height: 1.6;
    margin-top: 1em;
  }

  .\32xl\:prose-2xl code {
    font-size: 0.8333333em;
  }

  .\32xl\:prose-2xl h2 code {
    font-size: 0.875em;
  }

  .\32xl\:prose-2xl h3 code {
    font-size: 0.8888889em;
  }

  .\32xl\:prose-2xl pre {
    font-size: 0.8333333em;
    line-height: 1.8;
    margin-top: 2em;
    margin-bottom: 2em;
    border-radius: 0.5rem;
    padding-top: 1.2em;
    padding-right: 1.6em;
    padding-bottom: 1.2em;
    padding-left: 1.6em;
  }

  .\32xl\:prose-2xl ol {
    margin-top: 1.3333333em;
    margin-bottom: 1.3333333em;
  }

  .\32xl\:prose-2xl ul {
    margin-top: 1.3333333em;
    margin-bottom: 1.3333333em;
  }

  .\32xl\:prose-2xl li {
    margin-top: 0.5em;
    margin-bottom: 0.5em;
  }

  .\32xl\:prose-2xl ol > li {
    padding-left: 1.6666667em;
  }

  .\32xl\:prose-2xl ol > li::before {
    left: 0;
  }

  .\32xl\:prose-2xl ul > li {
    padding-left: 1.6666667em;
  }

  .\32xl\:prose-2xl ul > li::before {
    width: 0.3333333em;
    height: 0.3333333em;
    top: calc(0.8333333em - 0.1666667em);
    left: 0.25em;
  }

  .\32xl\:prose-2xl > ul > li p {
    margin-top: 0.8333333em;
    margin-bottom: 0.8333333em;
  }

  .\32xl\:prose-2xl > ul > li > *:first-child {
    margin-top: 1.3333333em;
  }

  .\32xl\:prose-2xl > ul > li > *:last-child {
    margin-bottom: 1.3333333em;
  }

  .\32xl\:prose-2xl > ol > li > *:first-child {
    margin-top: 1.3333333em;
  }

  .\32xl\:prose-2xl > ol > li > *:last-child {
    margin-bottom: 1.3333333em;
  }

  .\32xl\:prose-2xl ul ul, .\32xl\:prose-2xl ul ol, .\32xl\:prose-2xl ol ul, .\32xl\:prose-2xl ol ol {
    margin-top: 0.6666667em;
    margin-bottom: 0.6666667em;
  }

  .\32xl\:prose-2xl hr {
    margin-top: 3em;
    margin-bottom: 3em;
  }

  .\32xl\:prose-2xl hr + * {
    margin-top: 0;
  }

  .\32xl\:prose-2xl h2 + * {
    margin-top: 0;
  }

  .\32xl\:prose-2xl h3 + * {
    margin-top: 0;
  }

  .\32xl\:prose-2xl h4 + * {
    margin-top: 0;
  }

  .\32xl\:prose-2xl table {
    font-size: 0.8333333em;
    line-height: 1.4;
  }

  .\32xl\:prose-2xl thead th {
    padding-right: 0.6em;
    padding-bottom: 0.8em;
    padding-left: 0.6em;
  }

  .\32xl\:prose-2xl thead th:first-child {
    padding-left: 0;
  }

  .\32xl\:prose-2xl thead th:last-child {
    padding-right: 0;
  }

  .\32xl\:prose-2xl tbody td {
    padding-top: 0.8em;
    padding-right: 0.6em;
    padding-bottom: 0.8em;
    padding-left: 0.6em;
  }

  .\32xl\:prose-2xl tbody td:first-child {
    padding-left: 0;
  }

  .\32xl\:prose-2xl tbody td:last-child {
    padding-right: 0;
  }

  .\32xl\:prose-2xl > :first-child {
    margin-top: 0;
  }

  .\32xl\:prose-2xl > :last-child {
    margin-bottom: 0;
  }

  .\32xl\:prose-blue a {
    color: #2563eb;
  }

  .\32xl\:prose-blue a code {
    color: #2563eb;
  }

  .\32xl\:prose-purple a {
    color: #9333ea;
  }

  .\32xl\:prose-purple a code {
    color: #9333ea;
  }

  .\32xl\:prose-rose a {
    color: #e11d48;
  }

  .\32xl\:prose-rose a code {
    color: #e11d48;
  }

  .\32xl\:prose-pink a {
    color: #db2777;
  }

  .\32xl\:prose-pink a code {
    color: #db2777;
  }

  .\32xl\:prose-fuchsia a {
    color: #c026d3;
  }

  .\32xl\:prose-fuchsia a code {
    color: #c026d3;
  }

  .\32xl\:prose-violet a {
    color: #7c3aed;
  }

  .\32xl\:prose-violet a code {
    color: #7c3aed;
  }

  .\32xl\:prose-indigo a {
    color: #4f46e5;
  }

  .\32xl\:prose-indigo a code {
    color: #4f46e5;
  }

  .\32xl\:prose-lightBlue a {
    color: #0284c7;
  }

  .\32xl\:prose-lightBlue a code {
    color: #0284c7;
  }

  .\32xl\:prose-cyan a {
    color: #0891b2;
  }

  .\32xl\:prose-cyan a code {
    color: #0891b2;
  }

  .\32xl\:prose-teal a {
    color: #0d9488;
  }

  .\32xl\:prose-teal a code {
    color: #0d9488;
  }

  .\32xl\:prose-emerald a {
    color: #059669;
  }

  .\32xl\:prose-emerald a code {
    color: #059669;
  }

  .\32xl\:prose-green a {
    color: #16a34a;
  }

  .\32xl\:prose-green a code {
    color: #16a34a;
  }

  .\32xl\:prose-lime a {
    color: #65a30d;
  }

  .\32xl\:prose-lime a code {
    color: #65a30d;
  }

  .\32xl\:prose-yellow a {
    color: #ca8a04;
  }

  .\32xl\:prose-yellow a code {
    color: #ca8a04;
  }

  .\32xl\:prose-amber a {
    color: #d97706;
  }

  .\32xl\:prose-amber a code {
    color: #d97706;
  }

  .\32xl\:prose-orange a {
    color: #ea580c;
  }

  .\32xl\:prose-orange a code {
    color: #ea580c;
  }

  .\32xl\:prose-red a {
    color: #dc2626;
  }

  .\32xl\:prose-red a code {
    color: #dc2626;
  }

  .\32xl\:prose-warmGray a {
    color: #57534e;
  }

  .\32xl\:prose-warmGray a code {
    color: #57534e;
  }

  .\32xl\:prose-trueGray a {
    color: #525252;
  }

  .\32xl\:prose-trueGray a code {
    color: #525252;
  }

  .\32xl\:prose-coolGray a {
    color: #4b5563;
  }

  .\32xl\:prose-coolGray a code {
    color: #4b5563;
  }

  .\32xl\:prose-blueGray a {
    color: #475569;
  }

  .\32xl\:prose-blueGray a code {
    color: #475569;
  }

  .\32xl\:aspect-w-1,
.\32xl\:aspect-w-2,
.\32xl\:aspect-w-3,
.\32xl\:aspect-w-4,
.\32xl\:aspect-w-5,
.\32xl\:aspect-w-6,
.\32xl\:aspect-w-7,
.\32xl\:aspect-w-8,
.\32xl\:aspect-w-9,
.\32xl\:aspect-w-10,
.\32xl\:aspect-w-11,
.\32xl\:aspect-w-12,
.\32xl\:aspect-w-13,
.\32xl\:aspect-w-14,
.\32xl\:aspect-w-15,
.\32xl\:aspect-w-16 {
    position: relative;
    padding-bottom: calc(var(--tw-aspect-h) / var(--tw-aspect-w) * 100%);
  }

  .\32xl\:aspect-w-1 > *,
.\32xl\:aspect-w-2 > *,
.\32xl\:aspect-w-3 > *,
.\32xl\:aspect-w-4 > *,
.\32xl\:aspect-w-5 > *,
.\32xl\:aspect-w-6 > *,
.\32xl\:aspect-w-7 > *,
.\32xl\:aspect-w-8 > *,
.\32xl\:aspect-w-9 > *,
.\32xl\:aspect-w-10 > *,
.\32xl\:aspect-w-11 > *,
.\32xl\:aspect-w-12 > *,
.\32xl\:aspect-w-13 > *,
.\32xl\:aspect-w-14 > *,
.\32xl\:aspect-w-15 > *,
.\32xl\:aspect-w-16 > * {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
  }

  .\32xl\:aspect-none {
    position: static;
    padding-bottom: 0;
  }

  .\32xl\:aspect-none > * {
    position: static;
    height: auto;
    width: auto;
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
  }

  .\32xl\:aspect-w-1 {
    --tw-aspect-w: 1;
  }

  .\32xl\:aspect-w-2 {
    --tw-aspect-w: 2;
  }

  .\32xl\:aspect-w-3 {
    --tw-aspect-w: 3;
  }

  .\32xl\:aspect-w-4 {
    --tw-aspect-w: 4;
  }

  .\32xl\:aspect-w-5 {
    --tw-aspect-w: 5;
  }

  .\32xl\:aspect-w-6 {
    --tw-aspect-w: 6;
  }

  .\32xl\:aspect-w-7 {
    --tw-aspect-w: 7;
  }

  .\32xl\:aspect-w-8 {
    --tw-aspect-w: 8;
  }

  .\32xl\:aspect-w-9 {
    --tw-aspect-w: 9;
  }

  .\32xl\:aspect-w-10 {
    --tw-aspect-w: 10;
  }

  .\32xl\:aspect-w-11 {
    --tw-aspect-w: 11;
  }

  .\32xl\:aspect-w-12 {
    --tw-aspect-w: 12;
  }

  .\32xl\:aspect-w-13 {
    --tw-aspect-w: 13;
  }

  .\32xl\:aspect-w-14 {
    --tw-aspect-w: 14;
  }

  .\32xl\:aspect-w-15 {
    --tw-aspect-w: 15;
  }

  .\32xl\:aspect-w-16 {
    --tw-aspect-w: 16;
  }

  .\32xl\:aspect-h-1 {
    --tw-aspect-h: 1;
  }

  .\32xl\:aspect-h-2 {
    --tw-aspect-h: 2;
  }

  .\32xl\:aspect-h-3 {
    --tw-aspect-h: 3;
  }

  .\32xl\:aspect-h-4 {
    --tw-aspect-h: 4;
  }

  .\32xl\:aspect-h-5 {
    --tw-aspect-h: 5;
  }

  .\32xl\:aspect-h-6 {
    --tw-aspect-h: 6;
  }

  .\32xl\:aspect-h-7 {
    --tw-aspect-h: 7;
  }

  .\32xl\:aspect-h-8 {
    --tw-aspect-h: 8;
  }

  .\32xl\:aspect-h-9 {
    --tw-aspect-h: 9;
  }

  .\32xl\:aspect-h-10 {
    --tw-aspect-h: 10;
  }

  .\32xl\:aspect-h-11 {
    --tw-aspect-h: 11;
  }

  .\32xl\:aspect-h-12 {
    --tw-aspect-h: 12;
  }

  .\32xl\:aspect-h-13 {
    --tw-aspect-h: 13;
  }

  .\32xl\:aspect-h-14 {
    --tw-aspect-h: 14;
  }

  .\32xl\:aspect-h-15 {
    --tw-aspect-h: 15;
  }

  .\32xl\:aspect-h-16 {
    --tw-aspect-h: 16;
  }

  .\32xl\:block {
    display: block;
  }

  .\32xl\:inline-block {
    display: inline-block;
  }

  .\32xl\:inline {
    display: inline;
  }

  .\32xl\:flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .\32xl\:inline-flex {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
  }

  .\32xl\:table {
    display: table;
  }

  .\32xl\:inline-table {
    display: inline-table;
  }

  .\32xl\:table-caption {
    display: table-caption;
  }

  .\32xl\:table-cell {
    display: table-cell;
  }

  .\32xl\:table-column {
    display: table-column;
  }

  .\32xl\:table-column-group {
    display: table-column-group;
  }

  .\32xl\:table-footer-group {
    display: table-footer-group;
  }

  .\32xl\:table-header-group {
    display: table-header-group;
  }

  .\32xl\:table-row-group {
    display: table-row-group;
  }

  .\32xl\:table-row {
    display: table-row;
  }

  .\32xl\:flow-root {
    display: flow-root;
  }

  .\32xl\:grid {
    display: grid;
  }

  .\32xl\:inline-grid {
    display: inline-grid;
  }

  .\32xl\:contents {
    display: contents;
  }

  .\32xl\:list-item {
    display: list-item;
  }

  .\32xl\:hidden {
    display: none;
  }

  .group:hover .\32xl\:group-hover\:block {
    display: block;
  }

  .group:hover .\32xl\:group-hover\:inline-block {
    display: inline-block;
  }

  .group:hover .\32xl\:group-hover\:inline {
    display: inline;
  }

  .group:hover .\32xl\:group-hover\:flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .group:hover .\32xl\:group-hover\:inline-flex {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
  }

  .group:hover .\32xl\:group-hover\:table {
    display: table;
  }

  .group:hover .\32xl\:group-hover\:inline-table {
    display: inline-table;
  }

  .group:hover .\32xl\:group-hover\:table-caption {
    display: table-caption;
  }

  .group:hover .\32xl\:group-hover\:table-cell {
    display: table-cell;
  }

  .group:hover .\32xl\:group-hover\:table-column {
    display: table-column;
  }

  .group:hover .\32xl\:group-hover\:table-column-group {
    display: table-column-group;
  }

  .group:hover .\32xl\:group-hover\:table-footer-group {
    display: table-footer-group;
  }

  .group:hover .\32xl\:group-hover\:table-header-group {
    display: table-header-group;
  }

  .group:hover .\32xl\:group-hover\:table-row-group {
    display: table-row-group;
  }

  .group:hover .\32xl\:group-hover\:table-row {
    display: table-row;
  }

  .group:hover .\32xl\:group-hover\:flow-root {
    display: flow-root;
  }

  .group:hover .\32xl\:group-hover\:grid {
    display: grid;
  }

  .group:hover .\32xl\:group-hover\:inline-grid {
    display: inline-grid;
  }

  .group:hover .\32xl\:group-hover\:contents {
    display: contents;
  }

  .group:hover .\32xl\:group-hover\:list-item {
    display: list-item;
  }

  .group:hover .\32xl\:group-hover\:hidden {
    display: none;
  }

  .\32xl\:grid-cols-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }

  .\32xl\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .\32xl\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .\32xl\:grid-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .\32xl\:grid-cols-5 {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }

  .\32xl\:grid-cols-6 {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }

  .\32xl\:grid-cols-7 {
    grid-template-columns: repeat(7, minmax(0, 1fr));
  }

  .\32xl\:grid-cols-8 {
    grid-template-columns: repeat(8, minmax(0, 1fr));
  }

  .\32xl\:grid-cols-9 {
    grid-template-columns: repeat(9, minmax(0, 1fr));
  }

  .\32xl\:grid-cols-10 {
    grid-template-columns: repeat(10, minmax(0, 1fr));
  }

  .\32xl\:grid-cols-11 {
    grid-template-columns: repeat(11, minmax(0, 1fr));
  }

  .\32xl\:grid-cols-12 {
    grid-template-columns: repeat(12, minmax(0, 1fr));
  }

  .\32xl\:grid-cols-none {
    grid-template-columns: none;
  }

  .\32xl\:grid-cols-centered-2\/3 {
    grid-template-columns: 2fr 8fr 2fr;
  }

  .\32xl\:grid-cols-auto-2 {
    grid-template-columns: auto auto;
  }

  .\32xl\:grid-cols-max-content-4 {
    grid-template-columns: repeat(4, minmax(-webkit-max-content, 1fr));
    grid-template-columns: repeat(4, minmax(max-content, 1fr));
  }

  .\32xl\:grid-cols-max-content-6 {
    grid-template-columns: repeat(6, minmax(-webkit-max-content, 1fr));
    grid-template-columns: repeat(6, minmax(max-content, 1fr));
  }

  .\32xl\:bg-origin-border {
    background-origin: border-box;
  }

  .\32xl\:bg-origin-padding {
    background-origin: padding-box;
  }

  .\32xl\:bg-origin-content {
    background-origin: content-box;
  }

  .\32xl\:backdrop-opacity-0 {
    --tw-backdrop-opacity: opacity(0);
  }

  .\32xl\:backdrop-opacity-5 {
    --tw-backdrop-opacity: opacity(0.05);
  }

  .\32xl\:backdrop-opacity-10 {
    --tw-backdrop-opacity: opacity(0.1);
  }

  .\32xl\:backdrop-opacity-20 {
    --tw-backdrop-opacity: opacity(0.2);
  }

  .\32xl\:backdrop-opacity-25 {
    --tw-backdrop-opacity: opacity(0.25);
  }

  .\32xl\:backdrop-opacity-30 {
    --tw-backdrop-opacity: opacity(0.3);
  }

  .\32xl\:backdrop-opacity-40 {
    --tw-backdrop-opacity: opacity(0.4);
  }

  .\32xl\:backdrop-opacity-50 {
    --tw-backdrop-opacity: opacity(0.5);
  }

  .\32xl\:backdrop-opacity-60 {
    --tw-backdrop-opacity: opacity(0.6);
  }

  .\32xl\:backdrop-opacity-70 {
    --tw-backdrop-opacity: opacity(0.7);
  }

  .\32xl\:backdrop-opacity-75 {
    --tw-backdrop-opacity: opacity(0.75);
  }

  .\32xl\:backdrop-opacity-80 {
    --tw-backdrop-opacity: opacity(0.8);
  }

  .\32xl\:backdrop-opacity-90 {
    --tw-backdrop-opacity: opacity(0.9);
  }

  .\32xl\:backdrop-opacity-95 {
    --tw-backdrop-opacity: opacity(0.95);
  }

  .\32xl\:backdrop-opacity-100 {
    --tw-backdrop-opacity: opacity(1);
  }
}

/* keep empty */

.occluded-content {
  display: block;
  position: relative;
  width: 100%;

  /* prevents margin overflow on item container */
  min-height: 0.01px;

  /* hides text visually while still being readable by screen readers */
  color: rgba(0,0,0,0);
}

table .occluded-content,
tbody .occluded-content,
thead .occluded-content,
tfoot .occluded-content {
  display: table-row;
  position: relative;
  width: 100%;
}

ul .occluded-content,
ol .occluded-content {
  display: list-item;
  position: relative;
  width: 100%;
  list-style-type: none;
  height: 0;
}

:root {
  --z-index-flash-messages: 1200;
  --z-index-tooltip: 1100;
  --z-index-popover: 1050;
  --z-index-overlay: 1000;

  --z-index-popover-sticky: 900;

  --z-index-tablist: 700;
  --z-index-tabpanel-scrim: 601;
  --z-index-tabpanel: 600;

  --z-index-template-head: 550;
  --z-index-template-main-head-sticky: 300;
  --z-index-template-main-head: 200;
  --z-index-template-main: 100;

  --border-radius: 2px;
  --border-radius-l: 4px;
}

@tailwind base;

body { overscroll-behavior: none; }

@tailwind components;
@tailwind utilities;

:root {
  --ecn-container-position: 10px;
  --ecn-container-width: 80%;
  --ecn-container-max-with: 400px;

  --ecn-icon-width: 30px;
  --ecn-icon-position: 10px;
  --ecn-icon-color: rgba(255, 255, 255, 0.74);
  --ecn-icon-lighten-background: rgba(255, 255, 255, 0.2);
  --ecn-countdown-lighten-background: rgba(255, 255, 255, 0.4);
  --ecn-notification-max-height: 800px;
  --ecn-notification-border-radius: 3px;

  /* Colours */
  --ecn-green: #64ce83;
  --ecn-blue: #3ea2ff;
  --ecn-orange: #ff7f48;
  --ecn-red: #e74c3c;

  /* Spacing */
  --ecn-spacing-1: .5rem;
  --ecn-spacing-2: 1rem;
}

/* Base */

.ember-cli-notifications-notification__container {
  position: fixed;
  margin: 0 auto;
  width: 80%;
  width: var(--ecn-container-width);
  max-width: 400px;
  max-width: var(--ecn-container-max-with);
}

/* Position */

.ember-cli-notifications-notification__container--top {
  top: 10px;
  top: var(--ecn-container-position);
  right: 0;
  left: 0;
}

.ember-cli-notifications-notification__container--top-left {
  top: 10px;
  top: var(--ecn-container-position);
  right: auto;
  left: 10px;
  left: var(--ecn-container-position);
}

.ember-cli-notifications-notification__container--top-right {
  top: 10px;
  top: var(--ecn-container-position);
  right: 10px;
  right: var(--ecn-container-position);
  left: auto;
}

.ember-cli-notifications-notification__container--bottom {
  right: 0;
  bottom: 10px;
  bottom: var(--ecn-container-position);
  left: 0;
}

.ember-cli-notifications-notification__container--bottom-left {
  right: auto;
  bottom: 10px;
  bottom: var(--ecn-container-position);
  left: 10px;
  left: var(--ecn-container-position);
}

.ember-cli-notifications-notification__container--bottom-right {
  right: 10px;
  right: var(--ecn-container-position);
  bottom: 10px;
  bottom: var(--ecn-container-position);
  left: auto;
}

/* Values */
.ember-cli-notifications-notification__container .c-notification {
  display: flex;
  align-items: stretch;
  position: relative;
  overflow: hidden;
  border-radius: var(--ecn-notification-border-radius);
  border-bottom: 1rem;
  color: white;
  max-height: var(--ecn-notification-max-height);
  animation: notification-hide 250ms cubic-bezier(.33859, -.42, 1, -.22), notification-shrink 250ms 250ms cubic-bezier(.5, 0, 0, 1);
  animation-fill-mode: forwards;
  margin-bottom: var(--ecn-spacing-2);
}
.ember-cli-notifications-notification__container .c-notification--clickable {
  cursor: pointer;
}
.ember-cli-notifications-notification__container .c-notification--in {
  animation: notification-show 180ms cubic-bezier(.175, .885, .32, 1.27499);
}
.ember-cli-notifications-notification__container .c-notification__content {
  display: flex;
  flex: 1 1 auto;
  min-width: 0;
  min-height: 0;
  justify-content: space-between;
  padding: var(--ecn-spacing-1) var(--ecn-spacing-2);
  word-break: break-word;
}
.ember-cli-notifications-notification__container .c-notification__content a {
  color: #fff;
  text-decoration: underline;
}
.ember-cli-notifications-notification__container .c-notification__icon {
  padding: var(--ecn-spacing-1) 0;
  text-align: center;
  flex: none;
  background-color: var(--ecn-icon-lighten-background);
  width: var(--ecn-icon-width);
  color: var(--ecn-icon-color);
}
.ember-cli-notifications-notification__container .c-notification__svg {
  width: 16px;
  height: 16px;
  vertical-align: text-top;
}
.ember-cli-notifications-notification__container .c-notification__close {
  margin-left: var(--ecn-spacing-2);
  align-self: flex-start;
  opacity: .74;
  cursor: pointer;
}
.ember-cli-notifications-notification__container .c-notification__close:hover,
.ember-cli-notifications-notification__container .c-notification__close:focus {
  opacity: 1;
}
.ember-cli-notifications-notification__container .c-notification__countdown {
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: var(--ecn-countdown-lighten-background);
  width: 0;
  height: 4px;
  animation: notification-countdown linear 1;
}
/* Theme */
.ember-cli-notifications-notification__container .c-notification--info {
  background-color: var(--ecn-blue);
}
.ember-cli-notifications-notification__container .c-notification--success {
  background-color: var(--ecn-green);
}
.ember-cli-notifications-notification__container .c-notification--warning {
  background-color: var(--ecn-orange);
}
.ember-cli-notifications-notification__container .c-notification--error {
  background-color: var(--ecn-red);
}
/* Keyframes */
@keyframes notification-show {
  0% {
    opacity: 0;
    transform: perspective(450px) translate(0, -30px) rotateX(90deg);
  }

  100% {
    opacity: 1;
    transform: perspective(450px) translate(0, 0) rotateX(0deg);
  }
}
@keyframes notification-shrink {
  0% {
    opacity: 0;
    max-height: var(--ecn-notification-max-height);
    transform: scale(.8);
  }

  100% {
    opacity: 0;
    max-height: 0;
    transform: scale(.8);
  }
}
@keyframes notification-hide {
  0% {
    opacity: 1;
    transform: scale(1);
  }

  100% {
    opacity: 0;
    transform: scale(.8);
  }
}
@keyframes notification-countdown {
  0% {
    width: 100%;
  }

  100% {
    width: 0%;
  }
}

:root {
  --ecn-container-position: 10px;
  --ecn-container-width: 80%;
  --ecn-container-max-with: 400px;

  --ecn-icon-width: 30px;
  --ecn-icon-position: 10px;
  --ecn-icon-color: rgba(255, 255, 255, 0.74);
  --ecn-icon-lighten-background: rgba(255, 255, 255, 0.2);
  --ecn-countdown-lighten-background: rgba(255, 255, 255, 0.4);
  --ecn-notification-max-height: 800px;
  --ecn-notification-border-radius: 3px;

  /* Colours */
  --ecn-green: #64ce83;
  --ecn-blue: #3ea2ff;
  --ecn-orange: #ff7f48;
  --ecn-red: #e74c3c;

  /* Spacing */
  --ecn-spacing-1: .5rem;
  --ecn-spacing-2: 1rem;
}

/* Base */

.ember-cli-notifications-notification__container {
  position: fixed;
  margin: 0 auto;
  width: 80%;
  width: var(--ecn-container-width);
  max-width: 400px;
  max-width: var(--ecn-container-max-with);
}

/* Position */

.ember-cli-notifications-notification__container--top {
  top: 10px;
  top: var(--ecn-container-position);
  right: 0;
  left: 0;
}

.ember-cli-notifications-notification__container--top-left {
  top: 10px;
  top: var(--ecn-container-position);
  right: auto;
  left: 10px;
  left: var(--ecn-container-position);
}

.ember-cli-notifications-notification__container--top-right {
  top: 10px;
  top: var(--ecn-container-position);
  right: 10px;
  right: var(--ecn-container-position);
  left: auto;
}

.ember-cli-notifications-notification__container--bottom {
  right: 0;
  bottom: 10px;
  bottom: var(--ecn-container-position);
  left: 0;
}

.ember-cli-notifications-notification__container--bottom-left {
  right: auto;
  bottom: 10px;
  bottom: var(--ecn-container-position);
  left: 10px;
  left: var(--ecn-container-position);
}

.ember-cli-notifications-notification__container--bottom-right {
  right: 10px;
  right: var(--ecn-container-position);
  bottom: 10px;
  bottom: var(--ecn-container-position);
  left: auto;
}

/* Values */

.ember-cli-notifications-notification__container .c-notification {
  display: flex;
  align-items: stretch;
  position: relative;
  overflow: hidden;
  border-radius: 3px;
  border-radius: var(--ecn-notification-border-radius);
  border-bottom: 1rem;
  color: white;
  max-height: 800px;
  max-height: var(--ecn-notification-max-height);
  animation: notification-hide 250ms cubic-bezier(.33859, -.42, 1, -.22), notification-shrink 250ms 250ms cubic-bezier(.5, 0, 0, 1);
  animation-fill-mode: forwards;
  margin-bottom: 1rem;
  margin-bottom: var(--ecn-spacing-2);
}

.ember-cli-notifications-notification__container .c-notification--clickable {
  cursor: pointer;
}

.ember-cli-notifications-notification__container .c-notification--in {
  animation: notification-show 180ms cubic-bezier(.175, .885, .32, 1.27499);
}

.ember-cli-notifications-notification__container .c-notification__content {
  display: flex;
  flex: 1 1 auto;
  min-width: 0;
  min-height: 0;
  justify-content: space-between;
  padding: .5rem 1rem;
  padding: var(--ecn-spacing-1) var(--ecn-spacing-2);
  word-break: break-word;
}

.ember-cli-notifications-notification__container .c-notification__content a {
  color: #fff;
  text-decoration: underline;
}

.ember-cli-notifications-notification__container .c-notification__icon {
  padding: .5rem 0;
  padding: var(--ecn-spacing-1) 0;
  text-align: center;
  flex: none;
  background-color: rgba(255, 255, 255, 0.2);
  background-color: var(--ecn-icon-lighten-background);
  width: 30px;
  width: var(--ecn-icon-width);
  color: rgba(255, 255, 255, 0.74);
  color: var(--ecn-icon-color);
}

.ember-cli-notifications-notification__container .c-notification__svg {
  width: 16px;
  height: 16px;
  vertical-align: text-top;
}

.ember-cli-notifications-notification__container .c-notification__close {
  margin-left: 1rem;
  margin-left: var(--ecn-spacing-2);
  align-self: flex-start;
  opacity: .74;
  cursor: pointer;
}

.ember-cli-notifications-notification__container .c-notification__close:hover,
.ember-cli-notifications-notification__container .c-notification__close:focus {
  opacity: 1;
}

.ember-cli-notifications-notification__container .c-notification__countdown {
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: rgba(255, 255, 255, 0.4);
  background-color: var(--ecn-countdown-lighten-background);
  width: 0;
  height: 4px;
  animation: notification-countdown linear 1;
}

/* Theme */

.ember-cli-notifications-notification__container .c-notification--info {
  background-color: #3ea2ff;
  background-color: var(--ecn-blue);
}

.ember-cli-notifications-notification__container .c-notification--success {
  background-color: #64ce83;
  background-color: var(--ecn-green);
}

.ember-cli-notifications-notification__container .c-notification--warning {
  background-color: #ff7f48;
  background-color: var(--ecn-orange);
}

.ember-cli-notifications-notification__container .c-notification--error {
  background-color: #e74c3c;
  background-color: var(--ecn-red);
}

/* Keyframes */

@keyframes notification-show {
  0% {
    opacity: 0;
    transform: perspective(450px) translate(0, -30px) rotateX(90deg);
  }

  100% {
    opacity: 1;
    transform: perspective(450px) translate(0, 0) rotateX(0deg);
  }
}

@keyframes notification-shrink {
  0% {
    opacity: 0;
    max-height: 800px;
    max-height: var(--ecn-notification-max-height);
    transform: scale(.8);
  }

  100% {
    opacity: 0;
    max-height: 0;
    transform: scale(.8);
  }
}

@keyframes notification-hide {
  0% {
    opacity: 1;
    transform: scale(1);
  }

  100% {
    opacity: 0;
    transform: scale(.8);
  }
}

@keyframes notification-countdown {
  0% {
    width: 100%;
  }

  100% {
    width: 0%;
  }
}

/* @TODO - Remove this file when removing FileUpload */
.file-upload input[hidden] {
  display: none !important;
}

.ember-tooltip-base {
  display: none;
  height: 0;
  width: 0;
  position: absolute;
}

.ember-tooltip,
.ember-popover {
  margin-bottom: 10px;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  user-select: none;
  pointer-events: none;
  position: absolute;
  z-index: 2;

  font-size: 14px;
  font-family: inherit;
  border-radius: 3px;
}

.ember-tooltip {
  max-width: 200px;
  padding: 6px 10px;
  color: #fff;
  background: #3a3c47;
  text-shadow: -1px -1px 0 rgba(0,0,0,0.2);
  white-space: normal; /* IE doesnt support initial so fall back to normal */
  white-space: initial;
}

.ember-popover {
  color: #000;
  background-color: #fff;
  padding: 10px 20px;
  border: 1px solid #ccc;
}

.ember-popover[aria-hidden="false"] {
  pointer-events: auto;
  cursor: initial;
  -webkit-touch-callout: auto;
  -webkit-user-select: auto;
  user-select: auto;
}

.ember-tooltip-arrow,
.ember-popover-arrow {
  width: 0;
  height: 0;
  border-style: solid;
  position: absolute;
  margin: 5px;
  border: 5px solid transparent;
}

.ember-tooltip, .ember-popover {
  opacity: 0;
  -webkit-transition: opacity ease-out, margin ease-out;
  transition: opacity ease-out, margin ease-out;
  transition-duration: 200ms;
}

.ember-tooltip.ember-tooltip-effect-none,
.ember-popover.ember-tooltip-effect-none,
.ember-tooltip.ember-tooltip-show,
.ember-popover.ember-tooltip-show {
  opacity: 1;
}

.ember-tooltip[x-placement^="top"] .ember-tooltip-arrow,
.ember-popover[x-placement^="top"] .ember-popover-arrow {
  border-bottom-width: 0;
  bottom: -5px;
  left: calc(50% - 5px);
  margin-top: 0;
  margin-bottom: 0;
}

.ember-tooltip[x-placement^="top"] .ember-tooltip-arrow {
  border-top-color: #3a3c47;
}

.ember-popover[x-placement^="top"] .ember-popover-arrow {
  border-top-color: #ccc;
}

.ember-tooltip[x-placement^="right"] .ember-tooltip-arrow,
.ember-popover[x-placement^="right"] .ember-popover-arrow {
  border-left-width: 0;
  left: -5px;
  top: calc(50% - 5px);
  margin-right: 0;
  margin-left: 0;
}

.ember-tooltip[x-placement^="right"] .ember-tooltip-arrow {
  border-right-color: #3a3c47;
}

.ember-popover[x-placement^="right"] .ember-popover-arrow {
  border-right-color: #ccc;
}

.ember-tooltip[x-placement^="bottom"] .ember-tooltip-arrow,
.ember-popover[x-placement^="bottom"] .ember-popover-arrow {
  border-top-width: 0;
  top: -5px;
  left: calc(50% - 5px);
  margin-bottom: 0;
  margin-top: 0;
}

.ember-tooltip[x-placement^="bottom"] .ember-tooltip-arrow {
  border-bottom-color: #3a3c47;
}

.ember-popover[x-placement^="bottom"] .ember-popover-arrow {
  border-bottom-color: #ccc;
}

.ember-tooltip[x-placement^="left"] .ember-tooltip-arrow,
.ember-popover[x-placement^="left"] .ember-popover-arrow {
  border-right-width: 0;
  right: -5px;
  top: calc(50% - 5px);
  margin-left: 0;
  margin-right: 0;
}

.ember-tooltip[x-placement^="left"] .ember-tooltip-arrow {
  border-left-color: #3a3c47;
}

.ember-popover[x-placement^="left"] .ember-popover-arrow {
  border-left-color: #ccc;
}
